/* ============================================================
   COSS Content Atelier — #coss-body 본문만
   금지: 헤더/푸터/GNB/LNB(.section-nav)/사이드바/상단영상
   대상: 섹션·컨테이너·그리드·여백·카드·리스트·FAQ·폼·
         인터랙션·트랜지션·스크롤 모션·마이크로 인터랙션
   ============================================================ */

#coss-body{
  --atelier-ink:#15261f;
  --atelier-mute:#5e6b63;
  --atelier-sand:#f3efe4;
  --atelier-chalk:#faf8f3;
  --atelier-moss:#dce8c8;
  --atelier-chip:#e85d04;
  --atelier-line:rgba(21,38,31,.12);
  --atelier-shadow:0 28px 60px -28px rgba(18,36,28,.35);
  --atelier-shadow-hover:0 40px 80px -24px rgba(18,36,28,.42);
  --atelier-ease:cubic-bezier(.16,1,.3,1);
  --atelier-r:28px;
  --atelier-r-sm:16px;
}

/* ----- 본문 컨테이너 리듬 (LNB 제외) ----- */
#coss-body > .editorial-hero,
#coss-body > .page-content,
#coss-body > .coss-concept-wrap,
#coss-body > .feature-tabs + .editorial-hero,
#coss-body .page-content{
  position:relative;
}
#coss-body .page-content{
  max-width:1480px;
  padding:12px 5% 140px;
}

/* 스크롤 진행 바 — 본문 영역 상단 인디케이터 */
#coss-body .atelier-progress{
  position:sticky;top:0;z-index:5;
  height:3px;width:100%;
  background:transparent;
  pointer-events:none;
  margin:0;
}
#coss-body .atelier-progress > i{
  display:block;height:100%;width:0%;
  background:linear-gradient(90deg,var(--atelier-chip),#f4a261);
  transition:width .08s linear;
}

/* ============================================================
   HERO — 잡지 오프닝 (한 장면)
   ============================================================ */
#coss-body .editorial-hero{
  padding:56px 5% 20px;
  max-width:1600px;
}
#coss-body .editorial-hero .eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  padding:8px 14px;border-radius:999px;
  background:rgba(21,38,31,.06);
  border:1px solid var(--atelier-line);
  font:600 11px/1 Arial,sans-serif;letter-spacing:.18em;
  text-transform:uppercase;color:var(--atelier-mute);
}
#coss-body .editorial-hero .eyebrow span{margin-left:0;opacity:.7}
#coss-body .hero-heading h1{
  font-size:clamp(52px,7.2vw,108px);
  font-weight:800;
  letter-spacing:-.055em;
  line-height:.95;
  margin:22px 0 18px;
  color:var(--atelier-ink);
  clip-path:none!important;
  opacity:0;transform:translateY(40px);
  transition:opacity 1s var(--atelier-ease),transform 1s var(--atelier-ease);
}
#coss-body .editorial-hero.is-scene-in .hero-heading h1{opacity:1;transform:none}
#coss-body .hero-line{
  font-size:clamp(22px,2.6vw,36px);
  font-weight:500;letter-spacing:-.03em;
  color:var(--atelier-ink);
  max-width:18ch;
  opacity:0;transform:translateY(24px);
  transition:opacity .9s var(--atelier-ease) .15s,transform .9s var(--atelier-ease) .15s;
}
#coss-body .editorial-hero.is-scene-in .hero-line{opacity:1;transform:none}
#coss-body .editorial-hero .hero-line::after{display:none!important}
#coss-body .hero-bottom{
  margin:36px 0 48px;
  padding-top:28px;
  border-top:1px solid var(--atelier-line);
}
#coss-body .hero-bottom > p{
  font-size:15px;line-height:1.85;max-width:42ch;
  color:var(--atelier-mute);
  opacity:0;transform:translateY(16px);
  transition:opacity .8s var(--atelier-ease) .28s,transform .8s var(--atelier-ease) .28s;
}
#coss-body .editorial-hero.is-scene-in .hero-bottom > p{opacity:1;transform:none}
#coss-body .circle-link{
  width:64px;height:64px;
  border:1.5px solid var(--atelier-ink);
  background:var(--atelier-chalk);
  box-shadow:var(--atelier-shadow);
  font-size:22px;
  transition:transform .45s var(--atelier-ease),background .35s ease,color .35s ease,box-shadow .45s ease;
}
#coss-body .circle-link:hover{
  background:var(--atelier-chip);color:#fff;border-color:var(--atelier-chip);
  transform:translateY(6px) scale(1.05);
  box-shadow:0 18px 36px -16px rgba(232,93,4,.55);
}

