body{margin:0;padding:0;font-family:var(--label-quiet);}
*,*::before,*::after{box-sizing:border-box;}
:root {
  --paint-inverse: calc(var(--stack-tight) * .75);
  --surface-secondary: #E6F1F4;
  --surface-strong: #F5F8FA;
  --curve-round: 1rem;
  --tone-panel: #12B5A6;
  --speed-fast: 470ms;
  --type-meta: var(--type-heading);
  --paint-deep: #04211F;
  --tone-extra-29: #0B1620;
  --delay-soft: ease;
  --depth-soft: 0 12px 22px rgba(0,0,0,0.17);
  --gap-tight: var(--gap-list);
  --gutter-list: calc(var(--gutter-panel) * 1.5);
  --type-extra-21: 1.66;
  --tone-primary: #EDF3F6;
  --tone-extra-26: #22323F;
  --paint-clear: #12B5A6;
  --gutter-panel: 1.89rem;
  --stack-base: 1460px;
  --label-meta: calc(var(--type-heading) * .875);
  --line-secondary: #D3DEE5;
  --tone-base: #0E7C86;
  --stack-tight: 1.5rem;
  --measure-wide: calc(var(--stack-tight) * 2.4);
  --radius-extra-33: 0.32rem;
  --ink-muted: #0B1620;
  --gap-list: 1.88rem;
  --ink-inverse: #0B1620;
  --type-heading: 16.2px;
  --label-button: calc(var(--type-heading) * 1.125);
  --label-quiet: "Orbitron", sans-serif;
  --font-heading: calc(var(--type-heading) * 1.35);
  --radius-panel: 0.52rem;
  --ink-cool: #FFFFFF;
}
.content-flow {
    width: 100%;
    background: var(--surface-strong);
    color: var(--tone-extra-29);
    border-bottom: 1px solid var(--line-secondary);
  }
.contact-items {
    max-width: var(--stack-base);
    margin: 0 auto;
    padding-left: var(--gap-list);
    padding-right: var(--gap-list);
  }
.strong-visual {
    background: var(--ink-muted);
    color: var(--surface-secondary);
    font-size: var(--label-meta);
    line-height: var(--type-extra-21);
  }
.top-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--gutter-panel);
    padding-top: var(--gutter-list);
    padding-bottom: var(--gutter-list);
  }
.local-section {
    margin: 0;
    max-width: 46ch;
    opacity: 0.85;
  }
.open-steps {
    display: flex;
    flex-wrap: wrap;
    gap: var(--paint-inverse);
    margin: 0;
    padding: 0;
    list-style: none;
  }
.open-steps li {
    display: inline-flex;
    align-items: baseline;
    gap: 0.4rem;
    white-space: nowrap;
  }
.simple-wrap {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.7rem;
    opacity: 0.65;
  }
.local-wrap {
    background: var(--surface-strong);
    color: var(--tone-extra-29);
  }
.primary-fields {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--gutter-panel);
    padding-top: var(--stack-tight);
    padding-bottom: var(--stack-tight);
  }
.plain-media {
    font-size: var(--label-button);
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    color: var(--tone-extra-29);
    white-space: nowrap;
  }
.plain-media:hover,
  .plain-media:focus-visible {
    color: var(--paint-clear);
  }
.narrow-track {
    display: block;
  }
.nav-list {
    display: flex;
    align-items: center;
    gap: var(--paint-inverse);
    margin: 0;
    padding: 0;
    list-style: none;
  }
.nav-link {
    display: inline-block;
    padding: 0.5rem 0.85rem;
    border-radius: var(--radius-extra-33);
    font-size: var(--type-meta);
    text-decoration: none;
    color: var(--tone-extra-29);
    transition: background-color var(--speed-fast) var(--delay-soft),
                color var(--speed-fast) var(--delay-soft);
  }
.nav-link:hover,
  .nav-link:focus-visible {
    background: var(--tone-primary);
    color: var(--tone-extra-26);
  }
.focused-summary{
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--line-secondary);
    border-radius: var(--radius-panel);
    background: var(--ink-cool);
    cursor: pointer;color:var(--ink-inverse);}
.contact-body{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: var(--ink-inverse);
    border-radius: var(--radius-extra-33);
    transition: transform var(--speed-fast) var(--delay-soft),
                opacity var(--speed-fast) var(--delay-soft);color:var(--ink-inverse);}
.focused-summary[aria-expanded="true"] .contact-body:nth-child(1){transform: translateY(7px) rotate(45deg);}
.focused-summary[aria-expanded="true"] .contact-body:nth-child(2){opacity: 0;}
.focused-summary[aria-expanded="true"] .contact-body:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
@media (max-width: 767px) {
    .top-wrap {
      flex-direction: column;
      align-items: flex-start;
      gap: var(--gutter-list);
    }

    .open-steps {
      gap: var(--gutter-list);
    }

    .open-steps li {
      white-space: normal;
    }

    .focused-summary {
      display: flex;
    }

    .narrow-track {
      display: none;
      width: 100%;
    }

    .narrow-track.is-open {
      display: block;
    }

    .primary-fields {
      flex-wrap: wrap;
    }

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0.25rem;
      width: 100%;
      padding-top: var(--gutter-list);
    }

    .nav-link {
      display: block;
      padding: 0.75rem 0.85rem;
      border-radius: var(--radius-panel);
    }
  }
.soft-flow{font-family:var(--label-quiet);font-size:var(--type-heading);line-height:var(--type-extra-21);padding:var(--measure-wide) var(--gap-tight);background:var(--ink-muted);color:var(--surface-secondary);}
.quiet-form{max-width:var(--stack-base);margin:0 auto;display:flex;flex-direction:column;gap:var(--gutter-list)}
.text-callout{display:grid;grid-template-columns:1.3fr 1.6fr 0.9fr 1.2fr;gap:var(--gutter-panel);align-items:start}
.open-region,
  .local-note,
  .open-block,
  .secondary-brand{min-width:0}
.simple-team{font-size:var(--font-heading);font-weight:700;letter-spacing:0.02em;margin:0 0 var(--stack-tight);color:inherit}
.focused-rail{margin:0;font-size:var(--label-meta);line-height:var(--type-extra-21);color:inherit;opacity:0.85;max-width:34ch}
.main-header{font-size:var(--type-meta);font-weight:600;margin:0 0 var(--stack-tight);color:inherit;letter-spacing:0.01em}
.direct-copy{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(var(--stack-tight) * 0.5);font-size:var(--label-meta)}
.team-section{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:calc(var(--stack-tight) * 0.5) var(--gutter-panel)}
.secondary-note{gap:var(--stack-tight)}
.secondary-note li{display:flex;flex-direction:column;gap:0.15rem}
.steady-section{font-size:var(--label-meta);opacity:0.7;color:inherit}
.site-intro{color:inherit;text-decoration:none;word-break:break-word}
.direct-copy a,
  .steady-list a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color var(--speed-fast) var(--delay-soft)}
.direct-copy a:hover,
  .steady-list a:hover{border-bottom-color:currentColor;color:inherit}
.strong-frame{border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:var(--stack-tight);font-size:var(--label-meta);line-height:var(--type-extra-21);color:inherit;opacity:0.85}
.strong-frame p{margin:0;max-width:90ch}
.active-figure{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--stack-tight);border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:var(--stack-tight);font-size:var(--label-meta)}
.fresh-actions{margin:0;color:inherit;opacity:0.85}
.steady-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:var(--gutter-panel)}
@media (max-width: 1024px) {.text-callout{grid-template-columns:1fr 1fr}
  }
@media (max-width: 640px) {.soft-flow{padding:var(--gutter-list) var(--gap-list);background:var(--ink-muted);color:var(--surface-secondary);}.text-callout{grid-template-columns:1fr}.team-section{grid-template-columns:1fr 1fr}.active-figure{flex-direction:column;align-items:flex-start}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:var(--gap-list);right:var(--gap-list);bottom:var(--stack-tight);z-index:1200;}
.cookies .narrow-rail{max-width:var(--stack-base);margin:0 auto;background:var(--ink-cool);border:1px solid var(--line-secondary);border-radius:var(--curve-round);box-shadow:var(--depth-soft);padding:calc(var(--stack-tight) * .9) var(--gap-list);display:grid;grid-template-columns:1fr auto;gap:12px var(--gutter-panel);align-items:center;color:var(--ink-inverse);}
.cookies .contact-form{font-weight:700;}
.cookies p{margin:0;grid-column:1 / 2;}
.cookies .text-benefit{grid-row:1 / 3;grid-column:2 / 3;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;}
.cookies .text-benefit button{border:1px solid var(--line-secondary);background:var(--tone-primary);color:var(--tone-extra-26);border-radius:var(--radius-extra-33);padding:8px 12px;cursor:pointer;}
.cookies .text-benefit button.cookie-accept{background:var(--tone-panel);color:var(--paint-deep);border-color:transparent;font-weight:700;}
@media (max-width: 760px){.cookies .narrow-rail{grid-template-columns:1fr;}
        .cookies p,.cookies .text-benefit{grid-column:auto;grid-row:auto;}
        .cookies .text-benefit{justify-content:flex-start;}
    }
