@font-face{
  font-family:InterCustom;
  src:local("Inter"), local("Segoe UI");
  font-display:swap;
}

:root{
  --bg:#fbd5e5;
  --bg-soft:#fff7fb;
  --ink:#271f2b;
  --ink-2:#4a3b50;
  --muted:#766077;
  --paper:#ffffff;
  --white:#ffffff;
  --mora:#81638b;
  --mora-deep:#5d4268;
  --mora-soft:#b695c0;
  --lav:#dac9df;
  --pink:#f7bfd8;
  --pink-soft:#fbd5e5;
  --line:rgba(39,31,43,.12);
  --shadow:0 28px 80px rgba(93,66,104,.16);
  --shadow-strong:0 40px 120px rgba(74,45,90,.24);
  --ease:cubic-bezier(.16,1,.3,1);
  --container:min(1180px,calc(100% - 34px));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  font-family:InterCustom, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(182,149,192,.22), transparent 30rem),
    radial-gradient(circle at 92% 8%, rgba(247,191,216,.20), transparent 32rem),
    linear-gradient(180deg, var(--bg-soft) 0%, var(--pink-soft) 48%, #ffffff 100%);
  overflow-x:hidden;
}
body.modal-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{color:inherit}

.noise-layer{
  position:fixed; inset:0; pointer-events:none; z-index:-1; opacity:.03;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.cursor-glow{
  position:fixed; z-index:0; width:22rem; height:22rem; left:0; top:0;
  transform:translate3d(-50%,-50%,0); border-radius:999px; pointer-events:none;
  opacity:.12; filter:blur(42px);
  background:radial-gradient(circle, rgba(182,149,192,.85), rgba(247,191,216,.22), transparent 68%);
  transition:opacity .25s ease;
}

.loader{
  position:fixed; inset:0; z-index:200; display:grid; place-items:center; align-content:center; gap:16px;
  background:#2b2230; color:white; transition:opacity .7s var(--ease), visibility .7s var(--ease);
}
.loader.hide{opacity:0; visibility:hidden}
.loader-mark{
  width:58px; height:58px; border-radius:22px;
  background:linear-gradient(135deg,var(--mora),var(--mora-soft),var(--pink));
  animation:loaderSpin 1.1s var(--ease) infinite alternate;
  box-shadow:0 18px 42px rgba(129,99,139,.42);
}
.loader span{font-family:Georgia,"Times New Roman",serif;font-size:1.5rem;letter-spacing:.04em}
@keyframes loaderSpin{to{transform:rotate(18deg) scale(1.06);border-radius:999px}}

.site-header{
  position:relative; min-height:100svh; padding:18px 0 76px; isolation:isolate; overflow:hidden;
  background:
    radial-gradient(circle at 78% 28%, rgba(251,213,229,.38), transparent 22rem),
    radial-gradient(circle at 66% 16%, rgba(218,201,223,.35), transparent 24rem),
    linear-gradient(135deg, #4f3858 0%, #81638b 48%, #9d7eaa 100%);
}
.site-header::before{
  content:""; position:absolute; inset:auto -8% -26% auto; width:62vw; height:62vw; min-width:680px; min-height:680px;
  border-radius:999px; z-index:-2;
  background:radial-gradient(circle at 50% 50%, rgba(251,213,229,.64), rgba(218,201,223,.22) 38%, transparent 68%);
  filter:blur(6px);
}
.site-header::after{
  content:""; position:absolute; inset:0; z-index:-1; pointer-events:none;
  background:linear-gradient(90deg, rgba(55,40,62,.97) 0%, rgba(55,40,62,.92) 40%, rgba(55,40,62,.60) 64%, rgba(55,40,62,.18) 100%);
}

.nav{
  width:var(--container); margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:18px;
  min-height:82px; padding:12px 14px 12px 18px; position:sticky; top:16px; z-index:80;
  border:1px solid rgba(255,255,255,.70); border-radius:999px; background:rgba(255,247,251,.90);
  box-shadow:0 18px 60px rgba(0,0,0,.12); backdrop-filter:blur(22px);
  transition:transform .4s var(--ease), background .3s ease, border .3s ease;
}
.nav.is-scrolled{background:rgba(255,247,251,.97);border-color:rgba(255,255,255,.96)}
.nav.is-hidden{transform:translateY(-120%)}
.brand{display:flex;align-items:center;min-width:0}
.brand img{width:174px;border-radius:22px}
.nav-menu{display:flex;align-items:center;gap:6px}
.nav-menu a,
.nav-button,
.nav.is-scrolled .nav-menu a{
  padding:12px 15px; color:var(--ink-2); font-weight:850; border-radius:999px; transition:.25s var(--ease);
}
.nav-button{
  border:0;
  background:transparent;
  cursor:pointer;
}
.nav-menu a:hover,
.nav-button:hover,
.nav.is-scrolled .nav-menu a:hover{
  background:rgba(182,149,192,.18); color:var(--mora-deep); transform:translateY(-1px);
}
.nav-toggle{
  display:none; width:48px; height:48px; border:0; border-radius:999px; background:#f2e5f0; padding:12px; cursor:pointer;
}
.nav-toggle span{display:block;height:2px;background:var(--ink);border-radius:20px;margin:7px 0}

.hero{
  width:var(--container); margin:70px auto 0; min-height:calc(100svh - 190px);
  display:grid; grid-template-columns:minmax(0,.92fr) minmax(390px,1.08fr); align-items:center; gap:54px;
}
.hero-copy{position:relative;z-index:4;max-width:640px}
.kicker,.section-label{
  display:inline-flex; align-items:center; width:max-content; max-width:100%; min-height:34px; padding:8px 13px;
  border-radius:999px; border:1px solid rgba(251,213,229,.28); background:rgba(251,213,229,.12);
  color:#fff0f7; font-size:.76rem; font-weight:950; letter-spacing:.16em; text-transform:uppercase;
}
.section-label{color:var(--mora-deep);background:rgba(255,255,255,.76);border-color:rgba(182,149,192,.26)}
.hero-title{
  margin:22px 0 20px; color:var(--white); text-shadow:0 22px 70px rgba(0,0,0,.26);
  font-family:Georgia,"Times New Roman",serif; font-size:clamp(3.8rem,7.2vw,7.1rem); font-weight:700;
  line-height:.86; letter-spacing:-.075em;
}
.hero-title span{display:block;opacity:0;transform:translateY(50px) rotate(2deg);animation:titleIn 1s var(--ease) forwards}
.hero-title span:nth-child(2){animation-delay:.12s}
.hero-title span:nth-child(3){animation-delay:.24s}
@keyframes titleIn{to{opacity:1;transform:translateY(0) rotate(0)}}
.hero-text{max-width:560px;margin:0;color:rgba(255,240,247,.84);font-size:1.12rem;line-height:1.78}
.hero-actions{margin-top:30px;display:flex;flex-wrap:wrap;gap:12px}
.btn{
  display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:14px 20px;border-radius:999px;border:0;
  cursor:pointer;font-weight:950;transition:transform .24s var(--ease), box-shadow .24s var(--ease), background .24s ease;
}
.btn:hover{transform:translateY(-3px)}
.btn-primary{color:var(--ink);background:linear-gradient(135deg,var(--pink-soft),var(--pink));box-shadow:0 18px 42px rgba(247,191,216,.32)}
.btn-soft{background:rgba(251,213,229,.15);color:var(--white);border:1px solid rgba(251,213,229,.22)}
.btn-soft:hover{background:rgba(251,213,229,.23)}
.btn-soft-dark{background:#f2e5f0;color:var(--mora-deep)}
.btn-soft-dark:hover{background:#e7d7e8}

.hero-art{position:relative;min-height:620px;transform-style:preserve-3d;z-index:3}
.halo{position:absolute;border-radius:999px;filter:blur(8px)}
.halo-one{
  width:430px;height:430px;right:16px;top:42px;
  background:linear-gradient(135deg, rgba(182,149,192,.34), rgba(251,213,229,.34));
  animation:breath 6s ease-in-out infinite alternate;
}
.halo-two{
  width:260px;height:260px;right:240px;bottom:58px;
  background:linear-gradient(135deg, rgba(218,201,223,.32), rgba(247,191,216,.22));
  animation:breath 8s ease-in-out infinite alternate-reverse;
}
@keyframes breath{to{transform:scale(1.08) translate3d(12px,-14px,0)}}

.editorial-card{
  position:absolute;right:52px;top:58px;width:min(410px,88vw);min-height:520px;border-radius:48px;overflow:hidden;
  background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.80);box-shadow:var(--shadow-strong);transform:rotate(3deg);
}
.editorial-card img{width:100%;height:390px;object-fit:cover}
.editorial-card div{padding:24px}
.editorial-card span{display:block;color:var(--mora-deep);font-size:.76rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.editorial-card strong{display:block;margin-top:8px;color:var(--ink);font-family:Georgia,"Times New Roman",serif;font-size:2rem;line-height:1}

.mini-product{
  position:absolute;width:170px;padding:12px;border-radius:30px;border:1px solid rgba(255,255,255,.78);background:rgba(255,255,255,.86);
  backdrop-filter:blur(18px);box-shadow:var(--shadow);animation:floatSoft 4.5s ease-in-out infinite alternate;
}
.mini-product img{height:135px;width:100%;object-fit:cover;border-radius:22px}
.mini-product span{display:block;padding:10px 4px 2px;font-size:.86rem;color:var(--ink);font-weight:950}
.mini-one{left:8px;top:122px;transform:rotate(-8deg)}
.mini-two{right:0;bottom:64px;transform:rotate(8deg);animation-delay:1.2s}
@keyframes floatSoft{to{translate:0 -18px}}

.orbit{position:absolute;border-radius:999px;border:1px solid rgba(251,213,229,.24);pointer-events:none}
.orbit-a{width:490px;height:490px;right:12px;top:44px;animation:spin 26s linear infinite}
.orbit-b{width:360px;height:360px;right:98px;top:106px;animation:spin 18s linear reverse infinite}
.orbit::before{
  content:"";position:absolute;width:12px;height:12px;border-radius:999px;background:var(--pink-soft);top:36px;left:70px;
  box-shadow:0 0 28px rgba(251,213,229,.75);
}
@keyframes spin{to{rotate:360deg}}

.scroll-cue{
  width:var(--container);margin:-18px auto 0;display:flex;align-items:center;gap:12px;color:rgba(255,240,247,.78);
  font-weight:900;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;
}
.scroll-cue span{width:40px;height:64px;border:1px solid rgba(251,213,229,.32);border-radius:999px;position:relative}
.scroll-cue span::before{
  content:"";width:6px;height:6px;border-radius:999px;background:var(--pink-soft);position:absolute;left:50%;top:12px;translate:-50% 0;
  animation:scrollDot 1.6s var(--ease) infinite;
}
@keyframes scrollDot{70%{opacity:1}100%{transform:translateY(28px);opacity:0}}

.marquee{
  overflow:hidden;border-block:1px solid rgba(39,31,43,.08);background:#fff;transform:rotate(-1deg) scale(1.02);margin:-18px 0 36px;
}
.marquee-track{display:flex;align-items:center;width:max-content;gap:24px;padding:18px 0;animation:marquee 28s linear infinite}
.marquee span{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.55rem,3vw,3.2rem);font-weight:700;letter-spacing:-.055em;color:var(--mora-deep)}
.marquee i{width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,var(--mora-soft),var(--pink))}
@keyframes marquee{to{transform:translateX(-50%)}}

.section{width:var(--container);margin:0 auto;padding:90px 0}
.intro-grid,.catalog-head{display:grid;grid-template-columns:1.08fr .92fr;gap:32px;align-items:end}
.intro-copy h2,.catalog-head h2,.featured-copy h2,.lookbook h2,.contact-card h2,.catalog-modal-head h2{
  margin:18px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.7rem,6vw,6rem);line-height:.92;letter-spacing:-.07em;
}
.intro-text,.catalog-head p,.featured-copy p,.contact-card p,.catalog-modal-head p{margin:0;color:var(--muted);line-height:1.78;font-size:1.08rem}

.collection-slider{margin-top:38px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.collection-tile{
  min-height:330px;text-align:left;border:1px solid rgba(255,255,255,.82);border-radius:34px;padding:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.90),rgba(255,255,255,.66)), radial-gradient(circle at 84% 10%,rgba(247,191,216,.30),transparent 10rem);
  box-shadow:var(--shadow);cursor:pointer;position:relative;overflow:hidden;
  transition:transform .45s var(--ease), border .45s var(--ease), box-shadow .45s var(--ease);
}
.collection-tile::before{
  content:"";position:absolute;inset:auto -35% -26% auto;width:220px;height:220px;border-radius:999px;
  background:linear-gradient(135deg,rgba(182,149,192,.24),rgba(247,191,216,.26));transition:transform .45s var(--ease);
}
.collection-tile:hover{transform:translateY(-10px) rotate(-1deg);border-color:rgba(182,149,192,.30);box-shadow:var(--shadow-strong)}
.collection-tile:hover::before{transform:scale(1.25)}
.collection-tile span{
  display:inline-grid;place-items:center;width:44px;height:44px;border-radius:16px;color:white;background:var(--mora);font-weight:950;position:relative;z-index:1;
}
.collection-tile strong{
  display:block;margin-top:118px;font-family:Georgia,"Times New Roman",serif;font-size:2.05rem;letter-spacing:-.05em;position:relative;z-index:1;
}
.collection-tile small{display:block;margin-top:10px;color:var(--muted);line-height:1.55;font-size:.96rem;position:relative;z-index:1}

