/*
 * Artisan Walks Premium Homepage System
 * Version 2.0
 * Content remains visible without JavaScript.
 */

:root{
    --awlux-ink:#171613;
    --awlux-ink-soft:#2b2925;
    --awlux-gold:#b78a3d;
    --awlux-gold-deep:#8d6424;
    --awlux-paper:#f7f4ee;
    --awlux-paper-2:#eee9df;
    --awlux-white:#fff;
    --awlux-muted:#746f66;
    --awlux-line:#ddd7cc;
    --awlux-shadow:0 24px 70px rgba(22,20,16,.10);
    --awlux-radius:2px;
}

.awlux-section,
.awlux-hero,
.awlux-portals,
.awlux-trust,
.awlux-stats,
.awlux-final-cta{
    position:relative;
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
}

.awlux-section *,
.awlux-hero *,
.awlux-portals *,
.awlux-trust *,
.awlux-stats *,
.awlux-final-cta *{
    box-sizing:border-box;
}

.awlux-section{
    padding:82px 0;
    overflow:hidden;
    background:#fff;
    color:var(--awlux-ink);
}

.awlux-section--paper{background:var(--awlux-paper);}
.awlux-section--ink{background:var(--awlux-ink);color:#fff;}
.awlux-section--compact{padding:62px 0;}

.awlux-kicker{
    display:block;
    margin-bottom:11px;
    color:var(--awlux-gold-deep);
    font-size:9px;
    font-weight:800;
    letter-spacing:2px;
    text-transform:uppercase;
}

.awlux-section--ink .awlux-kicker,
.awlux-final-cta .awlux-kicker,
.awlux-hero .awlux-kicker{
    color:#d5ad67;
}

.awlux-heading{max-width:720px;}
.awlux-heading--center{margin-right:auto;margin-left:auto;text-align:center;}
.awlux-heading h2{
    margin:0;
    font-family:"Playfair Display",Georgia,serif;
    font-size:clamp(34px,4.1vw,56px);
    font-weight:600;
    line-height:1.03;
    letter-spacing:-.65px;
    text-wrap:balance;
}
.awlux-heading p{
    max-width:650px;
    margin:17px 0 0;
    color:var(--awlux-muted);
    font-size:15px;
    line-height:1.8;
}
.awlux-heading--center p{margin-right:auto;margin-left:auto;}
.awlux-section--ink .awlux-heading p{color:rgba(255,255,255,.65);}

.awlux-section-top{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:40px;
    margin-bottom:34px;
    padding-bottom:22px;
    border-bottom:1px solid var(--awlux-line);
}
.awlux-section--ink .awlux-section-top{border-color:rgba(255,255,255,.15);}

.awlux-section-link,
.awlux-inline-link,
.awlux-text-link{
    display:inline-flex;
    align-items:center;
    gap:9px;
    color:var(--awlux-ink);
    font-size:10px;
    font-weight:800;
    letter-spacing:.55px;
    text-decoration:none;
    text-transform:uppercase;
    white-space:nowrap;
}
.awlux-section--ink .awlux-section-link,
.awlux-section--ink .awlux-inline-link,
.awlux-section--ink .awlux-text-link{color:#fff;}
.awlux-section-link i,
.awlux-inline-link i,
.awlux-text-link i{transition:transform .2s ease;}
.awlux-section-link:hover i,
.awlux-inline-link:hover i,
.awlux-text-link:hover i{transform:translateX(4px);}
.awlux-section-link:hover,
.awlux-inline-link:hover,
.awlux-text-link:hover{color:var(--awlux-gold-deep);}

.awlux-button{
    min-height:48px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:0 24px;
    border:1px solid var(--awlux-ink);
    border-radius:0;
    background:var(--awlux-ink);
    color:#fff;
    font-size:9px;
    font-weight:800;
    letter-spacing:.75px;
    text-decoration:none;
    text-transform:uppercase;
    transition:.2s ease;
}
.awlux-button:hover{background:var(--awlux-gold);border-color:var(--awlux-gold);color:#111;}
.awlux-button--gold{background:var(--awlux-gold);border-color:var(--awlux-gold);color:#111;}
.awlux-button--gold:hover{background:#d0a556;border-color:#d0a556;color:#111;}
.awlux-button--light{background:#fff;border-color:#fff;color:#111;}
.awlux-button--outline{background:transparent;border-color:rgba(255,255,255,.48);color:#fff;}
.awlux-button--outline:hover{background:#fff;border-color:#fff;color:#111;}

.awlux-product-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:22px;
}
.awlux-product-card{
    min-width:0;
    background:#fff;
}
.awlux-section--paper .awlux-product-card{background:#fff;}
.awlux-product-media{
    position:relative;
    aspect-ratio:4/5;
    display:block;
    overflow:hidden;
    background:#e9e4da;
    color:inherit;
}
.awlux-product-media img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    transition:transform .55s cubic-bezier(.2,.65,.3,1);
}
.awlux-product-card:hover .awlux-product-media img{transform:scale(1.045);}
.awlux-product-badge{
    position:absolute;
    top:13px;
    left:13px;
    padding:7px 9px;
    background:rgba(255,255,255,.93);
    color:#171613;
    font-size:8px;
    font-weight:800;
    letter-spacing:.7px;
    text-transform:uppercase;
}
.awlux-product-view{
    position:absolute;
    right:13px;
    bottom:13px;
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:rgba(23,22,19,.9);
    color:#fff;
    font-size:11px;
    opacity:0;
    transform:translateY(6px);
    transition:.2s ease;
}
.awlux-product-card:hover .awlux-product-view{opacity:1;transform:none;}
.awlux-product-body{padding:18px 2px 4px;}
.awlux-product-body h3{
    margin:0;
    font-family:"Playfair Display",Georgia,serif;
    font-size:20px;
    font-weight:600;
    line-height:1.25;
}
.awlux-product-body h3 a{color:var(--awlux-ink);text-decoration:none;}
.awlux-product-body p{
    min-height:42px;
    margin:9px 0 0;
    color:var(--awlux-muted);
    font-size:12px;
    line-height:1.65;
}
.awlux-product-foot{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:15px;
    margin-top:15px;
    padding-top:14px;
    border-top:1px solid var(--awlux-line);
}
.awlux-product-price{display:flex;flex-direction:column;gap:2px;}
.awlux-product-price del{color:#9b968d;font-size:10px;}
.awlux-product-price strong{color:var(--awlux-ink);font-size:13px;font-weight:800;}

.awlux-media-frame{
    position:relative;
    overflow:hidden;
    background:#e7e1d7;
}
.awlux-media-frame img,
.awlux-media-frame video{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}

/* Hero */
.awlux-hero{
    min-height:clamp(570px,72vh,690px);
    overflow:hidden;
    background:#171613;
    color:#fff;
}
.awlux-hero .carousel,
.awlux-hero .carousel-inner,
.awlux-hero .carousel-item,
.awlux-hero__slide{min-height:inherit;}
.awlux-hero__slide{
    position:relative;
    display:flex;
    align-items:center;
    background:
        radial-gradient(circle at 72% 32%,rgba(183,138,61,.25),transparent 33%),
        linear-gradient(135deg,#161512,#2b251b 64%,#151411);
}
.awlux-hero__media,
.awlux-hero__picture{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    display:block;
}
.awlux-hero__media{object-fit:cover;}
.awlux-hero__shade{
    position:absolute;
    inset:0;
    z-index:1;
    background:
        linear-gradient(90deg,rgba(0,0,0,var(--awlux-hero-overlay,.68)),rgba(0,0,0,.32) 55%,rgba(0,0,0,.10)),
        linear-gradient(0deg,rgba(0,0,0,.18),transparent 42%);
}
.awlux-hero__container{
    position:relative;
    z-index:2;
    width:100%;
    padding-top:76px;
    padding-bottom:86px;
}
.awlux-hero__copy{max-width:760px;}
.awlux-hero__copy--center{margin-right:auto;margin-left:auto;text-align:center;}
.awlux-hero__copy--right{margin-left:auto;text-align:right;}
.awlux-hero h1{
    margin:0;
    font-family:"Playfair Display",Georgia,serif;
    font-size:clamp(48px,6.5vw,86px);
    font-weight:600;
    line-height:.98;
    letter-spacing:-1px;
    text-wrap:balance;
}
.awlux-hero__copy p{
    max-width:650px;
    margin:25px 0 0;
    color:rgba(255,255,255,.78);
    font-size:17px;
    line-height:1.8;
}
.awlux-hero__copy--center p{margin-right:auto;margin-left:auto;}
.awlux-hero__copy--right p{margin-left:auto;}
.awlux-hero__actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:32px;}
.awlux-hero__copy--center .awlux-hero__actions{justify-content:center;}
.awlux-hero__copy--right .awlux-hero__actions{justify-content:flex-end;}
.awlux-hero__signature{
    display:flex;
    align-items:center;
    gap:11px;
    margin-top:30px;
    color:rgba(255,255,255,.60);
    font-size:10px;
    letter-spacing:.55px;
    text-transform:uppercase;
}
.awlux-hero__signature::before{content:"";width:44px;height:1px;background:#d5ad67;}
.awlux-hero .carousel-indicators{z-index:4;bottom:22px;}
.awlux-hero .carousel-indicators [data-bs-target]{
    width:30px!important;
    height:2px!important;
    margin:0 4px!important;
    border:0!important;
    background:#fff!important;
}
.awlux-hero .carousel-control-prev,
.awlux-hero .carousel-control-next{z-index:4;width:64px;}
.awlux-hero__control{
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border:1px solid rgba(255,255,255,.35);
    background:rgba(0,0,0,.18);
    color:#fff;
}

/* Buying portals */
.awlux-portals{padding:66px 0 74px;background:var(--awlux-paper);color:var(--awlux-ink);}
.awlux-portals__top{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(260px,420px);
    gap:50px;
    align-items:end;
    margin-bottom:27px;
}
.awlux-portals__top p{margin:0;color:var(--awlux-muted);font-size:14px;line-height:1.75;}
.awlux-portals__grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
}
.awlux-portal{
    position:relative;
    min-height:342px;
    display:flex;
    align-items:flex-end;
    overflow:hidden;
    background:#24211c;
    color:#fff;
    text-decoration:none;
}
.awlux-portal__picture,
.awlux-portal__picture img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    display:block;
}
.awlux-portal__picture img{object-fit:cover;transition:transform .6s cubic-bezier(.2,.65,.3,1);}
.awlux-portal::after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.08) 70%),
        linear-gradient(90deg,rgba(0,0,0,.18),transparent);
}
.awlux-portal:hover{color:#fff;}
.awlux-portal:hover .awlux-portal__picture img{transform:scale(1.045);}
.awlux-portal__number{
    position:absolute;
    top:18px;
    right:19px;
    z-index:2;
    color:rgba(255,255,255,.58);
    font-family:"Playfair Display",Georgia,serif;
    font-size:21px;
}
.awlux-portal__body{position:relative;z-index:2;width:100%;padding:24px;}
.awlux-portal__badge{
    display:block;
    margin-bottom:8px;
    color:#d8b36f;
    font-size:8px;
    font-weight:800;
    letter-spacing:1.3px;
    text-transform:uppercase;
}
.awlux-portal h3{
    margin:0;
    font-family:"Playfair Display",Georgia,serif;
    font-size:29px;
    font-weight:600;
    line-height:1.05;
}
.awlux-portal p{
    max-width:360px;
    margin:10px 0 0;
    color:rgba(255,255,255,.72);
    font-size:12px;
    line-height:1.65;
}
.awlux-portal__foot{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-top:18px;
    padding-top:14px;
    border-top:1px solid rgba(255,255,255,.22);
}
.awlux-portal__foot span{
    color:rgba(255,255,255,.65);
    font-size:9px;
    line-height:1.4;
}
.awlux-portal__foot strong{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#fff;
    font-size:9px;
    letter-spacing:.45px;
    text-transform:uppercase;
}

/* Collection mosaic */
.awlux-collection-grid{
    display:grid;
    grid-template-columns:1.2fr .8fr;
    grid-template-rows:repeat(2,minmax(220px,1fr));
    gap:16px;
    min-height:540px;
}
.awlux-collection-card{
    position:relative;
    min-height:220px;
    display:flex;
    align-items:flex-end;
    overflow:hidden;
    background:#24211c;
    color:#fff;
    text-decoration:none;
}
.awlux-collection-card:first-child{grid-row:1/3;}
.awlux-collection-card img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .6s ease;
}
.awlux-collection-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(0deg,rgba(0,0,0,.82),transparent 70%);
}
.awlux-collection-card:hover img{transform:scale(1.045);}
.awlux-collection-card:hover{color:#fff;}
.awlux-collection-card__body{position:relative;z-index:2;padding:28px;}
.awlux-collection-card h3{
    margin:0;
    font-family:"Playfair Display",Georgia,serif;
    font-size:clamp(27px,3vw,42px);
    font-weight:600;
}
.awlux-collection-card p{
    max-width:470px;
    margin:8px 0 0;
    color:rgba(255,255,255,.72);
    font-size:12px;
    line-height:1.65;
}
.awlux-collection-card .awlux-text-link{margin-top:16px;color:#fff;}

/* Split editorial sections */
.awlux-split{
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
    gap:70px;
    align-items:center;
}
.awlux-split--reverse{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);}
.awlux-split__media{position:relative;min-height:560px;}
.awlux-split__media img{width:100%;height:100%;min-height:560px;display:block;object-fit:cover;}
.awlux-split__media--short,
.awlux-split__media--short img{min-height:480px;}
.awlux-split__badge{
    position:absolute;
    right:-22px;
    bottom:28px;
    width:150px;
    min-height:130px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:22px;
    background:var(--awlux-ink);
    color:#fff;
    box-shadow:var(--awlux-shadow);
}
.awlux-split__badge strong{
    font-family:"Playfair Display",Georgia,serif;
    font-size:32px;
    font-weight:600;
}
.awlux-split__badge span{margin-top:4px;color:rgba(255,255,255,.62);font-size:9px;text-transform:uppercase;letter-spacing:.8px;}
.awlux-copy h2{
    margin:0;
    font-family:"Playfair Display",Georgia,serif;
    font-size:clamp(36px,4.4vw,58px);
    font-weight:600;
    line-height:1.02;
    text-wrap:balance;
}
.awlux-copy>p{
    margin:20px 0 0;
    color:var(--awlux-muted);
    font-size:15px;
    line-height:1.85;
}
.awlux-section--ink .awlux-copy>p{color:rgba(255,255,255,.66);}
.awlux-copy .awlux-text-link{margin-top:26px;}

.awlux-feature-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
    margin-top:27px;
}
.awlux-feature{
    padding:17px 0;
    border-top:1px solid var(--awlux-line);
}
.awlux-section--ink .awlux-feature{border-color:rgba(255,255,255,.14);}
.awlux-feature i{color:var(--awlux-gold);font-size:16px;}
.awlux-feature strong{display:block;margin-top:10px;font-size:13px;}
.awlux-feature span{display:block;margin-top:5px;color:var(--awlux-muted);font-size:11px;line-height:1.55;}
.awlux-section--ink .awlux-feature span{color:rgba(255,255,255,.55);}

/* Story */
.awlux-story-grid{
    display:grid;
    grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);
    gap:70px;
    align-items:center;
}
.awlux-story-media{position:relative;min-height:560px;padding-right:70px;padding-bottom:60px;}
.awlux-story-media__main{width:100%;height:500px;object-fit:cover;}
.awlux-story-media__small{
    position:absolute;
    right:0;
    bottom:0;
    width:230px;
    height:260px;
    object-fit:cover;
    border:10px solid var(--awlux-paper);
}
.awlux-story-year{
    position:absolute;
    top:28px;
    left:28px;
    padding:17px 20px;
    background:#fff;
    box-shadow:var(--awlux-shadow);
}
.awlux-story-year strong{display:block;font-family:"Playfair Display",Georgia,serif;font-size:30px;}
.awlux-story-year span{display:block;color:var(--awlux-muted);font-size:8px;letter-spacing:1px;text-transform:uppercase;}
.awlux-story-quote{
    margin-top:28px;
    padding:22px 0 0 24px;
    border-top:1px solid var(--awlux-line);
    border-left:2px solid var(--awlux-gold);
    color:var(--awlux-ink-soft);
    font-family:"Playfair Display",Georgia,serif;
    font-size:19px;
    line-height:1.55;
}

/* Process */
.awlux-process-grid{
    display:grid;
    grid-template-columns:repeat(7,minmax(140px,1fr));
    gap:0;
    margin-top:42px;
    overflow-x:auto;
    scrollbar-width:thin;
}
.awlux-process-step{
    position:relative;
    min-width:150px;
    padding:25px 21px 15px;
    border-top:1px solid var(--awlux-line);
}
.awlux-process-step::before{
    content:"";
    position:absolute;
    top:-5px;
    left:21px;
    width:9px;
    height:9px;
    border:2px solid var(--awlux-gold);
    border-radius:50%;
    background:#fff;
}
.awlux-process-step>span{color:var(--awlux-gold-deep);font-size:9px;font-weight:800;letter-spacing:1px;}
.awlux-process-step h3{margin:11px 0 0;font-family:"Playfair Display",Georgia,serif;font-size:18px;font-weight:600;}
.awlux-process-step p{margin:7px 0 0;color:var(--awlux-muted);font-size:10px;line-height:1.55;}

/* Builder */
.awlux-builder{
    display:grid;
    grid-template-columns:1.08fr .92fr;
    min-height:560px;
    background:var(--awlux-ink);
    color:#fff;
}
.awlux-builder__media{min-height:560px;}
.awlux-builder__media img{width:100%;height:100%;min-height:560px;display:block;object-fit:cover;}
.awlux-builder__copy{display:flex;flex-direction:column;justify-content:center;padding:70px;}
.awlux-builder__copy h2{
    margin:0;
    font-family:"Playfair Display",Georgia,serif;
    font-size:clamp(38px,4.4vw,60px);
    font-weight:600;
    line-height:1.02;
}
.awlux-builder__copy>p{margin:20px 0 0;color:rgba(255,255,255,.64);font-size:15px;line-height:1.8;}
.awlux-builder__options{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px 20px;
    margin:28px 0;
}
.awlux-builder__options span{
    display:flex;
    align-items:center;
    gap:9px;
    padding:11px 0;
    border-bottom:1px solid rgba(255,255,255,.12);
    color:rgba(255,255,255,.78);
    font-size:11px;
}
.awlux-builder__options i{color:#d5ad67;}

/* Video */
.awlux-video-layout{
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
    gap:52px;
    align-items:center;
}
.awlux-video-media{
    position:relative;
    min-height:500px;
    overflow:hidden;
    background:#0d0d0c;
}
.awlux-video-media img,
.awlux-video-media video{width:100%;height:500px;display:block;object-fit:cover;}
.awlux-video-media::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.45),transparent 55%);pointer-events:none;}
.awlux-play{
    position:absolute;
    z-index:2;
    top:50%;
    left:50%;
    width:76px;
    height:76px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#fff;
    color:#111;
    text-decoration:none;
    transform:translate(-50%,-50%);
    box-shadow:0 20px 55px rgba(0,0,0,.25);
}
.awlux-play:hover{background:var(--awlux-gold);color:#111;}
.awlux-video-list{display:grid;gap:1px;margin-top:25px;background:rgba(255,255,255,.12);}
.awlux-video-list a{
    display:grid;
    grid-template-columns:76px 1fr;
    gap:14px;
    align-items:center;
    padding:12px;
    background:var(--awlux-ink);
    color:#fff;
    text-decoration:none;
}
.awlux-video-list img{width:76px;height:58px;object-fit:cover;}
.awlux-video-list strong{display:block;font-family:"Playfair Display",Georgia,serif;font-size:15px;}
.awlux-video-list span{display:block;margin-top:3px;color:rgba(255,255,255,.48);font-size:9px;}

/* Blog */
.awlux-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;}
.awlux-blog-card{background:#fff;}
.awlux-blog-card__media{aspect-ratio:16/10;display:block;overflow:hidden;background:#e8e2d8;}
.awlux-blog-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
.awlux-blog-card:hover .awlux-blog-card__media img{transform:scale(1.04);}
.awlux-blog-card__body{padding:21px 0 4px;}
.awlux-blog-card__meta{display:block;color:var(--awlux-gold-deep);font-size:8px;font-weight:800;letter-spacing:1px;text-transform:uppercase;}
.awlux-blog-card h3{margin:10px 0 0;font-family:"Playfair Display",Georgia,serif;font-size:24px;font-weight:600;line-height:1.18;}
.awlux-blog-card h3 a{color:var(--awlux-ink);text-decoration:none;}
.awlux-blog-card p{margin:10px 0 0;color:var(--awlux-muted);font-size:12px;line-height:1.7;}
.awlux-blog-card .awlux-inline-link{margin-top:17px;}

/* Testimonials */
.awlux-testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.awlux-testimonial{
    min-height:280px;
    display:flex;
    flex-direction:column;
    padding:30px;
    border:1px solid var(--awlux-line);
    background:#fff;
}
.awlux-testimonial__stars{color:var(--awlux-gold);font-size:10px;letter-spacing:2px;}
.awlux-testimonial blockquote{
    flex:1;
    margin:20px 0;
    color:var(--awlux-ink-soft);
    font-family:"Playfair Display",Georgia,serif;
    font-size:20px;
    line-height:1.55;
}
.awlux-testimonial footer{padding-top:16px;border-top:1px solid var(--awlux-line);}
.awlux-testimonial footer strong{display:block;font-size:12px;}
.awlux-testimonial footer span{display:block;margin-top:4px;color:var(--awlux-muted);font-size:9px;}

/* Instagram */
.awlux-instagram-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;}
.awlux-instagram-card{position:relative;aspect-ratio:1;display:block;overflow:hidden;background:#eee8dd;}
.awlux-instagram-card:first-child{grid-column:span 2;grid-row:span 2;}
.awlux-instagram-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
.awlux-instagram-card::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.35);opacity:0;transition:.2s ease;}
.awlux-instagram-card i{position:absolute;z-index:2;top:50%;left:50%;color:#fff;font-size:25px;opacity:0;transform:translate(-50%,-40%);transition:.2s ease;}
.awlux-instagram-card:hover img{transform:scale(1.05);}
.awlux-instagram-card:hover::after,.awlux-instagram-card:hover i{opacity:1;}
.awlux-instagram-card:hover i{transform:translate(-50%,-50%);}

/* Why / service grids */
.awlux-pillar-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;margin-top:38px;background:var(--awlux-line);}
.awlux-pillar{min-height:210px;padding:25px;background:#fff;}
.awlux-section--ink .awlux-pillar{background:var(--awlux-ink);}
.awlux-pillar i{color:var(--awlux-gold);font-size:20px;}
.awlux-pillar h3{margin:30px 0 0;font-family:"Playfair Display",Georgia,serif;font-size:19px;font-weight:600;}
.awlux-pillar p{margin:8px 0 0;color:var(--awlux-muted);font-size:11px;line-height:1.65;}
.awlux-section--ink .awlux-pillar p{color:rgba(255,255,255,.52);}

.awlux-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:34px;}
.awlux-service{
    padding:24px;
    border:1px solid var(--awlux-line);
    background:#fff;
}
.awlux-service__icon{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--awlux-line);color:var(--awlux-gold-deep);}
.awlux-service h3{margin:19px 0 0;font-family:"Playfair Display",Georgia,serif;font-size:21px;font-weight:600;}
.awlux-service p{margin:8px 0 0;color:var(--awlux-muted);font-size:11px;line-height:1.65;}

