/* ISTYLE main.css — cleaned 2026 version */
:root{--burgundy:#5A1C2D;--ivory:#FAF8F4;--dark-ivory:#EEE5DA;--text-muted:#76686C;--border:rgba(90,28,45,.14)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--burgundy);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.istyle-homepage{width:100%;overflow:hidden}

/* HEADER */
.istyle-header{position:relative;z-index:10000;width:100%;background:var(--ivory);border-bottom:1px solid var(--border)}
.istyle-container{max-width:1400px;margin:0 auto;padding:28px 60px;display:flex;align-items:center;justify-content:space-between}
.istyle-logo{display:flex;align-items:center;gap:14px;flex:0 0 auto;text-transform:lowercase;letter-spacing:.25em;font-size:20px;font-weight:500}
.istyle-logo-image{width:60px;height:60px;display:block;object-fit:contain}
.istyle-logo-text{font-family:Georgia,"Times New Roman",serif;font-size:22px;letter-spacing:.18em}
.istyle-logo-mark{font-family:Georgia,"Times New Roman",serif;font-size:28px}
.istyle-nav{display:flex;align-items:center;gap:45px}
.istyle-nav a,.istyle-cart{font-size:13px;letter-spacing:.18em;text-transform:uppercase;transition:opacity .25s ease}
.istyle-nav a:hover,.istyle-cart:hover{opacity:.55}
.istyle-header-actions{display:flex;align-items:center;gap:24px}
.istyle-cart{display:inline-flex;align-items:center;gap:8px}
.istyle-cart__icon{width:20px;height:20px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.istyle-menu-toggle,.istyle-mobile-nav{display:none}

/* DESKTOP DROPDOWN */
.istyle-dropdown{position:relative;display:flex;align-items:center}
.istyle-dropdown-toggle{appearance:none;-webkit-appearance:none;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px;margin:0!important;padding:0!important;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;color:var(--burgundy)!important;font-family:inherit!important;font-size:13px!important;font-weight:400!important;line-height:1!important;letter-spacing:.18em!important;text-transform:uppercase!important;cursor:pointer}
.istyle-dropdown-arrow{display:inline-block;color:var(--burgundy);font-size:11px;line-height:1;transition:transform .22s ease}
.istyle-dropdown.is-open .istyle-dropdown-arrow{transform:rotate(180deg)}
.istyle-dropdown-menu{position:absolute;top:calc(100% + 18px);left:50%;z-index:99999;min-width:190px;padding:8px 0;background:var(--ivory);border:1px solid rgba(90,28,45,.16);box-shadow:0 12px 30px rgba(58,31,37,.08);opacity:0;visibility:hidden;pointer-events:none;transform:translateX(-50%) translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}
.istyle-dropdown:hover .istyle-dropdown-menu,.istyle-dropdown.is-open .istyle-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.istyle-dropdown-menu a{display:block!important;width:100%;margin:0!important;padding:13px 18px!important;background:transparent!important;color:var(--burgundy)!important;font-size:11px!important;line-height:1.3!important;letter-spacing:.14em!important;text-align:left!important;text-transform:uppercase!important;white-space:nowrap}
.istyle-dropdown-menu a:hover{background:rgba(90,28,45,.06)!important}

/* NEW 2026 HERO */
.istyle-fashion-hero{position:relative;width:100%;margin:0;padding:0;overflow:hidden;background:#efe5d8}
.istyle-fashion-hero__picture{display:block;width:100%;margin:0;padding:0}
.istyle-fashion-hero__image{display:block;width:100%;height:auto;max-width:none;margin:0;padding:0;object-fit:cover;object-position:center}
.istyle-fashion-hero__content{position:absolute;left:7.2%;top:50%;z-index:20;width:min(440px,34vw);transform:translateY(-42%);color:var(--burgundy)}
.istyle-fashion-hero__eyebrow{margin:0 0 18px;font-size:10px;font-weight:600;letter-spacing:.25em;text-transform:uppercase}
.istyle-fashion-hero__content h1{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,4.2vw,66px);font-weight:400;line-height:.98;letter-spacing:-.035em;text-wrap:balance}
.istyle-fashion-hero__copy{max-width:360px;margin:22px 0 28px;color:#655b57;font-size:14px;line-height:1.65}
.istyle-fashion-hero__button{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:190px;min-height:50px;padding:0 28px;background:var(--burgundy);border:1px solid var(--burgundy);border-radius:0;color:#fff!important;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:10px;font-weight:600;line-height:1;letter-spacing:.18em;text-transform:uppercase;text-decoration:none!important;transition:background-color .25s ease,color .25s ease,transform .25s ease}
@media (hover:hover) and (pointer:fine){.istyle-fashion-hero__button:hover{background:var(--ivory);color:var(--burgundy)!important;transform:translateY(-2px)}}

/* CATEGORY NAV */
.istyle-home-category-nav{width:100%;display:flex;align-items:center;justify-content:center;gap:46px;padding:16px 30px;background:#fff;border-bottom:1px solid rgba(90,28,45,.10);overflow-x:auto;scrollbar-width:none}
.istyle-home-category-nav::-webkit-scrollbar{display:none}
.istyle-home-category-nav a{position:relative;flex:0 0 auto;padding-bottom:8px;color:#2c2c2c;font-size:12px;font-weight:500;letter-spacing:.20em;text-transform:uppercase;white-space:nowrap;transition:color .25s ease}
.istyle-home-category-nav a::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--burgundy);transform:scaleX(0);transform-origin:center;transition:transform .25s ease}
.istyle-home-category-nav a:hover{color:var(--burgundy)}
.istyle-home-category-nav a:hover::after{transform:scaleX(1)}

/* GENERAL */
.collections-section,.new-arrivals-section{max-width:1400px;margin:0 auto}
.eyebrow{color:var(--text-muted);font-size:10px;font-weight:500;letter-spacing:.24em;text-transform:uppercase}

/* COLLECTIONS */
.collections-section--editorial{
    max-width:none;
    padding:72px 50px 110px;
    background:var(--ivory);
}
.collections-section--editorial .section-heading{max-width:1400px;margin:0 auto 36px}
.collections-section--editorial .section-heading .eyebrow{margin:0 0 12px}
.collections-section--editorial .section-heading h2{
    margin:0;
    color:var(--burgundy);
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(36px,3.5vw,48px);
    font-weight:400;
    line-height:1.05;
    letter-spacing:-.02em;
}
.collection-grid--editorial{
    max-width:1320px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}
.collection-card--editorial{position:relative;overflow:visible;background:transparent;border-radius:0;box-shadow:none;transition:transform .45s ease}
.collection-card--editorial:hover{transform:translateY(-4px)}
.collection-card--editorial .collection-card__link{display:block;color:inherit}
.collection-card--editorial .collection-card__image-wrap{width:100%;aspect-ratio:4/5;overflow:hidden;background:#E8E0D7;border-radius:0}
.collection-card--editorial .collection-card__img{--istyle-parallax-y:0px;width:100%;height:100%;object-fit:cover;object-position:center;transform:translateY(var(--istyle-parallax-y)) scale(1.01);transition:transform .9s cubic-bezier(.22,.61,.36,1);will-change:transform}
.collection-card--editorial:hover .collection-card__img{transform:translateY(var(--istyle-parallax-y)) scale(1.045)}
.collection-card--editorial .collection-card__content{padding:18px 0 0;text-align:left}
.collection-card--editorial .collection-card__content h3{margin:0 0 8px;color:var(--burgundy);font-family:Georgia,"Times New Roman",serif;font-size:23px;font-weight:400;line-height:1.2}
.collection-card--editorial .collection-card__btn{display:inline-block;min-height:0;padding:0;background:transparent;border:0;color:var(--burgundy);font-size:10px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;text-decoration:underline;text-underline-offset:5px}
.collection-card__img--swimming{object-position:center top!important}

/* DIVIDER */
.istyle-editorial-divider{width:min(1180px,calc(100% - 120px));margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}
.istyle-editorial-divider>span:not(.istyle-editorial-divider__star){height:1px;background:rgba(90,28,45,.18)}
.istyle-editorial-divider__star{color:var(--burgundy);font-size:10px;opacity:.65}

/* NEW ARRIVALS */
.new-arrivals-section--editorial{max-width:none;padding:92px 50px 105px;background:#fff}
.new-arrivals-heading{max-width:1180px;margin:0 auto 34px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}
.new-arrivals-heading .eyebrow{margin:0 0 9px}
.new-arrivals-heading h2{margin:0;color:var(--burgundy);font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,4vw,52px);font-weight:400;line-height:1}
.new-arrivals-heading__link{position:relative;flex:0 0 auto;padding-bottom:5px;color:var(--burgundy);font-size:10px;font-weight:500;letter-spacing:.17em;text-transform:uppercase}
.new-arrivals-heading__link::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--burgundy)}
.product-grid--editorial{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.product-card--editorial{min-width:0;padding:0;background:transparent;border-radius:0;box-shadow:none}
.product-card--editorial:hover{transform:none}
.product-card--editorial .product-card__image{position:relative;display:block;width:100%;aspect-ratio:4/5;overflow:hidden;background:#EEE8E0}
.product-card--editorial .product-card__img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important;transition:opacity .5s ease,transform .75s cubic-bezier(.22,.61,.36,1)}
.product-card--editorial .product-card__img--main{z-index:1;opacity:1;transform:scale(1)}
.product-card--editorial .product-card__img--hover{z-index:2;opacity:0;transform:scale(1.02)}
@media (hover:hover) and (pointer:fine){.product-card--editorial:hover .product-card__img--main{opacity:0;transform:scale(1.015)}.product-card--editorial:hover .product-card__img--hover{opacity:1;transform:scale(1)}}
.product-card--editorial .product-card__content{padding:12px 2px 0;text-align:left}
.product-card--editorial .product-card__content h3{margin:0 0 4px;font-family:inherit;font-size:14px;font-weight:400;line-height:1.3}
.product-card--editorial .product-card__content h3 a{color:#2B2B2B}
.product-card--editorial .product-card__price{margin:0;color:var(--burgundy);font-size:12px;font-weight:500;line-height:1.35}

/* STATEMENT */
.istyle-statement{position:relative;width:100%;padding:100px 30px;overflow:hidden;background:var(--dark-ivory);border-top:1px solid rgba(90,28,45,.10);border-bottom:1px solid rgba(90,28,45,.13);color:var(--burgundy);text-align:center}
.istyle-statement::before{content:"ISTYLE";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:rgba(90,28,45,.035);font-family:Georgia,"Times New Roman",serif;font-size:clamp(90px,16vw,230px);letter-spacing:.08em;white-space:nowrap;pointer-events:none}
.istyle-statement__star{position:relative;z-index:1;display:block;margin-bottom:18px;font-size:11px;opacity:.75}
.istyle-statement p{position:relative;z-index:1;max-width:900px;margin:0 auto;font-family:Georgia,"Times New Roman",serif;font-size:clamp(32px,4.5vw,60px);font-weight:400;line-height:1.12;letter-spacing:-.02em}

/* REVEAL */
.istyle-reveal{opacity:0;transform:translateY(42px);transition:opacity 1s ease,transform 1s cubic-bezier(.22,.61,.36,1)}
.istyle-reveal.is-visible{opacity:1;transform:translateY(0)}
.collection-grid .collection-card:nth-child(2),.product-grid .product-card:nth-child(2){transition-delay:.10s}
.collection-grid .collection-card:nth-child(3),.product-grid .product-card:nth-child(3){transition-delay:.20s}

/* FOOTER */
.istyle-footer{padding:84px 60px 28px;background:var(--burgundy);color:var(--ivory)}
.istyle-footer__inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:60px}
.footer-brand{max-width:330px}
.footer-brand__logo{display:inline-block;margin-bottom:20px;color:var(--ivory);font-family:Georgia,"Times New Roman",serif;font-size:30px;font-weight:400;letter-spacing:.04em;text-transform:lowercase}
.footer-brand__tagline{max-width:300px;margin:0;color:rgba(243,236,226,.72);font-size:13px;line-height:1.75}
.footer-column h3{margin:0 0 20px;color:rgba(243,236,226,.58);font-size:9px;font-weight:500;letter-spacing:.22em;text-transform:uppercase}
.footer-links,.footer-social{display:flex;flex-direction:column;align-items:flex-start;gap:13px}
.footer-links a,.footer-social a{display:inline-block;color:var(--ivory);font-size:13px;font-weight:400;line-height:1.4;transition:opacity .25s ease}
.footer-links a:hover,.footer-social a:hover{opacity:.58}
.footer-bottom{max-width:1400px;margin:64px auto 0;padding-top:22px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-top:1px solid rgba(243,236,226,.18)}
.footer-bottom p{margin:0;color:rgba(243,236,226,.58);font-size:10px;line-height:1.5;letter-spacing:.08em}
.footer-bottom__note{letter-spacing:.18em!important;text-transform:uppercase}

/* BACK TO TOP */
#scroll-top,.scroll-top,.back-to-top,.to-top,.ast-scroll-top-icon,.ast-scroll-to-top-right,.generate-back-to-top{width:42px!important;height:42px!important;background:var(--burgundy)!important;color:var(--ivory)!important;border:1px solid rgba(243,236,226,.45)!important;border-radius:0!important;box-shadow:none!important;opacity:.92;transition:background .25s ease,color .25s ease,opacity .25s ease,transform .25s ease!important}
#scroll-top:hover,.scroll-top:hover,.back-to-top:hover,.to-top:hover,.ast-scroll-top-icon:hover,.ast-scroll-to-top-right:hover,.generate-back-to-top:hover{background:var(--ivory)!important;color:var(--burgundy)!important;border-color:var(--burgundy)!important;opacity:1;transform:translateY(-2px)}
#scroll-top svg,.scroll-top svg,.back-to-top svg,.to-top svg,.ast-scroll-top-icon svg,.generate-back-to-top svg{fill:currentColor!important;stroke:currentColor!important}


/* ==========================================================
   HOME — HAUS-INSPIRED FLOATING HEADER + VIEWPORT HERO
========================================================== */
@media (min-width:901px){
  body.home .istyle-header{
    position:absolute;
    top:26px;
    left:38px;
    right:38px;
    z-index:10000;
    width:auto;
    background:rgba(243,236,226,.94);
    border:1px solid rgba(255,255,255,.20);
    border-radius:32px;
    box-shadow:0 6px 24px rgba(42,28,31,.055);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
  }

  body.home .istyle-header .istyle-container{
    width:100%;
    max-width:none;

    /* Slimmer navigation */
    height:64px;
    min-height:64px;

    margin:0;

    /* Internal left/right breathing room */
    padding:0 28px;
}
  body.home .istyle-header .istyle-logo img{
    width:42px;
    height:46px;
    object-fit:contain;
  }

  body.home .istyle-nav{gap:38px}

  body.home .istyle-nav a,
  body.home .istyle-cart,
  body.home .istyle-dropdown-toggle{
    font-size:11px!important;
    letter-spacing:.16em!important;
  }

  body.home .istyle-header-actions{gap:20px}

  
  body.home .istyle-fashion-hero{
    position:relative;
    width:100%;
    height:auto;
    min-height:0;
    margin:0;
    overflow:hidden;
    background:var(--ivory);
}

body.home .istyle-fashion-hero__picture{
    display:block;
    width:100%;
    height:auto;
}

body.home .istyle-fashion-hero__image{
    display:block;
    width:100%;
    height:auto;
    max-width:none;
    object-fit:contain;
    object-position:center;
}

body.home .istyle-fashion-hero__button{min-width:190px;min-height:48px;padding:0 24px;font-size:9px;letter-spacing:.18em}
}

/* TABLET / MOBILE */
@media (max-width:900px){
.istyle-container{width:100%;max-width:none;height:82px;min-height:82px;margin:0;padding:0 20px}
.istyle-logo{line-height:0}.istyle-logo img{width:48px;height:58px;object-fit:contain}.istyle-nav{display:none!important}
.istyle-header-actions{height:82px;margin-left:auto;display:flex!important;align-items:center!important;justify-content:flex-end;gap:14px}
.istyle-cart{gap:7px;color:var(--burgundy);font-size:12px;font-weight:500;line-height:1;letter-spacing:.16em;white-space:nowrap}
.istyle-cart__icon{width:19px;height:19px;flex:0 0 19px}
.istyle-menu-toggle{width:30px!important;height:30px!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:6px!important;border:0!important;background:transparent!important;cursor:pointer}
.istyle-menu-toggle span{display:block!important;width:22px!important;height:1.5px!important;margin:0!important;background:var(--burgundy)!important;transform-origin:center;transition:transform .25s ease,opacity .25s ease}
.istyle-menu-toggle.is-open span:first-child{transform:translateY(3.75px) rotate(45deg)}.istyle-menu-toggle.is-open span:last-child{transform:translateY(-3.75px) rotate(-45deg)}
.istyle-mobile-nav{position:absolute;top:82px;left:0;right:0;z-index:9999;width:100%;padding:12px 22px 22px;display:flex!important;flex-direction:column;background:var(--ivory);border-top:1px solid var(--border);border-bottom:1px solid var(--border);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity .22s ease,transform .22s ease,visibility .22s ease}
.istyle-mobile-nav.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
.istyle-mobile-nav a{padding:16px 2px;color:var(--burgundy);font-size:13px;font-weight:500;line-height:1.2;letter-spacing:.16em;text-transform:uppercase;border-bottom:1px solid rgba(90,28,45,.10)}
.istyle-mobile-nav a:last-child{border-bottom:0}
.istyle-mobile-dropdown{width:100%}
.istyle-mobile-dropdown-toggle{appearance:none;-webkit-appearance:none;width:100%;margin:0;padding:16px 2px;display:flex!important;align-items:center;justify-content:space-between;background:transparent!important;color:var(--burgundy)!important;border:0!important;border-bottom:1px solid rgba(90,28,45,.10)!important;font-family:inherit;font-size:13px;font-weight:500;line-height:1.2;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;box-shadow:none!important}
.istyle-mobile-dropdown-arrow{font-size:11px;transition:transform .2s ease}.istyle-mobile-dropdown.is-open .istyle-mobile-dropdown-arrow{transform:rotate(180deg)}
.istyle-mobile-dropdown-menu{display:none;width:100%;padding:4px 0 8px 14px}.istyle-mobile-dropdown.is-open .istyle-mobile-dropdown-menu{display:block}
.istyle-mobile-dropdown-menu a{display:block!important;padding:13px 4px!important;color:var(--burgundy)!important;font-size:11px!important;line-height:1.3;letter-spacing:.13em!important;text-transform:uppercase;border-bottom:1px solid rgba(90,28,45,.07)}
.istyle-mobile-dropdown-menu a:last-child{border-bottom:0}
.istyle-footer{padding:68px 24px 26px}.istyle-footer__inner{grid-template-columns:repeat(2,1fr);gap:48px 30px}
}

/* MOBILE */
@media (max-width:767px){
.istyle-header .istyle-container{height:72px!important;min-height:72px!important;padding:0 16px!important}
.istyle-header .istyle-logo img{width:43px!important;height:50px!important}
.istyle-header-actions{height:72px!important;gap:12px!important}
.istyle-cart{font-size:11px!important;letter-spacing:.13em!important}.istyle-cart__icon{width:18px!important;height:18px!important;flex:0 0 18px!important}
.istyle-menu-toggle{width:28px!important;height:28px!important;gap:5px!important}.istyle-menu-toggle span{width:21px!important}
.istyle-mobile-nav{top:72px!important;padding:10px 20px 20px!important}.istyle-mobile-nav a{padding:15px 2px!important;font-size:12px!important;letter-spacing:.15em!important}

/* MOBILE HERO */
.istyle-fashion-hero{
    position:relative;
    width:100%;
    height:72svh;
    min-height:540px;
    max-height:700px;
    overflow:hidden;
    background:#efe5d8;
}

.istyle-fashion-hero__picture{
    display:block;
    width:100%;
    height:100%;
}

.istyle-fashion-hero__image{
    display:block;
    width:100%;
    height:100%;
    max-width:none;
    object-fit:cover;
    object-position:center center;
}


   .istyle-fashion-hero__content {
    left: 20px;
    top: 10%;
    width: 52%;
    max-width: 210px;
    transform: none;
}

.istyle-fashion-hero__eyebrow {
    margin: 0 0 12px;
    font-size: 7px;
    line-height: 1.35;
    letter-spacing: .22em;
}

.istyle-fashion-hero__content h1 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 7.2vw, 32px);
    font-weight: 400;
    line-height: 1.04;
    letter-spacing: -.025em;
}

.istyle-fashion-hero__button {
    min-width: 0;
    min-height: 42px;
    margin-top: 20px;
    padding: 0 18px;
    font-size: 7.5px;
    letter-spacing: .15em;
    transform: none;
}
.istyle-home-category-nav{justify-content:flex-start;gap:25px;padding:16px 18px}.istyle-home-category-nav a{padding-bottom:6px;font-size:10px;letter-spacing:.16em}

.collections-section.collections-section--editorial{width:100%;padding:60px 0 65px;overflow:hidden}
.collections-section--editorial .section-heading{padding:0 22px;margin-bottom:28px}
.collections-section--editorial .section-heading h2{font-size:clamp(38px,10vw,48px);line-height:1.05}
.collections-section--editorial .collection-grid.collection-grid--editorial{display:flex;flex-wrap:nowrap;gap:14px;width:100%;margin:0;padding:0 22px 12px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-left:22px;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none}
.collections-section--editorial .collection-grid--editorial::-webkit-scrollbar{display:none}
.collections-section--editorial .collection-grid--editorial .collection-card.collection-card--editorial{flex:0 0 82%;width:82%;max-width:82%;margin:0;scroll-snap-align:start}
.collections-section--editorial .collection-card__image-wrap{width:100%;height:auto;aspect-ratio:4/5;overflow:hidden}
.collections-section--editorial .collection-card__img{width:100%;height:100%;object-fit:cover}
.collections-section--editorial .collection-card__content{padding:15px 0 2px}
.collections-section--editorial .collection-card__content h3{margin:0 0 9px;font-size:23px;line-height:1.15}
.collections-section--editorial .collection-card__btn{font-size:10px;letter-spacing:.16em}

.new-arrivals-section--editorial{padding:64px 14px 74px}.new-arrivals-heading{margin-bottom:26px;gap:14px}.new-arrivals-heading h2{font-size:32px}.new-arrivals-heading__link{font-size:9px;letter-spacing:.13em}
.product-grid--editorial{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 10px}.product-card--editorial .product-card__img--hover{display:none!important}.product-card--editorial .product-card__content{padding:9px 1px 0}.product-card--editorial .product-card__content h3{margin-bottom:3px;font-size:14px;line-height:1.25}.product-card--editorial .product-card__price{font-size:12px}

.istyle-editorial-divider{width:calc(100% - 40px);gap:14px}
.istyle-statement{padding:72px 22px}.istyle-statement p{font-size:clamp(30px,8vw,42px)}

#scroll-top,.scroll-top,.back-to-top,.to-top,.ast-scroll-top-icon,.ast-scroll-to-top-right,.generate-back-to-top{width:38px!important;height:38px!important;right:16px!important;bottom:18px!important}
}

/* SMALL MOBILE */
@media (max-width:600px){
.istyle-footer{padding:44px 20px 20px!important}.istyle-footer__inner{grid-template-columns:1fr 1fr!important;gap:30px 22px!important}.footer-brand{grid-column:1/-1!important;max-width:290px!important}.footer-brand__logo{margin-bottom:10px!important;font-size:24px!important}.footer-brand__tagline{max-width:280px!important;font-size:12px!important;line-height:1.55!important}.footer-column h3{margin-bottom:12px!important;font-size:8px!important;letter-spacing:.20em!important}.footer-links,.footer-social{gap:8px!important}.footer-links a,.footer-social a{font-size:12px!important;line-height:1.35!important}.footer-bottom{margin-top:34px!important;padding-top:16px!important;flex-direction:column;align-items:flex-start;gap:5px!important}.footer-bottom p{font-size:8.5px!important;line-height:1.4!important}.footer-bottom__note{letter-spacing:.16em!important}
}

/* EXTRA SMALL */
@media (max-width:390px){
.new-arrivals-section--editorial{padding-left:10px;padding-right:10px}.new-arrivals-heading h2{font-size:29px}.product-grid--editorial{gap:22px 8px}.product-card--editorial .product-card__content h3{font-size:13px}
}

/* REDUCED MOTION */
@media (prefers-reduced-motion:reduce){
html{scroll-behavior:auto}.istyle-reveal{opacity:1;transform:none;transition:none}.collection-card--editorial,.collection-card--editorial .collection-card__img,.product-card--editorial,.product-card--editorial .product-card__img,.istyle-statement p,.istyle-statement__star{transform:none!important;transition:none!important}
}

/* 2026 GLOBAL POLISH — WHITE / BEIGE / BURGUNDY */
.istyle-skip-link{position:fixed;left:16px;top:12px;z-index:100000;padding:12px 18px;background:var(--burgundy);color:#fff;transform:translateY(-150%);transition:transform .2s ease}
.istyle-skip-link:focus{transform:translateY(0)}
:where(a,button,input,select,textarea):focus-visible{outline:2px solid var(--burgundy);outline-offset:4px}
.istyle-header{background:#fff;border-bottom-color:#e8e1da}
.istyle-header .istyle-container{padding-top:18px;padding-bottom:18px}
.istyle-header .istyle-logo img{width:52px;height:60px;object-fit:contain}
.istyle-nav a,.istyle-dropdown-toggle{position:relative}
.istyle-nav>a::after,.istyle-nav>a[aria-current="page"]::after{content:"";position:absolute;left:0;right:.18em;bottom:-9px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.istyle-nav>a:hover::after,.istyle-nav>a[aria-current="page"]::after{transform:scaleX(1)}
.istyle-dropdown-menu{background:#fff;border-color:#e8e1da;box-shadow:0 18px 42px rgba(54,34,38,.09)}
.istyle-dropdown-menu a:hover{background:#faf7f2!important}
body.home .istyle-header{background:rgba(255,255,255,.91);border-color:rgba(90,28,45,.10);box-shadow:0 10px 35px rgba(54,34,38,.07)}
.collections-section--editorial{background:#faf8f4}
.new-arrivals-section--editorial{background:#fff}
.istyle-fashion-hero__content h1{color:var(--burgundy)!important}

@media (max-width:900px){
  .istyle-mobile-nav{background:#fff;box-shadow:0 18px 30px rgba(54,34,38,.08)}
  .istyle-header .istyle-container{position:relative}
  body .istyle-header .istyle-header-actions{position:absolute!important;top:0!important;right:16px!important;z-index:20!important;width:auto!important;display:flex!important;visibility:visible!important;opacity:1!important}
  body .istyle-header .istyle-cart,body .istyle-header .istyle-menu-toggle{visibility:visible!important;opacity:1!important}
}
