/* ============================================================
   FNB-HIRE-051 · 끼니공장 · BRU 브루탈리즘
   배달·포장 전문 공유주방 브랜드의 채용 사이트 4p
   ============================================================ */

:root {
  --brand:       #d8d820;
  --brand-ink:   #101010;
  /* 애시드 옐로는 밝은 지면에서 글자로 쓰면 1.4:1 이다. 글자용은 눌러서 5.9:1 로 맞춘다. */
  --brand-text:  #5e5e12;
  --accent:      #101010;
  --accent-ink:  #f2f0e4;
  --surface:     #f2f0e4;
  --surface-alt: #e3e0cf;
  --font-display: var(--font-sans);
  --r: var(--r-none);
}

body { background: var(--surface); }

.u-edge { padding-inline: max(var(--gutter), calc((100vw - var(--container-wide)) / 2)); }

/* ── 공통 타입 ─────────────────────────────────────────────── */

.kicker, .label {
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: var(--brand-text);
}
.label { color: var(--ink-2); }

.h2 {
  font-size: var(--fs-3xl);
  font-weight: var(--fw-bold);
  line-height: .96;
  letter-spacing: var(--ls-tighter);
  text-transform: uppercase;
}
.h2--ko { text-transform: none; }
.h3 { font-size: var(--fs-xl); font-weight: var(--fw-black); letter-spacing: var(--ls-tight); }

.body-lg { font-size: var(--fs-md); color: var(--ink-2); max-width: 46ch; }
.body-sm { font-size: var(--fs-sm); color: var(--ink-2); }

.mark { background: var(--brand); color: var(--brand-ink); padding: 0 .18em; }

/* ── 버튼 ──────────────────────────────────────────────────── */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  padding: var(--sp-4) var(--sp-6);
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-base);
  text-transform: uppercase;
  border: 2px solid var(--accent);
  border-radius: var(--r);
  transition: background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease),
              box-shadow var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);
}
.btn--sm { padding: var(--sp-2) var(--sp-4); font-size: var(--fs-xs); }

.btn--solid { background: var(--accent); color: var(--accent-ink); box-shadow: 5px 5px 0 0 var(--brand); }
.btn--solid:hover { background: var(--brand); color: var(--brand-ink); box-shadow: 5px 5px 0 0 var(--accent); }
.btn--solid:active { transform: translate(3px, 3px); box-shadow: 2px 2px 0 0 var(--accent); }

.btn--line { background: transparent; color: var(--accent); }
.btn--line:hover { background: var(--brand); }
.btn--line:active { transform: translate(2px, 2px); }

/* ── 헤더 ──────────────────────────────────────────────────── */
/* 4페이지 — 모바일에서 메뉴 줄을 접어 가로 스크롤. JS 없이 전 메뉴가 항상 보인다. */

.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: var(--z-header);
  background: var(--surface);
  border-bottom: 3px solid var(--accent);
}

.nav__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
  padding-block: var(--sp-3);
  padding-inline: max(var(--gutter), calc((100vw - var(--container-wide)) / 2));
}

.nav__logo {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
  font-size: var(--fs-lg);
  font-weight: var(--fw-black);
  letter-spacing: var(--ls-tighter);
  text-transform: uppercase;
}
.nav__mark {
  width: 22px; height: 22px; flex: none;
  background: var(--brand);
  border: 2px solid var(--accent);
}

.nav__menu {
  display: flex;
  order: 3;
  width: 100%;
  gap: var(--sp-5);
  padding-top: var(--sp-3);
  border-top: 1px solid var(--line-strong);
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.nav__menu::-webkit-scrollbar { display: none; }
.nav__menu a {
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: var(--ink-2);
  white-space: nowrap;
}
.nav__menu a:hover { color: var(--brand-text); }
.nav__menu a[aria-current="page"] { background: var(--brand); color: var(--brand-ink); padding-inline: var(--sp-2); }

@media (min-width: 1024px) {
  .nav__inner { flex-wrap: nowrap; padding-block: var(--sp-4); }
  .nav__menu { order: 0; width: auto; overflow: visible; padding-top: 0; border-top: 0; margin-inline: auto; gap: var(--sp-6); }
}

/* ── 히어로 ────────────────────────────────────────────────── */
/* 모바일: 사진을 상단 밴드로 깔고 텍스트는 아래 solid 면에. 대비 문제가 구조적으로 없다. */

.hero {
  --header-h: 112px;
  display: grid;
  /* SPEC 8절 v1.9 — 36svh 는 375 에서 CTA 를 첫 화면 밖으로 밀어낸다(실측 821 > 812).
     30svh 로 내려도 사진이 첫 화면의 30% 를 차지해 8절 1번에는 여유가 크다. */
  grid-template-rows: minmax(0, 30svh) minmax(0, 1fr);
  min-height: 100svh;
  padding-top: var(--header-h);
}

.hero__media { position: relative; border-bottom: 3px solid var(--accent); }
.hero__media .img-slot { position: absolute; inset: 0; aspect-ratio: auto; border-radius: 0; }

.hero__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--sp-4);
  padding: var(--sp-6) var(--gutter) var(--sp-7);
}