/* 히어로 사진 — 풀블리드 감각의 대형 카드 */
#coss-body .editorial-photo{
  margin-top:8px;
  border-radius:var(--atelier-r)!important;
  overflow:hidden;
  box-shadow:var(--atelier-shadow);
  border:1px solid var(--atelier-line);
  background:var(--atelier-sand);
  transform:translateY(48px) scale(.97);
  opacity:0;
  transition:opacity 1.1s var(--atelier-ease) .2s,transform 1.1s var(--atelier-ease) .2s,box-shadow .5s ease;
}
#coss-body .editorial-hero.is-scene-in .editorial-photo{
  opacity:1;transform:none;
}
#coss-body .editorial-photo > img{
  width:100%;height:560px;object-fit:cover;
  border-radius:0!important;
  transform:scale(1.08);
  transition:transform 1.6s var(--atelier-ease);
  will-change:transform;
}
#coss-body .editorial-hero.is-scene-in .editorial-photo > img{transform:scale(1)}
#coss-body .editorial-photo:hover{box-shadow:var(--atelier-shadow-hover)}
#coss-body .editorial-photo:hover > img{transform:scale(1.04);transition-duration:2s}
#coss-body .editorial-photo.material-photo{
  background:
    radial-gradient(circle at 20% 20%,#fff8,#fff0 50%),
    linear-gradient(145deg,#ebe6d8,#ddd6c4);
  border-radius:var(--atelier-r)!important;
}
#coss-body .editorial-photo.material-photo > img{
  height:520px;object-fit:contain;padding:48px;
  filter:drop-shadow(0 18px 28px rgba(30,40,20,.18));
}
#coss-body .material-layout:not(.compact-hero) .editorial-photo,
#coss-body .material-layout:not(.compact-hero) .editorial-photo.material-photo,
#coss-body .material-layout:not(.compact-hero) .editorial-photo > img{
  border-radius:var(--atelier-r)!important;
}
#coss-body .editorial-photo figcaption{
  position:absolute;left:20px;bottom:20px;right:20px;
  display:flex;justify-content:space-between;gap:12px;
  padding:12px 16px;margin:0;
  background:rgba(250,248,243,.88);
  backdrop-filter:blur(10px);
  border-radius:999px;
  border:1px solid rgba(255,255,255,.5);
  font:600 10px/1.3 Arial,sans-serif;letter-spacing:.12em;
  color:var(--atelier-ink);text-transform:uppercase;
}
#coss-body .photo-word{
  right:28px;bottom:78px;
  font:italic 700 clamp(40px,7vw,96px)/.9 var(--serif);
  color:rgba(255,255,255,.92);
  text-shadow:0 8px 40px rgba(0,0,0,.35);
  letter-spacing:-.04em;
  mix-blend-mode:soft-light;
}

@media (min-width:1000px){
  #coss-body .material-layout:not(.compact-hero){
    display:grid;grid-template-columns:1fr 1.15fr;
    gap:48px 6%;padding:72px 5% 40px;max-width:1600px;margin:auto;
  }
  #coss-body .material-layout:not(.compact-hero) .editorial-photo{margin:0}
  #coss-body .material-layout:not(.compact-hero) .editorial-photo > img{height:min(62vh,560px)}
  #coss-body .material-layout:not(.compact-hero) .hero-heading h1{font-size:clamp(48px,5.5vw,86px)}
}