.featured-band{width:var(--container);margin:0 auto;padding:0 0 18px}
.featured-inner{
  min-height:390px;border-radius:48px;overflow:hidden;position:relative;display:grid;grid-template-columns:1fr .9fr;align-items:center;gap:28px;padding:42px;color:white;
  background:linear-gradient(120deg, rgba(93,66,104,.98), rgba(129,99,139,.92)), radial-gradient(circle at 88% 20%, rgba(251,213,229,.32), transparent 22rem), radial-gradient(circle at 20% 95%, rgba(247,191,216,.25), transparent 22rem);
  box-shadow:var(--shadow-strong);
}
.featured-inner::after{
  content:"";position:absolute;inset:22px;border:1px solid rgba(251,213,229,.18);border-radius:36px;pointer-events:none;
}
.featured-copy h2{color:white;max-width:680px}
.featured-copy p{color:rgba(255,240,247,.80);max-width:560px;margin-top:16px}
.featured-stack{display:grid;gap:14px;justify-items:end}
.featured-stack span{
  display:block;width:min(360px,100%);padding:20px 24px;border:1px solid rgba(251,213,229,.20);border-radius:999px;
  background:rgba(251,213,229,.11);backdrop-filter:blur(16px);font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,5vw,4.4rem);line-height:1;letter-spacing:-.08em;
}
.featured-stack span:nth-child(2){transform:translateX(-40px)}

