: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;
}

*, *::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 { display: flex; align-items: center; gap: 24px; }
.primary-nav > a:not(.button) { position: relative; color: #385347; font-family: var(--heading); font-size: .72rem; 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 { background: #fffdf8; }
.center-heading { margin-bottom: 58px; text-align: center; }
.center-heading h2 { color: var(--forest); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-grid article { position: relative; min-height: 270px; padding: 30px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; transition: background .3s, box-shadow .3s; }
.value-grid article::before { position: absolute; inset: auto 0 0 0; height: 3px; background: var(--green); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.value-grid article:hover { background: rgba(31, 146, 77, .05); box-shadow: 0 20px 45px rgba(34,76,42,.08); }
.value-grid article:hover::before { transform: scaleX(1); }
.value-grid article > span { display: block; margin-bottom: 55px; color: var(--green); font-family: var(--heading); font-size: .7rem; font-weight: 700; transition: color .3s, transform .3s; }
.value-grid article:hover > span { color: var(--gold); transform: translateY(-4px); }
.value-grid h3 { color: var(--blue); font-size: 1.16rem; }
.value-grid p { margin-bottom: 0; color: var(--muted); font-size: .88rem; }

.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: 76px 0 24px; color: rgba(255,255,255,.7); background: #14311d; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 70px; padding-bottom: 55px; }
.footer-brand img { width: 205px; margin-bottom: 21px; }
.footer-brand p { max-width: 330px; }
.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: 60px; 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); }
.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: 52px; color: var(--gold); font-family: var(--heading); font-size: .7rem; }
.principles-grid h3 { font-size: 1.2rem; }
.principles-grid p { color: rgba(255,255,255,.64); font-size: .88rem; }
.inner-team { background: var(--cream); }
.audience-section { padding-top: 0; background: var(--cream); }
.audience-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding: 70px; color: #fff; background: var(--blue); }
.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; }

.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-top: 40px; background: #fffdf8; }
.service-detail { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; padding: 90px 0; border-bottom: 1px solid var(--line); }
.service-detail.reverse .service-detail-heading { order: 2; padding-left: 40px; }
.service-detail-heading { position: relative; }
.service-detail-heading::before { position: absolute; top: 60px; left: -52px; width: 110px; height: 110px; border: 20px solid rgba(148,188,126,.14); border-radius: 50%; content: ""; }
.service-detail-heading > * { position: relative; }
.pillar-label { display: block; margin-bottom: 35px; color: var(--green); font-family: var(--heading); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.service-detail-heading h2 { color: var(--forest); font-size: clamp(2.3rem, 3.7vw, 4rem); }
.service-detail-body h3 { margin: 32px 0 18px; color: var(--forest); font-size: 1rem; letter-spacing: .01em; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; margin: 0 0 34px; padding: 0; list-style: none; }
.feature-list li { position: relative; padding: 12px 0 12px 25px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
.feature-list li::before { position: absolute; top: 12px; left: 0; color: var(--green); content: "✓"; font-weight: 700; }
.why-card { padding: 25px 28px; 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: 112%;
  transform: translate3d(0, var(--parallax-y, -3%), 0) scale(1.035);
  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: clamp(3rem, 3.25vw, 3.45rem);
    white-space: nowrap;
  }
  html[lang="es"] .home-hero .hero-copy h1 {
    font-size: clamp(2.65rem, 2.75vw, 2.85rem);
  }
}

.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: -7px; z-index: 2; }
.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, .16), transparent 42%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}
.motion-card:hover::after { opacity: 1; }
.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: 18px; transition: padding .35s, box-shadow .35s, background .35s; }
.service-detail:hover { background: #fff; box-shadow: 0 24px 70px rgba(23, 51, 38, .08); }
.why-card { transition: transform .25s, box-shadow .25s; }
.why-card:hover { box-shadow: 0 14px 32px rgba(23, 51, 38, .1); transform: translateX(6px); }

.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: 42px 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: 44px; }
.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: 70% 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: 122px;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-content: center;
  gap: 2px 15px;
  padding: 24px 34px;
  border-right: 1px solid rgba(255, 255, 255, .14);
  transition: background-color .25s, transform .25s;
}
.service-hero-strip a:last-child { border-right: 0; }
.service-hero-strip a:hover { background: rgba(255, 255, 255, .07); transform: translateY(-4px); }
.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: 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: 92px; 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: 20px 4px; }
}

@media (prefers-reduced-motion: reduce) {
  .inner-page-hero-card { animation: none; }
  .inner-page-hero-image img { transform: none !important; }
}
