*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Nunito", sans-serif;}
a{color:inherit;}
.open-actions {
    width: 100%;
    background: #FBF7EE;
    color: #3A2E1A;
    border-bottom: 1px solid #E4D9C4;
    padding: 1.5rem 0;
  }
.clear-block {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 2.07rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.3rem;
  }
.service-contact {
    display: flex;
    align-items: center;
    gap: calc(2.3rem * 2);
    flex: 1 1 auto;
    min-width: 0;
  }
:root {
  --motion-slow: cubic-bezier(0.4,0,0.2,1);
  --tone-light: #3A2E1A;
  --tone-extra-10: #4A3A20;
  --tone-dark: #FFFFFF;
  --line-panel: #E0A32E;
}
.secondary-plan {
    font-size: calc(18.6px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #3A2E1A;
    text-decoration: none;
    white-space: nowrap;
  }
.secondary-plan:hover {
    color: #2F9E86;
  }
.service-footer {
    display: flex;
    align-items: center;
    gap: calc(2.3rem * 1.5);
    flex-wrap: wrap;
  }
.service-footer a {
    color: #3A2E1A;
    text-decoration: none;
    font-size: 18.6px;
    padding: 0.4rem 0.2rem;
    border-radius: 0.26rem;
    transition: color 350ms var(--motion-slow);
  }
.service-footer a:hover {
    color: #2F9E86;
  }
.offer-note {
    display: flex;
    align-items: center;
    gap: 2.3rem;
    flex: 0 0 auto;
  }
.plain-header {
    display: inline-block;
    background: var(--line-panel);
    color: #3A2E1A;
    text-decoration: none;
    font-size: 18.6px;
    font-weight: 600;
    padding: 0.6rem 1.2rem;
    border-radius: 0.48rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
    transition: background 350ms var(--motion-slow), box-shadow 350ms var(--motion-slow);
    white-space: nowrap;
  }
.plain-header:hover{
    background: #C98C1F;
    box-shadow: 0 10px 26px rgba(0,0,0,0.19);color:var(--tone-light);}
.top-plan {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    background: #F2EAD8;
    color: var(--tone-extra-10);
    border: 1px solid #E4D9C4;
    border-radius: 0.48rem;
    cursor: pointer;
    padding: 0;
  }
.top-plan span {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition: transform 350ms var(--motion-slow), opacity 350ms var(--motion-slow);
  }
.top-plan.is-open span:nth-child(1){transform: translateY(7px) rotate(45deg);}
.top-plan.is-open span:nth-child(2){opacity: 0;}
.top-plan.is-open span:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
@media (max-width: 767px) {
    .clear-block {
      flex-wrap: wrap;
      align-items: center;
    }

    .service-contact {
      flex: 1 1 auto;
      gap: 2.3rem;
    }

    .service-footer {
      display: none;
      order: 3;
      flex-basis: 100%;
      flex-direction: column;
      align-items: flex-start;
      gap: 0.25rem;
      margin-top: calc(2.3rem * 1.5);
      padding: calc(1.5rem * .75);
      background: var(--tone-dark);
      color: var(--tone-light);
      border: 1px solid #E4D9C4;
      border-radius: 0.83rem;
      box-shadow: 0 10px 26px rgba(0,0,0,0.19);
    }

    .service-footer.is-open {
      display: flex;
    }

    .service-footer a {
      color: var(--tone-light);
      width: 100%;
      padding: 0.6rem 0.4rem;
      font-size: 18.6px;
    }

    .service-footer a:hover {
      background: #F2EAD8;
      color: var(--tone-extra-10);
    }

    .top-plan {
      display: flex;
    }

    .plain-header {
      padding: 0.5rem 0.9rem;
      font-size: calc(18.6px * .875);
    }
  }
.quiet-fields{padding:calc(1.5rem * 2.4) 2.07rem;font-family:"Nunito", sans-serif;font-size:18.6px;line-height:1.63;background:#3A2E1A;color:#FBF7EE;}
.offer-view{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(2.3rem * 1.5)}
.simple-area{font-size:calc(18.6px * .875);letter-spacing:0.08em;text-transform:uppercase;margin:0 0 1.5rem;opacity:0.85}
.direct-brand{font-style:normal;margin:0}
.plain-team{margin:0 0 0.4rem;font-size:18.6px}
.offer-headline{display:flex;flex-direction:column;gap:0.4rem}
.media-grid{font-size:calc(18.6px * 1.35);font-weight:700;margin:0;letter-spacing:0.02em}
.page-contact{margin:0;font-size:calc(18.6px * .875);opacity:0.85;max-width:32ch}
.text-benefit,
  .local-group{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:2.3rem}
.visual-details{color:inherit;text-decoration:none;font-size:18.6px;border-bottom:1px solid transparent;transition:border-color 350ms var(--motion-slow)}
.visual-details:hover,
  .visual-details:focus-visible{border-bottom-color:currentColor;outline:none}
.hero{display:flex;flex-direction:column;gap:1.5rem;border-top:1px solid rgba(255, 255, 255, 0.15);padding-top:calc(2.3rem * 1.5)}
.offer-list{margin:0;font-size:calc(18.6px * .875);opacity:0.85;max-width:70ch}
.visual-content{margin:0;font-size:calc(18.6px * .875);opacity:0.75}
@media (min-width: 768px) {.offer-view{grid-template-columns:1.2fr 1fr 1fr;grid-template-areas:"contact brand nav"
        "legal legal legal";gap:calc(2.3rem * 1.5) 2.07rem}.clear-inner{grid-area:contact}.offer-headline{grid-area:brand}.compact-header{grid-area:nav}.hero{grid-area:legal}
  }
.cookies {
  position: fixed;
  left: calc(2.3rem * 1.5);
  bottom: calc(2.3rem * 1.5);
  z-index: 9999;
  width: 100%;
  max-width: 440px;
  background: var(--tone-dark);
  color: var(--tone-light);
  border: 1px solid #E4D9C4;
  border-radius: 0.83rem;
  box-shadow: 0 10px 26px rgba(0,0,0,0.19);
  padding: calc(1.5rem * .75);
  font-family: "Nunito", sans-serif;
  font-size: calc(18.6px * .875);
  line-height: 1.63;
  box-sizing: border-box;
}
.cookies .primary-flow{display: flex;
  flex-direction: column;
  gap: 2.3rem;}
.cookies .block{margin: 0;
  font-size: 18.6px;
  font-weight: 600;
  line-height: 1.3;}
.cookies .clear-unit{margin: 0;
  font-size: calc(18.6px * .875);
  color: var(--tone-extra-10);}
.cookies .plain-fields{display: flex;
  flex-wrap: wrap;
  gap: 2.3rem;
  margin-top: calc(2.3rem * 1.5);}
.cookies .stack {
  font-family: inherit;
  font-size: calc(18.6px * .875);
  line-height: 1;
  padding: 0.55rem 0.9rem;
  border-radius: 0.26rem;
  border: 1px solid #E4D9C4;
  background: transparent;
  color: var(--tone-light);
  cursor: pointer;
  transition: background 350ms var(--motion-slow), color 350ms var(--motion-slow);
}
.cookies .stack:hover{
  background: color-mix(in srgb, currentColor 10%, transparent);color:var(--tone-light);}
.cookies .cookie-accept {
  background: var(--line-panel);
  color: #3A2E1A;
  border-color: var(--line-panel);
}
.cookies .cookie-accept:hover{
  background: #C98C1F;
  border-color: #C98C1F;color:var(--tone-light);}
.cookies.is-hidden{display: none;}
@media (max-width: 480px) {
  .cookies {
    left: calc(2.3rem * 1.5);
    right: calc(2.3rem * 1.5);
    bottom: calc(2.3rem * 1.5);
    max-width: none;
  }
}
.service-items{
  background: var(--line-soft, linear-gradient(135deg, #FBF7EE 0%, #F6E9C9 55%, #DDEEE6 100%));
  color: #3A2E1A;
  padding: 72px 24px 64px;
}
.service-items .content-tile{max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;}
.service-items .local-team{max-width: 620px;}
.service-items h1{font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 20px;}
.service-items p{font-size: 1.0625rem;
  line-height: 1.65;
  margin: 0 0 18px;}
.service-items .direct-section{
  background: #F2EAD8;
  color: var(--tone-extra-10, #4A3A20);
  border-left: 4px solid #E0A32E;
  padding: 14px 18px;
  border-radius: 4px;
  font-size: 1rem;
  margin: 0 0 26px;
}
.service-items .soft-intro{
  display: inline-block;
  background: var(--surface-primary, #2F9E86);
  color: var(--ink-panel, #FBF7EE);
  text-decoration: none;
  padding: 13px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  transition: background 0.2s ease;
}
.service-items .soft-intro:hover{
  background: var(--ink-dark, #26806C);color:var(--tone-light);}
@media (max-width: 760px) {.service-items{
    padding: 52px 20px 48px;
  }.service-items .content-tile{
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.service-items{
  background: #3A2E1A;
  color: #FBF7EE;
}
.local-note{
    --tone-main: #FBF7EE;
    --tone-extra-14: #3A2E1A;
    --state-soft: #E4D9C4;
    background: var(--tone-main);
    color: var(--tone-extra-14);
    padding: 4.5rem 1.25rem 5rem;
  }
.local-note .content-tile{max-width: 1080px;
    margin: 0 auto;}
.local-note .site-rail{max-width: 620px;
    margin-bottom: 2.25rem;}
.local-note .site-rail h2{font-size: clamp(1.6rem, 1.1rem + 1.6vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 0.9rem;
    letter-spacing: -0.01em;}
.local-note .local-team{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.local-note .service-proof{display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 1.4rem;
    padding: 0.85rem 0;
    border-top: 1px solid var(--state-soft);
    border-bottom: 1px solid var(--state-soft);
    margin-bottom: 2.5rem;
    font-size: 0.9rem;}
.local-note .plain-items{color: #7A6A4C;
    margin-right: 0.4rem;}
.local-note .secondary-stack{color: var(--tone-extra-14);
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;}
.local-note .secondary-stack:hover{border-bottom-color: var(--tone-extra-14);}
.local-note .secondary-stack.is-on{border-bottom-color: #2F9E86;color:inherit;}
.local-note .text-actions{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 3rem;}
.local-note .direct-proof{border-top: 1px solid var(--state-soft);
    padding-top: 2.5rem;}
.local-note .direct-proof:first-child{border-top: 0;
    padding-top: 0;}
.local-note .open-fields{display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 1.75rem 2.5rem;
    align-items: start;
    text-decoration: none;
    color: inherit;}
.local-note .team-frame{
    overflow: hidden;
    border-radius: 10px;
    background: #F2EAD8;
    aspect-ratio: 4 / 3;
  }
.local-note .team-frame img{display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;}
.local-note .active-shell h3{font-size: 1.2rem;
    line-height: 1.3;
    margin: 0 0 0.4rem;}
.local-note .bottom-figure{margin: 0 0 0.85rem;
    font-size: 0.9rem;
    color: #7A6A4C;}
.local-note .focused-body{margin: 0;
    font-size: 0.97rem;
    line-height: 1.7;}
.local-note .open-fields:hover h3{color:inherit;}
@media (max-width: 720px) {.local-note{
      padding: 3rem 1rem 3.5rem;
    }.local-note .open-fields{
      grid-template-columns: 1fr;
      gap: 1.25rem;
    }.local-note .text-actions{
      gap: 2.25rem;
    }.local-note .direct-proof{
      padding-top: 2rem;
    }
  }
.local-note{
  background: #FBF7EE;
  color: #3A2E1A;
}
.visual-surface{
    background: #FBF7EE;
    color: #3A2E1A;
    padding: 3.5rem 1.25rem;
  }
.visual-surface .content-tile{max-width: 1040px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.75rem 2.5rem;}
.visual-surface .local-team{flex: 1 1 420px;
    max-width: 560px;}
.visual-surface h2{margin: 0 0 0.6rem;
    font-size: 1.55rem;
    line-height: 1.25;}
.visual-surface p{margin: 0;
    font-size: 1rem;
    line-height: 1.6;}
.visual-surface .soft-intro{
    flex: 0 0 auto;
    display: inline-block;
    padding: 0.9rem 1.6rem;
    background: #E0A32E;
    color: #3A2E1A;
    border-radius: 999px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.2s ease;
  }
.visual-surface .soft-intro:hover{
    background: #C98C1F;color:var(--tone-light);}
@media (max-width: 640px) {.visual-surface{
      padding: 2.5rem 1.1rem;
    }.visual-surface h2{
      font-size: 1.3rem;
    }.visual-surface .soft-intro{
      width: 100%;
      text-align: center;
    }
  }
.visual-surface{
  background: #3A2E1A;
  color: #FBF7EE;
}
.bottom-form{
    --label-quiet: #E4D9C4;
    --state-local: #F2EAD8;
    background: #FBF7EE;
    color: #3A2E1A;
    padding: 4.5rem 1.25rem;
  }
.bottom-form .content-tile{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
    gap: 3rem 4rem;
    align-items: start;}
.bottom-form .direct-actions{padding-top: 0.35rem;
    border-top: 2px solid var(--label-quiet);}
.bottom-form .direct-actions h2{margin: 1rem 0 0.85rem;
    font-size: 1.65rem;
    line-height: 1.25;
    font-weight: 700;}
.bottom-form .local-team{margin: 0;
    font-size: 1rem;
    line-height: 1.6;}
.bottom-form .site-region{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;}
.bottom-form .direct-proof{padding: 1.1rem 0 1.25rem;
    border-bottom: 1px solid var(--label-quiet);}
.bottom-form .direct-proof:first-child{padding-top: 0.35rem;}
.bottom-form .direct-proof h3{margin: 0 0 0.4rem;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.35;}
.bottom-form .direct-proof p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.6;}
.bottom-form .direct-section{
    grid-column: 2;
    margin: 0;
    padding: 0.9rem 1.1rem;
    background: var(--state-local);
    color: #3A2E1A;
    border-left: 3px solid #2F9E86;
    font-size: 0.95rem;
    line-height: 1.55;
  }
@media (max-width: 820px) {.bottom-form{
      padding: 3rem 1.1rem;
    }.bottom-form .content-tile{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.bottom-form .direct-section{
      grid-column: 1;
    }.bottom-form .direct-actions h2{
      font-size: 1.4rem;
    }
  }
.bottom-form{
  background: #FBF7EE;
  color: #3A2E1A;
}
.main-contact{
    background: #FBF7EE;
    color: #3A2E1A;
    padding: 4.5rem 1.5rem;
  }
.main-contact .content-tile{max-width: 880px;
    margin: 0 auto;}
.main-contact .local-team{max-width: 640px;
    margin-bottom: 2.75rem;}
.main-contact h2{margin: 0 0 0.9rem;
    font-size: 1.75rem;
    line-height: 1.25;}
.main-contact .local-team p{margin: 0;
    font-size: 1.0625rem;
    line-height: 1.6;}
.main-contact .soft-items{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #E4D9C4;}
.main-contact .direct-proof{padding: 1.6rem 0;
    border-bottom: 1px solid #E4D9C4;}
.main-contact .direct-proof h3{margin: 0 0 0.5rem;
    font-size: 1.125rem;
    line-height: 1.35;}
.main-contact .direct-proof h3 a{text-decoration: none;
    border-bottom: 1px solid rgba(47, 158, 134, 0.35);}
.main-contact .direct-proof h3 a:hover{border-bottom-color: #26806C;}
.main-contact .direct-proof p{margin: 0;
    max-width: 700px;
    font-size: 0.9875rem;
    line-height: 1.65;}
.main-contact .open-stack{margin: 2rem 0 0;
    font-size: 0.9875rem;}
.main-contact .open-stack a{text-decoration: none;
    border-bottom: 1px solid #E0A32E;
    padding-bottom: 2px;}
.main-contact .open-stack a:hover{border-bottom-color: #C98C1F;}
@media (max-width: 560px) {.main-contact{
      padding: 3rem 1.25rem;
    }.main-contact h2{
      font-size: 1.5rem;
    }
  }
.main-contact{
  background: #3A2E1A;
  color: #FBF7EE;
}
.opening{
    --type-main: #E4D9C4;
    --ink-inverse: #F2EAD8;
    background: #FBF7EE;
    color: #3A2E1A;
    padding: 3rem 1.25rem 3.5rem;
  }
.opening .content-tile{max-width: 1080px;
    margin: 0 auto;}
.opening .site-rail{max-width: 640px;
    margin-bottom: 2rem;}
.opening h2{font-size: 1.85rem;
    line-height: 1.2;
    margin: 0 0 0.5rem;
    letter-spacing: -0.01em;}
.opening .local-frame{margin: 0;
    font-size: 1.05rem;
    color: #6B5A3A;}
.opening .local-media{display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: 2.5rem;
    align-items: start;}
.opening .direct-surface p{margin: 0 0 1rem;
    line-height: 1.65;
    font-size: 1rem;}
.opening .plain-list{margin: 1.75rem 0 0;
    padding: 0;
    border-top: 1px solid var(--type-main);}
.opening .plain-list .media-lead{display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 1rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid var(--type-main);}
.opening .plain-list dt{margin: 0;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #7A6844;}
.opening .plain-list dd{margin: 0;
    font-size: 0.98rem;
    line-height: 1.5;}
.opening .direct-section{
    background: var(--ink-inverse);
    color: #3A2E1A;
    padding: 1.5rem 1.4rem;
    border-radius: 14px;
  }
.opening .direct-section p{margin: 0 0 1.25rem;
    line-height: 1.6;
    font-size: 0.98rem;}
.opening .fresh-lead{
    display: inline-block;
    background: #E0A32E;
    color: #3A2E1A;
    padding: 0.7rem 1.2rem;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
  }
.opening .fresh-lead:hover{
    background: #C98C1F;
  }
@media (max-width: 760px) {.opening{
      padding: 2.25rem 1rem 2.75rem;
    }.opening h2{
      font-size: 1.5rem;
    }.opening .local-media{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }.opening .plain-list .media-lead{
      grid-template-columns: 120px minmax(0, 1fr);
      gap: 0.75rem;
    }
  }
.opening{
  background: #FBF7EE;
  color: #3A2E1A;
}
.visual-footer{
    background: #FBF7EE;
    color: #3A2E1A;
    padding: 3.5rem 1.25rem 4rem;
  }
.visual-footer .content-tile{max-width: 920px;
    margin: 0 auto;}
.visual-footer h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 0.75rem;
    letter-spacing: -0.01em;}
.visual-footer .local-team{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 2.25rem;
    max-width: 62ch;}
.visual-footer .clear-menu{display: flex;
    flex-direction: column;
    gap: 1.5rem;}
.visual-footer .header{border-top: 1px solid #E4D9C4;
    padding-top: 1.25rem;}
.visual-footer .header:nth-child(2){margin-left: 2.5rem;}
.visual-footer .header:nth-child(4){margin-left: 1.25rem;}
.visual-footer .header h3{font-size: 1.1rem;
    margin: 0 0 0.5rem;
    line-height: 1.35;}
.visual-footer .header p{margin: 0 0 0.6rem;
    line-height: 1.65;
    font-size: 0.98rem;
    max-width: 68ch;}
.visual-footer .header .soft-shell{font-size: 0.88rem;
    margin: 0;}
.visual-footer .direct-section{margin: 2.5rem 0 0;
    padding-top: 1.25rem;
    border-top: 1px solid #E4D9C4;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 68ch;}
.visual-footer .direct-section a{text-decoration: underline;
    text-underline-offset: 3px;}
.visual-footer .direct-section a:hover{}
@media (max-width: 640px) {.visual-footer{
      padding: 2.5rem 1rem 3rem;
    }.visual-footer h2{
      font-size: 1.45rem;
    }.visual-footer .header:nth-child(2),
    .visual-footer .header:nth-child(4){
      margin-left: 0;
    }
  }
.visual-footer{
  background: #3A2E1A;
  color: #FBF7EE;
}
.offer-fields{
    background: #FBF7EE;
    color: #3A2E1A;
    padding: 56px 24px 64px;
  }
.offer-fields .content-tile{max-width: 1040px;
    margin: 0 auto;}
.offer-fields .site-rail{max-width: 620px;
    margin-bottom: 40px;}
.offer-fields .site-rail h2{margin: 0 0 12px;
    font-size: 1.7rem;
    line-height: 1.25;
    font-weight: 700;}
.offer-fields .site-rail p{margin: 0;
    font-size: 1rem;
    line-height: 1.6;}
.offer-fields .narrow-panel{display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
    align-items: start;}
.offer-fields .text-actions h3,
  .offer-fields .media-copy h3{margin: 0 0 16px;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.01em;}
.offer-fields .text-actions ul{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #E4D9C4;}
.offer-fields .text-actions li{display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 0;
    border-bottom: 1px solid #E4D9C4;}
.offer-fields .text-actions .featured-callout{font-weight: 600;
    font-size: 0.98rem;}
.offer-fields .text-actions .media-items{font-size: 0.86rem;
    color: var(--tone-extra-10);}
.offer-fields .direct-section{margin: 18px 0 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--tone-extra-10);}
.offer-fields .media-copy{
    background: #F2EAD8;
    color: var(--tone-extra-10);
    border-radius: 14px;
    padding: 24px 22px;
  }
.offer-fields .media-copy p{margin: 0 0 14px;
    font-size: 0.94rem;
    line-height: 1.6;}
.offer-fields .media-copy p:last-of-type{margin-bottom: 20px;}
.offer-fields .go{
    display: inline-block;
    background: var(--line-panel);
    color: #3A2E1A;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 11px 20px;
    border-radius: 999px;
  }
.offer-fields .go:hover{
    background: #C98C1F;color:var(--tone-light);}
.offer-fields .primary-body{margin: 40px 0 0;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--tone-extra-10);
    max-width: 620px;}
@media (max-width: 760px) {.offer-fields{
      padding: 40px 18px 48px;
    }.offer-fields .narrow-panel{
      grid-template-columns: 1fr;
      gap: 28px;
    }.offer-fields .site-rail h2{
      font-size: 1.4rem;
    }
  }
.offer-fields{
  background: #FBF7EE;
  color: #3A2E1A;
}
.narrow-wrap{
    --label-large: #E4D9C4;
    --layer-active: #F2EAD8;
    background: #FBF7EE;
    color: #3A2E1A;
    padding: 64px 24px 72px;
  }
.narrow-wrap .content-tile{max-width: 880px;
    margin: 0 auto;}
.narrow-wrap h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    margin: 0 0 12px;
    letter-spacing: -0.01em;}
.narrow-wrap .local-team{margin: 0 0 36px;
    max-width: 62ch;
    font-size: 1.02rem;
    line-height: 1.6;}
.narrow-wrap .qa{display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid var(--label-large);}
.narrow-wrap .text-view{display: grid;
    grid-template-columns: minmax(180px, 260px) 1fr;
    gap: 8px 32px;
    padding: 22px 0;
    border-bottom: 1px solid var(--label-large);}
.narrow-wrap .text-view h3{margin: 0;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 700;}
.narrow-wrap .text-view p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.65;}
@media (max-width: 640px) {.narrow-wrap{
      padding: 48px 18px 56px;
    }.narrow-wrap .text-view{
      grid-template-columns: 1fr;
      gap: 6px;
      padding: 20px 0;
    }
  }
.narrow-wrap{
  background: #3A2E1A;
  color: #FBF7EE;
}
.secondary-feature{
    background: #FBF7EE;
    color: #3A2E1A;
    padding: 56px 20px 64px;
  }
.secondary-feature .content-tile{max-width: 880px;
    margin: 0 auto;}
.secondary-feature .direct-actions{max-width: 620px;
    margin-bottom: 40px;}
.secondary-feature h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 12px;}
.secondary-feature .local-team{margin: 0;
    font-size: 1rem;
    line-height: 1.6;}
.secondary-feature .open-grid{display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid #E4D9C4;}
.secondary-feature .text-view{padding: 22px 0 20px;
    border-bottom: 1px solid #E4D9C4;
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 8px 28px;
    align-items: start;}
.secondary-feature .text-view h3{font-size: 0.95rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 2px 0 0;
    font-weight: 700;}
.secondary-feature .text-view p{margin: 0 0 6px;
    font-size: 1rem;
    line-height: 1.55;}
.secondary-feature .text-view p:last-child{margin-bottom: 0;}
.secondary-feature .text-view .direct-section{font-size: 0.9rem;
    line-height: 1.5;
    opacity: 0.85;}
.secondary-feature .text-view a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.secondary-feature .text-view a:hover{}
@media (max-width: 640px) {.secondary-feature{
      padding: 40px 16px 48px;
    }.secondary-feature .text-view{
      grid-template-columns: 1fr;
      gap: 4px;
    }.secondary-feature .text-view h3{
      margin-bottom: 4px;
    }
  }
.secondary-feature{
  background: #3A2E1A;
  color: #FBF7EE;
}
.bottom-team{
    background: #FBF7EE;
    color: #3A2E1A;
    padding: 4rem 1.5rem;
  }
.bottom-team .content-tile{max-width: 640px;
    margin: 0 auto;}
.bottom-team h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 0.9rem;
    letter-spacing: -0.01em;}
.bottom-team .local-team{margin: 0 0 2rem;
    font-size: 1.02rem;
    line-height: 1.6;
    color: #4A3A20;}
.bottom-team .featured-unit{display: flex;
    flex-direction: column;
    gap: 1.15rem;}
.bottom-team .focused-panel{display: flex;
    flex-direction: column;
    gap: 0.4rem;}
.bottom-team label{font-size: 0.92rem;
    font-weight: 700;
    color: #3A2E1A;}
.bottom-team input,
  .bottom-team select,
  .bottom-team textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 0.7rem 0.85rem;
    font: inherit;
    font-size: 0.98rem;
    color: #3A2E1A;
    background: #FFFFFF;
    border: 1px solid #E4D9C4;
    border-radius: 8px;
  }
.bottom-team textarea{resize: vertical;
    min-height: 96px;}
.bottom-team input:focus,
  .bottom-team select:focus,
  .bottom-team textarea:focus{outline: 2px solid #2F9E86;
    outline-offset: 1px;
    border-color: #2F9E86;}
.bottom-team button{
    align-self: flex-start;
    margin-top: 0.35rem;
    padding: 0.85rem 1.6rem;
    font: inherit;
    font-size: 1rem;
    font-weight: 700;
    color: #3A2E1A;
    background: #E0A32E;
    border: none;
    border-radius: 8px;
    cursor: pointer;
  }
.bottom-team button:hover{
    background: #C98C1F;
  }
.bottom-team .direct-section{margin: 0.4rem 0 0;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #4A3A20;}
.bottom-team .direct-section a{color:inherit;
    text-decoration: underline;}
@media (max-width: 520px) {.bottom-team{
      padding: 2.75rem 1.15rem;
    }.bottom-team h2{
      font-size: 1.55rem;
    }.bottom-team button{
      align-self: stretch;
      text-align: center;
    }
  }
.bottom-team{
  background: #FBF7EE;
  color: #3A2E1A;
}
.narrow-header{
    background: #FBF7EE;
    color: #3A2E1A;
    padding: 72px 24px 88px;
  }
.narrow-header .content-tile{max-width: 1080px;
    margin: 0 auto;}
.narrow-header .site-rail{max-width: 640px;
    margin-bottom: 56px;}
.narrow-header .site-rail h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 16px;
    font-weight: 700;}
.narrow-header .local-team{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;}
.narrow-header .contact-unit{display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 40px 48px;}
.narrow-header .open-nav h3{font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 10px;}
.narrow-header .open-nav p{font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 12px;}
.narrow-header .open-nav a{display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    transition: border-color 0.15s ease;}
.narrow-header .open-nav a:hover{border-bottom-color: #2F9E86;}
.narrow-header .open-nav .steady-method{display: block;
    font-size: 0.85rem;
    margin-top: 10px;}
.narrow-header .open-nav .simple-track{font-size: 0.95rem;
    line-height: 1.5;
    margin: 0 0 10px;}
.narrow-header .strong-method{margin: 64px 0 0;
    font-size: 0.98rem;
    line-height: 1.6;
    max-width: 640px;}
.narrow-header .strong-method a{font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #2F9E86;}
.narrow-header .strong-method a:hover{border-bottom-color: #26806C;}
@media (max-width: 860px) {.narrow-header .contact-unit{
      grid-template-columns: 1fr;
      gap: 36px;
    }
  }
@media (max-width: 520px) {.narrow-header{
      padding: 56px 18px 64px;
    }.narrow-header .site-rail h2{
      font-size: 1.55rem;
    }
  }
.narrow-header{
  background: #3A2E1A;
  color: #FBF7EE;
}
.opening{
    background: #FBF7EE;
    color: #3A2E1A;
    padding: 3.5rem 1.5rem 4rem;
  }
.opening .content-tile{max-width: 1080px;
    margin: 0 auto;}
.opening .text-inner{display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    align-items: flex-start;}
.opening .fields{flex: 1 1 520px;
    min-width: 280px;}
.opening h1{font-size: clamp(1.7rem, 3.4vw, 2.4rem);
    line-height: 1.2;
    margin: 0 0 0.6rem;}
.opening .steady-brand{font-size: 1.05rem;
    color: var(--tone-extra-10);
    margin: 0 0 1.6rem;}
.opening p{line-height: 1.65;
    margin: 0 0 1.1rem;}
.opening .soft-form{list-style: none;
    margin: 1.6rem 0 1.4rem;
    padding: 0;}
.opening .soft-form li{position: relative;
    padding: 0.7rem 0 0.7rem 1.4rem;
    border-bottom: 1px solid #E4D9C4;
    line-height: 1.55;}
.opening .soft-form li:first-child{border-top: 1px solid #E4D9C4;}
.opening .soft-form li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 1.15rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #2F9E86;color:#FBF7EE;}
.opening .fresh-note{margin-top: 1.4rem;}
.opening .fresh-note a{color:inherit;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;}
.opening .direct-feature{
    flex: 0 1 300px;
    min-width: 240px;
    background: #F2EAD8;
    color: var(--tone-extra-10);
    border-radius: 14px;
    padding: 1.6rem 1.5rem;
  }
.opening .direct-feature h2{font-size: 1.1rem;
    margin: 0 0 0.8rem;}
.opening .direct-feature p{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;}
@media (max-width: 720px) {.opening{
      padding: 2.5rem 1.1rem 3rem;
    }.opening .text-inner{
      gap: 1.8rem;
    }
  }
.opening{
    background: #FBF7EE;
    color: #3A2E1A;
    padding: 56px 20px 72px;
  }
.opening .content-tile{max-width: 780px;
    margin: 0 auto;}
.opening .text-view{display: block;}
.opening .site-rail{border-bottom: 1px solid #E4D9C4;
    padding-bottom: 22px;
    margin-bottom: 28px;}
.opening h1{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 12px;
    font-weight: 700;}
.opening .local-team{font-size: 1.05rem;
    line-height: 1.55;
    margin: 0;
    max-width: 60ch;}
.opening .local-media p{font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 18px;
    max-width: 68ch;}
.opening .soft-form{list-style: none;
    padding: 0;
    margin: 26px 0 0;
    border-top: 1px solid #E4D9C4;}
.opening .soft-form li{padding: 14px 0 14px 22px;
    border-bottom: 1px solid #E4D9C4;
    line-height: 1.55;
    position: relative;}
.opening .soft-form li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 8px;
    height: 8px;
    background: #2F9E86;
    border-radius: 50%;
  }
.opening .close{margin-top: 32px;
    padding-top: 22px;
    border-top: 1px solid #E4D9C4;}
.opening .close p{margin: 0 0 14px;
    line-height: 1.6;
    max-width: 62ch;}
.opening .link{
    display: inline-block;
    background: #E0A32E;
    color: #3A2E1A;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 10px;
    font-weight: 700;
    transition: background 0.2s ease;
  }
.opening .link:hover{
    background: #C98C1F;
  }
@media (max-width: 560px) {.opening{
      padding: 40px 16px 56px;
    }.opening h1{
      font-size: 1.5rem;
    }.opening .local-team{
      font-size: 1rem;
    }
  }
.local-summary{
    --state-public: #E4D9C4;
    --axis-static: #F2EAD8;
    background: #FBF7EE;
    color: #3A2E1A;
    padding: 72px 24px 88px;
  }
.local-summary .content-tile{max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;}
.local-summary .direct-actions h2{font-size: clamp(1.7rem, 3.4vw, 2.3rem);
    line-height: 1.2;
    margin: 0 0 18px;
    letter-spacing: -0.01em;}
.local-summary .local-team{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 14px;}
.local-summary .focused-items{font-size: 0.88rem;
    margin: 0;
    color: #4A3A20;
    padding-top: 10px;
    border-top: 1px solid var(--state-public);
    display: inline-block;}
.local-summary .soft-form{display: flex;
    flex-direction: column;
    border-top: 1px solid var(--state-public);}
.local-summary .direct-section{padding: 26px 0 24px;
    border-bottom: 1px solid var(--state-public);}
.local-summary .direct-section h3{font-size: 1.12rem;
    margin: 0 0 10px;
    letter-spacing: -0.005em;}
.local-summary .direct-section p{margin: 0;
    line-height: 1.68;
    font-size: 0.98rem;
    max-width: 68ch;}
.local-summary .page-nav{
    background: var(--axis-static);
    border-left: 4px solid #E0A32E;
    padding: 28px 30px;
    border-radius: 4px;color:var(--tone-light);}
.local-summary .page-nav h3{margin: 0 0 12px;
    font-size: 1.1rem;}
.local-summary .page-nav p{margin: 0 0 12px;
    line-height: 1.65;
    font-size: 0.98rem;}
.local-summary .page-nav .primary-body{margin: 0;
    font-size: 0.92rem;
    color: #4A3A20;}
.local-summary a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.local-summary a:hover{color:inherit;}
@media (max-width: 620px) {.local-summary{
      padding: 52px 18px 64px;
    }.local-summary .content-tile{
      gap: 36px;
    }.local-summary .page-nav{
      padding: 22px 20px;
    }
  }
.local-summary{
  background: #FBF7EE;
  color: #3A2E1A;
}
.local-details{
    background: #FBF7EE;
    color: #3A2E1A;
    padding: 64px 24px 72px;
  }
.local-details .content-tile{max-width: 880px;
    margin: 0 auto;}
.local-details .site-rail{max-width: 640px;
    margin-bottom: 44px;}
.local-details h1{font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.local-details .local-team{font-size: 1.0625rem;
    line-height: 1.6;
    margin: 0;}
.local-details .local-media{display: flex;
    flex-direction: column;
    gap: 28px;}
.local-details .direct-section{padding-left: 22px;
    border-left: 3px solid #E0A32E;}
.local-details .direct-section h2{font-size: 1.125rem;
    line-height: 1.35;
    margin: 0 0 8px;}
.local-details .direct-section p{font-size: 0.9688rem;
    line-height: 1.65;
    margin: 0;}
.local-details .direct-section a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.local-details .direct-section a:hover{color:inherit;}
@media (max-width: 640px) {.local-details{
      padding: 44px 18px 52px;
    }.local-details h1{
      font-size: 1.625rem;
    }.local-details .site-rail{
      margin-bottom: 32px;
    }.local-details .local-media{
      gap: 22px;
    }.local-details .direct-section{
      padding-left: 16px;
    }
  }
.local-details{
  background: #FBF7EE;
  color: #3A2E1A;
}
.compact-team{
    background: #FBF7EE;
    color: #3A2E1A;
    padding: 72px 24px 88px;
  }
.compact-team .content-tile{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    grid-template-areas:
      "lead contact"
      "steps contact";
    gap: 40px 56px;}
.compact-team .local-team{grid-area: lead;}
.compact-team .local-team h1{font-size: 2.1rem;
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.compact-team .local-team p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 46ch;
    color: var(--tone-extra-10);}
.compact-team .content-media{grid-area: steps;
    display: flex;
    flex-direction: column;
    gap: 22px;
    border-top: 1px solid #E4D9C4;
    padding-top: 28px;}
.compact-team .clear-story h2{font-size: 1.05rem;
    margin: 0 0 6px;}
.compact-team .clear-story p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.55;
    color: var(--tone-extra-10);
    max-width: 52ch;}
.compact-team .page-nav{
    grid-area: contact;
    align-self: start;
    background: #F2EAD8;
    color: var(--tone-extra-10);
    border-radius: 14px;
    padding: 32px 30px;
  }
.compact-team .page-nav h2{font-size: 1.15rem;
    margin: 0 0 10px;
    color: #3A2E1A;}
.compact-team .page-nav p{margin: 0 0 22px;
    font-size: 0.97rem;
    line-height: 1.55;}
.compact-team .page-plan{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;}
.compact-team .page-plan li{font-size: 0.97rem;
    line-height: 1.5;}
.compact-team .page-plan span{display: block;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--tone-extra-10);
    opacity: 0.75;
    margin-bottom: 3px;}
.compact-team .page-plan a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(47, 158, 134, 0.35);}
.compact-team .page-plan a:hover{color:inherit;
    border-bottom-color: #26806C;}
@media (max-width: 820px) {.compact-team{
      padding: 52px 20px 64px;
    }.compact-team .content-tile{
      grid-template-columns: 1fr;
      grid-template-areas:
        "lead"
        "contact"
        "steps";
      gap: 32px;
    }.compact-team .local-team h1{
      font-size: 1.7rem;
    }
  }
.compact-team{
  background: #FBF7EE;
  color: #3A2E1A;
}
.404{
    background: #FBF7EE;
    color: #3A2E1A;
    padding: 72px 24px 88px;
  }
.404 .content-tile{
    max-width: 760px;
    margin: 0 auto;
  }
.404 h1{
    font-size: clamp(1.7rem, 3.4vw, 2.4rem);
    line-height: 1.2;
    margin: 0 0 18px;
    letter-spacing: -0.01em;
  }
.404 .local-team{
    font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 40px;
    max-width: 58ch;
  }
.404 .text-summary{
    display: flex;
    flex-direction: column;
    border-top: 1px solid #E4D9C4;
  }
.404 .content-proof{
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 20px 4px;
    border-bottom: 1px solid #E4D9C4;
    text-decoration: none;
    color: inherit;
    transition: padding-left 0.18s ease;
  }
.404 .content-proof:hover,
  .404 .content-proof:focus-visible{
    padding-left: 12px;
  }
.404 .compact-entries{
    font-size: 1.1rem;
    font-weight: 700;
  }
.404 .contact-content{
    font-size: 0.94rem;
    line-height: 1.55;
    max-width: 62ch;
  }
.404 .direct-section{
    margin: 36px 0 0;
    font-size: 0.94rem;
    line-height: 1.6;
    max-width: 62ch;
  }
.404 .direct-section a{
    text-decoration: underline;
    text-underline-offset: 2px;
  }
@media (max-width: 560px) {.404{
      padding: 52px 18px 64px;
    }.404 .local-team{
      margin-bottom: 28px;
    }
  }
.404{
  background: #3A2E1A;
  color: #FBF7EE;
}