.featured-grid{
        --layer-soft: calc(var(--stack-tight) * 1.42);
        --axis-strong: calc(var(--stack-base) / 2.66);
        padding: var(--measure-wide) var(--gap-tight);
        background: linear-gradient(135deg, #0B1620 0%, #0E3A44 48%, #0E7C86 100%);
        color: #EAF6F8;
    }
.featured-grid .narrow-rail{max-width: var(--stack-base);
        margin: 0 auto;}
.featured-grid h1,
    .featured-grid p{margin: 0;}
.featured-grid h1{font-size: calc(16.2px * 2.65);
        line-height: 1.1;}
.featured-grid p{font-size: var(--type-meta);
        line-height: var(--type-extra-21);}
.featured-grid a{color: inherit;
        text-decoration: none;}
.featured-grid .plain-tile{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: var(--paint-inverse) var(--stack-tight);
        border-radius: var(--radius-extra-33);
        background: var(--tone-panel);
        color: var(--paint-deep);
    }
.featured-grid .plain-tile:hover{
        background: #0E9C90;color:var(--ink-inverse);}
.featured-grid .strong-track{padding-inline-start: var(--paint-inverse);}
.featured-grid .public-entries{row-gap: calc(var(--layer-soft) * 1.2);}
.featured-grid .bottom-items{padding-block: calc(var(--layer-soft) / 2);}
.featured-grid .primary-headline{display: flex;
        align-items: flex-end;
        gap: var(--gutter-panel);}
.featured-grid .primary-headline h1{min-width: 0;
        flex: 1 1 auto;}
.featured-grid .open-intro{min-width: 0;
        display: flex;
        flex-direction: column;
        gap: var(--gutter-list);}
.featured-grid .open-intro .plain-tile{align-self: flex-start;}
.featured-grid .stack{display: flex;
        flex-wrap: wrap;
        gap: var(--gutter-panel);
        font-size: var(--label-meta);}
.featured-grid .stack a{border-bottom: 1px solid currentColor;
        padding-bottom: 2px;}
.featured-grid .stack a:hover{border-bottom-color: var(--tone-panel);}
@media (max-width: 760px) {.featured-grid .primary-headline{
            align-items: flex-start;
            flex-direction: column;
        }
    }
.featured-group{
  --layer-soft:calc(var(--stack-tight) * 1.18);
  padding:var(--measure-wide) var(--gap-tight);
  background:var(--tone-primary);
  color:var(--tone-extra-26);
}
.featured-group .narrow-rail{max-width:var(--stack-base);margin:0 auto;}
.featured-group h2,.featured-group p{margin:0;}
.featured-group h2{font-size:calc(16.2px * 2);line-height:1.14;}
.featured-group p{font-size:var(--type-meta);line-height:var(--type-extra-21);}
.featured-group .visual{font-size:var(--label-button);line-height:1.5;}
.featured-group .open-intro{display:flex;flex-direction:column;gap:var(--gutter-list);margin-top:var(--gutter-list);}
.featured-group .bottom-brand{font-size:var(--label-meta);margin-top:var(--gutter-list);}
.featured-group .fresh-group{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:var(--paint-inverse);
  margin-top:var(--layer-soft);}
.featured-group .plain-tile{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:var(--paint-inverse) var(--stack-tight);
  border-radius:var(--radius-extra-33);
  background:var(--tone-base);
  color:#F2FBFC;
  font-size:var(--type-meta);
  text-decoration:none;
  transition:background var(--speed-fast) var(--delay-soft);
}
.featured-group .plain-tile:hover{background:#0A646D;color:var(--ink-inverse);}
.featured-group .open-grid{color:inherit;
  font-size:var(--label-meta);
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color var(--speed-fast) var(--delay-soft),border-color var(--speed-fast) var(--delay-soft);}
.featured-group .open-grid:hover{color:inherit;border-bottom-color:var(--paint-clear);}
@media (max-width:640px){.featured-group .fresh-group{flex-direction:column;align-items:flex-start;}.featured-group .plain-tile{width:100%;}
}
.site-tile{--layer-soft:calc(var(--stack-tight) * 1.4);--layer-public:calc(var(--stack-base) / 3.4);padding:var(--measure-wide) var(--gap-tight);background:var(--tone-base);color:#F2FBFC;}
.site-tile .narrow-rail{max-width:var(--stack-base);margin:0 auto;}
.site-tile h2,.site-tile h3,.site-tile p{margin:0;}
.site-tile h2{font-size:calc(16.2px * 2);line-height:1.14;}
.site-tile h3{font-size:var(--font-heading);line-height:1.24;}
.site-tile p{font-size:var(--type-meta);line-height:var(--type-extra-21);color:color-mix(in srgb, currentColor 76%, transparent);}
.site-tile a{color:inherit;text-decoration:none;}
.site-tile .bottom-brand{font-size:var(--label-meta);letter-spacing:0.06em;text-transform:uppercase;color:color-mix(in srgb, currentColor 66%, transparent);}
.site-tile .visual{margin-top:calc(var(--stack-tight) / 2);}
.site-tile .plain-tile{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--paint-inverse) var(--stack-tight);border-radius:var(--radius-extra-33);background:#F2FBFC;color:var(--tone-base);}
.site-tile .narrow-flow{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gutter-panel);margin-top:var(--layer-soft);}
.site-tile .soft-brand{flex:1 1 var(--layer-public);min-width:0;padding-top:var(--gutter-list);border-top:1px solid color-mix(in srgb, currentColor 24%, transparent);}
.site-tile .soft-brand p,.site-tile .soft-brand a{margin-top:calc(var(--stack-tight) / 3);}
.site-tile .soft-brand a{display:inline-block;border-bottom:1px solid color-mix(in srgb, currentColor 42%, transparent);}
.site-tile .plain-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gutter-panel);}
.site-tile .plain-frame>.open-intro{flex:1 1 auto;min-width:0;}
.site-tile .plain-frame>.plain-tile{flex:0 0 auto;}
.site-tile .plain-frame>.narrow-flow{flex:1 1 100%;}
.site-tile .open-intro h2{margin-top:calc(var(--stack-tight) / 2);}
@media (max-width:720px){.site-tile .plain-frame>.plain-tile{width:100%;}.site-tile .soft-brand{flex:1 1 100%;}
}
.secondary-body{
        padding: var(--measure-wide) var(--gap-tight);
        background: var(--tone-primary);
        color: var(--tone-extra-26);
    }
.secondary-body .narrow-rail{max-width: var(--stack-base);
        margin: 0 auto;
        width: min(100%, 58rem);}
.secondary-body .offer-method{margin-bottom: var(--gutter-list);}
.secondary-body .offer-method p{margin: 0;
        font-size: var(--type-meta);
        line-height: var(--type-extra-21);}
.secondary-body h2{margin: var(--stack-tight) 0 0;
        font-size: calc(16.2px * 2);
        line-height: 1.1;}
.secondary-body .content-callout{display: flex;
        flex-wrap: wrap;
        gap: var(--gutter-panel);
        align-items: flex-start;}
.secondary-body .bottom-brand{flex: 1 1 18rem;
        min-width: 16rem;
        line-height: var(--type-extra-21);}
.secondary-body .bottom-brand p{margin: 0 0 var(--paint-inverse);}
.secondary-body .bottom-brand p:last-child{margin-bottom: 0;}
.secondary-body .stack{padding-top: var(--paint-inverse);
        border-top: 1px solid var(--line-secondary);
        font-size: var(--label-meta);}
.secondary-body .stack a{color:inherit;
        text-decoration: underline;
        text-underline-offset: 3px;}
.secondary-body .stack a:hover{color:inherit;}
.secondary-body .narrow-flow{flex: 1 1 24rem;
        min-width: 18rem;
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: var(--paint-inverse);}
.secondary-body li{
        padding: var(--stack-tight) var(--gap-list);
        background: var(--ink-cool);
        color: var(--ink-inverse);
        border: 1px solid var(--line-secondary);
        border-radius: var(--radius-panel);
        box-shadow: 0 2px 7px rgba(0,0,0,0.13);
    }
.secondary-body li strong{display: block;
        font-size: var(--label-button);
        line-height: 1.2;}
.secondary-body li span{display: block;
        margin-top: var(--paint-inverse);
        font-size: var(--type-heading);
        line-height: var(--type-extra-21);}
@media (max-width: 720px) {.secondary-body .content-callout{
            display: block;
        }.secondary-body .bottom-brand{
            margin-bottom: var(--gutter-list);
        }.secondary-body li{
            padding: var(--stack-tight) var(--stack-tight);
        }
    }
.site-details{padding:var(--measure-wide) var(--gap-tight);background:linear-gradient(135deg, #0B1620 0%, #0E3A44 48%, #0E7C86 100%);color:#EAF6F8}
.site-details .narrow-rail{max-width:var(--stack-base);margin:0 auto}
.site-details .top-proof{display:flex;gap:var(--gutter-list);align-items:flex-start;flex-wrap:wrap}
.site-details .focused-panel{flex:1 1 20rem;min-width:0;border-top:1px solid color-mix(in srgb,#EAF6F8 26%,transparent);padding-top:var(--stack-tight)}
.site-details .focused-panel p{margin:0;line-height:var(--type-extra-21);font-size:var(--type-meta)}
.site-details .team-rail{flex:2 1 40rem;min-width:0}
.site-details h2{margin:0;font-size:calc(16.2px * 2);line-height:1.08;letter-spacing:0.01em}
.site-details .top-section{margin-top:var(--gutter-list);display:flex;flex-direction:column;gap:var(--stack-tight)}
.site-details .top-section p{margin:0;display:flex;gap:var(--stack-tight);align-items:baseline;padding-bottom:var(--paint-inverse);border-bottom:1px solid color-mix(in srgb,#EAF6F8 16%,transparent)}
.site-details .top-section p:last-child{border-bottom:0;padding-bottom:0}
.site-details strong{flex:0 1 15rem;min-width:0;font-size:var(--label-meta);text-transform:uppercase;letter-spacing:0.06em;opacity:0.92}
.site-details span{flex:1 1 30rem;min-width:0;line-height:var(--type-extra-21)}
@media(max-width:760px){.site-details .top-proof{display:block}.site-details .team-rail{margin-top:var(--gutter-list)}.site-details .top-section p{display:block}.site-details strong{display:block;margin-bottom:var(--paint-inverse)}.site-details span{display:block}.site-details h2{font-size:var(--font-heading)}
}
.open-panel{
        padding:calc(var(--measure-wide) * .8) var(--gap-tight);
        background:var(--tone-base);
        color:#F2FBFC;
    }
.quiet-intro{
        max-width:var(--stack-base);
        margin:0 auto;
        display:grid;
        grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);
        gap:clamp(1.6rem,4vw,4.2rem);
        align-items:end;
    }
.clear-track h1{
        margin:0 0 var(--gutter-list);
        font-size:clamp(2.1rem,5.4vw,4.4rem);
        line-height:1.02;
        font-weight:760;
        letter-spacing:-0.01em;
    }
.clear-track p{
        margin:0;
        font-size:clamp(1rem,1.5vw,1.16rem);
        line-height:1.72;
        color:color-mix(in srgb,currentColor 82%,transparent);
    }
.local-items{
        display:flex;
        flex-direction:column;
        gap:var(--paint-inverse);
        padding-left:clamp(0rem,2vw,1.6rem);
        border-left:1px solid color-mix(in srgb,currentColor 22%,transparent);
    }
.local-items p{
        margin:0;
        font-size:var(--label-meta);
        line-height:1.7;
        color:color-mix(in srgb,currentColor 72%,transparent);
    }
@media (max-width:860px){.quiet-intro{
            grid-template-columns:1fr;
            align-items:start;
        }.local-items{
            padding-left:0;
            padding-top:var(--gutter-list);
            border-left:0;
            border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);
        }
    }
.bottom-story{--layer-soft:calc(var(--stack-tight) * 1.12);--layer-control:1px solid color-mix(in srgb, currentColor 22%, transparent);padding:var(--measure-wide) var(--gap-tight);background:var(--tone-base);color:#F2FBFC;}
.bottom-story .narrow-rail{max-width:var(--stack-base);margin:0 auto;}
.bottom-story h2,.bottom-story h3,.bottom-story p{margin:0;}
.bottom-story h2{font-size:calc(16.2px * 2);line-height:1.14;}
.bottom-story h3{font-size:var(--font-heading);line-height:1.22;}
.bottom-story p{font-size:var(--type-meta);line-height:var(--type-extra-21);color:color-mix(in srgb, currentColor 78%, transparent);}
.bottom-story .offer-method{display:flex;flex-direction:column;gap:calc(var(--stack-tight) / 2);}
.bottom-story .bottom-brand{font-size:var(--label-meta);letter-spacing:0.06em;text-transform:uppercase;color:color-mix(in srgb, currentColor 66%, transparent);}
.bottom-story .visual{font-size:var(--label-button);color:color-mix(in srgb, currentColor 86%, transparent);}
.bottom-story .top-proof{display:flex;flex-direction:column;margin-top:var(--layer-soft);border-top:var(--layer-control);}
.bottom-story .soft-brand{padding:var(--gutter-list) 0;border-bottom:var(--layer-control);}
.bottom-story .soft-brand p{margin-top:calc(var(--stack-tight) / 2.6);}
.bottom-story .page-inner{margin-top:var(--layer-soft);font-size:var(--label-meta);color:color-mix(in srgb, currentColor 72%, transparent);}
@media (min-width:900px){.bottom-story .offer-method{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:var(--gutter-panel);align-items:end;}.bottom-story .bottom-brand{grid-column:1 / -1;}.bottom-story .soft-brand{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.6fr);gap:var(--gutter-panel);align-items:start;}.bottom-story .soft-brand p{margin-top:0;}
}
.top-intro{
  background: var(--surface-strong);
  color: var(--tone-extra-29);
  padding: var(--measure-wide) var(--gap-tight);
}
.top-intro .narrow-rail{width: min(100%, var(--stack-base));
  margin: 0 auto;}
.top-intro h2,
.top-intro p{margin: 0;}
.top-intro .offer-method{display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--gutter-panel);
  margin-bottom: var(--gutter-list);}
.top-intro h2{font-size: calc(16.2px * 2);
  line-height: 1.08;
  flex: 1 1 18rem;}
.top-intro .offer-method p{flex: 1 1 26rem;
  color: var(--tone-extra-26);
  line-height: var(--type-extra-21);}
.top-intro .quiet-links{display: flex;
  flex-wrap: wrap;
  gap: var(--paint-inverse);}
.top-intro .quiet-figure{
  flex: 1 1 20rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: var(--paint-inverse);
  padding: var(--stack-tight);
  border-radius: var(--curve-round);
  background: var(--ink-cool);
  color: var(--ink-inverse);
  border: 1px solid var(--line-secondary);
  box-shadow: 0 2px 7px rgba(0,0,0,0.13);
}
.top-intro .quiet-figure:nth-child(3n + 1){flex: 1 1 30rem;}
.top-intro strong{font-size: var(--font-heading);
  line-height: 1.16;}
.top-intro .quiet-figure p{color: var(--tone-extra-26);
  line-height: var(--type-extra-21);}
.top-intro .quiet-figure span{margin-top: auto;
  padding-top: var(--paint-inverse);
  color: var(--tone-extra-26);
  font-size: var(--label-meta);
  border-top: 1px solid var(--line-secondary);}
@media (max-width: 760px) {.top-intro .offer-method{
    flex-direction: column;
    align-items: flex-start;
  }.top-intro .quiet-figure,
  .top-intro .quiet-figure:nth-child(3n + 1){
    flex: 1 1 100%;
  }
}
.bottom-inner{
    padding:calc(var(--measure-wide) * 1.2) var(--gap-tight);
    background:linear-gradient(135deg, #0B1620 0%, #0E3A44 48%, #0E7C86 100%);
    color:#EAF6F8;
}
.bottom-inner .featured-wrap{max-width:var(--stack-base);
    margin:0 auto;
    display:grid;
    gap:var(--gutter-list);}
.bottom-inner h2,
.bottom-inner h3,
.bottom-inner p{margin:0;}
.bottom-inner .visual{display:grid;
    gap:var(--paint-inverse);
    max-width:100%;}
.bottom-inner .visual h2{font-size:calc(16.2px * 2);
    line-height:1.2;}
.bottom-inner .visual p{font-size:var(--type-meta);
    line-height:var(--type-extra-21);}
.bottom-inner .visual-service{display:grid;
    grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);
    gap:var(--gutter-panel);
    align-items:start;}
.bottom-inner .plain-details{display:grid;
    gap:var(--paint-inverse);}
.bottom-inner .plain-details .soft-brand{display:grid;
    gap:.4rem;
    padding:var(--paint-inverse) var(--paint-inverse) var(--paint-inverse) 0;
    border-top:1px solid var(--line-secondary);}
.bottom-inner .plain-details .soft-brand:first-child{border-top:none;
    padding-top:0;}
.bottom-inner .plain-details h3{font-size:var(--font-heading);
    line-height:1.25;}
.bottom-inner .plain-details p{font-size:var(--type-heading);
    line-height:var(--type-extra-21);}
.bottom-inner .wide-track{
    display:grid;
    gap:.7rem;
    background:var(--ink-cool);
    color:var(--ink-inverse);
    border:1px solid var(--line-secondary);
    border-radius:var(--curve-round);
    padding:var(--paint-inverse);
    box-shadow:0 2px 7px rgba(0,0,0,0.13);
}
.bottom-inner .wide-track .bottom-brand{display:grid;
    gap:.2rem;
    padding-bottom:.6rem;
    border-bottom:1px solid var(--line-secondary);}
.bottom-inner .wide-track .bottom-brand:last-of-type{border-bottom:none;
    padding-bottom:0;}
.bottom-inner .wide-track strong{font-size:var(--type-meta);
    line-height:1.3;}
.bottom-inner .wide-track span{font-size:var(--label-meta);
    line-height:var(--type-extra-21);}
.bottom-inner .stack{display:flex;
    flex-wrap:wrap;
    gap:.5rem;
    margin-top:.4rem;}
.bottom-inner .stack a{
    display:inline-flex;
    align-items:center;
    min-height:2.4rem;
    padding:0 .85rem;
    border-radius:var(--radius-extra-33);
    text-decoration:none;
    background:var(--tone-base);
    color:#F2FBFC;
    border:1px solid rgba(18, 181, 166, 0.45);
    font-size:var(--label-meta);
    transition:background var(--speed-fast) var(--delay-soft);
}
.bottom-inner .stack a:hover{
    background:#0A646D;color:var(--ink-inverse);}
@media (max-width:900px){.bottom-inner .visual-service{
        grid-template-columns:1fr;
    }
}
@media (max-width:680px){.bottom-inner{
        padding:var(--measure-wide) var(--gap-tight);
    }.bottom-inner .visual h2{
        font-size:var(--font-heading);
    }
}
.service-body{
        padding:calc(var(--measure-wide) * .75) var(--gap-tight);
        background:var(--tone-base);
        color:#F2FBFC;
    }
.quiet-intro{
        max-width:var(--stack-base);
        margin:0 auto;
        display:grid;
        grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);
        gap:clamp(1.6rem,4vw,4.2rem);
        align-items:end;
    }
.service-body h1{margin:0;
        font-size:clamp(2.05rem,5.4vw,4.35rem);
        line-height:1.04;
        font-weight:760;
        letter-spacing:-0.01em;}
.local-items{
        padding-bottom:.35rem;
    }
.service-body p{margin:0;
        font-size:clamp(1rem,1.5vw,1.16rem);
        line-height:1.74;
        color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:820px){.quiet-intro{
            grid-template-columns:1fr;
            align-items:start;
        }.local-items{
            padding-bottom:0;
        }
    }
.contact-copy{--layer-soft:calc(var(--stack-tight) * 0.91);--font-lead:calc(var(--stack-base) / 3.21);padding:var(--measure-wide) var(--gap-tight);background:var(--tone-base);color:#F2FBFC;}
.contact-copy .narrow-rail{max-width:var(--stack-base);margin:0 auto;}
.contact-copy h2,.contact-copy h3,.contact-copy p{margin:0;}
.contact-copy h2{font-size:calc(16.2px * 2);line-height:1.12;}
.contact-copy h3{font-size:var(--font-heading);line-height:1.2;}
.contact-copy p{font-size:var(--type-meta);line-height:var(--type-extra-21);color:color-mix(in srgb, currentColor 76%, transparent);}
.contact-copy a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.contact-copy a:hover{}
.contact-copy .main-headline{padding-block:calc(var(--layer-soft) / 2);}
.contact-copy .public-entries{row-gap:calc(var(--layer-soft) * 1.2);}
.contact-copy .visual{margin-top:var(--stack-tight);}
.contact-copy .narrow-flow{display:flex;flex-wrap:wrap;gap:var(--layer-soft);margin-top:var(--layer-soft);}
.contact-copy .soft-brand{flex:1 1 var(--font-lead);min-width:0;padding:calc(var(--layer-soft) * .75);border-radius:var(--radius-panel);background:color-mix(in srgb, currentColor 10%, transparent);}
.contact-copy .soft-brand p{margin-top:calc(var(--stack-tight) / 3);}
.contact-copy .stack{margin-top:var(--layer-soft);font-size:var(--label-meta);}
.direct-footer{
  --layer-soft:calc(var(--stack-tight) * 1.19);
  --axis-strong:calc(var(--stack-base) / 2.43);
  --font-lead:calc(var(--stack-base) / 3.52);
  padding:var(--measure-wide) var(--gap-tight);
  background:var(--ink-muted);
  color:var(--surface-secondary);
}
.direct-footer .narrow-rail{max-width:var(--stack-base);margin:0 auto;}
.direct-footer h2,
.direct-footer h3,
.direct-footer p{margin:0;}
.direct-footer h2{font-size:calc(16.2px * 2);line-height:1.12;}
.direct-footer h3{font-size:var(--font-heading);line-height:1.2;}
.direct-footer p{font-size:var(--type-meta);line-height:var(--type-extra-21);color:inherit;}
.direct-footer a{color:inherit;text-decoration:none;border-bottom:1px solid var(--tone-panel);}
.direct-footer a:hover{border-bottom-color:#0E9C90;}
.direct-footer .page-summary{padding-inline-start:calc(var(--gap-list) / 2);}
.direct-footer .public-entries{row-gap:calc(var(--layer-soft) * 1.2);}
.direct-footer .visual{margin-top:var(--stack-tight);max-width:calc(var(--stack-base) / 2);}
.direct-footer .page-section{display:flex;flex-wrap:wrap;gap:var(--layer-soft);margin-top:var(--layer-soft);}
.direct-footer .soft-brand{
  flex:1 1 var(--font-lead);
  min-width:0;
  padding:calc(var(--layer-soft) * .75);
  border-radius:var(--radius-panel);
  background:var(--tone-primary);
  color:var(--tone-extra-26);
}
.direct-footer .soft-brand h3{color:inherit;}
.direct-footer .soft-brand p{margin-top:calc(var(--stack-tight) / 3);color:inherit;}
.direct-footer .stack{margin-top:var(--layer-soft);
  font-size:var(--label-meta);color:inherit;}
.direct-footer .stack a{color:var(--tone-panel);}
.direct-footer .stack a:hover{color:#0E9C90;}
.visual-headline{--layer-soft:calc(var(--stack-tight) * 1.35);--axis-strong:calc(var(--stack-base) / 2.20);padding:var(--measure-wide) var(--gap-tight);background:var(--tone-base);color:#F2FBFC;}
.visual-headline .narrow-rail{max-width:var(--stack-base);margin:0 auto;}
.visual-headline h2,.visual-headline h3,.visual-headline p{margin:0;}
.visual-headline h2{font-size:calc(16.2px * 2);line-height:1.12;}
.visual-headline h3{font-size:var(--font-heading);line-height:1.2;}
.visual-headline p{font-size:var(--type-meta);line-height:var(--type-extra-21);}
.visual-headline .bottom-brand{font-size:var(--label-meta);text-transform:uppercase;letter-spacing:0.04em;opacity:0.78;}
.visual-headline .visual{margin-top:calc(var(--stack-tight) / 2);}
.visual-headline a{color:inherit;text-decoration:none;}
.visual-headline .plain-tile{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--paint-inverse) var(--stack-tight);border-radius:var(--radius-extra-33);background:#F2FBFC;color:var(--tone-base);}
.visual-headline .narrow-flow{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gutter-panel);margin-top:var(--layer-soft);}
.visual-headline .soft-brand{flex:1 1 calc(var(--stack-base) / 4);min-width:0;}
.visual-headline .soft-brand p{margin-top:calc(var(--stack-tight) / 3);}
.visual-headline .plain-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gutter-panel);}
.visual-headline .plain-frame>.open-intro{flex:1 1 auto;min-width:0;}
.visual-headline .plain-frame>.plain-tile{flex:0 0 auto;}
.visual-headline .plain-frame>.narrow-flow{flex:1 1 100%;}
.visual-headline .plain-frame>.stack{flex:1 1 100%;margin-top:calc(var(--stack-tight) / 2);font-size:var(--label-meta);opacity:0.82;}
.visual-headline .stack a{text-decoration:underline;text-underline-offset:3px;}
.fresh-rail{
  padding: var(--measure-wide) var(--gap-tight);
  background: var(--ink-muted);
  color: var(--surface-secondary);
}
.fresh-rail .narrow-rail{max-width: min(var(--stack-base), 72rem);
  margin: 0 auto;}
.fresh-rail .offer-method{display: flex;
  flex-direction: column;
  gap: var(--paint-inverse);
  margin-bottom: var(--gutter-list);}
.fresh-rail h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.1;}
.fresh-rail .visual{margin: 0;
  font-size: var(--label-button);
  line-height: var(--type-extra-21);
  color: #C3CFD8;}
.fresh-rail .top-proof{display: flex;
  flex-wrap: wrap;
  gap: var(--gutter-panel);}
.fresh-rail .soft-brand{
  flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: var(--paint-inverse);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #22323F;
  border-radius: var(--radius-panel);
  display: flex;
  flex-direction: column;
  gap: calc(var(--paint-inverse) * 0.6);
}
.fresh-rail .quiet-figure{display: flex;
  flex-direction: column;
  gap: 0.15rem;}
.fresh-rail .visual-content{font-weight: 700;
  font-size: var(--type-meta);
  letter-spacing: 0.01em;}
.fresh-rail .site-headline{font-size: var(--label-meta);
  color: #C3CFD8;}
.fresh-rail .soft-brand p{margin: 0;
  color: #C3CFD8;
  line-height: var(--type-extra-21);}
.fresh-rail .bottom-brand{font-size: var(--label-meta);
  color: var(--tone-panel);
  margin-top: auto;}
@media (max-width: 720px) {.fresh-rail .top-proof{
    flex-direction: column;
  }
}
.quiet-details{
        padding:calc(var(--measure-wide) * .8) var(--gap-tight);
        background:linear-gradient(135deg, #0B1620 0%, #0E3A44 48%, #0E7C86 100%);
        color:#EAF6F8;
    }
.quiet-intro{
        max-width:var(--stack-base);
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:var(--gutter-list);
    }
.clear-track{
        display:flex;
        flex-direction:column;
        gap:calc(var(--gutter-list) * .55);
    }
.quiet-details h1{margin:0;
        font-size:clamp(2.1rem,5.4vw,4.2rem);
        line-height:1.04;
        font-weight:760;
        letter-spacing:-0.01em;}
.quiet-details p{margin:0;
        font-size:clamp(1rem,1.5vw,1.16rem);
        line-height:1.72;
        color:#EAF6F8;
        opacity:.86;}
@media (min-width:900px){.quiet-intro{
            flex-direction:row;
            align-items:flex-end;
            justify-content:flex-start;
        }.clear-track{
            flex:1 1 auto;
        }
    }
@media (max-width:760px){.quiet-details{
            padding:calc(var(--measure-wide) * .65) var(--gap-tight);
        }
    }
.media-frame{
  --layer-soft:calc(var(--stack-tight) * 0.92);
  --axis-strong:calc(var(--stack-base) / 2.05);
  padding:var(--measure-wide) var(--gap-tight);
  background:var(--tone-base);
  color:#F2FBFC;
}
.media-frame .narrow-rail{max-width:var(--stack-base);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  row-gap:calc(var(--layer-soft) * 1.1);}
.media-frame .page-summary{padding-inline-start:calc(var(--gap-list) / 2);}
.media-frame .public-entries{row-gap:calc(var(--layer-soft) * 1.25);}
.media-frame h2{margin:0;
  font-size:calc(16.2px * 2);
  line-height:1.14;
  max-width:var(--axis-strong);}
.media-frame .bottom-brand{margin:0;
  font-size:var(--label-meta);
  letter-spacing:0.04em;
  text-transform:uppercase;
  opacity:0.78;}
.media-frame .visual{margin:0;
  font-size:var(--type-meta);
  line-height:var(--type-extra-21);
  max-width:calc(var(--stack-base) / 1.55);
  color:color-mix(in srgb, currentColor 82%, transparent);}
.media-frame .stack{display:flex;
  flex-wrap:wrap;
  align-items:center;
  column-gap:var(--gutter-panel);
  row-gap:calc(var(--layer-soft) / 2);
  padding-top:calc(var(--layer-soft) / 3);}
.media-frame a{color:inherit;
  text-decoration:none;}
.media-frame .plain-tile{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:var(--paint-inverse) var(--stack-tight);
  border-radius:var(--radius-extra-33);
  background:#F2FBFC;
  color:var(--tone-base);
  font-size:var(--type-meta);
  transition:background var(--speed-fast) var(--delay-soft), color var(--speed-fast) var(--delay-soft);
}
.media-frame .plain-tile:hover{
  background:var(--tone-panel);
  color:var(--paint-deep);
}
.media-frame .open-grid{font-size:var(--label-meta);
  border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);
  padding-bottom:2px;
  transition:border-color var(--speed-fast) var(--delay-soft), opacity var(--speed-fast) var(--delay-soft);}
.media-frame .open-grid:hover{border-color:currentColor;
  opacity:0.9;}
@media (max-width:720px){.media-frame .page-summary{padding-inline-start:0;}.media-frame .stack{flex-direction:column;align-items:flex-start;}.media-frame .plain-tile{width:100%;}
}
.main-shell{
  background:var(--surface-strong);
  color:var(--tone-extra-29);
  padding:var(--measure-wide) var(--gap-tight);
}
.main-shell .narrow-rail{max-width:var(--stack-base);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--gutter-list);}
.main-shell .offer-method{display:flex;
  flex-wrap:wrap;
  gap:var(--gutter-list);
  align-items:flex-start;}
.main-shell h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(16.2px * 2);
  line-height:1.14;}
.main-shell .visual{flex:1 1 26rem;
  min-width:0;}
.main-shell .visual p{margin:0 0 var(--stack-tight);
  line-height:var(--type-extra-21);}
.main-shell .visual p:last-child{margin-bottom:0;}
.main-shell .focused-flow{display:flex;
  flex-wrap:wrap;
  gap:var(--gutter-panel);}
.main-shell .soft-brand{
  flex:1 1 18rem;
  min-width:0;
  background:var(--ink-cool);
  color:var(--ink-inverse);
  border:1px solid var(--line-secondary);
  border-radius:var(--curve-round);
  padding:var(--paint-inverse);
  box-shadow:0 2px 7px rgba(0,0,0,0.13);
}
.main-shell .soft-brand h3{margin:0 0 var(--stack-tight);
  font-size:var(--font-heading);
  line-height:1.2;}
.main-shell .soft-brand p{margin:0 0 var(--stack-tight);
  line-height:var(--type-extra-21);}
.main-shell .soft-brand p:last-child{margin-bottom:0;}
.main-shell .soft-brand .quiet-figure{
  font-size:var(--label-meta);
  color:var(--tone-extra-26);
  background:var(--tone-primary);
  border-radius:var(--radius-extra-33);
  padding:.4rem .6rem;
}
.main-shell .visual-footer{border-top:1px solid var(--line-secondary);
  padding-top:var(--gutter-list);
  display:flex;
  flex-wrap:wrap;
  gap:var(--gutter-list);}
.main-shell .visual-footer p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  line-height:var(--type-extra-21);}
.main-shell .visual-footer .stack{font-size:var(--label-meta);
  color:var(--tone-extra-26);}
.main-shell .visual-footer a{color:#0E7C86;
  text-decoration:underline;}
.main-shell .visual-footer a:hover{color:inherit;}
@media (max-width:680px){.main-shell .offer-method{
    display:block;
  }.main-shell .visual{
    margin-top:var(--stack-tight);
  }.main-shell .focused-flow{
    display:block;
  }.main-shell .soft-brand{
    margin-top:var(--gutter-panel);
  }.main-shell .visual-footer{
    display:block;
  }.main-shell .visual-footer p + p{
    margin-top:var(--stack-tight);
  }
}
.service-copy{
  padding: var(--measure-wide) var(--gap-tight);
  background: var(--tone-panel);
  color: var(--paint-deep);
}
.service-copy .narrow-rail{max-width: var(--stack-base);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gutter-list);
  align-items: flex-start;}
.service-copy .soft-rail{flex: 1 1 320px;
  min-width: 0;}
.service-copy h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.1;}
.service-copy .soft-rail p{margin: var(--paint-inverse) 0 0;
  font-size: var(--type-meta);
  line-height: var(--type-extra-21);}
.service-copy .visual-surface{
  flex: 1 1 480px;
  min-width: 0;
  border-radius: var(--curve-round);
  background: var(--ink-cool);
  color: var(--ink-inverse);
  border: 1px solid var(--line-secondary);
  box-shadow: 0 2px 7px rgba(0,0,0,0.13);
  overflow: hidden;
}
.service-copy .top-content{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--paint-inverse);
  padding: var(--paint-inverse) var(--gutter-list);
  border-bottom: 1px solid var(--line-secondary);}
