:root {
  --line-muted: #1b3a6b;
  --tone-light: #c3cddd;
  --line-panel: #0d1a30;
  --ink-card: #132441;
  --ink-soft: #e8edf5;
  --ease-base: cubic-bezier(0.22,1,0.36,1);
}
body{margin:0;padding:0;font-family:"DM Serif Display", sans-serif;}
*{box-sizing:border-box;}
.focused-inner {
    width: 100%;
    background: var(--line-panel);
    color: var(--ink-soft);
    border-bottom: 1px solid #2a3f63;
  }
.open-figure {
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 1.89rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.56rem;
  }
.quiet-feature {
    background: #f2f5fa;
    color: #141f33;
    font-size: calc(16.8px * .875);
    border-bottom: 1px solid #2a3f63;
  }
.quiet-feature .open-figure{min-height: 2.25rem;}
.top-service {
    opacity: 0.85;
    letter-spacing: 0.01em;
  }
.text-details {
    display: flex;
    gap: 1.56rem;
  }
.text-details a {
    color: #141f33;
    text-decoration: none;
    padding: 0.25rem 0;
    border-bottom: 1px solid transparent;
    transition: border-color 350ms var(--ease-base);
  }
.text-details a:hover {
    border-bottom-color: #141f33;
  }
.team-grid{
    background: var(--line-panel);color:var(--ink-soft);}
.top-view {
    min-height: 4rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
.contact-tile {
    font-size: calc(16.8px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--ink-soft);
    text-decoration: none;
    white-space: nowrap;
  }
.benefit ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.56rem;
  }
.benefit a {
    display: inline-block;
    padding: 0.5rem 0.25rem;
    color: var(--ink-soft);
    text-decoration: none;
    font-size: 16.8px;
    border-bottom: 2px solid transparent;
    transition: border-color 350ms var(--ease-base), color 350ms var(--ease-base);
  }
.benefit a:hover {
    border-bottom-color: var(--line-muted);
    color: var(--line-muted);
  }
.contact-content {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem;
    background: var(--ink-card);
    color: var(--tone-light);
    border: 1px solid #2a3f63;
    border-radius: 0.29rem;
    cursor: pointer;
  }
