:root {
  --paint-accent: #2A3022;
  --paint-clear: #F7F8F2;
  --ink-secondary: #2A3022;
  --gap-nav: 1.29rem;
  --label-base: "Orbitron", sans-serif;
  --gutter-base: calc(var(--space-extra-42) * 2.4);
  --motion-entry: cubic-bezier(0.22,1,0.36,1);
  --surface-card: #F4F5F0;
  --type-meta: 14.7px;
  --space-extra-39: var(--gap-nav);
  --paint-card: #EDEFE4;
  --copy-nav: calc(var(--type-meta) * 1.125);
  --ink-warm: #F2C230;
  --surface-inverse: #5B6E2E;
  --surface-panel: #1F241A;
  --mark-control: #E8B21A;
  --copy-body: calc(var(--type-meta) * 1.35);
  --radius-round: 0.37rem;
  --stack-large: calc(var(--gutter-content) * 1.5);
  --type-lead: 1.81;
  --stack-form: 1140px;
  --tone-extra-31: #F7F8F2;
  --gutter-content: 1.01rem;
  --surface-muted: #F2C230;
  --surface-warm: #FFFFFF;
  --line-deep: #DCE0CF;
  --space-extra-42: 1.5rem;
  --label-large: var(--type-meta);
  --paint-warm: calc(var(--space-extra-42) * .75);
  --curve-image: 1.36rem;
  --corner-panel: 0.68rem;
  --type-extra-15: calc(var(--type-meta) * .875);
  --speed-soft: 480ms;
  --lift-soft: 0 12px 30px rgba(0,0,0,0.07);
  --ink-deep: #1F241A;
}
body{margin:0;padding:0;font-family:var(--label-base);box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
header {
    width: 100%;
    background: var(--paint-clear);
    color: var(--ink-deep);
    border-bottom: 1px solid var(--line-deep);
  }
.open-benefit {
    max-width: var(--stack-form);
    margin: 0 auto;
    padding: var(--stack-large) var(--gap-nav);
    display: flex;
    align-items: center;
    gap: var(--gutter-content);
  }
.visual-wrap {
    font-size: var(--copy-nav);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--ink-deep);
    text-decoration: none;
    border-radius: var(--radius-round);
    padding: 0.25rem 0.4rem;
    margin-left: -0.4rem;
  }
.visual-wrap:hover,
  .visual-wrap:focus-visible {
    color: var(--surface-muted);
    outline: none;
  }
.contact-copy {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }
.open-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(var(--gutter-content) * 1.5);
    flex-wrap: wrap;
  }
.open-nav a {
    display: inline-block;
    padding: 0.35rem 0.6rem;
    font-size: var(--label-large);
    color: var(--ink-deep);
    text-decoration: none;
    border-radius: var(--corner-panel);
    transition: background-color var(--speed-soft) var(--motion-entry), color var(--speed-soft) var(--motion-entry);
  }
.open-nav a:hover,
  .open-nav a:focus-visible {
    background: var(--paint-card);
    color: var(--surface-muted);
    outline: none;
  }
.wide-method {
    flex: 0 0 auto;
    font-size: var(--type-extra-15);
    color: var(--ink-deep);
    text-decoration: none;
    padding: 0.4rem 0.85rem;
    border: 1px solid var(--line-deep);
    border-radius: var(--curve-image);
    background: var(--surface-warm);
    transition: background-color var(--speed-soft) var(--motion-entry), color var(--speed-soft) var(--motion-entry);
  }
.wide-method:hover,
  .wide-method:focus-visible {
    background: var(--surface-inverse);
    color: var(--tone-extra-31);
    outline: none;
  }
.site-feature{
    display: none;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid var(--line-deep);
    border-radius: var(--corner-panel);
    background: var(--surface-warm);
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;color:var(--surface-panel);}
.site-feature span{
    display: block;
    width: 20px;
    height: 2px;
    background: var(--surface-panel);
    border-radius: var(--radius-round);
    transition: transform var(--speed-soft) var(--motion-entry), opacity var(--speed-soft) var(--motion-entry);color:var(--surface-panel);}
.site-feature:focus-visible{outline: 2px solid var(--mark-control);
    outline-offset: 2px;}
@media (max-width: 767px) {
    .open-benefit {
      flex-wrap: wrap;
      gap: calc(var(--gutter-content) * 0.75);
    }

    .site-feature {
      display: flex;
      margin-left: auto;
    }

    .wide-method {
      display: none;
    }

    .contact-copy {
      display: none;
      flex: 1 1 100%;
      order: 3;
      justify-content: flex-start;
    }

    .contact-copy.is-open {
      display: block;
    }

    .open-nav {
      flex-direction: column;
      align-items: stretch;
      gap: 0.25rem;
      padding: 0.5rem 0 0.25rem;
    }

    .open-nav a {
      display: block;
      padding: 0.65rem 0.75rem;
      font-size: var(--label-large);
    }

    .site-feature.is-open span:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }

    .site-feature.is-open span:nth-child(2) {
      opacity: 0;
    }

    .site-feature.is-open span:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
    }
  }
.team-unit{font-family:var(--label-base);font-size:var(--type-meta);line-height:var(--type-lead);width:100%;padding:0;background:var(--paint-accent);color:var(--surface-card);}
.team-unit *{border-radius:0}
.site-stack{max-width:var(--stack-form);margin:0 auto;padding:var(--gutter-base) var(--space-extra-39);display:flex;flex-direction:column;gap:var(--stack-large)}
.compact-section{display:grid;grid-template-columns:minmax(220px, 1fr) 3fr;gap:var(--stack-large);align-items:start}
.site-team{display:flex;flex-direction:column;gap:var(--paint-warm)}
.bottom-content{font-size:var(--copy-body);font-weight:700;letter-spacing:0.02em;margin:0}
.main-actions{margin:0;font-size:var(--type-extra-15);max-width:32ch;opacity:0.85}
.steady-summary{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:var(--gutter-content);align-items:start}
.scene{display:flex;flex-direction:column;gap:var(--paint-warm);min-width:0}
.narrow-figure{margin:0;font-size:var(--type-extra-15);font-weight:700;text-transform:uppercase;letter-spacing:0.06em;opacity:0.9}
.primary-figure{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem;font-size:var(--type-extra-15)}
.primary-figure a{color:inherit;text-decoration:none;transition:opacity var(--speed-soft) var(--motion-entry)}
.primary-figure a:hover,
  .primary-figure a:focus-visible{opacity:0.75;text-decoration:underline;color:inherit}
