/*
Theme Name: Health Advisor & Insurance Broker
Theme URI: https://example.com/
Author: OpenAI
Description: Custom single-page WordPress theme for Health Advisor and Insurance Broker, with responsive layout, sticky shrinking header, Calendly scheduling, coverage, reviews and About sections.
Version: 1.9.2
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: health-advisor-broker
*/


:root {
  --navy-950: #06182d;
  --navy-900: #0a2240;
  --navy-850: #0d2d50;
  --navy-800: #12395f;
  --ink: #102033;
  --muted: #667487;
  --paper: #f7f8fa;
  --white: #ffffff;
  --line: rgba(15, 38, 64, .13);
  --gold: #f4c85a;
  --gold-strong: #eab83d;
  --gold-soft: #fff2c5;
  --radius-lg: 30px;
  --radius-md: 20px;
  --shadow: 0 24px 70px rgba(4, 20, 38, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(6, 24, 45, .93);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { min-height: 84px; padding: 12px 0; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); }
.brand-mark {
  width: 44px; height: 44px; display: grid; place-items: center;
  border-radius: 13px; background: var(--gold); color: var(--navy-950);
  font-weight: 800; letter-spacing: -.05em;
}
.brand-copy { display: grid; line-height: 1.1; gap: 4px; }
.brand-copy strong { font-size: 1rem; }
.brand-copy small { font-size: .71rem; color: rgba(255,255,255,.62); font-weight: 500; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { color: rgba(255,255,255,.75); font-size: .91rem; font-weight: 600; transition: .25s ease; }
.main-nav a:hover { color: var(--gold); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 52px; padding: 0 24px; border-radius: 999px;
  font-weight: 800; font-size: .94rem; transition: .25s ease; border: 1px solid transparent;
}
.btn:hover { transform: translateY(-2px); }
.btn-small { min-height: 44px; padding: 0 19px; font-size: .86rem; }
.btn-gold { background: var(--gold); color: var(--navy-950); box-shadow: 0 10px 30px rgba(244,200,90,.16); }
.btn-gold:hover { background: #ffd56f; }
.btn-ghost { color: var(--white); border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.03); }
.btn-ghost:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.07); }

.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(29, 94, 147, .34), transparent 28%),
    linear-gradient(135deg, var(--navy-950) 0%, var(--navy-900) 55%, #0b2949 100%);
  color: var(--white);
  min-height: 730px;
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 56px 56px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.55), transparent 75%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .45; }
.hero-glow-one { width: 520px; height: 520px; right: -180px; top: -200px; border: 1px solid rgba(244,200,90,.12); }
.hero-glow-two { width: 740px; height: 740px; right: -220px; top: -260px; border: 1px solid rgba(255,255,255,.06); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 66px; padding: 74px 0 82px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; color: var(--gold);
  font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
}
.eyebrow.dark { color: var(--navy-800); }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: #67d79a; box-shadow: 0 0 0 6px rgba(103,215,154,.1); }
.hero h1, .section-heading h2, .audience-copy h2, .about-copy h2, .cta-card h2 {
  font-family: "Playfair Display", Georgia, serif; letter-spacing: -.035em; line-height: 1.03; margin: 18px 0;
}
.hero h1 { font-size: clamp(3.5rem, 6vw, 6.1rem); max-width: 720px; }
.hero h1 em { color: var(--gold); font-style: italic; }
.hero-lead { max-width: 655px; font-size: 1.13rem; color: rgba(255,255,255,.74); margin: 0 0 30px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-proof { margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); max-width: 650px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); }
.hero-proof div { padding-right: 24px; }
.hero-proof strong { display: block; font-size: 1rem; color: var(--white); }
.hero-proof span { font-size: .77rem; color: rgba(255,255,255,.53); }