.hero__tag {
  display: inline-flex;
  align-self: start;
  gap: var(--sp-3);
  padding: var(--sp-2) var(--sp-4);
  background: var(--brand);
  color: var(--brand-ink);
  border: 2px solid var(--accent);
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
}

.hero__title {
  font-size: var(--fs-4xl);
  font-weight: var(--fw-semibold);
  line-height: .92;
  letter-spacing: var(--ls-tighter);
}
.hero__title span { background: var(--brand); padding-inline: .1em; }

.hero__lead { font-size: var(--fs-md); color: var(--ink-2); max-width: 36ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: var(--sp-4); margin-top: var(--sp-2); }
.hero__note {
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  color: var(--ink-2);
  padding-top: var(--sp-4);
  border-top: 2px solid var(--accent);
}

@media (min-width: 1024px) {
  .hero {
    --header-h: 80px;
    grid-template-rows: none;
    grid-template-columns: minmax(0, 1fr) minmax(0, 46%);
    padding-top: 0;
  }
  .hero__media { order: 2; min-height: 100svh; border-bottom: 0; border-left: 3px solid var(--accent); }
  .hero__text {
    order: 1;
    padding-block: calc(var(--header-h) + var(--sp-8)) var(--sp-8);
    padding-left: max(var(--gutter), calc((100vw - var(--container)) / 2));
    padding-right: var(--sp-8);
  }
}

/* ── 티커 ──────────────────────────────────────────────────── */

.ticker {
  overflow: hidden;
  background: var(--brand);
  border-block: 3px solid var(--accent);
  padding-block: var(--sp-3);
}
.ticker__track {
  display: flex; align-items: center; gap: var(--sp-5);
  width: max-content;
  animation: ticker 30s linear infinite;
}
.ticker__track span {
  font-family: var(--font-mono);
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: var(--brand-ink);
  white-space: nowrap;
}
.ticker__track i { width: 10px; height: 10px; flex: none; background: var(--accent); }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ── 지표 ──────────────────────────────────────────────────── */

.stats__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 3px solid var(--accent);
}
.stat {
  padding: var(--sp-6) var(--sp-5);
  border-bottom: 3px solid var(--accent);
}
.stat:nth-child(odd) { border-right: 3px solid var(--accent); }
.stat dt {
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: var(--ink-2);
  margin-bottom: var(--sp-3);
}
.stat dd { font-size: var(--fs-3xl); font-weight: var(--fw-bold); line-height: .9; letter-spacing: var(--ls-tighter); }
.stat dd span { font-size: var(--fs-sm); font-weight: var(--fw-bold); margin-left: 4px; }

@media (min-width: 768px) {
  .stats__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .stat { border-right: 3px solid var(--accent); }
  .stat:last-child { border-right: 0; }
}

/* ── 이유 카드 ─────────────────────────────────────────────── */

.reasons__inner { display: grid; gap: var(--sp-7); }
.reasons__head { display: grid; gap: var(--sp-4); align-content: start; }
.reasons__list { display: grid; gap: var(--sp-5); }

.reason {
  display: grid;
  gap: var(--sp-4);
  padding: var(--sp-6);
  border: 3px solid var(--accent);
  background: var(--surface);
  transition: background var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);
}
.reason:hover { background: var(--brand); transform: translate(-3px, -3px); box-shadow: 6px 6px 0 0 var(--accent); }
.reason__num {
  font-family: var(--font-mono);
  font-size: var(--fs-2xl);
  letter-spacing: var(--ls-tight);
  font-weight: var(--fw-bold);
  line-height: 1;
}
.reason__title { font-size: var(--fs-lg); font-weight: var(--fw-black); letter-spacing: var(--ls-tight); }
.reason p { font-size: var(--fs-sm); color: var(--ink-2); }
.reason:hover p { color: var(--brand-ink); }