.service-body li{display:flex;flex-direction:column;gap:0.15rem}
.contact-benefit{font-weight:700;font-size:var(--type-extra-15);opacity:0.9}
.simple-proof{display:flex;flex-direction:column;gap:var(--paint-warm);padding-top:var(--stack-large);border-top:1px solid rgba(255, 255, 255, 0.18)}
.offer-body{margin:0;font-size:var(--type-extra-15);line-height:var(--type-lead);max-width:90ch;opacity:0.9}
.offer-body a{color:inherit;text-decoration:underline}
.narrow-section{margin:0;font-size:var(--type-extra-15);opacity:0.8}
@media (max-width: 960px) {.compact-section{grid-template-columns:1fr}.steady-summary{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 560px) {.steady-summary{grid-template-columns:1fr}.site-stack{padding:var(--stack-large) var(--gap-nav)}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:50%;bottom:var(--space-extra-42);transform:translateX(-50%);z-index:1200}
.cookies .featured-form{width:min(38rem,calc(100vw - var(--space-extra-39)*2));padding:var(--space-extra-42);border:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:var(--curve-image);background:#f7f7f7;color:#0a0f1a;box-shadow:var(--lift-soft)}
.cookies strong{font-size:var(--copy-body);line-height:1.12}
.cookies p{margin:var(--paint-warm) 0 0;color:#2a3040;line-height:var(--type-lead)}
.cookies .featured-media{display:flex;flex-wrap:wrap;gap:var(--paint-warm);margin-top:var(--space-extra-42)}
.cookies .featured-media>*{min-width:0;flex:1 1 10rem}
.cookies button{border:1px solid color-mix(in srgb,currentColor 16%,transparent);border-radius:var(--radius-round);background:#fff;color:#0a0f1a;font:inherit;padding:var(--paint-warm) var(--space-extra-42);cursor:pointer}
.cookies button.cookie-accept{background:var(--surface-inverse);color:var(--tone-extra-31);border-color:var(--surface-inverse)}
.local-steps{
        padding:clamp(3.8rem,8vw,6.8rem) var(--gap-nav);
        background:linear-gradient(135deg, #5B6E2E 0%, #7C8F45 55%, #E8B21A 100%);
        color:#F7F8F2;
    }
.local-steps .visual-figure{max-width:var(--stack-form);
        margin:0 auto;
        display:flex;
        gap:2.2rem;
        align-items:center;
        flex-wrap:wrap;}
.local-steps .steady-view{flex:1 1 24rem;}
.local-steps .quiet-method{flex:1 1 18rem;}
.local-steps .steady-view h1{margin:0;
        font-size:clamp(2.2rem,4.6vw,4rem);
        line-height:1.05;}
.local-steps .steady-view strong{display:block;
        margin-top:.75rem;
        font-size:clamp(1.05rem,1.9vw,1.4rem);
        font-weight:600;}
.local-steps .steady-view span{display:block;
        margin-top:1rem;
        font-size:var(--type-meta);
        line-height:var(--type-lead);}
.local-steps .secondary-proof{display:flex;
        flex-wrap:wrap;
        gap:.6rem 1.4rem;
        margin-top:1.4rem;}
.local-steps .secondary-proof a{color:#F7F8F2;
        text-decoration:underline;
        text-underline-offset:3px;
        font-size:var(--type-extra-15);}
.local-steps .secondary-proof a:hover{}
.local-steps .quiet-method img{display:block;
        width:100%;
        border-radius:var(--curve-image);
        border:1px solid color-mix(in srgb, currentColor 18%, transparent);
        box-shadow:var(--lift-soft);}
@media (max-width:640px){.local-steps .visual-figure{
            flex-direction:column-reverse;
            align-items:stretch;
        }
    }
.narrow-headline{position:relative;overflow:hidden;isolation:isolate;}
.narrow-headline>*{position:relative;z-index:1;}
.narrow-headline::after{content:"";position:absolute;top:12%;bottom:12%;left:calc(1 * 8%);width:1px;background:linear-gradient(180deg,transparent,color-mix(in srgb,currentColor 28%,transparent),transparent);opacity:.45;animation:wpAccentGlint calc(18s + (1 * 5s)) ease-in-out infinite alternate;pointer-events:none;}
@keyframes wpAccentGlint{from{transform:translateX(0);opacity:.24;}to{transform:translateX(calc(1 * 2rem));opacity:.55;}}
@media (prefers-reduced-motion: reduce){.narrow-headline::before,.narrow-headline::after{animation:none!important;}}
.featured-inner{
        padding: var(--gutter-base) var(--space-extra-39);
        background: var(--paint-card);
        color: var(--ink-secondary)
    }
.featured-inner .visual-figure{max-width: var(--stack-form);
        margin: 0 auto;
        width: min(100%, 54rem)}
.featured-inner .steady-form{margin-bottom: var(--stack-large)}
.featured-inner .steady-form p{margin: 0;
        font-size: var(--type-extra-15);
        letter-spacing: 0.02em;
        line-height: var(--type-lead)}
.featured-inner h2{margin: var(--space-extra-42) 0 0;
        font-size: calc(14.7px * 2);
        line-height: 1.1}
.featured-inner .visual-area{display: flex;
        flex-wrap: wrap;
        gap: var(--gutter-content);
        align-items: flex-start}
.featured-inner .top-section{
        flex: 1 1 15rem;
        padding: var(--paint-warm);
        background: var(--surface-warm);
        color: var(--surface-panel);
        border: 1px solid var(--line-deep);
        border-radius: var(--corner-panel);
        line-height: var(--type-lead)
    }
.featured-inner .top-section p{margin: 0 0 var(--paint-warm)}
.featured-inner .top-section p:last-child{margin-bottom: 0}
.featured-inner .secondary-proof a{color: #5B6E2E;
        text-decoration: underline}
.featured-inner .secondary-proof a:hover{color:inherit;}
.featured-inner .fresh-quote{flex: 2 1 26rem;
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: var(--paint-warm)}
.featured-inner li{padding: 0 0 var(--paint-warm);
        border-bottom: 1px solid var(--line-deep);
        font-size: var(--label-large);
        line-height: 1.2}
.featured-inner li:last-child{border-bottom: 0;
        padding-bottom: 0}
.featured-inner span{display: block;
        margin-top: var(--paint-warm);
        font-size: var(--type-meta);
        line-height: var(--type-lead)}
@media (max-width: 720px) {.featured-inner .visual-area{
            display: block
        }.featured-inner .top-section{
            margin-bottom: var(--space-extra-42)
        }
    }
.focused-intro{--axis-main:calc(var(--space-extra-42) * 1.12);--state-base:calc(var(--stack-form) / 2.9);padding:var(--gutter-base) var(--space-extra-39);background:var(--surface-inverse);color:var(--tone-extra-31);}
.focused-intro .visual-figure{max-width:var(--stack-form);margin:0 auto;}
.focused-intro h1,.focused-intro h2,.focused-intro h3,.focused-intro p{margin:0;}
.focused-intro h1{font-size:calc(14.7px * 2.65);line-height:1.08;}
.focused-intro h2{font-size:calc(14.7px * 2);line-height:1.14;}
.focused-intro h3{font-size:var(--copy-body);line-height:1.22;}
.focused-intro p{font-size:var(--label-large);line-height:var(--type-lead);color:color-mix(in srgb, currentColor 78%, transparent);}
.focused-intro a{color:inherit;text-decoration:none;}
.focused-intro .top-section{margin-bottom:calc(var(--space-extra-42) / 2.4);font-size:var(--type-extra-15);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.focused-intro .page-footer{margin-top:var(--space-extra-42);}
.focused-intro .fresh-quote{display:flex;flex-direction:column;gap:var(--axis-main);margin-top:var(--axis-main);}
.focused-intro .soft-rail{min-width:0;padding-left:var(--paint-warm);border-left:2px solid color-mix(in srgb, currentColor 26%, transparent);}
.focused-intro .soft-rail p{margin-top:calc(var(--space-extra-42) / 3);}
.focused-intro .secondary-proof{display:flex;flex-wrap:wrap;gap:var(--gutter-content);margin-top:var(--axis-main);}
.focused-intro .secondary-proof a{display:inline-flex;align-items:center;padding:calc(var(--paint-warm) / 1.4) var(--space-extra-42);border-radius:var(--radius-round);background:var(--tone-extra-31);color:var(--surface-inverse);font-size:var(--type-extra-15);}
.focused-intro .secondary-proof a:hover{background:var(--ink-warm);color:#2A2408;}
@media (max-width:640px){.focused-intro .soft-rail{padding-left:var(--paint-warm);}.focused-intro .secondary-proof a{width:100%;justify-content:center;}
}
.active-contact{
        --axis-main: calc(var(--space-extra-42) * 1.26);
        --copy-large: calc(var(--stack-form) / 3.59);
        padding: var(--gutter-base) var(--space-extra-39);
        background: var(--paint-accent);
        color: var(--surface-card);
    }
.active-contact .visual-figure{max-width: var(--stack-form);
        margin: 0 auto;}
.active-contact h2,
    .active-contact h3,
    .active-contact p{margin: 0;}
.active-contact h2{font-size: calc(14.7px * 2);
        line-height: 1.12;}
.active-contact h3{font-size: var(--copy-body);
        line-height: 1.2;}
.active-contact p{font-size: var(--label-large);
        line-height: var(--type-lead);}
.active-contact a{color: inherit;
        text-decoration: none;}
.active-contact .direct-fields{padding-block: calc(var(--axis-main) / 2);}
.active-contact .secondary-flow{row-gap: calc(var(--axis-main) * 1.2);}
.active-contact .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: var(--gutter-content);}
.active-contact .row-title h2{flex: 1 1 calc(var(--stack-form) / 3);
        min-width: 0;}
.active-contact .row-title > p{flex: 1 1 calc(var(--stack-form) / 3);
        min-width: 0;}
.active-contact .fresh-quote{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--axis-main);
        margin-top: var(--axis-main);}
.active-contact .soft-rail{flex: 1 1 var(--copy-large);
        min-width: 0;}
.active-contact .soft-rail p{margin-top: calc(var(--space-extra-42) / 3);}
.active-contact .soft-rail a{display: inline-flex;
        margin-top: calc(var(--space-extra-42) / 2);
        opacity: .85;}
.clear-fields{
        padding:calc(var(--gutter-base) * .75) var(--space-extra-39);
        background:var(--paint-clear);
        color:var(--ink-deep);
        border-bottom:1px solid var(--line-deep);
    }
.contact-items{
        max-width:var(--stack-form);
        margin:0 auto;
    }
.public-plan{
        padding:clamp(1rem,2.6vw,1.9rem) 0;
        display:flex;
        flex-direction:column;
        gap:var(--stack-large);
    }
.clear-fields h1{margin:0;
        font-size:clamp(1.95rem,4.6vw,3.4rem);
        line-height:1.08;
        font-weight:700;
        letter-spacing:-0.01em;}
.clear-fields p{margin:0;
        font-size:var(--copy-nav);
        line-height:1.72;
        color:var(--ink-secondary);}
@media (max-width:680px){.public-plan{padding:.4rem 0;gap:var(--paint-warm);}.clear-fields h1{font-size:clamp(1.75rem,8.5vw,2.5rem);}.clear-fields p{font-size:var(--label-large);}
    }
.primary-group{
  background:var(--surface-inverse);
  color:var(--tone-extra-31);
  padding:var(--gutter-base) var(--space-extra-39);
}
.primary-group .visual-figure{max-width:var(--stack-form);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);
  gap:var(--stack-large);
  align-items:start;}
.primary-group .page-footer{min-width:0;}
.primary-group h2{margin:0;
  font-size:calc(14.7px * 2);
  line-height:1.12;
  letter-spacing:0;}
.primary-group .page-footer p{margin:var(--space-extra-42) 0 0;
  font-size:var(--copy-nav);
  line-height:var(--type-lead);}
.primary-group .clear-details{display:flex;
  flex-direction:column;
  gap:0;
  min-width:0;}
.primary-group .clear-details a{text-decoration:none;
  padding:var(--space-extra-42) 0;
  border-top:1px solid color-mix(in srgb,var(--tone-extra-31) 22%,transparent);}
.primary-group .clear-details a:last-of-type{border-bottom:1px solid color-mix(in srgb,var(--tone-extra-31) 22%,transparent);}
.primary-group .clear-details strong,
.primary-group .clear-details span{display:block;}
.primary-group .clear-details strong{font-size:var(--label-large);}
.primary-group .clear-details span{margin-top:.4rem;
  font-size:var(--type-extra-15);
  line-height:var(--type-lead);}
.primary-group .top-section{grid-column:1 / -1;
  margin:0;
  padding-top:var(--stack-large);
  border-top:1px solid color-mix(in srgb,var(--tone-extra-31) 18%,transparent);
  font-size:var(--type-extra-15);
  line-height:var(--type-lead);}
.primary-group .top-section a{text-decoration:underline;
  text-underline-offset:3px;}
.primary-group .top-section a:hover{}
@media (max-width:820px){.primary-group .visual-figure{
    grid-template-columns:1fr;
  }
}
.direct-proof{padding:var(--gutter-base) var(--space-extra-39);background:var(--paint-clear);color:var(--ink-deep);}
.direct-proof .visual-figure{max-width:var(--stack-form);margin:0 auto;display:grid;gap:var(--gutter-content);}
.direct-proof .steady-note{display:grid;grid-template-columns:minmax(0,1fr) minmax(14rem,.35fr);gap:var(--gutter-content);align-items:end;padding-bottom:var(--stack-large);border-bottom:1px solid var(--line-deep);}
.direct-proof h2,.direct-proof h3,.direct-proof h4,.direct-proof p{margin:0;}
.direct-proof h2{font-size:calc(14.7px * 2);line-height:var(--type-quiet);}
.direct-proof h3{font-size:var(--copy-nav);line-height:var(--type-lead);color:#6B7263;}
.direct-proof .clear-rail{display:grid;grid-template-columns:minmax(0,.58fr) minmax(18rem,.42fr);gap:var(--gutter-content);align-items:start;}
.direct-proof .content-entries{display:grid;gap:.7rem;}
.direct-proof .text-view{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.85rem;align-items:start;padding:var(--paint-warm);border:1px solid var(--line-deep);border-radius:var(--corner-panel);background:var(--surface-warm);color:var(--surface-panel);}
.direct-proof .text-view:nth-child(even){margin-left:clamp(0rem,4vw,2.4rem);}
.direct-proof .team-links{width:2.5rem;height:2.5rem;border-radius:var(--radius-round);display:grid;place-items:center;background:var(--paint-card);color:var(--ink-secondary);font-weight:700;}
.direct-proof .text-view h4{font-size:var(--label-large);line-height:var(--type-quiet);}
.direct-proof .text-view p{margin-top:.25rem;font-size:var(--type-extra-15);line-height:var(--type-lead);color:#6B7263;}
.direct-proof time{font-size:var(--type-extra-15);color:#6B7263;}
.direct-proof .direct-nav{position:sticky;top:var(--paint-warm);display:grid;gap:.75rem;padding:var(--paint-warm);border:1px solid var(--line-deep);border-radius:1rem;background:var(--paint-card);color:var(--ink-secondary);}
.direct-proof .featured-brand{display:grid;gap:.65rem;}
.direct-proof .plain-figure{padding:.8rem .9rem;border-radius:var(--corner-panel);background:var(--surface-warm);color:var(--surface-panel);border:1px solid var(--line-deep);}
.direct-proof .plain-figure:nth-child(even){background:var(--surface-inverse);color:var(--tone-extra-31);border-color:var(--surface-inverse);}
.direct-proof .plain-figure p{font-size:var(--type-extra-15);line-height:var(--type-lead);}
.direct-proof .plain-figure time{display:block;margin-top:.35rem;color:inherit;opacity:.72;}
.direct-proof .story{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--line-deep);}
.direct-proof .story input{min-width:0;border:1px solid var(--line-deep);border-radius:var(--radius-round);padding:.8rem .9rem;background:var(--surface-warm);color:var(--surface-panel);font:inherit;outline:none;}
.direct-proof .story button{border:0;border-radius:var(--radius-round);padding:.8rem 1rem;background:var(--surface-inverse);color:var(--tone-extra-31);font:inherit;font-weight:700;cursor:pointer;}
@media (max-width:900px){.direct-proof .steady-note,.direct-proof .clear-rail{grid-template-columns:1fr;}.direct-proof .direct-nav{position:relative;top:auto;}.direct-proof .text-view:nth-child(even){margin-left:0;}.direct-proof .story{grid-template-columns:1fr;}}
.main-grid{
  padding: var(--gutter-base) var(--space-extra-39);
  background: var(--surface-inverse);
  color: var(--tone-extra-31);
}
.main-grid .visual-figure{max-width: var(--stack-form);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: var(--stack-large);
  align-items: start;}
.main-grid .site-benefit{
  padding: var(--paint-warm);
  border-radius: var(--curve-image);
  background: var(--paint-clear);
  color: var(--ink-deep);
}
.main-grid .site-benefit span{display: inline-block;
  font-size: var(--type-extra-15);}
.main-grid h2{margin: var(--paint-warm) 0;
  font-size: calc(14.7px * 2);
  line-height: 1.12;}
.main-grid .page-footer{margin: 0 0 var(--paint-warm);
  font-size: var(--label-large);
  line-height: var(--type-lead);}
.main-grid a{
  display: inline-flex;
  padding: calc(var(--paint-warm) * .8) var(--paint-warm);
  border-radius: var(--corner-panel);
  background: var(--surface-inverse);
  color: var(--tone-extra-31);
  text-decoration: none;
  transition: background var(--speed-soft) var(--motion-entry);
}
.main-grid a:hover{
  background: #4A5A25;color:var(--surface-panel);}
.main-grid .menu{display: flex;
  flex-direction: column;
  gap: var(--gutter-content);}
.main-grid .menu > p{margin: 0 0 var(--paint-warm);
  font-size: var(--copy-nav);
  line-height: 1.4;}
.main-grid .clear-flow{
  padding: var(--paint-warm);
  border-radius: var(--corner-panel);
  background: var(--paint-accent);
  color: var(--surface-card);
  display: flex;
  flex-direction: column;
  gap: calc(var(--gutter-content) * .5);
}
.main-grid .clear-flow strong{font-size: var(--label-large);}
.main-grid .clear-flow span{font-size: var(--type-extra-15);
  line-height: var(--type-lead);}
@media (max-width: 760px) {.main-grid .visual-figure{
    grid-template-columns: 1fr;
  }
}
.simple-feature{
        padding:calc(var(--gutter-base) * .75) var(--space-extra-39);
        background:var(--paint-card);
        color:var(--ink-secondary);
    }
.contact-items{
        max-width:var(--stack-form);
        margin:0 auto;
    }
.public-plan{
        padding:clamp(1rem,2.6vw,1.9rem) 0;
        border-left:3px solid var(--ink-warm);
        padding-left:clamp(1rem,2.4vw,1.6rem);
    }
.simple-feature h1{margin:0;
        font-size:clamp(1.9rem,4.8vw,3.6rem);
        line-height:1.08;
        font-weight:700;
        letter-spacing:-0.01em;}
.simple-feature p{margin:clamp(.85rem,1.8vw,1.15rem) 0 0;
        font-size:clamp(1rem,1.5vw,1.14rem);
        line-height:1.72;}
@media (max-width:680px){.public-plan{padding:.4rem 0 .4rem .9rem}.simple-feature h1{font-size:clamp(1.75rem,9vw,2.9rem)}
    }
.contact-feature{padding:var(--gutter-base) var(--space-extra-39);background:var(--paint-accent);color:var(--surface-card)}
.contact-feature .visual-figure{max-width:var(--stack-form);margin:0 auto;display:flex;flex-wrap:wrap;gap:var(--stack-large)}
.contact-feature .strong-actions{flex:1 1 22rem;min-width:0}
.contact-feature .offer-brand{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;gap:var(--space-extra-42)}
.contact-feature h2{margin:0;font-size:calc(14.7px * 2);line-height:1.1}
.contact-feature .strong-actions p{margin:var(--space-extra-42) 0 0;line-height:var(--type-lead);opacity:.82}
.contact-feature .offer-brand>div{border-top:1px solid rgba(244,245,240,.18);padding-top:var(--paint-warm)}
.contact-feature h3{margin:0 0 var(--paint-warm);font-size:var(--copy-body)}
.contact-feature .offer-brand p{margin:0;line-height:var(--type-lead);opacity:.82}
@media(max-width:720px){.contact-feature .visual-figure{display:block}.contact-feature .offer-brand{margin-top:var(--stack-large)}}
.strong-summary{
  background: linear-gradient(90deg, #F2C230 0%, #E8B21A 100%);
  color: #2A2408;
  padding: var(--gutter-base) var(--space-extra-39);
}
.strong-summary .visual-figure{width: min(100%, var(--stack-form));
  margin: 0 auto;}
.strong-summary .bar{display: block;
  width: 100%;
  aspect-ratio: 21 / 8;
  object-fit: cover;
  border-radius: var(--curve-image);
  margin-bottom: var(--stack-large);}
.strong-summary h2,
.strong-summary p{margin: 0;}
.strong-summary .media-items{display: flex;
  flex-wrap: wrap;
  gap: var(--gutter-content);
  align-items: flex-start;}
.strong-summary h2{font-size: calc(14.7px * 2.65);
  line-height: 1.05;
  flex: 1 1 14rem;
  min-width: 0;}
.strong-summary .quiet-steps{display: flex;
  flex-wrap: wrap;
  gap: var(--space-extra-42) var(--gutter-content);
  flex: 2 1 26rem;
  min-width: 0;}
.strong-summary .quiet-steps p{flex: 1 1 min(100%, 17rem);
  line-height: var(--type-lead);
  margin: 0;}
.strong-summary strong{display: block;
  margin-bottom: calc(var(--paint-warm) * .35);}
@media (max-width: 820px) {.strong-summary .bar{ aspect-ratio: 16 / 10; }.strong-summary h2{ flex-basis: 100%; }
}
.focused-steps{
  background: var(--paint-clear);
  color: var(--ink-deep);
  padding: var(--gutter-base) var(--space-extra-39);
}
.focused-steps .visual-figure{width: min(100%, var(--stack-form));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--stack-large);}
.focused-steps h2,
.focused-steps h3,
.focused-steps p{margin: 0;}
.focused-steps h2{font-size: calc(14.7px * 2); line-height: 1.1;}
.focused-steps h3{font-size: var(--copy-body); line-height: 1.18;}
.focused-steps p{font-size: var(--label-large); line-height: var(--type-lead);}
.focused-steps .compact-stack{
  display: flex;
  flex-direction: column;
  gap: var(--space-extra-42);
  padding: var(--stack-large);
  border-radius: var(--curve-image);
  background: var(--paint-card);
  color: var(--ink-secondary);
}
.focused-steps .quiet-unit{display: flex;
  flex-direction: column;
  gap: var(--gutter-content);}
.focused-steps .text-view{
  display: grid;
  grid-template-columns: minmax(8rem, .22fr) minmax(0, 1fr);
  gap: var(--space-extra-42);
  padding: var(--paint-warm);
  border-radius: 1rem;
  background: var(--surface-warm);
  color: var(--surface-panel);
  border: 1px solid var(--line-deep);
  text-decoration: none;
  transition: border-color var(--speed-soft) var(--motion-entry);
}
.focused-steps .text-view b{font-size: var(--type-extra-15);
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--ink-secondary);
  align-self: start;}
.focused-steps .text-view h3{grid-column: 2;}
.focused-steps .text-view p{grid-column: 2;}
.focused-steps .text-view:hover{border-color: var(--surface-inverse);}
.focused-steps .text-view:hover h3{color: var(--surface-inverse);}
.focused-steps .soft-actions{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--gutter-content);
  padding: var(--space-extra-42);
  border-radius: 1rem;
  background: var(--paint-accent);
  color: var(--surface-card);
}
.focused-steps .soft-actions a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
@media (max-width: 760px) {.focused-steps .text-view{ grid-template-columns: 1fr; }.focused-steps .text-view h3,
  .focused-steps .text-view p{ grid-column: 1; }.focused-steps .soft-actions{ flex-direction: column; align-items: flex-start; }
}
.local-inner{padding:var(--gutter-base) var(--space-extra-39);background:var(--paint-card);color:var(--ink-secondary)}
.local-inner .visual-figure{max-width:var(--stack-form);margin:0 auto}
.local-inner .compact-feature{display:flex;flex-wrap:wrap;gap:var(--stack-large);align-items:flex-end;border-bottom:1px solid var(--line-deep);padding-bottom:var(--stack-large)}
.local-inner h2{flex:1 1 18rem;margin:0;font-size:calc(14.7px * 2);line-height:1.08}
.local-inner .page-footer{flex:1 1 22rem;margin:0;font-size:var(--label-large);line-height:var(--type-lead)}
.local-inner .secondary-group{display:flex;flex-wrap:wrap;gap:var(--gutter-content);margin:var(--stack-large) 0 0;padding:0;list-style:none}
.local-inner .secondary-group>li{flex:1 1 min(100%,20rem);padding:var(--paint-warm) 0;border-top:1px solid var(--line-deep)}
.local-inner .secondary-group>li:nth-child(2n){flex-basis:min(100%,26rem)}
.local-inner h3{margin:0;font-size:var(--copy-body);line-height:1.2}
.local-inner .secondary-group p{margin:var(--paint-warm) 0 0;line-height:var(--type-lead)}
@media(max-width:720px){.local-inner .secondary-group{display:block}.local-inner .secondary-group>li,.local-inner .secondary-group>li:nth-child(2n){flex-basis:auto;padding:var(--space-extra-42) 0}}
.fresh-tile{
        padding:calc(var(--gutter-base) * .72) var(--space-extra-39);
        background:var(--paint-clear);
        color:var(--ink-deep);
    }
.contact-items{
        max-width:var(--stack-form);
        margin:0 auto;
    }
.public-plan{
        padding:clamp(1rem,2.6vw,1.9rem) 0;
        display:flex;
        flex-direction:column;
        gap:clamp(.85rem,1.9vw,1.2rem);
    }
.fresh-tile h1{margin:0;
        font-size:clamp(1.95rem,5vw,3.9rem);
        line-height:1.08;
        font-weight:720;
        letter-spacing:-0.01em;}
.fresh-tile p{margin:0;
        font-size:clamp(1rem,1.5vw,1.14rem);
        line-height:1.72;
        color:var(--ink-secondary);}
@media (max-width:680px){.public-plan{padding:.4rem 0}.fresh-tile h1{font-size:clamp(1.85rem,9.5vw,3rem)}
    }
.top-team{--axis-main:calc(var(--space-extra-42) * 1.35);--state-base:calc(var(--stack-form) / 2.80);padding:var(--gutter-base) var(--space-extra-39);background:var(--surface-inverse);color:var(--tone-extra-31);}
.top-team .visual-figure{max-width:var(--stack-form);margin:0 auto;}
.top-team h1,.top-team h2,.top-team h3,.top-team p{margin:0;}
.top-team h2{font-size:calc(14.7px * 2);line-height:1.12;margin-bottom:var(--stack-large);}
.top-team h3{font-size:var(--copy-body);line-height:1.2;}
.top-team p{font-size:var(--label-large);line-height:var(--type-lead);color:color-mix(in srgb, currentColor 78%, transparent);}
.top-team .top-section{font-size:var(--type-extra-15);letter-spacing:0.02em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);margin-bottom:var(--stack-large);}
.top-team .fresh-quote{display:flex;flex-wrap:wrap;gap:var(--axis-main);margin-top:var(--axis-main);}
.top-team .soft-rail{flex:1 1 calc(var(--stack-form) / 3.4);min-width:0;padding:calc(var(--paint-warm) * .95);border-radius:var(--corner-panel);background:color-mix(in srgb, currentColor 12%, transparent);border-left:3px solid var(--ink-warm);}
.top-team .soft-rail p{margin-top:calc(var(--space-extra-42) / 3);}
.top-team .page-footer{margin-top:var(--axis-main);padding-top:var(--stack-large);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.top-actions{
  --axis-main:calc(var(--space-extra-42) * 1.15);
  --state-base:calc(var(--stack-form) / 3.10);
  padding:var(--gutter-base) var(--space-extra-39);
  background:var(--paint-clear);
  color:var(--ink-deep);
}
.top-actions .visual-figure{max-width:var(--stack-form);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--axis-main);}
.top-actions h2,
.top-actions h3,
.top-actions p{margin:0;}
.top-actions h2{font-size:calc(14.7px * 2);
  line-height:1.14;}
.top-actions h3{font-size:var(--copy-body);
  line-height:1.22;}
.top-actions p{font-size:var(--label-large);
  line-height:var(--type-lead);}
.top-actions .steady-form{display:flex;
  flex-direction:column;
  gap:calc(var(--space-extra-42) / 2);
  max-width:var(--state-base);}
.top-actions .page-footer{color:var(--ink-secondary);}
.top-actions .open-fields{display:flex;
  flex-direction:column;
  gap:calc(var(--stack-large) * 0.9);
  border-top:1px solid var(--line-deep);
  padding-top:var(--stack-large);}
.top-actions .soft-rail{display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(0, 2fr);
  gap:var(--gutter-content);
  padding:calc(var(--paint-warm) * 0.85) 0;
  border-bottom:1px solid var(--line-deep);}
.top-actions .soft-rail h3{color:var(--ink-deep);}
.top-actions .soft-rail p{color:var(--ink-secondary);}
.top-actions .top-section{font-size:var(--type-extra-15);
  color:var(--ink-secondary);
  border-left:3px solid var(--ink-warm);
  padding-left:var(--paint-warm);}
.top-actions .top-section a{color:#5B6E2E;
  text-decoration:underline;
  text-underline-offset:2px;}
.top-actions .top-section a:hover{color:inherit;}
@media (max-width:720px){.top-actions .soft-rail{
    grid-template-columns:1fr;
    gap:calc(var(--gutter-content) / 2);
  }.top-actions .steady-form{
    max-width:none;
  }
}
.public-brand{--axis-main:calc(var(--space-extra-42) * 1.20);--copy-large:calc(var(--stack-form) / 3.53);padding:var(--gutter-base) var(--space-extra-39);background:var(--ink-warm);color:#2A2408;}
.public-brand .visual-figure{max-width:var(--stack-form);margin:0 auto;}
.public-brand h2,.public-brand h3,.public-brand p{margin:0;}
.public-brand h2{font-size:calc(14.7px * 2);line-height:1.12;}
.public-brand h3{font-size:var(--copy-body);line-height:1.2;}
.public-brand p{font-size:var(--label-large);line-height:var(--type-lead);}
.public-brand a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;}
.public-brand .direct-fields{padding-block:calc(var(--axis-main) / 2);}
.public-brand .secondary-flow{row-gap:calc(var(--axis-main) * 1.2);}
.public-brand .start{padding-inline-end:calc(var(--paint-warm) / 2);}
.public-brand .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gutter-content);}
.public-brand .row-title h2{flex:1 1 calc(var(--stack-form) / 3);min-width:0;}
.public-brand .row-title>p{flex:1 1 calc(var(--stack-form) / 3);min-width:0;}
.public-brand .menu{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--axis-main);margin-top:var(--axis-main);}
.public-brand .soft-rail{flex:1 1 var(--copy-large);min-width:0;padding-top:calc(var(--space-extra-42) / 3);border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.public-brand .soft-rail p{margin-top:calc(var(--space-extra-42) / 3);}
.public-brand .secondary-proof{flex:1 1 100%;margin-top:calc(var(--axis-main) / 2);font-size:var(--type-extra-15);}
.public-brand .secondary-proof a{opacity:.9;}
.main-callout{--axis-main:calc(var(--space-extra-42) * 1.1);padding:var(--gutter-base) var(--space-extra-39);background:var(--paint-clear);color:var(--ink-deep);}
.main-callout .visual-figure{max-width:var(--stack-form);margin:0 auto;}
.main-callout h2,.main-callout h3,.main-callout p{margin:0;}
.main-callout h2{font-size:calc(14.7px * 2);line-height:1.14;}
.main-callout h3{font-size:var(--copy-body);line-height:1.22;}
.main-callout p{font-size:var(--label-large);line-height:var(--type-lead);}
.main-callout .steady-form{max-width:calc(var(--stack-form) * 0.72);}
.main-callout .steady-form .page-footer{margin-top:var(--stack-large);}
.main-callout .text-brand{display:flex;flex-wrap:wrap;gap:var(--gutter-content);margin-top:var(--axis-main);}
.main-callout .soft-rail{flex:1 1 calc(var(--stack-form) / 3.4);min-width:0;padding:var(--paint-warm);background:var(--surface-warm);color:var(--surface-panel);border:1px solid var(--line-deep);border-radius:var(--corner-panel);}
.main-callout .soft-rail p{margin-top:calc(var(--space-extra-42) / 3);}
.main-callout .content-tile{display:flex;flex-wrap:wrap;align-items:center;gap:var(--gutter-content);margin-top:var(--axis-main);padding-top:var(--axis-main);border-top:1px solid var(--line-deep);}
.main-callout .content-tile img{display:block;width:100%;max-width:calc(var(--stack-form) / 3.1);height:auto;border-radius:var(--corner-panel);flex:0 0 auto;}
.main-callout .content-tile .steady-view{flex:1 1 320px;min-width:0;}
.main-callout .secondary-proof{display:flex;flex-wrap:wrap;gap:var(--gutter-content);margin-top:var(--stack-large);}
.main-callout .secondary-proof a{display:inline-block;padding:calc(var(--space-extra-42) / 3) var(--gap-nav);border-radius:var(--radius-round);background:var(--surface-inverse);color:var(--tone-extra-31);text-decoration:none;font-size:var(--type-extra-15);transition:background var(--speed-soft) var(--motion-entry);}
.main-callout .secondary-proof a:hover{background:#4A5A25;color:var(--surface-panel);}
@media (max-width:720px){.main-callout .soft-rail{flex:1 1 100%;}.main-callout .content-tile img{max-width:100%;}
}
.top-track{
        padding:calc(var(--gutter-base) * .75) var(--space-extra-39);
        background:var(--paint-card);
        color:var(--ink-secondary);
    }
.contact-items{
        max-width:var(--stack-form);
        margin:0 auto;
    }
.public-plan{
        padding:clamp(1.1rem,2.6vw,1.9rem) 0;
        display:flex;
        flex-direction:column;
        gap:clamp(.85rem,1.8vw,1.15rem);
    }
.top-track h1{margin:0;
        font-size:clamp(2rem,5vw,3.9rem);
        line-height:1.06;
        font-weight:720;
        letter-spacing:-0.01em;}
.top-track p{margin:0;
        font-size:clamp(1rem,1.5vw,1.14rem);
        line-height:1.72;
        color:var(--ink-secondary);
        opacity:.86;}
@media (max-width:680px){.public-plan{padding:.4rem 0;gap:.75rem}.top-track h1{font-size:clamp(1.85rem,9.5vw,2.9rem);}
    }
.media-unit{--axis-main:calc(var(--space-extra-42) * 0.89);padding:var(--gutter-base) var(--space-extra-39);background:var(--surface-inverse);color:var(--tone-extra-31);}
.media-unit .visual-figure{max-width:var(--stack-form);margin:0 auto;display:flex;flex-direction:column;}
.media-unit h2,.media-unit p{margin:0;}
.media-unit h2{font-size:calc(14.7px * 2);line-height:1.12;}
.media-unit p{font-size:var(--label-large);line-height:var(--type-lead);color:color-mix(in srgb, currentColor 78%, transparent);}
.media-unit a{color:inherit;text-decoration:none;}
.media-unit .offer-stack{padding-inline-start:calc(var(--gap-nav) / 2);}
.media-unit .secondary-flow{row-gap:calc(var(--axis-main) * 1.15);}
.media-unit .top-section{font-size:var(--type-extra-15);letter-spacing:.02em;text-transform:none;color:color-mix(in srgb, currentColor 68%, transparent);}
.media-unit .page-footer{max-width:none;}
.media-unit .site-benefit{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;padding:var(--paint-warm) var(--space-extra-42);border-radius:var(--radius-round);background:var(--tone-extra-31);color:var(--surface-inverse);font-size:var(--label-large);transition:background var(--speed-soft) var(--motion-entry),color var(--speed-soft) var(--motion-entry);}
.media-unit .site-benefit:hover{background:var(--ink-warm);color:#2A2408;}
.media-unit .secondary-proof{font-size:var(--type-extra-15);color:color-mix(in srgb, currentColor 72%, transparent);}
.media-unit .secondary-proof a{text-decoration:underline;text-underline-offset:3px;}
.media-unit .secondary-proof a:hover{}
@media (max-width:640px){.media-unit .offer-stack{padding-inline-start:0;}.media-unit .site-benefit{align-self:stretch;text-align:center;}
}
.active-list{
  padding: var(--gutter-base) var(--space-extra-39);
  background: var(--paint-accent);
  color: var(--surface-card);
}
.active-list .visual-figure{max-width: min(var(--stack-form), 72rem);
  margin: 0 auto;}
.active-list .page-footer h2{margin: 0;
  font-size: calc(14.7px * 2);
  line-height: 1.12;}
.active-list .focused-unit{margin: var(--paint-warm) 0 var(--stack-large);
  font-size: var(--copy-nav);
  color: #D6D9CC;}
.active-list .fresh-quote{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--stack-large);}
.active-list .soft-rail{margin: 0;
  padding-top: var(--paint-warm);
  border-top: 1px solid #3A4034;}
.active-list .text-view{display: flex;
  flex-wrap: wrap;
  gap: var(--gutter-content);
  align-items: flex-start;}
.active-list .text-view img{flex: 0 0 auto;
  width: 132px;
  height: 96px;
  object-fit: cover;
  border-radius: var(--corner-panel);
  display: block;}
.active-list .steady-view{flex: 1 1 18rem;}
.active-list .active-track{display: block;
  font-weight: 700;
  font-size: var(--copy-body);}
.active-list .steady-view p{margin: calc(var(--paint-warm) * .6) 0;
  color: #D6D9CC;}
.active-list small{font-size: var(--type-extra-15);
  color: var(--ink-warm);}
.active-list .top-section{margin: var(--stack-large) 0 0;
  padding-top: var(--paint-warm);
  border-top: 1px solid #3A4034;
  font-size: var(--label-large);
  color: #D6D9CC;}
@media (max-width: 700px) {.active-list .text-view{
    flex-direction: column;
  }.active-list .text-view img{
    width: 100%;
    height: 180px;
  }
}
.plain-visual{
  background: linear-gradient(90deg, #F2C230 0%, #E8B21A 100%);
  color: #2A2408;
  padding: var(--gutter-base) var(--space-extra-39);
}
.plain-visual .visual-figure{width: min(100%, var(--stack-form));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--stack-large);}
.plain-visual h2,
.plain-visual h3,
.plain-visual p{margin: 0;}
.plain-visual .page-footer{display: flex;
  flex-direction: column;
  gap: var(--space-extra-42);}
.plain-visual h2{font-size: calc(14.7px * 2);
  line-height: 1.05;}
.plain-visual .page-footer p{line-height: var(--type-lead);
  font-size: var(--label-large);}
.plain-visual .text-brand{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--paint-warm);}
.plain-visual .soft-rail{
  flex: 1 1 16rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: var(--surface-warm);
  color: var(--surface-panel);
  border: 1px solid var(--line-deep);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.plain-visual .soft-rail img{display: block;
  width: 100%;
  height: 11rem;
  object-fit: cover;}
.plain-visual .steady-view{padding: var(--paint-warm);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;}
.plain-visual h3{font-size: var(--copy-body);
  line-height: 1.15;}
.plain-visual .steady-view p{font-size: var(--type-extra-15);
  line-height: var(--type-lead);}
.plain-visual .top-section{
  background: var(--paint-accent);
  color: var(--surface-card);
  padding: var(--paint-warm);
  border-radius: var(--corner-panel);
  font-size: var(--type-extra-15);
  line-height: var(--type-lead);
}
@media (max-width: 640px) {.plain-visual .soft-rail img{
    height: 9rem;
  }
}
.visual-grid{--axis-main:calc(var(--space-extra-42) * 0.9);--copy-button:calc(var(--stack-form) / 4.2);padding:var(--gutter-base) var(--space-extra-39);background:var(--paint-clear);color:var(--ink-deep);}
.visual-grid .visual-figure{max-width:var(--stack-form);margin:0 auto;}
.visual-grid h2,.visual-grid h3,.visual-grid p{margin:0;}
.visual-grid h2{font-size:calc(14.7px * 2);line-height:1.14;}
.visual-grid h3{font-size:var(--copy-body);line-height:1.22;}
.visual-grid p{font-size:var(--label-large);line-height:var(--type-lead);}
.visual-grid .page-footer{margin-top:var(--space-extra-42);}
.visual-grid .top-section{margin-top:calc(var(--space-extra-42) / 2);font-size:var(--type-extra-15);color:var(--ink-secondary);}
.visual-grid .top-section a{color:#5B6E2E;text-decoration:underline;text-underline-offset:3px;}
.visual-grid .top-section a:hover{color:inherit;}
.visual-grid img{display:block;width:100%;height:auto;border-radius:var(--corner-panel);}
.visual-grid .fresh-quote{display:flex;flex-direction:column;gap:var(--axis-main);margin-top:var(--axis-main);}
.visual-grid .soft-rail{min-width:0;}
.visual-grid .soft-rail img{margin-bottom:calc(var(--space-extra-42) / 2);max-width:calc(var(--copy-button) * .72);}
.visual-grid .soft-rail p{margin-top:calc(var(--space-extra-42) / 3);}
.visual-grid .text-section{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gutter-content);}
.visual-grid .text-section>.steady-view{flex:1 1 calc(var(--stack-form) / 3);min-width:0;}
.visual-grid .text-section>.fresh-quote{flex:2 1 calc(var(--stack-form) / 2);margin-top:0;}
.visual-grid .text-section>img{margin-left:auto;max-width:var(--copy-button);}
@media (max-width:760px){.visual-grid .text-section>img{max-width:100%;margin-left:0;}.visual-grid .soft-rail img{max-width:100%;}
}
.narrow-quote{
        padding:calc(var(--gutter-base) * .7) var(--space-extra-39);
        background:var(--paint-clear);
        color:var(--ink-deep);
        border-bottom:1px solid var(--line-deep);
    }
.contact-items{
        max-width:var(--stack-form);
        margin:0 auto;
    }
.public-plan{
        display:flex;
        flex-direction:column;
        gap:var(--stack-large);
        padding:clamp(1.1rem,2.6vw,1.9rem) 0;
    }
.narrow-quote h1{margin:0;
        font-size:clamp(1.95rem,5vw,3.9rem);
        line-height:1.08;
        font-weight:700;
        letter-spacing:-0.01em;}
.narrow-quote p{margin:0;
        font-size:clamp(1rem,1.5vw,1.14rem);
        line-height:1.75;
        color:var(--ink-secondary);}
@media (max-width:680px){.public-plan{padding:.4rem 0;gap:var(--paint-warm);}.narrow-quote h1{font-size:clamp(1.85rem,9.5vw,3rem);}
    }
.main-team{--axis-main:calc(var(--space-extra-42) * 1.29);--copy-button:calc(var(--stack-form) / 3.66);padding:var(--gutter-base) var(--space-extra-39);background:var(--surface-inverse);color:var(--tone-extra-31);}
.main-team .visual-figure{max-width:var(--stack-form);margin:0 auto;}
.main-team h1,.main-team h2,.main-team h3,.main-team p{margin:0;}
.main-team h1{font-size:calc(14.7px * 2.65);line-height:1.08;}
.main-team h2{font-size:calc(14.7px * 2);line-height:1.12;}
.main-team h3{font-size:var(--copy-body);line-height:1.2;}
.main-team p{font-size:var(--label-large);line-height:var(--type-lead);color:color-mix(in srgb, currentColor 74%, transparent);}
.main-team a{color:inherit;text-decoration:none;}
.main-team img{display:block;width:100%;height:auto;border-radius:var(--corner-panel);}
.main-team .site-benefit{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--paint-warm) var(--space-extra-42);border-radius:var(--radius-round);background:var(--tone-extra-31);color:var(--surface-inverse);}
.main-team .top-section{font-size:var(--type-extra-15);letter-spacing:0.04em;text-transform:uppercase;opacity:0.85;}
.main-team .fresh-quote{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gutter-content);margin-top:var(--axis-main);}
.main-team .soft-rail{flex:1 1 calc(var(--stack-form) / 4);min-width:0;}
.main-team .soft-rail p{margin-top:calc(var(--space-extra-42) / 3);}
.main-team .soft-rail img{margin-bottom:calc(var(--space-extra-42) / 2);}
.main-team .plain-summary{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gutter-content);}
.main-team .plain-summary>.steady-view{flex:1 1 auto;min-width:0;}
.main-team .plain-summary>.site-benefit{flex:0 0 auto;}
.main-team .plain-summary>.fresh-quote{flex:1 1 100%;}
.main-team .steady-view h2{margin-top:calc(var(--space-extra-42) / 2);}
@media (max-width:720px){.main-team .soft-rail{flex:1 1 100%;}.main-team .plain-summary>.site-benefit{width:100%;}
}
.service-menu{--axis-main:calc(var(--space-extra-42) * 0.95);padding:var(--gutter-base) var(--space-extra-39);background:var(--paint-clear);color:var(--ink-deep);}
.service-menu .visual-figure{max-width:var(--stack-form);margin:0 auto;}
.service-menu h1,.service-menu h2,.service-menu h3,.service-menu p{margin:0;}
.service-menu h2{font-size:calc(14.7px * 2);line-height:1.12;}
.service-menu h3{font-size:var(--copy-body);line-height:1.2;}
.service-menu p{font-size:var(--label-large);line-height:var(--type-lead);}
.service-menu a{color:#5B6E2E;text-decoration:none;}
.service-menu a:hover{color:inherit;}
.service-menu .top-section{font-size:var(--type-extra-15);text-transform:uppercase;letter-spacing:0.06em;color:var(--ink-secondary);}
.service-menu .page-footer{margin-top:calc(var(--space-extra-42) / 2);}
.service-menu .site-benefit{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--paint-warm) var(--space-extra-42);border-radius:var(--radius-round);background:var(--surface-inverse);color:var(--tone-extra-31);}
.service-menu .site-benefit:hover{background:#4A5A25;color:var(--tone-extra-31);}
.service-menu .fresh-quote{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gutter-content);margin-top:var(--axis-main);}
.service-menu .soft-rail{flex:1 1 calc(var(--stack-form) / 4);min-width:0;padding:var(--paint-warm);border:1px solid var(--line-deep);border-radius:var(--corner-panel);background:var(--surface-warm);color:var(--surface-panel);}
.service-menu .soft-rail p{margin-top:calc(var(--space-extra-42) / 3);}
.service-menu .plain-summary{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gutter-content);}
.service-menu .plain-summary>.steady-view{flex:1 1 auto;min-width:0;}
.service-menu .plain-summary>.site-benefit{flex:0 0 auto;}
.service-menu .plain-summary>.fresh-quote{flex:1 1 100%;}
.service-menu .steady-view h2{margin-top:calc(var(--space-extra-42) / 2);}
.service-menu .secondary-proof{flex:1 1 100%;margin-top:var(--axis-main);font-size:var(--type-extra-15);color:var(--ink-secondary);}
.public-frame{
        padding:calc(var(--gutter-base) * .75) var(--space-extra-39);
        background:var(--paint-card);
        color:var(--ink-secondary);
    }
.contact-items{
        max-width:var(--stack-form);
        margin:0 auto;
    }
.public-plan{
        padding:clamp(1.1rem,2.6vw,1.9rem) 0;
        border-left:3px solid var(--ink-warm);
        padding-left:clamp(1rem,2.4vw,1.6rem);
    }
.public-frame h1{margin:0;
        font-size:clamp(1.9rem,4.6vw,3.4rem);
        line-height:1.08;
        font-weight:700;
        letter-spacing:-0.01em;}
.public-frame p{margin:clamp(.85rem,1.8vw,1.15rem) 0 0;
        font-size:clamp(1rem,1.4vw,1.1rem);
        line-height:1.75;}
@media (max-width:680px){.public-plan{
            padding:.4rem 0;
            padding-left:1rem;
        }.public-frame h1{
            font-size:clamp(1.75rem,8.5vw,2.6rem);
        }
    }
.active-details{background:var(--ink-warm);color:#2A2408;padding:var(--gutter-base) var(--space-extra-39)}
.active-details .visual-figure{max-width:var(--stack-form);margin:0 auto;display:flex;flex-wrap:wrap;gap:var(--stack-large)}
.active-details .page-footer{flex:1 1 100%;min-width:0}
.active-details h2{margin:0;font-size:clamp(calc(14.7px * 2),5vw,calc(14.7px * 2.65));line-height:1.08;letter-spacing:0}
.active-details .page-footer p{margin:var(--space-extra-42) 0 0;font-size:var(--copy-nav);line-height:1.65}
.active-details .text-brand{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;gap:var(--space-extra-42)}
.active-details .text-view{padding-bottom:var(--space-extra-42);border-bottom:1px solid color-mix(in srgb,currentColor 24%,transparent)}
.active-details .narrow-track{display:block;font-size:var(--type-extra-15);text-transform:uppercase;letter-spacing:.06em;opacity:.72}
.active-details .main-area{margin:calc(var(--paint-warm)*.4) 0 0;line-height:1.6}
.active-details .main-area a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.active-details .main-area a:hover{}
.active-details .content-tile{flex:0 1 20rem;min-width:14rem;display:flex;flex-direction:column;gap:var(--space-extra-42)}
.active-details .quiet-method{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:1rem}
.active-details .top-section{margin:0;line-height:1.6}
.active-details .site-benefit{display:inline-flex;align-self:flex-start;padding:var(--paint-warm) var(--gutter-content);border-radius:var(--corner-panel);background:#2A2408;color:var(--ink-warm);text-decoration:none;font-weight:700}
.active-details .site-benefit:hover{background:#D9A013;color:#2A2408}
@media(max-width:780px){.active-details .content-tile{flex-basis:auto;min-width:0}.active-details .quiet-method{aspect-ratio:16/9}}
.strong-team{
        --axis-main: calc(var(--space-extra-42) * 1.05);
        padding: var(--gutter-base) var(--space-extra-39);
        background: var(--paint-clear);
        color: var(--ink-deep);
    }
.strong-team .visual-figure{max-width: var(--stack-form);
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--stack-large);}
.strong-team h2{font-size: calc(14.7px * 2);
        line-height: 1.14;
        margin: 0 0 calc(var(--stack-large) / 2);}
.strong-team .page-footer{font-size: var(--label-large);
        line-height: var(--type-lead);
        margin: 0;
        max-width: none;}
.strong-team .open-fields{display: flex;
        flex-direction: column;
        gap: calc(var(--gutter-content) * .9);}
.strong-team details{
        padding: var(--paint-warm) var(--space-extra-42);
        border-radius: var(--corner-panel);
        background: var(--surface-warm);
        color: var(--surface-panel);
        border: 1px solid var(--line-deep);
        box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    }
.strong-team details[open]{box-shadow: 0 4px 10px rgba(0,0,0,0.05);}
.strong-team summary{cursor: pointer;
        font-weight: 700;
        font-size: var(--label-large);
        line-height: 1.4;
        list-style: none;
        display: flex;
        align-items: flex-start;
        gap: calc(var(--gutter-content) * .6);}
.strong-team summary::before{content: "+";
        flex: 0 0 auto;
        font-weight: 700;color:inherit;}
.strong-team details[open] summary::before{content: "-";}
.strong-team summary::-webkit-details-marker{display: none;}
.strong-team details p{margin: calc(var(--stack-large) / 2) 0 0;
        font-size: var(--type-extra-15);
        line-height: var(--type-lead);}
.strong-team .secondary-proof{margin: 0;
        font-size: var(--type-extra-15);
        line-height: var(--type-lead);
        padding-top: calc(var(--stack-large) / 2);
        border-top: 1px solid var(--line-deep);}
.strong-team .secondary-proof a{color: #5B6E2E;
        text-decoration: underline;
        text-underline-offset: 3px;}
.strong-team .secondary-proof a:hover{color:inherit;}
@media (max-width: 640px) {.strong-team details{
            padding: var(--paint-warm);
        }
    }
.media-area{
  background:var(--surface-inverse);
  color:var(--tone-extra-31);
  padding:var(--gutter-base) var(--space-extra-39);
}
.media-area .visual-figure{max-width:var(--stack-form);
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:var(--stack-large);
  align-items:flex-start;}
.media-area .page-footer{flex:1 1 26rem;
  min-width:0;}
.media-area h2{margin:0;
  font-size:calc(14.7px * 2);
  line-height:1.1;
  letter-spacing:0;}
.media-area .page-footer p{margin:var(--space-extra-42) 0 0;
  font-size:var(--label-large);
  line-height:var(--type-lead);}
.media-area .clear-details{flex:1 1 30rem;
  display:flex;
  flex-direction:column;
  gap:0;
  min-width:0;
  border-top:1px solid color-mix(in srgb,var(--tone-extra-31) 22%,transparent);}
.media-area .clear-details a{text-decoration:none;
  padding:var(--space-extra-42) 0;
  border-bottom:1px solid color-mix(in srgb,var(--tone-extra-31) 22%,transparent);
  transition:opacity var(--speed-soft) var(--motion-entry);}
.media-area .clear-details a:hover{opacity:.82;}
.media-area .clear-details strong{display:block;
  font-size:var(--label-large);}
.media-area .clear-details span{display:block;
  margin-top:.35rem;
  font-size:var(--type-extra-15);
  line-height:var(--type-lead);}
@media (max-width:760px){.media-area .visual-figure{display:block}.media-area .clear-details{margin-top:var(--stack-large)}
}
.plain-group{
        padding:calc(var(--gutter-base) * .8) var(--space-extra-39);
        background:var(--paint-clear);
        color:var(--ink-deep);
        border-bottom:1px solid var(--line-deep);
    }
.contact-items{
        max-width:var(--stack-form);
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:var(--stack-large);
    }
.public-plan{
        padding:clamp(1.1rem,2.6vw,1.9rem) 0;
    }
.plain-group h1{margin:0;
        font-size:clamp(1.95rem,4.6vw,3.4rem);
        line-height:1.08;
        font-weight:730;
        letter-spacing:-0.01em;}
.plain-group p{margin:clamp(.85rem,1.8vw,1.15rem) 0 0;
        font-size:var(--copy-nav);
        line-height:1.72;
        color:var(--ink-secondary);}
@media (max-width:680px){.public-plan{padding:.4rem 0}.plain-group h1{font-size:clamp(1.85rem,9vw,2.7rem);}.plain-group p{font-size:var(--label-large);}
    }
.open-contact{--axis-main:calc(var(--space-extra-42) * 0.87);--copy-large:calc(var(--stack-form) / 3.16);padding:var(--gutter-base) var(--space-extra-39);background:var(--surface-inverse);color:var(--tone-extra-31);}
.open-contact .visual-figure{max-width:var(--stack-form);margin:0 auto;}
.open-contact h1,.open-contact h2,.open-contact h3,.open-contact p,.open-contact ul{margin:0;}
.open-contact h2{font-size:calc(14.7px * 2);line-height:1.12;}
.open-contact h3{font-size:var(--copy-body);line-height:1.2;}
.open-contact p{font-size:var(--label-large);line-height:var(--type-lead);color:color-mix(in srgb, currentColor 78%, transparent);}
.open-contact a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.open-contact a:hover{border-bottom-color:currentColor;}
.open-contact .start{padding-inline-end:calc(var(--paint-warm) / 2);}
.open-contact .secondary-flow{row-gap:calc(var(--axis-main) * 1.2);}
.open-contact .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gutter-content);}
.open-contact .row-title h2{flex:1 1 calc(var(--stack-form) / 3);min-width:0;}
.open-contact .row-title>p{flex:1 1 calc(var(--stack-form) / 3);min-width:0;}
.open-contact .fresh-quote{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--axis-main);margin-top:var(--axis-main);}
.open-contact .soft-rail{flex:1 1 var(--copy-large);min-width:0;padding-block-start:calc(var(--space-extra-42) / 3);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.open-contact .soft-rail p{margin-top:calc(var(--space-extra-42) / 3);}
.open-contact .secondary-proof{flex:1 1 100%;margin-top:calc(var(--axis-main) * .6);font-size:var(--type-extra-15);}
.top-content{--axis-main:calc(var(--space-extra-42) * 1.35);padding:var(--gutter-base) var(--space-extra-39);background:var(--paint-clear);color:var(--ink-deep);}
.top-content .visual-figure{max-width:var(--stack-form);margin:0 auto;}
.top-content h2,.top-content h3,.top-content p{margin:0;}
.top-content h2{font-size:calc(14.7px * 2);line-height:1.14;}
.top-content h3{font-size:var(--copy-body);line-height:1.22;}
.top-content p{font-size:var(--label-large);line-height:var(--type-lead);}
.top-content .steady-form{max-width:calc(var(--stack-form) * 0.72);}
.top-content .steady-form .page-footer{margin-top:var(--space-extra-42);color:var(--ink-secondary);}
.top-content .fresh-quote{display:flex;flex-wrap:wrap;gap:var(--gutter-content);margin-top:var(--axis-main);}
.top-content .soft-rail{flex:1 1 calc(var(--stack-form) / 3.4);min-width:0;padding:var(--paint-warm);border:1px solid var(--line-deep);border-radius:var(--corner-panel);background:var(--surface-warm);color:var(--surface-panel);}
.top-content .soft-rail h3{color:var(--surface-panel);}
.top-content .soft-rail p{margin-top:calc(var(--space-extra-42) / 2.6);color:var(--ink-secondary);}
.top-content .secondary-proof{margin-top:var(--axis-main);padding-top:var(--stack-large);border-top:1px solid var(--line-deep);}
.top-content .secondary-proof p{font-size:var(--type-extra-15);color:var(--ink-secondary);}
.top-content .secondary-proof a{color:#5B6E2E;text-decoration:underline;text-underline-offset:3px;}
.top-content .secondary-proof a:hover{color:inherit;}
@media (max-width:720px){.top-content .soft-rail{flex:1 1 100%;}
}
.page-team{
        padding:calc(var(--gutter-base) * .75) var(--space-extra-39);
        background:var(--paint-clear);
        color:var(--ink-deep);
    }
.contact-items{
        max-width:var(--stack-form);
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:var(--stack-large);
    }
.public-plan{
        padding:clamp(1rem,2.6vw,1.9rem) 0 clamp(.6rem,1.4vw,1rem);
        border-bottom:1px solid var(--line-deep);
    }
.page-team h1{margin:0;
        font-size:clamp(1.95rem,4.6vw,3.6rem);
        line-height:1.08;
        font-weight:700;
        letter-spacing:-0.01em;}
.page-team p{margin:clamp(1rem,2.2vw,1.4rem) 0 0;
        font-size:var(--label-large);
        line-height:var(--type-lead);
        color:var(--ink-secondary);}
@media (max-width:680px){.public-plan{padding:.4rem 0 .8rem}.page-team h1{font-size:clamp(1.85rem,9vw,2.9rem)}.page-team p{font-size:var(--type-meta)}
    }
.featured-service{--axis-main:calc(var(--space-extra-42) * 0.95);--state-base:calc(var(--stack-form) / 2.75);padding:var(--gutter-base) var(--space-extra-39);background:var(--paint-card);color:var(--ink-secondary);}
.featured-service .visual-figure{max-width:var(--stack-form);margin:0 auto;}
.featured-service h1,.featured-service h2,.featured-service h3,.featured-service p{margin:0;}
.featured-service h1{font-size:calc(14.7px * 2.65);line-height:1.08;}
.featured-service h2{font-size:calc(14.7px * 2);line-height:1.12;}
.featured-service h3{font-size:var(--copy-body);line-height:1.2;}
.featured-service p{font-size:var(--label-large);line-height:var(--type-lead);}
.featured-service .page-footer{margin-top:calc(var(--space-extra-42) / 2);}
.featured-service a{color:inherit;text-decoration:none;}
.featured-service .top-section{font-size:var(--type-extra-15);text-transform:uppercase;letter-spacing:0.06em;color:var(--ink-secondary);opacity:0.72;}
.featured-service .site-benefit{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--paint-warm) var(--space-extra-42);border-radius:var(--radius-round);background:var(--surface-inverse);color:var(--tone-extra-31);}
.featured-service .site-benefit:hover{background:#4A5A25;color:var(--surface-panel);}
.featured-service .fresh-quote{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gutter-content);margin-top:var(--axis-main);}
.featured-service .soft-rail{flex:1 1 calc(var(--stack-form) / 4);min-width:0;padding:var(--paint-warm);border-radius:var(--corner-panel);background:var(--surface-warm);color:var(--surface-panel);border:1px solid var(--line-deep);}
.featured-service .soft-rail p{margin-top:calc(var(--space-extra-42) / 3);}
.featured-service .plain-summary{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gutter-content);}
.featured-service .plain-summary>.steady-view{flex:1 1 auto;min-width:0;}
.featured-service .plain-summary>.site-benefit{flex:0 0 auto;}
.featured-service .plain-summary>.fresh-quote{flex:1 1 100%;}
.featured-service .steady-view h2{margin-top:calc(var(--space-extra-42) / 2);}
@media (max-width:720px){.featured-service .soft-rail{flex:1 1 100%;}.featured-service .plain-summary>.site-benefit{flex:1 1 100%;}
}
.focused-figure{
  background: linear-gradient(135deg, #5B6E2E 0%, #7C8F45 55%, #E8B21A 100%);
  color: #F7F8F2;
  padding: var(--gutter-base) var(--space-extra-39);
  overflow: hidden;
}
.focused-figure .visual-figure{width: min(100%, var(--stack-form));
  margin: 0 auto;
  display: grid;
  gap: var(--stack-large);}
.focused-figure h2,
.focused-figure h3,
.focused-figure p{margin: 0;}
.focused-figure h2{font-size: calc(14.7px * 2.65); line-height: 1.04;}
.focused-figure h3{font-size: var(--copy-body); line-height: 1.18;}
.focused-figure p{font-size: var(--label-large); line-height: var(--type-lead);}
.focused-figure .steady-inner{display: grid;
  gap: var(--space-extra-42);}
.focused-figure .content-header{
  display: grid;
  grid-template-columns: minmax(11rem, .3fr) minmax(0, 1fr);
  gap: var(--gutter-content);
  padding: var(--space-extra-42);
  border-radius: var(--curve-image);
  background: linear-gradient(90deg, #F2C230 0%, #E8B21A 100%);
  color: #2A2408;
}
.focused-figure .bottom-stack{display: flex;
  flex-wrap: wrap;
  gap: var(--paint-warm);}
.focused-figure .page-grid{
  flex: 1 1 20rem;
  display: grid;
  align-content: start;
  gap: var(--space-extra-42);
  padding: var(--space-extra-42);
  border-radius: 1rem;
  background: var(--surface-warm);
  color: var(--surface-panel);
  border: 1px solid var(--line-deep);
  text-decoration: none;
}
.focused-figure .page-grid span{font-size: var(--type-extra-15);
  letter-spacing: 0.02em;}
.focused-figure .page-grid h3{}
.focused-figure .page-grid p{}
@media (max-width: 760px) {.focused-figure h2{ font-size: clamp(calc(14.7px * 2), 12vw, calc(14.7px * 2.65)); }.focused-figure .content-header{ grid-template-columns: 1fr; }
}
.plain-wrap{padding:var(--gutter-base) var(--space-extra-39);background:var(--paint-clear);color:var(--ink-deep)}
.plain-wrap .offer-contact{width:min(100%,calc(var(--stack-form)*.7));margin:0 auto}
.plain-wrap .steady-form{display:flex;flex-wrap:wrap;align-items:flex-end;gap:var(--stack-large);border-bottom:1px solid var(--line-deep);padding-bottom:var(--stack-large)}
.plain-wrap h2{flex:1 1 min(100%,22rem);margin:0;font-size:calc(14.7px * 2);line-height:1.1}
.plain-wrap .page-footer{flex:1 1 min(100%,20rem);margin:0;color:var(--ink-secondary);font-size:var(--label-large);line-height:var(--type-lead)}
.plain-wrap .featured-track{display:flex;flex-direction:column;gap:var(--stack-large);margin-top:var(--space-extra-42)}
.plain-wrap .featured-track p{margin:0;color:var(--ink-secondary);line-height:var(--type-lead)}
.plain-wrap .top-section{margin:var(--space-extra-42) 0 0;padding:var(--paint-warm);background:var(--paint-card);color:var(--ink-secondary);border-radius:var(--corner-panel);font-size:var(--type-extra-15);line-height:var(--type-lead)}
@media(max-width:620px){.plain-wrap .steady-form{display:block}.plain-wrap .page-footer{margin-top:var(--stack-large)}}
.service-figure{
        padding:calc(var(--gutter-base) * .8) var(--space-extra-39) calc(var(--gutter-base) * .6);
        background:var(--paint-clear);
        color:var(--ink-deep);
    }
.contact-items{
        max-width:var(--stack-form);
        margin:0 auto;
    }
.public-plan{
        padding:clamp(1rem,2.4vw,1.75rem) 0 clamp(.75rem,2vw,1.25rem);
        border-bottom:1px solid var(--line-deep);
    }
.service-figure h1{margin:0;
        font-size:clamp(1.9rem,4.6vw,3.4rem);
        line-height:1.08;
        font-weight:700;
        letter-spacing:-0.01em;}
.service-figure p{margin:clamp(.85rem,1.8vw,1.15rem) 0 0;
        font-size:clamp(1rem,1.5vw,1.12rem);
        line-height:1.75;
        color:var(--ink-secondary);}
@media (max-width:680px){.public-plan{padding:.35rem 0 .85rem;}.service-figure h1{font-size:clamp(1.75rem,9vw,2.6rem);}
    }
.featured-quote{--axis-main:calc(var(--space-extra-42) * 1.35);--state-base:calc(var(--stack-form) / 2.4);padding:var(--gutter-base) var(--space-extra-39);background:var(--surface-inverse);color:var(--tone-extra-31);}
.featured-quote .visual-figure{max-width:var(--stack-form);margin:0 auto;}
.featured-quote h2,.featured-quote h3,.featured-quote p{margin:0;}
.featured-quote h2{font-size:calc(14.7px * 2);line-height:1.14;}
.featured-quote h3{font-size:var(--copy-body);line-height:1.22;}
.featured-quote p{font-size:var(--label-large);line-height:var(--type-lead);color:color-mix(in srgb, currentColor 78%, transparent);}
.featured-quote .steady-form{display:flex;flex-direction:column;gap:calc(var(--space-extra-42) / 2);}
.featured-quote .page-footer{color:color-mix(in srgb, currentColor 88%, transparent);}
.featured-quote .fresh-quote{display:flex;flex-direction:column;gap:var(--axis-main);margin-top:var(--axis-main);border-left:2px solid color-mix(in srgb, currentColor 28%, transparent);padding-left:var(--space-extra-42);}
.featured-quote .soft-rail{min-width:0;display:flex;flex-direction:column;gap:calc(var(--space-extra-42) / 3);}
.featured-quote .soft-rail h3{}
.featured-quote .top-section{margin-top:var(--axis-main);padding-top:var(--space-extra-42);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);color:color-mix(in srgb, currentColor 82%, transparent);}
@media (max-width:640px){.featured-quote .fresh-quote{padding-left:var(--gap-nav);}
}
.public-media{
  background:var(--paint-clear);
  color:var(--ink-deep);
  padding:var(--gutter-base) var(--space-extra-39);
}
.public-media .visual-figure{max-width:var(--stack-form);
  margin:0 auto;}
.public-media .steady-form{display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:var(--gutter-content);
  border-bottom:1px solid var(--line-deep);
  padding-bottom:var(--stack-large);}
.public-media h2{margin:0;
  max-width:16ch;
  font-size:calc(14.7px * 2);
  line-height:1.15;
  letter-spacing:0;}
.public-media .steady-form a{flex:0 0 auto;
  color:#5B6E2E;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:.15rem;
  font-size:var(--type-extra-15);}
.public-media .steady-form a:hover{color:inherit;}
.public-media .secondary-story{margin:var(--stack-large) 0 0;
  font-size:var(--copy-nav);
  line-height:var(--type-lead);}
.public-media .text-note{margin-top:var(--paint-warm);
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;}
.public-media .text-note span{
  background:var(--paint-card);
  color:var(--ink-secondary);
  border:1px solid var(--line-deep);
  border-radius:var(--radius-round);
  padding:.45rem .8rem;
  font-size:var(--type-extra-15);
}
@media (max-width:620px){.public-media .steady-form{
    display:block;
  }.public-media .steady-form a{
    display:inline-block;
    margin-top:var(--space-extra-42);
  }
}
.focused-panel{
  background: var(--paint-clear);
  color: var(--ink-deep);
  padding: var(--gutter-base) var(--space-extra-39);
}
.focused-panel .visual-figure{width: min(100%, var(--stack-form));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--stack-large);}
.focused-panel .compact-feature{display: flex;
  flex-direction: column;
  gap: var(--stack-large);}
.focused-panel h2{margin: 0;
  font-size: calc(14.7px * 2);
  line-height: 1.15;}
.focused-panel .page-footer{margin: 0;
  font-size: var(--label-large);
  line-height: var(--type-lead);}
.focused-panel .bottom-footer{display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: var(--gutter-content);}
.focused-panel .focused-section{
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: var(--paint-warm);
  padding: var(--paint-warm);
  border-radius: 1rem;
  border: 1px solid var(--line-deep);
  background: var(--surface-warm);
  color: var(--surface-panel);
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  transition: box-shadow var(--speed-soft) var(--motion-entry), transform var(--speed-soft) var(--motion-entry);
}
.focused-panel .focused-section:nth-child(6n + 1){grid-column: span 3;}
.focused-panel .focused-section:nth-child(6n + 4){grid-column: span 3;}
.focused-panel .focused-section:hover,
.focused-panel .focused-section:focus-visible{box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transform: translateY(-2px);}
.focused-panel .steady-contact{display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--corner-panel);}
.focused-panel .offer-intro{font-size: var(--type-extra-15);
  letter-spacing: 0.02em;}
.focused-panel strong{font-size: var(--copy-body);
  line-height: 1.2;}
.focused-panel .top-section{margin: 0;
  font-size: var(--type-extra-15);
  line-height: var(--type-lead);}
.focused-panel .fresh-details{margin: 0;
  font-size: var(--label-large);
  line-height: var(--type-lead);}
@media (max-width: 900px) {.focused-panel .bottom-footer{ grid-template-columns: 1fr 1fr; }.focused-panel .focused-section,
  .focused-panel .focused-section:nth-child(6n + 1),
  .focused-panel .focused-section:nth-child(6n + 4){ grid-column: auto; }
}
@media (max-width: 560px) {.focused-panel .bottom-footer{ grid-template-columns: 1fr; }
}
.content-headline{
  background: var(--paint-clear);
  color: var(--ink-deep);
  padding: var(--gutter-base) var(--space-extra-39);
}
.content-headline .visual-figure{width: min(100%, var(--stack-form));
  margin: 0 auto;
  display: grid;
  gap: var(--stack-large);}
.content-headline h2,
.content-headline h3,
.content-headline p{margin: 0;}
.content-headline h2{font-size: calc(14.7px * 2); line-height: 1.1;}
.content-headline h3{font-size: var(--copy-body); line-height: 1.18;}
.content-headline p{font-size: var(--label-large); line-height: var(--type-lead);}
.content-headline .secondary-nav{display: grid;
  gap: var(--space-extra-42);
  align-content: start;}
.content-headline .page-footer{color: var(--ink-secondary);}
.content-headline .media-actions{display: grid;
  border-top: 1px solid var(--line-deep);}
.content-headline .main-area{display: grid;
  grid-template-columns: minmax(6rem, .18fr) minmax(10rem, .3fr) minmax(0, 1fr);
  gap: var(--space-extra-42);
  padding: var(--space-extra-42) 0;
  border-bottom: 1px solid var(--line-deep);}
.content-headline .simple-story{font-size: var(--type-extra-15);
  color: var(--ink-secondary);
  text-transform: uppercase;
  letter-spacing: .04em;}
.content-headline .wide-headline{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--gutter-content);
  padding: var(--paint-warm);
  border-radius: 1rem;
  background: var(--surface-warm);
  color: var(--surface-panel);
  border: 1px solid var(--line-deep);
}
.content-headline .wide-headline p{flex: 1 1 22rem;}
.content-headline .wide-headline a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;}
.content-headline .wide-headline a:hover{color:inherit;}
@media (max-width: 800px) {.content-headline .main-area{ grid-template-columns: 1fr; gap: var(--stack-large); }.content-headline .wide-headline{ flex-direction: column; align-items: flex-start; }
}
.content-links{padding:calc(var(--gutter-base) * .7) var(--space-extra-39);background:var(--paint-clear);color:var(--ink-deep);}
.contact-items{max-width:var(--stack-form);margin:0 auto;}
.public-plan{padding:clamp(1.15rem,3vw,2rem) 0;}
.content-links h1{margin:0;font-size:clamp(2.05rem,5.5vw,4.4rem);line-height:1.04;font-weight:730;}
.content-links p{margin:clamp(.9rem,2vw,1.25rem) 0 0;font-size:clamp(1rem,1.55vw,1.16rem);line-height:1.7;color:var(--ink-secondary);}
@media (max-width:680px){.public-plan{padding:.5rem 0}.content-links h1{font-size:clamp(2rem,11vw,3.35rem);}}
.featured-plan{--axis-main:calc(var(--space-extra-42) * 1.18);padding:var(--gutter-base) var(--space-extra-39);background:var(--surface-inverse);color:var(--tone-extra-31);}
.featured-plan .visual-figure{max-width:var(--stack-form);margin:0 auto;}
.featured-plan h2,.featured-plan h3,.featured-plan p{margin:0;}
.featured-plan h2{font-size:calc(14.7px * 2);line-height:1.14;}
.featured-plan h3{font-size:var(--copy-body);line-height:1.22;}
.featured-plan p{font-size:var(--label-large);line-height:var(--type-lead);color:color-mix(in srgb, currentColor 78%, transparent);}
.featured-plan a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:2px;}
.featured-plan a:hover{border-bottom-color:currentColor;}
.featured-plan .secondary-flow{display:flex;flex-direction:column;row-gap:calc(var(--axis-main) * 1.1);}
.featured-plan .start{padding-inline-end:calc(var(--paint-warm) / 2);}
.featured-plan .page-footer{margin-top:var(--space-extra-42);}
.featured-plan .fresh-quote{display:flex;flex-direction:column;gap:var(--axis-main);margin-top:var(--axis-main);}
.featured-plan .soft-rail{min-width:0;padding-block-start:calc(var(--axis-main) / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.featured-plan .soft-rail p{margin-top:calc(var(--space-extra-42) / 3);}
.featured-plan .soft-rail a{display:inline-flex;margin-top:calc(var(--space-extra-42) / 2);font-size:var(--type-extra-15);opacity:.9;}
@media (min-width:760px){.featured-plan .fresh-quote{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--gutter-content);}.featured-plan .soft-rail{padding-block-start:calc(var(--axis-main) / 1.6);}
}
.wide-summary{padding:var(--gutter-base) var(--space-extra-39);background:var(--paint-clear);color:var(--ink-deep)}
.wide-summary .visual-figure{max-width:var(--stack-form);margin:0 auto}
.wide-summary .top-section{display:flex;gap:var(--stack-large);align-items:flex-start}
.wide-summary .focused-unit{flex:1 1 30rem;min-width:0;background:var(--paint-card);color:var(--ink-secondary);border-radius:1rem;padding:var(--paint-warm)}
.wide-summary h2{margin:0;font-size:calc(14.7px * 2);line-height:1.14}
.wide-summary .focused-unit p{margin:var(--space-extra-42) 0 0;font-size:var(--label-large);line-height:var(--type-lead)}
.wide-summary .public-intro{flex:1 1 32rem;min-width:0;display:flex;flex-direction:column;gap:var(--space-extra-42)}
.wide-summary .soft-rail{border-top:1px solid var(--line-deep);padding-top:var(--space-extra-42)}
.wide-summary .soft-rail strong{display:block;font-size:var(--copy-body);line-height:1.2}
.wide-summary .soft-rail p{margin:var(--paint-warm) 0 0;line-height:var(--type-lead)}
@media(max-width:780px){.wide-summary .top-section{display:block}.wide-summary .focused-unit{padding:var(--space-extra-42)}.wide-summary .public-intro{margin-top:var(--stack-large)}
}
.content-story{
        padding:calc(var(--gutter-base) * .75) var(--space-extra-39);
        background:var(--paint-clear);
        color:var(--ink-deep);
    }
.contact-items{
        max-width:var(--stack-form);
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:var(--stack-large);
    }
.public-plan{
        padding:clamp(1rem,2.6vw,1.85rem) 0;
        border-bottom:1px solid var(--line-deep);
    }
.content-story h1{margin:0;
        font-size:clamp(1.95rem,4.8vw,3.6rem);
        line-height:1.08;
        font-weight:700;
        letter-spacing:-0.01em;}
.content-story p{margin:clamp(.85rem,1.8vw,1.2rem) 0 0;
        font-size:clamp(1rem,1.5vw,1.14rem);
        line-height:1.72;
        color:var(--ink-secondary);}
@media (max-width:680px){.public-plan{padding:.4rem 0 1rem}.content-story h1{font-size:clamp(1.85rem,9vw,2.9rem)}
    }
.plain-inner{
  padding: var(--gutter-base) var(--space-extra-39);
  background: var(--paint-accent);
  color: var(--surface-card);
}
.plain-inner .visual-figure{max-width: min(var(--stack-form), 70rem);
  margin: 0 auto;}
.plain-inner .steady-form{display: flex;
  flex-direction: column;
  gap: var(--paint-warm);
  margin-bottom: var(--stack-large);}
.plain-inner h2{margin: 0;
  font-size: calc(14.7px * 2);
  line-height: 1.1;}
.plain-inner .focused-unit{margin: 0;
  font-size: var(--copy-nav);
  color: #D6D9CC;}
.plain-inner .text-brand{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gutter-content);}
.plain-inner .soft-rail{
  flex: 1 1 min(100%, 20rem);
  margin: 0;
  padding: var(--paint-warm);
  background: var(--surface-warm);
  color: var(--surface-panel);
  border: 1px solid var(--line-deep);
  border-radius: 1rem;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.plain-inner .compact-feature{display: flex;
  align-items: center;
  gap: var(--paint-warm);
  margin-bottom: var(--paint-warm);}
.plain-inner .compact-feature img{width: 56px;
  height: 56px;
  flex: 0 0 56px;
  object-fit: cover;
  border-radius: var(--corner-panel);}
.plain-inner .active-track{display: flex;
  flex-direction: column;
  gap: 2px;}
.plain-inner .steady-list{font-weight: 700;
  font-size: var(--label-large);}
.plain-inner .public-stack{font-size: var(--type-extra-15);color:inherit;}
.plain-inner .wide-steps{margin: 0;
  font-size: var(--type-meta);
  line-height: var(--type-lead);}
.plain-inner .top-section{margin: var(--stack-large) 0 0;
  padding-top: var(--paint-warm);
  border-top: 1px solid #3A4034;
  font-size: var(--type-extra-15);
  color: #D6D9CC;}
@media (max-width: 700px) {.plain-inner .text-brand{
    display: block;
  }.plain-inner .soft-rail + .soft-rail{
    margin-top: var(--gutter-content);
  }
}
.text-quote{--axis-main:calc(var(--space-extra-42) * 1.45);--state-base:calc(var(--stack-form) / 2.65);--copy-button:calc(var(--stack-form) / 3.83);padding:var(--gutter-base) var(--space-extra-39);background:var(--surface-inverse);color:var(--tone-extra-31);}
.text-quote .visual-figure{max-width:var(--stack-form);margin:0 auto;}
.text-quote h1,.text-quote h2,.text-quote h3,.text-quote p{margin:0;}
.text-quote h1{font-size:calc(14.7px * 2.65);line-height:1.08;}
.text-quote h2{font-size:calc(14.7px * 2);line-height:1.12;}
.text-quote h3{font-size:var(--copy-body);line-height:1.2;}
.text-quote p{font-size:var(--label-large);line-height:var(--type-lead);color:color-mix(in srgb, currentColor 74%, transparent);}
.text-quote a{color:inherit;text-decoration:none;}
.text-quote img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:var(--corner-panel);flex:0 1 min(28rem,38vw);}
.text-quote .site-benefit{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--paint-warm) var(--space-extra-42);border-radius:var(--radius-round);background:var(--tone-extra-31);color:var(--surface-inverse);}
.text-quote .public-inner{display:flex;align-items:center;justify-content:space-between;gap:var(--gutter-content);flex-wrap:wrap;}
.text-quote .public-inner .steady-view{flex:1 1 24rem;min-width:0;}
.text-quote .page-footer,.text-quote .top-section{}
.text-quote .public-inner h1,.text-quote .public-inner h2,.text-quote .public-inner p,.text-quote .public-inner .site-benefit{margin-top:var(--space-extra-42);}
.text-quote .public-inner img{margin-top:var(--axis-main);}
.text-quote .public-inner .page-footer,.text-quote .public-inner .top-section{}
.text-quote .secondary-proof{margin-top:var(--stack-large);font-size:var(--type-extra-15);}
.text-quote .secondary-proof a{text-decoration:underline;text-underline-offset:3px;}
.text-quote .secondary-proof a:hover{}
.open-form{
    background: var(--paint-clear);
    color: var(--ink-deep);
    padding: var(--gutter-base) var(--space-extra-39);
}
.open-form .c{max-width: var(--stack-form);
    margin: 0 auto;
    display: grid;
    gap: var(--gap-nav);}
@media (min-width: 1024px) {.open-form .c{
        grid-template-columns: 1fr 300px;
        align-items: start;
    }
}
.open-form .service-intro{margin-bottom: var(--space-extra-42);}
.open-form h1{font-size: calc(14.7px * 2.65);
    line-height: 1.2;
    margin: 0 0 0.75rem;}
.open-form .public-stack{display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    font-size: var(--type-extra-15);
    margin-bottom: var(--stack-large);}
.open-form .team-story{margin: 0;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);}
.open-form .team-story img{display: block;
    width: 100%;
    height: auto;}
