*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Fira Sans", sans-serif;}
a{color:inherit;}
.active-proof {
    width: 100%;
    background: #FFFFFF;
    color: #14171A;
    border-bottom: 1px solid #DDE1E5;
  }
.steady-grid {
    max-width: 1600px;
    margin: 0 auto;
    padding: calc(1.76rem * 1.5) 2.17rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1.76rem;
  }
.main {
    font-size: calc(18.1px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #14171A;
    text-decoration: none;
    white-space: nowrap;
  }
:root {
  --ink-page: #F4F5F6;
  --paint-deep: #0E1013;
  --ease-nav: cubic-bezier(0.16,1,0.3,1);
}
.main:hover {
    color: #C81E2B;
  }
.contact-stack {
    justify-self: center;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: calc(1.76rem * 1.25);
  }
.nav-list a {
    display: inline-block;
    padding: 0.35rem 0.15rem;
    font-size: calc(18.1px * .875);
    font-weight: 500;
    color: #14171A;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 300ms var(--ease-nav),
                border-color 300ms var(--ease-nav);
  }
.nav-list a:hover {
    color: #C81E2B;
    border-bottom-color: #C81E2B;
  }
.page-quote {
    display: flex;
    align-items: center;
    gap: 1.76rem;
  }
.compact-panel {
    font-size: calc(18.1px * .875);
    color: #14171A;
    text-decoration: none;
    white-space: nowrap;
  }
.compact-panel:hover {
    color: #C81E2B;
  }
.local-surface {
    display: inline-block;
    padding: 0.55rem 1rem;
    font-size: calc(18.1px * .875);
    font-weight: 600;
    background: #F2C200;
    color: #0E1013;
    border-radius: 0.47rem;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0,0,0,0.11);
    transition: background 300ms var(--ease-nav),
                box-shadow 300ms var(--ease-nav);
  }
.local-surface:hover{
    background: #D9AE00;
    box-shadow: 0 10px 22px rgba(0,0,0,0.14);color:#14171A;}
.public-list {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #F4F5F6;
    color: #14171A;
    border: 1px solid #DDE1E5;
    border-radius: 0.28rem;
    cursor: pointer;
  }
.public-list span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 0 auto;
    background: currentColor;
    border-radius: 1px;
  }
@media (max-width: 960px) {
    .steady-grid {
      grid-template-columns: auto auto;
      justify-content: space-between;
    }

    .contact-stack {
      justify-self: stretch;
    }

    .nav-list {
      gap: 1.76rem;
    }

    .compact-panel {
      display: none;
    }
  }
@media (max-width: 767px) {
    .steady-grid {
      grid-template-columns: 1fr auto;
      align-items: center;
      position: relative;
    }

    .public-list {
      display: flex;
    }

    .contact-stack {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #FFFFFF;
      color: #14171A;
      border: 1px solid #DDE1E5;
      border-radius: 1rem;
      box-shadow: 0 26px 36px rgba(0,0,0,0.17);
      padding: calc(1.5rem * .75);
      margin-top: calc(1.76rem * 1.5);
      z-index: 20;
    }

    .contact-stack.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }

    .nav-list li + li {
      border-top: 1px solid #DDE1E5;
    }

    .nav-list a {
      display: block;
      padding: 0.75rem 0.25rem;
      font-size: 18.1px;
      border-bottom: none;
    }

    .nav-list a:hover {
      border-bottom-color: transparent;
      color: #C81E2B;
    }

    .local-surface {
      padding: 0.5rem 0.85rem;
    }
  }