.hero-visual { position: relative; }
.portrait-frame {
  position: relative; overflow: visible; border-radius: 240px 240px 34px 34px;
  background: #0c355b; box-shadow: var(--shadow); max-width: 480px; margin-left: auto;
  border: 1px solid rgba(255,255,255,.12);
}
.portrait-frame::before {
  content:""; position:absolute; inset:16px; border:1px solid rgba(244,200,90,.2); border-radius: 224px 224px 26px 26px; z-index:1; pointer-events:none;
}
.portrait-frame img { width: 100%; height: 580px; object-fit: cover; object-position: center top; border-radius: inherit; }
.portrait-card {
  position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,.95); color: var(--ink); padding: 13px 16px; min-width: 190px;
  border-radius: 16px; box-shadow: 0 18px 45px rgba(2,17,32,.24); backdrop-filter: blur(10px);
}
.portrait-card-top { right: -34px; top: 32%; }
.portrait-card-bottom { left: -42px; bottom: 15%; }
.portrait-card strong, .portrait-card small { display: block; }
.portrait-card strong { font-size: .85rem; }
.portrait-card small { font-size: .7rem; color: var(--muted); }
.mini-icon { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: var(--gold-soft); color: #8a6300; font-weight: 900; }

.trust-strip { background: #fff; padding: 25px 0 22px; border-bottom: 1px solid var(--line); overflow: hidden; }
.trust-strip > p, .trust-strip > small { text-align: center; display: block; margin: 0 auto; color: var(--muted); }
.trust-strip > p { font-size: .78rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.trust-strip > small { font-size: .67rem; margin-top: 9px; }
.marquee { margin-top: 16px; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; width: max-content; align-items: center; gap: 22px; animation: marquee 32s linear infinite; font-weight: 800; color: var(--navy-800); font-size: 1.05rem; }
.marquee-track i { color: var(--gold-strong); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 100px 0; }
.section-heading { margin-bottom: 48px; }
.section-heading.centered { text-align: center; max-width: 760px; margin-left: auto; margin-right: auto; }
.section-heading h2, .audience-copy h2, .about-copy h2, .cta-card h2 { font-size: clamp(2.4rem, 4.2vw, 4.3rem); color: var(--navy-950); }
.section-heading p { color: var(--muted); max-width: 620px; margin: 0 auto; }

.coverage { background: var(--paper); }
.coverage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.coverage-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); padding: 34px;
  position: relative; transition: .25s ease; min-height: 470px; display: flex; flex-direction: column;
}
.coverage-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(8, 34, 62, .09); }
.coverage-card.featured { background: var(--navy-900); color: #fff; border-color: transparent; box-shadow: var(--shadow); }
.card-kicker { position: absolute; right: 22px; top: 22px; background: var(--gold); color: var(--navy-950); font-size: .65rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; padding: 7px 10px; border-radius: 999px; }
.icon-box { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 15px; background: var(--gold-soft); color: #8b6500; font-size: 1.4rem; }
.coverage-card h3 { font-size: 1.45rem; line-height: 1.2; margin: 24px 0 12px; }
.coverage-card p { color: var(--muted); font-size: .93rem; }
.coverage-card.featured p { color: rgba(255,255,255,.68); }
.coverage-card ul { list-style: none; padding: 0; margin: 18px 0 28px; display: grid; gap: 9px; }
.coverage-card li { position: relative; padding-left: 24px; font-size: .88rem; }
.coverage-card li::before { content: "✓"; position: absolute; left: 0; color: #45a775; font-weight: 900; }
.coverage-card.featured li::before { color: var(--gold); }
.coverage-card a { margin-top: auto; font-weight: 800; color: var(--navy-800); font-size: .9rem; }
.coverage-card.featured a { color: var(--gold); }
.coverage-card a span { transition: .2s ease; display: inline-block; }
.coverage-card a:hover span { transform: translateX(4px); }

.audience { background: var(--navy-950); color: #fff; }
.audience-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 78px; align-items: center; }
.audience-image { position: relative; }
.audience-image img { width: 100%; height: 650px; object-fit: cover; object-position: center top; border-radius: 28px; box-shadow: 0 30px 70px rgba(0,0,0,.28); }
.image-badge { position: absolute; left: 22px; right: 22px; bottom: 22px; background: rgba(6,24,45,.84); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(14px); border-radius: 0; padding: 18px 20px; }
.image-badge strong, .image-badge span { display: block; }
.image-badge strong { color: var(--gold); }
.image-badge span { color: rgba(255,255,255,.65); font-size: .8rem; margin-top: 3px; }
.audience-copy h2 { color: #fff; }
.audience-copy > p { color: rgba(255,255,255,.68); max-width: 650px; }
.audience-list { margin-top: 34px; border-top: 1px solid rgba(255,255,255,.1); }
.audience-item { display: grid; grid-template-columns: 55px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.audience-item > span { color: var(--gold); font-weight: 800; font-size: .78rem; padding-top: 4px; }
.audience-item h3 { margin: 0 0 3px; font-size: 1.04rem; }
.audience-item p { margin: 0; color: rgba(255,255,255,.56); font-size: .83rem; }

.process { background: #0b2a4b; color: #fff; }
.section-heading.light h2 { color: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.process-card { padding: 34px; border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius-md); background: rgba(255,255,255,.035); }
.process-card > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--navy-950); font-weight: 900; }
.process-card h3 { font-size: 1.25rem; margin: 28px 0 9px; }
.process-card p { margin: 0; color: rgba(255,255,255,.62); font-size: .88rem; }

.reviews { background: #fff; }
.section-heading.split { display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; gap: 60px; }
.section-heading.split p { margin: 0 0 20px; max-width: none; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { background: var(--paper); border: 1px solid var(--line); padding: 30px; border-radius: var(--radius-md); }
.stars { letter-spacing: .16em; color: #d69e18; font-size: .95rem; }
.review-card > p { color: #4f5e70; min-height: 132px; }
.reviewer { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--line); padding-top: 18px; }
.reviewer > span { width: 40px; height: 40px; border-radius: 50%; background: var(--navy-900); color: #fff; display: grid; place-items: center; font-size: .72rem; font-weight: 800; }
.reviewer strong, .reviewer small { display: block; }
.reviewer strong { font-size: .87rem; }
.reviewer small { color: var(--muted); font-size: .72rem; }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 78px; align-items: center; }
.about-copy p { color: var(--muted); }
.about-copy blockquote { margin: 30px 0 0; border-left: 4px solid var(--gold); padding: 4px 0 4px 22px; color: var(--navy-800); font-weight: 700; font-size: 1.04rem; }
.about-image-wrap { border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); }
.about-image-wrap img { width: 100%; height: 610px; object-fit: cover; object-position: 55% top; }

.cta-section { padding: 0 0 100px; background: var(--paper); }
.cta-card { background: var(--navy-950); border-radius: 30px; padding: 58px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 50px; align-items: center; color: #fff; overflow: hidden; position: relative; }
.cta-card::after { content:""; position:absolute; width:360px; height:360px; right:-120px; top:-180px; border-radius:50%; border:1px solid rgba(244,200,90,.16); }
.cta-card h2 { color: #fff; font-size: clamp(2.4rem, 4vw, 4rem); max-width: 760px; }
.cta-card p { color: rgba(255,255,255,.65); max-width: 720px; }
.cta-actions { position: relative; z-index: 2; display: grid; gap: 13px; align-content: center; }
.contact-link { color: var(--gold); font-size: .9rem; font-weight: 700; word-break: break-word; }
.phone-placeholder { color: rgba(255,255,255,.48); font-size: .78rem; }

.site-footer { background: #041426; color: #fff; padding: 58px 0 28px; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer-links { display: flex; gap: 28px; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,.62); font-size: .84rem; }
.footer-links a:hover { color: var(--gold); }
.legal { margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); display: grid; grid-template-columns: 1.55fr .45fr; gap: 40px; }
.legal p { margin: 0; color: rgba(255,255,255,.4); font-size: .68rem; }
.legal p:last-child { text-align: right; }


/* Schedule / Calendly section */
.schedule-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(244,200,90,.13), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
  padding: 105px 0;
}

.schedule-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(10,34,64,.07);
  left: -260px;
  bottom: -300px;
  pointer-events: none;
}

.schedule-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 52px;
  align-items: start;
}

.schedule-copy {
  position: sticky;
  top: 118px;
  padding: 28px 0;
}

.schedule-copy h2 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: -.035em;
  line-height: 1.04;
  font-size: clamp(2.7rem, 4.4vw, 4.7rem);
  color: var(--navy-950);
  margin: 18px 0 18px;
}

.schedule-copy > p {
  color: var(--muted);
  font-size: 1rem;
  max-width: 500px;
  margin: 0 0 28px;
}

.schedule-points {
  display: grid;
  gap: 13px;
  margin: 28px 0 32px;
}

.schedule-point {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--navy-900);
  font-size: .91rem;
  font-weight: 700;
}

.schedule-point span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  flex: 0 0 30px;
  background: var(--gold-soft);
  color: #8a6300;
  font-weight: 900;
}

.schedule-note {
  margin-top: 17px;
  color: var(--muted);
  font-size: .76rem;
}

.calendly-shell {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(4,20,38,.12);
  padding: 12px;
  overflow: hidden;
}

.calendly-shell::before {
  content: "";
  display: block;
  height: 5px;
  margin: -12px -12px 10px;
  background: linear-gradient(90deg, var(--gold), #ffe49a);
}

.calendly-inline-widget {
  min-width: 320px;
  height: 720px;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .schedule-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .schedule-copy {
    position: static;
    padding: 0;
  }
}

@media (max-width: 760px) {
  .schedule-section {
    padding: 72px 0;
  }

  .schedule-copy h2 {
    font-size: clamp(2.5rem, 11vw, 3.7rem);
  }

  .calendly-shell {
    border-radius: 20px;
    padding: 7px;
  }

  .calendly-inline-widget {
    height: 760px;
  }
}





/* Official logo integration */
.brand {
  gap: 0;
  align-items: center;
}

.brand-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.brand-logo {
  display: block;
  height: auto;
}

.site-header .brand-logo {
  width: clamp(210px, 20vw, 320px);
}

.site-footer .brand-logo {
  width: clamp(210px, 20vw, 320px);
}

.footer-brand-note {
  margin: 14px 0 0;
  color: rgba(255,255,255,.58);
  font-size: .8rem;
  max-width: 440px;
}

/* About brand section */
.about-brand-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 38px;
  box-shadow: 0 24px 64px rgba(6,24,45,.08);
}

.about-brand-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.about-brand-logo {
  width: min(100%, 500px);
  height: auto;
  display: block;
}

.about-points {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.about-point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--navy-900);
  font-size: .92rem;
}

.about-point span {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gold-soft);
  color: #8a6300;
  font-weight: 900;
}

