.ebiom-figma-page { font-family: "Geist Local", Geist, Arial, sans-serif; } /* impeccable-disable-line overused-font: client-approved Figma brand typeface */
.ebiom-figma-page h1,
.ebiom-figma-page h2 { font-family: "Exposure Local", Exposure, "Nimbus Roman", serif; font-weight: 400; letter-spacing: 0; }
.ebiom-figma-page em { font-family: "Exposure Local", "Exposure Italic", "Nimbus Roman", serif; font-style: italic; font-weight: 400; }
.ebiom-figma-page .inner-hero-copy,
.ebiom-figma-page .inner-cta > div { z-index: 5; }

.ebiom-figma-page .button:not(.header-cta) { --button-orb-size: 69px; --button-split-gap: 7px; --button-body-padding: 52px; }

.figma-page { width: 100%; margin: 0; overflow: clip; background: var(--color-cream); }
.inner-hero { position: relative; min-height: 852px; display: grid; place-items: center; color: var(--color-cream); text-align: center; overflow: hidden; }
.inner-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; transform: rotate(180deg) scaleX(-1); }
.inner-hero-shade { position: absolute; inset: 0; background: rgba(30,56,50,.2); mix-blend-mode: soft-light; }
.inner-hero-copy { position: relative; z-index: 1; width: min(1106px, calc(100% - 108px)); padding-top: 16px; }
.inner-kicker { margin-bottom: 36px; font-size: 20px; line-height: 1; }
.inner-hero h1 { margin: 0 auto; font-size: 95px; line-height: 1.04; letter-spacing: -.035em; }
.inner-hero h1 span, .inner-hero h1 em { display: block; }
.inner-hero-copy > p:last-child { width: min(784px, 100%); margin: 36px auto 0; font-size: 20px; line-height: 1.22; }
.about-hero { height: 100vh; height: 100svh; min-height: 0; }
.about-hero .inner-hero-copy { padding-top: 0; }
.about-hero h1 { width: min(1106px, 100%); }

.services-hero .inner-hero-copy { padding-top: 0; }
/* Frame 56:774 sets 95.3px on a 108.64px line, so the two line motto is 218 tall. */
.services-hero h1 { width: min(1106px, 100%); line-height: 1.14; }
.services-hero > img { inset: auto; top: 45%; left: 50%; width: 100vh; height: 100vw; min-width: 100%; min-height: 100%; object-fit: cover; transform: translate(-50%, -50%) rotate(-90deg) scale(1.14); }

.services-overview { padding: 100px max(53px, calc((100vw - 1334px) / 2)); background: var(--color-cream); scroll-margin-top: calc(var(--site-header-height) + 16px); }
.services-overview > h2 { margin: 0 0 68px; font-size: 80px; line-height: 1.2; text-align: center; }

/*
 * Expertise cards, the one designed component that both the Homepage
 * ("Our expertise") and the Services page ("Three areas of expertise")
 * draw through template-parts/expertise-cards.php. Every number below is
 * read off frame 56:806: 433 x 636 tile on a 17px gutter, radius 5, no
 * gradient scrim (the frame's own dark panel sits at opacity 0 and is the
 * hover state), a 302 tall overlay, the title 512px down the card, and a
 * 49.745px orb whose arrow is rotated -90deg, so it points up.
 */
