/* ═══════════════════════════════════════════
   고침터 싱크홀수리 — Design System v4
   사조: Swiss/Editorial + Flat (ref: partremodeling.jibsarepair.com)
   모노크롬 워밍 그레이 + 딥그린 단일 액센트, 그라디언트/글래스/과잉 그림자 없음.
═══════════════════════════════════════════ */

/* ── Pretendard Variable Font ── */
@font-face {
  font-family: 'Pretendard Variable';
  src: url('https://cdn.jsdelivr.net/npm/pretendard@1.3.9/dist/web/variable/woff2/PretendardVariable.woff2') format('woff2-variations');
  font-weight: 45 920;
  font-display: swap;
}

:root {
  --bg:           #F7F7F5;
  --surface:      #FFFFFF;
  --surface-2:    #EFEFEB;
  --ink:          #1C1C1A;
  --ink-soft:     #52524C;
  --ink-faint:    #8A8A82;
  --line:         #DEDED6;
  --line-alt:     #C7C7BC;
  --accent:       #187a37;
  --accent-dark:  #0f5526;
  --accent-soft:  #dff0e6;
  --panel:        #16160F;
  --panel-2:      #211F17;
  --panel-text:   #F5F5F1;
  --panel-muted:  #A6A69B;

  --radius:       3px;
  --radius-pill:  999px;
  --maxw:         1200px;
  --gutter:       clamp(20px,4vw,48px);
  --sec-pad:      clamp(56px,8vw,104px);
  --ease:         cubic-bezier(.22,1,.36,1);

  --font: 'Pretendard Variable','Pretendard',-apple-system,BlinkMacSystemFont,'Apple SD Gothic Neo','Malgun Gothic',sans-serif;
}

/* ── Reset / Base ── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-weight: 400;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.7;
  letter-spacing: -.008em;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
  overflow-wrap: break-word;
}
img { max-width: 100%; display: block; }
a   { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 800; letter-spacing: -.015em; word-break: keep-all; }
p   { margin: 0; }
table { border-collapse: collapse; }

/* ── Layout ── */
.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

