.lookExperience{padding:96px 3vw 120px;background:#efefed}
.lookShell{width:min(1500px,100%);max-width:none;margin:0 auto}
.lookDeck.lookOverview{display:block;overflow:visible;padding:0;background:#fff}
.lookPage{width:100%;background:#fff}
.lookPage .lookHeading{padding:38px 46px 30px;border-bottom:1px solid #dededb}
.lookPage .lookHeading span{display:block;margin-bottom:11px;color:#777;font-size:10px;letter-spacing:.2em}
.lookPage .lookHeading h2{max-width:900px;margin:0;font-size:clamp(30px,3.4vw,52px);font-weight:400;line-height:1.04}
.lookEditorial{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(360px,.78fr);min-height:680px;border-bottom:1px solid #dededb}
.lookHero{display:flex;align-items:center;justify-content:center;min-width:0;margin:0;background:#111;overflow:hidden}
.lookHero img{display:block;width:100%;height:100%;max-height:780px;object-fit:cover;object-position:center top;cursor:zoom-in}
.lookHero--product{background:#f6f6f4}
.lookHero--product img{object-fit:contain;object-position:center}
.lookPage .lookIdentity{display:flex;flex-direction:column;justify-content:center;padding:54px 56px}
.lookPage .lookIdentity>p{max-width:54ch;margin:0;font-size:16px;line-height:1.62}
.lookPage .lookIdentity h3{margin:32px 0 8px;font-size:11px;font-weight:500;letter-spacing:.16em}
.lookDressCode{margin-top:32px;padding-top:18px;border-top:1px solid #d8d8d5}
.lookPage .lookIdentity .lookDressCode h3{margin:0 0 8px}
.lookPage .lookIdentity .lookDressCode p{margin:0;color:#333;font-size:11px;font-weight:500;letter-spacing:.14em;line-height:1.5}
.productOverview{padding:36px 36px 42px}
.productOverviewTitle{margin:0 0 24px;font-size:11px;letter-spacing:.18em}
.productGrid{display:grid;grid-template-columns:repeat(var(--product-count,1),minmax(0,1fr));gap:1px;background:#dededb;border:1px solid #dededb}
.products-1{--product-count:1;max-width:520px;margin:0 auto}
.products-2{--product-count:2}
.products-3{--product-count:3}
.products-4{--product-count:4}
.productCard{display:flex;min-width:0;flex-direction:column;background:#fff}
.productImage{display:flex;align-items:center;justify-content:center;width:100%;height:clamp(320px,34vw,510px);padding:18px;border:0;background:#f7f7f5;cursor:zoom-in}
.products-4 .productImage{height:clamp(290px,28vw,430px)}
.productImage img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
.productInfo{position:relative;display:flex;flex:1;min-height:166px;flex-direction:column;padding:22px 22px 20px}
.productInfo h3{min-height:2.7em;margin:0 0 10px;font-size:12px;font-weight:500;letter-spacing:.09em;line-height:1.35}
.productInfo p{margin:2px 0;color:#666;font-size:10px;letter-spacing:.08em;line-height:1.4}
.productInfo .buyButton,.productAvailability{margin-top:auto;padding-top:18px;align-self:flex-start}
.productAvailability{color:#777;font-size:9px;letter-spacing:.12em}
.lookNav{position:sticky;z-index:20;bottom:20px;margin:30px auto 0}
.look-enter .lookHeading>*{animation:lookCopyIn .62s cubic-bezier(.2,.7,.2,1) both}
.look-enter .lookHero img{animation:lookHeroIn .9s cubic-bezier(.2,.7,.2,1) both}
.look-enter .lookIdentity>*{animation:lookCopyIn .62s cubic-bezier(.2,.7,.2,1) both}
.look-enter .lookIdentity>*:nth-child(2){animation-delay:.07s}
.look-enter .lookIdentity>*:nth-child(3){animation-delay:.13s}
.look-enter .lookIdentity>*:nth-child(4){animation-delay:.19s}
.look-enter .lookIdentity>*:nth-child(5){animation-delay:.25s}

@media(max-width:900px){
  .lookExperience{padding:74px 0 calc(104px + env(safe-area-inset-bottom))}
  .lookPage .lookHeading{padding:25px 22px 21px}
  .lookPage .lookHeading span{font-size:9px}
  .lookPage .lookHeading h2{font-size:25px}
  .lookEditorial{display:block;min-height:0}
  .lookHero{height:58svh;min-height:410px}
  .lookHero{background:#f6f6f4}
  .lookHero img{max-height:none;object-fit:contain;object-position:center}
  .lookPage .lookIdentity{display:block;padding:25px 22px 29px}
  .lookPage .lookIdentity>p{font-size:13px;line-height:1.5}
  .lookPage .lookIdentity h3{margin:21px 0 6px;font-size:9px}
  .lookDressCode{margin-top:21px;padding-top:15px}
  .lookPage .lookIdentity .lookDressCode h3{margin:0 0 6px}
  .lookPage .lookIdentity .lookDressCode p{font-size:9px}
  .productOverview{padding:26px 14px 30px}
  .productOverviewTitle{margin-left:6px;font-size:9px}
  .productGrid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .products-1{grid-template-columns:1fr;max-width:440px}
  .products-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .products-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .products-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .productImage,.products-4 .productImage{height:44vw;min-height:190px;max-height:310px;padding:8px}
  .products-1 .productImage,.products-2 .productImage{height:38vw;min-height:160px;max-height:310px}
  .productInfo{min-height:154px;padding:16px 13px 14px}
  .products-3 .productImage{height:38vw;min-height:160px}
  .products-3 .productInfo{min-height:176px;padding:14px 9px 13px}
  .products-3 .productInfo h3{font-size:9px}
  .products-3 .productInfo p{font-size:7.5px;letter-spacing:.045em}
  .products-3 .productInfo .buyButton,.products-3 .productAvailability{font-size:7px}
  .productInfo h3{font-size:10px}
  .productInfo p{font-size:8.5px}
  .productInfo .buyButton,.productAvailability{padding-top:13px;font-size:8px}
}

@media(max-width:430px){
  .lookHero{height:52svh;min-height:370px}
  .lookPage .lookHeading{padding:22px 20px 18px}
  .lookPage .lookHeading h2{font-size:23px}
  .lookPage .lookIdentity{padding:22px 20px 26px}
  .productOverview{padding:23px 8px 26px}
  .productImage,.products-4 .productImage{height:48vw;min-height:176px;padding:5px}
  .productInfo{min-height:158px;padding:14px 10px 13px}
  .productInfo h3{font-size:9.5px}
  .productInfo p{font-size:8px;letter-spacing:.06em}
}

@media(prefers-reduced-motion:reduce){.look-enter .lookHeading>*,.look-enter .lookHero img,.look-enter .lookIdentity>*{animation:none!important}}

/* Vistas completas sin campaña dentro del selector de Looks. */
.gridCard--product{background:#050505}
.gridCard--product img{display:block;object-fit:contain;object-position:center;background:#050505;padding:10px 14px}
