/* =========================================================
   베리환 1-page homepage — styles
   ========================================================= */

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: #fff;
  color: var(--bh-fg-1);
  font-family: var(--bh-font-sans);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: pretty;
}
.br-m { display: none; }
@media (max-width: 768px) { .br-m { display: inline; } }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

/* Generic */
.section {
  padding: clamp(72px, 9vw, 140px) clamp(20px, 4vw, 48px);
  max-width: 1200px;
  margin: 0 auto;
}

/* Section heads */
.sec-head { text-align: center; margin-bottom: clamp(48px, 7vw, 96px); }
.sec-title {
  margin: 0;
  font-family: var(--bh-font-sans);
  font-weight: 300;
  font-size: clamp(22px, 2.8vw, 34px);
  letter-spacing: -0.01em;
  color: var(--bh-fg-1);
  line-height: 1.35;
}
.sec-sub {
  margin: 12px 0 0;
  font-family: var(--bh-font-sans);
  font-weight: 300;
  font-size: clamp(14px, 1.4vw, 17px);
  color: #b7b3aa;
  letter-spacing: 0.02em;
}
.sec-desc {
  margin: 14px auto 0;
  max-width: 560px;
  font-size: 14px;
  font-weight: 300;
  color: var(--bh-fg-3);
  line-height: 1.7;
}
.sec-eyebrow {
  margin: 0;
  font-size: clamp(16px, 1.9vw, 22px);
  font-weight: 300;
  color: var(--bh-fg-1);
  letter-spacing: -0.01em;
}
.sec-eyebrow strong { font-weight: 700; color: var(--bh-fg-1); }

/* =====================
   Top Nav
===================== */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.94);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.nav-inner {
  max-width: 1280px; margin: 0 auto;
  padding: 16px clamp(20px, 4vw, 48px);
  display: grid; grid-template-columns: auto 1fr auto auto; gap: 24px;
  align-items: center;
}
.brand { display: flex; align-items: center; }
.brand-logo { height: 32px; width: auto; display: block; }
@media (max-width: 480px) {
  .brand-logo { height: 26px; }
}

.nav-links { display: flex; gap: 28px; justify-content: center; }
.nav-links a {
  font-size: 14px; font-weight: 400; color: var(--bh-fg-2);
  transition: color .18s;
}
.nav-links a:hover { color: var(--bh-wine); }

.nav-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--bh-wine); color: #fff;
  padding: 10px 18px; border-radius: 999px;
  font-size: 13px; font-weight: 600;
  transition: background .18s;
}
.nav-cta:hover { background: var(--bh-wine-deep); }
.nav-cta .arr { transition: transform .18s; }
.nav-cta:hover .arr { transform: translateX(2px); }

.nav-burger { display: none; background: transparent; border: 0; padding: 8px; cursor: pointer; flex-direction: column; gap: 4px; }
.nav-burger span { display: block; width: 22px; height: 2px; background: var(--bh-fg-1); border-radius: 2px; }

/* =====================
   Hero
===================== */
.hero {
  position: relative;
  min-height: clamp(560px, 78vh, 760px);
  overflow: hidden;
  color: #fff;
  display: flex; align-items: center;
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center right;
  filter: brightness(0.98) saturate(1.02);
  transform: scale(1.02);
}
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(13,13,24,0.82) 0%, rgba(13,13,24,0.66) 28%, rgba(13,13,24,0.32) 50%, rgba(13,13,24,0.05) 68%, rgba(13,13,24,0) 82%),
    linear-gradient(180deg, rgba(13,13,24,0.0) 65%, rgba(13,13,24,0.25) 100%);
}
.hero-inner {
  position: relative;
  max-width: 1200px; margin: 0 auto;
  padding: clamp(64px, 10vw, 120px) clamp(20px, 4vw, 48px);
  width: 100%;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px; border: 1px solid rgba(255,255,255,0.25);
  border-radius: 999px;
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.9);
  background: rgba(255,255,255,0.04);
}
.hero-eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #e7b65a;
  animation: pulse 1.8s infinite;
}
@keyframes pulse { 0%,100% { opacity: 1 } 50% { opacity: 0.4 } }

