
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Inter:wght@400;500;600;700&display=swap');
:root{--green:#123d31;--green-2:#1f4d3b;--gold:#c9a86a;--gold-2:#e5d2a5;--ivory:#faf8f2;--cream:#f4efe4;--text:#26312d;--muted:#66736f;--white:#ffffff;--line:#e7dfcf;--shadow:0 18px 45px rgba(18,61,49,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Inter',Arial,sans-serif;color:var(--text);background:var(--ivory);line-height:1.7}a{color:var(--green-2)}.container{width:min(1200px,calc(100% - 40px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(250,248,242,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 0}.nav-logo img{width:260px;max-width:52vw;display:block}.nav-links{display:flex;align-items:center;gap:18px;font-size:.95rem;font-weight:600}.nav-links a{color:var(--green);text-decoration:none}.nav-links a:hover{color:var(--gold)}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:999px;font-weight:700;text-decoration:none;border:1px solid transparent;transition:.2s ease;line-height:1.2}.btn-primary{background:var(--green);color:var(--white)}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(18,61,49,.2)}.btn-secondary{background:var(--gold);color:var(--green)}.btn-light{background:var(--white);color:var(--green);border-color:var(--line)}
.hero{padding:70px 0 60px;background:radial-gradient(circle at top right,rgba(201,168,106,.28),transparent 28%),linear-gradient(180deg,var(--ivory),#fff)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}.eyebrow{color:var(--gold);font-weight:800;letter-spacing:.14em;text-transform:uppercase;font-size:.78rem}h1,h2,h3{color:var(--green);line-height:1.1}h1,h2{font-family:'Cormorant Garamond',Georgia,serif}h1{font-size:clamp(2.7rem,6vw,5.2rem);margin:12px 0 18px}h2{font-size:clamp(2rem,4vw,3.3rem);margin:0 0 18px}h3{margin:0 0 10px;font-size:1.2rem}.lead{font-size:1.18rem;color:#40504b;max-width:670px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.hero-card{background:var(--white);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);overflow:hidden}.hero-card img{display:block;width:100%;height:680px;object-fit:cover;object-position:center top}.hero-card-body{padding:24px;border-top:5px solid var(--gold)}
.section{padding:70px 0}.section.white{background:#fff}.section-title{max-width:760px;margin-bottom:34px}.gold-line{width:74px;height:4px;background:var(--gold);border-radius:3px;margin:18px 0}.mission-card{background:var(--green);color:#fff;border-radius:28px;padding:36px;box-shadow:var(--shadow)}.mission-card h2{color:#fff}.mission-card p{color:#f1eee7}.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 10px 26px rgba(18,61,49,.06)}.card .icon{width:42px;height:42px;border-radius:12px;background:var(--cream);color:var(--green);display:flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:16px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.feature-list{display:grid;gap:16px}.feature{padding:18px 20px;background:#fff;border-left:4px solid var(--gold);border-radius:14px;box-shadow:0 8px 20px rgba(18,61,49,.05)}
.bio-layout{display:grid;grid-template-columns:330px 1fr;gap:42px;align-items:start}.profile-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:22px;position:sticky;top:110px}.profile-card img{width:100%;border-radius:18px;display:block;margin-bottom:18px}.bio-content{background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px;box-shadow:0 10px 26px rgba(18,61,49,.06)}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:28px}
.notice-card{background:#fff;border:1px solid var(--line);border-left:6px solid var(--gold);border-radius:20px;padding:26px;box-shadow:0 10px 26px rgba(18,61,49,.06);margin:28px 0}.schedule-intro{max-width:860px}.calendly-container{background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:var(--shadow);margin-top:30px}.calendly-inline-widget{width:100%;min-width:320px;height:1200px}.legal-page{background:#fff;border:1px solid var(--line);border-radius:24px;padding:40px;box-shadow:0 10px 26px rgba(18,61,49,.06)}
.cta-band{background:linear-gradient(135deg,var(--green),#0c2b23);color:#fff;border-radius:28px;padding:42px;display:flex;align-items:center;justify-content:space-between;gap:24px}.cta-band h2{color:#fff;margin-bottom:8px}.cta-band p{color:#f4efe4;margin:0}.site-footer{background:var(--green);color:#f4efe4;padding:40px 0;margin-top:70px}.footer-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:30px}.site-footer a{color:#fff;text-decoration:none}.footer-logo img{width:260px;background:#fff;border-radius:16px;padding:8px}.footer-links{display:grid;gap:8px}.fineprint{border-top:1px solid rgba(255,255,255,.18);margin-top:28px;padding-top:20px;color:#d7d0c2;font-size:.9rem}
@media(max-width:900px){.nav{align-items:flex-start;flex-direction:column}.nav-links{flex-wrap:wrap;gap:12px}.hero-grid,.split,.bio-layout,.footer-grid,.detail-grid{grid-template-columns:1fr}.profile-card{position:static}.card-grid{grid-template-columns:1fr 1fr}.cta-band{display:block}}
@media(max-width:600px){.container{width:min(100% - 26px,1120px)}.card-grid{grid-template-columns:1fr}.hero{padding:44px 0}.section{padding:48px 0}.legal-page,.bio-content,.mission-card,.cta-band{padding:24px}.calendly-inline-widget{height:950px}}

.button-stack {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.license-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 18px;
  background: #fff;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--line);
}

.license-table th,
.license-table td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}

.license-table th {
  background: var(--cream);
  color: var(--green);
  font-weight: 800;
}

.license-table tr:last-child td {
  border-bottom: none;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 34px;
}

.resource-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 10px 26px rgba(18,61,49,.06);
}

.resource-card .status {
  display: inline-block;
  background: var(--cream);
  color: var(--green);
  border: 1px solid var(--gold-2);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: .78rem;
  font-weight: 800;
  margin-bottom: 14px;
}

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

.section-divider {
  width: min(1200px, calc(100% - 40px));
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 0 auto;
}

.card, .resource-card, .feature, .hero-card, .profile-card, .bio-content, .legal-page, .notice-card {
  transition: transform .22s ease, box-shadow .22s ease;
}

.card:hover, .resource-card:hover, .feature:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(18,61,49,.10);
}

.service-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  color: var(--green);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 34px;
}

.process-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 10px 26px rgba(18,61,49,.06);
  position: relative;
}

.process-number {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 16px;
}

.resource-card {
  min-height: 245px;
}

.resource-card h3 {
  min-height: 52px;
}

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

/* v6 refinement */
.nav-links .nav-cta {
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--green);
  color: #fff !important;
}

.nav-links .nav-upload {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--gold);
  color: var(--green) !important;
  background: rgba(201,168,106,.14);
}

.hero-subcard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.trust-card {
  background: rgba(255,255,255,.82);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 26px rgba(18,61,49,.06);
}

.trust-card strong {
  color: var(--green);
  display: block;
  margin-bottom: 6px;
}

.photo-caption-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.7rem;
  color: var(--green);
  margin: 0;
}

.photo-caption-subtitle {
  color: var(--muted);
  margin: 4px 0 0;
}

.resource-nav-text {
  white-space: nowrap;
}

@media(max-width:1050px) {
  .nav-links {
    font-size: .9rem;
    gap: 10px;
  }
}

@media(max-width:900px) {
  .nav-links .nav-cta,
  .nav-links .nav-upload {
    padding: 9px 13px;
  }

  .hero-subcard {
    grid-template-columns: 1fr;
  }
}

