:root {
  --paint-secondary: #e8721c;
  --ink-dark: #2a333d;
  --speed-soft: cubic-bezier(0.2,0.8,0.2,1);
  --surface-strong: #d3dae1;
  --line-secondary: #1a222b;
  --surface-warm: #ffffff;
  --ink-panel: #1f3a5f;
}
body{margin:0;padding:0;font-family:"Merriweather", sans-serif;}
*{box-sizing:border-box;}
.focused-brand {
    width: 100%;
    background: #f5f7f9;
    color: #1a222b;
    border-bottom: 1px solid var(--surface-strong);
  }
.active-callout {
    max-width: 1280px;
    margin: 0 auto;
    padding: calc(1.26rem * 1.5) 2.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(1.26rem * 1.5);
    position: relative;
  }
.quiet-block {
    display: flex;
    justify-content: center;
    width: 100%;
  }
.site-nav {
    font-size: calc(18.9px * 1.35);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: inherit;
    line-height: 1.1;
  }
.site-nav:hover {
    color: #e8721c;
  }
.fresh-brand {
    width: 100%;
    border-top: 1px solid var(--surface-strong);
    padding-top: calc(1.26rem * 1.5);
  }
.fresh-brand ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.26rem;
  }
.fresh-brand a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    font-size: calc(18.9px * .875);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.35rem 0.25rem;
    border-bottom: 1px solid transparent;
    transition: color 490ms var(--speed-soft),
                border-color 490ms var(--speed-soft);
  }
.fresh-brand a:hover {
    color: #e8721c;
    border-bottom-color: #e8721c;
  }
.nav-toggle {
    display: none;
    position: absolute;
    top: calc(1.26rem * 1.5);
    right: 2.7rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    background: #e7ebef;
    color: var(--ink-dark);
    border: 1px solid var(--surface-strong);
    border-radius: 0.31rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
  }
.nav-toggle-bar {
    display: block;
    width: 1.15rem;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
  }
@media (max-width: 767px) {
    .active-callout {
      align-items: flex-start;
      padding-right: calc(2.7rem + 3rem);
    }

    .quiet-block {
      justify-content: flex-start;
    }

    .nav-toggle {
      display: flex;
    }

    .fresh-brand {
      display: none;
      width: 100%;
      border-top: 1px solid var(--surface-strong);
      padding-top: calc(1.26rem * 1.5);
    }

    .fresh-brand.is-open {
      display: block;
    }

    .fresh-brand ul {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.25rem;
    }

    .fresh-brand a {
      width: 100%;
      padding: 0.6rem 0;
      border-bottom: 1px solid var(--surface-strong);
    }
  }