.hero-title {
  margin: 28px 0 24px;
  font-family: var(--bh-font-sans);
  font-weight: 300;
  font-size: clamp(34px, 5.4vw, 68px);
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 18ch;
}
.hero-title em {
  font-style: normal; font-weight: 700;
  color: #e7b65a;
}
.hero-sub {
  margin: 0 0 36px;
  font-size: clamp(14px, 1.5vw, 17px);
  line-height: 1.85;
  color: rgba(255,255,255,0.8);
  font-weight: 300;
  max-width: 56ch;
}
.br-pc { display: inline; }
@media (max-width: 768px) {
  .br-pc { display: none; }
  .hero-bg { background-position: 60% center; }
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: clamp(48px, 8vw, 84px); }

.btn-wine {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--bh-wine); color: #fff;
  padding: 16px 26px; border-radius: 999px;
  font-size: 14px; font-weight: 600; letter-spacing: 0.01em;
  transition: background .18s, transform .18s, box-shadow .22s;
  box-shadow: 0 10px 30px rgba(139, 26, 69, 0.25);
}
.btn-wine:hover { background: var(--bh-wine-deep); transform: translateY(-1px); box-shadow: 0 14px 40px rgba(139, 26, 69, 0.35); }
.btn-wine .arr { transition: transform .18s; }
.btn-wine:hover .arr { transform: translateX(3px); }
.btn-wine.large { padding: 20px 36px; font-size: 15px; }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 16px 26px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff; font-size: 14px; font-weight: 500;
  background: transparent;
  transition: background .18s, border-color .18s;
}
.btn-ghost:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.45); }

.hero-meta {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.18);
  max-width: 720px;
}
.hero-meta > div { display: flex; flex-direction: column; gap: 6px; }
.hero-meta .n { font-family: var(--bh-font-serif); font-weight: 400; font-size: clamp(22px, 2.6vw, 30px); color: #fff; line-height: 1; letter-spacing: -0.02em; }
.hero-meta .k { font-size: 11px; letter-spacing: 0.04em; color: rgba(255,255,255,0.7); font-weight: 400; }

/* =====================
   Points
===================== */
.pt-points { padding-bottom: clamp(48px, 6vw, 80px); }
.point {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 6vw, 96px);
  align-items: center;
  margin-bottom: clamp(64px, 9vw, 120px);
}
.point-media { position: relative; }
.point-media img {
  width: 100%; height: auto; display: block;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  border-radius: 2px;
}
.point-1 .point-media img { aspect-ratio: 4/5; object-fit: cover; object-position: center top; background: #fafafa; }
.point-2 .point-media img { aspect-ratio: 1/1; object-fit: cover; }

.point-copy { padding: 0 8px; }
.point-copy.align-right { text-align: right; }
.point-tag {
  display: inline-block;
  font-family: var(--bh-font-serif);
  font-weight: 400;
  font-size: clamp(16px, 1.7vw, 20px);
  color: var(--bh-fg-3);
  letter-spacing: 0.02em;
  margin-bottom: 18px;
}
.point-tag.center { display: block; text-align: center; margin-bottom: 12px; }
.point-title {
  margin: 0 0 28px;
  font-weight: 500;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--bh-fg-1);
}
.point-title.center { text-align: center; margin-bottom: clamp(36px, 5vw, 56px); }
.point-body {
  margin: 0 0 18px;
  font-size: clamp(13px, 1.1vw, 14px);
  line-height: 1.95;
  color: var(--bh-fg-3);
  font-weight: 300;
}
.point-body strong { color: var(--bh-wine); font-weight: 600; }
.point-body em {
  font-style: normal; font-weight: 500; color: var(--bh-fg-1);
}

