/* =========================================================
   INTERIOR STUDIO - 밝고 미니멀한 포트폴리오형 쇼핑몰 느낌
   - 따뜻한 베이지/오프화이트 톤
   - 큰 이미지, 여백, 세리프 헤드라인
   - 카드/버튼/네비 구조는 기존 HTML을 그대로 사용
   ========================================================= */

:root{
  --bg: #faf7f2;
  --paper:#ffffff;
  --ink:#0f172a;
  --muted:#475569;
  --muted2:#94a3b8;
  --line: rgba(15,23,42,.10);
  --shadow: 0 18px 40px rgba(15,23,42,.10);
  --shadow2: 0 10px 24px rgba(15,23,42,.08);
  --radius: 18px;
  --radius2: 26px;
  --max: 1180px;
  --accent:#a16207;     /* amber */
  --accent2:#0ea5e9;    /* sky */
  --serif: ui-serif, "Georgia", "Times New Roman", "Noto Serif KR", serif;
  --sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: var(--sans);
  color: var(--ink);
  background:
    radial-gradient(900px 520px at 12% 8%, rgba(161,98,7,.08), transparent 55%),
    radial-gradient(900px 520px at 86% 14%, rgba(14,165,233,.07), transparent 58%),
    var(--bg);
}

a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}
.container{max-width:var(--max); margin:0 auto; padding:0 18px}

/* Topbar */
.cz-topbar{
  background: rgba(255,255,255,.55);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
}
.cz-topbar .inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:10px 0; gap:10px;
  color: var(--muted);
  font-weight:800; font-size:12px;
}
.cz-topbar a{color:var(--muted)}
.cz-topbar a:hover{color:var(--ink)}

/* Header */
.cz-header{
  position:sticky; top:0; z-index:50;
  background: rgba(250,247,242,.78);
  backdrop-filter: blur(12px);
  border-bottom:1px solid var(--line);
}
.cz-header .bar{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0; gap:14px;
}
.cz-logo img{height:34px; width:auto}
.cz-nav{
  display:flex; align-items:center; gap:6px; flex-wrap:wrap; justify-content:flex-end;
}
.cz-nav a{
  padding:10px 12px;
  border-radius:999px;
  font-weight:900;
  font-size:13px;
  color: var(--muted);
  border:1px solid transparent;
  transition: .18s ease;
}
.cz-nav a:hover{
  color: var(--ink);
  border-color: rgba(161,98,7,.22);
  background: rgba(161,98,7,.06);
}

/* Buttons */
.cz-iconbtn{
  width:42px; height:42px;
  border-radius: 999px;
  border:1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.75);
  cursor:pointer;
  transition:.18s ease;
}
.cz-iconbtn:hover{transform: translateY(-1px); box-shadow: var(--shadow2)}

/* Hero */
.cz-hero{padding:22px 0 0}
.cz-slider{
  border-radius: var(--radius2);
  overflow:hidden;
  background: var(--paper);
  border:1px solid var(--line);
  box-shadow: var(--shadow);
}
.cz-slide img{
  width:100%;
  height:440px;
  object-fit:cover;
  filter: contrast(1.02) saturate(1.02);
}
@media (max-width: 980px){ .cz-slide img{height:320px} }

.cz-slider .caption{
  position:absolute;
  left:24px; bottom:22px;
  right:24px;
  display:flex; justify-content:space-between; align-items:flex-end; gap:14px;
}
.cz-slider .cap-left{
  max-width: 560px;
  background: rgba(255,255,255,.70);
  backdrop-filter: blur(10px);
  border:1px solid rgba(15,23,42,.10);
  padding:14px 16px;
  border-radius: 18px;
}
.cz-slider .cap-left strong{
  display:block;
  font-family: var(--serif);
  font-size: 22px;
  letter-spacing:-0.03em;
}
.cz-slider .cap-left span{
  display:block;
  margin-top:6px;
  color: var(--muted);
  font-weight:800;
  font-size:13px;
}
.cz-dots{display:flex; gap:8px}
.cz-dot{
  width:9px; height:9px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.18);
  background: rgba(15,23,42,.08);
}
.cz-dot.active{background: rgba(161,98,7,.75); border-color: rgba(161,98,7,.55)}
.cz-arrows{display:flex; gap:8px}
.cz-arrow{
  width:44px; height:44px;
  border-radius: 999px;
  border:1px solid rgba(15,23,42,.12);
  background: rgba(255,255,255,.80);
  cursor:pointer;
  transition:.18s ease;
}
.cz-arrow:hover{transform: translateY(-1px); box-shadow: var(--shadow2)}

