/* ============================================================
   ZERO 변호사 — NOIR
   옻칠 흑단(lacquer) · 황동(brass) · 인주 홍(cinnabar)
   ============================================================ */

@font-face { font-family: "Nanum Myeongjo"; font-weight: 400; font-display: swap; src: url("../fonts/myeongjo400.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-weight: 300; font-display: swap; src: url("../fonts/cormorant300.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-weight: 400; font-display: swap; src: url("../fonts/cormorant400.woff2") format("woff2"); }
@font-face { font-family: "Pretendard Variable"; font-weight: 100 900; font-display: swap; src: url("../fonts/pret.woff2") format("woff2"); }

:root {
  --lacquer: #14100e;
  --lacquer-2: #1b1613;
  --lacquer-3: #241d19;
  --brass: #c6a464;
  --brass-hi: #e8d5a8;
  --brass-lo: #7a6435;
  --ivory: #f0eae0;
  --ivory-2: #b8ae9f;
  --ivory-3: #9a9082;
  --cinnabar: #e8001e;
  --cinnabar-lt: #ff5a6e;

  --myeongjo: "Nanum Myeongjo", serif;
  --cormorant: "Cormorant Garamond", serif;
  --sans: "Pretendard Variable", Pretendard, -apple-system, "Apple SD Gothic Neo", sans-serif;

  --silk: cubic-bezier(0.32, 0.72, 0, 1);
  --header-h: 84px;
  --bar-h: 66px;

  --hair: rgba(198, 164, 100, 0.22);
  --hair-soft: rgba(198, 164, 100, 0.12);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  font-weight: 300;
  background: var(--lacquer);
  color: var(--ivory-2);
  font-size: 16px;
  line-height: 1.85;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  padding-bottom: var(--bar-h);
}
::selection { background: var(--brass); color: var(--lacquer); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a, button { cursor: pointer; touch-action: manipulation; }
ul { list-style: none; }
:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; border-radius: 2px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* 고정 필름 그레인 */
body::after {
  content: ""; position: fixed; inset: 0; z-index: 60;
  pointer-events: none; opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
}

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
section[id] { scroll-margin-top: calc(var(--header-h) + 8px); }

/* ---------- 타이포 원형 ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--sans); font-size: 10.5px; font-weight: 500;
  letter-spacing: 0.34em; text-transform: uppercase; color: var(--brass);
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--brass); opacity: 0.7; }
.eyebrow.plain::before { display: none; }

h1, h2, h3 { font-weight: 400; letter-spacing: -0.01em; }
.display {
  font-family: var(--myeongjo); font-weight: 400;
  line-height: 1.42; color: var(--ivory);
  word-break: keep-all; text-wrap: balance;
}
.lat { font-family: var(--cormorant); font-weight: 300; letter-spacing: 0.02em; }

/* ---------- 진행 표시 ---------- */
#bar {
  position: fixed; top: 0; left: 0; height: 1px; width: 0; z-index: 90;
  background: linear-gradient(90deg, var(--brass-lo), var(--brass-hi));
}

/* ---------- 부유 아일랜드 내비 ---------- */
header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 80;
  padding: 18px 20px; pointer-events: none;
}
.nav {
  pointer-events: auto;
  max-width: 1240px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 9px 10px 9px 20px; border-radius: 999px;
  background: rgba(27, 22, 19, 0.72);
  border: 1px solid var(--hair-soft);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  box-shadow: 0 18px 44px -26px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(232, 213, 168, 0.07);
  transition: background 0.7s var(--silk), border-color 0.7s var(--silk);
}
header.lifted .nav { background: rgba(20, 16, 14, 0.9); border-color: var(--hair); }
.nav-logo { display: flex; align-items: center; min-height: 44px; }
.nav-logo img { height: 21px; width: auto; max-width: none; }
.nav-links { display: none; }
.nav-links a {
  position: relative; display: inline-flex; align-items: center;
  min-height: 44px; padding: 0 15px;
  font-size: 13.5px; font-weight: 400; letter-spacing: 0.03em; color: var(--ivory-2);
  transition: color 0.5s var(--silk);
}
.nav-links a::after {
  content: ""; position: absolute; left: 15px; right: 15px; bottom: 12px;
  height: 1px; background: var(--brass);
  transform: scaleX(0); transform-origin: right;
  transition: transform 0.6s var(--silk);
}
.nav-links a:hover { color: var(--ivory); }
.nav-links a:hover::after { transform: scaleX(1); transform-origin: left; }

/* 버튼 */
.btn {
  position: relative; display: inline-flex; align-items: center; gap: 14px;
  min-height: 52px; padding: 0 8px 0 26px; border: 0; border-radius: 999px;
  font-family: var(--sans); font-size: 14.5px; font-weight: 500; letter-spacing: 0.02em;
  transition: transform 0.6s var(--silk), background 0.6s var(--silk),
              color 0.6s var(--silk), box-shadow 0.6s var(--silk);
}
.btn:active { transform: scale(0.978); }
.btn .cap {
  width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.6s var(--silk), background 0.6s var(--silk);
}
.btn .cap svg { width: 14px; height: 14px; }
.btn:hover .cap { transform: translate(3px, -2px) scale(1.06); }

