/* ==========================================================================
   Hogan Life — Life, Leadership & Executive Coaching
   Custom theme layered over Bootstrap 5 (CDN).
   Brand palette sampled from the Hogan Life logo.
   ========================================================================== */

:root {
  --teal:       #067B8B;   /* primary  — "HOGAN" + dark ring */
  --teal-dark:  #045D6A;   /* hover / depth */
  --teal-deep:  #0A3138;   /* footer / dark bands */
  --aqua:       #3DC0C4;   /* accent   — "LIFE" + light ring */
  --aqua-soft:  #E6F6F6;   /* tinted backgrounds */
  --ink:        #1F2A2E;   /* body text */
  --muted:      #5A6B70;   /* secondary text */
  --bg:         #F8FAFB;   /* page background */
  --line:       #E4ECEE;   /* hairline borders */

  --shadow-sm: 0 2px 10px rgba(10, 49, 56, .06);
  --shadow-md: 0 14px 40px rgba(10, 49, 56, .10);

  --radius: 14px;
}

/* ---------- Base ---------------------------------------------------------- */
html { scroll-behavior: smooth; }

body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--ink);
  background: var(--bg);
  font-size: 1.0625rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, .display-1, .display-2, .display-3, .display-4 {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--teal-deep);
  line-height: 1.15;
}

a { color: var(--teal); text-decoration: none; }
a:hover { color: var(--teal-dark); }

