*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Orbitron", sans-serif;}
a{color:inherit;}
.active-tile {
    width: 100%;
    background: #070A12;
    color: #E6ECF2;
    border-bottom: 1px solid var(--surface-light);
  }
.clear-fields {
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 1.54rem;
    padding-right: 1.54rem;
  }
.open-method {
    background: #E6ECF2;
    color: #0B0F17;
    font-size: calc(19.3px * .875);
  }
:root {
  --tone-soft: #E6ECF2;
  --surface-soft: #141B29;
  --ink-panel: #00E5B0;
  --surface-light: rgba(0, 229, 176, 0.18);
  --ink-accent: #9AA7B5;
  --surface-page: #7C5CFF;
  --delay-soft: ease-in-out;
}
.public-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.63rem;
    min-height: 34px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
.content-benefit {
    opacity: 0.82;
    letter-spacing: 0.01em;
  }
.contact-list {
    color: #0B0F17;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 330ms var(--delay-soft);
  }
.contact-list:hover {
    border-bottom-color: #0B0F17;
  }
.offer-tile {
    background: #070A12;
    color: #E6ECF2;
  }
.quiet-panel {
    display: flex;
    align-items: center;
    gap: 1.63rem;
    min-height: 64px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
.quiet-surface {
    font-size: calc(19.3px * 1.125);
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #E6ECF2;
    text-decoration: none;
    white-space: nowrap;
    padding: 6px 10px;
    border-radius: 0.33rem;
    background: #0E1420;
    color: var(--ink-accent);
  }
.visual-view {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }
.public-flow {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
.main-wrap {
    display: inline-block;
    padding: 8px 12px;
    font-size: 19.3px;
    color: #E6ECF2;
    text-decoration: none;
    border-radius: 0.33rem;
    transition: background 330ms var(--delay-soft), color 330ms var(--delay-soft);
  }
.main-wrap:hover {
    background: #0E1420;
    color: var(--ink-accent);
  }
.contact-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
  }
.team-actions {
    display: inline-block;
    padding: 8px 14px;
    font-size: calc(19.3px * .875);
    color: #E6ECF2;
    background: transparent;
    border: 1px solid var(--surface-light);
    border-radius: 0.57rem;
    text-decoration: none;
    transition: background 330ms var(--delay-soft);
  }
.team-actions:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:var(--tone-soft);}
.public-lead {
    display: inline-block;
    padding: 8px 16px;
    font-size: calc(19.3px * .875);
    font-weight: 600;
    color: #04121A;
    background: var(--ink-panel);
    border-radius: 0.57rem;
    text-decoration: none;
    box-shadow: 0 1px 4px rgba(0,0,0,0.18);
    transition: background 330ms var(--delay-soft);
  }