.expertise-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.expertise-card { position: relative; height: 636px; min-height: 636px; overflow: hidden; border-radius: 5px; background: var(--color-forest); color: var(--color-cream); }
.expertise-card::before { display: none; }
.expertise-media { position: absolute; inset: 0 0 auto; z-index: 0; height: 636px; display: block; overflow: hidden; border-radius: 5px; }
.expertise-media > img { width: 100%; height: 100%; max-width: none; object-fit: cover; }
.expertise-media::after { content: ""; position: absolute; inset: 0; z-index: 0; border-radius: 5px; background: rgba(30,56,50,.2); mix-blend-mode: soft-light; pointer-events: none; }
.expertise-card:nth-child(1) .expertise-media > img { transform: scaleX(-1); }
.expertise-card:nth-child(2) .expertise-media > img { position: absolute; top: -8.3%; left: -13.72%; width: 127.44%; height: 115.76%; max-width: none; object-fit: fill; }
.expertise-card:nth-child(3) .expertise-media > img { object-position: center; }
.expertise-overlay { position: absolute; inset: auto 0 0; z-index: 5; height: 302px; min-height: 302px; display: block; padding: 0; transform: none; background: transparent; transition: background-color 300ms ease-in-out; }
.expertise-overlay h3 { position: absolute; top: 178px; left: 26px; width: 282px; max-width: none; margin: 0; color: var(--color-cream); font-family: "Geist Local", Geist, Arial, sans-serif; font-size: 44px; font-weight: var(--weight-emphasis); line-height: 1.17429; transition: top 300ms ease-in-out; }
.expertise-arrow { position: absolute; top: 222px; right: 29px; width: 49.745px; height: 49.745px; display: grid; place-items: center; border-radius: 50%; background: var(--color-blue); transform: rotate(-90deg); transition: top 300ms ease-in-out; }
.expertise-arrow img { width: 19.5px; height: 17.12px; }
.expertise-overlay p { position: absolute; top: 166px; left: 26px; width: 379px; margin: 0; color: var(--color-cream); font-size: 18px; line-height: 1.4; opacity: 0; visibility: hidden; transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out; }
.expertise-card:hover .expertise-overlay,
.expertise-card:focus-visible .expertise-overlay,
.expertise-card:focus-within .expertise-overlay { background: var(--color-forest); }
.expertise-card:hover .expertise-overlay h3,
.expertise-card:focus-visible .expertise-overlay h3,
.expertise-card:focus-within .expertise-overlay h3 { top: 43px; }
.expertise-card:hover .expertise-overlay p,
.expertise-card:focus-visible .expertise-overlay p,
.expertise-card:focus-within .expertise-overlay p { opacity: 1; visibility: visible; }
.expertise-card:hover .expertise-arrow,
.expertise-card:focus-visible .expertise-arrow,
.expertise-card:focus-within .expertise-arrow { top: 81.26px; }
.expertise-card:focus-visible { outline: 3px solid var(--color-yellow); outline-offset: 4px; }

.service-split { min-height: 875px; display: grid; grid-template-columns: minmax(0, 693px) minmax(0, 666px); justify-content: center; gap: 27px; padding: 32px max(27px, calc((100vw - 1386px) / 2)) 31px; background: var(--color-blue); scroll-margin-top: calc(var(--site-header-height) + 16px); }
/* Frame 56:843 runs 944 tall against 875 for its two siblings. */
.service-split--0 { min-height: 944px; grid-template-columns: minmax(0, 693px) minmax(0, 639px); padding-block: 32px 100px; padding-inline: max(27px, calc((100vw - 1386px) / 2)) max(54px, calc((100vw - 1332px) / 2)); }
.service-split.is-reversed { grid-template-columns: minmax(0, 666px) minmax(0, 693px); }
.service-split.is-reversed .service-split-image { order: 2; }
.service-split.is-reversed .service-split-content { order: 1; }
.service-split-image { height: 812px; overflow: hidden; border-radius: 5px; }
.service-split-image img { width: 100%; height: 100%; object-fit: cover; }
.service-split-content { min-width: 0; height: 812px; display: flex; flex-direction: column; justify-content: space-between; padding: 63px 27px 0 25px; }
.service-split--0 .service-split-content { padding-right: 0; }
.service-split--1 .service-split-content { padding-right: 13px; }
.service-split--2 .service-split-content { padding-right: 34px; }
.service-split-heading { display: flex; align-items: start; justify-content: space-between; }
.service-split-heading h2 { margin: 0; font-size: 60px; line-height: 1.04; letter-spacing: -.025em; }
.service-split-heading > span { width: 48px; height: 48px; display: grid; flex: 0 0 48px; place-items: center; border-radius: 12px; background: var(--color-blue-light); }
.service-split-heading > span img { display: block; width: auto; max-width: 30px; height: auto; max-height: 28px; }
.inner-accordion { width: 100%; padding-bottom: 0; }
.inner-service-item { width: 100%; overflow: hidden; }
.inner-service-row { width: 100%; height: 74px; display: grid; grid-template-columns: minmax(0, 1fr) 20px; align-items: center; column-gap: 20px; padding: 0 20px 0 0; border: 0; border-bottom: 1px solid rgba(8,12,10,.15); background: transparent; color: var(--color-ink); text-align: left; cursor: pointer; }
.inner-service-label { min-width: 0; overflow: hidden; font-size: 26px; line-height: 1; text-overflow: ellipsis; white-space: nowrap; }
.inner-service-control { position: relative; width: 20px; height: 20px; }
.inner-service-control span { position: absolute; top: 9px; left: 0; width: 20px; height: 1.5px; background: currentColor; transition: transform 320ms cubic-bezier(.22,1,.36,1), opacity 180ms ease; }
.inner-service-control .is-plus { transform: rotate(90deg); }
.inner-service-detail { display: grid; grid-template-rows: 0fr; font-size: 18px; line-height: 1.4; opacity: 0; transform: translateY(-6px); transition: grid-template-rows 360ms cubic-bezier(.22,1,.36,1), opacity 220ms ease, transform 360ms cubic-bezier(.22,1,.36,1); }
.inner-service-detail-inner { min-height: 0; overflow: hidden; }
.inner-service-detail p { margin: 21px 25px 35px 0; }
/* Frame 56:906 starts the bullet run at the same x as its label. */
.inner-service-points { margin: 21px 0 35px; padding: 0; list-style: none; }
.inner-service-points li { position: relative; margin: 0; padding-left: 18px; }
.inner-service-points li::before { content: "\2022"; position: absolute; left: 0; top: 0; }
.inner-service-row:focus-visible { outline: 2px solid var(--color-ink); outline-offset: -2px; }
.inner-service-row[aria-expanded="true"] .is-plus { transform: rotate(0); }
.inner-service-row[aria-expanded="true"] + .inner-service-detail { grid-template-rows: 1fr; opacity: 1; transform: translateY(0); }