.featured-region{
    display: block;
    width: 100%;
    height: 2px;
    background: var(--tone-light);
    border-radius: 1px;color:#e8edf5;}
@media (max-width: 767px) {
    .quiet-feature .open-figure {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.25rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

    .top-service {
      font-size: calc(16.8px * .875);
    }

    .contact-content {
      display: flex;
    }

    .benefit {
      display: none;
      width: 100%;
      order: 3;
    }

    .benefit.is-open {
      display: block;
    }

    .benefit ul {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      padding: 1.5rem 0;
      border-top: 1px solid #2a3f63;
    }

    .benefit li {
      width: 100%;
    }

    .benefit a {
      display: block;
      padding: 0.75rem 0;
      border-bottom: 1px solid #2a3f63;
    }

    .benefit a:hover {
      border-bottom-color: #2a3f63;
      color: var(--line-muted);
    }

    .top-view {
      flex-wrap: wrap;
    }
  }
.fresh-media{padding:calc(1.5rem * 2.4) 1.89rem;font-family:"DM Serif Display", sans-serif;font-size:16.8px;line-height:1.69;background:#f2f5fa;color:#141f33;}
.active-fields{max-width:1660px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.56rem * 1.5)}
.quiet-flow{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.4fr;gap:1.56rem;align-items:start}
.plain-visual{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.active-header{font-size:calc(16.8px * 1.35);font-weight:700;letter-spacing:0.02em;margin:0}
.simple-frame{margin:0;font-size:calc(16.8px * .875);opacity:0.85;max-width:28ch}
.top-contact{font-size:16.8px;font-weight:600;margin:0 0 calc(1.5rem * .75) 0;letter-spacing:0.01em}
.site-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.site-steps a{color:inherit;text-decoration:none;font-size:calc(16.8px * .875);transition:opacity 350ms var(--ease-base)}
.site-steps a:hover,
  .site-steps a:focus-visible{opacity:0.75;text-decoration:underline;color:inherit}
.public-rail{display:flex;flex-direction:column}
.main-contact{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.75rem;font-size:calc(16.8px * .875)}
.main-contact li{display:flex;flex-direction:column;gap:0.15rem}
.primary-frame{font-weight:600;font-size:calc(16.8px * .875);opacity:0.85}
.main-team{font-size:calc(16.8px * .875)}
.local-items{color:inherit;text-decoration:none;font-size:calc(16.8px * .875);transition:opacity 350ms var(--ease-base)}
.local-items:hover,
  .local-items:focus-visible{opacity:0.75;text-decoration:underline}
.quiet-media{border-top:1px solid rgba(255, 255, 255, 0.15);padding-top:calc(1.56rem * 1.5)}
.quiet-media p{margin:0;font-size:calc(16.8px * .875);opacity:0.8;max-width:90ch}
.quiet-figure{border-top:1px solid rgba(255, 255, 255, 0.15);padding-top:calc(1.5rem * .75)}
.quiet-figure p{margin:0;font-size:calc(16.8px * .875);opacity:0.75}
@media (max-width: 1024px) {.quiet-flow{grid-template-columns:1fr 1fr 1fr}
  }
@media (max-width: 720px) {.quiet-flow{grid-template-columns:1fr 1fr}
  }
@media (max-width: 480px) {.quiet-flow{grid-template-columns:1fr}
  }
.cookies {
        position: fixed;
        left: 1.89rem;
        right: 1.89rem;
        bottom: 1.5rem;
        z-index: 1200
    }
.cookies .quiet-benefit {
        max-width: 1660px;
        margin: 0 auto;
        display: flex;
        gap: 1px;
        background: #d8dde6;
        color: #0a0f1a;
        border: 1px solid #d8dde6;
        box-shadow: 0 20px 36px rgba(0,0,0,0.29)
    }
.cookies .quiet-benefit div {
        width: 50%;
    }
.cookies .quiet-benefit > * {
        min-width: 0;
    }
.cookies .quiet-benefit > * {
        background: #fff;
        color: #0a0f1a;
        padding: 1.5rem
    }
.cookies strong {
        font-size: calc(16.8px * 1.35);
        line-height: 1.12
    }
.cookies p {
        margin: calc(1.5rem * .75) 0 0;
        color: #2a3040;
        line-height: 1.69
    }
.cookies button {
        border: 0;
        font: inherit;
        cursor: pointer
    }
.cookies button.cookie-accept {
        background: var(--line-muted);
        color: #f2f5fa
    }
@media (max-width: 760px) {
        .cookies .quiet-benefit {
            display: block
        }

        .cookies .quiet-benefit > * {
            display: block;
            width: 100%;
            text-align: left;
            border-bottom: 1px solid #d8dde6
        }
    }
.featured-quote{
  padding:calc(1.5rem * 2.4) 1.89rem;
  background:linear-gradient(160deg, #0d1a30 0%, #132441 55%, #1b3a6b 100%);
  color:#e8edf5;
}
.featured-quote .text-contact{max-width:1660px;
  margin:0 auto;}
.featured-quote .narrow-actions{display:flex;
  align-items:flex-start;
  gap:1.56rem;
  flex-wrap:wrap;}
.featured-quote .service-unit{flex:1 1 34rem;
  min-width:0;}
.featured-quote .text-form{flex:1 1 22rem;
  min-width:0;
  padding-left:1.89rem;
  border-left:1px solid #2a3f63;}
.featured-quote h1{margin:0 0 calc(1.56rem * 1.5);
  font-size:calc(16.8px * 2.65);
  line-height:1.08;}
.featured-quote .simple-quote{margin:0;
  font-size:calc(16.8px * 1.125);
  line-height:1.69;
  color:var(--tone-light);}
.featured-quote .text-form p{margin:0;
  font-size:16.8px;
  line-height:1.69;}
.featured-quote .focused-benefit{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.56rem;
  margin-top:1.5rem;}
.featured-quote .strong-form{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.29rem;
  background:#c9a227;
  color:#101a2c;
  text-decoration:none;
  font-size:calc(16.8px * .875);
  transition:background 350ms var(--ease-base);
}
.featured-quote .strong-form:hover{
  background:#b08d1c;color:#e8edf5;}
.featured-quote .fresh-callout{font-size:calc(16.8px * .875);
  color:var(--tone-light);
  text-decoration:none;
  border-bottom:1px solid #2a3f63;
  padding-bottom:2px;}
.featured-quote .fresh-callout:hover{border-bottom-color:#c9a227;}
.featured-quote .main-method{max-width:1660px;
  margin:1.5rem auto 0;
  padding:0;}
.featured-quote .main-method img{display:block;
  width:100%;
  height:clamp(180px,26vw,320px);
  object-fit:cover;
  border-radius:0.42rem;
  border:1px solid #2a3f63;}
@media(max-width:760px){.featured-quote .text-form{
    padding-left:0;
    border-left:0;
    border-top:1px solid #2a3f63;
    padding-top:calc(1.56rem * 1.5);
  }
}
.media-header{
  --field-base:calc(1.5rem * 1.05);
  --field-extra-6:calc(1660px / 2.6);
  --axis-base:calc(1660px / 5.4);
  padding:calc(1.5rem * 2.4) 1.89rem;
  background:var(--line-panel);
  color:var(--ink-soft);
}
.media-header .text-contact{max-width:1660px;
  margin:0 auto;}
.media-header h2,
.media-header h3,
.media-header p{margin:0;}
.media-header h2{font-size:calc(16.8px * 2);
  line-height:1.14;
  max-width:var(--field-extra-6);}
.media-header h3{font-size:calc(16.8px * 1.35);
  line-height:1.22;}
.media-header p{font-size:16.8px;
  line-height:1.69;}
.media-header .main-story{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);
  padding-bottom:calc(1.56rem * 1.5);
  border-bottom:1px solid #2a3f63;}
.media-header .wide-area{font-size:calc(16.8px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;}
.media-header .focused-region{max-width:var(--field-extra-6);}
.media-header .visual-wrap{display:flex;
  flex-wrap:wrap;
  gap:1.56rem;
  margin-top:calc(1.56rem * 1.5);}
.media-header .text-copy{
  flex:1 1 calc(1660px / 3.6);
  min-width:260px;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  padding:calc(1.5rem * .75);
  background:#1a2f52;
  color:#e8edf5;
  border:1px solid #2a3f63;
  border-radius:0.99rem;
}
.media-header .text-copy img{display:block;
  width:100%;
  height:auto;
  aspect-ratio:4 / 3;
  object-fit:cover;
  border-radius:0.42rem;}
.media-header .text-form{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);}
.media-header .text-form p{}
.media-header a{color:inherit;
  text-decoration:none;}
.media-header .focused-benefit{align-self:flex-start;
  margin-top:auto;
  padding-bottom:2px;
  font-size:calc(16.8px * .875);
  letter-spacing:0.03em;
  border-bottom:1px solid #c9a227;
  transition:color 350ms var(--ease-base),border-color 350ms var(--ease-base);}
.media-header .focused-benefit:hover{border-color:#b08d1c;}
.media-header .shell{margin-top:calc(1.56rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #2a3f63;
  font-size:calc(16.8px * .875);}
.media-header .shell a{border-bottom:1px solid #c9a227;}
.media-header .shell a:hover{border-color:#b08d1c;}
@media (max-width:720px){.media-header .text-copy{
    flex:1 1 100%;
    min-width:0;
  }.media-header h2{
    max-width:none;
  }
}
.service-team{
    padding:clamp(50px,7vw,88px) clamp(16px,4vw,36px);
    background:var(--ink-card);
    color:var(--tone-light);
}
.service-team .text-contact{max-width:1660px;
    margin:0 auto;}
.service-team .page-view{max-width:56ch;
    margin-bottom:calc(1.56rem * 1.5);}
.service-team .page-view h2{margin:0;
    font-size:calc(16.8px * 2);
    line-height:1.2;}
.service-team .page-view p{margin:calc(1.5rem * .75) 0 0;
    font-size:16.8px;
    line-height:1.69;}
.service-team .team-tile{display:grid;
    gap:1.56rem;
    grid-template-columns:repeat(var(--layer-content,3),minmax(0,1fr));}
.service-team .team-tile article{
    display:flex;
    flex-direction:column;
    border:1px solid #2a3f63;
    border-radius:0.42rem;
    background:#1a2f52;
    color:#e8edf5;
    padding:calc(1.5rem * .75);
}
.service-team .team-tile article:nth-child(2){margin-top:0.6rem;}
.service-team .team-tile h3{margin:0 0 0.5rem;
    font-size:calc(16.8px * 1.35);}
.service-team .team-tile p{margin:0 0 calc(1.5rem * .75);
    font-size:calc(16.8px * .875);
    line-height:1.69;
    flex:1 1 auto;}
.service-team .team-tile a{align-self:flex-start;
    text-decoration:none;
    font-weight:600;
    color:#c9a227;
    border-bottom:1px solid transparent;
    transition:border-color 350ms var(--ease-base);}
.service-team .team-tile a:hover{border-color:#c9a227;}
.service-team .shell{margin-top:calc(1.56rem * 1.5);
    padding-top:calc(1.5rem * .75);
    border-top:1px solid #2a3f63;
    display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    justify-content:space-between;
    gap:1.56rem;}
.service-team .wide-area{margin:0;
    max-width:60ch;
    font-size:calc(16.8px * .875);
    line-height:1.69;}
.service-team .focused-benefit{margin:0;
    display:flex;
    align-items:center;
    gap:0.5rem;
    font-size:calc(16.8px * .875);}
.service-team .focused-benefit a{text-decoration:none;
    font-weight:600;
    color:#c9a227;}
.service-team .focused-benefit a:hover{color:#b08d1c;}
@media (max-width:900px){.service-team .team-tile{grid-template-columns:1fr 1fr;}.service-team .team-tile article:nth-child(2){margin-top:0;}
}
@media (max-width:640px){.service-team .team-tile{grid-template-columns:1fr;}.service-team .shell{flex-direction:column;align-items:flex-start;}
}
.focused-menu{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.89rem;
    background:var(--line-panel,#0d1a30);
    color:var(--ink-soft,#e8edf5);
  }
.focused-menu .media-summary{max-width:min(1660px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1.1rem,2.4vw,calc(1.56rem * 1.5));}
.focused-menu .focused-region{max-width:44rem;}
.focused-menu h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(16.8px * 2.65));
    line-height:1.06;
    font-weight:640;
    letter-spacing:0;}
.focused-menu .simple-quote{margin:clamp(.7rem,1.4vw,1.5rem) 0 0;
    font-size:clamp(1rem,1.3vw,calc(16.8px * 1.125));
    line-height:1.6;}
.focused-menu .contact-nav{margin:0;
    width:min(100%,46rem);}
.focused-menu .active-flow{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.42rem;
    border:1px solid #2a3f63;}
.focused-menu .text-form{max-width:40rem;
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #2a3f63;}
.focused-menu .text-form p{margin:0;
    font-size:clamp(1rem,1.24vw,16.8px);
    line-height:1.74;}
@media (max-width:640px){.focused-menu{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.focused-menu .active-flow{
      aspect-ratio:4/3;
    }
  }
.wide-grid{--field-base:calc(1.5rem * 1.09);--field-extra-6:calc(1660px / 2.95);padding:calc(1.5rem * 2.4) 1.89rem;background:var(--line-panel);color:var(--ink-soft);}
.wide-grid .text-contact{max-width:1660px;margin:0 auto;}
.wide-grid h2,.wide-grid h3,.wide-grid p{margin:0;}
.wide-grid h2{font-size:calc(16.8px * 2);line-height:1.12;}
.wide-grid h3{font-size:calc(16.8px * 1.35);line-height:1.2;}
.wide-grid p{font-size:16.8px;line-height:1.69;}
.wide-grid a{color:inherit;text-decoration:none;}
.wide-grid .secondary-note{max-width:var(--field-extra-6);}
.wide-grid .wide-area{margin-bottom:calc(1.5rem / 2);font-size:calc(16.8px * .875);letter-spacing:.08em;text-transform:uppercase;}
.wide-grid .focused-region{margin-top:1.5rem;}
.wide-grid .main-story{display:flex;flex-direction:column;gap:var(--field-base);margin-top:calc(var(--field-base) * 1.2);}
.wide-grid .text-copy{min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #2a3f63;}
.wide-grid .text-copy .direct-grid{display:block;margin-bottom:calc(1.5rem / 3);font-size:calc(16.8px * .875);letter-spacing:.06em;text-transform:uppercase;}
.wide-grid .text-copy p{margin-top:calc(1.5rem / 3);max-width:var(--field-extra-6);}
.wide-grid .shell{margin-top:calc(var(--field-base) * 1.3);padding:calc(1.5rem * .75);border-radius:0.99rem;background:#1a2f52;color:#e8edf5;border:1px solid #2a3f63;}
.wide-grid .shell .local-menu{max-width:var(--field-extra-6);}
.wide-grid .strong-form{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:1.5rem;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.29rem;background:#c9a227;color:#101a2c;transition:background 350ms var(--ease-base);}
.wide-grid .strong-form:hover{background:#b08d1c;color:#e8edf5;}
@media (min-width:900px){.wide-grid .main-story{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--field-base) calc(1.56rem * 1.4);}.wide-grid .text-copy:nth-child(3){grid-column:1 / -1;}
}
.direct-copy{
        padding:calc(1.5rem * 2.4) 1.89rem;
        background:var(--ink-card);
        color:var(--tone-light);
        background-image:linear-gradient(150deg, rgba(201,162,39,0.06), transparent 55%);
    }
.direct-copy .text-contact{max-width:1660px;
        margin:0 auto;
        display:grid;
        grid-template-columns:0.85fr 1.15fr;
        gap:calc(1.56rem * 1.4);
        align-items:start;}
.direct-copy .contact-area img{width:100%;
        height:auto;
        display:block;
        border-radius:0.99rem;
        border:1px solid #2a3f63;
        box-shadow:0 6px 18px rgba(0,0,0,0.23);}
.direct-copy .service-story{display:flex;
        flex-direction:column;
        gap:calc(1.56rem * 1.5);}
.direct-copy .service-story h2{margin:0;
        font-size:calc(16.8px * 2);
        line-height:1.15;}
.direct-copy .service-story h3{margin:0;
        font-size:16.8px;
        font-weight:400;
        letter-spacing:0.01em;
        opacity:0.85;}
.direct-copy .service-story p{margin:0;
        font-size:16.8px;
        line-height:1.69;}
.direct-copy .service-story ul{margin:0;
        padding:0;
        list-style:none;
        display:flex;
        flex-direction:column;
        gap:calc(1.56rem * 0.55);
        border-top:1px solid #2a3f63;
        padding-top:calc(1.56rem * 1.5);}
.direct-copy .service-story ul li{position:relative;
        padding-left:1.15rem;
        font-size:calc(16.8px * .875);
        line-height:1.6;}
.direct-copy .service-story ul li::before{
        content:"";
        position:absolute;
        left:0;
        top:0.55em;
        width:0.4rem;
        height:0.4rem;
        background:#c9a227;
        border-radius:0.29rem;color:#101a2c;}
@media (max-width: 860px){.direct-copy .text-contact{
            grid-template-columns:1fr;
            gap:1.56rem;
        }
    }
.top-header{--field-base:calc(1.5rem * 1.29);--field-extra-6:calc(1660px / 2.40);padding:calc(1.5rem * 2.4) 1.89rem;background:var(--line-panel);color:var(--ink-soft);}
.top-header .text-contact{max-width:1660px;margin:0 auto;}
.top-header h1,.top-header h2,.top-header h3,.top-header p{margin:0;}
.top-header h2{font-size:calc(16.8px * 2);line-height:1.12;}
.top-header h3{font-size:calc(16.8px * 1.35);line-height:1.2;}
.top-header p{font-size:16.8px;line-height:1.69;}
.top-header .secondary-note{display:flex;flex-wrap:wrap;gap:1.56rem;align-items:flex-start;}
.top-header .secondary-note>h2{flex:1 1 calc(1660px / 3);min-width:0;}
.top-header .secondary-note>.focused-region{flex:1 1 calc(1660px / 3);min-width:0;max-width:var(--field-extra-6);}
.top-header .visual-wrap{display:flex;flex-wrap:wrap;gap:var(--field-base);margin-top:var(--field-base);}
.top-header .text-copy{flex:1 1 calc(1660px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.42rem;background:#1a2f52;color:#e8edf5;border:1px solid #2a3f63;}
.top-header .text-copy .text-feature{margin:0 0 calc(1.5rem / 3);font-size:calc(16.8px * .875);letter-spacing:.06em;text-transform:uppercase;}
.top-header .text-copy p{}
.top-header .wide-area{margin-top:var(--field-base);max-width:var(--field-extra-6);font-size:calc(16.8px * .875);}
.bottom-contact{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.89rem;
    background:var(--line-panel,#0d1a30);
    color:var(--ink-soft,#e8edf5);
  }
.bottom-contact .media-summary{max-width:min(1660px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.56rem * 1.5);}
.bottom-contact h1{margin:0;
    max-width:22ch;
    font-size:clamp(2.05rem,5.2vw,calc(16.8px * 2.65));
    line-height:1.06;
    font-weight:680;
    letter-spacing:0;}
.bottom-contact .focused-region{max-width:44rem;
    padding-left:calc(1.5rem * .75);
    border-left:2px solid #c9a227;}
.bottom-contact .focused-region p{margin:0;
    font-size:clamp(1rem,1.26vw,16.8px);
    line-height:1.74;}
.bottom-contact .active-flow{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.42rem;
    border:1px solid #2a3f63;}
@media (max-width:640px){.bottom-contact h1{max-width:100%;}.bottom-contact .active-flow{aspect-ratio:4/3;}.bottom-contact{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54);}
  }
.simple-media{padding:calc(1.5rem * 2.4) 1.89rem;background:linear-gradient(160deg, #0d1a30 0%, #132441 55%, #1b3a6b 100%);color:#e8edf5}
.simple-media .text-contact{max-width:1660px;margin:0 auto}
.simple-media .top-surface{max-width:54rem;margin-bottom:calc(1.56rem * 1.5)}
.simple-media h2{margin:0;font-size:calc(16.8px * 2.65);line-height:1.04}
.simple-media .top-surface p{max-width:42rem;margin:1.5rem 0 0;font-size:calc(16.8px * 1.125);line-height:1.69}
.simple-media .compact-footer{display:flex;align-items:flex-start;gap:calc(1.56rem * 1.5)}
.simple-media .offer-track{flex:0 1 19rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.simple-media button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 350ms var(--ease-base),transform 350ms var(--ease-base)}
.simple-media button:hover,.simple-media button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.35))}
.simple-media .narrow-visual{flex:1 1 30rem;align-self:start}
.simple-media [data-response]{display:none}
.simple-media [data-response].is-active{display:block;animation:clarifyFocusIn calc(350ms*1.8) var(--ease-base) both}
.simple-media h3{margin:0;font-size:calc(16.8px * 2);line-height:1.1}
.simple-media [data-response] p{max-width:50rem;margin:1.5rem 0 0;font-size:calc(16.8px * 1.125);line-height:1.69}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.56rem * 1)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.simple-media .compact-footer{display:block}.simple-media .offer-track{margin-bottom:calc(1.56rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.simple-media [data-response].is-active{animation:none}}
.page-entries{--field-base:calc(1.5rem * 0.9);--field-extra-6:calc(1660px / 2.6);padding:calc(1.5rem * 2.4) 1.89rem;background:var(--line-panel);color:var(--ink-soft);}
.page-entries .text-contact{max-width:1660px;margin:0 auto;}
.page-entries h2,.page-entries h3,.page-entries p{margin:0;}
.page-entries h2{font-size:calc(16.8px * 2);line-height:1.14;max-width:var(--field-extra-6);}
.page-entries h3{font-size:calc(16.8px * 1.35);line-height:1.22;}
.page-entries p{font-size:16.8px;line-height:1.69;color:var(--tone-light);}
.page-entries a{color:inherit;text-decoration:none;}
.page-entries .wide-area{font-size:calc(16.8px * .875);letter-spacing:0.08em;text-transform:uppercase;color:#c9a227;margin-bottom:calc(1.5rem / 3);}
.page-entries .strong-form{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:#c9a227;color:#101a2c;transition:background 350ms var(--ease-base);}
.page-entries .strong-form:hover{background:#b08d1c;color:#e8edf5;}
.page-entries .fresh-group{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.56rem;}
.page-entries .fresh-group>.text-form{flex:1 1 auto;min-width:0;}
.page-entries .fresh-group>.strong-form{flex:0 0 auto;}
.page-entries .fresh-group>.visual-wrap{flex:1 1 100%;}
.page-entries .visual-wrap{display:flex;flex-wrap:wrap;align-items:stretch;gap:1.56rem;margin-top:var(--field-base);}
.page-entries .text-copy{flex:1 1 calc(1660px / 4.6);min-width:0;padding:calc(1.5rem * .75);border:1px solid #2a3f63;border-radius:0.42rem;background:#1a2f52;color:#e8edf5;display:flex;}
.page-entries .text-copy .text-form{display:flex;flex-direction:column;gap:calc(1.5rem / 2.6);}
.page-entries .text-copy p{color:var(--tone-light);}
.page-entries .text-copy a{margin-top:auto;font-size:calc(16.8px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#c9a227;border-bottom:1px solid transparent;padding-bottom:2px;transition:border-color 350ms var(--ease-base),color 350ms var(--ease-base);}
.page-entries .text-copy a:hover{color:#b08d1c;border-color:#b08d1c;}
.page-entries .focused-benefit{flex:1 1 100%;margin-top:var(--field-base);font-size:calc(16.8px * .875);color:var(--tone-light);}
.page-entries .focused-benefit a{color:#c9a227;text-decoration:underline;text-underline-offset:3px;}
.page-entries .focused-benefit a:hover{color:#b08d1c;}
@media (max-width:900px){.page-entries .text-copy{flex:1 1 100%;}.page-entries .fresh-group{align-items:flex-start;}
}
.contact-summary{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.89rem;
    background:var(--line-panel);
    color:var(--ink-soft);
  }
.contact-summary .media-summary{max-width:min(1660px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.56rem * 1.5);}
.contact-summary .focused-region{max-width:46rem;
    border-left:2px solid #c9a227;
    padding-left:calc(1.5rem * .75);}
.contact-summary h1{margin:0;
    font-size:clamp(2rem,5vw,calc(16.8px * 2.65));
    line-height:1.06;
    font-weight:640;
    letter-spacing:0;}
.contact-summary .simple-quote{margin:calc(1.56rem * 1.5) 0 0;
    font-size:clamp(1rem,1.3vw,calc(16.8px * 1.125));
    line-height:1.6;
    color:var(--tone-light);}
.contact-summary .active-flow{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.42rem;
    border:1px solid #2a3f63;}
.contact-summary .text-form{max-width:40rem;
    padding-top:calc(1.56rem * 1.5);
    border-top:1px solid #2a3f63;}
.contact-summary .text-form p{margin:0;
    font-size:clamp(1rem,1.24vw,16.8px);
    line-height:1.74;
    color:var(--tone-light);}
@media (max-width:640px){.contact-summary{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.contact-summary .active-flow{aspect-ratio:4/3;}.contact-summary .focused-region{padding-left:calc(1.5rem * .75);}
  }
.active-team{--field-base:calc(1.5rem * 1.18);--field-extra-6:calc(1660px / 2.6);padding:calc(1.5rem * 2.4) 1.89rem;background:var(--line-panel);color:var(--ink-soft);}
.active-team .strong-plan{max-width:1660px;margin:0 auto;}
.active-team h2,.active-team h3,.active-team p{margin:0;}
.active-team h2{font-size:calc(16.8px * 2);line-height:1.14;max-width:var(--field-extra-6);}
.active-team h3{font-size:calc(16.8px * 1.35);line-height:1.24;}
.active-team p{font-size:16.8px;line-height:1.69;color:var(--tone-light);}
.active-team .secondary-note .focused-region{margin-top:calc(1.56rem * 1.5);max-width:var(--field-extra-6);}
.active-team img{display:block;width:100%;height:auto;margin-top:var(--field-base);border-radius:0.42rem;}
.active-team .visual-wrap{display:flex;flex-wrap:wrap;gap:1.56rem;margin-top:var(--field-base);}
.active-team .text-copy{flex:1 1 calc(1660px / 4.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #2a3f63;}
.active-team .text-copy p{margin-top:calc(1.5rem / 3);}
.active-team .focused-benefit{margin-top:var(--field-base);padding-top:calc(1.5rem * .75);border-top:1px solid #2a3f63;}
.active-team .focused-benefit p{max-width:var(--field-extra-6);}
.active-team .focused-benefit a{color:#c9a227;text-decoration:none;border-bottom:1px solid #c9a227;}
.active-team .focused-benefit a:hover{color:#b08d1c;border-bottom-color:#b08d1c;}
@media (max-width:720px){.active-team .text-copy{flex:1 1 100%;}
}
.featured-fields{
  --field-base:calc(1.5rem * 0.9);
  --field-extra-6:calc(1660px / 2.6);
  padding:calc(1.5rem * 2.4) 1.89rem;
  background:var(--line-muted);
  color:#f2f5fa;
}
.featured-fields .text-contact{max-width:1660px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:1.5rem;
  align-items:flex-start;}
.featured-fields h2,
.featured-fields h3,
.featured-fields p{margin:0;}
.featured-fields h2{font-size:calc(16.8px * 2);
  line-height:1.14;
  max-width:var(--field-extra-6);}
.featured-fields p{font-size:16.8px;
  line-height:1.69;}
.featured-fields .main-story{flex:1 1 22rem;
  display:flex;
  flex-direction:column;
  gap:calc(1.56rem * 1.5);
  padding-right:1.56rem;
  border-right:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.featured-fields .focused-region{font-size:calc(16.8px * 1.125);
  line-height:1.5;
  color:color-mix(in srgb, currentColor 82%, transparent);}
.featured-fields .text-form{flex:1 1 20rem;
  display:flex;
  flex-direction:column;
  gap:calc(1.56rem * 1.5);}
.featured-fields .text-form p{color:color-mix(in srgb, currentColor 78%, transparent);}
.featured-fields .wide-area{font-size:calc(16.8px * .875);
  color:color-mix(in srgb, currentColor 66%, transparent);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.featured-fields .strong-form{
  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:#c9a227;
  color:#101a2c;
  font-size:16.8px;
  text-decoration:none;
  transition:background 350ms var(--ease-base);
}
.featured-fields .strong-form:hover{
  background:#b08d1c;color:#e8edf5;}
.featured-fields .focused-benefit{font-size:calc(16.8px * .875);
  color:color-mix(in srgb, currentColor 70%, transparent);}
.featured-fields .focused-benefit a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.featured-fields .focused-benefit a:hover{}
@media (max-width:820px){.featured-fields .main-story{
    padding-right:0;
    border-right:0;
    padding-bottom:calc(1.56rem * 1.5);
    border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);
  }
}
.contact-view{
        padding: calc(1.5rem * 2.4) 1.89rem;
        background: var(--ink-card);
        color: var(--tone-light);
    }
.contact-view .text-contact{max-width: 1660px;
        margin: 0 auto;
        width: min(100%, 58rem);}
.contact-view .secondary-note{max-width: 40rem;
        margin-bottom: calc(1.56rem * 1.5);}
.contact-view .secondary-note p{margin: 0;
        font-size: calc(16.8px * .875);
        letter-spacing: 0.02em;
        text-transform: uppercase;
        line-height: 1.69;}
.contact-view h2{margin: 1.5rem 0 0;
        font-size: calc(16.8px * 2);
        line-height: 1.1;}
.contact-view .text-note{display: flex;
        flex-wrap: wrap;
        gap: 1.56rem;
        align-items: flex-start;}
.contact-view .wide-area{flex: 1 1 16rem;
        max-width: 22rem;
        padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) 0;
        border-top: 1px solid #2a3f63;
        line-height: 1.69;}
.contact-view .wide-area p{margin: 0 0 calc(1.5rem * .75);}
.contact-view .wide-area p:last-child{margin-bottom: 0;}
.contact-view .focused-benefit{font-size: calc(16.8px * .875);}
.contact-view .focused-benefit a{color: #c9a227;
        text-decoration: none;
        border-bottom: 1px solid #c9a227;
        padding-bottom: 1px;}
.contact-view .focused-benefit a:hover{color: #b08d1c;
        border-bottom-color: #b08d1c;}
.contact-view .visual-wrap{flex: 2 1 26rem;
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;}
.contact-view li{padding: calc(1.56rem * 1.5) 0;
        border-top: 1px solid #2a3f63;}
.contact-view li:first-child{border-top: none;
        padding-top: 0;}
.contact-view li strong{display: block;
        font-size: calc(16.8px * 1.125);
        line-height: 1.2;
        margin-bottom: calc(1.5rem * .75);}
.contact-view li span{display: block;
        font-size: 16.8px;
        line-height: 1.69;}
@media (max-width: 720px) {.contact-view .text-note{
            display: block;
        }.contact-view .wide-area{
            max-width: none;
            margin-bottom: calc(1.56rem * 1.5);
            padding-right: 0;
        }
    }
.secondary-media{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.89rem;
    background:var(--line-panel);
    color:var(--ink-soft);
  }
.secondary-media .media-summary{max-width:min(1660px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    align-items:flex-start;}
.secondary-media h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(16.8px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.005em;}
.secondary-media .active-flow{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.42rem;
    margin:clamp(1.1rem,2.4vw,calc(1.56rem * 1.5)) 0 0;
    border:1px solid #2a3f63;}
.secondary-media .focused-region{max-width:40rem;
    margin-top:clamp(1rem,2.1vw,1.5rem);
    padding-top:clamp(.85rem,1.5vw,1.5rem);
    border-top:1px solid #2a3f63;}
.secondary-media p{margin:0;
    font-size:clamp(1rem,1.22vw,16.8px);
    line-height:1.74;
    color:var(--tone-light);}
@media (max-width:640px){.secondary-media .active-flow{aspect-ratio:4/3;}.secondary-media{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}
  }
.footer{--field-base:calc(1.5rem * 1.21);--field-extra-6:calc(1660px / 2.9);padding:calc(1.5rem * 2.4) 1.89rem;background:var(--line-panel);color:var(--ink-soft);}
.footer .text-contact{max-width:1660px;margin:0 auto;}
.footer h2,.footer h3,.footer p,.footer ol,.footer li{margin:0;}
.footer h2{font-size:calc(16.8px * 2);line-height:1.14;max-width:var(--field-extra-6);}
.footer h3{font-size:calc(16.8px * 1.35);line-height:1.22;}
.footer p{font-size:16.8px;line-height:1.69;color:var(--tone-light);}
.footer a{color:#c9a227;text-decoration:none;border-bottom:1px solid #c9a227;}
.footer a:hover{color:#b08d1c;border-bottom-color:#b08d1c;}
.footer .secondary-note{display:flex;flex-direction:column;gap:calc(1.56rem * 1.5);}
.footer .focused-region{max-width:var(--field-extra-6);}
.footer .focused-benefit{list-style:none;padding:0;display:flex;flex-direction:column;gap:0;margin-top:var(--field-base);border-top:1px solid #2a3f63;}
.footer .active-form{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(calc(1.56rem * 1.5) / 2);padding:calc(1.56rem * 1.5) 0;border-bottom:1px solid #2a3f63;}
.footer .text-feature{font-size:calc(16.8px * .875);letter-spacing:.08em;text-transform:uppercase;color:#c9a227;}
.footer .active-form p{max-width:var(--field-extra-6);}
.footer .shell{margin-top:var(--field-base);display:flex;flex-direction:column;gap:calc(1.56rem * 1.5);padding-top:calc(1.56rem * 1.5);border-top:1px solid #2a3f63;}
.footer .wide-area{max-width:var(--field-extra-6);}
.footer .fresh-callout{font-size:calc(16.8px * .875);color:var(--tone-light);}
@media (min-width:760px){.footer .active-form{grid-template-columns:calc(1660px / 6.2) minmax(0,1fr);align-items:start;column-gap:1.89rem;}.footer .active-form h3{grid-column:2;}.footer .active-form p{grid-column:2;}.footer .text-feature{grid-row:1 / span 2;}
}
.fresh-region{--field-base:calc(1.5rem * 1.05);--field-extra-6:calc(1660px / 2.35);padding:calc(1.5rem * 2.4) 1.89rem;background:var(--line-panel);color:var(--ink-soft);}
.fresh-region .text-contact{max-width:1660px;margin:0 auto;}
.fresh-region .strong-plan{display:flex;flex-direction:column;gap:var(--field-base);}
.fresh-region h2,.fresh-region h3,.fresh-region p{margin:0;}
.fresh-region h2{font-size:calc(16.8px * 2);line-height:1.14;}
.fresh-region h3{font-size:calc(16.8px * 1.35);line-height:1.22;}
.fresh-region p{font-size:16.8px;line-height:1.69;}
.fresh-region .focused-region{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);max-width:var(--field-extra-6);}
.fresh-region .text-form{color:color-mix(in srgb, currentColor 78%, transparent);}
.fresh-region .offer-track{display:flex;flex-direction:column;gap:0;border-top:1px solid #2a3f63;}
.fresh-region .text-copy{padding:calc(1.5rem * .75) 0;border-bottom:1px solid #2a3f63;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.fresh-region .text-copy p{color:color-mix(in srgb, currentColor 76%, transparent);max-width:var(--field-extra-6);}
.fresh-region .wide-area{margin-top:calc(1.5rem / 2);font-size:calc(16.8px * .875);color:color-mix(in srgb, currentColor 70%, transparent);max-width:var(--field-extra-6);}
.fresh-region a{text-decoration:none;border-bottom:1px solid color-mix(in srgb, #c9a227 55%, transparent);}
.fresh-region a:hover{border-bottom-color:#b08d1c;}
@media (max-width:720px){.fresh-region .focused-region,.fresh-region .text-copy p,.fresh-region .wide-area{max-width:100%;}
}
.public-visual{
  --field-base:calc(1.5rem * 1.15);
  --field-extra-6:calc(1660px / 2.4);
  padding:calc(1.5rem * 2.4) 1.89rem;
  background:var(--line-panel);
  color:var(--ink-soft);
}
.public-visual .text-contact{max-width:1660px;
  margin:0 auto;}
.public-visual h2,
.public-visual h3,
.public-visual p{margin:0;}
.public-visual h2{font-size:calc(16.8px * 2);
  line-height:1.14;}
.public-visual h3{font-size:calc(16.8px * 1.35);
  line-height:1.22;}
.public-visual p{font-size:16.8px;
  line-height:1.69;}
.public-visual .page-view{max-width:var(--field-extra-6);
  margin-bottom:var(--field-base);}
.public-visual .page-view .focused-region{margin-top:1.5rem;
  color:var(--tone-light);}
.public-visual .main-story{display:flex;
  flex-wrap:wrap;
  gap:1.56rem;
  border-top:1px solid #2a3f63;
  padding-top:calc(1.56rem * 1.5);}
.public-visual .contact-visual{flex:1 1 calc(1660px / 5.4);
  min-width:0;
  padding-left:calc(1.5rem * .75);
  border-left:2px solid #c9a227;}
.public-visual .open-rail{display:inline-block;
  font-size:calc(16.8px * .875);
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:#c9a227;
  margin-bottom:calc(1.5rem / 3);}
.public-visual .contact-visual p{margin-top:calc(1.5rem / 3);
  color:var(--tone-light);}
.public-visual .wide-stack{margin:var(--field-base) 0 0;}
.public-visual .wide-stack img{display:block;
  width:100%;
  height:auto;
  border-radius:0.42rem;}
.public-visual .wide-area{margin-top:calc(1.56rem * 1.5);
  font-size:calc(16.8px * .875);
  color:var(--tone-light);
  max-width:var(--field-extra-6);}
@media (max-width:900px){.public-visual .contact-visual{
    flex:1 1 calc(1660px / 2.6);
  }
}
@media (max-width:600px){.public-visual .contact-visual{
    flex:1 1 100%;
    border-left-width:2px;
  }
}
.team-contact{padding:calc(calc(1.5rem * 2.4)*.74) 1.89rem;background:#f7f7f7;color:#0a0f1a;}
.team-contact .media-summary{max-width:min(1660px,66rem);margin:0 auto;}
.team-contact h1{margin:0;max-width:17ch;font-size:clamp(2.05rem,5.4vw,calc(16.8px * 2.65));line-height:1.04;font-weight:680;letter-spacing:0;}
.team-contact .active-flow{display:block;width:min(100%,44rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.42rem;margin:clamp(1rem,2.2vw,calc(1.56rem * 1.5)) 0 0;}
.team-contact .media-summary>div{max-width:38rem;margin-top:clamp(1rem,2.2vw,1.5rem);padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid #cbd5e1;}
.team-contact p{margin:0;font-size:clamp(1rem,1.28vw,16.8px);line-height:1.74;color:#4b5563;}
@media (max-width:640px){.team-contact h1{max-width:100%;}.team-contact .active-flow{aspect-ratio:4/3}.team-contact{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54);}}
.simple-nav{
  background:var(--line-panel);
  color:var(--ink-soft);
  padding:calc(1.5rem * 2.4) 1.89rem;
}
.simple-nav .text-contact{max-width:1660px;
  margin:0 auto;}
.simple-nav .secondary-note{display:flex;
  gap:calc(1.56rem * 1.5);
  align-items:flex-start;
  flex-wrap:wrap;}
.simple-nav h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(16.8px * 2);
  line-height:1.1;
  letter-spacing:0;}
.simple-nav .secondary-note p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:var(--tone-light);
  line-height:1.69;}
.simple-nav .bottom-figure{margin-top:calc(1.56rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.56rem;}
.simple-nav .bottom-figure a{flex:1 1 18rem;
  min-width:0;
  color:var(--ink-soft);
  text-decoration:none;
  padding-top:1.5rem;
  border-top:1px solid #2a3f63;
  transition:border-color 350ms var(--ease-base);}
.simple-nav .bottom-figure a:hover{border-top-color:#c9a227;}
.simple-nav .bottom-figure strong,
.simple-nav .bottom-figure span{display:block;}
.simple-nav .bottom-figure strong{font-size:16.8px;}
.simple-nav .bottom-figure span{margin-top:.4rem;
  color:var(--tone-light);
  line-height:1.69;
  font-size:calc(16.8px * .875);}
.simple-nav .wide-area{
  margin-top:calc(1.56rem * 1.5);
  padding:calc(1.5rem * .75);
  background:#1a2f52;
  color:#e8edf5;
  border:1px solid #2a3f63;
  border-radius:0.42rem;
}
.simple-nav .wide-area p{margin:0;
  line-height:1.69;}
.simple-nav .focused-benefit{margin-top:calc(1.56rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.56rem;}
.simple-nav .strong-form{
  display:inline-flex;
  align-items:center;
  background:#c9a227;
  color:#101a2c;
  text-decoration:none;
  border:1px solid #c9a227;
  border-radius:1.17rem;
  padding:.75rem 1.1rem;
  transition:background 350ms var(--ease-base);
}
.simple-nav .strong-form:hover{
  background:#b08d1c;
  border-color:#b08d1c;color:#e8edf5;}
.simple-nav .fresh-callout{color:var(--tone-light);
  text-decoration:none;
  border-bottom:1px solid #2a3f63;
  padding-bottom:2px;
  transition:color 350ms var(--ease-base);}
.simple-nav .fresh-callout:hover{color:var(--ink-soft);}
@media (max-width:680px){.simple-nav .secondary-note{display:block}.simple-nav .secondary-note p{margin-top:1.5rem}.simple-nav .bottom-figure{display:block}.simple-nav .bottom-figure a{display:block;margin-top:1.56rem}
}
.offer-method{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.89rem;
  background: linear-gradient(160deg, #0d1a30 0%, #132441 55%, #1b3a6b 100%);
  color: #e8edf5;
}
.offer-method .text-contact{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1660px;
  margin: 0 auto;}
.offer-method .compact-surface{max-width: 62rem;
  margin: 0 0 calc(1.56rem * 1.5);
  padding: 1.5rem 0;}
.offer-method h2{margin: 0;
  font-size: calc(16.8px * 2);
  line-height: 1.08;}
.offer-method .compact-surface p{max-width: 44rem;
  margin: 1.5rem 0 0;
  font-size: calc(16.8px * 1.125);
  line-height: 1.69;}
.offer-method .narrow-tile{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.56rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent);}
.offer-method .main{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  flex: 1 1 22rem;}
.offer-method .main .local-menu{max-width: 26rem;
  margin: 0;
  line-height: 1.69;}
.offer-method .direct-steps{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);
  flex: 0 1 auto;}
.offer-method .direct-steps a{color: inherit;
  font-size: calc(16.8px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .22em;}
.offer-method .team-feature{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1.56rem;
  padding-top: 1.5rem;
  margin-top: calc(1.56rem * 1.5);
  border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);}
.offer-method .team-feature a{color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  max-width: 20rem;
  line-height: 1.69;}
.offer-method .team-feature span{display: block;
  margin-top: .25rem;
  font-size: calc(16.8px * .875);
  opacity: .68;}
@media (max-width: 720px) {.offer-method .narrow-tile{
    display: block;
  }.offer-method .main{
    gap: calc(1.5rem * .75);
  }.offer-method .direct-steps{
    align-items: flex-start;
    margin-top: 1.5rem;
  }.offer-method .team-feature a{
    max-width: none;
  }
}
.compact-flow{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.89rem;
    background:var(--line-panel);
    color:var(--ink-soft);
  }
.compact-flow .media-summary{max-width:min(1660px,64rem);
    margin:0 auto;}
.compact-flow h1{margin:0;
    max-width:20ch;
    font-size:clamp(2rem,5.2vw,calc(16.8px * 2.65));
    line-height:1.06;
    font-weight:640;
    letter-spacing:0;}
.compact-flow .active-flow{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.42rem;
    margin:clamp(1rem,2.2vw,calc(1.56rem * 1.5)) 0 0;}
.compact-flow .focused-region{max-width:40rem;
    margin-top:clamp(1rem,2.2vw,1.5rem);
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #2a3f63;}
.compact-flow p{margin:0;
    font-size:clamp(1rem,1.28vw,16.8px);
    line-height:1.74;
    color:var(--tone-light);}
@media (max-width:640px){.compact-flow h1{max-width:100%;}.compact-flow .active-flow{aspect-ratio:4/3;}.compact-flow{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.wide-fields{
  --field-base:calc(1.5rem * 1.05);
  --field-extra-6:calc(1660px / 2.6);
  padding:calc(1.5rem * 2.4) 1.89rem;
  background:var(--ink-card);
  color:var(--tone-light);
}
.wide-fields .text-contact{max-width:1660px;
  margin:0 auto;}
.wide-fields .service-story{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:calc(1.56rem * 1.5);}
.wide-fields .text-form{flex:1 1 var(--field-extra-6);
  min-width:min(100%,22rem);}
.wide-fields .strong-form{
  flex:0 1 22rem;
  min-width:min(100%,18rem);
  padding:calc(1.5rem * .75);
  border:1px solid #2a3f63;
  border-radius:0.99rem;
  background:#1a2f52;
  color:#e8edf5;
}
.wide-fields h2{margin:0 0 1.5rem;
  font-size:calc(16.8px * 2);
  line-height:1.14;}
.wide-fields p{margin:0;
  font-size:16.8px;
  line-height:1.69;}
.wide-fields .focused-region{margin-bottom:calc(1.56rem * 1.5);}
.wide-fields .wide-area{font-size:calc(16.8px * .875);
  color:var(--tone-light);
  opacity:0.82;}
.wide-fields .primary-shell{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.42rem;
  background:#c9a227;
  color:#101a2c;
  font-size:16.8px;
  text-decoration:none;
  transition:background 350ms var(--ease-base);
}
.wide-fields .primary-shell:hover{
  background:#b08d1c;color:#e8edf5;}
.wide-fields .focused-benefit{margin-top:calc(1.56rem * 1.5);
  font-size:calc(16.8px * .875);
  line-height:1.55;}
.wide-fields .focused-benefit a{color:#c9a227;
  text-decoration:underline;
  text-underline-offset:2px;}
.wide-fields .focused-benefit a:hover{color:#b08d1c;}
@media (max-width:720px){.wide-fields .service-story{
    flex-direction:column;
  }.wide-fields .strong-form{
    flex:1 1 auto;
    width:100%;
  }
}
.media-details{--field-base:calc(1.5rem * 1.18);--field-extra-6:calc(1660px / 2.3);--copy-small:calc(1660px / 3.4);padding:calc(1.5rem * 2.4) 1.89rem;background:var(--line-muted);color:#f2f5fa;}
.media-details .text-contact{max-width:1660px;margin:0 auto;}
.media-details h2,.media-details h3,.media-details p{margin:0;}
.media-details h2{font-size:calc(16.8px * 2);line-height:1.12;max-width:var(--field-extra-6);}
.media-details h3{font-size:calc(16.8px * 1.35);line-height:1.22;}
.media-details p{font-size:16.8px;line-height:1.69;color:color-mix(in srgb, currentColor 76%, transparent);}
.media-details a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.media-details a:hover{border-bottom-color:#c9a227;}
.media-details img{display:block;width:100%;height:auto;border-radius:0.42rem;}
.media-details .media-steps>img{margin-top:var(--field-base);}
.media-details .media-steps>.focused-region{margin-top:1.5rem;max-width:var(--field-extra-6);}
.media-details .visual-wrap{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.56rem;margin-top:var(--field-base);}
.media-details .text-copy{flex:1 1 calc(1660px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.media-details .text-copy p{margin-top:calc(1.5rem / 3.2);}
.media-details .focused-benefit{margin-top:var(--field-base);font-size:calc(16.8px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
@media (max-width:720px){.media-details .text-copy{flex:1 1 100%;}
}
.bottom-frame{
  padding: calc(1.5rem * 2.4) 1.89rem;
  background: var(--ink-card);
  color: var(--tone-light);
}
.bottom-frame .text-contact{max-width: min(1660px, 68rem);
  margin: 0 auto;}
.bottom-frame .focused-region{max-width: 52rem;
  margin-bottom: calc(1.56rem * 1.5);}
.bottom-frame h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.8px * 2);
  line-height: 1.12;}
.bottom-frame .simple-header{margin: 0;
  font-size: 16.8px;
  line-height: 1.69;}
.bottom-frame .main-story{display: flex;
  flex-wrap: wrap;
  gap: 1.56rem;}
.bottom-frame .text-copy{
  flex: 1 1 min(100%, 22rem);
  padding: calc(1.5rem * .75);
  background: #1a2f52;
  color: #e8edf5;
  border: 1px solid #2a3f63;
  border-radius: 0.42rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.18);
}
.bottom-frame .soft-region{display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: calc(1.5rem * .75);}
.bottom-frame .soft-region img{width: 52px;
  height: 52px;
  border-radius: 0.29rem;
  object-fit: cover;
  flex: 0 0 auto;}
.bottom-frame .direct-actions{display: block;
  font-size: 16.8px;
  font-weight: 700;
  line-height: 1.2;}
.bottom-frame .contact-plan{display: block;
  margin-top: 0.15rem;
  font-size: calc(16.8px * .875);
  color: var(--tone-light);
  opacity: 0.85;}
.bottom-frame .text-copy p{margin: 0 0 calc(1.5rem * .75);
  font-size: 16.8px;
  line-height: 1.69;}
.bottom-frame .wide-area{
  display: inline-block;
  font-size: calc(16.8px * .875);
  color: #101a2c;
  background: #c9a227;
  padding: 0.2rem 0.55rem;
  border-radius: 0.29rem;
}
.bottom-frame .plain-region{margin: calc(1.56rem * 1.5) 0 0;
  max-width: 48rem;
  font-size: 16.8px;
  line-height: 1.69;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2a3f63;}
@media (max-width: 700px) {.bottom-frame .main-story{
    display: block;
  }.bottom-frame .text-copy + .text-copy{
    margin-top: 1.56rem;
  }
}
.service-steps{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.89rem;
    background:var(--line-panel);
    color:var(--ink-soft);
  }
.service-steps .media-summary{max-width:min(1660px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;}
.service-steps h1{margin:0;
    font-size:clamp(2rem,4.6vw,calc(16.8px * 2.65));
    line-height:1.06;
    font-weight:640;
    letter-spacing:-0.005em;}
.service-steps .active-flow{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.42rem;
    margin:clamp(1.1rem,2.4vw,calc(1.56rem * 1.5)) 0 0;
    box-shadow:0 2px 4px rgba(0,0,0,0.18);}
.service-steps .focused-region{max-width:40rem;
    margin-top:clamp(1rem,2.2vw,1.5rem);
    padding-top:clamp(.9rem,1.7vw,1.5rem);
    border-top:1px solid #2a3f63;}
.service-steps .focused-region p{margin:0;
    font-size:clamp(1rem,1.24vw,16.8px);
    line-height:1.72;
    color:var(--tone-light);}
@media (max-width:640px){.service-steps{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}.service-steps .active-flow{aspect-ratio:4/3;}
  }
.secondary-section{
    padding: calc(1.5rem * 2.4) 1.89rem;
    background: #f2f5fa;
    color: #141f33;
}
.secondary-section .text-contact{max-width: 1660px;
    margin: 0 auto;}
.secondary-section .page-view{max-width: 52rem;
    margin-bottom: calc(1.56rem * 1.5);}
.secondary-section .page-view p{margin: 0 0 .6rem;
    font-size: calc(16.8px * .875);
    letter-spacing: .02em;}
.secondary-section h2{margin: 0;
    font-size: calc(16.8px * 2);
    line-height: 1.08;}
.secondary-section .open-story{display: flex;
    flex-wrap: wrap;
    gap: 1.56rem;}
.secondary-section figure{
    flex: 1 1 min(100%, 17rem);
    margin: 0;
    border-radius: 0.99rem;
    overflow: hidden;
    background: #1a2f52;
    color: #e8edf5;
    border: 1px solid #2a3f63;
    box-shadow: 0 2px 4px rgba(0,0,0,0.18);
}
.secondary-section figure:nth-child(2n) img{aspect-ratio: 5/4;}
.secondary-section figure:nth-child(3n) img{aspect-ratio: 16/11;}
.secondary-section img{display: block;
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;}
.secondary-section figcaption{padding: calc(1.5rem * .75);}
.secondary-section span{display: block;
    font-size: calc(16.8px * .875);}
.secondary-section h3{margin: .4rem 0 .5rem;
    font-size: calc(16.8px * 1.35);
    line-height: 1.2;}
.secondary-section p{margin: 0;
    font-size: calc(16.8px * .875);
    line-height: 1.69;}
@media (max-width: 720px) {.secondary-section figure{
        flex: 1 1 100%;
    }
}
.clear-nav{
        --field-base: calc(1.5rem * 1.18);
        --label-main: calc(1660px / 3.6);
        padding: calc(1.5rem * 2.4) 1.89rem;
        background: var(--ink-card);
        color: var(--tone-light);
    }
.clear-nav .text-contact{max-width: 1660px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--field-base);}
.clear-nav h2,
    .clear-nav h3,
    .clear-nav p{margin: 0;}
.clear-nav h2{font-size: calc(16.8px * 2);
        line-height: 1.14;}
.clear-nav h3{font-size: calc(16.8px * 1.35);
        line-height: 1.22;}
.clear-nav p{font-size: 16.8px;
        line-height: 1.69;}
.clear-nav .focused-region{display: flex;
        flex-wrap: wrap;
        gap: 1.56rem;
        align-items: baseline;}
.clear-nav .focused-region h2{flex: 1 1 calc(1660px / 3);
        min-width: 0;}
.clear-nav .focused-region p{flex: 1 1 calc(1660px / 2.4);
        min-width: 0;
        max-width: 62ch;}
.clear-nav .visual-wrap{display: flex;
        flex-wrap: wrap;
        gap: 1.56rem;}
.clear-nav .text-copy{
        flex: 1 1 var(--label-main);
        min-width: 0;
        padding: calc(1.5rem * .75);
        background: #1a2f52;
        color: #e8edf5;
        border: 1px solid #2a3f63;
        border-radius: 0.42rem;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem / 3);
    }
.clear-nav .text-copy p{flex: 1 1 auto;}
.clear-nav .text-copy a{align-self: flex-start;
        margin-top: calc(1.5rem / 4);
        font-size: calc(16.8px * .875);
        color: #c9a227;
        text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: border-color 350ms var(--ease-base), color 350ms var(--ease-base);}
.clear-nav .text-copy a:hover{color: #b08d1c;
        border-bottom-color: #b08d1c;}
.clear-nav .wide-area{font-size: calc(16.8px * .875);
        color: var(--tone-light);
        opacity: .82;
        max-width: 70ch;}
.simple-copy{
  padding:calc(1.5rem * 2.4) 1.89rem;
  background:var(--line-panel);
  color:var(--ink-soft);
  overflow:hidden;
}
.simple-copy .text-contact{max-width:1660px;
  margin:0 auto;}
.simple-copy .page-view{max-width:52rem;
  margin:0 0 calc(1.56rem * 1.5);}
.simple-copy h2{margin:0;
  font-size:calc(16.8px * 2);
  line-height:1.08;
  letter-spacing:.01em;}
.simple-copy .focused-region{margin:1.5rem 0 0;
  font-size:calc(16.8px * 1.125);
  line-height:1.69;}
.simple-copy .strong-footer{display:flex;
  flex-wrap:wrap;
  gap:1.56rem;
  align-items:flex-start;}
.simple-copy .text-copy{flex:1 1 20rem;
  min-width:16rem;
  padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) 1.89rem;
  border-left:2px solid #2a3f63;}
.simple-copy .text-copy:nth-child(2n){border-left-color:#c9a227;}
.simple-copy h3{margin:0;
  font-size:calc(16.8px * 1.35);
  line-height:1.15;
  font-weight:600;}
.simple-copy .text-copy p{margin:calc(1.5rem * .75) 0 0;
  line-height:1.69;}
.simple-copy .main-story{margin-top:calc(1.56rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid #2a3f63;}
.simple-copy .wide-area{margin:0;
  font-size:calc(16.8px * .875);
  line-height:1.69;}
.simple-copy .wide-area a{text-decoration:none;
  border-bottom:1px solid #c9a227;
  padding-bottom:1px;
  transition:color 350ms var(--ease-base),border-color 350ms var(--ease-base);}
.simple-copy .wide-area a:hover{border-bottom-color:#b08d1c;}
@media (max-width:720px){.simple-copy .text-copy{
    flex:1 1 100%;
    min-width:0;
    padding-left:1.5rem;
  }
}
.wide-figure{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.89rem;
    background:var(--line-panel,#0d1a30);
    color:var(--ink-soft,#e8edf5);
  }
.wide-figure .media-summary{max-width:min(1660px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;}
.wide-figure h1{margin:0;
    max-width:22ch;
    font-family:"DM Serif Display", sans-serif;
    font-size:clamp(2rem,5vw,calc(16.8px * 2.65));
    line-height:1.06;
    font-weight:600;
    letter-spacing:.005em;}
.wide-figure .active-flow{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.42rem;
    margin:clamp(1.1rem,2.4vw,calc(1.56rem * 1.5)) 0 0;
    box-shadow:var(--depth-medium,0 6px 18px rgba(0,0,0,.23));}
.wide-figure .text-form{max-width:40rem;
    margin-top:clamp(1.1rem,2.4vw,1.5rem);
    padding-top:clamp(.9rem,1.7vw,1.5rem);
    border-top:1px solid #2a3f63;}
.wide-figure p{margin:0;
    font-size:clamp(1rem,1.28vw,16.8px);
    line-height:1.74;}
@media (max-width:640px){.wide-figure h1{max-width:100%;}.wide-figure .active-flow{aspect-ratio:4/3;}.wide-figure{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }
  }
.offer-view{
        padding: calc(1.5rem * 2.4) 1.89rem;
        background: var(--ink-card);
        color: var(--tone-light)
    }
.offer-view .text-contact{max-width: 1660px;
        margin: 0 auto}
.offer-view .plain-frame{display: flex;
        flex-direction: column;
        gap: calc(1.56rem * 1.5);
        align-items: flex-start}
.offer-view .focused-region{max-width: 62ch}
.offer-view h2{margin: 0;
        font-size: calc(16.8px * 2);
        line-height: 1.1}
.offer-view .text-form{margin: calc(1.5rem * .75) 0 0;
        font-size: calc(16.8px * 1.125);
        line-height: 1.69;
        opacity: .88}
.offer-view .visual-figure{width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1.5rem}
.offer-view .local-menu{border-left: 2px solid #2a3f63;
        padding-left: calc(1.5rem * .75)}
.offer-view .local-menu h3{margin: 0 0 calc(calc(1.5rem * .75) * .4);
        font-size: 16.8px;
        line-height: 1.25}
.offer-view .local-menu p{margin: 0;
        font-size: 16.8px;
        line-height: 1.69;
        max-width: 78ch;
        opacity: .9}
.offer-view .clear-wrap{display: flex;
        flex-wrap: wrap;
        gap: calc(1.56rem * .6);
        margin-top: calc(1.5rem * .75)}
.offer-view .clear-wrap span{
        border-radius: 0.29rem;
        background: #1a2f52;
        color: #e8edf5;
        border: 1px solid #2a3f63;
        padding: calc(calc(1.5rem * .75) * .5) calc(1.5rem * .75);
        font-size: calc(16.8px * .875);
        line-height: 1.3
    }
@media (max-width: 760px) {.offer-view .plain-frame{
            display: block
        }.offer-view .visual-figure{
            margin-top: 1.5rem
        }.offer-view .local-menu{
            padding-left: calc(1.5rem * .75)
        }
    }
.main-list{--field-base:calc(1.5rem * 1.29);--field-extra-6:calc(1660px / 2.70);--copy-small:calc(1660px / 3.66);padding:calc(1.5rem * 2.4) 1.89rem;background:var(--line-muted);color:#f2f5fa;}
.main-list .text-contact{max-width:1660px;margin:0 auto;}
.main-list h1,.main-list h2,.main-list h3,.main-list p{margin:0;}
.main-list h1{font-size:calc(16.8px * 2.65);line-height:1.08;}
.main-list h2{font-size:calc(16.8px * 2);line-height:1.12;}
.main-list h3{font-size:calc(16.8px * 1.35);line-height:1.2;}
.main-list p{font-size:16.8px;line-height:1.69;color:color-mix(in srgb, currentColor 74%, transparent);}
.main-list a{color:inherit;text-decoration:none;}
.main-list img{display:block;width:100%;height:auto;border-radius:0.42rem;}
.main-list .strong-form{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:#f2f5fa;color:var(--line-muted);}
.main-list .visual-wrap{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.56rem;margin-top:var(--field-base);}
.main-list .text-copy{flex:1 1 calc(1660px / 4);min-width:0;}
.main-list .text-copy p,.main-list .text-copy a{margin-top:calc(1.5rem / 3);}
.main-list .text-copy img{margin-bottom:calc(1.5rem / 2);}
.main-list .fresh-group{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.56rem;}
.main-list .fresh-group>.text-form{flex:1 1 auto;min-width:0;}
.main-list .fresh-group>.strong-form{flex:0 0 auto;}
.main-list .fresh-group>.visual-wrap{flex:1 1 100%;}
.main-list .text-form h2{margin-top:calc(1.5rem / 2);}
.main-list .text-form .focused-region{max-width:var(--field-extra-6);margin-top:calc(1.5rem / 2);}
.area{padding:calc(calc(1.5rem * 2.4)*.74) 1.89rem;background:#f7f7f7;color:#0a0f1a;}
.area .media-summary{max-width:min(1660px,66rem);margin:0 auto;}
.area h1{margin:0;max-width:17ch;font-size:clamp(2.05rem,5.4vw,calc(16.8px * 2.65));line-height:1.04;font-weight:680;letter-spacing:0;}
.area .active-flow{display:block;width:min(100%,44rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.42rem;margin:clamp(1rem,2.2vw,calc(1.56rem * 1.5)) 0 0;}
.area .media-summary>div{max-width:38rem;margin-top:clamp(1rem,2.2vw,1.5rem);padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid #cbd5e1;}
.area p{margin:0;font-size:clamp(1rem,1.28vw,16.8px);line-height:1.74;color:#4b5563;}
@media (max-width:640px){.area h1{max-width:100%;}.area .active-flow{aspect-ratio:4/3}.area{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54);}}
.clear-story{
        padding: calc(1.5rem * 2.4) 1.89rem;
        background: linear-gradient(160deg, #0d1a30 0%, #132441 55%, #1b3a6b 100%);
        color: #e8edf5;
    }
.clear-story .text-contact{max-width: 1660px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: calc(1.56rem * 1.5);
        align-items: flex-start;}
.clear-story .focused-region{flex: 1 1 22rem;
        max-width: 34rem;}
.clear-story h2{margin: 0;
        font-size: calc(16.8px * 2);
        line-height: 1.08;}
.clear-story .focused-region p{margin: calc(1.5rem * .75) 0 0;
        font-size: 16.8px;
        line-height: 1.69;}
.clear-story .focused-region .shell{font-size: calc(16.8px * .875);
        border-left: 2px solid #c9a227;
        padding-left: calc(1.5rem * .75);}
.clear-story .quiet-benefit{flex: 2 1 34rem;
        display: flex;
        flex-direction: column;
        gap: 1.56rem;}
.clear-story .text-benefit{
        padding: calc(1.5rem * .75);
        border: 1px solid #2a3f63;
        border-radius: 0.42rem;
        background: #1a2f52;
        color: #e8edf5;
        box-shadow: 0 2px 4px rgba(0,0,0,0.18);
    }
.clear-story .team{margin: 0;
        font-size: calc(16.8px * 1.125);
        line-height: 1.69;}
.clear-story .local-figure{margin-top: calc(1.5rem * .75);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #2a3f63;
        display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        justify-content: space-between;
        align-items: baseline;}
.clear-story .local-figure strong{font-size: 16.8px;}
.clear-story .local-figure span{font-size: calc(16.8px * .875);}
@media (max-width: 760px) {.clear-story .text-contact{
            flex-direction: column;
        }.clear-story .focused-region,
        .clear-story .quiet-benefit{
            flex: 1 1 auto;
            max-width: none;
        }.clear-story .local-figure{
            flex-direction: column;
            gap: calc(1.5rem * .75);
        }
    }
.featured-lead{
  --field-base:calc(1.5rem * 1.15);
  --field-extra-6:calc(1660px / 2.4);
  padding:calc(1.5rem * 2.4) 1.89rem;
  background:var(--line-panel);
  color:var(--ink-soft);
}
.featured-lead .text-contact{max-width:1660px;
  margin:0 auto;}
.featured-lead .secondary-note{max-width:var(--field-extra-6);
  margin:0 auto;
  text-align:center;}
.featured-lead h2,
.featured-lead h3,
.featured-lead p{margin:0;}
.featured-lead h2{font-size:calc(16.8px * 2);
  line-height:1.14;}
.featured-lead h3{font-size:calc(16.8px * 1.35);
  line-height:1.22;}
.featured-lead p{font-size:16.8px;
  line-height:1.69;}
.featured-lead .focused-region{margin-top:calc(1.56rem * 1.5);
  color:var(--tone-light);}
.featured-lead .visual-wrap{display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  gap:1.56rem;
  margin-top:var(--field-base);}
.featured-lead .text-copy{
  flex:1 1 calc(1660px / 4.6);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.56rem * 1.5);
  padding:calc(1.5rem * .75);
  background:#1a2f52;
  color:#e8edf5;
  border:1px solid #2a3f63;
  border-radius:0.99rem;
  box-shadow:0 2px 4px rgba(0,0,0,0.18);
}
.featured-lead .page-view{display:flex;
  align-items:center;
  gap:calc(1.56rem * 1.5);}
.featured-lead .page-view img{display:block;
  width:64px;
  height:64px;
  flex:0 0 auto;
  object-fit:cover;
  border-radius:0.42rem;
  border:1px solid #2a3f63;}
.featured-lead .soft-region{min-width:0;}
.featured-lead .contact-plan{display:block;
  margin-top:calc(calc(1.56rem * 1.5) / 3);
  font-size:calc(16.8px * .875);
  color:var(--tone-light);}
.featured-lead .text-copy p{color:#e8edf5;}
.featured-lead .wide-area{max-width:var(--field-extra-6);
  margin:var(--field-base) auto 0;
  padding-top:calc(1.56rem * 1.5);
  border-top:1px solid #2a3f63;
  font-size:calc(16.8px * .875);
  color:var(--tone-light);
  text-align:center;}
@media (max-width:900px){.featured-lead .text-copy{
    flex:1 1 calc(1660px / 2.4);
  }
}
@media (max-width:600px){.featured-lead .text-copy{
    flex:1 1 100%;
  }
}
.service-form{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.89rem;
    background:var(--line-panel);
    color:var(--ink-soft);
  }
.service-form .media-summary{max-width:min(1660px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(1.56rem * 1.5));}
.service-form h1{margin:0;
    max-width:22ch;
    font-family:"DM Serif Display", sans-serif;
    font-size:clamp(2rem,4.8vw,calc(16.8px * 2.65));
    line-height:1.06;
    font-weight:600;
    letter-spacing:0;}
.service-form .active-flow{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.42rem;
    border:1px solid #2a3f63;
    box-shadow:0 2px 4px rgba(0,0,0,0.18);}
.service-form .text-form{max-width:40rem;
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #2a3f63;}
.service-form p{margin:0;
    font-size:clamp(1rem,1.25vw,16.8px);
    line-height:1.74;
    color:var(--tone-light);}
@media (max-width:640px){.service-form h1{max-width:100%;}.service-form .active-flow{aspect-ratio:4/3;}.service-form{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.soft-inner{--field-base:calc(1.5rem * 1.15);--field-extra-6:calc(1660px / 2.6);--label-main:calc(1660px / 3.6);padding:calc(1.5rem * 2.4) 1.89rem;background:var(--line-panel);color:var(--ink-soft);}
.soft-inner .text-contact{max-width:1660px;margin:0 auto;}
.soft-inner h2,.soft-inner h3,.soft-inner p{margin:0;}
.soft-inner h2{font-size:calc(16.8px * 2);line-height:1.14;}
.soft-inner h3{font-size:calc(16.8px * 1.35);line-height:1.22;}
.soft-inner p{font-size:16.8px;line-height:1.69;}
.soft-inner a{text-decoration:none;border-bottom:1px solid transparent;transition:border-color 350ms var(--ease-base);}
.soft-inner a:hover{border-bottom-color:#c9a227;}
.soft-inner .featured-entries{padding-inline-start:calc(1.89rem / 2);}
.soft-inner .offer-team{padding-block:calc(var(--field-base) / 2);}
.soft-inner .plain-region{row-gap:calc(var(--field-base) * .7);}
.soft-inner .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.56rem;}
.soft-inner .row-title h2{flex:1 1 calc(1660px / 3);min-width:0;}
.soft-inner .row-title>p{flex:1 1 calc(1660px / 2.2);min-width:0;max-width:var(--field-extra-6);}
.soft-inner .public-story{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--field-base);margin-top:var(--field-base);}
.soft-inner .text-copy{flex:1 1 var(--label-main);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #2a3f63;}
.soft-inner .text-copy p{margin-top:calc(1.5rem / 3);}
.soft-inner .text-copy a{display:inline-block;margin-top:calc(1.5rem / 2);font-size:calc(16.8px * .875);}
.soft-inner .focused-benefit{flex:1 1 100%;margin-top:var(--field-base);font-size:calc(16.8px * .875);}
@media (max-width:720px){.soft-inner .featured-entries{padding-inline-start:0;}.soft-inner .row-title>p{max-width:none;}
}
.plain-form{
        padding: calc(1.5rem * 2.4) 1.89rem;
        background: var(--line-panel);
        color: var(--ink-soft)
    }
.plain-form .text-contact{max-width: 1660px;
        margin: 0 auto}
.plain-form .plain-frame{display: flex;
        flex-direction: column;
        gap: calc(1.56rem * 1.5);
        align-items: flex-start}
.plain-form h2{min-width: 0;
        margin: 0;
        font-size: calc(16.8px * 2);
        line-height: 1.1}
.plain-form .visual-figure{min-width: 0;
        max-width: 62ch}
.plain-form .visual-figure p{margin: 0;
        font-size: calc(16.8px * 1.125);
        line-height: 1.69;
        color: var(--tone-light)}
.plain-form .clear-wrap{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        margin-top: 1.5rem}
.plain-form .clear-wrap span{
        border: 1px solid #2a3f63;
        border-radius: 0.42rem;
        background: #1a2f52;
        color: #e8edf5;
        padding: calc(calc(1.5rem * .75) * .7) calc(1.5rem * .75);
        font-size: calc(16.8px * .875);
        line-height: 1.4
    }
@media (max-width: 760px) {.plain-form .plain-frame{
            display: block
        }.plain-form .visual-figure{
            margin-top: 1.5rem
        }
    }
.media-view{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.89rem;
    background:var(--line-panel);
    color:var(--ink-soft);
  }
.media-view .strong-plan{max-width:min(1660px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.56rem * 1.5);}
.media-view .focused-region{max-width:44rem;}
.media-view h1{margin:0;
    font-size:clamp(2rem,4.8vw,calc(16.8px * 2.65));
    line-height:1.06;
    font-weight:640;
    letter-spacing:-0.005em;}
.media-view .text-form{margin:1.5rem 0 0;
    font-size:clamp(1rem,1.22vw,16.8px);
    line-height:1.76;
    color:var(--tone-light);
    max-width:40rem;}
.media-view .contact-nav{margin:0;
    padding-top:1.5rem;
    border-top:1px solid #2a3f63;}
.media-view .active-flow{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.42rem;}
@media (max-width:640px){.media-view{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.media-view .active-flow{
      aspect-ratio:4/3;
    }
  }
.featured-method{--field-base:calc(1.5rem * 1.35);--field-extra-6:calc(1660px / 2.20);--copy-small:calc(1660px / 3.55);padding:calc(1.5rem * 2.4) 1.89rem;background:var(--line-muted);color:#f2f5fa;}
.featured-method .text-contact{max-width:1660px;margin:0 auto;}
.featured-method h1,.featured-method h2,.featured-method h3,.featured-method p{margin:0;}
.featured-method h1{font-size:calc(16.8px * 2.65);line-height:1.08;}
.featured-method h2{font-size:calc(16.8px * 2);line-height:1.12;}
.featured-method h3{font-size:calc(16.8px * 1.35);line-height:1.2;}
.featured-method p{font-size:16.8px;line-height:1.69;color:color-mix(in srgb, currentColor 74%, transparent);}
.featured-method a{color:inherit;text-decoration:none;}
.featured-method img{display:block;width:100%;height:auto;border-radius:0.42rem;}
.featured-method .strong-form{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:#f2f5fa;color:var(--line-muted);}
.featured-method .focused-region,.featured-method .wide-area{}
.featured-method .visual-wrap{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.56rem;margin-top:var(--field-base);}
.featured-method .text-copy{flex:1 1 calc(1660px / 4);min-width:0;}
.featured-method .text-copy p,.featured-method .text-copy a{margin-top:calc(1.5rem / 3);}
.featured-method .text-copy img{margin-bottom:calc(1.5rem / 2);}
.featured-method .fresh-group{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.56rem;}
.featured-method .fresh-group>.text-form{flex:1 1 auto;min-width:0;}
.featured-method .fresh-group>.strong-form{flex:0 0 auto;}
.featured-method .fresh-group>.visual-wrap{flex:1 1 100%;}
.featured-method .text-form h2{margin-top:calc(1.5rem / 2);}
.strong-steps{
  background:var(--line-panel);
  color:var(--ink-soft);
  padding:calc(1.5rem * 2.4) 1.89rem;
}
.strong-steps .text-contact{max-width:1660px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.56rem * 1.5);
  align-items:flex-start;}
.strong-steps .text-form{flex:1 1 34rem;
  min-width:0;}
.strong-steps h2{margin:0;
  font-size:calc(16.8px * 2);
  line-height:1.12;
  letter-spacing:0;}
.strong-steps .text-form p{margin:1.5rem 0 0;
  max-width:40rem;
  color:var(--tone-light);
  font-size:calc(16.8px * 1.125);
  line-height:1.69;}
.strong-steps .main-story{margin-top:calc(1.56rem * 1.5);
  border-top:1px solid #2a3f63;}
.strong-steps .local-menu{display:flex;
  flex-wrap:wrap;
  gap:1.56rem;
  padding:.7rem 0;
  border-bottom:1px solid #2a3f63;}
.strong-steps .local-grid{flex:0 0 12rem;
  font-size:calc(16.8px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#c9a227;}
.strong-steps .wide-area{flex:1 1 14rem;
  min-width:0;
  color:var(--tone-light);
  font-size:16.8px;}
.strong-steps .focused-benefit{margin-top:calc(1.56rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.56rem;}
.strong-steps .focused-benefit a{
  display:inline-flex;
  align-items:center;
  padding:.72rem 1.05rem;
  border-radius:0.42rem;
  text-decoration:none;
  font-size:16.8px;
  background:var(--line-muted);
  color:#f2f5fa;
  transition:background 350ms var(--ease-base);
}
.strong-steps .focused-benefit a:last-child{
  background:transparent;
  color:var(--ink-soft);
  border:1px solid #2a3f63;
}
.strong-steps .focused-benefit a:hover{
  background:#244a83;color:#e8edf5;}
.strong-steps .focused-benefit a:last-child:hover{
  background:var(--ink-card);color:var(--tone-light);}
.strong-steps .shell{flex:0 1 30rem;
  min-width:16rem;
  margin:0;}
.strong-steps .direct-team{display:block;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:0.99rem;
  box-shadow:0 6px 18px rgba(0,0,0,0.23);}
.strong-steps .media-team{margin-top:.85rem;
  color:var(--tone-light);
  font-size:calc(16.8px * .875);
  line-height:1.5;}
@media (max-width:820px){.strong-steps .text-contact{display:block}.strong-steps .shell{margin-top:calc(1.56rem * 1.5)}.strong-steps .local-grid{flex:0 0 100%}
}
.open-lead{
    color:var(--ink-soft);
    background:var(--line-panel);
    padding:calc(1.5rem * 2.4) 1.89rem;
}
.open-lead .c{max-width:1660px;
    margin:0 auto;
    display:grid;
    gap:1.89rem;}
@media (min-width:1024px){.open-lead .c{grid-template-columns:minmax(0,1fr) 320px;}
}
.open-lead .page-team{padding-bottom:calc(1.56rem * 1.5);
    border-bottom:1px solid #2a3f63;
    margin-bottom:calc(1.56rem * 1.5);}
.open-lead h1{font-size:calc(16.8px * 2.65);
    line-height:1.15;
    margin:0 0 1rem;}
.open-lead .main-stack{display:flex;
    flex-wrap:wrap;
    gap:1.25rem;
    font-size:calc(16.8px * .875);}
.open-lead .page-header{
    margin:0 0 calc(1.56rem * 1.5);
    border-radius:0.99rem;
    overflow:hidden;
    background:var(--ink-card);color:var(--tone-light);}
.open-lead .page-header img{display:block;
    width:100%;
    height:auto;}
.open-lead .visual-figure{line-height:1.69;
    font-size:16.8px;}
.open-lead .visual-figure h2{font-size:calc(16.8px * 1.35);
    margin:calc(1.56rem * 1.5) 0 0.75rem;}
.open-lead .visual-figure p{margin:0 0 1rem;}
.open-lead .focused-benefit{display:flex;
    flex-wrap:wrap;
    gap:1.56rem;
    margin-top:calc(1.56rem * 1.5);
    padding-top:calc(1.56rem * 1.5);
    border-top:1px solid #2a3f63;}
.open-lead .focused-benefit a{font-size:calc(16.8px * .875);
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:border-color 350ms var(--ease-base);}
.open-lead .focused-benefit a:hover{border-bottom-color:#c9a227;}
.open-lead .service-frame{
    background:#1a2f52;
    color:#e8edf5;
    border:1px solid #2a3f63;
    padding:calc(1.5rem * .75);
    border-radius:0.99rem;
    box-shadow:0 2px 4px rgba(0,0,0,0.18);
    align-self:start;
}
.open-lead .service-frame h3{margin:0 0 1rem;
    font-size:calc(16.8px * 1.125);}
.open-lead .clear-headline{display:flex;
    flex-direction:column;
    gap:0.75rem;}
.open-lead .service-frame a{text-decoration:none;
    border-bottom:1px solid transparent;
    transition:border-color 350ms var(--ease-base);}
.open-lead .service-frame a:hover{border-bottom-color:#c9a227;}
.open-lead .wide-area{margin:calc(1.56rem * 1.5) 0 0;
    font-size:calc(16.8px * .875);}
.open-headline{
    padding: calc(1.5rem * 2.4) 1.89rem;
    background: var(--line-panel);
    color: var(--ink-soft);
}
.open-headline .strong-plan{max-width: 1660px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(1.56rem * 1.5);}
.open-headline .page-header{border-radius: 0.99rem;
    overflow: hidden;
    border: 1px solid #2a3f63;
    box-shadow: 0 6px 18px rgba(0,0,0,0.23);}
.open-headline .page-header img{display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;}
.open-headline .visual-figure{max-width: 62rem;
    display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);}
.open-headline .main-stack{margin: 0;
    font-size: calc(16.8px * .875);
    letter-spacing: 0.02em;}
.open-headline .service-footer{margin: 0;
    font-size: calc(16.8px * 2.65);
    line-height: 1.15;}
.open-headline .focused-region{margin: 0;
    font-size: calc(16.8px * 1.125);}
.open-headline .service-story{display: flex;
    flex-direction: column;
    gap: calc(1.56rem * 1.5);}
.open-headline .service-story p{margin: 0;
    line-height: 1.69;}
.open-headline .service-story h2{margin: calc(1.5rem * .75) 0 0;
    font-size: calc(16.8px * 1.35);}
.open-headline .visual-wrap{margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;}
.open-headline .visual-wrap li{line-height: 1.69;}
.open-headline .focused-benefit{display: flex;
    flex-wrap: wrap;
    gap: 1.56rem;
    padding-top: calc(1.5rem * .75);
    border-top: 1px solid #2a3f63;}
.open-headline .focused-benefit a{font-size: calc(16.8px * .875);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 350ms var(--ease-base), color 350ms var(--ease-base);}
.open-headline .focused-benefit a:hover{border-bottom-color: #b08d1c;}
@media (max-width: 720px) {.open-headline .page-header img{
        height: 220px;
    }.open-headline .visual-figure{
        max-width: 100%;
    }
}
.quiet-tile{
    color:var(--ink-soft);
    background:var(--line-panel);
    padding:calc(1.5rem * 2.4) 1.89rem;
}
.quiet-tile .c{max-width:1660px;
    margin:0 auto;
    display:grid;
    gap:1.89rem;}
@media (min-width:1024px){.quiet-tile .c{grid-template-columns:minmax(0,1fr) 300px;}
}
.quiet-tile .page-team{margin-bottom:calc(1.56rem * 1.5);
    border-bottom:1px solid #2a3f63;
    padding-bottom:calc(1.56rem * 1.5);}
.quiet-tile h1{font-size:calc(16.8px * 2.65);
    line-height:1.15;
    margin:0 0 0.75rem;}
.quiet-tile .main-stack{display:flex;
    flex-wrap:wrap;
    gap:1.56rem;
    font-size:calc(16.8px * .875);}
.quiet-tile .focused-region{margin:0 0 calc(1.56rem * 1.5);
    border-radius:0.99rem;
    overflow:hidden;
    box-shadow:0 6px 18px rgba(0,0,0,0.23);}
.quiet-tile .focused-region img{display:block;
    width:100%;
    height:auto;}
.quiet-tile .visual-figure{line-height:1.69;
    font-size:16.8px;}
.quiet-tile .visual-figure h2{font-size:calc(16.8px * 1.35);
    margin:calc(1.56rem * 1.5) 0 0.5rem;}
.quiet-tile .visual-figure p{margin:0 0 calc(1.56rem * 1.5);}
.quiet-tile .focused-benefit{display:flex;
    flex-wrap:wrap;
    gap:1.56rem;
    margin-top:1.5rem;
    padding-top:calc(1.56rem * 1.5);
    border-top:1px solid #2a3f63;}
.quiet-tile .focused-benefit a{font-size:calc(16.8px * .875);
    text-decoration:none;
    border-bottom:1px solid #c9a227;
    padding-bottom:2px;}
.quiet-tile .focused-benefit a:hover{border-bottom-color:#b08d1c;}
.quiet-tile .shell{
    background:#1a2f52;
    color:#e8edf5;
    padding:calc(1.5rem * .75);
    border-radius:0.99rem;
    border:1px solid #2a3f63;
    box-shadow:0 2px 4px rgba(0,0,0,0.18);
    align-self:start;
}
.quiet-tile .shell h3{margin:0 0 calc(1.56rem * 1.5);
    font-size:16.8px;}
.quiet-tile .main-story{display:flex;
    flex-direction:column;
    gap:0.75rem;}
.quiet-tile .main-story a{text-decoration:none;
    font-size:calc(16.8px * .875);
    line-height:1.5;}
.quiet-tile .main-story a:hover{text-decoration:underline;}
.main-footer{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.89rem;
    background:var(--line-panel);
    color:var(--ink-soft);
  }
.main-footer .media-summary{max-width:min(1660px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(1.56rem * 1.5));}
.main-footer h1{margin:0;
    max-width:22ch;
    font-size:clamp(2rem,5vw,calc(16.8px * 2.65));
    line-height:1.06;
    font-weight:640;
    letter-spacing:0;}
.main-footer .focused-region{max-width:40rem;
    padding-top:clamp(.75rem,1.5vw,1.5rem);
    border-top:1px solid #2a3f63;}
.main-footer .focused-region p{margin:0;
    font-size:clamp(1rem,1.25vw,16.8px);
    line-height:1.72;
    color:var(--tone-light);}
.main-footer .active-flow{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.42rem;
    border:1px solid #2a3f63;}
.main-footer .wide-area{
    max-width:38rem;
    padding:clamp(.9rem,1.6vw,calc(1.5rem * .75));
    background:#1a2f52;
    color:#e8edf5;
    border:1px solid #2a3f63;
    border-radius:0.99rem;
  }
.main-footer .wide-area p{margin:0;
    font-size:calc(16.8px * .875);
    line-height:1.7;
    color:#e8edf5;}
@media (max-width:640px){.main-footer h1{max-width:100%;}.main-footer .active-flow{aspect-ratio:4/3;}.main-footer{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.compact-summary{
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.89rem;
  background: var(--line-muted);
  color: #f2f5fa;
}
.compact-summary .text-contact{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1.56rem;
  max-width: 1660px;
  margin: 0 auto;}
.compact-summary .secondary-note{flex: 1 1 100%;
  max-width: 62ch;
  margin-bottom: calc(1.56rem * 1.5);}
.compact-summary h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.8px * 2.65);
  line-height: 1.06;}
.compact-summary .simple-header{margin: 0;
  font-size: calc(16.8px * 1.125);
  line-height: 1.69;
  opacity: .88;}
.compact-summary .focused-benefit{flex: 1 1 22rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid color-mix(in srgb, currentColor 34%, transparent);
  animation: contactCatalogRise calc(350ms * 2.4) var(--ease-base) both;}
.compact-summary .focused-benefit:nth-of-type(2){animation-delay: calc(350ms * .3);}
.compact-summary .team-note,
.compact-summary .primary-list{display: block;
  color: inherit;
  text-decoration: none;}
.compact-summary .focused-benefit span,
.compact-summary .local-grid span{display: block;
  margin-bottom: calc(1.5rem * .75);
  font-size: calc(16.8px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .66;}
.compact-summary strong{font-size: calc(16.8px * 1.35);
  overflow-wrap: anywhere;}
.compact-summary .wide-area{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.8px * .875);
  line-height: 1.69;
  opacity: .78;}
.compact-summary .local-grid{flex: 1 1 18rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid color-mix(in srgb, currentColor 34%, transparent);
  animation: contactCatalogRise calc(350ms * 2.4) var(--ease-base) both;
  animation-delay: calc(350ms * .6);}
.compact-summary .local-grid p{margin: 0;
  line-height: 1.69;
  overflow-wrap: anywhere;}
.compact-summary .local-panel{flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.56rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 34%, transparent);}
.compact-summary .local-panel a{color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;}
.compact-summary .local-panel a span{display: inline;
  margin: 0 0 0 calc(1.5rem * .75);
  font-size: calc(16.8px * .875);
  opacity: .68;}
@keyframes contactCatalogRise {from{ opacity: 0; transform: translateY(calc(calc(1.56rem * 1) * .12)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 760px) {.compact-summary .secondary-note{
    max-width: none;
  }.compact-summary .focused-benefit,
  .compact-summary .local-grid{
    flex: 1 1 100%;
  }
}
@media (prefers-reduced-motion: reduce) {.compact-summary .focused-benefit,
  .compact-summary .local-grid{ animation: none; }
}
.card---lead{padding:calc(1.5rem * 2.4) 1.89rem;background:var(--line-panel);color:var(--ink-soft)}
.card---lead .text-contact{max-width:1660px;margin:0 auto}
.card---lead .media-form{display:flex;justify-content:center}
.card---lead .person{width:min(100%,54rem);border-top:1px solid #2a3f63;padding-top:calc(1.56rem * 1.5)}
.card---lead .wide-area{margin:0 0 1.5rem;font-size:calc(16.8px * .875);line-height:1.69;color:var(--tone-light)}
.card---lead h2{margin:0;font-size:calc(16.8px * 2);line-height:1.1}
.card---lead .page-lead{margin:1.5rem 0 calc(1.56rem * 1.5);font-size:calc(16.8px * 1.125);line-height:1.69;color:var(--tone-light)}
.card---lead form{display:block}
.card---lead .text-note{display:flex;flex-wrap:wrap;gap:1.5rem}
.card---lead .text-note label{flex:1 1 16rem;min-width:0}
.card---lead label{display:block}
.card---lead label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(16.8px * .875);color:var(--tone-light)}
.card---lead input,.card---lead textarea{width:100%;max-width:100%;border:1px solid #2a3f63;border-radius:0.42rem;background:#1a2f52;color:#e8edf5;font:inherit;padding:calc(1.5rem * .75);outline:none}
.card---lead input::placeholder,.card---lead textarea::placeholder{color:rgba(255,255,255,0.55)}
.card---lead input:focus,.card---lead textarea:focus{border-color:#c9a227;background:#1a2f52;color:#e8edf5}
.card---lead .compact-surface{margin-top:1.5rem}
.card---lead textarea{resize:vertical}
.card---lead .direct-steps{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:1.5rem}
.card---lead button{border:0;border-radius:0.42rem;background:#c9a227;color:#101a2c;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;white-space:nowrap;transition:background 350ms var(--ease-base)}
.card---lead button:hover{background:#b08d1c;color:#e8edf5;}
.card---lead .direct-steps p{margin:0;flex:1 1 16rem;min-width:0;font-size:calc(16.8px * .875);line-height:1.69;color:var(--tone-light)}
@media(max-width:560px){.card---lead .person{padding-top:1.5rem}.card---lead .text-note{display:block}.card---lead .text-note label+label{margin-top:1.5rem}.card---lead .direct-steps{display:block}.card---lead .direct-steps p{margin-top:calc(1.5rem * .75)}}
.clear-steps{
  padding: calc(1.5rem * 2.4) 1.89rem;
  background: #c9a227;
  color: #101a2c;
}
.clear-steps .plain-links{
  max-width: 1660px;
  margin: 0 auto;
  border-radius: 1.17rem;
  overflow: hidden;
  background: var(--line-panel);
  color: var(--ink-soft);
  box-shadow: 0 20px 36px rgba(0,0,0,0.29);
}
.clear-steps .wide-brand{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.56rem * 1.5);
  border-bottom: 1px solid #2a3f63;
  background: var(--ink-card);color:var(--tone-light);}
.clear-steps .wide-brand span{font-size: calc(16.8px * .875);
  letter-spacing: .02em;}
.clear-steps a{text-decoration: none;}
.clear-steps .wide-brand a{font-size: calc(16.8px * .875);
  font-weight: 600;
  border-bottom: 1px solid #c9a227;
  padding-bottom: 2px;}
.clear-steps .wide-brand a:hover{border-bottom-color: #b08d1c;}
.clear-steps .service-story{display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 1.56rem;
  padding: calc(1.56rem * 1.5);}
.clear-steps h2{margin: 0;
  font-size: calc(16.8px * 2);
  line-height: 1.12;}
.clear-steps .focused-region p{margin: calc(1.5rem * .75) 0 0;
  font-size: 16.8px;
  line-height: 1.69;}
.clear-steps .local-panel{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.clear-steps .local-panel a{
  display: block;
  padding: calc(1.5rem * .75);
  border: 1px solid #2a3f63;
  border-left: 3px solid #c9a227;
  border-radius: 0.42rem;
  background: #1a2f52;
  color: #e8edf5;
  transition: border-color 350ms var(--ease-base), transform 350ms var(--ease-base);
}
.clear-steps .local-panel a:hover{border-left-color: #b08d1c;
  transform: translateX(2px);}
.clear-steps .local-panel span,
.clear-steps .local-panel small{display: block;
  font-size: calc(16.8px * .875);}
.clear-steps .local-panel span{text-transform: uppercase;
  letter-spacing: .06em;}
.clear-steps .local-panel strong{display: block;
  margin: calc(calc(1.5rem * .75) * .35) 0;
  font-size: calc(16.8px * 1.125);
  font-weight: 600;
  word-break: break-word;}
@media (max-width: 780px) {.clear-steps .service-story{
    grid-template-columns: 1fr;
    padding: calc(1.5rem * .75);
  }.clear-steps .wide-brand{
    flex-direction: column;
    align-items: flex-start;
    padding: calc(1.5rem * .75);
  }
}
.local-headline{padding:calc(1.5rem * 2.4) 1.89rem;background:var(--line-panel);color:var(--ink-soft)}
.local-headline .service-callout{max-width:min(1660px,60rem);margin:0 auto}
.local-headline .focused-region{max-width:52rem}
.local-headline h2{margin:0;font-size:calc(16.8px * 2.65);line-height:1.08;letter-spacing:0.01em}
.local-headline .service-flow{margin:1.5rem 0 0;font-size:calc(16.8px * 1.125);line-height:1.69;}
.local-headline .focused-surface{margin-top:calc(1.56rem * 1.5);border-top:1px solid #2a3f63}
.local-headline .wide-area{padding:calc(1.5rem * .75) 0;display:grid;grid-template-columns:minmax(12rem,18rem) 1fr;gap:1.56rem;align-items:start}
.local-headline .wide-area + .wide-area{border-top:1px solid #2a3f63}
.local-headline h3{margin:0;font-size:calc(16.8px * 1.35);line-height:1.25;}
.local-headline .wide-area p{margin:0;font-size:16.8px;line-height:1.69;}
.local-headline .wide-area a{text-decoration:underline;text-underline-offset:3px}
.local-headline .wide-area a:hover{}
.local-headline .open-rail{margin:calc(1.56rem * 1.5) 0 0;padding-top:calc(1.5rem * .75);border-top:1px solid #2a3f63;font-size:calc(16.8px * .875);}
@media (max-width:720px){.local-headline .wide-area{grid-template-columns:1fr;gap:calc(1.5rem * .75)}
}
.primary-figure{padding:calc(1.5rem * 2.4) 1.89rem;background:#f2f5fa;color:#141f33}
.primary-figure .text-form{max-width:min(1660px,56rem);margin:0 auto}
.primary-figure h2{margin:0;font-size:calc(16.8px * 2.65);line-height:1.08}
.primary-figure .secondary-note{margin:1.5rem 0 calc(1.56rem * 1.5);font-size:calc(16.8px * 1.125);color:color-mix(in srgb,currentColor 74%,transparent)}
.primary-figure .clear-panel{margin:0 0 1.56rem;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,currentColor 14%,transparent)}
.primary-figure .clear-panel:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}
.primary-figure h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.8px * 1.35);line-height:1.22}
.primary-figure .clear-panel p{margin:0;color:color-mix(in srgb,currentColor 76%,transparent)}
.primary-figure a{color:#1b3a6b;text-decoration:underline;text-underline-offset:2px}
.primary-figure a:hover{color:inherit;}
@media (max-width:640px){.primary-figure h2{font-size:calc(16.8px * 2)}.primary-figure .secondary-note{font-size:16.8px}
}
.secondary-visual{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.89rem;
    background:var(--line-panel);
    color:var(--ink-soft);
  }
.secondary-visual .media-summary{max-width:min(1660px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(1.56rem * 1.5));}
.secondary-visual .focused-region{max-width:44rem;}
.secondary-visual h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(16.8px * 2.65));
    line-height:1.08;
    font-weight:600;
    letter-spacing:0;}
.secondary-visual .simple-quote{margin:clamp(.7rem,1.4vw,1.1rem) 0 0;
    font-size:clamp(.98rem,1.2vw,16.8px);
    line-height:1.7;
    color:var(--tone-light);}
.secondary-visual .simple-region{margin:0;
    border-top:1px solid #2a3f63;
    padding-top:clamp(.9rem,1.8vw,calc(1.56rem * 1.5));}
.secondary-visual .active-flow{display:block;
    width:min(100%,40rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.42rem;}
.secondary-visual .compact-details{display:flex;
    flex-wrap:wrap;
    gap:clamp(.6rem,1.4vw,1.56rem);
    padding-top:clamp(.6rem,1.2vw,1rem);
    border-top:1px solid #2a3f63;}
.secondary-visual .compact-details a{
    display:inline-block;
    padding:.55rem .95rem;
    border:1px solid #2a3f63;
    border-radius:0.29rem;
    background:#1a2f52;
    color:#e8edf5;
    font-size:calc(16.8px * .875);
    text-decoration:none;
    transition:background 350ms var(--ease-base,ease),border-color 350ms var(--ease-base,ease);
  }
.secondary-visual .compact-details a:hover,
  .secondary-visual .compact-details a:focus-visible{
    background:var(--line-muted);
    color:#f2f5fa;
    border-color:var(--line-muted);
  }
@media (max-width:640px){.secondary-visual{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}.secondary-visual .active-flow{aspect-ratio:4/3}
  }
.page-method{--field-base:calc(1.5rem * 1.29);--field-extra-6:calc(1660px / 2.40);padding:calc(1.5rem * 2.4) 1.89rem;background:var(--line-panel);color:var(--ink-soft);}
.page-method .text-contact{max-width:1660px;margin:0 auto;}
.page-method h1,.page-method h2,.page-method h3,.page-method p{margin:0;}
.page-method h1{font-size:calc(16.8px * 2.65);line-height:1.08;}
.page-method p{font-size:16.8px;line-height:1.69;}
.page-method a{color:inherit;text-decoration:none;}
.page-method .simple-group{display:flex;flex-direction:column;gap:calc(1.56rem * 1.5);}
.page-method .focused-region{max-width:var(--field-extra-6);display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.page-method .text-form{color:var(--tone-light);}
.page-method .focused-benefit{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;}
.page-method .strong-form{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:#c9a227;color:#101a2c;transition:background 350ms var(--ease-base);}
.page-method .strong-form:hover{background:#b08d1c;color:#e8edf5;}
.page-method .wide-area{flex:1 1 18rem;color:var(--tone-light);font-size:calc(16.8px * .875);}
.page-method .shell{margin-top:var(--field-base);padding-top:calc(1.5rem * .75);border-top:1px solid #2a3f63;color:var(--tone-light);font-size:calc(16.8px * .875);}
.page-method .shell a{color:#c9a227;border-bottom:1px solid transparent;transition:border-color 350ms var(--ease-base);}
.page-method .shell a:hover{border-bottom-color:#c9a227;}
@media (max-width:640px){.page-method .focused-benefit{flex-direction:column;align-items:flex-start;}
}
.site-story{
  padding: calc(1.5rem * 2.4) 1.89rem;
  background: var(--line-panel);
  color: var(--ink-soft);
}
.site-story .text-contact{max-width: 1660px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.56rem;
  align-items: flex-start;}
.site-story .plain-links{
  flex: 1 1 340px;
  padding: calc(1.5rem * .75);
  border-radius: 0.99rem;
  background: #1a2f52;
  color: #e8edf5;
  border: 1px solid #2a3f63;
}
.site-story .plain-links .text-feature{
  display: inline-block;
  font-size: calc(16.8px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.2rem 0.6rem;
  border-radius: 0.29rem;
  background: #c9a227;
  color: #101a2c;
}
.site-story h2{margin: calc(1.56rem * 1.5) 0 0;
  font-size: calc(16.8px * 2);
  line-height: 1.12;}
.site-story .plain-links p{margin: calc(1.56rem * 1.5) 0 0;
  font-size: 16.8px;}
.site-story .plain-links .wide-area{font-size: calc(16.8px * .875);
  border-left: 2px solid #c9a227;
  padding-left: calc(1.56rem * 1.5);}
.site-story .public-entries{flex: 1 1 420px;
  display: flex;
  flex-direction: column;
  gap: calc(1.56rem * 1.5);}
.site-story .text-items{padding: calc(1.56rem * 1.5) 0;
  border-top: 1px solid #2a3f63;}
.site-story .text-items:first-child{border-top: none;
  padding-top: 0;}
.site-story .text-items strong{display: block;
  font-size: calc(16.8px * 1.35);
  margin-bottom: 0.4rem;}
.site-story .text-items p{margin: 0;
  font-size: 16.8px;
  line-height: 1.69;}
.site-story .text-items a{text-decoration: underline;
  text-underline-offset: 2px;}
.site-story .text-items a:hover{}
@media (max-width: 760px) {.site-story .text-contact{
    flex-direction: column;
  }
}
.steady-intro{padding:calc(1.5rem * 2.4) 1.89rem;background:var(--line-panel);color:var(--ink-soft)}
.steady-intro .text-contact{max-width:1660px;margin:0 auto}
.steady-intro .local-stack{display:flex;flex-wrap:wrap;gap:calc(1.56rem * 1.5);align-items:flex-start}
.steady-intro .text-form{flex:2 1 40rem;min-width:0}
.steady-intro h2{margin:0;font-size:calc(16.8px * 2.65);line-height:1.05}
.steady-intro .text-form p{margin:1.5rem 0 0;max-width:44rem;font-size:calc(16.8px * 1.125);line-height:1.69}
.steady-intro .focused-benefit{flex:1 1 20rem;min-width:0;border-top:1px solid #2a3f63;padding-top:1.5rem}
.steady-intro .focused-benefit p{margin:0;line-height:1.69;}
.steady-intro .focused-benefit > a{display:inline-flex;margin-top:1.5rem;border-radius:0.29rem;background:var(--line-muted);color:#f2f5fa;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:background 350ms var(--ease-base)}
.steady-intro .focused-benefit > a:hover{background:#244a83;color:#e8edf5;}
.steady-intro .items{list-style:none;margin:calc(1.56rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.steady-intro .items a{text-decoration:none;border-bottom:1px solid transparent;transition:border-color 350ms var(--ease-base)}
.steady-intro .items a:hover{border-bottom-color:#c9a227}
@media(max-width:680px){.steady-intro .local-stack{display:block}.steady-intro .focused-benefit{margin-top:calc(1.56rem * 1.5)}.steady-intro h2{font-size:calc(16.8px * 2)}}
