
:root{
  --navy:#001a33;
  --navy-2:#001124;
  --ink:#08090b;
  --muted:#717171;
  --line:#e7e7e7;
  --soft:#f6f6f4;
  --card:#ffffff;
  --shadow:0 18px 45px rgba(0,0,0,.12);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color:var(--ink);
  background:#f4f4f2;
}
button,a,input,textarea{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:#fff;
  border-bottom:1px solid var(--line);
}
.announcement{
  background:linear-gradient(90deg,var(--navy),var(--navy-2));
  color:#fff;
  height:38px;
  display:grid;
  place-items:center;
  font-size:14px;
  letter-spacing:.02em;
}
.header-main{
  height:96px;
  display:grid;
  grid-template-columns:180px 1fr 180px;
  align-items:center;
  max-width:1260px;
  margin:auto;
  padding:0 28px;
}
.menu-button{
  width:max-content;
  height:54px;
  display:inline-flex;
  align-items:center;
  gap:12px;
  border:1px solid var(--line);
  background:#fff;
  padding:0 18px;
  border-radius:14px;
}
.menu-button span{
  display:block;
  width:18px;
  height:2px;
  background:var(--ink);
  margin:3px 0;
}
.menu-button b{font-weight:700}
.brand{
  justify-self:center;
  color:var(--ink);
  text-decoration:none;
  text-align:center;
  line-height:1;
}
.brand span{
  display:block;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  font-size:clamp(26px,4vw,46px);
  letter-spacing:.055em;
  font-weight:500;
  transform:scaleX(.86);
}
.brand small{
  display:block;
  margin-top:10px;
  color:var(--muted);
  font-size:14px;
  letter-spacing:.04em;
}
.header-icons{
  justify-self:end;
  display:flex;
  gap:12px;
}
.icon-button,.arrows button{
  width:52px;
  height:52px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  font-size:30px;
  line-height:1;
}
.icon-button:last-child{font-size:24px}

/* POPUP */
.welcome-overlay,.purchase-modal,.page-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.44);
  backdrop-filter:blur(4px);
  z-index:200;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.welcome-overlay.show,.purchase-modal.show,.page-overlay.show{display:flex}
.welcome-card{
  position:relative;
  width:min(620px,100%);
  background:#fff;
  border-radius:28px;
  padding:36px;
  box-shadow:var(--shadow);
  text-align:center;
  animation:popIn .7s cubic-bezier(.18,.9,.2,1);
}
.icon-close{
  position:absolute;
  top:18px;
  right:18px;
  width:36px;
  height:36px;
  border:0;
  background:transparent;
  font-size:30px;
  line-height:1;
  color:var(--ink);
}
.mini-rack{
  position:relative;
  height:150px;
  margin:5px auto 22px;
  max-width:460px;
}
.mini-rail{
  position:absolute;
  top:20px;
  left:8%;
  width:84%;
  height:3px;
  background:var(--ink);
  border-radius:20px;
}
.mini-piece{
  position:absolute;
  top:30px;
  height:120px;
  width:90px;
  object-fit:contain;
  filter:drop-shadow(0 12px 15px rgba(0,0,0,.16));
  transform-origin:50% 0;
  animation:dropIn .8s both, swing 4.2s ease-in-out infinite;
}
.piece-1{left:8%; animation-delay:.05s,.9s}
.piece-2{left:30%; animation-delay:.18s,1s}
.piece-3{left:53%; animation-delay:.31s,1.15s}
.piece-4{left:73%; animation-delay:.44s,1.3s}
.micro-label{
  margin:0 0 14px;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:var(--muted);
}
.welcome-card h2{
  margin:0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  letter-spacing:.035em;
  transform:scaleX(.9);
  font-size:clamp(38px,7vw,72px);
  line-height:.92;
  text-transform:uppercase;
}
.welcome-card p:not(.micro-label){
  max-width:420px;
  margin:18px auto 26px;
  color:var(--muted);
  line-height:1.5;
}
.primary-btn,.secondary-btn{
  border:0;
  border-radius:10px;
  padding:16px 24px;
  font-weight:800;
  background:var(--navy);
  color:#fff;
  text-decoration:none;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  transition:.2s ease;
}
.primary-btn:hover,.secondary-btn:hover{transform:translateY(-2px); box-shadow:0 12px 22px rgba(0,26,51,.16)}
.secondary-btn{
  background:var(--navy);
  color:#fff;
  border:0;
  padding:16px 24px;
  margin-top:12px;
}
.full{width:100%}
.look-card .secondary-btn,.look-card .primary-btn{
  width:100%;
  border-radius:12px;
  min-height:58px;
  font-size:18px;
}