/* ============================================================
   COLLECTION 섹션 — 떠 있는 패널 (교차 배경)
   ============================================================ */
#coss-body .collection-section{
  margin:36px 0;
  padding:48px 40px 52px;
  border-radius:36px;
  background:var(--atelier-chalk);
  border:1px solid var(--atelier-line);
  box-shadow:0 16px 40px -30px rgba(18,36,28,.28);
  opacity:0;transform:translateY(56px);
  transition:opacity .9s var(--atelier-ease),transform .9s var(--atelier-ease),box-shadow .4s ease;
}
#coss-body .collection-section.will-reveal{opacity:0;transform:translateY(56px)}
#coss-body .collection-section.will-reveal.in-view,
#coss-body .collection-section.in-view{
  opacity:1;transform:none;
}
#coss-body .collection-section:nth-of-type(even){
  background:linear-gradient(165deg,var(--atelier-moss),#eef5e4 60%,var(--atelier-chalk));
}
#coss-body .collection-section:nth-of-type(3n){
  background:linear-gradient(160deg,#efe8d8,var(--atelier-sand) 55%,#f7f3ea);
}
#coss-body .collection-section:hover{
  box-shadow:0 28px 56px -28px rgba(18,36,28,.32);
}
#coss-body .section-heading{
  align-items:end;margin-bottom:32px;padding-bottom:20px;
  border-bottom:1.5px solid var(--atelier-line);
}
#coss-body .section-heading h2{
  font-size:clamp(28px,3.2vw,42px);
  font-weight:800;letter-spacing:-.04em;color:var(--atelier-ink);
}
#coss-body .section-heading > a{
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 18px;border-radius:999px;
  background:var(--atelier-ink);color:#fff!important;
  font:600 12px/1 Arial,sans-serif;letter-spacing:.02em;
  box-shadow:0 10px 24px -12px rgba(21,38,31,.55);
  transition:transform .35s var(--atelier-ease),background .3s ease;
}
#coss-body .section-heading > a:hover{
  background:var(--atelier-chip);transform:translateY(-2px);
}

/* 제품 그리드 — 매거진 비대칭 + 카드 */
#coss-body .product-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);
  gap:28px 32px;
  align-items:stretch;
}
#coss-body .product-grid:has(.product-summary){
  grid-template-columns:minmax(0,1.2fr) minmax(280px,1fr);
}
#coss-body .product-grid > figure{
  margin:0;
  display:flex;flex-direction:column;gap:14px;
  opacity:0;transform:translateY(28px);
  transition:opacity .7s var(--atelier-ease),transform .7s var(--atelier-ease);
}
#coss-body .collection-section.in-view .product-grid > figure,
#coss-body .collection-section.will-reveal.in-view .product-grid > figure{
  opacity:1;transform:none;
}
#coss-body .collection-section.in-view .product-grid > figure:nth-child(2),
#coss-body .collection-section.will-reveal.in-view .product-grid > figure:nth-child(2){transition-delay:.08s}
#coss-body .collection-section.in-view .product-grid > figure:nth-child(3),
#coss-body .collection-section.will-reveal.in-view .product-grid > figure:nth-child(3){transition-delay:.14s}
#coss-body .collection-section.in-view .product-grid > figure:nth-child(4),
#coss-body .collection-section.will-reveal.in-view .product-grid > figure:nth-child(4){transition-delay:.2s}