@media (max-width: 760px) {
  .site-header .brand-logo {
    width: min(52vw, 230px);
  }

  .site-footer .brand-logo {
    width: min(62vw, 250px);
  }

  .about-brand-card {
    padding: 26px;
  }
}


/* Scroll shrink effect for header */
.site-header {
  transition: background .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.nav-wrap {
  transition: min-height .35s ease, padding .35s ease;
}

.site-header .brand-logo {
  width: clamp(230px, 22vw, 340px);
  transition: width .35s ease, transform .35s ease, opacity .35s ease;
  transform-origin: left center;
}

.site-header.is-scrolled {
  background: rgba(6, 24, 45, .97);
  box-shadow: 0 12px 36px rgba(2, 17, 32, .18);
  border-bottom-color: rgba(255,255,255,.06);
}

.site-header.is-scrolled .nav-wrap {
  min-height: 66px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.site-header.is-scrolled .brand-logo {
  width: clamp(170px, 16vw, 245px);
  transform: translateY(-1px);
}

@media (max-width: 760px) {
  .site-header .brand-logo {
    width: min(56vw, 235px);
  }

  .site-header.is-scrolled .brand-logo {
    width: min(44vw, 185px);
  }

  .site-header.is-scrolled .nav-wrap {
    min-height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (max-width: 1020px) {
  .main-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero h1 { font-size: clamp(3rem, 7vw, 5rem); }
  .portrait-frame img { height: 510px; }
  .coverage-grid, .review-grid { grid-template-columns: 1fr 1fr; }
  .coverage-card.featured { grid-column: span 2; }
  .audience-grid, .about-grid { gap: 42px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-wrap { height: 72px; }
  .brand-copy small { display: none; }
  .site-header .btn-small { display: none; }

  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding: 54px 0 68px; }
  .hero-copy { text-align: left; }
  .hero h1 { font-size: clamp(3.1rem, 14vw, 4.7rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-proof { grid-template-columns: 1fr; gap: 14px; }
  .hero-proof div { padding-right: 0; }
  .hero-visual { order: -1; }
  .portrait-frame { max-width: 380px; margin: 0 auto; border-radius: 190px 190px 26px 26px; }
  .portrait-frame img { height: 470px; }
  .portrait-card { min-width: 165px; padding: 10px 12px; }
  .portrait-card-top { right: -5px; top: 25%; }
  .portrait-card-bottom { left: -4px; bottom: 8%; }
  .portrait-card strong { font-size: .76rem; }

  .section { padding: 72px 0; }
  .section-heading h2, .audience-copy h2, .about-copy h2, .cta-card h2 { font-size: clamp(2.35rem, 10vw, 3.5rem); }
  .coverage-grid, .review-grid, .process-grid { grid-template-columns: 1fr; }
  .coverage-card.featured { grid-column: auto; }
  .coverage-card { min-height: auto; }
  .audience-grid, .about-grid, .section-heading.split, .cta-card { grid-template-columns: 1fr; }
  .audience-image img, .about-image-wrap img { height: 500px; }
  .section-heading.split { gap: 0; }
  .review-card > p { min-height: 0; }
  .cta-card { padding: 36px 26px; gap: 24px; }
  .footer-grid, .legal { display: grid; grid-template-columns: 1fr; }
  .legal { gap: 16px; }
  .legal p:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .marquee-track { animation: none; }
}


/* =========================================================
   FINAL RESPONSIVE SYSTEM
   ========================================================= */

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg,
iframe {
  max-width: 100%;
}

.hero-grid > *,
.audience-grid > *,
.about-premium-grid > *,
.schedule-grid > * {
  min-width: 0;
}

/* Premium About */
.section.about {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 10%, rgba(244,200,90,.12), transparent 24%),
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.about-premium-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: 58px;
  align-items: center;
}

.about-premium-content h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--navy-950);
  letter-spacing: -.035em;
  line-height: 1.05;
  font-size: clamp(2.6rem, 4.2vw, 4.35rem);
  max-width: 780px;
  margin: 22px 0 20px;
}

.about-premium-logo {
  width: min(390px, 88%);
  height: auto;
  margin: 24px 0 10px;
}

.about-premium-content > p {
  color: var(--muted);
  max-width: 700px;
  margin: 0 0 16px;
}

.about-premium-lead {
  font-size: 1.07rem;
  color: #435267 !important;
}

.about-premium-features {
  display: grid;
  gap: 12px;
  margin: 30px 0;
}

.about-premium-feature {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 15px;
  align-items: start;
  padding: 16px 18px;
  border: 1px solid rgba(8,29,54,.09);
  background: rgba(255,255,255,.82);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(5,24,45,.045);
}

.about-premium-feature > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold-soft);
  color: #8a6300;
  font-size: .72rem;
  font-weight: 900;
}

.about-premium-feature strong,
.about-premium-feature small {
  display: block;
}

.about-premium-feature strong {
  color: var(--navy-950);
  margin-bottom: 3px;
}

.about-premium-feature small {
  color: var(--muted);
  line-height: 1.5;
}

.about-premium-photo {
  position: relative;
  min-width: 0;
}

.about-premium-photo .about-image-wrap {
  width: 100%;
  height: 650px;
  min-height: 0;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(6,24,45,.16);
}

.about-premium-photo .about-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center top;
}

