:root {
  --ink-main: #C62828;
  --ink-panel: #212529;
  --line-card: #495057;
  --paint-deep: #DEE2E6;
  --line-light: #FFFFFF;
  --surface-base: #E53935;
  --speed-entry: ease;
}
body{margin:0;padding:0;font-family:"Libre Baskerville", sans-serif;box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
.btn-primary,.btn.btn-primary{background:var(--ink-main)!important;color:#FFFFFF!important;border-color:var(--ink-main)!important;}
.btn-primary:hover,.btn.btn-primary:hover{background:#B71C1C!important;color:#FFFFFF!important;border-color:#B71C1C!important;}
.open-footer{
    width: 100%;
    background-color: #F8F9FA;
    border-bottom: 1px solid var(--paint-deep);color:#212529;}
.compact-list {
    max-width: 1440px;
    margin: 0 auto;
    padding: 1.5rem 2.56rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(1.95rem * 1.5);
  }
.strong-tile {
    font-size: calc(16.2px * 2);
    font-weight: 700;
    letter-spacing: -0.02em;
    text-decoration: none;
    color: #212529;
    line-height: 1.2;
    text-align: center;
  }
.strong-tile:hover {
    color: #E53935;
  }
.fresh-summary {
    width: 100%;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.95rem;
  }
.nav-link {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    font-size: calc(16.2px * .875);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    color: #212529;
    border-bottom: 2px solid transparent;
    transition: color 280ms var(--speed-entry), border-color 280ms var(--speed-entry);
  }
.nav-link:hover {
    color: #E53935;
    border-bottom-color: var(--surface-base);
  }
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
  }
.nav-toggle-bar{
    display: block;
    width: 24px;
    height: 2px;
    background-color: #212529;
    transition: transform 280ms var(--speed-entry), opacity 280ms var(--speed-entry);color:var(--ink-panel);}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) {
    opacity: 0;
  }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 767px) {
    .compact-list {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      padding-top: calc(1.5rem * 0.75);
      padding-bottom: calc(1.5rem * 0.75);
    }

    .strong-tile {
      font-size: calc(16.2px * 1.35);
      text-align: left;
      margin-right: auto;
    }

    .nav-toggle {
      display: flex;
      margin-left: calc(1.95rem * 1.5);
    }

    .fresh-summary {
      display: none;
      width: 100%;
      order: 3;
      border-top: 1px solid var(--paint-deep);
      padding-top: calc(1.95rem * 1.5);
      margin-top: calc(1.95rem * 1.5);
    }

    .fresh-summary.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
    }

    .nav-item {
      width: 100%;
    }

    .nav-link {
      display: block;
      padding: calc(1.95rem * 1.5) 0;
      font-size: 16.2px;
      text-transform: none;
      letter-spacing: normal;
      border-bottom: 1px solid var(--paint-deep);
      width: 100%;
    }

    .nav-item:last-child .nav-link {
      border-bottom: none;
    }
  }
.visual-brand{padding:calc(1.5rem * 2.4) 2.56rem;font-family:"Libre Baskerville", sans-serif;font-size:calc(16.2px * .875);line-height:1.58;background:#1A1A2E;color:#F8F9FA;}
.compact-form{max-width:1440px;margin:0 auto}
.top-method{display:flex;flex-wrap:wrap;gap:calc(1.95rem * 1.5);margin-bottom:1.5rem}
.stage{flex:1 1 220px;min-width:200px}
.main-body{display:inline-block;font-size:calc(16.2px * 1.35);font-weight:700;color:inherit;text-decoration:none;letter-spacing:-0.02em;margin-bottom:2.56rem}
.main-body:hover{color:inherit;opacity:0.85}
.active-flow{margin:0;font-size:calc(16.2px * .875);opacity:0.75;max-width:280px}
.wide-frame{display:flex;flex-wrap:wrap;gap:calc(1.95rem * 1.5);flex:2 1 600px}
.text-shell{flex:1 1 160px;min-width:140px}
.secondary-method{font-size:16.2px;font-weight:600;margin:0 0 2.56rem;color:inherit;text-transform:uppercase;letter-spacing:0.04em}
.wide-inner{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(2.56rem * 0.5)}
.wide-inner a{color:inherit;text-decoration:none;opacity:0.8;transition:opacity 280ms var(--speed-entry)}
.wide-inner a:hover{opacity:1;text-decoration:underline;text-underline-offset:3px;color:inherit}
.narrow-links{display:flex;flex-direction:column;gap:2.56rem}
.contact-actions{display:flex;flex-direction:column;gap:2px}
.compact-panel{font-size:calc(calc(16.2px * .875) * 0.85);text-transform:uppercase;letter-spacing:0.06em;opacity:0.6}
.visual-method{font-size:calc(16.2px * .875);line-height:1.5}
.active-links{color:inherit;text-decoration:none;font-size:calc(16.2px * .875);opacity:0.85;transition:opacity 280ms var(--speed-entry)}
.active-links:hover{opacity:1;text-decoration:underline;text-underline-offset:3px}
.media-story{border-top:1px solid rgba(255, 255, 255, 0.15);padding-top:1.5rem;display:flex;flex-direction:column;gap:2.56rem}
.start{display:flex;align-items:center;gap:2.56rem;flex-wrap:wrap}
.start a{color:inherit;text-decoration:none;opacity:0.8;transition:opacity 280ms var(--speed-entry)}
.start a:hover{opacity:1;text-decoration:underline;text-underline-offset:3px;color:inherit}
.soft-form{opacity:0.4}
.bottom-region{font-size:calc(calc(16.2px * .875) * 0.9);opacity:0.65;max-width:800px}
.bottom-region p{margin:0;line-height:1.5}
.logo{font-size:calc(calc(16.2px * .875) * 0.85);opacity:0.5}
@media (max-width: 768px) {.top-method{flex-direction:column;gap:1.5rem}.wide-frame{gap:1.5rem}.text-shell{flex:1 1 100%}.media-story{gap:2.56rem}
  }
footer .local-flow{flex:1 1 100%;width:100%;margin:1.5rem 0 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 18%,transparent);}
footer .local-flow ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:calc(1.5rem * .75) 1.5rem;}
footer .local-flow a{display:inline-flex;min-width:0;max-width:100%;overflow-wrap:anywhere;font-size:calc(16.2px * .875);line-height:1.58;}
@media(max-width:860px){footer .local-flow ul{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:560px){footer .local-flow ul{grid-template-columns:1fr;}}
footer .group{flex:1 1 100%;max-width:1440px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(16.2px * .875);line-height:1.58;opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;left:0;right:0;bottom:0;z-index:1200;}
.cookies .clear-panel{max-width:1440px;margin:0 auto;padding:calc(1.5rem * .8) 2.56rem;background:var(--line-light);border:1px solid var(--paint-deep);border-radius:1rem 1rem 0 0;box-shadow:0 -8px 24px rgba(15, 23, 42,0.12);display:flex;flex-wrap:wrap;gap:12px 1.95rem;align-items:center;justify-content:space-between;color:var(--ink-panel);}
.cookies .entries{flex:1 1 420px;}
.cookies .entries strong{display:block;margin-bottom:4px;}
.cookies .entries p{margin:0;}
.cookies .local-details{display:flex;flex-wrap:wrap;gap:8px;}
.cookies .local-details button{border:1px solid var(--paint-deep);background:var(--line-light);color:var(--ink-panel);border-radius:0.39rem;padding:8px 12px;cursor:pointer;}
.cookies .local-details button.cookie-accept{background:var(--surface-base);color:#FFFFFF;border-color:transparent;font-weight:700;}
.content-view{
        padding: clamp(3.8rem, 8vw, 6.8rem) 2.56rem;
        background: linear-gradient(135deg, #1A1A2E 0%, #16213E 50%, #0F3460 100%);
        color: #FFFFFF;
        position: relative;
        overflow: hidden;
    }
.content-view .site-quote{max-width: 1440px;
        margin: 0 auto;
        display: flex;
        gap: clamp(2rem, 5vw, 4rem);
        align-items: center;
        flex-wrap: wrap;}
.content-view .wide-section{flex: 1 1 20rem;
        min-width: 0;}
.content-view .quiet-figure{flex: 1 1 24rem;
        min-width: 0;}
.content-view .wide-section img{display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 1.4rem;
        border: 1px solid rgba(255, 255, 255, 0.18);
        box-shadow: 0 24px 40px rgba(0,0,0,0.19);
        aspect-ratio: 4 / 3;}
.content-view .frame{margin: 0 0 1rem;
        font-size: .82rem;
        letter-spacing: .12em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.72);
        font-weight: 600;}
.content-view h1{margin: 0;
        font-size: clamp(2.2rem, 4.6vw, 4.2rem);
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.02em;}
.content-view .text-actions{margin: 1.2rem 0 0;
        font-size: clamp(1rem, 1.4vw, 1.2rem);
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.82);
        max-width: 34rem;}
.content-view .local-details{display: flex;
        flex-wrap: wrap;
        gap: .9rem;
        margin-top: 1.8rem;}
.content-view .btn-primary,
    .content-view .btn-secondary{display: inline-block;
        padding: .8rem 1.5rem;
        border-radius: 0.7rem;
        font-size: .95rem;
        font-weight: 600;
        text-decoration: none;
        transition: background 280ms var(--speed-entry), transform 280ms var(--speed-entry);}
.content-view .btn-primary{
        background: var(--surface-base);
        color: #FFFFFF;
    }
.content-view .btn-primary:hover{
        background: #D32F2F;
        transform: translateY(-2px);color:var(--ink-panel);}
.content-view .btn-secondary{
        background: transparent;
        color: #FFFFFF;
        border: 1px solid rgba(255, 255, 255, 0.35);
    }
.content-view .btn-secondary:hover{
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.6);
    }
@media (max-width: 720px) {.content-view .site-quote{
            flex-direction: column;
        }.content-view .wide-section{
            flex-basis: auto;
            width: 100%;
        }.content-view .quiet-figure{
            flex-basis: auto;
            width: 100%;
        }
    }
