:root {
  --speed-soft: cubic-bezier(0.2,0.8,0.2,1);
  --tone-secondary: #33352f;
  --tone-deep: #f4f2ea;
  --paint-secondary: #1d1f1b;
  --surface-muted: #4a6b3a;
  --tone-extra-6: #e8e5d8;
}
body{margin:0;padding:0;font-family:"Merriweather", sans-serif;}
*{box-sizing:border-box;}
.contact-benefit {
    width: 100%;
    background: var(--tone-deep);
    color: var(--paint-secondary);
    border-bottom: 1px solid #d9d5c6;
  }
.narrow-service {
    max-width: 1020px;
    margin: 0 auto;
    padding: calc(0.88rem * 1.5) 1.07rem;
    display: flex;
    align-items: center;
    gap: 0.88rem;
  }
.team-summary {
    font-size: calc(16.7px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--paint-secondary);
    text-decoration: none;
    white-space: nowrap;
  }
.team-summary:hover {
    color: #1f4e5f;
  }
.nav-desktop {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.88rem;
  }
.nav-list a {
    display: inline-block;
    padding: 0.35rem 0.15rem;
    font-size: 16.7px;
    color: var(--paint-secondary);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 380ms var(--speed-soft),
                border-color 380ms var(--speed-soft);
  }
.nav-list a:hover {
    color: #1f4e5f;
    border-bottom-color: #1f4e5f;
  }
.nav-help {
    flex: 0 0 auto;
    font-size: calc(16.7px * .875);
    color: var(--paint-secondary);
    text-decoration: none;
    padding: 0.4rem 0.85rem;
    border: 1px solid #d9d5c6;
    border-radius: 0.26rem;
    transition: background 380ms var(--speed-soft),
                color 380ms var(--speed-soft);
  }
.nav-help:hover {
    background: var(--tone-extra-6);
    color: var(--tone-secondary);
  }
.primary-callout {
    display: none;
    flex: 0 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    background: transparent;
    border: 1px solid #d9d5c6;
    border-radius: 0.26rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
  }
.focused-track{
    display: block;
    width: 1.15rem;
    height: 2px;
    background: var(--paint-secondary);
    border-radius: 2px;color:#1d1f1b;}
.nav-mobile {
    display: none;
    border-top: 1px solid #d9d5c6;
    background: var(--tone-extra-6);
    color: var(--tone-secondary);
  }
.nav-mobile-list {
    list-style: none;
    margin: 0;
    padding: calc(0.88rem * 1.5) 1.07rem;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }
.nav-mobile-list a {
    display: block;
    padding: 0.65rem 0.25rem;
    font-size: 16.7px;
    color: var(--tone-secondary);
    text-decoration: none;
    border-bottom: 1px solid #d9d5c6;
  }
.nav-mobile-list a:hover {
    color: #1f4e5f;
  }
@media (max-width: 767px) {
    .nav-desktop,
    .nav-help {
      display: none;
    }

    .primary-callout {
      display: flex;
      margin-left: auto;
    }

    .nav-mobile.is-open {
      display: block;
    }
  }
.secondary-shell{padding:calc(1.5rem * 2.4) 1.07rem;font-family:"Merriweather", sans-serif;font-size:16.7px;line-height:1.76;background:#1d1f1b;color:#f4f2ea;}
.wide-group{max-width:1020px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.88rem * 1.5)}
.offer-method{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.4fr;gap:0.88rem;align-items:start}
.active-story{display:flex;flex-direction:column;gap:calc(1.5rem * .75);min-width:0}
.service-rail{margin:0;font-size:calc(16.7px * 1.125);font-weight:600;letter-spacing:0.01em}
.content-unit{margin:0;font-size:calc(16.7px * .875);max-width:34ch;opacity:0.85}
.focused-entries{margin:0;font-size:calc(16.7px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.08em;opacity:0.75}
.compact-callout{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) / 2)}
.compact-callout a{color:inherit;text-decoration:none;font-size:16.7px;transition:opacity 380ms var(--speed-soft)}
.compact-callout a:hover,
  .compact-callout a:focus-visible{opacity:0.7;text-decoration:underline;text-underline-offset:3px;color:inherit}
.service-links li{display:flex;flex-direction:column;gap:2px}
.site-actions{font-size:calc(16.7px * .875);text-transform:uppercase;letter-spacing:0.06em;opacity:0.7}
.simple-items{font-size:16.7px;color:inherit;text-decoration:none;word-break:break-word}
a.footer-value:hover,
  a.footer-value:focus-visible{text-decoration:underline;text-underline-offset:3px;color:inherit}
.content-visual{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) / 2);padding-top:calc(0.88rem * 1.5);border-top:1px solid currentColor;font-size:calc(16.7px * .875)}
.service-benefit{margin:0;opacity:0.85}
.page-details{margin:0;max-width:90ch;opacity:0.75;line-height:1.76}
@media (max-width: 900px) {.offer-method{grid-template-columns:1fr 1fr}
  }
