:root {
  --bg: #FAF6F1;
  --bg2: #F5EDE5;
  --surface: #FFFFFF;
  --surface-2: #F2E6DD;
  --line: #E8DED2;
  --line2: #D9CCBC;
  --ink: #2A1F1A;
  --soft: #4A3A30;
  --mute: #8B7B6E;
  --brand: #B68A6E;
  --brand-2: #8B6B54;
  --brand-3: #6B4F3D;
  --brand-soft: #E8D8CC;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Pretendard', 'Inter', system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
  overflow-wrap: break-word;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
p, li { line-height: 1.72; }
.page { position: relative; overflow: hidden; }
.page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(139,107,84,0.04) 1px, transparent 1px);
  background-size: 4px 4px;
}
.container { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(250, 246, 241, .9);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand-logo { height: 36px; width: auto; mix-blend-mode: multiply; }
.nav-links { display: flex; align-items: center; gap: 24px; color: var(--soft); font-size: 14px; }
.nav-links a:hover { color: var(--ink); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 700;
  font-size: 15px;
  transition: background .2s, color .2s, border-color .2s;
}
.btn-dark { background: var(--ink); color: var(--bg); }
.btn-dark:hover { background: var(--brand-2); }
.btn-line { border: 1px solid var(--line2); color: var(--ink); }
.btn-line:hover { background: var(--surface-2); }
.eyebrow {
  font-family: 'Inter', monospace;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: var(--brand-2);
}
.hero {
  padding: 96px 0 72px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: -20% -10% auto -10%;
  height: 90%;
  background:
    radial-gradient(40% 50% at 50% 0%, rgba(182,138,110,.22), transparent 70%),
    radial-gradient(35% 45% at 15% 65%, rgba(232,216,204,.55), transparent 70%);
  filter: blur(8px);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
}
h1 {
  margin: 18px 0 0;
  font-size: clamp(42px, 7vw, 86px);
  line-height: 1.04;
  letter-spacing: 0;
}
.hero-lead {
  margin-top: 24px;
  max-width: 720px;
  color: var(--soft);
  font-size: clamp(17px, 2vw, 21px);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.visual {
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  background: var(--surface-2);
  box-shadow: 0 30px 80px -40px rgba(139,107,84,.48);
}
.visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) blur(1px);
  transform: scale(1.04);
  opacity: .48;
  mix-blend-mode: multiply;
}
.visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.84), rgba(242,230,221,.68), rgba(182,138,110,.20));
}
.visual-title {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 1;
  font-family: 'Inter', 'Pretendard', sans-serif;
  font-size: clamp(36px, 5vw, 72px);
  line-height: .95;
  font-weight: 800;
  color: var(--brand-2);
}
.section { padding: 88px 0; border-top: 1px solid var(--line); }
.section-soft { background: rgba(245,237,229,.72); }
.section-head {
  max-width: 820px;
  margin-bottom: 42px;
}
h2 {
  margin: 14px 0 0;
  font-size: clamp(32px, 5vw, 60px);
  line-height: 1.08;
  letter-spacing: 0;
}
.section-head p { color: var(--soft); font-size: 18px; margin-top: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
}
.card strong {
  display: block;
  font-size: 19px;
  margin-bottom: 10px;
}
.card p, .card li { color: var(--soft); font-size: 15px; }
.card ul { margin: 16px 0 0; padding: 0; list-style: none; }
.num { font-family: 'Inter', monospace; color: var(--brand-2); font-weight: 800; font-size: 24px; margin-bottom: 18px; }
.quote {
  border-left: 4px solid var(--brand);
  padding: 8px 0 8px 22px;
  color: var(--soft);
  font-size: 20px;
}
.band {
  background: var(--ink);
  color: var(--bg);
  border-radius: 28px;
  padding: 42px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}
.band p { color: rgba(250,246,241,.78); margin: 12px 0 0; }
.band .btn-line { color: var(--bg); border-color: rgba(250,246,241,.42); }
.band .btn-line:hover { background: rgba(250,246,241,.12); }
.footer {
  background: var(--surface);
  border-top: 1px solid var(--line);
  padding: 48px 0 28px;
}
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .9fr; gap: 40px; }
.footer p, .footer li { color: var(--soft); font-size: 14px; }
.footer ul { list-style: none; padding: 0; margin: 12px 0 0; }
.footer li { margin: 8px 0; }
.copyright { margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--mute); font-size: 12px; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero { padding: 72px 0 56px; }
  .hero-grid, .grid-2, .grid-3, .grid-4, .band, .footer-grid { grid-template-columns: 1fr; }
  .visual { min-height: 300px; }
  .section { padding: 64px 0; }
  .band { padding: 30px; }
}
