html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"Quicksand", sans-serif;}
.narrow-story {
    width: 100%;
    background: var(--surface-light);
    color: var(--paint-secondary);
    border-bottom: 1px solid var(--ink-soft);
    box-shadow: 0 1px 7px rgba(0,0,0,0.15);
  }
:root {
  --paint-secondary: #141416;
  --ease-entry: cubic-bezier(0.16,1,0.3,1);
  --surface-light: #ffffff;
  --ink-soft: #dcdce0;
}
.bottom-proof {
    max-width: 1380px;
    margin: 0 auto;
    padding: 1.5rem 2.03rem;
    display: flex;
    align-items: center;
    gap: 2.05rem;
  }
.strong-unit {
    font-size: calc(19.2px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--paint-secondary);
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
.strong-unit:hover {
    color: #e01b2f;
  }
.plain-actions {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(2.05rem * 1.25);
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 19.2px;
    color: var(--paint-secondary);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 400ms var(--ease-entry),
                border-color 400ms var(--ease-entry);
  }
.nav-list a:hover {
    color: #e01b2f;
    border-bottom-color: #e01b2f;
  }
.steady-intro {
    display: flex;
    align-items: center;
    gap: 2.05rem;
    flex-shrink: 0;
  }
.simple-team {
    font-size: calc(19.2px * .875);
    color: #2a2a2d;
    text-decoration: none;
    transition: color 400ms var(--ease-entry);
  }
.simple-team:hover {
    color: #e01b2f;
  }
.focused-stack {
    display: inline-block;
    padding: 0.55rem 1rem;
    font-size: calc(19.2px * .875);
    font-weight: 600;
    background: #c8102e;
    color: #ffffff;
    border-radius: 0.57rem;
    text-decoration: none;
    white-space: nowrap;
    transition: background 400ms var(--ease-entry);
  }
.focused-stack:hover{
    background: #a30c24;color:var(--paint-secondary);}
.site-story {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    background: #f4f4f5;
    color: #2a2a2d;
    border: 1px solid var(--ink-soft);
    border-radius: 0.29rem;
    cursor: pointer;
    flex-shrink: 0;
  }
.site-story span{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: #2a2a2d;
    border-radius: 2px;
    transition: transform 400ms var(--ease-entry),
                opacity 400ms var(--ease-entry);color:var(--paint-secondary);}
.site-story.is-open span:nth-child(1){transform: translateY(7px) rotate(45deg);}
.site-story.is-open span:nth-child(2){opacity: 0;}
.site-story.is-open span:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
@media (max-width: 960px) {
    .nav-list {
      gap: 2.05rem;
    }
    .simple-team {
      display: none;
    }
  }
@media (max-width: 767px) {
    .bottom-proof {
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .site-story {
      display: flex;
      order: 3;
    }

    .steady-intro {
      order: 2;
      margin-left: auto;
    }

    .steady-intro .focused-stack {
      padding: 0.5rem 0.8rem;
      font-size: calc(19.2px * .875);
    }

    .plain-actions {
      order: 4;
      flex-basis: 100%;
      display: none;
      justify-content: flex-start;
      padding-top: calc(2.05rem * 1.5);
      border-top: 1px solid var(--ink-soft);
      margin-top: calc(2.05rem * 1.5);
    }

    .plain-actions.is-open {
      display: flex;
    }

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
      width: 100%;
    }

    .nav-list li {
      width: 100%;
    }

    .nav-list a {
      display: block;
      width: 100%;
      padding: 0.75rem 0.25rem;
      border-bottom: 1px solid var(--ink-soft);
    }

    .nav-list a:hover {
      border-bottom-color: var(--ink-soft);
      color: #e01b2f;
    }
  }
.active-stack{font-family:"Quicksand", sans-serif;font-size:19.2px;line-height:1.58;padding:calc(1.5rem * 2.4) 2.03rem;width:100%;background:#141416;color:#f4f4f5;}
.visual-team{max-width:1380px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(2.05rem * 1.5)}
.soft-contact{font-size:calc(19.2px * .875);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;margin:0 0 calc(1.5rem * .75);color:inherit}
.public-plan{padding-bottom:calc(2.05rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.18)}
.site-feature{font-style:normal;display:flex;flex-direction:column;gap:calc(1.5rem * .75);font-size:19.2px}
.top-unit{display:block}
.team-lead{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;align-self:flex-start;padding-bottom:1px;transition:opacity 400ms var(--ease-entry)}
.team-lead:hover,
  .team-lead:focus-visible{opacity:0.75}
.open-items{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.visual-note{font-size:calc(19.2px * 1.35);font-weight:700;margin:0;letter-spacing:0.01em;color:inherit}
.bottom-callout{margin:0;max-width:42ch;font-size:calc(19.2px * .875);line-height:1.58;opacity:0.85}
.steady-area{display:grid;grid-template-columns:1fr;gap:calc(2.05rem * 1.5)}
.contact-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);font-size:calc(19.2px * .875)}
.contact-items a{color:inherit;text-decoration:none;transition:opacity 400ms var(--ease-entry)}
.contact-items a:hover,
  .contact-items a:focus-visible{opacity:0.75;text-decoration:underline;text-underline-offset:3px;color:inherit}
.site-figure{padding-top:calc(2.05rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.soft-copy{margin:0;font-size:calc(19.2px * .875);line-height:1.58;opacity:0.8;max-width:70ch}
.service-footer{margin:0;font-size:calc(19.2px * .875);opacity:0.75}
.steady-visual{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75) calc(2.05rem * 1.5);font-size:calc(19.2px * .875)}
.steady-visual a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:1px;transition:opacity 400ms var(--ease-entry)}
.steady-visual a:hover,
  .steady-visual a:focus-visible{opacity:0.75;color:inherit}
@media (min-width: 720px) {.steady-area{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 1024px) {.visual-team{grid-template-columns:minmax(0, 1fr) minmax(0, 1.4fr);grid-template-areas:"contacts nav"
        "brand nav"
        "legal legal";column-gap:2.03rem;row-gap:calc(2.05rem * 1.5)}.public-plan{grid-area:contacts;border-bottom:none;padding-bottom:0}.open-items{grid-area:brand}.clear-group{grid-area:nav}.site-figure{grid-area:legal}.steady-area{grid-template-columns:repeat(3, minmax(0, 1fr))}
  }
footer .local-proof{flex:1 1 100%;max-width:1380px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(19.2px * .875);line-height:1.58;opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;left:12px;right:12px;bottom:12px;z-index:1200;}
.cookies .steady-callout{max-width:1380px;margin:0 auto;padding:14px 12px;border:1px solid var(--ink-soft);border-radius:12px;background:var(--surface-light);box-shadow:0 1px 7px rgba(0,0,0,0.15);display:flex;align-items:center;justify-content:space-between;gap:2.05rem;flex-wrap:wrap;color:var(--paint-secondary);}
.cookies .steady-callout p{margin:0;}
.cookies .main-frame{display:flex;gap:8px;flex-wrap:wrap;}
.cookies .main-frame button{border:0;border-radius:999px;background:#f4f4f5;color:#2a2a2d;padding:7px 11px;cursor:pointer;}
.cookies .main-frame button.cookie-accept{background:#c8102e;color:#ffffff;}
@media (max-width: 760px){.cookies{border-radius:0.77rem;}
    }
.team-view{
        padding:calc(1.5rem * 2.6) 2.03rem;
        background:#f4f4f5;
        color:#2a2a2d;
    }
.team-view .page-region{max-width:1380px;
        margin:0 auto;
        display:flex;
        flex-wrap:wrap;
        align-items:center;
        gap:calc(2.05rem * 1.8);}
.team-view .simple-header{flex:1 1 28rem;
        min-width:0;
        display:flex;
        flex-direction:column;
        gap:calc(2.05rem * 1.5);}
.team-view h1{margin:0;
        font-size:clamp(2rem,4vw,3.1rem);
        line-height:1.12;
        letter-spacing:-0.01em;}
.team-view .bottom-inner{margin:0;
        font-size:calc(19.2px * 1.125);
        line-height:1.58;
        max-width:44rem;}
.team-view .main-frame{display:flex;
        flex-wrap:wrap;
        gap:2.05rem;
        margin-top:calc(calc(2.05rem * 1.5) * 0.4);}
.team-view .main-frame a{
        text-decoration:none;
        padding:.75rem 1.15rem;
        border-radius:0.57rem;
        border:1px solid var(--ink-soft);
        background:var(--surface-light);
        color:var(--paint-secondary);
        font-weight:600;
        transition:background 400ms var(--ease-entry), color 400ms var(--ease-entry);
    }
.team-view .main-frame a:first-child{
        background:#c8102e;
        color:#ffffff;
        border-color:#c8102e;
    }
.team-view .main-frame a:first-child:hover{
        background:#a30c24;
        border-color:#a30c24;color:var(--paint-secondary);}
.team-view .main-frame a:last-child:hover{
        background:#f4f4f5;color:#2a2a2d;}
.team-view .quiet-fields{margin:0;
        font-size:calc(19.2px * .875);
        line-height:1.58;}
.team-view .quiet-fields a{color:#c8102e;
        text-decoration:underline;
        text-underline-offset:2px;}
.team-view .quiet-fields a:hover{color:inherit;}
.team-view .strong-form{flex:1 1 22rem;
        max-width:32rem;
        width:100%;
        height:auto;
        display:block;
        border-radius:1.07rem;
        border:1px solid var(--ink-soft);
        box-shadow:0 6px 26px rgba(0,0,0,0.19);
        object-fit:cover;}
@media (max-width: 940px){.team-view .strong-form{max-width:none;}.team-view .bottom-inner{font-size:19.2px;}
    }
.main-headline{--mark-content:calc(1.5rem * 1.2);--field-content:calc(1380px / 2.4);padding:calc(1.5rem * 2.4) 2.03rem;background:#c8102e;color:#ffffff;}
.main-headline .steady-callout{max-width:1380px;margin:0 auto;}
.main-headline h2,.main-headline h3,.main-headline p{margin:0;}
.main-headline h2{font-size:calc(19.2px * 2);line-height:1.14;}
.main-headline h3{font-size:calc(19.2px * 1.35);line-height:1.22;}
.main-headline p{font-size:19.2px;line-height:1.58;}
.main-headline a{color:inherit;text-decoration:none;}
.main-headline .visual-menu{font-size:calc(19.2px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.78;}
.main-headline .top-team{margin-top:calc(1.5rem / 2);max-width:var(--field-content);opacity:0.86;}
.main-headline .main-story{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.29rem;background:#ffffff;color:#c8102e;font-size:19.2px;}
.main-headline .contact-team{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.05rem;margin-top:var(--mark-content);}
.main-headline .focused-area{flex:1 1 calc(1380px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.main-headline .focused-area p{margin-top:calc(1.5rem / 3);opacity:0.84;}
.main-headline .focused-area a{display:inline-block;margin-top:calc(1.5rem / 2.4);font-size:calc(19.2px * .875);text-decoration:underline;text-underline-offset:3px;}
.main-headline .visual-tile{display:flex;flex-wrap:wrap;align-items:flex-end;gap:2.05rem;}
.main-headline .visual-tile>.simple-header{flex:1 1 auto;min-width:0;}
.main-headline .visual-tile>.main-story{flex:0 0 auto;}
.main-headline .visual-tile>.contact-team{flex:1 1 100%;}
.main-headline .simple-header h2{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.main-headline .visual-tile{align-items:flex-start;}.main-headline .focused-area{flex:1 1 100%;}
}
.open-body{
        --mark-content: calc(1.5rem * 1.05);
        --field-content: calc(1380px / 2.3);
        padding: calc(1.5rem * 2.4) 2.03rem;
        background: #141416;
        color: #f4f4f5;
    }
.open-body .steady-callout{max-width: 1380px;
        margin: 0 auto;}
.open-body h2,
    .open-body h3,
    .open-body p{margin: 0;}
.open-body h2{font-size: calc(19.2px * 2);
        line-height: 1.14;}
.open-body h3{font-size: calc(19.2px * 1.35);
        line-height: 1.22;}
.open-body p{font-size: 19.2px;
        line-height: 1.58;}
.open-body .site-frame{max-width: var(--field-content);}
.open-body .top-team{margin-top: calc(1.5rem / 2);}
.open-body .contact-team{display: flex;
        flex-direction: column;
        gap: 0;
        margin-top: var(--mark-content);
        border-top: 1px solid color-mix(in srgb, #f4f4f5 22%, transparent);}
.open-body .focused-area{min-width: 0;
        padding-block: calc(var(--mark-content) * .78);
        border-bottom: 1px solid color-mix(in srgb, #f4f4f5 22%, transparent);
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: calc(1.5rem / 3);}
.open-body .focused-area p{max-width: calc(1380px / 1.55);}
.open-body .quiet-fields{margin-top: var(--mark-content);
        max-width: var(--field-content);
        font-size: calc(19.2px * .875);
        opacity: .9;}
.open-body .quiet-fields a{color: inherit;
        text-decoration: underline;
        text-underline-offset: 3px;}
.open-body .quiet-fields a:hover{color:inherit;}
@media (min-width: 780px) {.open-body .focused-area{
            grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
            gap: 2.05rem;
            align-items: start;
        }.open-body .focused-area p{
            margin-top: 0;
        }
    }
.secondary-intro{--mark-content:calc(1.5rem * 1.12);--field-content:calc(1380px / 2.15);padding:calc(1.5rem * 2.4) 2.03rem;background:#c8102e;color:#ffffff;}
.secondary-intro .steady-callout{max-width:1380px;margin:0 auto;}
.secondary-intro h1,.secondary-intro h2,.secondary-intro h3,.secondary-intro p{margin:0;}
.secondary-intro h1{font-size:calc(19.2px * 2.65);line-height:1.08;}
.secondary-intro h2{font-size:calc(19.2px * 2);line-height:1.12;max-width:var(--field-content);}
.secondary-intro h3{font-size:calc(19.2px * 1.35);line-height:1.2;}
.secondary-intro p{font-size:19.2px;line-height:1.58;color:color-mix(in srgb, currentColor 74%, transparent);}
.secondary-intro a{color:inherit;text-decoration:none;}
.secondary-intro .main-story{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.29rem;background:#ffffff;color:#c8102e;}
.secondary-intro .simple-header .top-team{margin-top:calc(1.5rem / 2);max-width:var(--field-content);}
.secondary-intro .contact-team{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.05rem;margin-top:var(--mark-content);}
.secondary-intro .focused-area{flex:1 1 calc(1380px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.secondary-intro .focused-area p{margin-top:calc(1.5rem / 3);}
.secondary-intro .visual-tile{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.05rem;}
.secondary-intro .visual-tile>.simple-header{flex:1 1 auto;min-width:0;}
.secondary-intro .visual-tile>.main-story{flex:0 0 auto;}
.secondary-intro .visual-tile>.contact-team{flex:1 1 100%;}
.secondary-intro .simple-header h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.secondary-intro .focused-area{flex:1 1 100%;}}
.steady-menu{
    padding:calc(1.5rem * 2.4) 2.03rem;
    background:#f4f4f5;
    color:#2a2a2d;
}
.steady-menu .steady-callout{max-width:1380px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,0.85fr) minmax(0,1.15fr);
    gap:2.05rem;
    align-items:start;}
.steady-menu .track{
    position:relative;
    overflow:hidden;
    border-radius:0.77rem;
    border:1px solid var(--ink-soft);
    background:var(--surface-light);
    box-shadow:0 1px 7px rgba(0,0,0,0.15);color:var(--paint-secondary);}
.steady-menu .track img{display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    aspect-ratio:4 / 5;}
.steady-menu .active-proof h2{margin:0 0 calc(2.05rem * 1.5);
    font-size:calc(19.2px * 2);
    line-height:1.15;}
.steady-menu .active-proof h3{margin:0 0 0.6rem;
    font-size:19.2px;
    font-weight:600;
    letter-spacing:0.01em;}
.steady-menu .active-proof h3 + p{margin-top:0;}
.steady-menu .active-proof p{margin:0 0 calc(2.05rem * 1.5);
    font-size:19.2px;
    line-height:1.58;}
.steady-menu .active-proof ul{margin:0;
    padding:0;
    list-style:none;
    display:flex;
    flex-direction:column;
    gap:0.55rem;}
.steady-menu .active-proof li{position:relative;
    padding-left:1.1rem;
    font-size:calc(19.2px * .875);
    line-height:1.5;}
.steady-menu .active-proof li::before{
    content:"";
    position:absolute;
    left:0;
    top:0.55em;
    width:0.45rem;
    height:0.45rem;
    border-radius:0.29rem;
    background:#e01b2f;color:#ffffff;}
@media (max-width: 900px){.steady-menu .steady-callout{
        grid-template-columns:1fr;
    }.steady-menu .track img{
        aspect-ratio:16 / 10;
    }
}
.main-group{--mark-content:calc(1.5rem * 1.15);--field-content:calc(1380px / 2.20);padding:calc(1.5rem * 2.4) 2.03rem;background:#f4f4f5;color:#2a2a2d;}
.main-group .steady-callout{max-width:1380px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-content);}
.main-group h2,.main-group h3,.main-group p{margin:0;}
.main-group h2{font-size:calc(19.2px * 2);line-height:1.14;max-width:var(--field-content);}
.main-group h3{font-size:calc(19.2px * 1.35);line-height:1.22;}
.main-group p{font-size:19.2px;line-height:1.58;}
.main-group .site-frame{display:flex;flex-wrap:wrap;gap:2.05rem;align-items:flex-end;}
.main-group .site-frame>h2{flex:1 1 calc(1380px / 3.2);min-width:0;}
.main-group .site-frame>.top-team{flex:1 1 calc(1380px / 3.2);min-width:0;opacity:.82;}
.main-group .contact-team{display:flex;flex-wrap:wrap;gap:2.05rem;}
.main-group .focused-area{flex:1 1 calc(1380px / 3.6);min-width:0;padding:calc(1.5rem * .75);border-radius:0.57rem;background:var(--surface-light);color:var(--paint-secondary);border:1px solid var(--ink-soft);box-shadow:0 1px 7px rgba(0,0,0,0.15);}
.main-group .focused-area p{margin-top:calc(1.5rem / 3);opacity:.78;}
@media (max-width:720px){.main-group .site-frame>h2,.main-group .site-frame>.top-team{flex:1 1 100%;}.main-group .focused-area{flex:1 1 100%;}
}
.text-wrap{--mark-content:calc(1.5rem * 1.19);--field-content:calc(1380px / 2.25);padding:calc(1.5rem * 2.4) 2.03rem;background:#f4f4f5;color:#2a2a2d;}
.text-wrap .steady-callout{max-width:1380px;margin:0 auto;}
.text-wrap h2,.text-wrap h3,.text-wrap p{margin:0;}
.text-wrap h2{font-size:calc(19.2px * 2);line-height:1.12;}
.text-wrap h3{font-size:calc(19.2px * 1.35);line-height:1.2;}
.text-wrap p{font-size:19.2px;line-height:1.58;}
.text-wrap .visual-menu{max-width:var(--field-content);font-size:calc(19.2px * 1.125);}
.text-wrap .contact-team{display:flex;flex-wrap:wrap;gap:2.05rem;margin-top:var(--mark-content);}
.text-wrap .focused-area{flex:1 1 calc(1380px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.57rem;background:var(--surface-light);color:var(--paint-secondary);border:1px solid var(--ink-soft);}
.text-wrap .focused-area h3{margin-top:calc(1.5rem / 3);font-size:calc(19.2px * .875);}
.text-wrap .fresh-inner>h2{margin-top:var(--mark-content);}
.visual-headline{padding:calc(1.5rem * 2.4) 2.03rem;background:linear-gradient(120deg, #e01b2f 0%, #8f0a1f 100%);color:#ffffff}
.visual-headline .steady-callout{max-width:1380px;margin:0 auto}
.visual-headline .active-view{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:calc(2.05rem * 1.5);align-items:start}
.visual-headline .site-frame{min-width:0}
.visual-headline h2{margin:0;font-size:calc(19.2px * 2.65);line-height:1.06}
.visual-headline .site-frame p{margin:calc(2.05rem * 1.5) 0 0;font-size:calc(19.2px * 1.125);line-height:1.58}
.visual-headline .primary-plan{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.visual-headline .primary-plan a{display:block;min-width:0;background:color-mix(in srgb,#ffffff 14%,transparent);color:#ffffff;border-radius:0.57rem;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;border-left:3px solid color-mix(in srgb,#ffffff 55%,transparent)}
.visual-headline .primary-plan a:hover{background:color-mix(in srgb,#ffffff 22%,transparent);color:var(--paint-secondary);}
.visual-headline strong{display:block;font-size:calc(19.2px * 1.35);line-height:1.18}
.visual-headline span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(19.2px * .875);line-height:1.58}
@media(max-width:820px){.visual-headline .active-view{display:block}.visual-headline .primary-plan{margin-top:calc(2.05rem * 1.5)}.visual-headline h2{font-size:calc(19.2px * 2)}}
.compact-items{--mark-content:calc(1.5rem * 1.2);--field-content:calc(1380px / 2.40);padding:calc(1.5rem * 2.4) 2.03rem;background:#ffffff;color:#141416;}
.compact-items .steady-callout{max-width:1380px;margin:0 auto;}
.compact-items h1,.compact-items h2,.compact-items h3,.compact-items p{margin:0;}
.compact-items h2{font-size:calc(19.2px * 2);line-height:1.12;}
.compact-items h3{font-size:calc(19.2px * 1.35);line-height:1.2;}
.compact-items p{font-size:19.2px;line-height:1.58;}
.compact-items a{color:#c8102e;text-decoration:none;}
.compact-items a:hover{color:#e01b2f;}
.compact-items .visual-menu{font-size:calc(19.2px * .875);letter-spacing:.06em;text-transform:uppercase;color:#2a2a2d;}
.compact-items .top-team{margin-top:calc(2.05rem * 1.5);max-width:var(--field-content);}
.compact-items .main-story{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.29rem;background:#c8102e;color:#ffffff;font-size:calc(19.2px * .875);}
.compact-items .main-story:hover{background:#a30c24;color:#ffffff;}
.compact-items .contact-team{display:flex;flex-wrap:wrap;align-items:stretch;gap:2.05rem;margin-top:var(--mark-content);}
.compact-items .focused-area{flex:1 1 calc(1380px / 4.6);min-width:0;padding:calc(1.5rem * .75);border:1px solid var(--ink-soft);border-radius:0.57rem;background:var(--surface-light);color:var(--paint-secondary);display:flex;flex-direction:column;}
.compact-items .focused-area p{margin-top:calc(1.5rem / 3);}
.compact-items .focused-area .active-details{font-size:calc(19.2px * .875);color:#2a2a2d;}
.compact-items .focused-area a{margin-top:auto;padding-top:calc(1.5rem / 2);font-size:calc(19.2px * .875);}
.compact-items .quiet-fields{margin-top:var(--mark-content);font-size:calc(19.2px * .875);color:#2a2a2d;}
.compact-items .visual-tile{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.05rem;}
.compact-items .visual-tile>.simple-header{flex:1 1 auto;min-width:0;}
.compact-items .visual-tile>.main-story{flex:0 0 auto;}
.compact-items .visual-tile>.contact-team{flex:1 1 100%;}
.compact-items .visual-tile>.quiet-fields{flex:1 1 100%;}
.compact-items .simple-header h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.compact-items .focused-area{flex:1 1 100%;}.compact-items .visual-tile>.main-story{flex:1 1 100%;}
}
.content-feature{--mark-content:calc(1.5rem * 1.05);--axis-control:calc(1380px / 3.4);padding:calc(1.5rem * 2.4) 2.03rem;background:#e01b2f;color:#ffffff;}
.content-feature .steady-callout{max-width:1380px;margin:0 auto;}
.content-feature h2,.content-feature h3,.content-feature p,.content-feature figure{margin:0;}
.content-feature h2{font-size:calc(19.2px * 2);line-height:1.14;}
.content-feature h3{font-size:calc(19.2px * 1.35);line-height:1.22;}
.content-feature p{font-size:19.2px;line-height:1.58;}
.content-feature .content-tile{max-width:calc(1380px / 1.6);}
.content-feature .content-tile .top-team{margin-top:calc(1.5rem / 2.4);}
.content-feature .text-body{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.05rem;margin-top:var(--mark-content);}
.content-feature .public-inner{flex:0 0 var(--axis-control);min-width:0;}
.content-feature .public-inner img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.content-feature .contact-team{flex:1 1 calc(1380px / 2);min-width:0;display:flex;flex-wrap:wrap;gap:2.05rem;}
.content-feature .focused-area{flex:1 1 calc(1380px / 4.4);min-width:0;padding-top:calc(1.5rem / 3);border-top:1px solid color-mix(in srgb, currentColor 26%, transparent);}
.content-feature .focused-area p{margin-top:calc(1.5rem / 3.2);color:color-mix(in srgb, currentColor 78%, transparent);}
.content-feature .quiet-fields{margin-top:var(--mark-content);font-size:calc(19.2px * .875);color:color-mix(in srgb, currentColor 82%, transparent);}
.content-feature .quiet-fields a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.content-feature .quiet-fields a:hover{text-decoration-thickness:2px;}
@media (max-width:900px){.content-feature .public-inner{flex:1 1 100%;}.content-feature .contact-team{flex:1 1 100%;}
}
.featured-items{
    padding:calc(1.5rem * 2.4) 2.03rem;
    background:linear-gradient(135deg, #141416 0%, #2a2a2d 55%, #c8102e 100%);
    color:#ffffff;
}
.featured-items .steady-callout{max-width:1380px;
    margin:0 auto;
    display:grid;
    gap:calc(2.05rem * 1.5);}
.featured-items .content-tile{display:grid;
    gap:.5rem;
    max-width:48rem;}
.featured-items .content-tile p{margin:0;
    text-transform:uppercase;
    letter-spacing:.12em;
    font-size:calc(19.2px * .875);
    opacity:.78;}
.featured-items .content-tile h2{margin:0;
    font-size:calc(19.2px * 2);
    line-height:1.08;}
.featured-items .active-panel{display:grid;
    grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));
    gap:2.05rem;
    align-items:stretch;}
.featured-items .page-nav{
    margin:0;
    display:flex;
    flex-direction:column;
    overflow:hidden;
    border-radius:0.77rem;
    background:var(--surface-light);
    color:var(--paint-secondary);
    border:1px solid var(--ink-soft);
    box-shadow:0 6px 26px rgba(0,0,0,0.19);
}
.featured-items .strong-form{
    position:relative;
    aspect-ratio:5 / 4;
    background:#f4f4f5;
    color:#2a2a2d;
}
.featured-items .strong-form img{display:block;
    width:100%;
    height:100%;
    object-fit:cover;}
.featured-items .strong-form span{
    position:absolute;
    left:.75rem;
    bottom:.75rem;
    padding:.3rem .65rem;
    border-radius:0.29rem;
    background:#e01b2f;
    color:#ffffff;
    font-size:calc(19.2px * .875);
    letter-spacing:.02em;
}
.featured-items figcaption{padding:calc(1.5rem * .75);
    display:grid;
    gap:.4rem;
    align-content:start;}
.featured-items small{font-size:calc(19.2px * .875);
    text-transform:uppercase;
    letter-spacing:.08em;
    opacity:.7;}
.featured-items h3{margin:0;
    font-size:calc(19.2px * 1.35);
    line-height:1.2;}
.featured-items p{margin:0;
    font-size:19.2px;
    line-height:1.58;}
@media (max-width:640px){.featured-items .active-panel{
        grid-template-columns:1fr;
    }
}
.team-summary{
        padding: calc(1.5rem * 2.4) 2.03rem;
        background: #f4f4f5;
        color: #2a2a2d
    }
.team-summary .steady-callout{max-width: 1380px;
        margin: 0 auto;
        width: min(100%, 54rem)}
.team-summary .site-frame{max-width: 38rem;
        margin-bottom: calc(2.05rem * 1.5)}
.team-summary .site-frame p{margin: 0;
        font-size: calc(19.2px * .875);
        letter-spacing: 0.02em;
        line-height: 1.58}
.team-summary h2{margin: 1.5rem 0 0;
        font-size: calc(19.2px * 2);
        line-height: 1.1}
.team-summary .main-actions{display: flex;
        flex-wrap: wrap;
        gap: 2.05rem}
.team-summary .visual-menu{
        flex: 1 1 14rem;
        padding: calc(1.5rem * .75) calc(2.05rem * 1.5);
        background: var(--surface-light);
        color: var(--paint-secondary);
        border-left: 3px solid #c8102e;
        border-radius: 0.29rem;
        line-height: 1.58
    }
.team-summary .contact-team{flex: 2 1 22rem;
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column}
.team-summary li{padding: 1.5rem 0;
        border-top: 1px solid var(--ink-soft);
        font-size: calc(19.2px * 1.125);
        line-height: 1.15}
.team-summary li:first-child{border-top: 0;
        padding-top: 0}
.team-summary span{display: block;
        margin-top: calc(1.5rem * .75);
        font-size: 19.2px;
        line-height: 1.58}
.team-summary .quiet-fields{margin: calc(2.05rem * 1.5) 0 0;
        font-size: calc(19.2px * .875);
        line-height: 1.58}
.team-summary .quiet-fields a{color: #c8102e;
        text-decoration: underline;
        text-underline-offset: 3px}
.team-summary .quiet-fields a:hover{color:inherit;}
@media (max-width: 720px) {.team-summary .main-actions{
            display: block
        }.team-summary .visual-menu{
            margin-bottom: 1.5rem
        }
    }
.direct-panel{
  --mark-content:calc(1.5rem * 1.15);
  --field-content:calc(1380px / 2.6);
  padding:calc(1.5rem * 2.4) 2.03rem;
  background:#c8102e;
  color:#ffffff;
}
.direct-panel .steady-callout{max-width:1380px;
  margin:0 auto;}
.direct-panel h2,
.direct-panel h3,
.direct-panel p{margin:0;}
.direct-panel h2{font-size:calc(19.2px * 2);
  line-height:1.14;
  max-width:var(--field-content);}
.direct-panel h3{font-size:calc(19.2px * 1.35);
  line-height:1.22;
  margin-top:calc(1.5rem / 3);}
.direct-panel p{font-size:19.2px;
  line-height:1.58;}
.direct-panel .top-team{margin-top:calc(1.5rem / 2.4);
  max-width:var(--field-content);
  color:color-mix(in srgb, currentColor 82%, transparent);}
.direct-panel .site-frame{padding-bottom:calc(1.5rem / 2);
  border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.direct-panel .contact-team{display:flex;
  flex-wrap:wrap;
  gap:var(--mark-content);
  margin-top:var(--mark-content);}
.direct-panel .focused-area{
  flex:1 1 calc(1380px / 3.6);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * .9);
  border-radius:0.57rem;
  background:color-mix(in srgb, currentColor 12%, transparent);
}
.direct-panel .focused-area p{color:color-mix(in srgb, currentColor 78%, transparent);}
.direct-panel .main-inner{font-size:calc(19.2px * .875);
  text-transform:uppercase;
  letter-spacing:.06em;
  color:color-mix(in srgb, currentColor 68%, transparent);}
.direct-panel .visual-group{display:inline-block;
  margin-top:calc(1.5rem / 2.6);
  padding-bottom:2px;
  font-size:calc(19.2px * .875);
  color:inherit;
  text-decoration:none;
  border-bottom:1px solid color-mix(in srgb, currentColor 55%, transparent);
  transition:border-color 400ms var(--ease-entry);}
.direct-panel .visual-group:hover{border-bottom-color:currentColor;}
.direct-panel .visual-menu{margin-top:var(--mark-content);
  max-width:calc(1380px / 1.5);
  font-size:calc(19.2px * .875);
  color:color-mix(in srgb, currentColor 72%, transparent);}
@media (max-width:720px){.direct-panel .focused-area{
    flex:1 1 100%;
  }.direct-panel h2,
  .direct-panel .top-team{
    max-width:none;
  }
}
.visual-list{
  padding: calc(1.5rem * 2.4) 2.03rem;
  background: #141416;
  color: #f4f4f5;
}
.visual-list .steady-callout{max-width: min(1380px, 72rem);
  margin: 0 auto;}
.visual-list .content-tile{max-width: 46rem;}
.visual-list h2{margin: 0;
  font-size: calc(19.2px * 2);
  line-height: 1.1;}
.visual-list .top-team{margin: calc(1.5rem * .75) 0 0;
  font-size: 19.2px;
  color: #c9c9cc;}
.visual-list .content-media{display: flex;
  flex-wrap: wrap;
  gap: 2.05rem;
  margin-top: calc(2.05rem * 1.5);
  align-items: flex-start;}
.visual-list .soft-tile{flex: 1 1 16rem;
  border-top: 2px solid #e01b2f;
  padding-top: calc(1.5rem * .75);}
.visual-list .steady-method{margin: 0;
  font-size: calc(19.2px * 1.35);
  font-weight: 700;}
.visual-list .narrow-shell{margin: calc(calc(1.5rem * .75) * .5) 0 calc(1.5rem * .75);
  font-size: calc(19.2px * .875);
  color: #c9c9cc;}
.visual-list .text-area{list-style: none;
  margin: 0;
  padding: 0;}
.visual-list .text-area li{position: relative;
  padding-left: 1rem;
  margin-bottom: .5rem;
  font-size: calc(19.2px * .875);
  color: #c9c9cc;}
.visual-list .text-area li::before{
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 6px;
  height: 6px;
  background: #e01b2f;color:#ffffff;}
.visual-list .simple-figure{list-style: none;
  margin: 0;
  padding: 0;
  flex: 2 1 30rem;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.visual-list .simple-figure li{
  flex: 1 1 min(100%, 20rem);
  background: var(--surface-light);
  color: var(--paint-secondary);
  border: 1px solid var(--ink-soft);
  border-radius: 0.57rem;
  padding: calc(1.5rem * .75);
}
.visual-list .simple-figure .visual-service{margin: 0;
  font-size: calc(19.2px * .875);
  line-height: 1.55;}
.visual-list .simple-figure .compact-plan{margin: calc(1.5rem * .75) 0 0;
  font-weight: 700;
  font-size: calc(19.2px * .875);}
.visual-list .simple-figure small{display: block;
  margin-top: .25rem;
  font-size: calc(19.2px * .875);color:inherit;}
.visual-list .offer-story{margin-top: calc(2.05rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2a2a2d;}
.visual-list .offer-story .open-stack{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(19.2px * .875);
  color: #c9c9cc;}
.visual-list .main-brand{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) 2.05rem;}
.visual-list .main-brand li{font-size: calc(19.2px * .875);
  font-weight: 700;
  letter-spacing: .02em;
  opacity: .85;}
@media (max-width: 700px) {.visual-list .content-media{
    display: block;
  }.visual-list .simple-figure{
    margin-top: 2.05rem;
  }
}
.wide-inner{--mark-content:calc(1.5rem * 1.28);--field-content:calc(1380px / 2.9);padding:calc(1.5rem * 2.4) 2.03rem;background:#ffffff;color:#141416;}
.wide-inner .steady-callout{max-width:1380px;margin:0 auto;}
.wide-inner h2,.wide-inner h3,.wide-inner p{margin:0;}
.wide-inner h2{font-size:calc(19.2px * 2);line-height:1.12;}
.wide-inner h3{font-size:calc(19.2px * 1.35);line-height:1.22;}
.wide-inner p{font-size:19.2px;line-height:1.58;color:#2a2a2d;}
.wide-inner .top-team{color:#141416;}
.wide-inner .secondary-visual{display:flex;align-items:flex-start;gap:2.05rem;}
.wide-inner .secondary-visual>.simple-header{flex:1 1 calc(1380px / 3.2);min-width:0;max-width:var(--field-content);}
.wide-inner .simple-header .top-team{margin-top:1.5rem;}
.wide-inner .contact-team{flex:2 1 calc(1380px / 2);display:flex;flex-direction:column;gap:var(--mark-content);margin-top:0;border-left:2px solid var(--ink-soft);padding-left:calc(2.05rem * 1.5);}
.wide-inner .focused-area{position:relative;min-width:0;}
.wide-inner .focused-area::before{content:"";position:absolute;left:calc(calc(2.05rem * 1.5) * -1 - 6px);top:0.55em;width:10px;height:10px;border-radius:50%;background:#c8102e;color:#ffffff;}
.wide-inner .focused-area p{margin-top:calc(1.5rem / 3.2);}
@media(max-width:760px){.wide-inner .secondary-visual{flex-direction:column;}.wide-inner .secondary-visual>.simple-header{max-width:none;}.wide-inner .contact-team{margin-top:var(--mark-content);padding-left:calc(1.5rem * .75);}.wide-inner .focused-area::before{left:calc(calc(1.5rem * .75) * -1 - 6px);}
}
.visual-media{
  --mark-content:calc(1.5rem * 1.05);
  --field-content:calc(1380px / 2.6);
  padding:calc(1.5rem * 2.4) 2.03rem;
  background:#ffffff;
  color:#141416;
}
.visual-media .steady-callout{max-width:1380px;margin:0 auto;}
.visual-media h2,
.visual-media h3,
.visual-media p{margin:0;}
.visual-media h2{font-size:calc(19.2px * 2);line-height:1.14;}
.visual-media h3{font-size:calc(19.2px * 1.35);line-height:1.22;}
.visual-media p{font-size:19.2px;line-height:1.58;}
.visual-media a{text-decoration:none;}
.visual-media a:hover{text-decoration:underline;}
.visual-media .content-tile{display:flex;
  flex-wrap:wrap;
  gap:2.05rem;
  align-items:flex-end;
  padding-bottom:calc(2.05rem * 1.5);
  border-bottom:1px solid var(--ink-soft);}
.visual-media .content-tile>h2{flex:1 1 calc(1380px / 3);min-width:0;}
.visual-media .content-tile>.top-team{flex:1 1 calc(1380px / 2.4);
  min-width:0;
  max-width:var(--field-content);}
.visual-media .quiet-fields{list-style:none;
  margin:var(--mark-content) 0 0;
  padding:0;
  display:flex;
  flex-direction:column;}
.visual-media .wide-footer{display:flex;
  gap:2.05rem;
  padding:calc(2.05rem * 1.5) 0;
  border-bottom:1px solid var(--ink-soft);
  align-items:flex-start;}
.visual-media .wide-footer:last-child{border-bottom:0;}
.visual-media .plain-shell{flex:0 0 auto;
  min-width:2.4rem;
  font-size:calc(19.2px * 1.125);
  font-weight:700;
  letter-spacing:0.04em;}
.visual-media .active-proof{flex:1 1 auto;min-width:0;max-width:calc(1380px * 0.72);}
.visual-media .active-proof p{margin-top:calc(1.5rem / 3.2);}
.visual-media .narrow-menu{margin-top:var(--mark-content);
  padding-top:calc(2.05rem * 1.5);
  border-top:1px solid var(--ink-soft);
  display:flex;
  flex-wrap:wrap;
  gap:2.05rem;
  align-items:center;
  justify-content:space-between;}
.visual-media .visual-menu{flex:1 1 calc(1380px / 2.6);
  min-width:0;
  font-size:calc(19.2px * .875);}
.visual-media .media-flow{display:flex;
  flex-wrap:wrap;
  gap:2.03rem;
  font-size:calc(19.2px * .875);
  font-weight:600;}
@media (max-width:720px){.visual-media .wide-footer{flex-direction:column;gap:calc(1.5rem / 3);}.visual-media .plain-shell{min-width:0;}.visual-media .narrow-menu{flex-direction:column;align-items:flex-start;}
}
.offer{--mark-content:calc(1.5rem * 1.05);--field-content:calc(1380px / 2.4);--label-lead:calc(1380px / 3.4);padding:calc(1.5rem * 2.4) 2.03rem;background:#f4f4f5;color:#2a2a2d;}
.offer .steady-callout{max-width:1380px;margin:0 auto;}
.offer h2,.offer h3,.offer p{margin:0;}
.offer h2{font-size:calc(19.2px * 2);line-height:1.12;}
.offer h3{font-size:calc(19.2px * 1.35);line-height:1.22;}
.offer p{font-size:19.2px;line-height:1.58;}
.offer a{color:#c8102e;text-decoration:none;}
.offer a:hover{color:inherit;text-decoration:underline;}
.offer img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.offer .top-team{margin-top:1.5rem;max-width:var(--field-content);}
.offer .visual-menu{margin-top:calc(1.5rem / 2);max-width:var(--field-content);font-size:calc(19.2px * .875);opacity:.78;}
.offer .contact-team{display:flex;flex-direction:column;gap:var(--mark-content);margin-top:var(--mark-content);}
.offer .focused-area{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid var(--ink-soft);}
.offer .focused-area p{margin-top:calc(1.5rem / 3);}
.offer .team-panel{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.05rem;}
.offer .team-panel>.simple-header{flex:1 1 calc(1380px / 3);min-width:0;}
.offer .team-panel>.contact-team{flex:2 1 calc(1380px / 2);margin-top:0;}
.offer .team-panel>img{margin-left:auto;max-width:var(--label-lead);}
.offer .quiet-fields{max-width:1380px;margin:calc(2.05rem * 1.5) auto 0;font-size:calc(19.2px * .875);}
@media (max-width:900px){.offer .team-panel>img{margin-left:0;max-width:100%;}
}
.direct-benefit{
  --mark-content:calc(1.5rem * 1.05);
  --field-content:calc(1380px / 2.15);
  padding:calc(1.5rem * 2.4) 2.03rem;
  background:#ffffff;
  color:#141416;
}
.direct-benefit .steady-callout{max-width:1380px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  row-gap:var(--mark-content);}
.direct-benefit h2,
.direct-benefit p{margin:0;}
.direct-benefit h2{font-size:calc(19.2px * 2);
  line-height:1.14;
  max-width:var(--field-content);}
.direct-benefit .top-team p{margin-top:calc(1.5rem / 2);
  max-width:var(--field-content);
  font-size:19.2px;
  line-height:1.58;}
.direct-benefit .secondary-brand{display:flex;
  flex-direction:column;
  border-top:1px solid var(--ink-soft);}
.direct-benefit details{border-bottom:1px solid var(--ink-soft);
  padding:calc(1.5rem / 1.6) 0;}
.direct-benefit summary{cursor:pointer;
  font-weight:700;
  font-size:calc(19.2px * 1.125);
  line-height:1.3;
  list-style:none;
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap:2.05rem;}
.direct-benefit summary::-webkit-details-marker{display:none;}
.direct-benefit summary::after{content:"+";
  flex:0 0 auto;
  font-weight:700;}
.direct-benefit details[open] summary::after{content:"–";}
.direct-benefit details p{margin-top:calc(1.5rem / 2.4);
  max-width:var(--field-content);
  font-size:19.2px;
  line-height:1.58;}
.direct-benefit .quiet-fields{font-size:calc(19.2px * .875);
  line-height:1.58;
  padding-top:calc(1.5rem / 2);
  border-top:1px solid var(--ink-soft);}
.direct-benefit .quiet-fields a{text-decoration:none;
  border-bottom:1px solid currentColor;}
.direct-benefit .quiet-fields a:hover{}
@media (max-width:720px){.direct-benefit summary{
    font-size:19.2px;
  }
}
.plain-header{
  --mark-content:calc(1.5rem * 1.3);
  padding:calc(1.5rem * 2.4) 2.03rem;
  background:#f4f4f5;
  color:#2a2a2d;
}
.plain-header .steady-callout{max-width:1380px;margin:0 auto;}
.plain-header h1,.plain-header h2,.plain-header h3,.plain-header p{margin:0;}
.plain-header h2{font-size:calc(19.2px * 2);line-height:1.14;max-width:34ch;}
.plain-header p{font-size:19.2px;line-height:1.58;}
.plain-header a{color:#c8102e;text-decoration:none;}
.plain-header a:hover{color:inherit;}
.plain-header .simple-rail{display:flex;
  flex-wrap:wrap;
  gap:2.05rem;
  align-items:flex-start;
  justify-content:space-between;}
.plain-header .simple-header{flex:1 1 32rem;
  max-width:calc(1380px / 1.9);
  display:flex;
  flex-direction:column;
  gap:calc(2.05rem * 1.5);}
.plain-header .top-team{max-width:60ch;}
.plain-header .visual-menu{font-size:calc(19.2px * .875);
  color:color-mix(in srgb, #2a2a2d 72%, transparent);}
.plain-header .plain-list{flex:0 1 22rem;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  padding-top:calc(calc(2.05rem * 1.5) * 0.5);}
.plain-header .main-story{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.29rem;
  background:#c8102e;
  color:#ffffff;
  font-size:19.2px;
  transition:background 400ms var(--ease-entry);
}
.plain-header .main-story:hover{
  background:#a30c24;
  color:#ffffff;
}
.plain-header .quiet-fields{font-size:calc(19.2px * .875);
  line-height:1.5;
  color:color-mix(in srgb, #2a2a2d 78%, transparent);}
@media (max-width:720px){.plain-header .simple-rail{flex-direction:column;}.plain-header .simple-header,.plain-header .plain-list{flex:1 1 auto;max-width:100%;}.plain-header .main-story{width:100%;}
}
.soft-inner{padding:calc(1.5rem * 2.4) 2.03rem;background:linear-gradient(135deg, #141416 0%, #2a2a2d 55%, #c8102e 100%);color:#ffffff}
.soft-inner .steady-callout{max-width:1380px;margin:0 auto}
.soft-inner .service-contact{max-width:54rem;margin-bottom:calc(2.05rem * 1.5)}
.soft-inner h2{margin:0;font-size:calc(19.2px * 2.65);line-height:1.04}
.soft-inner .service-contact p{max-width:42rem;margin:1.5rem 0 0;font-size:calc(19.2px * 1.125);line-height:1.58;opacity:.86}
.soft-inner .top-surface{display:flex;align-items:flex-start;gap:calc(2.05rem * 1.5)}
.soft-inner .secondary-brand{flex:0 1 19rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.soft-inner button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 400ms var(--ease-entry),transform 400ms var(--ease-entry)}
.soft-inner button:hover,.soft-inner button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.3))}
.soft-inner .soft-frame{flex:1 1 30rem;align-self:start}
.soft-inner [data-response]{display:none}
.soft-inner [data-response].is-active{display:block;animation:clarifyFocusIn calc(400ms*1.7) var(--ease-entry) both}
.soft-inner h3{margin:0;font-size:calc(19.2px * 2);line-height:1.1}
.soft-inner [data-response] p{max-width:50rem;margin:1.5rem 0 0;font-size:calc(19.2px * 1.125);line-height:1.58}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(2.05rem * 1)*.1))}to{opacity:1;transform:translateY(0)}}
@media(max-width:760px){.soft-inner .top-surface{display:block}.soft-inner .secondary-brand{margin-bottom:calc(2.05rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.soft-inner [data-response].is-active{animation:none}}
.text-note{background:#ffffff;color:#141416;padding:calc(1.5rem * 2.4) 2.03rem}
.text-note .steady-callout{max-width:1380px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.05rem * 1.5)}
.text-note .content-tile{max-width:60ch}
.text-note h2{margin:0;font-size:calc(19.2px * 2);line-height:1.15}
.text-note .top-team{margin:1.5rem 0 0;font-size:calc(19.2px * 1.125);line-height:1.6;color:#2a2a2d}
.text-note .active-proof{display:flex;flex-wrap:wrap;gap:2.05rem;align-items:flex-start}
.text-note .simple-header{flex:1 1 22rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.text-note .offer-copy{padding-bottom:calc(1.5rem * .75);border-bottom:1px solid var(--ink-soft)}
.text-note .offer-copy:last-child{border-bottom:0;padding-bottom:0}
.text-note .simple-section{display:block;font-size:calc(19.2px * .875);letter-spacing:.04em;text-transform:uppercase;color:#2a2a2d}
.text-note .offer-copy p{margin:calc(calc(1.5rem * .75)*.35) 0 0;font-size:19.2px;line-height:1.55}
.text-note .offer-copy a{color:#c8102e;text-decoration:none}
.text-note .offer-copy a:hover{color:#e01b2f;text-decoration:underline}
.text-note .steady-feature{flex:1 1 18rem;min-width:0;background:#f4f4f5;color:#2a2a2d;border-radius:0.77rem;padding:calc(1.5rem * .75);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.text-note .visual-menu{margin:0;font-size:19.2px;line-height:1.6}
.text-note .text-body{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75)*.5)}
.text-note .text-body a{display:block;padding:calc(calc(1.5rem * .75)*.6) calc(1.5rem * .75);border-radius:0.57rem;background:var(--surface-light);color:var(--paint-secondary);border:1px solid var(--ink-soft);text-decoration:none;font-size:19.2px}
.text-note .text-body a:hover{background:#c8102e;color:#ffffff;border-color:#c8102e}
@media(max-width:820px){.text-note .active-proof{flex-direction:column}.text-note .simple-header,.text-note .steady-feature{flex:1 1 auto;width:100%}
}
.active-group{
        padding: calc(1.5rem * 2.4) 2.03rem;
        background: linear-gradient(135deg, #141416 0%, #2a2a2d 55%, #c8102e 100%);
        color: #ffffff;
    }
.active-group .steady-callout{max-width: 1380px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
        gap: calc(2.05rem * 1.5);
        align-items: start;}
.active-group .top-team{position: sticky;
        top: 1.5rem;}
.active-group h2{margin: 0;
        font-size: calc(19.2px * 2);
        line-height: 1.08;}
.active-group .top-team p{margin: calc(1.5rem * .75) 0 0;
        font-size: calc(19.2px * 1.125);
        line-height: 1.58;}
.active-group .text-area{list-style: none;
        margin: calc(2.05rem * 1.5) 0 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0.55rem;
        font-size: calc(19.2px * .875);}
.active-group .text-area li{padding-left: 0.9rem;
        border-left: 2px solid #e01b2f;
        line-height: 1.45;}
.active-group .clear-list{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.active-group .clear-wrap{
        padding: calc(1.5rem * .75);
        border: 1px solid var(--ink-soft);
        border-radius: 0.77rem;
        background: var(--surface-light);
        color: var(--paint-secondary);
        box-shadow: 0 1px 7px rgba(0,0,0,0.15);
    }
.active-group .secondary-surface{margin: 0;
        font-size: 19.2px;
        line-height: 1.58;}
.active-group .featured-section{margin-top: calc(1.5rem * .75);
        padding-top: 0.8rem;
        border-top: 1px solid var(--ink-soft);
        display: flex;
        flex-wrap: wrap;
        gap: 0.4rem calc(1.5rem * .75);
        justify-content: space-between;
        align-items: baseline;
        font-size: calc(19.2px * .875);}
.active-group .featured-section strong{}
.active-group .featured-section span{}
@media (max-width: 860px) {.active-group .steady-callout{
            grid-template-columns: 1fr;
        }.active-group .top-team{
            position: static;
        }
    }
@media (max-width: 520px) {.active-group .featured-section{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.primary-stack{--mark-content:calc(1.5rem * 1.15);--field-content:calc(1380px / 2.30);padding:calc(1.5rem * 2.4) 2.03rem;background:#141416;color:#f4f4f5;}
.primary-stack .steady-callout{max-width:1380px;margin:0 auto;}
.primary-stack h1,.primary-stack h2,.primary-stack h3,.primary-stack p{margin:0;}
.primary-stack h2{font-size:calc(19.2px * 2);line-height:1.12;max-width:var(--field-content);}
.primary-stack p{font-size:19.2px;line-height:1.58;}
.primary-stack a{color:inherit;text-decoration:none;}
.primary-stack .local-area{display:flex;flex-direction:column;align-items:flex-start;gap:calc(2.05rem * 1.5);}
.primary-stack .visual-menu{max-width:var(--field-content);}
.primary-stack .main-story{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.29rem;background:#c8102e;color:#ffffff;font-weight:600;transition:background 400ms var(--ease-entry);}
.primary-stack .main-story:hover{background:#a30c24;color:var(--paint-secondary);}
.primary-stack .quiet-fields{font-size:calc(19.2px * .875);}
.primary-stack .quiet-fields a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.primary-stack .quiet-fields a:hover{color:inherit;}
@media (min-width:900px){.primary-stack .local-area{gap:var(--mark-content);}
}
.text-team{--mark-content:calc(1.5rem * 1.02);--field-content:calc(1380px / 2.55);padding:calc(1.5rem * 2.4) 2.03rem;background:#ffffff;color:#141416;}
.text-team .steady-callout{max-width:1380px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-content);}
.text-team h2,.text-team h3,.text-team p{margin:0;}
.text-team h2{font-size:calc(19.2px * 2);line-height:1.12;}
.text-team h3{font-size:calc(19.2px * 1.35);line-height:1.2;}
.text-team p{font-size:19.2px;line-height:1.58;}
.text-team .site-frame{max-width:var(--field-content);display:flex;flex-direction:column;gap:calc(2.05rem * 1.5);}
.text-team .top-team{font-size:calc(19.2px * 1.125);color:#2a2a2d;}
.text-team .secondary-brand{display:flex;flex-direction:column;gap:2.05rem;}
.text-team .focused-area{display:flex;flex-direction:column;gap:calc(calc(2.05rem * 1.5) * .6);padding:calc(1.5rem * .75) 0;border-top:1px solid var(--ink-soft);}
.text-team .focused-area p{color:#2a2a2d;}
.text-team .quiet-fields{font-size:calc(19.2px * .875);color:#2a2a2d;padding-top:calc(2.05rem * 1.5);border-top:1px solid var(--ink-soft);}
.text-team .quiet-fields a{color:#c8102e;text-decoration:underline;text-underline-offset:3px;}
.text-team .quiet-fields a:hover{color:#e01b2f;}
@media (min-width:900px){.text-team .steady-callout{display:grid;grid-template-columns:calc(1380px / 3.2) 1fr;grid-template-areas:"intro questions" "route questions";align-items:start;column-gap:2.03rem;}.text-team .site-frame{grid-area:intro;position:sticky;top:1.5rem;}.text-team .secondary-brand{grid-area:questions;}.text-team .quiet-fields{grid-area:route;}
}
.top-figure{padding:calc(1.5rem * 2.4) 2.03rem;background:linear-gradient(135deg, #141416 0%, #2a2a2d 55%, #c8102e 100%);color:#ffffff;}
.top-figure .steady-callout{max-width:1380px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.05rem * 1.5);}
.top-figure .content-tile{max-width:760px;}
.top-figure .content-tile h2{margin:0;font-size:calc(19.2px * 2);line-height:1.2;}
.top-figure .content-tile p{margin:12px 0 0;font-size:19.2px;opacity:.92;}
.top-figure .site-area{display:flex;flex-wrap:wrap;gap:2.05rem;}
.top-figure .quiet-fields{flex:1 1 260px;min-width:240px;padding:18px 20px;border:1px solid color-mix(in srgb, currentColor 28%, transparent);border-radius:0.77rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.top-figure .quiet-fields .main-inner{display:block;font-size:calc(19.2px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.75;margin-bottom:8px;}
.top-figure .quiet-fields a{display:inline-block;font-size:calc(19.2px * 1.125);font-weight:700;color:inherit;text-decoration:none;border-bottom:2px solid #e01b2f;padding-bottom:2px;}
.top-figure .quiet-fields a:hover{border-bottom-color:#b30d24;}
.top-figure .quiet-fields p{margin:10px 0 0;font-size:calc(19.2px * .875);opacity:.9;}
.top-figure .public-list{display:flex;flex-direction:column;gap:6px;padding-left:16px;border-left:3px solid #e01b2f;}
.top-figure .strong-area{margin:0;font-size:calc(19.2px * .875);opacity:.95;}
.top-figure .strong-area strong{font-weight:700;}
.top-figure .contact-team{display:flex;flex-direction:column;gap:8px;}
.top-figure .focused-area{border:1px solid color-mix(in srgb, currentColor 30%, transparent);border-radius:0.57rem;background:color-mix(in srgb, currentColor 8%, transparent);overflow:hidden;}
.top-figure .focused-area button{width:100%;border:0;background:transparent;color:inherit;text-align:left;font:inherit;font-weight:700;padding:14px 16px;cursor:pointer;}
.top-figure .focused-area button:hover{background:color-mix(in srgb, currentColor 8%, transparent);}
.top-figure .focused-area p{margin:0;max-height:0;overflow:hidden;padding:0 16px;font-size:calc(19.2px * .875);transition:max-height 400ms var(--ease-entry),padding 400ms var(--ease-entry);opacity:.94;}
.top-figure .focused-area.is-open p{max-height:260px;padding:0 16px 16px;}
.top-figure .simple-nav{margin:0;font-size:calc(19.2px * .875);opacity:.9;}
.top-figure .simple-nav a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.top-figure .simple-nav a:hover{}
@media (max-width:640px){.top-figure .quiet-fields{padding:16px;}.top-figure .content-tile h2{font-size:calc(19.2px * 1.35);}
    }
.quiet-links{
  padding: calc(1.5rem * 2.4) 2.03rem;
  background: #141416;
  color: #f4f4f5;
}
.quiet-links .steady-callout{max-width: min(1380px, 74rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, .85fr);
  gap: calc(2.05rem * 1.5);
  align-items: start;}
.quiet-links .visual-menu h2{margin: 0;
  font-size: calc(19.2px * 2);
  line-height: 1.1;}
.quiet-links .visual-menu p{margin: calc(1.5rem * .75) 0;
  color: #c9c9cc;
  font-size: calc(19.2px * 1.125);
  line-height: 1.58;}
.quiet-links .visual-menu a{
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * .8) calc(1.5rem * .75);
  border-radius: 0.57rem;
  background: #c8102e;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  transition: background 400ms var(--ease-entry);
}
.quiet-links .visual-menu a:hover{
  background: #a30c24;color:var(--paint-secondary);}
.quiet-links ul{
  list-style: none;
  margin: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.77rem;
  background: var(--surface-light);
  color: var(--paint-secondary);
  border: 1px solid var(--ink-soft);
}
.quiet-links li{padding: 0 0 calc(1.5rem * .75);
  margin: 0 0 calc(1.5rem * .75);
  border-bottom: 1px solid var(--ink-soft);}
.quiet-links li:last-child{padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;}
.quiet-links li strong{display: block;
  font-size: 19.2px;
  letter-spacing: .01em;}
.quiet-links li span{display: block;
  margin-top: calc(calc(1.5rem * .75) * .35);color:inherit;
  font-size: calc(19.2px * .875);
  line-height: 1.58;}
@media (max-width: 760px) {.quiet-links .steady-callout{
    grid-template-columns: 1fr;
  }
}
.compact-links{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.03rem;
  background: linear-gradient(135deg, #141416 0%, #2a2a2d 55%, #c8102e 100%);
  color: #ffffff;
}
.compact-links .steady-callout{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1380px;
  margin: 0 auto;}
.compact-links .bottom-plan{max-width: 58rem;
  margin: 0 0 calc(2.05rem * 1.5);
  padding: 1.5rem 0;}
.compact-links h2{margin: 0;
  font-size: calc(19.2px * 2.65);
  line-height: 1.05;}
.compact-links .bottom-plan p{max-width: 42rem;
  margin: 1.5rem 0 0;
  font-size: calc(19.2px * 1.125);
  line-height: 1.58;}
.compact-links .media-story{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.05rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.compact-links .fresh-media{display: flex;
  flex-wrap: wrap;
  gap: 2.05rem;}
.compact-links .fresh-media p{max-width: 22rem;
  margin: 0;
  line-height: 1.58;}
.compact-links .main-frame{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.compact-links .main-frame a{color: inherit;
  font-size: calc(19.2px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.compact-links .page-headline{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;}
.compact-links .page-headline a{color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;}
.compact-links .page-headline span{opacity: .65;}
@media (max-width: 720px) {.compact-links .media-story,
  .compact-links .fresh-media{
    display: block;
  }.compact-links .fresh-media p + p{
    margin-top: calc(1.5rem * .75);
  }.compact-links .main-frame{
    align-items: flex-start;
    margin-top: 1.5rem;
  }
}
.offer-quote{
  --mark-content:calc(1.5rem * 1.15);
  --field-content:calc(1380px / 2.6);
  padding:calc(1.5rem * 2.4) 2.03rem;
  background:#ffffff;
  color:#141416;
}
.offer-quote .steady-callout{max-width:1380px;
  margin:0 auto;}
.offer-quote h2,
.offer-quote h3,
.offer-quote p{margin:0;}
.offer-quote h2{font-size:calc(19.2px * 2);
  line-height:1.14;}
.offer-quote h3{font-size:calc(19.2px * 1.35);
  line-height:1.22;}
.offer-quote p{font-size:19.2px;
  line-height:1.58;}
.offer-quote img{display:block;
  width:100%;
  height:auto;
  border-radius:0.57rem;}
.offer-quote .site-frame{display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  gap:2.05rem;
  padding-bottom:calc(2.05rem * 1.5);
  border-bottom:1px solid var(--ink-soft);}
.offer-quote .site-frame > h2{flex:1 1 calc(1380px / 3.2);
  min-width:0;}
.offer-quote .site-frame > .top-team{flex:1 1 calc(1380px / 3.2);
  min-width:0;
  max-width:var(--field-content);
  color:#2a2a2d;}
.offer-quote .contact-team{display:flex;
  flex-wrap:wrap;
  gap:var(--mark-content);
  margin-top:var(--mark-content);}
.offer-quote .focused-area{flex:1 1 calc(1380px / 3.6);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .7);}
.offer-quote .top-story{
  overflow:hidden;
  border-radius:0.57rem;
  background:#f4f4f5;color:#2a2a2d;}
.offer-quote .top-story img{aspect-ratio:4 / 3;
  object-fit:cover;}
.offer-quote .simple-header{display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .5);}
.offer-quote .simple-header p{color:#2a2a2d;}
.offer-quote .visual-group{align-self:flex-start;
  margin-top:calc(calc(1.5rem * .75) * .3);
  padding-bottom:2px;
  color:#c8102e;
  font-size:calc(19.2px * .875);
  font-weight:600;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  transition:color 400ms var(--ease-entry);}
.offer-quote .visual-group:hover{color:#e01b2f;}
.offer-quote .visual-menu{margin-top:var(--mark-content);
  padding-top:calc(2.05rem * 1.5);
  border-top:1px solid var(--ink-soft);
  color:#2a2a2d;
  font-size:calc(19.2px * .875);}
.offer-quote .visual-menu a{color:#c8102e;
  text-decoration:none;
  border-bottom:1px solid currentColor;}
.offer-quote .visual-menu a:hover{color:#e01b2f;}
@media (max-width:760px){.offer-quote .site-frame > h2,
  .offer-quote .site-frame > .top-team,
  .offer-quote .focused-area{
    flex:1 1 100%;
  }
}
.public-lead{
  background:#f4f4f5;
  color:#2a2a2d;
  padding:calc(1.5rem * 2.4) 2.03rem;
}
.public-lead .steady-callout{max-width:1380px;
  margin:0 auto;
  display:flex;
  gap:calc(2.05rem * 1.5);
  align-items:flex-start;}
.public-lead .fresh-track{flex:1 1 34rem;
  min-width:0;}
.public-lead .top-team{margin:0 0 1.5rem;
  max-width:38rem;
  line-height:1.58;}
.public-lead h2{margin:0 0 calc(2.05rem * 1.5);
  font-size:calc(19.2px * 2);
  line-height:1.1;}
.public-lead .contact-team{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  border-top:1px solid var(--ink-soft);
  padding-top:calc(2.05rem * 1.5);}
.public-lead .focused-area{display:flex;
  flex-direction:column;
  gap:.35rem;
  padding-left:1rem;
  border-left:3px solid #c8102e;}
.public-lead .focused-area .offer-copy{font-size:calc(19.2px * 1.125);
  font-weight:600;}
.public-lead .focused-area .visual-menu{margin:0;
  font-size:calc(19.2px * .875);
  line-height:1.58;}
.public-lead .quiet-fields{margin:calc(2.05rem * 1.5) 0 0;
  font-size:calc(19.2px * .875);}
.public-lead .quiet-fields a{text-decoration:underline;
  text-underline-offset:3px;}
.public-lead .quiet-fields a:hover{}
.public-lead .text-block{display:block;
  flex:0 0 34%;
  width:34%;
  min-width:16rem;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:0.77rem;
  box-shadow:0 1px 7px rgba(0,0,0,0.15);}
@media (max-width:860px){.public-lead .steady-callout{flex-direction:column-reverse}.public-lead .text-block{width:100%;flex:1 1 auto;min-width:0;max-height:28rem}
}
.team-shell{
        padding: calc(1.5rem * 2.4) 2.03rem;
        background: #f4f4f5;
        color: #2a2a2d;
    }
.team-shell .steady-callout{max-width: 1380px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: calc(2.05rem * 1.5);
        align-items: flex-start;}
.team-shell .top-team{flex: 1 1 22rem;
        max-width: 30rem;}
.team-shell h2{margin: 0;
        font-size: calc(19.2px * 2);
        line-height: 1.1;}
.team-shell .top-team > p{margin: calc(1.5rem * .75) 0 0;
        font-size: 19.2px;
        line-height: 1.58;}
.team-shell .text-body{margin-top: calc(2.05rem * 1.5);
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        border-top: 1px solid var(--ink-soft);
        padding-top: calc(1.5rem * .75);}
.team-shell .offer-copy{display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        align-items: baseline;
        font-size: calc(19.2px * .875);}
.team-shell .main-inner{
        background: #c8102e;
        color: #ffffff;
        padding: 0.15rem 0.55rem;
        border-radius: 0.29rem;
        font-weight: 600;
        font-size: calc(19.2px * .875);
        white-space: nowrap;
    }
.team-shell .clear-list{flex: 1 1 32rem;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.team-shell .clear-wrap{
        padding: calc(1.5rem * .75);
        border-left: 3px solid #c8102e;
        background: var(--surface-light);
        color: var(--paint-secondary);
        border-radius: 0.57rem;
        box-shadow: 0 1px 7px rgba(0,0,0,0.15);
    }
.team-shell .secondary-surface{margin: 0;
        font-size: 19.2px;
        line-height: 1.58;}
.team-shell .featured-section{margin-top: calc(1.5rem * .75);
        display: flex;
        flex-wrap: wrap;
        gap: 0.35rem 1rem;
        align-items: baseline;
        font-size: calc(19.2px * .875);}
.team-shell .featured-section strong{}
@media (max-width: 760px) {.team-shell .steady-callout{
            flex-direction: column;
        }.team-shell .top-team,
        .team-shell .clear-list{
            flex: 1 1 auto;
            max-width: none;
        }
    }
.clear-track{--mark-content:calc(1.5rem * 1.06);--field-content:calc(1380px / 2.30);--font-lead:calc(1380px / 3.37);padding:calc(1.5rem * 2.4) 2.03rem;background:#141416;color:#f4f4f5;}
.clear-track .steady-callout{max-width:1380px;margin:0 auto;}
.clear-track h2,.clear-track h3,.clear-track p,.clear-track span{margin:0;}
.clear-track h2{font-size:calc(19.2px * 2);line-height:1.12;}
.clear-track h3{font-size:calc(19.2px * 1.35);line-height:1.2;}
.clear-track p{font-size:19.2px;line-height:1.58;}
.clear-track .site-frame{max-width:calc(1380px / 1.55);}
.clear-track .top-team{margin-top:1.5rem;opacity:.82;}
.clear-track .bottom-view{padding-inline-start:calc(2.03rem / 2);}
.clear-track .primary-feature{row-gap:calc(var(--mark-content) * .7);}
.clear-track .contact-team{display:flex;flex-wrap:wrap;gap:var(--mark-content);margin-top:var(--mark-content);}
.clear-track .focused-area{flex:1 1 var(--font-lead);min-width:0;padding:calc(var(--mark-content) * .75);border-radius:0.57rem;background:var(--surface-light);color:var(--paint-secondary);border:1px solid var(--ink-soft);}
.clear-track .focused-area p{color:inherit;}
.clear-track .focused-area h3{margin-top:calc(1.5rem / 2.4);font-size:19.2px;}
.clear-track .focused-area .active-details{display:block;margin-top:calc(1.5rem / 4);font-size:calc(19.2px * .875);color:inherit;}
.contact-benefit{--mark-content:calc(1.5rem * 1.08);--field-content:calc(1380px / 2.4);padding:calc(1.5rem * 2.4) 2.03rem;background:#c8102e;color:#ffffff;}
.contact-benefit .steady-callout{max-width:1380px;margin:0 auto;}
.contact-benefit h2,.contact-benefit h3,.contact-benefit p{margin:0;}
.contact-benefit h2{font-size:calc(19.2px * 2);line-height:1.14;max-width:var(--field-content);}
.contact-benefit h3{font-size:calc(19.2px * 1.35);line-height:1.22;}
.contact-benefit p{font-size:19.2px;line-height:1.58;color:color-mix(in srgb, currentColor 76%, transparent);}
.contact-benefit .secondary-visual{display:flex;align-items:flex-start;gap:calc(2.05rem * 1.05);}
.contact-benefit .simple-header{flex:1 1 calc(1380px / 3);min-width:0;}
.contact-benefit .simple-header p{margin-top:1.5rem;}
.contact-benefit .contact-team{flex:2 1 calc(1380px / 2);display:flex;flex-direction:column;gap:var(--mark-content);min-width:0;}
.contact-benefit .focused-area{padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid color-mix(in srgb, currentColor 28%, transparent);}
.contact-benefit .focused-area p{margin-top:calc(1.5rem / 3);}
.contact-benefit .main-shell{padding-block:calc(var(--mark-content) / 2);}
.contact-benefit .top-rail{row-gap:calc(var(--mark-content) * 1.15);}
.contact-benefit .compact-team{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
@media(max-width:760px){.contact-benefit .secondary-visual{flex-direction:column;}.contact-benefit h2{max-width:none;}.contact-benefit .focused-area{padding-inline-start:calc(1.5rem * .75);}}
.content-details{
        padding:calc(1.5rem * 2.4) 2.03rem;
        background:#f4f4f5;
        color:#2a2a2d;
    }
.content-details .steady-callout{max-width:1380px;
        margin:0 auto;
        display:grid;
        grid-template-columns:1fr 1.15fr;
        gap:2.05rem;
        align-items:start;}
.content-details .track img{width:100%;
        height:auto;
        display:block;
        border-radius:0.77rem;
        border:1px solid var(--ink-soft);
        box-shadow:0 1px 7px rgba(0,0,0,0.15);}
.content-details .active-proof h2{margin:0 0 4px;
        font-size:calc(19.2px * 2);
        line-height:1.2;}
.content-details .active-proof h3{margin:0 0 calc(2.05rem * 1.5);
        font-size:calc(19.2px * .875);
        font-weight:600;
        letter-spacing:0.04em;
        text-transform:uppercase;
        opacity:0.72;}
.content-details .active-proof p{margin:0 0 calc(2.05rem * 1.5);
        font-size:19.2px;
        line-height:1.58;}
.content-details .active-proof ul{margin:0;
        padding:0;
        list-style:none;
        display:flex;
        flex-direction:column;
        gap:10px;}
.content-details .active-proof li{position:relative;
        padding-left:22px;
        font-size:19.2px;
        line-height:1.5;}
.content-details .active-proof li::before{
        content:"";
        position:absolute;
        left:0;
        top:0.55em;
        width:10px;
        height:2px;
        background:#e01b2f;color:#ffffff;}
@media (max-width:820px){.content-details .steady-callout{
            grid-template-columns:1fr;
        }
    }
.bottom-headline{
  background: #ffffff;
  color: #141416;
  padding: calc(1.5rem * 2.4) 2.03rem;
}
.bottom-headline .steady-callout{width: min(100%, 1380px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 2.05rem;
  align-items: start;}
.bottom-headline h2,
.bottom-headline h3,
.bottom-headline p{margin: 0;}
.bottom-headline h2{font-size: calc(19.2px * 2);
  line-height: 1.1;}
.bottom-headline h3{font-size: calc(19.2px * 1.35);
  line-height: 1.18;}
.bottom-headline p{font-size: 19.2px;
  line-height: 1.58;}
.bottom-headline .offer-panel{display: grid;
  gap: calc(2.05rem * 1.5);
  align-content: start;
  position: sticky;
  top: 1.5rem;}
.bottom-headline .offer-panel .visual-menu{font-size: calc(19.2px * .875);
  padding-top: calc(2.05rem * 1.5);
  border-top: 1px solid var(--ink-soft);}
.bottom-headline .steady-proof{display: grid;
  gap: calc(1.5rem * .75);}
.bottom-headline [data-block]{
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: calc(2.05rem * 1.5);
  padding: calc(1.5rem * .75);
  border-radius: 0.77rem;
  background: var(--surface-light);
  color: var(--paint-secondary);
  border: 1px solid var(--ink-soft);
  box-shadow: 0 1px 7px rgba(0,0,0,0.15);
  animation: galleryStepIn calc(400ms * 2) var(--ease-entry) both;
  animation-delay: var(--speed-slow, 0ms);
}
.bottom-headline [data-block] .main-inner{
  display: inline-block;
  align-self: start;
  justify-self: start;
  font-size: calc(19.2px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: .28rem .7rem;
  border-radius: 0.29rem;
  background: #e01b2f;
  color: #ffffff;
}
.bottom-headline [data-block] .active-proof{display: grid;
  gap: calc(2.05rem * 1.5);}
.bottom-headline [data-block]:nth-child(3n+2){margin-left: clamp(0rem, 6vw, calc(2.05rem * .9));}
@keyframes galleryStepIn {from{ opacity: .25; transform: translateY(calc(calc(2.05rem * 1) * .18)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 860px) {.bottom-headline .steady-callout{
    grid-template-columns: 1fr;
  }.bottom-headline .offer-panel{
    position: static;
  }.bottom-headline [data-block]:nth-child(3n+2){
    margin-left: 0;
  }
}
.soft-figure{
  --mark-content:calc(1.5rem * 0.95);
  --field-content:calc(1380px / 2.35);
  padding:calc(1.5rem * 2.4) 2.03rem;
  background:#ffffff;
  color:#141416;
}
.soft-figure .steady-callout{max-width:1380px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(2.05rem * 1.5);}
.soft-figure .content-tile{max-width:var(--field-content);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.soft-figure h2{margin:0;
  font-size:calc(19.2px * 2);
  line-height:1.14;}
.soft-figure p{margin:0;
  font-size:19.2px;
  line-height:1.58;}
.soft-figure .top-team{}
.soft-figure .secondary-brand{display:flex;
  flex-direction:column;
  gap:calc(2.05rem * 0.55);}
.soft-figure details{
  padding:calc(calc(1.5rem * .75) * 0.95) calc(1.5rem * .75);
  border:1px solid var(--ink-soft);
  border-left:3px solid #c8102e;
  border-radius:0.57rem;
  background:var(--surface-light);
  color:var(--paint-secondary);
}
.soft-figure summary{cursor:pointer;
  font-weight:700;
  font-size:calc(19.2px * 1.125);
  line-height:1.3;
  list-style:none;}
.soft-figure summary::-webkit-details-marker{display:none;}
.soft-figure summary::after{content:"+";
  float:right;
  margin-left:calc(1.5rem * .75);
  font-weight:700;}
.soft-figure details[open] summary::after{content:"–";}
.soft-figure details p{margin-top:calc(1.5rem / 3);}
.soft-figure .quiet-fields{font-size:calc(19.2px * .875);
  border-top:1px solid var(--ink-soft);
  padding-top:calc(1.5rem * .75);}
.soft-figure .quiet-fields a{text-decoration:none;
  border-bottom:1px solid #c8102e;}
.soft-figure .quiet-fields a:hover{border-bottom-color:#e01b2f;}
@media (max-width:720px){.soft-figure .content-tile{max-width:100%;}.soft-figure summary{font-size:19.2px;}
}
.plain-view{
  padding: calc(1.5rem * 2.4) 2.03rem;
  background: #141416;
  color: #f4f4f5;
}
.plain-view .steady-callout{max-width: min(1380px, 72rem);
  margin: 0 auto;}
.plain-view .text-body{display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 2.05rem;
  padding-bottom: calc(2.05rem * 1.5);
  border-bottom: 1px solid #2a2a2d;}
.plain-view h2{margin: 0;
  flex: 1 1 22rem;
  font-size: calc(19.2px * 2);
  line-height: 1.1;}
.plain-view .top-team{flex: 1 1 24rem;
  margin: 0;
  font-size: 19.2px;
  line-height: 1.58;
  color: #c9c9cc;}
.plain-view .contact-team{list-style: none;
  padding: 0;
  margin: calc(2.05rem * 1.5) 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2.05rem;}
.plain-view .focused-area{
  flex: 1 1 min(100%, 20rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  background: #141416;
  border-left: 3px solid #e01b2f;
  border-radius: 0.57rem;color:var(--paint-secondary);}
.plain-view .focused-area blockquote{margin: 0;}
.plain-view .focused-area blockquote p{margin: 0;
  font-size: 19.2px;
  line-height: 1.58;}
.plain-view .focused-area footer{margin-top: calc(1.5rem * .75);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;}
.plain-view .compact-plan{font-weight: 700;
  font-size: calc(19.2px * .875);}
.plain-view .wide-panel{font-size: calc(19.2px * .875);
  color: #c9c9cc;}
.plain-view .offer-story{margin-top: calc(2.05rem * 1.5);
  padding-top: calc(2.05rem * 1.5);
  border-top: 1px solid #2a2a2d;}
.plain-view .media-fields{margin: 0 0 calc(1.5rem * .75);
  max-width: 52rem;
  font-size: calc(19.2px * .875);
  color: #c9c9cc;}
.plain-view .media-summary{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.4rem;}
.plain-view .media-summary li{font-size: calc(19.2px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #c9c9cc;
  padding: 0.35rem 0.7rem;
  border: 1px solid #2a2a2d;
  border-radius: 0.29rem;}
.plain-view .main-story{margin: calc(2.05rem * 1.5) 0 0;
  font-size: 19.2px;
  color: #c9c9cc;}
.plain-view .main-story a{color:inherit;
  text-decoration: underline;
  text-underline-offset: 3px;}
.plain-view .main-story a:hover{color:inherit;}
@media (max-width: 700px) {.plain-view .contact-team{
    display: block;
  }.plain-view .focused-area + .focused-area{
    margin-top: 2.05rem;
  }
}
.compact-proof{padding:calc(1.5rem * 2.4) 2.03rem;background:#ffffff;color:#141416}
.compact-proof .steady-callout{width:min(100%,calc(1380px*.62));margin:0 auto}
.compact-proof .active-details{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;color:#2a2a2d;font-size:calc(19.2px * .875)}
.compact-proof .active-details>*{min-width:0;flex:1 1 18rem}
.compact-proof h1{margin:0;font-size:calc(19.2px * 2.65);line-height:1.05}
.compact-proof .top-team{margin:1.5rem 0 calc(2.05rem * 1.5);color:#2a2a2d;font-size:calc(19.2px * 1.125);line-height:1.58}
.compact-proof .public-inner{margin:0 0 calc(2.05rem * 1.5);border-radius:0.77rem;overflow:hidden;background:#f4f4f5;color:#2a2a2d;}
.compact-proof .public-inner img{display:block;width:100%;height:auto}
.compact-proof .fresh-track{border-top:1px solid var(--ink-soft);padding-top:1.5rem}
.compact-proof .fresh-track p{margin:0 0 1.5rem;line-height:1.58}
.compact-proof .fresh-track p:last-child{margin-bottom:0}
.compact-proof .quiet-fields{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(2.05rem * 1.5);padding-top:calc(2.05rem * 1.5);border-top:1px solid var(--ink-soft)}
.compact-proof .quiet-fields a{color:#c8102e;text-decoration:none;font-size:19.2px;border-bottom:1px solid transparent;transition:color 400ms var(--ease-entry),border-color 400ms var(--ease-entry)}
.compact-proof .quiet-fields a:hover{color:#e01b2f;border-bottom-color:#e01b2f}
@media (max-width:640px){.compact-proof .steady-callout{width:100%}.compact-proof .quiet-fields{flex-direction:column;gap:calc(2.05rem * 1.5)}
}
.local-panel{padding:calc(1.5rem * 2.4) 2.03rem;background:#ffffff;color:#141416}
.local-panel .steady-callout{max-width:1380px;margin:0 auto}
.local-panel .site-frame{display:flex;flex-wrap:wrap;gap:2.05rem;align-items:flex-end;margin-bottom:calc(2.05rem * 1.5);border-bottom:2px solid #c8102e;padding-bottom:1.5rem}
.local-panel .site-frame>*{min-width:0;flex:1 1 20rem}
.local-panel h2{margin:0;font-size:calc(19.2px * 2);line-height:1.08}
.local-panel .site-frame p{margin:0;font-size:19.2px;line-height:1.58;}
.local-panel .steady-rail{display:flex;flex-wrap:wrap;gap:2.05rem}
.local-panel .plain-links{flex:1 1 18rem;min-width:0;background:var(--surface-light);color:var(--paint-secondary);border:1px solid var(--ink-soft);border-left:4px solid #c8102e;border-radius:0.57rem;padding:calc(1.5rem * .75) 1.5rem;box-shadow:0 1px 7px rgba(0,0,0,0.15);display:flex;flex-direction:column}
.local-panel .main-inner{font-size:calc(19.2px * .875);letter-spacing:0.04em;text-transform:uppercase;font-weight:600}
.local-panel h3{margin:calc(1.5rem * .75) 0 0;font-size:calc(19.2px * 1.35);line-height:1.2}
.local-panel a{color:inherit;text-decoration:none}
.local-panel a:hover{}
.local-panel p{margin:calc(1.5rem * .75) 0 0;line-height:1.58;}
@media(max-width:620px){.local-panel .site-frame,.local-panel .steady-rail{display:block}.local-panel .plain-links{margin-bottom:calc(1.5rem * .75)}.local-panel .site-frame p{margin-top:1.5rem}}
.steady-section{
  padding:calc(1.5rem * 2.4) 2.03rem;
  background:#ffffff;
  color:#141416;
}
.steady-section .steady-callout{width:min(100%,calc(1380px*.62));
  margin:0 auto;}
.steady-section .clear-rail{margin-bottom:calc(2.05rem * 1.5);}
.steady-section .active-details{display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75);
  margin-bottom:calc(2.05rem * 1.5);
  color:#2a2a2d;
  font-size:calc(19.2px * .875);
  text-transform:uppercase;
  letter-spacing:.04em;}
.steady-section .active-details .primary-method{color:#c8102e;
  font-weight:600;}
.steady-section h1{margin:0;
  font-size:calc(19.2px * 2.65);
  line-height:1.05;}
.steady-section .top-team{margin:calc(2.05rem * 1.5) 0 0;
  color:#2a2a2d;
  font-size:calc(19.2px * 1.125);
  line-height:1.58;}
.steady-section .public-inner{
  margin:1.5rem 0;
  border-radius:0.77rem;
  overflow:hidden;
  background:#f4f4f5;color:#2a2a2d;}
.steady-section .public-inner img{display:block;
  width:100%;
  height:auto;}
.steady-section .fresh-track{border-top:1px solid var(--ink-soft);
  padding-top:1.5rem;}
.steady-section .fresh-track p{margin:0 0 calc(2.05rem * 1.5);
  line-height:1.58;}
.steady-section .fresh-track p:last-child{margin-bottom:0;}
.steady-section .quiet-fields{margin-top:1.5rem;
  padding-top:calc(2.05rem * 1.5);
  border-top:1px solid var(--ink-soft);
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:calc(1.5rem * .75);
  font-size:calc(19.2px * .875);}
.steady-section .direct-nav{color:#2a2a2d;
  text-transform:uppercase;
  letter-spacing:.04em;}
.steady-section .quiet-fields a{color:#c8102e;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 400ms var(--ease-entry),border-color 400ms var(--ease-entry);}
.steady-section .quiet-fields a:hover{color:#e01b2f;
  border-bottom-color:#e01b2f;}
@media (max-width:720px){.steady-section .steady-callout{
    width:100%;
  }.steady-section .quiet-fields{
    flex-direction:column;
    gap:.4rem;
  }
}
.main-quote{
  padding:calc(1.5rem * 2.4) 2.03rem;
  background:#ffffff;
  color:#141416;
}
.main-quote .steady-callout{max-width:1380px;
  margin:0 auto;}
.main-quote .site-frame{display:flex;
  flex-wrap:wrap;
  gap:2.05rem;
  align-items:end;
  margin-bottom:calc(2.05rem * 1.5);}
.main-quote .site-frame>*{min-width:0;flex:1 1 20rem}
.main-quote h2{margin:0;
  font-size:calc(19.2px * 2.65);
  line-height:1.05;}
.main-quote .site-frame p{margin:0;
  font-size:calc(19.2px * 1.125);
  line-height:1.58;}
.main-quote .secondary-copy{display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75);
  margin-bottom:calc(2.05rem * 1.5);}
.main-quote .main-lead{
  font:inherit;
  font-size:calc(19.2px * .875);
  padding:0.35rem 0.9rem;
  border-radius:0.29rem;
  border:1px solid var(--ink-soft);
  background:var(--surface-light);
  color:var(--paint-secondary);
  cursor:pointer;
  transition:background 400ms var(--ease-entry),color 400ms var(--ease-entry),border-color 400ms var(--ease-entry);
}
.main-quote .main-lead:hover{border-color:#c8102e;}
.main-quote .main-lead.is-on{
  background:#c8102e;
  color:#ffffff;
  border-color:#c8102e;
}
.main-quote .steady-rail{display:flex;
  flex-wrap:wrap;
  gap:2.05rem;}
.main-quote .plain-links{
  flex:1 1 20rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  background:var(--surface-light);
  color:var(--paint-secondary);
  border:1px solid var(--ink-soft);
  border-radius:0.77rem;
  overflow:hidden;
  box-shadow:0 1px 7px rgba(0,0,0,0.15);
  transition:box-shadow 400ms var(--ease-entry),transform 400ms var(--ease-entry);
}
.main-quote .plain-links:hover{box-shadow:0 6px 26px rgba(0,0,0,0.19);
  transform:translateY(-2px);}
.main-quote .plain-links.is-hidden{display:none}
.main-quote .top-story{
  aspect-ratio:16/9;
  background:#f4f4f5;
  overflow:hidden;color:#2a2a2d;}
.main-quote .top-story img{width:100%;
  height:100%;
  object-fit:cover;
  display:block;}
.main-quote .active-proof{padding:calc(1.5rem * .75) 1.5rem 1.5rem;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  flex:1 1 auto;}
.main-quote .active-details{font-size:calc(19.2px * .875);
  letter-spacing:0.02em;}
.main-quote h3{margin:0;
  font-size:calc(19.2px * 1.35);
  line-height:1.2;}
.main-quote h3 a{color:inherit;
  text-decoration:none;}
.main-quote h3 a:hover{}
.main-quote .active-proof p{margin:0;
  line-height:1.58;
  font-size:19.2px;}
.main-quote .simple-nav{margin-top:auto;
  align-self:flex-start;
  font-size:calc(19.2px * .875);
  text-decoration:none;
  border-bottom:1px solid #c8102e;
  padding-bottom:2px;}
.main-quote .simple-nav:hover{border-color:#e01b2f;}
.main-quote .visual-menu{margin:calc(2.05rem * 1.5) 0 0;
  font-size:calc(19.2px * .875);
  max-width:60ch;}
@media(max-width:620px){.main-quote .site-frame{display:block}.main-quote .site-frame p{margin-top:1.5rem}.main-quote .plain-links{flex:1 1 100%}
}
.site-steps{padding:calc(1.5rem * 2.4) 2.03rem;background:#ffffff;color:#141416}
.site-steps .steady-callout{width:min(100%,calc(1380px*.6));margin:0 auto;display:flex;flex-direction:column;gap:calc(2.05rem * 1.5)}
.site-steps .content-tile{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.site-steps .active-details{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);color:#2a2a2d;font-size:calc(19.2px * .875)}
.site-steps .active-details .primary-method{font-weight:600}
.site-steps h1{margin:0;font-size:calc(19.2px * 2.65);line-height:1.05}
.site-steps .top-team{margin:0;color:#2a2a2d;font-size:calc(19.2px * 1.125);line-height:1.58}
.site-steps .public-inner{margin:0;border-radius:0.77rem;overflow:hidden;box-shadow:0 1px 7px rgba(0,0,0,0.15)}
.site-steps .public-inner img{display:block;width:100%;height:auto}
.site-steps .fresh-track{border-top:1px solid var(--ink-soft);padding-top:1.5rem}
.site-steps .fresh-track p{margin:0 0 1.5rem;line-height:1.58}
.site-steps .fresh-track p:last-child{margin-bottom:0}
.site-steps .narrow-menu{display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-top:1px solid var(--ink-soft);padding-top:1.5rem}
.site-steps .visual-menu{margin:0;color:#2a2a2d;font-size:19.2px}
.site-steps .quiet-fields{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.site-steps .quiet-fields a{color:#c8102e;text-decoration:none;font-size:calc(19.2px * .875);border-bottom:1px solid transparent;transition:color 400ms var(--ease-entry),border-color 400ms var(--ease-entry)}
.site-steps .quiet-fields a:hover{color:#e01b2f;border-bottom-color:#e01b2f}
@media (max-width:640px){.site-steps .steady-callout{width:100%}.site-steps .active-details{flex-direction:column;gap:calc(1.5rem * .75)}
}
.featured-view{padding:calc(1.5rem * 2.4) 2.03rem;background:#ffffff;color:#141416}
.featured-view .steady-callout{width:min(100%,1380px);margin:0 auto;display:flex;flex-wrap:wrap;gap:2.05rem;align-items:flex-start}
.featured-view .text-body{flex:1 1 18rem;min-width:0;position:sticky;top:calc(2.05rem * 1.5)}
.featured-view h2{margin:0 0 calc(1.5rem * .75);font-size:calc(19.2px * 2);line-height:1.08}
.featured-view .top-team{margin:0 0 calc(2.05rem * 1.5);font-size:19.2px;line-height:1.58;}
.featured-view .secondary-copy{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.featured-view .secondary-copy a{display:inline-block;padding:.35rem .8rem;border:1px solid var(--ink-soft);border-radius:0.29rem;background:var(--surface-light);color:var(--paint-secondary);font-size:calc(19.2px * .875);text-decoration:none;transition:background 400ms var(--ease-entry),color 400ms var(--ease-entry)}
.featured-view .secondary-copy a:hover{background:#c8102e;color:#ffffff;border-color:#c8102e}
.featured-view .text-panel{flex:2 1 26rem;min-width:0;display:flex;flex-direction:column;gap:calc(2.05rem * 1.5)}
.featured-view .focused-area{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);padding-top:calc(2.05rem * 1.5);border-top:1px solid var(--ink-soft)}
.featured-view .focused-area:first-child{padding-top:0;border-top:0}
.featured-view .public-inner{flex:0 0 11rem;margin:0;overflow:hidden;border-radius:0.57rem;background:#f4f4f5;color:#2a2a2d;}
.featured-view .public-inner img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:4/3}
.featured-view .active-proof{flex:1 1 16rem;min-width:0}
.featured-view time{display:block;font-size:calc(19.2px * .875);letter-spacing:.02em}
.featured-view h3{margin:calc(1.5rem * .75) 0 0;font-size:calc(19.2px * 1.35);line-height:1.18}
.featured-view h3 a{color:inherit;text-decoration:none}
.featured-view h3 a:hover{}
.featured-view .active-proof p{margin:calc(1.5rem * .75) 0 0;font-size:calc(19.2px * .875);line-height:1.58}
@media(max-width:820px){.featured-view .text-body{position:static}.featured-view .public-inner{flex:0 0 8rem}}
@media(max-width:560px){.featured-view .focused-area{flex-direction:column}.featured-view .public-inner{flex:0 0 auto;width:100%}}
.service-entries{
  padding:calc(1.5rem * 2.4) 2.03rem;
  background:#141416;
  color:#f4f4f5;
}
.service-entries .site-brand{max-width:min(1380px,62rem);
  margin:0 auto;}
.service-entries h2{margin:0;
  font-size:calc(19.2px * 2);
  line-height:1.1;}
.service-entries .top-team{margin:calc(2.05rem * 1.5) 0 2.05rem;
  font-size:calc(19.2px * 1.125);
  line-height:1.4;
  max-width:52rem;}
.service-entries .open-actions{
  height:clamp(20rem,42vw,32rem);
  border-radius:0.77rem;
  overflow:hidden;
  border:1px solid var(--ink-soft);
  background:#f4f4f5;color:#2a2a2d;}
.service-entries .open-actions iframe{display:block;
  width:100%;
  height:100%;
  border:0;}
.service-entries .focused-team{margin-top:2.05rem;
  display:flex;
  flex-direction:column;
  gap:0;}
.service-entries .simple-rail{display:grid;
  grid-template-columns:minmax(8rem,.26fr) minmax(0,1fr);
  gap:calc(1.5rem * .75);
  padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid var(--ink-soft);}
.service-entries .simple-rail:first-child{border-top:1px solid var(--ink-soft);}
.service-entries .simple-rail span{font-size:calc(19.2px * .875);
  letter-spacing:.02em;
  text-transform:uppercase;
  color:#c9c9cc;}
.service-entries .simple-rail p{margin:0;
  line-height:1.5;}
.service-entries .simple-rail a{text-decoration:underline;
  text-underline-offset:3px;}
.service-entries .simple-rail a:hover{color:inherit;}
@media (max-width:620px){.service-entries .simple-rail{
    grid-template-columns:1fr;
    gap:var(--space-medium);
  }.service-entries .open-actions{
    height:20rem;
  }
}
.strong-inner{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.03rem;
  background: linear-gradient(135deg, #141416 0%, #2a2a2d 55%, #c8102e 100%);
  color: #ffffff;
}
.strong-inner .steady-callout{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1380px;
  margin: 0 auto;}
.strong-inner .site-frame{max-width: 62rem;
  margin: 0 0 calc(2.05rem * 1.5);}
.strong-inner h2{margin: 0;
  font-size: calc(19.2px * 2.65);
  line-height: 1.05;}
.strong-inner .top-team{max-width: 44rem;
  margin: 1.5rem 0 0;
  font-size: calc(19.2px * 1.125);
  line-height: 1.58;}
.strong-inner .media-story{display: flex;
  flex-wrap: wrap;
  gap: 2.05rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.strong-inner .fresh-media,
.strong-inner .team-section{flex: 1 1 20rem;
  min-width: 0;}
.strong-inner h3{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(19.2px * 1.35);
  line-height: 1.2;}
.strong-inner .offer-copy{margin: 0 0 calc(1.5rem * .75);
  line-height: 1.58;
  overflow-wrap: anywhere;}
.strong-inner .offer-copy:last-child{margin-bottom: 0;}
.strong-inner .main-frame{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) 2.05rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);}
.strong-inner .main-frame a{color: inherit;
  font-size: calc(19.2px * 1.125);
  text-decoration: underline;
  text-underline-offset: .22em;
  overflow-wrap: anywhere;}
.strong-inner .page-headline{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-top: 1.5rem;}
.strong-inner .page-headline a{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .5rem;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;}
.strong-inner .page-headline a:hover{text-decoration: underline;
  text-underline-offset: .22em;}
.strong-inner .page-headline span{font-size: calc(19.2px * .875);
  opacity: .7;}
@media (max-width: 720px) {.strong-inner .media-story{
    flex-direction: column;
  }.strong-inner .main-frame{
    flex-direction: column;
    align-items: flex-start;
  }
}
.top-callout{padding:calc(1.5rem * 2.4) 2.03rem;background:#141416;color:#f4f4f5}
.top-callout .steady-callout{max-width:1380px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(2.05rem * 1.5)}
.top-callout .site-frame{flex:1 1 22rem;max-width:32rem}
.top-callout h2{margin:0;font-size:calc(19.2px * 2);line-height:1.1}
.top-callout .site-frame p{margin:1.5rem 0 0;line-height:1.58;opacity:.85}
.top-callout .public-unit{list-style:none;margin:1.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.top-callout .public-unit li{position:relative;padding-left:1.1rem;font-size:calc(19.2px * .875);line-height:1.58;opacity:.8}
.top-callout .public-unit li::before{content:"";position:absolute;left:0;top:.55em;width:.4rem;height:.4rem;background:#e01b2f;border-radius:50%;color:#ffffff;}
.top-callout form{flex:1 1 26rem}
.top-callout .content-unit{display:flex;flex-wrap:wrap;gap:2.05rem}
.top-callout .simple-section{flex:1 1 14rem;display:block}
.top-callout .simple-section span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(19.2px * .875)}
.top-callout input,.top-callout select,.top-callout textarea{width:100%;padding:calc(1.5rem * .75);border:1px solid var(--ink-soft);border-radius:0.29rem;background:#ffffff;color:#141416;font:inherit}
.top-callout select{appearance:none}
.top-callout .bottom-plan{display:block;margin-top:1.5rem}
.top-callout textarea{resize:vertical}
.top-callout .bottom-actions{margin:1.5rem 0;font-size:calc(19.2px * .875);line-height:1.58;opacity:.8}
.top-callout button{padding:calc(1.5rem * .75) 1.5rem;border:0;border-radius:0.29rem;background:#c8102e;color:#ffffff;font:inherit;cursor:pointer;transition:background 400ms var(--ease-entry)}
.top-callout button:hover{background:#a30c24;color:var(--paint-secondary);}
@media(max-width:720px){.top-callout .steady-callout{display:block}.top-callout form{margin-top:calc(2.05rem * 1.5)}}
.service-wrap{padding:calc(1.5rem * 2.4) 2.03rem;background:#f4f4f5;color:#2a2a2d}
.service-wrap .text-benefit{max-width:min(1380px,64rem);margin:0 auto}
.service-wrap h2{margin:0 0 1.5rem;font-size:calc(19.2px * 2);line-height:1.1}
.service-wrap .direct-quote{margin:0 0 calc(2.05rem * 1.5);font-size:calc(19.2px * 1.125);max-width:52rem}
.service-wrap .public-unit{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.service-wrap .visual-menu{background:var(--surface-light);color:var(--paint-secondary);border:1px solid var(--ink-soft);border-radius:0.57rem;padding:calc(1.5rem * .75) 2.05rem;box-shadow:0 1px 7px rgba(0,0,0,0.15)}
.service-wrap h3{margin:0 0 calc(1.5rem * .75);font-size:calc(19.2px * 1.35);line-height:1.25}
.service-wrap .visual-menu p{margin:0;font-size:19.2px}
@media (max-width:720px){.service-wrap .visual-menu{padding:calc(1.5rem * .75)}
}
.public-grid{
  padding:calc(1.5rem * 2.4) 2.03rem;
  background:#141416;
  color:#f4f4f5;
}
.public-grid .simple-header{max-width:min(1380px,62rem);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(2.05rem * 1.5);}
.public-grid h2{margin:0;
  font-size:calc(19.2px * 2.65);
  line-height:1.08;
  letter-spacing:-0.01em;}
.public-grid .site-frame{margin:0;
  max-width:56rem;
  font-size:calc(19.2px * 1.125);
  line-height:1.55;
  color:color-mix(in srgb,currentColor 74%,transparent);}
.public-grid .compact-menu{display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:0.55rem;
  padding:calc(1.5rem * .75) 0 0;
  border-top:1px solid color-mix(in srgb,currentColor 18%,transparent);}
.public-grid .compact-menu:first-of-type{border-top:none;
  padding-top:0;}
.public-grid h3{margin:0;
  font-size:calc(19.2px * 1.35);
  line-height:1.25;}
.public-grid .compact-menu p{margin:0;
  font-size:19.2px;
  line-height:1.62;
  color:color-mix(in srgb,currentColor 74%,transparent);}
@media (min-width:900px){.public-grid .compact-menu{
    grid-template-columns:minmax(14rem,20rem) minmax(0,1fr);
    gap:2.05rem;
    align-items:start;
  }.public-grid h3{
    padding-top:0.15rem;
  }
}
.simple-steps{
  padding: calc(1.5rem * 2.4) 2.03rem;
  background: #141416;
  color: #f4f4f5;
}
.simple-steps .steady-callout{max-width: min(1380px, 74rem);
  margin: 0 auto;}
.simple-steps .content-tile{max-width: 46rem;
  margin-bottom: calc(2.05rem * 1.5);}
.simple-steps h2{margin: 0;
  font-size: calc(19.2px * 2);
  line-height: 1.1;}
.simple-steps .top-team{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.2px * 1.125);
  line-height: 1.58;
  color: #c9c9cc;}
.simple-steps .public-entries{display: flex;
  flex-direction: column;
  border-top: 1px solid #2a2a2d;}
.simple-steps .simple-rail{display: flex;
  gap: 2.05rem;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #2a2a2d;
  align-items: flex-start;}
.simple-steps .plain-shell{flex: 0 0 auto;
  min-width: 2.6rem;
  font-size: calc(19.2px * .875);
  letter-spacing: 0.08em;color:inherit;
  padding-top: 0.35rem;}
.simple-steps .active-proof{flex: 1 1 auto;}
.simple-steps .active-proof strong{display: block;
  font-size: calc(19.2px * 1.35);
  margin-bottom: 0.4rem;}
.simple-steps .active-proof p{margin: 0;
  color: #c9c9cc;
  line-height: 1.58;}
.simple-steps .media-contact{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  margin-top: calc(2.05rem * 1.5);
  padding: calc(1.5rem * .75);
  border: 1px solid #2a2a2d;
  border-radius: 0.77rem;}
.simple-steps .simple-section{flex: 1 1 12rem;
  min-width: 0;}
.simple-steps .main-inner{display: block;
  font-size: calc(19.2px * .875);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #c9c9cc;
  margin-bottom: 0.35rem;}
.simple-steps .simple-section a{text-decoration: none;
  font-size: 19.2px;
  border-bottom: 1px solid #e01b2f;
  padding-bottom: 1px;}
.simple-steps .simple-section a:hover{color:inherit;}
.simple-steps .simple-section p{margin: 0;
  font-size: 19.2px;
  line-height: 1.4;}
.simple-steps .quiet-fields{margin: calc(2.05rem * 1.5) 0 0;
  font-size: calc(19.2px * .875);
  color: #c9c9cc;
  line-height: 1.58;}
.simple-steps .quiet-fields a{text-decoration: none;
  border-bottom: 1px solid #6b6b70;}
.simple-steps .quiet-fields a:hover{color:inherit;
  border-bottom-color: #e01b2f;}
@media (max-width: 640px) {.simple-steps .simple-rail{
    flex-direction: column;
    gap: 0.4rem;
  }.simple-steps .plain-shell{
    padding-top: 0;
  }.simple-steps .media-contact{
    flex-direction: column;
  }
}
.featured-entries{--mark-content:calc(1.5rem * 0.87);--field-content:calc(1380px / 2.11);padding:calc(1.5rem * 2.4) 2.03rem;background:#c8102e;color:#ffffff;}
.featured-entries .steady-callout{max-width:1380px;margin:0 auto;}
.featured-entries h2,.featured-entries p{margin:0;}
.featured-entries h2{font-size:calc(19.2px * 2);line-height:1.12;}
.featured-entries p{font-size:19.2px;line-height:1.58;color:color-mix(in srgb, currentColor 78%, transparent);}
.featured-entries a{color:inherit;text-decoration:none;}
.featured-entries .main-story{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.29rem;background:#ffffff;color:#c8102e;font-weight:600;}
.featured-entries .text-intro{text-align:center;}
.featured-entries .text-intro p{margin:1.5rem auto 0;max-width:var(--field-content);}
.featured-entries .text-intro .main-story{margin-top:1.5rem;}
.featured-entries .top-rail{row-gap:calc(var(--mark-content) * 1.2);}
.featured-entries .compact-team{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.featured-entries .narrow-proof{padding-block:calc(var(--mark-content) / 2);}
.featured-entries .quiet-fields{margin-top:1.5rem;display:flex;flex-wrap:wrap;justify-content:center;gap:2.05rem;}
.featured-entries .quiet-fields a{font-size:calc(19.2px * .875);text-decoration:underline;text-underline-offset:4px;opacity:.85;}
.featured-entries .quiet-fields a:hover{opacity:1;}
@media (max-width:640px){.featured-entries .quiet-fields{flex-direction:column;align-items:center;gap:calc(2.05rem / 2);}
}
.bottom-panel{
  background: #141416;
  color: #f4f4f5;
  padding: calc(1.5rem * 2.4) 2.03rem;
}
.bottom-panel .active-proof{width: min(100%, 1380px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.05rem * 1.5);}
.bottom-panel .top-team{display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 62ch;}
.bottom-panel h1{margin: 0;
  font-size: clamp(calc(19.2px * 2), 6vw, calc(19.2px * 2.65));
  line-height: 1.02;
  letter-spacing: -0.01em;}
.bottom-panel .simple-header{margin: 0;
  font-size: calc(19.2px * 1.125);
  line-height: 1.6;
  color: color-mix(in srgb, currentColor 76%, transparent);}
.bottom-panel .text-body{display: flex;
  flex-wrap: wrap;
  gap: 2.05rem;}
.bottom-panel .quiet-fields{
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: calc(1.5rem * .75);
  border-radius: 0.57rem;
  background: color-mix(in srgb, currentColor 8%, transparent);
  border: 1px solid color-mix(in srgb, currentColor 16%, transparent);
  color: inherit;
  text-decoration: none;
  transition: background 400ms var(--ease-entry, ease),
              border-color 400ms var(--ease-entry, ease);
}
.bottom-panel .quiet-fields:hover,
.bottom-panel .quiet-fields:focus-visible{
  background: color-mix(in srgb, currentColor 14%, transparent);
  border-color: #e01b2f;
  outline: none;
}
.bottom-panel .quiet-fields strong{font-size: 19.2px;}
.bottom-panel .quiet-fields span{font-size: calc(19.2px * .875);
  line-height: 1.5;
  color: color-mix(in srgb, currentColor 68%, transparent);}
.bottom-panel .visual-menu{margin: 0;
  font-size: calc(19.2px * .875);
  line-height: 1.6;
  color: color-mix(in srgb, currentColor 62%, transparent);}
.bottom-panel .visual-menu a{text-decoration: underline;
  text-underline-offset: 3px;}
.bottom-panel .visual-menu a:hover,
.bottom-panel .visual-menu a:focus-visible{}
@media (max-width: 640px) {.bottom-panel{ padding: calc(1.5rem * 2.4) 2.03rem; }.bottom-panel .text-body{ flex-direction: column; }
}
