html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"Quicksand", sans-serif;}
.visual-group {
    width: 100%;
    background: #f4f5f6;
    color: #141618;
    border-bottom: 1px solid #2a2e31;
  }
:root {
  --line-strong: #c9f24d;
  --tone-deep: #e9ebec;
  --paint-card: #c8ccce;
  --ink-strong: #16191b;
  --line-clear: #0e1012;
  --motion-hover: cubic-bezier(0.2,0.8,0.2,1);
}
.text-quote {
    max-width: 1640px;
    margin: 0 auto;
    padding: calc(2.14rem * 1.5) 2.23rem;
    display: flex;
    align-items: center;
    gap: 2.14rem;
  }
.narrow-section {
    font-size: calc(18.4px * 1.125);
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #141618;
    text-decoration: none;
    white-space: nowrap;
  }
.narrow-section:hover {
    color: #8fd12a;
  }
.contact-surface {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 2.14rem;
  }
.nav-link {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: calc(18.4px * .875);
    color: #141618;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 290ms var(--motion-hover),
                border-color 290ms var(--motion-hover);
  }
.nav-link:hover,
  .nav-link:focus-visible {
    color: #8fd12a;
    border-bottom-color: #8fd12a;
    outline: none;
  }
.open-method {
    flex: 0 0 auto;
  }
.direct-surface {
    display: inline-block;
    padding: 0.55rem 1rem;
    background: #8fd12a;
    color: #0b0c0d;
    font-size: calc(18.4px * .875);
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.51rem;
    transition: background 290ms var(--motion-hover);
  }
.direct-surface:hover,
  .direct-surface:focus-visible{
    background: #a4e63c;
    outline: none;color:#e9ebec;}
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: 1px solid #2a2e31;
    border-radius: 0.27rem;
    cursor: pointer;
  }
.nav-toggle-bar{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: #141618;color:#e9ebec;}
@media (max-width: 767px) {
    .text-quote {
      flex-wrap: wrap;
      gap: calc(2.14rem * 1.5);
    }

    .nav-toggle {
      display: flex;
      margin-left: auto;
    }

    .contact-surface {
      display: none;
      flex: 1 1 100%;
      justify-content: flex-start;
    }

    .contact-surface.is-open {
      display: flex;
    }

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: calc(2.14rem * 1.5);
      width: 100%;
    }

    .open-method {
      flex: 1 1 100%;
    }

    .direct-surface {
      display: block;
      text-align: center;
    }
  }
