/*
Theme Name: Companion Vet
Theme URI: https://hanam-misa.com
Author: Smart Work & Life
Description: 웜 아이보리 라이트 에디토리얼 동물병원 SEO 테마. 히어로 배경 사진·중간 배너 3슬롯·병원 둘러보기 3D 슬라이드로 우리 병원 사진을 곳곳에 배치하고, 의료진 관리·케어 스토리·진료 랜딩 6종·Q&A 20·VeterinaryCare 스키마·llms.txt·전화/예약 전환 추적까지 자동화했습니다.
Version: 2.2.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: companion-vet
*/

/* ═══════════════════════════════════════════
   웜 웜 아이보리 라이트 에디토리얼 · Cormorant 세리프 · 헤어컬러 스와치
   ═══════════════════════════════════════════ */

:root {
    --bg: #fbf8f2;            /* 웜 아이보리 */
    --bg-soft: #ffffff;       /* 카드 배경 — 화이트 */
    --bg-lift: #f2ede4;       /* 살짝 가라앉은 배경 */
    --ink: #2c322e;           /* 딥 그린 그레이 (텍스트) */
    --ink-soft: rgba(44, 50, 46, .60);
    --line: rgba(44, 50, 46, .13);
    /* 진료 대상 칩 팔레트 (부드러운 파스텔 유지) */
    --c1: #e3c9a8;  /* 강아지 — 샌드 */
    --c2: #b9c4d6;  /* 고양이 — 실버블루 */
    --c3: #a8d5c2;  /* 예방접종 — 세이지민트 */
    --c4: #f0c9b0;  /* 건강검진 — 피치 */
    --c5: #cfd7a8;  /* 스케일링 — 라임 */
    --c6: #d8bfd8;  /* 노령케어 — 라일락 */
    --accent: #2f9270;        /* 프레시 클로버 그린 — 신뢰/의료 */
    --accent-soft: #e4f2ea;   /* 연한 그린 배경 */
    --rose: #e0705f;          /* 응급/강조 — 따뜻한 코랄 */
    --naver: #03c75a;
    --naver-deep: #02a94c;
    --radius: 6px;
    --font-display: 'Cormorant Garamond', 'Nanum Myeongjo', serif;
    --font-kr: 'Nanum Myeongjo', serif;
    --font-body: 'Gothic A1', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: auto; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
    background: var(--bg);
    color: var(--ink);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
section { padding: 90px 0; }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 22px; }
.eyebrow {
    display: inline-block; font-family: var(--font-display);
    font-size: 14px; font-weight: 600; letter-spacing: .38em;
    color: var(--accent); text-transform: uppercase; margin-bottom: 14px;
}
.sec-title {
    font-family: var(--font-kr); font-weight: 800;
    font-size: clamp(26px, 4vw, 42px); line-height: 1.4; margin-bottom: 12px;
}
.sec-sub { color: var(--ink-soft); font-size: 15px; margin-bottom: 40px; max-width: 62ch; }