/* ══ SECTIONS ══ */
.sec         { padding: var(--sec-pad) 0; background: var(--bg); }
.sec-alt     { padding: var(--sec-pad) 0; background: var(--surface-2); }
.sec-invert  { padding: var(--sec-pad) 0; background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sec-dark    { padding: var(--sec-pad) 0; background: var(--panel); color: var(--panel-text); }

/* ── Section common typography ── */
.eyebrow {
  display: inline-block;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--accent);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.sec-dark .eyebrow { color: #6DC583; }
.sec-title {
  font-size: clamp(1.6rem, 3.6vw, 2.6rem);
  line-height: 1.25;
  margin-bottom: 14px;
}
.sec-desc {
  color: var(--ink-soft);
  font-size: 1rem;
  max-width: 620px;
  line-height: 1.75;
}
.sec-dark .sec-desc { color: var(--panel-muted); }
.sec-dark .sec-title { color: var(--panel-text); }

/* ══ SEC-MARKER ══ */
.sec-marker {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(18px, 3.5vw, 48px);
  align-items: flex-start;
  padding-bottom: 28px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.sec-dark .sec-marker    { border-color: rgba(128,128,128,.28); }
.sec-invert .sec-marker  { border-color: var(--line); }

.sec-marker-num { flex: none; }
.sec-marker-num .num {
  display: block;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1;
  color: var(--ink-faint);
}
.sec-dark .sec-marker-num .num { color: var(--panel-muted); }
.sec-marker-num .label {
  display: block;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-top: 6px;
}
.sec-dark .sec-marker-num .label { color: #6DC583; }
.sec-marker-body { flex: 1 1 320px; padding-top: 2px; }
.sec-marker-body .sec-title { margin-bottom: 8px; }

/* ══ DIVIDED GRID ══ */
.divided-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.sec-dark .divided-grid { border-color: rgba(128,128,128,.28); }
.divided-col {
  padding: clamp(22px, 3vw, 32px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.sec-dark .divided-col { border-color: rgba(128,128,128,.28); }
.counter {
  display: block;
  font-size: .76rem;
  color: var(--ink-faint);
  margin-bottom: 14px;
  font-weight: 600;
}
.sec-dark .counter { color: var(--panel-muted); }
.divided-col h3 {
  font-size: 1.1rem;
  font-weight: 800;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 8px;
}
.divided-col h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 2px;
  background: var(--accent);
}
.divided-col p {
  font-size: .9rem;
  color: var(--ink-soft);
  line-height: 1.7;
}
.sec-dark .divided-col p { color: var(--panel-muted); }

/* ══ HEADER ══ */
.hdr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: linear-gradient(180deg, rgba(8,10,8,.55) 0%, rgba(8,10,8,0) 100%);
  transition: background .35s var(--ease), border-color .35s var(--ease);
  border-bottom: 1px solid transparent;
}
.hdr.hdr--solid {
  background: var(--bg);
  border-bottom-color: var(--line);
}
.hdr-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 1.1rem var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.hdr-logo {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #fff;
  white-space: nowrap;
  transition: color .3s var(--ease);
}
.hdr-logo b { color: #fff; transition: color .3s var(--ease); }
.hdr.hdr--solid .hdr-logo { color: var(--ink); }
.hdr.hdr--solid .hdr-logo b { color: var(--accent); }
.hdr-nav {
  display: flex;
  gap: 26px;
  font-size: .9rem;
  font-weight: 600;
  color: #fff;
  align-items: center;
  transition: color .3s var(--ease);
}
.hdr.hdr--solid .hdr-nav { color: var(--ink); }
.hdr-nav a { transition: opacity .2s var(--ease); }
.hdr-nav a:hover { opacity: .6; }
.hdr-cta {
  padding: .6rem 1.2rem;
  border-radius: var(--radius);
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: .88rem;
  border: 1px solid rgba(255,255,255,.55);
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
  white-space: nowrap;
}
.hdr-cta:hover { background: #fff; color: var(--ink); border-color: #fff; }
.hdr.hdr--solid .hdr-cta {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.hdr.hdr--solid .hdr-cta:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}
.hdr-burger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  min-width: 44px;
  min-height: 44px;
}
.hdr-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  transition: background .3s var(--ease);
}
.hdr.hdr--solid .hdr-burger span { background: var(--ink); }

/* Mobile nav overlay */
#mob-nav {
  position: fixed;
  inset: 0;
  background: var(--panel);
  color: var(--panel-text);
  z-index: 300;
  display: none;
  flex-direction: column;
  padding: 80px 32px 32px;
  gap: 0;
  font-size: 1.1rem;
  font-weight: 700;
}
#mob-nav.open { display: flex; }
#mob-nav-close {
  position: absolute;
  top: 24px;
  right: 28px;
  font-size: 2rem;
  cursor: pointer;
  color: var(--panel-text);
  background: none;
  border: none;
  line-height: 1;
}
#mob-nav a {
  border-bottom: 1px solid rgba(255,255,255,.1);
  padding: 16px 0;
  color: var(--panel-text);
  display: block;
}
#mob-nav a:hover { color: #6DC583; }

/* ══ HERO (Full-bleed 100vh) ══ */
.hero-split {
  position: relative;
  height: 100vh;
  min-height: 560px;
  overflow: hidden;
  background: var(--panel);
  color: #fff;
}
.hero-split-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero-split::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(8,10,8,.84) 0%, rgba(8,10,8,.58) 50%, rgba(8,10,8,.32) 100%);
  z-index: 1;
}
.hero-marquee-track {
  display: flex;
  height: 100%;
  width: max-content;
  animation: heroMarquee 60s linear infinite;
}
.hero-marquee-track img {
  height: 100%;
  width: auto;
  flex: none;
  object-fit: cover;
}
@keyframes heroMarquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.hero-split-text {
  position: relative;
  z-index: 2;
  height: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(90px, 10vw, 120px) var(--gutter) 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
  margin-bottom: 4px;
  align-self: flex-start;
}
.hero-eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}
.hero-split-text h1 {
  font-size: clamp(2.6rem, 7vw, 5.4rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.025em;
  color: #fff;
  max-width: 860px;
  margin-bottom: 8px;
}
.hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,.76);
  max-width: 480px;
  line-height: 1.8;
  margin-bottom: 4px;
}
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }

