/* Option B — Humanistic Minimalist */
.hm-root {
  --bg: #0a0b11;
  --bg-2: #10121a;
  --ink: #f5f1ea;
  --ink-2: rgba(245,241,234,0.7);
  --ink-3: rgba(245,241,234,0.45);
  --line: rgba(245,241,234,0.08);
  --accent: #f2c5a8;      /* warm peach */
  --accent-2: #e8a67f;
  --violet: #8b7bb5;
  --rose: #c98a9b;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  width: 1440px;
  min-height: 3400px;
  position: relative;
  overflow: hidden;
}
.hm-root, .hm-root * { box-sizing: border-box; }

/* ambient gradient glows */
.hm-ambient { position: absolute; border-radius: 50%; filter: blur(100px); pointer-events: none; z-index: 0; }
.hm-ambient--1 { top: -200px; right: -100px; width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(242,197,168,0.22), transparent 70%); }
.hm-ambient--2 { top: 1400px; left: -200px; width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(139,123,181,0.18), transparent 70%); }
.hm-ambient--3 { bottom: 200px; right: -100px; width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(201,138,155,0.16), transparent 70%); }

.hm-root > * { position: relative; z-index: 1; }

/* glass */
.hm-glass {
  background: linear-gradient(180deg, rgba(245,241,234,0.05), rgba(245,241,234,0.02));
  border: 1px solid rgba(245,241,234,0.08);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

/* NAV */
.hm-nav { padding: 28px 56px; }
.hm-nav-inner {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px;
  padding: 14px 24px; border-radius: 100px;
  background: linear-gradient(180deg, rgba(245,241,234,0.06), rgba(245,241,234,0.02));
  border: 1px solid rgba(245,241,234,0.08); backdrop-filter: blur(16px);
}
.hm-brand { display: flex; align-items: center; gap: 14px; }
.hm-brand-logo { color: var(--accent); }
.hm-brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.hm-brand-name { font-family: 'Cormorant Garamond','Fraunces',Georgia,serif; font-size: 22px; letter-spacing: -0.01em; }
.hm-brand-sub { font-size: 10px; letter-spacing: 0.2em; color: var(--ink-3); margin-top: 3px; }
.hm-nav-links { display: flex; gap: 32px; justify-self: center; }
.hm-nav-links a { font-size: 14px; color: var(--ink-2); cursor: pointer; }

.hm-btn {
  font-family: inherit; font-size: 14px; padding: 12px 22px; border-radius: 100px;
  background: none; border: 1px solid rgba(245,241,234,0.15); color: var(--ink); cursor: pointer;
  transition: 300ms;
}
.hm-btn--primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  border: none; color: #1a1410;
}
.hm-btn--primary:hover { transform: translateY(-1px); box-shadow: 0 12px 30px rgba(242,197,168,0.3); }
.hm-btn--ghost { background: rgba(245,241,234,0.04); }
.hm-btn--lg { padding: 16px 28px; font-size: 15px; }

/* HERO */
.hm-hero { padding: 60px 80px 120px; }
.hm-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }

.hm-eyebrow { font-size: 12px; letter-spacing: 0.18em; color: var(--ink-3); display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; }
.hm-dot { width: 6px; height: 6px; background: var(--accent); border-radius: 50%; }

