:root {
  --speed-entry: cubic-bezier(0.16,1,0.3,1);
  --paint-secondary: #FFFFFF;
  --paint-main: #E3D5C4;
  --tone-extra-4: #2E201A;
}
body{margin:0;padding:0;font-family:"Source Serif 4", sans-serif;box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
.content {
    width: 100%;
    background: #FBF6F0;
    color: #2E201A;
    border-bottom: 1px solid var(--paint-main);
    padding: 1.5rem 1.35rem;
  }
.strong-proof {
    max-width: 1060px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.7rem;
  }
.simple-footer {
    font-size: calc(16.6px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #2E201A;
    text-decoration: none;
    text-align: center;
    padding: 0 calc(0.7rem * 1.5);
  }
.simple-footer:hover {
    color: #E8C9A8;
  }
.nav-group {
    display: flex;
    align-items: center;
  }
.nav-left {
    justify-content: flex-start;
  }
.nav-right {
    justify-content: flex-end;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.7rem;
  }
.nav-link {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    font-size: calc(16.6px * .875);
    color: #2E201A;
    text-decoration: none;
    border-radius: 0.18rem;
    transition: background-color 470ms var(--speed-entry), color 470ms var(--speed-entry);
  }
.nav-link:hover {
    background: #F1E7DA;
    color: #3A2A22;
  }
.clear-team {
    display: none;
    justify-self: end;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: 1px solid var(--paint-main);
    border-radius: 0.18rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.plain-entries{
    display: block;
    width: 22px;
    height: 2px;
    background: #2E201A;
    border-radius: 2px;
    transition: transform 470ms var(--speed-entry), opacity 470ms var(--speed-entry);color:var(--tone-extra-4);}
.clear-team[aria-expanded="true"] .plain-entries:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.clear-team[aria-expanded="true"] .plain-entries:nth-child(2) {
    opacity: 0;
  }
.clear-team[aria-expanded="true"] .plain-entries:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
.clear-items {
    max-width: 1060px;
    margin: 0 auto;
    padding: calc(0.7rem * 1.5) 0 0;
  }
.clear-items[hidden] {
    display: none;
  }
.grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
.primary-header {
    display: block;
    padding: 0.85rem 1rem;
    font-size: 16.6px;
    color: #2E201A;
    text-decoration: none;
    border-radius: 0.41rem;
    background: var(--paint-secondary);
    border: 1px solid var(--paint-main);
  }
.primary-header:hover {
    background: #F1E7DA;
    color: #3A2A22;
  }
@media (max-width: 767px) {
    .strong-proof {
      grid-template-columns: 1fr auto;
      grid-template-areas: "logo burger";
    }

    .simple-footer {
      grid-area: logo;
      text-align: left;
      padding: 0;
    }

    .clear-team {
      grid-area: burger;
      display: flex;
    }

    .nav-group {
      display: none;
    }
  }
@media (min-width: 768px) {
    .clear-items {
      display: none !important;
    }
  }
.clear-brand{font-family:"Source Serif 4", sans-serif;font-size:16.6px;line-height:1.78;padding:0;background:#2E201A;color:#FBF6F0;}
.text-media{max-width:1060px;margin:0 auto;padding:calc(1.5rem * 2.4) 1.35rem calc(0.7rem * 1.5);display:flex;flex-direction:column;gap:calc(0.7rem * 1.5)}
.site-brand{padding:calc(1.5rem * .75);background:rgba(255, 255, 255, 0.06);border-radius:0;display:flex;flex-direction:column;gap:0.7rem}
.local-lead{font-size:calc(16.6px * 1.35);line-height:1.25;margin:0;font-weight:600;letter-spacing:0.01em}
.service-grid{margin:0;max-width:60ch;font-size:16.6px;opacity:0.92}
.fresh-view{display:flex;flex-direction:column;gap:1.5rem;max-width:520px}
.secondary-lead{font-size:calc(16.6px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.85}
.wide-form{display:flex;flex-wrap:wrap;gap:0.7rem}
.offer-area{flex:1 1 220px;min-width:0;padding:0.75rem 1rem;font-family:inherit;font-size:16.6px;color:#FBF6F0;background:rgba(255, 255, 255, 0.08);border:1px solid rgba(255, 255, 255, 0.28);border-radius:0;outline:none}
.offer-area::placeholder{opacity:0.85}
.offer-area:focus{border-color:#E8C9A8;box-shadow:rgba(140, 90, 60, 0.35)}
.top-stack{flex:0 0 auto;padding:0.75rem 1.25rem;font-family:inherit;font-size:16.6px;font-weight:600;color:#FBF6F0;background:#8C5A3C;border:1px solid #8C5A3C;border-radius:0;cursor:pointer;transition:background 470ms var(--speed-entry), color 470ms var(--speed-entry)}
.top-stack:hover,
  .top-stack:focus-visible{background:#74482E;border-color:#74482E;color:var(--tone-extra-4);}
.fresh-body{margin:0;font-size:calc(16.6px * .875);opacity:0.78}
.narrow-footer{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(0.7rem * 1.5)}
.site-form{display:flex;flex-direction:column;gap:1.5rem}
.quiet-frame{margin:0;font-size:calc(16.6px * .875);letter-spacing:0.08em;text-transform:uppercase;font-weight:600;opacity:0.8}
.narrow-flow{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.narrow-flow a{color:inherit;text-decoration:none;font-size:16.6px;border-bottom:1px solid transparent;transition:border-color 470ms var(--speed-entry)}
.narrow-flow a:hover,
  .narrow-flow a:focus-visible{border-bottom-color:currentColor;color:inherit}
.public-wrap{display:flex;flex-direction:column;gap:1.5rem;padding-top:calc(0.7rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18)}
.direct-fields{margin:0;font-size:calc(16.6px * .875);letter-spacing:0.08em;text-transform:uppercase;font-weight:600;opacity:0.8}
.compact-track{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));gap:0.7rem}
.quiet-header{display:flex;flex-direction:column;gap:0.25rem}
.clear-note{font-size:calc(16.6px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.75}
.offer-copy{font-size:16.6px;line-height:1.5}
.simple-block{color:inherit;text-decoration:none;font-size:16.6px;border-bottom:1px solid transparent;transition:border-color 470ms var(--speed-entry);width:fit-content}
.simple-block:hover,
  .simple-block:focus-visible{border-bottom-color:currentColor}
.main-lead{padding-top:calc(0.7rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18)}
.steady-rail{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:0.7rem}
.steady-rail a{color:inherit;text-decoration:none;font-size:calc(16.6px * .875);border-bottom:1px solid transparent;transition:border-color 470ms var(--speed-entry)}
.steady-rail a:hover,
  .steady-rail a:focus-visible{border-bottom-color:currentColor;color:inherit}
.secondary-inner{margin:0;font-size:calc(16.6px * .875);line-height:1.6;opacity:0.82;max-width:80ch}
.secondary-menu{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:0.7rem;padding-top:calc(0.7rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18)}
.focused-footer{margin:0;font-size:calc(16.6px * 1.125);font-weight:700;letter-spacing:0.02em}
.site-view{margin:0;font-size:calc(16.6px * .875);opacity:0.78}
@media (max-width: 860px) {.narrow-footer{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 560px) {.text-media{padding:calc(1.5rem * 2.4) 1.35rem calc(0.7rem * 1.5)}.narrow-footer{grid-template-columns:1fr}.wide-form{flex-direction:column}.top-stack{width:100%}
  }
footer,footer *{border-radius:0!important;}
.cookies {
  position: fixed;
  top: calc(0.7rem * 1.5);
  right: calc(0.7rem * 1.5);
  z-index: 9999;
  width: min(22rem, calc(100vw - calc(0.7rem * 1.5) * 2));
  background: var(--paint-secondary);
  color: var(--tone-extra-4);
  border: 1px solid var(--paint-main);
  border-radius: 0.63rem;
  box-shadow: 0 12px 18px rgba(0,0,0,0.06);
  padding: calc(1.5rem * .75);
  font-family: "Source Serif 4", sans-serif;
  font-size: calc(16.6px * .875);
  line-height: 1.78;
}
.cookies .plain-wrap{display: flex;
  flex-direction: column;
  gap: 0.7rem;}
.cookies .local-unit{margin: 0;
  font-size: 16.6px;
  font-weight: 600;}
.cookies .soft-footer{margin: 0;
  font-size: calc(16.6px * .875);
  color: #3A2A22;}
.cookies .soft-footer a{color: #8C5A3C;
  text-decoration: underline;}
.cookies .soft-footer a:hover{color:inherit;}
.cookies .plain-block{display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;}
.cookies .text-benefit {
  flex: 1 1 auto;
  min-width: 5.5rem;
  padding: 0.5rem 0.85rem;
  font-family: inherit;
  font-size: calc(16.6px * .875);
  line-height: 1.2;
  border-radius: 0.41rem;
  border: 1px solid var(--paint-main);
  background: #F1E7DA;
  color: #3A2A22;
  cursor: pointer;
  transition: background 470ms var(--speed-entry), color 470ms var(--speed-entry);
}
.cookies .text-benefit:hover{
  background: color-mix(in srgb, currentColor 10%, transparent);color:var(--tone-extra-4);}
.cookies .cookie-accept {
  background: #8C5A3C;
  color: #FBF6F0;
  border-color: #8C5A3C;
}
.cookies .cookie-accept:hover{
  background: #74482E;
  border-color: #74482E;color:var(--tone-extra-4);}
.cookies .cookie-reject {
  background: transparent;
  color: var(--tone-extra-4);
}
.cookies .cookie-manage {
  background: transparent;
  color: #8C5A3C;
  border-color: transparent;
  text-decoration: underline;
}
.cookies .cookie-manage:hover {
  color: #E8C9A8;
  background: color-mix(in srgb, currentColor 10%, transparent);
}
@media (max-width: 480px) {
  .cookies {
    right: calc(0.7rem * 1.5);
    left: calc(0.7rem * 1.5);
    width: auto;
  }
}
.top-menu{
    background: #FBF6F0;
    color: #2E201A;
    padding: 4.5rem 1.25rem 4rem;
  }
.top-menu .steady-group{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 3rem;
    align-items: start;}
.top-menu h1{font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
    margin: 0 0 1.1rem;
    letter-spacing: -0.01em;}
.top-menu .visual-story{font-size: 1.08rem;
    line-height: 1.6;
    margin: 0 0 1.8rem;}
.top-menu .plain-block{display: flex;
    flex-wrap: wrap;
    gap: 0.9rem 1.4rem;
    align-items: center;}
.top-menu .go{
    background: #8C5A3C;
    color: #FBF6F0;
    padding: 0.85rem 1.5rem;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.98rem;
    transition: background 0.2s ease;
  }
.top-menu .go:hover{
    background: #74482E;color:var(--tone-extra-4);}
.top-menu .featured-panel{color: inherit;
    text-decoration: none;
    font-size: 0.98rem;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;}
.top-menu .content-wrap{
    background: #F1E7DA;
    color: #3A2A22;
    padding: 1.1rem;
    border-radius: 14px;
  }
.top-menu .content-wrap img{display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 1rem;}
.top-menu .content-wrap p{margin: 0 0 0.9rem;
    font-size: 0.97rem;
    line-height: 1.55;}
.top-menu .content-wrap .fresh-shell{margin: 0;
    font-size: 0.9rem;}
.top-menu .content-wrap .fresh-shell a{color: inherit;
    text-decoration: underline;}
@media (max-width: 780px) {.top-menu{
      padding: 3rem 1.1rem 2.8rem;
    }.top-menu .steady-group{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.top-menu .content-wrap img{
      height: 200px;
    }
  }
.top-menu{
  background: #2E201A;
  color: #FBF6F0;
}
.fresh-summary{
    background: #FBF6F0;
    color: #2E201A;
    padding: 4rem 1.5rem;
  }
.fresh-summary .steady-group{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;}
.fresh-summary .local-story h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 0.9rem;
    letter-spacing: -0.01em;}
.fresh-summary .local-story p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;}
.fresh-summary .steady-headline{display: flex;
    flex-direction: column;
    gap: 1.75rem;}
.fresh-summary .featured-footer{
    background: var(--paint-secondary);
    color: var(--tone-extra-4);
    border: 1px solid var(--paint-main);
    border-radius: 14px;
    padding: 1.5rem 1.6rem;
  }
.fresh-summary .featured-footer h3{font-size: 1.2rem;
    line-height: 1.35;
    margin: 0 0 0.6rem;}
.fresh-summary .featured-footer p{margin: 0 0 0.9rem;
    font-size: 0.98rem;
    line-height: 1.65;}
.fresh-summary .featured-footer a{display: inline-block;color:inherit;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;}
.fresh-summary .featured-footer a:hover{color:inherit;}
.fresh-summary .steady-view{margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    font-style: italic;}
@media (min-width: 860px) {.fresh-summary{
      padding: 5rem 2rem;
    }.fresh-summary .steady-headline{
      flex-direction: row;
      align-items: stretch;
      gap: 1.5rem;
    }.fresh-summary .featured-footer{
      flex: 1 1 0;
      display: flex;
      flex-direction: column;
    }.fresh-summary .featured-footer a{
      margin-top: auto;
      align-self: flex-start;
    }
  }
.fresh-summary{
  background: #FBF6F0;
  color: #2E201A;
}
.open-unit{
    background: #FBF6F0;
    color: #2E201A;
    padding: 72px 24px;
  }
.open-unit .steady-group{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 56px;
    align-items: start;}
.open-unit .soft-footer h2{margin: 0 0 18px;
    font-size: 1.9rem;
    line-height: 1.2;
    font-weight: 600;}
.open-unit .soft-footer p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.open-unit .service-panel{padding-top: 6px;}
.open-unit .go{
    display: inline-block;
    background: #8C5A3C;
    color: #FBF6F0;
    padding: 15px 26px;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
  }
.open-unit .go:hover{
    background: #74482E;color:var(--tone-extra-4);}
.open-unit .fresh-shell{margin: 22px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.open-unit .fresh-shell a{color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.open-unit .fresh-shell a:hover{text-decoration: none;}
@media (max-width: 780px) {.open-unit{
      padding: 56px 20px;
    }.open-unit .steady-group{
      grid-template-columns: 1fr;
      gap: 32px;
    }.open-unit .soft-footer h2{
      font-size: 1.55rem;
    }
  }
.open-unit{
  background: #2E201A;
  color: #FBF6F0;
}
.featured-shell{
    background: #FBF6F0;
    color: #2E201A;
    padding: 4.5rem 1.5rem 5rem;
  }
.featured-shell .steady-group{max-width: 1080px;
    margin: 0 auto;}
.featured-shell h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.25;
    margin: 0 0 1.4rem;
    font-weight: 600;
    letter-spacing: -0.01em;}
.featured-shell .primary-area{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0 0 1.1rem;}
.featured-shell p{line-height: 1.65;
    margin: 0 0 1.1rem;}
.featured-shell .bottom-group{margin: 2.2rem 0 2rem;
    display: grid;
    gap: 1.6rem;
    grid-template-columns: 1.15fr 1fr 1fr;}
.featured-shell .content-wrap h3{font-size: 1.02rem;
    line-height: 1.4;
    margin: 0 0 0.55rem;
    font-weight: 600;}
.featured-shell .content-wrap p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.6;}
.featured-shell .site-list{
    font-size: 0.97rem;
    line-height: 1.6;
    margin: 0;
    background: #F1E7DA;
    color: #3A2A22;
    padding: 1.1rem 1.3rem;
    border-radius: 12px;
  }
.featured-shell .site-list a{color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.featured-shell .site-list a:hover{color: #8C5A3C;}
@media (max-width: 860px) {.featured-shell .bottom-group{
      grid-template-columns: 1fr;
      gap: 1.3rem;
    }
  }
@media (max-width: 520px) {.featured-shell{
      padding: 3.2rem 1.1rem 3.6rem;
    }
  }
.featured-shell{
  background: #FBF6F0;
  color: #2E201A;
}
.strong-wrap{
  background: #FBF6F0;
  color: #2E201A;
  padding: 72px 24px;
}
.strong-wrap .steady-group{max-width: 1080px;
  margin: 0 auto;}
.strong-wrap h2{font-size: 1.75rem;
  line-height: 1.25;
  margin: 0 0 24px;
  font-weight: 600;}
.strong-wrap .primary-area{font-size: 1.0625rem;
  line-height: 1.7;
  margin: 0 0 16px;}
.strong-wrap .steady-group > p{font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 40px;}
.strong-wrap .offer-block{display: flex;
  flex-direction: column;
  gap: 36px;}
.strong-wrap .page-track h3{font-size: 1.125rem;
  line-height: 1.35;
  margin: 0 0 10px;
  font-weight: 600;}
.strong-wrap .page-track p{font-size: 1rem;
  line-height: 1.7;
  margin: 0;}
.strong-wrap .fresh-shell{margin: 48px 0 0;
  font-size: 0.9375rem;
  line-height: 1.6;}
.strong-wrap .fresh-shell a{text-decoration: underline;
  text-underline-offset: 3px;}
.strong-wrap .fresh-shell a:hover{}
@media (max-width: 640px) {.strong-wrap{
    padding: 52px 20px;
  }.strong-wrap h2{
    font-size: 1.5rem;
  }.strong-wrap .offer-block{
    gap: 28px;
  }
}
.strong-wrap{
  background: #2E201A;
  color: #FBF6F0;
}
.fresh-links{
    background: #FBF6F0;
    color: #2E201A;
    padding: 72px 24px 80px;
  }
.fresh-links .steady-group{max-width: 1080px;
    margin: 0 auto;}
.fresh-links h2{margin: 0 0 20px;
    font-size: 1.85rem;
    line-height: 1.2;
    letter-spacing: -0.01em;}
.fresh-links .steady-group > p{margin: 0 0 44px;
    font-size: 1.05rem;
    line-height: 1.65;}
.fresh-links .bottom-group{display: flex;
    flex-direction: column;
    gap: 34px;}
.fresh-links .content-wrap h3{margin: 0 0 8px;
    font-size: 1.15rem;
    line-height: 1.35;}
.fresh-links .content-wrap p{margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
.fresh-links .quiet-story{margin: 46px 0 0;
    font-size: 1rem;
    line-height: 1.6;
    font-style: italic;}
@media (min-width: 760px) {.fresh-links{
      padding: 96px 40px 104px;
    }.fresh-links h2{
      font-size: 2.2rem;
    }.fresh-links .bottom-group{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px 56px;
    }.fresh-links .content-wrap:nth-child(1),
    .fresh-links .content-wrap:nth-child(4){
      padding-right: 12px;
    }.fresh-links .content-wrap:nth-child(2),
    .fresh-links .content-wrap:nth-child(3){
      padding-left: 12px;
    }
  }
.fresh-links{
  background: #2E201A;
  color: #FBF6F0;
}
.contact-section{
    --gutter-medium: 2.4rem;
    background: #FBF6F0;
    color: #2E201A;
    padding: 4.5rem 1.5rem 5rem;
  }
.contact-section .steady-group{max-width: 1080px;
    margin: 0 auto;}
.contact-section .local-story{margin-bottom: var(--gutter-medium);}
.contact-section .local-story h2{margin: 0 0 1rem;
    font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.2;
    letter-spacing: -0.01em;}
.contact-section .local-story p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #3A2A22;}
.contact-section .strong-intro{list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1.8rem 2.6rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));}
.contact-section .narrow-form{padding: 0;}
.contact-section .narrow-form h3{margin: 0 0 0.55rem;
    font-size: 1.12rem;
    line-height: 1.35;
    font-weight: 600;}
.contact-section .narrow-form p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.62;
    color: #3A2A22;}
.contact-section .fresh-shell{margin: var(--gutter-medium) 0 0;
    font-size: 0.98rem;
    line-height: 1.6;
    color: #3A2A22;}
.contact-section .fresh-shell a{color: #8C5A3C;
    text-decoration: underline;
    text-underline-offset: 3px;}
.contact-section .fresh-shell a:hover{color: #74482E;}
@media (max-width: 720px) {.contact-section{
      padding: 3rem 1.15rem 3.4rem;
    }.contact-section .strong-intro{
      grid-template-columns: 1fr;
      gap: 1.6rem;
    }
  }
.contact-section{
  background: #FBF6F0;
  color: #2E201A;
}
.narrow-visual{
    background: #FBF6F0;
    color: #2E201A;
    padding: 72px 24px 80px;
  }
.narrow-visual .steady-group{max-width: 1080px;
    margin: 0 auto;}
.narrow-visual .top-method{display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 40px;
    align-items: end;
    margin-bottom: 48px;}
.narrow-visual h1{margin: 0;
    font-size: clamp(1.9rem, 3.4vw, 2.9rem);
    line-height: 1.15;
    letter-spacing: -0.01em;}
.narrow-visual .primary-area{margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;}
.narrow-visual .active-nav{display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px 56px;
    margin-bottom: 56px;}
.narrow-visual .active-nav p{margin: 0;
    font-size: 1rem;
    line-height: 1.75;}
.narrow-visual .direct-frame{list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 36px;
    grid-template-columns: repeat(3, minmax(0, 1fr));}
.narrow-visual .secondary-headline h2{margin: 0 0 10px;
    font-size: 1.15rem;
    line-height: 1.3;}
.narrow-visual .secondary-headline p{margin: 0;
    font-size: 0.96rem;
    line-height: 1.7;}
@media (max-width: 860px) {.narrow-visual{
      padding: 56px 20px 64px;
    }.narrow-visual .top-method,
    .narrow-visual .active-nav,
    .narrow-visual .direct-frame{
      grid-template-columns: 1fr;
      gap: 24px;
    }.narrow-visual .top-method{
      margin-bottom: 36px;
    }.narrow-visual .active-nav{
      margin-bottom: 40px;
    }.narrow-visual .direct-frame{
      gap: 28px;
    }
  }
.narrow-visual{
  background: #2E201A;
  color: #FBF6F0;
}
.page-rail{
  background: #FBF6F0;
  color: #2E201A;
  padding: 5rem 1.5rem 5.5rem;
}
.page-rail .steady-group{max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 3.5rem 4rem;
  align-items: start;}
.page-rail .primary-area h2{font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  line-height: 1.15;
  margin: 0 0 1.4rem;
  letter-spacing: -0.01em;}
.page-rail .primary-area p{font-size: 1.08rem;
  line-height: 1.7;
  margin: 0;}
.page-rail .bottom-group{display: grid;
  gap: 1.9rem;}
.page-rail .content-wrap h3{font-size: 1.05rem;
  margin: 0 0 0.5rem;
  letter-spacing: 0.005em;}
.page-rail .content-wrap p{font-size: 0.98rem;
  line-height: 1.65;
  margin: 0;}
.page-rail .steady-view{grid-column: 1 / -1;
  font-size: 1.02rem;
  line-height: 1.7;
  margin: 0.5rem 0 0;
  padding-top: 2rem;}
.page-rail .steady-view a{color: #8C5A3C;
  text-decoration: underline;
  text-underline-offset: 3px;}
.page-rail .steady-view a:hover{color: #74482E;}
@media (max-width: 780px) {.page-rail{
    padding: 3.5rem 1.25rem 4rem;
  }.page-rail .steady-group{
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }.page-rail .steady-view{
    padding-top: 1.5rem;
  }
}
.page-rail{
  background: #FBF6F0;
  color: #2E201A;
}
.compact-callout{
    background: #FBF6F0;
    color: #2E201A;
    padding: 4rem 1.5rem;
  }
.compact-callout .steady-group{max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;}
.compact-callout h2{font-size: clamp(1.5rem, 2.4vw, 1.9rem);
    line-height: 1.25;
    margin: 0 0 0.5rem;
    font-weight: 600;}
.compact-callout p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.7;}
.compact-callout a{text-decoration: underline;
    text-underline-offset: 3px;}
.compact-callout a:hover{}
.compact-callout .fresh-shell{margin-top: 0.5rem;
    font-size: 0.95rem;
    opacity: 0.85;}
@media (max-width: 600px) {.compact-callout{
      padding: 3rem 1.25rem;
    }
  }
.compact-callout{
  background: #2E201A;
  color: #FBF6F0;
}
.strong-area{
    background: #FBF6F0;
    color: #2E201A;
    padding: 72px 24px;
  }
.strong-area .steady-group{max-width: 880px;
    margin: 0 auto;}
.strong-area h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 18px;
    font-weight: 600;}
.strong-area .primary-area{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 44px;}
.strong-area .soft-body{display: flex;
    flex-direction: column;
    gap: 34px;}
.strong-area .page-track h3{font-size: 1.15rem;
    line-height: 1.4;
    margin: 0 0 10px;
    font-weight: 600;}
.strong-area .page-track p{margin: 0;
    line-height: 1.65;
    font-size: 1rem;}
.strong-area .fresh-shell{margin: 52px 0 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.strong-area .fresh-shell a{text-decoration: underline;
    text-underline-offset: 3px;}
.strong-area .fresh-shell a:hover{}
@media (max-width: 640px) {.strong-area{
      padding: 52px 18px;
    }.strong-area h2{
      font-size: 1.5rem;
    }.strong-area .primary-area{
      margin-bottom: 34px;
    }.strong-area .soft-body{
      gap: 28px;
    }
  }
.strong-area{
  background: #2E201A;
  color: #FBF6F0;
}
.contact-section{
    background: #FBF6F0;
    color: #2E201A;
    padding: 72px 24px 80px;
  }
.contact-section .steady-group{max-width: 1080px;
    margin: 0 auto;}
.contact-section .local-story{margin-bottom: 44px;}
.contact-section .local-story h2{font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.22;
    margin: 0 0 16px;
    font-weight: 600;
    letter-spacing: -0.01em;}
.contact-section .local-story p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.contact-section .strong-intro{display: flex;
    flex-direction: column;}
.contact-section .narrow-form{padding: 22px 0;}
.contact-section .narrow-form + .narrow-form{border-top: 1px solid var(--paint-main, #E3D5C4);}
.contact-section .narrow-form h3{margin: 0 0 8px;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.3;}
.contact-section .narrow-form p{margin: 0;
    font-size: 1rem;
    line-height: 1.62;}
.contact-section .fresh-shell{margin: 40px 0 0;
    font-size: 1rem;
    line-height: 1.6;}
.contact-section .fresh-shell a{color: #8C5A3C;
    text-decoration: underline;
    text-underline-offset: 3px;}
.contact-section .fresh-shell a:hover{color: #74482E;}
@media (min-width: 820px) {.contact-section{
      padding: 96px 40px 104px;
    }.contact-section .local-story{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      align-items: end;
      margin-bottom: 56px;
    }.contact-section .local-story h2{
      margin-bottom: 0;
    }.contact-section .narrow-form{
      display: grid;
      grid-template-columns: 300px 1fr;
      gap: 40px;
      padding: 26px 0;
      align-items: baseline;
    }.contact-section .narrow-form h3{
      margin-bottom: 0;
    }
  }
.wide-media{
  background: #FBF6F0;
  color: #2E201A;
  padding: 64px 24px;
}
.wide-media .steady-group{max-width: 880px;
  margin: 0 auto;}
.wide-media h2{font-size: 1.9rem;
  line-height: 1.25;
  margin: 0 0 20px;
  font-weight: 600;}
.wide-media .primary-area{font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 40px;}
.wide-media .bar{list-style: none;
  margin: 0 0 36px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;}
.wide-media .secondary-headline{padding-left: 0;}
.wide-media .secondary-headline h3{font-size: 1.15rem;
  line-height: 1.35;
  margin: 0 0 8px;
  font-weight: 600;}
.wide-media .secondary-headline p{font-size: 1rem;
  line-height: 1.65;
  margin: 0;}
.wide-media .content-wrap{font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 18px;}
.wide-media .fresh-shell{margin: 0;
  font-size: 0.98rem;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;}
.wide-media .fresh-shell a{text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;}
.wide-media .fresh-shell a:hover{}
@media (max-width: 640px) {.wide-media{
    padding: 44px 18px;
  }.wide-media h2{
    font-size: 1.5rem;
  }.wide-media .primary-area{
    margin-bottom: 30px;
  }.wide-media .bar{
    gap: 24px;
  }
}
.wide-media{
  background: #2E201A;
  color: #FBF6F0;
}
.question{
    background: #FBF6F0;
    color: #2E201A;
    padding: 4rem 1.5rem;
  }
.question .steady-group{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;}
.question .local-story h2{margin: 0 0 1rem;
    font-size: 1.9rem;
    line-height: 1.25;}
.question .local-story p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.question .contact-figure{display: flex;
    flex-direction: column;
    gap: 2rem;}
.question .callout{
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1.75rem 1.75rem 1.5rem;
    background: var(--paint-secondary);
    color: var(--tone-extra-4);
    border: 1px solid var(--paint-main);
    border-radius: 14px;
  }
.question .callout h3{margin: 0;
    font-size: 1.3rem;
    line-height: 1.3;}
.question .callout p{margin: 0;
    font-size: 1rem;
    line-height: 1.6;}
.question .callout .content-wrap{font-size: 0.95rem;color:inherit;}
.question .strong-body{
    align-self: flex-start;
    margin-top: 0.4rem;
    padding: 0.6rem 1.2rem;
    background: #8C5A3C;
    color: #FBF6F0;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.95rem;
    transition: background 0.2s ease;
  }
.question .strong-body:hover{
    background: #74482E;color:var(--tone-extra-4);}
.question .fresh-shell{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.question .fresh-shell a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
@media (min-width: 780px) {.question{
      padding: 5rem 2rem;
    }.question .contact-figure{
      flex-direction: row;
      align-items: stretch;
    }.question .callout{
      flex: 1 1 0;
    }
  }
.question{
  background: #FBF6F0;
  color: #2E201A;
}
.top-rail{padding:calc(1.5rem * 2.4) 1.35rem;background:#FBF6F0;color:#2E201A;}
.content-benefit{max-width:1060px;margin:0 auto;}
.top-rail h1{margin:0;font-size:calc(16.6px * 2.65);line-height:1.08;}
.contact-section{
    --surface-cool: #FBF6F0;
    --tone-dark: #2E201A;
    --tone-strong: #3A2A22;
    --type-base: #E3D5C4;
    background: var(--surface-cool);
    color: var(--tone-dark);
    padding: 72px 24px;
  }
.contact-section .steady-group{max-width: 1080px;
    margin: 0 auto;}
.contact-section h2{font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 600;}
.contact-section .primary-area{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 44px;}
.contact-section .strong-intro{display: grid;
    grid-template-columns: 1fr;
    gap: 28px;}
.contact-section .narrow-form h3{font-size: 1.12rem;
    line-height: 1.35;
    margin: 0 0 8px;
    font-weight: 600;}
.contact-section .narrow-form p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.contact-section .fresh-shell{margin: 48px 0 0;
    font-size: 0.98rem;
    line-height: 1.6;
    padding-top: 22px;
    border-top: 1px solid var(--type-base);}
.contact-section .fresh-shell a{text-decoration: underline;
    text-underline-offset: 3px;}
.contact-section .fresh-shell a:hover{}
@media (min-width: 720px) {.contact-section{
      padding: 96px 40px;
    }.contact-section .strong-intro{
      grid-template-columns: 1fr 1fr;
      gap: 36px 48px;
    }.contact-section .narrow-form:nth-child(1),
    .contact-section .narrow-form:nth-child(3){
      grid-column: 1 / 2;
    }.contact-section .narrow-form:nth-child(2),
    .contact-section .narrow-form:nth-child(4){
      grid-column: 2 / 3;
    }.contact-section .narrow-form:nth-child(5){
      grid-column: 1 / 3;
    }
  }
.contact-section{
  background: #2E201A;
  color: #FBF6F0;
}
.strong-content{
    background: #FBF6F0;
    color: #2E201A;
    padding: 72px 24px;
  }
.strong-content .steady-group{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 56px;
    align-items: start;}
.strong-content .local-story h2{font-size: 1.85rem;
    line-height: 1.25;
    margin: 0 0 20px;
    font-weight: 600;}
.strong-content .local-story p{margin: 0 0 16px;
    line-height: 1.65;
    font-size: 1.02rem;}
.strong-content .media-content{display: flex;
    flex-direction: column;
    gap: 18px;
    padding-top: 6px;}
.strong-content .team-entries{display: flex;
    flex-direction: column;
    gap: 6px;}
.strong-content .team-entries label{font-size: 0.9rem;
    letter-spacing: 0.01em;}
.strong-content .team-entries input{
    font: inherit;
    padding: 11px 14px;
    border: 1px solid var(--paint-main, #E3D5C4);
    border-radius: 10px;
    background: var(--paint-secondary, #FFFFFF);
    color: var(--tone-extra-4, #2E201A);
  }
.strong-content .team-entries input::placeholder{color:inherit;}
.strong-content .team-entries input:focus{outline: 2px solid #8C5A3C;
    outline-offset: 1px;}
.strong-content button{
    font: inherit;
    align-self: flex-start;
    padding: 12px 22px;
    border: none;
    border-radius: 999px;
    background: #8C5A3C;
    color: #FBF6F0;
    cursor: pointer;
    transition: background 0.2s ease;
  }
.strong-content button:hover{
    background: #74482E;color:var(--tone-extra-4);}
.strong-content .content-wrap{margin: 4px 0 0;
    font-size: 0.88rem;
    line-height: 1.55;}
.strong-content .content-wrap a{color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;}
@media (max-width: 760px) {.strong-content{
      padding: 52px 20px;
    }.strong-content .steady-group{
      grid-template-columns: 1fr;
      gap: 34px;
    }.strong-content .local-story h2{
      font-size: 1.5rem;
    }
  }
.strong-content{
  background: #FBF6F0;
  color: #2E201A;
}
.secondary-feature{
  --type-body: #E3D5C4;
  --axis-base: #F1E7DA;
  background: #FBF6F0;
  color: #2E201A;
  padding: 72px 24px 80px;
}
.secondary-feature .steady-group{max-width: 1080px;
  margin: 0 auto;}
.secondary-feature h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.25;
  margin: 0 0 18px;
  font-weight: 600;
  letter-spacing: -0.01em;}
.secondary-feature .primary-area{font-size: 1.02rem;
  line-height: 1.65;
  margin: 0 0 48px;}
.secondary-feature .text-fields{display: flex;
  flex-direction: column;
  gap: 40px;}
.secondary-feature .featured-figure{display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;}
.secondary-feature .featured-figure:nth-child(2){grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);}
.secondary-feature .featured-figure:nth-child(2) img{order: 2;}
.secondary-feature .featured-figure img{width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 14px;
  display: block;}
.secondary-feature .content-wrap h3{font-size: 1.15rem;
  line-height: 1.35;
  margin: 0 0 10px;
  font-weight: 600;}
.secondary-feature .content-wrap p{font-size: 0.97rem;
  line-height: 1.7;
  margin: 0;}
@media (max-width: 760px) {.secondary-feature{
    padding: 52px 18px 60px;
  }.secondary-feature .featured-figure,
  .secondary-feature .featured-figure:nth-child(2){
    grid-template-columns: 1fr;
    gap: 18px;
  }.secondary-feature .featured-figure:nth-child(2) img{
    order: 0;
  }.secondary-feature .featured-figure img{
    height: 220px;
  }.secondary-feature .primary-area{
    margin-bottom: 34px;
  }
}
.secondary-feature{
  background: #2E201A;
  color: #FBF6F0;
}
.open-unit{
    background: #FBF6F0;
    color: #2E201A;
    padding: 72px 24px;
  }
.open-unit .steady-group{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 56px;
    align-items: start;}
.open-unit .fresh-track h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.open-unit .fresh-track p{margin: 0 0 18px;
    line-height: 1.65;
    font-size: 1.02rem;}
.open-unit .fresh-track p:last-child{margin-bottom: 0;}
.open-unit .fresh-shell{color: #8C5A3C;
    text-decoration: underline;
    text-underline-offset: 3px;}
.open-unit .fresh-shell:hover{color: #74482E;}
.open-unit .service-panel{
    background: #F1E7DA;
    color: #3A2A22;
    padding: 32px 28px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
.open-unit .go{
    display: inline-block;
    background: #8C5A3C;
    color: #FBF6F0;
    text-decoration: none;
    padding: 15px 22px;
    border-radius: 10px;
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
    transition: background 0.2s ease;
  }
.open-unit .go:hover{
    background: #74482E;color:var(--tone-extra-4);}
.open-unit .site-list{margin: 0;
    font-size: 0.92rem;
    line-height: 1.55;}
.open-unit .site-list a{color: #3A2A22;
    text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 820px) {.open-unit{
      padding: 56px 20px;
    }.open-unit .steady-group{
      grid-template-columns: 1fr;
      gap: 32px;
    }.open-unit .fresh-track h2{
      font-size: 1.5rem;
    }
  }
.open-unit{
  background: #FBF6F0;
  color: #2E201A;
}
.contact-section{
    background: #FBF6F0;
    color: #2E201A;
    padding: 4.5rem 1.5rem;
  }
.contact-section .steady-group{max-width: 1080px;
    margin: 0 auto;}
.contact-section .primary-area{margin-bottom: 3rem;}
.contact-section .primary-area h2{font-size: clamp(1.6rem, 3vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 600;
    letter-spacing: -0.01em;}
.contact-section .primary-area p{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;
    max-width: 62ch;}
.contact-section .strong-intro{display: flex;
    flex-direction: column;
    gap: 2.25rem;}
.contact-section .narrow-form h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0 0 0.55rem;
    font-weight: 600;}
.contact-section .narrow-form p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    max-width: 68ch;}
.contact-section .steady-view{margin: 3rem 0 0;
    font-size: 0.98rem;
    line-height: 1.6;
    padding-top: 1.75rem;
    border-top: 1px solid var(--paint-main, #E3D5C4);
    max-width: 68ch;}
.contact-section .steady-view a{color: #8C5A3C;
    text-decoration: underline;
    text-underline-offset: 3px;}
.contact-section .steady-view a:hover{color: #74482E;}
@media (min-width: 760px) {.contact-section{
      padding: 5.5rem 2.5rem;
    }.contact-section .strong-intro{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2.75rem 3.5rem;
    }.contact-section .narrow-form:first-child{
      grid-column: 1 / -1;
    }
  }
.simple-brand{
    background: #FBF6F0;
    color: #2E201A;
    padding: 4rem 1.5rem;
  }
.simple-brand .steady-group{max-width: 780px;
    margin: 0 auto;}
.simple-brand h2{font-size: clamp(1.6rem, 3vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 1.25rem;}
.simple-brand .primary-area{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 2.75rem;}
.simple-brand .bar{list-style: none;
    margin: 0;
    padding: 0;}
.simple-brand .secondary-headline{padding: 0 0 1.9rem;
    margin: 0 0 1.9rem;
    border-bottom: 1px solid var(--paint-main, #e3d5c4);}
.simple-brand .secondary-headline:last-child{border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;}
.simple-brand .top-figure{display: block;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;}
.simple-brand h3{font-size: 1.2rem;
    line-height: 1.3;
    margin: 0 0 0.6rem;}
.simple-brand .secondary-headline p{font-size: 1rem;
    line-height: 1.65;
    margin: 0;}
.simple-brand .content-wrap{
    margin: 2.5rem 0 0;
    padding: 1.4rem 1.6rem;
    background: #F1E7DA;
    color: #3A2A22;
    border-radius: 14px;
    font-size: 1rem;
    line-height: 1.6;
  }
@media (max-width: 560px) {.simple-brand{
      padding: 3rem 1.15rem;
    }.simple-brand .secondary-headline{
      padding-bottom: 1.5rem;
      margin-bottom: 1.5rem;
    }
  }
.simple-brand{
  background: #2E201A;
  color: #FBF6F0;
}
.strong-area{
    background: #FBF6F0;
    color: #2E201A;
    padding: 72px 24px;
  }
.strong-area .steady-group{max-width: 820px;
    margin: 0 auto;}
.strong-area h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.25;
    margin: 0 0 20px;
    font-weight: 600;
    letter-spacing: -0.01em;}
.strong-area .primary-area{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 44px;}
.strong-area .steady-headline{display: flex;
    flex-direction: column;
    gap: 32px;}
.strong-area .featured-footer h3{font-size: 1.1rem;
    line-height: 1.35;
    margin: 0 0 10px;
    font-weight: 600;}
.strong-area .featured-footer p{font-size: 1rem;
    line-height: 1.65;
    margin: 0;}
.strong-area .steady-view{margin: 48px 0 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.strong-area .steady-view a{text-decoration: underline;
    text-underline-offset: 3px;}
.strong-area .steady-view a:hover{}
@media (max-width: 640px) {.strong-area{
      padding: 52px 20px;
    }.strong-area .steady-headline{
      gap: 26px;
    }
  }
.primary-team{
    --font-button: #E3D5C4;
    background: #FBF6F0;
    color: #2E201A;
    padding: 4.5rem 1.5rem 5rem;
  }
.primary-team .steady-group{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 3.5rem 4.5rem;
    align-items: start;}
.primary-team .local-story h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.25;
    margin: 0 0 1.2rem;
    font-weight: 600;}
.primary-team .local-story p{margin: 0 0 1rem;
    line-height: 1.65;
    font-size: 1rem;}
.primary-team .local-story p:last-child{margin-bottom: 0;}
.primary-team .site-body{display: flex;
    flex-direction: column;
    gap: 1.6rem;}
.primary-team .public-team{padding-bottom: 1.6rem;
    border-bottom: 1px solid var(--font-button);}
.primary-team .public-team:last-child{padding-bottom: 0;
    border-bottom: none;}
.primary-team .focused-form{display: block;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #3A2A22;
    margin-bottom: 0.4rem;}
.primary-team .public-team p{margin: 0;
    line-height: 1.6;
    font-size: 1.02rem;}
.primary-team .public-team a{color: #8C5A3C;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.primary-team .public-team a:hover{color: #74482E;}
@media (max-width: 760px) {.primary-team{
      padding: 3rem 1.25rem 3.5rem;
    }.primary-team .steady-group{
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }
  }
.primary-team{
  background: #FBF6F0;
  color: #2E201A;
}
.fresh-links{
    background: #FBF6F0;
    color: #2E201A;
    padding: 72px 24px 88px;
  }
.fresh-links .steady-group{max-width: 880px;
    margin: 0 auto;}
.fresh-links h2{font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.fresh-links .primary-area{font-size: 1.06rem;
    line-height: 1.65;
    margin: 0 0 44px;}
.fresh-links .bottom-group{display: flex;
    flex-direction: column;
    gap: 30px;}
.fresh-links .content-wrap h3{font-size: 1.12rem;
    line-height: 1.35;
    margin: 0 0 8px;
    font-weight: 600;}
.fresh-links .content-wrap p{margin: 0;
    line-height: 1.68;
    font-size: 1rem;}
.fresh-links .steady-view{margin: 48px 0 0;
    font-size: 1rem;
    line-height: 1.68;}
.fresh-links .steady-view a{text-decoration: underline;
    text-underline-offset: 3px;}
.fresh-links .steady-view a:hover{}
@media (min-width: 760px) {.fresh-links{
      padding: 96px 40px 112px;
    }.fresh-links .bottom-group{
      gap: 34px;
    }.fresh-links .content-wrap{
      display: grid;
      grid-template-columns: 220px 1fr;
      column-gap: 36px;
      align-items: start;
    }.fresh-links .content-wrap h3{
      margin: 0;
    }
  }
.open-unit{
    background: #FBF6F0;
    color: #2E201A;
    padding: 4.5rem 1.5rem 5rem;
  }
.open-unit .steady-group{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 3rem 4rem;
    align-items: start;}
.open-unit .primary-area h2{margin: 0 0 1.25rem;
    font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.2;
    font-weight: 600;}
.open-unit .primary-area p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;}
.open-unit .service-panel{padding-top: 0.4rem;}
.open-unit .go{
    display: inline-block;
    background: #8C5A3C;
    color: #FBF6F0;
    text-decoration: none;
    padding: 0.95rem 1.6rem;
    border-radius: 999px;
    font-size: 1rem;
    line-height: 1.2;
    transition: background 0.2s ease;
  }
.open-unit .go:hover{
    background: #74482E;color:var(--tone-extra-4);}
.open-unit .fresh-shell{margin: 1.5rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #3A2A22;}
.open-unit .fresh-shell a{color: #8C5A3C;
    text-decoration: underline;
    text-underline-offset: 3px;}
.open-unit .fresh-shell a:hover{color: #74482E;}
@media (max-width: 760px) {.open-unit{
      padding: 3rem 1.25rem 3.5rem;
    }.open-unit .steady-group{
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
.fresh-summary{
    background: #FBF6F0;
    color: #2E201A;
    padding: 72px 24px 84px;
  }
.fresh-summary .steady-group{max-width: 1080px;
    margin: 0 auto;}
.fresh-summary .local-story{margin-bottom: 40px;}
.fresh-summary .local-story h2{margin: 0 0 16px;
    font-size: clamp(1.5rem, 1.1rem + 1.4vw, 2.1rem);
    line-height: 1.2;
    font-weight: 600;}
.fresh-summary .local-story p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.fresh-summary .plain-note{list-style: none;
    margin: 0;
    padding: 0;}
.fresh-summary .featured-footer + .featured-footer{margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid #E3D5C4;}
.fresh-summary .compact-group{display: block;
    text-decoration: none;
    color: inherit;}
.fresh-summary .main-tile{display: block;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 8px;}
.fresh-summary .public-block{display: block;
    font-size: 0.98rem;
    line-height: 1.6;}
.fresh-summary .compact-group:hover .main-tile,
  .fresh-summary .compact-group:focus-visible .main-tile{}
.fresh-summary .compact-group:focus-visible{outline: 2px solid #8C5A3C;
    outline-offset: 4px;}
.fresh-summary .site-list{margin: 44px 0 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.fresh-summary .site-list a{text-decoration: underline;
    text-underline-offset: 3px;}
.fresh-summary .site-list a:hover{}
@media (max-width: 640px) {.fresh-summary{
      padding: 52px 20px 64px;
    }.fresh-summary .local-story{
      margin-bottom: 32px;
    }.fresh-summary .featured-footer + .featured-footer{
      margin-top: 22px;
      padding-top: 22px;
    }
  }
.fresh-summary{
  background: #2E201A;
  color: #FBF6F0;
}
.fresh-links{
    background: #FBF6F0;
    color: #2E201A;
    padding: 72px 24px 80px;
  }
.fresh-links .steady-group{max-width: 880px;
    margin: 0 auto;}
.fresh-links h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 20px;
    font-weight: 600;
    letter-spacing: -0.01em;}
.fresh-links .primary-area{font-size: 1.0625rem;
    line-height: 1.65;
    margin: 0 0 48px;}
.fresh-links .bottom-group{display: flex;
    flex-direction: column;
    gap: 36px;}
.fresh-links .content-wrap h3{font-size: 1.0625rem;
    line-height: 1.35;
    margin: 0 0 10px;
    font-weight: 600;}
.fresh-links .content-wrap p{font-size: 1rem;
    line-height: 1.7;
    margin: 0;}
@media (min-width: 760px) {.fresh-links{
      padding: 96px 40px 104px;
    }.fresh-links h2{
      font-size: 2rem;
    }.fresh-links .bottom-group{
      gap: 44px;
    }
  }
.fresh-links{
  background: #FBF6F0;
  color: #2E201A;
}
.top-visual{
    background: #FBF6F0;
    color: #2E201A;
    padding: 4.5rem 1.5rem;
  }
.top-visual .steady-group{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 3rem 4rem;
    align-items: start;}
.top-visual .local-story h2{font-size: 1.85rem;
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 600;}
.top-visual .local-story p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.top-visual .steady-headline{display: flex;
    flex-direction: column;
    gap: 2.25rem;}
.top-visual .featured-footer h3{font-size: 1.15rem;
    margin: 0 0 0.35rem;
    font-weight: 600;}
.top-visual .featured-footer .media-menu{margin: 0 0 0.7rem;
    font-size: 0.9rem;
    letter-spacing: 0.01em;}
.top-visual .featured-footer p:last-child{margin: 0;
    line-height: 1.65;
    font-size: 1rem;}
@media (max-width: 820px) {.top-visual{
      padding: 3.25rem 1.25rem;
    }.top-visual .steady-group{
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }.top-visual .local-story h2{
      font-size: 1.55rem;
    }
  }
.top-visual{
  background: #2E201A;
  color: #FBF6F0;
}
.strong-area{
    background: #FBF6F0;
    color: #2E201A;
    padding: 72px 24px 88px;
  }
.strong-area .steady-group{max-width: 780px;
    margin: 0 auto;}
.strong-area .primary-area{margin-bottom: 48px;}
.strong-area .primary-area h2{margin: 0 0 18px;
    font-size: 1.85rem;
    line-height: 1.25;
    font-weight: 600;}
.strong-area .primary-area p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.strong-area .steady-headline{display: flex;
    flex-direction: column;
    gap: 34px;}
.strong-area .featured-footer h3{margin: 0 0 10px;
    font-size: 1.15rem;
    line-height: 1.4;
    font-weight: 600;}
.strong-area .featured-footer p{margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
.strong-area .fresh-shell{margin: 56px 0 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.strong-area .fresh-shell a{color: #8C5A3C;
    text-decoration: underline;
    text-underline-offset: 3px;}
.strong-area .fresh-shell a:hover{color: #74482E;}
@media (max-width: 640px) {.strong-area{
      padding: 52px 20px 64px;
    }.strong-area .primary-area h2{
      font-size: 1.5rem;
    }.strong-area .primary-area{
      margin-bottom: 36px;
    }.strong-area .steady-headline{
      gap: 28px;
    }
  }
.strong-area{
  background: #FBF6F0;
  color: #2E201A;
}
.fresh-links{
    --line-strong: #FBF6F0;
    --line-primary: #2E201A;
    --ink-base: #F1E7DA;
    --surface-accent: #3A2A22;
    background: var(--line-strong);
    color: var(--line-primary);
    padding: 64px 24px;
  }
.fresh-links .steady-group{max-width: 880px;
    margin: 0 auto;}
.fresh-links h2{font-size: 1.75rem;
    line-height: 1.2;
    margin: 0 0 18px;
    letter-spacing: -0.01em;}
.fresh-links .primary-area{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 40px;}
.fresh-links .bottom-group{display: flex;
    flex-direction: column;
    gap: 28px;}
.fresh-links .content-wrap{
    background: var(--ink-base);
    color: var(--surface-accent);
    border-radius: 14px;
    padding: 22px 24px;
  }
.fresh-links .content-wrap h3{font-size: 1.1rem;
    line-height: 1.3;
    margin: 0 0 10px;}
.fresh-links .content-wrap p{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0;}
@media (max-width: 640px) {.fresh-links{
      padding: 44px 18px;
    }.fresh-links h2{
      font-size: 1.45rem;
    }.fresh-links .primary-area{
      font-size: 1rem;
      margin-bottom: 30px;
    }.fresh-links .content-wrap{
      padding: 18px 18px;
    }
  }
.question{
    background: #FBF6F0;
    color: #2E201A;
    padding: 72px 24px;
  }
.question .steady-group{max-width: 1080px;
    margin: 0 auto;}
.question .local-story{margin-bottom: 48px;}
.question h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 600;}
.question .primary-area{font-size: 1.08rem;
    line-height: 1.6;
    margin: 0 0 16px;}
.question .local-story p{line-height: 1.65;
    margin: 0;}
.question .strong-unit{display: flex;
    flex-direction: column;
    gap: 40px;}
.question .contact-region{
    background: var(--paint-secondary);
    color: var(--tone-extra-4);
    border: 1px solid var(--paint-main);
    border-radius: 14px;
    padding: 28px 30px;
  }
.question .contact-region h3{font-size: 1.25rem;
    margin: 0 0 14px;
    font-weight: 600;}
.question .contact-region p{line-height: 1.65;
    margin: 0 0 12px;}
.question .contact-region p:last-of-type{margin-bottom: 18px;}
.question .fresh-shell{display: inline-block;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;}
.question .fresh-shell:hover{}
@media (max-width: 640px) {.question{
      padding: 48px 18px;
    }.question h2{
      font-size: 1.55rem;
    }.question .contact-region{
      padding: 22px 20px;
    }
  }
.question{
  background: #2E201A;
  color: #FBF6F0;
}
.strong-area{
    background: #FBF6F0;
    color: #2E201A;
    padding: 4.5rem 1.5rem;
  }
.strong-area .steady-group{max-width: 880px;
    margin: 0 auto;}
.strong-area h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 0.9rem;
    letter-spacing: -0.01em;}
.strong-area .primary-area{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 2.6rem;}
.strong-area .steady-headline{display: flex;
    flex-direction: column;
    gap: 2rem;}
.strong-area .featured-footer h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0 0 0.55rem;
    font-weight: 600;}
.strong-area .featured-footer p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.strong-area .content-wrap{margin: 3rem 0 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.strong-area .content-wrap a{text-decoration: underline;
    text-underline-offset: 3px;}
.strong-area .content-wrap a:hover{}
@media (max-width: 640px) {.strong-area{
      padding: 3rem 1.15rem;
    }.strong-area h2{
      font-size: 1.55rem;
    }.strong-area .steady-headline{
      gap: 1.6rem;
    }
  }
.primary-team{
    background: #FBF6F0;
    color: #2E201A;
    padding: 4.5rem 1.5rem 5rem;
  }
.primary-team .steady-group{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    column-gap: 4rem;
    row-gap: 2.5rem;
    align-items: start;}
.primary-team h2{grid-column: 1 / -1;
    margin: 0;
    font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.01em;}
.primary-team .primary-area{grid-column: 1 / -1;
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.primary-team .offer-summary{display: flex;
    flex-direction: column;
    gap: 1.75rem;
    padding-top: 0.5rem;}
.primary-team .contact-media .focused-form{margin: 0 0 0.35rem;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;}
.primary-team .contact-media .offer-shell{margin: 0;
    font-size: 1.05rem;
    line-height: 1.55;}
.primary-team .contact-media a{text-decoration: none;
    border-bottom: 1px solid #E8C9A8;
    padding-bottom: 1px;}
.primary-team .contact-media a:hover{border-bottom-color: #74482E;}
.primary-team .quiet-note{
    background: #F1E7DA;
    color: #3A2A22;
    border-radius: 14px;
    padding: 1.75rem 1.9rem 1.9rem;
  }
.primary-team .quiet-note h3{margin: 0 0 0.85rem;
    font-size: 1.15rem;
    font-weight: 600;}
.primary-team .quiet-note p{margin: 0 0 0.9rem;
    font-size: 0.98rem;
    line-height: 1.65;}
.primary-team .quiet-note p:last-child{margin-bottom: 0;}
.primary-team .quiet-note a{text-decoration: none;
    border-bottom: 1px solid #E8C9A8;
    padding-bottom: 1px;}
.primary-team .quiet-note a:hover{border-bottom-color: #74482E;}
@media (max-width: 780px) {.primary-team{
      padding: 3.25rem 1.25rem 3.75rem;
    }.primary-team .steady-group{
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 2rem;
    }.primary-team .quiet-note{
      padding: 1.5rem 1.4rem 1.6rem;
    }
  }
.primary-team{
  background: #2E201A;
  color: #FBF6F0;
}
.strong-area{
    background: #FBF6F0;
    color: #2E201A;
    padding: 4.5rem 1.5rem 5rem;
  }
.strong-area .steady-group{max-width: 1080px;
    margin: 0 auto;}
.strong-area h2{font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.strong-area .primary-area{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 3rem;
    max-width: none;}
.strong-area .steady-headline{display: flex;
    flex-direction: column;
    gap: 2.25rem;}
.strong-area .featured-footer h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0 0 0.6rem;
    font-weight: 600;}
.strong-area .featured-footer p{margin: 0;
    line-height: 1.7;
    font-size: 1rem;}
.strong-area .fresh-shell{margin: 3.5rem 0 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.strong-area .fresh-shell a{color: #8C5A3C;
    text-decoration: underline;
    text-underline-offset: 3px;}
.strong-area .fresh-shell a:hover{color: #74482E;}
@media (min-width: 780px) {.strong-area{
      padding: 5.5rem 2.5rem 6rem;
    }.strong-area .steady-headline{
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 3.5rem;
      row-gap: 2.75rem;
    }.strong-area .featured-footer:last-child{
      grid-column: 1 / -1;
    }
  }
.fresh-links{
    background: #FBF6F0;
    color: #2E201A;
    padding: 72px 24px;
  }
.fresh-links .steady-group{max-width: 1080px;
    margin: 0 auto;}
.fresh-links h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 600;
    letter-spacing: -0.01em;}
.fresh-links .primary-area{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 48px;}
.fresh-links .bottom-group{display: flex;
    flex-direction: column;
    gap: 32px;}
.fresh-links .content-wrap{display: grid;
    grid-template-columns: minmax(200px, 260px) 1fr;
    gap: 32px;
    align-items: start;}
.fresh-links .content-wrap .focused-form{font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;}
.fresh-links .content-wrap .featured-lead{font-size: 1rem;
    line-height: 1.7;
    margin: 0;}
@media (max-width: 720px) {.fresh-links{
      padding: 48px 20px;
    }.fresh-links .primary-area{
      margin-bottom: 36px;
    }.fresh-links .content-wrap{
      grid-template-columns: 1fr;
      gap: 8px;
    }.fresh-links .bottom-group{
      gap: 28px;
    }
  }
.narrow-group{
    --mark-base: #E3D5C4;
    background: #FBF6F0;
    color: #2E201A;
    padding: 4.5rem 1.5rem 5rem;
  }
.narrow-group .steady-group{max-width: 760px;
    margin: 0 auto;}
.narrow-group .featured-footer{display: block;}
.narrow-group .primary-area h2{margin: 0 0 0.6rem;
    font-size: clamp(1.7rem, 3.4vw, 2.4rem);
    line-height: 1.2;
    letter-spacing: -0.01em;}
.narrow-group .clear-list{margin: 0 0 0.9rem;
    font-size: 1.08rem;
    line-height: 1.5;}
.narrow-group .media-menu{margin: 0;
    font-size: 0.86rem;
    letter-spacing: 0.02em;}
.narrow-group .site-group{margin: 2.2rem 0 2.4rem;}
.narrow-group .site-group img{display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;}
.narrow-group .soft-footer p{margin: 0 0 1.15rem;
    font-size: 1.04rem;
    line-height: 1.72;}
.narrow-group .soft-footer p:last-child{margin-bottom: 0;}
.narrow-group .fresh-shell{margin-top: 2.6rem;
    padding-top: 1.4rem;
    border-top: 1px solid var(--mark-base);}
.narrow-group .fresh-shell p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.narrow-group .fresh-shell a{text-decoration: underline;
    text-underline-offset: 3px;}
.narrow-group .fresh-shell a:hover{}
@media (max-width: 560px) {.narrow-group{
      padding: 3rem 1.1rem 3.4rem;
    }.narrow-group .site-group{
      margin: 1.6rem 0 1.8rem;
    }.narrow-group .soft-footer p{
      font-size: 1rem;
      line-height: 1.68;
    }
  }
.narrow-group{
  background: #2E201A;
  color: #FBF6F0;
}
.fresh-links{
    --tone-accent: #2E201A;
    --ink-base: #F1E7DA;
    --font-meta: #E3D5C4;
    background: #FBF6F0;
    color: #2E201A;
    padding: 72px 24px;
  }
.fresh-links .steady-group{max-width: 720px;
    margin: 0 auto;}
.fresh-links h2{font-size: 1.55rem;
    line-height: 1.25;
    margin: 0 0 28px;
    letter-spacing: -0.01em;}
.fresh-links p{font-size: 1.02rem;
    line-height: 1.7;
    margin: 0 0 20px;}
.fresh-links .bottom-group{list-style: none;
    margin: 36px 0 0;
    padding: 0;
    border-top: 1px solid var(--font-meta);}
.fresh-links .bottom-group li{padding: 18px 0;
    border-bottom: 1px solid var(--font-meta);
    font-size: 0.98rem;
    line-height: 1.6;}
.fresh-links .bottom-group .focused-form{display: block;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8C5A3C;
    margin-bottom: 4px;}
@media (max-width: 560px) {.fresh-links{
      padding: 52px 18px;
    }.fresh-links h2{
      font-size: 1.3rem;
    }
  }
.content-brand{
    background: #FBF6F0;
    color: #2E201A;
    padding: 72px 24px;
  }
.content-brand .steady-group{max-width: 720px;
    margin: 0 auto;}
.content-brand h2{font-size: 1.7rem;
    line-height: 1.25;
    margin: 0 0 20px;
    font-weight: 600;}
.content-brand .primary-area{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0 0 18px;}
.content-brand p{font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 18px;}
.content-brand .steady-flow{
    margin-top: 32px;
    background: #F1E7DA;
    color: #3A2A22;
    padding: 22px 24px;
    border-radius: 14px;
  }
.content-brand .narrow-fields{font-size: 0.92rem;
    letter-spacing: 0.02em;
    margin: 0 0 12px;}
.content-brand .steady-flow ul{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;}
.content-brand .steady-flow li{font-size: 0.98rem;
    line-height: 1.5;}
.content-brand .steady-flow a{text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.content-brand .steady-flow a:hover{border-bottom-color: #8C5A3C;}
@media (max-width: 560px) {.content-brand{
      padding: 52px 18px;
    }.content-brand h2{
      font-size: 1.4rem;
    }.content-brand .steady-flow{
      padding: 18px 18px;
    }
  }
.content-brand{
  background: #2E201A;
  color: #FBF6F0;
}
.compact-figure{
  background: #FBF6F0;
  color: #2E201A;
  padding: 72px 24px;
}
.compact-figure .steady-group{max-width: 940px;
  margin: 0 auto;}
.compact-figure h2{font-size: 1.9rem;
  line-height: 1.25;
  margin: 0 0 20px;
  font-weight: 600;}
.compact-figure .primary-area{font-size: 1.08rem;
  line-height: 1.65;
  margin: 0 0 48px;}
.compact-figure .text-rail{display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 56px;}
.compact-figure .top-flow{margin: 0;}
.compact-figure .top-flow h3{font-size: 1.15rem;
  margin: 0 0 6px;
  font-weight: 600;}
.compact-figure .public-method{font-size: 0.92rem;
  margin: 0 0 14px;
  color: #3A2A22;
  letter-spacing: 0.01em;}
.compact-figure .top-flow p:last-child{margin: 0;
  line-height: 1.65;}
.compact-figure .content-wrap{margin: 56px 0 0;
  line-height: 1.65;}
.compact-figure .content-wrap a{color: #8C5A3C;
  text-decoration: underline;
  text-underline-offset: 3px;}
.compact-figure .content-wrap a:hover{color: #74482E;}
@media (max-width: 720px) {.compact-figure{
    padding: 52px 20px;
  }.compact-figure h2{
    font-size: 1.55rem;
  }.compact-figure .text-rail{
    grid-template-columns: 1fr;
    gap: 32px;
  }.compact-figure .primary-area{
    margin-bottom: 36px;
  }.compact-figure .content-wrap{
    margin-top: 40px;
  }
}
.compact-figure{
  background: #FBF6F0;
  color: #2E201A;
}
.narrow-group{
    background: #FBF6F0;
    color: #2E201A;
    padding: 4.5rem 1.5rem 5rem;
  }
.narrow-group .steady-group{max-width: 780px;
    margin: 0 auto;}
.narrow-group .site-group{margin: 0 0 2.25rem;
    border-radius: 14px;
    overflow: hidden;}
.narrow-group .site-group img{display: block;
    width: 100%;
    height: auto;}
.narrow-group .featured-feature h2{font-size: clamp(1.7rem, 3.4vw, 2.35rem);
    line-height: 1.2;
    margin: 0 0 0.75rem;
    letter-spacing: -0.01em;}
.narrow-group .media-menu{font-size: 0.92rem;
    margin: 0 0 2rem;}
.narrow-group .soft-footer p{font-size: 1.05rem;
    line-height: 1.75;
    margin: 0 0 1.35rem;}
.narrow-group .soft-footer p:last-child{margin-bottom: 2.25rem;}
.narrow-group .fresh-shell{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;}
.narrow-group .fresh-shell a{text-decoration: underline;
    text-underline-offset: 3px;}
.narrow-group .fresh-shell a:hover{}
.fresh-links{
    background: #FBF6F0;
    color: #2E201A;
    padding: 4.5rem 1.5rem;
  }
.fresh-links .steady-group{max-width: 1080px;
    margin: 0 auto;}
.fresh-links h2{font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 1.1rem;
    letter-spacing: -0.01em;}
.fresh-links .primary-area{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 2.6rem;}
.fresh-links .bottom-group{display: flex;
    flex-direction: column;
    gap: 2rem;}
.fresh-links .content-wrap{padding-left: 1.5rem;
    border-left: 1px solid var(--paint-main, #E3D5C4);}
.fresh-links .content-wrap h3{font-size: 1.05rem;
    line-height: 1.35;
    margin: 0 0 0.55rem;
    font-weight: 600;}
.fresh-links .content-wrap p{font-size: 0.98rem;
    line-height: 1.7;
    margin: 0;}
@media (min-width: 860px) {.fresh-links{
      padding: 5.5rem 2rem;
    }.fresh-links .bottom-group{
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 3rem;
      row-gap: 2.4rem;
    }.fresh-links .content-wrap:nth-child(2){
      margin-top: 1.4rem;
    }.fresh-links .content-wrap:nth-child(4){
      margin-top: 1.4rem;
    }
  }
@media (max-width: 520px) {.fresh-links .content-wrap{
      padding-left: 1.1rem;
    }
  }
.content-brand{
    background: #FBF6F0;
    color: #2E201A;
    padding: 64px 24px;
  }
.content-brand .steady-group{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 48px 56px;
    align-items: start;}
.content-brand .primary-area h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 18px;
    font-weight: 600;}
.content-brand .primary-area p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.content-brand .content-wrap p{margin: 0 0 16px;
    font-size: 1rem;
    line-height: 1.7;}
.content-brand .content-wrap p:last-child{margin-bottom: 0;}
.content-brand .service-story{grid-column: 1 / -1;
    font-style: normal;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 28px;
    padding-top: 24px;
    border-top: 1px solid var(--paint-main, #E3D5C4);
    font-size: 0.98rem;
    line-height: 1.5;}
.content-brand .service-story a{text-decoration: none;}
.content-brand .service-story a:hover{text-decoration: underline;}
@media (max-width: 760px) {.content-brand{
      padding: 48px 20px;
    }.content-brand .steady-group{
      grid-template-columns: 1fr;
      gap: 32px;
    }.content-brand .primary-area h2{
      font-size: 1.55rem;
    }
  }
.compact-figure{
    background: #FBF6F0;
    color: #2E201A;
    padding: 4.5rem 1.25rem;
  }
.compact-figure .steady-group{max-width: 1080px;
    margin: 0 auto;}
.compact-figure .local-story{margin-bottom: 3rem;}
.compact-figure .local-story h2{font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 600;
    letter-spacing: -0.01em;}
.compact-figure .local-story p{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;
    color: #3A2A22;}
.compact-figure .compact-items{display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 3.5rem;
    row-gap: 2.75rem;}
.compact-figure .featured-footer h3{font-size: 1.15rem;
    margin: 0 0 0.35rem;
    font-weight: 600;}
.compact-figure .featured-footer .top-flow{font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0 0 0.85rem;
    color: #8C5A3C;}
.compact-figure .featured-footer p:last-child{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0;
    color: #3A2A22;}
@media (max-width: 720px) {.compact-figure{
      padding: 3rem 1.1rem;
    }.compact-figure .compact-items{
      grid-template-columns: 1fr;
      row-gap: 2.25rem;
    }
  }
.narrow-group{
    background: #FBF6F0;
    color: #2E201A;
    padding: 4rem 1.5rem;
  }
.narrow-group .steady-group{max-width: 760px;
    margin: 0 auto;}
.narrow-group .flow{margin-bottom: 2rem;}
.narrow-group h2{font-size: clamp(1.6rem, 3.4vw, 2.3rem);
    line-height: 1.2;
    margin: 0 0 0.85rem;
    letter-spacing: -0.01em;}
.narrow-group .contact-group{font-size: 1.05rem;
    line-height: 1.5;
    margin: 0 0 1.1rem;}
.narrow-group .visual-content{font-size: 0.88rem;
    margin: 0;}
.narrow-group .clear-content{margin: 0 0 2.25rem;}
.narrow-group .clear-content img{display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;}
.narrow-group .strong-lead p{font-size: 1.05rem;
    line-height: 1.75;
    margin: 0 0 1.35rem;}
.narrow-group .strong-lead p:last-child{margin-bottom: 0;}
.narrow-group .primary-stack{margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--paint-main, #E3D5C4);}
.narrow-group .quiet-fields{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;}
.narrow-group .quiet-fields a{text-decoration: underline;
    text-underline-offset: 3px;}
.narrow-group .quiet-fields a:hover{}
@media (max-width: 600px) {.narrow-group{
      padding: 2.75rem 1.15rem;
    }.narrow-group .clear-content img{
      border-radius: 10px;
    }
  }
.fresh-links{
    background: #FBF6F0;
    color: #2E201A;
    padding: 72px 24px;
  }
.fresh-links .steady-group{max-width: 720px;
    margin: 0 auto;}
.fresh-links h2{font-size: 1.7rem;
    line-height: 1.25;
    margin: 0 0 28px;
    font-weight: 600;}
.fresh-links p{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 20px;}
.fresh-links p:last-child{margin-bottom: 0;}
.fresh-links .quiet-story{color: #3A2A22;
    font-size: 0.98rem;}
@media (max-width: 640px) {.fresh-links{
      padding: 48px 18px;
    }.fresh-links h2{
      font-size: 1.4rem;
      margin-bottom: 22px;
    }.fresh-links p{
      font-size: 1rem;
    }
  }
.content-brand{
    background: #FBF6F0;
    color: #2E201A;
    padding: 72px 24px;
  }
.content-brand .steady-group{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;}
.content-brand .local-story h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 20px;
    font-weight: 600;}
.content-brand .local-story p{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 16px;}
.content-brand .local-story .steady-view{margin-bottom: 0;
    font-style: italic;}
.content-brand .service-story{
    background: #F1E7DA;
    color: #3A2A22;
    padding: 28px 26px;
    border-radius: 14px;
  }
.content-brand .service-story .focused-form{font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 14px;}
.content-brand .service-story p{margin: 0 0 10px;
    font-size: 1rem;
    line-height: 1.5;}
.content-brand .service-story p:last-child{margin-bottom: 0;}
.content-brand .service-story a{text-decoration: none;
    border-bottom: 1px solid transparent;}
.content-brand .service-story a:hover{border-bottom-color: #8C5A3C;}
.content-brand .service-story .steady-inner{font-size: 0.92rem;
    line-height: 1.55;
    margin-top: 16px;}
@media (max-width: 760px) {.content-brand{
      padding: 48px 20px;
    }.content-brand .steady-group{
      grid-template-columns: 1fr;
      gap: 32px;
    }.content-brand .local-story h2{
      font-size: 1.5rem;
    }
  }
.compact-figure{
    background: #FBF6F0;
    color: #2E201A;
    padding: 4.5rem 1.5rem;
  }
.compact-figure .steady-group{max-width: 1080px;
    margin: 0 auto;}
.compact-figure .local-story{margin-bottom: 3rem;}
.compact-figure .local-story h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 1rem;}
.compact-figure .local-story p{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.compact-figure .compact-items{display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem 2rem;
    margin-bottom: 3rem;}
.compact-figure .visual-unit h3{font-size: 1.15rem;
    margin: 0 0 0.35rem;}
.compact-figure .top-flow{
    background: #E8C9A8;
    color: #3A2A22;
    display: inline-block;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    margin: 0 0 0.9rem;
  }
.compact-figure .visual-unit p:last-child{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;}
.compact-figure .steady-view{font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 0.6rem;}
.compact-figure .service-story{font-size: 0.95rem;
    margin: 0;}
.compact-figure .service-story a{color: #8C5A3C;
    text-decoration: none;}
.compact-figure .service-story a:hover{text-decoration: underline;}
@media (max-width: 820px) {.compact-figure .compact-items{
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
.primary-team{
    background: #FBF6F0;
    color: #2E201A;
    padding: 72px 24px 88px;
  }
.primary-team .steady-group{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    column-gap: 64px;
    row-gap: 40px;}
.primary-team .local-story{grid-column: 1 / -1;
    max-width: none;}
.primary-team .local-story h2{font-size: 30px;
    line-height: 1.25;
    margin: 0 0 20px;
    font-weight: 600;
    letter-spacing: -0.01em;}
.primary-team .local-story p{margin: 0 0 16px;
    font-size: 17px;
    line-height: 1.65;}
.primary-team .local-story p:last-child{margin-bottom: 0;}
.primary-team .focused-media{display: flex;
    flex-direction: column;
    gap: 26px;}
.primary-team .featured-footer h3{font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    margin: 0 0 6px;
    color: #3A2A22;}
.primary-team .featured-footer p{margin: 0;
    font-size: 16px;
    line-height: 1.6;}
.primary-team .featured-footer a{color: #8C5A3C;
    text-decoration: none;
    border-bottom: 1px solid #E8C9A8;
    padding-bottom: 1px;}
.primary-team .featured-footer a:hover{color: #74482E;}
.primary-team .content-wrap{
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    background: #F1E7DA;
    color: #3A2A22;
    padding: 24px 26px;
    border-radius: 14px;
  }
@media (max-width: 780px) {.primary-team{
      padding: 56px 20px 68px;
    }.primary-team .steady-group{
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 32px;
    }.primary-team .local-story h2{
      font-size: 24px;
    }.primary-team .local-story p,
    .primary-team .featured-footer p,
    .primary-team .content-wrap{
      font-size: 15.5px;
    }
  }
.secondary-details{
    background: #FBF6F0;
    color: #2E201A;
    padding: 72px 24px;
  }
.secondary-details .steady-group{max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;}
.secondary-details .local-story h2{font-size: 1.75rem;
    margin: 0 0 16px;
    line-height: 1.25;}
.secondary-details .local-story p{margin: 0 0 14px;
    line-height: 1.65;}
.secondary-details .local-story p:last-child{margin-bottom: 0;}
.secondary-details .local-story a{text-decoration: underline;
    text-underline-offset: 3px;}
.secondary-details .primary-grid{
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: var(--paint-secondary, #FFFFFF);
    color: var(--tone-extra-4, #2E201A);
    border: 1px solid var(--paint-main, #E3D5C4);
    border-radius: 14px;
    padding: 28px 24px;
  }
.secondary-details .team-entries{display: flex;
    flex-direction: column;
    gap: 6px;}
.secondary-details .team-entries label{font-size: 0.92rem;
    line-height: 1.4;}
.secondary-details .team-entries input,
  .secondary-details .team-entries select,
  .secondary-details .team-entries textarea{
    font: inherit;
    padding: 10px 12px;
    border: 1px solid var(--paint-main, #E3D5C4);
    border-radius: 8px;
    background: #FBF6F0;
    color: #2E201A;
    width: 100%;
    box-sizing: border-box;
  }
.secondary-details .team-entries textarea{resize: vertical;
    min-height: 120px;}
.secondary-details .team-entries input:focus,
  .secondary-details .team-entries select:focus,
  .secondary-details .team-entries textarea:focus{outline: 2px solid #8C5A3C;
    outline-offset: 1px;}
.secondary-details button{
    align-self: flex-start;
    font: inherit;
    padding: 12px 22px;
    border: none;
    border-radius: 8px;
    background: #8C5A3C;
    color: #FBF6F0;
    cursor: pointer;
  }
.secondary-details button:hover{
    background: #74482E;color:var(--tone-extra-4);}
@media (max-width: 560px) {.secondary-details{
      padding: 48px 18px;
    }.secondary-details .primary-grid{
      padding: 22px 18px;
    }.secondary-details button{
      align-self: stretch;
      text-align: center;
    }
  }
.secondary-details{
  background: #2E201A;
  color: #FBF6F0;
}
.plain-benefit{
    background: #FBF6F0;
    color: #2E201A;
    padding: 4.5rem 1.5rem 5rem;
  }
.plain-benefit .steady-group{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 2.75rem;}
.plain-benefit .local-story h2{margin: 0 0 0.9rem;
    font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.2;
    letter-spacing: -0.01em;}
.plain-benefit .local-story p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.plain-benefit .welcome{display: grid;
    gap: 2.25rem 3rem;
    grid-template-columns: 1.1fr 1fr 1fr;}
.plain-benefit .offer-section h3{margin: 0 0 0.7rem;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    color: #8C5A3C;}
.plain-benefit .offer-section p{margin: 0 0 0.6rem;
    line-height: 1.6;
    font-size: 0.98rem;}
.plain-benefit .offer-shell{font-size: 1.02rem;}
.plain-benefit .content-wrap{font-size: 0.88rem;
    line-height: 1.55;
    color: #3A2A22;
    opacity: 0.85;}
.plain-benefit .offer-block{margin: 0 0 0.9rem;
    display: grid;
    gap: 0.55rem;}
.plain-benefit .featured-intro{display: grid;
    grid-template-columns: 5.5rem 1fr;
    gap: 0.75rem;
    align-items: baseline;}
.plain-benefit .featured-intro dt{font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #3A2A22;
    opacity: 0.8;}
.plain-benefit .featured-intro dd{margin: 0;
    font-size: 0.98rem;
    line-height: 1.5;}
.plain-benefit a{color: #8C5A3C;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.plain-benefit a:hover{color: #74482E;}
@media (max-width: 860px) {.plain-benefit .welcome{
      grid-template-columns: 1fr 1fr;
    }
  }
@media (max-width: 560px) {.plain-benefit{
      padding: 3rem 1.25rem 3.5rem;
    }.plain-benefit .welcome{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.plain-benefit .featured-intro{
      grid-template-columns: 1fr;
      gap: 0.15rem;
    }
  }
.plain-benefit{
  background: #FBF6F0;
  color: #2E201A;
}
.primary-team{
  background: #FBF6F0;
  color: #2E201A;
  padding: 4.5rem 1.5rem 5rem;
}
.primary-team .steady-group{max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 3rem 4rem;}
.primary-team .local-story{grid-column: 1 / -1;}
.primary-team h2{font-size: 1.9rem;
  line-height: 1.2;
  margin: 0 0 1.2rem;}
.primary-team h3{font-size: 1.05rem;
  margin: 0 0 0.5rem;}
.primary-team p{margin: 0 0 1rem;
  line-height: 1.65;}
.primary-team .offer-summary{display: flex;
  flex-direction: column;
  gap: 1.6rem;}
.primary-team .contact-media{
  background: var(--paint-secondary);
  color: var(--tone-extra-4);
  border: 1px solid var(--paint-main);
  border-radius: 14px;
  padding: 1.4rem 1.5rem;
}
.primary-team .contact-media p{margin: 0 0 0.4rem;}
.primary-team .contact-media .content-wrap{margin: 0;
  font-size: 0.9rem;}
.primary-team a{text-decoration: none;
  border-bottom: 1px solid #8C5A3C;}
.primary-team a:hover{border-bottom-color: #74482E;}
.primary-team .quiet-note{
  background: #F1E7DA;
  color: #3A2A22;
  border-radius: 14px;
  padding: 1.6rem 1.7rem;
  align-self: start;
}
.primary-team .quiet-note p{margin: 0;}
@media (max-width: 760px) {.primary-team{
    padding: 3rem 1.1rem 3.5rem;
  }.primary-team .steady-group{
    grid-template-columns: 1fr;
    gap: 2rem;
  }.primary-team h2{
    font-size: 1.55rem;
  }
}
.media-benefit{
    background: #FBF6F0;
    color: #2E201A;
    padding: 72px 24px 88px;
  }
.media-benefit .steady-group{max-width: 880px;
    margin: 0 auto;}
.media-benefit .local-story{margin-bottom: 48px;}
.media-benefit h2{font-size: clamp(1.75rem, 1.2rem + 1.6vw, 2.4rem);
    line-height: 1.2;
    margin: 0 0 18px;
    letter-spacing: -0.01em;}
.media-benefit .primary-area{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0;}
.media-benefit .offer-block{display: flex;
    flex-direction: column;
    gap: 34px;}
.media-benefit .featured-footer h3{font-size: 1.15rem;
    margin: 0 0 10px;
    letter-spacing: -0.005em;}
.media-benefit .featured-footer p{margin: 0 0 12px;
    line-height: 1.7;
    font-size: 1rem;}
.media-benefit .featured-footer p:last-child{margin-bottom: 0;}
.media-benefit .featured-footer .media-menu{
    font-size: 0.94rem;
    background: #F1E7DA;
    color: #3A2A22;
    padding: 12px 16px;
    border-radius: 10px;
  }
.media-benefit a{color: #8C5A3C;
    text-decoration: underline;
    text-underline-offset: 3px;}
.media-benefit a:hover{color: #74482E;}
.media-benefit .steady-view{margin-top: 56px;
    padding-top: 28px;}
.media-benefit .steady-view p{margin: 0;
    line-height: 1.7;
    font-size: 0.98rem;}
@media (max-width: 640px) {.media-benefit{
      padding: 52px 18px 64px;
    }.media-benefit .local-story{
      margin-bottom: 36px;
    }.media-benefit .offer-block{
      gap: 28px;
    }
  }
.media-benefit{
  background: #FBF6F0;
  color: #2E201A;
}
.compact-panel{
    background: #FBF6F0;
    color: #2E201A;
    padding: 4.5rem 1.5rem 5rem;
  }
.compact-panel .steady-group{max-width: 760px;
    margin: 0 auto;}
.compact-panel h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.25;
    margin: 0 0 1.25rem;
    letter-spacing: -0.01em;}
.compact-panel h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 2.25rem 0 0.6rem;
    font-weight: 600;}
.compact-panel p{font-size: 1.02rem;
    line-height: 1.7;
    margin: 0 0 0.9rem;}
.compact-panel .primary-area{font-size: 1.08rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #3A2A22;}
.compact-panel a{color: #8C5A3C;
    text-decoration: underline;
    text-underline-offset: 3px;}
.compact-panel a:hover{color: #74482E;}
@media (max-width: 640px) {.compact-panel{
      padding: 3rem 1.15rem 3.5rem;
    }.compact-panel h3{
      margin-top: 1.8rem;
    }
  }
.compact-panel{
  background: #FBF6F0;
  color: #2E201A;
}
.open-unit{
    background: #FBF6F0;
    color: #2E201A;
    padding: 64px 24px 72px;
  }
.open-unit .steady-group{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    gap: 40px 56px;
    align-items: start;}
.open-unit .featured-feature h2{margin: 0;
    font-size: clamp(1.6rem, 2.4vw, 2.15rem);
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.01em;}
.open-unit .fresh-track{display: flex;
    flex-direction: column;
    gap: 18px;}
.open-unit .primary-area{margin: 0;
    font-size: 1.08rem;
    line-height: 1.65;}
.open-unit .content-wrap,
  .open-unit .steady-view{margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    color: #3A2A22;}
.open-unit .fresh-track a{color: #8C5A3C;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;}
.open-unit .fresh-track a:hover{color: #74482E;}
.open-unit .service-panel{grid-column: 2;
    margin-top: 4px;}
.open-unit .go{
    display: inline-block;
    padding: 14px 28px;
    background: #8C5A3C;
    color: #FBF6F0;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.98rem;
    letter-spacing: 0.01em;
    transition: background 0.2s ease;
  }
.open-unit .go:hover{
    background: #74482E;color:var(--tone-extra-4);}
@media (max-width: 760px) {.open-unit{
      padding: 48px 20px 56px;
    }.open-unit .steady-group{
      grid-template-columns: 1fr;
      gap: 24px;
    }.open-unit .service-panel{
      grid-column: 1;
    }
  }
.contact-quote{
    background: #FBF6F0;
    color: #2E201A;
    padding: 4.5rem 1.5rem 5rem;
  }
.contact-quote .steady-group{max-width: 720px;
    margin: 0 auto;}
.contact-quote h2{font-size: 1.9rem;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin: 0 0 1.4rem;}
.contact-quote .primary-area{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0 0 1.2rem;}
.contact-quote .content-wrap{font-size: 1rem;
    line-height: 1.65;
    margin: 0 0 1.6rem;}
.contact-quote .fresh-shell{font-size: 1rem;
    line-height: 1.65;
    margin: 0;}
.contact-quote .fresh-shell a{text-decoration: underline;
    text-underline-offset: 3px;}
.contact-quote .fresh-shell a:hover{}
@media (max-width: 640px) {.contact-quote{
      padding: 3rem 1.15rem 3.5rem;
    }.contact-quote h2{
      font-size: 1.55rem;
    }
  }
.contact-quote{
  background: #2E201A;
  color: #FBF6F0;
}
.404{
    background: #FBF6F0;
    color: #2E201A;
    padding: 72px 24px 88px;
  }
.404 .steady-group{
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    column-gap: 64px;
    row-gap: 40px;
    align-items: start;
  }
.404 .primary-area{
    grid-column: 1 / 2;
  }
.404 h2{
    margin: 0 0 20px;
    font-size: clamp(1.75rem, 3.4vw, 2.6rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    font-weight: 600;
  }
.404 .local-story{
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.65;
  }
.404 .fresh-shell{
    grid-column: 2 / 3;
    background: #F1E7DA;
    color: #3A2A22;
    border-radius: 18px;
    padding: 28px 28px 24px;
  }
.404 .content-wrap{
    margin: 0 0 16px;
    font-size: 0.9375rem;
    letter-spacing: 0.02em;
  }
.404 .main-block{
    list-style: none;
    margin: 0;
    padding: 0;
  }
.404 .main-block li{
    padding: 14px 0;
    border-top: 1px solid rgba(58, 42, 34, 0.14);
    line-height: 1.5;
  }
.404 .main-block li:first-child{
    border-top: none;
    padding-top: 0;
  }
.404 .main-block a{
    text-decoration: none;
    font-size: 1rem;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;
  }
.404 .main-block a:hover,
  .404 .main-block a:focus-visible{
    border-bottom-color: currentColor;
    outline: none;
  }
.404 .site-list{
    grid-column: 1 / 2;
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.6;
    opacity: 0.82;
  }
@media (max-width: 820px) {.404{
      padding: 56px 20px 64px;
    }.404 .steady-group{
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 32px;
    }.404 .primary-area,
    .404 .fresh-shell,
    .404 .site-list{
      grid-column: 1 / -1;
    }
  }
.404{
  background: #2E201A;
  color: #FBF6F0;
}