/* ══ BUTTONS ══ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .9rem 1.6rem;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: .9rem;
  border: 1px solid transparent;
  transition: .25s var(--ease);
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  font-family: var(--font);
}
.btn-primary {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.btn-primary:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.5);
}
.btn-outline:hover { background: #fff; color: var(--ink); border-color: #fff; }
.sec .btn-outline, .sec-alt .btn-outline, .sec-invert .btn-outline {
  color: var(--ink);
  border-color: var(--line-alt);
}
.sec .btn-outline:hover, .sec-alt .btn-outline:hover, .sec-invert .btn-outline:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

/* ══ SERVICE GRID (border-line trick) ══ */
.grid-svc {
  display: grid;
  gap: 1px;
  background: var(--line);
  grid-template-columns: repeat(3, 1fr);
}
.grid-svc > * { background: var(--surface); }
.grid-2 {
  display: grid;
  gap: 1px;
  background: var(--line);
  grid-template-columns: repeat(2, 1fr);
}
.grid-2 > * { background: var(--surface); }
.sec-dark .grid-2 { background: rgba(128,128,128,.18); }
.sec-dark .grid-2 > * { background: var(--panel); }
.grid-guide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.grid-cta {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: center;
}

/* ══ LINK-CARDS (Services) ══ */
.link-card {
  display: block;
  overflow: hidden;
  background: var(--surface);
  border-radius: 0;
  position: relative;
}
.link-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s var(--ease);
}
.link-card:hover::after { transform: scaleX(1); }
.link-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform .4s var(--ease);
}
.link-card:hover img { transform: scale(1.04); }
.lc-body {
  padding: 16px 18px 20px;
  border-top: 1px solid var(--line);
  background: var(--surface);
}
.lc-body h4 { font-size: .95rem; font-weight: 800; margin-bottom: 4px; color: var(--ink); }
.lc-body span { font-size: .8rem; color: var(--ink-faint); }
.lc-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent) !important;
  color: #fff;
  text-align: center;
  padding: 28px;
  min-height: 88px;
  transition: background .25s var(--ease);
}
.lc-cta h4 { font-size: 1rem; color: #fff; font-weight: 800; }
.lc-cta:hover { background: var(--accent-dark) !important; }
.lc-cta::after { display: none; }
.lc-cta-full { grid-column: 1 / -1; }

/* ══ PRICE TABLE ══ */
.price-table {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--surface);
}
.price-table th {
  background: var(--surface-2);
  text-align: left;
  padding: .875rem 1rem;
  font-size: .82rem;
  font-weight: 700;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}
.price-table td {
  padding: .875rem 1rem;
  border-bottom: 1px solid var(--line);
  font-size: .88rem;
  color: var(--ink-soft);
  vertical-align: top;
}
.price-table tr:last-child td { border-bottom: none; }
.price-table td:first-child { font-weight: 600; color: var(--ink); }