.public-lead:hover{
    background: #3DF0C4;color:var(--tone-soft);}
.strong-story{
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #0E1420;
    border: 1px solid var(--surface-light);
    border-radius: 0.57rem;
    cursor: pointer;color:var(--ink-accent);}
.text-view{
    display: block;
    width: 18px;
    height: 2px;
    margin: 0 auto;
    background: var(--ink-accent);
    border-radius: 2px;color:var(--tone-soft);}
@media (max-width: 960px) {
    .visual-view {
      justify-content: flex-start;
    }
    .main-wrap {
      padding: 8px 10px;
      font-size: calc(19.3px * .875);
    }
  }
@media (max-width: 767px) {
    .content-benefit {
      display: none;
    }
    .public-panel {
      justify-content: flex-end;
    }
    .quiet-panel {
      flex-wrap: wrap;
      min-height: 56px;
    }
    .visual-view {
      order: 3;
      flex: 1 1 100%;
      display: none;
      justify-content: flex-start;
      padding-top: 1.5rem;
      border-top: 1px solid var(--surface-light);
      margin-top: 1.5rem;
    }
    .visual-view.rc-nav-open {
      display: block;
    }
    .public-flow {
      flex-direction: column;
      align-items: stretch;
      gap: 2px;
      width: 100%;
    }
    .main-wrap {
      display: block;
      padding: 10px 12px;
      font-size: 19.3px;
    }
    .team-actions {
      display: none;
    }
    .public-lead {
      padding: 8px 12px;
    }
    .strong-story {
      display: flex;
    }
  }
.open-panel{font-family:"Orbitron", sans-serif;font-size:19.3px;line-height:1.83;padding:calc(1.5rem * 2.4) 1.54rem;margin-top:calc(1.5rem * 2.4);background:#E6ECF2;color:#0B0F17;}
.secondary-figure{max-width:1300px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.63rem * 1.5)}
.local-plan{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.63rem;padding-bottom:calc(1.63rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.14)}
.text-header{display:flex;flex-direction:column;gap:0.25rem}
.site-section{font-size:calc(19.3px * 1.125);font-weight:700;letter-spacing:0.02em}
.secondary-tile{font-size:calc(19.3px * .875);opacity:0.72}
.text-items{display:flex;flex-wrap:wrap;gap:1.63rem}
.text-items a{color:inherit;text-decoration:none;font-size:calc(19.3px * .875);padding:0.35rem 0.75rem;border:1px solid rgba(255, 255, 255, 0.22);border-radius:0.33rem;transition:background 330ms var(--delay-soft), border-color 330ms var(--delay-soft)}
.text-items a:hover{background:rgba(255, 255, 255, 0.08);border-color:rgba(255, 255, 255, 0.4);color:inherit}
.clear-unit{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(1.5rem * .75)}
.opening{display:flex;flex-direction:column;gap:1.5rem}
.featured-rail{font-size:19.3px;font-weight:600;margin:0;letter-spacing:0.04em;text-transform:uppercase;opacity:0.85}
.wide-story{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.4rem}
.wide-story a{color:inherit;text-decoration:none;font-size:calc(19.3px * .875);transition:opacity 330ms var(--delay-soft)}
.wide-story a:hover{opacity:0.7;text-decoration:underline;color:inherit}
.local-footer{font-style:normal;display:flex;flex-direction:column;gap:0.4rem;font-size:calc(19.3px * .875)}
.top-proof a{color:inherit;text-decoration:none}
.top-proof a:hover{text-decoration:underline;color:inherit}
.simple-service{padding:calc(1.63rem * 1.5) 0;border-top:1px solid rgba(255, 255, 255, 0.14);border-bottom:1px solid rgba(255, 255, 255, 0.14)}
.simple-service p{margin:0;font-size:calc(19.3px * .875);line-height:1.83;opacity:0.82}
.simple-service a{color:inherit;text-decoration:underline}
.public-form{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.63rem}
.public-form small{font-size:calc(19.3px * .875);opacity:0.7}
@media (max-width: 900px) {.clear-unit{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 600px) {.clear-unit{grid-template-columns:1fr}.local-plan{flex-direction:column;align-items:flex-start}.public-form{flex-direction:column;align-items:flex-start}
  }
.cookies{position:fixed;left:1.54rem;right:1.54rem;bottom:1.5rem;z-index:1200;}
.cookies .simple-summary{max-width:860px;margin:0 auto;background:linear-gradient(145deg,var(--ink-panel),#E6ECF2);color:#04121A;border-radius:1rem;padding:1.5rem 1.54rem;box-shadow:0 26px 44px rgba(0,0,0,0.29);}
.cookies .simple-summary strong{display:block;margin-bottom:6px;}
.cookies .simple-summary p{margin:0;opacity:.9;}
.cookies .plain-section{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px;}
.cookies .plain-section button{border:1px solid color-mix(in srgb, currentColor 40%, transparent);background:transparent;border-radius:999px;padding:7px 12px;cursor:pointer;}
.cookies .plain-section button.cookie-accept{background:var(--surface-page);border-color:transparent;color:#0A0718;font-weight:700;}
.focused-grid{
        padding:calc(1.5rem * 2.8) 1.54rem;
        background:#070A12;
        color:#E6ECF2;
    }
.focused-grid .main-visual{max-width:1300px;
        margin:0 auto;
        display:flex;
        flex-wrap:wrap;
        gap:calc(1.63rem * 2);
        align-items:center;}
.focused-grid .secondary-team{flex:1 1 26rem;
        min-width:0;}
.focused-grid h1{margin:0 0 calc(1.63rem * 1.5);
        font-size:clamp(2rem,4vw,3.2rem);
        line-height:1.12;
        letter-spacing:.01em;}
.focused-grid .content-figure{margin:0;
        font-size:calc(19.3px * 1.125);
        line-height:1.83;
        color:var(--ink-accent);
        max-width:42rem;}
.focused-grid .plain-section{display:flex;
        flex-wrap:wrap;
        gap:1.63rem;
        margin-top:1.5rem;}
.focused-grid .plain-section a{
        text-decoration:none;
        padding:.7rem 1.15rem;
        border-radius:0.57rem;
        border:1px solid var(--surface-light);
        background:var(--surface-soft);
        color:var(--tone-soft);
        transition:background 330ms var(--delay-soft), border-color 330ms var(--delay-soft);
    }
.focused-grid .plain-section a:first-child{
        background:var(--ink-panel);
        color:#04121A;
        border-color:var(--ink-panel);
    }
.focused-grid .plain-section a:first-child:hover{
        background:#3DF0C4;
        border-color:#3DF0C4;color:var(--tone-soft);}
.focused-grid .plain-section a:last-child:hover{border-color:#00E5B0;}
.focused-grid .text-visual{margin:calc(1.63rem * 1.5) 0 0;
        font-size:calc(19.3px * .875);
        color:var(--ink-accent);}
.focused-grid .text-visual a{color:#00E5B0;
        text-decoration:none;
        border-bottom:1px solid rgba(0, 229, 176, 0.55);}
.focused-grid .text-visual a:hover{color:#7C5CFF;}
.focused-grid .direct-footer{flex:1 1 22rem;
        margin:0;
        min-width:0;}
.focused-grid .strong-nav{display:block;
        width:100%;
        height:auto;
        border-radius:1.21rem;
        border:1px solid var(--surface-light);
        box-shadow:0 8px 22px rgba(0,0,0,0.23);}
.focused-grid .local-quote{margin-top:.75rem;
        font-size:calc(19.3px * .875);
        color:var(--ink-accent);}
@media (max-width:940px){.focused-grid{padding:calc(1.5rem * 1.8) 1.54rem;}.focused-grid .direct-footer{flex-basis:100%;}
    }
.narrow-quote{padding:calc(1.5rem * 2.4) 1.54rem;background:linear-gradient(135deg, #070A12 0%, #0E1420 45%, #10233A 100%);color:#E6ECF2;overflow:hidden}
.narrow-quote .primary-links{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:calc(1.63rem * 1.5);align-items:start}
.narrow-quote .compact-story{position:sticky;top:1.5rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.narrow-quote .local-quote{font-size:calc(19.3px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.72}
.narrow-quote h2{margin:0;font-size:calc(19.3px * 2.65);line-height:1.02}
.narrow-quote .site-rail{margin:0;font-size:19.3px;opacity:.85}
.narrow-quote .text-visual{margin:0;font-size:calc(19.3px * .875);opacity:.78}
.narrow-quote .text-visual a{text-decoration:none;border-bottom:1px solid rgba(0, 229, 176, 0.55);transition:color 330ms var(--delay-soft)}
.narrow-quote .text-visual a:hover{}
.narrow-quote .service-view{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.narrow-quote .page-callout{position:relative;padding:1.63rem 1.63rem 1.63rem calc(1.63rem + 1.6rem);border-radius:1rem;background:var(--surface-soft);color:var(--tone-soft);border:1px solid var(--surface-light);transition:border-color 330ms var(--delay-soft),transform 330ms var(--delay-soft)}
.narrow-quote .page-callout::before{content:"";position:absolute;left:1.63rem;top:calc(1.63rem + .35rem);width:.55rem;height:.55rem;border-radius:50%;background:var(--ink-panel);box-shadow:0 0 0 3px rgba(0, 229, 176, 0.55);color:#04121A;}
.narrow-quote .page-callout:nth-child(even){background:#0E1420;color:var(--ink-accent)}
.narrow-quote .page-callout:hover{border-color:rgba(0, 229, 176, 0.55);transform:translateX(4px)}
.narrow-quote .top-frame{display:block;font-size:calc(19.3px * .875);letter-spacing:.06em;text-transform:uppercase;opacity:.7}
.narrow-quote h3{margin:calc(1.5rem * .75) 0;font-size:calc(19.3px * 1.35);line-height:1.15}
.narrow-quote .page-callout p{margin:0;font-size:19.3px}
@media (max-width:820px){.narrow-quote .primary-links{grid-template-columns:1fr}.narrow-quote .compact-story{position:relative;top:auto}.narrow-quote .page-callout:hover{transform:none}
}
.wide-flow{--field-local:calc(1.5rem * 1.18);--field-public:calc(1300px / 2.5);padding:calc(1.5rem * 2.4) 1.54rem;background:#070A12;color:#E6ECF2;}
.wide-flow .main-actions{max-width:1300px;margin:0 auto;}
.wide-flow h2,.wide-flow h3,.wide-flow p{margin:0;}
.wide-flow h2{font-size:calc(19.3px * 2);line-height:1.14;max-width:var(--field-public);}
.wide-flow h3{font-size:calc(19.3px * 1.35);line-height:1.22;}
.wide-flow p{font-size:19.3px;line-height:1.83;color:var(--ink-accent);}
.wide-flow a{color:#00E5B0;text-decoration:none;transition:color 330ms var(--delay-soft);}
.wide-flow a:hover{color:#7C5CFF;}
.wide-flow .local-header{display:flex;align-items:flex-start;gap:calc(1.63rem * 1.3);}
.wide-flow .secondary-team{flex:1 1 calc(1300px / 3);min-width:0;padding-inline-start:calc(1.5rem * .75);}
.wide-flow .secondary-team p{margin-top:1.5rem;}
.wide-flow .secondary-team .local-quote{margin-top:calc(1.5rem * .7);padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid var(--ink-panel);color:#E6ECF2;}
.wide-flow .text-visual{display:flex;flex-wrap:wrap;gap:1.63rem;margin-top:1.5rem;font-size:calc(19.3px * .875);}
.wide-flow .text-visual a{border-bottom:1px solid var(--surface-light);padding-bottom:2px;}
.wide-flow .strong-details{flex:2 1 calc(1300px / 2);display:flex;flex-direction:column;gap:var(--field-local);min-width:0;}
.wide-flow .local-surface{padding-block-end:var(--field-local);border-bottom:1px solid var(--surface-light);}
.wide-flow .local-surface:last-child{border-bottom:0;padding-block-end:0;}
.wide-flow .local-surface p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.wide-flow .local-header{flex-direction:column;gap:1.5rem;}.wide-flow .secondary-team{padding-inline-start:0;}.wide-flow .secondary-team .local-quote{padding-inline-start:calc(1.5rem * .75);}}
.public-visual{--field-local:calc(1.5rem * 1.05);--field-public:calc(1300px / 2.55);padding:calc(1.5rem * 2.4) 1.54rem;background:#070A12;color:#E6ECF2;}
.public-visual .main-actions{max-width:1300px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.5rem * 1.4);}
.public-visual h2,.public-visual h3,.public-visual p{margin:0;}
.public-visual h2{font-size:calc(19.3px * 2);line-height:1.12;max-width:var(--field-public);}
.public-visual h3{font-size:calc(19.3px * 1.35);line-height:1.22;}
.public-visual p{font-size:19.3px;line-height:1.83;}
.public-visual .featured-panel{display:flex;flex-direction:column;gap:calc(1.63rem * 1.5);}
.public-visual .site-rail{max-width:var(--field-public);}
.public-visual .media-headline{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--surface-light);}
.public-visual .local-surface{padding:calc(calc(1.5rem * .75) * 1.1) 0;border-bottom:1px solid var(--surface-light);display:flex;flex-direction:column;gap:calc(1.5rem / 2.6);}
.public-visual .local-surface h3{}
.public-visual .text-visual{font-size:calc(19.3px * .875);max-width:var(--field-public);}
.public-visual .text-visual a{text-decoration:none;border-bottom:1px solid #00E5B0;padding-bottom:1px;transition:color 330ms var(--delay-soft),border-color 330ms var(--delay-soft);}
.public-visual .text-visual a:hover{border-color:#7C5CFF;}
@media(max-width:760px){.public-visual h2{max-width:none;}.public-visual .site-rail{max-width:none;}
}
.clear-area{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.54rem;
    background:linear-gradient(135deg, #070A12 0%, #0E1420 45%, #10233A 100%);
    color:#E6ECF2;
  }
.clear-area .local-header{max-width:1300px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
    gap:clamp(1.2rem,5vw,calc(1.63rem * 1.5));}
.clear-area .compact-story{flex:1 1 30rem;
    min-width:0;
    order:1;}
.clear-area .plain-region{display:block;
    flex:0 1 16rem;
    order:3;
    width:min(22vw,16rem);
    max-width:100%;
    height:auto;
    aspect-ratio:3/4;
    object-fit:cover;
    border-radius:1rem;
    box-shadow:0 8px 22px rgba(0,0,0,0.23);}
.clear-area .fresh-section{flex:0 1 27rem;
    order:2;
    min-width:15rem;
    padding-bottom:.3rem;}
.clear-area h1{margin:0;
    font-size:clamp(2rem,5.4vw,calc(19.3px * 2.65));
    line-height:1.03;
    font-weight:760;
    letter-spacing:-0.01em;}
.clear-area p{margin:0;
    font-size:clamp(1rem,1.35vw,calc(19.3px * 1.125));
    line-height:1.74;}
@media (max-width:820px){.clear-area .local-header{display:block;}.clear-area .plain-region{
      width:100%;
      aspect-ratio:16/9;
      margin:1.5rem 0;
    }.clear-area .fresh-section{
      padding-bottom:0;
      margin-top:1.5rem;
      min-width:0;
    }.clear-area{
      padding-top:calc(calc(1.5rem * 2.4)*.54);
      padding-bottom:calc(calc(1.5rem * 2.4)*.54);
    }
  }
.secondary-media{
  background: #070A12;
  color: #E6ECF2;
  padding: calc(1.5rem * 2.4) 1.54rem;
}
.secondary-media .main-actions{width: min(100%, 1300px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.63rem;
  align-items: flex-start;}
.secondary-media .secondary-team{flex: 1 1 32rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.63rem * 1.5);}
.secondary-media h2{margin: 0;
  font-size: calc(19.3px * 2);
  line-height: 1.08;
  letter-spacing: 0.01em;}
.secondary-media .site-rail{margin: 0;
  max-width: 46rem;
  font-size: calc(19.3px * 1.125);
  line-height: 1.83;}
.secondary-media .page-nav{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--surface-light);}
.secondary-media .local-surface{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid var(--surface-light);}
.secondary-media .local-surface strong{flex: 0 1 14rem;
  min-width: 0;
  font-size: calc(19.3px * 1.35);
  line-height: 1.2;}
.secondary-media .local-surface span{flex: 1 1 20rem;
  min-width: 0;
  line-height: 1.83;}
.secondary-media .focused-headline{flex: 1 1 22rem;
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.secondary-media .page-quote{display: block;
  width: 100%;
  height: auto;
  min-height: 26rem;
  object-fit: cover;
  border-radius: 1rem;
  border: 1px solid var(--surface-light);}
.secondary-media .local-quote{
  margin: 0;
  padding: calc(1.5rem * .75);
  background: #0E1420;
  color: var(--ink-accent);
  border-radius: 0.57rem;
  font-size: calc(19.3px * .875);
  line-height: 1.83;
}
@media (max-width: 860px) {.secondary-media .page-quote{ min-height: 18rem; }.secondary-media .local-surface strong{ flex-basis: 100%; }
}
.clear-header{--field-local:calc(1.5rem * 1.2);--field-public:calc(1300px / 2.3);padding:calc(1.5rem * 2.4) 1.54rem;background:#070A12;color:#E6ECF2;}
.clear-header .main-actions{max-width:1300px;margin:0 auto;}
.clear-header h2,.clear-header h3,.clear-header p{margin:0;}
.clear-header h2{font-size:calc(19.3px * 2);line-height:1.14;}
.clear-header h3{font-size:calc(19.3px * 1.35);line-height:1.22;}
.clear-header p{font-size:19.3px;line-height:1.83;color:var(--ink-accent);}
.clear-header a{color:inherit;text-decoration:none;}
.clear-header .local-quote{margin:0 0 calc(1.5rem / 2);font-size:calc(19.3px * .875);letter-spacing:0.08em;text-transform:uppercase;color:#00E5B0;}
.clear-header .site-rail{margin-top:calc(1.63rem * 1.5);max-width:var(--field-public);}
.clear-header .open-track{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.33rem;background:var(--ink-panel);color:#04121A;border:1px solid var(--surface-light);transition:background 330ms var(--delay-soft);}
.clear-header .open-track:hover{background:#3DF0C4;color:var(--tone-soft);}
.clear-header .strong-details{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.63rem;margin-top:var(--field-local);}
.clear-header .local-surface{flex:1 1 calc(1300px / 3.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--surface-light);}
.clear-header .local-surface p{margin-top:calc(1.5rem / 3);}
.clear-header .site-story{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.63rem;}
.clear-header .site-story>.secondary-team{flex:1 1 auto;min-width:0;}
.clear-header .site-story>.open-track{flex:0 0 auto;margin-top:calc(1.5rem / 2);}
.clear-header .site-story>.strong-details{flex:1 1 100%;}
@media (max-width:720px){.clear-header .local-surface{flex:1 1 100%;}.clear-header .site-story>.open-track{margin-top:calc(1.63rem * 1.5);}
}
.narrow-panel{--field-local:calc(1.5rem * 1.02);--field-public:calc(1300px / 2.85);padding:calc(1.5rem * 2.4) 1.54rem;background:#070A12;color:#E6ECF2;}
.narrow-panel .main-actions{max-width:1300px;margin:0 auto;}
.narrow-panel h2,.narrow-panel h3,.narrow-panel p{margin:0;}
.narrow-panel h2{font-size:calc(19.3px * 2);line-height:1.12;margin-top:var(--field-local);}
.narrow-panel h3{font-size:calc(19.3px * 1.35);line-height:1.2;}
.narrow-panel p{font-size:19.3px;line-height:1.83;}
.narrow-panel .local-quote{font-size:calc(19.3px * .875);letter-spacing:.04em;text-transform:uppercase;}
.narrow-panel .strong-details{display:flex;flex-wrap:wrap;gap:var(--field-local);margin-top:var(--field-local);}
.narrow-panel .local-surface{flex:1 1 calc(1300px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.57rem;background:var(--surface-soft);color:var(--tone-soft);border:1px solid var(--surface-light);}
.narrow-panel .local-surface p{margin-top:calc(1.5rem / 3);}
.narrow-panel .plain-view>h2{margin-top:var(--field-local);}
@media (max-width:720px){.narrow-panel .local-surface{flex:1 1 100%;}
}
.content-header{padding:calc(calc(1.5rem * 2.4)*.78) 1.54rem;background:#0E1420;color:#E6ECF2;}
.content-header .local-header{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);grid-template-areas:"title visual" "text visual";column-gap:clamp(1.6rem,5vw,calc(1.63rem * 1.5));row-gap:1.5rem;align-items:end;}
.content-header .compact-story{grid-area:title;min-width:0;}
.content-header .plain-region{grid-area:visual;display:block;width:100%;max-width:22rem;justify-self:end;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:1rem;border:1px solid var(--surface-light,rgba(0,229,176,0.18));}
.content-header .fresh-section{grid-area:text;min-width:0;max-width:44rem;}
.content-header h1{margin:0;font-size:clamp(2rem,4.6vw,calc(19.3px * 2.65));line-height:1.06;font-weight:760;letter-spacing:-0.01em;}
.content-header p{margin:0;font-size:clamp(1rem,1.3vw,calc(19.3px * 1.125));line-height:1.78;}
@media (max-width:820px){.content-header .local-header{grid-template-columns:1fr;grid-template-areas:"title" "visual" "text";align-items:start;}.content-header .plain-region{max-width:100%;aspect-ratio:16/9;justify-self:stretch;}.content-header{padding-top:calc(calc(1.5rem * 2.4)*.58);padding-bottom:calc(calc(1.5rem * 2.4)*.58);}
  }
.wide-quote{--field-local:calc(1.5rem * 1.18);--field-public:calc(1300px / 2.05);padding:calc(1.5rem * 2.4) 1.54rem;background:#070A12;color:#E6ECF2;}
.wide-quote .main-actions{max-width:1300px;margin:0 auto;}
.wide-quote h2,.wide-quote p{margin:0;}
.wide-quote h2{font-size:calc(19.3px * 2);line-height:1.14;max-width:var(--field-public);}
.wide-quote p{font-size:19.3px;line-height:1.83;}
.wide-quote a{color:#00E5B0;text-decoration:none;border-bottom:1px solid color-mix(in srgb, #00E5B0 45%, transparent);}
.wide-quote a:hover{color:#7C5CFF;border-bottom-color:#7C5CFF;}
.wide-quote .site-rail{max-width:var(--field-public);color:var(--ink-accent);}
.wide-quote .media-flow h2{margin-top:calc(1.5rem / 1.6);}
.wide-quote .media-headline{margin-top:var(--field-local);display:flex;flex-direction:column;gap:calc(1.5rem / 1.4);border-top:1px solid var(--surface-light);padding-top:var(--field-local);}
.wide-quote details{padding:calc(calc(1.5rem * .75) * .85) 0;border-bottom:1px solid var(--surface-light);}
.wide-quote details:last-child{border-bottom:none;}
.wide-quote summary{cursor:pointer;font-weight:700;font-size:calc(19.3px * 1.125);line-height:1.3;list-style:none;display:flex;justify-content:space-between;align-items:baseline;gap:1.63rem;}
.wide-quote summary::-webkit-details-marker{display:none;}
.wide-quote summary::after{content:"+";color:var(--ink-panel);font-size:calc(19.3px * 1.125);line-height:1;flex:0 0 auto;}
.wide-quote details[open] summary::after{content:"–";}
.wide-quote details p{margin-top:calc(1.5rem / 2.2);max-width:var(--field-public);color:var(--ink-accent);}
@media (max-width:640px){.wide-quote summary{font-size:19.3px;}.wide-quote .site-rail,.wide-quote details p{max-width:100%;}
}
.page-summary{--field-local:calc(1.5rem * 1.39);--field-public:calc(1300px / 2.55);--type-meta:calc(1300px / 3.72);padding:calc(1.5rem * 2.4) 1.54rem;background:#070A12;color:#E6ECF2;}
.page-summary .main-actions{max-width:1300px;margin:0 auto;}
.page-summary h2,.page-summary h3,.page-summary p{margin:0;}
.page-summary h2{font-size:calc(19.3px * 2);line-height:1.12;}
.page-summary h3{font-size:calc(19.3px * 1.35);line-height:1.2;}
.page-summary p{font-size:19.3px;line-height:1.83;}
.page-summary a{text-decoration:none;border-bottom:1px solid rgba(0, 229, 176, 0.55);}
.page-summary a:hover{}
.page-summary img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.page-summary .content-block{display:flex;align-items:flex-start;gap:1.63rem;}
.page-summary .content-block>img{flex:0 0 var(--type-meta);max-width:var(--type-meta);}
.page-summary .content-block>.secondary-team{flex:1 1 auto;min-width:0;}
.page-summary .secondary-team .site-rail{margin-top:1.5rem;max-width:var(--field-public);}
.page-summary .strong-details{display:flex;flex-direction:column;gap:calc(1.5rem / 1.4);margin-top:var(--field-local);}
.page-summary .local-surface{padding-left:calc(1.5rem * .75);border-left:2px solid var(--surface-page);}
.page-summary .local-surface p{margin-top:calc(1.5rem / 3);}
.page-summary .local-quote{margin-top:var(--field-local);font-size:calc(19.3px * .875);}
@media(max-width:760px){.page-summary .content-block{flex-direction:column;}.page-summary .content-block>img{flex:1 1 auto;max-width:100%;}}
.top-shell{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.54rem;
    background:#0E1420;
    color:#E6ECF2;
  }
.top-shell .local-header{max-width:1300px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
    gap:clamp(1.4rem,5vw,calc(1.63rem * 1.5));}
.top-shell .compact-story{flex:1 1 30rem;
    min-width:0;}
.top-shell .plain-region{display:block;
    flex:0 1 16rem;
    width:min(22vw,16rem);
    max-width:100%;
    height:auto;
    aspect-ratio:3/4;
    object-fit:cover;
    border-radius:1rem;
    border:1px solid var(--surface-light,rgba(0,229,176,0.18));}
.top-shell .fresh-section{flex:1 1 26rem;
    min-width:16rem;
    padding-bottom:.4rem;}
.top-shell h1{margin:0;
    font-size:clamp(2rem,5.2vw,calc(19.3px * 2.65));
    line-height:1.04;
    font-weight:780;
    letter-spacing:0;}
.top-shell p{margin:0;
    font-size:clamp(1rem,1.35vw,calc(19.3px * 1.125));
    line-height:1.78;}
@media (max-width:760px){.top-shell .local-header{display:block}.top-shell .plain-region{width:100%;aspect-ratio:16/9;margin:1.5rem 0}.top-shell .fresh-section{padding-bottom:0;margin-top:1.5rem;min-width:0}.top-shell{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54)}
  }
.page-area{
        background: #070A12;
        color: #E6ECF2;
        padding: calc(1.5rem * 2.4) 1.54rem;
    }
.page-area .main-actions{max-width: 1300px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
        gap: calc(1.63rem * 1.5);
        align-items: start;}
.page-area .site-proof{min-width: 0;
        position: sticky;
        top: 1.5rem;}
.page-area h2{margin: 0 0 calc(1.63rem * 1.5);
        font-size: calc(19.3px * 2);
        line-height: 1.12;
        letter-spacing: 0;}
.page-area .site-rail{margin: 0 0 calc(1.63rem * 1.5);
        color: var(--ink-accent);
        font-size: calc(19.3px * 1.125);
        line-height: 1.83;}
.page-area .text-visual{
        display: inline-flex;
        align-items: center;
        gap: .5rem;
        padding: .7rem 1.05rem;
        background: var(--ink-panel);
        color: #04121A;
        border-radius: 0.57rem;
        text-decoration: none;
        font-size: calc(19.3px * .875);
        letter-spacing: .02em;
        transition: background 330ms var(--delay-soft);
    }
.page-area .text-visual:hover{
        background: #3DF0C4;color:var(--tone-soft);}
.page-area .narrow-menu{min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;}
.page-area .secondary-team{margin: 0;
        color: var(--ink-accent);
        font-size: 19.3px;
        line-height: 1.83;}
.page-area .local-surface{
        padding: 1.5rem 1.54rem;
        background: var(--surface-soft);
        color: var(--tone-soft);
        border: 1px solid var(--surface-light);
        border-left: 2px solid var(--ink-panel);
        border-radius: 0.57rem;
    }
.page-area .local-surface strong{display: block;
        font-size: 19.3px;
        letter-spacing: .01em;}
.page-area .local-surface span{display: block;
        margin-top: .45rem;
        color: var(--ink-accent);
        font-size: calc(19.3px * .875);
        line-height: 1.83;}
.page-area .local-quote{margin: 0;
        padding-top: 1.5rem;
        border-top: 1px solid var(--surface-light);
        color: var(--ink-accent);
        font-size: calc(19.3px * .875);}
.page-area .local-quote a{color: #00E5B0;
        text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: color 330ms var(--delay-soft), border-color 330ms var(--delay-soft);}
.page-area .local-quote a:hover{color: #7C5CFF;
        border-bottom-color: #7C5CFF;}
@media (max-width: 900px) {.page-area .main-actions{
            grid-template-columns: 1fr;
        }.page-area .site-proof{
            position: static;
        }
    }
.top-unit{--field-local:calc(1.5rem * 1.29);--field-public:calc(1300px / 2.53);--type-meta:calc(1300px / 3.59);--label-strong:calc(1300px / 3.63);padding:calc(1.5rem * 2.4) 1.54rem;background:#070A12;color:#E6ECF2;}
.top-unit .main-actions{max-width:1300px;margin:0 auto;}
.top-unit h1,.top-unit h2,.top-unit h3,.top-unit p,.top-unit ul{margin:0;}
.top-unit h1{font-size:calc(19.3px * 2.65);line-height:1.1;}
.top-unit h2{font-size:calc(19.3px * 2);line-height:1.12;}
.top-unit h3{font-size:calc(19.3px * 1.35);line-height:1.2;}
.top-unit p{font-size:19.3px;line-height:1.83;}
.top-unit a{text-decoration:none;border-bottom:1px solid color-mix(in srgb, #00E5B0 45%, transparent);}
.top-unit a:hover{border-bottom-color:#7C5CFF;}
.top-unit img{display:block;width:100%;height:auto;border-radius:0.57rem;border:1px solid var(--surface-light);}
.top-unit .simple-entries{padding-block:calc(var(--field-local) / 2);}
.top-unit .content-shell{row-gap:calc(var(--field-local) * .7);}
.top-unit .content-block{display:flex;align-items:flex-start;gap:1.63rem;}
.top-unit .secondary-team{flex:1 1 auto;min-width:0;}
.top-unit .secondary-team>p{margin-top:1.5rem;max-width:calc(1300px / 2);}
.top-unit .strong-details{display:flex;flex-wrap:wrap;gap:var(--field-local);margin-top:var(--field-local);}
.top-unit .local-surface{flex:1 1 var(--label-strong);min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid var(--surface-light);}
.top-unit .local-surface p{margin-top:calc(1.5rem / 3);}
.top-unit .text-visual{margin-top:var(--field-local);font-size:calc(19.3px * .875);}
@media(max-width:760px){.top-unit .content-block{flex-direction:column;}}
.site-intro{
        padding: calc(1.5rem * 2.4) 1.54rem;
        background: #070A12;
        color: #E6ECF2
    }
.site-intro .main-actions{max-width: 1300px;
        margin: 0 auto}
.site-intro .focused-fields{display: flex;
        flex-direction: column;
        gap: calc(1.63rem * 1.5)}
.site-intro .site-rail{max-width: 62ch}
.site-intro h2{margin: 0 0 1.5rem;
        font-size: calc(19.3px * 2);
        line-height: 1.1}
.site-intro .local-quote{margin: 0;
        font-size: 19.3px;
        line-height: 1.83;
        color: var(--ink-accent)}
.site-intro .team-panel{display: flex;
        flex-direction: column;
        gap: calc(1.63rem * 1.5);
        min-width: 0}
.site-intro .team-panel > p{margin: 0;
        max-width: 78ch;
        font-size: calc(19.3px * 1.125);
        line-height: 1.83}
.site-intro .clear-headline{display: flex;
        flex-wrap: wrap;
        gap: 1.63rem}
.site-intro .clear-headline span{
        border-radius: 0.33rem;
        background: var(--surface-soft);
        color: var(--tone-soft);
        border: 1px solid var(--surface-light);
        padding: calc(calc(1.5rem * .75) * .55) calc(1.5rem * .75);
        font-size: calc(19.3px * .875)
    }
.site-intro .simple-headline{display: flex;
        flex-direction: column;
        border-top: 1px solid var(--surface-light)}
.site-intro .secondary-brand{display: flex;
        flex-wrap: wrap;
        gap: 1.63rem;
        padding: 1.5rem 0;
        border-bottom: 1px solid var(--surface-light)}
.site-intro .secondary-brand h3{flex: 0 0 22ch;
        margin: 0;
        font-size: calc(19.3px * 1.35);
        line-height: 1.2}
.site-intro .secondary-brand p{flex: 1 1 34ch;
        margin: 0;
        font-size: 19.3px;
        line-height: 1.83;
        color: var(--ink-accent)}
@media (max-width: 760px) {.site-intro .secondary-brand h3{
            flex: 1 1 100%
        }
    }
.contact-frame{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.54rem;
    background:var(--ink-strong,linear-gradient(135deg,#070A12 0%,#0E1420 45%,#10233A 100%));
    color:#E6ECF2;
  }
.contact-frame .local-header{max-width:1300px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
    gap:clamp(1.4rem,5vw,calc(1.63rem * 1.5));}
.contact-frame .compact-story{flex:1 1 26rem;
    min-width:0;}
.contact-frame h1{margin:0;
    font-size:clamp(2rem,4.6vw,calc(19.3px * 2.65));
    line-height:1.06;
    font-weight:760;
    letter-spacing:0;}
.contact-frame .fresh-section{flex:1 1 22rem;
    min-width:16rem;
    padding-bottom:.3rem;
    border-left:1px solid var(--surface-light,rgba(0,229,176,0.18));
    padding-left:calc(1.5rem * .75);}
.contact-frame p{margin:0;
    font-size:clamp(1rem,1.3vw,calc(19.3px * 1.125));
    line-height:1.72;}
.contact-frame .plain-region{display:block;
    flex:0 1 17rem;
    width:min(22vw,17rem);
    max-width:100%;
    height:auto;
    aspect-ratio:3/4;
    object-fit:cover;
    border-radius:1.21rem;
    border:1px solid var(--surface-light,rgba(0,229,176,0.18));}
@media (max-width:820px){.contact-frame .local-header{display:block}.contact-frame .plain-region{width:100%;aspect-ratio:16/9;margin:1.5rem 0}.contact-frame .fresh-section{
      padding-left:0;
      padding-bottom:0;
      margin-top:1.5rem;
      border-left:0;
      border-top:1px solid var(--surface-light,rgba(0,229,176,0.18));
      padding-top:calc(1.5rem * .75);
      min-width:0;
    }.contact-frame{
      padding-top:calc(calc(1.5rem * 2.4)*.54);
      padding-bottom:calc(calc(1.5rem * 2.4)*.54);
    }
  }
.direct-track{
  --field-local:calc(1.5rem * 1.15);
  --field-public:calc(1300px / 2.6);
  --font-nav:calc(1300px / 3.05);
  padding:calc(1.5rem * 2.4) 1.54rem;
  background:#070A12;
  color:#E6ECF2;
}
.direct-track .main-actions{max-width:1300px;
  margin:0 auto;}
.direct-track h2,
.direct-track h3,
.direct-track p{margin:0;}
.direct-track h2{font-size:calc(19.3px * 2);
  line-height:1.14;}
.direct-track h3{font-size:calc(19.3px * 1.35);
  line-height:1.22;}
.direct-track p{font-size:19.3px;
  line-height:1.83;}
.direct-track .simple-note{max-width:var(--field-public);}
.direct-track .simple-note .site-rail{margin-top:calc(1.63rem * 1.5);
  color:var(--ink-accent);}
.direct-track .bottom-tile{margin:var(--field-local) 0 0;
  max-width:var(--font-nav);}
.direct-track .bottom-tile img{display:block;
  width:100%;
  height:auto;
  border-radius:1rem;
  border:1px solid var(--surface-light);}
.direct-track .steady-group{list-style:none;
  margin:var(--field-local) 0 0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.63rem * 1.5);
  border-left:1px solid var(--surface-light);}
.direct-track .local-surface{position:relative;
  display:flex;
  gap:1.63rem;
  padding-left:1.5rem;}
.direct-track .clear-frame{
  position:absolute;
  left:calc(-1 * 1.54rem / 2 - 1px);
  top:calc(19.3px * 0.55);
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--surface-page);
  box-shadow:0 0 0 3px #070A12, 0 0 12px rgba(0, 229, 176, 0.55);color:#0A0718;}
.direct-track .secondary-team{min-width:0;}
.direct-track .steady-feature{font-size:calc(19.3px * .875);
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:var(--surface-page);}
.direct-track .secondary-team h3{margin-top:calc(1.5rem / 4);}
.direct-track .secondary-team p{margin-top:calc(1.5rem / 3);
  color:var(--ink-accent);
  max-width:var(--field-public);}
.direct-track .local-quote{
  margin-top:var(--field-local);
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.57rem;
  background:#0E1420;
  color:var(--ink-accent);
  font-size:calc(19.3px * .875);
  max-width:var(--field-public);
}
@media (min-width:900px){.direct-track .steady-group{
    gap:1.63rem;
  }.direct-track .local-surface{
    align-items:flex-start;
  }
}
.quiet-header{padding:calc(1.5rem * 2.4) 1.54rem;background:linear-gradient(135deg, #070A12 0%, #0E1420 45%, #10233A 100%);color:#E6ECF2;}
.quiet-header .main-actions{max-width:1300px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.63rem * 1.5);}
.quiet-header .featured-panel{max-width:760px;}
.quiet-header .featured-panel h2{margin:0;font-size:calc(19.3px * 2);line-height:1.2;}
.quiet-header .featured-panel p{margin:10px 0 0;font-size:19.3px;opacity:.9;}
.quiet-header .steady-group{display:flex;flex-wrap:wrap;gap:1.63rem;}
.quiet-header .secondary-brand{flex:1 1 260px;min-width:240px;display:flex;flex-direction:column;gap:8px;padding:calc(1.5rem * .75);border:1px solid var(--surface-light);border-radius:1rem;background:var(--surface-soft);color:var(--tone-soft);}
.quiet-header .fresh-surface{font-size:calc(19.3px * .875);letter-spacing:.06em;text-transform:uppercase;}
.quiet-header .secondary-brand .secondary-team{display:flex;flex-direction:column;gap:6px;}
.quiet-header .secondary-brand a{text-decoration:none;font-weight:700;word-break:break-word;}
.quiet-header .secondary-brand a:hover{}
.quiet-header .secondary-brand p{margin:0;font-size:calc(19.3px * .875);line-height:1.83;opacity:.92;}
.quiet-header .strong-details{display:flex;flex-direction:column;gap:8px;}
.quiet-header .local-surface{border:1px solid var(--surface-light);border-radius:0.57rem;background:#0E1420;color:var(--ink-accent);overflow:hidden;}
.quiet-header .local-surface button{width:100%;border:0;background:transparent;color:inherit;text-align:left;font:inherit;font-weight:700;padding:14px 16px;cursor:pointer;transition:color 330ms var(--delay-soft);}
.quiet-header .local-surface button:hover{}
.quiet-header .local-surface p{margin:0;max-height:0;overflow:hidden;padding:0 16px;font-size:calc(19.3px * .875);line-height:1.83;transition:max-height 330ms var(--delay-soft),padding 330ms var(--delay-soft);}
.quiet-header .local-surface.is-open p{max-height:240px;padding:0 16px 16px;}
.quiet-header .text-visual{display:flex;flex-wrap:wrap;gap:1.63rem;padding-top:calc(1.63rem * 1.5);border-top:1px solid var(--surface-light);}
.quiet-header .text-visual a{text-decoration:none;font-weight:700;font-size:calc(19.3px * .875);}
.quiet-header .text-visual a:hover{}
@media (max-width:640px){.quiet-header .secondary-brand{flex:1 1 100%;}
    }
.text-tile{padding:calc(1.5rem * 2.4) 1.54rem;background:#070A12;color:#E6ECF2}
.text-tile .main-actions{max-width:min(1300px,56rem);margin:0 auto}
.text-tile .simple-note{max-width:44rem}
.text-tile h2{margin:0;font-size:calc(19.3px * 2);line-height:1.1}
.text-tile .simple-note p{margin:1.5rem 0 0;color:var(--ink-accent);line-height:1.83}
.text-tile .wide-grid{margin-top:calc(1.63rem * 1.5);border-top:1px solid var(--surface-light)}
.text-tile details{padding:1.5rem 0;border-bottom:1px solid var(--surface-light)}
.text-tile summary{cursor:pointer;font-size:calc(19.3px * 1.35);line-height:1.2;list-style:none}
.text-tile summary::-webkit-details-marker{display:none}
.text-tile summary::after{content:"+";float:right;color:#00E5B0;font-size:calc(19.3px * 1.125);line-height:1}
.text-tile details[open] summary::after{content:"–"}
.text-tile details p{max-width:48rem;margin:1.5rem 0 0;color:var(--ink-accent);line-height:1.83}
@media(max-width:720px){.text-tile .wide-grid{margin-top:calc(1.5rem * .75)}}
.local-section{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.54rem;
    background:linear-gradient(135deg, #070A12 0%, #0E1420 45%, #10233A 100%);
    color:#E6ECF2;
  }
.local-section .local-header{max-width:1300px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
    gap:clamp(1.5rem,6vw,calc(1.63rem * 1.5));}
.local-section .compact-story{flex:1 1 30rem;
    min-width:0;
    order:1;}
.local-section .plain-region{display:block;
    flex:0 1 17rem;
    order:2;
    width:min(23vw,17rem);
    max-width:100%;
    height:auto;
    aspect-ratio:3/4;
    object-fit:cover;
    border-radius:1rem;
    box-shadow:0 8px 22px rgba(0,0,0,0.23);}
.local-section .fresh-section{flex:0 1 27rem;
    order:3;
    min-width:15rem;
    padding-bottom:.3rem;}
.local-section h1{margin:0;
    font-size:clamp(2rem,5.4vw,calc(19.3px * 2.65));
    line-height:1.04;
    font-weight:760;
    letter-spacing:0;}
.local-section p{margin:0;
    font-size:clamp(1rem,1.35vw,calc(19.3px * 1.125));
    line-height:1.74;}
@media (max-width:820px){.local-section .local-header{display:block}.local-section .plain-region{
      width:100%;
      aspect-ratio:16/9;
      margin:1.5rem 0;
    }.local-section .fresh-section{
      padding-bottom:0;
      margin-top:1.5rem;
      min-width:0;
    }.local-section{
      padding-top:calc(calc(1.5rem * 2.4)*.54);
      padding-bottom:calc(calc(1.5rem * 2.4)*.54);
    }
  }
.direct-method{
  --field-local:calc(1.5rem * 1.1);
  --field-public:calc(1300px / 2.35);
  padding:calc(1.5rem * 2.4) 1.54rem;
  background:#070A12;
  color:#E6ECF2;
}
.direct-method .main-actions{max-width:1300px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);
  gap:calc(1.63rem * 1.6);
  align-items:start;}
.direct-method h2,
.direct-method p{margin:0;}
.direct-method h2{font-size:calc(19.3px * 2);
  line-height:1.14;}
.direct-method .site-rail{margin-top:1.5rem;
  font-size:19.3px;
  line-height:1.83;
  max-width:var(--field-public);}
.direct-method .simple-note{position:sticky;
  top:1.5rem;}
.direct-method .media-headline{display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .85);}
.direct-method details{
  padding:calc(calc(1.5rem * .75) * .95) calc(1.5rem * .75);
  border-radius:0.57rem;
  background:var(--surface-soft);
  color:var(--tone-soft);
  border:1px solid var(--surface-light);
  transition:border-color 330ms var(--delay-soft);
}
.direct-method details[open]{border-color:var(--ink-panel);}
.direct-method summary{cursor:pointer;
  font-weight:700;
  font-size:19.3px;
  line-height:1.35;
  list-style:none;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:1.54rem;}
.direct-method summary::-webkit-details-marker{display:none;}
.direct-method summary::after{content:"+";
  flex:0 0 auto;
  font-size:calc(19.3px * 1.125);
  line-height:1;}
.direct-method details[open] summary::after{content:"-";}
.direct-method details p{margin-top:calc(1.5rem / 2.4);
  font-size:calc(19.3px * .875);
  line-height:1.83;}
.direct-method a{text-decoration:none;
  border-bottom:1px solid color-mix(in srgb, #00E5B0 45%, transparent);}
.direct-method a:hover{border-bottom-color:#7C5CFF;}
.direct-method .local-quote{grid-column:1 / -1;
  margin-top:calc(1.5rem * .6);
  padding-top:1.5rem;
  border-top:1px solid var(--surface-light);
  font-size:calc(19.3px * .875);}
@media (max-width:900px){.direct-method .main-actions{
    grid-template-columns:1fr;
  }.direct-method .simple-note{
    position:static;
  }
}
.narrow-note{
        padding: calc(1.5rem * 2.4) 1.54rem;
        background: #070A12;
        color: #E6ECF2
    }
.narrow-note .main-actions{max-width: 1300px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.63rem * 1.5)}
.narrow-note .steady-group{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        border-left: 2px solid var(--ink-panel);
        padding-left: calc(1.5rem * .75)}
.narrow-note h2{margin: 0;
        font-size: calc(19.3px * 2);
        line-height: 1.12}
.narrow-note .site-rail{margin: 0;
        max-width: 62ch;
        font-size: 19.3px;
        line-height: 1.83;
        color: var(--ink-accent)}
.narrow-note .fresh-shell{display: flex;
        flex-wrap: wrap;
        gap: 1.63rem;
        align-items: flex-start}
.narrow-note .secondary-team{flex: 1 1 320px;
        min-width: 0}
.narrow-note .secondary-team p{margin: 0 0 1.5rem;
        font-size: 19.3px;
        line-height: 1.83;
        color: var(--ink-accent)}
.narrow-note .secondary-team p:last-child{margin-bottom: 0}
.narrow-note .strong-details{flex: 1 1 340px;
        min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75)}
.narrow-note .local-surface{
        display: flex;
        flex-direction: column;
        gap: 0.35rem;
        padding: calc(1.5rem * .75);
        background: var(--surface-soft);
        color: var(--tone-soft);
        border: 1px solid var(--surface-light);
        border-radius: 0.57rem
    }
.narrow-note .compact-track{font-size: 19.3px;
        font-weight: 600}
.narrow-note .local-quote{font-size: calc(19.3px * .875);
        line-height: 1.6;
        color: var(--ink-accent)}
@media (max-width: 760px) {.narrow-note .fresh-shell{
            flex-direction: column
        }
    }
.featured-unit{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.54rem;
    background:linear-gradient(135deg, #070A12 0%, #0E1420 45%, #10233A 100%);
    color:#E6ECF2;
  }
.featured-unit .local-header{max-width:1300px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);
    grid-template-areas:
      "title visual"
      "text  visual";
    align-items:end;
    column-gap:clamp(1.6rem,5vw,calc(1.63rem * 1.5));
    row-gap:calc(1.63rem * 1.5);}
.featured-unit .compact-story{grid-area:title;
    min-width:0;}
.featured-unit .plain-region{grid-area:visual;
    display:block;
    width:100%;
    max-width:22rem;
    height:auto;
    aspect-ratio:4/5;
    object-fit:cover;
    border-radius:1rem;
    border:1px solid var(--surface-light);
    box-shadow:0 8px 22px rgba(0,0,0,0.23);
    justify-self:end;}
.featured-unit .fresh-section{grid-area:text;
    min-width:0;
    max-width:44rem;}
.featured-unit h1{margin:0;
    font-size:clamp(2rem,4.6vw,calc(19.3px * 2.65));
    line-height:1.05;
    font-weight:760;
    letter-spacing:-0.01em;}
.featured-unit p{margin:0;
    font-size:clamp(1rem,1.3vw,calc(19.3px * 1.125));
    line-height:1.74;}
@media (max-width:820px){.featured-unit .local-header{
      display:flex;
      flex-direction:column;
      align-items:stretch;
      gap:1.5rem;
    }.featured-unit .plain-region{
      order:2;
      max-width:100%;
      aspect-ratio:16/9;
      justify-self:auto;
    }.featured-unit .compact-story{order:1;}.featured-unit .fresh-section{order:3;}.featured-unit{
      padding-top:calc(calc(1.5rem * 2.4)*.58);
      padding-bottom:calc(calc(1.5rem * 2.4)*.58);
    }
  }
.site-visual{--field-local:calc(1.5rem * 1.42);--field-public:calc(1300px / 2.30);--type-meta:calc(1300px / 3.66);padding:calc(1.5rem * 2.4) 1.54rem;background:var(--ink-panel);color:#04121A;}
.site-visual .main-actions{max-width:1300px;margin:0 auto;}
.site-visual h1,.site-visual h2,.site-visual h3,.site-visual p{margin:0;}
.site-visual h1{font-size:calc(19.3px * 2.65);line-height:1.08;}
.site-visual h2{font-size:calc(19.3px * 2);line-height:1.12;margin-top:var(--field-local);}
.site-visual h3{font-size:calc(19.3px * 1.35);line-height:1.2;}
.site-visual p{font-size:19.3px;line-height:1.83;color:color-mix(in srgb, currentColor 74%, transparent);}
.site-visual a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.site-visual a:hover{border-bottom-color:currentColor;}
.site-visual img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.site-visual .local-quote{max-width:var(--field-public);font-size:calc(19.3px * .875);}
.site-visual .strong-details{display:flex;flex-wrap:wrap;gap:var(--field-local);margin-top:var(--field-local);}
.site-visual .local-surface{flex:1 1 calc(1300px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.57rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.site-visual .local-surface p{margin-top:calc(1.5rem / 3);}
.site-visual .local-surface img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.site-visual .text-visual{margin-top:var(--field-local);max-width:var(--field-public);}
.team-footer{
  padding: calc(1.5rem * 2.4) 1.54rem;
  background: #070A12;
  color: #E6ECF2;
}
.team-footer .main-actions{max-width: min(1300px, 72rem);
  margin: 0 auto;}
.team-footer .site-rail{max-width: 44rem;
  margin-bottom: calc(1.63rem * 1.5);}
.team-footer h2{margin: 0;
  font-size: calc(19.3px * 2);
  line-height: 1.1;}
.team-footer .direct-actions{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.3px * 1.125);
  color: var(--ink-accent);}
.team-footer .steady-group{display: flex;
  flex-wrap: wrap;
  gap: 1.63rem;}
.team-footer .local-surface{
  flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  background: var(--surface-soft);
  color: var(--tone-soft);
  border: 1px solid var(--surface-light);
  border-radius: 1rem;
  box-shadow: 0 1px 4px rgba(0,0,0,0.18);
}
.team-footer .visual-wrap{display: flex;
  align-items: center;
  gap: calc(1.63rem * .6);
  margin-bottom: calc(calc(1.5rem * .75) * .8);}
.team-footer .bottom-plan{width: 56px;
  height: 56px;
  border-radius: 0.57rem;
  object-fit: cover;
  flex: 0 0 auto;
  border: 1px solid var(--surface-light);}
.team-footer .service-track{display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1 1 auto;}
.team-footer .service-track strong{font-size: 19.3px;
  line-height: 1.25;}
.team-footer .service-track span{font-size: calc(19.3px * .875);
  color: var(--ink-accent);}
.team-footer .focused-plan{
  font-size: calc(19.3px * .875);
  font-weight: 700;
  padding: 0.15rem 0.55rem;
  border-radius: 0.33rem;
  background: var(--surface-page);
  color: #0A0718;
  flex: 0 0 auto;
}
.team-footer .local-surface p{margin: 0 0 calc(calc(1.5rem * .75) * .7);
  color: var(--tone-soft);}
.team-footer .local-surface small{display: block;
  font-size: calc(19.3px * .875);
  color: var(--ink-accent);
  border-top: 1px solid var(--surface-light);
  padding-top: calc(calc(1.5rem * .75) * .55);}
.team-footer .visual-panel{display: flex;
  flex-wrap: wrap;
  gap: calc(1.63rem * .7);
  margin-top: calc(1.63rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--surface-light);}
.team-footer .visual-panel span{font-size: calc(19.3px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-accent);}
@media (max-width: 700px) {.team-footer .steady-group{
    display: block;
  }.team-footer .local-surface + .local-surface{
    margin-top: 1.63rem;
  }
}
.public-tile{--field-local:calc(1.5rem * 1.15);--field-public:calc(1300px / 2.20);padding:calc(1.5rem * 2.4) 1.54rem;background:#070A12;color:#E6ECF2;}
.public-tile .main-actions{max-width:1300px;margin:0 auto;}
.public-tile h2,.public-tile h3,.public-tile p{margin:0;}
.public-tile h2{font-size:calc(19.3px * 2);line-height:1.12;}
.public-tile h3{font-size:calc(19.3px * 1.35);line-height:1.2;}
.public-tile p{font-size:19.3px;line-height:1.83;}
.public-tile .secondary-team .site-rail{}
.public-tile .local-quote{margin-top:1.5rem;font-size:calc(19.3px * .875);}
.public-tile a{text-decoration:none;border-bottom:1px solid var(--surface-light);}
.public-tile a:hover{}
.public-tile .local-header{display:flex;align-items:flex-start;gap:1.63rem;}
.public-tile .local-header>.secondary-team{flex:1 1 calc(1300px / 3);min-width:0;}
.public-tile .strong-details{flex:2 1 calc(1300px / 2);display:flex;flex-direction:column;gap:calc(1.63rem * 1.5);}
.public-tile .local-surface{min-width:0;padding-left:1.54rem;border-left:2px solid var(--surface-light);}
.public-tile .local-surface p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.public-tile .local-header{flex-direction:column;}.public-tile .local-surface{padding-left:calc(1.5rem * .75);}}
.soft-details{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.54rem;
    background:var(--ink-strong,linear-gradient(135deg,#070A12 0%,#0E1420 45%,#10233A 100%));
    color:#E6ECF2;
  }
.soft-details .local-header{max-width:1300px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,1.35fr) minmax(0,0.65fr);
    grid-template-areas:
      "title visual"
      "text  visual";
    align-items:end;
    column-gap:clamp(1.6rem,5vw,calc(1.63rem * 1.5));
    row-gap:1.5rem;}
.soft-details .compact-story{grid-area:title;
    min-width:0;}
.soft-details .plain-region{grid-area:visual;
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
    aspect-ratio:4/5;
    object-fit:cover;
    border-radius:1rem;
    border:1px solid var(--surface-light,rgba(0,229,176,0.18));}
.soft-details .fresh-section{grid-area:text;
    min-width:0;
    max-width:52ch;}
.soft-details h1{margin:0;
    font-size:clamp(2rem,4.6vw,calc(19.3px * 2.65));
    line-height:1.06;
    font-weight:760;
    letter-spacing:-0.01em;}
.soft-details p{margin:0;
    font-size:calc(19.3px * 1.125);
    line-height:1.72;}
@media (max-width:860px){.soft-details .local-header{
      grid-template-columns:1fr;
      grid-template-areas:
        "title"
        "visual"
        "text";
      row-gap:1.5rem;
    }.soft-details .plain-region{
      aspect-ratio:16/9;
    }.soft-details{
      padding-top:calc(calc(1.5rem * 2.4)*.58);
      padding-bottom:calc(calc(1.5rem * 2.4)*.58);
    }
  }
.public-wrap{padding:calc(1.5rem * 2.4) 1.54rem;background:linear-gradient(135deg, #070A12 0%, #0E1420 45%, #10233A 100%);color:#E6ECF2}
.public-wrap .main-actions{max-width:1300px;margin:0 auto;display:flex;align-items:flex-start;gap:1.63rem}
.public-wrap .site-rail{flex:0 0 min(22rem,32vw);position:sticky;top:1.5rem;padding-top:1.5rem;font-size:calc(19.3px * 2.65);line-height:1}
.public-wrap .site-rail p{margin:1.5rem 0 0;font-size:calc(19.3px * 1.125);line-height:1.83}
.public-wrap .site-rail strong{display:block;margin-top:calc(1.63rem * 1.5);font-size:calc(19.3px * 1.35);line-height:1.08}
.public-wrap .offer-actions{flex:1 1 0;display:flex;flex-direction:column}
.public-wrap .service-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;padding:1.5rem 0;font-size:calc(19.3px * 1.35);line-height:1.08;border-bottom:1px solid var(--surface-light)}
.public-wrap .service-intro:last-child{border-bottom:0}
.public-wrap .service-intro p{flex:1 1 0;margin:0;font-size:19.3px;line-height:1.83}
.public-wrap .text-visual{max-width:1300px;margin:calc(1.63rem * 1.5) auto 0;font-size:calc(19.3px * .875);line-height:1.83}
.public-wrap .text-visual a{text-decoration:none;border-bottom:1px solid #00E5B0}
.public-wrap .text-visual a:hover{border-bottom-color:#7C5CFF}
@media(max-width:760px){.public-wrap .main-actions{display:block}.public-wrap .site-rail{position:static;max-width:26rem;margin-bottom:calc(1.63rem * 1.5)}.public-wrap .service-intro{display:block;padding-left:0}.public-wrap .service-intro p{margin-top:calc(1.5rem * .75)}}
.compact-visual{--field-local:calc(1.5rem * 1.11);--field-public:calc(1300px / 2.35);--label-strong:calc(1300px / 3.43);padding:calc(1.5rem * 2.4) 1.54rem;background:#E6ECF2;color:#0B0F17;}
.compact-visual .main-actions{max-width:1300px;margin:0 auto;}
.compact-visual h2,.compact-visual h3,.compact-visual p{margin:0;}
.compact-visual h2{font-size:calc(19.3px * 2);line-height:1.12;}
.compact-visual h3{font-size:calc(19.3px * 1.35);line-height:1.2;}
.compact-visual p{font-size:19.3px;line-height:1.83;color:inherit;}
.compact-visual .soft-items{padding-inline-start:calc(1.5rem * .75);}
.compact-visual .focused-copy{row-gap:calc(var(--field-local) * 1.2);}
.compact-visual .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.63rem;}
.compact-visual .row-title h2{flex:1 1 calc(1300px / 3);min-width:0;}
.compact-visual .row-title>p{flex:1 1 calc(1300px / 3);min-width:0;}
.compact-visual .active-form{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--field-local);margin-top:var(--field-local);}
.compact-visual .local-surface{flex:1 1 var(--label-strong);min-width:0;padding-block-start:calc(1.5rem / 2);border-top:1px solid var(--surface-light);}
.compact-visual .local-surface p{margin-top:calc(1.5rem / 3);}
@media (max-width:640px){.compact-visual .soft-items{padding-inline-start:0;}.compact-visual .row-title h2,.compact-visual .row-title>p{flex:1 1 100%;}
}
.nav{--field-local:calc(1.5rem * 1.1);--field-public:calc(1300px / 3.10);--type-meta:calc(1300px / 3.30);padding:calc(1.5rem * 2.4) 1.54rem;background:var(--ink-panel);color:#04121A;}
.nav .main-actions{max-width:1300px;margin:0 auto;}
.nav h1,.nav h2,.nav h3,.nav p{margin:0;}
.nav h1{font-size:calc(19.3px * 2.65);line-height:1.08;}
.nav h2{font-size:calc(19.3px * 2);line-height:1.12;max-width:34ch;}
.nav h3{font-size:calc(19.3px * 1.35);line-height:1.2;}
.nav p{font-size:19.3px;line-height:1.83;color:color-mix(in srgb, currentColor 76%, transparent);}
.nav a{color:inherit;text-decoration:none;}
.nav img{display:block;width:min(26rem,100%);max-width:100%;height:auto;border-radius:0.57rem;flex:0 1 min(26rem,36vw);}
.nav .open-track{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.33rem;background:#04121A;color:var(--ink-panel);font-weight:600;transition:background 330ms var(--delay-soft);}
.nav .open-track:hover{background:var(--surface-page);color:#0A0718;}
.nav .bottom-nav{display:flex;align-items:center;justify-content:space-between;gap:1.63rem;flex-wrap:wrap;}
.nav .bottom-nav .secondary-team{flex:1 1 24rem;min-width:0;}
.nav .site-rail{max-width:var(--field-public);}
.nav .text-visual{margin-top:calc(1.63rem * 1.5);font-size:calc(19.3px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.nav .text-visual a{text-decoration:underline;text-underline-offset:3px;}
.nav .text-visual a:hover{}
.nav .bottom-nav h2,.nav .bottom-nav .site-rail,.nav .bottom-nav .open-track{margin-top:1.5rem;}
.nav .bottom-nav h2:first-child{margin-top:0;}
.nav .bottom-nav img{margin-top:var(--field-local);}
@media (max-width:720px){.nav .bottom-nav{flex-direction:column;align-items:flex-start;}.nav img{flex:1 1 auto;width:100%;}
}
.media-feature{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.54rem;
    background:linear-gradient(135deg, #070A12 0%, #0E1420 45%, #10233A 100%);
    color:#E6ECF2;
  }
.media-feature .local-header{max-width:1300px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);
    grid-template-areas:"title visual" "text visual";
    align-items:end;
    gap:calc(1.63rem * 1.5) clamp(1.6rem,5vw,calc(1.63rem * 1.5));}
.media-feature .compact-story{grid-area:title;
    min-width:0;}
.media-feature .fresh-section{grid-area:text;
    min-width:0;
    max-width:34rem;
    border-top:1px solid rgba(0,229,176,0.28);
    padding-top:1.5rem;}
.media-feature .plain-region{grid-area:visual;
    display:block;
    width:100%;
    max-width:22rem;
    justify-self:end;
    height:auto;
    aspect-ratio:4/5;
    object-fit:cover;
    border-radius:1rem;
    box-shadow:0 8px 22px rgba(0,0,0,0.23);}
.media-feature h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(19.3px * 2.65));
    line-height:1.06;
    font-weight:760;
    letter-spacing:-0.01em;}
.media-feature p{margin:0;
    font-size:clamp(1rem,1.35vw,calc(19.3px * 1.125));
    line-height:1.72;}
@media (max-width:820px){.media-feature .local-header{
      grid-template-columns:1fr;
      grid-template-areas:"title" "visual" "text";
      gap:1.5rem;
    }.media-feature .plain-region{
      max-width:none;
      justify-self:stretch;
      aspect-ratio:16/9;
    }.media-feature .fresh-section{
      max-width:none;
    }.media-feature{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }
  }
.narrow-headline{padding:calc(1.5rem * 2.4) 1.54rem;background:#070A12;color:#E6ECF2}
.narrow-headline .main-actions{max-width:1300px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.63rem * 1.5)}
.narrow-headline .simple-note{max-width:44rem;margin:0;font-size:calc(19.3px * 1.125);line-height:1.83;}
.narrow-headline h2{max-width:22ch;margin:0;font-size:calc(19.3px * 2);line-height:1.1;letter-spacing:.01em}
.narrow-headline .secondary-headline{display:flex;flex-direction:column;border-top:1px solid var(--surface-light)}
.narrow-headline [data-voice]{width:min(100%,46rem);padding:calc(1.63rem * 1.5) 0;border-bottom:1px solid var(--surface-light);align-self:var(--state-local,flex-start);text-align:var(--ink-light,left)}
.narrow-headline h3{margin:0;font-size:calc(19.3px * 1.35);line-height:1.25}
.narrow-headline [data-voice] p{margin:calc(1.5rem * .75) 0 0;line-height:1.83;}
@media(max-width:620px){.narrow-headline [data-voice]{align-self:flex-start!important;text-align:left!important;width:100%}.narrow-headline h2{max-width:none}
}
.public-details{
  background: #070A12;
  color: #E6ECF2;
  padding: calc(1.5rem * 2.4) 1.54rem;
}
.public-details .main-actions{width: min(100%, 1300px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.63rem * 1.5);}
.public-details h2,
.public-details h3,
.public-details p{margin: 0;}
.public-details h2{font-size: calc(19.3px * 2);
  line-height: 1.1;
  letter-spacing: 0.01em;}
.public-details h3{font-size: calc(19.3px * 1.35);
  line-height: 1.2;}
.public-details p{font-size: 19.3px;
  line-height: 1.83;}
.public-details .main-proof{display: grid;
  gap: 1.5rem;
  max-width: 62ch;}
.public-details .site-rail{color: var(--ink-accent);
  font-size: calc(19.3px * 1.125);}
.public-details .public-note{display: grid;
  gap: 0;
  border-top: 1px solid var(--surface-light);}
.public-details .visual-wrap{display: grid;
  grid-template-columns: minmax(8rem, 0.2fr) minmax(12rem, 0.3fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--surface-light);
  align-items: baseline;}
.public-details .visual-wrap .media-area{font-size: calc(19.3px * .875);
  color: var(--ink-accent);
  text-transform: uppercase;
  letter-spacing: 0.06em;}
.public-details .visual-wrap h3{font-weight: 600;}
.public-details .visual-wrap p{color: #E6ECF2;
  opacity: 0.86;}
.public-details .media-shell{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.63rem;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: var(--surface-soft);
  color: var(--tone-soft);
  border: 1px solid var(--surface-light);
}
.public-details .media-shell p{color: var(--tone-soft);
  max-width: 60ch;}
.public-details .media-shell a{color: var(--ink-panel);
  text-decoration: none;
  font-size: 19.3px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: color 330ms var(--delay-soft);}
.public-details .media-shell a:hover{color: var(--surface-page);}
@media (max-width: 860px) {.public-details .visual-wrap{
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }.public-details .media-shell{
    flex-direction: column;
    align-items: flex-start;
  }
}
.quiet-footer{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.54rem;
    background:linear-gradient(135deg, #070A12 0%, #0E1420 45%, #10233A 100%);
    color:#E6ECF2;
  }
.quiet-footer .local-header{max-width:1300px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
    gap:clamp(1.4rem,6vw,calc(1.63rem * 1.5));}
.quiet-footer .compact-story{flex:1 1 30rem;
    min-width:0;}
.quiet-footer .plain-region{display:block;
    flex:0 1 17rem;
    width:min(22vw,17rem);
    max-width:100%;
    height:auto;
    aspect-ratio:3/4;
    object-fit:cover;
    border-radius:1rem;
    border:1px solid var(--surface-light,rgba(0,229,176,0.18));}
.quiet-footer .fresh-section{flex:0 1 27rem;
    min-width:16rem;
    padding-bottom:.4rem;}
.quiet-footer h1{margin:0;
    font-size:clamp(2rem,5.2vw,calc(19.3px * 2.65));
    line-height:1.04;
    font-weight:760;
    letter-spacing:-0.01em;}
.quiet-footer p{margin:0;
    font-size:clamp(1rem,1.35vw,calc(19.3px * 1.125));
    line-height:1.74;}
@media (max-width:760px){.quiet-footer{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54);}.quiet-footer .local-header{display:block;}.quiet-footer .plain-region{width:100%;aspect-ratio:16/9;margin:1.5rem 0;}.quiet-footer .fresh-section{padding-bottom:0;margin-top:1.5rem;min-width:0;}
  }
.page-header{--field-local:calc(1.5rem * 1.19);--field-public:calc(1300px / 2.50);padding:calc(1.5rem * 2.4) 1.54rem;background:#070A12;color:#E6ECF2;}
.page-header .main-actions{max-width:1300px;margin:0 auto;}
.page-header h2,.page-header h3,.page-header p{margin:0;}
.page-header h2{font-size:calc(19.3px * 2);line-height:1.12;}
.page-header h3{font-size:calc(19.3px * 1.35);line-height:1.2;}
.page-header p{font-size:19.3px;line-height:1.83;color:var(--ink-accent);}
.page-header a{color:#00E5B0;text-decoration:none;}
.page-header a:hover{color:#7C5CFF;}
.page-header img{display:block;width:100%;height:auto;border-radius:0.57rem;border:1px solid var(--surface-light);}
.page-header .featured-panel{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.63rem;}
.page-header .featured-panel>h2{flex:1 1 calc(1300px / 3);min-width:0;}
.page-header .featured-panel>.site-rail{flex:1 1 calc(1300px / 3);min-width:0;}
.page-header .strong-details{display:flex;flex-wrap:wrap;gap:var(--field-local);margin-top:var(--field-local);}
.page-header .local-surface{flex:1 1 calc(1300px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.57rem;background:var(--surface-soft);color:var(--tone-soft);border:1px solid var(--surface-light);}
.page-header .local-surface h3{margin-top:calc(1.5rem / 2);}
.page-header .local-surface p{margin-top:calc(1.5rem / 3);color:var(--ink-accent);}
.page-header .local-surface .text-visual{display:inline-block;margin-top:calc(1.5rem / 2.4);font-size:calc(19.3px * .875);border-bottom:1px solid #00E5B0;padding-bottom:2px;}
.page-header .local-quote{margin-top:var(--field-local);font-size:calc(19.3px * .875);color:var(--ink-accent);}
.page-header .local-quote a{color:#00E5B0;}
.page-header .local-quote a:hover{color:#7C5CFF;}
@media (max-width:720px){.page-header .local-surface{flex:1 1 100%;}
}
.bottom-entries{--field-local:calc(1.5rem * 1.12);--field-public:calc(1300px / 3.1);--type-meta:calc(1300px / 3.3);padding:calc(1.5rem * 2.4) 1.54rem;background:#070A12;color:#E6ECF2;}
.bottom-entries .main-actions{max-width:1300px;margin:0 auto;}
.bottom-entries h1,.bottom-entries h2,.bottom-entries h3,.bottom-entries p{margin:0;}
.bottom-entries h2{font-size:calc(19.3px * 2);line-height:1.14;letter-spacing:.01em;}
.bottom-entries h3{font-size:calc(19.3px * 1.35);line-height:1.22;}
.bottom-entries p{font-size:19.3px;line-height:1.83;}
.bottom-entries .site-rail{max-width:var(--field-public);margin-top:calc(1.5rem / 1.4);}
.bottom-entries a{text-decoration:none;border-bottom:1px solid color-mix(in srgb, #00E5B0 45%, transparent);transition:color 330ms var(--delay-soft),border-color 330ms var(--delay-soft);}
.bottom-entries a:hover{border-color:#7C5CFF;}
.bottom-entries img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.bottom-entries .site-fields{display:flex;align-items:flex-start;gap:1.63rem;}
.bottom-entries .focused-headline{flex:0 1 var(--type-meta);min-width:0;}
.bottom-entries .focused-headline .local-quote{padding:calc(calc(1.5rem * .75) * .8) calc(calc(1.5rem * .75) * .9);border-left:2px solid var(--ink-panel);background:#0E1420;color:var(--ink-accent);font-size:calc(19.3px * .875);border-radius:0 0.33rem 0.33rem 0;}
.bottom-entries .focused-headline img{margin-top:1.5rem;}
.bottom-entries .site-fields>.secondary-team{flex:1 1 auto;min-width:0;}
.bottom-entries .strong-details{display:flex;flex-wrap:wrap;gap:var(--field-local);margin-top:var(--field-local);}
.bottom-entries .local-surface{flex:1 1 calc(1300px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.57rem;background:var(--surface-soft);color:var(--tone-soft);border:1px solid var(--surface-light);}
.bottom-entries .local-surface p{margin-top:calc(1.5rem / 3);}
.bottom-entries .text-visual{margin-top:var(--field-local);padding-top:calc(1.5rem / 1.6);border-top:1px solid var(--surface-light);font-size:calc(19.3px * .875);}
@media(max-width:760px){.bottom-entries .site-fields{flex-direction:column;}.bottom-entries .focused-headline{flex:1 1 auto;width:100%;}}
.primary-flow{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.54rem;
    background:var(--ink-strong,linear-gradient(135deg,#070A12 0%,#0E1420 45%,#10233A 100%));
    color:#E6ECF2;
  }
.primary-flow .local-header{max-width:1300px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
    gap:clamp(1.6rem,6vw,calc(1.63rem * 1.5));}
.primary-flow .compact-story{flex:1 1 30rem;
    min-width:0;}
.primary-flow .plain-region{display:block;
    flex:0 1 17rem;
    width:min(22vw,17rem);
    max-width:100%;
    height:auto;
    aspect-ratio:3/4;
    object-fit:cover;
    border-radius:1.21rem;
    box-shadow:var(--depth-soft,0 8px 22px rgba(0,0,0,0.23));}
.primary-flow .fresh-section{flex:1 1 22rem;
    min-width:15rem;
    padding-bottom:.4rem;}
.primary-flow h1{margin:0;
    font-size:clamp(2.05rem,5.4vw,calc(19.3px * 2.65));
    line-height:1.04;
    font-weight:780;
    letter-spacing:0;}
.primary-flow p{margin:0;
    font-size:clamp(1rem,1.35vw,calc(19.3px * 1.125));
    line-height:1.72;}
@media (max-width:820px){.primary-flow .local-header{display:block}.primary-flow .plain-region{
      width:100%;
      aspect-ratio:16/9;
      margin:1.5rem 0;
    }.primary-flow .fresh-section{
      padding-bottom:0;
      margin-top:1.5rem;
      min-width:0;
    }.primary-flow{
      padding-top:calc(calc(1.5rem * 2.4)*.58);
      padding-bottom:calc(calc(1.5rem * 2.4)*.58);
    }
  }
.active-surface{
  padding: calc(1.5rem * 2.4) 1.54rem;
  background: #070A12;
  color: #E6ECF2;
}
.active-surface .main-actions{max-width: min(1300px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.63rem * 1.5);}
.active-surface .featured-panel{max-width: 52rem;}
.active-surface h2{margin: 0;
  font-size: calc(19.3px * 2);
  line-height: 1.1;
  letter-spacing: 0.01em;}
.active-surface .site-rail{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.3px * 1.125);
  color: var(--ink-accent);
  line-height: 1.83;}
.active-surface .steady-group{display: flex;
  flex-wrap: wrap;
  gap: 1.63rem;}
.active-surface .local-surface{
  flex: 1 1 min(100%, 22rem);
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  background: var(--surface-soft);
  color: var(--tone-soft);
  border: 1px solid var(--surface-light);
  border-radius: 0.57rem;
  box-shadow: 0 1px 4px rgba(0,0,0,0.18);
}
.active-surface .service-track{display: flex;
  align-items: center;
  gap: calc(1.63rem * .7);}
.active-surface .service-track img{width: 3rem;
  height: 3rem;
  border-radius: 0.33rem;
  object-fit: cover;
  border: 1px solid var(--surface-light);
  flex: 0 0 auto;}
.active-surface .site-shell{display: block;
  font-weight: 700;
  font-size: 19.3px;
  line-height: 1.3;}
.active-surface .media-area{display: block;
  font-size: calc(19.3px * .875);
  color: var(--ink-accent);
  margin-top: 2px;}
.active-surface .local-surface p{margin: 0;
  font-size: 19.3px;
  line-height: 1.83;}
.active-surface .public-region{margin-top: auto;
  padding-top: calc(calc(1.5rem * .75) * .6);
  border-top: 1px solid var(--surface-light);
  font-size: calc(19.3px * .875);
  color: #00E5B0;
  letter-spacing: 0.02em;}
.active-surface .local-quote{padding: calc(1.5rem * .75) 0 0;
  border-top: 1px solid var(--surface-light);}
.active-surface .local-quote p{margin: 0;
  max-width: 60rem;
  font-size: calc(19.3px * .875);
  color: var(--ink-accent);
  line-height: 1.83;}
@media (max-width: 720px) {.active-surface .steady-group{
    display: block;
  }.active-surface .local-surface + .local-surface{
    margin-top: 1.63rem;
  }
}
.primary-intro{
  --field-local:calc(1.5rem * 1.05);
  --field-public:calc(1300px / 2.6);
  padding:calc(1.5rem * 2.4) 1.54rem;
  background:#070A12;
  color:#E6ECF2;
}
.primary-intro .main-actions{max-width:1300px;
  margin:0 auto;}
.primary-intro h2,
.primary-intro h3,
.primary-intro p{margin:0;}
.primary-intro h2{font-size:calc(19.3px * 2);
  line-height:1.14;}
.primary-intro h3{font-size:calc(19.3px * 1.35);
  line-height:1.22;}
.primary-intro p{font-size:19.3px;
  line-height:1.83;}
.primary-intro a{text-decoration:none;}
.primary-intro a:hover{}
.primary-intro img{display:block;
  width:100%;
  height:auto;
  border-radius:0.57rem;}
.primary-intro .simple-note{max-width:var(--field-public);}
.primary-intro .simple-note .site-rail{margin-top:1.5rem;}
.primary-intro .strong-details{display:flex;
  flex-wrap:wrap;
  gap:var(--field-local);
  margin-top:calc(var(--field-local) * 1.1);}
.primary-intro .local-surface{
  flex:1 1 calc(1300px / 3.4);
  min-width:0;
  padding:calc(1.5rem * .75);
  border-radius:1rem;
  background:var(--surface-soft);
  color:var(--tone-soft);
  border:1px solid var(--surface-light);
  box-shadow:0 1px 4px rgba(0,0,0,0.18);
}
.primary-intro .local-surface .featured-panel{display:flex;
  align-items:center;
  gap:calc(1.5rem * .75);
  margin-bottom:calc(1.5rem * .75);}
.primary-intro .local-surface .featured-panel img{width:64px;
  height:64px;
  flex:0 0 64px;
  border-radius:0.33rem;
  object-fit:cover;}
.primary-intro .local-surface .service-track{min-width:0;}
.primary-intro .local-surface .media-area{display:block;
  margin-top:4px;
  font-size:calc(19.3px * .875);}
.primary-intro .local-surface p{font-size:calc(19.3px * .875);}
.primary-intro .local-quote{margin-top:calc(var(--field-local) * 1.1);
  padding-top:calc(1.63rem * 1.5);
  border-top:1px solid var(--surface-light);
  max-width:var(--field-public);}
@media(max-width:760px){.primary-intro .local-surface{
    flex:1 1 100%;
  }
}
.strong-block{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.54rem;
    background:#0E1420;
    color:#E6ECF2;
  }
.strong-block .local-header{max-width:1300px;
    margin:0 auto;
    display:flex;
    align-items:flex-end;
    flex-wrap:wrap;
    gap:clamp(1.2rem,5vw,calc(1.63rem * 1.5));}
.strong-block .compact-story{flex:1 1 30rem;
    min-width:0;}
.strong-block .compact-story h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(19.3px * 2.65));
    line-height:1.05;
    font-weight:760;
    letter-spacing:0;}
.strong-block .plain-region{display:block;
    flex:0 1 16rem;
    width:min(22vw,16rem);
    max-width:100%;
    height:auto;
    aspect-ratio:4/5;
    object-fit:cover;
    border-radius:1rem;
    border:1px solid var(--surface-light,rgba(0,229,176,0.18));}
.strong-block .fresh-section{flex:1 1 22rem;
    min-width:15rem;
    padding-bottom:.3rem;}
.strong-block .fresh-section p{margin:0;
    font-size:clamp(1rem,1.3vw,calc(19.3px * 1.125));
    line-height:1.74;}
@media (max-width:820px){.strong-block .local-header{display:block;}.strong-block .plain-region{width:100%;aspect-ratio:16/9;margin:1.5rem 0;}.strong-block .fresh-section{min-width:0;margin-top:1.5rem;padding-bottom:0;}.strong-block{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54);}
  }
.soft-benefit{--field-local:calc(1.5rem * 1.2);--field-public:calc(1300px / 2.1);padding:calc(1.5rem * 2.4) 1.54rem;background:#070A12;color:#E6ECF2;}
.soft-benefit .main-actions{max-width:1300px;margin:0 auto;}
.soft-benefit h1,.soft-benefit h2,.soft-benefit h3,.soft-benefit p{margin:0;}
.soft-benefit h2{font-size:calc(19.3px * 2);line-height:1.14;max-width:var(--field-public);}
.soft-benefit h3{font-size:calc(19.3px * 1.35);line-height:1.22;margin-top:calc(1.5rem / 3);}
.soft-benefit p{font-size:19.3px;line-height:1.83;}
.soft-benefit a{color:inherit;text-decoration:none;}
.soft-benefit .local-quote{font-size:calc(19.3px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.soft-benefit .site-rail{margin-top:calc(1.5rem / 2);max-width:var(--field-public);}
.soft-benefit .open-track{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.85) 1.5rem;border-radius:0.33rem;background:var(--ink-panel);color:#04121A;font-size:calc(19.3px * .875);transition:background 330ms var(--delay-soft);}
.soft-benefit .open-track:hover{background:#3DF0C4;color:var(--tone-soft);}
.soft-benefit .strong-details{display:flex;flex-wrap:wrap;align-items:stretch;gap:1.63rem;margin-top:var(--field-local);}
.soft-benefit .local-surface{flex:1 1 calc(1300px / 3.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--surface-light);}
.soft-benefit .local-surface .steady-feature{font-size:calc(19.3px * .875);letter-spacing:0.03em;}
.soft-benefit .site-story{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.63rem;}
.soft-benefit .site-story>.secondary-team{flex:1 1 auto;min-width:0;}
.soft-benefit .site-story>.open-track{flex:0 0 auto;}
.soft-benefit .site-story>.strong-details{flex:1 1 100%;}
@media (max-width:720px){.soft-benefit .local-surface{flex:1 1 100%;}.soft-benefit .site-story>.open-track{width:100%;}
}
.media-list{--field-local:calc(1.5rem * 1.35);--field-public:calc(1300px / 2.2);padding:calc(1.5rem * 2.4) 1.54rem;background:#070A12;color:#E6ECF2;}
.media-list .main-actions{max-width:1300px;margin:0 auto;display:flex;flex-direction:column;gap:var(--field-local);}
.media-list h2,.media-list h3,.media-list p,.media-list ol,.media-list li{margin:0;}
.media-list h2{font-size:calc(19.3px * 2);line-height:1.12;}
.media-list h3{font-size:calc(19.3px * 1.35);line-height:1.22;}
.media-list p{font-size:19.3px;line-height:1.83;}
.media-list .simple-note{display:flex;flex-wrap:wrap;gap:1.63rem;align-items:flex-start;}
.media-list .simple-note h2{flex:1 1 calc(1300px / 2.6);min-width:0;}
.media-list .simple-note .site-rail{flex:1 1 calc(1300px / 2.6);min-width:0;max-width:var(--field-public);color:var(--ink-accent);}
.media-list .steady-group{list-style:none;padding:0;display:flex;flex-direction:column;gap:0;border-top:1px solid var(--surface-light);}
.media-list .local-surface{display:flex;gap:1.63rem;align-items:flex-start;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--surface-light);}
.media-list .featured-lead{flex:0 0 auto;font-size:calc(19.3px * .875);letter-spacing:.08em;color:var(--ink-panel);padding-top:.35rem;min-width:2.4rem;}
.media-list .secondary-team{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.media-list .secondary-team p{color:var(--ink-accent);max-width:calc(1300px / 1.4);}
.media-list .local-quote{font-size:calc(19.3px * .875);color:var(--ink-accent);padding-top:calc(1.5rem / 2);border-top:1px solid var(--surface-light);}
.media-list a{color:#00E5B0;text-decoration:none;border-bottom:1px solid transparent;transition:color 330ms var(--delay-soft),border-color 330ms var(--delay-soft);}
.media-list a:hover{color:#7C5CFF;border-bottom-color:#7C5CFF;}
@media (max-width:720px){.media-list .local-surface{flex-direction:column;gap:calc(1.5rem / 3);}.media-list .featured-lead{padding-top:0;}
}
.contact-surface{
  background: #070A12;
  color: #E6ECF2;
  padding: calc(1.5rem * 2.4) 1.54rem;
}
.contact-surface .main-actions{width: min(100%, 1300px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.63rem * 1.5);}
.contact-surface h2,
.contact-surface h3,
.contact-surface p,
.contact-surface figure{margin: 0;}
.contact-surface .site-rail{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  max-width: 62ch;}
.contact-surface h2{font-size: calc(19.3px * 2);
  line-height: 1.08;}
.contact-surface .site-rail > p{line-height: 1.83;}
.contact-surface .steady-group{display: flex;
  flex-wrap: wrap;
  gap: 1.63rem;
  margin-top: calc(calc(1.5rem * .75) * .4);}
.contact-surface .steady-group a{text-decoration: none;
  border-bottom: 1px solid var(--surface-light);
  padding-bottom: 2px;
  font-size: calc(19.3px * .875);}
.contact-surface .steady-group a:hover{}
.contact-surface .steady-inner{display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.63rem;}
.contact-surface .local-surface{
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: var(--surface-soft);
  color: var(--tone-soft);
  border: 1px solid var(--surface-light);
  box-shadow: 0 1px 4px rgba(0,0,0,0.18);
}
.contact-surface .local-surface.wide{grid-column: span 2;}
.contact-surface .bottom-tile{display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 0.57rem;}
.contact-surface .local-surface.wide .bottom-tile{aspect-ratio: 21 / 9;}
.contact-surface figcaption{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .4);}
.contact-surface h3{font-size: calc(19.3px * 1.35);
  line-height: 1.16;}
.contact-surface .public-region{font-size: calc(19.3px * .875);
  letter-spacing: 0.02em;}
.contact-surface figcaption p{font-size: calc(19.3px * .875);
  line-height: 1.83;}
@media (max-width: 980px) {.contact-surface .steady-inner{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.contact-surface .local-surface.wide{ grid-column: span 2; }
}
@media (max-width: 640px) {.contact-surface .steady-inner{ grid-template-columns: 1fr; }.contact-surface .local-surface.wide{ grid-column: span 1; }.contact-surface .local-surface.wide .bottom-tile{ aspect-ratio: 16 / 10; }
}
.focused-details{
    padding: calc(1.5rem * 2.4) 1.54rem;
    background: #070A12;
    color: #E6ECF2;
}
.focused-details .team-nav{max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(1.63rem * 1.5);}
.focused-details .media-intro{border-radius: 1.21rem;
    overflow: hidden;
    border: 1px solid var(--surface-light);
    box-shadow: 0 8px 22px rgba(0,0,0,0.23);}
.focused-details .media-intro img{display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;}
.focused-details .team-panel{display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);
    max-width: 78ch;}
.focused-details .compact-story{margin: 0;
    font-size: calc(19.3px * 2.65);
    line-height: 1.15;
    letter-spacing: 0.01em;}
.focused-details .public-region{margin: 0;
    font-size: calc(19.3px * .875);
    text-transform: uppercase;
    letter-spacing: 0.08em;}
.focused-details .simple-group{margin: 0;
    font-size: calc(19.3px * 1.125);
    line-height: 1.83;}
.focused-details .steady-group{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 1.63rem;
    padding: calc(1.5rem * .75) 1.54rem;
    background: #0E1420;
    color: var(--ink-accent);
    border-left: 3px solid var(--ink-panel);
    border-radius: 0.57rem;
}
.focused-details .local-quote{margin: 0;
    flex: 1 1 22rem;
    font-size: 19.3px;}
.focused-details .focused-contact{margin: 0;
    flex: 0 1 auto;
    font-size: calc(19.3px * .875);}
.focused-details .focused-contact a{text-decoration: none;
    border-bottom: 1px solid #00E5B0;
    transition: color 330ms var(--delay-soft), border-color 330ms var(--delay-soft);}
.focused-details .focused-contact a:hover{border-bottom-color: #7C5CFF;}
@media (max-width: 720px) {.focused-details .media-intro img{
        height: 220px;
    }.focused-details .steady-group{
        flex-direction: column;
        gap: calc(1.5rem * .75);
    }
}
.public-method{padding:calc(1.5rem * 2.4) 1.54rem;background:#0E1420;color:var(--ink-accent)}
.public-method .main-actions{max-width:1300px;margin:0 auto}
.public-method .focused-fields{display:flex;gap:calc(1.63rem * 1.5);align-items:flex-start}
.public-method .site-shell{flex:1 1 30rem;min-width:0;background:var(--surface-soft);color:var(--tone-soft);border:1px solid var(--surface-light);border-radius:1rem;padding:1.63rem}
.public-method h2{margin:0;font-size:calc(19.3px * 2);line-height:1.1;letter-spacing:0.01em}
.public-method .site-shell p{margin:1.5rem 0 0;line-height:1.83;color:var(--ink-accent)}
.public-method .direct-actions{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;justify-content:space-between;gap:calc(1.63rem * 1.5);padding-top:1.5rem}
.public-method .direct-actions p{margin:0;font-size:19.3px;line-height:1.83;color:var(--ink-accent)}
.public-method .direct-actions a{align-self:flex-start;border-radius:0.57rem;background:var(--ink-panel);color:#04121A;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:calc(19.3px * .875);transition:background 330ms var(--delay-soft)}
.public-method .direct-actions a:hover{background:#3DF0C4;color:var(--tone-soft);}
@media(max-width:760px){.public-method .focused-fields{display:block}.public-method .site-shell{padding:1.5rem}.public-method .direct-actions{margin-top:calc(1.63rem * 1.5);padding-top:0}}
.steady-team{
        padding: calc(1.5rem * 2.4) 1.54rem;
        background: #070A12;
        color: #E6ECF2
    }
.steady-team .main-actions{width: min(100%, calc(1300px * .82));
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 15rem) minmax(0, 1fr);
        gap: calc(1.63rem * 1.5);
        align-items: start}
.steady-team .steady-group{
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding: 1.63rem;
        background: #0E1420;
        color: var(--ink-accent);
        border: 1px solid var(--surface-light);
        border-radius: 1rem;
        position: sticky;
        top: 1.5rem
    }
.steady-team .steady-feature{display: flex;
        flex-direction: column;
        gap: 0.2rem;
        padding-bottom: calc(1.5rem * .75);
        border-bottom: 1px solid color-mix(in srgb, var(--ink-panel) 22%, transparent)}
.steady-team .steady-feature:last-child{border-bottom: 0;
        padding-bottom: 0}
.steady-team .steady-feature .k{font-size: calc(19.3px * .875);
        letter-spacing: 0.06em;
        text-transform: uppercase;}
.steady-team .steady-feature .v{font-size: 19.3px;
        line-height: 1.4}
.steady-team .primary-copy{min-width: 0}
.steady-team h1{margin: 0;
        font-size: calc(19.3px * 2.65);
        line-height: 1.08}
.steady-team .site-rail{margin: 1.5rem 0 calc(1.63rem * 1.5);
        font-size: calc(19.3px * 1.125);
        line-height: 1.83;}
.steady-team .bottom-tile{
        margin: 0 0 calc(1.63rem * 1.5);
        border-radius: 1rem;
        overflow: hidden;
        border: 1px solid var(--surface-light);
        background: var(--surface-soft);color:var(--tone-soft);}
.steady-team .bottom-tile img{display: block;
        width: 100%;
        height: auto}
.steady-team .bottom-tile figcaption{
        padding: calc(1.5rem * .75) 1.63rem;
        font-size: calc(19.3px * .875);
        color: var(--ink-accent);
        background: var(--surface-soft)
    }
.steady-team .secondary-team p{margin: 0 0 1.5rem;
        line-height: 1.83}
.steady-team .secondary-team h2{margin: calc(1.63rem * 1.5) 0 calc(1.5rem * .75);
        font-size: calc(19.3px * 1.35);
        line-height: 1.2}
.steady-team .text-visual{margin-top: calc(1.63rem * 1.5);
        padding-top: 1.5rem;
        border-top: 1px solid color-mix(in srgb, var(--ink-panel) 24%, transparent);
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: calc(1.5rem * .75) 1.63rem}
.steady-team .primary-rail{font-size: calc(19.3px * .875);
        letter-spacing: 0.06em;
        text-transform: uppercase;}
.steady-team .text-visual a{text-decoration: none;
        border-bottom: 1px solid color-mix(in srgb, #00E5B0 45%, transparent);
        padding-bottom: 0.1rem;
        transition: color 330ms var(--delay-soft), border-color 330ms var(--delay-soft)}
.steady-team .text-visual a:hover{border-color: #7C5CFF}
@media (max-width: 860px) {.steady-team .main-actions{
            grid-template-columns: minmax(0, 1fr)
        }.steady-team .steady-group{
            position: static;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 1.63rem
        }.steady-team .steady-feature{
            flex: 1 1 8rem;
            border-bottom: 0;
            padding-bottom: 0
        }
    }
.fresh-lead{padding:calc(1.5rem * 2.4) 1.54rem;background:#0E1420;color:var(--ink-accent)}
.fresh-lead .main-actions{max-width:1300px;margin:0 auto}
.fresh-lead .focused-fields{display:flex;gap:calc(1.63rem * 1.5);align-items:stretch;flex-wrap:wrap}
.fresh-lead .site-shell{flex:1 1 30rem;min-width:0;background:var(--surface-soft);color:var(--tone-soft);border:1px solid var(--surface-light);border-radius:1rem;padding:1.63rem}
.fresh-lead h2{margin:0;font-size:calc(19.3px * 2);line-height:1.1}
.fresh-lead .site-shell p{margin:1.5rem 0 0;line-height:1.83;color:var(--ink-accent)}
.fresh-lead .direct-actions{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;justify-content:space-between;gap:calc(1.63rem * 1.5);border-left:1px solid var(--surface-light);padding-left:calc(1.63rem * 1.5)}
.fresh-lead .direct-actions p{margin:0;font-size:19.3px;line-height:1.83}
.fresh-lead .direct-actions a{align-self:flex-start;border-radius:0.57rem;background:var(--ink-panel);color:#04121A;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:background 330ms var(--delay-soft)}
.fresh-lead .direct-actions a:hover{background:#3DF0C4;color:var(--tone-soft);}
@media(max-width:760px){.fresh-lead .focused-fields{display:block}.fresh-lead .site-shell{padding:1.5rem}.fresh-lead .direct-actions{margin-top:calc(1.63rem * 1.5);border-left:0;border-top:1px solid var(--surface-light);padding-left:0;padding-top:1.5rem}}
.compact-view{
        padding: calc(1.5rem * 2.4) 1.54rem;
        background: #070A12;
        color: #E6ECF2
    }
.compact-view .main-actions{width: min(100%, calc(1300px * .82));
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(14rem, 20rem) minmax(0, 1fr);
        gap: calc(1.63rem * 1.5);
        align-items: start}
.compact-view .steady-group{
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding: 1.63rem;
        background: var(--surface-soft);
        color: var(--tone-soft);
        border: 1px solid var(--surface-light);
        border-radius: 1rem;
        position: sticky;
        top: 1.5rem
    }
.compact-view .steady-feature{display: flex;
        flex-direction: column;
        gap: 0.35rem;
        padding-bottom: calc(1.5rem * .75);
        border-bottom: 1px solid var(--surface-light)}
.compact-view .steady-feature .bottom-proof{font-size: calc(19.3px * .875);}
.compact-view .steady-feature .top-visual{font-size: calc(19.3px * .875);
        letter-spacing: 0.02em}
.compact-view .bottom-tile{margin: 0;
        border-radius: 0.57rem;
        overflow: hidden;
        border: 1px solid var(--surface-light)}
.compact-view .bottom-tile img{display: block;
        width: 100%;
        height: auto}
.compact-view .text-visual{display: flex;
        flex-direction: column;
        gap: 0.6rem;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid var(--surface-light)}
.compact-view .text-visual a{text-decoration: none;
        font-size: calc(19.3px * .875);
        line-height: 1.5;
        transition: color 330ms var(--delay-soft)}
.compact-view .text-visual a:hover{}
.compact-view .primary-copy{min-width: 0}
.compact-view h1{margin: 0;
        font-size: calc(19.3px * 2.65);
        line-height: 1.08}
.compact-view .site-rail{margin: 1.5rem 0 calc(1.63rem * 1.5);
        font-size: calc(19.3px * 1.125);
        line-height: 1.83}
.compact-view .primary-copy p:not(.site-rail){margin: 0 0 1.5rem;
        line-height: 1.83}
@media (max-width: 860px) {.compact-view .main-actions{
            grid-template-columns: 1fr
        }.compact-view .steady-group{
            position: static
        }
    }
.simple-brand{
    padding:calc(1.5rem * 2.4) 1.54rem;
    background:#070A12;
    color:#E6ECF2;
}
.simple-brand .team-nav{max-width:1300px;
    margin:0 auto;}
.simple-brand .steady-group{
    display:flex;
    flex-wrap:wrap;
    gap:1.63rem;
    align-items:flex-start;
    padding:calc(1.5rem * .75);
    background:var(--surface-soft);
    color:var(--tone-soft);
    border:1px solid var(--surface-light);
    border-radius:1rem;
    box-shadow:0 1px 4px rgba(0,0,0,0.18);
}
.simple-brand .media-visual{width:96px;
    height:96px;
    object-fit:cover;
    border-radius:0.57rem;
    border:1px solid var(--surface-light);
    flex:0 0 auto;}
.simple-brand .secondary-team{flex:1 1 320px;
    min-width:0;}
.simple-brand .site-shell{margin:0 0 4px;
    font-size:calc(19.3px * 1.35);
    line-height:1.25;}
.simple-brand .media-area{margin:0 0 calc(1.63rem * 1.5);
    font-size:calc(19.3px * .875);
    color:var(--ink-accent);
    letter-spacing:0.02em;}
.simple-brand .narrow-actions{margin:0 0 calc(1.63rem * 1.5);
    font-size:19.3px;
    line-height:1.83;}
.simple-brand .clear-body{list-style:none;
    margin:0 0 calc(1.63rem * 1.5);
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:1.54rem;}
.simple-brand .clear-body a{color:#00E5B0;
    text-decoration:none;
    font-size:calc(19.3px * .875);
    border-bottom:1px solid transparent;
    transition:color 330ms var(--delay-soft), border-color 330ms var(--delay-soft);}
.simple-brand .clear-body a:hover{color:#7C5CFF;
    border-bottom-color:#7C5CFF;}
.simple-brand .local-quote{margin:0;
    font-size:calc(19.3px * .875);
    color:var(--ink-accent);}
.simple-brand .local-quote a{color:#00E5B0;
    text-decoration:none;}
.simple-brand .local-quote a:hover{color:#7C5CFF;}
@media (max-width:640px){.simple-brand .steady-group{
        padding:calc(1.63rem * 1.5);
    }.simple-brand .media-visual{
        width:72px;
        height:72px;
    }
}
.offer-menu{padding:calc(calc(1.5rem * 2.4)*.72) 1.54rem;background:linear-gradient(135deg, #070A12 0%, #0E1420 45%, #10233A 100%);color:#E6ECF2;}
.offer-menu .local-header{max-width:1300px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-end;gap:clamp(1.2rem,5vw,calc(1.63rem * 1.5));}
.offer-menu .compact-story{flex:1 1 30rem;min-width:0;}
.offer-menu .plain-region{display:block;flex:0 1 17rem;width:min(23vw,17rem);max-width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:1rem;box-shadow:0 8px 22px rgba(0,0,0,0.23);}
.offer-menu .fresh-section{flex:0 1 26rem;min-width:15rem;padding-bottom:.3rem;}
.offer-menu h1{margin:0;font-size:clamp(2rem,5.2vw,calc(19.3px * 2.65));line-height:1.04;font-weight:760;letter-spacing:0;}
.offer-menu p{margin:0;font-size:clamp(1rem,1.35vw,calc(19.3px * 1.125));line-height:1.74;}
@media (max-width:760px){.offer-menu .local-header{display:block;}.offer-menu .plain-region{width:100%;aspect-ratio:16/9;margin:1.5rem 0;}.offer-menu .fresh-section{padding-bottom:0;margin-top:1.5rem;min-width:0;}.offer-menu{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54);}
  }
.open-summary{
  background: #0E1420;
  color: var(--ink-accent);
  padding: calc(1.5rem * 2.4) 1.54rem;
}
.open-summary .main-actions{max-width: 1300px;
  margin: 0 auto;}
.open-summary .local-header{display: flex;
  align-items: flex-start;
  gap: calc(1.63rem * 1.5);}
.open-summary .secondary-team{flex: 1 1 26rem;
  min-width: 0;}
.open-summary h2{margin: 0;
  font-size: clamp(calc(19.3px * 2), 5vw, calc(19.3px * 2.65));
  line-height: 1.06;
  letter-spacing: 0;}
.open-summary p{margin: 1.5rem 0 0;
  max-width: 40rem;
  font-size: calc(19.3px * 1.125);
  line-height: 1.7;}
.open-summary .secondary-team > span{display: block;
  margin-top: 1.5rem;
  max-width: 34rem;
  font-size: calc(19.3px * .875);
  line-height: 1.6;
  border-left: 2px solid var(--ink-panel);
  padding-left: calc(1.5rem * .75);}
.open-summary .plain-panel{
  flex: 1 1 32rem;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.63rem;
  padding: calc(1.63rem * 1.5);
  border-radius: 1rem;
  background: var(--surface-soft);
  color: var(--tone-soft);
  border: 1px solid var(--surface-light);
  box-shadow: 0 8px 22px rgba(0,0,0,0.23);
}
.open-summary .public-entries{flex: 1 1 14rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.5);
  font-size: calc(19.3px * .875);}
.open-summary .public-entries > span{letter-spacing: 0.02em;}
.open-summary input{
  width: 100%;
  min-width: 0;
  border: 1px solid var(--surface-light);
  border-radius: 0.33rem;
  background: #070A12;
  color: #E6ECF2;
  padding: calc(1.5rem * .75);
  font: inherit;
  transition: border-color 330ms var(--delay-soft), box-shadow 330ms var(--delay-soft);
}
.open-summary input::placeholder{}
.open-summary input:focus{outline: none;
  border-color: var(--ink-panel);
  box-shadow: 0 0 0 3px rgba(0, 229, 176, 0.55);}
.open-summary button{
  flex: 1 1 100%;
  border: 0;
  border-radius: 0.57rem;
  background: var(--ink-panel);
  color: #04121A;
  padding: calc(1.5rem * .75) 1.63rem;
  font: inherit;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: background 330ms var(--delay-soft);
}
.open-summary button:hover{
  background: #3DF0C4;color:var(--tone-soft);}
@media (max-width: 760px) {.open-summary .local-header{ flex-direction: column; }.open-summary .plain-panel{ padding: calc(1.5rem * .75); gap: 1.5rem; }
}
.focused-summary{
  padding:calc(1.5rem * 2.4) 1.54rem;
  background:#070A12;
  color:#E6ECF2;
}
.focused-summary .main-actions{width:min(100%,calc(1300px*.86));
  margin:0 auto;
  display:grid;
  gap:calc(1.63rem * 1.5);}
.focused-summary .team-nav{display:grid;
  gap:1.5rem;}
.focused-summary h2{margin:0;
  font-size:calc(19.3px * 2);
  line-height:1.12;}
.focused-summary .site-rail{margin:0;
  max-width:52rem;
  color:var(--ink-accent);
  line-height:1.83;}
.focused-summary .steady-group{display:flex;
  flex-wrap:wrap;
  gap:1.63rem;}
.focused-summary .steady-group .local-surface{
  flex:1 1 16rem;
  min-width:0;
  background:var(--surface-soft);
  color:var(--tone-soft);
  border:1px solid var(--surface-light);
  border-radius:0.57rem;
  padding:calc(1.5rem * .75);
  text-decoration:none;
  overflow-wrap:anywhere;
  transition:border-color 330ms var(--delay-soft);
}
.focused-summary .steady-group a.item:hover{border-color:#00E5B0;}
.focused-summary .fresh-surface{display:block;
  margin-bottom:0.5rem;
  font-size:calc(19.3px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:#00E5B0;}
.focused-summary .steady-group strong{font-size:calc(19.3px * 1.125);
  line-height:1.2;}
.focused-summary .steady-group p{margin:0;
  line-height:1.83;}
.focused-summary .visual-wrap{display:grid;
  gap:1.5rem;
  border-top:1px solid var(--surface-light);
  padding-top:1.5rem;}
.focused-summary .secondary-brand{display:grid;
  gap:0.4rem;}
.focused-summary .secondary-brand p{margin:0;
  max-width:60rem;
  color:var(--ink-accent);
  line-height:1.83;}
@media(max-width:760px){.focused-summary .steady-group{display:grid;}.focused-summary .steady-group .local-surface{flex:1 1 auto;}
}
.simple-area{background:#070A12;color:#E6ECF2;padding:calc(1.5rem * 2.4) 1.54rem}
.simple-area .main-actions{max-width:1300px;margin:0 auto}
.simple-area .local-header{display:flex;align-items:flex-start;gap:calc(1.63rem * 1.5)}
.simple-area .secondary-team{flex:0 1 30rem;min-width:0}
.simple-area h2{margin:0;font-size:clamp(calc(19.3px * 2),5vw,calc(19.3px * 2.65));line-height:1.08;letter-spacing:0}
.simple-area p{margin:1.5rem 0 0;color:var(--ink-accent);font-size:calc(19.3px * 1.125);line-height:1.7}
.simple-area p.note{margin-top:calc(1.5rem * .75);font-size:calc(19.3px * .875);color:var(--ink-accent);border-left:2px solid var(--ink-panel);padding-left:calc(1.5rem * .75)}
.simple-area a{display:inline-flex;margin-top:1.5rem;padding:calc(1.5rem * .75) 1.63rem;border-radius:0.57rem;background:var(--ink-panel);color:#04121A;text-decoration:none;font-weight:700;transition:background 330ms var(--delay-soft)}
.simple-area a:hover{background:#3DF0C4;color:var(--tone-soft);}
.simple-area .strong-details{flex:1 1 34rem;min-width:0;margin:0;padding:calc(1.5rem * .75);list-style:none;display:flex;flex-direction:column;gap:1.5rem;border-radius:1rem;background:var(--surface-soft);color:var(--tone-soft);border:1px solid var(--surface-light)}
.simple-area strong,.simple-area span{display:block}
.simple-area strong{font-size:19.3px;letter-spacing:.01em}
.simple-area span{margin-top:calc(calc(1.5rem * .75)*.5);color:var(--ink-accent);line-height:1.6;font-size:calc(19.3px * .875)}
@media(max-width:760px){.simple-area .local-header{flex-direction:column}.simple-area .strong-details{width:100%}}
.offer-surface{
  padding:calc(1.5rem * 2.4) 1.54rem;
  background:#0E1420;
  color:var(--ink-accent);
}
.offer-surface .secondary-team{max-width:min(1300px,60rem);
  margin:0 auto;}
.offer-surface h2{margin:0;
  font-size:calc(19.3px * 2);
  line-height:1.12;
  letter-spacing:0.01em;}
.offer-surface .simple-note{margin:1.5rem 0 calc(1.63rem * 1.5);
  font-size:calc(19.3px * 1.125);
  line-height:1.83;
  max-width:46rem;}
.offer-surface .bottom-stack{display:flex;
  flex-direction:column;
  gap:1.63rem;
  border-top:1px solid var(--surface-light);
  padding-top:calc(1.63rem * 1.5);}
.offer-surface .wide-section{display:grid;
  grid-template-columns:minmax(12rem,18rem) 1fr;
  gap:calc(1.5rem * .75) 1.63rem;
  align-items:start;
  padding-bottom:calc(1.5rem * .75);
  border-bottom:1px solid var(--surface-light);}
.offer-surface .wide-section:last-child{border-bottom:0;
  padding-bottom:0;}
.offer-surface h3{margin:0;
  font-size:calc(19.3px * 1.35);
  line-height:1.25;
  color:#E6ECF2;}
.offer-surface .wide-section p{margin:0;
  font-size:19.3px;
  line-height:1.83;}
.offer-surface a{color:#00E5B0;
  text-decoration:underline;
  text-underline-offset:3px;}
.offer-surface a:hover{color:inherit;}
@media (max-width:760px){.offer-surface .wide-section{
    grid-template-columns:1fr;
    gap:calc(1.5rem * .75);
  }
}
.page-figure{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.54rem;
    background:linear-gradient(135deg, #070A12 0%, #0E1420 45%, #10233A 100%);
    color:#E6ECF2;
    border-bottom:1px solid var(--surface-light);
  }
.page-figure .local-header{max-width:1300px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,1.35fr) minmax(0,.85fr);
    grid-template-areas:
      "title visual"
      "text  visual";
    align-items:end;
    column-gap:clamp(1.6rem,5vw,calc(1.63rem * 1.5));
    row-gap:calc(1.63rem * 1.5);}
.page-figure .compact-story{grid-area:title;
    min-width:0;}
.page-figure .fresh-section{grid-area:text;
    min-width:0;
    max-width:44rem;
    padding-bottom:.4rem;}
.page-figure .plain-region{grid-area:visual;
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
    aspect-ratio:4/5;
    object-fit:cover;
    border-radius:1rem;
    border:1px solid var(--surface-light);
    box-shadow:0 8px 22px rgba(0,0,0,0.23);}
.page-figure h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(19.3px * 2.65));
    line-height:1.06;
    font-weight:700;
    letter-spacing:-0.01em;}
.page-figure p{margin:0;
    font-size:clamp(1rem,1.3vw,calc(19.3px * 1.125));
    line-height:1.74;
    color:color-mix(in srgb,currentColor 78%,transparent);}
@media (max-width:820px){.page-figure{
      padding-top:calc(calc(1.5rem * 2.4)*.54);
      padding-bottom:calc(calc(1.5rem * 2.4)*.54);
    }.page-figure .local-header{
      display:flex;
      flex-direction:column;
      align-items:stretch;
      row-gap:1.5rem;
    }.page-figure .plain-region{
      aspect-ratio:16/9;
      order:2;
    }.page-figure .compact-story{order:1;}.page-figure .fresh-section{
      order:3;
      padding-bottom:0;
    }
  }
.top-surface{background:linear-gradient(135deg, #070A12 0%, #0E1420 45%, #10233A 100%);color:#E6ECF2;padding:calc(1.5rem * 2.4) 1.54rem}
.top-surface .main-actions{max-width:1300px;margin:0 auto}
.top-surface .active-stack{display:flex;flex-direction:column;gap:calc(1.63rem * 1.5)}
.top-surface h2{margin:0;font-size:clamp(calc(19.3px * 2),4.4vw,calc(19.3px * 2.65));line-height:1.12;letter-spacing:0}
.top-surface .narrow-unit{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.63rem}
.top-surface .site-rail{flex:1 1 22rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.top-surface .site-rail p{margin:0;font-size:calc(19.3px * 1.125);line-height:1.68}
.top-surface .site-rail .local-quote{font-size:calc(19.3px * .875);line-height:1.7}
.top-surface .text-visual{flex:1 1 20rem;min-width:0;background:var(--surface-soft);color:var(--tone-soft);border:1px solid var(--surface-light);border-radius:1rem;padding:calc(1.5rem * .75);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.top-surface .text-visual .visual-wrap{margin:0;font-size:calc(19.3px * .875);letter-spacing:.04em;text-transform:uppercase;}
.top-surface .strong-details{margin:0;padding-left:1.1rem;display:flex;flex-direction:column;gap:.5rem;font-size:19.3px;line-height:1.6}
.top-surface .open-track{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}
.top-surface .top-list{padding:.7rem 1.1rem;border-radius:0.33rem;background:var(--ink-panel);color:#04121A;text-decoration:none;font-size:calc(19.3px * .875);border:1px solid transparent;transition:background 330ms var(--delay-soft)}
.top-surface .top-list:hover{background:#3DF0C4;color:var(--tone-soft);}
.top-surface .set{padding:.55rem .2rem;text-decoration:none;font-size:calc(19.3px * .875);border-bottom:1px solid transparent;transition:color 330ms var(--delay-soft),border-color 330ms var(--delay-soft)}
.top-surface .set:hover{border-color:#7C5CFF}
.top-surface .page-rail{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);font-size:calc(19.3px * .875);border-top:1px solid var(--surface-light);padding-top:calc(1.5rem * .75)}
.top-surface .page-rail a{text-decoration:none}
.top-surface .page-rail a:hover{}
@media(max-width:760px){.top-surface .narrow-unit{flex-direction:column}.top-surface .site-rail,.top-surface .text-visual{flex-basis:auto;width:100%}}
.visual-fields{--field-local:calc(1.5rem * 1.35);--field-public:calc(1300px / 2.55);padding:calc(1.5rem * 2.4) 1.54rem;background:#070A12;color:#E6ECF2;}
.visual-fields .main-actions{max-width:1300px;margin:0 auto;}
.visual-fields h2,.visual-fields p{margin:0;}
.visual-fields h2{font-size:calc(19.3px * 2);line-height:1.14;letter-spacing:0.01em;}
.visual-fields p{font-size:19.3px;line-height:1.83;}
.visual-fields a{color:#00E5B0;text-decoration:none;transition:color 330ms var(--delay-soft);}
.visual-fields a:hover{color:#7C5CFF;}
.visual-fields .visual-wrap{display:flex;align-items:flex-end;gap:1.63rem;flex-wrap:wrap;}
.visual-fields .simple-note{flex:1 1 30rem;min-width:0;}
.visual-fields .simple-note .site-rail{margin-top:calc(1.63rem * 1.5);color:var(--ink-accent);max-width:var(--field-public);}
.visual-fields .secondary-team{flex:0 1 var(--field-public);min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.63rem * 1.5);}
.visual-fields .local-quote{color:var(--ink-accent);font-size:calc(19.3px * .875);}
.visual-fields .open-track{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.33rem;background:var(--ink-panel);color:#04121A;font-size:19.3px;box-shadow:0 1px 4px rgba(0,0,0,0.18);transition:background 330ms var(--delay-soft),color 330ms var(--delay-soft);}
.visual-fields .open-track:hover{background:#3DF0C4;color:#04121A;}
.visual-fields .text-visual{display:flex;flex-wrap:wrap;gap:1.54rem;font-size:calc(19.3px * .875);}
.visual-fields .text-visual a{border-bottom:1px solid var(--surface-light);padding-bottom:2px;}
@media(max-width:760px){.visual-fields .visual-wrap{align-items:flex-start;flex-direction:column;}}
.box{
  padding:calc(1.5rem * 2.4) 1.54rem;
  background:#E6ECF2;
  color:#0B0F17;
}
.box .main-actions{width:min(100%,calc(1300px*.68));
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.63rem * 1.5);}
.box .fresh-section{padding-top:1.5rem;}
.box h1{margin:0;
  font-size:calc(19.3px * 2.65);
  line-height:1.04;
  letter-spacing:.01em;}
.box p{max-width:38rem;
  margin:1.5rem 0 0;
  font-size:calc(19.3px * 1.125);
  line-height:1.83;}
.box .text-visual{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:1.63rem;
  padding-top:1.5rem;
  border-top:1px solid var(--surface-light);}
.box .local-quote{flex:1 1 22rem;
  margin:0;
  font-size:calc(19.3px * .875);
  line-height:1.83;
  opacity:.78;}
.box .open-track,
.box .set{text-decoration:none;
  font-size:19.3px;
  transition:color 330ms var(--delay-soft),border-color 330ms var(--delay-soft);}
.box .open-track{
  padding:.55rem 1.1rem;
  border:1px solid var(--ink-panel);
  border-radius:0.57rem;
  background:var(--ink-panel);
  color:#04121A;
}
.box .open-track:hover{
  background:#3DF0C4;
  border-color:#3DF0C4;color:var(--tone-soft);}
.box .set{color:inherit;
  border-bottom:1px solid transparent;}
.box .set:hover{border-bottom-color:currentColor;}
@media(max-width:560px){.box .text-visual{
    flex-direction:column;
    align-items:flex-start;
  }.box .open-track{
    width:100%;
    text-align:center;
  }
}
