:root {
  --bio-purple: #6d508d;
  --bio-purple-dark: #4f376d;
  --bio-gold: #da9634;
  --bio-ivory: #fffdf8;
  --bio-white: #fff;
  --bio-text: #2d2930;
  --bio-muted: #6e6871;
  --bio-border: rgba(109, 80, 141, 0.16);
  --bio-shadow: 0 20px 55px rgba(45, 41, 48, 0.1);
  --bio-shadow-soft: 0 18px 45px rgba(45, 41, 48, 0.08);
  --bio-radius: 28px;
  --bio-radius-md: 18px;
  --bio-container: 1280px;
  --bio-gutter: clamp(20px, 3.2vw, 48px);
  --bio-section-space: clamp(76px, 8vw, 128px);
  --bio-wide: min(calc(100% - (var(--bio-gutter) * 2)), var(--bio-container));
}

html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
*, *::before, *::after { box-sizing: border-box; }
body, button, input, textarea { -webkit-font-smoothing: antialiased; }
a { text-underline-offset: 0.18em; }
img { max-width: 100%; height: auto; }
h1, h2, h3, h4 { word-break: normal; overflow-wrap: normal; hyphens: none; }

.bio-main { margin: 0; }
.bio-page-main { max-width: none !important; padding: 0; }
.bio-page-main > .wp-block-post-content { margin: 0; }

.bio-site-header {
  position: sticky;
  z-index: 50;
  top: var(--wp-admin--admin-bar--height, 0);
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid var(--bio-border);
  background: rgba(255, 253, 248, 0.96);
  backdrop-filter: blur(14px);
}
.bio-header-inner { width: var(--bio-wide); min-height: 72px; max-width: none !important; margin: auto; gap: clamp(22px, 3vw, 42px); }
.bio-brand { display: inline-flex; flex: 0 0 auto; align-items: center; line-height: 0; }
.bio-brand img { display: block; width: 190px; max-height: 68px; object-fit: contain; }
.bio-main-nav { font-size: 0.9rem; font-weight: 700; }
.bio-main-nav .wp-block-navigation__container { gap: clamp(18px, 1.8vw, 28px); }
.bio-main-nav .wp-block-navigation-item__content { color: var(--bio-text); text-decoration: none; }
.bio-main-nav .wp-block-navigation-item__content:hover { color: var(--bio-purple); }
.bio-main-nav .bio-nav-cta > .wp-block-navigation-item__content {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  padding: 0.72rem 1.45rem;
  border-radius: 999px;
  background: var(--bio-purple);
  color: var(--bio-white);
}
.bio-main-nav .bio-nav-cta > .wp-block-navigation-item__content:hover { background: var(--bio-purple-dark); color: var(--bio-white); }

.bio-section,
.bio-page-hero,
.bio-home-hero {
  margin: 0;
  padding: var(--bio-section-space) 0;
}
.bio-section > *,
.bio-page-hero > *,
.bio-home-hero > * { width: var(--bio-wide); margin-right: auto; margin-left: auto; }
.bio-section > * + *,
.bio-page-hero > * + * { margin-top: 1.25rem; }