/* ══ STEPS (Process) ══ */
.steps { display: flex; flex-direction: column; }
.step {
  display: flex;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  align-items: flex-start;
}
.step:last-child { border-bottom: none; }
.sec-dark .step { border-color: rgba(128,128,128,.28); }
.step-num {
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-pill);
  background: var(--accent-soft);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: .88rem;
  margin-top: 2px;
}
.sec-dark .step-num { background: rgba(143,187,166,.16); color: #6DC583; }
.step h4 { font-size: 1rem; font-weight: 800; margin-bottom: 6px; }
.step p  { font-size: .9rem; color: var(--ink-soft); line-height: 1.7; }
.sec-dark .step p { color: var(--panel-muted); }

/* ══ CARDS (Coverage A/B/C/D) ══ */
.card {
  padding: clamp(22px, 3vw, 32px);
  background: var(--surface);
  border-radius: 0;
}
.sec-dark .card { background: var(--panel); }
.card-letter {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-pill);
  background: var(--accent-soft);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: .88rem;
  margin-bottom: 14px;
}
.sec-dark .card-letter { background: rgba(143,187,166,.16); color: #6DC583; }
.card h3 { font-size: 1rem; font-weight: 800; margin-bottom: 8px; color: var(--ink); }
.sec-dark .card h3 { color: var(--panel-text); }
.card p  { font-size: .88rem; color: var(--ink-soft); line-height: 1.7; }
.sec-dark .card p { color: var(--panel-muted); }

/* ══ GUIDE IMG ══ */
.guide-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 0; }

/* ══ FAQ (native details/summary) ══ */
.faq-list { border-top: 1px solid var(--line); }
.sec-dark .faq-list { border-color: rgba(128,128,128,.28); }
.faq-item { border-bottom: 1px solid var(--line); }
.sec-dark .faq-item { border-color: rgba(128,128,128,.28); }
.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 4px;
  font-weight: 700;
  font-size: .97rem;
  gap: 12px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 1.3rem;
  color: var(--accent);
  transition: transform .25s var(--ease);
  flex: none;
  font-weight: 400;
  line-height: 1;
}
.sec-dark .faq-item summary::after { color: #6DC583; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-a {
  padding: 0 4px 18px;
  color: var(--ink-soft);
  font-size: .93rem;
  line-height: 1.78;
}
.sec-dark .faq-a { color: var(--panel-muted); }

/* ── Sub-page FAQ (JS-toggled button variant) ── */
.faq-question {
  width: 100%; background: none; border: none; text-align: left;
  padding: 17px 4px; font-size: .97rem; font-weight: 700; color: var(--ink);
  cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  gap: 12px; font-family: var(--font); transition: color .2s; border-bottom: 1px solid var(--line);
}
.faq-question:hover { color: var(--accent); }
.faq-icon {
  flex-shrink: 0; font-size: 1.3rem; color: var(--accent);
  font-style: normal; font-weight: 400; line-height: 1;
  transition: transform .25s var(--ease);
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer {
  display: none;
  padding: 0 4px 18px;
  color: var(--ink-soft);
  font-size: .93rem;
  line-height: 1.78;
}
.faq-item.open .faq-answer { display: block; }

/* ── Breadcrumb (sub-pages) ── */
.breadcrumb {
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  background: var(--surface);
  margin-top: 68px;
}
.breadcrumb nav {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: .82rem;
  color: var(--ink-faint);
  flex-wrap: wrap;
}
.breadcrumb nav a { color: var(--ink-soft); transition: color .2s; }
.breadcrumb nav a:hover { color: var(--accent); }
.breadcrumb nav span { color: var(--ink-faint); }

/* ── Sub-page article ── */
.article-wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 48px var(--gutter) 80px;
}
.article-wrap h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: 14px;
  color: var(--ink);
}
.article-wrap .lead {
  font-size: 1.05rem;
  color: var(--ink-soft);
  line-height: 1.82;
  margin-bottom: 40px;
}
.article-wrap h2 {
  font-size: 1.3rem;
  margin-bottom: 14px;
  margin-top: 40px;
  color: var(--ink);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}
.article-wrap p { font-size: .95rem; line-height: 1.8; color: var(--ink-soft); margin-bottom: 16px; }
.article-wrap ul, .article-wrap ol { padding-left: 1.4em; margin-bottom: 16px; }
.article-wrap li { font-size: .95rem; line-height: 1.8; color: var(--ink-soft); }
.area-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 24px;
}
.area-pill {
  padding: 6px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: .82rem;
  font-weight: 600;
  color: var(--ink-soft);
  background: var(--surface);
}
.case-ref {
  border: 1px solid var(--accent-soft);
  background: var(--accent-soft);
  padding: 20px 24px;
  border-radius: var(--radius);
  margin: 28px 0;
}
.case-ref p { color: var(--ink); margin-bottom: 6px; }
.case-ref a { color: var(--accent); font-weight: 700; }
.case-ref a:hover { text-decoration: underline; }
.page-cta {
  background: var(--panel);
  color: var(--panel-text);
  padding: 36px 32px;
  text-align: center;
  border-radius: var(--radius);
}
.page-cta p { color: var(--panel-muted); font-size: .9rem; margin: 8px 0 20px; }