@media (min-width: 768px) { .reasons__list { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1024px) {
  .reasons__inner { grid-template-columns: minmax(0, 320px) minmax(0, 1fr); gap: var(--sp-8); }
  .reasons__head { position: sticky; top: var(--sp-9); }
}

/* ── 포지션 목록 ───────────────────────────────────────────── */

.jobs { display: grid; border-top: 3px solid var(--accent); }
.job {
  display: grid;
  gap: var(--sp-3);
  padding-block: var(--sp-5);
  border-bottom: 3px solid var(--accent);
  transition: background var(--dur-fast) var(--ease);
}
.job:hover { background: var(--brand); }
.job__code {
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-wide);
  color: var(--brand-text);
}
.job:hover .job__code { color: var(--brand-ink); }
.job__title { font-size: var(--fs-xl); font-weight: var(--fw-black); letter-spacing: var(--ls-tight); }
.job__desc { font-size: var(--fs-sm); color: var(--ink-2); }
.job:hover .job__desc { color: var(--brand-ink); }
.job__tags { display: flex; flex-wrap: wrap; gap: var(--sp-2); }
.job__tags span {
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  padding: 2px var(--sp-3);
  border: 2px solid var(--accent);
  text-transform: uppercase;
}
.job__pay { font-size: var(--fs-lg); font-weight: var(--fw-black); letter-spacing: var(--ls-tight); }
.job__pay small { display: block; font-family: var(--font-mono); font-size: var(--fs-xs); font-weight: var(--fw-bold); color: var(--ink-2); }
.job:hover .job__pay small { color: var(--brand-ink); }

@media (min-width: 768px) {
  .job {
    grid-template-columns: minmax(0, 92px) minmax(0, 1fr) minmax(0, 200px);
    column-gap: var(--sp-6);
    align-items: start;
  }
  .job__code { grid-row: 1 / span 3; }
  .job__pay { grid-column: 3; grid-row: 1 / span 3; text-align: right; }
}

/* ── 풀블리드 + 겹침 블록 ──────────────────────────────────── */

.slab { position: relative; padding-bottom: var(--section-y); }
.slab__media { border-radius: 0; aspect-ratio: 4 / 5; border-bottom: 3px solid var(--accent); }
.slab__card {
  position: relative;
  margin-top: calc(var(--sp-8) * -1);
  padding: var(--sp-6);
  background: var(--brand);
  border: 3px solid var(--accent);
  display: grid;
  gap: var(--sp-4);
  color: var(--brand-ink);
}
.slab__card .body-lg { color: var(--brand-ink); }
.slab__list { display: grid; gap: 0; margin-top: var(--sp-2); }
.slab__list li {
  display: flex;
  gap: var(--sp-4);
  padding-block: var(--sp-3);
  border-top: 2px solid var(--accent);
  font-family: var(--font-mono);
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
}
.slab__list b { min-width: 5.5em; flex: none; }

@media (min-width: 768px) {
  .slab__media { aspect-ratio: 21 / 9; }
  .slab__card { margin-top: calc(var(--sp-9) * -1); margin-right: auto; max-width: 640px; padding: var(--sp-8); }
}

/* ── 인용 (직원 목소리) ────────────────────────────────────── */

.voice { background: var(--accent); color: var(--accent-ink); }
.voice__inner { display: grid; gap: var(--sp-5); }
.voice blockquote p {
  font-size: var(--fs-2xl);
  font-weight: var(--fw-bold);
  line-height: 1.14;
  letter-spacing: var(--ls-tighter);
}
.voice blockquote p em { font-style: normal; color: var(--brand); }
.voice footer { font-family: var(--font-mono); font-size: var(--fs-sm); color: color-mix(in oklab, var(--accent-ink) 70%, transparent); }
.voice footer b { color: var(--brand); }

/* ── 페이지 헤더 ───────────────────────────────────────────── */

