/* 부동산파이 스타일시트.
   팔레트 잠금(브랜드킷 기준): 딥 네이비(베이스) + 본(텍스트) + 골드(단일 악센트).
   라운드 규칙(문서화): 버튼 = pill, 카드/미디어 = 18px, 태그 = 10px. */

:root {
  /* 브랜드 딥 네이비 베이스 (순수 검정 금지) */
  --ink:      #0b1220;
  --ink-2:    #0e1728;
  --ink-3:    #131f33;
  --line:     rgba(243, 239, 230, 0.10);
  --line-2:   rgba(243, 239, 230, 0.16);

  /* 본 텍스트 */
  --bone:     #f3efe6;
  --sage:     #a5aebc;   /* 보조 텍스트, 본문 대비 충족 */
  --sage-dim: #87919f;

  /* 단일 악센트: 브랜드 골드 (페이지 전체 동일 적용) */
  --accent:      #c9a55e;
  --accent-deep: #a8874a;
  --accent-soft: rgba(201, 165, 94, 0.14);

  --font-sans:  'Pretendard', system-ui, -apple-system, sans-serif;
  --font-serif: 'Cormorant Garamond', Georgia, serif;

  --r-card: 18px;
  --r-tag:  10px;

  --maxw: 1240px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  background: var(--ink);
  color: var(--bone);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  word-break: keep-all; /* 한글 어절 단위 줄바꿈 */
}

img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- 공통 타이포 ---------- */
.h2 {
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
}
/* 헤드라인 강조 단어: 같은 글꼴(Pretendard) + 골드 컬러만으로 강조.
   (한글에 라틴 세리프를 섞으면 폴백 명조가 끼어들어 통일감이 깨지므로 동일 패밀리 유지) */
.accent-word {
  color: var(--accent);
}
.eyebrow {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--accent);
  font-weight: 600;
}

