/* 세탁기 분해청소 상세페이지 — theme.css 위에 얹는 상세 전용 레이어. */

/* ---- Page hero (작은 상단 배너) ---- */
.phero {
  position: relative; min-height: 62vh; display: flex; align-items: flex-end;
  overflow: hidden; background: var(--navy-900);
}
.phero-bg { position: absolute; inset: 0; }
.phero-bg image-slot { width: 100%; height: 100%; display: block; }
.phero-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; display: block; z-index: 1;
  background: transparent;
}
.phero-scrim {
  position: absolute; inset: 0; z-index: 2;
  background:
    linear-gradient(180deg, rgba(7,27,46,.42) 0%, rgba(7,27,46,.20) 44%, rgba(7,27,46,.72) 100%),
    radial-gradient(130% 105% at 10% 16%, rgba(11,37,64,.28), rgba(7,27,46,.5));
}
.phero-inner { position: relative; z-index: 3; width: 100%; padding: 132px 0 64px; }
.phero-crumb { display: flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: rgba(255,255,255,.66); letter-spacing: -0.01em; }
.phero-crumb a { color: rgba(255,255,255,.66); text-decoration: none; }
.phero-crumb a:hover { color: var(--mint-400); }
.phero-crumb .sep { opacity: .5; }
.phero-crumb .cur { color: var(--mint-400); }
.phero-badge {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 22px;
  padding: 8px 16px; border-radius: 999px; white-space: nowrap;
  background: rgba(46,201,187,.16); border: 1px solid rgba(46,201,187,.4);
  color: var(--mint-400); font-size: 13px; font-weight: 700; letter-spacing: -0.01em;
}
.phero h1 {
  font-family: var(--font-brand); color: #fff; margin: 18px 0 0;
  font-weight: 800; letter-spacing: -0.035em; line-height: 1.22;
  font-size: clamp(30px, 5.2vw, 54px); word-break: keep-all;
  text-shadow: 0 2px 30px rgba(0,0,0,.28);
}
.phero-sub { margin-top: 20px; color: rgba(255,255,255,.9); font-size: clamp(15px,1.9vw,18px); line-height: 1.72; max-width: 52ch; }
.phero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

/* ---- Section intro block (재사용) ---- */
.intro { max-width: 760px; }
.intro.center { margin: 0 auto; text-align: center; }