/* Point 3 cards */
.point-3 { display: block; }
.reco-list {
  display: flex; flex-direction: column; gap: 18px;
  max-width: 640px; margin: 0 auto;
}
.reco-card {
  position: relative;
  padding: 26px 32px 26px 36px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.04);
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(13, 13, 24, 0.05);
  transition: transform .22s, box-shadow .22s;
}
.reco-card:hover { transform: translateY(-2px); box-shadow: 0 12px 36px rgba(13, 13, 24, 0.09); }
.reco-q {
  font-size: clamp(15px, 1.5vw, 17px); font-weight: 700;
  color: var(--bh-fg-1); margin-bottom: 8px;
}
.reco-a { font-size: 13px; color: var(--bh-fg-3); font-weight: 300; }
.reco-num {
  font-family: var(--bh-font-serif);
  font-size: 18px;
  font-weight: 400;
  color: var(--bh-wine-soft);
  opacity: 0.55;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}

/* =====================
   Diet Insight
===================== */
.insight {
  position: relative;
  min-height: clamp(440px, 60vh, 560px);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  color: var(--bh-fg-1);
}
.insight-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center 30%;
  filter: saturate(0.95) contrast(1.02);
}
.insight-overlay {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.78) 0%, rgba(255,255,255,0.55) 45%, rgba(255,255,255,0.35) 80%);
}
.insight-inner {
  position: relative;
  text-align: center;
  padding: clamp(48px, 8vw, 96px) clamp(20px, 4vw, 48px);
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.insight-title {
  margin: 0;
  font-family: var(--bh-font-serif);
  font-weight: 400;
  font-size: clamp(26px, 3.4vw, 38px);
  letter-spacing: -0.01em;
  color: var(--bh-fg-1);
}
.insight-sub {
  margin: 10px 0 36px;
  font-size: clamp(13px, 1.3vw, 15px);
  color: var(--bh-fg-3);
  letter-spacing: 0.02em;
  font-weight: 400;
}
.insight-body {
  margin: 0;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 2;
  color: var(--bh-fg-2);
  font-weight: 300;
}
.insight-body strong { color: var(--bh-wine); font-weight: 700; }

/* =====================
   Doctors
===================== */
.doctors-sec { padding-top: clamp(72px, 9vw, 120px); }
.doctors-sec .sec-head { margin-bottom: 28px; }
.doctors-body {
  text-align: center;
  margin: 0 auto clamp(36px, 5vw, 60px);
  max-width: 760px;
  font-size: clamp(13px, 1.2vw, 15px);
  line-height: 2;
  color: var(--bh-fg-3);
  font-weight: 300;
}
.doctors-body p { margin: 0 0 18px; }
.doctors-body strong { color: var(--bh-fg-1); font-weight: 700; }
.doctors-photo {
  width: 860px; max-width: 100%;
  height: 440px;
  margin: clamp(8px, 2vw, 24px) auto 0;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.doctors-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
}
@media (max-width: 900px) {
  .doctors-photo { height: clamp(240px, 56vw, 440px); }
}
.doctors-lineup {
  text-align: center;
  margin: 0 auto;
  max-width: 1000px;
}
.doctors-lineup img { width: 100%; height: auto; margin: 0 auto; }
.doctors-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 24px;
  padding: 32px 0;
  border-top: 1px solid var(--bh-line);
  border-bottom: 1px solid var(--bh-line);
}
.doctors-stats > div {
  text-align: center;
  display: flex; flex-direction: column; gap: 8px;
  border-right: 1px solid var(--bh-line);
}
.doctors-stats > div:last-child { border-right: 0; }
.doctors-stats .n {
  font-family: var(--bh-font-serif);
  font-weight: 400;
  font-size: clamp(26px, 3vw, 38px);
  color: var(--bh-green);
  line-height: 1;
  letter-spacing: -0.02em;
}
.doctors-stats .n small { font-size: 0.5em; font-weight: 400; margin-left: 2px; color: var(--bh-green-soft); }
.doctors-stats .k {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--bh-fg-3);
  font-weight: 500;
}