@media (max-width: 560px) {.offer-method{grid-template-columns:1fr}.secondary-shell{padding:calc(0.88rem * 1.5) 1.07rem;background:#1d1f1b;color:#f4f2ea;}
  }
.cookies {
    position: fixed;
    left: calc(1.5rem * .75);
    bottom: calc(1.5rem * .75);
    z-index: 9999;
    width: min(22rem, calc(100vw - calc(1.5rem * .75) * 2));
    background: #fbfaf4;
    color: #1d1f1b;
    border: 1px solid #d9d5c6;
    border-radius: 0.59rem;
    box-shadow: 0 3px 8px rgba(0,0,0,0.07);
    padding: calc(1.5rem * .75);
    font-family: "Merriweather", sans-serif;
    font-size: calc(16.7px * .875);
    line-height: 1.76;
  }
.cookies .text-inner{margin: 0 0 calc(0.88rem * 1.5);
    font-size: 16.7px;
    font-weight: 600;
    line-height: 1.3;}
.cookies .contact-menu{margin: 0 0 calc(0.88rem * 1.5);
    font-size: calc(16.7px * .875);}
.cookies .direct-entries{display: flex;
    flex-wrap: wrap;
    gap: 0.88rem;}
.cookies .media-contact {
    flex: 1 1 auto;
    min-width: 6rem;
    padding: 0.5rem 0.9rem;
    font-family: inherit;
    font-size: calc(16.7px * .875);
    border-radius: 0.26rem;
    border: 1px solid #d9d5c6;
    background: transparent;
    color: #1d1f1b;
    cursor: pointer;
    transition: background 380ms var(--speed-soft);
  }
.cookies .media-contact:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#1d1f1b;}
.cookies .cookie-accept {
    background: var(--surface-muted);
    color: #f6f4ec;
    border-color: var(--surface-muted);
  }
.cookies .cookie-accept:hover{
    background: #3c5730;
    border-color: #3c5730;color:#1d1f1b;}
.cookies.is-hidden{display: none;}
@media (max-width: 480px) {
    .cookies {
      left: calc(0.88rem * 1.5);
      right: calc(0.88rem * 1.5);
      bottom: calc(0.88rem * 1.5);
      width: auto;
    }
  }
.text-entries{
    background: var(--tone-deep);
    color: var(--paint-secondary);
    padding: 5rem 1.5rem 4.5rem;
  }
.text-entries .public-block{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: 4rem;
    align-items: end;}
.text-entries .compact-intro h1{font-size: clamp(2rem, 4.2vw, 3.1rem);
    line-height: 1.12;
    margin: 0 0 1.4rem;
    letter-spacing: -0.01em;}
.text-entries .service-view{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0 0 2rem;
    max-width: 46ch;}
.text-entries .text-brand{
    display: inline-block;
    background: var(--surface-muted);
    color: #f6f4ec;
    text-decoration: none;
    padding: 0.85rem 1.5rem;
    border-radius: 4px;
    font-size: 0.98rem;
    border: 1px solid var(--surface-muted);
  }
.text-entries .text-brand:hover{
    background: #3c5730;
    border-color: #3c5730;color:#1d1f1b;}
.text-entries .main-plan{border-top: 1px solid #d9d5c6;
    padding-top: 1.4rem;}
.text-entries .main-plan p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
@media (max-width: 760px) {.text-entries{
      padding: 3.5rem 1.25rem 3rem;
    }.text-entries .public-block{
      grid-template-columns: 1fr;
      gap: 2.5rem;
      align-items: start;
    }
  }
.text-entries{
  background: #1d1f1b;
  color: #f4f2ea;
}
.page-inner{
    background: var(--tone-deep);
    color: var(--paint-secondary);
    padding: 4.5rem 1.25rem 4rem;
  }
.page-inner .public-block{max-width: 720px;
    margin: 0 auto;}
.page-inner h2{font-size: 1.85rem;
    line-height: 1.25;
    margin: 0 0 1.25rem;
    font-weight: 600;
    letter-spacing: -0.01em;}
.page-inner .compact-intro{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 2.5rem;
    max-width: 60ch;}
.page-inner .secondary-unit{list-style: none;
    margin: 0 0 2.25rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;}
.page-inner .plain-actions{border-left: 3px solid #4a6b3a;
    padding: 0.25rem 0 0.25rem 1.25rem;}
.page-inner .plain-actions .title{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 0.75rem;}
.page-inner .plain-actions .bottom-group{font-size: 0.88rem;
    line-height: 1.5;
    margin: 0;
    color: var(--tone-secondary, #33352f);}
.page-inner .content-header{font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    padding-top: 1.5rem;
    border-top: 1px solid #d9d5c6;
    max-width: 58ch;}
@media (max-width: 560px) {.page-inner{
      padding: 3rem 1rem 2.75rem;
    }.page-inner h2{
      font-size: 1.5rem;
    }.page-inner .plain-actions{
      padding-left: 1rem;
    }
  }
.page-inner{
  background: var(--tone-deep);
  color: var(--paint-secondary);
}
.list{
    background: var(--tone-deep);
    color: var(--paint-secondary);
    padding: 4.5rem 1.5rem 4rem;
  }
.list .public-block{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.6fr);
    gap: 3rem 4rem;
    align-items: start;}
.list .compact-intro{position: relative;}
.list .compact-intro h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.list .compact-intro p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.list .featured-brand{display: flex;
    flex-direction: column;
    gap: 1.75rem;}
.list .plain-actions{
    background: #fbfaf4;
    color: #1d1f1b;
    border: 1px solid #d9d5c6;
    border-left: 3px solid #4a6b3a;
    border-radius: 6px;
    padding: 1.5rem 1.75rem 1.35rem;
  }
.list .plain-actions:nth-child(2){border-left-color: #1f4e5f;
    margin-left: 1.75rem;}
.list .plain-actions:nth-child(3){margin-left: 0.75rem;}
.list .title{margin: 0 0 0.9rem;
    font-size: 1.02rem;
    line-height: 1.7;}
.list .open-grid{margin: 0;
    font-size: 0.86rem;
    letter-spacing: 0.02em;}
.list .plain-actions:nth-child(2) .open-grid{}
.list .main-plan{grid-column: 1 / -1;
    margin: 0.5rem 0 0;
    padding-top: 1.25rem;
    border-top: 1px solid #d9d5c6;
    font-size: 0.92rem;
    line-height: 1.6;
    max-width: 62ch;}
@media (max-width: 820px) {.list{
      padding: 3rem 1.15rem 2.75rem;
    }.list .public-block{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.list .plain-actions:nth-child(2),
    .list .plain-actions:nth-child(3){
      margin-left: 0;
    }
  }
.list{
  background: #1d1f1b;
  color: #f4f2ea;
}
.secondary-callout{
    --layer-control: #d9d5c6;
    --tone-accent: #33352f;
    background: var(--tone-deep);
    color: var(--paint-secondary);
    padding: 4.5rem 1.5rem 5rem;
  }
.secondary-callout .public-block{max-width: 760px;
    margin: 0 auto;}
.secondary-callout h2{font-size: 1.65rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.secondary-callout .compact-intro{margin: 0 0 2.75rem;
    max-width: 58ch;
    font-size: 1.02rem;
    line-height: 1.6;
    color: var(--tone-accent);}
.secondary-callout .featured-brand{display: flex;
    flex-direction: column;
    gap: 2.5rem;}
.secondary-callout .plain-actions{padding-left: 1.25rem;
    border-left: 2px solid var(--layer-control);}
.secondary-callout .plain-actions h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0 0 0.6rem;
    font-weight: 600;}
.secondary-callout .plain-actions h3 a{color: inherit;
    text-decoration: none;}
.secondary-callout .plain-actions h3 a:hover{text-decoration: underline;
    text-underline-offset: 3px;}
.secondary-callout .plain-actions p{margin: 0 0 0.5rem;
    font-size: 0.97rem;
    line-height: 1.6;
    max-width: 62ch;}
.secondary-callout .plain-actions .main-plan{margin: 0;
    font-size: 0.88rem;
    color: var(--tone-accent);}
@media (max-width: 560px) {.secondary-callout{
      padding: 3rem 1.25rem 3.5rem;
    }.secondary-callout h2{
      font-size: 1.4rem;
    }.secondary-callout .featured-brand{
      gap: 2rem;
    }
  }
.secondary-callout{
  background: var(--tone-deep);
  color: var(--paint-secondary);
}
.offer-quote{
    background: var(--tone-deep);
    color: var(--paint-secondary);
    padding: 4.5rem 1.25rem;
    border-top: 1px solid #d9d5c6;
  }
.offer-quote .public-block{max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.75rem 3rem;}
.offer-quote .service-view{flex: 1 1 420px;
    max-width: 560px;}
.offer-quote h2{margin: 0 0 0.75rem;
    font-size: clamp(1.4rem, 2.4vw, 1.85rem);
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.01em;}
.offer-quote p{margin: 0;
    font-size: 1rem;
    line-height: 1.6;}
.offer-quote .text-brand{
    flex: 0 0 auto;
    display: inline-block;
    padding: 0.95rem 1.75rem;
    background: #4a6b3a;
    color: #f6f4ec;
    text-decoration: none;
    font-size: 0.98rem;
    font-weight: 600;
    border-radius: 6px;
    border: 1px solid #4a6b3a;
    transition: background 0.18s ease, border-color 0.18s ease;
  }
.offer-quote .text-brand:hover,
  .offer-quote .text-brand:focus-visible{
    background: #3c5730;
    border-color: #3c5730;color:#1d1f1b;}
@media (max-width: 640px) {.offer-quote{
      padding: 3rem 1.25rem;
    }.offer-quote .text-brand{
      width: 100%;
      text-align: center;
    }
  }
.offer-quote{
  background: #1d1f1b;
  color: #f4f2ea;
}
.wide-actions{
    background: var(--tone-deep);
    color: var(--paint-secondary);
    padding: 5rem 1.5rem 4.5rem;
  }
.wide-actions .public-block{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 3.5rem;
    align-items: start;}
.wide-actions .compact-intro h1{font-size: clamp(1.9rem, 3.4vw, 2.7rem);
    line-height: 1.18;
    font-weight: 600;
    margin: 0 0 1.4rem;
    letter-spacing: -0.01em;}
.wide-actions .compact-intro p{font-size: 1.02rem;
    line-height: 1.68;
    margin: 0 0 1.1rem;}
.wide-actions .compact-intro p:last-child{margin-bottom: 0;}
.wide-actions .main-plan{
    background: #fbfaf4;
    color: #1d1f1b;
    border: 1px solid #d9d5c6;
    border-left: 3px solid #4a6b3a;
    border-radius: 4px;
    padding: 1.5rem 1.6rem 1.6rem;
    margin-top: 0.4rem;
  }
.wide-actions .top-flow{font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ink-panel, #1f4e5f);
    margin: 0 0 0.7rem;
    font-weight: 600;}
.wide-actions .main-plan p:last-child{font-size: 0.97rem;
    line-height: 1.62;
    margin: 0;}
@media (max-width: 780px) {.wide-actions{
      padding: 3.5rem 1.25rem 3rem;
    }.wide-actions .public-block{
      grid-template-columns: 1fr;
      gap: 2.25rem;
    }.wide-actions .main-plan{
      margin-top: 0;
    }
  }
.wide-actions{
  background: var(--tone-deep);
  color: var(--paint-secondary);
}
.team-view{
  background: var(--tone-deep);
  color: var(--paint-secondary);
  padding: 5rem 1.25rem 5.5rem;
}
.team-view .public-block{max-width: 780px;
  margin: 0 auto;}
.team-view h2{font-size: 1.9rem;
  line-height: 1.2;
  margin: 0 0 2.75rem;
  font-weight: 700;
  letter-spacing: -0.01em;}
.team-view .contact-rail{display: flex;
  flex-direction: column;
  gap: 2.25rem;
  border-left: 2px solid #4a6b3a;
  padding-left: 1.75rem;}
.team-view .local-view{position: relative;}
.team-view .local-view::before{
  content: "";
  position: absolute;
  left: -2.05rem;
  top: 0.5rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4a6b3a;color:#f6f4ec;}
.team-view .service-list{font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 0.4rem;
  font-weight: 700;}
.team-view h3{font-size: 1.15rem;
  line-height: 1.35;
  margin: 0 0 0.6rem;
  font-weight: 700;}
.team-view .local-view p:last-child{margin: 0;
  font-size: 1rem;
  line-height: 1.65;}
@media (max-width: 600px) {.team-view{
    padding: 3.25rem 1rem 3.5rem;
  }.team-view h2{
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }.team-view .contact-rail{
    padding-left: 1.25rem;
    gap: 1.75rem;
  }.team-view .local-view::before{
    left: -1.55rem;
  }
}
.team-view{
  background: #1d1f1b;
  color: #f4f2ea;
}
.plain-region{
    background: var(--tone-deep);
    color: var(--paint-secondary);
    padding: 4.5rem 1.5rem 5rem;
  }
.plain-region .public-block{max-width: 68rem;
    margin: 0 auto;}
.plain-region h2{font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.plain-region .compact-intro{max-width: 46rem;
    font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 3rem;}
.plain-region .secondary-figure{display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid #d9d5c6;}
.plain-region .content-panel{padding: 1.75rem 2rem 1.75rem 0;
    border-bottom: 1px solid #d9d5c6;}
.plain-region .content-panel:nth-child(odd){border-right: 1px solid #d9d5c6;}
.plain-region .content-panel:nth-child(even){padding-left: 2rem;}
.plain-region .content-panel h3{font-size: 1.15rem;
    margin: 0 0 0.35rem;
    letter-spacing: -0.005em;}
.plain-region .simple-links{font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #4a6b3a;
    margin: 0 0 0.85rem;}
.plain-region .content-panel p:last-child{font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;}
.plain-region .content-header{margin: 2.5rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.plain-region .content-header a{color: #1f4e5f;
    text-decoration: underline;
    text-underline-offset: 3px;}
.plain-region .content-header a:hover{color: #3c5730;}
@media (max-width: 640px) {.plain-region{
      padding: 3rem 1.25rem 3.5rem;
    }.plain-region .secondary-figure{
      grid-template-columns: 1fr;
    }.plain-region .content-panel{
      padding: 1.5rem 0;
    }.plain-region .content-panel:nth-child(odd){
      border-right: none;
    }.plain-region .content-panel:nth-child(even){
      padding-left: 0;
    }
  }
.plain-region{
  background: var(--tone-deep);
  color: var(--paint-secondary);
}
.visual-shell{
    background: var(--tone-deep);
    color: var(--paint-secondary);
    padding: 72px 24px 80px;
  }
.visual-shell .public-block{max-width: 880px;
    margin: 0 auto;}
.visual-shell .narrow-content{max-width: 640px;
    margin-bottom: 44px;}
.visual-shell .narrow-content h2{font-size: 1.85rem;
    line-height: 1.25;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.visual-shell .narrow-content p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.visual-shell .featured-brand{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #d9d5c6;}
.visual-shell .plain-actions{padding: 22px 0 24px;
    border-bottom: 1px solid #d9d5c6;}
.visual-shell .plain-actions h3{margin: 0 0 6px;
    font-size: 1.12rem;
    font-weight: 600;
    letter-spacing: 0.005em;}
.visual-shell .plain-actions .bottom-group{margin: 0 0 10px;
    font-size: 0.86rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    opacity: 0.78;}
.visual-shell .plain-actions p:last-child{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;
    max-width: 620px;}
.visual-shell .content-header{margin: 40px 0 0;
    font-size: 0.98rem;
    line-height: 1.65;
    max-width: 620px;}
.visual-shell .content-header a{text-decoration: underline;
    text-underline-offset: 3px;}
.visual-shell .content-header a:hover{}
@media (max-width: 640px) {.visual-shell{
      padding: 52px 20px 60px;
    }.visual-shell .narrow-content h2{
      font-size: 1.5rem;
    }.visual-shell .plain-actions{
      padding: 18px 0 20px;
    }
  }
.visual-shell{
  background: #1d1f1b;
  color: #f4f2ea;
}
.visual-brand{
    background: var(--tone-deep);
    color: var(--paint-secondary);
    padding: 4.5rem 1.5rem 5rem;
  }
.visual-brand .public-block{max-width: 640px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;}
.visual-brand h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 0.9rem;
    font-weight: 600;}
.visual-brand .compact-intro{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;}
.visual-brand .contact-stack{
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    padding: 1.75rem 1.6rem;
    background: #fbfaf4;
    color: #1d1f1b;
    border: 1px solid #d9d5c6;
    border-radius: 10px;
  }
.visual-brand .secondary-feature{display: flex;
    flex-direction: column;
    gap: 0.4rem;}
.visual-brand label{font-size: 0.88rem;
    letter-spacing: 0.01em;}
.visual-brand input{
    font: inherit;
    font-size: 0.98rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid #d9d5c6;
    border-radius: 6px;
    background: var(--tone-deep);
    color: var(--paint-secondary);
  }
.visual-brand input:focus{outline: 2px solid #1f4e5f;
    outline-offset: 1px;}
.visual-brand .direct-figure{
    align-self: flex-start;
    margin-top: 0.3rem;
    font: inherit;
    font-size: 0.98rem;
    padding: 0.7rem 1.4rem;
    border: none;
    border-radius: 6px;
    background: #4a6b3a;
    color: #f6f4ec;
    cursor: pointer;
  }
.visual-brand .direct-figure:hover{
    background: #3c5730;color:#1d1f1b;}
.visual-brand .content-header{font-size: 0.92rem;
    line-height: 1.6;
    margin: 0;}
.visual-brand .content-header a{text-decoration: underline;
    text-underline-offset: 2px;}
@media (max-width: 520px) {.visual-brand{
      padding: 3rem 1.1rem 3.5rem;
    }.visual-brand h2{
      font-size: 1.45rem;
    }.visual-brand .contact-stack{
      padding: 1.4rem 1.2rem;
    }
  }
.visual-brand{
  background: #1d1f1b;
  color: #f4f2ea;
}
.secondary-view{
    background: var(--tone-deep, #f4f2ea);
    color: var(--paint-secondary, #1d1f1b);
    padding: 72px 24px 88px;
  }
.secondary-view .public-block{max-width: 1040px;
    margin: 0 auto;
    display: grid;
    gap: 56px;}
.secondary-view .compact-intro{max-width: 640px;}
.secondary-view .compact-intro h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.secondary-view .compact-intro p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
    color: #33352f;}
.secondary-view .service-contact{display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 48px;
    align-items: start;}
.secondary-view .active-details h3{font-size: 1.08rem;
    margin: 0 0 12px;
    color: #1f4e5f;
    letter-spacing: 0.005em;}
.secondary-view .active-details p{margin: 0 0 12px;
    line-height: 1.62;
    font-size: 0.98rem;}
.secondary-view .active-details .bottom-group{margin: 0;
    font-size: 0.95rem;
    color: #33352f;}
.secondary-view .active-details a{color: #4a6b3a;
    text-decoration: none;
    border-bottom: 1px solid rgba(74, 107, 58, 0.45);
    padding-bottom: 1px;}
.secondary-view .active-details a:hover{color: #3c5730;
    border-bottom-color: #3c5730;}
.secondary-view .strong-actions{border-top: 1px solid #d9d5c6;
    padding-top: 32px;}
.secondary-view .strong-actions h3{font-size: 1.08rem;
    margin: 0 0 20px;
    color: #1f4e5f;}
.secondary-view .strong-actions dl{margin: 0;
    display: grid;
    gap: 14px;}
.secondary-view .strong-actions .focused-callout{display: grid;
    grid-template-columns: minmax(220px, 1fr) 1.2fr;
    gap: 24px;
    align-items: baseline;
    padding-bottom: 14px;
    border-bottom: 1px solid #e8e5d8;}
.secondary-view .strong-actions .focused-callout:last-child{border-bottom: none;
    padding-bottom: 0;}
.secondary-view .strong-actions dt{font-size: 0.96rem;
    font-weight: 600;}
.secondary-view .strong-actions dd{margin: 0;
    font-size: 0.96rem;
    line-height: 1.55;
    color: #33352f;}
.secondary-view .main-plan{margin: 22px 0 0;
    font-size: 0.94rem;
    line-height: 1.6;
    color: #33352f;
    max-width: 720px;}
.secondary-view .items{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;
    color: #33352f;}
.secondary-view .items a{color: #4a6b3a;
    text-decoration: none;
    border-bottom: 1px solid rgba(74, 107, 58, 0.45);
    padding-bottom: 1px;}
.secondary-view .items a:hover{color: #3c5730;
    border-bottom-color: #3c5730;}
@media (max-width: 760px) {.secondary-view{
      padding: 56px 20px 64px;
    }.secondary-view .public-block{
      gap: 40px;
    }.secondary-view .service-contact{
      grid-template-columns: 1fr;
      gap: 32px;
    }.secondary-view .strong-actions .focused-callout{
      grid-template-columns: 1fr;
      gap: 4px;
    }
  }
.secondary-view{
  background: var(--tone-deep);
  color: var(--paint-secondary);
}
.contact-stack{
    background: var(--tone-deep);
    color: var(--paint-secondary);
    padding: 64px 24px;
  }
.contact-stack .public-block{max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;}
.contact-stack .narrow-content h2{margin: 0 0 12px;
    font-size: 1.75rem;
    line-height: 1.25;
    letter-spacing: -0.01em;}
.contact-stack .compact-intro{margin: 0;
    max-width: 58ch;
    font-size: 1rem;
    line-height: 1.6;}
.contact-stack .fresh-contact{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 28px;
    background: #fbfaf4;
    color: #1d1f1b;
    border: 1px solid #d9d5c6;
    border-radius: 10px;
  }
.contact-stack .secondary-feature{display: flex;
    flex-direction: column;
    gap: 6px;}
.contact-stack .secondary-feature label{font-size: 0.85rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;}
.contact-stack .secondary-feature input,
  .contact-stack .secondary-feature select,
  .contact-stack .secondary-feature textarea{
    font: inherit;
    color: inherit;
    background: var(--tone-deep);
    border: 1px solid #d9d5c6;
    border-radius: 6px;
    padding: 10px 12px;
    width: 100%;
    box-sizing: border-box;
  }
.contact-stack .secondary-feature textarea{resize: vertical;
    min-height: 110px;}
.contact-stack .secondary-feature input:focus,
  .contact-stack .secondary-feature select:focus,
  .contact-stack .secondary-feature textarea:focus{outline: 2px solid #4a6b3a;
    outline-offset: 1px;}
.contact-stack .direct-entries{display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 4px;}
.contact-stack .direct-entries button{
    align-self: flex-start;
    font: inherit;
    cursor: pointer;
    padding: 12px 26px;
    border: none;
    border-radius: 6px;
    background: #4a6b3a;
    color: #f6f4ec;
    letter-spacing: 0.02em;
  }
.contact-stack .direct-entries button:hover{
    background: #3c5730;
  }
.contact-stack .main-plan{margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    max-width: 60ch;}
.contact-stack .main-plan a{text-decoration: underline;}
.contact-stack .active-region{padding-top: 24px;
    border-top: 1px solid #d9d5c6;}
.contact-stack .active-region h3{margin: 0 0 6px;
    font-size: 1rem;
    letter-spacing: 0.02em;}
.contact-stack .active-region p{margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;}
@media (min-width: 720px) {.contact-stack{
      padding: 88px 32px;
    }.contact-stack .fresh-contact{
      padding: 36px 40px;
    }.contact-stack .direct-entries{
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }.contact-stack .direct-entries button{
      align-self: auto;
      flex: 0 0 auto;
    }.contact-stack .main-plan{
      flex: 1 1 auto;
    }
  }
.contact-stack{
  background: #1d1f1b;
  color: #f4f2ea;
}
.compact-nav{
    background: var(--tone-deep);
    color: var(--paint-secondary);
    padding: 4.5rem 1.25rem 5rem;
  }
.compact-nav .public-block{max-width: 720px;
    margin: 0 auto;}
.compact-nav .compact-intro{max-width: 60ch;
    margin-bottom: 2.75rem;}
.compact-nav .compact-intro h2{font-size: 1.7rem;
    line-height: 1.25;
    margin: 0 0 0.9rem;
    font-weight: 600;}
.compact-nav .compact-intro p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.compact-nav .narrow-panel{display: flex;
    flex-direction: column;
    gap: 1.6rem;}
.compact-nav .focused-callout{display: grid;
    grid-template-columns: 160px 1fr;
    gap: 1.25rem;
    align-items: baseline;
    padding-bottom: 1.4rem;
    border-bottom: 1px solid #d9d5c6;}
.compact-nav .focused-callout:last-child{border-bottom: none;
    padding-bottom: 0;}
.compact-nav .soft-content{font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1f4e5f;
    font-weight: 600;}
.compact-nav .media-links{margin: 0;
    font-size: 1rem;
    line-height: 1.6;}
.compact-nav .media-links a{color: var(--surface-muted, #4a6b3a);
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.compact-nav .media-links a:hover{color: #3c5730;}
@media (max-width: 560px) {.compact-nav{
      padding: 3rem 1rem 3.5rem;
    }.compact-nav .focused-callout{
      grid-template-columns: 1fr;
      gap: 0.35rem;
    }.compact-nav .compact-intro h2{
      font-size: 1.4rem;
    }
  }
.compact-nav{
  background: var(--tone-deep);
  color: var(--paint-secondary);
}
.strong-items{
    background: var(--tone-deep, #f4f2ea);
    color: var(--paint-secondary, #1d1f1b);
    padding: 4.5rem 1.25rem 5rem;
  }
.strong-items .public-block{max-width: 880px;
    margin: 0 auto;}
.strong-items .compact-actions{border-bottom: 1px solid #d9d5c6;
    padding-bottom: 1.75rem;
    margin-bottom: 2.25rem;}
.strong-items h2{font-size: 1.85rem;
    line-height: 1.2;
    margin: 0 0 0.9rem;
    letter-spacing: -0.01em;}
.strong-items .compact-intro{margin: 0;
    max-width: 62ch;
    font-size: 1.02rem;
    line-height: 1.6;
    color: #33352f;}
.strong-items .simple-note{display: flex;
    flex-direction: column;}
.strong-items .content-headline{display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
    gap: 0.5rem 2.5rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid #e8e5d8;}
.strong-items .content-headline:last-child{border-bottom: none;}
.strong-items .content-headline h3{margin: 0;
    font-size: 1.08rem;
    line-height: 1.35;
    color: #4a6b3a;}
.strong-items .content-headline p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
    color: #33352f;}
@media (max-width: 640px) {.strong-items{
      padding: 3rem 1.1rem 3.5rem;
    }.strong-items h2{
      font-size: 1.5rem;
    }.strong-items .content-headline{
      grid-template-columns: 1fr;
      gap: 0.4rem;
      padding: 1.25rem 0;
    }
  }
.strong-items{
  background: var(--tone-deep);
  color: var(--paint-secondary);
}
.strong-headline{
    background: var(--tone-deep);
    color: var(--paint-secondary);
    padding: 4.5rem 1.25rem 5rem;
  }
.strong-headline .public-block{max-width: 680px;
    margin: 0 auto;}
.strong-headline h2{font-size: 1.65rem;
    line-height: 1.25;
    margin: 0 0 1.1rem;
    font-weight: 600;}
.strong-headline .compact-intro{margin: 0 0 2.4rem;
    font-size: 1.02rem;
    line-height: 1.65;
    max-width: 58ch;}
.strong-headline .focused-lead{margin: 0;
    border-top: 1px solid #d9d5c6;}
.strong-headline .main-plan{padding: 1.35rem 0 1.4rem;
    border-bottom: 1px solid #d9d5c6;}
.strong-headline .main-plan dt{font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin-bottom: 0.5rem;}
.strong-headline .main-plan dd{margin: 0;
    font-size: 0.95rem;
    line-height: 1.62;
    max-width: 62ch;}
@media (max-width: 560px) {.strong-headline{
      padding: 3.25rem 1.1rem 3.5rem;
    }.strong-headline h2{
      font-size: 1.4rem;
    }.strong-headline .main-plan{
      padding: 1.15rem 0 1.2rem;
    }
  }
.strong-headline{
  background: #1d1f1b;
  color: #f4f2ea;
}
.local-panel{
    --ink-light: #1d1f1b;
    --axis-base: #f4f2ea;
    --copy-strong: #d9d5c6;
    --axis-soft: #4a6b3a;
    --field-static: #3c5730;
    background: var(--axis-base);
    color: var(--ink-light);
    padding: 72px 24px 88px;
  }
.local-panel .public-block{max-width: 880px;
    margin: 0 auto;}
.local-panel .narrow-content{max-width: 660px;
    margin-bottom: 56px;}
.local-panel h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 18px;
    letter-spacing: -0.01em;}
.local-panel .compact-intro{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
    color: #33352f;}
.local-panel .narrow-panel{display: flex;
    flex-direction: column;
    gap: 44px;}
.local-panel .focused-callout{display: grid;
    grid-template-columns: 220px 1fr;
    gap: 32px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--copy-strong);}
.local-panel .focused-callout:last-child{border-bottom: none;
    padding-bottom: 0;}
.local-panel .row-head h3{margin: 0 0 8px;
    font-size: 1.18rem;
    line-height: 1.3;}
.local-panel .row-note{margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #4c4e47;}
.local-panel .row-body p{margin: 0 0 16px;
    font-size: 0.98rem;
    line-height: 1.65;}
.local-panel .team-stack{list-style: none;
    padding: 0;
    margin: 0 0 20px;}
.local-panel .team-stack li{position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    font-size: 0.93rem;
    line-height: 1.55;
    color: #33352f;}
.local-panel .team-stack li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 7px;
    height: 1px;
    background: var(--axis-soft);color:#1d1f1b;}
.local-panel .quiet-group{
    display: inline-block;
    padding: 10px 20px;
    background: var(--axis-soft);
    color: #f6f4ec;
    text-decoration: none;
    font-size: 0.92rem;
    border-radius: 4px;
  }
.local-panel .quiet-group:hover{
    background: var(--field-static);color:#1d1f1b;}
@media (max-width: 640px) {.local-panel{
      padding: 56px 18px 64px;
    }.local-panel h2{
      font-size: 1.55rem;
    }.local-panel .focused-callout{
      grid-template-columns: 1fr;
      gap: 16px;
    }
  }
.local-panel{
  background: var(--tone-deep);
  color: var(--paint-secondary);
}
.narrow-view{
    --axis-strong: #d9d5c6;
    --surface-primary: #33352f;
    background: var(--tone-deep, #f4f2ea);
    color: var(--paint-secondary, #1d1f1b);
    padding: 56px 20px 72px;
  }
.narrow-view .public-block{max-width: 760px;
    margin: 0 auto;}
.narrow-view .narrow-content{border-bottom: 1px solid var(--axis-strong);
    padding-bottom: 24px;
    margin-bottom: 8px;}
.narrow-view h2{font-size: clamp(1.5rem, 2.4vw, 1.9rem);
    line-height: 1.2;
    margin: 0 0 12px;
    letter-spacing: -0.01em;}
.narrow-view .compact-intro{margin: 0;
    max-width: 60ch;
    color: var(--surface-primary);
    font-size: 1rem;
    line-height: 1.6;}
.narrow-view .featured-brand{display: block;}
.narrow-view .plain-actions{padding: 22px 0;
    border-bottom: 1px solid var(--axis-strong);}
.narrow-view .plain-actions:last-child{border-bottom: none;}
.narrow-view .plain-actions h3{font-size: 1.05rem;
    margin: 0 0 8px;
    letter-spacing: 0.01em;}
.narrow-view .plain-actions p{margin: 0;
    max-width: 68ch;
    line-height: 1.65;
    color: var(--surface-primary);}
.narrow-view .plain-actions a{color: #1f4e5f;
    text-decoration: underline;
    text-underline-offset: 2px;}
.narrow-view .plain-actions a:hover{color: #3c5730;}
@media (max-width: 520px) {.narrow-view{
      padding: 40px 16px 56px;
    }.narrow-view .plain-actions{
      padding: 18px 0;
    }
  }
.narrow-view{
  background: var(--tone-deep);
  color: var(--paint-secondary);
}
.offer-header{
    --copy-button: #d9d5c6;
    --tone-extra-18: #1d1f1b;
    background: var(--tone-deep, #f4f2ea);
    color: var(--paint-secondary, #1d1f1b);
    padding: 4rem 1.25rem 4.5rem;
  }
.offer-header .public-block{max-width: 760px;
    margin: 0 auto;}
.offer-header .narrow-content{padding-bottom: 2rem;
    border-bottom: 1px solid var(--copy-button);}
.offer-header .narrow-content h2{font-size: clamp(1.6rem, 3vw, 2.1rem);
    line-height: 1.25;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.offer-header .compact-intro{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;
    max-width: 60ch;}
.offer-header .focused-lead{margin-top: 2.25rem;}
.offer-header .main-plan{padding: 1.6rem 0;
    border-bottom: 1px solid var(--copy-button);}
.offer-header .main-plan:last-child{border-bottom: 0;}
.offer-header .main-plan h3{font-size: 1.12rem;
    line-height: 1.35;
    margin: 0 0 0.6rem;
    font-weight: 600;}
.offer-header .main-plan p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    max-width: 68ch;}
.offer-header .content-header{margin-top: 2.5rem;
    padding-top: 1.75rem;
    border-top: 1px solid var(--copy-button);}
.offer-header .content-header p{margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    max-width: 66ch;}
.offer-header .content-header a{text-decoration: underline;
    text-underline-offset: 3px;}
.offer-header .content-header a:hover{}
@media (max-width: 560px) {.offer-header{
      padding: 2.75rem 1rem 3.25rem;
    }.offer-header .narrow-content{
      padding-bottom: 1.5rem;
    }.offer-header .main-plan{
      padding: 1.35rem 0;
    }
  }
.offer-header{
  background: #1d1f1b;
  color: #f4f2ea;
}
.public-grid{
    --axis-soft: #4a6b3a;
    --state-soft: #1f4e5f;
    --copy-strong: #d9d5c6;
    background: var(--tone-deep);
    color: var(--paint-secondary);
    padding: 72px 24px 88px;
  }
.public-grid .public-block{max-width: 940px;
    margin: 0 auto;
    display: grid;
    gap: 56px;}
.public-grid .compact-intro{max-width: 620px;}
.public-grid h1{font-size: 2.1rem;
    line-height: 1.2;
    margin: 0 0 18px;
    letter-spacing: -0.01em;}
.public-grid .narrow-content{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.public-grid h2{font-size: 1.15rem;
    margin: 0 0 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--copy-strong);
    color: var(--state-soft);}
.public-grid .text-actions ol{list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 26px;}
.public-grid .text-actions li{display: grid;
    grid-template-columns: 56px 1fr;
    gap: 18px;
    align-items: start;}
.public-grid .simple-flow{font-size: 0.85rem;
    letter-spacing: 0.08em;
    color: var(--axis-soft);
    padding-top: 4px;
    border-top: 2px solid var(--axis-soft);}
.public-grid .text-actions h3{font-size: 1rem;
    margin: 0 0 6px;}
.public-grid .text-actions p{margin: 0;
    line-height: 1.6;
    font-size: 0.96rem;}
.public-grid .method{max-width: 640px;}
.public-grid .method p{margin: 0 0 20px;
    line-height: 1.65;
    font-size: 0.96rem;}
.public-grid .method dl{margin: 0 0 24px;
    display: grid;
    grid-template-columns: 110px 1fr;
    row-gap: 10px;
    column-gap: 16px;
    font-size: 0.94rem;}
.public-grid .method dt{color: var(--state-soft);
    font-weight: 600;}
.public-grid .method dd{margin: 0;
    line-height: 1.5;}
.public-grid .method a{color: var(--axis-soft);
    text-decoration: none;
    border-bottom: 1px solid currentColor;}
.public-grid .method a:hover{color: var(--state-soft);}
.public-grid .content-header{margin: 0 0 22px;}
.public-grid .page-note{
    display: inline-block;
    padding: 11px 22px;
    background: var(--state-soft);
    color: #f2f6f7;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.92rem;
    letter-spacing: 0.02em;
  }
.public-grid .page-note:hover{
    background: #173d4b;
  }
@media (max-width: 620px) {.public-grid{
      padding: 52px 18px 64px;
    }.public-grid h1{
      font-size: 1.65rem;
    }.public-grid .text-actions li{
      grid-template-columns: 40px 1fr;
      gap: 14px;
    }.public-grid .method dl{
      grid-template-columns: 1fr;
      row-gap: 4px;
    }.public-grid .method dt{
      margin-top: 8px;
    }
  }
.public-grid{
  background: var(--tone-deep);
  color: var(--paint-secondary);
}
.404{
    background: var(--tone-deep);
    color: var(--paint-secondary);
    padding: 72px 24px 88px;
  }
.404 .public-block{
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 48px 64px;
    align-items: start;
  }
.404 .soft-copy{
    max-width: 560px;
  }
.404 h1{
    font-size: 2.4rem;
    line-height: 1.15;
    margin: 0 0 20px;
    letter-spacing: -0.01em;
  }
.404 p{
    font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 16px;
  }
.404 .main-plan{
    border-left: 3px solid #4a6b3a;
    padding-left: 14px;
    margin-top: 24px;
  }
.404 .service-contact{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 8px;
  }
.404 .active-details{
    display: block;
    padding: 14px 18px;
    border: 1px solid #d9d5c6;
    border-radius: 6px;
    background: #fbfaf4;
    color: #1d1f1b;
    text-decoration: none;
    font-size: 1rem;
    transition: border-color 0.15s ease, background 0.15s ease;
  }
.404 .active-details:hover{
    border-color: #4a6b3a;
  }
.404 .active-details.primary{
    background: #4a6b3a;
    color: #f6f4ec;
    border-color: #4a6b3a;
  }
.404 .active-details.primary:hover{
    background: #3c5730;
    border-color: #3c5730;color:#1d1f1b;}
@media (max-width: 720px) {.404{
      padding: 48px 20px 64px;
    }.404 .public-block{
      grid-template-columns: 1fr;
      gap: 32px;
    }.404 h1{
      font-size: 1.9rem;
    }
  }
.404{
  background: #1d1f1b;
  color: #f4f2ea;
}