.service-copy .top-content span{font-size: var(--label-meta);}
.service-copy a{text-decoration: none;}
.service-copy .top-content a{font-size: var(--label-meta);}
.service-copy .simple-actions{display: flex;
  flex-direction: column;}
.service-copy .simple-actions a{display: block;
  padding: var(--paint-inverse) var(--gutter-list);
  border-bottom: 1px solid var(--line-secondary);
  transition: background var(--speed-fast) var(--delay-soft);}
.service-copy .simple-actions a:last-child{border-bottom: 0;}
.service-copy .simple-actions a:hover{
  background: var(--tone-primary);color:var(--tone-extra-26);}
.service-copy .simple-actions strong,
.service-copy .simple-actions small,
.service-copy .simple-actions span{display: block;}
.service-copy .simple-actions strong{font-size: var(--type-meta);}
.service-copy .simple-actions small{margin: calc(var(--paint-inverse) * .3) 0;
  font-size: var(--label-meta);}
.service-copy .simple-actions span{font-size: var(--label-meta);
  line-height: var(--type-extra-21);}
@media (max-width: 780px) {.service-copy .narrow-rail{
    flex-direction: column;
  }.service-copy .visual-surface{
    flex: 1 1 auto;
    width: 100%;
  }
}
.visual-intro{--layer-soft:calc(var(--stack-tight) * 1.15);--layer-public:calc(var(--stack-base) / 3.4);padding:var(--measure-wide) var(--gap-tight);background:var(--surface-strong);color:var(--tone-extra-29);}
.visual-intro .narrow-rail{max-width:var(--stack-base);margin:0 auto;}
.visual-intro h1,.visual-intro h2,.visual-intro h3,.visual-intro p{margin:0;}
.visual-intro h2{font-size:calc(16.2px * 2);line-height:1.12;}
.visual-intro h3{font-size:var(--font-heading);line-height:1.22;}
.visual-intro p{font-size:var(--type-meta);line-height:var(--type-extra-21);}
.visual-intro a{color:#0E7C86;text-decoration:none;}
.visual-intro a:hover{color:inherit;}
.visual-intro .bottom-brand{font-size:var(--label-meta);letter-spacing:0.04em;text-transform:uppercase;color:var(--tone-extra-26);}
.visual-intro .visual{margin-top:calc(var(--stack-tight) / 2);}
.visual-intro .plain-tile{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--paint-inverse) var(--stack-tight);border-radius:var(--radius-extra-33);background:var(--tone-base);color:#F2FBFC;}
.visual-intro .plain-tile:hover{background:#0A646D;color:#F2FBFC;}
.visual-intro .narrow-flow{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gutter-panel);margin-top:var(--layer-soft);}
.visual-intro .soft-brand{flex:1 1 var(--layer-public);min-width:0;padding-top:var(--paint-inverse);border-top:1px solid var(--line-secondary);}
.visual-intro .soft-brand p{margin-top:calc(var(--stack-tight) / 3);color:var(--tone-extra-26);}
.visual-intro .stack{margin-top:var(--layer-soft);font-size:var(--label-meta);color:var(--tone-extra-26);}
.visual-intro .plain-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gutter-panel);}
.visual-intro .plain-frame>.open-intro{flex:1 1 auto;min-width:0;}
.visual-intro .plain-frame>.plain-tile{flex:0 0 auto;}
.visual-intro .plain-frame>.narrow-flow,.visual-intro .plain-frame>.stack{flex:1 1 100%;}
.visual-intro .open-intro h2{margin-top:calc(var(--stack-tight) / 2);}
@media (max-width:720px){.visual-intro .plain-frame>.plain-tile{width:100%;}
}
.open-method{
        padding:calc(var(--measure-wide) * .85) var(--gap-tight);
        background:var(--tone-base);
        color:#F2FBFC;
    }
.quiet-intro{
        max-width:var(--stack-base);
        margin:0 auto;
        display:flex;
        flex-wrap:wrap;
        gap:var(--gutter-list);
        align-items:flex-start;
    }
.clear-track{
        flex:1 1 34rem;
        min-width:0;
    }
.local-items{
        flex:1 1 20rem;
        min-width:0;
        padding-left:var(--paint-inverse);
        border-left:1px solid color-mix(in srgb, currentColor 22%, transparent);
    }
.open-method h1{margin:0 0 var(--gutter-list);
        font-size:clamp(2.05rem, 5.4vw, 4.1rem);
        line-height:1.04;
        font-weight:760;
        letter-spacing:-0.01em;}
.open-method p{margin:0;
        font-size:clamp(1rem, 1.5vw, 1.16rem);
        line-height:1.72;
        color:color-mix(in srgb, currentColor 82%, transparent);}
.local-items p{
        font-size:var(--label-meta);
        line-height:1.7;
        color:color-mix(in srgb, currentColor 74%, transparent);
    }
@media (max-width:820px){.quiet-intro{display:block;}.local-items{
            margin-top:var(--gutter-list);
            padding-left:0;
            padding-top:var(--paint-inverse);
            border-left:0;
            border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);
        }
    }
