:root {
  --pine: #123f3b;
  --pine-deep: #0b2f2c;
  --navy: #142c45;
  --ink: #18302e;
  --muted: #61706c;
  --paper: #f7f3eb;
  --linen: #ede7dc;
  --mist: #dbe8e2;
  --white: #fffdf8;
  --copper: #b66a46;
  --amber: #e2a638;
  --line: rgba(20, 44, 69, .15);
  --shadow: 0 24px 70px rgba(18, 63, 59, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
.skip-link { position: fixed; z-index: 100; left: 12px; top: 12px; padding: 10px 14px; color: white; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 112px 0; }
.eyebrow { margin: 0 0 18px; color: var(--copper); font-size: 12px; line-height: 1; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: #efbe69; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
h2 { margin-bottom: 22px; color: var(--navy); font-size: clamp(38px, 5vw, 66px); line-height: 1.02; }
p { line-height: 1.72; }

.topline { background: var(--pine-deep); color: rgba(255,255,255,.72); font-size: 12px; }
.topline-inner { height: 34px; display: flex; align-items: center; justify-content: space-between; }
.topline a { color: white; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(247,243,235,.94); backdrop-filter: blur(12px); }
.header-inner { height: 84px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 1px rgba(20,44,69,.15); }
.brand span { display: flex; flex-direction: column; }
.brand strong { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 21px; line-height: 1; }
.brand small { margin-top: 7px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
nav { margin-left: auto; display: flex; align-items: center; gap: 18px; }
nav a { color: #364d4a; font-size: 12px; font-weight: 700; }
nav a:hover { color: var(--copper); }
.menu-toggle { display: none; margin-left: auto; padding: 8px; color: var(--navy); background: transparent; border: 0; cursor: pointer; }
.menu-toggle span { width: 24px; height: 2px; display: block; margin: 4px 0; background: currentColor; }
.menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.header-call { padding-left: 24px; border-left: 1px solid var(--line); display: flex; align-items: center; gap: 10px; color: var(--navy); font-weight: 800; font-size: 13px; }
.header-call svg { color: var(--copper); font-size: 23px; }
.header-call span { display: flex; flex-direction: column; }
.header-call small { color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 3px; }

.hero { overflow: hidden; position: relative; min-height: 730px; display: grid; align-items: center; background: var(--paper); }
.hero::before { content: ""; position: absolute; inset: 0 0 0 58%; background: var(--mist); border-radius: 0 0 0 180px; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 66px; padding: 78px 0 92px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 760px; margin-bottom: 26px; color: var(--navy); font-size: clamp(54px, 6.5vw, 88px); line-height: .94; }
.hero h1 em { display: block; color: var(--pine); font-weight: 400; }
.hero-lead { max-width: 610px; margin-bottom: 32px; color: #526460; font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 2px; font-size: 14px; font-weight: 800; }
.button-primary { color: white; background: var(--pine); box-shadow: 0 13px 30px rgba(18,63,59,.2); }
.button-primary:hover { background: var(--navy); transform: translateY(-1px); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-size: 13px; font-weight: 800; border-bottom: 1px solid rgba(20,44,69,.35); padding-bottom: 5px; }
.text-link svg { transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(4px); }
.hero-note { margin: 38px 0 0; padding-top: 20px; border-top: 1px solid var(--line); max-width: 600px; color: var(--muted); font-size: 12px; font-weight: 700; }

.finance-map { position: relative; min-height: 520px; }
.map-grid { position: absolute; inset: 20px; border-radius: 50%; opacity: .27; background-image: linear-gradient(rgba(18,63,59,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(18,63,59,.22) 1px, transparent 1px); background-size: 38px 38px; mask-image: radial-gradient(circle, #000 30%, transparent 72%); }
.finance-map::before, .finance-map::after { content: ""; position: absolute; border: 1px solid rgba(18,63,59,.24); border-radius: 50%; }
.finance-map::before { width: 370px; height: 370px; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.finance-map::after { width: 250px; height: 250px; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.map-core, .map-node { position: absolute; z-index: 2; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; box-shadow: var(--shadow); }
.map-core { width: 190px; height: 190px; left: 50%; top: 50%; transform: translate(-50%,-50%); padding-left: 43px; background: var(--pine); color: white; }
.map-core span { color: #efbe69; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.map-core strong { margin-top: 8px; font-family: Georgia, "Times New Roman", serif; font-size: 28px; line-height: .95; font-weight: 400; }
.map-node { width: 128px; height: 128px; align-items: center; text-align: center; background: var(--white); color: var(--navy); border: 1px solid rgba(20,44,69,.1); }
.map-node span { color: var(--copper); font-size: 10px; font-weight: 800; }
.map-node strong { margin-top: 6px; font-size: 14px; line-height: 1.15; }
.node-project { top: 8px; left: 50%; transform: translateX(-50%); }
.node-working { right: 3px; top: 50%; transform: translateY(-50%); }
.node-nonfund { bottom: 6px; left: 50%; transform: translateX(-50%); }
.node-secured { left: 3px; top: 50%; transform: translateY(-50%); }

.proof-strip { color: white; background: var(--navy); }
.proof-grid { min-height: 150px; display: grid; grid-template-columns: repeat(3, 1fr) 1.2fr; align-items: center; }
.proof-grid > div { min-height: 75px; padding: 0 28px; display: flex; align-items: center; gap: 14px; border-right: 1px solid rgba(255,255,255,.14); }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid strong { color: #efbe69; font-family: Georgia, "Times New Roman", serif; font-size: 40px; font-weight: 400; }
.proof-grid span { max-width: 125px; color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.45; }
.proof-grid > p { margin: 0; padding-left: 50px; font-family: Georgia, "Times New Roman", serif; font-size: 23px; line-height: 1.15; }
.proof-grid em { color: #efbe69; font-weight: 400; }

.section-heading { max-width: 620px; }
.section-heading > p:last-child { color: var(--muted); }
.split-heading { max-width: none; margin-bottom: 58px; display: grid; grid-template-columns: 1.05fr .7fr; gap: 110px; align-items: end; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin-bottom: 5px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 410px; padding: 34px 30px 30px; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); box-shadow: 0 12px 35px rgba(18,63,59,.045); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card.featured { background: #eff2e9; border-top: 3px solid var(--pine); }
.card-topline { display: flex; justify-content: space-between; align-items: center; margin-bottom: 52px; }
.card-topline span { color: var(--copper); font-size: 12px; font-weight: 900; }
.card-topline i { width: 35px; height: 1px; background: var(--copper); }
.service-card h3 { margin-bottom: 18px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 27px; line-height: 1.05; font-weight: 400; }
.service-card > p { color: var(--muted); font-size: 14px; }
.service-card ul { padding: 19px 0 0; margin: auto 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card li { margin: 9px 0; display: flex; align-items: flex-start; gap: 9px; color: #435754; font-size: 12px; line-height: 1.4; }
.service-card li svg { flex: 0 0 14px; margin-top: 1px; color: var(--copper); stroke-width: 2.2; }

.project-focus { padding: 110px 0; background: var(--linen); }
.project-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; }
.project-intro p:not(.eyebrow) { color: var(--muted); }
.project-board { display: grid; grid-template-columns: 1fr 1fr; background: var(--white); box-shadow: var(--shadow); }
.project-board > div { min-height: 230px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-board > div:nth-child(even) { border-right: 0; }
.project-board > div:nth-child(n+3) { border-bottom: 0; }
.project-board span { color: var(--copper); font-size: 11px; font-weight: 900; }
.project-board h3 { margin: 40px 0 10px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 400; }
.project-board p { margin: 0; color: var(--muted); font-size: 13px; }

.working-capital { padding: 110px 0; color: white; background: var(--pine); }
.working-head { margin-bottom: 55px; display: grid; grid-template-columns: 1fr .65fr; gap: 110px; align-items: end; }
.working-head h2 { margin-bottom: 0; color: white; }
.working-head > p { color: rgba(255,255,255,.7); }
.capital-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.capital-grid article { min-height: 255px; padding: 34px 25px; border-right: 1px solid rgba(255,255,255,.18); }
.capital-grid article:last-child { border-right: 0; }
.capital-grid span { color: #efbe69; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.capital-grid h3 { margin: 50px 0 16px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 400; }
.capital-grid p { margin: 0; color: rgba(255,255,255,.67); font-size: 13px; }

.facilities-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; }
.facility-list { border-top: 1px solid var(--line); }
.facility-list div { min-height: 68px; display: flex; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); }
.facility-list span { color: var(--copper); font-size: 10px; font-weight: 900; }
.facility-list strong { color: var(--navy); font-size: 15px; }
.eligibility-note { margin-top: 48px; padding: 18px 22px; border-left: 3px solid var(--amber); color: var(--muted); background: rgba(226,166,56,.09); font-size: 12px; line-height: 1.6; }

.perspective { padding: 96px 0; color: white; background: var(--navy); text-align: center; }
.perspective-inner { max-width: 920px; }
.quote-mark { display: block; height: 56px; color: #efbe69; font-family: Georgia, serif; font-size: 85px; line-height: 1; }
blockquote { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 4vw, 45px); line-height: 1.22; }
.perspective p { margin: 30px 0 0; color: rgba(255,255,255,.58); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.centered-heading { margin: 0 auto 58px; text-align: center; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.process-grid article { position: relative; min-height: 245px; padding: 30px 28px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.process-grid article:last-child { border-right: 0; }
.process-grid span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: white; background: var(--copper); font-size: 10px; font-weight: 900; }
.process-grid article:not(:last-child)::after { content: ""; position: absolute; top: 50px; right: -13px; z-index: 2; width: 25px; height: 1px; background: var(--copper); }
.process-grid h3 { margin: 48px 0 12px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 26px; font-weight: 400; }
.process-grid p { color: var(--muted); font-size: 13px; }

.professionals { padding: 110px 0; background: var(--pine-deep); color: white; }
.professionals-grid { display: grid; grid-template-columns: .42fr 1fr; gap: 100px; align-items: center; }
.experience-card { min-height: 370px; padding: 40px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.045); }
.experience-card span { color: #efbe69; font-family: Georgia, "Times New Roman", serif; font-size: 92px; line-height: 1; }
.experience-card strong { margin-top: 4px; font-family: Georgia, "Times New Roman", serif; font-size: 32px; font-weight: 400; }
.experience-card p { margin: 38px 0 0; color: rgba(255,255,255,.62); }
.professionals-copy h2 { color: white; }
.professionals-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); font-size: 16px; }
.expertise-row { margin-top: 35px; display: flex; flex-wrap: wrap; gap: 10px; }
.expertise-row span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.78); font-size: 11px; }

.practice-section { background: var(--linen); }
.practice-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.practice-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.practice-cards article { padding: 28px; background: rgba(255,253,248,.7); border: 1px solid rgba(20,44,69,.1); }
.practice-cards span { color: var(--copper); font-size: 10px; font-weight: 900; }
.practice-cards h3 { margin: 34px 0 12px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 400; }
.practice-cards p { margin: 0; color: var(--muted); font-size: 13px; }

.management-section { padding: 112px 0; background: var(--white); }
.management-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 88px; align-items: start; }
.management-intro { position: sticky; top: 125px; }
.management-intro > p:not(.eyebrow) { color: var(--muted); }
.management-quote { margin-top: 38px; padding: 24px 0 0 24px; border-top: 1px solid var(--line); border-left: 3px solid var(--amber); color: var(--pine); font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.45; }
.management-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.management-cards article { min-height: 385px; padding: 30px; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.management-cards article:first-child { background: var(--mist); border-top: 3px solid var(--pine); }
.management-cards article:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.management-card-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 45px; }
.management-card-head span { color: var(--copper); font-size: 11px; font-weight: 900; }
.management-card-head i { width: 34px; height: 1px; background: var(--copper); }
.management-cards h3 { margin-bottom: 15px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 25px; line-height: 1.08; font-weight: 400; }
.management-cards > article > p { color: var(--muted); font-size: 13px; }
.management-cards ul { padding: 17px 0 0; margin: auto 0 0; border-top: 1px solid var(--line); list-style: none; }
.management-cards li { margin: 9px 0; display: flex; align-items: flex-start; gap: 9px; color: #435754; font-size: 12px; line-height: 1.4; }
.management-cards li svg { flex: 0 0 14px; margin-top: 1px; color: var(--copper); stroke-width: 2.2; }

.clients-section { padding: 90px 0; background: var(--paper); }
.clients-grid, .area-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: center; }
.clients-grid h2, .area-grid h2 { margin-bottom: 0; font-size: clamp(35px, 4vw, 52px); }
.client-types { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.client-types span { min-height: 65px; padding: 0 20px; display: flex; align-items: center; color: var(--navy); background: var(--white); border: 1px solid var(--line); font-family: Georgia, "Times New Roman", serif; font-size: 19px; }
.service-area-section { padding: 80px 0; background: var(--mist); }
.area-list { display: flex; flex-wrap: wrap; gap: 10px; }
.area-list span { padding: 13px 18px; color: var(--pine-deep); background: rgba(255,255,255,.62); border: 1px solid rgba(18,63,59,.13); font-size: 13px; font-weight: 800; }

.contact-section { padding: 110px 0; color: white; background: var(--navy); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.contact-copy h2 { color: white; }
.contact-copy > p:last-child { color: rgba(255,255,255,.65); }
.contact-actions { border-top: 1px solid rgba(255,255,255,.16); }
.contact-actions > a { min-height: 84px; padding: 0 14px; display: grid; grid-template-columns: 36px 1fr 25px; align-items: center; gap: 16px; border-bottom: 1px solid rgba(255,255,255,.16); transition: background .2s ease; }
.contact-actions > a:hover { background: rgba(255,255,255,.045); }
.contact-actions > a > svg:first-child { color: #efbe69; font-size: 26px; }
.contact-actions span { display: flex; flex-direction: column; font-size: 16px; font-weight: 800; }
.contact-actions small { margin-bottom: 5px; color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

footer { padding: 65px 0 30px; color: rgba(255,255,255,.64); background: #091f27; }
.footer-main { padding-bottom: 45px; display: grid; grid-template-columns: 1fr .7fr .6fr; align-items: center; gap: 60px; }
.footer-brand strong { color: white; }
.footer-brand small { color: rgba(255,255,255,.52); }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; font-size: 12px; }
.footer-links a:hover { color: white; }
.footer-main > p { margin: 0; font-size: 12px; }
.disclaimer { padding-top: 25px; display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; border-top: 1px solid rgba(255,255,255,.1); }
.disclaimer p { max-width: 850px; margin: 0; font-size: 9px; line-height: 1.55; }
.disclaimer span { white-space: nowrap; font-size: 9px; }
.mobile-contact { display: none; }

@media (max-width: 1050px) {
  .menu-toggle { display: block; }
  nav { position: absolute; inset: 84px 24px auto; display: none; padding: 18px; flex-direction: column; align-items: stretch; gap: 0; color: var(--navy); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
  nav.is-open { display: flex; }
  nav a { padding: 13px 10px; border-bottom: 1px solid var(--line); }
  nav a:last-child { border-bottom: 0; }
  .header-call { margin-left: 0; }
  .hero::before { left: 54%; }
  .hero-grid { gap: 20px; }
  .map-node { width: 112px; height: 112px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .capital-grid { grid-template-columns: 1fr 1fr; }
  .capital-grid article { border-bottom: 1px solid rgba(255,255,255,.18); }
  .capital-grid article:nth-child(2) { border-right: 0; }
  .capital-grid article:nth-child(n+3) { border-bottom: 0; }
}

@media (max-width: 800px) {
  .shell { width: min(100% - 34px, 680px); }
  .section { padding: 82px 0; }
  .topline { display: none; }
  .header-inner { height: 72px; }
  nav { inset: 72px 17px auto; }
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: 18px; }
  .header-call span { display: none; }
  .header-call { padding-left: 18px; }
  .hero { min-height: 0; }
  .hero::before { inset: auto 0 0 0; height: 45%; border-radius: 100px 0 0 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; padding: 70px 0 50px; }
  .hero h1 { font-size: clamp(52px, 12vw, 76px); }
  .finance-map { width: min(100%, 540px); min-height: 470px; margin: 0 auto; }
  .proof-grid { padding: 28px 0; grid-template-columns: repeat(3, 1fr); }
  .proof-grid > p { grid-column: 1 / -1; padding: 26px 0 0; text-align: center; }
  .proof-grid > div { padding: 0 14px; flex-direction: column; text-align: center; }
  .proof-grid > div:first-child { padding-left: 14px; }
  .proof-grid span { max-width: none; }
  .split-heading, .project-grid, .working-head, .facilities-grid, .professionals-grid, .practice-grid, .management-grid, .clients-grid, .area-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .management-intro { position: static; }
  .project-board { order: 2; }
  .capital-grid, .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article:nth-child(2) { border-right: 0; }
  .process-grid article::after { display: none; }
  .experience-card { min-height: 300px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > p { grid-column: 1 / -1; }
  .disclaimer { align-items: flex-start; flex-direction: column; gap: 16px; }
}

@media (max-width: 560px) {
  body { padding-bottom: 62px; }
  .shell { width: calc(100% - 28px); }
  .header-call { display: none; }
  .hero-grid { padding-top: 56px; }
  .hero h1 { font-size: 48px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .finance-map { min-height: 370px; }
  .finance-map::before { width: 285px; height: 285px; }
  .finance-map::after { width: 185px; height: 185px; }
  .map-core { width: 145px; height: 145px; padding-left: 29px; }
  .map-core strong { font-size: 22px; }
  .map-node { width: 90px; height: 90px; }
  .map-node strong { font-size: 11px; }
  .node-working { right: 0; }
  .node-secured { left: 0; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { min-height: 90px; flex-direction: row; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); text-align: left; }
  .proof-grid > p { text-align: left; }
  .service-grid, .project-board, .capital-grid, .process-grid, .practice-cards, .management-cards, .client-types { grid-template-columns: 1fr; }
  .management-cards article { min-height: 350px; }
  .service-card { min-height: 385px; }
  .project-board > div, .project-board > div:nth-child(n) { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--line); }
  .project-board > div:last-child { border-bottom: 0; }
  .capital-grid article, .capital-grid article:nth-child(n) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .capital-grid article:last-child { border-bottom: 0; }
  .process-grid article { min-height: 215px; border-right: 0; border-bottom: 1px solid var(--line); }
  .experience-card span { font-size: 76px; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; }
  .footer-main > p { grid-column: auto; }
  .mobile-contact { position: fixed; z-index: 60; inset: auto 0 0 0; height: 62px; display: grid; grid-template-columns: 1fr 1fr; background: var(--pine-deep); box-shadow: 0 -8px 24px rgba(9,31,39,.18); }
  .mobile-contact a { display: flex; align-items: center; justify-content: center; gap: 8px; color: white; font-size: 13px; font-weight: 800; }
  .mobile-contact a + a { background: #1d7a60; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