/*
 * Kits, frame 56:913. The heading is the first cell of the same two column
 * grid as the kits: 31px between columns, 28px between rows, each tile a
 * 48px inset with a 48px icon plate, and only a hairline under it.
 */
.kits-section { min-height: 1044px; padding: 69px max(53px, calc((100vw - 1334px) / 2)) 46px; background: var(--color-yellow); }
.kits-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; column-gap: 31px; row-gap: 28px; }
.kits-heading { padding: 48px 0 0 12px; }
.kits-heading h2 { width: min(452px, 100%); margin: 0; font-size: 80px; line-height: 1.2; }
.kit-card { min-height: 282px; padding: 48px 24px; border-bottom: 1px solid rgba(8,12,10,.14); }
.kit-card > span { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 32px; border-radius: 12px; background: rgba(255,250,243,.44); font-size: 24px; }
.kit-card > span img { width: auto; height: auto; max-width: 30px; max-height: 28px; display: block; }
.kit-card h3 { margin: 0 0 16px; font-family: "Exposure Local", Exposure, "Nimbus Roman", serif; font-size: 35px; font-weight: 400; line-height: 1.14; }
.kit-card p { margin: 0; font-size: 18px; line-height: 1.4; }

/*
 * Building the strategy, frame 56:959. Two 576px columns 80px apart, the
 * steps 64px apart on a hairline rule, and an 11px dot straddling that rule
 * 4px below the top of each step.
 */
.process-section { min-height: 1675px; display: grid; grid-template-columns: minmax(0, 576px) minmax(0, 576px); justify-content: start; gap: 80px; padding: 96px max(53px, calc((100vw - 1334px) / 2)); background: var(--color-cream); }
.process-intro { position: sticky; top: 96px; align-self: start; }
.process-intro h2 { width: min(576px, 100%); margin: 0 0 64px; font-size: 80px; line-height: 1.2; }
.process-intro .button { width: 242px; min-height: 69px; font-size: 19px; }
.process-list { position: relative; display: grid; align-content: start; gap: 64px; padding: 0 0 0 49px; }
.process-list::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 1px; background: rgba(8,12,10,.28); }
.process-card { position: relative; padding: 0; }
.process-card::before { content: ""; position: absolute; top: 4px; left: -54px; width: 11px; height: 11px; border-radius: 50%; background: var(--color-ink); }
.process-card em { display: block; margin-bottom: 15px; font-size: 35px; line-height: 1.14; }
.process-card h3 { margin: 0 0 15px; font-family: "Exposure Local", Exposure, "Nimbus Roman", serif; font-size: 35px; font-weight: 400; line-height: 1.14; }
.process-card p { margin: 0; font-size: 18px; line-height: 1.4; }