.wide-steps{--layer-soft:calc(var(--stack-tight) * 0.9);--state-control:calc(var(--stack-base) / 3.6);padding:var(--measure-wide) var(--gap-tight);background:var(--tone-base);color:#F2FBFC;}
.wide-steps .narrow-rail{max-width:var(--stack-base);margin:0 auto;}
.wide-steps h2,.wide-steps h3,.wide-steps p{margin:0;}
.wide-steps h2{font-size:calc(16.2px * 2);line-height:1.14;}
.wide-steps h3{font-size:var(--font-heading);line-height:1.22;}
.wide-steps p{font-size:var(--type-meta);line-height:var(--type-extra-21);color:color-mix(in srgb, currentColor 76%, transparent);}
.wide-steps a{color:inherit;text-decoration:none;}
.wide-steps .bottom-brand{font-size:var(--label-meta);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.wide-steps .plain-tile{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--paint-inverse) var(--stack-tight);border-radius:var(--radius-extra-33);background:#F2FBFC;color:var(--tone-base);font-size:var(--label-meta);}
.wide-steps .plain-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gutter-panel);}
.wide-steps .plain-frame>.open-intro{flex:1 1 auto;min-width:0;}
.wide-steps .plain-frame>.plain-tile{flex:0 0 auto;align-self:flex-end;}
.wide-steps .plain-frame>.narrow-flow{flex:1 1 100%;}
.wide-steps .open-intro h2{margin-top:calc(var(--stack-tight) / 2);}
.wide-steps .narrow-flow{display:flex;flex-wrap:wrap;align-items:stretch;gap:var(--gutter-panel);margin-top:var(--layer-soft);}
.wide-steps .soft-brand{flex:1 1 var(--state-control);min-width:0;padding-top:var(--paint-inverse);border-top:1px solid color-mix(in srgb, currentColor 24%, transparent);}
.wide-steps .soft-brand p{margin-top:calc(var(--stack-tight) / 3);}
@media (max-width:720px){.wide-steps .plain-frame>.plain-tile{align-self:flex-start;}.wide-steps .soft-brand{flex:1 1 100%;}
}
.featured-form{--layer-soft:calc(var(--stack-tight) * 1.05);padding:var(--measure-wide) var(--gap-tight);background:var(--surface-strong);color:var(--tone-extra-29);}
.featured-form .narrow-rail{max-width:var(--stack-base);margin:0 auto;}
.featured-form h1,.featured-form h2,.featured-form h3,.featured-form p{margin:0;}
.featured-form h2{font-size:calc(16.2px * 2);line-height:1.12;}
.featured-form p{font-size:var(--type-meta);line-height:var(--type-extra-21);}
.featured-form a{color:#0E7C86;text-decoration:none;}
.featured-form a:hover{color:inherit;}
.featured-form .plain-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gutter-panel);}
.featured-form .open-intro{flex:1 1 100%;min-width:0;}
.featured-form .open-intro .visual{margin-top:var(--stack-tight);color:var(--tone-extra-26);}
.featured-form .wide-nav{flex:1 1 100%;display:flex;flex-direction:column;gap:var(--layer-soft);margin-top:var(--gutter-list);}
.featured-form details{padding:calc(var(--paint-inverse) * .95);border-radius:var(--radius-panel);background:var(--ink-cool);color:var(--ink-inverse);border:1px solid var(--line-secondary);}
.featured-form summary{cursor:pointer;font-weight:700;font-size:var(--label-button);line-height:1.3;}
.featured-form details p{margin-top:calc(var(--stack-tight) / 2.4);color:var(--tone-extra-26);}
.featured-form .stack{flex:1 1 100%;margin-top:var(--gutter-list);padding-top:var(--stack-tight);border-top:1px solid var(--line-secondary);font-size:var(--label-meta);color:var(--tone-extra-26);}
@media (min-width: 900px){.featured-form .open-intro{flex:1 1 42%;}.featured-form .wide-nav{flex:1 1 54%;margin-top:0;}
}
.fresh-links{
        padding:var(--measure-wide) var(--gap-tight);
        background:linear-gradient(135deg, #0B1620 0%, #0E3A44 48%, #0E7C86 100%);
        color:#EAF6F8;
    }
.fresh-links .narrow-rail{max-width:var(--stack-base);
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:var(--gutter-list);}
.fresh-links .secondary-inner h2{margin:0;
        font-size:calc(16.2px * 2);
        line-height:1.2;}
.fresh-links .secondary-inner p{margin:0.6rem 0 0;
        font-size:var(--type-meta);
        opacity:.92;}
.fresh-links .offer-method{display:flex;
        flex-direction:column;
        gap:0.85rem;}
.fresh-links .offer-method p{margin:0;
        font-size:var(--type-heading);
        line-height:var(--type-extra-21);
        opacity:.94;}
.fresh-links .narrow-flow{display:flex;
        flex-direction:column;
        gap:0.6rem;}
.fresh-links .soft-brand{
        border:1px solid color-mix(in srgb, currentColor 30%, transparent);
        border-radius:var(--radius-panel);
        background:color-mix(in srgb, currentColor 10%, transparent);
        overflow:hidden;
    }
.fresh-links .soft-brand button{
        width:100%;
        border:0;
        background:transparent;
        color:inherit;
        text-align:left;
        font:inherit;
        font-weight:700;
        padding:0.85rem 1rem;
        cursor:pointer;
        letter-spacing:0.01em;
    }
.fresh-links .soft-brand button:focus-visible{outline:2px solid rgba(18, 181, 166, 0.45);
        outline-offset:-2px;}
.fresh-links .soft-brand p{margin:0;
        max-height:0;
        overflow:hidden;
        padding:0 1rem;
        opacity:.94;
        font-size:var(--label-meta);
        line-height:var(--type-extra-21);
        transition:max-height var(--speed-fast) var(--delay-soft), padding var(--speed-fast) var(--delay-soft);}
.fresh-links .soft-brand.is-open p{max-height:320px;
        padding:0 1rem 1rem;}
.fresh-links .bottom-brand{display:flex;
        flex-direction:column;
        gap:0.9rem;
        padding-top:var(--gutter-list);
        border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.fresh-links .bottom-brand p{margin:0;
        font-size:var(--label-meta);
        opacity:.9;}
.fresh-links .stack{display:flex;
        flex-wrap:wrap;
        gap:var(--gutter-panel);}
.fresh-links .stack a{color:inherit;
        font-size:var(--label-meta);
        font-weight:700;
        text-decoration:underline;
        text-underline-offset:3px;}
.fresh-links .stack a:hover{opacity:.78;}
@media (min-width:900px){.fresh-links .narrow-rail{
            display:grid;
            grid-template-columns:1fr 1.15fr;
            grid-template-areas:
                "head list"
                "intro list"
                "note list";
            column-gap:var(--gutter-list);
            row-gap:var(--gutter-list);
            align-items:start;
        }.fresh-links .secondary-inner{grid-area:head;}.fresh-links .offer-method{grid-area:intro;}.fresh-links .narrow-flow{grid-area:list;}.fresh-links .bottom-brand{grid-area:note;border-top:0;padding-top:0;}
    }
.quiet-quote{--layer-soft:calc(var(--stack-tight) * 1.17);--axis-strong:calc(var(--stack-base) / 2.41);padding:var(--measure-wide) var(--gap-tight);background:var(--ink-muted);color:var(--surface-secondary);}
.quiet-quote .narrow-rail{max-width:var(--stack-base);margin:0 auto;}
.quiet-quote h2,.quiet-quote h3,.quiet-quote p{margin:0;}
.quiet-quote h2{font-size:calc(16.2px * 2);line-height:1.12;}
.quiet-quote h3{font-size:var(--font-heading);line-height:1.2;}
.quiet-quote p{font-size:var(--type-meta);line-height:var(--type-extra-21);opacity:.86;}
.quiet-quote a{color:var(--tone-panel);text-decoration:none;border-bottom:1px solid var(--tone-panel);}
.quiet-quote a:hover{color:#0E9C90;border-bottom-color:#0E9C90;}
.quiet-quote .public-entries{row-gap:calc(var(--layer-soft) * 1.2);}
.quiet-quote .local-links{padding-inline-end:calc(var(--paint-inverse) / 2);}
.quiet-quote .visual{margin-top:var(--stack-tight);}
.quiet-quote .page-section{display:flex;flex-direction:column;gap:var(--layer-soft);margin-top:var(--layer-soft);}
.quiet-quote .soft-brand{min-width:0;padding-inline-start:var(--paint-inverse);border-inline-start:2px solid var(--tone-panel);}
.quiet-quote .soft-brand p{margin-top:calc(var(--stack-tight) / 3);}
.quiet-quote .bottom-brand{margin-top:var(--layer-soft);padding-top:var(--paint-inverse);border-top:1px solid rgba(230,241,244,0.18);}
@media (min-width:900px){.quiet-quote .page-section{display:grid;grid-template-columns:1fr 1fr;gap:var(--layer-soft) var(--gutter-panel);}.quiet-quote .soft-brand:nth-child(5){grid-column:1 / -1;}
}
.bottom-group{
        padding:calc(var(--measure-wide) * .72) var(--gap-tight);
        background:var(--tone-base);
        color:#F2FBFC;
    }
.quiet-intro{
        max-width:var(--stack-base);
        margin:0 auto;
        display:flex;
        flex-wrap:wrap;
        gap:var(--gutter-list);
        align-items:flex-start;
    }
.clear-track{
        flex:1 1 34rem;
        min-width:0;
    }
.bottom-group h1{margin:0 0 var(--gutter-list);
        font-size:clamp(2rem,5.4vw,4.2rem);
        line-height:1.04;
        font-weight:760;
        letter-spacing:-0.01em;}
.media-content{
        margin:0;
        font-size:var(--label-button);
        line-height:var(--type-extra-21);
    }
.local-items{
        flex:0 1 22rem;
        min-width:0;
        padding-top:0.35rem;
        border-left:1px solid rgba(242,251,252,0.28);
        padding-left:var(--gutter-list);
    }
.narrow-method{
        margin:0;
        font-size:var(--label-meta);
        line-height:1.7;
        opacity:0.82;
    }
@media (max-width:860px){.local-items{
            flex:1 1 100%;
            border-left:0;
            padding-left:0;
            padding-top:var(--gutter-list);
            border-top:1px solid rgba(242,251,252,0.28);
        }
    }
.public-region{
  position: relative;
  padding: var(--measure-wide) var(--gap-tight);
  background: linear-gradient(135deg, #0B1620 0%, #0E3A44 48%, #0E7C86 100%);
  color: #EAF6F8;
}
.public-region .narrow-rail{display: flex;
  flex-direction: column;
  gap: var(--gutter-list);
  max-width: var(--stack-base);
  margin: 0 auto;}
.public-region .offer-method h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.1;}
.public-region .offer-method p{margin: var(--stack-tight) 0 0;
  font-size: var(--type-meta);
  line-height: var(--type-extra-21);}
.public-region .bottom-lead{display: flex;
  flex-wrap: wrap;
  gap: var(--gutter-panel);
  padding-top: var(--stack-tight);
  border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent);}
.public-region .bottom-tile{flex: 1 1 16rem;
  min-width: 0;}
.public-region .bottom-tile .bottom-surface{margin: 0 0 var(--paint-inverse);
  font-size: var(--label-meta);
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .7;}
.public-region .bottom-tile p{margin: 0;
  line-height: var(--type-extra-21);
  overflow-wrap: anywhere;}
.public-region .bottom-tile p + p{margin-top: var(--paint-inverse);}
.public-region .bottom-tile a{color: inherit;
  text-underline-offset: .2em;}
.public-region .top-proof{display: flex;
  flex-direction: column;
  border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent);}
.public-region .top-proof a{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: var(--paint-inverse);
  padding: var(--paint-inverse) 0;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, currentColor 18%, transparent);
  overflow-wrap: anywhere;}
.public-region .top-proof a span{font-size: var(--label-meta);
  opacity: .7;}
.public-region .top-proof a:hover{}
@media (max-width: 720px) {.public-region .bottom-lead{
    flex-direction: column;
  }
}
.public-fields{--layer-soft:calc(var(--stack-tight) * 1.18);--space-tight:calc(var(--paint-inverse) * 1.05);padding:var(--measure-wide) var(--gap-tight);background:var(--surface-strong);color:var(--tone-extra-29);}
.public-fields .narrow-rail{max-width:var(--stack-base);margin:0 auto;}
.public-fields h1,.public-fields h2,.public-fields h3,.public-fields p{margin:0;}
.public-fields h2{font-size:calc(16.2px * 2);line-height:1.14;}
.public-fields p{font-size:var(--type-meta);line-height:var(--type-extra-21);}
.public-fields a{color:#0E7C86;text-decoration:none;border-bottom:1px solid rgba(18, 181, 166, 0.45);}
.public-fields a:hover{color:inherit;}
.public-fields .visual{font-size:var(--label-button);line-height:1.55;color:var(--tone-extra-26);}
.public-fields .narrow-media{display:flex;flex-direction:column;gap:var(--gutter-list);}
.public-fields .wide-nav{display:flex;flex-direction:column;gap:calc(var(--stack-tight) * .55);}
.public-fields details{padding:var(--space-tight) calc(var(--space-tight) * 1.15);border-radius:var(--radius-panel);background:var(--ink-cool);color:var(--ink-inverse);border:1px solid var(--line-secondary);}
.public-fields summary{cursor:pointer;font-weight:700;font-size:var(--type-meta);line-height:1.4;list-style:none;display:flex;justify-content:space-between;align-items:flex-start;gap:var(--gutter-list);}
.public-fields summary::-webkit-details-marker{display:none;}
.public-fields summary::after{content:"+";font-weight:400;font-size:var(--label-button);line-height:1;color:var(--tone-base);flex:0 0 auto;}
.public-fields details[open] summary::after{content:"–";}
.public-fields details p{margin-top:calc(var(--stack-tight) * .45);color:var(--tone-extra-26);}
.public-fields .bottom-brand{margin-top:calc(var(--stack-tight) * .35);padding-top:var(--gutter-list);border-top:1px solid var(--line-secondary);font-size:var(--label-meta);color:var(--tone-extra-26);}
@media (max-width:720px){.public-fields .visual{font-size:var(--type-meta);}.public-fields details{padding:var(--paint-inverse);}
}
.fresh-flow{padding:clamp(54px,7vw,94px) clamp(16px,4vw,36px);background:linear-gradient(135deg, #0B1620 0%, #0E3A44 48%, #0E7C86 100%);color:#EAF6F8;}
.fresh-flow .narrow-rail{max-width:var(--stack-base);margin:0 auto;display:flex;flex-direction:column;gap:var(--gutter-list);}
.fresh-flow .secondary-inner{margin:0;}
.fresh-flow .secondary-inner p{margin:0;font-weight:700;font-size:var(--label-meta);letter-spacing:.04em;text-transform:uppercase;opacity:.85;}
.fresh-flow .secondary-inner h2{margin:8px 0 0;font-size:calc(16.2px * 2);line-height:1.2;}
.fresh-flow .offer-method p{margin:0;font-size:var(--type-meta);line-height:var(--type-extra-21);}
.fresh-flow .top-proof{display:flex;flex-wrap:wrap;gap:var(--gutter-panel);}
.fresh-flow .soft-brand{flex:1 1 300px;border-radius:var(--curve-round);border:1px solid color-mix(in srgb, currentColor 14%, transparent);background:color-mix(in srgb, currentColor 22%, transparent);padding:var(--paint-inverse);box-shadow:0 2px 7px rgba(0,0,0,0.13);}
.fresh-flow .soft-brand .main-group{display:inline-block;font-size:var(--label-meta);font-weight:700;padding:2px 10px;border-radius:var(--radius-extra-33);background:var(--tone-panel);color:var(--paint-deep);}
.fresh-flow .soft-brand h3{margin:14px 0 10px;font-size:var(--font-heading);line-height:1.3;}
.fresh-flow .soft-brand p{margin:0;font-size:var(--type-heading);line-height:var(--type-extra-21);}
.fresh-flow .clear-story{display:flex;flex-direction:column;gap:var(--gutter-list);}
.fresh-flow .clear-story p{margin:0;font-size:var(--type-heading);line-height:var(--type-extra-21);}
.fresh-flow .stack{display:flex;flex-wrap:wrap;gap:var(--gutter-panel);}
.fresh-flow a{text-decoration:underline;text-underline-offset:3px;transition:color var(--speed-fast) var(--delay-soft);}
.fresh-flow a:hover{}
@media (max-width:640px){.fresh-flow .soft-brand{flex:1 1 100%;}
    }
.open-benefit{
        padding:calc(var(--measure-wide) * .72) var(--gap-tight);
        background:var(--tone-base);
        color:#F2FBFC;
    }
.quiet-intro{
        max-width:var(--stack-base);
        margin:0 auto;
        display:grid;
        grid-template-columns:minmax(0,1.55fr) minmax(0,.85fr);
        gap:var(--gutter-panel);
        align-items:end;
    }
.clear-track h1{
        margin:0 0 var(--gutter-list);
        font-size:clamp(2.1rem,5.4vw,4.3rem);
        line-height:1.04;
        font-weight:740;
        letter-spacing:-0.01em;
    }
.clear-track p{
        margin:0;
        font-size:clamp(1rem,1.5vw,1.16rem);
        line-height:1.72;
    }
.local-items{
        border-left:2px solid var(--tone-panel);
        padding-left:var(--gutter-list);
    }
.narrow-method{
        margin:0;
        font-size:var(--label-meta);
        line-height:1.68;
        opacity:.86;
    }
@media (max-width:820px){.quiet-intro{
            grid-template-columns:1fr;
            align-items:start;
        }.local-items{
            border-left:0;
            border-top:2px solid var(--tone-panel);
            padding-left:0;
            padding-top:var(--gutter-list);
        }
    }
.direct-headline{
  --layer-soft:calc(var(--stack-tight) * 1.05);
  --layer-control:1px solid var(--line-secondary);
  padding:var(--measure-wide) var(--gap-tight);
  background:var(--surface-strong);
  color:var(--tone-extra-29);
}
.direct-headline .narrow-rail{max-width:var(--stack-base);
  margin:0 auto;}
.direct-headline h2,
.direct-headline h3,
.direct-headline p{margin:0;}
.direct-headline h2{font-size:calc(16.2px * 2);
  line-height:1.14;}
.direct-headline h3{font-size:var(--font-heading);
  line-height:1.24;}
.direct-headline p{font-size:var(--type-meta);
  line-height:var(--type-extra-21);}
.direct-headline .bottom-brand{font-size:var(--label-meta);
  letter-spacing:0.04em;
  text-transform:uppercase;
  margin-bottom:calc(var(--stack-tight) / 2);}
.direct-headline .visual{margin-top:var(--stack-tight);}
.direct-headline .narrow-flow{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:calc(var(--layer-soft) * 1.2);
  border-top:var(--layer-control);}
.direct-headline .soft-brand{min-width:0;
  padding:var(--paint-inverse) 0;
  border-bottom:var(--layer-control);}
.direct-headline .soft-brand p{margin-top:calc(var(--stack-tight) / 3);}
.direct-headline .soft-brand a{display:inline-block;
  margin-top:calc(var(--stack-tight) / 2);
  font-size:var(--label-meta);
  text-decoration:none;
  border-bottom:1px solid #0E7C86;
  padding-bottom:2px;}
.direct-headline .soft-brand a:hover{border-bottom-color:var(--paint-clear);}
.direct-headline .stack{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:var(--gutter-panel);
  margin-top:calc(var(--layer-soft) * 1.1);
  padding-top:var(--paint-inverse);
  border-top:var(--layer-control);}
.direct-headline .direct-header{font-size:var(--label-meta);
  letter-spacing:0.04em;
  text-transform:uppercase;}
.direct-headline .stack a{font-size:var(--label-meta);
  text-decoration:none;}
.direct-headline .stack a:hover{}
@media (min-width:960px){.direct-headline .soft-brand{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);
    gap:var(--gutter-panel);
    align-items:start;
  }.direct-headline .soft-brand h3{
    padding-right:var(--gap-list);
  }.direct-headline .soft-brand p{
    margin-top:0;
  }
}
.media-unit{
        padding: var(--measure-wide) var(--gap-tight);
        background: var(--surface-strong);
        color: var(--tone-extra-29)
    }
.media-unit .narrow-rail{max-width: var(--stack-base);
        margin: 0 auto}
.media-unit .quiet-links{display: flex;
        flex-direction: column;
        gap: var(--gutter-list)}
.media-unit .offer-method{display: flex;
        flex-direction: column;
        gap: var(--paint-inverse)}
.media-unit h2{margin: 0;
        font-size: calc(16.2px * 2);
        line-height: 1.12;
        letter-spacing: 0.01em}
.media-unit .offer-method p{margin: 0;
        font-size: var(--label-button);
        line-height: var(--type-extra-21);
        color: var(--tone-extra-26)}
.media-unit ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column}
.media-unit li{display: flex;
        gap: var(--gutter-panel);
        align-items: baseline;
        padding: var(--stack-tight) 0}
.media-unit li + li{border-top: 1px solid var(--line-secondary)}
.media-unit strong{flex: 0 0 15rem;
        font-size: var(--font-heading);
        line-height: 1.2;
        font-weight: 600}
.media-unit span{flex: 1 1 auto;
        min-width: 0;
        line-height: var(--type-extra-21);
        color: var(--tone-extra-26)}
@media (max-width: 820px) {.media-unit li{
            display: block
        }.media-unit strong{
            display: block;
            margin-bottom: var(--paint-inverse)
        }
    }
.simple-rail{
        padding:calc(var(--measure-wide) * .75) var(--gap-tight);
        background:var(--tone-base);
        color:#F2FBFC;
    }
.quiet-intro{
        max-width:var(--stack-base);
        margin:0 auto;
        display:grid;
        grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);
        gap:clamp(1.6rem,4vw,3.4rem);
        align-items:end;
    }
.clear-track h1{
        margin:0 0 var(--gutter-list);
        font-size:clamp(2.05rem,5.4vw,4.35rem);
        line-height:1.04;
        font-weight:760;
        letter-spacing:-0.01em;
    }
.clear-track p{
        margin:0;
        font-size:clamp(1rem,1.5vw,1.16rem);
        line-height:1.72;
    }
.narrow-method{
        border-left:2px solid var(--tone-panel);
        padding-left:var(--paint-inverse);
    }
.narrow-method p{
        margin:0;
        font-size:var(--label-meta);
        line-height:1.78;
        opacity:.86;
    }