::selection { background: var(--aqua); color: #fff; }

/* Eyebrow / kicker label above headings */
.eyebrow {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: .9rem;
}

.lead { color: var(--muted); font-weight: 400; }
.text-aqua { color: var(--aqua) !important; }
.text-teal { color: var(--teal) !important; }

/* ---------- Buttons ------------------------------------------------------- */
.btn {
  border-radius: 999px;
  font-weight: 600;
  padding: .7rem 1.6rem;
  letter-spacing: .01em;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}
.btn:active { transform: translateY(1px); }

.btn-aqua {
  background: var(--aqua);
  border: 2px solid var(--aqua);
  color: #06363a;
}
.btn-aqua:hover { background: #34abae; border-color: #34abae; color: #06363a; box-shadow: var(--shadow-sm); }

.btn-teal { background: var(--teal); border: 2px solid var(--teal); color: #fff; }
.btn-teal:hover { background: var(--teal-dark); border-color: var(--teal-dark); color: #fff; }

.btn-outline-teal { background: transparent; border: 2px solid var(--teal); color: var(--teal); }
.btn-outline-teal:hover { background: var(--teal); color: #fff; }

.btn-outline-light-aqua { background: transparent; border: 2px solid rgba(255,255,255,.7); color: #fff; }
.btn-outline-light-aqua:hover { background: #fff; color: var(--teal-deep); }

/* ---------- Navbar -------------------------------------------------------- */
.navbar {
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(160%) blur(8px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .2s ease, padding .2s ease;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.navbar.scrolled { box-shadow: var(--shadow-sm); }

.navbar-brand img { height: 80px; width: auto; }

.navbar .nav-link {
  color: var(--ink);
  font-weight: 500;
  font-size: .95rem;
  padding: .4rem .85rem;
  position: relative;
}
.navbar .nav-link:hover { color: var(--teal); }
.navbar .nav-link.active { color: var(--teal); }
.navbar .nav-link.active::after {
  content: "";
  position: absolute;
  left: .85rem; right: .85rem; bottom: .1rem;
  height: 2px;
  background: var(--aqua);
  border-radius: 2px;
}
.navbar .dropdown-menu {
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow-md);
  padding: .4rem;
}
.navbar .dropdown-item { border-radius: 8px; font-size: .95rem; padding: .5rem .85rem; }
.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus { background: var(--aqua-soft); color: var(--teal-dark); }
/* override Bootstrap's blue active state with the brand teal */
.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
  background: var(--aqua-soft);
  color: var(--teal-dark);
  font-weight: 600;
}

/* ---------- Sections ------------------------------------------------------ */
.section { padding: 5.5rem 0; }
.section-sm { padding: 3.5rem 0; }
.section-alt { background: #fff; }
.section-tint { background: var(--aqua-soft); }
.section-teal { background: var(--teal-deep); color: rgba(255,255,255,.86); }
.section-teal h1, .section-teal h2, .section-teal h3 { color: #fff; }
.section-teal .eyebrow { color: var(--aqua); }

.section-title { margin-bottom: 1rem; }

/* small divider rule under titles */
.rule {
  width: 56px; height: 4px; border-radius: 4px;
  background: var(--aqua);
  margin: 1.25rem 0 1.75rem;
}
.rule.center { margin-left: auto; margin-right: auto; }

/* ---------- Hero ---------------------------------------------------------- */
.hero {
  position: relative;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(6,123,139,.93) 0%, rgba(10,49,56,.96) 100%),
    radial-gradient(circle at 80% 20%, rgba(61,192,196,.45), transparent 55%);
  background-color: var(--teal-deep);
  overflow: hidden;
  padding: 8rem 0 9rem;
}
/* To use a photo behind the hero, set inline:
   style="background-image: linear-gradient(...same as above...), url('assets/img/your-hero.jpg'); background-size: cover; background-position: center;" */
.hero h1 { color: #fff; }
.hero .lead { color: rgba(255,255,255,.85); }
.hero .eyebrow { color: var(--aqua); }

.hero-sub {
  padding: 5.5rem 0 6.5rem;
}

/* decorative wave at the bottom of the hero (coastal motif) */
.hero-wave {
  position: absolute; left: 0; right: 0; bottom: -1px; line-height: 0;
}
.hero-wave svg { width: 100%; height: 70px; display: block; }
.hero-wave path { fill: var(--bg); }
.section-alt + * .hero-wave path { fill: #fff; }

/* ---------- Cards --------------------------------------------------------- */
.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease;
  height: 100%;
  background: #fff;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card .card-body { padding: 1.8rem; }
.card .card-title { font-size: 1.3rem; margin-bottom: .35rem; }

/* program / service card with a top accent + index number */
.feature-card { position: relative; overflow: hidden; }
.feature-card::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 4px;
  background: linear-gradient(90deg, var(--teal), var(--aqua));
}
.feature-icon {
  width: 52px; height: 52px; border-radius: 14px;
  display: grid; place-items: center;
  background: var(--aqua-soft); color: var(--teal);
  font-size: 1.5rem; margin-bottom: 1.1rem;
}
.feature-tag {
  display: inline-block; font-size: .78rem; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase;
  color: var(--teal); background: var(--aqua-soft);
  padding: .2rem .7rem; border-radius: 999px; margin-bottom: .8rem;
}

/* checklist */
.check-list { list-style: none; padding-left: 0; margin: 0; }
.check-list li { position: relative; padding-left: 1.9rem; margin-bottom: .6rem; }
.check-list li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  color: var(--aqua); font-weight: 700;
  width: 1.3rem; height: 1.3rem; display: grid; place-items: center;
}

/* ---------- Media placeholders ------------------------------------------- */
/* Labeled drop-zones showing the iStock search cue for each image slot.
   Replace each block with: <img src="assets/img/your-photo.jpg" class="img-fluid rounded-4" alt="...">. */
.media-placeholder {
  position: relative;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  gap: .4rem;
  min-height: 280px;
  padding: 1.5rem;
  border: 2px dashed rgba(6,123,139,.35);
  border-radius: var(--radius);
  background:
    repeating-linear-gradient(45deg, rgba(61,192,196,.06) 0 12px, rgba(61,192,196,.12) 12px 24px);
  color: var(--teal);
}
.media-placeholder .mp-icon { font-size: 1.6rem; opacity: .8; }
.media-placeholder .mp-label { font-weight: 700; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }
.media-placeholder .mp-cue { font-size: .9rem; color: var(--muted); max-width: 28ch; }
.media-placeholder.ratio-portrait { min-height: 420px; }
.media-placeholder.ratio-wide { min-height: 340px; }

/* ---------- Optional brand tone for supporting photos --------------------
   A cohesive teal grade so stock/section images feel like one set.
   Add class="brand-tone" to an <img>. Tune to taste:
     sepia()    = how much tint        (more = stronger teal)
     saturate() = how vivid that tint is
   Hovering reveals the photo in full color. */
.brand-tone {
  /* desaturate first (tames skin tones), then a whisper of teal on top */
  filter: grayscale(.55) sepia(.12) hue-rotate(160deg) saturate(1.15) brightness(1.02) contrast(1.03);
  transition: filter .4s ease;
}
.brand-tone:hover { filter: none; }

/* ---------- Stats / quick facts ------------------------------------------ */
.stat { text-align: center; }
.stat .stat-num { font-family: "Fraunces", serif; font-size: 2.6rem; color: var(--teal); line-height: 1; font-weight: 600; }
.stat .stat-label { color: var(--muted); font-size: .95rem; }

/* ---------- Testimonials -------------------------------------------------- */
.testimonial {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 2rem;
  box-shadow: var(--shadow-sm); height: 100%;
}
.testimonial .quote-mark { font-family: "Fraunces", serif; font-size: 3rem; line-height: .5; color: var(--aqua); }
.testimonial .t-author { font-weight: 600; color: var(--teal-deep); }
.testimonial .t-role { color: var(--muted); font-size: .9rem; }

/* ---------- Contact / info cards ----------------------------------------- */
.info-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem; box-shadow: var(--shadow-sm);
}
/* opt into equal-height only where wanted (e.g. Contact cards use .h-100) */
.info-card .info-icon { color: var(--teal); font-size: 1.4rem; margin-bottom: .5rem; }

/* ---------- Footer -------------------------------------------------------- */
.site-footer { background: var(--teal-deep); color: rgba(255,255,255,.72); padding: 4rem 0 1.5rem; }
.site-footer h5 { color: #fff; font-family: "Inter", sans-serif; font-weight: 600; font-size: 1rem; letter-spacing: .02em; margin-bottom: 1.1rem; }
.site-footer a { color: rgba(255,255,255,.72); }
.site-footer a:hover { color: var(--aqua); }
.site-footer .footer-logo { height: 110px; margin-bottom: 1.25rem; filter: brightness(1.6); }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: .55rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 2.5rem; padding-top: 1.5rem; font-size: .88rem; color: rgba(255,255,255,.55); }

/* ---------- Responsive tweaks -------------------------------------------- */
@media (max-width: 991.98px) {
  .navbar .nav-link.active::after { display: none; }
  .navbar-nav .btn { margin-top: .5rem; }
}
@media (max-width: 767.98px) {
  body { font-size: 1rem; }
  .section { padding: 3.5rem 0; }
  .hero { padding: 5rem 0 6rem; }
  .display-3 { font-size: 2.4rem; }
}
