*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Rubik", sans-serif;}
a{color:inherit;}
.service-quote {
    width: 100%;
    background: #14161A;
    color: #F2F3F5;
    border-bottom: 1px solid var(--paint-muted);
  }
.primary-region {
    max-width: 1600px;
    margin: 0 auto;
    padding: 1.5rem 1.96rem;
    display: flex;
    align-items: center;
    gap: 1.88rem;
  }
.plain-lead {
    font-size: calc(16.2px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #F2F3F5;
    text-decoration: none;
    white-space: nowrap;
  }
:root {
  --speed-hover: cubic-bezier(0.2,0.8,0.2,1);
  --paint-muted: #33383F;
  --tone-strong: #1B1E23;
  --paint-clear: #C9CDD3;
  --tone-extra-13: #C1121F;
  --surface-soft: #1D2025;
  --tone-warm: #EDEFF2;
}
.nav-desktop {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.88rem;
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: calc(16.2px * .875);
    font-weight: 500;
    color: #F2F3F5;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 360ms var(--speed-hover), color 360ms var(--speed-hover);
  }
.nav-list a:hover {
    color: #E63946;
    border-bottom-color: #E63946;
  }
.direct-form {
    display: flex;
    align-items: center;
    gap: calc(1.88rem * 1.5);
    flex: 0 0 auto;
  }
.narrow-benefit {
    font-size: calc(16.2px * .875);
    color: var(--paint-clear);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 360ms var(--speed-hover), border-color 360ms var(--speed-hover);
  }
.narrow-benefit:hover {
    color: #E63946;
    border-bottom-color: #E63946;
  }
.public-benefit {
    display: inline-block;
    padding: 0.55rem 1rem;
    font-size: calc(16.2px * .875);
    font-weight: 600;
    background: var(--tone-extra-13);
    color: #FFFFFF;
    border-radius: 0.42rem;
    text-decoration: none;
    white-space: nowrap;
    transition: background 360ms var(--speed-hover);
  }
.public-benefit:hover{
    background: #9E0E19;color:var(--tone-warm);}
.site-rail {
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    background: var(--surface-soft);
    color: var(--paint-clear);
    border: 1px solid var(--paint-muted);
    border-radius: 0.25rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
.active-block{
    display: block;
    width: 18px;
    height: 2px;
    background: #F2F3F5;
    border-radius: 1px;color:var(--tone-warm);}
.narrow-team{
    display: none;
    border-top: 1px solid var(--paint-muted);
    background: #14161A;
    padding: calc(1.88rem * 1.5) 1.96rem 1.5rem;color:#F2F3F5;}
.narrow-team.is-open{display: block;}
.offer-note {
    list-style: none;
    margin: 0 0 calc(1.88rem * 1.5);
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
.offer-note a {
    display: block;
    padding: 0.7rem 0.25rem;
    font-size: 16.2px;
    color: #F2F3F5;
    text-decoration: none;
    border-bottom: 1px solid var(--paint-muted);
  }
.offer-note a:hover {
    color: #E63946;
  }
.soft-story {
    display: block;
    text-align: center;
  }
@media (max-width: 900px) {
    .nav-desktop {
      display: none;
    }
    .narrow-benefit {
      display: none;
    }
  }
@media (max-width: 767px) {
    .primary-region {
      justify-content: space-between;
    }
    .site-rail {
      display: flex;
    }
    .public-benefit:not(.soft-story) {
      display: none;
    }
  }
.top-note{font-family:"Rubik", sans-serif;font-size:calc(16.2px * .875);line-height:1.59;padding:calc(1.5rem * 2.4) 1.96rem;width:100%;box-sizing:border-box;background:#F2F3F5;color:#14161A;}
.soft-actions{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.88rem * 1.5)}
.public-headline{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:1.88rem}
.quiet-story{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.focused-menu{font-size:calc(16.2px * 1.125);font-weight:700;margin:0;letter-spacing:0.01em}
.strong-proof{margin:0;font-size:calc(16.2px * .875);opacity:0.85;max-width:34ch}
.local-body{font-size:16.2px;font-weight:600;margin:0;text-transform:uppercase;letter-spacing:0.06em;opacity:0.9}
.compact-fields{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2)}
.compact-fields a{color:inherit;text-decoration:none;font-size:calc(16.2px * .875);border-bottom:1px solid transparent;transition:border-color 360ms var(--speed-hover)}
.compact-fields a:hover,
  .compact-fields a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.media-service{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin:0}
.top-service{margin:0;display:flex;flex-direction:column;gap:2px}
.wide-view{font-size:calc(16.2px * .875);text-transform:uppercase;letter-spacing:0.05em;opacity:0.75}
.focused-team{font-size:calc(16.2px * .875)}
.site-flow{color:inherit;text-decoration:none;font-size:calc(16.2px * .875);border-bottom:1px solid transparent;transition:border-color 360ms var(--speed-hover)}
.site-flow:hover,
  .site-flow:focus-visible{border-bottom-color:currentColor;outline:none}
.active-entries{border-top:1px solid rgba(255, 255, 255, 0.15);padding-top:calc(1.88rem * 1.5)}
.compact-nav{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1.88rem}
.compact-nav a{color:inherit;text-decoration:none;font-size:calc(16.2px * .875);border-bottom:1px solid transparent;transition:border-color 360ms var(--speed-hover)}
.compact-nav a:hover,
  .compact-nav a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.focused-quote{margin:0;font-size:calc(16.2px * .875);opacity:0.8;max-width:90ch}
.offer-form{margin:0;font-size:calc(16.2px * .875);opacity:0.7}
@media (max-width: 960px) {.public-headline{grid-template-columns:1fr 1fr}
  }
@media (max-width: 600px) {.public-headline{grid-template-columns:1fr}.compact-nav{flex-direction:column;gap:calc(1.5rem / 2)}
  }
footer,footer *{border-radius:0!important;}
footer .media-callout{flex:1 1 100%;max-width:1600px;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(16.2px * .875);line-height:1.59;opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;inset:0;z-index:1200;display:grid;place-items:end;}
.cookies .form{position:absolute;inset:0;background:rgba(10,10,12,0.72);color:var(--tone-warm);}
.cookies .visual-quote{position:relative;width:min(520px,calc(100vw - (1.96rem * 2)));border-radius:1.31rem;padding:18px;background:linear-gradient(135deg,var(--tone-extra-13),#E63946);color:#FFFFFF;box-shadow:0 24px 50px rgba(0,0,0,0.25);}
.cookies .visual-quote h3{margin:0 0 8px;}
.cookies .visual-quote p{margin:0;opacity:.94;}
.cookies .offer-list{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap;}
.cookies .offer-list button{border:0;border-radius:0.25rem;padding:8px 10px;background:color-mix(in srgb, currentColor 18%, transparent);color:inherit;cursor:pointer;}
.cookies .offer-list button.cookie-accept{background:#E63946;color:#FFFFFF;}
.columns{padding:calc(1.5rem * 2.4) 1.96rem;background:linear-gradient(rgba(20,22,26,.82),rgba(20,22,26,.72)),url("https://images.pexels.com/photos/4488636/pexels-photo-4488636.jpeg?auto=compress&cs=tinysrgb&w=800") center/cover no-repeat,#14161A;color:#F2F3F5;}
.columns .visual-inner{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.88rem * 1.5);}
.columns .content-menu{display:flex;flex-direction:column;gap:1.5rem;}
.columns h1{margin:0;font-size:calc(16.2px * 2.65);line-height:1.08;}
.columns .contact-header{margin:0;font-size:calc(16.2px * 1.125);line-height:1.59;color:var(--paint-clear);}
.columns .main-rail{display:flex;flex-direction:column;gap:calc(1.88rem * 1.5);}
.columns .main-rail p{margin:0;font-size:16.2px;line-height:1.59;color:#F2F3F5;}
.columns .text-plan{display:flex;flex-wrap:wrap;align-items:center;gap:1.88rem;}
.columns .focused-list{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.25rem;background:var(--tone-extra-13);color:#FFFFFF;text-decoration:none;font-weight:600;transition:background 360ms var(--speed-hover);}
.columns .focused-list:hover{background:#9E0E19;color:var(--tone-warm);}
.columns .media-story{color:inherit;text-decoration:none;font-size:calc(16.2px * .875);border-bottom:1px solid transparent;transition:color 360ms var(--speed-hover),border-color 360ms var(--speed-hover);}
.columns .media-story:hover{color:inherit;border-bottom-color:#E63946;}
@media (max-width:720px){.columns .text-plan{flex-direction:column;align-items:flex-start;}
}
.wide-shell{position:relative;overflow:hidden;isolation:isolate;}
.wide-shell>*{position:relative;z-index:1;}
.wide-shell::after{content:"";position:absolute;right:clamp(1rem,5vw,4rem);top:18%;width:clamp(5rem,13vw,9rem);aspect-ratio:1;border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:999px;opacity:.55;animation:wpAccentRing calc(18s + (2 * 5s)) var(--speed-hover) infinite alternate;pointer-events:none;}
@keyframes wpAccentRing{from{transform:scale(.96);}to{transform:scale(1.04) translateY(calc(2 * .4rem));}}
@media (prefers-reduced-motion: reduce){.wide-shell::before,.wide-shell::after{animation:none!important;}}
.featured-items{--field-local:calc(1.5rem * 1.20);--label-quiet:calc(1600px / 3.53);padding:calc(1.5rem * 2.4) 1.96rem;background:#E63946;color:#FFFFFF;}
.featured-items .visual-inner{max-width:1600px;margin:0 auto;}
.featured-items h2,.featured-items h3,.featured-items p{margin:0;}
.featured-items h2{font-size:calc(16.2px * 2);line-height:1.12;}
.featured-items h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.featured-items p{font-size:16.2px;line-height:1.59;color:color-mix(in srgb, currentColor 78%, transparent);}
.featured-items a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.featured-items .offer-contact{padding-block:calc(var(--field-local) / 2);}
.featured-items .bottom-lead{row-gap:calc(var(--field-local) * 1.2);}
.featured-items .active-headline{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.featured-items .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.88rem;}
.featured-items .row-title h2{flex:1 1 calc(1600px / 3);min-width:0;}
.featured-items .row-title>p{flex:1 1 calc(1600px / 3);min-width:0;}
.featured-items .featured-intro{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--field-local);margin-top:var(--field-local);}
.featured-items .direct-shell{flex:1 1 var(--label-quiet);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 30%, transparent);}
.featured-items .direct-shell p{margin-top:calc(1.5rem / 3);}
.featured-items .text-plan{flex:1 1 100%;margin-top:calc(var(--field-local) * .6);font-size:calc(16.2px * .875);}
.secondary-tile{--field-local:calc(1.5rem * 1.15);--field-public:calc(1600px / 2.4);padding:calc(1.5rem * 2.4) 1.96rem;background:#14161A;color:#F2F3F5;}
.secondary-tile .visual-inner{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:var(--field-local);}
.secondary-tile h2,.secondary-tile h3,.secondary-tile p{margin:0;}
.secondary-tile h2{font-size:calc(16.2px * 2);line-height:1.12;}
.secondary-tile h3{font-size:calc(16.2px * 1.35);line-height:1.2;margin-bottom:calc(1.5rem / 3);}
.secondary-tile p{font-size:16.2px;line-height:1.59;}
.secondary-tile .media-steps{display:flex;flex-wrap:wrap;gap:1.88rem;align-items:flex-start;}
.secondary-tile .media-steps>h2{flex:1 1 calc(1600px / 3.2);min-width:0;}
.secondary-tile .media-steps>.content-menu{flex:1 1 calc(1600px / 2.6);min-width:0;color:var(--paint-clear);}
.secondary-tile .focused-method{display:flex;flex-wrap:wrap;gap:1.88rem;}
.secondary-tile .direct-shell{flex:1 1 calc(1600px / 3.6);min-width:0;display:flex;flex-direction:column;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.42rem;background:var(--tone-strong);color:var(--tone-warm);border:1px solid var(--paint-muted);}
.secondary-tile .direct-shell img{display:block;width:100%;height:auto;border-radius:0.25rem;margin-bottom:calc(1.5rem / 2);}
.secondary-tile .direct-shell p{color:var(--paint-clear);flex:1 1 auto;}
.secondary-tile .text-plan{margin-top:calc(1.5rem / 2);align-self:flex-start;font-size:calc(16.2px * .875);color:inherit;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px;}
.secondary-tile .text-plan:hover{color:inherit;}
.secondary-tile .hero{color:var(--paint-clear);font-size:calc(16.2px * .875);padding-top:calc(1.5rem / 2);border-top:1px solid var(--paint-muted);}
.secondary-tile .hero a{color:inherit;text-decoration:none;}
.secondary-tile .hero a:hover{color:inherit;}
@media (max-width:720px){.secondary-tile .media-steps>h2,.secondary-tile .media-steps>.content-menu,.secondary-tile .direct-shell{flex:1 1 100%;}
}
.media-header{
        padding: calc(1.5rem * 2.4) 1.96rem;
        background: linear-gradient(135deg, #14161A 0%, #1D2025 55%, #2A2E34 100%);
        color: #F2F3F5;
    }
.media-header .visual-inner{max-width: 1600px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: calc(1.88rem * 1.5);
        align-items: flex-start;}
.media-header .content-menu{flex: 1 1 22rem;
        position: sticky;
        top: 1.5rem;}
.media-header h2{margin: 0;
        font-size: calc(16.2px * 2);
        line-height: 1.08;}
.media-header .content-menu p{margin: calc(1.5rem * .75) 0 0;
        font-size: calc(16.2px * 1.125);
        line-height: 1.59;}
.media-header .steady-headline{flex: 2 1 34rem;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.media-header .page-fields{
        padding: calc(1.5rem * .75);
        border: 1px solid var(--paint-muted);
        border-left: 3px solid #E63946;
        border-radius: 0.42rem;
        background: var(--tone-strong);
        color: var(--tone-warm);
        box-shadow: 0 2px 8px rgba(0,0,0,0.16);
    }
.media-header .fresh-brand{font-size: 16.2px;
        line-height: 1.59;}
.media-header .direct-block{margin-top: calc(1.5rem * .75);
        display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        justify-content: space-between;
        align-items: baseline;
        font-size: calc(16.2px * .875);}
.media-header .direct-block strong{}
@media (max-width: 760px) {.media-header .visual-inner{
            flex-direction: column;
        }.media-header .content-menu{
            position: static;
        }.media-header .direct-block{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.bottom-copy{--field-local:calc(1.5rem * 1.12);padding:calc(1.5rem * 2.4) 1.96rem;background:#14161A;color:#F2F3F5;}
.bottom-copy .visual-inner{max-width:1600px;margin:0 auto;}
.bottom-copy h2,.bottom-copy h3,.bottom-copy p{margin:0;}
.bottom-copy h2{font-size:calc(16.2px * 2);line-height:1.12;}
.bottom-copy h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.bottom-copy p{font-size:16.2px;line-height:1.59;color:var(--paint-clear);}
.bottom-copy .clear-nav{display:flex;flex-wrap:wrap;gap:1.88rem;align-items:flex-start;}
.bottom-copy .clear-nav>h2{flex:1 1 calc(1600px / 3);min-width:0;}
.bottom-copy .clear-nav>.content-menu{flex:1 1 calc(1600px / 3);min-width:0;}
.bottom-copy .focused-method{display:flex;flex-wrap:wrap;gap:var(--field-local);margin-top:var(--field-local);}
.bottom-copy .direct-shell{flex:1 1 calc(1600px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.42rem;background:var(--tone-strong);color:var(--tone-warm);border:1px solid var(--paint-muted);}
.bottom-copy .direct-shell p{margin-top:calc(1.5rem / 3);color:var(--paint-clear);}
.bottom-copy .text-plan{margin-top:var(--field-local);padding-top:calc(1.5rem / 2);border-top:1px solid var(--paint-muted);}
.bottom-copy .text-plan p{font-size:calc(16.2px * .875);}
.bottom-copy .text-plan a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.bottom-copy .text-plan a:hover{color:inherit;}
.top-copy{padding:calc(1.5rem * 2.4) 1.96rem;background:linear-gradient(135deg, #14161A 0%, #1D2025 55%, #2A2E34 100%);color:#F2F3F5}
.top-copy .visual-inner{max-width:1600px;margin:0 auto}
.top-copy .contact-header{margin-bottom:calc(1.88rem * 1.5)}
.top-copy h2{margin:0;font-size:calc(16.2px * 2);line-height:1.05}
.top-copy .contact-header p{margin:1.5rem 0 0;font-size:calc(16.2px * 1.125);line-height:1.59}
.top-copy .steady-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem 1.88rem}
.top-copy .quiet-media{padding-top:calc(1.5rem * .75);border-top:1px solid var(--paint-muted)}
.top-copy .quiet-media strong{display:block;font-size:16.2px;line-height:1.2}
.top-copy .quiet-media p{margin:calc(1.5rem * .75) 0 0;font-size:calc(16.2px * .875);line-height:1.59}
.top-copy a{text-decoration:underline;text-underline-offset:2px}
.top-copy a:hover{}
@media(max-width:900px){.top-copy .steady-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.top-copy .steady-actions{grid-template-columns:1fr}}
.open-team{padding:calc(1.5rem * 2.6) 1.96rem;background:#14161A;color:#F2F3F5;}
.open-team .steady-area{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.88rem * 1.5);}
.open-team .simple-content h2{margin:0;font-size:calc(16.2px * 2);}
.open-team .simple-content p{margin:.55rem 0 0;color:var(--paint-clear);}
.open-team .media-steps{display:flex;flex-wrap:wrap;gap:.5rem;}
.open-team .text-footer{display:inline-block;padding:.28rem .7rem;border:1px solid var(--paint-muted);border-radius:0.25rem;font-size:calc(16.2px * .875);background:var(--surface-soft);color:var(--paint-clear);}
.open-team .featured-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.88rem;}
.open-team .direct-shell{display:flex;flex-direction:column;border:1px solid var(--paint-muted);border-radius:0.95rem;overflow:hidden;background:var(--tone-strong);color:var(--tone-warm);}
.open-team .featured-brand{display:block;line-height:0;}
.open-team .featured-brand img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block;}
.open-team .soft-proof{padding:1rem 1.05rem 1.15rem;display:flex;flex-direction:column;gap:.4rem;}
.open-team .bottom-unit{margin:0;font-size:calc(16.2px * .875);letter-spacing:.02em;text-transform:uppercase;color:var(--paint-clear);}
.open-team h3{margin:0;font-size:calc(16.2px * 1.125);line-height:1.3;}
.open-team h3 a{color:inherit;text-decoration:none;}
.open-team h3 a:hover{color:inherit;}
.open-team .soft-proof p{margin:0;font-size:calc(16.2px * .875);}
.open-team .team-content{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.88rem;padding-top:calc(1.88rem * 1.5);border-top:1px solid var(--paint-muted);}
.open-team .team-content p{margin:0;color:var(--paint-clear);}
.open-team .focused-list{display:inline-block;padding:.7rem 1.2rem;border-radius:0.42rem;background:var(--tone-extra-13);color:#FFFFFF;text-decoration:none;font-weight:600;transition:background 360ms var(--speed-hover);}
.open-team .focused-list:hover{background:#9E0E19;color:var(--tone-warm);}
@media (max-width: 980px){.open-team .featured-panel{grid-template-columns:repeat(2,minmax(0,1fr));}
    }
@media (max-width: 640px){.open-team .featured-panel{grid-template-columns:1fr;}.open-team .team-content{flex-direction:column;align-items:flex-start;}
    }
.narrow-stack{--field-local:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.96rem;background:#14161A;color:#F2F3F5;}
.narrow-stack .visual-inner{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.88rem * 1.5);}
.narrow-stack h1,.narrow-stack h2,.narrow-stack h3,.narrow-stack p{margin:0;}
.narrow-stack h2{font-size:calc(16.2px * 2);line-height:1.14;}
.narrow-stack h3{font-size:calc(16.2px * 1.35);line-height:1.24;}
.narrow-stack p{font-size:16.2px;line-height:1.59;}
.narrow-stack .contact-header{display:flex;flex-direction:column;gap:1.5rem;}
.narrow-stack .content-menu{}
.narrow-stack .content-items{display:flex;flex-direction:column;gap:var(--field-local);}
.narrow-stack .direct-shell{padding:calc(1.5rem * .75) 1.5rem;border-left:3px solid #E63946;background:var(--tone-strong);color:var(--tone-warm);border-radius:0.42rem;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.narrow-stack .direct-shell p{}
.narrow-stack .text-plan{margin-top:calc(1.88rem * 1.5);padding-top:1.5rem;border-top:1px solid var(--paint-muted);font-size:calc(16.2px * .875);}
.narrow-stack .text-plan a{text-decoration:none;border-bottom:1px solid #C1121F;}
.narrow-stack .text-plan a:hover{border-bottom-color:#E63946;}
@media (max-width:720px){.narrow-stack .direct-shell{padding:calc(1.5rem * .75);}
}
.badge---assistance{
  background:#14161A;
  color:#F2F3F5;
  padding:calc(1.5rem * 2.4) 1.96rem;
}
.badge---assistance .visual-inner{max-width:1600px;
  margin:0 auto;}
.badge---assistance .contact-header{display:flex;
  flex-wrap:wrap;
  gap:calc(1.88rem * 1.5);
  align-items:flex-start;}
.badge---assistance h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(16.2px * 2);
  line-height:1.1;}
.badge---assistance .contact-header p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:var(--paint-clear);
  line-height:1.59;}
.badge---assistance .content-note{margin-top:calc(1.88rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.88rem;}
.badge---assistance .content-note a{
  flex:1 1 17rem;
  min-width:0;
  color:var(--tone-warm);
  background:var(--tone-strong);
  border:1px solid var(--paint-muted);
  border-radius:0.95rem;
  padding:calc(1.5rem * .75);
  text-decoration:none;
  transition:border-color 360ms var(--speed-hover);
}
.badge---assistance .content-note a:hover{border-color:#E63946;}
.badge---assistance .content-note strong,
.badge---assistance .content-note span{display:block;}
.badge---assistance .content-note strong{font-size:16.2px;}
.badge---assistance .content-note span{margin-top:.4rem;
  color:var(--paint-clear);
  line-height:1.59;
  font-size:calc(16.2px * .875);}
.badge---assistance .active-stack{margin-top:calc(1.88rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.88rem;}
.badge---assistance .hero{flex:1 1 20rem;
  min-width:0;
  margin:0;
  color:var(--paint-clear);
  line-height:1.59;
  font-size:calc(16.2px * .875);}
.badge---assistance .text-plan{margin-top:calc(1.88rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.88rem;}
.badge---assistance .focused-list{
  display:inline-flex;
  color:#FFFFFF;
  background:var(--tone-extra-13);
  text-decoration:none;
  border-radius:1.31rem;
  padding:.8rem 1.15rem;
  font-size:calc(16.2px * .875);
  transition:background 360ms var(--speed-hover);
}
.badge---assistance .focused-list:hover{
  background:#9E0E19;color:var(--tone-warm);}
.badge---assistance .media-story{color:inherit;
  text-decoration:none;
  font-size:calc(16.2px * .875);
  border-bottom:1px solid transparent;
  transition:border-color 360ms var(--speed-hover);}
.badge---assistance .media-story:hover{border-color:#E63946;}
@media (max-width:680px){.badge---assistance .contact-header{display:block}.badge---assistance .contact-header p{margin-top:1.5rem}.badge---assistance .content-note{display:block}.badge---assistance .content-note a{display:block;margin-top:1.88rem}.badge---assistance .active-stack{display:block}.badge---assistance .hero{margin-top:1.5rem}
}
.team-tile{--field-local:calc(1.5rem * 1.29);--field-public:calc(1600px / 2.40);--label-main:calc(1600px / 3.55);padding:calc(1.5rem * 2.4) 1.96rem;background:#E63946;color:#FFFFFF;}
.team-tile .visual-inner{max-width:1600px;margin:0 auto;}
.team-tile h1,.team-tile h2,.team-tile h3,.team-tile p{margin:0;}
.team-tile h1{font-size:calc(16.2px * 2.65);line-height:1.08;}
.team-tile h2{font-size:calc(16.2px * 2);line-height:1.12;}
.team-tile h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.team-tile p{font-size:16.2px;line-height:1.59;color:color-mix(in srgb, currentColor 74%, transparent);}
.team-tile a{color:inherit;text-decoration:none;}
.team-tile img{display:block;width:100%;height:auto;border-radius:0.42rem;}
.team-tile .focused-list{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.25rem;background:#FFFFFF;color:#E63946;}
.team-tile .content-menu,.team-tile .hero{}
.team-tile .focused-method{display:flex;flex-wrap:wrap;gap:var(--field-local);margin-top:var(--field-local);}
.team-tile .direct-shell{flex:1 1 calc(1600px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.42rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.team-tile .direct-shell p,.team-tile .direct-shell a{margin-top:calc(1.5rem / 3);}
.team-tile .direct-shell img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.team-tile .local-footer>.focused-method{margin-top:var(--field-local);}
.team-tile .local-footer>h2{margin-top:var(--field-local);}
.team-tile .local-footer>.content-menu{margin-top:calc(1.5rem / 2);}
.team-tile .content-menu a{text-decoration:underline;text-underline-offset:2px;}
.quiet-unit{padding:calc(1.5rem * 2.4) 1.96rem;background:#14161A;color:#F2F3F5;}
.open-visual{max-width:1600px;margin:0 auto;}
.quiet-unit h1{margin:0;font-size:calc(16.2px * 2.65);line-height:1.08;}
.page-media{--field-local:calc(1.5rem * 1.08);--field-public:calc(1600px / 2.3);padding:calc(1.5rem * 2.4) 1.96rem;background:var(--surface-soft);color:var(--paint-clear);}
.page-media .visual-inner{max-width:1600px;margin:0 auto;}
.page-media h1,.page-media h2,.page-media h3,.page-media p{margin:0;}
.page-media h2{font-size:calc(16.2px * 2);line-height:1.12;}
.page-media p{font-size:16.2px;line-height:1.59;}
.page-media a{color:inherit;text-decoration:none;}
.page-media .hero{font-size:calc(16.2px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.72;}
.page-media .content-menu{margin-top:calc(1.5rem / 2);}
.page-media .focused-list{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.25rem;background:var(--tone-extra-13);color:#FFFFFF;font-size:calc(16.2px * .875);}
.page-media .focused-list:hover{background:#9E0E19;color:var(--tone-warm);}
.page-media .focused-method{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.88rem;margin-top:var(--field-local);}
.page-media .direct-shell{flex:1 1 calc(1600px / 4.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid #E63946;}
.page-media .direct-shell p{font-size:calc(16.2px * .875);}
.page-media .fresh-form{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.88rem;}
.page-media .fresh-form>.local-unit{flex:1 1 auto;min-width:0;}
.page-media .fresh-form>.focused-list{flex:0 0 auto;align-self:flex-end;}
.page-media .fresh-form>.focused-method{flex:1 1 100%;}
.page-media .local-unit h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.page-media .fresh-form>.focused-list{align-self:flex-start;}.page-media .direct-shell{flex:1 1 100%;}
}
.contact-headline{
    padding:calc(1.5rem * 2.4) 1.96rem;
    background:linear-gradient(135deg, #14161A 0%, #1D2025 55%, #2A2E34 100%);
    color:#F2F3F5;
}
.contact-headline .visual-inner{max-width:1600px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.88rem * 1.5);}
.contact-headline .contact-header h1{margin:0 0 1.5rem;
    font-size:calc(16.2px * 2.65);
    line-height:1.1;}
.contact-headline .contact-header .content-menu{margin:0;
    font-size:calc(16.2px * 1.125);
    line-height:1.59;
    opacity:.94;}
.contact-headline .main-rail{display:flex;
    flex-wrap:wrap;
    gap:1.88rem;
    align-items:flex-start;}
.contact-headline .local-unit{flex:1 1 380px;
    display:flex;
    flex-direction:column;
    gap:1.5rem;}
.contact-headline .local-unit p{margin:0;
    line-height:1.59;
    opacity:.94;}
.contact-headline .public-flow{
    flex:1 1 300px;
    background:var(--tone-strong);
    color:var(--tone-warm);
    border:1px solid var(--paint-muted);
    border-radius:0.95rem;
    padding:1.5rem 1.96rem;
    box-shadow:0 2px 8px rgba(0,0,0,0.16);
}
.contact-headline .public-flow h2{margin:0 0 1.5rem;
    font-size:calc(16.2px * 1.35);}
.contact-headline .focused-method{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:calc(1.88rem * 0.7);}
.contact-headline .focused-method li{padding-left:0.9rem;
    border-left:3px solid #E63946;
    line-height:1.59;
    font-size:calc(16.2px * .875);}
.contact-headline .focused-method strong{display:block;
    font-size:16.2px;
    margin-bottom:2px;}
.contact-headline .direct-fields{display:flex;
    flex-wrap:wrap;
    gap:1.88rem;}
.contact-headline .service-footer{
    flex:1 1 320px;
    display:flex;
    gap:1.96rem;
    align-items:center;
    background:var(--surface-soft);
    color:var(--paint-clear);
    border:1px solid var(--paint-muted);
    border-radius:0.42rem;
    padding:calc(1.5rem * .75);
}
.contact-headline .service-footer img{width:88px;
    height:88px;
    object-fit:cover;
    border-radius:0.25rem;
    flex:0 0 auto;
    border:2px solid #E63946;}
.contact-headline .media-summary h3{margin:0 0 4px;
    font-size:16.2px;}
.contact-headline .media-summary p{margin:0;
    font-size:calc(16.2px * .875);
    line-height:1.59;
    opacity:.92;}
.contact-headline .hero{margin:0;
    padding-top:1.5rem;
    border-top:1px solid var(--paint-muted);
    font-size:calc(16.2px * .875);
    line-height:1.59;
    opacity:.92;}
.contact-headline .hero a{text-decoration:underline;}
.contact-headline .hero a:hover{}
@media (max-width:640px){.contact-headline .service-footer{
        flex-direction:column;
        align-items:flex-start;
    }.contact-headline .service-footer img{
        width:100%;
        height:180px;
    }
}
.steady-quote{
  background: #14161A;
  color: #F2F3F5;
  padding: calc(1.5rem * 2.4) 1.96rem;
}
.steady-quote .visual-inner{width: min(100%, 1600px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .82fr);
  gap: calc(1.88rem * 1.5);
  align-items: start;}
.steady-quote .steady-form{display: grid;
  gap: 1.5rem;}
.steady-quote h2,
.steady-quote h3,
.steady-quote p{margin: 0;}
.steady-quote h2{font-size: calc(16.2px * 2);
  line-height: 1.08;}
.steady-quote h3{font-size: calc(16.2px * 1.35);
  line-height: 1.18;}
.steady-quote p{font-size: 16.2px;
  line-height: 1.59;}
.steady-quote .site-lead{display: grid;
  gap: calc(1.5rem * .75);}
.steady-quote .hero{
  display: grid;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 1.5rem;
  background: var(--tone-strong);
  color: var(--tone-warm);
  border: 1px solid var(--paint-muted);
  border-left: 3px solid #E63946;
  border-radius: 0.42rem;
}
.steady-quote .hero span{font-size: calc(16.2px * .875);
  color: var(--paint-clear);
  text-transform: uppercase;
  letter-spacing: 0.04em;}
.steady-quote .hero h3{color: var(--tone-warm);}
@media (max-width: 860px) {.steady-quote .visual-inner{
    grid-template-columns: 1fr;
  }.steady-quote h2{
    font-size: clamp(calc(16.2px * 1.35), 9vw, calc(16.2px * 2));
  }
}
.clear-quote{
  background: linear-gradient(135deg, #14161A 0%, #1D2025 55%, #2A2E34 100%);
  color: #F2F3F5;
  padding: calc(1.5rem * 2.4) 1.96rem;
}
.clear-quote .local-intro{display: block;
  width: min(100%, 1600px);
  margin: 0 auto calc(1.88rem * 1.5);
  aspect-ratio: 21 / 8;
  object-fit: cover;
  border-radius: 1.31rem;}
.clear-quote .visual-inner{width: min(100%, 1600px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.88rem;
  align-items: flex-start;}
.clear-quote h2,
.clear-quote h3,
.clear-quote p{margin: 0;}
.clear-quote h2{font-size: calc(16.2px * 2);
  line-height: 1.05;}
.clear-quote .local-unit{display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.clear-quote .local-unit p{line-height: 1.59;
  font-size: 16.2px;}
.clear-quote .content-note{display: flex;
  gap: calc(1.5rem * .75);
  overflow-x: auto;
  padding-bottom: calc(1.5rem * .75);
  scroll-snap-type: x mandatory;}
.clear-quote .soft-unit{flex: 0 0 min(19rem, 76vw);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;}
.clear-quote .direct-media{display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 0.95rem;
  margin-bottom: calc(1.5rem * .75);}
.clear-quote span{display: block;
  font-size: calc(16.2px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: calc(calc(1.5rem * .75) * .4);}
.clear-quote h3{font-size: calc(16.2px * 1.35);
  line-height: 1.16;}
@media (max-width: 820px) {.clear-quote .local-intro{ aspect-ratio: 16 / 10; }.clear-quote h2{ font-size: calc(16.2px * 1.35); }
}
.clear-quote .visual-inner > *{min-width: 0; flex: 1 1 20rem;}
.visual-content{--field-local:calc(1.5rem * 1.18);--label-quiet:calc(1600px / 3.6);padding:calc(1.5rem * 2.4) 1.96rem;background:#14161A;color:#F2F3F5;}
.visual-content .visual-inner{max-width:1600px;margin:0 auto;}
.visual-content h2,.visual-content h3,.visual-content p{margin:0;}
.visual-content h2{font-size:calc(16.2px * 2);line-height:1.12;}
.visual-content h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.visual-content p{font-size:16.2px;line-height:1.59;}
.visual-content a{text-decoration:none;}
.visual-content a:hover{}
.visual-content .team-section{padding-inline-start:calc(1.96rem / 2);}
.visual-content .offer-contact{padding-block:calc(var(--field-local) / 2);}
.visual-content .site-intro{row-gap:calc(var(--field-local) * .7);}
.visual-content .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.88rem;}
.visual-content .row-title h2{flex:1 1 calc(1600px / 3);min-width:0;}
.visual-content .row-title>p{flex:1 1 calc(1600px / 3);min-width:0;}
.visual-content .local-fields{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--field-local);margin-top:var(--field-local);}
.visual-content .direct-shell{flex:1 1 var(--label-quiet);min-width:0;padding:calc(1.5rem * .75);border:1px solid var(--paint-muted);border-radius:0.42rem;background:var(--tone-strong);color:var(--tone-warm);}
.visual-content .direct-shell p{margin-top:calc(1.5rem / 3);}
.visual-content .direct-shell a{display:inline-flex;margin-top:calc(1.5rem / 2);font-size:calc(16.2px * .875);}
.secondary-plan{
  padding: calc(1.5rem * 2.4) 1.96rem;
  background: var(--surface-soft);
  color: var(--paint-clear);
}
.secondary-plan .visual-inner{max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.88rem * 1.5);}
.secondary-plan .contact-header h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.1;
  color: #F2F3F5;}
.secondary-plan .contact-header p{margin: calc(1.5rem * .75) 0 0;
  font-size: 16.2px;
  line-height: 1.59;}
.secondary-plan .compact-menu{display: flex;
  flex-wrap: wrap;
  gap: 1.88rem;}
.secondary-plan .text-plan{
  flex: 1 1 16rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: calc(1.5rem * .75);
  border-left: 3px solid var(--tone-extra-13);
  background: var(--tone-strong);
  color: var(--tone-warm);
  text-decoration: none;
  border-radius: 0.42rem;
  transition: border-color 360ms var(--speed-hover), transform 360ms var(--speed-hover);
}
.secondary-plan .text-plan:hover{border-left-color: #E63946;
  transform: translateY(-2px);}
.secondary-plan .text-plan .text-footer{font-size: calc(16.2px * .875);
  text-transform: uppercase;
  letter-spacing: 0.04em;color:inherit;}
.secondary-plan .text-plan strong{font-size: calc(16.2px * 1.125);
  line-height: 1.25;}
.secondary-plan .text-plan small{font-size: calc(16.2px * .875);
  line-height: 1.59;
  color: var(--paint-clear);}
.secondary-plan .clear-team{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1.88rem;
  padding: calc(1.5rem * .75);
  background: var(--tone-strong);
  color: var(--tone-warm);
  border: 1px solid var(--paint-muted);
  border-radius: 0.95rem;
}
.secondary-plan .text-fields{flex: 1 1 14rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;}
.secondary-plan .text-fields label{font-size: calc(16.2px * .875);
  color: var(--paint-clear);}
.secondary-plan .text-fields input{
  padding: 0.7rem 0.85rem;
  font: inherit;
  font-size: 16.2px;
  color: var(--tone-warm);
  background: #14161A;
  border: 1px solid var(--paint-muted);
  border-radius: 0.25rem;
}
.secondary-plan .text-fields input::placeholder{color: rgba(255,255,255,0.55);}
.secondary-plan .clear-team button{
  flex: 0 0 auto;
  padding: 0.75rem 1.4rem;
  font: inherit;
  font-size: 16.2px;
  font-weight: 600;
  color: #FFFFFF;
  background: var(--tone-extra-13);
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background 360ms var(--speed-hover);
}
.secondary-plan .clear-team button:hover{
  background: #9E0E19;color:var(--tone-warm);}
.secondary-plan .hero{flex: 1 1 100%;
  margin: 0;
  font-size: calc(16.2px * .875);
  line-height: 1.59;
  color: var(--paint-clear);}
@media (max-width: 720px) {.secondary-plan .compact-menu{
    flex-direction: column;
  }.secondary-plan .clear-team{
    flex-direction: column;
    align-items: stretch;
  }.secondary-plan .clear-team button{
    width: 100%;
  }
}
.secondary-body{padding:calc(1.5rem * 2.4) 1.96rem;background:linear-gradient(135deg, #14161A 0%, #1D2025 55%, #2A2E34 100%);color:#F2F3F5}
.secondary-body .visual-inner{max-width:1600px;margin:0 auto}
.secondary-body .contact-actions{margin-bottom:calc(1.88rem * 1.5)}
.secondary-body h2{margin:0;font-size:calc(16.2px * 2.65);line-height:1.05}
.secondary-body .contact-actions p{margin:1.5rem 0 0;font-size:calc(16.2px * 1.125);line-height:1.59;}
.secondary-body .wide-nav{display:grid;grid-template-columns:minmax(0,17rem) minmax(0,1fr);gap:calc(1.88rem * 1.5);align-items:start}
.secondary-body .content-items{display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-left:2px solid var(--paint-muted);padding-left:calc(1.5rem * .75)}
.secondary-body button{width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;font-size:16.2px;text-align:left;cursor:pointer;opacity:.55;transition:opacity 360ms var(--speed-hover),padding-left 360ms var(--speed-hover)}
.secondary-body button:hover{opacity:.85}
.secondary-body button.is-active{opacity:1;padding-left:calc(calc(1.5rem * .75)*.4)}
.secondary-body .soft-copy{min-width:0}
.secondary-body [data-response]{display:none}
.secondary-body [data-response].is-active{display:block;animation:clarifyFocusIn calc(360ms*1.6) var(--speed-hover) both}
.secondary-body h3{margin:0;font-size:calc(16.2px * 2);line-height:1.12}
.secondary-body [data-response] p{margin:1.5rem 0 0;font-size:calc(16.2px * 1.125);line-height:1.59;}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.88rem * 2)*.1))}to{opacity:1;transform:translateY(0)}}
@media(max-width:760px){.secondary-body .wide-nav{grid-template-columns:1fr}.secondary-body .content-items{border-left:0;border-top:2px solid var(--paint-muted);padding-left:0;padding-top:calc(1.5rem * .75)}}
@media(prefers-reduced-motion:reduce){.secondary-body [data-response].is-active{animation:none}}
.page-body{--field-local:calc(1.5rem * 1.09);--label-main:calc(1600px / 3.22);padding:calc(1.5rem * 2.4) 1.96rem;background:#14161A;color:#F2F3F5;}
.page-body .visual-inner{max-width:1600px;margin:0 auto;}
.page-body h1,.page-body h2,.page-body h3,.page-body p{margin:0;}
.page-body h2{font-size:calc(16.2px * 2);line-height:1.12;}
.page-body h3{font-size:calc(16.2px * 1.35);line-height:1.2;margin-bottom:calc(1.5rem / 3);}
.page-body p{font-size:16.2px;line-height:1.59;color:var(--paint-clear);}
.page-body a{color:inherit;text-decoration:none;}
.page-body img{display:block;width:100%;height:auto;border-radius:0.42rem;margin-top:var(--field-local);}
.page-body .content-menu{margin-top:1.5rem;}
.page-body .focused-method{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.88rem;margin-top:var(--field-local);}
.page-body .direct-shell{flex:1 1 calc(1600px / 4);min-width:0;padding:calc(1.5rem * .75);background:var(--tone-strong);color:var(--tone-warm);border:1px solid var(--paint-muted);border-radius:0.95rem;}
.page-body .direct-shell p{color:var(--tone-warm);}
@media (max-width:720px){.page-body .direct-shell{flex:1 1 100%;}
}
.secondary-wrap{
  padding: calc(1.5rem * 2.4) 1.96rem;
  background: #14161A;
  color: #F2F3F5;
}
.secondary-wrap .visual-inner{max-width: min(1600px, 72rem);
  margin: 0 auto;}
.secondary-wrap .contact-header{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-bottom: calc(1.88rem * 1.5);}
.secondary-wrap h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.1;}
.secondary-wrap .content-menu{margin: 0;
  font-size: calc(16.2px * 1.125);
  color: var(--paint-clear);}
.secondary-wrap .media-steps{display: flex;
  flex-wrap: wrap;
  gap: 1.88rem;}
.secondary-wrap .direct-shell{
  flex: 1 1 min(100%, 22rem);
  background: var(--tone-strong);
  color: var(--tone-warm);
  border: 1px solid var(--paint-muted);
  border-radius: 0.95rem;
  padding: calc(1.5rem * .75);
  box-shadow: 0 2px 8px rgba(0,0,0,0.16);
}
.secondary-wrap .text-entries{display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-bottom: calc(calc(1.5rem * .75) * 0.6);}
.secondary-wrap .public-method{font-weight: 700;
  font-size: 16.2px;}
.secondary-wrap .text-menu{font-size: calc(16.2px * .875);
  color: var(--paint-clear);}
.secondary-wrap .local-unit{margin: 0 0 calc(calc(1.5rem * .75) * 0.6);
  color: var(--tone-warm);}
.secondary-wrap .bottom-unit{
  display: inline-block;
  font-size: calc(16.2px * .875);
  color: #FFFFFF;
  background: #E63946;
  padding: 0.2rem 0.55rem;
  border-radius: 0.25rem;
}
.secondary-wrap .hero{margin-top: calc(1.88rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--paint-muted);}
.secondary-wrap .hero p{margin: 0;
  font-size: calc(16.2px * .875);
  color: var(--paint-clear);}
@media (max-width: 700px) {.secondary-wrap .media-steps{
    flex-direction: column;
  }
}
.secondary-area{
  --field-local:calc(1.5rem * 1.12);
  --field-public:calc(1600px / 2.1);
  padding:calc(1.5rem * 2.4) 1.96rem;
  background:var(--tone-extra-13);
  color:#FFFFFF;
}
.secondary-area .visual-inner{max-width:1600px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--field-local);}
.secondary-area h2{font-size:calc(16.2px * 2);
  line-height:1.14;
  margin:0;}
.secondary-area p{margin:0;
  font-size:16.2px;
  line-height:1.59;}
.secondary-area .local-unit{display:flex;
  flex-direction:column;
  gap:calc(1.88rem * 1.5);
  max-width:var(--field-public);}
.secondary-area .local-unit p{color:color-mix(in srgb, currentColor 82%, transparent);}
.secondary-area .focused-list{
  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.25rem;
  background:#FFFFFF;
  color:var(--tone-extra-13);
  font-weight:600;
  text-decoration:none;
  transition:background 360ms var(--speed-hover), color 360ms var(--speed-hover);
}
.secondary-area .focused-list:hover{
  background:#E63946;
  color:#FFFFFF;
}
.secondary-area .hero{font-size:calc(16.2px * .875);
  color:color-mix(in srgb, currentColor 72%, transparent);
  max-width:var(--field-public);}
.secondary-area .hero a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.secondary-area .hero a:hover{}
@media (max-width:720px){.secondary-area .focused-list{width:100%;}
}
.service{
  background: #14161A;
  color: #F2F3F5;
  padding: calc(1.5rem * 2.4) 1.96rem;
}
.service .visual-inner{width: min(100%, 1600px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.88rem * 1.5);}
.service h2,
.service p{margin: 0;}
.service .contact-header{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: calc(1.88rem * 1.5);
  border-bottom: 1px solid var(--paint-muted);}
.service h2{font-size: calc(16.2px * 2);
  line-height: 1.1;}
.service .contact-header p{color: var(--paint-clear);
  line-height: 1.59;
  font-size: 16.2px;}
.service .focused-method{display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.service .active-stack{
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: calc(1.5rem * .75);
  background: var(--tone-strong);
  color: var(--tone-warm);
  border: 1px solid var(--paint-muted);
  border-radius: 0.95rem;
}
.service .direct-media{display: block;
  flex: 0 0 12rem;
  width: 12rem;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.42rem;
  border: 1px solid var(--paint-muted);}
.service strong{display: block;
  font-size: calc(16.2px * 1.35);
  line-height: 1.18;
  margin-bottom: calc(1.5rem * .75);}
.service .active-stack p{color: var(--paint-clear);
  line-height: 1.59;}
@media (max-width: 820px) {.service .active-stack{ flex-direction: column; }.service .direct-media{ width: 100%; flex-basis: auto; }
}
.fresh-inner{
        padding: calc(1.5rem * 2.4) 1.96rem;
        background: #14161A;
        color: #F2F3F5
    }
.fresh-inner .visual-inner{max-width: 1600px;
        margin: 0 auto}
.fresh-inner .steady-headline{display: flex;
        flex-direction: column;
        gap: calc(1.88rem * 1.5)}
.fresh-inner .contact-header{min-width: 0}
.fresh-inner h2{margin: 0;
        font-size: calc(16.2px * 2);
        line-height: 1.1}
.fresh-inner .contact-header p{margin: 1.5rem 0 0;
        font-size: calc(16.2px * 1.125);
        line-height: 1.59;
        color: var(--paint-clear)}
.fresh-inner ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75)}
.fresh-inner li{
        display: flex;
        flex-wrap: wrap;
        gap: 1.88rem;
        align-items: flex-start;
        padding: 1.5rem 1.96rem;
        background: var(--tone-strong);
        color: var(--tone-warm);
        border: 1px solid var(--paint-muted);
        border-radius: 0.95rem
    }
.fresh-inner strong{flex: 0 1 20rem;
        min-width: 0;
        font-size: calc(16.2px * 1.35);
        line-height: 1.18}
.fresh-inner span{flex: 1 1 28rem;
        min-width: 0;
        line-height: 1.59;
        color: var(--paint-clear)}
@media (max-width: 760px) {.fresh-inner li{
            display: block
        }.fresh-inner span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.clear-inner{--field-local:calc(1.5rem * 0.95);--field-public:calc(1600px / 2.19);--label-quiet:calc(1600px / 3.25);padding:calc(1.5rem * 2.4) 1.96rem;background:var(--tone-extra-13);color:#FFFFFF;}
.clear-inner .visual-inner{max-width:1600px;margin:0 auto;}
.clear-inner h2,.clear-inner h3,.clear-inner p{margin:0;}
.clear-inner h2{font-size:calc(16.2px * 2);line-height:1.12;}
.clear-inner h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.clear-inner p{font-size:16.2px;line-height:1.59;color:color-mix(in srgb, currentColor 78%, transparent);}
.clear-inner .compact-quote{display:flex;align-items:flex-start;gap:1.88rem;}
.clear-inner .team-section{padding-inline-start:calc(1.96rem / 2);}
.clear-inner .bottom-lead{row-gap:calc(var(--field-local) * 1.2);}
.clear-inner .local-unit{flex:1 1 calc(1600px / 3);min-width:0;}
.clear-inner .local-unit p{margin-top:1.5rem;}
.clear-inner .featured-intro{flex:2 1 calc(1600px / 2);display:flex;flex-direction:column;gap:var(--field-local);}
.clear-inner .direct-shell{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid color-mix(in srgb, currentColor 28%, transparent);}
.clear-inner .direct-shell p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.clear-inner .compact-quote{flex-direction:column;}.clear-inner .direct-shell{padding-inline-start:calc(1.5rem * .75);}}
.page-copy{padding:calc(1.5rem * 2.4) 1.96rem;background:#14161A;color:#F2F3F5}
.page-copy .visual-inner{max-width:min(1600px,58rem);margin:0 auto}
.page-copy .contact-header{padding-bottom:calc(1.88rem * 1.5);border-bottom:1px solid var(--paint-muted)}
.page-copy h2{margin:0;font-size:calc(16.2px * 2);line-height:1.1}
.page-copy .contact-header p{margin:1.5rem 0 0;color:var(--paint-clear);line-height:1.59}
.page-copy .primary-actions{margin-top:calc(1.88rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.page-copy details{background:var(--tone-strong);color:var(--tone-warm);border:1px solid var(--paint-muted);border-radius:0.42rem;padding:calc(1.5rem * .75) 1.96rem}
.page-copy summary{cursor:pointer;font-size:16.2px;font-weight:600;line-height:1.25;list-style:none}
.page-copy summary::-webkit-details-marker{display:none}
.page-copy summary::after{content:"+";float:right;margin-left:1.88rem;color:inherit;font-weight:700}
.page-copy details[open] summary::after{content:"–"}
.page-copy details p{margin:1.5rem 0 0;color:var(--paint-clear);line-height:1.59}
@media(max-width:720px){.page-copy .primary-actions{margin-top:calc(1.88rem * 1.5)}.page-copy details{padding:calc(1.5rem * .75)}
}
.service-proof{--field-local:calc(1.5rem * 1.18);padding:calc(1.5rem * 2.4) 1.96rem;background:#14161A;color:#F2F3F5;}
.service-proof .visual-inner{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:var(--field-local);}
.service-proof h2{font-size:calc(16.2px * 2);line-height:1.14;margin:0;}
.service-proof h1,.service-proof h3,.service-proof p{margin:0;}
.service-proof p{font-size:16.2px;line-height:1.59;}
.service-proof .contact-header{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.service-proof .content-menu{}
.service-proof .content-items{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .9);}
.service-proof details{padding:calc(calc(1.5rem * .75) * .95) calc(1.5rem * .75);border:1px solid var(--paint-muted);border-radius:0.42rem;background:var(--tone-strong);color:var(--tone-warm);}
.service-proof details[open]{border-color:#E63946;}
.service-proof summary{cursor:pointer;font-weight:700;font-size:16.2px;line-height:1.35;list-style:none;}
.service-proof summary::-webkit-details-marker{display:none;}
.service-proof summary::after{content:"+";float:right;margin-left:1.96rem;font-weight:700;}
.service-proof details[open] summary::after{content:"-";}
.service-proof details p{margin-top:calc(1.5rem / 2.6);}
.service-proof .hero{margin-top:calc(var(--field-local) / 3);padding-top:calc(1.88rem * 1.5);border-top:1px solid var(--paint-muted);font-size:calc(16.2px * .875);}
.service-proof .hero a{text-decoration:underline;text-underline-offset:3px;}
.service-proof .hero a:hover{}
@media (max-width:720px){.service-proof details{padding:calc(1.5rem * .75);}.service-proof summary{font-size:calc(16.2px * .875);}
}
.fresh-shell{background:#14161A;color:#F2F3F5;padding:calc(1.5rem * 2.4) 1.96rem}
.fresh-shell .visual-inner{max-width:1600px;margin:0 auto}
.fresh-shell .steady-headline{display:flex;align-items:flex-start;gap:calc(1.88rem * 1.5);flex-wrap:wrap}
.fresh-shell .contact-header{flex:1 1 26rem;min-width:0}
.fresh-shell h2{margin:0;font-size:clamp(calc(16.2px * 2),4.4vw,calc(16.2px * 2.65));line-height:1.08;letter-spacing:0}
.fresh-shell p{margin:1.5rem 0 0;color:var(--paint-clear);font-size:calc(16.2px * 1.125);line-height:1.62}
.fresh-shell .direct-quote{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid var(--paint-muted)}
.fresh-shell .text-entries{display:flex;gap:1.88rem;padding:1.5rem 0;border-bottom:1px solid var(--paint-muted);color:inherit;text-decoration:none;transition:background 360ms var(--speed-hover)}
.fresh-shell .text-entries:hover{background:var(--surface-soft);color:var(--paint-clear);}
.fresh-shell strong{flex:0 1 15rem;min-width:0;font-size:16.2px}
.fresh-shell span{flex:1 1 20rem;min-width:0;color:var(--paint-clear);line-height:1.55;font-size:calc(16.2px * .875)}
@media(max-width:760px){.fresh-shell .steady-headline,.fresh-shell .text-entries{flex-direction:column}.fresh-shell .text-entries{gap:calc(calc(1.5rem * .75)*.5)}
}
.media-stack{--field-local:calc(1.5rem * 1.05);--axis-content:calc(1600px / 3.2);padding:calc(1.5rem * 2.4) 1.96rem;background:#14161A;color:#F2F3F5;}
.media-stack .visual-inner{max-width:1600px;margin:0 auto;}
.media-stack h2,.media-stack h3,.media-stack p{margin:0;}
.media-stack h2{font-size:calc(16.2px * 2);line-height:1.14;}
.media-stack h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.media-stack p{font-size:16.2px;line-height:1.59;color:var(--paint-clear);}
.media-stack .contact-header{display:flex;flex-wrap:wrap;gap:1.88rem;align-items:flex-start;}
.media-stack .contact-header>h2{flex:1 1 var(--axis-content);min-width:0;}
.media-stack .contact-header>.content-menu{flex:1 1 var(--axis-content);min-width:0;}
.media-stack .focused-method{display:flex;flex-wrap:wrap;gap:var(--field-local);margin-top:var(--field-local);}
.media-stack .direct-shell{flex:1 1 var(--axis-content);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.42rem;background:var(--tone-strong);color:var(--tone-warm);border:1px solid var(--paint-muted);}
.media-stack .direct-shell p{margin-top:calc(1.5rem / 3);color:var(--paint-clear);}
.media-stack .text-plan{margin-top:var(--field-local);padding-top:calc(1.5rem / 2);border-top:1px solid var(--paint-muted);}
.media-stack .text-plan p{font-size:calc(16.2px * .875);}
.media-stack .text-plan a{color:inherit;text-decoration:none;border-bottom:1px solid #C1121F;}
.media-stack .text-plan a:hover{color:inherit;border-bottom-color:#E63946;}
.service-contact{--field-local:calc(1.5rem * 1.2);--field-public:calc(1600px / 2.6);--label-main:calc(1600px / 3.8);padding:calc(1.5rem * 2.4) 1.96rem;background:#14161A;color:#F2F3F5;}
.service-contact .visual-inner{max-width:1600px;margin:0 auto;}
.service-contact h1,.service-contact h2,.service-contact h3,.service-contact p{margin:0;}
.service-contact h2{font-size:calc(16.2px * 2);line-height:1.12;}
.service-contact h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.service-contact p{font-size:16.2px;line-height:1.59;}
.service-contact a{text-decoration:none;}
.service-contact a:hover{}
.service-contact img{display:block;width:100%;height:auto;border-radius:0.42rem;}
.service-contact .content-menu{margin-top:1.5rem;}
.service-contact .focused-method{display:flex;flex-direction:column;gap:var(--field-local);margin-top:var(--field-local);}
.service-contact .direct-shell{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid var(--paint-muted);}
.service-contact .direct-shell p{margin-top:calc(1.5rem / 3);}
.service-contact .fresh-intro{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.88rem;}
.service-contact .fresh-intro>.local-unit{flex:1 1 calc(1600px / 3);min-width:0;}
.service-contact .fresh-intro>.focused-method{flex:2 1 calc(1600px / 2);margin-top:0;}
.service-contact .fresh-intro>img{margin-left:auto;max-width:var(--label-main);border-radius:0.42rem;}
.service-contact .text-plan{margin-top:calc(1.88rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid var(--paint-muted);font-size:calc(16.2px * .875);}
@media (max-width:860px){.service-contact .fresh-intro>img{margin-left:0;max-width:100%;}
}
.simple-details{--field-local:calc(1.5rem * 0.93);--field-public:calc(1600px / 2.17);padding:calc(1.5rem * 2.4) 1.96rem;background:var(--tone-extra-13);color:#FFFFFF;}
.simple-details .visual-inner{max-width:1600px;margin:0 auto;}
.simple-details h2,.simple-details h3,.simple-details p{margin:0;}
.simple-details h2{font-size:calc(16.2px * 2);line-height:1.12;}
.simple-details h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.simple-details p{font-size:16.2px;line-height:1.59;color:color-mix(in srgb, currentColor 78%, transparent);}
.simple-details .bottom-lead{row-gap:calc(var(--field-local) * 1.2);}
.simple-details .active-headline{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.simple-details .content-menu{margin-top:1.5rem;max-width:calc(1600px / 2);}
.simple-details .focused-method{display:flex;flex-direction:column;gap:var(--field-local);margin-top:var(--field-local);}
.simple-details .direct-shell{min-width:0;padding-block-start:calc(var(--field-local) / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.simple-details .direct-shell:first-child{border-top:0;padding-block-start:0;}
.simple-details .direct-shell p{margin-top:0;}
.simple-details .direct-shell h3{margin-top:calc(1.5rem / 3);font-weight:600;}
.public-story{
  padding: calc(1.5rem * 2.4) 1.96rem;
  background: #F2F3F5;
  color: #14161A;
}
.public-story .visual-inner{max-width: min(1600px, 72rem);
  margin: 0 auto;}
.public-story .clear-nav{display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1.88rem;
  padding-bottom: calc(1.88rem * 1.5);
  border-bottom: 1px solid var(--paint-muted);}
.public-story h2{margin: 0;
  flex: 1 1 22rem;
  font-size: calc(16.2px * 2);
  line-height: 1.1;}
.public-story .content-menu{margin: 0;
  flex: 1 1 26rem;
  font-size: 16.2px;
  line-height: 1.59;}
.public-story .media-steps{display: flex;
  flex-wrap: wrap;
  gap: 1.88rem;
  margin-top: calc(1.88rem * 1.5);}
.public-story .direct-shell{
  flex: 1 1 min(100%, 20rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  background: var(--tone-strong);
  color: var(--tone-warm);
  border: 1px solid var(--paint-muted);
  border-radius: 0.42rem;
}
.public-story .fresh-brand{margin: 0;
  font-size: 16.2px;
  line-height: 1.59;}
.public-story .plain-summary{margin-top: calc(1.5rem * .75);
  padding-top: calc(calc(1.5rem * .75) * .6);
  border-top: 1px solid var(--paint-muted);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;}
.public-story .public-method{font-weight: 700;
  font-size: calc(16.2px * .875);}
.public-story .text-menu{font-size: calc(16.2px * .875);color:inherit;}
.public-story .team-content{margin-top: calc(1.88rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.88rem;}
.public-story .hero{margin: 0;
  flex: 1 1 24rem;
  font-size: calc(16.2px * .875);color:inherit;}
.public-story .focused-list{
  display: inline-block;
  padding: 0.7rem 1.3rem;
  background: var(--tone-extra-13);
  color: #FFFFFF;
  border-radius: 0.25rem;
  font-weight: 700;
  font-size: calc(16.2px * .875);
  text-decoration: none;
  transition: background 360ms var(--speed-hover);
}
.public-story .focused-list:hover{
  background: #9E0E19;color:var(--tone-warm);}
@media (max-width: 700px) {.public-story .clear-nav{
    align-items: flex-start;
  }.public-story .team-content{
    flex-direction: column;
    align-items: flex-start;
  }
}
.featured-tile{
        padding: clamp(54px, 7vw, 94px) clamp(16px, 4vw, 36px);
        background: linear-gradient(135deg, #14161A 0%, #1D2025 55%, #2A2E34 100%);
        color: #F2F3F5;
    }
.featured-tile .visual-inner{max-width: 1600px;
        margin: 0 auto;}
.featured-tile .contact-header{margin-bottom: calc(1.88rem * 1.5);}
.featured-tile .contact-header h2{margin: 0 0 1.96rem;
        font-size: clamp(28px, 4.4vw, 42px);
        line-height: 1.15;}
.featured-tile .contact-header p{margin: 0;
        font-size: 16.2px;
        opacity: 0.92;}
.featured-tile .direct-quote{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.featured-tile .text-entries{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 1.96rem;
        padding: 1.5rem 0;
        border-top: 1px solid color-mix(in srgb, currentColor 14%, transparent);}
.featured-tile .text-entries:last-child{border-bottom: 1px solid color-mix(in srgb, currentColor 14%, transparent);}
.featured-tile .active-stack{flex: 1 1 260px;
        min-width: 0;}
.featured-tile .text-footer{
        display: inline-block;
        font-size: calc(16.2px * .875);
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        padding: 3px 9px;
        border-radius: 0.25rem;
        background: #E63946;
        color: #FFFFFF;
    }
.featured-tile .active-stack h3{margin: 1.96rem 0 0;
        font-size: calc(16.2px * 1.125);
        line-height: 1.3;}
.featured-tile .text-entries p{flex: 2 1 380px;
        min-width: 0;
        margin: 0;
        font-size: 16.2px;
        line-height: 1.59;
        opacity: 0.94;}
.featured-tile .text-entries p a{text-decoration: underline;
        text-underline-offset: 3px;}
.featured-tile .text-entries p a:hover{}
.featured-tile .text-plan{
        margin-top: calc(1.88rem * 1.5);
        padding: calc(1.5rem * .75);
        border-radius: 0.95rem;
        background: var(--tone-strong);
        color: var(--tone-warm);
        border: 1px solid var(--paint-muted);
    }
.featured-tile .text-plan p{margin: 0;
        font-size: 16.2px;
        line-height: 1.59;}
.featured-tile .text-plan a{font-weight: 600;
        text-decoration: underline;
        text-underline-offset: 3px;}
.featured-tile .text-plan a:hover{}
@media (max-width: 640px) {.featured-tile .text-entries{
            flex-direction: column;
            gap: 1.96rem;
        }.featured-tile .text-entries p{
            flex: 1 1 auto;
        }
    }
.bottom-links{--field-local:calc(1.5rem * 1.35);--label-main:calc(1600px / 3.9);padding:calc(1.5rem * 2.4) 1.96rem;background:#14161A;color:#F2F3F5;}
.bottom-links .visual-inner{max-width:1600px;margin:0 auto;}
.bottom-links h1,.bottom-links h2,.bottom-links h3,.bottom-links p{margin:0;}
.bottom-links h2{font-size:calc(16.2px * 2);line-height:1.14;margin-bottom:calc(1.88rem * 1.5);}
.bottom-links h3{font-size:calc(16.2px * 1.35);line-height:1.22;margin-bottom:calc(1.5rem / 3);}
.bottom-links p{font-size:16.2px;line-height:1.59;}
.bottom-links .hero{font-size:calc(16.2px * .875);letter-spacing:0.02em;color:var(--paint-clear);margin-bottom:calc(1.88rem * 1.5);}
.bottom-links .content-menu{margin-bottom:var(--field-local);color:var(--paint-clear);}
.bottom-links .focused-method{display:flex;flex-wrap:wrap;gap:1.88rem;}
.bottom-links .direct-shell{flex:1 1 calc(1600px / 4.6);min-width:0;padding:calc(1.5rem * .75);border-radius:0.95rem;background:var(--tone-strong);color:var(--tone-warm);border:1px solid var(--paint-muted);}
.bottom-links .direct-shell img{display:block;width:100%;height:auto;border-radius:0.42rem;margin-bottom:calc(1.5rem / 2);}
.bottom-links .direct-shell p{color:var(--paint-clear);}
.bottom-links .text-plan{margin-top:var(--field-local);font-size:calc(16.2px * .875);color:var(--paint-clear);}
.bottom-links .text-plan a{color:inherit;text-decoration:none;border-bottom:1px solid #C1121F;}
.bottom-links .text-plan a:hover{color:inherit;border-bottom-color:#E63946;}
@media (max-width:720px){.bottom-links .direct-shell{flex:1 1 100%;}
}
.local-benefit{--field-local:calc(1.5rem * 0.99);--field-public:calc(1600px / 2.80);--label-main:calc(1600px / 3.99);padding:calc(1.5rem * 2.4) 1.96rem;background:#14161A;color:#F2F3F5;}
.local-benefit .visual-inner{max-width:1600px;margin:0 auto;}
.local-benefit h1,.local-benefit h2,.local-benefit h3,.local-benefit p{margin:0;}
.local-benefit h1{font-size:calc(16.2px * 2.65);line-height:1.08;}
.local-benefit h2{font-size:calc(16.2px * 2);line-height:1.12;}
.local-benefit h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.local-benefit p{font-size:16.2px;line-height:1.59;color:var(--paint-clear);}
.local-benefit a{color:inherit;text-decoration:none;}
.local-benefit img{display:block;width:100%;height:auto;border-radius:0.42rem;}
.local-benefit .focused-list{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.25rem;background:var(--tone-extra-13);color:#FFFFFF;}
.local-benefit .content-menu,.local-benefit .hero{}
.local-benefit .local-unit .hero{margin-top:calc(1.88rem * 1.5);padding-left:calc(1.5rem * .75);border-left:2px solid #E63946;color:var(--paint-clear);font-size:calc(16.2px * .875);}
.local-benefit .focused-method{display:flex;flex-direction:column;gap:var(--field-local);margin-top:var(--field-local);}
.local-benefit .direct-shell{min-width:0;padding-bottom:var(--field-local);border-bottom:1px solid var(--paint-muted);}
.local-benefit .direct-shell:last-child{border-bottom:none;padding-bottom:0;}
.local-benefit .direct-shell p,.local-benefit .direct-shell a{margin-top:calc(1.5rem / 3);}
.local-benefit .direct-shell img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--label-main) * .7);}
.local-benefit .compact-quote{display:flex;align-items:flex-start;gap:1.88rem;}
.local-benefit .compact-quote>.local-unit{flex:1 1 calc(1600px / 3);min-width:0;}
.local-benefit .compact-quote>.focused-method{flex:2 1 calc(1600px / 2);margin-top:0;}
.local-benefit .local-unit .content-menu{margin-top:1.5rem;}
@media(max-width:760px){.local-benefit .compact-quote{flex-direction:column;}.local-benefit .compact-quote>.focused-method{margin-top:var(--field-local);}}
.steady-items{padding:calc(1.5rem * 2.4) 1.96rem;background:linear-gradient(135deg, #14161A 0%, #1D2025 55%, #2A2E34 100%);color:#F2F3F5}
.steady-items .visual-inner{max-width:1600px;margin:0 auto}
.steady-items .contact-actions{margin-bottom:calc(1.88rem * 1.5)}
.steady-items h2{margin:0;font-size:calc(16.2px * 2.65);line-height:1.04}
.steady-items .contact-actions p{margin:1.5rem 0 0;font-size:calc(16.2px * 1.125);line-height:1.59}
.steady-items .wide-nav{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(1.88rem * 1.5)}
.steady-items .content-items{flex:1 1 16rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);border-left:2px solid var(--paint-muted);padding-left:calc(1.5rem * .75)}
.steady-items button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 360ms var(--speed-hover),transform 360ms var(--speed-hover)}
.steady-items button:hover,.steady-items button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.3))}
.steady-items .soft-copy{flex:2 1 30rem;align-self:start;background:var(--tone-strong);color:var(--tone-warm);border:1px solid var(--paint-muted);border-radius:0.95rem;padding:calc(1.88rem * 1.5)}
.steady-items [data-response]{display:none}
.steady-items [data-response].is-active{display:block;animation:clarifyFocusIn calc(360ms*1.8) var(--speed-hover) both}
.steady-items h3{margin:0;font-size:calc(16.2px * 2);line-height:1.1}
.steady-items [data-response] p{margin:1.5rem 0 0;font-size:16.2px;line-height:1.59}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.88rem * 2)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.steady-items .wide-nav{display:block}.steady-items .content-items{margin-bottom:calc(1.88rem * 1.5);border-left:0;padding-left:0}.steady-items .soft-copy{padding:calc(1.5rem * .75)}}
@media(prefers-reduced-motion:reduce){.steady-items [data-response].is-active{animation:none}}
.steady-wrap{--field-local:calc(1.5rem * 1.22);--label-main:calc(1600px / 3.9);padding:calc(1.5rem * 2.4) 1.96rem;background:#14161A;color:#F2F3F5;}
.steady-wrap .visual-inner{max-width:1600px;margin:0 auto;}
.steady-wrap h2,.steady-wrap h3,.steady-wrap p{margin:0;}
.steady-wrap h2{font-size:calc(16.2px * 2);line-height:1.14;}
.steady-wrap h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.steady-wrap p{font-size:16.2px;line-height:1.59;}
.steady-wrap a{color:inherit;text-decoration:none;}
.steady-wrap img{display:block;width:100%;height:auto;border-radius:0.42rem;}
.steady-wrap .hero{font-size:calc(16.2px * .875);letter-spacing:0.04em;text-transform:uppercase;margin-bottom:calc(1.5rem / 3);}
.steady-wrap .content-menu{margin-top:calc(1.5rem / 2);}
.steady-wrap .focused-list{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.25rem;background:var(--tone-extra-13);color:#FFFFFF;font-size:calc(16.2px * .875);}
.steady-wrap .focused-list:hover{background:#9E0E19;color:var(--tone-warm);}
.steady-wrap .focused-method{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.88rem;margin-top:var(--field-local);}
.steady-wrap .direct-shell{flex:1 1 calc(1600px / 4.4);min-width:0;padding:calc(1.5rem * .75);background:var(--tone-strong);color:var(--tone-warm);border:1px solid var(--paint-muted);border-radius:0.95rem;}
.steady-wrap .direct-shell p{margin-top:calc(1.5rem / 3);}
.steady-wrap .direct-shell img{margin-bottom:calc(1.5rem / 2);}
.steady-wrap .fresh-form{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.88rem;}
.steady-wrap .fresh-form>.local-unit{flex:1 1 auto;min-width:0;}
.steady-wrap .fresh-form>.focused-list{flex:0 0 auto;align-self:flex-end;}
.steady-wrap .fresh-form>.focused-method{flex:1 1 100%;}
@media (max-width:720px){.steady-wrap .fresh-form>.focused-list{align-self:flex-start;}.steady-wrap .direct-shell{flex:1 1 100%;}
}
.compact-view{
  padding: calc(1.5rem * 2.4) 1.96rem;
  background: var(--surface-soft);
  color: var(--paint-clear);
}
.compact-view .visual-inner{max-width: min(1600px, 74rem);
  margin: 0 auto;}
.compact-view .contact-header h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.12;
  color: #F2F3F5;}
.compact-view .top-proof{margin: calc(1.5rem * .75) 0 calc(1.88rem * 1.5);
  font-size: calc(16.2px * 1.125);
  line-height: 1.59;}
.compact-view .main-rail{display: flex;
  flex-direction: column;
  gap: calc(1.88rem * 1.5);}
.compact-view .direct-shell{padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
  border-left: 2px solid #E63946;}
.compact-view .active-stack{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 1rem;
  margin-bottom: 0.6rem;}
.compact-view .plain-summary{font-size: 16.2px;
  font-weight: 700;
  color: #F2F3F5;}
.compact-view .text-menu{font-size: calc(16.2px * .875);color:inherit;}
.compact-view .direct-shell p{margin: 0;
  font-size: 16.2px;
  line-height: 1.59;}
.compact-view .hero{
  margin-top: calc(1.88rem * 1.5);
  padding: calc(1.5rem * .75);
  background: var(--tone-strong);
  color: var(--tone-warm);
  border: 1px solid var(--paint-muted);
  border-radius: 0.42rem;
}
.compact-view .hero p{margin: 0;
  font-size: calc(16.2px * .875);
  line-height: 1.59;}
.compact-view .hero a{color:inherit;
  text-decoration: underline;}
.compact-view .hero a:hover{color:inherit;}
@media (min-width: 900px) {.compact-view .main-rail{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(1.88rem * 1.5) 1.88rem;
  }
}
.soft-view{
  padding:calc(1.5rem * 2.4) 1.96rem;
  background:#14161A;
  color:#F2F3F5;
}
.soft-view .visual-inner{width:min(100%,calc(1600px*.68));
  margin:0 auto;}
.soft-view .clear-nav{border-bottom:1px solid var(--paint-muted);
  padding-bottom:calc(1.88rem * 1.5);}
.soft-view h1{margin:0;
  font-size:calc(16.2px * 2.65);
  line-height:1.08;
  letter-spacing:-0.01em;}
.soft-view .content-menu{margin:1.5rem 0 0;
  font-size:calc(16.2px * 1.125);
  line-height:1.59;
  color:var(--paint-clear);}
.soft-view .bottom-unit{display:flex;
  flex-wrap:wrap;
  gap:1.88rem;
  margin-top:calc(1.88rem * 1.5);
  font-size:calc(16.2px * .875);
  color:var(--paint-clear);}
.soft-view .bottom-unit span{display:inline-block;}
.soft-view .focused-brand{
  padding:0.25rem 0.6rem;
  background:#E63946;
  color:#FFFFFF;
  border-radius:0.25rem;
  font-weight:600;
}
.soft-view .narrow-list{margin:calc(1.88rem * 1.5) 0 0;}
.soft-view .narrow-list img{display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
  border-radius:0.95rem;
  box-shadow:0 8px 24px rgba(0,0,0,0.21);}
.soft-view .main-rail{margin-top:1.5rem;}
.soft-view .main-rail p{margin:0 0 calc(1.88rem * 1.5);
  line-height:1.59;}
.soft-view .main-rail p:last-of-type{margin-bottom:0;}
.soft-view .text-plan{display:flex;
  flex-wrap:wrap;
  gap:1.88rem;
  margin-top:1.5rem;
  padding-top:calc(1.88rem * 1.5);
  border-top:1px solid var(--paint-muted);}
.soft-view .text-plan a{
  display:inline-block;
  padding:0.55rem 1rem;
  background:var(--tone-strong);
  color:var(--tone-warm);
  border:1px solid var(--paint-muted);
  border-radius:0.42rem;
  font-size:calc(16.2px * .875);
  text-decoration:none;
  transition:background 360ms var(--speed-hover),color 360ms var(--speed-hover);
}
.soft-view .text-plan a:hover{
  background:var(--tone-extra-13);
  color:#FFFFFF;
  border-color:var(--tone-extra-13);
}
@media (max-width:640px){.soft-view .visual-inner{
    width:100%;
  }.soft-view .text-plan{
    flex-direction:column;
  }.soft-view .text-plan a{
    text-align:center;
  }
}
.text-panel{
  background: linear-gradient(135deg, #14161A 0%, #1D2025 55%, #2A2E34 100%);
  color: #F2F3F5;
  padding: calc(1.5rem * 2.4) 1.96rem;
  overflow: hidden;
}
.text-panel .visual-inner{width: min(100%, 1600px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.88rem * 1.5);}
.text-panel h2,
.text-panel h3,
.text-panel p{margin: 0;}
.text-panel h2{font-size: calc(16.2px * 2.65); line-height: 1.04;}
.text-panel h3{font-size: calc(16.2px * 1.35); line-height: 1.2;}
.text-panel p{font-size: 16.2px; line-height: 1.59;}
.text-panel .team-body{display: grid;
  gap: 1.5rem;}
.text-panel .main-view{
  display: grid;
  grid-template-columns: minmax(11rem, .3fr) minmax(0, 1fr);
  gap: 1.88rem;
  padding: 1.5rem;
  border-radius: 0.95rem;
  background: linear-gradient(135deg, #C1121F 0%, #E63946 100%);
  color: #FFFFFF;
}
.text-panel .main-view p:first-child{font-size: calc(16.2px * 1.125);
  line-height: 1.25;}
.text-panel .secondary-media{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.text-panel .service-tile{
  flex: 1 1 17rem;
  display: grid;
  align-content: start;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.42rem;
  background: var(--tone-strong);
  color: var(--tone-warm);
  border: 1px solid var(--paint-muted);
  text-decoration: none;
  transition: border-color 360ms var(--speed-hover);
}
.text-panel .service-tile:hover{border-color: #E63946;}
.text-panel .service-tile span{font-size: calc(16.2px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
@media (max-width: 760px) {.text-panel h2{ font-size: clamp(calc(16.2px * 2), 12vw, calc(16.2px * 2.65)); }.text-panel .main-view{ grid-template-columns: 1fr; }
}
.text-figure{
    padding:calc(1.5rem * 2.4) 1.96rem;
    background:var(--surface-soft);
    color:var(--paint-clear);
}
.text-figure .local-entries{max-width:1600px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:1.88rem;
    align-items:flex-start;}
.text-figure .content-menu{flex:1 1 260px;
    min-width:220px;}
.text-figure .public-method{margin:0 0 0.35rem;
    font-size:calc(16.2px * 1.35);
    line-height:1.25;}
.text-figure .text-menu{margin:0;
    font-size:calc(16.2px * .875);
    letter-spacing:0.02em;
    text-transform:uppercase;}
.text-figure .main-rail{flex:2 1 420px;
    min-width:260px;
    display:flex;
    flex-direction:column;
    gap:calc(1.88rem * 1.5);}
.text-figure .wide-track{margin:0;
    font-size:16.2px;
    line-height:1.59;}
.text-figure .hero{flex:1 1 100%;
    padding-top:calc(1.88rem * 1.5);
    border-top:1px solid var(--paint-muted);}
.text-figure .active-stack{margin:0;
    font-size:calc(16.2px * .875);
    line-height:1.59;}
.text-figure .active-stack a{color:inherit;
    text-decoration:none;
    border-bottom:1px solid #C1121F;}
.text-figure .active-stack a:hover{color:inherit;
    border-bottom-color:#E63946;}
@media (max-width:640px){.text-figure .local-entries{
        flex-direction:column;
        gap:calc(1.88rem * 1.5);
    }
}
.visual-body{padding:calc(1.5rem * 2.4) 1.96rem;background:linear-gradient(135deg, #14161A 0%, #1D2025 55%, #2A2E34 100%);color:#F2F3F5}
.visual-body .visual-inner{max-width:1600px;margin:0 auto}
.visual-body .media-steps{display:flex;gap:calc(1.88rem * 1.5);align-items:flex-start}
.visual-body .plain-track{flex:0 1 20rem;min-width:0;border-left:2px solid #E63946;padding-left:1.5rem}
.visual-body .plain-track p{margin:0;font-size:calc(16.2px * .875);line-height:1.59;}
.visual-body .media-nav{flex:1 1 46rem;min-width:0}
.visual-body h2{margin:0;font-size:calc(16.2px * 2.65);line-height:1.05}
.visual-body .direct-quote{margin-top:calc(1.88rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.visual-body .direct-quote p{margin:0;display:flex;gap:1.88rem;align-items:flex-start;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid var(--paint-muted)}
.visual-body .direct-quote p:last-child{border-bottom:0;padding-bottom:0}
.visual-body strong{flex:0 1 13rem;min-width:0;font-size:calc(16.2px * .875);}
.visual-body span{flex:1 1 30rem;min-width:0;line-height:1.59}
@media(max-width:760px){.visual-body .media-steps{display:block}.visual-body .plain-track{border-left:0;border-top:2px solid #E63946;padding-left:0;padding-top:calc(1.5rem * .75)}.visual-body .media-nav{margin-top:calc(1.88rem * 1.5)}.visual-body .direct-quote p{display:block}.visual-body span{display:block;margin-top:calc(1.5rem * .75)}.visual-body h2{font-size:calc(16.2px * 2)}
}
.secondary-headline{
  background: #14161A;
  color: #F2F3F5;
  padding: calc(1.5rem * 2.4) 1.96rem;
}
.secondary-headline .visual-inner{width: min(100%, 1600px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .36fr) minmax(0, 1fr);
  gap: 1.88rem;}
.secondary-headline h2,
.secondary-headline h3,
.secondary-headline p{margin: 0;}
.secondary-headline h2{font-size: calc(16.2px * 2); line-height: 1.1;}
.secondary-headline h3{font-size: calc(16.2px * 1.35); line-height: 1.18;}
.secondary-headline p{font-size: 16.2px; line-height: 1.59;}
.secondary-headline .local-media{
  display: grid;
  gap: calc(1.88rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 1.31rem;
  background: var(--tone-strong);
  color: var(--tone-warm);
  border: 1px solid var(--paint-muted);
}
.secondary-headline .local-media p + p{color: var(--paint-clear);}
.secondary-headline .direct-quote{display: grid;
  border-top: 1px solid var(--paint-muted);}
.secondary-headline .text-entries{display: grid;
  grid-template-columns: minmax(5rem, .16fr) minmax(10rem, .32fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--paint-muted);
  color: inherit;
  text-decoration: none;
  transition: background 360ms var(--speed-hover);}
.secondary-headline .text-entries:hover{ background: var(--surface-soft);color:var(--paint-clear);}
.secondary-headline .text-entries:hover h3{color:inherit;}
.secondary-headline .text-entries b{color: var(--paint-clear);
  font-size: calc(16.2px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;}
.secondary-headline .links{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 1.88rem;
  align-items: center;
  padding: 1.5rem;
  border-radius: 0.95rem;
  background: #F2F3F5;
  color: #14161A;
}
.secondary-headline .links a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
@media (max-width: 820px) {.secondary-headline .visual-inner,
  .secondary-headline .text-entries{ grid-template-columns: 1fr; }.secondary-headline .text-entries{ gap: calc(1.88rem * 1.5); }.secondary-headline .links{ flex-direction: column; align-items: flex-start; }
}
.content-copy{padding:calc(1.5rem * 2.4) 1.96rem;background:#14161A;color:#F2F3F5}
.content-copy .visual-inner{width:min(100%,calc(1600px*.68));margin:0 auto}
.content-copy .clear-nav{display:flex;flex-direction:column;gap:calc(1.88rem * 1.5)}
.content-copy h1{margin:0;font-size:calc(16.2px * 2.65);line-height:1.05}
.content-copy .bottom-unit{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);font-size:calc(16.2px * .875);color:var(--paint-clear)}
.content-copy .bottom-unit span{min-width:0}
.content-copy .bottom-unit .visual-story{padding:2px 10px;border-radius:0.25rem;background:#E63946;color:#FFFFFF}
.content-copy .local-wrap{margin:1.5rem 0 0;font-size:calc(16.2px * 1.125);line-height:1.59;color:var(--paint-clear)}
.content-copy .stack{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.95rem;margin-top:calc(1.88rem * 1.5);box-shadow:0 8px 24px rgba(0,0,0,0.21)}
.content-copy .page-note{margin-top:1.5rem;padding:1.88rem;background:var(--tone-strong);color:var(--tone-warm);border:1px solid var(--paint-muted);border-radius:0.42rem}
.content-copy .page-note p{margin:0 0 1.5rem;line-height:1.59}
.content-copy .page-note p:last-child{margin-bottom:0}
.content-copy .text-plan{display:flex;flex-wrap:wrap;gap:1.88rem;margin-top:1.5rem;font-size:16.2px}
.content-copy .text-plan a{color:inherit;text-decoration:none;border-bottom:1px solid #C1121F;padding-bottom:2px;transition:color 360ms var(--speed-hover),border-color 360ms var(--speed-hover)}
.content-copy .text-plan a:hover{color:inherit;border-color:#E63946}
@media (max-width:640px){.content-copy .visual-inner{width:100%}.content-copy .bottom-unit{flex-direction:column;gap:calc(calc(1.5rem * .75)/2)}
}
.service-rail{
  background: linear-gradient(135deg, #14161A 0%, #1D2025 55%, #2A2E34 100%);
  color: #F2F3F5;
  padding: calc(1.5rem * 2.4) 1.96rem;
  overflow: hidden;
}
.service-rail .visual-inner{width: min(100%, 1600px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.88rem * 1.5);}
.service-rail h2,
.service-rail h3,
.service-rail p{margin: 0;}
.service-rail h2{font-size: calc(16.2px * 2.65); line-height: 1.04;}
.service-rail h3{font-size: calc(16.2px * 1.35); line-height: 1.18;}
.service-rail p{font-size: 16.2px; line-height: 1.59;}
.service-rail .team-body{display: grid;
  gap: 1.5rem;}
.service-rail .main-view{
  display: grid;
  grid-template-columns: minmax(11rem, .28fr) minmax(0, 1fr);
  gap: 1.88rem;
  padding: 1.5rem;
  border-radius: 0.95rem;
  background: linear-gradient(135deg, #C1121F 0%, #E63946 100%);
  color: #FFFFFF;
}
.service-rail .main-view p:first-child{font-size: calc(16.2px * 1.125);
  line-height: 1.2;}
.service-rail .secondary-media{display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  gap: calc(1.5rem * .75);}
.service-rail .service-tile{
  display: grid;
  align-content: start;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.42rem;
  background: var(--tone-strong);
  color: var(--tone-warm);
  border: 1px solid var(--paint-muted);
  text-decoration: none;
  transition: border-color 360ms var(--speed-hover);
}
.service-rail .service-tile:hover{border-color: #E63946;}
.service-rail .service-tile span{font-size: calc(16.2px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
@media (max-width: 760px) {.service-rail h2{ font-size: clamp(calc(16.2px * 2), 11vw, calc(16.2px * 2.65)); }.service-rail .main-view{ grid-template-columns: 1fr; }
}
.fresh-lead{padding:calc(1.5rem * 2.4) 1.96rem;background:#14161A;color:#F2F3F5;}
.fresh-lead .local-entries{max-width:1600px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1.88rem;align-items:flex-start;}
.fresh-lead .media-steps{flex:0 0 auto;display:flex;align-items:center;gap:calc(1.5rem * .75);}
.fresh-lead .soft-area{width:72px;height:72px;border-radius:0.95rem;object-fit:cover;border:1px solid var(--paint-muted);}
.fresh-lead .id{display:flex;flex-direction:column;}
.fresh-lead .public-method{margin:0 0 4px;font-size:calc(16.2px * 1.125);line-height:1.25;}
.fresh-lead .text-menu{margin:0;font-size:calc(16.2px * .875);color:var(--paint-clear);}
.fresh-lead .local-unit{flex:1 1 320px;display:flex;flex-direction:column;gap:calc(1.88rem * 1.5);}
.fresh-lead .wide-track{margin:0;font-size:16.2px;line-height:1.59;}
.fresh-lead .hero{margin:0;padding:calc(1.5rem * .75);background:var(--surface-soft);color:var(--paint-clear);border-radius:0.42rem;font-size:calc(16.2px * .875);line-height:1.59;}
.fresh-lead .hero a{color:inherit;text-decoration:none;}
.fresh-lead .hero a:hover{color:inherit;text-decoration:underline;}
@media (max-width:640px){.fresh-lead .media-steps{flex-direction:column;align-items:flex-start;}
}
.service-story{padding:calc(1.5rem * 2.4) 1.96rem;background:linear-gradient(135deg, #14161A 0%, #1D2025 55%, #2A2E34 100%);color:#F2F3F5}
.service-story .visual-inner{max-width:1600px;margin:0 auto}
.service-story .media-steps{display:flex;flex-wrap:wrap;gap:calc(1.88rem * 1.5);align-items:flex-start}
.service-story .plain-track{flex:1 1 20rem;min-width:0;padding-left:1.5rem;border-left:2px solid #E63946}
.service-story .plain-track p{margin:0;font-size:16.2px;line-height:1.59;}
.service-story .media-nav{flex:2 1 40rem;min-width:0}
.service-story h2{margin:0;font-size:calc(16.2px * 2);line-height:1.1}
.service-story .direct-quote{margin-top:calc(1.88rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.service-story .direct-quote p{margin:0;display:flex;gap:1.5rem;align-items:flex-start;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid var(--paint-muted)}
.service-story .direct-quote p:last-child{border-bottom:0;padding-bottom:0}
.service-story strong{flex:0 1 13rem;min-width:0;font-size:calc(16.2px * .875);text-transform:uppercase;letter-spacing:0.04em;}
.service-story span{flex:1 1 26rem;min-width:0;line-height:1.59}
@media(max-width:760px){.service-story .media-steps,.service-story .direct-quote p{display:block}.service-story .plain-track{border-left:0;padding-left:0}.service-story .media-nav{margin-top:calc(1.88rem * 1.5)}.service-story strong{display:block;margin-bottom:calc(1.5rem * .75)}.service-story span{display:block}.service-story h2{font-size:calc(16.2px * 1.35)}}
.text-rail{
  background: #14161A;
  color: #F2F3F5;
  padding: calc(1.5rem * 2.4) 1.96rem;
}
.text-rail .visual-inner{width: min(100%, 1600px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .32fr) minmax(0, 1fr);
  gap: 1.88rem;
  align-items: start;}
.text-rail h2,
.text-rail h3,
.text-rail p{margin: 0;}
.text-rail h2{font-size: calc(16.2px * 2); line-height: 1.1;}
.text-rail h3{font-size: calc(16.2px * 1.35); line-height: 1.18;}
.text-rail p{font-size: 16.2px; line-height: 1.59;}
.text-rail .local-media{
  display: grid;
  gap: calc(1.88rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.95rem;
  background: var(--tone-strong);
  color: var(--tone-warm);
  border: 1px solid var(--paint-muted);
}
.text-rail .local-media .hero{font-size: calc(16.2px * .875);
  color: var(--paint-clear);
  padding-top: calc(1.88rem * 1.5);
  border-top: 1px solid var(--paint-muted);}
.text-rail .direct-quote{display: grid;
  gap: calc(1.88rem * 1.5);}
.text-rail .text-entries{
  display: grid;
  grid-template-columns: minmax(7rem, .22fr) minmax(0, 1fr);
  grid-template-areas:
    "role title"
    "role text";
  gap: 1.5rem 1.88rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.42rem;
  background: var(--surface-soft);
  color: var(--paint-clear);
  border-left: 3px solid var(--tone-extra-13);
}
.text-rail .text-entries .text-menu{grid-area: role;
  font-size: calc(16.2px * .875);
  text-transform: uppercase;
  letter-spacing: 0.04em;color:inherit;
  align-self: start;}
.text-rail .text-entries h3{grid-area: title;
  color: #F2F3F5;}
.text-rail .text-entries p{grid-area: text;}
.text-rail .links{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 1.88rem;
  align-items: center;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.95rem;
  background: #F2F3F5;
  color: #14161A;
}
.text-rail .links p{font-size: 16.2px;}
.text-rail .links a{color: inherit;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  border-bottom: 1px solid currentColor;}
.text-rail .links a:hover{color:inherit;}
@media (max-width: 820px) {.text-rail .visual-inner{ grid-template-columns: 1fr; }.text-rail .text-entries{
    grid-template-columns: 1fr;
    grid-template-areas:
      "role"
      "title"
      "text";
  }.text-rail .links{
    flex-direction: column;
    align-items: flex-start;
  }
}
.media-details{padding:calc(1.5rem * 2.4) 1.96rem;background:#14161A;color:#F2F3F5}
.media-details .visual-inner{width:min(100%,calc(1600px*.68));margin:0 auto}
.media-details .clear-nav{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.media-details h1{margin:0;font-size:calc(16.2px * 2.65);line-height:1.05}
.media-details .bottom-unit{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);color:var(--paint-clear);font-size:calc(16.2px * .875)}
.media-details .bottom-unit>*{min-width:0}
.media-details .local-wrap{margin:1.5rem 0 0;color:var(--paint-clear);font-size:calc(16.2px * 1.125);line-height:1.59}
.media-details .stack{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.95rem;margin-top:calc(1.88rem * 1.5);box-shadow:0 2px 8px rgba(0,0,0,0.16)}
.media-details .page-note{background:var(--tone-strong);color:var(--tone-warm);border:1px solid var(--paint-muted);border-radius:0.42rem;padding:1.88rem;margin-top:1.5rem}
.media-details .page-note p{margin:0 0 1.5rem;line-height:1.59}
.media-details .page-note p:last-child{margin-bottom:0}
.media-details .page-note a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.media-details .page-note a:hover{color:inherit;}
.media-details .text-plan{display:flex;flex-wrap:wrap;align-items:baseline;gap:calc(1.5rem * .75);margin-top:calc(1.88rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid var(--paint-muted);font-size:calc(16.2px * .875)}
.media-details .site-copy{color:var(--paint-clear);text-transform:uppercase;letter-spacing:.06em;font-size:calc(16.2px * .875)}
.media-details .text-plan a{color:inherit;text-decoration:none;border-bottom:1px solid transparent}
.media-details .text-plan a:hover{color:inherit;border-bottom-color:#E63946}
@media (max-width:640px){.media-details .visual-inner{width:100%}.media-details .text-plan{flex-direction:column;align-items:flex-start}
}
.wide-header{
  background: linear-gradient(135deg, #14161A 0%, #1D2025 55%, #2A2E34 100%);
  color: #F2F3F5;
  padding: calc(1.5rem * 2.4) 1.96rem;
}
.wide-header .visual-inner{width: min(100%, 1600px);
  margin: 0 auto;
  display: grid;
  gap: 1.88rem;}
.wide-header h2,
.wide-header h3,
.wide-header p{margin: 0;}
.wide-header h2{font-size: calc(16.2px * 2); line-height: 1.1;}
.wide-header h3{font-size: calc(16.2px * 1.35); line-height: 1.18;}
.wide-header p{font-size: 16.2px; line-height: 1.59;}
.wide-header .content-menu{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.88rem * 1.5);
  border-radius: 1.31rem;
  background: linear-gradient(135deg, #C1121F 0%, #E63946 100%);
  color: #FFFFFF;
}
.wide-header .offer-benefit{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.wide-header [data-block]{
  flex: 1 1 18rem;
  padding: 1.5rem;
  border-radius: 0.42rem;
  background: var(--tone-strong);
  color: var(--tone-warm);
  border: 1px solid var(--paint-muted);
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  animation: galleryFrameIn calc(360ms * 2.2) var(--speed-hover) both;
  animation-delay: var(--speed-fast, 0ms);
}
.wide-header [data-block]:nth-child(3n + 1){flex-basis: 26rem;}
.wide-header [data-block] span{font-size: calc(16.2px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.wide-header .focused-list{
  width: fit-content;
  padding: calc(calc(1.5rem * .75) * .75) 1.5rem;
  border-radius: 0.42rem;
  background: var(--tone-extra-13);
  color: #FFFFFF;
  text-decoration: none;
}
.wide-header .focused-list:hover{
  background: #9E0E19;color:var(--tone-warm);}
@keyframes galleryFrameIn {from{ opacity: .2; transform: translateY(calc(calc(1.88rem * 2) * .16)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.wide-header .offer-benefit{
    flex-direction: column;
  }.wide-header [data-block],
  .wide-header [data-block]:nth-child(3n + 1){
    flex-basis: auto;
  }
}
.page-callout{padding:calc(1.5rem * 2.4) 1.96rem;background:#14161A;color:#F2F3F5;}
.page-callout .local-entries{max-width:1600px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1.88rem;align-items:flex-start;}
.page-callout .clear-nav{flex:1 1 260px;min-width:220px;}
.page-callout .main-rail{flex:2 1 420px;min-width:260px;}
.page-callout .public-method{margin:0 0 6px;font-size:calc(16.2px * 1.35);line-height:1.25;}
.page-callout .text-menu{margin:0;font-size:calc(16.2px * .875);color:var(--paint-clear);letter-spacing:0.02em;text-transform:uppercase;}
.page-callout .wide-track{margin:0 0 calc(1.88rem * 1.5);font-size:16.2px;line-height:1.59;}
.page-callout .wide-track:last-of-type{margin-bottom:calc(1.88rem * 1.5);}
.page-callout .narrow-menu{list-style:none;margin:0;padding:calc(1.5rem * .75);display:flex;flex-direction:column;gap:8px;background:var(--tone-strong);color:var(--tone-warm);border:1px solid var(--paint-muted);border-radius:0.42rem;font-size:calc(16.2px * .875);}
.page-callout .narrow-menu a{color:inherit;text-decoration:none;}
.page-callout .narrow-menu a:hover{color:inherit;text-decoration:underline;}
@media (max-width:640px){.page-callout .local-entries{flex-direction:column;}
}
.simple-section{padding:calc(1.5rem * 2.4) 1.96rem;background:linear-gradient(135deg, #14161A 0%, #1D2025 55%, #2A2E34 100%);color:#F2F3F5}
.simple-section .visual-inner{max-width:1600px;margin:0 auto}
.simple-section .contact-actions{margin-bottom:calc(1.88rem * 1.5)}
.simple-section h2{margin:0;font-size:calc(16.2px * 2.65);line-height:1.04}
.simple-section .contact-actions p{margin:1.5rem 0 0;font-size:calc(16.2px * 1.125);line-height:1.59}
.simple-section .wide-nav{display:flex;align-items:flex-start;gap:calc(1.88rem * 1.5)}
.simple-section .content-items{flex:0 1 20rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);border-left:2px solid #E63946;padding-left:calc(1.5rem * .75)}
.simple-section button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 360ms var(--speed-hover),transform 360ms var(--speed-hover)}
.simple-section button:hover,.simple-section button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.4))}
.simple-section .soft-copy{flex:1 1 30rem;align-self:start}
.simple-section [data-response]{display:none}
.simple-section [data-response].is-active{display:block;animation:clarifyFocusIn calc(360ms*1.8) var(--speed-hover) both}
.simple-section h3{margin:0;font-size:calc(16.2px * 2);line-height:1.1}
.simple-section [data-response] p{margin:1.5rem 0 0;font-size:calc(16.2px * 1.125);line-height:1.59}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.88rem * 2)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.simple-section .wide-nav{display:block}.simple-section .content-items{margin-bottom:calc(1.88rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.simple-section [data-response].is-active{animation:none}}
.site-panel{
  background: #14161A;
  color: #F2F3F5;
  padding: calc(1.5rem * 2.4) 1.96rem;
}
.site-panel .visual-inner{width: min(100%, 1600px);
  margin: 0 auto;
  display: grid;
  gap: 1.88rem;}
.site-panel h2,
.site-panel h3,
.site-panel p{margin: 0;}
.site-panel h2{font-size: calc(16.2px * 2); line-height: 1.1;}
.site-panel h3{font-size: calc(16.2px * 1.35); line-height: 1.18;}
.site-panel p{font-size: 16.2px; line-height: 1.59;}
.site-panel .secondary-summary{display: grid;
  gap: calc(1.88rem * 1.5);
  align-content: start;}
.site-panel .content-menu{color: var(--paint-clear);
  font-size: calc(16.2px * 1.125);}
.site-panel .steady-headline{display: grid;
  border-top: 1px solid var(--paint-muted);}
.site-panel .active-stack{display: grid;
  grid-template-columns: minmax(6rem, .16fr) minmax(11rem, .34fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--paint-muted);}
.site-panel .active-stack span{color: var(--paint-clear);
  font-size: calc(16.2px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;}
.site-panel .team-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.88rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.95rem;
  background: var(--tone-strong);
  color: var(--tone-warm);
  border: 1px solid var(--paint-muted);
}
.site-panel .team-content p{color: var(--tone-warm);}
.site-panel .team-content a{
  color: #FFFFFF;
  background: #E63946;
  text-decoration: none;
  padding: .6rem 1rem;
  border-radius: 0.42rem;
  font-size: calc(16.2px * .875);
  white-space: nowrap;
  transition: background 360ms var(--speed-hover);
}
.site-panel .team-content a:hover{
  background: #C1121F;color:var(--tone-warm);}
@media (max-width: 800px) {.site-panel .active-stack{ grid-template-columns: 1fr; gap: calc(1.88rem * 1.5); }.site-panel .team-content{ flex-direction: column; align-items: flex-start; }.site-panel .team-content a{ white-space: normal; }
}
.bottom-method{background:#14161A;color:#F2F3F5;padding:calc(1.5rem * 2.4) 1.96rem}
.bottom-method .visual-inner{max-width:1600px;margin:0 auto}
.bottom-method .steady-headline{display:flex;align-items:flex-start;gap:calc(1.88rem * 1.5)}
.bottom-method .contact-header{flex:0 1 32rem;min-width:0}
.bottom-method h2{margin:0;font-size:clamp(calc(16.2px * 2),5vw,calc(16.2px * 2.65));line-height:1.08;letter-spacing:0}
.bottom-method p{margin:1.5rem 0 0;color:var(--paint-clear);font-size:calc(16.2px * 1.125);line-height:1.65}
.bottom-method .direct-quote{flex:1 1 38rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid var(--paint-muted)}
.bottom-method .text-entries{display:flex;gap:1.88rem;padding:1.5rem 0;border-bottom:1px solid var(--paint-muted);color:inherit;text-decoration:none}
.bottom-method a.row:hover strong{color:inherit;}
.bottom-method strong{flex:0 1 14rem;min-width:0;transition:color 360ms var(--speed-hover)}
.bottom-method span{flex:1 1 22rem;min-width:0;color:var(--paint-clear);line-height:1.55}
@media(max-width:760px){.bottom-method .steady-headline,.bottom-method .text-entries{flex-direction:column}.bottom-method .text-entries{gap:calc(calc(1.5rem * .75)*.5)}}
.steady-story{padding:calc(1.5rem * 2.4) 1.96rem;background:linear-gradient(135deg, #14161A 0%, #1D2025 55%, #2A2E34 100%);color:#F2F3F5}
.steady-story .visual-inner{max-width:1600px;margin:0 auto;display:grid;gap:calc(1.88rem * 1.5)}
.steady-story .contact-header{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.steady-story h2{margin:0;font-size:calc(16.2px * 2.65);line-height:1.05}
.steady-story .content-menu{margin:0;font-size:16.2px;line-height:1.59;}
.steady-story .top-nav{display:flex;flex-direction:column;gap:1.5rem}
.steady-story .main-view{display:flex;flex-wrap:wrap;align-items:end;gap:1.88rem;padding:1.5rem;border:1px solid var(--paint-muted);border-radius:0.95rem;background:var(--tone-strong);color:var(--tone-warm)}
.steady-story .text-fields{flex:1 1 200px;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.steady-story .text-fields span{font-size:calc(16.2px * .875);}
.steady-story input{width:100%;box-sizing:border-box;border:1px solid var(--paint-muted);border-radius:0.42rem;background:#14161A;color:#F2F3F5;font:inherit;padding:calc(1.5rem * .75);outline:none;transition:box-shadow 360ms var(--speed-hover)}
.steady-story input::placeholder{}
.steady-story input:focus{box-shadow:0 0 0 2px #E63946}
.steady-story button{flex:0 0 auto;border:0;border-radius:0.42rem;background:var(--tone-extra-13);color:#FFFFFF;font:inherit;font-weight:600;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 360ms var(--speed-hover)}
.steady-story button:hover{background:#9E0E19;color:var(--tone-warm);}
.steady-story .hero{margin:0;font-size:calc(16.2px * .875);line-height:1.59;}
@media(max-width:860px){.steady-story .main-view{flex-direction:column;align-items:stretch}.steady-story .text-fields,.steady-story button{width:100%}
}
.visual-lead{padding:calc(1.5rem * 2.4) 1.96rem;background:#F2F3F5;color:#14161A}
.visual-lead .media-steps{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.88rem * 1.5)}
.visual-lead .top-proof{display:grid;gap:1.5rem}
.visual-lead h2{margin:0;font-size:calc(16.2px * 2);line-height:1.15}
.visual-lead .top-proof p{margin:0;font-size:16.2px;line-height:1.59}
.visual-lead .focused-links{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:calc(1.5rem * .75);align-items:start}
.visual-lead .visual-flow{height:clamp(20rem,38vw,32rem);border-radius:0.95rem;overflow:hidden;border:1px solid var(--paint-muted);background:var(--tone-strong);color:var(--tone-warm);}
.visual-lead iframe{display:block;width:100%;height:100%;border:0}
.visual-lead .steady-footer{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.visual-lead .narrow-menu{padding:calc(1.5rem * .75);border-radius:0.42rem;background:var(--tone-strong);color:var(--tone-warm);border:1px solid var(--paint-muted)}
.visual-lead .narrow-menu span{display:block;font-size:calc(16.2px * .875);color:inherit;}
.visual-lead .narrow-menu strong{display:block;margin-top:calc(calc(1.5rem * .75) * .5);font-weight:600;line-height:1.59}
.visual-lead .narrow-menu a{color:#C1121F;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 360ms var(--speed-hover),color 360ms var(--speed-hover)}
.visual-lead .narrow-menu a:hover{color:inherit;border-bottom-color:#E63946}
@media (max-width: 900px){.visual-lead .focused-links{grid-template-columns:minmax(0,1fr)}.visual-lead .visual-flow{height:22rem}
}
.group{background:#14161A;color:#F2F3F5;padding:calc(1.5rem * 2.4) 1.96rem}
.group .visual-inner{max-width:1600px;margin:0 auto}
.group .narrow-lead{display:flex;flex-direction:column;gap:calc(1.88rem * 1.5)}
.group .contact-header{display:flex;flex-direction:column;gap:1.5rem}
.group h2{margin:0;font-size:calc(16.2px * 2);line-height:1.1;letter-spacing:0}
.group .contact-header p{margin:0;color:var(--paint-clear);font-size:calc(16.2px * 1.125);line-height:1.65}
.group .direct-quote{display:flex;flex-direction:column;border-top:1px solid var(--paint-muted)}
.group .text-entries{display:flex;align-items:flex-start;gap:1.88rem;padding:1.5rem 0;border-bottom:1px solid var(--paint-muted)}
.group .text-entries span{flex:0 1 11rem;min-width:0;color:var(--paint-clear);font-size:calc(16.2px * .875);text-transform:uppercase;letter-spacing:0.04em}
.group strong{flex:0 1 20rem;min-width:0;font-size:16.2px}
.group .text-entries p{flex:1 1 26rem;margin:0;min-width:0;color:var(--paint-clear);line-height:1.6}
@media(max-width:820px){.group .text-entries{flex-direction:column;gap:calc(calc(1.5rem * .75)*.5)}.group .text-entries span,.group strong,.group .text-entries p{flex:1 1 auto}
}
.featured-team{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.96rem;
  background: linear-gradient(135deg, #14161A 0%, #1D2025 55%, #2A2E34 100%);
  color: #F2F3F5;
}
.featured-team .visual-inner{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1600px;
  margin: 0 auto;}
.featured-team .text-brand{margin: 0 0 calc(1.88rem * 1.5);
  padding: 1.5rem 0;}
.featured-team h2{margin: 0;
  font-size: calc(16.2px * 2.65);
  line-height: 1.05;}
.featured-team .text-brand p{margin: 1.5rem 0 0;
  font-size: calc(16.2px * 1.125);
  line-height: 1.59;}
.featured-team .visual-form{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.88rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.featured-team .visual-flow{display: flex;
  flex-wrap: wrap;
  gap: 1.88rem;}
.featured-team .visual-flow p{margin: 0;
  line-height: 1.59;}
.featured-team .visual-flow p:first-child{font-size: 16.2px;}
.featured-team .visual-flow p + p{}
.featured-team .offer-list{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.featured-team .offer-list a{color: inherit;
  font-size: calc(16.2px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.featured-team .contact-intro{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;
  margin-top: calc(1.88rem * 1.5);
  border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);}
.featured-team .contact-intro a{color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  line-height: 1.59;}
.featured-team .contact-intro span{display: block;
  margin-top: .25rem;
  font-size: calc(16.2px * .875);
  opacity: .65;}
@media (max-width: 720px) {.featured-team .visual-form,
  .featured-team .visual-flow{
    display: block;
  }.featured-team .visual-flow p + p{
    margin-top: calc(1.5rem * .75);
  }.featured-team .offer-list{
    align-items: flex-start;
    margin-top: 1.5rem;
  }
}
.quiet-surface{
  padding:calc(1.5rem * 2.4) 1.96rem;
  background:#F2F3F5;
  color:#14161A;
}
.quiet-surface .local-unit{max-width:min(1600px,60rem);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.88rem * 1.5);}
.quiet-surface h2{margin:0;
  font-size:calc(16.2px * 2.65);
  line-height:1.08;}
.quiet-surface .contact-header{margin:0;
  font-size:calc(16.2px * 1.125);
  line-height:1.5;
  color:color-mix(in srgb,currentColor 74%,transparent);}
.quiet-surface .active-brand{padding:calc(1.5rem * .75) 0 0;
  border-top:1px solid color-mix(in srgb,currentColor 18%,transparent);}
.quiet-surface .active-brand:first-of-type{border-top:none;
  padding-top:0;}
.quiet-surface h3{margin:0 0 calc(1.5rem * .75);
  font-size:calc(16.2px * 1.35);
  line-height:1.25;}
.quiet-surface .active-brand p{margin:0;
  font-size:16.2px;
  line-height:1.62;
  color:color-mix(in srgb,currentColor 74%,transparent);}
@media (max-width:640px){.quiet-surface .local-unit{gap:1.5rem}.quiet-surface h2{font-size:calc(16.2px * 2)}
}
.narrow-wrap{
  padding: calc(1.5rem * 2.4) 1.96rem;
  background: #F2F3F5;
  color: #14161A;
}
.narrow-wrap .visual-inner{max-width: min(1600px, 76rem);
  margin: 0 auto;}
.narrow-wrap .content-menu h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.1;}
.narrow-wrap .contact-header{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.2px * 1.125);color:inherit;}
.narrow-wrap .media-steps{display: flex;
  flex-wrap: wrap;
  gap: 1.88rem;
  margin-top: calc(1.88rem * 1.5);}
.narrow-wrap .direct-shell{
  flex: 1 1 18rem;
  padding: calc(1.5rem * .75);
  border: 1px solid var(--paint-muted);
  border-radius: 0.42rem;
  background: var(--tone-strong);
  color: var(--tone-warm);
}
.narrow-wrap .direct-shell strong{display: block;
  font-size: calc(16.2px * 1.35);
  margin-bottom: calc(1.5rem * .75);}
.narrow-wrap .direct-shell p{margin: 0;color:inherit;}
.narrow-wrap .direct-shell .active-stack{margin-top: calc(1.5rem * .75);}
.narrow-wrap .hero{margin: calc(1.88rem * 1.5) 0 0;
  font-size: calc(16.2px * .875);color:inherit;}
.narrow-wrap a{color: #C1121F;
  text-decoration: none;}
.narrow-wrap a:hover{color:inherit;
  text-decoration: underline;}
@media (max-width: 640px) {.narrow-wrap .media-steps{
    flex-direction: column;
  }
}
.service-copy{
  --field-local:calc(1.5rem * 1.25);
  --field-public:calc(1600px / 2.65);
  padding:calc(1.5rem * 2.4) 1.96rem;
  background:#E63946;
  color:#FFFFFF;
}
.service-copy .visual-inner{max-width:1600px;
  margin:0 auto;}
.service-copy h2{margin:0;
  font-size:calc(16.2px * 2);
  line-height:1.12;}
.service-copy p{margin:0;
  font-size:16.2px;
  line-height:1.59;}
.service-copy .content-menu{margin-top:1.5rem;
  color:color-mix(in srgb, currentColor 82%, transparent);}
.service-copy .hero{margin-top:calc(1.88rem * 1.5);
  font-size:calc(16.2px * .875);
  color:color-mix(in srgb, currentColor 74%, transparent);}
.service-copy .text-plan{margin-top:calc(1.5rem * .75);
  font-size:calc(16.2px * .875);
  color:color-mix(in srgb, currentColor 80%, transparent);}
.service-copy .text-plan a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.service-copy .text-plan a:hover{text-decoration-thickness:2px;}
.service-copy .focused-list{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:1.5rem;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.25rem;
  background:#FFFFFF;
  color:#E63946;
  font-weight:600;
  text-decoration:none;
  transition:transform 360ms var(--speed-hover);
}
.service-copy .focused-list:hover{transform:translateY(-2px);}
.site-service{
  background: #14161A;
  color: #F2F3F5;
  padding: calc(1.5rem * 2.4) 1.96rem;
}
.site-service .offer-copy{width: min(100%, 1600px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.88rem * 1.5);}
.site-service .content-menu{display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.88rem;
  min-width: 0;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--paint-muted, #33383F);
  padding-bottom: calc(1.5rem * .75);}
.site-service h1{margin: 0;
  font-size: clamp(calc(16.2px * 2), 5vw, calc(16.2px * 2.65));
  line-height: 1.04;
  letter-spacing: -0.01em;}
.site-service .content-menu a{
  flex: 0 0 auto;
  padding: 12px 20px;
  border-radius: 0.42rem;
  background: var(--tone-extra-13, #C1121F);
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
  font-size: calc(16.2px * .875);
  transition: background 360ms var(--speed-hover, ease);
}
.site-service .content-menu a:hover{
  background: #9E0E19;color:var(--tone-warm);}
.site-service p{margin: 0;
  font-size: calc(16.2px * 1.125);
  line-height: 1.65;}
.site-service .media-steps{display: flex;
  flex-wrap: wrap;
  gap: 1.88rem;
  margin: 0;
  padding: 0;
  list-style: none;}
.site-service .media-steps li{
  flex: 1 1 240px;
  min-width: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.95rem;
  background: var(--tone-strong, #1B1E23);
  color: var(--tone-warm, #EDEFF2);
  border: 1px solid var(--paint-muted, #33383F);
}
.site-service .media-steps strong{display: block;
  font-size: 16.2px;
  letter-spacing: 0.01em;}
.site-service .media-steps span{display: block;
  margin-top: 10px;
  font-size: calc(16.2px * .875);
  line-height: 1.55;}
.site-service .text-plan{display: flex;
  flex-wrap: wrap;
  gap: 1.88rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--paint-muted, #33383F);}
.site-service .text-plan a{text-decoration: none;
  font-size: calc(16.2px * .875);
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: color 360ms var(--speed-hover, ease), border-color 360ms var(--speed-hover, ease);}
.site-service .text-plan a:hover{border-bottom-color: #E63946;}
@media (max-width: 680px) {.site-service{ padding: calc(1.5rem * 2.4) 1.96rem; }.site-service .content-menu{ align-items: flex-start; flex-direction: column; }.site-service .content-menu a{ width: 100%; text-align: center; }
}
