html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Rajdhani", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --surface-cool: #FFFFFF;
  --paint-accent: #D6E1EE;
  --surface-strong: #22303F;
  --surface-muted: #0E1A26;
  --speed-fast: cubic-bezier(0.4,0,0.2,1);
  --paint-main: #00C2D1;
  --paint-deep: #0B6BE0;
}
a{color:inherit;}
.offer-copy {
    width: 100%;
    background: var(--surface-cool);
    color: var(--surface-muted);
    border-bottom: 1px solid var(--paint-accent);
  }
.service-callout {
    max-width: 1580px;
    margin: 0 auto;
    padding: 1.5rem 1.54rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1.69rem;
  }
.narrow-shell {
    font-size: calc(19.6px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--surface-muted);
    text-decoration: none;
    white-space: nowrap;
  }
.narrow-shell:hover {
    color: #00C2D1;
  }
.content-feature {
    justify-self: start;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.69rem * 1.5);
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 19.6px;
    color: var(--surface-muted);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 510ms var(--speed-fast),
                border-color 510ms var(--speed-fast);
  }
.nav-list a:hover {
    color: #00C2D1;
    border-bottom-color: #00C2D1;
  }
.public-entries {
    justify-self: end;
  }
.page-wrap {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    background: var(--paint-deep);
    color: #FFFFFF;
    border-radius: 0.43rem;
    font-size: calc(19.6px * .875);
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    transition: background 510ms var(--speed-fast),
                transform 510ms var(--speed-fast);
  }
.page-wrap:hover{
    background: #0A5CC0;
    transform: translateY(-1px);color:var(--surface-muted);}
.contact-steps {
    display: none;
    justify-self: end;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #E7EFF8;
    color: var(--surface-strong);
    border: 1px solid var(--paint-accent);
    border-radius: 0.31rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
.plain-lead {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
  }
@media (max-width: 767px) {
    .service-callout {
      grid-template-columns: 1fr auto;
      grid-template-areas:
        "logo burger"
        "nav nav"
        "cta cta";
      row-gap: calc(1.69rem * 1.5);
    }

    .narrow-shell { grid-area: logo; }
    .contact-steps { grid-area: burger; display: flex; }
    .content-feature {
      grid-area: nav;
      justify-self: stretch;
      display: none;
    }
    .content-feature.is-open {
      display: block;
    }
    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      border-top: 1px solid var(--paint-accent);
      padding-top: calc(1.69rem * 1.5);
    }
    .nav-list li {
      border-bottom: 1px solid var(--paint-accent);
    }
    .nav-list a {
      display: block;
      padding: 0.75rem 0.25rem;
      border-bottom: none;
    }
    .public-entries {
      grid-area: cta;
      justify-self: stretch;
    }
    .page-wrap {
      display: block;
      text-align: center;
    }
  }