.about-statement { min-height: 583px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 64px; padding: 70px 54px; background: var(--color-forest); color: var(--color-cream); text-align: center; }
.about-statement span { font-size: 20px; }
.about-statement p { width: min(1098px, 100%); margin: 0; font-size: 44px; font-weight: var(--weight-emphasis); line-height: .94; }
.about-split { min-height: 602px; display: grid; grid-template-columns: repeat(2, minmax(0, 679.5px)); justify-content: center; align-items: center; gap: 27px; padding: 31px max(27px, calc((100vw - 1386px) / 2)); }
.about-split.is-reversed > :first-child { order: 2; }
.about-split.is-reversed > :last-child { order: 1; }
.about-split > div:first-child { height: 471px; overflow: hidden; border-radius: 5px; }
.about-split img { width: 100%; height: 100%; object-fit: cover; }
.about-split > div:last-child { padding: 0 25px; }
.about-split h2 { margin: 0 0 49px; font-size: 60px; line-height: 1.04; }
.about-split p { width: min(587px, 100%); margin: 0; font-size: 26px; line-height: 1.08; }

.values-section { padding: 69px max(55px, calc((100vw - 1330px) / 2)) 80px; background: var(--color-blue); }
.values-heading { min-height: 215px; display: flex; align-items: center; padding: 0 36px; }
.values-heading h2 { width: 345px; margin: 0; font-size: 80px; line-height: 1.04; }
.values-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 32px; }
.value-card { min-height: 320px; padding: 48px; border-bottom: 1px solid rgba(8,12,10,.14); border-radius: 32px; }
.value-card:first-child { grid-column: 2; margin-top: -252px; }
.value-card-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.value-icon { display: block; width: 24px; height: 24px; flex: 0 0 auto; }
.value-card h3 { margin: 0; font-size: 26px; font-weight: var(--weight-emphasis); line-height: 1; }
.value-card p { margin: 0; font-size: 18px; line-height: 1.4; }

.team-section { padding: 105px max(53px, calc((100vw - 1334px) / 2)) 180px; background: var(--color-cream); }
.team-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 105px; }
.team-heading h2 { margin: 0; font-size: 80px; line-height: 1.04; }
.team-heading p { width: 595px; margin: 0; font-size: 22px; line-height: 1.2; }
.team-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 120px 17px; }
.team-image { height: 636px; overflow: hidden; border-radius: 5px; }
.team-image img { width: 100%; height: 100%; object-fit: cover; }
.team-card h3 { margin: 29px 15px 10px; font-size: 44px; font-weight: var(--weight-emphasis); line-height: .92; }
.team-card p { margin: 0 15px; font-size: 18px; line-height: 1.4; }
.team-card .team-role { margin-bottom: 28px; font-size: 22px; }
.team-link { min-width: 258px; min-height: 51px; display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; margin: 30px 15px 0; padding: 0 24px 0 30px; border-radius: 65px; background: var(--color-yellow); font-size: 19px; font-weight: var(--weight-emphasis); }

.inner-cta { position: relative; min-height: 583px; display: grid; place-items: center; overflow: hidden; color: var(--color-cream); text-align: center; }
.inner-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.inner-cta::after { content: ""; position: absolute; inset: 0; background: rgba(30,56,50,.2); mix-blend-mode: soft-light; }
.inner-cta > div { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 50px; }
/* Frame 56:1020 sets 76.45px on a 92.94px line. */
.inner-cta h2 { margin: 0; font-size: 76px; line-height: 1.216; }
.inner-cta .button { width: 242px; min-height: 69px; font-size: 19px; }