.open-form .grid{line-height: var(--type-lead);
    font-size: var(--type-meta);}
.open-form .grid p{margin: 0 0 var(--stack-large);}
.open-form .grid h2{font-size: var(--copy-body);
    margin: var(--space-extra-42) 0 0.5rem;}
.open-form .secondary-proof{display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem 1rem;
    margin-top: var(--space-extra-42);
    padding-top: var(--stack-large);
    border-top: 1px solid var(--line-deep);
    font-size: var(--type-extra-15);}
.open-form .secondary-proof span{}
.open-form .secondary-proof a{text-decoration: none;}
.open-form .secondary-proof a:hover{text-decoration: underline;}
.open-form .wide-flow{
    background: var(--surface-warm);
    color: var(--surface-panel);
    border: 1px solid var(--line-deep);
    padding: var(--paint-warm);
    border-radius: 1rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.open-form .wide-flow h3{margin: 0 0 var(--stack-large);
    font-size: var(--label-large);}
.open-form .quiet-headline{display: flex;
    flex-direction: column;
    gap: 0.75rem;}
.open-form .wide-flow a{text-decoration: none;
    font-size: var(--type-extra-15);
    line-height: 1.5;}
.open-form .wide-flow a:hover{text-decoration: underline;}
.team-plan{
  background: var(--paint-clear);
  color: var(--ink-deep);
  padding: var(--gutter-base) var(--space-extra-39);
}
.team-plan .visual-figure{width: min(100%, var(--stack-form));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .32fr) minmax(0, 1fr);
  gap: var(--gutter-content);
  align-items: start;}
