html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Sora", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --ease-entry: cubic-bezier(0.22,1,0.36,1);
  --surface-secondary: #00E5FF;
  --paint-muted: rgba(0, 229, 255, 0.22);
  --paint-page: #0D1220;
  --tone-clear: #0F1524;
  --tone-page: #E6EAF2;
  --paint-dark: #9AA4B8;
}
a{color:inherit;}
.view {
    width: 100%;
    background: #00E5FF;
    color: #04121A;
    border-bottom: 1px solid var(--paint-muted);
    padding: 1.5rem 0;
  }
.simple-track {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 2.38rem;
    display: flex;
    align-items: center;
    gap: 1.67rem;
  }
.quiet-stack {
    font-size: calc(16.8px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #04121A;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
.quiet-stack:hover {
    color: #0B0410;
  }
.media-benefit {
    flex: 1 1 auto;
  }
.direct-track {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.67rem * 1.2);
  }
.team-footer {
    margin: 0;
  }
.plain-proof {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 16.8px;
    color: #04121A;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 460ms var(--ease-entry),
                border-color 460ms var(--ease-entry);
  }
.plain-proof:hover,
  .plain-proof:focus-visible {
    color: #0B0410;
    border-bottom-color: #FF2D95;
    outline: none;
  }
.quiet-body {
    flex-shrink: 0;
  }
.btn-cta {
    display: inline-block;
    padding: 0.65rem 1.2rem;
    background: var(--surface-secondary);
    color: #04121A;
    border-radius: 0.44rem;
    font-size: calc(16.8px * .875);
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: background 460ms var(--ease-entry),
                transform 460ms var(--ease-entry);
  }
.btn-cta:hover,
  .btn-cta:focus-visible{
    background: #5CF0FF;
    transform: translateY(-1px);
    outline: none;color:var(--tone-page);}
.page-proof {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    background: transparent;
    border: 1px solid var(--paint-muted);
    border-radius: 0.24rem;
    cursor: pointer;
  }
.featured-figure{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: #04121A;
    border-radius: 2px;
    transition: transform 460ms var(--ease-entry),
                opacity 460ms var(--ease-entry);color:var(--tone-page);}
@media (max-width: 767px) {
    .simple-track {
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .quiet-body {
      order: 3;
      width: 100%;
      margin-top: 1.5rem;
    }

    .btn-cta {
      display: block;
      text-align: center;
    }

    .page-proof {
      display: flex;
      order: 2;
    }

    .media-benefit {
      order: 4;
      flex-basis: 100%;
      display: none;
      margin-top: 1.5rem;
    }

    .media-benefit.is-open {
      display: block;
    }

    .direct-track {
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
    }

    .team-footer {
      width: 100%;
      border-top: 1px solid var(--paint-muted);
    }

    .plain-proof {
      display: block;
      width: 100%;
      padding: 0.85rem 0.2rem;
      border-bottom: none;
    }

    .plain-proof:hover,
    .plain-proof:focus-visible {
      border-bottom-color: transparent;
    }
  }
.main-summary{font-family:"Sora", sans-serif;font-size:16.8px;line-height:1.75;width:100%;padding:0;background:#00E5FF;color:#04121A;}
.main-summary *{border-radius:0}
.steady-list{max-width:1340px;margin:0 auto;padding:calc(1.5rem * 2.4) 2.38rem;display:flex;flex-direction:column;gap:calc(1.67rem * 1.5)}
.page-lead{padding-bottom:calc(1.67rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.14)}
.site-unit{font-style:normal;display:flex;flex-wrap:wrap;gap:2.38rem calc(1.67rem * 1.5);align-items:baseline;font-size:16.8px}
.text-track{display:inline-block}
.page-note{color:inherit;text-decoration:none;border-bottom:1px solid rgba(255, 255, 255, 0.35);padding-bottom:1px;transition:border-color 460ms var(--ease-entry), opacity 460ms var(--ease-entry)}
.page-note:hover,
  .page-note:focus-visible{border-bottom-color:currentColor;opacity:0.85}
.site-section{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:1.5rem calc(1.67rem * 1.5)}
.featured-stack{font-size:calc(16.8px * 1.125);font-weight:700;letter-spacing:0.02em}
.soft-track{margin:0;font-size:calc(16.8px * .875);opacity:0.78;max-width:42ch}
.local-steps{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(1.67rem * 1.5) calc(1.5rem * .75)}
.wide-inner{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}
.wide-inner a{color:inherit;text-decoration:none;font-size:calc(16.8px * .875);transition:opacity 460ms var(--ease-entry)}
.wide-inner a:hover,
  .wide-inner a:focus-visible{opacity:0.7;text-decoration:underline;text-underline-offset:3px;color:inherit}
.public-actions{padding-top:calc(1.67rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.14);display:flex;flex-direction:column;gap:1.5rem}
.visual-panel{margin:0;font-size:calc(16.8px * .875);opacity:0.82;max-width:78ch}
.steady-track{margin:0;font-size:calc(16.8px * .875);opacity:0.7}
@media (max-width: 860px) {.local-steps{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 560px) {.steady-list{padding:calc(1.67rem * 1.5) 2.38rem}.local-steps{grid-template-columns:1fr}.site-unit{flex-direction:column;gap:1.5rem}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:12px;right:12px;bottom:12px;z-index:1200;}
.cookies .primary-menu{max-width:1340px;margin:0 auto;padding:14px 12px;border:1px solid var(--paint-muted);border-radius:12px;background:var(--tone-clear);box-shadow:0 2px 8px rgba(0,0,0,0.15);display:flex;align-items:center;justify-content:space-between;gap:1.67rem;flex-wrap:wrap;color:var(--tone-page);}
.cookies .primary-menu p{margin:0;}
.cookies .contact-unit{display:flex;gap:8px;flex-wrap:wrap;}
.cookies .contact-unit button{border:0;border-radius:999px;background:var(--paint-page);color:var(--paint-dark);padding:7px 11px;cursor:pointer;}
.cookies .contact-unit button.cookie-accept{background:var(--surface-secondary);color:#04121A;}
@media (max-width: 760px){.cookies{border-radius:0.87rem;}
    }
.content-brand{
  --state-soft:calc(1.5rem * 1.15);
  --axis-public:calc(1340px / 2.4);
  --copy-button:calc(1340px / 3.6);
  padding:calc(1.5rem * 2.4) 2.38rem;
  background:#070A12;
  color:#E6EAF2;
}
.content-brand .primary-menu{max-width:1340px;
  margin:0 auto;}
.content-brand h1,
.content-brand h2,
.content-brand h3,
.content-brand p{margin:0;}
.content-brand h1{font-size:calc(16.8px * 2.65);
  line-height:1.08;
  letter-spacing:-0.01em;}
.content-brand p{font-size:16.8px;
  line-height:1.75;}
.content-brand .wide-frame{margin-top:1.5rem;
  color:#E6EAF2;
  font-size:calc(16.8px * 1.125);}
.content-brand .public-intro{margin-top:calc(1.67rem * 1.5);
  color:var(--paint-dark);}
.content-brand .main-body{margin-top:calc(1.5rem * .75);
  color:var(--paint-dark);
  font-size:calc(16.8px * .875);
  line-height:1.75;}
.content-brand a{color:inherit;
  text-decoration:none;}
.content-brand img{display:block;
  width:100%;
  height:auto;
  border-radius:0.44rem;
  border:1px solid var(--paint-muted);}
.content-brand .soft-service{display:flex;
  align-items:flex-start;
  gap:1.67rem;
  flex-wrap:wrap;}
.content-brand .active-frame{flex:1 1 var(--axis-public);
  min-width:0;}
.content-brand .team-menu{flex:1 1 var(--copy-button);
  min-width:0;}
.content-brand .direct-proof{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:calc(1.5rem * .75);
  margin-top:1.5rem;}
.content-brand .active-nav{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.24rem;
  background:var(--surface-secondary);
  color:#04121A;
  font-size:16.8px;
  transition:background 460ms var(--ease-entry),color 460ms var(--ease-entry);
}
.content-brand .active-nav:hover{
  background:#5CF0FF;color:var(--tone-page);}
.content-brand .plain-intro{padding:calc(1.5rem * .75) 0;
  color:#00E5FF;
  font-size:16.8px;
  border-bottom:1px solid transparent;
  transition:color 460ms var(--ease-entry),border-color 460ms var(--ease-entry);}
.content-brand .plain-intro:hover{color:#FF2D95;
  border-bottom-color:#FF2D95;}
@media(max-width:760px){.content-brand .soft-service{
    flex-direction:column;
  }
}
.steady-figure{
  padding: calc(1.5rem * 2.4) 2.38rem;
  background: #FF2D95;
  color: #0B0410;
}
.steady-figure .focused-steps{
  max-width: 1340px;
  margin: 0 auto;
  border-radius: 1.01rem;
  overflow: hidden;
  background: #070A12;
  color: #E6EAF2;
  box-shadow: 0 26px 36px rgba(0,0,0,0.24);
}
.steady-figure .content-callout{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.67rem * 1.5);
  border-bottom: 1px solid var(--paint-muted);}
.steady-figure .content-callout span{font-size: calc(16.8px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.steady-figure a{text-decoration: none;}
.steady-figure .content-callout a{font-size: calc(16.8px * .875);}
.steady-figure .content-callout a:hover{}
.steady-figure .public-intro{display: flex;
  flex-wrap: wrap;
  gap: 1.67rem;
  padding: calc(1.67rem * 1.5);}
.steady-figure .wide-frame{flex: 1 1 22rem;
  min-width: 0;}
.steady-figure h2{margin: 0;
  font-size: calc(16.8px * 2);
  line-height: 1.1;}
.steady-figure .wide-frame p{margin: calc(1.5rem * .75) 0 0;
  font-size: 16.8px;
  line-height: 1.75;}
.steady-figure .page-brand{
  flex: 1 1 20rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
  border: 1px solid var(--paint-muted);
  border-radius: 0.44rem;
  overflow: hidden;
  background: var(--paint-muted);color:var(--tone-page);}
.steady-figure .page-brand a{
  display: block;
  padding: calc(1.5rem * .75);
  background: var(--tone-clear);
  color: var(--tone-page);
  transition: background 460ms var(--ease-entry);
}
.steady-figure .page-brand a:hover{
  background: var(--paint-page);color:var(--paint-dark);}
.steady-figure .page-brand span{display: block;
  font-size: calc(16.8px * .875);
  text-transform: uppercase;
  letter-spacing: .05em;}
.steady-figure .page-brand strong{display: block;
  margin: .35rem 0;
  font-size: calc(16.8px * 1.125);
  word-break: break-word;}
.steady-figure .page-brand small{display: block;
  font-size: calc(16.8px * .875);
  line-height: 1.75;}
.steady-figure .visual-body{
  padding: calc(1.5rem * .75) calc(1.67rem * 1.5);
  border-top: 1px solid var(--paint-muted);
  background: var(--paint-page);color:var(--paint-dark);}
.steady-figure .visual-body p{margin: 0;
  font-size: calc(16.8px * .875);}
@media (max-width: 780px) {.steady-figure .public-intro{
    flex-direction: column;
    padding: calc(1.5rem * .75);
  }.steady-figure .content-callout{
    flex-direction: column;
    align-items: flex-start;
  }.steady-figure .visual-body{
    padding: calc(1.5rem * .75);
  }
}
.text-list{
  --gap-list:calc(1.5rem * 1.15);
  padding:calc(1.5rem * 2.4) 2.38rem;
  background:var(--paint-page);
  color:#E6EAF2;
}
.text-list .primary-menu{max-width:1340px;
  margin:0 auto;}
.text-list h2{margin:0;
  font-size:calc(16.8px * 2);
  line-height:1.14;}
.text-list p{margin:0;
  font-size:16.8px;
  line-height:1.75;}
.text-list .public-note{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:var(--gap-list);}
.text-list .media-contact{flex:1 1 32rem;
  display:flex;
  flex-direction:column;
  gap:calc(1.67rem * 1.5);}
.text-list .wide-frame{font-size:calc(16.8px * 1.125);
  color:var(--paint-dark);}
.text-list .main-body{color:var(--paint-dark);}
.text-list .active-nav{
  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.44rem;
  background:var(--surface-secondary);
  color:#04121A;
  font-size:16.8px;
  text-decoration:none;
  transition:background 460ms var(--ease-entry);
}
.text-list .active-nav:hover{
  background:#5CF0FF;color:var(--tone-page);}
.text-list .direct-proof{flex:1 1 18rem;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid var(--paint-muted);
  font-size:calc(16.8px * .875);
  color:var(--paint-dark);}
.text-list .direct-proof a{color:#00E5FF;
  text-decoration:none;}
.text-list .direct-proof a:hover{color:#FF2D95;}
@media (max-width:720px){.text-list .public-note{
    flex-direction:column;
  }.text-list .active-nav{
    width:100%;
  }
}
.team-figure{--state-soft:calc(1.5rem * 1.25);--axis-public:calc(1340px / 2.90);padding:calc(1.5rem * 2.4) 2.38rem;background:var(--paint-page);color:var(--paint-dark);}
.team-figure .primary-menu{max-width:1340px;margin:0 auto;}
.team-figure h2,.team-figure h3,.team-figure p{margin:0;}
.team-figure h2{font-size:calc(16.8px * 2);line-height:1.14;}
.team-figure h3{font-size:calc(16.8px * 1.35);line-height:1.22;}
.team-figure p{font-size:16.8px;line-height:1.75;}
.team-figure .main-body{font-size:16.8px;line-height:1.75;}
.team-figure a{color:inherit;text-decoration:none;}
.team-figure img{display:block;width:100%;height:auto;border-radius:0.44rem;}
.team-figure .clear-track{display:flex;flex-wrap:wrap;gap:var(--state-soft);margin-top:var(--state-soft);}
.team-figure .main-wrap{flex:1 1 calc(1340px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.44rem;background:var(--tone-clear);color:var(--tone-page);border:1px solid var(--paint-muted);}
.team-figure .main-wrap img{margin-bottom:calc(1.5rem / 2);}
.team-figure .main-wrap p{margin-top:calc(1.5rem / 3);}
.team-figure .direct-proof{display:inline-block;margin-top:calc(1.5rem / 3);font-size:calc(16.8px * .875);letter-spacing:.02em;border-bottom:1px solid #00E5FF;padding-bottom:2px;transition:color 460ms var(--ease-entry),border-color 460ms var(--ease-entry);}
.team-figure .direct-proof:hover{border-color:#FF2D95;}
.team-figure .team-content>h2{margin-top:var(--state-soft);}
.wide-proof{--state-soft:calc(1.5rem * 1.19);--axis-public:calc(1340px / 2.25);padding:calc(1.5rem * 2.4) 2.38rem;background:#070A12;color:#E6EAF2;}
.wide-proof .primary-menu{max-width:1340px;margin:0 auto;}
.wide-proof h1,.wide-proof h2,.wide-proof h3,.wide-proof p{margin:0;}
.wide-proof h2{font-size:calc(16.8px * 2);line-height:1.12;margin-top:var(--state-soft);}
.wide-proof h3{font-size:calc(16.8px * 1.35);line-height:1.2;}
.wide-proof p{font-size:16.8px;line-height:1.75;color:var(--paint-dark);}
.wide-proof .main-body{font-size:calc(16.8px * .875);letter-spacing:.02em;color:var(--paint-dark);}
.wide-proof .wide-frame{margin-top:calc(1.5rem / 2);}
.wide-proof a{color:#00E5FF;text-decoration:none;border-bottom:1px solid var(--paint-muted);}
.wide-proof a:hover{color:#FF2D95;}
.wide-proof .clear-track{display:flex;flex-wrap:wrap;gap:var(--state-soft);margin-top:var(--state-soft);}
.wide-proof .main-wrap{flex:1 1 calc(1340px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.44rem;background:var(--tone-clear);color:var(--tone-page);border:1px solid var(--paint-muted);}
.wide-proof .main-wrap p{margin-top:calc(1.5rem / 3);}
.wide-proof .team-content>.clear-track{margin-top:var(--state-soft);}
.soft-view{
    padding:calc(calc(1.5rem * 2.4)*.78) 2.38rem;
    background:linear-gradient(135deg, #070A12 0%, #0D1220 45%, #101A2E 100%);
    color:#E6EAF2;
  }
.soft-view .visual-entries{max-width:min(1340px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.67rem * 1.5);}
.soft-view .wide-frame h1{margin:0 0 clamp(.9rem,1.8vw,1.5rem);
    font-size:clamp(2.05rem,5.4vw,calc(16.8px * 2.65));
    line-height:1.04;
    font-weight:740;
    letter-spacing:0;}
.soft-view .wide-frame p{margin:0;
    font-size:clamp(1rem,1.3vw,16.8px);
    line-height:1.72;}
.soft-view .active-frame{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);
    border-top:1px solid var(--paint-muted,rgba(0,229,255,.22));
    padding-top:calc(1.67rem * 1.5);}
.soft-view .active-frame p{margin:0;
    font-size:16.8px;
    line-height:1.75;}
@media (max-width:620px){.soft-view{
      padding-top:calc(calc(1.5rem * 2.4)*.6);
      padding-bottom:calc(calc(1.5rem * 2.4)*.6);
    }.soft-view .wide-frame h1{
      font-size:clamp(1.95rem,9vw,3.1rem);
    }
  }
.active-rail{--state-soft:calc(1.5rem * 1.02);padding:calc(1.5rem * 2.4) 2.38rem;background:#070A12;color:#E6EAF2;}
.active-rail .primary-menu{max-width:1340px;margin:0 auto;}
.active-rail h1,.active-rail h2,.active-rail h3,.active-rail p{margin:0;}
.active-rail h2{font-size:calc(16.8px * 2);line-height:1.12;margin-bottom:calc(1.67rem * 1.5);}
.active-rail h3{font-size:calc(16.8px * 1.35);line-height:1.2;}
.active-rail p{font-size:16.8px;line-height:1.75;}
.active-rail .main-body{font-size:calc(16.8px * .875);margin-bottom:calc(1.5rem / 2);}
.active-rail .wide-frame{margin-top:calc(1.67rem * 1.5);}
.active-rail a{text-decoration:none;}
.active-rail a:hover{}
.active-rail .clear-track{display:flex;flex-wrap:wrap;gap:1.67rem;margin-top:var(--state-soft);}
.active-rail .main-wrap{flex:1 1 calc(1340px / 3.4);min-width:0;padding:calc(1.5rem * .75);border-radius:0.44rem;background:var(--tone-clear);color:var(--tone-page);border:1px solid var(--paint-muted);}
.active-rail .main-wrap p{margin-top:calc(1.5rem / 3);}
.clear-stack{--state-soft:calc(1.5rem * 1.02);--axis-public:calc(1340px / 2.85);padding:calc(1.5rem * 2.4) 2.38rem;background:#070A12;color:#E6EAF2;}
.clear-stack .primary-menu{max-width:1340px;margin:0 auto;}
.clear-stack h1,.clear-stack h2,.clear-stack h3,.clear-stack p{margin:0;}
.clear-stack h2{font-size:calc(16.8px * 2);line-height:1.12;}
.clear-stack h3{font-size:calc(16.8px * 1.35);line-height:1.2;}
.clear-stack p{font-size:16.8px;line-height:1.75;color:var(--paint-dark);}
.clear-stack .main-body{font-size:calc(16.8px * .875);letter-spacing:.04em;text-transform:uppercase;color:#FF2D95;}
.clear-stack .wide-frame{margin-top:var(--state-soft);color:#E6EAF2;}
.clear-stack .clear-track{display:flex;flex-wrap:wrap;gap:1.67rem;margin-top:var(--state-soft);}
.clear-stack .main-wrap{flex:1 1 calc(1340px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.44rem;background:var(--tone-clear);color:var(--tone-page);border:1px solid var(--paint-muted);}
.clear-stack .main-wrap p{margin-top:calc(1.5rem / 3);color:var(--paint-dark);}
.clear-stack .team-content>h2{margin-top:var(--state-soft);}
.content-copy{
  background: linear-gradient(135deg, #070A12 0%, #0D1220 45%, #101A2E 100%);
  color: #E6EAF2;
  padding: calc(1.5rem * 2.4) 2.38rem;
}
.content-copy .primary-menu{width: min(100%, 1340px);
  margin: 0 auto;}
.content-copy .narrow-copy{display: block;
  width: 100%;
  aspect-ratio: 21 / 8;
  object-fit: cover;
  border-radius: 1.01rem;
  margin-bottom: calc(1.67rem * 1.5);}
.content-copy h2,
.content-copy p{margin: 0;}
.content-copy .featured-media{display: flex;
  flex-wrap: wrap;
  gap: 1.67rem;
  align-items: flex-start;}
.content-copy h2{font-size: calc(16.8px * 2);
  line-height: 1.05;
  flex: 1 1 16rem;
  min-width: 0;}
.content-copy .plan{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1.67rem;
  flex: 2 1 26rem;
  min-width: 0;}
.content-copy .plan p{flex: 1 1 min(100%, 19rem);
  line-height: 1.75;
  margin: 0;
  color: #E6EAF2;}
.content-copy strong{display: block;
  margin-bottom: calc(calc(1.5rem * .75) * .35);}
@media (max-width: 820px) {.content-copy .narrow-copy{ aspect-ratio: 16 / 10; }.content-copy h2{ flex-basis: 100%; }
}
.fields{
    padding:calc(calc(1.5rem * 2.4)*.78) 2.38rem;
    background:var(--tone-light,linear-gradient(135deg,#070A12 0%,#0D1220 45%,#101A2E 100%));
    color:#E6EAF2;
  }
.fields .visual-entries{max-width:1340px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.67rem * 1.5);}
.fields .wide-frame{display:flex;
    flex-direction:column;
    gap:1.5rem;}
.fields .wide-frame p{margin:0;
    font-size:16.8px;
    line-height:1.75;}
.fields h1{margin:0;
    font-size:calc(16.8px * 2.65);
    line-height:1.04;
    font-weight:760;
    letter-spacing:0;}
.fields .main-body{margin:0;
    padding-top:calc(1.5rem * .75);
    border-top:1px solid var(--paint-muted,rgba(0,229,255,0.22));
    font-size:calc(16.8px * .875);
    line-height:1.7;}
@media (max-width:720px){.fields{
      padding-top:calc(calc(1.5rem * 2.4)*.6);
      padding-bottom:calc(calc(1.5rem * 2.4)*.6);
    }.fields h1{
      font-size:clamp(2rem,9vw,3.2rem);
    }
  }
.team-frame{
        padding: calc(1.5rem * 2.4) 2.38rem;
        background: #070A12;
        color: #E6EAF2
    }
.team-frame .primary-menu{max-width: 1340px;
        margin: 0 auto}
.team-frame .secondary-details{display: flex;
        flex-direction: column;
        gap: calc(1.67rem * 1.5);
        align-items: flex-start}
.team-frame .local-story{min-width: 0}
.team-frame h2{margin: 0;
        font-size: calc(16.8px * 2);
        line-height: 1.08}
.team-frame .local-story p{margin: 1.5rem 0 0;
        font-size: calc(16.8px * 1.125);
        line-height: 1.75;
        color: var(--paint-dark)}
.team-frame ul{flex: 1 1 44rem;
        min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0}
.team-frame li{display: flex;
        gap: 1.67rem;
        align-items: flex-start;
        padding: 1.5rem 0}
.team-frame li + li{border-top: 1px solid var(--paint-muted)}
.team-frame strong{flex: 0 1 18rem;
        min-width: 0;
        font-size: calc(16.8px * 1.35);
        line-height: 1.16}
.team-frame span{flex: 1 1 26rem;
        min-width: 0;
        line-height: 1.75;
        color: var(--paint-dark)}
@media (max-width: 760px) {.team-frame .secondary-details, .team-frame li{
            display: block
        }.team-frame ul{
            margin-top: calc(1.67rem * 1.5)
        }.team-frame span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.top-items{--state-soft:calc(1.5rem * 1.2);--copy-button:calc(1340px / 3.4);padding:calc(1.5rem * 2.4) 2.38rem;background:#070A12;color:#E6EAF2;}
.top-items .primary-menu{max-width:1340px;margin:0 auto;}
.top-items h2,.top-items h3,.top-items p{margin:0;}
.top-items h2{font-size:calc(16.8px * 2);line-height:1.12;}
.top-items h3{font-size:calc(16.8px * 1.35);line-height:1.22;}
.top-items p{font-size:16.8px;line-height:1.75;}
.top-items a{text-decoration:none;border-bottom:1px solid var(--paint-muted);}
.top-items a:hover{}
.top-items img{display:block;width:100%;height:auto;border-radius:0.44rem;}
.top-items .quiet-details{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.67rem;}
.top-items .quiet-details>.active-frame{flex:1 1 calc(1340px / 3);min-width:0;}
.top-items .quiet-details>.clear-track{flex:2 1 calc(1340px / 2);display:flex;flex-direction:column;gap:var(--state-soft);margin-top:0;min-width:0;}
.top-items .quiet-details>img{margin-left:auto;max-width:var(--copy-button);}
.top-items .active-frame .wide-frame{margin-top:1.5rem;}
.top-items .active-frame .direct-proof{margin-top:calc(1.67rem * 1.5);font-size:calc(16.8px * .875);}
.top-items .main-wrap{border-left:2px solid var(--paint-muted);padding-left:calc(1.5rem * .75);}
.top-items .main-wrap h3{margin-bottom:calc(1.5rem / 3);}
@media (max-width:720px){.top-items .quiet-details>img{max-width:100%;margin-left:0;}.top-items .quiet-details>.active-frame,.top-items .quiet-details>.clear-track{flex:1 1 100%;}
}
.top-grid{--state-soft:calc(1.5rem * 0.85);--axis-soft:3.4rem;padding:calc(1.5rem * 2.4) 2.38rem;background:#070A12;color:#E6EAF2;}
.top-grid .primary-menu{max-width:1340px;margin:0 auto;}
.top-grid h1,.top-grid h2,.top-grid h3,.top-grid p,.top-grid ol,.top-grid li{margin:0;padding:0;}
.top-grid h1{font-size:calc(16.8px * 2.65);line-height:1.1;}
.top-grid h3{font-size:calc(16.8px * 1.35);line-height:1.22;}
.top-grid p{font-size:16.8px;line-height:1.75;}
.top-grid a{color:#00E5FF;text-decoration:none;border-bottom:1px solid transparent;transition:color 460ms var(--ease-entry),border-color 460ms var(--ease-entry);}
.top-grid a:hover{color:#FF2D95;border-bottom-color:#FF2D95;}
.top-grid .local-story{display:flex;flex-direction:column;gap:calc(1.67rem * 1.5);}
.top-grid .main-body{font-size:calc(16.8px * .875);letter-spacing:.14em;text-transform:uppercase;color:var(--paint-dark);}
.top-grid .wide-frame{color:var(--paint-dark);}
.top-grid .clear-track{list-style:none;display:flex;flex-direction:column;gap:var(--state-soft);margin-top:1.5rem;border-top:1px solid var(--paint-muted);padding-top:1.5rem;}
.top-grid .main-wrap{display:flex;gap:1.67rem;align-items:flex-start;min-width:0;}
.top-grid .wide-rail{flex:0 0 var(--axis-soft);font-size:calc(16.8px * 1.125);line-height:1.2;color:var(--surface-secondary);font-variant-numeric:tabular-nums;}
.top-grid .active-frame{min-width:0;display:flex;flex-direction:column;gap:calc(calc(1.67rem * 1.5) * 0.5);}
.top-grid .active-frame p{color:var(--paint-dark);}
.top-grid .direct-proof{margin-top:1.5rem;padding-top:calc(1.67rem * 1.5);border-top:1px solid var(--paint-muted);color:var(--paint-dark);}
@media (max-width:640px){.top-grid .main-wrap{flex-direction:column;gap:calc(calc(1.67rem * 1.5) * 0.5);}.top-grid .wide-rail{flex:none;}
}
.offer-group{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.38rem;
    background:linear-gradient(135deg, #070A12 0%, #0D1220 45%, #101A2E 100%);
    color:#E6EAF2;
  }
.offer-group .visual-entries{max-width:min(1340px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.67rem * 1.5);}
.offer-group .wide-frame{margin:0;
    font-size:16.8px;
    line-height:1.72;}
.offer-group h1{margin:0;
    font-size:clamp(2.1rem,5.4vw,calc(16.8px * 2.65));
    line-height:1.04;
    font-weight:760;
    letter-spacing:-0.01em;}
@media (max-width:620px){.offer-group{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }.offer-group h1{
      font-size:clamp(1.95rem,9vw,3.2rem);
    }
  }
.wide-callout{
  --state-soft:calc(1.5rem * 0.9);
  --axis-public:calc(1340px / 2.6);
  padding:calc(1.5rem * 2.4) 2.38rem;
  background:var(--surface-secondary);
  color:#04121A;
}
.wide-callout .primary-menu{max-width:1340px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:1.67rem;
  align-items:flex-start;}
.wide-callout h1,.wide-callout h2,.wide-callout h3,.wide-callout p{margin:0;}
.wide-callout h2{font-size:calc(16.8px * 2);
  line-height:1.12;
  letter-spacing:-0.01em;}
.wide-callout p{font-size:16.8px;
  line-height:1.75;}
.wide-callout a{color:inherit;text-decoration:none;}
.wide-callout .content-flow{flex:1 1 min(30rem,60%);
  display:flex;
  flex-direction:column;
  gap:calc(1.67rem * 1.5);}
.wide-callout .wide-frame{font-size:calc(16.8px * 1.125);
  opacity:0.92;}
.wide-callout .active-frame{opacity:0.78;}
.wide-callout .media-figure{
  flex:1 1 min(18rem,32%);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  padding:calc(1.5rem * .75);
  border-radius:0.87rem;
  background:var(--tone-clear);
  color:var(--tone-page);
  border:1px solid var(--paint-muted);
}
.wide-callout .active-nav{
  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.24rem;
  background:#FF2D95;
  color:#0B0410;
  font-size:16.8px;
  transition:background 460ms var(--ease-entry);
}
.wide-callout .active-nav:hover{
  background:#FF5CB0;color:var(--tone-page);}
.wide-callout .main-body{font-size:calc(16.8px * .875);
  opacity:0.82;}
.wide-callout .direct-proof{flex:1 1 100%;
  margin-top:var(--state-soft);
  font-size:calc(16.8px * .875);
  opacity:0.72;}
.wide-callout .direct-proof a{border-bottom:1px solid currentColor;
  padding-bottom:1px;}
.wide-callout .direct-proof a:hover{}
@media (max-width:720px){.wide-callout .primary-menu{flex-direction:column;}.wide-callout .media-figure{width:100%;}
}
.featured-grid{--state-soft:calc(1.5rem * 1.28);--copy-button:calc(1340px / 3.4);padding:calc(1.5rem * 2.4) 2.38rem;background:#070A12;color:#E6EAF2;}
.featured-grid .primary-menu{max-width:1340px;margin:0 auto;}
.featured-grid h2,.featured-grid h3,.featured-grid p{margin:0;}
.featured-grid h2{font-size:calc(16.8px * 2);line-height:1.14;}
.featured-grid h3{font-size:calc(16.8px * 1.35);line-height:1.22;}
.featured-grid p{font-size:16.8px;line-height:1.75;color:var(--paint-dark);}
.featured-grid a{color:#00E5FF;text-decoration:none;border-bottom:1px solid rgba(0, 229, 255, 0.55);}
.featured-grid a:hover{color:#FF2D95;border-bottom-color:#FF2D95;}
.featured-grid img{display:block;width:100%;height:auto;border-radius:0.44rem;}
.featured-grid .clear-intro>img{margin-top:var(--state-soft);}
.featured-grid .clear-intro>.wide-frame{margin-top:1.5rem;}
.featured-grid .clear-track{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.67rem;margin-top:var(--state-soft);}
.featured-grid .main-wrap{flex:1 1 calc(1340px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--paint-muted);}
.featured-grid .main-wrap p{margin-top:calc(1.5rem / 3);}
.featured-grid .main-body{margin-top:var(--state-soft);font-size:calc(16.8px * .875);color:var(--paint-dark);}
@media (max-width:720px){.featured-grid .main-wrap{flex:1 1 100%;}
}
.compact-steps{
  background: #070A12;
  color: #E6EAF2;
  padding: calc(1.5rem * 2.4) 2.38rem;
}
.compact-steps .primary-menu{width: min(100%, 1340px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.67rem * 1.5);}
.compact-steps .local-story{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.compact-steps h2{margin: 0;
  font-size: calc(16.8px * 2);
  line-height: 1.1;}
.compact-steps .wide-frame{margin: 0;
  font-size: calc(16.8px * 1.125);
  line-height: 1.75;}
.compact-steps .public-service{display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  gap: 1.67rem;}
.compact-steps .main-wrap{
  margin: 0;
  display: flex;
  flex-direction: column;
  background: var(--tone-clear);
  color: var(--tone-page);
  border: 1px solid var(--paint-muted);
  border-radius: 0.87rem;
  overflow: hidden;
}
.compact-steps .main-wrap img{display: block;
  width: 100%;
  height: 12rem;
  object-fit: cover;}
.compact-steps .main-wrap figcaption{padding: calc(1.5rem * .75);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;}
.compact-steps .main-wrap strong{font-size: 16.8px;
  line-height: 1.2;}
.compact-steps .main-wrap span{font-size: calc(16.8px * .875);
  line-height: 1.75;}
.compact-steps .main-body{margin: 0;
  font-size: calc(16.8px * .875);
  line-height: 1.75;}
.compact-steps .main-body a{text-decoration: none;}
.compact-steps .main-body a:hover{text-decoration: underline;}
@media (max-width: 640px) {.compact-steps .main-wrap img{
    height: 10rem;
  }
}
.local-list{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.38rem;
    background:#070A12;
    color:#E6EAF2;
  }
.local-list .visual-entries{max-width:min(1340px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.67rem * 1.5);}
.local-list .wide-frame{display:flex;
    flex-direction:column;
    gap:clamp(.75rem,1.6vw,1.5rem);}
.local-list h1{margin:0;
    font-size:clamp(2.05rem,5.4vw,calc(16.8px * 2.65));
    line-height:1.04;
    font-weight:760;
    letter-spacing:0;}
.local-list .wide-frame p{margin:0;
    font-size:clamp(1rem,1.35vw,16.8px);
    line-height:1.7;}
.local-list .active-frame{display:flex;
    flex-direction:column;
    gap:clamp(.85rem,1.8vw,1.5rem);
    padding-top:clamp(.6rem,1.4vw,calc(1.67rem * 1.5));
    border-top:1px solid var(--paint-muted,rgba(0,229,255,0.22));}
.local-list .active-frame p{margin:0;
    font-size:16.8px;
    line-height:1.75;}
@media (max-width:620px){.local-list{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }.local-list h1{
      font-size:clamp(1.95rem,9.6vw,3.2rem);
    }
  }
.public-block{
  background:#070A12;
  color:#E6EAF2;
  padding:calc(1.5rem * 2.4) 2.38rem;
}
.public-block .primary-menu{max-width:1340px;
  margin:0 auto;}
.public-block .local-story{max-width:44rem;}
.public-block h2{margin:0;
  font-size:calc(16.8px * 2);
  line-height:1.1;
  letter-spacing:0;}
.public-block .local-story p{margin:1.5rem 0 0;
  color:var(--paint-dark);
  font-size:calc(16.8px * 1.125);
  line-height:1.75;}
.public-block .compact-group{margin-top:calc(1.67rem * 1.5);
  display:flex;
  flex-direction:column;}
.public-block .main-wrap{display:flex;
  gap:1.67rem;
  align-items:flex-start;
  padding:1.5rem 0;}
.public-block .main-wrap + .main-wrap{border-top:1px solid var(--paint-muted);}
.public-block .main-wrap strong{flex:0 0 15rem;
  min-width:0;
  font-size:16.8px;
  line-height:1.35;}
.public-block .main-wrap span{min-width:0;
  color:var(--paint-dark);
  line-height:1.75;}
.public-block .direct-proof{margin:calc(1.67rem * 1.5) 0 0;
  padding-top:1.5rem;
  border-top:1px solid var(--paint-muted);
  color:var(--paint-dark);
  font-size:calc(16.8px * .875);}
.public-block .direct-proof a{color:#00E5FF;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 460ms var(--ease-entry), border-color 460ms var(--ease-entry);}
.public-block .direct-proof a:hover{color:#FF2D95;
  border-bottom-color:#FF2D95;}
@media (max-width:620px){.public-block .main-wrap{display:block}.public-block .main-wrap strong{display:block;margin-bottom:.35rem}.public-block .main-wrap span{display:block}
}
.site-intro{--state-soft:calc(1.5rem * 1.2);--axis-public:calc(1340px / 2.6);padding:calc(1.5rem * 2.4) 2.38rem;background:#070A12;color:#E6EAF2;}
.site-intro .primary-menu{max-width:1340px;margin:0 auto;}
.site-intro h2,.site-intro h3,.site-intro p{margin:0;}
.site-intro h2{font-size:calc(16.8px * 2);line-height:1.14;margin-top:var(--state-soft);}
.site-intro h3{font-size:calc(16.8px * 1.35);line-height:1.22;}
.site-intro p{font-size:16.8px;line-height:1.75;}
.site-intro .main-body{font-size:calc(16.8px * .875);}
.site-intro .wide-frame{margin-top:var(--state-soft);}
.site-intro .clear-track{display:flex;flex-direction:column;gap:0;margin-top:var(--state-soft);border-top:1px solid var(--paint-muted);}
.site-intro .main-wrap{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:1.67rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--paint-muted);}
.site-intro .main-wrap h3{}
.site-intro .main-wrap p{margin:0;}
@media (max-width:720px){.site-intro .main-wrap{grid-template-columns:1fr;gap:calc(1.67rem / 2);}
}
.stack{
  --state-soft:calc(1.5rem * 1.1);
  padding:calc(1.5rem * 2.4) 2.38rem;
  background:#070A12;
  color:#E6EAF2;
}
.stack .primary-menu{max-width:1340px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--state-soft);}
.stack h2,
.stack h3,
.stack p,
.stack ol,
.stack li{margin:0;}
.stack h2{font-size:calc(16.8px * 2);
  line-height:1.14;}
.stack h3{font-size:calc(16.8px * 1.35);
  line-height:1.22;}
.stack p{font-size:16.8px;
  line-height:1.75;
  color:var(--paint-dark);}
.stack .local-story{display:flex;
  flex-direction:column;
  gap:calc(1.67rem * 1.5);}
.stack .wide-frame{max-width:calc(1340px / 1.9);}
.stack .active-entries{list-style:none;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid var(--paint-muted);}
.stack .main-wrap{display:grid;
  grid-template-columns:calc(1340px / 14) 1fr;
  gap:1.67rem;
  padding:calc(1.67rem * 1.5) 0;
  border-bottom:1px solid var(--paint-muted);
  align-items:start;}
.stack .media-actions{font-size:calc(16.8px * 1.125);
  line-height:1.2;
  color:var(--surface-secondary);
  font-variant-numeric:tabular-nums;
  padding-top:2px;}
.stack .public-intro{display:flex;
  flex-direction:column;
  gap:calc(calc(1.67rem * 1.5) / 2);
  min-width:0;}
.stack .team-menu{display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:flex-start;
  gap:1.67rem;
  padding-top:calc(calc(1.67rem * 1.5) / 2);}
.stack .team-menu p{max-width:calc(1340px / 2.2);}
.stack .direct-proof{display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75);}
.stack .direct-proof a{color:#00E5FF;
  text-decoration:none;
  font-size:calc(16.8px * .875);
  border-bottom:1px solid var(--paint-muted);
  padding-bottom:2px;
  transition:color 460ms var(--ease-entry), border-color 460ms var(--ease-entry);}
.stack .direct-proof a:hover{color:#FF2D95;
  border-color:#FF2D95;}
@media (max-width:720px){.stack .main-wrap{
    grid-template-columns:1fr;
    gap:calc(calc(1.67rem * 1.5) / 2);
  }.stack .media-actions{
    font-size:16.8px;
  }.stack .team-menu{
    flex-direction:column;
  }
}
.strong-brand{padding:calc(1.5rem * 2.4) 2.38rem;background:linear-gradient(135deg, #070A12 0%, #0D1220 45%, #101A2E 100%);color:#E6EAF2;}
.strong-brand .primary-menu{max-width:1340px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.67rem * 1.5);}
.strong-brand .visual-wrap{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.strong-brand .visual-wrap h2{margin:0;font-size:calc(16.8px * 2);line-height:1.2;}
.strong-brand .visual-wrap p{margin:0;font-size:16.8px;opacity:.9;}
.strong-brand .clear-track{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.strong-brand .main-wrap{border:1px solid var(--paint-muted);border-radius:0.44rem;background:var(--tone-clear);color:var(--tone-page);overflow:hidden;}
.strong-brand .main-wrap button{width:100%;border:0;background:transparent;color:inherit;text-align:left;font:inherit;font-weight:600;padding:calc(1.5rem * .75) calc(1.5rem * .75);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1.67rem;}
.strong-brand .main-wrap button::after{content:"+";font-weight:400;opacity:.7;transition:transform 460ms var(--ease-entry);}
.strong-brand .main-wrap.is-open button::after{transform:rotate(45deg);}
.strong-brand .main-wrap p{margin:0;max-height:0;overflow:hidden;padding:0 calc(1.5rem * .75);opacity:.92;transition:max-height 460ms var(--ease-entry),padding 460ms var(--ease-entry);}
.strong-brand .main-wrap.is-open p{max-height:320px;padding:0 calc(1.5rem * .75) calc(1.5rem * .75);}
.strong-brand .direct-proof{margin:0;font-size:calc(16.8px * .875);opacity:.9;}
.strong-brand .direct-proof a{text-decoration:underline;text-underline-offset:3px;}
.strong-brand .direct-proof a:hover{}
@media (max-width:640px){.strong-brand .main-wrap button{padding:calc(1.5rem * .75);font-size:calc(16.8px * .875);}
    }
.quiet-region{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.38rem;
    background:#070A12;
    color:#E6EAF2;
  }
.quiet-region .visual-entries{max-width:min(1340px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.67rem * 1.5);}
.quiet-region .wide-frame{margin:0;
    font-size:16.8px;
    line-height:1.72;}
.quiet-region h1{margin:0;
    font-size:clamp(2.1rem,5.4vw,calc(16.8px * 2.65));
    line-height:1.03;
    font-weight:740;
    letter-spacing:-0.01em;}
@media (max-width:620px){.quiet-region{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }.quiet-region h1{
      font-size:clamp(2rem,9.5vw,3.2rem);
    }
  }
.local-grid{
  padding: calc(1.5rem * 2.4) 2.38rem;
  background: #070A12;
  color: #E6EAF2;
}
.local-grid .primary-menu{max-width: 1340px;
  margin: 0 auto;}
.local-grid .active-callout{margin-bottom: calc(1.67rem * 1.5);}
.local-grid h2{margin: 0;
  font-size: calc(16.8px * 2);
  line-height: 1.1;}
.local-grid .active-callout p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.8px * 1.125);
  color: var(--paint-dark);}
.local-grid .fresh-entries{display: flex;
  flex-wrap: wrap;
  gap: 1.67rem;}
.local-grid .main-wrap{
  flex: 1 1 20rem;
  display: block;
  padding: calc(1.5rem * .75);
  border-radius: 0.87rem;
  border: 1px solid var(--paint-muted);
  background: var(--tone-clear);
  color: var(--tone-page);
  text-decoration: none;
  transition: border-color 460ms var(--ease-entry), transform 460ms var(--ease-entry);
}
.local-grid .main-wrap:hover{border-color: var(--surface-secondary);
  transform: translateY(-2px);}
.local-grid .main-wrap .team-fields{
  display: inline-block;
  padding: 0.15rem 0.55rem;
  border-radius: 0.24rem;
  background: #FF2D95;
  color: #0B0410;
  font-size: calc(16.8px * .875);
  letter-spacing: 0.02em;
}
.local-grid .main-wrap strong{display: block;
  margin: calc(1.5rem * .75) 0 0.4rem;
  font-size: calc(16.8px * 1.35);
  line-height: 1.25;}
.local-grid .main-wrap small{display: block;
  font-size: calc(16.8px * .875);
  line-height: 1.75;
  color: var(--paint-dark);}
.local-grid .main-body{margin-top: calc(1.67rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--paint-muted);}
.local-grid .main-body p{margin: 0;
  font-size: 16.8px;}
.local-grid .fresh-actions{margin-top: calc(1.5rem * .75);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  font-size: calc(16.8px * .875);
  color: var(--paint-dark);}
.local-grid .fresh-actions a{color: #00E5FF;
  text-decoration: none;}
.local-grid .fresh-actions a:hover{color: #FF2D95;}
@media (max-width: 780px) {.local-grid .main-wrap{
    flex: 1 1 100%;
  }
}
.primary-form{
  --state-soft:calc(1.5rem * 0.85);
  --axis-public:calc(1340px / 2.4);
  padding:calc(1.5rem * 2.4) 2.38rem;
  background:#070A12;
  color:#E6EAF2;
}
.primary-form .primary-menu{max-width:1340px;
  margin:0 auto;}
.primary-form h2,
.primary-form h3,
.primary-form p{margin:0;}
.primary-form h2{font-size:calc(16.8px * 2);
  line-height:1.12;}
.primary-form h3{font-size:calc(16.8px * 1.35);
  line-height:1.22;}
.primary-form p{font-size:16.8px;
  line-height:1.75;}
.primary-form .local-story{display:flex;
  flex-direction:column;
  gap:calc(calc(1.67rem * 1.5) * 0.6);
  padding-bottom:calc(1.67rem * 1.5);
  border-bottom:1px solid var(--paint-muted);}
.primary-form .wide-frame{}
.primary-form .bottom-benefit{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:calc(1.67rem * 1.5);}
.primary-form .main-wrap{padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid var(--paint-muted);}
.primary-form .main-wrap:last-child{border-bottom:none;}
.primary-form .main-wrap h3{margin-bottom:calc(calc(1.67rem * 1.5) * 0.4);}
.primary-form .main-wrap p{}
.primary-form .main-body{
  margin-top:calc(1.67rem * 1.5);
  padding:calc(1.5rem * .75);
  border-radius:0.44rem;
  background:var(--paint-page);
  color:var(--paint-dark);
  font-size:calc(16.8px * .875);
}
.primary-form .main-body a{text-decoration:underline;
  text-underline-offset:3px;}
.primary-form .main-body a:hover{}
@media (min-width:900px){.primary-form .bottom-benefit{
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:2.38rem;
    row-gap:0;
  }.primary-form .main-wrap:nth-last-child(2):nth-child(odd){
    border-bottom:none;
  }
}
.simple-menu{
  background:#070A12;
  color:#E6EAF2;
  padding:calc(1.5rem * 2.4) 2.38rem;
}
.simple-menu .primary-menu{max-width:1340px;
  margin:0 auto;}
.simple-menu .local-story{display:flex;
  flex-wrap:wrap;
  gap:calc(1.67rem * 1.5);
  align-items:flex-start;}
.simple-menu h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(16.8px * 2);
  line-height:1.12;}
.simple-menu .local-story p{flex:1 1 20rem;
  min-width:0;
  margin:0;
  color:var(--paint-dark);
  line-height:1.75;}
.simple-menu .visual-entries{margin-top:calc(1.67rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.67rem;}
.simple-menu .visual-entries a{
  flex:1 1 15rem;
  min-width:0;
  color:#E6EAF2;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:var(--tone-clear);
  border:1px solid var(--paint-muted);
  border-radius:0.87rem;
  transition:border-color 460ms var(--ease-entry);
}
.simple-menu .visual-entries a:hover{border-color:#FF2D95;}
.simple-menu .visual-entries strong,
.simple-menu .visual-entries span{display:block;}
.simple-menu .visual-entries strong{font-size:16.8px;}
.simple-menu .visual-entries span{margin-top:.4rem;
  color:var(--paint-dark);
  font-size:calc(16.8px * .875);
  line-height:1.75;}
.simple-menu .main-body{margin-top:calc(1.67rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid var(--paint-muted);}
.simple-menu .main-body p{margin:0;
  color:var(--paint-dark);
  line-height:1.75;}
.simple-menu .main-body .direct-proof{margin-top:1.5rem;
  font-size:calc(16.8px * .875);}
.simple-menu .main-body .direct-proof a{color:#00E5FF;
  text-decoration:none;}
.simple-menu .main-body .direct-proof a:hover{color:#FF2D95;}
@media (max-width:680px){.simple-menu .local-story{display:block}.simple-menu .local-story p{margin-top:1.5rem}.simple-menu .visual-entries{display:block}.simple-menu .visual-entries a{display:block;margin-top:1.67rem}
}
.open-rail{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.38rem;
  background: linear-gradient(135deg, #070A12 0%, #0D1220 45%, #101A2E 100%);
  color: #E6EAF2;
}
.open-rail .primary-menu{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1340px;
  margin: 0 auto;
  gap: calc(1.67rem * 1.5);}
.open-rail .wide-frame{padding-bottom: 1.5rem;
  border-bottom: 1px solid color-mix(in srgb, currentColor 22%, transparent);}
.open-rail h2{margin: 0;
  font-size: calc(16.8px * 2);
  line-height: 1.15;}
.open-rail .wide-frame p{margin: calc(1.5rem * .75) 0 0;
  font-size: 16.8px;
  line-height: 1.75;}
.open-rail .fresh-rail{display: flex;
  flex-wrap: wrap;
  gap: 1.67rem;}
.open-rail .strong-surface,
.open-rail .direct-proof{flex: 1 1 20rem;
  min-width: 0;}
.open-rail .focused-note{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.8px * .875);
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .7;}
.open-rail .strong-surface p,
.open-rail .direct-proof p{margin: 0;
  line-height: 1.75;
  overflow-wrap: anywhere;}
.open-rail .strong-surface p + p,
.open-rail .direct-proof p + p{margin-top: calc(1.5rem * .75);}
.open-rail .main-body{font-size: calc(16.8px * .875);
  opacity: .72;}
.open-rail .contact-unit{display: flex;
  flex-wrap: wrap;
  gap: 1.67rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);}
.open-rail .contact-unit a{color: inherit;
  font-size: calc(16.8px * 1.125);
  text-underline-offset: .22em;
  overflow-wrap: anywhere;}
.open-rail .page-brand{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) 1.5rem;}
.open-rail .page-brand a{
  display: inline-flex;
  flex-direction: column;
  gap: .25rem;
  padding: calc(1.5rem * .75) 1.5rem;
  border: 1px solid var(--paint-muted);
  border-radius: 0.44rem;
  background: var(--tone-clear);
  color: var(--tone-page);
  text-decoration: none;
  transition: border-color 460ms var(--ease-entry);
}
.open-rail .page-brand a:hover{border-color: var(--surface-secondary);}
.open-rail .page-brand span{font-size: calc(16.8px * .875);
  opacity: .7;}
@media (max-width: 720px) {.open-rail .fresh-rail{
    flex-direction: column;
  }.open-rail .contact-unit{
    flex-direction: column;
    align-items: flex-start;
  }
}
.bottom-inner{
    padding:calc(calc(1.5rem * 2.4)*.68) 2.38rem calc(calc(1.5rem * 2.4)*.82);
    background:linear-gradient(135deg, #070A12 0%, #0D1220 45%, #101A2E 100%);
    color:#E6EAF2;
  }
.bottom-inner .visual-entries{max-width:min(1340px,58rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.67rem * 1.5);}
.bottom-inner h1{margin:0;
    font-size:clamp(2.05rem,5.4vw,calc(16.8px * 2.65));
    line-height:1.04;
    font-weight:740;
    letter-spacing:-0.01em;}
.bottom-inner p{margin:0;
    font-size:clamp(1rem,1.3vw,16.8px);
    line-height:1.72;}
@media (max-width:620px){.bottom-inner{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.6);
    }.bottom-inner h1{
      font-size:clamp(1.95rem,9.5vw,3.2rem);
    }
  }
.scene{
        --state-soft: calc(1.5rem * 1.18);
        --font-large: calc(1340px / 3.4);
        padding: calc(1.5rem * 2.4) 2.38rem;
        background: #00E5FF;
        color: #04121A;
    }
.scene .primary-menu{max-width: 1340px;
        margin: 0 auto;}
.scene h2,
    .scene h3,
    .scene p{margin: 0;}
.scene h2{font-size: calc(16.8px * 2);
        line-height: 1.14;}
.scene h3{font-size: calc(16.8px * 1.35);
        line-height: 1.22;}
.scene p{font-size: 16.8px;
        line-height: 1.75;}
.scene a{color: inherit;
        text-decoration: none;}
.scene .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 1.67rem;
        padding-block: calc(var(--state-soft) / 2);}
.scene .row-title h2{flex: 1 1 calc(1340px / 3);
        min-width: 0;}
.scene .row-title > p{flex: 1 1 calc(1340px / 3);
        min-width: 0;}
.scene .clear-track{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--state-soft);
        margin-top: var(--state-soft);}
.scene .main-wrap{flex: 1 1 var(--font-large);
        min-width: 0;
        padding-block-start: calc(1.5rem * .75);
        border-top: 1px solid var(--paint-muted);}
.scene .main-wrap p{margin-top: calc(1.5rem / 3);}
.scene .main-wrap a{display: inline-flex;
        margin-top: calc(1.5rem / 2);
        opacity: .85;}
.scene .main-wrap a:hover{opacity: 1;
        text-decoration: underline;}
.media-footer{
        padding: calc(1.5rem * 2.4) 2.38rem;
        background: linear-gradient(135deg, #070A12 0%, #0D1220 45%, #101A2E 100%);
        color: #E6EAF2;
    }
.media-footer .primary-menu{max-width: 1340px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.67rem * 1.5);}
.media-footer .wide-frame{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding-bottom: calc(1.5rem * .75);
        border-bottom: 1px solid var(--paint-muted);}
.media-footer h2{margin: 0;
        font-size: calc(16.8px * 2);
        line-height: 1.08;}
.media-footer .wide-frame p{margin: 0;
        font-size: calc(16.8px * 1.125);
        line-height: 1.75;}
.media-footer .secondary-details{display: flex;
        flex-direction: column;
        gap: 1.67rem;}
.media-footer .focused-media{
        display: grid;
        grid-template-columns: 1fr;
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
        border-left: 2px solid var(--surface-secondary);
        background: var(--tone-clear);
        color: var(--tone-page);
        border-radius: 0 0.44rem 0.44rem 0;
    }
.media-footer .strong-contact{font-size: 16.8px;
        line-height: 1.75;}
.media-footer .page-menu{display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: calc(1.5rem * .75);}
.media-footer .page-menu strong{font-size: calc(16.8px * .875);}
.media-footer .page-menu span{font-size: calc(16.8px * .875);}
@media (min-width: 900px) {.media-footer .focused-media{
            grid-template-columns: 1fr auto;
            align-items: start;
        }.media-footer .page-menu{
            flex-direction: column;
            align-items: flex-end;
            text-align: right;
            min-width: 14rem;
        }
    }
.top-unit{--state-soft:calc(1.5rem * 1.05);--copy-button:calc(1340px / 3.4);padding:calc(1.5rem * 2.4) 2.38rem;background:#070A12;color:#E6EAF2;}
.top-unit .primary-menu{max-width:1340px;margin:0 auto;}
.top-unit h2,.top-unit h3,.top-unit p{margin:0;}
.top-unit h2{font-size:calc(16.8px * 2);line-height:1.14;}
.top-unit h3{font-size:calc(16.8px * 1.35);line-height:1.22;}
.top-unit p{font-size:16.8px;line-height:1.75;color:var(--paint-dark);}
.top-unit a{color:#00E5FF;text-decoration:none;}
.top-unit a:hover{color:#FF2D95;}
.top-unit img{display:block;width:100%;height:auto;border-radius:0.44rem;}
.top-unit .wide-frame{margin-top:1.5rem;}
.top-unit .clear-track{display:flex;flex-direction:column;gap:var(--state-soft);margin-top:var(--state-soft);}
.top-unit .main-wrap{min-width:0;padding-left:calc(1.5rem * .75);border-left:1px solid var(--paint-muted);}
.top-unit .main-wrap p{margin-top:calc(1.5rem / 3.2);}
.top-unit .quiet-details{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.67rem;}
.top-unit .quiet-details>.active-frame{flex:1 1 calc(1340px / 3);min-width:0;}
.top-unit .quiet-details>.clear-track{flex:2 1 calc(1340px / 2);margin-top:0;}
.top-unit .quiet-details>img{margin-left:auto;max-width:var(--copy-button);}
.top-unit .direct-proof{margin-top:calc(1.67rem * 1.5);font-size:calc(16.8px * .875);color:var(--paint-dark);}
@media (max-width:820px){.top-unit .quiet-details>img{margin-left:0;max-width:100%;}.top-unit .main-wrap{padding-left:calc(1.5rem * .75);}
}
.featured-shell{--state-soft:calc(1.5rem * 1.08);--font-large:calc(1340px / 3.3);padding:calc(1.5rem * 2.4) 2.38rem;background:#070A12;color:#E6EAF2;}
.featured-shell .primary-menu{max-width:1340px;margin:0 auto;}
.featured-shell h2,.featured-shell h3,.featured-shell p{margin:0;}
.featured-shell h2{font-size:calc(16.8px * 2);line-height:1.14;}
.featured-shell h3{font-size:calc(16.8px * 1.35);line-height:1.22;}
.featured-shell p{font-size:16.8px;line-height:1.75;}
.featured-shell a{text-decoration:none;border-bottom:1px solid color-mix(in srgb, #00E5FF 40%, transparent);}
.featured-shell a:hover{border-bottom-color:#FF2D95;}
.featured-shell .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.67rem;}
.featured-shell .row-title h2{flex:1 1 calc(1340px / 3);min-width:0;}
.featured-shell .row-title>p{flex:1 1 calc(1340px / 3);min-width:0;}
.featured-shell .soft-entries{row-gap:calc(var(--state-soft) * 1.15);}
.featured-shell .clear-track{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-soft);margin-top:var(--state-soft);}
.featured-shell .main-wrap{flex:1 1 var(--font-large);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--paint-muted);}
.featured-shell .main-wrap p{margin-top:calc(1.5rem / 3);}
.featured-shell .direct-proof{flex:1 1 100%;margin-top:var(--state-soft);font-size:calc(16.8px * .875);}
.media-wrap{
    padding:calc(calc(1.5rem * 2.4)*.68) 2.38rem calc(calc(1.5rem * 2.4)*.74);
    background:linear-gradient(135deg, #070A12 0%, #0D1220 45%, #101A2E 100%);
    color:#E6EAF2;
    border-bottom:1px solid var(--paint-muted,rgba(0,229,255,0.22));
  }
.media-wrap .visual-entries{max-width:min(1340px,58rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.67rem * 1.5);}
.media-wrap h1{margin:0;
    font-size:clamp(2.05rem,4.6vw,calc(16.8px * 2.65));
    line-height:1.06;
    font-weight:720;
    letter-spacing:-0.01em;}
.media-wrap p{margin:0;
    font-size:clamp(1rem,1.2vw,16.8px);
    line-height:1.72;}
@media (max-width:620px){.media-wrap{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }.media-wrap h1{font-size:clamp(1.9rem,8.6vw,2.9rem);}
  }
.quiet-brand{--state-soft:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2.38rem;background:#070A12;color:#E6EAF2;}
.quiet-brand .primary-menu{max-width:1340px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.67rem * 1.5);}
.quiet-brand h2{margin:0;font-size:calc(16.8px * 2);line-height:1.14;}
.quiet-brand p{margin:0;font-size:16.8px;line-height:1.75;}
.quiet-brand .local-story{}
.quiet-brand .bottom-benefit{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.quiet-brand details{padding:calc(calc(1.5rem * .75) * .95) calc(1.5rem * .75);border-radius:0.44rem;background:var(--tone-clear);color:var(--tone-page);border:1px solid var(--paint-muted);}
.quiet-brand summary{cursor:pointer;font-weight:600;font-size:calc(16.8px * 1.125);line-height:1.35;list-style-position:inside;}
.quiet-brand details p{margin-top:calc(1.5rem / 3.2);}
.quiet-brand .main-body{margin-top:calc(1.67rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid var(--paint-muted);font-size:calc(16.8px * .875);}
.quiet-brand .main-body a{text-decoration:none;border-bottom:1px solid var(--paint-muted);}
.quiet-brand .main-body a:hover{}
@media (max-width:720px){.quiet-brand summary{font-size:16.8px;}
}
.text-content{
  padding: calc(1.5rem * 2.4) 2.38rem;
  background: #070A12;
  color: #E6EAF2;
}
.text-content .primary-menu{max-width: min(1340px, 72rem);
  margin: 0 auto;}
.text-content .visual-wrap{margin-bottom: calc(1.67rem * 1.5);}
.text-content h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.8px * 2);
  line-height: 1.1;}
.text-content .wide-frame{margin: 0;
  font-size: calc(16.8px * 1.125);
  color: var(--paint-dark);}
.text-content .visual-headline{display: flex;
  flex-wrap: wrap;
  gap: 1.67rem;}
.text-content .main-wrap{
  flex: 1 1 min(100%, 22rem);
  padding: calc(1.5rem * .75);
  background: var(--tone-clear);
  color: var(--tone-page);
  border: 1px solid var(--paint-muted);
  border-radius: 0.87rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.text-content .page-frame{display: flex;
  align-items: center;
  gap: calc(1.5rem * .75);
  margin-bottom: calc(1.5rem * .75);}
.text-content .page-frame img{width: 3.4rem;
  height: 3.4rem;
  object-fit: cover;
  border-radius: 0.44rem;
  flex: 0 0 auto;}
.text-content .main-content{display: flex;
  flex-direction: column;
  min-width: 0;}
.text-content .bottom-steps{font-weight: 700;
  font-size: 16.8px;}
.text-content .contact-flow{font-size: calc(16.8px * .875);
  color: var(--paint-dark);}
.text-content .main-wrap p{margin: 0;
  font-size: 16.8px;
  line-height: 1.75;}
.text-content .main-body{margin: calc(1.67rem * 1.5) 0 0;
  font-size: calc(16.8px * .875);
  color: var(--paint-dark);}
.text-content .main-body a{color: #00E5FF;
  text-decoration: none;}
.text-content .main-body a:hover{color: #FF2D95;}
@media (max-width: 700px) {.text-content .visual-headline{
    display: block;
  }.text-content .main-wrap + .main-wrap{
    margin-top: 1.67rem;
  }
}
.bottom-area{--state-soft:calc(1.5rem * 1.35);--axis-public:calc(1340px / 2.80);padding:calc(1.5rem * 2.4) 2.38rem;background:#070A12;color:#E6EAF2;}
.bottom-area .primary-menu{max-width:1340px;margin:0 auto;}
.bottom-area h1,.bottom-area h2,.bottom-area h3,.bottom-area p{margin:0;}
.bottom-area h2{font-size:calc(16.8px * 2);line-height:1.12;}
.bottom-area h3{font-size:calc(16.8px * 1.35);line-height:1.2;}
.bottom-area p{font-size:16.8px;line-height:1.75;}
.bottom-area a{color:inherit;text-decoration:none;}
.bottom-area .main-body{font-size:calc(16.8px * 1.125);}
.bottom-area .clear-track{display:flex;flex-wrap:wrap;gap:var(--state-soft);margin-top:var(--state-soft);}
.bottom-area .main-wrap{flex:1 1 calc(1340px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.44rem;background:var(--tone-clear);color:var(--tone-page);border:1px solid var(--paint-muted);}
.bottom-area .main-wrap p{margin-top:calc(1.5rem / 3);}
.bottom-area .team-content>h2{margin-top:var(--state-soft);}
.content-surface{
    padding:calc(calc(1.5rem * 2.4)*.68) 2.38rem;
    background:var(--tone-light,linear-gradient(135deg,#070A12 0%,#0D1220 45%,#101A2E 100%));
    color:#E6EAF2;
  }
.content-surface .visual-entries{max-width:min(1340px,70rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.67rem * 1.5);}
.content-surface p{margin:0;
    order:2;
    font-size:16.8px;
    line-height:1.75;}
.content-surface h1{margin:0;
    order:1;
    font-size:clamp(2.05rem,5.4vw,calc(16.8px * 2.65));
    line-height:1.04;
    font-weight:760;
    letter-spacing:-0.01em;}
@media (max-width:620px){.content-surface{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.content-surface h1{font-size:clamp(1.95rem,9vw,3.2rem);}
  }
.content-contact{--state-soft:calc(1.5rem * 1.05);--axis-public:calc(1340px / 3.10);padding:calc(1.5rem * 2.4) 2.38rem;background:#070A12;color:#E6EAF2;}
.content-contact .primary-menu{max-width:1340px;margin:0 auto;}
.content-contact h1,.content-contact h2,.content-contact h3,.content-contact p{margin:0;}
.content-contact h1{font-size:calc(16.8px * 2.65);line-height:1.08;}
.content-contact h2{font-size:calc(16.8px * 2);line-height:1.14;}
.content-contact h3{font-size:calc(16.8px * 1.35);line-height:1.22;}
.content-contact p{font-size:16.8px;line-height:1.75;color:var(--paint-dark);}
.content-contact a{color:#00E5FF;text-decoration:none;}
.content-contact a:hover{color:#FF2D95;}
.content-contact .narrow-menu{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.67rem;}
.content-contact .narrow-menu>h2{flex:1 1 calc(1340px / 2.6);min-width:0;}
.content-contact .narrow-menu>.wide-frame{flex:1 1 calc(1340px / 3.2);min-width:0;}
.content-contact .narrow-menu>.clear-track{flex:1 1 100%;}
.content-contact .clear-track{display:flex;flex-wrap:wrap;gap:var(--state-soft);margin-top:var(--state-soft);}
.content-contact .main-wrap{flex:1 1 calc(1340px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.44rem;background:var(--tone-clear);color:var(--tone-page);border:1px solid var(--paint-muted);}
.content-contact .main-wrap p{margin-top:calc(1.5rem / 3.2);color:var(--paint-dark);}
.content-contact .main-wrap h3{color:var(--tone-page);}
@media (max-width:720px){.content-contact .main-wrap{flex:1 1 100%;}
}
.offer-track{
  background: linear-gradient(135deg, #070A12 0%, #0D1220 45%, #101A2E 100%);
  color: #E6EAF2;
  padding: calc(1.5rem * 2.4) 2.38rem;
}
.offer-track .primary-menu{width: min(100%, 1340px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.67rem;
  align-items: flex-start;}
.offer-track h2,
.offer-track h3,
.offer-track p{margin: 0;}
.offer-track .focused-copy{flex: 1 1 22rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.67rem * 1.5);
  padding-top: calc(1.5rem * .75);}
.offer-track h2{font-size: calc(16.8px * 2.65);
  line-height: 1.05;
  max-width: 15ch;}
.offer-track .focused-copy p{font-size: calc(16.8px * 1.125);
  line-height: 1.75;}
.offer-track .text-surface{flex: 1 1 26rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.offer-track .wide-footer{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem 2.38rem;
  border-radius: 0.87rem;
  border: 1px solid var(--paint-muted);
  background: var(--tone-clear);
  color: var(--tone-page);
}
.offer-track .wide-footer:nth-child(2n){
  background: var(--paint-page);
  color: var(--tone-page);
}
.offer-track span{font-size: calc(16.8px * .875);
  letter-spacing: 0.08em;}
.offer-track h3{font-size: calc(16.8px * 1.35);
  line-height: 1.2;}
.offer-track .wide-footer p{line-height: 1.75;
  font-size: 16.8px;}
@media (max-width: 880px) {.offer-track .focused-copy{
    padding-top: 0;
  }.offer-track h2{
    max-width: none;
  }
}
.focused-entries{
  background: #070A12;
  color: #E6EAF2;
  padding: calc(1.5rem * 2.4) 2.38rem;
}
.focused-entries .primary-menu{width: min(100%, 1340px);
  margin: 0 auto;}
.focused-entries h2,
.focused-entries h3,
.focused-entries p{margin: 0;}
.focused-entries .page-steps{display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: calc(1.67rem * 1.5);
  margin-bottom: calc(1.67rem * 1.5);}
.focused-entries .text-actions{display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 1.01rem;
  box-shadow: 0 12px 18px rgba(0,0,0,0.2);}
.focused-entries .fresh-fields{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.focused-entries h2{font-size: calc(16.8px * 2);
  line-height: 1.1;}
.focused-entries .fresh-fields p{color: var(--paint-dark);
  line-height: 1.75;}
.focused-entries .feature{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.focused-entries .narrow-contact{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.87rem;
  background: var(--tone-clear);
  color: var(--tone-page);
  border: 1px solid var(--paint-muted);
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.focused-entries .narrow-contact:nth-child(3n + 2){margin-top: 1.5rem;}
.focused-entries .direct-items{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.44rem;}
.focused-entries .quiet-summary{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.focused-entries h3{font-size: calc(16.8px * 1.35);
  line-height: 1.16;}
.focused-entries .narrow-contact p{color: var(--paint-dark);
  line-height: 1.75;}
.focused-entries .visual-fields{display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.67rem;
  margin-top: calc(1.67rem * 1.5);
  padding-top: calc(1.67rem * 1.5);
  border-top: 1px solid var(--paint-muted);}
.focused-entries .visual-fields p{color: var(--paint-dark);
  line-height: 1.75;}
.focused-entries .direct-proof{
  display: inline-block;
  padding: 0.7rem 1.3rem;
  border-radius: 0.44rem;
  background: var(--surface-secondary);
  color: #04121A;
  font-size: calc(16.8px * .875);
  text-decoration: none;
  transition: background 460ms var(--ease-entry);
}
.focused-entries .direct-proof:hover{
  background: #5CF0FF;color:var(--tone-page);}
.focused-entries .page-steps > *{min-width: 0; flex: 1 1 20rem;}
.focused-entries .feature > *{min-width: 0; flex: 1 1 17rem;}
@media (max-width: 860px) {.focused-entries .narrow-contact:nth-child(3n + 2){ margin-top: 0; }.focused-entries .visual-fields{ align-items: flex-start; }
}
.simple-grid{
    padding:calc(calc(1.5rem * 2.4)*.78) 2.38rem;
    background:var(--tone-light,linear-gradient(135deg,#070A12 0%,#0D1220 45%,#101A2E 100%));
    color:#E6EAF2;
  }
.simple-grid .visual-entries{max-width:min(1340px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.67rem * 1.5);}
.simple-grid h1{margin:0;
    font-size:clamp(2.1rem,5.4vw,calc(16.8px * 2.65));
    line-height:1.04;
    font-weight:740;
    letter-spacing:-0.01em;
    order:-1;}
.simple-grid .wide-frame{margin:0;
    font-size:clamp(1.05rem,1.5vw,calc(16.8px * 1.125));
    line-height:1.65;
    color:color-mix(in srgb,currentColor 82%,transparent);}
.simple-grid .active-frame{margin:0;
    font-size:16.8px;
    line-height:1.75;
    color:color-mix(in srgb,currentColor 72%,transparent);}
@media (max-width:620px){.simple-grid{
      padding-top:calc(calc(1.5rem * 2.4)*.58);
      padding-bottom:calc(calc(1.5rem * 2.4)*.58);
    }.simple-grid h1{
      font-size:clamp(2rem,9.5vw,3.2rem);
    }
  }
.strong-media{--state-soft:calc(1.5rem * 1.05);--field-local:calc(1340px / 5.4);padding:calc(1.5rem * 2.4) 2.38rem;background:#070A12;color:#E6EAF2;}
.strong-media .primary-menu{max-width:1340px;margin:0 auto;}
.strong-media h2,.strong-media h3,.strong-media p,.strong-media ol,.strong-media li{margin:0;padding:0;}
.strong-media h2{font-size:calc(16.8px * 2);line-height:1.12;}
.strong-media h3{font-size:calc(16.8px * 1.35);line-height:1.22;}
.strong-media p{font-size:16.8px;line-height:1.75;}
.strong-media a{text-decoration:none;border-bottom:1px solid transparent;transition:color 460ms var(--ease-entry),border-color 460ms var(--ease-entry);}
.strong-media a:hover{border-bottom-color:#FF2D95;}
.strong-media .local-story{display:flex;flex-direction:column;gap:calc(1.67rem * 1.5);}
.strong-media .wide-frame{}
.strong-media .visual-headline{list-style:none;display:flex;flex-direction:column;gap:var(--state-soft);margin-top:var(--state-soft);border-top:1px solid var(--paint-muted);padding-top:var(--state-soft);}
.strong-media .main-wrap{display:grid;grid-template-columns:var(--field-local) 1fr;gap:1.67rem;align-items:start;padding-bottom:var(--state-soft);border-bottom:1px solid var(--paint-muted);}
.strong-media .main-wrap:last-child{border-bottom:none;padding-bottom:0;}
.strong-media .soft-tile{font-size:calc(16.8px * .875);letter-spacing:0.04em;text-transform:uppercase;padding-top:0.35rem;}
.strong-media .main-wrap h3{grid-column:2;}
.strong-media .main-wrap p{grid-column:2;}
.strong-media .main-body{margin-top:var(--state-soft);padding-top:var(--state-soft);border-top:1px solid var(--paint-muted);font-size:calc(16.8px * .875);}
@media (max-width:720px){.strong-media .main-wrap{grid-template-columns:1fr;gap:calc(1.67rem / 2);}.strong-media .main-wrap h3,.strong-media .main-wrap p{grid-column:1;}.strong-media .soft-tile{padding-top:0;}
}
.bottom-plan{--state-soft:calc(1.5rem * 1.18);padding:calc(1.5rem * 2.4) 2.38rem;background:#070A12;color:#E6EAF2;}
.bottom-plan .primary-menu{max-width:1340px;margin:0 auto;}
.bottom-plan h2,.bottom-plan h3,.bottom-plan p{margin:0;}
.bottom-plan h2{font-size:calc(16.8px * 2);line-height:1.14;}
.bottom-plan h3{font-size:calc(16.8px * 1.35);line-height:1.22;}
.bottom-plan p{font-size:16.8px;line-height:1.75;}
.bottom-plan .main-visual{display:flex;flex-wrap:wrap;gap:1.67rem;align-items:flex-start;margin-top:1.5rem;}
.bottom-plan .main-visual .wide-frame{flex:1 1 22rem;min-width:0;color:var(--paint-dark);}
.bottom-plan .main-visual img{flex:1 1 18rem;min-width:0;display:block;width:100%;height:auto;border-radius:0.44rem;border:1px solid var(--paint-muted);}
.bottom-plan .clear-track{display:flex;flex-wrap:wrap;gap:1.67rem;margin-top:var(--state-soft);}
.bottom-plan .main-wrap{flex:1 1 16rem;min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--paint-muted);}
.bottom-plan .main-wrap p{margin-top:calc(1.5rem / 3.2);color:var(--paint-dark);}
.bottom-plan .direct-proof{margin-top:var(--state-soft);font-size:calc(16.8px * .875);color:var(--paint-dark);}
.bottom-plan .direct-proof a{color:#00E5FF;text-decoration:none;border-bottom:1px solid transparent;transition:color 460ms var(--ease-entry),border-color 460ms var(--ease-entry);}
.bottom-plan .direct-proof a:hover{color:#FF2D95;border-bottom-color:#FF2D95;}
@media (min-width:900px){.bottom-plan .main-wrap{flex:1 1 calc(1340px / 4.4);}
}
.primary-header{
    padding:calc(calc(1.5rem * 2.4)*.68) 2.38rem;
    background:#070A12;
    color:#E6EAF2;
  }
.primary-header .visual-entries{max-width:min(1340px,58rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(.9rem,1.6vw,calc(1.67rem * 1.5));}
.primary-header h1{margin:0;
    font-size:clamp(2.05rem,5.4vw,calc(16.8px * 2.65));
    line-height:1.04;
    font-weight:740;
    letter-spacing:-0.01em;}
.primary-header p{margin:0;
    font-size:clamp(1rem,1.3vw,16.8px);
    line-height:1.72;}
@media (max-width:620px){.primary-header{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.primary-header h1{
      font-size:clamp(1.95rem,9vw,3.1rem);
    }
  }
.offer-content{
        padding: calc(1.5rem * 2.4) 2.38rem;
        background: #070A12;
        color: #E6EAF2
    }
.offer-content .primary-menu{max-width: 1340px;
        margin: 0 auto}
.offer-content .secondary-details{display: flex;
        flex-wrap: wrap;
        gap: calc(1.67rem * 1.5);
        align-items: flex-start}
.offer-content .local-story{flex: 1 1 22rem;
        min-width: 0}
.offer-content h2{margin: 0;
        font-size: calc(16.8px * 2);
        line-height: 1.1}
.offer-content .local-story p{margin: 1.5rem 0 0;
        font-size: calc(16.8px * 1.125);
        line-height: 1.75;
        color: var(--paint-dark)}
.offer-content ul{flex: 1 1 40rem;
        min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0}
.offer-content li{display: flex;
        gap: 1.67rem;
        align-items: flex-start;
        padding: 1.5rem 0}
.offer-content li + li{border-top: 1px solid var(--paint-muted)}
.offer-content strong{flex: 0 1 15rem;
        min-width: 0;
        font-size: calc(16.8px * 1.35);
        line-height: 1.2}
.offer-content span{flex: 1 1 24rem;
        min-width: 0;
        line-height: 1.75;
        color: var(--paint-dark)}
@media (max-width: 760px) {.offer-content .secondary-details, .offer-content li{
            display: block
        }.offer-content ul{
            margin-top: calc(1.67rem * 1.5)
        }.offer-content span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.visual-callout{--state-soft:calc(1.5rem * 0.93);--axis-public:calc(1340px / 2.17);--font-large:calc(1340px / 3.23);padding:calc(1.5rem * 2.4) 2.38rem;background:#070A12;color:#E6EAF2;}
.visual-callout .primary-menu{max-width:1340px;margin:0 auto;}
.visual-callout h2,.visual-callout h3,.visual-callout p{margin:0;}
.visual-callout h2{font-size:calc(16.8px * 2);line-height:1.12;}
.visual-callout h3{font-size:calc(16.8px * 1.35);line-height:1.2;}
.visual-callout p{font-size:16.8px;line-height:1.75;}
.visual-callout .wide-frame{margin-top:1.5rem;max-width:calc(1340px / 1.9);}
.visual-callout .clear-track{display:flex;flex-direction:column;gap:var(--state-soft);margin-top:var(--state-soft);}
.visual-callout .main-wrap{min-width:0;padding:calc(1.5rem * .75) calc(1.5rem * .75);background:var(--tone-clear);color:var(--tone-page);border:1px solid var(--paint-muted);border-radius:0.87rem;}
.visual-callout .main-wrap p{margin-top:0;}
.visual-callout .main-wrap h3{margin-top:calc(1.5rem / 2.4);font-size:calc(16.8px * .875);letter-spacing:.02em;text-transform:none;}
@media (min-width:900px){.visual-callout .clear-track{display:grid;grid-template-columns:1fr 1fr;gap:var(--state-soft) 1.67rem;}
}
.clear-visual{
    padding:calc(calc(1.5rem * 2.4)*.78) 2.38rem;
    background:var(--tone-light,linear-gradient(135deg,#070A12 0%,#0D1220 45%,#101A2E 100%));
    color:#E6EAF2;
  }
.clear-visual .visual-entries{max-width:min(1340px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2.2vw,calc(1.67rem * 1.5));}
.clear-visual h1{margin:0;
    font-size:clamp(2.05rem,5.4vw,calc(16.8px * 2.65));
    line-height:1.04;
    font-weight:740;
    letter-spacing:-0.01em;}
.clear-visual p{margin:0;
    font-size:clamp(1rem,1.3vw,16.8px);
    line-height:1.72;
    color:color-mix(in srgb,currentColor 76%,transparent);}
@media (max-width:620px){.clear-visual{
      padding-top:calc(calc(1.5rem * 2.4)*.58);
      padding-bottom:calc(calc(1.5rem * 2.4)*.58);
    }.clear-visual h1{
      font-size:clamp(1.95rem,9.4vw,3.2rem);
    }
  }
.direct-intro{
  background:#070A12;
  color:#E6EAF2;
  padding:calc(1.5rem * 2.4) 2.38rem;
}
.direct-intro .primary-menu{max-width:1340px;
  margin:0 auto;
  display:flex;
  gap:calc(1.67rem * 1.5);
  align-items:flex-start;
  flex-wrap:wrap;}
.direct-intro .active-frame{flex:1 1 32rem;
  min-width:0;}
.direct-intro h2{margin:0;
  font-size:calc(16.8px * 2);
  line-height:1.1;
  letter-spacing:0;}
.direct-intro .wide-frame{margin:1.5rem 0 0;
  font-size:calc(16.8px * 1.125);
  line-height:1.75;
  color:var(--paint-dark);}
.direct-intro .active-frame p.copy{margin:calc(1.67rem * 1.5) 0 0;
  font-size:16.8px;
  line-height:1.75;}
.direct-intro .clear-track{margin:calc(1.67rem * 1.5) 0 0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:1.67rem;}
.direct-intro .clear-track li{position:relative;
  padding-left:1.1rem;
  font-size:calc(16.8px * .875);
  line-height:1.75;
  color:var(--paint-dark);}
.direct-intro .clear-track li::before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#FF2D95;color:#0B0410;}
.direct-intro .contact-unit{margin-top:calc(1.67rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.67rem;
  align-items:center;}
.direct-intro .contact-unit a{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  border-radius:0.44rem;
  padding:.8rem 1.1rem;
  font-size:calc(16.8px * .875);
  background:var(--surface-secondary);
  color:#04121A;
  transition:background 460ms var(--ease-entry), color 460ms var(--ease-entry);
}
.direct-intro .contact-unit a:hover{
  background:#5CF0FF;color:var(--tone-page);}
.direct-intro .contact-unit a.route{
  background:transparent;
  color:#00E5FF;
  border:1px solid var(--paint-muted);
}
.direct-intro .contact-unit a.route:hover{
  background:color-mix(in srgb, currentColor 10%, transparent);
  color:#FF2D95;
}
.direct-intro .offer-media{display:block;
  flex:1 1 22rem;
  width:min(42%,34rem);
  min-width:18rem;
  aspect-ratio:16/10;
  object-fit:cover;
  border-radius:0.87rem;
  border:1px solid var(--paint-muted);}
@media (max-width:760px){.direct-intro .primary-menu{display:block}.direct-intro .offer-media{width:100%;min-width:0;margin-top:calc(1.67rem * 1.5)}
}
.steady-panel{--state-soft:calc(1.5rem * 1.10);--font-large:calc(1340px / 3.42);padding:calc(1.5rem * 2.4) 2.38rem;background:#FF2D95;color:#0B0410;}
.steady-panel .primary-menu{max-width:1340px;margin:0 auto;}
.steady-panel h2,.steady-panel h3,.steady-panel p{margin:0;}
.steady-panel h2{font-size:calc(16.8px * 2);line-height:1.12;}
.steady-panel h3{font-size:calc(16.8px * 1.35);line-height:1.2;}
.steady-panel p{font-size:16.8px;line-height:1.75;color:color-mix(in srgb, currentColor 74%, transparent);}
.steady-panel .soft-entries{row-gap:calc(var(--state-soft) * 1.2);}
.steady-panel .wide-frame{margin-top:1.5rem;}
.steady-panel .top-service{display:flex;flex-wrap:wrap;gap:var(--state-soft);margin-top:var(--state-soft);}
.steady-panel .main-wrap{flex:1 1 var(--font-large);min-width:0;padding:calc(var(--state-soft) * .75);border-radius:0.44rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.steady-panel .main-wrap p{margin-top:calc(1.5rem / 3);}
.main-quote{padding:calc(1.5rem * 2.4) 2.38rem;background:#070A12;color:#E6EAF2}
.main-quote .primary-menu{width:min(100%,calc(1340px*.62));margin:0 auto}
.main-quote .contact-flow{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;color:var(--paint-dark);font-size:calc(16.8px * .875)}
.main-quote .contact-flow>*{min-width:0;flex:1 1 14rem}
.main-quote h1{margin:0;font-size:calc(16.8px * 2.65);line-height:1.05}
.main-quote .wide-frame{margin:1.5rem 0 calc(1.67rem * 1.5);color:var(--paint-dark);font-size:calc(16.8px * 1.125);line-height:1.75}
.main-quote .steady-media{margin:0 0 calc(1.67rem * 1.5);border-radius:0.87rem;overflow:hidden;border:1px solid var(--paint-muted);background:var(--tone-clear);color:var(--tone-page);}
.main-quote .steady-media img{display:block;width:100%;height:auto}
.main-quote .local-wrap{border-top:1px solid var(--paint-muted);padding-top:1.5rem}
.main-quote .local-wrap p{margin:0 0 1.5rem;line-height:1.75}
.main-quote .local-wrap p:last-child{margin-bottom:0}
.main-quote .group{display:flex;flex-wrap:wrap;align-items:baseline;gap:calc(1.5rem * .75);margin-top:calc(1.67rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid var(--paint-muted);font-size:calc(16.8px * .875)}
.main-quote .group span{color:var(--paint-dark)}
.main-quote .group a{color:#00E5FF;text-decoration:none;border-bottom:1px solid transparent;transition:color 460ms var(--ease-entry),border-color 460ms var(--ease-entry)}
.main-quote .group a:hover{color:#FF2D95;border-bottom-color:#FF2D95}
@media (max-width:640px){.main-quote .contact-flow>*{flex:1 1 100%}
}
.service-note{padding:calc(1.5rem * 2.4) 2.38rem;background:var(--paint-page);color:var(--paint-dark)}
.service-note .primary-menu{max-width:1340px;margin:0 auto}
.service-note .service-group{display:flex;gap:calc(1.67rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.service-note .main-content{flex:1 1 34rem;min-width:0}
.service-note .main-content h2{margin:0 0 calc(1.5rem * .75);font-size:calc(16.8px * 2);line-height:1.1}
.service-note .main-inner{margin:0 0 calc(1.5rem * .75);font-size:16.8px;}
.service-note .fresh-lead{margin:0 0 calc(1.5rem * .75);font-size:16.8px;line-height:1.75}
.service-note .fresh-lead:last-child{margin-bottom:0}
.service-note .fresh-shell{flex:0 1 22rem;min-width:0;background:var(--tone-clear);color:var(--tone-page);border:1px solid var(--paint-muted);border-radius:0.87rem;padding:calc(1.5rem * .75)}
.service-note .fresh-shell .featured-contact{margin:0 0 calc(1.5rem * .75);font-size:calc(16.8px * .875);line-height:1.75}
.service-note .fresh-shell ul{list-style:none;margin:0 0 calc(1.5rem * .75);padding:0;display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75)*.5)}
.service-note .fresh-shell li a{display:inline-block;text-decoration:none;font-size:calc(16.8px * .875);border-bottom:1px solid transparent;transition:color 460ms var(--ease-entry),border-color 460ms var(--ease-entry)}
.service-note .fresh-shell li a:hover{border-bottom-color:#FF2D95}
.service-note .main-body{margin:0;font-size:calc(16.8px * .875);line-height:1.75}
@media(max-width:760px){.service-note .service-group{display:block}.service-note .fresh-shell{margin-top:calc(1.67rem * 1.5)}}
.soft-body{
        padding: calc(1.5rem * 2.4) 2.38rem;
        background: #070A12;
        color: #E6EAF2
    }
.soft-body .primary-menu{max-width: 1340px;
        margin: 0 auto}
.soft-body .secondary-details{display: flex;
        flex-direction: column;
        gap: calc(1.67rem * 1.5);
        align-items: flex-start}
.soft-body .local-story{min-width: 0}
.soft-body h2{margin: 0;
        font-size: calc(16.8px * 2);
        line-height: 1.12}
.soft-body .local-story p{margin: 1.5rem 0 0;
        font-size: calc(16.8px * 1.125);
        line-height: 1.75;
        color: var(--paint-dark)}
.soft-body ul{flex: 1 1 44rem;
        min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0}
.soft-body li{display: flex;
        gap: 1.67rem;
        align-items: flex-start;
        padding: 1.5rem 0}
.soft-body li + li{border-top: 1px solid var(--paint-muted)}
.soft-body strong{flex: 0 1 18rem;
        min-width: 0;
        font-size: calc(16.8px * 1.35);
        line-height: 1.2}
.soft-body span{flex: 1 1 26rem;
        min-width: 0;
        line-height: 1.75;
        color: var(--paint-dark)}
@media (max-width: 760px) {.soft-body .secondary-details, .soft-body li{
            display: block
        }.soft-body ul{
            margin-top: calc(1.67rem * 1.5)
        }.soft-body span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.wide-shell{
  background: linear-gradient(135deg, #070A12 0%, #0D1220 45%, #101A2E 100%);
  color: #E6EAF2;
  padding: calc(1.5rem * 2.4) 2.38rem;
}
.wide-shell .primary-menu{width: min(100%, 1340px);
  margin: 0 auto;
  display: grid;
  gap: 1.67rem;}
.wide-shell h2,
.wide-shell h3,
.wide-shell p{margin: 0;}
.wide-shell h2{font-size: calc(16.8px * 2); line-height: 1.08;}
.wide-shell h3{font-size: calc(16.8px * 1.35); line-height: 1.16;}
.wide-shell p{font-size: 16.8px; line-height: 1.75;}
.wide-shell .visual-frame{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.67rem;
  align-items: end;
  padding: calc(1.67rem * 1.5);
  border-radius: 1.01rem;
  background: linear-gradient(120deg, #00E5FF 0%, #7A5CFF 55%, #FF2D95 100%);
  color: #04121A;
}
.wide-shell .main-service{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.wide-shell [data-block]{
  flex: 1 1 22rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.44rem;
  background: var(--tone-clear);
  color: var(--tone-page);
  border: 1px solid var(--paint-muted);
  animation: peopleMemberIn calc(460ms * 2.2) var(--ease-entry) both;
  animation-delay: var(--delay-base, 0ms);
}
.wide-shell [data-block] div{display: flex;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  font-size: calc(16.8px * .875);}
.wide-shell .team-flow{}
@keyframes peopleMemberIn {from{ opacity: .2; transform: translateY(6px); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.wide-shell .visual-frame{ grid-template-columns: 1fr; }
}
.offer-plan{padding:calc(1.5rem * 2.4) 2.38rem;background:#070A12;color:#E6EAF2}
.offer-plan .primary-menu{width:min(100%,calc(1340px*.62));margin:0 auto}
.offer-plan .contact-flow{display:flex;flex-wrap:wrap;align-items:baseline;gap:calc(1.5rem * .75);margin-bottom:1.5rem;font-size:calc(16.8px * .875);color:var(--paint-dark)}
.offer-plan .contact-flow .soft-tile{font-variant-numeric:tabular-nums}
.offer-plan .contact-flow .text-service{color:#00E5FF}
.offer-plan .contact-flow .team-fields{padding:2px 10px;border:1px solid var(--paint-muted);border-radius:0.24rem;background:var(--paint-page);color:var(--paint-dark);font-size:calc(16.8px * .875)}
.offer-plan h1{margin:0;font-size:calc(16.8px * 2.65);line-height:1.08}
.offer-plan .wide-frame{margin:1.5rem 0 calc(1.67rem * 1.5);font-size:calc(16.8px * 1.125);line-height:1.75;color:var(--paint-dark)}
.offer-plan .steady-media{margin:0 0 calc(1.67rem * 1.5);border:1px solid var(--paint-muted);border-radius:0.87rem;overflow:hidden;background:var(--tone-clear);color:var(--tone-page);}
.offer-plan .steady-media img{display:block;width:100%;height:auto}
.offer-plan .steady-media figcaption{padding:10px calc(1.5rem * .75);font-size:calc(16.8px * .875);color:var(--paint-dark);border-top:1px solid var(--paint-muted)}
.offer-plan .local-wrap{border-top:1px solid var(--paint-muted);padding-top:1.5rem}
.offer-plan .local-wrap p{margin:0 0 1.5rem;line-height:1.75}
.offer-plan .local-wrap p:last-child{margin-bottom:0}
.offer-plan .local-wrap a{color:#00E5FF;text-decoration:underline;text-underline-offset:3px}
.offer-plan .local-wrap a:hover{color:#FF2D95}
.offer-plan .direct-proof{display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75);margin-top:calc(1.67rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid var(--paint-muted)}
.offer-plan .visual-contact{font-size:calc(16.8px * .875);color:var(--paint-dark)}
.offer-plan .direct-proof a{color:#00E5FF;text-decoration:none;font-size:calc(16.8px * .875);padding:6px 12px;border:1px solid var(--paint-muted);border-radius:0.24rem;background:var(--tone-clear)}
.offer-plan .direct-proof a:hover{color:#FF2D95;border-color:#FF2D95}
.page-links{padding:calc(1.5rem * 2.4) 2.38rem;background:linear-gradient(135deg, #070A12 0%, #0D1220 45%, #101A2E 100%);color:#E6EAF2}
.page-links .primary-menu{max-width:1340px;margin:0 auto}
.page-links .service-group{display:flex;flex-wrap:wrap;gap:calc(1.67rem * 1.5);align-items:flex-start}
.page-links .local-story{flex:1 1 30rem;min-width:0}
.page-links .fresh-lead{flex:1 1 30rem;min-width:0;background:var(--tone-clear);color:var(--tone-page);border:1px solid var(--paint-muted);border-radius:0.87rem;padding:calc(1.5rem * .75)}
.page-links h2{margin:0 0 calc(1.5rem * .75);font-size:calc(16.8px * 2);line-height:1.1}
.page-links .wide-frame{margin:0;font-size:calc(16.8px * 1.125);line-height:1.75}
.page-links .fresh-lead p{margin:0 0 calc(1.5rem * .75);font-size:16.8px;line-height:1.75}
.page-links .plain-track{list-style:none;margin:0 0 calc(1.5rem * .75);padding:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.page-links .plain-track li{min-width:0}
.page-links .plain-track a{display:inline-flex;border-radius:0.44rem;background:#FF2D95;color:#0B0410;padding:calc(calc(1.5rem * .75)*.6) calc(1.5rem * .75);text-decoration:none;font-size:calc(16.8px * .875);transition:background 460ms var(--ease-entry)}
.page-links .plain-track a:hover{background:#FF5CB0;color:var(--tone-page);}
.page-links .main-body{margin:0;font-size:calc(16.8px * .875);}
@media(max-width:760px){.page-links .service-group{display:block}.page-links .fresh-lead{margin-top:calc(1.67rem * 1.5)}.page-links h2{font-size:calc(16.8px * 1.35)}}
.active-figure{padding:calc(1.5rem * 2.4) 2.38rem;background:#070A12;color:#E6EAF2}
.active-figure .primary-menu{max-width:min(1340px,58rem);margin:0 auto}
.active-figure .local-story{max-width:100%}
.active-figure h2{margin:0;font-size:calc(16.8px * 2);line-height:1.1}
.active-figure .local-story p{margin:1.5rem 0 0;color:var(--paint-dark);line-height:1.75}
.active-figure .offer-feature{margin-top:calc(1.67rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.active-figure details{padding:1.5rem 0;border-bottom:1px solid var(--paint-muted)}
.active-figure details:first-child{padding-top:0}
.active-figure details:last-child{border-bottom:0;padding-bottom:0}
.active-figure summary{cursor:pointer;font-size:calc(16.8px * 1.35);line-height:1.2;list-style:none}
.active-figure summary::-webkit-details-marker{display:none}
.active-figure summary::after{content:"+";float:right;color:#00E5FF;font-weight:600}
.active-figure details[open] summary::after{content:"–"}
.active-figure details p{margin:1.5rem 0 0;color:var(--paint-dark);line-height:1.75}
@media(max-width:720px){.active-figure .offer-feature{gap:calc(1.67rem * 1.5)}.active-figure summary{font-size:16.8px}
}
.inner{
  background: linear-gradient(135deg, #070A12 0%, #0D1220 45%, #101A2E 100%);
  color: #E6EAF2;
  padding: calc(1.5rem * 2.4) 2.38rem;
}
.inner .primary-menu{width: min(100%, 1340px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.67rem * 1.5);}
.inner h2,
.inner h3,
.inner p{margin: 0;}
.inner h2{font-size: calc(16.8px * 2); line-height: 1.1;}
.inner h3{font-size: calc(16.8px * 1.35); line-height: 1.18;}
.inner p{font-size: 16.8px; line-height: 1.75;}
.inner .visual-frame{
  display: grid;
  gap: calc(1.5rem * .75);
  padding: 1.5rem 2.38rem;
  border-radius: 0.87rem;
  background: linear-gradient(120deg, #00E5FF 0%, #7A5CFF 55%, #FF2D95 100%);
  color: #04121A;
}
.inner .main-service{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.inner [data-block]{
  flex: 1 1 22rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.44rem;
  background: var(--tone-clear);
  color: var(--tone-page);
  border: 1px solid var(--paint-muted);
  animation: peopleMemberIn calc(460ms * 2) var(--ease-entry) both;
  animation-delay: var(--delay-base, 0ms);
}
.inner [data-block]:nth-child(2n){flex: 1 1 26rem;}
.inner [data-block] div{display: flex;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  font-size: calc(16.8px * .875);}
.inner .team-flow{font-size: calc(16.8px * .875);}
@keyframes peopleMemberIn {from{ opacity: .25; transform: translateY(calc(1.67rem * 2)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 720px) {.inner [data-block],
  .inner [data-block]:nth-child(2n){
    flex: 1 1 100%;
  }
}
.open-story{padding:calc(1.5rem * 2.4) 2.38rem;background:#070A12;color:#E6EAF2}
.open-story .primary-menu{width:min(100%,calc(1340px*.62));margin:0 auto}
.open-story .contact-flow{display:flex;flex-wrap:wrap;gap:1.67rem;margin-bottom:calc(1.67rem * 1.5);color:var(--paint-dark);font-size:calc(16.8px * .875);letter-spacing:.02em}
.open-story .contact-flow>*{min-width:0;flex:1 1 14rem}
.open-story h1{margin:0;font-size:calc(16.8px * 2.65);line-height:1.05}
.open-story .wide-frame{margin:calc(1.67rem * 1.5) 0 1.5rem;color:var(--paint-dark);font-size:calc(16.8px * 1.125);line-height:1.75}
.open-story .steady-media{margin:0 0 1.5rem;border-radius:0.87rem;overflow:hidden;border:1px solid var(--paint-muted)}
.open-story .steady-media img{display:block;width:100%;height:auto}
.open-story .local-wrap{border-top:1px solid var(--paint-muted);padding-top:1.5rem}
.open-story .local-wrap p{margin:0 0 calc(1.67rem * 1.5);line-height:1.75}
.open-story .local-wrap p:last-child{margin-bottom:0}
.open-story .direct-proof{display:flex;flex-wrap:wrap;gap:1.67rem;margin-top:1.5rem;padding-top:calc(1.67rem * 1.5);border-top:1px solid var(--paint-muted)}
.open-story .direct-proof a{color:#00E5FF;text-decoration:none;font-size:16.8px;border-bottom:1px solid transparent;transition:color 460ms var(--ease-entry),border-color 460ms var(--ease-entry)}
.open-story .direct-proof a:hover{color:#FF2D95;border-bottom-color:#FF2D95}
@media (max-width:640px){.open-story .primary-menu{width:100%}.open-story .direct-proof{flex-direction:column;gap:calc(1.5rem * .75)}
}
.secondary-panel{padding:calc(1.5rem * 2.4) 2.38rem;background:var(--surface-secondary);color:#04121A}
.secondary-panel .primary-menu{max-width:1340px;margin:0 auto}
.secondary-panel .visual-headline{display:flex;gap:calc(1.67rem * 1.5);align-items:stretch}
.secondary-panel .open-feature{flex:0 1 20rem;min-width:0;border-left:1px solid color-mix(in srgb,#04121A 32%,transparent);padding-left:1.5rem;display:flex;flex-direction:column;justify-content:space-between}
.secondary-panel .open-feature p{margin:0;line-height:1.75}
.secondary-panel .open-feature a{display:inline-flex;align-self:flex-start;margin-top:1.5rem;border-radius:0.24rem;background:#FF2D95;color:#0B0410;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.secondary-panel .media-region{flex:1 1 44rem;min-width:0}
.secondary-panel h2{margin:0;max-width:16ch;font-size:calc(16.8px * 2.65);line-height:1.02}
.secondary-panel .media-region>p{margin:1.5rem 0 0;font-size:calc(16.8px * 1.125);line-height:1.75}
.secondary-panel .clear-track{margin-top:calc(1.67rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.secondary-panel .clear-track p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.secondary-panel .clear-track strong{flex:0 1 12rem;min-width:0;font-size:calc(16.8px * .875)}
.secondary-panel .clear-track span{flex:1 1 24rem;min-width:0;line-height:1.75}
.secondary-panel .clear-track a{text-decoration:underline}
@media(max-width:760px){.secondary-panel .visual-headline,.secondary-panel .clear-track p{display:block}.secondary-panel .open-feature{border-left:0;padding-left:0}.secondary-panel .media-region{margin-top:calc(1.67rem * 1.5)}.secondary-panel .clear-track span{display:block;margin-top:calc(1.5rem * .75)}.secondary-panel h2{font-size:calc(16.8px * 2)}}
.compact-summary{padding:calc(1.5rem * 2.4) 2.38rem;background:#070A12;color:#E6EAF2}
.compact-summary .primary-menu{max-width:min(1340px,58rem);margin:0 auto}
.compact-summary .local-story{display:flex;flex-direction:column;gap:1.5rem}
.compact-summary h2{margin:0;font-size:calc(16.8px * 2);line-height:1.1}
.compact-summary .local-story p{margin:0;color:var(--paint-dark);line-height:1.75}
.compact-summary .offer-feature{margin-top:calc(1.67rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.compact-summary details{padding:1.5rem 2.38rem;background:var(--tone-clear);color:var(--tone-page);border:1px solid var(--paint-muted);border-radius:0.87rem}
.compact-summary summary{cursor:pointer;font-size:calc(16.8px * 1.35);line-height:1.2;list-style:none}
.compact-summary summary::-webkit-details-marker{display:none}
.compact-summary summary::after{content:"+";float:right;color:#00E5FF;font-size:calc(16.8px * 1.125);line-height:1}
.compact-summary details[open] summary::after{content:"–"}
.compact-summary details p{margin:1.5rem 0 0;color:var(--paint-dark);line-height:1.75}
@media(max-width:720px){.compact-summary details{padding:1.5rem calc(1.5rem * .75)}}
.plain-group{
  background: linear-gradient(135deg, #070A12 0%, #0D1220 45%, #101A2E 100%);
  color: #E6EAF2;
  padding: calc(1.5rem * 2.4) 2.38rem;
}
.plain-group .primary-menu{width: min(100%, 1340px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.67rem * 1.5);}
.plain-group h2,
.plain-group h3,
.plain-group p{margin: 0;}
.plain-group h2{font-size: calc(16.8px * 2); line-height: 1.1;}
.plain-group h3{font-size: calc(16.8px * 1.35); line-height: 1.18;}
.plain-group p{font-size: 16.8px; line-height: 1.75;}
.plain-group .visual-frame{
  display: grid;
  gap: calc(1.5rem * .75);
  padding: 1.5rem;
  border-radius: 0.87rem;
  background: linear-gradient(120deg, #00E5FF 0%, #7A5CFF 55%, #FF2D95 100%);
  color: #04121A;
}
.plain-group .main-service{display: flex;
  flex-wrap: wrap;
  gap: 1.67rem;}
.plain-group [data-block]{
  flex: 1 1 20rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.44rem;
  background: var(--tone-clear);
  color: var(--tone-page);
  border: 1px solid var(--paint-muted);
  animation: peopleMemberIn calc(460ms * 2) var(--ease-entry) both;
  animation-delay: var(--delay-base, 0ms);
}
.plain-group [data-block] div{display: flex;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  font-size: calc(16.8px * .875);}
.plain-group .team-flow{padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--paint-muted);}
@keyframes peopleMemberIn {from{ opacity: .25; transform: translateY(6px); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 720px) {.plain-group [data-block]{ flex: 1 1 100%; }
}
.contact-media{
    padding:calc(calc(1.5rem * 2.4)*.7) 2.38rem;
    background:linear-gradient(135deg, #070A12 0%, #0D1220 45%, #101A2E 100%);
    color:#E6EAF2;
  }
.contact-media .visual-entries{max-width:min(1340px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.67rem * 1.5);}
.contact-media p{margin:0;
    font-size:16.8px;
    line-height:1.72;}
.contact-media h1{margin:0;
    font-size:clamp(2.1rem,5.4vw,calc(16.8px * 2.65));
    line-height:1.04;
    font-weight:740;
    letter-spacing:-0.01em;}
@media (max-width:620px){.contact-media{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54);}.contact-media h1{font-size:clamp(2rem,9.6vw,3.3rem);}
  }
.steady-callout{background:#070A12;color:#E6EAF2;padding:calc(1.5rem * 2.4) 2.38rem}
.steady-callout .primary-menu{max-width:1340px;margin:0 auto}
.steady-callout .secondary-details{display:flex;align-items:flex-start;gap:calc(1.67rem * 1.5);flex-wrap:wrap}
.steady-callout .local-story{flex:1 1 24rem;min-width:0}
.steady-callout h2{margin:0;font-size:calc(16.8px * 2);line-height:1.15;letter-spacing:0}
.steady-callout p{margin:1.5rem 0 0;color:var(--paint-dark);font-size:16.8px;line-height:1.75}
.steady-callout .compact-group{flex:1 1 32rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.steady-callout .page-frame{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .35);padding:calc(1.5rem * .75);background:var(--tone-clear);color:var(--tone-page);border:1px solid var(--paint-muted);border-radius:0.44rem}
.steady-callout .page-frame strong{font-size:16.8px;letter-spacing:.01em}
.steady-callout .page-frame span{color:var(--paint-dark);line-height:1.6;font-size:calc(16.8px * .875)}
.steady-callout .page-frame a{color:#00E5FF;text-decoration:none;border-bottom:1px solid transparent;transition:color 460ms var(--ease-entry),border-color 460ms var(--ease-entry)}
.steady-callout .page-frame a:hover{color:#FF2D95;border-bottom-color:#FF2D95}
@media(max-width:760px){.steady-callout .secondary-details{flex-direction:column}}
.clear-region{
  background: linear-gradient(135deg, #070A12 0%, #0D1220 45%, #101A2E 100%);
  color: #E6EAF2;
  padding: calc(1.5rem * 2.4) 2.38rem;
}
.clear-region .primary-menu{max-width: 1340px;
  margin: 0 auto;}
.clear-region .visual-entries{display: flex;
  flex-direction: column;
  gap: calc(1.67rem * 1.5);}
.clear-region .local-story{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.clear-region h2{margin: 0;
  font-size: clamp(calc(16.8px * 2), 4.5vw, calc(16.8px * 2.65));
  line-height: 1.08;
  letter-spacing: 0;}
.clear-region .wide-frame{margin: 0;
  font-size: calc(16.8px * 1.125);
  line-height: 1.65;}
.clear-region .visual-inner{display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);
  border-bottom: 1px solid color-mix(in srgb, currentColor 22%, transparent);}
.clear-region .area{flex: 1 1 14rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.45);
  font-size: calc(16.8px * .875);}
.clear-region .area.wide{flex: 1 1 100%;}
.clear-region input[type="email"],
.clear-region input[type="text"]{
  width: 100%;
  min-width: 0;
  border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
  border-radius: 0.24rem;
  background: color-mix(in srgb, currentColor 8%, transparent);
  color: inherit;
  padding: calc(1.5rem * .75);
  font: inherit;
}
.clear-region input::placeholder{color: color-mix(in srgb, currentColor 55%, transparent);}
.clear-region .public-details{flex: 1 1 100%;
  display: flex;
  align-items: flex-start;
  gap: calc(calc(1.5rem * .75) * 0.6);
  font-size: calc(16.8px * .875);
  line-height: 1.55;}
.clear-region .public-details input{margin-top: 0.3rem;
  flex: 0 0 auto;}
.clear-region button{
  flex: 0 0 auto;
  border: 0;
  border-radius: 0.44rem;
  background: var(--surface-secondary);
  color: #04121A;
  padding: calc(1.5rem * .75) 1.67rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 460ms var(--ease-entry);
}
.clear-region button:hover{
  background: #5CF0FF;color:var(--tone-page);}
.clear-region .main-body{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.clear-region .main-body p{margin: 0;
  font-size: 16.8px;
  line-height: 1.7;}
.clear-region .main-body .featured-contact{font-size: calc(16.8px * .875);}
.clear-region a{text-decoration: none;}
.clear-region a:hover{}
@media (max-width: 640px) {.clear-region .visual-inner{
    flex-direction: column;
    align-items: stretch;
  }
}
.plain-nav{padding:calc(1.5rem * 2.4) 2.38rem;background:#00E5FF;color:#04121A}
.plain-nav .wide-intro{max-width:1340px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.46fr) minmax(0,.54fr);gap:1.67rem;align-items:start}
.plain-nav .wide-frame{align-self:start}
.plain-nav h2{margin:0;font-size:calc(16.8px * 2.65);line-height:1.05}
.plain-nav .wide-frame p{margin:calc(1.67rem * 1.5) 0 0;font-size:calc(16.8px * 1.125);line-height:1.75}
.plain-nav .featured-story{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.5rem * .75)}
.plain-nav .offer-items{padding:calc(1.5rem * .75);border-radius:0.87rem;background:var(--tone-clear);color:var(--tone-page);border:1px solid var(--paint-muted)}
.plain-nav .offer-items span{display:block;font-size:calc(16.8px * .875);color:inherit;}
.plain-nav .offer-items strong{display:block;margin-top:calc(1.5rem * .75);font-size:16.8px;line-height:1.5;font-weight:600}
.plain-nav .secondary-lead{grid-column:1/-1;height:clamp(22rem,42vw,34rem);border-radius:1.01rem;overflow:hidden;border:1px solid var(--paint-muted);background:var(--tone-clear);color:var(--tone-page);}
.plain-nav iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 780px){.plain-nav .wide-intro{grid-template-columns:1fr}.plain-nav .featured-story{grid-template-columns:1fr}.plain-nav .secondary-lead{height:22rem}
}
.featured-summary{background:#070A12;color:#E6EAF2;padding:calc(1.5rem * 2.4) 2.38rem}
.featured-summary .primary-menu{max-width:1340px;margin:0 auto}
.featured-summary .secondary-details{display:flex;align-items:flex-start;gap:calc(1.67rem * 1.5);flex-wrap:wrap}
.featured-summary .local-story{flex:1 1 22rem;min-width:0}
.featured-summary h2{margin:0;font-size:clamp(calc(16.8px * 2),4.4vw,calc(16.8px * 2.65));line-height:1.08;letter-spacing:0}
.featured-summary p{margin:1.5rem 0 0;color:var(--paint-dark);font-size:calc(16.8px * 1.125);line-height:1.65}
.featured-summary .main-body{margin-top:calc(1.5rem * .75);font-size:calc(16.8px * .875);color:var(--paint-dark)}
.featured-summary .compact-group{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid var(--paint-muted)}
.featured-summary .page-frame{display:flex;gap:1.67rem;padding:1.5rem 0;border-bottom:1px solid var(--paint-muted)}
.featured-summary strong{flex:0 1 12rem;min-width:0;font-weight:600}
.featured-summary span{flex:1 1 18rem;min-width:0;color:var(--paint-dark);line-height:1.6}
.featured-summary a{color:#00E5FF;text-decoration:none;border-bottom:1px solid transparent;transition:color 460ms var(--ease-entry),border-color 460ms var(--ease-entry)}
.featured-summary a:hover,.featured-summary a:focus-visible{color:#FF2D95;border-bottom-color:#FF2D95}
@media(max-width:760px){.featured-summary .secondary-details,.featured-summary .page-frame{flex-direction:column}.featured-summary .page-frame{gap:calc(calc(1.5rem * .75)*.5)}}
.wide-quote{
  padding:calc(1.5rem * 2.4) 2.38rem;
  background:#070A12;
  color:#E6EAF2;
}
.wide-quote .narrow-contact{max-width:min(1340px,68rem);
  margin:0 auto;}
.wide-quote h2{margin:0;
  font-size:calc(16.8px * 2);
  line-height:1.1;
  letter-spacing:-0.01em;}
.wide-quote .content-summary{margin:1.5rem 0 calc(1.67rem * 1.5);
  font-size:calc(16.8px * 1.125);
  line-height:1.75;}
.wide-quote .plan{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.wide-quote .main-body{
  padding:calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) 0;
  border-left:2px solid var(--paint-muted);
  padding-left:calc(1.5rem * .75);
  background:transparent;
}
.wide-quote .main-body h3{margin:0 0 calc(1.5rem * .75);
  font-size:calc(16.8px * 1.35);
  line-height:1.25;}
.wide-quote .main-body p{margin:0;
  line-height:1.75;}
@media (max-width:720px){.wide-quote .content-summary{
    font-size:16.8px;
  }.wide-quote .main-body{
    padding-left:calc(1.67rem * 1.5);
  }
}
.active-stack{padding:calc(1.5rem * 2.4) 2.38rem;background:#070A12;color:#E6EAF2;}
.narrow-items{max-width:1340px;margin:0 auto;}
.active-stack h1{margin:0;font-size:calc(16.8px * 2.65);line-height:1.08;}
.open-quote{padding:calc(1.5rem * 2.4) 2.38rem;background:var(--paint-page);color:var(--paint-dark)}
.open-quote .focused-copy{max-width:min(1340px,64rem);margin:0 auto}
.open-quote h2{margin:0;font-size:calc(16.8px * 2.65);line-height:1.08}
.open-quote .local-story{margin:1.5rem 0 calc(1.67rem * 1.5);font-size:calc(16.8px * 1.125);line-height:1.75}
.open-quote .wide-lead{display:flex;flex-direction:column;gap:1.67rem}
.open-quote .main-wrap{padding:calc(1.5rem * .75) 0 0;border-top:1px solid var(--paint-muted)}
.open-quote .main-wrap:first-child{padding-top:0;border-top:0}
.open-quote h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.8px * 1.35);line-height:1.25}
.open-quote .main-wrap p{margin:0;font-size:16.8px;line-height:1.75}
@media (min-width:900px){.open-quote .wide-lead{display:grid;grid-template-columns:1fr 1fr;gap:calc(1.67rem * 1.5) 1.67rem}.open-quote .main-wrap:nth-child(2){border-top:0;padding-top:0}
}
.direct-figure{padding:calc(calc(1.5rem * 2.4)*.72) 2.38rem;background:linear-gradient(135deg, #070A12 0%, #0D1220 45%, #101A2E 100%);color:#E6EAF2;}
.direct-figure .visual-entries{max-width:min(1340px,62rem);margin:0 auto;}
.direct-figure p{margin:0 0 clamp(1rem,2vw,1.5rem);font-size:clamp(1rem,1.35vw,16.8px);line-height:1.75;}
.direct-figure h1{margin:0;font-size:clamp(2.1rem,5.8vw,calc(16.8px * 2.65));line-height:1.05;font-weight:760;letter-spacing:0;}
@media (max-width:620px){.direct-figure{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}.direct-figure h1{font-size:clamp(2.05rem,10vw,3.4rem);}}
.active-brand{--state-soft:calc(1.5rem * 1.05);--font-small:2.1rem;padding:calc(1.5rem * 2.4) 2.38rem;background:#FF2D95;color:#0B0410;}
.active-brand .primary-menu{max-width:1340px;margin:0 auto;}
.active-brand h1,.active-brand h2,.active-brand h3,.active-brand p{margin:0;}
.active-brand h2{font-size:calc(16.8px * 2);line-height:1.12;}
.active-brand p{font-size:16.8px;line-height:1.75;}
.active-brand a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;}
.active-brand .local-area{display:flex;flex-direction:column;gap:var(--state-soft);}
.active-brand .fresh-list{display:flex;flex-direction:column;gap:calc(1.67rem * 1.5);}
.active-brand .wide-frame{font-size:calc(16.8px * 1.125);}
.active-brand .active-entries{display:flex;flex-wrap:wrap;gap:1.67rem;}
.active-brand .wide-rail{flex:1 1 16rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(1.5rem * .75);border-top:1px solid currentColor;}
.active-brand .plain-contact{font-size:calc(16.8px * .875);letter-spacing:0.08em;opacity:0.7;}
.active-brand .active-frame{font-size:calc(16.8px * .875);opacity:0.88;}
.active-brand .media-figure{display:flex;flex-wrap:wrap;align-items:center;gap:1.67rem;}
.active-brand .active-nav{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.24rem;background:#0B0410;color:#FF2D95;border-bottom:none;font-size:16.8px;}
.active-brand .main-body{flex:1 1 18rem;font-size:calc(16.8px * .875);opacity:0.85;}
.active-brand .main-body a{border-bottom:1px solid currentColor;}
.active-brand .direct-proof{font-size:calc(16.8px * .875);opacity:0.8;padding-top:calc(1.5rem * .75);border-top:1px solid currentColor;}
.active-brand .direct-proof a{border-bottom:1px solid currentColor;}
@media (max-width:640px){.active-brand .active-nav{width:100%;}
}
.clear-plan{
  padding: calc(1.5rem * 2.4) 2.38rem;
  background: #070A12;
  color: #E6EAF2;
}
.clear-plan .primary-menu{max-width: min(1340px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.67rem * 1.5);}
.clear-plan .public-intro{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.clear-plan h2{margin: 0;
  font-size: calc(16.8px * 2);
  line-height: 1.1;}
.clear-plan .wide-frame{margin: 0;
  font-size: calc(16.8px * 1.125);
  color: var(--paint-dark);
  line-height: 1.75;}
.clear-plan .visual-headline{display: flex;
  flex-wrap: wrap;
  gap: 1.67rem;}
.clear-plan .main-wrap{
  flex: 1 1 16rem;
  padding: calc(1.5rem * .75);
  border: 1px solid var(--paint-muted);
  border-radius: 0.87rem;
  background: var(--tone-clear);
  color: var(--tone-page);
}
.clear-plan .main-wrap strong{display: block;
  font-size: calc(16.8px * 1.35);
  margin-bottom: 0.4rem;}
.clear-plan .main-wrap p{margin: 0;
  color: var(--paint-dark);
  font-size: calc(16.8px * .875);
  line-height: 1.75;}
.clear-plan .team-menu{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--paint-muted);}
.clear-plan .main-body{margin: 0;
  font-size: 16.8px;
  color: #E6EAF2;}
.clear-plan .direct-proof{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.67rem;
  font-size: calc(16.8px * .875);
  color: var(--paint-dark);}
.clear-plan .direct-proof a{color: #00E5FF;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 460ms var(--ease-entry), border-color 460ms var(--ease-entry);}
.clear-plan .direct-proof a:hover{color: #FF2D95;
  border-bottom-color: #FF2D95;}
.clear-plan .content-form{margin: 0;
  font-size: calc(16.8px * .875);
  color: var(--paint-dark);
  line-height: 1.75;}
.clear-plan .content-form a{color: #00E5FF;
  text-decoration: none;
  border-bottom: 1px solid var(--paint-muted);}
.clear-plan .content-form a:hover{color: #FF2D95;
  border-bottom-color: #FF2D95;}
@media (max-width: 640px) {.clear-plan .visual-headline{
    flex-direction: column;
  }
}
.strong-figure{padding:calc(1.5rem * 2.4) 2.38rem;background:#FF2D95;color:#0B0410}
.strong-figure .primary-menu{max-width:1340px;margin:0 auto}
.strong-figure .content-panel{display:flex;gap:calc(1.67rem * 1.5);align-items:flex-end}
.strong-figure .active-frame{flex:1 1 34rem;min-width:0}
.strong-figure h2{margin:0;font-size:calc(16.8px * 2.65);line-height:1.04}
.strong-figure .active-frame p{margin:1.5rem 0 0;font-size:calc(16.8px * 1.125);line-height:1.75}
.strong-figure .bottom-unit{flex:0 1 34rem;min-width:0;background:#00E5FF;color:#04121A;border-radius:0.87rem;padding:1.67rem;box-shadow:0 12px 18px rgba(0,0,0,0.2)}
.strong-figure .bottom-unit>p{margin:0;line-height:1.75}
.strong-figure .contact-unit{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.strong-figure a{display:inline-flex;align-items:center;max-width:100%;min-width:0;border-radius:0.24rem;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.strong-figure .contact-unit a{border:1px solid color-mix(in srgb,#04121A 22%,transparent)}
.strong-figure .contact-unit .soft-lead{background:var(--surface-secondary);color:#04121A;border-color:var(--surface-secondary)}
.strong-figure .direct-proof{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.strong-figure .direct-proof a{background:color-mix(in srgb,#04121A 8%,transparent);color:#04121A;font-size:calc(16.8px * .875);padding:calc(calc(1.5rem * .75)*.75) calc(1.5rem * .75)}
@media(max-width:780px){.strong-figure .content-panel{display:block}.strong-figure .bottom-unit{margin-top:calc(1.67rem * 1.5);padding:1.5rem}.strong-figure h2{font-size:calc(16.8px * 2)}}