.hm-h1 { display: flex; flex-direction: column; gap: 12px; margin: 28px 0 32px; font-weight: 400; }
.hm-h1-en {
  font-family: 'Cormorant Garamond','Fraunces',Georgia,serif;
  font-size: 88px; line-height: 0.96; letter-spacing: -0.025em; font-weight: 500;
  background: linear-gradient(180deg, #fff 30%, var(--accent) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hm-h1-hi {
  font-family: 'Noto Serif Devanagari','Cormorant Garamond',serif;
  font-size: 48px; line-height: 1.05; color: var(--accent); font-weight: 500;
  letter-spacing: -0.005em;
}

.hm-lede { font-size: 17px; line-height: 1.65; color: var(--ink-2); max-width: 520px; margin: 0 0 36px; }

.hm-hero-cta { display: flex; gap: 12px; margin-bottom: 48px; }

.hm-hero-trust { display: flex; gap: 48px; padding-top: 32px; border-top: 1px solid var(--line); }
.hm-trust-k { font-family: 'Cormorant Garamond',serif; font-size: 44px; line-height: 1; font-weight: 500; color: var(--ink); }
.hm-trust-k span { color: var(--accent); }
.hm-trust-v { font-size: 12px; color: var(--ink-3); margin-top: 6px; letter-spacing: 0.05em; }

.hm-hero-media {
  position: relative; aspect-ratio: 4/5; max-height: 700px; width: 100%;
  --py: 0px;
}
.hm-hero-halo {
  position: absolute; inset: 10% 10%; border-radius: 50%;
  background: radial-gradient(circle, rgba(242,197,168,0.35), transparent 60%);
  filter: blur(50px);
}
.hm-hero-doctor {
  position: absolute; left: 8%; top: 6%; width: 84%; height: 88%;
  border-radius: 200px 200px 24px 24px;
  overflow: hidden;
  transform: translateY(var(--py));
  transition: transform 200ms cubic-bezier(.2,.8,.2,1);
  box-shadow: 0 40px 80px rgba(0,0,0,0.4), 0 0 0 1px rgba(245,241,234,0.06);
}
.hm-hero-doctor img {
  width: 100%; height: 100%; object-fit: cover; object-position: center top;
  filter: contrast(1.02) saturate(1.05);
}
.hm-hero-doctor-veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(10,11,17,0.5) 100%);
}

.hm-hero-caption {
  position: absolute; left: -20px; bottom: 80px; padding: 22px 24px; border-radius: 20px;
  min-width: 280px;
}
.hm-caption-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; gap: 12px; }
.hm-caption-name { font-family: 'Cormorant Garamond',serif; font-size: 22px; font-weight: 500; }
.hm-caption-cred { font-size: 10px; letter-spacing: 0.15em; color: var(--accent); }
.hm-caption-role { font-size: 13px; line-height: 1.5; color: var(--ink-2); }
.hm-caption-role span { color: var(--ink-3); font-size: 11px; }

.hm-hero-badge {
  position: absolute; right: -20px; top: 80px; padding: 16px 20px; border-radius: 20px;
  display: flex; align-items: center; gap: 14px;
}
.hm-badge-k { font-family: 'Cormorant Garamond',serif; font-size: 44px; font-weight: 500; color: var(--accent); line-height: 1; }
.hm-badge-stars { color: var(--accent); font-size: 14px; letter-spacing: 2px; }
.hm-badge-v { font-size: 11px; color: var(--ink-3); margin-top: 4px; letter-spacing: 0.05em; }

/* SECTIONS */
.hm-section { padding: 120px 80px; }
.hm-section-head { max-width: 720px; margin-bottom: 64px; }
.hm-h2 { display: flex; flex-direction: column; gap: 10px; margin: 20px 0; font-weight: 400; }
.hm-h2-en {
  font-family: 'Cormorant Garamond','Fraunces',Georgia,serif;
  font-size: 64px; line-height: 1.02; letter-spacing: -0.02em; font-weight: 500;
}
.hm-h2-hi {
  font-family: 'Noto Serif Devanagari','Cormorant Garamond',serif;
  font-size: 34px; line-height: 1.15; color: var(--accent); font-weight: 500;
}
.hm-section-lede { font-size: 17px; color: var(--ink-2); max-width: 560px; margin: 24px 0 0; line-height: 1.6; }

/* BENTO */
.hm-bento {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px;
}
.hm-card {
  border-radius: 28px; padding: 36px; position: relative; overflow: hidden;
  display: flex; flex-direction: column; transition: 400ms;
  min-height: 280px;
}
.hm-card:hover { transform: translateY(-4px); border-color: rgba(242,197,168,0.2); }
.hm-card--lg { grid-column: span 4; grid-row: span 2; min-height: 580px; padding: 48px; }
.hm-card--md { grid-column: span 2; }
.hm-card--md.hm-card--1, .hm-card--md.hm-card--2 { grid-column: span 2; }
.hm-card--md.hm-card--3, .hm-card--md.hm-card--4 { grid-column: span 3; }