.btn-brass {
  background: linear-gradient(140deg, var(--brass-hi), var(--brass) 58%, #a9884c);
  color: #17120f;
  box-shadow: 0 16px 38px -20px rgba(198, 164, 100, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.btn-brass .cap { background: rgba(23, 18, 15, 0.14); }
.btn-brass:hover { box-shadow: 0 22px 46px -20px rgba(198, 164, 100, 0.85), inset 0 1px 0 rgba(255,255,255,0.5); }
.btn-hair {
  background: transparent; color: var(--ivory);
  box-shadow: inset 0 0 0 1px var(--hair);
}
.btn-hair .cap { background: rgba(198, 164, 100, 0.14); color: var(--brass); }
.btn-hair:hover { box-shadow: inset 0 0 0 1px var(--brass); background: rgba(198, 164, 100, 0.06); }
.btn-seal {
  background: var(--cinnabar); color: #fff;
  box-shadow: 0 16px 38px -20px rgba(232, 0, 30, 0.75);
}
.btn-seal .cap { background: rgba(0, 0, 0, 0.18); }
.btn-block { width: 100%; justify-content: space-between; }

.nav-cta {
  display: inline-flex; align-items: center; gap: 10px;
  min-height: 44px; padding: 0 8px 0 20px; border-radius: 999px;
  font-size: 13.5px; font-weight: 500; letter-spacing: 0.02em;
  background: linear-gradient(140deg, var(--brass-hi), var(--brass) 60%, #a9884c);
  color: #17120f;
  transition: box-shadow 0.6s var(--silk), transform 0.6s var(--silk);
}
.nav-cta .cap {
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(23, 18, 15, 0.15);
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.6s var(--silk);
}
.nav-cta .cap svg { width: 12px; height: 12px; }
.nav-cta:hover { box-shadow: 0 14px 30px -16px rgba(198, 164, 100, 0.8); }
.nav-cta:hover .cap { transform: translate(3px, -2px); }

/* 햄버거 → X 모프 */
.burger {
  position: relative; width: 46px; height: 46px; border: 0; border-radius: 50%;
  background: rgba(198, 164, 100, 0.09);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.burger i {
  position: absolute; left: 14px; width: 18px; height: 1px; background: var(--ivory);
  transition: transform 0.7s var(--silk), opacity 0.4s var(--silk);
}
.burger i:nth-child(1) { transform: translateY(-4px); }
.burger i:nth-child(2) { transform: translateY(4px); }
.burger[aria-expanded="true"] i:nth-child(1) { transform: rotate(45deg); }
.burger[aria-expanded="true"] i:nth-child(2) { transform: rotate(-45deg); }

/* 전면 메뉴 */
.veil {
  position: fixed; inset: 0; z-index: 75;
  background: rgba(15, 12, 10, 0.93);
  backdrop-filter: blur(26px); -webkit-backdrop-filter: blur(26px);
  padding: calc(var(--header-h) + 32px) 28px 40px;
  display: flex; flex-direction: column;
  visibility: hidden; opacity: 0;
  transition: opacity 0.7s var(--silk), visibility 0.7s var(--silk);
}
.veil.open { visibility: visible; opacity: 1; }
body.locked { overflow: hidden; }
.veil a {
  display: flex; align-items: baseline; justify-content: space-between; gap: 16px;
  min-height: 62px; padding: 8px 0;
  font-family: var(--myeongjo); font-size: 25px; color: var(--ivory);
  border-bottom: 1px solid var(--hair-soft);
  opacity: 0; transform: translateY(26px);
  transition: opacity 0.8s var(--silk), transform 0.8s var(--silk), color 0.4s;
}
.veil.open a { opacity: 1; transform: none; }
.veil.open a:nth-child(1) { transition-delay: 0.08s; }
.veil.open a:nth-child(2) { transition-delay: 0.14s; }
.veil.open a:nth-child(3) { transition-delay: 0.2s; }
.veil.open a:nth-child(4) { transition-delay: 0.26s; }
.veil.open a:nth-child(5) { transition-delay: 0.32s; }
.veil.open a:nth-child(6) { transition-delay: 0.38s; }
.veil a .n { font-family: var(--cormorant); font-size: 14px; color: var(--brass); }
.veil .veil-cta {
  margin-top: auto; justify-content: center; border-bottom: 0;
  font-family: var(--sans); font-size: 16px; font-weight: 600;
  min-height: 58px; border-radius: 999px; color: #17120f;
  background: linear-gradient(140deg, var(--brass-hi), var(--brass) 60%, #a9884c);
}
.veil.open .veil-cta { transition-delay: 0.44s; }

/* ---------- 이중 베젤 ---------- */
.bezel {
  background: rgba(198, 164, 100, 0.045);
  border: 1px solid var(--hair-soft);
  border-radius: 30px; padding: 7px;
}
.bezel > .core {
  background: var(--lacquer-3);
  border-radius: 23px;
  box-shadow: inset 0 1px 0 rgba(232, 213, 168, 0.07);
  height: 100%;
}

/* ---------- 스크롤 등장 ---------- */
html.js .rise { opacity: 0; transform: translateY(38px); filter: blur(7px); }
html.js .rise.seen {
  opacity: 1; transform: none; filter: blur(0);
  transition: opacity 0.95s var(--silk), transform 0.95s var(--silk), filter 0.95s var(--silk);
}
html.js .d1.seen { transition-delay: 0.1s; }
html.js .d2.seen { transition-delay: 0.2s; }
html.js .d3.seen { transition-delay: 0.3s; }

/* 황동 괘선 */
.rule { height: 1px; background: var(--hair); transform-origin: left; }
html.js .rule.rise { opacity: 1; filter: none; transform: scaleX(0); }
html.js .rule.rise.seen { transform: scaleX(1); transition: transform 1.3s var(--silk); }

/* ---------- 히어로 ---------- */
.hero {
  position: relative; min-height: 100dvh; display: flex; align-items: center;
  padding: calc(var(--header-h) + 60px) 0 70px; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(1) brightness(0.38) contrast(1.16) sepia(0.42);
  transform: scale(1.06);
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(120% 80% at 78% 18%, rgba(198,164,100,0.16), transparent 58%),
    linear-gradient(180deg, rgba(20,16,14,0.86) 0%, rgba(20,16,14,0.9) 46%, var(--lacquer) 97%);
}
.hero-inner { position: relative; z-index: 2; width: 100%; }
.hero-seal { width: 96px; height: 96px; margin-bottom: 34px; }
.hero-seal svg { width: 100%; height: 100%; }
.hero-seal .ring { animation: turn 40s linear infinite; transform-origin: 74px 74px; }
@keyframes turn { to { transform: rotate(360deg); } }
.hero h1 {
  font-family: var(--myeongjo); font-weight: 400; color: var(--ivory);
  font-size: clamp(33px, 6.6vw, 76px); line-height: 1.36;
  letter-spacing: -0.015em; margin-bottom: 30px;
  word-break: keep-all; text-wrap: balance;
}
.hero h1 em {
  font-style: normal; position: relative; display: inline-block;
  color: var(--brass-hi);
}
.hero h1 em::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -0.1em;
  height: 1px; background: var(--brass); transform: scaleX(0); transform-origin: left;
  animation: draw 1.2s var(--silk) 1.1s forwards;
}
@keyframes draw { to { transform: scaleX(1); } }
.hero-lede {
  font-size: 16.5px; line-height: 1.95; color: var(--ivory-2);
  max-width: 520px; margin-bottom: 44px; word-break: keep-all;
}
.hero-lede b { color: var(--ivory); font-weight: 500; }
.hero-acts { display: flex; flex-direction: column; gap: 12px; margin-bottom: 56px; }
.hero-marks { display: grid; gap: 0; border-top: 1px solid var(--hair-soft); }
.mark { padding: 20px 0; border-bottom: 1px solid var(--hair-soft); }
.mark .k {
  font-family: var(--cormorant); font-size: 27px; color: var(--brass);
  display: block; line-height: 1.1; margin-bottom: 5px;
}
.mark .v { font-size: 13.5px; color: var(--ivory-3); letter-spacing: 0.02em; }
.hero-scroll {
  position: absolute; left: 24px; bottom: 26px; z-index: 2;
  display: flex; align-items: center; gap: 12px;
  font-family: var(--cormorant); font-size: 12.5px; letter-spacing: 0.3em;
  color: var(--ivory-3); text-transform: uppercase;
}
.hero-scroll span { width: 44px; height: 1px; background: var(--brass-lo); position: relative; overflow: hidden; }
.hero-scroll span::after {
  content: ""; position: absolute; inset: 0; background: var(--brass-hi);
  transform: translateX(-100%); animation: sweep 2.6s var(--silk) infinite;
}
@keyframes sweep { 50% { transform: translateX(0); } 100% { transform: translateX(100%); } }

/* ---------- 섹션 ---------- */
.sec { padding: 96px 0; position: relative; }
.sec-top { max-width: 720px; margin-bottom: 56px; }
.sec-top .eyebrow { margin-bottom: 24px; }
.sec-top h2 {
  font-family: var(--myeongjo); font-weight: 400; color: var(--ivory);
  font-size: clamp(26px, 4.6vw, 46px); line-height: 1.45; letter-spacing: -0.015em;
  word-break: keep-all; text-wrap: balance;
}
.sec-top p { margin-top: 20px; font-size: 16px; color: var(--ivory-2); word-break: keep-all; }
.sec-top .gold { color: var(--brass-hi); }

/* ---------- 서약(문제 제기) ---------- */
.creed { background: var(--lacquer-2); }
.creed-grid { display: grid; gap: 0; margin-bottom: 46px; }
.creed-item { padding: 30px 0; border-bottom: 1px solid var(--hair-soft); }
.creed-item:first-child { border-top: 1px solid var(--hair-soft); }
.creed-item .no {
  font-family: var(--cormorant); font-size: 13px; letter-spacing: 0.24em;
  color: var(--brass); display: block; margin-bottom: 12px;
}
.creed-item h3 {
  font-family: var(--myeongjo); font-size: 19px; color: var(--ivory);
  margin-bottom: 9px; word-break: keep-all;
}
.creed-item p { font-size: 15px; color: var(--ivory-3); word-break: keep-all; }
.creed-turn {
  text-align: center; padding: 52px 28px;
  font-family: var(--myeongjo); font-size: clamp(21px, 4.2vw, 34px);
  line-height: 1.65; color: var(--ivory); word-break: keep-all;
}
.creed-turn .gold { color: var(--brass-hi); }
.creed-turn .fine {
  display: block; margin-top: 20px; font-family: var(--sans);
  font-size: 14.5px; font-weight: 300; color: var(--ivory-3); letter-spacing: 0.02em;
}

/* ---------- 계약(제로요금제) ---------- */
.pact-grid { display: grid; gap: 22px; }
.pact-side { align-self: start; }
.pact-switch {
  display: flex; position: relative; margin-bottom: 30px;
  border-radius: 999px; padding: 5px;
  background: rgba(198, 164, 100, 0.06); border: 1px solid var(--hair-soft);
}
.pact-switch button {
  position: relative; z-index: 2; flex: 1; border: 0; background: none;
  min-height: 48px; border-radius: 999px;
  font-family: var(--sans); font-size: 14.5px; font-weight: 500; letter-spacing: 0.04em;
  color: var(--ivory-3); transition: color 0.6s var(--silk);
}
.pact-switch button.on { color: #17120f; }
.pact-switch .glide {
  position: absolute; z-index: 1; top: 5px; bottom: 5px; left: 5px;
  width: calc(50% - 5px); border-radius: 999px;
  background: linear-gradient(140deg, var(--brass-hi), var(--brass) 60%, #a9884c);
  transition: transform 0.75s var(--silk), background 0.75s var(--silk);
}
.pact-switch.alt .glide {
  transform: translateX(100%);
  background: linear-gradient(140deg, #ff8494, var(--cinnabar) 62%, #b40018);
}
.pact-switch.alt button.on { color: #fff; }
.pact-terms { display: grid; gap: 18px; }
.pact-term { display: flex; gap: 15px; font-size: 15px; color: var(--ivory-2); word-break: keep-all; }
.pact-term .dot {
  width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; margin-top: 10px;
  background: var(--brass); box-shadow: 0 0 0 4px rgba(198, 164, 100, 0.14);
}
.pact-term b { color: var(--ivory); font-weight: 500; }

.pact-doc { padding: 34px 28px; }
.pact-doc .head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 14px;
  padding-bottom: 20px; margin-bottom: 8px; border-bottom: 1px solid var(--hair-soft);
}
.pact-doc .head .t { font-family: var(--myeongjo); font-size: 17px; color: var(--ivory); }
.pact-doc .head .n { font-family: var(--cormorant); font-size: 13px; letter-spacing: 0.2em; color: var(--brass); }
.pact-step { display: flex; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--hair-soft); }
.pact-step .idx {
  font-family: var(--cormorant); font-size: 19px; color: var(--brass);
  flex-shrink: 0; width: 30px; line-height: 1.5;
}
.pact-step h4 { font-family: var(--myeongjo); font-size: 16.5px; color: var(--ivory); font-weight: 400; margin-bottom: 3px; }
.pact-step p { font-size: 14px; color: var(--ivory-3); word-break: keep-all; }
.pact-out {
  margin-top: 26px; padding: 26px 24px; border-radius: 18px;
  font-family: var(--myeongjo); font-size: 17.5px; line-height: 1.7;
  word-break: keep-all; transition: background 0.7s var(--silk), color 0.7s var(--silk), box-shadow 0.7s var(--silk);
}
.pact-out.win {
  background: linear-gradient(150deg, rgba(198,164,100,0.16), rgba(198,164,100,0.05));
  color: var(--brass-hi); box-shadow: inset 0 0 0 1px var(--hair);
}
.pact-out.lose {
  background: linear-gradient(150deg, rgba(232,0,30,0.16), rgba(232,0,30,0.04));
  color: #ffb3bd; box-shadow: inset 0 0 0 1px rgba(232, 0, 30, 0.32);
}
.pact-out u { text-decoration-thickness: 1px; text-underline-offset: 5px; }
.pact-out small {
  display: block; margin-top: 11px; font-family: var(--sans);
  font-size: 13px; font-weight: 300; opacity: 0.72; letter-spacing: 0.02em;
}

/* ---------- 변호사 ---------- */
.roster { background: var(--lacquer-2); }
.roster-grid { display: grid; gap: 20px; }
.figure { position: relative; }
.figure .core { overflow: hidden; }
.figure-photo {
  position: relative; height: 340px; overflow: hidden;
  background: radial-gradient(88% 68% at 50% 88%, #2e251f 0%, #1d1815 62%, #171310 100%);
  display: flex; align-items: flex-end; justify-content: center;
  border-radius: 23px 23px 0 0;
}
.figure-photo::before {
  content: ""; position: absolute; left: 50%; bottom: -18%;
  width: 92%; aspect-ratio: 1; transform: translateX(-50%);
  background: radial-gradient(circle at 50% 52%, rgba(198,164,100,0.22) 0%, rgba(198,164,100,0.06) 44%, transparent 70%);
  transition: transform 0.9s var(--silk), opacity 0.7s var(--silk);
}
.figure-photo img {
  position: relative; z-index: 1; height: 96%; width: auto; max-width: 100%;
  object-fit: contain; object-position: bottom; transform-origin: 50% 100%;
  filter: grayscale(1) sepia(0.34) contrast(1.06) brightness(0.94)
          drop-shadow(0 16px 26px rgba(0, 0, 0, 0.6));
  transition: transform 0.9s var(--silk), filter 0.9s var(--silk);
}
.figure:hover .figure-photo img,
.figure:focus-within .figure-photo img {
  transform: scale(1.065);
  filter: grayscale(0) sepia(0) contrast(1.02) brightness(1)
          drop-shadow(0 24px 34px rgba(0, 0, 0, 0.68));
}
.figure:hover .figure-photo::before,
.figure:focus-within .figure-photo::before { transform: translateX(-50%) scale(1.14); opacity: 0.9; }
.figure-photo .lat-name {
  position: absolute; top: 18px; left: 20px; z-index: 2;
  font-family: var(--cormorant); font-size: 13px; letter-spacing: 0.2em;
  color: var(--brass); text-transform: uppercase;
}
.figure-body { padding: 26px 24px 28px; }
.figure-role {
  font-size: 11px; font-weight: 500; letter-spacing: 0.26em;
  text-transform: uppercase; color: var(--brass); margin-bottom: 9px;
}
.figure-body h3 {
  font-family: var(--myeongjo); font-size: 27px; color: var(--ivory);
  font-weight: 400; margin-bottom: 15px;
}
.tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 17px; }
.tags span {
  font-size: 12.5px; letter-spacing: 0.02em; color: var(--ivory-2);
  padding: 5px 12px; border-radius: 999px;
  background: rgba(198, 164, 100, 0.07); border: 1px solid var(--hair-soft);
}
.figure-body > p { font-size: 14.5px; color: var(--ivory-3); word-break: keep-all; margin-bottom: 18px; }
.figure-fields { padding-top: 16px; border-top: 1px solid var(--hair-soft); font-size: 13.5px; color: var(--ivory-3); word-break: keep-all; }
.figure-fields b {
  display: block; font-family: var(--sans); font-weight: 500; font-size: 11px;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--brass); margin-bottom: 8px;
}

/* ---------- 요금 명판 ---------- */
.tariff-plate { padding: 0; overflow: hidden; }
.tariff-head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 14px;
  flex-wrap: wrap; padding: 26px 28px; border-bottom: 1px solid var(--hair-soft);
}
.tariff-head h3 { font-family: var(--myeongjo); font-size: 19px; color: var(--ivory); font-weight: 400; }
.tariff-head span { font-size: 12.5px; letter-spacing: 0.06em; color: var(--ivory-3); }
.tariff-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
table.tariff { width: 100%; border-collapse: collapse; min-width: 540px; }
table.tariff th, table.tariff td { padding: 18px 28px; text-align: left; }
table.tariff thead th {
  font-family: var(--sans); font-size: 10.5px; font-weight: 500;
  letter-spacing: 0.26em; text-transform: uppercase; color: var(--brass);
  border-bottom: 1px solid var(--hair-soft); background: rgba(198, 164, 100, 0.04);
}
table.tariff tbody td { font-size: 15px; color: var(--ivory-2); border-bottom: 1px solid var(--hair-soft); }
table.tariff tbody tr:last-child td { border-bottom: 0; }
table.tariff tbody tr { transition: background 0.5s var(--silk); }
table.tariff tbody tr:hover { background: rgba(198, 164, 100, 0.045); }
table.tariff td.fee { font-variant-numeric: tabular-nums; color: var(--ivory); }
table.tariff td.fee b { font-family: var(--cormorant); font-size: 27px; font-weight: 400; color: var(--brass-hi); margin-right: 3px; }
table.tariff td .talk { color: var(--ivory-3); font-size: 14px; }
.tariff-notes { padding: 20px 28px 24px; border-top: 1px solid var(--hair-soft); background: rgba(0, 0, 0, 0.18); }
.tariff-notes li { font-size: 13px; color: var(--ivory-3); display: flex; gap: 9px; word-break: keep-all; }
.tariff-notes li + li { margin-top: 7px; }
.tariff-notes li::before { content: "※"; color: var(--brass); flex-shrink: 0; }
.tariff-etc { display: grid; gap: 16px; margin-top: 20px; }
.tariff-etc .core { padding: 26px 24px; display: flex; align-items: center; gap: 17px; }
.tariff-etc .ico {
  width: 46px; height: 46px; border-radius: 14px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(198, 164, 100, 0.1); color: var(--brass);
  box-shadow: inset 0 0 0 1px var(--hair-soft);
}
.tariff-etc .ico svg { width: 21px; height: 21px; }
.tariff-etc h4 { font-family: var(--myeongjo); font-size: 17px; color: var(--ivory); font-weight: 400; }
.tariff-etc p { font-size: 13.5px; color: var(--ivory-3); word-break: keep-all; }

/* ---------- 무송사 ---------- */
.accord { background: var(--lacquer-2); overflow: hidden; }
.accord::before {
  content: "無訟事"; position: absolute; right: -1.5%; top: 5%;
  font-family: var(--myeongjo); font-size: min(27vw, 250px); line-height: 1;
  color: rgba(198, 164, 100, 0.035); pointer-events: none; user-select: none;
}
.accord-ratio {
  font-family: var(--cormorant); font-size: clamp(58px, 13vw, 104px);
  line-height: 1; color: var(--brass); margin-bottom: 10px;
}
.accord-ratio sup { font-size: 0.3em; letter-spacing: 0.2em; vertical-align: super; color: var(--brass); }
.accord-grid { display: grid; gap: 40px; }
.accord-kinds { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 30px; }
.accord-kind {
  padding: 18px 18px; border-radius: 16px; font-size: 13px; color: var(--ivory-3);
  background: rgba(198, 164, 100, 0.045); border: 1px solid var(--hair-soft);
  word-break: keep-all; transition: border-color 0.6s var(--silk), background 0.6s var(--silk), transform 0.6s var(--silk);
}
.accord-kind:hover { border-color: var(--hair); background: rgba(198, 164, 100, 0.08); transform: translateY(-3px); }
.accord-kind b { display: block; font-family: var(--myeongjo); font-size: 15.5px; color: var(--ivory); font-weight: 400; margin-bottom: 4px; }
.accord-steps { counter-reset: s; }
.accord-step {
  counter-increment: s; display: flex; gap: 20px; align-items: baseline;
  padding: 19px 0; border-bottom: 1px solid var(--hair-soft);
}
.accord-step::before {
  content: "0" counter(s); font-family: var(--cormorant); font-size: 17px;
  color: var(--brass); flex-shrink: 0; width: 30px;
}
.accord-step h4 { font-family: var(--myeongjo); font-size: 16px; color: var(--ivory); font-weight: 400; }
.accord-step p { font-size: 13.5px; color: var(--ivory-3); word-break: keep-all; }
.accord-fees { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.accord-fee {
  padding: 11px 19px; border-radius: 999px; font-size: 13.5px; color: var(--ivory-2);
  background: rgba(198, 164, 100, 0.06); border: 1px solid var(--hair-soft);
}
.accord-fee b { font-family: var(--cormorant); font-size: 16px; color: var(--brass-hi); font-weight: 400; }

/* ---------- 상담 ---------- */
.invite-lead { margin-bottom: 20px; }
.invite-lead .core {
  padding: 34px 28px; position: relative; overflow: hidden;
  background: linear-gradient(155deg, #2a211b 0%, var(--lacquer-3) 52%, #1d1714 100%);
}
.invite-lead .core::before {
  content: ""; position: absolute; right: -70px; top: -70px;
  width: 240px; height: 240px; border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 0, 30, 0.2), transparent 68%);
  pointer-events: none;
}
.invite-step {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px;
  font-size: 10.5px; font-weight: 500; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--brass-hi);
}
.invite-step .pip { width: 6px; height: 6px; border-radius: 50%; background: var(--cinnabar); }
.invite-lead h3 {
  font-family: var(--myeongjo); font-weight: 400; color: var(--ivory);
  font-size: clamp(22px, 4.4vw, 31px); line-height: 1.5; margin-bottom: 12px; word-break: keep-all;
}
.invite-lead > .core > div > p { font-size: 15px; color: var(--ivory-2); margin-bottom: 24px; word-break: keep-all; }
.invite-ask { display: grid; gap: 11px; margin-bottom: 28px; }
.invite-ask li { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; color: var(--ivory-2); word-break: keep-all; }
.invite-ask svg { width: 17px; height: 17px; color: var(--brass); flex-shrink: 0; margin-top: 5px; }
.invite-ask b { color: var(--ivory); font-weight: 500; }
.btn-kakao { background: #fee500; color: #191600; }
.btn-kakao .cap { background: rgba(0, 0, 0, 0.12); }
.btn-kakao:hover { box-shadow: 0 20px 40px -20px rgba(254, 229, 0, 0.6); }

.invite-pair { display: grid; gap: 16px; }
.invite-card .core { padding: 26px 24px; display: flex; flex-direction: column; height: 100%; }
.invite-card .top { display: flex; align-items: center; gap: 15px; margin-bottom: 16px; }
.invite-card .ico {
  width: 46px; height: 46px; border-radius: 14px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(198, 164, 100, 0.1); color: var(--brass);
  box-shadow: inset 0 0 0 1px var(--hair-soft);
}
.invite-card .ico svg { width: 21px; height: 21px; }
.invite-card h4 { font-family: var(--myeongjo); font-size: 19px; color: var(--ivory); font-weight: 400; }
.invite-card .cost { font-size: 13px; color: var(--ivory-3); letter-spacing: 0.04em; }
.invite-card .cost b { font-family: var(--cormorant); font-size: 22px; color: var(--brass-hi); font-weight: 400; margin-right: 2px; }
.invite-card ul { margin-bottom: 20px; flex: 1; }
.invite-card li { font-size: 14px; color: var(--ivory-3); display: flex; gap: 9px; padding: 3px 0; word-break: keep-all; }
.invite-card li::before { content: "—"; color: var(--brass); flex-shrink: 0; }
.line-btn {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  min-height: 50px; padding: 0 8px 0 20px; border-radius: 999px;
  font-size: 14px; font-weight: 500; color: var(--ivory);
  box-shadow: inset 0 0 0 1px var(--hair-soft);
  transition: box-shadow 0.6s var(--silk), background 0.6s var(--silk);
}
.line-btn .cap {
  width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(198, 164, 100, 0.13); color: var(--brass);
  transition: transform 0.6s var(--silk);
}
.line-btn .cap svg { width: 13px; height: 13px; }
.line-btn:hover { box-shadow: inset 0 0 0 1px var(--brass); background: rgba(198, 164, 100, 0.06); }
.line-btn:hover .cap { transform: translate(3px, -2px); }

/* ---------- 오시는 길 ---------- */
.route-grid { display: grid; gap: 20px; }
.route-map .core { padding: 22px; }
.route-map svg { width: 100%; height: auto; display: block; border-radius: 14px; }
.route-map .note {
  margin-top: 15px; font-size: 12.5px; color: var(--ivory-3);
  display: flex; gap: 9px; align-items: flex-start; word-break: keep-all;
}
.route-map .note i { width: 7px; height: 7px; border-radius: 50%; background: var(--cinnabar); flex-shrink: 0; margin-top: 8px; }
.route-panel { display: grid; gap: 16px; align-content: start; }
.route-block .core { padding: 26px 24px; }
.route-block h3 {
  display: flex; align-items: center; gap: 11px; margin-bottom: 18px;
  font-size: 10.5px; font-weight: 500; letter-spacing: 0.26em;
  text-transform: uppercase; color: var(--brass);
}
.route-block h3 svg { width: 17px; height: 17px; flex-shrink: 0; }
.route-addr { font-family: var(--myeongjo); font-size: 20px; color: var(--ivory); line-height: 1.6; word-break: keep-all; }
.route-addr-sub { font-size: 13.5px; color: var(--ivory-3); margin: 6px 0 20px; }
.copy-btn {
  display: inline-flex; align-items: center; gap: 11px;
  min-height: 46px; padding: 0 20px; border: 0; border-radius: 999px;
  font-family: var(--sans); font-size: 13.5px; font-weight: 500; color: var(--ivory);
  background: transparent; box-shadow: inset 0 0 0 1px var(--hair-soft);
  transition: box-shadow 0.6s var(--silk), background 0.6s var(--silk), color 0.6s var(--silk);
}
.copy-btn svg { width: 15px; height: 15px; color: var(--brass); }
.copy-btn:hover { box-shadow: inset 0 0 0 1px var(--brass); background: rgba(198, 164, 100, 0.07); }
.copy-btn.ok { background: rgba(198, 164, 100, 0.14); box-shadow: inset 0 0 0 1px var(--brass); color: var(--brass-hi); }

.metro { display: grid; gap: 9px; }
.metro-row {
  display: flex; align-items: center; gap: 13px; padding: 13px 15px; border-radius: 14px;
  background: rgba(198, 164, 100, 0.045); border: 1px solid var(--hair-soft);
}
.metro-row .ln { display: flex; gap: 4px; flex-shrink: 0; }
.metro-row .ln i {
  width: 25px; height: 25px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--sans); font-style: normal; font-size: 12px; font-weight: 600; color: #fff;
}
.l2 { background: #00a84d; } .l3 { background: #ef7c1c; }
.l4 { background: #00a5de; } .l5 { background: #996cac; }
.metro-row .st { flex: 1; font-family: var(--myeongjo); font-size: 15.5px; color: var(--ivory); }
.metro-row .mn { font-size: 13px; color: var(--ivory-3); display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.metro-row .mn svg { width: 14px; height: 14px; color: var(--brass); }

.route-facts { display: grid; gap: 14px; }
.route-fact { display: flex; gap: 12px; font-size: 14.5px; color: var(--ivory-3); word-break: keep-all; }
.route-fact svg { width: 17px; height: 17px; color: var(--brass); flex-shrink: 0; margin-top: 5px; }
.route-fact b { color: var(--ivory); font-weight: 500; }
.route-apps { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.route-app {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; border-radius: 999px; font-size: 13.5px; font-weight: 500; color: var(--ivory);
  box-shadow: inset 0 0 0 1px var(--hair-soft);
  transition: box-shadow 0.6s var(--silk), transform 0.6s var(--silk), background 0.6s var(--silk);
}
.route-app:hover { box-shadow: inset 0 0 0 1px var(--brass); transform: translateY(-2px); background: rgba(198,164,100,0.05); }
.route-app i { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.route-app.k i { background: #fee500; }
.route-app.n i { background: #03c75a; }

/* ---------- 맺음 ---------- */
.coda { text-align: center; overflow: hidden; }
.coda::before {
  content: ""; position: absolute; left: 50%; top: 0; transform: translateX(-50%);
  width: min(900px, 92%); height: 1px;
  background: linear-gradient(90deg, transparent, var(--brass), transparent);
}
.coda-seal { width: 78px; height: 78px; margin: 0 auto 30px; }
.coda h2 {
  font-family: var(--myeongjo); font-weight: 400; color: var(--ivory);
  font-size: clamp(25px, 5.2vw, 50px); line-height: 1.5;
  margin-bottom: 18px; word-break: keep-all; text-wrap: balance;
}
.coda h2 .gold { color: var(--brass-hi); }
.coda > .wrap > p { font-size: 15.5px; color: var(--ivory-3); margin-bottom: 38px; word-break: keep-all; }
.coda-acts { display: flex; flex-direction: column; gap: 12px; max-width: 380px; margin: 0 auto; }

/* ---------- 푸터 ---------- */
footer { border-top: 1px solid var(--hair-soft); padding: 62px 0 40px; font-size: 13.5px; color: var(--ivory-3); }
.foot-top { display: grid; gap: 34px; margin-bottom: 40px; }
.foot-mark img { height: 20px; width: auto; max-width: none; margin-bottom: 18px; }
.foot-mark p { max-width: 360px; line-height: 1.9; word-break: keep-all; }
.foot-col b {
  display: block; font-family: var(--sans); font-weight: 500; font-size: 10.5px;
  letter-spacing: 0.26em; text-transform: uppercase; color: var(--brass); margin-bottom: 10px;
}
.foot-col a, .foot-col span { display: flex; align-items: center; min-height: 44px; transition: color 0.5s var(--silk); }
.foot-col a:hover { color: var(--ivory); }
.foot-col span { line-height: 1.7; }
.foot-fine {
  padding: 18px 20px; border-radius: 14px; margin-bottom: 26px;
  background: rgba(198, 164, 100, 0.04); border: 1px solid var(--hair-soft);
  font-size: 12.5px; line-height: 1.85; color: var(--ivory-3); word-break: keep-all;
}
.foot-fine b { color: var(--brass); font-weight: 500; }
.foot-legal {
  border-top: 1px solid var(--hair-soft); padding-top: 24px;
  display: flex; flex-direction: column; gap: 7px; font-size: 12.5px; color: var(--ivory-3);
}

/* ---------- 하단 고정바 (모바일) ---------- */
.dock {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; display: flex; gap: 10px;
  padding: 9px 14px calc(9px + env(safe-area-inset-bottom));
  background: rgba(20, 16, 14, 0.92);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border-top: 1px solid var(--hair-soft);
}
.dock a {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 48px; border-radius: 999px; font-size: 14px; font-weight: 600; letter-spacing: 0.02em;
}
.dock svg { width: 17px; height: 17px; }
.dock .d-tel { color: var(--ivory); box-shadow: inset 0 0 0 1px var(--hair); }
.dock .d-kko { background: #fee500; color: #191600; }

/* ============================================================
   768px+
   ============================================================ */
@media (min-width: 768px) {
  body { padding-bottom: 0; }
  .dock { display: none; }
  .wrap { padding: 0 32px; }
  .sec { padding: 132px 0; }
  .hero { padding: calc(var(--header-h) + 90px) 0 96px; }
  .hero-acts { flex-direction: row; }
  .hero-marks { grid-template-columns: repeat(3, 1fr); gap: 0 30px; }
  .creed-grid { grid-template-columns: repeat(3, 1fr); gap: 0 30px; }
  .creed-item:nth-child(-n+3) { border-top: 1px solid var(--hair-soft); }
  .roster-grid { grid-template-columns: repeat(3, 1fr); }
  .figure-photo { height: 300px; }
  .invite-pair { grid-template-columns: 1fr 1fr; }
  .tariff-etc { grid-template-columns: 1fr 1fr; }
  .accord-grid { grid-template-columns: 1fr 1fr; gap: 52px; }
  .route-grid { grid-template-columns: 1fr 1fr; align-items: start; }
  .coda-acts { flex-direction: row; justify-content: center; max-width: none; }
  .foot-top { grid-template-columns: 1.4fr 1fr 1fr; }
  .foot-legal { flex-direction: row; justify-content: space-between; }
  .hero-scroll { left: 32px; }
}

/* ============================================================
   1024px+
   ============================================================ */
@media (min-width: 1024px) {
  .burger { display: none; }
  .veil { display: none; }
  .nav-links { display: flex; align-items: center; gap: 2px; }
  .sec { padding: 160px 0; }
  .sec-top { margin-bottom: 72px; }
  .hero-inner { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 70px; align-items: center; }
  .hero-marks { grid-template-columns: 1fr; gap: 0; }
  .hero-side { align-self: center; }
  .pact-grid { grid-template-columns: 0.86fr 1.14fr; gap: 56px; align-items: start; }
  .pact-doc { padding: 42px 38px; }
  .figure-photo { height: 350px; }
  .invite-lead .core { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 44px; align-items: center; padding: 50px 46px; }
  .route-grid { grid-template-columns: 1.04fr 0.96fr; gap: 30px; }
  .route-map { position: sticky; top: calc(var(--header-h) + 20px); }
  .accord-kinds { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  html { scroll-behavior: auto; }
  html.js .rise { opacity: 1; transform: none; filter: none; }
  html.js .rule.rise { transform: scaleX(1); }
  .hero h1 em::after { transform: scaleX(1); }
  .veil a { opacity: 1; transform: none; }
}

/* ---------- 무송사 상세 (전체 원문) ---------- */
.accord-q { margin-top: 52px; }
.accord-q > h3 {
  display: flex; align-items: baseline; gap: 11px;
  font-family: var(--myeongjo); font-weight: 400; color: var(--ivory);
  font-size: clamp(19px, 3.4vw, 27px); margin-bottom: 22px; word-break: keep-all;
}
.accord-q > h3::before {
  content: "Q."; font-family: var(--cormorant); color: var(--brass);
  font-size: 0.95em; flex-shrink: 0;
}
.accord-lede {
  font-size: 15.5px; color: var(--ivory-2); word-break: keep-all;
  padding: 22px 24px; border-radius: 18px;
  background: rgba(198, 164, 100, 0.045); border: 1px solid var(--hair-soft);
}
.accord-lede b { color: var(--ivory); font-weight: 500; }
.accord-lede .hl { color: var(--brass-hi); }

.accord-vs { display: grid; gap: 14px; }
.accord-vs-col { border-radius: 20px; padding: 26px 24px; }
.accord-vs-col.court { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); }
.accord-vs-col.ours { background: rgba(198,164,100,0.08); border: 1px solid var(--hair); }
.accord-vs-col h4 {
  display: flex; align-items: center; gap: 10px; margin-bottom: 17px;
  font-family: var(--myeongjo); font-weight: 400; font-size: 18px;
}
.accord-vs-col.court h4 { color: var(--ivory-3); }
.accord-vs-col.ours h4 { color: var(--brass-hi); }
.accord-vs-col h4 svg { width: 19px; height: 19px; flex-shrink: 0; }
.accord-vs-col li {
  display: flex; gap: 11px; font-size: 14.5px; padding: 8px 0;
  color: var(--ivory-3); word-break: keep-all;
}
.accord-vs-col.ours li { color: var(--ivory-2); }
.accord-vs-col li::before {
  content: ""; width: 4px; height: 4px; border-radius: 50%; flex-shrink: 0;
  margin-top: 11px; background: currentColor; opacity: 0.6;
}

.accord-tier { display: grid; gap: 14px; }
.accord-tier-box {
  border-radius: 20px; padding: 24px 22px;
  background: rgba(198,164,100,0.045); border: 1px solid var(--hair-soft);
}
.accord-tier-box > b {
  display: block; font-family: var(--sans); font-size: 10.5px; font-weight: 500;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--brass); margin-bottom: 16px;
}
.accord-role {
  display: flex; align-items: baseline; justify-content: space-between; gap: 14px;
  padding: 13px 0; flex-wrap: wrap;
}
.accord-role + .accord-role { border-top: 1px solid var(--hair-soft); }
.accord-role .who { font-family: var(--myeongjo); font-size: 16px; color: var(--ivory); }
.accord-role .who small {
  display: block; font-family: var(--sans); font-size: 12.5px;
  color: var(--ivory-3); margin-top: 3px; word-break: keep-all;
}
.accord-role .rate { font-family: var(--cormorant); font-size: 22px; color: var(--brass-hi); white-space: nowrap; }
.accord-role .rate span { font-family: var(--sans); font-size: 12px; color: var(--ivory-3); }
.accord-bonus { display: grid; gap: 8px; }
.accord-bonus-row {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 12px 16px; border-radius: 13px; font-size: 14.5px;
  background: rgba(198,164,100,0.05); color: var(--ivory-2);
}
.accord-bonus-row b { font-family: var(--cormorant); font-size: 19px; color: var(--brass-hi); font-weight: 400; }
.accord-fine {
  margin-top: 16px; display: flex; gap: 9px;
  font-size: 12.5px; line-height: 1.8; color: var(--ivory-3); word-break: keep-all;
}
.accord-fine::before { content: "※"; color: var(--brass); flex-shrink: 0; }

@media (min-width: 768px) {
  .accord-vs { grid-template-columns: 1fr 1fr; }
  .accord-tier { grid-template-columns: 1fr 1fr; align-items: start; }
}

/* ---------- 제로변의 약속 ---------- */
.vow-lede {
  font-family: var(--myeongjo); font-size: clamp(19px, 3.6vw, 27px);
  line-height: 1.62; color: var(--ivory); margin-bottom: 34px; word-break: keep-all;
}
.vow-lede .gold { color: var(--brass-hi); }
.vow-so { font-size: 15px; color: var(--ivory-3); letter-spacing: 0.06em; margin-bottom: 18px; }
.vow-grid { display: grid; gap: 16px; }
.vow-item .core { padding: 30px 26px; height: 100%; }
.vow-item .rn {
  font-family: var(--cormorant); font-size: 15px; letter-spacing: 0.22em;
  color: var(--brass); display: block; margin-bottom: 16px;
}
.vow-item h3 {
  font-family: var(--myeongjo); font-weight: 400; font-size: 19px;
  color: var(--ivory); line-height: 1.55; margin-bottom: 11px; word-break: keep-all;
}
.vow-item p { font-size: 14.5px; color: var(--ivory-3); word-break: keep-all; }
.vow-seal { display: flex; align-items: center; gap: 22px; margin-top: 26px; flex-direction: column; text-align: center; }
.vow-seal .core { padding: 28px 26px; }
.vow-seal-txt { font-size: 15px; color: var(--ivory-2); word-break: keep-all; }
.vow-seal-txt b { color: var(--ivory); font-weight: 500; }
@media (min-width: 768px) {
  .vow-grid { grid-template-columns: repeat(3, 1fr); }
  .vow-seal { flex-direction: row; text-align: left; }
}
