body{margin:0;padding:0;font-family:var(--font-nav);}
*,*::before,*::after{box-sizing:border-box;}
:root {
  --tone-extra-32: #C2703F;
  --ink-primary: calc(var(--space-form) * .75);
  --ink-secondary: #C2703F;
  --font-nav: "Baloo 2", sans-serif;
  --corner-round: 0.68rem;
  --tone-extra-28: #FBF8F1;
  --tone-extra-34: #F1EBDD;
  --lift-image: 0 2px 14px rgba(0,0,0,0.05);
  --space-panel: calc(var(--measure-tight) * 1.5);
  --ink-soft: #2B2B26;
  --field-base: rgba(92, 122, 82, 0.35);
  --ink-strong: #FBF8F1;
  --tone-light: #E2DAC9;
  --stack-tight: 920px;
  --radius-panel: 0.37rem;
  --ink-cool: #5C7A52;
  --type-lead: var(--font-meta);
  --curve-large: 1rem;
  --paint-strong: #4A6542;
  --font-base: calc(var(--font-meta) * 1.35);
  --tone-extra-12: #FFFFFF;
  --type-extra-30: 2.02;
  --gap-wide: calc(var(--space-form) * 2.4);
  --ease-fast: 370ms;
  --surface-secondary: color-mix(in srgb, currentColor 10%, transparent);
  --type-extra-20: calc(var(--font-meta) * 1.125);
  --measure-content: var(--gutter-form);
  --font-meta: 14.9px;
  --tone-extra-27: #2B362B;
  --label-quiet: calc(var(--font-meta) * .875);
  --speed-panel: cubic-bezier(0.2,0.8,0.2,1);
  --line-strong: #3A3A32;
  --ink-page: #A85C30;
  --paint-light: #FBF8F1;
  --space-form: 1.5rem;
  --surface-accent: #FFF7EF;
  --gutter-form: 1.25rem;
  --line-deep: transparent;
  --measure-tight: 1.24rem;
  --ink-clear: #2B2B26;
}
.site-quote {
    width: 100%;
    background: var(--ink-strong);
    color: var(--ink-soft);
    border-bottom: 1px solid var(--tone-light);
    padding: var(--space-form) var(--gutter-form);
  }
.local-form {
    max-width: var(--stack-tight);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: var(--measure-tight);
  }
.simple-callout {
    font-size: var(--type-extra-20);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--ink-soft);
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
  }
.simple-callout:hover {
    color: var(--tone-extra-32);
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: var(--measure-tight);
    align-items: center;
  }
.nav-left .nav-list {
    justify-content: flex-start;
  }
.nav-right .nav-list {
    justify-content: flex-end;
  }
.nav-link {
    display: inline-block;
    font-size: var(--label-quiet);
    color: var(--ink-soft);
    text-decoration: none;
    padding: 0.4rem 0.2rem;
    border-radius: var(--radius-panel);
    transition: color var(--ease-fast) var(--speed-panel);
  }
.nav-link:hover,
  .nav-link:focus-visible {
    color: var(--tone-extra-32);
    outline: none;
  }
.public-links {
    display: none;
    justify-self: end;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    background: var(--tone-extra-34);
    color: var(--line-strong);
    border: 1px solid var(--tone-light);
    border-radius: var(--corner-round);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
  }
.simple-section {
    display: block;
    width: 1.15rem;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
  }
.featured-rail {
    max-width: var(--stack-tight);
    margin: var(--space-form) auto 0;
    background: var(--tone-extra-12);
    color: var(--ink-clear);
    border: 1px solid var(--tone-light);
    border-radius: var(--curve-large);
    padding: var(--ink-primary);
    box-shadow: var(--lift-image);
  }
.featured-rail[hidden]{display: none;}
.direct-lead {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: var(--measure-tight);
  }
.simple-media {
    display: block;
    padding: 0.6rem 0.4rem;
    font-size: var(--type-lead);
    color: var(--ink-clear);
    text-decoration: none;
    border-radius: var(--radius-panel);
  }
.simple-media:hover,
  .simple-media:focus-visible {
    background: var(--tone-extra-34);
    color: var(--line-strong);
    outline: none;
  }
@media (max-width: 767px) {
    .local-form {
      grid-template-columns: 1fr auto;
    }

    .fresh-headline {
      display: none;
    }

    .simple-callout {
      text-align: left;
      justify-self: start;
    }

    .public-links {
      display: inline-flex;
    }
  }
.plan{font-family:var(--font-nav);font-size:var(--font-meta);line-height:var(--type-extra-30);padding-top:var(--gap-wide);padding-bottom:var(--gap-wide);margin-top:var(--gap-wide);background:var(--tone-extra-27);color:var(--tone-extra-28);}
.visual-media{max-width:var(--stack-tight);margin:0 auto;padding-left:var(--measure-content);padding-right:var(--measure-content);display:grid;grid-template-columns:1fr;gap:var(--space-panel)}
.steady-form{background:rgba(255, 255, 255, 0.06);border:1px solid rgba(255, 255, 255, 0.14);border-radius:var(--curve-large);padding:var(--ink-primary);display:grid;gap:var(--space-form)}
.clear-fields{font-size:var(--font-base);line-height:1.25;margin:0;font-weight:600}
.public-steps{margin:0;font-size:var(--type-lead);max-width:60ch;opacity:0.9}
.media-copy{display:grid;gap:var(--space-form);max-width:520px}
.strong-footer{font-size:var(--label-quiet);letter-spacing:0.02em;text-transform:uppercase;opacity:0.8}
.service-form{display:flex;flex-wrap:wrap;gap:var(--measure-tight)}
.narrow-links{flex:1 1 220px;min-width:0;padding:0.75rem 1rem;border-radius:var(--corner-round);border:1px solid rgba(255, 255, 255, 0.25);background:rgba(0, 0, 0, 0.15);color:inherit;font-family:inherit;font-size:var(--font-meta)}
.narrow-links::placeholder{opacity:0.8}
.active-contact{padding:0.75rem 1.25rem;border-radius:var(--corner-round);border:1px solid transparent;background:var(--ink-secondary);color:var(--surface-accent);font-family:inherit;font-size:var(--font-meta);font-weight:600;cursor:pointer;transition:background var(--ease-fast) var(--speed-panel), color var(--ease-fast) var(--speed-panel)}
.active-contact:hover{background:var(--ink-page);color:var(--ink-clear);}
.quiet-footer{margin:0;font-size:var(--label-quiet);opacity:0.75}
.content-fields{display:grid;grid-template-columns:1fr;gap:var(--space-panel)}
.contact-list{font-size:var(--type-lead);font-weight:600;margin:0 0 var(--space-form) 0;letter-spacing:0.02em}
.top-service{list-style:none;margin:0;padding:0;display:grid;gap:0.5rem}
.top-service a{color:inherit;text-decoration:none;font-size:var(--font-meta);opacity:0.88;transition:opacity var(--ease-fast) var(--speed-panel)}
.top-service a:hover{opacity:1;text-decoration:underline;color:inherit}
.brand{border-top:1px solid rgba(255, 255, 255, 0.14);padding-top:var(--space-panel);display:grid;gap:var(--space-form)}
.page-content{font-size:var(--type-lead);font-weight:600;margin:0;letter-spacing:0.02em}
.narrow-quote{list-style:none;margin:0;padding:0;display:grid;gap:var(--space-form)}
.team-media{display:grid;gap:0.25rem}
.public-nav{font-size:var(--label-quiet);letter-spacing:0.04em;text-transform:uppercase;opacity:0.7}
.focused-note{font-size:var(--font-meta);max-width:60ch}
.team-headline{color:inherit;text-decoration:none;font-size:var(--font-meta);border-bottom:1px solid rgba(255, 255, 255, 0.35);padding-bottom:1px;transition:border-color var(--ease-fast) var(--speed-panel)}
.team-headline:hover{border-color:currentColor}
.secondary-visual{border-top:1px solid rgba(255, 255, 255, 0.14);padding-top:var(--space-panel);display:grid;gap:var(--space-form)}
.figure{margin:0;font-size:var(--type-extra-20);font-weight:600;letter-spacing:0.02em}
.process{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:var(--measure-tight)}
.process a{color:inherit;text-decoration:none;font-size:var(--label-quiet);opacity:0.85}
.process a:hover{opacity:1;text-decoration:underline;color:inherit}
.soft-body{margin:0;font-size:var(--label-quiet);opacity:0.75}
.service-content{margin:0;font-size:var(--label-quiet);opacity:0.75;max-width:80ch;line-height:1.5}
@media (min-width: 640px) {.content-fields{grid-template-columns:repeat(2, 1fr)}
  }
@media (min-width: 960px) {.visual-media{grid-template-columns:1.2fr 2fr;align-items:start}.steady-form{grid-column:1 / -1}.content-fields{grid-template-columns:repeat(3, 1fr);grid-column:1 / -1}.brand{grid-column:1 / -1}.secondary-visual{grid-column:1 / -1}
  }
.cookies {
    position: fixed;
    left: var(--space-panel);
    bottom: var(--space-panel);
    z-index: 9999;
    width: min(440px, calc(100vw - var(--space-panel) * 2));
    background: var(--tone-extra-12);
    color: var(--ink-clear);
    border: 1px solid var(--tone-light);
    border-radius: var(--curve-large);
    box-shadow: var(--lift-image);
    font-family: var(--font-nav);
    font-size: var(--label-quiet);
    line-height: var(--type-extra-30);
  }
.cookies .featured-method{padding: var(--ink-primary);
    display: flex;
    flex-direction: column;
    gap: var(--measure-tight);}
.cookies .primary-actions{margin: 0;
    font-size: var(--type-lead);
    font-weight: 600;
    line-height: 1.3;}
.cookies .fresh-plan{margin: 0;
    font-size: var(--label-quiet);
    color: var(--line-strong);}
.cookies .plain-visual{display: flex;
    flex-wrap: wrap;
    gap: var(--measure-tight);
    margin-top: var(--space-panel);}
.cookies .text-footer {
    font-family: inherit;
    font-size: var(--label-quiet);
    line-height: 1.2;
    padding: 0.55rem 0.9rem;
    border-radius: var(--radius-panel);
    border: 1px solid var(--tone-light);
    background: var(--line-deep);
    color: var(--ink-clear);
    cursor: pointer;
    transition: background var(--ease-fast) var(--speed-panel);
  }
.cookies .text-footer:hover{
    background: var(--surface-secondary);color:var(--ink-clear);}
.cookies .text-footer.primary {
    background: var(--ink-cool);
    color: var(--paint-light);
    border-color: var(--ink-cool);
  }
.cookies .text-footer.primary:hover{
    background: var(--paint-strong);
    border-color: var(--paint-strong);color:var(--ink-clear);}
.cookies .text-footer.ghost {
    background: transparent;
  }
.cookies .text-footer:focus-visible{outline: 2px solid var(--field-base);
    outline-offset: 2px;}
.cookies.is-hidden{display: none;}
@media (max-width: 480px) {
    .cookies {
      left: var(--space-panel);
      right: var(--space-panel);
      width: auto;
    }
  }
.fresh-copy{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 96px 24px 88px;
  }
.fresh-copy .bottom-grid{max-width: 720px;
    margin: 0 auto;}
