/* ============================================================
   OAK DESIGN — 에디토리얼 미니멀 (국제 스튜디오 문법)
   원칙: 장식 제로 · 미디어가 전부 · 좌측 정렬 · 타이포 무게 대비
   ============================================================ */
:root {
  --bg: #0b0f0d;            /* 딥그린 캐스트의 니어블랙 */
  --ink: #f2efe9;
  --dim: #8b897f;
  --gold: #b08d57;          /* Brass Gold — 라벨·헤어라인 전용 */
  --line: rgba(242, 239, 233, 0.1);
  --font: 'Pretendard Variable', Pretendard, -apple-system, sans-serif;
  --pad: clamp(1.4rem, 5vw, 5rem);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
/* 마우스 커서 = 오크디자인 심볼 (터치 기기는 무관) */
body, a, button, input, textarea, select, label {
  cursor: url('/static/brand/favicon_32.png') 4 2, auto;
}
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.85;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.01em;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
::selection { background: var(--gold); color: #0b0f0d; }

/* 공통 라벨 — 작고 단단한 캡스 */
.lbl, .hero-eyebrow, .pj-kicker {
  font-family: var(--font); font-weight: 500;
  font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold);
}

/* ---------- 오프닝 : 손이 연필로 로고를 그린다 ---------- */
.opening {
  position: fixed; inset: 0; z-index: 1000; background: var(--bg);
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.9s ease, visibility 0.9s ease;
}
.opening.done { opacity: 0; visibility: hidden; }
.opening-video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity 0.7s ease;
}
.opening.vplay .opening-video { opacity: 1; }
.opening.lockup .opening-video { opacity: 0; }
.opening-brand { position: relative; z-index: 2; text-align: center; opacity: 0; transition: opacity 0.7s ease; }
.opening.lockup .opening-brand { opacity: 1; }
.opening-draw { position: relative; display: inline-block; }
.opening-symbol {
  display: block; margin: 0 auto;
  width: clamp(120px, 16vw, 170px); height: auto;
  overflow: visible;
}
.opening-symbol path {
  fill: transparent;
  stroke: var(--gold); stroke-width: 1.6;
  transition: fill 1.1s ease;
}
.opening.drawn .opening-symbol path { fill: var(--gold); }
.pencil-tip {
  position: absolute; left: 50%; top: 50%; z-index: 2;
  width: 7px; height: 7px; margin: -3.5px 0 0 -3.5px; border-radius: 50%;
  background: #f4efe4;
  box-shadow: 0 0 10px 3px rgba(244, 239, 228, 0.65), 0 0 26px 8px rgba(176, 141, 87, 0.4);
  transition: opacity 0.5s ease; pointer-events: none;
}
.opening-word {
  display: block; margin: 1.9rem auto 0;
  width: clamp(190px, 26vw, 280px); height: auto;
  opacity: 0; transform: translateY(8px);
  transition: opacity 0.9s ease 0.35s, transform 0.9s ease 0.35s;
}
.opening-word path, .opening-word polygon, .opening-word rect { fill: var(--ink); }
.opening.drawn .opening-word { opacity: 1; transform: translateY(0); }
.opening-ko {
  display: block; margin-top: 1.4rem;
  font-size: 0.72rem; font-weight: 400; letter-spacing: 0.14em; color: var(--dim);
  opacity: 0; transition: opacity 0.9s ease 0.7s;
}
.opening.drawn .opening-ko { opacity: 1; }
@keyframes openFade { to { opacity: 1; } }

/* ---------- 헤더 ---------- */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 800;
  display: flex; align-items: center; gap: 2.4rem;
  padding: 1.5rem var(--pad);
  transition: background 0.4s ease, padding 0.4s ease;
}
.header.scrolled {
  background: rgba(11, 15, 13, 0.85);
  backdrop-filter: blur(16px);
  padding-top: 1rem; padding-bottom: 1rem;
}
.logo { display: flex; align-items: center; gap: 0.7rem; }
.logo-mark { width: 24px; height: auto; }
.logo-text {
  font-weight: 600; font-size: 0.82rem; letter-spacing: 0.16em;
}
.logo-text em { font-style: normal; font-weight: 400; color: var(--gold); margin-left: 0.5em; letter-spacing: 0.2em; font-size: 0.82em; }
.nav { display: flex; gap: 2rem; margin-left: auto; }
.nav-link {
  font-size: 0.7rem; font-weight: 500; letter-spacing: 0.16em; color: var(--dim);
  transition: color 0.3s;
}
.nav-link:hover { color: var(--ink); }
.header-cta {
  font-size: 0.7rem; font-weight: 500; letter-spacing: 0.16em; color: var(--ink);
  border-bottom: 1px solid var(--gold); padding-bottom: 0.25rem;
  transition: color 0.3s, border-color 0.3s;
}
.header-cta:hover { color: var(--gold); }
.menu-btn { display: none; background: none; border: 0; width: 32px; height: 24px; position: relative; cursor: pointer; }
.menu-btn span { position: absolute; left: 0; right: 0; height: 1px; background: var(--ink); transition: 0.35s; }
.menu-btn span:nth-child(1) { top: 7px; } .menu-btn span:nth-child(2) { top: 15px; }
.menu-btn.open span:nth-child(1) { top: 11px; transform: rotate(45deg); }
.menu-btn.open span:nth-child(2) { top: 11px; transform: rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 790; background: rgba(11, 15, 13, 0.97);
  display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.8rem;
  padding: 0 var(--pad);
  opacity: 0; visibility: hidden; transition: 0.45s ease;
}
.mobile-menu.open { opacity: 1; visibility: visible; }
.m-link { font-size: 2rem; font-weight: 600; letter-spacing: 0.02em; }
.m-foot { margin-top: 2.4rem; font-size: 0.7rem; letter-spacing: 0.14em; color: var(--dim); }

