:root {
  --fs-ink: #1a1814;
  --fs-paper: #f6f3ee;
  --fs-card: #fffdf8;
  --fs-line: #e4d8c4;
  --fs-muted: #6d6458;
  --fs-accent: #c4511a;
  --fs-ok: #0b6b3a;
}
html[data-site="shop"] { background: var(--fs-paper); }
.fs-skip { position: absolute; left: -999px; }
.fs-shell {
  min-height: 100vh;
  font-family: Pretendard, "Noto Sans KR", sans-serif;
  color: var(--fs-ink);
  background: var(--fs-paper);
}
.fs-head { background: #fffdf8; border-bottom: 1px solid var(--fs-line); }
.fs-head-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.fs-mark { color: inherit; text-decoration: none; line-height: 1.15; }
.fs-mark strong { display: block; font-size: 22px; letter-spacing: -0.04em; }
.fs-mark small { color: var(--fs-muted); font-size: 12px; }
.fs-nav { display: flex; gap: 14px; font-weight: 800; }
.fs-nav a { color: inherit; text-decoration: none; }
.fs-find { flex: 1; display: flex; min-width: 180px; }
.fs-find input {
  flex: 1; border: 1px solid var(--fs-line); border-right: 0;
  border-radius: 10px 0 0 10px; padding: 10px 12px; background: #fff;
}
.fs-find button {
  border: 0; background: var(--fs-ink); color: #fff7e6;
  border-radius: 0 10px 10px 0; padding: 10px 14px; font-weight: 800; cursor: pointer;
}
.fs-who { display: flex; gap: 10px; align-items: center; font-weight: 700; }
.fs-who a { color: var(--fs-ok); text-decoration: none; }
.fs-who a.fs-mgr { color: var(--fs-accent); }
.fs-desk {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  background: #1a1814;
  color: #fff7e6;
  border-radius: 0 0 12px 12px;
}
.fs-desk a, .fs-desk button {
  color: #fff7e6; background: #3a3228; border: 0; border-radius: 8px;
  padding: 6px 10px; font-weight: 800; text-decoration: none; cursor: pointer;
}
.fs-desk button.on, .fs-desk a:hover { background: var(--fs-accent); }
.fs-desk form { display: flex; gap: 6px; margin: 0; }
.fs-main { max-width: 1180px; margin: 0 auto; padding: 20px; }
.fs-foot { max-width: 1180px; margin: 0 auto; padding: 8px 20px 32px; color: var(--fs-muted); }
.fs-ad {
  background: #fff3c4; border: 1px solid #e8c34a; color: #1a1814;
  padding: 10px 12px; border-radius: 10px; font-size: 13px;
}
@media (max-width: 800px) {
  .fs-head-inner { display: block; }
  .fs-nav, .fs-find { margin: 10px 0; }
}