.page-head {
  padding-top: calc(var(--sp-9) + var(--sp-7));
  padding-bottom: var(--sp-7);
  border-bottom: 3px solid var(--accent);
}
.page-head__inner { display: grid; gap: var(--sp-5); }
.page-head h1 {
  font-size: var(--fs-4xl);
  font-weight: var(--fw-semibold);
  line-height: .92;
  letter-spacing: var(--ls-tighter);
}
.page-head h1 span { background: var(--brand); padding-inline: .1em; }

@media (min-width: 1024px) {
  .page-head__inner { grid-template-columns: minmax(0, 1fr) minmax(0, 400px); gap: var(--sp-8); align-items: end; }
}

/* ── 타임라인 ──────────────────────────────────────────────── */

.timeline { display: grid; }
.tl {
  display: grid;
  gap: var(--sp-3);
  padding-block: var(--sp-5);
  border-top: 2px solid var(--accent);
}
.tl__time { font-family: var(--font-mono); font-size: var(--fs-lg); font-weight: var(--fw-black); }
.tl__title { font-size: var(--fs-md); font-weight: var(--fw-bold); }
.tl p { font-size: var(--fs-sm); color: var(--ink-2); }

@media (min-width: 768px) {
  .tl { grid-template-columns: minmax(0, 140px) minmax(0, 1fr); column-gap: var(--sp-6); }
  .tl__time { grid-row: 1 / span 2; }
}

/* ── 복지 그리드 ───────────────────────────────────────────── */

.perks { display: grid; border-top: 2px solid var(--accent); }
.perk {
  display: grid; gap: var(--sp-2);
  padding: var(--sp-5) 0;
  border-bottom: 2px solid var(--accent);
}
.perk dt { font-size: var(--fs-md); font-weight: var(--fw-black); }
.perk dd { font-size: var(--fs-sm); color: var(--ink-2); }

@media (min-width: 768px) {
  .perks { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: var(--sp-7); }
}

/* ── 지원 절차 ─────────────────────────────────────────────── */

.steps { display: grid; gap: var(--sp-5); counter-reset: s; }
.step {
  display: grid; gap: var(--sp-3);
  padding: var(--sp-5);
  border: 3px solid var(--accent);
  background: var(--surface-alt);
}
.step__num { font-family: var(--font-mono); font-size: var(--fs-2xl); letter-spacing: var(--ls-tight); font-weight: var(--fw-bold); line-height: 1; }
.step__title { font-size: var(--fs-lg); font-weight: var(--fw-black); }
.step p { font-size: var(--fs-sm); color: var(--ink-2); }
.step__meta { font-family: var(--font-mono); font-size: var(--fs-xs); font-weight: var(--fw-bold); color: var(--brand-text); }