/* Sections */
.cz-section{padding:30px 0}
.cz-head{
  display:flex; justify-content:space-between; align-items:flex-end; gap:14px;
  margin-bottom:16px;
}
.cz-head h2{
  margin:0;
  font-family: var(--serif);
  font-size: 24px;
  letter-spacing:-0.04em;
}
.cz-head p{margin:8px 0 0; color:var(--muted); font-weight:800; font-size:13px}

/* Scroller */
.cz-scroller{position:relative}
.cz-scroller .track{
  display:flex; gap:14px;
  overflow:auto; scroll-behavior:smooth;
  padding-bottom:10px;
}
.cz-scroller .track::-webkit-scrollbar{height:10px}
.cz-scroller .track::-webkit-scrollbar-thumb{background: rgba(15,23,42,.12); border-radius:999px}
.cz-scrollbtn{
  position:absolute; top:50%; transform:translateY(-50%);
  width:44px; height:44px; border-radius:999px;
  border:1px solid rgba(15,23,42,.12);
  background: rgba(255,255,255,.85);
  box-shadow: var(--shadow2);
  cursor:pointer;
}
.cz-scrollbtn.prev{left:-10px}
.cz-scrollbtn.next{right:-10px}
@media (max-width: 980px){ .cz-scrollbtn{display:none} }

/* Cards */
.cz-card{
  min-width: 270px;
  border-radius: var(--radius2);
  background: var(--paper);
  border:1px solid var(--line);
  overflow:hidden;
  box-shadow: var(--shadow2);
  transition: .18s ease;
}
.cz-card:hover{transform: translateY(-2px); box-shadow: var(--shadow)}
.cz-card .thumb{padding:12px}
.cz-card .thumb img{
  height:190px;
  width:100%;
  object-fit:cover;
  border-radius: 18px;
  border:1px solid rgba(15,23,42,.08);
}
.cz-card .body{padding:12px 14px 16px}
.cz-card h3{margin:10px 0 0; font-size:15px; letter-spacing:-0.02em; line-height:1.25}
.cz-tagrow{display:flex; gap:8px; flex-wrap:wrap}
.cz-tag{
  font-size:11px;
  font-weight:900;
  padding:5px 9px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.10);
  background: rgba(15,23,42,.04);
  color: var(--muted);
}
.cz-tag.best{border-color: rgba(161,98,7,.22); background: rgba(161,98,7,.08); color: rgba(161,98,7,.95)}
.cz-tag.sale{border-color: rgba(14,165,233,.22); background: rgba(14,165,233,.08); color: rgba(14,165,233,.95)}
.cz-tag.new{border-color: rgba(34,197,94,.22); background: rgba(34,197,94,.08); color: rgba(34,197,94,.95)}
.cz-price{display:flex; align-items:baseline; gap:10px; margin-top:10px; font-weight:1000}
.cz-price del{color: var(--muted2); font-weight:900; font-size:12px}
.cz-price .rate{color: rgba(161,98,7,.95); font-size:12px}

/* 2x2 banners */
.cz-reco{display:grid; grid-template-columns: repeat(2,1fr); gap:14px}
@media (max-width:980px){.cz-reco{grid-template-columns:1fr}}
.reco-card{
  background: var(--paper);
  border:1px solid var(--line);
  border-radius: var(--radius2);
  padding:18px;
  display:flex; justify-content:space-between; align-items:center; gap:14px;
  box-shadow: var(--shadow2);
  transition:.18s ease;
}
.reco-card:hover{transform: translateY(-2px); box-shadow: var(--shadow)}
.reco-card .left strong{
  display:block; font-family: var(--serif);
  font-size: 18px; letter-spacing:-0.03em;
}
.reco-card .left span{display:block; margin-top:8px; color:var(--muted); font-weight:800}
.reco-card .right img{
  width:120px; height:120px; object-fit:cover;
  border-radius: 18px; border:1px solid rgba(15,23,42,.08);
}

/* Banner + benefits */
.cz-banner{
  background: rgba(255,255,255,.85);
  border:1px solid var(--line);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
}
.cz-banner .inner{
  padding:18px;
  display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap;
}
.cz-banner h3{margin:0; font-family:var(--serif); font-size:18px}
.cz-banner p{margin:8px 0 0; color:var(--muted); font-weight:800}
.stampwrap img{width:120px; height:auto; opacity:.9}

