:root {
  --blue: #2e5b85;
  --blue-deep: #193f63;
  --forest: #224c2a;
  --green: #1f924d;
  --sage: #94bc7e;
  --cream: #fff8e8;
  --cream-deep: #f8edcf;
  --gold: #ecd68d;
  --ink: #173326;
  --muted: #5d6d64;
  --white: #ffffff;
  --line: rgba(34, 76, 42, 0.14);
  --shadow: 0 24px 64px rgba(23, 51, 38, 0.12);
  --radius: 26px;
  --container: min(1180px, calc(100% - 40px));
  --heading: "Montserrat", Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --hero-title-size: clamp(3.15rem, 3.45vw, 3.7rem);
  --hero-title-size-es: clamp(2.9rem, 3vw, 3.25rem);
  --section-title-size: clamp(2.35rem, 2.75vw, 3rem);
  --section-title-line-height: 1.1;
  --section-copy-size: 1rem;
  --section-copy-line-height: 1.7;
  --card-title-size: 1.28rem;
  --card-title-line-height: 1.35;
  --type-h1-size: var(--hero-title-size);
  --type-h1-line-height: 1.1;
  --type-h1-letter-spacing: -.045em;
  --type-h2-size: var(--section-title-size);
  --type-h2-line-height: var(--section-title-line-height);
  --type-h2-letter-spacing: -.035em;
  --type-h3-size: var(--card-title-size);
  --type-h3-line-height: var(--card-title-line-height);
  --type-h3-letter-spacing: -.025em;
  --type-body-size: var(--section-copy-size);
  --type-body-line-height: var(--section-copy-line-height);
  --type-lead-size: 1.18rem;
  --type-label-size: .76rem;
  --type-button-size: .84rem;
  --type-small-size: .82rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: #fffdf8; font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--heading); line-height: 1.12; letter-spacing: -0.035em; }
h1 { font-size: clamp(3rem, 5.6vw, 5.8rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.25rem, 4vw, 4.25rem); }
h3 { font-size: 1.3rem; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 12px 18px; color: #fff; background: var(--forest); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--green); font-family: var(--heading); font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: currentColor; }
.eyebrow.centered { justify-content: center; }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 16px; padding: 14px 24px; border: 1px solid var(--green); border-radius: 4px; color: #fff; background: var(--green); font-family: var(--heading); font-size: .84rem; font-weight: 700; letter-spacing: .01em; transition: transform .25s, background .25s, border-color .25s, box-shadow .25s; }
.button { transform: translate(var(--magnet-x, 0px), var(--magnet-y, 0px)); }
.button:hover, .button:focus-visible { border-color: var(--forest); background: var(--forest); box-shadow: 0 12px 28px rgba(31, 146, 77, .22); transform: translateY(-2px) translate(var(--magnet-x, 0px), var(--magnet-y, 0px)); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(236, 214, 141, .8); outline-offset: 3px; }
.button-small { min-height: 44px; padding: 10px 17px; font-size: .74rem; }
.button-full { width: 100%; }
.button-outline { border-color: var(--forest); color: var(--forest); background: transparent; }
.button-outline:hover { color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 11px; padding-bottom: 5px; border-bottom: 1px solid rgba(34, 76, 42, .32); color: var(--forest); font-family: var(--heading); font-size: .82rem; font-weight: 700; transition: color .2s, gap .2s; }
.text-link:hover { gap: 16px; color: var(--green); }

.site-header { position: sticky; z-index: 1000; top: 0; background: rgba(255, 253, 248, .96); transition: box-shadow .25s; }
.site-header.scrolled { box-shadow: 0 10px 35px rgba(23, 51, 38, .1); }
.utility-bar { color: rgba(255,255,255,.87); background: var(--forest); font-size: .77rem; }
.utility-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; }
.utility-inner p { margin: 0; }
.utility-inner a { color: var(--gold); font-weight: 700; }
.utility-links { display: flex; align-items: center; gap: 22px; }
.utility-links a:first-child { color: rgba(255,255,255,.87); font-weight: 400; }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 185px; height: auto; }
.primary-nav { position: relative; display: flex; align-items: center; gap: 24px; }
.primary-nav > a:not(.button) { position: relative; z-index: 1; color: #385347; font-family: var(--heading); font-size: .8rem; font-weight: 700; }
.primary-nav > a:not(.button)::after { position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; background: var(--green); content: ""; transform: scaleX(0); transition: transform .2s; }
.primary-nav > a:not(.button):hover::after, .primary-nav > a.active::after { transform: scaleX(1); }
.language-switch { display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 99px; background: #fff; font-family: var(--heading); font-size: .67rem; font-weight: 700; }
.language-switch span, .language-switch a { min-width: 30px; padding: 4px 7px; border-radius: 99px; text-align: center; }
.language-switch span { color: #fff; background: var(--blue); }
.nav-toggle { display: none; width: 48px; height: 48px; padding: 11px; border: 0; background: transparent; }
.nav-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--forest); transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; overflow: hidden; min-height: calc(100vh - 119px); display: flex; align-items: center; padding: 86px 0 92px; background: var(--cream); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .97fr 1.03fr; align-items: center; gap: 68px; }
.hero-copy h1 { margin-bottom: 27px; color: var(--blue-deep); }
.hero-copy h1 em { color: var(--forest); font-style: normal; }
.hero-lead { max-width: 650px; margin-bottom: 34px; color: #53685c; font-size: 1.18rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-bottom: 48px; }
.hero-proof { display: flex; gap: 0; padding-top: 23px; border-top: 1px solid rgba(34,76,42,.18); }
.hero-proof div { padding: 0 28px; border-right: 1px solid rgba(34,76,42,.16); }
.hero-proof div:first-child { padding-left: 0; }
.hero-proof div:last-child { border: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { color: var(--forest); font-family: var(--heading); font-size: 1rem; }
.hero-proof span { color: var(--muted); font-size: .73rem; }
.hero-visual { position: relative; padding: 16px 6px 50px 34px; }
.hero-image-wrap { position: relative; height: 570px; overflow: hidden; border-radius: 220px 220px 22px 22px; box-shadow: var(--shadow); }
.hero-image-wrap::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(25,63,99,.18), transparent 46%); content: ""; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.hero-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 13px; padding: 16px 18px; box-shadow: 0 16px 40px rgba(23,51,38,.16); }
.hero-card p { margin: 0; font-size: .84rem; line-height: 1.45; }
.hero-card-top { top: 106px; left: 0; color: #fff; background: var(--blue); }
.hero-card-top .mini-mark { color: var(--gold); font-family: var(--heading); font-size: .72rem; }
.hero-card-bottom { right: -10px; bottom: 14px; max-width: 280px; background: #fff; }
.status-dot { width: 12px; height: 12px; flex: 0 0 12px; border: 3px solid rgba(31,146,77,.25); border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(31,146,77,.1); }
.hero-motif { position: absolute; border-radius: 50%; opacity: .5; }
.motif-one { top: -180px; right: -140px; width: 430px; height: 430px; border: 70px solid rgba(148,188,126,.23); }
.motif-two { bottom: -300px; left: -210px; width: 570px; height: 570px; border: 80px solid rgba(236,214,141,.38); }

.journey-strip { color: #fff; background: var(--blue); }
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.journey-grid article { min-height: 124px; display: flex; align-items: center; gap: 20px; padding: 24px 40px; border-right: 1px solid rgba(255,255,255,.18); }
.journey-grid article:last-child { border: 0; }
.journey-grid article > span { color: var(--gold); font-family: var(--heading); font-size: .72rem; }
.journey-grid strong, .journey-grid p { display: block; }
.journey-grid strong { font-family: var(--heading); font-size: 1.08rem; }
.journey-grid p { margin: 3px 0 0; color: rgba(255,255,255,.7); font-size: .82rem; }

.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.about { background: #fffdf8; }
.about h2 { max-width: 560px; color: var(--forest); }
.about-copy { padding-top: 47px; }
.about-copy p { max-width: 650px; color: var(--muted); }
.about-copy .lead-copy { color: var(--blue); font-family: var(--heading); font-size: 1.42rem; font-weight: 600; line-height: 1.5; }
.about-copy .text-link { margin-top: 18px; }

.services { position: relative; overflow: hidden; color: #fff; background: var(--forest); }
.services::before { position: absolute; top: -180px; right: -140px; width: 430px; height: 430px; border: 74px solid rgba(148,188,126,.1); border-radius: 50%; content: ""; }
.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 80px; margin-bottom: 56px; }
.section-intro h2 { margin-bottom: 0; }
.section-intro > p { max-width: 460px; margin-bottom: 7px; }
.section-intro.light .eyebrow { color: var(--gold); }
.section-intro.light > p { color: rgba(255,255,255,.68); }
.service-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 495px; display: flex; flex-direction: column; padding: 34px 32px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.055); transition: transform .3s, background .3s; }
.service-card:hover { background: rgba(255,255,255,.09); transform: translateY(-7px); }
.service-card.featured { color: var(--ink); background: var(--cream); }
.service-number { position: absolute; top: 31px; right: 30px; color: var(--gold); font-family: var(--heading); font-size: .7rem; }
.featured .service-number { color: var(--green); }
.service-symbol { position: relative; width: 64px; height: 64px; margin-bottom: 50px; border: 1px solid rgba(255,255,255,.18); }
.featured .service-symbol { border-color: rgba(34,76,42,.17); }
.credit-symbol { display: flex; align-items: end; justify-content: center; gap: 4px; padding-bottom: 13px; }
.credit-symbol span { width: 8px; background: var(--sage); }
.credit-symbol span:first-child { height: 14px; }
.credit-symbol span:nth-child(2) { height: 23px; }
.credit-symbol span:last-child { height: 32px; background: var(--gold); }
.lending-symbol span { position: absolute; top: 16px; left: 17px; width: 29px; height: 31px; border: 3px solid var(--blue); border-radius: 50% 50% 8px 8px; }
.lending-symbol span::after { position: absolute; top: 8px; left: 7px; color: var(--green); content: "$"; font-size: .72rem; font-weight: 700; }
.home-symbol span { position: absolute; top: 23px; left: 18px; width: 29px; height: 24px; border: 3px solid var(--sage); border-top: 0; }
.home-symbol span::before { position: absolute; top: -10px; left: 2px; width: 20px; height: 20px; border-top: 3px solid var(--gold); border-left: 3px solid var(--gold); content: ""; transform: rotate(45deg); }
.service-card h3 { margin-bottom: 20px; font-size: 1.35rem; line-height: 1.4; }
.service-card p { margin-bottom: 24px; color: rgba(255,255,255,.66); font-size: .92rem; }
.service-card.featured p { color: var(--muted); }
.service-card a { margin-top: auto; color: var(--gold); font-family: var(--heading); font-size: .78rem; font-weight: 700; }
.service-card.featured a { color: var(--green); }

.process { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.process-copy { position: sticky; top: 160px; align-self: start; }
.process-copy h2 { color: var(--blue-deep); }
.process-copy > p:not(.eyebrow) { max-width: 480px; margin-bottom: 34px; color: var(--muted); }
.process-list { margin: 0; padding: 0; list-style: none; counter-reset: process; }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid rgba(34,76,42,.16); transition: padding-left .3s ease; }
.process-list li:first-child { padding-top: 0; }
.process-list li:hover { padding-left: 12px; }
.process-list li > span { width: 49px; height: 49px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: #fff; font-family: var(--heading); font-size: .72rem; font-weight: 700; box-shadow: 0 8px 20px rgba(34,76,42,.08); transition: color .3s, background .3s, transform .3s, box-shadow .3s; }
.process-list li:hover > span { color: #fff; background: var(--green); transform: scale(1.08); box-shadow: 0 10px 24px rgba(31,146,77,.28); }
.process-list h3 { margin: 0 0 6px; color: var(--forest); font-size: 1.4rem; }
.process-list p { margin: 0; color: var(--muted); }

.values {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(25,63,99,.035) 1px, transparent 1px),
    linear-gradient(rgba(25,63,99,.035) 1px, transparent 1px),
    #f7f5ef;
  background-size: 64px 64px;
}
.values::before {
  position: absolute;
  top: 68px;
  right: -125px;
  width: 330px;
  height: 330px;
  border: 68px solid rgba(236,214,141,.24);
  border-radius: 50%;
  content: "";
}
.values::after {
  position: absolute;
  bottom: 36px;
  left: -70px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(46,91,133,.16);
  border-radius: 50%;
  content: "";
}
.center-heading { position: relative; z-index: 1; margin-bottom: 58px; text-align: center; }
.center-heading h2 { color: var(--forest); }
.values .center-heading { max-width: 820px; margin-right: auto; margin-left: 0; text-align: left; }
.values .center-heading .eyebrow { justify-content: flex-start; color: #a27d14; }
.values .center-heading h2 { margin-bottom: 0; }
.value-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px;
}
.value-grid .value-card {
  --card-accent: var(--blue);
  --card-soft: rgba(46,91,133,.08);
  position: relative;
  overflow: hidden;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 34px 36px 32px;
  border: 1px solid rgba(25,63,99,.1);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(25,63,99,.09);
  transition: transform .35s ease, border-color .35s, box-shadow .35s;
}
.value-grid .value-card::before {
  position: absolute;
  right: -52px;
  bottom: -78px;
  width: 190px;
  height: 190px;
  border: 42px solid currentColor;
  border-radius: 50%;
  color: var(--card-accent);
  content: "";
  opacity: .08;
  transition: transform .55s ease, opacity .35s;
}
.value-grid .value-card:hover { border-color: rgba(25,63,99,.2); box-shadow: 0 30px 70px rgba(25,63,99,.15); transform: translateY(-7px); }
.value-grid .value-card:hover::before { opacity: .14; transform: scale(1.13) rotate(16deg); }
.value-grid .value-card:nth-child(1),
.value-grid .value-card:nth-child(4) { grid-column: span 7; }
.value-grid .value-card:nth-child(2),
.value-grid .value-card:nth-child(3) { grid-column: span 5; }
.value-card-green { --card-accent: var(--gold); color: #fff; background: var(--blue-deep) !important; }
.value-card-blue { --card-accent: var(--blue); background: #e8f0f6 !important; }
.value-card-gold { --card-accent: #b4870d; background: #f7edce !important; }
.value-card-sage { --card-accent: var(--gold); color: #fff; background: #294f73 !important; }
.value-card-top { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 36px; }
.value-number {
  display: grid;
  width: 46px;
  height: 32px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--card-accent) 24%, transparent);
  border-radius: 99px;
  color: var(--card-accent);
  background: rgba(255,255,255,.84);
  font-family: var(--heading);
  font-size: .63rem;
  font-weight: 800;
}
.value-icon {
  position: relative;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--card-accent) 22%, transparent);
  border-radius: 50%;
  color: var(--card-accent);
  background: rgba(255,255,255,.88);
  box-shadow: 0 10px 24px rgba(25,63,99,.12);
  transition: color .3s, background .3s, transform .35s;
}
.value-card:hover .value-icon { color: var(--blue-deep); background: var(--gold); transform: translateY(-5px) rotate(-5deg); }
.value-icon-partner i { position: absolute; width: 26px; height: 16px; border: 3px solid currentColor; border-radius: 99px; transform: rotate(-36deg); }
.value-icon-partner i:first-child { margin-left: -14px; }
.value-icon-partner i:last-child { margin-right: -14px; transform: rotate(36deg); }
.value-icon-clarity::before { width: 30px; height: 30px; border: 3px solid currentColor; border-radius: 70% 12%; content: ""; transform: rotate(45deg); }
.value-icon-clarity::after { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: currentColor; content: ""; }
.value-icon-strategy { align-items: flex-end; gap: 4px; padding-bottom: 15px; }
.value-icon-strategy i { width: 7px; border-radius: 3px 3px 0 0; background: currentColor; }
.value-icon-strategy i:first-child { height: 15px; }
.value-icon-strategy i:nth-child(2) { height: 24px; }
.value-icon-strategy i:last-child { height: 34px; }
.value-icon-journey i { position: relative; width: 28px; height: 24px; margin-top: 9px; border: 3px solid currentColor; border-top: 0; border-radius: 2px; }
.value-icon-journey i::before { position: absolute; top: -12px; left: 2px; width: 19px; height: 19px; border-top: 3px solid currentColor; border-left: 3px solid currentColor; content: ""; transform: rotate(45deg); }
.value-icon-journey i::after { position: absolute; right: 4px; bottom: 0; width: 6px; height: 11px; border: 2px solid currentColor; border-bottom: 0; content: ""; }
.value-grid h3 { position: relative; z-index: 1; max-width: 430px; min-height: 0; margin-bottom: 16px; color: var(--blue-deep); font-size: clamp(1.25rem, 1.7vw, 1.65rem); line-height: 1.25; }
.value-grid p { position: relative; z-index: 1; max-width: 540px; margin-bottom: 25px; color: #586b79; font-size: .93rem; line-height: 1.67; }
.value-card-green h3,
.value-card-sage h3 { color: #fff; }
.value-card-green p,
.value-card-sage p { color: rgba(255,255,255,.72); }
.value-card-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--card-accent);
  font-family: var(--heading);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.value-card-label::before { width: 18px; height: 2px; background: currentColor; content: ""; transition: width .3s; }
.value-card:hover .value-card-label::before { width: 30px; }

.resource { padding-top: 40px; background: #fffdf8; }
.resource-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; padding: 76px; color: #fff; background: var(--blue); box-shadow: var(--shadow); }
.resource-card::before { position: absolute; bottom: -170px; left: -120px; width: 380px; height: 380px; border: 70px solid rgba(236,214,141,.12); border-radius: 50%; content: ""; }
.resource-copy { position: relative; }
.resource-copy .eyebrow { color: var(--gold); }
.resource-copy h2 { font-size: clamp(2.2rem, 3.2vw, 3.5rem); }
.resource-copy > p { color: rgba(255,255,255,.72); }
.check-list { margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 12px 0; padding-left: 29px; color: rgba(255,255,255,.84); }
.check-list li::before { position: absolute; top: 2px; left: 0; color: var(--gold); content: "✓"; font-weight: 700; }
.resource-form { padding: 35px; color: var(--ink); background: #fff; box-shadow: 0 20px 50px rgba(18,47,76,.22); }
.form-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 24px; }
.form-heading span { color: var(--green); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.form-heading strong { font-family: var(--heading); font-size: .92rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: block; margin-bottom: 14px; color: var(--forest); font-size: .72rem; font-weight: 700; }
label small { color: var(--muted); font-weight: 400; }
input, select, textarea { width: 100%; margin-top: 6px; padding: 13px 14px; border: 1px solid rgba(34,76,42,.2); border-radius: 2px; color: var(--ink); background: #fffdf9; transition: border .2s, box-shadow .2s; }
input, select { height: 48px; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(31,146,77,.1); outline: none; }
.form-note { margin: 12px 0 0; color: #7a8980; font-size: .65rem; text-align: center; }
.form-status { min-height: 20px; margin: 10px 0 0; color: var(--green); font-size: .78rem; font-weight: 700; }
button:disabled { cursor: wait; opacity: .65; }

.team { background: var(--cream); }
.team-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 24px; align-items: stretch; }
.team-intro { align-self: center; padding-right: 60px; }
.team-intro h2 { color: var(--forest); }
.team-intro > p:last-child { color: var(--muted); }
.team-card { overflow: hidden; min-width: 0; min-height: 0; display: flex; flex-direction: column; border: 1px solid rgba(34,76,42,.14); background: #fff; box-shadow: 0 12px 32px rgba(34,76,42,.07); transition: transform .3s, box-shadow .3s; }
.team-card:hover { box-shadow: 0 20px 45px rgba(34,76,42,.12); transform: translateY(-6px); }
.team-photo-wrap { position: relative; overflow: hidden; width: 100%; aspect-ratio: 1 / 1.06; flex: 0 0 auto; background: #d9dad9; }
.team-photo-wrap::after { position: absolute; inset: auto 0 0; height: 24%; background: linear-gradient(to top, rgba(25,63,99,.12), transparent); content: ""; pointer-events: none; }
.team-photo { width: 100% !important; height: 100% !important; max-width: none; object-fit: cover; object-position: center 20%; }
.team-details { flex: 1; padding: 25px 26px 27px; border-top: 4px solid var(--green); }
.team-card:last-child .team-details { border-top-color: var(--gold); }
.team-card h3 { margin: 0 0 7px; color: var(--forest); }
.team-card p { margin: 0; color: var(--muted); font-size: .84rem; }

.faq { background: #fffdf8; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-intro h2 { color: var(--blue-deep); }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.faq-intro .text-link { margin-top: 15px; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 18px 0; border: 0; color: var(--forest); background: transparent; font-family: var(--heading); font-size: .96rem; font-weight: 700; text-align: left; }
.faq-item i { position: relative; width: 28px; height: 28px; flex: 0 0 28px; border: 1px solid var(--line); border-radius: 50%; }
.faq-item i::before, .faq-item i::after { position: absolute; top: 13px; left: 8px; width: 10px; height: 1px; background: var(--green); content: ""; transition: transform .2s; }
.faq-item i::after { transform: rotate(90deg); }
.faq-item.open i::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s; }
.faq-answer p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding: 0 55px 28px 0; }

.contact { padding-top: 0; background: #fffdf8; }
.contact-card { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; padding: 72px; color: #fff; background: var(--forest); }
.contact-copy .eyebrow { color: var(--gold); }
.contact-copy h2 { font-size: clamp(2.2rem, 3.5vw, 3.7rem); }
.contact-copy > p { color: rgba(255,255,255,.67); }
.location-list { margin-top: 36px; }
.location-list div { padding: 14px 0; border-top: 1px solid rgba(255,255,255,.13); }
.location-list span, .location-list strong { display: block; }
.location-list span { color: var(--sage); font-size: .66rem; letter-spacing: .09em; text-transform: uppercase; }
.location-list strong { margin-top: 3px; font-size: .82rem; }
.contact-form label { color: rgba(255,255,255,.78); }
.contact-form input, .contact-form select, .contact-form textarea { border-color: rgba(255,255,255,.17); color: #fff; background: rgba(255,255,255,.07); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--sage); }
.contact-form select option { color: var(--ink); background: #fff; }
.contact-form .button { border-color: var(--gold); color: var(--forest); background: var(--gold); }
.contact-form .form-status { color: var(--gold); }

.site-footer { padding: 64px 0 24px; color: rgba(255,255,255,.7); background: #14311d; }
.footer-grid { display: grid; grid-template-columns: 1.65fr repeat(3, 1fr); align-items: start; gap: clamp(44px, 5vw, 74px); padding-bottom: 52px; }
.footer-brand { align-self: start; }
.footer-logo {
  width: 232px;
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -8px 0 22px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 14px 34px rgba(4, 21, 11, .22);
  transition: transform .25s ease, box-shadow .25s ease;
}
.footer-logo:hover { box-shadow: 0 18px 42px rgba(4, 21, 11, .3); transform: translateY(-3px); }
.footer-brand .footer-logo img { width: 202px; height: auto; margin: 0; image-rendering: auto; }
.footer-brand p { max-width: 320px; margin-bottom: 0; line-height: 1.7; }
.footer-grid h2 { margin-bottom: 18px; color: var(--sage); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a, .footer-grid > div:not(.footer-brand) p { display: block; margin: 9px 0; font-size: .82rem; }
.footer-grid a:hover { color: var(--gold); }
.footer-language a[aria-current="page"] { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .65rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 24px; text-align: right; }
.floating-contact { position: fixed; z-index: 100; right: 24px; bottom: 24px; min-height: 51px; display: flex; align-items: center; gap: 10px; padding: 10px 18px; border-radius: 99px; color: #fff; background: var(--green); box-shadow: 0 14px 35px rgba(31,146,77,.32); font-size: .76rem; transition: transform .2s; }
.floating-contact:hover { transform: translateY(-3px); }
.back-to-top { position: fixed; z-index: 99; right: 30px; bottom: 90px; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; color: var(--forest); background: #fff; box-shadow: 0 9px 25px rgba(23,51,38,.1); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s, transform .2s; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.revealed { opacity: 1; transform: translateY(0); }
.service-card:nth-child(2), .value-grid article:nth-child(2), .team-card:nth-child(2) { transition-delay: .08s; }
.service-card:nth-child(3), .value-grid article:nth-child(3), .team-card:nth-child(3) { transition-delay: .16s; }
.value-grid article:nth-child(4) { transition-delay: .24s; }

.line-reveal { display: block; overflow: hidden; }
.line-reveal-inner { display: inline-block; }
.line-reveal:nth-child(2) .line-reveal-inner { transition-delay: .12s; }

@media (prefers-reduced-motion: no-preference) {
  .line-reveal-inner { transform: translateY(112%); transition: transform .85s cubic-bezier(.22, 1, .36, 1); }
  .line-reveal-inner.revealed { transform: translateY(0); }

  .home-hero .hero-image-wrap { clip-path: inset(0 0 0 0 round 220px 220px 22px 22px); transition: clip-path 1.1s cubic-bezier(.22, 1, .36, 1), border-radius .5s ease, box-shadow .5s ease; }
  .home-hero .hero-image-wrap:not(.revealed) { clip-path: inset(0 100% 0 0 round 220px 220px 22px 22px); }
  .page-hero-media { clip-path: inset(0 0 0 0); transition: clip-path 1.15s cubic-bezier(.22, 1, .36, 1); }
  .page-hero-media:not(.revealed) { clip-path: inset(0 100% 0 0); }
  .team-photo-wrap { clip-path: inset(0 0 0 0); transition: clip-path 1s cubic-bezier(.22, 1, .36, 1); }
  .team-photo-wrap:not(.revealed) { clip-path: inset(0 100% 0 0); }
  .team-card:nth-child(2) .team-photo-wrap { transition-delay: .12s; }
}

@media (max-width: 1050px) {
  :root { --container: min(calc(100% - 34px), 920px); }
  .utility-bar { display: none; }
  .nav-wrap { height: 78px; }
  .nav-toggle { display: block; }
  .primary-nav { position: fixed; top: 78px; right: 0; bottom: 0; left: 0; z-index: 999; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 32px max(20px, calc((100vw - 900px)/2)); background: #fffdf8; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s, visibility .2s, transform .2s; }
  .primary-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .primary-nav > a:not(.button) { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .primary-nav > a:not(.button)::after { display: none; }
  .language-switch { align-self: flex-start; margin: 22px 0; }
  .nav-cta { align-self: flex-start; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero-proof div { padding: 0 15px; }
  .hero-image-wrap { height: 500px; }
  .split-grid, .process-grid, .faq-grid { gap: 55px; }
  .service-card { padding: 29px 24px; }
  .resource-card, .contact-card { gap: 45px; padding: 55px; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .team-intro { grid-column: 1 / -1; padding: 0 0 24px; }
  .team-photo-wrap { aspect-ratio: 1 / 1; }
  .footer-grid { gap: 35px; }
}

@media (max-width: 800px) {
  .section { padding: 88px 0; }
  .hero { padding: 60px 0 70px; }
  .hero-grid, .split-grid, .process-grid, .faq-grid, .resource-card, .contact-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 45px; }
  .hero-copy { text-align: left; }
  .hero-image-wrap { height: min(600px, 115vw); }
  .hero-visual { width: min(620px, 100%); margin-inline: auto; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-grid article { min-height: 92px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .about-copy { padding-top: 0; }
  .section-intro { display: block; }
  .section-intro > p { margin-top: 25px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 405px; }
  .process-copy { position: static; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .resource { padding-top: 0; }
  .resource-card, .contact-card { gap: 50px; padding: 50px 38px; }
  .resource-form { padding: 28px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-language { grid-column: 2; }
  .footer-bottom { display: block; }
  .footer-bottom div { margin-top: 12px; flex-direction: column; gap: 3px; text-align: left; }
}

@media (max-width: 560px) {
  :root { --container: calc(100% - 28px); }
  html { scroll-padding-top: 85px; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .brand img { width: 160px; }
  .hero { padding-top: 48px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-proof div { padding: 0 10px; }
  .hero-proof span { line-height: 1.35; }
  .hero-visual { padding: 6px 0 55px 16px; }
  .hero-image-wrap { height: 440px; border-radius: 160px 160px 18px 18px; }
  .hero-card-top { top: 68px; left: -4px; }
  .hero-card-bottom { right: 0; bottom: 7px; max-width: 245px; }
  .journey-grid article { padding: 20px 16px; }
  .split-grid { gap: 20px; }
  .service-card { min-height: 430px; }
  .process-list li { grid-template-columns: 52px 1fr; gap: 14px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { min-height: 230px; }
  .value-grid article > span { margin-bottom: 40px; }
  .resource-card, .contact-card { width: 100%; padding: 45px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-heading { align-items: flex-start; flex-direction: column; }
  .team-grid { grid-template-columns: 1fr; }
  .team-intro { grid-column: auto; }
  .team-card { min-height: 0; }
  .team-photo-wrap { aspect-ratio: 1 / .92; }
  .faq-item button { font-size: .88rem; }
  .faq-item.open .faq-answer p { padding-right: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-language { grid-column: auto; }
  .floating-contact { right: 14px; bottom: 14px; width: 49px; min-height: 49px; justify-content: center; padding: 0; }
  .floating-contact strong { display: none; }
  .back-to-top { right: 18px; bottom: 74px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Internal pages */
.page-hero { position: relative; overflow: hidden; padding: 104px 0 110px; color: var(--forest); background: var(--cream); }
.page-hero::after { position: absolute; right: -120px; bottom: -260px; width: 480px; height: 480px; border: 78px solid rgba(148,188,126,.18); border-radius: 50%; content: ""; }
.page-hero-motif { position: absolute; top: -180px; left: -210px; width: 430px; height: 430px; border: 70px solid rgba(236,214,141,.32); border-radius: 50%; }
.page-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.18fr .82fr; align-items: end; gap: 90px; }
.page-hero h1 { max-width: 800px; margin: 0; color: var(--blue-deep); font-size: clamp(3rem, 5.3vw, 5.45rem); }
.page-hero h1 em { color: var(--forest); font-style: normal; }
.page-hero-lead { max-width: 510px; margin: 0 0 10px; padding-left: 30px; border-left: 3px solid var(--green); color: var(--muted); font-size: 1.12rem; line-height: 1.75; }
.breadcrumbs { display: flex; align-items: center; gap: 9px; margin-bottom: 43px; color: #708078; font-family: var(--heading); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs a { color: var(--green); }
.story-section { background: #fffdf8; }
.story-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; }
.story-heading h2 { max-width: 590px; color: var(--forest); }
.story-copy { padding-top: 42px; }
.story-copy p, .service-detail-body > p { color: var(--muted); }
.story-copy .lead-copy, .service-detail-body .lead-copy { color: var(--blue); font-family: var(--heading); font-size: 1.34rem; font-weight: 600; line-height: 1.5; }
.purpose-section { padding-top: 0; background: #fffdf8; }
.purpose-grid { display: grid; grid-template-columns: 1fr 1fr; }
.purpose-card { position: relative; min-height: 520px; padding: 62px; color: #fff; background: var(--forest); }
.purpose-card.blue { background: var(--blue); }
.purpose-card > span { position: absolute; top: 35px; right: 38px; color: var(--gold); font-family: var(--heading); font-size: .72rem; }
.purpose-card .eyebrow { color: var(--gold); }
.purpose-card h2 { max-width: 490px; margin-top: 24px; font-size: clamp(2rem, 3.2vw, 3.4rem); }
.purpose-card > p:last-child { max-width: 540px; margin-top: 30px; color: rgba(255,255,255,.72); }
.purpose-icon {
  position: relative;
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 16px;
  background: rgba(255, 255, 255, .07);
  color: var(--gold);
  transition: transform .4s cubic-bezier(.2, .8, .2, 1), background .35s ease, border-color .35s ease;
}
.purpose-card:hover .purpose-icon { transform: translateY(-5px) rotate(-5deg) scale(1.05); background: rgba(255, 255, 255, .16); border-color: rgba(236, 214, 141, .55); }
.purpose-icon i, .purpose-icon i::before, .purpose-icon i::after { box-sizing: border-box; }
.purpose-icon-mission i { position: relative; width: 26px; height: 26px; border: 2.5px solid currentColor; border-radius: 50%; }
.purpose-icon-mission i::before { content: ""; position: absolute; inset: 6px; border: 2.5px solid currentColor; border-radius: 50%; }
.purpose-icon-mission i::after { content: ""; position: absolute; inset: 11px; border-radius: 50%; background: currentColor; }
.purpose-icon-vision i { position: relative; width: 34px; height: 20px; border-radius: 50%; border: 2.5px solid currentColor; }
.purpose-icon-vision i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; margin: -4px 0 0 -4px; border-radius: 50%; background: currentColor; }

.principles-section { color: #fff; background: var(--forest); }
.principles-section .section-intro .eyebrow { color: var(--gold); }
.principles-section .section-intro > p { color: rgba(255,255,255,.66); }
.principles-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.principles-grid article { grid-column: span 2; min-height: 315px; padding: 32px 28px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.principles-grid article:nth-child(4), .principles-grid article:nth-child(5) { grid-column: span 3; }
.principles-grid article > span { display: block; margin-bottom: 20px; color: var(--gold); font-family: var(--heading); font-size: .7rem; }
.principles-grid h3 { font-size: 1.26rem; }
.principles-grid p { color: rgba(255,255,255,.7); font-size: 1rem; line-height: 1.6; }
.principle-icon {
  position: relative;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(236, 214, 141, .3);
  border-radius: 14px;
  background: rgba(236, 214, 141, .08);
  color: var(--gold);
  transition: transform .4s cubic-bezier(.2, .8, .2, 1), background .35s ease, border-color .35s ease;
}
.principles-grid article:hover .principle-icon { transform: translateY(-4px) rotate(-4deg); background: rgba(236, 214, 141, .16); border-color: rgba(236, 214, 141, .55); }
.principle-icon i, .principle-icon i::before, .principle-icon i::after { box-sizing: border-box; }
.principle-icon-transparency i { position: relative; width: 26px; height: 16px; border-radius: 50%; border: 2.5px solid currentColor; }
.principle-icon-transparency i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 6px; height: 6px; margin: -3px 0 0 -3px; border-radius: 50%; background: currentColor; }
.principle-icon-advocacy i { position: relative; width: 24px; height: 15px; }
.principle-icon-advocacy i::before, .principle-icon-advocacy i::after { content: ""; position: absolute; top: 0; width: 15px; height: 15px; border: 2.5px solid currentColor; border-radius: 99px; }
.principle-icon-advocacy i::before { left: 0; transform: rotate(-18deg); }
.principle-icon-advocacy i::after { right: 0; transform: rotate(18deg); }
.principle-icon-integrity i { position: relative; width: 20px; height: 24px; border: 2.5px solid currentColor; clip-path: polygon(0 0, 100% 0, 100% 62%, 50% 100%, 0 62%); }
.principle-icon-commitment i { position: relative; width: 28px; height: 14px; border: 2.5px solid currentColor; border-bottom: 0; border-radius: 28px 28px 0 0; }
.principle-icon-commitment i::after { content: ""; position: absolute; left: -3.5px; right: -3.5px; bottom: -2.5px; height: 2.5px; background: currentColor; }
.principle-icon-security i { position: relative; width: 18px; height: 13px; margin-top: 9px; border: 2.5px solid currentColor; border-radius: 3px; }
.principle-icon-security i::before { content: ""; position: absolute; top: -10px; left: 1px; width: 14px; height: 14px; border: 2.5px solid currentColor; border-bottom: 0; border-radius: 14px 14px 0 0; }

.inner-team { background: var(--cream); }
.audience-section { padding-top: 0; background: var(--cream); }
.audience-card { position: relative; overflow: hidden; isolation: isolate; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding: 70px; color: #fff; background: var(--blue); }
.audience-card-media { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.audience-card-media img {
  width: 100%;
  height: 118%;
  object-fit: cover;
  transform: translate3d(0, var(--parallax-y, -4%), 0) scale(1.05);
  will-change: transform;
}
.audience-card-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(100deg, rgba(19, 44, 71, .93) 0%, rgba(25, 63, 99, .84) 46%, rgba(25, 63, 99, .48) 82%);
}
.audience-card .eyebrow { color: var(--gold); }
.audience-card h2 { margin: 0; font-size: clamp(2.1rem, 3.5vw, 3.65rem); }
.audience-card > div:last-child p { color: rgba(255,255,255,.72); }
.audience-card .button { margin-top: 18px; }
@media (prefers-reduced-motion: reduce) {
  .audience-card-media img { transform: none !important; }
}

.services-page-hero { color: #fff; background: var(--forest); }
.services-page-hero h1 { color: #fff; }
.services-page-hero h1 em, .services-page-hero .eyebrow, .services-page-hero .breadcrumbs a { color: var(--gold); }
.services-page-hero .breadcrumbs, .services-page-hero .page-hero-lead { color: rgba(255,255,255,.68); }
.services-page-hero .page-hero-lead { border-left-color: var(--gold); }
.services-page-hero::after { border-color: rgba(148,188,126,.09); }
.services-overview { padding: 28px 0 72px; background: #fffdf8; }
.service-detail { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(48px, 6vw, 76px); padding: 62px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 138px; }
.service-detail:last-child { border-bottom: 0; }
.service-detail.reverse .service-detail-heading { order: 0; padding-left: 0; }
.service-detail-heading { position: relative; }
.service-detail-heading::before { position: absolute; top: 48px; left: -38px; width: 90px; height: 90px; border: 16px solid rgba(148,188,126,.14); border-radius: 50%; content: ""; }
.service-detail-heading > * { position: relative; }
.pillar-label { display: block; margin-bottom: 22px; color: var(--green); font-family: var(--heading); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.service-detail-heading h2 { margin-bottom: 0; color: var(--forest); font-size: clamp(2.2rem, 3vw, 3.25rem); }
.service-detail-body > p { margin-bottom: 15px; }
.service-detail-body .lead-copy { margin-bottom: 14px; font-size: 1.25rem; }
.service-detail-body h3 { margin: 24px 0 12px; color: var(--forest); font-size: 1rem; letter-spacing: .01em; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; margin: 0 0 24px; padding: 0; list-style: none; }
.feature-list li { position: relative; padding: 10px 0 10px 25px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
.feature-list li::before { position: absolute; top: 10px; left: 0; color: var(--green); content: "✓"; font-weight: 700; }
.why-card { padding: 18px 22px; border-left: 4px solid var(--green); background: var(--cream); }
.why-card.blue { border-left-color: var(--blue); background: rgba(46,91,133,.08); }
.why-card.gold { border-left-color: #d0ad38; background: rgba(236,214,141,.22); }
.why-card strong { display: block; margin-bottom: 5px; color: var(--forest); font-family: var(--heading); font-size: .78rem; text-transform: uppercase; }
.why-card p { margin: 0; color: var(--muted); font-size: .88rem; }
.how-it-works { background: var(--cream); }
.journey-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.journey-steps li { min-height: 300px; padding: 30px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.journey-steps li > span { display: block; margin-bottom: 70px; color: var(--green); font-family: var(--heading); font-size: .72rem; font-weight: 700; }
.journey-steps h3 { color: var(--blue); font-size: 1.13rem; }
.journey-steps p { color: var(--muted); font-size: .87rem; }
.center-cta { max-width: 780px; margin: 100px auto 0; text-align: center; }
.center-cta > p { margin-bottom: 8px; color: var(--green); font-family: var(--heading); font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.center-cta h2 { color: var(--forest); }

.contact-page-hero { background: var(--cream); }
.contact-page-section { background: #fffdf8; }
.contact-page-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; }
.contact-sidebar h2 { color: var(--forest); font-size: clamp(2.2rem, 3.7vw, 3.8rem); }
.contact-sidebar > p:not(.eyebrow) { color: var(--muted); }
.contact-methods { margin-top: 45px; border-top: 1px solid var(--line); }
.contact-methods > * { position: relative; display: block; padding: 20px 42px 20px 0; border-bottom: 1px solid var(--line); }
.contact-methods span, .contact-methods strong { display: block; }
.contact-methods span { color: var(--green); font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-methods strong { margin-top: 4px; color: var(--forest); font-size: .92rem; }
.contact-methods i { position: absolute; top: 27px; right: 8px; color: var(--green); font-style: normal; }
.contact-page-form { padding: 48px; color: var(--ink); background: var(--forest); box-shadow: var(--shadow); }
.contact-page-form .form-title span { color: var(--gold); font-family: var(--heading); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-page-form .form-title h2 { margin: 8px 0 10px; color: #fff; font-size: clamp(2rem, 3.2vw, 3.2rem); }
.contact-page-form .form-title p { margin-bottom: 28px; color: rgba(255,255,255,.66); }
.contact-page-form .form-note.left { color: rgba(255,255,255,.55); text-align: left; }
.callout-section { padding-top: 0; background: #fffdf8; }
.callout-card { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 55px 65px; color: #fff; background: var(--blue); }
.callout-card .eyebrow { color: var(--gold); }
.callout-card h2 { margin: 0; font-size: clamp(2rem, 3vw, 3.3rem); }
.callout-card .button { flex: 0 0 auto; }

@media (max-width: 1050px) {
  .page-hero-grid, .story-grid, .service-detail, .contact-page-grid { gap: 55px; }
  .purpose-card { min-height: 470px; padding: 45px; }
  .principles-grid { grid-template-columns: repeat(2, 1fr); }
  .principles-grid article, .principles-grid article:nth-child(4), .principles-grid article:nth-child(5) { grid-column: auto; }
  .principles-grid article:last-child { grid-column: 1 / -1; }
  .audience-card { gap: 50px; padding: 55px; }
  .service-detail { gap: 55px; }
  .feature-list { grid-template-columns: 1fr; }
  .journey-steps { grid-template-columns: 1fr 1fr; }
  .contact-page-form { padding: 38px; }
}

@media (max-width: 800px) {
  .page-hero { padding: 75px 0 82px; }
  .page-hero-grid, .story-grid, .purpose-grid, .audience-card, .service-detail, .contact-page-grid { grid-template-columns: 1fr; }
  .page-hero-grid { gap: 42px; }
  .page-hero-lead { max-width: 650px; }
  .story-copy { padding-top: 0; }
  .purpose-card { min-height: auto; }
  .principles-grid { grid-template-columns: 1fr 1fr; }
  .principles-grid article:last-child { grid-column: 1 / -1; }
  .service-detail.reverse .service-detail-heading { order: 0; padding-left: 0; }
  .service-detail { padding: 65px 0; }
  .service-detail-heading h2 { margin-bottom: 0; }
  .audience-card { padding: 48px 38px; }
  .callout-card { align-items: flex-start; flex-direction: column; padding: 45px; }
}

@media (max-width: 560px) {
  .page-hero { padding: 58px 0 65px; }
  .breadcrumbs { margin-bottom: 32px; }
  .page-hero-lead { padding-left: 20px; font-size: 1rem; }
  .purpose-card { padding: 38px 24px; }
  .purpose-card h2 { margin-top: 45px; }
  .principles-grid, .journey-steps { grid-template-columns: 1fr; }
  .principles-grid article, .principles-grid article:last-child { grid-column: auto; min-height: 260px; }
  .principles-grid article > span { margin-bottom: 35px; }
  .audience-card { width: 100%; padding: 42px 20px; }
  .feature-list { display: block; }
  .contact-page-form { padding: 34px 20px; }
  .callout-card { width: 100%; padding: 40px 20px; }
}

/* Premium image heroes and motion system */
.scroll-progress {
  position: fixed;
  z-index: 2100;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--green), var(--gold), var(--blue));
  box-shadow: 0 1px 8px rgba(31, 146, 77, .3);
}

.page-hero-image {
  min-height: clamp(560px, 72vh, 760px);
  display: flex;
  align-items: flex-end;
  padding: 125px 0 105px;
  color: #fff;
  background: var(--blue-deep);
  isolation: isolate;
}
.page-hero-media,
.page-hero-overlay {
  position: absolute;
  inset: 0;
}
.page-hero-media { z-index: -3; overflow: hidden; }
.page-hero-media img {
  width: 100%;
  height: 118%;
  object-fit: cover;
  transform: translate3d(0, var(--parallax-y, -4%), 0) scale(1.055);
  will-change: transform;
}
.page-hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(9, 31, 25, .92) 0%, rgba(15, 45, 38, .78) 43%, rgba(13, 34, 32, .28) 72%, rgba(9, 23, 26, .18) 100%),
    linear-gradient(0deg, rgba(9, 25, 23, .55), transparent 60%);
}
.page-hero-image::after { z-index: -1; border-color: rgba(236, 214, 141, .09); }
.page-hero-image .page-hero-motif { z-index: -1; border-color: rgba(236, 214, 141, .1); }
.page-hero-image .page-hero-grid { width: var(--container); }
.page-hero-image h1,
.services-page-hero h1,
.contact-page-hero h1 { color: #fff; text-shadow: 0 8px 34px rgba(0, 0, 0, .22); }
.page-hero-image h1 em,
.page-hero-image .eyebrow,
.page-hero-image .breadcrumbs a { color: var(--gold); }
.page-hero-image .breadcrumbs,
.page-hero-image .page-hero-lead { color: rgba(255, 255, 255, .82); }
.page-hero-image .page-hero-lead {
  border-left-color: var(--gold);
  text-shadow: 0 2px 20px rgba(0, 0, 0, .34);
}
.about-page-hero .page-hero-media img { object-position: center 50%; }
.services-page-hero .page-hero-media img { object-position: center 54%; }
.contact-page-hero .page-hero-media img { object-position: center 50%; }

.home-hero .hero-copy,
.home-hero .hero-visual { position: relative; }
.home-hero .hero-copy h1 { letter-spacing: -.045em; line-height: 1.1; }
.home-hero .hero-image-wrap img {
  height: 100%;
  object-position: 50% center;
  transform: scale(1.005);
  will-change: transform;
}
.home-hero .hero-image-wrap { transition: border-radius .5s ease, box-shadow .5s ease; }
.home-hero .hero-image-wrap:hover { border-radius: 190px 190px 32px 32px; box-shadow: 0 32px 80px rgba(23, 51, 38, .2); }
.hero-card { animation: gentle-float 5.5s ease-in-out infinite; }
.hero-card-bottom { animation-delay: -2.3s; }

@keyframes gentle-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}

@media (min-width: 1051px) {
  .home-hero .hero-copy h1 {
    font-size: var(--hero-title-size);
    white-space: nowrap;
  }
  html[lang="es"] .home-hero .hero-copy h1 {
    font-size: var(--hero-title-size-es);
  }
}

.sticky-story {
  position: relative;
  min-height: 138vh;
  background: #102e25;
}
.sticky-story-media {
  position: sticky;
  top: 119px;
  height: calc(100vh - 119px);
  overflow: hidden;
}
.sticky-story-media img {
  width: 100%;
  height: 112%;
  object-fit: cover;
  object-position: center;
  transform: translate3d(0, var(--parallax-y, -4%), 0) scale(1.035);
  will-change: transform;
}
.sticky-story-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 31, 25, .74), rgba(10, 31, 25, .16) 65%, rgba(10, 31, 25, .3));
}
.sticky-story-content {
  position: relative;
  z-index: 2;
  min-height: 138vh;
  display: flex;
  align-items: flex-end;
  margin-top: calc(-100vh + 119px);
  padding-bottom: 12vh;
  pointer-events: none;
}
.sticky-story-content-right { justify-content: flex-end; }
.sticky-story-card {
  width: min(585px, 100%);
  padding: clamp(34px, 5vw, 66px);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(20, 62, 45, .8);
  box-shadow: 0 30px 85px rgba(0, 0, 0, .28);
  backdrop-filter: blur(16px);
  pointer-events: auto;
}
.sticky-story-card .eyebrow,
.sticky-story-card .text-link { color: var(--gold); }
.sticky-story-card h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.sticky-story-card > p:not(.eyebrow) { color: rgba(255, 255, 255, .75); }
.sticky-story-card .text-link { border-color: rgba(236, 214, 141, .5); }
.story-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.story-pills span {
  padding: 10px 14px;
  border: 1px solid rgba(236, 214, 141, .4);
  border-radius: 99px;
  color: var(--gold);
  background: rgba(255, 255, 255, .06);
  font-family: var(--heading);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.button { position: relative; overflow: hidden; isolation: isolate; }
.button::before {
  position: absolute;
  z-index: 0;
  inset: -2px;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.34) 48%, transparent 66%);
  content: "";
  transform: translateX(-120%);
  transition: transform .65s ease;
}
.button:hover::before { transform: translateX(120%); }

.motion-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --lift: 0px;
  position: relative;
  transform-style: preserve-3d;
  will-change: transform;
}
.motion-card:not(.reveal),
.motion-card.reveal.revealed {
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(var(--lift));
  transition: transform .22s ease, box-shadow .3s ease, background-color .3s ease;
}
.motion-card:hover {
  --lift: -10px;
  z-index: 2;
  box-shadow: 0 34px 70px -14px color-mix(in srgb, var(--card-accent, #1f924d) 45%, rgba(15, 35, 26, .38));
}
.motion-card::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(236, 214, 141, .22), transparent 44%),
    linear-gradient(115deg, transparent 34%, rgba(255, 255, 255, .55) 48%, transparent 62%);
  background-repeat: no-repeat;
  background-position: 0 0, -40% 0;
  background-size: 100% 100%, 55% 100%;
  content: "";
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: soft-light;
  transition: opacity .3s ease, background-position 1s cubic-bezier(.2, .7, .2, 1);
}
.motion-card:hover::after { opacity: 1; background-position: 0 0, 180% 0; }

@media (prefers-reduced-motion: no-preference) {
  .motion-card.reveal {
    opacity: 0;
    transform: translateY(38px) scale(.94);
    filter: blur(7px);
    transition: opacity .75s cubic-bezier(.22, 1, .36, 1), transform .75s cubic-bezier(.22, 1, .36, 1), filter .75s ease;
  }
  .motion-card.reveal.revealed { opacity: 1; filter: blur(0); }
}
.journey-grid article,
.contact-methods > * { transition: color .25s, background-color .25s, padding .25s, transform .25s; }
.journey-grid article:hover { background: rgba(255,255,255,.07); }
.contact-methods > *:hover { padding-left: 15px; background: rgba(148, 188, 126, .08); }
.service-detail { border-radius: 0; }

.reveal { transition-delay: var(--reveal-delay, 0ms); }

@media (max-width: 1050px) {
  .page-hero-image { min-height: 620px; }
  .page-hero-overlay { background: linear-gradient(90deg, rgba(9,31,25,.9), rgba(10,36,29,.63) 65%, rgba(9,28,25,.38)); }
  .sticky-story-media { top: 78px; height: calc(100vh - 78px); }
  .sticky-story-content { margin-top: calc(-100vh + 78px); }
  .sticky-story-content { padding-bottom: 8vh; }
}

@media (max-width: 800px) {
  .page-hero-image { min-height: 610px; align-items: center; padding: 86px 0 80px; }
  .page-hero-image .page-hero-grid { gap: 30px; }
  .page-hero-image .page-hero-media img { height: 110%; object-position: 66% center; }
  .page-hero-overlay { background: linear-gradient(90deg, rgba(8,29,23,.94), rgba(9,32,26,.73)); }
  .sticky-story { min-height: 112vh; }
  .sticky-story-media { top: 78px; }
  .sticky-story-content { min-height: 112vh; }
  .motion-card:not(.reveal), .motion-card.reveal.revealed { transform: none; }
}

@media (max-width: 560px) {
  .page-hero-image { min-height: 590px; padding: 64px 0 62px; }
  .page-hero-image h1 { font-size: clamp(2.55rem, 12vw, 3.65rem); }
  .page-hero-image .breadcrumbs { margin-bottom: 25px; }
  .page-hero-image .page-hero-lead { padding-left: 16px; }
  .sticky-story-card { width: calc(100% - 8px); padding: 32px 22px; }
  .sticky-story-content { padding-bottom: 5vh; }
  .home-hero .hero-image-wrap:hover { border-radius: 160px 160px 18px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-progress { display: none; }
  .hero-card { animation: none; }
  .page-hero-media img,
  .home-hero .hero-image-wrap img,
  .sticky-story-media img { transform: none !important; }
  .sticky-story-media { position: relative; top: 0; }
  .sticky-story-content { min-height: auto; margin-top: -70vh; padding-bottom: 60px; }
  .motion-card:not(.reveal),
  .motion-card.reveal.revealed { transform: none; }
}

/* Home: Bridge Difference editorial section */
.bridge-difference {
  position: relative;
  overflow: hidden;
  padding: 108px 0 118px;
  background:
    linear-gradient(135deg, rgba(236, 214, 141, .12), transparent 34%),
    #fffdf8;
}
.bridge-difference::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(34, 76, 42, .18), transparent);
  content: "";
}
.bridge-difference-orb {
  position: absolute;
  right: -170px;
  bottom: -230px;
  width: 520px;
  height: 520px;
  border: 84px solid rgba(148, 188, 126, .11);
  border-radius: 50%;
}
.bridge-difference-grid {
  position: relative;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: clamp(55px, 7vw, 100px);
}
.bridge-difference-intro h2 {
  max-width: 570px;
  margin-bottom: 0;
  color: var(--forest);
  font-size: clamp(2.7rem, 4.1vw, 4.25rem);
  line-height: 1.08;
}
.bridge-difference-visual {
  position: relative;
  overflow: hidden;
  height: 285px;
  margin: 48px 0 0;
  border-radius: 8px 120px 8px 8px;
  background: var(--blue-deep);
  box-shadow: 0 24px 58px rgba(23, 51, 38, .16);
}
.bridge-difference-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 35, 28, .72), transparent 65%);
  content: "";
}
.bridge-difference-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2, .7, .2, 1);
}
.bridge-difference-visual:hover img { transform: scale(1.055); }
.bridge-difference-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 25px;
  left: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  color: #fff;
}
.bridge-difference-visual figcaption span {
  color: var(--gold);
  font-family: var(--heading);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.bridge-difference-visual figcaption strong {
  font-family: var(--heading);
  font-size: .76rem;
  text-align: right;
}
.bridge-difference .bridge-difference-copy {
  position: relative;
  padding: clamp(38px, 4.4vw, 62px);
  border: 1px solid rgba(34, 76, 42, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 26px 70px rgba(23, 51, 38, .1);
}
.bridge-difference-copy::before {
  position: absolute;
  top: -1px;
  left: clamp(38px, 4.4vw, 62px);
  width: 92px;
  height: 4px;
  background: linear-gradient(90deg, var(--green), var(--gold));
  content: "";
}
.bridge-difference .bridge-difference-copy .lead-copy {
  margin-bottom: 28px;
  color: var(--blue);
  font-size: clamp(1.15rem, 1.45vw, 1.32rem);
  line-height: 1.5;
}
.bridge-difference-copy > p:not(.lead-copy) {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: .96rem;
  line-height: 1.75;
}
.about-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 32px 0 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.about-principles div {
  min-height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 14px;
  border-right: 1px solid var(--line);
  transition: background-color .25s, transform .25s;
}
.about-principles div:first-child { padding-left: 0; }
.about-principles div:last-child { border-right: 0; }
.about-principles div:hover { background: rgba(148, 188, 126, .09); transform: translateY(-3px); }
.about-principles span {
  margin-bottom: 6px;
  color: var(--green);
  font-family: var(--heading);
  font-size: .62rem;
  font-weight: 700;
}
.about-principles strong {
  color: var(--forest);
  font-family: var(--heading);
  font-size: .72rem;
  line-height: 1.35;
}
.bridge-difference .bridge-difference-copy .text-link { margin-top: 0; }

@media (max-width: 1050px) {
  .bridge-difference-grid { gap: 48px; }
  .bridge-difference-intro h2 { font-size: clamp(2.45rem, 4.5vw, 3.55rem); }
  .bridge-difference-visual { height: 260px; border-radius: 8px 90px 8px 8px; }
  .bridge-difference-visual figcaption { align-items: flex-start; flex-direction: column; gap: 5px; }
  .bridge-difference-visual figcaption strong { text-align: left; }
}

@media (max-width: 800px) {
  .bridge-difference { padding: 84px 0 92px; }
  .bridge-difference-grid { grid-template-columns: 1fr; }
  .bridge-difference-intro h2 { max-width: 650px; }
  .bridge-difference-visual { height: min(380px, 58vw); margin-top: 36px; }
  .bridge-difference .bridge-difference-copy { padding: 42px 34px; }
}

@media (max-width: 560px) {
  .bridge-difference { padding: 72px 0 78px; }
  .bridge-difference-grid { gap: 30px; }
  .bridge-difference-intro h2 { font-size: clamp(2.25rem, 11vw, 3rem); }
  .bridge-difference-visual { height: 260px; border-radius: 6px 70px 6px 6px; }
  .bridge-difference-visual figcaption { right: 20px; bottom: 18px; left: 20px; }
  .bridge-difference .bridge-difference-copy { padding: 36px 20px; }
  .bridge-difference-copy::before { left: 20px; }
  .about-principles { grid-template-columns: 1fr; }
  .about-principles div,
  .about-principles div:first-child { min-height: 66px; padding: 12px 4px; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-principles div:last-child { border-bottom: 0; }
}

/* About page refinement */
.page-about .about-page-hero {
  min-height: clamp(590px, 68vh, 700px);
  padding-top: 105px;
  padding-bottom: 92px;
}
.page-about .about-page-hero .page-hero-grid {
  grid-template-columns: 1.1fr .8fr;
  gap: clamp(55px, 7vw, 105px);
}
.page-about .about-page-hero h1 {
  max-width: 720px;
  font-size: clamp(3.2rem, 4.8vw, 4.85rem);
  line-height: 1.08;
}
.page-about .about-page-hero .page-hero-lead {
  max-width: 470px;
  padding: 24px 26px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-left: 4px solid var(--gold);
  border-radius: 4px;
  background: rgba(11, 42, 32, .52);
  box-shadow: 0 20px 55px rgba(0, 0, 0, .17);
  backdrop-filter: blur(10px);
}
.page-about .about-page-hero .page-hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 35, 27, .94) 0%, rgba(10, 47, 36, .76) 45%, rgba(9, 34, 28, .3) 74%),
    linear-gradient(0deg, rgba(8, 29, 24, .42), transparent 58%);
}

.about-proof-strip {
  position: relative;
  z-index: 3;
  color: #fff;
  background: var(--blue-deep);
  box-shadow: 0 16px 42px rgba(23, 51, 38, .12);
}
.about-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.about-proof-grid article {
  min-height: 142px;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 16px;
  padding: 30px 34px;
  border-right: 1px solid rgba(255, 255, 255, .15);
  transition: background-color .3s, transform .3s;
}
.about-proof-grid article:last-child { border-right: 0; }
.about-proof-grid article:hover { background: rgba(255, 255, 255, .07); transform: translateY(-4px); }
.about-proof-grid article > span {
  color: var(--gold);
  font-family: var(--heading);
  font-size: .7rem;
  font-weight: 700;
}
.about-proof-grid strong {
  display: block;
  margin-bottom: 5px;
  font-family: var(--heading);
  font-size: .98rem;
}
.about-proof-grid p { margin: 0; color: rgba(255, 255, 255, .66); font-size: .79rem; line-height: 1.5; }

.page-about .story-section {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background:
    radial-gradient(circle at 92% 14%, rgba(236, 214, 141, .18), transparent 24%),
    #fffdf8;
}
.page-about .story-section::before {
  position: absolute;
  top: 75px;
  left: -110px;
  width: 260px;
  height: 260px;
  border: 44px solid rgba(148, 188, 126, .1);
  border-radius: 50%;
  content: "";
}
.page-about .story-grid { position: relative; align-items: center; gap: clamp(60px, 8vw, 115px); }
.page-about .story-heading h2 {
  max-width: 560px;
  margin-bottom: 0;
  font-size: clamp(2.7rem, 4.1vw, 4.15rem);
}
.page-about .story-copy {
  position: relative;
  padding: 45px 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 22px 58px rgba(23, 51, 38, .08);
}
.page-about .story-copy::before {
  position: absolute;
  top: 0;
  left: 46px;
  width: 78px;
  height: 4px;
  background: linear-gradient(90deg, var(--green), var(--gold));
  content: "";
}
.page-about .story-copy .lead-copy { font-size: 1.2rem; }
.page-about .story-copy p:last-child { margin-bottom: 0; }

.page-about .purpose-section { padding: 0 0 112px; }
.page-about .purpose-grid { gap: 18px; }
.page-about .purpose-card {
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 64px);
  border-radius: 5px;
  background: linear-gradient(145deg, #24532d, #173d25);
  box-shadow: 0 18px 48px rgba(23, 51, 38, .12);
}
.page-about .purpose-card.blue { background: linear-gradient(145deg, #356b9d, #214e76); }
.page-about .purpose-card h2 {
  margin: 18px 0 22px;
  font-size: clamp(2rem, 3vw, 3.15rem);
}
.page-about .purpose-card > p:last-child { margin-top: 0; }

.page-about .principles-section { padding: 108px 0; }
.page-about .principles-section .section-intro { margin-bottom: 48px; }
.page-about .principles-grid { gap: 1px; border: 0; background: rgba(255, 255, 255, .13); }
.page-about .principles-grid article {
  min-height: 270px;
  padding: 32px 30px;
  border: 0;
  background: var(--forest);
  transition: background-color .3s, transform .3s, box-shadow .3s;
}
.page-about .principles-grid article:hover {
  z-index: 2;
  background: #2a5b33;
  box-shadow: 0 18px 44px rgba(6, 27, 15, .24);
  transform: translateY(-6px);
}
.page-about .principles-grid article > span { margin-bottom: 18px; }
.page-about .principles-grid h3 { font-size: 1.12rem; }
.page-about .principles-grid p { line-height: 1.65; }

.page-about .inner-team { padding: 108px 0; }
.page-about .inner-team .team-grid { grid-template-columns: .92fr 1.04fr 1.04fr; gap: 22px; }
.page-about .inner-team .team-intro { padding-right: 35px; }
.page-about .inner-team .team-intro h2 { font-size: clamp(2.65rem, 3.8vw, 3.8rem); }
.page-about .inner-team .team-photo-wrap { aspect-ratio: 1 / 1; }
.page-about .inner-team .team-photo { object-position: center center; }
.page-about .inner-team .team-details { padding: 22px 24px 24px; }

.page-about .audience-section { padding-bottom: 112px; }
.page-about .audience-card {
  border-radius: 5px;
  background: linear-gradient(115deg, #2d628f, #244e75);
  box-shadow: 0 24px 60px rgba(25, 63, 99, .15);
}

@media (max-width: 1050px) {
  .page-about .about-page-hero .page-hero-grid { gap: 48px; }
  .about-proof-grid article { padding: 26px 22px; }
  .page-about .story-copy { padding: 38px; }
  .page-about .inner-team .team-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 800px) {
  .page-about .about-page-hero { min-height: 650px; padding: 80px 0; }
  .page-about .about-page-hero .page-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .page-about .about-page-hero h1 { font-size: clamp(3rem, 10vw, 4.4rem); }
  .page-about .about-page-hero .page-hero-lead { max-width: 620px; }
  .about-proof-grid { grid-template-columns: 1fr; padding: 18px 0; }
  .about-proof-grid article { min-height: 104px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .14); }
  .about-proof-grid article:last-child { border-bottom: 0; }
  .page-about .story-section { padding: 88px 0; }
  .page-about .story-grid { grid-template-columns: 1fr; gap: 40px; }
  .page-about .story-heading h2 { max-width: 680px; }
  .page-about .purpose-grid { gap: 14px; }
  .page-about .purpose-card { min-height: 390px; }
}

@media (max-width: 560px) {
  .page-about .about-page-hero { min-height: 620px; padding: 62px 0; }
  .page-about .about-page-hero h1 { font-size: clamp(2.55rem, 12vw, 3.5rem); }
  .page-about .about-page-hero .page-hero-lead { padding: 20px 18px; }
  .about-proof-grid article { grid-template-columns: 34px 1fr; padding: 22px 4px; }
  .page-about .story-copy { padding: 34px 22px; }
  .page-about .story-copy::before { left: 22px; }
  .page-about .purpose-section { padding-bottom: 78px; }
  .page-about .purpose-card { min-height: auto; padding: 40px 24px; }
  .page-about .principles-section,
  .page-about .inner-team { padding: 78px 0; }
  .page-about .inner-team .team-grid { grid-template-columns: 1fr; }
  .page-about .inner-team .team-intro { padding-right: 0; }
  .page-about .audience-section { padding-bottom: 78px; }
}

/* Unified inner-page heroes */
.inner-page-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 119px);
  display: flex;
  align-items: center;
  padding: 70px 0 78px;
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 8%, rgba(148, 188, 126, .2), transparent 24%),
    linear-gradient(135deg, #fff9e9, #fffdf8 66%);
  isolation: isolate;
}
.page-about .inner-page-hero { min-height: calc(100svh - 119px); padding: 70px 0 78px; }
.inner-hero-motif {
  position: absolute;
  z-index: -1;
  right: -150px;
  bottom: -250px;
  width: 520px;
  height: 520px;
  border: 78px solid rgba(236, 214, 141, .22);
  border-radius: 50%;
}
.inner-page-hero-grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: clamp(48px, 6vw, 82px);
}
.inner-page-hero-copy { position: relative; z-index: 2; }
.inner-page-hero .breadcrumbs {
  margin-bottom: 30px;
  color: #718078;
}
.inner-page-hero .breadcrumbs a { color: var(--green); }
.inner-page-hero .eyebrow { margin-bottom: 20px; color: var(--green); }
.inner-page-hero .inner-page-hero-copy h1 {
  max-width: 650px;
  margin: 0 0 26px;
  color: var(--blue-deep);
  font-size: clamp(3rem, 3.25vw, 3.45rem);
  line-height: 1.1;
  letter-spacing: -.045em;
  text-shadow: none;
}
.inner-page-hero .inner-page-hero-copy h1 em { color: var(--forest); font-style: normal; }
.inner-page-hero-lead {
  max-width: 625px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.72;
}
.inner-page-hero-actions { display: flex; align-items: center; gap: 26px; }
.inner-page-hero-visual { position: relative; min-width: 0; padding: 12px 10px 42px 30px; }
.inner-page-hero-image {
  position: relative;
  overflow: hidden;
  height: min(560px, 64vh);
  min-height: 470px;
  border-radius: 210px 210px 22px 22px;
  background: var(--blue-deep);
  box-shadow: 0 28px 72px rgba(23, 51, 38, .18);
}
.inner-page-hero-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 39, 31, .28), transparent 54%);
  content: "";
}
.inner-page-hero-image img {
  width: 100%;
  height: 112%;
  object-fit: cover;
  transform: translate3d(0, var(--parallax-y, -3%), 0) scale(1.035);
  transition: transform .8s cubic-bezier(.2, .7, .2, 1);
  will-change: transform;
}
.inner-page-hero-visual:hover .inner-page-hero-image img { transform: translate3d(0, var(--parallax-y, -3%), 0) scale(1.075); }
.about-page-hero .inner-page-hero-image img { object-position: 63% center; }
.services-page-hero .inner-page-hero-image img { object-position: 64% center; }
.contact-page-hero .inner-page-hero-image img { object-position: 52% center; }
.inner-page-hero-card {
  position: absolute;
  right: -8px;
  bottom: 5px;
  z-index: 3;
  min-width: 260px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 5px;
  background: rgba(25, 63, 99, .94);
  box-shadow: 0 18px 48px rgba(23, 51, 38, .2);
  backdrop-filter: blur(10px);
  animation: gentle-float 5.5s ease-in-out infinite;
}
.inner-page-hero-card > span {
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  border: 3px solid rgba(236, 214, 141, .35);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(236, 214, 141, .1);
}
.inner-page-hero-card p { margin: 0; font-size: .8rem; line-height: 1.45; }
.services-page-hero,
.contact-page-hero { color: var(--ink); background-color: var(--cream); }
.services-page-hero .inner-page-hero-card { background: rgba(34, 76, 42, .94); }
.contact-page-hero .inner-page-hero-card { background: rgba(31, 146, 77, .94); }

@media (min-width: 1051px) {
  .inner-page-hero .inner-page-hero-copy h1 { white-space: nowrap; }
  html[lang="es"] .inner-page-hero .inner-page-hero-copy h1 {
    font-size: clamp(2.65rem, 2.75vw, 2.85rem);
  }
}

.service-hero-strip { color: #fff; background: var(--forest); }
.service-hero-strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-hero-strip a {
  min-height: 86px;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-content: center;
  gap: 2px 15px;
  padding: 16px 30px;
  border-right: 1px solid rgba(255, 255, 255, .14);
  transition: background-color .25s;
}
.service-hero-strip a:last-child { border-right: 0; }
.service-hero-strip a:hover { background: rgba(255, 255, 255, .07); }
.service-hero-strip span { grid-row: 1 / 3; color: var(--gold); font-family: var(--heading); font-size: .7rem; font-weight: 700; }
.service-hero-strip strong { font-family: var(--heading); font-size: .92rem; }
.service-hero-strip small { color: rgba(255, 255, 255, .6); font-size: .76rem; }

@media (max-width: 1050px) {
  .inner-page-hero,
  .page-about .inner-page-hero { min-height: calc(100svh - 78px); padding: 64px 0 72px; }
  .inner-page-hero-grid { gap: 38px; }
  .inner-page-hero .inner-page-hero-copy h1 { font-size: clamp(2.7rem, 5vw, 3.3rem); }
  .inner-page-hero-image { height: 500px; min-height: 430px; }
  .service-hero-strip a { padding: 16px 22px; }
}

@media (max-width: 800px) {
  .inner-page-hero,
  .page-about .inner-page-hero { min-height: auto; padding: 68px 0 78px; }
  .inner-page-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .inner-page-hero-copy { max-width: 680px; }
  .inner-page-hero .inner-page-hero-copy h1 { font-size: clamp(2.8rem, 9vw, 4rem); }
  .inner-page-hero-visual { width: min(620px, 100%); margin-inline: auto; padding-left: 16px; }
  .inner-page-hero-image { height: min(590px, 90vw); min-height: 440px; }
  .service-hero-strip-grid { grid-template-columns: 1fr; padding: 14px 0; }
  .service-hero-strip a { min-height: 76px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .14); }
  .service-hero-strip a:last-child { border-bottom: 0; }
}

@media (max-width: 560px) {
  .inner-page-hero,
  .page-about .inner-page-hero { padding: 52px 0 64px; }
  .inner-page-hero .breadcrumbs { margin-bottom: 24px; }
  .inner-page-hero .inner-page-hero-copy h1 { font-size: clamp(2.45rem, 11.5vw, 3.35rem); white-space: normal; }
  .inner-page-hero-lead { font-size: .98rem; }
  .inner-page-hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .inner-page-hero-visual { padding: 5px 0 50px 10px; }
  .inner-page-hero-image { height: 430px; min-height: 0; border-radius: 150px 150px 18px 18px; }
  .inner-page-hero-card { right: 0; min-width: 235px; padding: 15px 17px; }
  .service-hero-strip a { padding: 15px 4px; }
}

@media (prefers-reduced-motion: reduce) {
  .inner-page-hero-card { animation: none; }
  .inner-page-hero-image img { transform: none !important; }
}

@media (max-width: 1050px) {
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .value-grid .value-card { grid-column: auto !important; min-height: 350px; }
}

@media (max-width: 560px) {
  .value-grid { grid-template-columns: 1fr; gap: 16px; }
  .values .center-heading { margin-bottom: 40px; }
  .value-grid .value-card { grid-column: auto !important; min-height: 0; padding: 26px 22px; border-radius: 22px; }
  .value-grid .value-card > .value-card-label { margin: auto 0 0; }
  .value-card-top { margin-bottom: 32px; }
  .value-grid h3 { min-height: 0; }
}

/* Homepage palette balance: green as an accent, not the dominant field */
.page-home .about {
  background:
    radial-gradient(circle at 90% 12%, rgba(236,214,141,.18), transparent 25%),
    #fffdf8;
}
.page-home .about h2 { color: var(--blue-deep); }
.page-home .about-copy .lead-copy { color: var(--blue); }

.page-home .services {
  background:
    radial-gradient(circle at 92% 4%, rgba(236,214,141,.12), transparent 28%),
    linear-gradient(135deg, #193f63, #244f77 58%, #173955);
}
.page-home .services::before { border-color: rgba(236,214,141,.1); }
.page-home .services .service-card { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.055); }
.page-home .services .service-card:hover { background: rgba(255,255,255,.1); }
.page-home .services .service-card.featured { color: var(--ink); background: linear-gradient(155deg, #fffaf0, #f6edcf); }
.page-home .services .service-card:nth-child(3) { background: rgba(236,214,141,.075); }
.page-home .services .service-card:nth-child(3):hover { background: rgba(236,214,141,.13); }

.page-home .process {
  background:
    linear-gradient(110deg, rgba(236,214,141,.16), transparent 44%),
    #f8f6f0;
}
.page-home .process .eyebrow { color: #b28c18; }
.page-home .process-list h3 { color: var(--blue-deep); }
.page-home .process-list li > span { color: var(--blue); box-shadow: 0 8px 20px rgba(25,63,99,.1); }
.page-home .process-list li:hover > span { color: #fff; background: var(--blue); box-shadow: 0 10px 24px rgba(25,63,99,.25); }

.page-home .values::before { border-color: rgba(236,214,141,.16); }
.page-home .values .center-heading h2 { color: var(--blue-deep); }

.page-home .team { background: linear-gradient(180deg, #f5f8fa, #eef3f5); }
.page-home .team-intro h2 { color: var(--blue-deep); }
.page-home .team-card { border-color: rgba(25,63,99,.12); box-shadow: 0 12px 34px rgba(25,63,99,.08); }
.page-home .team-card:hover { box-shadow: 0 22px 48px rgba(25,63,99,.14); }
.page-home .team-card h3 { color: var(--blue-deep); }

.page-home .faq { background: linear-gradient(180deg, #fffdf8, #faf7ef); }
.page-home .faq-item button { color: var(--blue-deep); }
.page-home .faq-item i::before,
.page-home .faq-item i::after { background: var(--blue); }

.page-home .contact { background: #faf7ef; }
.page-home .contact-card {
  background:
    radial-gradient(circle at 0 100%, rgba(236,214,141,.1), transparent 35%),
    linear-gradient(125deg, #193f63, #295d89);
  box-shadow: 0 26px 68px rgba(25,63,99,.18);
}
.page-home .contact-card .location-list span { color: var(--gold); }
.page-home .contact-card .contact-form input,
.page-home .contact-card .contact-form select,
.page-home .contact-card .contact-form textarea { background: rgba(255,255,255,.085); }

/* ============================================================
   Signature interaction layer — cursor glow, ambient motion,
   gradient text, nav pill, button ripple, count-up
   ============================================================ */

/* Cursor glow trail (desktop, fine pointer only) */
.cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 340px;
  height: 340px;
  margin-left: -170px;
  margin-top: -170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 146, 77, .16), rgba(236, 214, 141, .09) 42%, transparent 72%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease, width .35s ease, height .35s ease, margin .35s ease, background .35s ease;
  will-change: transform;
}
.cursor-glow.visible { opacity: 1; }
.cursor-glow.hovering {
  width: 460px;
  height: 460px;
  margin-left: -230px;
  margin-top: -230px;
  background: radial-gradient(circle, rgba(31, 146, 77, .22), rgba(236, 214, 141, .13) 44%, transparent 74%);
}
.cursor-glow.pressed { opacity: .55; }
@media (max-width: 1050px) {
  .cursor-glow { display: none; }
}

/* Ambient drift on decorative motifs/orbs sitewide */
@media (prefers-reduced-motion: no-preference) {
  .hero-motif,
  .bridge-difference-orb,
  .page-hero::after,
  .page-hero-motif,
  .inner-hero-motif {
    animation: blob-drift 17s ease-in-out infinite alternate;
  }
  .motif-two { animation-duration: 21s; animation-delay: -7s; }
  .bridge-difference-orb { animation-duration: 19s; animation-delay: -4s; }
  .values::before,
  .services::before {
    animation: blob-drift 22s ease-in-out infinite alternate;
    animation-delay: -9s;
  }
}
@keyframes blob-drift {
  0% { translate: 0 0; scale: 1; }
  50% { translate: -16px 20px; scale: 1.07; }
  100% { translate: 12px -14px; scale: .96; }
}

/* Animated gradient text on hero/page-hero emphasis */
@media (prefers-reduced-motion: no-preference) {
  .home-hero .hero-copy h1 em,
  .inner-page-hero .inner-page-hero-copy h1 em {
    background: linear-gradient(90deg, var(--forest), var(--green) 35%, var(--gold) 60%, var(--green) 85%, var(--forest));
    background-size: 250% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: gradient-flow 7s ease infinite;
  }
}
@keyframes gradient-flow {
  0% { background-position: 0% center; }
  100% { background-position: 250% center; }
}

/* Sliding nav hover pill */
.nav-pill {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  height: 36px;
  margin-top: -18px;
  border-radius: 8px;
  background: rgba(31, 146, 77, .1);
  opacity: 0;
  pointer-events: none;
  transition: transform .3s cubic-bezier(.2, .7, .2, 1), width .3s cubic-bezier(.2, .7, .2, 1), opacity .2s ease;
}
@media (max-width: 1050px) {
  .nav-pill { display: none; }
}

/* Button click ripple */
.btn-ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, .55);
  transform: scale(0);
  pointer-events: none;
  animation: btn-ripple-anim .6s ease-out;
}
@keyframes btn-ripple-anim {
  to { transform: scale(1); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .cursor-glow { display: none; }
}

/* Fade lazy images in on load instead of letting them pop in mid-scroll */
html.js-fade-images img[loading="lazy"] {
  opacity: 0;
  transition: opacity .6s ease;
}
html.js-fade-images img[loading="lazy"].img-ready { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  html.js-fade-images img[loading="lazy"] { opacity: 1 !important; transition: none !important; }
}

/* Services page: reuse the homepage's pillar icons on light backgrounds */
.service-detail-heading .service-symbol {
  margin: 0 0 22px;
  border-color: rgba(34, 76, 42, .16);
  background: rgba(34, 76, 42, .04);
}

/* Hero ambient cursor glow */
.hero-glow {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(480px circle at var(--glow-x, 50%) var(--glow-y, 20%), rgba(31, 146, 77, .16), transparent 62%);
  transition: opacity .4s ease;
}
.hero:hover .hero-glow { opacity: 1; }

/* Hero scroll cue */
.scroll-cue {
  position: absolute;
  z-index: 2;
  bottom: 26px;
  left: 50%;
  width: 30px;
  height: 46px;
  display: flex;
  justify-content: center;
  padding-top: 8px;
  border: 2px solid rgba(34, 76, 42, .28);
  border-radius: 99px;
  transform: translateX(-50%);
  transition: border-color .25s;
}
.scroll-cue:hover { border-color: var(--green); }
.scroll-cue span {
  width: 4px;
  height: 8px;
  border-radius: 99px;
  background: var(--green);
  animation: scroll-cue-drop 1.8s ease-in-out infinite;
}
@keyframes scroll-cue-drop {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(16px); opacity: 0; }
  71% { transform: translateY(0); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

/* Homepage gallery mosaic */
.gallery-mosaic { background: #fffdf8; }
.mosaic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mosaic-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  margin: 0;
  border-radius: 14px;
  box-shadow: 0 20px 48px rgba(23, 51, 38, .12);
}
.mosaic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2, .7, .2, 1);
}
.mosaic-item::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(10, 31, 25, .78), transparent 55%);
  content: "";
  opacity: .82;
  transition: opacity .35s ease;
}
.mosaic-item:hover img { transform: scale(1.08); }
.mosaic-item:hover::before { opacity: .92; }
.mosaic-item figcaption {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  left: 22px;
  color: #fff;
}
.mosaic-item figcaption strong { display: block; font-family: var(--heading); font-size: 1.05rem; }
.mosaic-item figcaption span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, .72);
  font-size: .8rem;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .3s ease, transform .3s ease;
}
.mosaic-item:hover figcaption span { opacity: 1; transform: translateY(0); }

@media (max-width: 800px) {
  .mosaic-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .mosaic-item:first-child { grid-column: 1 / -1; aspect-ratio: 16 / 9; }
}
@media (max-width: 560px) {
  .mosaic-grid { grid-template-columns: 1fr; }
  .mosaic-item:first-child { aspect-ratio: 4 / 5; }
}

@media (max-width: 800px) {
  .scroll-cue { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-glow { display: none; }
  .scroll-cue span { animation: none; }
  .mosaic-item img { transition: none; }
}

/* Inner-page story break (about/services) — reuses sticky-story's visual language
   for a mid-page image moment, without the full scroll-jacked height */
.story-break {
  position: relative;
  overflow: hidden;
  min-height: clamp(420px, 52vw, 620px);
  display: flex;
  align-items: center;
  isolation: isolate;
  color: #fff;
  background: var(--blue-deep);
}
.story-break-media { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.story-break-media img {
  width: 100%;
  height: 118%;
  object-fit: cover;
  transform: translate3d(0, var(--parallax-y, -4%), 0) scale(1.05);
  will-change: transform;
}
.story-break-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(100deg, rgba(9, 31, 25, .92) 0%, rgba(13, 40, 32, .8) 40%, rgba(13, 34, 32, .38) 76%),
    linear-gradient(0deg, rgba(9, 25, 23, .35), transparent 55%);
}
.story-break-inner { position: relative; z-index: 2; padding: 72px 0; }
.story-break-card { max-width: 620px; }
.story-break-card .eyebrow { color: var(--gold); }
.story-break-card h2 { font-size: clamp(2.1rem, 3.6vw, 3.6rem); }
.story-break-card > p:not(.eyebrow) { color: rgba(255, 255, 255, .78); font-size: 1.02rem; line-height: 1.7; }
.story-break-card .text-link { color: var(--gold); border-color: rgba(236, 214, 141, .5); margin-top: 6px; }
.story-break-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.story-break-pills span {
  padding: 9px 14px;
  border: 1px solid rgba(236, 214, 141, .4);
  border-radius: 99px;
  color: var(--gold);
  background: rgba(255, 255, 255, .06);
  font-family: var(--heading);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .04em;
}

/* Compact image-backed CTA banner (contact page final call-to-action) */
.cta-banner {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  display: flex;
  align-items: center;
  isolation: isolate;
  color: #fff;
}
.cta-banner-media { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.cta-banner-media img {
  width: 100%;
  height: 118%;
  object-fit: cover;
  transform: translate3d(0, var(--parallax-y, -4%), 0) scale(1.05);
  will-change: transform;
}
.cta-banner-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(100deg, rgba(9, 31, 25, .93) 0%, rgba(15, 45, 38, .74) 46%, rgba(13, 34, 32, .34) 80%);
}
.cta-banner-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 68px 0;
}
.cta-banner-inner .eyebrow { color: var(--gold); }
.cta-banner-inner h2 { margin: 0; font-size: clamp(2rem, 3vw, 3.3rem); }
.cta-banner-inner .button { flex: 0 0 auto; border-color: var(--gold); color: var(--forest); background: var(--gold); }
.cta-banner-inner .button:hover { border-color: #fff; background: #fff; }

@media (max-width: 1050px) {
  .story-break-inner { padding: 58px 0; }
}
@media (max-width: 800px) {
  .story-break { min-height: 0; padding: 64px 0; }
  .story-break-card { max-width: 100%; }
  .cta-banner-inner, .cta-banner .callout-card { align-items: flex-start; flex-direction: column; padding: 48px 0; }
}
@media (max-width: 560px) {
  .story-break-pills span { font-size: .64rem; padding: 8px 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .story-break-media img,
  .cta-banner-media img { transform: none !important; }
}

/* Shared page typography system: one scale across Home and About. */
:is(.page-home, .page-about) main > section:not(.hero):not(.inner-page-hero) h2 {
  font-family: var(--heading);
  font-size: var(--section-title-size);
  font-weight: 700;
  line-height: var(--section-title-line-height);
  letter-spacing: -.035em;
  text-wrap: balance;
}

:is(.page-home, .page-about) main > section:not(.hero):not(.inner-page-hero) h3 {
  font-family: var(--heading);
  font-size: var(--card-title-size);
  font-weight: 700;
  line-height: var(--card-title-line-height);
  letter-spacing: -.025em;
  text-wrap: balance;
}

:is(.page-home, .page-about) main > section:not(.hero):not(.inner-page-hero) p:not(.eyebrow):not(.form-note):not(.form-status) {
  font-family: var(--body);
  font-size: var(--section-copy-size);
  font-weight: 400;
  line-height: var(--section-copy-line-height);
  letter-spacing: 0;
  text-wrap: pretty;
}

@media (max-width: 560px) {
  :root {
    --section-title-size: clamp(2rem, 9.5vw, 2.75rem);
    --section-copy-size: .96rem;
    --card-title-size: 1.2rem;
  }
}

/* Homepage contact section: stronger form presence and scannable details. */
.page-home .contact-card {
  grid-template-columns: .78fr 1.22fr;
  align-items: start;
  gap: 48px;
  padding: 64px;
}

.page-home .location-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.page-home .location-list div {
  position: relative;
  min-width: 0;
  min-height: 104px;
  padding: 18px 14px 16px 58px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: rgba(255,255,255,.055);
}

.page-home .location-list div:last-child { grid-column: 1 / -1; min-height: 88px; }
.page-home .location-list div::before {
  position: absolute;
  top: 18px;
  left: 14px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(236,214,141,.42);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(236,214,141,.08);
  font-family: var(--heading);
  font-size: .82rem;
  font-weight: 700;
  content: "";
}
.page-home .location-list div:nth-child(1)::before { content: "⌖"; font-size: 1rem; }
.page-home .location-list div:nth-child(2)::before { content: "◎"; font-size: 1rem; }
.page-home .location-list div:nth-child(3)::before { content: "☎"; }
.page-home .location-list div:nth-child(4)::before { content: "@"; }
.page-home .location-list div:nth-child(5)::before { content: "EN"; font-size: .52rem; letter-spacing: -.02em; }
html[lang="es"] .page-home .location-list div:nth-child(5)::before { content: "ES"; }
.page-home .location-list strong { overflow-wrap: anywhere; line-height: 1.45; }

.page-home .contact-form {
  padding: 36px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  background: rgba(255,255,255,.075);
  box-shadow: 0 24px 54px rgba(8,30,50,.2);
  backdrop-filter: blur(8px);
}
.contact-form-heading { margin-bottom: 28px; }
.contact-form-heading span,
.contact-form-heading strong { display: block; }
.contact-form-heading span {
  margin-bottom: 7px;
  color: var(--gold);
  font-family: var(--heading);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.contact-form-heading strong {
  color: #fff;
  font-family: var(--heading);
  font-size: 1.28rem;
  line-height: 1.3;
}
.page-home .contact-form .field-row { gap: 18px; }
.page-home .contact-form label { margin-bottom: 18px; font-size: .76rem; }
.page-home .contact-form input,
.page-home .contact-form select { height: 54px; }
.page-home .contact-form textarea { min-height: 148px; }
.page-home .contact-form .button { width: 100%; min-height: 58px; margin-top: 4px; }

@media (max-width: 1050px) {
  .page-home .contact-card { gap: 36px; padding: 52px 42px; }
  .page-home .contact-form { padding: 30px; }
}

@media (max-width: 800px) {
  .page-home .contact-card { grid-template-columns: 1fr; gap: 42px; }
  .page-home .contact-copy { max-width: none; }
}

@media (max-width: 560px) {
  .page-home .contact-card { padding: 38px 18px; }
  .page-home .location-list { grid-template-columns: 1fr; gap: 10px; }
  .page-home .location-list div:last-child { grid-column: auto; }
  .page-home .contact-form { padding: 26px 18px; border-radius: 16px; }
  .contact-form-heading { margin-bottom: 24px; }
}

/* About page: story-led layout using the shared Home page design system. */

.page-about .about-page-hero {
  min-height: calc(100svh - 119px);
  padding: 74px 0 82px;
  background:
    radial-gradient(circle at 92% 8%, rgba(236,214,141,.28), transparent 23%),
    linear-gradient(135deg, #fff8e7, #f7f4eb 64%, #edf3f7);
}
.page-about .about-page-hero .inner-page-hero-grid {
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(52px, 6vw, 86px);
}
.page-about .about-page-hero .inner-page-hero-copy h1 {
  max-width: 680px;
  color: var(--blue-deep);
  font-size: var(--hero-title-size);
  line-height: 1.1;
  letter-spacing: -.045em;
  white-space: normal;
}
.page-about .about-page-hero .inner-page-hero-copy h1 em { color: #987716; }
.page-about .about-page-hero .inner-page-hero-lead {
  max-width: 610px;
  margin-bottom: 30px;
  padding: 20px 22px;
  border: 1px solid rgba(25,63,99,.11);
  border-left: 4px solid var(--gold);
  border-radius: 12px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 16px 40px rgba(25,63,99,.07);
  font-size: 1.18rem;
  line-height: 1.7;
}
.page-about .about-page-hero .inner-page-hero-image {
  border-radius: 210px 210px 26px 26px;
  box-shadow: 0 30px 76px rgba(25,63,99,.2);
}
.page-about .about-page-hero .inner-page-hero-card {
  right: -12px;
  min-width: 280px;
  border-radius: 16px;
  background: rgba(25,63,99,.96);
}

.page-about main > section:not(.inner-page-hero) h2 {
  font-size: var(--section-title-size);
  line-height: var(--section-title-line-height);
  text-wrap: balance;
}

.page-about .about-proof-strip {
  background: linear-gradient(110deg, #173c5e, #285e8c);
}
.page-about .about-proof-grid article {
  grid-template-columns: 48px 1fr;
  padding: 30px 28px;
}
.page-about .about-proof-grid article > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(236,214,141,.42);
  border-radius: 50%;
  background: rgba(236,214,141,.08);
}
.page-about .about-proof-grid strong { font-size: 1.08rem; }
.page-about .about-proof-grid p { font-size: var(--section-copy-size); line-height: var(--section-copy-line-height); }

.page-about .story-section {
  padding: 120px 0;
  background:
    radial-gradient(circle at 94% 12%, rgba(236,214,141,.2), transparent 25%),
    #fffdf8;
}
.page-about .story-heading h2 { color: var(--blue-deep); }
.page-about .story-copy {
  padding: 46px 48px;
  border-color: rgba(25,63,99,.12);
  border-radius: 22px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 24px 62px rgba(25,63,99,.09);
}
.page-about .story-copy::before {
  left: 48px;
  background: linear-gradient(90deg, var(--blue), var(--gold));
}
.page-about .story-copy .lead-copy {
  color: var(--blue-deep);
  font-family: var(--body);
  font-size: var(--section-copy-size);
  font-weight: 400;
  line-height: var(--section-copy-line-height);
}
.page-about .story-copy p:not(.lead-copy) { font-size: var(--section-copy-size); line-height: var(--section-copy-line-height); }

.page-about .story-break-overlay {
  background:
    linear-gradient(100deg, rgba(10,35,57,.94) 0%, rgba(18,55,83,.82) 45%, rgba(13,43,65,.35) 80%),
    linear-gradient(0deg, rgba(8,27,43,.32), transparent 58%);
}

.page-about .purpose-section { padding: 0 0 120px; background: #fffdf8; }
.page-about .purpose-grid { gap: 20px; }
.page-about .purpose-card {
  min-height: 490px;
  border-radius: 24px;
  background: linear-gradient(145deg, #173d5e, #245c88);
  box-shadow: 0 22px 56px rgba(25,63,99,.14);
}
.page-about .purpose-card.blue {
  color: var(--blue-deep);
  background: linear-gradient(145deg, #fff8e6, #f1dfaa);
}
.page-about .purpose-card h2 { font-size: var(--section-title-size); line-height: var(--section-title-line-height); }
.page-about .purpose-card > p:last-child { font-size: var(--section-copy-size); line-height: var(--section-copy-line-height); }
.page-about .purpose-card.blue .eyebrow,
.page-about .purpose-card.blue > span { color: #9c7811; }
.page-about .purpose-card.blue > p:last-child { color: #586b79; }
.page-about .purpose-card.blue .purpose-icon {
  color: var(--blue);
  border-color: rgba(46,91,133,.24);
  background: rgba(255,255,255,.48);
}

.page-about .principles-section {
  padding: 120px 0;
  background: #102f4b;
}
.page-about .principles-grid { background: rgba(255,255,255,.1); }
.page-about .principles-grid article { min-height: 310px; background: #163a59; }
.page-about .principles-grid article:nth-child(even) { background: #183f61; }
.page-about .principles-grid article:hover { background: #215276; }
.page-about .principles-grid h3 { font-size: var(--card-title-size); line-height: var(--card-title-line-height); }
.page-about .principles-grid p { font-size: var(--section-copy-size); line-height: var(--section-copy-line-height); }

.page-about .inner-team {
  padding: 120px 0;
  background: linear-gradient(180deg, #f4f7f9, #eef2f4);
}
.page-about .inner-team .team-grid { grid-template-columns: .8fr 1.1fr 1.1fr; gap: 24px; }
.page-about .inner-team .team-card {
  border-color: rgba(25,63,99,.12);
  border-radius: 20px;
  box-shadow: 0 18px 46px rgba(25,63,99,.1);
}
.page-about .inner-team .team-photo-wrap { aspect-ratio: 1 / .92; }
.page-about .inner-team .team-details { padding: 24px 26px 28px; border-top-color: var(--blue); }
.page-about .inner-team .team-card:last-child .team-details { border-top-color: #c9a33a; }
.page-about .inner-team .team-role {
  min-height: 38px;
  color: var(--blue);
  font-family: var(--body);
  font-size: var(--section-copy-size);
  font-weight: 600;
  line-height: var(--section-copy-line-height);
}
.page-about .inner-team .team-bio {
  margin: 16px 0 22px;
  color: var(--muted);
  font-size: var(--section-copy-size);
  line-height: var(--section-copy-line-height);
}
.page-about .inner-team .team-focus {
  display: block;
  padding-top: 15px;
  border-top: 1px solid rgba(25,63,99,.11);
  color: #9a7612;
  font-family: var(--heading);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.page-about .audience-section { padding-bottom: 120px; background: #eef2f4; }
.page-about .audience-card {
  gap: 64px;
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(25,63,99,.18);
}

@media (min-width: 1051px) {
  html[lang="es"] .page-about .about-page-hero .inner-page-hero-copy h1 {
    font-size: var(--hero-title-size-es);
  }
}

@media (max-width: 1050px) {
  .page-about .about-page-hero .inner-page-hero-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
  .page-about .about-page-hero .inner-page-hero-copy h1 { font-size: clamp(3rem, 5.6vw, 5.8rem); }
  .page-about .inner-team .team-grid { grid-template-columns: 1fr 1fr; }
  .page-about .inner-team .team-intro { grid-column: 1 / -1; max-width: 680px; }
}

@media (max-width: 800px) {
  .page-about .about-page-hero { min-height: auto; padding: 68px 0 78px; }
  .page-about .about-page-hero .inner-page-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .page-about .about-page-hero .inner-page-hero-copy h1 { font-size: clamp(3rem, 5.6vw, 5.8rem); }
  .page-about .about-page-hero .inner-page-hero-lead { max-width: 680px; }
  .page-about .story-section { padding: 88px 0; }
  .page-about .purpose-grid { grid-template-columns: 1fr; }
  .page-about .purpose-card { min-height: 390px; }
  .page-about .purpose-section,
  .page-about .audience-section { padding-bottom: 88px; }
  .page-about .principles-section,
  .page-about .inner-team { padding: 88px 0; }
  .page-about .inner-team .team-grid { grid-template-columns: 1fr 1fr; }
  .page-about .audience-card { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 560px) {
  .page-about .about-page-hero .inner-page-hero-copy h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .page-about .about-page-hero .inner-page-hero-lead { padding: 18px 16px; }
  .page-about .about-page-hero .inner-page-hero-card { right: 0; min-width: 235px; }
  .page-about .story-copy { padding: 34px 22px; border-radius: 18px; }
  .page-about .story-copy::before { left: 22px; }
  .page-about .purpose-section { padding-bottom: 88px; }
  .page-about .purpose-card { min-height: auto; padding: 40px 24px; border-radius: 18px; }
  .page-about .principles-section,
  .page-about .inner-team { padding: 88px 0; }
  .page-about .inner-team .team-grid { grid-template-columns: 1fr; }
  .page-about .inner-team .team-intro { grid-column: auto; }
  .page-about .audience-section { padding-bottom: 88px; }
  .page-about .audience-card { padding: 42px 22px; border-radius: 18px; }
}

/* ============================================================
   About page V3 — complete editorial redesign
   ============================================================ */
.about-v3-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 119px);
  display: flex;
  align-items: center;
  padding: 78px 0 86px;
  background:
    linear-gradient(90deg, rgba(25,63,99,.035) 1px, transparent 1px),
    linear-gradient(rgba(25,63,99,.035) 1px, transparent 1px),
    #fff8e8;
  background-size: 68px 68px;
  isolation: isolate;
}
.about-v3-orb { position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; }
.about-v3-orb-one { top: -190px; right: -120px; width: 470px; height: 470px; border: 74px solid rgba(236,214,141,.36); }
.about-v3-orb-two { bottom: -250px; left: -260px; width: 500px; height: 500px; border: 80px solid rgba(46,91,133,.08); }
.about-v3-hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(55px, 6vw, 88px); }
.about-v3-hero-copy { position: relative; z-index: 2; }
.about-v3-hero-copy .breadcrumbs { margin-bottom: 28px; }
.about-v3-hero-copy h1 {
  max-width: 690px;
  margin: 0 0 26px;
  color: var(--blue-deep);
  font-size: var(--hero-title-size);
  line-height: 1.1;
  letter-spacing: -.045em;
}
.about-v3-hero-copy h1 em { color: #9b7917; font-style: normal; }
.about-v3-hero-lead { max-width: 650px; margin-bottom: 30px; color: var(--muted); font-size: 1.18rem !important; line-height: 1.7 !important; }
.about-v3-hero-actions { display: flex; align-items: center; gap: 28px; }
.about-v3-hero-proof { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 38px; }
.about-v3-hero-proof span {
  padding: 8px 13px;
  border: 1px solid rgba(25,63,99,.14);
  border-radius: 99px;
  color: var(--blue-deep);
  background: rgba(255,255,255,.58);
  font-family: var(--heading);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .035em;
}
.about-v3-hero-visual { position: relative; min-width: 0; height: 610px; }
.about-v3-hero-visual figure { overflow: hidden; margin: 0; background: var(--blue-deep); box-shadow: 0 26px 68px rgba(25,63,99,.2); }
.about-v3-hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.about-v3-main-image { position: absolute; top: 0; right: 0; width: 86%; height: 535px; border-radius: 230px 230px 24px 24px; }
.about-v3-main-image img { object-position: 54% center; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.about-v3-hero-visual:hover .about-v3-main-image img { transform: scale(1.045); }
.about-v3-inset-image { position: absolute; z-index: 2; bottom: 2px; left: 0; width: 220px; height: 245px; border: 8px solid #fff8e8; border-radius: 18px 90px 18px 18px; }
.about-v3-inset-image img { object-position: center; }
.about-v3-floating-card {
  position: absolute;
  z-index: 3;
  right: -6px;
  bottom: 18px;
  min-width: 250px;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  color: #fff;
  background: rgba(25,63,99,.96);
  box-shadow: 0 18px 48px rgba(25,63,99,.22);
}
.about-v3-floating-card span,
.about-v3-floating-card strong { display: block; }
.about-v3-floating-card span { margin-bottom: 5px; color: var(--gold); font-family: var(--heading); font-size: .6rem; font-weight: 700; letter-spacing: .1em; }
.about-v3-floating-card strong { font-family: var(--heading); font-size: .82rem; }

.about-v3-origin { position: relative; overflow: hidden; background: #fffdf8; }
.about-v3-origin::after { position: absolute; top: 80px; right: -130px; width: 300px; height: 300px; border: 52px solid rgba(236,214,141,.15); border-radius: 50%; content: ""; }
.about-v3-origin-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(65px, 8vw, 118px); }
.about-v3-origin-heading { position: sticky; top: 155px; align-self: start; }
.about-v3-origin-heading h2 { max-width: 560px; color: var(--blue-deep); }
.about-v3-origin-copy { padding: 44px 46px; border: 1px solid rgba(25,63,99,.11); border-radius: 24px; background: #fff; box-shadow: 0 22px 58px rgba(25,63,99,.08); }
.about-v3-origin-copy > p { color: var(--muted); }
.about-v3-origin-copy .about-v3-lead { color: var(--blue-deep); font-weight: 600; }
.about-v3-origin-points { margin-top: 32px; border-top: 1px solid rgba(25,63,99,.12); }
.about-v3-origin-points article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(25,63,99,.12); }
.about-v3-origin-points article > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: #e9f0f5; font-family: var(--heading); font-size: .64rem; font-weight: 800; }
.about-v3-origin-points strong { color: var(--blue-deep); font-family: var(--heading); font-size: .92rem; }
.about-v3-origin-points p { margin: 4px 0 0; color: var(--muted); }

.about-v3-model { position: relative; overflow: hidden; color: #fff; background: #102f4b; }
.about-v3-model::before { position: absolute; top: -190px; left: -140px; width: 430px; height: 430px; border: 70px solid rgba(236,214,141,.08); border-radius: 50%; content: ""; }
.about-v3-center-heading { position: relative; z-index: 1; max-width: 780px; margin: 0 auto 58px; text-align: center; }
.about-v3-center-heading h2 { margin-bottom: 20px; }
.about-v3-center-heading > p:not(.eyebrow) { max-width: 650px; margin: 0 auto; }
.about-v3-model .eyebrow { color: var(--gold); }
.about-v3-model .about-v3-center-heading > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.about-v3-model-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.about-v3-model-grid::before { position: absolute; top: 58px; right: 13%; left: 13%; height: 1px; background: rgba(236,214,141,.38); content: ""; }
.about-v3-model-grid article { position: relative; z-index: 1; min-height: 330px; padding: 32px 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.055); transition: transform .3s, background-color .3s, border-color .3s; }
.about-v3-model-grid article:hover { border-color: rgba(236,214,141,.38); background: rgba(255,255,255,.09); transform: translateY(-7px); }
.about-v3-step { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 42px; border: 1px solid rgba(236,214,141,.46); border-radius: 50%; color: var(--gold); background: #102f4b; font-family: var(--heading); font-size: .68rem; font-weight: 800; }
.about-v3-verb { display: block; margin-bottom: 7px; color: var(--gold); font-family: var(--heading); font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
.about-v3-model-grid h3 { color: #fff; }
.about-v3-model-grid p { color: rgba(255,255,255,.68); }

.about-v3-purpose { background: #f7f5ef; }
.about-v3-section-heading { max-width: 760px; margin-bottom: 52px; }
.about-v3-section-heading h2 { color: var(--blue-deep); }
.about-v3-purpose-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 22px; }
.about-v3-purpose-card { position: relative; overflow: hidden; min-height: 470px; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(42px, 5vw, 62px); border-radius: 26px; box-shadow: 0 22px 58px rgba(25,63,99,.12); }
.about-v3-purpose-card::before { position: absolute; top: -100px; right: -90px; width: 260px; height: 260px; border: 50px solid currentColor; border-radius: 50%; content: ""; opacity: .08; }
.about-v3-mission { color: #fff; background: linear-gradient(145deg, #173b5c, #285f8b); }
.about-v3-vision { color: var(--blue-deep); background: linear-gradient(145deg, #fff8e6, #efdba0); }
.about-v3-card-number { position: absolute; top: 30px; right: 34px; color: var(--gold); font-family: var(--heading); font-size: .7rem; font-weight: 800; }
.about-v3-vision .about-v3-card-number { color: #987514; }
.about-v3-purpose-label { margin-bottom: 18px; color: var(--gold); font-family: var(--heading); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.about-v3-vision .about-v3-purpose-label { color: #8c6c13; }
.about-v3-purpose-card h2 { max-width: 560px; }
.about-v3-purpose-card p { max-width: 590px; margin-bottom: 0; color: rgba(255,255,255,.7); }
.about-v3-vision p { color: #586b79; }

.about-v3-values { background: #fffdf8; }
.about-v3-values .section-intro h2 { color: var(--blue-deep); }
.about-v3-values .section-intro > p { color: var(--muted); }
.about-v3-values-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.about-v3-value-card { grid-column: span 2; min-height: 275px; display: flex; flex-direction: column; padding: 30px 28px; border: 1px solid rgba(25,63,99,.11); border-radius: 20px; background: #fff; box-shadow: 0 16px 42px rgba(25,63,99,.07); transition: transform .3s, box-shadow .3s; }
.about-v3-value-card.value-wide { grid-column: span 3; min-height: 300px; }
.about-v3-value-card:hover { box-shadow: 0 26px 58px rgba(25,63,99,.13); transform: translateY(-6px); }
.about-v3-value-card > span { margin-bottom: auto; color: #a27c14; font-family: var(--heading); font-size: .68rem; font-weight: 800; }
.about-v3-value-card h3 { margin: 54px 0 12px; color: var(--blue-deep); }
.about-v3-value-card p { margin: 0; color: var(--muted); }
.about-v3-value-card.value-blue { color: #fff; border-color: transparent; background: var(--blue-deep); }
.about-v3-value-card.value-blue h3 { color: #fff; }
.about-v3-value-card.value-blue p { color: rgba(255,255,255,.7); }
.about-v3-value-card.value-gold { background: #f5e9c3; }

.about-v3-founders { padding-block: 92px; background: linear-gradient(180deg, #f2f6f8, #eaf0f3); }
.about-v3-founders .about-v3-center-heading h2 { color: var(--blue-deep); }
.about-v3-founders .about-v3-center-heading > p:not(.eyebrow) { color: var(--muted); }
.about-v3-founders .about-v3-center-heading { margin-bottom: 42px; }
.about-v3-founder-grid { width: min(960px, 100%); display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-inline: auto; }
.about-v3-founder-card { overflow: hidden; border: 1px solid rgba(25,63,99,.12); border-radius: 20px; background: #fff; box-shadow: 0 16px 38px rgba(25,63,99,.09); transition: transform .3s, box-shadow .3s; }
.about-v3-founder-card:hover { box-shadow: 0 30px 68px rgba(25,63,99,.16); transform: translateY(-7px); }
.about-v3-founder-card figure { overflow: hidden; aspect-ratio: 16 / 10; margin: 0; background: #d9dee1; }
.about-v3-founder-card figure img { width: 100%; height: 100%; object-fit: cover; object-position: center 26%; transition: transform .65s ease; }
.about-v3-founder-card:hover figure img { transform: scale(1.035); }
.about-v3-founder-card > div { padding: 24px 26px 27px; border-top: 4px solid var(--blue); }
.about-v3-founder-card:last-child > div { border-top-color: #c7a13c; }
.about-v3-founder-role { display: block; margin-bottom: 10px; color: var(--blue); font-family: var(--heading); font-size: .67rem; font-weight: 800; letter-spacing: .065em; text-transform: uppercase; }
.about-v3-founder-card h3 { margin: 0 0 14px; color: var(--blue-deep); font-size: clamp(1.45rem, 2vw, 1.8rem) !important; }
.about-v3-founder-card p { color: var(--muted); }
.about-v3-founder-card > div > strong { display: block; padding-top: 16px; border-top: 1px solid rgba(25,63,99,.11); color: #9c7812; font-family: var(--heading); font-size: .65rem; letter-spacing: .05em; text-transform: uppercase; }

.about-v3-cta { position: relative; overflow: hidden; min-height: 520px; display: flex; align-items: center; isolation: isolate; color: #fff; }
.about-v3-cta-media { position: absolute; inset: 0; z-index: -2; }
.about-v3-cta-media img { width: 100%; height: 118%; object-fit: cover; transform: translate3d(0, var(--parallax-y, -4%), 0) scale(1.04); }
.about-v3-cta-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8,30,48,.95) 0%, rgba(16,48,74,.82) 48%, rgba(16,48,74,.32) 84%); }
.about-v3-cta-inner { padding: 88px 0; }
.about-v3-cta-inner .eyebrow { color: var(--gold); }
.about-v3-cta-inner h2 { max-width: 700px; color: #fff; }
.about-v3-cta-inner > p:not(.eyebrow) { max-width: 600px; color: rgba(255,255,255,.72); }
.about-v3-cta-inner .button { margin-top: 18px; border-color: var(--gold); color: var(--forest); background: var(--gold); }
.about-v3-cta-inner .button:hover { border-color: #fff; background: #fff; }

@media (min-width: 1051px) {
  html[lang="es"] .about-v3-hero-copy h1 { font-size: var(--hero-title-size-es); }
}

@media (max-width: 1050px) {
  .about-v3-hero { min-height: calc(100svh - 78px); }
  .about-v3-hero-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .about-v3-hero-copy h1 { font-size: clamp(2.8rem, 5vw, 3.3rem); }
  .about-v3-hero-visual { height: 540px; }
  .about-v3-main-image { height: 480px; }
  .about-v3-inset-image { width: 185px; height: 210px; }
  .about-v3-origin-grid { gap: 55px; }
  .about-v3-origin-copy { padding: 38px; }
  .about-v3-purpose-card { padding: 44px; }
  .about-v3-founder-card > div { padding: 23px 24px 26px; }
}

@media (max-width: 800px) {
  .about-v3-hero { min-height: auto; padding: 68px 0 82px; }
  .about-v3-hero-grid { grid-template-columns: 1fr; gap: 52px; }
  .about-v3-hero-copy { max-width: 680px; }
  .about-v3-hero-copy h1 { font-size: clamp(2.8rem, 9vw, 4rem); }
  .about-v3-hero-visual { width: min(620px, 100%); height: 580px; margin-inline: auto; }
  .about-v3-main-image { height: 510px; }
  .about-v3-inset-image { width: 205px; height: 225px; }
  .about-v3-origin-grid { grid-template-columns: 1fr; gap: 42px; }
  .about-v3-origin-heading { position: static; }
  .about-v3-model-grid { grid-template-columns: 1fr; }
  .about-v3-model-grid::before { top: 8%; bottom: 8%; left: 56px; width: 1px; height: auto; }
  .about-v3-model-grid article { min-height: 0; padding-left: 94px; }
  .about-v3-step { position: absolute; top: 28px; left: 28px; margin: 0; }
  .about-v3-purpose-grid { grid-template-columns: 1fr; }
  .about-v3-purpose-card { min-height: 420px; }
  .about-v3-values-grid { grid-template-columns: 1fr 1fr; }
  .about-v3-value-card,
  .about-v3-value-card.value-wide { grid-column: auto; min-height: 265px; }
  .about-v3-value-card:last-child { grid-column: 1 / -1; }
  .about-v3-founder-grid { grid-template-columns: 1fr; }
  .about-v3-founder-card { width: min(520px, 100%); margin-inline: auto; }
  .about-v3-cta { min-height: 460px; }
}

@media (max-width: 560px) {
  .about-v3-hero { padding: 52px 0 70px; }
  .about-v3-hero-copy h1 { font-size: clamp(2.45rem, 11.5vw, 3.35rem); }
  .about-v3-hero-lead { font-size: 1rem !important; }
  .about-v3-hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .about-v3-hero-visual { height: 475px; }
  .about-v3-main-image { width: 94%; height: 430px; border-radius: 160px 160px 18px 18px; }
  .about-v3-inset-image { width: 145px; height: 165px; border-width: 6px; border-radius: 14px 62px 14px 14px; }
  .about-v3-floating-card { right: 0; bottom: 5px; min-width: 210px; padding: 15px 16px; }
  .about-v3-origin-copy { padding: 32px 20px; }
  .about-v3-origin-points article { grid-template-columns: 42px 1fr; gap: 12px; }
  .about-v3-center-heading { margin-bottom: 42px; }
  .about-v3-model-grid article { padding: 28px 22px 28px 82px; }
  .about-v3-step { left: 20px; }
  .about-v3-purpose-card { min-height: 0; padding: 42px 22px; border-radius: 20px; }
  .about-v3-values-grid { grid-template-columns: 1fr; }
  .about-v3-value-card,
  .about-v3-value-card.value-wide,
  .about-v3-value-card:last-child { grid-column: auto; min-height: 240px; }
  .about-v3-founder-card { border-radius: 20px; }
  .about-v3-founder-card figure { aspect-ratio: 4 / 3; }
  .about-v3-founder-card > div { padding: 25px 22px 28px; }
  .about-v3-cta-inner { padding: 72px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .about-v3-main-image img,
  .about-v3-cta-media img { transform: none !important; }
}

/* ============================================================
   About page V4 — reference-led compact editorial layout
   ============================================================ */
.about-v4 .about-v3-hero {
  min-height: auto;
  padding: 74px 0 82px;
  background:
    radial-gradient(circle at 96% 5%, rgba(236,214,141,.24) 0 180px, transparent 181px),
    #fffaf0;
}
.about-v4 .about-v3-orb-one {
  top: -245px;
  right: -125px;
  width: 490px;
  height: 490px;
  border-width: 64px;
  opacity: .75;
}
.about-v4 .about-v3-hero-grid {
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(56px, 7vw, 105px);
}
.about-v4 .about-v3-hero-copy h1 {
  max-width: 640px;
  margin-bottom: 22px;
  font-size: clamp(2.85rem, 3.7vw, 3.75rem);
  line-height: 1.08;
}
.about-v4 .about-v3-hero-copy h1 em { color: var(--green); }
.about-v4 .about-v3-hero-lead {
  max-width: 610px;
  margin-bottom: 26px;
  font-size: 1.02rem !important;
  line-height: 1.68 !important;
}
.about-v4 .about-v3-hero-visual { height: 500px; }
.about-v4 .about-v3-main-image {
  top: 0;
  right: 0;
  width: 91%;
  height: 465px;
  border-radius: 245px 245px 22px 22px;
  box-shadow: 0 24px 58px rgba(25,63,99,.16);
}
.about-v4 .about-v3-main-image img { object-position: center; }
.about-v4 .about-v3-floating-card {
  right: -4px;
  bottom: 0;
  min-width: 245px;
  padding: 18px 22px;
  border-radius: 12px;
  background: rgba(13,55,87,.97);
}
.about-v4 .about-v3-floating-card strong { font-size: .76rem; line-height: 1.65; }
.about-v4 .about-v3-hero-proof {
  gap: 22px;
  margin-top: 34px;
}
.about-v4 .about-v3-hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  color: var(--blue-deep);
  background: transparent;
  font-size: .65rem;
}
.about-v4 .about-v3-hero-proof b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(28,145,82,.35);
  border-radius: 50%;
  color: var(--green);
  font-size: .55rem;
}

.about-v4 .about-v3-origin {
  padding: 92px 0;
  background: #f7f5ef;
}
.about-v4 .about-v3-origin::after { display: none; }
.about-v4 .about-v3-origin-grid {
  grid-template-columns: .82fr 1.18fr;
  align-items: center;
  gap: clamp(54px, 7vw, 100px);
}
.about-v4 .about-v3-origin-heading {
  position: static;
  top: auto;
}
.about-v4 .about-v3-origin-heading h2 {
  margin-bottom: 22px;
  font-size: clamp(2.2rem, 3vw, 3rem);
}
.about-v4 .about-v3-origin-heading > p:last-child {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
}
.about-v4-benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.about-v4-benefit-grid article {
  min-height: 190px;
  padding: 26px 25px;
  border: 1px solid rgba(25,63,99,.09);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(25,63,99,.06);
  transition: transform .3s, box-shadow .3s;
}
.about-v4-benefit-grid article:hover {
  box-shadow: 0 18px 38px rgba(25,63,99,.11);
  transform: translateY(-4px);
}
.about-v4-benefit-grid span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  color: #fff;
  background: var(--forest);
  font-family: var(--heading);
  font-size: .6rem;
  font-weight: 800;
}
.about-v4-benefit-grid h3 { margin-bottom: 8px; color: var(--blue-deep); font-size: 1rem; }
.about-v4-benefit-grid p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.6; }

.about-v4 .about-v3-model { padding: 92px 0 86px; }
.about-v4 .about-v3-center-heading { margin-bottom: 48px; }
.about-v4 .about-v3-model-grid { gap: 0; }
.about-v4 .about-v3-model-grid::before { display: none; }
.about-v4 .about-v3-model-grid article {
  min-height: 235px;
  padding: 8px 44px 0;
  border: 0;
  border-right: 1px solid rgba(255,255,255,.14);
  border-radius: 0;
  text-align: center;
  background: transparent;
}
.about-v4 .about-v3-model-grid article:last-child { border-right: 0; }
.about-v4 .about-v3-model-grid article:hover { background: transparent; transform: translateY(-4px); }
.about-v4 .about-v3-step {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  border: 0;
  color: #fff;
  background: #26784e;
  box-shadow: 0 10px 28px rgba(0,0,0,.16);
}
.about-v4 .about-v3-model-grid h3 { margin-bottom: 12px; font-size: 1.08rem; }
.about-v4 .about-v3-model-grid p { margin: 0 auto; max-width: 280px; font-size: .9rem; }

.about-v4 .about-v3-purpose { padding: 76px 0; background: #fffaf0; }
.about-v4 .about-v3-purpose-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
.about-v4 .about-v3-purpose-card {
  min-height: 380px;
  padding: 44px;
  border-radius: 16px;
  box-shadow: 0 14px 36px rgba(25,63,99,.09);
}
.about-v4 .about-v3-purpose-card::before {
  top: -135px;
  right: -105px;
  opacity: .06;
}
.about-v4 .about-v3-purpose-label { margin-bottom: 28px; }
.about-v4 .about-v3-purpose-card h2 {
  max-width: 510px;
  font-size: clamp(2rem, 2.7vw, 2.65rem);
}

.about-v4 .about-v3-values { padding: 88px 0 96px; }
.about-v4 .about-v3-values .section-intro { margin-bottom: 44px; }
.about-v4 .about-v3-values-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.about-v4 .about-v3-value-card,
.about-v4 .about-v3-value-card.value-wide {
  grid-column: auto;
  min-height: 250px;
  padding: 25px 22px;
  border-radius: 14px;
}
.about-v4 .about-v3-value-card > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 34px;
  border-radius: 50%;
  color: var(--forest);
  background: #e7f1e9;
  font-size: .58rem;
}
.about-v4 .about-v3-value-card h3 { margin: 0 0 10px; font-size: .96rem; }
.about-v4 .about-v3-value-card p { font-size: .82rem; line-height: 1.6; }

.about-v4 .about-v3-founders {
  padding: 86px 0 94px;
  background: linear-gradient(180deg, #f2f7f8, #edf3f5);
}
.about-v4 .about-v3-founder-grid { width: min(820px, 100%); gap: 18px; }
.about-v4 .about-v3-founder-card { border-radius: 14px; box-shadow: 0 12px 32px rgba(25,63,99,.08); }
.about-v4 .about-v3-founder-card figure { aspect-ratio: 16 / 8.5; }
.about-v4 .about-v3-founder-card > div { padding: 20px 22px 22px; border-top-width: 3px; }
.about-v4 .about-v3-founder-role { margin-bottom: 7px; font-size: .58rem; }
.about-v4 .about-v3-founder-card h3 { margin-bottom: 9px; font-size: 1.28rem !important; }
.about-v4 .about-v3-founder-card p { margin-bottom: 13px; font-size: .82rem; line-height: 1.55; }
.about-v4 .about-v3-founder-card > div > strong { padding-top: 12px; font-size: .56rem; }

.about-v4 .about-v3-cta { min-height: 410px; }
.about-v4 .about-v3-cta-inner { padding: 72px 0; }

@media (max-width: 1050px) {
  .about-v4 .about-v3-hero-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
  .about-v4 .about-v3-hero-copy h1 { font-size: clamp(2.55rem, 5vw, 3.25rem); }
  .about-v4 .about-v3-hero-visual { height: 455px; }
  .about-v4 .about-v3-main-image { height: 420px; }
  .about-v4 .about-v3-hero-proof { gap: 13px; }
  .about-v4 .about-v3-model-grid article { padding-inline: 28px; }
  .about-v4 .about-v3-values-grid { grid-template-columns: repeat(3, 1fr); }
  .about-v4 .about-v3-value-card:last-child { grid-column: auto; }
}

@media (max-width: 800px) {
  .about-v4 .about-v3-hero { padding: 62px 0 72px; }
  .about-v4 .about-v3-hero-grid,
  .about-v4 .about-v3-origin-grid { grid-template-columns: 1fr; }
  .about-v4 .about-v3-hero-visual { width: min(590px, 100%); height: 510px; }
  .about-v4 .about-v3-main-image { width: 94%; height: 475px; }
  .about-v4 .about-v3-origin-heading > p:last-child { max-width: 650px; }
  .about-v4 .about-v3-model-grid { grid-template-columns: 1fr; }
  .about-v4 .about-v3-model-grid article {
    min-height: 0;
    padding: 30px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
  }
  .about-v4 .about-v3-model-grid article:last-child { border-bottom: 0; }
  .about-v4 .about-v3-step { position: static; margin: 0 auto 22px; }
  .about-v4 .about-v3-purpose-grid { grid-template-columns: 1fr; }
  .about-v4 .about-v3-purpose-card { min-height: 340px; }
  .about-v4 .about-v3-values-grid { grid-template-columns: repeat(2, 1fr); }
  .about-v4 .about-v3-founder-card { width: min(480px, 100%); }
}

@media (max-width: 560px) {
  .about-v4 .about-v3-hero { padding: 48px 0 62px; }
  .about-v4 .about-v3-hero-copy h1 { font-size: clamp(2.35rem, 11vw, 3rem); }
  .about-v4 .about-v3-hero-proof { display: grid; gap: 12px; }
  .about-v4 .about-v3-hero-visual { height: 390px; }
  .about-v4 .about-v3-main-image { width: 100%; height: 355px; border-radius: 170px 170px 18px 18px; }
  .about-v4 .about-v3-floating-card { right: 10px; min-width: 220px; }
  .about-v4 .about-v3-origin { padding: 72px 0; }
  .about-v4-benefit-grid { grid-template-columns: 1fr; }
  .about-v4-benefit-grid article { min-height: 0; }
  .about-v4 .about-v3-purpose-card { min-height: 0; padding: 38px 24px; }
  .about-v4 .about-v3-values-grid { grid-template-columns: 1fr; }
  .about-v4 .about-v3-value-card,
  .about-v4 .about-v3-value-card.value-wide { min-height: 215px; }
  .about-v4 .about-v3-founder-card figure { aspect-ratio: 4 / 3; }
}

/* Visible mortgage disclosures and readable legal pages. */
 .footer-compliance { margin-top: 0; padding-top: 30px; padding-bottom: 26px; border-top: 1px solid rgba(255,255,255,.16); color: #d7e1d9; font-size: .82rem; line-height: 1.65; }
.footer-compliance p { margin: 0; }
.compliance-heading { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 26px; }
.compliance-eyebrow { display: block; margin-bottom: 9px; color: #b9ccae; font-size: .65rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.compliance-heading h2 { margin: 0 0 4px; color: #fff; font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.4; letter-spacing: -.02em; }
.compliance-heading > div > p { color: #b9cbbd; font-size: .78rem; }
.footer-compliance a { color: #edf3eb; overflow-wrap: anywhere; }
.compliance-legal-link { display: inline-flex; align-items: center; gap: 22px; flex-shrink: 0; padding: 10px 15px; border: 1px solid #647c67; border-radius: 6px; font-size: .76rem; }
.footer-compliance a:hover { color: #fff; background: rgba(255,255,255,.06); }
.footer-compliance a:focus-visible { outline: 2px solid #d8e7bd; outline-offset: 5px; }
.compliance-grid { display: grid; grid-template-columns: 1fr 1.1fr 1.15fr; gap: 28px; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: rgba(255,255,255,.025); }
.compliance-grid > div { min-width: 0; }
.compliance-grid > div + div { border-left: 1px solid rgba(255,255,255,.14); padding-left: 28px; }
.compliance-grid h3 { margin: 0 0 12px; color: #b9ccae; font-size: .65rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.compliance-grid .compliance-name { margin-bottom: 3px; color: #fff; font-size: .95rem; font-weight: 600; }
.compliance-license { display: inline-block; margin-top: 10px; color: #e4eccc; font-size: .76rem; letter-spacing: .025em; }
.compliance-resources a { display: block; width: fit-content; text-decoration: underline; text-decoration-color: #647c67; text-underline-offset: 4px; font-size: .78rem; }
.compliance-resources a + a { margin-top: 12px; }
.compliance-resources a span { display: inline-block; margin-left: 5px; }
.compliance-notice { display: grid; grid-template-columns: 1fr 190px; align-items: center; gap: 36px; margin-top: 20px; }
.compliance-notice > p:first-child { max-width: 850px; color: #bdcebf; font-size: .74rem; line-height: 1.8; }
.compliance-notice .compliance-housing { color: #e4eccc; font-size: .66rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; line-height: 1.7; }
.site-footer .footer-bottom { padding-right: 210px; font-size: .7rem; }
@media (max-width: 760px) {
  .compliance-grid { grid-template-columns: 1fr 1fr; gap: 22px; padding: 20px; }
  .compliance-grid > .compliance-resources { grid-column: 1 / -1; border-left: 0; border-top: 1px solid rgba(255,255,255,.14); padding: 20px 0 0; }
  .compliance-notice { grid-template-columns: 1fr; gap: 14px; }
  .site-footer .footer-bottom { padding-right: 0; padding-bottom: 65px; }
}
@media (max-width: 480px) {
  .compliance-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
  .compliance-grid { grid-template-columns: 1fr; }
  .compliance-grid > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); padding: 18px 0 0; }
}
.legal-content { max-width: 960px; }
.legal-page h1 { font-size: clamp(2rem, 5vw, 3.5rem); margin-bottom: 24px; }
.legal-section { margin-top: 36px; }
.legal-section h2 { font-size: clamp(1.35rem, 3vw, 1.8rem); margin-bottom: 16px; }
.legal-section p { margin-bottom: 16px; line-height: 1.85; }
.legal-section a { text-decoration: underline; overflow-wrap: anywhere; }
.advisor-license { font-size: .85rem; line-height: 1.6; }

/* About page readability and card polish. */
.about-v4 .about-v3-hero-lead,
.about-v4 .about-v3-origin-heading > p:last-child,
.about-v4 .about-v3-center-heading > p:not(.eyebrow),
.about-v4 .about-v3-purpose-card p,
.about-v4 .about-v3-cta-inner > p:not(.eyebrow) {
  font-size: 1.08rem !important;
  line-height: 1.75 !important;
}

.about-v4 .about-v3-hero-proof span {
  gap: 10px;
  font-size: .75rem;
}

.about-v4 .about-v3-hero-proof b {
  width: 32px;
  height: 32px;
  font-size: .62rem;
}

.about-v4-benefit-grid h3 { font-size: 1.12rem; }
.about-v4-benefit-grid p { font-size: .96rem; line-height: 1.7; }
.about-v4 .about-v3-model-grid h3 { font-size: 1.2rem; }
.about-v4 .about-v3-model-grid p { font-size: 1rem; line-height: 1.7; }

.about-v4 .about-v3-values-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.about-v4 .about-v3-value-card,
.about-v4 .about-v3-value-card.value-wide {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  grid-column: auto;
  min-height: 275px;
  padding: 28px 22px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--card-accent, var(--green));
  border-radius: 16px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(25,63,99,.06);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.about-v4 .about-v3-value-card:nth-child(1) { --card-accent: var(--blue); }
.about-v4 .about-v3-value-card:nth-child(2) { --card-accent: var(--green); }
.about-v4 .about-v3-value-card:nth-child(3) { --card-accent: var(--gold); }
.about-v4 .about-v3-value-card:nth-child(4) { --card-accent: var(--forest); }
.about-v4 .about-v3-value-card:nth-child(5) { --card-accent: var(--sage); }

.about-v4 .about-v3-value-card::after {
  position: absolute;
  z-index: -1;
  top: -38px;
  right: -38px;
  width: 92px;
  height: 92px;
  border: 1px solid var(--card-accent);
  border-radius: 50%;
  opacity: .22;
  content: "";
  transition: transform .35s ease, opacity .35s ease;
}

.about-v4 .about-v3-value-card:hover,
.about-v4 .about-v3-value-card:focus-within {
  border-color: var(--card-accent);
  box-shadow: 0 22px 46px rgba(25,63,99,.13);
  transform: translateY(-7px);
}

.about-v4 .about-v3-value-card:hover::after,
.about-v4 .about-v3-value-card:focus-within::after {
  opacity: .42;
  transform: scale(1.22);
}

.about-v4 .about-v3-value-card > span {
  width: 38px;
  height: 38px;
  margin-bottom: 42px;
  color: var(--blue-deep);
  border: 1px solid var(--card-accent);
  background: var(--cream);
  font-size: .64rem;
  transition: transform .3s ease;
}

.about-v4 .about-v3-value-card:hover > span { transform: rotate(-7deg) scale(1.08); }
.about-v4 .about-v3-value-card h3 { margin-bottom: 12px; font-size: 1.18rem; line-height: 1.35; }
.about-v4 .about-v3-value-card p { font-size: .98rem; line-height: 1.7; }

.about-v4 .about-v3-founder-grid {
  width: min(960px, 100%);
  align-items: stretch;
  gap: 24px;
}

.about-v4 .about-v3-founder-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.about-v4 .about-v3-founder-card figure {
  aspect-ratio: 4 / 3;
  background: #d9dee1;
}

.about-v4 .about-v3-founder-card figure img {
  display: block;
  object-fit: cover;
}

.about-v4 .about-v3-founder-card:first-child figure img { object-position: center 28%; }
.about-v4 .about-v3-founder-card:last-child figure img { object-position: center 43%; }
.about-v4 .about-v3-founder-card > div { padding: 26px 28px 30px; }
.about-v4 .about-v3-founder-role { font-size: .68rem; line-height: 1.5; }
.about-v4 .about-v3-founder-card h3 { font-size: 1.55rem !important; }
.about-v4 .about-v3-founder-card p { font-size: .96rem; line-height: 1.7; }
.about-v4 .about-v3-founder-card .advisor-license { font-size: .88rem; line-height: 1.65; }
.about-v4 .about-v3-founder-card > div > strong { font-size: .64rem; line-height: 1.5; }

@media (max-width: 1050px) {
  .about-v4 .about-v3-values-grid { grid-template-columns: repeat(2, 1fr); }
  .about-v4 .about-v3-value-card,
  .about-v4 .about-v3-value-card.value-wide,
  .about-v4 .about-v3-value-card:nth-child(4),
  .about-v4 .about-v3-value-card:nth-child(5) { grid-column: auto; }
  .about-v4 .about-v3-value-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .about-v4 .about-v3-hero-lead,
  .about-v4 .about-v3-origin-heading > p:last-child,
  .about-v4 .about-v3-center-heading > p:not(.eyebrow),
  .about-v4 .about-v3-purpose-card p,
  .about-v4 .about-v3-cta-inner > p:not(.eyebrow) { font-size: 1rem !important; }
  .about-v4 .about-v3-values-grid { grid-template-columns: 1fr; }
  .about-v4 .about-v3-value-card,
  .about-v4 .about-v3-value-card.value-wide,
  .about-v4 .about-v3-value-card:last-child { grid-column: auto; min-height: 230px; }
  .about-v4 .about-v3-founder-card figure { aspect-ratio: 1 / 1; }
  .about-v4 .about-v3-founder-card > div { padding: 24px 22px 27px; }
}

@media (prefers-reduced-motion: reduce) {
  .about-v4 .about-v3-value-card,
  .about-v4 .about-v3-value-card > span,
  .about-v4 .about-v3-value-card::after { transition: none; }
}

/* Services page: compact, consistently aligned pillars without pointer motion. */
.page-services .services-page-hero {
  min-height: auto;
  padding: 54px 0 60px;
}

.page-services .services-page-hero .inner-page-hero-image {
  height: 410px;
  min-height: 410px;
}

.page-services .services-page-hero .inner-page-hero-visual { padding-bottom: 34px; }
.page-services .cursor-glow { display: none !important; }
.page-services .service-detail:first-child { padding-top: 52px; }
.page-services .service-detail:last-child { padding-bottom: 20px; }

@media (max-width: 1050px) {
  .page-services .services-page-hero { min-height: auto; padding: 48px 0 54px; }
  .page-services .services-page-hero .inner-page-hero-image { height: 380px; min-height: 380px; }
}

@media (max-width: 800px) {
  .page-services .services-page-hero { padding: 52px 0 58px; }
  .page-services .services-page-hero .inner-page-hero-image { height: min(500px, 90vw); min-height: 400px; }
  .page-services .service-detail { gap: 30px; padding: 52px 0; }
  .page-services .service-detail:first-child { padding-top: 44px; }
  .page-services .service-detail:last-child { padding-bottom: 10px; }
}

@media (max-width: 560px) {
  .page-services .services-page-hero .inner-page-hero-image { height: 390px; min-height: 0; }
  .page-services .service-detail { gap: 24px; padding: 44px 0; }
  .page-services .service-detail-heading h2 { font-size: clamp(2rem, 10vw, 2.65rem); }
  .page-services .feature-list { grid-template-columns: 1fr; }
}

/* Home team cards: names first, expandable details. */
.page-home .team-details {
  flex: 1;
  padding: 0;
  border-top: 4px solid var(--green);
  background: var(--white);
}

.page-home .team-card:last-child .team-details { border-top-color: var(--gold); }
.page-home .team-details summary {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
}

.page-home .team-details summary::-webkit-details-marker { display: none; }
.page-home .team-details summary::marker { content: ""; }
.page-home .team-details summary h3 { margin: 0; }
.page-home .team-toggle-arrow {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--forest);
  background: var(--cream);
  font-size: 1.05rem;
  transition: color .25s ease, background-color .25s ease, transform .25s ease;
}

.page-home .team-details summary:hover .team-toggle-arrow,
.page-home .team-details summary:focus-visible .team-toggle-arrow {
  color: var(--white);
  background: var(--green);
  transform: translateX(3px);
}

.page-home .team-details summary:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: -4px;
}

.page-home .team-details[open] .team-toggle-arrow { transform: rotate(90deg); }
.page-home .team-details[open] summary:hover .team-toggle-arrow { transform: rotate(90deg) translateX(3px); }
.page-home .team-details-panel {
  padding: 19px 24px 24px;
  border-top: 1px solid var(--line);
}

.page-home .team-details-panel p + p { margin-top: 8px; }

@media (prefers-reduced-motion: reduce) {
  .page-home .team-toggle-arrow { transition: none; }
}

/* Contact page: give the final CTA its own visual space before the footer. */
.page-contact .cta-banner {
  width: min(1180px, calc(100% - 40px));
  min-height: 300px;
  margin: 0 auto 72px;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.page-contact .cta-banner-inner { padding: 56px 30px; }

@media (max-width: 800px) {
  .page-contact .cta-banner {
    width: calc(100% - 34px);
    min-height: 0;
    margin-bottom: 54px;
    border-radius: 18px;
  }

  .page-contact .cta-banner-inner { padding: 48px 24px; }
}

@media (max-width: 560px) {
  .page-contact .cta-banner { width: calc(100% - 24px); margin-bottom: 42px; }
  .page-contact .cta-banner-inner { padding: 42px 18px; }
}

/* Services page: premium editorial zig-zag service rows. */
.page-services .service-detail {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(56px, 6.5vw, 88px);
  padding: 76px 0;
}

.page-services .service-detail:first-child { padding-top: 62px; }
.page-services .service-detail:last-child { padding-bottom: 44px; }
.page-services .service-detail.reverse .service-detail-heading { order: 2; padding-left: 0; }
.page-services .service-detail.reverse .service-detail-body { order: 1; }
.page-services .service-detail-heading::before { display: none; }
.page-services .service-detail-heading h2 {
  max-width: 520px;
  font-size: clamp(2.15rem, 3.15vw, 3.35rem);
  line-height: 1.08;
}

.page-services .service-detail-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  margin: 28px 0 0;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--cream);
  box-shadow: 0 22px 52px rgba(25, 63, 99, .13);
}

.page-services .service-detail-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(23, 51, 38, .17), transparent 42%);
  content: "";
  pointer-events: none;
}

.page-services .service-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-services .service-detail-image .service-symbol {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  margin: 0;
  border-color: var(--line);
  border-radius: 10px;
  background: rgba(255, 248, 232, .94);
  box-shadow: 0 12px 28px rgba(23, 51, 38, .16);
  backdrop-filter: blur(8px);
}

@media (max-width: 1050px) {
  .page-services .service-detail {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 46px;
    padding: 64px 0;
  }
}

@media (max-width: 800px) {
  .page-services .service-detail { grid-template-columns: 1fr; gap: 30px; padding: 56px 0; }
  .page-services .service-detail.reverse .service-detail-heading,
  .page-services .service-detail.reverse .service-detail-body { order: 0; }
  .page-services .service-detail-heading h2 { max-width: 620px; }
  .page-services .service-detail-image { aspect-ratio: 16 / 10; }
}

@media (max-width: 560px) {
  .page-services .service-detail { padding: 46px 0; }
  .page-services .service-detail:first-child { padding-top: 42px; }
  .page-services .service-detail:last-child { padding-bottom: 12px; }
  .page-services .service-detail-image { aspect-ratio: 4 / 3; margin-top: 22px; border-radius: 16px; }
  .page-services .service-detail-image .service-symbol { right: 12px; bottom: 12px; }
}

/* Global typography standard: the Home page is the master reference. */
#main-content h1 {
  font-family: var(--heading) !important;
  font-size: var(--type-h1-size) !important;
  font-weight: 700 !important;
  line-height: var(--type-h1-line-height) !important;
  letter-spacing: var(--type-h1-letter-spacing) !important;
  text-wrap: balance;
  white-space: normal !important;
}

#main-content h2 {
  font-family: var(--heading) !important;
  font-size: var(--type-h2-size) !important;
  font-weight: 700 !important;
  line-height: var(--type-h2-line-height) !important;
  letter-spacing: var(--type-h2-letter-spacing) !important;
  text-wrap: balance;
}

#main-content h3 {
  font-family: var(--heading) !important;
  font-size: var(--type-h3-size) !important;
  font-weight: 700 !important;
  line-height: var(--type-h3-line-height) !important;
  letter-spacing: var(--type-h3-letter-spacing) !important;
  text-wrap: balance;
}

#main-content p:not(.eyebrow):not(.form-note):not(.form-status) {
  font-family: var(--body) !important;
  font-size: var(--type-body-size) !important;
  font-weight: 400 !important;
  line-height: var(--type-body-line-height) !important;
  letter-spacing: 0 !important;
  text-wrap: pretty;
}

#main-content :is(.hero-lead, .inner-page-hero-lead, .page-hero-lead) {
  font-family: var(--body) !important;
  font-size: var(--type-lead-size) !important;
  font-weight: 400 !important;
  line-height: var(--type-body-line-height) !important;
  letter-spacing: 0 !important;
}

#main-content .eyebrow {
  font-family: var(--heading) !important;
  font-size: var(--type-label-size) !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: .14em !important;
}

#main-content .button {
  font-family: var(--heading) !important;
  font-size: var(--type-button-size) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: .01em !important;
}

#main-content .text-link {
  font-family: var(--heading) !important;
  font-size: var(--type-small-size) !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
}

#main-content label {
  font-family: var(--body) !important;
  font-size: var(--type-label-size) !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

#main-content :is(input, select, textarea) {
  font-family: var(--body) !important;
  font-size: var(--type-body-size) !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

#main-content .faq-item button {
  font-family: var(--heading) !important;
  font-size: var(--type-body-size) !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

#main-content :is(.form-note, .form-status) {
  font-family: var(--body) !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

#main-content .form-note { font-size: .65rem !important; font-weight: 400 !important; }
#main-content .form-status { font-size: .78rem !important; font-weight: 700 !important; }
#main-content .form-status.is-error { color: var(--gold) !important; }

.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

#main-content :is(.hero-card p, .inner-page-hero-card p) {
  font-size: var(--type-button-size) !important;
  line-height: 1.45 !important;
}

#main-content :is(.feature-list li, .check-list li) {
  font-family: var(--body) !important;
  font-size: var(--type-body-size) !important;
  font-weight: 400 !important;
  line-height: var(--type-body-line-height) !important;
  letter-spacing: 0 !important;
}

#main-content .service-hero-strip strong {
  font-family: var(--heading) !important;
  font-size: 1.08rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

#main-content .service-hero-strip small {
  font-family: var(--body) !important;
  font-size: var(--type-small-size) !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

#main-content :is(
  .pillar-label,
  .service-number,
  .about-v3-purpose-label,
  .about-v3-founder-role,
  .contact-form-heading span,
  .contact-page-form .form-title span,
  .center-cta > p
) {
  font-family: var(--heading) !important;
  font-size: var(--type-label-size) !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: .1em !important;
}

@media (min-width: 561px) and (max-width: 1050px) {
  :root { --type-h1-size: clamp(3rem, 5.6vw, 5.8rem); }
}

@media (max-width: 560px) {
  :root { --type-h1-size: clamp(2.65rem, 13vw, 4rem); }
}
