html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Exo 2", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --line-primary: #C7D2E3;
  --ink-accent: #0E1524;
  --motion-fast: cubic-bezier(0.22,1,0.36,1);
}
a{color:inherit;}
.content-team {
    width: 100%;
    background: #E6ECF5;
    color: #0B1220;
    border-bottom: 1px solid rgba(31, 182, 201, 0.22);
  }
.text-section {
    max-width: 1680px;
    margin: 0 auto;
    padding: 1.5rem 2.52rem;
    display: flex;
    align-items: center;
    gap: 2.52rem;
  }
.featured-headline {
    font-size: calc(17.3px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #0B1220;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
.featured-headline:hover,
  .featured-headline:focus-visible {
    color: #FF5E3A;
  }
.primary-plan {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
  }
.soft-visual {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2.52rem;
  }
.quiet-plan {
    margin: 0;
  }
.secondary-content {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 17.3px;
    color: #0B1220;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 270ms var(--motion-fast),
                border-color 270ms var(--motion-fast);
  }
.secondary-content:hover,
  .secondary-content:focus-visible {
    color: #FF5E3A;
    border-bottom-color: #FF5E3A;
  }
.site-body {
    flex-shrink: 0;
  }
.bottom-benefit {
    display: inline-block;
    padding: 0.65rem 1.15rem;
    font-size: 17.3px;
    font-weight: 600;
    color: #0A0F1A;
    background: #FF5E3A;
    border-radius: 0.47rem;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.13);
    transition: background 270ms var(--motion-fast),
                transform 270ms var(--motion-fast);
  }
.bottom-benefit:hover,
  .bottom-benefit:focus-visible{
    background: #FF7A5C;
    transform: translateY(-1px);color:#E6ECF5;}
.focused-team {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    margin-left: auto;
    background: transparent;
    border: 1px solid #0B1220;
    border-radius: 0.34rem;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
.open-method{
    display: block;
    width: 22px;
    height: 2px;
    background: #0B1220;
    border-radius: 2px;
    transition: transform 270ms var(--motion-fast),
                opacity 270ms var(--motion-fast);color:#E6ECF5;}
.focused-team[aria-expanded="true"] .open-method:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.focused-team[aria-expanded="true"] .open-method:nth-child(2) {
    opacity: 0;
  }
.focused-team[aria-expanded="true"] .open-method:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 900px) {
    .text-section {
      flex-wrap: wrap;
    }

    .site-body {
      order: 2;
    }

    .bottom-benefit {
      padding: 0.55rem 0.9rem;
      font-size: calc(17.3px * .875);
    }
  }
@media (max-width: 767px) {
    .text-section {
      align-items: center;
      gap: 0.75rem;
    }

    .focused-team {
      display: flex;
    }

    .site-body {
      display: none;
    }

    .primary-plan {
      display: none;
      order: 3;
      flex-basis: 100%;
      width: 100%;
      padding-top: calc(2.52rem * 1.5);
      border-top: 1px solid rgba(31, 182, 201, 0.22);
      margin-top: calc(2.52rem * 1.5);
    }

    .primary-plan.is-open {
      display: block;
    }

    .soft-visual {
      flex-direction: column;
      align-items: stretch;
      gap: 0.25rem;
    }

    .secondary-content {
      display: block;
      padding: 0.75rem 0.25rem;
      font-size: 17.3px;
      border-bottom: 1px solid rgba(31, 182, 201, 0.22);
    }
  }
.hero{font-family:"Exo 2", sans-serif;font-size:17.3px;line-height:1.58;width:100%;padding:0;background:#E6ECF5;color:#0B1220;}
.steady-summary{max-width:1680px;margin:0 auto;padding:calc(1.5rem * 2.4) 2.52rem}
.bottom-contact{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.2fr;gap:calc(2.52rem * 1.5);align-items:start}
.strong-actions{min-width:0}
.visual-plan{font-size:calc(17.3px * 1.35);font-weight:700;margin:0 0 calc(1.5rem * .75);letter-spacing:0.01em}
.featured-quote{margin:0;font-size:calc(17.3px * .875);max-width:28ch}
.top-area{font-size:17.3px;font-weight:600;margin:0 0 calc(1.5rem * .75);letter-spacing:0.02em}
.text-unit{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:0.5rem}
.text-unit a{color:inherit;text-decoration:none;font-size:calc(17.3px * .875);border-bottom:1px solid transparent;transition:border-color 270ms var(--motion-fast)}
.text-unit a:hover,
  .text-unit a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.team-panel{list-style:none;margin:0;padding:0;display:grid;gap:0.75rem;font-size:calc(17.3px * .875)}
.team-panel li{display:grid;gap:0.15rem}
.steady-figure{font-weight:600;font-size:calc(17.3px * .875)}
.offer-surface{font-size:calc(17.3px * .875)}
.page-intro{color:inherit;text-decoration:none;font-size:calc(17.3px * .875);border-bottom:1px solid transparent;transition:border-color 270ms var(--motion-fast);word-break:break-word}
.page-intro:hover,
  .page-intro:focus-visible{border-bottom-color:currentColor;outline:none}
.secondary-region{margin:calc(2.52rem * 1.5) 0 0;padding-top:calc(1.5rem * .75);border-top:1px solid currentColor;font-size:calc(17.3px * .875);max-width:90ch}
.start{margin-top:calc(1.5rem * .75);display:flex;flex-wrap:wrap;gap:2.52rem;justify-content:space-between;align-items:center}
.content-section{margin:0;font-size:calc(17.3px * .875)}
@media (max-width: 1024px) {.bottom-contact{grid-template-columns:1fr 1fr}
  }
@media (max-width: 640px) {.bottom-contact{grid-template-columns:1fr}.steady-summary{padding:calc(1.5rem * 2.4) 2.52rem}.start{flex-direction:column;align-items:flex-start}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;right:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .quiet-flow{width:min(24rem,calc(100vw - 28px));padding:14px 16px;border:1px solid rgba(31, 182, 201, 0.22);border-radius:20px;background:var(--ink-accent);color:var(--line-primary);box-shadow:0 28px 44px rgba(0,0,0,0.2)}
.cookies strong{display:block;font-size:calc(17.3px * 1.35)}
.cookies p{margin:6px 0 0;line-height:1.58}
.cookies .focused-entries{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}
.cookies .focused-entries button{border:1px solid rgba(31, 182, 201, 0.22);background:#101A2C;color:#E6ECF5;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .focused-entries button.cookie-accept{background:#FF5E3A;color:#0A0F1A;border-color:transparent}
.clear-nav{
  padding:calc(1.5rem * 2.4) 2.52rem;
  min-height:calc(calc(1.5rem * 2.4) * 5);
  display:flex;
  align-items:center;
  background:linear-gradient(rgba(6,10,18,.72),rgba(6,10,18,.72)),url("https://images.pexels.com/photos/5380664/pexels-photo-5380664.jpeg?auto=compress&cs=tinysrgb&w=800") center/cover no-repeat,#FF5E3A;
  color:#fff;
}
.clear-nav .compact-inner{width:100%;
  max-width:1680px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:2.52rem;}
.clear-nav .direct-feature{flex:1 1 480px;
  min-width:0;}
.clear-nav h1,
.clear-nav p{margin:0;}
.clear-nav h1{font-size:calc(17.3px * 2.65);
  line-height:1.08;}
.clear-nav p{margin-top:calc(1.5rem / 1.2);
  font-size:calc(17.3px * 1.125);
  line-height:1.58;
  color:rgba(255,255,255,.84);}
.clear-nav .team-fields{margin-top:1.5rem;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:calc(1.5rem * .75);}
.clear-nav .service-details{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.34rem;
  background:#FF5E3A;
  color:#0A0F1A;
  text-decoration:none;
  font-size:17.3px;
  transition:background 270ms var(--motion-fast);
}
.clear-nav .service-details:hover{
  background:#FF7A5C;color:#E6ECF5;}
.clear-nav .page-region{color:inherit;
  text-decoration:none;
  font-size:calc(17.3px * .875);
  border-bottom:1px solid rgba(255,255,255,.45);
  padding-bottom:2px;
  transition:border-color 270ms var(--motion-fast);}
.clear-nav .page-region:hover{border-color:#FF5E3A;}
.clear-nav .simple-menu{flex:0 1 320px;
  margin:0;
  min-width:0;}
.clear-nav .simple-menu img{display:block;
  width:100%;
  height:auto;
  border-radius:0.9rem;
  box-shadow:0 6px 24px rgba(0,0,0,0.16);}
.clear-nav .simple-menu figcaption{margin-top:calc(1.5rem * .75);
  font-size:calc(17.3px * .875);
  line-height:1.58;
  color:rgba(255,255,255,.72);}
@media (max-width:720px){.clear-nav .simple-menu{
    flex:1 1 100%;
  }
}
.team-headline{
  --field-local:calc(1.5rem * 1.4);
  --field-extra-10:calc(1680px / 3.6);
  padding:calc(1.5rem * 2.4) 2.52rem;
  background:#070B14;
  color:#E6ECF5;
}
.team-headline .compact-inner{max-width:1680px;
  margin:0 auto;}
.team-headline h2,
.team-headline h3,
.team-headline p{margin:0;}
.team-headline h2{font-size:calc(17.3px * 2);
  line-height:1.14;}
.team-headline h3{font-size:calc(17.3px * 1.35);
  line-height:1.22;}
.team-headline p{font-size:17.3px;
  line-height:1.58;
  color:var(--line-primary);}
.team-headline .direct-feature{margin-top:calc(1.5rem / 1.6);
  max-width:100%;}
.team-headline .offer-lead{display:flex;
  flex-wrap:wrap;
  gap:var(--field-local);
  margin-top:var(--field-local);}
.team-headline .direct-content{
  flex:1 1 var(--field-extra-10);
  min-width:0;
  padding:calc(1.5rem * .75);
  background:#101A2C;
  color:#E6ECF5;
  border:1px solid rgba(31, 182, 201, 0.22);
  border-radius:0.9rem;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.4);
}
.team-headline .direct-content p{color:#E6ECF5;
  opacity:0.86;}
.team-headline .direct-content .soft-list{font-size:calc(17.3px * .875);
  opacity:0.72;}
.team-headline .service-details{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:auto;
  padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;
  border-radius:0.34rem;
  background:#1FB6C9;
  color:#04121A;
  text-decoration:none;
  font-size:calc(17.3px * .875);
  transition:background 270ms var(--motion-fast);
}
.team-headline .service-details:hover{
  background:#3ACEDF;color:#E6ECF5;}
.team-headline > .compact-inner > .soft-list{margin-top:var(--field-local);
  font-size:calc(17.3px * .875);
  color:var(--line-primary);}
.team-headline > .compact-inner > .soft-list a{color:#1FB6C9;
  text-decoration:none;}
.team-headline > .compact-inner > .soft-list a:hover{color:#FF5E3A;}
@media (max-width:720px){.team-headline .direct-content{
    flex:1 1 100%;
  }
}
.public-inner{
  --field-local:calc(1.5rem * 1.35);
  --field-public:calc(1680px / 2.4);
  padding:calc(1.5rem * 2.4) 2.52rem;
  background:#070B14;
  color:#E6ECF5;
}
.public-inner .compact-inner{max-width:1680px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--field-local);}
.public-inner h2,
.public-inner p{margin:0;}
.public-inner h2{font-size:calc(17.3px * 2);
  line-height:1.14;}
.public-inner .narrow-menu{display:flex;
  flex-direction:column;
  gap:calc(calc(2.52rem * 1.5) / 1.6);}
.public-inner .direct-feature{font-size:17.3px;
  line-height:1.58;}
.public-inner .wide-headline{display:flex;
  flex-direction:column;
  gap:calc(calc(2.52rem * 1.5) / 1.4);}
.public-inner details{
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.47rem;
  background:#101A2C;
  color:#E6ECF5;
  border:1px solid rgba(31, 182, 201, 0.22);
}
.public-inner summary{cursor:pointer;
  font-weight:700;
  font-size:17.3px;
  line-height:1.35;
  list-style:none;}
.public-inner summary::-webkit-details-marker{display:none;}
.public-inner summary::after{content:"+";
  float:right;
  margin-left:calc(2.52rem * 1.5);
  font-weight:400;}
.public-inner details[open] summary::after{content:"–";}
.public-inner details p{margin-top:calc(calc(2.52rem * 1.5) / 1.4);
  font-size:calc(17.3px * .875);
  line-height:1.58;}
.public-inner details a{text-decoration:none;
  border-bottom:1px solid #1FB6C9;}
.public-inner details a:hover{border-bottom-color:#FF5E3A;}
.public-inner .soft-list{font-size:calc(17.3px * .875);
  line-height:1.58;
  padding-top:calc(2.52rem * 1.5);
  border-top:1px solid rgba(31, 182, 201, 0.22);}
@media (min-width:900px){.public-inner .narrow-menu{
    flex-direction:row;
    align-items:flex-end;
    justify-content:space-between;
    gap:2.52rem;
  }.public-inner .narrow-menu h2{
    flex:1 1 55%;
  }.public-inner .narrow-menu .direct-feature{
    flex:1 1 45%;
  }
}
.top-intro{
  background:var(--ink-accent);
  color:var(--line-primary);
  padding:calc(1.5rem * 2.4) 2.52rem;
}
.top-intro .compact-inner{max-width:1680px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(2.52rem * 1.5);}
.top-intro .narrow-menu{display:flex;
  flex-wrap:wrap;
  gap:2.52rem;
  align-items:flex-start;}
.top-intro h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(17.3px * 2);
  line-height:1.12;}
.top-intro .narrow-menu p{flex:1 1 24rem;
  min-width:0;
  margin:0;
  line-height:1.58;}
.top-intro .team-note{display:flex;
  flex-wrap:wrap;
  gap:2.52rem;}
.top-intro .team-note a{
  flex:1 1 18rem;
  min-width:0;
  display:block;
  padding:calc(1.5rem * .75);
  background:#101A2C;
  color:#E6ECF5;
  border:1px solid rgba(31, 182, 201, 0.22);
  border-radius:0.9rem;
  text-decoration:none;
  transition:border-color 270ms var(--motion-fast);
}
.top-intro .team-note a:hover{border-color:#1FB6C9;}
.top-intro .team-note strong,
.top-intro .team-note span{display:block;}
.top-intro .team-note strong{font-size:17.3px;}
.top-intro .team-note span{margin-top:.4rem;
  font-size:calc(17.3px * .875);
  line-height:1.58;}
.top-intro .soft-list{margin:0;
  padding-top:1.5rem;
  border-top:1px solid rgba(31, 182, 201, 0.22);
  line-height:1.58;}
.top-intro .team-fields{display:flex;
  flex-wrap:wrap;
  gap:2.52rem;}
.top-intro .team-fields a{color:#1FB6C9;
  text-decoration:none;
  border-bottom:1px solid #1FB6C9;
  padding-bottom:2px;
  font-size:calc(17.3px * .875);}
.top-intro .team-fields a:hover{color:#FF5E3A;
  border-bottom-color:#FF5E3A;}
@media (max-width:680px){.top-intro .narrow-menu{display:block}.top-intro .narrow-menu p{margin-top:1.5rem}.top-intro .team-note{display:block}.top-intro .team-note a{margin-top:2.52rem}
}
.soft-actions{--field-local:calc(1.5rem * 1.14);--axis-static:rgba(31,182,201,0.22);padding:calc(1.5rem * 2.4) 2.52rem;background:#070B14;color:#E6ECF5;}
.soft-actions .compact-inner{max-width:1680px;margin:0 auto;}
.soft-actions h2,.soft-actions h3,.soft-actions p{margin:0;}
.soft-actions h2{font-size:calc(17.3px * 2);line-height:1.14;max-width:38ch;}
.soft-actions h3{font-size:calc(17.3px * 1.35);line-height:1.22;}
.soft-actions p{font-size:17.3px;line-height:1.58;}
.soft-actions a{text-decoration:none;border-bottom:1px solid var(--axis-static);}
.soft-actions a:hover{border-bottom-color:#FF5E3A;}
.soft-actions .narrow-menu{display:flex;flex-direction:column;gap:calc(1.5rem / 2.2);}
.soft-actions .soft-list{font-size:calc(17.3px * .875);letter-spacing:0.08em;text-transform:uppercase;}
.soft-actions .direct-feature{max-width:70ch;}
.soft-actions .offer-lead{display:flex;flex-direction:column;margin-top:var(--field-local);border-top:1px solid var(--axis-static);}
.soft-actions .direct-content{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:2.52rem;padding:calc(2.52rem * 1.5) 0;border-bottom:1px solid var(--axis-static);align-items:start;}
.soft-actions .direct-content p{}
.soft-actions .team-fields{margin-top:var(--field-local);font-size:calc(17.3px * .875);}
@media (max-width:820px){.soft-actions .direct-content{grid-template-columns:1fr;gap:calc(1.5rem / 2);}.soft-actions h2{max-width:none;}
}
.simple-region{
        padding: calc(calc(1.5rem * 2.4) * .82) 2.52rem;
        background: linear-gradient(135deg, #070B14 0%, #0E1B33 55%, #123A4A 100%);
        color: #E6ECF5;
    }
.simple-region .compact-inner{max-width: 1680px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
        grid-template-areas:
            "title photo"
            "copy  photo";
        column-gap: clamp(1.25rem, 3vw, calc(2.52rem * 1.5));
        row-gap: clamp(.85rem, 1.8vw, 1.4rem);
        align-items: start;}
.simple-region .text-contact{grid-area: title;}
.simple-region .media-brand{grid-area: copy;}
.simple-region .quiet-header{grid-area: photo;
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 4/3;
        object-fit: cover;
        border-radius: 0.9rem;
        box-shadow: 0 6px 24px rgba(0,0,0,0.16);
        align-self: stretch;}
.simple-region h1{margin: 0;
        font-size: clamp(1.95rem, 4.6vw, calc(17.3px * 2.65));
        line-height: 1.04;
        font-weight: 760;
        letter-spacing: -0.01em;}
.simple-region p{margin: 0;
        font-size: clamp(1rem, 1.3vw, 17.3px);
        line-height: 1.7;}
@media (max-width: 820px) {.simple-region .compact-inner{
            grid-template-columns: minmax(0, 1fr);
            grid-template-areas:
                "title"
                "photo"
                "copy";
        }.simple-region .quiet-header{
            aspect-ratio: 16/9;
        }
    }
@media (max-width: 680px) {.simple-region{
            padding-top: calc(calc(1.5rem * 2.4) * .58);
            padding-bottom: calc(calc(1.5rem * 2.4) * .58);
        }
    }
.media-headline{
    padding:calc(1.5rem * 2.4) 2.52rem;
    background:var(--ink-accent);
    color:var(--line-primary);
    background-image:linear-gradient(160deg, rgba(31,182,201,0.06), transparent 55%);
}
.media-headline .compact-inner{max-width:1680px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,0.85fr) minmax(0,1.15fr);
    gap:2.52rem;
    align-items:start;}
.media-headline .stage{position:relative;}
.media-headline .stage img{display:block;
    width:100%;
    height:auto;
    border-radius:0.9rem;
    border:1px solid rgba(31, 182, 201, 0.22);
    box-shadow:0 6px 24px rgba(0,0,0,0.16);}
.media-headline .primary-benefit h2{margin:0 0 calc(2.52rem * 1.5);
    font-size:calc(17.3px * 2);
    line-height:1.2;}
.media-headline .primary-benefit h3{margin:0 0 calc(1.5rem * .75);
    font-size:17.3px;
    font-weight:600;
    color:var(--line-primary);
    opacity:0.85;}
.media-headline .primary-benefit p{margin:0 0 calc(1.5rem * .75);
    font-size:17.3px;
    line-height:1.58;}
.media-headline .primary-benefit ul{margin:calc(1.5rem * .75) 0 0;
    padding:0;
    list-style:none;
    display:flex;
    flex-direction:column;
    gap:calc(2.52rem * 1.5);}
.media-headline .primary-benefit li{position:relative;
    padding-left:1.4rem;
    font-size:calc(17.3px * .875);
    line-height:1.58;
    color:var(--line-primary);}
.media-headline .primary-benefit li::before{
    content:"";
    position:absolute;
    left:0;
    top:0.55em;
    width:0.5rem;
    height:0.5rem;
    border-radius:0.34rem;
    background:#FF5E3A;color:#0A0F1A;}
@media (max-width: 900px){.media-headline .compact-inner{
        grid-template-columns:1fr;
    }.media-headline .stage img{
        max-height:340px;
        object-fit:cover;
    }
}
.fresh-group{padding:calc(1.5rem * 2.4) 2.52rem;background:#FF5E3A;color:#0A0F1A}
.fresh-group .compact-inner{max-width:1680px;margin:0 auto}
.fresh-group .narrow-menu{margin:0;font-size:calc(17.3px * 1.125);line-height:1.58}
.fresh-group h2{margin:1.5rem 0 calc(2.52rem * 1.5);font-size:calc(17.3px * 2.65);line-height:1.05}
.fresh-group .wide-summary{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.fresh-group [data-voice]{width:min(100%,44rem);padding:1.5rem 0;border-top:1px solid rgba(10,15,26,0.18);align-self:var(--field-extra-13,flex-start);text-align:var(--ink-dark,left)}
.fresh-group h3{margin:0;font-size:calc(17.3px * 1.35)}
.fresh-group [data-voice] p{margin:calc(1.5rem * .75) 0 0;line-height:1.58}
@media(max-width:620px){.fresh-group [data-voice]{align-self:flex-start!important;text-align:left!important}}
.offer-headline{--field-local:calc(1.5rem * 1.1);--axis-control:calc(1680px / 3.6);padding:calc(1.5rem * 2.4) 2.52rem;background:#070B14;color:#E6ECF5;}
.offer-headline .compact-inner{max-width:1680px;margin:0 auto;}
.offer-headline h2,.offer-headline h3,.offer-headline p{margin:0;}
.offer-headline h2{font-size:calc(17.3px * 2);line-height:1.14;}
.offer-headline h3{font-size:calc(17.3px * 1.35);line-height:1.22;}
.offer-headline p{font-size:17.3px;line-height:1.58;color:var(--line-primary);}
.offer-headline .soft-list{margin:0;font-size:calc(17.3px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#1FB6C9;}
.offer-headline .direct-feature{margin-top:calc(2.52rem * 1.5);}
.offer-headline a{color:inherit;text-decoration:none;}
.offer-headline .wide-benefit{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.52rem;}
.offer-headline .wide-benefit>.fresh-track{flex:1 1 calc(1680px / 1.9);min-width:0;}
.offer-headline .wide-benefit>.service-details{flex:0 0 auto;margin-top:calc(1.5rem * 0.4);}
.offer-headline .fresh-track h2{margin-top:calc(1.5rem / 2.4);}
.offer-headline .service-details{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.9) 1.5rem;border-radius:0.34rem;background:#1FB6C9;color:#04121A;font-size:calc(17.3px * .875);transition:background 270ms var(--motion-fast);}
.offer-headline .service-details:hover{background:#3ACEDF;color:#E6ECF5;}
.offer-headline .offer-lead{flex:1 1 100%;display:flex;flex-wrap:wrap;align-items:stretch;gap:2.52rem;margin-top:var(--field-local);padding-top:var(--field-local);border-top:1px solid rgba(31, 182, 201, 0.22);}
.offer-headline .direct-content{flex:1 1 var(--axis-control);min-width:0;padding:calc(calc(1.5rem * .75) * 1.1);border-radius:0.47rem;background:#101A2C;color:#E6ECF5;border:1px solid rgba(31, 182, 201, 0.22);}
.offer-headline .direct-content p{margin-top:calc(1.5rem / 3);}
@media (max-width:900px){.offer-headline .wide-benefit>.fresh-track{flex:1 1 100%;}.offer-headline .service-details{margin-top:0;}.offer-headline .direct-content{flex:1 1 100%;}
}
.visual-area{
        padding: calc(calc(1.5rem * 2.4) * .82) 2.52rem;
        background: linear-gradient(135deg, #070B14 0%, #0E1B33 55%, #123A4A 100%);
        color: #E6ECF5;
    }
.visual-area .compact-inner{max-width: 1680px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
        grid-template-areas:
            "title photo"
            "text  photo";
        column-gap: clamp(1.5rem, 3.2vw, 2.52rem);
        row-gap: clamp(.85rem, 1.8vw, calc(2.52rem * 1.5));
        align-items: start;}
.visual-area .text-contact{grid-area: title;}
.visual-area .media-brand{grid-area: text;}
.visual-area .quiet-header{grid-area: photo;
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 4/3;
        object-fit: cover;
        border-radius: 0.9rem;
        box-shadow: var(--shadow-soft, 0 6px 24px rgba(0,0,0,0.16));
        align-self: stretch;}
.visual-area h1{margin: 0;
        font-size: clamp(2.05rem, 5.4vw, calc(17.3px * 2.65));
        line-height: 1.04;
        font-weight: 770;
        letter-spacing: -0.01em;}
.visual-area p{margin: 0;
        font-size: clamp(1rem, 1.3vw, 17.3px);
        line-height: 1.68;
        color: color-mix(in srgb, currentColor 82%, transparent);}
@media (max-width: 860px) {.visual-area .compact-inner{
            grid-template-columns: minmax(0, 1fr);
            grid-template-areas:
                "title"
                "text"
                "photo";
        }.visual-area .quiet-header{
            aspect-ratio: 16/9;
        }
    }
@media (max-width: 680px) {.visual-area{
            padding-top: calc(calc(1.5rem * 2.4) * .6);
            padding-bottom: calc(calc(1.5rem * 2.4) * .6);
        }
    }
.clear-figure{padding:calc(1.5rem * 2.4) 2.52rem;background:linear-gradient(135deg, #070B14 0%, #0E1B33 55%, #123A4A 100%);color:#E6ECF5;overflow:hidden}
.clear-figure .service-lead{max-width:1680px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:calc(2.52rem * 1.5);align-items:start}
.clear-figure .text-contact{position:sticky;top:1.5rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.clear-figure .text-contact span{display:block;font-size:calc(17.3px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.75}
.clear-figure h2{margin:0;font-size:calc(17.3px * 2.65);line-height:1.02}
.clear-figure .direct-feature{margin:0;font-size:17.3px;line-height:1.58}
.clear-figure .team-fields{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(1.5rem * .75)}
.clear-figure .team-fields a{display:inline-block;padding:.55rem .95rem;border-radius:0.47rem;background:#FF5E3A;color:#0A0F1A;font-size:calc(17.3px * .875);text-decoration:none;border:1px solid transparent;transition:background 270ms var(--motion-fast),color 270ms var(--motion-fast)}
.clear-figure .team-fields a:last-child{background:transparent;color:#E6ECF5;border-color:rgba(31, 182, 201, 0.55)}
.clear-figure .team-fields a:hover{background:#FF7A5C;color:#0A0F1A}
.clear-figure .team-fields a:last-child:hover{background:#101A2C;color:#E6ECF5}
.clear-figure .compact-content{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.clear-figure .primary-panel{padding:2.52rem;border-radius:0.9rem;background:#101A2C;color:#E6ECF5;border:1px solid rgba(31, 182, 201, 0.22);transition:border-color 270ms var(--motion-fast),transform 270ms var(--motion-fast)}
.clear-figure .primary-panel:nth-child(even){background:var(--ink-accent);color:var(--line-primary)}
.clear-figure .primary-panel:hover{border-color:rgba(31, 182, 201, 0.55);transform:translateX(4px)}
.clear-figure .primary-panel span{display:inline-block;font-size:calc(17.3px * .875);padding:.2rem .6rem;border-radius:0.34rem;background:#FF5E3A;color:#0A0F1A}
.clear-figure h3{margin:calc(1.5rem * .75) 0;font-size:calc(17.3px * 1.35);line-height:1.15}
.clear-figure .primary-panel p{margin:0;font-size:17.3px;line-height:1.58}
@media (max-width: 900px){.clear-figure .service-lead{grid-template-columns:1fr}.clear-figure .text-contact{position:relative;top:auto}.clear-figure .primary-panel:hover{transform:none}
}
.text-inner{--field-local:calc(1.5rem * 1.1);--copy-button:calc(1680px / 4.2);padding:calc(1.5rem * 2.4) 2.52rem;background:#070B14;color:#E6ECF5;}
.text-inner .compact-inner{max-width:1680px;margin:0 auto;display:flex;flex-direction:column;gap:var(--field-local);}
.text-inner h2,.text-inner h3,.text-inner p{margin:0;}
.text-inner h2{font-size:calc(17.3px * 2);line-height:1.14;}
.text-inner h3{font-size:calc(17.3px * 1.35);line-height:1.22;}
.text-inner p{font-size:17.3px;line-height:1.58;}
.text-inner .narrow-menu{display:flex;flex-direction:column;gap:calc(2.52rem * 1.5);}
.text-inner .direct-feature{font-size:calc(17.3px * 1.125);color:var(--line-primary);}
.text-inner .primary-benefit{display:flex;flex-wrap:wrap;gap:2.52rem;align-items:flex-start;}
.text-inner .offer-lead{flex:1 1 calc(1680px / 1.9);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.text-inner .direct-content{padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(31, 182, 201, 0.22);}
.text-inner .direct-content:first-child{border-top:0;padding-top:0;}
.text-inner .direct-content p{margin-top:calc(1.5rem / 3);color:var(--line-primary);}
.text-inner .simple-menu{flex:1 1 calc(1680px / 4);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);border-radius:0.9rem;background:#101A2C;color:#E6ECF5;border:1px solid rgba(31, 182, 201, 0.22);}
.text-inner .simple-menu img{display:block;width:100%;height:auto;border-radius:0.47rem;}
.text-inner .soft-list{font-size:calc(17.3px * .875);color:var(--line-primary);}
.text-inner .team-fields{font-size:calc(17.3px * .875);color:var(--line-primary);}
.text-inner a{color:#1FB6C9;text-decoration:none;transition:color 270ms var(--motion-fast);}
.text-inner a:hover{color:#FF5E3A;}
@media (max-width: 900px){.text-inner .primary-benefit{flex-direction:column;}.text-inner .offer-lead,.text-inner .simple-menu{flex:1 1 auto;width:100%;}
}
.secondary-quote{padding:calc(1.5rem * 2.4) 2.52rem;background:linear-gradient(135deg, #070B14 0%, #0E1B33 55%, #123A4A 100%);color:#E6ECF5}
.secondary-quote .compact-inner{max-width:1680px;margin:0 auto}
.secondary-quote .narrow-menu{margin-bottom:calc(2.52rem * 1.5)}
.secondary-quote h2{margin:0;font-size:calc(17.3px * 2);line-height:1.05}
.secondary-quote .narrow-menu p{margin:1.5rem 0 0;font-size:calc(17.3px * 1.125);line-height:1.58}
.secondary-quote .main-proof{display:flex;flex-wrap:wrap;gap:1.5rem 2.52rem}
.secondary-quote .direct-surface{flex:1 1 20rem;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(31, 182, 201, 0.22)}
.secondary-quote .direct-surface strong{display:block;font-size:calc(17.3px * 1.35);line-height:1.15}
.secondary-quote .direct-surface p{margin:calc(1.5rem * .75) 0 0;font-size:17.3px;line-height:1.58}
.secondary-quote .team-fields{margin:calc(2.52rem * 1.5) 0 0;font-size:calc(17.3px * .875);line-height:1.58}
.secondary-quote .team-fields a{text-decoration:none;border-bottom:1px solid rgba(31, 182, 201, 0.55)}
.secondary-quote .team-fields a:hover{}
@media(max-width:760px){.secondary-quote .main-proof{flex-direction:column}.secondary-quote .direct-surface{flex:1 1 auto}}
.focused-panel{
        padding: calc(calc(1.5rem * 2.4) * .82) 2.52rem;
        background: linear-gradient(135deg, #070B14 0%, #0E1B33 55%, #123A4A 100%);
        color: #E6ECF5;
    }
.focused-panel .compact-inner{max-width: 1680px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
        grid-template-areas:
            "title photo"
            "text  photo";
        align-items: start;
        column-gap: clamp(1.5rem, 4vw, 2.52rem);
        row-gap: clamp(.9rem, 2vw, calc(2.52rem * 1.5));}
.focused-panel .text-contact{grid-area: title;}
.focused-panel .media-brand{grid-area: text;}
.focused-panel .quiet-header{grid-area: photo;
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 4/5;
        object-fit: cover;
        border-radius: 0.9rem;
        box-shadow: var(--shadow-soft, 0 6px 24px rgba(0,0,0,0.16));}
.focused-panel h1{margin: 0;
        font-size: clamp(1.9rem, 4.6vw, calc(17.3px * 2.65));
        line-height: 1.06;
        font-weight: 760;
        letter-spacing: -0.01em;}
.focused-panel p{margin: 0;
        font-size: clamp(1rem, 1.3vw, 17.3px);
        line-height: 1.7;
        color: #E6ECF5;
        opacity: .82;}
@media (max-width: 760px) {.focused-panel .compact-inner{
            grid-template-columns: minmax(0, 1fr);
            grid-template-areas:
                "title"
                "photo"
                "text";
        }.focused-panel .quiet-header{
            aspect-ratio: 16/9;
        }.focused-panel{
            padding-top: calc(calc(1.5rem * 2.4) * .6);
            padding-bottom: calc(calc(1.5rem * 2.4) * .6);
        }
    }
.media-plan{
  --field-local:calc(1.5rem * 1.05);
  --field-public:calc(1680px / 2.6);
  padding:calc(1.5rem * 2.4) 2.52rem;
  background:#FF5E3A;
  color:#0A0F1A;
}
.media-plan .compact-inner{max-width:1680px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:2.52rem;}
.media-plan h1,.media-plan h2,.media-plan h3,.media-plan p{margin:0;}
.media-plan h2{font-size:calc(17.3px * 2);
  line-height:1.12;}
.media-plan p{font-size:17.3px;
  line-height:1.58;}
.media-plan a{color:inherit;text-decoration:none;}
.media-plan .team-media{flex:1 1 min(30rem,58%);
  display:flex;
  flex-direction:column;
  gap:calc(2.52rem * 1.5);}
.media-plan .direct-feature{max-width:var(--field-public);}
.media-plan .simple-menu{
  flex:1 1 min(18rem,32%);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.9rem;
  background:#0A0F1A;
  color:#FF5E3A;
}
.media-plan .simple-menu .soft-list{font-size:calc(17.3px * .875);
  line-height:1.58;}
.media-plan .service-details{
  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.34rem;
  background:#FF5E3A;
  color:#0A0F1A;
  font-size:17.3px;
  transition:background 270ms var(--motion-fast);
}
.media-plan .service-details:hover{
  background:#FF7A5C;color:#E6ECF5;}
.media-plan .team-fields{display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75);
  font-size:calc(17.3px * .875);}
.media-plan .team-fields a{text-decoration:underline;
  text-underline-offset:3px;}
.media-plan .team-fields a:hover{text-decoration:none;}
@media (max-width:720px){.media-plan .compact-inner{flex-direction:column;}.media-plan .team-media,.media-plan .simple-menu{flex:1 1 100%;}
}
.secondary-panel{
  background: #070B14;
  color: #E6ECF5;
  padding: calc(1.5rem * 2.4) 2.52rem;
}
.secondary-panel .compact-inner{width: min(100%, 1680px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.52rem;
  align-items: flex-start;}
.secondary-panel h2,
.secondary-panel p{margin: 0;}
.secondary-panel .narrow-menu{flex: 1 1 22rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.secondary-panel h2{font-size: calc(17.3px * 2);
  line-height: 1.08;}
.secondary-panel .narrow-menu p,
.secondary-panel .site-rail p{color: var(--line-primary);
  line-height: 1.58;}
.secondary-panel .offer-lead{flex: 1 1 30rem;
  display: flex;
  flex-direction: column;
  gap: calc(2.52rem * 1.5);}
.secondary-panel .site-rail{
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: calc(1.5rem * .75);
  background: #101A2C;
  color: #E6ECF5;
  border: 1px solid rgba(31, 182, 201, 0.22);
  border-radius: 0.9rem;
}
.secondary-panel .quiet-header{display: block;
  flex: 0 0 10rem;
  width: 10rem;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.47rem;}
.secondary-panel strong{display: block;
  font-size: calc(17.3px * 1.35);
  line-height: 1.16;}
.secondary-panel .site-rail p{margin-top: calc(1.5rem * .75);}
@media (max-width: 820px) {.secondary-panel .compact-inner{ flex-direction: column; }.secondary-panel .narrow-menu,
  .secondary-panel .offer-lead{ flex: 1 1 auto; width: 100%; }
}
@media (max-width: 560px) {.secondary-panel .site-rail{ flex-direction: column; }.secondary-panel .quiet-header{ width: 100%; flex-basis: auto; }
}
.contact-benefit{
  padding: calc(1.5rem * 2.4) 2.52rem;
  background: #FF5E3A;
  color: #0A0F1A;
}
.contact-benefit .steady-callout{
  max-width: 1680px;
  margin: 0 auto;
  border-radius: 1.19rem;
  overflow: hidden;
  background: #070B14;
  color: #E6ECF5;
  box-shadow: 0 28px 44px rgba(0,0,0,0.2);
}
.contact-benefit .quiet-block{display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(2.52rem * 1.5);
  border-bottom: 1px solid rgba(31, 182, 201, 0.22);}
.contact-benefit .quiet-block span{font-size: calc(17.3px * .875);
  letter-spacing: 0.02em;}
.contact-benefit a{text-decoration: none;}
.contact-benefit .quiet-block a{font-size: calc(17.3px * .875);
  border-bottom: 1px solid transparent;
  transition: color 270ms var(--motion-fast), border-color 270ms var(--motion-fast);}
.contact-benefit .quiet-block a:hover{border-bottom-color: #FF5E3A;}
.contact-benefit .primary-benefit{display: flex;
  flex-wrap: wrap;
  gap: 2.52rem;
  padding: calc(2.52rem * 1.5);}
.contact-benefit .direct-feature{flex: 1 1 22rem;
  min-width: 0;}
.contact-benefit h2{margin: 0;
  font-size: calc(17.3px * 2);
  line-height: 1.12;}
.contact-benefit .direct-feature p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.3px * 1.125);
  line-height: 1.58;}
.contact-benefit .service-callout{flex: 1 1 26rem;
  min-width: 0;
  display: grid;
  gap: calc(1.5rem * .75);}
.contact-benefit .service-callout a{
  display: block;
  padding: calc(1.5rem * .75);
  border: 1px solid rgba(31, 182, 201, 0.22);
  border-radius: 0.47rem;
  background: #101A2C;
  color: #E6ECF5;
  transition: border-color 270ms var(--motion-fast), transform 270ms var(--motion-fast);
}
.contact-benefit .service-callout a:hover{border-color: #1FB6C9;
  transform: translateY(-2px);}
.contact-benefit .service-callout span,
.contact-benefit .service-callout small{display: block;
  font-size: calc(17.3px * .875);
  line-height: 1.58;}
.contact-benefit .service-callout strong{display: block;
  margin: calc(calc(1.5rem * .75) * .35) 0;
  font-size: calc(17.3px * 1.35);
  line-height: 1.2;}
@media (max-width: 780px) {.contact-benefit .primary-benefit{
    flex-direction: column;
    padding: calc(1.5rem * .75);
  }.contact-benefit .quiet-block{
    flex-direction: column;
    align-items: flex-start;
  }
}
.bottom-unit{
        padding: calc(calc(1.5rem * 2.4) * .8) 2.52rem;
        background: linear-gradient(135deg, #070B14 0%, #0E1B33 55%, #123A4A 100%);
        color: #E6ECF5;
    }
.bottom-unit .compact-inner{max-width: 1680px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: clamp(1.1rem, 2.6vw, calc(2.52rem * 1.5));}
.bottom-unit .text-contact{order: 1;}
.bottom-unit .media-brand{order: 2;
        display: flex;
        flex-direction: column;
        gap: calc(2.52rem * 1.5);}
.bottom-unit .quiet-header{order: 3;
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 21/9;
        object-fit: cover;
        border-radius: 0.9rem;
        box-shadow: 0 6px 24px rgba(0,0,0,0.16);}
.bottom-unit h1{margin: 0;
        font-size: clamp(1.95rem, 5.2vw, calc(17.3px * 2.65));
        line-height: 1.04;
        font-weight: 760;
        letter-spacing: 0;}
.bottom-unit p{margin: 0;
        font-size: clamp(1rem, 1.32vw, 17.3px);
        line-height: 1.7;
        color: #E6ECF5;
        opacity: .88;}
@media (min-width: 900px) {.bottom-unit .compact-inner{
            display: grid;
            grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
            grid-template-areas:
                "title photo"
                "text  photo";
            align-items: start;
            column-gap: 2.52rem;
            row-gap: calc(2.52rem * 1.5);
        }.bottom-unit .text-contact{ grid-area: title; }.bottom-unit .media-brand{ grid-area: text; }.bottom-unit .quiet-header{
            grid-area: photo;
            aspect-ratio: 4/5;
            align-self: stretch;
            height: 100%;
        }
    }
@media (max-width: 680px) {.bottom-unit{
            padding-top: calc(calc(1.5rem * 2.4) * .58);
            padding-bottom: calc(calc(1.5rem * 2.4) * .58);
        }.bottom-unit .quiet-header{
            aspect-ratio: 16/10;
        }
    }
.main-team{--field-local:calc(1.5rem * 1.2);padding:calc(1.5rem * 2.4) 2.52rem;background:#070B14;color:#E6ECF5;}
.main-team .compact-inner{max-width:1680px;margin:0 auto;display:flex;flex-direction:column;gap:var(--field-local);}
.main-team h2,.main-team h3,.main-team p{margin:0;}
.main-team h2{font-size:calc(17.3px * 2);line-height:1.14;}
.main-team h3{font-size:calc(17.3px * 1.35);line-height:1.22;}
.main-team p{font-size:17.3px;line-height:1.58;}
.main-team .page-feature{display:flex;flex-wrap:wrap;gap:2.52rem;align-items:flex-start;}
.main-team .page-feature>h2{flex:1 1 calc(1680px / 3.2);min-width:0;}
.main-team .page-feature>.direct-feature{flex:1 1 calc(1680px / 3.2);min-width:0;color:var(--line-primary);}
.main-team .offer-lead{display:flex;flex-wrap:wrap;gap:2.52rem;}
.main-team .direct-content{flex:1 1 calc(1680px / 3.6);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2);padding:calc(calc(1.5rem * .75) * .9);border-radius:0.9rem;background:#101A2C;color:#E6ECF5;border:1px solid rgba(31, 182, 201, 0.22);}
.main-team .direct-content img{display:block;width:100%;height:auto;border-radius:0.47rem;}
.main-team .direct-content p{color:var(--line-primary);}
.main-team .direct-content a{display:inline-flex;align-items:center;width:max-content;max-width:100%;margin-top:auto;padding:calc(1.5rem / 3) 1.5rem;border-radius:0.34rem;background:#1FB6C9;color:#04121A;text-decoration:none;font-size:calc(17.3px * .875);transition:background 270ms var(--motion-fast);}
.main-team .direct-content a:hover{background:#3ACEDF;color:#E6ECF5;}
.main-team .soft-list{color:var(--line-primary);font-size:calc(17.3px * .875);}
.main-team .soft-list a{color:#1FB6C9;text-decoration:none;}
.main-team .soft-list a:hover{color:#FF5E3A;}
@media (max-width:720px){.main-team .page-feature>h2,.main-team .page-feature>.direct-feature,.main-team .direct-content{flex:1 1 100%;}
}
.offset---context-notes{padding:calc(1.5rem * 2.4) 2.52rem;background:linear-gradient(135deg, #070B14 0%, #0E1B33 55%, #123A4A 100%);color:#E6ECF5}
.offset---context-notes .compact-inner{max-width:1680px;margin:0 auto}
.offset---context-notes .strong-group{margin-bottom:calc(2.52rem * 1.5)}
.offset---context-notes h2{margin:0;font-size:calc(17.3px * 2.65);line-height:1.04}
.offset---context-notes .strong-group p{margin:1.5rem 0 0;font-size:calc(17.3px * 1.125);line-height:1.58}
.offset---context-notes .primary-shell{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(2.52rem * 1.5)}
.offset---context-notes .wide-headline{flex:1 1 16rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);border-left:2px solid rgba(31, 182, 201, 0.22);padding-left:calc(1.5rem * .75)}
.offset---context-notes button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 270ms var(--motion-fast),transform 270ms var(--motion-fast)}
.offset---context-notes button:hover,.offset---context-notes button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.3))}
.offset---context-notes .quiet-intro{flex:2 1 30rem;align-self:start}
.offset---context-notes [data-response]{display:none}
.offset---context-notes [data-response].is-active{display:block;animation:clarifyFocusIn calc(270ms*1.8) var(--motion-fast) both}
.offset---context-notes h3{margin:0;font-size:calc(17.3px * 2);line-height:1.1}
.offset---context-notes [data-response] p{margin:1.5rem 0 0;font-size:calc(17.3px * 1.125);line-height:1.58}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(2.52rem * 1)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.offset---context-notes .primary-shell{display:block}.offset---context-notes .wide-headline{margin-bottom:calc(2.52rem * 1.5);border-left:0;padding-left:0}}
@media(prefers-reduced-motion:reduce){.offset---context-notes [data-response].is-active{animation:none}}
.quiet-footer{--field-local:calc(1.5rem * 0.92);--field-public:calc(1680px / 2.70);--copy-button:calc(1680px / 3.88);padding:calc(1.5rem * 2.4) 2.52rem;background:#070B14;color:#E6ECF5;}
.quiet-footer .compact-inner{max-width:1680px;margin:0 auto;}
.quiet-footer h1,.quiet-footer h2,.quiet-footer h3,.quiet-footer p{margin:0;}
.quiet-footer h1{font-size:calc(17.3px * 2.65);line-height:1.08;}
.quiet-footer h2{font-size:calc(17.3px * 2);line-height:1.12;}
.quiet-footer h3{font-size:calc(17.3px * 1.35);line-height:1.2;}
.quiet-footer p{font-size:17.3px;line-height:1.58;color:var(--line-primary);}
.quiet-footer a{color:inherit;text-decoration:none;}
.quiet-footer img{display:block;width:100%;height:auto;border-radius:0.47rem;}
.quiet-footer .offer-lead{display:flex;flex-wrap:wrap;gap:var(--field-local);margin-top:var(--field-local);}
.quiet-footer .direct-content{flex:1 1 calc(1680px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.47rem;background:#101A2C;color:#E6ECF5;border:1px solid rgba(31, 182, 201, 0.22);}
.quiet-footer .direct-content p{margin-top:calc(1.5rem / 3);}
.quiet-footer .direct-content img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.quiet-footer .offer-contact{display:flex;align-items:flex-start;gap:2.52rem;}
.quiet-footer .simple-menu{flex:0 1 var(--copy-button);min-width:0;}
.quiet-footer .simple-menu .soft-list{font-size:17.3px;line-height:1.58;color:var(--line-primary);}
.quiet-footer .simple-menu img{margin-top:1.5rem;}
.quiet-footer .offer-contact>.fresh-track{flex:1 1 auto;min-width:0;}
@media(max-width:760px){.quiet-footer .offer-contact{flex-direction:column;}}
.site-grid{
        padding: calc(calc(1.5rem * 2.4) * .82) 2.52rem;
        background: linear-gradient(135deg, #070B14 0%, #0E1B33 55%, #123A4A 100%);
        color: #E6ECF5;
    }
.site-grid .compact-inner{max-width: 1680px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: clamp(1.1rem, 2.2vw, calc(2.52rem * 1.5));}
.site-grid .text-contact{max-width: 46rem;}
.site-grid .media-brand{max-width: 44rem;
        padding-left: clamp(0px, 2vw, 1.6rem);
        border-left: 2px solid var(--ink-inverse, rgba(31, 182, 201, 0.22));}
.site-grid .quiet-header{display: block;
        width: min(100%, 40rem);
        height: auto;
        aspect-ratio: 16/9;
        object-fit: cover;
        border-radius: 0.9rem;
        align-self: flex-end;}
.site-grid h1{margin: 0;
        font-size: clamp(1.95rem, 4.6vw, calc(17.3px * 2.65));
        line-height: 1.06;
        font-weight: 760;
        letter-spacing: 0;}
.site-grid p{margin: 0;
        font-size: clamp(1rem, 1.3vw, 17.3px);
        line-height: 1.7;}
@media (max-width: 720px) {.site-grid .quiet-header{
            align-self: auto;
            width: 100%;
        }.site-grid .media-brand{
            padding-left: 0;
            border-left: 0;
            border-top: 2px solid var(--ink-inverse, rgba(31, 182, 201, 0.22));
            padding-top: .9rem;
        }.site-grid{
            padding-top: calc(calc(1.5rem * 2.4) * .58);
            padding-bottom: calc(calc(1.5rem * 2.4) * .58);
        }
    }
.direct-story{background:var(--ink-accent);color:var(--line-primary);padding:calc(1.5rem * 2.4) 2.52rem}
.direct-story .compact-inner{max-width:1680px;margin:0 auto}
.direct-story .direct-rail{display:flex;align-items:flex-start;gap:2.52rem}
.direct-story .quiet-header{display:block;flex:0 1 40%;min-width:15rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.9rem;box-shadow:0 6px 24px rgba(0,0,0,0.16)}
.direct-story .bottom-service{flex:1 1 32rem;min-width:0}
.direct-story h2{margin:0;font-size:clamp(calc(17.3px * 2),4.4vw,calc(17.3px * 2.65));line-height:1.08;letter-spacing:0}
.direct-story p{margin:1.5rem 0 0;font-size:17.3px;line-height:1.58}
.direct-story .content-plan{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(2.52rem * 1.5)}
.direct-story .content-plan a{padding:calc(calc(1.5rem * .75) * 0.7) calc(1.5rem * .75);border-radius:0.47rem;background:#101A2C;color:#E6ECF5;border:1px solid rgba(31, 182, 201, 0.22);text-decoration:none;font-size:calc(17.3px * .875);transition:background 270ms var(--motion-fast),color 270ms var(--motion-fast)}
.direct-story .content-plan a:hover,.direct-story .content-plan a:focus-visible{background:#1FB6C9;color:#04121A}
.direct-story .soft-list{margin-top:calc(2.52rem * 1.5);font-size:calc(17.3px * .875);opacity:.85}
@media(max-width:760px){.direct-story .direct-rail{flex-direction:column}.direct-story .quiet-header{flex-basis:auto;min-width:0;aspect-ratio:5/4}}
.team-intro{--field-local:calc(1.5rem * 1.1);--field-public:calc(1680px / 2.85);padding:calc(1.5rem * 2.4) 2.52rem;background:#070B14;color:#E6ECF5;}
.team-intro .compact-inner{max-width:1680px;margin:0 auto;}
.team-intro h1,.team-intro h2,.team-intro h3,.team-intro p{margin:0;}
.team-intro h2{font-size:calc(17.3px * 2);line-height:1.12;}
.team-intro p{font-size:17.3px;line-height:1.58;color:var(--line-primary);}
.team-intro a{color:#1FB6C9;text-decoration:none;}
.team-intro a:hover{color:#FF5E3A;}
.team-intro .service-details{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.34rem;background:#1FB6C9;color:#04121A;font-weight:600;}
.team-intro .service-details:hover{background:#3ACEDF;color:#04121A;}
.team-intro .wide-benefit{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.52rem;}
.team-intro .fresh-track{flex:1 1 auto;min-width:0;}
.team-intro .fresh-track .direct-feature{margin-top:1.5rem;}
.team-intro .wide-headline{flex:1 1 100%;display:flex;flex-direction:column;gap:calc(var(--field-local) * .55);margin-top:calc(calc(2.52rem * 1.5) * .4);}
.team-intro details{padding:calc(calc(1.5rem * .75) * .95) 1.5rem;border-radius:0.47rem;background:#101A2C;color:#E6ECF5;border:1px solid rgba(31, 182, 201, 0.22);}
.team-intro summary{cursor:pointer;font-weight:700;font-size:calc(17.3px * 1.125);line-height:1.3;}
.team-intro details p{margin-top:calc(1.5rem / 2.4);color:var(--line-primary);}
.team-intro details[open] summary{color:#FF5E3A;}
@media (max-width:720px){.team-intro .service-details{width:100%;}.team-intro summary{font-size:17.3px;}
}
.site-content{padding:calc(1.5rem * 2.4) 2.52rem;background:linear-gradient(135deg, #070B14 0%, #0E1B33 55%, #123A4A 100%);color:#E6ECF5}
.site-content .compact-inner{max-width:1680px;margin:0 auto}
.site-content .main-proof{display:grid;grid-template-columns:minmax(0,0.85fr) minmax(0,1.4fr);gap:calc(2.52rem * 1.5);align-items:start}
.site-content .narrow-menu{min-width:0}
.site-content h2{margin:0;font-size:calc(17.3px * 2);line-height:1.06}
.site-content .narrow-menu p{margin:1.5rem 0 0;font-size:17.3px;line-height:1.58}
.site-content .soft-details{display:flex;flex-direction:column;gap:1.5rem}
.site-content .soft-details a{display:block;min-width:0;padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(31, 182, 201, 0.22);text-decoration:none;color:inherit}
.site-content .soft-details a:last-child{border-bottom:1px solid rgba(31, 182, 201, 0.22)}
.site-content strong{display:block;font-size:calc(17.3px * 1.35);line-height:1.2}
.site-content span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(17.3px * .875);line-height:1.58;}
.site-content .soft-details a:hover strong{}
@media(max-width:780px){.site-content .main-proof{display:block}.site-content .soft-details{margin-top:calc(2.52rem * 1.5)}.site-content h2{font-size:calc(17.3px * 1.35)}}
.controls{
        padding: calc(calc(1.5rem * 2.4) * .82) 2.52rem;
        background: linear-gradient(135deg, #070B14 0%, #0E1B33 55%, #123A4A 100%);
        color: #E6ECF5;
    }
.controls .compact-inner{max-width: 1680px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: clamp(1.1rem, 2.6vw, calc(2.52rem * 1.5));}
.controls .text-contact{max-width: 58rem;}
.controls .media-brand{max-width: 46rem;
        padding-left: clamp(0rem, 2vw, 1.4rem);
        border-left: 2px solid var(--ink-inverse, rgba(31, 182, 201, 0.22));}
.controls .quiet-header{display: block;
        width: min(100%, 40rem);
        height: auto;
        aspect-ratio: 16/9;
        object-fit: cover;
        border-radius: 0.9rem;
        align-self: flex-end;
        box-shadow: var(--shadow-soft, 0 6px 24px rgba(0,0,0,0.16));}
.controls p{margin: 0;
        font-size: clamp(1rem, 1.32vw, 17.3px);
        line-height: 1.7;}
.controls h1{margin: 0;
        font-size: clamp(2rem, 5.2vw, calc(17.3px * 2.65));
        line-height: 1.03;
        font-weight: 770;
        letter-spacing: 0;}
@media (max-width: 680px) {.controls .quiet-header{
            width: 100%;
            align-self: auto;
        }.controls .media-brand{
            padding-left: 0;
            border-left: 0;
        }.controls{
            padding-top: calc(calc(1.5rem * 2.4) * .58);
            padding-bottom: calc(calc(1.5rem * 2.4) * .58);
        }
    }
.focused-visual{--field-local:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.52rem;background:#1FB6C9;color:#04121A;}
.focused-visual .compact-inner{max-width:1680px;margin:0 auto;display:flex;flex-wrap:wrap;gap:2.52rem;align-items:flex-start;}
.focused-visual h1,.focused-visual h2,.focused-visual h3,.focused-visual p{margin:0;}
.focused-visual h2{font-size:calc(17.3px * 2);line-height:1.14;}
.focused-visual p{font-size:17.3px;line-height:1.58;}
.focused-visual a{color:inherit;text-decoration:none;}
.focused-visual .team-media{flex:1 1 34rem;min-width:0;}
.focused-visual .direct-feature{margin-top:1.5rem;}
.focused-visual .soft-list{margin-top:calc(2.52rem * 1.5);font-size:calc(17.3px * .875);opacity:0.86;}
.focused-visual .service-details{flex:1 1 20rem;min-width:0;display:flex;flex-direction:column;gap:calc(2.52rem * 1.5);padding:calc(1.5rem * .75);border-radius:0.9rem;background:#101A2C;color:#E6ECF5;border:1px solid rgba(31, 182, 201, 0.22);}
.focused-visual .site-feature{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.34rem;background:#FF5E3A;color:#0A0F1A;font-weight:600;transition:background 270ms var(--motion-fast);}
.focused-visual .site-feature:hover{background:#FF7A5C;color:#E6ECF5;}
.focused-visual .simple-menu{font-size:calc(17.3px * .875);line-height:1.58;opacity:0.9;}
.focused-visual .simple-menu a{text-decoration:underline;text-underline-offset:2px;}
.focused-visual .simple-menu a:hover{}
@media (max-width:720px){.focused-visual .compact-inner{flex-direction:column;}.focused-visual .site-feature{width:100%;}
}
.quiet-wrap{
        padding: calc(calc(1.5rem * 2.4) * .78) 2.52rem;
        background: linear-gradient(135deg, #070B14 0%, #0E1B33 55%, #123A4A 100%);
        color: #E6ECF5;
    }
.quiet-wrap .compact-inner{max-width: 1680px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
        grid-template-areas:
            "title photo"
            "text  photo";
        align-items: start;
        column-gap: clamp(1.5rem, 4vw, 2.52rem);
        row-gap: clamp(1rem, 2.2vw, calc(2.52rem * 1.5));}
.quiet-wrap .text-contact{grid-area: title;}
.quiet-wrap .media-brand{grid-area: text;
        display: flex;
        flex-direction: column;
        gap: clamp(.75rem, 1.6vw, 1.15rem);}
.quiet-wrap .quiet-header{grid-area: photo;
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 4/5;
        object-fit: cover;
        border-radius: 0.9rem;
        box-shadow: var(--shadow-soft, 0 6px 24px rgba(0,0,0,0.16));}
.quiet-wrap h1{margin: 0;
        font-size: clamp(1.95rem, 4.6vw, calc(17.3px * 2.65));
        line-height: 1.05;
        font-weight: 760;
        letter-spacing: -0.005em;}
.quiet-wrap p{margin: 0;
        font-size: clamp(1rem, 1.3vw, 17.3px);
        line-height: 1.68;
        color: color-mix(in srgb, currentColor 82%, transparent);}
@media (max-width: 820px) {.quiet-wrap .compact-inner{
            grid-template-columns: 1fr;
            grid-template-areas:
                "title"
                "photo"
                "text";
        }.quiet-wrap .quiet-header{
            aspect-ratio: 16/9;
        }.quiet-wrap{
            padding-top: calc(calc(1.5rem * 2.4) * .58);
            padding-bottom: calc(calc(1.5rem * 2.4) * .58);
        }
    }
.local-header{--field-local:calc(1.5rem * 0.99);padding:calc(1.5rem * 2.4) 2.52rem;background:#1FB6C9;color:#04121A;}
.local-header .compact-inner{max-width:1680px;margin:0 auto;}
.local-header h1,.local-header h2,.local-header h3,.local-header p{margin:0;}
.local-header h2{font-size:calc(17.3px * 2);line-height:1.12;}
.local-header p{font-size:17.3px;line-height:1.58;color:color-mix(in srgb, currentColor 78%, transparent);}
.local-header a{color:inherit;text-decoration:none;}
.local-header .service-details{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:var(--field-local);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.34rem;background:#04121A;color:#1FB6C9;font-weight:600;transition:background 270ms var(--motion-fast),color 270ms var(--motion-fast);}
.local-header .service-details:hover{background:#FF5E3A;color:#0A0F1A;}
.local-header .direct-feature{margin-top:1.5rem;}
.local-header .team-fields{margin-top:calc(2.52rem * 1.5);font-size:calc(17.3px * .875);}
.local-header .team-fields a{text-decoration:underline;text-underline-offset:3px;}
.local-header .team-fields a:hover{}
@media (max-width:640px){.local-header .service-details{width:100%;}
}
.offer-inner{--field-local:calc(1.5rem * 1.1);--layer-content:calc(1680px / 3.4);padding:calc(1.5rem * 2.4) 2.52rem;background:#070B14;color:#E6ECF5;}
.offer-inner .compact-inner{max-width:1680px;margin:0 auto;}
.offer-inner h2,.offer-inner h3,.offer-inner p,.offer-inner figure{margin:0;}
.offer-inner h2{font-size:calc(17.3px * 2);line-height:1.14;}
.offer-inner h3{font-size:calc(17.3px * 1.35);line-height:1.22;}
.offer-inner p{font-size:17.3px;line-height:1.58;color:var(--line-primary);}
.offer-inner .narrow-menu{display:flex;flex-direction:column;gap:1.5rem;}
.offer-inner .narrow-menu .direct-feature{color:#E6ECF5;}
.offer-inner .primary-benefit{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.52rem;margin-top:var(--field-local);}
.offer-inner .direct-rail{flex:1 1 var(--layer-content);min-width:0;}
.offer-inner .direct-rail img{display:block;width:100%;height:auto;border-radius:0.9rem;box-shadow:0 6px 24px rgba(0,0,0,0.16);}
.offer-inner .offer-lead{flex:2 1 calc(1680px / 2);min-width:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);}
.offer-inner .direct-content{flex:1 1 calc(1680px / 4.6);min-width:0;padding:calc(1.5rem * .75);border-radius:0.47rem;background:#101A2C;color:#E6ECF5;border:1px solid rgba(31, 182, 201, 0.22);}
.offer-inner .direct-content p{margin-top:calc(1.5rem / 3);}
.offer-inner .soft-list{margin-top:var(--field-local);padding-top:1.5rem;border-top:1px solid rgba(31, 182, 201, 0.22);font-size:calc(17.3px * .875);}
.offer-inner .soft-list a{color:#1FB6C9;text-decoration:none;border-bottom:1px solid #1FB6C9;}
.offer-inner .soft-list a:hover{color:#FF5E3A;border-bottom-color:#FF5E3A;}
@media (max-width:900px){.offer-inner .primary-benefit{flex-direction:column;}.offer-inner .direct-rail{flex:1 1 auto;width:100%;}
}
.bottom-surface{
        padding: calc(calc(1.5rem * 2.4) * .82) 2.52rem;
        background: linear-gradient(135deg, #070B14 0%, #0E1B33 55%, #123A4A 100%);
        color: #E6ECF5;
    }
.bottom-surface .compact-inner{max-width: 1680px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
        grid-template-areas:
            "intro media"
            "body  media";
        column-gap: clamp(1.5rem, 3.4vw, 2.52rem);
        row-gap: clamp(1rem, 2vw, calc(2.52rem * 1.5));
        align-items: start;}
.bottom-surface .narrow-menu{grid-area: intro;
        display: flex;
        flex-direction: column;
        gap: clamp(.85rem, 1.6vw, 1.4rem);}
.bottom-surface .primary-benefit{grid-area: body;
        display: flex;
        flex-direction: column;
        gap: clamp(.75rem, 1.4vw, 1.15rem);}
.bottom-surface .direct-rail{grid-area: media;
        margin: 0;
        align-self: stretch;}
.bottom-surface .quiet-header{display: block;
        width: 100%;
        height: 100%;
        min-height: 20rem;
        aspect-ratio: 4/5;
        object-fit: cover;
        border-radius: 1.19rem;
        box-shadow: 0 6px 24px rgba(0,0,0,0.16);}
.bottom-surface h1{margin: 0;
        font-size: clamp(2rem, 4.6vw, calc(17.3px * 2.65));
        line-height: 1.04;
        font-weight: 770;
        letter-spacing: -0.01em;}
.bottom-surface .direct-feature{margin: 0;
        font-size: clamp(1.02rem, 1.4vw, calc(17.3px * 1.125));
        line-height: 1.62;
        color: #E6ECF5;
        opacity: .92;}
.bottom-surface .primary-benefit p{margin: 0;
        font-size: 17.3px;
        line-height: 1.58;
        color: #E6ECF5;
        opacity: .82;}
@media (max-width: 900px) {.bottom-surface .compact-inner{
            grid-template-columns: minmax(0, 1fr);
            grid-template-areas:
                "intro"
                "media"
                "body";
        }.bottom-surface .quiet-header{
            aspect-ratio: 16/9;
            min-height: 0;
        }
    }
@media (max-width: 680px) {.bottom-surface{
            padding-top: calc(calc(1.5rem * 2.4) * .6);
            padding-bottom: calc(calc(1.5rem * 2.4) * .6);
        }
    }
.text-fields{background:#070B14;color:#E6ECF5;padding:calc(1.5rem * 2.4) 2.52rem}
.text-fields .compact-inner{max-width:1680px;margin:0 auto}
.text-fields .steady-wrap{display:grid;grid-template-columns:1.15fr .8fr 1.05fr;gap:calc(2.52rem * 1.5);align-items:start}
.text-fields .narrow-menu{min-width:0}
.text-fields h2{margin:0;font-size:clamp(calc(17.3px * 2),4.6vw,calc(17.3px * 2.65));line-height:1.08;letter-spacing:0}
.text-fields p{margin:1.5rem 0 0;color:var(--line-primary);font-size:calc(17.3px * 1.125);line-height:1.65}
.text-fields .contact-tile{display:block;min-width:0;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.9rem;box-shadow:0 6px 24px rgba(0,0,0,0.16)}
.text-fields .steady-visual{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.text-fields .steady-visual a{padding:calc(1.5rem * .75);border-radius:0.47rem;background:#101A2C;color:#E6ECF5;border:1px solid rgba(31, 182, 201, 0.22);text-decoration:none;transition:background 270ms var(--motion-fast),border-color 270ms var(--motion-fast)}
.text-fields .steady-visual a:hover,.text-fields .steady-visual a:focus-visible{background:var(--ink-accent);border-color:#1FB6C9;color:var(--line-primary);}
.text-fields strong,.text-fields span{display:block}
.text-fields strong{font-size:17.3px;line-height:1.3}
.text-fields span{margin-top:calc(calc(1.5rem * .75)*.5);color:var(--line-primary);line-height:1.55;font-size:calc(17.3px * .875)}
@media(max-width:820px){.text-fields .steady-wrap{grid-template-columns:1fr}.text-fields .contact-tile{aspect-ratio:16/9}}
.direct-intro{
    padding:calc(1.5rem * 2.4) 2.52rem;
    background:#070B14;
    color:#E6ECF5;
}
.direct-intro .fresh-story{max-width:1680px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.52rem * 1.5);}
.direct-intro .direct-feature h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(17.3px * 2);
    line-height:1.2;}
.direct-intro .direct-feature p{margin:0;
    font-size:17.3px;
    line-height:1.58;}
.direct-intro .primary-form{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.direct-intro .focused-actions{
    display:flex;
    flex-wrap:wrap;
    gap:2.52rem;
    padding:calc(1.5rem * .75);
    border:1px solid rgba(31, 182, 201, 0.22);
    border-radius:0.9rem;
    background:#101A2C;
    color:#E6ECF5;
}
.direct-intro .card{flex:1 1 240px;
    min-width:220px;}
.direct-intro .fresh-track{flex:2 1 380px;
    min-width:260px;}
.direct-intro .focused-view{
    display:inline-block;
    padding:4px 10px;
    border-radius:0.34rem;
    background:#FF5E3A;
    color:#0A0F1A;
    font-size:calc(17.3px * .875);
    font-weight:700;
    letter-spacing:.02em;
}
.direct-intro .card h3{margin:calc(1.5rem * .75) 0 0;
    font-size:calc(17.3px * 1.35);
    line-height:1.3;}
.direct-intro .fresh-track p{margin:0 0 calc(1.5rem * .75);
    font-size:17.3px;
    line-height:1.58;}
.direct-intro .fresh-track p:last-child{margin-bottom:0;}
.direct-intro .site-rail{font-size:17.3px;}
.direct-intro .site-rail a{text-decoration:none;
    border-bottom:1px solid #1FB6C9;
    transition:color 270ms var(--motion-fast), border-color 270ms var(--motion-fast);}
.direct-intro .site-rail a:hover{border-color:#FF5E3A;}
.direct-intro .fresh-track a{text-decoration:none;
    border-bottom:1px solid #1FB6C9;}
.direct-intro .fresh-track a:hover{border-color:#FF5E3A;}
.direct-intro .soft-list{
    padding:calc(1.5rem * .75);
    border-radius:0.47rem;
    background:var(--ink-accent);
    color:var(--line-primary);
    font-size:calc(17.3px * .875);
    line-height:1.58;
}
.direct-intro .soft-list p{margin:0 0 calc(1.5rem * .75);}
.direct-intro .soft-list p:last-child{margin-bottom:0;}
.direct-intro .team-fields a{text-decoration:none;
    border-bottom:1px solid #1FB6C9;}
.direct-intro .team-fields a:hover{border-color:#FF5E3A;}
@media (max-width:640px){.direct-intro .focused-actions{
        flex-direction:column;
    }.direct-intro .card,
    .direct-intro .fresh-track{
        flex:1 1 auto;
        min-width:0;
    }
}
.primary-stack{
  --field-local:calc(1.5rem * 1.18);
  --field-public:calc(1680px / 2.05);
  padding:calc(1.5rem * 2.4) 2.52rem;
  background:#070B14;
  color:#E6ECF5;
}
.primary-stack .compact-inner{max-width:1680px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(2.52rem * 1.5);}
.primary-stack h1,
.primary-stack h2,
.primary-stack h3,
.primary-stack p{margin:0;}
.primary-stack h2{font-size:calc(17.3px * 2);
  line-height:1.14;
  max-width:var(--field-public);}
.primary-stack p{font-size:17.3px;
  line-height:1.58;}
.primary-stack .text-body{display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  justify-content:space-between;
  gap:calc(1.5rem * .75);}
.primary-stack .direct-feature{flex:1 1 22rem;
  max-width:var(--field-public);
  color:var(--line-primary);}
.primary-stack .wide-headline{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 1.6);
  margin-top:calc(1.5rem / 2);}
.primary-stack details{
  padding:calc(calc(1.5rem * .75) * .95) calc(1.5rem * .75);
  border-radius:0.47rem;
  background:#101A2C;
  color:#E6ECF5;
  border:1px solid rgba(31, 182, 201, 0.22);
  transition:border-color 270ms var(--motion-fast);
}
.primary-stack details[open]{border-color:rgba(31, 182, 201, 0.55);}
.primary-stack summary{cursor:pointer;
  font-weight:700;
  font-size:calc(17.3px * 1.125);
  line-height:1.3;
  list-style:none;
  display:flex;
  align-items:flex-start;
  gap:calc(1.5rem / 2.4);}
.primary-stack summary::-webkit-details-marker{display:none;}
.primary-stack summary::before{content:"+";
  flex:0 0 auto;
  font-weight:700;
  color:#1FB6C9;
  line-height:1.3;}
.primary-stack details[open] summary::before{content:"-";}
.primary-stack details p{margin-top:calc(1.5rem / 2.6);
  color:var(--line-primary);}
.primary-stack .team-fields{font-size:calc(17.3px * .875);
  color:var(--line-primary);
  padding-top:calc(1.5rem / 2);
  border-top:1px solid rgba(31, 182, 201, 0.22);}
.primary-stack .team-fields a{color:#1FB6C9;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 270ms var(--motion-fast),border-color 270ms var(--motion-fast);}
.primary-stack .team-fields a:hover{color:#FF5E3A;
  border-bottom-color:#FF5E3A;}
@media (max-width:720px){.primary-stack .text-body{flex-direction:column;align-items:flex-start;}.primary-stack h2{max-width:none;}.primary-stack .direct-feature{max-width:none;}
}
.plain-callout{
        padding: calc(calc(1.5rem * 2.4) * .82) 2.52rem calc(calc(1.5rem * 2.4) * .68);
        background: linear-gradient(135deg, #070B14 0%, #0E1B33 55%, #123A4A 100%);
        color: #E6ECF5;
    }
.plain-callout .compact-inner{max-width: 1680px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: clamp(1.1rem, 2.6vw, calc(2.52rem * 1.5));}
.plain-callout .text-contact{max-width: 54rem;}
.plain-callout h1{margin: 0;
        font-size: clamp(2rem, 5.2vw, calc(17.3px * 2.65));
        line-height: 1.04;
        font-weight: 760;
        letter-spacing: -0.01em;}
.plain-callout .media-brand{max-width: 46rem;
        padding-left: clamp(0px, 2vw, 1.6rem);
        border-left: 2px solid var(--ink-inverse, rgba(31, 182, 201, 0.22));}
.plain-callout p{margin: 0;
        font-size: clamp(1rem, 1.3vw, 17.3px);
        line-height: 1.74;}
.plain-callout .quiet-header{display: block;
        width: min(100%, 44rem);
        height: auto;
        aspect-ratio: 21/9;
        object-fit: cover;
        border-radius: 0.9rem;
        box-shadow: var(--shadow-soft, 0 6px 24px rgba(0,0,0,0.16));
        align-self: flex-end;}
@media (max-width: 760px) {.plain-callout .quiet-header{
            align-self: stretch;
            width: 100%;
            aspect-ratio: 16/9;
        }.plain-callout .media-brand{
            padding-left: 1rem;
        }.plain-callout{
            padding-top: calc(calc(1.5rem * 2.4) * .6);
            padding-bottom: calc(calc(1.5rem * 2.4) * .5);
        }
    }
.strong-body{
  padding: calc(1.5rem * 2.4) 2.52rem;
  background: var(--ink-accent);
  color: var(--line-primary);
}
.strong-body .compact-inner{max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 2.52rem;
  align-items: start;}
.strong-body .service-details{
  padding: calc(1.5rem * .75);
  border-radius: 1.19rem;
  background: #101A2C;
  color: #E6ECF5;
  border: 1px solid rgba(31, 182, 201, 0.22);
  box-shadow: 0 6px 24px rgba(0,0,0,0.16);
}
.strong-body .service-details span{display: inline-block;
  font-size: calc(17.3px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.strong-body h2{margin: calc(1.5rem * .75) 0;
  font-size: calc(17.3px * 2);
  line-height: 1.12;}
.strong-body .direct-feature{margin: 0 0 calc(1.5rem * .75);
  font-size: 17.3px;
  line-height: 1.58;}
.strong-body a{
  display: inline-flex;
  align-items: center;
  padding: calc(calc(1.5rem * .75) * 0.7) calc(1.5rem * .75);
  border-radius: 0.47rem;
  background: #1FB6C9;
  color: #04121A;
  text-decoration: none;
  font-weight: 600;
  transition: background 270ms var(--motion-fast);
}
.strong-body a:hover{
  background: #3ACEDF;color:#E6ECF5;}
.strong-body .featured-wrap{display: flex;
  flex-direction: column;
  gap: calc(2.52rem * 1.5);}
.strong-body .featured-wrap > p{margin: 0;
  font-size: calc(17.3px * 1.125);
  line-height: 1.58;}
.strong-body .focused-story{padding: calc(1.5rem * .75) 0;
  border-top: 1px solid rgba(31, 182, 201, 0.22);
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(0, 1.4fr);
  gap: calc(1.5rem * .75);
  align-items: baseline;}
.strong-body .focused-story strong{font-size: 17.3px;}
.strong-body .focused-story span{font-size: calc(17.3px * .875);
  line-height: 1.58;}
.strong-body .soft-list{
  margin: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.47rem;
  background: #101A2C;
  color: #E6ECF5;
  border: 1px solid rgba(31, 182, 201, 0.22);
  font-size: calc(17.3px * .875);
}
@media (max-width: 860px) {.strong-body .compact-inner{
    grid-template-columns: 1fr;
  }.strong-body .focused-story{
    grid-template-columns: 1fr;
    gap: calc(calc(1.5rem * .75) * 0.4);
  }
}
.open-entries{background:var(--ink-accent);color:var(--line-primary);padding:calc(1.5rem * 2.4) 2.52rem}
.open-entries .compact-inner{max-width:1680px;margin:0 auto}
.open-entries .soft-service{display:flex;align-items:flex-start;gap:calc(2.52rem * 1.5)}
.open-entries .narrow-menu{flex:0 1 30rem;min-width:0}
.open-entries h2{margin:0;font-size:clamp(calc(17.3px * 2),5vw,calc(17.3px * 2.65));line-height:1.08;letter-spacing:0}
.open-entries p{margin:1.5rem 0 0;font-size:calc(17.3px * 1.125);line-height:1.65}
.open-entries .primary-form{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid rgba(31, 182, 201, 0.22)}
.open-entries .focused-actions{display:flex;gap:2.52rem;padding:1.5rem 0;border-bottom:1px solid rgba(31, 182, 201, 0.22);color:inherit;text-decoration:none}
.open-entries a.row:hover strong,.open-entries a.row:focus-visible strong{color:#FF5E3A}
.open-entries a.row:focus-visible{outline:2px solid rgba(31, 182, 201, 0.55);outline-offset:3px}
.open-entries strong{flex:0 1 14rem;min-width:0;font-size:17.3px}
.open-entries span{flex:1 1 20rem;min-width:0;line-height:1.58}
@media(max-width:760px){.open-entries .soft-service,.open-entries .focused-actions{flex-direction:column}.open-entries .focused-actions{gap:calc(calc(1.5rem * .75)*.5)}
}
.grid--service-help{
        padding:calc(1.5rem * 2.4) 2.52rem;
        background:linear-gradient(135deg, #070B14 0%, #0E1B33 55%, #123A4A 100%);
        color:#E6ECF5;
    }
.grid--service-help .compact-inner{max-width:1680px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(2.52rem * 1.5);}
.grid--service-help .page-feature{display:flex;
        flex-direction:column;
        gap:calc(1.5rem * .75);
        border-bottom:1px solid rgba(31, 182, 201, 0.22);
        padding-bottom:calc(1.5rem * .75);}
.grid--service-help .page-feature h2{margin:0;
        font-size:calc(17.3px * 2);
        line-height:1.2;}
.grid--service-help .page-feature p{margin:0;
        font-size:17.3px;
        opacity:.92;}
.grid--service-help .offer-lead{display:flex;
        flex-direction:column;
        gap:calc(1.5rem * .75);}
.grid--service-help .direct-content{
        border:1px solid rgba(31, 182, 201, 0.22);
        border-radius:0.9rem;
        background:#101A2C;
        color:#E6ECF5;
        overflow:hidden;
        transition:border-color 270ms var(--motion-fast);
    }
.grid--service-help .direct-content button{
        width:100%;
        border:0;
        background:transparent;
        color:inherit;
        text-align:left;
        font:inherit;
        font-weight:700;
        padding:calc(1.5rem * .75) calc(2.52rem * 1.5);
        cursor:pointer;
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:2.52rem;
    }
.grid--service-help .direct-content button::after{content:"+";
        font-weight:400;
        font-size:calc(17.3px * 1.125);
        line-height:1;
        flex:0 0 auto;
        opacity:.8;}
.grid--service-help .direct-content.is-open button::after{content:"\2013";}
.grid--service-help .direct-content p{margin:0;
        max-height:0;
        overflow:hidden;
        padding:0 calc(2.52rem * 1.5);
        opacity:.95;
        transition:max-height 270ms var(--motion-fast),padding 270ms var(--motion-fast);}
.grid--service-help .direct-content.is-open p{max-height:320px;
        padding:0 calc(2.52rem * 1.5) calc(1.5rem * .75);}
.grid--service-help .team-fields{margin:0;
        font-size:calc(17.3px * .875);
        opacity:.9;}
.grid--service-help .team-fields a{text-decoration:underline;
        text-underline-offset:3px;
        transition:color 270ms var(--motion-fast);}
.grid--service-help .team-fields a:hover{}
@media (max-width:640px){.grid--service-help .direct-content button{
            padding:calc(1.5rem * .75);
        }.grid--service-help .direct-content p{
            padding:0 calc(1.5rem * .75);
        }.grid--service-help .direct-content.is-open p{
            padding:0 calc(1.5rem * .75) calc(1.5rem * .75);
        }
    }
.service-flow{
        padding: calc(calc(1.5rem * 2.4) * .82) 2.52rem;
        background: linear-gradient(135deg, #070B14 0%, #0E1B33 55%, #123A4A 100%);
        color: #E6ECF5;
    }
.service-flow .compact-inner{max-width: 1680px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(2.52rem * 1.5);}
.service-flow .text-contact{order: 1;}
.service-flow .primary-benefit{order: 2;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.service-flow .direct-rail{order: 3;
        margin: 0;}
.service-flow h1{margin: 0;
        font-size: clamp(2rem, 5.4vw, calc(17.3px * 2.65));
        line-height: 1.04;
        font-weight: 770;
        letter-spacing: 0;}
.service-flow p{margin: 0;
        font-size: clamp(1rem, 1.32vw, 17.3px);
        line-height: 1.72;
        color: #E6ECF5;
        opacity: .86;}
.service-flow .quiet-header{display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 21/9;
        object-fit: cover;
        border-radius: 0.9rem;
        box-shadow: var(--shadow-soft, 0 6px 24px rgba(0,0,0,0.16));}
@media (min-width: 900px) {.service-flow .compact-inner{
            display: grid;
            grid-template-columns: 1.15fr .85fr;
            grid-template-areas:
                "title media"
                "body  media";
            align-items: start;
            column-gap: 2.52rem;
            row-gap: calc(2.52rem * 1.5);
        }.service-flow .text-contact{ grid-area: title; }.service-flow .primary-benefit{ grid-area: body; }.service-flow .direct-rail{ grid-area: media; align-self: stretch; }.service-flow .quiet-header{
            height: 100%;
            aspect-ratio: auto;
            min-height: 20rem;
        }
    }
@media (max-width: 680px) {.service-flow{
            padding-top: calc(calc(1.5rem * 2.4) * .6);
            padding-bottom: calc(calc(1.5rem * 2.4) * .6);
        }.service-flow .quiet-header{
            aspect-ratio: 16/9;
        }
    }
.wide-flow{padding:calc(1.5rem * 2.4) 2.52rem;background:linear-gradient(135deg, #070B14 0%, #0E1B33 55%, #123A4A 100%);color:#E6ECF5}
.wide-flow .compact-inner{max-width:1680px;margin:0 auto;display:flex;align-items:flex-start;gap:2.52rem;flex-wrap:wrap}
.wide-flow .direct-feature{flex:0 0 min(23rem,34vw);position:sticky;top:1.5rem;padding-top:1.5rem}
.wide-flow .direct-feature h2{margin:0;font-size:calc(17.3px * 2);line-height:1.05}
.wide-flow .direct-feature p{margin:1.5rem 0 0;font-size:calc(17.3px * 1.125);line-height:1.58}
.wide-flow .direct-feature strong{display:block;margin-top:calc(2.52rem * 1.5);font-size:calc(17.3px * 1.35);line-height:1.12;font-weight:600}
.wide-flow .primary-fields{flex:1 1 0;display:flex;flex-direction:column;border-top:1px solid rgba(31, 182, 201, 0.22)}
.wide-flow .strong-area{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid rgba(31, 182, 201, 0.22)}
.wide-flow .strong-area strong{flex:0 0 min(16rem,26%);font-size:calc(17.3px * 1.35);line-height:1.15;font-weight:600}
.wide-flow .strong-area p{flex:1 1 0;margin:0;font-size:17.3px;line-height:1.58}
.wide-flow .team-fields{margin:calc(2.52rem * 1.5) 0 0;font-size:calc(17.3px * .875);line-height:1.58}
.wide-flow .team-fields a{text-decoration:underline;text-underline-offset:3px;transition:color 270ms var(--motion-fast)}
.wide-flow .team-fields a:hover{}
@media(max-width:860px){.wide-flow .compact-inner{display:block}.wide-flow .direct-feature{position:static;flex:none;padding-top:0;margin-bottom:calc(2.52rem * 1.5)}.wide-flow .strong-area{display:block}.wide-flow .strong-area strong{display:block;margin-bottom:calc(1.5rem * .75)}
}
.wide-copy{--field-local:calc(1.5rem * 1.42);--field-public:calc(1680px / 3.15);--copy-button:calc(1680px / 3.55);padding:calc(1.5rem * 2.4) 2.52rem;background:#070B14;color:#E6ECF5;}
.wide-copy .compact-inner{max-width:1680px;margin:0 auto;}
.wide-copy h2,.wide-copy h3,.wide-copy p{margin:0;}
.wide-copy h2{font-size:calc(17.3px * 2);line-height:1.12;}
.wide-copy h3{font-size:calc(17.3px * 1.35);line-height:1.2;}
.wide-copy p{font-size:17.3px;line-height:1.58;color:var(--line-primary);}
.wide-copy a{color:#1FB6C9;text-decoration:none;border-bottom:1px solid transparent;transition:color 270ms var(--motion-fast),border-color 270ms var(--motion-fast);}
.wide-copy a:hover{color:#FF5E3A;border-color:#FF5E3A;}
.wide-copy img{display:block;width:100%;height:auto;border-radius:0.47rem;}
.wide-copy .direct-feature{margin-top:1.5rem;}
.wide-copy .soft-list{margin-top:calc(1.5rem / 2);font-size:calc(17.3px * .875);color:var(--line-primary);}
.wide-copy .offer-lead{display:flex;flex-direction:column;gap:var(--field-local);margin-top:var(--field-local);}
.wide-copy .direct-content{min-width:0;padding-bottom:calc(2.52rem * 1.5);border-bottom:1px solid rgba(31, 182, 201, 0.22);}
.wide-copy .direct-content:last-child{border-bottom:0;padding-bottom:0;}
.wide-copy .direct-content p{margin-top:calc(1.5rem / 3);}
.wide-copy .direct-content a{display:inline-block;margin-top:calc(1.5rem / 3);font-size:calc(17.3px * .875);}
.wide-copy .featured-surface{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.52rem;}
.wide-copy .featured-surface>.fresh-track{flex:1 1 calc(1680px / 3);min-width:0;}
.wide-copy .featured-surface>.offer-lead{flex:2 1 calc(1680px / 2);margin-top:0;}
.wide-copy .featured-surface>img{margin-left:auto;flex:0 1 var(--copy-button);}
@media (max-width:900px){.wide-copy .featured-surface>img{flex:1 1 100%;margin-left:0;}
}
.compact-form{
        padding: calc(calc(1.5rem * 2.4) * .82) 2.52rem;
        background: linear-gradient(135deg, #070B14 0%, #0E1B33 55%, #123A4A 100%);
        color: #E6ECF5;
    }
.compact-form .compact-inner{max-width: 1680px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: clamp(1.1rem, 2.6vw, calc(2.52rem * 1.5));}
.compact-form .text-contact{order: 1;}
.compact-form .media-brand{order: 2;
        display: flex;
        flex-direction: column;
        gap: .6rem;}
.compact-form .quiet-header{order: 3;
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 21/9;
        object-fit: cover;
        border-radius: 0.9rem;
        box-shadow: var(--shadow-soft, 0 6px 24px rgba(0,0,0,.16));}
.compact-form h1{margin: 0;
        font-size: clamp(2rem, 5.2vw, calc(17.3px * 2.65));
        line-height: 1.04;
        font-weight: 760;
        letter-spacing: 0;}
.compact-form p{margin: 0;
        font-size: clamp(1rem, 1.32vw, 17.3px);
        line-height: 1.7;
        color: #E6ECF5;
        opacity: .86;}
@media (min-width: 900px) {.compact-form .compact-inner{
            display: grid;
            grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
            grid-template-areas:
                "title photo"
                "text  photo";
            align-items: start;
            column-gap: clamp(1.4rem, 3vw, 2.52rem);
            row-gap: clamp(.9rem, 1.6vw, 1.4rem);
        }.compact-form .text-contact{ grid-area: title; }.compact-form .media-brand{ grid-area: text; }.compact-form .quiet-header{
            grid-area: photo;
            aspect-ratio: 4/3;
            align-self: stretch;
            height: 100%;
        }
    }
@media (max-width: 680px) {.compact-form{
            padding-top: calc(calc(1.5rem * 2.4) * .6);
            padding-bottom: calc(calc(1.5rem * 2.4) * .6);
        }.compact-form .quiet-header{
            aspect-ratio: 16/10;
        }
    }
.page-wrap{
        padding: calc(1.5rem * 2.4) 2.52rem;
        background: #070B14;
        color: #E6ECF5
    }
.page-wrap .compact-inner{max-width: 1680px;
        margin: 0 auto}
.page-wrap .soft-service{display: flex;
        flex-direction: column;
        gap: calc(2.52rem * 1.5);
        align-items: flex-start}
.page-wrap .narrow-menu{min-width: 0}
.page-wrap h2{margin: 0;
        font-size: calc(17.3px * 2);
        line-height: 1.12}
.page-wrap .narrow-menu p{margin: 1.5rem 0 0;
        font-size: calc(17.3px * 1.125);
        line-height: 1.58;
        color: var(--line-primary)}
.page-wrap ul{flex: 1 1 44rem;
        min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0}
.page-wrap li{display: flex;
        gap: 2.52rem;
        align-items: flex-start;
        padding: 1.5rem 0}
.page-wrap li + li{border-top: 1px solid rgba(31, 182, 201, 0.22)}
.page-wrap strong{flex: 0 1 18rem;
        min-width: 0;
        font-size: calc(17.3px * 1.35);
        line-height: 1.18;
        color: #1FB6C9}
.page-wrap span{flex: 1 1 26rem;
        min-width: 0;
        line-height: 1.58;
        color: var(--line-primary)}
@media (max-width: 760px) {.page-wrap .soft-service, .page-wrap li{
            display: block
        }.page-wrap ul{
            margin-top: calc(2.52rem * 1.5)
        }.page-wrap span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.contact-shell{
    color:#E6ECF5;
    background:linear-gradient(135deg, #070B14 0%, #0E1B33 55%, #123A4A 100%);
    padding:calc(1.5rem * 2.4) 2.52rem;
}
.contact-shell .c{max-width:1680px;
    margin:0 auto;
    display:grid;
    gap:2.52rem;}
@media (min-width:1024px){.contact-shell .c{grid-template-columns:minmax(0,1fr) 320px;}
}
.contact-shell .content-links{min-width:0;}
.contact-shell .direct-callout{margin-bottom:calc(2.52rem * 1.5);}
.contact-shell h1{font-size:calc(17.3px * 2.65);
    line-height:1.15;
    margin:0 0 0.75rem;}
.contact-shell .direct-feature{font-size:calc(17.3px * 1.125);
    margin:0 0 1.25rem;}
.contact-shell .contact-figure{display:flex;
    flex-wrap:wrap;
    gap:0.5rem 1.25rem;
    font-size:calc(17.3px * .875);}
.contact-shell .contact-figure .focused-view{
    padding:0.15rem 0.6rem;
    border-radius:0.34rem;
    background:#FF5E3A;
    color:#0A0F1A;
    font-size:calc(17.3px * .875);
}
.contact-shell .offer-proof{margin:0 0 calc(2.52rem * 1.5);}
.contact-shell .offer-proof img{display:block;
    width:100%;
    height:auto;
    border-radius:0.9rem;
    box-shadow:0 6px 24px rgba(0,0,0,0.16);}
.contact-shell .offer-proof figcaption{margin-top:0.6rem;
    font-size:calc(17.3px * .875);}
.contact-shell .bottom-service{line-height:1.58;
    font-size:17.3px;}
.contact-shell .bottom-service p{margin:0 0 1.1rem;}
.contact-shell .bottom-service h2{font-size:calc(17.3px * 1.35);
    margin:1.8rem 0 0.7rem;}
.contact-shell .team-fields{margin-top:calc(2.52rem * 1.5);
    padding-top:calc(1.5rem * .75);
    border-top:1px solid rgba(31, 182, 201, 0.22);
    display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:0.5rem 1.25rem;
    font-size:calc(17.3px * .875);}
.contact-shell .primary-story{}
.contact-shell .team-fields a{text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 270ms var(--motion-fast), border-color 270ms var(--motion-fast);}
.contact-shell .team-fields a:hover{border-bottom-color:#FF5E3A;}
.contact-shell .simple-menu{
    align-self:start;
    background:#101A2C;
    color:#E6ECF5;
    border:1px solid rgba(31, 182, 201, 0.22);
    border-radius:0.9rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 2px 6px rgba(0,0,0,0.13);
}
.contact-shell .simple-menu h3{margin:0 0 1rem;
    font-size:17.3px;}
.contact-shell .offer-lead{display:flex;
    flex-direction:column;
    gap:1rem;}
.contact-shell .direct-content a{text-decoration:none;
    font-size:calc(17.3px * .875);
    display:block;
    margin-bottom:0.3rem;}
.contact-shell .direct-content a:hover{text-decoration:underline;}
.contact-shell .direct-content p{margin:0;
    font-size:calc(17.3px * .875);}
.contact-shell .soft-list{margin-top:calc(1.5rem * .75);
    padding-top:calc(1.5rem * .75);
    border-top:1px solid rgba(31, 182, 201, 0.22);}
.contact-shell .soft-list p{margin:0;
    font-size:calc(17.3px * .875);}
.contact-lead{
        padding: calc(1.5rem * 2.4) 2.52rem;
        background: #070B14;
        color: #E6ECF5
    }
.contact-lead .compact-inner{max-width: 1680px;
        margin: 0 auto}
.contact-lead .soft-service{display: flex;
        flex-direction: column;
        gap: calc(2.52rem * 1.5);
        align-items: flex-start}
.contact-lead .narrow-menu{min-width: 0}
.contact-lead h2{margin: 0;
        font-size: calc(17.3px * 2);
        line-height: 1.1}
.contact-lead .narrow-menu p{margin: 1.5rem 0 0;
        font-size: calc(17.3px * 1.125);
        line-height: 1.58;
        color: var(--line-primary)}
.contact-lead ul{flex: 1 1 44rem;
        min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0}
.contact-lead li{display: flex;
        gap: 2.52rem;
        align-items: flex-start;
        padding: 1.5rem 0}
.contact-lead li + li{border-top: 1px solid rgba(31, 182, 201, 0.22)}
.contact-lead strong{flex: 0 1 18rem;
        min-width: 0;
        font-size: calc(17.3px * 1.35);
        line-height: 1.18}
.contact-lead span{flex: 1 1 26rem;
        min-width: 0;
        line-height: 1.58;
        color: var(--line-primary)}
@media (max-width: 760px) {.contact-lead .soft-service, .contact-lead li{
            display: block
        }.contact-lead ul{
            margin-top: calc(2.52rem * 1.5)
        }.contact-lead span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.open-feature{padding:calc(1.5rem * 2.4) 2.52rem;background:#FF5E3A;color:#0A0F1A}
.open-feature .compact-inner{max-width:1680px;margin:0 auto}
.open-feature .offer-header{display:flex;flex-wrap:wrap;gap:calc(2.52rem * 1.5);align-items:flex-start}
.open-feature .direct-feature{flex:1 1 30rem;min-width:0}
.open-feature h2{margin:0;font-size:calc(17.3px * 2);line-height:1.08}
.open-feature .direct-feature p{margin:1.5rem 0 0;font-size:calc(17.3px * 1.125);line-height:1.58}
.open-feature .active-region{flex:1 1 28rem;min-width:0;background:#E6ECF5;color:#0B1220;border-radius:0.9rem;padding:2.52rem;box-shadow:0 6px 24px rgba(0,0,0,0.16)}
.open-feature .active-region>p{margin:0;line-height:1.58}
.open-feature .content-plan{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.open-feature .content-plan a{border-radius:0.34rem;background:#1FB6C9;color:#04121A;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(17.3px * .875);transition:background 270ms var(--motion-fast)}
.open-feature .content-plan a:hover{background:#3ACEDF;color:#E6ECF5;}
@media(max-width:780px){.open-feature .offer-header{display:block}.open-feature .active-region{margin-top:calc(2.52rem * 1.5);padding:1.5rem}.open-feature h2{font-size:calc(17.3px * 1.35)}}
.content-shell{
  background: #070B14;
  color: #E6ECF5;
  padding: calc(1.5rem * 2.4) 2.52rem;
}
.content-shell .compact-inner{width: min(100%, 1680px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(15rem, .55fr);
  gap: 2.52rem;}
.content-shell h2,
.content-shell h3,
.content-shell p{margin: 0;}
.content-shell h2{font-size: calc(17.3px * 2);
  line-height: 1.1;}
.content-shell h3{font-size: calc(17.3px * 1.35);
  line-height: 1.18;}
.content-shell p{font-size: 17.3px;
  line-height: 1.58;}
.content-shell .fresh-track{display: grid;
  gap: 1.5rem;
  align-content: start;}
.content-shell .public-view{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: 1.5rem;
  border-radius: 1.19rem;
  background: var(--ink-accent);
  color: var(--line-primary);
  border: 1px solid rgba(31, 182, 201, 0.22);
}
.content-shell .public-view a{width: fit-content;
  color: #1FB6C9;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: color 270ms var(--motion-fast);}
.content-shell .public-view a:hover{color: #FF5E3A;}
.content-shell .offer-lead{grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(1.5rem * .75);}
.content-shell .direct-content{
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.9rem;
  background: #101A2C;
  color: #E6ECF5;
  border: 1px solid rgba(31, 182, 201, 0.22);
}
.content-shell .direct-content span{font-size: calc(17.3px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #FF5E3A;}
@media (max-width: 980px) {.content-shell .offer-lead{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {.content-shell .compact-inner,
  .content-shell .offer-lead{ grid-template-columns: 1fr; }
}
.text-group{
    color:#E6ECF5;
    background:linear-gradient(135deg, #070B14 0%, #0E1B33 55%, #123A4A 100%);
    padding:calc(1.5rem * 2.4) 2.52rem;
}
.text-group .c{max-width:1680px;
    margin:0 auto;
    display:grid;
    gap:2.52rem;}
@media (min-width:1024px){.text-group .c{
        grid-template-columns:minmax(0,1fr) 320px;
        align-items:start;
    }
}
.text-group .content-links{display:block;}
.text-group .direct-callout{margin-bottom:calc(2.52rem * 1.5);}
.text-group h1{font-size:calc(17.3px * 2.65);
    line-height:1.15;
    margin:0 0 0.75rem;}
.text-group .narrow-quote{font-size:calc(17.3px * 1.125);
    margin:0 0 1rem;
    opacity:0.88;}
.text-group .contact-figure{display:flex;
    flex-wrap:wrap;
    gap:2.52rem;
    font-size:calc(17.3px * .875);
    opacity:0.78;}
.text-group .plain-service{margin:0 0 calc(2.52rem * 1.5);
    border-radius:0.9rem;
    overflow:hidden;
    box-shadow:0 6px 24px rgba(0,0,0,0.16);}
.text-group .plain-service img{display:block;
    width:100%;
    height:auto;}
.text-group .bottom-service{line-height:1.58;
    font-size:17.3px;}
.text-group .bottom-service p{margin:0 0 1.1rem;}
.text-group .bottom-service h2{font-size:calc(17.3px * 1.35);
    margin:calc(2.52rem * 1.5) 0 0.75rem;}
.text-group .team-fields{display:flex;
    flex-wrap:wrap;
    gap:2.52rem;
    margin-top:calc(2.52rem * 1.5);
    padding-top:calc(1.5rem * .75);
    border-top:1px solid rgba(31, 182, 201, 0.22);}
.text-group .team-fields a{text-decoration:none;
    font-size:17.3px;
    transition:color 270ms var(--motion-fast);}
.text-group .team-fields a:hover{text-decoration:underline;}
.text-group .primary-region{
    background:#101A2C;
    color:#E6ECF5;
    border:1px solid rgba(31, 182, 201, 0.22);
    padding:calc(1.5rem * .75);
    border-radius:0.9rem;
    box-shadow:0 2px 6px rgba(0,0,0,0.13);
}
.text-group .primary-region h3{margin:0 0 1rem;
    font-size:17.3px;}
.text-group .clear-area{display:flex;
    flex-direction:column;
    gap:0.85rem;}
.text-group .primary-region a{text-decoration:none;
    font-size:calc(17.3px * .875);
    line-height:1.45;
    transition:color 270ms var(--motion-fast);}
.text-group .primary-region a:hover{text-decoration:underline;}
@media (max-width:1023px){.text-group .primary-region{
        margin-top:calc(2.52rem * 1.5);
    }
}
.bottom-proof{
        padding: calc(1.5rem * 2.4) 2.52rem;
        background: #070B14;
        color: #E6ECF5
    }
.bottom-proof .compact-inner{max-width: 1680px;
        margin: 0 auto}
.bottom-proof .soft-service{display: flex;
        flex-direction: column;
        gap: calc(2.52rem * 1.5);
        align-items: flex-start}
.bottom-proof .narrow-menu{min-width: 0;
        border-left: 2px solid #FF5E3A;
        padding-left: calc(1.5rem * .75)}
.bottom-proof h2{margin: 0;
        font-size: calc(17.3px * 2);
        line-height: 1.1}
.bottom-proof .narrow-menu p{margin: 1.5rem 0 0;
        font-size: calc(17.3px * 1.125);
        line-height: 1.58;
        color: var(--line-primary)}
.bottom-proof ul{width: 100%;
        min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0}
.bottom-proof li{display: flex;
        gap: 2.52rem;
        align-items: flex-start;
        padding: 1.5rem 0}
.bottom-proof li + li{border-top: 1px solid rgba(31, 182, 201, 0.22)}
.bottom-proof strong{flex: 0 1 20rem;
        min-width: 0;
        font-size: calc(17.3px * 1.35);
        line-height: 1.18}
.bottom-proof span{flex: 1 1 28rem;
        min-width: 0;
        line-height: 1.58;
        color: var(--line-primary)}
@media (max-width: 760px) {.bottom-proof .soft-service, .bottom-proof li{
            display: block
        }.bottom-proof ul{
            margin-top: calc(2.52rem * 1.5)
        }.bottom-proof span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.compact-track{padding:calc(1.5rem * 2.4) 2.52rem;background:#1FB6C9;color:#04121A}
.compact-track .compact-inner{max-width:1680px;margin:0 auto}
.compact-track .team-media{display:flex;gap:calc(2.52rem * 1.5);align-items:stretch}
.compact-track .bottom-entries{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}
.compact-track .bottom-entries p{margin:0;line-height:1.58}
.compact-track .bottom-entries a{display:inline-flex;align-self:flex-start;margin-top:1.5rem;border-radius:0.34rem;background:#FF5E3A;color:#0A0F1A;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.compact-track .plan{flex:1 1 44rem;min-width:0}
.compact-track h2{margin:0;max-width:16ch;font-size:calc(17.3px * 2.65);line-height:1.02}
.compact-track .plan>p{margin:1.5rem 0 0;max-width:48rem;font-size:calc(17.3px * 1.125);line-height:1.58}
.compact-track .offer-lead{margin-top:calc(2.52rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.compact-track .offer-lead p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.compact-track .offer-lead strong{flex:0 1 12rem;min-width:0;font-size:calc(17.3px * .875)}
.compact-track .offer-lead span{flex:1 1 24rem;min-width:0;line-height:1.58}
@media(max-width:760px){.compact-track .team-media,.compact-track .offer-lead p{display:block}.compact-track .bottom-entries{border-left:0;padding-left:0}.compact-track .plan{margin-top:calc(2.52rem * 1.5)}.compact-track .offer-lead span{display:block;margin-top:calc(1.5rem * .75)}.compact-track h2{font-size:calc(17.3px * 2)}}
.site-section{
  background: #070B14;
  color: #E6ECF5;
  padding: calc(1.5rem * 2.4) 2.52rem;
}
.site-section .compact-inner{width: min(100%, 1680px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.52rem;
  align-items: flex-start;}
.site-section h2,
.site-section h3,
.site-section p{margin: 0;}
.site-section .plain-summary{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1 1 22rem;
  min-width: 0;}
.site-section h2{font-size: calc(17.3px * 2);
  line-height: 1.08;}
.site-section .plain-summary p{color: var(--line-primary);
  line-height: 1.58;}
.site-section a{width: fit-content;
  color: #1FB6C9;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: calc(calc(1.5rem * .75) * 0.25);
  transition: color 270ms var(--motion-fast);}
.site-section a:hover{color: #FF5E3A;}
.site-section .plain-service{display: block;
  width: 100%;
  flex: 1 1 20rem;
  min-width: 0;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 1.19rem;
  box-shadow: 0 6px 24px rgba(0,0,0,0.16);}
.site-section .offer-lead{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  flex: 1 1 24rem;
  min-width: 0;}
.site-section .site-rail{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  align-items: center;
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid rgba(31, 182, 201, 0.22);}
.site-section .site-rail span{color: var(--line-primary);
  font-size: calc(17.3px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;}
.site-section h3{font-size: calc(17.3px * 1.35);
  line-height: 1.16;}
.site-section .bottom-fields{display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0.47rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.13);}
@media (max-width: 960px) {.site-section .plain-service{ aspect-ratio: 16 / 9; }
}
.site-section .compact-inner > *{min-width: 0;}
.site-section .site-rail > *{min-width: 0; flex: 1 1 16rem;}
.main-inner{
    background:linear-gradient(135deg, #070B14 0%, #0E1B33 55%, #123A4A 100%);
    color:#E6ECF5;
    padding:calc(1.5rem * 2.4) 2.52rem;
}
.main-inner .c{max-width:1680px;
    margin:0 auto;
    display:grid;
    gap:2.52rem;}
@media (min-width:1024px){.main-inner .c{
        grid-template-columns:minmax(0,1fr) 320px;
        align-items:start;
    }
}
.main-inner .content-links{min-width:0;}
.main-inner .direct-callout{margin-bottom:calc(2.52rem * 1.5);
    padding-bottom:calc(2.52rem * 1.5);
    border-bottom:1px solid rgba(31, 182, 201, 0.22);}
.main-inner h1{font-size:calc(17.3px * 2.65);
    line-height:1.15;
    margin:0 0 0.75rem;}
.main-inner .direct-feature{font-size:calc(17.3px * 1.125);
    margin:0 0 1rem;}
.main-inner .contact-figure{display:flex;
    flex-wrap:wrap;
    gap:0.5rem 1.25rem;
    font-size:calc(17.3px * .875);}
.main-inner .contact-figure span{display:inline-block;}
.main-inner .plain-service{
    margin:0 0 calc(2.52rem * 1.5);
    border-radius:0.9rem;
    overflow:hidden;
    background:#101A2C;
    border:1px solid rgba(31, 182, 201, 0.22);color:#E6ECF5;}
.main-inner .plain-service img{display:block;
    width:100%;
    height:auto;}
.main-inner .plain-service figcaption{padding:0.75rem 1rem;
    font-size:calc(17.3px * .875);}
.main-inner .bottom-service{font-size:17.3px;
    line-height:1.58;}
.main-inner .bottom-service p{margin:0 0 1.1rem;}
.main-inner .bottom-service h2{font-size:calc(17.3px * 1.35);
    margin:calc(2.52rem * 1.5) 0 0.75rem;
    line-height:1.25;}
.main-inner .team-fields{display:flex;
    flex-wrap:wrap;
    gap:0.75rem 1.5rem;
    margin-top:calc(2.52rem * 1.5);
    padding-top:calc(2.52rem * 1.5);
    border-top:1px solid rgba(31, 182, 201, 0.22);}
.main-inner .team-fields a{text-decoration:none;
    font-size:17.3px;
    border-bottom:1px solid transparent;
    transition:color 270ms var(--motion-fast), border-color 270ms var(--motion-fast);}
.main-inner .team-fields a:hover{border-bottom-color:#FF5E3A;}
.main-inner .simple-menu{
    background:#101A2C;
    color:#E6ECF5;
    border:1px solid rgba(31, 182, 201, 0.22);
    border-radius:0.9rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 2px 6px rgba(0,0,0,0.13);
}
.main-inner .simple-menu h3{margin:0 0 1rem;
    font-size:calc(17.3px * 1.35);
    line-height:1.25;}
.main-inner .clear-area{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:1rem;}
.main-inner .primary-region{display:flex;
    flex-direction:column;
    gap:0.35rem;
    padding-bottom:1rem;
    border-bottom:1px solid rgba(31, 182, 201, 0.22);}
.main-inner .primary-region:last-child{padding-bottom:0;
    border-bottom:none;}
.main-inner .primary-region a{text-decoration:none;
    font-size:17.3px;
    line-height:1.35;}
.main-inner .primary-region a:hover{text-decoration:underline;}
.main-inner .primary-region .soft-list{font-size:calc(17.3px * .875);
    line-height:1.45;}
.main-inner .benefit{margin-top:calc(2.52rem * 1.5);
    padding-top:1rem;
    border-top:1px solid rgba(31, 182, 201, 0.22);}
.main-inner .benefit .contact-stack{margin:0;
    font-size:calc(17.3px * .875);
    line-height:1.5;}
.bottom-body{padding:calc(1.5rem * 2.4) 2.52rem;background:#070B14;color:#E6ECF5}
.bottom-body .compact-inner{max-width:min(1680px,56rem);margin:0 auto}
.bottom-body .narrow-menu{display:block}
.bottom-body h2{margin:0;font-size:calc(17.3px * 2);line-height:1.1}
.bottom-body .narrow-menu p{margin:1.5rem 0 0;color:var(--line-primary);line-height:1.58}
.bottom-body .simple-footer{margin-top:calc(2.52rem * 1.5);border-top:1px solid rgba(31, 182, 201, 0.22)}
.bottom-body details{padding:1.5rem 0;border-bottom:1px solid rgba(31, 182, 201, 0.22)}
.bottom-body summary{cursor:pointer;font-size:calc(17.3px * 1.35);line-height:1.2;list-style:none}
.bottom-body summary::-webkit-details-marker{display:none}
.bottom-body summary::after{content:"+";float:right;color:var(--line-primary);font-weight:400}
.bottom-body details[open] summary::after{content:"\2212"}
.bottom-body details p{margin:1.5rem 0 0;color:var(--line-primary);line-height:1.58}
@media(max-width:720px){.bottom-body .simple-footer{margin-top:calc(2.52rem * 1.5)}.bottom-body summary{font-size:17.3px}
}
.site-method{padding:calc(1.5rem * 2.4) 2.52rem;background:#101A2C;color:#E6ECF5}
.site-method .compact-inner{max-width:1680px;margin:0 auto}
.site-method .team-media{display:flex;flex-wrap:wrap;gap:calc(2.52rem * 1.5);align-items:flex-start}
.site-method .bottom-entries{flex:1 1 18rem;min-width:0;display:flex;flex-direction:column;gap:calc(2.52rem * 1.5);border-left:1px solid rgba(31, 182, 201, 0.22);padding-left:1.5rem}
.site-method .service-intro p{margin:0}
.site-method .simple-tile{margin:0 0 calc(1.5rem * .75);font-size:calc(17.3px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.site-method .content-area{margin:0 0 calc(1.5rem * .75);font-size:calc(17.3px * 1.35);line-height:1.15}
.site-method .active-region{margin:0;line-height:1.58}
.site-method .strong-plan{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.site-method .strong-plan .site-rail{margin:0;font-size:calc(17.3px * .875);line-height:1.58}
.site-method .strong-plan a{text-decoration:none;border-bottom:1px solid transparent;transition:color 270ms var(--motion-fast),border-color 270ms var(--motion-fast)}
.site-method .strong-plan a:hover{border-bottom-color:#FF5E3A}
.site-method .plan{flex:1 1 40rem;min-width:0}
.site-method h2{margin:0;font-size:calc(17.3px * 2);line-height:1.1}
.site-method .plan>p{margin:1.5rem 0 0;font-size:calc(17.3px * 1.125);line-height:1.58}
.site-method .offer-lead{margin-top:calc(2.52rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.site-method .offer-lead p{margin:0;display:flex;gap:1.5rem;align-items:flex-start;padding-top:1.5rem;border-top:1px solid rgba(31, 182, 201, 0.22)}
.site-method .offer-lead p:first-child{border-top:0;padding-top:0}
.site-method .offer-lead strong{flex:0 1 11rem;min-width:0;font-size:calc(17.3px * .875);}
.site-method .offer-lead span{flex:1 1 22rem;min-width:0;line-height:1.58}
@media(max-width:760px){.site-method .bottom-entries{border-left:0;padding-left:0}.site-method .offer-lead p{display:block}.site-method .offer-lead span{display:block;margin-top:calc(1.5rem * .75)}
}
.wide-group{
  background: #070B14;
  color: #E6ECF5;
  padding: calc(1.5rem * 2.4) 2.52rem;
}
.wide-group .compact-inner{width: min(100%, 1680px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(15rem, .45fr);
  gap: 2.52rem;
  align-items: start;}
.wide-group h2,
.wide-group h3,
.wide-group p{margin: 0;}
.wide-group h2{font-size: calc(17.3px * 2);
  line-height: 1.1;}
.wide-group h3{font-size: calc(17.3px * 1.35);
  line-height: 1.18;}
.wide-group p{font-size: 17.3px;
  line-height: 1.58;}
.wide-group .fresh-track{display: grid;
  gap: calc(2.52rem * 1.5);}
.wide-group .public-view{
  display: grid;
  gap: calc(2.52rem * 1.5);
  padding: calc(1.5rem * .75);
  border-radius: 0.9rem;
  background: var(--ink-accent);
  color: var(--line-primary);
  border: 1px solid rgba(31, 182, 201, 0.22);
}
.wide-group .public-view a{width: fit-content;
  color: #1FB6C9;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: color 270ms var(--motion-fast);}
.wide-group .public-view a:hover{color: #FF5E3A;}
.wide-group .offer-lead{grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.wide-group .direct-content{
  flex: 1 1 17rem;
  display: grid;
  gap: calc(2.52rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.47rem;
  background: #101A2C;
  color: #E6ECF5;
  border: 1px solid rgba(31, 182, 201, 0.22);
  box-shadow: 0 2px 6px rgba(0,0,0,0.13);
}
.wide-group .direct-content span{font-size: calc(17.3px * .875);
  color: var(--line-primary);
  letter-spacing: 0.02em;}
@media (max-width: 820px) {.wide-group .compact-inner{
    grid-template-columns: 1fr;
  }.wide-group .direct-content{
    flex: 1 1 100%;
  }
}
.open-block{
        padding: calc(calc(1.5rem * 2.4) * .82) 2.52rem;
        background: linear-gradient(135deg, #070B14 0%, #0E1B33 55%, #123A4A 100%);
        color: #E6ECF5;
    }
.open-block .compact-inner{max-width: 1680px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: clamp(1.1rem, 2.6vw, calc(2.52rem * 1.5));}
.open-block .text-contact{order: 1;}
.open-block .media-brand{order: 2;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.open-block .quiet-header{order: 3;
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 21/9;
        object-fit: cover;
        border-radius: 0.9rem;
        box-shadow: var(--shadow-soft, 0 6px 24px rgba(0,0,0,0.16));}
.open-block h1{margin: 0;
        font-size: clamp(2rem, 5.4vw, calc(17.3px * 2.65));
        line-height: 1.04;
        font-weight: 770;
        letter-spacing: 0;}
.open-block p{margin: 0;
        font-size: clamp(1rem, 1.32vw, 17.3px);
        line-height: 1.74;
        color: #E6ECF5;
        opacity: .88;}
@media (min-width: 900px) {.open-block .compact-inner{
            display: grid;
            grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
            grid-template-areas:
                "title photo"
                "text  photo";
            align-items: start;
            column-gap: 2.52rem;
            row-gap: clamp(1rem, 2vw, calc(2.52rem * 1.5));
        }.open-block .text-contact{ grid-area: title; }.open-block .media-brand{ grid-area: text; }.open-block .quiet-header{
            grid-area: photo;
            aspect-ratio: 4/5;
            height: 100%;
            align-self: stretch;
        }
    }
@media (max-width: 680px) {.open-block{
            padding-top: calc(calc(1.5rem * 2.4) * .58);
            padding-bottom: calc(calc(1.5rem * 2.4) * .58);
        }.open-block .quiet-header{
            aspect-ratio: 16/10;
        }
    }
.site-details{padding:calc(1.5rem * 2.4) 2.52rem;background:linear-gradient(135deg, #070B14 0%, #0E1B33 55%, #123A4A 100%);color:#E6ECF5}
.site-details .compact-inner{max-width:1680px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.46fr) minmax(0,1fr);gap:calc(2.52rem * 1.5);align-items:stretch}
.site-details .fresh-track{display:flex;flex-direction:column;gap:2.52rem;padding:2.52rem;border-radius:1.19rem;background:#101A2C;color:#E6ECF5;border:1px solid rgba(31, 182, 201, 0.22)}
.site-details h2{margin:0;font-size:calc(17.3px * 2);line-height:1.1}
.site-details .fresh-track>p{margin:0;font-size:17.3px;line-height:1.58}
.site-details .team-plan{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin-top:auto}
.site-details .page-lead{padding:calc(1.5rem * .75);border-radius:0.47rem;background:var(--ink-accent);color:var(--line-primary);border:1px solid rgba(31, 182, 201, 0.22)}
.site-details .page-lead span{display:block;font-size:calc(17.3px * .875);text-transform:uppercase;letter-spacing:.04em;opacity:.85}
.site-details .page-lead strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-size:17.3px;font-weight:600;line-height:1.4}
.site-details .page-lead strong a{text-decoration:none;border-bottom:1px solid transparent;transition:color 270ms var(--motion-fast),border-color 270ms var(--motion-fast)}
.site-details .page-lead strong a:hover{border-bottom-color:#FF5E3A}
.site-details .active-shell{min-height:clamp(24rem,48vw,38rem);border-radius:1.19rem;overflow:hidden;border:1px solid rgba(31, 182, 201, 0.22);box-shadow:0 6px 24px rgba(0,0,0,0.16);background:var(--ink-accent);color:var(--line-primary);}
.site-details iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 860px){.site-details .compact-inner{grid-template-columns:1fr}.site-details .active-shell{min-height:22rem}}
.visual-proof{padding:calc(1.5rem * 2.4) 2.52rem;background:#E6ECF5;color:#0B1220}
.visual-proof .compact-inner{max-width:1680px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(2.52rem * 1.5);align-items:flex-start}
.visual-proof .narrow-menu{flex:1 1 22rem;min-width:0}
.visual-proof h2{margin:0;font-size:calc(17.3px * 2);line-height:1.1}
.visual-proof .narrow-menu p{margin:1.5rem 0 0;line-height:1.58}
.visual-proof .narrow-menu p+p{margin-top:calc(1.5rem * .75)}
.visual-proof form{flex:1 1 30rem;min-width:0}
.visual-proof fieldset{display:flex;flex-wrap:wrap;gap:2.52rem;margin:0;padding:0;border:0}
.visual-proof fieldset label{flex:1 1 16rem;min-width:0}
.visual-proof label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(17.3px * .875)}
.visual-proof input,.visual-proof textarea{width:100%;padding:calc(1.5rem * .75);border:1px solid rgba(31, 182, 201, 0.22);border-radius:0.34rem;background:#070B14;color:#E6ECF5;font:inherit}
.visual-proof input::placeholder,.visual-proof textarea::placeholder{color:rgba(255,255,255,0.55)}
.visual-proof .top-quote{display:block;margin-top:1.5rem}
.visual-proof textarea{resize:vertical}
.visual-proof form>p{margin:1.5rem 0;font-size:calc(17.3px * .875);line-height:1.58}
.visual-proof button{padding:calc(1.5rem * .75) 1.5rem;border:1px solid #1FB6C9;border-radius:0.34rem;background:#1FB6C9;color:#04121A;font:inherit;cursor:pointer;transition:background 270ms var(--motion-fast),border-color 270ms var(--motion-fast)}
.visual-proof button:hover{background:#3ACEDF;border-color:#3ACEDF;color:#E6ECF5;}
.visual-proof input:focus-visible,.visual-proof textarea:focus-visible,.visual-proof button:focus-visible{outline:2px solid rgba(31, 182, 201, 0.55);outline-offset:2px}
@media(max-width:720px){.visual-proof .compact-inner{display:block}.visual-proof form{margin-top:calc(2.52rem * 1.5)}}
.strong-panel{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.52rem;
  background: linear-gradient(135deg, #070B14 0%, #0E1B33 55%, #123A4A 100%);
  color: #E6ECF5;
}
.strong-panel .compact-inner{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1680px;
  margin: 0 auto;}
.strong-panel .top-quote{margin: 0 0 calc(2.52rem * 1.5);
  padding: 1.5rem 0;}
.strong-panel h2{margin: 0;
  font-size: calc(17.3px * 2.65);
  line-height: 1.05;}
.strong-panel .top-quote p{margin: 1.5rem 0 0;
  font-size: calc(17.3px * 1.125);
  line-height: 1.58;}
.strong-panel .soft-group{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.52rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.strong-panel .offer-quote{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  flex: 1 1 32rem;}
.strong-panel .offer-quote p{flex: 1 1 18rem;
  margin: 0;
  line-height: 1.58;}
.strong-panel .focused-entries{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);
  flex: 0 1 auto;}
.strong-panel .focused-entries a{color: inherit;
  font-size: calc(17.3px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.strong-panel .text-nav{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;}
.strong-panel .text-nav a{flex: 1 1 18rem;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  line-height: 1.58;}
.strong-panel .text-nav span{display: block;
  margin-top: calc(1.5rem * .75);
  font-size: calc(17.3px * .875);
  opacity: .7;}
@media (max-width: 720px) {.strong-panel .soft-group{
    flex-direction: column;
  }.strong-panel .offer-quote{
    flex-direction: column;
  }.strong-panel .focused-entries{
    align-items: flex-start;
    margin-top: 1.5rem;
  }
}
.local-region{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.52rem;
  background: linear-gradient(135deg, #070B14 0%, #0E1B33 55%, #123A4A 100%);
  color: #E6ECF5;
}
.local-region .compact-inner{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1680px;
  margin: 0 auto;}
.local-region .top-quote{margin: 0 0 calc(2.52rem * 1.5);
  padding: 1.5rem 0;}
.local-region h2{margin: 0;
  font-size: calc(17.3px * 2.65);
  line-height: 1.05;}
.local-region .top-quote p{margin: 1.5rem 0 0;
  font-size: calc(17.3px * 1.125);
  line-height: 1.58;}
.local-region .soft-group{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.52rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(31, 182, 201, 0.22);}
.local-region .offer-quote{display: flex;
  flex-wrap: wrap;
  gap: 2.52rem;
  flex: 1 1 22rem;}
.local-region .offer-quote p{margin: 0;
  line-height: 1.58;}
.local-region .focused-entries{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.local-region .focused-entries a{color: inherit;
  font-size: calc(17.3px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.local-region .text-nav{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(31, 182, 201, 0.22);}
.local-region .text-nav a{color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;}
.local-region .text-nav span{opacity: .7;}
@media (max-width: 720px) {.local-region .soft-group,
  .local-region .offer-quote{
    display: block;
  }.local-region .offer-quote p + p{
    margin-top: calc(1.5rem * .75);
  }.local-region .focused-entries{
    align-items: flex-start;
    margin-top: 1.5rem;
  }
}
.public-tile{padding:calc(1.5rem * 2.4) 2.52rem;background:#E6ECF5;color:#0B1220}
.public-tile .soft-callout{max-width:min(1680px,64rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(2.52rem * 1.5)}
.public-tile h2{margin:0;font-size:calc(17.3px * 2.65);line-height:1.08}
.public-tile .soft-list{margin:0;font-size:calc(17.3px * 1.125);line-height:1.58;color:color-mix(in srgb,currentColor 74%,transparent)}
.public-tile .page-headline{padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(31, 182, 201, 0.22)}
.public-tile .page-headline:last-child{border-bottom:1px solid rgba(31, 182, 201, 0.22)}
.public-tile h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17.3px * 1.35);line-height:1.22}
.public-tile .page-headline p{margin:0;line-height:1.58;color:color-mix(in srgb,currentColor 76%,transparent)}
.public-tile .page-headline a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.public-tile .page-headline a:hover{color:inherit;}
@media (max-width:640px){.public-tile .soft-callout{gap:1.5rem}.public-tile h2{font-size:calc(17.3px * 2)}
}
.contact-section{padding:calc(1.5rem * 2.4) 2.52rem;background:#070B14;color:#E6ECF5;}
.steady-media{max-width:1680px;margin:0 auto;}
.contact-section h1{margin:0;font-size:calc(17.3px * 2.65);line-height:1.08;}
.site-proof{padding:calc(1.5rem * 2.4) 2.52rem;background:#E6ECF5;color:#0B1220}
.site-proof .fresh-track{max-width:min(1680px,62rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(2.52rem * 1.5)}
.site-proof h2{margin:0;font-size:calc(17.3px * 2.65);line-height:1.08}
.site-proof .narrow-menu{margin:0;font-size:calc(17.3px * 1.125);color:color-mix(in srgb,currentColor 74%,transparent)}
.site-proof .local-figure{margin:0;padding:0 0 calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,currentColor 14%,transparent)}
.site-proof .local-figure:last-child{padding-bottom:0;border-bottom:0}
.site-proof h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17.3px * 1.35);line-height:1.22}
.site-proof .local-figure p{margin:0;color:color-mix(in srgb,currentColor 76%,transparent)}
.site-proof .local-figure a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.site-proof .local-figure a:hover{color:inherit;}
@media (max-width:640px){.site-proof .fresh-track{gap:1.5rem}.site-proof h2{font-size:calc(17.3px * 2)}
}
.open-links{
        padding: calc(calc(1.5rem * 2.4) * .72) 2.52rem;
        background: linear-gradient(135deg, #070B14 0%, #0E1B33 55%, #123A4A 100%);
        color: #E6ECF5;
    }
.open-links .compact-inner{max-width: 1680px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: clamp(1.1rem, 2.6vw, calc(2.52rem * 1.5));}
.open-links .text-contact{order: 1;}
.open-links .media-brand{order: 2;
        display: flex;
        flex-wrap: wrap;
        gap: clamp(1rem, 2.2vw, 2.52rem);
        align-items: flex-start;}
.open-links .quiet-header{order: 3;
        display: block;
        width: min(100%, 34rem);
        height: auto;
        aspect-ratio: 16/9;
        object-fit: cover;
        border-radius: 0.9rem;
        box-shadow: 0 6px 24px rgba(0,0,0,0.16);}
.open-links p{margin: 0;
        flex: 1 1 26rem;
        font-size: clamp(1rem, 1.3vw, 17.3px);
        line-height: 1.72;}
.open-links h1{margin: 0;
        max-width: 46rem;
        font-size: clamp(1.9rem, 4.6vw, calc(17.3px * 2.65));
        line-height: 1.06;
        font-weight: 760;
        letter-spacing: 0;}
@media (max-width: 680px) {.open-links{
            padding-top: calc(calc(1.5rem * 2.4) * .54);
            padding-bottom: calc(calc(1.5rem * 2.4) * .54);
        }.open-links .quiet-header{
            width: 100%;
        }
    }
.top-callout{
  --field-local: calc(1.5rem * 1.42);
  padding: calc(1.5rem * 2.4) 2.52rem;
  background: #070B14;
  color: #E6ECF5;
}
.top-callout .compact-inner{max-width: 1680px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.52rem;
  align-items: flex-start;}
.top-callout h2,
.top-callout h3,
.top-callout p{margin: 0;}
.top-callout h2{font-size: calc(17.3px * 2);
  line-height: 1.12;}
.top-callout p{font-size: 17.3px;
  line-height: 1.58;
  color: var(--line-primary);}
.top-callout a{color: #1FB6C9;
  text-decoration: none;}
.top-callout a:hover{color: #FF5E3A;}
.top-callout .narrow-menu{flex: 1 1 22rem;
  display: flex;
  flex-direction: column;
  gap: calc(2.52rem * 1.5);}
.top-callout .narrow-menu .direct-feature{font-size: calc(17.3px * 1.125);
  color: #E6ECF5;}
.top-callout .team-fields{
  flex: 1 1 20rem;
  display: flex;
  flex-direction: column;
  gap: calc(2.52rem * 1.5);
  padding: calc(1.5rem * .75);
  border: 1px solid rgba(31, 182, 201, 0.22);
  border-radius: 0.9rem;
  background: #101A2C;
  color: #E6ECF5;
}
.top-callout .team-fields .fresh-track{color: #E6ECF5;}
.top-callout .team-fields .soft-list{font-size: calc(17.3px * .875);
  color: var(--line-primary);}
.top-callout .service-details{
  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.34rem;
  background: #1FB6C9;
  color: #04121A;
  font-size: 17.3px;
  transition: background 270ms var(--motion-fast);
}
.top-callout .service-details:hover{
  background: #3ACEDF;
  color: #04121A;
}
.top-callout .simple-menu{flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  gap: calc(2.52rem * 1.5);
  align-items: baseline;
  justify-content: space-between;
  padding-top: calc(2.52rem * 1.5);
  border-top: 1px solid rgba(31, 182, 201, 0.22);}
.top-callout .simple-menu .site-rail{flex: 1 1 18rem;
  font-size: calc(17.3px * .875);}
.top-callout .person{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: calc(17.3px * .875);}
@media (max-width: 720px){.top-callout .compact-inner{
    flex-direction: column;
  }.top-callout .simple-menu{
    flex-direction: column;
    align-items: flex-start;
  }
}
.open-tile{background:#FF5E3A;color:#0A0F1A;padding:calc(1.5rem * 2.4) 2.52rem}
.open-tile .compact-inner{max-width:1680px;margin:0 auto}
.open-tile .narrow-method{display:flex;flex-direction:column;gap:calc(2.52rem * 1.5)}
.open-tile .page-feature{display:flex;flex-direction:column;gap:calc(2.52rem * 1.5)}
.open-tile h2{margin:0;max-width:22ch;font-size:clamp(calc(17.3px * 2),4.4vw,calc(17.3px * 2.65));line-height:1.08;letter-spacing:0}
.open-tile .direct-feature{margin:0;font-size:calc(17.3px * 1.125);line-height:1.62}
.open-tile .team-note{display:flex;flex-wrap:wrap;gap:2.52rem;align-items:flex-start}
.open-tile .featured-wrap{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.open-tile .focused-story{display:flex;gap:calc(1.5rem * .75);align-items:flex-start;padding:calc(1.5rem * .75) 0;border-top:1px solid color-mix(in srgb,currentColor 28%,transparent)}
.open-tile .focused-story:last-child{border-bottom:1px solid color-mix(in srgb,currentColor 28%,transparent)}
.open-tile .strong-steps{flex:0 0 auto;font-size:calc(17.3px * .875);letter-spacing:.08em;opacity:.75;padding-top:.15rem}
.open-tile .primary-benefit{min-width:0}
.open-tile .primary-benefit h3{margin:0 0 .35rem;font-size:calc(17.3px * 1.35);line-height:1.25}
.open-tile .primary-benefit p{margin:0;font-size:17.3px;line-height:1.6}
.open-tile .simple-menu{flex:1 1 20rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);border-radius:0.47rem;background:color-mix(in srgb,currentColor 12%,transparent)}
.open-tile .soft-list{margin:0;font-size:17.3px;line-height:1.6}
.open-tile .team-fields{display:flex;flex-direction:column;gap:.4rem}
.open-tile .team-fields a{color:inherit;text-decoration:none;font-size:17.3px;padding:.35rem 0;border-bottom:1px solid color-mix(in srgb,currentColor 30%,transparent)}
.open-tile .team-fields a:hover{text-decoration:underline}
.open-tile .content-group{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 28%,transparent)}
.open-tile .card{flex:1 1 14rem;min-width:0;display:flex;flex-direction:column;gap:.2rem}
.open-tile .text-shell{font-size:calc(17.3px * .875);letter-spacing:.06em;opacity:.75}
.open-tile .soft-lead{font-size:17.3px;line-height:1.5;color:inherit;text-decoration:none}
.open-tile a.value:hover{text-decoration:underline}
.open-tile .card.action{flex:0 0 auto;justify-content:flex-end}
.open-tile .site-feature{display:inline-block;padding:.7rem 1.1rem;border-radius:0.34rem;background:#1FB6C9;color:#04121A;text-decoration:none;font-size:17.3px}
.open-tile .site-feature:hover{background:#3ACEDF;color:#E6ECF5;}
@media(max-width:760px){.open-tile .team-note{flex-direction:column}.open-tile .simple-menu,.open-tile .featured-wrap{flex-basis:auto}.open-tile .card.action{justify-content:flex-start}}
.top-header{padding:calc(1.5rem * 2.4) 2.52rem;background:var(--ink-accent);color:var(--line-primary)}
.top-header .compact-inner{max-width:1680px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.52rem * 1.5)}
.top-header .direct-feature{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.top-header h1{margin:0;font-size:calc(17.3px * 2.65);line-height:1.05}
.top-header .fresh-track{margin:0;line-height:1.58;font-size:17.3px}
.top-header .team-fields{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:1.5rem;border-top:1px solid rgba(31, 182, 201, 0.22)}
.top-header .site-rail{margin:0;font-size:calc(17.3px * .875);line-height:1.58}
.top-header .service-details{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);align-items:center}
.top-header .service-details a{display:inline-block;padding:.55rem 1.05rem;border-radius:0.47rem;text-decoration:none;font-size:calc(17.3px * .875);transition:background 270ms var(--motion-fast),color 270ms var(--motion-fast)}
.top-header .main-wrap{background:#1FB6C9;color:#04121A}
.top-header .main-wrap:hover{background:#3ACEDF;color:#E6ECF5;}
.top-header .featured-panel{background:#FF5E3A;color:#0A0F1A}
.top-header .featured-panel:hover{background:#FF7A5C;color:#E6ECF5;}
.top-header .visual-intro{background:transparent;color:#1FB6C9;border:1px solid rgba(31, 182, 201, 0.22)}
.top-header .visual-intro:hover{color:#FF5E3A;border-color:#FF5E3A}
@media(max-width:620px){.top-header .service-details{flex-direction:column;align-items:stretch}.top-header .service-details a{text-align:center}
}