#coss-body .product-image{
  position:relative;overflow:hidden;
  aspect-ratio:4/3;
  border-radius:var(--atelier-r-sm);
  background:
    linear-gradient(180deg,transparent 60%,rgba(21,38,31,.06)),
    #e8e4d6;
  border:1px solid var(--atelier-line);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 12px 28px -18px rgba(18,36,28,.35);
  transition:transform .55s var(--atelier-ease),box-shadow .55s ease,border-color .35s ease;
}
#coss-body .product-grid > figure:first-child .product-image{aspect-ratio:16/11}
#coss-body .product-image img{
  width:100%;height:100%;object-fit:contain;padding:18px;
  max-height:none;
  transition:transform .9s var(--atelier-ease),filter .5s ease;
  filter:saturate(.95) contrast(1.02);
}
#coss-body .product-grid figure:hover .product-image{
  transform:translateY(-10px) rotate(-.4deg);
  border-color:rgba(232,93,4,.45);
  box-shadow:var(--atelier-shadow-hover);
}
#coss-body .product-grid figure:hover .product-image img{
  transform:scale(1.07);filter:saturate(1.08);
}
#coss-body .product-grid figcaption{
  padding:0 4px;font-size:15px;font-weight:700;
  letter-spacing:-.02em;color:var(--atelier-ink);
}
#coss-body .product-summary{
  grid-column:auto;
  align-self:center;
  padding:28px 8px 28px 12px;
  font-size:15px;line-height:1.85;color:var(--atelier-mute);
  opacity:0;transform:translateX(24px);
  transition:opacity .8s var(--atelier-ease) .12s,transform .8s var(--atelier-ease) .12s;
}
#coss-body .collection-section.in-view .product-summary,
#coss-body .collection-section.will-reveal.in-view .product-summary{
  opacity:1;transform:none;
}
#coss-body .product-summary a{
  display:inline-flex;align-items:center;gap:8px;
  margin-top:28px;padding:14px 22px;
  border-radius:999px;border:0;
  background:var(--atelier-chip);color:#fff!important;
  font:700 13px/1 Arial,sans-serif;
  box-shadow:0 14px 28px -12px rgba(232,93,4,.55);
  transition:transform .35s var(--atelier-ease),box-shadow .35s ease;
}
#coss-body .product-summary a:hover{
  transform:translateY(-3px) scale(1.02);
  box-shadow:0 20px 36px -10px rgba(232,93,4,.65);
}

/* 추가 아이템은 하단 가로 스크롤 트랙 */
#coss-body .product-grid:has(.product-summary) > figure:nth-child(n+3){
  /* keep in grid for now; enhance on wide */
}

@media (min-width:1100px){
  #coss-body .product-grid:has(.product-summary){
    grid-template-columns:1.35fr .9fr;
    grid-template-rows:auto auto;
  }
  #coss-body .product-grid:has(.product-summary) > figure:first-child{
    grid-row:1 / span 2;
  }
  #coss-body .product-grid:has(.product-summary) > .product-summary{
    grid-column:2;grid-row:1;
  }
  #coss-body .product-grid:has(.product-summary) > figure:nth-child(n+3){
    grid-column:2;
  }
}

/* ============================================================
   GALLERY — 겹침·오프셋 에디토리얼
   ============================================================ */
#coss-body .editorial-gallery{
  display:grid;grid-template-columns:1.2fr .95fr;gap:28px 36px;
}
#coss-body .editorial-gallery > figure{margin:0}
#coss-body .editorial-gallery > figure:nth-child(2){padding-top:72px}
#coss-body .editorial-gallery > figure > div{
  overflow:hidden;
  border-radius:24px;
  background:var(--atelier-sand);
  border:1px solid var(--atelier-line);
  box-shadow:var(--atelier-shadow);
  aspect-ratio:4/3;
  transform:translateY(32px);opacity:0;
  transition:opacity .85s var(--atelier-ease),transform .85s var(--atelier-ease),box-shadow .45s ease;
}
#coss-body .collection-section.in-view .editorial-gallery > figure > div,
#coss-body .collection-section.will-reveal.in-view .editorial-gallery > figure > div{
  opacity:1;transform:none;
}
#coss-body .collection-section.in-view .editorial-gallery > figure:nth-child(2) > div{transition-delay:.15s}
#coss-body .editorial-gallery > figure:nth-child(2) > div{
  border-radius:50%;aspect-ratio:1;max-width:380px;margin-left:auto;
  box-shadow:0 32px 64px -28px rgba(18,36,28,.4);
}
#coss-body .editorial-gallery > figure:nth-child(3) > div{
  border-radius:24px 24px 24px 72px;
}
#coss-body .editorial-gallery img{
  width:100%;height:100%;object-fit:cover;
  transition:transform 1.2s var(--atelier-ease);
}
#coss-body .editorial-gallery figure:hover > div{box-shadow:var(--atelier-shadow-hover)}
#coss-body .editorial-gallery figure:hover img{transform:scale(1.06)}
#coss-body .editorial-gallery figcaption{
  padding-top:16px;font-size:14px;font-weight:600;color:var(--atelier-ink);
}
#coss-body .editorial-gallery figcaption span{
  display:inline-grid;place-items:center;
  width:28px;height:28px;margin-right:12px;
  border-radius:50%;background:var(--atelier-ink);color:#fff;
  font:700 10px/1 Arial,sans-serif;
}