/* ── 버튼 ─────────────────────────────── */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-weight: 700; font-size: 15px; padding: 14px 28px; border-radius: 999px;
    transition: transform .15s, background .2s, border-color .2s, color .2s;
    cursor: pointer; border: 0;
}
.btn:active { transform: scale(.97); }
.btn-naver { background: var(--naver); color: #fff; }
.btn-naver:hover { background: var(--naver-deep); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid rgba(243,237,230,.35); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn-brass { background: var(--ink); color: #2c322e; }
.btn-brass:hover { background: var(--accent); color: #2c322e; }

/* ── Header ───────────────────────────── */
.site-header {
    position: sticky; top: 0; z-index: 90;
    background: rgba(251, 248, 242, .9); backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
}
.header-in { display: flex; align-items: center; justify-content: space-between; height: 66px; }
.logo {
    font-family: var(--font-kr); font-weight: 800; font-size: 19px;
    letter-spacing: .02em; color: var(--ink); display: inline-flex; align-items: center;
}
.logo em { font-style: normal; font-weight: 400; color: var(--accent); margin-right: 4px; font-size: 18px; }
.logo span { font-size: 11px; font-weight: 500; color: var(--ink-soft); margin-left: 8px; letter-spacing: .14em; font-family: var(--font-body); }
.gnb { display: flex; gap: 22px; font-size: 14px; font-weight: 500; }
.gnb a { color: var(--ink-soft); transition: color .2s; }
.gnb a:hover { color: var(--ink); }
.header-cta {
    display: inline-flex; align-items: center; gap: 6px;
    background: var(--naver); color: #fff; font-weight: 700; font-size: 14px;
    padding: 9px 18px; border-radius: 999px; transition: background .2s;
}
.header-cta:hover { background: var(--naver-deep); }
.menu-toggle { display: none; background: none; border: 0; font-size: 24px; cursor: pointer; color: var(--ink); }

/* ── 히어로 · 웜 아이보리 라이트 에디토리얼 ─────────── */
.hero {
    position: relative; overflow: hidden;
    padding: 110px 0 90px;
    background:
        radial-gradient(120% 90% at 80% 0%, #1f3a30 0%, transparent 55%),
        var(--bg);
}
.hero::after {
    content: ''; position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(800px 340px at 15% 100%, rgba(168,213,194,.07), transparent 60%);
}
/* 히어로 배경 사진 (병원 설정에서 지정) */
.hero.has-bg { background-size: cover; background-position: center; }
.hero.has-bg::before {
    content: ''; position: absolute; inset: 0; z-index: 0;
    background:
        linear-gradient(90deg, rgba(251,248,242,.94) 0%, rgba(251,248,242,.78) 45%, rgba(251,248,242,.45) 100%),
        linear-gradient(180deg, rgba(251,248,242,.2), rgba(251,248,242,.85));
}
.hero.has-bg::after { display: none; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; position: relative; z-index: 1; }
.hero-kicker {
    font-family: var(--font-display); font-size: 14px; font-weight: 600;
    letter-spacing: .34em; color: var(--accent); margin-bottom: 22px; text-transform: uppercase;
}
.hero-title {
    font-family: var(--font-kr); font-weight: 800;
    font-size: clamp(38px, 5.5vw, 64px); line-height: 1.32; margin-bottom: 22px;
}
.hero-title em {
    font-family: var(--font-display); font-style: italic; font-weight: 500;
    color: var(--accent); padding: 0 .04em;
}
.hero-sub { color: var(--ink-soft); font-size: 16px; margin-bottom: 34px; max-width: 46ch; }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; font-size: 13px; color: var(--ink-soft); }
.hero-trust span::before { content: '—'; margin-right: 6px; color: var(--accent); }

/* 디자이너 캐러셀 (히어로 우측) */
.dcar { position: relative; max-width: 400px; margin-left: auto; width: 100%; }
.dcar-viewport { overflow: hidden; border-radius: var(--radius); }
.dcar-track { display: flex; transition: transform .55s cubic-bezier(.22,.8,.3,1); }
.dcar-slide { flex: 0 0 100%; position: relative; }
.dcar-slide img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; }
.dcar-empty {
    aspect-ratio: 3/4; display: grid; place-items: center;
    background: linear-gradient(150deg, #1f3a30, var(--bg-soft));
    font-family: var(--font-display); font-style: italic; font-size: 72px; color: var(--line);
}
.dcar-frame { position: absolute; inset: 0; box-shadow: inset 0 -140px 90px -60px rgba(251,248,242,.92); pointer-events: none; }
.dcar-info {
    position: absolute; left: 0; right: 0; bottom: 0;
    display: flex; align-items: flex-end; justify-content: space-between;
    padding: 18px 20px;
}
.dname { font-family: var(--font-kr); font-weight: 800; font-size: 21px; line-height: 1.3; }
.dname small { display: block; font-family: var(--font-body); font-weight: 500; font-size: 12px; color: var(--accent); letter-spacing: .1em; margin-bottom: 2px; }
.dspec { font-size: 12.5px; color: var(--ink-soft); margin-top: 4px; }
.dcar-book {
    flex: none; background: var(--naver); color: #fff; font-weight: 700; font-size: 14px;
    padding: 9px 20px; border-radius: 999px; transition: background .2s;
}
.dcar-book:hover { background: var(--naver-deep); }
.dcar-nav {
    position: absolute; top: 42%; width: 40px; height: 40px; border-radius: 50%;
    background: rgba(251,248,242,.6); border: 1px solid var(--line); color: var(--ink);
    font-size: 20px; cursor: pointer; backdrop-filter: blur(4px); transition: border-color .2s;
}
.dcar-nav:hover { border-color: var(--accent); }
.dcar-prev { left: -14px; }
.dcar-next { right: -14px; }
.dcar-dots { display: flex; gap: 8px; justify-content: center; margin-top: 16px; }
.dcar-dots button {
    width: 8px; height: 8px; border-radius: 50%; border: 0; cursor: pointer;
    background: var(--line); transition: background .2s, transform .2s;
}
.dcar-dots button.on { background: var(--accent); transform: scale(1.25); }

/* ── 염색 컬러칩 롤링 배너 ────────────── */
.chip-band { overflow: hidden; border-block: 1px solid var(--line); padding: 16px 0; background: var(--bg); }
.chip-roll { display: flex; width: max-content; animation: chiproll 26s linear infinite; }
.chip-roll ul { display: flex; gap: 12px; padding-right: 12px; }
.chip-roll li {
    flex: none; padding: 10px 26px; border-radius: 999px;
    color: #2c322e; font-family: var(--font-display); font-weight: 600;
    font-size: 16px; letter-spacing: .04em; white-space: nowrap;
}
@keyframes chiproll { to { transform: translateX(-50%); } }
.c1 { background: var(--c1); } .c2 { background: var(--c2); }
.c3 { background: var(--c3); } .c4 { background: var(--c4); }
.c5 { background: var(--c5); } .c6 { background: var(--c6); }

/* ── 디자이너 카드 ────────────────────── */
.designer-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 22px; }
.designer-card {
    background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius);
    overflow: hidden; transition: border-color .25s, transform .25s;
}
.designer-card:hover { border-color: rgba(168,213,194,.45); transform: translateY(-4px); }
.designer-photo { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.designer-photo-empty {
    aspect-ratio: 3/4; display: grid; place-items: center;
    background: linear-gradient(150deg, #1c2622, var(--bg-soft));
    font-family: var(--font-display); font-style: italic; font-size: 64px; color: var(--line);
}
.designer-body { padding: 20px 22px 24px; }
.designer-name { font-family: var(--font-kr); font-weight: 800; font-size: 20px; }
.designer-name small { display: block; font-family: var(--font-body); font-size: 12px; font-weight: 500; color: var(--accent); letter-spacing: .08em; margin-bottom: 2px; }
.designer-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 12px 0; }
.designer-tags span {
    font-size: 12px; color: var(--ink-soft); border: 1px solid var(--line);
    padding: 4px 12px; border-radius: 999px;
}
.designer-intro { font-size: 14px; color: var(--ink-soft); margin-bottom: 16px; min-height: 44px; }
.designer-actions { display: flex; gap: 8px; }
.designer-actions .btn { padding: 11px 22px; font-size: 14px; }

/* ── 스타일 피드 그리드 ───────────────── */
.feed-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feed-item {
    position: relative; border-radius: var(--radius); overflow: hidden;
    aspect-ratio: 1; background: var(--bg-soft); border: 1px solid var(--line);
}
.feed-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.feed-item:hover img { transform: scale(1.05); }
.feed-overlay {
    position: absolute; inset: auto 0 0; padding: 40px 16px 14px;
    background: linear-gradient(transparent, rgba(251,248,242,.92));
    opacity: 0; transition: opacity .3s;
}
.feed-item:hover .feed-overlay { opacity: 1; }
.feed-overlay em {
    font-style: normal; font-size: 11px; letter-spacing: .08em;
    color: var(--accent); display: block; margin-bottom: 4px;
}
.feed-overlay-row { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.feed-overlay strong { font-size: 14px; font-weight: 700; line-height: 1.4; }
.fo-designer { flex: none; font-size: 12px; color: var(--ink-soft); }
.feed-video-mark {
    position: absolute; top: 10px; right: 10px; width: 30px; height: 30px;
    display: grid; place-items: center; border-radius: 50%;
    background: rgba(251,248,242,.65); color: var(--ink); font-size: 12px;
}
.feed-noimg { display: grid; place-items: center; }
.feed-noimg-in { text-align: center; padding: 18px; }
.feed-noimg-in em { font-style: normal; display: block; font-size: 12px; color: var(--accent); letter-spacing: .08em; margin-bottom: 8px; }
.feed-noimg-in strong { font-family: var(--font-kr); font-weight: 700; font-size: 15px; line-height: 1.5; }
.feed-more { text-align: center; margin-top: 34px; }
.feed-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.feed-filter a {
    font-size: 13px; font-weight: 500; color: var(--ink-soft);
    border: 1px solid var(--line); padding: 8px 18px; border-radius: 999px;
    transition: color .2s, border-color .2s;
}
.feed-filter a:hover, .feed-filter a.on { color: var(--accent); border-color: var(--accent); }

/* 피드 단일 페이지 */
.feed-single { max-width: 680px; }
.feed-single-img { width: 100%; border-radius: var(--radius); }
.feed-video { position: relative; aspect-ratio: 16/9; margin-bottom: 20px; border-radius: var(--radius); overflow: hidden; }
.feed-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.fslider { position: relative; }
.fslider-viewport { overflow: hidden; border-radius: var(--radius); }
.fslider-track { display: flex; transition: transform .45s cubic-bezier(.22,.8,.3,1); }
.fslider-track > * { flex: 0 0 100%; }
.feed-single h1 { font-family: var(--font-kr); font-weight: 800; font-size: clamp(24px, 3.4vw, 34px); line-height: 1.4; margin: 26px 0 10px; }
.feed-single .feed-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.feed-single .feed-meta a {
    font-size: 12.5px; color: var(--ink-soft); border: 1px solid var(--line);
    padding: 5px 14px; border-radius: 999px;
}
.feed-single .feed-meta a:hover { color: var(--accent); border-color: var(--accent); }
.feed-single .feed-content { color: var(--ink-soft); font-size: 15.5px; }
.feed-single .feed-cta { margin-top: 30px; display: flex; gap: 10px; flex-wrap: wrap; }

/* ── 시술 카드 ────────────────────────── */
.service-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.service-card {
    background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius);
    padding: 26px 26px 24px; transition: border-color .25s, transform .25s;
    display: flex; flex-direction: column;
}
.service-card:hover { border-color: rgba(168,213,194,.45); transform: translateY(-4px); }
.service-card-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 4px; margin-bottom: 18px; }
.service-card h3 { font-family: var(--font-kr); font-weight: 800; font-size: 19px; margin-bottom: 8px; }
.service-card p { font-size: 14px; color: var(--ink-soft); flex: 1; }
.service-card .go {
    margin-top: 16px; font-family: var(--font-display); font-style: italic;
    font-size: 15px; color: var(--accent);
}

/* ── 매장 전경 (3D 원통) ──────────────── */
.interior-band { padding: 90px 0; overflow: hidden; }
.cyl-stage { perspective: 1300px; height: 300px; cursor: grab; touch-action: pan-y; }
.cyl-stage.grabbing { cursor: grabbing; }
.cyl-track { position: relative; width: 340px; height: 240px; margin: 20px auto 0; transform-style: preserve-3d; }
.cyl-slide { position: absolute; inset: 0; backface-visibility: hidden; }
.cyl-slide img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); border: 1px solid var(--line); }

