html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Lora", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --speed-entry: ease-in-out;
  --ink-soft: #5C7A3A;
  --surface-dark: #2B2014;
  --line-page: #E4D9C4;
  --line-base: #3E3324;
  --line-secondary: #F3EAD8;
  --ink-deep: #FFFFFF;
}
a{color:inherit;}
.contact-flow {
    width: 100%;
    background: #FBF6EC;
    color: #2B2014;
    border-bottom: 1px solid var(--line-page);
  }
.focused-service {
    max-width: 900px;
    margin: 0 auto;
    padding: calc(0.79rem * 1.5) 1.52rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.79rem;
  }
.team {
    font-size: calc(17.2px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
  }
.team:hover {
    color: #E2703A;
  }
.focused-group {
    display: flex;
    align-items: center;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.52rem;
  }
.nav-link {
    display: inline-block;
    padding: 0.35rem 0;
    font-size: 17.2px;
    line-height: 1.85;
    color: inherit;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 360ms var(--speed-entry),
                border-color 360ms var(--speed-entry);
  }
.nav-link:hover {
    color: #E2703A;
    border-bottom-color: #E2703A;
  }
.nav-link.is-active {
    border-bottom-color: #E2703A;
    color: inherit;
  }
.content-story {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: 1px solid var(--line-page);
    border-radius: 0.21rem;
    cursor: pointer;
  }
.steady-body{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: #2B2014;
    transition: transform 360ms var(--speed-entry),
                opacity 360ms var(--speed-entry);color:var(--surface-dark);}
.content-story[aria-expanded="true"] .steady-body:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.content-story[aria-expanded="true"] .steady-body:nth-child(2) {
    opacity: 0;
  }
.content-story[aria-expanded="true"] .steady-body:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 767px) {
    .focused-service {
      flex-wrap: wrap;
      padding: calc(0.79rem * 1.5) 1.52rem;
    }

    .content-story {
      display: flex;
    }

    .focused-group {
      display: none;
      width: 100%;
      order: 3;
      margin-top: calc(0.79rem * 1.5);
      border-top: 1px solid var(--line-page);
      padding-top: calc(0.79rem * 1.5);
    }

    .focused-group.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: calc(0.79rem * 1.5);
    }

    .nav-link {
      font-size: calc(17.2px * 1.125);
      padding: 0.25rem 0;
    }
  }