.favorites-section{padding-top:70px}
.favorites-actions{
  display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin:30px 0 18px;
}
.favorites-actions span{color:var(--muted);font-weight:950}
.product-grid{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;
  transition:opacity .22s var(--ease), transform .22s var(--ease), filter .22s var(--ease);
}
.product-grid.is-changing{opacity:0;transform:translateY(14px);filter:blur(8px)}
.product-card{
  min-width:0;border:1px solid rgba(255,255,255,.88);border-radius:34px;overflow:hidden;background:rgba(255,255,255,.90);box-shadow:0 18px 48px rgba(93,66,104,.10);
  transform:translateY(20px);opacity:0;animation:cardIn .72s var(--ease) forwards;transition:transform .4s var(--ease), box-shadow .4s var(--ease);position:relative;
}
.product-card::after{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:0;background:linear-gradient(120deg,transparent,rgba(255,255,255,.5),transparent);
  transform:translateX(-120%);transition:opacity .35s ease;
}
.product-card:hover{transform:translateY(-10px);box-shadow:var(--shadow)}
.product-card:hover::after{opacity:1;animation:shine .8s var(--ease)}
@keyframes shine{to{transform:translateX(120%)}}
@keyframes cardIn{to{opacity:1;transform:translateY(0)}}
.product-card:nth-child(2n){animation-delay:.04s}
.product-card:nth-child(3n){animation-delay:.08s}
.product-card:nth-child(4n){animation-delay:.12s}

.product-image{aspect-ratio:1/1.05;position:relative;overflow:hidden;background:#fff}
.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}
.product-card:hover .product-image img{transform:scale(1.08) rotate(.8deg)}
.badge{
  position:absolute;left:14px;top:14px;z-index:2;display:inline-flex;align-items:center;min-height:34px;padding:8px 11px;border-radius:999px;
  background:rgba(251,213,229,.92);backdrop-filter:blur(14px);color:var(--ink);font-size:.72rem;font-weight:950;box-shadow:0 10px 22px rgba(0,0,0,.08);
}
.product-body{padding:18px}
.product-body small{color:var(--mora-deep);font-size:.72rem;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
.product-body h3{margin:9px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:1.55rem;line-height:1;letter-spacing:-.05em}
.product-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:18px}
.price{font-size:1.2rem;font-weight:950}
.card-btn{
  border:0;border-radius:999px;background:var(--mora);color:white;padding:11px 14px;font-weight:950;cursor:pointer;transition:.24s var(--ease);
}
.card-btn:hover{background:linear-gradient(135deg,var(--mora),var(--mora-soft));transform:translateY(-2px)}
.empty-state{
  grid-column:1/-1;border:1px dashed rgba(182,149,192,.34);border-radius:34px;text-align:center;padding:48px 22px;background:rgba(255,255,255,.78);color:var(--muted);
}
.empty-state h3{color:var(--ink);font-family:Georgia,"Times New Roman",serif;font-size:2rem;margin:0 0 8px}