/* OakVale v1.0 Launch Edition */
.strategic-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:28px}
.institution-card{min-height:86px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--green);font-weight:800;letter-spacing:.02em;box-shadow:0 10px 26px rgba(18,61,49,.05);filter:grayscale(1);transition:transform .22s ease,filter .22s ease,box-shadow .22s ease}
.institution-card:hover{transform:translateY(-3px);filter:grayscale(0);box-shadow:0 18px 36px rgba(18,61,49,.10)}
.nav-links .nav-cta{padding:10px 16px;border-radius:999px;background:var(--green);color:#fff!important}
.nav-links .nav-upload{padding:10px 16px;border-radius:999px;border:1px solid var(--gold);color:var(--green)!important;background:rgba(201,168,106,.14)}
.legal-links{display:grid;gap:8px}
.footer-disclosure{font-size:.88rem;line-height:1.55;color:#d7d0c2;margin-top:14px}
.error-page{min-height:58vh;display:flex;align-items:center}
.thank-you-card{background:#fff;border:1px solid var(--line);border-left:6px solid var(--gold);border-radius:24px;padding:34px;box-shadow:var(--shadow)}
@media(max-width:1000px){.strategic-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.strategic-grid{grid-template-columns:1fr 1fr}.institution-card{min-height:74px;font-size:.88rem}}

/* Private relationship landing page */
.hello-page{background:linear-gradient(180deg,var(--ivory),#fff)}
.hello-wrap{width:min(980px,calc(100% - 36px));margin:0 auto}
.hello-logo{text-align:center;padding:34px 0 18px}
.hello-logo img{width:360px;max-width:82vw}
.hello-hero{padding:36px 0 54px}
.hello-card{background:#fff;border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow);overflow:hidden}
.hello-content{display:grid;grid-template-columns:1fr .82fr;gap:0}
.hello-copy{padding:44px}
.hello-photo{min-height:100%;background:var(--cream)}
.hello-photo img{width:100%;height:100%;min-height:560px;object-fit:cover;object-position:center top;display:block}
.personal-note{background:var(--cream);border-left:5px solid var(--gold);padding:22px;border-radius:18px;margin:28px 0}
.video-placeholder{background:#123d31;color:#fff;border-radius:22px;padding:30px;margin:28px 0;text-align:center}
.video-placeholder h2{color:#fff}
.hello-footer{text-align:center;color:var(--muted);font-size:.9rem;padding:22px 0 38px}
@media(max-width:850px){.hello-content{grid-template-columns:1fr}.hello-photo img{min-height:auto;max-height:520px}.hello-copy{padding:30px 24px}}

/* Hello page v1.0 fix */
.hello-profile {
  display: flex;
  align-items: center;
  gap: 18px;
  background: var(--cream);
  border-radius: 20px;
  padding: 18px;
  margin: 24px 0;
}

.hello-profile img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  object-position: center top;
  border-radius: 18px;
  flex: 0 0 auto;
}

.hello-single {
  max-width: 980px;
  margin: 0 auto;
}

.hello-single .hello-card {
  overflow: visible;
}

.hello-single .hello-copy {
  padding: 44px;
}

.hello-scheduler {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  margin-top: 32px;
  padding: 18px;
}

.hello-scheduler .calendly-inline-widget {
  width: 100%;
  min-width: 320px;
  height: 1000px;
}

@media(max-width:700px) {
  .hello-profile {
    align-items: flex-start;
  }

  .hello-profile img {
    width: 76px;
    height: 76px;
  }

  .hello-single .hello-copy {
    padding: 28px 22px;
  }

  .hello-scheduler .calendly-inline-widget {
    height: 900px;
  }
}


/* OakVale v1.5 Welcome Video */
.video-welcome-card {
  margin: 2rem 0;
  padding: 2rem;
  border: 1px solid rgba(202, 166, 92, 0.35);
  border-radius: 28px;
  background: #f7f1e6;
  box-shadow: 0 18px 45px rgba(15, 76, 58, 0.08);
}
.video-welcome-card .eyebrow {
  color: #caa65c;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.78rem;
  margin-bottom: 0.6rem;
}
.video-welcome-card h2 {
  margin: 0 0 0.75rem;
  color: #0f4c3a;
}
.video-welcome-card p {
  margin: 0 0 1.25rem;
  max-width: 760px;
}
.stream-video-frame {
  width: min(420px, 100%);
  margin: 1.5rem auto 0;
  border-radius: 24px;
  overflow: hidden;
  background: #0f4c3a;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}
.stream-video-frame stream,
.stream-video-frame iframe,
.stream-video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  border: 0;
}
@media (min-width: 900px) {
  .video-welcome-card {
    display: grid;
    grid-template-columns: 1fr minmax(280px, 390px);
    gap: 2rem;
    align-items: center;
  }
  .stream-video-frame {
    margin: 0 auto;
  }
}


/* OakVale v1.6 fixed Cloudflare Stream embed */
.video-welcome-card {
  margin: 2rem 0;
  padding: 2rem;
  border: 1px solid rgba(202, 166, 92, 0.35);
  border-radius: 28px;
  background: #f7f1e6;
  box-shadow: 0 18px 45px rgba(15, 76, 58, 0.08);
}

.video-welcome-card .eyebrow {
  color: #caa65c;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.78rem;
  margin-bottom: 0.6rem;
}

.video-welcome-card h2 {
  margin: 0 0 0.75rem;
  color: #0f4c3a;
}

.video-welcome-card p {
  margin: 0 0 1.1rem;
  max-width: 760px;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.trust-badges span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(202, 166, 92, 0.45);
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
  background: rgba(255, 255, 255, 0.55);
  color: #0f4c3a;
  font-size: 0.9rem;
  font-weight: 600;
}

.stream-video-frame {
  width: min(440px, 100%);
  margin: 1.5rem auto 0;
  border-radius: 24px;
  overflow: hidden;
  background: #0f4c3a;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  aspect-ratio: 9 / 16;
}

.stream-video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.hello-video-transition {
  margin: 2rem 0;
  padding: 1.5rem;
  border-left: 4px solid #caa65c;
  background: rgba(247, 241, 230, 0.65);
  border-radius: 18px;
}

@media (min-width: 900px) {
  .video-welcome-card {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 440px);
    gap: 2.25rem;
    align-items: center;
  }

  .stream-video-frame {
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  .video-welcome-card {
    padding: 1.35rem;
  }

  .stream-video-frame {
    width: min(360px, 100%);
  }
}


/* OakVale v1.6.1 video poster polish */
.video-caption {
  text-align: center;
  font-size: 0.9rem;
  color: #f7f1e6;
  background: #0f4c3a;
  padding: 0.75rem 1rem 0.9rem;
  font-weight: 600;
}


/* OakVale v1.6.2 video end card */
.stream-video-frame {
  position: relative;
}

.oakvale-video-end-card {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1.4rem;
  background:
    linear-gradient(rgba(15, 76, 58, 0.92), rgba(15, 76, 58, 0.96)),
    url("https://images.oakvalerp.com/og/OakVale_Open_Graph.PNG") center / cover no-repeat;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
  z-index: 4;
}

.oakvale-video-end-card.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.oakvale-end-card-inner {
  text-align: center;
  max-width: 330px;
}

.oakvale-end-card-kicker {
  color: #f5d58a;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 800;
  margin-bottom: 0.6rem;
}

.oakvale-end-card-inner h3 {
  margin: 0 0 0.75rem;
  color: #fff;
  font-size: clamp(1.65rem, 4vw, 2.15rem);
}

.oakvale-end-card-inner p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.96rem;
  margin: 0 0 1rem;
}

.oakvale-end-card-inner .button {
  width: 100%;
  justify-content: center;
  border: 0;
  cursor: pointer;
}

.oakvale-schedule-highlight {
  animation: oakvaleSchedulePulse 1.2s ease-in-out 3;
}

@keyframes oakvaleSchedulePulse {
  0%, 100% { box-shadow: 0 0 0 rgba(202, 166, 92, 0); }
  50% { box-shadow: 0 0 0 8px rgba(202, 166, 92, 0.22); }
}


/* OakVale v1.7 Bio polish */
.profile-name {
  white-space: nowrap;
  font-size: clamp(3.4rem, 7vw, 5.6rem);
  line-height: 0.95;
  margin-bottom: 1.25rem;
}

.licensed-card .licensed-intro {
  margin: 0 0 0.75rem;
  color: #263b34;
}

.licensed-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.15rem;
  columns: 1;
}

.licensed-list li {
  margin: 0.25rem 0;
  color: #263b34;
}

.state-expansion-note {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 18px;
  background: rgba(247, 241, 230, 0.78);
  border: 1px solid rgba(202, 166, 92, 0.34);
  color: #263b34;
  line-height: 1.45;
}

@media (max-width: 700px) {
  .profile-name {
    white-space: normal;
    font-size: clamp(3rem, 14vw, 4.6rem);
  }
}


/* OakVale v1.7.1 Bio hard fix */
.profile-name,
.bio-profile h1,
.bio-card h1,
aside h1 {
  white-space: normal;
  font-size: clamp(3rem, 5.8vw, 4.8rem);
  line-height: 0.98;
  word-break: normal;
}

.licensed-intro {
  margin: 0 0 0.7rem;
}

.licensed-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.licensed-list li {
  margin: 0.25rem 0;
}

.state-expansion-note {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 18px;
  background: rgba(247, 241, 230, 0.78);
  border: 1px solid rgba(202, 166, 92, 0.34);
  color: #263b34;
  line-height: 1.45;
}


/* OakVale v1.7.2 state badges */
.no-wrap-name {
  white-space: nowrap;
}

.state-badge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 1rem 0 1.15rem;
}

.state-badge {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 0.75rem;
  border: 1px solid rgba(202, 166, 92, 0.34);
  border-radius: 16px;
  background: rgba(247, 241, 230, 0.7);
  color: #263b34;
  font-weight: 600;
}

.state-flag {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0f4c3a 0%, #0f4c3a 62%, #caa65c 62%, #caa65c 100%);
  color: #ffffff;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18);
}

.sidebar-license-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.38rem;
  margin: 0.35rem 0 1rem;
  line-height: 1.3;
}

.mini-state {
  display: inline-grid;
  place-items: center;
  min-width: 2.15rem;
  padding: 0.18rem 0.38rem;
  border-radius: 999px;
  background: rgba(15, 76, 58, 0.08);
  border: 1px solid rgba(202, 166, 92, 0.38);
  color: #0f4c3a;
  font-size: 0.78rem;
  font-weight: 800;
}

@media (max-width: 700px) {
  .state-badge-grid {
    grid-template-columns: 1fr;
  }

  .no-wrap-name {
    white-space: normal;
  }
}


/* OakVale v1.7.3 Bio layout + state flag badges */
.profile-name-fixed {
  font-size: clamp(3.2rem, 5.2vw, 4.9rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  white-space: nowrap;
  margin: 1.75rem 0 1.35rem;
}

.bio-card-row-balanced {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(420px, 1.28fr);
  gap: 1.5rem;
  align-items: stretch;
  margin: 2rem 0;
}

.bio-card-row-balanced .info-card {
  height: auto;
  min-height: unset;
}

.bio-card-row-balanced .contact-card {
  align-self: start;
}

.bio-card-row-balanced .licensed-card {
  align-self: start;
}

.state-flag-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1rem 0 1.15rem;
}

.state-flag-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.8rem;
  border: 1px solid rgba(202, 166, 92, 0.34);
  border-radius: 16px;
  background: rgba(247, 241, 230, 0.76);
  color: #263b34;
  font-weight: 700;
}

.state-flag-badge img {
  width: 44px;
  height: 30px;
  border-radius: 7px;
  object-fit: cover;
  box-shadow: 0 2px 5px rgba(15, 76, 58, 0.12);
  flex: 0 0 auto;
}

.clean-license-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.36rem;
  align-items: center;
  margin: 0.35rem 0 1rem;
}

.clean-license-line span:not(:first-child) {
  display: inline-grid;
  place-items: center;
  min-width: 2.05rem;
  padding: 0.16rem 0.35rem;
  border-radius: 999px;
  background: rgba(247, 241, 230, 0.9);
  border: 1px solid rgba(202, 166, 92, 0.44);
  color: #0f4c3a;
  font-size: 0.74rem;
  font-weight: 800;
}

@media (max-width: 1050px) {
  .bio-card-row-balanced {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .profile-name-fixed {
    white-space: normal;
    font-size: clamp(3rem, 13vw, 4.4rem);
  }

  .state-flag-grid {
    grid-template-columns: 1fr;
  }
}


/* OakVale v1.7.4 final state badge fix */
.bio-card-row-final {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(460px, 1.28fr);
  gap: 2rem;
  align-items: start;
  margin: 2rem 0;
}

.state-badge-grid-final {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1rem 0 1.15rem;
}

.state-badge-final {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  padding: 0.72rem 0.85rem;
  border: 1px solid rgba(202, 166, 92, 0.38);
  border-radius: 16px;
  background: rgba(247, 241, 230, 0.82);
  color: #263b34;
  font-weight: 700;
}

.state-badge-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 30px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, #0f4c3a 0%, #0f4c3a 63%, #caa65c 64%, #caa65c 100%);
  color: #ffffff;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18), 0 2px 5px rgba(15,76,58,0.12);
  flex: 0 0 auto;
}

.state-flag-badge img {
  display: none !important;
}

.state-flag-badge,
.state-badge {
  display: none !important;
}

@media (max-width: 1050px) {
  .bio-card-row-final {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .state-badge-grid-final {
    grid-template-columns: 1fr;
  }
}


/* OakVale v2.0 Bio Page Refinement */
.ov-bio-page {
  background: #fbf8ef;
  padding: 2.25rem 1.25rem 4rem;
}

.ov-bio-shell {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 2.75rem;
  align-items: start;
}

.ov-bio-sidebar {
  position: sticky;
  top: 105px;
}

.ov-profile-card,
.ov-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(202, 166, 92, 0.32);
  border-radius: 26px;
  box-shadow: 0 18px 48px rgba(15, 76, 58, 0.08);
}

.ov-profile-card {
  padding: 1.35rem;
}

.ov-profile-card img {
  width: 100%;
  display: block;
  border-radius: 20px;
  margin-bottom: 1.35rem;
}

.ov-profile-card h1 {
  color: #0f4c3a;
  font-size: clamp(2.95rem, 5vw, 4.25rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
  margin: 0 0 1.1rem;
  white-space: nowrap;
}

.ov-role {
  margin: 0 0 1rem;
  line-height: 1.45;
}

.ov-sidebar-states {
  display: flex;
  flex-wrap: wrap;
  gap: 0.36rem;
  align-items: center;
  margin: 0.7rem 0 1rem;
}

.ov-sidebar-label {
  width: 100%;
  color: #263b34;
  font-weight: 700;
}

.ov-sidebar-states span:not(.ov-sidebar-label) {
  display: inline-grid;
  place-items: center;
  min-width: 2.05rem;
  padding: 0.18rem 0.4rem;
  border-radius: 999px;
  background: rgba(247, 241, 230, 0.92);
  border: 1px solid rgba(202, 166, 92, 0.46);
  color: #0f4c3a;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.ov-focus {
  line-height: 1.55;
  margin: 0 0 1rem;
}

.ov-full-button {
  width: 100%;
  justify-content: center;
  margin-top: 0.7rem;
}

.ov-bio-content {
  display: grid;
  gap: 1.75rem;
}

.ov-card {
  padding: clamp(1.5rem, 3vw, 2.15rem);
}

.ov-bio-intro .eyebrow {
  color: #caa65c;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 0.65rem;
}

.ov-bio-intro h2,
.ov-card h2 {
  color: #0f4c3a;
  margin: 0 0 1rem;
  font-size: clamp(2.15rem, 4vw, 3.1rem);
  line-height: 1.02;
}

.ov-bio-intro p {
  font-size: 1.03rem;
  line-height: 1.75;
  margin: 0 0 1.05rem;
}

.ov-info-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(420px, 1.3fr);
  gap: 1.5rem;
  align-items: start;
}

.ov-contact-card {
  min-height: 0;
}

.ov-contact-card p {
  line-height: 1.65;
}

.ov-state-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1rem 0 1.15rem;
}