.team-plan h2,
.team-plan h3,
.team-plan p{margin: 0;}
.team-plan h2{font-size: calc(14.7px * 2); line-height: 1.1;}
.team-plan h3{font-size: var(--copy-body); line-height: 1.2;}
.team-plan p{font-size: var(--label-large); line-height: var(--type-lead);}
.team-plan .strong-nav{
  display: grid;
  gap: var(--stack-large);
  align-content: start;
  padding: var(--stack-large);
  border-radius: var(--curve-image);
  background: var(--paint-accent);
  color: var(--surface-card);
}
.team-plan .primary-contact{display: flex;
  flex-direction: column;
  gap: var(--paint-warm);}
.team-plan .clear-list{
  display: grid;
  grid-template-columns: minmax(6rem, .2fr) minmax(0, 1fr);
  gap: var(--stack-large);
  padding: var(--space-extra-42);
  border-radius: var(--corner-panel);
  background: var(--surface-warm);
  color: var(--surface-panel);
  border: 1px solid var(--line-deep);
}
.team-plan .clear-list b{font-size: var(--type-extra-15);
  color: var(--ink-secondary);
  font-weight: 600;}
.team-plan .quiet-surface{grid-column: 2;
  width: fit-content;
  margin-top: var(--stack-large);
  font-size: var(--label-large);
  color: #5B6E2E;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: color var(--speed-soft) var(--motion-entry);}
.team-plan .quiet-surface:hover{color:inherit;}
@media (max-width: 780px) {.team-plan .visual-figure{ grid-template-columns: 1fr; }.team-plan .clear-list{ grid-template-columns: 1fr; gap: var(--stack-large); }.team-plan .quiet-surface{ grid-column: auto; }
}
.content-details{padding:var(--gutter-base) var(--space-extra-39);background:var(--ink-warm);color:#2A2408}
.content-details .visual-figure{max-width:var(--stack-form);margin:0 auto}
.content-details .steady-note{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--gutter-content);margin-bottom:var(--stack-large);border-bottom:1px solid rgba(42,36,8,0.18);padding-bottom:var(--space-extra-42)}
.content-details .steady-note p{max-width:40rem;margin:0;font-size:var(--copy-nav);line-height:var(--type-lead)}
.content-details h2{max-width:14ch;margin:0;font-size:calc(14.7px * 2);line-height:1.05;text-align:right}
.content-details .featured-list{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gutter-content) var(--gap-nav)}
.content-details [data-cluster]{flex:1 1 20rem;max-width:34rem;padding:var(--paint-warm) 0;order:var(--state-main,0);transform:translateY(var(--layer-main,0))}
.content-details h3{margin:0;font-size:var(--copy-body);line-height:1.25}
.content-details [data-cluster] p{margin:var(--paint-warm) 0 0;line-height:var(--type-lead)}
@media(max-width:680px){.content-details .steady-note{display:block}.content-details h2{margin-top:var(--space-extra-42);text-align:left}.content-details [data-cluster]{max-width:none;transform:none}}
.compact-contact{
    padding:var(--gutter-base) var(--space-extra-39);
    background:var(--paint-clear);
    color:var(--ink-deep);
}
.compact-contact .steady-area{max-width:var(--stack-form);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:var(--stack-large);}
.compact-contact .steady-form{display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:var(--gutter-content);
    border-bottom:1px solid var(--line-deep);
    padding-bottom:var(--paint-warm);}