@media (max-width:860px){.quiet-intro{
            grid-template-columns:1fr;
            align-items:start;
        }.narrow-method{
            border-left:0;
            border-top:2px solid var(--tone-panel);
            padding-left:0;
            padding-top:var(--paint-inverse);
        }
    }
.plain-intro{--layer-soft:calc(var(--stack-tight) * 1.06);--font-lead:calc(var(--stack-base) / 3.37);padding:var(--measure-wide) var(--gap-tight);background:var(--ink-muted);color:var(--surface-secondary);}
.plain-intro .narrow-rail{max-width:var(--stack-base);margin:0 auto;}
.plain-intro h2,.plain-intro h3,.plain-intro p{margin:0;}
.plain-intro h2{font-size:calc(16.2px * 2);line-height:1.12;}
.plain-intro h3{font-size:var(--font-heading);line-height:1.2;}
.plain-intro p{font-size:var(--type-meta);line-height:var(--type-extra-21);}
.plain-intro .page-summary{padding-inline-start:calc(var(--gap-list) / 2);}
.plain-intro .nav{row-gap:calc(var(--layer-soft) * .7);}
.plain-intro .bottom-items{padding-block:calc(var(--layer-soft) / 2);}
.plain-intro .visual{margin-top:var(--stack-tight);}
.plain-intro .narrow-flow{display:flex;flex-wrap:wrap;gap:var(--layer-soft);margin-top:var(--layer-soft);}
.plain-intro .soft-brand{flex:1 1 var(--font-lead);min-width:0;padding:calc(var(--layer-soft) * .75);border-radius:var(--radius-panel);background:var(--tone-primary);color:var(--tone-extra-26);}
.plain-intro .soft-brand p{margin-top:calc(var(--stack-tight) / 3);}
.compact-panel{padding:var(--measure-wide) var(--gap-tight);background:linear-gradient(135deg, #0B1620 0%, #0E3A44 48%, #0E7C86 100%);color:#EAF6F8}
.compact-panel .narrow-rail{max-width:var(--stack-base);margin:0 auto}
.compact-panel .plain-inner{margin-bottom:var(--gutter-list)}
.compact-panel h2{margin:0;font-size:calc(16.2px * 2.65);line-height:1.04}
.compact-panel .plain-inner p{margin:var(--stack-tight) 0 0;font-size:var(--label-button);line-height:var(--type-extra-21)}
.compact-panel .contact-service{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gutter-list)}
.compact-panel .wide-nav{flex:1 1 16rem;display:flex;flex-direction:column;align-items:flex-start;gap:var(--paint-inverse);border-left:1px solid rgba(234,246,248,0.22);padding-left:var(--paint-inverse)}
.compact-panel button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity var(--speed-fast) var(--delay-soft),transform var(--speed-fast) var(--delay-soft)}
.compact-panel button:hover,.compact-panel button.is-active{opacity:1;transform:translateX(calc(var(--paint-inverse)*.3))}
.compact-panel .fresh-media{flex:1 1 30rem;align-self:start}
.compact-panel [data-response]{display:none}
.compact-panel [data-response].is-active{display:block;animation:clarifyFocusIn calc(var(--speed-fast)*1.8) var(--delay-soft) both}
.compact-panel h3{margin:0;font-size:calc(16.2px * 2);line-height:1.1}
.compact-panel [data-response] p{margin:var(--stack-tight) 0 0;font-size:var(--label-button);line-height:var(--type-extra-21)}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.89rem * 2)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.compact-panel .contact-service{display:block}.compact-panel .wide-nav{border-left:0;padding-left:0;margin-bottom:var(--gutter-list)}}
@media(prefers-reduced-motion:reduce){.compact-panel [data-response].is-active{animation:none}}
.wide-feature{--layer-soft:calc(var(--stack-tight) * 1.35);--layer-control:1px solid var(--line-secondary);padding:var(--measure-wide) var(--gap-tight);background:var(--surface-strong);color:var(--tone-extra-29);}
.wide-feature .narrow-rail{max-width:var(--stack-base);margin:0 auto;}
.wide-feature h2,.wide-feature h3,.wide-feature p{margin:0;}
.wide-feature h2{font-size:calc(16.2px * 2);line-height:1.14;}
.wide-feature h3{font-size:var(--font-heading);line-height:1.22;}
.wide-feature p{font-size:var(--type-meta);line-height:var(--type-extra-21);}
.wide-feature .offer-method{display:flex;flex-direction:column;gap:calc(var(--stack-tight) / 2);}
.wide-feature .visual{color:var(--tone-extra-26);}
.wide-feature .narrow-flow{display:flex;flex-direction:column;margin-top:var(--layer-soft);border-top:var(--layer-control);}
.wide-feature .soft-brand{display:flex;flex-direction:column;gap:calc(var(--stack-tight) / 3);padding:var(--paint-inverse) 0;border-bottom:var(--layer-control);}
.wide-feature .soft-brand p{color:var(--tone-extra-26);}
.wide-feature .bottom-brand{margin-top:var(--layer-soft);padding:var(--paint-inverse);border-radius:var(--radius-panel);background:var(--tone-primary);color:var(--tone-extra-26);font-size:var(--label-meta);}
@media (min-width:900px){.wide-feature .soft-brand{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:var(--gutter-panel);align-items:start;}.wide-feature .soft-brand h3{padding-top:2px;}
}
.clear-menu{
        padding:calc(var(--measure-wide) * .78) var(--gap-tight);
        background:var(--tone-base);
        color:#F2FBFC;
    }
.quiet-intro{
        max-width:var(--stack-base);
        margin:0 auto;
        display:grid;
        grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);
        gap:clamp(1.6rem,4vw,4rem);
        align-items:end;
    }
.secondary-figure h1{
        margin:0 0 var(--gutter-list);
        font-size:clamp(2.05rem,5.4vw,4.35rem);
        line-height:1.04;
        font-weight:760;
        letter-spacing:-0.01em;
    }
.secondary-figure p{
        margin:0;
        font-size:clamp(1rem,1.5vw,1.16rem);
        line-height:1.72;
    }
.local-items{
        border-left:2px solid var(--tone-panel);
        padding-left:clamp(1rem,2.2vw,1.6rem);
    }
.narrow-method{
        margin:0;
        font-size:var(--label-meta);
        line-height:1.75;
        opacity:.86;
    }
@media (max-width:820px){.quiet-intro{
            grid-template-columns:1fr;
            align-items:start;
        }.local-items{
            border-left:0;
            border-top:2px solid var(--tone-panel);
            padding-left:0;
            padding-top:var(--gutter-list);
        }
    }
.team-items{--layer-soft:calc(var(--stack-tight) * 1.12);padding:var(--measure-wide) var(--gap-tight);background:var(--tone-base);color:#F2FBFC;}
.team-items .narrow-rail{max-width:var(--stack-base);margin:0 auto;}
.team-items h1,.team-items h2,.team-items h3,.team-items p{margin:0;}
.team-items h2{font-size:calc(16.2px * 2);line-height:1.12;}
.team-items h3{font-size:var(--font-heading);line-height:1.2;}
.team-items p{font-size:var(--type-meta);line-height:var(--type-extra-21);color:color-mix(in srgb, currentColor 78%, transparent);}
.team-items a{color:inherit;text-decoration:none;}
.team-items .plain-tile{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--paint-inverse) var(--stack-tight);border-radius:var(--radius-extra-33);background:#F2FBFC;color:var(--tone-base);}
.team-items .bottom-brand{font-size:var(--label-meta);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 66%, transparent);}
.team-items .narrow-flow{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gutter-panel);margin-top:var(--layer-soft);}
.team-items .soft-brand{flex:1 1 calc(var(--stack-base) / 4);min-width:0;}
.team-items .soft-brand p{margin-top:calc(var(--stack-tight) / 3);}
.team-items .plain-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gutter-panel);}
.team-items .plain-frame>.open-intro{flex:1 1 auto;min-width:0;}
.team-items .plain-frame>.plain-tile{flex:0 0 auto;}
.team-items .plain-frame>.narrow-flow{flex:1 1 100%;}
.team-items .open-intro h2{margin-top:calc(var(--stack-tight) / 2);}
@media (max-width:720px){.team-items .soft-brand{flex:1 1 100%;}
}
.visual-actions{
  background:var(--surface-strong);
  color:var(--tone-extra-29);
  padding:var(--measure-wide) var(--gap-tight);
}
.visual-actions .narrow-rail{max-width:var(--stack-base);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--gutter-list);}
.visual-actions .offer-method{display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:var(--gutter-panel);
  border-bottom:1px solid var(--line-secondary);
  padding-bottom:var(--stack-tight);}
.visual-actions h2{margin:0;
  font-size:calc(16.2px * 2);
  line-height:1.12;
  letter-spacing:0;}
.visual-actions .offer-method a{flex:0 0 auto;
  color:#0E7C86;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:.2rem;
  font-size:var(--label-meta);}
.visual-actions .offer-method a:hover{color:inherit;}
.visual-actions .primary-flow{margin:0;
  color:var(--tone-extra-26);
  font-size:var(--type-meta);
  line-height:var(--type-extra-21);}
.visual-actions .direct-block{display:flex;
  flex-wrap:wrap;
  gap:.6rem;}
.visual-actions .direct-block span{
  background:var(--ink-cool);
  color:var(--ink-inverse);
  border:1px solid var(--line-secondary);
  border-radius:var(--radius-panel);
  padding:.5rem .8rem;
  font-size:var(--label-meta);
}
@media (max-width:620px){.visual-actions .offer-method{
    flex-direction:column;
    align-items:flex-start;
  }
}
.media-proof{--layer-soft:calc(var(--stack-tight) * 0.93);--axis-strong:calc(var(--stack-base) / 2.17);padding:var(--measure-wide) var(--gap-tight);background:var(--tone-base);color:#F2FBFC;}
.media-proof .narrow-rail{max-width:var(--stack-base);margin:0 auto;}
.media-proof h2,.media-proof h3,.media-proof p{margin:0;}
.media-proof h2{font-size:calc(16.2px * 2);line-height:1.12;}
.media-proof h3{font-size:var(--font-heading);line-height:1.2;}
.media-proof p{font-size:var(--type-meta);line-height:var(--type-extra-21);color:color-mix(in srgb, currentColor 78%, transparent);}
.media-proof .visual{margin-top:var(--stack-tight);max-width:var(--axis-strong);}
.media-proof .page-section{display:flex;flex-direction:column;gap:var(--layer-soft);margin-top:calc(var(--layer-soft) * 1.15);}
.media-proof .soft-brand{min-width:0;padding-inline-start:var(--paint-inverse);border-inline-start:2px solid color-mix(in srgb, currentColor 28%, transparent);}
.media-proof .soft-brand p{margin-top:calc(var(--stack-tight) / 3);}
@media (max-width:720px){.media-proof .visual{max-width:none;}.media-proof .soft-brand{padding-inline-start:var(--gap-list);}
}
.bottom-method{
        padding:calc(var(--measure-wide) * .85) var(--gap-tight);
        background:var(--tone-base);
        color:#F2FBFC;
    }
.quiet-intro{
        max-width:var(--stack-base);
        margin:0 auto;
        display:flex;
        flex-wrap:wrap;
        gap:var(--gutter-list);
        align-items:flex-start;
        justify-content:space-between;
    }
.clear-track{
        flex:1 1 34rem;
        min-width:0;
    }
.bottom-method h1{margin:0 0 var(--gutter-list);
        font-size:clamp(2rem,5.2vw,4.1rem);
        line-height:1.06;
        font-weight:760;
        letter-spacing:-0.01em;}
.clear-track p{
        margin:0;
        font-size:var(--label-button);
        line-height:1.7;
    }
.narrow-method{
        flex:1 1 20rem;
        min-width:0;
        margin:0;
        padding-top:.35rem;
        font-size:var(--label-meta);
        line-height:1.75;
        border-top:1px solid rgba(242, 251, 252, 0.35);
    }
@media (max-width:820px){.quiet-intro{display:block}.narrow-method{margin-top:var(--gutter-list)}
    }
.team-actions{--layer-soft:calc(var(--stack-tight) * 1.18);--layer-public:calc(var(--stack-base) / 3.4);padding:var(--measure-wide) var(--gap-tight);background:var(--surface-strong);color:var(--tone-extra-29);}
.team-actions .narrow-rail{max-width:var(--stack-base);margin:0 auto;}
.team-actions h1,.team-actions h2,.team-actions h3,.team-actions p{margin:0;}
.team-actions h2{font-size:calc(16.2px * 2);line-height:1.14;}
.team-actions p{font-size:var(--type-meta);line-height:var(--type-extra-21);}
.team-actions a{color:inherit;text-decoration:none;}
.team-actions .bottom-brand{font-size:var(--label-meta);letter-spacing:0.04em;text-transform:uppercase;color:var(--tone-extra-26);}
.team-actions .visual{margin-top:var(--gutter-list);color:var(--tone-extra-26);}
.team-actions .open-intro h2{margin-top:calc(var(--stack-tight) / 2);}
.team-actions .plain-tile{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--paint-inverse) var(--stack-tight);border-radius:var(--radius-extra-33);background:var(--tone-base);color:#F2FBFC;transition:background var(--speed-fast) var(--delay-soft);}
.team-actions .plain-tile:hover{background:#0A646D;color:var(--ink-inverse);}
.team-actions .narrow-flow{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gutter-panel);margin-top:var(--layer-soft);}
.team-actions .soft-brand{flex:1 1 var(--layer-public);min-width:0;padding:var(--paint-inverse);border:1px solid var(--line-secondary);border-radius:var(--radius-panel);background:var(--ink-cool);color:var(--ink-inverse);}
.team-actions .soft-brand .visual-content{font-size:var(--label-meta);text-transform:uppercase;letter-spacing:0.03em;color:var(--tone-extra-26);margin-bottom:calc(var(--stack-tight) / 3);}
.team-actions .soft-brand p + p{margin-top:calc(var(--stack-tight) / 3);}
.team-actions .plain-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gutter-panel);}
.team-actions .plain-frame>.open-intro{flex:1 1 60%;min-width:0;}
.team-actions .plain-frame>.plain-tile{flex:0 0 auto;align-self:flex-end;}
.team-actions .plain-frame>.narrow-flow{flex:1 1 100%;}
@media (max-width:720px){.team-actions .plain-frame>.plain-tile{align-self:flex-start;}
}
.site-body{padding:var(--measure-wide) var(--gap-tight);background:var(--surface-strong);color:var(--tone-extra-29)}
.site-body .narrow-rail{max-width:var(--stack-base);margin:0 auto}
.site-body .plain-inner{margin-bottom:var(--gutter-list);border-bottom:1px solid var(--line-secondary);padding-bottom:var(--gutter-list)}
.site-body h2{margin:0;font-size:calc(16.2px * 2);line-height:1.1}
.site-body .plain-inner p{margin:var(--stack-tight) 0 0;font-size:var(--label-button);line-height:var(--type-extra-21);}
.site-body .contact-service{display:flex;align-items:flex-start;gap:var(--gutter-list)}
.site-body .wide-nav{flex:0 1 17rem;display:flex;flex-direction:column;align-items:flex-start;gap:var(--paint-inverse)}
.site-body button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity var(--speed-fast) var(--delay-soft),transform var(--speed-fast) var(--delay-soft)}
.site-body button:hover,.site-body button.is-active{opacity:1;transform:translateX(calc(var(--paint-inverse)*.3))}
.site-body .fresh-media{flex:1 1 30rem;align-self:start}
.site-body [data-response]{display:none}
.site-body [data-response].is-active{display:block;animation:clarifyFocusIn calc(var(--speed-fast)*1.7) var(--delay-soft) both}
.site-body h3{margin:0;font-size:var(--font-heading);line-height:1.15}
.site-body [data-response] p{margin:var(--stack-tight) 0 0;font-size:var(--type-meta);line-height:var(--type-extra-21)}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.89rem * 2)*.1))}to{opacity:1;transform:translateY(0)}}
@media(max-width:760px){.site-body .contact-service{display:block}.site-body .wide-nav{margin-bottom:var(--gutter-list)}}
@media(prefers-reduced-motion:reduce){.site-body [data-response].is-active{animation:none}}
.site-panel{
        padding:calc(var(--measure-wide) * .75) var(--gap-tight);
        background:var(--tone-base);
        color:#F2FBFC;
    }
.quiet-intro{
        max-width:var(--stack-base);
        margin:0 auto;
        display:flex;
        flex-wrap:wrap;
        gap:var(--gutter-list);
        align-items:flex-end;
        justify-content:space-between;
    }
.clear-track{
        flex:1 1 34rem;
        min-width:0;
    }
.site-panel h1{margin:0 0 var(--gutter-list);
        font-size:clamp(2.05rem,5.4vw,4.2rem);
        line-height:1.04;
        font-weight:760;
        letter-spacing:-0.01em;}
.site-panel p{margin:0;
        font-size:clamp(1rem,1.5vw,1.16rem);
        line-height:1.74;}
.narrow-method{
        flex:0 1 20rem;
        padding-top:var(--paint-inverse);
        border-top:1px solid rgba(242,251,252,0.32);
        font-size:var(--label-meta);
        line-height:1.68;
        opacity:0.88;
    }
@media (max-width:820px){.quiet-intro{display:block}.narrow-method{margin-top:var(--gutter-list);flex:none}
    }