.ov-state-card {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  padding: 0.78rem 0.85rem;
  border: 1px solid rgba(202, 166, 92, 0.38);
  border-radius: 16px;
  background: rgba(247, 241, 230, 0.78);
  color: #263b34;
}

.ov-state-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0f4c3a 0%, #0f4c3a 62%, #caa65c 63%, #caa65c 100%);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18), 0 2px 5px rgba(15,76,58,0.12);
  flex: 0 0 auto;
}

.ov-state-note {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 18px;
  background: rgba(247, 241, 230, 0.78);
  border: 1px solid rgba(202, 166, 92, 0.34);
  color: #263b34;
  line-height: 1.45;
}

.ov-license-table-card table,
.ov-card table,
.license-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

.ov-license-table-card th,
.ov-license-table-card td,
.license-table th,
.license-table td {
  padding: 0.95rem 1rem;
  border-bottom: 1px solid rgba(202, 166, 92, 0.25);
  text-align: left;
}

.ov-license-table-card th,
.license-table th {
  background: rgba(247, 241, 230, 0.95);
  color: #0f4c3a;
}

@media (max-width: 1050px) {
  .ov-bio-shell {
    grid-template-columns: 1fr;
  }

  .ov-bio-sidebar {
    position: static;
  }

  .ov-profile-card {
    max-width: 520px;
    margin: 0 auto;
  }

  .ov-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .ov-bio-page {
    padding: 1.25rem 0.9rem 3rem;
  }

  .ov-profile-card h1 {
    white-space: normal;
    font-size: clamp(3rem, 14vw, 4.2rem);
  }

  .ov-state-grid {
    grid-template-columns: 1fr;
  }
}


