*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Alegreya", sans-serif;}
a{color:inherit;}
.text-lead {
    width: 100%;
    background: #ffffff;
    color: #1a241c;
    border-bottom: 1px solid #d8d2c2;
    box-shadow: 0 0px 4px rgba(0,0,0,0.06);
  }
.open-method {
    max-width: 1080px;
    margin: 0 auto;
    padding: calc(1.11rem * 1.5) 2.1rem;
    display: flex;
    align-items: center;
    gap: 1.11rem;
    flex-wrap: wrap;
  }
.compact-proof {
    font-size: calc(14.6px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #1a241c;
    text-decoration: none;
    white-space: nowrap;
  }
:root {
  --tone-primary: #1a241c;
  --line-dark: #1f4d3a;
  --surface-accent: #2f3a30;
  --paint-secondary: #f7f3e8;
  --tone-base: #eae4d3;
  --speed-panel: cubic-bezier(0.4,0,0.2,1);
}
.compact-proof:hover,
  .compact-proof:focus-visible {
    color: #c99a2e;
  }
.featured-footer {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2.1rem;
  }
.nav-list a {
    display: inline-block;
    padding: 0.35rem 0.25rem;
    font-size: 14.6px;
    color: #1a241c;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 350ms var(--speed-panel),
                border-color 350ms var(--speed-panel);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #c99a2e;
    border-bottom-color: #c99a2e;
  }
.active-surface {
    display: inline-block;
    padding: 0.5rem 0.9rem;
    font-size: calc(14.6px * .875);
    font-weight: 600;
    color: #f7f3e8;
    background: var(--line-dark);
    border-radius: 0.64rem;
    text-decoration: none;
    white-space: nowrap;
    transition: background 350ms var(--speed-panel);
  }
.active-surface:hover,
  .active-surface:focus-visible {
    background: #173a2c;
    color: #f7f3e8;
  }
.nav-toggle {
    display: none;
    margin-left: auto;
    width: 44px;
    height: 44px;
    padding: 0;
    background: var(--tone-base);
    color: var(--surface-accent);
    border: 1px solid #d8d2c2;
    border-radius: 0.64rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.nav-toggle-bar{
    display: block;
    width: 20px;
    height: 2px;
    background: var(--surface-accent);
    border-radius: 0.37rem;color:#1a241c;}
.nav-toggle:focus-visible{outline: 2px solid rgba(31, 77, 58, 0.35);
    outline-offset: 2px;}
@media (max-width: 767px) {
    .open-method {
      padding: calc(1.11rem * 1.5) 2.1rem;
    }

    .nav-toggle {
      display: flex;
    }

    .featured-footer {
      display: none;
      flex: 1 1 100%;
      order: 3;
      justify-content: flex-start;
    }

    .featured-footer.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      width: 100%;
      padding-top: calc(1.11rem * 1.5);
    }

    .nav-list li {
      border-top: 1px solid #d8d2c2;
    }

    .nav-list a {
      display: block;
      padding: 0.75rem 0.25rem;
      border-bottom: none;
    }

    .nav-list a:hover,
    .nav-list a:focus-visible {
      border-bottom-color: transparent;
    }

    .active-surface {
      order: 2;
      margin-left: auto;
    }
  }
@media (min-width: 768px) {
    .nav-toggle {
      display: none;
    }

    .featured-footer {
      display: flex !important;
    }
  }
.primary-lead{font-family:"Alegreya", sans-serif;font-size:14.6px;line-height:2.04;padding:calc(1.5rem * 2.4) 2.1rem;background:#1f4d3a;color:#f7f3e8;}
.plain-feature{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:1.2fr 2fr 1.2fr;gap:calc(1.11rem * 1.5);align-items:start}
.main-headline{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.page-wrap{font-size:calc(14.6px * 1.125);font-weight:600;margin:0;letter-spacing:0.02em}
.simple-callout{margin:0;font-size:calc(14.6px * .875);opacity:0.85;max-width:32ch}
.content-group{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(1.11rem * 1.5)}
.direct-lead{font-size:calc(14.6px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.06em;margin:0 0 calc(1.5rem * .75) 0;opacity:0.9}
.simple-view{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem}
.simple-view a{color:inherit;text-decoration:none;font-size:calc(14.6px * .875);border-bottom:1px solid transparent;transition:border-color 350ms var(--speed-panel)}
.simple-view a:hover,
  .simple-view a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.media-track{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.content-team{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.content-team li{display:flex;flex-direction:column;gap:0.25rem}
.primary-items{font-size:calc(14.6px * .875);text-transform:uppercase;letter-spacing:0.06em;opacity:0.75}
.steady-steps{color:inherit;text-decoration:none;font-size:calc(14.6px * .875);word-break:break-word}
a.footer-contact-value:hover,
  a.footer-contact-value:focus-visible{text-decoration:underline;outline:none;color:inherit}
.content-details{max-width:1080px;margin:calc(1.5rem * 2.4) auto 0;padding-top:calc(1.11rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.wide-quote{margin:0;font-size:calc(14.6px * .875);opacity:0.85}
.wide-service{margin:0;font-size:calc(14.6px * .875);line-height:2.04;opacity:0.85;max-width:90ch}
@media (max-width: 960px) {.plain-feature{grid-template-columns:1fr 1fr}.media-track{grid-column:1 / -1}
  }
@media (max-width: 640px) {.plain-feature{grid-template-columns:1fr}.content-group{grid-template-columns:1fr 1fr}
  }
@media (max-width: 420px) {.content-group{grid-template-columns:1fr}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:2.1rem;right:2.1rem;bottom:1.5rem;z-index:1200}
.cookies .clear-actions{max-width:1080px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1.11rem;align-items:center;padding:1.5rem;border:1px solid color-mix(in srgb,currentColor 24%,transparent);border-radius:1rem;background:linear-gradient(135deg, #1f4d3a 0%, #2f6a4f 55%, #c99a2e 100%);color:#f7f3e8;box-shadow:0 8px 34px rgba(0,0,0,0.1)}
.cookies .clear-actions>*{min-width:0;flex:1 1 12rem}
.cookies strong{display:block;font-size:calc(14.6px * 1.35);line-height:1.12}
.cookies p{margin:calc(1.5rem * .75) 0 0;line-height:2.04}
.cookies .narrow-quote{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:calc(1.5rem * .75)}
.cookies .narrow-quote>*{min-width:0;flex:1 1 10rem}
.cookies button{border:1px solid color-mix(in srgb,currentColor 28%,transparent);border-radius:0.37rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.cookies button.cookie-accept{background:var(--line-dark);color:#f7f3e8;border-color:var(--line-dark)}
@media(max-width:760px){.cookies .clear-actions{display:block}.cookies .narrow-quote{justify-content:flex-start;margin-top:1.5rem}}
.grid---startline{--mark-static:calc(1.5rem * 1.35);padding:calc(1.5rem * 2.4) 2.1rem;background:var(--paint-secondary);color:var(--tone-primary);}
.grid---startline .active-frame{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);gap:calc(1.11rem * 1.5);align-items:start;}
.grid---startline h1,.grid---startline p,.grid---startline ul{margin:0;}
.grid---startline h1{font-size:calc(14.6px * 2.65);line-height:1.1;}
.grid---startline p{font-size:14.6px;line-height:2.04;}
.grid---startline a{color:inherit;text-decoration:none;}
.grid---startline .public-view{margin-top:calc(1.11rem * 1.5);}
.grid---startline .offer-proof{display:flex;flex-wrap:wrap;align-items:center;gap:1.11rem;margin-top:var(--mark-static);}
.grid---startline .soft-figure{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.37rem;background:var(--line-dark);color:#f7f3e8;}
.grid---startline .soft-figure:hover{background:#173a2c;color:#1a241c;}
.grid---startline .text-footer{font-size:calc(14.6px * .875);border-bottom:1px solid #d8d2c2;padding-bottom:2px;}
.grid---startline .text-footer:hover{border-color:#c99a2e;}
.grid---startline .offer-intro{background:var(--tone-base);color:var(--surface-accent);border-radius:1rem;padding:calc(1.5rem * .75);}
.grid---startline .public-flow{font-size:calc(14.6px * .875);}
.grid---startline .local-steps{list-style:none;padding:0;margin-top:calc(1.5rem * .75);display:flex;flex-direction:column;gap:calc(1.11rem / 2);}
.grid---startline .local-steps li{font-size:calc(14.6px * .875);padding-left:calc(1.5rem * .75);position:relative;}
.grid---startline .local-steps li::before{content:"";position:absolute;left:0;top:0.7em;width:6px;height:6px;border-radius:50%;background:#c99a2e;color:#2a1f05;}
@media (max-width:760px){.grid---startline .active-frame{grid-template-columns:1fr;}
}
.plain-actions{position:relative;overflow:hidden;isolation:isolate;}
.plain-actions>*{position:relative;z-index:1;}
.plain-actions::after{content:"";position:absolute;top:12%;bottom:12%;left:calc(2 * 8%);width:1px;background:linear-gradient(180deg,transparent,color-mix(in srgb,currentColor 28%,transparent),transparent);opacity:.45;animation:wpAccentGlint calc(18s + (2 * 5s)) ease-in-out infinite alternate;pointer-events:none;}
@keyframes wpAccentGlint{from{transform:translateX(0);opacity:.24;}to{transform:translateX(calc(2 * 2rem));opacity:.55;}}
@media (prefers-reduced-motion: reduce){.plain-actions::before,.plain-actions::after{animation:none!important;}}
.quiet-service{--mark-static:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2.1rem;background:var(--line-dark);color:#f7f3e8;}
.quiet-service .active-frame{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.11rem * 1.5);}
.quiet-service h2,.quiet-service h3,.quiet-service p{margin:0;}
.quiet-service h2{font-size:calc(14.6px * 2);line-height:1.14;}
.quiet-service h3{font-size:calc(14.6px * 1.35);line-height:1.24;}
.quiet-service p{font-size:14.6px;line-height:2.04;color:color-mix(in srgb, currentColor 78%, transparent);}
.quiet-service .public-view{color:color-mix(in srgb, currentColor 88%, transparent);}
.quiet-service .local-steps{display:flex;flex-direction:column;gap:var(--mark-static);}
.quiet-service .narrow-note{display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding-left:calc(1.5rem * .75);border-left:2px solid #c99a2e;}
.quiet-service .offer-proof{margin-top:calc(1.5rem / 4);}
.quiet-service .offer-proof a{display:inline-block;text-decoration:none;font-size:calc(14.6px * .875);border-bottom:1px solid color-mix(in srgb, #c99a2e 55%, transparent);padding-bottom:2px;transition:color 350ms var(--speed-panel),border-color 350ms var(--speed-panel);}
.quiet-service .offer-proof a:hover,.quiet-service .offer-proof a:focus-visible{border-color:#f7f3e8;}
.quiet-service .public-flow{font-size:calc(14.6px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
@media (max-width:640px){.quiet-service .narrow-note{padding-left:calc(1.11rem * 1.5);}
}
.page-frame{
    padding:calc(1.5rem * 2.4) 2.1rem;
    background:var(--tone-base);
    color:var(--surface-accent);
}
.page-frame .active-frame{max-width:1080px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.11rem * 1.5);}
.page-frame .public-view h2{margin:0 0 0.6rem;
    font-size:calc(14.6px * 2);
    line-height:1.25;}
.page-frame .public-view p{margin:0;
    font-size:14.6px;}
.page-frame .narrow-group{display:flex;
    flex-wrap:wrap;
    gap:1.11rem;}
.page-frame .offer-proof{
    flex:1 1 320px;
    background:#ffffff;
    color:#1a241c;
    border:1px solid #d8d2c2;
    border-radius:1rem;
    padding:calc(1.5rem * .75) 2.1rem;
    box-shadow:0 0px 4px rgba(0,0,0,0.06);
}
.page-frame .offer-proof h3{margin:0 0 0.5rem;
    font-size:calc(14.6px * 1.35);}
.page-frame .offer-proof p{margin:0 0 0.6rem;}
.page-frame .offer-proof p:last-child{margin-bottom:0;}
.page-frame .offer-proof .public-flow{font-size:calc(14.6px * .875);
    color:var(--surface-accent);
    border-left:2px solid #c99a2e;
    padding-left:0.7rem;}
.page-frame .offer-proof a{color:#1f4d3a;
    text-decoration:underline;
    text-underline-offset:2px;}
.page-frame .offer-proof a:hover{color:inherit;}
.page-frame .compact-summary{border-top:1px solid #d8d2c2;
    padding-top:calc(1.11rem * 1.5);
    display:flex;
    flex-direction:column;
    gap:0.5rem;}
.page-frame .compact-summary p{margin:0;
    font-size:calc(14.6px * .875);}
.page-frame .compact-summary a{color:#1f4d3a;
    text-decoration:underline;
    text-underline-offset:2px;}
.page-frame .compact-summary a:hover{color:inherit;}
@media (max-width:700px){.page-frame .narrow-group{
        flex-direction:column;
    }
}
.main-form{
  color:var(--tone-primary);
  background:var(--paint-secondary);
  padding:calc(1.5rem * 2.4) 2.1rem;
}
.main-form .c{max-width:1080px;
  margin:0 auto;
  display:grid;
  gap:calc(1.11rem * 1.5);
  grid-template-columns:1fr;}
@media (min-width:1024px){.main-form .c{grid-template-columns:320px 1fr;}
}
.main-form .offer-intro{
  background:var(--tone-base);
  color:var(--surface-accent);
  border:1px solid #d8d2c2;
  border-radius:1rem;
  padding:calc(1.5rem * .75);
  align-self:start;
}
.main-form .offer-intro h2{margin:0 0 1.11rem;
  font-size:calc(14.6px * 1.35);
  line-height:1.3;}
.main-form .public-flow{margin:0 0 1.11rem;
  font-size:calc(14.6px * .875);
  line-height:1.6;}
.main-form .quiet-form{display:flex;
  flex-direction:column;
  gap:0.5rem;}
.main-form .narrow-note{
  display:flex;
  gap:0.75rem;
  padding:0.75rem;
  border-radius:0.64rem;
  background:#ffffff;
  color:#1a241c;
  border:1px solid #d8d2c2;
  transition:border-color 350ms var(--speed-panel);
}
.main-form .narrow-note:hover{border-color:var(--line-dark);}
.main-form .strip{
  width:40px;
  height:40px;
  border-radius:0.37rem;
  background:var(--line-dark);
  color:#f7f3e8;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:600;
  font-size:calc(14.6px * .875);
  flex-shrink:0;
}
.main-form .plain-unit{flex:1;
  min-width:0;}
.main-form .plain-unit h4{margin:0 0 0.2rem;
  font-size:14.6px;
  line-height:1.35;}
.main-form .plain-unit p{margin:0 0 0.3rem;
  font-size:calc(14.6px * .875);
  line-height:1.5;}
.main-form .contact-steps{font-size:calc(14.6px * .875);
  opacity:0.75;}
.main-form .secondary-footer{
  background:#ffffff;
  color:#1a241c;
  border:1px solid #d8d2c2;
  border-radius:1rem;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.main-form .visual-entries{padding:calc(1.5rem * .75);
  border-bottom:1px solid #d8d2c2;}
.main-form .visual-entries h3{margin:0 0 0.35rem;
  font-size:calc(14.6px * 1.35);
  line-height:1.3;}
.main-form .plain-grid{margin:0;
  font-size:calc(14.6px * .875);
  opacity:0.8;}
.main-form .offer-rail{padding:calc(1.5rem * .75);
  display:flex;
  flex-direction:column;
  gap:0.85rem;}
.main-form .form{
  background:var(--tone-base);
  color:var(--surface-accent);
  padding:0.85rem 1rem;
  border-radius:0.64rem;
  border-left:3px solid #c99a2e;
}
.main-form .focused-service{margin:0 0 0.35rem;
  font-size:14.6px;
  line-height:1.65;}
.main-form .wide-inner{font-size:calc(14.6px * .875);
  opacity:0.75;}
.main-form .steady-block{
  display:flex;
  gap:0.6rem;
  padding:calc(1.5rem * .75);
  border-top:1px solid #d8d2c2;
  background:var(--tone-base);
  flex-wrap:wrap;color:var(--surface-accent);}
.main-form .open-steps{flex:1 1 240px;
  min-width:0;}
.main-form .steady-block input{
  width:100%;
  padding:0.75rem 0.9rem;
  border-radius:0.64rem;
  border:1px solid #d8d2c2;
  background:#ffffff;
  color:#1a241c;
  font-family:inherit;
  font-size:14.6px;
  outline:none;
}
.main-form .steady-block input::placeholder{color:rgba(255,255,255,0.55);}
.main-form .steady-block input:focus{border-color:var(--line-dark);
  box-shadow:0 0 0 3px rgba(31, 77, 58, 0.35);}
.main-form .steady-block button{
  padding:0.75rem 1.35rem;
  border-radius:0.64rem;
  border:none;
  background:var(--line-dark);
  color:#f7f3e8;
  font-family:inherit;
  font-size:14.6px;
  font-weight:600;
  cursor:pointer;
  transition:background 350ms var(--speed-panel);
}
.main-form .steady-block button:hover{
  background:#173a2c;color:#1a241c;}
.main-form .page-header{position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
  border:0;}
.public-footer{--mark-static:calc(1.5rem * 1.09);padding:calc(1.5rem * 2.4) 2.1rem;background:var(--line-dark);color:#f7f3e8;}
.public-footer .active-frame{max-width:1080px;margin:0 auto;}
.public-footer h2,.public-footer p{margin:0;}
.public-footer h2{font-size:calc(14.6px * 2);line-height:1.12;}
.public-footer p{font-size:14.6px;line-height:2.04;color:color-mix(in srgb, currentColor 78%, transparent);}
.public-footer a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.public-footer a:hover{}
.public-footer .offer-plan{padding-block:calc(var(--mark-static) / 2);}
.public-footer .quiet-visual{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.public-footer .top-copy{row-gap:calc(var(--mark-static) * 1.2);}
.public-footer .simple-plan>p{margin-top:1.5rem;}
.public-footer .contact-surface{display:flex;flex-direction:column;gap:calc(1.5rem / 2);margin-top:1.5rem;}
.public-footer details{padding:0;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.public-footer details:last-of-type{border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.public-footer summary{cursor:pointer;font-weight:700;font-size:calc(14.6px * 1.125);padding-block:calc(1.5rem / 3);list-style:none;}
.public-footer summary::-webkit-details-marker{display:none;}
.public-footer summary::after{content:"+";float:right;font-weight:400;opacity:.7;}
.public-footer details[open] summary::after{content:"\2212";}
.public-footer details p{margin-top:calc(1.5rem / 4);margin-bottom:calc(1.5rem / 3);}
.public-footer .offer-proof{margin-top:1.5rem;font-size:calc(14.6px * .875);}
.steady-figure{
    padding:calc(1.5rem * 2.4) 2.1rem;
    background:var(--tone-base);
    color:var(--surface-accent);
}
.steady-figure .active-frame{max-width:1080px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.11rem * 1.5);}
.steady-figure .public-view h2{margin:0 0 0.6rem;
    font-size:calc(14.6px * 2);
    line-height:1.25;}
.steady-figure .public-view p{margin:0;
    font-size:14.6px;
    line-height:2.04;}
.steady-figure .offer-proof{display:flex;
    flex-wrap:wrap;
    gap:1.11rem;
    border-top:1px solid #d8d2c2;
    border-bottom:1px solid #d8d2c2;
    padding:1.5rem 0;}
.steady-figure .offer-proof .offer-method{flex:1 1 220px;
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:0.25rem;}
.steady-figure .offer-proof .open-steps{font-size:calc(14.6px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;
    opacity:0.75;}
.steady-figure .offer-proof a,
.steady-figure .offer-proof p{margin:0;
    font-size:14.6px;
    line-height:1.6;
    color:inherit;
    text-decoration:none;
    word-break:break-word;}
.steady-figure .offer-proof a{border-bottom:1px solid #1f4d3a;
    align-self:flex-start;
    transition:color 350ms var(--speed-panel), border-color 350ms var(--speed-panel);}
.steady-figure .offer-proof a:hover{color:inherit;
    border-color:#c99a2e;}
.steady-figure .public-flow{
    background:#ffffff;
    color:#1a241c;
    border:1px solid #d8d2c2;
    border-radius:1rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 0px 4px rgba(0,0,0,0.06);
}
.steady-figure .public-flow h3{margin:0 0 0.55rem;
    font-size:calc(14.6px * 1.35);
    line-height:1.3;}
.steady-figure .public-flow p{margin:0 0 0.7rem;
    line-height:2.04;}
.steady-figure .public-flow p:last-child{margin-bottom:0;}
.steady-figure .compact-summary{font-size:calc(14.6px * .875);
    line-height:1.7;
    opacity:0.9;}
.steady-figure .compact-summary p{margin:0;}
.steady-figure .compact-summary a{color:#1f4d3a;
    text-decoration:none;
    border-bottom:1px solid #1f4d3a;
    transition:color 350ms var(--speed-panel), border-color 350ms var(--speed-panel);}
.steady-figure .compact-summary a:hover{color:inherit;
    border-color:#c99a2e;}
@media (max-width:700px){.steady-figure .offer-proof{
        flex-direction:column;
    }
}
.site-actions{
  background:var(--paint-secondary);
  color:var(--tone-primary);
  padding:calc(1.5rem * 2.4) 2.1rem;
}
.site-actions .active-frame{max-width:1080px;
  margin:0 auto;
  display:flex;
  gap:calc(1.11rem * 1.5);
  align-items:flex-start;}
.site-actions .offer-intro{flex:0 0 16rem;
  min-width:0;
  padding-right:2.1rem;
  border-right:1px solid #d8d2c2;}
.site-actions .offer-intro span{display:block;
  font-size:calc(14.6px * .875);
  text-transform:uppercase;
  letter-spacing:.05em;}
.site-actions .offer-intro p{margin:calc(1.11rem * 1.5) 0 0;
  font-size:calc(14.6px * .875);
  line-height:2.04;}
.site-actions .narrow-panel{flex:1 1 auto;
  min-width:0;}
.site-actions h2{margin:0;
  font-size:calc(14.6px * 2);
  line-height:1.12;}
.site-actions .primary-stack{margin:1.5rem 0 0;
  font-size:14.6px;
  line-height:2.04;}
.site-actions .primary-stack + .primary-stack{margin-top:calc(1.11rem * 1.5);}
.site-actions .public-area{display:flex;
  flex-wrap:wrap;
  gap:.6rem 1.11rem;
  margin-top:calc(1.11rem * 1.5);
  padding-top:calc(1.11rem * 1.5);
  border-top:1px solid #d8d2c2;}
.site-actions .public-area a{
  display:inline-block;
  padding:.55rem .95rem;
  border:1px solid #d8d2c2;
  border-radius:0.64rem;
  background:#ffffff;
  color:#1a241c;
  text-decoration:none;
  font-size:calc(14.6px * .875);
  transition:border-color 350ms var(--speed-panel), background 350ms var(--speed-panel);
}
.site-actions .public-area a:hover{
  border-color:var(--line-dark);
  background:var(--tone-base);color:var(--surface-accent);}
@media (max-width:760px){.site-actions .active-frame{display:block}.site-actions .offer-intro{
    border-right:0;
    border-bottom:1px solid #d8d2c2;
    padding:0 0 1.5rem;
  }.site-actions .narrow-panel{margin-top:calc(1.11rem * 1.5)}
}
.top-list{--mark-static:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 2.1rem;background:var(--paint-secondary);color:var(--tone-primary);}
.top-list .active-frame{max-width:1080px;margin:0 auto;}
.top-list h2,.top-list h3,.top-list p{margin:0;}
.top-list h2{font-size:calc(14.6px * 2);line-height:1.14;}
.top-list h3{font-size:calc(14.6px * 1.35);line-height:1.22;}
.top-list p{font-size:14.6px;line-height:2.04;}
.top-list a{color:inherit;text-decoration:none;}
.top-list .public-flow{font-size:calc(14.6px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--surface-accent);}
.top-list .soft-figure{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.37rem;background:var(--line-dark);color:#f7f3e8;transition:background 350ms var(--speed-panel);}
.top-list .soft-figure:hover{background:#173a2c;color:#1a241c;}
.top-list .clear-note{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.11rem;}
.top-list .clear-note>.text-method{flex:1 1 auto;min-width:0;}
.top-list .clear-note>.soft-figure{flex:0 0 auto;}
.top-list .clear-note>.local-steps{flex:1 1 100%;}
.top-list .text-method h2{margin-top:calc(1.5rem / 3);}
.top-list .local-steps{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.11rem;margin-top:var(--mark-static);}
.top-list .narrow-note{flex:1 1 calc(1080px / 4);min-width:0;padding:calc(1.5rem * .75);border:1px solid #d8d2c2;border-radius:0.64rem;background:#ffffff;color:#1a241c;}
.top-list .narrow-note p{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.top-list .clear-note{align-items:flex-start;}.top-list .narrow-note{flex:1 1 100%;}
}
.quiet-wrap{--mark-static:calc(1.5rem * 1.11);--field-soft:calc(1080px / 2.35);--font-nav:calc(1080px / 3.43);padding:calc(1.5rem * 2.4) 2.1rem;background:var(--line-dark);color:#f7f3e8;}
.quiet-wrap .active-frame{max-width:1080px;margin:0 auto;}
.quiet-wrap h2,.quiet-wrap h3,.quiet-wrap p{margin:0;}
.quiet-wrap h2{font-size:calc(14.6px * 2);line-height:1.12;}
.quiet-wrap h3{font-size:calc(14.6px * 1.35);line-height:1.2;}
.quiet-wrap p{font-size:14.6px;line-height:2.04;color:color-mix(in srgb, currentColor 78%, transparent);}
.quiet-wrap .offer-plan{padding-block:calc(var(--mark-static) / 2);}
.quiet-wrap .top-copy{row-gap:calc(var(--mark-static) * 1.2);}
.quiet-wrap .quiet-visual{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.quiet-wrap .main-items{display:flex;align-items:flex-start;gap:1.11rem;}
.quiet-wrap .text-method{flex:1 1 calc(1080px / 3);min-width:0;}
.quiet-wrap .text-method p{margin-top:1.5rem;}
.quiet-wrap .local-steps{flex:2 1 calc(1080px / 2);display:flex;flex-direction:column;gap:var(--mark-static);margin-top:0;}
.quiet-wrap .narrow-note{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.quiet-wrap .narrow-note p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.quiet-wrap .main-items{flex-direction:column;}.quiet-wrap .local-steps{margin-top:1.5rem;}}
.open-unit{
  --mark-static:calc(1.5rem * 1.05);
  --layer-control:calc(1080px / 3.15);
  padding:calc(1.5rem * 2.4) 2.1rem;
  background:var(--paint-secondary);
  color:var(--tone-primary);
}
.open-unit .active-frame{max-width:1080px;
  margin:0 auto;}
.open-unit h2,
.open-unit h3,
.open-unit p{margin:0;}
.open-unit h2{font-size:calc(14.6px * 2);
  line-height:1.14;}
.open-unit h3{font-size:calc(14.6px * 1.35);
  line-height:1.22;}
.open-unit p{font-size:14.6px;
  line-height:2.04;}
.open-unit .active-note{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:1.11rem;
  padding-bottom:calc(1.11rem * 1.5);
  border-bottom:1px solid #d8d2c2;}
.open-unit .active-note>h2{flex:1 1 calc(1080px / 3);
  min-width:0;}
.open-unit .active-note>.public-view{flex:1 1 calc(1080px / 2.2);
  min-width:0;
  color:var(--surface-accent);}
.open-unit .offer-intro{display:flex;
  flex-wrap:wrap;
  gap:var(--mark-static);
  margin-top:var(--mark-static);}
.open-unit .narrow-note{
  flex:1 1 var(--layer-control);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * .95) calc(calc(1.5rem * .75) * 1.05);
  border-radius:0.64rem;
  background:#ffffff;
  color:#1a241c;
  border:1px solid #d8d2c2;
  box-shadow:0 0px 4px rgba(0,0,0,0.06);
}
.open-unit .narrow-note p{margin-top:calc(1.5rem / 3);
  color:var(--surface-accent);}
.open-unit .public-flow{
  margin-top:var(--mark-static);
  padding:calc(calc(1.5rem * .75) * .9) calc(calc(1.5rem * .75) * 1.1);
  border-radius:0.64rem;
  background:var(--tone-base);
  color:var(--surface-accent);
}
.open-unit .public-flow a{color:#1f4d3a;
  text-decoration:underline;
  text-underline-offset:3px;}
.open-unit .public-flow a:hover{color:inherit;}
@media (max-width:720px){.open-unit .active-note>h2,
  .open-unit .active-note>.public-view,
  .open-unit .narrow-note{
    flex:1 1 100%;
  }
}
.direct-details{--mark-static:calc(1.5rem * 1.15);--font-nav:calc(1080px / 2.35);padding:calc(1.5rem * 2.4) 2.1rem;background:#c99a2e;color:#2a1f05;}
.direct-details .active-frame{max-width:1080px;margin:0 auto;}
.direct-details h2,.direct-details h3,.direct-details p{margin:0;}
.direct-details h2{font-size:calc(14.6px * 2);line-height:1.14;}
.direct-details h3{font-size:calc(14.6px * 1.35);line-height:1.22;}
.direct-details p{font-size:14.6px;line-height:2.04;color:color-mix(in srgb, currentColor 78%, transparent);}
.direct-details a{color:inherit;text-decoration:none;}
.direct-details .simple-grid{padding-inline-start:calc(2.1rem / 2);}
.direct-details .wide-fields{padding-block:calc(var(--mark-static) / 2);}
.direct-details .visual-contact{row-gap:calc(var(--mark-static) * .65);}
.direct-details .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.11rem;}
.direct-details .row-title h2{flex:1 1 calc(1080px / 3);min-width:0;}
.direct-details .row-title>p{flex:1 1 calc(1080px / 3);min-width:0;}
.direct-details .clear-benefit{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--mark-static);margin-top:var(--mark-static);}
.direct-details .narrow-note{flex:1 1 var(--font-nav);min-width:0;padding-top:calc(calc(1.5rem * .75) / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.direct-details .narrow-note p{margin-top:calc(1.5rem / 3);}
.direct-details .narrow-note a{display:inline-flex;margin-top:calc(1.5rem / 2);padding:calc(calc(1.5rem * .75) / 2) calc(1.5rem * .75);border-radius:0.37rem;background:#2a1f05;color:#c99a2e;font-size:calc(14.6px * .875);}
.direct-details .offer-proof{flex:1 1 100%;margin-top:calc(var(--mark-static) / 2);font-size:calc(14.6px * .875);}
.direct-details .offer-proof a{text-decoration:underline;text-underline-offset:3px;}
.page-service{
        padding: calc(1.5rem * 2.4) 2.1rem;
        background: var(--paint-secondary);
        color: var(--tone-primary)
    }
.page-service .active-frame{max-width: 1080px;
        margin: 0 auto}
.page-service .quiet-surface{display: flex;
        flex-direction: column;
        gap: calc(1.11rem * 1.5)}
.page-service .active-note{display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 1.5rem;
        padding-bottom: calc(1.11rem * 1.5);
        border-bottom: 1px solid #d8d2c2}
.page-service h2{margin: 0;
        font-size: calc(14.6px * 2);
        line-height: 1.12}
.page-service .active-note p{margin: 0;
        font-size: calc(14.6px * 1.125);
        line-height: 2.04}
.page-service ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75)}
.page-service li{
        display: flex;
        flex-wrap: wrap;
        gap: 1.11rem;
        align-items: baseline;
        padding: calc(1.5rem * .75) 1.5rem;
        background: #ffffff;
        color: #1a241c;
        border: 1px solid #d8d2c2;
        border-radius: 0.64rem
    }
.page-service strong{flex: 0 1 20rem;
        min-width: 0;
        font-size: calc(14.6px * 1.35);
        line-height: 1.2}
.page-service span{flex: 1 1 24rem;
        min-width: 0;
        font-size: 14.6px;
        line-height: 2.04}
@media (max-width: 760px) {.page-service li{
            display: block
        }.page-service span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.team-links{--mark-static:calc(1.5rem * 1.08);--font-nav:calc(1080px / 3.2);padding:calc(1.5rem * 2.4) 2.1rem;background:var(--line-dark);color:#f7f3e8;}
.team-links .active-frame{max-width:1080px;margin:0 auto;}
.team-links h1,.team-links h2,.team-links h3,.team-links p{margin:0;}
.team-links h2{font-size:calc(14.6px * 2);line-height:1.14;}
.team-links h3{font-size:calc(14.6px * 1.35);line-height:1.22;}
.team-links p{font-size:14.6px;line-height:2.04;color:color-mix(in srgb, currentColor 76%, transparent);}
.team-links a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.team-links a:hover{border-bottom-color:#c99a2e;}
.team-links .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.11rem;row-gap:calc(var(--mark-static) * 1.1);}
.team-links .row-title h2{flex:1 1 calc(1080px / 2.6);min-width:0;}
.team-links .row-title>p{flex:1 1 calc(1080px / 2.9);min-width:0;}
.team-links .local-steps{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--mark-static);margin-top:calc(var(--mark-static) * .6);}
.team-links .narrow-note{flex:1 1 var(--font-nav);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.team-links .narrow-note p{margin-top:calc(1.5rem / 3.2);}
.team-links .offer-proof{flex:1 1 100%;margin-top:calc(var(--mark-static) * .4);padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);font-size:calc(14.6px * .875);}
@media (max-width:720px){.team-links .row-title h2,.team-links .row-title>p{flex:1 1 100%;}.team-links .narrow-note{flex:1 1 100%;}
}
.site-details{--mark-static:calc(1.5rem * 0.9);--axis-base:1px;padding:calc(1.5rem * 2.4) 2.1rem;background:#1f4d3a;color:#f7f3e8;}
.site-details .active-frame{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-static);}
.site-details h2,.site-details h3,.site-details p{margin:0;}
.site-details h2{font-size:calc(14.6px * 2);line-height:1.14;}
.site-details h3{font-size:calc(14.6px * 1.35);line-height:1.22;}
.site-details p{font-size:14.6px;line-height:2.04;}
.site-details .featured-benefit{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.site-details .public-view{opacity:.86;}
.site-details .local-steps{display:flex;flex-direction:column;gap:0;border-top:var(--axis-base) solid rgba(247,243,232,0.22);}
.site-details .narrow-note{padding-block:calc(var(--mark-static) * 0.85);border-bottom:var(--axis-base) solid rgba(247,243,232,0.22);display:flex;flex-direction:column;gap:calc(1.5rem / 3.2);}
.site-details .narrow-note p{opacity:.82;}
.site-details .offer-proof{margin-top:calc(var(--mark-static) * 0.4);font-size:calc(14.6px * .875);opacity:.9;}
.site-details .offer-proof a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.site-details .offer-proof a:hover{color:inherit;}
@media (min-width:760px){.site-details .local-steps{display:grid;grid-template-columns:1fr 1fr;column-gap:calc(1.11rem * 1.6);border-top:0;}.site-details .narrow-note{border-top:var(--axis-base) solid rgba(247,243,232,0.22);padding-block:calc(var(--mark-static) * 0.75);}
}
.public-items{padding:calc(1.5rem * 2.4) 2.1rem;background:linear-gradient(135deg, #1f4d3a 0%, #2f6a4f 55%, #c99a2e 100%);color:#f7f3e8}
.public-items .active-frame{max-width:1080px;margin:0 auto}
.public-items .offer-intro{display:flex;flex-wrap:wrap;gap:calc(1.11rem * 1.5);align-items:flex-start}
.public-items .quiet-unit{flex:1 1 20rem;min-width:0;border-left:1px solid color-mix(in srgb,#f7f3e8 30%,transparent);padding-left:1.5rem}
.public-items .quiet-unit p{margin:0;line-height:2.04;font-size:14.6px}
.public-items .service-brand{flex:2 1 40rem;min-width:0}
.public-items h2{margin:0;font-size:calc(14.6px * 2);line-height:1.1}
.public-items .open-links{margin-top:calc(1.11rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.public-items .open-links p{margin:0;display:flex;flex-wrap:wrap;gap:2.1rem;align-items:baseline;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,#f7f3e8 18%,transparent)}
.public-items .open-links p:last-child{border-bottom:0;padding-bottom:0}
.public-items strong{flex:0 1 13rem;min-width:0;font-size:calc(14.6px * .875);letter-spacing:0.01em}
.public-items span{flex:1 1 26rem;min-width:0;line-height:2.04}
@media(max-width:760px){.public-items .offer-intro{display:block}.public-items .quiet-unit{border-left:0;padding-left:0}.public-items .service-brand{margin-top:calc(1.11rem * 1.5)}.public-items .open-links p{display:block}.public-items strong{display:block}.public-items span{display:block;margin-top:calc(1.5rem * .75)}.public-items h2{font-size:calc(14.6px * 1.35)}}
.tile{
  background:var(--paint-secondary);
  color:var(--tone-primary);
  padding:calc(1.5rem * 2.4) 2.1rem;
}
.tile .active-frame{max-width:1080px;
  margin:0 auto;
  display:flex;
  gap:calc(1.11rem * 1.5);
  align-items:flex-start;}
.tile .compact-summary{
  flex:0 0 19rem;
  min-width:0;
  background:var(--tone-base);
  color:var(--surface-accent);
  border-radius:1rem;
  padding:calc(1.5rem * .75);
}
.tile .public-flow{margin:0 0 1.5rem;
  font-size:calc(14.6px * .875);
  letter-spacing:.02em;
  text-transform:uppercase;}
.tile .local-steps{margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:.85rem;
  font-size:calc(14.6px * .875);
  line-height:2.04;}
.tile .local-steps li{padding-left:1rem;
  border-left:2px solid #c99a2e;}
.tile .text-method{flex:1 1 auto;
  min-width:0;}
.tile h2{margin:0;
  font-size:calc(14.6px * 2);
  line-height:1.15;}
.tile .public-view{margin:1.5rem 0 0;
  font-size:calc(14.6px * 1.125);
  line-height:2.04;}
.tile .primary-stack{margin:calc(1.11rem * 1.5) 0 0;
  line-height:2.04;}
.tile .offer-proof{margin-top:calc(1.11rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:.6rem 1.4rem;}
.tile .offer-proof a{color:#1f4d3a;
  text-decoration:none;
  border-bottom:1px solid #d8d2c2;
  padding-bottom:.15rem;
  font-size:14.6px;}
.tile .offer-proof a:hover{color:inherit;
  border-bottom-color:#c99a2e;}
@media (max-width:760px){.tile .active-frame{display:block}.tile .compact-summary{margin-bottom:calc(1.11rem * 1.5)}
}
.compact-surface{
  --mark-static:calc(1.5rem * 1.2);
  --axis-base:1px solid color-mix(in srgb, currentColor 18%, transparent);
  padding:calc(1.5rem * 2.4) 2.1rem;
  background:var(--tone-base);
  color:var(--surface-accent);
}
.compact-surface .active-frame{max-width:1080px;
  margin:0 auto;}
.compact-surface h1,
.compact-surface h2,
.compact-surface h3,
.compact-surface p{margin:0;}
.compact-surface h2{font-size:calc(14.6px * 2);
  line-height:1.14;}
.compact-surface h3{font-size:calc(14.6px * 1.35);
  line-height:1.22;}
.compact-surface p{font-size:14.6px;
  line-height:2.04;}
.compact-surface .public-flow{font-size:calc(14.6px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  opacity:0.72;
  margin-bottom:calc(1.5rem / 2);}
.compact-surface .public-view{margin-top:1.5rem;
  max-width:none;}
.compact-surface .local-steps{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:var(--mark-static);
  border-top:var(--axis-base);}
.compact-surface .narrow-note{min-width:0;
  padding:calc(1.11rem * 1.5) 0;
  border-bottom:var(--axis-base);}
.compact-surface .narrow-note p{margin-top:calc(1.5rem / 3);}
.compact-surface .offer-proof{margin-top:var(--mark-static);
  font-size:calc(14.6px * .875);
  opacity:0.85;}
.compact-surface .offer-proof a{text-decoration:underline;
  text-underline-offset:3px;}
.compact-surface .offer-proof a:hover{}
@media (min-width:760px){.compact-surface .local-steps{
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:calc(1.11rem * 2);
    border-top:none;
  }.compact-surface .narrow-note{
    border-top:var(--axis-base);
  }
}
.bottom-frame{--mark-static:calc(1.5rem * 0.9);--axis-base:1px solid #d8d2c2;padding:calc(1.5rem * 2.4) 2.1rem;background:var(--paint-secondary);color:var(--tone-primary);}
.bottom-frame .active-frame{max-width:1080px;margin:0 auto;}
.bottom-frame h2,.bottom-frame h3,.bottom-frame p{margin:0;}
.bottom-frame h2{font-size:calc(14.6px * 2);line-height:1.14;}
.bottom-frame h3{font-size:calc(14.6px * 1.35);line-height:1.25;}
.bottom-frame p{font-size:14.6px;line-height:2.04;}
.bottom-frame .main-items{display:flex;align-items:flex-start;gap:calc(1.11rem * 1.4);}
.bottom-frame .main-items>.text-method{flex:1 1 calc(1080px / 3.2);min-width:0;}
.bottom-frame .main-items>.local-steps{flex:2 1 calc(1080px / 1.9);min-width:0;}
.bottom-frame .text-method .public-view{margin-top:1.5rem;color:var(--surface-accent);}
.bottom-frame .text-method .public-flow{margin-top:calc(1.11rem * 1.5);padding-top:calc(1.11rem * 1.5);border-top:var(--axis-base);font-size:calc(14.6px * .875);color:var(--surface-accent);}
.bottom-frame .local-steps{display:flex;flex-direction:column;gap:0;}
.bottom-frame .narrow-note{padding:calc(1.11rem * 1.5) 0;border-top:var(--axis-base);}
.bottom-frame .narrow-note:first-child{border-top:0;padding-top:0;}
.bottom-frame .narrow-note:last-child{padding-bottom:0;}
.bottom-frame .narrow-note p{margin-top:calc(calc(1.11rem * 1.5) * 0.5);color:var(--surface-accent);}
@media(max-width:760px){.bottom-frame .main-items{flex-direction:column;gap:calc(1.11rem * 1.5);}.bottom-frame .main-items>.local-steps{margin-top:1.5rem;}}
.simple-flow{--mark-static:calc(1.5rem * 1.15);--field-soft:calc(1080px / 2.40);padding:calc(1.5rem * 2.4) 2.1rem;background:var(--line-dark);color:#f7f3e8;}
.simple-flow .active-frame{max-width:1080px;margin:0 auto;}
.simple-flow .focused-headline{display:flex;flex-direction:column;gap:calc(1.11rem * 1.5);}
.simple-flow h2,.simple-flow p{margin:0;}
.simple-flow h2{font-size:calc(14.6px * 2);line-height:1.14;max-width:var(--field-soft);}
.simple-flow p{font-size:14.6px;line-height:2.04;}
.simple-flow .public-view{color:color-mix(in srgb, currentColor 78%, transparent);}
.simple-flow .offer-proof{display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75);padding-top:calc(1.11rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.simple-flow .text-method{flex:1 1 22rem;min-width:0;color:color-mix(in srgb, currentColor 82%, transparent);}
.simple-flow .soft-figure{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.37rem;background:#f7f3e8;color:var(--line-dark);text-decoration:none;font-size:14.6px;transition:background 350ms var(--speed-panel),color 350ms var(--speed-panel);}
.simple-flow .soft-figure:hover,.simple-flow .soft-figure:focus-visible{background:#c99a2e;color:#2a1f05;}
.simple-flow .public-flow{font-size:calc(14.6px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.simple-flow .public-flow a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.simple-flow .public-flow a:hover,.simple-flow .public-flow a:focus-visible{}
@media (max-width:640px){.simple-flow .offer-proof{flex-direction:column;align-items:flex-start;}.simple-flow .soft-figure{width:100%;}
}
.wide-section{
  padding: calc(1.5rem * 2.4) 2.1rem;
  background: #1f4d3a;
  color: #f7f3e8;
}
.wide-section .active-frame{max-width: 1080px;
  margin: 0 auto;}
.wide-section .simple-frame{margin-bottom: calc(1.11rem * 1.5);}
.wide-section h2{margin: 0;
  font-size: calc(14.6px * 2);
  line-height: 1.12;}
.wide-section .simple-frame p{margin: calc(1.5rem * .75) 0 0;
  color: #d8d2c2;
  font-size: calc(14.6px * 1.125);}
.wide-section .page-details{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.wide-section .offer-list{
  flex: 1 1 18rem;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  border: 1px solid #2f3a30;
  background: #1f4d3a;
  color: #f7f3e8;
  text-decoration: none;
  transition: transform 350ms var(--speed-panel), border-color 350ms var(--speed-panel);
}
.wide-section .offer-list.is-quiet{
  background: var(--paint-secondary);
  color: var(--tone-primary);
  border-color: #d8d2c2;
}
.wide-section .offer-list:hover{transform: translateY(calc(calc(1.5rem * .75) * -.2));
  border-color: #c99a2e;}
.wide-section .offer-list span,
.wide-section .offer-list small{display: block;
  font-size: calc(14.6px * .875);
  color: #d8d2c2;}
.wide-section .offer-list.is-quiet span,
.wide-section .offer-list.is-quiet small{color:inherit;}
.wide-section .offer-list strong{display: block;
  margin: calc(1.5rem * .75) 0;
  font-size: calc(14.6px * 1.35);}
.wide-section .offer-proof{margin-top: calc(1.11rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2f3a30;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(1.5rem * .75);
  justify-content: space-between;}
.wide-section .offer-proof p{margin: 0;
  flex: 1 1 22rem;
  font-size: 14.6px;
  color: #d8d2c2;}
.wide-section .offer-proof a{color:inherit;
  text-decoration: underline;}
.wide-section .soft-figure{
  display: inline-block;
  padding: calc(1.5rem * .75) calc(1.11rem * 1.5);
  border-radius: 0.64rem;
  background: #c99a2e;
  color: #2a1f05;
  font-weight: 600;
  text-decoration: none;
  transition: background 350ms var(--speed-panel);
}
.wide-section .soft-figure:hover{
  background: #a87f22;color:#1a241c;}
@media (max-width: 780px) {.wide-section .page-details{
    flex-direction: column;
  }.wide-section .offer-proof{
    flex-direction: column;
    align-items: flex-start;
  }
}
.quiet-panel{
  background:var(--tone-base);
  color:var(--surface-accent);
  padding:calc(1.5rem * 2.4) 2.1rem;
}
.quiet-panel .active-frame{max-width:1080px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);
  gap:calc(1.11rem * 1.5);
  align-items:start;}
.quiet-panel .text-method{position:sticky;
  top:1.5rem;
  padding-right:calc(1.5rem * .75);
  border-right:1px solid color-mix(in srgb,var(--surface-accent) 18%,transparent);}
.quiet-panel .text-method p{margin:0 0 1.5rem;
  line-height:2.04;}
.quiet-panel h2{margin:0;
  font-size:calc(14.6px * 2);
  line-height:1.14;
  letter-spacing:0;}
.quiet-panel .secondary-footer{display:flex;
  flex-direction:column;
  gap:0;}
.quiet-panel .narrow-note{padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid color-mix(in srgb,var(--surface-accent) 15%,transparent);}
.quiet-panel .narrow-note:first-child{padding-top:0;}
.quiet-panel .narrow-note:last-child{border-bottom:0;
  padding-bottom:0;}
.quiet-panel .narrow-note strong{display:block;
  font-size:14.6px;
  line-height:1.35;}
.quiet-panel .narrow-note p{margin:.5rem 0 0;
  line-height:2.04;}
.quiet-panel .narrow-note a{text-decoration:underline;
  text-underline-offset:2px;}
.quiet-panel .narrow-note a:hover{}
@media (max-width:780px){.quiet-panel .active-frame{
    grid-template-columns:1fr;
  }.quiet-panel .text-method{
    position:static;
    padding-right:0;
    border-right:0;
    border-bottom:1px solid color-mix(in srgb,var(--surface-accent) 18%,transparent);
    padding-bottom:calc(1.11rem * 1.5);
  }
}
.page-unit{padding:calc(1.5rem * 2.4) 2.1rem;background:var(--paint-secondary);color:var(--tone-primary)}
.page-unit .active-frame{max-width:1080px;margin:0 auto}
.page-unit .active-note{margin-bottom:calc(1.11rem * 1.5)}
.page-unit h2{margin:0 0 calc(1.5rem * .75);font-size:calc(14.6px * 2);line-height:1.1}
.page-unit .public-view{margin:0;font-size:14.6px;line-height:2.04}
.page-unit .open-links{display:flex;flex-direction:column;gap:calc(1.11rem * 1.5)}
.page-unit .offer-method{display:flex;flex-wrap:wrap;align-items:baseline;gap:1.11rem;padding:calc(1.5rem * .75) 0;border-top:1px solid #d8d2c2}
.page-unit .offer-method:last-of-type{border-bottom:1px solid #d8d2c2}
.page-unit .secondary-team{flex:0 0 12rem;font-size:calc(14.6px * .875);color:var(--surface-accent);text-transform:uppercase;letter-spacing:0.04em}
.page-unit .contact-links{flex:1 1 16rem;min-width:0;margin:0;font-size:calc(14.6px * 1.125);line-height:1.3;overflow-wrap:anywhere}
.page-unit a.value{color:#1f4d3a;text-decoration:none}
.page-unit a.value:hover{color:inherit;text-decoration:underline}
.page-unit .public-flow{flex:1 1 100%;margin:0;font-size:calc(14.6px * .875);line-height:2.04;color:var(--surface-accent)}
.page-unit .visual-contact{margin:calc(1.11rem * 1.5) 0 0;font-size:14.6px;line-height:2.04}
@media(max-width:640px){.page-unit .offer-method{flex-direction:column;gap:calc(1.5rem * .75)}.page-unit .secondary-team{flex:0 0 auto}
}
.text-items{--mark-static:calc(1.5rem * 1.35);padding:calc(1.5rem * 2.4) 2.1rem;background:var(--paint-secondary);color:var(--tone-primary);}
.text-items .active-frame{max-width:1080px;margin:0 auto;}
.text-items h2,.text-items h3,.text-items p{margin:0;}
.text-items h2{font-size:calc(14.6px * 2);line-height:1.15;}
.text-items h3{font-size:calc(14.6px * 1.35);line-height:1.25;}
.text-items p{font-size:14.6px;line-height:2.04;color:var(--surface-accent);}
.text-items .local-steps{display:flex;flex-direction:column;gap:var(--mark-static);margin-top:var(--mark-static);border-top:1px solid #d8d2c2;padding-top:var(--mark-static);}
.text-items .narrow-note{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:1.11rem;align-items:start;padding-bottom:var(--mark-static);border-bottom:1px solid #d8d2c2;}
.text-items .narrow-note:last-child{border-bottom:none;padding-bottom:0;}
.text-items .narrow-note h3{margin:0;}
.text-items .narrow-note p{margin:0;}
.text-items .public-flow{margin-top:var(--mark-static);padding-top:var(--mark-static);border-top:1px solid #d8d2c2;}
.text-items a{color:#1f4d3a;text-decoration:underline;text-underline-offset:2px;}
.text-items a:hover{color:inherit;}
@media (max-width:720px){.text-items .narrow-note{grid-template-columns:1fr;gap:calc(1.11rem / 2);}
}
.team-fields{--mark-static:calc(1.5rem * 1.05);--font-nav:calc(1080px / 3.2);padding:calc(1.5rem * 2.4) 2.1rem;background:var(--line-dark);color:#f7f3e8;}
.team-fields .active-frame{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-static);}
.team-fields h2,.team-fields h3,.team-fields p{margin:0;}
.team-fields h2{font-size:calc(14.6px * 2);line-height:1.14;}
.team-fields h3{font-size:calc(14.6px * 1.35);line-height:1.22;}
.team-fields p{font-size:14.6px;line-height:2.04;color:color-mix(in srgb, currentColor 78%, transparent);}
.team-fields .featured-benefit{display:flex;flex-wrap:wrap;gap:1.11rem;align-items:flex-start;}
.team-fields .featured-benefit h2{flex:1 1 calc(1080px / 2.6);min-width:0;}
.team-fields .featured-benefit .public-view{flex:1 1 calc(1080px / 2.6);min-width:0;}
.team-fields .local-steps{display:flex;flex-wrap:wrap;gap:var(--mark-static);}
.team-fields .narrow-note{flex:1 1 var(--font-nav);min-width:0;padding-block-start:calc(calc(1.5rem * .75) / 1.4);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.team-fields .narrow-note p{margin-top:calc(1.5rem / 3.2);}
.team-fields .offer-proof{margin-top:calc(var(--mark-static) / 2);font-size:calc(14.6px * .875);}
.team-fields .offer-proof a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.team-fields .offer-proof a:hover{}
@media (max-width:720px){.team-fields .featured-benefit h2,.team-fields .featured-benefit .public-view{flex:1 1 100%;}.team-fields .narrow-note{flex:1 1 100%;}
}
.plain-body{--mark-static:calc(1.5rem * 1.19);--font-nav:calc(1080px / 3.52);padding:calc(1.5rem * 2.4) 2.1rem;background:#1f4d3a;color:#f7f3e8;}
.plain-body .active-frame{max-width:1080px;margin:0 auto;}
.plain-body h2,.plain-body h3,.plain-body p{margin:0;}
.plain-body h2{font-size:calc(14.6px * 2);line-height:1.12;}
.plain-body h3{font-size:calc(14.6px * 1.35);line-height:1.2;}
.plain-body p{font-size:14.6px;line-height:2.04;}
.plain-body a{color:inherit;text-decoration:none;}
.plain-body .visual-contact{display:flex;flex-direction:column;row-gap:calc(var(--mark-static) * .7);}
.plain-body .public-view{max-width:calc(1080px / 2);opacity:.88;}
.plain-body .clear-benefit{display:flex;flex-wrap:wrap;gap:var(--mark-static);}
.plain-body .narrow-note{flex:1 1 var(--font-nav);min-width:0;padding:calc(var(--mark-static) * .75);border-radius:0.64rem;background:var(--tone-base);color:var(--surface-accent);}
.plain-body .narrow-note h3{color:inherit;}
.plain-body .narrow-note p{margin-top:calc(1.5rem / 3);color:inherit;}
.plain-body .narrow-note a{display:inline-flex;margin-top:calc(1.5rem / 2);padding:calc(calc(1.5rem * .75) / 2) calc(1.5rem * .75);border-radius:0.37rem;background:var(--line-dark);color:#f7f3e8;font-size:calc(14.6px * .875);}
.plain-body .narrow-note a:hover{background:#173a2c;color:#1a241c;}
.plain-body .offer-proof{margin-top:calc(var(--mark-static) * .4);font-size:calc(14.6px * .875);opacity:.85;}
.plain-body .offer-proof a{text-decoration:underline;text-underline-offset:3px;}
.plain-body .offer-proof a:hover{color:inherit;}
@media (max-width:720px){.plain-body .narrow-note{flex:1 1 100%;}
}
.focused-frame{--mark-static:calc(1.5rem * 0.9);--field-soft:calc(1080px / 2.6);padding:calc(1.5rem * 2.4) 2.1rem;background:var(--line-dark);color:#f7f3e8;}
.focused-frame .active-frame{max-width:1080px;margin:0 auto;}
.focused-frame h1,.focused-frame h2,.focused-frame h3,.focused-frame p{margin:0;}
.focused-frame h1{font-size:calc(14.6px * 2.65);line-height:1.08;}
.focused-frame h2{font-size:calc(14.6px * 2);line-height:1.14;}
.focused-frame h3{font-size:calc(14.6px * 1.35);line-height:1.22;}
.focused-frame p{font-size:14.6px;line-height:2.04;color:color-mix(in srgb, currentColor 76%, transparent);}
.focused-frame a{color:inherit;text-decoration:none;}
.focused-frame .soft-figure{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.37rem;background:#f7f3e8;color:var(--line-dark);}
.focused-frame .public-flow{font-size:calc(14.6px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.focused-frame .public-view{margin-top:calc(1.5rem / 2.4);}
.focused-frame .local-steps{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.11rem;margin-top:var(--mark-static);}
.focused-frame .narrow-note{flex:1 1 calc(1080px / 3.6);min-width:0;padding-top:calc(1.5rem / 2.6);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.focused-frame .narrow-note p{margin-top:calc(1.5rem / 3.2);}
.focused-frame .clear-note{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.11rem;}
.focused-frame .clear-note>.text-method{flex:1 1 auto;min-width:0;}
.focused-frame .clear-note>.soft-figure{flex:0 0 auto;}
.focused-frame .clear-note>.local-steps{flex:1 1 100%;}
.focused-frame .text-method h2{margin-top:calc(1.5rem / 3);}
.focused-frame .offer-proof{flex:1 1 100%;margin-top:var(--mark-static);font-size:calc(14.6px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
.focused-frame .offer-proof a{text-decoration:underline;text-underline-offset:3px;}
.focused-frame .offer-proof a:hover{}
@media (max-width:720px){.focused-frame .narrow-note{flex:1 1 100%;}.focused-frame .clear-note>.soft-figure{width:100%;}
}
.bottom-header{--mark-static:calc(1.5rem * 0.95);padding:calc(1.5rem * 2.4) 2.1rem;background:var(--paint-secondary);color:var(--tone-primary);}
.bottom-header .active-frame{max-width:1080px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.11rem;}
.bottom-header h1,.bottom-header h2,.bottom-header h3,.bottom-header p{margin:0;}
.bottom-header h2{font-size:calc(14.6px * 2);line-height:1.12;}
.bottom-header h3{font-size:calc(14.6px * 1.35);line-height:1.2;}
.bottom-header p{font-size:14.6px;line-height:2.04;}
.bottom-header a{color:#1f4d3a;text-decoration:none;}
.bottom-header a:hover{color:inherit;}
.bottom-header .text-method{flex:1 1 auto;min-width:0;}
.bottom-header .public-flow{font-size:calc(14.6px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--surface-accent);}
.bottom-header .text-method h2{margin-top:calc(1.5rem / 3);}
.bottom-header .public-view{margin-top:calc(1.5rem / 2);}
.bottom-header .soft-figure{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.37rem;background:var(--line-dark);color:#f7f3e8;font-size:14.6px;}
.bottom-header .soft-figure:hover{background:#173a2c;color:#f7f3e8;}
.bottom-header .local-steps{flex:1 1 100%;display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.11rem;margin-top:var(--mark-static);}
.bottom-header .narrow-note{flex:1 1 calc(1080px / 4);min-width:0;padding-top:calc(calc(1.5rem * .75) * 0.8);border-top:1px solid #d8d2c2;}
.bottom-header .narrow-note p{margin-top:calc(1.5rem / 3);color:var(--surface-accent);}
.bottom-header .offer-proof{flex:1 1 100%;margin-top:var(--mark-static);padding-top:calc(calc(1.5rem * .75) * 0.8);border-top:1px solid #d8d2c2;font-size:calc(14.6px * .875);color:var(--surface-accent);}
@media (max-width:720px){.bottom-header .narrow-note{flex:1 1 100%;}
}
.public-visual{
        padding:calc(1.5rem * 2.4) 2.1rem;
        background:var(--tone-base);
        color:var(--surface-accent);
    }
.public-visual .active-frame{max-width:1080px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.11rem * 1.5);}
.public-visual .public-view h2{margin:0;
        font-size:calc(14.6px * 2);
        line-height:1.2;}
.public-visual .public-view p{margin:calc(1.5rem * .75) 0 0;
        font-size:14.6px;}
.public-visual .narrow-group{display:flex;
        flex-wrap:wrap;
        gap:1.11rem;}
.public-visual .offer-proof{
        flex:1 1 260px;
        background:#ffffff;
        color:#1a241c;
        border:1px solid #d8d2c2;
        border-radius:1rem;
        padding:calc(1.5rem * .75);
        display:flex;
        flex-direction:column;
        gap:0.5rem;
        box-shadow:0 0px 4px rgba(0,0,0,0.06);
    }
.public-visual .offer-proof h3{margin:0;
        font-size:calc(14.6px * 1.35);
        line-height:1.3;}
.public-visual .offer-proof p{margin:0;
        font-size:calc(14.6px * .875);}
.public-visual .offer-proof .featured-area{color:var(--surface-accent);
        font-size:calc(14.6px * .875);}
.public-visual .offer-proof a{margin-top:auto;
        color:#1f4d3a;
        font-weight:600;
        text-decoration:none;
        word-break:break-word;}
.public-visual .offer-proof a:hover{color:inherit;}
.public-visual .public-flow{border-top:1px solid #d8d2c2;
        padding-top:calc(1.5rem * .75);
        display:flex;
        flex-direction:column;
        gap:0.4rem;}
.public-visual .public-flow p{margin:0;
        font-size:calc(14.6px * .875);}
.public-visual .public-flow .text-footer a{color:#1f4d3a;
        font-weight:600;
        text-decoration:none;}
.public-visual .public-flow .text-footer a:hover{color:inherit;}
@media (max-width: 720px){.public-visual .offer-proof{
            flex:1 1 100%;
        }
    }
.plain-block{padding:calc(1.5rem * 2.4) 2.1rem;background:var(--tone-base);color:var(--surface-accent)}
.plain-block .active-frame{max-width:1080px;margin:0 auto}
.plain-block .featured-benefit{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.11rem;align-items:flex-end;margin-bottom:calc(1.11rem * 1.5)}
.plain-block h2{margin:0;font-size:calc(14.6px * 2);line-height:1.1}
.plain-block .featured-benefit p{margin:0;flex:1 1 22rem;font-size:14.6px;line-height:2.04}
.plain-block .featured-unit{display:flex;flex-wrap:wrap;gap:1.11rem;margin-bottom:calc(1.11rem * 1.5)}
.plain-block .featured-unit>*{flex:1 1 15rem;min-width:0}
.plain-block .featured-unit a,.plain-block .featured-unit .featured-area{display:block;background:#ffffff;color:#1a241c;border:1px solid #d8d2c2;border-radius:1rem;padding:calc(1.5rem * .75);text-decoration:none;overflow-wrap:anywhere}
.plain-block .featured-unit a:hover{background:var(--line-dark);color:#f7f3e8;border-color:var(--line-dark)}
.plain-block .featured-unit span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(14.6px * .875);opacity:.85}
.plain-block .featured-unit strong{font-size:calc(14.6px * 1.125);line-height:1.3;font-weight:600}
.plain-block .offer-intro{display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-top:1px solid #d8d2c2;padding-top:calc(1.11rem * 1.5)}
.plain-block .offer-method{display:flex;flex-wrap:wrap;gap:1.11rem;align-items:baseline}
.plain-block .offer-method span{flex:0 0 12rem;font-size:calc(14.6px * .875);text-transform:uppercase;letter-spacing:.04em;opacity:.75}
.plain-block .offer-method p{margin:0;flex:1 1 20rem;font-size:14.6px;line-height:2.04}
.plain-block .public-flow{margin:calc(1.11rem * 1.5) 0 0;font-size:calc(14.6px * .875);line-height:2.04;opacity:.8}
@media(max-width:620px){.plain-block .featured-benefit,.plain-block .offer-method{display:block}.plain-block .featured-benefit p,.plain-block .offer-method p{margin-top:calc(1.5rem * .75)}.plain-block .offer-method span{display:block;margin-bottom:calc(1.5rem * .75)}}
.primary-plan{
  padding: calc(1.5rem * 2.4) 2.1rem;
  background: #1f4d3a;
  color: #f7f3e8;
}
.primary-plan .active-frame{max-width: min(1080px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.11rem * 1.5);
  align-items: flex-start;}
.primary-plan .public-flow{flex: 1 1 22rem;
  min-width: 0;}
.primary-plan .offer-intro{
  flex: 1 1 20rem;
  min-width: 0;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #ffffff;
  color: #1a241c;
}
.primary-plan h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(14.6px * 2);
  line-height: 1.12;}
.primary-plan .public-flow p{margin: 0 0 calc(1.5rem * .75);
  color: #d8d2c2;
  font-size: 14.6px;}
.primary-plan .public-flow a{
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * .8) calc(1.5rem * .75);
  border-radius: 0.64rem;
  background: #c99a2e;
  color: #2a1f05;
  text-decoration: none;
}
.primary-plan .public-flow a:hover{
  background: #a87f22;color:#1a241c;}
.primary-plan .public-view{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(14.6px * .875);
  text-transform: uppercase;
  letter-spacing: 0.04em;color:inherit;}
.primary-plan .offer-intro ul{list-style: none;
  margin: 0;
  padding: 0;}
.primary-plan .offer-intro li{padding: 0 0 calc(1.5rem * .75);
  margin: 0 0 calc(1.5rem * .75);
  border-bottom: 1px solid #d8d2c2;}
.primary-plan .offer-intro li:last-child{padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;}
.primary-plan .offer-intro li strong,
.primary-plan .offer-intro li span{display: block;}
.primary-plan .offer-intro li strong{font-size: 14.6px;}
.primary-plan .offer-intro li span{margin-top: calc(calc(1.5rem * .75) * .35);color:inherit;
  font-size: calc(14.6px * .875);}
.primary-plan .featured-area{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(14.6px * .875);color:inherit;}
@media (max-width: 760px) {.primary-plan .active-frame{
    flex-direction: column;
  }
}
.page-items{--mark-static:calc(1.5rem * 0.95);padding:calc(1.5rem * 2.4) 2.1rem;background:var(--paint-secondary);color:var(--tone-primary);}
.page-items .active-frame{max-width:1080px;margin:0 auto;}
.page-items h1,.page-items h2,.page-items h3,.page-items p{margin:0;}
.page-items h2{font-size:calc(14.6px * 2);line-height:1.14;}
.page-items p{font-size:14.6px;line-height:2.04;}
.page-items a{color:#1f4d3a;text-decoration:none;border-bottom:1px solid #d8d2c2;}
.page-items a:hover{color:inherit;}
.page-items .clear-note{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.11rem;}
.page-items .text-method{flex:1 1 100%;min-width:0;}
.page-items .text-method .public-view{margin-top:calc(1.11rem * 1.5);color:var(--surface-accent);}
.page-items .soft-figure{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.85) 1.5rem;border-radius:0.37rem;background:var(--line-dark);color:#f7f3e8;border-bottom:0;font-size:calc(14.6px * .875);}
.page-items .soft-figure:hover{background:#173a2c;color:#f7f3e8;}
.page-items .contact-surface{flex:1 1 100%;display:flex;flex-direction:column;gap:calc(var(--mark-static) / 2);margin-top:calc(1.11rem * 1.5);}
.page-items details{padding:calc(calc(1.5rem * .75) * 0.9) calc(1.5rem * .75);border-radius:0.64rem;background:#ffffff;color:#1a241c;border:1px solid #d8d2c2;}
.page-items summary{cursor:pointer;font-weight:700;font-size:14.6px;list-style:none;}
.page-items summary::-webkit-details-marker{display:none;}
.page-items summary::after{content:"+";float:right;color:inherit;font-weight:700;}
.page-items details[open] summary::after{content:"–";}
.page-items details p{margin-top:calc(calc(1.11rem * 1.5) * 0.7);color:var(--surface-accent);}
.page-items .offer-proof{flex:1 1 100%;margin-top:calc(1.11rem * 1.5);font-size:calc(14.6px * .875);color:var(--surface-accent);}
@media (min-width:720px){.page-items .text-method{flex:1 1 60%;}.page-items .soft-figure{flex:0 0 auto;margin-top:calc(calc(1.11rem * 1.5) * 0.4);}.page-items .contact-surface{display:grid;grid-template-columns:1fr 1fr;gap:1.11rem;align-items:start;}
}
.direct-media{--mark-static:calc(1.5rem * 1.04);--field-soft:calc(1080px / 2.28);--font-nav:calc(1080px / 3.35);padding:calc(1.5rem * 2.4) 2.1rem;background:#c99a2e;color:#2a1f05;}
.direct-media .active-frame{max-width:1080px;margin:0 auto;}
.direct-media h1,.direct-media h2,.direct-media h3,.direct-media p,.direct-media ul{margin:0;}
.direct-media h1{font-size:calc(14.6px * 2.65);line-height:1.1;}
.direct-media h2{font-size:calc(14.6px * 2);line-height:1.12;}
.direct-media h3{font-size:calc(14.6px * 1.35);line-height:1.2;}
.direct-media p{font-size:14.6px;line-height:2.04;color:color-mix(in srgb, currentColor 78%, transparent);}
.direct-media a{color:inherit;text-decoration:none;}
.direct-media .soft-figure{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.37rem;background:#2a1f05;color:#c99a2e;}
.direct-media .soft{background:color-mix(in srgb, color-mix(in srgb, currentColor 10%, transparent) 86%, transparent);}
.direct-media .centered{text-align:center;}
.direct-media .simple-grid{padding-inline-start:calc(2.1rem / 2);}
.direct-media .offer-plan{padding-block:calc(var(--mark-static) / 2);}
.direct-media .open{padding-block-start:var(--mark-static);}
.direct-media .compact{padding-block-end:calc(var(--mark-static) / 3);}
.direct-media .wide{max-width:1080px;}
.direct-media .soft-start{padding-inline-start:calc(1.5rem * .75);}
.direct-media .top-copy{row-gap:calc(var(--mark-static) * 1.2);}
.direct-media .visual-contact{row-gap:calc(var(--mark-static) * .7);}
.direct-media .measured{column-gap:calc(1.11rem * .85);}
.direct-media .relaxed{column-gap:calc(1.11rem * 1.12);}
.direct-media .quiet-visual{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.direct-media .public-view{margin-top:1.5rem;max-width:calc(1080px / 1.62);}
.direct-media .offer-summary{display:flex;flex-direction:column;gap:var(--mark-static);margin-top:var(--mark-static);}
.direct-media .narrow-note{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid color-mix(in srgb, currentColor 22%, transparent);}
.direct-media .narrow-note p{margin-top:calc(1.5rem / 3);}
.direct-media .narrow-note a{display:inline-flex;margin-top:calc(1.5rem / 2);opacity:.85;}
@media (min-width:760px){.direct-media .offer-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:calc(1.11rem * 1.4);row-gap:var(--mark-static);}
}
.featured-proof{--mark-static:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 2.1rem;background:var(--paint-secondary);color:var(--tone-primary);}
.featured-proof .active-frame{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-static);}
.featured-proof h2,.featured-proof h3,.featured-proof p{margin:0;}
.featured-proof h2{font-size:calc(14.6px * 2);line-height:1.14;}
.featured-proof h3{font-size:calc(14.6px * 1.35);line-height:1.25;}
.featured-proof p{font-size:14.6px;line-height:2.04;}
.featured-proof .active-note{display:flex;flex-direction:column;gap:calc(1.11rem * 1.5);}
.featured-proof .public-view{color:var(--surface-accent);}
.featured-proof .contact-surface{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.featured-proof .narrow-note{padding:calc(1.5rem * .75) 1.5rem;border-left:3px solid #c99a2e;background:#ffffff;color:#1a241c;border-radius:0.64rem;}
.featured-proof .narrow-note p{margin-top:calc(calc(1.11rem * 1.5) * .6);}
.featured-proof .offer-proof{font-size:calc(14.6px * .875);color:var(--surface-accent);border-top:1px solid #d8d2c2;padding-top:calc(1.11rem * 1.5);}
.featured-proof .offer-proof a{color:#1f4d3a;text-decoration:underline;text-underline-offset:3px;}
.featured-proof .offer-proof a:hover{color:inherit;}
@media (max-width:720px){.featured-proof .narrow-note{padding:calc(1.11rem * 1.5) calc(1.5rem * .75);}
}
.featured-nav{padding:calc(1.5rem * 2.4) 2.1rem;background:var(--line-dark);color:#f7f3e8;overflow:hidden}
.featured-nav .active-frame{max-width:1080px;margin:0 auto}
.featured-nav .public-view{margin:0 0 calc(1.11rem * 1.5)}
.featured-nav h2{margin:0;font-size:calc(14.6px * 2);line-height:1.1}
.featured-nav .public-view p{margin:calc(1.5rem * .75) 0 0;font-size:calc(14.6px * 1.125);line-height:2.04}
.featured-nav .offer-intro{display:flex;flex-direction:column;gap:calc(1.11rem * 1.5)}
.featured-nav .narrow-note{padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(247,243,232,0.18)}
.featured-nav .narrow-note:last-of-type{border-bottom:1px solid rgba(247,243,232,0.18)}
.featured-nav strong{display:block;font-size:calc(14.6px * 1.35);line-height:1.15}
.featured-nav .narrow-note p{margin:calc(1.5rem * .75) 0 0;line-height:2.04}
.featured-nav .offer-proof{margin-top:calc(1.11rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid rgba(247,243,232,0.18)}
.featured-nav .offer-proof p{margin:0;font-size:calc(14.6px * .875);line-height:2.04}
.featured-nav .offer-proof a{text-decoration:underline;text-underline-offset:3px}
.featured-nav .offer-proof a:hover{}
@media (min-width:900px){.featured-nav .offer-intro{display:grid;grid-template-columns:1fr 1fr;gap:calc(1.11rem * 1.5) 1.11rem}.featured-nav .narrow-note:nth-child(odd){padding-right:1.11rem}.featured-nav .narrow-note:nth-child(even){padding-left:1.11rem;border-left:1px solid rgba(247,243,232,0.18)}.featured-nav .narrow-note:nth-child(1),
  .featured-nav .narrow-note:nth-child(2){border-top:none}.featured-nav .narrow-note:nth-child(5){grid-column:1 / -1;border-left:none;padding-left:0;padding-right:0}
}
.local-surface{
    padding:calc(1.5rem * 2.4) 2.1rem;
    background:var(--paint-secondary);
    color:var(--tone-primary);
}
.local-surface .focused-headline{max-width:1080px;
    margin:0 auto;}
.local-surface .offer-lead{display:flex;
    flex-direction:column;
    gap:calc(1.11rem * 1.5);}
.local-surface .featured-benefit{display:flex;
    flex-direction:column;
    gap:0.4rem;
    padding-bottom:calc(1.11rem * 1.5);
    border-bottom:1px solid #d8d2c2;}
.local-surface .public-note{margin:0;
    font-size:calc(14.6px * 2.65);
    line-height:1.15;
    letter-spacing:-0.01em;}
.local-surface .plain-grid{margin:0;
    font-size:calc(14.6px * .875);
    color:var(--surface-accent);}
.local-surface .public-view{margin:0;
    font-size:calc(14.6px * 1.125);
    line-height:1.6;}
.local-surface .focused-media{display:flex;
    flex-direction:column;
    gap:calc(1.11rem * 1.5);}
.local-surface .focused-media p{margin:0;
    font-size:14.6px;
    line-height:2.04;}
.local-surface .offer-brand{margin:0;
    font-size:calc(14.6px * 1.35);
    line-height:1.3;}
.local-surface .local-steps{margin:0;
    padding-left:1.1rem;
    display:flex;
    flex-direction:column;
    gap:0.5rem;
    font-size:14.6px;
    line-height:1.6;}
.local-surface .local-steps li{padding-left:0.2rem;}
.local-surface .foot{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);
    padding-top:calc(1.11rem * 1.5);
    border-top:1px solid #d8d2c2;}
.local-surface .public-flow{margin:0;
    font-size:calc(14.6px * .875);
    color:var(--surface-accent);}
.local-surface .text-footer{display:flex;
    flex-wrap:wrap;
    gap:1.11rem;}
.local-surface .text-footer a{
    display:inline-block;
    padding:0.55rem 1rem;
    border:1px solid #d8d2c2;
    border-radius:0.64rem;
    background:#ffffff;
    color:#1f4d3a;
    font-size:calc(14.6px * .875);
    text-decoration:none;
    transition:background 350ms var(--speed-panel), color 350ms var(--speed-panel);
}
.local-surface .text-footer a:hover{
    background:#c99a2e;
    color:#2a1f05;
}
@media (max-width:640px){.local-surface .text-footer{
        flex-direction:column;
    }.local-surface .text-footer a{
        width:100%;
        text-align:center;
    }
}
.steady-wrap{padding:calc(1.5rem * 2.4) 2.1rem;background:#1f4d3a;color:#f7f3e8;}
.steady-wrap .focused-headline{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.11rem * 1.5);}
.steady-wrap .active-note{display:flex;flex-direction:column;gap:1.11rem;}
.steady-wrap .active-note h2{margin:0;font-size:calc(14.6px * 2);line-height:1.25;}
.steady-wrap .public-view{margin:0;font-size:14.6px;line-height:2.04;}
.steady-wrap .offer-intro{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.steady-wrap .narrow-note{background:#ffffff;color:#1a241c;border:1px solid #d8d2c2;border-radius:1rem;padding:calc(1.5rem * .75);display:flex;flex-direction:column;gap:1.11rem;box-shadow:0 0px 4px rgba(0,0,0,0.06);}
.steady-wrap .plain-grid{display:flex;flex-wrap:wrap;align-items:center;gap:1.11rem;}
.steady-wrap .focused-nav{background:#c99a2e;color:#2a1f05;border-radius:0.37rem;padding:2px 10px;font-size:calc(14.6px * .875);}
.steady-wrap .focused-panel{font-size:calc(14.6px * .875);}
.steady-wrap .narrow-note h3{margin:0;font-size:calc(14.6px * 1.35);line-height:1.3;}
.steady-wrap .narrow-note h3 a{text-decoration:none;}
.steady-wrap .narrow-note h3 a:hover{}
.steady-wrap .text-method{margin:0;font-size:14.6px;line-height:2.04;}
.steady-wrap .offer-proof{align-self:flex-start;font-size:calc(14.6px * .875);text-decoration:none;border-bottom:1px solid #d8d2c2;padding-bottom:2px;}
.steady-wrap .offer-proof:hover{}
.steady-wrap .public-flow{margin:0;font-size:calc(14.6px * .875);color:#f7f3e8;opacity:0.85;}
.steady-wrap .public-flow a{text-decoration:none;}
.steady-wrap .public-flow a:hover{}
@media (min-width:760px){.steady-wrap .offer-intro{display:grid;grid-template-columns:repeat(2,1fr);gap:calc(1.5rem * .75);}.steady-wrap .narrow-note:first-child{grid-column:1 / -1;}
}
.public-summary{
    padding:calc(1.5rem * 2.4) 2.1rem;
    background:var(--paint-secondary);
    color:var(--tone-primary);
}
.public-summary .focused-headline{max-width:1080px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.11rem * 1.5);}
.public-summary .featured-benefit{display:flex;
    flex-direction:column;
    gap:0.5rem;
    padding-bottom:calc(1.11rem * 1.5);
    border-bottom:1px solid #d8d2c2;}
.public-summary .public-note{margin:0;
    font-size:calc(14.6px * 2.65);
    line-height:1.2;}
.public-summary .plain-grid{margin:0;
    font-size:calc(14.6px * .875);
    color:var(--surface-accent);}
.public-summary .public-view{margin:0;
    font-size:calc(14.6px * 1.125);
    color:var(--tone-primary);}
.public-summary .focused-media{display:flex;
    flex-direction:column;
    gap:calc(1.11rem * 1.5);}
.public-summary .focused-media p{margin:0;
    font-size:14.6px;
    line-height:2.04;}
.public-summary .offer-intro{
    margin-top:calc(1.11rem * 1.5);
    padding:calc(1.5rem * .75);
    background:var(--tone-base);
    color:var(--surface-accent);
    border-radius:1rem;
    display:flex;
    flex-direction:column;
    gap:0.75rem;
}
.public-summary .public-flow{margin:0;
    font-size:calc(14.6px * .875);
    text-transform:uppercase;
    letter-spacing:0.04em;}
.public-summary .offer-proof{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:0.5rem;}
.public-summary .offer-proof a{color:#1f4d3a;
    text-decoration:none;
    font-size:14.6px;
    border-bottom:1px solid transparent;
    transition:color 350ms var(--speed-panel), border-color 350ms var(--speed-panel);}
.public-summary .offer-proof a:hover{color:inherit;
    border-bottom-color:#c99a2e;}
@media (min-width:720px){.public-summary .focused-headline{
        flex-direction:row;
        flex-wrap:wrap;
        align-items:flex-start;
    }.public-summary .featured-benefit{
        flex:1 1 100%;
    }.public-summary .focused-media{
        flex:1 1 62%;
        min-width:0;
    }.public-summary .offer-intro{
        flex:1 1 30%;
        margin-top:0;
        position:sticky;
        top:calc(1.11rem * 1.5);
    }
}
.plain-summary{padding:calc(1.5rem * 2.4) 2.1rem;background:var(--paint-secondary);color:var(--tone-primary);}
.plain-summary .compact-visual{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.11rem * 1.5);}
.plain-summary .direct-fields h2{margin:0 0 .6rem;font-size:calc(14.6px * 2);line-height:1.15;}
.plain-summary .direct-fields .public-view{margin:0;font-size:14.6px;line-height:2.04;}
.plain-summary .clear-body{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.plain-summary .narrow-note{display:flex;flex-direction:column;gap:1.11rem;padding:calc(1.5rem * .75);background:#ffffff;color:#1a241c;border:1px solid #d8d2c2;border-radius:1rem;box-shadow:0 0px 4px rgba(0,0,0,0.06);transition:box-shadow 350ms var(--speed-panel);}
.plain-summary .narrow-note:hover{box-shadow:0 3px 14px rgba(0,0,0,0.08);}
.plain-summary .strong-menu{display:flex;flex-direction:column;gap:.35rem;}
.plain-summary .focused-nav{margin:0;font-size:calc(14.6px * .875);letter-spacing:.02em;text-transform:uppercase;color:var(--surface-accent);}
.plain-summary h3{margin:0;font-size:calc(14.6px * 1.35);line-height:1.25;}
.plain-summary h3 a{color:#1f4d3a;text-decoration:none;}
.plain-summary h3 a:hover{color:inherit;}
.plain-summary .public-flow{margin:0;font-size:calc(14.6px * .875);color:var(--surface-accent);}
.plain-summary .text-method{margin:0;font-size:14.6px;line-height:2.04;}
.plain-summary .open{align-self:flex-start;font-size:calc(14.6px * .875);font-weight:700;color:#f7f3e8;background:var(--line-dark);padding:.5rem .9rem;border-radius:0.37rem;text-decoration:none;transition:background 350ms var(--speed-panel);}
.plain-summary .open:hover{background:#173a2c;color:#1a241c;}
.plain-summary .welcome{margin:0;padding:calc(1.11rem * 1.5);background:var(--tone-base);color:var(--surface-accent);border-radius:0.64rem;font-size:calc(14.6px * .875);line-height:2.04;}
@media (min-width:760px){
  .plain-summary .narrow-note{flex-direction:row;align-items:flex-start;justify-content:space-between;}
  .plain-summary .strong-menu{flex:1 1 auto;padding-right:1.11rem;}
  .plain-summary .open{flex:0 0 auto;align-self:center;}
}
.top-inner{
    padding:calc(1.5rem * 2.4) 2.1rem;
    background:var(--paint-secondary);
    color:var(--tone-primary);
}
.top-inner .focused-headline{max-width:1080px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.11rem * 1.5);}
.top-inner .public-note{margin:0;
    font-size:calc(14.6px * 2.65);
    line-height:1.2;
    letter-spacing:-0.01em;}
.top-inner .plain-grid{margin:0;
    font-size:calc(14.6px * .875);
    color:var(--surface-accent);
    border-bottom:1px solid #d8d2c2;
    padding-bottom:calc(1.11rem * 1.5);}
.top-inner .primary-stack{margin:0;
    font-size:14.6px;
    line-height:2.04;}
.top-inner .offer-proof{margin:0;
    padding-top:calc(1.11rem * 1.5);
    border-top:1px solid #d8d2c2;
    font-size:calc(14.6px * .875);
    color:var(--surface-accent);}
.top-inner .offer-proof a{color:#1f4d3a;
    text-decoration:underline;
    text-underline-offset:3px;}
.top-inner .offer-proof a:hover{color:inherit;}
@media (max-width:640px){.top-inner .public-note{
        font-size:calc(14.6px * 2);
    }
}
.page-links{padding:calc(1.5rem * 2.4) 2.1rem;background:var(--paint-secondary);color:var(--tone-primary);}
.page-links .focused-headline{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.11rem * 1.5);}
.page-links .featured-panel{display:flex;flex-direction:column;gap:1.11rem;}
.page-links .featured-panel h2{margin:0;font-size:calc(14.6px * 2);line-height:1.25;}
.page-links .public-view{margin:0;font-size:14.6px;line-height:2.04;}
.page-links .offer-intro{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.page-links .narrow-note{background:#ffffff;color:#1a241c;border:1px solid #d8d2c2;border-radius:1rem;padding:calc(1.5rem * .75);display:flex;flex-direction:column;gap:0.6rem;box-shadow:0 0px 4px rgba(0,0,0,0.06);}
.page-links .featured-area{display:flex;flex-wrap:wrap;align-items:center;gap:0.75rem;}
.page-links .focused-nav{display:inline-block;background:#c99a2e;color:#2a1f05;font-size:calc(14.6px * .875);padding:0.2rem 0.6rem;border-radius:0.37rem;}
.page-links .focused-panel{font-size:calc(14.6px * .875);}
.page-links .narrow-note h3{margin:0;font-size:calc(14.6px * 1.35);line-height:1.3;}
.page-links .narrow-note h3 a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 350ms var(--speed-panel),color 350ms var(--speed-panel);}
.page-links .narrow-note h3 a:hover{border-bottom-color:#c99a2e;}
.page-links .offer-brand{margin:0;font-size:calc(14.6px * .875);}
.page-links .text-method{margin:0;font-size:14.6px;line-height:2.04;}
.page-links .soft-figure{align-self:flex-start;font-size:calc(14.6px * .875);text-decoration:none;border-bottom:1px solid #1f4d3a;padding-bottom:1px;transition:color 350ms var(--speed-panel),border-color 350ms var(--speed-panel);}
.page-links .soft-figure:hover{border-bottom-color:#c99a2e;}
.page-links .public-flow{margin:0;padding:calc(1.5rem * .75);background:var(--tone-base);color:var(--surface-accent);border-radius:0.64rem;font-size:calc(14.6px * .875);line-height:2.04;}
@media (min-width:768px){.page-links .narrow-note{padding:calc(calc(1.5rem * .75) * 1.1);}
}
.local-block{padding:calc(1.5rem * 2.4) 2.1rem;background:var(--line-dark);color:#f7f3e8}
.local-block .narrow-panel{max-width:1080px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.11rem * 1.5);align-items:stretch}
.local-block .simple-entries{flex:1 1 26rem;min-height:30rem;border-radius:1.28rem;overflow:hidden;border:1px solid color-mix(in srgb,currentColor 22%,transparent);box-shadow:0 3px 14px rgba(0,0,0,0.08)}
.local-block iframe{display:block;width:100%;height:100%;border:0}
.local-block .primary-proof{flex:1 1 22rem;align-self:center;display:flex;flex-direction:column;gap:calc(1.11rem * 1.5)}
.local-block h2{margin:0;font-size:calc(14.6px * 2);line-height:1.15}
.local-block .primary-proof>p{margin:0;font-size:14.6px;line-height:2.04}
.local-block .open-links{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.local-block .offer-method{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);border-radius:0.64rem;background:#c99a2e;color:#2a1f05}
.local-block .offer-method span{flex:0 0 auto;min-width:8rem;font-size:calc(14.6px * .875);opacity:.85}
.local-block .offer-method strong{flex:1 1 12rem;font-weight:600}
.local-block .offer-method a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.local-block .offer-method a:hover{}
@media (max-width:860px){.local-block .simple-entries{min-height:22rem}.local-block .offer-method span{min-width:100%}}
.primary-brand{
  background:var(--paint-secondary);
  color:var(--tone-primary);
  padding:calc(1.5rem * 2.4) 2.1rem;
}
.primary-brand .active-frame{max-width:1080px;
  margin:0 auto;}
.primary-brand .quiet-media{display:flex;
  align-items:flex-start;
  gap:calc(1.11rem * 1.5);}
.primary-brand .public-flow{
  flex:0 1 20rem;
  min-width:0;
  background:var(--tone-base);
  color:var(--surface-accent);
  border-radius:1rem;
  padding:calc(1.5rem * .75);
}
.primary-brand .public-flow p{margin:0 0 calc(1.5rem * .75);
  line-height:2.04;}
.primary-brand .public-flow p:last-child{margin-bottom:0;}
.primary-brand .main-figure{
  flex:1 1 auto;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  background:#ffffff;
  color:#1a241c;
  border:1px solid #d8d2c2;
  border-radius:1rem;
  padding:calc(1.5rem * .75);
}
.primary-brand h2{margin:0;
  font-size:calc(14.6px * 2);
  line-height:1.15;}
.primary-brand .public-view{margin:0 0 calc(1.5rem * .75);
  font-size:calc(14.6px * .875);
  line-height:2.04;}
.primary-brand .open-steps{display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .4);
  min-width:0;
  font-size:calc(14.6px * .875);}
.primary-brand input,
.primary-brand select,
.primary-brand textarea{
  width:100%;
  min-width:0;
  border:1px solid #d8d2c2;
  border-radius:0.37rem;
  background:var(--paint-secondary);
  color:var(--tone-primary);
  padding:calc(1.5rem * .75);
  font:inherit;
  font-size:calc(14.6px * .875);
}
.primary-brand textarea{resize:vertical;
  line-height:1.6;}
.primary-brand input::placeholder,
.primary-brand textarea::placeholder{color:rgba(255,255,255,0.55);}
.primary-brand .strong-visual{display:flex;
  align-items:flex-start;
  gap:calc(calc(1.5rem * .75) * .5);
  font-size:calc(14.6px * .875);
  line-height:1.55;}
.primary-brand .strong-visual input{width:auto;
  margin-top:.25rem;
  flex:0 0 auto;}
.primary-brand button{
  align-self:flex-start;
  border:0;
  border-radius:0.64rem;
  background:var(--line-dark);
  color:#f7f3e8;
  padding:calc(1.5rem * .75) 1.11rem;
  font:inherit;
  font-weight:700;
  cursor:pointer;
  transition:background 350ms var(--speed-panel);
}
.primary-brand button:hover{
  background:#173a2c;color:#1a241c;}
.primary-brand .featured-visual{margin:0;
  font-size:calc(14.6px * .875);
  line-height:1.6;}
.primary-brand .featured-visual a{color:#1f4d3a;
  text-decoration:underline;}
.primary-brand .featured-visual a:hover{color:inherit;}
@media (max-width:760px) {.primary-brand .quiet-media{ flex-direction:column; }.primary-brand .public-flow,
  .primary-brand .main-figure{ flex-basis:auto; width:100%; }.primary-brand button{ align-self:stretch; }
}
.text-visual{padding:calc(1.5rem * 2.4) 2.1rem;background:var(--line-dark);color:#f7f3e8}
.text-visual .active-frame{max-width:1080px;margin:0 auto}
.text-visual .active-note h2{margin:0;font-size:calc(14.6px * 2.65);line-height:1.06}
.text-visual .active-note p{margin:1.5rem 0 0;font-size:calc(14.6px * 1.125);line-height:2.04}
.text-visual .offer-proof{margin-top:calc(1.11rem * 1.5);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.text-visual .featured-area{display:flex;flex-wrap:wrap;gap:1.11rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.text-visual .open-steps{flex:0 0 12rem;font-size:calc(14.6px * .875);text-transform:uppercase;letter-spacing:0.04em;opacity:0.78}
.text-visual .contact-links{flex:1 1 18rem;min-width:0;font-size:14.6px;line-height:1.5;overflow-wrap:anywhere}
.text-visual .open-details{text-decoration:underline;text-underline-offset:3px}
.text-visual .open-details:hover{}
.text-visual .public-flow{margin-top:calc(1.11rem * 1.5);padding:calc(1.5rem * .75) 1.5rem;background:#c99a2e;color:#2a1f05;border-radius:0.64rem}
.text-visual .public-flow .text-method{margin:0;font-size:14.6px;line-height:2.04}
.text-visual .public-flow .soft-figure{margin:calc(1.5rem * .75) 0 0}
.text-visual .public-flow .soft-figure a{font-weight:600;text-decoration:underline;text-underline-offset:3px}
.text-visual .public-flow .soft-figure a:hover{}
@media(max-width:720px){.text-visual .open-steps{flex:1 1 100%}.text-visual .contact-links{flex:1 1 100%}
}
.team-service{padding:calc(1.5rem * 2.4) 2.1rem;background:var(--paint-secondary);color:var(--tone-primary)}
.team-service .direct-unit{max-width:min(1080px,64rem);margin:0 auto}
.team-service h2{margin:0;font-size:calc(14.6px * 2);line-height:1.15}
.team-service .primary-contact{margin:1.5rem 0 calc(1.11rem * 1.5);font-size:calc(14.6px * 1.125);line-height:1.6}
.team-service .content-entries{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.team-service .public-flow{background:#ffffff;color:#1a241c;border:1px solid #d8d2c2;border-radius:1rem;padding:calc(1.5rem * .75) calc(1.11rem * 1.5);box-shadow:0 0px 4px rgba(0,0,0,0.06)}
.team-service .public-flow h3{margin:0 0 calc(1.5rem * .75);font-size:calc(14.6px * 1.35);line-height:1.25}
.team-service .public-flow p{margin:0;line-height:1.7}
@media (max-width:640px){.team-service .public-flow{padding:calc(1.11rem * 1.5) calc(1.5rem * .75)}
}
.contact-block{padding:calc(1.5rem * 2.4) 2.1rem;background:var(--paint-secondary);color:var(--tone-primary)}
.contact-block .local-track{max-width:min(1080px,66rem);margin:0 auto}
.contact-block h2{margin:0;font-size:calc(14.6px * 2);line-height:1.15}
.contact-block .bottom-unit{margin:1.5rem 0 calc(1.11rem * 1.5);font-size:14.6px;}
.contact-block .offer-lead{padding:calc(1.5rem * .75) 0 0;margin:0 0 1.11rem;border-top:1px solid #d8d2c2}
.contact-block .offer-lead:first-of-type{border-top:none;padding-top:0}
.contact-block .offer-lead:last-child{margin-bottom:0}
.contact-block h3{margin:0 0 calc(1.5rem * .75);font-size:calc(14.6px * 1.35);line-height:1.25}
.contact-block .offer-lead p{margin:0;font-size:14.6px;line-height:2.04}
@media (max-width:640px){.contact-block .bottom-unit{margin:calc(1.11rem * 1.5) 0}.contact-block h2{font-size:calc(14.6px * 1.35)}
}
.service-summary{--mark-static:calc(1.5rem * 1.02);padding:calc(1.5rem * 2.4) 2.1rem;background:#c99a2e;color:#2a1f05;}
.service-summary .active-frame{max-width:1080px;margin:0 auto;}
.service-summary h1,.service-summary h2,.service-summary h3,.service-summary p{margin:0;}
.service-summary h2{font-size:calc(14.6px * 2);line-height:1.12;}
.service-summary p{font-size:14.6px;line-height:2.04;color:color-mix(in srgb, currentColor 78%, transparent);}
.service-summary a{color:inherit;text-decoration:none;}
.service-summary .soft-figure{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.37rem;background:#2a1f05;color:#c99a2e;font-weight:600;}
.service-summary .quiet-footer>h2,.service-summary .quiet-footer>p,.service-summary .quiet-footer>.soft-figure,.service-summary .quiet-footer>.offer-proof{margin-top:1.5rem;}
.service-summary .offer-proof{display:flex;flex-wrap:wrap;gap:1.11rem;align-items:baseline;}
.service-summary .offer-proof a{font-size:calc(14.6px * .875);text-decoration:underline;text-underline-offset:3px;opacity:.85;}
.service-summary .offer-proof a:hover,.service-summary .offer-proof a:focus-visible{opacity:1;}
@media (max-width:640px){.service-summary .soft-figure{width:100%;}.service-summary .offer-proof{flex-direction:column;gap:calc(1.11rem * .5);}
}
.top-brand{
  padding: calc(1.5rem * 2.4) 2.1rem;
  background: #1f4d3a;
  color: #f7f3e8;
}
.top-brand .active-frame{max-width: min(1080px, 78rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr);
  gap: calc(1.11rem * 1.5);
  align-items: start;}
.top-brand h2{margin: 0;
  font-size: calc(14.6px * 2);
  line-height: 1.1;}
.top-brand .text-method p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(14.6px * 1.125);
  opacity: .88;}
.top-brand .offer-intro{
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #ffffff;
  color: #1a241c;
  border: 1px solid #d8d2c2;
}
.top-brand .offer-intro strong{display: block;
  font-size: calc(14.6px * 1.35);
  margin-bottom: calc(1.5rem * .75);}
.top-brand .bottom-copy{margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: .55rem;}
.top-brand .bottom-copy li{line-height: 1.5;}
.top-brand .focused-group{margin-top: calc(1.5rem * .75);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #d8d2c2;}
.top-brand .focused-group p{margin: 0 0 .5rem;}
.top-brand .focused-group ul{margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .3rem;}
.top-brand .focused-group a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 350ms var(--speed-panel), color 350ms var(--speed-panel);}
.top-brand .focused-group a:hover,
.top-brand .focused-group a:focus-visible{color:inherit;
  border-bottom-color: #c99a2e;}
.top-brand .site-story{margin: calc(1.5rem * .75) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #d8d2c2;color:inherit;
  font-size: calc(14.6px * .875);}
.top-brand .site-story a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid #d8d2c2;}
.top-brand .site-story a:hover,
.top-brand .site-story a:focus-visible{color:inherit;
  border-bottom-color: #c99a2e;}
@media (max-width: 760px) {.top-brand .active-frame{
    grid-template-columns: 1fr;
  }
}
.local-headline{
  background: var(--paint-secondary);
  color: var(--tone-primary);
  padding: calc(1.5rem * 2.4) 2.1rem;
}
.local-headline .active-frame{width: min(100%, 1080px);
  margin: 0 auto;}
.local-headline .local-proof{display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(1.11rem * 1.5);}
.local-headline .public-flow{
  margin: 0;
  font-size: calc(14.6px * .875);
  line-height: 2.04;
  color: var(--surface-accent);
  background: var(--tone-base);
  padding: 6px 12px;
  border-radius: 0.37rem;
}
.local-headline h1{margin: 0;
  font-size: calc(14.6px * 2.65);
  line-height: 1.15;}
.local-headline .primary-stack{margin: 0;
  font-size: calc(14.6px * 1.125);
  line-height: 2.04;}
.local-headline .narrow-quote{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.11rem;
  margin-top: 1.5rem;}
.local-headline a{text-decoration: none;
  overflow-wrap: anywhere;
  max-width: 100%;}
.local-headline .bar{
  padding: 12px 20px;
  border-radius: 0.64rem;
  background: var(--line-dark);
  color: #f7f3e8;
  font-weight: 700;
  transition: background 350ms var(--speed-panel);
}
.local-headline .bar:hover{
  background: #173a2c;color:#1a241c;}
.local-headline .quiet-visual{color: #1f4d3a;
  border-bottom: 1px solid #d8d2c2;
  padding: 4px 0;
  transition: color 350ms var(--speed-panel);}
.local-headline .quiet-visual:hover{color:inherit;}
@media (max-width: 640px) {.local-headline .narrow-quote{
    flex-direction: column;
    align-items: stretch;
  }.local-headline .bar{
    text-align: center;
  }
}