/* =====================
   Comparison
===================== */
.compare {
  position: relative;
  margin: clamp(36px, 6vw, 80px) 0;
  padding: clamp(72px, 9vw, 120px) clamp(20px, 4vw, 48px);
  overflow: hidden;
  color: #fff;
}
.compare-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: brightness(0.6) saturate(0.9);
}
.compare-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(13,13,24,0.55) 0%, rgba(13,13,24,0.7) 100%);
}
.compare-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.compare-head { text-align: center; margin-bottom: clamp(36px, 5vw, 56px); }
.compare-head h2 {
  margin: 0 0 18px;
  font-weight: 500;
  font-size: clamp(22px, 2.8vw, 32px);
  letter-spacing: -0.01em;
  line-height: 1.45;
  color: #fff;
}
.compare-head p {
  margin: 0;
  font-size: clamp(13px, 1.2vw, 15px);
  font-weight: 300;
  line-height: 1.85;
  color: rgba(255,255,255,0.7);
}

.compare-table {
  display: grid;
  grid-template-columns: 0.82fr auto 1fr;
  gap: 18px;
  align-items: center;
  max-width: 600px; margin: 0 auto;
}
.compare-col {
  background: rgba(255,255,255,0.96);
  color: var(--bh-fg-2);
  border-radius: 18px;
  padding: 34px 22px;
  text-align: center;
}
.compare-col.col-other {
  transform: scale(0.95);
  align-self: center;
}
.compare-col.col-us {
  background: var(--bh-wine);
  color: #fff;
  position: relative;
  z-index: 2;
  transform: scale(1.06);
  padding: 42px 26px;
  box-shadow: 0 22px 60px rgba(139, 26, 69, 0.42);
}
.col-head {
  font-size: clamp(16px, 1.7vw, 19px);
  font-weight: 700;
  letter-spacing: -0.01em;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  display: inline-flex; align-items: center; gap: 8px;
  width: 100%; justify-content: center;
}
.col-us .col-head {
  color: #fff;
  border-bottom-color: rgba(255,255,255,0.18);
}
.col-mark { width: 22px; height: 22px; filter: brightness(0) invert(1); opacity: 0.85; }
.compare-col ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 14px;
}
.compare-col li {
  font-size: clamp(13px, 1.2vw, 15px);
  line-height: 1.55;
  font-weight: 400;
}
.col-us li { font-weight: 500; font-size: 20px; line-height: 1.5; }
.compare-col li em {
  font-style: normal; font-size: 0.85em; opacity: 0.85;
}

.compare-vs {
  display: flex; align-items: center; justify-content: center;
  font-family: var(--bh-font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 22px);
  color: rgba(255,255,255,0.8);
  letter-spacing: 0.05em;
  min-width: 36px;
}