/* OakVale v2.1 state silhouettes */
.ov-silhouette-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.15rem 0 1.25rem;
}

.ov-silhouette-card {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  min-height: 78px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(202, 166, 92, 0.38);
  border-radius: 18px;
  background: rgba(247, 241, 230, 0.72);
  color: #263b34;
}

.ov-state-silhouette {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 48px;
  color: #0f4c3a;
  flex: 0 0 auto;
}

.ov-state-silhouette svg {
  width: 54px;
  height: 44px;
  display: block;
  fill: currentColor;
  filter: drop-shadow(0 3px 4px rgba(15, 76, 58, 0.13));
}

.ov-silhouette-card strong {
  color: #0f4c3a;
  font-size: 1.18rem;
  line-height: 1.1;
}

.ov-national-note {
  margin: 1rem 0 0;
  color: #263b34;
  font-weight: 700;
  line-height: 1.5;
}

.ov-state-grid,
.state-badge-grid-final,
.state-flag-grid,
.state-badge-grid {
  display: none !important;
}

@media (max-width: 700px) {
  .ov-silhouette-grid {
    grid-template-columns: 1fr;
  }
}


/* OakVale v2.2 refined state silhouettes + pin note */
.ov-silhouette-grid-refined {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
  margin: 1.25rem 0 1.35rem;
}

.ov-silhouette-grid-refined .ov-silhouette-card {
  min-height: 92px;
  padding: 1rem 1.15rem;
  gap: 1.1rem;
  border-radius: 18px;
  background: rgba(247, 241, 230, 0.76);
  border: 1px solid rgba(202, 166, 92, 0.42);
}

.ov-silhouette-grid-refined .ov-state-silhouette {
  width: 74px;
  height: 66px;
  color: #0f4c3a;
  flex: 0 0 74px;
}

.ov-silhouette-grid-refined .ov-state-silhouette svg {
  width: 74px;
  height: 66px;
  fill: currentColor;
  display: block;
  filter: drop-shadow(0 5px 6px rgba(15, 76, 58, 0.16));
}

.ov-silhouette-grid-refined .ov-silhouette-card strong {
  color: #0f4c3a;
  font-size: clamp(1.12rem, 1.7vw, 1.34rem);
  line-height: 1.1;
}

.ov-state-note-pin {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  margin-top: 1.2rem;
  padding: 1.15rem 1.25rem;
  border-radius: 20px;
  background: rgba(247, 241, 230, 0.82);
  border: 1px solid rgba(202, 166, 92, 0.4);
}

.ov-pin-icon {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 35% 30%, #176248, #0f4c3a);
  color: #d2ad62;
  box-shadow: 0 8px 18px rgba(15, 76, 58, 0.18);
  flex: 0 0 auto;
}

.ov-pin-icon svg {
  width: 34px;
  height: 34px;
  display: block;
}

.ov-pin-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linejoin: round;
}

.ov-pin-icon circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
}

.ov-national-note {
  margin-top: 1rem;
  padding-left: 0.15rem;
  color: #263b34;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 700px) {
  .ov-silhouette-grid-refined {
    grid-template-columns: 1fr;
  }

  .ov-state-note-pin {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .ov-pin-icon {
    width: 52px;
    height: 52px;
  }
}


/* OakVale v2.3 hello personalization */
.hello-personal-note {
  max-width: 1080px;
  margin: 0 auto 1.5rem;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid rgba(202, 166, 92, 0.34);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 42px rgba(15, 76, 58, 0.07);
}

.hello-personal-note[hidden] {
  display: none !important;
}

.hello-personal-note .eyebrow {
  color: #caa65c;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.hello-personal-note h1 {
  margin: 0 0 0.6rem;
  color: #0f4c3a;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.02;
}

.hello-personal-note p {
  margin: 0;
  max-width: 820px;
  color: #263b34;
  font-size: 1.05rem;
  line-height: 1.6;
}


/* OakVale v2.5 stable bio rollback */
.ov-bio-page {
  background: #fbf8ef;
  padding: 2.25rem 1.25rem 4rem;
}

.ov-bio-shell {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 2.75rem;
  align-items: start;
}

.ov-bio-sidebar {
  position: sticky;
  top: 105px;
}

.ov-profile-card,
.ov-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(202, 166, 92, 0.32);
  border-radius: 26px;
  box-shadow: 0 18px 48px rgba(15, 76, 58, 0.08);
}

.ov-profile-card {
  padding: 1.55rem;
  overflow: visible;
}

.ov-profile-card img {
  width: 100%;
  display: block;
  border-radius: 20px;
  margin-bottom: 1.35rem;
}

.ov-profile-card h1 {
  color: #0f4c3a;
  font-size: clamp(2.6rem, 4vw, 3.85rem);
  line-height: 1;
  letter-spacing: -0.045em;
  margin: 0 0 1.1rem;
  white-space: nowrap;
  overflow: visible;
}

.ov-role {
  margin: 0 0 1rem;
  line-height: 1.45;
}

.ov-sidebar-states {
  display: flex;
  flex-wrap: wrap;
  gap: 0.36rem;
  align-items: center;
  margin: 0.7rem 0 1rem;
}

.ov-sidebar-label {
  width: 100%;
  color: #263b34;
  font-weight: 700;
}