/* ---------- 버튼 (pill, 대비 검증 완료) ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform .18s ease, background .2s ease, border-color .2s ease;
}
.btn:active { transform: translateY(1px) scale(0.99); }
.btn--solid {
  background: var(--accent);
  color: #1c1408;               /* 샴페인 위 짙은 텍스트, AA 충족 */
}
.btn--solid:hover { background: #d6b878; }
.btn--ghost {
  background: rgba(243, 239, 230, 0.04);
  border-color: var(--line-2);
  color: var(--bone);
}
.btn--ghost:hover { border-color: var(--accent); color: var(--accent); }

/* ---------- 네비게이션 (한 줄, 72px 이하) ---------- */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled {
  background: rgba(11, 18, 32, 0.82);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
}
.nav__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  height: 72px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand { display: flex; flex-direction: row; align-items: center; line-height: 1; gap: 11px; }
/* 브랜드 π 심볼 (브랜드킷 로고의 다크 배경용 버전: 본 글리프 + 골드 코너) */
.brand__logo { width: 30px; height: 30px; flex: 0 0 auto; color: var(--bone); }
.brand__text { display: flex; flex-direction: column; gap: 3px; }
.brand__mark {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 1.22rem;
  letter-spacing: -0.01em;
  color: var(--bone);
}
.brand__ko { font-size: 0.66rem; letter-spacing: 0.14em; color: var(--sage); }
.nav__links { margin-left: auto; display: flex; gap: 30px; }
.nav__links a {
  font-size: 0.92rem;
  color: var(--sage);
  transition: color .2s ease;
}
.nav__links a:hover { color: var(--bone); }
.nav__actions { display: flex; align-items: center; gap: 10px; }
.nav__cta { padding: 0.6rem 1.25rem; font-size: 0.88rem; }
.nav__actions .btn--ghost { background: transparent; }

/* ---------- 모바일 햄버거 + 메뉴 ---------- */
.nav__burger {
  display: none; margin-left: auto;
  width: 42px; height: 42px; padding: 0;
  background: transparent; border: 1px solid var(--line-2); border-radius: 10px;
  cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.nav__burger span { display: block; width: 20px; height: 2px; background: var(--bone); transition: transform .25s ease, opacity .2s ease; }
.nav__burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger.is-open span:nth-child(2) { opacity: 0; }
.nav__burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav__mobile {
  position: fixed; left: 0; right: 0; top: 72px; z-index: 99;
  background: rgba(11, 18, 32, 0.97); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  padding: 14px 24px 26px;
  transform: translateY(-14px); opacity: 0; pointer-events: none;
  transition: transform .28s ease, opacity .28s ease;
}
.nav__mobile.is-open { transform: none; opacity: 1; pointer-events: auto; }
.nav__mobile-links { display: flex; flex-direction: column; }
.nav__mobile-links a { padding: 15px 2px; font-size: 1.05rem; color: var(--bone); border-bottom: 1px solid var(--line); }
.nav__mobile-actions { display: flex; gap: 10px; margin-top: 18px; }
.nav__mobile-actions .btn { flex: 1; }
@media (min-width: 861px) { .nav__mobile { display: none; } }
body.nav-open { overflow: hidden; }

/* ---------- 플로팅 빠른 상담 버튼 ---------- */
.fab {
  position: fixed; right: 16px; bottom: 16px; z-index: 90;
  display: flex; flex-direction: column; gap: 10px;
}
.fab__btn {
  width: 54px; height: 54px; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px;
  background: var(--ink-3); border: 1px solid var(--line-2); color: var(--bone);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.4); cursor: pointer;
  transition: transform .18s ease, background .2s ease;
}
.fab__btn:hover { transform: translateY(-2px); }
.fab__btn:active { transform: scale(0.96); }
.fab__btn i { font-size: 1.3rem; }
.fab__btn span { font-size: 0.6rem; font-weight: 600; letter-spacing: -0.02em; }
.fab__btn--primary { background: var(--accent); border-color: var(--accent); color: #1c1408; }
.fab__btn--primary i { color: #1c1408; }
@media (max-width: 560px) { .fab { right: 12px; bottom: 12px; } .fab__btn { width: 50px; height: 50px; } }

/* ---------- 히어로 : 스크롤 조립 스크럽 ---------- */
/* 긴 트랙(380vh)을 스크롤하는 동안 화면은 고정(pin)되고,
   스크롤 진행도가 영상 프레임(조립 단계)에 1:1 매핑됩니다. */
.heroscrub { position: relative; height: 380vh; background: var(--ink); }
.heroscrub__pin {
  position: sticky; top: 0;
  height: 100dvh;
  overflow: hidden;
}
.heroscrub__video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.02) brightness(0.8);
  background: var(--ink);
}
.heroscrub__pin .heroscrub__intro {
  position: absolute; left: 0; right: 0; bottom: 0;
  z-index: 2;
  will-change: opacity, transform;
}
.heroscrub__outro {
  position: absolute; inset: 0;
  z-index: 2;
  display: flex; align-items: flex-end;
  padding: 0 24px 10vh;
  opacity: 0;
  pointer-events: none;
  will-change: opacity, transform;
}
.heroscrub__outro h2 {
  max-width: var(--maxw);
  margin: 0 auto;
  width: 100%;
  font-size: clamp(2rem, 5.4vw, 4.4rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-shadow: 0 2px 24px rgba(11, 18, 32, 0.6);
}

/* ---------- (구) 히어로 배경 클래스: 콘텐츠 오버레이가 재사용 ---------- */
.hero {
  position: relative;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__video {
  width: 100%; height: 100%;
  object-fit: cover;
  /* 듀오톤 톤다운으로 어떤 영상/포스터도 럭셔리하게 통일 */
  filter: saturate(0.82) contrast(1.02) brightness(0.72);
}
.hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(11,18,32,0.55) 0%, rgba(11,18,32,0.05) 32%, rgba(11,18,32,0.35) 62%, rgba(11,18,32,0.94) 100%),
    radial-gradient(120% 80% at 18% 90%, rgba(11,18,32,0.65), transparent 60%);
}
.hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px 9vh;
}
.hero__content > * { margin-bottom: 1.25rem; }
.hero__title {
  font-size: clamp(2.6rem, 6.4vw, 5.4rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.04;
  max-width: 16ch;
}
.hero__sub {
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  color: var(--sage);
  max-width: 46ch;
}
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 0; }

/* ---------- 회사소개 ---------- */
.about { padding: clamp(6rem, 12vh, 10rem) 0; background: var(--ink); }
.about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}
.about__body p { color: var(--sage); font-size: 1.08rem; margin-bottom: 1.2rem; max-width: 60ch; }
.about__facts {
  list-style: none;
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
}
.about__facts li {
  display: flex; align-items: center; gap: 9px;
  font-size: 0.95rem; color: var(--bone);
}
.about__facts i { color: var(--accent); font-size: 1.25rem; }