/* ---------- 히어로 : 풀블리드 영상 + 좌하단 타이포 ---------- */
.hero { position: relative; height: 100vh; min-height: 600px; overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media .slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.8s ease;
}
.hero-media .slide.on { opacity: 1; }
.hero-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(11,15,13,0.42) 0%, rgba(11,15,13,0) 32%, rgba(11,15,13,0.18) 58%, rgba(11,15,13,0.94) 100%),
    linear-gradient(76deg, rgba(11,15,13,0.55) 0%, rgba(11,15,13,0.12) 44%, rgba(11,15,13,0) 70%);
}
.hero-content {
  position: absolute; z-index: 2;
  left: var(--pad); right: var(--pad); bottom: clamp(3.4rem, 9vh, 6.5rem);
  display: flex; flex-direction: column; align-items: flex-start; text-align: left;
}
.hero-eyebrow { margin-bottom: 1.6rem; }
.hero-title {
  font-weight: 600;
  font-size: clamp(2.2rem, 6.4vw, 5.4rem);
  line-height: 1.18; letter-spacing: -0.025em;
  max-width: 17ch;
}
.hero-title .line { display: block; overflow: hidden; }
.hero-title .word { display: inline-block; transform: translateY(110%); }
.hero-title em { font-style: normal; color: var(--gold); }
.hero-sub {
  margin-top: 1.7rem; font-size: 0.92rem; font-weight: 300;
  color: rgba(242, 239, 233, 0.78); line-height: 1.95; white-space: pre-line;
}
.hero-slide-meta {
  position: absolute; z-index: 3; right: var(--pad); bottom: clamp(3.4rem, 9vh, 6.5rem);
  display: flex; flex-direction: column; align-items: flex-end; gap: 0.5rem;
}
.hero-slide-label { font-size: 0.66rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--dim); }
.hero-slide-nav { display: flex; gap: 0.45rem; }
.hero-slide-nav i { width: 20px; height: 1px; background: rgba(242, 239, 233, 0.25); cursor: pointer; transition: background 0.3s; }
.hero-slide-nav i.on { background: var(--gold); }
.hero-scroll {
  position: absolute; z-index: 3; left: 50%; transform: translateX(-50%); bottom: 1.4rem;
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  font-size: 0.58rem; font-weight: 500; letter-spacing: 0.3em; color: var(--dim);
}
.hero-scroll i { width: 1px; height: 34px; background: var(--line); position: relative; overflow: hidden; }
.hero-scroll i::after {
  content: ''; position: absolute; left: 0; top: -50%; width: 100%; height: 50%;
  background: var(--gold); animation: scrollDrop 2.2s ease infinite;
}
@keyframes scrollDrop { to { top: 110%; } }

/* ---------- 히어로 스노우 ---------- */
.hero-snow { position: absolute; inset: 0; z-index: 1; pointer-events: none; }