.fresh-copy h1{font-size: clamp(2rem, 4.4vw, 3.1rem);
    line-height: 1.12;
    letter-spacing: -0.01em;
    margin: 0 0 22px;}
.fresh-copy .visual-area{font-size: 1.125rem;
    line-height: 1.6;
    margin: 0 0 18px;
    max-width: 58ch;}
.fresh-copy .media-block{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0 0 40px;
    max-width: 54ch;}
.fresh-copy .offer-proof{display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 28px;}
.fresh-copy .strong-media{
    display: inline-block;
    background: var(--ink-cool);
    color: var(--paint-light);
    text-decoration: none;
    padding: 14px 26px;
    border-radius: 8px;
    font-size: 1rem;
    line-height: 1;
  }
.fresh-copy .strong-media:hover{
    background: var(--paint-strong);color:var(--ink-clear);}
.fresh-copy .main-block{text-decoration: none;
    font-size: 0.98rem;
    border-bottom: 1px solid var(--ink-secondary);
    padding-bottom: 2px;}
.fresh-copy .main-block:hover{}
@media (max-width: 560px) {.fresh-copy{
      padding: 64px 20px 60px;
    }.fresh-copy .offer-proof{
      gap: 16px;
    }.fresh-copy .strong-media{
      width: 100%;
      text-align: center;
    }
  }
.fresh-copy{
  background: var(--tone-extra-27);
  color: var(--tone-extra-28);
}
.secondary-figure{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 72px 24px;
  }
.secondary-figure .bottom-grid{max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;}
.secondary-figure .visual-area{max-width: 620px;}
.secondary-figure .visual-area h2{margin: 0 0 14px;
    font-size: 1.7rem;
    line-height: 1.25;
    letter-spacing: -0.01em;}