/* 대표의 한마디 */
.about__quote {
  margin-top: 2.4rem;
  padding-left: 18px;
  border-left: 2px solid var(--accent);
  max-width: 34ch;
}
.about__quote p {
  font-size: 1.05rem;
  color: var(--bone);
  line-height: 1.7;
  margin-bottom: 0.8rem;
}
.about__quote footer { font-size: 0.9rem; font-weight: 600; color: var(--bone); }
.about__quote footer span { font-weight: 400; color: var(--sage-dim); margin-left: 8px; }

/* 일하는 방식: 4단계 프로세스 (카드 없이 여백 + 헤어라인) */
.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.6rem, 3vw, 2.8rem);
  margin-top: clamp(3.5rem, 7vh, 5.5rem);
}
.process__step { border-top: 1px solid var(--line-2); padding-top: 20px; }
.process__num {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--accent);
  display: block;
  margin-bottom: 10px;
}
.process__step h3 {
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}
.process__step p { font-size: 0.92rem; color: var(--sage); line-height: 1.65; }

/* 전국 부동산 파트너 모집 배너 */
.partner-cta {
  margin-top: clamp(3rem, 6vh, 5rem);
  display: flex; align-items: center; justify-content: space-between;
  gap: clamp(1.5rem, 4vw, 3rem); flex-wrap: wrap;
  background: var(--accent-soft);
  border: 1px solid rgba(201, 165, 94, 0.32);
  border-radius: var(--r-card);
  padding: clamp(1.8rem, 4vw, 2.8rem);
}
.partner-cta h3 {
  font-size: clamp(1.4rem, 2.6vw, 1.95rem);
  font-weight: 600; letter-spacing: -0.02em; line-height: 1.2;
  margin: 0.5rem 0 0.7rem;
}
.partner-cta__desc { color: var(--sage); font-size: 0.98rem; line-height: 1.6; max-width: 54ch; }
.partner-cta__btn { flex: 0 0 auto; }
.partner-cta__btn i { font-size: 1.1rem; }
@media (max-width: 640px) {
  .partner-cta { flex-direction: column; align-items: flex-start; }
  .partner-cta__btn { width: 100%; }
}

/* ---------- 스크롤 스크럽 영상 (영상 2) ---------- */
.scrollvid { position: relative; height: 280vh; background: var(--ink); }
.scrollvid__pin {
  position: sticky; top: 0;
  height: 100dvh;
  overflow: hidden;
}
.scrollvid__video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.03) brightness(0.66);
  will-change: transform;
}
.scrollvid__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,18,32,0.45), rgba(11,18,32,0.2) 40%, rgba(11,18,32,0.78));
}
.scrollvid__caption {
  position: absolute;
  left: 0; bottom: 12vh;
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
  left: 50%; transform: translateX(-50%);
}
.scrollvid__line {
  font-size: clamp(2rem, 5.6vw, 4.6rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.12;
}
.scrollvid__line:last-child { color: var(--accent); }

/* ---------- 서비스 벤토 ---------- */
.services { padding: clamp(6rem, 12vh, 10rem) 0; background: var(--ink-2); }
.services__head { max-width: 60ch; margin-bottom: 3rem; }
.services__intro { color: var(--sage); font-size: 1.1rem; margin-top: 0.9rem; }

.bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 16px;
}
.tile {
  position: relative;
  background: var(--ink-3);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 28px;
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: border-color .25s ease, transform .25s ease;
}
.tile:hover { border-color: var(--line-2); transform: translateY(-3px); }
.tile > i { font-size: 1.7rem; color: var(--accent); margin-bottom: auto; }
.tile h3 { font-size: 1.18rem; font-weight: 600; margin: 14px 0 8px; letter-spacing: -0.01em; }
.tile p { color: var(--sage); font-size: 0.94rem; }

/* 비대칭 스팬: 7개 타일이 빈칸 없이 채워지도록 배치
   (피처 2x2 + 단일 4개 = 상단 2행, 마지막 행 = 단일 1개 + 배너 3칸) */
.tile--feature { grid-column: span 2; grid-row: span 2; padding: 0; }
.tile--banner  { grid-column: 2 / -1; padding: 0; }
.tile--accent  { background: var(--accent-soft); border-color: rgba(201,165,94,0.3); }
.tile--accent > i { color: var(--accent); }