/* ---------- SNS 아이콘 (푸터·컨택트 공용) ---------- */
.sns-row { display: flex; gap: 0.7rem; align-items: center; }
.sns-row a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%;
  color: var(--dim); transition: color 0.3s, border-color 0.3s, background 0.3s;
}
.sns-row svg { width: 17px; height: 17px; }
@media (hover: hover) and (pointer: fine) {
  .sns-row a:hover { color: #0b0f0d; border-color: var(--gold); background: var(--gold); }
}
.ct-facts .sns-row { margin-top: 0.4rem; }

/* ---------- 상상 → 현실 스테이지 (가운데 정렬) ---------- */
.imagine { padding-bottom: 0; }
.imagine .chapter-inner { text-align: center; }
.imagine .chapter-heading { margin-left: auto; margin-right: auto; }
.imagine .chapter-body { margin-left: auto; margin-right: auto; }
.imagine-stage {
  position: relative; overflow: hidden;
  /* max-height로 폭이 줄어들 때도 항상 가운데 (업체 요청: 스케치 가운데 정렬) */
  margin: clamp(2.5rem, 5vw, 4rem) auto 0;
  width: 100%; max-width: calc(92vh * 16 / 9);
  aspect-ratio: 16 / 9; max-height: 92vh; background: #f4f1ea;
}
.imagine-stage video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.imagine-stage .img-real { opacity: 0; transition: opacity 1.6s ease; }
.imagine-stage.reality .img-real { opacity: 1; }
.imagine-tag {
  position: absolute; z-index: 3; left: var(--pad); bottom: 1.8rem;
  font-size: 0.66rem; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase;
  color: #3a362e; background: rgba(244, 241, 234, 0.72); padding: 0.5rem 1rem;
  backdrop-filter: blur(4px); transition: color 0.6s, background 0.6s;
}
.imagine-stage.reality .imagine-tag { color: var(--ink); background: rgba(11, 15, 13, 0.55); }

/* ---------- 섹션 공통 : 여백은 절제, 밀도는 유지 ---------- */
.chapter { padding: clamp(4.5rem, 9vw, 7.5rem) var(--pad); }
.chapter-inner { max-width: 1320px; margin: 0 auto; }
.chapter-heading {
  font-weight: 600;
  font-size: clamp(1.7rem, 4.2vw, 3.3rem);
  line-height: 1.32; letter-spacing: -0.02em; white-space: pre-line;
  max-width: 22ch;
}
.chapter-heading em { font-style: normal; color: var(--gold); }
.chapter-heading::after { content: none; }
.chapter-body {
  margin-top: 1.8rem; max-width: 54ch; color: var(--dim);
  font-size: 0.95rem; line-height: 2;
}

/* ---------- 01 선언 : 헤딩 좌 · 본문 우 2단 (밀도) ---------- */
.manifesto .chapter-inner {
  display: grid; grid-template-columns: 1.05fr 1fr;
  gap: 2rem clamp(2.5rem, 6vw, 6rem); align-items: start;
}
.manifesto .chapter-heading { grid-column: 1; }
.manifesto-body {
  grid-column: 2; margin-top: 0.5rem;
  display: flex; flex-direction: column; gap: 1.5rem;
}
.manifesto-body p { color: var(--dim); font-size: 0.95rem; line-height: 2.05; }
.manifesto-body p:first-child { color: var(--ink); font-weight: 400; }
.manifesto-stats { grid-column: 1 / -1; }
/* 글로우서울식 대형 카운트업 */
.manifesto-stats {
  margin-top: clamp(2.6rem, 5vw, 4rem);
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.manifesto-stats .stat { padding: 2.6rem 0.8rem 0 0; }
.manifesto-stats .stat strong {
  font-weight: 600; font-size: clamp(3.2rem, 7.5vw, 6rem);
  letter-spacing: -0.03em; color: var(--ink); line-height: 1;
  font-variant-numeric: tabular-nums;
}
.manifesto-stats .stat strong::after { content: none; }
.manifesto-stats .stat > span {
  display: block; margin-top: 0.9rem;
  font-size: 0.66rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold);
}

/* ---------- 02 프로젝트 : 아코디언 갤러리 (호버 카드 확장) ---------- */
.sig-list {
  max-width: 1320px; margin: clamp(3rem, 6vw, 4.5rem) auto 0;
  display: flex; gap: clamp(0.9rem, 1.6vw, 1.4rem); align-items: flex-start;
}
.sig-card { cursor: pointer; flex: 1; min-width: 0; transition: flex 0.75s cubic-bezier(0.3, 0.8, 0.3, 1); }
.sig-thumb {
  position: relative; overflow: hidden; background: #0d1210;
  height: clamp(400px, 62vh, 620px);
}
.sig-thumb img, .sig-thumb video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: filter 0.7s ease, transform 1.6s cubic-bezier(0.2, 0.6, 0.2, 1);
}
/* 호버한 카드는 펼쳐지고, 나머지는 어두워지며 물러난다 */
@media (hover: hover) and (pointer: fine) {
  .sig-card:hover { flex: 2.1; }
  .sig-list:hover .sig-card:not(:hover) .sig-thumb img,
  .sig-list:hover .sig-card:not(:hover) .sig-thumb video {
    filter: brightness(0.45) saturate(0.8);
  }
}
.sig-hover {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 3rem 1.2rem 1.1rem; text-align: left;
  background: linear-gradient(180deg, transparent, rgba(11, 15, 13, 0.75));
  font-size: 0.62rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink);
  opacity: 0; transition: opacity 0.4s ease;
}
.sig-card:hover .sig-hover { opacity: 1; }
.sig-cap { padding: 1.1rem 0 0; }
.sig-en {
  font-weight: 600; font-size: clamp(1rem, 1.6vw, 1.25rem); line-height: 1.25; letter-spacing: -0.01em;
}
.sig-ko { margin-top: 0.3rem; font-size: 0.78rem; color: var(--dim); }

/* ---------- 02 카테고리 릴 : 3:4 실촬영 영상 3종 ---------- */
.reel-list {
  max-width: 1320px; margin: clamp(3rem, 6vw, 4.5rem) auto 0;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.2rem, 2.4vw, 2rem);
}
.reel-thumb {
  position: relative; overflow: hidden; background: #0d1210;
  aspect-ratio: 3 / 4;
}
.reel-thumb video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.6s cubic-bezier(0.2, 0.6, 0.2, 1);
}
@media (hover: hover) and (pointer: fine) {
  .reel-card:hover .reel-thumb video { transform: scale(1.035); }
}
.reel-cap { padding: 1.15rem 0 0; }
.reel-ko { font-weight: 600; font-size: clamp(1.1rem, 1.8vw, 1.4rem); letter-spacing: -0.01em; }
.reel-en { margin-top: 0.2rem; font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--dim); }
.reel-cta {
  display: inline-block; margin-top: 0.9rem;
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.12em; color: var(--ink);
  border-bottom: 1px solid var(--gold); padding-bottom: 0.3rem;
  transition: color 0.3s;
}
.reel-cta:hover { color: var(--gold); }

/* ---------- 03 비욘드 : 한 줄 팩트 ---------- */
.beyond-band {
  max-width: 1320px; margin: clamp(3rem, 6vw, 4.5rem) auto 0;
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.bb-item { padding: 1.8rem 0.8rem 0 0; text-align: left; display: block; }
@media (hover: hover) and (pointer: fine) {
  a.bb-item:hover strong, a.bb-item:hover .bb-en { color: var(--gold); }
}
.bb-item strong {
  display: inline; font-weight: 500;
  font-size: clamp(1.7rem, 3.4vw, 2.6rem); letter-spacing: -0.02em; color: var(--ink); line-height: 1;
}
.bb-en {
  display: block; margin-top: 0.4rem;
  font-size: 0.64rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--dim);
  text-indent: 0;
}
.bb-ko { display: none; }