@media (min-width: 768px) { .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .steps { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

/* ── 지원 폼 ───────────────────────────────────────────────── */

.apply { border-top: 3px solid var(--accent); background: var(--brand); color: var(--brand-ink); }
.apply__inner { display: grid; gap: var(--sp-6); }
.apply__title { font-size: var(--fs-3xl); font-weight: var(--fw-bold); line-height: .96; letter-spacing: var(--ls-tighter); }
.apply__form { display: grid; gap: var(--sp-4); max-width: 560px; }
.apply__row { display: grid; gap: var(--sp-4); }
.apply__form label { font-family: var(--font-mono); font-size: var(--fs-xs); font-weight: var(--fw-bold); text-transform: uppercase; display: block; margin-bottom: var(--sp-2); }
.apply__form input, .apply__form select, .apply__form textarea {
  width: 100%;
  padding: var(--sp-4);
  background: var(--surface);
  border: 3px solid var(--accent);
  border-radius: var(--r);
  font-size: var(--fs-sm);
}
.apply__form textarea { min-height: 7.5rem; resize: vertical; }
.apply__note { font-family: var(--font-mono); font-size: var(--fs-xs); }
.apply__side { display: grid; gap: var(--sp-4); align-content: start; }
.apply__side div { padding: var(--sp-4); border: 3px solid var(--accent); background: var(--surface); }
.apply__side dt { font-family: var(--font-mono); font-size: var(--fs-xs); font-weight: var(--fw-bold); text-transform: uppercase; color: var(--ink-2); }
.apply__side dd { font-size: var(--fs-md); font-weight: var(--fw-black); margin-top: var(--sp-2); }

@media (min-width: 768px) { .apply__row { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .apply__inner { grid-template-columns: minmax(0, 1fr) minmax(0, 320px); gap: var(--sp-8); } }

/* ── FAQ ───────────────────────────────────────────────────── */

.qa { border-top: 2px solid var(--accent); }
.qa:last-child { border-bottom: 2px solid var(--accent); }
.qa summary {
  display: flex; align-items: center; justify-content: space-between; gap: var(--sp-5);
  padding-block: var(--sp-5);
  font-size: var(--fs-md);
  font-weight: var(--fw-bold);
  cursor: pointer;
  list-style: none;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary:hover { color: var(--brand-text); }
.qa summary::after {
  content: ""; width: 14px; height: 14px; flex: none;
  background:
    linear-gradient(var(--ink), var(--ink)) center / 100% 3px no-repeat,
    linear-gradient(var(--ink), var(--ink)) center / 3px 100% no-repeat;
  transition: transform var(--dur) var(--ease);
}
.qa[open] summary::after { transform: rotate(45deg); }
.qa p { padding-bottom: var(--sp-5); font-size: var(--fs-sm); color: var(--ink-2); max-width: 62ch; }

/* ── 갤러리 ────────────────────────────────────────────────── */

.grid-2 { display: grid; gap: var(--sp-5); }
@media (min-width: 768px) { .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.framed { border: 3px solid var(--accent); }

/* ── 푸터 ──────────────────────────────────────────────────── */

.foot { padding-block: var(--sp-7) var(--sp-6); border-top: 3px solid var(--accent); background: var(--accent); color: var(--accent-ink); }
.foot__inner { display: grid; gap: var(--sp-5); }
.foot__brand { display: inline-flex; align-items: center; gap: var(--sp-3); font-size: var(--fs-lg); font-weight: var(--fw-black); text-transform: uppercase; }
.foot__addr { font-style: normal; font-family: var(--font-mono); font-size: var(--fs-sm); color: color-mix(in oklab, var(--accent-ink) 78%, transparent); line-height: 1.9; }
.foot__nav { display: flex; flex-wrap: wrap; gap: var(--sp-5); }
.foot__nav a { font-family: var(--font-mono); font-size: var(--fs-sm); font-weight: var(--fw-bold); text-transform: uppercase; color: var(--accent-ink); }
.foot__nav a:hover { color: var(--brand); }
.foot__copy {
  grid-column: 1 / -1;
  padding-top: var(--sp-5);
  border-top: 2px solid color-mix(in oklab, var(--accent-ink) 30%, transparent);
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  color: color-mix(in oklab, var(--accent-ink) 72%, transparent);
}
.foot :focus-visible { outline-color: var(--brand); }

@media (min-width: 768px) {
  .foot__inner { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); gap: var(--sp-7); }
}

/* ============================================================
   브랜드 마크 · 아이콘 · 인터랙션 보강  ★SPEC 4-C
   레이아웃·색·타이포는 건드리지 않는다. 여기서는 더하기만 한다.
   ============================================================ */

.ico { width: 1em; height: 1em; flex: none; vertical-align: -0.125em; }

/* ── 브랜드 마크 — 톱니 지붕 · 작업동 · 굴뚝 ──────────────────
   애시드 옐로는 밝은 지면에서 1.4:1 이라 마크로 쓸 수 없다.
   currentColor 로 그려 헤더는 --accent(17:1), 푸터(검은 지면)는
   --brand(15:1) 로 각각 뒤집는다. */
.bmark { flex: none; color: var(--accent); }
.foot .bmark { color: #6e6e10;  /* --brand(#d8d820) 는 이 지면에서 1.33:1 — 마크가 안 보인다. 4.71:1 로 눌렀다 */; }

.mark__roof  { transition: transform var(--dur-slow) var(--ease-out); transform-origin: 14px 17px; }
.mark__stack { transition: transform var(--dur) var(--ease-out); transform-origin: 28px 27.6px; }
.mark__base  { transition: opacity var(--dur) var(--ease); }
.nav__logo:hover .mark__roof  { transform: translateX(-1.6px); }
.nav__logo:hover .mark__stack { transform: scaleY(1.14); }
.nav__logo:hover .mark__base  { opacity: .6; }
.nav__logo { transition: color var(--dur) var(--ease); }
.nav__logo:hover { color: var(--brand-text); }
.foot__brand .bmark { transition: transform var(--dur-slow) var(--ease-out); }
.foot__brand:hover .bmark { transform: translateY(-2px); }

/* ── 아이콘이 붙는 자리 ─────────────────────────────────────── */

.slab__list b { display: inline-flex; align-items: center; gap: var(--sp-2); }
.slab__list b .ico { font-size: var(--fs-md); }

.step__meta, .perk dt { display: flex; align-items: center; gap: var(--sp-2); }
.step__meta .ico { font-size: var(--fs-base); }
.perk dt .ico { font-size: var(--fs-md); color: var(--brand-text); }

.job__pay { display: flex; flex-wrap: wrap; align-items: baseline; gap: var(--sp-2); }
.job__pay .ico { font-size: var(--fs-lg); align-self: center; }
.job__pay small { width: 100%; }

.foot__addr { display: grid; gap: var(--sp-3); line-height: 1.5; }
.foot__addr span { display: flex; align-items: flex-start; gap: var(--sp-3); }
.foot__addr .ico { font-size: var(--fs-md); color: var(--brand); margin-top: .1em; }

/* 14px 버튼에서 1em 화살표는 뭉개진다 */
.btn__arrow {
  font-size: 1.25em;
  margin-left: 1px;
  transition: transform var(--dur) var(--ease-out);
}
.btn:hover .btn__arrow { transform: translateX(4px); }

/* ── 내비: 브루탈하게 블록이 차오른다 ──────────────────────── */

.nav__menu a { position: relative; padding-inline: var(--sp-2); }
.nav__menu a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 3px;
  background: var(--brand); transform: scaleX(0); transform-origin: right;
  transition: transform var(--dur) var(--ease-out);
}
.nav__menu a:hover::after { transform: scaleX(1); transform-origin: left; }

/* ── 지표 ──────────────────────────────────────────────────── */

.stat { transition: background var(--dur) var(--ease); }
.stat:hover { background: var(--brand); }
.stat dd { transition: transform var(--dur) var(--ease-out); }
.stat:hover dd { transform: translate(-2px, -2px); }

/* ── 티커: 올리면 멈춘다 ───────────────────────────────────── */

.ticker:hover .ticker__track { animation-play-state: paused; }
.ticker__track i { transition: transform var(--dur) var(--ease-out); }
.ticker:hover .ticker__track i { transform: rotate(45deg); }

/* ── 이유 카드 · 포지션 · 절차 ─────────────────────────────── */

.reason { transition: background var(--dur) var(--ease), transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease); }
.reason__num { transition: color var(--dur) var(--ease); }
.reason:hover .reason__num { color: var(--brand-ink); }
.reason__title { transition: color var(--dur) var(--ease); }
.reason:hover .reason__title { color: var(--brand-ink); }

.job { transition: background var(--dur) var(--ease), padding-left var(--dur) var(--ease-out); }
.job:hover { padding-left: var(--sp-6); }
.job__title { transition: color var(--dur) var(--ease); }
.job:hover .job__title { color: var(--brand-ink); }
.job__tags span { transition: border-color var(--dur) var(--ease), color var(--dur) var(--ease); }
.job:hover .job__tags span { border-color: var(--brand-ink); color: var(--brand-ink); }

.step { position: relative; transition: transform var(--dur) var(--ease-out); }
.step::before {
  content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 0;
  background: var(--brand);
  transition: width var(--dur-slow) var(--ease-out);
}
.step:hover { transform: translateY(-3px); }
.step:hover::before { width: 100%; }
.step__num { transition: color var(--dur) var(--ease); }
.step:hover .step__num { color: var(--brand-text); }

/* ── 조건 목록 · 타임라인 · 복리후생 · 폼 ──────────────────── */

.slab__list li { transition: transform var(--dur) var(--ease-out); }
.slab__list li:hover { transform: translateX(4px); }
.tl { transition: background var(--dur) var(--ease); }
.tl:hover { background: color-mix(in oklab, var(--brand) 26%, transparent); }
.tl__time { transition: color var(--dur) var(--ease); }
.tl:hover .tl__time { color: var(--brand-text); }
.perk { transition: background var(--dur) var(--ease); }
.perk:hover { background: color-mix(in oklab, var(--brand) 24%, transparent); }
.apply__form input, .apply__form select, .apply__form textarea { transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease); }
.apply__form input:hover, .apply__form select:hover, .apply__form textarea:hover { background: color-mix(in oklab, var(--brand-ink) 8%, transparent); }
.apply__side div { transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease); }
.apply__side div:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 0 var(--brand); }