.catalog-tools{
  display:grid;grid-template-columns:minmax(280px,.88fr) 1.12fr;gap:14px;margin:30px 0 16px;align-items:center;padding:12px;
  border-radius:28px;background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.90);box-shadow:0 18px 56px rgba(93,66,104,.10);backdrop-filter:blur(22px);
}
.search-box{
  min-height:58px;border-radius:999px;border:1px solid rgba(39,31,43,.10);background:#fff;display:flex;align-items:center;gap:12px;padding:0 18px;
}
.search-box span{color:var(--mora-deep);font-size:.76rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.search-box input{width:100%;border:0;outline:0;background:transparent;color:var(--ink);min-width:0}
.filter-cloud{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}
.filter-pill{
  border:0;border-radius:999px;background:#f2e5f0;color:var(--ink-2);padding:12px 14px;font-size:.92rem;font-weight:950;cursor:pointer;transition:.25s var(--ease);
}
.filter-pill:hover,.filter-pill.active{color:white;background:var(--mora);transform:translateY(-2px);box-shadow:0 14px 28px rgba(129,99,139,.20)}
.catalog-status{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-weight:950;margin:18px 0}
.ghost-link{border:0;background:transparent;color:var(--mora-deep);font-weight:950;cursor:pointer}

.lookbook{padding-top:50px}
.lookbook-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}
.lookbook h2{margin-top:16px}
.lookbook-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:18px}
.look-card{
  min-height:430px;border-radius:42px;padding:28px;display:flex;align-items:flex-end;overflow:hidden;position:relative;color:white;box-shadow:var(--shadow);
  background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.54)), radial-gradient(circle at 30% 30%,rgba(251,213,229,.36),transparent 10rem), linear-gradient(135deg,#81638b,#b695c0 58%,#f7bfd8);
}
.look-card:nth-child(2){
  background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.54)), radial-gradient(circle at 80% 12%,rgba(251,213,229,.40),transparent 8rem), linear-gradient(135deg,#f7bfd8,#b695c0);
}
.look-card:nth-child(3){
  background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.54)), radial-gradient(circle at 20% 22%,rgba(251,213,229,.35),transparent 8rem), linear-gradient(135deg,#dac9df,#b695c0 40%,#81638b);
}
.look-card::before{
  content:"";position:absolute;width:220px;height:220px;right:-70px;top:-70px;border-radius:999px;border:1px solid rgba(251,213,229,.26);
}
.look-card span{display:block;font-size:.74rem;font-weight:950;letter-spacing:.14em;text-transform:uppercase;opacity:.86}
.look-card h3{
  position:relative;margin:10px 0 0;max-width:460px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.8rem,4vw,3.45rem);line-height:.98;letter-spacing:-.06em;
}

.promise-section{padding-top:30px}
.promise-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.promise-card{
  min-height:250px;padding:26px;border-radius:34px;background:rgba(255,255,255,.84);border:1px solid rgba(255,255,255,.88);box-shadow:0 18px 48px rgba(93,66,104,.10);
}
.promise-card span{
  display:inline-grid;place-items:center;width:48px;height:48px;border-radius:18px;background:var(--mora);color:white;font-weight:950;
}
.promise-card h3{margin:54px 0 10px;font-family:Georgia,"Times New Roman",serif;font-size:1.8rem;letter-spacing:-.05em}
.promise-card p{margin:0;color:var(--muted);line-height:1.65}

.contact-section{width:var(--container);margin:0 auto;padding:34px 0 90px}
.contact-card{
  text-align:center;padding:66px 34px;border-radius:52px;color:white;position:relative;overflow:hidden;
  background:linear-gradient(120deg, rgba(93,66,104,.98), rgba(129,99,139,.92)), radial-gradient(circle at 80% 10%, rgba(251,213,229,.26), transparent 21rem), radial-gradient(circle at 20% 90%, rgba(247,191,216,.24), transparent 21rem);
  box-shadow:var(--shadow-strong);
}
.contact-card::before{
  content:"";position:absolute;inset:20px;border:1px solid rgba(251,213,229,.18);border-radius:38px;pointer-events:none;
}
.contact-card h2{color:white;margin-top:16px}
.contact-card p{color:rgba(255,240,247,.80);max-width:650px;margin:18px auto 28px}

.site-footer{
  width:var(--container);margin:0 auto 26px;min-height:110px;padding:24px 28px;border-radius:36px;
  display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;background:#5d4268;color:white;position:relative;overflow:hidden;
}
.site-footer::before{
  content:"";position:absolute;width:180px;height:180px;right:20%;top:-100px;border-radius:999px;background:rgba(247,191,216,.20);filter:blur(18px);
}
.footer-brand{position:relative;z-index:1;display:inline-block;font-family:Georgia,"Times New Roman",serif;font-size:1.45rem;font-weight:700}
.site-footer p{position:relative;z-index:1;margin:8px 0 0;color:rgba(255,240,247,.64)}
.site-footer nav{display:flex;gap:14px;flex-wrap:wrap;position:relative;z-index:1}
.site-footer nav a,
.site-footer nav button{color:rgba(255,240,247,.78);font-weight:850;border:0;background:transparent;cursor:pointer;padding:0}
.site-footer nav a:hover,
.site-footer nav button:hover{color:white}
.hidden-admin{
  position:absolute;right:18px;bottom:14px;width:20px;height:20px;display:grid;place-items:center;color:rgba(255,240,247,.24);font-size:.72rem;opacity:.40;transition:.2s ease;
}
.hidden-admin:hover{color:rgba(255,240,247,.90);opacity:1}

/* Modal catálogo completo */
.catalog-modal{
  width:min(1180px,calc(100% - 28px));
  max-height:92svh;
  border:0;
  padding:0;
  background:transparent;
  overflow:visible;
}
.catalog-modal::backdrop{
  background:rgba(34,23,40,.68);
  backdrop-filter:blur(12px);
}
.catalog-modal[open] .catalog-modal-shell{animation:modalIn .44s var(--ease) both}
.catalog-modal-shell{
  position:relative;
  max-height:92svh;
  overflow:auto;
  border-radius:42px;
  background:
    radial-gradient(circle at 90% 0%, rgba(247,191,216,.30), transparent 24rem),
    linear-gradient(180deg,#fff,#fff7fb);
  box-shadow:0 50px 150px rgba(0,0,0,.36);
  padding:30px;
}
.catalog-modal-head{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
  align-items:end;
  padding:8px 56px 0 0;
}
.catalog-modal-head h2{font-size:clamp(2.2rem,5vw,4.8rem)}
.modal-tools{
  position:sticky;
  top:0;
  z-index:4;
  margin-top:26px;
}
.catalog-modal-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  padding-bottom:8px;
}
.modal-bottom-actions{
  display:flex;
  justify-content:center;
  padding:26px 0 6px;
}