/* 실사진 필름스트립 — 풀블리드 무한 흐름 */
.film {
  margin: clamp(3rem, 6vw, 4.5rem) calc(var(--pad) * -1) 0;
  overflow: hidden;
}
.film-track {
  display: flex; gap: 4px; width: max-content;
  animation: filmScroll 70s linear infinite;
}
.film-track img {
  height: clamp(180px, 24vw, 280px); width: auto; flex-shrink: 0;
  object-fit: cover;
}
@keyframes filmScroll { to { transform: translateX(-50%); } }

/* ---------- 클라이언트 ---------- */
.clients { padding: clamp(1.5rem, 3vw, 2.5rem) var(--pad) clamp(4.5rem, 9vw, 7rem); }
.clients-heading {
  max-width: 1320px; margin: 0 auto;
  font-size: 0.68rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold);
  text-align: left;
}
.clients-grid {
  max-width: 1320px; margin: 2rem auto 0;
  display: flex; flex-wrap: wrap; justify-content: flex-start;
  gap: 0.7rem 2.2rem;
}
.clients-grid span {
  font-weight: 400; font-size: clamp(0.95rem, 1.8vw, 1.25rem); letter-spacing: 0.04em;
  color: var(--dim); transition: color 0.3s;
}
.clients-grid span:hover { color: var(--ink); }

/* ---------- 문의 페이지 공용 ---------- */
.contact-grid {
  max-width: 1180px; margin: clamp(3rem, 6vw, 5rem) auto 0;
  display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(2.5rem, 6vw, 5rem);
}
.contact-info ul { list-style: none; display: flex; flex-direction: column; gap: 1.5rem; }
.contact-info li { display: flex; flex-direction: column; gap: 0.3rem; }
.contact-info li > span {
  font-size: 0.62rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold);
}
.contact-info li a, .contact-info li em { font-style: normal; font-size: 1rem; color: var(--ink); transition: color 0.3s; }
.contact-info li a:hover { color: var(--gold); }
.contact-form { display: flex; flex-direction: column; gap: 1.2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.contact-form label {
  display: flex; flex-direction: column; gap: 0.5rem;
  font-size: 0.62rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--dim);
}
.contact-form input, .contact-form textarea {
  background: rgba(242, 239, 233, 0.03); border: 1px solid var(--line);
  padding: 0.9rem 1rem; color: var(--ink); font-family: var(--font); font-size: 0.92rem;
  transition: border-color 0.3s; resize: vertical;
}
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--gold); }
.form-note { font-size: 0.8rem; color: var(--gold); min-height: 1.2em; }
.btn-gold {
  display: inline-block; background: var(--gold); color: #0b0f0d; border: 0; cursor: pointer;
  padding: 1rem 2.4rem; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  transition: background 0.3s;
}
.btn-gold:hover { background: #c9a76e; }
.btn-gold span { position: static; }
.page-contact { min-height: 100vh; padding: clamp(7rem, 14vw, 10rem) var(--pad) 6rem; }
.page-back {
  display: inline-block; margin-bottom: 2.2rem;
  font-size: 0.66rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--dim);
  transition: color 0.3s;
}
.page-back:hover { color: var(--gold); }