/* =====================
   3 Step Cards
===================== */
.steps-sec { padding-top: clamp(72px, 9vw, 120px); }
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.step-card {
  background: #fff;
  border-radius: 18px;
  padding: 32px 28px 36px;
  box-shadow: 0 4px 30px rgba(13, 13, 24, 0.06);
  border: 1px solid rgba(0,0,0,0.04);
  display: flex; flex-direction: column; gap: 18px;
  transition: transform .22s, box-shadow .22s;
}
.step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 50px rgba(13, 13, 24, 0.10);
}
.step-head { display: flex; flex-direction: column; gap: 4px; }
.step-num {
  font-family: var(--bh-font-serif);
  font-weight: 400;
  font-size: 13px;
  color: var(--bh-fg-3);
  letter-spacing: 0.04em;
}
.step-name {
  margin: 0;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -0.01em;
}
.step-box {
  display: flex; align-items: flex-end; justify-content: center;
  background: linear-gradient(180deg, var(--accent-tint) 0%, rgba(255,255,255,0) 100%);
  border-radius: 12px;
  padding: 24px;
  height: 200px;
}
.step-box img {
  max-height: 100%; max-width: 80%;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,0.18));
}
.step-target {
  margin: 0;
  font-size: clamp(15px, 1.4vw, 17px);
  font-weight: 500;
  line-height: 1.55;
  color: var(--bh-fg-1);
  letter-spacing: -0.01em;
}
.step-bars { display: flex; flex-direction: column; gap: 10px; margin-top: 4px; }
.bar-row {
  display: grid; grid-template-columns: 90px 1fr;
  align-items: center; gap: 14px;
  font-size: 12px;
  color: var(--bh-fg-3);
}
.bar {
  position: relative;
  height: 8px; background: #f2f2f2; border-radius: 999px; overflow: hidden;
}
.bar > span {
  display: block; height: 100%;
  background: var(--accent);
  border-radius: 999px;
  width: 0;
  transition: width 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* =====================
   Reviews
===================== */
.reviews-sec { background: #fafaf7; max-width: none; padding-left: 0; padding-right: 0; }
.reviews-sec .sec-head, .reviews-grid { max-width: 1200px; margin-left: auto; margin-right: auto; padding: 0 clamp(20px, 4vw, 48px); }
.reviews-sec .sec-head { padding-top: 0; }
.reviews-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.review-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(13, 13, 24, 0.06);
  display: flex; flex-direction: column;
  transition: transform .22s, box-shadow .22s;
}
.review-card:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(13, 13, 24, 0.09); }
.review-photo {
  aspect-ratio: 4/3;
  background: #f3f0ea;
  overflow: hidden;
}
.review-photo img {
  width: 100%; height: 100%; object-fit: cover;
}
.review-body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 14px; }
.review-head { display: flex; justify-content: space-between; align-items: center; }
.review-tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px; font-weight: 700;
  letter-spacing: -0.005em;
}
.review-name { font-size: 11px; color: var(--bh-fg-3); letter-spacing: 0.02em; }
.review-body p {
  margin: 0;
  font-size: 13px;
  line-height: 1.85;
  color: var(--bh-fg-2);
  font-weight: 300;
}

/* =====================
   Apply
===================== */
.apply-sec { padding-bottom: clamp(64px, 8vw, 100px); }
.apply-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1000px; margin: 0 auto;
}
.apply-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 14px;
  padding: 32px 24px;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  min-height: 260px;
  transition: transform .22s, box-shadow .22s;
}
.apply-card:not(.highlight):hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(13, 13, 24, 0.08); }
.apply-num {
  font-family: var(--bh-font-serif);
  font-weight: 400; font-size: 14px;
  color: var(--bh-fg-3); letter-spacing: 0.04em;
}
.apply-title {
  margin: 8px 0 6px;
  font-size: clamp(16px, 1.7vw, 19px);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--bh-fg-1);
}
.apply-sub { margin: 0; font-size: 12px; color: var(--bh-fg-3); font-weight: 400; }
.apply-ico {
  margin-top: auto;
  color: var(--bh-fg-3);
  opacity: 0.55;
}
.apply-ico svg { width: 56px; height: 56px; display: block; }