.product-modal{width:min(980px,calc(100% - 28px));border:0;padding:0;background:transparent;overflow:visible}
.product-modal::backdrop{background:rgba(34,23,40,.66);backdrop-filter:blur(10px)}
.product-modal[open] .modal-shell{animation:modalIn .44s var(--ease) both}
@keyframes modalIn{from{opacity:0;transform:translateY(30px) scale(.96);filter:blur(8px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}
.modal-shell{display:grid;grid-template-columns:1fr 1fr;gap:0;overflow:hidden;border-radius:46px;background:white;box-shadow:0 50px 150px rgba(0,0,0,.36)}
.modal-media{min-height:520px;background:#f2e5f0}
.modal-media img{width:100%;height:100%;min-height:520px;object-fit:cover}
.modal-info{padding:44px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.modal-info h3{margin:18px 0 14px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.6rem,5vw,5rem);line-height:.88;letter-spacing:-.075em}
.modal-info p{color:var(--muted);line-height:1.78;margin:0}
.modal-info strong{display:block;margin:24px 0 28px;font-size:2rem}
.modal-close{
  position:absolute;right:-12px;top:-12px;z-index:10;width:50px;height:50px;border:0;border-radius:999px;background:white;box-shadow:0 18px 42px rgba(0,0,0,.18);font-size:2rem;cursor:pointer;line-height:1;
}
.catalog-close{right:18px;top:18px}

.floating-whatsapp{
  position:fixed;z-index:90;right:18px;bottom:18px;width:64px;height:64px;border:0;border-radius:999px;cursor:pointer;color:white;
  background:linear-gradient(135deg,#25D366,#0DAF60);box-shadow:0 22px 48px rgba(13,175,96,.32);font-size:1.7rem;transition:.24s var(--ease);
}
.floating-whatsapp:hover{transform:translateY(-4px) scale(1.04)}

.reveal{
  opacity:0;transform:translateY(34px);filter:blur(10px);
  transition:opacity .8s var(--ease), transform .8s var(--ease), filter .8s var(--ease);
}
.reveal.show{opacity:1;transform:translateY(0);filter:blur(0)}
.reveal.out{opacity:.18;transform:translateY(-24px)}

@media(max-width:1080px){
  .hero{grid-template-columns:1fr}
  .site-header::after{background:linear-gradient(180deg, rgba(55,40,62,.98) 0%, rgba(55,40,62,.92) 72%, rgba(55,40,62,.64) 100%)}
  .hero-art{min-height:560px}
  .editorial-card{left:50%;right:auto;transform:translateX(-50%) rotate(2deg)}
  .mini-one{left:4%}
  .mini-two{right:6%}
  .scroll-cue{display:none}
  .intro-grid,.catalog-head,.featured-inner,.catalog-tools,.catalog-modal-head{grid-template-columns:1fr}
  .filter-cloud{justify-content:flex-start}
  .collection-slider,.product-grid,.catalog-modal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lookbook-grid,.promise-grid{grid-template-columns:1fr}
  .look-card{min-height:310px}
}

@media(max-width:760px){
  :root{--container:min(100% - 24px,1180px)}
  .cursor-glow{display:none}
  .site-header{padding-top:12px}
  .nav{top:10px;min-height:70px;border-radius:28px;align-items:flex-start}
  .brand img{width:142px}
  .nav-toggle{display:block}
  .nav-menu{
    display:none;position:absolute;left:12px;right:12px;top:76px;padding:12px;background:var(--paper);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;
  }
  .nav-menu.open{display:flex}
  .nav-menu a,.nav-button,.nav.is-scrolled .nav-menu a{color:var(--ink);text-align:center;width:100%}
  .hero{margin-top:48px;gap:18px}
  .hero-title{font-size:clamp(3.55rem,16vw,5.4rem)}
  .hero-art{min-height:460px}
  .editorial-card{width:min(330px,92vw);min-height:420px;border-radius:38px}
  .editorial-card img{height:300px}
  .editorial-card strong{font-size:1.6rem}
  .mini-product{width:132px;border-radius:24px}
  .mini-product img{height:105px;border-radius:18px}
  .orbit{display:none}
  .section{padding:66px 0}
  .collection-slider,.product-grid,.catalog-modal-grid{grid-template-columns:1fr}
  .collection-tile{min-height:260px}
  .collection-tile strong{margin-top:70px}
  .featured-inner{padding:26px;border-radius:36px}
  .featured-stack{justify-items:stretch}
  .featured-stack span:nth-child(2){transform:none}
  .catalog-tools{position:relative;top:auto}
  .filter-cloud{display:grid;grid-template-columns:1fr 1fr}
  .filter-pill{width:100%}
  .lookbook-head{display:block}
  .contact-card{padding:48px 22px;border-radius:38px}
  .catalog-modal{width:calc(100% - 14px);max-height:94svh}
  .catalog-modal-shell{max-height:94svh;border-radius:28px;padding:18px}
  .catalog-modal-head{padding-right:48px}
  .modal-shell{grid-template-columns:1fr;border-radius:34px}
  .modal-media,.modal-media img{min-height:300px}
  .modal-info{padding:26px}
  .modal-close{right:10px;top:10px}
  .site-footer{align-items:flex-start}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
  .loader{display:none}
  .reveal,.hero-title span{opacity:1;transform:none;filter:none}
}



/* v4.1 - Sección de inspiración más estética y comercial */
.inspiration{
  padding-top:50px;
}

.inspiration-head{
  max-width:920px;
  margin-bottom:30px;
}

.inspiration-head h2{
  margin:18px 0 14px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.5rem,5.8vw,5.7rem);
  line-height:.92;
  letter-spacing:-.07em;
}

.inspiration-head p{
  max-width:680px;
  margin:0;
  color:var(--muted);
  font-size:1.08rem;
  line-height:1.75;
}

.inspiration-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr .85fr;
  gap:18px;
  align-items:stretch;
}

.inspiration-card{
  min-height:430px;
  position:relative;
  overflow:hidden;
  border-radius:42px;
  background:
    radial-gradient(circle at 80% 10%, rgba(251,213,229,.42), transparent 15rem),
    linear-gradient(145deg, rgba(255,255,255,.92), rgba(242,229,240,.86));
  border:1px solid rgba(255,255,255,.88);
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  isolation:isolate;
}

.inspiration-card::before{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  border-radius:999px;
  right:-90px;
  top:-90px;
  background:linear-gradient(135deg, rgba(182,149,192,.28), rgba(247,191,216,.26));
  z-index:-1;
}

.inspiration-card img{
  width:100%;
  height:260px;
  object-fit:cover;
  background:#fff;
  transition:transform .7s var(--ease);
}

.inspiration-card:hover img{
  transform:scale(1.06);
}

.inspiration-card div{
  padding:24px;
}

.inspiration-card span{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(129,99,139,.12);
  color:var(--mora-deep);
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.inspiration-card h3{
  margin:15px 0 18px;
  font-family:Georgia,"Times New Roman",serif;
  color:var(--ink);
  font-size:clamp(1.65rem,2.8vw,2.55rem);
  line-height:1;
  letter-spacing:-.055em;
  max-width:460px;
}

.inspiration-large h3{
  font-size:clamp(2rem,3.6vw,3.5rem);
}

.mini-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  border:0;
  border-radius:999px;
  background:var(--mora);
  color:white;
  padding:10px 14px;
  font-weight:950;
  cursor:pointer;
  transition:.24s var(--ease);
}

.mini-cta:hover{
  transform:translateY(-2px);
  background:linear-gradient(135deg,var(--mora),var(--mora-soft));
}

/* Evita que textos grandes se desborden en tarjetas antiguas o nuevas */
.look-card h3,
.inspiration-card h3,
.featured-stack span{
  overflow-wrap:anywhere;
}

@media(max-width:1080px){
  .inspiration-grid{
    grid-template-columns:1fr;
  }

  .inspiration-card{
    min-height:360px;
  }

  .inspiration-card img{
    height:280px;
  }
}

@media(max-width:760px){
  .inspiration{
    padding-top:34px;
  }

  .inspiration-card{
    border-radius:32px;
    min-height:auto;
  }

  .inspiration-card img{
    height:230px;
  }

  .inspiration-card div{
    padding:20px;
  }
}



/* v4.2 - estilo más suelto, menos encapsulado en cards */
.section{
  padding:100px 0;
}

.intro-section,
.favorites-section,
.inspiration,
.promise-section{
  position:relative;
}

.intro-grid,
.catalog-head,
.inspiration-head{
  max-width:1100px;
}

.intro-text,
.catalog-head p,
.inspiration-head p{
  max-width:760px;
}

/* Colecciones menos tipo card, más tipo panel ligero */
.collection-slider{
  gap:20px;
}

.collection-tile{
  min-height:250px;
  border-radius:24px;
  background:transparent;
  border:1px solid rgba(129,99,139,.12);
  box-shadow:none;
  backdrop-filter:none;
}

.collection-tile::before{
  width:180px;
  height:180px;
  opacity:.85;
}

.collection-tile:hover{
  box-shadow:none;
  transform:translateY(-6px);
  border-color:rgba(129,99,139,.22);
  background:rgba(255,255,255,.28);
}

/* Hero band mucho más ligera */
.featured-band{
  padding:24px 0 8px;
}

.featured-inner{
  min-height:auto;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  padding:26px 0 8px;
  grid-template-columns:1fr .85fr;
  gap:20px;
  color:var(--ink);
}

.featured-inner::after{
  display:none;
}

.featured-copy .section-label{
  background:rgba(255,255,255,.7);
}

.featured-copy h2{
  color:var(--mora-deep);
  max-width:720px;
  font-size:clamp(2.4rem,5vw,5rem);
}

.featured-copy p{
  color:var(--muted);
  max-width:640px;
}

.featured-stack{
  align-self:center;
  justify-items:stretch;
  gap:12px;
}

.featured-stack span{
  width:100%;
  padding:16px 20px;
  border-radius:18px;
  border:1px solid rgba(129,99,139,.12);
  background:linear-gradient(135deg, rgba(255,255,255,.56), rgba(247,191,216,.16));
  color:var(--mora-deep);
  backdrop-filter:blur(4px);
}

.featured-stack span:nth-child(2){
  transform:translateX(-12px);
}

.featured-stack span:nth-child(3){
  transform:translateX(-28px);
}

/* Favoritos más ligeros */
.favorites-actions{
  margin:22px 0 28px;
}

/* Producto un poco menos "burbuja" */
.product-card{
  border-radius:24px;
  border:1px solid rgba(129,99,139,.10);
  background:rgba(255,255,255,.76);
  box-shadow:0 10px 30px rgba(93,66,104,.06);
}

.product-card:hover{
  box-shadow:0 18px 42px rgba(93,66,104,.10);
}

.badge{
  background:rgba(255,255,255,.82);
}

.product-body{
  padding:16px 16px 18px;
}

/* Inspiración más editorial y menos card cerrada */
.inspiration{
  padding-top:60px;
}

.inspiration-head{
  margin-bottom:28px;
}

.inspiration-grid{
  gap:24px;
  grid-template-columns:1.12fr .94fr .94fr;
}

.inspiration-card{
  min-height:unset;
  border-radius:0;
  background:transparent;
  border:0;
  box-shadow:none;
  overflow:visible;
  position:relative;
  display:block;
}

.inspiration-card::before{
  display:none;
}

.inspiration-card img{
  width:100%;
  height:340px;
  object-fit:cover;
  border-radius:30px;
  box-shadow:0 18px 40px rgba(93,66,104,.10);
}

.inspiration-card div{
  padding:18px 6px 0;
}

.inspiration-card span{
  background:transparent;
  padding:0;
  border-radius:0;
  color:var(--mora);
}

.inspiration-card h3{
  margin:10px 0 16px;
  max-width:100%;
  font-size:clamp(1.45rem,2.5vw,2.25rem);
}

.inspiration-large h3{
  font-size:clamp(1.85rem,3.2vw,3rem);
}

.mini-cta{
  background:transparent;
  color:var(--mora-deep);
  border:1px solid rgba(129,99,139,.18);
  padding:10px 16px;
}

.mini-cta:hover{
  background:rgba(255,255,255,.56);
  color:var(--mora-deep);
}

/* Promesas mucho menos en tarjeta */
.promise-grid{
  gap:28px;
}

.promise-card{
  min-height:auto;
  padding:0;
  border-radius:0;
  background:transparent;
  border:0;
  box-shadow:none;
}

.promise-card span{
  width:40px;
  height:40px;
  border-radius:12px;
  background:rgba(129,99,139,.12);
  color:var(--mora-deep);
}

.promise-card h3{
  margin:22px 0 10px;
  font-size:1.55rem;
}

.promise-card p{
  max-width:320px;
}

/* Contacto más elegante y menos blocky */
.contact-card{
  padding:72px 34px;
  border-radius:34px;
  background:
    linear-gradient(120deg, rgba(93,66,104,.90), rgba(129,99,139,.84)),
    radial-gradient(circle at 80% 10%, rgba(251,213,229,.22), transparent 21rem),
    radial-gradient(circle at 20% 90%, rgba(247,191,216,.18), transparent 21rem);
  box-shadow:0 22px 70px rgba(93,66,104,.16);
}

.contact-card::before{
  inset:16px;
  border-radius:24px;
}

/* Footer más limpio */
.site-footer{
  min-height:auto;
  padding:26px 0 18px;
  border-radius:0;
  background:transparent;
  color:var(--ink);
  border-top:1px solid rgba(129,99,139,.12);
  box-shadow:none;
}

.site-footer::before{
  display:none;
}

.footer-brand{
  color:var(--mora-deep);
}

.site-footer p{
  color:var(--muted);
}

.site-footer nav a,
.site-footer nav button{
  color:var(--mora-deep);
}

.hidden-admin{
  color:rgba(129,99,139,.35);
}

/* Modal catálogo más limpio */
.catalog-modal-shell{
  border-radius:28px;
  background:
    radial-gradient(circle at 90% 0%, rgba(247,191,216,.18), transparent 24rem),
    linear-gradient(180deg,#fff,#fff9fc);
}

.catalog-tools{
  border-radius:20px;
}

.search-box,
.filter-pill{
  border-radius:16px;
}

.modal-shell{
  border-radius:30px;
}

/* Responsive */
@media(max-width:1080px){
  .featured-inner{
    grid-template-columns:1fr;
    gap:16px;
  }

  .featured-stack span:nth-child(2),
  .featured-stack span:nth-child(3){
    transform:none;
  }

  .inspiration-grid{
    grid-template-columns:1fr;
  }

  .inspiration-card img{
    height:300px;
  }
}

@media(max-width:760px){
  .section{
    padding:72px 0;
  }

  .collection-tile{
    min-height:210px;
    border-radius:18px;
  }

  .featured-inner{
    padding:10px 0 0;
  }

  .featured-copy h2{
    font-size:clamp(2.1rem,10vw,3.4rem);
  }

  .featured-stack span{
    border-radius:16px;
    font-size:clamp(1.5rem,8vw,2.2rem);
  }

  .inspiration-card img{
    height:240px;
    border-radius:22px;
  }

  .contact-card{
    border-radius:26px;
    padding:54px 22px;
  }

  .contact-card::before{
    border-radius:18px;
  }
}



/* v4.3 - Inspiración simétrica */
.inspiration-grid{
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:24px;
  align-items:start;
}

.inspiration-card{
  display:flex;
  flex-direction:column;
  height:100%;
}

.inspiration-card img{
  height:320px;
  width:100%;
  object-fit:cover;
  border-radius:28px;
}

.inspiration-card div{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:18px 6px 0;
}

.inspiration-card h3,
.inspiration-large h3{
  font-size:clamp(1.55rem,2.45vw,2.45rem);
  line-height:1.02;
  min-height:2.15em;
  margin-bottom:18px;
}

.inspiration-card .mini-cta{
  margin-top:auto;
  align-self:flex-start;
}

@media(max-width:1080px){
  .inspiration-grid{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }

  .inspiration-card img{
    height:260px;
  }

  .inspiration-card h3,
  .inspiration-large h3{
    font-size:clamp(1.35rem,2.4vw,2rem);
  }
}

@media(max-width:860px){
  .inspiration-grid{
    grid-template-columns:1fr;
  }

  .inspiration-card img{
    height:280px;
  }

  .inspiration-card h3,
  .inspiration-large h3{
    min-height:auto;
    font-size:clamp(1.75rem,7vw,2.65rem);
  }
}

@media(max-width:760px){
  .inspiration-card img{
    height:240px;
  }
}



/* v4.5 - corrección de integración del logo en navbar */
.nav{
  min-height:94px;
  padding:10px 16px 10px 16px;
  gap:24px;
}

.brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
  flex-shrink:0;
}

.brand-shell{
  width:78px;
  height:78px;
  display:grid;
  place-items:center;
  padding:6px;
  border-radius:22px;
  background:rgba(255,255,255,.78);
  box-shadow:0 12px 28px rgba(50,34,57,.10);
  border:1px solid rgba(129,99,139,.10);
  flex-shrink:0;
}

.brand img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:18px;
  display:block;
}

.brand-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  line-height:1;
}