/* Stats and trust */
.awlux-stats{padding:42px 0;background:var(--awlux-ink);color:#fff;}
.awlux-stats__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));}
.awlux-stat{padding:12px 28px;border-left:1px solid rgba(255,255,255,.16);}
.awlux-stat:first-child{border-left:0;}
.awlux-stat strong{display:block;font-family:"Playfair Display",Georgia,serif;font-size:37px;font-weight:600;line-height:1;}
.awlux-stat span{display:block;margin-top:8px;color:rgba(255,255,255,.5);font-size:9px;letter-spacing:.7px;text-transform:uppercase;}

.awlux-trust{padding:20px 0;border-top:1px solid var(--awlux-line);border-bottom:1px solid var(--awlux-line);background:#fff;}
.awlux-trust__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));}
.awlux-trust__item{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    min-height:34px;
    padding:0 15px;
    border-left:1px solid var(--awlux-line);
    color:var(--awlux-ink-soft);
    font-size:9px;
    font-weight:700;
    letter-spacing:.35px;
    text-transform:uppercase;
}
.awlux-trust__item:first-child{border-left:0;}
.awlux-trust__item i{color:var(--awlux-gold-deep);}

/* Final CTA */
.awlux-final-cta{
    padding:78px 0;
    overflow:hidden;
    background:
        radial-gradient(circle at 80% 20%,rgba(183,138,61,.22),transparent 28%),
        var(--awlux-ink);
    color:#fff;
}
.awlux-final-cta__inner{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:60px;
    align-items:center;
}
.awlux-final-cta h2{
    max-width:780px;
    margin:0;
    font-family:"Playfair Display",Georgia,serif;
    font-size:clamp(38px,4.8vw,64px);
    font-weight:600;
    line-height:1;
}
.awlux-final-cta p{max-width:680px;margin:18px 0 0;color:rgba(255,255,255,.62);font-size:14px;line-height:1.75;}
.awlux-final-cta__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px;}