.clear-unit{--layer-soft:calc(var(--stack-tight) * 1.22);--axis-strong:calc(var(--stack-base) / 2.35);padding:var(--measure-wide) var(--gap-tight);background:var(--tone-panel);color:var(--paint-deep);}
.clear-unit .narrow-rail{max-width:var(--stack-base);margin:0 auto;}
.clear-unit h1,.clear-unit h2,.clear-unit h3,.clear-unit p{margin:0;}
.clear-unit h1{font-size:calc(16.2px * 2.65);line-height:1.08;}
.clear-unit h2{font-size:calc(16.2px * 2);line-height:1.14;margin-top:var(--layer-soft);}
.clear-unit h3{font-size:var(--font-heading);line-height:1.22;}
.clear-unit p{font-size:var(--type-meta);line-height:var(--type-extra-21);}
.clear-unit .bottom-brand{font-size:var(--label-button);line-height:1.4;max-width:var(--axis-strong);}
.clear-unit .visual{margin-top:calc(var(--stack-tight) / 1.6);max-width:var(--axis-strong);}
.clear-unit a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.clear-unit .narrow-flow{display:flex;flex-wrap:wrap;gap:var(--layer-soft);margin-top:var(--layer-soft);}
.clear-unit .soft-brand{flex:1 1 calc(var(--stack-base) / 3.6);min-width:0;padding:calc(var(--paint-inverse) * .9);border-radius:var(--radius-panel);background:color-mix(in srgb, currentColor 10%, transparent);}
.clear-unit .soft-brand p{margin-top:calc(var(--stack-tight) / 3.2);}
@media (max-width:720px){.clear-unit .soft-brand{flex:1 1 100%;}.clear-unit .bottom-brand,.clear-unit .visual{max-width:none;}
}
.simple-header{--layer-soft:calc(var(--stack-tight) * 1.00);--font-lead:calc(var(--stack-base) / 3.31);padding:var(--measure-wide) var(--gap-tight);background:var(--ink-muted);color:var(--surface-secondary);}
.simple-header .narrow-rail{max-width:var(--stack-base);margin:0 auto;}
.simple-header h2,.simple-header h3,.simple-header p{margin:0;}
.simple-header h2{font-size:calc(16.2px * 2);line-height:1.12;}
.simple-header h3{font-size:var(--font-heading);line-height:1.2;}
.simple-header p{font-size:var(--type-meta);line-height:var(--type-extra-21);opacity:.86;}
.simple-header .strong-track{padding-inline-start:var(--paint-inverse);}
.simple-header .public-entries{row-gap:calc(var(--layer-soft) * 1.2);}
.simple-header .local-links{padding-inline-end:calc(var(--paint-inverse) / 2);}
.simple-header .visual{margin-top:var(--stack-tight);}
.simple-header .page-section{display:flex;flex-wrap:wrap;gap:var(--layer-soft);margin-top:var(--layer-soft);}
.simple-header .soft-brand{flex:1 1 var(--font-lead);min-width:0;padding:calc(var(--layer-soft) * .75);border-radius:var(--radius-panel);background:var(--tone-primary);color:var(--tone-extra-26);}
.simple-header .soft-brand p{margin-top:calc(var(--stack-tight) / 3);color:inherit;opacity:1;}
.area{
        padding:calc(var(--measure-wide) * .85) var(--gap-tight);
        background:var(--tone-base);
        color:#F2FBFC;
    }
.quiet-intro{
        max-width:var(--stack-base);
        margin:0 auto;
        display:grid;
        grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);
        gap:var(--gutter-list);
        align-items:end;
    }
.clear-track h1{
        margin:0 0 var(--gutter-list);
        font-size:calc(16.2px * 2.65);
        line-height:1.06;
        font-weight:760;
        letter-spacing:-0.01em;
    }
.clear-track p{
        margin:0;
        font-size:var(--label-button);
        line-height:1.68;
    }
.local-items{
        border-left:1px solid rgba(242,251,252,0.28);
        padding-left:var(--gutter-list);
    }
.narrow-method{
        margin:0;
        font-size:var(--label-meta);
        line-height:1.7;
        opacity:0.86;
    }
@media (max-width:860px){.quiet-intro{
            grid-template-columns:1fr;
            align-items:start;
        }.local-items{
            border-left:0;
            border-top:1px solid rgba(242,251,252,0.28);
            padding-left:0;
            padding-top:var(--gutter-list);
        }
    }
.primary-tile{--layer-soft:calc(var(--stack-tight) * 1.24);--axis-strong:calc(var(--stack-base) / 2.9);padding:var(--measure-wide) var(--gap-tight);background:var(--tone-base);color:#F2FBFC;}
.primary-tile .narrow-rail{max-width:var(--stack-base);margin:0 auto;}
.primary-tile h2,.primary-tile h3,.primary-tile p{margin:0;}
.primary-tile h2{font-size:calc(16.2px * 2);line-height:1.12;}
.primary-tile h3{font-size:var(--font-heading);line-height:1.22;}
.primary-tile p{font-size:var(--type-meta);line-height:var(--type-extra-21);color:color-mix(in srgb, currentColor 78%, transparent);}
.primary-tile .offer-method{display:flex;flex-direction:column;gap:calc(var(--stack-tight) / 2);}
.primary-tile .visual{font-size:var(--label-button);color:color-mix(in srgb, currentColor 86%, transparent);}
.primary-tile .narrow-flow{display:flex;flex-direction:column;gap:var(--layer-soft);margin-top:var(--layer-soft);}
.primary-tile .soft-brand{min-width:0;padding-left:var(--paint-inverse);border-left:2px solid color-mix(in srgb, currentColor 28%, transparent);}
.primary-tile .soft-brand p{margin-top:calc(var(--stack-tight) / 3);}
.primary-tile .bottom-brand{margin-top:var(--layer-soft);padding-top:var(--paint-inverse);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.primary-tile a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.primary-tile a:hover{}
@media (min-width:900px){.primary-tile .narrow-flow{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--layer-soft) calc(var(--gutter-panel) * 1.4);}.primary-tile .soft-brand:last-child{grid-column:1 / -1;}
}
.local-headline{--layer-soft:calc(var(--stack-tight) * 1.05);--axis-strong:calc(var(--stack-base) / 2.35);padding:var(--measure-wide) var(--gap-tight);background:var(--surface-strong);color:var(--tone-extra-29);}
.local-headline .narrow-rail{max-width:var(--stack-base);margin:0 auto;}
.local-headline h1,.local-headline h2,.local-headline h3,.local-headline p{margin:0;}
.local-headline h2{font-size:calc(16.2px * 2);line-height:1.12;}
.local-headline h3{font-size:var(--font-heading);line-height:1.2;}
.local-headline p{font-size:var(--type-meta);line-height:var(--type-extra-21);}
.local-headline a{color:#0E7C86;text-decoration:none;}
.local-headline a:hover{color:inherit;}
.local-headline .visual{margin-top:calc(var(--stack-tight) / 2.4);}
.local-headline .narrow-flow{display:flex;flex-wrap:wrap;gap:var(--layer-soft);margin-top:var(--layer-soft);}
.local-headline .soft-brand{flex:1 1 calc(var(--stack-base) / 3.4);min-width:0;padding:calc(var(--paint-inverse) * .9);border-radius:var(--radius-panel);background:var(--ink-cool);color:var(--ink-inverse);border:1px solid var(--line-secondary);}
.local-headline .soft-brand p{margin-top:calc(var(--stack-tight) / 3);color:var(--tone-extra-26);}
.local-headline .bottom-brand{margin-top:var(--layer-soft);padding-top:calc(var(--stack-tight) / 2);border-top:1px solid var(--line-secondary);}
.local-headline .service-story{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gutter-panel);}
.local-headline .service-story>h2{flex:1 1 calc(var(--stack-base) / 3);min-width:0;}
.local-headline .service-story>.visual{flex:1 1 calc(var(--stack-base) / 3);min-width:0;}
.local-headline .service-story>.narrow-flow{flex:1 1 100%;}
.local-headline .service-story>.bottom-brand{flex:1 1 100%;}
.simple-flow{
        background: var(--surface-strong);
        color: var(--tone-extra-29);
        padding: var(--measure-wide) var(--gap-tight);
    }
.simple-flow .c{max-width: var(--stack-base);
        margin: 0 auto;
        display: grid;
        gap: var(--gap-list);}
@media (min-width: 1024px) {.simple-flow .c{
            grid-template-columns: minmax(0, 1fr) 320px;
            align-items: start;
        }
    }
.simple-flow .strong-tile{display: flex;
        flex-direction: column;
        gap: var(--gutter-list);}
.simple-flow .media-stack h1{font-size: calc(16.2px * 2.65);
        line-height: 1.2;
        margin: 0 0 0.6rem;}
.simple-flow .soft-frame{font-size: var(--label-button);
        margin: 0 0 1rem;}
.simple-flow .local-area{display: flex;
        flex-wrap: wrap;
        gap: var(--gutter-panel);
        font-size: var(--label-meta);
        padding-bottom: var(--gutter-list);
        border-bottom: 1px solid var(--line-secondary);}
.simple-flow .main-team{display: flex;
        flex-direction: column;
        gap: var(--gutter-list);
        line-height: var(--type-extra-21);}
.simple-flow .main-team h2{font-size: var(--font-heading);
        margin: 0;}
.simple-flow .main-team p{margin: 0;}
.simple-flow .stack{display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 0.5rem 1.4rem;
        padding-top: var(--gutter-list);
        border-top: 1px solid var(--line-secondary);}
.simple-flow .direct-header{font-size: var(--label-meta);
        text-transform: uppercase;
        letter-spacing: 0.04em;}
.simple-flow .stack a{text-decoration: none;
        font-size: var(--type-meta);}
.simple-flow .stack a:hover{text-decoration: underline;}
.simple-flow .bottom-panel{
        background: var(--ink-cool);
        color: var(--ink-inverse);
        border: 1px solid var(--line-secondary);
        border-radius: var(--curve-round);
        padding: var(--paint-inverse);
        box-shadow: 0 2px 7px rgba(0,0,0,0.13);
    }
.simple-flow .bottom-panel h3{font-size: var(--type-meta);
        margin: 0 0 1rem;}
.simple-flow .plain-contact{display: flex;
        flex-direction: column;
        gap: 0.9rem;}
.simple-flow .plain-contact a{text-decoration: none;
        font-size: var(--label-meta);
        line-height: 1.5;}
.simple-flow .plain-contact a:hover{text-decoration: underline;}
.focused-service{
        padding: var(--measure-wide) var(--gap-tight);
        background: var(--tone-primary);
        color: var(--tone-extra-26);
    }
.focused-service .narrow-rail{max-width: var(--stack-base);
        margin: 0 auto;}
.focused-service .quiet-links{display: flex;
        flex-direction: column;
        gap: var(--gutter-list);}
.focused-service .offer-method{min-width: 0;}
.focused-service h2{margin: 0;
        font-size: calc(16.2px * 2);
        line-height: 1.14;}
.focused-service .offer-method p{margin: var(--stack-tight) 0 0;
        font-size: var(--label-button);
        line-height: var(--type-extra-21);}
.focused-service ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;}
.focused-service li{display: flex;
        flex-wrap: wrap;
        gap: var(--gutter-panel);
        align-items: baseline;
        padding: var(--stack-tight) 0;}
.focused-service li + li{border-top: 1px solid var(--line-secondary);}
.focused-service strong{flex: 0 1 20rem;
        min-width: 0;
        font-size: var(--font-heading);
        line-height: 1.2;}
.focused-service span{flex: 1 1 30rem;
        min-width: 0;
        line-height: var(--type-extra-21);}
@media (max-width: 760px) {.focused-service li{
            display: block;
        }.focused-service span{
            display: block;
            margin-top: var(--paint-inverse);
        }
    }
