/* ==========================================================================
   Frog Matcha Cafe — Press Kit
   ========================================================================== */

:root {
  --ink: #22271f;
  --ink-2: #4b5247;
  --muted: #7c857a;
  --line: #e2e6dd;
  --line-2: #eef1ea;
  --bg: #ffffff;
  --soft: #f6f8f3;
  --matcha: #6f9a5a;
  --matcha-dk: #4e7440;
  --navy: #5a5f86;
  --wrap: 940px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo,
    "Apple SD Gothic Neo", "Segoe UI", Roboto, sans-serif;
  font-size: 16px; line-height: 1.8; color: var(--ink); background: var(--bg);
  word-break: keep-all; overflow-wrap: break-word; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--matcha-dk); text-underline-offset: 3px; }
h1, h2, h3, p, dl, dd, ul, ol, figure { margin: 0; }
:focus-visible { outline: 2px solid var(--matcha); outline-offset: 3px; border-radius: 4px; }

.pk-wrap { width: min(100% - 40px, var(--wrap)); margin-inline: auto; }

/* ---------- 상단 바 ---------- */
.pk-top {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,255,255,.9);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.pk-top-in { height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.pk-home img { height: 24px; width: auto; }
.pk-langs { display: flex; gap: 4px; }
.pk-langs button {
  padding: 7px 13px; border: 1px solid transparent; border-radius: 999px;
  background: none; cursor: pointer; font: inherit;
  font-size: 13.5px; font-weight: 600; color: var(--muted);
  transition: background .16s var(--ease), color .16s var(--ease);
}
.pk-langs button:hover { background: var(--soft); color: var(--ink); }
.pk-langs button[aria-pressed="true"] { background: var(--matcha); color: #fff; }

/* ---------- 히어로 ---------- */
.pk-hero { padding: clamp(44px, 6vw, 76px) 0 0; }
.pk-kicker {
  font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--matcha); margin-bottom: 14px;
}
.pk-title { font-size: clamp(30px, 5vw, 48px); font-weight: 800; letter-spacing: -.02em; line-height: 1.25; }
.pk-title-sub { margin-top: 6px; font-size: 15px; font-weight: 600; color: var(--muted); letter-spacing: .02em; }
.pk-tagline { margin-top: 20px; font-size: clamp(17px, 2.2vw, 21px); font-weight: 600; color: var(--matcha-dk); }
.pk-lead { margin-top: 12px; font-size: 16.5px; line-height: 1.9; color: var(--ink-2); max-width: 720px; }
.pk-keyart { margin-top: clamp(28px, 4vw, 44px); }
.pk-keyart img { border-radius: 18px; box-shadow: 0 3px 8px rgba(34,39,31,.06), 0 22px 50px rgba(34,39,31,.13); }

/* ---------- 섹션 ---------- */
.pk-sec { padding: clamp(40px, 5.5vw, 68px) 0 0; }
.pk-sec h2 {
  font-size: clamp(19px, 2.4vw, 23px); font-weight: 800; letter-spacing: -.01em;
  padding-bottom: 12px; margin-bottom: 24px; border-bottom: 2px solid var(--matcha);
  display: inline-block;
}
.pk-prose p { margin-bottom: 16px; color: var(--ink-2); }
.pk-prose p:last-child { margin-bottom: 0; }

/* ---------- 팩트시트 ---------- */
.pk-facts {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px;
  border-top: 1px solid var(--line);
}
.pk-facts > div {
  display: grid; grid-template-columns: 132px 1fr; gap: 14px; align-items: baseline;
  padding: 13px 2px; border-bottom: 1px solid var(--line-2);
}
.pk-facts dt { font-size: 13px; font-weight: 700; color: var(--muted); line-height: 1.7; word-break: keep-all; }
.pk-facts dd { font-size: 14.5px; line-height: 1.7; }
.pk-dim { color: var(--muted); font-size: 13px; }
.pk-store { margin-top: 22px; }
.pk-badge { display: inline-block; transition: transform .18s var(--ease); }
.pk-badge img { height: 44px; width: auto; }
.pk-badge:hover { transform: translateY(-2px); }

/* ---------- 특징 ---------- */
.pk-features { list-style: none; padding: 0; display: grid; gap: 14px; counter-reset: f; }
.pk-features li {
  counter-increment: f;
  padding: 20px 22px 22px 58px; position: relative;
  background: var(--soft); border: 1px solid var(--line-2); border-radius: 14px;
}
.pk-features li::before {
  content: counter(f, decimal-leading-zero);
  position: absolute; left: 20px; top: 21px;
  font-size: 13px; font-weight: 800; color: var(--matcha);
}
.pk-features h3 { font-size: 16.5px; font-weight: 700; margin-bottom: 5px; }
.pk-features p { font-size: 14.5px; line-height: 1.8; color: var(--ink-2); }

/* ---------- 이미지 그리드 ---------- */
.pk-grid { display: grid; gap: 14px; }
.pk-grid--shots { grid-template-columns: repeat(3, 1fr); }
.pk-grid--art { grid-template-columns: repeat(4, 1fr); }
.pk-grid figure { margin: 0; border-radius: 12px; overflow: hidden; background: var(--soft); border: 1px solid var(--line-2); }
.pk-grid img { width: 100%; transition: transform .4s var(--ease); }
.pk-grid figure:hover img { transform: scale(1.03); }

.pk-note { margin-top: 18px; font-size: 13.5px; line-height: 1.8; color: var(--muted); }
.pk-btn {
  display: inline-block; margin-top: 16px;
  padding: 13px 24px; border-radius: 999px;
  background: var(--matcha); color: #fff; text-decoration: none;
  font-size: 14.5px; font-weight: 700;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease);
}
.pk-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(111,154,90,.35); }