.compact-contact .steady-list{margin:0;
    font-size:var(--copy-body);
    line-height:1.25;}
.compact-contact .simple-story{
    margin:0;
    font-size:var(--type-extra-15);
    color:var(--ink-secondary);
    background:var(--paint-card);
    padding:0.25rem 0.6rem;
    border-radius:var(--radius-round);
}
.compact-contact .main-entries{display:flex;
    flex-direction:column;
    gap:var(--stack-large);}
.compact-contact .plain-tile{margin:0;
    font-size:var(--label-large);
    line-height:var(--type-lead);}
.compact-contact .top-section{
    margin:0;
    font-size:var(--type-extra-15);
    line-height:var(--type-lead);
    background:var(--surface-warm);
    color:var(--surface-panel);
    border:1px solid var(--line-deep);
    border-radius:var(--corner-panel);
    padding:var(--paint-warm);
}
.compact-contact .fresh-quote{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:var(--gutter-content);}
.compact-contact .soft-rail{margin:0;}
.compact-contact .soft-rail a{
    display:inline-block;
    font-size:var(--type-extra-15);
    color:var(--tone-extra-31);
    background:var(--surface-inverse);
    padding:0.45rem 0.9rem;
    border-radius:var(--corner-panel);
    text-decoration:none;
    transition:background var(--speed-soft) var(--motion-entry);
}
.compact-contact .soft-rail a:hover{
    background:#4A5A25;color:var(--surface-panel);}
.compact-contact .main-area{margin:0;
    font-size:var(--type-extra-15);
    color:var(--ink-secondary);}
.compact-contact .main-area a{color:#5B6E2E;
    text-decoration:none;}
.compact-contact .main-area a:hover{color:inherit;}
@media (max-width:640px){.compact-contact .steady-form{
        flex-direction:column;
        align-items:flex-start;
    }.compact-contact .fresh-quote{
        flex-direction:column;
    }
}
.content-stack{
        background:var(--paint-clear);
        color:var(--ink-deep);
        padding:var(--gutter-base) var(--space-extra-39);
    }
.content-stack .c{max-width:var(--stack-form);
        margin:0 auto;
        display:grid;
        gap:var(--stack-large);}
@media (min-width:1024px){.content-stack .c{
            grid-template-columns:minmax(0,1fr) 300px;
            align-items:start;
        }
    }
.content-stack .service-intro{margin-bottom:var(--stack-large);}
.content-stack h1{font-size:calc(14.7px * 2.65);
        line-height:1.2;
        margin:0 0 var(--paint-warm);}
.content-stack .public-stack{display:flex;
        flex-wrap:wrap;
        gap:var(--gutter-content);
        font-size:var(--type-extra-15);}
.content-stack .page-footer{margin:var(--paint-warm) 0 0;
        font-size:var(--copy-nav);
        line-height:var(--type-lead);}
.content-stack .team-story{
        margin:0 0 var(--stack-large);
        border-radius:1rem;
        overflow:hidden;
        background:var(--paint-card);
        border:1px solid var(--line-deep);color:var(--ink-secondary);}
.content-stack .team-story img{display:block;
        width:100%;
        height:auto;}
.content-stack .team-story figcaption{
        padding:0.7rem 1rem;
        font-size:var(--type-extra-15);
        color:var(--ink-secondary);
        background:var(--paint-card);
    }
.content-stack .grid{line-height:var(--type-lead);}
.content-stack .grid p{margin:0 0 var(--paint-warm);}
.content-stack .secondary-proof{display:flex;
        flex-wrap:wrap;
        gap:var(--gutter-content);
        margin-top:var(--stack-large);
        padding-top:var(--paint-warm);
        border-top:1px solid var(--line-deep);}
.content-stack .secondary-proof a{font-size:var(--type-extra-15);
        text-decoration:none;
        border-bottom:1px solid transparent;
        transition:color var(--speed-soft) var(--motion-entry), border-color var(--speed-soft) var(--motion-entry);}
.content-stack .secondary-proof a:hover{border-bottom-color:var(--surface-muted);}
.content-stack .wide-flow{
        background:var(--surface-warm);
        color:var(--surface-panel);
        border:1px solid var(--line-deep);
        border-radius:1rem;
        padding:var(--paint-warm);
        box-shadow:0 1px 4px rgba(0,0,0,0.04);
    }
.content-stack .wide-flow h3{margin:0 0 var(--paint-warm);
        font-size:var(--copy-body);}
.content-stack .quiet-headline{display:flex;
        flex-direction:column;
        gap:var(--gutter-content);}
.content-stack .quiet-headline .soft-rail{display:flex;
        flex-direction:column;
        gap:0.25rem;
        padding-bottom:var(--gutter-content);
        border-bottom:1px solid var(--line-deep);}
.content-stack .quiet-headline .soft-rail:last-child{border-bottom:0;
        padding-bottom:0;}
.content-stack .quiet-headline a{text-decoration:none;
        font-size:var(--label-large);
        line-height:1.4;}
.content-stack .quiet-headline a:hover{text-decoration:underline;}
.content-stack .quiet-headline .top-section{font-size:var(--type-extra-15);
        line-height:1.5;}
.narrow-tile{
  background: var(--paint-clear);
  color: var(--ink-deep);
  padding: var(--gutter-base) var(--space-extra-39);
}
.narrow-tile .visual-figure{width: min(100%, var(--stack-form));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, .6fr);
  gap: var(--stack-large);}