.page-figure{padding:var(--measure-wide) var(--gap-tight);background:linear-gradient(135deg, #0B1620 0%, #0E3A44 48%, #0E7C86 100%);color:#EAF6F8;}
.page-figure .narrow-rail{max-width:var(--stack-base);margin:0 auto;}
.page-figure .secondary-inner{margin-bottom:var(--gutter-list);}
.page-figure .secondary-inner h2{margin:0;font-size:calc(16.2px * 2);line-height:1.2;}
.page-figure .secondary-inner p{margin:var(--paint-inverse) 0 0;font-size:var(--type-meta);opacity:.92;}
.page-figure .narrow-flow{display:flex;flex-direction:column;gap:var(--paint-inverse);}
.page-figure .soft-brand{border:1px solid color-mix(in srgb, currentColor 30%, transparent);border-radius:var(--radius-panel);background:color-mix(in srgb, currentColor 10%, transparent);overflow:hidden;}
.page-figure .soft-brand button{width:100%;border:0;background:transparent;color:inherit;text-align:left;font:inherit;font-weight:700;font-size:var(--type-meta);padding:14px 16px;cursor:pointer;}
.page-figure .soft-brand button:focus-visible{outline:2px solid rgba(18, 181, 166, 0.45);outline-offset:-2px;}
.page-figure .soft-brand p{margin:0;max-height:0;overflow:hidden;padding:0 16px;transition:max-height var(--speed-fast) var(--delay-soft),padding var(--speed-fast) var(--delay-soft);opacity:.94;font-size:var(--type-heading);line-height:var(--type-extra-21);}
.page-figure .soft-brand.is-open p{max-height:420px;padding:0 16px 16px;}
.page-figure .stack{margin:var(--gutter-list) 0 0;display:flex;flex-wrap:wrap;gap:var(--gutter-panel);font-size:var(--label-meta);}
.page-figure .stack a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.page-figure .stack a:hover{}
@media (max-width:640px){.page-figure .soft-brand button{font-size:var(--type-heading);padding:12px 14px;}.page-figure .soft-brand p{padding:0 14px;}.page-figure .soft-brand.is-open p{padding:0 14px 14px;}
    }
.active-frame{
  background: var(--surface-strong);
  color: var(--tone-extra-29);
  padding: var(--measure-wide) var(--gap-tight);
}
.active-frame .narrow-rail{width: min(100%, var(--stack-base));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(16rem, .38fr) minmax(0, 1fr);
  gap: var(--gutter-panel);
  align-items: start;}
.active-frame h2,
.active-frame h3,
.active-frame p{margin: 0;}
.active-frame h2{font-size: calc(16.2px * 2); line-height: 1.1;}
.active-frame h3{font-size: var(--font-heading); line-height: 1.18;}
.active-frame p{font-size: var(--type-meta); line-height: var(--type-extra-21);}
.active-frame .steady-entries{
  display: grid;
  gap: var(--stack-tight);
  align-content: start;
  padding: var(--gutter-list);
  border-radius: 1.22rem;
  background: var(--ink-muted);
  color: var(--surface-secondary);
  position: sticky;
  top: var(--stack-tight);
}
.active-frame .steady-entries a{width: fit-content;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: var(--label-meta);}
.active-frame .featured-rail{display: flex;
  flex-direction: column;
  gap: var(--paint-inverse);}
.active-frame [data-block]{
  display: grid;
  gap: var(--paint-inverse);
  align-content: start;
  padding: var(--stack-tight) var(--gutter-list);
  border-radius: var(--curve-round);
  background: var(--ink-cool);
  color: var(--ink-inverse);
  border: 1px solid var(--line-secondary);
  border-left: 3px solid var(--tone-panel);
}
.active-frame .local-area{color: var(--tone-extra-26);
  font-size: var(--label-meta);
  letter-spacing: .02em;}
@media (max-width: 860px) {.active-frame .narrow-rail{ grid-template-columns: 1fr; }.active-frame .steady-entries{ position: static; }
}
.secondary-fields{
  background:linear-gradient(135deg, #0B1620 0%, #0E3A44 48%, #0E7C86 100%);
  color:#EAF6F8;
  padding:var(--measure-wide) var(--gap-tight);
}
.secondary-fields .c{max-width:var(--stack-base);
  margin:0 auto;
  display:grid;
  gap:var(--gutter-list);}
@media (min-width:1024px){.secondary-fields .c{grid-template-columns:minmax(0,1fr) 320px;}
}
.secondary-fields .media-stack{margin-bottom:var(--gutter-list);}
.secondary-fields .simple-lead{margin:0 0 0.6rem;
  font-size:var(--label-meta);
  letter-spacing:0.08em;
  text-transform:uppercase;
  opacity:0.78;}
.secondary-fields h1{font-size:calc(16.2px * 2.65);
  line-height:1.2;
  margin:0 0 0.8rem;}
.secondary-fields .visual{font-size:var(--label-button);
  margin:0 0 1.2rem;
  opacity:0.9;}
.secondary-fields .local-area{display:flex;
  flex-wrap:wrap;
  gap:1.2rem;
  font-size:var(--label-meta);
  opacity:0.82;}
.secondary-fields .main-team p{margin:0 0 1.1rem;
  line-height:var(--type-extra-21);}
.secondary-fields .main-team h2{font-size:var(--font-heading);
  margin:1.8rem 0 0.8rem;}
.secondary-fields .stack{display:flex;
  flex-wrap:wrap;
  gap:1.2rem;
  margin-top:1.6rem;
  padding-top:1.2rem;
  border-top:1px solid rgba(234,246,248,0.22);}
.secondary-fields .stack a{color:#EAF6F8;
  text-decoration:none;
  border-bottom:1px solid rgba(234,246,248,0.5);
  padding-bottom:2px;
  font-size:var(--type-meta);}
.secondary-fields .stack a:hover{border-bottom-color:#EAF6F8;}
.secondary-fields .bottom-panel{
  background:var(--ink-cool);
  color:var(--ink-inverse);
  border:1px solid var(--line-secondary);
  border-radius:var(--curve-round);
  padding:var(--paint-inverse);
  box-shadow:0 2px 7px rgba(0,0,0,0.13);
  align-self:start;
}
.secondary-fields .bottom-panel h3{margin:0 0 1rem;
  font-size:var(--font-heading);}
.secondary-fields .plain-contact{display:flex;
  flex-direction:column;
  gap:0.9rem;}
.secondary-fields .plain-contact .soft-brand a{text-decoration:none;
  font-size:var(--type-meta);
  line-height:1.5;}
.secondary-fields .plain-contact .soft-brand a:hover{text-decoration:underline;}
.simple-media{padding:var(--measure-wide) var(--gap-tight);background:var(--surface-strong);color:var(--tone-extra-29)}
.simple-media .narrow-rail{max-width:min(var(--stack-base),56rem);margin:0 auto}
.simple-media .offer-method{max-width:48rem}
.simple-media h2{margin:0;font-size:calc(16.2px * 2);line-height:1.1}
.simple-media .offer-method p{margin:var(--stack-tight) 0 0;color:var(--tone-extra-26);line-height:var(--type-extra-21)}
.simple-media .quiet-footer{margin-top:var(--gutter-list);border-top:1px solid var(--line-secondary)}
.simple-media details{padding:var(--stack-tight) 0;border-bottom:1px solid var(--line-secondary)}
.simple-media summary{cursor:pointer;font-size:var(--font-heading);line-height:1.2;list-style:none}
.simple-media summary::-webkit-details-marker{display:none}
.simple-media summary::after{content:"+";float:right;color:var(--tone-extra-26);font-size:var(--type-meta)}
.simple-media details[open] summary::after{content:"–"}
.simple-media details p{margin:var(--stack-tight) 0 0;color:var(--tone-extra-26);line-height:var(--type-extra-21)}
@media(max-width:720px){.simple-media .quiet-footer{margin-top:var(--paint-inverse)}.simple-media summary{font-size:var(--type-meta)}
}
.media-figure{
        padding:clamp(54px,7vw,94px) clamp(16px,4vw,36px);
        background:linear-gradient(135deg, #0B1620 0%, #0E3A44 48%, #0E7C86 100%);
        color:#EAF6F8;
    }
.media-figure .narrow-rail{max-width:var(--stack-base);
        margin:0 auto;}
.media-figure .secondary-inner{margin-bottom:var(--gutter-list);}
.media-figure .secondary-inner p{margin:0;
        font-size:var(--label-meta);
        font-weight:700;
        letter-spacing:.02em;
        opacity:.88;}
.media-figure .secondary-inner h2{margin:8px 0 0;
        font-size:calc(16.2px * 2);
        line-height:1.2;}
.media-figure .top-proof{display:flex;
        flex-direction:column;
        gap:var(--gutter-list);}
.media-figure .visual p{margin:0;
        font-size:var(--type-meta);
        line-height:var(--type-extra-21);
        opacity:.94;}
.media-figure .narrow-flow{list-style:none;
        margin:0;
        padding:0;
        display:flex;
        flex-wrap:wrap;
        gap:var(--gutter-panel);}
.media-figure .soft-brand{
        flex:1 1 300px;
        border-radius:var(--curve-round);
        border:1px solid color-mix(in srgb, currentColor 14%, transparent);
        background:color-mix(in srgb, currentColor 22%, transparent);
        padding:var(--paint-inverse);
        box-shadow:0 2px 7px rgba(0,0,0,0.13);
    }
.media-figure .main-group{
        display:inline-block;
        font-size:var(--label-meta);
        font-weight:700;
        padding:2px 10px;
        border-radius:var(--radius-extra-33);
        background:var(--tone-panel);
        color:var(--paint-deep);
    }
.media-figure .soft-brand h3{margin:var(--gap-list) 0 var(--stack-tight);
        font-size:var(--font-heading);
        line-height:1.25;}
.media-figure .soft-brand p{margin:0;
        font-size:var(--type-heading);
        line-height:var(--type-extra-21);
        opacity:.94;}
.media-figure .visual-footer{border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);
        padding-top:var(--gutter-list);}
.media-figure .visual-footer p{margin:0 0 var(--stack-tight);
        font-size:var(--type-heading);
        line-height:var(--type-extra-21);
        opacity:.94;}
.media-figure .stack{display:flex;
        flex-wrap:wrap;
        gap:var(--gutter-panel);
        margin:0;}
.media-figure .stack a{font-weight:700;
        text-decoration:underline;
        text-underline-offset:3px;}
.media-figure .stack a:hover{}
.service-surface{
  background: var(--surface-strong);
  color: var(--tone-extra-29);
  padding: var(--measure-wide) var(--gap-tight);
}
.service-surface .narrow-rail{width: min(100%, var(--stack-base));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .36fr) minmax(0, 1fr);
  gap: var(--gutter-panel);}
.service-surface h2,
.service-surface h3,
.service-surface p{margin: 0;}
.service-surface h2{font-size: calc(16.2px * 2);
  line-height: 1.1;}
.service-surface h3{font-size: var(--font-heading);
  line-height: 1.18;}
.service-surface p{font-size: var(--type-meta);
  line-height: var(--type-extra-21);}
.service-surface .page-rail{
  display: grid;
  gap: var(--gutter-list);
  align-content: start;
  padding: var(--paint-inverse);
  border-radius: 1.22rem;
  background: var(--ink-cool);
  color: var(--ink-inverse);
  border: 1px solid var(--line-secondary);
}
.service-surface .top-section{display: grid;
  gap: var(--gutter-list);}
.service-surface .primary-headline{
  display: grid;
  grid-template-columns: minmax(5rem, .16fr) minmax(9rem, .3fr) minmax(0, 1fr);
  gap: var(--stack-tight);
  padding: var(--stack-tight);
  border-radius: var(--curve-round);
  background: var(--tone-primary);
  color: var(--tone-extra-26);
  text-decoration: none;
  border: 1px solid transparent;
  transition: border-color var(--speed-fast) var(--delay-soft);
}
.service-surface .primary-headline b{font-size: var(--label-meta);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--tone-base);}
.service-surface .primary-headline:hover{border-color: var(--line-secondary);}
.service-surface .cluster{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: var(--gutter-panel);
  align-items: center;
  padding: var(--stack-tight);
  border-radius: var(--curve-round);
  background: var(--ink-muted);
  color: var(--surface-secondary);
}
.service-surface .cluster p{flex: 1 1 auto;}
.service-surface .cluster a{flex: 0 0 auto;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;}
@media (max-width: 820px) {.service-surface .narrow-rail,
  .service-surface .primary-headline{ grid-template-columns: 1fr; }.service-surface .cluster{
    flex-direction: column;
    align-items: flex-start;
  }
}
.active-copy{
    background:linear-gradient(135deg, #0B1620 0%, #0E3A44 48%, #0E7C86 100%);
    color:#EAF6F8;
    padding:var(--measure-wide) var(--gap-tight);
}
.active-copy .c{max-width:var(--stack-base);
    margin:0 auto;
    display:grid;
    gap:var(--gap-list);}
@media (min-width:1024px){.active-copy .c{grid-template-columns:minmax(0,1fr) 320px;}
}
.active-copy .media-stack{margin-bottom:var(--stack-tight);
    padding-bottom:var(--gutter-list);
    border-bottom:1px solid rgba(230,241,244,0.18);}
.active-copy h1{font-size:calc(16.2px * 2.65);
    line-height:1.2;
    margin:0 0 0.75rem;}
.active-copy .plain-visual{font-size:var(--label-button);
    margin:0 0 1rem;
    opacity:0.88;}
.active-copy .local-area{display:flex;
    flex-wrap:wrap;
    gap:1.25rem;
    font-size:var(--label-meta);
    opacity:0.78;}
.active-copy .main-team{line-height:var(--type-extra-21);
    font-size:var(--type-heading);}
.active-copy .main-team p{margin:0 0 1.1rem;}
.active-copy .main-team h2{font-size:var(--font-heading);
    margin:2rem 0 0.85rem;}
.active-copy .stack{display:flex;
    flex-wrap:wrap;
    gap:1rem 1.75rem;
    margin-top:var(--gutter-list);
    padding-top:var(--gutter-list);
    border-top:1px solid rgba(230,241,244,0.18);
    font-size:var(--label-meta);}
.active-copy .stack a{color:#EAF6F8;
    text-decoration:underline;
    text-underline-offset:3px;}
.active-copy .stack a:hover{}
.active-copy .bottom-panel{
    background:var(--ink-cool);
    color:var(--ink-inverse);
    border:1px solid var(--line-secondary);
    padding:var(--paint-inverse);
    border-radius:var(--curve-round);
    box-shadow:0 2px 7px rgba(0,0,0,0.13);
    align-self:start;
}
.active-copy .bottom-panel h3{margin:0 0 1rem;
    font-size:var(--type-meta);}
.active-copy .plain-contact{display:flex;
    flex-direction:column;
    gap:0.85rem;}
.active-copy .plain-contact .soft-brand{padding-bottom:0.85rem;
    border-bottom:1px solid var(--line-secondary);}
.active-copy .plain-contact .soft-brand:last-child{padding-bottom:0;
    border-bottom:none;}
.active-copy .plain-contact a{text-decoration:none;
    font-size:var(--label-meta);
    line-height:1.5;}
.active-copy .plain-contact a:hover{text-decoration:underline;}
.fresh-track{padding:var(--measure-wide) var(--gap-tight);background:var(--surface-strong);color:var(--tone-extra-29)}
.fresh-track .narrow-rail{max-width:min(var(--stack-base),56rem);margin:0 auto}
.fresh-track .offer-method{border-left:3px solid var(--tone-panel);padding-left:var(--gap-list)}
.fresh-track h2{margin:0;font-size:calc(16.2px * 2);line-height:1.1}
.fresh-track .offer-method p{margin:var(--stack-tight) 0 0;color:var(--tone-extra-26);line-height:var(--type-extra-21)}
.fresh-track .quiet-footer{margin-top:var(--gutter-list);display:flex;flex-direction:column;gap:var(--paint-inverse)}
.fresh-track details{background:var(--ink-cool);color:var(--ink-inverse);border:1px solid var(--line-secondary);border-radius:var(--radius-panel);padding:var(--stack-tight) var(--gap-list)}
.fresh-track summary{cursor:pointer;font-size:var(--font-heading);line-height:1.2;list-style:none}
.fresh-track summary::-webkit-details-marker{display:none}
.fresh-track summary::after{content:"+";float:right;color:inherit;font-weight:600}
.fresh-track details[open] summary::after{content:"–"}
.fresh-track details p{margin:var(--stack-tight) 0 0;color:var(--tone-extra-26);line-height:var(--type-extra-21)}
@media(max-width:720px){.fresh-track .offer-method{padding-left:var(--stack-tight)}.fresh-track details{padding:var(--stack-tight)}
}
.wide-region{padding:var(--measure-wide) var(--gap-tight);background:var(--tone-primary);color:var(--tone-extra-26);}
.wide-region .narrow-rail{max-width:var(--stack-base);margin:0 auto;display:flex;flex-direction:column;gap:var(--gutter-list);}
.wide-region .secondary-inner{display:flex;flex-direction:column;gap:0.6rem;}
.wide-region .secondary-inner h2{margin:0;font-size:calc(16.2px * 2);line-height:1.2;}
.wide-region .secondary-inner p{margin:0;font-size:var(--type-meta);line-height:var(--type-extra-21);}
.wide-region .narrow-flow{display:flex;flex-direction:column;gap:0.55rem;}
.wide-region .soft-brand{border:1px solid var(--line-secondary);border-radius:var(--radius-panel);background:var(--ink-cool);color:var(--ink-inverse);overflow:hidden;}
.wide-region .soft-brand button{width:100%;border:0;background:transparent;color:inherit;text-align:left;font:inherit;font-weight:700;padding:0.85rem 1rem;cursor:pointer;line-height:1.4;}
.wide-region .soft-brand button:hover{background:var(--tone-primary);color:var(--tone-extra-26);}
.wide-region .soft-brand p{margin:0;max-height:0;overflow:hidden;padding:0 1rem;transition:max-height var(--speed-fast) var(--delay-soft),padding var(--speed-fast) var(--delay-soft);line-height:var(--type-extra-21);}
.wide-region .soft-brand.is-open p{max-height:340px;padding:0 1rem 1rem;}
.wide-region .soft-brand a{text-decoration:underline;}
.wide-region .soft-brand a:hover{}
.wide-region .bottom-brand{margin:0;font-size:var(--label-meta);opacity:0.85;}
.strong-panel{
  background: var(--surface-strong);
  color: var(--tone-extra-29);
  padding: var(--measure-wide) var(--gap-tight);
}
.strong-panel .narrow-rail{width: min(100%, var(--stack-base));
  margin: 0 auto;
  display: grid;
  gap: var(--gutter-list);}
.strong-panel h2,
.strong-panel h3,
.strong-panel p{margin: 0;}
.strong-panel h2{font-size: calc(16.2px * 2); line-height: 1.1;}
.strong-panel h3{font-size: var(--font-heading); line-height: 1.18;}
.strong-panel p{font-size: var(--type-meta); line-height: var(--type-extra-21);}
.strong-panel .narrow-team{display: grid;
  gap: var(--stack-tight);
  align-content: start;}
.strong-panel .narrow-team .visual{color: var(--tone-extra-26);}
.strong-panel .quiet-links{display: grid;
  border-top: 1px solid var(--line-secondary);}
.strong-panel .quiet-figure{display: grid;
  grid-template-columns: minmax(6rem, .18fr) minmax(12rem, .34fr) minmax(0, 1fr);
  gap: var(--stack-tight);
  padding: var(--stack-tight) 0;
  border-bottom: 1px solid var(--line-secondary);}
.strong-panel .quiet-figure span{font-size: var(--label-meta);
  color: var(--tone-extra-26);
  text-transform: uppercase;
  letter-spacing: 0.04em;}
.strong-panel .steady-brand{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--gutter-panel);
  padding: var(--paint-inverse);
  border-radius: var(--curve-round);
  background: var(--ink-cool);
  color: var(--ink-inverse);
  border: 1px solid var(--line-secondary);
}
.strong-panel .steady-brand p{font-size: var(--label-meta);}
.strong-panel .steady-brand a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
.strong-panel .steady-brand a:hover{color:inherit;}
@media (max-width: 800px) {.strong-panel .quiet-figure{ grid-template-columns: 1fr; gap: var(--gutter-list); }.strong-panel .steady-brand{ flex-direction: column; align-items: flex-start; }
}
.wide-media{
        padding:calc(var(--measure-wide) * .75) var(--gap-tight);
        background:var(--tone-base);
        color:#F2FBFC;
    }
.quiet-intro{
        max-width:var(--stack-base);
        margin:0 auto;
        display:flex;
        flex-wrap:wrap;
        gap:var(--gutter-list);
        align-items:flex-end;
        justify-content:space-between;
    }
.clear-track{
        flex:1 1 22rem;
        min-width:0;
    }
.local-items{
        flex:1 1 20rem;
        min-width:0;
        padding-bottom:.35rem;
    }
.wide-media h1{margin:0;
        font-size:clamp(1.95rem,4.6vw,3.4rem);
        line-height:1.08;
        font-weight:740;
        letter-spacing:-.01em;}
.wide-media p{margin:0;
        font-size:var(--type-meta);
        line-height:var(--type-extra-21);
        opacity:.86;}
@media (max-width:760px){.quiet-intro{
            display:block;
        }.local-items{
            margin-top:var(--gutter-list);
            padding-bottom:0;
        }
    }
.open-fields{padding:var(--measure-wide) var(--gap-tight);background:var(--surface-strong);color:var(--tone-extra-29)}
.open-fields .narrow-rail{max-width:var(--stack-base);margin:0 auto;display:flex;flex-direction:column;gap:var(--gutter-list)}
.open-fields .secondary-inner{display:flex;flex-direction:column;gap:var(--paint-inverse)}
.open-fields h2{margin:0;font-size:calc(16.2px * 2);line-height:1.15}
.open-fields .visual{margin:0;font-size:var(--type-meta);line-height:var(--type-extra-21);}
.open-fields .steady-team{display:flex;flex-direction:column;gap:var(--stack-tight);padding:var(--stack-tight);border:1px solid var(--line-secondary);border-radius:1.22rem;background:var(--ink-cool);color:var(--ink-inverse);box-shadow:0 2px 7px rgba(0,0,0,0.13)}
.open-fields .narrow-service{display:flex;flex-wrap:wrap;gap:var(--paint-inverse)}
.open-fields .bottom-tile{flex:1 1 220px;min-width:0;display:flex;flex-direction:column;gap:0.4rem}
.open-fields .bottom-tile.wide{flex:1 1 100%}
.open-fields .bottom-tile span{font-size:var(--label-meta);}
.open-fields input,.open-fields textarea,.open-fields select{width:100%;box-sizing:border-box;border:1px solid var(--line-secondary);border-radius:var(--radius-panel);background:var(--surface-strong);color:var(--tone-extra-29);font:inherit;padding:var(--paint-inverse);outline:none}
.open-fields textarea{resize:vertical;min-height:6rem}
.open-fields input:focus,.open-fields textarea:focus,.open-fields select:focus{box-shadow:0 0 0 2px rgba(18, 181, 166, 0.45);border-color:var(--tone-base)}
.open-fields .plain-tile{display:flex;flex-wrap:wrap;align-items:center;gap:var(--paint-inverse)}
.open-fields button{border:0;border-radius:var(--radius-panel);background:var(--tone-base);color:#F2FBFC;font:inherit;padding:var(--paint-inverse) var(--stack-tight);cursor:pointer;transition:background var(--speed-fast) var(--delay-soft)}
.open-fields button:hover{background:#0A646D;color:var(--ink-inverse);}
.open-fields .bottom-brand{flex:1 1 260px;margin:0;font-size:var(--label-meta);line-height:var(--type-extra-21);}
.open-fields .headline{padding:var(--gutter-list) var(--stack-tight);border-radius:var(--curve-round);background:var(--tone-primary);color:var(--tone-extra-26)}
.open-fields .headline p{margin:0;font-size:var(--label-meta);line-height:var(--type-extra-21)}
.open-fields .headline a{text-decoration:none;border-bottom:1px solid #0E7C86}
.open-fields .headline a:hover{border-color:var(--paint-clear)}
@media(max-width:720px){.open-fields .bottom-tile{flex:1 1 100%}.open-fields .plain-tile{flex-direction:column;align-items:stretch}.open-fields button{width:100%}}
.contact-plan{padding:var(--measure-wide) var(--gap-tight);background:var(--ink-muted);color:var(--surface-secondary)}
.contact-plan .simple-intro{max-width:min(var(--stack-base),72rem);margin:0 auto}
.contact-plan .contact-form{margin-bottom:var(--gutter-list)}
.contact-plan h2{margin:0;font-size:calc(16.2px * 2);line-height:1.1}
.contact-plan .contact-form p{margin:var(--stack-tight) 0 0;font-size:var(--type-meta);line-height:var(--type-extra-21)}
.contact-plan .main-team{display:flex;flex-wrap:wrap;gap:var(--gutter-panel);align-items:stretch}
.contact-plan .primary-actions{flex:1 1 18rem;min-width:16rem;border-top:1px solid var(--line-secondary)}
.contact-plan .steady-area{padding:var(--paint-inverse) 0;border-bottom:1px solid var(--line-secondary)}
.contact-plan .steady-area span{display:block;font-size:var(--label-meta);opacity:.72}
.contact-plan .steady-area strong{display:block;margin-top:calc(var(--paint-inverse) * .4);font-weight:600;line-height:var(--type-extra-21)}
.contact-plan .steady-area a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.contact-plan .steady-area a:hover{color:var(--tone-panel)}
.contact-plan .steady-entries{flex:1 1 24rem;min-width:16rem;min-height:26rem;border-radius:var(--curve-round);overflow:hidden;border:1px solid var(--line-secondary)}
.contact-plan iframe{display:block;width:100%;height:100%;border:0}
.contact-plan .bottom-brand{margin:var(--gutter-list) 0 0;font-size:var(--label-meta);line-height:var(--type-extra-21);opacity:.82}
@media (max-width:760px){.contact-plan .main-team{flex-direction:column}.contact-plan .steady-entries{min-height:20rem}}
.compact-note{
  position: relative;
  padding: var(--measure-wide) var(--gap-tight);
  background: linear-gradient(135deg, #0B1620 0%, #0E3A44 48%, #0E7C86 100%);
  color: #EAF6F8;
}
.compact-note .narrow-rail{display: flex;
  flex-direction: column;
  gap: var(--gutter-list);
  max-width: var(--stack-base);
  margin: 0 auto;}
.compact-note .soft-contact{padding-bottom: var(--stack-tight);
  border-bottom: 1px solid color-mix(in srgb, currentColor 24%, transparent);}
.compact-note h2{margin: 0;
  font-size: calc(16.2px * 2.65);
  line-height: 1.08;
  letter-spacing: .01em;}
.compact-note .soft-contact p{margin: var(--stack-tight) 0 0;
  font-size: var(--label-button);
  line-height: var(--type-extra-21);}
.compact-note .bottom-lead{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--gutter-panel);}
.compact-note .wide-actions{display: flex;
  flex-direction: column;
  gap: var(--paint-inverse);
  flex: 1 1 22rem;}
.compact-note .wide-actions p{margin: 0;
  line-height: var(--type-extra-21);}
.compact-note .text-benefit{display: flex;
  flex-direction: column;
  gap: var(--paint-inverse);
  flex: 0 1 auto;}
.compact-note .text-benefit a{color: inherit;
  font-size: var(--label-button);
  overflow-wrap: anywhere;
  text-underline-offset: .22em;}
.compact-note .text-benefit a:hover{}
.compact-note .steady-items{display: flex;
  flex-direction: column;
  gap: var(--paint-inverse);
  padding-top: var(--stack-tight);
  border-top: 1px solid color-mix(in srgb, currentColor 24%, transparent);}
.compact-note .steady-items a{display: flex;
  flex-wrap: wrap;
  gap: .5rem 1rem;
  align-items: baseline;
  color: inherit;
  text-decoration: none;
  line-height: var(--type-extra-21);
  overflow-wrap: anywhere;}
.compact-note .steady-items a:hover{text-decoration: underline;
  text-underline-offset: .22em;}
.compact-note .steady-items span{opacity: .68;
  font-size: var(--label-meta);}
.compact-note .bottom-brand{margin: 0;
  padding-top: var(--stack-tight);
  border-top: 1px solid color-mix(in srgb, currentColor 24%, transparent);
  font-size: var(--type-meta);
  line-height: var(--type-extra-21);}
@media (max-width: 720px) {.compact-note .bottom-lead{
    flex-direction: column;
  }.compact-note .text-benefit{
    align-items: flex-start;
  }.compact-note h2{
    font-size: calc(16.2px * 2);
  }
}
.page-surface{padding:var(--measure-wide) var(--gap-tight);background:var(--surface-strong);color:var(--tone-extra-29)}
.page-surface .text-fields{max-width:min(var(--stack-base),64rem);margin:0 auto}
.page-surface h2{margin:0;font-size:calc(16.2px * 2);line-height:1.12}
.page-surface .narrow-unit{margin:var(--stack-tight) 0 var(--gutter-list);font-size:var(--label-button);line-height:var(--type-extra-21)}
.page-surface .clear-inner{display:flex;flex-direction:column;gap:var(--paint-inverse);border-top:1px solid var(--line-secondary);padding-top:var(--gutter-list)}
.page-surface .bottom-brand{background:var(--ink-cool);color:var(--ink-inverse);border:1px solid var(--line-secondary);border-radius:var(--curve-round);padding:var(--paint-inverse) var(--gap-list);box-shadow:0 2px 7px rgba(0,0,0,0.13)}
.page-surface h3{margin:0 0 var(--paint-inverse);font-size:var(--font-heading);line-height:1.24}
.page-surface .bottom-brand p{margin:0;font-size:var(--type-heading);line-height:var(--type-extra-21)}
@media (max-width:640px){.page-surface .bottom-brand{padding:var(--paint-inverse)}.page-surface h2{font-size:var(--font-heading)}
}
.content-note{background:var(--surface-strong);color:var(--tone-extra-29);padding:var(--measure-wide) var(--gap-tight)}
.content-note .narrow-rail{max-width:var(--stack-base);margin:0 auto}
.content-note .quiet-links{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gutter-list)}
.content-note .offer-method{flex:1 1 24rem;min-width:0}
.content-note h2{margin:0;font-size:calc(16.2px * 2);line-height:1.15;letter-spacing:0}
.content-note .offer-method p{margin:var(--stack-tight) 0 0;font-size:var(--type-meta);line-height:var(--type-extra-21)}
.content-note .top-section{flex:1 1 32rem;min-width:0;display:flex;flex-direction:column;gap:0;border-top:1px solid var(--line-secondary)}
.content-note .primary-headline{display:flex;flex-wrap:wrap;gap:var(--gutter-panel);padding:var(--stack-tight) 0;border-bottom:1px solid var(--line-secondary);color:inherit;text-decoration:none}
.content-note a.row:hover strong{color:inherit;}
.content-note strong{flex:0 1 12rem;min-width:0;font-size:var(--type-meta)}
.content-note span{flex:1 1 18rem;min-width:0;color:var(--tone-extra-26);font-size:var(--label-meta);line-height:1.6}
@media(max-width:760px){.content-note .quiet-links{flex-direction:column}.content-note .primary-headline{flex-direction:column;gap:calc(var(--paint-inverse)*.4)}
}
.strong-intro{padding:var(--measure-wide) var(--gap-tight);background:var(--surface-strong);color:var(--tone-extra-29);}
.compact-wrap{max-width:var(--stack-base);margin:0 auto;}
.strong-intro h1{margin:0;font-size:calc(16.2px * 2.65);line-height:1.08;}
.soft-surface{
  padding: var(--measure-wide) var(--gap-tight);
  background: var(--ink-muted);
  color: var(--surface-secondary);
}
.soft-surface .narrow-rail{max-width: min(var(--stack-base), 60rem);
  margin: 0 auto;}
.soft-surface h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.1;}
.soft-surface .offer-method{margin: var(--paint-inverse) 0 var(--gutter-list);
  font-size: var(--label-button);
  line-height: var(--type-extra-21);
  opacity: .82;}
.soft-surface .direct-surface{display: flex;
  flex-direction: column;
  gap: var(--gutter-list);}
.soft-surface .soft-brand{padding: var(--paint-inverse) 0 0;
  border-top: 1px solid rgba(230, 241, 244, 0.16);}
.soft-surface .soft-brand:first-child{border-top: none;
  padding-top: 0;}
.soft-surface h3{margin: 0;
  font-size: var(--font-heading);
  line-height: 1.2;}
.soft-surface .soft-brand p{margin: calc(var(--paint-inverse) * .55) 0 0;
  font-size: var(--type-heading);
  line-height: var(--type-extra-21);
  opacity: .78;}
.soft-surface a{color: var(--tone-panel);
  text-decoration: underline;
  text-underline-offset: 2px;}
.soft-surface a:hover{color: #0E9C90;}
@media (max-width: 640px) {.soft-surface .offer-method{
    font-size: var(--type-meta);
  }
}
.simple-feature{
        padding:calc(var(--measure-wide) * .72) var(--gap-tight);
        background:var(--tone-base);
        color:#F2FBFC;
    }
.quiet-intro{
        max-width:var(--stack-base);
        margin:0 auto;
        display:grid;
        grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);
        gap:clamp(1.6rem,4vw,4.2rem);
        align-items:end;
    }
.clear-track h1{
        margin:0;
        font-size:clamp(2.05rem,5.4vw,4.2rem);
        line-height:1.04;
        font-weight:740;
        letter-spacing:-0.01em;
    }
.media-content{
        display:flex;
        flex-direction:column;
        gap:var(--gutter-list);
        padding-bottom:.35rem;
    }
.media-content p{
        margin:0;
        font-size:clamp(1rem,1.5vw,1.15rem);
        line-height:1.74;
        color:color-mix(in srgb,currentColor 82%,transparent);
    }
@media (max-width:820px){.quiet-intro{
            grid-template-columns:1fr;
            gap:var(--gutter-list);
            align-items:start;
        }.media-content{padding-bottom:0;}
    }
.strong-entries{
  padding: var(--measure-wide) var(--gap-tight);
  background: var(--ink-muted);
  color: var(--surface-secondary);
}
.strong-entries .narrow-rail{max-width: min(var(--stack-base), 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--gutter-list);}
.strong-entries .secondary-inner h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.1;}
.strong-entries .secondary-inner .visual{margin: var(--paint-inverse) 0 0;
  font-size: var(--label-button);
  color: #C3CFD8;}
.strong-entries .focused-flow{display: flex;
  flex-direction: column;
  gap: var(--paint-inverse);
  border-top: 1px solid #22323F;
  padding-top: var(--gutter-list);}
.strong-entries .media-track{display: flex;
  gap: var(--paint-inverse);
  align-items: flex-start;}
.strong-entries .media-track .n{flex: 0 0 auto;
  min-width: 2.4rem;
  font-size: var(--label-meta);
  letter-spacing: 0.08em;
  color: var(--tone-panel);
  padding-top: 0.35rem;}
.strong-entries .media-track .fresh-surface strong{display: block;
  font-size: var(--font-heading);
  margin-bottom: 0.35rem;}
.strong-entries .media-track .fresh-surface p{margin: 0;
  color: #C3CFD8;}
.strong-entries .public-contact{
  display: flex;
  flex-wrap: wrap;
  gap: var(--paint-inverse);
  align-items: flex-start;
  padding: var(--paint-inverse);
  border: 1px solid #22323F;
  border-radius: var(--curve-round);
  background: var(--ink-muted);color:var(--surface-secondary);}
.strong-entries .public-contact .quiet-figure{flex: 1 1 22rem;}
.strong-entries .public-contact .quiet-figure strong{display: block;
  font-size: var(--type-meta);
  margin-bottom: 0.4rem;}
.strong-entries .public-contact .quiet-figure p{margin: 0;
  color: #C3CFD8;}
.strong-entries .narrow-service{flex: 1 1 18rem;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;}
.strong-entries .narrow-service li{display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: var(--label-meta);
  color: #C3CFD8;}
.strong-entries .narrow-service li span{min-width: 5.5rem;
  color: var(--tone-panel);
  letter-spacing: 0.04em;}
.strong-entries .narrow-service a{text-decoration: underline;
  text-underline-offset: 3px;}
.strong-entries .narrow-service a:hover{color: var(--tone-panel);}
.strong-entries .stack{margin: 0;
  font-size: var(--label-meta);
  color: #C3CFD8;}
.strong-entries .stack a{color: var(--tone-panel);
  text-decoration: underline;
  text-underline-offset: 3px;}
.strong-entries .stack a:hover{}
@media (max-width: 640px) {.strong-entries .media-track{
    flex-direction: column;
    gap: 0.3rem;
  }.strong-entries .media-track .n{
    min-width: 0;
    padding-top: 0;
  }
}
.strong-footer{--layer-soft:calc(var(--stack-tight) * 0.89);padding:var(--measure-wide) var(--gap-tight);background:var(--tone-base);color:#F2FBFC;}
.strong-footer .narrow-rail{max-width:var(--stack-base);margin:0 auto;display:flex;flex-direction:column;}
.strong-footer h2,.strong-footer p{margin:0;}
.strong-footer h2{font-size:calc(16.2px * 2);line-height:1.12;}
.strong-footer p{font-size:var(--type-meta);line-height:var(--type-extra-21);}
.strong-footer .bottom-brand{font-size:var(--label-meta);letter-spacing:.04em;text-transform:uppercase;opacity:.78;margin-bottom:var(--gutter-list);}
.strong-footer .visual{margin-top:var(--gutter-list);}
.strong-footer .open-intro{margin-top:var(--paint-inverse);opacity:.86;}
.strong-footer .plain-tile{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;margin-top:var(--stack-tight);padding:var(--paint-inverse) var(--stack-tight);border-radius:var(--radius-extra-33);background:#F2FBFC;color:var(--tone-base);text-decoration:none;font-weight:600;transition:background var(--speed-fast) var(--delay-soft),color var(--speed-fast) var(--delay-soft);}
.strong-footer .plain-tile:hover,.strong-footer .plain-tile:focus-visible{background:var(--tone-panel);color:var(--paint-deep);}
.strong-footer .stack{margin-top:var(--gutter-list);font-size:var(--label-meta);opacity:.82;}
.strong-footer .stack a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.strong-footer .stack a:hover,.strong-footer .stack a:focus-visible{}
.strong-footer .page-summary{padding-inline-start:calc(var(--gap-list) / 2);}
.strong-footer .public-entries{row-gap:calc(var(--layer-soft) * 1.2);}
@media (max-width:640px){.strong-footer .page-summary{padding-inline-start:0;}.strong-footer .plain-tile{align-self:stretch;text-align:center;}
}
.narrow-region{
  background: linear-gradient(135deg, #0B1620 0%, #0E3A44 48%, #0E7C86 100%);
  color: #EAF6F8;
  padding: var(--measure-wide) var(--gap-tight);
}
.narrow-region .narrow-rail{width: min(100%, var(--stack-base));
  margin: 0 auto;}
.narrow-region .focused-menu{display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--gutter-list);}
.narrow-region .open-intro{flex: 1 1 460px;
  min-width: 0;}
.narrow-region h1{margin: 0;
  font-size: clamp(calc(16.2px * 2), 6vw, calc(16.2px * 2.65));
  line-height: 1.02;
  letter-spacing: 0;}
.narrow-region .open-intro p{margin: var(--stack-tight) 0 0;
  font-size: var(--label-button);
  line-height: 1.66;}
.narrow-region .plain-tile{
  display: inline-flex;
  margin-top: var(--gutter-list);
  padding: 14px 22px;
  border-radius: var(--radius-panel);
  background: var(--tone-panel);
  color: var(--paint-deep);
  text-decoration: none;
  font-weight: 700;
  transition: background var(--speed-fast) var(--delay-soft);
}
.narrow-region .plain-tile:hover{
  background: #0E9C90;color:var(--ink-inverse);}
.narrow-region .narrow-flow{flex: 0 1 440px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  gap: 4px;}
.narrow-region .soft-brand{display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(230, 241, 244, 0.22);
  color: inherit;
  text-decoration: none;}
.narrow-region .soft-brand:hover span{}
.narrow-region .soft-brand span{font-size: var(--type-meta);
  font-weight: 700;
  transition: color var(--speed-fast) var(--delay-soft);}
.narrow-region .soft-brand small{max-width: 24ch;
  font-size: var(--label-meta);
  line-height: 1.45;
  text-align: right;
  opacity: 0.78;}
.narrow-region .stack{width: min(100%, var(--stack-base));
  margin: var(--gutter-list) auto 0;
  padding-top: var(--stack-tight);
  border-top: 1px solid rgba(230, 241, 244, 0.18);
  font-size: var(--label-meta);
  line-height: 1.6;
  opacity: 0.85;}
.narrow-region .stack a{text-decoration: underline;
  text-underline-offset: 3px;}
.narrow-region .stack a:hover{}
@media (max-width: 760px) {.narrow-region .focused-menu{
    flex-direction: column;
    align-items: stretch;
  }.narrow-region .narrow-flow{
    min-width: 0;
  }.narrow-region .soft-brand{
    flex-direction: column;
    gap: 4px;
  }.narrow-region .soft-brand small{
    max-width: none;
    text-align: left;
  }
}