/* ============================================================
   STORY — 와이드 타이포 블록
   ============================================================ */
#coss-body .story-section{
  display:grid;grid-template-columns:minmax(180px,.7fr) minmax(0,1.6fr);
  gap:48px 8%;
  margin:48px 0;padding:56px 40px;
  border:1px solid var(--atelier-line);
  border-radius:36px;
  background:rgba(255,255,255,.55);
  backdrop-filter:blur(8px);
  box-shadow:0 18px 40px -32px rgba(18,36,28,.25);
  opacity:0;transform:translateY(40px);
  transition:opacity .85s var(--atelier-ease),transform .85s var(--atelier-ease);
}
#coss-body .story-section.will-reveal.in-view,
#coss-body .story-section.in-view{opacity:1;transform:none}
#coss-body .section-label > span{
  display:inline-block;padding:6px 12px;border-radius:999px;
  background:var(--atelier-moss);color:var(--atelier-ink);
  font:700 10px/1 Arial,sans-serif;letter-spacing:.16em;
}
#coss-body .section-label h2{
  margin-top:18px;font-size:clamp(26px,3vw,36px);
  font-weight:800;letter-spacing:-.03em;
}
#coss-body .prose{font-size:17px;line-height:1.95;color:var(--atelier-ink)}
#coss-body .prose p{max-width:62ch}
#coss-body .line-point{
  position:relative;padding:14px 16px 14px 44px;margin:12px 0;
  border-radius:14px;background:var(--atelier-sand);
  border:1px solid var(--atelier-line);
}
#coss-body .line-point::before{
  content:"";position:absolute;left:16px;top:50%;transform:translateY(-50%);
  width:12px;height:12px;border-radius:50%;background:var(--atelier-chip);
}

/* ============================================================
   JOURNAL LIST — 카드형 행
   ============================================================ */
#coss-body .journal-row{
  gap:28px;margin:14px 0;padding:22px 24px;
  border:1px solid var(--atelier-line)!important;
  border-radius:24px;
  background:rgba(255,255,255,.72);
  box-shadow:0 10px 28px -22px rgba(18,36,28,.35);
  transition:transform .4s var(--atelier-ease),box-shadow .4s ease,border-color .3s ease,padding .3s ease;
}
#coss-body .journal-row:hover{
  padding-left:28px;
  transform:translateY(-4px);
  border-color:rgba(232,93,4,.35)!important;
  box-shadow:var(--atelier-shadow);
}
#coss-body .journal-row img{
  width:168px;height:120px;object-fit:cover;
  border-radius:14px;
  border:1px solid var(--atelier-line);
  filter:none;
  transition:transform .5s var(--atelier-ease),filter .4s ease;
}
#coss-body .journal-row:hover img{transform:scale(1.04)}
#coss-body .journal-row h2{font-size:22px;font-weight:800;letter-spacing:-.02em}
#coss-body .journal-arrow{
  width:44px;height:44px;display:grid;place-items:center;
  border-radius:50%;background:var(--atelier-sand);
  border:1px solid var(--atelier-line);font-size:20px;
  transition:background .3s ease,color .3s ease,transform .35s var(--atelier-ease);
}
#coss-body .journal-row:hover .journal-arrow{
  background:var(--atelier-chip);color:#fff;border-color:var(--atelier-chip);
  transform:rotate(45deg);
}