.about-photo-caption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 17px 19px;
  border-radius: 17px;
  background: rgba(6,24,45,.86);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
  color: #fff;
}

.about-photo-caption strong,
.about-photo-caption span {
  display: block;
}

.about-photo-caption strong {
  color: var(--gold);
  margin-bottom: 2px;
}

.about-photo-caption span {
  color: rgba(255,255,255,.66);
  font-size: .78rem;
}

.about-premium-cta {
  margin-top: 2px;
}

/* Tablets */
@media (max-width: 1020px) {
  .about-premium-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }

  .about-premium-photo .about-image-wrap {
    height: 580px;
  }
}

/* Phones */
@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  body {
    min-width: 0 !important;
  }

  .container {
    width: calc(100% - 32px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Header */
  .site-header {
    width: 100%;
  }

  .nav-wrap {
    min-height: 68px !important;
    height: auto !important;
    padding: 9px 0 !important;
    gap: 10px !important;
  }

  .brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .brand-logo-wrap {
    max-width: 100%;
    min-width: 0;
    padding: 0 !important;
  }

  .site-header .brand-logo {
    width: clamp(138px, 42vw, 180px) !important;
    max-width: 100%;
  }

  .site-header.is-scrolled .brand-logo {
    width: clamp(120px, 36vw, 155px) !important;
  }

  .main-nav {
    display: none !important;
  }

  .site-header .btn-small {
    display: inline-flex !important;
    flex: 0 0 auto;
    min-height: 42px !important;
    padding: 0 15px !important;
    font-size: .76rem !important;
    white-space: nowrap;
  }

  .site-header.is-scrolled .nav-wrap {
    min-height: 58px !important;
    padding: 6px 0 !important;
  }

  /* Hero */
  .hero {
    width: 100%;
    min-height: auto !important;
    overflow: hidden !important;
  }

  .hero-grid {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 34px !important;
    padding: 48px 0 56px !important;
  }

  .hero-copy {
    width: 100%;
    min-width: 0;
    order: 1 !important;
  }

  .hero-visual {
    width: 100%;
    min-width: 0;
    order: 2 !important;
    padding: 0;
  }

  .hero h1 {
    font-size: clamp(2.85rem, 13vw, 4.2rem) !important;
    line-height: .98 !important;
    max-width: 100% !important;
    overflow-wrap: normal;
  }

  .hero-lead {
    width: 100%;
    max-width: 100% !important;
    font-size: .98rem !important;
    line-height: 1.7;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 11px !important;
    width: 100%;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-proof {
    width: 100%;
    max-width: 100% !important;
    grid-template-columns: repeat(3, minmax(0,1fr)) !important;
    gap: 8px !important;
    margin-top: 30px !important;
    padding-top: 20px !important;
  }

  .hero-proof div {
    min-width: 0;
    padding-right: 6px !important;
  }

  .hero-proof strong {
    font-size: .84rem !important;
  }

  .hero-proof span {
    font-size: .66rem !important;
    line-height: 1.35;
  }

  .portrait-frame {
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 auto !important;
    border-radius: 210px 210px 25px 25px !important;
    overflow: hidden !important;
  }

  .portrait-frame::before {
    inset: 10px !important;
    border-radius: 200px 200px 19px 19px !important;
  }

  .portrait-frame img {
    width: 100% !important;
    height: 480px !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  .portrait-card {
    min-width: 0 !important;
    max-width: calc(100% - 24px);
    padding: 10px 12px !important;
    border-radius: 14px !important;
  }

  .portrait-card-top {
    right: 12px !important;
    top: 28% !important;
  }

  .portrait-card-bottom {
    left: 12px !important;
    bottom: 9% !important;
  }

  .portrait-card strong {
    font-size: .73rem !important;
  }

  .portrait-card small {
    font-size: .62rem !important;
  }

  .mini-icon {
    width: 28px !important;
    height: 28px !important;
    flex: 0 0 28px;
  }

  /* General sections */
  .section {
    padding: 70px 0 !important;
  }

  .section-heading h2,
  .audience-copy h2,
  .cta-card h2,
  .about-premium-content h2 {
    font-size: clamp(2.15rem, 9.5vw, 3.2rem) !important;
  }

  .coverage-grid,
  .review-grid,
  .process-grid,
  .audience-grid,
  .about-premium-grid,
  .schedule-grid,
  .section-heading.split,
  .cta-card {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .coverage-card.featured {
    grid-column: auto !important;
  }

  .audience-image img {
    height: 470px !important;
  }

  /* About */
  .about-premium-grid {
    gap: 34px !important;
  }

  .about-premium-content {
    order: 1;
  }

  .about-premium-photo {
    order: 2;
  }

  .about-premium-logo {
    width: min(285px, 88%) !important;
    margin-top: 18px;
  }

  .about-premium-photo .about-image-wrap {
    height: 500px !important;
    min-height: 0 !important;
    border-radius: 24px !important;
  }

  .about-premium-feature {
    grid-template-columns: 40px 1fr;
    padding: 14px;
  }

  .about-premium-cta {
    width: 100%;
  }

  /* Calendly */
  .schedule-section {
    padding: 70px 0 !important;
  }

  .schedule-copy {
    position: static !important;
  }

  .calendly-shell {
    width: 100%;
    max-width: 100%;
    overflow: hidden !important;
  }

  .calendly-inline-widget {
    width: 100% !important;
    min-width: 0 !important;
    height: 760px !important;
  }

  /* Footer */
  .footer-grid,
  .legal {
    grid-template-columns: 1fr !important;
  }

  .site-footer .brand-logo {
    width: min(240px, 72vw) !important;
  }

  .legal p:last-child {
    text-align: left !important;
  }
}

/* Small phones */
@media (max-width: 480px) {
  .container {
    width: calc(100% - 28px) !important;
  }

  .site-header .brand-logo {
    width: clamp(122px, 39vw, 158px) !important;
  }

  .site-header .btn-small {
    min-height: 39px !important;
    padding: 0 12px !important;
    font-size: .70rem !important;
  }

  .hero-grid {
    padding-top: 40px !important;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 13.4vw, 3.7rem) !important;
  }

  .hero-proof {
    grid-template-columns: 1fr !important;
    gap: 13px !important;
  }

  .hero-proof div {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 10px;
    align-items: baseline;
  }

  .hero-proof strong {
    font-size: .82rem !important;
  }

  .hero-proof span {
    font-size: .69rem !important;
  }

  .portrait-frame {
    max-width: 100% !important;
  }

  .portrait-frame img {
    height: 430px !important;
  }

  .portrait-card-top {
    right: 8px !important;
  }

  .portrait-card-bottom {
    left: 8px !important;
  }

  .about-premium-photo .about-image-wrap {
    height: 430px !important;
  }

  .about-photo-caption {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}


/* =========================================================
   STICKY HEADER FIX — keep visible + shrink on scroll
   ========================================================= */

/* `overflow-x:hidden` can break position:sticky in some browsers.
   `clip` prevents horizontal overflow without creating a scroll container. */
html,
body {
  overflow-x: clip !important;
}

/* Always keep the navigation on screen */
.site-header {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  left: 0;
  right: 0;
  width: 100% !important;
  z-index: 9999 !important;
  transform: translateZ(0);
  will-change: min-height, background, box-shadow;
}

/* Smooth full-size -> compact transition */
.site-header .nav-wrap {
  transition:
    min-height .32s ease,
    padding .32s ease !important;
}

.site-header .brand-logo {
  transition:
    width .32s cubic-bezier(.2,.75,.25,1),
    transform .32s cubic-bezier(.2,.75,.25,1),
    opacity .25s ease !important;
}

/* Compact state activated by the existing scroll JavaScript */
.site-header.is-scrolled {
  background: rgba(6, 24, 45, .985) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 12px 34px rgba(2,17,32,.22) !important;
}

.site-header.is-scrolled .nav-wrap {
  min-height: 64px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.site-header.is-scrolled .brand-logo {
  width: clamp(165px, 15vw, 235px) !important;
}

/* Mobile sticky/compact behavior */
@media (max-width: 760px) {
  html,
  body {
    overflow-x: clip !important;
  }

  .site-header {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
  }

  .site-header.is-scrolled .nav-wrap {
    min-height: 56px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .site-header.is-scrolled .brand-logo {
    width: clamp(112px, 34vw, 148px) !important;
  }

  .site-header.is-scrolled .btn-small {
    min-height: 38px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}




/* =========================================================
   HEADER v1.1 — stable scroll effect, no menu jitter
   ========================================================= */
.site-header,
.site-header.is-scrolled {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
}

/* Keep the real header box exactly the same size in both states. */
.site-header .nav-wrap,
.site-header.is-scrolled .nav-wrap {
  min-height: 84px !important;
  height: auto !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  transition: none !important;
}

.site-header .brand,
.site-header .brand-logo-wrap {
  overflow: visible !important;
}

/* The logo only changes visually; its layout width never changes. */
.site-header .brand-logo {
  width: clamp(230px, 22vw, 340px) !important;
  transform: scale(1) translateZ(0) !important;
  transform-origin: left center !important;
  transition: transform .34s cubic-bezier(.2,.75,.25,1), opacity .25s ease !important;
  will-change: transform;
}

.site-header.is-scrolled .brand-logo {
  width: clamp(230px, 22vw, 340px) !important;
  transform: scale(.74) translateZ(0) !important;
}

.site-header.is-scrolled {
  background: rgba(6, 24, 45, .985) !important;
  box-shadow: 0 12px 34px rgba(2,17,32,.22) !important;
  border-bottom-color: rgba(255,255,255,.06) !important;
}

.hero-advisor {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  margin: 14px 0 2px;
  padding-left: 14px;
  border-left: 3px solid var(--gold);
}
.hero-advisor strong {
  color: var(--white);
  font-size: .94rem;
  letter-spacing: .12em;
  line-height: 1.2;
}
.hero-advisor span {
  color: rgba(255,255,255,.58);
  font-size: .74rem;
  letter-spacing: .04em;
}
.section-signature {
  margin: 12px 0 0 !important;
  color: var(--navy-800) !important;
  font-size: .76rem !important;
  font-weight: 800 !important;
  letter-spacing: .10em;
  text-transform: uppercase;
}
.section-signature.light { color: var(--gold) !important; }
.footer-advisor-name {
  margin: 10px 0 4px;
  color: var(--white);
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .site-header .nav-wrap,
  .site-header.is-scrolled .nav-wrap {
    min-height: 68px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
  .site-header .brand-logo,
  .site-header.is-scrolled .brand-logo {
    width: clamp(138px, 42vw, 180px) !important;
  }
  .site-header.is-scrolled .brand-logo {
    transform: scale(.80) translateZ(0) !important;
  }
  .site-header.is-scrolled .btn-small {
    min-height: 42px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .hero-advisor strong { font-size: .79rem; letter-spacing: .09em; }
  .hero-advisor span { font-size: .68rem; }
  .section-signature { font-size: .68rem !important; letter-spacing: .075em; }
}

@media (max-width: 480px) {
  .site-header .brand-logo,
  .site-header.is-scrolled .brand-logo {
    width: clamp(122px, 39vw, 158px) !important;
  }
  .site-header.is-scrolled .brand-logo {
    transform: scale(.82) translateZ(0) !important;
  }
}

/* Contact phone */
.phone-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: rgba(255,255,255,.78) !important;
  font-size: .88rem !important;
  font-weight: 700;
  letter-spacing: .02em;
  transition: color .2s ease, transform .2s ease;
}
.phone-link:hover {
  color: var(--gold) !important;
  transform: translateX(2px);
}


/* Phone link with icon */
.phone-link {
  gap: 8px;
  text-decoration: none;
}

.phone-icon {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(236, 194, 83, .18);
  color: var(--gold);
  font-size: .82rem;
  line-height: 1;
  flex: 0 0 22px;
}

.phone-text {
  display: inline-block;
  line-height: 1.2;
}

/* Header phone */
.header-phone {
  display: inline-flex;
  align-items: center;
  margin-left: 14px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.86) !important;
  font-size: .84rem !important;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(2,17,32,.10);
}

.header-phone:hover {
  background: rgba(255,255,255,.08);
  color: #fff !important;
  transform: translateX(2px);
}

.cta-actions .phone-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* Mobile behavior */
@media (max-width: 1020px) {
  .header-phone {
    padding: 9px 12px;
    font-size: .78rem !important;
    margin-left: 10px;
  }
}

@media (max-width: 760px) {
  .header-phone {
    margin-left: 8px;
    padding: 0;
    width: 42px;
    height: 42px;
    justify-content: center;
    border-radius: 50%;
    flex: 0 0 42px;
  }

  .header-phone .phone-text {
    display: none;
  }

  .header-phone .phone-icon {
    width: 26px;
    height: 26px;
    font-size: .9rem;
  }
}

@media (max-width: 480px) {
  .header-phone {
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
  }
}