.narrow-tile h2,
.narrow-tile h3,
.narrow-tile p{margin: 0;}
.narrow-tile h2{font-size: calc(14.7px * 2.65); line-height: 1.05;}
.narrow-tile h3{font-size: var(--copy-body); line-height: 1.18;}
.narrow-tile p{font-size: var(--label-large); line-height: var(--type-lead);}
.narrow-tile .wide-section{display: grid;
  gap: var(--space-extra-42);}
.narrow-tile .page-steps{display: grid;
  gap: var(--paint-warm);}
.narrow-tile .top-section{display: grid;
  gap: var(--paint-warm);
  padding: var(--paint-warm) 0 var(--paint-warm) var(--space-extra-42);
  border-left: 2px solid var(--ink-warm);}
.narrow-tile .top-section span{font-size: var(--type-extra-15);
  color: var(--ink-secondary);}
.narrow-tile .quiet-surface{
  grid-column: 1 / -1;
  width: fit-content;
  padding: calc(var(--paint-warm) * .75) var(--space-extra-42);
  border-radius: var(--corner-panel);
  background: var(--surface-inverse);
  color: var(--tone-extra-31);
  text-decoration: none;
}
.narrow-tile .quiet-surface:hover{
  background: #4A5A25;color:var(--surface-panel);}
@media (max-width: 860px) {.narrow-tile .visual-figure{ grid-template-columns: 1fr; }.narrow-tile h2{ font-size: clamp(calc(14.7px * 2), 13vw, calc(14.7px * 2.65)); }
}
.offer-header{padding:var(--gutter-base) var(--space-extra-39);background:var(--paint-card);color:var(--ink-secondary)}
.offer-header .visual-figure{max-width:var(--stack-form);margin:0 auto}
.offer-header .secondary-steps{display:flex;flex-direction:column;gap:var(--stack-large)}
.offer-header h2{margin:0;font-size:calc(14.7px * 2);line-height:1.1}
.offer-header .page-footer{margin:0;font-size:var(--label-large);line-height:var(--type-lead)}
.offer-header .open-fields{display:flex;flex-direction:column;gap:var(--paint-warm);border-top:1px solid var(--line-deep);padding-top:var(--stack-large)}
.offer-header .soft-rail{display:flex;flex-wrap:wrap;gap:var(--paint-warm);align-items:baseline;padding:var(--paint-warm) 0;border-bottom:1px solid var(--line-deep)}
.offer-header .soft-rail p{margin:0;flex:0 0 14rem;font-size:var(--type-extra-15);text-transform:uppercase;letter-spacing:0.04em;opacity:0.75}
.offer-header .soft-rail strong{flex:1 1 20rem;min-width:0;font-size:var(--label-large);line-height:1.45;font-weight:500}
.offer-header .top-section{margin:0;padding:var(--paint-warm) var(--space-extra-42);background:var(--surface-warm);color:var(--surface-panel);border:1px solid var(--line-deep);border-radius:var(--corner-panel);font-size:var(--type-extra-15)}
.offer-header .secondary-steps>a{align-self:flex-start;border-radius:var(--radius-round);background:var(--surface-inverse);color:var(--tone-extra-31);padding:var(--paint-warm) var(--space-extra-42);text-decoration:none;font-size:var(--type-extra-15)}
.offer-header .secondary-steps>a:hover{background:#4A5A25;color:var(--surface-panel);}
@media(max-width:680px){.offer-header h2{font-size:var(--copy-body)}.offer-header .soft-rail p{flex:1 1 100%}.offer-header .soft-rail strong{flex:1 1 100%}
}
.clear-brand{
    padding:var(--gutter-base) var(--space-extra-39);
    background:var(--paint-card);
    color:var(--ink-secondary);
}
.clear-brand .steady-area{max-width:var(--stack-form);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:var(--stack-large);}
.clear-brand .active-track{display:flex;
    align-items:center;
    gap:var(--gutter-content);
    flex-wrap:wrap;}
.clear-brand .fresh-surface{
    width:72px;
    height:72px;
    border-radius:1rem;
    object-fit:cover;
    border:2px solid var(--line-deep);
    background:var(--surface-warm);
    flex:0 0 auto;color:var(--surface-panel);}
.clear-brand .id{display:flex;
    flex-direction:column;
    gap:2px;}
.clear-brand .steady-list{margin:0;
    font-size:var(--copy-body);
    line-height:1.25;}
.clear-brand .simple-story{margin:0;
    font-size:var(--type-extra-15);
    opacity:0.85;}
.clear-brand .plain-tile{margin:0;
    font-size:var(--label-large);
    line-height:var(--type-lead);}
.clear-brand .public-stack{
    margin:0;
    font-size:var(--type-extra-15);
    padding:var(--paint-warm);
    background:var(--surface-warm);
    color:var(--surface-panel);
    border:1px solid var(--line-deep);
    border-radius:var(--corner-panel);
}
.clear-brand .public-note{margin:0;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:0.5rem;
    font-size:var(--type-extra-15);}
.clear-brand .public-note a{color:#5B6E2E;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color var(--speed-soft) var(--motion-entry), border-color var(--speed-soft) var(--motion-entry);}
.clear-brand .public-note a:hover{color:inherit;
    border-bottom-color:var(--surface-muted);}
.clear-brand .wide-nav{opacity:0.5;}
@media (max-width:640px){.clear-brand .fresh-surface{
        width:56px;
        height:56px;
    }
}
.quiet-header{
    background:var(--paint-clear);
    color:var(--ink-deep);
    padding:var(--gutter-base) var(--space-extra-39);
}
.quiet-header .c{max-width:var(--stack-form);
    margin:0 auto;
    display:grid;
    gap:var(--gap-nav);}
@media (min-width:1024px){.quiet-header .c{grid-template-columns:minmax(0,1fr) 300px;}
}
.quiet-header .wide-section{display:flex;
    flex-direction:column;
    gap:var(--stack-large);}
.quiet-header .service-intro h1{font-size:calc(14.7px * 2.65);
    line-height:1.2;
    margin:0 0 0.6rem;}
.quiet-header .main-service{font-size:var(--copy-nav);
    margin:0 0 0.9rem;}
.quiet-header .public-stack{display:flex;
    flex-wrap:wrap;
    gap:0.4rem 1.2rem;
    font-size:var(--type-extra-15);
    border-top:1px solid var(--line-deep);
    padding-top:0.7rem;}
.quiet-header .team-story{
    margin:0;
    border-radius:1rem;
    overflow:hidden;
    background:var(--paint-card);color:var(--ink-secondary);}
.quiet-header .team-story img{display:block;
    width:100%;
    height:auto;}
.quiet-header .team-story figcaption{font-size:var(--type-extra-15);
    padding:0.6rem 0.9rem;}
.quiet-header .grid{line-height:var(--type-lead);}
.quiet-header .grid p{margin:0 0 1rem;}
.quiet-header .grid h2{font-size:var(--copy-body);
    margin:1.6rem 0 0.7rem;}
.quiet-header .secondary-proof{display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:0.5rem 1.2rem;
    padding-top:var(--stack-large);
    border-top:1px solid var(--line-deep);
    font-size:var(--type-extra-15);}
.quiet-header .content-inner{}
.quiet-header .secondary-proof a{text-decoration:none;
    border-bottom:1px solid var(--line-deep);
    padding-bottom:1px;}
.quiet-header .secondary-proof a:hover{}
.quiet-header .content-tile{
    background:var(--surface-warm);
    color:var(--surface-panel);
    border:1px solid var(--line-deep);
    border-radius:1rem;
    padding:var(--paint-warm);
    box-shadow:0 1px 4px rgba(0,0,0,0.04);
    align-self:start;
}
.quiet-header .content-tile h3{font-size:var(--label-large);
    margin:0 0 0.9rem;}
.quiet-header .fresh-quote{display:flex;
    flex-direction:column;
    gap:0.7rem;}
.quiet-header .fresh-quote a{text-decoration:none;
    font-size:var(--type-extra-15);
    line-height:1.5;
    border-left:2px solid var(--ink-warm);
    padding-left:0.6rem;}
.quiet-header .fresh-quote a:hover{}
.active-inner{
  background: var(--paint-clear);
  color: var(--ink-deep);
  padding: var(--gutter-base) var(--space-extra-39);
}
.active-inner .visual-figure{width: min(100%, var(--stack-form));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gutter-content);
  align-items: start;}
.active-inner h2,
.active-inner h3,
.active-inner p{margin: 0;}
.active-inner .content-contact{display: flex;
  flex-direction: column;
  gap: var(--stack-large);}
.active-inner h2{font-size: calc(14.7px * 2);
  line-height: 1.08;}
.active-inner .content-contact p{color: var(--ink-secondary);
  line-height: var(--type-lead);}
.active-inner a{width: fit-content;
  color: #5B6E2E;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: calc(var(--paint-warm) * .25);}
.active-inner a:hover{color:inherit;}
.active-inner .plain-method{display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: var(--curve-image);}
.active-inner .fresh-quote{display: flex;
  flex-direction: column;
  gap: var(--paint-warm);}
.active-inner .main-area{display: flex;
  flex-wrap: wrap;
  gap: var(--paint-warm);
  align-items: center;
  padding-bottom: var(--paint-warm);
  border-bottom: 1px solid var(--line-deep);}
.active-inner .main-area span{color: var(--ink-secondary);
  font-size: var(--type-extra-15);}
.active-inner h3{font-size: var(--copy-body);
  line-height: 1.16;}
.active-inner .wide-inner{display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--corner-panel);}
@media (max-width: 960px) {.active-inner .plain-method{ aspect-ratio: 16 / 9; }
}
.active-inner .visual-figure > *{min-width: 0; flex: 1 1 18rem;}
.active-inner .main-area > *{min-width: 0; flex: 1 1 16rem;}
.text-rail{padding:var(--gutter-base) var(--space-extra-39);background:var(--paint-card);color:var(--ink-secondary)}
.text-rail .visual-figure{max-width:var(--stack-form);margin:0 auto}
.text-rail .narrow-group{display:flex;gap:var(--stack-large);align-items:flex-start}
.text-rail .page-footer{flex:0 1 30rem;min-width:0;position:sticky;top:var(--space-extra-42)}
.text-rail h2{margin:0;font-size:calc(14.7px * 2);line-height:1.08}
.text-rail .page-footer p{margin:var(--space-extra-42) 0 0;font-size:var(--label-large);line-height:var(--type-lead)}
.text-rail .fresh-quote{flex:1 1 44rem;min-width:0;display:flex;flex-direction:column;gap:var(--paint-warm)}
.text-rail .soft-rail{background:var(--surface-warm);color:var(--surface-panel);border:1px solid var(--line-deep);border-radius:var(--corner-panel);padding:var(--space-extra-42);box-shadow:0 1px 4px rgba(0,0,0,0.04)}
.text-rail strong{display:block;font-size:var(--copy-body);line-height:1.18}
.text-rail .soft-rail p{margin:var(--paint-warm) 0 0;line-height:var(--type-lead)}
@media(max-width:780px){.text-rail .narrow-group{display:block}.text-rail .page-footer{position:static}.text-rail .fresh-quote{margin-top:var(--stack-large)}}
.direct-items{padding:var(--gutter-base) var(--space-extra-39);background:var(--paint-card);color:var(--ink-secondary);}
.direct-items .steady-area{max-width:var(--stack-form);margin:0 auto;display:flex;flex-direction:column;gap:var(--stack-large);}
.direct-items .active-track{display:flex;align-items:center;gap:var(--gutter-content);}
.direct-items .fresh-surface{width:64px;height:64px;border-radius:var(--corner-panel);object-fit:cover;flex:0 0 auto;border:1px solid var(--line-deep);}
.direct-items .id{display:flex;flex-direction:column;gap:2px;}
.direct-items .steady-list{margin:0;font-size:var(--copy-body);line-height:1.25;}
.direct-items .simple-story{margin:0;font-size:var(--type-extra-15);}
.direct-items .steady-view{display:flex;flex-direction:column;gap:var(--stack-large);}
.direct-items .plain-tile{margin:0;font-size:var(--label-large);line-height:var(--type-lead);}
.direct-items .public-note{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:var(--gutter-content);}
.direct-items .public-note a{display:inline-block;padding:0.45rem 0.9rem;border-radius:var(--radius-round);background:var(--surface-warm);color:var(--surface-panel);border:1px solid var(--line-deep);font-size:var(--type-extra-15);text-decoration:none;transition:background var(--speed-soft) var(--motion-entry);}
.direct-items .public-note a:hover{background:var(--ink-warm);color:#2A2408;border-color:var(--ink-warm);}
@media (max-width:640px){.direct-items .active-track{flex-direction:column;align-items:flex-start;}
}
.open-service{
        padding:calc(var(--gutter-base) * .75) var(--space-extra-39);
        background:var(--paint-clear);
        color:var(--ink-deep);
        border-bottom:1px solid var(--line-deep);
    }
.contact-items{
        max-width:var(--stack-form);
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:var(--stack-large);
    }
.public-plan{
        padding:clamp(1.25rem,3.2vw,2.1rem) 0 clamp(1.5rem,3.6vw,2.4rem);
        border-left:3px solid var(--ink-warm);
        padding-left:clamp(1rem,2.4vw,1.6rem);
    }
.open-service h1{margin:0;
        font-size:clamp(1.95rem,4.6vw,3.4rem);
        line-height:1.08;
        font-weight:700;
        letter-spacing:-0.01em;}
.open-service p{margin:clamp(.85rem,1.8vw,1.15rem) 0 0;
        font-size:clamp(1rem,1.5vw,1.14rem);
        line-height:1.72;
        color:var(--ink-secondary);}
@media (max-width:680px){.public-plan{
            padding:.4rem 0 .6rem clamp(.8rem,3vw,1.1rem);
            border-left-width:2px;
        }.open-service h1{
            font-size:clamp(1.7rem,8.5vw,2.5rem);
        }
    }
.strong-region{padding:var(--gutter-base) var(--space-extra-39);background:var(--paint-card);color:var(--ink-secondary)}
.strong-region .service-steps{max-width:var(--stack-form);margin:0 auto}
.strong-region .quiet-shell{display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--gutter-content);align-items:flex-end;margin-bottom:var(--stack-large)}
.strong-region h2{margin:0;font-size:calc(14.7px * 2);line-height:1.1;flex:1 1 18rem}
.strong-region .quiet-shell p{margin:0;flex:1 1 24rem;font-size:var(--label-large);line-height:var(--type-lead)}
.strong-region .clear-rail{display:grid;grid-template-columns:minmax(15rem,.38fr) minmax(0,1fr);gap:var(--paint-warm)}
.strong-region .open-wrap{display:grid;gap:var(--gutter-content);align-content:start}
.strong-region .main-area{padding:var(--paint-warm);border-radius:var(--corner-panel);background:var(--surface-warm);color:var(--surface-panel);border:1px solid var(--line-deep)}
.strong-region .main-area span{display:block;font-size:var(--type-extra-15);letter-spacing:.02em}
.strong-region .main-area strong{display:block;margin-top:calc(var(--gutter-content) * .5);font-weight:600;line-height:1.45}
.strong-region .main-area a{text-decoration:none;border-bottom:1px solid var(--line-deep)}
.strong-region .main-area a:hover{}
.strong-region .site-list{min-height:32rem;border-radius:1rem;overflow:hidden;border:1px solid var(--line-deep);background:var(--surface-warm);color:var(--surface-panel);}
.strong-region iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 860px){.strong-region .quiet-shell{display:block}.strong-region .quiet-shell p{margin-top:var(--space-extra-42)}.strong-region .clear-rail{grid-template-columns:1fr}.strong-region .site-list{min-height:22rem}}
.narrow-surface{padding:var(--gutter-base) var(--space-extra-39);background:var(--paint-clear);color:var(--ink-deep)}
.narrow-surface .visual-figure{max-width:var(--stack-form);margin:0 auto;display:flex;flex-wrap:wrap;gap:var(--stack-large);align-items:flex-start}
.narrow-surface .visual-figure>*{min-width:0;flex:1 1 20rem}
.narrow-surface .media-actions{padding-right:var(--gutter-content)}
.narrow-surface h2{margin:0;font-size:calc(14.7px * 2);line-height:1.15}
.narrow-surface .media-actions>p{margin:var(--space-extra-42) 0 var(--stack-large);font-size:var(--label-large);line-height:var(--type-lead);color:var(--ink-secondary)}
.narrow-surface .quiet-unit{display:flex;flex-direction:column;gap:var(--space-extra-42)}
.narrow-surface .quiet-unit div{display:flex;flex-wrap:wrap;gap:var(--gutter-content);align-items:flex-start;padding-bottom:var(--space-extra-42);border-bottom:1px solid var(--line-deep)}
.narrow-surface .quiet-unit div>*{min-width:0;flex:1 1 16rem}
.narrow-surface strong{font-size:var(--type-extra-15);color:var(--ink-deep)}
.narrow-surface .quiet-unit span{line-height:var(--type-lead);color:var(--ink-secondary)}
.narrow-surface form{display:flex;flex-direction:column;gap:var(--space-extra-42);align-self:flex-start;background:var(--surface-warm);color:var(--surface-panel);border:1px solid var(--line-deep);border-radius:var(--corner-panel);padding:var(--gutter-content);box-shadow:0 1px 4px rgba(0,0,0,0.04)}
.narrow-surface label span{display:block;margin-bottom:var(--paint-warm);font-size:var(--type-extra-15);color:var(--ink-secondary)}
.narrow-surface input{width:100%;border:0;border-bottom:1px solid var(--line-deep);border-radius:0;background:transparent;color:inherit;font:inherit;padding:var(--paint-warm) 0;outline:none}
.narrow-surface input:focus{border-color:var(--mark-control)}
.narrow-surface input::placeholder{color:rgba(255,255,255,0.55)}
.narrow-surface button{border:0;border-radius:var(--radius-round);background:var(--surface-inverse);color:var(--tone-extra-31);font:inherit;padding:var(--paint-warm);cursor:pointer;transition:background var(--speed-soft) var(--motion-entry)}
.narrow-surface button:hover{background:#4A5A25;color:var(--surface-panel);}
@media(max-width:780px){.narrow-surface .visual-figure,.narrow-surface .quiet-unit div{display:block}.narrow-surface form{margin-top:var(--stack-large)}.narrow-surface .quiet-unit span{display:block;margin-top:var(--paint-warm)}}
.main-items{background:var(--ink-warm);color:#2A2408;padding:var(--gutter-base) var(--space-extra-39)}
.main-items .visual-figure{max-width:var(--stack-form);margin:0 auto}
.main-items .text-copy{display:flex;align-items:center;gap:var(--stack-large)}
.main-items .steady-contact{display:block;flex:0 1 42%;min-width:15rem;width:100%;height:auto;aspect-ratio:5/4;object-fit:cover;border-radius:1rem}
.main-items .grid{flex:1 1 34rem;min-width:0}
.main-items h2{margin:0;font-size:clamp(calc(14.7px * 2),5vw,calc(14.7px * 2.65));line-height:1.05;letter-spacing:0}
.main-items p{margin:var(--space-extra-42) 0 0;font-size:var(--copy-nav);line-height:1.65}
.main-items .public-note{display:flex;flex-wrap:wrap;gap:var(--paint-warm);margin-top:var(--stack-large)}
.main-items a{padding:var(--paint-warm);border-radius:var(--radius-round);background:color-mix(in srgb,currentColor 10%,transparent);color:inherit;text-decoration:none}
@media(max-width:760px){.main-items .text-copy{align-items:stretch;flex-direction:column}.main-items .steady-contact{flex-basis:auto;min-width:0}}
.main-visual{
  padding: var(--gutter-base) var(--space-extra-39);
  background: var(--paint-accent);
  color: var(--surface-card);
}
.main-visual .primary-form{width: min(100%, calc(var(--stack-form) * .6));
  margin: 0 auto;}
.main-visual h2{margin: 0;
  font-size: calc(14.7px * 2);
  line-height: 1.1;}
.main-visual .secondary-story{margin: var(--space-extra-42) 0 var(--stack-large);
  font-size: var(--copy-nav);
  line-height: var(--type-lead);}
.main-visual .quiet-stack{display: flex;
  flex-direction: column;
  margin: 0;
  padding: var(--space-extra-42) 0;
  border-top: 1px solid rgba(244, 245, 240, .18);}
.main-visual .quiet-stack a{align-self: flex-start;
  color: var(--ink-warm);
  font-size: var(--copy-body);
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;
  transition: color var(--speed-soft) var(--motion-entry);}
.main-visual .quiet-stack a:hover{color: #D9A013;}
.main-visual .quiet-stack span{order: -1;
  margin-bottom: var(--paint-warm);
  color: #D6D9CC;
  font-size: var(--type-extra-15);}
.main-visual .fresh-details{display: flex;
  flex-wrap: wrap;
  gap: var(--gutter-content);
  padding: var(--space-extra-42) 0;
  border-top: 1px solid rgba(244, 245, 240, .18);}
.main-visual .fresh-details p{flex: 1 1 220px;
  margin: 0;
  color: #D6D9CC;
  line-height: var(--type-lead);}
.main-visual .public-note{display: flex;
  flex-wrap: wrap;
  gap: var(--space-extra-42);
  padding-top: var(--space-extra-42);
  border-top: 1px solid rgba(244, 245, 240, .18);}
.main-visual .public-note a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(244, 245, 240, .35);
  padding-bottom: 2px;
  transition: color var(--speed-soft) var(--motion-entry), border-color var(--speed-soft) var(--motion-entry);}
.main-visual .public-note a:hover{color: var(--ink-warm);
  border-color: var(--ink-warm);}
@media (max-width: 520px) {.main-visual .fresh-details{
    display: block;
  }.main-visual .fresh-details p + p{
    margin-top: var(--space-extra-42);
  }
}
.featured-headline{padding:var(--gutter-base) var(--space-extra-39);background:var(--paint-clear);color:var(--ink-deep)}
.featured-headline .offer-contact{max-width:min(var(--stack-form),64rem);margin:0 auto}
.featured-headline h2{margin:0;font-size:calc(14.7px * 2);line-height:1.15}
.featured-headline .strong-actions{margin:var(--stack-large) 0 var(--space-extra-42);font-size:var(--copy-nav);line-height:var(--type-lead)}
.featured-headline .quiet-steps{display:flex;flex-direction:column;gap:var(--gutter-content)}
.featured-headline .top-section{padding:var(--paint-warm) var(--gap-nav);background:var(--surface-warm);color:var(--surface-panel);border:1px solid var(--line-deep);border-radius:var(--corner-panel);box-shadow:0 1px 4px rgba(0,0,0,0.04)}
.featured-headline h3{margin:0 0 var(--paint-warm);font-size:var(--copy-body);line-height:1.25}
.featured-headline .top-section p{margin:0;line-height:var(--type-lead)}
@media (max-width:640px){.featured-headline .top-section{padding:var(--stack-large) var(--gap-nav)}.featured-headline h2{font-size:var(--copy-body)}
}
.featured-flow{padding:var(--gutter-base) var(--space-extra-39);background:var(--paint-clear);color:var(--ink-deep);}
.bottom-summary{max-width:var(--stack-form);margin:0 auto;}
.featured-flow h1{margin:0;font-size:calc(14.7px * 2.65);line-height:1.08;}
.offer-group{padding:var(--gutter-base) var(--space-extra-39);background:var(--paint-card);color:var(--ink-secondary)}
.offer-group .content-items{max-width:min(var(--stack-form),68rem);margin:0 auto}
.offer-group h2{margin:0;font-size:calc(14.7px * 2);line-height:1.15}
.offer-group .focused-unit{margin:var(--space-extra-42) 0 var(--stack-large);font-size:var(--copy-nav);line-height:var(--type-lead)}
.offer-group .team-view{padding:var(--paint-warm) 0 var(--paint-warm) var(--paint-warm);margin:0;border-top:1px solid var(--line-deep)}
.offer-group .team-view:first-of-type{border-top:0;padding-top:0}
.offer-group h3{margin:0 0 var(--paint-warm);font-size:var(--copy-body);line-height:1.25}
.offer-group .team-view p{margin:0;font-size:var(--label-large);line-height:var(--type-lead)}
@media (max-width:640px){.offer-group .team-view{padding-left:1.01rem}.offer-group h2{font-size:var(--copy-body)}
}
.team-entries{
        padding:calc(var(--gutter-base) * .7) var(--space-extra-39);
        background:var(--paint-clear);
        color:var(--ink-deep);
    }
.contact-items{
        max-width:var(--stack-form);
        margin:0 auto;
    }
.public-plan{
        padding:clamp(1.15rem,3vw,2rem) 0;
        border-bottom:1px solid var(--line-deep);
    }
.team-entries h1{margin:0;
        font-size:clamp(2.05rem,5.5vw,4.4rem);
        line-height:1.04;
        font-weight:730;}
.team-entries p{margin:clamp(.9rem,2vw,1.25rem) 0 0;
        font-size:clamp(1rem,1.55vw,1.16rem);
        line-height:1.7;
        color:var(--ink-secondary);}
@media (max-width:680px){.public-plan{padding:.5rem 0}.team-entries h1{font-size:clamp(2rem,11vw,3.35rem)}
    }
.plain-team{--axis-main:calc(var(--space-extra-42) * 1.29);--state-base:calc(var(--stack-form) / 2.40);padding:var(--gutter-base) var(--space-extra-39);background:var(--paint-clear);color:var(--ink-deep);}
.plain-team .visual-figure{max-width:var(--stack-form);margin:0 auto;}
.plain-team h1,.plain-team h2,.plain-team h3,.plain-team p{margin:0;}
.plain-team h2{font-size:calc(14.7px * 2);line-height:1.12;}
.plain-team p{font-size:var(--label-large);line-height:var(--type-lead);}
.plain-team a{color:#5B6E2E;text-decoration:none;}
.plain-team a:hover{color:inherit;}
.plain-team .public-inner>h2,.plain-team .public-inner>p,.plain-team .public-inner>.site-benefit,.plain-team .public-inner>.secondary-proof{margin-top:var(--space-extra-42);}
.plain-team .page-footer{color:var(--ink-deep);}
.plain-team .top-section{color:var(--ink-secondary);background:var(--paint-card);padding:var(--paint-warm);border-radius:var(--corner-panel);border:1px solid var(--line-deep);}
.plain-team .site-benefit{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--paint-warm) var(--space-extra-42);border-radius:var(--radius-round);background:var(--surface-inverse);color:var(--tone-extra-31);}
.plain-team .site-benefit:hover{background:#4A5A25;color:var(--tone-extra-31);}
.plain-team .secondary-proof{font-size:var(--type-extra-15);color:var(--ink-secondary);}
.plain-team .secondary-proof a{color:#5B6E2E;text-decoration:underline;}
.plain-team .secondary-proof a:hover{color:inherit;}
.team-fields{background:var(--ink-warm);color:#2A2408;padding:var(--gutter-base) var(--space-extra-39)}
.team-fields .visual-figure{max-width:var(--stack-form);margin:0 auto}
.team-fields .primary-nav{display:flex;flex-direction:column;gap:var(--stack-large)}
.team-fields h2{margin:0;max-width:22ch;font-size:clamp(calc(14.7px * 2),5vw,calc(14.7px * 2.65));line-height:1.08;letter-spacing:0}
.team-fields .clear-stack{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--stack-large)}
.team-fields p{flex:0 1 38rem;margin:0;min-width:0;font-size:var(--copy-nav);line-height:1.65}
.team-fields .featured-media{flex:0 1 26rem;min-width:0;display:flex;flex-wrap:wrap;gap:var(--paint-warm)}
.team-fields .featured-media a{padding:var(--paint-warm);border-radius:var(--radius-round);background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;text-decoration:none;font-size:var(--type-extra-15)}
.team-fields .secondary-proof{display:flex;flex-wrap:wrap;align-items:baseline;gap:1.01rem;padding-top:var(--stack-large);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.team-fields .secondary-proof .main-area{font-size:var(--type-extra-15);opacity:.85}
.team-fields .secondary-proof a{color:inherit;text-decoration:none;font-size:var(--type-extra-15);border-bottom:1px solid color-mix(in srgb,currentColor 40%,transparent);padding-bottom:2px}
.team-fields .secondary-proof a:hover{border-bottom-color:currentColor}
.team-fields .top-section p{margin:0;font-size:var(--type-extra-15);line-height:1.7;opacity:.92}
.team-fields .top-section a{color:inherit;text-decoration:underline}
@media(max-width:760px){.team-fields .clear-stack{flex-direction:column}.team-fields p,.team-fields .featured-media{flex-basis:auto}}
.narrow-items{padding:var(--gutter-base) var(--space-extra-39);background:var(--ink-warm);color:#2A2408}
.narrow-items .visual-figure{max-width:var(--stack-form);margin:0 auto}
.narrow-items .narrow-group{display:flex;gap:var(--stack-large);align-items:flex-start}
.narrow-items .steady-view{flex:1 1 36rem;min-width:0}
.narrow-items h2{margin:0;font-size:calc(14.7px * 2.65);line-height:1.04}
.narrow-items .steady-view p{margin:var(--space-extra-42) 0 0;font-size:var(--copy-nav);line-height:var(--type-lead)}
.narrow-items .steady-view p+p{margin-top:var(--paint-warm);font-size:var(--label-large)}
.narrow-items .site-form{flex:0 1 32rem;min-width:0;background:var(--paint-accent);color:var(--surface-card);border-radius:1rem;padding:var(--gutter-content);box-shadow:0 4px 10px rgba(0,0,0,0.05)}
.narrow-items .site-form>p{margin:0;line-height:var(--type-lead)}
.narrow-items .featured-media{display:flex;flex-wrap:wrap;gap:var(--paint-warm);margin-top:var(--space-extra-42)}
.narrow-items a{display:inline-flex;align-items:center;max-width:100%;min-width:0;border-radius:var(--radius-round);padding:var(--paint-warm) var(--space-extra-42);text-decoration:none}
.narrow-items .featured-media a{border:1px solid color-mix(in srgb,var(--surface-card) 22%,transparent)}
.narrow-items .featured-media .wide-content{background:var(--surface-inverse);color:var(--tone-extra-31);border-color:var(--surface-inverse)}
.narrow-items .secondary-proof{margin-top:var(--space-extra-42);display:flex;flex-wrap:wrap;gap:var(--paint-warm)}
.narrow-items .secondary-proof a{background:color-mix(in srgb,var(--surface-card) 8%,transparent);color:var(--surface-card);font-size:var(--type-extra-15);padding:calc(var(--paint-warm)*.75) var(--paint-warm)}
@media(max-width:780px){.narrow-items .narrow-group{display:block}.narrow-items .site-form{margin-top:var(--stack-large);padding:var(--space-extra-42)}.narrow-items h2{font-size:calc(14.7px * 2)}}