/* ============================================================
   FAQ 아코디언
   ============================================================ */
#coss-body .faq-one{
  margin:12px 0;border:1px solid var(--atelier-line)!important;
  border-radius:20px;overflow:hidden;
  background:rgba(255,255,255,.7);
  transition:box-shadow .35s ease,border-color .3s ease;
}
#coss-body .faq-one.is-open{
  border-color:rgba(232,93,4,.4)!important;
  box-shadow:0 16px 36px -24px rgba(232,93,4,.35);
}
#coss-body .faq-q{
  padding:22px 24px;font-size:17px;font-weight:700;
  gap:16px;transition:background .3s ease;
}
#coss-body .faq-q:hover{background:rgba(220,232,200,.35)}
#coss-body .q-mark{
  width:36px;height:36px;display:grid;place-items:center;
  border-radius:12px;background:var(--atelier-moss);
  font:italic 700 20px/1 var(--serif);color:var(--atelier-ink);
}
#coss-body .q-arrow{
  width:36px;height:36px;display:grid;place-items:center;
  border-radius:50%;border:1px solid var(--atelier-line);
  background:var(--atelier-chalk);
  transition:transform .4s var(--atelier-ease),background .3s ease;
}
#coss-body .is-open .q-arrow{
  transform:rotate(180deg);background:var(--atelier-chip);border-color:var(--atelier-chip);color:#fff;
}
#coss-body .faq-a{
  padding:0 24px 24px 76px;color:var(--atelier-mute);
  animation:atelier-faq-in .45s var(--atelier-ease);
}
@keyframes atelier-faq-in{
  from{opacity:0;transform:translateY(-8px)}
  to{opacity:1;transform:none}
}

/* ============================================================
   FILES / DETAIL / FORM / RELATED
   ============================================================ */
#coss-body .coten-file-item{
  margin:10px 0;padding:20px 22px;
  border:1px solid var(--atelier-line)!important;
  border-radius:18px;background:rgba(255,255,255,.65);
  transition:transform .35s var(--atelier-ease),box-shadow .35s ease;
}
#coss-body .coten-file-item:hover{
  transform:translateY(-3px);box-shadow:var(--atelier-shadow);
}
#coss-body .fi-action a{
  display:inline-flex;padding:10px 16px;border-radius:999px;
  background:var(--atelier-ink);color:#fff;border:0;
  transition:background .3s ease;
}
#coss-body .fi-action a:hover{background:var(--atelier-chip)}

#coss-body .cy-detail-hero{
  border-radius:28px!important;overflow:hidden;
  border:1px solid var(--atelier-line);
  box-shadow:var(--atelier-shadow);
  background:#12201a;
}
#coss-body .cy-detail-hero img{
  border-radius:inherit;margin:0;width:100%;
  max-height:620px;object-fit:cover;
  transition:transform 2s var(--atelier-ease);
}
#coss-body .cy-detail-hero:hover img{transform:scale(1.04)}
#coss-body .cy-detail-head{
  padding:36px 0 20px;border:0;
}
#coss-body .cy-detail-head h2{
  font-size:clamp(28px,4vw,44px);font-weight:800;letter-spacing:-.03em;
}

#coss-body .coten-form input:not([type=checkbox]),
#coss-body .coten-form textarea,
#coss-body .coten-form select{
  border:1.5px solid var(--atelier-line)!important;
  border-radius:14px;padding:16px 18px;
  background:rgba(255,255,255,.8);
  transition:border-color .3s ease,box-shadow .3s ease;
}
#coss-body .coten-form input:focus,
#coss-body .coten-form textarea:focus,
#coss-body .coten-form select:focus{
  border-color:var(--atelier-chip)!important;
  box-shadow:0 0 0 4px rgba(232,93,4,.15);
  outline:none;
}
#coss-body .coten-submit{
  border-radius:999px;padding:18px 40px;
  background:var(--atelier-chip)!important;
  box-shadow:0 16px 32px -14px rgba(232,93,4,.55);
  transition:transform .35s var(--atelier-ease);
}
#coss-body .coten-submit:hover{transform:translateY(-3px)}