/* ── Consultation page ── */
.consult-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 40px;
}
.consult-card {
  border: 1px solid var(--line);
  padding: 28px;
  border-radius: var(--radius);
  background: var(--surface);
}
.consult-card h3 { font-size: 1.1rem; margin-bottom: 10px; }
.consult-card p { font-size: .9rem; color: var(--ink-soft); margin-bottom: 16px; }
.consult-card .btn { width: 100%; justify-content: center; }

/* ══ FOOTER ══ */
.ftr {
  background: var(--panel);
  color: var(--panel-text);
  padding-top: clamp(48px, 7vw, 88px);
}
.ftr-grid {
  display: grid;
  grid-template-columns: 1.3fr .8fr 1.3fr;
  gap: clamp(28px, 4vw, 56px);
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.ftr h5 {
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--panel-muted);
  margin-bottom: 16px;
}
.ftr-biz address { font-style: normal; }
.ftr-biz p, .ftr-biz address p {
  font-size: .88rem;
  line-height: 1.9;
  color: var(--panel-muted);
}
.ftr-links { display: flex; flex-direction: column; gap: 10px; }
.ftr-links a, .ftr-cats a {
  font-size: .9rem;
  color: var(--panel-text);
  transition: color .2s var(--ease);
  display: block;
}
.ftr-links a:hover, .ftr-cats a:hover { color: #6DC583; }
.ftr-cats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 16px;
  align-content: start;
}
.ftr-cats h5 { grid-column: 1 / -1; }
.ftr-bottom {
  padding: 18px 0;
  font-size: .78rem;
  color: var(--panel-muted);
}

/* ══ MOBILE BAR ══ */
#mob-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 150;
  display: none;
  background: var(--surface);
  border-top: 1px solid var(--line);
  box-shadow: 0 -2px 12px rgba(0,0,0,.06);
}
#mob-bar a {
  flex: 1;
  text-align: center;
  padding: 15px 0;
  font-weight: 700;
  font-size: .9rem;
  font-family: var(--font);
  display: block;
}
.mb-call { background: var(--accent); color: #fff !important; }
.mb-text { color: var(--ink) !important; border-left: 1px solid var(--line); }

/* ══ FLOATING (desktop) ══ */
.floating-wrap {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}
.floating-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: .7rem 1.3rem;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: .84rem;
  font-family: var(--font);
  box-shadow: 0 2px 12px rgba(0,0,0,.16);
  transition: transform .2s var(--ease);
  text-decoration: none;
}
.floating-btn:hover { transform: translateY(-2px); }
.floating-tel { background: var(--accent); color: #fff; }
.floating-sms { background: var(--panel); color: var(--panel-text); }

/* ══ RESPONSIVE ══ */
@media (max-width: 900px) {
  .hdr-nav    { display: none; }
  .hdr-cta    { display: none; }
  .hdr-burger { display: flex; }
  .grid-svc   { grid-template-columns: repeat(2, 1fr); }
  .divided-grid { grid-template-columns: 1fr; }
  .grid-cta   { grid-template-columns: 1fr; }
  .grid-guide { grid-template-columns: 1fr; gap: 32px; }
  #mob-bar    { display: flex; }
  .floating-wrap { display: none; }
  body { padding-bottom: 56px; }
  .consult-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .grid-2   { grid-template-columns: 1fr; }
  .grid-svc { grid-template-columns: 1fr; }
  .ftr-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-split-text h1 { white-space: normal; }
  .article-wrap { padding: 32px var(--gutter) 60px; }
}