/* DRAWER */
.drawer{
  position:fixed;
  top:0;
  left:-360px;
  width:340px;
  max-width:85vw;
  height:100vh;
  background:#fff;
  z-index:210;
  padding:26px;
  transition:left .3s ease;
  box-shadow:var(--shadow);
}
.drawer.show{left:0}
.drawer-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:34px;
}
.drawer-header .icon-close{position:static}
.drawer a{
  display:block;
  padding:18px 0;
  color:var(--ink);
  text-decoration:none;
  border-bottom:1px solid var(--line);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-size:26px;
  transform:scaleX(.9);
  transform-origin:left;
}

/* HERO */
.hero{
  max-width:1260px;
  margin:0 auto;
  background:linear-gradient(180deg,#f7f7f6,#efefed);
  border-bottom:1px solid var(--line);
}
.hero-copy{
  text-align:center;
  padding:46px 22px 18px;
}
.spark{
  font-size:28px;
  letter-spacing:.08em;
  margin-bottom:8px;
}
.hero h1,
.section h2,
.about h2{
  margin:0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  letter-spacing:.055em;
  line-height:.9;
  text-transform:uppercase;
  transform:scaleX(.9);
  transform-origin:center;
}
.hero h1{font-size:clamp(56px,10vw,118px)}
.hero-copy p{
  font-size:clamp(16px,2.2vw,22px);
  line-height:1.35;
  margin:18px 0 0;
}
.hero-rack{
  position:relative;
  max-width:1120px;
  margin:0 auto;
  padding:10px 24px 26px;
}
.hero-rack-real{
  display:flex;
  justify-content:center;
  align-items:center;
}
.hero-rack-photo{
  display:block;
  width:100%;
  max-width:1120px;
  height:auto;
  object-fit:contain;
}

/* SECTIONS */
.section{
  max-width:1260px;
  margin:0 auto;
  padding:34px 28px 12px;
  background:#fff;
}
.section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
}
.section h2,.about h2{
  font-size:clamp(30px,4vw,44px);
  transform-origin:left;
}
.arrows{display:flex;gap:8px}
.arrows button{
  width:42px;
  height:42px;
  border-radius:11px;
  font-size:24px;
}
.product-row{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(185px,1fr);
  gap:22px;
  overflow-x:auto;
  padding-bottom:20px;
  scroll-snap-type:x mandatory;
}
.product-card{
  scroll-snap-align:start;
  min-width:185px;
}
.product-image{
  position:relative;
  aspect-ratio:1/1.18;
  background:#fff;
  border-radius:12px;
  overflow:hidden;
  border:0;
}
.product-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:2px;
  transition:transform .35s ease;
}
.product-card:hover img{transform:scale(1.04)}
.product-card h3,.look-info strong{
  margin:13px 0 4px;
  font-size:14px;
  line-height:1.2;
}
.product-meta{
  display:block;
  margin-top:5px;
  color:#222;
  font-size:11px;
  line-height:1.35;
}
.intervenido-badge{
  position:absolute;
  top:10px;
  left:10px;
  z-index:5;
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:7px 10px;
  border-radius:10px;
  background:#f97316;
  color:#fff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.02em;
  box-shadow:0 10px 18px rgba(249,115,22,.22);
}
.product-card.is-intervenido h3::after{
  content:" 🔥";
}
.product-details{
  display:block;
  margin-top:6px;
  color:#8a4b2d;
  font-size:11px;
  line-height:1.35;
}
.availability{
  display:inline-block;
  margin-top:9px;
  padding:5px 8px;
  border-radius:999px;
  background:#f2f6f8;
  color:var(--navy);
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.availability.muted{
  background:#f8f1ec;
  color:#8a4b2d;
}
.product-desc{
  display:block;
  margin-top:6px;
  color:var(--muted);
  font-size:12px;
  line-height:1.45;
  min-height:34px;
}
.product-card .brand-line,.look-info span{
  display:block;
  color:#4e5560;
  font-size:10px;
  font-weight:800;
  letter-spacing:.06em;
}
.price,.look-info b{
  display:block;
  margin-top:7px;
  font-weight:800;
}
.buy-button{
  margin-top:12px;
  width:100%;
  border:1px solid var(--ink);
  background:#fff;
  border-radius:9px;
  padding:10px;
  font-weight:800;
  transition:.2s ease;
}
.buy-button:hover{background:var(--ink); color:#fff}

/* LOOKS */
.looks-grid{
  display:grid;
  grid-template-columns:1.35fr 1fr 1fr;
  gap:22px;
}
.look-card{
  background:#fff;
}
.look-collage{
  position:relative;
  min-height:300px;
  border-radius:14px;
  background:#fff;
  overflow:hidden;
  border:0;
}
.look-featured .look-collage{min-height:360px}
.look-collage img{
  position:absolute;
  object-fit:contain;
  filter:drop-shadow(0 10px 12px rgba(0,0,0,.08));
}
.look-one img:nth-child(1){width:40%; left:6%; top:18%}
.look-one img:nth-child(2){width:33%; left:42%; top:14%}
.look-one img:nth-child(3){width:29%; left:67%; top:42%}

.look-two img:nth-child(1){width:52%; left:9%; top:10%}
.look-two img:nth-child(2){width:35%; left:36%; top:56%}

.look-three img:nth-child(1){width:42%; left:14%; top:10%}
.look-three img:nth-child(2){width:38%; left:54%; top:13%}
.look-info{margin-top:12px}

.choice-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

/* ABOUT */
.about{
  max-width:1260px;
  margin:0 auto 40px;
  background:#fff;
  border-top:1px solid var(--line);
  padding:34px 28px 44px;
  display:grid;
  grid-template-columns:300px 1fr;
  gap:34px;
  align-items:center;
}
.about img{
  width:280px;
  height:420px;
  object-fit:cover;
  object-position:center top;
  border-radius:22px;
  background:#eee;
  justify-self:center;
  box-shadow:0 14px 28px rgba(0,0,0,.08);
}
.about p{
  max-width:760px;
  font-size:17px;
  line-height:1.6;
  color:#222;
}

/* MODAL COMPRA */
.purchase-modal{z-index:240}
.purchase-card{
  position:relative;
  width:min(760px,100%);
  max-height:92vh;
  overflow:auto;
  background:#fff;
  border-radius:26px;
  padding:34px;
  box-shadow:var(--shadow);
  animation:popIn .45s ease;
}
.purchase-card h2{
  margin:0 0 8px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-size:40px;
  transform:scaleX(.9);
  transform-origin:left;
}
.purchase-summary{color:var(--muted);margin:0 0 22px;line-height:1.55}
.purchase-summary strong{color:var(--ink)}
.delivery-options{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin:18px 0;
}
.delivery-options label{
  border:1px solid var(--line);
  border-radius:14px;
  padding:16px;
  display:grid;
  gap:4px;
}
.delivery-options input{accent-color:var(--navy)}
.delivery-options span{font-weight:900}
.delivery-options small{color:var(--muted)}
.total-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:#f7f7f6;
  border-radius:14px;
  padding:16px;
  margin-bottom:18px;
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.form-grid label{
  display:grid;
  gap:8px;
  font-weight:800;
  font-size:13px;
}
.form-grid input,.form-grid textarea{
  width:100%;
  border:1px solid var(--line);
  border-radius:12px;
  padding:14px;
  outline:none;
  background:#fff;
  resize:vertical;
}
.form-grid input:focus,.form-grid textarea:focus{border-color:var(--navy)}
.full-field{grid-column:1/-1}
.address-field{display:none!important}
.address-field.show{display:grid!important}
.form-note{
  text-align:center;
  color:var(--muted);
  font-size:12px;
}

footer{
  max-width:1260px;
  margin:0 auto;
  padding:28px;
  display:flex;
  justify-content:space-between;
  color:var(--muted);
  background:#fff;
  border-top:1px solid var(--line);
}

@keyframes popIn{
  from{opacity:0; transform:translateY(24px) scale(.96)}
  to{opacity:1; transform:translateY(0) scale(1)}
}
@keyframes dropIn{
  from{opacity:0; transform:translateY(-35px) rotate(-5deg)}
  to{opacity:1; transform:translateY(0) rotate(0)}
}
@keyframes swing{
  0%,100%{transform:rotate(-1.2deg)}
  50%{transform:rotate(1.2deg)}
}
@keyframes heroFloat{
  0%,100%{transform:translateY(0) rotate(-.25deg)}
  50%{transform:translateY(7px) rotate(.25deg)}
}

@media (max-width:900px){
  .header-main{
    grid-template-columns:110px 1fr 110px;
    padding:0 16px;
    height:86px;
  }
  .menu-button{padding:0 13px}
  .menu-button b{display:none}
  .brand span{font-size:30px}
  .icon-button{width:44px;height:44px}
  .hero-rack{padding:6px 16px 22px}
  .looks-grid{grid-template-columns:1fr}
  .look-collage,.look-featured .look-collage{min-height:310px}
  .choice-grid{grid-template-columns:repeat(2,1fr)}
  .about{grid-template-columns:220px 1fr;gap:22px}
  .about img{width:220px;height:320px}
}
@media (max-width:580px){
  .announcement{font-size:12px;height:34px}
  .header-main{grid-template-columns:54px 1fr 92px}
  .brand span{font-size:23px;letter-spacing:.04em}
  .brand small{font-size:12px}
  .header-icons{gap:6px}
  .icon-button{width:40px;height:40px;border-radius:12px}
  .hero h1{font-size:54px}
  .hero-rack{padding:0 10px 18px}
  .section{padding:28px 18px 8px}
  .product-row{grid-auto-columns:155px;gap:14px}
  .choice-grid{gap:14px}
  .section h2,.about h2{font-size:28px}
  .about{grid-template-columns:1fr;text-align:left;padding:26px 18px 34px}
  .about img{width:min(100%,280px);height:380px;margin:0 auto 8px}
  .form-grid{grid-template-columns:1fr}
  .delivery-options{grid-template-columns:1fr}
  footer{display:block}
}