#coss-body .related-links{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:16px;margin-top:72px;padding-top:0;border:0;
}
#coss-body .related-links a{
  display:flex;align-items:center;justify-content:space-between;
  gap:16px;padding:22px 24px;
  border-radius:22px;
  background:var(--atelier-ink);color:#fff;
  border:1px solid transparent;
  box-shadow:0 18px 36px -20px rgba(21,38,31,.55);
  font-size:15px;font-weight:700;
  transition:transform .4s var(--atelier-ease),background .3s ease,box-shadow .4s ease;
}
#coss-body .related-links a:hover{
  background:var(--atelier-chip);
  transform:translateY(-6px);
  box-shadow:0 28px 48px -18px rgba(232,93,4,.5);
}
#coss-body .related-links span{
  width:40px;height:40px;display:grid;place-items:center;
  border-radius:50%;background:rgba(255,255,255,.15);font-size:18px;
}

/* 페이지네이션 */
#coss-body .pagination a{
  display:grid;place-items:center;min-width:40px;height:40px;
  padding:0 12px;border-radius:999px;
  border:1px solid var(--atelier-line);
  transition:background .3s ease,color .3s ease,transform .3s ease;
}
#coss-body .pagination a:hover{transform:translateY(-2px);background:var(--atelier-sand)}
#coss-body .pagination a[aria-current]{
  background:var(--atelier-ink);color:#fff;border-color:var(--atelier-ink);
}

/* ============================================================
   컨셉 A/C 본문 (콘텐츠 래퍼만)
   ============================================================ */
#coss-body .coss-editorial-a .ea-split .figure{
  position:relative;overflow:visible;border-radius:0;filter:none;
}
#coss-body .coss-editorial-a .ea-split .figure::before{
  content:"";position:absolute;z-index:-1;
  inset:24px -24px -24px 24px;
  background:linear-gradient(135deg,#f4a261,#e85d04);
  border-radius:24px;opacity:.85;
  transition:transform .6s var(--atelier-ease);
}
#coss-body .coss-editorial-a .ea-split .figure img{
  display:block;width:100%;border-radius:24px;
  border:1px solid var(--atelier-line);
  box-shadow:var(--atelier-shadow);
  transition:transform .8s var(--atelier-ease);
}
#coss-body .coss-editorial-a .ea-split .figure:hover::before{transform:translate(-10px,-10px)}
#coss-body .coss-editorial-a .ea-split .figure:hover img{transform:scale(1.02)}
#coss-body .coss-editorial-a .ea-mgrid figure{
  overflow:hidden;border-radius:18px;
  border:1px solid var(--atelier-line);
  box-shadow:0 14px 32px -22px rgba(18,36,28,.35);
}
#coss-body .coss-soft-c .sc-hero-img{
  overflow:hidden;border-radius:32px 32px 48% 48%/32px 32px 18% 18%;
  border:1px solid var(--atelier-line);
  box-shadow:var(--atelier-shadow);
}
#coss-body .coss-soft-c .sc-product .pimg{
  overflow:hidden;border-radius:22px;
  border:1px solid var(--atelier-line);
  box-shadow:0 16px 36px -22px rgba(18,36,28,.35);
  transition:transform .5s var(--atelier-ease);
}
#coss-body .coss-soft-c .sc-product .pimg:hover{transform:translateY(-8px)}
#coss-body .coss-soft-c .sc-gallery figure{
  overflow:hidden;border-radius:50%;
  border:3px solid #fff;
  box-shadow:var(--atelier-shadow);
  aspect-ratio:1;
}
#coss-body .coss-soft-c .sc-gallery figure:nth-child(2n){border-radius:28px}