/* 이미지 타일 */
.tile__img { position: absolute; inset: 0; background-size: cover; background-position: center;
  filter: saturate(0.78) brightness(0.5); }
.tile--feature .tile__body,
.tile--banner .tile__body {
  position: relative; z-index: 1;
  margin-top: auto;
  padding: 28px;
  background: linear-gradient(180deg, transparent, rgba(11,18,32,0.92));
}
.tile--feature .tile__body i,
.tile--banner .tile__body i { font-size: 1.7rem; color: var(--accent); }
.tile--feature .tile__body h3,
.tile--banner .tile__body h3 { margin: 10px 0 8px; }

/* ---------- 중개사 정보 카드 ---------- */
.office { padding: clamp(6rem, 12vh, 10rem) 0; background: var(--ink); }
.office__head { margin-bottom: 3rem; }
.office__head .eyebrow { margin-bottom: 0.8rem; }

.office__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.ocard {
  background: var(--ink-3);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 30px;
  display: flex; flex-direction: column;
  transition: border-color .25s ease, transform .25s ease;
}
.ocard:hover { border-color: var(--line-2); transform: translateY(-3px); }
.ocard > i { font-size: 1.6rem; color: var(--accent); margin-bottom: 18px; }
.ocard__label { font-size: 0.8rem; letter-spacing: 0.06em; color: var(--sage-dim); margin-bottom: 8px; }
.ocard__value { font-size: 1.12rem; font-weight: 600; color: var(--bone); letter-spacing: -0.01em; }
.ocard__sub { font-size: 0.86rem; color: var(--sage); margin-top: 6px; }

/* 대표 중개사: 사진 포함 와이드 악센트 카드 */
.ocard--lead {
  grid-column: span 2;
  grid-row: span 2;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  background: linear-gradient(135deg, var(--accent-soft), var(--ink-3));
  border-color: rgba(201,165,94,0.28);
  overflow: hidden;
}
.ocard__photo { flex: 0 0 44%; background-size: cover; background-position: center top;
  filter: saturate(0.85) contrast(1.02); }
.ocard__lead-body { padding: 34px; display: flex; flex-direction: column; justify-content: center; }
.ocard__name {
  font-family: var(--font-sans);
  font-size: clamp(2rem, 3.4vw, 2.7rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 4px 0 14px;
}
.ocard__note { color: var(--sage); font-size: 1rem; max-width: 30ch; }

.ocard--contact .ocard__tel { display: block; margin-top: 4px; }
.ocard--contact .ocard__tel:hover { color: var(--accent); }

.ocard__tagrow { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.ocard__tagrow span {
  font-size: 0.85rem;
  padding: 6px 14px;
  border-radius: var(--r-tag);
  background: rgba(243,239,230,0.05);
  border: 1px solid var(--line);
  color: var(--bone);
}

/* ---------- 오시는 길 / CTA ---------- */
.contact { background: var(--ink-2); padding-top: clamp(6rem, 12vh, 10rem); }
.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding-bottom: clamp(5rem, 10vh, 8rem);
}
.contact__lead { color: var(--sage); font-size: 1.1rem; margin: 1.2rem 0 2rem; max-width: 40ch; }
.contact__dl { margin-bottom: 2.4rem; }
.contact__dl > div { display: flex; gap: 20px; padding: 14px 0; border-top: 1px solid var(--line); }
.contact__dl dt { flex: 0 0 64px; color: var(--sage-dim); font-size: 0.92rem; }
.contact__dl dd { color: var(--bone); font-size: 1rem; }
.contact__dl dd a:hover { color: var(--accent); }

/* 물건의뢰 QR (홈) */
.contact__qr {
  display: flex; align-items: center; gap: 18px;
  margin-top: 2.2rem;
  padding: 18px;
  background: var(--ink-3);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  max-width: 420px;
}
.contact__qr-frame {
  flex: 0 0 auto;
  background: #fff;
  padding: 8px;
  border-radius: 12px;
  display: grid; place-items: center;
  min-width: 104px; min-height: 104px;
}
.contact__qr-frame canvas { display: block; width: 88px; height: 88px; }
.contact__qr-text { font-size: 0.88rem; color: var(--sage); line-height: 1.65; }
.contact__qr-text strong { display: block; color: var(--bone); font-size: 0.95rem; margin-bottom: 2px; }

.contact__map {
  position: relative;
  min-height: 420px;
  border-radius: var(--r-card);
  background-size: cover; background-position: center;
  border: 1px solid var(--line);
  overflow: hidden;
  filter: saturate(0.8);
}
.contact__map::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,18,32,0.1), rgba(11,18,32,0.7));
}
.contact__mappin {
  position: absolute; z-index: 1; left: 24px; bottom: 24px;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  background: rgba(11,18,32,0.78);
  border: 1px solid var(--line-2);
  font-size: 0.92rem; font-weight: 600;
}
.contact__mappin i { color: var(--accent); }

