body{margin:0;padding:0;font-family:"Nunito", sans-serif;}
*,*::before,*::after{box-sizing:border-box;}
:root {
  --surface-accent: #3A4A3C;
  --ink-card: #FBF6E9;
  --surface-soft: #F1EAD6;
  --tone-light: #2F5D3A;
  --delay-nav: cubic-bezier(0.16,1,0.3,1);
  --tone-extra-19: #22301F;
}
.service-list {
    width: 100%;
    background: var(--ink-card);
    color: var(--tone-extra-19);
    border-bottom: 1px solid #E4DCC8;
  }
.media-brand {
    max-width: 1160px;
    margin: 0 auto;
    padding: 1.5rem 1.4rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.99rem;
  }
.team-frame {
    font-size: calc(14.6px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    color: var(--tone-extra-19);
    text-align: center;
    padding: 0 calc(0.99rem * 1.5);
    white-space: nowrap;
    border-radius: 0.65rem;
    transition: color 520ms var(--delay-nav);
  }
.team-frame:hover,
  .team-frame:focus-visible {
    color: #E08A3C;
    outline: none;
  }
.nav-group {
    display: flex;
    align-items: center;
  }
.nav-left {
    justify-content: flex-start;
  }
.nav-right {
    justify-content: flex-end;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.99rem;
  }
.nav-link {
    display: inline-block;
    padding: 0.5rem 0.85rem;
    font-size: 14.6px;
    color: var(--tone-extra-19);
    text-decoration: none;
    border-radius: 1rem;
    transition: background-color 520ms var(--delay-nav),
                color 520ms var(--delay-nav);
  }
.nav-link:hover,
  .nav-link:focus-visible {
    background: var(--surface-soft);
    color: var(--surface-accent);
    outline: none;
  }
.primary-area{
    display: none;
    grid-column: 3;
    justify-self: end;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: 1px solid #E4DCC8;
    border-radius: 0.65rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: background-color 520ms var(--delay-nav);color:#22301F;}
.primary-area:hover,
  .primary-area:focus-visible{
    background: color-mix(in srgb, currentColor 10%, transparent);
    outline: none;color:#22301F;}
.quiet-track{
    display: block;
    width: 20px;
    height: 2px;
    background: var(--tone-extra-19);
    border-radius: 0.36rem;
    transition: transform 520ms var(--delay-nav),
                opacity 520ms var(--delay-nav);color:#22301F;}
.primary-area[aria-expanded="true"] .quiet-track:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.primary-area[aria-expanded="true"] .quiet-track:nth-child(2) {
    opacity: 0;
  }
.primary-area[aria-expanded="true"] .quiet-track:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
.top-header{
    background: var(--ink-card);
    border-top: 1px solid #E4DCC8;
    padding: calc(0.99rem * 1.5) 1.4rem;color:var(--tone-extra-19);}
.top-header[hidden]{display: none;}
.contact-wrap {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 1160px;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
.team-links {
    display: block;
    padding: 0.85rem 1rem;
    font-size: 14.6px;
    color: var(--tone-extra-19);
    text-decoration: none;
    border-radius: 1rem;
    transition: background-color 520ms var(--delay-nav),
                color 520ms var(--delay-nav);
  }
.team-links:hover,
  .team-links:focus-visible {
    background: var(--surface-soft);
    color: var(--surface-accent);
    outline: none;
  }
@media (max-width: 767px) {
    .media-brand {
      grid-template-columns: 1fr auto 1fr;
      padding: calc(0.99rem * 1.5) 1.4rem;
    }

    .nav-group {
      display: none;
    }

    .team-frame {
      grid-column: 2;
      font-size: 14.6px;
      padding: 0;
    }

    .primary-area {
      display: flex;
    }
  }
@media (min-width: 768px) {
    .top-header {
      display: none;
    }
  }
.primary-stack{font-family:"Nunito", sans-serif;font-size:14.6px;line-height:2.02;padding:calc(1.5rem * 2.4) 1.4rem;border-top-left-radius:1.29rem;border-top-right-radius:1.29rem;background:#22301F;color:#FBF6E9;}
.soft-method{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:1.2fr 2fr 1.2fr;gap:calc(0.99rem * 1.5);align-items:start}
.compact-entries{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.plain-entries{color:inherit;text-decoration:none;font-size:calc(14.6px * 1.35);font-weight:700;letter-spacing:0.02em}
.focused-method{margin:0;font-size:calc(14.6px * .875);opacity:0.85;max-width:32ch}
.focused-tile{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:0.99rem}
.direct-links{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.clear-summary{margin:0;font-size:14.6px;font-weight:600;letter-spacing:0.04em;text-transform:uppercase;opacity:0.9}
.secondary-contact{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.secondary-contact a{color:inherit;text-decoration:none;font-size:calc(14.6px * .875);border-bottom:1px solid transparent;transition:border-color 520ms var(--delay-nav), opacity 520ms var(--delay-nav)}
.secondary-contact a:hover,
  .secondary-contact a:focus-visible{border-bottom-color:currentColor;opacity:0.9;color:inherit}
.active-items{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.strong-header{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.strong-header li{display:flex;flex-direction:column;gap:0.25rem}
.clear-note{font-size:calc(14.6px * .875);text-transform:uppercase;letter-spacing:0.06em;opacity:0.75}
.direct-service{font-size:calc(14.6px * .875);color:inherit;text-decoration:none;word-break:break-word}
a.footer-value:hover,
  a.footer-value:focus-visible{text-decoration:underline;color:inherit}
.secondary-headline{max-width:1160px;margin:calc(0.99rem * 1.5) auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(255, 255, 255, 0.15);display:flex;flex-direction:column;gap:0.5rem}
.service-footer{margin:0;font-size:calc(14.6px * .875);opacity:0.85;max-width:90ch}
.offer-lead{margin:0;font-size:calc(14.6px * .875);opacity:0.75}
@media (max-width: 960px) {.soft-method{grid-template-columns:1fr 1fr}.active-items{grid-column:1 / -1}
  }
@media (max-width: 640px) {.primary-stack{padding:calc(0.99rem * 1.5) 1.4rem;background:#22301F;color:#FBF6E9;}.soft-method{grid-template-columns:1fr}.focused-tile{grid-template-columns:1fr 1fr}
  }
@media (max-width: 420px) {.focused-tile{grid-template-columns:1fr}
  }
footer .steady-proof{flex:1 1 100%;max-width:1160px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(14.6px * .875);line-height:2.02;opacity:.82;overflow-wrap:anywhere;}
.cookies {
    position: fixed;
    top: calc(0.99rem * 1.5);
    left: calc(0.99rem * 1.5);
    z-index: 9999;
    width: min(22rem, calc(100vw - calc(0.99rem * 1.5) * 2));
    background: #FFFFFF;
    color: #22301F;
    border: 1px solid #E4DCC8;
    border-radius: 0.65rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    font-family: "Nunito", sans-serif;
    font-size: calc(14.6px * .875);
    line-height: 2.02;
  }
.cookies .secondary-menu{display: flex;
    flex-direction: column;
    gap: 0.99rem;
    padding: calc(1.5rem * .75);}
.cookies .main-steps{display: flex;
    flex-direction: column;
    gap: calc(0.99rem / 2);}
.cookies .steady-unit{margin: 0;
    font-size: 14.6px;
    font-weight: 600;
    line-height: 2.02;}
.cookies .page-benefit{margin: 0;
    font-size: calc(14.6px * .875);
    color: var(--surface-accent);}
.cookies .primary-media{display: flex;
    flex-wrap: wrap;
    gap: calc(0.99rem / 2);}
.cookies .primary-brand {
    font: inherit;
    font-size: calc(14.6px * .875);
    padding: 0.4rem 0.75rem;
    border-radius: 0.36rem;
    border: 1px solid #E4DCC8;
    background: transparent;
    color: #22301F;
    cursor: pointer;
    transition: background 520ms var(--delay-nav), color 520ms var(--delay-nav);
  }
.cookies .primary-brand:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#22301F;}
.cookies .primary-brand.primary {
    background: var(--tone-light);
    color: #FBF6E9;
    border-color: var(--tone-light);
  }
.cookies .primary-brand.primary:hover{
    background: #254A2E;
    border-color: #254A2E;color:#22301F;}
.cookies .primary-brand.ghost {
    background: transparent;
  }
.cookies.is-hidden{display: none;}
.direct-contact{
    background: var(--ink-card);
    color: var(--tone-extra-19);
    padding: 72px 24px 64px;
  }
.direct-contact .offer-body{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;}
.direct-contact h1{font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.direct-contact .wide-shell{font-size: 1.125rem;
    line-height: 1.6;
    margin: 0 0 28px;
    max-width: 42ch;}
.direct-contact .simple-callout{display: flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
    margin: 0;}
.direct-contact .primary-grid{
    display: inline-block;
    background: var(--tone-light);
    color: #FBF6E9;
    padding: 13px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
  }
.direct-contact .primary-grid:hover{
    background: #254A2E;color:#22301F;}
.direct-contact .strong-lead{text-decoration: none;
    border-bottom: 2px solid #E08A3C;
    padding-bottom: 2px;
    font-weight: 600;}
.direct-contact .visual-content{
    background: var(--surface-soft);
    color: var(--surface-accent);
    padding: 26px 26px 22px;
    border-radius: 8px;
    border-left: 4px solid #E08A3C;
  }
.direct-contact .visual-content p{margin: 0 0 14px;
    line-height: 1.6;
    font-size: 0.98rem;}
.direct-contact .visual-content .compact-quote{margin: 0;}
.direct-contact .visual-content .compact-quote a{text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid currentColor;}
@media (max-width: 760px) {.direct-contact{
      padding: 52px 18px 48px;
    }.direct-contact .offer-body{
      grid-template-columns: 1fr;
      gap: 34px;
    }
  }
.direct-contact{
  background: #22301F;
  color: #FBF6E9;
}
.bottom-frame{
    background: var(--ink-card);
    color: var(--tone-extra-19);
    padding: 4.5rem 1.25rem;
  }
.bottom-frame .offer-body{max-width: 980px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
    gap: 3rem 4rem;
    align-items: start;}
.bottom-frame .direct-details h2{margin: 0 0 0.9rem;
    font-size: 1.7rem;
    line-height: 1.25;
    font-weight: 700;}
.bottom-frame .direct-details p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.bottom-frame .focused-stack{display: flex;
    flex-direction: column;
    gap: 1.9rem;}
.bottom-frame .media-shell{padding-left: 1.1rem;
    border-left: 3px solid #2F5D3A;}
.bottom-frame .media-shell:nth-child(2){border-left-color: var(--line-muted, #E08A3C);}
.bottom-frame .media-shell h3{margin: 0 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.35;}
.bottom-frame .media-shell p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.7;}
.bottom-frame .simple-callout{grid-column: 1 / -1;
    margin: 0.5rem 0 0;
    padding-top: 1.5rem;
    border-top: 1px solid var(--surface-soft, #F1EAD6);
    font-size: 0.95rem;
    line-height: 1.6;}
.bottom-frame .simple-callout a{color: #2F5D3A;
    text-decoration: underline;
    text-underline-offset: 3px;}
.bottom-frame .simple-callout a:hover{color:inherit;}
@media (max-width: 720px) {.bottom-frame{
      padding: 3rem 1.1rem;
    }.bottom-frame .offer-body{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.bottom-frame .direct-details h2{
      font-size: 1.45rem;
    }
  }
.bottom-frame{
  background: var(--ink-card);
  color: var(--tone-extra-19);
}
.fresh-actions{
    --label-body: #E4DCC8;
    --line-dark: #3A4A3C;
    background: var(--ink-card, #FBF6E9);
    color: var(--tone-extra-19, #22301F);
    padding: 72px 24px;
  }
.fresh-actions .offer-body{max-width: 940px;
    margin: 0 auto;}
.fresh-actions .narrow-fields{max-width: 620px;
    margin-bottom: 48px;}
.fresh-actions .narrow-fields h2{font-size: 1.7rem;
    line-height: 1.25;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.fresh-actions .narrow-fields p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;}
.fresh-actions .content-track{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--label-body);}
.fresh-actions .fresh-region{display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(0, 1.4fr);
    gap: 24px 40px;
    padding: 26px 0;
    border-bottom: 1px solid var(--label-body);}
.fresh-actions .fresh-region h3{margin: 0;
    font-size: 1.08rem;
    line-height: 1.35;
    font-weight: 700;}
.fresh-actions .fresh-region p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.62;}
.fresh-actions .simple-callout{margin: 36px 0 0;
    max-width: 660px;
    font-size: 0.95rem;
    line-height: 1.6;}
.fresh-actions .simple-callout a{text-decoration: underline;
    text-underline-offset: 3px;}
.fresh-actions .simple-callout a:hover{}
@media (max-width: 640px) {.fresh-actions{
      padding: 56px 20px;
    }.fresh-actions .narrow-fields{
      margin-bottom: 36px;
    }.fresh-actions .narrow-fields h2{
      font-size: 1.4rem;
    }.fresh-actions .fresh-region{
      grid-template-columns: 1fr;
      gap: 8px;
      padding: 22px 0;
    }
  }
.fresh-actions{
  background: #22301F;
  color: #FBF6E9;
}
.text-view{
    background: var(--ink-card, #FBF6E9);
    color: var(--tone-extra-19, #22301F);
    padding: 72px 24px 80px;
  }
.text-view .offer-body{max-width: 760px;
    margin: 0 auto;}
.text-view .text-flow{margin-bottom: 44px;}
.text-view .text-flow h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 12px;
    letter-spacing: -0.01em;}
.text-view .narrow-fields{margin: 0;
    max-width: 56ch;
    font-size: 1.02rem;
    line-height: 1.6;
    color: var(--surface-accent, #3A4A3C);}
.text-view .main-nav{border-top: 1px solid #E4DCC8;}
.text-view .media-shell{padding: 22px 0 24px;
    border-bottom: 1px solid #E4DCC8;}
.text-view .media-shell h3{font-size: 1.08rem;
    line-height: 1.4;
    margin: 0 0 8px;
    font-weight: 700;}
.text-view .media-shell p{margin: 0;
    max-width: 62ch;
    font-size: 0.98rem;
    line-height: 1.65;
    color: var(--surface-accent, #3A4A3C);}
.text-view .simple-callout{margin: 32px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--surface-accent, #3A4A3C);}
.text-view .simple-callout a{color: #2F5D3A;
    text-decoration: underline;
    text-underline-offset: 3px;}
.text-view .simple-callout a:hover{color: #254A2E;}
@media (max-width: 560px) {.text-view{
      padding: 52px 18px 60px;
    }.text-view .text-flow h2{
      font-size: 1.45rem;
    }.text-view .media-shell{
      padding: 18px 0 20px;
    }
  }
.text-view{
  background: var(--ink-card);
  color: var(--tone-extra-19);
}
.open-view{
    --type-nav: #E4DCC8;
    --layer-soft: #F1EAD6;
    background: var(--ink-card, #FBF6E9);
    color: var(--tone-extra-19, #22301F);
    padding: 72px 24px 80px;
  }
.open-view .offer-body{max-width: 1040px;
    margin: 0 auto;}
.open-view .direct-details{display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 40px;
    align-items: end;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--type-nav);}
.open-view .direct-details h2{margin: 0;
    font-size: 1.85rem;
    line-height: 1.2;
    letter-spacing: -0.01em;}
.open-view .narrow-fields{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.open-view .primary-nav{display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 8px;}
.open-view .site-intro{padding: 28px 28px 28px 0;
    border-bottom: 1px solid var(--type-nav);}
.open-view .site-intro + .site-intro{padding-left: 28px;
    border-left: 1px solid var(--type-nav);}
.open-view .site-intro h3{margin: 0 0 6px;
    font-size: 1.12rem;
    font-weight: 700;}
.open-view .top-feature{margin: 0 0 14px;
    font-size: 0.86rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2F5D3A;}
.open-view .visual-content{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.open-view .text-form{margin: 36px 0 0;
    max-width: 640px;
    font-size: 0.98rem;
    line-height: 1.65;
    padding-left: 18px;
    border-left: 3px solid #E08A3C;}
.open-view .text-form a{color: #2F5D3A;
    text-decoration: underline;
    text-underline-offset: 3px;}
.open-view .text-form a:hover{color: #254A2E;}
@media (max-width: 860px) {.open-view .direct-details{
      grid-template-columns: 1fr;
      gap: 18px;
      align-items: start;
    }.open-view .primary-nav{
      grid-template-columns: 1fr;
    }.open-view .site-intro{
      padding: 24px 0;
    }.open-view .site-intro + .site-intro{
      padding-left: 0;
      border-left: none;
    }
  }
.open-view{
  background: var(--ink-card);
  color: var(--tone-extra-19);
}
.offer-track{
    --line-cool: #FBF6E9;
    --tone-page: #22301F;
    --tone-extra-10: #3A4A3C;
    --font-quiet: #E4DCC8;
    background: var(--line-cool);
    color: var(--tone-page);
    padding: 72px 24px 80px;
  }
.offer-track .offer-body{max-width: 760px;
    margin: 0 auto;}
.offer-track .narrow-fields{padding-bottom: 28px;
    border-bottom: 1px solid var(--font-quiet);}
.offer-track h2{margin: 0 0 18px;
    font-size: 1.85rem;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.01em;}
.offer-track .direct-details{margin: 0;
    font-size: 1.08rem;
    line-height: 1.65;}
.offer-track .page-benefit{margin-top: 30px;}
.offer-track .page-benefit p{margin: 0 0 18px;
    font-size: 1rem;
    line-height: 1.7;}
.offer-track .text-form{margin: 26px 0 0;
    padding-left: 18px;
    border-left: 3px solid #E08A3C;
    font-size: 1rem;
    line-height: 1.65;}
.offer-track .visual-note{margin: 32px 0 0;
    font-size: 0.98rem;}
.offer-track .visual-note a{text-decoration: none;
    border-bottom: 1px solid #2F5D3A;
    padding-bottom: 2px;}
.offer-track .visual-note a:hover{border-bottom-color: #254A2E;}
@media (max-width: 600px) {.offer-track{
      padding: 52px 18px 60px;
    }.offer-track h2{
      font-size: 1.5rem;
    }.offer-track .direct-details{
      font-size: 1rem;
    }
  }
.offer-track{
  background: #22301F;
  color: #FBF6E9;
}
.contact-panel{
    --font-base: #E4DCC8;
    --axis-main: #F1EAD6;
    background: var(--ink-card, #FBF6E9);
    color: var(--tone-extra-19, #22301F);
    padding: 72px 24px 88px;
  }
.contact-panel .offer-body{max-width: 880px;
    margin: 0 auto;}
.contact-panel .direct-details{max-width: 620px;
    margin-bottom: 48px;}
.contact-panel h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.contact-panel .narrow-fields{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;}
.contact-panel .active-inner{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--font-base);}
.contact-panel .plain-unit{display: grid;
    grid-template-columns: 180px 1fr;
    gap: 24px;
    padding: 28px 0;
    border-bottom: 1px solid var(--font-base);}
.contact-panel .service-lead{font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #2F5D3A;
    padding-top: 4px;}
.contact-panel .plain-unit h3{font-size: 1.15rem;
    margin: 0 0 8px;
    line-height: 1.3;}
.contact-panel .plain-unit p{margin: 0;
    line-height: 1.6;
    font-size: 0.98rem;}
.contact-panel .text-form{
    margin-top: 40px;
    padding: 20px 24px;
    background: var(--axis-main);
    color: #3A4A3C;
    border-left: 3px solid #E08A3C;
    border-radius: 4px;
  }
.contact-panel .text-form p{margin: 0;
    line-height: 1.6;
    font-size: 0.98rem;}
.contact-panel .text-form a{color: #2F5D3A;
    text-decoration: underline;
    text-underline-offset: 3px;}
.contact-panel .text-form a:hover{color: #254A2E;}
@media (max-width: 640px) {.contact-panel{
      padding: 48px 18px 64px;
    }.contact-panel h2{
      font-size: 1.5rem;
    }.contact-panel .plain-unit{
      grid-template-columns: 1fr;
      gap: 8px;
      padding: 22px 0;
    }.contact-panel .service-lead{
      padding-top: 0;
    }
  }
.contact-panel{
  background: var(--ink-card);
  color: var(--tone-extra-19);
}
.focused-links{
    background: var(--ink-card, #FBF6E9);
    color: var(--tone-extra-19, #22301F);
    padding: 4.5rem 1.5rem;
  }
.focused-links .offer-body{max-width: 780px;
    margin: 0 auto;}
.focused-links .direct-details{max-width: 640px;
    margin-bottom: 2.75rem;}
.focused-links h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.focused-links .direct-details p{margin: 0;
    font-size: 1.0625rem;
    line-height: 1.65;}
.focused-links .focused-stack{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #E4DCC8;}
.focused-links .media-shell{padding: 1.5rem 0;
    border-bottom: 1px solid #E4DCC8;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;}
.focused-links .media-shell h3{font-size: 1.0625rem;
    font-weight: 700;
    margin: 0;}
.focused-links .media-shell p{margin: 0;
    font-size: 0.9375rem;
    line-height: 1.6;}
.focused-links .text-form{margin: 2.25rem 0 0;
    font-size: 0.9375rem;
    line-height: 1.6;
    padding-left: 1rem;
    border-left: 3px solid #E08A3C;}
@media (min-width: 720px) {.focused-links{
      padding: 5.5rem 2rem;
    }.focused-links .media-shell{
      flex-direction: row;
      align-items: baseline;
      gap: 1.75rem;
    }.focused-links .media-shell h3{
      flex: 0 0 240px;
    }
  }
.focused-links{
  background: #22301F;
  color: #FBF6E9;
}
.bottom-frame{
  background: var(--ink-card);
  color: var(--tone-extra-19);
  padding: 4.5rem 1.5rem 5rem;
}
.bottom-frame .offer-body{max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: 3rem 4rem;
  align-items: start;}
.bottom-frame .primary-figure{grid-column: 1 / -1;
  max-width: 640px;}
.bottom-frame h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  line-height: 1.2;
  margin: 0 0 1rem;
  letter-spacing: -0.01em;}
.bottom-frame .narrow-fields{margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--surface-accent);}
.bottom-frame .open-visual{grid-column: 1 / -1;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #E4DCC8;}
.bottom-frame .plain-unit{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: 1.5rem 4rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid #E4DCC8;}
.bottom-frame .plain-unit h3{margin: 0;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--tone-light);
  align-self: start;}
.bottom-frame .plain-unit p{margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--tone-extra-19);}
.bottom-frame .visual-content{grid-column: 2 / 3;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--surface-accent);}
.bottom-frame .visual-content a{color: var(--tone-light);
  text-decoration: underline;
  text-underline-offset: 3px;}
.bottom-frame .visual-content a:hover{color: #254A2E;}
@media (max-width: 720px) {.bottom-frame{
    padding: 3rem 1.25rem 3.5rem;
  }.bottom-frame .offer-body{
    grid-template-columns: 1fr;
    gap: 2rem;
  }.bottom-frame .plain-unit{
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }.bottom-frame .visual-content{
    grid-column: 1 / -1;
  }
}
.bottom-proof{
    background: var(--ink-card);
    color: var(--tone-extra-19);
    padding: 4.5rem 1.25rem 5rem;
  }
.bottom-proof .offer-body{max-width: 720px;
    margin: 0 auto;}
.bottom-proof h2{font-size: clamp(1.5rem, 2.4vw, 1.9rem);
    line-height: 1.25;
    margin: 0 0 1.1rem;
    font-weight: 700;}
.bottom-proof .narrow-fields{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 2.75rem;
    max-width: 60ch;}
.bottom-proof .visual-content{padding: 0 0 0 1.1rem;
    border-left: 3px solid #2F5D3A;
    margin-bottom: 2rem;}
.bottom-proof .visual-content:last-child{margin-bottom: 0;}
.bottom-proof .soft-panel{font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 0.5rem;
    font-weight: 700;}
.bottom-proof .page-benefit{margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    max-width: 62ch;}
@media (max-width: 560px) {.bottom-proof{
      padding: 3rem 1rem 3.5rem;
    }.bottom-proof .narrow-fields{
      margin-bottom: 2rem;
    }.bottom-proof .visual-content{
      margin-bottom: 1.6rem;
    }
  }
.bottom-proof{
  background: #22301F;
  color: #FBF6E9;
}
.narrow-form{
    --field-control: #E4DCC8;
    background: var(--ink-card);
    color: var(--tone-extra-19);
    padding: 4.5rem 1.25rem 5rem;
  }
.narrow-form .offer-body{max-width: 1080px;
    margin: 0 auto;}
.narrow-form .direct-details{max-width: 620px;
    margin-bottom: 3rem;}
.narrow-form .direct-details h2{font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.narrow-form .narrow-fields{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;color:inherit;}
.narrow-form .service-figure{display: flex;
    flex-direction: column;
    border-top: 1px solid var(--field-control);}
.narrow-form .simple-callout{display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
    gap: 0.5rem 2.5rem;
    padding: 2.25rem 0;
    border-bottom: 1px solid var(--field-control);}
.narrow-form .simple-callout h3{grid-column: 1;
    font-size: 1.3rem;
    margin: 0 0 0.4rem;}
.narrow-form .simple-callout .clear-grid{grid-column: 1;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;color:inherit;}
.narrow-form .simple-callout ul{grid-column: 2;
    grid-row: 1 / span 2;
    list-style: none;
    margin: 0;
    padding: 0;}
.narrow-form .simple-callout li{position: relative;
    padding-left: 1.1rem;
    margin-bottom: 0.55rem;
    font-size: 0.98rem;
    line-height: 1.5;}
.narrow-form .simple-callout li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #E08A3C;color:#3A2410;}
.narrow-form .simple-callout .visual-content{grid-column: 2;
    margin: 0.75rem 0 0;
    font-size: 0.9rem;
    line-height: 1.5;color:inherit;}
.narrow-form .simple-callout .tile{
    grid-column: 1;
    align-self: start;
    justify-self: start;
    margin-top: 1rem;
    display: inline-block;
    padding: 0.6rem 1.15rem;
    background: var(--tone-light);
    color: #FBF6E9;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
  }
.narrow-form .simple-callout .tile:hover{
    background: #254A2E;color:#22301F;}
.narrow-form .text-form{margin: 2.75rem 0 0;
    max-width: 640px;
    font-size: 0.98rem;
    line-height: 1.6;color:inherit;}
.narrow-form .text-form a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 720px) {.narrow-form{
      padding: 3rem 1rem 3.5rem;
    }.narrow-form .simple-callout{
      grid-template-columns: 1fr;
      gap: 1rem;
    }.narrow-form .simple-callout ul,
    .narrow-form .simple-callout .visual-content{
      grid-column: 1;
      grid-row: auto;
    }.narrow-form .simple-callout .tile{
      grid-column: 1;
      margin-top: 0.5rem;
    }
  }
.narrow-form{
  background: var(--ink-card);
  color: var(--tone-extra-19);
}
.top-service{
    --field-strong: #2F5D3A;
    --line-secondary: #E08A3C;
    --mark-control: #E4DCC8;
    background: var(--ink-card, #FBF6E9);
    color: var(--tone-extra-19, #22301F);
    padding: 72px 24px 80px;
  }
.top-service .offer-body{max-width: 880px;
    margin: 0 auto;}
.top-service .narrow-fields{max-width: 640px;
    margin-bottom: 48px;}
.top-service h2{font-size: 1.85rem;
    line-height: 1.2;
    margin: 0 0 16px;
    font-weight: 700;
    letter-spacing: -0.01em;}
.top-service .direct-details{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.top-service .team-contact{display: flex;
    flex-direction: column;
    gap: 34px;}
.top-service .main-view{padding-left: 20px;
    border-left: 2px solid var(--mark-control);}
.top-service .main-view:first-child{border-left-color: var(--field-strong);}
.top-service .main-view:nth-child(3){border-left-color: var(--line-secondary);}
.top-service .main-view h3{font-size: 1.15rem;
    line-height: 1.3;
    margin: 0 0 8px;
    font-weight: 700;}
.top-service .main-view p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
.top-service .simple-callout{margin: 52px 0 0;
    padding-top: 24px;
    border-top: 1px solid var(--mark-control);
    font-size: 0.98rem;
    line-height: 1.6;}
.top-service .simple-callout a{text-decoration: underline;
    text-underline-offset: 3px;}
.top-service .simple-callout a:hover{}
@media (max-width: 640px) {.top-service{
      padding: 52px 20px 60px;
    }.top-service h2{
      font-size: 1.5rem;
    }.top-service .team-contact{
      gap: 28px;
    }
  }
.top-service{
  background: #22301F;
  color: #FBF6E9;
}
.feature{
    background: var(--ink-card);
    color: var(--tone-extra-19);
    padding: 64px 24px 72px;
  }
.feature .offer-body{max-width: 880px;
    margin: 0 auto;}
.feature .narrow-fields{max-width: 640px;
    margin-bottom: 40px;}
.feature h2{margin: 0 0 14px;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: -0.01em;}
.feature .narrow-fields p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--surface-accent, #3A4A3C);}
.feature .focused-stack{display: flex;
    flex-direction: column;
    border-top: 1px solid #E4DCC8;}
.feature .media-shell{padding: 22px 0 24px;
    border-bottom: 1px solid #E4DCC8;}
.feature .media-shell h3{margin: 0 0 8px;
    font-size: 1.12rem;
    line-height: 1.35;
    font-weight: 700;}
.feature .media-shell h3 a{color: var(--tone-light, #2F5D3A);
    text-decoration: none;
    border-bottom: 1px solid transparent;}
.feature .media-shell h3 a:hover{border-bottom-color: #E08A3C;}
.feature .media-shell p{margin: 0;
    max-width: 720px;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--surface-accent, #3A4A3C);}
.feature .simple-callout{margin: 28px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.feature .simple-callout a{color: var(--tone-light, #2F5D3A);
    text-decoration: underline;
    text-underline-offset: 3px;}
.feature .simple-callout a:hover{color:inherit;}
@media (max-width: 560px) {.feature{
      padding: 48px 18px 56px;
    }.feature h2{
      font-size: 1.35rem;
    }
  }
.feature{
  background: var(--ink-card);
  color: var(--tone-extra-19);
}
.focused-steps{
    background: var(--ink-card);
    color: var(--tone-extra-19);
    padding: 72px 24px 88px;
  }
.focused-steps .offer-body{max-width: 720px;
    margin: 0 auto;}
.focused-steps .narrow-fields h2{font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2rem);
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.focused-steps .narrow-fields p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.focused-steps .open-callout{margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #E4DCC8;}
.focused-steps .go{
    display: inline-block;
    background: var(--tone-light);
    color: #FBF6E9;
    text-decoration: none;
    padding: 14px 26px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    transition: background 0.2s ease;
  }
.focused-steps .go:hover,
  .focused-steps .go:focus-visible{
    background: #254A2E;color:#22301F;}
.focused-steps .visual-content{margin: 18px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.focused-steps .visual-content a{text-decoration: underline;
    text-underline-offset: 3px;}
.focused-steps .visual-content a:hover,
  .focused-steps .visual-content a:focus-visible{}
.focused-steps{
  background: #22301F;
  color: #FBF6E9;
}
.page-list{
    background: var(--ink-card, #FBF6E9);
    color: var(--tone-extra-19, #22301F);
    padding: 4.5rem 1.5rem 5rem;
  }
.page-list .offer-body{max-width: 760px;
    margin: 0 auto;}
.page-list h2{font-size: clamp(1.6rem, 3vw, 2.1rem);
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 700;}
.page-list .narrow-fields{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 2.75rem;
    max-width: 60ch;}
.page-list .direct-flow{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2.25rem;}
.page-list .steady-entries{padding-left: 1.25rem;
    border-left: 3px solid #E08A3C;}
.page-list .image{font-size: 1.08rem;
    line-height: 1.7;
    margin: 0 0 0.75rem;}
.page-list .clear-items{font-size: 0.92rem;
    line-height: 1.5;
    margin: 0;color:inherit;}
.page-list .visual-content{margin: 3rem 0 0;
    padding-top: 1.75rem;
    border-top: 1px solid #E4DCC8;
    font-size: 0.98rem;
    line-height: 1.65;
    max-width: 58ch;}
@media (max-width: 600px) {.page-list{
      padding: 3.25rem 1.25rem 3.5rem;
    }.page-list .direct-flow{
      gap: 1.9rem;
    }
  }
.page-list{
  background: var(--ink-card);
  color: var(--tone-extra-19);
}
.bottom-proof{
    --field-extra-14: #E4DCC8;
    --mark-content: #2F5D3A;
    background: var(--ink-card);
    color: var(--tone-extra-19);
    padding: 4.5rem 1.5rem;
  }
.bottom-proof .offer-body{max-width: 760px;
    margin: 0 auto;}
.bottom-proof h2{font-size: 1.7rem;
    line-height: 1.25;
    margin: 0 0 0.9rem;
    letter-spacing: -0.01em;}
.bottom-proof .narrow-fields{font-size: 1.02rem;
    line-height: 1.6;
    margin: 0 0 2.4rem;
    max-width: 58ch;}
.bottom-proof .primary-benefit{margin: 0;
    padding: 0;
    border-top: 1px solid var(--field-extra-14);}
.bottom-proof .visual-content{display: grid;
    grid-template-columns: minmax(180px, 1fr) 2fr;
    gap: 1.5rem 2.5rem;
    padding: 1.6rem 0;
    border-bottom: 1px solid var(--field-extra-14);}
.bottom-proof .visual-content dt{font-weight: 700;
    font-size: 1rem;
    line-height: 1.4;
    padding-left: 0.9rem;
    border-left: 3px solid var(--mark-content);}
.bottom-proof .visual-content dd{margin: 0;
    font-size: 0.97rem;
    line-height: 1.65;}
.bottom-proof .text-form{margin: 2.2rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 52ch;}
@media (max-width: 640px) {.bottom-proof{
      padding: 3rem 1.25rem;
    }.bottom-proof .visual-content{
      grid-template-columns: 1fr;
      gap: 0.6rem;
    }.bottom-proof h2{
      font-size: 1.45rem;
    }
  }
.active-inner{
    background: var(--ink-card, #FBF6E9);
    color: var(--tone-extra-19, #22301F);
    padding: 4.5rem 1.5rem 5rem;
  }
.active-inner .offer-body{max-width: 780px;
    margin: 0 auto;}
.active-inner .primary-figure{margin-bottom: 3rem;}
.active-inner .primary-figure h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 0.85rem;
    letter-spacing: -0.01em;}
.active-inner .narrow-fields{margin: 0;
    max-width: 60ch;
    font-size: 1.02rem;
    line-height: 1.65;
    color: var(--surface-accent, #3A4A3C);}
.active-inner .open-visual{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #E4DCC8;}
.active-inner .plain-unit{display: grid;
    grid-template-columns: 150px 1fr;
    gap: 1.75rem;
    padding: 1.9rem 0;
    border-bottom: 1px solid #E4DCC8;}
.active-inner .page-items{display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding-top: 0.15rem;}
.active-inner .direct-shell{font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--tone-light, #2F5D3A);
    font-weight: 700;}
.active-inner .direct-headline{font-size: 0.88rem;
    color: var(--surface-accent, #3A4A3C);}
.active-inner .direct-area h3{font-size: 1.12rem;
    margin: 0 0 0.6rem;
    line-height: 1.35;}
.active-inner .direct-area p{margin: 0 0 0.7rem;
    font-size: 0.97rem;
    line-height: 1.65;
    color: var(--surface-accent, #3A4A3C);}
.active-inner .direct-area p:last-child{margin-bottom: 0;}
.active-inner .narrow-intro{color: var(--tone-extra-19, #22301F);
    border-left: 3px solid #E08A3C;
    padding-left: 0.8rem;}
.active-inner .text-form{margin: 2.4rem 0 0;
    max-width: 62ch;
    font-size: 0.97rem;
    line-height: 1.65;
    color: var(--surface-accent, #3A4A3C);}
@media (max-width: 640px) {.active-inner{
      padding: 3rem 1.15rem 3.5rem;
    }.active-inner .plain-unit{
      grid-template-columns: 1fr;
      gap: 0.7rem;
      padding: 1.6rem 0;
    }.active-inner .page-items{
      flex-direction: row;
      align-items: baseline;
      gap: 0.6rem;
    }
  }
.active-inner{
  background: var(--ink-card);
  color: var(--tone-extra-19);
}
.steady-stack{
    --copy-strong: #e4dcc8;
    --layer-control: #f1ead6;
    background: var(--ink-card, #fbf6e9);
    color: var(--tone-extra-19, #22301f);
    padding: 4rem 1.5rem;
  }
.steady-stack .offer-body{max-width: 880px;
    margin: 0 auto;}
.steady-stack h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 0.75rem;
    letter-spacing: -0.01em;}
.steady-stack .narrow-fields{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 2.5rem;
    max-width: 62ch;}
.steady-stack .service-figure{display: flex;
    flex-direction: column;
    gap: 1.75rem;}
.steady-stack .simple-callout{padding-left: 1.25rem;
    border-left: 3px solid var(--copy-strong);}
.steady-stack .simple-callout:nth-child(2){border-left-color: #2f5d3a;}
.steady-stack .simple-callout:nth-child(3){border-left-color: #e08a3c;}
.steady-stack .simple-callout h3{font-size: 1.1rem;
    margin: 0 0 0.4rem;
    font-weight: 700;}
.steady-stack .simple-callout p{margin: 0 0 0.6rem;
    line-height: 1.6;
    max-width: 60ch;}
.steady-stack .simple-callout a{display: inline-block;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 600;
    margin-bottom: 0.35rem;}
.steady-stack .simple-callout a:hover{}
.steady-stack .content-items{display: block;
    font-size: 0.9rem;}
.steady-stack .visual-content{margin: 2.75rem 0 0;
    padding-top: 1.5rem;
    border-top: 1px solid var(--copy-strong);
    line-height: 1.6;
    max-width: 62ch;}
.steady-stack .visual-content a{text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 600;}
.steady-stack .visual-content a:hover{}
@media (max-width: 600px) {.steady-stack{
      padding: 3rem 1.25rem;
    }.steady-stack h2{
      font-size: 1.45rem;
    }.steady-stack .narrow-fields{
      margin-bottom: 2rem;
    }
  }
.steady-stack{
  background: #22301F;
  color: #FBF6E9;
}
.simple-stack{
    --tone-secondary: #22301F;
    --type-large: #E4DCC8;
    background: #FBF6E9;
    color: var(--tone-secondary);
    padding: 72px 20px 84px;
  }
.simple-stack .offer-body{max-width: 940px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 48px;
    align-items: start;}
.simple-stack .direct-details h2{margin: 0 0 16px;
    font-size: 1.85rem;
    line-height: 1.25;
    letter-spacing: -0.01em;}
.simple-stack .narrow-fields{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.simple-stack .plain-proof{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 18px;
    background: #FFFFFF;
    border: 1px solid var(--type-large);
    border-radius: 10px;
    padding: 28px 26px 30px;
  }
.simple-stack .quiet-actions{display: flex;
    flex-direction: column;
    gap: 6px;}
.simple-stack .public-header{grid-column: 1 / -1;}
.simple-stack label{font-size: 0.88rem;
    font-weight: 700;}
.simple-stack input,
  .simple-stack select,
  .simple-stack textarea{
    font: inherit;
    color: var(--tone-secondary);
    background: #FBF6E9;
    border: 1px solid var(--type-large);
    border-radius: 6px;
    padding: 10px 12px;
    width: 100%;
    box-sizing: border-box;
  }
.simple-stack textarea{resize: vertical;
    min-height: 96px;}
.simple-stack input:focus,
  .simple-stack select:focus,
  .simple-stack textarea:focus{outline: 2px solid #2F5D3A;
    outline-offset: 1px;}
.simple-stack .fresh-benefit{grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 4px;}
.simple-stack button{
    font: inherit;
    font-weight: 700;
    background: #2F5D3A;
    color: #FBF6E9;
    border: none;
    border-radius: 6px;
    padding: 12px 26px;
    cursor: pointer;
  }
.simple-stack button:hover{
    background: #254A2E;
  }
.simple-stack .visual-content{margin: 0;
    font-size: 0.86rem;
    line-height: 1.5;
    flex: 1 1 220px;}
.simple-stack .visual-content a{text-decoration: underline;}
@media (max-width: 720px) {.simple-stack{
      padding: 52px 18px 64px;
    }.simple-stack .offer-body{
      grid-template-columns: 1fr;
      gap: 32px;
    }.simple-stack .direct-details h2{
      font-size: 1.5rem;
    }.simple-stack .plain-proof{
      grid-template-columns: 1fr;
      padding: 22px 18px 24px;
    }
  }
.simple-stack{
  background: #22301F;
  color: #FBF6E9;
}
.text-view{
    --state-strong: #E4DCC8;
    --layer-main: #F1EAD6;
    background: var(--ink-card, #FBF6E9);
    color: var(--tone-extra-19, #22301F);
    padding: 72px 20px 80px;
  }
.text-view .offer-body{max-width: 780px;
    margin: 0 auto;}
.text-view .primary-figure{max-width: 620px;
    margin-bottom: 40px;}
.text-view h2{font-size: 1.85rem;
    line-height: 1.2;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.text-view .narrow-fields{margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;
    color: var(--surface-accent, #3A4A3C);}
.text-view .fresh-track{margin: 0;
    border-top: 1px solid var(--state-strong);}
.text-view .media-shell{padding: 22px 0 24px;
    border-bottom: 1px solid var(--state-strong);}
.text-view .media-shell dt{font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.4;
    margin-bottom: 8px;}
.text-view .media-shell dd{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
    color: var(--surface-accent, #3A4A3C);}
.text-view .media-shell dd a{color: #2F5D3A;
    text-decoration: underline;
    text-underline-offset: 3px;}
.text-view .media-shell dd a:hover{color: #254A2E;}
.text-view .visual-content{
    margin: 28px 0 0;
    padding: 16px 18px;
    background: var(--layer-main);
    border-left: 3px solid var(--line-muted, #E08A3C);
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--surface-accent, #3A4A3C);
  }
.text-view .visual-content a{color: #2F5D3A;
    text-decoration: underline;
    text-underline-offset: 3px;}
.text-view .visual-content a:hover{color: #254A2E;}
@media (max-width: 560px) {.text-view{
      padding: 52px 16px 60px;
    }.text-view h2{
      font-size: 1.5rem;
    }
  }
.active-brand{
    background: var(--ink-card);
    color: var(--tone-extra-19);
    padding: 64px 24px 72px;
  }
.active-brand .offer-body{max-width: 880px;
    margin: 0 auto;}
.active-brand .narrow-fields{max-width: 620px;
    margin-bottom: 40px;}
.active-brand h1{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.active-brand .narrow-fields p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;}
.active-brand .offer-copy{border-top: 1px solid #E4DCC8;}
.active-brand .primary-items{display: grid;
    grid-template-columns: 180px 1fr;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #E4DCC8;
    align-items: baseline;}
.active-brand .soft-panel{font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;}
.active-brand .compact-nav{margin: 0;
    font-size: 1rem;
    line-height: 1.6;}
.active-brand .compact-nav a{text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;}
.active-brand .compact-nav a:hover{}
@media (max-width: 560px) {.active-brand{
      padding: 48px 18px 56px;
    }.active-brand h1{
      font-size: 1.55rem;
    }.active-brand .primary-items{
      grid-template-columns: 1fr;
      gap: 6px;
    }
  }
.active-brand{
  background: #22301F;
  color: #FBF6E9;
}
.steady-stack{
    background: var(--ink-card);
    color: var(--tone-extra-19);
    padding: 4.5rem 1.5rem;
  }
.steady-stack .offer-body{max-width: 960px;
    margin: 0 auto;}
.steady-stack .narrow-fields{max-width: 620px;
    margin-bottom: 3rem;}
.steady-stack .narrow-fields h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 1rem;}
.steady-stack .narrow-fields p{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.steady-stack .service-figure{display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 2.5rem;
    align-items: start;}
.steady-stack .simple-callout h3{font-size: 1.1rem;
    margin: 0 0 0.75rem;
    color: #2F5D3A;}
.steady-stack .simple-callout p{font-size: 0.97rem;
    line-height: 1.6;
    margin: 0 0 0.75rem;}
.steady-stack .simple-callout a{color: #2F5D3A;
    text-decoration: underline;
    text-underline-offset: 3px;}
.steady-stack .simple-callout a:hover{color:inherit;}
.steady-stack .content-items{font-size: 0.88rem;
    color: var(--surface-accent, #3A4A3C);
    border-top: 1px solid #E4DCC8;
    padding-top: 0.6rem;
    margin-top: 0.5rem;}
.steady-stack .open-area{margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid #E4DCC8;
    font-size: 0.97rem;
    line-height: 1.6;
    max-width: 720px;}
.steady-stack .open-area a{color: #2F5D3A;
    text-decoration: underline;
    text-underline-offset: 3px;}
.steady-stack .open-area a:hover{color:inherit;}
@media (max-width: 760px) {.steady-stack{
      padding: 3rem 1.25rem;
    }.steady-stack .service-figure{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.steady-stack .narrow-fields h2{
      font-size: 1.55rem;
    }
  }
.steady-stack{
  background: var(--ink-card);
  color: var(--tone-extra-19);
}
.page-list{
    background: var(--ink-card);
    color: var(--tone-extra-19);
    padding: 72px 24px;
  }
.page-list .offer-body{max-width: 780px;
    margin: 0 auto;}
.page-list .primary-figure{margin-bottom: 40px;}
.page-list h2{font-size: 1.7rem;
    line-height: 1.25;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.page-list .narrow-fields{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;
    max-width: 62ch;color:inherit;}
.page-list .direct-flow{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;}
.page-list .steady-entries{padding-top: 28px;
    border-top: 1px solid #E4DCC8;}
.page-list .steady-entries:first-child{padding-top: 0;
    border-top: none;}
.page-list .image{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 12px;}
.page-list .service-region{font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;color:inherit;}
@media (max-width: 560px) {.page-list{
      padding: 56px 20px;
    }.page-list h2{
      font-size: 1.45rem;
    }
  }
.focused-steps{
    background: var(--ink-card, #FBF6E9);
    color: var(--tone-extra-19, #22301F);
    padding: 72px 24px 88px;
  }
.focused-steps .offer-body{max-width: 880px;
    margin: 0 auto;}
.focused-steps .visual-content h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.focused-steps .visual-content p{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 16px;
    max-width: 62ch;}
.focused-steps .open-callout{margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid #E4DCC8;}
.focused-steps .go{
    display: inline-block;
    background: #2F5D3A;
    color: #FBF6E9;
    text-decoration: none;
    font-weight: 700;
    padding: 14px 26px;
    border-radius: 8px;
    transition: background 0.18s ease;
  }
.focused-steps .go:hover{
    background: #254A2E;color:#22301F;}
.focused-steps .simple-callout{margin: 20px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.focused-steps .simple-callout a{text-decoration: underline;
    text-underline-offset: 3px;}
.focused-steps .simple-callout a:hover{}
@media (max-width: 640px) {.focused-steps{
      padding: 52px 20px 64px;
    }.focused-steps .visual-content h2{
      font-size: 1.45rem;
    }.focused-steps .go{
      display: block;
      text-align: center;
    }
  }
.page-list{
    --type-body: #E4DCC8;
    background: var(--ink-card, #FBF6E9);
    color: var(--tone-extra-19, #22301F);
    padding: 4.5rem 1.5rem 5rem;
  }
.page-list .offer-body{max-width: 1080px;
    margin: 0 auto;}
.page-list .narrow-fields{max-width: 46rem;
    margin-bottom: 2.75rem;}
.page-list .narrow-fields h2{margin: 0 0 0.9rem;
    font-size: clamp(1.6rem, 3vw, 2.15rem);
    line-height: 1.2;
    letter-spacing: -0.01em;}
.page-list .narrow-fields p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;}
.page-list .page-flow{display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    border-top: 1px solid var(--type-body);
    padding-top: 2.25rem;}
.page-list .image{display: flex;
    flex-direction: column;
    gap: 1rem;}
.page-list .image .page-benefit{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.page-list .image .page-benefit::before{content: "\201C";
    display: block;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 0.35rem;}
.page-list .image .direct-copy{margin: 0;
    font-weight: 700;
    font-size: 0.95rem;}
.page-list .image .top-feature{margin: -0.6rem 0 0;
    font-size: 0.85rem;}
.page-list .image:nth-child(2) .page-benefit::before{}
@media (max-width: 860px) {.page-list .page-flow{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }
  }
.page-list{
  background: #22301F;
  color: #FBF6E9;
}
.focused-steps{
    background: var(--ink-card);
    color: var(--tone-extra-19);
    padding: 4.5rem 1.25rem 5rem;
  }
.focused-steps .offer-body{max-width: 880px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 2.5rem 3rem;
    align-items: end;}
.focused-steps .narrow-fields h2{margin: 0 0 0.9rem;
    font-size: 1.75rem;
    line-height: 1.25;
    letter-spacing: -0.01em;}
.focused-steps .narrow-fields p{margin: 0;
    max-width: 46ch;
    font-size: 1.02rem;
    line-height: 1.6;
    color: var(--surface-accent);}
.focused-steps .open-callout{display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 1.5rem;
    border-left: 2px solid #2F5D3A;}
.focused-steps .go{
    display: inline-block;
    align-self: flex-start;
    background: #2F5D3A;
    color: #FBF6E9;
    padding: 0.85rem 1.6rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.2s ease;
  }
.focused-steps .go:hover{
    background: #254A2E;color:#22301F;}
.focused-steps .strong-lead{margin: 0;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--surface-accent);}
.focused-steps .strong-lead a{color: #2F5D3A;
    text-decoration: underline;
    text-underline-offset: 2px;}
.focused-steps .strong-lead a:hover{color: #254A2E;}
@media (max-width: 720px) {.focused-steps .offer-body{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }.focused-steps .open-callout{
      padding-left: 0;
      padding-top: 1.25rem;
      border-left: none;
      border-top: 2px solid #2F5D3A;
    }
  }
.focused-steps{
  background: var(--ink-card);
  color: var(--tone-extra-19);
}
.bottom-proof{
    background: var(--ink-card, #FBF6E9);
    color: var(--tone-extra-19, #22301F);
    padding: 64px 24px 72px;
  }
.bottom-proof .offer-body{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 48px 64px;
    align-items: start;}
.bottom-proof .narrow-fields{padding-top: 4px;}
.bottom-proof .narrow-fields h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 18px;
    font-weight: 700;
    letter-spacing: -0.01em;}
.bottom-proof .narrow-fields p{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;}
.bottom-proof .primary-benefit{display: flex;
    flex-direction: column;
    gap: 4px;
    border-left: 2px solid #2F5D3A;
    padding-left: 28px;}
.bottom-proof .visual-content{padding: 18px 0 20px;
    border-bottom: 1px solid #E4DCC8;}
.bottom-proof .visual-content:last-child{border-bottom: none;
    padding-bottom: 4px;}
.bottom-proof .visual-content h3{font-size: 1.05rem;
    margin: 0 0 8px;
    font-weight: 700;}
.bottom-proof .visual-content p{margin: 0;
    font-size: 0.96rem;
    line-height: 1.6;}
@media (max-width: 780px) {.bottom-proof{
      padding: 48px 20px 56px;
    }.bottom-proof .offer-body{
      grid-template-columns: 1fr;
      gap: 32px;
    }.bottom-proof .primary-benefit{
      padding-left: 20px;
    }.bottom-proof .narrow-fields h2{
      font-size: 1.55rem;
    }
  }
.feature{
    background: var(--ink-card, #FBF6E9);
    color: var(--tone-extra-19, #22301F);
    padding: 4.5rem 1.5rem;
  }
.feature .offer-body{max-width: 880px;
    margin: 0 auto;}
.feature h2{font-size: 1.7rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.feature .narrow-fields{font-size: 1.02rem;
    line-height: 1.6;
    margin: 0 0 2.5rem;
    max-width: 62ch;
    color: var(--surface-accent, #3A4A3C);}
.feature .focused-stack{display: flex;
    flex-direction: column;
    border-top: 1px solid #E4DCC8;}
.feature .media-shell{padding: 1.5rem 0;
    border-bottom: 1px solid #E4DCC8;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "title link"
      "text  link";
    column-gap: 2rem;
    row-gap: 0.4rem;
    align-items: baseline;}
.feature .media-shell h3{grid-area: title;
    font-size: 1.12rem;
    line-height: 1.35;
    margin: 0;
    font-weight: 700;}
.feature .media-shell p{grid-area: text;
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.55;
    color: var(--surface-accent, #3A4A3C);
    max-width: 58ch;}
.feature .media-shell .local-grid{grid-area: link;
    align-self: center;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    color: #2F5D3A;
    border-bottom: 2px solid #E08A3C;
    padding-bottom: 2px;
    white-space: nowrap;}
.feature .media-shell .local-grid:hover{color: #254A2E;}
.feature .strong-lead{margin: 2.25rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 60ch;
    color: var(--surface-accent, #3A4A3C);
    padding-left: 1rem;
    border-left: 3px solid #E08A3C;}
@media (max-width: 620px) {.feature{
      padding: 3rem 1.15rem;
    }.feature .media-shell{
      grid-template-columns: 1fr;
      grid-template-areas:
        "title"
        "text"
        "link";
      row-gap: 0.55rem;
    }.feature .media-shell .local-grid{
      justify-self: start;
    }
  }
.bottom-frame{
    background: var(--ink-card, #FBF6E9);
    color: var(--tone-extra-19, #22301F);
    padding: 72px 24px 80px;
  }
.bottom-frame .offer-body{max-width: 880px;
    margin: 0 auto;}
.bottom-frame .narrow-fields{max-width: 620px;
    margin-bottom: 48px;}
.bottom-frame .narrow-fields h2{font-size: 1.7rem;
    line-height: 1.25;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.bottom-frame .narrow-fields p{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;}
.bottom-frame .open-visual{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #E4DCC8;}
.bottom-frame .plain-unit{display: grid;
    grid-template-columns: minmax(180px, 240px) 1fr;
    gap: 32px;
    padding: 28px 0;
    border-bottom: 1px solid #E4DCC8;}
.bottom-frame .plain-unit h3{font-size: 1.05rem;
    line-height: 1.4;
    margin: 0;
    color: #2F5D3A;}
.bottom-frame .plain-unit p{font-size: 0.98rem;
    line-height: 1.7;
    margin: 0;
    color: #3A4A3C;}
.bottom-frame .compact-quote{margin: 40px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #3A4A3C;}
.bottom-frame .compact-quote a{color: #2F5D3A;
    text-decoration: underline;
    text-underline-offset: 3px;}
.bottom-frame .compact-quote a:hover{color: #254A2E;}
@media (max-width: 640px) {.bottom-frame{
      padding: 52px 20px 60px;
    }.bottom-frame .narrow-fields h2{
      font-size: 1.4rem;
    }.bottom-frame .plain-unit{
      grid-template-columns: 1fr;
      gap: 8px;
      padding: 22px 0;
    }
  }
.fresh-actions{
    background: var(--ink-card, #FBF6E9);
    color: var(--tone-extra-19, #22301F);
    padding: 4.5rem 1.5rem;
  }
.fresh-actions .offer-body{max-width: 1080px;
    margin: 0 auto;}
.fresh-actions .narrow-fields{max-width: 640px;
    margin-bottom: 3rem;}
.fresh-actions .narrow-fields h2{font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.25;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.fresh-actions .narrow-fields p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;}
.fresh-actions .content-track{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;}
.fresh-actions .fresh-region{display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 1.5rem 2.5rem;
    padding: 1.75rem 0;
    border-top: 1px solid #E4DCC8;}
.fresh-actions .fresh-region:last-child{border-bottom: 1px solid #E4DCC8;}
.fresh-actions .fresh-region h3{margin: 0;
    font-size: 1.15rem;
    line-height: 1.35;}
.fresh-actions .fresh-region p{margin: 0;
    font-size: 1rem;
    line-height: 1.6;}
.fresh-actions .simple-callout{margin: 2.5rem 0 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.fresh-actions .simple-callout a{text-decoration: underline;
    text-underline-offset: 3px;}
.fresh-actions .simple-callout a:hover{}
@media (max-width: 720px) {.fresh-actions{
      padding: 3rem 1.25rem;
    }.fresh-actions .fresh-region{
      grid-template-columns: 1fr;
      gap: 0.6rem;
      padding: 1.4rem 0;
    }.fresh-actions .narrow-fields{
      margin-bottom: 2rem;
    }
  }
.local-callout{
    --field-control: #E4DCC8;
    --axis-main: #F1EAD6;
    background: var(--ink-card, #FBF6E9);
    color: var(--tone-extra-19, #22301F);
    padding: 72px 24px 88px;
  }
.local-callout .offer-body{max-width: 760px;
    margin: 0 auto;}
.local-callout .narrow-fields{max-width: 620px;
    margin-bottom: 48px;}
.local-callout h2{font-size: 1.85rem;
    line-height: 1.25;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.local-callout .narrow-fields p{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 14px;}
.local-callout .narrow-fields p:last-child{margin-bottom: 0;}
.local-callout .open-visual{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--field-control);}
.local-callout .plain-unit{padding: 26px 0 24px;
    border-bottom: 1px solid var(--field-control);
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 24px;
    align-items: start;}
.local-callout .plain-unit h3{font-size: 1.05rem;
    line-height: 1.4;
    margin: 0;
    color: #2F5D3A;}
.local-callout .plain-unit p{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0;}
.local-callout .simple-callout{margin: 40px 0 0;
    font-size: 0.97rem;
    line-height: 1.6;
    color: #3A4A3C;}
.local-callout .simple-callout a{color: #2F5D3A;
    text-decoration: underline;
    text-underline-offset: 3px;}
.local-callout .simple-callout a:hover{color:inherit;}
@media (max-width: 640px) {.local-callout{
      padding: 52px 20px 64px;
    }.local-callout h2{
      font-size: 1.5rem;
    }.local-callout .plain-unit{
      grid-template-columns: 1fr;
      gap: 8px;
      padding: 22px 0 20px;
    }
  }
.local-callout{
  background: var(--ink-card);
  color: var(--tone-extra-19);
}
.bottom-proof{
    background: var(--ink-card);
    color: var(--tone-extra-19);
    padding: 4.5rem 1.25rem 5rem;
  }
.bottom-proof .offer-body{max-width: 720px;
    margin: 0 auto;}
.bottom-proof h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.bottom-proof .narrow-fields{font-size: 1.0625rem;
    line-height: 1.6;
    margin: 0 0 2.75rem;
    max-width: 58ch;}
.bottom-proof .offer-copy{display: flex;
    flex-direction: column;
    gap: 2.25rem;}
.bottom-proof .media-shell h3{font-size: 1.125rem;
    line-height: 1.35;
    margin: 0 0 0.5rem;}
.bottom-proof .media-shell p{font-size: 1rem;
    line-height: 1.65;
    margin: 0;
    max-width: 62ch;}
@media (max-width: 560px) {.bottom-proof{
      padding: 3.25rem 1rem 3.5rem;
    }.bottom-proof h2{
      font-size: 1.5rem;
    }.bottom-proof .narrow-fields{
      margin-bottom: 2rem;
    }.bottom-proof .offer-copy{
      gap: 1.75rem;
    }
  }
.direct-panel{
    background: var(--ink-card, #FBF6E9);
    color: var(--tone-extra-19, #22301F);
    padding: 5rem 1.25rem;
  }
.direct-panel .offer-body{max-width: 1080px;
    margin: 0 auto;}
.direct-panel .primary-figure{display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 2.5rem 4rem;
    align-items: end;
    padding-bottom: 2.75rem;
    border-bottom: 1px solid #E4DCC8;}
.direct-panel .primary-figure h2{margin: 0;
    font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.01em;}
.direct-panel .narrow-fields{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;color:inherit;}
.direct-panel .focused-stack{display: grid;
    gap: 0;}
.direct-panel .media-shell{padding: 2.25rem 0;
    border-bottom: 1px solid #E4DCC8;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2.1fr);
    gap: 1.5rem 3.5rem;
    align-items: start;}
.direct-panel .media-shell:last-child{border-bottom: 0;}
.direct-panel .media-shell h3{margin: 0;
    font-size: 1.12rem;
    line-height: 1.35;
    font-weight: 700;color:inherit;}
.direct-panel .media-shell p{margin: 0 0 0.9rem;
    font-size: 1rem;
    line-height: 1.7;}
.direct-panel .media-shell p:last-child{margin-bottom: 0;}
.direct-panel .media-shell .clear-items{font-size: 0.9rem;
    line-height: 1.5;color:inherit;
    padding-left: 0.85rem;
    border-left: 2px solid #E08A3C;}
@media (max-width: 760px) {.direct-panel{
      padding: 3.5rem 1.1rem;
    }.direct-panel .primary-figure{
      grid-template-columns: 1fr;
      gap: 1.25rem;
      align-items: start;
    }.direct-panel .media-shell{
      grid-template-columns: 1fr;
      gap: 0.85rem;
      padding: 1.85rem 0;
    }
  }
.direct-panel{
  background: var(--ink-card);
  color: var(--tone-extra-19);
}
.narrow-form{
    background: var(--ink-card);
    color: var(--tone-extra-19);
    padding: 4rem 1.5rem;
  }
.narrow-form .offer-body{max-width: 1080px;
    margin: 0 auto;}
.narrow-form .narrow-fields{max-width: 620px;
    margin-bottom: 2.75rem;}
.narrow-form h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 0.9rem;}
.narrow-form .narrow-fields p{margin: 0;
    line-height: 1.6;}
.narrow-form .page-inner{display: flex;
    flex-direction: column;
    gap: 1.5rem;}
.narrow-form .content-summary{
    background: #FFFFFF;
    color: #22301F;
    border: 1px solid #E4DCC8;
    border-radius: 10px;
    padding: 1.75rem 1.9rem;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    column-gap: 2.5rem;
    row-gap: 1rem;
    align-items: start;
  }
.narrow-form .content-summary h3{grid-column: 1;
    font-size: 1.2rem;
    margin: 0;}
.narrow-form .content-summary > p{grid-column: 1;
    margin: 0;
    line-height: 1.55;}
.narrow-form .featured-brand{grid-column: 2;
    grid-row: 1 / span 2;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;}
.narrow-form .featured-brand li{padding-left: 1rem;
    border-left: 2px solid #2F5D3A;
    line-height: 1.45;}
.narrow-form .tile{
    grid-column: 1;
    justify-self: start;
    display: inline-block;
    background: #2F5D3A;
    color: #FBF6E9;
    text-decoration: none;
    padding: 0.6rem 1.15rem;
    border-radius: 6px;
    font-size: 0.95rem;
    transition: background 0.15s ease;
  }
.narrow-form .tile:hover{
    background: #254A2E;color:#22301F;}
.narrow-form .simple-callout{margin: 2.5rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.narrow-form .simple-callout a{text-decoration: underline;
    text-underline-offset: 2px;}
@media (max-width: 720px) {.narrow-form{
      padding: 3rem 1.15rem;
    }.narrow-form .content-summary{
      grid-template-columns: 1fr;
      padding: 1.5rem 1.35rem;
    }.narrow-form .featured-brand{
      grid-column: 1;
      grid-row: auto;
    }.narrow-form .tile{
      grid-column: 1;
    }
  }
.narrow-form{
  background: #22301F;
  color: #FBF6E9;
}
.bottom-proof{
    background: var(--ink-card);
    color: var(--tone-extra-19);
    padding: 4.5rem 1.25rem;
  }
.bottom-proof .offer-body{max-width: 46rem;
    margin: 0 auto;}
.bottom-proof h2{font-size: 1.7rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.bottom-proof .narrow-fields{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 2.5rem;
    max-width: 40rem;}
.bottom-proof .primary-benefit{list-style: none;
    margin: 0;
    padding: 0;}
.bottom-proof .primary-benefit li{padding: 1.35rem 0;
    border-top: 1px solid #E4DCC8;}
.bottom-proof .primary-benefit li:last-child{border-bottom: 1px solid #E4DCC8;}
.bottom-proof .primary-benefit h3{font-size: 1.05rem;
    margin: 0 0 0.45rem;
    color: #2F5D3A;}
.bottom-proof .primary-benefit p{margin: 0;
    font-size: 0.96rem;
    line-height: 1.7;
    max-width: 42rem;}
@media (max-width: 600px) {.bottom-proof{
      padding: 3rem 1rem;
    }.bottom-proof h2{
      font-size: 1.4rem;
    }.bottom-proof .narrow-fields{
      margin-bottom: 1.75rem;
    }
  }
.bottom-proof{
  background: var(--ink-card);
  color: var(--tone-extra-19);
}
.direct-panel{
    --font-base: #E4DCC8;
    --surface-card: #3A4A3C;
    background: var(--ink-card, #FBF6E9);
    color: var(--tone-extra-19, #22301F);
    padding: 72px 24px 84px;
  }
.direct-panel .offer-body{max-width: 880px;
    margin: 0 auto;}
.direct-panel .narrow-fields{max-width: 620px;
    margin-bottom: 48px;}
.direct-panel h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.direct-panel .direct-details{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.direct-panel .primary-benefit{display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid var(--font-base);}
.direct-panel .visual-content{padding: 28px 0 30px;
    border-bottom: 1px solid var(--font-base);
    max-width: 720px;}
.direct-panel .visual-content:nth-child(2){margin-left: 60px;}
.direct-panel .visual-content:nth-child(3){margin-left: 24px;}
.direct-panel .visual-content h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0 0 12px;
    font-weight: 700;}
.direct-panel .visual-content p{font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 12px;}
.direct-panel .visual-content .clear-items{font-size: 0.9rem;
    margin: 0;
    letter-spacing: 0.01em;}
.direct-panel .text-form{margin: 40px 0 0;
    max-width: 640px;
    font-size: 1rem;
    line-height: 1.7;
    padding-left: 18px;
    border-left: 3px solid #E08A3C;}
@media (max-width: 640px) {.direct-panel{
      padding: 52px 18px 60px;
    }.direct-panel h2{
      font-size: 1.55rem;
    }.direct-panel .visual-content:nth-child(2),
    .direct-panel .visual-content:nth-child(3){
      margin-left: 0;
    }.direct-panel .text-form{
      padding-left: 14px;
    }
  }
.direct-panel{
  background: #22301F;
  color: #FBF6E9;
}
.team-wrap{
    background: var(--ink-card, #FBF6E9);
    color: var(--tone-extra-19, #22301F);
    padding: 4.5rem 1.5rem 5rem;
  }
.team-wrap .offer-body{max-width: 680px;
    margin: 0 auto;}
.team-wrap .primary-figure{margin-bottom: 2.75rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid #E4DCC8;}
.team-wrap h1{font-size: clamp(1.85rem, 3.4vw, 2.5rem);
    line-height: 1.2;
    margin: 0 0 0.85rem;
    letter-spacing: -0.01em;}
.team-wrap .wide-shell{font-size: 1.1rem;
    line-height: 1.5;
    margin: 0 0 1.1rem;
    color: #3A4A3C;}
.team-wrap .service-region{font-size: 0.9rem;
    margin: 0;
    color: #6B6A55;}
.team-wrap .media-shell p{font-size: 1.05rem;
    line-height: 1.75;
    margin: 0 0 1.35rem;}
.team-wrap .media-shell h2{font-size: 1.3rem;
    line-height: 1.3;
    margin: 2.5rem 0 1rem;
    color: #2F5D3A;}
.team-wrap .simple-callout{margin-top: 2.25rem;
    padding-top: 1.5rem;
    border-top: 1px solid #E4DCC8;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #3A4A3C;}
.team-wrap .simple-callout a{color: #2F5D3A;
    text-decoration: underline;
    text-decoration-color: #E08A3C;
    text-underline-offset: 3px;}
.team-wrap .simple-callout a:hover{color: #254A2E;}
@media (max-width: 560px) {.team-wrap{ padding: 3rem 1.15rem 3.5rem; }.team-wrap .primary-figure{ margin-bottom: 2rem; }
  }
.team-wrap{
  background: var(--ink-card);
  color: var(--tone-extra-19);
}
.team-wrap{
    background: var(--ink-card);
    color: var(--tone-extra-19);
    padding: 4.5rem 1.25rem 5rem;
  }
.team-wrap .offer-body{max-width: 720px;
    margin: 0 auto;}
.team-wrap .strong-track{margin-bottom: 2.25rem;}
.team-wrap .compact-track{margin: 0 0 0.9rem;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--surface-accent);}
.team-wrap h1{margin: 0 0 0.75rem;
    font-size: clamp(1.75rem, 4vw, 2.4rem);
    line-height: 1.2;
    font-weight: 800;}
.team-wrap .team-benefit{margin: 0;
    font-size: 1.1rem;
    color: var(--surface-accent);}
.team-wrap .visual-header{display: flex;
    flex-direction: column;
    gap: 1.35rem;}
.team-wrap .visual-header p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;}
.team-wrap .team-entries{margin: 2.5rem 0 0;
    padding-top: 1.5rem;
    border-top: 1px solid #E4DCC8;
    font-size: 0.98rem;
    line-height: 1.6;
    color: var(--surface-accent);}
.team-wrap .team-entries a{color: var(--tone-light);
    text-decoration: underline;
    text-underline-offset: 3px;}
.team-wrap .team-entries a:hover{color: #254A2E;}
.team-wrap{
    background: var(--ink-card, #FBF6E9);
    color: var(--tone-extra-19, #22301F);
    padding: 4rem 1.25rem 4.5rem;
  }
.team-wrap .offer-body{max-width: 720px;
    margin: 0 auto;}
.team-wrap .strong-track{border-bottom: 1px solid #E4DCC8;
    padding-bottom: 1.75rem;
    margin-bottom: 2rem;}
.team-wrap .direct-headline{font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;color:inherit;
    margin: 0 0 0.75rem;}
.team-wrap h1{font-size: clamp(1.7rem, 3.4vw, 2.35rem);
    line-height: 1.2;
    margin: 0 0 0.9rem;
    color: #22301F;}
.team-wrap .narrow-fields{font-size: 1.08rem;
    line-height: 1.6;
    color: #3A4A3C;
    margin: 0;
    max-width: 60ch;}
.team-wrap .media-shell p{font-size: 1.02rem;
    line-height: 1.75;
    margin: 0 0 1.25rem;}
.team-wrap .media-shell h2{font-size: 1.25rem;
    line-height: 1.3;
    margin: 2rem 0 0.9rem;
    color: #2F5D3A;}
.team-wrap .public-rail{margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #E4DCC8;}
.team-wrap .media-method{font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;color:inherit;
    margin: 0 0 0.85rem;}
.team-wrap .public-rail ul{list-style: none;
    margin: 0;
    padding: 0;}
.team-wrap .public-rail li{padding: 0.55rem 0;
    border-bottom: 1px dashed #E4DCC8;}
.team-wrap .public-rail li:last-child{border-bottom: none;}
.team-wrap .public-rail a{color: #2F5D3A;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5;
    border-bottom: 1px solid transparent;
    transition: border-color 0.15s ease, color 0.15s ease;}
.team-wrap .public-rail a:hover{color: #254A2E;
    border-bottom-color: #E08A3C;}
@media (max-width: 520px) {.team-wrap{
      padding: 2.75rem 1rem 3rem;
    }
  }
.narrow-lead{
    background: var(--ink-card, #FBF6E9);
    color: var(--tone-extra-19, #22301F);
    padding: 3.5rem 1.25rem;
  }
.narrow-lead .offer-body{max-width: 620px;
    margin: 0 auto;}
.narrow-lead h2{margin: 0 0 0.75rem;
    font-size: 1.6rem;
    line-height: 1.25;}
.narrow-lead .narrow-fields{margin: 0 0 2rem;
    font-size: 1rem;
    line-height: 1.6;}
.narrow-lead form{display: flex;
    flex-direction: column;
    gap: 1.25rem;}
.narrow-lead .quiet-actions{display: flex;
    flex-direction: column;
    gap: 0.4rem;}
.narrow-lead label{font-size: 0.92rem;
    font-weight: 600;}
.narrow-lead select,
  .narrow-lead textarea,
  .narrow-lead input{
    width: 100%;
    padding: 0.7rem 0.8rem;
    border: 1px solid #E4DCC8;
    border-radius: 8px;
    background: #FFFFFF;
    color: #22301F;
    font-size: 0.95rem;
    line-height: 1.4;
    box-sizing: border-box;
  }
.narrow-lead textarea{resize: vertical;
    min-height: 110px;}
.narrow-lead select:focus,
  .narrow-lead textarea:focus,
  .narrow-lead input:focus{outline: 2px solid var(--tone-light, #2F5D3A);
    outline-offset: 1px;}
.narrow-lead button{
    align-self: flex-start;
    padding: 0.75rem 1.6rem;
    border: none;
    border-radius: 8px;
    background: var(--tone-light, #2F5D3A);
    color: #FBF6E9;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
  }
.narrow-lead button:hover{
    background: #254A2E;color:#22301F;}
.narrow-lead .visual-content{margin: 1.75rem 0 0;
    padding-top: 1.25rem;
    border-top: 1px solid #E4DCC8;
    font-size: 0.88rem;
    line-height: 1.55;}
@media (max-width: 520px) {.narrow-lead{
      padding: 2.5rem 1rem;
    }.narrow-lead h2{
      font-size: 1.35rem;
    }.narrow-lead button{
      align-self: stretch;
      text-align: center;
    }
  }
.narrow-lead{
  background: #22301F;
  color: #FBF6E9;
}
.active-brand{
    background: var(--ink-card, #FBF6E9);
    color: var(--tone-extra-19, #22301F);
    padding: 72px 24px;
  }
.active-brand .offer-body{max-width: 880px;
    margin: 0 auto;
    display: grid;
    gap: 48px;}
.active-brand .direct-details{max-width: 620px;}
.active-brand .direct-details h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.active-brand .narrow-fields{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;
    color: var(--surface-accent, #3A4A3C);}
.active-brand .soft-section{display: grid;
    gap: 0;
    border-top: 1px solid #E4DCC8;}
.active-brand .media-shell{display: grid;
    grid-template-columns: 140px 1fr;
    align-items: baseline;
    gap: 20px;
    padding: 20px 4px;
    border-bottom: 1px solid #E4DCC8;}
.active-brand .soft-panel{font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2F5D3A;}
.active-brand .compact-nav{margin: 0;
    font-size: 1.05rem;
    line-height: 1.5;}
.active-brand .compact-nav a{color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #E08A3C;
    padding-bottom: 1px;}
.active-brand .compact-nav a:hover{color: #2F5D3A;}
.active-brand .page-plan{
    background: var(--surface-soft, #F1EAD6);
    color: var(--surface-accent, #3A4A3C);
    padding: 28px 32px;
    border-radius: 10px;
  }
.active-brand .page-plan h3{margin: 0 0 18px;
    font-size: 1.15rem;
    color: var(--tone-extra-19, #22301F);}
.active-brand .page-plan ul{list-style: none;
    margin: 0 0 18px;
    padding: 0;}
.active-brand .page-plan li{display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(58, 74, 60, 0.25);
    font-size: 0.98rem;}
.active-brand .page-plan li:last-child{border-bottom: none;}
.active-brand .visual-content{margin: 0;
    font-size: 0.92rem;
    line-height: 1.6;
    max-width: 560px;}
@media (max-width: 640px) {.active-brand{
      padding: 48px 20px;
    }.active-brand .direct-details h2{
      font-size: 1.55rem;
    }.active-brand .media-shell{
      grid-template-columns: 1fr;
      gap: 6px;
    }.active-brand .page-plan{
      padding: 22px 20px;
    }
  }
.active-brand{
  background: var(--ink-card);
  color: var(--tone-extra-19);
}
.page-feature{
    background: var(--ink-card, #FBF6E9);
    color: var(--tone-extra-19, #22301F);
    padding: 4rem 1.25rem;
  }
.page-feature .offer-body{max-width: 1080px;
    margin: 0 auto;}
.page-feature .narrow-fields{max-width: 640px;
    margin-bottom: 2.5rem;}
.page-feature h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 0.75rem;
    letter-spacing: -0.01em;}
.page-feature .visual-content{margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;}
.page-feature .text-track{
    background: #FFFFFF;
    color: #22301F;
    border: 1px solid #E4DCC8;
    border-radius: 14px;
    padding: 2rem 2rem 1.75rem;
  }
.page-feature .bottom-shell{display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 1.5rem 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #E4DCC8;}
.page-feature .soft-panel{margin: 0 0 0.35rem;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;}
.page-feature .compact-nav{margin: 0;
    font-size: 1rem;
    line-height: 1.5;}
.page-feature .compact-nav a{text-decoration: none;
    border-bottom: 1px solid rgba(47, 93, 58, 0.35);}
.page-feature .compact-nav a:hover{border-bottom-color: #254A2E;}
.page-feature .simple-callout{padding-top: 1.5rem;}
.page-feature .open-visual{list-style: none;
    margin: 0.5rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.65rem;}
.page-feature .plain-unit{position: relative;
    padding-left: 1.4rem;
    font-size: 0.98rem;
    line-height: 1.55;}
.page-feature .plain-unit::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E08A3C;color:#3A2410;}
.page-feature .text-form{margin: 1.5rem 0 0;
    padding-top: 1.25rem;
    border-top: 1px dashed #E4DCC8;
    font-size: 0.98rem;
    line-height: 1.6;}
@media (max-width: 760px) {.page-feature{
      padding: 3rem 1rem;
    }.page-feature .text-track{
      padding: 1.5rem 1.25rem;
    }.page-feature .bottom-shell{
      grid-template-columns: 1fr;
      gap: 1.25rem;
    }
  }
.page-feature{
  background: #22301F;
  color: #FBF6E9;
}
.main-intro{
  --field-control: #E4DCC8;
  --axis-main: #F1EAD6;
  background: var(--ink-card);
  color: var(--tone-extra-19);
  padding: 72px 24px 88px;
}
.main-intro .offer-body{max-width: 760px;
  margin: 0 auto;}
.main-intro .direct-details{padding-bottom: 28px;
  border-bottom: 1px solid var(--field-control);}
.main-intro h1{margin: 0 0 14px;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -0.01em;}
.main-intro .narrow-fields{margin: 0;
  font-size: 1.0625rem;
  line-height: 1.65;
  max-width: 60ch;}
.main-intro .soft-lead{margin-top: 40px;}
.main-intro .media-shell{padding: 22px 0;
  border-bottom: 1px solid var(--field-control);}
.main-intro .media-shell:last-of-type{border-bottom: none;}
.main-intro h2{margin: 0 0 10px;
  font-size: 1.125rem;
  line-height: 1.35;}
.main-intro .media-shell p{margin: 0;
  line-height: 1.7;
  max-width: 68ch;}
.main-intro .featured-team{
  background: var(--axis-main);
  color: var(--surface-accent);
  padding: 24px 26px;
  border-radius: 10px;
  border-bottom: none;
  margin-top: 8px;
}
.main-intro .wide-track{list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;}
.main-intro .wide-track li{line-height: 1.5;}
.main-intro .wide-track a{color: #2F5D3A;
  text-decoration: underline;
  text-underline-offset: 3px;}
.main-intro .wide-track a:hover{color: #254A2E;}
.main-intro .strong-body{margin: 32px 0 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--surface-accent);
  max-width: 68ch;}
@media (max-width: 640px) {.main-intro{
    padding: 48px 18px 64px;
  }.main-intro h1{
    font-size: 1.625rem;
  }.main-intro .featured-team{
    padding: 20px 18px;
  }
}
.main-intro{
  background: var(--ink-card);
  color: var(--tone-extra-19);
}
.plain-rail{
    --field-control: #E4DCC8;
    --axis-main: #F1EAD6;
    background: var(--ink-card);
    color: var(--tone-extra-19);
    padding: 72px 24px 88px;
  }
.plain-rail .offer-body{max-width: 880px;
    margin: 0 auto;}
.plain-rail .direct-details{max-width: 620px;
    margin-bottom: 56px;}
.plain-rail h1{font-size: clamp(1.75rem, 1.2rem + 2vw, 2.5rem);
    line-height: 1.2;
    margin: 0 0 18px;
    letter-spacing: -0.01em;}
.plain-rail .narrow-fields{font-size: 1.0625rem;
    line-height: 1.65;
    margin: 0;}
.plain-rail .primary-benefit{display: flex;
    flex-direction: column;
    gap: 40px;}
.plain-rail .visual-content{padding-top: 28px;
    border-top: 1px solid var(--field-control);}
.plain-rail .visual-content h2{font-size: 1.125rem;
    margin: 0 0 12px;
    letter-spacing: 0.005em;}
.plain-rail .visual-content p{margin: 0 0 12px;
    line-height: 1.7;
    max-width: 68ch;}
.plain-rail .visual-content p:last-child{margin-bottom: 0;}
.plain-rail .legal-contact{
    margin-top: 64px;
    padding: 28px 32px;
    background: var(--axis-main);
    border-radius: 14px;color:#22301F;}
.plain-rail .legal-contact h2{font-size: 1rem;
    margin: 0 0 10px;}
.plain-rail .legal-contact p{margin: 0;
    line-height: 1.7;
    max-width: 62ch;}
.plain-rail .legal-contact a{color: #2F5D3A;
    text-decoration: underline;
    text-underline-offset: 3px;}
.plain-rail .legal-contact a:hover{color: #254A2E;}
@media (max-width: 640px) {.plain-rail{
      padding: 48px 18px 64px;
    }.plain-rail .direct-details{
      margin-bottom: 40px;
    }.plain-rail .primary-benefit{
      gap: 32px;
    }.plain-rail .legal-contact{
      padding: 22px 20px;
    }
  }
.plain-rail{
  background: var(--ink-card);
  color: var(--tone-extra-19);
}
.media-body{
    background: var(--ink-card, #FBF6E9);
    color: var(--tone-extra-19, #22301F);
    padding: 72px 24px 88px;
  }
.media-body .offer-body{max-width: 720px;
    margin: 0 auto;}
.media-body .visual-content h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.media-body .narrow-fields{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 40px;
    color: var(--surface-accent, #3A4A3C);}
.media-body .open-visual{display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid #E4DCC8;}
.media-body .plain-unit{padding: 22px 0 22px 0;
    border-bottom: 1px solid #E4DCC8;}
.media-body .plain-unit h3{font-size: 1.05rem;
    margin: 0 0 8px;
    color: #2F5D3A;}
.media-body .plain-unit p{margin: 0;
    line-height: 1.6;
    font-size: 0.97rem;}
.media-body .featured-team{
    margin-top: 40px;
    padding: 24px 26px;
    background: var(--surface-soft, #F1EAD6);
    color: var(--surface-accent, #3A4A3C);
    border-radius: 10px;
  }
.media-body .featured-team p{margin: 0 0 12px;
    font-size: 0.97rem;}
.media-body .featured-team ul{list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 0.97rem;}
.media-body .featured-team a{color: #2F5D3A;
    text-decoration: underline;
    text-underline-offset: 3px;}
.media-body .featured-team a:hover{color: #254A2E;}
.media-body .simple-callout{margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px 26px;
    font-size: 0.95rem;}
.media-body .simple-callout a{color: #2F5D3A;
    text-decoration: none;
    border-bottom: 1px solid #E08A3C;
    padding-bottom: 2px;}
.media-body .simple-callout a:hover{color: #254A2E;
    border-bottom-color: #C9762C;}
@media (max-width: 560px) {.media-body{
      padding: 48px 18px 64px;
    }.media-body .visual-content h2{
      font-size: 1.55rem;
    }.media-body .featured-team{
      padding: 20px;
    }
  }
.media-body{
  background: var(--ink-card);
  color: var(--tone-extra-19);
}
.focused-steps{
    background: var(--ink-card);
    color: var(--tone-extra-19);
    padding: 72px 24px 88px;
  }
.focused-steps .offer-body{max-width: 720px;
    margin: 0 auto;}
.focused-steps h2{font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.focused-steps .narrow-fields{font-size: 1.0625rem;
    line-height: 1.6;
    margin: 0 0 16px;
    max-width: 58ch;}
.focused-steps .visual-content{font-size: 0.9375rem;
    line-height: 1.55;
    margin: 0 0 36px;
    max-width: 52ch;}
.focused-steps .simple-callout{display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 22px;}
.focused-steps .open-callout{
    display: inline-block;
    background: var(--tone-light);
    color: #FBF6E9;
    padding: 13px 26px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9375rem;
    transition: background 0.15s ease;
  }
.focused-steps .open-callout:hover{
    background: #254A2E;color:#22301F;}
.focused-steps .strong-lead{color: inherit;
    text-decoration: none;
    font-size: 0.9375rem;
    border-bottom: 1px solid #E08A3C;
    padding-bottom: 2px;}
.focused-steps .strong-lead:hover{border-bottom-color: var(--tone-extra-19);}
@media (max-width: 560px) {.focused-steps{
      padding: 56px 20px 64px;
    }.focused-steps h2{
      font-size: 1.625rem;
    }.focused-steps .simple-callout{
      gap: 16px;
    }.focused-steps .open-callout{
      width: 100%;
      text-align: center;
    }
  }
.404{
    background: var(--ink-card);
    color: var(--tone-extra-19);
    padding: 96px 24px 104px;
  }
.404 .offer-body{
    max-width: 1080px;
    margin: 0 auto;
  }
.404 .soft-lead{
    max-width: 660px;
    margin-left: 8%;
  }
.404 h1{
    font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    line-height: 1.15;
    margin: 0 0 22px;
    letter-spacing: -0.01em;
  }
.404 p{
    font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 18px;
  }
.404 .simple-callout{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 26px;
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid #E4DCC8;
  }
.404 .simple-callout a{
    text-decoration: none;
    font-weight: 600;
    font-size: 0.98rem;
  }
.404 .simple-callout .media-content{
    background: var(--tone-light, #2F5D3A);
    color: #FBF6E9;
    padding: 11px 22px;
    border-radius: 999px;
    transition: background 0.18s ease;
  }
.404 .simple-callout .media-content:hover{
    background: #254A2E;color:#22301F;}
.404 .simple-callout .strong-lead{
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
  }
.404 .simple-callout .strong-lead:hover{
    border-bottom-color: #E08A3C;
  }
@media (max-width: 720px) {.404{
      padding: 64px 20px 72px;
    }.404 .soft-lead{
      margin-left: 0;
    }
  }
.404{
  background: #22301F;
  color: #FBF6E9;
}