/* ── 푸터 링크: 블록이 그어진다 ────────────────────────────── */

.foot__nav a { position: relative; transition: color var(--dur) var(--ease); }
.foot__nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 2px;
  background: var(--brand); transform: scaleX(0); transform-origin: right;
  transition: transform var(--dur) var(--ease-out);
}
.foot__nav a:hover::after { transform: scaleX(1); transform-origin: left; }

/* ── 지면 모션 ─────────────────────────────────────────────── */

/* 큰 숫자가 순서대로 한 번 올라온다 (display 를 건드리지 않아 줄바꿈에 영향이 없다) */
@keyframes kkiniPop {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: none; }
}
html.js .stat.is-in dd, html.js .step.is-in .step__num { animation: kkiniPop var(--dur-slow) var(--ease-out) both; }

@keyframes kkiniQaOpen {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: none; }
}
.qa[open] p { animation: kkiniQaOpen var(--dur) var(--ease-out) both; }

/* 채용중 표시가 깜빡인다 */
@keyframes kkiniBlink {
  0%, 100% { opacity: 1; }
  50%      { opacity: .35; }
}
.hero__tag::after {
  content: ""; width: 8px; height: 8px; flex: none; align-self: center;
  background: currentColor;
  animation: kkiniBlink 1.8s steps(1, end) infinite;
}