.ov-sidebar-states span:not(.ov-sidebar-label) {
  display: inline-grid;
  place-items: center;
  min-width: 2.05rem;
  padding: 0.18rem 0.4rem;
  border-radius: 999px;
  background: rgba(247, 241, 230, 0.92);
  border: 1px solid rgba(202, 166, 92, 0.46);
  color: #0f4c3a;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.ov-focus {
  line-height: 1.55;
  margin: 0 0 1.1rem;
}

.ov-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 999px;
  padding: 0.92rem 1rem;
  margin-top: 0.75rem;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
}

.ov-button-gold {
  background: #caa65c;
  color: #0f4c3a;
}

.ov-button-green {
  background: #0f4c3a;
  color: #ffffff;
}

.ov-bio-content {
  display: grid;
  gap: 1.75rem;
}

.ov-card {
  padding: clamp(1.5rem, 3vw, 2.15rem);
}

.ov-bio-intro .eyebrow {
  color: #caa65c;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 0.65rem;
}

.ov-bio-intro h2,
.ov-card h2 {
  color: #0f4c3a;
  margin: 0 0 1rem;
  font-size: clamp(2.15rem, 4vw, 3.1rem);
  line-height: 1.02;
}

.ov-service-line {
  font-weight: 700;
  color: #263b34;
}

.ov-bio-intro p {
  font-size: 1.03rem;
  line-height: 1.75;
  margin: 0 0 1.05rem;
}

.ov-info-grid {
  display: grid;
  grid-template-columns: minmax(270px, 0.72fr) minmax(460px, 1.28fr);
  gap: 1.5rem;
  align-items: start;
}

.ov-contact-card {
  align-self: start;
}

.ov-contact-card p {
  line-height: 1.65;
}

.ov-state-grid-clean {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1rem 0 1.15rem;
}

.ov-state-card-clean {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 58px;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(202, 166, 92, 0.38);
  border-radius: 16px;
  background: rgba(247, 241, 230, 0.78);
  color: #263b34;
}

.ov-state-card-clean span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0f4c3a 0%, #0f4c3a 62%, #caa65c 63%, #caa65c 100%);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  flex: 0 0 auto;
}

.ov-state-card-clean strong {
  color: #0f4c3a;
}

.ov-state-note-clean {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  margin-top: 1.1rem;
  padding: 1.05rem 1.15rem;
  border-radius: 18px;
  background: rgba(247, 241, 230, 0.82);
  border: 1px solid rgba(202, 166, 92, 0.4);
}

.ov-pin-icon-clean {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 35% 30%, #176248, #0f4c3a);
  color: #d2ad62;
  font-size: 2rem;
  box-shadow: 0 8px 18px rgba(15, 76, 58, 0.18);
}

.ov-national-note {
  margin-top: 1rem;
  color: #263b34;
  font-weight: 700;
  line-height: 1.5;
}

.ov-license-table-card table,
.license-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

.ov-license-table-card th,
.ov-license-table-card td,
.license-table th,
.license-table td {
  padding: 0.95rem 1rem;
  border-bottom: 1px solid rgba(202, 166, 92, 0.25);
  text-align: left;
}

.ov-license-table-card th,
.license-table th {
  background: rgba(247, 241, 230, 0.95);
  color: #0f4c3a;
}

@media (max-width: 1050px) {
  .ov-bio-shell {
    grid-template-columns: 1fr;
  }

  .ov-bio-sidebar {
    position: static;
  }

  .ov-profile-card {
    max-width: 520px;
    margin: 0 auto;
  }

  .ov-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .ov-bio-page {
    padding: 1.25rem 0.9rem 3rem;
  }

  .ov-profile-card h1 {
    white-space: normal;
    font-size: clamp(3rem, 14vw, 4.2rem);
  }

  .ov-state-grid-clean {
    grid-template-columns: 1fr;
  }

  .ov-state-note-clean {
    grid-template-columns: 1fr;
  }
}


/* OakVale FINAL v2.4 Publish Changes */
.ov-final-bio {
  background: #fbf8ef;
  padding: 2.25rem 1.25rem 4rem;
}

.ov-final-bio .ov-bio-shell {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 2.75rem;
  align-items: start;
}

.ov-final-bio .ov-bio-sidebar {
  position: sticky;
  top: 105px;
}

.ov-final-bio .ov-profile-card,
.ov-final-bio .ov-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(202, 166, 92, 0.32);
  border-radius: 26px;
  box-shadow: 0 18px 48px rgba(15, 76, 58, 0.08);
}

.ov-final-bio .ov-profile-card {
  padding: 1.55rem;
  overflow: visible;
}

.ov-final-bio .ov-profile-card img {
  width: 100%;
  display: block;
  border-radius: 20px;
  margin-bottom: 1.35rem;
}

.ov-final-bio .ov-profile-card h1 {
  color: #0f4c3a;
  font-size: clamp(2.55rem, 3.7vw, 3.75rem);
  line-height: 1;
  letter-spacing: -0.045em;
  margin: 0 0 1.1rem;
  white-space: nowrap;
  overflow: visible;
}

.ov-final-bio .ov-role {
  margin: 0 0 1rem;
  line-height: 1.45;
}

.ov-final-bio .ov-sidebar-states {
  display: flex;
  flex-wrap: wrap;
  gap: 0.36rem;
  align-items: center;
  margin: 0.7rem 0 1.1rem;
}

.ov-final-bio .ov-sidebar-label {
  width: 100%;
  color: #263b34;
  font-weight: 700;
}

.ov-final-bio .ov-sidebar-states span:not(.ov-sidebar-label) {
  display: inline-grid;
  place-items: center;
  min-width: 2.05rem;
  padding: 0.18rem 0.4rem;
  border-radius: 999px;
  background: rgba(247, 241, 230, 0.92);
  border: 1px solid rgba(202, 166, 92, 0.46);
  color: #0f4c3a;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.ov-final-bio .ov-profile-contact {
  padding: 1rem 0;
  margin: 0.25rem 0 1rem;
  border-top: 1px solid rgba(202, 166, 92, 0.28);
  border-bottom: 1px solid rgba(202, 166, 92, 0.28);
}

.ov-final-bio .ov-profile-contact h3 {
  margin: 0 0 0.45rem;
  color: #0f4c3a;
  font-size: 1.05rem;
}

.ov-final-bio .ov-profile-contact p {
  margin: 0;
  line-height: 1.55;
}

.ov-final-bio .ov-focus {
  line-height: 1.55;
  margin: 0 0 1.1rem;
}

.ov-final-bio .ov-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 999px;
  padding: 0.92rem 1rem;
  margin-top: 0.75rem;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
}

.ov-final-bio .ov-button-gold {
  background: #caa65c;
  color: #0f4c3a;
}

.ov-final-bio .ov-button-green {
  background: #0f4c3a;
  color: #ffffff;
}

.ov-final-bio .ov-bio-content {
  display: grid;
  gap: 1.75rem;
}

.ov-final-bio .ov-card {
  padding: clamp(1.55rem, 3vw, 2.2rem);
}

.ov-final-bio .eyebrow {
  color: #caa65c;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 0.65rem;
}

.ov-final-bio .ov-bio-intro h2,
.ov-final-bio .ov-card h2 {
  color: #0f4c3a;
  margin: 0 0 1rem;
  font-size: clamp(2.15rem, 4vw, 3.1rem);
  line-height: 1.02;
}

.ov-final-bio .ov-bio-intro p {
  font-size: 1.03rem;
  line-height: 1.75;
  margin: 0 0 1.05rem;
}

.ov-final-bio .ov-state-grid-clean {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1rem 0 1.15rem;
}

.ov-final-bio .ov-state-card-clean {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 58px;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(202, 166, 92, 0.38);
  border-radius: 16px;
  background: rgba(247, 241, 230, 0.78);
  color: #263b34;
}