.narrow-rail{font-family:"Rajdhani", sans-serif;font-size:calc(19.6px * .875);line-height:1.6;padding:calc(1.5rem * 2.4) 1.54rem;margin-top:calc(1.5rem * 2.4);background:#0E1A26;color:#F6F9FC;}
.visual-benefit{max-width:1580px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(1.69rem * 1.5)}
.simple-content{display:flex;flex-direction:column;gap:calc(1.5rem * .75);max-width:42rem}
.media{font-size:calc(19.6px * 1.125);font-weight:700;letter-spacing:0.02em;margin:0}
.secondary-story{margin:0;opacity:0.82;font-size:calc(19.6px * .875);line-height:1.6}
.strong-details{display:grid;grid-template-columns:1fr;gap:1.69rem;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(255, 255, 255, 0.14)}
.plain-panel{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.simple-copy{font-size:calc(19.6px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.08em;margin:0;opacity:0.72}
.media-entries{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.media-entries a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 510ms var(--speed-fast)}
.media-entries a:hover,
  .media-entries a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.content-shell{display:flex;flex-direction:column;gap:0.5rem}
.plain-figure{margin:0;font-size:calc(19.6px * .875);line-height:1.6}
.plain-figure a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 510ms var(--speed-fast)}
.plain-figure a:hover,
  .plain-figure a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.content-plan{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(1.5rem * .75);border-top:1px solid rgba(255, 255, 255, 0.14)}
.quiet-visual{margin:0;font-size:calc(19.6px * .875);line-height:1.6;opacity:0.78;max-width:60rem}
.strong-content{margin:0;font-size:calc(19.6px * .875);opacity:0.68}
@media (min-width: 640px) {.strong-details{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.visual-benefit{grid-template-columns:minmax(0, 1fr) minmax(0, 2fr);align-items:start;gap:1.54rem}.strong-details{grid-template-columns:repeat(3, minmax(0, 1fr));padding-top:0;border-top:none}.content-plan{grid-column:1 / -1}
  }
.cookies{position:fixed;left:1.54rem;bottom:1.5rem;z-index:1200}
.cookies .fresh-note{width:min(34rem,calc(100vw - 1.54rem*2));padding:1.5rem;border-radius:1.16rem;background:var(--paint-deep);color:#FFFFFF;box-shadow:0 24px 38px rgba(0,0,0,0.13)}
.cookies p{margin:0;line-height:1.6}
.cookies strong{font-size:calc(19.6px * 1.35)}
.cookies .public-nav{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.cookies .public-nav>*{min-width:0;flex:1 1 16rem}
.cookies button{border:1px solid color-mix(in srgb,currentColor 28%,transparent);border-radius:0.31rem;background:transparent;color:inherit;font:inherit;padding:calc(1.5rem * .75);cursor:pointer}
.cookies button.cookie-accept{background:var(--paint-main);color:#04222B;border-color:var(--paint-main)}
.content-method{--layer-control:calc(1.5rem * 1.42);--layer-static:calc(1580px / 3.15);--copy-quiet:calc(1580px / 3.55);padding:calc(1.5rem * 2.4) 1.54rem;background:#F6F9FC;color:#0E1A26;}
.content-method .compact-view{max-width:1580px;margin:0 auto;}
.content-method h1,.content-method p,.content-method figcaption{margin:0;}
.content-method h1{font-size:calc(19.6px * 2.65);line-height:1.08;}
.content-method p{font-size:19.6px;line-height:1.6;}
.content-method a{color:inherit;text-decoration:none;}
.content-method img{display:block;width:100%;height:auto;border-radius:0.43rem;}
.content-method .focused-region{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.69rem;}
.content-method .local-panel{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;}
.content-method .local-panel>h1{margin-top:0;}
.content-method .public-details{margin-top:calc(1.69rem * 1.5);max-width:var(--layer-static);color:var(--surface-strong);}
.content-method .top-actions{margin-top:var(--layer-control);display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75);}
.content-method .text-group{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.31rem;background:var(--paint-deep);color:#FFFFFF;}
.content-method .text-group:hover{background:#0A5CC0;color:var(--surface-muted);}
.content-method .bottom-steps{font-size:calc(19.6px * .875);color:#0B6BE0;border-bottom:1px solid var(--paint-accent);padding-bottom:2px;}
.content-method .bottom-steps:hover{color:inherit;}
.content-method .text-section{flex:0 1 var(--copy-quiet);min-width:0;margin:0;}
.content-method .direct-service{margin-top:calc(1.5rem * .75);font-size:calc(19.6px * .875);color:var(--surface-strong);}
@media (max-width:900px){.content-method .text-section{flex-basis:100%;}.content-method h1{}.content-method .public-details{max-width:none;}
}
.service-intro{
  background: linear-gradient(90deg, #00C2D1 0%, #0B6BE0 100%);
  color: #04222B;
  padding: calc(1.5rem * 2.4) 1.54rem;
}
.service-intro .compact-view{width: min(100%, 1580px);
  margin: 0 auto;}
.service-intro .tile{display: block;
  width: 100%;
  aspect-ratio: 21 / 8;
  object-fit: cover;
  border-radius: 1.16rem;
  margin-bottom: calc(1.69rem * 1.5);}
.service-intro h2,
.service-intro p{margin: 0;}
.service-intro .fresh-list{display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.5rem 1.69rem;}
.service-intro h2{flex: 1 1 20rem;
  font-size: calc(19.6px * 2.65);
  line-height: 1.05;
  max-width: 16ch;}
.service-intro .service-method{flex: 1 1 26rem;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  min-width: 0;}
.service-intro .service-method p{line-height: 1.6;
  padding-left: calc(1.5rem * .75);
  border-left: 2px solid #04222B;}
.service-intro strong{display: block;
  margin-bottom: calc(calc(1.5rem * .75) * .3);
  font-size: 19.6px;}
@media (max-width: 820px) {.service-intro .tile{
    aspect-ratio: 16 / 10;
  }.service-intro h2{
    max-width: none;
  }
}
.page-service{--layer-control:calc(1.5rem * 1.2);--layer-static:calc(1580px / 2.6);padding:calc(1.5rem * 2.4) 1.54rem;background:#F6F9FC;color:#0E1A26;}
.page-service .compact-view{max-width:1580px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-control);}
.page-service h2,.page-service h3,.page-service p{margin:0;}
.page-service h2{font-size:calc(19.6px * 2);line-height:1.14;}
.page-service h3{font-size:calc(19.6px * 1.35);line-height:1.22;}
.page-service p{font-size:19.6px;line-height:1.6;}
.page-service .local-panel{display:flex;flex-wrap:wrap;gap:1.69rem;align-items:flex-end;}
.page-service .local-panel>h2{flex:1 1 calc(1580px / 3);min-width:0;}
.page-service .local-panel>.public-details{flex:1 1 calc(1580px / 2.4);min-width:0;max-width:var(--layer-static);color:var(--surface-strong);}
.page-service .featured-quote{display:flex;flex-wrap:wrap;gap:1.69rem;}
.page-service .team-list{flex:1 1 calc(1580px / 3.6);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(1.5rem * .75);border:1px solid var(--paint-accent);border-radius:0.97rem;background:var(--surface-cool);color:var(--surface-muted);}
.page-service .team-list img{display:block;width:100%;height:auto;aspect-ratio:16 / 10;object-fit:cover;border-radius:0.43rem;margin-bottom:calc(1.5rem / 4);}
.page-service .team-list p{color:var(--surface-strong);}
.page-service .team-list a{align-self:flex-start;margin-top:auto;padding-top:calc(1.5rem / 4);font-size:calc(19.6px * .875);font-weight:600;color:#0B6BE0;text-decoration:none;border-bottom:1px solid #0B6BE0;}
.page-service .team-list a:hover{color:inherit;border-bottom-color:#00C2D1;}
.page-service .direct-service{font-size:calc(19.6px * .875);color:var(--surface-strong);max-width:var(--layer-static);}
@media (max-width:900px){.page-service .local-panel>h2,.page-service .local-panel>.public-details,.page-service .team-list{flex:1 1 100%;}
}
.primary-intro{padding:calc(1.5rem * 2.4) 1.54rem;background:#E7EFF8;color:var(--surface-strong)}
.primary-intro .compact-view{max-width:1580px;margin:0 auto}
.primary-intro .soft-form{display:flex;flex-wrap:wrap;gap:calc(1.69rem * 1.5);align-items:flex-start}
.primary-intro .local-panel{flex:1 1 22rem;min-width:0}
.primary-intro h2{margin:0;font-size:calc(19.6px * 2);line-height:1.08}
.primary-intro .local-panel p{margin:1.5rem 0 0;font-size:19.6px;line-height:1.6}
.primary-intro .simple-rail{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.primary-intro .simple-rail a{display:block;background:var(--surface-cool);color:var(--surface-muted);border:1px solid var(--paint-accent);border-radius:0.43rem;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:border-color 510ms var(--speed-fast)}
.primary-intro .simple-rail a:hover{border-color:var(--paint-main)}
.primary-intro strong{display:block;font-size:calc(19.6px * 1.125);line-height:1.2}
.primary-intro span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(19.6px * .875);line-height:1.6}
@media(max-width:780px){.primary-intro .soft-form{display:block}.primary-intro .simple-rail{margin-top:calc(1.69rem * 1.5)}}
.bottom-tile{--layer-control:calc(1.5rem * 1.12);--layer-static:calc(1580px / 3.00);--copy-quiet:calc(1580px / 3.16);padding:calc(1.5rem * 2.4) 1.54rem;background:#E7EFF8;color:var(--surface-strong);}
.bottom-tile .compact-view{max-width:1580px;margin:0 auto;}
.bottom-tile h1,.bottom-tile h2,.bottom-tile h3,.bottom-tile p{margin:0;}
.bottom-tile h1{font-size:calc(19.6px * 2.65);line-height:1.08;}
.bottom-tile h2{font-size:calc(19.6px * 2);line-height:1.12;}
.bottom-tile h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.bottom-tile p{font-size:19.6px;line-height:1.6;}
.bottom-tile a{color:inherit;text-decoration:none;}
.bottom-tile img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.43rem;flex:0 1 min(28rem,38vw);}
.bottom-tile .text-group{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.31rem;background:var(--paint-deep);color:#FFFFFF;}
.bottom-tile .text-group:hover{background:#0A5CC0;color:var(--surface-muted);}
.bottom-tile .focused-region{display:flex;align-items:center;justify-content:space-between;gap:1.69rem;flex-wrap:wrap;}
.bottom-tile .focused-region .fresh-flow{flex:1 1 24rem;min-width:0;max-width:var(--layer-static);}
.bottom-tile .focused-region h1,.bottom-tile .focused-region h2,.bottom-tile .focused-region p,.bottom-tile .focused-region .text-group{margin-top:1.5rem;}
.bottom-tile .focused-region h2{margin-top:0;}
.bottom-tile .focused-region img{margin-top:var(--layer-control);}
.quiet-tile{
    padding:calc(1.5rem * 2.4) 1.54rem;
    background:#E7EFF8;
    color:var(--surface-strong);
}
.quiet-tile .compact-view{max-width:1580px;
    margin:0 auto;}
.quiet-tile .open-tile{max-width:62ch;
    margin-bottom:calc(1.69rem * 1.5);}
.quiet-tile .open-tile p{margin:0;
    font-size:calc(19.6px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;
    opacity:0.72;}
.quiet-tile .open-tile h2{margin:0.5rem 0 0.75rem;
    font-size:calc(19.6px * 2);
    line-height:1.2;}
.quiet-tile .open-tile span{display:block;
    font-size:19.6px;
    line-height:1.6;}
.quiet-tile .visual-fields{display:flex;
    flex-wrap:wrap;
    gap:1.69rem;}
.quiet-tile .team-list{
    flex:1 1 280px;
    border:1px solid var(--paint-accent);
    border-radius:0.97rem;
    background:var(--surface-cool);
    color:var(--surface-muted);
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 4px rgba(0,0,0,0.08);
}
.quiet-tile .team-list:nth-child(3){flex-basis:340px;}
.quiet-tile .team-list h3{margin:0;
    font-size:calc(19.6px * 1.35);
    line-height:1.25;}
.quiet-tile .team-list p{margin:0.6rem 0 0.9rem;
    font-size:19.6px;}
.quiet-tile .team-list small{
    display:inline-block;
    font-size:calc(19.6px * .875);
    font-weight:600;
    padding:0.25rem 0.6rem;
    border-radius:0.31rem;
    background:var(--paint-main);
    color:#04222B;
}
.quiet-tile .direct-service{margin-top:calc(1.69rem * 1.5);
    padding-top:calc(1.69rem * 1.5);
    border-top:1px solid var(--paint-accent);
    max-width:78ch;}
.quiet-tile .direct-service p{margin:0 0 0.75rem;
    font-size:19.6px;
    line-height:1.6;}
.quiet-tile .direct-service p:last-child{margin-bottom:0;}
.quiet-tile .direct-service a{color:inherit;
    text-decoration:underline;}
.quiet-tile .direct-service a:hover{color:inherit;}
@media (max-width:640px){.quiet-tile .team-list{
        flex-basis:100%;
    }
}
.bottom-form{--layer-control:calc(1.5rem * 0.95);--layer-static:calc(1580px / 2.19);--copy-button:calc(1580px / 3.25);padding:calc(1.5rem * 2.4) 1.54rem;background:#F6F9FC;color:#0E1A26;}
.bottom-form .compact-view{max-width:1580px;margin:0 auto;}
.bottom-form h1,.bottom-form h2,.bottom-form h3,.bottom-form p,.bottom-form ul{margin:0;}
.bottom-form h1{font-size:calc(19.6px * 2.65);line-height:1.1;}
.bottom-form h2{font-size:calc(19.6px * 2);line-height:1.12;}
.bottom-form h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.bottom-form p{font-size:19.6px;line-height:1.6;}
.bottom-form a{color:inherit;text-decoration:none;}
.bottom-form img{display:block;width:100%;height:auto;border-radius:0.43rem;}
.bottom-form .text-group{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.31rem;background:var(--paint-deep);color:#FFFFFF;}
.bottom-form .centered{text-align:center;}
.bottom-form .soft-header{padding-inline-start:calc(1.54rem / 2);}
.bottom-form .top-rail{row-gap:calc(var(--layer-control) * 1.2);}
.bottom-form .main-benefit{display:flex;align-items:flex-start;gap:1.69rem;}
.bottom-form .fresh-flow{flex:1 1 calc(1580px / 3);min-width:0;}
.bottom-form .fresh-flow p{margin-top:1.5rem;}
.bottom-form .visual-media{flex:2 1 calc(1580px / 2);display:flex;flex-direction:column;gap:var(--layer-control);margin-top:0;}
.bottom-form .team-list{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid var(--paint-accent);}
.bottom-form .team-list p{margin-top:calc(1.5rem / 3);}
.bottom-form .team-list a{display:inline-flex;margin-top:calc(1.5rem / 2);opacity:.85;}
@media(max-width:760px){.bottom-form .main-benefit{flex-direction:column;}.bottom-form .visual-media{margin-top:1.5rem;}}
.compact-brand{padding:calc(1.5rem * 2.4) 1.54rem;background:#0E1A26;color:#F6F9FC}
.compact-brand .compact-view{max-width:1580px;margin:0 auto}
.compact-brand .public-details{max-width:52rem}
.compact-brand h2{margin:0;font-size:calc(19.6px * 2);line-height:1.1}
.compact-brand .site-visual{margin:1.5rem 0 0;line-height:1.6;opacity:.82}
.compact-brand .featured-quote{margin:calc(1.69rem * 1.5) 0 0;padding:0;list-style:none;border-top:1px solid rgba(246,249,252,.18)}
.compact-brand .team-list{display:flex;flex-wrap:wrap;align-items:baseline;gap:1.69rem;padding:1.5rem 0;border-bottom:1px solid rgba(246,249,252,.18)}
.compact-brand .team-list h3{flex:0 0 15rem;margin:0;font-size:calc(19.6px * 1.35);line-height:1.2}
.compact-brand .team-list p{flex:1 1 22rem;margin:0;line-height:1.6;opacity:.82}
.compact-brand .team-list .direct-service{flex:0 0 13rem;margin-left:auto;font-size:calc(19.6px * .875);line-height:1.4;opacity:.7}
.compact-brand .active-flow{margin:calc(1.69rem * 1.5) 0 0;max-width:44rem;font-size:19.6px;line-height:1.6;opacity:.82}
.compact-brand .active-flow a{color:var(--paint-main);text-decoration:underline}
.compact-brand .active-flow a:hover{color:#00A6B4}
@media(max-width:900px){.compact-brand .team-list{display:block}.compact-brand .team-list h3{margin-bottom:calc(1.5rem * .75)}.compact-brand .team-list p{margin-bottom:calc(1.5rem * .75)}.compact-brand .team-list .direct-service{margin-left:0}
}
.content-block{--layer-control:calc(1.5rem * 1.42);--layer-static:calc(1580px / 2.60);--font-lead:calc(1580px / 3.77);padding:calc(1.5rem * 2.4) 1.54rem;background:var(--paint-main);color:#04222B;}
.content-block .compact-view{max-width:1580px;margin:0 auto;}
.content-block h2,.content-block h3,.content-block p{margin:0;}
.content-block h2{font-size:calc(19.6px * 2);line-height:1.12;}
.content-block h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.content-block p{font-size:19.6px;line-height:1.6;color:color-mix(in srgb, currentColor 74%, transparent);}
.content-block img{display:block;width:100%;height:auto;border-radius:0.43rem;}
.content-block .local-panel{max-width:var(--layer-static);}
.content-block .local-panel .public-details{margin-top:1.5rem;}
.content-block .visual-fields{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.69rem;margin-top:var(--layer-control);}
.content-block .page-inner{flex:0 1 var(--font-lead);margin:0;min-width:0;}
.content-block .service-method{flex:1 1 calc(1580px / 3);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.content-block .featured-quote{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.69rem;margin-top:var(--layer-control);}
.content-block .team-list{flex:1 1 calc(1580px / 4);min-width:0;}
.content-block .team-list p{margin-top:calc(1.5rem / 3);}
.fresh-stack{--layer-control:calc(1.5rem * 1.15);--layer-static:calc(1580px / 2.6);padding:calc(1.5rem * 2.4) 1.54rem;background:#F6F9FC;color:#0E1A26;}
.fresh-stack .compact-view{max-width:1580px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-control);}
.fresh-stack h2,.fresh-stack p{margin:0;}
.fresh-stack h2{font-size:calc(19.6px * 2);line-height:1.14;}
.fresh-stack .local-panel{max-width:var(--layer-static);display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.fresh-stack .public-details{font-size:calc(19.6px * 1.125);line-height:1.6;}
.fresh-stack .narrow-content{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .7);}
.fresh-stack details{padding:calc(1.5rem * .75) 1.5rem;border-radius:0.43rem;background:var(--surface-cool);color:var(--surface-muted);border:1px solid var(--paint-accent);}
.fresh-stack summary{cursor:pointer;font-weight:700;font-size:19.6px;list-style:none;}
.fresh-stack summary::-webkit-details-marker{display:none;}
.fresh-stack summary::after{content:"+";float:right;font-weight:400;}
.fresh-stack details[open] summary::after{content:"-";}
.fresh-stack details p{margin-top:calc(1.5rem / 2.5);font-size:19.6px;line-height:1.6;}
.fresh-stack .direct-service{font-size:calc(19.6px * .875);line-height:1.6;max-width:var(--layer-static);}
.fresh-stack a{text-decoration:none;}
.fresh-stack a:hover{}
@media (max-width:720px){.fresh-stack details{padding:calc(1.5rem * .75);}
}
.local-actions{--layer-control:calc(1.5rem * 1.17);--layer-static:calc(1580px / 2.41);padding:calc(1.5rem * 2.4) 1.54rem;background:#0E1A26;color:#F6F9FC;}
.local-actions .compact-view{max-width:1580px;margin:0 auto;}
.local-actions h2,.local-actions h3,.local-actions p{margin:0;}
.local-actions h2{font-size:calc(19.6px * 2);line-height:1.12;}
.local-actions h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.local-actions p{font-size:19.6px;line-height:1.6;color:inherit;}
.local-actions .public-brand{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.local-actions .top-rail{row-gap:calc(var(--layer-control) * 1.2);}
.local-actions .public-details{margin-top:1.5rem;max-width:var(--layer-static);}
.local-actions .visual-media{display:flex;flex-direction:column;gap:0;margin-top:var(--layer-control);border-top:1px solid var(--paint-accent);}
.local-actions .team-list{display:flex;flex-wrap:wrap;align-items:baseline;gap:1.69rem;padding-block:calc(var(--layer-control) / 1.6);border-bottom:1px solid var(--paint-accent);min-width:0;}
.local-actions .team-list h3{flex:0 0 auto;min-width:calc(1580px / 6.2);}
.local-actions .team-list p{flex:1 1 calc(1580px / 3.2);max-width:calc(1580px / 1.9);}
@media (max-width:720px){.local-actions .team-list{flex-direction:column;gap:calc(1.5rem / 3);}.local-actions .team-list h3{min-width:0;}
}
.direct-wrap{--layer-control:calc(1.5rem * 1.14);--layer-static:calc(1580px / 2.7);padding:calc(1.5rem * 2.4) 1.54rem;background:#F6F9FC;color:#0E1A26;}
.direct-wrap .compact-view{max-width:1580px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-control);}
.direct-wrap h2,.direct-wrap h3,.direct-wrap p{margin:0;}
.direct-wrap h2{font-size:calc(19.6px * 2);line-height:1.14;max-width:var(--layer-static);}
.direct-wrap h3{font-size:calc(19.6px * 1.35);line-height:1.22;}
.direct-wrap p{font-size:19.6px;line-height:1.6;}
.direct-wrap .local-panel{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.direct-wrap .direct-service{font-size:calc(19.6px * .875);letter-spacing:0.06em;text-transform:uppercase;}
.direct-wrap .public-details{max-width:var(--layer-static);}
.direct-wrap .featured-quote{display:flex;flex-wrap:wrap;gap:1.69rem;}
.direct-wrap .team-list{flex:1 1 calc(1580px / 4.2);min-width:260px;padding:calc(1.5rem * .75);border:1px solid var(--paint-accent);border-radius:0.97rem;background:var(--surface-cool);color:var(--surface-muted);box-shadow:0 1px 4px rgba(0,0,0,0.08);}
.direct-wrap .team-list p{margin-top:calc(1.5rem / 3);}
@media (max-width:760px){.direct-wrap .team-list{flex:1 1 100%;}
}
.wide-rail{--layer-control:calc(1.5rem * 1.15);--layer-static:calc(1580px / 3.05);--copy-quiet:calc(1580px / 3.22);padding:calc(1.5rem * 2.4) 1.54rem;background:#F6F9FC;color:#0E1A26;}
.wide-rail .compact-view{max-width:1580px;margin:0 auto;}
.wide-rail h2,.wide-rail h3,.wide-rail p,.wide-rail ul{margin:0;}
.wide-rail h2{font-size:calc(19.6px * 2);line-height:1.12;max-width:var(--layer-static);}
.wide-rail h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.wide-rail p{font-size:19.6px;line-height:1.6;}
.wide-rail a{color:inherit;text-decoration:none;}
.wide-rail img{display:block;width:100%;height:auto;border-radius:0.43rem;margin-top:var(--layer-control);}
.wide-rail .open-tile{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.69rem;}
.wide-rail .open-tile .public-details{flex:1 1 calc(1580px / 3);min-width:0;color:var(--surface-strong);}
.wide-rail .featured-quote{display:flex;flex-wrap:wrap;align-items:stretch;gap:1.69rem;margin-top:var(--layer-control);}
.wide-rail .team-list{flex:1 1 calc(1580px / 4.4);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);padding:calc(1.5rem * .75);border:1px solid var(--paint-accent);border-radius:0.97rem;background:var(--surface-cool);color:var(--surface-muted);}
.wide-rail .team-list .direct-service{color:var(--surface-strong);}
.wide-rail .top-actions{list-style:none;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem / 4);font-size:calc(19.6px * .875);line-height:1.6;}
.wide-rail .top-actions li{padding-left:calc(1.54rem / 1.6);position:relative;}
.wide-rail .top-actions li::before{content:"";position:absolute;left:0;top:0.62em;width:6px;height:6px;border-radius:50%;background:var(--paint-main);color:#04222B;}
.wide-rail .text-group{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:auto;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.31rem;background:var(--paint-deep);color:#FFFFFF;transition:background 510ms var(--speed-fast);}
.wide-rail .text-group:hover{background:#0A5CC0;color:var(--surface-muted);}
@media (max-width:900px){.wide-rail .open-tile{flex-direction:column;align-items:flex-start;}.wide-rail .team-list{flex:1 1 100%;}
}
.soft-stack{
  padding: calc(1.5rem * 2.4) 1.54rem;
  background: var(--paint-main);
  color: #04222B;
}
.soft-stack .compact-view{max-width: 1580px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.69rem * 1.5);
  align-items: flex-start;}
.soft-stack .team-note{flex: 1 1 320px;
  max-width: 46ch;}
.soft-stack h2{margin: 0;
  font-size: calc(19.6px * 2);
  line-height: 1.1;}
.soft-stack .team-note p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.6px * 1.125);
  line-height: 1.6;}
.soft-stack .local-wrap{
  flex: 1 1 480px;
  border-radius: 1.16rem;
  background: var(--surface-cool);
  color: var(--surface-muted);
  border: 1px solid var(--paint-accent);
  overflow: hidden;
}
.soft-stack .visual-view{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.69rem * 1.5);
  border-bottom: 1px solid var(--paint-accent);}
.soft-stack .visual-view span{font-size: calc(19.6px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;}
.soft-stack a{text-decoration: none;}
.soft-stack .visual-view a{font-size: calc(19.6px * .875);}
.soft-stack .visual-view a:hover{}
.soft-stack .steady-group{display: flex;
  flex-direction: column;}
.soft-stack .steady-group a{display: block;
  padding: calc(1.5rem * .75) calc(1.69rem * 1.5);
  border-bottom: 1px solid var(--paint-accent);
  transition: background 510ms var(--speed-fast);}
.soft-stack .steady-group a:last-child{border-bottom: none;}
.soft-stack .steady-group a:hover{
  background: #E7EFF8;color:var(--surface-strong);}
.soft-stack .steady-group strong{display: block;
  font-size: 19.6px;}
.soft-stack .steady-group small{display: block;
  margin: calc(calc(1.5rem * .75) * 0.3) 0;
  font-size: calc(19.6px * .875);}
.soft-stack .steady-group span{display: block;
  line-height: 1.6;}
@media (max-width: 780px) {.soft-stack .compact-view{
    flex-direction: column;
  }.soft-stack .team-note,
  .soft-stack .local-wrap{
    flex: 1 1 auto;
    max-width: none;
  }
}
.page-benefit{background:#F6F9FC;color:#0E1A26;padding:calc(1.5rem * 2.4) 1.54rem}
.page-benefit .compact-view{max-width:1580px;margin:0 auto}
.page-benefit .text-benefit{display:grid;grid-template-columns:1.15fr .8fr 1fr;gap:calc(1.69rem * 1.5);align-items:start}
.page-benefit .local-panel{min-width:0}
.page-benefit h2{margin:0;font-size:clamp(calc(19.6px * 2),4.4vw,calc(19.6px * 2.65));line-height:1.08;letter-spacing:0}
.page-benefit .local-panel > p{margin:1.5rem 0 0;color:var(--surface-strong);font-size:calc(19.6px * 1.125);line-height:1.65}
.page-benefit .narrow-track{margin-top:calc(1.69rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid var(--paint-accent)}
.page-benefit .media-area{display:block;font-size:calc(19.6px * .875);text-transform:uppercase;letter-spacing:.06em;color:var(--surface-strong)}
.page-benefit .visual-panel{margin:calc(calc(1.5rem * .75)*.4) 0 0;color:#0E1A26;font-size:19.6px;line-height:1.5}
.page-benefit .clear-note{display:block;min-width:0;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.97rem}
.page-benefit .steady-group{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.page-benefit .steady-group a,.page-benefit .text-steps{padding:calc(1.5rem * .75);border-radius:0.43rem;background:var(--surface-cool);color:var(--surface-muted);border:1px solid var(--paint-accent);text-decoration:none}
.page-benefit .steady-group a{transition:border-color 510ms var(--speed-fast)}
.page-benefit .steady-group a:hover{border-color:#00C2D1}
.page-benefit strong,.page-benefit span{display:block}
.page-benefit .steady-group span{margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.55}
.page-benefit .steady-group .direct-service{margin-top:calc(calc(1.5rem * .75)*.7);color:var(--surface-strong);font-size:calc(19.6px * .875)}
@media(max-width:900px){.page-benefit .text-benefit{grid-template-columns:1fr 1fr}.page-benefit .local-panel{grid-column:1 / -1}.page-benefit .clear-note{aspect-ratio:16/9}}
@media(max-width:640px){.page-benefit .text-benefit{grid-template-columns:1fr}.page-benefit .clear-note{aspect-ratio:16/9}}
.local-surface{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 1.54rem;background:#E7EFF8;color:var(--surface-strong)}
.local-surface .compact-view{position:relative;max-width:1580px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1.69rem;align-items:flex-start}
.local-surface .local-panel{flex:1 1 20rem;min-width:16rem}
.local-surface .quiet-callout{margin:0;font-size:calc(19.6px * 1.125);line-height:1.6}
.local-surface h2{margin:calc(1.69rem * 1.5) 0 0;font-size:calc(19.6px * 2);line-height:1.1}
.local-surface .direct-service{margin:calc(1.69rem * 1.5) 0 0;font-size:calc(19.6px * .875);line-height:1.6;opacity:.85}
.local-surface .page-area{flex:1 1 32rem;min-width:18rem;background:var(--surface-cool);color:var(--surface-muted);border:1px solid var(--paint-accent);border-radius:0.97rem;padding:calc(1.5rem * .75);box-shadow:0 1px 4px rgba(0,0,0,0.08)}
.local-surface .fresh-area{margin-top:calc(1.69rem * 1.5)}
.local-surface .fresh-area:first-child{margin-top:0}
.local-surface label{display:block;margin-bottom:0.4rem;font-size:calc(19.6px * .875);letter-spacing:.02em;text-transform:uppercase;opacity:.75}
.local-surface input,.local-surface select,.local-surface textarea{width:100%;padding:0.7rem 0.85rem;border:1px solid var(--paint-accent);border-radius:0.43rem;background:#F6F9FC;color:#0E1A26;font:inherit;font-size:19.6px;outline:none;transition:border-color 510ms var(--speed-fast),box-shadow 510ms var(--speed-fast)}
.local-surface input:focus,.local-surface select:focus,.local-surface textarea:focus{border-color:var(--paint-deep);box-shadow:0 0 0 3px rgba(11, 107, 224, 0.35)}
.local-surface textarea{resize:vertical}
.local-surface .header{display:flex;flex-wrap:wrap;gap:1.69rem}
.local-surface .header .fresh-area{flex:1 1 12rem;margin-top:calc(1.69rem * 1.5)}
.local-surface .text-group{margin-top:calc(1.69rem * 1.5);display:flex;flex-wrap:wrap;gap:calc(1.69rem * 1.5);align-items:center}
.local-surface button{padding:0.75rem 1.5rem;border:0;border-radius:0.43rem;background:var(--paint-deep);color:#FFFFFF;font:inherit;font-size:19.6px;cursor:pointer;transition:background 510ms var(--speed-fast)}
.local-surface button:hover{background:#0A5CC0;color:var(--surface-muted);}
.local-surface .active-flow{flex:1 1 16rem;margin:0;font-size:calc(19.6px * .875);line-height:1.6;opacity:.85}
.local-surface .active-flow a{text-decoration:none}
.local-surface .active-flow a:hover{text-decoration:underline}
@media(max-width:640px){.local-surface .compact-view{flex-direction:column}}
.featured-headline{background:#F6F9FC;color:#0E1A26;padding:calc(1.5rem * 2.4) 1.54rem}
.featured-headline .compact-view{max-width:min(1580px,64rem);margin:0 auto}
.featured-headline .narrow-group{display:flex;flex-direction:column;gap:calc(1.69rem * 1.5)}
.featured-headline .open-tile{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.featured-headline h2{margin:0;font-size:clamp(calc(19.6px * 2),5vw,calc(19.6px * 2.65));line-height:1.08;letter-spacing:0}
.featured-headline .public-details{margin:0;max-width:44rem;font-size:calc(19.6px * 1.125);line-height:1.6;color:var(--surface-strong)}
.featured-headline .clear-note{display:block;width:100%;height:auto;aspect-ratio:16/7;object-fit:cover;border-radius:0.97rem;box-shadow:0 1px 4px rgba(0,0,0,0.08)}
.featured-headline .direct-plan{display:flex;flex-direction:column;gap:1.5rem}
.featured-headline .direct-plan > p{margin:0;max-width:46rem;line-height:1.65}
.featured-headline .featured-quote{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:1.5rem}
.featured-headline .featured-quote li{padding-left:calc(1.5rem * .75);border-left:3px solid var(--paint-main)}
.featured-headline strong,.featured-headline span{display:block}
.featured-headline span{margin-top:calc(calc(1.5rem * .75) * .5);color:var(--surface-strong);line-height:1.55}
.featured-headline .bottom-brand{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .5);padding:calc(1.5rem * .75);background:var(--surface-cool);color:var(--surface-muted);border:1px solid var(--paint-accent);border-radius:0.43rem}
.featured-headline .bottom-brand .direct-service{margin:0 0 calc(calc(1.5rem * .75) * .5);color:var(--surface-strong)}
.featured-headline .bottom-brand .media-nav{margin:0}
.featured-headline .bottom-brand a{color:#0B6BE0;text-decoration:none}
.featured-headline .bottom-brand a:hover{color:inherit;}
.featured-headline .direct-figure{margin:calc(calc(1.5rem * .75) * .5) 0 0;font-size:calc(19.6px * .875);color:var(--surface-strong)}
@media(max-width:520px){.featured-headline .featured-quote li{padding-left:1.5rem}}
.clear-shell{
  padding:calc(1.5rem * 2.4) 1.54rem;
  background:#F6F9FC;
  color:#0E1A26;
}
.clear-shell .fresh-proof{max-width:min(1580px,64rem);
  margin:0 auto;}
.clear-shell .open-tile{max-width:52rem;}
.clear-shell h2{margin:0;
  font-size:calc(19.6px * 2.65);
  line-height:1.08;}
.clear-shell .quiet-callout{margin:1.5rem 0 0;
  font-size:calc(19.6px * 1.125);
  line-height:1.6;}
.clear-shell .service-method{margin-top:calc(1.69rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:0;}
.clear-shell .direct-service{padding:1.69rem 0;
  border-top:1px solid var(--paint-accent);}
.clear-shell .direct-service:last-child{border-bottom:1px solid var(--paint-accent);}
.clear-shell h3{margin:0 0 calc(1.5rem * .75);
  font-size:calc(19.6px * 1.35);
  line-height:1.25;}
.clear-shell .direct-service p{margin:0;
  max-width:60rem;}
.clear-shell .bottom-brand{
  margin-top:calc(1.69rem * 1.5);
  padding:calc(1.5rem * .75) calc(1.5rem * .75);
  background:#E7EFF8;
  color:var(--surface-strong);
  border-radius:0.43rem;
}
.clear-shell .bottom-brand .media-nav{margin:0 0 0.35rem;
  font-size:calc(19.6px * .875);}
.clear-shell .bottom-brand .media-nav:last-child{margin-bottom:0;}
.clear-shell .bottom-brand a{text-decoration:none;}
.clear-shell .bottom-brand a:hover{text-decoration:underline;}
@media (max-width:640px){.clear-shell .quiet-callout{
    font-size:19.6px;
  }.clear-shell .direct-service{
    padding:calc(1.5rem * .75) 0;
  }
}
.primary-panel{
  padding: calc(1.5rem * 2.4) 1.54rem;
  background: #0E1A26;
  color: #F6F9FC;
}
.primary-panel .compact-view{max-width: min(1580px, 72rem);
  margin: 0 auto;}
.primary-panel h2{margin: 0;
  font-size: calc(19.6px * 2);
  line-height: 1.1;}
.primary-panel .local-panel{margin: calc(1.5rem * .75) 0 calc(1.69rem * 1.5);
  max-width: 44rem;
  color: #C3CFDE;
  font-size: calc(19.6px * 1.125);}
.primary-panel .visual-fields{display: flex;
  flex-wrap: wrap;
  gap: 1.69rem;}
.primary-panel .team-list{flex: 1 1 18rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #22303F;}
.primary-panel .team-list strong{display: block;
  font-size: calc(19.6px * 1.35);
  line-height: 1.25;}
.primary-panel .team-list p{margin: calc(1.5rem * .75) 0 0;
  color: #C3CFDE;}
.primary-panel .top-lead{display: flex;
  flex-wrap: wrap;
  gap: calc(1.69rem * 1.5) 1.69rem;
  margin-top: calc(1.69rem * 1.5);
  padding: calc(1.5rem * .75);
  border: 1px solid #22303F;
  border-radius: 0.97rem;}
.primary-panel .fresh-area{flex: 1 1 14rem;}
.primary-panel .active-menu{display: block;
  margin-bottom: 0.35rem;
  font-size: calc(19.6px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #C3CFDE;}
.primary-panel .fresh-area a{color: var(--paint-main);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 510ms var(--speed-fast);}
.primary-panel .fresh-area a:hover{border-bottom-color: var(--paint-main);}
.primary-panel .fresh-area p{margin: 0;}
.primary-panel .direct-service{margin: calc(1.69rem * 1.5) 0 0;
  max-width: 46rem;
  color: #C3CFDE;
  font-size: calc(19.6px * .875);}
@media (max-width: 640px) {.primary-panel .visual-fields{
    flex-direction: column;
  }.primary-panel .top-lead{
    flex-direction: column;
  }
}
.narrow-actions{
  background: var(--tone-warm, linear-gradient(135deg, #0B6BE0 0%, #00C2D1 100%));
  color: #FFFFFF;
  padding: calc(1.5rem * 2.4) 1.54rem;
}
.narrow-actions .compact-view{width: min(100%, 1580px);
  margin: 0 auto;}
.narrow-actions .active-footer{display: flex;
  align-items: center;
  gap: calc(1.69rem * 1.5);}
.narrow-actions .fresh-flow{flex: 1 1 460px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.69rem * 1.5);}
.narrow-actions .direct-service{margin: 0;
  max-width: 40ch;
  font-size: calc(19.6px * .875);
  line-height: 1.6;
  opacity: 0.82;}
.narrow-actions h1{margin: 0;
  font-size: clamp(calc(19.6px * 2), 6vw, calc(19.6px * 2.65));
  line-height: 1.05;
  letter-spacing: 0;}
.narrow-actions .top-actions{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(255, 255, 255, 0.28);}
.narrow-actions .public-details{max-width: 46ch;
  line-height: 1.6;
  opacity: 0.9;}
.narrow-actions .text-group{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;}
.narrow-actions .text-group a{padding: 12px 20px;
  border-radius: 0.43rem;
  text-decoration: none;
  font-weight: 700;
  font-size: calc(19.6px * .875);
  transition: background 510ms var(--speed-fast, cubic-bezier(0.4,0,0.2,1));}
.narrow-actions .text-group .open-intro{
  background: #FFFFFF;
  color: #0B6BE0;
}
.narrow-actions .text-group .open-intro:hover{
  background: var(--paint-main, #00C2D1);
  color: #04222B;
}
.narrow-actions .text-group .team-lead{
  background: rgba(255, 255, 255, 0.14);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.42);
}
.narrow-actions .text-group .team-lead:hover{
  background: rgba(255, 255, 255, 0.26);
}
.narrow-actions .featured-entries{display: block;
  flex: 0 1 40%;
  min-width: 240px;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 0.97rem;
  box-shadow: var(--shadow-strong, 0 6px 26px rgba(0,0,0,0.11));}
@media (max-width: 760px) {.narrow-actions{ padding: calc(1.5rem * 2.4) 1.54rem; }.narrow-actions .active-footer{ flex-direction: column-reverse; align-items: stretch; }.narrow-actions .featured-entries{ flex-basis: auto; min-width: 0; aspect-ratio: 16/10; }
}