/* Responsive */
@media(max-width:1199.98px){
    .awlux-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
    .awlux-product-grid .awlux-product-card:nth-child(n+7){display:none;}
    .awlux-pillar-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
    .awlux-instagram-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
}
@media(max-width:991.98px){
    .awlux-section{padding:68px 0;}
    .awlux-section-top{align-items:flex-start;}
    .awlux-portals__top{grid-template-columns:1fr;gap:14px;}
    .awlux-portals__grid{grid-template-columns:1fr;}
    .awlux-portal{min-height:300px;}
    .awlux-collection-grid{grid-template-columns:1fr;grid-template-rows:none;min-height:0;}
    .awlux-collection-card:first-child{grid-row:auto;}
    .awlux-collection-card{min-height:350px;}
    .awlux-split,
    .awlux-split--reverse,
    .awlux-story-grid,
    .awlux-video-layout{grid-template-columns:1fr;gap:42px;}
    .awlux-split__badge{right:20px;}
    .awlux-builder{grid-template-columns:1fr;}
    .awlux-builder__copy{padding:52px;}
    .awlux-testimonial-grid,
    .awlux-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
    .awlux-testimonial-grid .awlux-testimonial:nth-child(n+3){display:none;}
    .awlux-final-cta__inner{grid-template-columns:1fr;gap:30px;}
    .awlux-final-cta__actions{justify-content:flex-start;}
}
@media(max-width:767.98px){
    .awlux-section{padding:58px 0;}
    .awlux-heading h2{font-size:36px;}
    .awlux-section-top{display:block;margin-bottom:27px;}
    .awlux-section-link{margin-top:18px;}
    .awlux-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;}
    .awlux-product-grid .awlux-product-card:nth-child(n+5){display:none;}
    .awlux-product-body h3{font-size:17px;}
    .awlux-product-body p{display:none;}
    .awlux-product-foot{display:block;}
    .awlux-product-foot .awlux-inline-link{margin-top:10px;}
    .awlux-hero,
    .awlux-hero .carousel,
    .awlux-hero .carousel-inner,
    .awlux-hero .carousel-item,
    .awlux-hero__slide{min-height:620px;}
    .awlux-hero__shade{background:rgba(0,0,0,.58);}
    .awlux-hero__copy,
    .awlux-hero__copy--right{margin-right:auto;margin-left:auto;text-align:center;}
    .awlux-hero__copy p,
    .awlux-hero__copy--right p{margin-right:auto;margin-left:auto;font-size:15px;}
    .awlux-hero__actions,
    .awlux-hero__copy--right .awlux-hero__actions{justify-content:center;}
    .awlux-hero__signature{justify-content:center;}
    .awlux-hero .carousel-control-prev,
    .awlux-hero .carousel-control-next{display:none;}
    .awlux-portals{padding:54px 0 60px;}
    .awlux-portal{min-height:285px;}
    .awlux-feature-list{grid-template-columns:1fr;}
    .awlux-split__media,
    .awlux-split__media img,
    .awlux-split__media--short,
    .awlux-split__media--short img{min-height:390px;}
    .awlux-split__badge{width:130px;min-height:110px;}
    .awlux-story-media{min-height:470px;padding-right:46px;padding-bottom:46px;}
    .awlux-story-media__main{height:420px;}
    .awlux-story-media__small{width:180px;height:210px;border-width:7px;}
    .awlux-builder__media,
    .awlux-builder__media img{min-height:390px;}
    .awlux-builder__copy{padding:42px 25px;}
    .awlux-video-media,
    .awlux-video-media img,
    .awlux-video-media video{min-height:390px;height:390px;}
    .awlux-blog-grid,
    .awlux-testimonial-grid,
    .awlux-service-grid{grid-template-columns:1fr;}
    .awlux-testimonial-grid .awlux-testimonial:nth-child(n+3){display:flex;}
    .awlux-instagram-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
    .awlux-instagram-card:first-child{grid-column:span 2;grid-row:span 2;}
    .awlux-pillar-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
    .awlux-stats__grid{grid-template-columns:repeat(2,minmax(0,1fr));}
    .awlux-stat{border-top:1px solid rgba(255,255,255,.16);}
    .awlux-stat:nth-child(odd){border-left:0;}
    .awlux-trust__grid{grid-template-columns:repeat(2,minmax(0,1fr));}
    .awlux-trust__item{justify-content:flex-start;border-top:1px solid var(--awlux-line);}
    .awlux-trust__item:nth-child(odd){border-left:0;}
}
@media(max-width:575.98px){
    .awlux-product-grid{grid-template-columns:1fr 1fr;}
    .awlux-product-badge{top:8px;left:8px;padding:5px 7px;font-size:7px;}
    .awlux-product-view{display:none;}
    .awlux-button{width:100%;}
    .awlux-hero h1{font-size:45px;}
    .awlux-hero__actions{display:grid;grid-template-columns:1fr;width:100%;}
    .awlux-portal__body{padding:20px;}
    .awlux-portal h3{font-size:26px;}
    .awlux-collection-card{min-height:310px;}
    .awlux-pillar-grid{grid-template-columns:1fr;}
    .awlux-instagram-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
    .awlux-final-cta__actions{display:grid;grid-template-columns:1fr;width:100%;}
}