.focused-content{font-family:"Merriweather", sans-serif;font-size:calc(18.9px * .875);line-height:1.81;width:100%;padding:0;box-shadow:none;background:#16283f;color:#f4f7fa;}
.focused-content .featured-surface{max-width:1280px;margin:0 auto;padding:calc(1.5rem * 2.4) 2.7rem;display:flex;flex-direction:column;gap:calc(1.26rem * 1.5)}
.focused-content .bottom-copy{display:grid;grid-template-columns:1.2fr 2.4fr 1.4fr;gap:1.26rem;align-items:start}
.focused-content .service-area{display:flex;flex-direction:column;gap:calc(1.5rem * .75);max-width:34ch}
.focused-content .main-visual{margin:0;font-size:calc(18.9px * 1.125);font-weight:700;letter-spacing:0.01em}
.focused-content .quiet-shell{margin:0;font-size:calc(18.9px * .875);opacity:0.82}
.focused-content .secondary-story{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:1.26rem}
.focused-content .plan{display:flex;flex-direction:column;gap:calc(1.5rem * .75);min-width:0}
.focused-content .direct-figure{margin:0;font-size:18.9px;font-weight:600;letter-spacing:0.02em;text-transform:uppercase;opacity:0.9}
.focused-content .focused-rail{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.focused-content .focused-rail li{margin:0;padding:0}
.focused-content .focused-rail a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 490ms var(--speed-soft), opacity 490ms var(--speed-soft)}
.focused-content .focused-rail a:hover,
  .focused-content .focused-rail a:focus-visible{border-bottom-color:currentColor;opacity:0.9;color:inherit}
.focused-content .contact-visual{display:flex;flex-direction:column;gap:calc(1.5rem * .75);min-width:0}
.focused-content .secondary-brand{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.focused-content .secondary-brand li{display:flex;flex-direction:column;gap:0.25rem;margin:0;padding:0}
.focused-content .service-media{font-size:calc(18.9px * .875);text-transform:uppercase;letter-spacing:0.04em;opacity:0.7}
.focused-content .service-figure{font-size:calc(18.9px * .875);color:inherit;text-decoration:none;word-break:break-word}
.focused-content a.footer-value{border-bottom:1px solid transparent;transition:border-color 490ms var(--speed-soft);color:inherit}
.focused-content a.footer-value:hover,
  .focused-content a.footer-value:focus-visible{border-bottom-color:currentColor;color:inherit}
.focused-content .team-service{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(1.26rem * 1.5);border-top:1px solid currentColor;border-top-color:rgba(255, 255, 255, 0.18)}
.focused-content .team-view{margin:0;font-size:calc(18.9px * .875);line-height:1.81;opacity:0.85;max-width:90ch}
.focused-content .team-view a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.focused-content .team-view a:hover,
  .focused-content .team-view a:focus-visible{opacity:0.85;color:inherit}
.focused-content .contact-frame{margin:0;font-size:calc(18.9px * .875);opacity:0.7}
@media (max-width: 960px) {.focused-content .bottom-copy{grid-template-columns:1fr 1fr}.focused-content .contact-visual{grid-column:1 / -1}
  }
@media (max-width: 640px) {.focused-content .featured-surface{padding:calc(1.5rem * 2.4) 2.7rem}.focused-content .bottom-copy{grid-template-columns:1fr}.focused-content .secondary-story{grid-template-columns:1fr 1fr}
  }
@media (max-width: 420px) {.focused-content .secondary-story{grid-template-columns:1fr}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:2.7rem;right:2.7rem;bottom:1.5rem;z-index:1200;}
.cookies .quiet-callout{max-width:1280px;margin:0 auto;background:var(--surface-warm);border:1px solid var(--surface-strong);border-radius:0.83rem;box-shadow:0 8px 22px rgba(0,0,0,0.17);padding:calc(1.5rem * .9) 2.7rem;display:grid;grid-template-columns:1fr auto;gap:12px 1.26rem;align-items:center;color:var(--line-secondary);}
.cookies .bottom-figure{font-weight:700;}
.cookies p{margin:0;grid-column:1 / 2;}
.cookies .simple-proof{grid-row:1 / 3;grid-column:2 / 3;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;}
.cookies .simple-proof button{border:1px solid var(--surface-strong);background:#e7ebef;color:var(--ink-dark);border-radius:0.31rem;padding:8px 12px;cursor:pointer;}
.cookies .simple-proof button.cookie-accept{background:var(--paint-secondary);color:#1a1207;border-color:transparent;font-weight:700;}
@media (max-width: 760px){.cookies .quiet-callout{grid-template-columns:1fr;}
        .cookies p,.cookies .simple-proof{grid-column:auto;grid-row:auto;}
        .cookies .simple-proof{justify-content:flex-start;}
    }
.clear-content{
    padding: clamp(4rem, 9vw, 7rem) 2.7rem;
    background: radial-gradient(circle at 100% 0, color-mix(in srgb, currentColor 16%, transparent), transparent 28%), linear-gradient(135deg, #16283f 0%, #1f3a5f 55%, #2c4f7c 100%);
    color: #f4f7fa;
    overflow: hidden;
}
.clear-content .steady-service{max-width: 1280px;
    margin: 0 auto;
    background-image: linear-gradient(rgba(17, 24, 39, .84), rgba(17, 24, 39, .28)), url('https://images.pexels.com/photos/7534271/pexels-photo-7534271.jpeg?auto=compress&cs=tinysrgb&w=800');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 1.23rem;
    overflow: hidden;}
.clear-content .public-nav{
    padding: clamp(1.4rem, 3vw, 2.4rem);
    border-radius: 1.23rem;
    background: rgba(17, 24, 39, .32);
    border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
}
.clear-content .public-nav h1{margin: 0;
    font-size: clamp(2.2rem, 4.6vw, 4.2rem);
    line-height: 1.05;}
.clear-content .public-nav span{display: block;
    margin-top: 1.1rem;
    font-size: calc(18.9px * 1.125);
    line-height: 1.81;}
.clear-content .public-nav .narrow-copy{margin: 1.3rem 0 0;
    font-size: calc(18.9px * .875);
    line-height: 1.81;
    opacity: .88;}
.clear-content .primary-visual{margin-top: 1.4rem;
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;}
.clear-content .primary-visual a{
    display: inline-flex;
    min-height: 2.85rem;
    align-items: center;
    justify-content: center;
    padding: 0 1.1rem;
    border-radius: 0.48rem;
    text-decoration: none;
    color: #f4f7fa;
    background: color-mix(in srgb, currentColor 12%, transparent);
    border: 1px solid color-mix(in srgb, currentColor 22%, transparent);
    transition: background 490ms var(--speed-soft);
}
.clear-content .primary-visual a:first-child{
    background: var(--paint-secondary);
    color: #1a1207;
    border-color: #c95c10;
}
.clear-content .primary-visual a:first-child:hover{
    background: #c95c10;color:var(--line-secondary);}
.clear-content .primary-visual a:not(:first-child):hover{
    background: color-mix(in srgb, currentColor 22%, transparent);
}
.clear-content .soft-view{margin-top: 1.6rem;
    padding-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.1rem;
    border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);}
.clear-content .soft-view a{font-size: calc(18.9px * .875);
    color: #f4f7fa;
    text-decoration: none;
    border-bottom: 1px solid color-mix(in srgb, currentColor 40%, transparent);
    padding-bottom: 2px;
    transition: border-color 490ms var(--speed-soft);}
.clear-content .soft-view a:hover{border-color: var(--paint-secondary);}
@media (max-width: 640px) {.clear-content .primary-visual a{
        flex: 1 1 auto;
    }
}
.service-visual{position:relative;overflow:hidden;isolation:isolate;}
.service-visual>*{position:relative;z-index:1;}
.service-visual::after{content:"";position:absolute;top:12%;bottom:12%;left:calc(2 * 8%);width:1px;background:linear-gradient(180deg,transparent,color-mix(in srgb,currentColor 28%,transparent),transparent);opacity:.45;animation:wpAccentGlint calc(18s + (2 * 5s)) ease-in-out infinite alternate;pointer-events:none;}
@keyframes wpAccentGlint{from{transform:translateX(0);opacity:.24;}to{transform:translateX(calc(2 * 2rem));opacity:.55;}}
@media (prefers-reduced-motion: reduce){.service-visual::before,.service-visual::after{animation:none!important;}}
.shell{--field-public:calc(1.5rem * 0.92);--state-content:calc(1280px / 2.9);padding:calc(1.5rem * 2.4) 2.7rem;background:#f5f7f9;color:#1a222b;}
.shell .quiet-callout{max-width:1280px;margin:0 auto;}
.shell h2,.shell h3,.shell p{margin:0;}
.shell h2{font-size:calc(18.9px * 2);line-height:1.14;}
.shell h3{font-size:calc(18.9px * 1.35);line-height:1.22;}
.shell p{font-size:18.9px;line-height:1.81;}
.shell .simple-visual{margin-top:1.5rem;color:var(--ink-dark);}
.shell .narrow-content{display:flex;align-items:flex-start;gap:calc(1.26rem * 1.4);}
.shell .narrow-content>.public-nav{flex:1 1 calc(1280px / 3.1);min-width:0;}
.shell .narrow-content>.team-footer{flex:2 1 calc(1280px / 2);min-width:0;}
.shell .team-footer{display:flex;flex-direction:column;gap:var(--field-public);border-left:2px solid var(--surface-strong);padding-left:calc(2.7rem * 0.9);}
.shell .team-unit{min-width:0;position:relative;}
.shell .team-unit::before{content:"";position:absolute;left:calc(2.7rem * -0.9 - 6px);top:0.55em;width:10px;height:10px;border-radius:50%;background:var(--paint-secondary);color:#1a1207;}
.shell .team-unit p{margin-top:calc(1.5rem / 3.2);color:var(--ink-dark);}
@media(max-width:760px){.shell .narrow-content{flex-direction:column;}.shell .narrow-content>.team-footer{margin-top:var(--field-public);border-left:none;padding-left:0;}.shell .team-unit::before{display:none;}
}
.primary-actions{--field-public:calc(1.5rem * 1.32);--state-content:calc(1280px / 2.45);padding:calc(1.5rem * 2.4) 2.7rem;background:var(--ink-panel);color:#f4f7fa;}
.primary-actions .quiet-callout{max-width:1280px;margin:0 auto;}
.primary-actions h1,.primary-actions h2,.primary-actions h3,.primary-actions p{margin:0;}
.primary-actions h1{font-size:calc(18.9px * 2.65);line-height:1.08;}
.primary-actions h2{font-size:calc(18.9px * 2);line-height:1.12;}
.primary-actions h3{font-size:calc(18.9px * 1.35);line-height:1.2;}
.primary-actions p{font-size:18.9px;line-height:1.81;color:color-mix(in srgb, currentColor 74%, transparent);}
.primary-actions a{color:inherit;text-decoration:none;}
.primary-actions .top-callout{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.31rem;background:#f4f7fa;color:var(--ink-panel);}
.primary-actions .narrow-copy{font-size:calc(18.9px * .875);letter-spacing:0.08em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.primary-actions .simple-visual{font-size:calc(18.9px * 1.125);color:color-mix(in srgb, currentColor 86%, transparent);}
.primary-actions .public-nav{color:color-mix(in srgb, currentColor 70%, transparent);}
.primary-actions .soft-view{font-size:calc(18.9px * .875);color:color-mix(in srgb, currentColor 66%, transparent);}
.primary-actions .soft-view a{text-decoration:underline;text-underline-offset:0.18em;}
.primary-actions .soft-view a:hover{}
.primary-actions .simple-unit>h2,.primary-actions .simple-unit>p,.primary-actions .simple-unit>.top-callout{margin-top:1.5rem;}
.primary-actions .simple-unit>.narrow-copy{margin-top:0;}
.primary-actions .simple-unit>.soft-view{margin-top:var(--field-public);}
.content-media{--field-public:calc(1.5rem * 1.25);padding:calc(1.5rem * 2.4) 2.7rem;background:#f5f7f9;color:#1a222b;}
.content-media .quiet-callout{max-width:1280px;margin:0 auto;}
.content-media h1,.content-media h2,.content-media h3,.content-media p{margin:0;}
.content-media h2{font-size:calc(18.9px * 2);line-height:1.14;}
.content-media h3{font-size:calc(18.9px * 1.35);line-height:1.22;}
.content-media p{font-size:18.9px;line-height:1.81;}
.content-media a{color:#1f3a5f;text-decoration:none;border-bottom:1px solid #1f3a5f;}
.content-media a:hover{color:inherit;border-bottom-color:#e8721c;}
.content-media .bottom-stack{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.26rem;}
.content-media .public-nav{flex:1 1 60%;min-width:0;}
.content-media .public-nav .simple-visual{margin-top:calc(1.26rem * 1.5);color:var(--ink-dark);}
.content-media .top-callout{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.31rem;background:var(--ink-panel);color:#f4f7fa;border-bottom:none;font-size:calc(18.9px * .875);}
.content-media .top-callout:hover{background:#162c49;color:#f4f7fa;}
.content-media .strong-steps{flex:1 1 100%;display:flex;flex-direction:column;gap:var(--field-public);margin-top:calc(1.26rem * 1.5);}
.content-media .team-unit{padding:calc(1.5rem * .75) 1.5rem;border-radius:0.48rem;background:var(--surface-warm);color:var(--line-secondary);border:1px solid var(--surface-strong);}
.content-media .team-unit p{margin-top:calc(1.5rem / 3);color:var(--ink-dark);}
.content-media .narrow-copy{flex:1 1 100%;margin-top:calc(1.26rem * 1.5);font-size:calc(18.9px * .875);color:var(--ink-dark);}
@media (max-width:720px){.content-media .public-nav{flex:1 1 100%;}.content-media .top-callout{width:100%;}
}
.active-details{padding:calc(1.5rem * 2.4) 2.7rem;background:linear-gradient(135deg, #16283f 0%, #1f3a5f 55%, #2c4f7c 100%);color:#f4f7fa}
.active-details .quiet-callout{max-width:1280px;margin:0 auto}
.active-details .strong-nav{margin-bottom:calc(1.26rem * 1.5)}
.active-details h2{margin:0;font-size:calc(18.9px * 2.65);line-height:1.05}
.active-details .strong-nav p{margin:1.5rem 0 0;font-size:calc(18.9px * 1.125);line-height:1.81}
.active-details .featured-flow{display:flex;flex-direction:column;gap:1.5rem}
.active-details .public-list{padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(244,247,250,0.18)}
.active-details .public-list strong{display:block;font-size:calc(18.9px * 1.35);line-height:1.15}
.active-details .public-list p{margin:calc(1.5rem * .75) 0 0;line-height:1.81;font-size:18.9px}
.active-details .soft-view{margin-top:calc(1.26rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid rgba(244,247,250,0.18)}
.active-details .soft-view p{margin:0;font-size:18.9px;line-height:1.81}
.active-details .soft-view a{color:#f4f7fa;text-decoration:underline;text-underline-offset:3px}
.active-details .soft-view a:hover{}
@media(min-width:820px){.active-details .featured-flow{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 2.7rem}.active-details .public-list{padding:calc(1.5rem * .75) 0 0}
}
@media(max-width:520px){.active-details h2{font-size:calc(18.9px * 2)}.active-details .strong-nav p{font-size:18.9px}
}
.main-callout{
        padding:calc(calc(1.5rem * 2.4) * .8) 2.7rem;
        background:#f5f7f9;
        color:#1a222b;
        border-bottom:1px solid var(--surface-strong);
    }
.compact-media{
        max-width:1280px;
        margin:0 auto;
        display:flex;
        align-items:flex-end;
        gap:1.26rem;
    }
.focused-figure{
        flex:1 1 auto;
        padding:clamp(1rem,2.5vw,1.75rem) 0;
    }
.main-callout h1{margin:0;
        font-size:clamp(1.9rem,4.6vw,3.4rem);
        line-height:1.1;
        font-weight:700;
        letter-spacing:-0.01em;}
.main-callout p{margin:clamp(.85rem,1.8vw,1.15rem) 0 0;
        font-size:18.9px;
        line-height:1.75;
        color:var(--ink-dark);}
@media (max-width:720px){.compact-media{display:block;}.focused-figure{padding:.4rem 0;}.main-callout h1{font-size:clamp(1.75rem,8.5vw,2.6rem);}
    }
.top-panel{
    background:#f5f7f9;
    color:#1a222b;
    padding:calc(1.5rem * 2.4) 2.7rem;
}
.top-panel .c{max-width:1280px;
    margin:0 auto;}
.top-panel .h{margin-bottom:calc(1.26rem * 1.5);}
.top-panel h1{font-size:calc(18.9px * 2.65);
    line-height:1.15;
    margin:0 0 0.6rem;}
.top-panel .h p{font-size:calc(18.9px * 1.125);
    margin:0;}
.top-panel .bottom-unit{display:flex;
    flex-wrap:wrap;
    gap:0.5rem;
    margin-bottom:calc(1.26rem * 1.5);}
.top-panel .top-group{
    padding:0.4rem 0.9rem;
    border-radius:0.48rem;
    background:#e7ebef;
    color:var(--ink-dark);
    text-decoration:none;
    font-size:calc(18.9px * .875);
    transition:background 490ms var(--speed-soft), color 490ms var(--speed-soft);
}
.top-panel .top-group:hover{
    background:var(--ink-panel);
    color:#f4f7fa;
}
.top-panel .team-footer{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.top-panel .team-unit{
    background:var(--surface-warm);
    color:var(--line-secondary);
    border:1px solid var(--surface-strong);
    border-radius:0.83rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 4px rgba(0,0,0,0.13);
    transition:box-shadow 490ms var(--speed-soft), transform 490ms var(--speed-soft);
}
.top-panel .team-unit:hover{box-shadow:0 8px 22px rgba(0,0,0,0.17);
    transform:translateY(-2px);}
.top-panel .text-frame{display:flex;
    flex-wrap:wrap;
    gap:0.4rem 1rem;
    font-size:calc(18.9px * .875);
    margin-bottom:0.85rem;}
.top-panel .primary-story{display:flex;
    flex-wrap:wrap;
    gap:1.26rem;
    align-items:flex-start;}
.top-panel .secondary-panel{margin:0;
    flex:0 0 220px;
    max-width:100%;}
.top-panel .secondary-panel img{display:block;
    width:100%;
    height:auto;
    border-radius:0.48rem;
    object-fit:cover;}
.top-panel .public-nav{flex:1 1 320px;
    min-width:0;}
.top-panel h3{margin:0 0 0.5rem;
    font-size:calc(18.9px * 1.35);
    line-height:1.25;}
.top-panel h3 a{color:inherit;
    text-decoration:none;}
.top-panel h3 a:hover{}
.top-panel .public-nav p{margin:0 0 0.75rem;}
.top-panel .soft-view{display:inline-block;
    font-size:calc(18.9px * .875);
    text-decoration:none;
    border-bottom:1px solid currentColor;
    padding-bottom:1px;}
.top-panel .soft-view:hover{}
.top-panel .narrow-copy{margin-top:calc(1.26rem * 1.5);
    font-size:calc(18.9px * .875);}
.top-panel .narrow-copy a{}
.top-panel .narrow-copy a:hover{}
@media (max-width:640px){.top-panel .secondary-panel{
        flex:1 1 100%;
    }
}
.featured-media{
  background:#f5f7f9;
  color:#1a222b;
  padding:calc(1.5rem * 2.4) 2.7rem;
}
.featured-media .quiet-callout{max-width:1280px;
  margin:0 auto;}
.featured-media .strong-nav{display:flex;
  flex-wrap:wrap;
  gap:calc(1.26rem * 1.5);
  align-items:flex-start;}
.featured-media h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(18.9px * 2);
  line-height:1.12;}
.featured-media .strong-nav p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:var(--ink-dark);
  line-height:1.81;}
.featured-media .offer-links{margin-top:calc(1.26rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.26rem;}
.featured-media .offer-links a{
  flex:1 1 17rem;
  min-width:0;
  display:block;
  color:var(--line-secondary);
  background:var(--surface-warm);
  border:1px solid var(--surface-strong);
  border-radius:0.48rem;
  padding:calc(1.5rem * .75);
  text-decoration:none;
  transition:border-color 490ms var(--speed-soft), box-shadow 490ms var(--speed-soft);
}
.featured-media .offer-links a:hover{border-color:var(--paint-secondary);
  box-shadow:0 1px 4px rgba(0,0,0,0.13);}
.featured-media .offer-links strong,
.featured-media .offer-links span{display:block;}
.featured-media .offer-links strong{font-size:18.9px;}
.featured-media .offer-links span{margin-top:.4rem;
  color:var(--ink-dark);
  font-size:calc(18.9px * .875);
  line-height:1.81;}
.featured-media .narrow-copy{margin:calc(1.26rem * 1.5) 0 0;
  padding-left:1.5rem;
  border-left:3px solid var(--paint-secondary);
  color:var(--ink-dark);
  line-height:1.81;}
.featured-media .active-nav{margin-top:calc(1.26rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.26rem;}
.featured-media .active-nav a{color:#1f3a5f;
  text-decoration:none;
  border-bottom:1px solid var(--surface-strong);
  padding-bottom:.15rem;}
.featured-media .active-nav a:hover{color:inherit;
  border-color:#e8721c;}
@media (max-width:680px){.featured-media .strong-nav{display:block}.featured-media .strong-nav p{margin-top:1.5rem}.featured-media .offer-links{display:block}.featured-media .offer-links a{margin-top:1.26rem}
}
.site-intro{
  padding: calc(1.5rem * 2.4) 2.7rem;
  background: var(--paint-secondary);
  color: #1a1207;
}
.site-intro .area{
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 1.23rem;
  overflow: hidden;
  background: #f5f7f9;
  color: #1a222b;
  box-shadow: 0 20px 44px rgba(0,0,0,0.21);
}
.site-intro .direct-group{display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.26rem * 1.5);
  border-bottom: 1px solid var(--surface-strong);}
.site-intro .direct-group span{font-size: calc(18.9px * .875);
  letter-spacing: 0.02em;}
.site-intro a{text-decoration: none;}
.site-intro .direct-group a{font-size: calc(18.9px * .875);
  border-bottom: 1px solid var(--ink-panel);
  padding-bottom: 2px;}
.site-intro .direct-group a:hover{border-bottom-color: #e8721c;}
.site-intro .primary-story{display: flex;
  flex-wrap: wrap;
  gap: 1.26rem;
  padding: calc(1.26rem * 1.5);}
.site-intro .simple-visual{flex: 1 1 22rem;
  min-width: 0;}
.site-intro h2{margin: 0;
  font-size: calc(18.9px * 2);
  line-height: 1.1;}
.site-intro .simple-visual p{margin: calc(1.5rem * .75) 0 0;
  font-size: 18.9px;
  line-height: 1.81;}
.site-intro .featured-copy{flex: 1 1 26rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.site-intro .featured-copy a{
  display: block;
  padding: calc(1.5rem * .75);
  border: 1px solid var(--surface-strong);
  border-left: 3px solid var(--paint-secondary);
  border-radius: 0.48rem;
  background: var(--surface-warm);
  color: var(--line-secondary);
  transition: border-color 490ms var(--speed-soft), box-shadow 490ms var(--speed-soft);
}
.site-intro .featured-copy a:hover{border-left-color: var(--ink-panel);
  box-shadow: 0 1px 4px rgba(0,0,0,0.13);}
.site-intro .featured-copy span{display: block;
  font-size: calc(18.9px * .875);
  text-transform: uppercase;
  letter-spacing: 0.04em;}
.site-intro .featured-copy strong{display: block;
  margin: calc(calc(1.5rem * .75) * .4) 0;
  font-size: calc(18.9px * 1.125);
  line-height: 1.25;}
.site-intro .featured-copy small{display: block;
  font-size: calc(18.9px * .875);
  line-height: 1.81;}
@media (max-width: 780px) {.site-intro .primary-story{
    padding: calc(1.5rem * .75);
  }.site-intro .direct-group{
    flex-direction: column;
    align-items: flex-start;
  }
}
.bottom-fields{--field-public:calc(1.5rem * 1.42);--font-strong:calc(1280px / 3.55);padding:calc(1.5rem * 2.4) 2.7rem;background:#f5f7f9;color:#1a222b;}
.bottom-fields .quiet-callout{max-width:1280px;margin:0 auto;}
.bottom-fields h2,.bottom-fields h3,.bottom-fields p{margin:0;}
.bottom-fields h2{font-size:calc(18.9px * 2);line-height:1.12;}
.bottom-fields h3{font-size:calc(18.9px * 1.35);line-height:1.2;}
.bottom-fields p{font-size:18.9px;line-height:1.81;color:var(--ink-dark);}
.bottom-fields a{color:#1f3a5f;text-decoration:none;font-size:calc(18.9px * .875);border-bottom:1px solid var(--surface-strong);padding-bottom:2px;transition:color 490ms var(--speed-soft),border-color 490ms var(--speed-soft);}
.bottom-fields a:hover{color:inherit;border-color:#e8721c;}
.bottom-fields img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.bottom-fields .simple-visual{margin-top:1.5rem;}
.bottom-fields .narrow-copy{margin-top:calc(1.26rem * 1.5);font-size:calc(18.9px * .875);}
.bottom-fields .team-footer{display:flex;flex-direction:column;gap:var(--field-public);}
.bottom-fields .team-unit{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid var(--surface-strong);}
.bottom-fields .team-unit p,.bottom-fields .team-unit a{margin-top:calc(1.5rem / 3);}
.bottom-fields .public-header{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.26rem;}
.bottom-fields .public-header>.public-nav{flex:1 1 calc(1280px / 3);min-width:0;}
.bottom-fields .public-header>.team-footer{flex:2 1 calc(1280px / 2);}
.bottom-fields .public-header>img{margin-left:auto;max-width:var(--font-strong);}
@media (max-width:720px){.bottom-fields .public-header>img{margin-left:0;max-width:100%;}
}
.featured-shell{
        padding:calc(calc(1.5rem * 2.4) * .75) 2.7rem;
        background:#e7ebef;
        color:var(--ink-dark);
    }
.compact-media{
        max-width:1280px;
        margin:0 auto;
        border-left:3px solid var(--paint-secondary);
        padding-left:clamp(1rem,2.4vw,1.8rem);
    }
.focused-figure{
        padding:clamp(1rem,2.6vw,1.8rem) 0;
    }
.featured-shell h1{margin:0;
        font-size:clamp(2rem,5vw,4rem);
        line-height:1.06;
        font-weight:730;
        letter-spacing:-0.01em;}
.featured-shell p{margin:clamp(.85rem,1.8vw,1.2rem) 0 0;
        font-size:clamp(1rem,1.5vw,1.14rem);
        line-height:1.72;
        color:var(--ink-dark);
        opacity:.88;}
@media (max-width:680px){.compact-media{padding-left:.9rem;border-left-width:2px;}.focused-figure{padding:.4rem 0;}.featured-shell h1{font-size:clamp(1.9rem,9.5vw,3.1rem);}
    }
.wide-surface{padding:calc(1.5rem * 2.4) 2.7rem;background:linear-gradient(135deg, #16283f 0%, #1f3a5f 55%, #2c4f7c 100%);color:#f4f7fa}
.wide-surface .quiet-callout{max-width:1280px;margin:0 auto}
.wide-surface .narrow-contact{margin-bottom:calc(1.26rem * 1.5)}
.wide-surface h2{margin:0;font-size:calc(18.9px * 2.65);line-height:1.05}
.wide-surface .narrow-contact p{margin:1.5rem 0 0;font-size:calc(18.9px * 1.125);line-height:1.81}
.wide-surface .contact-group{display:flex;align-items:flex-start;gap:calc(1.26rem * 1.5);flex-wrap:wrap}
.wide-surface .strong-steps{flex:1 1 16rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);border-left:2px solid var(--paint-secondary);padding-left:calc(1.5rem * .75)}
.wide-surface button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 490ms var(--speed-soft),transform 490ms var(--speed-soft)}
.wide-surface button:hover,.wide-surface button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.3))}
.wide-surface .public-inner{flex:2 1 30rem;align-self:start}
.wide-surface [data-response]{display:none}
.wide-surface [data-response].is-active{display:block;animation:clarifyFocusIn calc(490ms*1.8) var(--speed-soft) both}
.wide-surface h3{margin:0;font-size:calc(18.9px * 2);line-height:1.1}
.wide-surface [data-response] p{margin:1.5rem 0 0;font-size:calc(18.9px * 1.125);line-height:1.81}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.26rem * 2)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.wide-surface .contact-group{display:block}.wide-surface .strong-steps{margin-bottom:calc(1.26rem * 1.5);border-left:0;padding-left:0;border-top:2px solid var(--paint-secondary);padding-top:calc(1.5rem * .75)}}
@media(prefers-reduced-motion:reduce){.wide-surface [data-response].is-active{animation:none}}
.bottom-items{
  background: #f5f7f9;
  color: #1a222b;
  padding: calc(1.5rem * 2.4) 2.7rem;
}
.bottom-items .quiet-callout{width: min(100%, 1280px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.26rem * 1.5);}
.bottom-items h2,
.bottom-items h3,
.bottom-items p{margin: 0;}
.bottom-items h2{font-size: calc(18.9px * 2);
  line-height: 1.12;}
.bottom-items h3{font-size: calc(18.9px * 1.35);
  line-height: 1.18;}
.bottom-items p{font-size: 18.9px;
  line-height: 1.81;}
.bottom-items .active-panel{
  display: grid;
  gap: 1.5rem;
  padding: calc(1.26rem * 1.5);
  border-radius: 1.23rem;
  background: var(--surface-warm);
  color: var(--line-secondary);
  border: 1px solid var(--surface-strong);
  box-shadow: 0 1px 4px rgba(0,0,0,0.13);
}
.bottom-items .active-panel .narrow-copy{font-size: calc(18.9px * .875);
  color: var(--ink-dark);}
.bottom-items .active-visual{display: grid;
  gap: 1.26rem;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));}
.bottom-items .plain-intro{
  display: grid;
  gap: 0.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.83rem;
  border: 1px solid var(--surface-strong);
  background: var(--surface-warm);
  color: var(--line-secondary);
  text-decoration: none;
  transition: border-color 490ms var(--speed-soft),
              box-shadow 490ms var(--speed-soft);
}
.bottom-items .plain-intro:hover{border-color: var(--ink-panel);
  box-shadow: 0 8px 22px rgba(0,0,0,0.17);}
.bottom-items .plain-intro b{font-size: calc(18.9px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;color:inherit;}
.bottom-items .secondary-group{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.26rem;
  padding: 1.5rem;
  border-radius: 0.83rem;
  background: #16283f;
  color: #f4f7fa;
}
.bottom-items .secondary-group p{flex: 1 1 22rem;}
.bottom-items .secondary-group a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: 18.9px;}
.bottom-items .secondary-group a:hover{color:inherit;
  border-color: var(--paint-secondary);}
@media (max-width: 720px) {.bottom-items .secondary-group{
    flex-direction: column;
    align-items: flex-start;
  }
}
.primary-fields{
  background: #f5f7f9;
  color: #1a222b;
  padding: calc(1.5rem * 2.4) 2.7rem;
}
.primary-fields .quiet-callout{width: min(100%, 1280px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.26rem;
  align-items: stretch;}
.primary-fields .public-nav{display: flex;
  flex-direction: column;
  gap: calc(1.26rem * 1.5);
  flex: 1 1 34rem;
  min-width: 0;}
.primary-fields .page-contact{display: block;
  width: 100%;
  height: 100%;
  min-height: 34rem;
  object-fit: cover;
  border-radius: 0.83rem;
  flex: 1 1 22rem;
  min-width: 0;}
.primary-fields h2,
.primary-fields p{margin: 0;}
.primary-fields h2{font-size: calc(18.9px * 2);
  line-height: 1.1;}
.primary-fields .public-nav > p{font-size: calc(18.9px * 1.125);
  line-height: 1.81;}
.primary-fields .visual-benefit{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-top: calc(1.26rem * 1.5);}
.primary-fields .visual-benefit div{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.48rem;
  background: var(--surface-warm);
  color: var(--line-secondary);
  border: 1px solid var(--surface-strong);
}
.primary-fields strong{font-size: calc(18.9px * 1.35);
  line-height: 1.16;
  flex: 1 1 12rem;
  min-width: 0;}
.primary-fields span{line-height: 1.81;
  flex: 1 1 20rem;
  min-width: 0;}
@media (max-width: 860px) {.primary-fields .page-contact{ min-height: 20rem; }
}
.open-tile{--field-public:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 2.7rem;background:#e7ebef;color:var(--ink-dark);}
.open-tile .quiet-callout{max-width:1280px;margin:0 auto;}
.open-tile h1,.open-tile h2,.open-tile h3,.open-tile p{margin:0;}
.open-tile h2{font-size:calc(18.9px * 2);line-height:1.14;}
.open-tile h3{font-size:calc(18.9px * 1.35);line-height:1.22;}
.open-tile p{font-size:18.9px;line-height:1.81;}
.open-tile a{color:inherit;text-decoration:none;}
.open-tile .narrow-copy{font-size:calc(18.9px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.72;margin-bottom:calc(1.5rem / 3);}
.open-tile .simple-visual{margin-top:calc(1.5rem / 2);}
.open-tile .top-callout{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.7) 1.5rem;border-radius:0.31rem;background:var(--ink-panel);color:#f4f7fa;font-size:calc(18.9px * .875);transition:background 490ms var(--speed-soft);}
.open-tile .top-callout:hover{background:#162c49;color:var(--line-secondary);}
.open-tile .team-footer{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.26rem;margin-top:var(--field-public);}
.open-tile .team-unit{flex:1 1 calc(1280px / 4.4);min-width:0;padding-top:calc(1.5rem / 2.4);border-top:1px solid var(--surface-strong);}
.open-tile .team-unit p{margin-top:calc(1.5rem / 3);}
.open-tile .bottom-stack{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.26rem;}
.open-tile .bottom-stack>.public-nav{flex:1 1 60%;min-width:0;}
.open-tile .bottom-stack>.top-callout{flex:0 0 auto;margin-left:auto;}
.open-tile .bottom-stack>.team-footer{flex:1 1 100%;}
@media (max-width:720px){.open-tile .bottom-stack>.top-callout{margin-left:0;}.open-tile .team-unit{flex:1 1 100%;}
}
.visual-track{
        padding:calc(calc(1.5rem * 2.4) * .75) 2.7rem;
        background:#f5f7f9;
        color:#1a222b;
    }
.compact-media{
        max-width:1280px;
        margin:0 auto;
    }
.focused-figure{
        padding:clamp(1.2rem,3.2vw,2.1rem) 0;
        border-left:3px solid var(--paint-secondary);
        padding-left:clamp(1rem,2.6vw,1.8rem);
    }
.visual-track h1{margin:0;
        font-size:clamp(1.95rem,4.8vw,3.6rem);
        line-height:1.1;
        font-weight:700;
        letter-spacing:-0.01em;}
.visual-track p{margin:clamp(1rem,2.2vw,1.4rem) 0 0;
        font-size:18.9px;
        line-height:1.78;}
@media (max-width:680px){.focused-figure{
            padding:.6rem 0 .6rem 1rem;
            border-left-width:2px;
        }.visual-track h1{
            font-size:clamp(1.75rem,8.5vw,2.6rem);
        }
    }
.simple-brand{--field-public:calc(1.5rem * 1.19);--font-heading:calc(1280px / 3.52);padding:calc(1.5rem * 2.4) 2.7rem;background:#16283f;color:#f4f7fa;}
.simple-brand .quiet-callout{max-width:1280px;margin:0 auto;}
.simple-brand h2,.simple-brand h3,.simple-brand p{margin:0;}
.simple-brand h2{font-size:calc(18.9px * 2);line-height:1.12;}
.simple-brand h3{font-size:calc(18.9px * 1.35);line-height:1.2;}
.simple-brand p{font-size:18.9px;line-height:1.81;color:inherit;}
.simple-brand a{color:inherit;text-decoration:none;}
.simple-brand .steady-story{padding-inline-start:calc(2.7rem / 2);}
.simple-brand .focused-flow{row-gap:calc(var(--field-public) * 1.2);}
.simple-brand .simple-visual{margin-top:1.5rem;}
.simple-brand .team-summary{display:flex;flex-wrap:wrap;gap:var(--field-public);margin-top:var(--field-public);}
.simple-brand .team-unit{flex:1 1 var(--font-heading);min-width:0;padding:calc(var(--field-public) * .75);border-radius:0.48rem;background:#e7ebef;color:var(--ink-dark);}
.simple-brand .team-unit p{margin-top:calc(1.5rem / 3);}
.simple-brand .soft-view{margin-top:var(--field-public);font-size:calc(18.9px * .875);}
.simple-brand .soft-view a{color:var(--paint-secondary);text-decoration:underline;text-underline-offset:3px;}
.simple-brand .soft-view a:hover{color:inherit;}
.legal{padding:calc(1.5rem * 2.4) 2.7rem;background:linear-gradient(135deg, #16283f 0%, #1f3a5f 55%, #2c4f7c 100%);color:#f4f7fa}
.legal .quiet-callout{max-width:1280px;margin:0 auto}
.legal .narrow-contact{margin-bottom:calc(1.26rem * 1.5)}
.legal h2{margin:0;font-size:calc(18.9px * 2.65);line-height:1.05}
.legal .narrow-contact p{margin:1.5rem 0 0;font-size:calc(18.9px * 1.125);line-height:1.81}
.legal .contact-group{display:flex;align-items:flex-start;gap:calc(1.26rem * 1.5);border-top:1px solid rgba(244,247,250,0.18);padding-top:calc(1.26rem * 1.5)}
.legal .strong-steps{flex:0 1 20rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.legal button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 490ms var(--speed-soft),transform 490ms var(--speed-soft)}
.legal button:hover,.legal button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.4))}
.legal .public-inner{flex:1 1 30rem;align-self:start;padding-left:calc(1.26rem * 1.5);border-left:1px solid rgba(244,247,250,0.14)}
.legal [data-response]{display:none}
.legal [data-response].is-active{display:block;animation:clarifyFocusIn calc(490ms*1.8) var(--speed-soft) both}
.legal h3{margin:0;font-size:calc(18.9px * 2);line-height:1.1}
.legal [data-response] p{margin:1.5rem 0 0;font-size:calc(18.9px * 1.125);line-height:1.81}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.26rem * 2)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:820px){.legal .contact-group{display:block}.legal .strong-steps{margin-bottom:calc(1.26rem * 1.5)}.legal .public-inner{padding-left:0;border-left:0;border-top:1px solid rgba(244,247,250,0.14);padding-top:calc(1.26rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.legal [data-response].is-active{animation:none}}
.visual-rail{--field-public:calc(1.5rem * 1.32);--state-content:calc(1280px / 2.45);--font-strong:calc(1280px / 3.61);padding:calc(1.5rem * 2.4) 2.7rem;background:#f5f7f9;color:#1a222b;}
.visual-rail .quiet-callout{max-width:1280px;margin:0 auto;}
.visual-rail h2,.visual-rail h3,.visual-rail p{margin:0;}
.visual-rail h2{font-size:calc(18.9px * 2);line-height:1.12;}
.visual-rail h3{font-size:calc(18.9px * 1.35);line-height:1.2;}
.visual-rail p{font-size:18.9px;line-height:1.81;}
.visual-rail a{color:#1f3a5f;text-decoration:none;font-size:calc(18.9px * .875);}
.visual-rail a:hover{color:inherit;}
.visual-rail img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.visual-rail .simple-visual{margin-top:1.5rem;}
.visual-rail .soft-header>img{margin-top:var(--field-public);}
.visual-rail .team-footer{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.26rem;margin-top:var(--field-public);}
.visual-rail .team-unit{flex:1 1 calc(1280px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid var(--surface-strong);}
.visual-rail .team-unit p,.visual-rail .team-unit a{margin-top:calc(1.5rem / 3);}
.visual-rail .team-unit a{display:inline-block;}
.visual-rail .narrow-copy{margin-top:var(--field-public);padding:calc(1.5rem * .75) 1.5rem;background:#e7ebef;color:var(--ink-dark);border-radius:0.31rem;}
.local-group{
        padding:calc(calc(1.5rem * 2.4) * .7) 2.7rem;
        background:#f5f7f9;
        color:#1a222b;
    }
.compact-media{
        max-width:1280px;
        margin:0 auto;
    }
.focused-figure{
        padding:clamp(1.15rem,3vw,2rem) 0;
    }
.local-group h1{margin:0;
        font-size:clamp(2.05rem,5.5vw,4.4rem);
        line-height:1.04;
        font-weight:730;}
.local-group p{margin:clamp(.9rem,2vw,1.25rem) 0 0;
        font-size:clamp(1rem,1.55vw,1.16rem);
        line-height:1.7;
        color:var(--ink-dark);}
@media (max-width:680px){.focused-figure{padding:.5rem 0}.local-group h1{font-size:clamp(2rem,11vw,3.35rem);}
    }
.bottom-rail{--field-public:calc(1.5rem * 1.05);--axis-main:calc(1280px / 3.6);padding:calc(1.5rem * 2.4) 2.7rem;background:#f5f7f9;color:#1a222b;}
.bottom-rail .quiet-callout{max-width:1280px;margin:0 auto;}
.bottom-rail h2,.bottom-rail h3,.bottom-rail p{margin:0;}
.bottom-rail h2{font-size:calc(18.9px * 2);line-height:1.14;}
.bottom-rail h3{font-size:calc(18.9px * 1.35);line-height:1.22;}
.bottom-rail p{font-size:18.9px;line-height:1.81;}
.bottom-rail .strong-nav{display:flex;flex-direction:column;gap:calc(calc(1.26rem * 1.5) / 1.4);}
.bottom-rail .simple-visual{}
.bottom-rail .team-footer{display:flex;flex-direction:column;gap:var(--field-public);margin-top:var(--field-public);}
.bottom-rail .team-unit{display:flex;flex-direction:column;gap:1.26rem;padding-bottom:var(--field-public);border-bottom:1px solid var(--surface-strong);}
.bottom-rail .team-unit:last-child{border-bottom:0;padding-bottom:0;}
.bottom-rail .secondary-panel{flex:0 0 auto;}
.bottom-rail .secondary-panel img{display:block;width:100%;max-width:var(--axis-main);height:auto;border-radius:0.48rem;box-shadow:0 1px 4px rgba(0,0,0,0.13);}
.bottom-rail .primary-story{min-width:0;display:flex;flex-direction:column;gap:calc(calc(1.26rem * 1.5) / 2);}
.bottom-rail .simple-nav{display:inline-flex;align-items:center;gap:0.4rem;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) / 1.6) calc(1.5rem * .75);border-radius:0.31rem;background:var(--ink-panel);color:#f4f7fa;text-decoration:none;font-size:calc(18.9px * .875);transition:background 490ms var(--speed-soft);}
.bottom-rail .simple-nav:hover{background:#162c49;color:var(--line-secondary);}
.bottom-rail .bottom-frame{margin-top:var(--field-public);display:flex;flex-direction:column;gap:calc(1.26rem * 1.5);}
.bottom-rail .narrow-copy{font-size:calc(18.9px * .875);}
.bottom-rail .soft-view{display:flex;flex-wrap:wrap;gap:1.26rem;}
.bottom-rail .soft-view a{text-decoration:none;font-size:calc(18.9px * .875);border-bottom:1px solid var(--surface-strong);padding-bottom:2px;transition:color 490ms var(--speed-soft),border-color 490ms var(--speed-soft);}
.bottom-rail .soft-view a:hover{border-color:#e8721c;}
@media (min-width:760px){.bottom-rail .team-unit{flex-direction:row;align-items:flex-start;gap:calc(1.26rem * 1.5);}.bottom-rail .secondary-panel{flex:0 0 var(--axis-main);}.bottom-rail .secondary-panel img{max-width:100%;}
}
.fresh-callout{padding:calc(1.5rem * 2.4) 2.7rem;background:#f5f7f9;color:#1a222b}
.fresh-callout .quiet-callout{max-width:1280px;margin:0 auto}
.fresh-callout .strong-nav{margin-bottom:calc(1.26rem * 1.5)}
.fresh-callout h2{margin:0;font-size:calc(18.9px * 2);line-height:1.1}
.fresh-callout .strong-nav p{margin:1.5rem 0 0;color:var(--ink-dark);line-height:1.81}
.fresh-callout .local-nav{display:flex;flex-wrap:wrap;gap:calc(1.26rem * 1.5);align-items:flex-start}
.fresh-callout .narrow-copy{flex:1 1 100%;padding:1.5rem 0;border-top:1px solid var(--surface-strong);border-bottom:1px solid var(--surface-strong);color:var(--ink-dark);line-height:1.81}
.fresh-callout .narrow-copy p{margin:0}
.fresh-callout .soft-actions{flex:1 1 15rem;padding:calc(1.5rem * .75) 0;font-size:18.9px;line-height:1.2}
.fresh-callout .soft-actions strong{display:block;font-size:calc(18.9px * 1.125)}
.fresh-callout .soft-actions p{margin:calc(1.5rem * .75) 0 0;font-size:calc(18.9px * .875);line-height:1.81;color:var(--ink-dark)}
.fresh-callout .soft-view{display:flex;flex-wrap:wrap;gap:1.26rem;margin-top:calc(1.26rem * 1.5);padding-top:1.5rem;border-top:1px solid var(--surface-strong)}
.fresh-callout .soft-view a{color:#1f3a5f;text-decoration:none;font-size:calc(18.9px * .875);border-bottom:1px solid #1f3a5f}
.fresh-callout .soft-view a:hover{color:inherit;border-bottom-color:#e8721c}
.strong-flow{
        padding: calc(1.5rem * 2.4) 2.7rem;
        background: linear-gradient(135deg, #16283f 0%, #1f3a5f 55%, #2c4f7c 100%);
        color: #f4f7fa;
    }
.strong-flow .quiet-callout{max-width: 1280px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.26rem * 1.5);}
.strong-flow .simple-visual{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding-bottom: calc(1.26rem * 1.5);
        border-bottom: 1px solid rgba(244, 247, 250, 0.18);}
.strong-flow h2{margin: 0;
        font-size: calc(18.9px * 2);
        line-height: 1.12;}
.strong-flow .simple-visual p{margin: 0;
        font-size: calc(18.9px * 1.125);
        line-height: 1.81;}
.strong-flow .compact-team{display: flex;
        flex-direction: column;
        gap: 0;}
.strong-flow .main-surface{display: grid;
        grid-template-columns: minmax(0, 1fr) 16rem;
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75) 0;
        border-bottom: 1px solid rgba(244, 247, 250, 0.14);}
.strong-flow .main-surface:last-child{border-bottom: none;}
.strong-flow .secondary-grid{font-size: 18.9px;
        line-height: 1.81;}
.strong-flow .local-entries{display: flex;
        flex-direction: column;
        gap: 0.35rem;
        align-self: start;
        padding-left: calc(1.5rem * .75);
        border-left: 2px solid var(--paint-secondary);}
.strong-flow .local-entries strong{font-size: calc(18.9px * .875);
        letter-spacing: 0.02em;}
.strong-flow .local-entries span{font-size: calc(18.9px * .875);
        opacity: 0.78;}
@media (max-width: 760px) {.strong-flow .main-surface{
            grid-template-columns: 1fr;
            gap: 0.6rem;
        }.strong-flow .local-entries{
            padding-left: 0.75rem;
        }
    }
.narrow-note{
        padding:calc(calc(1.5rem * 2.4) * .72) 2.7rem;
        background:#f5f7f9;
        color:#1a222b;
        border-bottom:1px solid var(--surface-strong);
    }
.compact-media{
        max-width:1280px;
        margin:0 auto;
    }
.focused-figure{
        padding:clamp(1.1rem,2.6vw,1.9rem) 0;
        display:flex;
        flex-direction:column;
        gap:clamp(.85rem,1.9vw,1.2rem);
    }
.narrow-note h1{margin:0;
        font-size:clamp(2rem,5vw,4rem);
        line-height:1.06;
        font-weight:720;
        letter-spacing:-0.01em;}
.narrow-note p{margin:0;
        font-size:clamp(1rem,1.5vw,1.14rem);
        line-height:1.72;
        color:var(--ink-dark);}
@media (max-width:680px){.focused-figure{padding:.4rem 0;gap:.75rem;}.narrow-note h1{font-size:clamp(1.85rem,9.5vw,3rem);}
    }
.wide-rail{
  background:#f5f7f9;
  color:#1a222b;
  padding:calc(1.5rem * 2.4) 2.7rem;
}
.wide-rail .quiet-callout{max-width:1280px;
  margin:0 auto;}
.wide-rail .strong-nav{display:flex;
  flex-wrap:wrap;
  gap:calc(1.26rem * 1.5);
  align-items:flex-start;}
.wide-rail h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(18.9px * 2);
  line-height:1.12;}
.wide-rail .strong-nav p{flex:1 1 24rem;
  min-width:0;
  margin:0;
  color:var(--ink-dark);
  line-height:1.81;}
.wide-rail .offer-links{margin-top:calc(1.26rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.26rem;}
.wide-rail .offer-links a{
  flex:1 1 18rem;
  min-width:0;
  color:var(--line-secondary);
  background:var(--surface-warm);
  border:1px solid var(--surface-strong);
  border-radius:0.83rem;
  padding:calc(1.5rem * .75);
  text-decoration:none;
  box-shadow:0 1px 4px rgba(0,0,0,0.13);
  transition:box-shadow 490ms var(--speed-soft), border-color 490ms var(--speed-soft);
}
.wide-rail .offer-links a:hover{box-shadow:0 8px 22px rgba(0,0,0,0.17);
  border-color:var(--paint-secondary);}
.wide-rail .offer-links strong,
.wide-rail .offer-links span{display:block;}
.wide-rail .offer-links strong{font-size:18.9px;
  line-height:1.3;}
.wide-rail .offer-links span{margin-top:.5rem;
  color:var(--ink-dark);
  font-size:calc(18.9px * .875);
  line-height:1.81;}
.wide-rail .soft-view{margin-top:calc(1.26rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid var(--surface-strong);
  color:var(--ink-dark);
  font-size:calc(18.9px * .875);
  line-height:1.81;}
.wide-rail .soft-view a{color:#1f3a5f;
  text-decoration:none;
  border-bottom:1px solid #1f3a5f;}
.wide-rail .soft-view a:hover{color:inherit;
  border-bottom-color:#e8721c;}
@media (max-width:680px){.wide-rail .strong-nav{display:block}.wide-rail .strong-nav p{margin-top:1.5rem}.wide-rail .offer-links{display:block}.wide-rail .offer-links a{display:block;margin-top:1.26rem}
}
.team-figure{--field-public:calc(1.5rem * 1.05);--mark-base:calc(1280px / 2.6);padding:calc(1.5rem * 2.4) 2.7rem;background:#f5f7f9;color:#1a222b;}
.team-figure .quiet-callout{max-width:1280px;margin:0 auto;}
.team-figure h2,.team-figure h3,.team-figure p{margin:0;}
.team-figure h2{font-size:calc(18.9px * 2);line-height:1.14;}
.team-figure h3{font-size:calc(18.9px * 1.35);line-height:1.22;}
.team-figure p{font-size:18.9px;line-height:1.81;}
.team-figure a{text-decoration:underline;text-underline-offset:3px;}
.team-figure a:hover{}
.team-figure .secondary-figure{display:flex;flex-wrap:wrap;gap:1.26rem;align-items:flex-start;}
.team-figure .secondary-figure>h2{flex:1 1 calc(1280px / 3);min-width:0;}
.team-figure .secondary-figure>.simple-visual{flex:1 1 calc(1280px / 2.4);min-width:0;}
.team-figure .active-nav{list-style:none;margin:var(--field-public) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:1.26rem;}
.team-figure .simple-contact{flex:1 1 var(--mark-base);min-width:0;display:flex;gap:calc(calc(1.5rem * .75) * .7);padding:calc(calc(1.5rem * .75) * .9) 0;border-top:1px solid var(--surface-strong);}
.team-figure .media-header{flex:0 0 auto;font-size:calc(18.9px * .875);letter-spacing:.08em;font-weight:700;}
.team-figure .primary-story{min-width:0;}
.team-figure .primary-story p{margin-top:calc(1.5rem / 3.4);}
.team-figure .bottom-frame{margin-top:var(--field-public);padding:calc(calc(1.5rem * .75) * .9) calc(calc(1.5rem * .75) * 1.1);border-radius:0.48rem;background:#e7ebef;color:var(--ink-dark);}
.team-figure .narrow-copy{font-size:calc(18.9px * .875);line-height:1.81;}
@media (max-width:720px){.team-figure .simple-contact{flex:1 1 100%;}
}
.bottom-note{--field-public:calc(1.5rem * 0.95);--font-strong:calc(1280px / 4.05);padding:calc(1.5rem * 2.4) 2.7rem;background:#f5f7f9;color:#1a222b;}
.bottom-note .quiet-callout{max-width:1280px;margin:0 auto;}
.bottom-note h1,.bottom-note h2,.bottom-note h3,.bottom-note p{margin:0;}
.bottom-note h1{font-size:calc(18.9px * 2.65);line-height:1.08;}
.bottom-note h2{font-size:calc(18.9px * 2);line-height:1.12;}
.bottom-note h3{font-size:calc(18.9px * 1.35);line-height:1.2;}
.bottom-note p{font-size:18.9px;line-height:1.81;color:var(--ink-dark);}
.bottom-note img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.bottom-note .simple-visual{margin-top:1.5rem;}
.bottom-note .narrow-copy{margin-top:calc(1.5rem / 2);font-size:calc(18.9px * .875);}
.bottom-note .team-footer{display:flex;flex-direction:column;gap:var(--field-public);margin-top:0;}
.bottom-note .team-unit{min-width:0;}
.bottom-note .team-unit p{margin-top:calc(1.5rem / 3);}
.bottom-note .team-unit img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--font-strong) * .7);}
.bottom-note .public-header{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.26rem;}
.bottom-note .public-header>.public-nav{flex:1 1 calc(1280px / 3);min-width:0;}
.bottom-note .public-header>.team-footer{flex:2 1 calc(1280px / 2);}
.bottom-note .public-header>img{margin-left:auto;}
.bottom-note .soft-view{display:flex;flex-wrap:wrap;gap:1.26rem;max-width:1280px;margin:calc(1.26rem * 1.5) auto 0;}
.bottom-note .soft-view a{font-size:calc(18.9px * .875);color:#1f3a5f;text-decoration:none;border-bottom:1px solid var(--surface-strong);padding-bottom:2px;}
.bottom-note .soft-view a:hover{color:inherit;border-bottom-color:#e8721c;}
@media (max-width:900px){.bottom-note .public-header{flex-direction:column;}.bottom-note .public-header>img{margin-left:0;max-width:100%;}
}
.text-group{
        padding:calc(calc(1.5rem * 2.4) * .7) 2.7rem;
        background:#f5f7f9;
        color:#1a222b;
    }
.compact-media{
        max-width:1280px;
        margin:0 auto;
    }
.focused-figure{
        padding:clamp(1.15rem,3vw,2rem) 0;
        border-left:3px solid var(--paint-secondary);
        padding-left:clamp(1rem,2.5vw,1.75rem);
    }
.text-group h1{margin:0;
        font-size:clamp(2rem,5vw,3.6rem);
        line-height:1.08;
        font-weight:730;
        letter-spacing:-0.01em;}
.text-group p{margin:clamp(.9rem,2vw,1.25rem) 0 0;
        font-size:clamp(1rem,1.55vw,1.16rem);
        line-height:1.7;
        color:var(--ink-dark);}
@media (max-width:680px){.focused-figure{
            padding:.5rem 0 .5rem 1rem;
        }.text-group h1{
            font-size:clamp(1.85rem,9vw,2.9rem);
        }
    }
.steady-list{background:#f5f7f9;color:#1a222b;padding:calc(1.5rem * 2.4) 2.7rem}
.steady-list .quiet-callout{max-width:1280px;margin:0 auto}
.steady-list .compact-team{display:flex;align-items:flex-start;gap:calc(1.26rem * 1.5)}
.steady-list .strong-nav{flex:0 1 30rem;min-width:0}
.steady-list h2{margin:0;font-size:clamp(calc(18.9px * 2),5vw,calc(18.9px * 2.65));line-height:1.08;letter-spacing:0}
.steady-list p{margin:1.5rem 0 0;color:var(--ink-dark);font-size:calc(18.9px * 1.125);line-height:1.65}
.steady-list .active-visual{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid var(--surface-strong)}
.steady-list .plain-intro{display:flex;gap:1.26rem;padding:1.5rem 0;border-bottom:1px solid var(--surface-strong)}
.steady-list strong{flex:0 1 14rem;min-width:0;font-size:18.9px}
.steady-list span{flex:1 1 20rem;min-width:0;color:var(--ink-dark);line-height:1.6}
@media(max-width:760px){.steady-list .compact-team,.steady-list .plain-intro{flex-direction:column}.steady-list .plain-intro{gap:calc(calc(1.5rem * .75)*.5)}}
.content-rail{--field-public:calc(1.5rem * 0.95);padding:calc(1.5rem * 2.4) 2.7rem;background:var(--ink-panel);color:#f4f7fa;}
.content-rail .quiet-callout{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:var(--field-public);}
.content-rail h2,.content-rail h3,.content-rail p{margin:0;}
.content-rail h2{font-size:calc(18.9px * 2);line-height:1.14;max-width:34ch;}
.content-rail h3{font-size:calc(18.9px * 1.35);line-height:1.22;margin-bottom:calc(1.5rem / 4);}
.content-rail p{font-size:18.9px;line-height:1.81;}
.content-rail .strong-nav{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.content-rail .simple-visual{color:color-mix(in srgb, currentColor 78%, transparent);}
.content-rail .strong-steps{display:flex;flex-direction:column;gap:var(--field-public);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);padding-top:var(--field-public);}
.content-rail .team-unit{padding-bottom:var(--field-public);border-bottom:1px solid color-mix(in srgb, currentColor 16%, transparent);}
.content-rail .team-unit:last-child{border-bottom:none;padding-bottom:0;}
.content-rail .team-unit p{color:color-mix(in srgb, currentColor 76%, transparent);}
.content-rail .narrow-copy{font-size:calc(18.9px * .875);color:color-mix(in srgb, currentColor 72%, transparent);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);padding-top:var(--field-public);}
.content-rail a{text-decoration:underline;text-underline-offset:3px;}
.content-rail a:hover{}
@media (max-width:720px){.content-rail h2{max-width:none;}
}
.site-tile{padding:calc(1.5rem * 2.4) 2.7rem;background:#f5f7f9;color:#1a222b}
.site-tile .quiet-callout{max-width:min(1280px,56rem);margin:0 auto}
.site-tile .strong-nav{max-width:100%}
.site-tile h2{margin:0;font-size:calc(18.9px * 2);line-height:1.1}
.site-tile .strong-nav p{margin:1.5rem 0 0;color:var(--ink-dark);line-height:1.81}
.site-tile .top-quote{margin-top:calc(1.26rem * 1.5);border-top:1px solid var(--surface-strong)}
.site-tile details{padding:1.5rem 0;border-bottom:1px solid var(--surface-strong)}
.site-tile summary{cursor:pointer;font-size:calc(18.9px * 1.35);line-height:1.2;list-style:none}
.site-tile summary::-webkit-details-marker{display:none}
.site-tile summary::before{content:"+";display:inline-block;width:1.2em;color:inherit;font-weight:700}
.site-tile details[open] summary::before{content:"–"}
.site-tile details p{margin:1.5rem 0 0;color:var(--ink-dark);line-height:1.81}
@media(max-width:720px){.site-tile .top-quote{margin-top:calc(1.26rem * 1.5)}.site-tile summary{font-size:18.9px}
}
.public-contact{
        padding:calc(calc(1.5rem * 2.4) * .75) 2.7rem;
        background:#e7ebef;
        color:var(--ink-dark);
        border-bottom:1px solid var(--surface-strong);
    }
.compact-media{
        max-width:1280px;
        margin:0 auto;
    }
.focused-figure{
        padding:clamp(1.1rem,2.6vw,1.9rem) 0;
        border-left:3px solid var(--paint-secondary);
        padding-left:clamp(1rem,2.4vw,1.75rem);
    }
.public-contact h1{margin:0;
        font-size:clamp(1.95rem,4.6vw,3.6rem);
        line-height:1.08;
        font-weight:700;
        letter-spacing:-0.01em;}
.public-contact p{margin:clamp(.85rem,1.8vw,1.2rem) 0 0;
        font-size:clamp(1rem,1.4vw,1.12rem);
        line-height:1.72;}
@media (max-width:680px){.focused-figure{
            padding:.4rem 0 .4rem .9rem;
            border-left-width:2px;
        }.public-contact h1{
            font-size:clamp(1.85rem,8.5vw,2.9rem);
        }
    }
.active-inner{padding:calc(1.5rem * 2.4) 2.7rem;background:linear-gradient(135deg, #16283f 0%, #1f3a5f 55%, #2c4f7c 100%);color:#f4f7fa}
.active-inner .quiet-callout{max-width:1280px;margin:0 auto}
.active-inner .active-nav{display:flex;gap:calc(1.26rem * 1.5);align-items:flex-start}
.active-inner .fresh-links{flex:0 1 21rem;min-width:0;border-left:1px solid color-mix(in srgb,#f4f7fa 26%,transparent);padding-left:1.5rem}
.active-inner .fresh-links p{margin:0 0 calc(1.5rem * .75);line-height:1.81}
.active-inner .fresh-links .narrow-copy{font-size:calc(18.9px * .875);opacity:.82}
.active-inner .offer-grid{flex:1 1 46rem;min-width:0}
.active-inner h2{margin:0;font-size:calc(18.9px * 2);line-height:1.1}
.active-inner .active-visual{margin-top:calc(1.26rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.active-inner .active-visual p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.active-inner strong{flex:0 1 13rem;min-width:0;font-size:calc(18.9px * .875);letter-spacing:.01em}
.active-inner span{flex:1 1 30rem;min-width:0;line-height:1.81}
@media(max-width:760px){.active-inner .active-nav,.active-inner .active-visual p{display:block}.active-inner .fresh-links{border-left:0;padding-left:0}.active-inner .offer-grid{margin-top:calc(1.26rem * 1.5)}.active-inner span{display:block;margin-top:calc(1.5rem * .75)}.active-inner h2{font-size:calc(18.9px * 1.35)}}
.service-headline{--field-public:calc(1.5rem * 1.35);--font-strong:calc(1280px / 3.6);padding:calc(1.5rem * 2.4) 2.7rem;background:#f5f7f9;color:#1a222b;}
.service-headline .quiet-callout{max-width:1280px;margin:0 auto;}
.service-headline h2,.service-headline h3,.service-headline p{margin:0;}
.service-headline h2{font-size:calc(18.9px * 2);line-height:1.14;}
.service-headline h3{font-size:calc(18.9px * 1.35);line-height:1.22;}
.service-headline p{font-size:18.9px;line-height:1.81;}
.service-headline .strong-nav{display:flex;flex-direction:column;gap:calc(1.26rem * 1.5);}
.service-headline .simple-visual{color:var(--ink-dark);}
.service-headline img{display:block;width:100%;max-width:var(--font-strong);height:auto;margin-top:var(--field-public);border-radius:0.48rem;box-shadow:0 1px 4px rgba(0,0,0,0.13);}
.service-headline .team-footer{display:flex;flex-wrap:wrap;gap:1.26rem;margin-top:var(--field-public);}
.service-headline .team-unit{flex:1 1 calc(1280px / 3.4);min-width:0;padding:calc(1.5rem * .75);background:var(--surface-warm);color:var(--line-secondary);border:1px solid var(--surface-strong);border-radius:0.83rem;}
.service-headline .team-unit p{margin-top:calc(1.5rem / 3);color:var(--ink-dark);}
.service-headline .narrow-copy{margin-top:var(--field-public);padding-top:calc(1.26rem * 1.5);border-top:1px solid var(--surface-strong);font-size:calc(18.9px * .875);color:var(--ink-dark);}
.service-headline .narrow-copy a{color:#1f3a5f;text-decoration:underline;text-underline-offset:3px;}
.service-headline .narrow-copy a:hover{color:inherit;}
@media (max-width:720px){.service-headline .team-unit{flex:1 1 100%;}.service-headline img{max-width:100%;}
}
.team-track{--field-public:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 2.7rem;background:var(--ink-panel);color:#f4f7fa;}
.team-track .quiet-callout{max-width:1280px;margin:0 auto;}
.team-track h1,.team-track h2,.team-track h3,.team-track p{margin:0;}
.team-track h2{font-size:calc(18.9px * 2);line-height:1.14;}
.team-track h3{font-size:calc(18.9px * 1.35);line-height:1.24;}
.team-track p{font-size:18.9px;line-height:1.81;}
.team-track a{color:inherit;text-decoration:none;}
.team-track .narrow-copy{font-size:calc(18.9px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.72;}
.team-track .simple-visual{margin-top:calc(1.5rem / 2);opacity:0.82;}
.team-track .top-callout{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.31rem;background:var(--paint-secondary);color:#1a1207;}
.team-track .top-callout:hover{background:#c95c10;color:var(--line-secondary);}
.team-track .team-footer{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.26rem;margin-top:var(--field-public);}
.team-track .team-unit{flex:1 1 calc(1280px / 3.6);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.team-track .team-unit p{margin-top:calc(1.5rem / 3);opacity:0.8;}
.team-track .team-unit a{display:inline-block;margin-top:calc(1.5rem / 3);font-size:calc(18.9px * .875);border-bottom:1px solid currentColor;padding-bottom:2px;}
.team-track .team-unit a:hover{border-color:var(--paint-secondary);}
.team-track .soft-view{margin-top:var(--field-public);font-size:calc(18.9px * .875);opacity:0.78;}
.team-track .soft-view a{border-bottom:1px solid currentColor;}
.team-track .soft-view a:hover{border-color:var(--paint-secondary);}
.team-track .bottom-stack{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.26rem;}
.team-track .bottom-stack>.public-nav{flex:1 1 auto;min-width:0;}
.team-track .bottom-stack>.top-callout{flex:0 0 auto;}
.team-track .bottom-stack>.team-footer{flex:1 1 100%;}
.team-track .bottom-stack>.soft-view{flex:1 1 100%;}
.secondary-team{
        padding:calc(calc(1.5rem * 2.4) * .72) 2.7rem;
        background:#e7ebef;
        color:var(--ink-dark);
    }
.compact-media{
        max-width:1280px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.26rem * 1.5);
    }
.focused-figure{
        padding:clamp(1.1rem,2.6vw,1.9rem) 0;
        border-left:3px solid var(--paint-secondary);
        padding-left:clamp(1rem,2.4vw,1.6rem);
    }
.secondary-team h1{margin:0;
        font-size:clamp(1.95rem,5vw,3.9rem);
        line-height:1.06;
        font-weight:700;
        letter-spacing:-0.01em;}
.secondary-team p{margin:clamp(.85rem,1.9vw,1.2rem) 0 0;
        font-size:clamp(1rem,1.5vw,1.14rem);
        line-height:1.72;}
@media (max-width:680px){.focused-figure{
            padding:.45rem 0 .45rem clamp(.85rem,4vw,1.15rem);
            border-left-width:2px;
        }.secondary-team h1{
            font-size:clamp(1.85rem,9.5vw,3rem);
        }
    }
.text-content{--field-public:calc(1.5rem * 1.18);--gap-card:calc(1.26rem * 1.1);padding:calc(1.5rem * 2.4) 2.7rem;background:#f5f7f9;color:#1a222b;}
.text-content .quiet-callout{max-width:1280px;margin:0 auto;}
.text-content h2,.text-content h3,.text-content p{margin:0;}
.text-content h2{font-size:calc(18.9px * 2);line-height:1.14;}
.text-content h3{font-size:calc(18.9px * 1.35);line-height:1.22;}
.text-content p{font-size:18.9px;line-height:1.81;}
.text-content img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.text-content .soft-header>img{margin-top:var(--field-public);}
.text-content .soft-header>.simple-visual{margin-top:1.5rem;}
.text-content .team-footer{display:flex;flex-wrap:wrap;align-items:stretch;gap:var(--gap-card);margin-top:var(--field-public);}
.text-content .team-unit{flex:1 1 calc(1280px / 4.6);min-width:0;padding:calc(1.5rem * .75);background:var(--surface-warm);color:var(--line-secondary);border:1px solid var(--surface-strong);border-radius:0.83rem;box-shadow:0 1px 4px rgba(0,0,0,0.13);}
.text-content .team-unit p{margin-top:calc(1.5rem / 3.4);color:var(--ink-dark);}
@media (max-width:720px){.text-content .team-unit{flex:1 1 100%;}
}
.secondary-form{padding:calc(1.5rem * 2.4) 2.7rem;background:#e7ebef;color:var(--ink-dark)}
.secondary-form .quiet-callout{max-width:1280px;margin:0 auto}
.secondary-form .featured-flow{display:flex;flex-wrap:wrap;gap:calc(1.26rem * 1.5);align-items:flex-start}
.secondary-form .strong-nav{flex:1 1 320px;min-width:0}
.secondary-form h2{margin:0;font-size:calc(18.9px * 2);line-height:1.14}
.secondary-form .strong-nav p{margin:1.5rem 0 0;font-size:18.9px;line-height:1.81}
.secondary-form .public-proof{flex:1 1 420px;min-width:0;display:flex;flex-direction:column;gap:0}
.secondary-form .public-proof a{display:block;padding:calc(1.5rem * .75) 0;border-top:1px solid var(--surface-strong);text-decoration:none;color:inherit}
.secondary-form .public-proof a:last-child{border-bottom:1px solid var(--surface-strong)}
.secondary-form strong{display:block;font-size:calc(18.9px * 1.125);line-height:1.2}
.secondary-form span{display:block;margin-top:calc(calc(1.5rem * .75) / 2);font-size:calc(18.9px * .875);line-height:1.81}
.secondary-form .public-proof a:hover strong{}
@media(max-width:780px){.secondary-form .featured-flow{display:block}.secondary-form .public-proof{margin-top:calc(1.26rem * 1.5)}}
.visual-group{
        padding:calc(calc(1.5rem * 2.4) * .68) 2.7rem;
        background:#e7ebef;
        color:var(--ink-dark);
    }
.compact-media{
        max-width:1280px;
        margin:0 auto;
    }
.focused-figure{
        padding:clamp(1.1rem,2.8vw,1.9rem) 0;
        border-left:3px solid var(--paint-secondary);
        padding-left:clamp(1rem,2.4vw,1.6rem);
    }
.visual-group h1{margin:0;
        font-size:clamp(1.95rem,4.8vw,3.6rem);
        line-height:1.08;
        font-weight:730;
        letter-spacing:-0.01em;}
.visual-group p{margin:clamp(.85rem,1.9vw,1.2rem) 0 0;
        font-size:clamp(1rem,1.5vw,1.12rem);
        line-height:1.72;}
@media (max-width:680px){.focused-figure{
            padding:.4rem 0 .4rem .9rem;
        }.visual-group h1{
            font-size:clamp(1.75rem,9vw,2.6rem);
        }
    }
.media-panel{--field-public:calc(1.5rem * 1.05);--mark-main:1px;padding:calc(1.5rem * 2.4) 2.7rem;background:#f5f7f9;color:#1a222b;}
.media-panel .quiet-callout{max-width:1280px;margin:0 auto;}
.media-panel h2,.media-panel h3,.media-panel p{margin:0;}
.media-panel h2{font-size:calc(18.9px * 2);line-height:1.14;}
.media-panel h3{font-size:calc(18.9px * 1.35);line-height:1.24;}
.media-panel p{font-size:18.9px;line-height:1.81;}
.media-panel .simple-visual{margin-top:calc(1.26rem * 1.5);}
.media-panel .narrow-copy{margin-top:calc(1.5rem * .75);font-size:calc(18.9px * .875);color:var(--ink-dark);background:#e7ebef;padding:calc(1.5rem * .75);border-radius:0.48rem;}
.media-panel .narrow-content{display:flex;align-items:flex-start;gap:calc(1.26rem * 1.4);}
.media-panel .narrow-content>.public-nav{flex:1 1 34%;min-width:0;}
.media-panel .narrow-content>.team-footer{flex:1 1 62%;min-width:0;display:flex;flex-direction:column;}
.media-panel .team-unit{padding:calc(1.5rem * .75) 0;border-top:var(--mark-main) solid var(--surface-strong);}
.media-panel .team-unit:first-child{border-top:0;padding-top:0;}
.media-panel .team-unit p{margin-top:calc(calc(1.5rem * .75) * 0.6);}
@media(max-width:820px){.media-panel .narrow-content{flex-direction:column;gap:1.26rem;}.media-panel .narrow-content>.public-nav,.media-panel .narrow-content>.team-footer{flex:1 1 auto;width:100%;}.media-panel .team-unit:first-child{padding-top:calc(1.5rem * .75);border-top:var(--mark-main) solid var(--surface-strong);}}
.compact-service{padding:calc(1.5rem * 2.4) 2.7rem;background:#e7ebef;color:var(--ink-dark)}
.compact-service .quiet-callout{max-width:1280px;margin:0 auto}
.compact-service .featured-flow{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:calc(1.26rem * 1.5);align-items:start}
.compact-service .strong-nav{min-width:0}
.compact-service h2{margin:0;font-size:calc(18.9px * 2);line-height:1.08}
.compact-service .strong-nav p{margin:1.5rem 0 0;font-size:18.9px;line-height:1.81}
.compact-service .strong-nav p:first-of-type{margin-top:calc(1.26rem * 1.5)}
.compact-service .public-proof{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.compact-service .public-proof a{display:block;min-width:0;background:var(--surface-warm);color:var(--line-secondary);border:1px solid var(--surface-strong);border-radius:0.48rem;padding:1.5rem 2.7rem;text-decoration:none;box-shadow:0 1px 4px rgba(0,0,0,0.13);transition:border-color 490ms var(--speed-soft)}
.compact-service .public-proof a:hover{border-color:var(--paint-secondary)}
.compact-service strong{display:block;font-size:calc(18.9px * 1.35);line-height:1.2}
.compact-service span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(18.9px * .875);line-height:1.81}
@media(max-width:820px){.compact-service .featured-flow{display:block}.compact-service .public-proof{margin-top:calc(1.26rem * 1.5)}.compact-service h2{font-size:calc(18.9px * 1.35)}}
.active-group{
        padding:calc(calc(1.5rem * 2.4) * .75) 2.7rem;
        background:#f5f7f9;
        color:#1a222b;
        border-bottom:1px solid var(--surface-strong);
    }
.compact-media{
        max-width:1280px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
    }
.focused-figure{
        display:flex;
        flex-direction:column;
        gap:calc(1.26rem * 1.5);
        padding:clamp(1.4rem,3.4vw,2.4rem) 0;
    }
.active-group h1{margin:0;
        font-size:clamp(1.95rem,4.6vw,3.6rem);
        line-height:1.08;
        font-weight:700;
        letter-spacing:-0.01em;}
.active-group p{margin:0;
        font-size:18.9px;
        line-height:1.75;
        color:var(--ink-dark);}
@media (max-width:680px){.focused-figure{padding:.6rem 0}.active-group h1{font-size:clamp(1.85rem,9vw,2.9rem)}
    }
.primary-nav{padding:calc(1.5rem * 2.4) 2.7rem;background:var(--paint-secondary);color:#1a1207}
.primary-nav .quiet-callout{max-width:1280px;margin:0 auto}
.primary-nav .strong-nav{margin:0;font-size:calc(18.9px * 1.125);line-height:1.81}
.primary-nav h2{margin:1.5rem 0 calc(1.26rem * 1.5);font-size:calc(18.9px * 2);line-height:1.1}
.primary-nav .service-quote{display:flex;flex-direction:column;gap:calc(1.26rem * 1.5)}
.primary-nav [data-voice]{width:min(100%,44rem);padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(26,18,7,0.18);align-self:var(--layer-control,flex-start);text-align:var(--paint-card,left)}
.primary-nav [data-voice]:first-child{border-top:0;padding-top:0}
.primary-nav h3{margin:0;font-size:calc(18.9px * 1.35);line-height:1.25}
.primary-nav [data-voice] p{margin:calc(1.5rem * .75) 0 0;line-height:1.81}
@media(max-width:620px){.primary-nav [data-voice]{align-self:flex-start!important;text-align:left!important}
}
.bottom-group{--field-public:calc(1.5rem * 0.9);--field-content:calc(1280px / 3.6);padding:calc(1.5rem * 2.4) 2.7rem;background:#f5f7f9;color:#1a222b;}
.bottom-group .quiet-callout{max-width:1280px;margin:0 auto;}
.bottom-group h2,.bottom-group h3,.bottom-group p{margin:0;}
.bottom-group h2{font-size:calc(18.9px * 2);line-height:1.12;}
.bottom-group h3{font-size:calc(18.9px * 1.35);line-height:1.22;}
.bottom-group p{font-size:18.9px;line-height:1.81;}
.bottom-group img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.bottom-group .open-details{display:flex;align-items:flex-start;gap:1.26rem;}
.bottom-group .bottom-frame{flex:0 1 var(--field-content);min-width:0;}
.bottom-group .bottom-frame .narrow-copy{font-size:calc(18.9px * .875);line-height:1.6;padding:calc(1.5rem * .75);border-left:3px solid var(--paint-secondary);background:#e7ebef;color:var(--ink-dark);border-radius:0.31rem;}
.bottom-group .bottom-frame img{margin-top:1.5rem;}
.bottom-group .open-details>.public-nav{flex:1 1 auto;min-width:0;}
.bottom-group .simple-visual{margin-top:calc(1.26rem * 1.5);}
.bottom-group .team-footer{display:flex;flex-direction:column;gap:var(--field-public);margin-top:var(--field-public);}
.bottom-group .team-unit{display:flex;gap:1.26rem;align-items:flex-start;padding-top:var(--field-public);border-top:1px solid var(--surface-strong);}
.bottom-group .team-unit img{flex:0 0 calc(1280px / 6.2);max-width:calc(1280px / 6.2);}
.bottom-group .team-unit h3{margin-bottom:calc(1.5rem / 3);}
@media(max-width:760px){.bottom-group .open-details{flex-direction:column;}.bottom-group .team-unit{flex-direction:column;}.bottom-group .team-unit img{flex:none;max-width:100%;}
}
.primary-body{
  background: linear-gradient(135deg, #16283f 0%, #1f3a5f 55%, #2c4f7c 100%);
  color: #f4f7fa;
  padding: calc(1.5rem * 2.4) 2.7rem;
  overflow: hidden;
}
.primary-body .quiet-callout{width: min(100%, 1280px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.26rem * 1.5);}
.primary-body h2,
.primary-body h3,
.primary-body p{margin: 0;}
.primary-body h2{font-size: calc(18.9px * 2.65); line-height: 1.06;}
.primary-body h3{font-size: calc(18.9px * 1.35); line-height: 1.18;}
.primary-body p{font-size: 18.9px; line-height: 1.81;}
.primary-body .quiet-grid{display: grid;
  gap: 1.5rem;}
.primary-body .plain-group{
  display: flex;
  align-items: center;
  gap: 1.26rem;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.83rem;
  background: linear-gradient(120deg, #e8721c 0%, #f2913f 100%);
  color: #1a1207;
}
.primary-body .plain-group p{font-size: calc(18.9px * 1.125);}
.primary-body .narrow-area{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.primary-body .contact-callout{
  flex: 1 1 18rem;
  display: grid;
  align-content: start;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.83rem;
  background: var(--surface-warm);
  color: var(--line-secondary);
  border: 1px solid var(--surface-strong);
  text-decoration: none;
  transition: border-color 490ms var(--speed-soft), box-shadow 490ms var(--speed-soft);
}
.primary-body .contact-callout:hover{border-color: var(--paint-secondary);
  box-shadow: 0 8px 22px rgba(0,0,0,0.17);}
.primary-body .contact-callout span{font-size: calc(18.9px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
@media (max-width: 760px) {.primary-body h2{ font-size: clamp(calc(18.9px * 2), 12vw, calc(18.9px * 2.65)); }.primary-body .plain-group{ flex-direction: column; align-items: flex-start; }.primary-body .contact-callout{ flex: 1 1 100%; }
}
.quiet-view{
        padding:calc(calc(1.5rem * 2.4) * .72) 2.7rem;
        background:#f5f7f9;
        color:#1a222b;
        border-bottom:1px solid var(--surface-strong);
    }
.compact-media{
        max-width:1280px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
    }
.focused-figure{
        padding:clamp(1rem,2.6vw,1.9rem) 0;
        display:flex;
        flex-direction:column;
        gap:calc(1.26rem * 1.5);
    }
.quiet-view h1{margin:0;
        font-size:clamp(1.95rem,4.9vw,3.9rem);
        line-height:1.08;
        font-weight:700;
        letter-spacing:-0.01em;}
.quiet-view p{margin:0;
        font-size:clamp(1rem,1.5vw,1.14rem);
        line-height:1.72;
        color:var(--ink-dark);}
@media (max-width:680px){.focused-figure{padding:.4rem 0;gap:calc(1.5rem * .75);}.quiet-view h1{font-size:clamp(1.85rem,9.5vw,3rem);}
    }
.visual-feature{--field-public:calc(1.5rem * 1.07);--font-heading:calc(1280px / 3.38);padding:calc(1.5rem * 2.4) 2.7rem;background:var(--ink-panel);color:#f4f7fa;}
.visual-feature .quiet-callout{max-width:1280px;margin:0 auto;}
.visual-feature h2,.visual-feature h3,.visual-feature p{margin:0;}
.visual-feature h2{font-size:calc(18.9px * 2);line-height:1.12;}
.visual-feature h3{font-size:calc(18.9px * 1.35);line-height:1.2;}
.visual-feature p{font-size:18.9px;line-height:1.81;color:color-mix(in srgb, currentColor 74%, transparent);}
.visual-feature .direct-nav{padding-block:calc(var(--field-public) / 2);}
.visual-feature .fresh-footer{row-gap:calc(var(--field-public) * .7);}
.visual-feature .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.26rem;}
.visual-feature .row-title h2{flex:1 1 calc(1280px / 3);min-width:0;}
.visual-feature .row-title>p{flex:1 1 calc(1280px / 3);min-width:0;}
.visual-feature .team-footer{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--field-public);margin-top:var(--field-public);}
.visual-feature .team-unit{flex:1 1 var(--font-heading);min-width:0;}
.visual-feature .team-unit p{margin-top:calc(1.5rem / 3);}
.visual-feature .team-unit h3{margin-top:calc(1.5rem / 2);}
.open-note{
  padding: calc(1.5rem * 2.4) 2.7rem;
  background: #16283f;
  color: #f4f7fa;
}
.open-note .quiet-callout{max-width: min(1280px, 72rem);
  margin: 0 auto;}
.open-note .simple-visual{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-bottom: calc(1.26rem * 1.5);}
.open-note h2{margin: 0;
  font-size: calc(18.9px * 2);
  line-height: 1.12;}
.open-note .clear-rail{margin: 0;
  font-size: calc(18.9px * 1.125);
  line-height: 1.81;
  color: #c3cad2;}
.open-note .active-nav{display: flex;
  flex-direction: column;
  gap: 1.26rem;}
.open-note .team-unit{margin: 0;
  padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
  border-left: 2px solid var(--paint-secondary);}
.open-note .secondary-grid{margin: 0 0 calc(calc(1.5rem * .75) * .7);
  font-size: 18.9px;
  line-height: 1.81;}
.open-note .text-frame{display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.9rem;
  align-items: baseline;}
.open-note .primary-benefit{font-weight: 700;
  font-size: calc(18.9px * .875);
  color: var(--paint-secondary);}
.open-note .media-benefit{font-size: calc(18.9px * .875);
  color: #c3cad2;}
.open-note .narrow-copy{margin-top: calc(1.26rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2a333d;}
.open-note .narrow-copy p{margin: 0;
  font-size: calc(18.9px * .875);
  line-height: 1.81;
  color: #c3cad2;}
.open-note .narrow-copy a{color: var(--paint-secondary);
  text-decoration: underline;
  text-underline-offset: 3px;}
.open-note .narrow-copy a:hover{color:inherit;}
@media (min-width: 760px) {.open-note .active-nav{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.26rem calc(1.26rem * 1.4);
  }.open-note .team-unit:first-child{
    grid-column: 1 / -1;
    border-left-width: 3px;
  }
}
@media (min-width: 1080px) {.open-note .active-nav{
    grid-template-columns: repeat(3, 1fr);
  }.open-note .team-unit:first-child{
    grid-column: span 2;
  }
}
.wide-callout{
    color:#f4f7fa;
    background:linear-gradient(135deg, #16283f 0%, #1f3a5f 55%, #2c4f7c 100%);
    padding:calc(1.5rem * 2.4) 2.7rem;
}
.wide-callout .c{max-width:1280px;
    margin:0 auto;
    display:grid;
    gap:2.7rem;
    align-items:start;}
@media (min-width:1024px){.wide-callout .c{
        grid-template-columns:minmax(0,1fr) 300px;
    }
}
.wide-callout .visual-media{margin-bottom:calc(1.26rem * 1.5);}
.wide-callout h1{font-size:calc(18.9px * 2.65);
    line-height:1.2;
    margin:0 0 calc(1.26rem * 1.5);}
.wide-callout .text-frame{display:flex;
    flex-wrap:wrap;
    gap:1.26rem;
    font-size:calc(18.9px * .875);
    opacity:0.85;}
.wide-callout .service-nav{margin:0 0 calc(1.26rem * 1.5);
    border-radius:0.83rem;
    overflow:hidden;
    box-shadow:0 8px 22px rgba(0,0,0,0.17);}
.wide-callout .service-nav img{display:block;
    width:100%;
    height:auto;}
.wide-callout .top-view{line-height:1.81;
    font-size:18.9px;}
.wide-callout .top-view p{margin:0 0 calc(1.26rem * 1.5);}
.wide-callout .top-view p:last-child{margin-bottom:0;}
.wide-callout .soft-view{margin-top:calc(1.26rem * 1.5);
    padding-top:calc(1.5rem * .75);
    border-top:1px solid rgba(244,247,250,0.22);
    display:flex;
    flex-wrap:wrap;
    gap:1.26rem;
    font-size:calc(18.9px * .875);}
.wide-callout .soft-view a{color:#f4f7fa;
    text-decoration:none;
    border-bottom:1px solid rgba(244,247,250,0.45);
    padding-bottom:2px;
    transition:border-color 490ms var(--speed-soft), color 490ms var(--speed-soft);}
.wide-callout .soft-view a:hover{border-bottom-color:var(--paint-secondary);}
.wide-callout .plain-contact{
    background:var(--surface-warm);
    color:var(--line-secondary);
    padding:calc(1.5rem * .75);
    border-radius:0.83rem;
    box-shadow:0 1px 4px rgba(0,0,0,0.13);
    border:1px solid var(--surface-strong);
}
.wide-callout .plain-contact h3{margin:0 0 calc(1.26rem * 1.5);
    font-size:calc(18.9px * 1.35);}
.wide-callout .fresh-steps{display:flex;
    flex-direction:column;
    gap:1.26rem;}
.wide-callout .plain-contact a{text-decoration:none;
    font-size:calc(18.9px * .875);
    line-height:1.5;}
.wide-callout .plain-contact a:hover{text-decoration:underline;}
.quiet-track{padding:calc(1.5rem * 2.4) 2.7rem;background:#f5f7f9;color:#1a222b;}
.quiet-track .open-steps{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.26rem * 1.5);align-items:flex-start;}
.quiet-track .active-nav{flex:0 0 220px;display:flex;flex-direction:column;gap:1.26rem;}
.quiet-track .compact-note{width:100%;height:auto;display:block;border-radius:0.48rem;box-shadow:0 1px 4px rgba(0,0,0,0.13);}
.quiet-track .top-surface{border-left:3px solid var(--paint-secondary);padding-left:0.9rem;}
.quiet-track .content-group{margin:0 0 0.25rem;font-size:calc(18.9px * 1.125);line-height:1.3;}
.quiet-track .media-benefit{margin:0;font-size:calc(18.9px * .875);color:var(--ink-dark);}
.quiet-track .public-nav{flex:1 1 420px;min-width:0;}
.quiet-track .primary-contact{margin:0 0 calc(1.26rem * 1.5);font-size:18.9px;line-height:1.81;}
.quiet-track .primary-visual{list-style:none;margin:0 0 calc(1.26rem * 1.5);padding:0;display:flex;flex-wrap:wrap;gap:0.4rem 1.4rem;}
.quiet-track .primary-visual li{font-size:calc(18.9px * .875);}
.quiet-track .primary-visual a{color:#1f3a5f;text-decoration:none;border-bottom:1px solid var(--surface-strong);padding-bottom:1px;transition:color 490ms var(--speed-soft),border-color 490ms var(--speed-soft);}
.quiet-track .primary-visual a:hover{color:inherit;border-color:#e8721c;}
.quiet-track .narrow-copy{margin:0;font-size:calc(18.9px * .875);color:var(--ink-dark);}
@media (max-width:640px){.quiet-track .open-steps{flex-direction:column;}.quiet-track .active-nav{flex:1 1 auto;width:100%;}.quiet-track .compact-note{max-width:180px;}
}
.page-area{padding:calc(1.5rem * 2.4) 2.7rem;background:linear-gradient(135deg, #16283f 0%, #1f3a5f 55%, #2c4f7c 100%);color:#f4f7fa}
.page-area .quiet-callout{max-width:1280px;margin:0 auto}
.page-area .narrow-contact{margin-bottom:calc(1.26rem * 1.5)}
.page-area h2{margin:0;font-size:calc(18.9px * 2.65);line-height:1.06}
.page-area .narrow-contact p{margin:1.5rem 0 0;font-size:calc(18.9px * 1.125);line-height:1.81}
.page-area .contact-group{display:flex;align-items:flex-start;gap:calc(1.26rem * 1.5);border-top:1px solid rgba(244,247,250,0.18);padding-top:calc(1.26rem * 1.5)}
.page-area .strong-steps{flex:0 0 20rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.page-area button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;font-size:18.9px;text-align:left;cursor:pointer;opacity:.55;transition:opacity 490ms var(--speed-soft),transform 490ms var(--speed-soft)}
.page-area button:hover,.page-area button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.4))}
.page-area .public-inner{flex:1 1 30rem;align-self:start;min-width:0}
.page-area [data-response]{display:none}
.page-area [data-response].is-active{display:block;animation:clarifyFocusIn calc(490ms*1.8) var(--speed-soft) both}
.page-area h3{margin:0;font-size:calc(18.9px * 2);line-height:1.1}
.page-area [data-response] p{margin:1.5rem 0 0;font-size:calc(18.9px * 1.125);line-height:1.81}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.26rem * 2)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:760px){.page-area .contact-group{display:block}.page-area .strong-steps{flex:none;margin-bottom:calc(1.26rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.page-area [data-response].is-active{animation:none}}
.direct-service{
  background:#f5f7f9;
  color:#1a222b;
  padding:calc(1.5rem * 2.4) 2.7rem;
}
.direct-service .quiet-callout{max-width:1280px;
  margin:0 auto;}
.direct-service .strong-nav{display:flex;
  flex-wrap:wrap;
  gap:calc(1.26rem * 1.5);
  align-items:flex-start;}
.direct-service h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(18.9px * 2);
  line-height:1.12;}
.direct-service .strong-nav p{flex:1 1 24rem;
  min-width:0;
  margin:0;
  color:var(--ink-dark);
  line-height:1.81;}
.direct-service .offer-links{margin-top:calc(1.26rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.26rem;}
.direct-service .offer-links a{
  flex:1 1 18rem;
  min-width:0;
  display:block;
  color:#1a222b;
  text-decoration:none;
  background:var(--surface-warm);
  border:1px solid var(--surface-strong);
  border-left:3px solid var(--paint-secondary);
  border-radius:0.48rem;
  padding:calc(1.5rem * .75);
  box-shadow:0 1px 4px rgba(0,0,0,0.13);
  transition:box-shadow 490ms var(--speed-soft);
}
.direct-service .offer-links a:hover{box-shadow:0 8px 22px rgba(0,0,0,0.17);}
.direct-service .offer-links strong{display:block;
  font-size:18.9px;
  line-height:1.3;}
.direct-service .offer-links span{display:block;
  margin-top:.5rem;
  color:var(--ink-dark);
  font-size:calc(18.9px * .875);
  line-height:1.81;}
.direct-service .narrow-copy{margin:calc(1.26rem * 1.5) 0 0;
  padding-top:1.5rem;
  border-top:1px solid var(--surface-strong);
  color:var(--ink-dark);
  font-size:calc(18.9px * .875);
  line-height:1.81;}
.direct-service .soft-view{margin-top:calc(1.26rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.26rem;}
.direct-service .soft-view a{color:#1f3a5f;
  text-decoration:none;
  font-size:calc(18.9px * .875);
  border-bottom:1px solid #1f3a5f;
  padding-bottom:2px;}
.direct-service .soft-view a:hover{color:inherit;
  border-bottom-color:#e8721c;}
@media (max-width:680px){.direct-service .strong-nav{display:block}.direct-service .strong-nav p{margin-top:1.5rem}.direct-service .offer-links{display:block}.direct-service .offer-links a{margin-top:1.26rem}
}
.narrow-grid{
  background: linear-gradient(135deg, #16283f 0%, #1f3a5f 55%, #2c4f7c 100%);
  color: #f4f7fa;
  padding: calc(1.5rem * 2.4) 2.7rem;
}
.narrow-grid .quiet-callout{width: min(100%, 1280px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.26rem * 1.5);}
.narrow-grid h2,
.narrow-grid h3,
.narrow-grid p{margin: 0;}
.narrow-grid h2{font-size: calc(18.9px * 2); line-height: 1.1;}
.narrow-grid h3{font-size: calc(18.9px * 1.35); line-height: 1.18;}
.narrow-grid p{font-size: 18.9px; line-height: 1.81;}
.narrow-grid .strong-nav{display: grid;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid rgba(244, 247, 250, 0.22);}
.narrow-grid .simple-visual{font-size: calc(18.9px * 1.125);}
.narrow-grid .active-nav{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.narrow-grid .team-unit{
  flex: 1 1 22rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.48rem;
  background: var(--surface-warm);
  color: var(--line-secondary);
  border: 1px solid var(--surface-strong);
  animation: peopleMemberIn calc(490ms * 2.2) var(--speed-soft) both;
  animation-delay: var(--ease-slow, 0ms);
}
.narrow-grid .team-unit:nth-child(3n + 1){flex-basis: 26rem;}
.narrow-grid .plain-intro{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  font-size: calc(18.9px * .875);}
.narrow-grid .media-benefit{}
.narrow-grid .site-track{
  padding: 2px 10px;
  border-radius: 0.31rem;
  background: var(--paint-secondary);
  color: #1a1207;
}
.narrow-grid .narrow-copy{color: #f4f7fa;
  opacity: .82;}
@keyframes peopleMemberIn {from{ opacity: .2; transform: translateY(6px); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.narrow-grid .team-unit,
  .narrow-grid .team-unit:nth-child(3n + 1){ flex-basis: 100%; }
}
.visual-grid{
    color:#f4f7fa;
    background:linear-gradient(135deg, #16283f 0%, #1f3a5f 55%, #2c4f7c 100%);
    padding:calc(1.5rem * 2.4) 2.7rem;
}
.visual-grid .c{max-width:1280px;
    margin:0 auto;
    display:grid;
    gap:2.7rem;}
@media (min-width:1024px){.visual-grid .c{grid-template-columns:1fr 300px;}
}
.visual-grid .visual-media{margin-bottom:calc(1.26rem * 1.5);}
.visual-grid h1{font-size:calc(18.9px * 2.65);
    margin:0 0 1rem;
    line-height:1.2;}
.visual-grid .text-frame{display:flex;
    flex-wrap:wrap;
    gap:1rem;
    font-size:calc(18.9px * .875);
    opacity:0.85;}
.visual-grid .fresh-shell{margin:0 0 calc(1.26rem * 1.5);
    border-radius:0.83rem;
    overflow:hidden;
    box-shadow:0 8px 22px rgba(0,0,0,0.17);}
.visual-grid .fresh-shell img{display:block;
    width:100%;
    height:auto;}
.visual-grid .top-view{line-height:1.81;
    font-size:18.9px;}
.visual-grid .top-view p{margin:0 0 calc(1.26rem * 1.5);}
.visual-grid .top-view p:last-child{margin-bottom:0;}
.visual-grid .soft-view{margin-top:calc(1.26rem * 1.5);
    display:flex;
    flex-wrap:wrap;
    gap:1.26rem;}
.visual-grid .soft-view a{text-decoration:none;
    font-size:calc(18.9px * .875);
    border-bottom:1px solid var(--paint-secondary);
    padding-bottom:2px;}
.visual-grid .soft-view a:hover{border-bottom-color:#c95c10;}
.visual-grid .plain-contact{
    background:var(--surface-warm);
    color:var(--line-secondary);
    padding:calc(1.5rem * .75);
    border-radius:0.83rem;
    box-shadow:0 1px 4px rgba(0,0,0,0.13);
    align-self:start;
}
.visual-grid .plain-contact h3{margin:0 0 calc(1.26rem * 1.5);
    font-size:calc(18.9px * 1.35);}
.visual-grid .fresh-steps{display:flex;
    flex-direction:column;
    gap:0.75rem;}
.visual-grid .plain-contact a{text-decoration:none;
    font-size:calc(18.9px * .875);}
.visual-grid .plain-contact a:hover{text-decoration:underline;}
.offer-frame{padding:calc(1.5rem * 2.4) 2.7rem;background:#f5f7f9;color:#1a222b;}
.offer-frame .open-steps{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.26rem * 1.5);align-items:flex-start;}
.offer-frame .primary-benefit{display:flex;align-items:center;gap:1.26rem;flex:0 0 auto;}
.offer-frame .offer-header{width:72px;height:72px;border-radius:0.83rem;object-fit:cover;box-shadow:0 1px 4px rgba(0,0,0,0.13);}
.offer-frame .id{display:flex;flex-direction:column;}
.offer-frame .content-group{margin:0 0 2px;font-size:calc(18.9px * 1.125);line-height:1.2;}
.offer-frame .media-benefit{margin:0;font-size:calc(18.9px * .875);color:var(--ink-dark);}
.offer-frame .public-nav{flex:1 1 320px;display:flex;flex-direction:column;gap:calc(1.26rem * 1.5);}
.offer-frame .primary-contact{margin:0;font-size:18.9px;line-height:1.81;}
.offer-frame .narrow-copy{margin:0;font-size:calc(18.9px * .875);line-height:1.81;color:var(--ink-dark);}
.offer-frame .narrow-copy a{color:#1f3a5f;text-decoration:none;border-bottom:1px solid var(--surface-strong);}
.offer-frame .narrow-copy a:hover{color:inherit;border-bottom-color:#e8721c;}
@media (max-width:640px){.offer-frame .primary-benefit{flex-direction:column;align-items:flex-start;}
}
.soft-wrap{padding:calc(1.5rem * 2.4) 2.7rem;background:linear-gradient(135deg, #16283f 0%, #1f3a5f 55%, #2c4f7c 100%);color:#f4f7fa}
.soft-wrap .quiet-callout{max-width:1280px;margin:0 auto}
.soft-wrap .active-nav{display:flex;gap:calc(1.26rem * 1.5);align-items:flex-start}
.soft-wrap .fresh-links{flex:0 1 22rem;min-width:0;border-left:1px solid color-mix(in srgb,#f4f7fa 28%,transparent);padding-left:1.5rem}
.soft-wrap .fresh-links .narrow-copy{margin:0;line-height:1.81;font-size:calc(18.9px * .875)}
.soft-wrap .offer-grid{flex:1 1 44rem;min-width:0}
.soft-wrap h2{margin:0;max-width:22ch;font-size:calc(18.9px * 2.65);line-height:1.05}
.soft-wrap .active-visual{margin-top:calc(1.26rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.soft-wrap .active-visual p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.soft-wrap strong{flex:0 1 15rem;min-width:0;font-size:calc(18.9px * .875);letter-spacing:0.01em}
.soft-wrap span{flex:1 1 28rem;min-width:0;line-height:1.81}
@media(max-width:760px){.soft-wrap .active-nav{display:block}.soft-wrap .fresh-links{border-left:0;padding-left:0}.soft-wrap .offer-grid{margin-top:calc(1.26rem * 1.5)}.soft-wrap .active-visual p{display:block}.soft-wrap span{display:block;margin-top:calc(1.5rem * .75)}.soft-wrap h2{font-size:calc(18.9px * 2)}
}
.direct-footer{
  background:#f5f7f9;
  color:#1a222b;
  padding:calc(1.5rem * 2.4) 2.7rem;
}
.direct-footer .quiet-callout{max-width:1280px;
  margin:0 auto;}
.direct-footer .strong-nav{display:flex;
  flex-wrap:wrap;
  gap:calc(1.26rem * 1.5);
  align-items:flex-start;}
.direct-footer h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(18.9px * 2);
  line-height:1.1;}
.direct-footer .strong-nav p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:var(--ink-dark);
  line-height:1.81;}
.direct-footer .offer-links{margin-top:calc(1.26rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.26rem;}
.direct-footer .offer-links a{
  flex:1 1 17rem;
  min-width:0;
  color:#1a222b;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:var(--surface-warm);
  border:1px solid var(--surface-strong);
  border-radius:0.48rem;
  transition:border-color 490ms var(--speed-soft);
}
.direct-footer .offer-links a:hover{border-color:var(--paint-secondary);}
.direct-footer .offer-links strong,
.direct-footer .offer-links span{display:block;}
.direct-footer .offer-links strong{font-size:18.9px;}
.direct-footer .offer-links span{margin-top:.4rem;
  color:var(--ink-dark);
  font-size:calc(18.9px * .875);
  line-height:1.81;}
.direct-footer .narrow-copy{margin:calc(1.26rem * 1.5) 0 0;
  padding-left:calc(1.5rem * .75);
  border-left:3px solid var(--paint-secondary);
  color:var(--ink-dark);
  line-height:1.81;}
.direct-footer .soft-view{margin-top:calc(1.26rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.26rem;}
.direct-footer .top-callout{
  display:inline-flex;
  color:#f4f7fa;
  background:var(--ink-panel);
  text-decoration:none;
  border-radius:1.23rem;
  padding:.8rem 1.15rem;
  transition:background 490ms var(--speed-soft);
}
.direct-footer .top-callout:hover{
  background:#162c49;color:var(--line-secondary);}
.direct-footer .bottom-frame{color:#1f3a5f;
  text-decoration:none;
  font-size:calc(18.9px * .875);
  border-bottom:1px solid transparent;}
.direct-footer .bottom-frame:hover{color:inherit;
  border-bottom-color:#e8721c;}
@media (max-width:680px){.direct-footer .strong-nav{display:block}.direct-footer .strong-nav p{margin-top:1.5rem}.direct-footer .offer-links{display:block}.direct-footer .offer-links a{display:block;margin-top:1.26rem}
}
.offer-figure{
  background: linear-gradient(135deg, #16283f 0%, #1f3a5f 55%, #2c4f7c 100%);
  color: #f4f7fa;
  padding: calc(1.5rem * 2.4) 2.7rem;
}
.offer-figure .quiet-callout{width: min(100%, 1280px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .38fr) minmax(0, 1fr);
  gap: 1.26rem;}
.offer-figure h2,
.offer-figure h3,
.offer-figure p{margin: 0;}
.offer-figure h2{font-size: calc(18.9px * 2); line-height: 1.1;}
.offer-figure h3{font-size: calc(18.9px * 1.35); line-height: 1.18;}
.offer-figure p{font-size: 18.9px; line-height: 1.81;}
.offer-figure .steady-note{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.26rem * 1.5);
  border-radius: 1.23rem;
  background: linear-gradient(120deg, #e8721c 0%, #f2913f 100%);
  color: #1a1207;
}
.offer-figure .steady-note .narrow-copy{font-size: calc(18.9px * .875);
  opacity: .82;}
.offer-figure .narrow-proof{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.offer-figure .main-area{
  display: grid;
  grid-template-columns: 1rem minmax(6rem, .2fr) minmax(9rem, .3fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 0.48rem;
  background: var(--surface-warm);
  color: var(--line-secondary);
  border: 1px solid var(--surface-strong);
  animation: peopleTimelineIn calc(490ms * 2.2) var(--speed-soft) both;
  animation-delay: var(--ease-slow, 0ms);
}
.offer-figure i{
  width: .6rem;
  height: .6rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: var(--paint-secondary);color:#1a1207;}
.offer-figure .main-area span{font-size: calc(18.9px * .875);
  line-height: 1.4;}
@keyframes peopleTimelineIn {from{ opacity: .2; transform: translateX(calc(calc(1.26rem * 2) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 900px) {.offer-figure .quiet-callout{ grid-template-columns: 1fr; }.offer-figure .main-area{
    grid-template-columns: 1rem minmax(0, 1fr);
  }.offer-figure .main-area span,
  .offer-figure .main-area h3,
  .offer-figure .main-area p{
    grid-column: 2;
  }
}
.bottom-summary{padding:calc(1.5rem * 2.4) 2.7rem;background:linear-gradient(135deg, #16283f 0%, #1f3a5f 55%, #2c4f7c 100%);color:#f4f7fa;}
.bottom-summary .secondary-steps{max-width:1280px;margin:0 auto;display:grid;gap:calc(1.26rem * 1.5);}
.bottom-summary .page-rail{display:grid;gap:calc(1.5rem * .75);}
.bottom-summary img{width:100%;height:clamp(320px,50vw,560px);object-fit:cover;border-radius:1.23rem;display:block;}
.bottom-summary .primary-steps{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.26rem;border-bottom:1px solid rgba(244,247,250,.22);padding-bottom:calc(1.5rem * .75);}
.bottom-summary h1{margin:0;font-size:calc(18.9px * 2.65);line-height:1.08;max-width:22ch;}
.bottom-summary .focused-list{margin:0;font-size:calc(18.9px * .875);color:#c3cad2;letter-spacing:.02em;}
.bottom-summary .clear-region{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.26rem calc(1.5rem * .75);}
.bottom-summary .clear-region p{margin:0;font-size:18.9px;line-height:1.81;color:#c3cad2;}
.bottom-summary .clear-region p:first-child{color:#f4f7fa;}
.bottom-summary .contact-section{display:flex;flex-wrap:wrap;gap:.5rem;}
.bottom-summary .public-brand{display:inline-block;padding:.35rem .8rem;border:1px solid rgba(244,247,250,.3);border-radius:0.31rem;font-size:calc(18.9px * .875);color:#f4f7fa;}
.bottom-summary .open-rail{display:flex;flex-wrap:wrap;gap:1.26rem;border-top:1px solid rgba(244,247,250,.22);padding-top:calc(1.5rem * .75);}
.bottom-summary .open-rail a{color:var(--paint-secondary);text-decoration:none;font-size:18.9px;border-bottom:1px solid transparent;transition:border-color 490ms var(--speed-soft);}
.bottom-summary .open-rail a:hover{border-bottom-color:var(--paint-secondary);}
@media (max-width:800px){
  .bottom-summary .clear-region{grid-template-columns:1fr;}
  .bottom-summary .primary-steps{flex-direction:column;align-items:flex-start;}
}
.nav{
    padding:calc(1.5rem * 2.4) 2.7rem;
    background:#f5f7f9;
    color:#1a222b;
}
.nav .open-steps{max-width:1280px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.26rem * 1.5);
    align-items:flex-start;}
.nav .active-nav{flex:0 0 220px;
    display:flex;
    flex-direction:column;
    gap:1.26rem;}
.nav .clear-surface{width:100%;
    max-width:180px;
    aspect-ratio:1 / 1;
    object-fit:cover;
    border-radius:0.83rem;
    border:1px solid var(--surface-strong);
    display:block;}
.nav .primary-benefit{display:flex;
    flex-direction:column;
    gap:0.2rem;}
.nav .content-group{margin:0;
    font-size:calc(18.9px * 1.35);
    line-height:1.25;}
.nav .media-benefit{margin:0;
    font-size:calc(18.9px * .875);
    color:var(--ink-dark);}
.nav .public-nav{flex:1 1 420px;
    display:flex;
    flex-direction:column;
    gap:calc(1.26rem * 1.5);}
.nav .primary-contact{margin:0;
    font-size:18.9px;
    line-height:1.81;}
.nav .primary-visual{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:0.4rem 1.4rem;
    font-size:calc(18.9px * .875);}
.nav .primary-visual a{color:#1f3a5f;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 490ms var(--speed-soft), border-color 490ms var(--speed-soft);}
.nav .primary-visual a:hover,
.nav .primary-visual a:focus-visible{color:inherit;
    border-bottom-color:#e8721c;}
.nav .narrow-copy{
    margin:0;
    padding:calc(1.5rem * .75);
    background:#e7ebef;
    color:var(--ink-dark);
    border-radius:0.48rem;
    font-size:calc(18.9px * .875);
    line-height:1.6;
}
@media (max-width:640px){.nav .active-nav{
        flex:1 1 100%;
        flex-direction:row;
        align-items:center;
    }.nav .clear-surface{
        max-width:96px;
        flex:0 0 96px;
    }
}
.content-area{padding:calc(1.5rem * 2.4) 2.7rem;background:#e7ebef;color:var(--ink-dark)}
.content-area .quiet-callout{max-width:1280px;margin:0 auto}
.content-area .narrow-contact{margin-bottom:calc(1.26rem * 1.5);border-bottom:1px solid var(--surface-strong);padding-bottom:calc(1.26rem * 1.5)}
.content-area h2{margin:0;font-size:calc(18.9px * 2);line-height:1.08;letter-spacing:-0.01em}
.content-area .narrow-contact p{margin:1.5rem 0 0;font-size:calc(18.9px * 1.125);line-height:1.81}
.content-area .contact-group{display:flex;align-items:flex-start;gap:calc(1.26rem * 1.5)}
.content-area .strong-steps{flex:0 0 20rem;display:flex;flex-direction:column;align-items:stretch;gap:0;border-left:2px solid var(--surface-strong)}
.content-area button{display:block;width:100%;padding:calc(1.5rem * .75) calc(1.5rem * .75);border:0;border-left:2px solid transparent;margin-left:-2px;background:none;color:inherit;font:inherit;font-size:18.9px;text-align:left;cursor:pointer;opacity:.6;transition:opacity 490ms var(--speed-soft),border-color 490ms var(--speed-soft),padding-left 490ms var(--speed-soft)}
.content-area button:hover{opacity:.9}
.content-area button.is-active{opacity:1;border-left-color:var(--paint-secondary);padding-left:calc(calc(1.5rem * .75) + 2.7rem*.35)}
.content-area .public-inner{flex:1 1 30rem;align-self:start;padding:calc(1.5rem * .75) 0 0}
.content-area [data-response]{display:none}
.content-area [data-response].is-active{display:block;animation:clarifyFocusIn calc(490ms*1.6) var(--speed-soft) both}
.content-area h3{margin:0;font-size:calc(18.9px * 1.35);line-height:1.15}
.content-area [data-response] p{margin:1.5rem 0 0;font-size:18.9px;line-height:1.81}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.26rem * 2)*.1))}to{opacity:1;transform:translateY(0)}}
@media(max-width:820px){.content-area .contact-group{display:block}.content-area .strong-steps{flex:1 1 auto;margin-bottom:calc(1.26rem * 1.5);border-left:0;border-top:1px solid var(--surface-strong)}.content-area button{border-left:0;border-top:2px solid transparent;margin-left:0;margin-top:-1px}.content-area button.is-active{border-top-color:var(--paint-secondary);border-left-color:transparent;padding-left:calc(1.5rem * .75)}}
@media(prefers-reduced-motion:reduce){.content-area [data-response].is-active{animation:none}}
.strong-intro{
  background:#f5f7f9;
  color:#1a222b;
  padding:calc(1.5rem * 2.4) 2.7rem;
}
.strong-intro .quiet-callout{max-width:1280px;
  margin:0 auto;}
.strong-intro .strong-nav{display:flex;
  flex-wrap:wrap;
  gap:calc(1.26rem * 1.5);
  align-items:flex-start;
  border-bottom:1px solid var(--surface-strong);
  padding-bottom:calc(1.26rem * 1.5);}
.strong-intro h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(18.9px * 2);
  line-height:1.12;}
.strong-intro .strong-nav p{flex:1 1 24rem;
  min-width:0;
  margin:0;
  color:var(--ink-dark);
  line-height:1.81;}
.strong-intro .offer-links{margin-top:calc(1.26rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.26rem;}
.strong-intro .offer-links a{
  flex:1 1 17rem;
  min-width:0;
  display:block;
  color:#1a222b;
  text-decoration:none;
  background:var(--surface-warm);
  border:1px solid var(--surface-strong);
  border-radius:0.48rem;
  padding:calc(1.5rem * .75);
  transition:border-color 490ms var(--speed-soft), box-shadow 490ms var(--speed-soft);
}
.strong-intro .offer-links a:hover{border-color:var(--paint-secondary);
  box-shadow:0 1px 4px rgba(0,0,0,0.13);}
.strong-intro .offer-links strong,
.strong-intro .offer-links span{display:block;}
.strong-intro .offer-links strong{font-size:18.9px;
  line-height:1.3;}
.strong-intro .offer-links span{margin-top:.5rem;
  color:var(--ink-dark);
  font-size:calc(18.9px * .875);
  line-height:1.81;}
.strong-intro .narrow-copy{margin:calc(1.26rem * 1.5) 0 0;
  padding-left:1.5rem;
  border-left:2px solid var(--paint-secondary);
  color:var(--ink-dark);
  line-height:1.81;}
.strong-intro .soft-view{margin-top:calc(1.26rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.26rem;}
.strong-intro .soft-view a{color:#1f3a5f;
  text-decoration:none;
  font-size:calc(18.9px * .875);
  border-bottom:1px solid transparent;
  transition:border-color 490ms var(--speed-soft), color 490ms var(--speed-soft);}
.strong-intro .soft-view a:hover{color:inherit;
  border-bottom-color:#e8721c;}
.strong-intro .top-callout{
  display:inline-flex;
  margin-top:calc(1.26rem * 1.5);
  background:var(--ink-panel);
  color:#f4f7fa;
  text-decoration:none;
  border-radius:0.83rem;
  padding:.8rem 1.3rem;
  font-size:calc(18.9px * .875);
  transition:background 490ms var(--speed-soft);
}
.strong-intro .top-callout:hover{
  background:#162c49;color:var(--line-secondary);}
@media (max-width:680px){.strong-intro .strong-nav{display:block}.strong-intro .strong-nav p{margin-top:1.5rem}.strong-intro .offer-links{display:block}.strong-intro .offer-links a{margin-top:1.26rem}
}
.soft-list{
  background: linear-gradient(135deg, #16283f 0%, #1f3a5f 55%, #2c4f7c 100%);
  color: #f4f7fa;
  padding: calc(1.5rem * 2.4) 2.7rem;
}
.soft-list .quiet-callout{width: min(100%, 1280px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.26rem * 1.5);}
.soft-list h2,
.soft-list h3,
.soft-list p{margin: 0;}
.soft-list h2{font-size: calc(18.9px * 2); line-height: 1.1;}
.soft-list h3{font-size: calc(18.9px * 1.35); line-height: 1.18;}
.soft-list p{font-size: 18.9px; line-height: 1.81;}
.soft-list .narrow-panel{
  display: grid;
  gap: 1.26rem;
  padding: calc(1.26rem * 1.5);
  border-radius: 0.83rem;
  background: linear-gradient(120deg, #e8721c 0%, #f2913f 100%);
  color: #1a1207;
}
.soft-list .narrow-menu{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.soft-list [data-block]{
  flex: 1 1 22rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.48rem;
  background: var(--surface-warm);
  color: var(--line-secondary);
  border: 1px solid var(--surface-strong);
  animation: peopleMemberIn calc(490ms * 2) var(--speed-soft) both;
  animation-delay: var(--ease-slow, 0ms);
}
.soft-list [data-block] div{display: flex;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  font-size: calc(18.9px * .875);}
.soft-list .contact-body{color: #f4f7fa;
  opacity: .82;}
@keyframes peopleMemberIn {from{ opacity: .25; transform: translateY(8px); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 700px) {.soft-list [data-block]{ flex: 1 1 100%; }
}
.top-tile{
        padding:calc(calc(1.5rem * 2.4) * .7) 2.7rem;
        background:#f5f7f9;
        color:#1a222b;
    }
.compact-media{
        max-width:1280px;
        margin:0 auto;
    }
.focused-figure{
        padding:clamp(1.15rem,3vw,2rem) 0;
        border-left:3px solid var(--paint-secondary);
        padding-left:clamp(1rem,2.4vw,1.6rem);
    }
.top-tile h1{margin:0;
        font-size:clamp(1.95rem,4.6vw,3.4rem);
        line-height:1.08;
        font-weight:730;
        letter-spacing:-0.01em;}
.top-tile p{margin:clamp(.85rem,1.8vw,1.2rem) 0 0;
        font-size:clamp(1rem,1.5vw,1.14rem);
        line-height:1.72;
        color:var(--ink-dark);}
@media (max-width:680px){.focused-figure{padding:.5rem 0 .5rem 1rem}.top-tile h1{font-size:clamp(1.85rem,9vw,2.7rem)}
    }
.public-story{padding:calc(1.5rem * 2.4) 2.7rem;background:linear-gradient(135deg, #16283f 0%, #1f3a5f 55%, #2c4f7c 100%);color:#f4f7fa}
.public-story .quiet-callout{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.26rem * 1.5);align-items:stretch}
.public-story .public-nav{flex:1 1 22rem;display:flex;flex-direction:column;gap:1.26rem;padding:1.26rem;border-radius:1.23rem;background:var(--paint-secondary);color:#1a1207}
.public-story h2{margin:0;font-size:calc(18.9px * 2);line-height:1.1}
.public-story .public-nav>p{margin:0;font-size:18.9px}
.public-story .content-inner{display:flex;flex-direction:column;gap:calc(1.26rem * .6)}
.public-story .steady-intro{padding:calc(1.5rem * .75);border-radius:0.48rem;background:var(--surface-warm);color:var(--line-secondary);border:1px solid var(--surface-strong)}
.public-story .steady-intro span{display:block;font-size:calc(18.9px * .875);}
.public-story .steady-intro strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-size:18.9px;line-height:1.4}
.public-story .narrow-copy{margin:0;font-size:calc(18.9px * .875);line-height:1.81}
.public-story .steady-service{flex:1 1 30rem;min-height:clamp(22rem,44vw,36rem);border-radius:1.23rem;overflow:hidden;border:1px solid var(--surface-strong);box-shadow:0 8px 22px rgba(0,0,0,0.17)}
.public-story iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 860px){.public-story .quiet-callout{flex-direction:column}.public-story .steady-service{min-height:22rem}}
.featured-contact{padding:calc(1.5rem * 2.4) 2.7rem;background:#16283f;color:#f4f7fa}
.featured-contact .quiet-callout{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.26rem * 1.5)}
.featured-contact .strong-nav{flex:1 1 20rem;align-self:flex-start}
.featured-contact h2{margin:0;font-size:calc(18.9px * 2);line-height:1.12}
.featured-contact .strong-nav p{margin:1.5rem 0 0;line-height:1.81;opacity:.86}
.featured-contact form{flex:1 1 30rem}
.featured-contact fieldset{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1.26rem;margin:0;padding:0;border:0}
.featured-contact label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(18.9px * .875);letter-spacing:.01em}
.featured-contact input,.featured-contact textarea{width:100%;padding:calc(1.5rem * .75);border:1px solid var(--surface-strong);border-radius:0.31rem;background:#f5f7f9;color:#1a222b;font:inherit}
.featured-contact input:focus,.featured-contact textarea:focus{outline:2px solid #e8721c;outline-offset:1px}
.featured-contact .clear-body{display:block;margin-top:1.5rem}
.featured-contact textarea{resize:vertical;min-height:7rem}
.featured-contact form>p{margin:1.5rem 0;font-size:calc(18.9px * .875);opacity:.78}
.featured-contact button{padding:calc(1.5rem * .75) 1.5rem;border:1px solid var(--paint-secondary);border-radius:0.31rem;background:var(--paint-secondary);color:#1a1207;font:inherit;cursor:pointer;transition:background 490ms var(--speed-soft)}
.featured-contact button:hover{background:#c95c10;border-color:#c95c10;color:var(--line-secondary);}
@media(max-width:720px){.featured-contact .quiet-callout{display:block}.featured-contact form{margin-top:calc(1.26rem * 1.5)}}
.quiet-body{background:var(--paint-secondary);color:#1a1207;padding:calc(1.5rem * 2.4) 2.7rem}
.quiet-body .quiet-callout{max-width:1280px;margin:0 auto}
.quiet-body .narrow-content{display:flex;align-items:flex-start;gap:calc(1.26rem * 1.5);flex-wrap:wrap}
.quiet-body .public-nav{flex:1 1 24rem;min-width:0}
.quiet-body h2{margin:0;font-size:clamp(calc(18.9px * 2),5vw,calc(18.9px * 2.65));line-height:1.08;letter-spacing:0}
.quiet-body p{margin:1.5rem 0 0;font-size:calc(18.9px * 1.125);line-height:1.65}
.quiet-body .public-nav a{display:inline-flex;margin-top:1.5rem;padding:calc(1.5rem * .75) 1.26rem;border-radius:0.48rem;background:#1a1207;color:var(--paint-secondary);text-decoration:none;font-weight:700}
.quiet-body .public-nav a:hover{background:var(--ink-panel);color:#f4f7fa}
.quiet-body .media-body{display:block;flex:0 1 16rem;min-width:11rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.83rem}
.quiet-body .team-footer{flex:1 1 28rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.quiet-body .team-unit{padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.quiet-body .team-unit:last-child{border-bottom:0;padding-bottom:0}
.quiet-body strong{display:block;font-size:18.9px}
.quiet-body span{display:block;margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.6}
@media(max-width:780px){.quiet-body .narrow-content{flex-direction:column}.quiet-body .media-body{flex-basis:auto;min-width:0;aspect-ratio:16/9}.quiet-body .team-footer{width:100%}
}
.open-service{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.7rem;
  background: linear-gradient(135deg, #16283f 0%, #1f3a5f 55%, #2c4f7c 100%);
  color: #f4f7fa;
}
.open-service .quiet-callout{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  margin: 0 auto;}
.open-service .clear-body{margin: 0 0 calc(1.26rem * 1.5);
  padding: 1.5rem 0;}
.open-service h2{margin: 0;
  font-size: calc(18.9px * 2);
  line-height: 1.15;}
.open-service .clear-body p{margin: 1.5rem 0 0;
  font-size: calc(18.9px * 1.125);
  line-height: 1.81;}
.open-service .direct-track{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.26rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(244, 247, 250, 0.28);}
.open-service .public-content{display: flex;
  flex-wrap: wrap;
  gap: 1.26rem;}
.open-service .public-content p{flex: 1 1 22rem;
  margin: 0;
  line-height: 1.81;}
.open-service .simple-proof{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.open-service .simple-proof a{color: inherit;
  font-size: calc(18.9px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.open-service .site-benefit{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: calc(1.26rem * 1.5);
  padding-top: 1.5rem;
  border-top: 1px solid rgba(244, 247, 250, 0.18);}
.open-service .site-benefit a{flex: 1 1 16rem;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  line-height: 1.81;}
.open-service .site-benefit span{display: block;
  margin-top: .35rem;
  font-size: calc(18.9px * .875);
  opacity: .72;}
@media (max-width: 720px) {.open-service .direct-track,
  .open-service .public-content{
    display: block;
  }.open-service .public-content p + p{
    margin-top: calc(1.5rem * .75);
  }.open-service .simple-proof{
    align-items: flex-start;
    margin-top: 1.5rem;
  }
}
.main-inner{
  padding: calc(1.5rem * 2.4) 2.7rem;
  background: #f5f7f9;
  color: #1a222b;
}
.main-inner .quiet-callout{max-width: 1280px;
  margin: 0 auto;}
.main-inner .strong-nav{padding-bottom: calc(1.26rem * 1.5);
  border-bottom: 1px solid var(--surface-strong);
  margin-bottom: calc(1.26rem * 1.5);}
.main-inner h2{margin: 0;
  font-size: calc(18.9px * 2);
  line-height: 1.12;}
.main-inner .strong-nav p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.9px * 1.125);
  color: var(--ink-dark);}
.main-inner .public-proof{display: flex;
  flex-wrap: wrap;
  gap: 1.26rem;}
.main-inner .public-details{
  flex: 1 1 22rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.83rem;
  background: var(--surface-warm);
  color: var(--line-secondary);
  border: 1px solid var(--surface-strong);
  box-shadow: 0 1px 4px rgba(0,0,0,0.13);
}
.main-inner .secondary-figure{display: flex;
  flex-direction: column;
  gap: 0.4rem;}
.main-inner .site-track{
  display: inline-block;
  align-self: flex-start;
  padding: 0.2rem 0.6rem;
  border-radius: 0.31rem;
  background: var(--paint-secondary);
  color: #1a1207;
  font-size: calc(18.9px * .875);
  letter-spacing: 0.02em;
}
.main-inner h3{margin: 0;
  font-size: calc(18.9px * 1.35);
  line-height: 1.25;}
.main-inner .public-details p{margin: calc(1.5rem * .75) 0 0;
  color: var(--ink-dark);}
@media (max-width: 700px) {.main-inner .public-details{
    flex: 1 1 100%;
  }
}
.clear-team{padding:calc(1.5rem * 2.4) 2.7rem;background:#f5f7f9;color:#1a222b;}
.team-note{max-width:1280px;margin:0 auto;}
.clear-team h1{margin:0;font-size:calc(18.9px * 2.65);line-height:1.08;}
.team-grid{padding:calc(1.5rem * 2.4) 2.7rem;background:#e7ebef;color:var(--ink-dark)}
.team-grid .text-section{max-width:min(1280px,72rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(1.26rem * 1.5)}
.team-grid h2{margin:0;font-size:calc(18.9px * 2);line-height:1.15;letter-spacing:-0.01em}
.team-grid .clear-rail{margin:0;font-size:calc(18.9px * 1.125);line-height:1.6}
.team-grid .main-surface{padding:calc(1.5rem * .75) 0 0;border-top:1px solid var(--surface-strong)}
.team-grid .main-surface:first-of-type{border-top:0;padding-top:0}
.team-grid h3{margin:0 0 calc(1.5rem * .75);font-size:calc(18.9px * 1.35);line-height:1.25}
.team-grid .main-surface p{margin:0;font-size:18.9px;line-height:1.81}
@media (min-width:900px){.team-grid .text-section{display:grid;grid-template-columns:1fr 1fr;column-gap:2.7rem;row-gap:calc(1.26rem * 1.5)}.team-grid h2,.team-grid .clear-rail{grid-column:1 / -1}.team-grid .main-surface{border-top:1px solid var(--surface-strong);padding-top:calc(1.5rem * .75)}
}
.site-group{
        padding:calc(calc(1.5rem * 2.4) * .8) 2.7rem;
        background:#f5f7f9;
        color:#1a222b;
        border-bottom:1px solid var(--surface-strong);
    }
.compact-media{
        max-width:1280px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.26rem * 1.5);
    }
.focused-figure{
        padding:clamp(1.1rem,2.6vw,1.9rem) 0;
        border-left:3px solid var(--paint-secondary);
        padding-left:clamp(1rem,2.4vw,1.6rem);
    }
.site-group h1{margin:0;
        font-size:clamp(1.85rem,4.4vw,3.1rem);
        line-height:1.12;
        font-weight:700;
        letter-spacing:-0.01em;}
.site-group p{margin:clamp(.85rem,1.8vw,1.15rem) 0 0;
        font-size:18.9px;
        line-height:1.72;
        color:var(--ink-dark);}
@media (max-width:680px){.focused-figure{
            padding:.4rem 0 .4rem .9rem;
            border-left-width:2px;
        }.site-group h1{
            font-size:clamp(1.6rem,7.5vw,2.3rem);
        }
    }
.top-inner{--field-public:calc(1.5rem * 0.89);--state-content:calc(1280px / 2.13);padding:calc(1.5rem * 2.4) 2.7rem;background:var(--ink-panel);color:#f4f7fa;}
.top-inner .quiet-callout{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;}
.top-inner h1,.top-inner h2,.top-inner h3,.top-inner p,.top-inner ul{margin:0;}
.top-inner h2{font-size:calc(18.9px * 2);line-height:1.12;}
.top-inner p{font-size:18.9px;line-height:1.81;color:color-mix(in srgb, currentColor 78%, transparent);}
.top-inner a{color:inherit;text-decoration:none;}
.top-inner .narrow-copy{max-width:calc(1280px / 3);margin-bottom:1.5rem;font-size:calc(18.9px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.top-inner .simple-visual{max-width:var(--state-content);}
.top-inner .simple-visual + .simple-visual{margin-top:calc(1.26rem * 1.5);}
.top-inner .offer-feature{margin-top:1.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:1.26rem;}
.top-inner .top-callout{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.31rem;background:var(--paint-secondary);color:#1a1207;font-weight:600;transition:background 490ms var(--speed-soft);}
.top-inner .top-callout:hover{background:#c95c10;color:var(--line-secondary);}
.top-inner .soft-view{display:flex;flex-wrap:wrap;gap:1.26rem;font-size:calc(18.9px * .875);}
.top-inner .soft-view a{border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:2px;transition:border-color 490ms var(--speed-soft);}
.top-inner .soft-view a:hover{border-color:currentColor;}
.top-inner .steady-story{padding-inline-start:calc(2.7rem / 2);}
.top-inner .focused-flow{row-gap:calc(var(--field-public) * 1.2);}
@media (max-width:720px){.top-inner .steady-story{padding-inline-start:0;}.top-inner .offer-feature{flex-direction:column;align-items:flex-start;}
}
.open-footer{
  padding: calc(1.5rem * 2.4) 2.7rem;
  background: #16283f;
  color: #f4f7fa;
}
.open-footer .quiet-callout{max-width: min(1280px, 72rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.26rem * 1.5);}
.open-footer .simple-visual h2{margin: 0;
  font-size: calc(18.9px * 2);
  line-height: 1.1;}
.open-footer .simple-visual .strong-nav{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.9px * 1.125);
  line-height: 1.81;}
.open-footer .soft-view{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  border-top: 1px solid #2a333d;
  padding-top: calc(1.5rem * .75);}
.open-footer .simple-contact{display: flex;
  flex-direction: column;
  gap: 0.4rem;}
.open-footer .simple-contact strong{font-size: calc(18.9px * 1.35);
  line-height: 1.25;}
.open-footer .simple-contact p{margin: 0;
  line-height: 1.81;}
.open-footer .bottom-frame{border-top: 1px solid #2a333d;
  padding-top: calc(1.5rem * .75);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;}
.open-footer .bottom-frame .narrow-copy,
.open-footer .bottom-frame .content-flow{margin: 0;
  font-size: calc(18.9px * .875);
  line-height: 1.81;}
.open-footer a{color: var(--paint-secondary);
  text-decoration: underline;
  text-underline-offset: 3px;}
.open-footer a:hover{color:inherit;}
@media (min-width: 720px) {.open-footer .soft-view{
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.26rem;
  }.open-footer .simple-contact{
    flex: 1 1 18rem;
  }
}
.featured-view{
  padding:calc(1.5rem * 2.4) 2.7rem;
  background:#f5f7f9;
  color:#1a222b;
}
.featured-view .quiet-callout{max-width:1280px;
  margin:0 auto;}
.featured-view .simple-copy{display:flex;
  gap:calc(1.26rem * 1.5);
  align-items:flex-start;
  flex-wrap:wrap;}
.featured-view .simple-visual{flex:1 1 34rem;
  min-width:0;}
.featured-view .simple-visual .narrow-copy{margin:0 0 1.5rem;
  font-size:calc(18.9px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:var(--ink-dark);}
.featured-view h2{margin:0 0 calc(1.26rem * 1.5);
  font-size:calc(18.9px * 2.65);
  line-height:1.06;}
.featured-view .simple-visual .narrow-list{margin:0;
  font-size:18.9px;
  line-height:1.81;}
.featured-view .featured-brand{
  flex:1 1 26rem;
  min-width:0;
  padding:calc(1.5rem * .75);
  background:var(--surface-warm);
  color:var(--line-secondary);
  border:1px solid var(--surface-strong);
  border-radius:0.83rem;
  box-shadow:0 1px 4px rgba(0,0,0,0.13);
}
.featured-view .featured-brand .narrow-list{margin:0;
  line-height:1.81;}
.featured-view .featured-brand .top-callout{
  display:inline-flex;
  align-items:center;
  margin-top:1.5rem;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.48rem;
  background:var(--ink-panel);
  color:#f4f7fa;
  text-decoration:none;
  font-weight:600;
  transition:background 490ms var(--speed-soft);
}
.featured-view .featured-brand .top-callout:hover{
  background:#162c49;color:var(--line-secondary);}
.featured-view .soft-view{list-style:none;
  margin:calc(1.26rem * 1.5) 0 0;
  padding:0;
  display:flex;
  flex-direction:column;}
.featured-view .soft-view li a{display:block;
  padding:calc(calc(1.5rem * .75) * 0.7) 0;
  border-bottom:1px solid var(--surface-strong);
  color:#1f3a5f;
  text-decoration:none;
  transition:color 490ms var(--speed-soft);}
.featured-view .soft-view li:last-child a{border-bottom:none;}
.featured-view .soft-view li a:hover{color:inherit;}
.featured-view .bottom-frame{margin:calc(1.26rem * 1.5) 0 0;
  font-size:calc(18.9px * .875);
  color:var(--ink-dark);}
.featured-view .bottom-frame a{color:#1f3a5f;
  text-decoration:underline;}
.featured-view .bottom-frame a:hover{color:inherit;}
@media(max-width:760px){.featured-view .simple-copy{
    display:block;
  }.featured-view h2{
    font-size:calc(18.9px * 2);
  }.featured-view .featured-brand{
    margin-top:calc(1.26rem * 1.5);
  }
}