/* ---------- 프로젝트 상세 ---------- */
.pj-cover { position: relative; height: 100vh; min-height: 560px; overflow: hidden; }
.pj-cover-media, .pj-cover-media img, .pj-cover-media video,
.pj-next-media, .pj-next-media img, .pj-next-media video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.pj-cover-shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,15,13,0.4) 0%, rgba(11,15,13,0) 35%, rgba(11,15,13,0.04) 62%, rgba(11,15,13,0.86) 100%);
}
.pj-cover-text {
  position: absolute; z-index: 2; left: var(--pad); right: var(--pad); bottom: clamp(3rem, 8vh, 5.5rem);
}
.pj-kicker { margin-bottom: 1.4rem; }
.pj-ko { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.pj-en {
  margin-top: 0.8rem; font-weight: 600;
  font-size: clamp(2.4rem, 6.6vw, 5.6rem); line-height: 1.04; letter-spacing: -0.025em; max-width: 15ch;
}
.pj-info {
  max-width: 1320px; margin: 0 auto; padding: clamp(4rem, 9vw, 7rem) var(--pad);
  display: grid; grid-template-columns: 1fr 1.5fr; gap: clamp(2rem, 6vw, 5rem);
}
.pj-meta { display: flex; flex-direction: column; gap: 1.3rem; }
.pj-meta div { display: flex; flex-direction: column; gap: 0.25rem; }
.pj-meta span { font-size: 0.62rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.pj-meta em { font-style: normal; font-size: 0.95rem; color: var(--ink); }
.pj-desc {
  font-weight: 300; font-size: clamp(1.05rem, 1.9vw, 1.3rem); line-height: 2.05; color: var(--ink);
  max-width: 44ch;
}
.pj-gallery {
  display: flex; flex-direction: column; gap: 2px;
  padding: 0 0 clamp(4rem, 9vw, 7rem);
}
.pj-cut { position: relative; overflow: hidden; }
.pj-cut img, .pj-cut video { width: 100%; height: auto; display: block; }
.pj-cut.portrait { align-self: center; width: min(92vw, 460px); margin: clamp(2rem, 5vw, 4rem) 0; }
.pj-next { position: relative; display: block; height: 60vh; min-height: 360px; overflow: hidden; }
.pj-next-media img, .pj-next-media video {
  transform: scale(1.03); transition: transform 3.5s cubic-bezier(0.2, 0.6, 0.2, 1); filter: brightness(0.5);
}
.pj-next:hover .pj-next-media img, .pj-next:hover .pj-next-media video { transform: scale(1); filter: brightness(0.68); }
.pj-next-shade { position: absolute; inset: 0; background: rgba(11, 15, 13, 0.3); }
.pj-next-text {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end;
  padding: clamp(2.2rem, 6vh, 4rem) var(--pad); gap: 0.7rem;
}
.pj-next-text span { font-size: 0.64rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.pj-next-text strong {
  font-weight: 600; font-size: clamp(1.8rem, 4.4vw, 3.4rem); line-height: 1.06; letter-spacing: -0.02em;
}
.pj-next-text em { font-style: normal; font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--dim); }

/* ---------- 푸터 ---------- */
.footer {
  padding: clamp(4rem, 8vw, 6rem) var(--pad) 3rem;
  border-top: 1px solid var(--line);
  display: grid; grid-template-columns: auto 1fr; gap: 1rem 4rem; align-items: start;
  max-width: 1320px; margin: 0 auto;
}
.footer-logo { width: clamp(130px, 15vw, 170px); height: auto; opacity: 0.9; grid-row: span 4; }
.footer-info { font-size: 0.78rem; color: var(--dim); line-height: 1.9; text-align: left; }
.footer-links { display: flex; gap: 1.6rem; }
.footer-links a {
  font-size: 0.64rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--dim);
  transition: color 0.3s;
}
.footer-links a:hover { color: var(--gold); }
.footer-copy { font-size: 0.66rem; letter-spacing: 0.06em; color: rgba(139, 137, 127, 0.6); text-align: left; }

/* ---------- 라이트박스 (잔존 호환) ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 950; background: rgba(8, 11, 9, 0.96);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: 0.35s ease;
}
.lightbox.open { opacity: 1; visibility: visible; }
.lb-stage { max-width: 90vw; max-height: 84vh; }
.lb-stage img, .lb-stage video { max-width: 90vw; max-height: 84vh; object-fit: contain; }
.lb-caption { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); font-size: 0.8rem; color: var(--dim); }
.lb-close, .lb-prev, .lb-next {
  position: absolute; z-index: 2; background: none; border: 1px solid var(--line); color: var(--ink);
  width: 46px; height: 46px; cursor: pointer; transition: 0.3s;
}
.lb-close:hover, .lb-prev:hover, .lb-next:hover { border-color: var(--gold); color: var(--gold); }
.lb-close { top: 1.6rem; right: 1.6rem; }
.lb-prev { left: 1.4rem; top: 50%; } .lb-next { right: 1.4rem; top: 50%; }

/* ---------- 페이지 전환 : 카드가 상세 커버로 모핑 (View Transitions) ---------- */
@view-transition { navigation: auto; }
.pj-cover-media { view-transition-name: pjcover; }
::view-transition-group(pjcover) { animation-duration: 0.65s; animation-timing-function: cubic-bezier(0.3, 0.75, 0.3, 1); }
::view-transition-old(root), ::view-transition-new(root) { animation-duration: 0.45s; }
@media (prefers-reduced-motion: reduce) {
  @view-transition { navigation: none; }
}

/* ---------- 미리보기 모드 배너 (관리자 세션 전용) ---------- */
.pv-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 1200;
  display: flex; align-items: center; justify-content: center; gap: 1.4rem; flex-wrap: wrap;
  padding: 0.7rem var(--pad);
  background: var(--gold); color: #0b0f0d;
  font-size: 0.8rem; letter-spacing: 0.01em;
}
.pv-banner b { font-weight: 700; }
.pv-banner a {
  font-weight: 600; text-decoration: underline; text-underline-offset: 3px;
  color: #0b0f0d; white-space: nowrap;
}

/* ---------- 리빌 : 절제된 12px ---------- */
.fade-up { opacity: 0; transform: translateY(14px); transition: opacity 1s ease, transform 1s cubic-bezier(0.2, 0.6, 0.2, 1); }
.fade-up.in { opacity: 1; transform: translateY(0); }
/* 카드는 리빌 + 아코디언 flex 전환을 함께 */
.sig-card.fade-up {
  transition: opacity 1s ease, transform 1s cubic-bezier(0.2, 0.6, 0.2, 1), flex 0.75s cubic-bezier(0.3, 0.8, 0.3, 1);
}

/* ---------- 서브페이지 공통 헤드 ---------- */
.page-head { max-width: 1320px; margin: 0 auto; padding: clamp(8rem, 15vw, 11rem) var(--pad) 0; }
.page-title {
  margin-top: 1.2rem; font-weight: 600;
  font-size: clamp(2.4rem, 6.5vw, 4.8rem); line-height: 1.12; letter-spacing: -0.03em;
}
.page-title em { font-style: normal; color: var(--gold); }
.page-sub { margin-top: 1.4rem; color: var(--dim); font-size: 0.95rem; line-height: 2; }

