/*
Theme Name: Sterling Advisory Modern
Theme URI: https://sterlingadvisorygroup.com
Author: Sterling Advisory Group
Description: Native WordPress conversion of the Sterling Advisory Group modern website concept.
Version: 1.8.0
Text Domain: sterling-advisory-modern
*/




:root {
  --background: #f8f5ee;
  --foreground: #173345;
  --card: #ffffff;
  --card-foreground: #173345;
  --primary: #2f5972;
  --primary-foreground: #ffffff;
  --secondary: #e6ece8;
  --secondary-foreground: #244a38;
  --muted: #eeeae1;
  --muted-foreground: #62717a;
  --accent: #c7a86c;
  --accent-foreground: #173345;
  --border: #d9ddd8;
  --ring: #447058;
  --radius: .9rem;
}

.dark {
  --background: #102532;
  --foreground: #f8f5ee;
  --card: #173345;
  --card-foreground: #f8f5ee;
  --primary: #dce8ee;
  --primary-foreground: #173345;
  --secondary: #294c3c;
  --secondary-foreground: #f8f5ee;
  --muted: #213d4f;
  --muted-foreground: #b9c6cb;
  --accent: #c7a86c;
  --accent-foreground: #102532;
  --border: #35566a;
  --ring: #7fa78f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }

.site-header {
  min-height: 92px;
  display: grid;
  grid-template-columns: 240px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 10px clamp(24px, 5vw, 84px);
  border-bottom: 1px solid rgba(47, 89, 114, .14);
  background: rgba(248, 245, 238, .92);
  backdrop-filter: blur(16px);
  position: relative;
  z-index: 10;
}
.brand { display: inline-flex; width: 205px; height: 70px; overflow: hidden; align-items: center; }
.brand img { width: 100%; height: 104px; object-fit: contain; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(20px, 2.7vw, 42px); font-size: 13px; font-weight: 600; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: #447058; transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.login-link { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 650; white-space: nowrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 21px; background: #2f5972; color: #fff; border: 1px solid #2f5972; border-radius: 4px; font-size: 13px; font-weight: 700; letter-spacing: .01em; box-shadow: 0 8px 24px rgba(47,89,114,.15); transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #24475d; }
.button-small { padding: 12px 16px; }

.hero {
  min-height: calc(100vh - 151px);
  display: grid;
  grid-template-columns: minmax(380px, .86fr) minmax(520px, 1.14fr);
  align-items: center;
  overflow: hidden;
  position: relative;
}
.hero::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 48%; background-image: radial-gradient(#2f5972 0.55px, transparent .55px); background-size: 12px 12px; opacity: .11; mask-image: linear-gradient(90deg, #000, transparent 92%); }
.hero-copy { position: relative; z-index: 2; padding: 72px 5vw 76px max(28px, 7vw); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #447058; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow span { width: 35px; height: 1px; background: #447058; }
h1 { margin: 0; max-width: 650px; color: #173f56; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(58px, 6.3vw, 102px); line-height: .93; letter-spacing: -.055em; }
h1 em { display: block; color: #447058; font-weight: 400; }
.hero-lede { max-width: 600px; margin: 28px 0 0; color: #445b68; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.58; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-size: 13px; font-weight: 700; border-bottom: 1px solid rgba(47,89,114,.38); padding: 9px 0; }
.text-link span { color: #447058; }
.trust-row { display: flex; flex-wrap: wrap; gap: 17px 22px; margin-top: 42px; padding-top: 21px; border-top: 1px solid rgba(47,89,114,.17); color: #596a72; font-size: 11px; font-weight: 600; }
.trust-row span { display: flex; align-items: center; gap: 6px; }
.trust-row svg { color: #447058; }

.hero-art { align-self: stretch; position: relative; min-height: 620px; overflow: hidden; border-left: 1px solid rgba(47,89,114,.11); }
.hero-art::after { content: ''; position: absolute; inset: 0; box-shadow: inset 55px 0 70px #f8f5ee, inset 0 -50px 70px rgba(248,245,238,.55); pointer-events: none; }
.hero-art > img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; filter: saturate(.92) contrast(.98); }
.art-note { position: absolute; z-index: 2; right: clamp(22px, 4vw, 58px); bottom: 38px; display: flex; align-items: center; gap: 14px; padding: 15px 18px; background: rgba(255,255,255,.88); border: 1px solid rgba(47,89,114,.17); box-shadow: 0 18px 45px rgba(29,52,65,.13); backdrop-filter: blur(14px); }
.art-note-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #c7a86c; border-radius: 50%; color: #447058; font: 700 10px var(--font-geist-sans); }
.art-note p { margin: 0; color: #50616a; font: 11px/1.5 var(--font-geist-sans); }
.art-note strong { color: #173f56; font-size: 12px; }
.hero-footnote { min-height: 59px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 0 clamp(24px, 5vw, 84px); background: #173f56; color: rgba(255,255,255,.72); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.hero-footnote p { color: #fff; font-weight: 700; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 210px 1fr; }
  .desktop-nav { display: none; }
  .header-actions { justify-content: end; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-left: 5vw; }
  .hero-art { min-height: 590px; }
}

@media (max-width: 760px) {
  .site-header { min-height: 78px; grid-template-columns: 1fr auto; padding: 5px 20px; }
  .brand { width: 160px; height: 64px; }
  .brand img { height: 90px; }
  .login-link { display: none; }
  .button-small { padding: 10px 13px; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 58px 24px 42px; }
  h1 { font-size: clamp(55px, 17vw, 76px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 13px; }
  .hero-art { min-height: 440px; border-left: 0; border-top: 1px solid rgba(47,89,114,.11); }
  .hero-art::after { box-shadow: inset 0 35px 55px #f8f5ee; }
  .hero-art > img { object-position: 64% center; }
  .trust-row { gap: 12px 18px; }
  .hero-footnote { padding: 16px 24px; align-items: flex-start; flex-direction: column; }
  .hero-footnote p { margin: 0; }
}

/* Editorial sections */
.belief-section,
.founder-section,
.insights-section {
  padding: 120px clamp(24px, 7vw, 112px);
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #447058;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.section-kicker span {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border: 1px solid rgba(68,112,88,.45);
  border-radius: 50%;
  font-size: 9px;
  letter-spacing: 0;
}
.section-kicker.light { color: #bdd0c3; }
.section-kicker.light span { border-color: rgba(255,255,255,.35); }
.section-kicker.inverted { color: #c7a86c; }
.section-kicker.inverted span { border-color: rgba(199,168,108,.6); }

.belief-section {
  display: grid;
  grid-template-columns: .55fr 1.35fr .7fr;
  align-items: start;
  gap: clamp(40px, 6vw, 100px);
  background: #fff;
}
.belief-copy h2,
.section-heading-row h2,
.process-intro h2,
.founder-copy h2,
.testimonial-heading h2,
.contact-section h2 {
  margin: 20px 0 0;
  font: 400 clamp(43px, 5vw, 74px)/1.01 Georgia, 'Times New Roman', serif;
  letter-spacing: -.04em;
  color: #173f56;
}
.belief-copy h2 em,
.process-intro h2 em,
.contact-section h2 em { color: #447058; font-weight: 400; }
.belief-copy > p {
  max-width: 720px;
  margin: 28px 0 26px;
  color: #5b6d76;
  font-size: 17px;
  line-height: 1.8;
}
.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(47,89,114,.35);
  font-size: 12px;
  font-weight: 750;
}
.belief-aside {
  padding: 34px 0 0;
  color: #447058;
}
.belief-aside blockquote {
  margin: 26px 0;
  color: #617078;
  font: italic 20px/1.55 Georgia, 'Times New Roman', serif;
}
.sketch-line {
  width: 100%;
  height: 34px;
  border-top: 1px solid #c7a86c;
  border-radius: 50%;
  transform: rotate(-4deg);
  opacity: .7;
}

.services-section {
  padding: 112px clamp(24px, 7vw, 112px) 126px;
  background: #2f5972;
  color: #fff;
}
.section-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  margin-bottom: 58px;
}
.section-heading-row h2 { color: #fff; }
.section-heading-row > p {
  max-width: 330px;
  margin: 0 0 9px;
  color: rgba(255,255,255,.68);
  line-height: 1.7;
  font-size: 14px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.18);
}
.service-card {
  min-height: 470px;
  position: relative;
  padding: 42px 38px;
  background: #2f5972;
  overflow: hidden;
}
.service-card.featured { background: #f8f5ee; color: #173f56; }
.service-card::after {
  content: '';
  position: absolute;
  width: 190px;
  height: 190px;
  right: -95px;
  bottom: -100px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
}
.service-card.featured::after { border-color: rgba(68,112,88,.24); }
.service-icon {
  width: 57px;
  height: 57px;
  display: grid;
  place-items: center;
  color: #c7a86c;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
}
.service-icon svg { width: 23px; stroke-width: 1.35; }
.featured .service-icon { color: #447058; border-color: rgba(68,112,88,.35); }
.card-number { position: absolute; right: 29px; top: 27px; color: rgba(255,255,255,.4); font: 11px Georgia, serif; }
.featured .card-number { color: rgba(47,89,114,.44); }
.service-card h3 { margin: 54px 0 14px; font: 400 30px/1.1 Georgia, serif; }
.service-card > p { margin: 0; min-height: 76px; color: rgba(255,255,255,.67); font-size: 13px; line-height: 1.75; }
.service-card.featured > p { color: #60717a; }
.service-card ul { display: grid; gap: 10px; margin: 26px 0 0; padding: 22px 0 0; list-style: none; border-top: 1px solid rgba(255,255,255,.17); color: rgba(255,255,255,.84); font-size: 11px; }
.service-card.featured ul { border-color: rgba(47,89,114,.16); color: #4f646f; }
.service-card li::before { content: '—'; margin-right: 9px; color: #c7a86c; }

.process-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(60px, 9vw, 150px);
  padding: 125px clamp(24px, 7vw, 112px);
  background: #173f56;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.process-section::after {
  content: '';
  position: absolute;
  width: 520px;
  height: 520px;
  left: -310px;
  bottom: -350px;
  border: 1px solid rgba(199,168,108,.28);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(199,168,108,.035), 0 0 0 90px rgba(199,168,108,.025);
}
.process-intro { position: relative; z-index: 1; }
.process-intro h2 { color: #fff; }
.process-intro h2 em { color: #c7a86c; }
.process-intro > p { max-width: 480px; margin: 27px 0 0; color: rgba(255,255,255,.62); line-height: 1.75; }
.process-list { position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,.2); }
.process-list article { display: grid; grid-template-columns: 58px 1fr; gap: 23px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.process-list article > span { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid rgba(199,168,108,.7); border-radius: 50%; color: #c7a86c; font: 12px Georgia, serif; }
.process-list h3 { margin: 1px 0 8px; font: 400 25px Georgia, serif; }
.process-list p { margin: 0; max-width: 560px; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.65; }

.founder-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: clamp(65px, 9vw, 150px);
  background: #fff;
}
.founder-image-wrap { position: relative; padding: 22px 18px 34px 0; }
.image-frame { position: relative; max-width: 620px; background: transparent; isolation: isolate; }
.image-frame::before { content: ''; position: absolute; inset: 8% 3% 2%; z-index: 0; background: radial-gradient(ellipse at 50% 48%, rgba(222,239,246,.92) 0%, rgba(233,243,242,.48) 58%, rgba(255,255,255,0) 82%); }
.image-frame img { display: block; width: 100%; aspect-ratio: 1.02/1; object-fit: cover; object-position: center 18%; position: relative; z-index: 1; filter: saturate(.88); -webkit-mask-image: radial-gradient(ellipse 83% 90% at 50% 44%, #000 58%, rgba(0,0,0,.94) 70%, transparent 100%); mask-image: radial-gradient(ellipse 83% 90% at 50% 44%, #000 58%, rgba(0,0,0,.94) 70%, transparent 100%); }
.founder-stamp { position: absolute; right: -28px; bottom: -18px; z-index: 2; width: min(315px, 70%); min-height: 116px; display: flex; align-items: center; padding: 22px 24px 22px 72px; text-align: left; background: #447058; color: #fff; box-shadow: 0 16px 35px rgba(45,82,62,.24); }
.founder-stamp svg { position: absolute; left: 21px; top: 50%; width: 38px; transform: translateY(-50%); opacity: .22; }
.founder-stamp span { font: italic 15px/1.45 Georgia, serif; letter-spacing: .01em; }
.founder-copy h2 { max-width: 720px; }
.founder-copy > p { max-width: 690px; margin: 0 0 22px; color: #5d6e77; line-height: 1.78; font-size: 14px; }
.founder-values { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 30px 0 34px; padding: 22px 0; border-block: 1px solid rgba(47,89,114,.14); }
.founder-values span { display: flex; align-items: center; gap: 7px; color: #52656f; font-size: 11px; font-weight: 650; }
.founder-values svg { width: 17px; color: #447058; stroke-width: 1.5; }

.testimonials-section {
  padding: 120px clamp(24px, 7vw, 112px) 90px;
  background: #eef0ea;
}
.testimonial-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(45px, 7vw, 110px); align-items: start; margin-bottom: 55px; }
.testimonial-heading h2 { color: #173f56; margin: 0; }
.testimonial-heading .section-kicker.light { color: #447058; }
.testimonial-heading .section-kicker.light span { border-color: rgba(68,112,88,.35); }
.testimonial-carousel-shell { position: relative; }
.testimonial-carousel { overflow: hidden; }
.testimonial-card { margin: 0; min-height: 330px; padding: 37px; display: flex; flex-direction: column; background: rgba(255,255,255,.73); border: 1px solid rgba(47,89,114,.12); color: #2f5972; }
.testimonial-card.primary { background: #447058; color: #fff; }
.testimonial-feature { min-height: 360px; animation: testimonial-reveal .45s ease both; }
.testimonial-feature > p { max-width: 1080px; font-size: clamp(21px, 2.2vw, 31px) !important; line-height: 1.48; }
@keyframes testimonial-reveal { from { opacity: .15; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.testimonial-card-topline { display: flex; align-items: center; justify-content: space-between; }
.testimonial-card-topline > span { color: #9aa6a4; font: 10px/1 sans-serif; font-weight: 750; letter-spacing: .14em; }
.testimonial-card.primary .testimonial-card-topline > span { color: rgba(255,255,255,.62); }
.testimonial-card > p { margin: auto 0 35px; color: #314e5e; font: 400 19px/1.6 Georgia, serif; }
.testimonial-card.primary > p { color: #fff; font-size: 22px; }
.testimonial-card footer { color: #738088; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .12em; }
.testimonial-card.primary footer { color: rgba(255,255,255,.66); }
.testimonial-controls { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 23px; }
.testimonial-progress { display: flex; align-items: center; gap: 5px; }
.testimonial-dot { position: relative; width: 30px !important; height: 24px !important; min-width: 0; padding: 0 !important; border-radius: 0 !important; background: transparent !important; }
.testimonial-dot::after { content: ''; position: absolute; left: 0; right: 0; top: 11px; height: 2px; background: rgba(47,89,114,.2); transition: background .2s ease, transform .2s ease; }
.testimonial-dot:hover::after,
.testimonial-dot:focus-visible::after,
.testimonial-dot.active::after { background: #447058; transform: scaleY(1.5); }
.testimonial-arrows { display: flex; align-items: center; gap: 9px; }
.testimonial-arrows > span { margin-right: 8px; color: #738088; font-size: 9px; font-weight: 750; letter-spacing: .12em; }
.testimonial-control { width: 42px !important; height: 42px !important; padding: 0 !important; border: 1px solid rgba(47,89,114,.22) !important; border-radius: 50% !important; background: rgba(255,255,255,.55) !important; color: #2f5972 !important; }
.testimonial-control:hover,
.testimonial-control:focus-visible { background: #447058 !important; color: #fff !important; }
.testimonial-disclaimer { max-width: 990px; margin: 25px 0 0 auto; color: #7b8589; font-size: 9px; line-height: 1.55; }

.insights-section { background: #f8f5ee; }
.insights-heading h2 { color: #173f56; }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.insight-card { display: block; padding-bottom: 18px; border-bottom: 1px solid rgba(47,89,114,.28); }
.insight-image { aspect-ratio: 1.4/1; overflow: hidden; background: #dfe5e2; }
.insight-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); transition: transform .45s ease, filter .45s ease; }
.insight-card:hover .insight-image img { transform: scale(1.035); filter: saturate(1); }
.insight-meta { display: flex; justify-content: space-between; margin-top: 19px; color: #447058; font-size: 9px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.insight-card h3 { min-height: 68px; margin: 13px 0 18px; color: #173f56; font: 400 clamp(21px, 2vw, 29px)/1.17 Georgia, serif; }
.read-link { display: inline-flex; align-items: center; gap: 7px; color: #65767e; font-size: 11px; font-weight: 650; }

.contact-section {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  gap: clamp(35px, 5vw, 80px);
  padding: 95px clamp(24px, 7vw, 112px);
  background: #dfe8e2;
}
.contact-mark { position: relative; width: 130px; height: 130px; display: grid; place-items: center; border: 1px solid rgba(68,112,88,.4); border-radius: 50%; color: #2f5972; }
.contact-mark::after { content: ''; position: absolute; inset: 11px; border: 1px solid rgba(199,168,108,.75); border-radius: 50%; }
.contact-mark > span { font: 400 55px Georgia, serif; }
.contact-mark svg { position: absolute; width: 31px; right: 12px; bottom: 8px; color: #447058; fill: #dfe8e2; }
.contact-section h2 { margin-top: 16px; font-size: clamp(45px, 5.4vw, 79px); }
.contact-section .eyebrow { margin: 0; }
.contact-button { padding: 18px 24px; white-space: nowrap; }

.site-footer { padding: 74px clamp(24px, 7vw, 112px) 30px; background: #173f56; color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.4fr repeat(3, .65fr); gap: 55px; padding-bottom: 55px; }
.footer-brand img { width: 220px; height: 112px; object-fit: contain; object-position: left center; }
.footer-brand p { margin: 10px 0 0; color: rgba(255,255,255,.57); font: italic 16px/1.5 Georgia, serif; }
.footer-column { display: flex; flex-direction: column; gap: 9px; padding-top: 18px; font-size: 11px; color: rgba(255,255,255,.65); }
.footer-column > span { margin-bottom: 8px; color: #c7a86c; font-size: 9px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.footer-column p { margin: 0; line-height: 1.75; }
.footer-column a { transition: color .2s ease; }
.footer-column a:hover { color: #fff; }
.disclosures { border-block: 1px solid rgba(255,255,255,.16); }
.disclosures summary { cursor: pointer; padding: 18px 0; color: rgba(255,255,255,.7); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.disclosures > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding: 4px 0 25px; color: rgba(255,255,255,.45); font-size: 8px; line-height: 1.6; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 28px; color: rgba(255,255,255,.42); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }

@media (max-width: 1020px) {
  .belief-section { grid-template-columns: 1fr 2fr; }
  .belief-aside { grid-column: 2; padding-top: 0; }
  .service-card { padding: 36px 26px; }
  .process-section { gap: 65px; }
  .founder-section { gap: 70px; }
  .contact-section { grid-template-columns: 110px 1fr; }
  .contact-mark { width: 105px; height: 105px; }
  .contact-button { grid-column: 2; justify-self: start; }
  .footer-main { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-main .footer-column:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  .belief-section,
  .founder-section,
  .insights-section { padding: 78px 24px; }
  .belief-section { grid-template-columns: 1fr; gap: 35px; }
  .belief-aside { grid-column: auto; }
  .belief-copy h2,
  .section-heading-row h2,
  .process-intro h2,
  .founder-copy h2,
  .testimonial-heading h2,
  .contact-section h2 { font-size: 43px; }
  .services-section { padding: 78px 24px 84px; }
  .section-heading-row { align-items: flex-start; flex-direction: column; margin-bottom: 40px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 430px; }
  .process-section { grid-template-columns: 1fr; gap: 50px; padding: 82px 24px; }
  .founder-section { grid-template-columns: 1fr; gap: 70px; }
  .founder-stamp { right: 0; bottom: -30px; width: min(300px, 88%); min-height: 104px; padding: 20px 20px 20px 62px; }
  .testimonial-heading { grid-template-columns: 1fr; gap: 25px; }
  .testimonials-section { padding: 78px 24px 65px; }
  .testimonial-card { min-height: 290px; }
  .testimonial-controls { align-items: flex-start; flex-direction: column; }
  .testimonial-progress { width: 100%; }
  .testimonial-progress .testimonial-dot { flex: 1; width: auto !important; }
  .testimonial-arrows { align-self: flex-end; }
  .insight-grid { grid-template-columns: 1fr; gap: 45px; }
  .insight-card h3 { min-height: auto; }
  .contact-section { grid-template-columns: 1fr; padding: 78px 24px; }
  .contact-button { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main .footer-column:last-child { grid-column: auto; }
  .disclosures > div { grid-template-columns: 1fr; gap: 5px; }
  .footer-bottom { flex-direction: column; }
}

/* Meet Eldin */
.desktop-nav a.active::after { right: 0; }
.team-hero {
  min-height: 730px;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  background: #f8f5ee;
  overflow: hidden;
}
.team-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 65px clamp(32px, 6vw, 100px) 75px max(28px, 7vw);
  position: relative;
  z-index: 2;
}
.team-hero-copy::before {
  content: '';
  position: absolute;
  width: 320px;
  height: 320px;
  left: -190px;
  top: 90px;
  border: 1px solid rgba(68,112,88,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(68,112,88,.025), 0 0 0 90px rgba(68,112,88,.018);
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  margin-bottom: 48px;
  color: #758187;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.team-hero-copy h1 { font-size: clamp(58px, 6vw, 92px); }
.team-hero-copy blockquote {
  max-width: 650px;
  margin: 30px 0 0;
  padding-left: 21px;
  border-left: 1px solid #c7a86c;
  color: #4c6572;
  font: italic 17px/1.65 Georgia, serif;
}
.team-hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 36px; }
.team-hero-actions > span { display: flex; align-items: center; gap: 7px; color: #6a797f; font-size: 10px; font-weight: 650; }
.team-hero-actions > span svg { color: #447058; }
.team-portrait-panel {
  position: relative;
  min-height: 730px;
  background: #edf5f8;
  overflow: hidden;
  isolation: isolate;
}
.team-portrait-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, #f8f5ee 0%, rgba(248,245,238,.68) 4%, rgba(248,245,238,0) 17%),
    linear-gradient(0deg, rgba(23,63,86,.10) 0%, rgba(23,63,86,0) 22%);
  pointer-events: none;
}
.team-portrait-panel > img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(.92) contrast(1.01);
}
.team-intro-strip {
  min-height: 63px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  gap: 25px;
  padding: 0 clamp(24px, 7vw, 112px);
  background: #173f56;
  color: rgba(255,255,255,.52);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.team-intro-strip p { margin: 0; text-align: center; color: rgba(255,255,255,.84); font: italic 13px Georgia, serif; text-transform: none; letter-spacing: .03em; }
.team-intro-strip span:last-child { text-align: right; }

.team-story {
  display: grid;
  grid-template-columns: .62fr 1.38fr;
  gap: clamp(60px, 9vw, 145px);
  padding: 125px clamp(24px, 7vw, 112px);
  background: #fff;
}
.team-story aside { display: flex; flex-direction: column; }
.story-mark {
  width: 120px;
  height: 120px;
  display: grid;
  place-items: center;
  margin: 70px 0 26px;
  border: 1px solid rgba(68,112,88,.3);
  border-radius: 50%;
  color: #447058;
}
.story-mark svg { width: 45px; height: 45px; stroke-width: 1; }
.team-story aside > p { max-width: 270px; margin: 0; color: #67777e; font: italic 17px/1.6 Georgia, serif; }
.story-copy h2,
.credentials-heading h2,
.community-copy h2 {
  margin: 0;
  color: #173f56;
  font: 400 clamp(44px, 5vw, 72px)/1.04 Georgia, serif;
  letter-spacing: -.04em;
}
.story-copy .lead {
  max-width: 780px;
  margin: 31px 0 34px;
  color: #447058;
  font: 400 21px/1.65 Georgia, serif;
}
.story-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; padding-top: 30px; border-top: 1px solid rgba(47,89,114,.14); }
.story-columns p { margin: 0; color: #617179; font-size: 13px; line-height: 1.85; }

.credentials-section {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(60px, 8vw, 130px);
  padding: 120px clamp(24px, 7vw, 112px);
  background: #2f5972;
  color: #fff;
}
.credentials-heading h2 { margin-top: 22px; color: #fff; }
.credential-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.credential-grid article { min-height: 255px; padding: 30px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.credential-grid svg { width: 29px; height: 29px; margin-bottom: 31px; color: #c7a86c; stroke-width: 1.25; }
.credential-grid article > span { display: block; margin-bottom: 8px; color: rgba(255,255,255,.45); font-size: 8px; font-weight: 750; text-transform: uppercase; letter-spacing: .15em; }
.credential-grid h3 { margin: 0 0 12px; font: 400 23px/1.2 Georgia, serif; }
.credential-grid p { margin: 0; color: rgba(255,255,255,.6); font-size: 11px; line-height: 1.7; }

.community-section {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: clamp(55px, 8vw, 125px);
  align-items: center;
  padding: 125px clamp(24px, 7vw, 112px);
  background: #f8f5ee;
}
.community-copy h2 { margin-top: 22px; }
.community-copy > p { max-width: 650px; margin: 28px 0 31px; color: #64747b; font-size: 14px; line-height: 1.8; }
.community-values { display: flex; flex-wrap: wrap; gap: 12px 20px; padding-top: 25px; border-top: 1px solid rgba(47,89,114,.15); }
.community-values span { display: flex; align-items: center; gap: 7px; color: #536873; font-size: 10px; font-weight: 650; }
.community-values svg { width: 16px; color: #447058; stroke-width: 1.5; }
.family-note { margin: 0; min-height: 450px; display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 5vw, 70px); background: #447058; color: #fff; position: relative; overflow: hidden; }
.family-note::after { content: ''; position: absolute; width: 270px; height: 270px; right: -145px; bottom: -145px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.025); }
.family-note-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 36px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #d7c596; }
.family-note-icon svg { width: 22px; stroke-width: 1.2; }
.family-note > p { margin: 0; color: #fff; font: italic 23px/1.55 Georgia, serif; }
.family-note footer { display: flex; flex-direction: column; gap: 4px; margin-top: 42px; }
.family-note footer span { font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .13em; }
.family-note footer small { color: rgba(255,255,255,.58); font-size: 9px; }

.team-belief {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  align-items: center;
  gap: clamp(35px, 5vw, 80px);
  padding: 68px clamp(24px, 7vw, 112px);
  background: #fff;
  border-block: 1px solid rgba(47,89,114,.12);
}
.belief-number { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(68,112,88,.35); border-radius: 50%; color: #447058; font-size: 10px; }
.team-belief p { max-width: 910px; margin: 0; color: #173f56; font: 400 clamp(22px, 2.6vw, 36px)/1.35 Georgia, serif; }
.team-belief a { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; color: #447058; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.team-belief a svg { width: 17px; }
.team-contact { background: #e5ebe6; }

@media (max-width: 1000px) {
  .team-hero { grid-template-columns: 1fr 1fr; }
  .team-hero-actions { align-items: flex-start; flex-direction: column; }
  .team-story { grid-template-columns: .45fr 1.55fr; gap: 65px; }
  .credentials-section { grid-template-columns: 1fr; }
  .community-section { gap: 55px; }
  .team-belief { grid-template-columns: 55px 1fr; }
  .team-belief a { grid-column: 2; }
}

@media (max-width: 760px) {
  .team-hero { min-height: auto; grid-template-columns: 1fr; }
  .team-hero-copy { padding: 48px 24px 58px; }
  .back-link { margin-bottom: 38px; }
  .team-hero-copy h1 { font-size: clamp(55px, 17vw, 76px); }
  .team-portrait-panel { min-height: 560px; }
  .team-portrait-panel::before {
    background: linear-gradient(180deg, #f8f5ee 0%, rgba(248,245,238,0) 12%);
  }
  .team-portrait-panel > img { width: 100%; height: 100%; object-position: center 22%; }
  .team-intro-strip { grid-template-columns: 1fr; gap: 8px; padding: 17px 24px; text-align: center; }
  .team-intro-strip span:last-child { text-align: center; }
  .team-story { grid-template-columns: 1fr; gap: 55px; padding: 82px 24px; }
  .story-mark { margin-top: 45px; }
  .story-columns { grid-template-columns: 1fr; gap: 22px; }
  .credentials-section { padding: 82px 24px; }
  .credential-grid { grid-template-columns: 1fr; }
  .credential-grid article { min-height: auto; }
  .community-section { grid-template-columns: 1fr; padding: 82px 24px; }
  .family-note { min-height: 400px; }
  .team-belief { grid-template-columns: 1fr; gap: 25px; padding: 55px 24px; }
  .team-belief a { grid-column: auto; }
}

/* Insights and article reader */
.desktop-nav a.active::after { right: 0; }

.blog-hero {
  min-height: 520px;
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: clamp(50px, 8vw, 130px);
  align-items: end;
  padding: 95px clamp(24px, 7vw, 112px) 92px;
  background: #f8f5ee;
  position: relative;
  overflow: hidden;
}
.blog-hero::after {
  content: '';
  position: absolute;
  width: 520px;
  height: 520px;
  right: -290px;
  top: -270px;
  border: 1px solid rgba(68,112,88,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(68,112,88,.025), 0 0 0 100px rgba(68,112,88,.018);
}
.blog-hero h1 { font-size: clamp(58px, 6.2vw, 96px); }
.blog-hero > p { max-width: 410px; margin: 0 0 10px; color: #5e7079; font: italic 19px/1.7 Georgia, serif; }
.blog-grid-section { padding: 105px clamp(24px, 7vw, 112px) 125px; background: #fff; }
.blog-library-note { display: flex; justify-content: space-between; gap: 25px; margin-top: 28px; padding: 18px 0; border-block: 1px solid rgba(47,89,114,.13); color: #6c7b82; font-size: 10px; }
.blog-library-note strong { color: #173f56; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 4vw, 58px); margin-top: 45px; }
.blog-card { display: flex; min-width: 0; flex-direction: column; }
.blog-card-image { aspect-ratio: 1.28; overflow: hidden; background: #e8ece9; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.blog-card:hover .blog-card-image img { transform: scale(1.025); }
.blog-card-meta { display: flex; justify-content: space-between; gap: 15px; margin-top: 20px; color: #447058; font-size: 8px; font-weight: 750; text-transform: uppercase; letter-spacing: .13em; }
.blog-card h2 { margin: 14px 0 13px; color: #173f56; font: 400 clamp(25px, 2.3vw, 34px)/1.15 Georgia, serif; letter-spacing: -.025em; }
.blog-card > p { margin: 0 0 22px; color: #68777e; font-size: 12px; line-height: 1.75; }
.blog-card .read-link { margin-top: auto; }
.blog-cta,
.article-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 50px;
  padding: 90px clamp(24px, 7vw, 112px);
  background: #e5ebe6;
}
.blog-cta h2,
.article-cta h2 { margin: 18px 0 0; color: #173f56; font: 400 clamp(42px, 5vw, 70px)/1.03 Georgia, serif; letter-spacing: -.04em; }
.blog-cta h2 em,
.article-cta h2 em { color: #447058; font-weight: 400; }

.article-hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  background: #f8f5ee;
  overflow: hidden;
}
.article-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 72px clamp(35px, 6vw, 100px) 76px max(28px, 7vw); position: relative; z-index: 2; }
.article-hero h1 { max-width: 850px; font-size: clamp(52px, 5.5vw, 84px); line-height: .98; }
.article-deck { max-width: 720px; margin: 27px 0 0; color: #526975; font: 400 18px/1.7 Georgia, serif; }
.article-byline { display: flex; align-items: center; flex-wrap: wrap; gap: 13px 23px; margin-top: 33px; padding-top: 24px; border-top: 1px solid rgba(47,89,114,.15); color: #66767d; font-size: 10px; }
.article-author-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: #447058; color: #fff; font: 11px Georgia, serif; }
.article-byline > div:nth-child(2) { display: flex; flex-direction: column; gap: 3px; margin-right: auto; }
.article-byline strong { color: #173f56; font-size: 11px; }
.article-byline span { display: flex; align-items: center; gap: 6px; }
.article-byline div span { color: #78868c; font-size: 9px; }
.article-byline svg { width: 14px; color: #447058; }
.article-hero-image { position: relative; min-height: 650px; background: #dce7e1; overflow: hidden; }
.article-hero-image::after { content: ''; position: absolute; inset: 0; box-shadow: inset 50px 0 65px #f8f5ee, inset 0 -50px 65px rgba(23,63,86,.12); pointer-events: none; }
.article-hero-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(.98); }

.article-reading-layout { display: grid; grid-template-columns: 250px minmax(0, 820px); justify-content: center; gap: clamp(55px, 8vw, 120px); padding: 105px clamp(24px, 7vw, 112px) 125px; background: #fff; }
.article-aside { align-self: start; position: sticky; top: 35px; padding-top: 18px; border-top: 1px solid rgba(47,89,114,.22); }
.article-aside > span { color: #447058; font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .15em; }
.article-aside > p { margin: 18px 0 30px; color: #67777e; font: italic 17px/1.65 Georgia, serif; }
.article-aside > div { width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid rgba(68,112,88,.3); border-radius: 50%; color: #447058; }
.article-aside svg { width: 25px; stroke-width: 1.2; }
.article-body-wrap { min-width: 0; }
.article-body { color: #405a68; font: 400 17px/1.9 Georgia, serif; }
.article-body h5 { margin: 62px 0 20px; color: #173f56; font: 400 clamp(30px, 3.1vw, 43px)/1.16 Georgia, serif; letter-spacing: -.025em; }
.article-body h5:first-child { margin-top: 0; }
.article-body p { margin: 0 0 24px; }
.article-body ul,
.article-body ol { display: grid; gap: 10px; margin: 5px 0 31px; padding-left: 24px; }
.article-body li { padding-left: 7px; }
.article-body li::marker { color: #c7a86c; font-weight: 700; }
.article-body li p { margin: 0; }
.article-body hr { height: 1px; margin: 55px 0; border: 0; background: rgba(47,89,114,.16); }
.article-body a { color: #447058; border-bottom: 1px solid rgba(68,112,88,.35); }
.article-body input[type='checkbox'] { margin-right: 10px; accent-color: #447058; }
.article-unavailable { padding: 55px; background: #f8f5ee; }
.article-unavailable h2 { margin: 0 0 15px; color: #173f56; font: 400 38px Georgia, serif; }
.article-unavailable p { margin: 0 0 25px; color: #63747c; line-height: 1.7; }

@media (max-width: 1000px) {
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .article-hero { grid-template-columns: 1.15fr .85fr; }
  .article-reading-layout { grid-template-columns: 200px minmax(0, 1fr); gap: 55px; }
}

@media (max-width: 760px) {
  .blog-hero { min-height: auto; grid-template-columns: 1fr; gap: 35px; padding: 72px 24px 68px; }
  .blog-hero h1 { font-size: clamp(55px, 16vw, 74px); }
  .blog-hero > p { font-size: 17px; }
  .blog-grid-section { padding: 78px 24px 85px; }
  .blog-library-note { align-items: flex-start; flex-direction: column; }
  .blog-grid { grid-template-columns: 1fr; gap: 48px; }
  .blog-card h2 { font-size: 30px; }
  .blog-cta,
  .article-cta { grid-template-columns: 1fr; align-items: start; padding: 76px 24px; }
  .article-hero { min-height: auto; grid-template-columns: 1fr; }
  .article-hero-copy { padding: 48px 24px 54px; }
  .article-hero h1 { font-size: clamp(48px, 14vw, 68px); }
  .article-deck { font-size: 17px; }
  .article-byline > div:nth-child(2) { width: calc(100% - 65px); margin-right: 0; }
  .article-hero-image { min-height: 360px; }
  .article-hero-image::after { box-shadow: inset 0 38px 55px #f8f5ee, inset 0 -35px 55px rgba(23,63,86,.09); }
  .article-reading-layout { grid-template-columns: 1fr; gap: 48px; padding: 76px 24px 90px; }
  .article-aside { position: static; }
  .article-aside > p { max-width: 520px; }
  .article-body { font-size: 16px; line-height: 1.85; }
  .article-body h5 { margin-top: 50px; font-size: 31px; }
}

/* Contact */
.contact-hero-modern {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  background: #f8f5ee;
  overflow: hidden;
}
.contact-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 75px clamp(35px, 6vw, 100px) 80px max(28px, 7vw); position: relative; z-index: 2; }
.contact-hero-copy::before { content: ''; position: absolute; width: 330px; height: 330px; left: -210px; top: 95px; border: 1px solid rgba(68,112,88,.16); border-radius: 50%; box-shadow: 0 0 0 45px rgba(68,112,88,.025), 0 0 0 90px rgba(68,112,88,.018); }
.contact-hero-copy h1 { font-size: clamp(58px, 6.2vw, 96px); }
.contact-hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 28px 0 0; color: #526975; font-size: 18px; line-height: 1.7; }
.contact-hero-trust { display: flex; flex-wrap: wrap; gap: 16px 25px; margin-top: 37px; padding-top: 23px; border-top: 1px solid rgba(47,89,114,.15); color: #61737c; font-size: 10px; font-weight: 650; }
.contact-hero-trust span { display: flex; align-items: center; gap: 7px; }
.contact-hero-trust svg { width: 15px; color: #447058; }
.contact-portrait { position: relative; min-height: 690px; overflow: hidden; background: #edf5f8; }
.contact-portrait::after { content: ''; position: absolute; inset: 0; z-index: 2; box-shadow: inset 55px 0 70px #f8f5ee, inset 0 -45px 65px rgba(23,63,86,.09); pointer-events: none; }
.contact-portrait > img { width: 100%; height: 100%; object-fit: cover; object-position: center 27%; filter: saturate(.92) contrast(1.01); }
.contact-portrait-note { position: absolute; z-index: 3; right: 35px; bottom: 32px; display: flex; align-items: center; gap: 13px; padding: 14px 17px; background: rgba(255,255,255,.9); box-shadow: 0 16px 40px rgba(25,58,76,.12); backdrop-filter: blur(12px); }
.contact-portrait-note svg { width: 28px; color: #447058; stroke-width: 1.2; }
.contact-portrait-note p { margin: 0; color: #6a787e; font-size: 10px; line-height: 1.45; }
.contact-portrait-note strong { color: #173f56; }
.contact-intro-strip { min-height: 63px; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; gap: 25px; padding: 0 clamp(24px, 7vw, 112px); background: #173f56; color: rgba(255,255,255,.52); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.contact-intro-strip p { margin: 0; text-align: center; color: rgba(255,255,255,.84); font: italic 13px Georgia, serif; text-transform: none; letter-spacing: .03em; }
.contact-intro-strip span:last-child { text-align: right; }
.contact-main-modern { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(65px, 9vw, 145px); padding: 120px clamp(24px, 7vw, 112px); background: #fff; }
.contact-details h2,
.contact-form-heading h2,
.contact-next-step h2 { margin: 22px 0 0; color: #173f56; font: 400 clamp(43px, 4.8vw, 68px)/1.04 Georgia, serif; letter-spacing: -.04em; }
.contact-details > p { max-width: 510px; margin: 27px 0 35px; color: #65757c; font-size: 14px; line-height: 1.8; }
.contact-detail-list { display: grid; border-top: 1px solid rgba(47,89,114,.15); }
.contact-detail-list > div { display: grid; grid-template-columns: 31px 1fr; gap: 17px; padding: 22px 0; border-bottom: 1px solid rgba(47,89,114,.15); color: #65757c; font-size: 11px; line-height: 1.65; }
.contact-detail-list svg { width: 22px; color: #447058; stroke-width: 1.35; }
.contact-detail-list strong { display: block; margin-bottom: 5px; color: #173f56; font-size: 10px; text-transform: uppercase; letter-spacing: .11em; }
.contact-form-panel { padding: clamp(35px, 5vw, 68px); background: #f8f5ee; }
.contact-form-heading > span { color: #447058; font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .16em; }
.contact-form-heading h2 { margin-top: 13px; font-size: clamp(38px, 4vw, 57px); }
.contact-form-heading > p { margin: 12px 0 0; color: #7a878c; font-size: 10px; }
.contact-form { display: grid; gap: 20px; margin-top: 37px; }
.contact-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: grid; gap: 8px; color: #435d6a; font-size: 10px; font-weight: 700; }
.contact-form label span { text-transform: uppercase; letter-spacing: .1em; }
.contact-form label b { color: #9b7541; }
.contact-form input,
.contact-form textarea { width: 100%; border: 1px solid rgba(47,89,114,.2); border-radius: 2px; background: rgba(255,255,255,.78); color: #173f56; font: 13px var(--font-geist-sans); outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.contact-form input { height: 54px; padding: 0 16px; }
.contact-form textarea { resize: vertical; min-height: 150px; padding: 16px; line-height: 1.65; }
.contact-form input:focus,
.contact-form textarea:focus { border-color: #447058; background: #fff; box-shadow: 0 0 0 3px rgba(68,112,88,.08); }
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #9aa4a8; }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-form-footer { display: flex; align-items: center; gap: 25px; margin-top: 3px; }
.contact-submit { flex: 0 0 auto; min-width: 165px; cursor: pointer; }
.contact-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.form-spinner { animation: form-spin .8s linear infinite; }
@keyframes form-spin { to { transform: rotate(360deg); } }
.contact-form-footer > p { max-width: 380px; margin: 0; color: #7a878c; font-size: 9px; line-height: 1.6; }
.contact-form-notice { min-height: 20px; display: flex; align-items: center; gap: 8px; color: #9a433e; font-size: 11px; font-weight: 650; }
.contact-form-notice.idle,
.contact-form-notice.sending { visibility: hidden; }
.contact-form-notice.success { color: #447058; }
.contact-next-step { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 140px); padding: 115px clamp(24px, 7vw, 112px); background: #e5ebe6; }
.contact-next-step h2 em { color: #447058; font-weight: 400; }
.contact-next-step ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(47,89,114,.18); }
.contact-next-step li { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid rgba(47,89,114,.18); }
.contact-next-step li > span { color: #c19755; font: 12px Georgia, serif; }
.contact-next-step strong { color: #173f56; font: 400 22px Georgia, serif; }
.contact-next-step li p { margin: 7px 0 0; color: #697a81; font-size: 11px; }
.contact-next-step > a { grid-column: 2; display: inline-flex; align-items: center; gap: 9px; width: fit-content; padding-bottom: 7px; border-bottom: 1px solid rgba(47,89,114,.35); color: #173f56; font-size: 11px; font-weight: 750; }

@media (max-width: 1000px) {
  .contact-hero-modern { grid-template-columns: 1fr 1fr; }
  .contact-main-modern { grid-template-columns: .8fr 1.2fr; gap: 55px; }
}

@media (max-width: 760px) {
  .contact-hero-modern { min-height: auto; grid-template-columns: 1fr; }
  .contact-hero-copy { padding: 58px 24px 52px; }
  .contact-hero-copy h1 { font-size: clamp(55px, 16vw, 76px); }
  .contact-hero-copy > p:not(.eyebrow) { font-size: 17px; }
  .contact-portrait { min-height: 520px; }
  .contact-portrait::after { box-shadow: inset 0 38px 55px #f8f5ee, inset 0 -35px 55px rgba(23,63,86,.09); }
  .contact-portrait-note { right: 20px; bottom: 22px; }
  .contact-intro-strip { grid-template-columns: 1fr; gap: 8px; padding: 17px 24px; text-align: center; }
  .contact-intro-strip span:last-child { text-align: center; }
  .contact-main-modern { grid-template-columns: 1fr; gap: 60px; padding: 82px 24px; }
  .contact-form-panel { margin-inline: -24px; padding: 45px 24px; }
  .contact-form-row { grid-template-columns: 1fr; }
  .contact-form-footer { align-items: flex-start; flex-direction: column; }
  .contact-submit { width: 100%; }
  .contact-next-step { grid-template-columns: 1fr; gap: 48px; padding: 82px 24px; }
  .contact-next-step > a { grid-column: auto; }
}
/* WordPress integration */
:root { --font-geist-sans: Arial, Helvetica, sans-serif; --font-geist-mono: ui-monospace, SFMono-Regular, Menlo, monospace; }
body.admin-bar .site-header { margin-top: 32px; }
img { max-width: 100%; }
.icon { width: 1em; height: 1em; display: inline-block; flex: 0 0 auto; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; vertical-align: -0.12em; }
.service-icon .icon, .credential-grid .icon, .story-mark .icon, .family-note-icon .icon, .contact-mark .icon, .contact-portrait-note .icon, .article-aside .icon { width: 31px; height: 31px; }
.screen-reader-text { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
.testimonial-card[hidden] { display:none; }
.testimonial-dot { appearance:none; border:0; padding:0; cursor:pointer; }
.testimonial-control { cursor:pointer; }
.blog-card-image img, .insight-image img { display:block; }
.article-body h2 { margin: 62px 0 20px; color:#173f56; font:400 clamp(30px,3.1vw,43px)/1.16 Georgia,serif; letter-spacing:-.025em; }
.article-body h3 { margin: 42px 0 16px; color:#173f56; font:400 28px/1.2 Georgia,serif; }
.article-body blockquote { margin: 35px 0; padding: 24px 28px; border-left: 3px solid #c7a86c; background:#f8f5ee; color:#173f56; font-style:italic; }
.article-body img { height:auto; margin: 28px 0; }
.article-body figure { margin: 30px 0; }
.wp-caption-text, .article-body figcaption { color:#7a878c; font: 12px/1.5 Arial,sans-serif; }
.notice-success { padding:12px 14px; margin-bottom:18px; background:#e5ebe6; color:#315e49; font-size:12px; }
.notice-error { padding:12px 14px; margin-bottom:18px; background:#f7e9e6; color:#8b403a; font-size:12px; }
@media (max-width:782px){ body.admin-bar .site-header { margin-top:46px; } }


/* Mobile refinement v2 */
.mobile-menu-toggle, .mobile-nav { display:none; }
@media (max-width:760px) {
  html { scroll-padding-top: 72px; }
  .site-header { min-height:72px; grid-template-columns:minmax(0,1fr) auto; gap:10px; padding:4px 16px; }
  .brand { width:132px; height:58px; }
  .brand img { height:76px; }
  .header-actions { gap:9px; }
  .button-small { padding:10px 12px; font-size:11px; line-height:1.1; white-space:nowrap; box-shadow:none; }
  .button-small .icon { display:none; }
  .mobile-menu-toggle { display:grid; place-items:center; gap:4px; width:40px; height:40px; padding:10px; border:1px solid rgba(47,89,114,.22); border-radius:4px; background:transparent; color:#173f56; cursor:pointer; }
  .mobile-menu-toggle span { display:block; width:18px; height:1.5px; background:currentColor; transition:.2s ease; }
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform:translateY(5.5px) rotate(45deg); }
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity:0; }
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform:translateY(-5.5px) rotate(-45deg); }
  .mobile-nav { position:absolute; top:100%; left:0; right:0; z-index:30; padding:10px 20px 18px; border-top:1px solid rgba(47,89,114,.12); border-bottom:1px solid rgba(47,89,114,.16); background:#f8f5ee; box-shadow:0 16px 28px rgba(23,63,86,.08); }
  .mobile-nav:not([hidden]) { display:grid; }
  .mobile-nav a { padding:13px 4px; border-bottom:1px solid rgba(47,89,114,.11); color:#173f56; font-size:14px; font-weight:650; }
  .mobile-nav a:last-child { border-bottom:0; }

  .hero-copy { padding:44px 24px 34px; }
  .eyebrow { margin-bottom:18px; font-size:10px; line-height:1.45; }
  h1 { max-width:520px; font-size:clamp(50px,13.5vw,60px); line-height:.96; letter-spacing:-.05em; }
  .hero-lede { margin-top:22px; font-size:18px; line-height:1.55; }
  .hero-actions { margin-top:27px; }
  .hero-actions .button { padding:14px 17px; }
  .trust-row { margin-top:31px; padding-top:18px; gap:11px 16px; font-size:10px; }
  .hero-art { min-height:350px; height:62vw; max-height:430px; }
  .hero-art > img { object-position:62% 52%; }
  .art-note { right:18px; bottom:18px; padding:11px 13px; gap:10px; }
  .art-note-mark { width:34px; height:34px; }
  .hero-footnote { gap:8px; padding:15px 24px; font-size:9px; line-height:1.4; }

  .belief-section, .founder-section, .insights-section { padding:68px 24px; }
  .belief-copy h2, .section-heading-row h2, .process-intro h2, .founder-copy h2, .testimonial-heading h2, .contact-section h2 { font-size:clamp(42px,11.5vw,50px); line-height:1.02; }
  .belief-copy > p { margin-top:22px; font-size:16px; line-height:1.7; }
  .belief-aside { padding-top:0; }
  .belief-aside blockquote { font-size:18px; }
  .services-section { padding:68px 24px 74px; }
  .service-card { min-height:auto; }
  .process-section { gap:42px; padding:70px 24px; }
  .founder-section { gap:56px; }
  .founder-image-wrap { padding-right:0; }
  .founder-stamp { position:relative; right:auto; bottom:auto; width:calc(100% - 28px); min-height:auto; margin:-38px 0 0 28px; padding:20px 20px 20px 58px; }
  .founder-stamp span { font-size:14px; }
  .founder-copy > p { font-size:15px; line-height:1.7; }
  .testimonials-section { padding:68px 24px 58px; }
  .contact-section { padding:68px 24px; }
  .footer-bottom { flex-direction:column; }

  .blog-hero { padding:58px 24px 56px; }
  .blog-hero h1, .article-hero h1, .team-hero-copy h1, .contact-hero-copy h1 { font-size:clamp(48px,13vw,58px); line-height:.98; }
  .article-hero-copy, .team-hero-copy, .contact-hero-copy { padding:46px 24px 48px; }
  .article-hero-image { min-height:300px; }
  .contact-portrait { min-height:410px; }
}
@media (max-width:390px) {
  .brand { width:116px; }
  .button-small { padding:9px 10px; font-size:10px; }
  .site-header { padding-inline:12px; }
  h1 { font-size:48px; }
  .hero-lede { font-size:17px; }
}


/* Mobile refinement v3: compact editorial scale + visible client login */
@media (max-width:760px) {
  html, body { overflow-x:hidden; }
  .site-header {
    min-height:66px;
    grid-template-columns:minmax(0,1fr) auto;
    gap:8px;
    padding:4px 14px;
  }
  .brand { width:112px; height:54px; }
  .brand img { height:68px; }
  .header-actions { gap:8px; min-width:0; }
  .header-actions .button-small { display:none; }
  .login-link {
    display:inline-flex;
    gap:4px;
    font-size:10px;
    line-height:1.15;
    font-weight:700;
    white-space:nowrap;
    padding:8px 2px;
  }
  .login-link svg { width:12px; height:12px; }
  .mobile-menu-toggle { width:36px; height:36px; padding:9px; }
  .mobile-nav { padding:8px 18px 16px; }
  .mobile-nav a { padding:11px 3px; font-size:13px; }
  .mobile-nav .mobile-talk {
    margin-top:8px;
    padding:12px 14px;
    border:1px solid #2f5972;
    border-radius:4px;
    background:#2f5972;
    color:#fff;
    text-align:center;
  }

  .hero-copy { padding:36px 20px 30px; }
  .eyebrow { margin-bottom:15px; font-size:9px; letter-spacing:.14em; }
  .eyebrow span { width:28px; }
  h1 { font-size:clamp(42px,12vw,50px); line-height:.97; letter-spacing:-.045em; }
  .hero-lede { max-width:34em; margin-top:19px; font-size:16px; line-height:1.52; }
  .hero-actions { margin-top:23px; gap:10px; }
  .hero-actions .button { padding:12px 15px; font-size:12px; }
  .text-link { font-size:12px; }
  .trust-row { margin-top:25px; padding-top:15px; gap:9px 14px; font-size:9.5px; }
  .hero-art { min-height:315px; height:55vw; max-height:380px; }
  .art-note { right:14px; bottom:14px; padding:9px 11px; gap:8px; }
  .art-note-mark { width:31px; height:31px; }
  .art-note p { font-size:10px; }
  .art-note strong { font-size:11px; }
  .hero-footnote { padding:13px 20px; font-size:8.5px; }

  .belief-section, .founder-section, .insights-section { padding:54px 20px; }
  .services-section { padding:54px 20px 60px; }
  .process-section { gap:34px; padding:56px 20px; }
  .testimonials-section { padding:54px 20px 48px; }
  .contact-section { padding:54px 20px; }
  .belief-copy h2,
  .section-heading-row h2,
  .process-intro h2,
  .founder-copy h2,
  .testimonial-heading h2,
  .contact-section h2 {
    font-size:clamp(34px,9.5vw,42px);
    line-height:1.01;
    letter-spacing:-.035em;
  }
  .belief-copy > p,
  .process-intro > p,
  .founder-copy > p,
  .section-intro,
  .contact-section p {
    font-size:15px;
    line-height:1.62;
  }
  .belief-aside blockquote { font-size:17px; line-height:1.45; }
  .section-kicker { font-size:10px; }
  .service-card h3 { font-size:22px; }
  .service-card p { font-size:14px; line-height:1.6; }
  .process-step h3 { font-size:21px; }
  .process-step p { font-size:14px; line-height:1.6; }
  .founder-section { gap:42px; }
  .founder-stamp { margin-top:-30px; padding:17px 17px 17px 50px; }
  .founder-stamp span { font-size:13px; line-height:1.45; }

  .blog-hero { padding:46px 20px 44px; }
  .blog-hero h1,
  .article-hero h1,
  .team-hero-copy h1,
  .contact-hero-copy h1 {
    font-size:clamp(38px,10.5vw,46px);
    line-height:1;
  }
  .article-hero-copy, .team-hero-copy, .contact-hero-copy { padding:38px 20px 40px; }
  .article-body { font-size:16px; line-height:1.72; }
  .article-body h2 { font-size:30px; line-height:1.08; }
  .article-body h3 { font-size:23px; line-height:1.15; }
}
@media (max-width:390px) {
  .site-header { padding-inline:10px; }
  .brand { width:100px; }
  .login-link { font-size:9.5px; }
  h1 { font-size:40px; }
  .belief-copy h2,
  .section-heading-row h2,
  .process-intro h2,
  .founder-copy h2,
  .testimonial-heading h2,
  .contact-section h2 { font-size:34px; }
}


/* Mobile refinement v4: testimonial typography and density */
@media (max-width:760px) {
  .testimonial-heading {
    gap: 20px;
    margin-bottom: 32px;
  }
  .testimonial-heading h2 {
    max-width: 520px;
    font-size: clamp(29px, 7.8vw, 34px);
    line-height: 1.04;
    letter-spacing: -.03em;
  }
  .testimonial-heading .section-kicker {
    margin-bottom: 2px;
  }
  .testimonial-feature,
  .testimonial-card {
    min-height: 0;
  }
  .testimonial-card {
    padding: 25px 24px 24px;
  }
  .testimonial-feature > p,
  .testimonial-card.primary > p,
  .testimonial-card > p {
    max-width: none;
    margin: 28px 0 30px;
    font-size: 17px !important;
    line-height: 1.55;
  }
  .testimonial-card footer {
    font-size: 9px;
    line-height: 1.4;
  }
  .testimonial-controls {
    margin-top: 17px;
  }
  .testimonial-disclaimer {
    margin-top: 18px;
    font-size: 8.5px;
    line-height: 1.5;
  }
}
@media (max-width:390px) {
  .testimonial-heading h2 {
    font-size: 28px;
  }
  .testimonial-card {
    padding: 22px 20px 21px;
  }
  .testimonial-feature > p,
  .testimonial-card.primary > p,
  .testimonial-card > p {
    margin: 24px 0 27px;
    font-size: 16px !important;
    line-height: 1.52;
  }
}

/* Mobile refinement v5: founder section scale */
@media (max-width:760px) {
  .founder-copy h2 {
    font-size:clamp(36px,9.8vw,42px);
    line-height:1.01;
    letter-spacing:-.035em;
  }
  .founder-copy > p {
    font-size:18px;
    line-height:1.58;
  }
}
@media (max-width:390px) {
  .founder-copy h2 { font-size:36px; }
  .founder-copy > p { font-size:17px; line-height:1.56; }
}

/* Mobile refinement v6: Section 4 heading matches Section 3 exactly */
@media (max-width:760px) {
  .founder-copy h2 {
    font-size:clamp(34px,9.5vw,42px);
    line-height:1.01;
    letter-spacing:-.035em;
  }
}
@media (max-width:390px) {
  .founder-copy h2 { font-size:34px; }
}

/* Mobile refinement v7: standardize all numbered homepage section headings (01-05) to Section 02 scale */
@media (max-width:760px) {
  .belief-copy h2,
  .section-heading-row h2,
  .process-intro h2,
  .founder-copy h2,
  .testimonial-heading h2 {
    font-size:clamp(34px,9.5vw,42px) !important;
    line-height:1.01 !important;
    letter-spacing:-.035em !important;
  }
}
@media (max-width:390px) {
  .belief-copy h2,
  .section-heading-row h2,
  .process-intro h2,
  .founder-copy h2,
  .testimonial-heading h2 {
    font-size:34px !important;
  }
}