.secondary-figure .visual-area p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;
    color: var(--line-strong, #3A3A32);}
.secondary-figure .soft-section{display: grid;
    gap: 0;
    border-top: 1px solid var(--tone-light, #E2DAC9);}
.secondary-figure .focused-lead{display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) auto;
    gap: 24px;
    align-items: baseline;
    padding: 26px 4px;
    border-bottom: 1px solid var(--tone-light, #E2DAC9);}
.secondary-figure .focused-lead h3{margin: 0;
    font-size: 1.08rem;
    line-height: 1.35;
    font-weight: 600;}
.secondary-figure .focused-lead p{margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--line-strong, #3A3A32);}
.secondary-figure .top-story{font-size: 0.92rem;
    color: var(--ink-cool, #5C7A52);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    white-space: nowrap;
    align-self: center;}
.secondary-figure .top-story:hover{border-bottom-color: var(--ink-cool, #5C7A52);}
.secondary-figure .main-block{margin: 0;
    max-width: 640px;
    font-size: 0.94rem;
    line-height: 1.6;
    color: var(--line-strong, #3A3A32);}
.secondary-figure .main-block a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;}
.secondary-figure .main-block a:hover{color: var(--ink-page, #A85C30);}
@media (max-width: 760px) {.secondary-figure{
      padding: 52px 18px;
    }.secondary-figure .focused-lead{
      grid-template-columns: 1fr;
      gap: 10px;
    }.secondary-figure .top-story{
      align-self: start;
    }
  }
.secondary-figure{
  background: var(--ink-strong);
  color: var(--ink-soft);
}
.main-tile{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 5rem 1.5rem;
  }
.main-tile .bottom-grid{max-width: 880px;
    margin: 0 auto;}
.main-tile .open-surface{margin-bottom: 3rem;}
.main-tile h2{font-size: clamp(1.6rem, 3vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 600;}
.main-tile .visual-area{max-width: 640px;
    font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;}
.main-tile .offer-rail{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2.25rem;}
.main-tile .plain-view{display: grid;
    grid-template-columns: 3.5rem 1fr;
    gap: 1.25rem;
    align-items: start;}
.main-tile .top-frame{font-size: 0.95rem;
    font-weight: 600;
    padding-top: 0.35rem;
    letter-spacing: 0.04em;}
.main-tile .fresh-header h3{font-size: 1.15rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    line-height: 1.3;}
.main-tile .fresh-header p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.main-tile .offer-proof{margin: 3.5rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    padding-top: 1.5rem;
    border-top: 1px solid var(--tone-light);}
.main-tile .offer-proof a{text-decoration: underline;
    text-underline-offset: 3px;}
.main-tile .offer-proof a:hover{}
@media (max-width: 560px) {.main-tile{
      padding: 3.5rem 1.25rem;
    }.main-tile .plain-view{
      grid-template-columns: 2.5rem 1fr;
      gap: 0.9rem;
    }.main-tile .offer-rail{
      gap: 1.75rem;
    }
  }
.main-tile{
  background: var(--tone-extra-27);
  color: var(--tone-extra-28);
}
.featured-summary{
    background: var(--ink-strong, #FBF8F1);
    color: var(--ink-soft, #2B2B26);
    padding: 4.5rem 1.5rem 4rem;
  }
.featured-summary .bottom-grid{max-width: 960px;
    margin: 0 auto;}
.featured-summary .content-details{max-width: 620px;
    margin-bottom: 2.75rem;}
.featured-summary h2{margin: 0 0 1rem;
    font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.2;
    letter-spacing: -0.01em;}
.featured-summary .content-details p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;color:inherit;}
.featured-summary .top-panel{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--tone-light, #E2DAC9);}
.featured-summary .focused-lead{display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 1.5rem 2.5rem;
    align-items: baseline;
    padding: 1.75rem 0;
    border-bottom: 1px solid var(--tone-light, #E2DAC9);}
.featured-summary .focused-visual{margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;}
.featured-summary .content-region{margin: 0;
    font-size: 0.9rem;
    line-height: 1.45;color:inherit;}
.featured-summary .plain-section{margin: 2.5rem 0 0;
    max-width: 640px;
    font-size: 0.98rem;
    line-height: 1.6;color:inherit;}
@media (max-width: 640px) {.featured-summary{
      padding: 3rem 1.15rem 2.75rem;
    }.featured-summary .focused-lead{
      grid-template-columns: 1fr;
      gap: 0.6rem;
    }
  }
.featured-summary{
  background: var(--ink-strong);
  color: var(--ink-soft);
}
.local-brand{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 96px 24px 88px;
  }
.local-brand .bottom-grid{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr);
    column-gap: 64px;
    row-gap: 28px;
    align-items: start;}
.local-brand h1{grid-column: 1 / -1;
    margin: 0;
    font-size: clamp(2rem, 3.6vw, 3.1rem);
    line-height: 1.14;
    letter-spacing: -0.01em;
    font-weight: 600;}
.local-brand .visual-area{grid-column: 1;
    margin: 0;
    font-size: 1.12rem;
    line-height: 1.62;
    max-width: 56ch;}
.local-brand .media-block{grid-column: 2;
    margin: 6px 0 0;
    padding-left: 22px;
    border-left: 2px solid var(--ink-secondary);
    font-size: 0.98rem;
    line-height: 1.58;
    color: var(--line-strong);}
@media (max-width: 820px) {.local-brand{
      padding: 68px 20px 60px;
    }.local-brand .bottom-grid{
      grid-template-columns: 1fr;
      column-gap: 0;
    }.local-brand .visual-area,
    .local-brand .media-block{
      grid-column: 1;
    }.local-brand .media-block{
      margin-top: 4px;
    }
  }
.local-brand{
  background: var(--ink-strong);
  color: var(--ink-soft);
}
.team-shell{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 5rem 1.5rem;
  }
.team-shell .bottom-grid{max-width: 1080px;
    margin: 0 auto;}
.team-shell .steady-region{max-width: 620px;
    margin-bottom: 3.5rem;}
.team-shell .steady-region h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 1rem;}
.team-shell .steady-region p{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;}
.team-shell .fresh-visual{display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 3rem;}
.team-shell .active-feature{border-top: 1px solid var(--tone-light, #E2DAC9);
    padding-top: 1.25rem;}
.team-shell .active-feature h3{font-size: 1.2rem;
    margin: 0 0 0.35rem;}
.team-shell .active-feature .team-rail{font-size: 0.9rem;
    letter-spacing: 0.02em;
    margin: 0 0 0.75rem;}
.team-shell .active-feature p{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;}
@media (max-width: 720px) {.team-shell{
      padding: 3.5rem 1.25rem;
    }.team-shell .fresh-visual{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.team-shell .steady-region h2{
      font-size: 1.6rem;
    }
  }
.team-shell{
  background: var(--tone-extra-27);
  color: var(--tone-extra-28);
}
.open-benefit{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 72px 24px 88px;
  }
.open-benefit .bottom-grid{max-width: 880px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;}
.open-benefit .steady-region{max-width: 620px;}
.open-benefit .steady-region h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.open-benefit .visual-area{margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;
    color: var(--line-strong);}
.open-benefit .page-links{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-left: 1px solid var(--tone-light);}
.open-benefit .plain-view{display: grid;
    grid-template-columns: 96px 1fr;
    gap: 24px;
    padding: 0 0 36px 28px;
    position: relative;}
.open-benefit .plain-view:last-child{padding-bottom: 0;}
.open-benefit .plain-view::before{
    content: "";
    position: absolute;
    left: -5px;
    top: 8px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #5C7A52;color:#FBF8F1;}
.open-benefit .plain-view:nth-child(even)::before{
    background: var(--surface-clear);color:var(--ink-clear);}
.open-benefit .bottom-wrap{font-size: 1.05rem;
    font-weight: 600;
    color: #5C7A52;
    padding-top: 2px;}
.open-benefit .focused-lead h3{margin: 0 0 8px;
    font-size: 1.15rem;
    line-height: 1.3;}
.open-benefit .focused-lead p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
    color: var(--line-strong);}
@media (max-width: 560px) {.open-benefit{
      padding: 56px 20px 64px;
    }.open-benefit .plain-view{
      grid-template-columns: 1fr;
      gap: 6px;
      padding-left: 22px;
    }.open-benefit .bottom-wrap{
      font-size: 0.95rem;
    }
  }
.open-benefit{
  background: var(--ink-strong);
  color: var(--ink-soft);
}
.fresh-feature{
    background: var(--ink-strong, #FBF8F1);
    color: var(--ink-soft, #2B2B26);
    padding: 5rem 1.5rem 4.5rem;
  }
.fresh-feature .bottom-grid{max-width: 780px;
    margin: 0 auto;}
.fresh-feature h2{font-size: clamp(1.7rem, 3.2vw, 2.3rem);
    line-height: 1.2;
    margin: 0 0 1.1rem;
    letter-spacing: -0.01em;}
.fresh-feature .visual-area{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0 0 3rem;
    max-width: 60ch;}
.fresh-feature .fresh-entries{display: flex;
    flex-direction: column;
    gap: 2.2rem;}
.fresh-feature .focused-stack{display: grid;
    grid-template-columns: 120px 1fr;
    gap: 1.5rem;
    align-items: baseline;}
.fresh-feature .content{font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding-top: 0.15rem;}
.fresh-feature .focused-stack p{margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    max-width: 62ch;}
@media (max-width: 620px) {.fresh-feature{
      padding: 3.5rem 1.25rem 3rem;
    }.fresh-feature .focused-stack{
      grid-template-columns: 1fr;
      gap: 0.5rem;
    }.fresh-feature .visual-area{
      margin-bottom: 2.2rem;
    }.fresh-feature .fresh-entries{
      gap: 1.8rem;
    }
  }
.fresh-feature{
  background: var(--tone-extra-27);
  color: var(--tone-extra-28);
}
.local-brand{
    background: var(--paint-cool, linear-gradient(135deg, #FBF8F1 0%, #F1EBDD 55%, #E7E0CE 100%));
    color: var(--ink-soft, #2B2B26);
    padding: 96px 24px 72px;
  }
.local-brand .bottom-grid{max-width: 780px;
    margin: 0 auto;
    border-left: 2px solid #5C7A52;
    padding-left: 28px;}
.local-brand h1{font-size: clamp(1.9rem, 4vw, 2.9rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin: 0 0 18px;
    font-weight: 600;}
.local-brand .visual-area{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
    max-width: 62ch;}
@media (max-width: 640px) {.local-brand{
      padding: 64px 20px 52px;
    }.local-brand .bottom-grid{
      padding-left: 18px;
    }
  }
.local-brand{
  background: var(--tone-extra-27);
  color: var(--tone-extra-28);
}
.soft-story{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 72px 24px 88px;
  }
.soft-story .bottom-grid{max-width: 1040px;
    margin: 0 auto;}
.soft-story .steady-region{max-width: 620px;
    margin-bottom: 48px;}
.soft-story .steady-region h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.soft-story .visual-area{margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;
    color: var(--line-strong);}
.soft-story .narrow-group{display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid var(--tone-light);}
.soft-story .offer-proof{display: grid;
    grid-template-columns: 220px 1fr 200px;
    gap: 32px;
    padding: 32px 0;
    border-bottom: 1px solid var(--tone-light);
    align-items: start;}
.soft-story .offer-proof h3{margin: 0;
    font-size: 1.15rem;
    line-height: 1.35;}
.soft-story .offer-proof p{margin: 0 0 14px;
    line-height: 1.55;
    color: var(--line-strong);}
.soft-story .soft-figure{list-style: none;
    margin: 0;
    padding: 0;}
.soft-story .soft-figure li{position: relative;
    padding-left: 16px;
    margin-bottom: 6px;
    font-size: 0.94rem;
    line-height: 1.5;}
.soft-story .soft-figure li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 6px;
    height: 1px;
    background: #5C7A52;color:#FBF8F1;}
.soft-story .soft-unit{
    display: inline-block;
    align-self: start;
    padding: 10px 18px;
    background: #5C7A52;
    color: #FBF8F1;
    border-radius: 999px;
    font-size: 0.92rem;
    text-decoration: none;
    text-align: center;
    transition: background 0.15s ease;
  }
.soft-story .soft-unit:hover{
    background: #4A6542;color:var(--ink-clear);}
.soft-story .media-block{margin: 40px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--line-strong);}
.soft-story .media-block a{color: #5C7A52;
    text-decoration: underline;
    text-underline-offset: 3px;}
.soft-story .media-block a:hover{color: #4A6542;}
@media (max-width: 860px) {.soft-story .offer-proof{
      grid-template-columns: 1fr;
      gap: 16px;
    }.soft-story .soft-unit{
      justify-self: start;
    }
  }
.soft-story{
  background: var(--ink-strong);
  color: var(--ink-soft);
}
.clear-entries{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 72px 24px 84px;
  }
.clear-entries .bottom-grid{max-width: 720px;
    margin: 0 auto;}
.clear-entries h2{font-size: 1.7rem;
    line-height: 1.25;
    margin: 0 0 18px;
    letter-spacing: -0.01em;}
.clear-entries .visual-area{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 40px;
    max-width: 58ch;}
.clear-entries .featured-feature{margin: 0;
    padding: 0;}
.clear-entries .media-block{padding: 22px 0;
    border-top: 1px solid var(--tone-light, #E2DAC9);}
.clear-entries .media-block:last-child{border-bottom: 1px solid var(--tone-light, #E2DAC9);}
.clear-entries dt{font-weight: 600;
    font-size: 1.02rem;
    margin-bottom: 8px;}
.clear-entries dd{margin: 0;
    font-size: 0.96rem;
    line-height: 1.6;
    max-width: 62ch;}
.clear-entries .plain-section{margin: 36px 0 0;
    font-size: 0.96rem;
    line-height: 1.6;}
.clear-entries .plain-section a{text-decoration: underline;
    text-underline-offset: 3px;}
.clear-entries .plain-section a:hover{}
@media (max-width: 560px) {.clear-entries{
      padding: 52px 18px 60px;
    }.clear-entries h2{
      font-size: 1.4rem;
    }
  }
.clear-entries{
  background: var(--tone-extra-27);
  color: var(--tone-extra-28);
}
.local-brand{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 88px 24px 72px;
  }
.local-brand .bottom-grid{max-width: 780px;
    margin: 0 auto;}
.local-brand h1{font-size: clamp(1.9rem, 3.4vw, 2.7rem);
    line-height: 1.18;
    letter-spacing: -0.01em;
    margin: 0 0 22px;
    font-weight: 600;}
.local-brand .visual-area{font-size: 1.06rem;
    line-height: 1.65;
    margin: 0 0 20px;
    max-width: 62ch;}
.local-brand .media-block{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid var(--tone-light, #E2DAC9);
    max-width: 58ch;}
@media (max-width: 640px) {.local-brand{
      padding: 64px 20px 56px;
    }.local-brand .visual-area{
      font-size: 1rem;
    }
  }
.secondary-figure{
    background: var(--ink-strong, #FBF8F1);
    color: var(--ink-soft, #2B2B26);
    padding: 72px 24px 80px;
  }
.secondary-figure .bottom-grid{max-width: 1080px;
    margin: 0 auto;}
.secondary-figure .visual-area{max-width: 620px;
    margin-bottom: 48px;}
.secondary-figure .visual-area h2{font-size: 1.85rem;
    line-height: 1.25;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.secondary-figure .visual-area p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.secondary-figure .open-fields{display: flex;
    flex-direction: column;
    border-top: 1px solid var(--tone-light, #E2DAC9);}
.secondary-figure .focused-lead{display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 32px;
    padding: 26px 0;
    border-bottom: 1px solid var(--tone-light, #E2DAC9);}
.secondary-figure .focused-lead h3{margin: 0;
    font-size: 1.15rem;
    line-height: 1.4;
    font-weight: 600;}
.secondary-figure .focused-lead h3 a{color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.secondary-figure .focused-lead h3 a:hover{border-bottom-color: #5C7A52;}
.secondary-figure .focused-lead p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.6;
    color: var(--line-strong, #3A3A32);}
.secondary-figure .plain-section{margin: 32px 0 0;
    max-width: 620px;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--line-strong, #3A3A32);}
@media (max-width: 720px) {.secondary-figure{
      padding: 56px 20px 64px;
    }.secondary-figure .visual-area h2{
      font-size: 1.5rem;
    }.secondary-figure .focused-lead{
      grid-template-columns: 1fr;
      gap: 10px;
      padding: 22px 0;
    }
  }
.page-benefit{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 72px 24px 80px;
  }
.page-benefit .bottom-grid{max-width: 960px;
    margin: 0 auto;}
.page-benefit .visual-area{max-width: 620px;
    margin-bottom: 56px;}
.page-benefit .visual-area h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 18px;
    letter-spacing: -0.01em;}
.page-benefit .visual-area p{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.page-benefit .fresh-entries{display: flex;
    flex-direction: column;
    gap: 40px;}
.page-benefit .focused-stack{max-width: 720px;}
.page-benefit .focused-stack:nth-child(2){margin-left: 60px;}
.page-benefit .focused-stack h3{font-size: 1.15rem;
    line-height: 1.4;
    margin: 0 0 10px;}
.page-benefit .focused-stack p{font-size: 1rem;
    line-height: 1.7;
    margin: 0;}
.page-benefit .offer-proof{margin: 64px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 620px;
    padding-top: 24px;
    border-top: 1px solid var(--tone-light, #E2DAC9);}
.page-benefit .offer-proof a{text-decoration: underline;
    text-underline-offset: 3px;}
.page-benefit .offer-proof a:hover{}
@media (max-width: 640px) {.page-benefit{
      padding: 48px 20px 56px;
    }.page-benefit .visual-area{
      margin-bottom: 40px;
    }.page-benefit .visual-area h2{
      font-size: 1.5rem;
    }.page-benefit .focused-stack:nth-child(2){
      margin-left: 0;
    }.page-benefit .offer-proof{
      margin-top: 44px;
    }
  }
.page-benefit{
  background: var(--tone-extra-27);
  color: var(--tone-extra-28);
}
.local-brand{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 5.5rem 1.5rem 4.5rem;
  }
.local-brand .bottom-grid{max-width: 720px;
    margin: 0 auto;}
.local-brand h1{font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    line-height: 1.2;
    margin: 0 0 1.4rem;
    letter-spacing: -0.01em;}
.local-brand .visual-area{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0 0 1.6rem;
    max-width: 60ch;}
.local-brand .media-block{font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    padding-left: 1rem;
    border-left: 3px solid var(--ink-secondary, #C2703F);
    max-width: 56ch;
    opacity: 0.85;}
@media (max-width: 640px) {.local-brand{
      padding: 3.5rem 1.25rem 3rem;
    }.local-brand .visual-area{
      font-size: 1rem;
    }
  }
.open-benefit{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 4.5rem 1.5rem 5rem;
  }
.open-benefit .bottom-grid{max-width: 760px;
    margin: 0 auto;}
.open-benefit h2{margin: 0 0 1rem;
    font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.2;}
.open-benefit .visual-area{margin: 0 0 3rem;
    max-width: 58ch;
    font-size: 1.02rem;
    line-height: 1.65;
    color: var(--line-strong);}
.open-benefit .open-view{list-style: none;
    margin: 0;
    padding: 0;
    border-left: 2px solid var(--tone-light);}
.open-benefit .plain-view{position: relative;
    padding: 0 0 2.4rem 1.9rem;}
.open-benefit .plain-view:last-child{padding-bottom: 0;}
.open-benefit .plain-view::before{
    content: "";
    position: absolute;
    left: -7px;
    top: 0.45rem;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #5C7A52;color:#FBF8F1;}
.open-benefit .plain-view:nth-child(even)::before{
    background: var(--surface-clear);color:var(--ink-clear);}
.open-benefit .fresh-form{display: block;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5C7A52;
    margin-bottom: 0.35rem;}
.open-benefit .plain-view h3{margin: 0 0 0.5rem;
    font-size: 1.12rem;
    line-height: 1.35;}
.open-benefit .plain-view p{margin: 0;
    max-width: 56ch;
    font-size: 0.97rem;
    line-height: 1.6;
    color: var(--line-strong);}
@media (max-width: 560px) {.open-benefit{
      padding: 3rem 1.1rem 3.5rem;
    }.open-benefit .plain-view{
      padding-left: 1.4rem;
    }
  }
.media-summary{
    --mark-public: #E2DAC9;
    --paint-card: #3A3A32;
    background: var(--ink-strong, #FBF8F1);
    color: var(--ink-soft, #2B2B26);
    padding: 72px 24px 88px;
  }
.media-summary .bottom-grid{max-width: 880px;
    margin: 0 auto;}
.media-summary .steady-region{max-width: 620px;
    margin-bottom: 48px;}
.media-summary .steady-region h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.media-summary .steady-region p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.media-summary .open-view{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--mark-public);}
.media-summary .plain-view{display: grid;
    grid-template-columns: 64px 1fr;
    gap: 20px;
    padding: 26px 0;
    border-bottom: 1px solid var(--mark-public);
    align-items: start;}
.media-summary .top-frame{font-size: 0.95rem;
    letter-spacing: 0.08em;
    padding-top: 4px;}
.media-summary .fresh-header h3{margin: 0 0 8px;
    font-size: 1.12rem;
    line-height: 1.3;}
.media-summary .fresh-header p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;
    max-width: 58ch;}
.media-summary .offer-proof{margin: 36px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.media-summary .offer-proof a{text-decoration: underline;
    text-underline-offset: 3px;}
.media-summary .offer-proof a:hover{}
@media (max-width: 560px) {.media-summary{
      padding: 56px 18px 64px;
    }.media-summary .plain-view{
      grid-template-columns: 40px 1fr;
      gap: 14px;
      padding: 22px 0;
    }
  }
.media-summary{
  background: var(--tone-extra-27);
  color: var(--tone-extra-28);
}
.main-unit{
    --line-light: #2B2B26;
    --tone-clear: #C2703F;
    background: var(--ink-strong, #FBF8F1);
    color: var(--ink-soft, #2B2B26);
    padding: 4.5rem 1.5rem 5rem;
  }
.main-unit .bottom-grid{max-width: 46rem;
    margin: 0 auto;}
.main-unit h2{font-size: clamp(1.6rem, 3vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.main-unit .visual-area{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 2.75rem;
    max-width: 40rem;}
.main-unit .soft-figure{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2.1rem;}
.main-unit .main-service{padding-left: 1.4rem;
    border-left: 2px solid rgba(92, 122, 82, 0.35);}
.main-unit .main-service h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0 0 0.45rem;
    font-weight: 600;}
.main-unit .main-service p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.main-unit .offer-proof{margin: 3rem 0 0;
    font-size: 0.98rem;
    line-height: 1.6;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(43, 43, 38, 0.12);}
.main-unit .offer-proof a{color: var(--tone-clear);
    text-decoration: underline;
    text-underline-offset: 3px;}
.main-unit .offer-proof a:hover{color: #A85C30;}
@media (max-width: 560px) {.main-unit{
      padding: 3rem 1.15rem 3.5rem;
    }.main-unit .main-service{
      padding-left: 1rem;
    }
  }
.main-unit{
  background: var(--ink-strong);
  color: var(--ink-soft);
}
.local-brand{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 4.5rem 1.5rem 3.5rem;
  }
.local-brand .bottom-grid{max-width: 720px;
    margin: 0 auto;
    border-left: 3px solid var(--paint-soft, #C2703F);
    padding-left: 1.75rem;}
.local-brand h1{font-size: clamp(1.75rem, 3.4vw, 2.5rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.local-brand .visual-area{font-size: 1.0625rem;
    line-height: 1.6;
    margin: 0 0 1.25rem;
    max-width: 60ch;}
.local-brand .shell{font-size: 0.9375rem;
    line-height: 1.5;
    margin: 0;
    opacity: 0.85;}
@media (max-width: 640px) {.local-brand{
      padding: 3rem 1.25rem 2.5rem;
    }.local-brand .bottom-grid{
      padding-left: 1.25rem;
    }
  }
.shell{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 72px 24px;
  }
.shell .bottom-grid{max-width: 980px;
    margin: 0 auto;
    display: grid;
    gap: 40px;}
.shell .visual-area{max-width: 620px;}
.shell .visual-area h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.shell .visual-area p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.shell .narrow-group{display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 32px;
    border-top: 1px solid var(--tone-light, #E2DAC9);
    padding-top: 32px;}
.shell .offer-proof h3{font-size: 1.05rem;
    margin: 0 0 10px;color:inherit;
    letter-spacing: 0.01em;}
.shell .offer-proof p{margin: 0 0 10px;
    font-size: 0.95rem;
    line-height: 1.6;}
.shell .offer-proof .page-links{font-size: 0.9rem;color:inherit;
    margin-bottom: 6px;}
.shell .offer-proof a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(194, 112, 63, 0.4);
    padding-bottom: 1px;}
.shell .offer-proof a:hover{border-bottom-color: var(--ink-secondary, #C2703F);}
.shell .soft-headline{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    padding-top: 8px;
    border-top: 1px solid var(--tone-light, #E2DAC9);}
.shell .soft-headline a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(92, 122, 82, 0.45);}
.shell .soft-headline a:hover{border-bottom-color: #5C7A52;}
@media (max-width: 720px) {.shell{
      padding: 56px 20px;
    }.shell .narrow-group{
      grid-template-columns: 1fr;
      gap: 28px;
    }.shell .visual-area h2{
      font-size: 1.45rem;
    }
  }
.shell{
  background: var(--ink-strong);
  color: var(--ink-soft);
}
.plain-surface{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 72px 24px;
  }
.plain-surface .bottom-grid{max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 56px;
    align-items: start;}
.plain-surface .media-block h2{margin: 0 0 18px;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    font-weight: 600;}
.plain-surface .media-block p{margin: 0;
    max-width: 46ch;
    font-size: 1.02rem;
    line-height: 1.65;}
.plain-surface .fresh-entries{display: flex;
    flex-direction: column;}
.plain-surface .focused-stack{display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 18px 0;
    border-top: 1px solid var(--tone-extra-34, #E2DAC9);}
.plain-surface .focused-stack:last-child{border-bottom: 1px solid var(--tone-extra-34, #E2DAC9);}
.plain-surface .content{font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;}
.plain-surface .focused-stack a,
  .plain-surface .plain-team{font-size: 1.05rem;
    line-height: 1.5;
    color: inherit;
    text-decoration: none;}
.plain-surface .focused-stack a{border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.plain-surface .focused-stack a:hover{border-color: var(--tone-main, #C2703F);}
@media (max-width: 720px) {.plain-surface{
      padding: 52px 20px;
    }.plain-surface .bottom-grid{
      grid-template-columns: 1fr;
      gap: 32px;
    }
  }
.plain-surface{
  background: var(--tone-extra-27);
  color: var(--tone-extra-28);
}
.local-brand{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 5rem 1.5rem 4rem;
  }
.local-brand .bottom-grid{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: 3rem 4rem;
    align-items: end;}
.local-brand h1{grid-column: 1;
    margin: 0;
    font-size: clamp(2rem, 4.2vw, 3.1rem);
    line-height: 1.1;
    letter-spacing: -0.01em;}
.local-brand .visual-area{grid-column: 1;
    margin: 1.4rem 0 0;
    max-width: 46ch;
    font-size: 1.05rem;
    line-height: 1.6;}
.local-brand .media-block{grid-column: 2;
    grid-row: 1 / span 2;
    align-self: end;
    margin: 0;
    padding-left: 1.5rem;
    border-left: 2px solid var(--tone-main, #C2703F);
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--line-strong, #3A3A32);}
@media (max-width: 760px) {.local-brand{
      padding: 3.5rem 1.25rem 3rem;
    }.local-brand .bottom-grid{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }.local-brand .media-block{
      grid-column: 1;
      grid-row: auto;
      padding-left: 1rem;
    }
  }
.clear-entries{
  background: var(--ink-strong);
  color: var(--ink-soft);
  padding: 72px 24px 80px;
}
.clear-entries .bottom-grid{max-width: 760px;
  margin: 0 auto;}
.clear-entries h2{font-size: 1.65rem;
  line-height: 1.25;
  margin: 0 0 40px;
  font-weight: 600;}
.clear-entries .fresh-entries{display: flex;
  flex-direction: column;
  gap: 34px;}
.clear-entries .media-block{padding-left: 22px;
  border-left: 2px solid #5C7A52;}
.clear-entries .content{display: block;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 8px;}
.clear-entries .media-block p{margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  max-width: 62ch;}
@media (max-width: 560px) {.clear-entries{
    padding: 52px 18px 60px;
  }.clear-entries h2{
    font-size: 1.35rem;
    margin-bottom: 30px;
  }.clear-entries .fresh-entries{
    gap: 26px;
  }.clear-entries .media-block{
    padding-left: 16px;
  }
}
.secondary-figure{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 4.5rem 1.5rem;
  }
.secondary-figure .bottom-grid{max-width: 720px;
    margin: 0 auto;}
.secondary-figure h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.secondary-figure .visual-area{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 3rem;
    max-width: 56ch;
    color: var(--line-strong);}
.secondary-figure .focused-lead{padding: 1.5rem 0;}
.secondary-figure .focused-lead + .focused-lead{border-top: 1px solid var(--tone-light);}
.secondary-figure .focused-lead h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0 0 0.5rem;
    font-weight: 600;}
.secondary-figure .focused-lead h3 a{color: #5C7A52;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.secondary-figure .focused-lead h3 a:hover{border-bottom-color: var(--ink-secondary);}
.secondary-figure .focused-lead p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;
    color: var(--line-strong);
    max-width: 60ch;}
@media (max-width: 640px) {.secondary-figure{
      padding: 3rem 1.25rem;
    }.secondary-figure h2{
      font-size: 1.45rem;
    }.secondary-figure .visual-area{
      margin-bottom: 2rem;
    }
  }
.local-brand{
    background: var(--ink-strong, #FBF8F1);
    color: var(--ink-soft, #2B2B26);
    padding: 88px 24px 72px;
  }
.local-brand .bottom-grid{max-width: 720px;
    margin: 0 auto;
    border-left: 3px solid #5C7A52;
    padding-left: 28px;}
.local-brand h1{font-size: clamp(1.9rem, 4vw, 2.9rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin: 0 0 20px;
    font-weight: 600;}
.local-brand .visual-area{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0 0 18px;}
.local-brand .media-block{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;}
.local-brand .media-block a{text-decoration: underline;
    text-underline-offset: 3px;}
.local-brand .media-block a:hover{}
@media (max-width: 560px) {.local-brand{
      padding: 64px 18px 56px;
    }.local-brand .bottom-grid{
      padding-left: 20px;
      border-left-width: 2px;
    }
  }
.main-media{
    --type-nav: #E2DAC9;
    --field-content: #F1EBDD;
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 72px 24px 84px;
  }
.main-media .bottom-grid{max-width: 880px;
    margin: 0 auto;}
.main-media .open-surface{max-width: 620px;
    margin-bottom: 44px;}
.main-media .open-surface h2{margin: 0 0 14px;
    font-size: 1.9rem;
    line-height: 1.2;
    letter-spacing: -0.01em;}
.main-media .visual-area{margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;
    color: #4A4A40;}
.main-media .featured-feature{border-top: 1px solid var(--type-nav);}
.main-media .media-block{padding: 26px 0 24px;
    border-bottom: 1px solid var(--type-nav);
    display: grid;
    grid-template-columns: minmax(180px, 240px) 1fr;
    gap: 8px 36px;
    align-items: start;}
.main-media .media-block h3{margin: 0;
    font-size: 1.04rem;
    line-height: 1.35;
    font-weight: 600;}
.main-media .media-block p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.65;
    color: #3A3A32;}
.main-media .offer-proof{margin: 34px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4A4A40;
    max-width: 640px;}
.main-media .offer-proof a{color: #5C7A52;
    text-decoration: underline;
    text-underline-offset: 3px;}
.main-media .offer-proof a:hover{color: #4A6542;}
@media (max-width: 640px) {.main-media{
      padding: 52px 18px 64px;
    }.main-media .open-surface h2{
      font-size: 1.55rem;
    }.main-media .media-block{
      grid-template-columns: 1fr;
      gap: 6px;
      padding: 22px 0 20px;
    }
  }
.main-media{
  background: var(--ink-strong);
  color: var(--ink-soft);
}
.featured-summary{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 4.5rem 1.25rem;
  }
.featured-summary .bottom-grid{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.75rem;}
.featured-summary .content-details{max-width: 620px;}
.featured-summary .content-details h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.25;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.featured-summary .content-details p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.featured-summary .narrow-frame{display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 2rem;
    padding-top: 1.75rem;
    border-top: 1px solid var(--tone-light);}
.featured-summary .media-block{margin: 0;
    padding-left: 1.1rem;
    border-left: 3px solid #5C7A52;}
.featured-summary .media-block .focused-visual{margin: 0 0 0.85rem;
    font-size: 1.05rem;
    line-height: 1.6;}
.featured-summary .media-block .strong-plan{margin: 0;
    font-size: 0.88rem;
    letter-spacing: 0.01em;}
.featured-summary .plain-section{margin: 0;
    max-width: 640px;
    font-size: 0.92rem;
    line-height: 1.55;}
@media (max-width: 760px) {.featured-summary{
      padding: 3.25rem 1.1rem;
    }.featured-summary .narrow-frame{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }
  }
.featured-summary{
  background: var(--tone-extra-27);
  color: var(--tone-extra-28);
}
.local-brand{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 4.5rem 1.5rem 4rem;
  }
.local-brand .bottom-grid{max-width: 720px;
    margin: 0 auto;}
.local-brand h1{font-size: clamp(1.75rem, 3.2vw, 2.4rem);
    line-height: 1.2;
    margin: 0 0 1.1rem;
    letter-spacing: -0.01em;}
.local-brand .visual-area{font-size: 1.08rem;
    line-height: 1.6;
    margin: 0 0 1rem;
    max-width: 60ch;}
.local-brand .media-block{font-size: 0.98rem;
    line-height: 1.55;
    margin: 0;
    padding-top: 1rem;
    border-top: 1px solid #E2DAC9;
    max-width: 58ch;}
.shell{
    background: var(--ink-strong, #FBF8F1);
    color: var(--ink-soft, #2B2B26);
    padding: 72px 20px 84px;
  }
.shell .bottom-grid{max-width: 1040px;
    margin: 0 auto;}
.shell .contact-wrap{display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 56px 64px;
    align-items: start;}
.shell .visual-area{grid-column: 1;}
.shell .visual-area h2{margin: 0 0 18px;
    font-size: 1.9rem;
    line-height: 1.22;
    letter-spacing: -0.01em;}
.shell .visual-area p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.shell .narrow-group{grid-column: 2;
    display: flex;
    flex-direction: column;
    gap: 32px;}
.shell .offer-proof{border-top: 1px solid var(--tone-light, #E2DAC9);
    padding-top: 20px;}
.shell .offer-proof h3{margin: 0 0 10px;
    font-size: 1.12rem;
    line-height: 1.35;}
.shell .offer-proof p{margin: 0 0 10px;
    font-size: 0.98rem;
    line-height: 1.6;}
.shell .offer-proof .media-block{
    margin: 0;
    font-size: 0.88rem;
    color: var(--line-strong, #3A3A32);
    background: var(--tone-extra-34, #F1EBDD);
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
  }
.shell .soft-lead{grid-column: 1 / -1;
    border-top: 1px solid var(--tone-light, #E2DAC9);
    padding-top: 28px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 24px 64px;
    align-items: start;}
.shell .soft-lead > p:first-child{margin: 0;
    font-size: 1rem;
    line-height: 1.6;}
.shell .simple-proof{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 0.96rem;
    line-height: 1.55;}
.shell .simple-proof a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.shell .simple-proof a:hover{color:inherit;}
.shell .strong-details{grid-column: 1 / -1;
    margin: 4px 0 0;
    font-size: 0.96rem;
    line-height: 1.6;}
.shell .strong-details a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.shell .strong-details a:hover{color:inherit;}
@media (max-width: 820px) {.shell{
      padding: 56px 18px 68px;
    }.shell .contact-wrap,
    .shell .soft-lead{
      grid-template-columns: 1fr;
      gap: 32px;
    }.shell .visual-area,
    .shell .narrow-group,
    .shell .soft-lead,
    .shell .strong-details{
      grid-column: 1;
    }
  }
.plain-surface{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 72px 24px;
  }
.plain-surface .bottom-grid{max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 56px;
    align-items: start;}
.plain-surface .steady-region h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    margin: 0 0 18px;
    font-weight: 600;}
.plain-surface .visual-area{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 16px;
    max-width: 46ch;}
.plain-surface .media-block{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;
    max-width: 48ch;}
.plain-surface .clear-area{border-top: 1px solid var(--tone-light);
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;}
.plain-surface .page-links{margin: 0;
    font-size: 0.98rem;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;}
.plain-surface .content{min-width: 88px;
    font-weight: 600;}
.plain-surface .page-links a{text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.15s ease;}
.plain-surface .page-links a:hover{border-bottom-color: var(--ink-secondary);}
@media (max-width: 760px) {.plain-surface{
      padding: 48px 18px;
    }.plain-surface .bottom-grid{
      grid-template-columns: 1fr;
      gap: 32px;
    }.plain-surface .content{
      min-width: 72px;
    }
  }
.local-brand{
    background: var(--ink-strong, #FBF8F1);
    color: var(--ink-soft, #2B2B26);
    padding: 4.5rem 1.5rem 3.5rem;
  }
.local-brand .bottom-grid{max-width: 760px;
    margin: 0 auto;}
.local-brand h1{font-size: clamp(1.75rem, 3.2vw, 2.5rem);
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 1.25rem;
    letter-spacing: -0.01em;}
.local-brand .visual-area{font-size: 1.0625rem;
    line-height: 1.65;
    margin: 0 0 1rem;
    max-width: 62ch;}
.local-brand .media-block{font-size: 0.9375rem;
    line-height: 1.6;
    margin: 0;
    max-width: 58ch;
    padding-left: 1rem;
    border-left: 2px solid #C2703F;}
@media (max-width: 640px) {.local-brand{
      padding: 3rem 1.25rem 2.5rem;
    }
  }
.page-benefit{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 64px 24px;
  }
.page-benefit .bottom-grid{max-width: 880px;
    margin: 0 auto;}
.page-benefit .steady-region{max-width: 620px;
    margin-bottom: 48px;}
.page-benefit h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 16px;}
.page-benefit .visual-area{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
    color: var(--line-strong);}
.page-benefit .fresh-entries{display: flex;
    flex-direction: column;
    gap: 36px;}
.page-benefit .focused-stack h3{font-size: 1.15rem;
    margin: 0 0 8px;
    color: #5C7A52;}
.page-benefit .focused-stack p{margin: 0;
    line-height: 1.65;
    max-width: 700px;}
.page-benefit .offer-proof{margin: 48px 0 0;
    font-size: 0.98rem;
    line-height: 1.6;
    color: var(--line-strong);}
.page-benefit .offer-proof a{color: #5C7A52;
    text-decoration: underline;
    text-underline-offset: 3px;}
.page-benefit .offer-proof a:hover{color: #4A6542;}
@media (max-width: 640px) {.page-benefit{
      padding: 48px 18px;
    }.page-benefit h2{
      font-size: 1.55rem;
    }.page-benefit .fresh-entries{
      gap: 28px;
    }
  }
.page-benefit{
  background: var(--ink-strong);
  color: var(--ink-soft);
}
.steady-copy{
    --field-control: #5C7A52;
    --state-local: #C2703F;
    --font-main: #E2DAC9;
    background: var(--ink-strong, #FBF8F1);
    color: var(--ink-soft, #2B2B26);
    padding: 4.5rem 1.5rem;
  }
.steady-copy .bottom-grid{max-width: 980px;
    margin: 0 auto;}
.steady-copy .steady-region{max-width: 640px;
    margin-bottom: 3rem;}
.steady-copy .steady-region h2{margin: 0 0 1rem;
    font-size: clamp(1.6rem, 3vw, 2.15rem);
    line-height: 1.2;}
.steady-copy .visual-area{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.steady-copy .soft-section{display: flex;
    flex-direction: column;
    border-top: 1px solid var(--font-main);}
.steady-copy .focused-lead{display: grid;
    grid-template-columns: minmax(180px, 260px) 1fr;
    gap: 1.5rem 2.5rem;
    padding: 1.6rem 0;
    border-bottom: 1px solid var(--font-main);}
.steady-copy .focused-lead h3{margin: 0;
    font-size: 1.05rem;
    line-height: 1.35;}
.steady-copy .focused-lead p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.steady-copy .plain-section{margin: 2.5rem 0 0;
    max-width: 620px;
    font-size: 0.98rem;
    line-height: 1.6;}
.steady-copy .plain-section a{text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 640px) {.steady-copy{
      padding: 3rem 1.15rem;
    }.steady-copy .focused-lead{
      grid-template-columns: 1fr;
      gap: 0.5rem;
      padding: 1.35rem 0;
    }
  }
.steady-copy{
  background: var(--tone-extra-27);
  color: var(--tone-extra-28);
}
.local-brand{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 96px 24px 72px;
  }
.local-brand .bottom-grid{max-width: 760px;
    margin: 0 auto;}
.local-brand h1{font-size: clamp(2rem, 4.2vw, 3rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin: 0 0 20px;}
.local-brand .visual-area{font-size: 1.0625rem;
    line-height: 1.65;
    margin: 0;
    max-width: 60ch;
    color: var(--line-strong, #3A3A32);}
@media (max-width: 640px) {.local-brand{
      padding: 64px 20px 48px;
    }.local-brand h1{
      margin-bottom: 16px;
    }
  }
.direct-visual{
    --field-control: #5C7A52;
    --state-local: #C2703F;
    --mark-public: #E2DAC9;
    background: var(--ink-strong, #FBF8F1);
    color: var(--ink-soft, #2B2B26);
    padding: 4.5rem 1.5rem 5rem;
  }
.direct-visual .bottom-grid{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 3.5rem 4.5rem;
    align-items: start;}
.direct-visual .visual-area{position: relative;
    padding-top: 0.25rem;}
.direct-visual .visual-area::before{
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    background: var(--state-local);
    margin-bottom: 1.4rem;color:var(--ink-clear);}
.direct-visual h1{font-size: clamp(1.75rem, 2.6vw, 2.35rem);
    line-height: 1.2;
    margin: 0 0 1.1rem;
    letter-spacing: -0.01em;}
.direct-visual .steady-region{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;}
.direct-visual .soft-section{display: flex;
    flex-direction: column;
    gap: 1.9rem;}
.direct-visual .focused-lead{display: grid;
    grid-template-columns: 2.4rem minmax(0, 1fr);
    column-gap: 1rem;
    padding-bottom: 1.7rem;
    border-bottom: 1px solid var(--mark-public);}
.direct-visual .focused-lead:last-child{border-bottom: none;
    padding-bottom: 0;}
.direct-visual .plain-region{font-size: 0.85rem;
    font-weight: 600;
    padding-top: 0.35rem;
    letter-spacing: 0.04em;}
.direct-visual .focused-lead h2{font-size: 1.08rem;
    margin: 0 0 0.5rem;
    line-height: 1.35;}
.direct-visual .focused-lead p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.65;}
.direct-visual .plain-section{grid-column: 1 / -1;
    margin: 0.5rem 0 0;
    padding-top: 1.6rem;
    border-top: 1px solid var(--mark-public);
    font-size: 0.97rem;
    line-height: 1.6;}
.direct-visual .plain-section a{text-decoration: underline;
    text-underline-offset: 3px;}
.direct-visual .plain-section a:hover{}
@media (max-width: 780px) {.direct-visual{
      padding: 3rem 1.25rem 3.5rem;
    }.direct-visual .bottom-grid{
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }.direct-visual .focused-lead{
      grid-template-columns: 1.9rem minmax(0, 1fr);
      column-gap: 0.8rem;
    }
  }
.direct-visual{
  background: var(--tone-extra-27);
  color: var(--tone-extra-28);
}
.secondary-nav{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 72px 24px 88px;
  }
.secondary-nav .bottom-grid{max-width: 880px;
    margin: 0 auto;}
.secondary-nav .text-header{max-width: 620px;
    margin-bottom: 56px;}
.secondary-nav h2{font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 18px;}
.secondary-nav .visual-area{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.secondary-nav .open-benefit{list-style: none;
    margin: 0;
    padding: 0;
    border-left: 2px solid #E2DAC9;}
.secondary-nav .plain-view{position: relative;
    padding: 0 0 36px 32px;}
.secondary-nav .plain-view:last-child{padding-bottom: 0;}
.secondary-nav .plain-view::before{
    content: "";
    position: absolute;
    left: -7px;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #5C7A52;
  }
.secondary-nav .plain-view:nth-child(2)::before{
    background: #C2703F;
  }
.secondary-nav .bottom-wrap{display: block;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #5C7A52;
    margin-bottom: 6px;}
.secondary-nav .plain-view:nth-child(2) .bottom-wrap{color:inherit;}
.secondary-nav h3{font-size: 1.15rem;
    margin: 0 0 8px;}
.secondary-nav .plain-view p{margin: 0;
    line-height: 1.6;
    max-width: 560px;}
@media (max-width: 640px) {.secondary-nav{
      padding: 52px 20px 64px;
    }.secondary-nav h2{
      font-size: 1.6rem;
    }.secondary-nav .plain-view{
      padding-left: 26px;
    }
  }
.secondary-nav{
  background: var(--ink-strong);
  color: var(--ink-soft);
}
.local-brand{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 88px 24px 72px;
  }
.local-brand .bottom-grid{max-width: 720px;
    margin: 0 auto;
    padding-left: 22px;
    border-left: 3px solid #C2703F;}
.local-brand h1{font-size: clamp(1.7rem, 3.4vw, 2.5rem);
    line-height: 1.18;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.local-brand .visual-area{font-size: 1.06rem;
    line-height: 1.62;
    margin: 0 0 18px;
    max-width: 62ch;}
.local-brand .plain-section{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;
    max-width: 60ch;}
@media (max-width: 560px) {.local-brand{
      padding: 64px 18px 52px;
    }.local-brand .bottom-grid{
      padding-left: 16px;
      border-left-width: 2px;
    }.local-brand .visual-area{
      font-size: 1rem;
    }
  }
.hero{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 72px 24px 88px;
  }
.hero .bottom-grid{max-width: 720px;
    margin: 0 auto;}
.hero h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.hero .visual-area{font-size: 1.0625rem;
    line-height: 1.65;
    margin: 0 0 44px;
    max-width: 58ch;}
.hero .columns{display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid var(--tone-light, #E2DAC9);}
.hero .page-links{display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 28px;
    padding: 18px 0;
    border-bottom: 1px solid var(--tone-light, #E2DAC9);}
.hero .content{flex: 0 0 130px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;color:inherit;}
.hero .plain-team{font-size: 1.0625rem;
    line-height: 1.5;
    color: inherit;
    text-decoration: none;}
.hero a.value{border-bottom: 1px solid transparent;
    padding-bottom: 1px;}
.hero a.value:hover{border-bottom-color: #5C7A52;}
.hero .soft-panel{margin-top: 44px;}
.hero .soft-panel h3{font-size: 1rem;
    margin: 0 0 10px;
    letter-spacing: 0.01em;}
.hero .soft-panel p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    max-width: 56ch;}
.hero .media-block{margin: 40px 0 0;
    font-size: 0.9375rem;
    line-height: 1.65;
    padding-top: 20px;
    border-top: 1px solid var(--tone-light, #E2DAC9);
    max-width: 58ch;}
.hero .media-block a{color: inherit;
    text-decoration: underline;
    text-decoration-color: var(--ink-secondary, #C2703F);
    text-underline-offset: 3px;}
.hero .media-block a:hover{text-decoration-color: #5C7A52;}
@media (max-width: 560px) {.hero{
      padding: 56px 20px 72px;
    }.hero h2{
      font-size: 1.5rem;
    }.hero .page-links{
      flex-direction: column;
      gap: 4px;
    }.hero .content{
      flex: none;
    }
  }
.hero{
  background: var(--ink-strong);
  color: var(--ink-soft);
}
.shell{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 72px 24px 80px;
  }
.shell .bottom-grid{max-width: 880px;
    margin: 0 auto;}
.shell .visual-area{max-width: 620px;
    margin-bottom: 48px;}
.shell .visual-area h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.shell .visual-area p{font-size: 1.02rem;
    line-height: 1.7;
    margin: 0;}
.shell .narrow-group{display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid var(--tone-light, #E2DAC9);}
.shell .offer-proof{padding: 26px 0 24px;
    border-bottom: 1px solid var(--tone-light, #E2DAC9);
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;}
.shell .offer-proof h3{font-size: 1.08rem;
    margin: 0;
    font-weight: 600;}
.shell .offer-proof p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.65;
    max-width: 640px;}
.shell .offer-proof .text{font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.01em;}
.shell .active-copy{
    margin-top: 40px;
    padding: 24px 26px;
    background: var(--tone-extra-34, #F1EBDD);
    color: var(--line-strong, #3A3A32);
    border-radius: 10px;
  }
.shell .active-copy p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.7;}
.shell .active-copy .primary-shell{margin-top: 10px;
    font-size: 0.9rem;
    opacity: 0.85;}
.shell .active-copy a{text-decoration: underline;
    text-underline-offset: 2px;}
.shell .active-copy a:hover{}
.shell .main-block{margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 32px;}
.shell .main-block a{font-size: 0.95rem;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.shell .main-block a:hover{}
@media (min-width: 720px) {.shell .offer-proof{
      grid-template-columns: 220px 1fr;
      column-gap: 32px;
      align-items: start;
    }.shell .offer-proof h3{
      grid-row: 1 / span 2;
      padding-top: 2px;
    }.shell .offer-proof .text{
      grid-column: 2;
    }
  }
.shell{
  background: var(--tone-extra-27);
  color: var(--tone-extra-28);
}
.plain-surface{
    background: var(--ink-strong, #FBF8F1);
    color: var(--ink-soft, #2B2B26);
    padding: 72px 24px 80px;
  }
.plain-surface .bottom-grid{max-width: 980px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 48px 64px;
    align-items: start;}
.plain-surface .focused-proof h2{margin: 0 0 18px;
    font-size: 1.9rem;
    line-height: 1.2;
    letter-spacing: -0.01em;}
.plain-surface .focused-proof p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
    max-width: 46ch;}
.plain-surface .columns{display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 6px;}
.plain-surface .page-links{display: flex;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--tone-light, #E2DAC9);}
.plain-surface .page-links:last-child{border-bottom: none;
    padding-bottom: 0;}
.plain-surface .content{font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--line-strong, #3A3A32);
    opacity: 0.75;}
.plain-surface .page-links a,
  .plain-surface .page-links span:not(.content){font-size: 1.05rem;
    line-height: 1.5;}
.plain-surface .page-links a{color: #5C7A52;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;}
.plain-surface .page-links a:hover{color: #4A6542;
    border-bottom-color: #4A6542;}
.plain-surface .media-block{grid-column: 1 / -1;
    margin: 8px 0 0;
    padding-top: 24px;
    border-top: 1px solid var(--tone-light, #E2DAC9);
    font-size: 0.98rem;
    line-height: 1.6;
    color: var(--line-strong, #3A3A32);
    max-width: 62ch;}
@media (max-width: 760px) {.plain-surface{
      padding: 56px 20px 64px;
    }.plain-surface .bottom-grid{
      grid-template-columns: 1fr;
      gap: 36px;
    }.plain-surface .focused-proof h2{
      font-size: 1.55rem;
    }
  }
.plain-surface{
  background: var(--ink-strong);
  color: var(--ink-soft);
}
.offer-intro{
    --paint-secondary: #2B2B26;
    --state-active: #FBF8F1;
    --font-button: #E2DAC9;
    --field-control: #5C7A52;
    --state-local: #C2703F;
    background: var(--state-active);
    color: var(--paint-secondary);
    padding: 72px 24px 88px;
  }
.offer-intro .bottom-grid{max-width: 760px;
    margin: 0 auto;}
.offer-intro .main-group{margin-bottom: 36px;}
.offer-intro .strong-plan{font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--field-control);
    margin: 0 0 14px;}
.offer-intro h1{font-size: clamp(1.7rem, 3.4vw, 2.5rem);
    line-height: 1.18;
    margin: 0 0 16px;
    font-weight: 700;}
.offer-intro .visual-area{font-size: 1.08rem;
    line-height: 1.55;
    color: #55554a;
    margin: 0;
    max-width: 34em;}
.offer-intro .top-quote{
    margin: 0 0 40px;
    border: 1px solid var(--font-button);
    border-radius: 10px;
    overflow: hidden;
    background: #F1EBDD;
  }
.offer-intro .top-quote img{display: block;
    width: 100%;
    height: auto;}
.offer-intro .main-links{display: grid;
    gap: 22px;}
.offer-intro .main-links p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.72;}
.offer-intro .main-links p:first-child::first-letter{font-size: 2.6rem;
    line-height: 1;
    float: left;
    padding: 6px 10px 0 0;
    color: var(--state-local);
    font-weight: 700;}
.offer-intro .open-service{margin-top: 52px;
    padding-top: 26px;
    border-top: 1px solid var(--font-button);}
.offer-intro .direct-rail{font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--state-local);
    margin: 0 0 10px;}
.offer-intro .page-list{margin: 0 0 14px;
    font-size: 0.98rem;
    line-height: 1.65;
    color: #4a4a41;
    max-width: 40em;}
.offer-intro .offer-proof{margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 28px;}
.offer-intro .offer-proof a{color: var(--field-control);
    text-decoration: none;
    font-size: 0.98rem;
    border-bottom: 1px solid rgba(92, 122, 82, 0.35);
    padding-bottom: 2px;}
.offer-intro .offer-proof a:hover{color: var(--state-local);
    border-bottom-color: rgba(194, 112, 63, 0.5);}
@media (max-width: 560px) {.offer-intro{
      padding: 52px 18px 64px;
    }.offer-intro .main-links p:first-child::first-letter{
      font-size: 2.1rem;
    }
  }
.offer-intro{
  background: var(--ink-strong);
  color: var(--ink-soft);
}
.offer-intro{
    --font-button: #E2DAC9;
    --field-extra-49: #F1EBDD;
    background: var(--ink-strong, #FBF8F1);
    color: var(--ink-soft, #2B2B26);
    padding: 72px 24px 88px;
  }
.offer-intro .bottom-grid{max-width: 720px;
    margin: 0 auto;}
.offer-intro .main-group{border-bottom: 1px solid var(--font-button);
    padding-bottom: 28px;}
.offer-intro .wide-wrap{margin: 0 0 14px;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--line-strong, #3A3A32);}
.offer-intro h1{margin: 0 0 16px;
    font-size: clamp(1.7rem, 3.4vw, 2.5rem);
    line-height: 1.2;
    font-weight: 600;}
.offer-intro .main-feature{margin: 0;
    font-size: 1.05rem;
    line-height: 1.5;
    color: var(--line-strong, #3A3A32);}
.offer-intro .main-body{
    margin: 36px 0 0;
    border-radius: 6px;
    overflow: hidden;
    background: var(--field-extra-49);color:var(--ink-clear);}
.offer-intro .main-body img{display: block;
    width: 100%;
    height: auto;}
.offer-intro .main-links{margin-top: 40px;
    border-top: 1px solid var(--font-button);
    padding-top: 32px;}
.offer-intro .main-links p{margin: 0 0 20px;
    font-size: 1.05rem;
    line-height: 1.75;}
.offer-intro .main-links .visual-area{font-size: 1.15rem;
    line-height: 1.65;
    padding-left: 18px;
    border-left: 3px solid #5C7A52;}
.offer-intro .entry-foot{margin-top: 36px;
    padding-top: 22px;
    border-top: 1px solid var(--font-button);}
.offer-intro .entry-note{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--line-strong, #3A3A32);}
.offer-intro .entry-note a{color: #5C7A52;
    text-decoration: none;
    border-bottom: 1px solid currentColor;}
.offer-intro .entry-note a:hover{color:inherit;}
@media (max-width: 600px) {.offer-intro{
      padding: 48px 18px 64px;
    }.offer-intro .main-links .visual-area{
      padding-left: 14px;
    }
  }
.offer-intro{
    --mark-public: #E2DAC9;
    --paint-card: #5A5A50;
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 72px 24px 88px;
  }
.offer-intro .bottom-grid{max-width: 760px;
    margin: 0 auto;}
.offer-intro .main-group{border-bottom: 1px solid var(--mark-public);
    padding-bottom: 26px;
    margin-bottom: 34px;}
.offer-intro .local-block{margin: 0 0 14px;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--paint-card);}
.offer-intro h1{margin: 0 0 16px;
    font-size: clamp(1.7rem, 3.4vw, 2.5rem);
    line-height: 1.2;
    font-weight: 700;}
.offer-intro .main-feature{margin: 0;
    max-width: 46ch;
    font-size: 1.05rem;
    line-height: 1.5;
    color: var(--paint-card);}
.offer-intro .main-links p{margin: 0 0 20px;
    font-size: 1.02rem;
    line-height: 1.72;}
.offer-intro .main-body{margin: 34px 0 0;}
.offer-intro .main-body img{display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;}
.offer-intro .main-body figcaption{margin-top: 12px;
    padding-left: 14px;
    border-left: 2px solid #5C7A52;
    font-size: 0.88rem;
    line-height: 1.5;
    color: var(--paint-card);}
.offer-intro .entry-foot{margin-top: 44px;
    padding-top: 24px;
    border-top: 1px solid var(--mark-public);}
.offer-intro .entry-note{margin: 0 0 16px;
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--paint-card);}
.offer-intro .entry-route{display: flex;
    flex-wrap: wrap;
    gap: 10px 28px;
    margin: 0;}
.offer-intro .entry-route a{font-size: 0.95rem;
    color: #5C7A52;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    transition: border-color 0.2s ease, color 0.2s ease;}
.offer-intro .entry-route a:hover{color:inherit;
    border-bottom-color: var(--ink-secondary, #C2703F);}
@media (max-width: 560px) {.offer-intro{
      padding: 52px 18px 64px;
    }.offer-intro .entry-route{
      flex-direction: column;
      gap: 12px;
    }
  }
.local-brand{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 5rem 1.5rem 4rem;
  }
.local-brand .bottom-grid{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 3rem 4rem;
    align-items: end;}
.local-brand h1{margin: 0;
    font-size: clamp(1.9rem, 3.4vw, 2.9rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    font-weight: 600;}
.local-brand .visual-area{display: flex;
    flex-direction: column;
    gap: 1.1rem;
    padding-top: 0.4rem;
    border-top: 1px solid var(--tone-light, #E2DAC9);}
.local-brand .visual-area p{margin: 0;
    font-size: 1rem;
    line-height: 1.6;}
.local-brand .visual-area .media-block{font-size: 0.92rem;
    line-height: 1.55;
    color: var(--line-strong, #3A3A32);
    border-left: 2px solid var(--ink-secondary, #C2703F);
    padding-left: 0.9rem;}
@media (max-width: 760px) {.local-brand{
      padding: 3.5rem 1.25rem 3rem;
    }.local-brand .bottom-grid{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }.local-brand .visual-area{
      padding-top: 1.25rem;
    }
  }
.hero{
    background: var(--ink-strong, #FBF8F1);
    color: var(--ink-soft, #2B2B26);
    padding: 72px 24px 88px;
  }
.hero .bottom-grid{max-width: 720px;
    margin: 0 auto;}
.hero h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 18px;
    font-weight: 600;}
.hero .visual-area{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 40px;
    max-width: 56ch;}
.hero .columns{display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid #E2DAC9;}
.hero .page-links{display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 24px;
    padding: 18px 0;
    border-bottom: 1px solid #E2DAC9;}
.hero .content{flex: 0 0 120px;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;}
.hero .page-links a,
  .hero .page-links .plain-team{font-size: 1.05rem;
    line-height: 1.5;
    color: inherit;}
.hero .page-links a{text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;}
.hero .page-links a:hover{border-bottom-color: #C2703F;}
.hero .fresh-benefit{margin-top: 44px;
    padding-left: 20px;
    border-left: 3px solid #C2703F;}
.hero .fresh-benefit h3{font-size: 1rem;
    margin: 0 0 8px;
    font-weight: 600;}
.hero .fresh-benefit p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
    max-width: 52ch;}
@media (max-width: 560px) {.hero{
      padding: 56px 20px 64px;
    }.hero h2{
      font-size: 1.55rem;
    }.hero .content{
      flex-basis: 100%;
    }
  }
.hero{
  background: var(--tone-extra-27);
  color: var(--tone-extra-28);
}
.open-summary{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 64px 24px 72px;
  }
.open-summary .bottom-grid{max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 48px 64px;
    align-items: start;}
.open-summary .steady-region{grid-column: 1 / -1;
    max-width: 640px;}
.open-summary .steady-region h2{font-size: 1.75rem;
    line-height: 1.2;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.open-summary .steady-region p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--line-strong);}
.open-summary .media-grid{margin: 0;
    padding: 0;
    border-top: 1px solid var(--tone-light);}
.open-summary .media-grid dt{font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #5C7A52;
    padding-top: 18px;}
.open-summary .media-grid dd{margin: 6px 0 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--tone-light);
    font-size: 1rem;
    line-height: 1.55;}
.open-summary .media-grid dd:last-child{border-bottom: none;
    padding-bottom: 0;}
.open-summary .media-grid a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.15s ease;}
.open-summary .media-grid a:hover{border-bottom-color: var(--ink-secondary);}
.open-summary .offer-proof h3{font-size: 1.15rem;
    margin: 0 0 10px;}
.open-summary .offer-proof p{margin: 0 0 14px;
    font-size: 0.97rem;
    line-height: 1.65;
    color: var(--line-strong);}
.open-summary .offer-proof p:last-child{margin-bottom: 0;}
@media (max-width: 760px) {.open-summary{
      padding: 48px 20px 56px;
    }.open-summary .bottom-grid{
      grid-template-columns: 1fr;
      gap: 36px;
    }.open-summary .steady-region h2{
      font-size: 1.5rem;
    }
  }
.open-summary{
  background: var(--ink-strong);
  color: var(--ink-soft);
}
.service{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 72px 24px;
  }
.service .bottom-grid{max-width: 880px;
    margin: 0 auto;
    display: grid;
    gap: 40px;}
.service .steady-region{max-width: 620px;}
.service .steady-region h2{margin: 0 0 14px;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.01em;}
.service .steady-region p{margin: 0;
    font-size: 16px;
    line-height: 1.6;}
.service .service-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 24px;
    padding: 32px 32px 36px;
    background: var(--tone-extra-12);
    color: var(--ink-clear);
    border: 1px solid var(--tone-light);
    border-radius: 14px;
  }
.service .open-entries{display: flex;
    flex-direction: column;
    gap: 6px;}
.service .open-entries.wide{grid-column: 1 / -1;}
.service .open-entries label{font-size: 13px;
    letter-spacing: 0.02em;}
.service .open-entries input,
  .service .open-entries textarea{
    font: inherit;
    color: inherit;
    background: var(--ink-strong);
    border: 1px solid var(--tone-light);
    border-radius: 8px;
    padding: 11px 13px;
    outline: none;
  }
.service .open-entries input:focus,
  .service .open-entries textarea:focus{border-color: #5C7A52;}
.service .open-entries textarea{resize: vertical;
    min-height: 84px;}
.service .service-list button{
    grid-column: 1 / -1;
    justify-self: start;
    margin-top: 4px;
    font: inherit;
    font-weight: 600;
    letter-spacing: 0.01em;
    padding: 13px 28px;
    border: none;
    border-radius: 8px;
    background: #5C7A52;
    color: #FBF8F1;
    cursor: pointer;
  }
.service .service-list button:hover{
    background: #4A6542;color:var(--ink-clear);}
.service .simple-unit{margin: 0;
    font-size: 14px;
    line-height: 1.6;}
.service .simple-unit a{text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 640px) {.service{
      padding: 52px 18px;
    }.service .service-list{
      grid-template-columns: 1fr;
      padding: 24px 20px 28px;
    }.service .steady-region h2{
      font-size: 24px;
    }
  }
.service{
  background: var(--tone-extra-27);
  color: var(--tone-extra-28);
}
.clear-story{
    --copy-nav: #E2DAC9;
    background: var(--ink-strong, #FBF8F1);
    color: var(--ink-soft, #2B2B26);
    padding: 72px 24px 88px;
  }
.clear-story .bottom-grid{max-width: 760px;
    margin: 0 auto;}
.clear-story .steady-region{margin-bottom: 56px;}
.clear-story h1{font-size: 2.1rem;
    line-height: 1.2;
    margin: 0 0 18px;
    letter-spacing: -0.01em;}
.clear-story .visual-area{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 14px;
    max-width: 60ch;}
.clear-story .soft-nav{font-size: 0.85rem;
    color: var(--line-strong, #3A3A32);
    margin: 0;}
.clear-story .featured-feature{display: flex;
    flex-direction: column;
    gap: 40px;}
.clear-story .media-block h2{font-size: 1.15rem;
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--copy-nav);}
.clear-story .media-block p{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0 0 12px;
    max-width: 68ch;}
.clear-story .media-block p:last-child{margin-bottom: 0;}
.clear-story .clear-area{margin-top: 64px;
    padding-top: 32px;
    border-top: 1px solid var(--copy-nav);}
.clear-story .clear-area h2{font-size: 1.15rem;
    margin: 0 0 12px;}
.clear-story .clear-area p{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0 0 16px;
    max-width: 68ch;}
.clear-story .clear-area ul{list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;}
.clear-story .clear-area li{font-size: 0.95rem;
    line-height: 1.5;}
.clear-story .clear-area a{color: #5C7A52;
    text-decoration: underline;
    text-underline-offset: 3px;}
.clear-story .clear-area a:hover{color:inherit;}
.clear-story .open-plan{font-size: 0.88rem;
    color: var(--line-strong, #3A3A32);
    margin: 0;}
@media (max-width: 600px) {.clear-story{
      padding: 48px 18px 64px;
    }.clear-story h1{
      font-size: 1.65rem;
    }.clear-story .featured-feature{
      gap: 32px;
    }
  }
.clear-story{
  background: var(--ink-strong);
  color: var(--ink-soft);
}
.featured-callout{
    --tone-accent: var(--ink-strong, #FBF8F1);
    --surface-inverse: var(--ink-soft, #2B2B26);
    --ink-main: var(--tone-extra-34, #F1EBDD);
    --mark-base: #E2DAC9;
    --tone-extra-56: var(--tone-main, #C2703F);

    background: var(--tone-accent);
    color: var(--surface-inverse);
    padding: 4.5rem 1.25rem 5rem;
  }
.featured-callout .bottom-grid{max-width: 46rem;
    margin: 0 auto;}
.featured-callout .steady-region{padding-bottom: 2rem;
    border-bottom: 1px solid var(--mark-base);
    margin-bottom: 2.5rem;}
.featured-callout .steady-region h1{font-size: clamp(1.75rem, 1.2rem + 1.8vw, 2.4rem);
    line-height: 1.2;
    margin: 0 0 0.9rem;
    letter-spacing: -0.01em;}
.featured-callout .visual-area{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;
    max-width: 38rem;}
.featured-callout .open-section{display: flex;
    flex-direction: column;
    gap: 2.25rem;}
.featured-callout .clear-method h2{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0 0 0.6rem;
    padding-left: 0.85rem;
    border-left: 3px solid var(--tone-extra-56);}
.featured-callout .clear-method p{margin: 0 0 0.75rem;
    line-height: 1.7;
    font-size: 0.98rem;}
.featured-callout .clear-method p:last-child{margin-bottom: 0;}
.featured-callout .clear-area{
    margin-top: 3rem;
    padding: 1.5rem 1.75rem;
    background: var(--ink-main);
    border-radius: 10px;color:var(--ink-clear);}
.featured-callout .clear-area h2{font-size: 1.05rem;
    margin: 0 0 0.5rem;}
.featured-callout .clear-area p{margin: 0;
    line-height: 1.65;
    font-size: 0.95rem;}
.featured-callout .clear-area a{color: var(--tone-extra-56);
    text-decoration: underline;
    text-underline-offset: 3px;}
.featured-callout .clear-area a:hover{text-decoration: none;}
@media (max-width: 520px) {.featured-callout{
      padding: 3rem 1rem 3.5rem;
    }.featured-callout .clear-area{
      padding: 1.25rem 1.25rem;
    }
  }
.featured-callout{
  background: var(--ink-strong);
  color: var(--ink-soft);
}
.local-brand{
    background: var(--ink-strong, #FBF8F1);
    color: var(--ink-soft, #2B2B26);
    padding: 96px 24px 72px;
  }
.local-brand .bottom-grid{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;}
.local-brand .visual-area h1{font-size: clamp(1.9rem, 1.2rem + 2.4vw, 2.9rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin: 0 0 20px;
    font-weight: 600;}
.local-brand .visual-area .bottom-service{font-size: 1.075rem;
    line-height: 1.6;
    margin: 0;
    max-width: 46ch;}
.local-brand .media-block{padding-top: 10px;
    border-top: 1px solid #E2DAC9;}
.local-brand .media-block p{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #3A3A32;}
.local-brand .media-block a{color: #5C7A52;
    text-decoration: underline;
    text-underline-offset: 3px;}
.local-brand .media-block a:hover{color: #4A6542;}
@media (max-width: 720px) {.local-brand{
      padding: 64px 20px 48px;
    }.local-brand .bottom-grid{
      grid-template-columns: 1fr;
      gap: 32px;
    }
  }
.offer-feature{
    --field-control: #5C7A52;
    --state-local: #C2703F;
    background: var(--ink-strong, #FBF8F1);
    color: var(--ink-soft, #2B2B26);
    padding: 4.5rem 1.25rem 5rem;
  }
.offer-feature .bottom-grid{max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    column-gap: 3.5rem;
    row-gap: 2.5rem;}
.offer-feature .clear-frame{grid-column: 1 / -1;
    max-width: 620px;}
.offer-feature h1{font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    line-height: 1.15;
    margin: 0 0 0.9rem;
    letter-spacing: -0.01em;}
.offer-feature .steady-region{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;}
.offer-feature .open-view{display: flex;
    flex-direction: column;
    gap: 1.6rem;
    border-left: 3px solid var(--field-control);
    padding-left: 1.5rem;}
.offer-feature .plain-view .top-frame{display: block;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    margin-bottom: 0.35rem;}
.offer-feature .plain-view h2{font-size: 1.05rem;
    margin: 0 0 0.35rem;
    font-weight: 600;}
.offer-feature .plain-view p{margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;}
.offer-feature .clear-area{
    background: var(--tone-extra-34, #F1EBDD);
    color: var(--line-strong, #3A3A32);
    border-radius: 14px;
    padding: 1.75rem 1.75rem 1.9rem;
    align-self: start;
  }
.offer-feature .clear-area h2{font-size: 1.15rem;
    margin: 0 0 0.6rem;}
.offer-feature .clear-area p{margin: 0 0 1.1rem;
    font-size: 0.95rem;
    line-height: 1.55;}
.offer-feature .media-grid{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    font-size: 0.95rem;}
.offer-feature .media-grid a{text-decoration: none;
    border-bottom: 1px solid rgba(92, 122, 82, 0.4);}
.offer-feature .media-grid a:hover{border-bottom-color: var(--field-control);}
.offer-feature .offer-proof{grid-column: 1 / -1;
    margin: 0;
    font-size: 0.92rem;
    border-top: 1px solid var(--tone-light, #E2DAC9);
    padding-top: 1.4rem;}
.offer-feature .offer-proof a{text-decoration: none;
    border-bottom: 1px solid rgba(194, 112, 63, 0.45);}
.offer-feature .offer-proof a:hover{border-bottom-color: var(--state-local);}
@media (max-width: 780px) {.offer-feature{
      padding: 3rem 1.1rem 3.5rem;
    }.offer-feature .bottom-grid{
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 2rem;
    }.offer-feature .open-view{
      padding-left: 1.1rem;
    }.offer-feature .clear-area{
      padding: 1.4rem 1.3rem 1.5rem;
    }
  }
.offer-feature{
  background: var(--tone-extra-27);
  color: var(--tone-extra-28);
}
.story{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 72px 20px 88px;
  }
.story .bottom-grid{max-width: 720px;
    margin: 0 auto;}
.story .visual-area h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 16px;}
.story .visual-area p{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 40px;
    max-width: 60ch;}
.story .strong-media{padding: 28px 0 32px;
    border-top: 1px solid var(--tone-light, #E2DAC9);
    border-bottom: 1px solid var(--tone-light, #E2DAC9);}
.story .direct-flow{
    display: inline-block;
    background: #5C7A52;
    color: #FBF8F1;
    text-decoration: none;
    padding: 14px 26px;
    border-radius: 8px;
    font-size: 1rem;
    line-height: 1.2;
  }
.story .direct-flow:hover{
    background: #4A6542;color:var(--ink-clear);}
.story .media-block{margin: 18px 0 0;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--line-strong, #3A3A32);}
.story .media-block a{color:inherit;
    text-decoration: underline;}
.story .offer-proof{margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
    font-size: 0.95rem;}
.story .offer-proof a{color: var(--ink-soft);
    text-decoration: none;
    border-bottom: 1px solid var(--surface-clear, #C2703F);
    padding-bottom: 2px;}
.story .offer-proof a:hover{color:inherit;}
@media (max-width: 560px) {.story{
      padding: 52px 18px 64px;
    }.story .visual-area h2{
      font-size: 1.55rem;
    }.story .offer-proof{
      flex-direction: column;
      gap: 14px;
    }
  }
.story{
  background: var(--ink-strong);
  color: var(--ink-soft);
}
.404{
    background: var(--ink-strong);
    color: var(--ink-soft);
    padding: 96px 24px 104px;
  }
.404 .bottom-grid{
    max-width: 720px;
    margin: 0 auto;
    display: grid;
    gap: 40px;
  }
.404 .visual-area{
    display: grid;
    gap: 18px;
  }
.404 h1{
    margin: 0;
    font-size: clamp(1.9rem, 4vw, 2.6rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
  }
.404 .media-block{
    margin: 0;
    max-width: 52ch;
    font-size: 1.02rem;
    line-height: 1.65;
    color: var(--line-strong);
  }
.404 .offer-proof{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 20px;
    padding-top: 22px;
    border-top: 1px solid var(--tone-light);
  }
.404 .visual-tile{
    display: inline-block;
    padding: 12px 22px;
    border-radius: 8px;
    background: var(--ink-cool);
    color: var(--paint-light);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.98rem;
    transition: background 0.2s ease;
  }
.404 .visual-tile:hover{
    background: var(--paint-strong);color:var(--ink-clear);}
.404 .active-intro{
    color: var(--line-strong);
    font-size: 0.9rem;
  }
.404 .simple-unit{
    color: var(--ink-secondary);
    text-decoration: none;
    font-size: 0.98rem;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
  }
.404 .simple-unit:hover{
    border-bottom-color: var(--ink-secondary);
  }
@media (max-width: 520px) {.404{
      padding: 64px 20px 72px;
    }.404 .offer-proof{
      gap: 12px 16px;
    }.404 .active-intro{
      display: none;
    }
  }
.404{
  background: var(--ink-strong);
  color: var(--ink-soft);
}