.bio-home-hero {
  position: relative;
  min-height: min(790px, calc(100svh - 88px));
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(218, 150, 52, 0.16), transparent 30%),
    linear-gradient(135deg, #fffdf8 0%, #f5eef9 100%);
}
.bio-home-hero::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -180px;
  bottom: -180px;
  border: 1px solid rgba(109, 80, 141, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(109, 80, 141, 0.04), 0 0 0 96px rgba(109, 80, 141, 0.03);
}
.bio-hero-columns,
.bio-feature-columns {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  align-items: center !important;
  gap: clamp(48px, 6vw, 96px);
}
.bio-hero-columns > .wp-block-column,
.bio-feature-columns > .wp-block-column { min-width: 0; }
.bio-home-hero .wp-block-column:first-child { position: relative; z-index: 2; }
.bio-home-hero .wp-block-column:last-child { position: relative; z-index: 1; }
.bio-home-hero .wp-block-column:last-child::before {
  content: "";
  position: absolute;
  inset: -18px 22% 18px -18px;
  z-index: -1;
  border: 2px solid var(--bio-gold);
  border-radius: 42% 58% 44% 56% / 58% 38% 62% 42%;
}
.bio-display { max-width: 11ch; margin: 0.35rem 0 1.5rem; font-size: clamp(4rem, 7vw, 7rem) !important; line-height: .92 !important; letter-spacing: -0.045em; text-wrap: balance; word-break: normal; overflow-wrap: normal; hyphens: none; }
.bio-hero-kicker { max-width: 18ch; margin: 0 0 1rem; color: var(--bio-text) !important; font-family: var(--wp--preset--font-family--serif); font-size: clamp(1.45rem, 2.5vw, 2.3rem) !important; font-weight: 500 !important; }
.bio-lead { max-width: 70ch; color: var(--bio-muted); font-size: clamp(1.08rem, 1.45vw, 1.35rem); line-height: 1.58; }
.bio-home-hero .bio-lead { max-width: 600px; }
.bio-eyebrow { margin: 0 0 1rem; color: var(--bio-gold); font-size: 0.8rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.bio-on-dark { color: #f1c57e !important; }

.bio-hero-image img,
.bio-rounded-image img,
.bio-card-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: var(--bio-radius);
}
.bio-hero-image { margin: 0; }
.bio-hero-image img { height: clamp(540px, 45vw, 650px); box-shadow: var(--bio-shadow-soft); }
.bio-rounded-image img { aspect-ratio: 4 / 3; max-height: 560px; box-shadow: var(--bio-shadow-soft); }
.bio-card-image { margin: -24px -24px 20px !important; }
.bio-card-image img { aspect-ratio: 16 / 10; border-radius: var(--bio-radius) var(--bio-radius) 12px 12px; }

.bio-buttons { gap: 12px; margin-top: 2rem; }
.wp-block-button__link { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .78rem 1.65rem; }
.wp-block-button__link { transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease; }
.wp-block-button__link:hover { transform: translateY(-2px); background: var(--bio-purple-dark); }
.wp-block-button.is-style-outline .wp-block-button__link { border: 1px solid var(--bio-purple); background: transparent; color: var(--bio-purple); }
.wp-block-button.is-style-outline .wp-block-button__link:hover { background: var(--bio-purple); color: var(--bio-white); }

.bio-intro { text-align: center; }
.bio-intro h2 { max-width: 18ch; }
.bio-intro p { max-width: 850px; }
.bio-intro .bio-buttons { justify-content: center; }
.bio-tinted { background: #f4eff7; }
.bio-centered { text-align: center; }
.bio-centered .bio-buttons { justify-content: center; }

.bio-card-grid { display: grid !important; align-items: stretch !important; gap: 20px; }
.bio-card-grid > .wp-block-column { min-width: 0; }
.bio-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bio-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bio-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.bio-five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.bio-six { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bio-card {
  height: 100%;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--bio-border);
  border-radius: var(--bio-radius-md);
  background: var(--bio-white);
  box-shadow: 0 8px 28px rgba(45, 41, 48, 0.06);
}
.bio-card > * { width: auto; }
.bio-card h2,
.bio-card h3 { margin: 0.3rem 0 0.7rem; }
.bio-card p:last-child { margin-bottom: 0; }
.bio-card-number { margin: 0; color: var(--bio-gold); font-size: 2.2rem; font-family: var(--wp--preset--font-family--serif); font-weight: 700; }
.bio-note { box-sizing: border-box; margin-top: 2rem !important; padding: 20px 24px; border-left: 4px solid var(--bio-gold); background: var(--bio-white); color: var(--bio-muted); }
.bio-quote { max-width: 900px; margin-top: 3rem !important; color: var(--bio-purple); font-family: var(--wp--preset--font-family--serif); font-size: clamp(1.5rem, 3vw, 2.4rem); font-style: italic; text-align: center; }

.bio-purple-section,
.bio-join-section {
  position: relative;
  overflow: hidden;
  background: var(--bio-purple);
  color: var(--bio-white);
}
.bio-purple-section h2,
.bio-purple-section h3,
.bio-join-section h2,
.bio-join-section h3 { color: var(--bio-white); }
.bio-purple-section .wp-block-button__link,
.bio-join-section .wp-block-button__link { background: var(--bio-gold); color: var(--bio-text); }
.bio-purple-section .wp-block-button__link:hover,
.bio-join-section .wp-block-button__link:hover { background: #efb457; }
.bio-purple-section .wp-block-button.is-style-outline .wp-block-button__link,
.bio-join-section .wp-block-button.is-style-outline .wp-block-button__link { border-color: var(--bio-white); background: transparent; color: var(--bio-white); }
.bio-join-section { text-align: center; }
.bio-join-section::before { content: ""; position: absolute; inset: 14% auto auto -85px; width: 240px; height: 240px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 40px rgba(255,255,255,.025), 0 0 0 80px rgba(255,255,255,.02); }
.bio-join-section > * { position: relative; max-width: 850px; }
.bio-join-section .bio-buttons { justify-content: center; }

.bio-check-list { padding: 0; list-style: none; }
.bio-check-list li { position: relative; margin: 0.7rem 0; padding-left: 1.7rem; }
.bio-check-list li::before { content: ""; position: absolute; top: 0.58em; left: 0; width: 9px; height: 9px; border: 2px solid var(--bio-gold); border-radius: 50%; }

.bio-team-card { text-align: left; }
.bio-team-photo { width: 130px; margin: 0 0 18px !important; }
.bio-team-photo img { width: 130px; height: 130px; object-fit: cover; border: 4px solid #f3ebf7; border-radius: 50%; }
.bio-team-card h3 { font-size: 1.22rem; }
.bio-team-card p { color: var(--bio-muted); font-size: 0.94rem; }
.bio-team-grid { row-gap: 28px; }

.bio-page-hero {
  background:
    radial-gradient(circle at 90% 10%, rgba(218,150,52,.13), transparent 28%),
    linear-gradient(145deg, #f6eff8, #fffdf8 72%);
}
.bio-page-hero-simple { min-height: 430px; display: grid; align-items: center; text-align: center; }
.bio-page-hero-simple > * { max-width: 900px; }
.bio-page-hero h1 { max-width: 15ch; margin: 0; color: var(--bio-purple); font-size: clamp(2.8rem, 7vw, 6rem); letter-spacing: -0.045em; }
.bio-page-hero-simple h1,
.bio-page-hero-simple .bio-lead { margin-right: auto; margin-left: auto; }
.bio-page-hero .bio-rounded-image img { min-height: 400px; }
.bio-gallery { display: grid !important; grid-template-columns: 1.25fr .8fr 1fr; gap: 18px; }
.bio-gallery .wp-block-image { height: 100%; margin: 0; }
.bio-gallery img { height: 100%; min-height: 310px; }
.bio-legal { max-width: 900px; }
.bio-legal h2 { margin-top: 2.5rem; }

.bio-listing,
.bio-error { padding: clamp(70px, 10vw, 130px) 20px; }
.bio-post-card { margin: 1.5rem 0; padding: 24px; border: 1px solid var(--bio-border); border-radius: var(--bio-radius); background: var(--bio-white); }

.bio-site-footer { margin: 0; padding: clamp(64px, 7vw, 96px) 0 26px; background: #2d2930; color: rgba(255,255,255,.78); }
.bio-site-footer > * { width: var(--bio-wide); margin-right: auto; margin-left: auto; }
.bio-footer-grid { gap: 60px; }
.bio-footer-brand img { width: 215px; padding: 10px; border-radius: 14px; background: var(--bio-ivory); }
.bio-site-footer h3 { color: var(--bio-white); font-size: 1rem; }
.bio-footer-links { padding: 0; list-style: none; }
.bio-footer-links li { margin: 0.55rem 0; }
.bio-footer-links a { color: rgba(255,255,255,.8); text-decoration: none; }
.bio-footer-links a:hover { color: var(--bio-gold); }
.bio-footer-bottom { margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); font-size: 0.82rem; }
.bio-footer-bottom p { margin: 0; }

:focus-visible { outline: 3px solid var(--bio-gold); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

@media (max-width: 1099px) {
  .bio-main-nav { font-size: 0.8rem; }
  .bio-main-nav .wp-block-navigation__container { gap: 0.7rem; }
  .bio-hero-columns,
  .bio-feature-columns { grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr); gap: 40px; }
  .bio-five { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bio-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  .bio-main-nav .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none !important; }
  .bio-main-nav .wp-block-navigation__responsive-container-open { display: flex !important; width: 44px; height: 44px; align-items: center; justify-content: center; }
}

@media (max-width: 860px) {
  :root { --bio-section-space: clamp(68px, 9vw, 92px); --bio-radius: 22px; }
  .bio-site-header { padding: 6px 0; }
  .bio-header-inner { min-height: 66px; }
  .bio-brand img { width: 165px; max-height: 58px; }
  .wp-block-navigation__responsive-container.is-menu-open { padding: 28px; background: var(--bio-ivory); }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content { padding-top: 70px; }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container { align-items: stretch; gap: 8px; font-size: 1.25rem; }
  .wp-block-navigation__responsive-container.is-menu-open .bio-nav-cta > .wp-block-navigation-item__content { margin-top: 12px; text-align: center; }
  .bio-home-hero { min-height: auto; }
  .bio-hero-columns,
  .bio-feature-columns { grid-template-columns: 1fr; gap: 42px; }
  .bio-home-hero .bio-hero-columns { gap: 28px; }
  .bio-home-hero .bio-hero-columns > .wp-block-column:first-child { display: contents; }
  .bio-home-hero .bio-hero-columns > .wp-block-column:last-child { order: 3; margin: 10px 0 6px; }
  .bio-home-hero .bio-eyebrow { order: 1; }
  .bio-home-hero .bio-display { order: 2; }
  .bio-home-hero .bio-hero-kicker { order: 4; }
  .bio-home-hero .bio-lead { order: 5; }
  .bio-home-hero .bio-buttons { order: 6; }
  .bio-display { max-width: 12ch; margin-bottom: .65rem; font-size: clamp(3.4rem, 12vw, 5.8rem) !important; }
  .bio-hero-image img { width: 100%; height: clamp(360px, 62vw, 520px); }
  .bio-two, .bio-three, .bio-four, .bio-five, .bio-six { grid-template-columns: 1fr; }
  .bio-card-grid.bio-team-preview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bio-card-grid.bio-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bio-gallery { grid-template-columns: 1fr; }
  .bio-gallery img { min-height: 260px; }
  .bio-page-hero-simple { min-height: 360px; }
  .bio-page-hero h1 { font-size: clamp(2.7rem, 14vw, 4.8rem); }
  .bio-footer-grid { gap: 28px; }
}

@media (max-width: 600px) {
  :root { --bio-gutter: 22px; --bio-section-space: clamp(58px, 15vw, 72px); --bio-radius: 20px; }
  .bio-brand img { width: 154px; }
  .bio-display { font-size: clamp(3rem, 15vw, 3.875rem) !important; line-height: .95 !important; }
  .bio-hero-image img { height: auto; min-height: 0; aspect-ratio: 4 / 3; }
  .bio-page-hero h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
}

@media (max-width: 520px) {
  .bio-card-grid.bio-team-preview,
  .bio-card-grid.bio-team-grid { grid-template-columns: 1fr; }
  .bio-team-card { text-align: center; }
  .bio-team-photo { margin-right: auto !important; margin-left: auto !important; }
  .bio-buttons { align-items: stretch; flex-direction: column; }
  .bio-buttons .wp-block-button,
  .bio-buttons .wp-block-button__link { width: 100%; }
  .bio-footer-bottom { align-items: flex-start !important; flex-direction: column; }
}
