/*
Theme Name: NEKOHASH Signal Garden
Description: A focused, non-commerce information theme for NEKOHASH.
Version: 1.0.0
Template: twentytwentyfive
Text Domain: nekohash-signal-garden
*/

:root {
  --neko-ink: #0c3834;
  --neko-moss: #315e55;
  --neko-copper: #bd8150;
  --neko-paper: #f7f5ef;
  --neko-sage: #dfe7db;
  --neko-line: rgba(12, 56, 52, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.neko-site { margin: 0; background: var(--neko-paper); color: var(--neko-ink); font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", system-ui, sans-serif; }
.neko-shell { overflow: hidden; }
.neko-wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.neko-header { position: relative; z-index: 3; border-bottom: 1px solid var(--neko-line); background: rgba(247,245,239,.92); backdrop-filter: blur(10px); }
.neko-header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.neko-wordmark { display: inline-flex; align-items: center; gap: 10px; color: var(--neko-ink); font-size: 21px; font-weight: 800; letter-spacing: .02em; line-height: 1; text-decoration: none; }
.neko-wordmark img { display: block; width: 62px; height: 62px; object-fit: contain; }
.neko-nav { display: flex; align-items: center; gap: 34px; }
.neko-nav a { color: var(--neko-ink); font-size: 15px; font-weight: 650; text-decoration: none; }
.neko-nav a:hover, .neko-nav a:focus-visible { color: var(--neko-copper); }
.neko-hero { position: relative; min-height: 680px; display: grid; align-items: center; isolation: isolate; }
.neko-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url("assets/signal-garden-hero.png") center/cover no-repeat; }
.neko-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(247,245,239,.98) 0%, rgba(247,245,239,.93) 37%, rgba(247,245,239,.28) 66%, rgba(247,245,239,.02) 100%); }
.neko-hero-copy { max-width: 590px; padding: 96px 0; }
.neko-eyebrow { margin: 0 0 24px; color: var(--neko-copper); font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.neko-title { margin: 0; font-size: clamp(46px, 6vw, 78px); font-weight: 750; letter-spacing: -.075em; line-height: 1.14; }
.neko-lead { max-width: 480px; margin: 28px 0 36px; color: #45645e; font-size: 18px; line-height: 1.8; }
.neko-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.neko-button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border: 1px solid var(--neko-ink); color: var(--neko-paper); background: var(--neko-ink); font-size: 15px; font-weight: 750; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.neko-button:hover { transform: translateY(-2px); background: var(--neko-moss); }
.neko-button--quiet { color: var(--neko-ink); background: transparent; }
.neko-button--quiet:hover { color: white; }
.neko-section { padding: 108px 0; }
.neko-section-label { margin: 0 0 16px; color: var(--neko-copper); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.neko-section-title { max-width: 650px; margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.2; letter-spacing: -.06em; }
.neko-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; border-top: 1px solid var(--neko-line); border-left: 1px solid var(--neko-line); }
.neko-card { min-height: 302px; padding: 30px; border-right: 1px solid var(--neko-line); border-bottom: 1px solid var(--neko-line); background: rgba(255,255,255,.22); }
.neko-card-number { display: block; color: var(--neko-copper); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.neko-card h3 { margin: 74px 0 13px; font-size: 31px; letter-spacing: -.06em; }
.neko-card p { margin: 0; color: #52706a; font-size: 16px; line-height: 1.75; }
.neko-manifesto { position: relative; padding: 128px 0; color: #f9f7f0; background: #102f2b; overflow: hidden; }
.neko-manifesto::before { content: ""; position: absolute; inset: 0; opacity: .38; background: radial-gradient(circle at 75% 35%, #4d7569 0, transparent 30%), radial-gradient(circle at 38% 112%, #b77d4e 0, transparent 32%); }
.neko-manifesto .neko-wrap { position: relative; }
.neko-manifesto h2 { max-width: 720px; margin: 0; font-size: clamp(40px, 5vw, 68px); line-height: 1.18; letter-spacing: -.075em; }
.neko-manifesto p { max-width: 460px; margin: 30px 0 0; color: #d4dfd8; font-size: 18px; line-height: 1.8; }
.neko-contact { display: flex; align-items: end; justify-content: space-between; gap: 42px; }
.neko-contact p { max-width: 500px; margin: 20px 0 0; color: #52706a; font-size: 18px; line-height: 1.8; }
.neko-footer { padding: 42px 0; border-top: 1px solid var(--neko-line); }
.neko-footer-inner { display: flex; justify-content: space-between; gap: 20px; color: #5d746f; font-size: 13px; }
.neko-page { min-height: 70vh; padding: 104px 0; }
.neko-page h1 { margin: 0 0 34px; font-size: clamp(38px, 5vw, 64px); letter-spacing: -.07em; }
.neko-page-content { max-width: 780px; color: #365650; line-height: 1.85; }
.neko-page-content a { color: var(--neko-ink); }
@media (max-width: 760px) {
  .neko-wrap { width: min(100% - 32px, 1180px); }
  .neko-header-inner { min-height: 68px; }
  .neko-wordmark { gap: 8px; font-size: 18px; }
  .neko-wordmark img { width: 52px; height: 52px; }
  .neko-nav { gap: 16px; }
  .neko-nav a { font-size: 13px; }
  .neko-hero { min-height: 650px; align-items: end; }
  .neko-hero::before { background-position: 64% center; }
  .neko-hero::after { background: linear-gradient(180deg, rgba(247,245,239,.2) 0%, rgba(247,245,239,.9) 42%, rgba(247,245,239,1) 100%); }
  .neko-hero-copy { padding: 80px 0 54px; }
  .neko-title { font-size: 47px; }
  .neko-lead { font-size: 16px; }
  .neko-section { padding: 76px 0; }
  .neko-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .neko-card { min-height: 230px; }
  .neko-card h3 { margin-top: 45px; }
  .neko-manifesto { padding: 84px 0; }
  .neko-contact, .neko-footer-inner { align-items: start; flex-direction: column; }
}