.simple-callout{font-family:"Fira Sans", sans-serif;font-size:calc(18.1px * .875);line-height:1.6;padding:calc(1.5rem * 2.4) 2.17rem;background:var(--paint-deep);color:var(--ink-page);}
.text-grid{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(1.76rem * 1.5)}
.unit{font-size:calc(18.1px * 1.35);margin:0 0 calc(1.5rem * .75);font-weight:600;letter-spacing:0.01em}
.visual-group{font-style:normal;display:grid;gap:calc(1.76rem / 2);font-size:18.1px}
.page-story{display:block}
.visual-group a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:1px}
.visual-group a:hover{color:inherit;opacity:0.8}
.bottom-region{font-size:calc(18.1px * 1.125);font-weight:700;margin:0 0 calc(1.76rem / 2);letter-spacing:0.02em}
.text-block{margin:0;font-size:calc(18.1px * .875);max-width:42ch;opacity:0.85}
.content-steps{display:grid;grid-template-columns:1fr;gap:calc(1.76rem * 1.5)}
.page-media{font-size:calc(18.1px * .875);text-transform:uppercase;letter-spacing:0.08em;margin:0 0 calc(1.76rem / 2);font-weight:600;opacity:0.75}
.plain-items{list-style:none;padding:0;margin:0;display:grid;gap:calc(1.76rem / 3)}
.plain-items a{color:inherit;text-decoration:none;font-size:calc(18.1px * .875)}
.plain-items a:hover{color:inherit;text-decoration:underline}
.simple-area{border-top:1px solid currentColor;padding-top:calc(1.5rem * .75);display:grid;gap:calc(1.76rem / 2)}
.site-body{margin:0;font-size:calc(18.1px * .875);opacity:0.85;max-width:90ch}
.primary-list{margin:0;font-size:calc(18.1px * .875);opacity:0.75}
@media (min-width: 640px) {.content-steps{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.text-grid{grid-template-columns:minmax(0, 1.1fr) minmax(0, 1fr);grid-template-areas:"contact brand"
        "nav nav"
        "legal legal";column-gap:calc(1.76rem * 1.5);row-gap:calc(1.5rem * 2.4)}.local-content{grid-area:contact}.clear-intro{grid-area:brand}.content-steps{grid-area:nav;grid-template-columns:repeat(3, minmax(0, 1fr))}.simple-area{grid-area:legal}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:2.17rem;right:2.17rem;bottom:1.5rem;z-index:1200;}
.cookies .strong-media{max-width:1600px;margin:0 auto;padding:1.5rem 2.17rem;background:#C81E2B;border-radius:1rem;box-shadow:0 26px 36px rgba(0,0,0,0.17);display:grid;grid-template-columns:1fr auto;gap:1.76rem;align-items:center;color:#FFFFFF;}
.cookies .primary-menu strong{display:block;margin-bottom:4px;}
.cookies .primary-menu p{margin:0;opacity:.95;}
.cookies .strong-summary{display:flex;gap:8px;flex-wrap:wrap;}
.cookies .strong-summary button{border:1px solid color-mix(in srgb, currentColor 12%, transparent);background:color-mix(in srgb, currentColor 20%, transparent);color:inherit;border-radius:0.28rem;padding:8px 10px;cursor:pointer;}
.cookies .strong-summary button.cookie-accept{background:var(--paint-deep);color:var(--ink-page);}
@media (max-width: 760px){.cookies .strong-media{grid-template-columns:1fr;}
    }
.offer-area{
  padding:calc(1.5rem * 2.4) 2.17rem;
  background:linear-gradient(rgba(14,16,19,.72),rgba(14,16,19,.72)),url("https://images.pexels.com/photos/1216589/pexels-photo-1216589.jpeg?auto=compress&cs=tinysrgb&w=800") center/cover no-repeat,var(--paint-deep);
  color:var(--ink-page);
}
.offer-area .strong-media{max-width:1600px;margin:0 auto;}
.offer-area h1,.offer-area p{margin:0;}
.offer-area h1{
  font-size:calc(18.1px * 2.65);
  line-height:1.08;
  flex:1 1 46%;
  min-width:0;
}
.offer-area .clear-team{
  margin-top:calc(1.76rem * 1.5);
  font-size:calc(18.1px * 1.125);
  line-height:1.6;
}
.offer-area .compact-actions p{
  font-size:18.1px;
  line-height:1.6;
}
.offer-area .secondary-fields{
  display:flex;
  align-items:flex-end;
  gap:1.76rem;
  flex-wrap:wrap;
}
.offer-area .profile{flex:1 1 46%;min-width:0;}
.offer-area .compact-actions{flex:1 1 32%;min-width:0;}
.offer-area .mark{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:calc(1.5rem * .75);
  margin-top:1.5rem;
}
.offer-area .primary-track{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.28rem;
  background:#F2C200;
  color:#0E1013;
  text-decoration:none;
  font-weight:600;
  transition:background 300ms var(--ease-nav);
}
.offer-area .primary-track:hover{background:#D9AE00;color:#14171A;}
.offer-area .main-summary{
  text-decoration:none;
  border-bottom:1px solid rgba(244,245,246,.45);
  padding-bottom:2px;
  font-size:calc(18.1px * .875);
  transition:border-color 300ms var(--ease-nav);
}
.offer-area .main-summary:hover{border-color:#F2C200;}
@media(max-width:760px){.offer-area .secondary-fields{align-items:flex-start;flex-direction:column;}.offer-area .profile,.offer-area .compact-actions{flex:1 1 100%;}
}
.featured-region{--state-local:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.17rem;background:#FFFFFF;color:#14171A;}
.featured-region .strong-media{max-width:1600px;margin:0 auto;}
.featured-region h2,.featured-region h3,.featured-region p{margin:0;}
.featured-region h2{font-size:calc(18.1px * 2);line-height:1.12;}
.featured-region h3{font-size:calc(18.1px * 1.35);line-height:1.22;}
.featured-region p{font-size:18.1px;line-height:1.6;}
.featured-region a{color:inherit;text-decoration:none;}
.featured-region img{display:block;width:100%;height:auto;border-radius:0.47rem;}
.featured-region .fresh-story{display:flex;flex-wrap:wrap;gap:1.76rem;align-items:flex-start;}
.featured-region .fresh-story>h2{flex:1 1 calc(1600px / 3.2);min-width:0;}
.featured-region .fresh-story>.profile{flex:1 1 calc(1600px / 2.4);min-width:0;}
.featured-region .fresh-menu{display:flex;flex-wrap:wrap;gap:var(--state-local);margin-top:var(--state-local);}
.featured-region .narrow-surface{flex:1 1 calc(1600px / 3.6);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(calc(1.5rem * .75) * .9);border:1px solid #DDE1E5;border-radius:0.47rem;background:#FFFFFF;color:#14171A;}
.featured-region .narrow-surface .primary-header{margin:0;}
.featured-region .narrow-surface .wide-details{font-size:calc(18.1px * .875);}
.featured-region .mark{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:auto;padding:calc(calc(1.5rem * .75) * .7) 1.5rem;border-radius:0.28rem;background:#F2C200;color:#0E1013;transition:background 300ms var(--ease-nav);}
.featured-region .mark:hover{background:#D9AE00;color:#14171A;}
.featured-region .main-summary{margin-top:var(--state-local);padding-top:calc(1.5rem / 2);border-top:1px solid #DDE1E5;font-size:calc(18.1px * .875);}
.featured-region .main-summary a{border-bottom:1px solid currentColor;}
.featured-region .main-summary a:hover{}
@media (max-width:760px){.featured-region .fresh-story>h2,.featured-region .fresh-story>.profile,.featured-region .narrow-surface{flex:1 1 100%;}
}
.steady-header{
  --state-local:calc(1.5rem * 1.15);
  --state-main:calc(1600px / 6.4);
  padding:calc(1.5rem * 2.4) 2.17rem;
  background:#FFFFFF;
  color:#14171A;
}
.steady-header .strong-media{max-width:1600px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--state-local);}
.steady-header h2,
.steady-header h3,
.steady-header p{margin:0;}
.steady-header h2{font-size:calc(18.1px * 2);
  line-height:1.15;}
.steady-header h3{font-size:calc(18.1px * 1.35);
  line-height:1.25;}
.steady-header p{font-size:18.1px;
  line-height:1.6;}
.steady-header .clear-team{display:flex;
  flex-wrap:wrap;
  gap:1.76rem;
  align-items:flex-start;}
.steady-header .clear-team>h2{flex:1 1 calc(1600px / 3.2);
  min-width:0;}
.steady-header .clear-team>.profile{flex:1 1 calc(1600px / 3.2);
  min-width:0;
  color:#14171A;}
.steady-header .fresh-menu{display:flex;
  flex-wrap:wrap;
  gap:1.76rem;}
.steady-header .narrow-surface{
  flex:1 1 calc(1600px / 3.6);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .8);
  padding:calc(calc(1.5rem * .75) * .9);
  border:1px solid #DDE1E5;
  border-radius:0.47rem;
  background:#FFFFFF;
  color:#14171A;
}
.steady-header .offer-region{
  overflow:hidden;
  border-radius:0.28rem;
  background:#F4F5F6;color:#14171A;}
.steady-header .offer-region img{display:block;
  width:100%;
  height:var(--state-main);
  object-fit:cover;}
.steady-header .secondary-proof{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);}
.steady-header .secondary-proof p{color:#14171A;}
.steady-header .main-summary{
  align-self:flex-start;
  margin-top:auto;
  padding:calc(calc(1.5rem * .75) * .45) calc(1.5rem * .7);
  border-radius:0.28rem;
  background:#F2C200;
  color:#0E1013;
  font-size:calc(18.1px * .875);
  font-weight:600;
  text-decoration:none;
  transition:background 300ms var(--ease-nav);
}
.steady-header .main-summary:hover,
.steady-header .main-summary:focus-visible{
  background:#D9AE00;color:#14171A;}
.steady-header .wide-details{padding-top:calc(1.76rem * 1.5);
  border-top:1px solid #DDE1E5;
  font-size:calc(18.1px * .875);
  color:#14171A;}
.steady-header .wide-details a{color:inherit;
  text-decoration:underline;}
.steady-header .wide-details a:hover{color:#C81E2B;}
@media (max-width:720px){.steady-header .clear-team>h2,
  .steady-header .clear-team>.profile,
  .steady-header .narrow-surface{
    flex:1 1 100%;
  }.steady-header .offer-region img{
    height:auto;
    aspect-ratio:16 / 10;
  }
}
.steady-figure{--state-local:calc(1.5rem * 1.29);--state-static:calc(1600px / 2.40);padding:calc(1.5rem * 2.4) 2.17rem;background:#C81E2B;color:#FFFFFF;}
.steady-figure .strong-media{max-width:1600px;margin:0 auto;}
.steady-figure h1,.steady-figure h2,.steady-figure h3,.steady-figure p{margin:0;}
.steady-figure h1{font-size:calc(18.1px * 2.65);line-height:1.08;}
.steady-figure h2{font-size:calc(18.1px * 2);line-height:1.12;}
.steady-figure h3{font-size:calc(18.1px * 1.35);line-height:1.2;}
.steady-figure p{font-size:18.1px;line-height:1.6;}
.steady-figure .wide-details{font-size:calc(18.1px * 1.125);line-height:1.5;max-width:var(--state-static);}
.steady-figure a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.steady-figure .fresh-menu{display:flex;flex-wrap:wrap;gap:var(--state-local);margin-top:var(--state-local);}
.steady-figure .narrow-surface{flex:1 1 calc(1600px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.47rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.steady-figure .narrow-surface p{margin-top:calc(1.5rem / 3);}
.steady-figure .public-view>.fresh-menu{margin-top:var(--state-local);}
.steady-figure .public-view>h2{margin-top:var(--state-local);}
.steady-figure .main-summary{margin-top:var(--state-local);font-size:calc(18.1px * .875);}
.team-block{padding:calc(1.5rem * 2.4) 2.17rem;background:var(--paint-deep);color:var(--ink-page)}
.team-block .strong-media{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:minmax(15rem,.4fr) minmax(0,1fr);gap:calc(1.76rem * 1.5)}
.team-block h2{margin:0;font-size:calc(18.1px * 2);line-height:1.1}
.team-block .visual-summary p{margin:1.5rem 0 0;color:#C9CDD2;line-height:1.6}
.team-block .active-inner{display:flex;flex-direction:column;gap:1.5rem}
.team-block .narrow-surface{display:grid;grid-template-columns:minmax(9rem,.28fr) minmax(0,1fr);gap:1.76rem;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(244,245,246,.18)}
.team-block .narrow-surface:first-child{padding-top:0;border-top:0}
.team-block h3{margin:0;font-size:calc(18.1px * 1.35);color:#F2C200}
.team-block .narrow-surface p{margin:0;color:#C9CDD2;line-height:1.6}
@media(max-width:720px){.team-block .strong-media{display:block}.team-block .active-inner{margin-top:calc(1.76rem * 1.5)}.team-block .narrow-surface{display:block;padding-top:1.5rem}.team-block .narrow-surface p{margin-top:calc(1.5rem * .75)}}
.public-group{
  background: var(--paint-deep);
  color: var(--ink-page);
  padding: calc(1.5rem * 2.4) 2.17rem;
}
.public-group .strong-media{width: min(100%, 1600px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.76rem;
  align-items: flex-start;}
.public-group .compact-actions{flex: 1 1 30rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.76rem * 1.5);}
.public-group .open-visual{flex: 1 1 22rem;
  min-width: 0;
  display: block;
  width: 100%;
  min-height: 34rem;
  object-fit: cover;
  border-radius: 1rem;}
.public-group h2,
.public-group p{margin: 0;}
.public-group h2{font-size: calc(18.1px * 2);
  line-height: 1.05;
  max-width: 18ch;}
.public-group .compact-actions > p{font-size: calc(18.1px * 1.125);
  line-height: 1.6;
  color: var(--ink-page);
  opacity: 0.86;}
.public-group .clear-stack{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  border-top: 1px solid rgba(244, 245, 246, 0.18);
  padding-top: calc(1.76rem * 1.5);}
.public-group .clear-stack div{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: baseline;
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid rgba(244, 245, 246, 0.12);}
.public-group .clear-stack div:last-child{border-bottom: none;
  padding-bottom: 0;}
.public-group strong{flex: 0 0 12rem;
  font-size: 18.1px;
  line-height: 1.2;}
.public-group span{flex: 1 1 18rem;
  min-width: 0;
  line-height: 1.6;
  color: var(--ink-page);
  opacity: 0.82;}
@media (max-width: 860px) {.public-group .open-visual{ min-height: 20rem; }.public-group strong{ flex: 1 1 100%; }
}
.content-frame{--state-local:calc(1.5rem * 1.22);--type-quiet:calc(1600px / 3.55);padding:calc(1.5rem * 2.4) 2.17rem;background:var(--paint-deep);color:var(--ink-page);}
.content-frame .strong-media{max-width:1600px;margin:0 auto;}
.content-frame h2,.content-frame h3,.content-frame p{margin:0;}
.content-frame h2{font-size:calc(18.1px * 2);line-height:1.12;}
.content-frame h3{font-size:calc(18.1px * 1.35);line-height:1.2;}
.content-frame p{font-size:18.1px;line-height:1.6;color:inherit;}
.content-frame a{color:inherit;text-decoration:none;}
.content-frame .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.76rem;}
.content-frame .row-title h2{flex:1 1 calc(1600px / 3);min-width:0;}
.content-frame .row-title>p{flex:1 1 calc(1600px / 3);min-width:0;}
.content-frame .fresh-menu{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-local);margin-top:var(--state-local);}
.content-frame .narrow-surface{flex:1 1 var(--type-quiet);min-width:0;padding-top:calc(calc(1.5rem * .75) / 2);border-top:1px solid #DDE1E5;}
.content-frame .narrow-surface p{margin-top:calc(1.5rem / 3);}
.content-frame .page-panel{padding-block-end:calc(var(--state-local) / 3);}
.content-frame .featured-track{row-gap:calc(var(--state-local) * .7);}
.secondary-intro{--state-local:calc(1.5rem * 1.05);--state-static:calc(1600px / 3.10);padding:calc(1.5rem * 2.4) 2.17rem;background:var(--paint-deep);color:var(--ink-page);}
.secondary-intro .strong-media{max-width:1600px;margin:0 auto;}
.secondary-intro h1,.secondary-intro h2,.secondary-intro h3,.secondary-intro p{margin:0;}
.secondary-intro h2{font-size:calc(18.1px * 2);line-height:1.12;}
.secondary-intro h3{font-size:calc(18.1px * 1.35);line-height:1.22;}
.secondary-intro p{font-size:18.1px;line-height:1.6;}
.secondary-intro .profile{color:color-mix(in srgb, currentColor 78%, transparent);}
.secondary-intro .narrow-surface p{color:color-mix(in srgb, currentColor 72%, transparent);}
.secondary-intro .narrow-surface p:first-child{font-size:calc(18.1px * .875);letter-spacing:.08em;margin-bottom:calc(1.5rem / 4);}
.secondary-intro a{text-decoration:none;border-bottom:1px solid color-mix(in srgb, #F2C200 45%, transparent);}
.secondary-intro a:hover{border-bottom-color:#C81E2B;}
.secondary-intro .strong-region{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.76rem;}
.secondary-intro .strong-region>h2{flex:1 1 calc(1600px / 3);min-width:0;}
.secondary-intro .strong-region>.profile{flex:1 1 calc(1600px / 3);min-width:0;}
.secondary-intro .fresh-menu{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-local);margin-top:var(--state-local);}
.secondary-intro .narrow-surface{flex:1 1 calc(1600px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.47rem;background:color-mix(in srgb, currentColor 9%, transparent);border-left:3px solid #F2C200;}
.secondary-intro .wide-details{flex:1 1 100%;margin-top:var(--state-local);padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);font-size:calc(18.1px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
@media (max-width:720px){.secondary-intro .strong-region>h2,.secondary-intro .strong-region>.profile,.secondary-intro .narrow-surface{flex:1 1 100%;}
}
.site-team{--state-local:calc(1.5rem * 1.12);--state-static:calc(1600px / 2.15);padding:calc(1.5rem * 2.4) 2.17rem;background:#F4F5F6;color:#14171A;}
.site-team .strong-media{max-width:1600px;margin:0 auto;}
.site-team h1,.site-team h2,.site-team h3,.site-team p{margin:0;}
.site-team h1{font-size:calc(18.1px * 2.65);line-height:1.08;}
.site-team h2{font-size:calc(18.1px * 2);line-height:1.12;}
.site-team h3{font-size:calc(18.1px * 1.35);line-height:1.2;}
.site-team p{font-size:18.1px;line-height:1.6;}
.site-team a{color:inherit;text-decoration:none;}
.site-team .mark{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.28rem;background:#F2C200;color:#0E1013;}
.site-team .wide-details{font-size:calc(18.1px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.site-team .fresh-menu{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.76rem;margin-top:var(--state-local);}
.site-team .narrow-surface{flex:1 1 calc(1600px / 4);min-width:0;padding:calc(1.5rem * .75);border-radius:0.47rem;background:#FFFFFF;color:#14171A;border:1px solid #DDE1E5;}
.site-team .narrow-surface p{margin-top:calc(1.5rem / 3);}
.site-team .narrow-surface .simple-header{font-size:calc(18.1px * .875);}
.site-team .soft-flow{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.76rem;}
.site-team .soft-flow>.compact-actions{flex:1 1 auto;min-width:0;}
.site-team .soft-flow>.mark{flex:0 0 auto;}
.site-team .soft-flow>.fresh-menu{flex:1 1 100%;}
.site-team .compact-actions h2{margin-top:calc(1.5rem / 2);}
.main-rail{
  --state-local:calc(1.5rem * 1.15);
  --gap-section:calc(calc(1.5rem * .75) * 1.05);
  padding:calc(1.5rem * 2.4) 2.17rem;
  background:#FFFFFF;
  color:#14171A;
}
.main-rail .strong-media{max-width:1600px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--state-local);}
.main-rail h2{margin:0;
  font-size:calc(18.1px * 2);
  line-height:1.14;}
.main-rail p{margin:0;
  font-size:18.1px;
  line-height:1.6;}
.main-rail .clear-team{display:flex;
  flex-direction:column;
  gap:calc(1.76rem * 1.5);}
.main-rail .profile{}
.main-rail .local-grid{display:flex;
  flex-direction:column;
  gap:calc(calc(1.76rem * 1.5) * .9);}
.main-rail details{
  padding:var(--gap-section);
  border:1px solid #DDE1E5;
  border-radius:0.47rem;
  background:#FFFFFF;
  color:#14171A;
}
.main-rail summary{cursor:pointer;
  font-weight:700;
  font-size:calc(18.1px * 1.125);
  line-height:1.3;
  list-style:none;}
.main-rail summary::-webkit-details-marker{display:none;}
.main-rail summary::after{content:"+";
  float:right;
  margin-left:calc(1.76rem * 1.5);
  font-weight:700;}
.main-rail details[open] summary::after{content:"–";}
.main-rail details p{margin-top:calc(calc(1.76rem * 1.5) * .8);}
.main-rail .main-summary{font-size:calc(18.1px * .875);}
.main-rail .main-summary a{text-decoration:underline;
  text-underline-offset:2px;}
.main-rail .main-summary a:hover{}
@media (min-width:900px){.main-rail .clear-team{
    flex-direction:row;
    align-items:flex-start;
    gap:1.5rem;
  }.main-rail .clear-team h2{
    flex:0 0 38%;
  }.main-rail .clear-team .profile{
    flex:1 1 auto;
  }
}
.strong-story{
  --state-local:calc(1.5rem * 1.35);
  --field-local:calc(1600px / 3.4);
  padding:calc(1.5rem * 2.4) 2.17rem;
  background:#FFFFFF;
  color:#14171A;
}
.strong-story .strong-media{max-width:1600px;margin:0 auto;}
.strong-story h2,.strong-story h3,.strong-story p{margin:0;}
.strong-story h2{font-size:calc(18.1px * 2);line-height:1.14;}
.strong-story h3{font-size:calc(18.1px * 1.35);line-height:1.22;}
.strong-story p{font-size:18.1px;line-height:1.6;color:#14171A;}
.strong-story a{color:inherit;text-decoration:none;border-bottom:1px solid #F2C200;}
.strong-story a:hover{color:#C81E2B;border-bottom-color:#C81E2B;}
.strong-story img{display:block;width:100%;height:auto;border-radius:0.47rem;}
.strong-story .clear-team{max-width:calc(1600px / 1.6);}
.strong-story .clear-team .profile{margin-top:calc(1.76rem * 1.5);}
.strong-story .secondary-fields{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:1.76rem;
  margin-top:var(--state-local);}
.strong-story .content-contact{flex:1 1 var(--field-local);
  min-width:0;
  margin:0;}
.strong-story .compact-actions{flex:1 1 calc(1600px / 3.2);
  min-width:0;}
.strong-story .compact-actions p + p{margin-top:calc(1.76rem * 1.5);}
.strong-story .fresh-menu{display:flex;
  flex-wrap:wrap;
  gap:1.76rem;
  margin-top:var(--state-local);
  padding-top:var(--state-local);
  border-top:1px solid #DDE1E5;}
.strong-story .narrow-surface{flex:1 1 calc(1600px / 4.2);
  min-width:0;}
.strong-story .narrow-surface h3{padding-bottom:calc(1.5rem / 3);border-bottom:2px solid #F2C200;}
.strong-story .narrow-surface p{margin-top:calc(1.5rem / 3);}
.strong-story .main-summary{
  margin-top:var(--state-local);
  padding:calc(1.5rem * .75) 1.5rem;
  background:#F4F5F6;
  border-radius:0.47rem;color:#14171A;}
.strong-story .main-summary p{color:#14171A;}
@media (max-width:720px){.strong-story .secondary-fields{flex-direction:column;}.strong-story .narrow-surface{flex:1 1 100%;}
}
.focused-intro{--state-local:calc(1.5rem * 1.2);padding:calc(1.5rem * 2.4) 2.17rem;background:#FFFFFF;color:#14171A;}
.focused-intro .strong-media{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:var(--state-local);}
.focused-intro h2,.focused-intro h3,.focused-intro p,.focused-intro ul,.focused-intro li{margin:0;}
.focused-intro h2{font-size:calc(18.1px * 2);line-height:1.14;}
.focused-intro h3{font-size:calc(18.1px * 1.35);line-height:1.22;}
.focused-intro p{font-size:18.1px;line-height:1.6;}
.focused-intro img{display:block;width:100%;height:auto;border-radius:0.47rem;object-fit:cover;}
.focused-intro a{color:inherit;text-decoration:none;}
.focused-intro .fresh-story{display:flex;flex-wrap:wrap;gap:1.76rem;align-items:flex-start;}
.focused-intro .fresh-story h2{flex:1 1 calc(1600px / 3);min-width:0;}
.focused-intro .fresh-story .profile{flex:1 1 calc(1600px / 3);min-width:0;color:#14171A;}
.focused-intro .direct-fields{display:flex;flex-wrap:wrap;gap:1.76rem;}
.focused-intro .narrow-surface{flex:1 1 calc(1600px / 3.6);min-width:0;display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .6);padding:calc(calc(1.5rem * .75) * .9);border:1px solid #DDE1E5;border-radius:1rem;background:#FFFFFF;color:#14171A;}
.focused-intro .narrow-surface p{color:#14171A;}
.focused-intro .narrow-surface .main-summary{margin-top:auto;display:inline-flex;align-items:center;gap:.4rem;font-size:calc(18.1px * .875);font-weight:600;color:inherit;border-bottom:1px solid transparent;transition:color 300ms var(--ease-nav),border-color 300ms var(--ease-nav);}
.focused-intro .narrow-surface .main-summary:hover{color:#C81E2B;border-color:#C81E2B;}
.focused-intro .open-note{display:flex;flex-wrap:wrap;gap:1.76rem;align-items:flex-start;padding:calc(calc(1.5rem * .75) * 1.1);border-radius:1rem;background:#F4F5F6;color:#14171A;}
.focused-intro .open-note .wide-details{flex:1 1 calc(1600px / 3.4);min-width:0;font-size:calc(18.1px * .875);}
.focused-intro .clear-menu{flex:1 1 calc(1600px / 2.4);min-width:0;list-style:none;padding:0;display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .45);}
.focused-intro .clear-menu li{font-size:calc(18.1px * .875);}
.focused-intro .clear-menu a{color:inherit;border-bottom:1px solid transparent;transition:color 300ms var(--ease-nav),border-color 300ms var(--ease-nav);}
.focused-intro .clear-menu a:hover{color:#C81E2B;border-color:#C81E2B;}
@media (max-width:720px){.focused-intro .fresh-story h2,.focused-intro .fresh-story .profile,.focused-intro .narrow-surface,.focused-intro .open-note .wide-details,.focused-intro .clear-menu{flex:1 1 100%;}
}
.content-header{padding:calc(1.5rem * 2.4) 2.17rem;background:#F4F5F6;color:#14171A}
.content-header .strong-media{max-width:1600px;margin:0 auto}
.content-header .text-lead{display:grid;grid-template-columns:minmax(0,0.85fr) minmax(0,1.4fr);gap:calc(1.76rem * 1.5);align-items:start}
.content-header .clear-team{min-width:0}
.content-header h2{margin:0;font-size:calc(18.1px * 2);line-height:1.08}
.content-header .clear-team p{margin:1.5rem 0 0;font-size:18.1px;line-height:1.6}
.content-header .bottom-stack{display:flex;flex-direction:column;gap:0;border-top:1px solid #DDE1E5}
.content-header .bottom-stack a{display:block;padding:1.5rem 0;border-bottom:1px solid #DDE1E5;text-decoration:none;color:inherit}
.content-header .bottom-stack a:hover strong{}
.content-header strong{display:block;font-size:calc(18.1px * 1.125);line-height:1.2;transition:color 300ms var(--ease-nav)}
.content-header span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(18.1px * .875);line-height:1.6}
@media(max-width:780px){.content-header .text-lead{display:block}.content-header .bottom-stack{margin-top:calc(1.76rem * 1.5)}.content-header h2{font-size:calc(18.1px * 1.35)}}
.media-group{
    padding:calc(1.5rem * 2.4) 2.17rem;
    background:#F4F5F6;
    color:#14171A;
}
.media-group .strong-media{max-width:1600px;
    margin:0 auto;}
.media-group .fresh-story{display:flex;
    flex-direction:column;
    gap:.5rem;
    margin-bottom:calc(1.76rem * 1.5);
    padding-bottom:calc(1.76rem * 1.5);
    border-bottom:1px solid #DDE1E5;}
.media-group .fresh-story h2{margin:0;
    font-size:calc(18.1px * 2);
    line-height:1.15;}
.media-group .fresh-story p{margin:0;
    font-size:18.1px;
    line-height:1.6;}
.media-group .featured-content{display:grid;
    grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));
    gap:1.76rem;}
.media-group .narrow-surface{
    margin:0;
    display:flex;
    flex-direction:column;
    background:#FFFFFF;
    color:#14171A;
    border:1px solid #DDE1E5;
    border-radius:1rem;
    overflow:hidden;
}
.media-group .narrow-surface img{display:block;
    width:100%;
    height:13rem;
    object-fit:cover;}
.media-group .narrow-surface figcaption{display:flex;
    flex-direction:column;
    gap:.4rem;
    padding:calc(1.5rem * .75);}
.media-group .narrow-surface strong{font-size:calc(18.1px * .875);
    text-transform:uppercase;
    letter-spacing:.04em;
    color:#C81E2B;}
.media-group .narrow-surface h3{margin:0;
    font-size:calc(18.1px * 1.35);
    line-height:1.25;}
.media-group .narrow-surface p{margin:0;
    font-size:calc(18.1px * .875);
    line-height:1.6;}
@media (max-width:640px){.media-group .narrow-surface img{height:11rem;}
}
.site-figure{
  padding:calc(1.5rem * 2.4) 2.17rem;
  background:var(--paint-deep);
  color:var(--ink-page);
  overflow:hidden;
}
.site-figure .strong-media{max-width:1600px;
  margin:0 auto;}
.site-figure .fresh-story{display:flex;
  flex-direction:column;
  gap:1.5rem;
  margin-bottom:calc(1.76rem * 1.5);
  padding-bottom:1.5rem;
  border-bottom:1px solid rgba(244,245,246,0.18);}
.site-figure h2{margin:0;
  font-size:calc(18.1px * 2);
  line-height:1.05;
  letter-spacing:-0.01em;}
.site-figure .profile{margin:0;
  font-size:calc(18.1px * 1.125);
  line-height:1.6;
  opacity:0.88;}
.site-figure .strong-unit{display:grid;
  grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));
  gap:1.76rem;}
.site-figure .narrow-surface{padding:calc(1.5rem * .75) 0 0;
  border-top:2px solid #F2C200;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.site-figure .narrow-surface:nth-child(3n+2){border-top-color:#C81E2B;}
.site-figure strong{display:block;
  font-size:calc(18.1px * 1.35);
  line-height:1.12;
  font-weight:700;}
.site-figure .narrow-surface p{margin:0;
  line-height:1.6;
  font-size:18.1px;
  opacity:0.9;}
.site-figure .narrow-surface a{text-decoration:underline;
  text-underline-offset:3px;
  transition:color 300ms var(--ease-nav);}
.site-figure .narrow-surface a:hover{}
@media (max-width:720px){.site-figure h2{font-size:calc(18.1px * 1.35)}.site-figure .profile{font-size:18.1px}
}
.text-figure{--state-local:calc(1.5rem * 1.29);--state-static:calc(1600px / 2.40);padding:calc(1.5rem * 2.4) 2.17rem;background:#F4F5F6;color:#14171A;}
.text-figure .strong-media{max-width:1600px;margin:0 auto;}
.text-figure h2,.text-figure p{margin:0;}
.text-figure h2{font-size:calc(18.1px * 2);line-height:1.12;}
.text-figure p{font-size:18.1px;line-height:1.6;}
.text-figure a{color:inherit;text-decoration:none;}
.text-figure .mark{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.28rem;background:#F2C200;color:#0E1013;font-weight:600;transition:background 300ms var(--ease-nav);}
.text-figure .mark:hover{background:#D9AE00;color:#14171A;}
.text-figure .wide-details{margin-top:1.5rem;}
.text-figure .main-summary{margin-top:var(--state-local);font-size:calc(18.1px * .875);color:#14171A;}
.text-figure .main-summary a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.text-figure .main-summary a:hover{color:#C81E2B;}
.wide-entries{
    padding:calc(1.5rem * 2.4) 2.17rem;
    background:#F4F5F6;
    color:#14171A;
}
.wide-entries .strong-media{max-width:1600px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.76rem * 1.5);}
.wide-entries .profile h2{margin:0;
    font-size:calc(18.1px * 2);
    line-height:1.2;}
.wide-entries .profile p{margin:calc(1.5rem * .75) 0 0;
    font-size:18.1px;
    line-height:1.6;}
.wide-entries .direct-fields{display:flex;
    flex-direction:column;
    border-top:1px solid #DDE1E5;}
.wide-entries .direct-benefit{display:grid;
    grid-template-columns:minmax(90px,140px) 1fr;
    gap:0.35rem 1.76rem;
    padding:calc(1.5rem * .75) 0;
    border-bottom:1px solid #DDE1E5;
    align-items:baseline;}
.wide-entries .direct-benefit .contact-header{font-size:calc(18.1px * .875);
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:0.04em;
    opacity:0.7;}
.wide-entries .direct-benefit a{font-size:calc(18.1px * 1.125);
    font-weight:700;
    text-decoration:none;
    word-break:break-word;}
.wide-entries .direct-benefit a:hover{}
.wide-entries .direct-benefit p{grid-column:2;
    margin:0;
    font-size:calc(18.1px * .875);
    line-height:1.6;}
.wide-entries .direct-benefit .local-note{font-size:18.1px;
    font-weight:600;}
.wide-entries .wide-details{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    gap:1.76rem;
    padding:calc(1.5rem * .75) 2.17rem;
    border-radius:1rem;
    background:#FFFFFF;
    color:#14171A;
    border:1px solid #DDE1E5;
}
.wide-entries .wide-details p{margin:0;
    flex:1 1 320px;
    font-size:calc(18.1px * .875);
    line-height:1.6;}
.wide-entries .main-summary{display:flex;
    flex-wrap:wrap;
    gap:1.76rem;}
.wide-entries .main-summary a{
    font-size:calc(18.1px * .875);
    font-weight:700;
    text-decoration:none;
    padding:0.5rem 1rem;
    border-radius:0.47rem;
    background:#F2C200;
    color:#0E1013;
    transition:background 300ms var(--ease-nav);
}
.wide-entries .main-summary a:hover{
    background:#D9AE00;color:#14171A;}
@media (max-width:640px){.wide-entries .direct-benefit{
        grid-template-columns:1fr;
    }.wide-entries .direct-benefit p{
        grid-column:1;
    }
}
.wide-tile{--state-local:calc(1.5rem * 1.42);--state-static:calc(1600px / 2.30);--font-large:calc(1600px / 3.66);padding:calc(1.5rem * 2.4) 2.17rem;background:#FFFFFF;color:#14171A;}
.wide-tile .strong-media{max-width:1600px;margin:0 auto;}
.wide-tile h1,.wide-tile h2,.wide-tile h3,.wide-tile p{margin:0;}
.wide-tile h1{font-size:calc(18.1px * 2.65);line-height:1.08;}
.wide-tile h2{font-size:calc(18.1px * 2);line-height:1.12;}
.wide-tile h3{font-size:calc(18.1px * 1.35);line-height:1.2;}
.wide-tile p{font-size:18.1px;line-height:1.6;color:#14171A;}
.wide-tile .wide-details{font-size:18.1px;line-height:1.6;color:#14171A;}
.wide-tile a{color:inherit;text-decoration:none;}
.wide-tile a:hover{color:#C81E2B;}
.wide-tile img{display:block;width:100%;height:auto;border-radius:0.47rem;}
.wide-tile .fresh-menu{display:flex;flex-wrap:wrap;gap:var(--state-local);margin-top:var(--state-local);}
.wide-tile .narrow-surface{flex:1 1 calc(1600px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.47rem;background:#F4F5F6;color:#14171A;}
.wide-tile .narrow-surface h3{color:#14171A;}
.wide-tile .narrow-surface p{margin-top:calc(1.5rem / 3);}
.wide-tile .narrow-surface img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.wide-tile .public-view>.fresh-menu{margin-top:var(--state-local);}
.wide-tile .public-view>h2{margin-top:var(--state-local);}
.wide-tile .main-summary{margin-top:calc(1.5rem / 1.6);font-size:calc(18.1px * .875);color:#14171A;}
.wide-copy{
  padding: calc(1.5rem * 2.4) 2.17rem;
  background: #C81E2B;
  color: #FFFFFF;
}
.wide-copy .plain-intro{
  max-width: 1600px;
  margin: 0 auto;
  border-radius: 1.19rem;
  overflow: hidden;
  background: #FFFFFF;
  color: #14171A;
  box-shadow: 0 26px 36px rgba(0,0,0,0.17);
}
.wide-copy .primary-story{display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.76rem * 1.5);
  border-bottom: 1px solid #DDE1E5;}
.wide-copy .primary-story span{font-size: calc(18.1px * .875);
  letter-spacing: .02em;
  text-transform: uppercase;}
.wide-copy a{text-decoration: none;}
.wide-copy .primary-story a{
  font-size: calc(18.1px * .875);
  font-weight: 600;
  color: #0E1013;
  background: #F2C200;
  padding: 0.5rem 1rem;
  border-radius: 0.47rem;
  transition: background 300ms var(--ease-nav);
}
.wide-copy .primary-story a:hover{
  background: #D9AE00;color:#14171A;}
.wide-copy .secondary-proof{display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 1.76rem;
  padding: calc(1.76rem * 1.5);}
.wide-copy h2{margin: 0;
  font-size: calc(18.1px * 2);
  line-height: 1.1;}
.wide-copy .profile p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.1px * 1.125);
  line-height: 1.6;}
.wide-copy .public-panel{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.wide-copy .public-panel a{
  display: block;
  padding: calc(1.5rem * .75);
  border: 1px solid #DDE1E5;
  border-left: 4px solid #F2C200;
  border-radius: 0.47rem;
  background: #FFFFFF;
  color: #14171A;
  transition: border-color 300ms var(--ease-nav), box-shadow 300ms var(--ease-nav);
}
.wide-copy .public-panel a:hover{border-left-color: #C81E2B;
  box-shadow: 0 2px 4px rgba(0,0,0,0.11);}
.wide-copy .public-panel span{display: block;
  font-size: calc(18.1px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;}
.wide-copy .public-panel strong{display: block;
  margin: calc(calc(1.5rem * .75) * .4) 0 calc(calc(1.5rem * .75) * .3);
  font-size: calc(18.1px * 1.35);
  line-height: 1.2;}
.wide-copy .public-panel small{display: block;
  font-size: calc(18.1px * .875);
  line-height: 1.6;}
@media (max-width: 780px) {.wide-copy .secondary-proof{
    grid-template-columns: 1fr;
    padding: calc(1.5rem * .75);
  }.wide-copy .primary-story{
    flex-direction: column;
    align-items: flex-start;
  }
}
.secondary-area{
        --state-local: calc(1.5rem * 1.05);
        padding: calc(1.5rem * 2.4) 2.17rem;
        background: var(--paint-deep);
        color: var(--ink-page);
    }
.secondary-area .strong-media{max-width: 1600px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--state-local);}
.secondary-area h2{font-size: calc(18.1px * 2);
        line-height: 1.14;
        margin: 0;}
.secondary-area p{font-size: 18.1px;
        line-height: 1.6;
        margin: 0;}
.secondary-area .clear-team{display: flex;
        flex-direction: column;
        gap: calc(calc(1.76rem * 1.5) / 2);
        max-width: 62ch;}
.secondary-area .profile{font-size: calc(18.1px * 1.125);
        opacity: .82;}
.secondary-area .local-grid{display: flex;
        flex-direction: column;
        gap: calc(calc(1.5rem * .75) / 2);}
.secondary-area details{
        padding: calc(1.5rem * .75) 1.5rem;
        border-radius: 0.47rem;
        background: #FFFFFF;
        color: #14171A;
        border-left: 3px solid #F2C200;
    }
.secondary-area summary{cursor: pointer;
        font-weight: 700;
        font-size: 18.1px;
        list-style: none;}
.secondary-area summary::-webkit-details-marker{display: none;}
.secondary-area summary::before{content: "+";
        display: inline-block;
        width: 1.1em;
        font-weight: 700;color:inherit;}
.secondary-area details[open] summary::before{content: "-";}
.secondary-area details p{margin-top: calc(calc(1.76rem * 1.5) / 2);
        padding-left: 1.1em;color:inherit;
        opacity: .88;}
.secondary-area .main-summary{padding-top: calc(1.76rem * 1.5);
        border-top: 1px solid rgba(244, 245, 246, 0.18);}
.secondary-area .main-summary p{font-size: calc(18.1px * .875);
        opacity: .78;}
.secondary-area .main-summary a{color: #F2C200;
        text-decoration: underline;
        text-underline-offset: 3px;}
.secondary-area .main-summary a:hover{color:inherit;}
@media (max-width: 720px) {.secondary-area details{
            padding: calc(1.5rem * .75);
        }
    }
.primary-fields{background:var(--paint-deep);color:var(--ink-page);padding:calc(1.5rem * 2.4) 2.17rem}
.primary-fields .strong-media{max-width:1600px;margin:0 auto}
.primary-fields .primary-header{display:flex;align-items:flex-start;gap:calc(1.76rem * 1.5)}
.primary-fields .open-visual{display:block;flex:0 1 40%;min-width:15rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:1rem}
.primary-fields .page-unit{flex:1 1 34rem;min-width:0}
.primary-fields h2{margin:0;font-size:clamp(calc(18.1px * 2),4.4vw,calc(18.1px * 2.65));line-height:1.08;letter-spacing:0}
.primary-fields p{margin:1.5rem 0 0;font-size:calc(18.1px * 1.125);line-height:1.65}
.primary-fields .direct-fields{display:flex;flex-direction:column;gap:0;margin-top:calc(1.76rem * 1.5);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.primary-fields .direct-benefit{display:flex;flex-wrap:wrap;gap:0.5rem 1.5rem;padding:0.85rem 0;border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.primary-fields .focused-details{flex:0 0 11rem;font-size:calc(18.1px * .875);text-transform:uppercase;letter-spacing:0.06em;opacity:0.72}
.primary-fields .team-form{flex:1 1 16rem;min-width:0;font-size:18.1px;line-height:1.5}
.primary-fields .menu{text-decoration:none;border-bottom:1px solid color-mix(in srgb,#F2C200 55%,transparent)}
.primary-fields .menu:hover{border-bottom-color:#C81E2B}
.primary-fields .contact-region{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(1.76rem * 1.5)}
.primary-fields .contact-region a{padding:0.7rem 1.1rem;border-radius:0.28rem;background:#F2C200;color:#0E1013;text-decoration:none;font-size:calc(18.1px * .875);transition:background 300ms var(--ease-nav)}
.primary-fields .contact-region a:hover{background:#D9AE00;color:#14171A;}
@media(max-width:760px){.primary-fields .primary-header{flex-direction:column}.primary-fields .open-visual{flex-basis:auto;min-width:0;aspect-ratio:5/4}.primary-fields .focused-details{flex-basis:100%}}
.simple-lead{padding:calc(1.5rem * 2.4) 2.17rem;background:#F4F5F6;color:#14171A;}
.simple-lead .strong-media{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.76rem * 1.5);}
.simple-lead .fresh-story{display:flex;flex-direction:column;gap:calc(1.76rem * 1.5);}
.simple-lead .fresh-story h2{margin:0;font-size:calc(18.1px * 2);line-height:1.2;}
.simple-lead .fresh-story p{margin:0;font-size:18.1px;line-height:1.6;}
.simple-lead .steady-items{display:flex;flex-direction:column;gap:0;border-top:1px solid #DDE1E5;}
.simple-lead .steady-items article{display:grid;grid-template-columns:minmax(220px,0.9fr) 1.6fr;gap:1.76rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #DDE1E5;}
.simple-lead .steady-items h3{margin:0;font-size:calc(18.1px * 1.125);line-height:1.3;}
.simple-lead .steady-items p{margin:0;font-size:18.1px;line-height:1.6;}
.simple-lead .main-summary{display:flex;flex-wrap:wrap;gap:1.76rem;align-items:center;}
.simple-lead .main-summary a{display:inline-block;padding:0.7rem 1.1rem;border-radius:0.47rem;background:#F2C200;color:#0E1013;text-decoration:none;font-size:calc(18.1px * .875);transition:background 300ms var(--ease-nav);}
.simple-lead .main-summary a:hover{background:#D9AE00;color:#14171A;}
.simple-lead .main-summary a + a{background:transparent;color:#14171A;border:1px solid #DDE1E5;}
.simple-lead .main-summary a + a:hover{background:#FFFFFF;color:#14171A;}
@media (max-width:700px){.simple-lead .steady-items article{grid-template-columns:1fr;gap:0.5rem;}
    }
.bottom-wrap{--state-local:calc(1.5rem * 1.02);--state-static:calc(1600px / 2.55);--font-large:calc(1600px / 3.94);padding:calc(1.5rem * 2.4) 2.17rem;background:#FFFFFF;color:#14171A;}
.bottom-wrap .strong-media{max-width:1600px;margin:0 auto;}
.bottom-wrap h1,.bottom-wrap h2,.bottom-wrap h3,.bottom-wrap p{margin:0;}
.bottom-wrap h1{font-size:calc(18.1px * 2.65);line-height:1.08;}
.bottom-wrap h2{font-size:calc(18.1px * 2);line-height:1.12;}
.bottom-wrap h3{font-size:calc(18.1px * 1.35);line-height:1.2;}
.bottom-wrap p{font-size:18.1px;line-height:1.6;}
.bottom-wrap a{color:inherit;text-decoration:none;}
.bottom-wrap img{display:block;width:100%;height:auto;border-radius:0.47rem;}
.bottom-wrap .mark{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.28rem;background:#F2C200;color:#0E1013;}
.bottom-wrap .profile{color:#14171A;}
.bottom-wrap .wide-details{margin-top:calc(1.5rem / 2);font-size:calc(18.1px * .875);color:#14171A;}
.bottom-wrap .main-summary{display:flex;flex-wrap:wrap;gap:1.76rem;margin-top:1.5rem;}
.bottom-wrap .main-summary a{font-size:calc(18.1px * .875);color:inherit;border-bottom:1px solid #F2C200;padding-bottom:2px;}
.bottom-wrap .main-summary a:hover{color:#C81E2B;border-bottom-color:#C81E2B;}
.bottom-wrap .fresh-menu{display:flex;flex-direction:column;gap:var(--state-local);margin-top:var(--state-local);}
.bottom-wrap .narrow-surface{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #DDE1E5;}
.bottom-wrap .narrow-surface p{margin-top:calc(1.5rem / 3);color:#14171A;}
.bottom-wrap .narrow-surface img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--font-large) * .7);}
.bottom-wrap .local-details{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.76rem;}
.bottom-wrap .local-details>.compact-actions{flex:1 1 calc(1600px / 3);min-width:0;}
.bottom-wrap .local-details>.fresh-menu{flex:2 1 calc(1600px / 2);margin-top:0;}
.bottom-wrap .local-details>img{margin-left:auto;}
.bottom-wrap .compact-actions .profile{margin-top:1.5rem;}
@media (max-width:720px){.bottom-wrap .local-details>img{margin-left:0;width:100%;}.bottom-wrap .narrow-surface{border-left-width:2px;}
}
.clear-panel{--state-local:calc(1.5rem * 1.42);padding:calc(1.5rem * 2.4) 2.17rem;background:#C81E2B;color:#FFFFFF;}
.clear-panel .strong-media{max-width:1600px;margin:0 auto;}
.clear-panel h1,.clear-panel h2,.clear-panel h3,.clear-panel p{margin:0;}
.clear-panel h2{font-size:calc(18.1px * 2);line-height:1.12;}
.clear-panel h3{font-size:calc(18.1px * 1.35);line-height:1.2;}
.clear-panel p{font-size:18.1px;line-height:1.6;color:color-mix(in srgb, currentColor 76%, transparent);}
.clear-panel a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.clear-panel a:hover{opacity:.82;}
.clear-panel .profile{margin-top:1.5rem;}
.clear-panel .wide-details{margin-bottom:calc(1.5rem / 2);font-size:calc(18.1px * .875);letter-spacing:.04em;text-transform:uppercase;}
.clear-panel .fresh-menu{display:flex;flex-direction:column;gap:var(--state-local);margin-top:var(--state-local);}
.clear-panel .narrow-surface{min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.clear-panel .narrow-surface p{margin-top:calc(1.5rem / 3);}
.clear-panel .main-summary{margin-top:var(--state-local);font-size:calc(18.1px * .875);}
@media (min-width:900px){.clear-panel .fresh-menu{flex-direction:row;flex-wrap:wrap;gap:var(--state-local) 1.76rem;}.clear-panel .narrow-surface{flex:1 1 calc(50% - 1.76rem);}
}
.focused-benefit{
  padding: calc(1.5rem * 2.4) 2.17rem;
  background: var(--paint-deep);
  color: var(--ink-page);
}
.focused-benefit .strong-media{max-width: min(1600px, 72rem);
  margin: 0 auto;}
.focused-benefit .fresh-story h2{margin: 0;
  font-size: calc(18.1px * 2);
  line-height: 1.1;}
.focused-benefit .fresh-story .profile{margin: calc(1.5rem * .75) 0 calc(1.76rem * 1.5);
  font-size: calc(18.1px * 1.125);
  color: #C9CDD2;}
.focused-benefit .direct-fields{display: flex;
  flex-wrap: wrap;
  gap: 1.76rem;}
.focused-benefit .narrow-surface{
  flex: 1 1 min(100%, 22rem);
  padding: calc(1.5rem * .75);
  background: #FFFFFF;
  color: #14171A;
  border: 1px solid #DDE1E5;
  border-radius: 0.47rem;
  border-left: 4px solid #F2C200;
}
.focused-benefit .narrow-surface .team-contact{display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: calc(calc(1.5rem * .75) * .6);}
.focused-benefit .narrow-surface .simple-header{font-weight: 700;
  font-size: 18.1px;}
.focused-benefit .narrow-surface .local-proof{font-size: calc(18.1px * .875);color:inherit;}
.focused-benefit .narrow-surface p{margin: 0 0 calc(calc(1.5rem * .75) * .7);
  font-size: 18.1px;
  line-height: 1.6;}
.focused-benefit .narrow-surface small{
  display: inline-block;
  font-size: calc(18.1px * .875);
  color: #14171A;
  background: #C81E2B;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 0.28rem;
}
.focused-benefit .featured-track{margin-top: calc(1.76rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #262A2F;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.76rem;}
.focused-benefit .featured-track p{flex: 1 1 22rem;
  margin: 0;
  color: #C9CDD2;}
.focused-benefit .featured-track .mark{
  display: inline-block;
  padding: 0.7rem 1.2rem;
  background: #F2C200;
  color: #0E1013;
  border-radius: 0.28rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 300ms var(--ease-nav);
}
.focused-benefit .featured-track .mark:hover{
  background: #D9AE00;color:#14171A;}
@media (max-width: 700px) {.focused-benefit .direct-fields{
    display: block;
  }.focused-benefit .narrow-surface + .narrow-surface{
    margin-top: 1.76rem;
  }
}
.contact-headline{
  padding: calc(1.5rem * 2.4) 2.17rem;
  background: #F4F5F6;
  color: #14171A;
}
.contact-headline .text-form{max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.76rem;}
.contact-headline .plain-area{
  flex: 1 1 320px;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: var(--paint-deep);
  color: var(--ink-page);
  position: sticky;
  top: calc(1.76rem * 1.5);
}
.contact-headline h2{margin: 0;
  font-size: calc(18.1px * 2);
  line-height: 1.1;}
.contact-headline .plain-area p{margin: calc(1.5rem * .75) 0 0;
  font-size: 18.1px;
  line-height: 1.6;}
.contact-headline .clear-block{flex: 1 1 520px;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.contact-headline .media-service{
  display: grid;
  grid-template-columns: minmax(6rem, 0.22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.47rem;
  background: #FFFFFF;
  color: #14171A;
  border: 1px solid #DDE1E5;
  box-shadow: 0 2px 4px rgba(0,0,0,0.11);
}
.contact-headline .direct-proof{
  font-size: calc(18.1px * .875);
  font-weight: 600;
  color: #0E1013;
  background: #F2C200;
  padding: 0.25rem 0.5rem;
  border-radius: 0.28rem;
  align-self: start;
  text-align: center;
  word-break: break-word;
}
.contact-headline h3{margin: 0;
  font-size: calc(18.1px * 1.35);
  line-height: 1.2;}
.contact-headline .media-service p{margin: calc(calc(1.5rem * .75) * 0.5) 0;
  font-size: 18.1px;
  line-height: 1.6;}
.contact-headline small{display: block;
  font-size: calc(18.1px * .875);}
@media (max-width: 860px) {.contact-headline .plain-area{
    position: static;
    flex-basis: 100%;
  }.contact-headline .clear-block{
    flex-basis: 100%;
  }
}
@media (max-width: 620px) {.contact-headline .media-service{
    grid-template-columns: 1fr;
  }.contact-headline .direct-proof{
    justify-self: start;
  }
}
.quiet-visual{--state-local:calc(1.5rem * 1.02);padding:calc(1.5rem * 2.4) 2.17rem;background:#FFFFFF;color:#14171A;}
.quiet-visual .strong-media{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.76rem * 1.5);}
.quiet-visual h2,.quiet-visual h3,.quiet-visual p{margin:0;}
.quiet-visual h2{font-size:calc(18.1px * 2);line-height:1.12;}
.quiet-visual h3{font-size:calc(18.1px * 1.35);line-height:1.2;}
.quiet-visual p{font-size:18.1px;line-height:1.6;}
.quiet-visual .clear-team{display:flex;flex-direction:column;gap:calc(1.76rem * 1.5);}
.quiet-visual .profile{color:#14171A;}
.quiet-visual .local-grid{display:flex;flex-direction:column;gap:var(--state-local);}
.quiet-visual .narrow-surface{padding:calc(calc(1.5rem * .75) * .9) 0;border-top:1px solid #DDE1E5;}
.quiet-visual .narrow-surface:last-child{border-bottom:1px solid #DDE1E5;}
.quiet-visual .narrow-surface h3{margin-bottom:calc(1.5rem / 3);}
.quiet-visual .narrow-surface p{color:#14171A;}
.quiet-visual .main-summary{font-size:calc(18.1px * .875);color:#14171A;}
.quiet-visual .main-summary a{color:inherit;text-decoration:none;border-bottom:1px solid #F2C200;}
.quiet-visual .main-summary a:hover{color:#C81E2B;border-color:#C81E2B;}
@media (min-width:900px){.quiet-visual .clear-team{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:1.76rem;}.quiet-visual .clear-team h2{flex:0 0 42%;}.quiet-visual .clear-team .profile{flex:1 1 auto;}
}
.page-header{padding:calc(1.5rem * 2.4) 2.17rem;background:#F4F5F6;color:#14171A;}
.page-header .strong-media{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.76rem * 1.5);}
.page-header h2,.page-header h3,.page-header p{margin:0;}
.page-header h2{font-size:calc(18.1px * 2);line-height:1.12;}
.page-header h3{font-size:calc(18.1px * 1.35);line-height:1.2;}
.page-header p{font-size:18.1px;line-height:1.6;}
.page-header a{text-decoration:none;border-bottom:1px solid currentColor;}
.page-header a:hover{}
.page-header .clear-team{display:flex;flex-direction:column;gap:1.5rem;}
.page-header .profile{font-size:calc(18.1px * 1.125);}
.page-header .direct-fields{display:flex;flex-wrap:wrap;gap:1.76rem;}
.page-header .direct-fields .narrow-surface{flex:1 1 calc(1600px / 4.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid #DDE1E5;display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.page-header .clear-track{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.76rem;}
.page-header .clear-track img{display:block;width:100%;height:auto;border-radius:0.47rem;flex:1 1 calc(1600px / 3.2);min-width:0;}
.page-header .clear-track .wide-details{flex:2 1 calc(1600px / 2.2);min-width:0;padding:calc(1.5rem * .75);border-radius:1rem;background:#FFFFFF;color:#14171A;border:1px solid #DDE1E5;}
@media (max-width:720px){.page-header .direct-fields .narrow-surface{flex:1 1 100%;}.page-header .clear-track img,.page-header .clear-track .wide-details{flex:1 1 100%;}
}
.site-nav{
        padding: calc(1.5rem * 2.4) 2.17rem;
        background: #F4F5F6;
        color: #14171A
    }
.site-nav .strong-media{max-width: 1600px;
        margin: 0 auto}
.site-nav .contact-feature{display: flex;
        flex-direction: column;
        gap: calc(1.76rem * 1.5);
        align-items: flex-start}
.site-nav h2{min-width: 0;
        margin: 0;
        font-size: calc(18.1px * 2);
        line-height: 1.08}
.site-nav .page-unit{min-width: 0}
.site-nav .page-unit p{margin: 0;
        font-size: calc(18.1px * 1.125);
        line-height: 1.6}
.site-nav .compact-stack{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        margin-top: 1.5rem}
.site-nav .compact-stack span{
        border-radius: 0.47rem;
        background: #FFFFFF;
        color: #14171A;
        border: 1px solid #DDE1E5;
        padding: calc(calc(1.5rem * .75) * .75) calc(1.5rem * .75);
        font-size: calc(18.1px * .875)
    }
@media (max-width: 760px) {.site-nav .contact-feature{
            display: block
        }.site-nav .page-unit{
            margin-top: 1.5rem
        }
    }
.strong-method{padding:calc(1.5rem * 2.4) 2.17rem;background:#F4F5F6;color:#14171A;}
.strong-method .strong-media{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.76rem * 1.5);}
.strong-method h2,.strong-method h3,.strong-method p{margin:0;}
.strong-method h2{font-size:calc(18.1px * 2);line-height:1.12;}
.strong-method h3{font-size:calc(18.1px * 1.35);line-height:1.2;}
.strong-method p{font-size:18.1px;line-height:1.6;}
.strong-method .clear-team{display:flex;flex-direction:column;gap:calc(1.76rem * 1.5);}
.strong-method .profile{font-size:calc(18.1px * 1.125);}
.strong-method .fresh-menu{display:flex;flex-wrap:wrap;gap:1.76rem;}
.strong-method .narrow-surface{flex:1 1 calc(1600px / 4.2);min-width:0;display:flex;flex-direction:column;gap:calc(calc(1.76rem * 1.5) / 2);padding:calc(1.5rem * .75);background:#FFFFFF;color:#14171A;border:1px solid #DDE1E5;border-radius:1rem;}
.strong-method .narrow-surface img{display:block;width:100%;height:auto;border-radius:0.47rem;}
.strong-method .local-proof{font-size:calc(18.1px * .875);opacity:0.75;}
.strong-method .wide-details{font-size:calc(18.1px * .875);}
.strong-method a{text-decoration:none;}
.strong-method a:hover{}
@media (max-width:720px){.strong-method .narrow-surface{flex:1 1 100%;}
}
.secondary-region{
  background: var(--paint-deep);
  color: var(--ink-page);
  padding: calc(1.5rem * 2.4) 2.17rem;
}
.secondary-region .strong-media{width: min(100%, 1600px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.76rem;
  align-items: stretch;}
.secondary-region .compact-actions{flex: 1 1 26rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.76rem * 1.5);}
.secondary-region .open-visual{flex: 1 1 22rem;
  min-width: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 34rem;
  object-fit: cover;
  border-radius: 1.19rem;}
.secondary-region h2,
.secondary-region p{margin: 0;}
.secondary-region h2{font-size: calc(18.1px * 2.65);
  line-height: 1.05;}
.secondary-region .compact-actions > p{font-size: calc(18.1px * 1.125);
  line-height: 1.6;
  opacity: 0.88;}
.secondary-region .clear-stack{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.secondary-region .clear-stack div{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.47rem;
  background: #FFFFFF;
  color: #14171A;
  border: 1px solid #DDE1E5;
}
.secondary-region strong{flex: 1 1 14rem;
  min-width: 0;
  font-size: calc(18.1px * 1.35);
  line-height: 1.18;}
.secondary-region span{flex: 1 1 18rem;
  min-width: 0;
  line-height: 1.6;}
@media (max-width: 860px) {.secondary-region .open-visual{
    min-height: 20rem;
  }
}
.steady-entries{
  background: #FFFFFF;
  color: #14171A;
  padding: calc(1.5rem * 2.4) 2.17rem;
}
.steady-entries .strong-media{width: min(100%, 1600px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .32fr) minmax(0, 1fr);
  gap: 1.76rem;
  align-items: start;}
.steady-entries h2,
.steady-entries h3,
.steady-entries p{margin: 0;}
.steady-entries h2{font-size: calc(18.1px * 2); line-height: 1.1;}
.steady-entries h3{font-size: calc(18.1px * 1.35); line-height: 1.18;}
.steady-entries p{font-size: 18.1px; line-height: 1.6;}
.steady-entries .soft-copy{
  display: grid;
  gap: calc(1.76rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #F4F5F6;
  color: #14171A;
}
.steady-entries .soft-copy .wide-details{font-size: calc(18.1px * .875);
  padding-top: calc(1.76rem * 1.5);
  border-top: 1px solid #DDE1E5;}
.steady-entries .offer-method{
  display: grid;
  gap: 1px;
  background: #DDE1E5;
  border: 1px solid #DDE1E5;
  border-radius: 1rem;
  overflow: hidden;color:#14171A;}
.steady-entries .direct-benefit{
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.4rem;
  padding: calc(1.5rem * .75);
  background: #FFFFFF;
  color: #14171A;
  text-decoration: none;
  transition: background 300ms var(--ease-nav);
}
.steady-entries .direct-benefit b{font-size: calc(18.1px * .875);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #14171A;}
.steady-entries .direct-benefit:hover{
  background: #F4F5F6;color:#14171A;}
.steady-entries .direct-benefit:hover h3{color: #C81E2B;}
.steady-entries .open-block{
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.76rem;
  align-items: center;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: var(--paint-deep);
  color: var(--ink-page);
}
.steady-entries .open-block p{flex: 1 1 22rem;
  font-size: calc(18.1px * .875);}
.steady-entries .open-block a{color:inherit;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;}
.steady-entries .open-block a:hover{color: #C81E2B;}
@media (max-width: 860px) {.steady-entries .strong-media{
    grid-template-columns: 1fr;
  }
}
.page-actions{--state-local:calc(1.5rem * 1.18);--type-quiet:calc(1600px / 3.6);padding:calc(1.5rem * 2.4) 2.17rem;background:#F2C200;color:#0E1013;}
.page-actions .strong-media{max-width:1600px;margin:0 auto;}
.page-actions h2,.page-actions h3,.page-actions p{margin:0;}
.page-actions h2{font-size:calc(18.1px * 2);line-height:1.12;}
.page-actions h3{font-size:calc(18.1px * 1.35);line-height:1.2;}
.page-actions p{font-size:18.1px;line-height:1.6;color:color-mix(in srgb, currentColor 76%, transparent);}
.page-actions a{color:inherit;text-decoration:none;}
.page-actions .open{padding-block-start:var(--state-local);}
.page-actions .featured-track{row-gap:calc(var(--state-local) * .7);}
.page-actions .profile{margin-top:1.5rem;}
.page-actions .fresh-menu{display:flex;flex-wrap:wrap;gap:var(--state-local);margin-top:var(--state-local);}
.page-actions .narrow-surface{flex:1 1 var(--type-quiet);min-width:0;padding:calc(var(--state-local) * .72);border-radius:0.47rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.page-actions .narrow-surface p{margin-top:calc(1.5rem / 3);}
.focused-region{--state-local:calc(1.5rem * 1.19);--state-static:calc(1600px / 2.55);--font-button:calc(1600px / 3.49);padding:calc(1.5rem * 2.4) 2.17rem;background:#F4F5F6;color:#14171A;}
.focused-region .strong-media{max-width:1600px;margin:0 auto;}
.focused-region h2,.focused-region h3,.focused-region p{margin:0;}
.focused-region h2{font-size:calc(18.1px * 2);line-height:1.12;}
.focused-region h3{font-size:calc(18.1px * 1.35);line-height:1.2;}
.focused-region p{font-size:18.1px;line-height:1.6;}
.focused-region a{color:inherit;text-decoration:none;}
.focused-region a:hover{color:#C81E2B;}
.focused-region img{display:block;width:100%;height:auto;border-radius:0.47rem;}
.focused-region .fresh-story{max-width:var(--state-static);}
.focused-region .fresh-story .profile{margin-top:calc(1.76rem * 1.5);}
.focused-region .direct-fields{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.76rem;margin-top:var(--state-local);}
.focused-region .content-contact{flex:0 0 var(--font-button);max-width:var(--font-button);margin:0;}
.focused-region .steady-area{flex:1 1 calc(1600px / 2.2);min-width:0;display:flex;flex-direction:column;gap:calc(1.76rem * 1.5);}
.focused-region .narrow-surface{padding-left:calc(1.5rem * .75);border-left:2px solid #DDE1E5;}
.focused-region .narrow-surface p{margin-top:calc(1.5rem / 3);}
.focused-region .narrow-surface .simple-header{font-size:calc(18.1px * .875);color:#14171A;opacity:.75;}
.focused-region .wide-details{margin-top:var(--state-local);font-size:calc(18.1px * .875);}
@media (max-width:900px){.focused-region .content-contact{flex:1 1 100%;max-width:100%;}.focused-region .steady-area{flex:1 1 100%;}
}
.contact-list{padding:calc(1.5rem * 2.4) 2.17rem;background:var(--paint-deep);color:var(--ink-page)}
.contact-list .strong-media{max-width:1600px;margin:0 auto}
.contact-list .text-lead{display:grid;grid-template-columns:minmax(0,0.85fr) minmax(0,1.4fr);gap:calc(1.76rem * 1.5);align-items:start}
.contact-list .clear-team{min-width:0}
.contact-list h2{margin:0;font-size:calc(18.1px * 2);line-height:1.08}
.contact-list .clear-team p{margin:1.5rem 0 0;font-size:18.1px;line-height:1.6}
.contact-list .bottom-stack{display:flex;flex-wrap:wrap;gap:1.76rem}
.contact-list .bottom-stack a{flex:1 1 260px;min-width:0;background:#FFFFFF;color:#14171A;border:1px solid #DDE1E5;border-radius:0.47rem;padding:calc(1.5rem * .75);text-decoration:none;transition:border-color 300ms var(--ease-nav)}
.contact-list .bottom-stack a:hover{border-color:#F2C200}
.contact-list strong{display:block;font-size:18.1px;line-height:1.2}
.contact-list span{display:block;margin-top:0.5rem;font-size:calc(18.1px * .875);line-height:1.6}
@media(max-width:820px){.contact-list .text-lead{grid-template-columns:minmax(0,1fr)}.contact-list .bottom-stack a{flex:1 1 100%}}
.visual-section{
  --state-local:calc(1.5rem * 1.1);
  --line-dark:calc(1600px / 3.4);
  padding:calc(1.5rem * 2.4) 2.17rem;
  background:#FFFFFF;
  color:#14171A;
}
.visual-section .strong-media{max-width:1600px;margin:0 auto;}
.visual-section h2,.visual-section h3,.visual-section p{margin:0;}
.visual-section h2{font-size:calc(18.1px * 2);line-height:1.14;}
.visual-section h3{font-size:calc(18.1px * 1.35);line-height:1.22;}
.visual-section p{font-size:18.1px;line-height:1.6;}
.visual-section img{display:block;width:100%;height:auto;border-radius:0.47rem;}
.visual-section .fresh-story{display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  gap:1.76rem;
  padding-bottom:calc(1.76rem * 1.5);
  border-bottom:1px solid #DDE1E5;}
.visual-section .fresh-story>h2{flex:1 1 calc(1600px / 3);min-width:0;}
.visual-section .fresh-story>.profile{flex:1 1 calc(1600px / 3);min-width:0;color:#14171A;}
.visual-section .secondary-proof{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:var(--state-local);
  margin-top:var(--state-local);}
.visual-section .fresh-menu{flex:1 1 62%;
  min-width:0;
  display:flex;
  flex-wrap:wrap;
  gap:var(--state-local);}
.visual-section .narrow-surface{
  flex:1 1 var(--line-dark);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);
  padding:calc(calc(1.5rem * .75) * .9);
  background:#FFFFFF;
  color:#14171A;
  border:1px solid #DDE1E5;
  border-radius:0.47rem;
}
.visual-section .narrow-surface img{margin-bottom:calc(1.5rem / 4);}
.visual-section .narrow-surface p{color:#14171A;}
.visual-section .main-summary{margin-top:auto;
  align-self:flex-start;
  font-size:calc(18.1px * .875);color:inherit;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:2px;}
.visual-section .main-summary:hover{color:#C81E2B;}
.visual-section .wide-details{
  flex:1 1 calc(1600px / 4);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * .9);
  background:#F4F5F6;
  color:#14171A;
  border-radius:0.47rem;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);
}
.visual-section .wide-details .local-headline{font-size:calc(18.1px * .875);}
.visual-section .wide-details a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;}
.visual-section .wide-details a:hover{color:#C81E2B;}
@media (max-width:900px){.visual-section .fresh-menu,.visual-section .wide-details{flex:1 1 100%;}
}
.service-stack{--state-local:calc(1.5rem * 1.2);--font-large:calc(1600px / 3.66);padding:calc(1.5rem * 2.4) 2.17rem;background:#C81E2B;color:#FFFFFF;}
.service-stack .strong-media{max-width:1600px;margin:0 auto;}
.service-stack h1,.service-stack h2,.service-stack h3,.service-stack p{margin:0;}
.service-stack h2{font-size:calc(18.1px * 2);line-height:1.12;}
.service-stack h3{font-size:calc(18.1px * 1.35);line-height:1.2;}
.service-stack p{font-size:18.1px;line-height:1.6;color:color-mix(in srgb, currentColor 78%, transparent);}
.service-stack h3{}
.service-stack a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.service-stack a:hover{border-bottom-color:currentColor;}
.service-stack img{display:block;width:100%;height:auto;border-radius:0.47rem;}
.service-stack .profile{margin-top:1.5rem;}
.service-stack .wide-details{margin-top:calc(1.5rem / 2);font-size:calc(18.1px * .875);}
.service-stack .fresh-menu{display:flex;flex-direction:column;gap:var(--state-local);margin-top:0;}
.service-stack .narrow-surface{min-width:0;padding-bottom:var(--state-local);border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.service-stack .narrow-surface:last-child{padding-bottom:0;border-bottom:0;}
.service-stack .narrow-surface p{margin-top:calc(1.5rem / 3);}
.service-stack .local-details{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.76rem;}
.service-stack .local-details>.compact-actions{flex:1 1 calc(1600px / 3.4);min-width:0;}
.service-stack .local-details>.fresh-menu{flex:2 1 calc(1600px / 2.2);}
.service-stack .local-details>img{margin-left:auto;max-width:var(--font-large);}
.service-stack .main-summary{margin-top:var(--state-local);font-size:calc(18.1px * .875);}
@media (max-width:760px){.service-stack .local-details>img{max-width:100%;margin-left:0;}
}
.page-frame{
    padding: calc(1.5rem * 2.4) 2.17rem;
    background: #FFFFFF;
    color: #14171A;
}
.page-frame .compact-benefit{max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(1.76rem * 1.5);}
.page-frame .open-group{display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 1.76rem;
    align-items: center;}
.page-frame .top-quote{border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #DDE1E5;
    box-shadow: 0 2px 4px rgba(0,0,0,0.11);}
.page-frame .top-quote img{display: block;
    width: 100%;
    height: 340px;
    object-fit: cover;}
.page-frame .local-unit{display: flex;
    flex-direction: column;
    gap: 0.6rem;}
.page-frame .wide-brand{margin: 0;
    font-size: calc(18.1px * .875);
    letter-spacing: 0.02em;
    text-transform: uppercase;}
.page-frame .narrow-proof{margin: 0;
    font-size: calc(18.1px * 2.65);
    line-height: 1.15;}
.page-frame .quiet-footer{margin: 0;
    font-size: calc(18.1px * 1.125);
    line-height: 1.6;}
.page-frame .secondary-proof{display: flex;
    flex-direction: column;
    gap: 1.1rem;
    font-size: 18.1px;
    line-height: 1.6;}
.page-frame .secondary-proof h2{margin: 0.4rem 0 0;
    font-size: calc(18.1px * 1.35);}
.page-frame .secondary-proof p{margin: 0;}
.page-frame .fresh-menu{margin: 0;
    padding-left: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;}
.page-frame .fresh-menu li{padding-left: 0.2rem;}
.page-frame .top-region{border-top: 1px solid #DDE1E5;
    padding-top: calc(1.76rem * 1.5);
    display: flex;
    flex-direction: column;
    gap: 0.7rem;}
.page-frame .direct-frame{margin: 0;
    font-size: calc(18.1px * .875);
    text-transform: uppercase;
    letter-spacing: 0.04em;}
.page-frame .main-summary{display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;}
.page-frame .main-summary a{font-size: 18.1px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 300ms var(--ease-nav), border-color 300ms var(--ease-nav);}
.page-frame .main-summary a:hover{border-bottom-color: #C81E2B;}
@media (max-width: 860px) {.page-frame .open-group{
        grid-template-columns: 1fr;
    }.page-frame .top-quote img{
        height: 240px;
    }
}
.focused-note{padding:calc(1.5rem * 2.4) 2.17rem;background:#FFFFFF;color:#14171A}
.focused-note .strong-media{width:min(100%,calc(1600px*.72));margin:0 auto;display:flex;flex-direction:column;gap:calc(1.76rem * 1.5)}
.focused-note .direct-fields{display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-bottom:1px solid #DDE1E5;padding-bottom:calc(1.76rem * 1.5)}
.focused-note h2{margin:0;font-size:calc(18.1px * 2);line-height:1.1}
.focused-note .profile{margin:0;font-size:18.1px;line-height:1.6;color:#14171A}
.focused-note .fresh-menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}
.focused-note .narrow-surface{border-top:1px solid #DDE1E5}
.focused-note .menu{display:flex;gap:1.76rem;align-items:flex-start;padding:calc(1.5rem * .75) 0;text-decoration:none;color:inherit}
.focused-note .menu img{flex:0 0 auto;width:180px;height:120px;object-fit:cover;border-radius:0.47rem;background:#F4F5F6;color:#14171A;}
.focused-note .secondary-proof{display:flex;flex-direction:column;gap:calc(1.5rem * .75);min-width:0}
.focused-note h3{margin:0;font-size:calc(18.1px * 1.35);line-height:1.2}
.focused-note p{margin:0;line-height:1.6;color:#14171A}
.focused-note .wide-details{font-size:calc(18.1px * .875);color:#14171A}
@media (max-width:720px){.focused-note .menu{flex-direction:column}.focused-note .menu img{width:100%;height:180px}
}
.open-unit{
    padding: calc(1.5rem * 2.4) 2.17rem;
    background: var(--paint-deep);
    color: var(--ink-page);
}
.open-unit .compact-benefit{max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(1.76rem * 1.5);}
.open-unit .top-quote{border-radius: 1.19rem;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.35);}
.open-unit .top-quote img{display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;}
.open-unit .page-unit{display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);}
.open-unit .narrow-proof{margin: 0;
    font-size: calc(18.1px * 2.65);
    line-height: 1.15;}
.open-unit .wide-brand{margin: 0;
    font-size: calc(18.1px * .875);
    opacity: 0.85;}
.open-unit .quiet-footer{margin: 0;
    font-size: calc(18.1px * 1.125);
    line-height: 1.6;}
.open-unit .compact-actions{display: flex;
    flex-direction: column;
    gap: calc(1.76rem * 1.5);}
.open-unit .compact-actions p{margin: 0;
    line-height: 1.6;}
.open-unit .compact-actions h2{margin: 0;
    font-size: calc(18.1px * 1.35);
    line-height: 1.25;}
.open-unit .main-summary{border-top: 1px solid rgba(148, 163, 184, 0.35);
    padding-top: calc(1.5rem * .75);}
.open-unit .main-summary p{margin: 0;
    font-size: 18.1px;
    line-height: 1.6;}
.open-unit .main-summary a{text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 300ms var(--ease-nav);}
.open-unit .main-summary a:hover{}
@media (max-width: 720px) {.open-unit .top-quote img{
        height: 220px;
    }
}
.page-visual{padding:calc(1.5rem*2.6) 2.17rem;background:#F4F5F6;color:#14171A;}
.page-visual .soft-note{max-width:1600px;margin:0 auto;}
.page-visual .offer-intro{margin-bottom:calc(1.76rem * 1.5);}
.page-visual h2{margin:0;font-size:calc(18.1px * 2);line-height:1.2;}
.page-visual .offer-intro p{margin:.7rem 0 0;font-size:18.1px;}
.page-visual .team-visual{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.76rem;}
.page-visual .simple-track{display:flex;flex-direction:column;background:#FFFFFF;border:1px solid #DDE1E5;border-radius:0.47rem;padding:calc(1.5rem * .75);color:#14171A;}
.page-visual .simple-track img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:0.28rem;display:block;}
.page-visual .team-contact{margin:.85rem 0 0;font-size:calc(18.1px * .875);letter-spacing:.04em;text-transform:uppercase;color:#14171A;opacity:.7;}
.page-visual h3{margin:.4rem 0 .5rem;font-size:calc(18.1px * 1.125);line-height:1.3;}
.page-visual h3 a{text-decoration:none;color:inherit;}
.page-visual h3 a:hover{color:#C81E2B;}
.page-visual .simple-track p:last-child{margin:0;font-size:calc(18.1px * .875);line-height:1.55;}
@media (max-width:980px){.page-visual .team-visual{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:560px){.page-visual .team-visual{grid-template-columns:1fr;}}
.simple-details{
    padding: calc(1.5rem * 2.4) 2.17rem;
    background: #FFFFFF;
    color: #14171A;
}
.simple-details .compact-benefit{max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(1.76rem * 1.5);}
.simple-details .top-quote{border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #DDE1E5;
    box-shadow: 0 2px 4px rgba(0,0,0,0.11);}
.simple-details .top-quote img{display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;}
.simple-details .page-unit{display: flex;
    flex-direction: column;
    gap: 0.6rem;}
.simple-details .narrow-proof{margin: 0;
    font-size: calc(18.1px * 2.65);
    line-height: 1.15;
    letter-spacing: -0.01em;}
.simple-details .wide-brand{
    margin: 0;
    font-size: calc(18.1px * .875);
    color: #14171A;
    background: #F4F5F6;
    padding: 0.4rem 0.75rem;
    border-radius: 0.28rem;
    align-self: flex-start;
}
.simple-details .quiet-footer{margin: 0;
    font-size: calc(18.1px * 1.125);
    line-height: 1.6;}
.simple-details .secondary-proof{display: flex;
    flex-direction: column;
    gap: calc(1.76rem * 1.5);
    border-top: 2px solid #F2C200;
    padding-top: calc(1.76rem * 1.5);}
.simple-details .secondary-proof h2{margin: 0 0 0.4rem;
    font-size: calc(18.1px * 1.35);
    line-height: 1.25;}
.simple-details .secondary-proof p{margin: 0;
    font-size: 18.1px;
    line-height: 1.6;}
.simple-details .main-summary{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.76rem;
    padding: calc(1.5rem * .75);
    background: #F4F5F6;
    color: #14171A;
    border-radius: 0.47rem;
    border-left: 4px solid #C81E2B;
}
.simple-details .steady-contact{margin: 0;
    font-size: 18.1px;
    flex: 1 1 240px;}
.simple-details .quiet-panel{
    display: inline-block;
    padding: 0.55rem 1rem;
    background: #F2C200;
    color: #0E1013;
    border-radius: 0.28rem;
    text-decoration: none;
    font-size: calc(18.1px * .875);
    font-weight: 600;
    transition: background 300ms var(--ease-nav);
}
.simple-details .quiet-panel:hover{
    background: #D9AE00;color:#14171A;}
.simple-details .quiet-panel + .quiet-panel{
    background: transparent;
    color: #F2C200;
    border: 1px solid #DDE1E5;
}
.simple-details .quiet-panel + .quiet-panel:hover{border-color: #C81E2B;}
@media (max-width: 720px) {.simple-details .top-quote img{
        height: 220px;
    }.simple-details .main-summary{
        flex-direction: column;
        align-items: stretch;
    }
}
.soft-header{padding:calc(1.5rem*2.8) 2.17rem;background:#FFFFFF;color:#14171A;}
.soft-header .legal{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:1.76rem;align-items:start;}
.soft-header .service-view h2{margin:0;font-size:clamp(1.9rem,3.5vw,2.9rem);line-height:1.06;}
.soft-header .service-view p{margin:.85rem 0 0;color:#5C636B;font-size:18.1px;}
.soft-header .offer-inner{display:flex;flex-direction:column;gap:.65rem;}
.soft-header .simple-track{background:#FFFFFF;border:1px solid #DDE1E5;border-left:3px solid #F2C200;border-radius:0.47rem;padding:1rem 1.1rem;color:#14171A;}
.soft-header .simple-track h3{margin:0 0 .4rem;font-size:1.08rem;line-height:1.3;}
.soft-header .simple-track a{text-decoration:none;font-weight:700;color:#14171A;}
.soft-header .simple-track a:hover{color:#C81E2B;}
.soft-header .simple-track p{margin:0 0 .6rem;color:#5C636B;font-size:calc(18.1px * .875);line-height:1.55;}
.soft-header .simple-track > a:last-child{font-size:calc(18.1px * .875);color:inherit;}
.soft-header .simple-track > a:last-child:hover{color:#C81E2B;}
@media (max-width:800px){.soft-header .legal{grid-template-columns:1fr;}
}
.content-group{padding:calc(1.5rem * 2.4) 2.17rem;background:#F4F5F6;color:#14171A}
.content-group .strong-media{max-width:1600px;margin:0 auto}
.content-group .page-panel{display:flex;gap:1.76rem;align-items:flex-start;flex-wrap:wrap}
.content-group .primary-menu{flex:1 1 22rem;min-width:0}
.content-group h2{margin:0;font-size:calc(18.1px * 2);line-height:1.15}
.content-group .primary-menu p{margin:calc(1.76rem * 1.5) 0 0;font-size:18.1px;line-height:1.6}
.content-group form{flex:2 1 40rem;min-width:0;background:#FFFFFF;color:#14171A;border:1px solid #DDE1E5;border-radius:1rem;padding:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,0.11)}
.content-group .steady-region{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}
.content-group .steady-region label{min-width:0;display:block}
.content-group .steady-region span{display:block;margin-bottom:calc(calc(1.5rem * .75)*.5);font-size:calc(18.1px * .875);letter-spacing:.01em}
.content-group .steady-region input{width:100%;max-width:100%;border:1px solid #DDE1E5;border-radius:0.28rem;background:#FFFFFF;color:#14171A;font:inherit;font-size:18.1px;padding:calc(calc(1.5rem * .75)*.8);outline:none;transition:border-color 300ms var(--ease-nav)}
.content-group .steady-region input::placeholder{color:rgba(255,255,255,0.55)}
.content-group .steady-region input:focus{border-color:#F2C200;box-shadow:0 0 0 2px #F2C200}
.content-group .simple-proof{display:flex;flex-wrap:wrap;gap:calc(calc(1.5rem * .75)*.6);margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #DDE1E5}
.content-group .simple-proof label{display:inline-flex;align-items:center;gap:calc(calc(1.5rem * .75)*.5);min-width:0;border-radius:0.47rem;background:#F4F5F6;color:#14171A;padding:calc(calc(1.5rem * .75)*.6) calc(calc(1.5rem * .75)*.9);font-size:calc(18.1px * .875);cursor:pointer}
.content-group .simple-proof input{width:1rem;height:1rem;accent-color:#F2C200;flex:0 0 auto}
.content-group button{margin-top:1.5rem;border:0;border-radius:0.47rem;background:#F2C200;color:#0E1013;font:inherit;font-size:18.1px;padding:calc(calc(1.5rem * .75)*.9) 1.5rem;cursor:pointer;transition:background 300ms var(--ease-nav)}
.content-group button:hover{background:#D9AE00;color:#14171A;}
@media(max-width:780px){.content-group .page-panel{display:block}.content-group form{margin-top:calc(1.76rem * 1.5);padding:1.5rem}.content-group .steady-region{grid-template-columns:minmax(0,1fr)}
}
.service-content{background:#C81E2B;color:#FFFFFF;padding:calc(1.5rem * 2.4) 2.17rem}
.service-content .strong-media{max-width:1600px;margin:0 auto}
.service-content .secondary-fields{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(1.76rem * 1.5)}
.service-content .compact-actions{flex:1 1 24rem;min-width:0}
.service-content h2{margin:0;font-size:clamp(calc(18.1px * 2),5vw,calc(18.1px * 2.65));line-height:1.08;letter-spacing:0}
.service-content p{margin:1.5rem 0 0;font-size:calc(18.1px * 1.125);line-height:1.65}
.service-content .compact-actions a{display:inline-flex;margin-top:1.5rem;padding:calc(1.5rem * .75) 1.76rem;border-radius:0.47rem;background:#FFFFFF;color:#C81E2B;text-decoration:none;font-weight:700}
.service-content .compact-actions a:hover{background:#F2C200;color:#0E1013}
.service-content .content-track{display:block;flex:0 1 16rem;min-width:11rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:1rem}
.service-content .fresh-menu{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.service-content .narrow-surface{color:inherit;text-decoration:none;padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.service-content .narrow-surface:last-child{border-bottom:0;padding-bottom:0}
.service-content strong,.service-content span{display:block}
.service-content strong{font-size:18.1px}
.service-content span{margin-top:calc(calc(1.5rem * .75)*.4);line-height:1.55;font-size:calc(18.1px * .875)}
@media(max-width:820px){.service-content .secondary-fields{flex-direction:column}.service-content .content-track{flex-basis:auto;min-width:0;aspect-ratio:16/9}.service-content .fresh-menu{width:100%}}
.plain-contact{padding:calc(1.5rem * 2.4) 2.17rem;background:var(--paint-deep);color:var(--ink-page)}
.plain-contact .text-lead{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.46fr) minmax(0,.54fr);gap:1.76rem}
.plain-contact .profile{align-self:start}
.plain-contact h2{margin:0;font-size:calc(18.1px * 2.65);line-height:1.05}
.plain-contact .profile p{margin:1.5rem 0 0;font-size:calc(18.1px * 1.125)}
.plain-contact .plain-view{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.5rem * .75)}
.plain-contact .steady-method{padding:calc(1.5rem * .75);border-radius:1rem;background:#FFFFFF;color:#14171A;border:1px solid #DDE1E5}
.plain-contact .steady-method span{display:block;font-size:calc(18.1px * .875);color:inherit;}
.plain-contact .steady-method strong{display:block;margin-top:calc(1.5rem * .75);font-weight:600;line-height:1.45}
.plain-contact .steady-method a{color:#F2C200;text-decoration:none;border-bottom:1px solid transparent;transition:color 300ms var(--ease-nav),border-color 300ms var(--ease-nav)}
.plain-contact .steady-method a:hover{color:inherit;border-bottom-color:#C81E2B}
.plain-contact .active-region{grid-column:1/-1;height:clamp(22rem,42vw,34rem);border-radius:1.19rem;overflow:hidden;border:1px solid #DDE1E5}
.plain-contact iframe{display:block;width:100%;height:100%;border:0}
.plain-contact .main-summary{grid-column:1/-1;display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.76rem;padding-top:calc(1.76rem * 1.5);border-top:1px solid rgba(244,245,246,0.18)}
.plain-contact .main-summary .team-contact{flex:1 1 22rem;margin:0;font-size:18.1px}
.plain-contact .main-summary .wide-details{flex:1 1 18rem;margin:0;font-size:calc(18.1px * .875);color:#C9CDD2}
.plain-contact .main-summary .mark{flex:0 0 auto;align-self:center}
.plain-contact .main-summary .mark a{display:inline-block;padding:0.75rem 1.4rem;border-radius:0.47rem;background:#F2C200;color:#0E1013;text-decoration:none;font-weight:600;transition:background 300ms var(--ease-nav)}
.plain-contact .main-summary .mark a:hover{background:#D9AE00;color:#14171A;}
@media (max-width: 780px){.plain-contact .text-lead,.plain-contact .plain-view{grid-template-columns:1fr}.plain-contact .active-region{height:22rem}.plain-contact .main-summary{flex-direction:column}.plain-contact .main-summary .mark{align-self:flex-start}}
.secondary-links{
  padding: calc(1.5rem * 2.4) 2.17rem;
  background: linear-gradient(135deg, #0E1013 0%, #262A2F 55%, #3A3F45 100%);
  color: #F4F5F6;
}
.secondary-links .text-form{
  max-width: 1600px;
  margin: 0 auto;
  border-radius: 1.19rem;
  overflow: hidden;
  background: #FFFFFF;
  color: #14171A;
  border: 1px solid #DDE1E5;
}
.secondary-links .primary-story{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.76rem * 1.5);
  border-bottom: 1px solid #DDE1E5;
  background: #F4F5F6;color:#14171A;}
.secondary-links .primary-story span,
.secondary-links .primary-story strong{font-size: calc(18.1px * .875);
  letter-spacing: 0.02em;}
.secondary-links .secondary-proof{display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 1.76rem;
  padding: calc(1.76rem * 1.5);}
.secondary-links h2{margin: 0;
  font-size: calc(18.1px * 2);
  line-height: 1.1;}
.secondary-links .compact-actions p{margin: calc(1.5rem * .75) 0 0;
  font-size: 18.1px;
  line-height: 1.6;}
.secondary-links .compact-actions a{text-decoration: underline;}
.secondary-links .compact-actions a:hover{}
.secondary-links .fresh-menu{
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: #DDE1E5;
  border: 1px solid #DDE1E5;
  border-radius: 0.47rem;
  overflow: hidden;color:#14171A;}
.secondary-links .team-contact{
  display: grid;
  grid-template-columns: minmax(8rem, .32fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  background: #FFFFFF;
  color: #14171A;
}
.secondary-links .team-contact span{font-size: calc(18.1px * .875);
  font-weight: 600;
  line-height: 1.35;}
.secondary-links h3{margin: 0;
  font-size: calc(18.1px * 1.35);
  line-height: 1.2;}
.secondary-links .team-contact p{margin: calc(calc(1.5rem * .75) * .5) 0 0;
  font-size: calc(18.1px * .875);
  line-height: 1.6;}
@media (max-width: 860px) {.secondary-links .secondary-proof{
    grid-template-columns: 1fr;
    padding: calc(1.5rem * .75);
  }.secondary-links .team-contact{
    grid-template-columns: 1fr;
    gap: calc(calc(1.5rem * .75) * .5);
  }
}
.content-story{
  padding: calc(1.5rem * 2.4) 2.17rem;
  background: var(--paint-deep);
  color: var(--ink-page);
}
.content-story .strong-media{max-width: min(1600px, 74rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: calc(1.76rem * 1.5);
  align-items: start;}
.content-story h2{margin: 0;
  font-size: calc(18.1px * 2);
  line-height: 1.1;}
.content-story .contact-media p{margin: calc(1.5rem * .75) 0 0;
  color: #C9CDD2;
  font-size: 18.1px;
  line-height: 1.6;}
.content-story .open-stack{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #262A2F;}
.content-story .narrow-surface{
  border-bottom: 1px solid #262A2F;
  background: transparent;
  color: var(--ink-page);
}
.content-story button{
  width: 100%;
  border: 0;
  padding: calc(1.5rem * .75) 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: calc(18.1px * 1.125);
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1.76rem;
}
.content-story button::after{content: "+";
  font-size: calc(18.1px * 1.125);
  color: #F2C200;
  flex-shrink: 0;}
.content-story .narrow-surface.is-open button::after{content: "\2212";}
.content-story .narrow-surface p{margin: 0;
  padding: 0 0 calc(1.5rem * .75);
  color: #C9CDD2;
  font-size: calc(18.1px * .875);
  line-height: 1.6;}
.content-story .narrow-surface:not(.is-open) p{display: none;}
@media (max-width: 760px) {.content-story .strong-media{
    grid-template-columns: 1fr;
  }
}
.plain-list{--state-local:calc(1.5rem * 1.14);--state-static:calc(1600px / 2.45);padding:calc(1.5rem * 2.4) 2.17rem;background:#F4F5F6;color:#14171A;}
.plain-list .strong-media{max-width:1600px;margin:0 auto;}
.plain-list h1,.plain-list h2,.plain-list h3,.plain-list p{margin:0;}
.plain-list h2{font-size:calc(18.1px * 2);line-height:1.14;}
.plain-list p{font-size:18.1px;line-height:1.6;}
.plain-list a{color:inherit;text-decoration:none;}
.plain-list .profile{font-size:calc(18.1px * 1.125);font-weight:600;}
.plain-list .wide-details{color:color-mix(in srgb, #14171A 74%, transparent);}
.plain-list .mark{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.28rem;background:#F2C200;color:#0E1013;font-weight:600;transition:background 300ms var(--ease-nav);}
.plain-list .mark:hover{background:#D9AE00;color:#14171A;}
.plain-list .main-summary{display:flex;flex-wrap:wrap;gap:1.76rem;font-size:calc(18.1px * .875);}
.plain-list .main-summary a{color:inherit;border-bottom:1px solid transparent;transition:color 300ms var(--ease-nav),border-color 300ms var(--ease-nav);}
.plain-list .main-summary a:hover{color:#C81E2B;border-bottom-color:#C81E2B;}
.plain-list .fresh-lead>h2,.plain-list .fresh-lead>p,.plain-list .fresh-lead>.mark{margin-top:1.5rem;}
.plain-list .fresh-lead>.profile{margin-top:0;}
.plain-list .fresh-lead>.main-summary{margin-top:var(--state-local);}
.main-tile{
  padding: calc(1.5rem * 2.4) 2.17rem;
  background: #FFFFFF;
  color: #14171A;
}
.main-tile .strong-media{max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 1.76rem;
  align-items: start;}
.main-tile .plain-intro{
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: var(--paint-deep);
  color: var(--ink-page);
}
.main-tile .plain-intro .contact-header{
  display: inline-block;
  padding: 0.25rem 0.6rem;
  border-radius: 0.28rem;
  background: #F2C200;
  color: #0E1013;
  font-size: calc(18.1px * .875);
  letter-spacing: 0.02em;
}
.main-tile h2{margin: calc(1.76rem * 1.5) 0 0;
  font-size: calc(18.1px * 2);
  line-height: 1.1;}
.main-tile .plain-intro p{margin: calc(1.76rem * 1.5) 0 0;
  font-size: 18.1px;
  line-height: 1.6;}
.main-tile .plain-intro .wide-details{padding-top: calc(1.76rem * 1.5);
  border-top: 1px solid rgba(244, 245, 246, 0.18);
  font-size: calc(18.1px * .875);}
.main-tile .start{display: flex;
  flex-direction: column;
  gap: calc(1.76rem * 1.5);}
.main-tile .narrow-surface{
  padding: calc(1.5rem * .75);
  border-radius: 0.47rem;
  background: #F4F5F6;
  color: #14171A;
  border-left: 3px solid #F2C200;
}
.main-tile .narrow-surface strong{display: block;
  font-size: calc(18.1px * 1.35);
  line-height: 1.2;}
.main-tile .narrow-surface p{margin: calc(1.76rem * 1.5) 0 0;
  font-size: 18.1px;}
.main-tile .main-summary{list-style: none;
  margin: calc(1.76rem * 1.5) 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  font-size: calc(18.1px * .875);}
.main-tile .main-summary li{line-height: 1.5;}
.main-tile .main-summary a{text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 300ms var(--ease-nav), border-color 300ms var(--ease-nav);}
.main-tile .main-summary a:hover{border-bottom-color: #C81E2B;}
@media (max-width: 860px) {.main-tile .strong-media{
    grid-template-columns: 1fr;
  }
}
.figure{padding:calc(1.5rem * 2.4) 2.17rem;background:#FFFFFF;color:#14171A}
.figure .strong-media{max-width:1600px;margin:0 auto}
.figure .primary-entries{display:flex;flex-wrap:wrap;gap:calc(1.76rem * 1.5);align-items:flex-start}
.figure .profile{flex:1 1 34rem;min-width:0}
.figure .featured-header{margin:0 0 1.5rem;font-size:calc(18.1px * .875);letter-spacing:0.08em;text-transform:uppercase;color:#14171A}
.figure h2{margin:0;font-size:calc(18.1px * 2.65);line-height:1.06}
.figure .contact-intro{flex:1 1 26rem;min-width:0;padding-top:calc(1.5rem * .75)}
.figure .primary-menu{margin:0;line-height:1.6}
.figure .mark{display:inline-flex;margin-top:1.5rem;border-radius:0.47rem;background:#F2C200;color:#0E1013;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-weight:600}
.figure .mark:hover{background:#D9AE00;color:#14171A;}
.figure .main-summary{list-style:none;margin:calc(1.76rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.figure .main-summary a{display:block;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #DDE1E5;color:inherit;text-decoration:none}
.figure .main-summary a:hover{color:#C81E2B}
.figure .open-note{margin:calc(1.76rem * 1.5) 0 0;font-size:calc(18.1px * .875);line-height:1.6;color:#14171A}
.figure .open-note a{color:inherit;text-decoration:none}
.figure .open-note a:hover{color:#C81E2B}
@media(max-width:760px){.figure .primary-entries{display:block}.figure h2{font-size:calc(18.1px * 2)}.figure .contact-intro{margin-top:calc(1.76rem * 1.5);padding-top:0}}