.cz-benefits{display:grid; grid-template-columns: repeat(6,1fr); gap:12px}
@media (max-width:980px){.cz-benefits{grid-template-columns:repeat(3,1fr)}}
@media (max-width:520px){.cz-benefits{grid-template-columns:repeat(2,1fr)}}
.cz-benefit{
  padding:14px 12px;
  border-radius: var(--radius2);
  border:1px solid var(--line);
  background: rgba(255,255,255,.75);
}
.cz-benefit .ico{
  width:42px; height:42px;
  border-radius: 16px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(161,98,7,.10);
  border:1px solid rgba(161,98,7,.18);
  color: rgba(161,98,7,.95);
  font-weight:1000;
  margin-bottom:10px;
}
.cz-benefit strong{display:block; font-size:13px; font-weight:1000}
.cz-benefit span{display:block; margin-top:6px; color:var(--muted); font-weight:800; font-size:12px}

/* Reviews */
.cz-reviews{display:grid; grid-template-columns: repeat(3,1fr); gap:14px}
@media (max-width:980px){.cz-reviews{grid-template-columns:1fr}}
.cz-review{
  padding:16px;
  border-radius: var(--radius2);
  border:1px solid var(--line);
  background: rgba(255,255,255,.80);
  box-shadow: var(--shadow2);
}
.cz-review .top{display:flex; justify-content:space-between; align-items:center; gap:10px}
.cz-review .top strong{font-weight:1000}
.cz-stars{color: rgba(161,98,7,.95); font-weight:1000}
.cz-review p{margin:10px 0 0; color:var(--muted); font-weight:800; line-height:1.55}
.cz-review .who{margin-top:12px; color:var(--muted2); font-weight:800; font-size:12px}

/* IG tiles */
.cz-ig{display:grid; grid-template-columns: repeat(4,1fr); gap:12px}
@media (max-width:980px){.cz-ig{grid-template-columns:repeat(2,1fr)}}
.tile{
  height:180px;
  border-radius: var(--radius2);
  border:1px solid rgba(15,23,42,.10);
  overflow:hidden;
  position:relative;
  background:#fff;
}
.tile img{width:100%; height:100%; object-fit:cover}
.tile span{
  position:absolute; left:12px; bottom:12px;
  padding:7px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:1000;
  background: rgba(255,255,255,.78);
  border:1px solid rgba(15,23,42,.10);
  color: var(--muted);
  backdrop-filter: blur(10px);
}

/* SEO details */
.cz-seo{
  border-radius: var(--radius2);
  border:1px solid var(--line);
  background: rgba(255,255,255,.85);
  overflow:hidden;
  box-shadow: var(--shadow2);
}
.cz-seo summary{
  padding:14px 16px;
  cursor:pointer;
  font-weight:1000;
}
.cz-seo .content{
  padding:16px;
  color: var(--muted);
  font-weight:800;
  line-height:1.7;
  white-space: pre-wrap;
  max-height: 520px;
  overflow:auto;
  border-top:1px solid rgba(15,23,42,.08);
}

/* Drawer (mobile menu) */
.cz-drawer{
  position:fixed; inset:0;
  background: rgba(15,23,42,.30);
  display:none;
  z-index:80;
}
.cz-drawer.open{display:block}
.cz-drawer .panel{
  position:absolute; right:0; top:0; bottom:0;
  width:min(360px, 88vw);
  background: rgba(255,255,255,.92);
  border-left:1px solid rgba(15,23,42,.10);
  padding:18px;
  overflow:auto;
}
.cz-drawer a{
  display:block;
  padding:12px 12px;
  border-radius: 14px;
  border:1px solid rgba(15,23,42,.08);
  margin-top:10px;
  color: var(--muted);
}
.cz-drawer a:hover{background: rgba(161,98,7,.06); color: var(--ink)}

/* Footer */
.cz-footer{
  padding:26px 0 40px;
  border-top:1px solid rgba(15,23,42,.10);
  color: var(--muted);
}
.cz-footer .cols{
  display:grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap:18px;
}
@media (max-width:980px){.cz-footer .cols{grid-template-columns:1fr}}
.cz-footer strong{color: var(--ink); font-weight:1000}
.cz-footer a{color: var(--muted)}
.cz-footer a:hover{color: var(--ink)}