/* ---------- 포트폴리오 : 필터 ---------- */
.pf-filter { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: clamp(2rem, 4vw, 3rem); }
.pf-pill {
  border: 1px solid var(--line); background: none; color: var(--dim); cursor: pointer;
  padding: 0.55rem 1.25rem; border-radius: 999px;
  font-size: 0.8rem; font-weight: 400; letter-spacing: 0.02em;
  transition: color 0.3s, border-color 0.3s, background 0.3s;
}
.pf-pill span { margin-left: 0.35em; font-size: 0.72em; color: var(--gold); }
.pf-pill.on { background: var(--ink); border-color: var(--ink); color: #0b0f0d; }
.pf-pill.on span { color: #6d5325; }
@media (hover: hover) and (pointer: fine) {
  .pf-pill:not(.on):hover { color: var(--ink); border-color: var(--dim); }
}

/* ---------- 포트폴리오 : 그리드 ---------- */
.pf-grid {
  max-width: 1320px; margin: clamp(2.5rem, 5vw, 4rem) auto 0;
  padding: 0 var(--pad) clamp(5rem, 9vw, 7rem);
  display: grid; grid-template-columns: repeat(3, 1fr);
  /* 사진 사이 숨 쉬는 간격 (클라이언트 요청 — 2차로 한 번 더 확대) */
  gap: clamp(3.2rem, 5.5vw, 4.8rem) clamp(2rem, 3.6vw, 3.2rem);
}
.pf-card { display: block; min-width: 0; }
.pf-card.hide { display: none; }
.pf-thumb { position: relative; overflow: hidden; background: #0d1210; aspect-ratio: 4 / 3; }
.pf-thumb img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.4s cubic-bezier(0.2, 0.6, 0.2, 1), filter 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .pf-card:hover .pf-thumb img { transform: scale(1.045); }
}
.pf-cap { padding: 0.9rem 0 0; }
.pf-title { font-weight: 600; font-size: clamp(0.98rem, 1.5vw, 1.15rem); line-height: 1.35; letter-spacing: -0.01em; }
.pf-date { margin-top: 0.25rem; font-size: 0.72rem; letter-spacing: 0.08em; color: var(--dim); text-transform: uppercase; }

/* ---------- 포트폴리오 : 상세 ---------- */
.pf-cover { height: 78vh; min-height: 480px; }
.pf-cover .pj-cover-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pf-name { font-size: clamp(2rem, 5.6vw, 4.6rem); }
.pf-cover-date {
  margin-top: 1.1rem; font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase; color: rgba(242, 239, 233, 0.75);
}
.pf-info { padding-top: clamp(3rem, 6vw, 5rem); padding-bottom: clamp(3rem, 6vw, 5rem); }
.pf-gallery { max-width: 1320px; margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.pf-cut { content-visibility: auto; contain-intrinsic-size: auto 640px; }
.pf-cut img { width: 100%; height: auto; cursor: zoom-in; }

/* 포트폴리오 하단 카테고리 슬라이드 */
.pf-strip-wrap { padding: 0 0 clamp(4.5rem, 8vw, 6.5rem); }
.pf-strip-label { max-width: 1320px; margin: 0 auto 1.4rem; padding: 0 var(--pad); }
.pf-strip { margin: 0; }

/* 이전 / 다음 페이저 */
.pf-pager {
  max-width: 1320px; margin: 0 auto; padding: 0 var(--pad) clamp(5rem, 9vw, 7rem);
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 1.5rem; align-items: center;
  border-top: 1px solid var(--line); padding-top: 2.2rem;
}
.pf-pager-item { display: flex; flex-direction: column; gap: 0.4rem; min-width: 0; }
.pf-pager-item span { font-size: 0.62rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.pf-pager-item strong {
  font-weight: 500; font-size: 0.95rem; letter-spacing: -0.01em; color: var(--ink);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: color 0.3s;
}
.pf-pager-all { text-align: center; align-items: center; }
.pf-pager-next { text-align: right; align-items: flex-end; }
@media (hover: hover) and (pointer: fine) {
  .pf-pager-item:hover strong { color: var(--gold); }
}

/* ---------- 컨택트 v2 : 지도 + 정보 / 도면 첨부 폼 ---------- */
.ct-inner { max-width: 1320px; margin: 0 auto; }
.ct-grid {
  margin-top: clamp(2.6rem, 5vw, 4rem);
  display: grid; grid-template-columns: 1fr 1.35fr; gap: clamp(2.2rem, 5vw, 4.5rem);
  align-items: start;
}
.ct-map { position: relative; border: 1px solid var(--line); background: #0d1210; }
.ct-map iframe {
  display: block; width: 100%; aspect-ratio: 4 / 3; border: 0;
  filter: grayscale(0.2) brightness(0.92);
}
.ct-map-naver {
  position: absolute; right: 0.9rem; bottom: 0.9rem;
  font-size: 0.66rem; font-weight: 600; letter-spacing: 0.1em;
  color: #0b0f0d; background: var(--gold); padding: 0.5rem 0.95rem;
  transition: background 0.3s;
}
.ct-map-naver:hover { background: #c9a76e; }
.ct-facts { list-style: none; margin-top: 1.6rem; display: flex; flex-direction: column; gap: 1.15rem; }
.ct-facts li { display: flex; flex-direction: column; gap: 0.3rem; }
.ct-facts li > span { font-size: 0.62rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.ct-facts li em { font-style: normal; font-size: 0.92rem; color: var(--ink); line-height: 1.7; }
.ct-facts li em a { transition: color 0.3s; }
.ct-facts li em a:hover { color: var(--gold); }
.ct-form .req { color: var(--gold); font-weight: 600; font-style: normal; }
.ct-files { display: flex; flex-direction: column; gap: 0.7rem; }
.ct-files-label { font-size: 0.62rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--dim); }
.ct-files-label i { font-style: normal; letter-spacing: 0.04em; color: rgba(139, 137, 127, 0.7); text-transform: none; }
.ct-dropzone {
  border: 1px dashed rgba(242, 239, 233, 0.25); background: rgba(242, 239, 233, 0.02);
  padding: 1.5rem 1rem; text-align: center; cursor: pointer;
  display: flex; flex-direction: column; gap: 0.35rem;
  transition: border-color 0.3s, background 0.3s;
}
.ct-dropzone span { font-size: 0.85rem; color: var(--ink); }
.ct-dropzone i { font-style: normal; font-size: 0.68rem; letter-spacing: 0.08em; color: var(--dim); }
.ct-dropzone.drag { border-color: var(--gold); background: rgba(176, 141, 87, 0.07); }
.ct-dropzone.full { opacity: 0.45; cursor: default; }
.ct-file-list { list-style: none; display: flex; flex-direction: column; gap: 0.4rem; }
.ct-file-list li {
  display: flex; align-items: center; gap: 0.8rem;
  border: 1px solid var(--line); padding: 0.55rem 0.9rem; font-size: 0.8rem;
}
.ct-file-list li span { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ct-file-list li i { font-style: normal; font-size: 0.68rem; color: var(--dim); }
.ct-file-list li button {
  background: none; border: 0; cursor: pointer; color: var(--dim);
  font-size: 0.68rem; letter-spacing: 0.06em; transition: color 0.3s;
}
.ct-file-list li button:hover { color: #d66; }
.ct-consent { flex-direction: row !important; gap: 0.7rem !important; align-items: flex-start; cursor: pointer; }
.ct-consent input { width: 15px; height: 15px; margin-top: 0.15rem; accent-color: var(--gold); flex-shrink: 0; }
.ct-consent span { font-size: 0.8rem; color: var(--ink); letter-spacing: 0; text-transform: none; line-height: 1.7; }
.ct-consent span i { display: block; font-style: normal; font-size: 0.7rem; color: var(--dim); margin-top: 0.25rem; }

/* ---------- 메인 : 포트폴리오 티저 ---------- */
.pf-teaser { padding-bottom: clamp(4.5rem, 9vw, 7rem); }
.pf-teaser-grid { margin-top: clamp(2.5rem, 5vw, 4rem); padding-bottom: 0; }
.pf-teaser-cta { max-width: 1320px; margin: clamp(2.2rem, 4vw, 3.2rem) auto 0; padding: 0 var(--pad); }

/* ---------- 포트폴리오 : 쇼릴 배너 ---------- */
.pf-showreel {
  position: relative; overflow: hidden;
  margin-top: clamp(2.5rem, 5vw, 4rem);
  height: 56vh; min-height: 340px;
}
.pf-showreel video { width: 100%; height: 100%; object-fit: cover; }
.pf-showreel-shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,15,13,0.35) 0%, rgba(11,15,13,0) 40%, rgba(11,15,13,0.55) 100%);
}
.pf-showreel-label {
  position: absolute; left: var(--pad); bottom: 1.6rem; z-index: 2;
  font-size: 0.66rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(242,239,233,0.85);
}

/* ---------- ABOUT : 비전 · 목표 카드 ---------- */
.ab-cards {
  max-width: 1320px; margin: clamp(3rem, 6vw, 4.5rem) auto 0;
  padding: 0 var(--pad);
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem, 2vw, 1.6rem);
}
.ab-card {
  border: 1px solid var(--line); border-left: 2px solid var(--gold);
  padding: clamp(1.8rem, 4vw, 2.8rem);
  background: rgba(242, 239, 233, 0.02);
}
.ab-card h2 {
  margin-top: 1.1rem; font-weight: 600;
  font-size: clamp(1.4rem, 2.8vw, 2.1rem); line-height: 1.35; letter-spacing: -0.02em;
}
.ab-card p { margin-top: 0.9rem; color: var(--dim); font-size: 0.9rem; }
.ab-story { padding-bottom: 0; }
.ab-story .chapter-inner { display: block; }
.ab-body { margin-top: 1.8rem; max-width: 62ch; }
.ab-connect .chapter-inner { display: block; }
.ab-links {
  margin-top: 2rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px; background: var(--line); border: 1px solid var(--line); max-width: 760px;
}
.ab-links a {
  display: flex; flex-direction: column; gap: 0.35rem;
  padding: 1.4rem 1.6rem; background: var(--bg); transition: background 0.3s;
}
.ab-links a span { font-size: 0.62rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.ab-links a em { font-style: normal; font-size: 0.92rem; color: var(--ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
@media (hover: hover) and (pointer: fine) {
  .ab-links a:hover { background: rgba(242, 239, 233, 0.045); }
}
.ab-cta { margin-top: 2.6rem; }

/* ---------- 반응형 ---------- */
@media (max-width: 960px) {
  .nav, .header-cta { display: none; }
  .menu-btn { display: block; margin-left: auto; }
  .pf-grid { grid-template-columns: repeat(2, 1fr); }
  .ab-cards { grid-template-columns: 1fr; }
  .ab-links { grid-template-columns: 1fr; }
  .ct-grid { grid-template-columns: 1fr; }
  .manifesto .chapter-inner { grid-template-columns: 1fr; }
  .manifesto-body { grid-column: 1; }
  .sig-list { display: grid; grid-template-columns: repeat(2, 1fr); }
  .sig-thumb { height: auto; aspect-ratio: 9 / 16; }
  .contact-grid { grid-template-columns: 1fr; }
  .pj-info { grid-template-columns: 1fr; gap: 2rem; }
  .pj-meta { flex-direction: row; flex-wrap: wrap; gap: 1.1rem 1.8rem; }
  .footer { grid-template-columns: 1fr; }
  .footer-logo { grid-row: auto; }
}
/* ============================================================
   모바일 전용 문법 (≤560px) — 뷰포트 축소가 아니라 재설계:
   세로 영상 히어로 · 스와이프 캐러셀 · 2열 밀도 그리드 · 컴팩트 스탯
   ============================================================ */
@media (max-width: 560px) {
  .form-row { grid-template-columns: 1fr; }
  .hero-slide-meta { display: none; }

  /* --- 히어로 : 세로 화면 재설계 --- */
  .hero { height: 100svh; min-height: 540px; }
  .hero-eyebrow { display: none; }              /* 클라이언트 나열은 모바일에서 소음 */
  .hero-content { bottom: clamp(4.2rem, 11vh, 6rem); }
  .hero-title { font-size: 2.3rem; line-height: 1.24; max-width: 100%; }
  .hero-sub { margin-top: 1.1rem; font-size: 0.84rem; line-height: 1.85; }

  /* --- 챕터 공통 : 리듬 압축 --- */
  .chapter { padding: 3.4rem var(--pad); }
  .chapter-heading { font-size: 1.62rem; line-height: 1.38; max-width: 100%; }
  .chapter-body { margin-top: 1.1rem; font-size: 0.87rem; line-height: 1.9; }
  .manifesto-body { gap: 1rem; }
  .manifesto-body p { font-size: 0.87rem; line-height: 1.9; }

  /* --- 스탯 : 탑이 아니라 한 줄 밴드 --- */
  .manifesto-stats { grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); margin-top: 2rem; }
  .manifesto-stats .stat { padding: 1.3rem 0.3rem 0 0; border-top: 0; }
  .manifesto-stats .stat strong { font-size: 1.9rem; }
  .manifesto-stats .stat > span { margin-top: 0.45rem; font-size: 0.52rem; letter-spacing: 0.12em; }
  .beyond-band { grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
  .bb-item { padding: 1.2rem 0.3rem 0 0; border-top: 0; }
  .bb-item strong { font-size: 1.5rem; }
  .bb-en { font-size: 0.52rem; letter-spacing: 0.1em; }

  /* --- 카테고리 릴 : 가로 스와이프 캐러셀 --- */
  .reel-list {
    display: flex; gap: 0.9rem;
    overflow-x: auto; overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
    margin-left: calc(var(--pad) * -1); margin-right: calc(var(--pad) * -1);
    padding: 0 var(--pad);
    scrollbar-width: none;
  }
  .reel-list::-webkit-scrollbar { display: none; }
  .reel-card { flex: 0 0 74vw; scroll-snap-align: center; }

  /* --- 시그니처 : 2열 손톱 카드 → 가로 스와이프 캐러셀 --- */
  .sig-list {
    display: flex; gap: 0.8rem;
    overflow-x: auto; overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
    margin-left: calc(var(--pad) * -1); margin-right: calc(var(--pad) * -1);
    padding: 0 var(--pad);
    scrollbar-width: none;
  }
  .sig-list::-webkit-scrollbar { display: none; }
  .sig-card { flex: 0 0 72vw; scroll-snap-align: center; }
  .sig-thumb { height: auto; aspect-ratio: 9 / 16; }
  .sig-en { font-size: 0.95rem; }
  .sig-ko { font-size: 0.72rem; }

  /* --- 상상→현실 : 조각 화면 → 세로 시네마 --- */
  .imagine-stage { aspect-ratio: 4 / 5; max-height: 80svh; }

  /* --- 포트폴리오 그리드 : 1열 거대 스택 → 2열 밀도 --- */
  .pf-grid { grid-template-columns: repeat(2, 1fr); gap: 1.3rem 0.7rem; }
  .pf-title { font-size: 0.84rem; line-height: 1.3; }
  .pf-date { font-size: 0.58rem; letter-spacing: 0.05em; margin-top: 0.15rem; }
  .pf-cap { padding-top: 0.55rem; }
  .pf-teaser-cta .btn-gold { display: block; text-align: center; }
  .pf-pager { grid-template-columns: 1fr 1fr; }
  .pf-pager-all { display: none; }
  .pf-showreel { height: 38svh; min-height: 240px; }
  .page-head { padding-top: 6.4rem; }
  .page-title { font-size: 2.3rem; }
  .page-sub { font-size: 0.84rem; }
  .pf-filter { margin-top: 1.6rem; gap: 0.45rem; }
  .pf-pill { padding: 0.45rem 1rem; font-size: 0.72rem; }

  /* --- 상세 : 커버 높이·타이포 --- */
  .pf-cover { height: 64svh; min-height: 420px; }
  .pf-name { font-size: 1.9rem; }
  .pf-info { padding-top: 2.2rem; padding-bottom: 2.2rem; }
  .pj-meta { gap: 0.9rem 1.4rem; }
  .pj-desc { font-size: 0.92rem; line-height: 1.9; }

  /* --- 클라이언트 : 텍스트 덩어리 압축 --- */
  .clients-grid { gap: 0.35rem 1.15rem; margin-top: 1.3rem; }
  .clients-grid span { font-size: 0.78rem; }

  /* --- ABOUT --- */
  .ab-card { padding: 1.5rem 1.3rem; }
  .ab-card h2 { font-size: 1.25rem; }
  .ab-links a { padding: 1.05rem 1.15rem; }
  .ab-links a em { font-size: 0.82rem; }

  /* --- 푸터 : 컴팩트 --- */
  .footer { padding: 2.8rem var(--pad) 2.2rem; gap: 1.1rem; }
  .footer-logo { width: 104px; }
  .footer-info { font-size: 0.7rem; line-height: 1.8; }
  .footer-links { flex-wrap: wrap; gap: 0.7rem 1.1rem; }
  .footer-copy { font-size: 0.6rem; }

  /* --- 문의 --- */
  .page-contact { padding-top: 6.2rem; }
  .contact-form input, .contact-form textarea { font-size: 16px; } /* iOS 줌 방지 */
}
