html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"Merriweather", sans-serif;}
.surface{
    background-color: #F3F4F6;
    border-bottom: 1px solid #E5E7EB;
    width: 100%;color:#1F2937;}
:root {
  --surface-soft: #374151;
  --speed-panel: ease-in-out;
  --line-clear: #E5E7EB;
}
.text-story {
    background-color: #1E3A5F;
    color: #FFFFFF;
    font-size: calc(19.6px * .875);
    line-height: 1.4;
  }
.primary-frame {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0.4rem 1.47rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
  }
.local-group {
    opacity: 0.9;
  }
.contact-region {
    opacity: 0.5;
  }
.main-fields{
    background-color: #F3F4F6;color:#1F2937;}
.contact-actions {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0.75rem 1.47rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.27rem;
  }
.narrow-team {
    font-size: calc(19.6px * 2);
    font-weight: 700;
    color: #1F2937;
    text-decoration: none;
    letter-spacing: -0.02em;
    line-height: 1.2;
    white-space: nowrap;
  }
.narrow-team:hover,
  .narrow-team:focus-visible {
    color: #1E3A5F;
  }
.soft-visual {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
.active-copy {
    color: #1F2937;
    text-decoration: none;
    font-size: 19.6px;
    font-weight: 500;
    padding: 0.25rem 0;
    border-bottom: 2px solid transparent;
    transition: color 290ms var(--speed-panel), border-color 290ms var(--speed-panel);
  }
.active-copy:hover,
  .active-copy:focus-visible {
    color: #1E3A5F;
    border-bottom-color: #1E3A5F;
  }
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: 1px solid #E5E7EB;
    border-radius: 0.31rem;
    cursor: pointer;
    transition: background-color 290ms var(--speed-panel);
  }
.nav-toggle:hover{
    background-color: var(--line-clear);color:var(--surface-soft);}
.nav-toggle__bar{
    display: block;
    width: 22px;
    height: 2px;
    background-color: #1F2937;
    border-radius: 1px;
    transition: transform 290ms var(--speed-panel), opacity 290ms var(--speed-panel);color:#1F2937;}
.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) {
    .primary-frame {
      justify-content: center;
      padding: 0.35rem 1.47rem;
    }

    .contact-actions {
      flex-wrap: wrap;
      padding: 0.5rem 1.47rem;
    }

    .nav-toggle {
      display: flex;
    }

    .soft-visual {
      display: none;
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
      gap: 0;
      padding: 0.5rem 0 0.75rem;
    }

    .soft-visual.is-open {
      display: flex;
    }

    .active-copy {
      width: 100%;
      padding: 0.6rem 0;
      border-bottom: 1px solid #E5E7EB;
      font-size: 19.6px;
    }

    .active-copy:last-child {
      border-bottom: none;
    }
  }
@media (min-width: 768px) {
    .soft-visual {
      display: flex !important;
    }
  }
.tile{padding:calc(1.5rem * 2.4) 1.47rem;font-family:"Merriweather", sans-serif;font-size:19.6px;line-height:1.81;background:#1E3A5F;color:#FFFFFF;}
.featured-footer{max-width:1340px;margin:0 auto}
.visual-plan{display:flex;justify-content:space-between;align-items:center;gap:1.27rem;padding-bottom:calc(1.27rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.15);margin-bottom:calc(1.27rem * 1.5)}
.steady-flow{font-size:calc(19.6px * 1.125);font-weight:700;text-decoration:none;color:inherit;letter-spacing:-0.02em}
.soft-grid{margin:1.5rem 0 0;font-size:calc(19.6px * .875);opacity:0.85}
.text-header{display:flex;gap:1.47rem;flex-wrap:wrap}
.text-header a,
  .fresh-frame a,
  .contact-media a{color:inherit;text-decoration:none;transition:opacity 290ms var(--speed-panel)}
.text-header a:hover,
  .fresh-frame a:hover,
  .contact-media a:hover{opacity:0.7;text-decoration:underline;text-underline-offset:4px;color:inherit}
.media-group{display:grid;grid-template-columns:2fr 1fr;gap:1.47rem;padding-bottom:calc(1.27rem * 1.5)}
.fresh-frame{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.27rem}
.site-headline{display:flex;flex-direction:column;gap:1.5rem}
.site-headline a{font-size:calc(19.6px * .875);line-height:1.4;color:inherit}
.contact-media{font-style:normal;display:flex;flex-direction:column;gap:1.5rem;font-size:calc(19.6px * .875)}
.media-form{display:block}
.top-brand{border-top:1px solid rgba(255, 255, 255, 0.15);padding-top:calc(1.27rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.featured-wrap{font-size:calc(19.6px * .875);opacity:0.8;margin:0;max-width:80ch}
.top-details{font-size:calc(19.6px * .875);opacity:0.7;margin:0}
@media (max-width: 768px) {.visual-plan{flex-direction:column;align-items:flex-start;gap:1.5rem}.media-group{grid-template-columns:1fr;gap:calc(1.27rem * 1.5)}.fresh-frame{grid-template-columns:repeat(2, 1fr)}
  }
@media (max-width: 480px) {.fresh-frame{grid-template-columns:1fr}
  }
.cookies{position:fixed;inset:0;z-index:1200;display:grid;place-items:end;}
.cookies .featured-area{position:absolute;inset:0;background:rgba(15, 23, 42, 0.6);color:#1F2937;}
.cookies .top-frame{position:relative;width:min(520px,calc(100vw - (1.47rem * 2)));border-radius:1.32rem;padding:18px;background:linear-gradient(135deg,#2E7D32,#1E3A5F);color:#FFFFFF;box-shadow:0 16px 34px rgba(0,0,0,0.18);}
.cookies .top-frame h3{margin:0 0 8px;}
.cookies .top-frame p{margin:0;opacity:.94;}
.cookies .narrow-brand{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap;}
.cookies .narrow-brand button{border:0;border-radius:0.31rem;padding:8px 10px;background:color-mix(in srgb, currentColor 18%, transparent);color:inherit;cursor:pointer;}
.cookies .narrow-brand button.cookie-accept{background:#1E3A5F;color:#FFFFFF;}
.contact-group{padding:calc(1.5rem * 2.4) 1.47rem;background:linear-gradient(90deg,rgba(30,58,95,.92),rgba(27,94,32,.72)),url("https://images.pexels.com/photos/2767243/pexels-photo-2767243.jpeg?auto=compress&cs=tinysrgb&w=800") center/cover no-repeat,#2E7D32;color:#fff;}
.contact-group .quiet-contact{max-width:1340px;margin:0 auto;}
.contact-group h1,.contact-group p{margin:0;}
.contact-group .text-row{display:flex;align-items:flex-end;gap:1.27rem;}
.contact-group h1{font-size:calc(19.6px * 2.65);line-height:1.08;flex:1 1 auto;}
.contact-group .visual-track{flex:0 1 calc(1340px / 3);min-width:0;}
.contact-group .strong-header{max-width:calc(1340px / 3);font-size:19.6px;line-height:1.81;color:rgba(255,255,255,.85);}
.contact-group .secondary-benefit{display:inline-flex;margin-top:1.5rem;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.31rem;background:#2E7D32;color:#FFFFFF;text-decoration:none;font-weight:600;transition:background 290ms var(--speed-panel);}
.contact-group .secondary-benefit:hover{background:#1B5E20;color:#1F2937;}
@media(max-width:760px){.contact-group .text-row{align-items:flex-start;flex-direction:column;}}
.content-fields{
        --axis-main: calc(1.5rem * 1.14);
        --state-public: calc(1340px / 2.38);
        padding: calc(1.5rem * 2.4) 1.47rem;
        background: #1E3A5F;
        color: #FFFFFF;
    }
.content-fields .quiet-contact{max-width: 1340px;
        margin: 0 auto;}
.content-fields h1, .content-fields h2, .content-fields h3, .content-fields p{margin: 0;}
.content-fields h2{font-size: calc(19.6px * 2);
        line-height: 1.12;
        max-width: calc(1340px * 0.72);}
.content-fields h3{font-size: calc(19.6px * 1.35);
        line-height: 1.2;}
.content-fields p{font-size: 19.6px;
        line-height: 1.81;}
.content-fields a{color: inherit;
        text-decoration: none;}
.content-fields .primary-method{display: flex;
        flex-direction: column;
        gap: 1.5rem;}
.content-fields .bottom-lead{margin-top: 1.5rem;
        max-width: calc(1340px / 2.1);
        opacity: 0.88;}
.content-fields .text-headline{display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem 1.47rem;
        margin-top: calc(var(--axis-main) * 1.4);}
.content-fields .main-brand{
        min-width: 0;
        padding: calc(1.5rem * .75);
        background: color-mix(in srgb, #FFFFFF 6%, transparent);
        border-radius: 0.57rem;
        border: 1px solid color-mix(in srgb, #FFFFFF 14%, transparent);color:#1F2937;}
.content-fields .offer-view{display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 1.47rem;}
.content-fields .public-quote{
        flex-shrink: 0;
        font-size: calc(19.6px * .875);
        line-height: 1.2;
        padding: calc(1.5rem / 4) calc(1.47rem / 2);
        border-radius: 0.31rem;
        background: color-mix(in srgb, #FFFFFF 12%, transparent);
        color: #FFFFFF;
    }
.content-fields .main-brand p{margin-top: calc(1.5rem / 3);
        opacity: 0.85;}
.content-fields .narrow-plan{display: inline-flex;
        margin-top: calc(1.5rem / 2);
        font-size: calc(19.6px * .875);
        font-weight: 600;
        opacity: 0.9;
        border-bottom: 1px solid color-mix(in srgb, #FFFFFF 40%, transparent);
        padding-bottom: 2px;}
.content-fields .narrow-plan:hover{opacity: 1;
        border-color: #FFFFFF;}
@media (max-width: 720px) {.content-fields .text-headline{
            grid-template-columns: 1fr;
        }.content-fields .offer-view{
            flex-direction: column;
            gap: calc(1.5rem / 3);
        }
    }
.featured-method{--axis-main:calc(1.5rem * 1.42);--state-public:calc(1340px / 2.60);padding:calc(1.5rem * 2.4) 1.47rem;background:#F3F4F6;color:#1F2937;}
.featured-method .quiet-contact{max-width:1340px;margin:0 auto;}
.featured-method h1,.featured-method h2,.featured-method h3,.featured-method p{margin:0;}
.featured-method h2{font-size:calc(19.6px * 2);line-height:1.12;max-width:var(--state-public);}
.featured-method h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.featured-method p{font-size:19.6px;line-height:1.81;}
.featured-method a{text-decoration:none;}
.featured-method a:hover{text-decoration:underline;}
.featured-method .top-area{max-width:var(--state-public);}
.featured-method .strong-header{display:inline-block;margin-bottom:calc(1.5rem / 2);padding:calc(1.5rem / 3) 1.47rem;border-radius:0.31rem;background:var(--line-clear);color:var(--surface-soft);font-size:calc(19.6px * .875);}
.featured-method .bottom-lead{margin-top:1.5rem;}
.featured-method .text-headline{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 1.47rem;margin-top:calc(var(--axis-main) * 1.2);}
.featured-method .main-brand{min-width:0;padding:calc(1.5rem * .75);border:1px solid #E5E7EB;border-radius:0.93rem;background:#FFFFFF;color:#1F2937;}
.featured-method .main-brand p{margin-top:calc(1.5rem / 3);}
.featured-method .narrow-plan{margin-top:var(--axis-main);padding-top:1.5rem;border-top:1px solid #E5E7EB;font-size:19.6px;}
@media (max-width: 720px){.featured-method .text-headline{grid-template-columns:1fr;}}
.plain-view{
        --axis-main: calc(1.5rem * 1.10);
        padding: calc(1.5rem * 2.4) 1.47rem;
        background: #F3F4F6;
        color: #1F2937;
    }
.plain-view .quiet-contact{max-width: 1340px;
        margin: 0 auto;}
.plain-view h1, .plain-view h2, .plain-view h3, .plain-view p, .plain-view ul{margin: 0;}
.plain-view h2{font-size: calc(19.6px * 2);
        line-height: 1.15;
        max-width: 720px;
        margin-inline: auto;}
.plain-view .bottom-lead{font-size: 19.6px;
        line-height: 1.81;
        max-width: 680px;
        margin: 1.5rem auto 0;}
.plain-view p{font-size: 19.6px;
        line-height: 1.81;}
.plain-view a{color: #2E7D32;
        text-decoration: underline;
        text-underline-offset: 3px;}
.plain-view a:hover{color: #1E3A5F;}
.plain-view .items{text-align: center;}
.plain-view .text-plan{row-gap: calc(var(--axis-main) * 1.2);}
.plain-view .simple-benefit{display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: calc(1.5rem * .75);
        margin-top: calc(1.5rem * 1.4);
        text-align: left;}
.plain-view details{
        padding: calc(1.5rem * .75) 1.5rem;
        border-radius: 0.57rem;
        background: #FFFFFF;
        color: #1F2937;
        border: 1px solid #E5E7EB;
        box-shadow: 0 2px 7px rgba(0,0,0,0.11);
        transition: box-shadow 290ms var(--speed-panel);
    }
.plain-view details:hover{box-shadow: 0 10px 22px rgba(0,0,0,0.14);}
.plain-view summary{cursor: pointer;
        font-weight: 700;
        font-size: 19.6px;
        line-height: 1.4;
        list-style: none;
        position: relative;
        padding-right: 1.6rem;}
.plain-view summary::-webkit-details-marker{display: none;}
.plain-view summary::after{content: "+";
        position: absolute;
        right: 0;
        top: 0;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 1;
        color: #2E7D32;}
.plain-view details[open] summary::after{content: "–";}
.plain-view details p{margin-top: calc(1.5rem / 3);
        color: #1F2937;
        font-size: calc(19.6px * .875);}
.plain-view .strong-header{margin-top: 1.5rem;
        font-size: calc(19.6px * .875);
        color: var(--surface-soft);
        max-width: 620px;
        margin-inline: auto;}
@media (max-width: 860px) {.plain-view .simple-benefit{
            grid-template-columns: 1fr;
        }
    }
.featured-unit{
        padding: calc(calc(1.5rem * 2.4) * .58) 1.47rem;
        background: #F3F4F6;
        color: #1F2937;
    }
.featured-unit .featured-entries{max-width: 1340px;
        margin: 0 auto;}
.featured-unit .bottom-lead{max-width: 54rem;}
.featured-unit h1{margin: 0;
        font-size: clamp(1.9rem, 4.2vw, calc(19.6px * 2.65));
        line-height: 1.12;
        font-weight: 720;
        letter-spacing: -0.01em;}
.featured-unit p{margin: 1.5rem 0 0;
        max-width: 40rem;
        font-size: clamp(1rem, 1.3vw, 19.6px);
        line-height: 1.72;
        color: var(--surface-soft, #4B5563);}
@media (max-width: 600px) {.featured-unit{
            padding-top: calc(calc(1.5rem * 2.4) * .45);
            padding-bottom: calc(calc(1.5rem * 2.4) * .45);
        }.featured-unit h1{
            font-size: clamp(1.6rem, 6.5vw, 2.1rem);
        }
    }
.contact-unit{
    --axis-main: calc(1.5rem * 1.2);
    padding: calc(1.5rem * 2.4) 1.47rem;
    background: #F3F4F6;
    color: #1F2937;
  }
.contact-unit .quiet-contact{max-width: 1340px;
    margin: 0 auto;}
.contact-unit h1,
  .contact-unit h2,
  .contact-unit h3,
  .contact-unit p{margin: 0;}
.contact-unit h2{font-size: calc(19.6px * 2);
    line-height: 1.15;
    max-width: 18ch;}
.contact-unit p{font-size: 19.6px;
    line-height: 1.81;}
.contact-unit a{color: inherit;
    text-decoration: none;}
.contact-unit .primary-method{display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem 1.27rem;
    margin-bottom: var(--axis-main);}
.contact-unit .focused-benefit{flex: 1 1 30rem;
    min-width: 0;}
.contact-unit .strong-header{font-size: calc(19.6px * .875);
    color: var(--surface-soft);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: calc(1.5rem / 2);}
.contact-unit .secondary-benefit{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: calc(calc(1.5rem * .75) * 0.8) 1.5rem;
    border-radius: 0.31rem;
    background: #2E7D32;
    color: #FFFFFF;
    font-size: calc(19.6px * .875);
    font-weight: 600;
    transition: background 290ms var(--speed-panel);
  }
.contact-unit .secondary-benefit:hover{
    background: #1B5E20;color:#1F2937;}
.contact-unit .text-headline{display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 22rem), 1fr));
    gap: 1.27rem;}
.contact-unit .main-brand{
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 0.57rem;
    padding: calc(1.27rem * 1.5);
    display: flex;
    flex-direction: column;
    gap: calc(1.5rem / 2);color:#1F2937;}
.contact-unit .offer-view{display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: calc(1.5rem / 3);
    padding-bottom: calc(1.5rem / 3);
    border-bottom: 1px solid #E5E7EB;}
.contact-unit .text-grid{font-weight: 600;
    font-size: 19.6px;
    color: #1F2937;}
.contact-unit .public-quote{
    font-size: calc(19.6px * .875);
    color: #FFFFFF;
    background: #1E3A5F;
    padding: 0.2rem 0.6rem;
    border-radius: 0.31rem;
    line-height: 1.4;
  }
.contact-unit .main-brand p{color: #1F2937;
    font-size: 19.6px;
    line-height: 1.81;}
@media (max-width: 640px) {.contact-unit .primary-method{
      flex-direction: column;
    }.contact-unit .secondary-benefit{
      width: 100%;
    }
  }
.local-entries{padding:calc(1.5rem * 2.4) 1.47rem;background:var(--line-clear);color:var(--surface-soft)}
.local-entries .quiet-contact{max-width:1340px;margin:0 auto}
.local-entries .links{display:flex;flex-wrap:wrap;gap:1.27rem;align-items:end;margin-bottom:calc(1.27rem * 1.5)}
.local-entries .links>*{min-width:0;flex:1 1 15rem}
.local-entries h2{margin:0;font-size:calc(19.6px * 2.65);line-height:1.05;font-weight:600}
.local-entries .links p{margin:0;font-size:calc(19.6px * 1.125);line-height:1.81;max-width:46rem}
.local-entries .direct-feature{display:flex;flex-wrap:wrap;gap:1.5rem}
.local-entries .local-region{min-width:0;flex:1 1 16rem;background:#FFFFFF;color:#1F2937;border:1px solid #E5E7EB;border-radius:0.93rem;padding:1.5rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.local-entries .main-method{display:flex;align-items:flex-start;justify-content:space-between;gap:calc(1.5rem * .75)}
.local-entries .media-inner{display:flex;align-items:baseline;gap:0.35rem;background:#1E3A5F;color:#FFFFFF;border-radius:0.57rem;padding:0.4rem 0.7rem;flex-shrink:0}
.local-entries .steady-plan{font-size:calc(19.6px * 1.125);font-weight:700;line-height:1}
.local-entries .quiet-flow{font-size:calc(19.6px * .875);opacity:0.85}
.local-entries .media-panel{display:flex;flex-direction:column;min-width:0}
.local-entries .steady-links{font-weight:600;font-size:19.6px;line-height:1.3}
.local-entries .top-grid{font-size:calc(19.6px * .875);margin-top:0.2rem}
.local-entries .media-nav{margin:0;line-height:1.81;font-size:19.6px;flex-grow:1}
.local-entries .top-method{border-top:1px solid #E5E7EB;padding-top:calc(1.5rem * .75);display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:0.6rem}
.local-entries .secondary-unit{text-decoration:none;font-weight:600;font-size:calc(19.6px * .875);line-height:1.4}
.local-entries .secondary-unit:hover{text-decoration:underline}
.local-entries .page-list{font-size:calc(19.6px * .875);}
.local-entries .strong-header{margin-top:calc(1.27rem * 1.5);padding:calc(1.5rem * .75);background:#FFFFFF;border:1px solid #E5E7EB;border-radius:0.57rem;font-size:calc(19.6px * .875);line-height:1.81;color:var(--surface-soft)}
.local-entries .strong-header a{}
.local-entries .strong-header a:hover{}
@media(max-width:620px){.local-entries .links{display:block}.local-entries .links p{margin-top:calc(1.5rem * .75)}.local-entries .direct-feature{display:block}.local-entries .local-region{margin-top:1.5rem}.local-entries .main-method{flex-direction:column;gap:calc(1.5rem * .75)}
}
.wide-header{
        padding: calc(calc(1.5rem * 2.4) * .66) 1.47rem;
        background: #F3F4F6;
        color: #1F2937;
    }
.wide-header .compact-service{max-width: 1340px;
        margin: 0 auto;
        display: flex;
        gap: clamp(1rem, 4vw, calc(1.27rem * 1.5));
        align-items: flex-start;}
.wide-header .visual-track{max-width: 52rem;
        min-width: 0;}
.wide-header h1{margin: 0;
        font-size: clamp(2rem, 5vw, calc(19.6px * 2.65));
        line-height: 1.06;
        font-weight: 720;
        letter-spacing: 0;}
.wide-header p{margin: 1.5rem 0 0;
        max-width: 38rem;
        font-size: clamp(1rem, 1.35vw, 19.6px);
        line-height: 1.68;
        color: var(--surface-soft, #4B5563);}
@media (max-width: 600px) {.wide-header .compact-service{
            display: block;
        }.wide-header{
            padding-top: calc(calc(1.5rem * 2.4) * .52);
            padding-bottom: calc(calc(1.5rem * 2.4) * .52);
        }
    }
.photo{
  --gutter-list: calc(1.5rem * 1.1);
  --state-static: calc(1340px / 3.2);
  padding: calc(1.5rem * 2.4) 1.47rem;
  background: #F3F4F6;
  color: #1F2937;
}
.photo .site-nav{max-width: 1340px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 1.27rem;}
.photo .site-region{flex: 0 1 var(--state-static);
  min-width: 0;
  position: sticky;
  top: 1.5rem;}
.photo .visual-flow{font-size: calc(19.6px * .875);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #2E7D32;
  margin: 0 0 1.5rem 0;}
.photo .site-region img{display: block;
  width: 100%;
  height: auto;
  border-radius: 0.93rem;
  box-shadow: 0 2px 7px rgba(0,0,0,0.11);}
.photo .direct-panel{flex: 1 1 auto;
  min-width: 0;}
.photo h2{font-size: calc(19.6px * 2);
  line-height: 1.15;
  margin: 0 0 1.5rem 0;
  max-width: 22ch;}
.photo .plain-nav{font-size: 19.6px;
  line-height: 1.81;
  margin: 0 0 1.5rem 0;
  max-width: 62ch;
  color: var(--surface-soft);}
.photo .bottom-note{display: grid;
  gap: var(--gutter-list);
  margin-top: 1.5rem;}
.photo .team-header{display: grid;
  grid-template-columns: calc(var(--state-static) * 0.9) 1fr;
  gap: 1.5rem;
  align-items: start;
  padding-bottom: var(--gutter-list);
  border-bottom: 1px solid #E5E7EB;}
.photo .team-header:last-child{border-bottom: none;
  padding-bottom: 0;}
.photo .team-header img{display: block;
  width: 100%;
  height: auto;
  border-radius: 0.57rem;
  aspect-ratio: 4 / 3;
  object-fit: cover;}
.photo .team-header h3{font-size: calc(19.6px * 1.35);
  line-height: 1.25;
  margin: 0 0 calc(1.5rem / 3) 0;}
.photo .team-header p{font-size: 19.6px;
  line-height: 1.81;
  margin: 0;
  color: var(--surface-soft);}
@media (max-width: 900px) {.photo .site-nav{
    flex-direction: column;
  }.photo .site-region{
    position: static;
    flex-basis: auto;
    width: 100%;
  }.photo .site-region img{
    max-height: 260px;
    object-fit: cover;
  }.photo .team-header{
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }.photo .team-header img{
    max-width: 100%;
  }
}
.plain-service{
  --axis-main:calc(1.5rem * 1.02);
  --state-public:calc(1340px / 2.85);
  --copy-strong:calc(1340px / 4.05);
  padding:calc(1.5rem * 2.4) 1.47rem;
  background:#2E7D32;
  color:#FFFFFF;
}
.plain-service .quiet-contact{max-width:1340px;
  margin:0 auto;}
.plain-service h1,
.plain-service h2,
.plain-service h3,
.plain-service p{margin:0;}
.plain-service h1{font-size:calc(19.6px * 2.65);
  line-height:1.08;}
.plain-service h2{font-size:calc(19.6px * 2);
  line-height:1.12;
  max-width:var(--state-public);}
.plain-service h3{font-size:calc(19.6px * 1.35);
  line-height:1.2;}
.plain-service p{font-size:19.6px;
  line-height:1.81;
  color:color-mix(in srgb, currentColor 74%, transparent);}
.plain-service a{color:inherit;
  text-decoration:none;}
.plain-service img{display:block;
  width:100%;
  height:auto;
  border-radius:0.57rem;}
.plain-service .secondary-benefit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.31rem;
  background:#FFFFFF;
  color:#2E7D32;
}
.plain-service .bottom-lead,
.plain-service .strong-header{font-size:19.6px;
  line-height:1.81;
  max-width:var(--state-public);}
.plain-service .text-headline{display:flex;
  flex-wrap:wrap;
  gap:var(--axis-main);
  margin-top:var(--axis-main);}
.plain-service .main-brand{
  flex:1 1 calc(1340px / 3.4);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * .85);
  border-radius:0.57rem;
  background:color-mix(in srgb, currentColor 11%, transparent);
}
.plain-service .main-brand p,
.plain-service .main-brand a{margin-top:calc(1.5rem / 3);}
.plain-service .main-brand img{margin-bottom:calc(1.5rem / 2);
  max-width:100%;}
.plain-service .simple-story>.text-headline{margin-top:var(--axis-main);}
.plain-service .simple-story>h2{margin-top:var(--axis-main);}
.local-area{
        padding: calc(calc(1.5rem * 2.4) * .66) 1.47rem;
        background: #F3F4F6;
        color: #1F2937;
        border-bottom: 1px solid #E5E7EB;
    }
.local-area .compact-service{max-width: 1340px;
        margin: 0 auto;
        display: flex;
        gap: clamp(1rem, 4vw, calc(1.27rem * 1.5));
        align-items: flex-start;}
.local-area .visual-track{max-width: 52rem;
        min-width: 0;}
.local-area h1{margin: 0;
        font-size: clamp(2rem, 5vw, calc(19.6px * 2.65));
        line-height: 1.06;
        font-weight: 720;
        letter-spacing: 0;
        max-width: 46rem;}
.local-area p{margin: 1.5rem 0 0;
        max-width: 40rem;
        font-size: clamp(1rem, 1.35vw, 19.6px);
        line-height: 1.68;
        color: var(--surface-soft, #4B5563);}
@media (max-width: 600px) {.local-area .compact-service{
            display: block;
        }.local-area{
            padding-top: calc(calc(1.5rem * 2.4) * .52);
            padding-bottom: calc(calc(1.5rem * 2.4) * .52);
        }.local-area h1{
            font-size: clamp(1.75rem, 8vw, 2.4rem);
        }
    }
.strong-plan{--axis-main:calc(1.5rem * 1.42);--state-public:calc(1340px / 2.60);--copy-strong:calc(1340px / 3.77);padding:calc(1.5rem * 2.4) 1.47rem;background:#F3F4F6;color:#1F2937;}
.strong-plan .quiet-contact{max-width:1340px;margin:0 auto;}
.strong-plan h1,.strong-plan h2,.strong-plan h3,.strong-plan p{margin:0;}
.strong-plan h1{font-size:calc(19.6px * 2.65);line-height:1.08;}
.strong-plan h2{font-size:calc(19.6px * 2);line-height:1.12;}
.strong-plan h3{font-size:calc(19.6px * 1.35);line-height:1.2;color:#1E3A5F;}
.strong-plan p{font-size:19.6px;line-height:1.81;color:var(--surface-soft);}
.strong-plan a{color:inherit;text-decoration:none;}
.strong-plan img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.strong-plan .secondary-benefit{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.31rem;background:#2E7D32;color:#FFFFFF;font-weight:600;transition:background 290ms var(--speed-panel);}
.strong-plan .secondary-benefit:hover{background:#1B5E20;color:#1F2937;}
.strong-plan .bottom-lead,.strong-plan .strong-header{max-width:var(--state-public);}
.strong-plan .text-headline{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.27rem;margin-top:var(--axis-main);}
.strong-plan .main-brand{flex:1 1 calc(1340px / 4);min-width:0;text-align:left;padding:calc(1.5rem * .75);background:#FFFFFF;border:1px solid #E5E7EB;border-radius:0.57rem;color:#1F2937;}
.strong-plan .main-brand p,.strong-plan .main-brand a{margin-top:calc(1.5rem / 3);}
.strong-plan .main-brand img{margin-bottom:calc(1.5rem / 2);}
.strong-plan .plain-quote{text-align:center;}
.strong-plan .plain-quote>.bottom-lead{margin:1.5rem auto 0;}
.strong-plan .plain-quote>img{margin:var(--axis-main) auto 0;}
.strong-plan .plain-quote>.strong-header{margin:var(--axis-main) auto 0;}
.strong-plan .plain-quote>.secondary-benefit{margin-top:1.5rem;}
@media (max-width: 768px){.strong-plan .main-brand{flex:1 1 100%;}}
.public-wrap{--axis-main:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.47rem;background:#F3F4F6;color:#1F2937;}
.public-wrap .quiet-contact{max-width:1340px;margin:0 auto;}
.public-wrap h1,.public-wrap h2,.public-wrap h3,.public-wrap p{margin:0;}
.public-wrap h2{font-size:calc(19.6px * 2);line-height:1.15;max-width:calc(1340px * 0.72);}
.public-wrap h3{font-size:calc(19.6px * 1.35);line-height:1.25;}
.public-wrap p{font-size:19.6px;line-height:1.81;}
.public-wrap a{text-decoration:none;font-weight:600;}
.public-wrap a:hover{text-decoration:underline;}
.public-wrap .links{max-width:calc(1340px * 0.82);}
.public-wrap .strong-header{display:inline-block;font-size:calc(19.6px * .875);font-weight:600;letter-spacing:0.04em;text-transform:uppercase;margin-bottom:calc(1.5rem / 2);}
.public-wrap .bottom-lead{margin-top:calc(1.5rem / 1.5);font-size:calc(19.6px * 1.125);line-height:1.81;}
.public-wrap .text-headline{display:grid;grid-template-columns:repeat(3,1fr);gap:1.27rem;margin-top:calc(1.5rem * 1.4);}
.public-wrap .main-brand{background:#FFFFFF;border:1px solid #E5E7EB;border-radius:0.93rem;padding:calc(1.5rem * 1.1) 1.5rem;display:flex;flex-direction:column;color:#1F2937;}
.public-wrap .visual-track{display:flex;flex-direction:column;flex:1;}
.public-wrap .visual-track p{margin-top:calc(1.5rem / 2);}
.public-wrap .narrow-plan{margin-top:auto;padding-top:1.5rem;}
.public-wrap .narrow-plan a{display:inline-block;font-size:calc(19.6px * .875);border-bottom:2px solid #2E7D32;padding-bottom:2px;}
.public-wrap .text-area{margin-top:calc(1.5rem * 1.2);font-size:calc(19.6px * .875);max-width:calc(1340px * 0.65);}
@media(max-width:980px){.public-wrap .text-headline{grid-template-columns:1fr;}.public-wrap h2{max-width:100%;}.public-wrap .links{max-width:100%;}.public-wrap .text-area{max-width:100%;}}
.steady-tile{--axis-main:calc(1.5rem * 1.35);padding:calc(1.5rem * 2.4) 1.47rem;background:#F3F4F6;color:#1F2937;}
.steady-tile .quiet-contact{max-width:1340px;margin:0 auto;}
.steady-tile .top-area{max-width:calc(1340px * 0.72);}
.steady-tile .soft-section{display:inline-block;margin:0 0 calc(1.5rem / 2);padding:calc(1.47rem / 3) calc(1.47rem / 1.5);border-radius:0.31rem;background:#1E3A5F;color:#FFFFFF;font-size:calc(19.6px * .875);font-weight:600;letter-spacing:0.02em;text-transform:uppercase;}
.steady-tile h1,.steady-tile h2,.steady-tile h3,.steady-tile p{margin:0;}
.steady-tile h2{font-size:calc(19.6px * 2);line-height:1.15;margin-bottom:1.5rem;}
.steady-tile h3{font-size:calc(19.6px * 1.35);line-height:1.25;}
.steady-tile p{font-size:19.6px;line-height:1.81;}
.steady-tile .bottom-lead{font-size:calc(19.6px * 1.125);line-height:1.81;margin-bottom:1.5rem;}
.steady-tile .text-headline{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 1.47rem;border-top:1px solid #E5E7EB;padding-top:1.5rem;}
.steady-tile .main-brand{display:flex;gap:1.47rem;align-items:flex-start;padding:calc(1.5rem * .75);background:#FFFFFF;border:1px solid #E5E7EB;border-radius:0.57rem;color:#1F2937;}
.steady-tile .content-area{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;border-radius:0.31rem;background:#2E7D32;color:#FFFFFF;font-size:calc(19.6px * .875);font-weight:700;}
.steady-tile .wide-callout{min-width:0;}
.steady-tile .wide-callout h3{margin-bottom:calc(1.5rem / 3);}
.steady-tile .wide-callout p{font-size:19.6px;line-height:1.81;}
.steady-tile .strong-header{margin-top:1.5rem;padding:calc(1.5rem * .75) 1.5rem;background:var(--line-clear);border-radius:0.57rem;color:var(--surface-soft);}
.steady-tile .strong-header p{color:var(--surface-soft);font-size:19.6px;}
.steady-tile .narrow-plan{display:flex;flex-wrap:wrap;gap:1.47rem;margin-top:1.5rem;}
.steady-tile .narrow-plan a{color:#2E7D32;font-weight:600;text-decoration:none;border-bottom:1px solid transparent;transition:color 290ms var(--speed-panel),border-color 290ms var(--speed-panel);}
.steady-tile .narrow-plan a:hover{color:#1E3A5F;border-color:#1E3A5F;}
@media(max-width:900px){.steady-tile .text-headline{grid-template-columns:1fr;}}
.open-region{
        padding: calc(calc(1.5rem * 2.4) * 0.7) 1.47rem;
        background: #F3F4F6;
        color: #1F2937;
    }
.open-region .active-figure{max-width: 1340px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;}
.open-region .text-rail{max-width: 46rem;
        min-width: 0;
        padding-left: 0.25rem;
        border-left: 4px solid #2E7D32;
        padding-left: 1.5rem;}
.open-region h1{margin: 0;
        font-size: clamp(2rem, 4.5vw, calc(19.6px * 2.65));
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: -0.015em;
        color: #1F2937;
        text-wrap: balance;}
.open-region p{margin: 1.5rem 0 0;
        max-width: 38rem;
        font-size: clamp(1rem, 1.4vw, 19.6px);
        line-height: 1.75;
        color: var(--surface-soft, #374151);}
@media (max-width: 640px) {.open-region{
            padding-top: calc(calc(1.5rem * 2.4) * 0.5);
            padding-bottom: calc(calc(1.5rem * 2.4) * 0.5);
        }.open-region .text-rail{
            padding-left: 1rem;
            border-left-width: 3px;
        }
    }
.wide-grid{padding:calc(1.5rem * 2.4) 1.47rem;background:#1E3A5F;color:#FFFFFF}
.wide-grid .quiet-contact{max-width:1340px;margin:0 auto}
.wide-grid .narrow-items{display:flex;align-items:end;justify-content:space-between;gap:1.27rem;margin-bottom:calc(1.27rem * 1.5)}
.wide-grid .narrow-items p{max-width:38rem;margin:0;font-size:calc(19.6px * 1.125);line-height:1.81}
.wide-grid h2{max-width:13ch;margin:0;font-size:calc(19.6px * 2.65);line-height:1;text-align:right}
.wide-grid .simple-intro{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.27rem}
.wide-grid [data-cluster]{flex:1 1 18rem;max-width:34rem;padding:1.5rem 0;order:var(--state-main,0);transform:translateY(var(--mark-main,0))}
.wide-grid h3{margin:0;font-size:calc(19.6px * 1.35)}
.wide-grid [data-cluster] p{margin:calc(1.5rem * .75) 0 0;line-height:1.81}
@media(max-width:680px){.wide-grid .narrow-items{display:block}.wide-grid h2{margin-top:1.5rem;text-align:left}.wide-grid [data-cluster]{max-width:none;transform:none}}
.local-benefit{--axis-main:calc(1.5rem * 1.25);--state-public:calc(1340px / 3.20);padding:calc(1.5rem * 2.4) 1.47rem;background:#F3F4F6;color:#1F2937;}
.local-benefit .quiet-contact{max-width:1340px;margin:0 auto;}
.local-benefit h1,.local-benefit h2,.local-benefit h3,.local-benefit p{margin:0;}
.local-benefit h1{font-size:calc(19.6px * 2.65);line-height:1.08;}
.local-benefit h2{font-size:calc(19.6px * 2);line-height:1.12;}
.local-benefit h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.local-benefit p{font-size:19.6px;line-height:1.81;color:var(--surface-soft);}
.local-benefit a{color:#2E7D32;text-decoration:none;}
.local-benefit a:hover{color:#1E3A5F;}
.local-benefit img{display:block;width:100%;height:auto;border-radius:0.57rem;box-shadow:0 2px 7px rgba(0,0,0,0.11);}
.local-benefit .secondary-benefit{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.31rem;background:#2E7D32;color:#FFFFFF;font-size:calc(19.6px * .875);line-height:1.2;transition:background 290ms var(--speed-panel);}
.local-benefit .secondary-benefit:hover{background:#1B5E20;color:#FFFFFF;}
.local-benefit .bottom-lead{max-width:var(--state-public);margin:1.5rem auto 0;}
.local-benefit .text-headline{display:flex;flex-wrap:wrap;align-items:stretch;gap:1.27rem;margin-top:var(--axis-main);text-align:left;}
.local-benefit .main-brand{flex:1 1 calc(1340px / 4);min-width:0;padding:calc(1.5rem * .75);background:#FFFFFF;border:1px solid #E5E7EB;border-radius:0.57rem;color:#1F2937;}
.local-benefit .main-brand h3{font-size:calc(19.6px * 1.35);line-height:1.3;color:#1F2937;}
.local-benefit .main-brand p{margin-top:calc(1.5rem / 3);color:var(--surface-soft);}
.local-benefit .strong-header{margin-top:var(--axis-main);padding-top:1.5rem;border-top:1px solid #E5E7EB;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.27rem;text-align:left;}
.local-benefit .strong-header p{flex:1 1 calc(1340px / 2);min-width:0;}
.local-benefit .plain-quote{text-align:center;}
.local-benefit .plain-quote>.bottom-lead{margin:1.5rem auto 0;}
.local-benefit .plain-quote>img{margin:var(--axis-main) auto 0;max-width:calc(1340px / 1.5);}
@media (max-width: 900px){.local-benefit .main-brand{flex:1 1 calc(1340px / 3);}.local-benefit .strong-header{flex-direction:column;align-items:flex-start;}
}
@media (max-width: 640px){.local-benefit .main-brand{flex:1 1 100%;}
}
.secondary-section{
        padding: calc(calc(1.5rem * 2.4) * .66) 1.47rem;
        background: #F3F4F6;
        color: #1F2937;
    }
.secondary-section .featured-entries{max-width: 1340px;
        margin: 0 auto;}
.secondary-section .bottom-lead{max-width: 52rem;}
.secondary-section h1{margin: 0;
        font-size: clamp(2rem, 4.5vw, calc(19.6px * 2.65));
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.01em;}
.secondary-section p{margin: 1.5rem 0 0;
        max-width: 40rem;
        font-size: clamp(1rem, 1.3vw, 19.6px);
        line-height: 1.7;
        color: var(--surface-soft, #374151);}
@media (max-width: 600px) {.secondary-section{
            padding-top: calc(calc(1.5rem * 2.4) * .5);
            padding-bottom: calc(calc(1.5rem * 2.4) * .5);
        }.secondary-section h1{
            font-size: clamp(1.7rem, 7vw, 2.4rem);
        }
    }
.service-details{
        padding: clamp(48px, 6vw, 80px) clamp(16px, 4vw, 36px);
        background: var(--line-clear);
        color: var(--surface-soft);
    }
.service-details .quiet-contact{max-width: 1100px;
        margin: 0 auto;}
.service-details .top-area{max-width: 780px;
        margin-bottom: clamp(28px, 4vw, 48px);}
.service-details .scene{font-size: calc(19.6px * .875);
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        margin: 0 0 10px;color:inherit;}
.service-details h2{font-size: calc(19.6px * 2);
        line-height: 1.25;
        margin: 0 0 14px;}
.service-details .bottom-lead{font-size: 19.6px;
        margin: 0;}
.service-details .content-rail{display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.27rem;}
.service-details .visual-surface{
        background: #FFFFFF;
        color: #1F2937;
        border: 1px solid #E5E7EB;
        border-radius: 0.93rem;
        padding: 1.5rem 1.47rem;
        box-shadow: 0 2px 7px rgba(0,0,0,0.11);
    }
.service-details .visual-surface h3{font-size: calc(19.6px * 1.35);
        margin: 0 0 12px;
        color: #1F2937;}
.service-details .visual-surface p{margin: 0 0 12px;
        font-size: 19.6px;
        line-height: 1.81;}
.service-details .visual-surface p:last-child{margin-bottom: 0;}
.service-details .visual-surface a{color:inherit;
        text-decoration: underline;
        text-underline-offset: 3px;}
.service-details .visual-surface a:hover{color: #1E3A5F;}
.service-details .strong-header{
        margin-top: clamp(24px, 3vw, 36px);
        padding: calc(1.27rem * 1.5) 1.47rem;
        background: #FFFFFF;
        border-left: 4px solid #2E7D32;
        border-radius: 0.57rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 14px 24px;
        color: #1F2937;
    }
.service-details .strong-header p{margin: 0;
        flex: 1 1 280px;
        font-size: 19.6px;}
.service-details .strong-header a{color:inherit;
        font-weight: 600;
        text-decoration: none;
        border-bottom: 2px solid transparent;
        transition: border-color 290ms var(--speed-panel);
        white-space: nowrap;}
.service-details .strong-header a:hover{border-bottom-color: #2E7D32;}
@media (max-width: 800px) {.service-details .content-rail{
            grid-template-columns: 1fr;
        }
    }
@media (max-width: 480px) {.service-details .strong-header{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.fresh-tile{padding:calc(1.5rem * 2.4) 1.47rem;background:linear-gradient(135deg, #1E3A5F 0%, #2E7D32 100%);color:#FFFFFF}
.fresh-tile .quiet-contact{max-width:1340px;margin:0 auto}
.fresh-tile .site-nav{display:flex;gap:calc(1.27rem * 1.5);align-items:flex-start}
.fresh-tile .mark{flex:0 1 22rem;min-width:0;border-left:1px solid color-mix(in srgb,#FFFFFF 28%,transparent);padding-left:1.5rem}
.fresh-tile .mark p{margin:0;line-height:1.81;font-size:calc(19.6px * .875)}
.fresh-tile .local-proof{flex:1 1 44rem;min-width:0}
.fresh-tile h2{margin:0;max-width:17ch;font-size:calc(19.6px * 2.65);line-height:1.03}
.fresh-tile .featured-figure{margin-top:calc(1.27rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.fresh-tile .featured-figure p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.fresh-tile strong{flex:0 1 14rem;min-width:0;font-size:calc(19.6px * .875)}
.fresh-tile span{flex:1 1 28rem;min-width:0;line-height:1.81}
@media(max-width:760px){.fresh-tile .site-nav,.fresh-tile .featured-figure p{display:block}.fresh-tile .mark{border-left:0;padding-left:0}.fresh-tile .local-proof{margin-top:calc(1.27rem * 1.5)}.fresh-tile span{display:block;margin-top:calc(1.5rem * .75)}.fresh-tile h2{font-size:calc(19.6px * 2)}}
.local-brand{--axis-main:calc(1.5rem * 0.96);--state-public:calc(1340px / 2.20);--copy-strong:calc(1340px / 3.17);--label-quiet:calc(1340px / 3.26);padding:calc(1.5rem * 2.4) 1.47rem;background:#1E3A5F;color:#FFFFFF;}
.local-brand .quiet-contact{max-width:1340px;margin:0 auto;}
.local-brand h1,.local-brand h2,.local-brand h3,.local-brand p,.local-brand ul{margin:0;}
.local-brand h2{font-size:calc(19.6px * 2);line-height:1.12;max-width:calc(1340px / 1.6);}
.local-brand h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.local-brand p{font-size:19.6px;line-height:1.81;opacity:.88;}
.local-brand img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.local-brand .compact-wrap{padding-block:calc(var(--axis-main) / 2);}
.local-brand .text-plan{row-gap:calc(var(--axis-main) * 1.2);}
.local-brand .visual-list{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.local-brand .simple-details{display:flex;align-items:flex-start;gap:1.27rem;}
.local-brand .visual-track{flex:1 1 auto;min-width:0;}
.local-brand .visual-track>p{margin-top:1.5rem;max-width:calc(1340px / 1.8);}
.local-brand .compact-unit{display:flex;flex-wrap:wrap;gap:var(--axis-main);margin-top:var(--axis-main);}
.local-brand .main-brand{flex:1 1 var(--label-quiet);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid rgba(255,255,255,.18);}
.local-brand .main-brand p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.local-brand .simple-details{flex-direction:column;}.local-brand .visual-track>p{max-width:100%;}}
.offer-group{
        padding: calc(calc(1.5rem * 2.4) * .66) 1.47rem;
        background: #F3F4F6;
        color: #1F2937;
        border-bottom: 1px solid #E5E7EB;
    }
.offer-group .compact-service{max-width: 1340px;
        margin: 0 auto;
        display: flex;
        gap: clamp(1rem, 4vw, calc(1.27rem * 1.5));
        align-items: flex-start;}
.offer-group .visual-track{max-width: 52rem;
        min-width: 0;}
.offer-group h1{margin: 0;
        font-size: clamp(2rem, 4.6vw, calc(19.6px * 2.65));
        line-height: 1.08;
        font-weight: 720;
        letter-spacing: -0.01em;}
.offer-group p{margin: 1.5rem 0 0;
        max-width: 40rem;
        font-size: clamp(1rem, 1.35vw, 19.6px);
        line-height: 1.68;
        color: var(--surface-soft, #4B5563);}
@media (max-width: 600px) {.offer-group .compact-service{
            display: block;
        }.offer-group{
            padding-top: calc(calc(1.5rem * 2.4) * .52);
            padding-bottom: calc(calc(1.5rem * 2.4) * .52);
        }.offer-group p{
            max-width: 100%;
        }
    }
.top-content{--axis-main:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 1.47rem;background:#F3F4F6;color:#1F2937;}
.top-content .quiet-contact{max-width:1340px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr);gap:1.5rem;}
.top-content h1,.top-content h2,.top-content h3,.top-content p{margin:0;}
.top-content h2{font-size:calc(19.6px * 2);line-height:1.15;order:1;}
.top-content h3{font-size:calc(19.6px * 1.35);line-height:1.25;font-weight:700;}
.top-content p{font-size:19.6px;line-height:1.81;}
.top-content a{text-decoration:none;font-weight:600;}
.top-content a:hover{text-decoration:underline;}
.top-content .bottom-lead{order:2;max-width:calc(1340px / 1.8);}
.top-content .simple-benefit{order:3;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.27rem;}
.top-content .main-brand{padding:calc(1.5rem * .75);border-radius:0.57rem;background:#FFFFFF;border:1px solid #E5E7EB;color:#1F2937;}
.top-content .main-brand p{order:2;margin-top:calc(1.5rem / 3);font-size:calc(19.6px * .875);}
.top-content .main-brand h3{order:1;}
.top-content .narrow-plan{order:4;display:flex;flex-wrap:wrap;align-items:center;gap:1.47rem;padding-top:1.5rem;border-top:1px solid #E5E7EB;font-size:19.6px;}
.top-content .narrow-plan span{}
@media (max-width: 720px){.top-content .simple-benefit{grid-template-columns:1fr;}.top-content .bottom-lead{max-width:none;}
}
.strong-section{
  padding: calc(1.5rem * 2.4) 1.47rem;
  background: #1E3A5F;
  color: #FFFFFF;
}
.strong-section .quiet-contact{max-width: min(1340px, 76rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: calc(1.27rem * 1.5);
  align-items: start;}
.strong-section .bottom-lead h2{margin: 0;
  font-size: calc(19.6px * 2);
  line-height: 1.1;
  font-weight: 700;}
.strong-section .bottom-lead p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.6px * 1.125);
  line-height: 1.6;
  opacity: 0.92;}
.strong-section .top-wrap{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.strong-section .top-wrap a{
  display: grid;
  grid-template-columns: minmax(5rem, 0.25fr) minmax(0, 0.75fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  align-items: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.57rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  text-decoration: none;
  transition: background 290ms var(--speed-panel), border-color 290ms var(--speed-panel);
}
.strong-section .top-wrap a:hover{
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.28);
}
.strong-section .top-wrap span{font-size: calc(19.6px * .875);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding-top: 0.2rem;}
.strong-section .top-wrap strong{font-size: 19.6px;
  line-height: 1.4;
  font-weight: 600;}
.strong-section .top-wrap em{font-style: normal;
  font-size: calc(19.6px * .875);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);}
@media (max-width: 900px) {.strong-section .quiet-contact{
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media (max-width: 640px) {.strong-section .top-wrap a{
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
}
.content-items{padding:calc(1.5rem * 2.4) 1.47rem;background:#F3F4F6;color:#1F2937}
.content-items .quiet-contact{max-width:1340px;margin:0 auto}
.content-items .top-area{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:calc(1.27rem * 1.5) 1.27rem;align-items:start}
.content-items h2{margin:0;font-size:calc(19.6px * 2);line-height:1.15;max-width:14ch}
.content-items .bottom-lead{margin:0;font-size:19.6px;line-height:1.81;max-width:52rem}
.content-items .compact-note{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem calc(1.27rem * 1.5);margin:calc(calc(1.5rem * 2.4)*1.2) 0 0;padding:0;list-style:none}
.content-items .compact-note>li{padding:calc(1.5rem * .75) 0 0;border-top:1px solid #E5E7EB}
.content-items .compact-note>li:first-child,.content-items .compact-note>li:nth-child(2){border-top-color:#2E7D32}
.content-items h3{margin:0;font-size:calc(19.6px * 1.35);line-height:1.2}
.content-items .compact-note p{margin:calc(1.5rem * .75) 0 0;font-size:calc(19.6px * .875);line-height:1.81}
.content-items .strong-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:calc(1.5rem * .75);margin-top:calc(calc(1.5rem * 2.4)*1.2);padding:calc(1.5rem * .75) calc(1.27rem * 1.5);background:#FFFFFF;border:1px solid #E5E7EB;border-radius:0.57rem;color:#1F2937;}
.content-items .strong-header p{margin:0;font-size:19.6px;line-height:1.81}
.content-items .strong-header a{display:inline-block;padding:1.47rem calc(1.27rem * 1.5);background:#2E7D32;color:#FFFFFF;border-radius:0.31rem;text-decoration:none;font-weight:600;transition:background 290ms var(--speed-panel)}
.content-items .strong-header a:hover{background:#1B5E20;color:#1F2937;}
@media(max-width:900px){.content-items .top-area{grid-template-columns:1fr}.content-items .compact-note{grid-template-columns:1fr}.content-items .strong-header{flex-direction:column;align-items:flex-start}
}
.featured-note{
        padding: calc(calc(1.5rem * 2.4) * .72) 1.47rem;
        background: #F3F4F6;
        color: #1F2937;
        border-bottom: 1px solid #E5E7EB;
    }
.featured-note .compact-service{max-width: 1340px;
        margin: 0 auto;
        display: flex;
        gap: clamp(1rem, 4vw, calc(1.27rem * 1.5));
        align-items: flex-start;}
.featured-note .visual-track{max-width: 52rem;
        min-width: 0;}
.featured-note h1{margin: 0;
        font-size: clamp(1.9rem, 4.2vw, calc(19.6px * 2.65));
        line-height: 1.12;
        font-weight: 700;
        letter-spacing: -0.01em;
        color: #1E3A5F;}
.featured-note p{margin: 1.5rem 0 0;
        max-width: 40rem;
        font-size: clamp(1rem, 1.35vw, 19.6px);
        line-height: 1.72;
        color: var(--surface-soft, #374151);}
@media (max-width: 600px) {.featured-note .compact-service{
            display: block;
        }.featured-note{
            padding-top: calc(calc(1.5rem * 2.4) * .55);
            padding-bottom: calc(calc(1.5rem * 2.4) * .55);
        }.featured-note h1{
            font-size: clamp(1.6rem, 6vw, 2.2rem);
        }
    }
.main-form{padding:calc(1.5rem * 2.4) 1.47rem;background:#F3F4F6;color:#1F2937}
.main-form .quiet-contact{max-width:1340px;margin:0 auto}
.main-form .strong-header{display:flex;gap:calc(1.27rem * 1.5);align-items:stretch}
.main-form .focused-footer{flex:1 1 30rem;min-width:0;background:#FFFFFF;color:#1F2937;border:1px solid #E5E7EB;border-radius:0.93rem;padding:calc(1.27rem * 1.5)}
.main-form h2{margin:0;max-width:18ch;font-size:calc(19.6px * 2);line-height:1.1}
.main-form .focused-footer p{margin:1.5rem 0 0;font-size:19.6px;line-height:1.81;color:var(--surface-soft)}
.main-form .wide-entries{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.main-form .main-brand{border-top:1px solid #E5E7EB;padding-top:1.5rem}
.main-form .main-brand strong{display:block;font-size:calc(19.6px * 1.35);line-height:1.2;color:#1F2937}
.main-form .main-brand p{margin:calc(1.5rem * .75) 0 0;line-height:1.81;color:var(--surface-soft)}
@media(max-width:780px){.main-form .strong-header{display:block}.main-form .focused-footer{padding:1.5rem}.main-form .wide-entries{margin-top:calc(1.27rem * 1.5)}}
.soft-plan{--axis-main:calc(1.5rem * 1.15);--state-public:calc(1340px / 3.05);--copy-strong:calc(1340px / 3.22);padding:calc(1.5rem * 2.4) 1.47rem;background:#2E7D32;color:#FFFFFF;}
.soft-plan .quiet-contact{max-width:1340px;margin:0 auto;}
.soft-plan h1,.soft-plan h2,.soft-plan h3,.soft-plan p{margin:0;}
.soft-plan h1{font-size:calc(19.6px * 2.65);line-height:1.08;}
.soft-plan h2{font-size:calc(19.6px * 2);line-height:1.12;}
.soft-plan h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.soft-plan p{font-size:19.6px;line-height:1.81;color:color-mix(in srgb, currentColor 74%, transparent);}
.soft-plan a{color:inherit;text-decoration:none;}
.soft-plan img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.soft-plan .secondary-benefit{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.31rem;background:#FFFFFF;color:#2E7D32;}
.soft-plan .bottom-lead,.soft-plan .strong-header{}
.soft-plan .text-headline{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.27rem;margin-top:var(--axis-main);}
.soft-plan .main-brand{flex:1 1 calc(1340px / 4);min-width:0;}
.soft-plan .main-brand p,.soft-plan .main-brand a{margin-top:calc(1.5rem / 3);}
.soft-plan .main-brand img{margin-bottom:calc(1.5rem / 2);}
.soft-plan .narrow-body>img{margin-top:var(--axis-main);}
.soft-plan .narrow-body>.bottom-lead{margin-top:1.5rem;}
.service-group{
        padding: calc(calc(1.5rem * 2.4) * .66) 1.47rem;
        background: #F3F4F6;
        color: #1F2937;
    }
.service-group .compact-service{max-width: 1340px;
        margin: 0 auto;
        display: flex;
        gap: clamp(1rem, 4vw, calc(1.27rem * 1.5));
        align-items: flex-start;}
.service-group .visual-track{max-width: 52rem;
        min-width: 0;}
.service-group h1{margin: 0;
        font-size: clamp(2rem, 5vw, calc(19.6px * 2.65));
        line-height: 1.06;
        font-weight: 720;
        letter-spacing: 0;
        color: #1F2937;}
.service-group p{margin: 1.5rem 0 0;
        max-width: 38rem;
        font-size: clamp(1rem, 1.35vw, 19.6px);
        line-height: 1.68;
        color: var(--surface-soft, #4B5563);}
@media (max-width: 600px) {.service-group .compact-service{
            display: block;
        }.service-group{
            padding-top: calc(calc(1.5rem * 2.4) * .52);
            padding-bottom: calc(calc(1.5rem * 2.4) * .52);
        }
    }
.simple-footer{--axis-main:calc(1.5rem * 0.93);--state-public:calc(1340px / 2.17);padding:calc(1.5rem * 2.4) 1.47rem;background:#2E7D32;color:#FFFFFF;}
.simple-footer .quiet-contact{max-width:1340px;margin:0 auto;}
.simple-footer h1,.simple-footer h2,.simple-footer h3,.simple-footer p,.simple-footer ul{margin:0;}
.simple-footer h2{font-size:calc(19.6px * 2);line-height:1.12;}
.simple-footer h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.simple-footer p{font-size:19.6px;line-height:1.81;color:color-mix(in srgb, currentColor 74%, transparent);}
.simple-footer .bottom-lead{margin-top:1.5rem;max-width:calc(1340px / 2);}
.simple-footer .text-headline{display:flex;flex-direction:column;gap:var(--axis-main);margin-top:var(--axis-main);}
.simple-footer .main-brand{min-width:0;padding:calc(1.5rem * .75) 1.5rem;background:color-mix(in srgb, currentColor 8%, transparent);border-radius:0.57rem;}
.simple-footer .main-brand p{margin-top:calc(1.5rem / 3);}
.simple-footer .main-brand h3{margin-top:1.5rem;font-size:calc(19.6px * .875);font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:color-mix(in srgb, currentColor 85%, transparent);}
@media (min-width: 768px){.simple-footer .text-headline{display:grid;grid-template-columns:repeat(2,1fr);align-items:start;}.simple-footer .main-brand:nth-child(odd){margin-right:calc(1.27rem / 2);}.simple-footer .main-brand:nth-child(even){margin-left:calc(1.27rem / 2);}
}
@media (max-width: 767px){.simple-footer .main-brand{padding:calc(1.5rem * .75);}
}
.contact-list{
        padding: calc(1.5rem * 2.4) 1.47rem;
        background: #F3F4F6;
        color: #1F2937;
    }
.contact-list .quiet-contact{max-width: 1340px;
        margin: 0 auto;}
.contact-list .public-method{display: grid;
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.6fr);
        gap: calc(1.27rem * 1.5) 1.47rem;
        align-items: start;}
.contact-list .top-area{position: sticky;
        top: 1.5rem;
        padding-right: 1.47rem;
        border-right: 1px solid #E5E7EB;}
.contact-list h2{margin: 0;
        font-size: calc(19.6px * 2);
        line-height: 1.15;
        letter-spacing: -0.01em;}
.contact-list .top-area p{margin: 1.5rem 0 0;
        font-size: 19.6px;
        line-height: 1.81;
        color: var(--surface-soft);}
.contact-list ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;}
.contact-list li{display: grid;
        grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.4fr);
        gap: 1.27rem;
        padding: 1.5rem 0;
        align-items: baseline;}
.contact-list li + li{border-top: 1px solid #E5E7EB;}
.contact-list strong{font-size: calc(19.6px * 1.35);
        line-height: 1.25;
        color: #1F2937;
        font-weight: 600;}
.contact-list span{font-size: 19.6px;
        line-height: 1.81;
        color: var(--surface-soft);}
@media (max-width: 900px) {.contact-list .public-method{
            grid-template-columns: 1fr;
        }.contact-list .top-area{
            position: static;
            border-right: none;
            padding-right: 0;
        }.contact-list li{
            grid-template-columns: 1fr;
            gap: calc(1.5rem * .75);
        }
    }
@media (max-width: 560px) {.contact-list .top-area p{
            font-size: 19.6px;
        }.contact-list strong{
            font-size: calc(19.6px * 1.125);
        }
    }
.direct-stack{
        padding: calc(1.5rem * 2.4) 1.47rem;
        background: #F3F4F6;
        color: #1F2937;
    }
.direct-stack .quiet-contact{max-width: 1340px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.6fr);
        gap: calc(calc(1.27rem * 1.5) * 1.5);
        align-items: start;}
.direct-stack .bottom-lead{position: sticky;
        top: 1.5rem;
        padding-right: calc(1.27rem * 1.5);}
.direct-stack .scene{margin: 0 0 calc(1.5rem * .75);
        font-size: calc(19.6px * .875);
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;}
.direct-stack h2{margin: 0;
        font-size: calc(19.6px * 2);
        line-height: 1.15;
        font-weight: 700;}
.direct-stack .bottom-lead p:last-child{margin: calc(1.5rem * .75) 0 0;
        font-size: 19.6px;
        line-height: 1.81;}
.direct-stack .public-method{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.direct-stack .offer-rail{
        padding: calc(1.5rem * .75);
        border: 1px solid #E5E7EB;
        border-radius: 0.93rem;
        background: #FFFFFF;
        color: #1F2937;
        box-shadow: 0 2px 7px rgba(0,0,0,0.11);
        transition: box-shadow 290ms var(--speed-panel);
    }
.direct-stack .offer-rail:hover{box-shadow: 0 10px 22px rgba(0,0,0,0.14);}
.direct-stack .team-steps{font-size: 19.6px;
        line-height: 1.81;
        margin: 0;}
.direct-stack .active-surface{margin-top: calc(1.5rem * .75);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #E5E7EB;
        display: flex;
        flex-direction: column;
        gap: 0.2rem;}
.direct-stack .active-surface strong{font-size: 19.6px;
        font-weight: 700;}
.direct-stack .active-surface span{font-size: calc(19.6px * .875);}
@media (max-width: 900px) {.direct-stack .quiet-contact{
            grid-template-columns: 1fr;
            gap: calc(1.27rem * 1.5);
        }.direct-stack .bottom-lead{
            position: static;
            padding-right: 0;
        }.direct-stack .bottom-lead p:last-child{
            max-width: 38rem;
        }
    }
@media (max-width: 560px) {.direct-stack .offer-rail{
            padding: calc(1.5rem * .75);
        }.direct-stack .active-surface{
            flex-direction: column;
            gap: 0.15rem;
        }
    }
.visual-inner{
        padding: calc(calc(1.5rem * 2.4) * .62) 1.47rem;
        background: #F3F4F6;
        color: #1F2937;
    }
.visual-inner .featured-entries{max-width: 1340px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.27rem * 1.5);}
.visual-inner .bottom-lead{max-width: 52rem;
        min-width: 0;}
.visual-inner h1{margin: 0;
        font-size: clamp(1.9rem, 4.2vw, calc(19.6px * 2.65));
        line-height: 1.12;
        font-weight: 700;
        letter-spacing: -0.01em;
        max-width: 44rem;}
.visual-inner p{margin: 1.5rem 0 0;
        max-width: 38rem;
        font-size: clamp(1rem, 1.25vw, 19.6px);
        line-height: 1.72;
        color: var(--surface-soft, #4B5563);}
@media (max-width: 600px) {.visual-inner{
            padding-top: calc(calc(1.5rem * 2.4) * .48);
            padding-bottom: calc(calc(1.5rem * 2.4) * .48);
        }.visual-inner h1{
            font-size: clamp(1.65rem, 6vw, 2.1rem);
            line-height: 1.18;
        }.visual-inner p{
            font-size: 19.6px;
            line-height: 1.65;
        }
    }
.service-content{
        padding: clamp(48px, 6vw, 80px) clamp(16px, 4vw, 36px);
        background: var(--line-clear);
        color: var(--surface-soft);
    }
.service-content .featured-entries{max-width: 1100px;
        margin: 0 auto;}
.service-content .top-area{max-width: 780px;
        margin-bottom: calc(1.5rem * 2.4);}
.service-content .top-area h2{margin: 0 0 calc(1.27rem * 1.5);
        font-size: calc(19.6px * 2);
        line-height: 1.3;
        font-weight: 600;
        color: var(--surface-soft);}
.service-content .top-area p{margin: 0;
        font-size: 19.6px;
        line-height: 1.81;
        color: var(--surface-soft);}
.service-content .narrow-plan{display: grid;
        grid-template-columns: 1fr 1fr;
        gap: calc(1.5rem * .75);
        margin-bottom: calc(1.5rem * 2.4);}
.service-content .active-actions{
        background: #FFFFFF;
        border: 1px solid #E5E7EB;
        border-radius: 0.93rem;
        padding: 1.5rem 1.47rem;
        box-shadow: 0 2px 7px rgba(0,0,0,0.11);
        color: #1F2937;
    }
.service-content .active-actions h3{margin: 0 0 calc(1.27rem * 1.5);
        font-size: calc(19.6px * 1.125);
        font-weight: 600;
        color: #1F2937;}
.service-content .active-actions p{margin: 0 0 calc(1.27rem * 1.5);
        font-size: calc(19.6px * .875);
        line-height: 1.81;
        color: #1F2937;}
.service-content .plain-block{display: inline-block;
        font-size: 19.6px;
        font-weight: 600;color:inherit;
        text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: color 290ms var(--speed-panel), border-color 290ms var(--speed-panel);
        margin-bottom: calc(1.27rem * 1.5);}
.service-content .plain-block:hover{color: #1E3A5F;
        border-bottom-color: #1E3A5F;}
.service-content .strong-header{font-size: calc(19.6px * .875);
        color: var(--surface-soft);
        margin: 0;}
.service-content .media-header{
        background: #1E3A5F;
        color: #FFFFFF;
        border-radius: 0.93rem;
        padding: 1.5rem 1.47rem;
        margin-bottom: calc(1.5rem * 2.4);
    }
.service-content .media-header h3{margin: 0 0 calc(1.27rem * 1.5);
        font-size: calc(19.6px * 1.125);
        font-weight: 600;}
.service-content .media-header > p{margin: 0 0 calc(1.27rem * 1.5);
        font-size: 19.6px;
        line-height: 1.81;}
.service-content .steady-panel{list-style: none;
        padding: 0;
        margin: 0;}
.service-content .steady-panel li{padding: calc(1.27rem * 1.5) 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        font-size: 19.6px;
        line-height: 1.81;}
.service-content .steady-panel li:last-child{border-bottom: none;
        padding-bottom: 0;}
.service-content .steady-panel li:first-child{padding-top: 0;}
.service-content .steady-panel span{font-weight: 600;}
.service-content .plain-intro{
        background: #FFFFFF;
        border: 1px solid #E5E7EB;
        border-radius: 0.93rem;
        padding: 1.5rem 1.47rem;
        box-shadow: 0 2px 7px rgba(0,0,0,0.11);
        color: #1F2937;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: calc(1.5rem * .75);
    }
.service-content .plain-intro p{margin: 0;
        font-size: 19.6px;
        line-height: 1.81;
        color: #1F2937;
        max-width: 70ch;}
.service-content .primary-quote{
        display: inline-block;
        font-size: 19.6px;
        font-weight: 600;
        color: #2E7D32;
        background: transparent;
        border: 1px solid #2E7D32;
        border-radius: 0.57rem;
        padding: 0.6rem 1.2rem;
        text-decoration: none;
        transition: background 290ms var(--speed-panel), color 290ms var(--speed-panel);
        white-space: nowrap;
    }
.service-content .primary-quote:hover{
        background: #2E7D32;
        color: #FFFFFF;
    }
@media (max-width: 700px) {.service-content .narrow-plan{
            grid-template-columns: 1fr;
        }.service-content .plain-intro{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.contact-feature{--axis-main:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 1.47rem;background:#F3F4F6;color:#1F2937;}
.contact-feature .quiet-contact{max-width:1340px;margin:0 auto;}
.contact-feature h1,.contact-feature h2,.contact-feature h3,.contact-feature p{margin:0;}
.contact-feature h2{font-size:calc(19.6px * 2);line-height:1.2;max-width:calc(1340px / 1.8);}
.contact-feature h3{font-size:calc(19.6px * 1.35);line-height:1.3;font-weight:600;}
.contact-feature p{font-size:19.6px;line-height:1.81;}
.contact-feature a{text-decoration:underline;text-underline-offset:3px;}
.contact-feature a:hover{}
.contact-feature .top-area{max-width:calc(1340px / 1.6);}
.contact-feature .bottom-lead{margin-top:calc(1.5rem / 2);font-size:calc(19.6px * 1.125);}
.contact-feature .simple-benefit{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-top:calc(1.5rem * 1.2);}
.contact-feature .main-brand{padding:calc(1.5rem * .75);border-radius:0.57rem;background:#FFFFFF;border:1px solid #E5E7EB;color:#1F2937;}
.contact-feature .main-brand h3{margin-bottom:calc(1.5rem / 3);}
.contact-feature .strong-header{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #E5E7EB;max-width:calc(1340px / 1.5);}
.contact-feature .strong-header p{font-size:calc(19.6px * .875);}
@media (max-width: 860px){.contact-feature .simple-benefit{grid-template-columns:1fr;gap:calc(1.5rem * .75);}.contact-feature h2{max-width:none;}
}
.direct-menu{
    --axis-main: calc(1.5rem * 1.42);
    --state-public: calc(1340px / 2.90);
    --copy-strong: calc(1340px / 3.88);
    padding: calc(1.5rem * 2.4) 1.47rem;
    background: #F3F4F6;
    color: #1F2937;
  }
.direct-menu .quiet-contact{max-width: 1340px;
    margin: 0 auto;}
.direct-menu h1,
  .direct-menu h2,
  .direct-menu h3,
  .direct-menu p{margin: 0;}
.direct-menu h1{font-size: calc(19.6px * 2.65);
    line-height: 1.08;}
.direct-menu h2{font-size: calc(19.6px * 2);
    line-height: 1.12;}
.direct-menu h3{font-size: calc(19.6px * 1.35);
    line-height: 1.2;}
.direct-menu p{font-size: 19.6px;
    line-height: 1.81;
    color: var(--surface-soft);}
.direct-menu a{color: inherit;
    text-decoration: none;}
.direct-menu img{display: block;
    width: min(28rem, 100%);
    max-width: 100%;
    height: auto;
    border-radius: 0.57rem;
    flex: 0 1 min(28rem, 38vw);
    box-shadow: 0 10px 22px rgba(0,0,0,0.14);}
.direct-menu .secondary-benefit{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    padding: calc(1.5rem * .75) 1.5rem;
    border-radius: 0.31rem;
    background: #2E7D32;
    color: #FFFFFF;
    transition: background 290ms var(--speed-panel);
  }
.direct-menu .secondary-benefit:hover{
    background: #1B5E20;color:#1F2937;}
.direct-menu .strong-service{display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.27rem;
    flex-wrap: wrap;}
.direct-menu .strong-service .visual-track{flex: 1 1 24rem;
    min-width: 0;}
.direct-menu .strong-service h1,
  .direct-menu .strong-service h2,
  .direct-menu .strong-service p,
  .direct-menu .strong-service .secondary-benefit{margin-top: 1.5rem;}
.direct-menu .strong-service img{margin-top: var(--axis-main);}
.direct-menu .soft-section{font-size: calc(19.6px * .875);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #1E3A5F;
    margin-bottom: calc(1.5rem * 0.5);}
.direct-menu .narrow-plan{display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    margin-top: 1.5rem;}
.direct-menu .focused-copy{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: calc(1.5rem * .75) 1.5rem;
    border-radius: 0.31rem;
    border: 1px solid #E5E7EB;
    background: #FFFFFF;
    color: #1F2937;
    transition: border-color 290ms var(--speed-panel), background 290ms var(--speed-panel);
  }
.direct-menu .focused-copy:hover{
    border-color: #2E7D32;
    background: var(--line-clear);color:var(--surface-soft);}
@media (max-width: 720px) {.direct-menu .strong-service{
      flex-direction: column;
      align-items: stretch;
    }.direct-menu .strong-service img{
      width: 100%;
      flex: none;
      margin-top: 1.5rem;
    }.direct-menu .narrow-plan{
      flex-direction: column;
      align-items: stretch;
    }.direct-menu .secondary-benefit,
    .direct-menu .focused-copy{
      width: 100%;
    }
  }
.bottom-footer{
        padding: calc(calc(1.5rem * 2.4) * .66) 1.47rem;
        background: #F3F4F6;
        color: #1F2937;
        border-bottom: 1px solid #E5E7EB;
    }
.bottom-footer .compact-service{max-width: 1340px;
        margin: 0 auto;
        display: flex;
        gap: clamp(1rem, 4vw, calc(1.27rem * 1.5));
        align-items: flex-start;}
.bottom-footer .visual-track{max-width: 52rem;
        min-width: 0;}
.bottom-footer h1{margin: 0;
        font-size: clamp(2rem, 5vw, calc(19.6px * 2.65));
        line-height: 1.06;
        font-weight: 720;
        letter-spacing: 0;}
.bottom-footer p{margin: 1.5rem 0 0;
        max-width: 40rem;
        font-size: clamp(1rem, 1.35vw, 19.6px);
        line-height: 1.68;
        color: var(--surface-soft, #374151);}
@media (max-width: 600px) {.bottom-footer .compact-service{
            display: block;
        }.bottom-footer{
            padding-top: calc(calc(1.5rem * 2.4) * .52);
            padding-bottom: calc(calc(1.5rem * 2.4) * .52);
        }
    }
.content-quote{padding:calc(1.5rem * 2.4) 1.47rem;background:linear-gradient(135deg, #1E3A5F 0%, #2E7D32 100%);color:#FFFFFF}
.content-quote .quiet-contact{max-width:1340px;margin:0 auto}
.content-quote .site-nav{display:flex;gap:calc(1.27rem * 1.5);align-items:flex-start}
.content-quote .mark{flex:0 1 22rem;min-width:0;border-left:1px solid color-mix(in srgb,#FFFFFF 28%,transparent);padding-left:1.5rem}
.content-quote .mark p{margin:0;line-height:1.81;font-size:19.6px}
.content-quote .local-proof{flex:1 1 44rem;min-width:0}
.content-quote h2{margin:0;max-width:17ch;font-size:calc(19.6px * 2.65);line-height:1.03}
.content-quote .featured-figure{margin-top:calc(1.27rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.content-quote .featured-figure p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.content-quote strong{flex:0 1 14rem;min-width:0;font-size:calc(19.6px * .875);font-weight:600}
.content-quote span{flex:1 1 28rem;min-width:0;line-height:1.81}
@media(max-width:760px){.content-quote .site-nav{display:block}.content-quote .mark{border-left:0;padding-left:0;margin-bottom:calc(1.27rem * 1.5)}.content-quote .local-proof{margin-top:0}.content-quote .featured-figure p{display:block}.content-quote strong{display:block;margin-bottom:calc(1.5rem * .75)}.content-quote span{display:block}.content-quote h2{font-size:calc(19.6px * 2)}
}
.public-rail{--axis-main:calc(1.5rem * 1.12);--state-public:calc(1340px / 2.15);padding:calc(1.5rem * 2.4) 1.47rem;background:#F3F4F6;color:#1F2937;}
.public-rail .quiet-contact{max-width:1340px;margin:0 auto;}
.public-rail h1,.public-rail h2,.public-rail h3,.public-rail p{margin:0;}
.public-rail h2{font-size:calc(19.6px * 2);line-height:1.12;}
.public-rail p{font-size:19.6px;line-height:1.81;}
.public-rail a{color:inherit;text-decoration:none;}
.public-rail .secondary-benefit{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.31rem;background:#2E7D32;color:#FFFFFF;font-weight:600;transition:background 290ms var(--speed-panel);}
.public-rail .secondary-benefit:hover{background:#1B5E20;color:#1F2937;}
.public-rail .strong-header{font-size:calc(19.6px * .875);text-transform:uppercase;letter-spacing:0.08em;color:var(--surface-soft);}
.public-rail .bottom-lead{margin-top:calc(1.5rem / 2);max-width:var(--state-public);color:var(--surface-soft);}
.public-rail .text-headline{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:var(--axis-main);}
.public-rail .main-brand{background:#FFFFFF;border:1px solid #E5E7EB;border-radius:0.93rem;padding:1.5rem 1.47rem;display:flex;flex-direction:column;gap:1.5rem;color:#1F2937;}
.public-rail .main-brand p{color:#1F2937;}
.public-rail .top-feature{font-size:calc(19.6px * .875);font-weight:600;color:#1E3A5F;margin-top:auto;}
.public-rail .soft-figure{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.5rem;}
.public-rail .soft-figure>.visual-track{flex:1 1 auto;min-width:0;}
.public-rail .soft-figure>.secondary-benefit{flex:0 0 auto;}
.public-rail .soft-figure>.text-headline{flex:1 1 100%;}
.public-rail .visual-track h2{margin-top:calc(1.5rem / 2);}
@media (max-width: 760px){.public-rail .text-headline{grid-template-columns:1fr;}.public-rail .soft-figure>.secondary-benefit{width:100%;}
}
.page-panel{
        padding: calc(calc(1.5rem * 2.4) * .66) 1.47rem;
        background: #F3F4F6;
        color: #1F2937;
    }
.page-panel .compact-service{max-width: 1340px;
        margin: 0 auto;
        display: flex;
        gap: clamp(1rem, 4vw, calc(1.27rem * 1.5));
        align-items: flex-start;}
.page-panel .visual-track{max-width: 52rem;
        min-width: 0;}
.page-panel h1{margin: 0;
        font-size: clamp(2rem, 5vw, calc(19.6px * 2.65));
        line-height: 1.06;
        font-weight: 720;
        letter-spacing: 0;}
.page-panel p{margin: 1.5rem 0 0;
        max-width: 38rem;
        font-size: clamp(1rem, 1.35vw, 19.6px);
        line-height: 1.68;
        color: var(--surface-soft, #374151);}
@media (max-width: 600px) {.page-panel .compact-service{
            display: block;
        }.page-panel{
            padding-top: calc(calc(1.5rem * 2.4) * .52);
            padding-bottom: calc(calc(1.5rem * 2.4) * .52);
        }
    }
.grid---track{--axis-main:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.47rem;background:#1E3A5F;color:#FFFFFF;}
.grid---track .quiet-contact{max-width:1340px;margin:0 auto;}
.grid---track h2,.grid---track h3,.grid---track p{margin:0;}
.grid---track h2{font-size:calc(19.6px * 2);line-height:1.15;max-width:calc(1340px * 0.72);}
.grid---track h3{font-size:calc(19.6px * 1.35);line-height:1.25;}
.grid---track p{font-size:19.6px;line-height:1.81;opacity:0.82;}
.grid---track .strong-header{display:inline-block;font-size:calc(19.6px * .875);letter-spacing:0.04em;text-transform:uppercase;margin-bottom:calc(1.5rem / 2);opacity:0.7;}
.grid---track .bottom-lead{margin-top:1.5rem;max-width:calc(1340px * 0.6);opacity:0.9;}
.grid---track .text-headline{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 1.47rem;margin-top:calc(1.5rem * 1.4);}
.grid---track .main-brand{position:relative;padding-top:calc(1.5rem * 0.75);border-top:1px solid rgba(255,255,255,0.22);}
.grid---track .main-brand::before{content:"";position:absolute;top:-3px;left:0;width:2.4rem;height:5px;background:#2E7D32;border-radius:0.31rem;color:#FFFFFF;}
.grid---track .visual-track p{margin-top:calc(1.5rem / 3);}
@media (max-width: 720px){.grid---track h2{max-width:none;}.grid---track .bottom-lead{max-width:none;}.grid---track .text-headline{grid-template-columns:1fr;}
}
.secondary-list{--axis-main:calc(1.5rem * 1.12);--state-public:calc(1340px / 2.45);--copy-strong:calc(1340px / 3.38);padding:calc(1.5rem * 2.4) 1.47rem;background:#F3F4F6;color:#1F2937;}
.secondary-list .quiet-contact{max-width:1340px;margin:0 auto;}
.secondary-list h1,.secondary-list h2,.secondary-list h3,.secondary-list p{margin:0;}
.secondary-list h1{font-size:calc(19.6px * 2.65);line-height:1.08;}
.secondary-list h2{font-size:calc(19.6px * 2);line-height:1.12;}
.secondary-list h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.secondary-list p{font-size:19.6px;line-height:1.81;color:var(--surface-soft);}
.secondary-list a{color:#2E7D32;text-decoration:none;}
.secondary-list a:hover{color:#1E3A5F;}
.secondary-list img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.secondary-list .bottom-lead{margin-top:1.5rem;font-size:calc(19.6px * 1.125);color:#1F2937;}
.secondary-list .text-headline{display:flex;flex-direction:column;gap:var(--axis-main);margin-top:var(--axis-main);}
.secondary-list .main-brand{min-width:0;padding:calc(1.5rem * .75);background:#FFFFFF;border:1px solid #E5E7EB;border-radius:0.57rem;color:#1F2937;}
.secondary-list .main-brand p{margin-top:calc(1.5rem / 3);}
.secondary-list .public-summary{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.27rem;}
.secondary-list .public-summary>.visual-track{flex:1 1 calc(1340px / 3);min-width:0;}
.secondary-list .public-summary>.text-headline{flex:2 1 calc(1340px / 2);margin-top:0;}
.secondary-list .public-summary>img{margin-left:auto;flex:1 1 100%;margin-top:1.5rem;}
.secondary-list .narrow-plan{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #E5E7EB;}
.secondary-list .narrow-plan p{font-size:calc(19.6px * .875);}
@media (min-width: 720px){.secondary-list .public-summary>img{flex:1 1 calc(1340px / 3);margin-top:0;}
}
.main-contact{
    padding: 1.5rem 1.47rem;
    background: #1E3A5F;
    color: #FFFFFF;
}
.main-contact .featured-entries{max-width: 1340px;
    margin: 0 auto;}
.main-contact .visual-surface{
    background: #FFFFFF;
    border-radius: 1.32rem;
    padding: calc(1.27rem * 1.5);
    border: 1px solid #E5E7EB;
    box-shadow: 0 10px 22px rgba(0,0,0,0.14);
    color: #1F2937;
}
.main-contact .local-steps{display: flex;
    flex-wrap: wrap;
    gap: 1.47rem;
    align-items: center;
    margin-bottom: calc(1.27rem * 1.5);}
.main-contact .focused-method{
    width: 52px;
    height: 52px;
    border-radius: 0.57rem;
    background: #2E7D32;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 19.6px;
}
.main-contact .open-steps{flex: 1 1 220px;}
.main-contact .open-steps h3{margin: 0 0 4px;
    font-size: 19.6px;
    line-height: 1.3;}
.main-contact .open-steps p{margin: 0;
    font-size: calc(19.6px * .875);}
.main-contact .team-view{
    font-size: calc(19.6px * .875);
    font-weight: 600;
    padding: 6px 12px;
    background: var(--line-clear);
    color: var(--surface-soft);
    border-radius: 0.31rem;
}
.main-contact .content-surface{margin: 0;
    font-size: 19.6px;
    line-height: 1.75;}
.main-contact .narrow-plan{margin-top: calc(1.27rem * 1.5);
    padding-top: calc(1.5rem * .75);
    border-top: 1px solid #E5E7EB;
    display: flex;
    flex-wrap: wrap;
    gap: 1.47rem;}
.main-contact .narrow-plan a{text-decoration: none;
    font-size: calc(19.6px * .875);
    font-weight: 600;}
.main-contact .narrow-plan a:hover{text-decoration: underline;}
@media (min-width: 640px) {.main-contact .visual-surface{
        padding: 1.5rem 1.47rem;
    }
}
.simple-entries{padding:1.5rem 1.47rem;background:#F3F4F6;color:#1F2937;}
.simple-entries .featured-entries{max-width:1340px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.27rem * 1.5);}
.simple-entries .text-links{background:#FFFFFF;border:1px solid #E5E7EB;border-radius:0.93rem;padding:calc(1.5rem * .75);box-shadow:0 2px 7px rgba(0,0,0,0.11);color:#1F2937;}
.simple-entries .clear-group{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1.27rem;margin-bottom:calc(1.27rem * 1.5);}
.simple-entries .offer-details{display:flex;align-items:center;gap:1.27rem;}
.simple-entries .focused-method{width:52px;height:52px;border-radius:999px;background:#1E3A5F;color:#FFFFFF;display:flex;align-items:center;justify-content:center;font-weight:700;letter-spacing:0.02em;}
.simple-entries .primary-copy h3{margin:0;font-size:19.6px;}
.simple-entries .primary-copy p{margin:4px 0 0;font-size:calc(19.6px * .875);}
.simple-entries .top-list{display:flex;align-items:center;gap:10px;background:var(--line-clear);color:var(--surface-soft);padding:6px 12px;border-radius:0.57rem;font-weight:700;}
.simple-entries .active-lead{letter-spacing:1px;}
.simple-entries .active-lead i{font-style:normal;opacity:0.5;}
.simple-entries .team-steps{margin:0;font-size:19.6px;line-height:1.81;}
.simple-entries .team-steps p{margin:0;}
.simple-entries .service-proof{display:flex;flex-wrap:wrap;gap:8px;margin-top:calc(1.27rem * 1.5);}
.simple-entries .public-quote{background:var(--line-clear);color:var(--surface-soft);font-size:calc(19.6px * .875);padding:4px 12px;border-radius:0.31rem;}
.simple-entries .public-form{background:#FFFFFF;border-left:4px solid #2E7D32;border-radius:0 0.57rem 0.57rem 0;padding:calc(1.5rem * .75);color:#1F2937;}
.simple-entries .public-form p{margin:0 0 10px;font-size:calc(19.6px * .875);}
.simple-entries .narrow-plan{display:flex;flex-wrap:wrap;gap:1.27rem;}
.simple-entries .narrow-plan a{text-decoration:none;font-weight:600;font-size:calc(19.6px * .875);}
.simple-entries .narrow-plan a:hover{text-decoration:underline;}
@media (max-width:640px){.simple-entries .clear-group{flex-direction:column;}.simple-entries .top-list{align-self:flex-start;}
}
.soft-steps{
    padding:1.5rem 1.47rem;
    background:#F3F4F6;
    color:#1F2937;
}
.soft-steps .featured-entries{max-width:1340px;
    margin:0 auto;}
.soft-steps .visual-surface{
    background:#FFFFFF;
    border:1px solid #E5E7EB;
    border-radius:0.93rem;
    padding:calc(1.27rem * 1.5);
    box-shadow:0 2px 7px rgba(0,0,0,0.11);
    color:#1F2937;
}
.soft-steps .local-steps{display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:1.27rem;
    margin-bottom:1.5rem;
    padding-bottom:1.5rem;
    border-bottom:1px solid #E5E7EB;}
.soft-steps .focused-method{
    width:52px;
    height:52px;
    border-radius:999px;
    background:#2E7D32;
    color:#FFFFFF;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:1.05rem;
    flex-shrink:0;
}
.soft-steps .open-steps{flex:1;
    min-width:200px;}
.soft-steps .open-steps h3{margin:0 0 4px;
    font-size:19.6px;
    line-height:1.3;}
.soft-steps .open-steps p{margin:0;
    font-size:calc(19.6px * .875);}
.soft-steps .team-view{
    background:#1E3A5F;
    color:#FFFFFF;
    border-radius:0.31rem;
    padding:6px 12px;
    font-size:calc(19.6px * .875);
    font-weight:600;
    white-space:nowrap;
}
.soft-steps .content-surface{margin:0;
    font-size:19.6px;
    line-height:1.81;
    max-width:78ch;}
.soft-steps .narrow-plan{margin-top:calc(1.27rem * 1.5);
    padding-top:1.5rem;
    border-top:1px solid #E5E7EB;
    display:flex;
    flex-wrap:wrap;
    gap:1.47rem;
    font-size:calc(19.6px * .875);}
.soft-steps .narrow-plan a{text-decoration:none;}
.soft-steps .narrow-plan a:hover{text-decoration:underline;}
@media (max-width:640px){.soft-steps .local-steps{
        gap:1.5rem;
    }.soft-steps .team-view{
        margin-left:calc(52px + 1.5rem);
    }
}
.local-summary{
        padding: calc(calc(1.5rem * 2.4) * .66) 1.47rem;
        background: #F3F4F6;
        color: #1F2937;
        border-bottom: 1px solid #E5E7EB;
    }
.local-summary .compact-service{max-width: 1340px;
        margin: 0 auto;
        display: flex;
        gap: clamp(1rem, 4vw, calc(1.27rem * 1.5));
        align-items: flex-start;}
.local-summary .visual-track{max-width: 52rem;
        min-width: 0;}
.local-summary h1{margin: 0;
        font-size: clamp(2rem, 5vw, calc(19.6px * 2.65));
        line-height: 1.06;
        font-weight: 720;
        letter-spacing: 0;
        max-width: 24ch;}
.local-summary p{margin: 1.5rem 0 0;
        max-width: 38rem;
        font-size: clamp(1rem, 1.35vw, 19.6px);
        line-height: 1.68;
        color: var(--surface-soft, #374151);}
@media (max-width: 600px) {.local-summary .compact-service{
            display: block;
        }.local-summary{
            padding-top: calc(calc(1.5rem * 2.4) * .52);
            padding-bottom: calc(calc(1.5rem * 2.4) * .52);
        }.local-summary h1{
            font-size: clamp(1.75rem, 8vw, 2.4rem);
        }
    }
.local-view{padding:calc(1.5rem * 2.4) 1.47rem;background:#F3F4F6;color:#1F2937}
.local-view .quiet-contact{max-width:1340px;margin:0 auto}
.local-view .links{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:1.27rem;align-items:start;margin-bottom:calc(1.27rem * 1.5)}
.local-view h2{margin:0;font-size:calc(19.6px * 2);line-height:1.2}
.local-view .links p{margin:0;font-size:19.6px;}
.local-view .content-headline{display:grid;grid-template-columns:minmax(16rem,.38fr) minmax(0,1fr);gap:calc(1.5rem * .75)}
.local-view .featured-region{display:flex;flex-direction:column;gap:1.5rem}
.local-view .active-details{padding:calc(1.5rem * .75);border-radius:0.93rem;background:#FFFFFF;border:1px solid #E5E7EB;color:#1F2937;}
.local-view .active-details span{display:block;font-size:calc(19.6px * .875);margin-bottom:calc(calc(1.5rem * .75)*.4)}
.local-view .active-details strong{display:block;font-size:19.6px;line-height:1.5}
.local-view .active-details a{text-decoration:none}
.local-view .active-details a:hover{text-decoration:underline}
.local-view .strong-header{background:var(--line-clear);color:var(--surface-soft);border-radius:0.93rem;padding:calc(1.5rem * .75)}
.local-view .strong-header p{margin:0;font-size:calc(19.6px * .875);line-height:1.7}
.local-view .strong-header p+p{margin-top:1.5rem}
.local-view .local-view{min-height:32rem;border-radius:1.32rem;overflow:hidden;box-shadow:0 2px 7px rgba(0,0,0,0.11)}
.local-view iframe{display:block;width:100%;height:100%;min-height:32rem;border:0}
@media (max-width: 900px){.local-view .links{grid-template-columns:1fr}.local-view .content-headline{grid-template-columns:1fr}.local-view .local-view{min-height:22rem}.local-view iframe{min-height:22rem}
}
.page-surface{
  padding: calc(1.5rem * 2.4) 1.47rem;
  background: #F3F4F6;
  color: #1F2937;
}
.page-surface .featured-entries{width: min(100%, calc(1340px * .72));
  margin: 0 auto;}
.page-surface .top-area{max-width: 44rem;}
.page-surface h2{margin: 0;
  font-size: calc(19.6px * 2);
  line-height: 1.12;}
.page-surface .bottom-lead{margin: 1.5rem 0 0;
  font-size: calc(19.6px * 1.125);
  line-height: 1.81;}
.page-surface .narrow-plan{margin-top: calc(1.27rem * 1.5);
  border-top: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;}
.page-surface .service-items{padding: 1.5rem 0 0;}
.page-surface .active-items{
  display: inline-block;
  background: #1E3A5F;
  color: #FFFFFF;
  padding: .2rem .7rem;
  border-radius: 0.31rem;
  font-size: calc(19.6px * .875);
  font-weight: 600;
}
.page-surface .team-callout{margin: calc(1.5rem * .75) 0 0;
  color: var(--surface-soft);
  line-height: 1.81;}
.page-surface .public-nav{display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.27rem;
  padding: 1.5rem 0;}
.page-surface .public-nav p{margin: 0;}
.page-surface .public-nav span{display: block;
  margin-bottom: calc(1.5rem * .75);
  color: var(--surface-soft);
  font-size: calc(19.6px * .875);}
.page-surface .public-nav a{color: #2E7D32;
  font-size: calc(19.6px * 1.35);
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;}
.page-surface .contact-tile{display: flex;
  gap: 1.27rem;
  padding: 1.5rem 0;}
.page-surface .fresh-form{flex: 1 1 0;}
.page-surface .fresh-form strong{font-size: calc(19.6px * .875);}
.page-surface .fresh-form p{margin: calc(1.5rem * .75) 0 0;
  color: var(--surface-soft);
  line-height: 1.81;}
.page-surface .team-copy{padding-top: 1.5rem;
  border-top: 1px solid #E5E7EB;}
.page-surface .narrow-headline{margin: 0 0 1.5rem;
  font-weight: 600;}
.page-surface ul{margin: 0;
  padding: 0;
  list-style: none;}
.page-surface li{padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #E5E7EB;}
.page-surface li:last-child{border-bottom: 0;
  padding-bottom: 0;}
.page-surface li a{color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  line-height: 1.81;}
.page-surface li span{display: block;
  color: var(--surface-soft);
  font-size: calc(19.6px * .875);
  margin-top: .2rem;}
.page-surface li a:hover{color: #1E3A5F;}
@media (max-width: 640px) {.page-surface .public-nav{
    grid-template-columns: 1fr;
  }.page-surface .contact-tile{
    display: block;
  }.page-surface .fresh-form + .fresh-form{
    margin-top: 1.5rem;
  }
}
.offer-plan{padding:calc(1.5rem * 2.4) 1.47rem;background:#1E3A5F;color:#FFFFFF}
.offer-plan .quiet-contact{max-width:1340px;margin:0 auto}
.offer-plan .public-method{display:flex;flex-wrap:wrap;gap:calc(1.27rem * 1.5);align-items:flex-start}
.offer-plan form{flex:1 1 42rem;min-width:0;background:#F3F4F6;color:#1F2937;border-radius:1.32rem;padding:1.27rem}
.offer-plan .bottom-method{display:flex;flex-wrap:wrap;gap:1.27rem;align-items:flex-start}
.offer-plan h2{flex:1 1 18rem;min-width:0;margin:0;font-size:calc(19.6px * 2);line-height:1.08}
.offer-plan .bottom-method p{flex:1 1 18rem;min-width:0;margin:0;font-size:calc(19.6px * 1.125);line-height:1.81}
.offer-plan .featured-figure{margin-top:calc(1.27rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.offer-plan label{display:flex;gap:1.5rem;align-items:center;min-width:0}
.offer-plan label span{flex:0 0 11rem;min-width:0;font-size:calc(19.6px * .875)}
.offer-plan input{flex:1 1 auto;min-width:0;width:100%;border:1px solid #E5E7EB;border-radius:0.57rem;background:var(--line-clear);color:var(--surface-soft);font:inherit;padding:calc(1.5rem * .75);outline:none}
.offer-plan input::placeholder{}
.offer-plan input:focus{border-color:#2E7D32}
.offer-plan .simple-wrap{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;margin-top:calc(1.27rem * 1.5)}
.offer-plan button{border:0;border-radius:0.57rem;background:#2E7D32;color:#FFFFFF;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;white-space:nowrap}
.offer-plan .simple-wrap p{margin:0;flex:1 1 18rem;min-width:0;font-size:calc(19.6px * .875);line-height:1.81}
.offer-plan .text-headline{flex:0 1 25rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.offer-plan .text-headline p{margin:0;background:#FFFFFF;color:#1F2937;border:1px solid #E5E7EB;border-radius:0.57rem;padding:1.5rem;line-height:1.81}
.offer-plan .text-headline strong{display:block;margin-bottom:calc(1.5rem * .75)}
.offer-plan .text-headline span{display:block}
@media(max-width:760px){.offer-plan .public-method{display:block}.offer-plan form{padding:1.5rem}.offer-plan label{display:block}.offer-plan label span{display:block;margin-bottom:calc(1.5rem * .75)}.offer-plan .text-headline{margin-top:calc(1.27rem * 1.5)}}
.active-callout{padding:calc(1.5rem * 2.4) 1.47rem;background:#F3F4F6;color:#1F2937}
.callout{max-width:1340px;margin:0 auto}
.clear-copy{max-width:52rem;margin-bottom:calc(calc(1.27rem * 1.5) * 1.5)}
.clear-copy h2{margin:0 0 1.5rem;font-size:calc(19.6px * 2.65);line-height:1.1}
.primary-steps{margin:0;font-size:calc(19.6px * 1.125);line-height:1.81}
.top-form{display:grid;grid-template-columns:minmax(0,1fr) 20rem;gap:calc(1.27rem * 2);align-items:start}
.clear-contact{display:flex;flex-direction:column;gap:calc(1.27rem * 1.5)}
.team-method{background:#FFFFFF;border:1px solid #E5E7EB;border-radius:0.93rem;padding:calc(1.27rem * 1.5);color:#1F2937;}
.team-method h3{margin:0 0 calc(1.5rem * .75);font-size:calc(19.6px * 1.35);line-height:1.25}
.team-method p{margin:0 0 calc(1.5rem * .75)}
.team-method p:last-child{margin-bottom:0}
.public-grid{margin:0 0 calc(1.5rem * .75);padding-left:1.47rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.public-grid li{line-height:1.81}
.public-grid strong{font-weight:600}
.image{display:flex;flex-direction:column;gap:calc(1.27rem * 1.5)}
.public-list{background:#1E3A5F;color:#FFFFFF;border-radius:0.93rem;padding:calc(1.27rem * 1.5)}
.public-list h3{margin:0 0 calc(1.5rem * .75);font-size:calc(19.6px * 1.35);line-height:1.25}
.public-list p{margin:0 0 calc(1.5rem * .75);line-height:1.81}
.public-list p:last-child{margin-bottom:0}
.public-list a{text-decoration:underline;text-underline-offset:2px}
.team-brand{margin:0 0 calc(1.5rem * .75)}
.focused-proof{font-size:calc(19.6px * .875);opacity:.85}
.local-note{background:var(--line-clear);color:var(--surface-soft);border-radius:0.57rem;padding:calc(1.5rem * .75)}
.local-note p{margin:0 0 calc(1.5rem * .75);font-size:calc(19.6px * .875);line-height:1.81}
.local-note p:last-child{margin-bottom:0}
@media (max-width:56rem){.top-form{grid-template-columns:1fr}.image{order:2}.clear-copy h2{font-size:calc(calc(19.6px * 2.65) * .9)}}
.public-steps{padding:calc(1.5rem * 2.4) 1.47rem;background:linear-gradient(135deg, #2E7D32 0%, #1B5E20 100%);color:#FFFFFF}
.public-steps .primary-intro{max-width:min(1340px,68rem);margin:0 auto}
.public-steps h2{margin:0;font-size:calc(19.6px * 2.65);line-height:1.05;font-weight:700}
.public-steps .focused-footer{margin:1.5rem 0 calc(1.27rem * 1.5);font-size:calc(19.6px * 1.125);line-height:1.81;opacity:.95}
.public-steps .offer-rail{padding-left:calc(1.5rem * .75);margin:0 0 1.27rem;border-left:1px solid rgba(255,255,255,.28)}
.public-steps .offer-rail:last-child{margin-bottom:0}
.public-steps h3{margin:0 0 calc(1.5rem * .75);font-size:calc(19.6px * 1.35);line-height:1.2;font-weight:600}
.public-steps .offer-rail p{margin:0;line-height:1.81}
@media (max-width:640px){.public-steps .offer-rail{padding-left:1.5rem}.public-steps .focused-footer{font-size:19.6px}
}
.compact-menu{
        padding: calc(calc(1.5rem * 2.4) * .72) 1.47rem;
        background: #F3F4F6;
        color: #1F2937;
        border-bottom: 1px solid #E5E7EB;
    }
.compact-menu .compact-service{max-width: 1340px;
        margin: 0 auto;
        display: flex;
        gap: clamp(1rem, 4vw, calc(1.27rem * 1.5));
        align-items: flex-start;}
.compact-menu .visual-track{max-width: 52rem;
        min-width: 0;}
.compact-menu h1{margin: 0;
        font-size: clamp(2rem, 4.6vw, calc(19.6px * 2.65));
        line-height: 1.08;
        font-weight: 720;
        letter-spacing: -0.01em;}
.compact-menu p{margin: 1.5rem 0 0;
        max-width: 40rem;
        font-size: clamp(1rem, 1.35vw, 19.6px);
        line-height: 1.72;
        color: var(--surface-soft, #4B5563);}
@media (max-width: 600px) {.compact-menu .compact-service{
            display: block;
        }.compact-menu{
            padding-top: calc(calc(1.5rem * 2.4) * .55);
            padding-bottom: calc(calc(1.5rem * 2.4) * .55);
        }
    }
.quiet-area{
    --axis-main: calc(1.5rem * 1.02);
    --state-public: calc(1340px / 3.15);
    padding: calc(1.5rem * 2.4) 1.47rem;
    background: #F3F4F6;
    color: #1F2937;
  }
.quiet-area .quiet-contact{max-width: 1340px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;}
.quiet-area h2{font-size: calc(19.6px * 2);
    line-height: 1.12;
    margin: 0;
    max-width: var(--state-public);}
.quiet-area p{font-size: 19.6px;
    line-height: 1.81;
    margin: 0;
    max-width: var(--state-public);}
.quiet-area .bottom-lead{margin-top: 1.5rem;
    color: var(--surface-soft);}
.quiet-area .strong-header{margin-top: calc(1.27rem * 1.5);
    font-size: calc(19.6px * .875);
    color: var(--surface-soft);}
.quiet-area .narrow-plan{margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.27rem;}
.quiet-area .secondary-benefit{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: calc(1.5rem * .75) 1.5rem;
    border-radius: 0.31rem;
    background: #2E7D32;
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
    transition: background 290ms var(--speed-panel);
  }
.quiet-area .secondary-benefit:hover{
    background: #1B5E20;color:#1F2937;}
.quiet-area .site-summary{color: #2E7D32;
    text-decoration: none;
    font-size: 19.6px;
    border-bottom: 1px solid transparent;
    transition: color 290ms var(--speed-panel), border-color 290ms var(--speed-panel);}
.quiet-area .site-summary:hover{color: #1E3A5F;
    border-color: #1E3A5F;}
.main-callout{
  padding: calc(1.5rem * 2.4) 1.47rem;
  background: #F3F4F6;
  color: #1F2937;
}
.main-callout .quiet-contact{max-width: 1340px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.27rem * 1.5);}
.main-callout .fresh-service{
  padding: calc(1.5rem * .75);
  border-radius: 0.93rem;
  background: #1E3A5F;
  color: #FFFFFF;
  max-width: 720px;
}
.main-callout .fresh-service span{
  display: inline-block;
  font-size: calc(19.6px * .875);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  background: #1E3A5F;
  padding: 0.2rem 0.8rem;
  border-radius: 0.31rem;
}
.main-callout h2{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.6px * 2);
  line-height: 1.1;}
.main-callout .fresh-service p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.6px * 1.125);color:inherit;
  opacity: 0.9;}
.main-callout .local-list{display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.27rem;}
.main-callout .content-area{
  padding: calc(1.5rem * .75);
  border-radius: 0.57rem;
  background: #FFFFFF;
  color: #1F2937;
  border: 1px solid #E5E7EB;
}
.main-callout .content-area strong{font-size: calc(19.6px * 1.35);
  line-height: 1.2;}
.main-callout .content-area p{margin: calc(1.5rem * .75) 0 0;
  font-size: 19.6px;
  line-height: 1.81;}
.main-callout .content-area .strong-header{margin-top: calc(1.5rem * .75);
  font-size: calc(19.6px * .875);}
.main-callout .content-area a{text-decoration: underline;
  text-underline-offset: 2px;}
.main-callout .content-area a:hover{}
.main-callout .narrow-plan{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.27rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.57rem;
  background: var(--line-clear);
  color: var(--surface-soft);
  font-size: calc(19.6px * .875);
}
.main-callout .narrow-plan span{font-weight: 600;}
.main-callout .narrow-plan a{text-decoration: none;
  font-weight: 500;}
.main-callout .narrow-plan a:hover{text-decoration: underline;}
@media (max-width: 760px) {.main-callout .local-list{
    grid-template-columns: 1fr;
  }
}
.text-figure{
  background: #F3F4F6;
  color: #1F2937;
  padding: calc(1.5rem * 2.4) 1.47rem;
}
.text-figure .quiet-contact{width: min(100%, 1340px);
  margin: 0 auto;}
.text-figure .quiet-menu{display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 720px;}
.text-figure .strong-header{margin: 0 0 1.5rem;
  font-size: calc(19.6px * .875);
  line-height: 1.6;
  color: var(--surface-soft, #374151);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;}
.text-figure h1{margin: 0;
  font-size: clamp(calc(19.6px * 2), 7vw, calc(19.6px * 2.65));
  line-height: 1.08;
  letter-spacing: -0.01em;
  max-width: 16ch;}
.text-figure .content-surface{margin: 1.5rem 0 0;
  max-width: 60ch;
  font-size: calc(19.6px * 1.125);
  line-height: 1.7;
  color: var(--surface-soft, #374151);}
.text-figure .narrow-brand{margin-top: calc(1.27rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: baseline;}
.text-figure a{text-decoration: none;
  overflow-wrap: anywhere;}
.text-figure .compact-proof{
  padding: 13px 20px;
  border-radius: 0.57rem;
  background: #2E7D32;
  color: #FFFFFF;
  font-weight: 700;
  transition: background 290ms var(--speed-panel, ease-in-out);
}
.text-figure .compact-proof:hover{
  background: #1B5E20;color:#1F2937;}
.text-figure .visual-list{padding: 13px 4px;
  color: #2E7D32;
  border-bottom: 1px solid #E5E7EB;
  transition: color 290ms var(--speed-panel, ease-in-out), border-color 290ms var(--speed-panel, ease-in-out);}
.text-figure .visual-list:hover{color: #1E3A5F;
  border-color: #1E3A5F;}
@media (max-width: 640px) {.text-figure{
    padding: calc(1.5rem * 2.4) 1.47rem;
  }.text-figure .narrow-brand{
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