/* ---------- 푸터 ---------- */
.foot { border-top: 1px solid var(--line); padding: clamp(3rem, 6vh, 5rem) 0; }
.foot__inner { display: flex; flex-direction: column; gap: 14px; }
.foot__legal { color: var(--sage); font-size: 0.9rem; line-height: 1.7; }
.foot__social { display: flex; flex-wrap: wrap; gap: 10px; }
.foot__soc {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 15px; border-radius: 999px;
  border: 1px solid var(--line-2); color: var(--bone);
  font-size: 0.88rem; font-weight: 500;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.foot__soc i { color: var(--accent); font-size: 1.05rem; }
.foot__soc:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-soft); }
.foot__soc[hidden] { display: none; }
/* 협업 신청: 강조(액센트) 버튼 */
.foot__soc--partner {
  background: var(--accent); border-color: var(--accent); color: #1c1408; font-weight: 600;
  cursor: pointer;
}
.foot__soc--partner i { color: #1c1408; }
.foot__soc--partner:hover { background: #d6b878; border-color: #d6b878; color: #1c1408; }
.foot__copy { color: var(--sage-dim); font-size: 0.82rem; letter-spacing: 0.04em; }
.foot__policy { color: var(--sage); font-size: 0.84rem; text-decoration: underline; }
.foot__policy:hover { color: var(--accent); }

/* ---------- 진입 애니메이션 (점진적 향상: 기본은 보이고, JS가 동작할 때만 숨겼다 등장) ---------- */
.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .9s ease, transform .9s cubic-bezier(.16, 1, .3, 1);
  will-change: opacity, transform;
}
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: none; }

/* ---------- 반응형 ---------- */
@media (max-width: 1024px) {
  .nav__links { gap: 22px; }
}
@media (max-width: 860px) {
  .nav__links { display: none; }
  .nav__actions { display: none; }
  .nav__burger { display: inline-flex; }
  .about__grid { grid-template-columns: 1fr; gap: 2rem; }
  .process { grid-template-columns: repeat(2, 1fr); }
  .bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
  .tile--feature { grid-column: span 2; grid-row: span 2; }
  /* 2열에서 7타일이 빈칸 없이: 피처(2) + 악센트(2) + 단일 4 + 배너(2) */
  .tile--accent { grid-column: span 2; }
  .tile--banner { grid-column: 1 / -1; }
  .office__grid { grid-template-columns: repeat(2, 1fr); }
  .ocard--lead { grid-column: span 2; }
  .contact__grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .wrap, .nav__inner, .hero__content { padding-left: 18px; padding-right: 18px; }
  .bento { grid-template-columns: 1fr; }
  .tile, .tile--feature, .tile--banner { grid-column: span 1; grid-row: span 1; }
  .tile--feature .tile__body, .tile--banner .tile__body { padding: 22px; }
  .office__grid { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; }
  .ocard--lead { grid-column: span 1; flex-direction: column; }
  .ocard__photo { flex-basis: 240px; }
  .hero__cta { width: 100%; }
  .hero__cta .btn { flex: 1; }
}

/* ---------- 모션 최소화 선호 시 ---------- */
/* 이미지 시퀀스 캔버스(모바일 스크럽) — 영상과 동일한 자리에 겹침 */
.seq-canvas {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  display: block;
  background: var(--ink);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .scrollvid { height: auto; }
  .scrollvid__pin { position: relative; height: 80vh; }
  /* 스크럽 히어로: 한 화면 정적 히어로로 대체(완성된 집 프레임) */
  .heroscrub { height: auto; }
  .heroscrub__pin { position: relative; height: 100dvh; }
  .heroscrub__outro { display: none; }
}
