/* ABC — Advanced Birth Care Hospital · brand system from Option G */
:root {
  --black: #1b1517;
  --black-2: #2a2124;
  --black-3: #3a2f33;
  --ink: #3d3236;
  --text: #5c4f53;
  --muted: #8a7a7f;
  --pink: #f4c3ca;
  --pink-soft: #fadadd;
  --pink-faint: #fdf1f3;
  --pink-deep: #c65d78;
  --pink-mid: #a1596c;
  --cream: #fbf7f3;
  --line: #ecdcd6;
  --white: #ffffff;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', 'Trebuchet MS', 'Segoe UI', sans-serif;
  color: var(--black);
  background: var(--white);
  line-height: 1.6;
  font-size: 16px;
}
img, svg { max-width: 100%; }
a { color: var(--pink-deep); text-decoration: none; }
a:hover { color: var(--pink-mid); }
h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; line-height: 1.15; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ---------- top bar ---------- */
.topbar {
  background: var(--black);
  color: var(--pink);
  font-size: 13px;
  padding: 8px 0;
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.topbar-emergency { display: flex; gap: 8px; align-items: center; font-weight: 800; color: var(--white); }
.topbar-emergency a { color: var(--white); }
.topbar-emergency svg { flex-shrink: 0; }
.topbar-right { display: flex; gap: 20px; }
@media (max-width: 720px) { .topbar-right span:last-child { display: none; } }
@media (max-width: 520px) { .topbar-right { display: none; } }

/* ---------- header / nav ---------- */
.site-header { background: var(--white); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
.site-header .container { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; padding-bottom: 14px; gap: 16px; }
.brand { display: flex; flex-direction: column; gap: 3px; }
.brand-mark {
  display: flex;
  font-family: 'Abril Fatface', Georgia, serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  color: var(--black);
  letter-spacing: 0;
}
.brand-b { position: relative; }
.brand-heart {
  position: absolute;
  width: 0.6em; height: 0.6em;
  left: -0.25em; top: 0.06em;
  transform: rotate(10deg);
  fill: var(--pink);
}
.brand-sub {
  font-size: 9.5px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink);
}
.nav { display: flex; gap: 24px; align-items: center; font-size: 14.5px; font-weight: 700; color: var(--ink); }
.nav a { color: var(--ink); }
.nav a:hover, .nav a.active { color: var(--pink-deep); }
.btn { display: inline-block; font-weight: 800; border-radius: 14px; padding: 13px 26px; font-size: 15px; transition: opacity 0.15s ease; }
.btn:hover { opacity: 0.88; }
.btn-primary { background: var(--pink-deep); color: var(--white); }
.btn-primary:hover { color: var(--white); }
.btn-dark { background: var(--black); color: var(--white); }
.btn-dark:hover { color: var(--white); }
.btn-outline { background: var(--white); color: var(--black); border: 1.5px solid #d9c8c2; }
.btn-sm { padding: 10px 20px; font-size: 13.5px; }
.nav .btn { padding: 11px 22px; font-size: 14px; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle svg { display: block; }
@media (max-width: 960px) {
  .nav {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--white); border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: flex-start;
    padding: 18px 24px 22px; gap: 16px;
  }
  .nav.open { display: flex; }
  .nav-toggle { display: block; }
}

/* ---------- hero ---------- */
.hero-wrap { padding: 16px 12px 0; }
.hero {
  background: var(--cream);
  border-radius: 28px;
  max-width: 1224px; margin: 0 auto;
  padding: 56px 56px 0;
  display: flex; gap: 40px;
  overflow: hidden;
}
.hero-copy { flex: 1.1; display: flex; flex-direction: column; gap: 22px; justify-content: center; padding-bottom: 56px; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { background: var(--white); font-size: 12.5px; font-weight: 800; padding: 7px 14px; border-radius: 999px; }
.chip-rose { color: var(--pink-deep); }
.chip-plum { color: var(--pink-mid); }
.chip-ink { color: var(--black); }
.chip-dark { background: var(--black); color: var(--pink); }
.hero h1 { font-size: clamp(34px, 4.6vw, 52px); }
.hero h1 em { font-style: italic; color: var(--pink-deep); }
.hero-sub { font-size: 17px; color: var(--text); max-width: 480px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-art { flex: 1; display: flex; align-items: flex-end; justify-content: center; }
.arch {
  width: 420px; max-width: 100%; height: 360px;
  border-radius: 210px 210px 0 0;
  background: var(--pink);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 18px; padding-top: 30px;
}
.arch svg { width: 150px; height: 150px; }
.arch-tagline {
  font-size: 13px; font-weight: 700; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--white);
  text-align: center; line-height: 1.9;
}
.arch-rule { width: 26px; height: 2px; background: var(--white); margin: 4px auto 0; }
@media (max-width: 900px) {
  .hero { flex-direction: column; padding: 40px 28px 0; gap: 8px; }
  .hero-copy { padding-bottom: 32px; }
  .arch { height: 300px; }
}

/* page hero (inner pages) */
.page-hero { background: var(--cream); padding: 56px 0; }
.page-hero .eyebrow { font-size: 12px; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase; color: var(--pink-deep); margin-bottom: 12px; }
.page-hero h1 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 14px; }
.page-hero p { color: var(--text); max-width: 640px; font-size: 17px; }

/* ---------- booking row ---------- */
.quick-row { margin-top: -34px; position: relative; padding-bottom: 8px; }
.quick-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.quick-card {
  background: var(--white); border: 2px solid var(--line); border-radius: 18px;
  padding: 20px 22px; display: flex; gap: 14px; align-items: center;
  box-shadow: 0 6px 20px rgba(27, 21, 23, 0.05); color: var(--black);
}
.quick-card:hover { border-color: var(--pink); color: var(--black); }
.quick-icon {
  width: 48px; height: 48px; border-radius: 14px; background: var(--cream);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.quick-title { font-weight: 800; font-size: 15px; }
.quick-sub { font-size: 12.5px; color: var(--muted); }
@media (max-width: 960px) { .quick-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .quick-row { margin-top: 20px; } }
@media (max-width: 520px) { .quick-grid { grid-template-columns: 1fr; } }

/* ---------- sections ---------- */
.section { padding: 64px 0; }
.section-head { text-align: center; margin-bottom: 36px; }
.section-head h2 { font-size: clamp(28px, 3.5vw, 38px); }
.section-head p { color: var(--muted); margin-top: 8px; }
.section-head-row { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 32px; gap: 16px; flex-wrap: wrap; }
.section-head-row h2 { font-size: clamp(26px, 3.2vw, 34px); }

/* care worlds */
.worlds { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.world-card { border-radius: 24px; padding: 32px 34px; display: flex; flex-direction: column; gap: 18px; }
.world-pink { background: var(--cream); border: 1.5px solid var(--line); }
.world-white { background: var(--white); border: 1.5px solid var(--line); }
.world-head { display: flex; gap: 14px; align-items: center; }
.world-icon { width: 54px; height: 54px; border-radius: 18px; background: var(--white); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.world-white .world-icon { background: var(--cream); }
.world-head h3 { font-size: 25px; }
.pills { display: flex; flex-wrap: wrap; gap: 10px; }
.pill { background: var(--white); color: #4a3a3e; font-size: 13px; font-weight: 700; padding: 9px 16px; border-radius: 999px; border: 1px solid var(--line); }
.world-link { font-weight: 800; font-size: 14.5px; }
.world-link.dark { color: var(--black); }
@media (max-width: 860px) { .worlds { grid-template-columns: 1fr; } }

.strip {
  background: var(--cream); border: 1.5px solid var(--line); border-radius: 20px;
  padding: 22px 30px; display: flex; justify-content: space-between; align-items: center;
  gap: 18px; margin-top: 24px; flex-wrap: wrap;
}
.strip p { font-size: 15px; font-weight: 700; color: #4a3a3e; }
.strip a { font-weight: 800; font-size: 14px; flex-shrink: 0; }

/* programs (dark) */
.dark-section { background: var(--black); color: var(--white); }
.dark-section .section-head-row p, .dark-section .section-sub { color: #b8a4aa; }
.programs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.program-card { background: var(--black-2); border-radius: 20px; padding: 24px; display: flex; flex-direction: column; gap: 12px; }
.program-icon { width: 46px; height: 46px; border-radius: 14px; background: var(--black-3); display: flex; align-items: center; justify-content: center; }
.program-card h3 { font-size: 19px; color: var(--white); }
.program-card p { font-size: 13.5px; color: #b8a4aa; }
@media (max-width: 960px) { .programs { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .programs { grid-template-columns: 1fr; } }

/* stats */
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; text-align: center; }
.stat-num { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(28px, 3.5vw, 38px); font-weight: 700; }
.stat-num.rose { color: var(--pink-deep); }
.stat-label { font-size: 13px; font-weight: 700; color: var(--muted); }
@media (max-width: 720px) { .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 28px; } }

/* doctors */
.doctors { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.doctor-card {
  background: var(--white); border: 1.5px solid var(--line); border-radius: 20px;
  padding: 24px 20px; display: flex; flex-direction: column; gap: 12px;
  align-items: center; text-align: center;
}
.doctor-photo { width: 96px; height: 96px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.doctor-card h3 { font-size: 18px; }
.doctor-spec { font-size: 13px; color: var(--pink-deep); font-weight: 800; }
.doctor-meta { font-size: 12.5px; color: var(--muted); }
@media (max-width: 960px) { .doctors { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .doctors { grid-template-columns: 1fr; } }

/* testimonial */
.testimonial {
  background: var(--cream); border: 1.5px solid var(--line); border-radius: 28px;
  padding: 44px 60px; display: flex; gap: 40px; align-items: center;
}
.testimonial-mark { width: 120px; height: 120px; border-radius: 50%; background: var(--white); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.testimonial blockquote { font-family: 'Playfair Display', Georgia, serif; font-size: 20px; font-weight: 600; line-height: 1.65; }
.testimonial cite { display: block; font-style: normal; font-size: 14px; font-weight: 800; color: var(--pink-mid); margin-top: 12px; }
@media (max-width: 760px) { .testimonial { flex-direction: column; padding: 36px 28px; text-align: center; } }

/* ---------- service detail cards ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.svc-card { border: 1.5px solid var(--line); border-radius: 20px; padding: 26px 28px; display: flex; flex-direction: column; gap: 10px; background: var(--white); }
.svc-card h3 { font-size: 19px; }
.svc-card p { font-size: 14px; color: var(--text); }
.svc-icon { width: 46px; height: 46px; border-radius: 14px; background: var(--pink-faint); display: flex; align-items: center; justify-content: center; margin-bottom: 6px; }
@media (max-width: 960px) { .svc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .svc-grid { grid-template-columns: 1fr; } }

/* facility checklist */
.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.check-item { display: flex; gap: 10px; align-items: center; font-weight: 600; font-size: 14.5px; }
.check-item svg { flex-shrink: 0; }
@media (max-width: 640px) { .check-grid { grid-template-columns: 1fr; } }

/* CTA band */
.cta-band { background: var(--pink-soft); border-radius: 28px; padding: 48px 40px; text-align: center; }
.cta-band h2 { font-size: clamp(26px, 3.2vw, 34px); margin-bottom: 10px; }
.cta-band p { color: #6e4450; margin-bottom: 22px; }
.cta-band .btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- contact / form ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 32px; align-items: start; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.info-card { border: 1.5px solid var(--line); border-radius: 20px; padding: 26px 28px; display: flex; flex-direction: column; gap: 8px; background: var(--white); }
.info-card + .info-card { margin-top: 16px; }
.info-card h3 { font-size: 18px; }
.info-card p { font-size: 14.5px; color: var(--text); }
.form-card { background: var(--cream); border: 1.5px solid var(--line); border-radius: 24px; padding: 32px; }
.form-card h2 { font-size: 26px; margin-bottom: 6px; }
.form-card .form-note { font-size: 13.5px; color: var(--muted); margin-bottom: 20px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 6px; color: var(--ink); }
.field input, .field select, .field textarea {
  width: 100%; border: 1px solid #d9c8c2; border-radius: 12px;
  padding: 12px 14px; font-size: 15px; font-family: inherit;
  background: var(--white); color: var(--black);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--pink); border-color: var(--pink); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 560px) { .field-row { grid-template-columns: 1fr; } }
.form-card .btn { width: 100%; text-align: center; border: none; cursor: pointer; font-family: inherit; }
.map-embed { border: 0; width: 100%; height: 320px; border-radius: 20px; margin-top: 16px; }

/* ---------- footer ---------- */
.site-footer { background: var(--black); color: #cbb9be; padding: 56px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.site-footer .brand-mark { color: var(--white); font-size: 26px; }
.site-footer .brand-sub { color: var(--pink); }
.footer-about { display: flex; flex-direction: column; gap: 14px; font-size: 13.5px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; font-size: 13.5px; }
.footer-col a { color: #cbb9be; }
.footer-col a:hover { color: var(--pink); }
.footer-head { font-weight: 800; color: var(--white); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 2px; }
.footer-base {
  border-top: 1px solid #453a3e; margin-top: 40px; padding-top: 20px;
  font-size: 12.5px; color: #94838a;
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
}
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }

/* utility */
.mt-24 { margin-top: 24px; }
.mt-40 { margin-top: 40px; }
.center { text-align: center; }