/* ── 스크롤 등장에 계단식 지연 ─────────────────────────────── */

html.js .stats__grid .reveal:nth-child(2) { transition-delay: 60ms; }
html.js .stats__grid .reveal:nth-child(3) { transition-delay: 120ms; }
html.js .stats__grid .reveal:nth-child(4) { transition-delay: 180ms; }
html.js .reasons__list .reveal:nth-child(2) { transition-delay: 90ms; }
html.js .reasons__list .reveal:nth-child(3) { transition-delay: 180ms; }
html.js .jobs .reveal:nth-child(2) { transition-delay: 70ms; }
html.js .jobs .reveal:nth-child(3) { transition-delay: 140ms; }
html.js .steps .reveal:nth-child(2) { transition-delay: 70ms; }
html.js .steps .reveal:nth-child(3) { transition-delay: 140ms; }
html.js .perks .reveal:nth-child(2) { transition-delay: 50ms; }
html.js .perks .reveal:nth-child(3) { transition-delay: 100ms; }

@media (prefers-reduced-motion: reduce) {
  html.js .reveal { transition-delay: 0s !important; }
  .hero__tag::after { animation: none; }
  html.js .stat.is-in dd, html.js .step.is-in .step__num { animation: none; }
  .mark__roof, .mark__stack, .foot__brand:hover .bmark,
  .stat:hover dd, .step:hover, .slab__list li:hover,
  .apply__side div:hover, .ticker:hover .ticker__track i,
  .btn:hover .btn__arrow { transform: none; }
}


/* ===== 획일성 제거 — BRU 무드 어휘 =====================================
   160작품이 레퍼런스의 밑줄 draw·카드 리프트·대문자 킥커를 그대로 복사해
   같은 사이트 리스킨으로 보였다. 반응 방식을 무드에 맞게 갈아끼운다.
   ==================================================================== */
/* 세로 카덴스를 작품마다 다르게 — 전부 같은 --section-y 를 쓰는 게 구조적 tell 이었다 */
:root { --section-y: clamp(3.73rem, 2.3177rem + 6.0461vw, 7.46rem); }

/* 브루탈리즘 — 하드 오프셋은 이 양식의 진짜 어휘다. 남긴다. 대신 밑줄은 블록 반전으로. */
/* padding+음수마진 대신 box-shadow spread 를 쓴다 — 레이아웃에 영향이 없다 */
.nav__menu a::after, .foot__nav a::after { display: none !important; }
.foot__nav a, .nav__menu a { transition: color var(--dur) var(--ease), box-shadow var(--dur) var(--ease); }
.foot__nav a, .nav__menu a:hover { color: var(--surface); box-shadow: 0 0 0 5px var(--ink); background: var(--ink); }

/* webit-touch */
@media (max-width: 767px) {
  .nav__inner { flex-wrap: wrap; overflow: visible; }
  .hero__actions, .hero__acts { flex-wrap: wrap; }
}
html.tier-premium .btn--solid { border-radius: 0; }
html.tier-premium .img-slot { border-radius: 0; }