.apply-card.highlight {
  background: var(--bh-wine);
  border-color: var(--bh-wine);
  color: #fff;
  box-shadow: 0 18px 50px rgba(139, 26, 69, 0.3);
  transform: translateY(-6px);
}
.apply-card.highlight .apply-num { color: rgba(255,255,255,0.7); }
.apply-card.highlight .apply-title { color: #fff; font-size: clamp(17px, 1.8vw, 21px); }
.apply-card.highlight .apply-ico { color: #fff; opacity: 0.9; }

.apply-cta {
  text-align: center; margin-top: clamp(36px, 5vw, 60px);
}
.apply-note {
  margin: 18px 0 0;
  font-size: 12px;
  color: var(--bh-fg-3);
  font-weight: 400;
}

/* =====================
   Footer
===================== */
.foot {
  background: var(--bh-ink);
  color: rgba(245,237,224,0.7);
  padding: clamp(56px, 7vw, 88px) clamp(20px, 4vw, 48px) 28px;
}
.foot-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 56px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(245,237,224,0.1);
}
.foot-brand .foot-logo { height: 32px; margin-bottom: 16px; }
.foot-brand p { margin: 0; font-size: 12px; line-height: 1.85; max-width: 380px; }
.foot-cols { display: contents; }
.foot-cols h6 {
  margin: 0 0 16px;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(245,237,224,0.5); font-weight: 600;
}
.foot-cols ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.foot-cols li, .foot-cols a { font-size: 13px; color: rgba(245,237,224,0.85); }
.foot-cols a:hover { color: #e7b65a; }

.foot-legal {
  max-width: 1200px; margin: 0 auto;
  padding-top: 22px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11px; color: rgba(245,237,224,0.45); letter-spacing: 0.04em;
}
.foot-links { display: flex; gap: 18px; }
.foot-links a:hover { color: rgba(245,237,224,0.9); }

/* =====================
   Floating Rail
===================== */
.float-rail {
  position: fixed;
  right: 16px; bottom: 100px;
  z-index: 40;
  display: flex; flex-direction: column; gap: 6px;
}
.float-rail a {
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 4px;
  width: 60px; height: 60px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 12px;
  color: var(--bh-green);
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  transition: all .22s;
}
.float-rail a:hover {
  background: var(--bh-green);
  color: #fff;
  transform: translateX(-3px);
  box-shadow: 0 8px 22px rgba(12, 68, 41, 0.25);
}
.float-rail svg { width: 20px; height: 20px; }
.float-rail span { font-size: 10px; font-weight: 500; letter-spacing: 0.02em; }
.float-rail .rail-top {
  margin-top: 6px;
  background: var(--bh-wine);
  color: #fff;
  border-color: var(--bh-wine);
}
.float-rail .rail-top:hover { background: var(--bh-wine-deep); color: #fff; }

/* =====================
   Responsive
===================== */
@media (max-width: 980px) {
  .nav-links { display: none; }
  .nav-inner { grid-template-columns: 1fr auto auto; }
  .nav-burger { display: flex; }
  .nav-burger.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-burger.open span:nth-child(2) { opacity: 0; }
  .nav-burger.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .nav-burger span { transition: transform .22s, opacity .22s; }

  .nav-mobile {
    display: flex; flex-direction: column;
    padding: 12px 24px 24px;
    border-top: 1px solid rgba(0,0,0,0.06);
    background: #fff;
  }
  .nav-mobile a {
    padding: 14px 4px;
    font-size: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.04);
    color: var(--bh-fg-1);
  }
  .nav-mobile a:last-child { border-bottom: 0; }

  .doctors-stats { grid-template-columns: repeat(2, 1fr); gap: 16px; padding: 24px 0; }
  .doctors-stats > div { border-right: 0; }
  .doctors-stats > div:nth-child(odd) { border-right: 1px solid var(--bh-line); }

  .steps-grid, .reviews-grid, .apply-grid {
    grid-template-columns: 1fr; gap: 16px;
  }
  .step-card { padding: 24px 22px 28px; }
  .step-box { height: 180px; }
  .apply-card.highlight { transform: none; }

  .foot-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .foot-brand { grid-column: 1 / -1; }

  .float-rail { right: 10px; bottom: 80px; gap: 4px; }
  .float-rail a { width: 48px; height: 48px; gap: 2px; }
  .float-rail span { font-size: 9px; }
  .float-rail svg { width: 18px; height: 18px; }
}

@media (max-width: 720px) {
  .point {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 72px;
  }
  .point-2 .point-copy { order: 1; }
  .point-2 .point-media { order: 2; }
  .point-copy.align-right { text-align: left; }
  .point-1 .point-media img { aspect-ratio: 4/5; max-height: 60vh; }
  .point-2 .point-media img { aspect-ratio: 4/3; }

  .hero-meta { grid-template-columns: repeat(2, 1fr); gap: 18px; }

  .compare-table {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .compare-vs { padding: 4px 0; }

  .foot-inner { grid-template-columns: 1fr; gap: 28px; }
  .foot-legal { flex-direction: column; gap: 12px; text-align: center; }

  .bar-row { grid-template-columns: 100px 1fr; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 32px; }
  .reco-card { padding: 22px 22px 22px 24px; }
  .nav-cta span:not(.arr) { display: none; }
  .nav-cta { padding: 10px 12px; }
}

/* Print */
@media print {
  .nav, .float-rail, .foot { display: none; }
}

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* =====================
   Legal Modals
===================== */
.legal-modal {
  position: fixed; inset: 0; z-index: 200;
  display: flex; align-items: center; justify-content: center;
  padding: clamp(16px, 4vw, 48px);
}
.legal-modal[hidden] { display: none; }
.legal-backdrop {
  position: absolute; inset: 0;
  background: rgba(13, 13, 24, 0.62);
  backdrop-filter: blur(2px);
  animation: legalFade .25s ease;
}
.legal-panel {
  position: relative;
  width: min(720px, 100%);
  max-height: min(82vh, 860px);
  display: flex; flex-direction: column;
  background: var(--bh-paper, #fbf6ec);
  border-radius: var(--bh-radius-lg, 20px);
  box-shadow: 0 30px 80px rgba(13, 13, 24, 0.35);
  overflow: hidden;
  animation: legalRise .3s cubic-bezier(.2,.7,.2,1);
}
@keyframes legalFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes legalRise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.legal-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
  padding: 26px clamp(22px, 4vw, 38px) 20px;
  border-bottom: 1px solid var(--bh-line, rgba(13,13,24,0.12));
  background: var(--bh-paper, #fbf6ec);
}
.legal-head h2 {
  margin: 0;
  font-family: var(--bh-font-display, serif);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  color: var(--bh-wine, #8b1a45);
  letter-spacing: -0.01em;
}
.legal-close {
  flex: none;
  width: 40px; height: 40px;
  border: none; border-radius: 50%;
  background: rgba(13,13,24,0.05);
  color: var(--bh-fg-2, #4a4a4a);
  font-size: 24px; line-height: 1;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.legal-close:hover { background: var(--bh-wine, #8b1a45); color: #fff; }
.legal-body {
  padding: 28px clamp(22px, 4vw, 38px) 40px;
  overflow-y: auto;
  color: var(--bh-fg-1, #161616);
  font-size: 15px; line-height: 1.75;
}
.legal-body .legal-lead {
  font-weight: 600;
  color: var(--bh-fg-1, #161616);
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px dashed var(--bh-line, rgba(13,13,24,0.12));
}
.legal-body h3 {
  margin: 28px 0 10px;
  font-size: 17px; font-weight: 700;
  color: var(--bh-wine-deep, #6f1338);
}
.legal-body h3:first-of-type { margin-top: 0; }
.legal-body p { margin: 0 0 12px; color: var(--bh-fg-2, #4a4a4a); }
.legal-body ul, .legal-body ol { margin: 0 0 12px; padding-left: 20px; color: var(--bh-fg-2, #4a4a4a); }
.legal-body li { margin-bottom: 6px; }
.legal-body strong { color: var(--bh-fg-1, #161616); font-weight: 600; }
.legal-body .legal-note { font-size: 13px; color: var(--bh-fg-3, #8b8b8b); }
body.legal-open { overflow: hidden; }
@media (max-width: 640px) {
  .legal-panel { max-height: 88vh; }
  .legal-body { font-size: 14px; }
}