@media (max-width: 980px) {
  .inner-hero { min-height: 760px; }
  .about-hero { min-height: 0; }
  .inner-hero h1 { font-size: clamp(62px, 10vw, 86px); }
  .services-overview { padding: 80px 24px; }
  .services-overview > h2 { font-size: 68px; }
  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-card { height: 560px; min-height: 560px; }
  .expertise-media { height: 560px; }
  .service-split, .service-split--0, .service-split.is-reversed { min-height: 0; grid-template-columns: 1fr; gap: 32px; padding: 24px; }
  .service-split.is-reversed .service-split-image, .service-split.is-reversed .service-split-content { order: initial; }
  .service-split-image { height: 620px; }
  .service-split-content, .service-split--0 .service-split-content, .service-split--1 .service-split-content, .service-split--2 .service-split-content { height: auto; min-height: 620px; padding: 25px 12px 0; }
  .kits-section { min-height: 0; padding: 80px 24px; }
  .kits-heading { padding: 0; }
  .process-section { min-height: 0; grid-template-columns: 1fr; padding: 80px 24px; }
  .process-intro { position: static; }
  .process-intro h2 { width: min(620px, 100%); }
  .process-list { padding: 0; }
  .about-split { grid-template-columns: 1fr; padding: 24px; }
  .about-split.is-reversed > :first-child, .about-split.is-reversed > :last-child { order: initial; }
  .about-split > div:first-child { height: 560px; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card:first-child { grid-column: auto; margin-top: 0; }
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .team-heading { align-items: start; flex-direction: column; }
  .team-heading p { width: min(595px, 100%); }
}

@media (max-width: 620px) {
  .inner-hero { min-height: 700px; }
  .about-hero { min-height: 0; }
  .inner-hero-copy { width: calc(100% - 36px); }
  .inner-kicker { font-size: 16px; }
  .inner-hero h1 { font-size: 54px; }
  .inner-hero-copy > p:last-child { font-size: 16px; line-height: 1.35; }
  .services-hero .inner-hero-copy { padding-top: 0; }
  .services-overview { padding: 68px 18px; }
  .services-overview > h2 { margin-bottom: 48px; font-size: 52px; }
  .expertise-card { height: 490px; min-height: 490px; }
  .expertise-media { height: 490px; }
  .expertise-overlay { height: 240px; min-height: 240px; }
  .expertise-overlay h3 { top: 140px; width: min(235px, calc(100% - 100px)); font-size: 36px; }
  .expertise-arrow { top: 176px; }
  .expertise-overlay p { top: 132px; width: calc(100% - 52px); }
  .expertise-card:hover .expertise-overlay h3,
  .expertise-card:focus-visible .expertise-overlay h3,
  .expertise-card:focus-within .expertise-overlay h3 { top: 36px; }
  .expertise-card:hover .expertise-arrow,
  .expertise-card:focus-visible .expertise-arrow,
  .expertise-card:focus-within .expertise-arrow { top: 72px; }
  .service-split, .service-split--0, .service-split.is-reversed { padding: 18px; }
  .service-split-image { height: 475px; }
  .service-split-content, .service-split--0 .service-split-content, .service-split--1 .service-split-content, .service-split--2 .service-split-content { min-height: 520px; padding-inline: 0; }
  .service-split-heading h2 { font-size: 49px; }
  /*
   * Same fix as the homepage accordion: the fixed-height, single-line row
   * ellipsis-truncates the longer labels (e.g. "Regulatory and voluntary
   * framework") once the column gets this narrow. Wrapping to two lines
   * keeps the full label readable instead of clipping it.
   */
  .inner-service-row { height: auto; min-height: 74px; padding-top: 14px; padding-bottom: 14px; }
  .inner-service-label { overflow: visible; text-overflow: clip; white-space: normal; line-height: 1.25; font-size: 20px; }
  .inner-service-detail { font-size: 16px; }
  .kits-section { padding: 68px 18px; }
  .kits-heading { padding: 0; }
  .kits-heading h2 { width: auto; font-size: 54px; }
  .kits-grid { grid-template-columns: 1fr; row-gap: 0; }
  .kit-card { min-height: 0; padding: 30px 0; }
  .kit-card > span { margin-bottom: 20px; }
  .kit-card h3 { margin-bottom: 10px; font-size: 30px; }
  .process-intro h2, .values-heading h2, .team-heading h2 { font-size: 54px; }
  .process-list { gap: 46px; padding: 0 0 0 30px; }
  .process-card::before { top: 4px; left: -35px; }
  .process-card h3, .process-card em { font-size: 30px; }
  .about-statement { min-height: 560px; padding: 70px 18px; }
  .about-statement p { font-size: 30px; line-height: 1.02; }
  .about-split { padding: 18px; }
  .about-split > div:first-child { height: 430px; }
  .about-split > div:last-child { padding: 25px 0 45px; }
  .about-split h2 { margin-bottom: 28px; font-size: 48px; }
  .about-split p { font-size: 21px; }
  .values-section { padding: 65px 18px; }
  .values-heading { min-height: 160px; padding: 0; }
  .value-card { min-height: 0; padding: 36px 24px; border-radius: 24px; }
  .team-section { padding: 75px 18px 90px; }
  .team-heading { margin-bottom: 60px; }
  .team-heading p { font-size: 18px; }
  .team-grid { grid-template-columns: 1fr; gap: 75px; }
  .team-image { height: min(540px, 130vw); }
  .team-card h3 { font-size: 38px; }
  .inner-cta { min-height: 590px; }
  .inner-cta h2 { font-size: 56px; }
}

@media (prefers-reduced-motion: reduce) {
  .inner-service-row, .inner-service-control span, .inner-service-detail,
  .expertise-overlay, .expertise-overlay h3, .expertise-overlay p,
  .expertise-arrow { transition: none; }
}