.ov-final-bio .ov-state-card-clean span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0f4c3a 0%, #0f4c3a 62%, #caa65c 63%, #caa65c 100%);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  flex: 0 0 auto;
}

.ov-final-bio .ov-state-card-clean strong {
  color: #0f4c3a;
}

.ov-final-bio .ov-state-note-clean {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  margin-top: 1.1rem;
  padding: 1.05rem 1.15rem;
  border-radius: 18px;
  background: rgba(247, 241, 230, 0.82);
  border: 1px solid rgba(202, 166, 92, 0.4);
}

.ov-final-bio .ov-pin-icon-clean {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 35% 30%, #176248, #0f4c3a);
  color: #d2ad62;
  font-size: 2rem;
  box-shadow: 0 8px 18px rgba(15, 76, 58, 0.18);
}

.ov-final-bio .ov-national-note {
  margin-top: 1rem;
  color: #263b34;
  font-weight: 700;
  line-height: 1.5;
}

.ov-final-bio .ov-final-cta-card {
  background: linear-gradient(135deg, rgba(15, 76, 58, 0.97), rgba(15, 76, 58, 0.9));
  color: #ffffff;
}

.ov-final-bio .ov-final-cta-card h2 {
  color: #ffffff;
}

.ov-final-bio .ov-final-cta-card p {
  color: rgba(255,255,255,0.92);
  font-size: 1.05rem;
  line-height: 1.65;
}

.ov-final-bio .ov-cta-inline {
  width: fit-content;
  min-width: 280px;
  background: #caa65c;
  color: #0f4c3a;
}

.ov-final-bio .ov-license-table-card table,
.ov-final-bio .license-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

.ov-final-bio .ov-license-table-card th,
.ov-final-bio .ov-license-table-card td,
.ov-final-bio .license-table th,
.ov-final-bio .license-table td {
  padding: 0.95rem 1rem;
  border-bottom: 1px solid rgba(202, 166, 92, 0.25);
  text-align: left;
}

.ov-final-bio .ov-license-table-card th,
.ov-final-bio .license-table th {
  background: rgba(247, 241, 230, 0.95);
  color: #0f4c3a;
}

@media (max-width: 1050px) {
  .ov-final-bio .ov-bio-shell {
    grid-template-columns: 1fr;
  }

  .ov-final-bio .ov-bio-sidebar {
    position: static;
  }

  .ov-final-bio .ov-profile-card {
    max-width: 520px;
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  .ov-final-bio {
    padding: 1.25rem 0.9rem 3rem;
  }

  .ov-final-bio .ov-profile-card h1 {
    white-space: normal;
    font-size: clamp(3rem, 14vw, 4.2rem);
  }

  .ov-final-bio .ov-state-grid-clean {
    grid-template-columns: 1fr;
  }

  .ov-final-bio .ov-state-note-clean {
    grid-template-columns: 1fr;
  }

  .ov-final-bio .ov-cta-inline {
    width: 100%;
    min-width: 0;
  }
}

.ov-focus{display:none!important}.ov-national-note{display:none!important}


/* OakVale Bio Rebuild v2.7 - clean final structure */
.bio2-page {
  background: #fbf8ef;
  padding: 2.25rem 1.25rem 4rem;
}

.bio2-shell {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 2.75rem;
  align-items: start;
}

.bio2-sidebar {
  position: sticky;
  top: 105px;
}

.bio2-profile-card,
.bio2-card {
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(202,166,92,0.34);
  border-radius: 26px;
  box-shadow: 0 18px 48px rgba(15,76,58,0.08);
}

.bio2-profile-card {
  padding: 1.55rem;
  overflow: visible;
}

.bio2-brand {
  width: 100%;
  max-width: 230px;
  display: block;
  margin: 0 auto 1.2rem;
}

.bio2-portrait {
  width: 100%;
  display: block;
  border-radius: 20px;
  margin: 0 0 1.3rem;
}

.bio2-profile-card h1 {
  color: #0f4c3a;
  font-size: clamp(2.5rem, 3.75vw, 3.65rem);
  line-height: 1;
  letter-spacing: -0.045em;
  margin: 0 0 1.1rem;
  white-space: nowrap;
}

.bio2-role {
  margin: 0 0 1rem;
  line-height: 1.45;
}

.bio2-license-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.36rem;
  align-items: center;
  margin: 0.7rem 0 1.1rem;
}

.bio2-chip-label {
  width: 100%;
  color: #263b34;
  font-weight: 700;
}

.bio2-license-chips span:not(.bio2-chip-label) {
  display: inline-grid;
  place-items: center;
  min-width: 2.05rem;
  padding: 0.18rem 0.4rem;
  border-radius: 999px;
  background: rgba(247,241,230,0.92);
  border: 1px solid rgba(202,166,92,0.46);
  color: #0f4c3a;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.bio2-contact {
  padding: 1rem 0;
  margin: 0.25rem 0 1rem;
  border-top: 1px solid rgba(202,166,92,0.28);
  border-bottom: 1px solid rgba(202,166,92,0.28);
}

.bio2-contact h3 {
  margin: 0 0 0.45rem;
  color: #0f4c3a;
  font-size: 1.05rem;
}

.bio2-contact p {
  margin: 0;
  line-height: 1.55;
}

.bio2-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 999px;
  padding: 0.92rem 1rem;
  margin-top: 0.75rem;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
}

.bio2-button-gold {
  background: #caa65c;
  color: #0f4c3a;
}

.bio2-button-green {
  background: #0f4c3a;
  color: #fff;
}

.bio2-content {
  display: grid;
  gap: 1.75rem;
}

.bio2-card {
  padding: clamp(1.55rem,3vw,2.25rem);
}

.bio2-eyebrow {
  color: #caa65c;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 0.65rem;
}

.bio2-card h2 {
  color: #0f4c3a;
  margin: 0 0 1rem;
  font-size: clamp(2.15rem,4vw,3.1rem);
  line-height: 1.02;
}

.bio2-story p {
  font-size: 1.03rem;
  line-height: 1.75;
  margin: 0 0 1.05rem;
}

.bio2-trust-row {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 0.85rem;
}

.bio2-trust-item {
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(202,166,92,0.34);
  border-radius: 18px;
  padding: 1rem;
  box-shadow: 0 12px 30px rgba(15,76,58,0.05);
}

.bio2-trust-item strong {
  display: block;
  color: #0f4c3a;
  font-size: 1.05rem;
}

.bio2-trust-item span {
  display: block;
  color: #263b34;
  font-size: 0.9rem;
  margin-top: 0.15rem;
}

.bio-state-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 1rem 1.15rem;
  margin: 1.35rem 0;
}

.bio-state-card {
  display: grid;
  grid-template-columns: 86px 1fr auto;
  align-items: center;
  min-height: 92px;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(202,166,92,0.38);
  border-radius: 18px;
  background: rgba(255,252,246,0.84);
  color: #0f4c3a;
  box-shadow: 0 8px 22px rgba(15,76,58,0.04);
}

.bio-state-icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 68px;
  color: #0f4c3a;
}

.bio-state-icon svg {
  width: 76px;
  height: 66px;
  display: block;
  fill: currentColor;
  filter: drop-shadow(0 4px 5px rgba(15,76,58,0.13));
}

.bio-state-card strong {
  color: #0f4c3a;
  font-size: clamp(1.18rem,1.9vw,1.45rem);
  line-height: 1.1;
}

.bio-state-chevron {
  color: #caa65c;
  font-size: 2.15rem;
  line-height: 1;
  font-weight: 300;
}

.bio-oak-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.1rem;
  margin: 1.35rem 0;
}

.bio-oak-divider span {
  height: 1px;
  background: rgba(202,166,92,0.52);
}