.brand-copy strong{
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.55rem;
  font-weight:700;
  color:var(--mora-deep);
  letter-spacing:-.03em;
}

.brand-copy small{
  margin-top:7px;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--muted);
}

.nav-menu{
  margin-left:auto;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.nav-menu a,
.nav-button,
.nav.is-scrolled .nav-menu a{
  padding:12px 14px;
}

@media(max-width:900px){
  .nav{
    min-height:82px;
  }

  .brand-shell{
    width:66px;
    height:66px;
    border-radius:18px;
  }

  .brand img{
    border-radius:14px;
  }

  .brand-copy strong{
    font-size:1.25rem;
  }

  .brand-copy small{
    font-size:.68rem;
    letter-spacing:.10em;
  }
}

@media(max-width:760px){
  .nav{
    min-height:76px;
    padding:10px 12px;
  }

  .brand{
    gap:10px;
  }

  .brand-shell{
    width:58px;
    height:58px;
    padding:5px;
    border-radius:16px;
  }

  .brand img{
    border-radius:12px;
  }

  .brand-copy{
    display:none;
  }
}



/* v4.6 - navbar con barra detrás del logo */
.nav{
  width:var(--container);
  margin:0 auto;
  position:sticky;
  top:12px;
  z-index:80;
  min-height:126px;
  display:block;
  padding:0;
  background:transparent;
  border:0;
  box-shadow:none;
  backdrop-filter:none;
}

.nav::before{
  content:"";
  position:absolute;
  left:34px;
  right:0;
  top:16px;
  height:42px;
  border-radius:999px;
  background:rgba(255,247,251,.92);
  border:1px solid rgba(255,255,255,.78);
  box-shadow:0 14px 38px rgba(50,34,57,.10);
  backdrop-filter:blur(18px);
}

.nav.is-scrolled::before{
  background:rgba(255,247,251,.97);
}

.brand{
  position:absolute;
  left:18px;
  top:0;
  z-index:3;
  display:block;
}

.brand-shell{
  width:112px;
  height:112px;
  display:grid;
  place-items:center;
  padding:0;
  border-radius:24px;
  background:transparent;
  border:0;
  box-shadow:0 12px 32px rgba(50,34,57,.12);
  overflow:hidden;
}

.brand img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:24px;
  display:block;
}