/* ── Q&A ──────────────────────────────── */
.qna-cats { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.qna-cats button {
    font-family: var(--font-body); font-size: 14px; font-weight: 500;
    color: var(--ink-soft); background: none; border: 1px solid var(--line);
    padding: 9px 20px; border-radius: 999px; cursor: pointer;
    transition: color .2s, border-color .2s;
}
.qna-cats button:hover, .qna-cats button.on { color: var(--accent); border-color: var(--accent); }
.qna-panel { display: none; }
.qna-panel.on { display: block; }
.qa-item { border-bottom: 1px solid var(--line); }
.qa-item summary {
    list-style: none; cursor: pointer; padding: 20px 34px 20px 2px;
    font-family: var(--font-kr); font-weight: 700; font-size: 16.5px;
    position: relative; transition: color .2s;
}
.qa-item summary::-webkit-details-marker { display: none; }
.qa-item summary::after {
    content: '+'; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
    font-family: var(--font-display); font-size: 24px; font-weight: 400; color: var(--accent);
    transition: transform .25s;
}
.qa-item[open] summary { color: var(--accent); }
.qa-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.qa-item summary:hover { color: var(--accent); }
.qa-a { padding: 0 2px 22px; color: var(--ink-soft); font-size: 15px; max-width: 70ch; }

/* ── 리뷰 밴드 ────────────────────────── */
.review-band {
    text-align: center; padding: 90px 22px;
    background: linear-gradient(160deg, var(--bg-lift), var(--bg));
    border-block: 1px solid var(--line);
}
.review-band .sec-title { margin-bottom: 8px; }
.review-band > p { color: var(--ink-soft); margin-bottom: 30px; }

/* ── 오시는 길 ────────────────────────── */
.loc-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: start; }
.loc-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.loc-table th {
    text-align: left; width: 76px; padding: 13px 0; vertical-align: top;
    color: var(--accent); font-family: var(--font-display); font-weight: 600;
    letter-spacing: .06em; border-bottom: 1px solid var(--line);
}
.loc-table td { padding: 13px 0; color: var(--ink-soft); border-bottom: 1px solid var(--line); }
.loc-map { aspect-ratio: 4/3; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.loc-map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.4) contrast(1.05); }