/* Artisan Walks craftsmanship badge placement fix */
.awlux-craftsmanship-home .awlux-split__media{
    overflow:hidden;
}

.awlux-craftsmanship-home .awlux-craftsmanship-badge{
    right:auto;
    left:24px;
    bottom:24px;
    width:150px;
    min-height:112px;
    padding:18px 20px;
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 18px 45px rgba(0,0,0,.32);
}

.awlux-craftsmanship-home .awlux-craftsmanship-badge strong{
    font-size:28px;
    line-height:1.05;
}

.awlux-craftsmanship-home .awlux-craftsmanship-badge span{
    margin-top:7px;
    line-height:1.45;
}

@media(max-width:767.98px){
    .awlux-craftsmanship-home .awlux-craftsmanship-badge{
        left:16px;
        bottom:16px;
        width:128px;
        min-height:94px;
        padding:15px 16px;
    }

    .awlux-craftsmanship-home .awlux-craftsmanship-badge strong{
        font-size:23px;
    }
}


/* 2026 refinement layer */
.aw-homepage{background:#fff}
.awlux-section{padding-top:clamp(68px,7vw,104px);padding-bottom:clamp(68px,7vw,104px)}
.awlux-section--compact{padding-top:clamp(52px,5vw,76px);padding-bottom:clamp(52px,5vw,76px)}
.awlux-heading h2,.awlux-copy h2,.awlux-hero h1{font-kerning:normal}
.awlux-heading p,.awlux-copy>p{max-width:680px}
.awlux-button{border-radius:1px;box-shadow:none}
.awlux-product-card{border:1px solid rgba(221,215,204,.72);transition:transform .25s ease,box-shadow .25s ease}
.awlux-product-card:hover{transform:translateY(-5px);box-shadow:0 20px 48px rgba(25,21,15,.10)}
.awlux-product-body{padding:18px 16px 17px}
.awlux-product-media{aspect-ratio:4/4.8}
.awlux-hero{min-height:clamp(640px,78vh,820px)}
.awlux-hero__container{padding-top:110px;padding-bottom:110px}
.awlux-hero__copy{max-width:820px}
.awlux-hero__copy p{font-size:clamp(15px,1.5vw,18px)}
.awlux-hero__signature{margin-top:35px}
.awlux-portals{padding-top:84px;padding-bottom:92px}
.awlux-portal{min-height:390px}
.awlux-collection-grid{min-height:620px}
.awlux-collection-card{border:1px solid rgba(255,255,255,.08)}
.awlux-trust{border-top:1px solid var(--awlux-line);border-bottom:1px solid var(--awlux-line)}
.awlux-final-cta__inner{box-shadow:0 28px 80px rgba(0,0,0,.16)}

@media(max-width:991.98px){
    .awlux-hero{min-height:680px}
    .awlux-hero__container{padding-top:90px;padding-bottom:95px}
    .awlux-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .awlux-portals__top{grid-template-columns:1fr;gap:18px}
    .awlux-collection-grid{min-height:540px}
}

@media(max-width:575.98px){
    .awlux-section{padding-top:58px;padding-bottom:58px}
    .awlux-hero{min-height:650px}
    .awlux-hero__container{padding-top:76px;padding-bottom:85px}
    .awlux-hero h1{font-size:clamp(42px,12vw,60px)}
    .awlux-hero__actions{display:grid;grid-template-columns:1fr;width:100%}
    .awlux-hero__actions .awlux-button{width:100%}
    .awlux-product-grid{grid-template-columns:1fr 1fr;gap:10px}
    .awlux-product-body{padding:13px 11px}
    .awlux-product-body h3{font-size:16px}
    .awlux-product-body p{display:none}
    .awlux-product-foot{align-items:flex-start;flex-direction:column;gap:8px}
    .awlux-inline-link{display:none}
    .awlux-portals__grid{grid-template-columns:1fr}
    .awlux-portal{min-height:370px}
    .awlux-collection-grid{display:grid;grid-template-columns:1fr;grid-template-rows:none;min-height:0}
    .awlux-collection-card:first-child{grid-row:auto}
    .awlux-collection-card{min-height:390px}
}


/* ================================================================
   Artisan Walks homepage product row fix - 2026-08-16
   One balanced desktop row: 4 products maximum per product section.
   ================================================================ */

.awlux-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.awlux-product-card {
    display: flex;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #ddd6ca;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(28, 22, 16, .045);
    transition:
        transform .24s ease,
        border-color .24s ease,
        box-shadow .24s ease;
}

.awlux-product-card:hover {
    border-color: rgba(183, 138, 61, .62);
    transform: translateY(-5px);
    box-shadow: 0 18px 42px rgba(28, 22, 16, .10);
}

.awlux-product-media {
    position: relative;
    display: grid;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    place-items: center;
    border-bottom: 1px solid #eee7dc;
    background:
        radial-gradient(
            circle at 50% 42%,
            #ffffff 0,
            #fbfaf7 58%,
            #f3efe8 100%
        );
}

.awlux-product-media img {
    width: 100%;
    height: 100%;
    display: block;
    padding: 18px 14px;
    object-fit: contain;
    object-position: center;
    transform: none;
    transition: transform .35s ease;
}

.awlux-product-card:hover .awlux-product-media img {
    transform: scale(1.025);
}

.awlux-product-badge {
    top: 13px;
    left: 13px;
    padding: 6px 9px;
    border: 1px solid rgba(23, 22, 19, .08);
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 5px 18px rgba(25, 20, 14, .05);
    color: #171613;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .7px;
}

.awlux-product-view {
    right: 13px;
    bottom: 13px;
    width: 37px;
    height: 37px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(23, 22, 19, .92);
}

.awlux-product-body {
    display: flex;
    min-height: 205px;
    padding: 18px 18px 16px;
    flex: 1;
    flex-direction: column;
}

.awlux-product-body h3 {
    min-height: 48px;
    margin: 0;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.27;
}

.awlux-product-body h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.awlux-product-body p {
    display: -webkit-box;
    min-height: 40px;
    margin: 9px 0 0;
    overflow: hidden;
    color: #79736b;
    font-size: 11px;
    line-height: 1.62;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.awlux-product-foot {
    display: flex;
    margin-top: auto;
    padding-top: 14px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid #eee8de;
}

.awlux-product-price {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}

.awlux-product-price strong {
    color: #171613;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}

.awlux-product-price del {
    color: #9b958d;
    font-size: 10px;
}

.awlux-product-foot .awlux-inline-link {
    flex: 0 0 auto;
    color: #171613;
    font-size: 9px;
}

.awlux-product-foot .awlux-inline-link:hover {
    color: var(--awlux-gold-deep);
}

@media (max-width: 1199.98px) {
    .awlux-product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
    }

    .awlux-product-body {
        padding: 15px 14px 14px;
    }

    .awlux-product-body h3 {
        min-height: 44px;
        font-size: 17px;
    }
}

@media (max-width: 991.98px) {
    .awlux-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .awlux-product-media {
        aspect-ratio: 4 / 3;
    }

    .awlux-product-body {
        min-height: 190px;
    }
}

@media (max-width: 575.98px) {
    .awlux-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .awlux-product-card {
        border-radius: 7px;
    }

    .awlux-product-media {
        aspect-ratio: 1 / 1;
    }

    .awlux-product-media img {
        padding: 10px 7px;
    }

    .awlux-product-badge {
        top: 7px;
        left: 7px;
        padding: 4px 6px;
        font-size: 6px;
        letter-spacing: .45px;
    }

    .awlux-product-body {
        min-height: 150px;
        padding: 11px 10px 10px;
    }

    .awlux-product-body h3 {
        min-height: 37px;
        font-size: 14px;
        line-height: 1.28;
    }

    .awlux-product-body p {
        display: none;
    }

    .awlux-product-foot {
        margin-top: auto;
        padding-top: 9px;
        gap: 5px;
    }

    .awlux-product-price strong {
        font-size: 11px;
    }

    .awlux-product-price del {
        font-size: 8px;
    }

    .awlux-product-foot .awlux-inline-link {
        display: none;
    }
}
