*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Orbitron", sans-serif;}
a{color:inherit;}
.visual-shell {
    width: 100%;
    background: #f6f1e4;
    color: #1f2a22;
    border-bottom: 1px solid var(--surface-dark);
  }
.offer-rail {
    max-width: 960px;
    margin: 0 auto;
    padding: 1.5rem 2.1rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.95rem;
  }
.site-feature {
    grid-column: 2;
    justify-self: center;
    text-decoration: none;
    color: #1f2a22;
    font-size: calc(14.4px * 1.125);
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
    padding: calc(0.95rem * 1.5) 0;
  }
:root {
  --surface-dark: #d8cfb8;
  --motion-base: cubic-bezier(0.4,0,0.2,1);
  --line-strong: #fbf7ec;
  --paint-accent: #1f2a22;
}
.wide-items {
    display: flex;
  }
.nav-left {
    grid-column: 1;
    justify-content: flex-start;
  }
.nav-right {
    grid-column: 3;
    justify-content: flex-end;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.95rem;
  }
.nav-link {
    display: inline-block;
    padding: 0.5rem 0.25rem;
    text-decoration: none;
    color: #1f2a22;
    font-size: 14.4px;
    line-height: 1.93;
    border-bottom: 2px solid transparent;
    transition: color 520ms var(--motion-base),
                border-color 520ms var(--motion-base);
  }
.nav-link:hover,
  .nav-link:focus-visible {
    color: #8a2f2a;
    border-bottom-color: #8a2f2a;
    outline: none;
  }
.main-content{
    display: none;
    grid-column: 3;
    justify-self: end;
    width: 44px;
    height: 44px;
    padding: 10px;
    background: transparent;
    border: 1px solid var(--surface-dark);
    border-radius: 0.7rem;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;color:var(--paint-accent);}
.media-service{
    display: block;
    height: 2px;
    width: 100%;
    background: #1f2a22;
    border-radius: 0.35rem;
    transition: transform 520ms var(--motion-base),
                opacity 520ms var(--motion-base);color:var(--paint-accent);}
.main-content[aria-expanded="true"] .media-service:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
.main-content[aria-expanded="true"] .media-service:nth-child(2) {
    opacity: 0;
  }
.main-content[aria-expanded="true"] .media-service:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
.clear-unit {
    display: none;
    background: #ece4d0;
    color: #33372e;
    border-top: 1px solid var(--surface-dark);
  }
.simple-headline {
    list-style: none;
    margin: 0;
    padding: calc(0.95rem * 1.5) 2.1rem;
    display: flex;
    flex-direction: column;
    gap: calc(0.95rem * 1.5);
  }
.public-figure {
    display: block;
    padding: calc(0.95rem * 1.5) 0;
    text-decoration: none;
    color: #33372e;
    font-size: calc(14.4px * 1.125);
    border-bottom: 1px solid var(--surface-dark);
  }
.public-figure:hover,
  .public-figure:focus-visible {
    color: #8a2f2a;
    outline: none;
  }
@media (max-width: 767px) {
    .offer-rail {
      grid-template-columns: 1fr auto;
      padding: calc(0.95rem * 1.5) 2.1rem;
    }

    .wide-items {
      display: none;
    }

    .site-feature {
      grid-column: 1;
      justify-self: start;
      font-size: 14.4px;
      padding: 0;
    }

    .main-content {
      display: flex;
    }

    .clear-unit.is-open {
      display: block;
    }
  }
.focused-quote{font-family:"Orbitron", sans-serif;font-size:14.4px;line-height:1.93;padding:calc(1.5rem * 2.4) 2.1rem;background:#1f2a22;color:#f6f1e4;}
.focused-quote *{border-radius:0}
.direct-headline{max-width:960px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.95rem * 1.5)}
.narrow-inner{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:0.95rem;align-items:start}
.text-rail{display:flex;flex-direction:column;gap:calc(1.5rem * .75);min-width:0}
.content-intro{font-size:calc(14.4px * 1.125);font-weight:600;margin:0;letter-spacing:0.01em}
.contact-menu{margin:0;font-size:calc(14.4px * .875);line-height:1.93;max-width:34ch}
.clear-group{font-size:14.4px;font-weight:600;margin:0;letter-spacing:0.02em}
.site-plan{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2);font-size:calc(14.4px * .875)}
.site-plan a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 520ms var(--motion-base)}
.site-plan a:hover,
  .site-plan a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.direct-nav li{display:flex;flex-direction:column;gap:0.15rem}
.fresh-details{font-size:calc(14.4px * .875);opacity:0.75;letter-spacing:0.04em}
.service-contact{font-size:calc(14.4px * .875);color:inherit;text-decoration:none;word-break:break-word}
.service-contact[href]:hover,
  .service-contact[href]:focus-visible{text-decoration:underline;outline:none}
.contact-view{border-top:1px solid currentColor;padding-top:calc(0.95rem * 1.5);font-size:calc(14.4px * .875);line-height:1.93;max-width:90ch}
.contact-view p{margin:0}
.secondary-frame{border-top:1px solid currentColor;padding-top:calc(0.95rem * 1.5);font-size:calc(14.4px * .875)}
.team-menu{margin:0}
@media (max-width: 960px) {.narrow-inner{grid-template-columns:1fr 1fr}
  }