/* ---------- 크레딧 ---------- */
.pk-credits { list-style: none; padding: 0; margin-top: 20px; display: grid; gap: 10px; }
.pk-credits li {
  display: grid; gap: 3px; padding: 14px 18px;
  border-left: 3px solid var(--matcha); background: var(--soft); border-radius: 0 10px 10px 0;
}
.pk-credits strong { font-size: 14.5px; }
.pk-credits span { font-size: 13.5px; color: var(--ink-2); line-height: 1.7; }

/* ---------- 문의 ---------- */
.pk-contact { padding-bottom: clamp(48px, 6vw, 76px); }
.pk-contact p { color: var(--ink-2); }
.pk-mail { margin-top: 10px; }
.pk-mail a { font-size: clamp(17px, 2.4vw, 21px); font-weight: 700; color: var(--matcha-dk); }

/* ---------- 푸터 ---------- */
.pk-foot {
  border-top: 1px solid var(--line); background: var(--soft);
  padding: 26px 0 34px; font-size: 12.5px; color: var(--muted);
}
.pk-foot .pk-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 20px; }

/* ---------- 반응형 ---------- */
@media (max-width: 820px) {
  .pk-facts { grid-template-columns: 1fr; gap: 0; }
  .pk-grid--art { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .pk-grid--shots { grid-template-columns: repeat(2, 1fr); }
  .pk-facts > div { grid-template-columns: 96px 1fr; gap: 10px; }
  .pk-langs button { padding: 6px 10px; font-size: 12.5px; }
}

/* ---------- 인쇄 ---------- */
@media print {
  .pk-top, .pk-btn { display: none !important; }
  body { font-size: 10.5pt; }
  .pk-sec { padding-top: 16pt; }
  .pk-sec h2 { break-after: avoid; }
  .pk-hero { padding-top: 0; }
  .pk-grid figure { break-inside: avoid; }
  .pk-grid--shots { grid-template-columns: repeat(3, 1fr); }
  .pk-grid--art { grid-template-columns: repeat(4, 1fr); }
  .pk-features li { break-inside: avoid; }
}
