/* WOORIWEAR REVIEW V8.9.2 / MANAGER V1.0.11 - PHOTO ROLE + HERO DRAG + ARROW VISIBILITY */
/* WOORIWEAR REVIEW V8.6.3 - MODAL CENTER NAV */

*{box-sizing:border-box}
body{margin:0;background:#fff;color:#202020;font-family:-apple-system,BlinkMacSystemFont,"Noto Sans KR","Malgun Gothic",sans-serif}
.ww-review{max-width:860px;margin:0 auto;padding:58px 24px 110px}
.kicker{font-size:12px;letter-spacing:.12em;color:#9a9a9a;margin-bottom:12px}
h1{font-size:34px;line-height:1.35;letter-spacing:-.04em;margin:0 0 14px}
.lead{font-size:17px;line-height:1.85;color:#555;margin:0 0 30px;word-break:keep-all}
.project-info{
  margin:4px 0 34px;
  border-top:1px solid #222;
  border-bottom:1px solid #e7e7e7;
}
.product-row{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  padding:22px 0 20px;
  border-bottom:1px solid #e7e7e7;
}
.product-meta{min-width:0}
.product-label{
  display:block;
  margin-bottom:7px;
  font-size:11px;
  letter-spacing:.1em;
  color:#999;
}
.product-name{
  display:block;
  font-size:19px;
  line-height:1.45;
  font-weight:750;
  letter-spacing:-.025em;
}
.product-code{
  display:block;
  margin-top:4px;
  font-size:13px;
  color:#888;
}
.product-link{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:13px 18px;
  border:1px solid #111;
  border-radius:999px;
  background:#111;
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:800;
  white-space:nowrap;
  transition:opacity .2s ease, transform .2s ease;
}
.product-link:hover{
  opacity:.86;
  transform:translateY(-1px);
}
.detail-list{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.detail-item{
  padding:18px 16px 20px 0;
}
.detail-key{
  display:block;
  margin-bottom:6px;
  font-size:11px;
  color:#999;
}
.detail-val{
  display:block;
  font-size:14px;
  font-weight:700;
  line-height:1.5;
}
.text-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:12px;
  padding:14px 18px;
  border:1px solid #111;
  border-radius:8px;
  background:#111;
  color:#fff;
  text-decoration:none;
  font-size:14px;
  font-weight:800;
}
.slider{width:min(1040px,94vw);margin:0 0 72px;position:relative;left:50%;transform:translateX(-50%)}
.slider-head{display:flex;justify-content:space-between;align-items:center;margin:0 0 12px}
.slider-count{font-size:13px;color:#888}
.slider-nav{display:flex;gap:8px}
.arrow{width:38px;height:38px;border:1px solid #ddd;background:#fff;border-radius:50%;cursor:pointer;font-size:18px}
.viewport{overflow:hidden;padding:2px 0}
.track{display:flex;gap:14px;align-items:center;will-change:transform;transition:transform .34s ease}
.slide{flex:0 0 42%;min-width:0;aspect-ratio:4/5;border-radius:10px;overflow:hidden;cursor:zoom-in;opacity:.45;transition:opacity .25s ease,transform .25s ease}.slide.active{opacity:1;transform:scale(1)}
.slide img{display:block;width:100%;height:100%;object-fit:contain;object-position:center center;background:#f7f7f7}
.dots{display:flex;justify-content:center;gap:6px;margin-top:14px;flex-wrap:wrap}
.dot{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#d6d6d6;cursor:pointer}
.dot.active{background:#222}
.section{margin-top:66px}
.eyebrow{font-size:12px;letter-spacing:.1em;color:#999;margin-bottom:8px}
h2{font-size:24px;line-height:1.5;letter-spacing:-.03em;margin:0 0 22px}
p{font-size:16px;line-height:1.95;color:#333;margin:0 0 18px;word-break:keep-all}
.info-box{padding:24px 26px;margin:26px 0;background:#f7f7f7;border-radius:10px;font-size:15px;line-height:1.85;color:#444}
.fit-box{display:flex;gap:28px;align-items:center;padding:24px;border:1px solid #e6e6e6;border-radius:10px;margin:24px 0}
.fit-big{font-size:26px;line-height:1.25;font-weight:800;white-space:nowrap}
.fit-copy{font-size:14px;line-height:1.75;color:#666}
.end{margin-top:74px;padding-top:38px;border-top:1px solid #eee}
.note{font-size:12px;color:#999;line-height:1.7;margin-top:18px}

.image-modal{
  position:fixed;inset:0;z-index:2147483647;background:rgba(0,0,0,.9);
  display:none;align-items:center;justify-content:center;padding:28px 72px
}
.image-modal.open{display:flex}
.image-modal img{
  max-width:92vw;max-height:88vh;width:auto;height:auto;object-fit:contain
}
.image-modal .modal-close{
  position:fixed;top:calc(env(safe-area-inset-top, 0px) + 18px);right:calc(env(safe-area-inset-right, 0px) + 18px);z-index:2147483647;width:46px;height:46px;border:0;border-radius:50%;
  background:#fff;color:#111;font-size:25px;cursor:pointer
}
.image-modal .modal-arrow{
  position:absolute;top:50%;transform:translateY(-50%);
  width:50px;height:50px;border:1px solid rgba(255,255,255,.28);border-radius:50%;
  background:rgba(0,0,0,.35);color:#fff;font-size:26px;cursor:pointer
}
.image-modal .modal-prev{left:18px}
.image-modal .modal-next{right:18px}
.image-modal .modal-count{
  position:absolute;left:50%;bottom:18px;transform:translateX(-50%);
  color:#fff;font-size:13px;letter-spacing:.04em
}


@media(max-width:520px){
  .image-modal{padding:20px 46px}
  .image-modal .modal-arrow{width:42px;height:42px;font-size:22px}
  .image-modal .modal-prev{left:8px}
  .image-modal .modal-next{right:8px}
  .product-row{align-items:flex-start;flex-direction:column;gap:14px}
  .product-link{align-self:stretch;width:100%;padding:14px 18px}
  .detail-list{grid-template-columns:1fr 1fr}
  .detail-item{padding-right:10px}
  .slide{flex-basis:82%;aspect-ratio:4/5}
  .track{gap:10px;padding-right:10%;}
  .ww-review{padding:40px 18px 80px}
  .slider{width:100%;left:auto;transform:none}
  h1{font-size:28px}
  .lead{font-size:15px}
  .detail-list{grid-template-columns:1fr 1fr}
  .section{margin-top:52px}
  h2{font-size:21px}
  .fit-box{display:block}
  .fit-big{margin-bottom:10px}
}

.gallery-section{margin-top:44px}
.gallery-section .slider{margin-top:24px}
.gallery-section .gallery-desc{font-size:14px;line-height:1.8;color:#777;margin-top:-10px;margin-bottom:0}
.gallery-section + .section{margin-top:66px}
.gallery-section + .fit-section{margin-top:38px}
@media(max-width:520px){
  .gallery-section{margin-top:38px}
  .gallery-section + .fit-section{margin-top:32px}
  .gallery-section .slider{margin-top:20px}
}


/* WOORIWEAR REVIEW V8 additions */
.detail-list.dynamic{grid-template-columns:repeat(3,1fr)}
.design-mockup{margin-top:66px}
.mockup-stack{display:grid;gap:18px;margin-top:22px}
.mockup-card{padding:18px;background:#fafafa;border:1px solid #eee;border-radius:12px;overflow:visible}
.mockup-card img{display:block;width:100%;height:auto!important;max-height:none!important;object-fit:contain!important;background:#fff;border-radius:8px;cursor:zoom-in}
.small-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:24px 0 66px}
.small-gallery img{width:100%;display:block;border-radius:10px;cursor:zoom-in}
.variant-fit{display:grid;gap:12px;margin-top:18px}
.variant-fit .fit-box{margin:0}
@media(max-width:720px){.detail-list.dynamic{grid-template-columns:1fr 1fr}}


/* WOORIWEAR v8.2 - desktop/mobile lightbox layering fix */
.image-modal{
  position:fixed !important;
  inset:0 !important;
  z-index:2147483647 !important;
  isolation:isolate;
}
.image-modal.open{
  display:flex !important;
}
.image-modal .modal-close{
  position:fixed !important;
  top:calc(env(safe-area-inset-top, 0px) + 18px) !important;
  right:calc(env(safe-area-inset-right, 0px) + 18px) !important;
  z-index:2147483647 !important;
}
.image-modal .modal-arrow,
.image-modal .modal-count,
.image-modal img{
  position:relative;
  z-index:2;
}
.image-modal .modal-close{
  z-index:3 !important;
}
@media(max-width:520px){
  .image-modal{
    padding-top:calc(env(safe-area-inset-top, 0px) + 72px) !important;
  }
  .image-modal .modal-close{
    top:calc(env(safe-area-inset-top, 0px) + 12px) !important;
    right:calc(env(safe-area-inset-right, 0px) + 12px) !important;
  }
}


/* WOORIWEAR v8.4.1 - 16:9 hero crop */
.hero-visual{
  width:min(1040px,94vw);
  margin:0 0 34px;
  position:relative;
  left:50%;
  transform:translateX(-50%);
}
.hero-frame{
  position:relative;
  aspect-ratio:16 / 9;
  border-radius:18px;
  overflow:hidden;
  background:#f3f3f3;
  cursor:zoom-in;
  box-shadow:0 10px 28px rgba(0,0,0,.06);
}
.hero-crop{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
@media(max-width:520px){
  .hero-visual{width:100%;left:auto;transform:none;margin-bottom:26px}
  .hero-frame{border-radius:12px}
}


/* WOORIWEAR v8.4.2 - mockup must always show the full original sheet */
.design-mockup,.mockup-stack,.mockup-card{overflow:visible!important}
.mockup-card img{width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center center!important}


/* WOORIWEAR v8.4.3 - short hero + full spec table */
.hero-frame{
  aspect-ratio:32 / 9 !important; /* half the height of the previous 16:9 hero */
  border-radius:14px !important;
}
.hero-crop{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
.detail-list.dynamic{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  overflow:visible !important;
}
.detail-item{
  min-width:0 !important;
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
  padding:18px 18px 20px 0 !important;
}
.detail-key,.detail-val{
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
  white-space:normal !important;
  text-overflow:clip !important;
}
.detail-val{
  word-break:keep-all !important;
  overflow-wrap:anywhere !important;
}
.design-mockup,.mockup-stack,.mockup-card{
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
}
.mockup-card img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
}
@media(max-width:720px){
  .detail-list.dynamic{grid-template-columns:1fr !important}
  .hero-frame{aspect-ratio:32 / 11 !important}
}


/* WOORIWEAR v8.4.9 - keep full product visible inside sliders */
.slider .slide{
  background:#f7f7f7 !important;
}
.slider .slide img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  background:#f7f7f7 !important;
}

/* WOORIWEAR v8.5.0 - HERO focal position comes from source artwork context */
.hero-crop{object-fit:cover!important;}

/* WOORIWEAR V8.5.3 FULL-SYNC asset */


/* V8.5.7 - readable, grouped body copy */
.lead-group{margin:0 0 30px;max-width:760px}
.lead-group .lead{margin:0;font-size:17px;line-height:1.85;color:#555;word-break:keep-all}
.lead-group .lead + .lead{margin-top:10px}
.copy-paragraphs{max-width:760px}
.copy-paragraphs p{margin:0;font-size:16px;line-height:1.95;color:#333;word-break:keep-all}
.copy-paragraphs p + p{margin-top:16px}
@media(max-width:520px){
  .lead-group{margin-bottom:26px}
  .lead-group .lead{font-size:15px;line-height:1.85}
  .lead-group .lead + .lead{margin-top:8px}
  .copy-paragraphs p + p{margin-top:14px}
}


/* V8.6.2: design copy sits directly below the DESIGN MOCKUP heading and above the mockup image */
.design-copy-inline{margin:16px 0 28px;max-width:760px}
.design-copy-only{margin-top:38px}
@media (max-width:720px){
  .design-copy-inline{margin:14px 0 22px}
  .design-copy-only{margin-top:30px}
}


/* WOORIWEAR V8.6.3 - centered, high-contrast lightbox navigation */
.image-modal{
  padding:72px 24px calc(env(safe-area-inset-bottom, 0px) + 108px) !important;
}
.image-modal img{
  max-width:min(94vw, 1400px) !important;
  max-height:calc(100vh - 190px) !important;
  border-radius:8px;
}
.image-modal .modal-controls{
  position:fixed !important;
  left:50% !important;
  right:auto !important;
  bottom:calc(env(safe-area-inset-bottom, 0px) + 20px) !important;
  top:auto !important;
  transform:translateX(-50%) !important;
  z-index:2147483646 !important;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:999px;
  background:rgba(255,255,255,.96);
  box-shadow:0 10px 32px rgba(0,0,0,.32);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.image-modal .modal-controls .modal-arrow{
  position:static !important;
  inset:auto !important;
  top:auto !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  transform:none !important;
  width:46px;
  height:46px;
  flex:0 0 46px;
  border:0;
  border-radius:50%;
  background:#111;
  color:#fff;
  font-size:22px;
  font-weight:700;
  line-height:1;
  cursor:pointer;
  box-shadow:none;
}
.image-modal .modal-controls .modal-arrow:hover{
  background:#333;
}
.image-modal .modal-controls .modal-count{
  position:static !important;
  inset:auto !important;
  transform:none !important;
  min-width:62px;
  margin:0;
  color:#111;
  font-size:14px;
  font-weight:800;
  line-height:46px;
  text-align:center;
  letter-spacing:.02em;
  white-space:nowrap;
}
@media(max-width:520px){
  .image-modal{
    padding:68px 12px calc(env(safe-area-inset-bottom, 0px) + 94px) !important;
  }
  .image-modal img{
    max-width:96vw !important;
    max-height:calc(100vh - 170px) !important;
  }
  .image-modal .modal-controls{
    bottom:calc(env(safe-area-inset-bottom, 0px) + 12px) !important;
    gap:8px;
    padding:7px 9px;
  }
  .image-modal .modal-controls .modal-arrow{
    width:42px;
    height:42px;
    flex-basis:42px;
    font-size:21px;
  }
  .image-modal .modal-controls .modal-count{
    min-width:54px;
    font-size:13px;
    line-height:42px;
  }
}

/* WOORIWEAR REVIEW V8.9.2 / MANAGER V1.0.11 - SLIDER ARROW VISIBILITY */
.slider-nav .arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  padding:0 !important;
  border:1px solid #cfcfcf !important;
  border-radius:50%;
  background:#fff !important;
  color:#111 !important;
  opacity:1 !important;
  visibility:visible !important;
  font-size:20px !important;
  font-weight:700;
  line-height:1;
  text-indent:0 !important;
  appearance:none;
  -webkit-appearance:none;
  position:relative;
  z-index:3;
}
.slider-nav .arrow:hover{background:#f4f4f4 !important;color:#111 !important}
.slider-nav .arrow:focus-visible{outline:2px solid #111;outline-offset:2px}
