/* 섹션 배경 교차(사용자 9-18) — 격리 파일. paper ↔ surface 를 번갈아, 사진/골드/잉크 섹션은 그대로 */
.bip #people{background:var(--surface)}
.bip #bip-interior{background:var(--paper)}
.bip #bip-performance{background:var(--surface)}
.bip #bip-special-day{background:var(--paper)}
.bip #bip-blog-archive{background:var(--surface)}
.bip #story{background:var(--paper)}
.bip #experience{background:var(--surface)}
.bip .occasion{background:var(--paper)}
.bip #contact{background:var(--surface)}
.bip .faq{background:var(--paper)}
.bip #visit{background:var(--surface)}
.bip #bip-interior,.bip #bip-performance,.bip #bip-special-day,.bip #bip-blog-archive{padding-top:clamp(56px,7vw,110px);padding-bottom:clamp(56px,7vw,110px)}
/* 폭이 1240px 로 제한된 섹션은 배경을 화면 끝까지(02-ivory 와 같은 방식) */
.bip #bip-interior,.bip #bip-performance,.bip #bip-special-day,.bip #bip-blog-archive,.bip #people{box-shadow:0 0 0 100vmax currentColor;clip-path:inset(0 -100vmax)}
.bip #bip-interior{box-shadow:0 0 0 100vmax var(--paper)}.bip #bip-performance{box-shadow:0 0 0 100vmax var(--surface)}.bip #bip-special-day{box-shadow:0 0 0 100vmax var(--paper)}.bip #bip-blog-archive{box-shadow:0 0 0 100vmax var(--surface)}.bip #people{box-shadow:0 0 0 100vmax var(--surface)}

/* H2 통일(사용자 9-18: 라인업·실내 섹션 크기·굵기가 기준) — 홈 모든 섹션 h2 = clamp(28px,3.2vw,44px)/600, 설명글 = 16px/400 · 모바일 28px/15px */
.bip main > section h2,.bip main > section .section-heading h2,.bip #bip-blog-archive h2,.bip #bip-performance h2,.bip #bip-special-day h2,.bip #bip-interior h2,.bip .bip-lineup h2{font-size:clamp(28px,3.2vw,44px)!important;font-weight:600!important;line-height:1.25!important;letter-spacing:-.03em}
.bip main > section h2 + p,.bip #bip-blog-archive h2 + p,.bip #bip-performance .be-intro,.bip #bip-special-day .be-intro,.bip #bip-interior h2 + p,.bip .bip-lineup h2 + p,.bip .section-heading > p:not(.eyebrow){font-size:16px!important;font-weight:400!important;line-height:1.75}
.bip #bip-first-visit h2{font-size:clamp(26px,2.4vw,32px)!important;font-weight:700!important}
.bip .hero-circle h1{font-weight:600}
@media(max-width:760px){.bip main > section h2{font-size:28px!important}.bip main > section h2 + p,.bip #bip-performance .be-intro,.bip #bip-special-day .be-intro{font-size:15px!important}}
/* 본문 글꼴 = Pretendard(02-ivory 와 동일 규칙) */
body.bip,.bip button,.bip input,.bip select,.bip textarea{font-family:'Pretendard',-apple-system,'Malgun Gothic',Arial,sans-serif}
