html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Exo 2", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --line-page: #0B2237;
  --surface-cool: #F6FAFD;
  --ink-deep: #0E6FB8;
  --speed-panel: cubic-bezier(0.16,1,0.3,1);
  --surface-card: #EAF3FA;
  --line-clear: #1E3A52;
}
a{color:inherit;}
.site-details {
    width: 100%;
    background: #0B2237;
    color: #F2F7FB;
    border-bottom: 1px solid #D6E4F0;
    padding: 1.5rem 0;
  }
.narrow-lead {
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 2.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.4rem;
  }
.contact-shell {
    display: flex;
    align-items: center;
    gap: calc(2.4rem * 2);
    flex: 1 1 auto;
    min-width: 0;
  }
.compact-details {
    font-size: calc(18.7px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: #F2F7FB;
    white-space: nowrap;
  }
.compact-details:hover {
    color: #00B7D4;
  }
.public-steps {
    display: block;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 2.4rem;
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    text-decoration: none;
    color: #F2F7FB;
    font-size: 18.7px;
    border-bottom: 2px solid transparent;
    transition: color 400ms var(--speed-panel), border-color 400ms var(--speed-panel);
  }
.nav-list a:hover {
    color: #00B7D4;
    border-bottom-color: #00B7D4;
  }
.soft-panel {
    display: flex;
    align-items: center;
    gap: 2.4rem;
    flex: 0 0 auto;
  }
.page-copy {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    border-radius: 0.46rem;
    background: #00B7D4;
    color: #04222E;
    text-decoration: none;
    font-size: calc(18.7px * .875);
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 1px 7px rgba(0,0,0,0.08);
    transition: background 400ms var(--speed-panel), transform 400ms var(--speed-panel);
  }
.page-copy:hover{
    background: #009BB5;
    transform: translateY(-1px);color:#0B2237;}
.secondary-flow {
    display: none;
    width: 42px;
    height: 42px;
    padding: 0;
    background: transparent;
    border: 1px solid #F2F7FB;
    border-radius: 0.29rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.contact-group{
    display: block;
    width: 20px;
    height: 2px;
    background: #F2F7FB;
    border-radius: 2px;color:#0B2237;}
@media (max-width: 767px) {
    .narrow-lead {
      flex-wrap: wrap;
      align-items: center;
    }

    .contact-shell {
      flex: 1 1 auto;
      gap: 2.4rem;
    }

    .public-steps {
      display: none;
      order: 3;
      flex: 1 1 100%;
      width: 100%;
      margin-top: 1.5rem;
      padding-top: 1.5rem;
      border-top: 1px solid #D6E4F0;
    }

    .public-steps.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.25rem;
    }

    .nav-list a {
      display: block;
      width: 100%;
      padding: 0.6rem 0;
      font-size: 18.7px;
      border-bottom: 1px solid #D6E4F0;
    }

    .nav-list a:hover {
      border-bottom-color: #00B7D4;
    }

    .secondary-flow {
      display: flex;
    }

    .page-copy {
      padding: 0.5rem 0.85rem;
      font-size: calc(18.7px * .875);
    }
  }
@media (max-width: 420px) {
    .page-copy {
      display: none;
    }
  }
.secondary-surface{font-family:"Exo 2", sans-serif;font-size:18.7px;line-height:1.82;padding:calc(1.5rem * 2.4) 2.25rem calc(2.4rem * 1.5);margin-top:calc(1.5rem * 2.4);background:#0B2237;color:#F2F7FB;}
.narrow-figure{max-width:1560px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:calc(1.5rem * .75);align-items:start}
.primary-content{display:flex;flex-direction:column;gap:calc(2.4rem * 1.5)}
.top-story{font-size:calc(18.7px * 1.125);font-weight:600;letter-spacing:0.02em;color:inherit;text-decoration:none}
.top-story:hover{}
.offer-block{margin:0;font-size:calc(18.7px * .875);max-width:34ch;opacity:0.85}
.local-list{margin:0 0 calc(2.4rem * 1.5);font-size:calc(18.7px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.08em;opacity:0.75}
.steady-form{min-width:0}
.wide-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(calc(2.4rem * 1.5) / 2)}
.wide-steps a{color:inherit;text-decoration:none;font-size:18.7px;border-bottom:1px solid transparent;transition:border-color 400ms var(--speed-panel), color 400ms var(--speed-panel)}
.wide-steps a:hover{border-bottom-color:currentColor;color:inherit}
.strong-story{min-width:0}
.plain-plan{font-style:normal;display:flex;flex-direction:column;gap:calc(calc(2.4rem * 1.5) / 2);font-size:18.7px}
.local-footer{display:block;word-break:break-word}
.focused-note{opacity:0.7;margin-right:0.35em}
.plain-plan a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 400ms var(--speed-panel), color 400ms var(--speed-panel)}
.plain-plan a:hover{border-bottom-color:currentColor;color:inherit}
.open-body{max-width:1560px;margin:calc(1.5rem * 2.4) auto 0;padding-top:calc(2.4rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.14);display:flex;flex-wrap:wrap;gap:calc(2.4rem * 1.5);justify-content:space-between;align-items:baseline}
.featured-shell{margin:0;font-size:calc(18.7px * .875);max-width:72ch;opacity:0.8}
.public-visual{margin:0;font-size:calc(18.7px * .875);opacity:0.7;white-space:nowrap}
@media (max-width: 960px) {.narrow-figure{grid-template-columns:1fr 1fr}
  }
@media (max-width: 560px) {.narrow-figure{grid-template-columns:1fr;gap:calc(1.5rem * 2.4)}.open-body{flex-direction:column;align-items:flex-start}.public-visual{white-space:normal}
  }
.cookies{position:fixed;left:2.25rem;right:2.25rem;bottom:1.5rem;z-index:1200;}
.cookies .service-intro{max-width:860px;margin:0 auto;background:linear-gradient(145deg,var(--ink-deep),#0B2237);color:#FFFFFF;border-radius:1rem;padding:1.5rem 2.25rem;box-shadow:0 26px 34px rgba(0,0,0,0.13);}
.cookies .service-intro strong{display:block;margin-bottom:6px;}
.cookies .service-intro p{margin:0;opacity:.9;}
.cookies .soft-body{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px;}
.cookies .soft-body button{border:1px solid color-mix(in srgb, currentColor 40%, transparent);background:transparent;border-radius:999px;padding:7px 12px;cursor:pointer;}
.cookies .soft-body button.cookie-accept{background:#00B7D4;border-color:transparent;color:#04222E;font-weight:700;}
.primary-steps{--field-main:calc(1.5rem * 1.39);--layer-main:calc(1560px / 3.10);--copy-large:calc(1560px / 3.49);padding:calc(1.5rem * 2.4) 2.25rem;background:var(--ink-deep);color:#FFFFFF;}
.primary-steps .focused-region{max-width:1560px;margin:0 auto;}
.primary-steps h1,.primary-steps p{margin:0;}
.primary-steps h1{font-size:calc(18.7px * 2.65);line-height:1.08;}
.primary-steps p{font-size:18.7px;line-height:1.82;}
.primary-steps a{color:inherit;text-decoration:none;}
.primary-steps img{display:block;width:100%;height:auto;border-radius:0.46rem;}
.primary-steps .team-grid{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.29rem;background:#FFFFFF;color:var(--ink-deep);font-weight:600;}
.primary-steps .text-image{display:flex;flex-wrap:wrap;align-items:center;gap:2.4rem;}
.primary-steps .text-image>img{flex:0 1 min(var(--copy-large),36vw);width:min(var(--copy-large),100%);}
.primary-steps .steady-track{flex:1 1 28rem;min-width:0;display:flex;flex-direction:column;gap:calc(2.4rem * 1.5);}
.primary-steps .direct-wrap{max-width:var(--layer-main);}
.primary-steps .top-area{font-size:calc(18.7px * .875);opacity:.82;}
@media(max-width:760px){.primary-steps .text-image{align-items:flex-start;flex-direction:column;}}
.public-actions{padding:calc(1.5rem * 2.4) 2.25rem;background:var(--surface-card);color:var(--line-clear)}
.public-actions .focused-region{max-width:1560px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(2.4rem * 1.5)}
.public-actions .visual-grid{flex:1 1 320px;max-width:34rem}
.public-actions h2{margin:0;font-size:calc(18.7px * 2);line-height:1.12}
.public-actions .visual-grid p{margin:1.5rem 0 0;line-height:1.82}
.public-actions .local-lead{flex:2 1 420px;display:flex;flex-direction:column}
.public-actions details{border-top:1px solid #D6E4F0;padding:1.5rem 0}
.public-actions details:last-child{border-bottom:1px solid #D6E4F0}
.public-actions summary{cursor:pointer;font-size:calc(18.7px * 1.35);line-height:1.3;list-style:none}
.public-actions summary::-webkit-details-marker{display:none}
.public-actions summary::after{content:"+";float:right;font-size:calc(18.7px * 1.125);line-height:1}
.public-actions details[open] summary::after{content:"\2013"}
.public-actions details p{margin:1.5rem 0 calc(1.5rem * .75);line-height:1.82}
.public-actions details strong{display:block;font-size:calc(18.7px * .875);font-weight:600}
@media(max-width:720px){.public-actions .focused-region{display:block}.public-actions .local-lead{margin-top:calc(2.4rem * 1.5)}}
.offer-entries{--field-main:calc(1.5rem * 1.2);--layer-main:calc(1560px / 2.35);padding:calc(1.5rem * 2.4) 2.25rem;background:var(--surface-cool);color:var(--line-page);}
.offer-entries .focused-region{max-width:1560px;margin:0 auto;}
.offer-entries h2,.offer-entries h3,.offer-entries p{margin:0;}
.offer-entries h2{font-size:calc(18.7px * 2);line-height:1.14;}
.offer-entries h3{font-size:calc(18.7px * 1.35);line-height:1.22;}
.offer-entries p{font-size:18.7px;line-height:1.82;}
.offer-entries .top-area{font-size:calc(18.7px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.offer-entries .direct-wrap{margin-top:calc(1.5rem / 2);max-width:var(--layer-main);}
.offer-entries a{text-decoration:none;}
.offer-entries a:hover{}
.offer-entries img{display:block;width:100%;height:auto;border-radius:0.46rem;}
.offer-entries .team-grid{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.29rem;background:var(--ink-deep);color:#FFFFFF;}
.offer-entries .team-grid:hover{background:#0A5A97;color:#FFFFFF;}
.offer-entries .page-story{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.4rem;margin-top:var(--field-main);}
.offer-entries .quiet-intro{flex:1 1 calc(1560px / 4.2);min-width:0;padding:calc(1.5rem * .75);border:1px solid #D6E4F0;border-radius:1rem;background:#FFFFFF;color:#0B2237;}
.offer-entries .quiet-intro img{margin-bottom:calc(1.5rem / 2);}
.offer-entries .quiet-intro p{margin-top:calc(1.5rem / 3);}
.offer-entries .quiet-intro a{display:inline-block;margin-top:calc(1.5rem / 3);font-size:calc(18.7px * .875);}
.offer-entries .active-feature{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.4rem;}
.offer-entries .active-feature>.steady-track{flex:1 1 auto;min-width:0;}
.offer-entries .active-feature>.team-grid{flex:0 0 auto;}
.offer-entries .active-feature>.page-story{flex:1 1 100%;}
.offer-entries .steady-track h2{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.offer-entries .active-feature>.team-grid{flex:1 1 100%;}.offer-entries .quiet-intro{flex:1 1 100%;}
}
.primary-brand{padding:calc(1.5rem * 2.4) 2.25rem;background:var(--surface-cool);color:var(--line-page)}
.primary-brand .focused-region{max-width:1560px;margin:0 auto}
.primary-brand .quiet-wrap{display:flex;gap:calc(2.4rem * 1.5);align-items:flex-start}
.primary-brand .visual-grid{flex:0 1 26rem;min-width:0}
.primary-brand h2{margin:0;font-size:calc(18.7px * 2);line-height:1.12}
.primary-brand .visual-grid p{margin:1.5rem 0 0;font-size:18.7px;line-height:1.82;color:var(--line-clear)}
.primary-brand .page-story{flex:1 1 44rem;min-width:0;list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2.4rem}
.primary-brand .quiet-intro a{display:flex;gap:2.4rem;align-items:flex-start;padding:calc(1.5rem * .75);background:#FFFFFF;color:#0B2237;border:1px solid #D6E4F0;border-radius:1rem;box-shadow:0 1px 7px rgba(0,0,0,0.08);text-decoration:none;transition:box-shadow 400ms var(--speed-panel),transform 400ms var(--speed-panel)}
.primary-brand .quiet-intro a:hover{box-shadow:0 12px 22px rgba(0,0,0,0.11);transform:translateY(-2px)}
.primary-brand .quiet-intro img{flex:0 0 9rem;width:9rem;height:6.5rem;object-fit:cover;border-radius:0.46rem;display:block}
.primary-brand .steady-track{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.primary-brand strong{font-size:calc(18.7px * 1.35);line-height:1.2}
.primary-brand span{line-height:1.82;color:var(--line-clear)}
@media(max-width:860px){.primary-brand .quiet-wrap{display:block}.primary-brand .page-story{margin-top:calc(2.4rem * 1.5)}}
@media(max-width:560px){.primary-brand .quiet-intro a{flex-direction:column}.primary-brand .quiet-intro img{width:100%;height:11rem;flex:0 0 auto}}
.offset-_who-we-are{
  background: var(--surface-cool);
  color: var(--line-page);
  padding: calc(1.5rem * 2.4) 2.25rem;
}
.offset-_who-we-are .focused-region{width: min(100%, 1560px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  align-items: flex-start;}
.offset-_who-we-are .steady-track{flex: 1 1 26rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(2.4rem * 1.5);}
.offset-_who-we-are h2{margin: 0;
  font-size: calc(18.7px * 2);
  line-height: 1.08;}
.offset-_who-we-are .direct-wrap{margin: 0;
  font-size: calc(18.7px * 1.125);
  line-height: 1.82;
  max-width: 46rem;}
.offset-_who-we-are .focused-feature{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.offset-_who-we-are .quiet-intro{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.46rem;
  background: #FFFFFF;
  color: #0B2237;
  border: 1px solid #D6E4F0;
}
.offset-_who-we-are .quiet-intro > *{min-width: 0;
  flex: 1 1 15rem;}
.offset-_who-we-are strong{font-size: calc(18.7px * 1.35);
  line-height: 1.18;}
.offset-_who-we-are .quiet-intro span{line-height: 1.82;}
.offset-_who-we-are .top-area{margin: 0;
  font-size: calc(18.7px * .875);
  line-height: 1.82;}
.offset-_who-we-are .top-area a{text-decoration: none;
  border-bottom: 1px solid currentColor;}
.offset-_who-we-are .top-area a:hover{}
.offset-_who-we-are .offer-grid{flex: 1 1 22rem;
  min-width: 0;
  margin: 0;}
.offset-_who-we-are .service-fields{display: block;
  width: 100%;
  height: 100%;
  min-height: 30rem;
  object-fit: cover;
  border-radius: 1.17rem;}
@media (max-width: 860px) {.offset-_who-we-are .service-fields{ min-height: 18rem; }
}
.public-section{
  background: var(--surface-cool);
  color: var(--line-page);
  padding: calc(1.5rem * 2.4) 2.25rem;
}
.public-section .focused-region{width: min(100%, 1560px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.1fr);
  gap: calc(2.4rem * 1.5);
  align-items: start;}
.public-section h2,
.public-section h3,
.public-section p{margin: 0;}
.public-section h2{font-size: calc(18.7px * 2);
  line-height: 1.08;
  margin-bottom: 1.5rem;}
.public-section h3{font-size: calc(18.7px * 1.35); line-height: 1.2;}
.public-section p{font-size: 18.7px; line-height: 1.82;}
.public-section .visual-grid{display: grid;
  gap: 1.5rem;
  position: sticky;
  top: 1.5rem;}
.public-section .visual-grid > p{max-width: 46ch;}
.public-section .wide-copy{display: grid;
  gap: calc(1.5rem * .75);
  margin-top: calc(1.5rem * .75);
  padding-top: 1.5rem;
  border-top: 1px solid #D6E4F0;}
.public-section .site-surface span{display: block;
  font-size: calc(18.7px * .875);
  color: var(--line-clear);
  margin-bottom: 0.35rem;}
.public-section .site-surface p{font-size: calc(18.7px * .875);}
.public-section .open-view{display: grid;
  gap: calc(1.5rem * .75);}
.public-section .soft-proof{
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  align-items: start;
  padding: calc(1.5rem * .75);
  background: #FFFFFF;
  color: #0B2237;
  border: 1px solid #D6E4F0;
  border-radius: 1rem;
}
.public-section .soft-proof img{width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 0.46rem;
  display: block;}
.public-section .soft-proof .service-team{display: grid;
  gap: 0.4rem;}
.public-section .soft-proof .visual-form{font-size: calc(18.7px * .875);
  color: var(--line-clear);}
.public-section .soft-proof p{font-size: calc(18.7px * .875);}
@media (max-width: 900px) {.public-section .focused-region{ grid-template-columns: 1fr; }.public-section .visual-grid{ position: static; }.public-section h2{ font-size: calc(18.7px * 1.35); }
}
@media (max-width: 520px) {.public-section .soft-proof{
    grid-template-columns: 1fr;
  }.public-section .soft-proof img{
    width: 100%;
    height: 160px;
  }
}
.public-media{
  --field-main:calc(1.5rem * 0.85);
  --layer-main:calc(1560px / 2.6);
  padding:calc(1.5rem * 2.4) 2.25rem;
  background:var(--surface-cool);
  color:var(--line-page);
}
.public-media .focused-region{max-width:1560px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:2.4rem;}
.public-media h2,
.public-media p{margin:0;}
.public-media h2{font-size:calc(18.7px * 2);
  line-height:1.14;}
.public-media .visual-grid{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);
  max-width:var(--layer-main);}
.public-media .direct-wrap{font-size:18.7px;
  line-height:1.82;}
.public-media .strong-items{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * 0.7);}
.public-media details{
  padding:calc(calc(1.5rem * .75) * 0.95) calc(1.5rem * .75);
  border-radius:0.46rem;
  background:#FFFFFF;
  color:#0B2237;
  border:1px solid #D6E4F0;
  box-shadow:0 1px 7px rgba(0,0,0,0.08);
}
.public-media summary{cursor:pointer;
  font-weight:700;
  font-size:18.7px;
  list-style:none;
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap:1.5rem;}
.public-media summary::-webkit-details-marker{display:none;}
.public-media summary::after{content:"+";
  font-weight:400;
  font-size:calc(18.7px * 1.125);
  line-height:1;
  flex:0 0 auto;}
.public-media details[open] summary::after{content:"-";}
.public-media details p{margin-top:calc(1.5rem / 2.4);
  font-size:calc(18.7px * .875);
  line-height:1.82;}
.public-media .top-area{
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.46rem;
  background:var(--surface-card);
  color:var(--line-clear);
  border-left:3px solid #00B7D4;
}
.public-media .top-area p{font-size:calc(18.7px * .875);
  line-height:1.82;}
@media (min-width:900px){.public-media .focused-region{
    grid-template-columns:minmax(0,0.85fr) minmax(0,1.4fr);
    align-items:start;
  }.public-media .visual-grid{
    position:sticky;
    top:1.5rem;
  }.public-media .top-area{
    grid-column:1 / -1;
  }
}
.content-note{
  --field-main:calc(1.5rem * 1.15);
  --layer-main:calc(1560px / 2.6);
  padding:calc(1.5rem * 2.4) 2.25rem;
  background:var(--surface-cool);
  color:var(--line-page);
}
.content-note .focused-region{max-width:1560px;margin:0 auto;}
.content-note h2,.content-note h3,.content-note p{margin:0;}
.content-note h2{font-size:calc(18.7px * 2);line-height:1.14;}
.content-note h3{font-size:calc(18.7px * 1.35);line-height:1.22;}
.content-note p{font-size:18.7px;line-height:1.82;}
.content-note .visual-grid{display:flex;flex-wrap:wrap;gap:2.4rem;align-items:flex-start;}
.content-note .visual-grid>h2{flex:1 1 calc(1560px / 3);min-width:0;}
.content-note .visual-grid>.direct-wrap{flex:1 1 calc(1560px / 2.4);min-width:0;max-width:var(--layer-main);}
.content-note .open-view{display:flex;
  flex-wrap:wrap;
  gap:0;
  margin-top:var(--field-main);
  border-top:1px solid #D6E4F0;}
.content-note .quiet-intro{flex:1 1 calc(1560px / 4.4);
  min-width:0;
  padding:calc(1.5rem * .75) 1.5rem calc(1.5rem * .75) 0;
  border-bottom:1px solid #D6E4F0;}
.content-note .quiet-intro + .quiet-intro{padding-left:1.5rem;}
.content-note .open-nav{font-size:calc(18.7px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:var(--line-clear);
  margin-bottom:calc(1.5rem / 3);}
.content-note .quiet-intro h3{margin-bottom:calc(1.5rem / 3);}
.content-note .top-area{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:2.4rem;
  margin-top:var(--field-main);
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:1rem;
  background:var(--surface-card);
  color:var(--line-clear);
}
.content-note .top-area p{max-width:var(--layer-main);}
.content-note .team-grid{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.29rem;
  background:var(--ink-deep);
  color:#FFFFFF;
  text-decoration:none;
  font-size:18.7px;
  transition:background 400ms var(--speed-panel);
}
.content-note .team-grid:hover{background:#0A5A97;color:#0B2237;}
@media (max-width:900px){.content-note .quiet-intro{flex:1 1 100%;padding-left:0;}.content-note .quiet-intro + .quiet-intro{padding-left:0;}
}
.steady-headline{
  background: linear-gradient(135deg, #0B3E6B 0%, #0E6FB8 55%, #00B7D4 100%);
  color: #FFFFFF;
  padding: calc(1.5rem * 2.4) 2.25rem;
}
.steady-headline .focused-region{max-width: 1560px;
  margin: 0 auto;}
.steady-headline .content-callout{display: flex;
  flex-direction: column;
  gap: calc(2.4rem * 1.5);}
.steady-headline .visual-grid{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  max-width: 52rem;}
.steady-headline h2{margin: 0;
  font-size: clamp(calc(18.7px * 2), 4.4vw, calc(18.7px * 2.65));
  line-height: 1.08;
  letter-spacing: 0;}
.steady-headline .direct-wrap{margin: 0;
  font-size: calc(18.7px * 1.125);
  line-height: 1.6;}
.steady-headline .steady-group{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);
  border-bottom: 1px solid color-mix(in srgb, currentColor 22%, transparent);}
.steady-headline .profile{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;}
.steady-headline label{flex: 1 1 14rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.4);
  font-size: calc(18.7px * .875);}
.steady-headline label.full{flex: 1 1 100%;}
.steady-headline input,
.steady-headline textarea{
  width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 0.29rem;
  background: color-mix(in srgb, currentColor 10%, transparent);
  color: inherit;
  padding: calc(1.5rem * .75);
  font: inherit;
  resize: vertical;
}
.steady-headline input::placeholder,
.steady-headline textarea::placeholder{color: color-mix(in srgb, currentColor 58%, transparent);}
.steady-headline .team-grid{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;}
.steady-headline button{
  flex: 0 0 auto;
  border: 0;
  border-radius: 0.46rem;
  background: var(--ink-deep);
  color: #FFFFFF;
  padding: calc(1.5rem * .75) 2.4rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 400ms var(--speed-panel);
}
.steady-headline button:hover{
  background: #0A5A97;color:#0B2237;}
.steady-headline .top-area{margin: 0;
  flex: 1 1 18rem;
  font-size: calc(18.7px * .875);
  line-height: 1.55;}
.steady-headline .media-header{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  max-width: 48rem;
  font-size: calc(18.7px * .875);
  line-height: 1.65;}
.steady-headline .media-header p{margin: 0;}
.steady-headline a{color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;}
.steady-headline a:hover{}
@media (max-width: 640px) {.steady-headline .profile{
    flex-direction: column;
  }.steady-headline .team-grid{
    flex-direction: column;
    align-items: stretch;
  }.steady-headline button{
    width: 100%;
  }
}
.service-links{background:var(--surface-cool);color:var(--line-page);padding:calc(1.5rem * 2.4) 2.25rem}
.service-links .focused-region{max-width:1560px;margin:0 auto}
.service-links .quiet-wrap{display:flex;align-items:flex-start;gap:calc(2.4rem * 1.5)}
.service-links .visual-grid{flex:0 1 30rem;min-width:0}
.service-links h2{margin:0;font-size:clamp(calc(18.7px * 2),4.4vw,calc(18.7px * 2.65));line-height:1.1;letter-spacing:0}
.service-links p{margin:1.5rem 0 0;color:var(--line-clear);font-size:calc(18.7px * 1.125);line-height:1.65}
.service-links .direct-group{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #D6E4F0}
.service-links .profile{display:flex;gap:2.4rem;padding:1.5rem 0;border-bottom:1px solid #D6E4F0;color:inherit;text-decoration:none}
.service-links .profile:hover strong{color:inherit;}
.service-links strong{flex:0 1 14rem;min-width:0;transition:color 400ms var(--speed-panel)}
.service-links span{flex:1 1 20rem;min-width:0;color:var(--line-clear);line-height:1.6}
@media(max-width:760px){.service-links .quiet-wrap,.service-links .profile{flex-direction:column}.service-links .profile{gap:calc(calc(1.5rem * .75)*.5)}}
.featured-brand{padding:calc(1.5rem * 2.4) 2.25rem;background:var(--surface-card);color:var(--line-clear)}
.featured-brand .focused-region{max-width:1560px;margin:0 auto}
.featured-brand .strong-region{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.4fr);gap:calc(2.4rem * 1.5);align-items:start}
.featured-brand .visual-grid{min-width:0}
.featured-brand h2{margin:0;font-size:calc(18.7px * 2);line-height:1.08}
.featured-brand .visual-grid p{margin:1.5rem 0 0;font-size:18.7px;line-height:1.82}
.featured-brand .service-story{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.featured-brand .service-story a{display:block;min-width:0;background:#FFFFFF;color:#0B2237;border:1px solid #D6E4F0;border-radius:0.46rem;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:border-color 400ms var(--speed-panel)}
.featured-brand .service-story a:hover{border-color:#00B7D4}
.featured-brand strong{display:block;font-size:18.7px;line-height:1.2}
.featured-brand span{display:block;margin-top:calc(calc(1.5rem * .75) / 2);font-size:calc(18.7px * .875);line-height:1.82}
@media(max-width:780px){.featured-brand .strong-region{display:block}.featured-brand .service-story{margin-top:calc(2.4rem * 1.5)}.featured-brand h2{font-size:calc(18.7px * 1.35)}}
.top-section{--field-main:calc(1.5rem * 1.17);--layer-main:calc(1560px / 2.41);padding:calc(1.5rem * 2.4) 2.25rem;background:#0B2237;color:#F2F7FB;}
.top-section .focused-region{max-width:1560px;margin:0 auto;}
.top-section h2,.top-section h3,.top-section p{margin:0;}
.top-section h2{font-size:calc(18.7px * 2);line-height:1.12;}
.top-section h3{font-size:calc(18.7px * 1.35);line-height:1.2;}
.top-section p{font-size:18.7px;line-height:1.82;color:inherit;}
.top-section a{color:inherit;text-decoration:none;}
.top-section a:hover{color:#00B7D4;}
.top-section .wide-team{row-gap:calc(var(--field-main) * 1.2);}
.top-section .visual-plan{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.top-section .direct-wrap{margin-top:1.5rem;max-width:var(--layer-main);}
.top-section .quiet-brand{display:flex;flex-direction:column;gap:0;margin-top:var(--field-main);border-top:1px solid #D6E4F0;}
.top-section .quiet-intro{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:2.4rem;padding-block:calc(1.5rem * .75);border-bottom:1px solid #D6E4F0;}
.top-section .quiet-intro h3{align-self:start;}
.top-section .quiet-intro p{margin-top:0;}
@media (max-width:760px){.top-section .quiet-intro{grid-template-columns:1fr;gap:calc(calc(1.5rem * .75) / 2);}
}
.bottom-plan{--field-main:calc(1.5rem * 0.92);--layer-main:calc(1560px / 2.40);padding:calc(1.5rem * 2.4) 2.25rem;background:var(--ink-deep);color:#FFFFFF;}
.bottom-plan .focused-region{max-width:1560px;margin:0 auto;}
.bottom-plan h1,.bottom-plan h2,.bottom-plan h3,.bottom-plan p{margin:0;}
.bottom-plan h2{font-size:calc(18.7px * 2);line-height:1.12;}
.bottom-plan h3{font-size:calc(18.7px * 1.35);line-height:1.2;}
.bottom-plan p{font-size:18.7px;line-height:1.82;color:color-mix(in srgb, currentColor 76%, transparent);}
.bottom-plan .top-area{margin-bottom:calc(1.5rem / 2);font-size:calc(18.7px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.bottom-plan .direct-wrap{margin-top:1.5rem;max-width:var(--layer-main);}
.bottom-plan .page-story{display:flex;flex-direction:column;gap:var(--field-main);margin-top:var(--field-main);}
.bottom-plan .quiet-intro{min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.bottom-plan .quiet-intro:first-child{padding-top:0;border-top:0;}
.bottom-plan .steady-track{max-width:var(--layer-main);}
.bottom-plan .steady-track p{margin-top:calc(1.5rem / 3);}
@media (min-width:900px){.bottom-plan .page-story{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--field-main) 2.4rem;}.bottom-plan .quiet-intro{padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}.bottom-plan .quiet-intro:first-child{padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
}
.clear-media{
  --field-main:calc(1.5rem * 1.15);
  --layer-main:calc(1560px / 3.05);
  padding:calc(1.5rem * 2.4) 2.25rem;
  background:var(--surface-cool);
  color:var(--line-page);
}
.clear-media .focused-region{max-width:1560px;
  margin:0 auto;}
.clear-media h2,
.clear-media h3,
.clear-media p,
.clear-media ul{margin:0;}
.clear-media h2{font-size:calc(18.7px * 2);
  line-height:1.12;}
.clear-media h3{font-size:calc(18.7px * 1.35);
  line-height:1.2;}
.clear-media p{font-size:18.7px;
  line-height:1.82;}
.clear-media .visual-grid{max-width:var(--layer-main);}
.clear-media .visual-grid .direct-wrap{margin-top:1.5rem;
  color:var(--line-clear);}
.clear-media .open-view{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:2.4rem;
  margin-top:var(--field-main);}
.clear-media .quiet-intro{
  flex:1 1 calc(1560px / 4);
  min-width:0;
  padding:calc(1.5rem * .75);
  border:1px solid #D6E4F0;
  border-radius:0.46rem;
  background:#FFFFFF;
  color:#0B2237;
}
.clear-media .quiet-intro .top-area{margin-top:calc(1.5rem / 2);
  color:var(--line-clear);}
.clear-media .page-story{list-style:none;
  padding:0;
  margin-top:1.5rem;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);}
.clear-media .page-story li{font-size:calc(18.7px * .875);
  line-height:1.82;
  padding-left:calc(2.25rem / 2);
  border-left:2px solid #00B7D4;}
.clear-media .team-grid{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:1.5rem;
  padding:calc(calc(1.5rem * .75) / 1.6) 1.5rem;
  border-radius:0.29rem;
  background:var(--ink-deep);
  color:#FFFFFF;
  font-size:calc(18.7px * .875);
  text-decoration:none;
  transition:background 400ms var(--speed-panel);
}
.clear-media .team-grid:hover{
  background:#0A5A97;color:#0B2237;}
@media (max-width:900px){.clear-media .quiet-intro{
    flex:1 1 100%;
  }
}
.team-benefit{background:linear-gradient(135deg, #0B3E6B 0%, #0E6FB8 55%, #00B7D4 100%);color:#FFFFFF;padding:calc(1.5rem * 2.4) 2.25rem}
.team-benefit .focused-region{max-width:min(1560px,72rem);margin:0 auto}
.team-benefit .simple-benefit{display:flex;flex-direction:column;gap:calc(2.4rem * 1.5)}
.team-benefit .top-area{margin:0;max-width:34rem;font-size:18.7px;line-height:1.7;opacity:.92}
.team-benefit h2{margin:0;font-size:clamp(calc(18.7px * 2),5.4vw,calc(18.7px * 2.65));line-height:1.06;letter-spacing:0}
.team-benefit .service-fields{display:block;width:min(100%,46rem);height:auto;aspect-ratio:16/10;object-fit:cover;border-radius:1rem;box-shadow:0 12px 22px rgba(0,0,0,0.11)}
.team-benefit .service-intro{display:flex;flex-direction:column;gap:1.5rem;width:100%;margin-top:calc(2.4rem * 1.5)}
.team-benefit .quiet-intro{max-width:46rem;min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #00B7D4}
.team-benefit .quiet-intro:nth-child(even){margin-left:auto;border-left-color:#F2F7FB}
.team-benefit strong,.team-benefit span{display:block}
.team-benefit strong{font-size:calc(18.7px * 1.125);line-height:1.3}
.team-benefit span{margin-top:calc(calc(1.5rem * .75)*.4);line-height:1.6;font-size:18.7px}
@media(max-width:680px){.team-benefit .quiet-intro:nth-child(even){margin-left:0}.team-benefit .quiet-intro{padding-left:calc(1.5rem * .75)}
}
.featured-region{
  padding: calc(1.5rem * 2.4) 2.25rem;
  background: var(--surface-cool);
  color: var(--line-page);
}
.featured-region .focused-region{max-width: 1560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.4rem * 1.5);}
.featured-region .visual-grid{
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.2);
  border-radius: 1.17rem;
  background: #0B2237;
  color: #F2F7FB;
}
.featured-region .visual-grid span{
  align-self: flex-start;
  padding: 0.25rem 0.7rem;
  border-radius: 0.29rem;
  background: #00B7D4;
  color: #04222E;
  font-size: calc(18.7px * .875);
  letter-spacing: 0.02em;
}
.featured-region h2{margin: 0;
  font-size: calc(18.7px * 2);
  line-height: 1.12;}
.featured-region .visual-grid p{margin: 0;
  max-width: 62ch;
  font-size: calc(18.7px * 1.125);
  line-height: 1.6;}
.featured-region .focused-header{display: flex;
  flex-direction: column;
  border-top: 1px solid #D6E4F0;}
.featured-region .steady-story{display: grid;
  grid-template-columns: minmax(7rem, 0.22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #D6E4F0;}
.featured-region .steady-story small{font-size: calc(18.7px * .875);
  font-weight: 600;
  word-break: break-word;}
.featured-region h3{margin: 0;
  font-size: calc(18.7px * 1.35);}
.featured-region .steady-story p{margin: calc(calc(1.5rem * .75) * 0.5) 0 0;
  line-height: 1.7;}
@media (max-width: 780px) {.featured-region .steady-story{
    grid-template-columns: 1fr;
    gap: calc(calc(1.5rem * .75) * 0.4);
  }
}
.featured-intro{background:var(--surface-cool);color:var(--line-page);padding:calc(1.5rem * 2.4) 2.25rem}
.featured-intro .focused-region{max-width:min(1560px,50rem);margin:0 auto}
.featured-intro .text-list{display:flex;flex-direction:column;align-items:flex-start;gap:calc(2.4rem * 1.5)}
.featured-intro .top-area{margin:0;color:var(--line-clear);background:var(--surface-card);padding:0.35rem 0.85rem;border-radius:0.29rem;font-size:calc(18.7px * .875);letter-spacing:0.02em}
.featured-intro h2{margin:0;font-size:clamp(calc(18.7px * 2),5vw,calc(18.7px * 2.65));line-height:1.1}
.featured-intro .primary-menu{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:1rem;box-shadow:0 1px 7px rgba(0,0,0,0.08)}
.featured-intro p{margin:0;max-width:42rem;color:var(--line-clear);font-size:18.7px;line-height:1.82}
.featured-intro p a{color:#0E6FB8;text-decoration:underline;text-underline-offset:2px}
.featured-intro p a:hover{color:inherit;}
.featured-intro > .focused-region > a{margin-top:calc(1.5rem * .75);padding:0.85rem 1.6rem;border-radius:0.46rem;background:var(--ink-deep);color:#FFFFFF;text-decoration:none;font-weight:700;transition:background 400ms var(--speed-panel)}
.featured-intro > .focused-region > a:hover{background:#0A5A97;color:#0B2237;}
.plain-team{
  background: var(--ink-light, linear-gradient(135deg, #0B3E6B 0%, #0E6FB8 55%, #00B7D4 100%));
  color: #FFFFFF;
  padding: calc(1.5rem * 2.4) 2.25rem;
}
.plain-team .focused-region{width: min(100%, 1560px);
  margin: 0 auto;}
.plain-team .page-grid{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(2.4rem * 1.5);}
.plain-team .steady-track{flex: 1 1 460px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.plain-team .top-area{margin: 0;
  font-size: calc(18.7px * .875);
  letter-spacing: 0.02em;
  opacity: 0.82;
  max-width: 52ch;}
.plain-team h1{margin: 0;
  font-size: clamp(calc(18.7px * 2), 6vw, calc(18.7px * 2.65));
  line-height: 1.05;}
.plain-team .direct-wrap{margin: 0;
  max-width: 58ch;
  font-size: calc(18.7px * 1.125);
  line-height: 1.82;
  opacity: 0.92;}
.plain-team .top-items{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: calc(2.4rem * 1.5);}
.plain-team .main-entries{flex: 1 1 100%;
  max-width: 60ch;
  font-size: calc(18.7px * .875);
  line-height: 1.55;
  opacity: 0.8;}
.plain-team .team-grid{
  display: inline-block;
  padding: 13px 20px;
  border-radius: 0.46rem;
  background: #FFFFFF;
  color: var(--ink-deep, #0E6FB8);
  text-decoration: none;
  font-weight: 700;
  transition: background 400ms var(--speed-panel, ease), color 400ms var(--speed-panel, ease);
}
.plain-team .team-grid:hover{
  background: #00B7D4;
  color: #04222E;
}
.plain-team .team-grid.ghost{
  background: transparent;
  color: inherit;
  border: 1px solid currentColor;
}
.plain-team .team-grid.ghost:hover{
  background: #FFFFFF;
  color: var(--ink-deep, #0E6FB8);
  border-color: #FFFFFF;
}
.plain-team .service-fields{display: block;
  flex: 0 1 34%;
  min-width: 220px;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: var(--shadow-strong, 0 12px 22px rgba(0,0,0,0.11));}
@media (max-width: 760px) {.plain-team{ padding: calc(1.5rem * 2.4) 2.25rem; }.plain-team .page-grid{ flex-direction: column-reverse; }.plain-team .service-fields{ flex-basis: auto; min-width: 0; aspect-ratio: 16/10; }.plain-team .team-grid{ flex: 1 1 auto; text-align: center; }
}