/* ---- 문제 제기 / 겉만 청소 vs 완전 분해 ---- */
.edu-q {
  font-family: var(--font-brand); font-weight: 800; letter-spacing: -0.035em;
  color: var(--navy-800); font-size: clamp(26px, 4.2vw, 44px); line-height: 1.3;
  margin: 18px 0 0; text-wrap: balance; word-break: keep-all;
}
.edu-q .mk { color: var(--mint-500); }
.contrast { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 52px; }
@media (max-width: 760px) { .contrast { grid-template-columns: 1fr; } }
.con-card { position: relative; border-radius: 18px; padding: 32px 30px 34px; overflow: hidden; }
.con-bad { background: #F4F6F8; border: 1px solid var(--line-normal-neutral); }
.con-good { background: var(--navy-800); color: #fff; }
.con-tag {
  display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800;
  padding: 7px 14px; border-radius: 999px; letter-spacing: -0.01em;
}
.con-bad .con-tag { background: rgba(112,115,124,.12); color: var(--label-neutral); }
.con-good .con-tag { background: rgba(46,201,187,.18); color: var(--mint-400); }
.con-card h3 { font-family: var(--font-brand); font-weight: 800; letter-spacing: -0.03em; font-size: clamp(22px, 3vw, 30px); margin: 18px 0 4px; line-height: 1.28; }
.con-bad h3 { color: var(--navy-800); }
.con-good h3 { color: #fff; }
.con-list { list-style: none; margin: 20px 0 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.con-list li { display: flex; gap: 11px; font-size: 15.5px; line-height: 1.55; letter-spacing: -0.01em; }
.con-bad .con-list li { color: var(--label-neutral); }
.con-good .con-list li { color: rgba(255,255,255,.9); }
.con-ic { flex: 0 0 22px; margin-top: 1px; }
.con-bad .con-ic { color: #C0592C; }
.con-good .con-ic { color: var(--mint-400); }
.con-good::after { content: ""; position: absolute; width: 260px; height: 260px; right: -90px; bottom: -110px; border-radius: 50%; background: radial-gradient(circle, rgba(46,201,187,.24), transparent 70%); }

/* ---- 저가업체 vs 깔끔한친구들 (사례 갤러리) ---- */
/* 공통 라벨 (사진 위 오버레이) */
.case-lbl {
  position: absolute; left: 0; bottom: 0; z-index: 3; display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 22px 11px 20px; font-family: var(--font-brand); font-weight: 800; letter-spacing: -0.02em;
  color: #fff; font-size: clamp(14px, 1.8vw, 18px); border-top-right-radius: 16px;
}
.case-lbl.bad { background: #C0392B; }
.case-lbl.good { background: var(--mint-500); }

/* 상단 대비 블록: 저가 사례 사진 / 깔끔한친구들 대표 사진 (좌우 나란히) */
.cmp-top { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 48px; align-items: stretch; }
@media (max-width: 860px) { .cmp-top { grid-template-columns: 1fr; } }
.lowcard { border-radius: 18px; overflow: hidden; border: 1px solid var(--line-normal-neutral); background: #fff; display: flex; flex-direction: column; }
.lowcard.is-good { border-color: var(--mint-400); box-shadow: 0 12px 30px rgba(19,181,166,.12); }
.low-media { position: relative; width: 100%; aspect-ratio: 4 / 3; background: #F4F6F8; }
.is-good .low-media { background: var(--mint-tint); }
.low-media image-slot { width: 100%; height: 100%; display: block; }
.low-body { padding: 20px 24px 24px; }
.low-body p { margin: 0; font-size: 15px; line-height: 1.66; color: var(--label-neutral); }
.low-body p b { color: #C0392B; font-weight: 700; }
.is-good .low-body p b { color: var(--mint-600); }

/* 갤러리 강조 헤더: 분해 정도가 곧 꼼꼼함의 차이 */
.case-emph { text-align: center; max-width: 760px; margin: 68px auto 34px; }
.case-emph .eyebrow { justify-content: center; }
.case-emph h3 { font-family: var(--font-brand); font-weight: 800; letter-spacing: -0.03em; color: var(--navy-800); font-size: clamp(26px, 4.2vw, 42px); line-height: 1.24; margin: 14px 0 0; text-wrap: balance; }
.case-emph h3 .mk { color: var(--mint-500); }
.case-emph p { font-size: clamp(15px, 1.9vw, 18px); line-height: 1.72; color: var(--label-neutral); margin: 16px auto 0; max-width: 640px; }
.case-emph .cnt { display: inline-block; margin-top: 20px; font-size: 13px; font-weight: 700; color: var(--mint-600); background: var(--mint-soft); padding: 7px 15px; border-radius: 999px; }

/* 송풍팬 탈거 후 vs 세척 후 (좌 오염 / 우 세척 + 가운데 원형 배지) */
.fanpair {
  position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 9vw, 96px);
  max-width: 900px; margin: 8px auto 6px; padding: 0 20px;
}
.fan-cell { position: relative; aspect-ratio: 3 / 4; }
.fan-cell image-slot { display: block; width: 100%; height: 100%; }
.fan-label {
  position: absolute; top: 50%; writing-mode: vertical-rl; text-orientation: mixed;
  transform: translateY(-50%); font-family: var(--font-brand); font-weight: 700;
  font-size: clamp(13px, 1.7vw, 16px); letter-spacing: .12em; color: var(--label-neutral); white-space: nowrap;
}
.fan-label.left { left: -22px; }
.fan-label.right { right: -22px; }
.fan-badge {
  position: absolute; left: 50%; top: 46%; transform: translate(-50%, -50%); z-index: 4;
  width: clamp(120px, 20vw, 168px); aspect-ratio: 1; border-radius: 50%;
  background: var(--mint-400); color: #fff; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center; gap: 6px;
  box-shadow: 0 12px 30px rgba(19,181,166,.32); font-family: var(--font-brand);
  font-weight: 800; letter-spacing: -0.02em; line-height: 1.32; font-size: clamp(15px, 2.4vw, 21px);
}
.fan-arrow { font-size: clamp(12px, 1.7vw, 15px); font-weight: 700; letter-spacing: .04em; opacity: .95; }
@media (max-width: 560px) {
  .fanpair { gap: 40px; padding: 0 14px; }
  .fan-label.left { left: -14px; }
  .fan-label.right { right: -14px; }
}

.case-rowlbl { display: flex; align-items: center; gap: 9px; margin: 26px 0 14px; font-size: 13.5px; font-weight: 700; letter-spacing: -0.01em; color: var(--label-neutral); }
.case-rowlbl .ic { color: var(--mint-600); display: inline-flex; }

.case-row { display: grid; gap: 14px; }
.case-row.photos { grid-template-columns: repeat(4, 1fr); }
.case-row.gifs { grid-template-columns: repeat(3, 1fr); }
/* 세로로 크게 쌓는 비교 자료 (방충망 공법) */
.case-row.mcmp-vert { grid-template-columns: 1fr; gap: 18px; max-width: 900px; margin: 0 auto; }
.case-row.mcmp-vert .case-tile { aspect-ratio: 16 / 9; }
/* 가로 2열 비교 자료 */
.case-row.mcmp-two { grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 640px) { .case-row.mcmp-two { grid-template-columns: 1fr; } }
/* 기존 본드 시공 — 카드 + 사진 나란히 */
.method-old { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 52px; align-items: stretch; }
@media (max-width: 760px) { .method-old { grid-template-columns: 1fr; } }
.method-old .con-bad { margin: 0; }
.mo-media { position: relative; border-radius: 18px; overflow: hidden; min-height: 260px; background: var(--mint-tint); border: 1px solid var(--line-normal-neutral); }
.mo-media image-slot { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.mo-media video-slot { position: absolute; inset: 0; width: 100%; height: 100%; display: block; border: 0; border-radius: 0; }
/* 본드 없는 특허 쫄대 — 카드 + 동영상 나란히 */
.method-luna { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; align-items: stretch; }
@media (max-width: 760px) { .method-luna { grid-template-columns: 1fr; } }
.method-luna .con-good { margin: 0; }

/* 방충망 가격 */
.mprice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
@media (max-width: 640px) { .mprice-grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; } }
.mprice-card { background: #fff; border: 1px solid var(--line-normal-neutral); border-radius: 18px; padding: 30px 28px; text-align: center; box-shadow: 0 10px 30px rgba(11,37,64,.06); }
.mprice-kind { font-family: var(--font-brand); font-weight: 800; letter-spacing: -0.02em; font-size: 22px; color: var(--navy-800); }
.mprice-where { margin-top: 4px; font-size: 14.5px; color: var(--label-neutral); }
.mprice-amt { margin-top: 16px; font-size: 18px; color: var(--label-neutral); }
.mprice-amt .num { font-family: var(--font-brand); font-weight: 800; font-size: 30px; color: var(--mint-600); letter-spacing: -0.02em; margin-right: 2px; }
.mprice-etc { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 18px; background: #fff; border: 1px solid var(--line-normal-neutral); border-radius: 16px; padding: 18px 24px; }
.mprice-etc-txt { display: flex; align-items: center; gap: 12px; font-size: 15.5px; color: var(--label-neutral); letter-spacing: -0.01em; }
.mprice-etc-txt b { color: var(--navy-800); font-weight: 700; }
.mprice-etc-txt .ic { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; background: var(--mint-soft); color: var(--mint-600); flex: 0 0 auto; }
@media (max-width: 760px) {
  .case-row.photos { grid-template-columns: repeat(2, 1fr); }
  .case-row.gifs { grid-template-columns: 1fr; }
}
.case-tile { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 4 / 3; background: var(--mint-tint); border: 1px solid var(--line-normal-neutral); }
.case-tile image-slot { width: 100%; height: 100%; display: block; }
.case-tile video-slot { width: 100%; height: 100%; display: block; border-radius: 0; border: 0; }
.case-video { width: 100%; height: 100%; display: block; object-fit: cover; }

/* GIF 표시 배지 */
.gif-badge {
  position: absolute; top: 10px; right: 10px; z-index: 3; display: inline-flex; align-items: center; gap: 5px;
  padding: 5px 9px 5px 6px; border-radius: 999px; background: rgba(7,27,46,.72); color: #fff;
  font-size: 11px; font-weight: 800; letter-spacing: .03em; backdrop-filter: blur(4px);
}
.gif-badge .dot { width: 14px; height: 14px; border-radius: 50%; background: var(--mint-400); display: grid; place-items: center; color: var(--navy-900); }
.bento-cap { position: absolute; left: 10px; bottom: 10px; z-index: 3; font-size: 11.5px; font-weight: 700; color: #fff; background: rgba(7,27,46,.6); padding: 4px 10px; border-radius: 999px; letter-spacing: -0.01em; }

/* ---- Before & After ---- */
.ba-wrap { margin-top: 48px; }
.ba-slider {
  position: relative; width: 100%; aspect-ratio: 16 / 9; border-radius: 18px; overflow: hidden;
  background: var(--navy-900); user-select: none; touch-action: pan-y; cursor: ew-resize;
  box-shadow: 0 18px 44px rgba(7,27,46,.18);
}
.ba-layer { position: absolute; inset: 0; }
.ba-layer image-slot { width: 100%; height: 100%; display: block; }
.ba-clip { position: absolute; inset: 0; overflow: hidden; z-index: 2; }
.ba-pill {
  position: absolute; top: 16px; z-index: 4; font-size: 12.5px; font-weight: 800; letter-spacing: .02em;
  padding: 7px 14px; border-radius: 999px; color: #fff; pointer-events: none;
}
.ba-pill.before { left: 16px; background: rgba(30,40,52,.82); }
.ba-pill.after { right: 16px; background: var(--mint-500); }
.ba-handle { position: absolute; top: 0; bottom: 0; width: 3px; background: #fff; z-index: 3; transform: translateX(-50%); pointer-events: none; box-shadow: 0 0 0 1px rgba(7,27,46,.12); }
.ba-knob {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 48px; height: 48px; border-radius: 50%; background: #fff; display: grid; place-items: center;
  color: var(--navy-800); box-shadow: 0 6px 18px rgba(7,27,46,.28);
}
.ba-cap { margin-top: 16px; text-align: center; font-size: 14px; color: var(--label-neutral); }
.ba-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px; }
@media (max-width: 640px) { .ba-thumbs { grid-template-columns: 1fr; } }
.ba-thumb { border-radius: 14px; background: #fff; border: 1px solid var(--line-normal-neutral); padding: 12px; }
.ba-thumb-hd { font-size: 13.5px; font-weight: 700; letter-spacing: -0.01em; color: var(--navy-800); margin: 2px 2px 10px; }
.ba-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ba-cell { position: relative; border-radius: 10px; overflow: hidden; aspect-ratio: 1 / 1; background: var(--mint-tint); }
.ba-cell image-slot { width: 100%; height: 100%; display: block; }
.ba-tag { position: absolute; top: 7px; left: 7px; z-index: 2; font-size: 11px; font-weight: 800; color: #fff; padding: 3px 9px; border-radius: 999px; letter-spacing: .02em; }
.ba-tag.before { background: rgba(30,40,52,.82); }
.ba-tag.after { background: var(--mint-500); }

/* ---- 클리닝 프로세스 타임라인 ---- */
.tl { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 900px) { .tl { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .tl { grid-template-columns: 1fr; } }
.tl-step {
  position: relative; background: #fff; border: 1px solid var(--line-normal-neutral); border-radius: 16px;
  padding: 24px 22px 26px; display: flex; flex-direction: column; gap: 10px;
}
.tl-step .hd { display: flex; align-items: center; gap: 12px; }
.tl-no {
  flex: 0 0 auto; width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center;
  font-family: var(--font-brand); font-weight: 800; font-size: 15px; color: #fff; background: var(--navy-800);
}
.tl-step.key .tl-no { background: var(--mint-500); }
.tl-ic { color: var(--mint-600); margin-left: auto; opacity: .9; }
.tl-step h4 { margin: 0; font-size: 16.5px; font-weight: 700; letter-spacing: -0.02em; color: var(--navy-800); line-height: 1.35; }
.tl-step p { margin: 0; font-size: 13.8px; line-height: 1.6; color: var(--label-neutral); }

/* ---- 주문 전 필독 (안내 박스) ---- */
.notice {
  border-radius: 18px; overflow: hidden; border: 1px solid rgba(192,89,44,.28);
  background: linear-gradient(180deg, #FFF7F2, #FFFBF8);
}
.notice-hd { display: flex; align-items: center; gap: 12px; padding: 24px 30px; border-bottom: 1px solid rgba(192,89,44,.16); }
.notice-hd .ic { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; background: rgba(192,89,44,.12); color: #C0592C; }
.notice-hd h3 { margin: 0; font-family: var(--font-brand); font-weight: 800; letter-spacing: -0.02em; font-size: 20px; color: #A64A22; }
.notice-body { padding: 12px 30px 28px; }
.notice-item { display: flex; gap: 14px; padding: 18px 0; border-bottom: 1px dashed rgba(192,89,44,.2); }
.notice-item:last-child { border-bottom: none; }
.notice-item .n { flex: 0 0 auto; width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; background: #fff; color: #C0592C; font-weight: 800; font-size: 13px; border: 1px solid rgba(192,89,44,.28); }
.notice-item p { margin: 0; font-size: 15.5px; line-height: 1.66; color: #6B4A38; letter-spacing: -0.01em; }
.notice-item p b { color: #A64A22; font-weight: 700; }

/* ---- 유의사항 ---- */
.caution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
@media (max-width: 760px) { .caution-grid { grid-template-columns: 1fr; } }
.caution-card { background: #fff; border: 1px solid var(--line-normal-neutral); border-radius: 16px; padding: 26px 24px; display: flex; flex-direction: column; gap: 12px; }
.caution-card .ic { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--mint-soft); color: var(--mint-600); }
.caution-card p { margin: 0; font-size: 14.8px; line-height: 1.66; color: var(--label-neutral); letter-spacing: -0.01em; }
.caution-card p b { color: var(--navy-800); font-weight: 700; }

/* ---- 예약 안내 (가격 + CTA) ---- */
.price { background: var(--mint-tint); }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 48px; }
@media (max-width: 700px) { .price-grid { grid-template-columns: 1fr; } }
.price-card {
  position: relative; background: #fff; border-radius: 20px; padding: 34px 32px 34px;
  border: 1px solid var(--line-normal-neutral); display: flex; flex-direction: column;
}
.price-card.feat { border: 1.5px solid var(--mint-400); box-shadow: 0 16px 40px rgba(19,181,166,.14); }
.price-badge { position: absolute; top: 22px; right: 22px; font-size: 11.5px; font-weight: 800; color: var(--mint-600); background: var(--mint-soft); padding: 6px 12px; border-radius: 999px; letter-spacing: -0.01em; }
.price-ic { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: var(--navy-800); color: #fff; }
.price-card.feat .price-ic { background: var(--mint-500); }
.price-kind { margin-top: 20px; font-family: var(--font-brand); font-weight: 700; font-size: 21px; letter-spacing: -0.02em; color: var(--navy-800); }
.price-desc { margin-top: 6px; font-size: 14.5px; color: var(--label-neutral); line-height: 1.55; }
.price-amt { margin-top: 22px; display: flex; align-items: baseline; gap: 4px; }
.price-amt .num { font-family: var(--font-brand); font-weight: 800; font-size: clamp(34px, 5vw, 44px); letter-spacing: -0.03em; color: var(--navy-800); }
.price-amt .won { font-size: 20px; font-weight: 700; color: var(--navy-800); }
.price-note { margin-top: 6px; font-size: 13px; color: var(--label-assistive); }
.price-list { list-style: none; margin: 22px 0 26px; padding: 20px 0 0; border-top: 1px solid var(--line-normal-neutral); display: flex; flex-direction: column; gap: 12px; }
.price-list li { display: flex; gap: 10px; font-size: 14.5px; line-height: 1.5; color: var(--label-neutral); }
.price-list .ck { color: var(--mint-500); flex: 0 0 auto; margin-top: 1px; }
.price-card .actions { margin-top: auto; display: flex; gap: 10px; }
.price-foot { margin-top: 20px; text-align: center; font-size: 13.5px; color: var(--label-assistive); }

/* ---- 모바일 네비 (햄버거 메뉴) ---- */
.nav-burger {
  display: none; background: none; border: 0; padding: 6px; cursor: pointer; color: #fff;
  align-items: center; justify-content: center; border-radius: 8px; line-height: 0;
  transition: color .2s, background .15s;
}
.nav-burger:hover { background: rgba(127,127,127,.12); }
.nav.scrolled .nav-burger, .nav.menu-open .nav-burger { color: var(--navy-800); }
.nav.menu-open { background: rgba(255,255,255,.98); backdrop-filter: blur(6px); border-color: var(--line-normal-neutral); box-shadow: 0 1px 0 rgba(16,54,91,.04); }
.nav.menu-open .brand-logo { filter: none; }

.nav-mobile {
  position: absolute; top: 72px; left: 0; right: 0; background: #fff;
  border-bottom: 1px solid var(--line-normal-neutral); box-shadow: 0 16px 34px rgba(7,27,46,.14);
  padding: 8px 0 12px; display: flex; flex-direction: column;
  opacity: 0; visibility: hidden; transform: translateY(-10px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s;
  max-height: calc(100vh - 72px); overflow-y: auto;
}
.nav-mobile.open { opacity: 1; visibility: visible; transform: none; }
.nav-mobile a { padding: 14px 24px; font-size: 16px; font-weight: 600; color: var(--navy-800); text-decoration: none; letter-spacing: -0.01em; }
.nav-mobile a:hover { color: var(--mint-600); }
.nav-mobile a.svc { padding: 12px 24px 12px 38px; font-size: 15px; color: var(--label-neutral); }
.nav-mobile a.svc.cur { color: var(--mint-600); font-weight: 700; background: var(--mint-soft); }
.nav-mobile .sub-label { padding: 14px 24px 4px; font-size: 12px; font-weight: 800; letter-spacing: .05em; color: var(--label-assistive); }

@media (min-width: 901px) { .nav-mobile { display: none; } }
@media (max-width: 900px) {
  .nav-burger { display: inline-flex; }
  .nav-phone { display: none !important; }
}

/* ============================================================
   모바일 압축: 깔끔한친구들의 약속 ~ 유의사항 구간
   (스크롤 단축 — 2열 배치, 아이콘·설명 제거, 제목 위주)
   ============================================================ */
/* ============================================================
   주방후드 페이지 전용 (theme·wash 위에 얹음)
   ============================================================ */
/* 문제 제기 4 아이콘 카드 */
.prob-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 48px; }
@media (max-width: 860px) { .prob-grid { grid-template-columns: 1fr 1fr; } }
.prob-card {
  background: #fff; border: 1px solid var(--line-normal-neutral); border-radius: 18px;
  padding: 30px 24px 30px; display: flex; flex-direction: column; gap: 12px;
}
.prob-ic { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: var(--mint-soft); color: var(--mint-600); }
.prob-card h3 { margin: 4px 0 0; font-family: var(--font-brand); font-weight: 800; letter-spacing: -0.02em; font-size: 19px; color: var(--navy-800); }
.prob-card p { margin: 0; font-size: 14.6px; line-height: 1.62; color: var(--label-neutral); letter-spacing: -0.01em; }
.prob-5 { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 1000px) and (min-width: 861px) { .prob-5 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 860px) { .prob-5 { grid-template-columns: 1fr 1fr; } }
.prob-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 860px) { .prob-4 { grid-template-columns: 1fr 1fr; } }

/* 역밴딩 (미디어 + 이유 패널) */
.rb-wrap { display: grid; grid-template-columns: 1.1fr 1fr; gap: 24px; margin-top: 48px; align-items: stretch; }
@media (max-width: 820px) { .rb-wrap { grid-template-columns: 1fr; } }
.rb-media { position: relative; border-radius: 18px; overflow: hidden; min-height: 300px; background: #fff; border: 1px solid var(--line-normal-neutral); }
.rb-media image-slot { width: 100%; height: 100%; display: block; }
.rb-panel { background: var(--navy-800); color: #fff; border-radius: 18px; padding: 34px 32px; display: flex; flex-direction: column; justify-content: center; }
.rb-panel-hd { font-family: var(--font-brand); font-weight: 800; letter-spacing: -0.02em; font-size: clamp(20px, 2.6vw, 26px); margin-bottom: 20px; }
.rb-panel .con-list li { color: rgba(255,255,255,.92); font-size: 16px; }

/* 7가지 강점 (미디어 + 아이콘 카드) */
.str-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 48px; }
@media (max-width: 560px) { .str-grid { grid-template-columns: 1fr; } }
.str-card { background: #fff; border: 1px solid var(--line-normal-neutral); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s; }
.str-card:hover { box-shadow: 0 14px 34px rgba(11,37,64,.12); transform: translateY(-2px); }
.str-media { position: relative; aspect-ratio: 4 / 3; background: var(--mint-tint); }
.str-media image-slot { width: 100%; height: 100%; display: block; }
.str-media video-slot { width: 100%; height: 100%; display: block; border: 0; border-radius: 0; }
.str-no { position: absolute; top: 12px; left: 12px; z-index: 2; font-family: var(--font-brand); font-weight: 800; font-size: 13px; color: #fff; background: rgba(11,37,64,.82); padding: 5px 11px; border-radius: 999px; backdrop-filter: blur(4px); }
.str-body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 8px; }
.str-ic { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; background: var(--mint-soft); color: var(--mint-600); margin-bottom: 2px; }
.str-body h3 { margin: 0; font-family: var(--font-brand); font-weight: 800; letter-spacing: -0.02em; font-size: 20px; color: var(--navy-800); }
.str-body p { margin: 0; font-size: 14.6px; line-height: 1.62; color: var(--label-neutral); letter-spacing: -0.01em; }

/* 작업 사진 4장 (세로 지향) */
.work-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 16px; }
@media (max-width: 860px) { .work-row { grid-template-columns: 1fr 1fr; } }
.work-tile { position: relative; aspect-ratio: 3 / 4; border-radius: 14px; overflow: hidden; }
.work-tile image-slot { width: 100%; height: 100%; display: block; }
.work-cap { position: absolute; left: 12px; bottom: 12px; z-index: 2; font-size: 12.5px; font-weight: 800; letter-spacing: -0.01em; color: #fff; padding: 6px 12px; border-radius: 999px; background: rgba(11,37,64,.82); backdrop-filter: blur(4px); }

/* 갤러리 인용구 */
.case-quote { text-align: center; margin: 56px auto 8px; max-width: 760px; position: relative; }
.case-quote .q-mark { display: block; font-family: var(--font-brand); font-weight: 800; font-size: 64px; line-height: .6; color: var(--mint-400); margin-bottom: 8px; }
.case-quote p { margin: 0; font-family: var(--font-brand); font-weight: 800; letter-spacing: -0.03em; font-size: clamp(22px, 3.2vw, 32px); line-height: 1.4; color: var(--navy-800); }

/* 교체/설치 전·중·후 3컷 */
.inst-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; margin-top: 16px; align-items: start; }
@media (max-width: 720px) { .inst-row { grid-template-columns: 1fr; } }
.inst-tile { position: relative; }
.inst-media { position: relative; aspect-ratio: 4 / 3; border-radius: 14px; overflow: hidden; }
.inst-media image-slot { width: 100%; height: 100%; display: block; }
.inst-badge { position: absolute; left: 12px; bottom: 12px; z-index: 2; font-size: 12.5px; font-weight: 800; letter-spacing: -0.01em; color: #fff; padding: 6px 12px; border-radius: 999px; backdrop-filter: blur(4px); }
.inst-badge.before { background: rgba(11,37,64,.82); }
.inst-badge.mid { background: rgba(46,201,187,.9); }
.inst-badge.after { background: rgba(19,181,166,.92); }
.inst-arrow { position: absolute; right: -14px; top: 50%; transform: translate(50%, -50%); z-index: 3; width: 34px; height: 34px; border-radius: 50%; background: #fff; color: var(--mint-600); display: grid; place-items: center; box-shadow: 0 4px 14px rgba(11,37,64,.14); }
@media (max-width: 720px) { .inst-arrow { right: 50%; top: auto; bottom: -14px; transform: translate(50%, 50%) rotate(90deg); } }

/* 두 갈래 프로세스 */
.proc-branch { margin-top: 44px; }
.proc-branch .tl { margin-top: 20px; }
.proc-head { display: flex; }
.proc-chip { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-brand); font-weight: 800; letter-spacing: -0.02em; font-size: 16px; padding: 10px 18px; border-radius: 999px; }
.proc-branch.clean .proc-chip { background: var(--mint-soft); color: var(--mint-600); }
.proc-branch.install .proc-chip { background: rgba(11,37,64,.08); color: var(--navy-800); }
.proc-branch.install .tl-no { background: var(--mint-500); }

/* 가격 — 후드 종류별 카드 (예시 이미지 + 하단 네이비 가격 바) */
.hprice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; align-items: start; }
@media (max-width: 820px) { .hprice-grid { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; } }
.hprice-card { background: #fff; border: 1px solid var(--line-normal-neutral); border-radius: 18px; overflow: hidden; box-shadow: 0 10px 30px rgba(11,37,64,.06); }
.hprice-media { position: relative; aspect-ratio: 4 / 3; background: var(--mint-tint); }
.hprice-media image-slot { width: 100%; height: 100%; display: block; }
.hprice-bars { display: flex; flex-direction: column; gap: 2px; padding: 12px; }
.hprice-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  background: var(--navy-800); color: #fff; border-radius: 12px; padding: 16px 20px;
}
.hp-label { font-family: var(--font-brand); font-weight: 700; letter-spacing: -0.02em; font-size: 15.5px; }
.hp-price { font-family: var(--font-brand); font-weight: 800; letter-spacing: -0.02em; font-size: 18px; color: var(--mint-400); white-space: nowrap; }
.hp-price em { font-style: normal; font-size: 15px; margin-left: 1px; }
.price-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 36px; }
.caution-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) and (min-width: 761px) { .caution-4 { grid-template-columns: 1fr 1fr; } }

/* ============================================================
   모바일 스크롤 단축
   ============================================================ */
@media (max-width: 720px) {
  section[data-screen-label="세탁기-차별점"],
  section[data-screen-label="세탁기-프로세스"],
  section[data-screen-label="에어컨-차별점"],
  section[data-screen-label="에어컨-프로세스"],
  section[data-screen-label="후드-차별점"],
  section[data-screen-label="후드-프로세스"],
  section[data-screen-label="냉장고-차별점"],
  section[data-screen-label="냉장고-프로세스"],
  section[data-screen-label="방충망-강점"],
  section[data-screen-label="방충망-신뢰"] { padding-top: 46px; padding-bottom: 46px; }
  section[data-screen-label="세탁기-프로세스"] .section-lead,
  section[data-screen-label="에어컨-프로세스"] .section-lead { display: none; }
  section[data-screen-label="세탁기-차별점"] .intro,
  section[data-screen-label="세탁기-프로세스"] .intro,
  section[data-screen-label="에어컨-차별점"] .intro,
  section[data-screen-label="에어컨-프로세스"] .intro { margin-bottom: 4px; }

  /* 6가지 이유 — 2열, 아이콘·설명 제거, 제목만 */
  .diff-grid { grid-template-columns: 1fr 1fr !important; gap: 10px; margin-top: 24px; }
  .diff-card { padding: 16px 15px !important; }
  .diff-ic { display: none; }
  .diff-card .diff-no { font-size: 12px; }
  .diff-card h3 { font-size: 15px; margin: 4px 0 0 !important; line-height: 1.35; }
  .diff-card p { display: none; }

  /* 8단계 — 2열 유지, 아이콘·설명 제거 */
  .tl { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }
  .tl-step { padding: 14px 14px 15px; gap: 6px; }
  .tl-ic { display: none; }
  .tl-no { width: 30px; height: 30px; border-radius: 9px; font-size: 13px; }
  .tl-step h4 { font-size: 14.5px; line-height: 1.35; }
  .tl-step p { display: none; }

  /* 필독 박스 — 패딩 축소 */
  .notice-hd { padding: 15px 18px; gap: 10px; }
  .notice-hd h3 { font-size: 17px; }
  .notice-body { padding: 4px 18px 14px; }
  .notice-item { padding: 12px 0; gap: 10px; }
  .notice-item p { font-size: 13.8px; line-height: 1.55; }

  /* 유의사항 — 아이콘 제거, 컴팩트 */
  .caution-grid { gap: 10px; margin-top: 20px; }
  .caution-card { padding: 14px 16px; gap: 8px; }
  .caution-card .ic { display: none; }
  .caution-card p { font-size: 13.8px; line-height: 1.55; }
}