.hm-card-ix { font-size: 11px; letter-spacing: 0.18em; color: var(--ink-3); }
.hm-card-h { margin: auto 0 12px; }
.hm-card-en {
  font-family: 'Cormorant Garamond',serif; font-size: 32px; line-height: 1.05; font-weight: 500;
  letter-spacing: -0.01em;
}
.hm-card--lg .hm-card-en { font-size: 56px; }
.hm-card-hi {
  font-family: 'Noto Serif Devanagari',serif; color: var(--accent); font-size: 20px; margin-top: 4px;
}
.hm-card--lg .hm-card-hi { font-size: 30px; }
.hm-card-p { font-size: 14px; line-height: 1.6; color: var(--ink-2); margin: 0 0 20px; }
.hm-card--lg .hm-card-p { font-size: 16px; max-width: 420px; }
.hm-card-cta { font-size: 13px; color: var(--accent); cursor: pointer; display: inline-flex; gap: 8px; align-items: center; }
.hm-card-cta span { transition: 200ms; }
.hm-card:hover .hm-card-cta span { transform: translateX(4px); }
.hm-card-art { position: absolute; left: 0; right: 0; top: 40%; width: 100%; height: 60%; opacity: 0.5; pointer-events: none; }
.hm-card-3d { position: absolute; right: -20px; top: -10px; pointer-events: none; opacity: 0.95; }
.hm-card--lg .hm-card-3d { right: 20px; top: 40px; }

/* STORY */
.hm-story { padding: 120px 80px; }
.hm-story-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: center; }
.hm-story-list { list-style: none; padding: 0; margin: 32px 0 0; display: grid; gap: 14px; }
.hm-story-list li {
  display: grid; grid-template-columns: 90px 1fr; gap: 20px; font-size: 15px; color: var(--ink-2);
  padding: 14px 0; border-top: 1px solid var(--line);
}
.hm-story-list li:last-child { border-bottom: 1px solid var(--line); }
.hm-story-list span { font-size: 11px; letter-spacing: 0.2em; color: var(--accent); padding-top: 2px; }
.hm-story-art { padding: 56px; border-radius: 32px; }
.hm-story-quote {
  font-family: 'Cormorant Garamond',serif; font-size: 32px; line-height: 1.3; font-weight: 500;
  color: var(--ink); letter-spacing: -0.01em;
}
.hm-story-attr { margin-top: 24px; font-size: 13px; color: var(--ink-3); letter-spacing: 0.1em; }

/* CONDITIONS */
.hm-cond-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.hm-cond {
  padding: 22px 24px; border-radius: 18px; display: flex; justify-content: space-between; align-items: center;
  transition: 300ms; cursor: pointer;
}
.hm-cond:hover { transform: translateY(-2px); border-color: rgba(242,197,168,0.2); }
.hm-cond-name { font-family: 'Cormorant Garamond',serif; font-size: 20px; font-weight: 500; letter-spacing: -0.005em; }
.hm-cond-arrow { color: var(--accent); }

/* CTA */
.hm-cta { padding: 80px 80px 120px; }
.hm-cta-inner { padding: 64px; border-radius: 40px; text-align: center; }
.hm-cta-inner .hm-h2 { align-items: center; }
.hm-cta-inner .hm-lede { margin: 28px auto 40px; text-align: center; }
.hm-cta-row { display: flex; gap: 32px; justify-content: center; align-items: center; }
.hm-cta-phone {
  font-family: 'Cormorant Garamond',serif; font-size: 32px; color: var(--accent);
}

/* FOOTER */
.hm-footer {
  padding: 32px 80px 40px; font-size: 13px; color: var(--ink-3);
  border-top: 1px solid var(--line); text-align: center;
}