@media (max-width: 600px) {.focused-quote{padding:calc(0.95rem * 1.5) 2.1rem;background:#1f2a22;color:#f6f1e4;}.narrow-inner{grid-template-columns:1fr}
  }
footer,footer *{border-radius:0!important;}
footer .featured-area{flex:1 1 100%;max-width:960px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(14.4px * .875);line-height:1.93;opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;left:2.1rem;right:2.1rem;bottom:1.5rem;z-index:1200;}
.cookies .strong-track{max-width:960px;margin:0 auto;padding:12px;border:1px solid var(--surface-dark);border-radius:1rem;background:var(--line-strong);box-shadow:0 4px 12px rgba(0,0,0,0.05);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:0.95rem;color:var(--paint-accent);}
.cookies .strong-track p{margin:0;}
.cookies .open-form{display:flex;gap:8px;flex-wrap:wrap;}
.cookies .open-form button{border:1px solid var(--surface-dark);border-radius:0.35rem;background:var(--line-strong);color:var(--paint-accent);padding:7px 10px;cursor:pointer;}
.cookies .open-form button.cookie-accept{background:#2f5d3a;border-color:#2f5d3a;color:#f6f1e4;}
.direct-region{
        padding: calc(1.5rem * 2.4) 2.1rem;
        background: #ece4d0;
        color: #33372e
    }
.direct-region .strong-track{max-width: 960px;
        margin: 0 auto}
.direct-region .local-details{display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: calc(0.95rem * 1.5);
        padding: calc(1.5rem * .75) 0;
        border-top: 1px solid var(--surface-dark);
        border-bottom: 1px solid var(--surface-dark)}
.direct-region h1{margin: 0;
        font-size: calc(14.4px * 2.65);
        line-height: 1.15}
.direct-region .local-details p{margin: 0;
        font-size: calc(14.4px * 1.125);
        line-height: 1.93}
.direct-region a{
        display: inline-flex;
        align-items: center;
        border-radius: 0.35rem;
        background: #2f5d3a;
        color: #f6f1e4;
        padding: calc(1.5rem * .75) 1.5rem;
        font-size: 14.4px;
        text-decoration: none;
        transition: background 520ms var(--motion-base)
    }
.direct-region a:hover{
        background: #244a2e;color:var(--paint-accent);}
@media (min-width: 720px) {.direct-region .local-details{
            flex-direction: row;
            flex-wrap: wrap;
            align-items: flex-end;
            justify-content: space-between
        }.direct-region h1{
            flex: 1 1 100%
        }.direct-region .local-details p{
            flex: 1 1 60%
        }.direct-region a{
            flex: 0 0 auto
        }
    }
.text-details{
  background:#f6f1e4;
  color:#1f2a22;
  padding:calc(1.5rem * 2.4) 2.1rem;
}
.text-details .strong-track{max-width:960px;
  margin:0 auto;}
.text-details .secondary-unit{max-width:44rem;}
.text-details .fresh-copy{margin:0 0 1.5rem;
  color:#33372e;
  font-size:14.4px;
  line-height:1.93;}
.text-details h2{margin:0;
  font-size:calc(14.4px * 2);
  line-height:1.1;
  letter-spacing:0;}
.text-details .featured-list{margin-top:calc(0.95rem * 1.5);
  max-width:52rem;}
.text-details .featured-rail{display:flex;
  gap:0.95rem;
  align-items:flex-start;
  padding:1.5rem 0;}
.text-details .featured-rail + .featured-rail{border-top:1px solid var(--surface-dark);}
.text-details .featured-rail strong{flex:0 0 12rem;
  min-width:0;
  font-size:14.4px;}
.text-details .featured-rail span{min-width:0;
  color:#33372e;
  line-height:1.93;}
@media (max-width:640px){.text-details .featured-rail{display:block}.text-details .featured-rail span{display:block;margin-top:.45rem}
}
.visual-links{--axis-active:calc(1.5rem * 0.92);--stack-small:calc(calc(1.5rem * .75) * 1.05);padding:calc(1.5rem * 2.4) 2.1rem;background:#2f5d3a;color:#f6f1e4;}
.visual-links .strong-track{max-width:960px;margin:0 auto;display:flex;flex-direction:column;gap:var(--axis-active);}
.visual-links h2,.visual-links h3,.visual-links p{margin:0;}
.visual-links h2{font-size:calc(14.4px * 2);line-height:1.14;}
.visual-links h3{font-size:calc(14.4px * 1.35);line-height:1.24;}
.visual-links .top-fields{font-size:calc(14.4px * 1.125);line-height:1.93;color:color-mix(in srgb, currentColor 82%, transparent);}
.visual-links .team-actions{display:flex;flex-direction:column;gap:0.95rem;}
.visual-links .featured-rail{padding:var(--stack-small);border-radius:0.7rem;background:color-mix(in srgb, currentColor 10%, transparent);border-left:3px solid #8a2f2a;}
.visual-links .featured-rail p{margin-top:calc(1.5rem / 3.2);font-size:14.4px;line-height:1.93;color:color-mix(in srgb, currentColor 76%, transparent);}
.visual-links .featured-media{margin-top:calc(var(--axis-active) * 0.4);padding-top:calc(0.95rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);font-size:calc(14.4px * .875);line-height:1.93;color:color-mix(in srgb, currentColor 72%, transparent);}
@media (min-width:720px){.visual-links .team-actions{display:grid;grid-template-columns:1fr 1fr;gap:0.95rem;}
}
.featured-intro{
  padding: calc(1.5rem * 2.4) 2.1rem;
  background: #1f2a22;
  color: #f6f1e4;
}
.featured-intro .strong-track{max-width: min(960px, 76rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.95rem * 1.5);
  align-items: flex-start;}
.featured-intro .top-fields{flex: 1 1 22rem;
  min-width: 0;}
.featured-intro h2{margin: 0;
  font-size: calc(14.4px * 2);
  line-height: 1.12;}
.featured-intro .top-fields p{margin: calc(1.5rem * .75) 0 0;
  color: #d8cfb8;
  font-size: 14.4px;
  line-height: 1.93;}
.featured-intro .public-service{flex: 1 1 30rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.95rem;}
.featured-intro .public-service a{
  display: block;
  padding: calc(1.5rem * .75) calc(1.5rem * .75);
  border-radius: 0.7rem;
  background: var(--line-strong);
  color: var(--paint-accent);
  border: 1px solid var(--surface-dark);
  text-decoration: none;
  transition: background 520ms var(--motion-base), border-color 520ms var(--motion-base);
}
.featured-intro .public-service a:hover{
  background: #ece4d0;
  border-color: #8a2f2a;color:#33372e;}
.featured-intro .public-service span{display: block;color:inherit;
  font-size: calc(14.4px * .875);
  letter-spacing: 0.04em;
  margin-bottom: 0.35rem;}
.featured-intro .public-service strong{display: block;
  font-size: calc(14.4px * 1.125);
  line-height: 1.3;
  margin-bottom: 0.35rem;}
.featured-intro .public-service em{display: block;
  font-style: normal;color:inherit;
  font-size: calc(14.4px * .875);
  line-height: 1.93;}
@media (max-width: 760px) {.featured-intro .strong-track{
    flex-direction: column;
  }
}
.direct-steps{padding:calc(1.5rem * 2.4) 2.1rem;background:#f6f1e4;color:#1f2a22}
.direct-steps .strong-track{max-width:960px;margin:0 auto}
.direct-steps .primary-panel{display:flex;flex-direction:column;gap:calc(0.95rem * 1.5)}
.direct-steps h2{margin:0;font-size:calc(14.4px * 2);line-height:1.12;font-weight:600}
.direct-steps .content-proof{display:flex;flex-direction:column;gap:calc(0.95rem * 1.5)}
.direct-steps .content-proof>p{margin:0;font-size:14.4px;line-height:1.93;}
.direct-steps ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.direct-steps li a{display:grid;grid-template-columns:minmax(8rem,11rem) 1fr;gap:0.95rem;align-items:start;padding:calc(1.5rem * .75);background:var(--line-strong);color:var(--paint-accent);border:1px solid var(--surface-dark);border-radius:1rem;text-decoration:none;transition:border-color 520ms var(--motion-base),box-shadow 520ms var(--motion-base)}
.direct-steps li a:hover{border-color:#2f5d3a;box-shadow:0 4px 12px rgba(0,0,0,0.05)}
.direct-steps span{font-size:calc(14.4px * .875);letter-spacing:.02em;text-transform:uppercase;padding-top:.2rem}
.direct-steps strong{display:block;font-size:calc(14.4px * 1.125);line-height:1.24;font-weight:600;margin-bottom:.4rem}
.direct-steps em{display:block;font-style:normal;font-size:calc(14.4px * .875);line-height:1.93;}
.direct-steps li a>strong{grid-column:2}
.direct-steps li a>em{grid-column:2}
@media(max-width:760px){.direct-steps li a{grid-template-columns:1fr}.direct-steps li a>strong,.direct-steps li a>em{grid-column:1}.direct-steps span{padding-top:0}
}
.text-stack{
    padding:calc(1.5rem * 2.4) 2.1rem;
    background:#ece4d0;
    color:#33372e;
}
.text-stack .strong-track{max-width:960px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(0.95rem * 1.5);
    align-items:flex-start;}
.text-stack .team-contact{flex:1 1 300px;
    min-width:260px;}
.text-stack .team-contact img{display:block;
    width:100%;
    height:auto;
    border-radius:1rem;
    border:1px solid var(--surface-dark);
    box-shadow:0 1px 3px rgba(0,0,0,0.04);}
.text-stack .plain-lead{flex:1 1 420px;
    min-width:280px;}
.text-stack .plain-lead h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(14.4px * 2);
    line-height:1.2;}
.text-stack .plain-lead h3{margin:calc(0.95rem * 1.5) 0 calc(1.5rem * .75);
    font-size:calc(14.4px * 1.125);}
.text-stack .plain-lead p{margin:0 0 calc(1.5rem * .75);
    font-size:14.4px;
    line-height:1.93;}
.text-stack .plain-lead ul{margin:0 0 calc(1.5rem * .75);
    padding-left:1.15rem;
    display:flex;
    flex-direction:column;
    gap:0.45rem;
    list-style:disc;}
.text-stack .plain-lead li{font-size:14.4px;
    line-height:1.93;}
@media (max-width:820px){.text-stack .strong-track{
        flex-direction:column;
    }.text-stack .team-contact,
    .text-stack .plain-lead{
        flex:1 1 auto;
        width:100%;
    }
}
.service-story{padding:calc(1.5rem * 2.4) 2.1rem;background:#2f5d3a;color:#f6f1e4;}
.service-story .strong-track{max-width:960px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.95rem * 1.5);}
.service-story .top-fields{display:flex;flex-direction:column;gap:0.95rem;}
.service-story .top-fields h2{margin:0;font-size:calc(14.4px * 2);}
.service-story .top-fields p{margin:0;font-size:14.4px;line-height:1.93;opacity:.94;}
.service-story .site-region{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);}
.service-story .quiet-summary{flex:1 1 240px;display:flex;flex-direction:column;gap:0.4rem;padding:calc(1.5rem * .75);border-radius:1rem;border:1px solid color-mix(in srgb, #f6f1e4 26%, transparent);background:color-mix(in srgb, #f6f1e4 8%, transparent);color:var(--paint-accent);}
.service-story .quiet-summary .media-quote{font-size:calc(14.4px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:.85;}
.service-story .quiet-summary a{text-decoration:none;font-size:calc(14.4px * 1.125);font-weight:700;border-bottom:1px solid color-mix(in srgb, #f6f1e4 40%, transparent);align-self:flex-start;}
.service-story .quiet-summary a:hover{border-bottom-color:#fbf6ea;}
.service-story .quiet-summary .featured-media{margin:0;font-size:calc(14.4px * .875);line-height:1.93;opacity:.9;}
.service-story .focused-area{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:0.95rem;padding-top:calc(0.95rem * 1.5);border-top:1px solid color-mix(in srgb, #f6f1e4 24%, transparent);}
.service-story .focused-area p{margin:0;flex:1 1 320px;font-size:calc(14.4px * .875);line-height:1.93;opacity:.92;}
.service-story .focused-area a{text-decoration:none;white-space:nowrap;padding:0.7rem 1.2rem;border-radius:0.7rem;background:#8a2f2a;color:#fbf6ea;font-weight:700;}
.service-story .focused-area a:hover{background:#6f2420;color:var(--paint-accent);}
@media (max-width:760px){.service-story .focused-area{flex-direction:column;align-items:flex-start;}
}
.soft-list{--axis-active:calc(1.5rem * 1.1);--line-panel:calc(960px / 3.3);padding:calc(1.5rem * 2.4) 2.1rem;background:#f6f1e4;color:#1f2a22;}
.soft-list .strong-track{max-width:960px;margin:0 auto;display:flex;flex-direction:column;gap:var(--axis-active);}
.soft-list h2,.soft-list h3,.soft-list p{margin:0;}
.soft-list h2{font-size:calc(14.4px * 2);line-height:1.14;}
.soft-list h3{font-size:calc(14.4px * 1.35);line-height:1.22;}
.soft-list p{font-size:14.4px;line-height:1.93;}
.soft-list .wide-copy{display:flex;flex-wrap:wrap;gap:0.95rem;align-items:flex-start;}
.soft-list .wide-copy>h2{flex:1 1 calc(960px / 2.6);min-width:0;}
.soft-list .wide-copy>.top-fields{flex:1 1 calc(960px / 2.6);min-width:0;color:#33372e;}
.soft-list .compact-story{display:flex;flex-wrap:wrap;gap:var(--axis-active);}
.soft-list .featured-rail{flex:1 1 var(--line-panel);min-width:0;display:flex;flex-direction:column;gap:calc(0.95rem * .6);padding:calc(calc(1.5rem * .75) * .9);border-radius:0.7rem;background:var(--line-strong);color:var(--paint-accent);border:1px solid var(--surface-dark);box-shadow:0 1px 3px rgba(0,0,0,0.04);}
.soft-list .featured-rail img{display:block;width:100%;height:auto;border-radius:0.35rem;}
.soft-list .featured-rail p{color:#33372e;}
.soft-list .quiet-summary{margin-top:auto;display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * .5) calc(1.5rem * .75);border-radius:0.35rem;background:#2f5d3a;color:#f6f1e4;text-decoration:none;font-size:calc(14.4px * .875);}
.soft-list .quiet-summary:hover{background:#244a2e;color:var(--paint-accent);}
.soft-list .featured-media{padding-top:calc(0.95rem * .8);border-top:1px solid var(--surface-dark);color:#33372e;font-size:calc(14.4px * .875);}
.featured-copy{--axis-active:calc(1.5rem * 1.05);--state-public:calc(960px / 2.3);padding:calc(1.5rem * 2.4) 2.1rem;background:#2f5d3a;color:#f6f1e4;}
.featured-copy .strong-track{max-width:960px;margin:0 auto;}
.featured-copy h2,.featured-copy p{margin:0;}
.featured-copy h2{font-size:calc(14.4px * 2);line-height:1.14;}
.featured-copy p{font-size:14.4px;line-height:1.93;color:color-mix(in srgb, currentColor 76%, transparent);}
.featured-copy a{color:inherit;text-decoration:none;}
.featured-copy .featured-media{font-size:calc(14.4px * .875);letter-spacing:0.02em;color:color-mix(in srgb, currentColor 68%, transparent);}
.featured-copy .soft-shell{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.35rem;background:#f6f1e4;color:#2f5d3a;}
.featured-copy .compact-story{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.95rem;margin-top:var(--axis-active);}
.featured-copy .featured-rail{flex:1 1 calc(960px / 4.2);min-width:0;border-top:1px solid color-mix(in srgb, currentColor 26%, transparent);padding-top:calc(1.5rem / 2.4);}
.featured-copy .simple-flow{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.95rem;}
.featured-copy .simple-flow>.local-details{flex:1 1 auto;min-width:0;}
.featured-copy .simple-flow>.soft-shell{flex:0 0 auto;}
.featured-copy .simple-flow>.compact-story{flex:1 1 100%;}
.featured-copy .local-details h2{margin-top:calc(1.5rem / 2.4);}
@media (max-width:640px){.featured-copy .featured-rail{flex:1 1 100%;}
}
.plain-headline{
  background:#f6f1e4;
  color:#1f2a22;
  padding:calc(1.5rem * 2.4) 2.1rem;
}
.plain-headline .strong-track{max-width:960px;
  margin:0 auto;
  display:flex;
  flex-direction:row-reverse;
  gap:calc(0.95rem * 1.5);
  align-items:flex-start;}
.plain-headline .text-benefit{display:block;
  width:min(40%,30rem);
  min-width:16rem;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:1rem;
  box-shadow:0 4px 12px rgba(0,0,0,0.05);}
.plain-headline .local-details{flex:1 1 30rem;
  min-width:0;}
.plain-headline h2{margin:0;
  font-size:calc(14.4px * 2);
  line-height:1.15;
  letter-spacing:0;}
.plain-headline .local-details p{margin:1.5rem 0 0;
  font-size:14.4px;
  line-height:1.93;}
.plain-headline .local-details p + p{margin-top:0.95rem;}
.plain-headline .open-form{margin-top:calc(0.95rem * 1.5);}
.plain-headline .open-form a{
  display:inline-flex;
  align-items:center;
  color:#f6f1e4;
  background:#2f5d3a;
  text-decoration:none;
  border-radius:0.7rem;
  padding:.75rem 1.15rem;
  font-size:calc(14.4px * .875);
  transition:background 520ms var(--motion-base);
}
.plain-headline .open-form a:hover{
  background:#244a2e;color:var(--paint-accent);}
@media (max-width:760px){.plain-headline .strong-track{
    flex-direction:column;
  }.plain-headline .text-benefit{
    width:100%;
    min-width:0;
    aspect-ratio:16/10;
  }
}
.featured-entries{padding:calc(1.5rem * 2.4) 2.1rem;background:#f6f1e4;color:#1f2a22;}
.steady-header{max-width:960px;margin:0 auto;}
.featured-entries h1{margin:0;font-size:calc(14.4px * 2.65);line-height:1.08;}
.top-story{background:#ece4d0;color:#33372e;padding:calc(1.5rem * 2.4) 2.1rem}
.top-story .strong-track{max-width:960px;margin:0 auto}
.top-story .public-menu{display:flex;flex-direction:column;gap:calc(0.95rem * 1.5)}
.top-story .public-stack{display:flex;align-items:flex-end;justify-content:space-between;gap:0.95rem}
.top-story h2{margin:0;max-width:22ch;font-size:clamp(calc(14.4px * 2),5vw,calc(14.4px * 2.65));line-height:1.05;letter-spacing:0}
.top-story .public-stack a{padding:calc(1.5rem * .75) 0.95rem;border-radius:0.7rem;background:#2f5d3a;color:#f6f1e4;text-decoration:none;font-weight:700}
.top-story .top-fields{margin:0;font-size:14.4px;line-height:1.93}
.top-story .proof{display:flex;flex-wrap:wrap;gap:0.95rem}
.top-story .featured-rail{flex:1 1 16rem;min-width:0;padding:calc(1.5rem * .75);border-radius:1rem;background:var(--line-strong);color:var(--paint-accent);border:1px solid var(--surface-dark)}
.top-story span{display:block;margin-bottom:calc(calc(1.5rem * .75)*.4);font-size:calc(14.4px * .875)}
.top-story strong,.top-story .featured-rail a{display:block}
.top-story .featured-rail a{margin-top:calc(calc(1.5rem * .75)*.55);text-decoration:none;line-height:1.55}
.top-story .featured-rail a:hover{}
.top-story .featured-media{margin:0;font-size:calc(14.4px * .875);line-height:1.93}
@media(max-width:680px){.top-story .public-stack{align-items:flex-start;flex-direction:column}}
.strong-summary{--axis-active:calc(1.5rem * 1.05);--state-public:calc(960px / 2.35);padding:calc(1.5rem * 2.4) 2.1rem;background:#f6f1e4;color:#1f2a22;}
.strong-summary .strong-track{max-width:960px;margin:0 auto;}
.strong-summary h1,.strong-summary h2,.strong-summary h3,.strong-summary p{margin:0;}
.strong-summary h1{font-size:calc(14.4px * 2.65);line-height:1.08;}
.strong-summary h2{font-size:calc(14.4px * 2);line-height:1.12;}
.strong-summary h3{font-size:calc(14.4px * 1.35);line-height:1.2;}
.strong-summary p{font-size:14.4px;line-height:1.93;}
.strong-summary a{color:inherit;text-decoration:none;}
.strong-summary .offer-shell{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.95rem;}
.strong-summary .offer-shell>h2{flex:1 1 calc(960px / 3);min-width:0;}
.strong-summary .offer-shell>.top-fields{flex:1 1 calc(960px / 3);min-width:0;}
.strong-summary .compact-story{display:flex;flex-wrap:wrap;gap:var(--axis-active);margin-top:var(--axis-active);flex:1 1 100%;}
.strong-summary .featured-rail{flex:1 1 calc(960px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.7rem;background:var(--line-strong);color:var(--paint-accent);border:1px solid var(--surface-dark);}
.strong-summary .featured-rail p{margin-top:calc(1.5rem / 3);}
.compact-frame{
  background:linear-gradient(135deg, #2f5d3a 0%, #4a7a52 55%, #8a2f2a 100%);
  color:#f6f1e4;
  padding:calc(1.5rem * 2.4) 2.1rem;
}
.compact-frame .strong-track{max-width:960px;
  margin:0 auto;}
.compact-frame .clear-actions{display:flex;
  flex-direction:column;
  gap:calc(0.95rem * 1.5);}
.compact-frame .top-fields{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.compact-frame h2{margin:0;
  font-size:clamp(calc(14.4px * 2),5vw,calc(14.4px * 2.65));
  line-height:1.1;
  letter-spacing:0;}
.compact-frame .local-details{margin:0;
  font-size:14.4px;
  line-height:1.7;}
.compact-frame .clear-lead{display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  gap:1.5rem;
  padding:1.5rem 0;
  border-top:1px solid color-mix(in srgb,currentColor 24%,transparent);
  border-bottom:1px solid color-mix(in srgb,currentColor 24%,transparent);}
.compact-frame label{flex:1 1 14rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .45);
  font-size:calc(14.4px * .875);}
.compact-frame input{
  width:100%;
  min-width:0;
  border:0;
  border-radius:0.35rem;
  background:color-mix(in srgb,currentColor 9%,transparent);
  color:inherit;
  padding:calc(1.5rem * .75);
  font:inherit;
}
.compact-frame input::placeholder{color:color-mix(in srgb,currentColor 58%,transparent);}
.compact-frame button{
  flex:0 0 auto;
  border:0;
  border-radius:0.7rem;
  background:#2f5d3a;
  color:#f6f1e4;
  padding:calc(1.5rem * .75) 0.95rem;
  font:inherit;
  font-weight:700;
  cursor:pointer;
  transition:background 520ms var(--motion-base);
}
.compact-frame button:hover{
  background:#244a2e;color:var(--paint-accent);}
.compact-frame .featured-media{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.compact-frame .featured-media p{margin:0;
  font-size:14.4px;
  line-height:1.7;}
.compact-frame .compact-story{margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:0.95rem 1.5rem;
  font-size:calc(14.4px * .875);}
.compact-frame .compact-story a{color:#f6f1e4;
  text-decoration:underline;
  text-underline-offset:3px;}
.compact-frame .compact-story a:hover{}
@media (max-width:640px) {.compact-frame .clear-lead{ align-items:stretch; flex-direction:column; }
}
.direct-contact{padding:calc(1.5rem * 2.4) 2.1rem;background:#f6f1e4;color:#1f2a22}
.direct-contact .strong-track{max-width:min(960px,56rem);margin:0 auto}
.direct-contact .wide-copy{display:flex;flex-direction:column;gap:calc(0.95rem * 1.5)}
.direct-contact h2{margin:0;font-size:calc(14.4px * 2);line-height:1.1}
.direct-contact .wide-copy p{margin:0;color:#33372e;line-height:1.93}
.direct-contact .direct-visual{margin-top:calc(1.5rem * 2.4);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.direct-contact details{padding:calc(0.95rem * 1.5) 0;border-top:1px solid var(--surface-dark)}
.direct-contact details:last-child{border-bottom:1px solid var(--surface-dark)}
.direct-contact summary{cursor:pointer;font-size:calc(14.4px * 1.35);line-height:1.2;list-style:none;position:relative;padding-right:1.6rem}
.direct-contact summary::-webkit-details-marker{display:none}
.direct-contact summary::after{content:"+";position:absolute;right:0;top:0;font-size:calc(14.4px * 1.125);color:#2f5d3a}
.direct-contact details[open] summary::after{content:"–"}
.direct-contact details p{margin:calc(0.95rem * 1.5) 0 0;color:#33372e;line-height:1.93}
@media(max-width:720px){.direct-contact .direct-visual{margin-top:calc(0.95rem * 1.5)}.direct-contact summary{font-size:14.4px}
}
.wide-note{--axis-active:calc(1.5rem * 1.05);--mark-control:calc(960px / 3.1);padding:calc(1.5rem * 2.4) 2.1rem;background:#8a2f2a;color:#fbf6ea;}
.wide-note .strong-track{max-width:960px;margin:0 auto;}
.wide-note h2,.wide-note h3,.wide-note p{margin:0;}
.wide-note h2{font-size:calc(14.4px * 2);line-height:1.14;}
.wide-note h3{font-size:calc(14.4px * 1.35);line-height:1.22;}
.wide-note p{font-size:14.4px;line-height:1.93;color:color-mix(in srgb, currentColor 78%, transparent);}
.wide-note a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:2px;}
.wide-note a:hover{border-bottom-color:#fbf6ea;}
.wide-note .offer-shell{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.95rem;}
.wide-note .offer-shell>h2{flex:1 1 calc(960px / 2.6);min-width:0;}
.wide-note .offer-shell>.top-fields{flex:1 1 calc(960px / 2.6);min-width:0;}
.wide-note .compact-story{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--axis-active);margin-top:var(--axis-active);}
.wide-note .featured-rail{flex:1 1 var(--mark-control);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.7rem;background:color-mix(in srgb, currentColor 12%, transparent);}
.wide-note .featured-rail p{margin-top:calc(1.5rem / 3);}
.wide-note .featured-rail a{display:inline-block;margin-top:calc(1.5rem / 2.4);font-size:calc(14.4px * .875);}
.wide-note .featured-media{flex:1 1 100%;margin-top:var(--axis-active);font-size:calc(14.4px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
.secondary-note{--axis-active:calc(1.5rem * 1.06);--font-main:calc(960px / 3.37);padding:calc(1.5rem * 2.4) 2.1rem;background:#1f2a22;color:#f6f1e4;}
.secondary-note .strong-track{max-width:960px;margin:0 auto;display:flex;flex-direction:column;row-gap:calc(var(--axis-active) * .7);}
.secondary-note h2,.secondary-note h3,.secondary-note p{margin:0;}
.secondary-note h2{font-size:calc(14.4px * 2);line-height:1.12;}
.secondary-note h3{font-size:calc(14.4px * 1.35);line-height:1.2;margin-top:calc(1.5rem / 3);}
.secondary-note p{font-size:14.4px;line-height:1.93;}
.secondary-note .top-fields{opacity:.86;}
.secondary-note .compact-story{display:flex;flex-wrap:wrap;gap:var(--axis-active);margin-top:calc(var(--axis-active) * .4);}
.secondary-note .featured-rail{flex:1 1 var(--font-main);min-width:0;padding:calc(var(--axis-active) * .75);border-radius:0.7rem;background:var(--line-strong);color:var(--paint-accent);border:1px solid var(--surface-dark);}
.secondary-note .featured-rail p{color:inherit;}
.secondary-note .open-frame{padding-inline-start:calc(2.1rem / 2);}
.strong-inner{--axis-active:calc(1.5rem * 1.35);--state-public:calc(960px / 2.20);padding:calc(1.5rem * 2.4) 2.1rem;background:#2f5d3a;color:#f6f1e4;}
.strong-inner .strong-track{max-width:960px;margin:0 auto;}
.strong-inner h1,.strong-inner h2,.strong-inner h3,.strong-inner p{margin:0;}
.strong-inner h1{font-size:calc(14.4px * 2.65);line-height:1.08;}
.strong-inner h2{font-size:calc(14.4px * 2);line-height:1.12;}
.strong-inner h3{font-size:calc(14.4px * 1.35);line-height:1.2;}
.strong-inner p{font-size:14.4px;line-height:1.93;color:color-mix(in srgb, currentColor 78%, transparent);}
.strong-inner a{color:inherit;text-decoration:none;}
.strong-inner .soft-shell{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.35rem;background:#f6f1e4;color:#2f5d3a;}
.strong-inner .top-fields{margin-top:calc(1.5rem / 2);}
.strong-inner .compact-story{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.95rem;margin-top:var(--axis-active);}
.strong-inner .featured-rail{flex:1 1 calc(960px / 4);min-width:0;}
.strong-inner .featured-rail p{margin-top:calc(1.5rem / 3);}
.strong-inner .simple-flow{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.95rem;}
.strong-inner .simple-flow>.local-details{flex:1 1 auto;min-width:0;}
.strong-inner .simple-flow>.soft-shell{flex:0 0 auto;}
.strong-inner .simple-flow>.compact-story{flex:1 1 100%;}
.strong-inner .local-details h2{margin-top:calc(1.5rem / 2);}
.text-contact{
  padding: calc(1.5rem * 2.4) 2.1rem;
  background: #1f2a22;
  color: #f6f1e4;
}
.text-contact .strong-track{max-width: min(960px, 70rem);
  margin: 0 auto;}
.text-contact .wide-copy{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-bottom: calc(0.95rem * 1.5);}
.text-contact h2{margin: 0;
  font-size: calc(14.4px * 2);
  line-height: 1.1;}
.text-contact .top-fields{margin: 0;
  font-size: calc(14.4px * 1.125);
  line-height: 1.93;
  color: #d8cfb8;}
.text-contact .compact-story{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;}
.text-contact .featured-rail{
  flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  background: rgba(246, 241, 228, 0.06);
  border-left: 2px solid #8a2f2a;
  border-radius: 0.7rem;
}
.text-contact .main-feature{display: block;
  font-weight: 700;
  font-size: calc(14.4px * 1.35);
  letter-spacing: 0.01em;}
.text-contact .local-details{margin: calc(calc(1.5rem * .75) * 0.7) 0;
  color: #d8cfb8;
  line-height: 1.93;}
.text-contact .inner{display: block;
  font-size: calc(14.4px * .875);color:inherit;}
@media (max-width: 700px) {.text-contact .compact-story{
    display: block;
  }.text-contact .featured-rail + .featured-rail{
    margin-top: 0.95rem;
  }
}
.soft-area{--axis-active:calc(1.5rem * 1.15);--state-public:calc(960px / 2.4);--font-main:calc(960px / 3.4);padding:calc(1.5rem * 2.4) 2.1rem;background:#8a2f2a;color:#fbf6ea;}
.soft-area .strong-track{max-width:960px;margin:0 auto;}
.soft-area h1,.soft-area h2,.soft-area h3,.soft-area p,.soft-area ul{margin:0;}
.soft-area h2{font-size:calc(14.4px * 2);line-height:1.14;}
.soft-area h3{font-size:calc(14.4px * 1.35);line-height:1.22;}
.soft-area p{font-size:14.4px;line-height:1.93;color:color-mix(in srgb, currentColor 78%, transparent);}
.soft-area a{color:inherit;text-decoration:none;}
.soft-area .quiet-unit{padding-block:calc(var(--axis-active) / 2);}
.soft-area .soft-service{row-gap:calc(var(--axis-active) * 1.1);}
.soft-area .fresh-copy{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.soft-area .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.95rem;}
.soft-area .row-title h2{flex:1 1 calc(960px / 3);min-width:0;}
.soft-area .row-title>p{flex:1 1 calc(960px / 3);min-width:0;}
.soft-area .secondary-panel{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--axis-active);margin-top:var(--axis-active);}
.soft-area .featured-rail{flex:1 1 var(--font-main);min-width:0;padding-block-start:calc(1.5rem / 2.4);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.soft-area .featured-rail p{margin-top:calc(1.5rem / 3.2);}
.media-steps{padding:calc(1.5rem * 2.4) 2.1rem;background:#2f5d3a;color:#f6f1e4}
.media-steps .main-tile{max-width:min(960px,62rem);margin:0 auto}
.media-steps h2{margin:0;font-size:calc(14.4px * 2.65);line-height:1.08}
.media-steps .offer-wrap{margin:1.5rem 0 calc(0.95rem * 1.5);font-size:calc(14.4px * 1.125);line-height:1.93}
.media-steps .media{display:flex;flex-direction:column;border-top:1px solid color-mix(in srgb,currentColor 34%,transparent)}
.media-steps .featured-media{padding:0.95rem 0}
.media-steps .featured-media + .featured-media{border-top:1px solid color-mix(in srgb,currentColor 24%,transparent)}
.media-steps h3{margin:0 0 calc(1.5rem * .75);font-size:calc(14.4px * 1.35);line-height:1.25}
.media-steps .featured-media p{margin:0;line-height:1.93}
@media (min-width:48rem){.media-steps .media{display:grid;grid-template-columns:repeat(2,1fr);column-gap:2.1rem;border-top:0}.media-steps .featured-media{border-top:1px solid color-mix(in srgb,currentColor 24%,transparent)}
}
.team-media{padding:calc(1.5rem * 2.4) 2.1rem;background:#f6f1e4;color:#1f2a22}
.team-media .strong-track{max-width:960px;margin:0 auto}
.team-media .bottom-entries{display:flex;flex-wrap:wrap;justify-content:space-between;gap:0.95rem;align-items:flex-end;margin-bottom:calc(0.95rem * 1.5)}
.team-media h2{margin:0;font-size:calc(14.4px * 2);line-height:1.12;flex:1 1 18rem}
.team-media .bottom-entries p{flex:1 1 22rem;margin:0;line-height:1.93}
.team-media .contact-callout{display:flex;flex-wrap:wrap;gap:0.95rem;padding:1.5rem 0;border-top:1px solid var(--surface-dark);border-bottom:1px solid var(--surface-dark)}
.team-media .contact-callout>*{min-width:0;flex:1 1 15rem;font-size:14.4px;font-weight:600}
.team-media a{color:#2f5d3a;text-decoration:none;overflow-wrap:anywhere}
.team-media a:hover{color:#8a2f2a}
.team-media .contact-callout span{display:block;margin-top:calc(1.5rem * .75);color:#33372e;font-size:calc(14.4px * .875);font-weight:400}
.team-media .clear-region{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1.5rem}
.team-media .clear-region .content-wrap{min-width:0;flex:1 1 15rem}
.team-media .clear-region .public-method{margin:0 0 calc(1.5rem * .75);font-size:calc(14.4px * .875);letter-spacing:.04em;text-transform:uppercase;color:#33372e}
.team-media .clear-region p{margin:0;line-height:1.93}
@media(max-width:680px){.team-media .bottom-entries{display:block}.team-media .bottom-entries p{margin-top:1.5rem}.team-media .contact-callout>*{flex:1 1 100%}
}
.narrow-content{padding:calc(1.5rem * 2.4) 2.1rem;background:linear-gradient(120deg, #8a2f2a 0%, #b04a3f 100%);color:#fbf6ea}
.narrow-content .text-intro{max-width:min(960px,68rem);margin:0 auto}
.narrow-content .wide-copy{margin-bottom:calc(0.95rem * 1.5)}
.narrow-content h2{margin:0;font-size:calc(14.4px * 2.65);line-height:1.1}
.narrow-content .text-quote{margin:1.5rem 0 0;font-size:calc(14.4px * 1.125);line-height:1.6}
.narrow-content .media-summary{display:flex;flex-direction:column;gap:0.95rem}
.narrow-content .featured-rail{padding:calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.4);border-left:2px solid color-mix(in srgb,currentColor 42%,transparent);background:color-mix(in srgb,currentColor 6%,transparent);border-radius:0.35rem}
.narrow-content h3{margin:0 0 calc(1.5rem * .75);font-size:calc(14.4px * 1.35);line-height:1.25}
.narrow-content .featured-rail p{margin:0;line-height:1.7}
@media (max-width:640px){.narrow-content .featured-rail{padding:calc(1.5rem * .75);border-left-width:1px}
}
.content-frame{background:#ece4d0;color:#33372e;padding:calc(1.5rem * 2.4) 2.1rem}
.content-frame .strong-track{max-width:960px;margin:0 auto}
.content-frame .text-form{display:flex;align-items:flex-start;gap:calc(0.95rem * 1.5)}
.content-frame .soft-shell{flex:0 0 auto;padding:calc(1.5rem * .75) 0.95rem;border-radius:0.7rem;background:#2f5d3a;color:#f6f1e4;text-decoration:none;font-weight:700;line-height:1.4}
.content-frame .soft-shell:hover{background:#244a2e;color:var(--paint-accent);}
.content-frame .content-proof{flex:1 1 42rem;min-width:0}
.content-frame h2{margin:0;font-size:clamp(calc(14.4px * 2),4.4vw,calc(14.4px * 2.65));line-height:1.15;letter-spacing:0}
.content-frame p{margin:1.5rem 0 0;font-size:14.4px;line-height:1.75}
.content-frame p:first-of-type{margin-top:calc(0.95rem * 1.5)}
@media(max-width:680px){.content-frame .text-form{flex-direction:column}.content-frame .soft-shell{white-space:normal}}
.narrow-view{--axis-active:calc(1.5rem * 1.05);--state-public:calc(960px / 3.20);--copy-lead:calc(960px / 3.16);padding:calc(1.5rem * 2.4) 2.1rem;background:#2f5d3a;color:#f6f1e4;}
.narrow-view .strong-track{max-width:960px;margin:0 auto;}
.narrow-view h1,.narrow-view h2,.narrow-view h3,.narrow-view p{margin:0;}
.narrow-view h1{font-size:calc(14.4px * 2.65);line-height:1.08;}
.narrow-view h2{font-size:calc(14.4px * 2);line-height:1.12;}
.narrow-view h3{font-size:calc(14.4px * 1.35);line-height:1.2;}
.narrow-view p{font-size:14.4px;line-height:1.93;color:color-mix(in srgb, currentColor 74%, transparent);}
.narrow-view a{color:inherit;text-decoration:none;}
.narrow-view img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.7rem;flex:0 1 min(28rem,38vw);}
.narrow-view .soft-shell{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.35rem;background:#f6f1e4;color:#2f5d3a;}
.narrow-view .site-service{display:flex;align-items:center;justify-content:space-between;gap:0.95rem;flex-wrap:wrap;}
.narrow-view .site-service .local-details{flex:1 1 24rem;min-width:0;}
.narrow-view .top-fields,.narrow-view .featured-media{}
.narrow-view .site-service h1,.narrow-view .site-service h2,.narrow-view .site-service p,.narrow-view .site-service .soft-shell{margin-top:1.5rem;}
.narrow-view .site-service img{margin-top:var(--axis-active);}
.narrow-view .site-service .top-fields,.narrow-view .site-service .featured-media{}
.quiet-method{padding:calc(1.5rem * 2.4) 2.1rem;background:#f6f1e4;color:#1f2a22}
.quiet-method .strong-track{max-width:960px;margin:0 auto}
.quiet-method .secondary-unit{display:flex;flex-wrap:wrap;gap:calc(0.95rem * 1.5);align-items:flex-start}
.quiet-method .top-fields{flex:1 1 34rem;min-width:0}
.quiet-method .top-fields p{margin:0 0 1.5rem;font-size:calc(14.4px * .875);line-height:1.93;color:#33372e}
.quiet-method h2{margin:0;font-size:calc(14.4px * 2.65);line-height:1.08}
.quiet-method .contact-plan{flex:1 1 26rem;min-width:0;padding-top:calc(1.5rem * .75)}
.quiet-method .strong-region{margin:0;line-height:1.93}
.quiet-method .contact-plan>a{display:inline-flex;margin-top:1.5rem;border-radius:0.7rem;background:#2f5d3a;color:#f6f1e4;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:background 520ms var(--motion-base)}
.quiet-method .contact-plan>a:hover{background:#244a2e;color:var(--paint-accent);}
.quiet-method ul{list-style:none;margin:calc(0.95rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.quiet-method li a{display:block;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--surface-dark);color:#2f5d3a;text-decoration:none;transition:color 520ms var(--motion-base)}
.quiet-method li a:hover{color:#8a2f2a}
@media(max-width:760px){.quiet-method h2{font-size:calc(14.4px * 2)}.quiet-method .contact-plan{margin-top:calc(0.95rem * 1.5);padding-top:0}}