.brand-copy{display:none !important;}

.nav-menu{
  position:absolute;
  right:24px;
  top:16px;
  z-index:2;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:4px;
  padding-left:160px;
  margin-left:0;
  flex-wrap:nowrap;
}

.nav-menu a,
.nav-button,
.nav.is-scrolled .nav-menu a{
  min-height:38px;
  padding:8px 14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--ink-2);
  font-weight:850;
  border-radius:999px;
}

.nav-toggle{
  display:none;
  position:absolute;
  right:10px;
  top:10px;
  z-index:4;
  width:46px;
  height:46px;
  border:0;
  border-radius:999px;
  background:#f2e5f0;
  padding:12px;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(50,34,57,.10);
}

@media(max-width:1080px){
  .nav{
    min-height:118px;
  }

  .brand-shell{
    width:100px;
    height:100px;
  }

  .nav::before{
    left:28px;
    top:14px;
    height:40px;
  }

  .nav-menu{
    right:18px;
    top:13px;
    height:40px;
    padding-left:132px;
    gap:2px;
  }

  .nav-menu a,
  .nav-button,
  .nav.is-scrolled .nav-menu a{
    font-size:.95rem;
    padding:8px 11px;
  }
}

@media(max-width:860px){
  .nav{
    min-height:100px;
  }

  .brand{
    left:10px;
    top:2px;
  }

  .brand-shell{
    width:84px;
    height:84px;
    border-radius:20px;
  }

  .brand img{border-radius:20px;}

  .nav::before{
    left:20px;
    top:10px;
    height:38px;
  }

  .nav-toggle{display:block;}

  .nav-menu{
    display:none;
    position:absolute;
    left:12px;
    right:12px;
    top:58px;
    height:auto;
    padding:12px;
    background:rgba(255,255,255,.96);
    border:1px solid rgba(129,99,139,.12);
    border-radius:24px;
    box-shadow:0 20px 48px rgba(50,34,57,.12);
    flex-direction:column;
    align-items:stretch;
    gap:6px;
  }

  .nav-menu.open{display:flex;}

  .nav-menu a,
  .nav-button,
  .nav.is-scrolled .nav-menu a{
    width:100%;
    min-height:44px;
    justify-content:center;
    padding:10px 12px;
  }
}