/* ── 시술 랜딩 / 정보 페이지 ──────────── */
.svc-hero {
    padding: 90px 0 70px;
    background:
        radial-gradient(100% 80% at 85% 0%, #1f3a30 0%, transparent 55%),
        var(--bg);
    border-bottom: 1px solid var(--line);
}
.svc-hero h1 {
    font-family: var(--font-kr); font-weight: 800;
    font-size: clamp(28px, 4.4vw, 46px); line-height: 1.4; margin-bottom: 16px;
}
.svc-hero > .wrap > p, .svc-hero .wrap > div > p:not(.eyebrow) { color: var(--ink-soft); max-width: 64ch; }
.svc-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 46px; align-items: center; }
.svc-hero-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); border: 1px solid var(--line); }
.svc-body { max-width: 760px; }
.svc-body h2 {
    font-family: var(--font-kr); font-weight: 800; font-size: clamp(21px, 3vw, 28px);
    margin: 44px 0 12px; line-height: 1.45;
}
.svc-body h2:first-child { margin-top: 0; }
.svc-body p { color: var(--ink-soft); font-size: 15.5px; margin-bottom: 8px; }
.svc-faq { max-width: 760px; margin-top: 20px; }

/* 가격표 */
.price-table { width: 100%; border-collapse: collapse; font-size: 15px; margin-bottom: 34px; }
.price-table caption {
    text-align: left; font-family: var(--font-kr); font-weight: 800; font-size: 19px;
    padding-bottom: 12px;
}
.price-table th, .price-table td { padding: 12px 4px; border-bottom: 1px solid var(--line); text-align: left; }
.price-table th { color: var(--accent); font-weight: 600; font-size: 13px; letter-spacing: .06em; }
.price-table td:nth-child(2) { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
.price-table td:nth-child(3) { color: var(--ink-soft); font-size: 13px; }

/* ── 관련 안내 허브 ───────────────────── */
.related-hub { max-width: 840px; margin: 60px auto 0; padding-top: 30px; border-top: 1px solid var(--line); }
.related-hub b { font-family: var(--font-display); font-size: 13px; letter-spacing: .3em; color: var(--accent); text-transform: uppercase; display: block; margin-bottom: 14px; }
.related-hub ul { display: flex; gap: 10px; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.related-hub a { font-size: 14px; border: 1px solid var(--line); padding: 9px 20px; border-radius: 999px; color: var(--ink-soft); display: inline-block; transition: .2s; }
.related-hub a:hover { border-color: var(--accent); color: var(--accent); }

/* ── 법적 고지 바 ─────────────────────── */
.mv-disclosure { background:#141a17; border-bottom:1px solid var(--line); text-align:center; font-size:12px; color:var(--ink-soft); padding:9px 16px; letter-spacing:.02em; }

/* ── 블로그 본문 ──────────────────────── */
.post-body p { color: rgba(44,50,46,.78); font-size: 16px; margin-bottom: 16px; line-height: 1.95; }
.post-body h2 { font-family: var(--font-kr); font-weight: 800; font-size: clamp(20px,2.6vw,26px); margin: 44px 0 14px; line-height: 1.5; }
.post-body h2::before { content: '✚'; color: var(--accent); margin-right: 10px; font-size: 16px; }
.post-body .callout { background: var(--bg-soft); border: 1px solid var(--line); border-left: 3px solid var(--accent); border-radius: 8px; padding: 20px 24px; margin: 26px 0; font-size: 14.5px; color: var(--ink-soft); }
.post-body .callout b { color: var(--accent); }

/* ── 헤더 전화 버튼 ───────────────────── */
.header-call {
    display: inline-flex; align-items: center; gap: 6px;
    color: var(--ink); font-weight: 700; font-size: 14px;
    border: 1px solid rgba(44,50,46,.35); padding: 8px 14px; border-radius: 999px;
    transition: border-color .2s, color .2s;
}
.header-call:hover { border-color: var(--accent); color: var(--accent); }

/* ── 진료시간 · 응급 스트립 ───────────── */
.hours-strip { background: var(--bg-lift); border-block: 1px solid var(--line); }
.hours-strip-in {
    display: flex; align-items: center; gap: 28px; flex-wrap: wrap;
    padding: 16px 22px; font-size: 14px;
}
.hs-item { display: flex; align-items: baseline; gap: 10px; }
.hs-k { font-family: var(--font-display); font-weight: 600; letter-spacing: .12em; color: var(--accent); font-size: 13px; }
.hs-item strong { font-weight: 700; color: var(--ink); }
.hs-em .hs-k { color: var(--rose); }
.hs-em strong { color: var(--rose); font-weight: 600; }
.hs-call {
    margin-left: auto; display: inline-flex; align-items: center; gap: 8px;
    font-family: var(--font-display); font-size: 20px; font-weight: 700; letter-spacing: .04em;
    color: var(--ink); transition: color .2s;
}
.hs-call:hover { color: var(--accent); }

/* ── 사진 배너 슬롯 (병원 설정 → 중간 배너) ── */
.photo-banner {
    position: relative; min-height: 320px;
    background-size: cover; background-position: center;
    padding: 0; display: flex; align-items: center;
    border-block: 1px solid var(--line);
}
.photo-banner.has-copy { min-height: 440px; }
.photo-banner.has-copy::before {
    content: ''; position: absolute; inset: 0;
    background:
        linear-gradient(90deg, rgba(251,248,242,.86) 0%, rgba(251,248,242,.55) 55%, rgba(251,248,242,.15) 100%),
        linear-gradient(180deg, rgba(251,248,242,.3), rgba(251,248,242,.5));
}
.photo-banner-in { position: relative; z-index: 1; padding-block: 70px; max-width: 1120px; }
.photo-banner h2 {
    font-family: var(--font-kr); font-weight: 800;
    font-size: clamp(26px, 3.8vw, 44px); line-height: 1.4; margin-bottom: 12px; max-width: 22ch;
}
.photo-banner p { color: var(--ink-soft); font-size: 16px; margin-bottom: 26px; max-width: 46ch; }

/* ── Footer · CTA 바 ────────────────────── */
.site-footer {
    border-top: 1px solid var(--line); padding: 60px 0 110px;
    color: var(--ink-soft); font-size: 14px;
}
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 36px; }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links a { color: var(--ink-soft); transition: color .2s; }
.footer-links a:hover { color: var(--accent); }

.cta-bar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
    background: rgba(251,248,242,.92); backdrop-filter: blur(12px);
    border-top: 1px solid var(--line); padding: 10px 16px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
}
.cta-bar-in { display: flex; gap: 10px; max-width: 560px; margin: 0 auto; }
.cta-bar .btn { flex: 1; padding: 13px 10px; font-size: 14.5px; }

/* ── 모션 리빌 ────────────────────────── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; }
    .reveal { opacity: 1; transform: none; }
}

/* ── 반응형 ───────────────────────────── */
@media (max-width: 1020px) {
    .hero-grid { grid-template-columns: 1fr; gap: 44px; }
    .dcar { margin: 0 auto; }
    .loc-grid, .svc-hero-grid, .footer-grid { grid-template-columns: 1fr; }
    .feed-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
    section { padding: 64px 0; }
    .gnb {
        display: none; position: absolute; top: 66px; left: 0; right: 0;
        flex-direction: column; gap: 0; background: rgba(251,248,242,.97);
        border-bottom: 1px solid var(--line); padding: 10px 22px 16px;
    }
    .gnb.open { display: flex; }
    .gnb a { padding: 12px 0; border-bottom: 1px solid rgba(243,237,230,.06); }
    .menu-toggle { display: block; }
    .hero { padding: 70px 0 60px; }
    .chip-roll li { padding: 8px 22px; font-size: 14px; }
    .feed-grid { gap: 8px; }
    .cyl-track { width: 250px; height: 180px; }
    .hours-strip-in { gap: 10px 20px; padding: 14px 20px; }
    .hs-call { margin-left: 0; width: 100%; justify-content: center; padding-top: 6px; border-top: 1px solid var(--line); }
    .header-call span { display: none; }
    .header-call { padding: 8px 10px; }
    .photo-banner { min-height: 240px; }
    .photo-banner.has-copy { min-height: 360px; }
    .hero.has-bg::before { background: linear-gradient(180deg, rgba(251,248,242,.55), rgba(251,248,242,.94) 60%); }
}


/* ══ 라이트 팔레트 보정 (v2.2) ══ */
.service-card, .designer-card, .feed-item, .qa-item, .price-table-wrap, .banner-inner, .review-card {
    box-shadow: 0 2px 14px rgba(44,50,46,.06);
}
.service-card:hover, .designer-card:hover { box-shadow: 0 8px 26px rgba(44,50,46,.10); }
.btn-primary, .btn-accent { color: #fff !important; }
.eyebrow { color: var(--accent); }
.mv-disclosure { background: #fff6e3; border-bottom: 1px solid #ecd9a8; color: #7a5d1f; }
.hero-overlay, .banner-overlay { }
.qa-item summary::after { color: var(--accent); }
.chips li { color: #2c322e; }
.post-body p { color: rgba(44,50,46,.82); }
.feed-single-cta { background: var(--accent-soft); border-color: transparent; }