.bio-oak-divider img {
  width: 42px;
  max-height: 30px;
  object-fit: contain;
}

.bio-need-state {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  align-items: center;
  padding: 1.35rem 1.5rem;
  border-radius: 22px;
  border: 1px solid rgba(202,166,92,0.36);
  background: rgba(255,252,246,0.84);
  color: #263b34;
}

.bio-need-state strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #0f4c3a;
  font-size: 1.15rem;
}

.bio-need-state p {
  margin: 0;
  line-height: 1.55;
}

.bio-pin-circle {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 30%,#176248,#0f4c3a);
  color: #d2ad62;
  box-shadow: 0 10px 22px rgba(15,76,58,0.18);
}

.bio-pin-circle svg {
  width: 42px;
  height: 42px;
  display: block;
}

.bio-pin-circle path,
.bio-pin-circle circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bio2-cta {
  background: linear-gradient(135deg,rgba(15,76,58,0.97),rgba(15,76,58,0.9));
  color: #fff;
}

.bio2-cta h2 {
  color: #fff;
}

.bio2-cta p {
  color: rgba(255,255,255,0.92);
  line-height: 1.65;
}

.bio2-cta-button {
  width: fit-content;
  min-width: 300px;
}

.bio2-license-table table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

.bio2-license-table th,
.bio2-license-table td {
  padding: 0.95rem 1rem;
  border-bottom: 1px solid rgba(202,166,92,0.25);
  text-align: left;
}

.bio2-license-table th {
  background: rgba(247,241,230,0.95);
  color: #0f4c3a;
}

@media (max-width: 1050px) {
  .bio2-shell {
    grid-template-columns: 1fr;
  }
  .bio2-sidebar {
    position: static;
  }
  .bio2-profile-card {
    max-width: 520px;
    margin: 0 auto;
  }
  .bio2-trust-row {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 760px) {
  .bio2-page {
    padding: 1.25rem 0.9rem 3rem;
  }
  .bio2-profile-card h1 {
    white-space: normal;
    font-size: clamp(3rem,14vw,4.2rem);
  }
  .bio-state-grid,
  .bio2-trust-row {
    grid-template-columns: 1fr;
  }
  .bio-need-state {
    grid-template-columns: 1fr;
  }
  .bio2-cta-button {
    width: 100%;
    min-width: 0;
  }
}

/* OakVale FINAL v2.9 true vector state silhouettes */
.bio-state-grid-vector {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1rem 1.15rem !important;
  margin: 1.35rem 0 !important;
}

.bio-state-card-vector {
  display: grid !important;
  grid-template-columns: 92px 1fr auto !important;
  align-items: center !important;
  min-height: 92px !important;
  gap: 1rem !important;
  padding: 1rem 1.15rem !important;
  border: 1px solid rgba(202,166,92,0.38) !important;
  border-radius: 18px !important;
  background: rgba(255,252,246,0.84) !important;
  color: #0f4c3a !important;
  box-shadow: 0 8px 22px rgba(15,76,58,0.04) !important;
}

.bio-state-icon-vector {
  width: 82px !important;
  height: 68px !important;
  display: grid !important;
  place-items: center !important;
}

.bio-state-icon-vector img {
  display: block !important;
  max-width: 78px !important;
  max-height: 68px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 4px 5px rgba(15,76,58,0.13)) !important;
}

.bio-state-card-vector strong {
  color: #0f4c3a !important;
  font-size: clamp(1.18rem,1.9vw,1.45rem) !important;
  line-height: 1.1 !important;
}

.bio-state-card-vector .bio-state-chevron {
  color: #caa65c !important;
  font-size: 2.15rem !important;
  line-height: 1 !important;
  font-weight: 300 !important;
}

@media (max-width: 760px) {
  .bio-state-grid-vector {
    grid-template-columns: 1fr !important;
  }
}


/* OakVale v3.0 launch candidate - curated state SVG silhouettes */
.bio-state-grid-vector {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1rem 1.15rem !important;
  margin: 1.35rem 0 !important;
}

.bio-state-card-vector {
  display: grid !important;
  grid-template-columns: 92px 1fr auto !important;
  align-items: center !important;
  min-height: 92px !important;
  gap: 1rem !important;
  padding: 1rem 1.15rem !important;
  border: 1px solid rgba(202,166,92,0.38) !important;
  border-radius: 18px !important;
  background: rgba(255,252,246,0.84) !important;
  color: #0f4c3a !important;
  box-shadow: 0 8px 22px rgba(15,76,58,0.04) !important;
}

.bio-state-icon-vector {
  width: 82px !important;
  height: 68px !important;
  display: grid !important;
  place-items: center !important;
}

.bio-state-icon-vector img {
  display: block !important;
  max-width: 78px !important;
  max-height: 68px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 4px 5px rgba(15,76,58,0.13)) !important;
}

.bio-state-card-vector strong {
  color: #0f4c3a !important;
  font-size: clamp(1.18rem,1.9vw,1.45rem) !important;
  line-height: 1.1 !important;
}

.bio-state-card-vector .bio-state-chevron {
  color: #caa65c !important;
  font-size: 2.15rem !important;
  line-height: 1 !important;
  font-weight: 300 !important;
}

@media (max-width: 760px) {
  .bio-state-grid-vector {
    grid-template-columns: 1fr !important;
  }
}


/* OakVale v3.1 professional state SVG source lock */
.bio-state-grid-vector {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1rem 1.15rem !important;
  margin: 1.35rem 0 !important;
}

.bio-state-card-vector {
  display: grid !important;
  grid-template-columns: 92px 1fr auto !important;
  align-items: center !important;
  min-height: 92px !important;
  gap: 1rem !important;
  padding: 1rem 1.15rem !important;
  border: 1px solid rgba(202,166,92,0.38) !important;
  border-radius: 18px !important;
  background: rgba(255,252,246,0.84) !important;
  color: #0f4c3a !important;
  box-shadow: 0 8px 22px rgba(15,76,58,0.04) !important;
}

.bio-state-icon-vector {
  width: 82px !important;
  height: 68px !important;
  display: grid !important;
  place-items: center !important;
}

.bio-state-icon-vector img {
  display: block !important;
  max-width: 78px !important;
  max-height: 68px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  filter: brightness(0) saturate(100%) invert(22%) sepia(22%) saturate(1374%) hue-rotate(111deg) brightness(91%) contrast(92%) drop-shadow(0 4px 5px rgba(15,76,58,0.13)) !important;
}

.bio-state-card-vector strong {
  color: #0f4c3a !important;
  font-size: clamp(1.18rem,1.9vw,1.45rem) !important;
  line-height: 1.1 !important;
}

.bio-state-card-vector .bio-state-chevron {
  color: #caa65c !important;
  font-size: 2.15rem !important;
  line-height: 1 !important;
  font-weight: 300 !important;
}

@media (max-width: 760px) {
  .bio-state-grid-vector {
    grid-template-columns: 1fr !important;
  }
}


/* OakVale v3.1.1 final responsive polish */
.bio-oak-divider img {
  width: 44px !important;
  max-height: 30px !important;
  object-fit: contain !important;
}

/* Tablet polish: profile card does not need repeated nav branding. */
@media (max-width: 1199px) {
  .bio2-profile-card .bio2-brand {
    display: none !important;
  }

  .bio2-shell {
    grid-template-columns: 1fr !important;
  }

  .bio2-sidebar {
    position: static !important;
  }

  .bio2-profile-card {
    max-width: 520px !important;
    margin: 0 auto !important;
  }

  .bio2-profile-card h1 {
    margin-top: 0 !important;
  }
}