.plain-shell{font-family:"Lora", sans-serif;font-size:17.2px;line-height:1.85;padding:0;background:#2B2014;color:#FBF6EC;}
.top-surface{max-width:900px;margin:0 auto;padding:calc(1.5rem * 2.4) 1.52rem;display:grid;gap:calc(0.79rem * 1.5)}
.narrow-surface{display:grid;grid-template-columns:1.1fr 1fr;gap:calc(1.5rem * .75);align-items:start;padding-bottom:calc(0.79rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.18)}
.public-fields{font-size:calc(17.2px * 1.125);font-weight:700;letter-spacing:0.02em;margin:0 0 1.5rem}
.content-header{font-size:calc(17.2px * 1.35);line-height:1.25;margin:0 0 1.5rem;font-weight:600}
.strong-surface{margin:0;font-size:17.2px;max-width:46ch}
.service-note{display:grid;gap:1.5rem}
.visual-body{font-size:calc(17.2px * .875);letter-spacing:0.04em;text-transform:uppercase}
.contact-list{display:flex;gap:0.79rem;flex-wrap:wrap}
.narrow-region{flex:1 1 220px;min-width:0;padding:0.7rem 0.9rem;font-family:inherit;font-size:17.2px;color:#FBF6EC;background:rgba(255, 255, 255, 0.08);border:1px solid rgba(255, 255, 255, 0.28);border-radius:0;outline:none}
.narrow-region::placeholder{}
.narrow-region:focus{border-color:#FBF6EC;box-shadow:#E2703A}
.quiet-callout{padding:0.7rem 1.2rem;font-family:inherit;font-size:17.2px;font-weight:600;color:#FBF6EC;background:var(--ink-soft);border:1px solid var(--ink-soft);border-radius:0;cursor:pointer;transition:background 360ms var(--speed-entry), color 360ms var(--speed-entry)}
.quiet-callout:hover{background:#4A6530;border-color:#4A6530;color:var(--surface-dark);}
.public-intro{margin:0;font-size:calc(17.2px * .875);opacity:0.82}
.local-fields{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(1.5rem * .75)}
.clear-service{display:grid;gap:1.5rem;align-content:start}
.public-headline{font-size:calc(17.2px * .875);letter-spacing:0.08em;text-transform:uppercase;margin:0;font-weight:600;opacity:0.78}
.open-actions{list-style:none;margin:0;padding:0;display:grid;gap:0.45rem}
.open-actions a{color:inherit;text-decoration:none;font-size:17.2px;border-bottom:1px solid transparent;transition:border-color 360ms var(--speed-entry)}
.open-actions a:hover,
  .open-actions a:focus-visible{border-bottom-color:currentColor;color:inherit}
.team-media{padding-top:calc(0.79rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18);display:grid;gap:1.5rem}
.local-list{font-size:calc(17.2px * .875);letter-spacing:0.08em;text-transform:uppercase;margin:0;font-weight:600;opacity:0.78}
.fresh-lead{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(1.5rem * .75)}
.focused-note{display:grid;gap:0.35rem}
.public-plan{font-size:calc(17.2px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.72}
.primary-entries,
  .public-callout{font-size:17.2px;color:inherit;text-decoration:none;word-break:break-word}
.public-callout{border-bottom:1px solid transparent;transition:border-color 360ms var(--speed-entry)}
.public-callout:hover,
  .public-callout:focus-visible{border-bottom-color:currentColor}
.featured-stack{padding-top:calc(0.79rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18)}
.open-region{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:0.79rem}
.open-region a{color:inherit;text-decoration:none;font-size:calc(17.2px * .875);border-bottom:1px solid transparent;transition:border-color 360ms var(--speed-entry)}
.open-region a:hover,
  .open-region a:focus-visible{border-bottom-color:currentColor;color:inherit}
.site-feature{margin:0;font-size:calc(17.2px * .875);line-height:1.5;opacity:0.85;max-width:80ch}
.open-list{padding-top:1.5rem;border-top:1px solid rgba(255, 255, 255, 0.18)}
.media-note{margin:0;font-size:calc(17.2px * .875);opacity:0.8}
@media (max-width: 900px) {.narrow-surface{grid-template-columns:1fr}.local-fields{grid-template-columns:repeat(2, minmax(0, 1fr))}.fresh-lead{grid-template-columns:1fr}
  }
@media (max-width: 560px) {.top-surface{padding:calc(1.5rem * 2.4) 1.52rem}.local-fields{grid-template-columns:1fr}.contact-list{flex-direction:column}.quiet-callout{width:100%}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;right:1.52rem;bottom:1.5rem;width:min(420px,calc(100vw - (1.52rem * 2)));z-index:1200;}
.cookies .quiet-actions{border-radius:0.72rem;padding:16px;background:linear-gradient(135deg, #FBF6EC 0%, #F3EAD8 55%, #E9DCC0 100%);color:#2B2014;box-shadow:0 14px 26px rgba(0,0,0,0.09);}
.cookies .quiet-actions h3{margin:0 0 6px;}
.cookies .quiet-actions p{margin:0;opacity:.92;}
.cookies .content-block{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap;}
.cookies .content-block a{text-decoration:none;border:1px solid color-mix(in srgb, currentColor 30%, transparent);background:color-mix(in srgb, currentColor 16%, transparent);color:inherit;border-radius:999px;padding:7px 11px;}
.cookies .content-block a.cookie-accept{background:#E2703A;color:#FFF7EF;border-color:#C85A28;}
.media-form{
  position:relative;
  padding:calc(1.5rem * 2.4) 1.52rem;
  background:linear-gradient(135deg, #FBF6EC 0%, #F3EAD8 55%, #E9DCC0 100%);
  color:#2B2014;
  overflow:hidden;
}
.media-form .local-entries{max-width:900px;
  margin:0 auto;
  position:relative;
  z-index:1;}
.media-form .page-feature{display:flex;
  align-items:flex-start;
  gap:calc(0.79rem * 1.5);
  flex-wrap:wrap;}
.media-form .media-footer{flex:1 1 22rem;
  min-width:0;}
.media-form h1{margin:0;
  font-size:calc(17.2px * 2.65);
  line-height:1.1;
  letter-spacing:-0.01em;}
.media-form p{margin:1.5rem 0 0;
  font-size:17.2px;
  line-height:1.85;}
.media-form .content-block{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  flex:0 1 15rem;
  align-self:flex-end;}
.media-form .bottom-note,
.media-form .opening{display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.3rem;
  text-decoration:none;
  font-size:calc(17.2px * .875);
  transition:background 360ms var(--speed-entry),color 360ms var(--speed-entry);}
.media-form .bottom-note{
  background:var(--ink-soft);
  color:#FBF6EC;
}
.media-form .bottom-note:hover{
  background:#4A6530;color:var(--surface-dark);}
.media-form .opening{
  background:var(--ink-deep);
  color:var(--surface-dark);
  border:1px solid var(--line-page);
}
.media-form .opening:hover{
  background:var(--line-secondary);
  color:var(--line-base);
}
.media-form .media-actions{max-width:900px;
  margin:calc(0.79rem * 1.5) auto 0;
  border-radius:0.6rem;
  overflow:hidden;
  box-shadow:0 2px 12px rgba(0,0,0,0.07);}
.media-form .media-actions img{display:block;
  width:100%;
  height:auto;}
.media-form .site-visual{max-width:900px;
  margin:calc(0.79rem * 1.5) auto 0;
  font-size:calc(17.2px * .875);
  line-height:1.85;}
.media-form .site-visual a{text-decoration:underline;
  text-underline-offset:2px;}
.media-form .site-visual a:hover{}
@media (max-width:760px){.media-form .page-feature{
    flex-direction:column;
  }.media-form .content-block{
    flex-basis:auto;
    align-self:stretch;
    width:100%;
  }
}
.text-visual{--state-soft:calc(1.5rem * 1.2);--paint-panel:calc(900px / 3.4);padding:calc(1.5rem * 2.4) 1.52rem;background:#FBF6EC;color:#2B2014;}
.text-visual .local-entries{max-width:900px;margin:0 auto;}
.text-visual h2,.text-visual h3,.text-visual p{margin:0;}
.text-visual h2{font-size:calc(17.2px * 2);line-height:1.14;}
.text-visual h3{font-size:calc(17.2px * 1.35);line-height:1.22;}
.text-visual p{font-size:17.2px;line-height:1.85;}
.text-visual .plain-figure{display:flex;flex-wrap:wrap;gap:0.79rem;align-items:flex-start;}
.text-visual .plain-figure>h2{flex:1 1 calc(900px / 2.6);min-width:0;}
.text-visual .plain-figure>.visual-entries{flex:1 1 calc(900px / 2.6);min-width:0;color:var(--line-base);}
.text-visual .simple-actions{display:flex;flex-wrap:wrap;gap:var(--state-soft);margin-top:var(--state-soft);}
.text-visual .active-track{flex:1 1 var(--paint-panel);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);padding:calc(calc(1.5rem * .75) * .9);background:var(--ink-deep);color:var(--surface-dark);border:1px solid var(--line-page);border-radius:0.6rem;box-shadow:0 1px 2px rgba(0,0,0,0.06);}
.text-visual .active-track img{display:block;width:100%;height:auto;border-radius:0.3rem;}
.text-visual .active-track .media-footer{color:var(--line-base);}
.text-visual .site-visual{align-self:flex-start;margin-top:auto;padding:calc(calc(1.5rem * .75) * .5) 1.52rem;border-radius:0.21rem;background:var(--ink-soft);color:#FBF6EC;text-decoration:none;font-size:calc(17.2px * .875);transition:background 360ms var(--speed-entry);}
.text-visual .site-visual:hover,.text-visual .site-visual:focus-visible{background:#4A6530;color:var(--surface-dark);}
.text-visual .site-list{margin-top:var(--state-soft);padding-top:1.5rem;border-top:1px solid var(--line-page);color:var(--line-base);}
@media (max-width:640px){.text-visual .plain-figure>h2,.text-visual .plain-figure>.visual-entries{flex:1 1 100%;}
}
.steady-surface{padding:calc(1.5rem * 2.4) 1.52rem;background:var(--line-secondary);color:var(--line-base)}
.steady-surface .local-entries{max-width:900px;margin:0 auto}
.steady-surface .simple-tile{display:flex;flex-wrap:wrap;gap:calc(0.79rem * 1.5);align-items:flex-start}
.steady-surface .plain-figure{flex:1 1 320px;min-width:0}
.steady-surface h2{margin:0;font-size:calc(17.2px * 2);line-height:1.1}
.steady-surface .plain-figure p{margin:1.5rem 0 0;font-size:17.2px;line-height:1.85}
.steady-surface .text-section{flex:1 1 380px;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.steady-surface .text-section a{display:block;background:var(--ink-deep);color:var(--surface-dark);border:1px solid var(--line-page);border-radius:0.3rem;padding:1.5rem;text-decoration:none;transition:border-color 360ms var(--speed-entry)}
.steady-surface .text-section a:hover{border-color:#E2703A}
.steady-surface strong{display:block;font-size:calc(17.2px * 1.35);line-height:1.2}
.steady-surface span{display:block;margin-top:calc(calc(1.5rem * .75) / 2);font-size:calc(17.2px * .875);line-height:1.85}
@media(max-width:780px){.steady-surface .simple-tile{display:block}.steady-surface .text-section{margin-top:calc(0.79rem * 1.5)}}
.steady-story{--state-soft:calc(1.5rem * 1.1);--layer-local:1px;padding:calc(1.5rem * 2.4) 1.52rem;background:#FBF6EC;color:#2B2014;}
.steady-story .local-entries{max-width:900px;margin:0 auto;}
.steady-story h1,.steady-story h2,.steady-story h3,.steady-story p{margin:0;}
.steady-story h2{font-size:calc(17.2px * 2);line-height:1.14;}
.steady-story h3{font-size:calc(17.2px * 1.35);line-height:1.22;}
.steady-story p{font-size:17.2px;line-height:1.85;}
.steady-story a{color:#5C7A3A;text-decoration:none;border-bottom:var(--layer-local) solid #5C7A3A;}
.steady-story a:hover{color:inherit;border-bottom-color:#E2703A;}
.steady-story .site-list{font-size:calc(17.2px * .875);letter-spacing:.04em;text-transform:uppercase;color:var(--line-base);margin-bottom:calc(1.5rem / 2);}
.steady-story .visual-entries{margin-top:1.5rem;}
.steady-story .simple-actions{display:flex;flex-direction:column;gap:0;margin-top:calc(var(--state-soft) * 1.2);border-top:var(--layer-local) solid var(--line-page);}
.steady-story .active-track{min-width:0;padding:calc(1.5rem * .75) 0;border-bottom:var(--layer-local) solid var(--line-page);}
.steady-story .active-track .media-footer{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.steady-story .site-visual{margin-top:var(--state-soft);font-size:calc(17.2px * .875);color:var(--line-base);}
@media (min-width:720px){.steady-story .active-track{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:1.52rem;align-items:start;}.steady-story .active-track .media-footer{display:contents;}.steady-story .active-track h3{grid-column:1;}.steady-story .active-track p{grid-column:2;}
}
.fresh-menu{padding:calc(1.5rem * 2.4) 1.52rem;background:var(--ink-soft);color:#FBF6EC;overflow:hidden}
.fresh-menu .local-entries{max-width:900px;margin:0 auto}
.fresh-menu .visual-figure{margin:0 0 calc(0.79rem * 1.5)}
.fresh-menu h2{margin:0;font-size:calc(17.2px * 2);line-height:1.15}
.fresh-menu .visual-figure p{margin:1.5rem 0 0;font-size:calc(17.2px * 1.125);line-height:1.85}
.fresh-menu .bottom-figure{display:flex;flex-wrap:wrap;gap:0.79rem;margin:0}
.fresh-menu .active-track{flex:1 1 15rem;min-width:0;padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(251,246,236,0.28)}
.fresh-menu strong{display:block;font-size:calc(17.2px * 1.35);line-height:1.15}
.fresh-menu .active-track p{margin:calc(1.5rem * .75) 0 0;line-height:1.85}
.fresh-menu .site-visual{margin-top:calc(0.79rem * 1.5);padding-top:1.5rem;border-top:1px solid rgba(251,246,236,0.28)}
.fresh-menu .site-visual p{margin:0;font-size:calc(17.2px * .875);line-height:1.85}
.fresh-menu .site-visual a{text-decoration:underline;text-underline-offset:3px}
.fresh-menu .site-visual a:hover{}
@media (max-width:640px){.fresh-menu .active-track{flex:1 1 100%}
}
.active-figure{padding:calc(calc(1.5rem * 2.4)*.72) 1.52rem;background:#FBF6EC;color:#2B2014;}
.active-figure .quiet-grid{max-width:min(900px,62rem);margin:0 auto;display:flex;flex-direction:column;gap:clamp(1rem,2vw,calc(0.79rem * 1.5));}
.active-figure h1{margin:0;font-size:clamp(1.9rem,4.6vw,calc(17.2px * 2.65));line-height:1.1;font-weight:640;letter-spacing:-0.01em;}
.active-figure .strong-plan{display:block;width:100%;height:auto;aspect-ratio:16/7;object-fit:cover;border-radius:0.6rem;box-shadow:var(--lift-button,0 1px 2px rgba(0,0,0,0.06));}
.active-figure .quiet-grid>div{padding-top:clamp(.9rem,1.8vw,1.5rem);border-top:1px solid var(--line-page,#E4D9C4);}
.active-figure p{margin:0;font-size:clamp(1rem,1.25vw,17.2px);line-height:1.78;color:var(--line-base,#3E3324);}
@media (max-width:640px){.active-figure{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.active-figure .strong-plan{aspect-ratio:4/3;}
  }
.main-form{
        background: linear-gradient(135deg, #FBF6EC 0%, #F3EAD8 55%, #E9DCC0 100%);
        color: #2B2014;
        padding: calc(1.5rem * 2.4) 1.52rem;
    }
.main-form .local-entries{width: min(100%, 900px);
        margin: 0 auto;
        display: grid;
        gap: calc(0.79rem * 1.5);}
.main-form h2,
    .main-form h3,
    .main-form p{margin: 0;}
.main-form h2{font-size: calc(17.2px * 2);
        line-height: 1.1;}
.main-form h3{font-size: calc(17.2px * 1.35);
        line-height: 1.2;}
.main-form p{font-size: 17.2px;
        line-height: 1.85;}
.main-form .main-frame{
        display: grid;
        gap: 0.79rem;
        padding: calc(0.79rem * 1.5);
        border-radius: 0.6rem;
        background: linear-gradient(120deg, #E2703A 0%, #C85A28 100%);
        color: #FFF7EF;
    }
.main-form .featured-frame{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);}
.main-form .frame{
        flex: 1 1 22rem;
        display: grid;
        gap: calc(1.5rem * .75);
        align-content: start;
        padding: 1.5rem 1.52rem;
        border-radius: 0.3rem;
        background: var(--ink-deep);
        color: var(--surface-dark);
        border: 1px solid var(--line-page);
        animation: activitiesPocketIn calc(360ms * 2) var(--speed-entry) both;
        animation-delay: var(--speed-base, 0ms);
    }
.main-form .frame div{display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0.79rem;
        font-size: calc(17.2px * .875);}
.main-form .bottom-note{
        width: fit-content;
        padding: calc(calc(1.5rem * .75) * .8) 1.5rem;
        border-radius: 0.3rem;
        background: var(--ink-soft);
        color: #FBF6EC;
        text-decoration: none;
        font-size: 17.2px;
    }
.main-form .bottom-note:hover{
        background: #4A6530;color:var(--surface-dark);}
@keyframes activitiesPocketIn {from{
            opacity: .3;
            transform: translateY(calc(0.79rem * 2));
        }to{
            opacity: 1;
            transform: translateY(0);
        }
    }
@media (max-width: 720px) {.main-form .frame{
            flex: 1 1 100%;
        }
    }
.offer-surface{--state-soft:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.52rem;background:#FBF6EC;color:#2B2014;}
.offer-surface .local-entries{max-width:900px;margin:0 auto;}
.offer-surface h1,.offer-surface h2,.offer-surface h3,.offer-surface p{margin:0;}
.offer-surface h2{font-size:calc(17.2px * 2);line-height:1.12;}
.offer-surface p{font-size:17.2px;line-height:1.85;}
.offer-surface a{color:#5C7A3A;text-decoration:none;}
.offer-surface a:hover{color:inherit;}
.offer-surface .bottom-note{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.21rem;background:var(--ink-soft);color:#FBF6EC;font-size:calc(17.2px * .875);}
.offer-surface .bottom-note:hover{background:#4A6530;color:#FBF6EC;}
.offer-surface .visual-entries{margin-top:1.5rem;}
.offer-surface .wide-form{display:flex;flex-direction:column;gap:var(--state-soft);margin-top:calc(0.79rem * 1.5);}
.offer-surface details{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.3rem;background:var(--ink-deep);color:var(--surface-dark);border:1px solid var(--line-page);}
.offer-surface summary{cursor:pointer;font-weight:700;font-size:17.2px;}
.offer-surface details p{margin-top:calc(1.5rem / 3);}
.offer-surface .site-list{margin-top:calc(0.79rem * 1.5);font-size:calc(17.2px * .875);color:var(--line-base);}
.offer-surface .visual-panel{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.79rem;}
.offer-surface .media-footer{flex:1 1 auto;min-width:0;}
.offer-surface .wide-form{flex:1 1 100%;}
.offer-surface .site-list{flex:1 1 100%;}
@media (max-width:640px){.offer-surface .bottom-note{width:100%;}
}
.content-media{
  background: linear-gradient(135deg, #FBF6EC 0%, #F3EAD8 55%, #E9DCC0 100%);
  color: #2B2014;
  padding: calc(1.5rem * 2.4) 1.52rem;
}
.content-media .local-entries{width: min(100%, 900px);
  margin: 0 auto;
  display: grid;
  gap: calc(0.79rem * 1.5);}
.content-media h2,
.content-media h3,
.content-media p{margin: 0;}
.content-media h2{font-size: calc(17.2px * 2); line-height: 1.1;}
.content-media h3{font-size: calc(17.2px * 1.35); line-height: 1.2;}
.content-media p{font-size: 17.2px; line-height: 1.85;}
.content-media .main-frame{
  display: grid;
  gap: calc(1.5rem * .75);
  padding: 1.5rem 1.52rem;
  border-radius: 0.72rem;
  background: linear-gradient(120deg, #E2703A 0%, #C85A28 100%);
  color: #FFF7EF;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}
.content-media .service-track{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.content-media [data-block]{
  flex: 1 1 18rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem 1.52rem;
  border-radius: 0.3rem;
  background: var(--ink-deep);
  color: var(--surface-dark);
  border: 1px solid var(--line-page);
  box-shadow: 0 1px 2px rgba(0,0,0,0.06);
  animation: profileSummaryIn calc(360ms * 2) var(--speed-entry) both;
  animation-delay: var(--speed-base, 0ms);
}
.content-media [data-block] > div{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.79rem;
  font-size: calc(17.2px * .875);
  border-bottom: 1px solid var(--line-page);
  padding-bottom: calc(1.5rem * .75);}
.content-media .layer{font-size: calc(17.2px * .875);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--line-page);}
@keyframes profileSummaryIn {from{ opacity: .25; transform: translateY(6px); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 720px) {.content-media [data-block]{ flex: 1 1 100%; }
}
.direct-panel{padding:calc(calc(1.5rem * 2.4)*.7) 1.52rem;background:#FBF6EC;color:#2B2014;}
.direct-panel .quiet-grid{max-width:min(900px,60rem);margin:0 auto;display:flex;flex-direction:column;gap:clamp(1rem,2vw,calc(0.79rem * 1.5));}
.direct-panel h1{margin:0;max-width:20ch;font-size:clamp(2rem,5vw,calc(17.2px * 2.65));line-height:1.08;font-weight:640;letter-spacing:-0.01em;}
.direct-panel .strong-plan{display:block;width:100%;height:auto;aspect-ratio:16/7;object-fit:cover;border-radius:0.6rem;box-shadow:0 1px 2px rgba(0,0,0,0.06);}
.direct-panel .quiet-grid>div{padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid var(--line-page);}
.direct-panel p{margin:0;font-size:clamp(1rem,1.25vw,17.2px);line-height:1.8;}
@media (max-width:640px){.direct-panel{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.direct-panel h1{max-width:100%;}.direct-panel .strong-plan{aspect-ratio:4/3;}
  }
.strong-copy{
  padding: calc(1.5rem * 2.4) 1.52rem;
  background: var(--ink-soft);
  color: #FBF6EC;
}
.strong-copy .local-entries{max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: calc(0.79rem * 1.5);}
.strong-copy .bottom-note{
  flex: 1 1 320px;
  padding: calc(1.5rem * .75);
  border-radius: 0.72rem;
  background: #FBF6EC;
  color: #2B2014;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}
.strong-copy .bottom-note span{
  display: inline-block;
  padding: 0.15rem 0.55rem;
  border-radius: 0.21rem;
  background: #E2703A;
  color: #FFF7EF;
  font-size: calc(17.2px * .875);
}
.strong-copy h2{margin: calc(1.5rem * .75) 0 calc(calc(1.5rem * .75) * 0.6);
  font-size: calc(17.2px * 2);
  line-height: 1.12;}
.strong-copy .site-list{margin: 0 0 calc(1.5rem * .75);
  font-size: 17.2px;
  line-height: 1.85;}
.strong-copy a{
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * 0.7) calc(1.5rem * .75);
  border-radius: 0.3rem;
  background: var(--ink-soft);
  color: #FBF6EC;
  text-decoration: none;
  transition: background 360ms var(--speed-entry);
}
.strong-copy a:hover{
  background: #4A6530;color:var(--surface-dark);}
.strong-copy .compact-frame{flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  gap: 0.79rem;}
.strong-copy .visual-entries{margin: 0 0 calc(0.79rem * 0.5);
  font-size: calc(17.2px * 1.125);
  line-height: 1.85;}
.strong-copy .team-stack{
  padding: calc(calc(1.5rem * .75) * 0.85) calc(1.5rem * .75);
  border-radius: 0.3rem;
  background: #2B2014;
  color: #FBF6EC;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem calc(1.5rem * .75);
}
.strong-copy .team-stack strong{flex: 0 0 auto;
  font-size: 17.2px;}
.strong-copy .team-stack span{flex: 1 1 200px;
  font-size: calc(17.2px * .875);
  line-height: 1.85;
  opacity: 0.85;}
@media (max-width: 760px) {.strong-copy .team-stack{
    flex-direction: column;
    align-items: flex-start;
  }
}
.quiet-items{
  background:#FBF6EC;
  color:#2B2014;
  padding:calc(1.5rem * 2.4) 1.52rem;
}
.quiet-items .local-entries{max-width:900px;
  margin:0 auto;}
.quiet-items .content-menu{max-width:44rem;}
.quiet-items .local-details{margin:0 0 1.5rem;
  color:var(--line-base);
  font-size:17.2px;
  line-height:1.85;}
.quiet-items h2{margin:0;
  font-size:calc(17.2px * 2);
  line-height:1.1;
  letter-spacing:0;}
.quiet-items .public-group{margin-top:calc(0.79rem * 1.5);
  max-width:52rem;}
.quiet-items .active-track{display:flex;
  gap:0.79rem;
  align-items:flex-start;
  padding:1.5rem 0;}
.quiet-items .active-track + .active-track{border-top:1px solid var(--line-page);}
.quiet-items .active-track strong{flex:0 0 12rem;
  min-width:0;
  font-size:17.2px;
  color:#2B2014;}
.quiet-items .active-track span{min-width:0;
  color:var(--line-base);
  line-height:1.85;}
@media (max-width:640px){.quiet-items .active-track{display:block}.quiet-items .active-track span{display:block;margin-top:.45rem}
}
.soft-links{--state-soft:calc(1.5rem * 1.35);--layer-local:1px solid color-mix(in srgb, currentColor 22%, transparent);padding:calc(1.5rem * 2.4) 1.52rem;background:var(--ink-soft);color:#FBF6EC;}
.soft-links .local-entries{max-width:900px;margin:0 auto;}
.soft-links h2,.soft-links h3,.soft-links p{margin:0;}
.soft-links h2{font-size:calc(17.2px * 2);line-height:1.12;}
.soft-links h3{font-size:calc(17.2px * 1.35);line-height:1.22;}
.soft-links p{font-size:17.2px;line-height:1.85;color:color-mix(in srgb, currentColor 78%, transparent);}
.soft-links .simple-actions{display:flex;flex-direction:column;gap:var(--state-soft);margin-top:var(--state-soft);}
.soft-links .active-track{display:flex;flex-direction:column-reverse;gap:calc(1.5rem / 3);padding-top:var(--state-soft);border-top:var(--layer-local);}
.soft-links .active-track:first-child{padding-top:0;border-top:0;}
.soft-links .site-list{margin-top:var(--state-soft);padding-top:var(--state-soft);border-top:var(--layer-local);font-size:calc(17.2px * .875);}
@media (min-width:640px){.soft-links .active-track{flex-direction:row;align-items:baseline;gap:calc(1.5rem * .75);}.soft-links .active-track h3{flex:0 0 34%;}.soft-links .active-track p{flex:1 1 auto;}
}
.steady-headline{
    padding:calc(1.5rem * 2.4) 1.52rem;
    background:var(--line-secondary);
    color:var(--line-base);
    background-image:linear-gradient(135deg,color-mix(in srgb,currentColor 5%,transparent),transparent 52%);
}
.steady-headline .local-entries{max-width:900px;
    margin:0 auto;
    display:grid;
    grid-template-columns:0.85fr 1.15fr;
    gap:calc(0.79rem * 1.5);
    align-items:start;}
.steady-headline .simple-form{position:relative;}
.steady-headline .simple-form img{width:100%;
    height:auto;
    display:block;
    border-radius:0.6rem;
    border:1px solid var(--line-page);
    box-shadow:0 1px 2px rgba(0,0,0,0.06);}
.steady-headline .main-copy h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(17.2px * 2);
    line-height:1.2;}
.steady-headline .main-copy h3{margin:0 0 calc(0.79rem * 1.5);
    font-size:17.2px;
    font-weight:600;
    letter-spacing:0.01em;
    opacity:0.82;}
.steady-headline .main-copy p{margin:0 0 calc(1.5rem * .75);
    font-size:17.2px;
    line-height:1.85;}
.steady-headline .main-copy ul{margin:calc(0.79rem * 1.5) 0 0;
    padding:0;
    list-style:none;
    display:flex;
    flex-wrap:wrap;
    gap:0.79rem;}
.steady-headline .main-copy ul li{
    background:var(--ink-deep);
    color:var(--surface-dark);
    border:1px solid var(--line-page);
    border-radius:0.3rem;
    padding:0.5rem 0.85rem;
    font-size:calc(17.2px * .875);
    line-height:1.4;
}
@media (max-width:820px){.steady-headline .local-entries{
        grid-template-columns:1fr;
    }.steady-headline .simple-form img{
        max-height:340px;
        object-fit:cover;
    }
}
.compact-details{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.52rem;
    background:#FBF6EC;
    color:#2B2014;
  }
.compact-details .quiet-grid{max-width:min(900px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.79rem * 1.5);}
.compact-details .open-content{display:flex;
    flex-direction:column;
    gap:0.79rem;}
.compact-details h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.9rem,4.6vw,calc(17.2px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.005em;}
.compact-details .visual-entries{margin:0;
    font-size:clamp(1rem,1.3vw,calc(17.2px * 1.125));
    line-height:1.72;
    color:var(--line-base,#3E3324);}
.compact-details .text-tile{margin:0;
    display:block;}
.compact-details .strong-plan{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.6rem;
    box-shadow:var(--lift-button,0 1px 2px rgba(0,0,0,0.06));}
.compact-details .media-footer{display:flex;
    flex-direction:column;
    gap:0.79rem;
    padding-top:1.5rem;
    border-top:1px solid var(--line-page,#E4D9C4);}
.compact-details .media-footer p{margin:0;
    font-size:17.2px;
    line-height:1.85;}
@media (max-width:640px){.compact-details h1{max-width:100%;}.compact-details .strong-plan{aspect-ratio:4/3;}.compact-details{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }
  }
.content-visual{--state-soft:calc(1.5rem * 0.9);--field-extra-14:calc(900px / 3.1);padding:calc(1.5rem * 2.4) 1.52rem;background:#FBF6EC;color:#2B2014;}
.content-visual .local-entries{max-width:900px;margin:0 auto;}
.content-visual h1,.content-visual h2,.content-visual h3,.content-visual p{margin:0;}
.content-visual h2{font-size:calc(17.2px * 2);line-height:1.14;}
.content-visual h3{font-size:calc(17.2px * 1.35);line-height:1.22;}
.content-visual p{font-size:17.2px;line-height:1.85;}
.content-visual a{color:#5C7A3A;text-decoration:none;border-bottom:1px solid var(--line-page);}
.content-visual a:hover{color:inherit;}
.content-visual .site-list{margin:0;font-size:calc(17.2px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--line-base);}
.content-visual .visual-entries{margin-top:calc(1.5rem / 2);}
.content-visual .visual-panel{display:flex;flex-wrap:wrap;align-items:flex-end;gap:0.79rem;}
.content-visual .visual-panel>.media-footer{flex:1 1 var(--field-extra-14);min-width:0;}
.content-visual .visual-panel>.bottom-note{flex:0 0 auto;}
.content-visual .bottom-note{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.21rem;background:var(--ink-soft);color:#FBF6EC;border-bottom:0;}
.content-visual .bottom-note:hover{background:#4A6530;color:#FBF6EC;}
.content-visual .simple-actions{display:flex;flex-wrap:wrap;align-items:stretch;gap:0.79rem;margin-top:var(--state-soft);}
.content-visual .active-track{flex:1 1 calc(900px / 3.2);min-width:0;padding:calc(1.5rem * .75);background:var(--ink-deep);color:var(--surface-dark);border:1px solid var(--line-page);border-radius:0.3rem;}
.content-visual .active-track p{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.content-visual .visual-panel{align-items:flex-start;}.content-visual .active-track{flex:1 1 100%;}
}
.main-tile{--state-soft:calc(1.5rem * 0.99);--type-main:calc(900px / 3.88);padding:calc(1.5rem * 2.4) 1.52rem;background:var(--ink-soft);color:#FBF6EC;}
.main-tile .local-entries{max-width:900px;margin:0 auto;}
.main-tile h1,.main-tile h2,.main-tile h3,.main-tile p{margin:0;}
.main-tile h1{font-size:calc(17.2px * 2.65);line-height:1.08;}
.main-tile h2{font-size:calc(17.2px * 2);line-height:1.12;}
.main-tile h3{font-size:calc(17.2px * 1.35);line-height:1.2;}
.main-tile p{font-size:17.2px;line-height:1.85;color:color-mix(in srgb, currentColor 78%, transparent);}
.main-tile a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.main-tile a:hover{border-bottom-color:currentColor;}
.main-tile img{display:block;width:100%;height:auto;max-width:var(--type-main);border-radius:0.3rem;}
.main-tile .visual-entries{margin-top:1.5rem;}
.main-tile .main-note>img{margin-top:var(--state-soft);}
.main-tile .simple-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.79rem;margin-top:var(--state-soft);}
.main-tile .active-track{flex:1 1 calc(900px / 4);min-width:0;}
.main-tile .active-track h3{margin-bottom:calc(1.5rem / 3);}
.main-tile .site-list{margin-top:var(--state-soft);font-size:calc(17.2px * .875);}
.top-footer{
  --state-soft:calc(1.5rem * 1.15);
  --label-button:calc(900px / 3.4);
  padding:calc(1.5rem * 2.4) 1.52rem;
  background:#2B2014;
  color:#FBF6EC;
}
.top-footer .local-entries{max-width:900px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  row-gap:calc(var(--state-soft) * .9);}
.top-footer h2,
.top-footer h3,
.top-footer p{margin:0;}
.top-footer h2{font-size:calc(17.2px * 2);
  line-height:1.14;}
.top-footer h3{font-size:calc(17.2px * 1.35);
  line-height:1.22;}
.top-footer p{font-size:17.2px;
  line-height:1.85;}
.top-footer .plain-figure{display:flex;
  flex-direction:column;
  row-gap:calc(1.5rem / 2);}
.top-footer .visual-entries{color:inherit;}
.top-footer .local-stack{display:flex;
  flex-wrap:wrap;
  gap:var(--state-soft);}
.top-footer .active-track{
  flex:1 1 var(--label-button);
  min-width:0;
  padding:calc(var(--state-soft) * .8);
  border-radius:0.3rem;
  background:var(--ink-deep);
  color:var(--surface-dark);
  border:1px solid var(--line-page);
  display:flex;
  flex-direction:column;
  row-gap:calc(1.5rem / 2.4);
}
.top-footer .active-track p{color:inherit;
  opacity:.88;}
.top-footer .site-visual{margin-top:auto;
  align-self:flex-start;
  font-size:calc(17.2px * .875);color:inherit;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 360ms var(--speed-entry), border-color 360ms var(--speed-entry);}
.top-footer .site-visual:hover{color:#E2703A;
  border-bottom-color:#E2703A;}
@media (max-width:720px){.top-footer .active-track{
    flex:1 1 100%;
  }
}
.focused-media{
    padding:calc(1.5rem * 2.4) 1.52rem;
    background:linear-gradient(135deg, #FBF6EC 0%, #F3EAD8 55%, #E9DCC0 100%);
    color:#2B2014;
}
.focused-media .local-entries{max-width:900px;
    margin:0 auto;}
.focused-media .open-content{margin-bottom:calc(0.79rem * 1.5);}
.focused-media .open-content p{margin:0;
    font-size:calc(17.2px * .875);
    font-weight:700;
    letter-spacing:.04em;
    text-transform:uppercase;
    opacity:.85;}
.focused-media .open-content h2{margin:1.52rem 0 0;
    font-size:calc(17.2px * 2);
    line-height:1.25;}
.focused-media .visual-entries{margin:0 0 calc(0.79rem * 1.5);
    font-size:17.2px;
    line-height:1.85;}
.focused-media .wide-stack{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.focused-media .strong-note{display:flex;
    flex-wrap:wrap;
    gap:0.79rem;}
.focused-media .strong-rail{
    flex:1 1 280px;
    background:var(--ink-deep);
    color:var(--surface-dark);
    border:1px solid var(--line-page);
    border-radius:0.6rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 2px rgba(0,0,0,0.06);
}
.focused-media .strong-rail .bottom-content{
    display:inline-block;
    font-size:calc(17.2px * .875);
    font-weight:700;
    color:#FFF7EF;
    background:#E2703A;
    padding:.15rem .55rem;
    border-radius:0.21rem;
}
.focused-media .strong-rail h3{margin:1.52rem 0 1.5rem;
    font-size:calc(17.2px * 1.35);
    line-height:1.3;}
.focused-media .strong-rail p{margin:0 0 1.5rem;
    line-height:1.85;}
.focused-media .site-visual{display:inline-block;
    font-weight:700;
    text-decoration:none;
    border-bottom:1px solid currentColor;
    padding-bottom:1px;
    transition:color 360ms var(--speed-entry);}
.focused-media .site-visual:hover{}
.focused-media .site-list{
    margin-top:calc(0.79rem * 1.5);
    padding:calc(1.5rem * .75);
    background:var(--line-secondary);
    color:var(--line-base);
    border-radius:0.3rem;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    gap:0.79rem;
}
.focused-media .site-list p{margin:0;
    flex:1 1 320px;
    line-height:1.85;}
@media (max-width:640px){.focused-media .strong-rail{
        flex:1 1 100%;
    }.focused-media .site-list{
        flex-direction:column;
        align-items:flex-start;
    }
}
.clear-rail{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.52rem;
    background:#FBF6EC;
    color:#2B2014;
  }
.clear-rail .quiet-grid{max-width:min(900px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1.1rem,2.4vw,calc(0.79rem * 1.5));}
.clear-rail h1{margin:0;
    max-width:20ch;
    font-size:clamp(1.95rem,5vw,calc(17.2px * 2.65));
    line-height:1.06;
    font-weight:660;
    letter-spacing:0;}
.clear-rail .visual-entries{padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid var(--line-page);}
.clear-rail .visual-entries p{margin:0;
    font-size:clamp(1rem,1.24vw,17.2px);
    line-height:1.78;
    color:var(--line-base);}
.clear-rail .strong-plan{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.3rem;
    box-shadow:0 1px 2px rgba(0,0,0,0.06);}
@media (max-width:640px){.clear-rail h1{max-width:100%;}.clear-rail .strong-plan{aspect-ratio:4/3;}.clear-rail{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.plain-form{
  background: #FBF6EC;
  color: #2B2014;
  padding: calc(1.5rem * 2.4) 1.52rem;
}
.plain-form .local-entries{width: min(100%, 900px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.79rem * 1.5);}
.plain-form .open-content{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.plain-form h2{margin: 0;
  font-size: calc(17.2px * 2);
  line-height: 1.15;}
.plain-form .visual-entries{margin: 0;
  font-size: 17.2px;
  line-height: 1.85;}
.plain-form .wide-stack{display: flex;
  flex-wrap: wrap;
  gap: 0.79rem;}
.plain-form .soft-frame{
  flex: 1 1 15rem;
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  background: var(--ink-deep);
  color: var(--surface-dark);
  border: 1px solid var(--line-page);
  border-radius: 0.6rem;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0,0,0,0.06);
}
.plain-form .soft-frame img{display: block;
  width: 100%;
  height: 12rem;
  object-fit: cover;}
.plain-form figcaption{display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: calc(1.5rem * .75);}
.plain-form figcaption strong{font-size: 17.2px;
  line-height: 1.25;}
.plain-form figcaption span{font-size: calc(17.2px * .875);
  line-height: 1.85;}
.plain-form .site-list{
  margin: 0;
  padding: calc(1.5rem * .75) 1.5rem;
  background: var(--line-secondary);
  color: var(--line-base);
  border-radius: 0.3rem;
  font-size: calc(17.2px * .875);
  line-height: 1.85;
}
@media (max-width: 640px) {.plain-form .soft-frame img{
    height: 10rem;
  }
}
.focused-shell{
  --state-soft:calc(1.5rem * 0.92);
  padding:calc(1.5rem * 2.4) 1.52rem;
  background:#FBF6EC;
  color:#2B2014;
}
.focused-shell .local-entries{max-width:900px;
  margin:0 auto;}
.focused-shell h1,
.focused-shell h2,
.focused-shell h3,
.focused-shell p{margin:0;}
.focused-shell h2{font-size:calc(17.2px * 2);
  line-height:1.14;}
.focused-shell .visual-entries{font-size:calc(17.2px * 1.125);
  line-height:1.85;
  margin-top:calc(0.79rem * 1.5);}
.focused-shell .media-footer{font-size:17.2px;
  line-height:1.85;}
.focused-shell .site-list{font-size:calc(17.2px * .875);
  line-height:1.85;
  color:var(--line-base);
  margin-top:calc(0.79rem * 1.5);}
.focused-shell .fresh-callout{display:flex;
  flex-direction:column;}
.focused-shell .primary-list{margin-top:var(--state-soft);
  padding-top:calc(0.79rem * 1.5);
  border-top:1px solid var(--line-page);
  display:flex;
  flex-direction:column;
  gap:calc(0.79rem * 1.5);}
.focused-shell .offer-links{margin-top:var(--state-soft);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.79rem;}
.focused-shell .bottom-note{
  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.21rem;
  background:var(--ink-soft);
  color:#FBF6EC;
  font-size:17.2px;
  text-decoration:none;
  transition:background 360ms var(--speed-entry);
}
.focused-shell .bottom-note:hover{
  background:#4A6530;color:var(--surface-dark);}
.focused-shell .site-visual{font-size:calc(17.2px * .875);
  line-height:1.85;
  color:var(--line-base);}
.focused-shell .site-visual a{color:#5C7A3A;
  text-decoration:underline;
  text-underline-offset:2px;}
.focused-shell .site-visual a:hover{color:inherit;}
@media (max-width:640px){.focused-shell .offer-links{
    flex-direction:column;
    align-items:flex-start;
  }.focused-shell .bottom-note{
    width:100%;
  }
}
.featured-figure{--state-soft:calc(1.5rem * 1.35);--field-content:calc(900px / 2.50);--type-main:calc(900px / 3.66);padding:calc(1.5rem * 2.4) 1.52rem;background:#E2703A;color:#FFF7EF;}
.featured-figure .local-entries{max-width:900px;margin:0 auto;}
.featured-figure h1,.featured-figure h2,.featured-figure h3,.featured-figure p{margin:0;}
.featured-figure h1{font-size:calc(17.2px * 2.65);line-height:1.08;}
.featured-figure h2{font-size:calc(17.2px * 2);line-height:1.12;}
.featured-figure h3{font-size:calc(17.2px * 1.35);line-height:1.2;}
.featured-figure p{font-size:17.2px;line-height:1.85;color:color-mix(in srgb, currentColor 78%, transparent);}
.featured-figure a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.featured-figure a:hover{border-bottom-color:#FFF7EF;}
.featured-figure img{display:block;width:100%;height:auto;border-radius:0.3rem;}
.featured-figure .visual-entries{}
.featured-figure .simple-actions{display:flex;flex-direction:column;gap:var(--state-soft);margin-top:0;}
.featured-figure .active-track{min-width:0;}
.featured-figure .active-track p{margin-top:calc(1.5rem / 3);}
.featured-figure .local-copy{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.79rem;}
.featured-figure .local-copy>.media-footer{flex:1 1 calc(900px / 3);min-width:0;}
.featured-figure .local-copy>.simple-actions{flex:2 1 calc(900px / 2);}
.featured-figure .local-copy>img{margin-left:auto;max-width:calc(var(--type-main) * 1.1);}
.featured-figure .media-footer .visual-entries{margin-top:1.5rem;}
.featured-figure .site-visual{margin-top:var(--state-soft);font-size:calc(17.2px * .875);color:color-mix(in srgb, currentColor 82%, transparent);}
@media (max-width:720px){.featured-figure .local-copy>img{margin-left:0;max-width:100%;}
}
.focused-frame{padding:calc(calc(1.5rem * 2.4)*.78) 1.52rem;background:#FBF6EC;color:#2B2014;}
.focused-frame .quiet-grid{max-width:min(900px,60rem);margin:0 auto;display:flex;flex-direction:column;}
.focused-frame h1{margin:0;font-size:clamp(1.95rem,4.6vw,calc(17.2px * 2.65));line-height:1.08;font-weight:640;letter-spacing:-0.01em;}
.focused-frame .strong-plan{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.6rem;margin:clamp(1.1rem,2.4vw,calc(0.79rem * 1.5)) 0 0;box-shadow:0 1px 2px rgba(0,0,0,0.06);}
.focused-frame .quiet-grid>div{margin-top:clamp(1rem,2vw,1.5rem);padding-top:clamp(.9rem,1.7vw,1.5rem);border-top:1px solid var(--line-page);}
.focused-frame p{margin:0;font-size:17.2px;line-height:1.85;color:var(--line-base);}
@media (max-width:640px){.focused-frame{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}.focused-frame .strong-plan{aspect-ratio:4/3;}
  }
.service-list{--state-soft:calc(1.5rem * 1.29);--field-content:calc(900px / 3.25);padding:calc(1.5rem * 2.4) 1.52rem;background:#FBF6EC;color:#2B2014;}
.service-list .local-entries{max-width:900px;margin:0 auto;}
.service-list h1,.service-list h2,.service-list h3,.service-list p,.service-list ol,.service-list li{margin:0;}
.service-list h2{font-size:calc(17.2px * 2);line-height:1.12;}
.service-list h3{font-size:calc(17.2px * 1.35);line-height:1.2;}
.service-list p{font-size:17.2px;line-height:1.85;}
.service-list a{color:#5C7A3A;text-decoration:none;}
.service-list a:hover{color:inherit;}
.service-list .plain-figure{margin-bottom:var(--state-soft);}
.service-list .plain-figure .visual-entries{margin-top:calc(1.5rem / 2);}
.service-list .compact-frame{list-style:none;padding:0;display:flex;flex-direction:column;gap:var(--state-soft);border-top:1px solid var(--line-page);}
.service-list .team-stack{display:flex;gap:0.79rem;align-items:flex-start;padding-top:var(--state-soft);border-bottom:1px solid var(--line-page);padding-bottom:var(--state-soft);}
.service-list .team-stack:last-child{border-bottom:0;padding-bottom:0;}
.service-list .quiet-group{flex:0 0 auto;font-size:calc(17.2px * .875);letter-spacing:0.08em;color:var(--line-base);padding-top:0.35em;}
.service-list .main-copy{min-width:0;flex:1 1 auto;}
.service-list .main-copy p{margin-top:calc(1.5rem / 3);}
.service-list .page-contact{margin-top:var(--state-soft);padding-top:var(--state-soft);border-top:1px solid var(--line-page);}
.service-list .site-visual{display:flex;flex-wrap:wrap;gap:0.79rem;margin-top:calc(1.5rem / 2);}
.service-list .site-visual a{font-size:calc(17.2px * .875);border-bottom:1px solid #5C7A3A;padding-bottom:2px;}
@media (max-width:640px){.service-list .team-stack{flex-direction:column;gap:calc(0.79rem / 2);}.service-list .quiet-group{padding-top:0;}
}
.focused-panel{--state-soft:calc(1.5rem * 0.95);--field-content:calc(900px / 2.75);padding:calc(1.5rem * 2.4) 1.52rem;background:var(--ink-soft);color:#FBF6EC;}
.focused-panel .local-entries{max-width:900px;margin:0 auto;}
.focused-panel h1,.focused-panel h2,.focused-panel h3,.focused-panel p{margin:0;}
.focused-panel h1{font-size:calc(17.2px * 2.65);line-height:1.08;}
.focused-panel h2{font-size:calc(17.2px * 2);line-height:1.12;}
.focused-panel h3{font-size:calc(17.2px * 1.35);line-height:1.2;}
.focused-panel p{font-size:17.2px;line-height:1.85;color:color-mix(in srgb, currentColor 78%, transparent);}
.focused-panel a{color:inherit;text-decoration:none;}
.focused-panel .bottom-note{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.21rem;background:#FBF6EC;color:var(--ink-soft);}
.focused-panel .site-list{font-size:calc(17.2px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 70%, transparent);}
.focused-panel .simple-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.79rem;margin-top:var(--state-soft);}
.focused-panel .active-track{flex:1 1 calc(900px / 4);min-width:0;}
.focused-panel .active-track p{margin-top:calc(1.5rem / 3);}
.focused-panel .visual-panel{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.79rem;}
.focused-panel .visual-panel>.media-footer{flex:1 1 auto;min-width:0;}
.focused-panel .visual-panel>.bottom-note{flex:0 0 auto;}
.focused-panel .visual-panel>.simple-actions{flex:1 1 100%;}
.focused-panel .media-footer h2{margin-top:calc(1.5rem / 2);}
@media (max-width:640px){.focused-panel .active-track{flex:1 1 100%;}.focused-panel .visual-panel>.bottom-note{width:100%;}
}
.open-panel{padding:calc(calc(1.5rem * 2.4)*.74) 1.52rem;background:#FBF6EC;color:#2B2014;}
.open-panel .quiet-grid{max-width:min(900px,66rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(0.79rem * 1.5);}
.open-panel h1{margin:0;max-width:22ch;font-size:clamp(1.9rem,4.6vw,calc(17.2px * 2.65));line-height:1.08;font-weight:680;letter-spacing:0;}
.open-panel .visual-entries{margin:0;padding-left:calc(1.5rem * .75);border-left:3px solid #E2703A;}
.open-panel .visual-entries p{margin:0;font-size:clamp(1.02rem,1.35vw,calc(17.2px * 1.125));line-height:1.7;}
.open-panel .strong-plan{display:block;width:100%;height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.6rem;box-shadow:var(--lift-button,0 1px 2px rgba(0,0,0,0.06));}
.open-panel .media-footer{margin:0;padding-top:calc(0.79rem * 1.5);border-top:1px solid var(--line-page,#E4D9C4);}
.open-panel .media-footer p{margin:0;font-size:clamp(1rem,1.28vw,17.2px);line-height:1.78;color:var(--line-base,#3E3324);}
@media (max-width:640px){.open-panel{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54);}.open-panel h1{max-width:100%;}.open-panel .strong-plan{aspect-ratio:4/3;}
  }
.plain-fields{padding:calc(1.5rem * 2.4) 1.52rem;background:var(--line-secondary);color:var(--line-base)}
.plain-fields .local-entries{max-width:900px;margin:0 auto}
.plain-fields .quiet-section{display:flex;gap:calc(0.79rem * 1.5);align-items:flex-start}
.plain-fields .visual-entries{flex:0 1 30rem;min-width:0;position:sticky;top:1.5rem}
.plain-fields h2{margin:0;font-size:calc(17.2px * 2);line-height:1.1}
.plain-fields .visual-entries p{margin:1.5rem 0 0;font-size:17.2px;line-height:1.85}
.plain-fields .simple-actions{flex:1 1 44rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.plain-fields .active-track{background:var(--ink-deep);color:var(--surface-dark);border:1px solid var(--line-page);border-radius:0.6rem;padding:calc(1.5rem * .75) 1.5rem;box-shadow:0 1px 2px rgba(0,0,0,0.06)}
.plain-fields strong{display:block;font-size:calc(17.2px * 1.125);line-height:1.2}
.plain-fields .active-track p{margin:0.79rem 0 0;line-height:1.85}
.plain-fields .active-track a{text-decoration:underline}
.plain-fields .active-track a:hover{}
@media(max-width:780px){.plain-fields .quiet-section{display:block}.plain-fields .visual-entries{position:static}.plain-fields .simple-actions{margin-top:calc(0.79rem * 1.5)}.plain-fields h2{font-size:calc(17.2px * 1.35)}}
.soft-team{--state-soft:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.52rem;background:#FBF6EC;color:#2B2014;}
.soft-team .local-entries{max-width:900px;margin:0 auto;}
.soft-team h2,.soft-team h3,.soft-team p{margin:0;}
.soft-team h2{font-size:calc(17.2px * 2);line-height:1.14;}
.soft-team h3{font-size:calc(17.2px * 1.35);line-height:1.25;}
.soft-team p{font-size:17.2px;line-height:1.85;}
.soft-team .plain-figure{display:flex;flex-direction:column;gap:calc(0.79rem * 1.5);padding-bottom:calc(0.79rem * 1.5);border-bottom:1px solid var(--line-page);}
.soft-team .visual-entries{color:var(--line-base);}
.soft-team .wide-form{display:flex;flex-direction:column;gap:0;margin-top:calc(0.79rem * 1.5);}
.soft-team .active-track{padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--line-page);}
.soft-team .active-track:last-child{border-bottom:0;}
.soft-team .active-track h3{margin-bottom:calc(1.5rem / 3);}
.soft-team .active-track p{color:var(--line-base);}
.soft-team .site-list{margin-top:calc(0.79rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid var(--line-page);font-size:calc(17.2px * .875);color:var(--line-base);}
.soft-team .site-list a{color:#5C7A3A;text-decoration:underline;text-underline-offset:2px;}
.soft-team .site-list a:hover{color:inherit;}
@media (min-width:720px){.soft-team .active-track{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:1.5rem;align-items:start;}.soft-team .active-track h3{margin-bottom:0;}
}
.steady-group{background:var(--line-secondary);color:var(--line-base);padding:calc(1.5rem * 2.4) 1.52rem}
.steady-group .local-entries{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.79rem * 1.5)}
.steady-group .plain-figure h2{margin:0;font-size:calc(17.2px * 2);line-height:1.15}
.steady-group .plain-figure p{margin:1.5rem 0 0;font-size:17.2px;line-height:1.85}
.steady-group .plain-figure p:first-of-type{margin-top:calc(0.79rem * 1.5)}
.steady-group .wide-stack{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--line-page)}
.steady-group .strong-note{display:flex;flex-wrap:wrap;gap:0.79rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--line-page);align-items:baseline}
.steady-group .strong-rail{flex:0 0 10rem;font-size:calc(17.2px * .875);text-transform:uppercase;letter-spacing:0.04em;opacity:0.75}
.steady-group .shell{flex:1 1 16rem;min-width:0;font-size:17.2px;line-height:1.5}
.steady-group a.value{text-decoration:none;border-bottom:1px solid transparent}
.steady-group a.value:hover{border-bottom-color:#E2703A}
.steady-group .public-story{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.6rem}
.steady-group .simple-actions{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.steady-group .active-track{display:block;padding:calc(1.5rem * .75) calc(1.5rem * .75);background:var(--ink-deep);color:var(--surface-dark);border:1px solid var(--line-page);border-radius:0.3rem;text-decoration:none}
.steady-group .active-track strong{display:block;font-size:17.2px}
.steady-group .active-track span{display:block;margin-top:calc(calc(1.5rem * .75)*0.4);font-size:calc(17.2px * .875);line-height:1.6;opacity:0.85}
.steady-group .active-track:hover{border-color:#E2703A}
@media(max-width:640px){.steady-group .strong-rail{flex-basis:100%}.steady-group .shell{flex-basis:100%}
}
.plain-actions{padding:calc(calc(1.5rem * 2.4)*.72) 1.52rem;background:#FBF6EC;color:#2B2014;}
.plain-actions .quiet-grid{max-width:min(900px,64rem);margin:0 auto;display:flex;flex-direction:column;}
.plain-actions h1{margin:0;max-width:20ch;font-size:clamp(2rem,5vw,calc(17.2px * 2.65));line-height:1.06;font-weight:680;letter-spacing:0;}
.plain-actions .strong-plan{display:block;width:min(100%,46rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.6rem;margin:clamp(1rem,2.2vw,calc(0.79rem * 1.5)) 0 0;}
.plain-actions .main-copy{margin-top:clamp(1rem,2vw,1.5rem);padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid var(--line-page,#E4D9C4);display:flex;flex-direction:column;gap:calc(0.79rem * 1.5);}
.plain-actions p{margin:0;font-size:clamp(1rem,1.25vw,17.2px);line-height:1.78;}
@media (max-width:640px){.plain-actions h1{max-width:100%;}.plain-actions .strong-plan{aspect-ratio:4/3;}.plain-actions{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}
  }
.offer-region{--state-soft:calc(1.5rem * 1.39);--field-content:calc(900px / 2.85);--type-main:calc(900px / 3.83);padding:calc(1.5rem * 2.4) 1.52rem;background:var(--line-secondary);color:var(--line-base);}
.offer-region .local-entries{max-width:900px;margin:0 auto;}
.offer-region h1,.offer-region h2,.offer-region h3,.offer-region p{margin:0;}
.offer-region h1{font-size:calc(17.2px * 2.65);line-height:1.08;}
.offer-region h2{font-size:calc(17.2px * 2);line-height:1.12;}
.offer-region h3{font-size:calc(17.2px * 1.35);line-height:1.2;}
.offer-region p{font-size:17.2px;line-height:1.85;}
.offer-region a{color:inherit;text-decoration:none;}
.offer-region a:hover{color:inherit;}
.offer-region img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.3rem;flex:0 1 min(28rem,38vw);}
.offer-region .bottom-note{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.21rem;background:var(--ink-soft);color:#FBF6EC;}
.offer-region .bottom-note:hover{background:#4A6530;color:#FBF6EC;}
.offer-region .main-feature{display:flex;align-items:center;justify-content:space-between;gap:0.79rem;flex-wrap:wrap;}
.offer-region .main-feature .media-footer{flex:1 1 24rem;min-width:0;}
.offer-region .visual-entries{color:var(--line-base);}
.offer-region .site-list{font-size:calc(17.2px * .875);color:var(--line-base);}
.offer-region .site-visual{font-size:calc(17.2px * .875);color:var(--line-base);}
.offer-region .main-feature h1,.offer-region .main-feature h2,.offer-region .main-feature p,.offer-region .main-feature .bottom-note{margin-top:1.5rem;}
.offer-region .main-feature img{margin-top:var(--state-soft);}
.featured-method{padding:calc(calc(1.5rem * 2.4)*.74) 1.52rem;background:#FBF6EC;color:#2B2014;}
.featured-method .quiet-grid{max-width:min(900px,62rem);margin:0 auto;display:flex;flex-direction:column;}
.featured-method h1{margin:0;max-width:20ch;font-size:clamp(1.9rem,4.6vw,calc(17.2px * 2.65));line-height:1.08;font-weight:680;letter-spacing:0;}
.featured-method .strong-plan{display:block;width:100%;height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.6rem;margin:clamp(1rem,2.2vw,calc(0.79rem * 1.5)) 0 0;}
.featured-method .quiet-grid>div{margin-top:clamp(1rem,2.2vw,1.5rem);padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid var(--line-page);}
.featured-method p{margin:0;font-size:clamp(1rem,1.28vw,17.2px);line-height:1.78;}
@media (max-width:640px){.featured-method h1{max-width:100%;}.featured-method .strong-plan{aspect-ratio:4/3;}.featured-method{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54);}
  }
.secondary-body{
  --state-soft:calc(1.5rem * 1.1);
  --layer-local:1px solid var(--line-page);
  padding:calc(1.5rem * 2.4) 1.52rem;
  background:#FBF6EC;
  color:#2B2014;
}
.secondary-body .local-entries{max-width:900px;
  margin:0 auto;}
.secondary-body h2,
.secondary-body h3,
.secondary-body p{margin:0;}
.secondary-body .plain-figure{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);
  padding-bottom:calc(0.79rem * 1.5);
  border-bottom:var(--layer-local);}
.secondary-body h2{font-size:calc(17.2px * 2);
  line-height:1.14;}
.secondary-body h3{font-size:calc(17.2px * 1.35);
  line-height:1.25;}
.secondary-body p{font-size:17.2px;
  line-height:1.85;}
.secondary-body .visual-entries{color:var(--line-base);}
.secondary-body .simple-actions{display:flex;
  flex-direction:column;
  margin-top:calc(0.79rem * 1.5);}
.secondary-body .active-track{min-width:0;
  padding:calc(1.5rem * .75) 0;
  border-bottom:var(--layer-local);}
.secondary-body .active-track:last-child{border-bottom:0;}
.secondary-body .active-track p{margin-top:calc(1.5rem / 3);
  color:var(--line-base);}
.secondary-body .site-list{margin-top:calc(0.79rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:var(--layer-local);
  color:var(--line-base);
  font-size:calc(17.2px * .875);}
@media (min-width:720px){.secondary-body .simple-actions{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    column-gap:1.52rem;
  }.secondary-body .active-track{
    padding:calc(1.5rem * .75) 0;
  }.secondary-body .active-track:nth-last-child(2){
    border-bottom:0;
  }
}
.group{padding:calc(1.5rem * 2.4) 1.52rem;background:var(--ink-soft);color:#FBF6EC}
.group .local-entries{max-width:900px;margin:0 auto}
.group h2{margin:0;font-size:calc(17.2px * 2.65);line-height:1.05}
.group .visual-entries{margin:calc(0.79rem * 1.5) 0 0;font-size:calc(17.2px * 1.125);line-height:1.85}
.group .text-headline{display:flex;flex-direction:column;gap:calc(0.79rem * 1.5);margin:calc(0.79rem * 1.5) 0 0;padding:0;list-style:none}
.group .text-headline>li{padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(251,246,236,0.22)}
.group .text-headline>li:first-child{border-top:0;padding-top:0}
.group h3{margin:0;font-size:calc(17.2px * 1.35);line-height:1.2}
.group .text-headline p{margin:calc(1.5rem * .75) 0 0;line-height:1.85}
@media(min-width:760px){.group .text-headline{display:grid;grid-template-columns:repeat(2,1fr);gap:calc(0.79rem * 1.5) 1.52rem}.group .text-headline>li{padding:calc(1.5rem * .75) 0}.group .text-headline>li:nth-child(2){border-top:0;padding-top:0}
}
@media(max-width:480px){.group h2{font-size:calc(17.2px * 2)}
}
.clear-shell{padding:calc(calc(1.5rem * 2.4)*.72) 1.52rem;background:var(--line-secondary);color:var(--line-base);}
.clear-shell .quiet-grid{max-width:min(900px,64rem);margin:0 auto;display:flex;flex-direction:column;}
.clear-shell h1{margin:0;max-width:22ch;font-size:clamp(1.95rem,4.8vw,calc(17.2px * 2.65));line-height:1.08;font-weight:640;letter-spacing:0;}
.clear-shell .strong-plan{display:block;width:min(100%,42rem);height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.3rem;margin:clamp(1rem,2.2vw,calc(0.79rem * 1.5)) 0 0;}
.clear-shell .quiet-grid>div{margin-top:clamp(1rem,2.2vw,1.5rem);padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid var(--line-page);}
.clear-shell p{margin:0;font-size:clamp(1rem,1.28vw,17.2px);line-height:1.78;}
@media (max-width:640px){.clear-shell h1{max-width:100%;}.clear-shell .strong-plan{aspect-ratio:4/3;}.clear-shell{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}}
.top-media{--state-soft:calc(1.5rem * 0.99);--field-content:calc(900px / 2.50);--type-main:calc(900px / 3.88);padding:calc(1.5rem * 2.4) 1.52rem;background:#FBF6EC;color:#2B2014;}
.top-media .local-entries{max-width:900px;margin:0 auto;}
.top-media h1,.top-media h2,.top-media h3,.top-media p{margin:0;}
.top-media h1{font-size:calc(17.2px * 2.65);line-height:1.08;}
.top-media h2{font-size:calc(17.2px * 2);line-height:1.12;}
.top-media h3{font-size:calc(17.2px * 1.35);line-height:1.2;}
.top-media p{font-size:17.2px;line-height:1.85;}
.top-media a{text-decoration:none;border-bottom:1px solid #5C7A3A;}
.top-media a:hover{border-bottom-color:#E2703A;}
.top-media img{display:block;width:100%;height:auto;border-radius:0.3rem;}
.top-media .visual-entries,.top-media .site-list{}
.top-media .simple-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.79rem;margin-top:var(--state-soft);}
.top-media .active-track{flex:1 1 calc(900px / 4);min-width:0;padding:calc(1.5rem * .75);background:var(--ink-deep);color:var(--surface-dark);border:1px solid var(--line-page);border-radius:0.6rem;}
.top-media .active-track p{margin-top:0;}
.top-media .active-track strong{display:block;margin-bottom:calc(1.5rem / 3);font-size:17.2px;}
.top-media .main-note>img{margin-top:var(--state-soft);}
.top-media .main-note>.visual-entries{margin-top:1.5rem;}
.top-media .site-list{margin-top:var(--state-soft);font-size:calc(17.2px * .875);}
@media (max-width:640px){.top-media .active-track{flex:1 1 100%;}
}
.media-region{--state-soft:calc(1.5rem * 1.15);--field-content:calc(900px / 2.4);padding:calc(1.5rem * 2.4) 1.52rem;background:#FBF6EC;color:#2B2014;}
.media-region .local-entries{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.79rem * 1.5);}
.media-region h1,.media-region h2,.media-region h3,.media-region p{margin:0;}
.media-region h2{font-size:calc(17.2px * 2);line-height:1.14;}
.media-region h3{font-size:calc(17.2px * 1.35);line-height:1.22;}
.media-region p{font-size:17.2px;line-height:1.85;}
.media-region a{color:#5C7A3A;text-decoration:none;border-bottom:1px solid color-mix(in srgb, #5C7A3A 40%, transparent);}
.media-region a:hover{color:inherit;border-bottom-color:#E2703A;}
.media-region .visual-panel{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.79rem;}
.media-region .media-footer{flex:1 1 100%;min-width:0;}
.media-region .media-footer .visual-entries{margin-top:1.5rem;}
.media-region .bottom-note{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.21rem;background:var(--ink-soft);color:#FBF6EC;border-bottom:none;font-size:calc(17.2px * .875);}
.media-region .bottom-note:hover{background:#4A6530;color:#FBF6EC;}
.media-region .wide-form{display:flex;flex-direction:column;gap:var(--state-soft);flex:1 1 100%;}
.media-region .active-track{padding:calc(calc(1.5rem * .75) * 1.1) calc(calc(1.5rem * .75) * 1.2);border-radius:0.3rem;background:var(--ink-deep);color:var(--surface-dark);border:1px solid var(--line-page);box-shadow:0 1px 2px rgba(0,0,0,0.06);}
.media-region .active-track p{margin-top:calc(1.5rem / 2.6);}
.media-region .site-list{margin-top:1.5rem;font-size:calc(17.2px * .875);color:var(--line-base);background:var(--line-secondary);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.3rem;}
.media-region .site-list a{color:#5C7A3A;}
@media (min-width:720px){.media-region .media-footer{flex:1 1 auto;}.media-region .bottom-note{flex:0 0 auto;margin-top:calc(1.5rem / 2);}
}
.offset---content-second-hero-block{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.52rem;
    background:#FBF6EC;
    color:#2B2014;
  }
.offset---content-second-hero-block .quiet-grid{max-width:min(900px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.79rem * 1.5);}
.offset---content-second-hero-block h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,4.6vw,calc(17.2px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.005em;}
.offset---content-second-hero-block .strong-plan{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.6rem;
    box-shadow:0 1px 2px rgba(0,0,0,0.06);}
.offset---content-second-hero-block .media-footer{padding-top:1.5rem;
    border-top:1px solid var(--line-page);}
.offset---content-second-hero-block p{margin:0;
    font-size:17.2px;
    line-height:1.78;}
@media (max-width:640px){.offset---content-second-hero-block h1{max-width:100%;}.offset---content-second-hero-block .strong-plan{aspect-ratio:4/3;}.offset---content-second-hero-block{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}
  }
.active-inner{
  background: var(--line-secondary);
  color: var(--line-base);
  padding: calc(1.5rem * 2.4) 1.52rem;
}
.active-inner .local-entries{width: min(100%, 900px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: calc(1.5rem * .75);}
.active-inner h2,
.active-inner h3,
.active-inner p{margin: 0;}
.active-inner .featured-quote{
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  padding: 1.5rem;
  border-radius: 0.72rem;
  background: #E2703A;
  color: #FFF7EF;
}
.active-inner h2{font-size: calc(17.2px * 2);
  line-height: 1.08;}
.active-inner .featured-quote p{line-height: 1.85;}
.active-inner .fresh-flow{display: block;
  grid-column: span 3;
  grid-row: span 2;
  width: 100%;
  height: 100%;
  min-height: 26rem;
  object-fit: cover;
  border-radius: 0.72rem;}
.active-inner .quiet-plan{
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.6rem;
  background: var(--ink-deep);
  color: var(--surface-dark);
  border: 1px solid var(--line-page);
}
.active-inner .strong-plan{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.3rem;}
.active-inner h3{font-size: 17.2px;
  line-height: 1.3;}
@media (max-width: 980px) {.active-inner .local-entries{ grid-template-columns: 1fr 1fr; }.active-inner .featured-quote,
  .active-inner .fresh-flow,
  .active-inner .quiet-plan{ grid-column: auto; grid-row: auto; }
}
@media (max-width: 560px) {.active-inner .local-entries{ grid-template-columns: 1fr; }.active-inner .fresh-flow{ min-height: 16rem; }
}
.active-shell{
  background:#FBF6EC;
  color:#2B2014;
  padding:calc(1.5rem * 2.4) 1.52rem;
}
.active-shell .local-entries{max-width:900px;
  margin:0 auto;}
.active-shell .content-menu{max-width:44rem;}
.active-shell .local-details{margin:0 0 1.5rem;
  color:var(--line-base);
  font-size:17.2px;
  line-height:1.85;}
.active-shell h2{margin:0;
  font-size:calc(17.2px * 2);
  line-height:1.12;
  letter-spacing:0;}
.active-shell .public-group{margin-top:calc(0.79rem * 1.5);
  max-width:52rem;}
.active-shell .active-track{display:flex;
  gap:0.79rem;
  align-items:flex-start;
  padding:1.5rem 0;}
.active-shell .active-track + .active-track{border-top:1px solid var(--line-page);}
.active-shell .active-track strong{flex:0 0 11rem;
  min-width:0;
  font-size:17.2px;}
.active-shell .active-track span{min-width:0;
  color:var(--line-base);
  line-height:1.85;}
@media (max-width:640px){.active-shell .active-track{display:block}.active-shell .active-track span{display:block;margin-top:.45rem}
}
.simple-copy{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.52rem;
    background:#FBF6EC;
    color:#2B2014;
  }
.simple-copy .quiet-grid{max-width:min(900px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;}
.simple-copy h1{margin:0;
    max-width:22ch;
    font-size:clamp(2rem,5vw,calc(17.2px * 2.65));
    line-height:1.06;
    font-weight:660;
    letter-spacing:0;}
.simple-copy .strong-plan{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.3rem;
    margin:clamp(1rem,2.4vw,calc(0.79rem * 1.5)) 0 0;}
.simple-copy .media-footer{margin-top:clamp(1rem,2.2vw,1.5rem);
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid var(--line-page,#E4D9C4);}
.simple-copy p{margin:0;
    font-size:clamp(1rem,1.28vw,17.2px);
    line-height:1.78;}
@media (max-width:640px){.simple-copy h1{max-width:100%;}.simple-copy .strong-plan{aspect-ratio:4/3;}.simple-copy{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.narrow-body{--state-soft:calc(1.5rem * 1.2);--field-content:calc(900px / 2.6);--type-main:calc(900px / 3.4);padding:calc(1.5rem * 2.4) 1.52rem;background:#FBF6EC;color:#2B2014;}
.narrow-body .local-entries{max-width:900px;margin:0 auto;}
.narrow-body h2,.narrow-body h3,.narrow-body p{margin:0;}
.narrow-body h2{font-size:calc(17.2px * 2);line-height:1.14;}
.narrow-body h3{font-size:calc(17.2px * 1.35);line-height:1.22;}
.narrow-body p{font-size:17.2px;line-height:1.85;}
.narrow-body a{text-decoration:underline;text-underline-offset:3px;}
.narrow-body a:hover{}
.narrow-body img{display:block;width:100%;height:auto;border-radius:0.3rem;box-shadow:0 1px 2px rgba(0,0,0,0.06);}
.narrow-body .local-copy{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.79rem;}
.narrow-body .local-copy>.media-footer{flex:1 1 calc(900px / 3);min-width:0;}
.narrow-body .local-copy>.simple-actions{flex:2 1 calc(900px / 2);display:flex;flex-direction:column;gap:var(--state-soft);margin-top:0;}
.narrow-body .local-copy>img{flex:0 1 var(--type-main);margin-left:auto;align-self:flex-start;}
.narrow-body .media-footer .visual-entries{margin-top:1.5rem;}
.narrow-body .active-track{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid var(--line-page);}
.narrow-body .active-track p{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.narrow-body .local-copy>img{flex:1 1 100%;margin-left:0;}.narrow-body .local-copy>.media-footer,.narrow-body .local-copy>.simple-actions{flex:1 1 100%;}
}
.section{
        --state-soft: calc(1.5rem * 1.26);
        --label-button: calc(900px / 3.59);
        padding: calc(1.5rem * 2.4) 1.52rem;
        background: #2B2014;
        color: #FBF6EC;
    }
.section .local-entries{max-width: 900px;
        margin: 0 auto;}
.section h2,
    .section h3,
    .section p{margin: 0;}
.section h2{font-size: calc(17.2px * 2);
        line-height: 1.12;}
.section h3{font-size: calc(17.2px * 1.35);
        line-height: 1.2;}
.section p{font-size: 17.2px;
        line-height: 1.85;}
.section a{color: inherit;
        text-decoration: none;
        border-bottom: 1px solid currentColor;
        padding-bottom: 1px;}
.section a:hover{color: #E2703A;
        border-bottom-color: #E2703A;}
.section .plain-proof{padding-block: calc(var(--state-soft) / 2);}
.section .narrow-view{row-gap: calc(var(--state-soft) * 1.2);}
.section .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0.79rem;}
.section .row-title h2{flex: 1 1 calc(900px / 3);
        min-width: 0;}
.section .row-title > p{flex: 1 1 calc(900px / 3);
        min-width: 0;}
.section .simple-actions{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--state-soft);
        margin-top: var(--state-soft);}
.section .active-track{flex: 1 1 var(--label-button);
        min-width: 0;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid var(--line-page);}
.section .active-track p{margin-top: calc(1.5rem / 3);}
.section .active-track a{display: inline-flex;
        margin-top: calc(1.5rem / 2);
        font-size: calc(17.2px * .875);
        opacity: .9;}
.section .wide-stack{flex: 1 1 100%;
        margin-top: calc(var(--state-soft) / 2);
        font-size: calc(17.2px * .875);
        opacity: .85;}
.featured-body{
    color:#2B2014;
    background:#FBF6EC;
    padding:calc(1.5rem * 2.4) 1.52rem;
}
.featured-body .c{max-width:900px;
    margin:0 auto;
    display:grid;
    gap:1.52rem;}
@media (min-width:1024px){.featured-body .c{grid-template-columns:minmax(0,1fr) 280px;}
}
.featured-body .focused-stack{margin-bottom:calc(0.79rem * 1.5);}
.featured-body h1{font-size:calc(17.2px * 2.65);
    line-height:1.2;
    margin:0 0 0.79rem;}
.featured-body .direct-block{font-size:calc(17.2px * 1.125);
    color:var(--line-base);
    margin:0 0 0.79rem;}
.featured-body .plain-content{display:flex;
    flex-wrap:wrap;
    gap:0.79rem;
    font-size:calc(17.2px * .875);
    color:var(--line-base);}
.featured-body .soft-frame{margin:0 0 calc(0.79rem * 1.5);
    border-radius:0.6rem;
    overflow:hidden;
    box-shadow:0 1px 2px rgba(0,0,0,0.06);}
.featured-body .soft-frame img{display:block;
    width:100%;
    height:auto;}
.featured-body .bottom-surface{line-height:1.85;
    font-size:17.2px;}
.featured-body .bottom-surface p{margin:0 0 calc(0.79rem * 1.5);}
.featured-body .bottom-surface h2{font-size:calc(17.2px * 1.35);
    margin:calc(0.79rem * 1.5) 0 0.79rem;
    line-height:1.3;}
.featured-body .site-visual{margin-top:calc(0.79rem * 1.5);
    padding-top:0.79rem;
    border-top:1px solid var(--line-page);
    font-size:calc(17.2px * .875);}
.featured-body .site-visual a{color:#5C7A3A;
    text-decoration:underline;
    text-underline-offset:3px;}
.featured-body .site-visual a:hover{color:inherit;}
.featured-body .compact-story{
    background:var(--ink-deep);
    color:var(--surface-dark);
    border:1px solid var(--line-page);
    padding:calc(1.5rem * .75);
    border-radius:0.6rem;
    box-shadow:0 1px 2px rgba(0,0,0,0.06);
    align-self:start;
}
.featured-body .compact-story h3{margin:0 0 0.79rem;
    font-size:17.2px;}
.featured-body .main-actions{display:flex;
    flex-direction:column;
    gap:0.79rem;}
.featured-body .compact-story a{color:#5C7A3A;
    text-decoration:none;
    font-size:calc(17.2px * .875);
    line-height:1.5;}
.featured-body .compact-story a:hover{color:inherit;
    text-decoration:underline;}
.secondary-track{padding:calc(1.5rem * 2.4) 1.52rem;background:var(--line-secondary);color:var(--line-base)}
.secondary-track .local-entries{max-width:900px;margin:0 auto}
.secondary-track .public-tile{display:grid;grid-template-columns:1.4fr 1fr;align-items:end;gap:calc(0.79rem * 1.5);margin-bottom:calc(0.79rem * 1.5);padding-bottom:1.5rem;border-bottom:1px solid var(--line-page)}
.secondary-track .public-tile p{margin:0;font-size:17.2px;line-height:1.85}
.secondary-track h2{margin:0;font-size:calc(17.2px * 2);line-height:1.05;text-align:right}
.secondary-track .plain-visual{display:flex;flex-direction:column;gap:0}
.secondary-track [data-cluster]{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid var(--line-page)}
.secondary-track [data-cluster]:last-child{border-bottom:0}
.secondary-track h3{margin:0;font-size:calc(17.2px * 1.35);line-height:1.25}
.secondary-track [data-cluster] p{margin:0;line-height:1.85}
@media(max-width:720px){.secondary-track .public-tile{grid-template-columns:1fr}.secondary-track h2{text-align:left}.secondary-track [data-cluster]{grid-template-columns:1fr;gap:calc(1.5rem * .75)}
}
.narrow-items{
    padding:calc(1.5rem * 2.4) 1.52rem;
    background:#FBF6EC;
    color:#2B2014;
}
.narrow-items .visual-figure{max-width:900px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.79rem * 1.5);}
.narrow-items .visual-proof{display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:0.79rem;
    padding-bottom:calc(1.5rem * .75);
    border-bottom:1px solid var(--line-page);}
.narrow-items .open-figure{margin:0;
    font-size:calc(17.2px * 1.35);
    line-height:1.3;}
.narrow-items .simple-wrap{margin:0;
    font-size:calc(17.2px * .875);
    color:var(--line-base);}
.narrow-items .media-footer{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.narrow-items .strong-content{margin:0;
    font-size:17.2px;
    line-height:1.85;}
.narrow-items .open-flow{
    display:flex;
    flex-direction:column;
    gap:0.79rem;
    padding:calc(1.5rem * .75);
    background:var(--line-secondary);
    color:var(--line-base);
    border-radius:0.6rem;
}
.narrow-items .active-list{margin:0;
    font-size:17.2px;}
.narrow-items .simple-actions{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:0.4rem;}
.narrow-items .active-track{font-size:calc(17.2px * .875);
    line-height:1.6;}
.narrow-items .active-track a{color:#5C7A3A;
    text-decoration:none;
    border-bottom:1px solid var(--line-page);}
.narrow-items .active-track a:hover{color:inherit;
    border-bottom-color:#E2703A;}
.narrow-items .site-list{margin:0;
    font-size:calc(17.2px * .875);
    color:var(--line-base);}
@media (max-width:640px){.narrow-items .visual-proof{
        flex-direction:column;
        gap:0.3rem;
    }
}
.contact-menu{
  background: #FBF6EC;
  color: #2B2014;
  padding: calc(1.5rem * 2.4) 1.52rem;
}
.contact-menu .local-entries{width: min(100%, 900px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.79rem * 1.5);}
.contact-menu h2,
.contact-menu h3,
.contact-menu p{margin: 0;}
.contact-menu h2{font-size: calc(17.2px * 2);
  line-height: 1.1;}
.contact-menu h3{font-size: calc(17.2px * 1.35);
  line-height: 1.2;}
.contact-menu p{font-size: 17.2px;
  line-height: 1.85;}
.contact-menu .local-contact{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: calc(0.79rem * 1.5) calc(1.5rem * .75);
  border-radius: 0.6rem;
  background: var(--line-secondary);
  color: var(--line-base);
  border-left: 3px solid #E2703A;
}
.contact-menu .local-contact .site-list{font-size: calc(17.2px * .875);
  opacity: .85;}
.contact-menu .featured-nav{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.contact-menu .secondary-media{
  display: grid;
  grid-template-columns: 14px minmax(8rem, .28fr) minmax(0, 1fr);
  grid-template-areas:
    "dot role name"
    "dot role text";
  column-gap: 1.5rem;
  row-gap: .35rem;
  align-items: start;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.3rem;
  background: var(--ink-deep);
  color: var(--surface-dark);
  border: 1px solid var(--line-page);
  animation: peopleTimelineIn calc(360ms * 2) var(--speed-entry) both;
  animation-delay: var(--speed-base, 0ms);
}
.contact-menu .secondary-media i{
  grid-area: dot;
  width: .55rem;
  height: .55rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: var(--ink-soft);color:#FBF6EC;}
.contact-menu .secondary-media span{grid-area: role;
  font-size: calc(17.2px * .875);
  letter-spacing: .02em;
  text-transform: uppercase;
  padding-top: .15rem;}
.contact-menu .secondary-media h3{grid-area: name;}
.contact-menu .secondary-media p{grid-area: text;}
@keyframes peopleTimelineIn {from{ opacity: .25; transform: translateY(calc(calc(0.79rem * 2) * .12)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 720px) {.contact-menu .secondary-media{
    grid-template-columns: 14px minmax(0, 1fr);
    grid-template-areas:
      "dot name"
      "dot role"
      "dot text";
  }
}
.compact-grid{padding:calc(1.5rem * 2.4) 1.52rem;background:#FBF6EC;color:#2B2014}
.compact-grid .local-entries{max-width:900px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(0.79rem * 1.5);align-items:flex-start}
.compact-grid .local-entries>*{min-width:0;flex:1 1 14rem}
.compact-grid .strong-plan{margin:0;flex:1 1 14rem}
.compact-grid .strong-plan img{display:block;width:100%;height:auto;aspect-ratio:3/4;object-fit:cover;border-radius:0.6rem;box-shadow:0 2px 12px rgba(0,0,0,0.07)}
.compact-grid .quiet-grid{flex:1 1 20rem;background:var(--ink-deep);color:var(--surface-dark);border:1px solid var(--line-page);border-radius:0.6rem;padding:calc(1.5rem * .75);box-shadow:0 1px 2px rgba(0,0,0,0.06)}
.compact-grid .top-content{display:block;font-size:calc(17.2px * .875);color:var(--line-base);letter-spacing:0.02em}
.compact-grid h1{margin:calc(1.5rem * .75) 0 0;font-size:calc(17.2px * 2.65);line-height:1.15}
.compact-grid .visual-entries{margin:1.5rem 0;font-size:calc(17.2px * 1.125);line-height:1.85;color:var(--line-base)}
.compact-grid .quiet-grid p{margin:0 0 1.5rem;line-height:1.85}
.compact-grid .quiet-grid p:last-child{margin-bottom:0}
.compact-grid .site-visual{margin-top:calc(1.5rem * .75);padding-top:calc(1.5rem * .75);border-top:1px solid var(--line-page);font-size:calc(17.2px * .875)}
.compact-grid .site-visual a{color:#5C7A3A;text-decoration:underline;text-underline-offset:2px}
.compact-grid .site-visual a:hover{color:inherit;}
@media(max-width:760px){.compact-grid .local-entries{display:block}.compact-grid .quiet-grid{margin-top:1.5rem}}
.main-header{padding:calc(1.5rem * 2.4) 1.52rem;background:linear-gradient(135deg, #FBF6EC 0%, #F3EAD8 55%, #E9DCC0 100%);color:#2B2014}
.main-header .local-entries{max-width:900px;margin:0 auto}
.main-header .public-tile{margin-bottom:calc(0.79rem * 1.5)}
.main-header h2{margin:0;font-size:calc(17.2px * 2);line-height:1.1}
.main-header .public-tile p{margin:1.5rem 0 0;font-size:calc(17.2px * 1.125);line-height:1.85}
.main-header .offer-steps{display:flex;align-items:flex-start;gap:calc(0.79rem * 1.5);border-top:1px solid var(--line-page);padding-top:calc(0.79rem * 1.5)}
.main-header .wide-form{flex:0 1 17rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.main-header button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 360ms var(--speed-entry),transform 360ms var(--speed-entry)}
.main-header button:hover,.main-header button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.3))}
.main-header .narrow-wrap{flex:1 1 26rem;align-self:start}
.main-header [data-response]{display:none}
.main-header [data-response].is-active{display:block;animation:clarifyFocusIn calc(360ms*1.6) var(--speed-entry) both}
.main-header h3{margin:0;font-size:calc(17.2px * 1.35);line-height:1.15}
.main-header [data-response] p{margin:1.5rem 0 0;font-size:17.2px;line-height:1.85}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(0.79rem * 2)*.1))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.main-header .offer-steps{display:block}.main-header .wide-form{margin-bottom:calc(0.79rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.main-header [data-response].is-active{animation:none}}
.primary-team{
    padding:calc(1.5rem * 2.4) 1.52rem;
    background:var(--line-secondary);
    color:var(--line-base);
}
.primary-team .visual-figure{max-width:900px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.79rem * 1.5);}
.primary-team .visual-entries{display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:0.79rem;
    border-bottom:1px solid var(--line-page);
    padding-bottom:calc(1.5rem * .75);}
.primary-team .open-figure{margin:0;
    font-size:calc(17.2px * 1.35);
    line-height:1.25;}
.primary-team .simple-wrap{margin:0;
    font-size:calc(17.2px * .875);
    letter-spacing:0.02em;
    text-transform:uppercase;}
.primary-team .media-footer{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.primary-team .strong-content{margin:0;
    font-size:17.2px;
    line-height:1.85;}
.primary-team .simple-actions{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:0.79rem;}
.primary-team .active-track{
    background:var(--ink-deep);
    color:var(--surface-dark);
    border:1px solid var(--line-page);
    border-radius:0.3rem;
    padding:0.5rem 0.85rem;
    font-size:calc(17.2px * .875);
    line-height:1.4;
}
.primary-team .bottom-note{display:flex;
    flex-wrap:wrap;
    gap:0.79rem;}
.primary-team .site-visual{
    display:inline-block;
    padding:0.6rem 1rem;
    border-radius:0.3rem;
    background:var(--ink-soft);
    color:#FBF6EC;
    font-size:calc(17.2px * .875);
    text-decoration:none;
    transition:background 360ms var(--speed-entry);
}
.primary-team .site-visual:hover{
    background:#4A6530;color:var(--surface-dark);}
.primary-team .site-list{margin:0;
    font-size:calc(17.2px * .875);
    opacity:0.85;}
@media (max-width:640px){.primary-team .visual-entries{
        flex-direction:column;
        gap:0.35rem;
    }
}
.visual-frame{
  background: linear-gradient(135deg, #FBF6EC 0%, #F3EAD8 55%, #E9DCC0 100%);
  color: #2B2014;
  padding: calc(1.5rem * 2.4) 1.52rem;
}
.visual-frame .local-entries{width: min(100%, 900px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 0.79rem;
  align-items: start;}
.visual-frame h2,
.visual-frame h3,
.visual-frame p{margin: 0;}
.visual-frame h2{font-size: calc(17.2px * 2); line-height: 1.1;}
.visual-frame h3{font-size: calc(17.2px * 1.35); line-height: 1.18;}
.visual-frame p{font-size: 17.2px; line-height: 1.85;}
.visual-frame .local-contact{
  display: grid;
  gap: calc(0.79rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.6rem;
  background: linear-gradient(120deg, #E2703A 0%, #C85A28 100%);
  color: #FFF7EF;
}
.visual-frame .local-contact p{font-size: calc(17.2px * .875);}
.visual-frame .featured-nav{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.visual-frame .secondary-media{
  display: grid;
  grid-template-columns: .7rem minmax(0, 1fr);
  grid-template-areas:
    "dot role"
    "dot name"
    "dot text";
  column-gap: 1.5rem;
  row-gap: .35rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.3rem;
  background: var(--ink-deep);
  color: var(--surface-dark);
  border: 1px solid var(--line-page);
  box-shadow: 0 1px 2px rgba(0,0,0,0.06);
  animation: peopleTimelineIn calc(360ms * 2) var(--speed-entry) both;
  animation-delay: var(--speed-base, 0ms);
}
.visual-frame .secondary-media i{
  grid-area: dot;
  width: .55rem;
  height: .55rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: var(--ink-soft);color:#FBF6EC;}
.visual-frame .secondary-media span{grid-area: role;
  font-size: calc(17.2px * .875);
  letter-spacing: .02em;}
.visual-frame .secondary-media h3{grid-area: name;}
.visual-frame .secondary-media p{grid-area: text;
  font-size: calc(17.2px * .875);}
@keyframes peopleTimelineIn {from{ opacity: .25; transform: translateY(calc(calc(0.79rem * 2) * .18)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 860px) {.visual-frame .local-entries{ grid-template-columns: 1fr; }
}
.secondary-callout{
    color:#2B2014;
    background:#FBF6EC;
    padding:calc(1.5rem * 2.4) 1.52rem;
}
.secondary-callout .c{max-width:900px;
    margin:0 auto;
    display:grid;
    gap:1.52rem;}
@media (min-width:1024px){.secondary-callout .c{
        grid-template-columns:minmax(0,1fr) 280px;
        align-items:start;
    }
}
.secondary-callout .focused-stack{margin-bottom:calc(0.79rem * 1.5);}
.secondary-callout h1{font-size:calc(17.2px * 2.65);
    line-height:1.2;
    margin:0 0 0.6rem;}
.secondary-callout .content-shell{font-size:calc(17.2px * 1.125);
    margin:0 0 0.9rem;
    color:var(--line-base);}
.secondary-callout .plain-content{display:flex;
    flex-wrap:wrap;
    gap:0.4rem 1.2rem;
    font-size:calc(17.2px * .875);
    color:var(--line-base);}
.secondary-callout .soft-frame{margin:0 0 calc(0.79rem * 1.5);
    border-radius:0.6rem;
    overflow:hidden;
    box-shadow:0 1px 2px rgba(0,0,0,0.06);}
.secondary-callout .soft-frame img{display:block;
    width:100%;
    height:auto;}
.secondary-callout .bottom-surface{line-height:1.85;}
.secondary-callout .bottom-surface p{margin:0 0 1.1rem;}
.secondary-callout .bottom-surface p:last-child{margin-bottom:0;}
.secondary-callout .site-visual{margin-top:calc(0.79rem * 1.5);
    padding-top:calc(1.5rem * .75);
    border-top:1px solid var(--line-page);
    display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:0.5rem 1.2rem;
    font-size:calc(17.2px * .875);}
.secondary-callout .fresh-team{color:var(--line-base);}
.secondary-callout .site-visual a{color:#5C7A3A;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 360ms var(--speed-entry), border-color 360ms var(--speed-entry);}
.secondary-callout .site-visual a:hover{color:inherit;
    border-bottom-color:#E2703A;}
.secondary-callout .compact-story{
    background:var(--ink-deep);
    color:var(--surface-dark);
    border:1px solid var(--line-page);
    border-radius:0.6rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 2px rgba(0,0,0,0.06);
}
.secondary-callout .compact-story h3{font-size:calc(17.2px * 1.35);
    margin:0 0 1rem;}
.secondary-callout .main-actions{display:flex;
    flex-direction:column;
    gap:0.75rem;}
.secondary-callout .compact-story a{color:#5C7A3A;
    text-decoration:none;
    font-size:17.2px;
    line-height:1.4;
    display:inline-block;
    border-bottom:1px solid transparent;
    transition:color 360ms var(--speed-entry), border-color 360ms var(--speed-entry);}
.secondary-callout .compact-story a:hover{color:inherit;
    border-bottom-color:#E2703A;}
.direct-wrap{padding:calc(1.5rem * 2.4) 1.52rem;background:var(--ink-soft);color:#FBF6EC}
.direct-wrap .local-entries{max-width:900px;margin:0 auto}
.direct-wrap h2{margin:0;font-size:calc(17.2px * 2);line-height:1.06}
.direct-wrap .visual-entries{margin:calc(0.79rem * 1.5) 0 0;font-size:calc(17.2px * 1.125);line-height:1.85}
.direct-wrap .text-headline{display:flex;flex-wrap:wrap;gap:0.79rem;margin:calc(0.79rem * 1.5) 0 0;padding:0;list-style:none}
.direct-wrap .text-headline>li{flex:1 1 min(100%,22rem);padding:1.5rem 0;border-top:1px solid rgba(251,246,236,0.28)}
.direct-wrap .text-headline>li:nth-child(2n){flex-basis:min(100%,30rem)}
.direct-wrap h3{margin:0;font-size:calc(17.2px * 1.35);line-height:1.2}
.direct-wrap .text-headline p{margin:calc(1.5rem * .75) 0 0;font-size:17.2px;line-height:1.85}
@media(max-width:720px){.direct-wrap .text-headline{display:block}.direct-wrap .text-headline>li,.direct-wrap .text-headline>li:nth-child(2n){max-width:none;margin-top:1.5rem}}
.primary-header{
    padding:calc(1.5rem * 2.4) 1.52rem;
    background:var(--line-secondary);
    color:var(--line-base);
}
.primary-header .visual-figure{max-width:900px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(0.79rem * 1.5);
    align-items:flex-start;}
.primary-header .wide-stack{flex:0 0 220px;
    display:flex;
    flex-direction:column;
    gap:0.79rem;}
.primary-header .primary-brand{width:96px;
    height:96px;
    border-radius:0.6rem;
    object-fit:cover;
    display:block;
    box-shadow:0 1px 2px rgba(0,0,0,0.06);}
.primary-header .visual-proof{display:flex;
    flex-direction:column;
    gap:2px;}
.primary-header .open-figure{margin:0;
    font-size:calc(17.2px * 1.125);
    line-height:1.3;}
.primary-header .simple-wrap{margin:0;
    font-size:calc(17.2px * .875);
    opacity:0.85;}
.primary-header .media-footer{flex:1 1 320px;
    display:flex;
    flex-direction:column;
    gap:0.79rem;}
.primary-header .strong-content{margin:0;
    font-size:17.2px;
    line-height:1.85;}
.primary-header .open-block{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:0.79rem;
    font-size:calc(17.2px * .875);}
.primary-header .open-block a{color:inherit;
    text-decoration:underline;
    text-underline-offset:3px;}
.primary-header .open-block a:hover{color:inherit;}
.primary-header .site-list{margin:0;
    font-size:calc(17.2px * .875);
    opacity:0.8;}
@media (max-width:640px){.primary-header .wide-stack{
        flex:1 1 100%;
        flex-direction:row;
        align-items:center;
    }.primary-header .primary-brand{
        width:72px;
        height:72px;
    }
}
.focused-method{
  background: linear-gradient(135deg, #FBF6EC 0%, #F3EAD8 55%, #E9DCC0 100%);
  color: #2B2014;
  padding: calc(1.5rem * 2.4) 1.52rem;
}
.focused-method .local-entries{width: min(100%, 900px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: calc(0.79rem * 1.5);
  align-items: start;}
.focused-method h2,
.focused-method h3,
.focused-method p{margin: 0;}
.focused-method h2{font-size: calc(17.2px * 2); line-height: 1.1;}
.focused-method h3{font-size: calc(17.2px * 1.35); line-height: 1.2;}
.focused-method p{font-size: 17.2px; line-height: 1.85;}
.focused-method .local-contact{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.6rem;
  background: linear-gradient(120deg, #E2703A 0%, #C85A28 100%);
  color: #FFF7EF;
}
.focused-method .featured-nav{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.focused-method .secondary-media{
  display: grid;
  grid-template-columns: .55rem minmax(6rem, .22fr) minmax(0, 1fr);
  grid-template-areas:
    "dot role name"
    "dot role text";
  column-gap: 1.5rem;
  row-gap: .35rem;
  align-items: start;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.3rem;
  background: var(--ink-deep);
  color: var(--surface-dark);
  border: 1px solid var(--line-page);
  box-shadow: 0 1px 2px rgba(0,0,0,0.06);
  animation: peopleRowIn calc(360ms * 2) var(--speed-entry) both;
  animation-delay: var(--speed-base, 0ms);
}
.focused-method .secondary-media i{
  grid-area: dot;
  width: .55rem;
  height: .55rem;
  margin-top: .45rem;
  border-radius: 50%;
  background: var(--ink-soft);color:#FBF6EC;}
.focused-method .secondary-media span{grid-area: role;
  font-size: calc(17.2px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;}
.focused-method .secondary-media h3{grid-area: name;}
.focused-method .secondary-media p{grid-area: text;}
@keyframes peopleRowIn {from{ opacity: .25; transform: translateY(calc(calc(0.79rem * 2) * .18)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 860px) {.focused-method .local-entries{ grid-template-columns: 1fr; }.focused-method .secondary-media{
    grid-template-columns: .55rem minmax(0, 1fr);
    grid-template-areas:
      "dot role"
      "dot name"
      "dot text";
  }
}
.soft-feature{padding:calc(calc(1.5rem * 2.4)*.78) 1.52rem;background:#FBF6EC;color:#2B2014;}
.soft-feature .quiet-grid{max-width:min(900px,60rem);margin:0 auto;display:flex;flex-direction:column;gap:clamp(1rem,2.2vw,calc(0.79rem * 1.5));}
.soft-feature h1{margin:0;max-width:20ch;font-size:clamp(1.95rem,5vw,calc(17.2px * 2.65));line-height:1.08;font-weight:680;letter-spacing:0;}
.soft-feature .strong-plan{display:block;width:100%;height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.6rem;margin:0;}
.soft-feature .media-footer{padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid var(--line-page,#E4D9C4);}
.soft-feature p{margin:0;font-size:clamp(1rem,1.28vw,17.2px);line-height:1.78;color:var(--line-base,#3E3324);}
@media (max-width:640px){.soft-feature h1{max-width:100%;}.soft-feature .strong-plan{aspect-ratio:4/3;}.soft-feature{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}
  }
.service-links{padding:calc(1.5rem * 2.4) 1.52rem;background:#2B2014;color:#FBF6EC}
.service-links .wide-stack{max-width:900px;margin:0 auto;display:grid;grid-template-columns:minmax(14rem,.3fr) minmax(0,1fr);gap:calc(0.79rem * 1.5)}
.service-links .local-method{align-self:start}
.service-links h2{margin:0;font-size:calc(17.2px * 2.65);line-height:1.05}
.service-links .local-method p{margin:1.5rem 0 0;font-size:17.2px;opacity:.82}
.service-links .simple-lead{display:grid;gap:calc(1.5rem * .75)}
.service-links .narrow-lead{height:clamp(22rem,40vw,34rem);border-radius:0.72rem;overflow:hidden;border:1px solid var(--line-page)}
.service-links iframe{display:block;width:100%;height:100%;border:0}
.service-links .steady-content{display:flex;flex-wrap:wrap;gap:0.79rem}
.service-links .open-flow{flex:1 1 min(18rem,100%);padding:calc(1.5rem * .75);border-radius:0.3rem;background:var(--ink-deep);color:var(--surface-dark);border:1px solid var(--line-page)}
.service-links .open-flow span{display:block;font-size:calc(17.2px * .875);color:inherit;}
.service-links .open-flow strong{display:block;margin-top:calc(calc(1.5rem * .75) * .5);font-weight:600}
.service-links .open-flow a{color:inherit;text-decoration:none}
.service-links .open-flow a:hover{color:#E2703A}
.service-links .site-list{margin:0;padding:calc(1.5rem * .75);border-left:3px solid #E2703A;background:var(--line-secondary);color:var(--line-base);border-radius:0.21rem;font-size:calc(17.2px * .875);line-height:1.7}
@media (max-width:760px){.service-links .wide-stack{grid-template-columns:1fr}.service-links .narrow-lead{height:22rem}}
.page-region{padding:calc(1.5rem * 2.4) 1.52rem;background:linear-gradient(135deg, #FBF6EC 0%, #F3EAD8 55%, #E9DCC0 100%);color:#2B2014}
.page-region .local-entries{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.79rem * 1.5)}
.page-region .plain-figure h2{margin:0 0 calc(1.5rem * .75);font-size:calc(17.2px * 2.65);line-height:1.05}
.page-region .plain-figure .visual-entries{margin:0;font-size:17.2px;line-height:1.85}
.page-region .start{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;border:1px solid color-mix(in srgb,currentColor 22%,transparent);border-radius:0.72rem;background:color-mix(in srgb,var(--ink-deep) 78%,transparent);color:var(--surface-dark);}
.page-region .strong-note{display:flex;flex-wrap:wrap;gap:1.5rem}
.page-region .strong-rail{flex:1 1 14rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.page-region .bottom-content{font-size:calc(17.2px * .875);}
.page-region input,
.page-region select,
.page-region textarea{width:100%;border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:0.3rem;background:var(--ink-deep);color:var(--surface-dark);font:inherit;padding:calc(1.5rem * .75);outline:none}
.page-region textarea{resize:vertical;line-height:1.85}
.page-region input:focus,
.page-region select:focus,
.page-region textarea:focus{box-shadow:0 0 0 2px #E2703A}
.page-region .bottom-note{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem}
.page-region button{flex:0 0 auto;border:0;border-radius:0.3rem;background:var(--ink-soft);color:#FBF6EC;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 360ms var(--speed-entry)}
.page-region button:hover{background:#4A6530;color:var(--surface-dark);}
.page-region .site-list{flex:1 1 16rem;margin:0;font-size:calc(17.2px * .875);line-height:1.85}
.page-region .contact-view{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(0.79rem * 1.5);border-top:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.page-region .contact-view .active-list{margin:0;font-size:calc(17.2px * .875);line-height:1.85;}
.page-region .contact-view a{text-decoration:underline}
.page-region .contact-view a:hover{}
@media(max-width:860px){.page-region .strong-note{flex-direction:column}.page-region .bottom-note{flex-direction:column;align-items:stretch}.page-region button{width:100%}
}
.clear-story{background:#FBF6EC;color:#2B2014;padding:calc(1.5rem * 2.4) 1.52rem}
.clear-story .local-entries{max-width:min(900px,60rem);margin:0 auto}
.clear-story .content-menu{display:flex;flex-direction:column;gap:calc(0.79rem * 1.5)}
.clear-story .site-list{margin:0;font-size:calc(17.2px * .875);color:var(--line-base);background:var(--line-secondary);padding:calc(1.5rem * .75);border-radius:0.3rem;line-height:1.6}
.clear-story h2{margin:0;font-size:clamp(calc(17.2px * 2),5vw,calc(17.2px * 2.65));line-height:1.1;letter-spacing:0}
.clear-story .public-story{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.6rem;box-shadow:0 1px 2px rgba(0,0,0,0.06)}
.clear-story .main-copy{display:flex;flex-direction:column;gap:calc(0.79rem * 1.5)}
.clear-story .main-copy p{margin:0;line-height:1.85}
.clear-story .focused-entries{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--line-page);border-bottom:1px solid var(--line-page)}
.clear-story .active-list{display:flex;flex-wrap:wrap;align-items:baseline;gap:0.79rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--line-page)}
.clear-story .active-list:last-child{border-bottom:0}
.clear-story .strong-rail{flex:0 0 8rem;font-size:calc(17.2px * .875);text-transform:uppercase;letter-spacing:0.04em;color:var(--line-base)}
.clear-story .active-list a{color:#5C7A3A;text-decoration:none;border-bottom:1px solid #5C7A3A}
.clear-story .active-list a:hover{color:inherit;border-bottom-color:#E2703A}
.clear-story .contact-view{display:flex;flex-direction:column;gap:calc(1.5rem * .75);background:var(--ink-deep);color:var(--surface-dark);border:1px solid var(--line-page);border-radius:0.6rem;padding:calc(1.5rem * .75)}
.clear-story .contact-view .media-footer{margin:0;line-height:1.85}
.clear-story .content-block{display:flex;flex-wrap:wrap;gap:0.79rem}
.clear-story .content-block a{padding:calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.4);border-radius:0.3rem;background:transparent;color:#2B2014;text-decoration:none;font-size:calc(17.2px * .875);border:1px solid var(--line-page);transition:background 360ms var(--speed-entry)}
.clear-story .content-block a:hover{background:color-mix(in srgb, currentColor 10%, transparent);color:var(--surface-dark);}
.clear-story .content-block>a:first-child{background:var(--ink-soft);color:#FBF6EC;border-color:var(--ink-soft)}
.clear-story .content-block>a:first-child:hover{background:#4A6530;border-color:#4A6530;color:var(--surface-dark);}
@media (max-width:640px){.clear-story .strong-rail{flex:0 0 100%}
}
.page-frame{padding:calc(1.5rem * 2.4) 1.52rem;background:#2B2014;color:#FBF6EC}
.page-frame .compact-inner{max-width:min(900px,64rem);margin:0 auto}
.page-frame h2{margin:0;font-size:calc(17.2px * 2.65);line-height:1.08}
.page-frame .site-list{margin:1.5rem 0 calc(0.79rem * 1.5);font-size:calc(17.2px * 1.125);color:color-mix(in srgb,currentColor 74%,transparent)}
.page-frame .local-intro{padding:calc(1.5rem * .75) 0 0.79rem;border-top:1px solid var(--line-page)}
.page-frame .local-intro:last-of-type{border-bottom:1px solid var(--line-page);margin-bottom:calc(0.79rem * 1.5)}
.page-frame h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17.2px * 1.35);line-height:1.25}
.page-frame .local-intro p{margin:0;color:color-mix(in srgb,currentColor 74%,transparent)}
.local-actions{padding:calc(1.5rem * 2.4) 1.52rem;background:var(--ink-soft);color:#FBF6EC}
.local-actions .local-entries{max-width:900px;margin:0 auto}
.local-actions h2{max-width:22ch;margin:0;font-size:calc(17.2px * 2);line-height:1.15}
.local-actions .local-entries>p{margin:1.5rem 0 calc(0.79rem * 1.5);font-size:calc(17.2px * 1.125);line-height:1.85}
.local-actions .wide-stack{display:flex;flex-direction:column;gap:0.79rem;border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);padding-top:calc(0.79rem * 1.5)}
.local-actions .active-list{display:grid;grid-template-columns:minmax(0,14rem) minmax(0,1fr);gap:calc(1.5rem * .75) 1.52rem;align-items:baseline;padding:calc(1.5rem * .75) 0;border-bottom:1px solid color-mix(in srgb,currentColor 14%,transparent)}
.local-actions .strong-rail{margin:0;font-size:calc(17.2px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.78}
.local-actions .active-list a,.local-actions .shell{margin:0;font-size:calc(17.2px * 1.35);line-height:1.3;color:inherit;text-decoration:none;overflow-wrap:anywhere}
.local-actions .active-list a{border-bottom:1px solid color-mix(in srgb,currentColor 40%,transparent)}
.local-actions .active-list a:hover{border-bottom-color:currentColor}
.local-actions .site-list{grid-column:2;margin:0;font-size:calc(17.2px * .875);line-height:1.85;opacity:0.82}
.local-actions .contact-view{margin:calc(0.79rem * 1.5) 0 0;font-size:17.2px;line-height:1.85;opacity:0.9}
@media(max-width:720px){.local-actions .active-list{grid-template-columns:1fr;gap:calc(1.5rem * .75)}.local-actions .site-list{grid-column:1}
}
.top-method{padding:calc(1.5rem * 2.4) 1.52rem;background:#FBF6EC;color:#2B2014;}
.clear-surface{max-width:900px;margin:0 auto;}
.top-method h1{margin:0;font-size:calc(17.2px * 2.65);line-height:1.08;}
.featured-entries{padding:calc(1.5rem * 2.4) 1.52rem;background:#FBF6EC;color:#2B2014}
.featured-entries .legal{max-width:min(900px,64rem);margin:0 auto}
.featured-entries h2{margin:0;font-size:calc(17.2px * 2);line-height:1.15}
.featured-entries .local-method{margin:1.5rem 0 calc(0.79rem * 1.5);font-size:calc(17.2px * 1.125);line-height:1.85}
.featured-entries .top-rail{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75) 0;border-top:1px solid var(--line-page)}
.featured-entries .top-rail:first-of-type{border-top:0;padding-top:0}
.featured-entries .top-rail:last-child{padding-bottom:0}
.featured-entries h3{margin:0;font-size:calc(17.2px * 1.35);line-height:1.25}
.featured-entries .top-rail p{margin:0;line-height:1.85}
.featured-entries a{text-decoration:underline;text-underline-offset:2px}
.featured-entries a:hover{}
@media (min-width:760px){.featured-entries .top-rail{display:grid;grid-template-columns:minmax(0,14rem) minmax(0,1fr);gap:calc(0.79rem * 1.5);align-items:start}
}
.featured-list{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.52rem;
    background:#FBF6EC;
    color:#2B2014;
  }
.featured-list .quiet-grid{max-width:min(900px,60rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;}
.featured-list h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.9rem,4.6vw,calc(17.2px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.featured-list .strong-plan{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.6rem;
    margin:clamp(1rem,2.4vw,calc(0.79rem * 1.5)) 0 0;
    box-shadow:var(--lift-button,0 1px 2px rgba(0,0,0,0.06));}
.featured-list .quiet-grid>div{margin-top:clamp(1rem,2.2vw,1.5rem);
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid var(--line-page,#E4D9C4);}
.featured-list p{margin:0;
    font-size:clamp(1rem,1.2vw,17.2px);
    line-height:1.78;
    color:var(--line-base,#3E3324);}
@media (max-width:640px){.featured-list h1{max-width:100%;}.featured-list .strong-plan{aspect-ratio:4/3;}.featured-list{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.question{--state-soft:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.52rem;background:var(--line-secondary);color:var(--line-base);}
.question .local-entries{max-width:900px;margin:0 auto;}
.question h2,.question p{margin:0;}
.question h2{font-size:calc(17.2px * 2);line-height:1.14;}
.question p{font-size:17.2px;line-height:1.85;}
.question .site-list{font-size:calc(17.2px * .875);opacity:.78;}
.question .site-visual{font-size:calc(17.2px * .875);}
.question a{color:inherit;text-decoration:underline;text-underline-offset:2px;}
.question a:hover{color:inherit;}
.question .bottom-note{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.21rem;background:var(--ink-soft);color:#FBF6EC;text-decoration:none;font-size:17.2px;}
.question .bottom-note:hover{background:#4A6530;color:#FBF6EC;}
.question .main-feature>h2,.question .main-feature>p,.question .main-feature>.bottom-note{margin-top:var(--state-soft);}
.question .main-feature>h2{margin-top:0;}
.question .main-feature>.bottom-note{margin-top:calc(var(--state-soft) * 1.1);}
.controls{
  padding: calc(1.5rem * 2.4) 1.52rem;
  background: #E2703A;
  color: #FFF7EF;
}
.controls .local-entries{max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.79rem;}
.controls .wide-list{
  flex: 1 1 340px;
  padding: calc(1.5rem * .75);
  border-radius: 0.72rem;
  background: #2B2014;
  color: #FBF6EC;
}
.controls .wide-list span{
  display: inline-block;
  padding: 0.15rem 0.55rem;
  border-radius: 0.21rem;
  background: #E2703A;
  color: #FFF7EF;
  font-size: calc(17.2px * .875);
  letter-spacing: 0.02em;
}
.controls h2{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.2px * 2);
  line-height: 1.12;}
.controls .wide-list p{margin: calc(1.5rem * .75) 0 0;color:inherit;
  font-size: calc(17.2px * 1.125);
  line-height: 1.85;}
.controls .steady-frame{flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.controls .steady-frame > div{
  padding: calc(1.5rem * .75);
  border-radius: 0.3rem;
  background: var(--ink-deep);
  color: var(--surface-dark);
  border: 1px solid var(--line-page);
  box-shadow: 0 1px 2px rgba(0,0,0,0.06);
}
.controls .steady-frame strong{font-size: calc(17.2px * 1.35);
  display: block;}
.controls .steady-frame p{margin: calc(1.5rem * .75) 0 0;
  line-height: 1.85;}
.controls .steady-frame .active-list{margin: 0.35rem 0 0;}
.controls .steady-frame a{text-decoration: underline;
  text-underline-offset: 2px;}
.controls .steady-frame a:hover{}
.controls .site-visual{display: flex;
  flex-wrap: wrap;
  gap: 0.79rem;
  margin-top: calc(1.5rem * .75);}
@media (max-width: 760px) {.controls .local-entries{
    flex-direction: column;
  }
}
.wide-shell{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 1.52rem;background:#E2703A;color:#FFF7EF}
.wide-shell:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 14%,color-mix(in srgb,currentColor 7%,transparent) 14% 14.1%);animation:nfFloor calc(360ms*42) linear infinite alternate;pointer-events:none}
.wide-shell .local-entries{position:relative;z-index:1;max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.79rem * 1.5)}
.wide-shell .visual-entries{margin:0;font-size:calc(17.2px * 1.125);line-height:1.85}
.wide-shell h1{margin:0;font-size:calc(17.2px * 2.65);line-height:1.05}
.wide-shell .site-visual{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin-top:calc(0.79rem * 1.5)}
.wide-shell .media-footer{margin:0;font-size:17.2px;line-height:1.85}
.wide-shell .plain-method{display:flex;flex-wrap:wrap;gap:0.79rem;align-items:center}
.wide-shell .bottom-note{color:inherit;font-size:calc(17.2px * 1.125);text-underline-offset:.24em;text-decoration-thickness:1px}
.wide-shell .bottom-note:hover{text-decoration-thickness:2px}
.wide-shell .site-list{margin:0;font-size:calc(17.2px * .875);opacity:.85}
@keyframes nfFloor{from{transform:translateX(-2%)}to{transform:translateX(2%)}}
@media(max-width:560px){.wide-shell .plain-method{flex-direction:column;align-items:flex-start}}
@media(prefers-reduced-motion:reduce){.wide-shell:after{animation:none}}