@media(max-width:760px){
  .nav{
    min-height:94px;
    top:10px;
  }

  .brand-shell{
    width:76px;
    height:76px;
    border-radius:18px;
  }

  .brand img{border-radius:18px;}

  .nav::before{
    left:18px;
    right:0;
    top:10px;
    height:34px;
  }
}



/* v4.7 - scroll modal refinado + barra navbar más ancha */
.nav{
  min-height:134px;
}

.nav::before{
  left:0;
  right:-8px;
  top:14px;
  height:52px;
  border-radius:999px;
}

.nav-menu{
  top:21px;
  height:38px;
  right:24px;
  padding-left:170px;
}

.brand{
  top:2px;
  left:14px;
}

.brand-shell{
  width:112px;
  height:112px;
}

.catalog-modal{
  overflow:hidden;
}

.catalog-modal-shell{
  max-height:92svh;
  overflow-y:auto;
  overflow-x:hidden;
  scrollbar-gutter:stable;
  padding-right:18px;
  padding-bottom:22px;
  box-sizing:border-box;
}

/* Scroll elegante dentro del modal */
.catalog-modal-shell::-webkit-scrollbar{
  width:10px;
}

.catalog-modal-shell::-webkit-scrollbar-track{
  background:rgba(129,99,139,.08);
  border-radius:999px;
  margin:18px 0;
}

.catalog-modal-shell::-webkit-scrollbar-thumb{
  background:rgba(129,99,139,.42);
  border-radius:999px;
  border:2px solid rgba(255,255,255,.75);
}

.catalog-modal-shell::-webkit-scrollbar-thumb:hover{
  background:rgba(129,99,139,.58);
}

.catalog-modal-shell{
  scrollbar-width:thin;
  scrollbar-color:rgba(129,99,139,.46) rgba(129,99,139,.08);
}

.catalog-close{
  right:20px;
  top:20px;
}

.catalog-modal-head{
  padding-right:62px;
}

.modal-bottom-actions{
  padding-right:8px;
}

@media(max-width:1080px){
  .nav{
    min-height:126px;
  }

  .nav::before{
    left:-4px;
    right:-4px;
    top:13px;
    height:48px;
  }

  .nav-menu{
    top:17px;
    padding-left:148px;
  }
}

@media(max-width:860px){
  .nav{
    min-height:100px;
  }

  .nav::before{
    left:0;
    right:0;
    top:10px;
    height:42px;
  }

  .catalog-modal-shell{
    padding-right:14px;
  }

  .catalog-modal-shell::-webkit-scrollbar{
    width:8px;
  }
}

@media(max-width:760px){
  .nav{
    min-height:96px;
  }

  .nav::before{
    left:0;
    right:0;
    top:9px;
    height:40px;
  }

  .brand{
    left:10px;
    top:2px;
  }

  .brand-shell{
    width:76px;
    height:76px;
  }

  .catalog-modal{
    width:calc(100% - 12px);
    max-height:95svh;
  }

  .catalog-modal-shell{
    max-height:95svh;
    padding:18px 14px 20px 18px;
    border-radius:26px;
  }

  .catalog-modal-head{
    padding-right:52px;
  }

  .catalog-close{
    right:14px;
    top:14px;
    width:44px;
    height:44px;
  }

  .catalog-modal-shell::-webkit-scrollbar{
    width:7px;
  }

  .catalog-modal-shell::-webkit-scrollbar-track{
    margin:10px 0;
  }
}