/* Mobile/tablet: if the profile portrait was removed because it was a duplicate logo, spacing remains clean. */
.bio2-profile-card h1:first-child,
.bio2-profile-card .bio2-brand + h1 {
  margin-top: 0 !important;
}

/* Keep state section exactly as approved while ensuring it stacks cleanly on smaller screens. */
@media (max-width: 760px) {
  .bio-state-grid-vector {
    grid-template-columns: 1fr !important;
  }

  .bio-need-state {
    grid-template-columns: 1fr !important;
  }
}


/* OakVale v3.1.2 carrier logo update */
.carrier-access-section {
  padding: clamp(3.5rem, 7vw, 6rem) 1.25rem;
}

.carrier-access-section .section-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.carrier-access-section .section-heading {
  max-width: 820px;
  margin: 0 auto 2rem;
  text-align: center;
}

.carrier-access-section .section-heading .eyebrow {
  color: #caa65c;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 800;
  display: inline-block;
  margin-bottom: 0.65rem;
}

.carrier-access-section .section-heading h2 {
  color: #0f4c3a;
  margin: 0 0 0.85rem;
  font-size: clamp(2.15rem, 4vw, 3.25rem);
  line-height: 1.04;
}

.carrier-access-section .section-heading p {
  margin: 0 auto;
  color: #263b34;
  font-size: 1.05rem;
  line-height: 1.65;
}

.carrier-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.logo-card.carrier-logo-card {
  min-height: 132px;
  padding: 1.35rem;
  border: 1px solid rgba(202, 166, 92, 0.32);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 36px rgba(15, 76, 58, 0.06);
  display: grid;
  place-items: center;
  transition: border-color 250ms ease, box-shadow 250ms ease, transform 250ms ease;
}

.logo-card.carrier-logo-card img {
  display: block;
  max-width: 100%;
  width: auto;
  max-height: 58px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.75;
  transition: filter 250ms ease, opacity 250ms ease, transform 250ms ease;
}

.logo-card.carrier-logo-card:hover,
.logo-card.carrier-logo-card:focus-within {
  border-color: rgba(202, 166, 92, 0.55);
  box-shadow: 0 18px 42px rgba(15, 76, 58, 0.10);
  transform: translateY(-2px);
}

.logo-card.carrier-logo-card:hover img,
.logo-card.carrier-logo-card:focus-within img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.03);
}

@media (max-width: 1050px) {
  .carrier-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .carrier-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .logo-card.carrier-logo-card {
    min-height: 104px;
    padding: 1rem;
    border-radius: 18px;
  }

  .logo-card.carrier-logo-card img {
    max-height: 44px;
  }
}


/* OakVale v3.1.4 carrier logo fixed section */
.carrier-access-section {
  padding: clamp(3.5rem, 7vw, 6rem) 1.25rem;
}

.carrier-access-section .section-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.carrier-access-section .section-heading {
  max-width: 760px;
  margin: 0 0 2rem;
  text-align: left;
}

.carrier-access-section .section-heading .eyebrow {
  color: #caa65c;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 800;
  display: inline-block;
  margin-bottom: 0.65rem;
}

.carrier-access-section .section-heading h2 {
  color: #0f4c3a;
  margin: 0 0 0.85rem;
  font-size: clamp(2.15rem, 4vw, 3.25rem);
  line-height: 1.04;
}

.carrier-access-section .section-heading p {
  margin: 0;
  color: #263b34;
  font-size: 1.05rem;
  line-height: 1.65;
}

.carrier-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.logo-card.carrier-logo-card {
  min-height: 132px;
  padding: 1.35rem;
  border: 1px solid rgba(202, 166, 92, 0.32);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 36px rgba(15, 76, 58, 0.06);
  display: grid;
  place-items: center;
  transition: border-color 250ms ease, box-shadow 250ms ease, transform 250ms ease;
}

.logo-card.carrier-logo-card img {
  display: block;
  max-width: 100%;
  width: auto;
  max-height: 58px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.75;
  transition: filter 250ms ease, opacity 250ms ease, transform 250ms ease;
}

.logo-card.carrier-logo-card:hover,
.logo-card.carrier-logo-card:focus-within {
  border-color: rgba(202, 166, 92, 0.55);
  box-shadow: 0 18px 42px rgba(15, 76, 58, 0.10);
  transform: translateY(-2px);
}

.logo-card.carrier-logo-card:hover img,
.logo-card.carrier-logo-card:focus-within img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.03);
}

.carrier-access-section .independence-note {
  margin-top: 1.75rem;
  padding: 1.55rem 1.8rem;
  border: 1px solid rgba(202,166,92,0.32);
  border-left: 6px solid #caa65c;
  border-radius: 20px;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 14px 36px rgba(15,76,58,0.05);
}

.carrier-access-section .independence-note h3 {
  margin: 0 0 0.85rem;
  color: #0f4c3a;
}

.carrier-access-section .independence-note p {
  margin: 0 0 0.85rem;
  line-height: 1.65;
}

@media (max-width: 1050px) {
  .carrier-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .carrier-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .logo-card.carrier-logo-card {
    min-height: 104px;
    padding: 1rem;
    border-radius: 18px;
  }

  .logo-card.carrier-logo-card img {
    max-height: 44px;
  }
}


/* OakVale v3.1.5 carrier logo asset + sizing fix */
.logo-card.carrier-logo-card {
  min-height: 132px;
}

.logo-card.carrier-logo-card img {
  max-width: 82%;
  max-height: 52px;
}

.logo-card.carrier-logo-card img.logo-axi { max-height: 42px; max-width: 70%; }
.logo-card.carrier-logo-card img.logo-corebridge { max-height: 48px; max-width: 84%; }
.logo-card.carrier-logo-card img.logo-delaware { max-height: 46px; max-width: 82%; }
.logo-card.carrier-logo-card img.logo-american-equity { max-height: 50px; max-width: 88%; }
.logo-card.carrier-logo-card img.logo-nationwide { max-height: 48px; max-width: 86%; }
.logo-card.carrier-logo-card img.logo-americo { max-height: 46px; max-width: 84%; }
.logo-card.carrier-logo-card img.logo-north-american { max-height: 54px; max-width: 88%; }
.logo-card.carrier-logo-card img.logo-aspida { max-height: 46px; max-width: 82%; }
.logo-card.carrier-logo-card img.logo-ibexis { max-height: 46px; max-width: 82%; }
.logo-card.carrier-logo-card img.logo-fg { max-height: 44px; max-width: 72%; }
.logo-card.carrier-logo-card img.logo-athene { max-height: 48px; max-width: 84%; }

@media (max-width: 700px) {
  .logo-card.carrier-logo-card img { max-height: 40px; max-width: 84%; }
  .logo-card.carrier-logo-card img.logo-axi { max-height: 34px; }
  .logo-card.carrier-logo-card img.logo-north-american { max-height: 44px; }
}


/* OakVale v3.1.6 carrier placeholders */
.logo-card.carrier-logo-card .carrier-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f4c3a;
  font-weight: 900;
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.1;
  filter: grayscale(100%);
  opacity: 0.75;
  transition: filter 250ms ease, opacity 250ms ease, transform 250ms ease;
}

.logo-card.carrier-logo-card:hover .carrier-placeholder,
.logo-card.carrier-logo-card:focus-within .carrier-placeholder {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.03);
}


/* OakVale v3.1.7 verified carrier placeholders */
.logo-card.carrier-logo-card .carrier-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f4c3a;
  font-weight: 900;
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.1;
  filter: grayscale(100%);
  opacity: 0.75;
  transition: filter 250ms ease, opacity 250ms ease, transform 250ms ease;
}

.logo-card.carrier-logo-card:hover .carrier-placeholder,
.logo-card.carrier-logo-card:focus-within .carrier-placeholder {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.03);
}