.soft-header{font-family:"Quicksand", sans-serif;font-size:18.4px;line-height:1.8;padding:0;background:#f4f5f6;color:#141618;}
.quiet-actions{max-width:1640px;margin:0 auto;padding:calc(1.5rem * 2.4) 2.23rem;display:grid;grid-template-columns:1fr;gap:calc(2.14rem * 1.5)}
.local-region{display:grid;gap:calc(1.5rem * .75);padding-bottom:calc(2.14rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.14)}
.local-nav{font-size:calc(18.4px * .875);letter-spacing:0.08em;text-transform:uppercase;margin:0;font-weight:600}
.primary-rail{font-style:normal;display:grid;gap:0.35rem;font-size:18.4px}
.site-flow{display:block}
.primary-rail a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(255, 255, 255, 0.35)}
.primary-rail a:hover{border-bottom-color:currentColor;color:inherit}
.featured-block{display:grid;gap:0.6rem;max-width:46rem}
.open-content{font-family:"Quicksand", sans-serif;font-size:calc(18.4px * 1.125);font-weight:700;letter-spacing:0.04em;margin:0}
.featured-footer{margin:0;font-size:calc(18.4px * .875);line-height:1.8;opacity:0.86}
.narrow-callout{display:grid;grid-template-columns:1fr;gap:calc(2.14rem * 1.5)}
.compact-section{display:grid;gap:0.7rem;align-content:start}
.secondary-panel{list-style:none;margin:0;padding:0;display:grid;gap:0.4rem;font-size:calc(18.4px * .875)}
.secondary-panel a{color:inherit;text-decoration:none;border-bottom:1px solid transparent}
.secondary-panel a:hover{border-bottom-color:currentColor;color:inherit}
.direct-view{display:grid;gap:0.6rem;padding-top:calc(2.14rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.14)}
.team-unit{margin:0;font-size:calc(18.4px * .875);line-height:1.8;opacity:0.86}
.visual-shell{margin:0;font-size:calc(18.4px * .875);opacity:0.72}
@media (min-width: 640px) {.narrow-callout{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.quiet-actions{grid-template-columns:minmax(0, 1.1fr) minmax(0, 1.4fr);grid-template-areas:"contact brand"
        "nav nav"
        "legal legal";column-gap:calc(2.14rem * 1.5)}.local-region{grid-area:contact;border-bottom:none;padding-bottom:0;border-right:1px solid rgba(255, 255, 255, 0.14);padding-right:calc(2.14rem * 1.5)}.featured-block{grid-area:brand}.narrow-callout{grid-area:nav;grid-template-columns:repeat(3, minmax(0, 1fr));padding-top:calc(2.14rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.14)}.direct-view{grid-area:legal}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;inset:auto 0 0 0;z-index:1200;}
.cookies .local-callout{max-width:1640px;margin:0 auto;padding:10px 2.23rem;background:linear-gradient(90deg,var(--line-strong),#8fd12a);border:1px solid color-mix(in srgb, currentColor 25%, transparent);border-radius:0.81rem 0.81rem 0 0;display:flex;align-items:center;justify-content:space-between;gap:2.14rem;flex-wrap:wrap;color:#0b0c0d;}
.cookies .local-callout p{margin:0;}
.cookies .wide-plan{display:flex;gap:8px;flex-wrap:wrap;}
.cookies .wide-plan button{border:1px solid color-mix(in srgb, currentColor 28%, transparent);background:color-mix(in srgb, currentColor 12%, transparent);color:inherit;border-radius:0.27rem;padding:7px 10px;cursor:pointer;}
.cookies .wide-plan button.cookie-accept{background:var(--line-clear);color:var(--tone-deep);}
.callout{padding:clamp(3.8rem,9vw,7rem) 2.23rem;background:linear-gradient(135deg, #0e1012 0%, #16191b 55%, #1d2124 100%);color:#e9ebec;overflow:hidden;}
.callout .headline{max-width:1640px;margin:0 auto;display:flex;gap:2.14rem;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;}
.callout .simple-media{order:calc(3 - 2);flex:1 1 34rem;min-width:0;}
.callout .simple-media h1{margin:0;font-size:clamp(2.2rem,4.6vw,4.2rem);line-height:1.05;letter-spacing:-0.01em;}
.callout .media-block{margin:1.1rem 0 0;font-size:calc(18.4px * 1.125);}
.callout .person{margin:.9rem 0 0;}
.callout .team-plan{margin-top:1.4rem;display:flex;gap:.75rem;flex-wrap:wrap;}
.callout .team-plan a{display:inline-flex;align-items:center;justify-content:center;min-height:2.8rem;padding:0 1.15rem;border-radius:0.51rem;text-decoration:none;font-weight:600;transition:background 290ms var(--motion-hover),color 290ms var(--motion-hover);}
.callout .team-plan a:first-child{background:var(--line-strong);color:#0b0c0d;}
.callout .team-plan a:first-child:hover{background:#d8ff5e;color:#e9ebec;}
.callout .team-plan a:last-child{background:transparent;color:#e9ebec;border:1px solid #2a2e31;}
.callout .team-plan a:last-child:hover{border-color:var(--line-strong);}
.callout .text-surface{margin:1.2rem 0 0;font-size:calc(18.4px * .875);}
.callout .text-surface a{text-decoration:none;border-bottom:1px solid transparent;transition:border-color 290ms var(--motion-hover);}
.callout .text-surface a:hover{border-bottom-color:#8fd12a;}
.callout .focused-inner{order:2;flex:0 1 min(30rem,38vw);min-width:0;}
.callout .focused-inner img{display:block;width:100%;height:auto;border-radius:1.15rem;box-shadow:0 26px 36px rgba(0,0,0,0.29);}
@media (max-width: 860px){.callout .focused-inner{width:min(32rem,100%);}
}
.content-brand{
  --mark-active:calc(1.5rem * 1.15);
  --axis-base:calc(1640px / 2.6);
  padding:calc(1.5rem * 2.4) 2.23rem;
  background:var(--line-clear);
  color:var(--tone-deep);
}
.content-brand .headline{max-width:1640px;
  margin:0 auto;}
.content-brand h1,
.content-brand h2,
.content-brand h3,
.content-brand p{margin:0;}
.content-brand h2{font-size:calc(18.4px * 2);
  line-height:1.12;}
.content-brand p{font-size:18.4px;
  line-height:1.8;}
.content-brand a{color:inherit;
  text-decoration:none;}
.content-brand .focused-nav{display:flex;
  flex-direction:column;
  gap:calc(2.14rem * 1.5);}
.content-brand .steady-wrap{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.content-brand .media-block{color:var(--paint-card);}
.content-brand .service-region{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:2.14rem;
  padding:calc(1.5rem * .75);
  border:1px solid #2a2e31;
  border-radius:0.81rem;
  background:#1d2124;
  color:#e9ebec;
}
.content-brand .local-brand{
  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.27rem;
  background:var(--line-strong);
  color:#0b0c0d;
  font-size:18.4px;
  transition:background 290ms var(--motion-hover);
}
.content-brand .local-brand:hover{
  background:#d8ff5e;color:#e9ebec;}
.content-brand .focused-inner{flex:1 1 18rem;
  min-width:0;
  font-size:calc(18.4px * .875);
  color:var(--paint-card);}
.content-brand .text-surface{color:#c9f24d;
  text-decoration:underline;
  text-underline-offset:0.2em;}
.content-brand .text-surface:hover{color:#8fd12a;}
.content-brand .clear-actions{font-size:calc(18.4px * .875);
  color:var(--paint-card);}
@media (max-width:720px){.content-brand .service-region{
    flex-direction:column;
    align-items:stretch;
  }.content-brand .local-brand{
    width:100%;
  }
}
.soft-intro{padding:calc(1.5rem * 2.4) 2.23rem;background:linear-gradient(120deg, #c9f24d 0%, #8fd12a 100%);color:#0b0c0d}
.soft-intro .headline{max-width:1640px;margin:0 auto}
.soft-intro .wide-block{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:calc(2.14rem * 1.5);align-items:start}
.soft-intro .steady-wrap{min-width:0}
.soft-intro h2{margin:0;font-size:calc(18.4px * 2.65);line-height:1.05}
.soft-intro .steady-wrap p{margin:1.5rem 0 0;font-size:calc(18.4px * 1.125);line-height:1.8}
.soft-intro .steady-wrap .clear-actions{margin-top:calc(1.5rem * .75);font-size:calc(18.4px * .875);opacity:.82}
.soft-intro .open-list{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.soft-intro .open-list a{display:block;min-width:0;background:color-mix(in srgb,#0b0c0d 14%,transparent);color:#0b0c0d;border-radius:0.51rem;padding:1.5rem;text-decoration:none;border-left:3px solid #0b0c0d}
.soft-intro strong{display:block;font-size:calc(18.4px * 1.35);line-height:1.18}
.soft-intro span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(18.4px * .875);line-height:1.8}
@media(max-width:780px){.soft-intro .wide-block{display:block}.soft-intro .open-list{margin-top:calc(2.14rem * 1.5)}.soft-intro h2{font-size:calc(18.4px * 2)}}
.visual-header{
        padding:calc(1.5rem * 2.4) 2.23rem;
        background:var(--ink-strong);
        color:var(--paint-card);
    }
.visual-header .headline{max-width:1640px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(2.14rem * 1.5);}
.visual-header .media-block h2{margin:0 0 calc(1.5rem * .75);
        font-size:calc(18.4px * 2);
        line-height:1.2;}
.visual-header .media-block p{margin:0;
        font-size:18.4px;
        line-height:1.8;}
.visual-header .open-panel{display:flex;
        flex-wrap:wrap;
        gap:2.14rem;}
.visual-header .text-region{flex:1 1 320px;
        border-top:1px solid #2a2e31;
        padding-top:calc(1.5rem * .75);}
.visual-header .text-region h3{margin:0 0 8px;
        font-size:calc(18.4px * 1.35);
        line-height:1.25;}
.visual-header .text-region p{margin:0;
        font-size:calc(18.4px * .875);
        line-height:1.8;}
.visual-header .clear-actions{
        border:1px solid #2a2e31;
        border-radius:0.81rem;
        background:#1d2124;
        color:#e9ebec;
        padding:calc(1.5rem * .75) 2.23rem;
        display:flex;
        flex-direction:column;
        gap:calc(1.5rem * .75);
    }
.visual-header .clear-actions p{margin:0;
        font-size:calc(18.4px * .875);
        line-height:1.8;}
.visual-header a{color:#c9f24d;
        text-decoration:underline;
        text-underline-offset:3px;
        transition:color 290ms var(--motion-hover);}
.visual-header a:hover{color:#8fd12a;}
@media (max-width:700px){.visual-header .open-panel{
            flex-direction:column;
        }
    }
.text-media{--mark-active:calc(1.5rem * 1.05);--field-active:calc(1640px / 3.4);padding:calc(1.5rem * 2.4) 2.23rem;background:var(--line-clear);color:var(--tone-deep);}
.text-media .headline{max-width:1640px;margin:0 auto;}
.text-media h2,.text-media h3,.text-media p{margin:0;}
.text-media h2{font-size:calc(18.4px * 2);line-height:1.14;}
.text-media h3{font-size:calc(18.4px * 1.35);line-height:1.22;}
.text-media p{font-size:18.4px;line-height:1.8;}
.text-media .steady-wrap{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.text-media .media-block{}
.text-media .strong-shell{display:flex;flex-direction:column;gap:var(--mark-active);margin-top:var(--mark-active);}
.text-media .text-body{display:flex;flex-direction:column;gap:1.5rem;padding:calc(1.5rem * .75);background:#1d2124;color:#e9ebec;border:1px solid #2a2e31;border-radius:0.81rem;}
.text-media .plain-copy{margin:0;}
.text-media .plain-copy img{display:block;width:100%;height:auto;max-width:var(--field-active);border-radius:0.51rem;}
.text-media .open-media{display:flex;flex-direction:column;gap:calc(1.5rem / 2.6);min-width:0;}
.text-media .open-media p{}
.text-media .legal{display:flex;flex-wrap:wrap;gap:calc(2.14rem / 2.4);}
.text-media .media-items{display:inline-block;padding:calc(calc(1.5rem * .75) / 2.6) calc(calc(1.5rem * .75) / 1.4);border-radius:0.27rem;background:var(--ink-strong);color:var(--paint-card);font-size:calc(18.4px * .875);}
.text-media .text-surface{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) / 1.6) 1.5rem;border-radius:0.27rem;background:var(--line-strong);color:#0b0c0d;font-size:calc(18.4px * .875);text-decoration:none;transition:background 290ms var(--motion-hover);}
.text-media .text-surface:hover{background:#d8ff5e;color:#e9ebec;}
.text-media .layer{display:flex;flex-direction:column;gap:calc(1.5rem / 2);margin-top:var(--mark-active);padding-top:1.5rem;border-top:1px solid #2a2e31;}
.text-media .clear-actions{}
.text-media .local-unit{text-decoration:none;font-size:18.4px;width:max-content;max-width:100%;}
.text-media .local-unit:hover{}
@media (min-width:900px){.text-media .text-body{flex-direction:row;align-items:flex-start;}.text-media .plain-copy{flex:0 0 var(--field-active);}.text-media .open-media{flex:1 1 auto;}
}
.wide-note{
  padding: calc(1.5rem * 2.4) 2.23rem;
  background: #f4f5f6;
  color: #141618;
}
.wide-note .headline{max-width: min(1640px, 76rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(2.14rem * 1.5);
  align-items: flex-start;}
.wide-note .clear-actions{flex: 1 1 22rem;
  min-width: 0;}
.wide-note .focused-inner{
  flex: 1 1 24rem;
  min-width: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.81rem;
  background: #1d2124;
  color: #e9ebec;
  border: 1px solid #2a2e31;
}
.wide-note h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(18.4px * 2);
  line-height: 1.1;}
.wide-note .clear-actions p{margin: 0 0 calc(1.5rem * .75);
  font-size: 18.4px;}
.wide-note .clear-actions a{
  display: inline-flex;
  align-items: center;
  padding: calc(calc(1.5rem * .75) * 0.7) calc(1.5rem * .75);
  border-radius: 0.51rem;
  background: var(--line-strong);
  color: #0b0c0d;
  text-decoration: none;
  font-weight: 600;
  transition: background 290ms var(--motion-hover);
}
.wide-note .clear-actions a:hover,
.wide-note .clear-actions a:focus-visible{
  background: #d8ff5e;color:#e9ebec;}
.wide-note .focused-inner .media-block{margin: 0 0 calc(1.5rem * .75);
  font-size: 18.4px;}
.wide-note .wide-content{list-style: none;
  margin: 0 0 calc(1.5rem * .75);
  padding: 0;}
.wide-note .wide-content li{padding: 0 0 calc(calc(1.5rem * .75) * 0.7);
  margin: 0 0 calc(calc(1.5rem * .75) * 0.7);
  border-bottom: 1px solid #2a2e31;}
.wide-note .wide-content li:last-child{padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;}
.wide-note .wide-content strong{display: block;
  font-size: 18.4px;
  margin-bottom: calc(calc(1.5rem * .75) * 0.25);}
.wide-note .wide-content span{display: block;
  font-size: calc(18.4px * .875);color:inherit;}
.wide-note .narrow-proof{margin: 0;
  font-size: calc(18.4px * .875);color:inherit;}
.wide-note .narrow-proof a{color:inherit;
  text-decoration: none;}
.wide-note .narrow-proof a:hover,
.wide-note .narrow-proof a:focus-visible{color:inherit;}
@media (max-width: 760px) {.wide-note .headline{
    flex-direction: column;
  }
}
.visual-grid{--mark-active:calc(1.5rem * 1.2);padding:calc(1.5rem * 2.4) 2.23rem;background:var(--line-clear);color:var(--tone-deep);}
.visual-grid .headline{max-width:1640px;margin:0 auto;}
.visual-grid h1,.visual-grid h2,.visual-grid h3,.visual-grid p{margin:0;}
.visual-grid h2{font-size:calc(18.4px * 2);line-height:1.12;}
.visual-grid h3{font-size:calc(18.4px * 1.35);line-height:1.22;}
.visual-grid p{font-size:18.4px;line-height:1.8;}
.visual-grid a{color:inherit;text-decoration:none;}
.visual-grid img{display:block;width:100%;height:auto;border-radius:0.51rem;background:var(--ink-strong);color:var(--paint-card);}
.visual-grid .fresh-section{display:flex;flex-wrap:wrap;align-items:flex-end;gap:2.14rem;}
.visual-grid .person{flex:1 1 60%;min-width:0;}
.visual-grid .person .clear-actions{font-size:calc(18.4px * .875);letter-spacing:0.08em;text-transform:uppercase;margin-bottom:calc(1.5rem / 3);}
.visual-grid .person h2{margin-bottom:calc(1.5rem / 2);}
.visual-grid .person .media-block{}
.visual-grid .local-brand{flex:0 0 auto;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.27rem;background:var(--line-strong);color:#0b0c0d;font-size:calc(18.4px * .875);transition:background 290ms var(--motion-hover);}
.visual-grid .local-brand:hover{background:#d8ff5e;color:#e9ebec;}
.visual-grid .wide-content{flex:1 1 100%;display:flex;flex-wrap:wrap;align-items:stretch;gap:2.14rem;margin-top:var(--mark-active);}
.visual-grid .text-body{flex:1 1 calc(1640px / 4);min-width:0;display:flex;flex-direction:column;padding:calc(1.5rem * .75);border:1px solid #2a2e31;border-radius:0.81rem;background:#1d2124;color:#e9ebec;}
.visual-grid .text-body img{margin-bottom:calc(1.5rem / 2);}
.visual-grid .text-body h3{margin-bottom:calc(1.5rem / 4);}
.visual-grid .text-body .offer-contact{font-size:calc(18.4px * .875);margin-bottom:calc(1.5rem / 3);}
.visual-grid .text-body p{}
.visual-grid .text-body a{margin-top:auto;padding-top:calc(1.5rem / 3);font-size:calc(18.4px * .875);}
.visual-grid .text-body a:hover{}
@media (max-width:900px){.visual-grid .fresh-section{align-items:flex-start;}.visual-grid .text-body{flex:1 1 100%;}
}
.steady-headline{
  --mark-active:calc(1.5rem * 1.15);
  --gutter-panel:calc(calc(1.5rem * .75) * .85);
  padding:calc(1.5rem * 2.4) 2.23rem;
  background:var(--line-clear);
  color:var(--tone-deep);
}
.steady-headline .headline{max-width:1640px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--mark-active);}
.steady-headline h2,
.steady-headline h3,
.steady-headline p{margin:0;}
.steady-headline h2{font-size:calc(18.4px * 2);
  line-height:1.14;
  letter-spacing:-0.01em;}
.steady-headline h3{font-size:calc(18.4px * 1.35);
  line-height:1.25;
  font-weight:600;}
.steady-headline p{font-size:18.4px;
  line-height:1.8;
  color:var(--paint-card);}
.steady-headline .team-headline{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);
  padding-bottom:calc(2.14rem * 1.5);
  border-bottom:1px solid #2a2e31;}
.steady-headline .team-headline .media-block{font-size:calc(18.4px * 1.125);
  color:var(--paint-card);}
.steady-headline .active-items{display:flex;
  flex-direction:column;
  gap:var(--gutter-panel);}
.steady-headline .text-body{display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:calc(1.5rem / 3);
  padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid #2a2e31;}
.steady-headline .text-body:last-child{border-bottom:0;}
.steady-headline .text-body h3{color:var(--line-strong);
  font-family:"Quicksand", sans-serif;
  letter-spacing:0.005em;}
.steady-headline .text-body p{color:var(--tone-deep);
  opacity:.86;}
.steady-headline .text-surface{font-size:calc(18.4px * .875);
  color:var(--paint-card);
  padding-top:calc(2.14rem * 1.5);
  border-top:1px solid #2a2e31;}
.steady-headline .text-surface a{color:#c9f24d;
  text-decoration:none;
  border-bottom:1px solid #c9f24d;
  transition:color 290ms var(--motion-hover), border-color 290ms var(--motion-hover);}
.steady-headline .text-surface a:hover{color:#8fd12a;
  border-color:#8fd12a;}
@media (min-width:900px){.steady-headline .text-body{
    grid-template-columns:minmax(0, 1fr) minmax(0, 1.6fr);
    gap:2.23rem;
    align-items:start;
  }.steady-headline .text-body h3{
    padding-top:2px;
  }
}
.focused-steps{--mark-active:calc(1.5rem * 1.42);--label-nav:calc(1640px / 3.66);padding:calc(1.5rem * 2.4) 2.23rem;background:var(--line-clear);color:var(--tone-deep);}
.focused-steps .headline{max-width:1640px;margin:0 auto;}
.focused-steps h2,.focused-steps h3,.focused-steps p{margin:0;}
.focused-steps h2{font-size:calc(18.4px * 2);line-height:1.12;margin-top:calc(1.5rem / 2);}
.focused-steps h3{font-size:calc(18.4px * 1.35);line-height:1.2;}
.focused-steps p{font-size:18.4px;line-height:1.8;}
.focused-steps .clear-actions{font-size:calc(18.4px * .875);letter-spacing:.08em;text-transform:uppercase;}
.focused-steps .media-block{margin-top:calc(1.5rem / 2);}
.focused-steps a{text-decoration:none;}
.focused-steps a:hover{}
.focused-steps img{display:block;width:100%;height:auto;border-radius:0.51rem;}
.focused-steps .wide-content{display:flex;flex-wrap:wrap;gap:var(--mark-active);margin-top:var(--mark-active);}
.focused-steps .text-body{flex:1 1 calc(1640px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.51rem;background:#1d2124;color:#e9ebec;border:1px solid #2a2e31;}
.focused-steps .text-body p{margin-top:calc(1.5rem / 3);}
.focused-steps .text-body img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.focused-steps .text-surface{margin-top:var(--mark-active);font-size:18.4px;}
.soft-media{
        background: var(--line-clear);
        color: var(--tone-deep);
        padding: calc(1.5rem * 2.4) 2.23rem;
    }
.soft-media .headline{max-width: 1640px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 2.14rem;
        align-items: flex-start;}
.soft-media .public-lead{flex: 1 1 320px;
        min-width: 0;}
.soft-media h2{margin: 0 0 calc(2.14rem * 1.5);
        font-size: calc(18.4px * 2);
        line-height: 1.15;
        letter-spacing: 0;}
.soft-media .media-block{margin: 0 0 calc(2.14rem * 1.5);
        color: var(--paint-card);
        font-size: 18.4px;
        line-height: 1.8;}
.soft-media .public-lead a{
        display: inline-flex;
        align-items: center;
        background: var(--line-strong);
        color: #0b0c0d;
        text-decoration: none;
        border-radius: 0.81rem;
        padding: .8rem 1.15rem;
        font-size: calc(18.4px * .875);
        transition: background 290ms var(--motion-hover);
    }
.soft-media .public-lead a:hover{
        background: #d8ff5e;color:#e9ebec;}
.soft-media .page-grid{flex: 1 1 420px;
        min-width: 0;}
.soft-media .page-grid > p{margin: 0 0 calc(2.14rem * 1.5);
        color: var(--paint-card);
        font-size: 18.4px;
        line-height: 1.8;}
.soft-media .text-body{
        padding: 1.5rem 2.23rem;
        background: #1d2124;
        color: #e9ebec;
        border: 1px solid #2a2e31;
        border-radius: 0.51rem;
    }
.soft-media .text-body + .text-body{margin-top: .75rem;}
.soft-media .text-body strong{display: block;
        font-size: 18.4px;
        line-height: 1.3;}
.soft-media .text-body span{display: block;
        margin-top: .45rem;
        color: var(--paint-card);
        font-size: calc(18.4px * .875);
        line-height: 1.8;}
.soft-media .clear-actions{margin: calc(2.14rem * 1.5) 0 0;
        color: var(--paint-card);
        font-size: calc(18.4px * .875);
        line-height: 1.8;}
.soft-media .clear-actions a{color: #c9f24d;
        text-decoration: none;
        border-bottom: 1px solid #c9f24d;
        transition: color 290ms var(--motion-hover);}
.soft-media .clear-actions a:hover{color: #8fd12a;
        border-bottom-color: #8fd12a;}
@media (max-width: 760px) {.soft-media .headline{
            display: block;
        }.soft-media .page-grid{
            margin-top: calc(2.14rem * 1.5);
        }
    }
.featured-callout{padding:calc(1.5rem * 2.4) 2.23rem;background:var(--line-clear);color:var(--tone-deep);}
.offer-content{max-width:1640px;margin:0 auto;}
.featured-callout h1{margin:0;font-size:calc(18.4px * 2.65);line-height:1.08;}
.quiet-stack{--mark-active:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.23rem;background:var(--line-clear);color:var(--tone-deep);}
.quiet-stack .headline{max-width:1640px;margin:0 auto;}
.quiet-stack h2,.quiet-stack h3,.quiet-stack p{margin:0;}
.quiet-stack h2{font-size:calc(18.4px * 2);line-height:1.14;}
.quiet-stack h3{font-size:calc(18.4px * 1.35);line-height:1.22;}
.quiet-stack p{font-size:18.4px;line-height:1.8;}
.quiet-stack .steady-wrap{display:flex;flex-direction:column;gap:calc(1.5rem / 2);padding-bottom:var(--mark-active);border-bottom:1px solid #2a2e31;}
.quiet-stack .media-block{}
.quiet-stack .strong-shell{display:flex;flex-direction:column;margin-top:var(--mark-active);}
.quiet-stack .text-body{display:flex;gap:2.14rem;align-items:flex-start;padding:calc(1.5rem / 1.4) 0;border-bottom:1px solid #2a2e31;}
.quiet-stack .text-body:last-child{border-bottom:0;}
.quiet-stack .media-items{flex:0 0 auto;font-family:"Quicksand", sans-serif;font-size:calc(18.4px * .875);letter-spacing:0.08em;padding:calc(calc(1.5rem * .75) / 3) calc(calc(1.5rem * .75) / 1.4);border-radius:0.27rem;background:#8fd12a;color:#0b0c0d;}
.quiet-stack .person{display:flex;flex-direction:column;gap:calc(1.5rem / 3);min-width:0;}
.quiet-stack .person p{}
.quiet-stack .text-surface{margin-top:var(--mark-active);padding-top:calc(1.5rem / 1.6);border-top:1px solid #2a2e31;}
.quiet-stack .text-surface p{}
.quiet-stack .text-surface a{text-decoration:none;border-bottom:1px solid #c9f24d;}
.quiet-stack .text-surface a:hover{border-bottom-color:#8fd12a;}
@media (min-width:720px){.quiet-stack .strong-shell{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:2.14rem;}.quiet-stack .text-body{padding:calc(1.5rem / 1.3) 0;}
}
@media (min-width:1100px){.quiet-stack .strong-shell{grid-template-columns:repeat(3,minmax(0,1fr));}.quiet-stack .text-body{border-bottom:1px solid #2a2e31;}.quiet-stack .text-body:nth-last-child(-n+3){border-bottom:0;}
}
.quiet-story{
  background: var(--line-clear);
  color: var(--tone-deep);
  padding: calc(1.5rem * 2.4) 2.23rem;
}
.quiet-story .headline{width: min(100%, 1640px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(2.14rem * 1.5);
  align-items: start;}
.quiet-story h2,
.quiet-story p,
.quiet-story ul{margin: 0;}
.quiet-story .steady-wrap{flex: 1 1 20rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.quiet-story h2{font-size: calc(18.4px * 2);
  line-height: 1.08;
  letter-spacing: -0.01em;}
.quiet-story .media-track{flex: 1 1 26rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.quiet-story .media-block{color: var(--paint-card);
  line-height: 1.8;}
.quiet-story ul{list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.quiet-story li{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: start;
  padding-top: 1.5rem;
  border-top: 1px solid #2a2e31;}
.quiet-story li .legal{flex: 0 1 9rem;
  min-width: 0;
  color: #8fd12a;
  font-size: calc(18.4px * .875);
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;}
.quiet-story li strong{flex: 1 1 14rem;
  min-width: 0;
  font-size: calc(18.4px * 1.35);
  line-height: 1.18;
  font-weight: 600;}
.quiet-story li p{flex: 1 1 100%;
  min-width: 0;
  color: var(--paint-card);
  line-height: 1.8;}
.quiet-story .clear-actions{color: var(--paint-card);
  font-size: calc(18.4px * .875);
  line-height: 1.8;
  padding-top: 1.5rem;
  border-top: 1px solid #2a2e31;}
@media (max-width: 720px) {.quiet-story li .legal{
    flex: 1 1 100%;
  }
}
.local-block{--mark-active:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2.23rem;background:var(--line-clear);color:var(--tone-deep);}
.local-block .headline{max-width:1640px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.14rem * 1.5);}
.local-block h2,.local-block h3,.local-block p{margin:0;}
.local-block h2{font-size:calc(18.4px * 2);line-height:1.14;max-width:34ch;}
.local-block h3{font-size:calc(18.4px * 1.35);line-height:1.22;}
.local-block p{font-size:18.4px;line-height:1.8;}
.local-block .clear-actions{font-family:"Quicksand", sans-serif;font-size:calc(18.4px * .875);letter-spacing:0.08em;text-transform:uppercase;}
.local-block .media-block{font-size:calc(18.4px * 1.125);}
.local-block .wide-content{display:flex;flex-direction:column;gap:var(--mark-active);border-top:1px solid #2a2e31;padding-top:calc(2.14rem * 1.5);}
.local-block .text-body{display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding-bottom:var(--mark-active);border-bottom:1px solid #2a2e31;}
.local-block .text-body:last-child{border-bottom:none;padding-bottom:0;}
.local-block .text-body p{}
@media (min-width:900px){.local-block .wide-content{gap:calc(var(--mark-active) * 1.1);}.local-block .text-body{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.6fr);gap:2.14rem;align-items:start;}
}
.simple-footer{--mark-active:calc(1.5rem * 1.28);--state-soft:calc(1640px / 3.42);padding:calc(1.5rem * 2.4) 2.23rem;background:var(--line-clear);color:var(--tone-deep);}
.simple-footer .headline{max-width:1640px;margin:0 auto;}
.simple-footer h2,.simple-footer h3,.simple-footer p{margin:0;}
.simple-footer h2{font-size:calc(18.4px * 2);line-height:1.14;}
.simple-footer h3{font-size:calc(18.4px * 1.35);line-height:1.22;}
.simple-footer p{font-size:18.4px;line-height:1.8;color:var(--paint-card);}
.simple-footer a{color:#c9f24d;text-decoration:none;border-bottom:1px solid rgba(201,242,77,0.55);}
.simple-footer a:hover{color:#8fd12a;}
.simple-footer img{display:block;width:100%;height:auto;border-radius:0.81rem;}
.simple-footer .visual>img{margin-top:var(--mark-active);}
.simple-footer .visual>.media-block{margin-top:1.5rem;}
.simple-footer .wide-content{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.14rem;margin-top:var(--mark-active);}
.simple-footer .text-body{flex:1 1 var(--state-soft);min-width:0;padding:calc(1.5rem * .75);border-radius:0.51rem;background:#1d2124;color:#e9ebec;border:1px solid #2a2e31;}
.simple-footer .text-body p{margin-top:calc(1.5rem / 3);color:var(--paint-card);}
.simple-footer .clear-actions{margin-top:var(--mark-active);}
@media (max-width:720px){.simple-footer .text-body{flex:1 1 100%;}
}
.top-media{--mark-active:calc(1.5rem * 1.25);padding:calc(1.5rem * 2.4) 2.23rem;background:var(--line-clear);color:var(--tone-deep);}
.top-media .headline{max-width:1640px;margin:0 auto;}
.top-media h2,.top-media h3,.top-media p{margin:0;}
.top-media h2{font-size:calc(18.4px * 2);line-height:1.12;margin-top:calc(1.5rem / 2);}
.top-media h3{font-size:calc(18.4px * 1.35);line-height:1.2;}
.top-media p{font-size:18.4px;line-height:1.8;}
.top-media a{color:#c9f24d;text-decoration:none;transition:color 290ms var(--motion-hover);}
.top-media a:hover{color:#8fd12a;}
.top-media .clear-actions{font-size:calc(18.4px * .875);letter-spacing:0.08em;text-transform:uppercase;color:var(--paint-card);}
.top-media .media-block{margin-top:calc(1.5rem / 2);color:var(--paint-card);}
.top-media .local-brand{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.27rem;background:var(--line-strong);color:#0b0c0d;font-weight:600;}
.top-media .local-brand:hover{background:#d8ff5e;color:#0b0c0d;}
.top-media .wide-content{display:flex;flex-wrap:wrap;align-items:stretch;gap:2.14rem;margin-top:var(--mark-active);}
.top-media .text-body{flex:1 1 calc(1640px / 4.4);min-width:0;padding:calc(1.5rem * .75);border:1px solid #2a2e31;border-radius:0.51rem;background:#1d2124;color:#e9ebec;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.top-media .text-body p{color:var(--paint-card);}
.top-media .text-body a{margin-top:auto;font-size:calc(18.4px * .875);font-weight:600;}
.top-media .fresh-section{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.14rem;}
.top-media .fresh-section>.person{flex:1 1 auto;min-width:0;}
.top-media .fresh-section>.local-brand{flex:0 0 auto;align-self:flex-end;}
.top-media .fresh-section>.wide-content{flex:1 1 100%;}
.top-media .text-surface{flex:1 1 100%;margin-top:var(--mark-active);padding-top:calc(1.5rem * .75);border-top:1px solid #2a2e31;font-size:calc(18.4px * .875);color:var(--paint-card);}
@media (max-width:720px){.top-media .fresh-section>.local-brand{align-self:flex-start;}.top-media .text-body{flex:1 1 100%;}
}
.local-story{--mark-active:calc(1.5rem * 0.91);--copy-base:calc(1640px / 3.21);padding:calc(1.5rem * 2.4) 2.23rem;background:var(--line-clear);color:var(--tone-deep);}
.local-story .headline{max-width:1640px;margin:0 auto;}
.local-story h1,.local-story h2,.local-story h3,.local-story p,.local-story ul{margin:0;}
.local-story h2{font-size:calc(18.4px * 2);line-height:1.12;}
.local-story h3{font-size:calc(18.4px * 1.35);line-height:1.2;}
.local-story p{font-size:18.4px;line-height:1.8;}
.local-story a{text-decoration:none;}
.local-story a:hover{}
.local-story .offer-unit{padding-block:calc(var(--mark-active) / 2);}
.local-story .fresh-block{row-gap:calc(var(--mark-active) * 1.2);}
.local-story .media-block{margin-top:1.5rem;}
.local-story .wide-content{display:flex;flex-wrap:wrap;gap:var(--mark-active);margin-top:var(--mark-active);}
.local-story .text-body{flex:1 1 var(--copy-base);min-width:0;padding:calc(var(--mark-active) * .75);border-radius:0.51rem;background:#1d2124;color:#e9ebec;border:1px solid #2a2e31;}
.local-story .text-body p{margin-top:calc(1.5rem / 3);}
.local-story .text-body .text-surface{margin-top:calc(1.5rem / 2);font-size:calc(18.4px * .875);}
.narrow-form{--mark-active:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2.23rem;background:var(--line-clear);color:var(--tone-deep);}
.narrow-form .headline{max-width:1640px;margin:0 auto;}
.narrow-form h1,.narrow-form h2,.narrow-form h3,.narrow-form p,.narrow-form ol,.narrow-form li{margin:0;padding:0;}
.narrow-form h2{font-size:calc(18.4px * 2);line-height:1.14;}
.narrow-form h3{font-size:calc(18.4px * 1.35);line-height:1.24;margin-bottom:calc(1.5rem / 3);}
.narrow-form p{font-size:18.4px;line-height:1.8;}
.narrow-form .steady-wrap{display:flex;flex-direction:column;gap:calc(2.14rem * 1.5);}
.narrow-form .media-block{color:var(--paint-card);}
.narrow-form .wide-content{list-style:none;display:flex;flex-direction:column;gap:0;margin-top:var(--mark-active);border-top:1px solid #2a2e31;}
.narrow-form .text-body{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem / 3);padding:calc(2.14rem * 1.5) 0;border-bottom:1px solid #2a2e31;}
.narrow-form .primary-fields{display:inline-block;width:max-content;padding:calc(1.5rem / 5) calc(2.23rem / 2);border-radius:0.27rem;background:#8fd12a;color:#0b0c0d;font-size:calc(18.4px * .875);letter-spacing:.04em;text-transform:uppercase;}
.narrow-form .text-body p{color:var(--paint-card);}
.narrow-form .text-surface{margin-top:var(--mark-active);padding-top:calc(2.14rem * 1.5);border-top:1px solid #2a2e31;}
.narrow-form .clear-actions{color:var(--paint-card);}
.narrow-form .clear-actions a{color:#c9f24d;text-decoration:underline;text-underline-offset:3px;}
.narrow-form .clear-actions a:hover{color:#8fd12a;}
@media (min-width:720px){.narrow-form .text-body{grid-template-columns:calc(1640px / 7) minmax(0,1fr);align-items:start;column-gap:2.23rem;}.narrow-form .text-body .primary-fields{grid-column:1;}.narrow-form .text-body h3{grid-column:2;margin-top:0;}.narrow-form .text-body p{grid-column:2;}
}
.clear-details{
  background:var(--line-clear);
  color:var(--tone-deep);
  padding:calc(1.5rem * 2.4) 2.23rem;
}
.clear-details .headline{max-width:1640px;
  margin:0 auto;}
.clear-details .plain-details{display:flex;
  flex-wrap:wrap;
  gap:calc(2.14rem * 1.5);
  align-items:flex-end;
  padding-bottom:calc(2.14rem * 1.5);
  border-bottom:1px solid #2a2e31;}
.clear-details h2{flex:1 1 34rem;
  min-width:0;
  margin:0;
  font-size:calc(18.4px * 2);
  line-height:1.1;
  letter-spacing:0;}
.clear-details .plain-details p{flex:1 1 24rem;
  margin:0;
  line-height:1.8;}
.clear-details .wide-block{margin-top:calc(2.14rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:0;}
.clear-details .text-body{display:grid;
  grid-template-columns:minmax(14rem,22rem) 1fr;
  gap:2.14rem;
  align-items:start;
  padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid #2a2e31;}
.clear-details .text-body:last-of-type{border-bottom:0;}
.clear-details .text-body strong{font-size:18.4px;
  line-height:1.35;}
.clear-details .text-body span{line-height:1.8;}
.clear-details .text-surface{margin:calc(2.14rem * 1.5) 0 0;
  padding-top:calc(2.14rem * 1.5);
  border-top:1px solid #2a2e31;
  line-height:1.8;}
.clear-details .text-surface a{text-decoration:none;
  border-bottom:1px solid #c9f24d;}
.clear-details .text-surface a:hover{border-bottom-color:#8fd12a;}
@media (max-width:780px){.clear-details .plain-details{display:block}.clear-details .plain-details p{margin-top:1.5rem}.clear-details .text-body{
    grid-template-columns:1fr;
    gap:.4rem;
  }
}
.quiet-block{padding:calc(1.5rem * 2.4) 2.23rem;background:linear-gradient(180deg,#1d2124,var(--ink-strong));color:#e9ebec;}
.quiet-block .headline{max-width:1640px;margin:0 auto;}
.quiet-block .team-headline{margin-bottom:calc(2.14rem * 1.5);}
.quiet-block .team-headline p{margin:0;font-size:calc(18.4px * .875);letter-spacing:.08em;text-transform:uppercase;color:var(--paint-card);}
.quiet-block .team-headline h2{margin:.5rem 0 0;font-size:calc(18.4px * 2);line-height:1.2;}
.quiet-block .wide-content{display:grid;gap:2.14rem;grid-template-columns:repeat(2,minmax(0,1fr));}
.quiet-block .wide-content article{padding:calc(1.5rem * .75);border-radius:0.81rem;background:#1d2124;border:1px solid #2a2e31;color:#e9ebec;}
.quiet-block .legal{display:flex;justify-content:space-between;gap:.75rem;align-items:baseline;margin-bottom:.8rem;font-size:calc(18.4px * .875);}
.quiet-block .legal strong{font-size:18.4px;color:#8fd12a;}
.quiet-block .legal span{color:var(--paint-card);}
.quiet-block .simple-media{display:grid;grid-template-columns:11rem 1fr;gap:2.14rem;align-items:start;}
.quiet-block .simple-media img{display:block;width:100%;height:9rem;object-fit:cover;border-radius:0.51rem;}
.quiet-block .simple-media small{display:block;font-size:calc(18.4px * .875);color:var(--paint-card);}
.quiet-block .simple-media h3{margin:.4rem 0 .35rem;font-size:calc(18.4px * 1.35);line-height:1.25;}
.quiet-block .simple-media p{margin:0;font-size:18.4px;line-height:1.8;}
@media (max-width: 980px){.quiet-block .wide-content{grid-template-columns:1fr;}}
@media (max-width: 680px){.quiet-block .simple-media{grid-template-columns:1fr;}.quiet-block .simple-media img{height:11rem;}}
.main-flow{--mark-active:calc(1.5rem * 1.2);--state-soft:calc(1640px / 3.6);padding:calc(1.5rem * 2.4) 2.23rem;background:var(--line-clear);color:var(--tone-deep);}
.main-flow .headline{max-width:1640px;margin:0 auto;}
.main-flow h2,.main-flow h3,.main-flow p{margin:0;}
.main-flow h2{font-size:calc(18.4px * 2);line-height:1.14;}
.main-flow h3{font-size:calc(18.4px * 1.35);line-height:1.22;}
.main-flow p{font-size:18.4px;line-height:1.8;}
.main-flow a{text-decoration:none;}
.main-flow a:hover{}
.main-flow .clear-actions{margin:0;font-size:calc(18.4px * .875);letter-spacing:0.08em;text-transform:uppercase;}
.main-flow .person h2{margin-top:calc(1.5rem / 3);}
.main-flow .media-block{margin-top:calc(1.5rem / 2);}
.main-flow .local-brand{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.27rem;background:var(--line-strong);color:#0b0c0d;font-size:calc(18.4px * .875);}
.main-flow .local-brand:hover{background:#d8ff5e;color:#0b0c0d;}
.main-flow .wide-content{display:flex;flex-wrap:wrap;align-items:stretch;gap:2.14rem;margin-top:var(--mark-active);}
.main-flow .text-body{flex:1 1 var(--state-soft);min-width:0;padding:calc(1.5rem * .75);border:1px solid #2a2e31;border-radius:0.81rem;background:#1d2124;color:#e9ebec;}
.main-flow .text-body p{margin-top:calc(1.5rem / 3);}
.main-flow .text-body a{display:inline-block;margin-top:calc(1.5rem / 2.5);font-size:calc(18.4px * .875);}
.main-flow .text-surface{margin-top:var(--mark-active);padding-top:calc(1.5rem * .75);border-top:1px solid #2a2e31;font-size:calc(18.4px * .875);}
.main-flow .fresh-section{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.14rem;}
.main-flow .fresh-section>.person{flex:1 1 auto;min-width:0;}
.main-flow .fresh-section>.local-brand{flex:0 0 auto;}
.main-flow .fresh-section>.wide-content,.main-flow .fresh-section>.text-surface{flex:1 1 100%;}
.clear-footer{--mark-active:calc(1.5rem * 1.1);--axis-public:calc(1640px / 3.4);padding:calc(1.5rem * 2.4) 2.23rem;background:var(--line-clear);color:var(--tone-deep);}
.clear-footer .headline{max-width:1640px;margin:0 auto;}
.clear-footer h2,.clear-footer h3,.clear-footer p{margin:0;}
.clear-footer h2{font-size:calc(18.4px * 2);line-height:1.12;}
.clear-footer h3{font-size:calc(18.4px * 1.35);line-height:1.22;}
.clear-footer p{font-size:18.4px;line-height:1.8;}
.clear-footer a{text-decoration:none;}
.clear-footer a:hover{}
.clear-footer .team-headline{display:flex;flex-wrap:wrap;align-items:flex-end;gap:2.14rem;}
.clear-footer .steady-wrap{flex:1 1 60%;min-width:0;}
.clear-footer .clear-actions{font-size:calc(18.4px * .875);letter-spacing:0.06em;text-transform:uppercase;}
.clear-footer .steady-wrap h2{margin-top:calc(1.5rem / 3);}
.clear-footer .media-block{margin-top:calc(1.5rem / 2);}
.clear-footer .local-brand{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.27rem;background:var(--line-strong);color:#0b0c0d;font-size:calc(18.4px * .875);}
.clear-footer .local-brand:hover{background:#d8ff5e;color:#0b0c0d;}
.clear-footer .wide-content{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.14rem;margin-top:var(--mark-active);}
.clear-footer .text-body{flex:1 1 var(--axis-public);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #2a2e31;}
.clear-footer .primary-fields{display:block;font-size:calc(18.4px * .875);letter-spacing:0.08em;}
.clear-footer .text-body h3{margin-top:calc(1.5rem / 4);}
.clear-footer .text-body p{margin-top:calc(1.5rem / 3);}
.clear-footer .layer{margin-top:var(--mark-active);padding-top:calc(1.5rem * .75);border-top:1px solid #2a2e31;}
@media (max-width:720px){.clear-footer .team-headline{align-items:flex-start;}.clear-footer .steady-wrap{flex:1 1 100%;}.clear-footer .local-brand{width:100%;}.clear-footer .text-body{flex:1 1 100%;}
}
.focused-area{padding:calc(1.5rem * 2.4) 2.23rem;background:var(--line-clear);color:var(--tone-deep)}
.focused-area .headline{max-width:1640px;margin:0 auto}
.focused-area .clear-actions{display:flex;gap:calc(2.14rem * 1.5);align-items:flex-start}
.focused-area .team-brand{flex:1 1 30rem;min-width:0;background:var(--ink-strong);color:var(--paint-card);border-radius:0.81rem;padding:2.14rem;border:1px solid #2a2e31}
.focused-area h2{margin:0;font-size:calc(18.4px * 2);line-height:1.1;color:var(--tone-deep)}
.focused-area .team-brand p{margin:1.5rem 0 0;font-size:18.4px;line-height:1.8}
.focused-area .soft-actions{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.focused-area .text-body{border-left:2px solid var(--line-strong);padding:0 0 0 calc(1.5rem * .75)}
.focused-area .text-body strong{display:block;font-size:calc(18.4px * 1.35);line-height:1.2;color:var(--tone-deep)}
.focused-area .text-body p{margin:calc(1.5rem * .75) 0 0;line-height:1.8;color:var(--paint-card)}
@media(max-width:780px){.focused-area .clear-actions{display:block}.focused-area .team-brand{padding:1.5rem}.focused-area .soft-actions{margin-top:calc(2.14rem * 1.5)}}
.grid-_answers{padding:calc(1.5rem * 2.4) 2.23rem;background:var(--line-clear);color:var(--tone-deep);}
.grid-_answers .headline{max-width:1640px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.14rem * 1.5);}
.grid-_answers h2,.grid-_answers h3,.grid-_answers p{margin:0;}
.grid-_answers h2{font-size:calc(18.4px * 2);line-height:1.12;}
.grid-_answers h3{font-size:calc(18.4px * 1.35);line-height:1.2;}
.grid-_answers p{font-size:18.4px;line-height:1.8;}
.grid-_answers .steady-wrap{display:flex;flex-direction:column;gap:1.5rem;}
.grid-_answers .media-block{}
.grid-_answers .active-items{display:flex;flex-direction:column;gap:2.14rem;}
.grid-_answers .text-body{padding:calc(1.5rem * .75);border-radius:0.51rem;background:#1d2124;color:#e9ebec;border:1px solid #2a2e31;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.grid-_answers .text-body h3{}
.grid-_answers .text-body p{}
.grid-_answers .text-surface{margin-top:calc(2.14rem * 1.5);padding-top:1.5rem;border-top:1px solid #2a2e31;font-size:calc(18.4px * .875);}
.grid-_answers .text-surface a{text-decoration:none;border-bottom:1px solid #c9f24d;}
.grid-_answers .text-surface a:hover{border-bottom-color:#8fd12a;}
@media (min-width:900px){.grid-_answers .active-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.14rem;}
}
.public-region{padding:calc(1.5rem * 2.4) 2.23rem;background:var(--line-clear);color:var(--tone-deep)}
.public-region .headline{max-width:1640px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.14rem * 1.5)}
.public-region .steady-wrap h2{margin:0 0 calc(1.5rem * .75);font-size:calc(18.4px * 2);line-height:1.12}
.public-region .media-block{margin:0;font-size:18.4px;line-height:1.8;color:var(--paint-card)}
.public-region .page-tile{display:flex;flex-wrap:wrap;gap:2.14rem}
.public-region .strong-frame{flex:1 1 18rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);background:#1d2124;color:#e9ebec;border:1px solid #2a2e31;border-radius:0.51rem;text-decoration:none;overflow-wrap:anywhere;transition:border-color 290ms var(--motion-hover),background 290ms var(--motion-hover)}
.public-region a.channel:hover{border-color:var(--line-strong)}
.public-region .clear-tile{font-size:calc(18.4px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--paint-card)}
.public-region .strong-frame strong{font-size:calc(18.4px * 1.35);line-height:1.2;color:var(--line-strong)}
.public-region .strong-frame .fresh-panel{margin:0;font-size:calc(18.4px * 1.125);line-height:1.4}
.public-region .clear-actions{margin:0;font-size:calc(18.4px * .875);line-height:1.8;color:var(--paint-card)}
.public-region .text-surface{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(2.14rem * 1.5);border-top:1px solid #2a2e31}
.public-region .text-surface p{margin:0;line-height:1.8}
@media(max-width:640px){.public-region .page-tile{flex-direction:column}.public-region .strong-frame{flex:1 1 auto}
}
.bottom-stack{
  background:var(--line-clear);
  color:var(--tone-deep);
  padding:calc(1.5rem * 2.4) 2.23rem;
}
.bottom-stack .headline{max-width:1640px;
  margin:0 auto;}
.bottom-stack .contact-plan{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:2.14rem;
  padding-bottom:calc(2.14rem * 1.5);
  border-bottom:1px solid #2a2e31;}
.bottom-stack h2{margin:0;
  font-size:calc(18.4px * 2);
  line-height:1.1;
  letter-spacing:0;
  flex:0 0 auto;}
.bottom-stack .contact-plan p{margin:0;
  flex:1 1 22rem;
  min-width:0;
  font-size:18.4px;
  line-height:1.8;}
.bottom-stack .open-list{margin-top:calc(2.14rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:0;}
.bottom-stack .open-list a{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:2.14rem;
  min-width:0;
  text-decoration:none;
  padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid #2a2e31;
  transition:color 290ms var(--motion-hover);}
.bottom-stack .open-list a:first-child{border-top:1px solid #2a2e31;}
.bottom-stack .open-list a:hover,
.bottom-stack .open-list a:focus-visible{}
.bottom-stack .open-list strong{flex:0 0 18rem;
  font-size:18.4px;
  line-height:1.3;}
.bottom-stack .open-list span{flex:1 1 24rem;
  min-width:0;
  font-size:calc(18.4px * .875);
  line-height:1.8;}
.bottom-stack .text-surface{margin:calc(2.14rem * 1.5) 0 0;
  font-size:calc(18.4px * .875);
  line-height:1.8;}
.bottom-stack .text-surface a{text-decoration:none;
  border-bottom:1px solid #2a2e31;}
.bottom-stack .text-surface a:hover,
.bottom-stack .text-surface a:focus-visible{}
@media (max-width:760px){.bottom-stack .open-list strong{
    flex:1 1 100%;
  }.bottom-stack .open-list span{
    flex:1 1 100%;
  }
}
.strong-method{
        --mark-active: calc(1.5rem * 1.26);
        --copy-base: calc(1640px / 3.59);
        padding: calc(1.5rem * 2.4) 2.23rem;
        background: #f4f5f6;
        color: #141618;
    }
.strong-method .headline{max-width: 1640px;
        margin: 0 auto;}
.strong-method h1, .strong-method h2, .strong-method h3, .strong-method p, .strong-method ul{margin: 0;}
.strong-method h2{font-size: calc(18.4px * 2);
        line-height: 1.12;}
.strong-method h3{font-size: calc(18.4px * 1.35);
        line-height: 1.2;}
.strong-method p{font-size: 18.4px;
        line-height: 1.8;}
.strong-method a{color: inherit;
        text-decoration: none;}
.strong-method .offer-unit{padding-block: calc(var(--mark-active) / 2);}
.strong-method .fresh-block{row-gap: calc(var(--mark-active) * 1.2);}
.strong-method .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 2.14rem;}
.strong-method .row-title h2{flex: 1 1 calc(1640px / 3);
        min-width: 0;}
.strong-method .row-title > p{flex: 1 1 calc(1640px / 3);
        min-width: 0;}
.strong-method .wide-content{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--mark-active);
        margin-top: var(--mark-active);}
.strong-method .text-body{flex: 1 1 var(--copy-base);
        min-width: 0;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #2a2e31;}
.strong-method .text-body p{margin-top: calc(1.5rem / 3);}
.strong-method .text-body a{display: inline-flex;
        margin-top: calc(1.5rem / 2);
        padding-bottom: 2px;
        border-bottom: 1px solid currentColor;
        opacity: .85;
        transition: opacity 290ms var(--motion-hover);}
.strong-method .text-body a:hover{opacity: 1;}
.team-steps{padding:calc(1.5rem * 2.4) 2.23rem;background:linear-gradient(135deg, #0e1012 0%, #16191b 55%, #1d2124 100%);color:#e9ebec;}
.team-steps .area{max-width:1640px;margin:0 auto;display:grid;gap:calc(2.14rem * 1.5);}
.team-steps h2,.team-steps h3,.team-steps p{margin:0;}
.team-steps .steady-wrap{display:grid;gap:.6rem;}
.team-steps .steady-wrap h2{font-size:calc(18.4px * 2);}
.team-steps .steady-wrap p{font-size:18.4px;line-height:1.8;}
.team-steps .strong-shell{display:flex;flex-wrap:wrap;gap:2.14rem;}
.team-steps .text-body{flex:1 1 18rem;min-width:16rem;display:grid;gap:.45rem;padding:calc(1.5rem * .75);background:#1d2124;color:#e9ebec;border:1px solid #2a2e31;border-radius:0.81rem;box-shadow:0 1px 6px rgba(0,0,0,0.18);}
.team-steps .text-body .media-items{font-family:"Quicksand", sans-serif;font-size:calc(18.4px * .875);letter-spacing:.08em;}
.team-steps .text-body h3{font-size:calc(18.4px * 1.35);}
.team-steps .text-body p{font-size:calc(18.4px * .875);line-height:1.8;}
.team-steps .clear-actions{font-size:calc(18.4px * .875);border-top:1px solid #2a2e31;padding-top:calc(2.14rem * 1.5);}
.team-steps .clear-actions a{text-decoration:none;border-bottom:1px solid #c9f24d;}
.team-steps .clear-actions a:hover{border-bottom-color:#8fd12a;}
@media (max-width:900px){.team-steps .text-body{flex:1 1 45%;}
    }
@media (max-width:680px){.team-steps .text-body{flex:1 1 100%;min-width:0;}
    }
.wide-fields{
  --mark-active:calc(1.5rem * 1.02);
  --axis-base:calc(1640px / 3.15);
  padding:calc(1.5rem * 2.4) 2.23rem;
  background:var(--ink-strong);
  color:var(--paint-card);
}
.wide-fields .headline{max-width:1640px;
  margin:0 auto;}
.wide-fields h2,
.wide-fields p{margin:0;}
.wide-fields h2{font-size:calc(18.4px * 2);
  line-height:1.12;}
.wide-fields p{font-size:18.4px;
  line-height:1.8;}
.wide-fields .media-block{color:var(--paint-card);}
.wide-fields .clear-actions{color:var(--paint-card);
  font-size:calc(18.4px * .875);}
.wide-fields .clear-actions a{color:#c9f24d;
  text-decoration:none;
  border-bottom:1px solid #c9f24d;
  transition:color 290ms var(--motion-hover), border-color 290ms var(--motion-hover);}
.wide-fields .clear-actions a:hover{color:#8fd12a;
  border-bottom-color:#8fd12a;}
.wide-fields .local-brand{
  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.27rem;
  background:var(--line-strong);
  color:#0b0c0d;
  font-size:18.4px;
  text-decoration:none;
  transition:background 290ms var(--motion-hover);
}
.wide-fields .local-brand:hover{
  background:#d8ff5e;color:#e9ebec;}
.wide-fields .focused-nav > h2,
.wide-fields .focused-nav > p,
.wide-fields .focused-nav > .local-brand{margin-top:1.5rem;}
.wide-fields .focused-nav > h2{margin-top:0;}
.top-list{--mark-active:calc(1.5rem * 1.05);--field-extra-14:calc(1640px / 3.4);padding:calc(1.5rem * 2.4) 2.23rem;background:var(--line-clear);color:var(--tone-deep);}
.top-list .headline{max-width:1640px;margin:0 auto;}
.top-list h2,.top-list h3,.top-list p{margin:0;}
.top-list h2{font-size:calc(18.4px * 2);line-height:1.12;}
.top-list h3{font-size:calc(18.4px * 1.35);line-height:1.22;}
.top-list p{font-size:18.4px;line-height:1.8;}
.top-list .steady-wrap{display:flex;flex-direction:column;gap:calc(2.14rem * 1.5);}
.top-list .steady-wrap .media-block{}
.top-list .open-media{display:flex;flex-wrap:wrap;gap:2.14rem;margin-top:var(--mark-active);align-items:flex-start;}
.top-list .strong-shell{flex:1 1 calc(1640px / 3.4);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.top-list .focused-panel{margin:0;border-radius:0.81rem;overflow:hidden;background:var(--ink-strong);border:1px solid #2a2e31;color:var(--paint-card);}
.top-list .focused-panel img{display:block;width:100%;height:auto;}
.top-list .clear-actions{font-size:calc(18.4px * .875);}
.top-list .wide-content{flex:2 1 calc(1640px / 1.9);min-width:0;display:flex;flex-wrap:wrap;gap:2.14rem;}
.top-list .text-body{flex:1 1 calc(1640px / 4.6);min-width:0;padding:calc(1.5rem * .75);border-radius:0.51rem;background:#1d2124;color:#e9ebec;border:1px solid #2a2e31;}
.top-list .text-body p{margin-top:calc(1.5rem / 3);}
.top-list .text-surface{margin-top:var(--mark-active);padding-top:calc(2.14rem * 1.5);border-top:1px solid #2a2e31;display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75);}
.top-list .text-surface p{flex:1 1 100%;}
.top-list .text-surface a{display:inline-flex;align-items:center;padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;border-radius:0.27rem;background:var(--line-strong);color:#0b0c0d;text-decoration:none;font-size:calc(18.4px * .875);transition:background 290ms var(--motion-hover);}
.top-list .text-surface a:hover{background:#d8ff5e;color:#e9ebec;}
.top-list .text-surface a + a{background:transparent;color:var(--tone-deep);border:1px solid #2a2e31;}
.top-list .text-surface a + a:hover{background:color-mix(in srgb, currentColor 10%, transparent);color:#e9ebec;}
@media (max-width:760px){.top-list .open-media{flex-direction:column;}.top-list .strong-shell,.top-list .wide-content{flex:1 1 100%;}.top-list .text-body{flex:1 1 100%;}
}
.compact-tile{
  --mark-active:calc(1.5rem * 1.05);
  padding:calc(1.5rem * 2.4) 2.23rem;
  background:#8fd12a;
  color:#0b0c0d;
}
.compact-tile .headline{max-width:1640px;
  margin:0 auto;}
.compact-tile h2,
.compact-tile p{margin:0;}
.compact-tile h2{font-size:calc(18.4px * 2);
  line-height:1.12;
  margin-top:1.5rem;}
.compact-tile p{font-size:18.4px;
  line-height:1.8;}
.compact-tile .media-block{margin-top:calc(2.14rem * 1.5);
  color:color-mix(in srgb, currentColor 82%, transparent);}
.compact-tile .clear-actions{margin-top:calc(1.5rem * .75);
  font-size:calc(18.4px * .875);
  color:color-mix(in srgb, currentColor 68%, transparent);}
.compact-tile .text-surface{display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75);
  align-items:baseline;}
.compact-tile .text-surface a{color:inherit;
  text-decoration:none;
  font-size:calc(18.4px * .875);
  border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);
  padding-bottom:2px;
  transition:border-color 290ms var(--motion-hover);}
.compact-tile .text-surface a:hover{border-color:currentColor;}
.compact-tile .local-brand{
  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.27rem;
  background:#0b0c0d;
  color:#8fd12a;
  text-decoration:none;
  font-size:18.4px;
  transition:background 290ms var(--motion-hover);
}
.compact-tile .local-brand:hover{
  background:#d8ff5e;
  color:#0b0c0d;
}
@media (max-width:640px){.compact-tile .text-surface{
    flex-direction:column;
    gap:calc(2.14rem * 1.5);
  }
}
.strong-inner{
        padding: calc(1.5rem * 2.4) 2.23rem;
        background: var(--ink-strong);
        color: var(--paint-card)
    }
.strong-inner .headline{max-width: 1640px;
        margin: 0 auto}
.strong-inner .soft-team{display: flex;
        flex-direction: column;
        gap: calc(2.14rem * 1.5);
        align-items: flex-start}
.strong-inner h2{min-width: 0;
        margin: 0;
        font-size: calc(18.4px * 2);
        line-height: 1.08}
.strong-inner .simple-media{min-width: 0}
.strong-inner .simple-media p{margin: 0;
        font-size: calc(18.4px * 1.125);
        line-height: 1.8}
.strong-inner .service-inner{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        margin-top: 1.5rem}
.strong-inner .service-inner span{
        border-radius: 0.51rem;
        background: #1d2124;
        color: #e9ebec;
        border: 1px solid #2a2e31;
        padding: calc(calc(1.5rem * .75) * .75) calc(1.5rem * .75);
        font-size: calc(18.4px * .875)
    }
@media (max-width: 760px) {.strong-inner .soft-team{
            display: block
        }.strong-inner .simple-media{
            margin-top: 1.5rem
        }
    }
.narrow-figure{
        padding: calc(1.5rem * 2.4) 2.23rem;
        background: var(--line-clear);
        color: var(--tone-deep)
    }
.narrow-figure .headline{max-width: 1640px;
        margin: 0 auto}
.narrow-figure .narrow-nav{display: flex;
        flex-direction: column;
        gap: calc(2.14rem * 1.5)}
.narrow-figure .steady-wrap{min-width: 0;
        border-left: 2px solid var(--line-strong);
        padding-left: calc(1.5rem * .75)}
.narrow-figure h2{margin: 0;
        font-size: calc(18.4px * 2);
        line-height: 1.1;
        letter-spacing: -0.01em}
.narrow-figure .steady-wrap p{margin: calc(1.5rem * .75) 0 0;
        font-size: calc(18.4px * 1.125);
        line-height: 1.8;
        color: var(--paint-card)}
.narrow-figure ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column}
.narrow-figure li{display: flex;
        flex-wrap: wrap;
        gap: 2.14rem;
        align-items: baseline;
        padding: 1.5rem 0}
.narrow-figure li + li{border-top: 1px solid #2a2e31}
.narrow-figure strong{flex: 0 1 20rem;
        min-width: 0;
        font-size: calc(18.4px * 1.35);
        line-height: 1.2;
        font-weight: 600}
.narrow-figure span{flex: 1 1 28rem;
        min-width: 0;
        line-height: 1.8;
        color: var(--paint-card)}
@media (max-width: 760px) {.narrow-figure li{
            display: block
        }.narrow-figure span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.active-list{--mark-active:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.23rem;background:var(--line-clear);color:var(--tone-deep);}
.active-list .headline{max-width:1640px;margin:0 auto;}
.active-list h2,.active-list h3,.active-list p{margin:0;}
.active-list h2{font-size:calc(18.4px * 2);line-height:1.14;}
.active-list h3{font-size:calc(18.4px * 1.35);line-height:1.22;}
.active-list p{font-size:18.4px;line-height:1.8;}
.active-list a{text-decoration:none;border-bottom:1px solid transparent;transition:color 290ms var(--motion-hover),border-color 290ms var(--motion-hover);}
.active-list a:hover{border-bottom-color:#8fd12a;}
.active-list .steady-wrap{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.active-list .clear-actions{font-size:calc(18.4px * .875);letter-spacing:0.08em;text-transform:uppercase;}
.active-list .media-block{font-size:calc(18.4px * 1.125);}
.active-list .wide-content{display:flex;flex-direction:column;gap:var(--mark-active);margin-top:calc(2.14rem * 1.5);border-top:1px solid #2a2e31;}
.active-list .text-body{display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding-top:calc(2.14rem * 1.5);border-bottom:1px solid #2a2e31;padding-bottom:calc(2.14rem * 1.5);}
.active-list .text-body:last-child{border-bottom:none;}
.active-list .text-surface{margin-top:calc(2.14rem * 1.5);display:flex;flex-wrap:wrap;align-items:center;gap:2.14rem;justify-content:space-between;}
.active-list .text-surface .simple-feature{flex:1 1 22rem;min-width:0;}
.active-list .local-brand{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * .9) 1.5rem;border-radius:0.27rem;background:var(--line-strong);color:#0b0c0d;border-bottom:none;font-weight:600;}
.active-list .local-brand:hover{background:#d8ff5e;color:#0b0c0d;border-bottom-color:transparent;}
@media (min-width:900px){.active-list .text-body{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:2.14rem;align-items:start;}.active-list .text-body h3{margin-top:0;}
}
.team-flow{padding:calc(1.5rem*2.8) 2.23rem;background:#1d2124;color:#e9ebec;}
.team-flow .compact-panel{max-width:1040px;margin:0 auto;display:grid;grid-template-columns:.9fr 1.1fr;grid-template-areas:"shot header" "shot body";gap:2.14rem;align-items:start;}
.team-flow .focused-panel{grid-area:shot;margin:0;display:grid;gap:.7rem;}
.team-flow .focused-panel img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:1.15rem;display:block;}
.team-flow .focused-panel figcaption{font-size:calc(18.4px * .875);color:var(--paint-card);line-height:1.4;}
.team-flow .featured-items{grid-area:header;border-top:1px solid #2a2e31;padding-top:1rem;}
.team-flow h1{margin:0;font-size:clamp(1.9rem,4vw,3.2rem);line-height:1.06;}
.team-flow .offer-contact{margin:.7rem 0 0;color:var(--paint-card);font-size:18.4px;}
.team-flow .open-media{grid-area:body;display:grid;gap:.9rem;}
.team-flow .open-media p{margin:0;line-height:1.65;}
.team-flow .text-surface{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.4rem;padding-top:1rem;border-top:1px solid #2a2e31;}
.team-flow .text-surface a{color:#c9f24d;text-decoration:none;font-size:calc(18.4px * .875);border-bottom:1px solid transparent;transition:color 290ms var(--motion-hover),border-color 290ms var(--motion-hover);}
.team-flow .text-surface a:hover{color:#8fd12a;border-color:#8fd12a;}
@media (max-width:820px){
.team-flow .compact-panel{grid-template-columns:1fr;grid-template-areas:"header" "shot" "body";}
.team-flow .focused-panel img{aspect-ratio:16/9;}
}
.bottom-benefit{
  background: var(--ink-strong);
  color: var(--paint-card);
  padding: calc(1.5rem * 2.4) 2.23rem;
}
.bottom-benefit .headline{width: min(100%, 1640px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: calc(1.5rem * .75);}
.bottom-benefit h2,
.bottom-benefit h3,
.bottom-benefit p{margin: 0;}
.bottom-benefit .main-callout{
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 1.15rem;
  background: #8fd12a;
  color: #0b0c0d;
}
.bottom-benefit h2{font-size: calc(18.4px * 2);
  line-height: 1.08;}
.bottom-benefit .main-callout p{line-height: 1.8;
  font-size: 18.4px;}
.bottom-benefit .plain-headline{display: block;
  grid-column: span 2;
  width: 100%;
  height: 100%;
  min-height: 26rem;
  object-fit: cover;
  border-radius: 1.15rem;}
.bottom-benefit .simple-method{
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.81rem;
  background: #1d2124;
  color: #e9ebec;
  border: 1px solid #2a2e31;
}
.bottom-benefit .main-note{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.51rem;}
.bottom-benefit h3{font-size: calc(18.4px * 1.125);
  line-height: 1.2;}
.bottom-benefit .simple-method p{font-size: calc(18.4px * .875);
  line-height: 1.8;}
@media (max-width: 980px) {.bottom-benefit .headline{ grid-template-columns: 1fr 1fr; }.bottom-benefit .main-callout,
  .bottom-benefit .plain-headline{ grid-column: span 2; }
}
@media (max-width: 560px) {.bottom-benefit .headline{ grid-template-columns: 1fr; }.bottom-benefit .main-callout,
  .bottom-benefit .plain-headline{ grid-column: auto; }.bottom-benefit .plain-headline{ min-height: 18rem; }
}
.steady-proof{
  background: var(--line-clear);
  color: var(--tone-deep);
  padding: calc(1.5rem * 2.4) 2.23rem;
}
.steady-proof .headline{width: min(100%, 1640px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .82fr);
  gap: calc(2.14rem * 1.5);
  align-items: start;}
.steady-proof h2,
.steady-proof h3,
.steady-proof p{margin: 0;}
.steady-proof h2{font-size: calc(18.4px * 2);
  line-height: 1.08;
  margin-bottom: 1.5rem;}
.steady-proof h3{font-size: calc(18.4px * 1.35);
  line-height: 1.2;}
.steady-proof p{font-size: 18.4px;
  line-height: 1.8;}
.steady-proof .active-block{display: grid;
  gap: 1.5rem;}
.steady-proof .active-block p + p{margin-top: 0;}
.steady-proof .site-intro{display: grid;
  gap: calc(1.5rem * .75);
  border-top: 1px solid #2a2e31;
  padding-top: calc(1.5rem * .75);}
.steady-proof .clear-actions{display: grid;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) 1.5rem;
  border-left: 2px solid #2a2e31;}
.steady-proof .clear-actions span{color: var(--paint-card);
  font-size: calc(18.4px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.steady-proof .clear-actions:nth-child(2n){border-left-color: #8fd12a;}
@media (max-width: 860px) {.steady-proof .headline{ grid-template-columns: 1fr; }.steady-proof h2{ font-size: calc(18.4px * 1.35); }.steady-proof .clear-actions{ padding-left: calc(1.5rem * .75); }
}
.soft-entries{padding:calc(1.5rem * 2.4) 2.23rem;background:var(--line-clear);color:var(--tone-deep)}
.soft-entries .headline{max-width:1640px;margin:0 auto}
.soft-entries .wide-block{display:grid;grid-template-columns:minmax(0,0.85fr) minmax(0,1.4fr);gap:calc(2.14rem * 1.5);align-items:start}
.soft-entries .steady-wrap{min-width:0}
.soft-entries h2{margin:0;font-size:calc(18.4px * 2);line-height:1.1}
.soft-entries .steady-wrap p{margin:1.5rem 0 0;font-size:18.4px;line-height:1.8;}
.soft-entries .open-list{display:flex;flex-direction:column;gap:0;border-top:1px solid #2a2e31}
.soft-entries .text-body{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.6fr);gap:2.23rem;padding:1.5rem 0;border-bottom:1px solid #2a2e31}
.soft-entries strong{display:block;font-size:18.4px;line-height:1.25;font-weight:600}
.soft-entries span{display:block;font-size:calc(18.4px * .875);line-height:1.8;}
@media(max-width:780px){.soft-entries .wide-block{display:block}.soft-entries .open-list{margin-top:calc(2.14rem * 1.5)}.soft-entries .text-body{grid-template-columns:1fr;gap:calc(1.5rem * .75)}.soft-entries h2{font-size:calc(18.4px * 1.35)}}
.wide-frame{
    padding:calc(1.5rem * 2.4) 2.23rem;
    background:var(--ink-strong);
    color:var(--paint-card);
}
.wide-frame .local-callout{max-width:1640px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.14rem * 1.5);
    border-left:2px solid var(--line-strong);
    padding-left:calc(1.5rem * .75);}
.wide-frame .simple-feature{margin:0;
    font-size:calc(18.4px * .875);
    letter-spacing:0.08em;
    text-transform:uppercase;
    opacity:0.75;}
.wide-frame .local-media{margin:0;
    font-size:calc(18.4px * 1.35);
    line-height:1.25;}
.wide-frame .plain-benefit{margin:0;
    font-size:18.4px;
    opacity:0.85;}
.wide-frame .media-wrap{margin:0;
    font-size:18.4px;
    line-height:1.8;}
@media (max-width:640px){.wide-frame .local-callout{
        padding-left:calc(2.14rem * 1.5);
    }
}
.public-nav{padding:calc(1.5rem*2.8) 2.23rem;background:#1d2124;color:#e9ebec;}
.public-nav .compact-panel{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:2.14rem;align-items:start;}
.public-nav .narrow-view{margin:0;}
.public-nav .narrow-view img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:1.15rem;display:block;}
.public-nav .open-media{display:flex;flex-direction:column;gap:calc(2.14rem * 1.5);}
.public-nav .featured-items{border-top:1px solid #2a2e31;padding-top:1rem;}
.public-nav h1{margin:0;font-size:clamp(1.9rem,3.8vw,3.1rem);line-height:1.06;letter-spacing:-0.01em;}
.public-nav .media-block{margin:.7rem 0 0;color:var(--paint-card);font-size:calc(18.4px * 1.125);}
.public-nav .person{display:grid;gap:.95rem;}
.public-nav .person p{margin:0;line-height:1.62;}
.public-nav .text-surface{border-top:1px solid #2a2e31;padding-top:1rem;}
.public-nav .text-surface p{margin:0;color:var(--paint-card);line-height:1.6;}
.public-nav .text-surface a{color:#c9f24d;text-decoration:none;border-bottom:1px solid #c9f24d;transition:color 290ms var(--motion-hover),border-color 290ms var(--motion-hover);}
.public-nav .text-surface a:hover{color:#8fd12a;border-color:#8fd12a;}
@media (max-width:820px){.public-nav .compact-panel{grid-template-columns:1fr;}.public-nav .narrow-view img{aspect-ratio:16/9;}}
.bottom-unit{
  background: linear-gradient(135deg, #0e1012 0%, #16191b 55%, #1d2124 100%);
  color: #e9ebec;
  padding: calc(1.5rem * 2.4) 2.23rem;
}
.bottom-unit .hero-photo{display: block;
  width: min(100%, 1640px);
  margin: 0 auto calc(2.14rem * 1.5);
  aspect-ratio: 21 / 8;
  object-fit: cover;
  border-radius: 1.15rem;}
.bottom-unit .headline{width: min(100%, 1640px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.14rem;}
.bottom-unit h2,
.bottom-unit h3,
.bottom-unit p{margin: 0;}
.bottom-unit h2{font-size: calc(18.4px * 2.65);
  line-height: 1.05;}
.bottom-unit .person{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-content: start;}
.bottom-unit .person p{line-height: 1.8;}
.bottom-unit .secondary-brand{display: flex;
  gap: calc(1.5rem * .75);
  overflow-x: auto;
  padding-bottom: calc(1.5rem * .75);
  scroll-snap-type: x mandatory;}
.bottom-unit .clear-steps{flex: 0 0 min(21rem, 78vw);
  scroll-snap-align: start;}
.bottom-unit .main-note{display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 0.81rem;
  margin-bottom: calc(1.5rem * .75);}
.bottom-unit span{display: block;
  font-size: calc(18.4px * .875);
  margin-bottom: calc(calc(1.5rem * .75) * .4);}
.bottom-unit h3{font-size: calc(18.4px * 1.35);
  line-height: 1.14;}
@media (max-width: 820px) {.bottom-unit .hero-photo{ aspect-ratio: 16 / 10; }
}
.bottom-unit .headline > *{min-width: 0; flex: 1 1 18rem;}
.focused-copy{
  background: var(--line-clear);
  color: var(--tone-deep);
  padding: calc(1.5rem * 2.4) 2.23rem;
}
.focused-copy .headline{width: min(100%, 1640px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .36fr) minmax(0, 1fr);
  gap: 2.14rem;
  align-items: start;}
.focused-copy h2,
.focused-copy h3,
.focused-copy p{margin: 0;}
.focused-copy h2{font-size: calc(18.4px * 2); line-height: 1.1;}
.focused-copy h3{font-size: calc(18.4px * 1.35); line-height: 1.18;}
.focused-copy p{font-size: 18.4px; line-height: 1.8;}
.focused-copy .site-frame{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(2.14rem * 1.5);
  border-radius: 1.15rem;
  background: #1d2124;
  color: #e9ebec;
  border: 1px solid #2a2e31;
}
.focused-copy .site-frame p{color: var(--paint-card);}
.focused-copy .open-panel{display: grid;
  gap: 1.5rem;}
.focused-copy .text-region{
  display: grid;
  grid-template-columns: minmax(5rem, .16fr) minmax(10rem, .34fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem calc(2.14rem * 1.5);
  border-left: 2px solid #2a2e31;
  border-radius: 0.51rem;
  background: var(--ink-strong);
  color: var(--paint-card);
  text-decoration: none;
  transition: border-color 290ms var(--motion-hover), background 290ms var(--motion-hover);
}
.focused-copy .text-region:hover{
  border-left-color: var(--line-strong);
  background: #1d2124;color:#e9ebec;}
.focused-copy .text-region b{font-size: calc(18.4px * .875);
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--line-strong);}
.focused-copy .text-region h3{color: var(--tone-deep);}
.focused-copy .text-region p{color: var(--paint-card);}
.focused-copy .fresh-actions{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 2.14rem;
  align-items: center;
  padding: 1.5rem calc(2.14rem * 1.5);
  border-radius: 0.81rem;
  background: #f4f5f6;
  color: #141618;
}
.focused-copy .fresh-actions p{}
.focused-copy .fresh-actions a{text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
.focused-copy .fresh-actions a:hover{color: var(--line-strong); border-bottom-color: var(--line-strong);}
@media (max-width: 900px) {.focused-copy .headline{ grid-template-columns: 1fr; }.focused-copy .text-region{ grid-template-columns: 1fr; gap: calc(2.14rem * 1.5); }.focused-copy .fresh-actions{ flex-direction: column; align-items: flex-start; }.focused-copy .fresh-actions a{ white-space: normal; }
}
.strong-panel{padding:calc(1.5rem * 2.4) 2.23rem;background:var(--ink-strong);color:var(--paint-card)}
.strong-panel .headline{max-width:1640px;margin:0 auto}
.strong-panel .wide-block{display:grid;grid-template-columns:minmax(0,0.85fr) minmax(0,1.4fr);gap:calc(2.14rem * 1.5);align-items:start}
.strong-panel .steady-wrap{min-width:0}
.strong-panel h2{margin:0;font-size:calc(18.4px * 2);line-height:1.1}
.strong-panel .steady-wrap p{margin:1.5rem 0 0;font-size:18.4px;line-height:1.8}
.strong-panel .open-list{display:flex;flex-direction:column;gap:0;border-top:1px solid #2a2e31}
.strong-panel .open-list a{display:grid;grid-template-columns:minmax(0,0.6fr) minmax(0,1.4fr);gap:calc(1.5rem * .75);align-items:baseline;padding:1.5rem 0;border-bottom:1px solid #2a2e31;text-decoration:none;color:inherit}
.strong-panel .open-list a:hover strong{}
.strong-panel strong{display:block;font-size:18.4px;line-height:1.25;transition:color 290ms var(--motion-hover)}
.strong-panel span{display:block;font-size:calc(18.4px * .875);line-height:1.8}
@media(max-width:780px){.strong-panel .wide-block{display:block}.strong-panel .open-list{margin-top:calc(2.14rem * 1.5)}.strong-panel .open-list a{grid-template-columns:minmax(0,1fr);gap:calc(1.5rem * .75)}.strong-panel h2{font-size:calc(18.4px * 1.35)}}
.media-figure{
    padding:calc(1.5rem * 2.4) 2.23rem;
    background:var(--line-clear);
    color:var(--tone-deep);
}
.media-figure .local-callout{max-width:1640px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.14rem * 1.5);}
.media-figure .simple-feature{display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:2.14rem;
    border-bottom:1px solid #2a2e31;
    padding-bottom:calc(calc(2.14rem * 1.5) / 2);}
.media-figure .local-media{margin:0;
    font-size:calc(18.4px * 1.35);
    font-family:"Quicksand", sans-serif;
    letter-spacing:0.01em;}
.media-figure .media-items{
    font-size:calc(18.4px * .875);
    color:var(--paint-card);
    background:var(--ink-strong);
    padding:0.2rem 0.6rem;
    border-radius:0.27rem;
}
.media-figure .plain-benefit{margin:0;
    font-size:18.4px;
    color:var(--paint-card);}
.media-figure .media-wrap{margin:0;
    font-size:18.4px;
    line-height:1.8;}
.media-figure .clear-actions{margin:0;
    font-size:calc(18.4px * .875);
    color:var(--paint-card);
    border-left:2px solid #8fd12a;
    padding-left:calc(2.14rem * 1.5);}
.media-figure .legal{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:2.14rem;
    font-size:calc(18.4px * .875);}
.media-figure .legal li{display:flex;
    flex-direction:column;
    gap:0.15rem;
    min-width:14rem;}
.media-figure .legal .k{color:var(--paint-card);
    text-transform:uppercase;
    letter-spacing:0.06em;
    font-size:calc(18.4px * .875);}
.media-figure .legal a{color:#c9f24d;
    text-decoration:none;}
.media-figure .legal a:hover{color:#8fd12a;}
@media (max-width:640px){.media-figure .legal li{min-width:100%;}
}
.top-copy{padding:calc(calc(1.5rem * 2.4)*1.4) 2.23rem;background:var(--line-clear);color:var(--tone-deep);}
.top-copy .compact-panel{max-width:1640px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:2.14rem;align-items:start;}
.top-copy .text-tile{margin:0;display:grid;gap:.7rem;}
.top-copy .text-tile img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:1.15rem;display:block;}
.top-copy .text-tile figcaption{font-size:calc(18.4px * .875);color:var(--paint-card);line-height:1.5;}
.top-copy .featured-items{grid-column:2;border-top:1px solid #2a2e31;padding-top:calc(2.14rem * 1.5);}
.top-copy h1{margin:0;font-size:calc(18.4px * 2.65);line-height:1.06;}
.top-copy .values{margin:.7rem 0 0;font-size:calc(18.4px * 1.125);color:var(--paint-card);}
.top-copy .open-media{grid-column:2;display:grid;gap:1rem;}
.top-copy .open-media p{margin:0;line-height:1.8;}
.top-copy .clear-actions{margin:0;padding:calc(1.5rem * .75);background:var(--ink-strong);color:var(--paint-card);border-left:3px solid var(--line-strong);border-radius:0.51rem;font-size:calc(18.4px * .875);}
.top-copy .text-surface{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:2.14rem;border-top:1px solid #2a2e31;padding-top:calc(2.14rem * 1.5);}
.top-copy .text-surface a{color:#c9f24d;text-decoration:none;font-size:18.4px;border-bottom:1px solid transparent;transition:color 290ms var(--motion-hover),border-color 290ms var(--motion-hover);}
.top-copy .text-surface a:hover{color:#8fd12a;border-bottom-color:#8fd12a;}
@media (max-width:820px){
.top-copy .compact-panel{grid-template-columns:1fr;}
.top-copy .featured-items,.top-copy .open-media{grid-column:auto;}
.top-copy .text-tile img{aspect-ratio:16/9;}
}
.hero{
  background: var(--line-clear);
  color: var(--tone-deep);
  padding: calc(1.5rem * 2.4) 2.23rem;
}
.hero .headline{width: min(100%, 1640px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.14rem;
  align-items: flex-start;}
.hero .headline > *{min-width: 0; flex: 1 1 20rem;}
.hero .public-view{
  margin: 0;
  border-radius: 1.15rem;
  overflow: hidden;
  background: var(--ink-strong);color:var(--paint-card);}
.hero .local-contact{display: block;
  width: 100%;
  height: 100%;
  min-height: 34rem;
  object-fit: cover;}
.hero .soft-team{display: flex;
  flex-direction: column;
  gap: calc(2.14rem * 1.5);}
.hero h2{margin: 0;
  font-size: calc(18.4px * 2);
  line-height: 1.08;}
.hero p{margin: 0;}
.hero .media-block{font-size: calc(18.4px * 1.125);
  line-height: 1.8;}
.hero .person{line-height: 1.8;}
.hero .strong-shell{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-top: calc(2.14rem * 1.5);
  border-top: 1px solid #2a2e31;}
.hero .text-region{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  align-items: baseline;}
.hero .text-region > *{min-width: 0; flex: 1 1 12rem;}
.hero .media-items{
  flex: 0 0 auto;
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 0.27rem;
  background: #8fd12a;
  color: #0b0c0d;
  font-size: calc(18.4px * .875);
  letter-spacing: 0.02em;
}
.hero .text-region p{line-height: 1.8;}
.hero .clear-actions{
  padding: calc(1.5rem * .75);
  border-left: 3px solid var(--line-strong);
  background: var(--ink-strong);
  color: var(--paint-card);
  border-radius: 0.51rem;
  line-height: 1.8;
}
.hero .local-brand{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  margin-top: calc(2.14rem * 1.5);}
.hero .local-brand a{
  display: inline-block;
  padding: 0.7rem 1.2rem;
  border-radius: 0.51rem;
  background: var(--line-strong);
  color: #0b0c0d;
  text-decoration: none;
  font-size: 18.4px;
  transition: background 290ms var(--motion-hover);
}
.hero .local-brand a:hover{ background: #d8ff5e;color:#e9ebec;}
.hero .local-brand a.ghost{
  background: transparent;
  color: var(--tone-deep);
  border: 1px solid #2a2e31;
}
.hero .local-brand a.ghost:hover{ background: color-mix(in srgb, currentColor 10%, transparent);color:#e9ebec;}
@media (max-width: 880px) {.hero .local-contact{ min-height: 20rem; }
}
.content-quote{
  background: var(--line-clear);
  color: var(--tone-deep);
  padding: calc(1.5rem * 2.4) 2.23rem;
}
.content-quote .headline{width: min(100%, 1640px);
  margin: 0 auto;
  display: grid;
  gap: 2.14rem;}
.content-quote h2,
.content-quote h3,
.content-quote p{margin: 0;}
.content-quote h2{font-size: calc(18.4px * 2); line-height: 1.1;}
.content-quote h3{font-size: calc(18.4px * 1.35); line-height: 1.18;}
.content-quote p{font-size: 18.4px; line-height: 1.8;}
.content-quote .content-stack{display: grid;
  gap: calc(2.14rem * 1.5);
  align-content: start;}
.content-quote .media-block{color: var(--paint-card);
  font-size: calc(18.4px * 1.125);}
.content-quote .narrow-nav{display: grid;
  border-top: 1px solid #2a2e31;}
.content-quote .simple-feature{display: grid;
  grid-template-columns: minmax(6rem, .16fr) minmax(10rem, .3fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #2a2e31;}
.content-quote .simple-feature span{color: var(--paint-card);
  font-size: calc(18.4px * .875);
  text-transform: uppercase;
  letter-spacing: 0.04em;}
.content-quote .layer{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2.14rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.81rem;
  background: #1d2124;
  color: #e9ebec;
  border: 1px solid #2a2e31;
}
.content-quote .layer p{flex: 1 1 22rem;
  color: #e9ebec;}
.content-quote .layer a{
  color: #0b0c0d;
  background: #8fd12a;
  text-decoration: none;
  padding: 0.6rem 1.1rem;
  border-radius: 0.51rem;
  font-size: calc(18.4px * .875);
  transition: background 290ms var(--motion-hover);
}
.content-quote .layer a:hover{
  background: #a4e63c;color:#e9ebec;}
@media (max-width: 800px) {.content-quote .simple-feature{ grid-template-columns: 1fr; gap: calc(2.14rem * 1.5); }.content-quote .layer{ flex-direction: column; align-items: flex-start; }
}
.featured-grid{padding:calc(1.5rem * 2.4) 2.23rem;background:var(--line-clear);color:var(--tone-deep)}
.featured-grid .headline{max-width:1640px;margin:0 auto}
.featured-grid .wide-block{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.4fr);gap:calc(2.14rem * 1.5);align-items:start}
.featured-grid .steady-wrap{min-width:0;border-left:2px solid var(--line-strong);padding-left:2.23rem}
.featured-grid h2{margin:0;font-size:calc(18.4px * 2);line-height:1.1}
.featured-grid .steady-wrap p{margin:1.5rem 0 0;font-size:18.4px;line-height:1.8;}
.featured-grid .open-list{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.featured-grid .open-list a{display:block;min-width:0;background:#1d2124;color:#e9ebec;border:1px solid #2a2e31;border-radius:0.51rem;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:border-color 290ms var(--motion-hover),background 290ms var(--motion-hover)}
.featured-grid .open-list a:hover{border-color:var(--line-strong);background:var(--ink-strong);color:var(--paint-card);}
.featured-grid strong{display:block;font-size:calc(18.4px * 1.125);line-height:1.2}
.featured-grid span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(18.4px * .875);line-height:1.8;}
@media(max-width:780px){.featured-grid .wide-block{display:block}.featured-grid .steady-wrap{padding-left:1.5rem}.featured-grid .open-list{margin-top:calc(2.14rem * 1.5)}.featured-grid h2{font-size:calc(18.4px * 1.35)}}
.featured-fields{
    padding:calc(1.5rem * 2.4) 2.23rem;
    background:var(--line-clear);
    color:var(--tone-deep);
}
.featured-fields .local-callout{max-width:1640px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.14rem * 1.5);}
.featured-fields .team-headline{display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:0.6rem 1.2rem;
    padding-bottom:calc(1.5rem * .75);
    border-bottom:1px solid #2a2e31;}
.featured-fields .local-media{margin:0;
    font-size:calc(18.4px * 1.35);
    letter-spacing:0.02em;}
.featured-fields .plain-benefit{margin:0;
    font-size:calc(18.4px * .875);
    color:var(--paint-card);
    font-family:"Quicksand", sans-serif;}
.featured-fields .open-media{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.featured-fields .media-wrap{margin:0;
    font-size:18.4px;
    line-height:1.8;}
.featured-fields .legal{list-style:none;
    margin:0;
    padding:calc(1.5rem * .75) 0 0;
    border-top:1px solid #2a2e31;
    display:flex;
    flex-direction:column;
    gap:0.55rem;}
.featured-fields .simple-feature{display:flex;
    flex-wrap:wrap;
    gap:0.4rem 1rem;
    align-items:baseline;
    font-size:calc(18.4px * .875);}
.featured-fields .narrow-items{min-width:6.5rem;
    color:var(--paint-card);
    text-transform:uppercase;
    letter-spacing:0.08em;
    font-size:calc(18.4px * .875);}
.featured-fields .fresh-panel{color:var(--tone-deep);
    text-decoration:none;}
.featured-fields a.value{color:#c9f24d;
    border-bottom:1px solid transparent;
    transition:color 290ms var(--motion-hover), border-color 290ms var(--motion-hover);}
.featured-fields a.value:hover{color:#8fd12a;
    border-bottom-color:#8fd12a;}
@media (min-width:760px){.featured-fields .open-media{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:2.14rem;
    }.featured-fields .legal{
        flex-direction:row;
        flex-wrap:wrap;
        gap:1rem 2.4rem;
    }
}
.fresh-area{padding:calc(1.5rem * 2.4) 2.23rem;background:linear-gradient(135deg, #0e1012 0%, #16191b 55%, #1d2124 100%);color:#e9ebec}
.fresh-area .headline{max-width:1640px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.46fr) minmax(0,1fr);gap:calc(2.14rem * 1.5);align-items:stretch}
.fresh-area .person{display:flex;flex-direction:column;gap:2.14rem;padding:2.14rem;border-radius:1.15rem;background:var(--ink-strong);color:var(--paint-card);border:1px solid #2a2e31}
.fresh-area h2{margin:0;font-size:calc(18.4px * 2);line-height:1.15}
.fresh-area .person>p{margin:0;font-size:18.4px;line-height:1.8}
.fresh-area .narrow-story{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin-top:auto}
.fresh-area .service-quote{padding:calc(1.5rem * .75);border-radius:0.51rem;background:#1d2124;color:#e9ebec;border:1px solid #2a2e31}
.fresh-area .service-quote span{display:block;font-size:calc(18.4px * .875);letter-spacing:.04em;text-transform:uppercase;}
.fresh-area .service-quote strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-size:18.4px;line-height:1.5;font-weight:600}
.fresh-area .clear-steps{position:relative;min-height:clamp(26rem,50vw,40rem);border-radius:1.15rem;overflow:hidden;border:1px solid #2a2e31;box-shadow:0 8px 18px rgba(0,0,0,0.23);background:#1d2124;color:#e9ebec;}
.fresh-area iframe{display:block;width:100%;height:100%;border:0;filter:grayscale(.15) contrast(1.02)}
@media (max-width: 900px){.fresh-area .headline{grid-template-columns:1fr}.fresh-area .clear-steps{min-height:22rem}
}
.focused-list{padding:calc(1.5rem * 2.4) 2.23rem;background:var(--line-clear);color:var(--tone-deep)}
.focused-list .headline{width:min(100%,calc(1640px*.72));margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}
.focused-list .steady-wrap{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.focused-list h2{margin:0;font-size:calc(18.4px * 2);line-height:1.1}
.focused-list .media-block{margin:0;color:var(--paint-card);line-height:1.8}
.focused-list .text{display:flex;flex-wrap:wrap;gap:calc(2.14rem * 1.5) 2.14rem}
.focused-list .simple-benefit{display:flex;flex-direction:column;gap:calc(1.5rem * .75);flex:1 1 16rem;min-width:0}
.focused-list .active-intro{flex:1 1 100%}
.focused-list label{font-size:calc(18.4px * .875);color:var(--paint-card);letter-spacing:.02em}
.focused-list input,.focused-list textarea{width:100%;padding:calc(1.5rem * .75);border:1px solid #2a2e31;border-radius:0.27rem;background:#1d2124;color:#e9ebec;font:inherit}
.focused-list input::placeholder,.focused-list textarea::placeholder{color:rgba(255,255,255,0.55)}
.focused-list input:focus,.focused-list textarea:focus{outline:none;border-color:var(--line-strong);box-shadow:0 0 0 3px rgba(201,242,77,0.55)}
.focused-list textarea{resize:vertical;min-height:8rem}
.focused-list .form-foot{flex:1 1 100%;display:flex;flex-wrap:wrap;align-items:center;gap:calc(2.14rem * 1.5)}
.focused-list .compact-block{padding:calc(1.5rem * .75) 1.5rem;border:1px solid var(--line-strong);border-radius:0.27rem;background:var(--line-strong);color:#0b0c0d;font:inherit;cursor:pointer;transition:background 290ms var(--motion-hover)}
.focused-list .compact-block:hover{background:#d8ff5e;color:#e9ebec;}
.focused-list .clear-actions{flex:1 1 18rem;margin:0;font-size:calc(18.4px * .875);color:var(--paint-card);line-height:1.8}
.focused-list .main-figure{border-top:1px solid #2a2e31;padding-top:calc(2.14rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.focused-list .view{margin:0;color:var(--paint-card)}
.focused-list .strong-menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.focused-list .strong-menu li{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);align-items:baseline}
.focused-list .strong-menu .k{min-width:6rem;font-size:calc(18.4px * .875);color:var(--paint-card);text-transform:uppercase;letter-spacing:.06em}
.focused-list .strong-menu a{color:#c9f24d;text-decoration:none;border-bottom:1px solid transparent;transition:color 290ms var(--motion-hover),border-color 290ms var(--motion-hover)}
.focused-list .strong-menu a:hover{color:#8fd12a;border-color:#8fd12a}
@media(max-width:560px){.focused-list .simple-benefit{flex:1 1 100%}.focused-list .strong-menu .k{min-width:0}
}
.media-details{
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.23rem;
  background: var(--line-clear);
  color: var(--tone-deep);
}
.media-details .headline{display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 1.5rem 2.14rem;
  max-width: 1640px;
  margin: 0 auto;}
.media-details .steady-wrap{grid-column: 1 / 2;}
.media-details h2{margin: 0 0 calc(2.14rem * 1.5);
  font-size: calc(18.4px * 2);
  line-height: 1.08;
  letter-spacing: -0.01em;}
.media-details .team-brand{margin: 0;
  font-size: 18.4px;
  line-height: 1.8;}
.media-details .strong-shell{
  grid-column: 2 / 3;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) 1.5rem;
  background: #1d2124;
  color: #e9ebec;
  border: 1px solid #2a2e31;
  border-radius: 0.81rem;
  box-shadow: 0 1px 6px rgba(0,0,0,0.18);
}
.media-details .simple-feature{display: block;
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid #2a2e31;
  color: inherit;
  text-decoration: none;
  animation: contactCatalogRise calc(290ms * 2.4) var(--motion-hover) both;}
.media-details .simple-feature:last-child{padding-bottom: 0;
  border-bottom: 0;}
.media-details .bottom-block{animation-delay: calc(290ms * .3);}
.media-details .offer-callout{animation-delay: calc(290ms * .6);}
.media-details .simple-feature span{display: block;
  margin-bottom: calc(1.5rem * .75);
  font-size: calc(18.4px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.media-details .simple-feature strong{font-size: calc(18.4px * 1.125);
  overflow-wrap: anywhere;}
.media-details .simple-feature p{margin: 0;
  line-height: 1.8;
  overflow-wrap: anywhere;}
.media-details .clear-actions{grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.14rem;
  padding-top: 1.5rem;
  border-top: 1px solid #2a2e31;}
.media-details .clear-actions p{margin: 0;
  font-size: 18.4px;
  line-height: 1.8;}
.media-details .local-brand{grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 2.14rem;}
.media-details .local-brand a{
  display: inline-block;
  padding: 0.72rem 1.35rem;
  font-size: calc(18.4px * .875);
  letter-spacing: 0.02em;
  text-decoration: none;
  border-radius: 0.51rem;
  background: var(--line-strong);
  color: #0b0c0d;
  transition: background 290ms var(--motion-hover);
}
.media-details .local-brand a:hover{
  background: #d8ff5e;color:#e9ebec;}
.media-details .local-brand a + a{
  background: transparent;
  color: var(--tone-deep);
  border: 1px solid #2a2e31;
}
.media-details .local-brand a + a:hover{
  background: color-mix(in srgb, currentColor 10%, transparent);color:#e9ebec;}
@keyframes contactCatalogRise {from{ opacity: 0; transform: translateY(calc(calc(2.14rem * 2) * .12)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.media-details .headline{
    grid-template-columns: minmax(0, 1fr);
  }.media-details .steady-wrap,
  .media-details .strong-shell,
  .media-details .clear-actions,
  .media-details .local-brand{
    grid-column: 1 / -1;
  }.media-details .clear-actions{
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (prefers-reduced-motion: reduce) {.media-details .simple-feature{ animation: none; }
}
.soft-visual{padding:calc(1.5rem * 2.4) 2.23rem;background:var(--line-clear);color:var(--tone-deep)}
.soft-visual .site-benefit{max-width:min(1640px,60rem);margin:0 auto}
.soft-visual h2{margin:0;font-size:calc(18.4px * 2.65);line-height:1.1;letter-spacing:-0.01em}
.soft-visual .wide-headline{margin:1.5rem 0 calc(2.14rem * 1.5);font-size:calc(18.4px * 1.125);}
.soft-visual .site-intro{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.soft-visual .clear-actions{padding:calc(1.5rem * .75) 2.23rem;background:#1d2124;color:#e9ebec;border:1px solid #2a2e31;border-radius:0.81rem}
.soft-visual h3{margin:0 0 calc(1.5rem * .75);font-size:calc(18.4px * 1.35);line-height:1.25}
.soft-visual .clear-actions p{margin:0}
.soft-visual .clear-actions a{text-decoration:none;border-bottom:1px solid #c9f24d}
.soft-visual .clear-actions a:hover{border-bottom-color:#8fd12a}
.soft-visual .compact-figure{margin:calc(2.14rem * 1.5) 0 0;font-size:calc(18.4px * .875);}
@media (max-width:640px){.soft-visual .clear-actions{padding:calc(1.5rem * .75)}
}
.direct-shell{padding:calc(1.5rem * 2.4) 2.23rem;background:var(--line-clear);color:var(--tone-deep)}
.direct-shell .headline{max-width:1640px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.14rem * 1.5)}
.direct-shell .team-headline{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.direct-shell h2{margin:0;font-size:calc(18.4px * 2);line-height:1.12}
.direct-shell .media-block{margin:0;font-size:18.4px;line-height:1.8;color:var(--paint-card)}
.direct-shell .wide-content{display:flex;flex-wrap:wrap;gap:2.14rem}
.direct-shell .text-body{flex:1 1 16rem;min-width:0;background:#1d2124;color:#e9ebec;border:1px solid #2a2e31;border-radius:0.81rem;padding:calc(1.5rem * .75);display:flex;flex-direction:column;gap:calc(1.5rem * .75);overflow-wrap:anywhere}
.direct-shell .compact-service{flex:1 1 100%}
.direct-shell .clear-tile{font-size:calc(18.4px * .875);letter-spacing:.04em;text-transform:uppercase;color:var(--paint-card)}
.direct-shell .fresh-panel{margin:0;font-size:calc(18.4px * 1.125);line-height:1.3;color:#c9f24d;text-decoration:none}
.direct-shell a.value:hover{color:#8fd12a}
.direct-shell p.value{color:#e9ebec}
.direct-shell .clear-actions{margin:0;font-size:calc(18.4px * .875);line-height:1.8;color:var(--paint-card)}
.direct-shell .layer{margin:0;font-size:calc(18.4px * .875);line-height:1.8;color:var(--paint-card)}
@media(max-width:640px){.direct-shell .wide-content{flex-direction:column}.direct-shell .text-body{flex:1 1 auto}}
.wide-body{
  padding: calc(1.5rem * 2.4) 2.23rem;
  background: var(--line-clear);
  color: var(--tone-deep);
}
.wide-body .headline{max-width: min(1640px, 78rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: calc(2.14rem * 1.5);
  align-items: start;}
.wide-body .team-brand h2{margin: 0;
  font-size: calc(18.4px * 2);
  line-height: 1.1;}
.wide-body .team-brand p{margin: calc(1.5rem * .75) 0 0;
  color: var(--paint-card);
  font-size: 18.4px;
  line-height: 1.8;}
.wide-body .clear-fields{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #2a2e31;}
.wide-body .text-body{
  border-bottom: 1px solid #2a2e31;
  background: transparent;
}
.wide-body .text-body button{
  width: 100%;
  border: 0;
  padding: calc(1.5rem * .75) 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: calc(18.4px * 1.125);
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 2.14rem;
}
.wide-body .text-body button::after{content: "+";
  font-size: 18.4px;
  color: var(--line-strong);
  flex: 0 0 auto;}
.wide-body .text-body.is-open button::after{content: "\2212";}
.wide-body .text-body p{margin: 0;
  padding: 0 0 calc(1.5rem * .75);
  color: var(--paint-card);
  font-size: 18.4px;
  line-height: 1.8;}
.wide-body .text-body:not(.is-open) p{display: none;}
.wide-body .text-body button:focus-visible{outline: 2px solid rgba(201,242,77,0.55);
  outline-offset: 2px;}
@media (max-width: 860px) {.wide-body .headline{
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.narrow-surface{
  padding: calc(1.5rem * 2.4) 2.23rem;
  background: var(--line-clear);
  color: var(--tone-deep);
}
.narrow-surface .headline{max-width: 1640px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 2.14rem;
  align-items: start;}
.narrow-surface .primary-story{
  padding: calc(1.5rem * .75);
  border-radius: 1.15rem;
  background: #1d2124;
  color: #e9ebec;
  border: 1px solid #2a2e31;
  box-shadow: 0 1px 6px rgba(0,0,0,0.18);
}
.narrow-surface .media-items{
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 0.27rem;
  background: #8fd12a;
  color: #0b0c0d;
  font-size: calc(18.4px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.narrow-surface h2{margin: calc(2.14rem * 1.5) 0 0;
  font-size: calc(18.4px * 2);
  line-height: 1.15;}
.narrow-surface .primary-story p{margin: calc(2.14rem * 1.5) 0 0;
  font-size: calc(18.4px * 1.125);}
.narrow-surface .narrow-story{display: flex;
  flex-direction: column;
  gap: calc(2.14rem * 1.5);}
.narrow-surface .simple-feature{
  padding: calc(1.5rem * .75);
  border-radius: 0.81rem;
  background: var(--ink-strong);
  color: var(--paint-card);
  border-left: 3px solid #8fd12a;
}
.narrow-surface .simple-feature strong{display: block;
  font-size: calc(18.4px * 1.35);}
.narrow-surface .simple-feature p{margin: calc(2.14rem * 1.5) 0 0;}
.narrow-surface .simple-feature a{text-decoration: underline;
  text-underline-offset: 3px;}
.narrow-surface .simple-feature a:hover{}
.narrow-surface .text-surface{grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: calc(2.14rem * 1.5);
  padding-top: calc(2.14rem * 1.5);
  border-top: 1px solid #2a2e31;}
.narrow-surface .text-surface a{
  padding: 0.5rem 1rem;
  border-radius: 0.51rem;
  background: transparent;
  color: var(--tone-deep);
  text-decoration: none;
  font-size: 18.4px;
  border: 1px solid #2a2e31;
  transition: background 290ms var(--motion-hover), color 290ms var(--motion-hover);
}
.narrow-surface .text-surface a:hover{
  background: var(--line-strong);
  color: #0b0c0d;
  border-color: var(--line-strong);
}
@media (max-width: 760px) {.narrow-surface .headline{
    grid-template-columns: 1fr;
  }
}
.strong-section{
  --mark-active:calc(1.5rem * 1.18);
  --axis-base:calc(1640px / 2.35);
  padding:calc(1.5rem * 2.4) 2.23rem;
  background:var(--line-clear);
  color:var(--tone-deep);
}
.strong-section .headline{max-width:1640px;
  margin:0 auto;}
.strong-section h1,
.strong-section h2,
.strong-section h3,
.strong-section p{margin:0;}
.strong-section h2{font-size:calc(18.4px * 2);
  line-height:1.14;
  letter-spacing:-0.01em;}
.strong-section p{font-size:18.4px;
  line-height:1.8;}
.strong-section a{color:#c9f24d;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 290ms var(--motion-hover), border-color 290ms var(--motion-hover);}
.strong-section a:hover{color:#8fd12a;
  border-bottom-color:#8fd12a;}
.strong-section .focused-nav > h2,
.strong-section .focused-nav > p,
.strong-section .focused-nav > .local-brand{margin-top:1.5rem;}
.strong-section .media-block{font-size:calc(18.4px * 1.125);
  color:var(--tone-deep);}
.strong-section .clear-actions{max-width:var(--axis-base);
  color:var(--paint-card);}
.strong-section .local-brand{
  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.51rem;
  background:var(--line-strong);
  color:#0b0c0d;
  font-weight:600;
  border-bottom:none;
  transition:background 290ms var(--motion-hover), color 290ms var(--motion-hover);
}
.strong-section .local-brand:hover{
  background:#d8ff5e;
  color:#0b0c0d;
  border-bottom-color:transparent;
}
.strong-section .text-surface{margin-top:var(--mark-active);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #2a2e31;
  font-size:calc(18.4px * .875);
  color:var(--paint-card);}
@media (max-width:640px){.strong-section .local-brand{
    width:100%;
  }
}
.secondary-tile{
  background: var(--line-clear);
  color: var(--tone-deep);
  padding: calc(1.5rem * 2.4) 2.23rem;
}
.secondary-tile .headline{width: min(100%, 1640px);
  margin: 0 auto;}
.secondary-tile .focused-inner{display: flex;
  align-items: flex-start;
  gap: calc(2.14rem * 1.5);}
.secondary-tile .soft-team{flex: 0 0 210px;
  padding-top: 6px;}
.secondary-tile .soft-team a{
  display: inline-flex;
  max-width: 100%;
  padding: 12px 18px;
  border-radius: 0.51rem;
  background: var(--line-strong);
  color: #0b0c0d;
  text-decoration: none;
  font-weight: 700;
  transition: background 290ms var(--motion-hover);
}
.secondary-tile .soft-team a:hover{
  background: #d8ff5e;color:#e9ebec;}
.secondary-tile .media-tile{flex: 1 1 auto;
  min-width: 0;}
.secondary-tile h1{margin: 0;
  font-size: clamp(calc(18.4px * 2), 6vw, calc(18.4px * 2.65));
  line-height: 1.05;
  letter-spacing: -0.01em;}
.secondary-tile p{margin: 1.5rem 0 0;
  font-size: calc(18.4px * 1.125);
  line-height: 1.8;
  color: var(--paint-card);}
.secondary-tile .text-surface{display: flex;
  flex-wrap: wrap;
  gap: 2.14rem;
  margin-top: calc(2.14rem * 1.5);}
.secondary-tile .text-surface a{
  padding: 11px 16px;
  border-radius: 0.27rem;
  background: #1d2124;
  color: #e9ebec;
  border: 1px solid #2a2e31;
  text-decoration: none;
  font-size: calc(18.4px * .875);
  transition: border-color 290ms var(--motion-hover), background 290ms var(--motion-hover);
}
.secondary-tile .text-surface a:hover{
  border-color: var(--line-strong);
  background: var(--ink-strong);color:var(--paint-card);}
.secondary-tile .clear-actions{margin-top: calc(2.14rem * 1.5);
  font-size: calc(18.4px * .875);
  color: var(--paint-card);}
.secondary-tile .clear-actions a{color: #c9f24d;
  text-decoration: underline;}
.secondary-tile .clear-actions a:hover{color: #8fd12a;}
@media (max-width: 720px) {.secondary-tile .focused-inner{
    flex-direction: column;
    gap: calc(2.14rem * 1.5);
  }.secondary-tile .soft-team{
    flex-basis: auto;
    padding-top: 0;
  }
}