/* 실적 카드 */
#coss-body .perf-cards-sec .pr-thumb{
  border-radius:14px!important;
  border:1px solid var(--atelier-line);
  box-shadow:0 12px 28px -18px rgba(18,36,28,.35);
  transition:transform .4s var(--atelier-ease),box-shadow .4s ease;
}
#coss-body .perf-cards-sec a:hover .pr-thumb,
#coss-body .perf-cards-sec .perf-row:hover .pr-thumb{
  transform:translateY(-6px);
  box-shadow:var(--atelier-shadow);
}

/* ============================================================
   패럴랙스 · 스켈레톤 · 마이크로
   ============================================================ */
#coss-body .editorial-photo[data-parallax] > img,
#coss-body .atelier-parallax > img{
  transform:translate3d(0,var(--parallax-y,0px),0) scale(1.06);
}
#coss-body .editorial-hero.is-scene-in .editorial-photo[data-parallax] > img{
  transform:translate3d(0,var(--parallax-y,0px),0) scale(1);
}

#coss-body .atelier-skeleton{
  background:linear-gradient(90deg,#e8e4d8 25%,#f4f0e6 37%,#e8e4d8 63%);
  background-size:400% 100%;
  animation:atelier-shimmer 1.35s ease infinite;
  border-radius:inherit;color:transparent!important;
}
@keyframes atelier-shimmer{
  0%{background-position:100% 0}
  100%{background-position:0 0}
}

#coss-body .product-image::after{
  content:"";position:absolute;inset:auto 14px 14px auto;
  width:10px;height:10px;border-radius:50%;
  background:var(--atelier-chip);
  box-shadow:0 0 0 4px rgba(232,93,4,.2);
  opacity:0;transform:scale(.5);
  transition:opacity .35s ease,transform .35s var(--atelier-ease);
}
#coss-body .product-grid figure:hover .product-image::after{
  opacity:1;transform:scale(1);
}

/* ============================================================
   모바일
   ============================================================ */
@media (max-width:900px){
  #coss-body .page-content{padding:8px 4.5% 90px}
  #coss-body .editorial-hero{padding:36px 4.5% 10px}
  #coss-body .editorial-photo > img{height:340px}
  #coss-body .editorial-photo.material-photo > img{height:300px;padding:28px}
  #coss-body .collection-section,
  #coss-body .story-section{padding:28px 20px;border-radius:24px;margin:24px 0}
  #coss-body .story-section{grid-template-columns:1fr;gap:20px}
  #coss-body .product-grid,
  #coss-body .product-grid:has(.product-summary){grid-template-columns:1fr;gap:20px}
  #coss-body .product-grid:has(.product-summary) > figure:first-child{grid-row:auto}
  #coss-body .product-summary{padding:8px 0}
  #coss-body .editorial-gallery{grid-template-columns:1fr;gap:22px}
  #coss-body .editorial-gallery > figure:nth-child(2){padding-top:0}
  #coss-body .editorial-gallery > figure:nth-child(2) > div{max-width:100%;margin:0;border-radius:24px;aspect-ratio:4/3}
  #coss-body .faq-a{padding:0 18px 20px 20px}
  #coss-body .journal-row img{width:96px;height:80px}
  #coss-body .related-links{grid-template-columns:1fr}
}

@media (prefers-reduced-motion:reduce){
  #coss-body .atelier-skeleton{animation:none}
  #coss-body .editorial-hero .hero-heading h1,
  #coss-body .editorial-hero .hero-line,
  #coss-body .editorial-hero .hero-bottom > p,
  #coss-body .editorial-photo,
  #coss-body .collection-section,
  #coss-body .collection-section.will-reveal,
  #coss-body .story-section,
  #coss-body .product-grid > figure,
  #coss-body .product-summary,
  #coss-body .editorial-gallery > figure > div{
    opacity:1!important;transform:none!important;transition:none!important;
  }
  #coss-body .editorial-photo > img,
  #coss-body .editorial-photo[data-parallax] > img{transform:none!important}
}
