:root {
  --ink: #262626;
  --muted: #777;
  --line: #e9e9e9;
  --accent: #ed1328;
  --page: min(1010px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Arial, "Noto Sans KR", sans-serif;
  font-size: 14px;
  line-height: 1.9;
}
a { color: inherit; text-decoration: none; }
.site-header { height: 54px; display: grid; place-items: center; background: #fff; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 55px; font-size: 12px; }
.site-nav a { color: #2d2d2d; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--accent); }
.hero { background: #2b2b2b; color: #fff; min-height: 190px; display: grid; place-items: center; text-align: center; padding: 32px 20px; }
.hero h1 { margin: 0 0 15px; font-size: 22px; line-height: 1.35; font-weight: 700; }
.hero .actions { width: 202px; display: grid; gap: 4px; }
.cta { display: block; padding: 5px 12px; color: #fff; background: var(--accent); font-size: 11px; line-height: 1.25; }
.content { width: var(--page); margin: 0 auto; }
.intro { padding: 37px 0 32px; }
.section { padding: 22px 0 40px; }
.section h2, .section h3 { margin: 0 0 28px; font-weight: 700; }
.section h2 { font-size: 16px; text-align: center; }
.section h3 { font-size: 15px; }
.section p { color: var(--muted); margin: 0 0 21px; }
.split-media { display: grid; grid-template-columns: repeat(2, 1fr); gap: 60px; margin: 30px 0 65px; }
.visual { position: relative; margin: 0; overflow: hidden; background: #18191a; aspect-ratio: 1.1 / .92; isolation: isolate; }
.visual::before { content: ""; position: absolute; inset: 0; z-index: 0; opacity: .9; background: repeating-linear-gradient(118deg, rgba(255,255,255,.06) 0 1px, transparent 1px 37px), repeating-linear-gradient(20deg, rgba(255,255,255,.035) 0 1px, transparent 1px 58px); }
.visual::after { content: ""; position: absolute; inset: 18% 12%; z-index: 0; border: 1px solid rgba(255,255,255,.18); transform: rotate(-9deg); box-shadow: 32px -20px 0 -31px #ed1328, -42px 29px 0 -41px rgba(255,255,255,.35); }
.visual figcaption { position: absolute; z-index: 1; left: 50%; top: 50%; transform: translate(-50%, -50%); color: #f4f4f4; font-size: clamp(16px, 2.4vw, 26px); font-weight: 800; letter-spacing: 2px; text-shadow: 0 2px 16px rgba(0, 0, 0, .7); }
.visual--rock { background: #111314; }
.visual--rock::before { background: repeating-linear-gradient(129deg, rgba(255,255,255,.08) 0 1px, transparent 1px 44px), repeating-linear-gradient(36deg, rgba(255,255,255,.04) 0 1px, transparent 1px 18px); }
.visual--night { background: #1c1d20; }
.visual--night::before { background: radial-gradient(circle at 72% 25%, rgba(237,19,40,.48) 0 2px, transparent 3px), radial-gradient(circle at 20% 75%, rgba(255,255,255,.2) 0 1px, transparent 2px), repeating-linear-gradient(0deg, rgba(255,255,255,.045) 0 1px, transparent 1px 25px); }
.visual--water { background: #15191c; }
.visual--water::before { background: repeating-linear-gradient(165deg, transparent 0 15px, rgba(255,255,255,.065) 16px 17px, transparent 18px 39px), linear-gradient(115deg, transparent 0 56%, rgba(237,19,40,.35) 57% 58%, transparent 59%); }
.feature-list { display: grid; gap: 27px; }
.feature-list ul { color: var(--muted); padding-left: 20px; margin: -4px 0 0; }
.band { background: #fafafa; border-top: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5; }
.band .content { padding-top: 55px; padding-bottom: 55px; }
.numbered { display: grid; gap: 42px; }
.faq { display: grid; gap: 26px; padding-bottom: 83px; }
.faq h3 { margin-bottom: 13px; }
.blog { padding: 65px 0 85px; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.post { border: 1px solid #dedede; min-height: 310px; overflow: hidden; }
.post .visual { height: 160px; aspect-ratio: auto; }
.post .visual figcaption { font-size: 17px; letter-spacing: 1.5px; }
.post-body { padding: 15px 18px 18px; }
.post h3 { margin: 0 0 9px; font-size: 14px; line-height: 1.45; }
.post p { font-size: 12px; line-height: 1.75; margin: 0; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.post time { display: block; color: #999; font-size: 11px; margin-top: 13px; }
.post--scheduled { opacity: .76; }
.post--scheduled .post-body::after { content: "예약 발행"; display: inline-block; margin-top: 12px; color: #b00e1d; font-size: 10px; font-weight: 700; }
.site-footer { border-top: 1px solid #f3f3f3; padding: 55px 0 38px; }
.footer-inner { width: var(--page); margin: 0 auto; display: grid; gap: 13px; color: #777; font-size: 11px; }
.brand { width: 148px; height: auto; opacity: .92; }
.brand-text { color: #171717; font-size: 22px; letter-spacing: 2px; }
.legal { display: grid; gap: 6px; margin-top: 10px; }
.page-only { padding: 48px 0 120px; }
.page-only .lead { max-width: 780px; margin: 0 auto 30px; text-align: center; }
.note { border-left: 3px solid var(--accent); padding: 14px 18px; color: #555; background: #fafafa; margin: 26px 0; }
.contact-box { border: 1px solid var(--line); padding: 30px; max-width: 650px; margin: 0 auto; }
.contact-box label { display: grid; gap: 5px; color: #555; margin: 14px 0; }
.contact-box input, .contact-box textarea { width: 100%; border: 1px solid #ddd; padding: 10px; font: inherit; }
.contact-box textarea { min-height: 110px; resize: vertical; }
.contact-box button { background: var(--accent); color: #fff; border: 0; padding: 10px 24px; font: inherit; cursor: pointer; }
.article { width: min(760px, calc(100% - 48px)); margin: 0 auto; padding: 58px 0 112px; }
.article-header { border-bottom: 1px solid var(--line); padding-bottom: 28px; margin-bottom: 36px; }
.article-header h1 { font-size: 28px; line-height: 1.45; margin: 0 0 15px; }
.article-meta { color: #999; font-size: 12px; }
.article .visual { margin: 32px 0 38px; aspect-ratio: 1.55 / 1; }
.article h2 { font-size: 18px; margin: 42px 0 15px; }
.article p { color: #555; margin: 0 0 18px; }
.article ul { color: #555; padding-left: 20px; }
@media (max-width: 720px) {
  :root { --page: min(100% - 34px, 580px); }
  .site-header { height: auto; padding: 14px 12px; }
  .site-nav { gap: 14px; flex-wrap: wrap; line-height: 1.2; }
  .hero { min-height: 180px; }
  .split-media { gap: 16px; }
  .post-grid { grid-template-columns: 1fr; gap: 16px; }
  .post { min-height: 0; }
  .post .visual { height: 190px; }
}