.site-wrap{--field-main:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 2.56rem;background:#F8F9FA;color:#212529;}
.site-wrap .site-quote{max-width:1440px;margin:0 auto;}
.site-wrap h1,.site-wrap h2,.site-wrap h3,.site-wrap p{margin:0;}
.site-wrap h2{font-size:calc(16.2px * 2);line-height:1.15;max-width:22ch;}
.site-wrap h3{font-size:calc(16.2px * 1.35);line-height:1.25;}
.site-wrap p{font-size:16.2px;line-height:1.58;color:var(--line-card);}
.site-wrap a{color:inherit;text-decoration:none;}
.site-wrap .fresh-content{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.8) 1.5rem;border-radius:0.39rem;background:var(--ink-main);color:#FFFFFF;font-size:calc(16.2px * .875);line-height:1.2;transition:background 280ms var(--speed-entry);}
.site-wrap .fresh-content:hover{background:#B71C1C;color:var(--ink-panel);}
.site-wrap .featured-quote{display:inline-block;font-size:calc(16.2px * .875);font-weight:600;letter-spacing:0.04em;text-transform:uppercase;color:inherit;}
.site-wrap .text-actions{margin-top:calc(1.5rem / 2);max-width:62ch;color:#212529;}
.site-wrap .open-shell{display:grid;grid-template-columns:repeat(2,1fr);gap:1.95rem;margin-top:var(--field-main);}
.site-wrap .clear-copy{padding:calc(1.5rem * .75);border:1px solid var(--paint-deep);border-radius:0.7rem;background:var(--line-light);color:var(--ink-panel);}
.site-wrap .clear-copy .public-details p{margin-top:calc(1.5rem / 3);color:var(--line-card);}
.site-wrap .soft-wrap{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.95rem;}
.site-wrap .soft-wrap>.public-details{flex:1 1 auto;min-width:0;}
.site-wrap .soft-wrap>.fresh-content{flex:0 0 auto;}
.site-wrap .soft-wrap>.open-shell{flex:1 1 100%;}
@media (max-width: 720px){.site-wrap .open-shell{grid-template-columns:1fr;}.site-wrap .soft-wrap>.fresh-content{margin-top:calc(1.5rem / 2);}
}
.focused-flow{--field-main:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 2.56rem;background:#F8F9FA;color:#212529;}
.focused-flow .site-quote{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,0.9fr);gap:1.5rem 2.56rem;align-items:start;}
.focused-flow h1,.focused-flow h2,.focused-flow h3,.focused-flow p{margin:0;}
.focused-flow h2{font-size:calc(16.2px * 2);line-height:1.15;}
.focused-flow p{font-size:16.2px;line-height:1.58;}
.focused-flow a{text-decoration:none;}
.focused-flow a:hover{}
.focused-flow .compact-stack{display:flex;flex-direction:column;gap:1.95rem;}
.focused-flow details{padding:calc(calc(1.5rem * .75) * 0.9);border-radius:0.7rem;background:var(--line-light);border:1px solid var(--paint-deep);color:var(--ink-panel);}
.focused-flow summary{cursor:pointer;font-weight:700;font-size:16.2px;line-height:1.35;padding-right:1.5rem;position:relative;list-style:none;}
.focused-flow summary::-webkit-details-marker{display:none;}
.focused-flow summary::after{content:"+";position:absolute;right:0;top:0;font-weight:400;font-size:calc(16.2px * 1.125);transition:transform 280ms var(--speed-entry);}
.focused-flow details[open] summary::after{transform:rotate(45deg);}
.focused-flow details p{margin-top:calc(1.5rem / 3);font-size:calc(16.2px * .875);}
.focused-flow .simple-panel{background:#1A1A2E;color:#F8F9FA;border-radius:1rem;padding:1.5rem;position:sticky;top:1.5rem;}
.focused-flow .simple-panel h2{font-size:calc(16.2px * 1.35);}
.focused-flow .simple-panel .text-actions{margin-top:calc(1.5rem * .75);font-size:16.2px;color:inherit;opacity:0.85;}
.focused-flow .open-items{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin-top:1.5rem;}
.focused-flow .open-items a{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.39rem;background:var(--surface-base);color:#FFFFFF;font-weight:700;transition:background 280ms var(--speed-entry);}
.focused-flow .open-items a:hover{background:#D32F2F;color:#FFFFFF;}
@media (max-width: 900px){.focused-flow .site-quote{grid-template-columns:1fr;}.focused-flow .simple-panel{position:static;}
}
.soft-media{
  padding: calc(1.5rem * 2.4) 2.56rem;
  background: #1A1A2E;
  color: #F8F9FA;
}
.soft-media .site-quote{max-width: min(1440px, 76rem);
  margin: 0 auto;}
.soft-media .featured-story{display: flex;
  flex-wrap: wrap;
  gap: calc(1.95rem * 1.5);
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: calc(1.95rem * 1.5);}
.soft-media h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.1;
  max-width: 34rem;}
.soft-media .text-form{margin: calc(1.5rem * .75) 0 0;
  max-width: 42rem;
  font-size: calc(16.2px * 1.125);color:inherit;}
.soft-media .featured-quote{
  max-width: 20rem;
  padding: calc(1.5rem * .75);
  background: var(--line-light);
  color: var(--ink-panel);
  border-radius: 0.7rem;
  border: 1px solid var(--paint-deep);
}
.soft-media .featured-quote p{margin: 0;
  font-size: calc(16.2px * .875);
  line-height: 1.55;}
.soft-media .open-stack{display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.95rem;}
.soft-media .active-entries{
  margin: 0;
  padding: calc(1.5rem * .75);
  background: var(--line-light);
  color: var(--ink-panel);
  border-radius: 0.7rem;
  border: 1px solid var(--paint-deep);
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
}
.soft-media .menu{margin: 0;
  font-size: 16.2px;
  line-height: 1.6;}
.soft-media .simple-callout{display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: auto;}
.soft-media .simple-callout strong{font-weight: 700;
  font-size: 16.2px;}
.soft-media .simple-callout span{font-size: calc(16.2px * .875);color:inherit;}
.soft-media .bottom-line{margin-top: calc(1.95rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--paint-deep);
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  justify-content: space-between;
  align-items: center;}
.soft-media .bottom-line p{margin: 0;
  max-width: 42rem;
  font-size: calc(16.2px * .875);color:inherit;}
.soft-media .wide-region{
  display: inline-block;
  padding: 0.7rem 1.4rem;
  background: var(--ink-main);
  color: #FFFFFF;
  border-radius: 0.39rem;
  text-decoration: none;
  font-weight: 600;
  font-size: calc(16.2px * .875);
  transition: background 280ms var(--speed-entry);
}
.soft-media .wide-region:hover{
  background: #B71C1C;color:var(--ink-panel);}
@media (max-width: 800px) {.soft-media .open-stack{
    grid-template-columns: 1fr;
  }.soft-media .featured-story{
    flex-direction: column;
    align-items: flex-start;
  }.soft-media .featured-quote{
    max-width: 100%;
  }
}
@media (max-width: 480px) {.soft-media .bottom-line{
    flex-direction: column;
    align-items: flex-start;
  }
}
.strong-unit{
  --field-main: calc(1.5rem * 1.22);
  --layer-static: calc(1440px / 2.60);
  padding: calc(1.5rem * 2.4) 2.56rem;
  background: #F8F9FA;
  color: #212529;
}
.strong-unit .site-quote{max-width: 1440px;
  margin: 0 auto;}
.strong-unit h1,
.strong-unit h2,
.strong-unit h3,
.strong-unit p{margin: 0;}
.strong-unit h1{font-size: calc(16.2px * 2.65);
  line-height: 1.08;}
.strong-unit h2{font-size: calc(16.2px * 2);
  line-height: 1.12;
  max-width: var(--layer-static);}
.strong-unit h3{font-size: calc(16.2px * 1.35);
  line-height: 1.2;}
.strong-unit p{font-size: 16.2px;
  line-height: 1.58;
  color: var(--line-card);}
.strong-unit a{color: inherit;
  text-decoration: none;}
.strong-unit .fresh-content{
  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.39rem;
  background: var(--ink-main);
  color: #FFFFFF;
  font-weight: 600;
  transition: background 280ms var(--speed-entry);
}
.strong-unit .fresh-content:hover{
  background: #B71C1C;color:var(--ink-panel);}
.strong-unit .site-story{margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.95rem;}
.strong-unit .wide-region{font-size: 16.2px;
  color: #C62828;
  border-bottom: 1px solid color-mix(in srgb, #C62828 35%, transparent);
  padding-bottom: 2px;
  transition: color 280ms var(--speed-entry);}
.strong-unit .wide-region:hover{color:inherit;
  border-color: #E53935;}
.strong-unit .wide-note > h2,
.strong-unit .wide-note > p,
.strong-unit .wide-note > .site-story{margin-top: 1.5rem;}
.strong-unit .wide-note .featured-quote{font-size: calc(16.2px * .875);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--line-card);
  margin-top: calc(1.5rem * 0.6);}
.strong-unit .wide-note .text-actions{font-size: calc(16.2px * 1.125);
  line-height: 1.58;
  color: #212529;
  max-width: calc(var(--layer-static) * 1.35);}
.narrow-wrap{
    padding: calc(1.5rem * 2.4) 2.56rem;
    background: #1A1A2E;
    color: #F8F9FA;
}
.narrow-wrap .clear-panel{max-width: 1440px;
    margin: 0 auto;}
.narrow-wrap .featured-body{margin: 0 0 calc(1.95rem * 1.5);
    font-size: calc(16.2px * 2);
    font-weight: 600;
    letter-spacing: -0.01em;}
.narrow-wrap .open-shell{display: flex;
    flex-direction: column;
    gap: 1.95rem;}
.narrow-wrap .clear-copy{
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: calc(1.5rem * .75);
    border-radius: 1rem;
    padding: calc(1.5rem * .75) calc(1.95rem * 1.5);
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: #1A1A2E;
    color: #F8F9FA;
    transition: border-color 280ms var(--speed-entry);
}
.narrow-wrap .clear-copy:hover{border-color: var(--surface-base);}
.narrow-wrap .service-panel{border-left: 3px solid var(--surface-base);}
.narrow-wrap .main-inner{
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: var(--surface-base);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(16.2px * .875);
    font-weight: 600;
    letter-spacing: 0.02em;
}
.narrow-wrap .clear-headline{min-width: 0;}
.narrow-wrap .secondary-service{display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 2.56rem;
    font-size: calc(16.2px * .875);
    margin-bottom: 0.35rem;}
.narrow-wrap .top-details{font-weight: 600;
    color: #F8F9FA;}
.narrow-wrap .direct-inner{color: rgba(248, 249, 250, 0.6);
    white-space: nowrap;
    font-size: 0.82rem;}
.narrow-wrap .entries{margin: 0;
    line-height: 1.58;
    color: rgba(248, 249, 250, 0.88);
    font-size: 16.2px;}
@media (max-width: 640px) {.narrow-wrap .clear-copy{
        grid-template-columns: 1fr;
        gap: 0.6rem;
        padding: calc(1.5rem * .75);
    }.narrow-wrap .secondary-service{
        flex-direction: column;
        gap: 0.15rem;
    }
}
.clear-stack{--field-main:calc(1.5rem * 0.92);--layer-static:calc(1440px / 3.25);padding:calc(1.5rem * 2.4) 2.56rem;background:#F8F9FA;color:#212529;}
.clear-stack .site-quote{max-width:1440px;margin:0 auto;text-align:center;}
.clear-stack h1,.clear-stack h2,.clear-stack h3,.clear-stack p{margin:0;}
.clear-stack h2{font-size:calc(16.2px * 2);line-height:1.12;}
.clear-stack h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.clear-stack p{font-size:16.2px;line-height:1.58;color:var(--line-card);}
.clear-stack a{color:#C62828;text-decoration:none;transition:color 280ms var(--speed-entry);}
.clear-stack a:hover{color:inherit;}
.clear-stack .text-actions{margin:1.5rem auto 0;max-width:var(--layer-static);}
.clear-stack .open-shell{display:flex;flex-wrap:wrap;align-items:stretch;gap:1.95rem;margin-top:var(--field-main);text-align:left;}
.clear-stack .clear-copy{flex:1 1 calc(1440px / 4);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(1.5rem * .75);background:var(--line-light);border:1px solid var(--paint-deep);border-radius:1rem;color:var(--ink-panel);}
.clear-stack .clear-copy h3{font-size:calc(16.2px * 1.35);line-height:1.2;color:var(--ink-panel);}
.clear-stack .clear-copy p{font-size:calc(16.2px * .875);line-height:1.58;color:var(--line-card);}
.clear-stack .fresh-content{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:auto;padding:calc(calc(1.5rem * .75) / 2) calc(1.5rem * .75);border-radius:0.39rem;background:var(--ink-main);color:#FFFFFF;font-size:calc(16.2px * .875);line-height:1.2;transition:background 280ms var(--speed-entry);}
.clear-stack .fresh-content:hover{background:#B71C1C;color:#FFFFFF;}
.clear-stack .featured-quote{margin-top:var(--field-main);padding-top:1.5rem;border-top:1px solid var(--paint-deep);display:flex;flex-direction:column;align-items:center;gap:calc(1.5rem / 3);}
.clear-stack .featured-quote p{max-width:var(--layer-static);}
.clear-stack .service-copy{font-size:16.2px;line-height:1.58;color:#C62828;}
.clear-stack .service-copy:hover{color:inherit;}
@media (max-width: 900px){.clear-stack .open-shell{flex-direction:column;}.clear-stack .clear-copy{flex:1 1 auto;}
}
.visual-frame{
        padding: clamp(56px, 7vw, 96px) clamp(16px, 4vw, 36px);
        background: #F1F3F5;
        color: var(--line-card);
    }
.visual-frame .site-quote{max-width: 1440px;
        margin: 0 auto;}
.visual-frame .clear-panel{display: grid;
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
        gap: clamp(28px, 5vw, 64px);
        align-items: start;}
.visual-frame .text-actions h2{font-size: clamp(26px, 4vw, 40px);
        line-height: 1.2;
        margin: 0 0 12px;
        max-width: 12ch;}
.visual-frame .text-actions p{margin: 0;
        max-width: 52ch;
        font-size: 16.2px;
        line-height: 1.58;
        opacity: 0.9;}
.visual-frame .open-items{grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.95rem;
        border-top: 1px solid var(--paint-deep);
        padding-top: clamp(24px, 3vw, 40px);}
.visual-frame .top-grid{
        background: var(--line-light);
        border: 1px solid var(--paint-deep);
        border-radius: 0.7rem;
        padding: 20px 22px;
        display: flex;
        flex-direction: column;
        gap: 10px;color:var(--ink-panel);}
.visual-frame .text-panel{
        display: inline-block;
        width: fit-content;
        font-size: calc(16.2px * .875);
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        background: var(--surface-base);
        color: #FFFFFF;
        padding: 4px 10px;
        border-radius: 999px;
    }
.visual-frame .wide-stack{margin: 0;
        font-size: calc(16.2px * .875);
        line-height: 1.58;
        flex-grow: 1;}
.visual-frame .wide-region{text-decoration: none;
        font-weight: 600;
        font-size: calc(16.2px * .875);
        border-bottom: 1px solid transparent;
        transition: border-color 280ms var(--speed-entry);}
.visual-frame .wide-region:hover{border-bottom-color: #E53935;}
.visual-frame .simple-panel{
        display: flex;
        flex-direction: column;
        gap: 16px;
        background: var(--line-light);
        border: 1px solid var(--paint-deep);
        border-radius: 1rem;
        padding: 24px;color:var(--ink-panel);}
.visual-frame .plain-method h3{font-size: 16.2px;
        margin: 0 0 8px;}
.visual-frame .plain-method p{margin: 0;
        font-size: calc(16.2px * .875);
        line-height: 1.58;
        opacity: 0.9;}
.visual-frame .plain-method a{display: inline-block;
        margin-top: 12px;
        text-decoration: none;
        font-weight: 600;
        font-size: calc(16.2px * .875);
        border-bottom: 1px solid transparent;
        transition: border-color 280ms var(--speed-entry);}
.visual-frame .plain-method a:hover{border-bottom-color: #E53935;}
@media (max-width: 900px) {.visual-frame .clear-panel{
            grid-template-columns: 1fr;
        }.visual-frame .open-items{
            grid-template-columns: 1fr;
        }.visual-frame .text-actions h2{
            max-width: none;
        }
    }
.public-items{--field-main:calc(1.5rem * 0.9);--layer-static:calc(1440px / 2.80);padding:calc(1.5rem * 2.4) 2.56rem;background:#F8F9FA;color:#212529;}
.public-items .site-quote{max-width:1440px;margin:0 auto;}
.public-items h1,.public-items h2,.public-items h3,.public-items p{margin:0;}
.public-items h2{font-size:calc(16.2px * 2);line-height:1.15;letter-spacing:-0.01em;}
.public-items h3{font-size:calc(16.2px * 1.35);line-height:1.25;font-weight:600;}
.public-items p{font-size:16.2px;line-height:1.58;color:var(--line-card);}
.public-items .frame{display:inline-block;font-size:calc(16.2px * .875);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:var(--ink-main);margin-bottom:calc(1.5rem / 2);}
.public-items .public-details .text-actions{margin-top:1.5rem;font-size:calc(16.2px * 1.125);line-height:1.5;color:#212529;}
.public-items .public-details .featured-quote{margin-top:calc(1.5rem / 1.5);font-size:calc(16.2px * .875);line-height:1.6;color:var(--line-card);max-width:var(--layer-static);}
.public-items .focused-frame{display:flex;align-items:flex-start;gap:calc(1.95rem * 1.6);}
.public-items .focused-frame>.public-details{flex:1 1 calc(1440px / 3.2);min-width:0;position:sticky;top:1.5rem;}
.public-items .focused-frame>.open-shell{flex:2 1 calc(1440px / 1.9);margin-top:0;display:flex;flex-direction:column;gap:0;}
.public-items .clear-copy{display:flex;gap:calc(1.95rem / 1.2);padding:calc(1.5rem / 1.4) 0;border-top:1px solid var(--paint-deep);min-width:0;}
.public-items .clear-copy:last-child{border-bottom:1px solid var(--paint-deep);}
.public-items .clear-copy .primary-grid{flex:0 0 auto;width:5.2rem;font-size:calc(16.2px * .875);font-weight:600;letter-spacing:0.04em;color:var(--ink-main);padding-top:0.35rem;}
.public-items .focused-copy{flex:1 1 auto;min-width:0;}
.public-items .focused-copy h3{margin-bottom:calc(1.5rem / 3);}
.public-items .focused-copy p{font-size:16.2px;line-height:1.6;}
.public-items .focused-copy p + p{margin-top:calc(1.5rem / 3);}
@media(max-width:960px){.public-items .focused-frame{flex-direction:column;gap:1.95rem;}.public-items .focused-frame>.public-details{position:static;flex:none;}.public-items .focused-frame>.open-shell{flex:none;width:100%;}}
@media(max-width:560px){.public-items .clear-copy{flex-direction:column;gap:calc(1.5rem / 3);}.public-items .clear-copy .primary-grid{width:auto;padding-top:0;}}
.site-contact{
  background: #F8F9FA;
  color: #212529;
  padding: calc(1.5rem * 2.4) 2.56rem;
}
.site-contact .site-quote{width: min(100%, 1440px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.95rem * 1.5);}
.site-contact .quiet-figure{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  max-width: 72rem;}
.site-contact h2{font-size: calc(16.2px * 2.65);
  line-height: 1.08;
  margin: 0;}
.site-contact p{margin: 0;
  line-height: 1.58;
  max-width: 58rem;}
.site-contact .local-rail{display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: calc(1.5rem * .75);}
.site-contact .service-benefit{
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  text-decoration: none;
  background: var(--line-light);
  color: var(--ink-panel);
  border: 1px solid var(--paint-deep);
  transition: box-shadow 280ms var(--speed-entry), transform 280ms var(--speed-entry);
}
.site-contact .service-benefit:hover{box-shadow: 0 8px 22px rgba(0,0,0,0.15);
  transform: translateY(-2px);}
.site-contact .page-plan{grid-column: span 3;}
.site-contact .active-nav{grid-column: span 3;}
.site-contact .contact-plan{display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 0.7rem;}
.site-contact span{font-size: calc(16.2px * .875);
  text-transform: uppercase;
  letter-spacing: 0.04em;}
.site-contact strong{font-size: calc(16.2px * 1.35);
  line-height: 1.18;
  font-weight: 600;}
.site-contact .featured-quote{border-left: 3px solid var(--ink-main);
  padding-left: calc(1.5rem * .75);
  max-width: 52rem;}
.site-contact .featured-quote p{font-size: 16.2px;}
@media (max-width: 900px) {.site-contact .local-rail{
    grid-template-columns: 1fr 1fr;
  }.site-contact .service-benefit,
  .site-contact .page-plan,
  .site-contact .active-nav{
    grid-column: auto;
  }
}
@media (max-width: 560px) {.site-contact .local-rail{
    grid-template-columns: 1fr;
  }.site-contact .quiet-figure h2{
    font-size: calc(16.2px * 2);
  }
}
.soft-block{--field-main:calc(1.5rem * 1.12);--layer-static:calc(1440px / 3.00);padding:calc(1.5rem * 2.4) 2.56rem;background:#F8F9FA;color:#212529;}
.soft-block .site-quote{max-width:1440px;margin:0 auto;}
.soft-block h1,.soft-block h2,.soft-block h3,.soft-block p{margin:0;}
.soft-block h1{font-size:calc(16.2px * 2.65);line-height:1.08;}
.soft-block h2{font-size:calc(16.2px * 2);line-height:1.12;}
.soft-block h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.soft-block p{font-size:16.2px;line-height:1.58;color:var(--line-card);}
.soft-block a{color:inherit;text-decoration:none;}
.soft-block .fresh-content{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.39rem;background:var(--ink-main);color:#FFFFFF;}
.soft-block .quiet-summary{display:grid;grid-template-columns:1fr 1.4fr;gap:1.95rem 2.56rem;align-items:start;}
.soft-block .quiet-summary>h2{grid-column:1;grid-row:1;}
.soft-block .quiet-summary>.text-actions{grid-column:2;grid-row:1;font-size:16.2px;line-height:1.58;}
.soft-block .quiet-summary>.open-shell{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,1fr);gap:1.95rem;margin-top:calc(1.5rem * 0.6);}
.soft-block .clear-copy{position:relative;padding:calc(calc(1.5rem * .75) * 0.9) calc(calc(1.5rem * .75) * 0.7);border-top:3px solid var(--ink-main);background:var(--line-light);border-radius:0 0 0.7rem 0.7rem;color:var(--ink-panel);}
.soft-block .clear-copy p{font-size:calc(16.2px * .875);text-transform:uppercase;letter-spacing:0.08em;color:var(--ink-main);font-weight:600;}
.soft-block .clear-copy h3{margin-top:calc(1.5rem / 4);font-size:calc(16.2px * 1.35);line-height:1.25;}
.soft-block .clear-copy .featured-quote{margin-top:calc(1.5rem / 3);font-size:16.2px;line-height:1.58;text-transform:none;letter-spacing:normal;font-weight:400;color:var(--line-card);}
.soft-block .clear-copy:first-child{grid-column:1 / 2;}
.soft-block .clear-copy:nth-child(2){grid-column:2 / 3;}
.soft-block .clear-copy:nth-child(3){grid-column:3 / 4;}
.soft-block .clear-copy:nth-child(4){grid-column:1 / 2;}
.soft-block .clear-copy:nth-child(5){grid-column:2 / 4;}
@media (max-width: 1024px){.soft-block .quiet-summary{grid-template-columns:1fr;}.soft-block .quiet-summary>h2,.soft-block .quiet-summary>.text-actions{grid-column:1;}.soft-block .quiet-summary>.text-actions{margin-top:calc(1.5rem / 3);}.soft-block .quiet-summary>.open-shell{grid-template-columns:repeat(2,1fr);}.soft-block .clear-copy:first-child,.soft-block .clear-copy:nth-child(2),.soft-block .clear-copy:nth-child(3),.soft-block .clear-copy:nth-child(4),.soft-block .clear-copy:nth-child(5){grid-column:auto;}
}
@media (max-width: 640px){.soft-block .quiet-summary>.open-shell{grid-template-columns:1fr;}
}
.narrow-entries{
  background: linear-gradient(135deg, #1A1A2E 0%, #16213E 50%, #0F3460 100%);
  color: #FFFFFF;
  padding: calc(1.5rem * 2.4) 2.56rem;
}
.narrow-entries .site-quote{width: min(100%, 1440px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .38fr) minmax(0, 1fr);
  gap: 1.95rem;
  align-items: start;}
.narrow-entries h2,
.narrow-entries h3,
.narrow-entries p{margin: 0;}
.narrow-entries h2{font-size: calc(16.2px * 2); line-height: 1.08;}
.narrow-entries h3{font-size: calc(16.2px * 1.35); line-height: 1.16;}
.narrow-entries p{font-size: 16.2px; line-height: 1.58;}
.narrow-entries .site-plan{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.95rem * 1.5);
  border-radius: 1.4rem;
  background: linear-gradient(135deg, #E53935 0%, #C62828 100%);
  color: #FFFFFF;
  position: sticky;
  top: 1.5rem;
}
.narrow-entries .frame{font-size: calc(16.2px * .875);
  text-transform: uppercase;
  letter-spacing: .08em;
  opacity: .85;}
.narrow-entries .focused-body{display: grid;
  gap: calc(1.5rem * .75);}
.narrow-entries .local-actions{
  display: grid;
  grid-template-columns: 1rem minmax(6rem, .14fr) minmax(8rem, .26fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 0.7rem;
  background: var(--line-light);
  color: var(--ink-panel);
  border: 1px solid var(--paint-deep);
  animation: peopleTimelineIn calc(280ms * 2.2) var(--speed-entry) both;
  animation-delay: var(--delay-slow, 0ms);
}
.narrow-entries i{
  width: .6rem;
  height: .6rem;
  margin-top: .5rem;
  border-radius: 50%;
  background: var(--ink-main);color:#FFFFFF;}
.narrow-entries .local-actions span{font-size: calc(16.2px * .875);
  line-height: 1.3;}
.narrow-entries .local-actions h3{font-size: calc(16.2px * 1.125);
  line-height: 1.2;}
.narrow-entries .local-actions p{font-size: 16.2px;
  line-height: 1.58;}
@keyframes peopleTimelineIn {from{ opacity: .2; transform: translateX(calc(calc(1.95rem * 2) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 1020px) {.narrow-entries .site-quote{
    grid-template-columns: 1fr;
  }.narrow-entries .site-plan{
    position: static;
  }.narrow-entries .local-actions{
    grid-template-columns: 1rem minmax(6rem, .2fr) minmax(8rem, .3fr) minmax(0, 1fr);
  }
}
@media (max-width: 720px) {.narrow-entries .local-actions{
    grid-template-columns: 1fr;
    gap: calc(1.95rem * 1.5);
  }.narrow-entries i{
    display: none;
  }
}
.service-fields{--field-main:calc(1.5rem * 1.12);--layer-static:calc(1440px / 2.15);padding:calc(1.5rem * 2.4) 2.56rem;background:#F1F3F5;color:var(--line-card);}
.service-fields .site-quote{max-width:1440px;margin:0 auto;}
.service-fields h1,.service-fields h2,.service-fields h3,.service-fields p{margin:0;}
.service-fields h2{font-size:calc(16.2px * 2);line-height:1.14;max-width:var(--layer-static);}
.service-fields p{font-size:16.2px;line-height:1.58;}
.service-fields a{color:inherit;text-decoration:none;}
.service-fields .fresh-content{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.39rem;background:var(--ink-main);color:#FFFFFF;font-weight:600;transition:background 280ms var(--speed-entry);}
.service-fields .fresh-content:hover{background:#B71C1C;color:var(--ink-panel);}
.service-fields .featured-quote{font-size:calc(16.2px * .875);text-transform:uppercase;letter-spacing:0.08em;color:inherit;font-weight:600;}
.service-fields .text-actions{margin-top:calc(1.5rem / 2);max-width:var(--layer-static);color:inherit;opacity:0.82;}
.service-fields .soft-wrap{display:grid;grid-template-columns:1fr auto;gap:1.95rem 1.5rem;align-items:start;}
.service-fields .soft-wrap>.public-details{grid-column:1 / -1;}
.service-fields .soft-wrap>.fresh-content{grid-column:1 / -1;justify-self:start;}
.service-fields .open-shell{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.95rem;margin-top:var(--field-main);grid-column:1 / -1;}
.service-fields .clear-copy{background:var(--line-light);color:var(--ink-panel);border:1px solid var(--paint-deep);border-radius:1rem;padding:calc(1.5rem * .75) 1.5rem;display:flex;flex-direction:column;gap:calc(1.5rem / 2.5);}
.service-fields .clear-copy p{font-size:16.2px;line-height:1.58;}
.service-fields .steady-section{font-size:calc(16.2px * .875);font-weight:600;color:inherit;}
@media (max-width: 720px){.service-fields .open-shell{grid-template-columns:1fr;}.service-fields .soft-wrap{grid-template-columns:1fr;}
}
.page-entries{
        padding: calc(1.5rem * 2) 2.56rem;
        background: #F8F9FA;
        color: #212529;
    }
.page-entries .steady-menu{max-width: 1440px;
        margin: 0 auto;
        display: grid;
        gap: calc(calc(1.95rem * 1.5) * 1.2);}
.page-entries .quiet-figure{max-width: 760px;
        display: grid;
        gap: .6rem;}
.page-entries h2,
    .page-entries h3,
    .page-entries p{margin: 0;}
.page-entries h2{font-size: calc(16.2px * 2);
        line-height: 1.2;}
.page-entries .quiet-figure p{font-size: 16.2px;
        line-height: 1.58;}
.page-entries .media-flow{display: grid;
        gap: .7rem;}
.page-entries .primary-entries{display: grid;
        grid-template-columns: 3.2rem 1fr;
        gap: 1rem;
        padding: 1.1rem 0;
        border-bottom: 1px solid var(--paint-deep);
        align-items: start;}
.page-entries .primary-entries:last-child{border-bottom: none;}
.page-entries .quiet-steps{font-size: calc(16.2px * .875);
        font-weight: 700;
        letter-spacing: .08em;
        padding-top: .3rem;}
.page-entries .quiet-group{display: grid;
        gap: .35rem;}
.page-entries .quiet-group h3{font-size: calc(16.2px * 1.125);
        line-height: 1.3;}
.page-entries .quiet-group p{font-size: 16.2px;
        line-height: 1.58;
        max-width: 820px;}
.page-entries .featured-quote{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: .8rem 1.4rem;
        padding: 1rem 1.1rem;
        background: #F1F3F5;
        color: var(--line-card);
        border-radius: 0.7rem;
        border-left: 3px solid var(--surface-base);
    }
.page-entries .featured-quote p{margin: 0;
        font-size: 16.2px;
        line-height: 1.58;
        flex: 1 1 300px;}
.page-entries .open-items{
        display: inline-flex;
        align-items: center;
        min-height: 2.4rem;
        padding: 0 .95rem;
        border-radius: 0.39rem;
        background: var(--ink-main);
        color: #FFFFFF;
        text-decoration: none;
        font-weight: 600;
        font-size: calc(16.2px * .875);
        border: 1px solid #E53935;
        transition: background 280ms var(--speed-entry);
    }
.page-entries .open-items:hover{
        background: #B71C1C;color:var(--ink-panel);}
@media (max-width: 680px) {.page-entries .primary-entries{
            grid-template-columns: 1fr;
            gap: .35rem;
        }.page-entries .quiet-steps{
            padding-top: 0;
        }
    }
.steady-brand{
    --field-main: calc(1.5rem * 1.2);
    --layer-static: calc(1440px / 3.1);
    --font-button: calc(1440px / 3.3);
    padding: calc(1.5rem * 2.4) 2.56rem;
    background: #F8F9FA;
    color: #212529;
  }
.steady-brand .site-quote{max-width: 1440px;
    margin: 0 auto;}
.steady-brand h1,
  .steady-brand h2,
  .steady-brand h3,
  .steady-brand p{margin: 0;}
.steady-brand h1{font-size: calc(16.2px * 2.65);
    line-height: 1.08;}
.steady-brand h2{font-size: calc(16.2px * 2);
    line-height: 1.15;
    max-width: 22ch;}
.steady-brand h3{font-size: calc(16.2px * 1.35);
    line-height: 1.25;}
.steady-brand p{font-size: 16.2px;
    line-height: 1.58;
    color: var(--line-card);}
.steady-brand a{color: #C62828;
    text-decoration: underline;
    text-underline-offset: 0.15em;
    text-decoration-color: color-mix(in srgb, #C62828 40%, transparent);
    transition: color 280ms var(--speed-entry);}
.steady-brand a:hover{color:inherit;}
.steady-brand img{display: block;
    width: 100%;
    height: auto;
    border-radius: 0.7rem;
    object-fit: cover;}
.steady-brand .text-actions{font-size: calc(16.2px * 1.125);
    line-height: 1.5;
    color: #212529;
    margin-top: 1.5rem;
    max-width: 60ch;}
.steady-brand .open-shell{display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(1.95rem * 1.5) 1.95rem;
    margin-top: var(--field-main);}
.steady-brand .clear-copy{min-width: 0;
    display: flex;
    flex-direction: column;
    gap: calc(1.5rem / 3);
    padding-bottom: calc(1.95rem * 1.5);
    border-bottom: 1px solid var(--paint-deep);}
.steady-brand .clear-copy img{aspect-ratio: 16 / 10;
    max-width: 100%;}
.steady-brand .clear-copy p{font-size: 16.2px;}
.steady-brand .quiet-contact{display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1.95rem;}
.steady-brand .quiet-contact > .public-details{flex: 1 1 calc(1440px / 3);
    min-width: 0;}
.steady-brand .quiet-contact > .open-shell{flex: 2 1 calc(1440px / 2);
    margin-top: 0;}
.steady-brand .quiet-contact > img{margin-left: auto;
    flex: 0 1 100%;
    margin-top: calc(1.95rem * 1.5);
    max-height: 420px;}
.steady-brand .open-items{max-width: 1440px;
    margin: calc(1.95rem * 1.5) auto 0;
    padding-top: 1.5rem;
    border-top: 1px solid var(--paint-deep);
    font-size: 16.2px;
    line-height: 1.58;
    color: var(--line-card);}
.steady-brand .open-items p{max-width: 70ch;}
@media (max-width: 900px) {.steady-brand .open-shell{
      grid-template-columns: 1fr;
    }.steady-brand .quiet-contact > .public-details,
    .steady-brand .quiet-contact > .open-shell{
      flex-basis: 100%;
    }.steady-brand .quiet-contact > img{
      margin-left: 0;
    }
  }
.focused-wrap{--field-main:calc(1.5rem * 1.12);padding:calc(1.5rem * 2.4) 2.56rem;background:#F8F9FA;color:#212529;}
.focused-wrap .site-quote{max-width:1440px;margin:0 auto;}
.focused-wrap h2,.focused-wrap h3,.focused-wrap p{margin:0;}
.focused-wrap h2{font-size:calc(16.2px * 2);line-height:1.15;letter-spacing:-0.01em;}
.focused-wrap h3{font-size:calc(16.2px * 1.35);line-height:1.25;font-weight:600;}
.focused-wrap p{font-size:16.2px;line-height:1.58;}
.focused-wrap a{text-decoration:none;}
.focused-wrap a:hover{}
.focused-wrap .featured-story{display:grid;grid-template-columns:1fr 1.1fr;gap:1.95rem 2.56rem;align-items:start;margin-bottom:calc(1.5rem * 1.4);}
.focused-wrap .text-actions{font-size:calc(16.2px * 1.125);line-height:1.5;}
.focused-wrap .open-items{display:flex;flex-direction:column;border-left:2px solid var(--paint-deep);margin-left:calc(calc(1.5rem * .75) * 0.5);}
.focused-wrap .fresh-actions{display:grid;grid-template-columns:auto 1fr;gap:calc(1.5rem * .75) 1.5rem;padding:calc(calc(1.5rem * .75) * 0.8) 0 calc(calc(1.5rem * .75) * 0.8) 1.5rem;position:relative;}
.focused-wrap .fresh-actions:not(:last-child){border-bottom:1px solid var(--paint-deep);}
.focused-wrap .featured-intro{font-size:calc(16.2px * .875);font-weight:700;letter-spacing:0.08em;line-height:1.2;padding-top:0.2rem;min-width:2.6rem;}
.focused-wrap .wide-plan p{margin-top:calc(1.5rem / 4);max-width:62ch;}
.focused-wrap .wide-plan p{}
.focused-wrap .local-team{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:calc(1.5rem * .75) 1.5rem;margin-top:calc(1.5rem * 1.4);padding:calc(1.5rem * .75) 1.5rem;background:#F1F3F5;border-radius:0.7rem;color:var(--line-card);}
.focused-wrap .local-team p{flex:1 1 30rem;min-width:0;}
.focused-wrap .local-team p a{font-weight:600;}
.focused-wrap .fresh-content{display:inline-flex;align-items:center;justify-content:center;padding:calc(calc(1.5rem * .75) * 0.6) 1.5rem;border-radius:0.39rem;background:var(--ink-main);color:#FFFFFF;font-weight:600;font-size:calc(16.2px * .875);white-space:nowrap;transition:background 280ms var(--speed-entry);}
.focused-wrap .fresh-content:hover{background:#B71C1C;color:#FFFFFF;}
@media (max-width: 800px){.focused-wrap .featured-story{grid-template-columns:1fr;}.focused-wrap .open-items{margin-left:0;border-left:none;}.focused-wrap .fresh-actions{grid-template-columns:1fr;gap:calc(1.5rem / 3);padding-left:0;}.focused-wrap .local-team{flex-direction:column;align-items:flex-start;}
}
.clear-plan{--field-main:calc(1.5rem * 1.02);--layer-static:calc(1440px / 3.15);padding:calc(1.5rem * 2.4) 2.56rem;background:#F1F3F5;color:var(--line-card);}
.clear-plan .site-quote{max-width:1440px;margin:0 auto;}
.clear-plan h1,.clear-plan h2,.clear-plan h3,.clear-plan p{margin:0;}
.clear-plan h2{font-size:calc(16.2px * 2);line-height:1.12;max-width:calc(1440px / 1.8);margin-left:auto;margin-right:auto;}
.clear-plan h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.clear-plan p{font-size:16.2px;line-height:1.58;opacity:.82;}
.clear-plan a{text-decoration:none;}
.clear-plan a:hover{}
.clear-plan .text-actions{max-width:calc(1440px / 1.6);margin-left:auto;margin-right:auto;font-size:calc(16.2px * 1.125);line-height:1.58;opacity:.9;}
.clear-plan .open-shell{display:flex;flex-wrap:wrap;align-items:stretch;gap:1.95rem;margin-top:var(--field-main);text-align:left;}
.clear-plan .clear-copy{flex:1 1 calc(1440px / 4);min-width:0;background:var(--line-light);color:var(--ink-panel);border:1px solid var(--paint-deep);border-radius:0.7rem;padding:calc(1.5rem * .75);}
.clear-plan .clear-copy .public-details{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.clear-plan .clear-copy h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.clear-plan .clear-copy p{font-size:16.2px;line-height:1.58;opacity:.82;margin-top:0;}
.clear-plan .featured-quote{max-width:calc(1440px / 1.6);margin:var(--field-main) auto 0;font-size:16.2px;line-height:1.58;opacity:.82;text-align:center;}
.clear-plan .open-items{display:flex;flex-wrap:wrap;justify-content:center;gap:1.95rem;margin-top:1.5rem;}
.clear-plan .open-items a{display:inline-flex;align-items:center;justify-content:center;padding:calc(calc(1.5rem * .75) / 1.2) 1.5rem;border-radius:0.39rem;background:var(--ink-main);color:#FFFFFF;font-weight:600;transition:background 280ms var(--speed-entry);}
.clear-plan .open-items a:hover{background:#B71C1C;color:#FFFFFF;}
.clear-plan .open-items a:last-child{background:transparent;color:#C62828;border:1px solid #C62828;}
.clear-plan .open-items a:last-child:hover{background:#C62828;color:#FFFFFF;}
@media (max-width: 900px){.clear-plan .clear-copy{flex:1 1 100%;}}
.active-callout{--field-main:calc(1.5rem * 1.22);padding:calc(1.5rem * 2.4) 2.56rem;background:#F8F9FA;color:#212529;}
.active-callout .clear-panel{max-width:1440px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-start;}
.active-callout .public-details{flex:1 1 32rem;min-width:0;}
.active-callout .compact-wrap{flex:0 1 22rem;display:flex;flex-direction:column;gap:calc(1.95rem * 1.5);padding-top:calc(1.5rem * 0.4);}
.active-callout h1,.active-callout h2,.active-callout h3,.active-callout p{margin:0;}
.active-callout h2{font-size:calc(16.2px * 2);line-height:1.12;max-width:24ch;}
.active-callout p{font-size:16.2px;line-height:1.58;}
.active-callout .frame{font-size:calc(16.2px * .875);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:var(--ink-main);margin-bottom:calc(1.95rem * 1.5);}
.active-callout .text-actions{margin-top:calc(1.95rem * 1.5);font-size:calc(16.2px * 1.125);line-height:1.5;max-width:60ch;}
.active-callout .featured-quote{margin-top:calc(1.95rem * 1.5);max-width:56ch;}
.active-callout .open-items{display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75);margin-top:1.5rem;}
.active-callout .fresh-content{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.39rem;background:var(--ink-main);color:#FFFFFF;font-weight:600;text-decoration:none;transition:background 280ms var(--speed-entry);}
.active-callout .fresh-content:hover{background:#B71C1C;color:var(--ink-panel);}
.active-callout .clear-figure{color:#C62828;text-decoration:underline;text-underline-offset:0.2em;font-size:calc(16.2px * .875);}
.active-callout .clear-figure:hover{color:inherit;}
.active-callout .clear-copy{background:var(--line-light);border:1px solid var(--paint-deep);border-radius:0.7rem;padding:calc(1.5rem * .75);color:var(--ink-panel);}
.active-callout .clear-copy .plain-quote{display:block;font-size:calc(16.2px * .875);font-weight:600;color:var(--ink-main);margin-bottom:calc(1.5rem * .75);}
.active-callout .clear-copy p{font-size:calc(16.2px * .875);line-height:1.55;color:var(--ink-panel);}
@media (max-width: 720px){.active-callout .compact-wrap{flex-basis:100%;}.active-callout .open-items{flex-direction:column;align-items:flex-start;}
}
.steady-callout{
    padding: calc(1.5rem * 2.4) 2.56rem;
    background: #F8F9FA;
    color: #212529;
  }
.steady-callout .site-quote{max-width: 1440px;
    margin: 0 auto;}
.steady-callout .compact-wrap{display: flex;
    gap: calc(calc(1.95rem * 1.5) * 1.4);
    align-items: flex-start;}
.steady-callout .simple-panel{flex: 0 1 30rem;
    min-width: 0;
    position: sticky;
    top: 1.5rem;
    padding-top: 1.5rem;}
.steady-callout .frame{margin: 0 0 calc(1.5rem * .75) 0;
    font-size: calc(16.2px * .875);
    text-transform: uppercase;
    letter-spacing: 0.08em;}
.steady-callout h2{margin: 0;
    font-size: calc(16.2px * 2);
    line-height: 1.12;
    max-width: 18ch;}
.steady-callout .quiet-figure{margin: 1.5rem 0 0;
    font-size: 16.2px;
    line-height: 1.58;}
.steady-callout .open-items{display: inline-block;
    margin-top: calc(1.95rem * 1.5);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #C62828;
    padding-bottom: 0.2rem;}
.steady-callout .open-items:hover{border-color: #E53935;}
.steady-callout .open-shell{flex: 1 1 46rem;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(1.5rem * .75);}
.steady-callout .clear-copy{
    background: var(--line-light);
    color: var(--ink-panel);
    border: 1px solid var(--paint-deep);
    border-radius: 1rem;
    padding: calc(1.95rem * 1.5) calc(1.5rem * .75);
    box-shadow: 0 2px 7px rgba(0,0,0,0.12);
    transition: box-shadow 280ms var(--speed-entry);
  }
.steady-callout .clear-copy:hover{box-shadow: 0 8px 22px rgba(0,0,0,0.15);}
.steady-callout strong{display: block;
    font-size: calc(16.2px * 1.35);
    line-height: 1.2;
    margin-bottom: calc(1.5rem * .75);}
.steady-callout .clear-copy p{margin: 0;
    line-height: 1.58;
    font-size: calc(16.2px * .875);}
@media (max-width: 980px) {.steady-callout .compact-wrap{
      display: block;
    }.steady-callout .simple-panel{
      position: static;
      padding-top: 0;
      margin-bottom: calc(1.95rem * 1.5);
    }.steady-callout .open-shell{
      grid-template-columns: 1fr;
    }
  }
@media (max-width: 560px) {.steady-callout .clear-copy{
      padding: calc(1.5rem * .75);
    }
  }
.content-stack{--field-main:calc(1.5rem * 1.20);--layer-static:calc(1440px / 2.44);--font-heading:calc(1440px / 3.53);padding:calc(1.5rem * 2.4) 2.56rem;background:#F8F9FA;color:#212529;}
.content-stack .site-quote{max-width:1440px;margin:0 auto;}
.content-stack h1,.content-stack h2,.content-stack h3,.content-stack p,.content-stack ul{margin:0;}
.content-stack h1{font-size:calc(16.2px * 2.65);line-height:1.1;}
.content-stack h2{font-size:calc(16.2px * 2);line-height:1.12;}
.content-stack h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.content-stack p{font-size:16.2px;line-height:1.58;}
.content-stack a{text-decoration:none;}
.content-stack a:hover{}
.content-stack .service-rail{padding-block:calc(var(--field-main) / 2);}
.content-stack .featured-links{row-gap:calc(var(--field-main) * 1.2);}
.content-stack .content-items{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.content-stack .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.95rem;}
.content-stack .row-title h2{flex:1 1 calc(1440px / 3);min-width:0;}
.content-stack .row-title>p{flex:1 1 calc(1440px / 3);min-width:0;}
.content-stack .bottom-quote{flex:1 1 100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:calc(1.5rem * .75);margin-top:var(--field-main);}
.content-stack .clear-copy{padding:calc(1.5rem * .75);background:var(--line-light);border:1px solid var(--paint-deep);border-radius:0.7rem;color:var(--ink-panel);}
.content-stack .clear-copy h3{font-size:calc(16.2px * 1.125);line-height:1.25;margin-bottom:calc(1.5rem / 3);}
.content-stack .clear-copy p{margin-top:0;font-size:calc(16.2px * .875);}
.content-stack .featured-quote{margin-top:var(--field-main);padding-top:calc(1.5rem * .75);border-top:1px solid var(--paint-deep);font-size:calc(16.2px * .875);}
@media (max-width: 768px) {.content-stack .row-title h2,.content-stack .row-title>p{flex:1 1 100%;}.content-stack .bottom-quote{grid-template-columns:1fr;}
}
.feature{
    padding: clamp(48px, 6vw, 84px) clamp(16px, 4vw, 36px);
    background: #F1F3F5;
    color: var(--line-card);
    border-top: 1px solid var(--paint-deep);
}
.feature .site-quote{max-width: 1440px;
    margin: 0 auto;}
.feature .top-contact{max-width: 720px;
    margin-bottom: clamp(24px, 3vw, 36px);}
.feature .top-contact h2{margin: 0 0 10px;
    font-size: clamp(26px, 3.4vw, 38px);
    line-height: 1.2;}
.feature .top-contact p{margin: 0;
    font-size: 16.2px;
    line-height: 1.6;
    color: var(--line-card);}
.feature .media-header{display: grid;
    gap: clamp(14px, 2vw, 20px);
    grid-template-columns: repeat(var(--axis-active, 3), minmax(0, 1fr));}
.feature .media-header article{
    border: 1px solid var(--paint-deep);
    border-radius: 0.7rem;
    background: var(--line-light);
    color: var(--ink-panel);
    padding: clamp(18px, 2.4vw, 26px);
    display: flex;
    flex-direction: column;
}
.feature .media-header article:nth-child(2){
    background: #1A1A2E;
    color: #F8F9FA;
    border-color: transparent;
}
.feature .media-header h3{margin: 0 0 10px;
    font-size: 1.15rem;
    line-height: 1.3;}
.feature .media-header p{margin: 0 0 16px;
    font-size: 0.95rem;
    line-height: 1.55;
    flex-grow: 1;}
.feature .media-header a{display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.92rem;
    color: #C62828;
    border-bottom: 1px solid transparent;
    transition: border-color 280ms var(--speed-entry);}
.feature .media-header article:nth-child(2) a{border-bottom-color: rgba(248, 249, 250, 0.4);}
.feature .media-header a:hover{border-bottom-color: currentColor;}
.feature .featured-quote{
    margin-top: clamp(20px, 3vw, 32px);
    padding: 14px 18px;
    border-left: 3px solid var(--surface-base);
    background: var(--line-light);
    border-radius: 0 0.39rem 0.39rem 0;
    max-width: 720px;color:var(--ink-panel);}
.feature .featured-quote p{margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--ink-panel);}
@media (max-width: 900px) {.feature .media-header{
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 640px) {.feature .media-header{
        grid-template-columns: 1fr;
    }.feature .media-header article:nth-child(2){
        order: -1;
    }
}
.team-feature{background:linear-gradient(135deg, #1A1A2E 0%, #16213E 50%, #0F3460 100%);color:#FFFFFF;padding:calc(1.5rem * 2.4) 2.56rem}
.team-feature .site-quote{max-width:1440px;margin:0 auto}
.team-feature .direct-block{display:flex;flex-direction:column;gap:calc(1.95rem * 1.5)}
.team-feature .text-actions{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.team-feature .frame{margin:0;font-size:calc(16.2px * .875);letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.72)}
.team-feature h2{margin:0;max-width:20ch;font-size:clamp(calc(16.2px * 2),4.5vw,calc(16.2px * 2.65));line-height:1.08;letter-spacing:0}
.team-feature .quiet-group{display:flex;align-items:flex-start;gap:calc(1.95rem * 1.5)}
.team-feature .primary-feature{flex:0 1 24rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.team-feature .primary-feature p{margin:0;font-size:calc(16.2px * 1.125);line-height:1.65}
.team-feature .primary-feature .featured-quote{margin:0;font-size:16.2px;line-height:1.6;color:rgba(255,255,255,.78);border-left:2px solid rgba(255,255,255,.35);padding-left:calc(1.5rem * .75)}
.team-feature .bottom-inner{flex:1 1 38rem;min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}
.team-feature .clear-copy{padding:calc(1.5rem * .75);border-radius:0.7rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14)}
.team-feature .plain-quote{display:block;margin-bottom:calc(calc(1.5rem * .75)*.45);font-size:calc(16.2px * .875);letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.65)}
.team-feature strong{display:block;font-size:16.2px;line-height:1.4;font-weight:600}
.team-feature strong a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.4);transition:border-color 280ms var(--speed-entry)}
.team-feature strong a:hover{border-color:transparent}
.team-feature .active-area{display:block;margin-top:calc(calc(1.5rem * .75)*.5);font-size:calc(16.2px * .875);line-height:1.55;color:rgba(255,255,255,.78)}
@media(max-width:900px){.team-feature .quiet-group{flex-direction:column}.team-feature .primary-feature{flex-basis:auto}}
@media(max-width:640px){.team-feature .bottom-inner{grid-template-columns:1fr}}
.wide-copy{
  padding: calc(1.5rem * 2.4) 2.56rem;
  background: #1A1A2E;
  color: #F8F9FA;
}
.wide-copy .site-quote{max-width: min(1440px, 76rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, .8fr);
  gap: calc(1.95rem * 1.5);
  align-items: start;}
.wide-copy .quiet-figure{padding-right: calc(1.95rem * 1.5);}
.wide-copy .frame{
  display: inline-block;
  margin: 0 0 calc(1.5rem * .75);
  padding: calc(calc(1.5rem * .75) * .3) calc(calc(1.5rem * .75) * .7);
  border-radius: 0.39rem;
  background: var(--surface-base);
  color: #FFFFFF;
  font-size: calc(16.2px * .875);
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.wide-copy h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.1;
  max-width: 24ch;}
.wide-copy .text-actions{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.2px * 1.125);
  line-height: 1.5;
  color: #E0E0E0;}
.wide-copy .public-details{margin: calc(1.5rem * .75) 0 0;
  color: #E0E0E0;}
.wide-copy .open-items{margin-top: calc(1.95rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  gap: 1.95rem;
  align-items: flex-end;}
.wide-copy .narrow-menu{flex: 1 1 16rem;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .4);}
.wide-copy .narrow-menu span{font-size: calc(16.2px * .875);
  color: #E0E0E0;}
.wide-copy .narrow-menu input{
  padding: calc(calc(1.5rem * .75) * .8) calc(1.5rem * .75);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, .08);
  color: #F8F9FA;
  font-family: "Libre Baskerville", sans-serif;
  font-size: 16.2px;
}
.wide-copy .narrow-menu input::placeholder{color: rgba(248, 249, 250, .6);}
.wide-copy .narrow-menu input:focus{outline: none;
  border-color: #E53935;}
.wide-copy .fresh-content{
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * .8) calc(1.5rem * .75);
  border: 0;
  border-radius: 0.7rem;
  background: var(--surface-base);
  color: #FFFFFF;
  font-family: "Libre Baskerville", sans-serif;
  font-size: 16.2px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background 280ms var(--speed-entry);
}
.wide-copy .fresh-content:hover{
  background: #D32F2F;color:var(--ink-panel);}
.wide-copy .featured-quote{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.2px * .875);
  color: #E0E0E0;}
.wide-copy .featured-quote a,
.wide-copy .clear-frame a{text-decoration: underline;
  text-underline-offset: .2em;}
.wide-copy .compact-wrap{
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: var(--line-light);
  color: var(--ink-panel);
}
.wide-copy .compact-wrap h3{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.2px * 1.35);
  line-height: 1.2;}
.wide-copy .open-shell{list-style: none;
  margin: 0;
  padding: 0;}
.wide-copy .clear-copy{padding: 0 0 calc(1.5rem * .75);
  margin: 0 0 calc(1.5rem * .75);
  border-bottom: 1px solid var(--paint-deep);}
.wide-copy .clear-copy:last-child{padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;}
.wide-copy .clear-copy strong,
.wide-copy .clear-copy span{display: block;}
.wide-copy .clear-copy strong{font-size: 16.2px;
  line-height: 1.35;}
.wide-copy .clear-copy span{margin-top: calc(calc(1.5rem * .75) * .35);color:inherit;
  font-size: calc(16.2px * .875);
  line-height: 1.5;}
.wide-copy .clear-frame{margin: calc(1.5rem * .75) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--paint-deep);
  font-size: calc(16.2px * .875);color:inherit;}
@media (max-width: 860px) {.wide-copy .site-quote{
    grid-template-columns: 1fr;
    gap: calc(1.95rem * 1.5);
  }.wide-copy .quiet-figure{
    padding-right: 0;
  }
}
@media (max-width: 520px) {.wide-copy .open-items{
    flex-direction: column;
    align-items: stretch;
  }.wide-copy .fresh-content{
    justify-content: center;
  }
}
.soft-details{
    --field-main: calc(1.5rem * 1.1);
    padding: calc(1.5rem * 2.4) 2.56rem;
    background: #F8F9FA;
    color: #212529;
  }
.soft-details .site-quote{max-width: calc(1440px * 0.92);
    margin: 0 auto;}
.soft-details h2,
  .soft-details h3,
  .soft-details p{margin: 0;}
.soft-details h2{font-size: calc(16.2px * 2);
    line-height: 1.15;
    max-width: 18ch;}
.soft-details h3{font-size: calc(16.2px * 1.35);
    line-height: 1.3;
    font-weight: 650;}
.soft-details p{font-size: 16.2px;
    line-height: 1.58;
    color: color-mix(in srgb, currentColor 82%, transparent);}
.soft-details a{text-decoration: none;
    border-bottom: 1px solid color-mix(in srgb, #C62828 35%, transparent);
    transition: border-color 280ms var(--speed-entry), color 280ms var(--speed-entry);}
.soft-details a:hover{border-bottom-color: #E53935;}
.soft-details .quiet-figure{display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: calc(1.5rem * 1.6);}
.soft-details .text-actions{font-size: calc(16.2px * 1.125);
    line-height: 1.5;
    max-width: 65ch;}
.soft-details .compact-stack{display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 2.56rem;
    align-items: start;}
.soft-details .clear-copy{padding: calc(calc(1.5rem * .75) * 0.7) 0;
    border-top: 1px solid var(--paint-deep);
    display: grid;
    gap: calc(1.5rem / 2.6);}
.soft-details .clear-copy p{font-size: 16.2px;}
.soft-details .featured-quote{
    margin-top: calc(1.5rem * 1.9);
    padding: calc(1.5rem * .75) 1.5rem;
    background: #F1F3F5;
    border-radius: 0.7rem;
    display: grid;
    gap: 1.5rem;color:var(--line-card);}
.soft-details .featured-quote p{max-width: 70ch;}
.soft-details .open-items{display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 2.56rem;
    align-items: center;}
.soft-details .open-items a{font-weight: 600;}
@media (max-width: 800px) {.soft-details .compact-stack{
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }.soft-details .quiet-figure{
      margin-bottom: 1.5rem;
    }.soft-details .featured-quote{
      padding: calc(1.5rem * .75);
    }
  }
.local-copy{
        padding: clamp(48px, 6vw, 80px) clamp(16px, 4vw, 36px);
        background: #F1F3F5;
        color: var(--line-card);
    }
.local-copy .site-quote{max-width: 1100px;
        margin: 0 auto;}
.local-copy .quiet-figure{max-width: 720px;
        margin-bottom: clamp(32px, 5vw, 56px);}
.local-copy .frame{font-size: calc(16.2px * .875);
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: var(--line-card);
        margin: 0 0 12px;
        font-weight: 600;}
.local-copy h2{font-size: calc(16.2px * 2);
        line-height: 1.2;
        margin: 0 0 16px;
        font-weight: 600;
        color: var(--line-card);}
.local-copy .text-actions{font-size: 16.2px;
        line-height: 1.6;
        margin: 0;
        color: var(--line-card);}
.local-copy .open-items{display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.95rem;
        margin-bottom: 1.5rem;}
.local-copy .top-grid{
        background: var(--line-light);
        border: 1px solid var(--paint-deep);
        border-radius: 1rem;
        padding: calc(1.95rem * 1.5) calc(1.5rem * .75);
        box-shadow: 0 2px 7px rgba(0,0,0,0.12);
        color: var(--ink-panel);
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
.local-copy .page-content{font-size: calc(16.2px * .875);
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: var(--line-card);
        font-weight: 600;}
.local-copy .top-grid h3{font-size: calc(16.2px * 1.35);
        margin: 0;
        color: var(--ink-panel);
        font-weight: 600;}
.local-copy .top-grid p{margin: 0;
        line-height: 1.6;
        color: var(--ink-panel);}
.local-copy .wide-region{display: inline-block;
        margin-top: 12px;
        font-weight: 600;
        color: var(--ink-main);
        text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: border-color 280ms var(--speed-entry);
        align-self: flex-start;}
.local-copy .wide-region:hover{border-bottom-color: var(--ink-main);color:inherit;}
.local-copy .focused-quote{display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.95rem;
        margin-bottom: 1.5rem;
        align-items: stretch;}
.local-copy .media-panel{
        background: #1A1A2E;
        color: #F8F9FA;
        border-radius: 1rem;
        padding: calc(1.95rem * 1.5) calc(1.5rem * .75);
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
.local-copy .quiet-unit{font-size: calc(16.2px * .875);
        text-transform: uppercase;
        letter-spacing: 0.06em;
        opacity: 0.8;
        font-weight: 600;}
.local-copy .plain-contact{font-size: calc(16.2px * 1.125);
        font-weight: 600;
        margin: 0;
        line-height: 1.3;}
.local-copy .direct-intro{margin: 0;
        opacity: 0.9;
        line-height: 1.55;
        font-size: calc(16.2px * .875);}
.local-copy .strong-header{
        background: var(--line-light);
        border: 1px solid var(--paint-deep);
        border-radius: 1rem;
        padding: calc(1.95rem * 1.5) calc(1.5rem * .75);
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 12px;
        color: var(--ink-panel);
    }
.local-copy .strong-header p{margin: 0;
        line-height: 1.6;
        color: var(--ink-panel);}
.local-copy .plain-unit{font-weight: 600;
        color: var(--ink-main);
        text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: border-color 280ms var(--speed-entry);
        align-self: flex-start;}
.local-copy .plain-unit:hover{border-bottom-color: var(--ink-main);color:inherit;}
.local-copy .text-frame{font-size: calc(16.2px * .875);
        color: var(--line-card);
        border-top: 1px solid var(--paint-deep);
        padding-top: calc(1.95rem * 1.5);
        margin: 0;
        line-height: 1.6;}
@media (max-width: 700px) {.local-copy .open-items,
        .local-copy .focused-quote{
            grid-template-columns: 1fr;
        }
    }
.primary-body{
      --field-main: calc(1.5rem * 1.1);
      --layer-static: min(62ch, 100%);
      padding: calc(1.5rem * 2.4) 2.56rem;
      background: #F8F9FA;
      color: #212529;
      border-bottom: 1px solid var(--paint-deep);
    }
.primary-body .clear-panel{max-width: 1440px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
      gap: calc(1.5rem * 1.6) 2.56rem;
      align-items: start;}
.primary-body .quiet-figure{position: sticky;
      top: 1.5rem;}
.primary-body h2,
    .primary-body h3,
    .primary-body p{margin: 0;}
.primary-body h2{font-size: calc(16.2px * 2);
      line-height: 1.15;
      letter-spacing: -0.01em;
      max-width: 14ch;}
.primary-body .text-actions{margin-top: calc(1.95rem * 1.5);
      font-size: 16.2px;
      line-height: 1.58;
      max-width: 46ch;}
.primary-body .open-items{margin-top: calc(1.5rem * 1.2);
      display: flex;
      flex-wrap: wrap;
      gap: calc(1.5rem * .75);
      align-items: center;
      font-size: calc(16.2px * .875);}
.primary-body .open-items a{text-decoration: none;
      border-bottom: 1px solid color-mix(in srgb, #C62828 35%, transparent);
      padding-bottom: 2px;
      transition: border-color 280ms var(--speed-entry), color 280ms var(--speed-entry);}
.primary-body .open-items a:hover{border-color: #E53935;}
.primary-body .open-items span{}
.primary-body .open-shell{display: flex;
      flex-direction: column;
      gap: 0;
      border-top: 1px solid var(--paint-deep);}
.primary-body .clear-copy{display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
      gap: 2.56rem;
      padding: calc(1.95rem * 1.5) 0;
      border-bottom: 1px solid var(--paint-deep);}
.primary-body .clear-copy .public-details h3{font-size: calc(16.2px * 1.35);
      line-height: 1.25;
      font-weight: 600;
      max-width: 24ch;}
.primary-body .clear-copy .public-details p{margin-top: calc(1.5rem / 3);
      font-size: 16.2px;
      line-height: 1.58;
      max-width: 58ch;}
.primary-body .clear-copy .public-details a{display: inline-block;
      margin-top: calc(1.5rem / 2);
      font-size: calc(16.2px * .875);
      font-weight: 600;
      text-decoration: none;
      border-bottom: 1px solid color-mix(in srgb, #C62828 35%, transparent);
      padding-bottom: 2px;
      transition: border-color 280ms var(--speed-entry), color 280ms var(--speed-entry);}
.primary-body .clear-copy .public-details a:hover{border-color: #E53935;}
@media (max-width: 900px) {.primary-body .clear-panel{
        grid-template-columns: 1fr;
        gap: 1.5rem;
      }.primary-body .quiet-figure{
        position: static;
      }.primary-body h2{
        max-width: none;
      }.primary-body .clear-copy{
        grid-template-columns: 1fr;
        gap: calc(1.5rem / 3);
      }.primary-body .clear-copy .public-details h3{
        max-width: none;
      }
    }
.media-benefit{--field-main:calc(1.5rem * 0.95);--layer-static:calc(1440px / 2.45);--font-button:calc(1440px / 3.83);padding:calc(1.5rem * 2.4) 2.56rem;background:#F1F3F5;color:var(--line-card);}
.media-benefit .site-quote{max-width:1440px;margin:0 auto;}
.media-benefit h1,.media-benefit h2,.media-benefit h3,.media-benefit p{margin:0;}
.media-benefit h1{font-size:calc(16.2px * 2.65);line-height:1.08;}
.media-benefit h2{font-size:calc(16.2px * 2);line-height:1.12;}
.media-benefit h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.media-benefit p{font-size:16.2px;line-height:1.58;color:var(--line-card);}
.media-benefit a{color:#C62828;text-decoration:none;font-weight:600;}
.media-benefit a:hover{color:inherit;}
.media-benefit img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.media-benefit .fresh-content{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.39rem;background:var(--ink-main);color:#FFFFFF;}
.media-benefit .text-actions{font-size:calc(16.2px * 1.125);line-height:1.58;}
.media-benefit .open-shell{display:grid;grid-template-columns:repeat(3,1fr);gap:1.95rem;margin-top:var(--field-main);}
.media-benefit .clear-copy{padding:calc(1.5rem * .75);border-radius:0.7rem;background:var(--line-light);color:var(--ink-panel);border:1px solid var(--paint-deep);}
.media-benefit .clear-copy p{margin-top:calc(1.5rem / 3);color:var(--ink-panel);}
.media-benefit .clear-copy a{display:inline-block;margin-top:calc(1.5rem / 2);color:#C62828;}
.media-benefit .clear-copy a:hover{color:inherit;}
.media-benefit .quiet-summary{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.95rem;}
.media-benefit .quiet-summary>h2{flex:1 1 calc(1440px / 3);min-width:0;}
.media-benefit .quiet-summary>.text-actions{flex:1 1 calc(1440px / 3);min-width:0;}
.media-benefit .quiet-summary>.open-shell{flex:1 1 100%;}
@media (max-width: 900px){.media-benefit .open-shell{grid-template-columns:repeat(2,1fr);}
}
@media (max-width: 600px){.media-benefit .open-shell{grid-template-columns:1fr;}
}
.compact-team{background:#F8F9FA;color:#212529;padding:calc(1.5rem * 2.4) 2.56rem}
.compact-team .site-quote{max-width:1440px;margin:0 auto}
.compact-team .strong-note{display:flex;align-items:flex-start;gap:calc(1.95rem * 1.5)}
.compact-team .quiet-figure{flex:0 1 32rem;min-width:0}
.compact-team .simple-items{margin:0 0 calc(1.5rem * .75);font-size:calc(16.2px * .875);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-main)}
.compact-team h2{margin:0;font-size:clamp(calc(16.2px * 2),4.5vw,calc(16.2px * 2.65));line-height:1.08;letter-spacing:-.01em}
.compact-team .quiet-figure p{margin:1.5rem 0 0;color:var(--line-card);font-size:calc(16.2px * 1.125);line-height:1.65}
.compact-team .media-flow{flex:1 1 38rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid var(--paint-deep)}
.compact-team .primary-entries{display:flex;gap:1.95rem;padding:1.5rem 0;border-bottom:1px solid var(--paint-deep);color:inherit;text-decoration:none;transition:background 280ms var(--speed-entry)}
.compact-team a.row:hover{background:#F1F3F5;color:var(--line-card);}
.compact-team strong{flex:0 1 14rem;min-width:0;font-size:16.2px;line-height:1.4}
.compact-team .primary-entries span{flex:1 1 22rem;min-width:0;color:var(--line-card);line-height:1.55}
.compact-team .primary-entries.note strong{color:var(--line-card)}
@media(max-width:860px){.compact-team .strong-note{flex-direction:column}.compact-team .quiet-figure{flex:1 1 auto}.compact-team .media-flow{width:100%}}
@media(max-width:600px){.compact-team .primary-entries{flex-direction:column;gap:calc(calc(1.5rem * .75)*.5)}.compact-team strong{flex:1 1 auto}.compact-team .primary-entries span{flex:1 1 auto}}
.featured-form{padding:clamp(56px,7vw,96px) clamp(16px,4vw,36px);background:#F8F9FA;color:#212529;}
.featured-form .site-quote{max-width:1440px;margin:0 auto;}
.featured-form .contact-view{display:flex;justify-content:space-between;align-items:flex-start;gap:calc(1.95rem * 1.4);border-radius:1rem;border:1px solid var(--paint-deep);background:var(--line-light);color:var(--ink-panel);padding:clamp(20px,3vw,32px);box-shadow:0 2px 7px rgba(0,0,0,0.12);}
.featured-form .bottom-block{max-width:56ch;}
.featured-form .contact-view h2{margin:0;font-size:clamp(24px,3.2vw,34px);line-height:1.2;font-weight:700;}
.featured-form .contact-view p{margin:12px 0 0;font-size:16.2px;line-height:1.58;opacity:.88;}
.featured-form .contact-section{display:flex;flex-direction:column;align-items:flex-start;gap:10px;flex-shrink:0;padding-top:4px;}
.featured-form .wide-region{display:inline-block;text-decoration:none;white-space:normal;padding:12px 20px;border-radius:999px;background:var(--ink-main);color:#FFFFFF;font-weight:600;font-size:calc(16.2px * .875);transition:background 280ms var(--speed-entry);}
.featured-form .wide-region:hover{background:#B71C1C;color:var(--ink-panel);}
.featured-form .service-area{font-size:calc(16.2px * .875);opacity:.7;line-height:1.4;}
@media (max-width: 760px){.featured-form .contact-view{flex-direction:column;align-items:stretch;}.featured-form .contact-section{align-items:flex-start;}}
.section{--field-main:calc(1.5rem * 1.02);--layer-static:calc(1440px / 2.55);padding:calc(1.5rem * 2.4) 2.56rem;background:#F8F9FA;color:#212529;}
.section .site-quote{max-width:1440px;margin:0 auto;}
.section .quiet-figure{max-width:var(--layer-static);margin:0 auto;}
.section h2{font-size:calc(16.2px * 2);line-height:1.12;margin:0;}
.section h3{font-size:calc(16.2px * 1.35);line-height:1.2;margin:0;}
.section p{margin:0;font-size:16.2px;line-height:1.58;}
.section .text-actions{margin-top:1.5rem;}
.section .compact-stack{display:grid;grid-template-columns:1fr 1fr;gap:calc(1.5rem * .75);margin-top:calc(1.5rem * 2.4);text-align:left;}
.section .clear-copy{padding:calc(calc(1.5rem * .75) * 1.1);border:1px solid var(--paint-deep);border-radius:0.7rem;background:var(--line-light);color:var(--ink-panel);display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.section .clear-copy h3{font-size:calc(16.2px * 1.05);line-height:1.3;}
.section .clear-copy p{font-size:calc(16.2px * .875);line-height:1.6;color:var(--line-card);}
.section .open-items{margin-top:calc(1.5rem * 2.4);text-align:center;font-size:calc(16.2px * .875);}
.section .open-items a{color:#C62828;text-decoration:underline;text-underline-offset:3px;}
.section .open-items a:hover{color:inherit;}
@media (max-width: 900px){.section .compact-stack{grid-template-columns:1fr;}.section .quiet-figure{max-width:100%;}
}
.active-lead{
  background:#F1F3F5;
  color:var(--line-card);
  padding:calc(1.5rem * 2.4) 2.56rem;
}
.active-lead .site-quote{max-width:1440px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(18rem,26rem);
  gap:calc(1.95rem * 1.5);
  align-items:start;}
.active-lead .quiet-group{min-width:0;}
.active-lead .frame{margin:0 0 1.5rem;
  font-size:calc(16.2px * .875);
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;}
.active-lead h2{margin:0;
  font-size:calc(16.2px * 2);
  line-height:1.12;
  letter-spacing:-.01em;
  max-width:22ch;}
.active-lead .text-actions{margin-top:calc(1.95rem * 1.5);
  max-width:42rem;}
.active-lead .text-actions p{margin:0;
  font-size:16.2px;
  line-height:1.58;}
.active-lead .open-shell{margin-top:calc(1.95rem * 1.5);
  display:grid;
  gap:1.5rem;}
.active-lead .clear-copy{padding-left:1.1rem;
  border-left:3px solid var(--ink-main);}
.active-lead .public-surface{display:block;
  font-weight:700;
  font-size:16.2px;
  line-height:1.3;}
.active-lead .clear-copy p{margin:.45rem 0 0;
  font-size:16.2px;
  line-height:1.58;
  max-width:38rem;}
.active-lead .open-items{margin-top:calc(1.95rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:.8rem 1.6rem;}
.active-lead .open-items a{text-decoration:none;
  font-weight:600;
  border-bottom:1px solid transparent;
  transition:border-color 280ms var(--speed-entry), color 280ms var(--speed-entry);}
.active-lead .open-items a:hover{border-bottom-color:currentColor;}
.active-lead .simple-panel{position:sticky;
  top:1.5rem;
  display:flex;
  flex-direction:column;
  gap:1.5rem;}
.active-lead .focused-tile{display:block;
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:1rem;
  box-shadow:0 8px 22px rgba(0,0,0,0.15);}
.active-lead .clear-frame{
  background:var(--line-light);
  color:var(--ink-panel);
  border:1px solid var(--paint-deep);
  border-radius:0.7rem;
  padding:calc(1.5rem * .75);
}
.active-lead .clear-frame p{margin:0;
  font-size:16.2px;
  line-height:1.58;
  font-style:italic;}
@media (max-width:900px){.active-lead .site-quote{
    grid-template-columns:1fr;
  }.active-lead .simple-panel{
    position:static;
    flex-direction:row;
    align-items:flex-start;
  }.active-lead .focused-tile{
    width:min(45%,16rem);
    aspect-ratio:4/5;
  }.active-lead .clear-frame{
    flex:1;
  }
}
@media (max-width:600px){.active-lead .simple-panel{
    flex-direction:column;
  }.active-lead .focused-tile{
    width:100%;
    max-height:22rem;
  }
}
.top-list{
  padding: calc(1.5rem * 2.4) 2.56rem;
  background: #F8F9FA;
  color: #212529;
}
.top-list .site-quote{max-width: min(1440px, 76rem);
  margin: 0 auto;}
.top-list .featured-story{display: flex;
  flex-wrap: wrap;
  gap: calc(1.95rem * 1.5);
  align-items: flex-end;
  margin-bottom: calc(1.95rem * 1.5);}
.top-list .featured-story > div{flex: 1 1 32rem;}
.top-list h2{margin: 0 0 calc(1.5rem * .75) 0;
  font-size: calc(16.2px * 2);
  line-height: 1.1;
  max-width: 34rem;}
.top-list .text-form{margin: 0;
  max-width: 46rem;
  font-size: 16.2px;
  line-height: 1.58;}
.top-list .clear-frame{
  flex: 1 1 16rem;
  margin: 0;
  padding: calc(1.5rem * .75);
  background: #F1F3F5;
  color: var(--line-card);
  border-radius: 0.7rem;
  font-size: calc(16.2px * .875);
  line-height: 1.5;
}
.top-list .featured-region{display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.95rem;}
.top-list .quiet-content{
  padding: calc(1.5rem * .75);
  background: var(--line-light);
  border: 1px solid var(--paint-deep);
  border-radius: 0.7rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;color:var(--ink-panel);}
.top-list .secondary-lead{grid-column: span 2;}
.top-list .site-track{
  background: var(--surface-base);
  border-color: transparent;color:#FFFFFF;}
.top-list .menu{margin: 0 0 calc(1.5rem * .75) 0;
  font-size: 16.2px;
  line-height: 1.6;}
.top-list .site-track .menu{}
.top-list .simple-callout{display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: baseline;}
.top-list .local-section{font-weight: 700;
  font-size: 16.2px;}
.top-list .site-track .local-section{}
.top-list .layer{font-size: calc(16.2px * .875);
  color: var(--line-card);}
.top-list .site-track .layer{opacity: 0.85;}
.top-list .bottom-row{margin-top: calc(1.95rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--paint-deep);
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  align-items: center;
  justify-content: space-between;}
.top-list .bottom-note{margin: 0;
  max-width: 40rem;
  font-size: calc(16.2px * .875);
  color: var(--line-card);}
.top-list .service-callout{
  display: inline-block;
  padding: 0.7rem 1.4rem;
  background: var(--ink-main);
  color: #FFFFFF;
  border-radius: 0.39rem;
  font-weight: 600;
  font-size: calc(16.2px * .875);
  text-decoration: none;
  transition: background 280ms var(--speed-entry);
}
.top-list .service-callout:hover{
  background: #B71C1C;color:var(--ink-panel);}
@media (max-width: 700px) {.top-list .featured-region{
    grid-template-columns: 1fr;
  }.top-list .secondary-lead{
    grid-column: span 1;
  }.top-list .featured-story{
    flex-direction: column;
    align-items: stretch;
  }
}
.visual-details{
  background:var(--line-light);
  color:var(--ink-panel);
  padding:calc(1.5rem * 2.4) 2.56rem;
}
.visual-details .site-quote{max-width:1440px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,0.8fr) minmax(0,1.4fr);
  gap:calc(1.95rem * 1.5);}
.visual-details .simple-panel{border-top:2px solid var(--ink-main);
  padding-top:1.5rem;}
.visual-details .featured-quote{margin:0;
  font-size:calc(16.2px * .875);
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--ink-main);}
.visual-details .contact-summary{margin:1.5rem 0 0;
  color:var(--line-card);
  font-size:calc(16.2px * .875);
  line-height:1.58;}
.visual-details .public-details{min-width:0;
  border-top:2px solid var(--paint-deep);
  padding-top:1.5rem;}
.visual-details h2{margin:0;
  font-size:calc(16.2px * 2);
  line-height:1.15;
  max-width:34rem;}
.visual-details .entries{margin:1.5rem 0 0;
  color:var(--line-card);
  font-size:16.2px;
  line-height:1.58;
  max-width:44rem;}
.visual-details .open-items{margin-top:calc(1.95rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:.65rem;}
.visual-details .open-items a{color:var(--ink-panel);
  text-decoration:none;
  border:1px solid var(--paint-deep);
  border-radius:1.4rem;
  padding:.6rem 1rem;
  font-size:calc(16.2px * .875);
  transition:border-color 280ms var(--speed-entry), color 280ms var(--speed-entry);}
.visual-details .open-items a:hover{border-color:var(--ink-main);
  color:var(--ink-main);}
@media (max-width:760px){.visual-details .site-quote{
    grid-template-columns:1fr;
    gap:calc(1.95rem * 1.5);
  }.visual-details .simple-panel{
    border-top:none;
    padding-top:0;
  }.visual-details .contact-summary{
    margin-top:.8rem;
  }
}
.site-links{--field-main:calc(1.5rem * 1.19);padding:calc(1.5rem * 2.4) 2.56rem;background:#1A1A2E;color:#F8F9FA;}
.site-links .site-quote{max-width:1440px;margin:0 auto;}
.site-links h1,.site-links h2,.site-links h3,.site-links p{margin:0;}
.site-links h2{font-size:calc(16.2px * 2);line-height:1.12;}
.site-links h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.site-links p{font-size:16.2px;line-height:1.58;color:color-mix(in srgb, currentColor 74%, transparent);}
.site-links a{color:inherit;text-decoration:none;}
.site-links .fresh-content{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) / 1.2) 1.5rem;border-radius:0.39rem;background:#F8F9FA;color:#1A1A2E;font-weight:600;transition:background 280ms var(--speed-entry);}
.site-links .fresh-content:hover{background:var(--surface-base);color:#FFFFFF;}
.site-links .soft-wrap{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.95rem;}
.site-links .soft-wrap>.public-details{flex:1 1 auto;min-width:0;}
.site-links .soft-wrap>.fresh-content{flex:0 0 auto;}
.site-links .soft-wrap>.open-shell{flex:1 1 100%;}
.site-links .public-details h2{margin-top:calc(1.5rem / 2);}
.site-links .text-actions{margin-top:calc(1.5rem / 2);max-width:calc(1440px / 2.2);}
.site-links .featured-quote{font-size:calc(16.2px * .875);letter-spacing:0.08em;text-transform:uppercase;}
.site-links .open-shell{display:grid;grid-template-columns:repeat(3,1fr);gap:1.95rem;margin-top:var(--field-main);}
.site-links .clear-copy{background:color-mix(in srgb, #F8F9FA 6%, transparent);border:1px solid color-mix(in srgb, #F8F9FA 16%, transparent);border-radius:1rem;padding:calc(1.5rem * .75);display:flex;flex-direction:column;transition:border-color 280ms var(--speed-entry);color:var(--ink-panel);}
.site-links .clear-copy:hover{border-color:var(--surface-base);}
.site-links .clear-copy .public-details{display:flex;flex-direction:column;flex:1;}
.site-links .clear-copy h3{line-height:1.28;}
.site-links .clear-copy p{margin-top:calc(1.5rem / 3);flex:1;}
.site-links .clear-copy a{margin-top:calc(1.5rem / 2);display:inline-flex;align-items:center;gap:0.4rem;font-weight:600;}
.site-links .clear-copy a::after{content:"";display:block;width:1.1rem;height:1px;background:currentColor;transition:width 280ms var(--speed-entry);}
.site-links .clear-copy a:hover::after{width:1.8rem;}
@media (max-width: 900px){.site-links .open-shell{grid-template-columns:1fr 1fr;}.site-links .clear-copy:last-child{grid-column:1 / -1;}
}
@media (max-width: 600px){.site-links .open-shell{grid-template-columns:1fr;}.site-links .clear-copy:last-child{grid-column:auto;}.site-links .soft-wrap>.fresh-content{width:100%;}
}
.secondary-note{
    padding: clamp(3.2rem, 7vw, 5.6rem) 2.56rem;
    background: #F1F3F5;
    color: var(--line-card);
}
.secondary-note .site-quote{max-width: 72rem;
    margin: 0 auto;}
.secondary-note .top-contact{margin-bottom: 2.2rem;
    max-width: 44rem;}
.secondary-note .top-contact p{margin: 0 0 .4rem;
    font-size: calc(16.2px * .875);
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--ink-main);
    font-weight: 700;}
.secondary-note h2{margin: 0;
    font-size: clamp(1.9rem, 3.6vw, 2.8rem);
    line-height: 1.12;}
.secondary-note .focused-body{display: grid;
    gap: 1.1rem;}
.secondary-note article{
    display: grid;
    grid-template-columns: 1fr 15rem;
    gap: 1.2rem;
    align-items: center;
    background: var(--line-light);
    color: var(--ink-panel);
    border: 1px solid var(--paint-deep);
    border-radius: 1rem;
    padding: 1rem 1rem 1rem 1.4rem;
    transition: border-color 280ms var(--speed-entry);
}
.secondary-note article:hover{border-color: var(--ink-main);}
.secondary-note .public-details{padding: .3rem 0;}
.secondary-note .public-details span{display: inline-block;
    font-weight: 800;
    font-size: .82rem;
    color: var(--ink-main);
    letter-spacing: .04em;
    margin-bottom: .3rem;}
.secondary-note h3{margin: 0 0 .5rem;
    font-size: 1.18rem;
    line-height: 1.3;}
.secondary-note article p{margin: 0;
    color: var(--line-card);
    line-height: 1.58;
    font-size: .95rem;}
.secondary-note img{display: block;
    width: 100%;
    height: 9.5rem;
    object-fit: cover;
    border-radius: 0.7rem;}
@media (max-width: 760px) {.secondary-note article{
        grid-template-columns: 1fr;
        padding: 1rem;
    }.secondary-note img{
        height: 12rem;
        order: -1;
    }.secondary-note .top-contact{
        max-width: 100%;
    }
}
.plain-story{
        padding: calc(1.5rem * 2.4) 2.56rem;
        background: #F8F9FA;
        color: #212529;
    }
.plain-story .site-quote{max-width: 1440px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: calc(1.95rem * 1.5);}
.plain-story .quiet-figure{max-width: 52rem;}
.plain-story .frame{margin: 0 0 calc(1.5rem * .75);
        font-size: calc(16.2px * .875);
        text-transform: uppercase;
        letter-spacing: 0.08em;}
.plain-story h2{margin: 0;
        font-size: calc(16.2px * 2);
        line-height: 1.1;}
.plain-story .quiet-figure p:last-child{margin: calc(1.5rem * .75) 0 0;
        font-size: calc(16.2px * 1.125);
        line-height: 1.58;}
.plain-story .page-body{display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.95rem;
        align-items: stretch;}
.plain-story .quiet-content{
        padding: calc(1.5rem * .75);
        background: var(--line-light);
        color: var(--ink-panel);
        border: 1px solid var(--paint-deep);
        border-radius: 1rem;
        box-shadow: 0 2px 7px rgba(0,0,0,0.12);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
.plain-story .entries{margin: 0;
        font-size: 16.2px;
        line-height: 1.58;}
.plain-story .direct-track{margin-top: calc(1.5rem * .75);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid var(--paint-deep);
        display: flex;
        flex-direction: column;
        gap: 0.2rem;}
.plain-story .direct-track strong{font-size: 16.2px;}
.plain-story .direct-track span{font-size: calc(16.2px * .875);}
.plain-story .featured-quote{
        padding: calc(1.5rem * .75);
        background: #F1F3F5;
        color: var(--line-card);
        border-radius: 0.7rem;
        font-size: calc(16.2px * .875);
        line-height: 1.58;
    }
.plain-story .featured-quote p{margin: 0;}
.plain-story .featured-quote a{text-decoration: underline;}
.plain-story .featured-quote a:hover{}
@media (max-width: 960px) {.plain-story .page-body{
            grid-template-columns: 1fr;
        }
    }
@media (max-width: 640px) {.plain-story .quiet-figure p:last-child{
            font-size: 16.2px;
        }
    }
.team-media{--field-main:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.56rem;background:#F1F3F5;color:var(--line-card);}
.team-media .site-quote{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:1.5rem 2.56rem;align-items:end;}
.team-media h1,.team-media h2,.team-media h3,.team-media p{margin:0;}
.team-media h2{font-size:calc(16.2px * 2);line-height:1.15;max-width:16ch;}
.team-media p{font-size:16.2px;line-height:1.58;}
.team-media a{color:inherit;text-decoration:none;}
.team-media .featured-quote{font-size:calc(16.2px * .875);text-transform:uppercase;letter-spacing:0.08em;color:#C62828;}
.team-media .text-actions{max-width:62ch;}
.team-media .open-items{display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75) 1.5rem;margin-top:calc(1.95rem * 1.5);}
.team-media .fresh-content{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.8) 1.5rem;border-radius:0.39rem;background:var(--ink-main);color:#FFFFFF;font-weight:600;transition:background 280ms var(--speed-entry);}
.team-media .fresh-content:hover{background:#B71C1C;color:var(--ink-panel);}
.team-media .simple-panel{font-size:calc(16.2px * .875);line-height:1.5;max-width:34ch;}
.team-media .simple-panel a{color:#C62828;border-bottom:1px solid color-mix(in srgb, #C62828 35%, transparent);}
.team-media .simple-panel a:hover{color:inherit;border-color:#E53935;}
@media (max-width: 760px){.team-media .site-quote{grid-template-columns:1fr;}.team-media h2{max-width:none;}
}
.visual-feature{color:#212529;background:#F8F9FA;padding:clamp(1.2rem,3vw,2.8rem) 2.56rem;}
.visual-feature .c{max-width:1440px;margin:0 auto;display:grid;gap:1.5rem;}
@media (min-width: 1024px){.visual-feature .c{grid-template-columns:minmax(0,1fr) 320px;gap:2.56rem;align-items:start;}
}
.visual-feature .text-footer{min-width:0;}
.visual-feature .compact-nav{margin-bottom:1.5rem;border-bottom:1px solid var(--paint-deep);padding-bottom:calc(1.95rem * 1.5);}
.visual-feature h1{font-size:clamp(1.9rem,4.5vw,3rem);margin:0 0 calc(1.95rem * 1.5);line-height:1.15;font-weight:700;}
.visual-feature .secondary-service{display:flex;gap:1.2rem;font-size:calc(16.2px * .875);flex-wrap:wrap;}
.visual-feature .secondary-service .primary-grid::before{content:"";display:inline-block;width:0.5rem;height:0.5rem;border-radius:50%;background:var(--ink-main);margin-right:0.5rem;vertical-align:middle;color:#FFFFFF;}
.visual-feature .quiet-group{line-height:1.75;font-size:16.2px;}
.visual-feature .quiet-group p{margin:0 0 1.4rem;}
.visual-feature .quiet-group .text-actions{font-size:16.2px;line-height:1.6;font-style:italic;}
.visual-feature .direct-callout{background:var(--line-light);padding:clamp(1rem,2vw,1.6rem);border-radius:1rem;box-shadow:0 2px 7px rgba(0,0,0,0.12);color:var(--ink-panel);border:1px solid var(--paint-deep);position:sticky;top:1.5rem;}
.visual-feature .direct-callout h3{margin:0 0 1.2rem;font-size:1.15rem;font-weight:700;letter-spacing:-0.01em;}
.visual-feature .focused-plan{display:flex;flex-direction:column;gap:0.85rem;}
.visual-feature .offer-plan{padding-bottom:0.85rem;border-bottom:1px solid var(--paint-deep);}
.visual-feature .offer-plan:last-child{padding-bottom:0;border-bottom:none;}
.visual-feature .direct-callout a{text-decoration:none;font-size:calc(16.2px * .875);line-height:1.45;display:block;transition:color 280ms var(--speed-entry);}
.visual-feature .direct-callout a:hover{text-decoration:underline;text-underline-offset:3px;}
@media (max-width: 640px){.visual-feature .direct-callout{position:static;margin-top:1.5rem;}
}
.local-list{color:#212529;background:#F8F9FA;padding:calc(1.5rem * 2.4) 2.56rem;}
.local-list .c{max-width:1440px;margin:0 auto;display:grid;gap:2.56rem;}
@media (min-width:1024px){.local-list .c{grid-template-columns:minmax(0,1fr) 320px;gap:1.5rem;}
}
.local-list .text-footer{min-width:0;}
.local-list .compact-nav{margin-bottom:calc(1.95rem * 1.5);border-bottom:2px solid var(--paint-deep);padding-bottom:calc(1.95rem * 1.5);}
.local-list h1{font-size:calc(16.2px * 2.65);line-height:1.2;margin:0 0 calc(1.95rem * 1.5);font-family:"Libre Baskerville", sans-serif;letter-spacing:-0.01em;}
.local-list .secondary-service{display:flex;flex-wrap:wrap;gap:0.5rem 1.5rem;font-size:calc(16.2px * .875);}
.local-list .secondary-service span{display:inline-flex;align-items:center;gap:0.4rem;}
.local-list .team-form{margin:0 0 calc(1.95rem * 1.5);}
.local-list .team-form img{width:100%;height:auto;display:block;border-radius:1rem;object-fit:cover;aspect-ratio:16/9;}
.local-list .quiet-group{line-height:1.75;font-size:16.2px;}
.local-list .quiet-group p{margin:0 0 1.4em;}
.local-list .quiet-group .text-actions{font-size:calc(16.2px * 1.125);line-height:1.6;margin-bottom:1.8em;}
.local-list .quiet-group h2{font-size:calc(16.2px * 1.35);margin:2em 0 0.8em;line-height:1.3;}
.local-list .open-items{display:flex;flex-direction:column;gap:0.6rem;margin-top:calc(1.95rem * 1.5);padding-top:calc(1.95rem * 1.5);border-top:1px solid var(--paint-deep);font-size:calc(16.2px * .875);}
.local-list .open-items a{text-decoration:none;}
.local-list .open-items a:hover{text-decoration:underline;}
.local-list .direct-callout{background:var(--line-light);color:var(--ink-panel);padding:calc(1.5rem * .75);border-radius:1rem;box-shadow:0 2px 7px rgba(0,0,0,0.12);border:1px solid var(--paint-deep);align-self:start;position:sticky;top:1.5rem;}
.local-list .direct-callout h3{margin:0 0 calc(1.95rem * 1.5);font-size:16.2px;line-height:1.3;}
.local-list .focused-plan{display:flex;flex-direction:column;gap:0.85rem;}
.local-list .focused-plan a{text-decoration:none;font-size:calc(16.2px * .875);line-height:1.45;padding-left:0.9rem;border-left:2px solid var(--surface-base);}
.local-list .focused-plan a:hover{text-decoration:underline;}
.local-list .featured-quote{margin:calc(1.95rem * 1.5) 0 0;font-size:calc(16.2px * .875);line-height:1.6;padding-top:calc(1.95rem * 1.5);border-top:1px solid var(--paint-deep);}
@media (max-width:640px){.local-list .direct-callout{position:static;margin-top:1.5rem;}
}
.bottom-body{color:#212529;background:#F8F9FA;padding:clamp(16px,3vw,40px);}
.bottom-body .c{max-width:1440px;margin:0 auto;display:grid;gap:2.56rem;}
@media (min-width: 1024px){.bottom-body .c{grid-template-columns:1fr 320px;}
    }
.bottom-body .text-footer{max-width:760px;}
.bottom-body .compact-nav{margin-bottom:1.5rem;border-bottom:1px solid var(--paint-deep);padding-bottom:calc(1.95rem * 1.5);}
.bottom-body h1{font-size:clamp(28px,5vw,42px);margin:0 0 1rem;line-height:1.2;}
.bottom-body .secondary-service{display:flex;gap:1rem;font-size:0.875rem;}
.bottom-body .secondary-service span{display:inline-flex;align-items:center;}
.bottom-body .secondary-service .primary-grid::after{content:"";display:inline-block;width:4px;height:4px;border-radius:50%;background:var(--surface-base);margin:0 0.6rem;vertical-align:middle;color:#FFFFFF;}
.bottom-body .quiet-group{line-height:1.8;}
.bottom-body .quiet-group p{margin:0 0 1.5rem;}
.bottom-body .quiet-group p:first-of-type{font-size:1.1rem;}
.bottom-body .direct-callout{background:var(--line-light);padding:clamp(16px,2vw,24px);border-radius:1rem;box-shadow:0 2px 7px rgba(0,0,0,0.12);color:var(--ink-panel);align-self:start;position:sticky;top:2rem;}
.bottom-body .direct-callout h3{margin:0 0 1rem;font-size:1.25rem;padding-bottom:0.75rem;border-bottom:2px solid var(--surface-base);display:inline-block;}
.bottom-body .focused-plan{display:flex;flex-direction:column;gap:0.75rem;}
.bottom-body .focused-plan .direct-callout{padding:0.5rem 0;border-bottom:1px solid var(--paint-deep);}
.bottom-body .focused-plan .direct-callout:last-child{border-bottom:none;}
.bottom-body .direct-callout a{text-decoration:none;font-size:0.95rem;line-height:1.5;display:block;}
.bottom-body .direct-callout a:hover{text-decoration:underline;}
.primary-group{
  padding: calc(1.5rem * 2.4) 2.56rem;
  background: #F8F9FA;
  color: #212529;
}
.primary-group .site-quote{max-width: 1440px;
  margin: 0 auto;}
.primary-group .public-unit{display: flex;
  justify-content: space-between;
  gap: 1.95rem;
  align-items: end;
  margin-bottom: calc(1.95rem * 1.5);}
.primary-group h2{max-width: 15ch;
  margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.08;}
.primary-group .public-unit p{max-width: 38rem;
  margin: 0;
  line-height: 1.58;}
.primary-group .media-flow{margin: 0;
  padding: 0;
  border-top: 1px solid var(--paint-deep);
  list-style: none;}
.primary-group .primary-entries{display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.95rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--paint-deep);}
.primary-group .primary-entries p{max-width: 42rem;
  margin: 0;
  font-size: calc(16.2px * 1.125);
  line-height: 1.58;}
.primary-group .primary-entries span{color: var(--line-card);
  font-size: calc(16.2px * .875);}
.primary-group .quiet-view{padding-left: calc(1.95rem * .65);}
.primary-group .service-list{justify-content: flex-start;}
.primary-group .service-list a{flex: 1 1 0;
  color: #C62828;
  font-size: calc(16.2px * 1.35);
  overflow-wrap: anywhere;
  text-underline-offset: .22em;}
.primary-group .direct-plan{display: flex;
  flex-wrap: wrap;
  gap: 1.95rem;
  padding-top: 1.5rem;}
.primary-group .direct-plan a{color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;}
.primary-group .direct-plan a span{margin-right: calc(1.5rem * .75);
  color: var(--line-card);}
.primary-group .direct-plan a:hover{color:inherit;}
@media (max-width: 660px) {.primary-group .public-unit,
  .primary-group .primary-entries{
    display: block;
  }.primary-group .public-unit p,
  .primary-group .primary-entries span,
  .primary-group .primary-entries p,
  .primary-group .service-list a{
    display: block;
    margin-top: calc(1.5rem * .75);
  }.primary-group .quiet-view{
    padding-left: 0;
  }
}
.compact-note{padding:calc(1.5rem * 2.4) 2.56rem;background:#F8F9FA;color:#212529}
.compact-note .quiet-inner{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.36fr) minmax(0,1fr);gap:1.95rem}
.compact-note .narrow-proof{padding:1.95rem;border-radius:1.4rem;background:#1A1A2E;color:#F8F9FA;display:flex;flex-direction:column;justify-content:center}
.compact-note .narrow-proof span{font-size:calc(16.2px * .875);opacity:.75}
.compact-note h2{margin:calc(1.5rem * .75) 0;font-size:calc(16.2px * 2.65);line-height:1.1}
.compact-note .narrow-proof p{margin:0;font-size:16.2px;opacity:.85}
.compact-note .steady-items{display:grid;grid-template-columns:minmax(0,1fr) minmax(15rem,.34fr);gap:calc(1.5rem * .75)}
.compact-note .contact-view{min-height:30rem;border-radius:1.4rem;overflow:hidden;border:1px solid var(--paint-deep);background:var(--line-light);color:var(--ink-panel);}
.compact-note iframe{display:block;width:100%;height:100%;border:0;min-height:inherit}
.compact-note .open-shell{display:grid;gap:calc(1.5rem * .75);align-content:start}
.compact-note .clear-copy{padding:calc(1.5rem * .75);border-radius:1rem;background:#F1F3F5;color:var(--line-card);border:1px solid var(--paint-deep)}
.compact-note .clear-copy span{font-size:calc(16.2px * .875);text-transform:uppercase;letter-spacing:.04em}
.compact-note .clear-copy strong{display:block;margin-top:calc(calc(1.5rem * .75) * .45);font-size:16.2px;line-height:1.45;}
.compact-note .clear-copy a{text-decoration:none}
.compact-note .clear-copy a:hover{}
@media (max-width: 900px){.compact-note .quiet-inner,.compact-note .steady-items{grid-template-columns:1fr}.compact-note .contact-view{min-height:22rem}.compact-note .narrow-proof{padding:calc(1.5rem * .75)}
}
.active-brand{padding:calc(1.5rem * 2.4) 2.56rem;background:#F8F9FA;color:#212529}
.active-brand .site-quote{max-width:1440px;margin:0 auto}
.active-brand .simple-note{display:flex;gap:calc(1.95rem * 1.5);align-items:flex-start}
.active-brand .wide-steps{flex:0 1 30rem;min-width:0}
.active-brand h2{margin:0;font-size:calc(16.2px * 2);line-height:1.12}
.active-brand .wide-steps p{margin:1.5rem 0 0;font-size:calc(16.2px * 1.125);line-height:1.58;color:var(--line-card)}
.active-brand ul{list-style:none;margin:calc(1.95rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.active-brand li{padding:calc(1.5rem * .75) 0;line-height:1.58;color:var(--line-card)}
.active-brand li+li{border-top:1px solid var(--paint-deep)}
.active-brand .active-summary{flex:1 1 36rem;min-width:0;background:var(--line-light);color:var(--ink-panel);border-radius:1rem;padding:1.95rem;box-shadow:0 2px 7px rgba(0,0,0,0.12);border:1px solid var(--paint-deep)}
.active-brand .service-unit{display:flex;flex-wrap:wrap;gap:1.5rem}
.active-brand .service-unit label{flex:1 1 18rem;min-width:0}
.active-brand label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(16.2px * .875);color:var(--line-card)}
.active-brand input,.active-brand textarea{width:100%;max-width:100%;border:1px solid var(--paint-deep);border-radius:0.39rem;background:var(--line-light);color:var(--ink-panel);font:inherit;padding:calc(1.5rem * .75);outline:none}
.active-brand input::placeholder,.active-brand textarea::placeholder{color:rgba(255,255,255,0.55)}
.active-brand input:focus,.active-brand textarea:focus{border-color:#E53935;box-shadow:0 0 0 2px color-mix(in srgb,#E53935 18%,transparent)}
.active-brand .quiet-links{display:block;margin-top:1.5rem}
.active-brand textarea{resize:vertical}
.active-brand button{margin-top:1.5rem;border:0;border-radius:0.39rem;background:var(--ink-main);color:#FFFFFF;font:inherit;font-weight:600;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 280ms var(--speed-entry)}
.active-brand button:hover{background:#B71C1C;color:var(--ink-panel);}
@media(max-width:840px){.active-brand .simple-note{display:block}.active-brand .active-summary{margin-top:calc(1.95rem * 1.5);padding:1.5rem}.active-brand .service-unit{display:block}.active-brand .service-unit label+label{margin-top:1.5rem}}
.focused-inner{padding:calc(1.5rem * 2.4) 2.56rem;background:#F8F9FA;color:#212529}
.focused-inner .site-group{max-width:min(1440px,68rem);margin:0 auto}
.active-content{margin-bottom:calc(1.95rem * 1.5)}
.active-content h1{margin:0 0 calc(1.5rem * .75);font-size:calc(16.2px * 2.65);line-height:1.08;letter-spacing:-0.02em}
.active-content .public-unit{margin:0;font-size:calc(16.2px * 1.125);line-height:1.5;max-width:52rem}
.steady-tile{padding:calc(1.5rem * .75) 0;border-top:1px solid var(--paint-deep);border-bottom:1px solid var(--paint-deep)}
.steady-tile p{margin:0;font-size:16.2px;line-height:1.6}
.main-track{margin-top:calc(1.95rem * 1.5)}
.text-stack{padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--paint-deep)}
.text-stack:last-child{border-bottom:none}
.text-stack h2{margin:0 0 calc(1.5rem * .75);font-size:calc(16.2px * 1.35);line-height:1.2;}
.contact-headline p{margin:0 0 calc(1.5rem * .75);line-height:1.6;font-size:16.2px}
.contact-headline p:last-child{margin-bottom:0}
.contact-headline a{text-decoration:underline;text-underline-offset:2px}
.contact-headline a:hover{}
.local-block{margin-top:calc(1.5rem * .75);font-size:calc(16.2px * .875);}
@media (max-width:640px){.active-content h1{font-size:calc(16.2px * 2)}.active-content .public-unit{font-size:16.2px}.text-stack h2{font-size:calc(16.2px * 1.125)}
}
.fresh-grid{padding:calc(1.5rem * 2.4) 2.56rem;background:#1A1A2E;color:#F8F9FA}
.fresh-grid .site-group{max-width:min(1440px,64rem);margin:0 auto}
.fresh-grid h2{margin:0;font-size:calc(16.2px * 2.65);line-height:1.1;font-family:"Libre Baskerville", sans-serif}
.fresh-grid .public-unit{margin:1.5rem 0 calc(1.95rem * 1.5);font-size:calc(16.2px * 1.125);line-height:1.6;max-width:56rem}
.fresh-grid .focused-items{border-top:1px solid color-mix(in srgb,currentColor 30%,transparent);display:grid;gap:0}
.fresh-grid .featured-quote{padding:calc(1.5rem * .75) 0;display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem * .75)}
.fresh-grid .featured-quote + .featured-quote{border-top:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.fresh-grid h3{margin:0;font-size:calc(16.2px * 1.35);line-height:1.25;color:inherit}
.fresh-grid .featured-quote p{margin:0;line-height:1.65;font-size:16.2px;color:inherit;opacity:.92}
@media (min-width:720px){.fresh-grid .featured-quote{grid-template-columns:minmax(0,18rem) minmax(0,1fr);gap:1.95rem;align-items:start}.fresh-grid h3{margin:0;padding-top:.15rem}
}
.text-lead{--field-main:calc(1.5rem * 1.42);--layer-static:calc(1440px / 2.90);padding:calc(1.5rem * 2.4) 2.56rem;background:var(--ink-main);color:#FFFFFF;}
.text-lead .site-quote{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr);gap:1.5rem;}
.text-lead h1,.text-lead h2,.text-lead h3,.text-lead p{margin:0;}
.text-lead h2{font-size:calc(16.2px * 2);line-height:1.12;max-width:calc(1440px / 1.6);}
.text-lead p{font-size:16.2px;line-height:1.58;color:color-mix(in srgb, currentColor 78%, transparent);}
.text-lead .featured-quote{font-size:calc(16.2px * .875);text-transform:uppercase;letter-spacing:0.08em;color:color-mix(in srgb, currentColor 62%, transparent);}
.text-lead .text-actions{font-size:calc(16.2px * 1.125);line-height:1.5;max-width:var(--layer-static);}
.text-lead .public-details{max-width:var(--layer-static);}
.text-lead a{color:inherit;text-decoration:none;}
.text-lead .open-items{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:calc(1.95rem * 1.5);}
.text-lead .fresh-content{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.39rem;background:#FFFFFF;color:var(--ink-main);font-weight:600;transition:background 280ms var(--speed-entry);}
.text-lead .fresh-content:hover{background:color-mix(in srgb, #FFFFFF 88%, transparent);color:var(--ink-panel);}
.text-lead .clear-figure{font-size:16.2px;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);padding-bottom:0.2rem;transition:border-color 280ms var(--speed-entry);}
.text-lead .clear-figure:hover{border-color:currentColor;}
@media (min-width: 720px){.text-lead .site-quote{grid-template-columns:minmax(0,1fr);}
}
.public-summary{background:#F8F9FA;color:#212529;padding:calc(1.5rem * 2.4) 2.56rem}
.public-summary .site-quote{max-width:min(1440px,76rem);margin:0 auto}
.public-summary .main-plan{display:flex;flex-direction:column;gap:calc(1.95rem * 1.5)}
.public-summary .contact-wrap{max-width:52rem}
.public-summary h2{margin:0;font-size:calc(16.2px * 2.65);line-height:1.08;letter-spacing:-0.01em}
.public-summary .text-actions{margin:1.5rem 0 0;font-size:calc(16.2px * 1.125);line-height:1.6;color:var(--line-card)}
.public-summary .clear-headline{display:grid;grid-template-columns:1fr 18rem;gap:calc(1.95rem * 1.5);padding-top:1.5rem;border-top:1px solid var(--paint-deep)}
.public-summary .public-details{display:flex;flex-direction:column;gap:1.5rem}
.public-summary .public-details p{margin:0;font-size:16.2px;line-height:1.7}
.public-summary .open-items{display:flex;flex-wrap:wrap;gap:1.95rem;margin-top:1.5rem}
.public-summary .open-items a{padding:calc(1.5rem * .75) 1.95rem;border-radius:0.7rem;background:var(--ink-main);color:#FFFFFF;text-decoration:none;font-weight:700;font-size:calc(16.2px * .875);transition:background 280ms var(--speed-entry)}
.public-summary .open-items a:hover{background:#B71C1C;color:var(--ink-panel);}
.public-summary .open-items a:nth-child(2),.public-summary .open-items a:nth-child(3){background:var(--line-light);color:var(--ink-panel);border:1px solid var(--paint-deep)}
.public-summary .open-items a:nth-child(2):hover,.public-summary .open-items a:nth-child(3):hover{border-color:#E53935}
.public-summary .simple-panel{background:#F1F3F5;color:var(--line-card);padding:calc(1.5rem * .75);border-radius:1rem;align-self:start}
.public-summary .simple-panel h3{margin:0 0 1.5rem;font-size:16.2px;line-height:1.3}
.public-summary .open-shell{margin:0;padding-left:1.1rem;display:flex;flex-direction:column;gap:1.5rem;font-size:calc(16.2px * .875);line-height:1.55}
.public-summary .open-shell li::marker{color:inherit;}
.public-summary .featured-quote{margin:1.5rem 0 0;font-size:calc(16.2px * .875);line-height:1.6;color:var(--line-card)}
@media(max-width:860px){.public-summary .clear-headline{grid-template-columns:1fr}.public-summary .simple-panel{width:100%}
}
@media(max-width:560px){.public-summary .open-items{flex-direction:column}.public-summary .open-items a{text-align:center}
}
.top-wrap{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 2.56rem;background:#1A1A2E;color:#F8F9FA}
.top-wrap:before{content:"";position:absolute;inset:auto 0 0;height:2px;background:var(--surface-base);opacity:.7;color:#FFFFFF;}
.top-wrap .site-quote{max-width:1440px;margin:0 auto}
.top-wrap .clear-headline{display:flex;flex-direction:column;gap:calc(1.95rem * 1.5)}
.top-wrap .text-actions{max-width:36rem;margin:0;font-size:calc(16.2px * 1.125);line-height:1.58}
.top-wrap h1{max-width:16ch;margin:0;font-size:calc(16.2px * 2.65);line-height:1.08}
.top-wrap .open-items{display:flex;flex-wrap:wrap;gap:1.95rem;margin-top:calc(1.95rem * 1.5)}
.top-wrap .open-items a{color:inherit;font-size:16.2px;text-underline-offset:.24em;text-decoration-thickness:1px}
.top-wrap .open-items a:hover{}
@media(max-width:560px){.top-wrap .open-items{flex-direction:column;align-items:flex-start}}
