*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Source Serif 4", sans-serif;}
a{color:inherit;}
.wide-method {
    width: 100%;
    background: #FBF6EC;
    color: #2A2114;
    border-bottom: 1px solid var(--paint-primary);
    padding: 1.5rem 0;
  }
.main-media {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 2.11rem;
    display: flex;
    align-items: center;
    gap: 0.89rem;
  }
.secondary-content {
    font-size: calc(14.6px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #2A2114;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
:root {
  --delay-fast: cubic-bezier(0.2,0.8,0.2,1);
  --tone-clear: #B4622A;
  --paint-main: #2A2114;
  --paint-accent: #3E3222;
  --tone-panel: #FFFFFF;
  --tone-base: #F1E7D3;
  --paint-primary: #E2D3B6;
}
.secondary-content:hover {
    color: #2E6E8E;
  }
.opening {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(0.89rem * 1.5);
    flex-wrap: wrap;
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 14.6px;
    color: #2A2114;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 530ms var(--delay-fast),
                border-color 530ms var(--delay-fast);
  }
.nav-list a:hover {
    color: #2E6E8E;
    border-bottom-color: #2E6E8E;
  }
.primary-service {
    flex-shrink: 0;
    margin-left: auto;
  }
.content-grid {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    background: var(--tone-clear);
    color: #FBF6EC;
    font-size: calc(14.6px * .875);
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.7rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.06);
    transition: background 530ms var(--delay-fast),
                box-shadow 530ms var(--delay-fast);
  }
.content-grid:hover{
    background: #964E1F;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);color:var(--paint-main);}
.team-headline {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    background: var(--tone-base);
    color: var(--paint-accent);
    border: 1px solid var(--paint-primary);
    border-radius: 0.37rem;
    cursor: pointer;
    margin-left: auto;
  }
.featured-team{
    display: block;
    width: 20px;
    height: 2px;
    background: var(--paint-accent);
    border-radius: 2px;
    transition: transform 530ms var(--delay-fast),
                opacity 530ms var(--delay-fast);color:var(--paint-main);}
@media (max-width: 767px) {
    .main-media {
      flex-wrap: wrap;
      align-items: center;
    }

    .team-headline {
      display: flex;
    }

    .opening {
      order: 3;
      flex-basis: 100%;
      width: 100%;
      max-height: 0;
      overflow: hidden;
      transition: max-height 530ms var(--delay-fast);
    }

    .opening.is-open {
      max-height: 24rem;
    }

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

    .nav-list li {
      width: 100%;
    }

    .nav-list a {
      display: block;
      padding: 0.7rem 0.2rem;
      border-bottom: 1px solid var(--paint-primary);
    }

    .primary-service {
      order: 2;
      margin-left: 0;
      margin-right: calc(0.89rem * 1.5);
    }

    .content-grid {
      padding: 0.5rem 0.9rem;
    }
  }
.fresh-body{padding:calc(1.5rem * 2.4) 2.11rem;font-family:"Source Serif 4", sans-serif;font-size:14.6px;line-height:1.9;background:#2A2114;color:#FBF6EC;}
.compact-wrap{max-width:940px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(0.89rem * 1.5)}
.focused-region{font-size:calc(14.6px * .875);text-transform:uppercase;letter-spacing:0.08em;margin:0 0 1.5rem;font-weight:600}
.featured-tile{font-style:normal;display:flex;flex-direction:column;gap:1.5rem}
.clear-shell{display:block;font-size:14.6px}
.featured-tile a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:1px}
.featured-tile a:hover,
  .featured-tile a:focus-visible{border-bottom-color:#2E6E8E;color:inherit}
.content-method{display:flex;flex-direction:column;gap:1.5rem}
.strong-benefit{margin:0;font-size:calc(14.6px * 1.125);font-weight:700;letter-spacing:0.02em}
.offer-method{margin:0;font-size:calc(14.6px * .875);max-width:32ch;opacity:0.85}
.team-story,
  .main-steps{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:0.89rem}
.team-story a,
  .main-steps a{color:inherit;text-decoration:none;font-size:14.6px;border-bottom:1px solid transparent;padding-bottom:1px}
.team-story a:hover,
  .team-story a:focus-visible,
  .main-steps a:hover,
  .main-steps a:focus-visible{border-bottom-color:#2E6E8E;color:inherit}
.narrow-service{display:flex;flex-direction:column;gap:1.5rem;border-top:1px solid currentColor;padding-top:calc(0.89rem * 1.5)}
.steady-track{margin:0;font-size:calc(14.6px * .875);max-width:70ch;opacity:0.85}
.soft-benefit{margin:0;font-size:calc(14.6px * .875);opacity:0.75}
@media (min-width: 768px) {.compact-wrap{grid-template-columns:1.2fr 1fr;grid-template-areas:"contact brand"
        "nav nav"
        "legal legal"}.featured-proof{grid-area:contact}.content-method{grid-area:brand}.narrow-nav{grid-area:nav}.narrow-service{grid-area:legal}
  }
@media (min-width: 1024px) {.compact-wrap{grid-template-columns:1.2fr 1fr 1fr;grid-template-areas:"contact brand nav"
        "legal legal legal";gap:2.11rem}
  }
.cookies {
    position: fixed;
    left: calc(0.89rem * 1.5);
    bottom: calc(0.89rem * 1.5);
    z-index: 9999;
    width: min(22rem, calc(100vw - calc(0.89rem * 1.5) * 2));
    background: var(--tone-panel);
    color: var(--paint-main);
    border: 1px solid var(--paint-primary);
    border-radius: 1rem;
    box-shadow: 0 12px 24px rgba(0,0,0,0.1);
    padding: calc(1.5rem * .75);
    font-family: "Source Serif 4", sans-serif;
    font-size: calc(14.6px * .875);
    line-height: 1.9;
    box-sizing: border-box;
  }
.cookies .plain-figure{margin: 0 0 1.5rem;
    font-size: 14.6px;
    font-weight: 600;
    line-height: 1.3;}
.cookies .narrow-surface{margin: 0 0 1.5rem;
    font-size: calc(14.6px * .875);}
.cookies .text-visual{display: flex;
    flex-wrap: wrap;
    gap: 0.89rem;}
.cookies .main-figure {
    flex: 1 1 auto;
    min-width: 6rem;
    padding: 0.5rem 0.9rem;
    font-family: inherit;
    font-size: calc(14.6px * .875);
    line-height: 1.2;
    border-radius: 0.7rem;
    border: 1px solid var(--paint-primary);
    background: transparent;
    color: var(--paint-main);
    cursor: pointer;
    transition: background 530ms var(--delay-fast), color 530ms var(--delay-fast);
  }
.cookies .main-figure:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:var(--paint-main);}
.cookies .cookie-accept {
    background: var(--tone-clear);
    color: #FBF6EC;
    border-color: var(--tone-clear);
  }
.cookies .cookie-accept:hover{
    background: #964E1F;
    border-color: #964E1F;color:var(--paint-main);}
@media (max-width: 480px) {
    .cookies {
      left: calc(0.89rem * 1.5);
      right: calc(0.89rem * 1.5);
      width: auto;
    }
  }
.quiet-header{
  background: #FBF6EC;
  color: #2A2114;
  padding: 72px 24px 64px;
}
.quiet-header .primary-method{max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;}
.quiet-header .featured-intro h1{font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  line-height: 1.15;
  margin: 0 0 18px;
  letter-spacing: -0.01em;}
.quiet-header .clear-content{font-size: 1.08rem;
  line-height: 1.6;
  margin: 0 0 14px;
  max-width: 54ch;}
.quiet-header .text-shell{font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 26px;
  max-width: 54ch;
  color: var(--paint-accent);}
.quiet-header .text-visual{display: flex;
  flex-wrap: wrap;
  gap: 12px;}
.quiet-header .content-track,
.quiet-header .strong-group{display: inline-block;
  padding: 12px 22px;
  border-radius: 6px;
  font-size: 0.98rem;
  text-decoration: none;
  line-height: 1.2;}
.quiet-header .content-track{
  background: var(--tone-clear);
  color: #FBF6EC;
}
.quiet-header .content-track:hover{
  background: #964E1F;color:var(--paint-main);}
.quiet-header .strong-group{
  background: transparent;
  color: #2E6E8E;
  border: 1px solid #2E6E8E;
}
.quiet-header .strong-group:hover{
  background: #2E6E8E;
  color: #FBF6EC;
}
.quiet-header .steady-list{
  background: var(--tone-base);
  color: var(--paint-accent);
  padding: 26px 24px;
  border-radius: 8px;
  border: 1px solid var(--paint-primary);
}
.quiet-header .wide-inner{margin: 0 0 14px;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--paint-accent);}
.quiet-header .steady-list ul{list-style: none;
  margin: 0;
  padding: 0;}
.quiet-header .steady-list li{font-size: 0.98rem;
  line-height: 1.5;
  padding: 10px 0;
  border-top: 1px solid var(--paint-primary);}
.quiet-header .steady-list li:first-child{border-top: none;
  padding-top: 0;}
@media (max-width: 820px) {.quiet-header{
    padding: 56px 20px 48px;
  }.quiet-header .primary-method{
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.quiet-header{
  background: #FBF6EC;
  color: #2A2114;
}
.fresh-unit{
    background: #FBF6EC;
    color: #2A2114;
    padding: 56px 20px 64px;
  }
.fresh-unit .primary-method{max-width: 920px;
    margin: 0 auto;}
.fresh-unit .narrow-callout{max-width: 640px;
    margin-bottom: 40px;}
.fresh-unit h1{font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.fresh-unit .featured-intro{margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;}
.fresh-unit .text-intro{display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 32px 0;
    border-top: 1px solid var(--paint-primary, #E2D3B6);
    border-bottom: 1px solid var(--paint-primary, #E2D3B6);}
.fresh-unit .steady-actions{flex: 1 1 380px;
    min-width: 280px;}
.fresh-unit .service-rail{flex: 1 1 260px;
    min-width: 240px;
    padding-left: 32px;
    border-left: 1px solid var(--paint-primary, #E2D3B6);}
.fresh-unit h2{font-size: 1.15rem;
    margin: 0 0 18px;
    font-weight: 600;}
.fresh-unit dl{margin: 0;}
.fresh-unit .text-headline{display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px dashed var(--paint-primary, #E2D3B6);}
.fresh-unit .text-headline:last-child{border-bottom: none;}
.fresh-unit dt{font-size: 0.92rem;}
.fresh-unit dd{margin: 0;
    text-align: right;
    font-size: 0.95rem;}
.fresh-unit .text-shell{margin: 18px 0 0;
    font-size: 0.9rem;
    line-height: 1.55;}
.fresh-unit .top-unit{margin: 0 0 16px;
    font-size: 0.98rem;
    line-height: 1.55;}
.fresh-unit .bottom-team{list-style: none;
    margin: 0;
    padding: 0;}
.fresh-unit .bottom-team li{position: relative;
    padding: 8px 0 8px 16px;
    font-size: 0.9rem;
    line-height: 1.5;}
.fresh-unit .bottom-team li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 6px;
    height: 6px;
    background: #B4622A;
    border-radius: 50%;color:#FBF6EC;}
.fresh-unit .text-visual{margin-top: 36px;}
.fresh-unit .media-rail{display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;}
.fresh-unit .media-rail a{text-decoration: none;
    font-size: 0.98rem;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    transition: border-color 0.2s ease;}
.fresh-unit .media-rail a:hover,
  .fresh-unit .media-rail a:focus{border-bottom-color: var(--paint-inverse, #2E6E8E);}
@media (max-width: 640px) {.fresh-unit{
      padding: 40px 18px 48px;
    }.fresh-unit h1{
      font-size: 1.6rem;
    }.fresh-unit .service-rail{
      padding-left: 0;
      border-left: none;
      padding-top: 28px;
      border-top: 1px solid var(--paint-primary, #E2D3B6);
    }.fresh-unit .text-headline{
      flex-direction: column;
      gap: 4px;
    }.fresh-unit dd{
      text-align: left;
    }
  }
.fresh-unit{
  background: #2A2114;
  color: #FBF6EC;
}
.featured-links{
    background: #FBF6EC;
    color: #2A2114;
    padding: 4.5rem 1.5rem;
  }
.featured-links .primary-method{max-width: 1080px;
    margin: 0 auto;}
.featured-links .featured-intro{display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: end;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e2d3b6;}
.featured-links h2{margin: 0;
    font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.2;
    letter-spacing: -0.01em;}
.featured-links .narrow-callout{margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #3e3222;}
.featured-links .service-region{display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem;
    margin-top: 2.5rem;}
.featured-links .strong-lead{padding-left: 1.25rem;
    border-left: 2px solid #b4622a;}
.featured-links .strong-lead:nth-child(2){border-left-color: #2e6e8e;}
.featured-links .strong-lead:nth-child(3){border-left-color: #c97b3e;}
.featured-links .strong-lead h3{margin: 0 0 0.6rem;
    font-size: 1.05rem;
    letter-spacing: 0.01em;}
.featured-links .strong-lead p{margin: 0 0 0.75rem;
    font-size: 0.95rem;
    line-height: 1.6;}
.featured-links .strong-lead .service-rail{margin: 0;
    font-size: 0.85rem;
    color: #6b5c44;}
.featured-links .text-shell{margin: 2.75rem 0 0;
    padding-top: 1.5rem;
    border-top: 1px solid #e2d3b6;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #3e3222;}
.featured-links .text-shell a{color: #2e6e8e;
    text-decoration: underline;
    text-underline-offset: 2px;}
.featured-links .text-shell a:hover{color: #245a76;}
@media (max-width: 820px) {.featured-links .featured-intro{
      grid-template-columns: 1fr;
      align-items: start;
    }.featured-links .service-region{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }
  }
.featured-links{
  background: #FBF6EC;
  color: #2A2114;
}
.visual-details{
    background: #FBF6EC;
    color: #2A2114;
    padding: 4.5rem 1.5rem;
  }
.visual-details .primary-method{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 3rem 4rem;
    align-items: start;}
.visual-details .featured-intro h2{margin: 0 0 1rem;
    font-size: 1.65rem;
    line-height: 1.25;
    letter-spacing: -0.01em;}
.visual-details .featured-intro p{margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 34ch;}
.visual-details .view{display: flex;
    flex-direction: column;
    gap: 1.75rem;}
.visual-details .text-shell{padding-left: 1.25rem;
    border-left: 2px solid #B4622A;}
.visual-details .text-shell h3{margin: 0 0 0.4rem;
    font-size: 1.05rem;
    line-height: 1.3;}
.visual-details .text-shell p{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 52ch;}
.visual-details .contact-service{grid-column: 1 / -1;
    margin: 0;
    padding-top: 1.5rem;
    border-top: 1px solid var(--paint-primary, #E2D3B6);
    font-size: 0.95rem;
    line-height: 1.6;}
.visual-details .contact-service a{text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 780px) {.visual-details{
      padding: 3rem 1.25rem;
    }.visual-details .primary-method{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.visual-details .featured-intro p{
      max-width: none;
    }
  }
.visual-details{
  background: #2A2114;
  color: #FBF6EC;
}
.local-form{
    --font-quiet: #E2D3B6;
    background: #FBF6EC;
    color: #2A2114;
    padding: 72px 20px 80px;
  }
.local-form .primary-method{max-width: 780px;
    margin: 0 auto;}
.local-form h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.local-form .featured-intro{margin: 0 0 40px;
    max-width: 62ch;
    font-size: 1.02rem;
    line-height: 1.65;
    color: var(--paint-accent);}
.local-form .hero{display: flex;
    flex-direction: column;}
.local-form .strong-lead{padding: 22px 0;
    border-top: 1px solid var(--font-quiet);}
.local-form .strong-lead:last-child{border-bottom: 1px solid var(--font-quiet);}
.local-form .strong-lead h3{font-size: 1.08rem;
    line-height: 1.35;
    margin: 0 0 8px;
    font-weight: 600;}
.local-form .strong-lead p{margin: 0;
    max-width: 68ch;
    font-size: 0.98rem;
    line-height: 1.7;
    color: var(--paint-accent);}
.local-form .text-shell{margin: 32px 0 0;
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--paint-accent);}
@media (max-width: 560px) {.local-form{
      padding: 52px 16px 60px;
    }.local-form h2{
      font-size: 1.55rem;
    }.local-form .featured-intro{
      margin-bottom: 30px;
    }.local-form .strong-lead{
      padding: 18px 0;
    }
  }
.local-form{
  background: #FBF6EC;
  color: #2A2114;
}
.open-frame{
    --layer-soft: #E2D3B6;
    --paint-card: #F1E7D3;
    background: #FBF6EC;
    color: #2A2114;
    padding: 4.5rem 1.25rem 5rem;
  }
.open-frame .primary-method{max-width: 760px;
    margin: 0 auto;}
.open-frame .featured-intro{display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 1.5rem 2.5rem;
    align-items: baseline;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--layer-soft);}
.open-frame .featured-intro h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0;
    font-weight: 600;}
.open-frame .narrow-callout{margin: 0;
    font-size: 1rem;
    line-height: 1.6;}
.open-frame .offer-story{list-style: none;
    margin: 0;
    padding: 0;}
.open-frame .strong-lead{display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 1.75rem;
    padding: 1.75rem 0;
    border-bottom: 1px solid var(--layer-soft);}
.open-frame .fresh-panel{display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.3;}
.open-frame .fresh-panel time{font-variant-numeric: tabular-nums;
    letter-spacing: 0.01em;}
.open-frame .bottom-actions{
    align-self: flex-start;
    background: var(--paint-card);
    color: #3E3222;
    padding: 0.2rem 0.55rem;
    border-radius: 3px;
    font-size: 0.75rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }
.open-frame .direct-brand h3{font-size: 1.15rem;
    margin: 0 0 0.5rem;
    font-weight: 600;
    line-height: 1.3;}
.open-frame .direct-brand p{margin: 0 0 0.6rem;
    font-size: 0.98rem;
    line-height: 1.6;}
.open-frame .direct-brand .bottom-team{margin: 0;
    font-size: 0.85rem;
    color: #6b5c44;
    letter-spacing: 0.01em;}
.open-frame .contact-service{margin: 2.25rem 0 0;
    font-size: 0.98rem;
    line-height: 1.65;
    max-width: 60ch;}
.open-frame .contact-service a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 640px) {.open-frame{
      padding: 3rem 1rem 3.5rem;
    }.open-frame .featured-intro{
      grid-template-columns: 1fr;
      gap: 0.9rem;
    }.open-frame .strong-lead{
      grid-template-columns: 1fr;
      gap: 0.75rem;
    }.open-frame .fresh-panel{
      flex-direction: row;
      align-items: center;
      gap: 0.75rem;
    }
  }
.open-frame{
  background: #FBF6EC;
  color: #2A2114;
}
.media-actions{
    background: #FBF6EC;
    color: #2A2114;
    padding: 4.5rem 1.25rem;
  }
.media-actions .primary-method{max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    gap: 3rem 3.5rem;
    align-items: start;}
.media-actions .featured-intro h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.2;
    margin: 0 0 1rem;}
.media-actions .featured-intro p{margin: 0;
    line-height: 1.65;}
.media-actions .page{display: flex;
    flex-direction: column;
    gap: 1.75rem;
    border-left: 1px solid var(--paint-primary, #E2D3B6);
    padding-left: 2.25rem;}
.media-actions .content-menu h3{font-size: 1.05rem;
    margin: 0 0 0.4rem;
    letter-spacing: 0.01em;}
.media-actions .content-menu p{margin: 0 0 0.5rem;
    line-height: 1.6;}
.media-actions .content-menu .compact-tile{font-weight: 600;}
.media-actions .content-menu .compact-tile a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.media-actions .content-menu .compact-tile a:hover{}
.media-actions .content-menu .local-story{font-size: 0.9rem;
    margin: 0;}
.media-actions .open-section{grid-column: 1 / -1;
    margin: 0;
    padding-top: 1.5rem;
    border-top: 1px solid var(--paint-primary, #E2D3B6);
    line-height: 1.6;}
.media-actions .open-section a{text-decoration: none;
    border-bottom: 1px solid currentColor;}
.media-actions .open-section a:hover{}
@media (max-width: 760px) {.media-actions{
      padding: 3rem 1.1rem;
    }.media-actions .primary-method{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.media-actions .page{
      border-left: none;
      border-top: 1px solid var(--paint-primary, #E2D3B6);
      padding-left: 0;
      padding-top: 1.75rem;
    }
  }
.media-actions{
  background: #2A2114;
  color: #FBF6EC;
}
.soft-stack{
    background: #FBF6EC;
    color: #2A2114;
    padding: 4.5rem 1.5rem 5rem;
  }
.soft-stack .primary-method{max-width: 1080px;
    margin: 0 auto;}
.soft-stack .narrow-callout{max-width: 640px;
    margin-bottom: 3rem;}
.soft-stack h1{font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 0.9rem;
    letter-spacing: -0.01em;}
.soft-stack .featured-intro{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.soft-stack .service-region{display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    border-top: 1px solid var(--paint-primary, #E2D3B6);
    padding-top: 2.5rem;}
.soft-stack .narrow-steps h2{font-size: 1.2rem;
    margin: 0 0 0.7rem;
    letter-spacing: -0.005em;}
.soft-stack .narrow-steps > p{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0 0 1.6rem;}
.soft-stack .strong-proof{list-style: none;
    margin: 0;
    padding: 0;}
.soft-stack .strong-proof li{padding: 0.85rem 0;
    border-top: 1px solid var(--paint-primary, #E2D3B6);}
.soft-stack .strong-proof li:last-child{border-bottom: 1px solid var(--paint-primary, #E2D3B6);}
.soft-stack .public-nav{display: block;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.2rem;}
.soft-stack .text-list{display: block;
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--paint-accent, #3E3222);}
.soft-stack .text-shell{font-size: 0.9rem;
    line-height: 1.55;
    margin-top: 1.6rem;
    color: var(--paint-accent, #3E3222);}
.soft-stack .text-shell a{color: #2E6E8E;
    text-decoration: underline;
    text-underline-offset: 2px;}
.soft-stack .text-shell a:hover{color:inherit;}
@media (max-width: 720px) {.soft-stack{
      padding: 3rem 1.2rem 3.5rem;
    }.soft-stack .service-region{
      grid-template-columns: 1fr;
      gap: 2.4rem;
    }.soft-stack h1{
      font-size: 1.65rem;
    }
  }
.soft-stack{
  background: #FBF6EC;
  color: #2A2114;
}
.welcome{
    background: #FBF6EC;
    color: #2A2114;
    padding: 3.5rem 1.25rem 4rem;
  }
.welcome .primary-method{max-width: 68rem;
    margin: 0 auto;}
.welcome .narrow-callout{max-width: 42rem;
    margin-bottom: 2.75rem;}
.welcome .narrow-callout h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.2;
    margin: 0 0 0.9rem;
    letter-spacing: -0.01em;}
.welcome .narrow-callout p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.welcome .soft-unit{display: flex;
    flex-direction: column;}
.welcome .strong-lead{padding: 1.6rem 0 1.7rem;
    border-top: 1px solid var(--paint-primary, #E2D3B6);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.55rem;}
.welcome .strong-lead:last-of-type{border-bottom: 1px solid var(--paint-primary, #E2D3B6);}
.welcome .page-service{margin: 0;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;}
.welcome .strong-lead h3{margin: 0;
    font-size: 1.2rem;
    line-height: 1.35;}
.welcome .strong-lead h3 a{color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.15s ease;}
.welcome .strong-lead h3 a:hover{border-bottom-color: #B4622A;}
.welcome .plain-details{margin: 0;
    font-size: 0.98rem;
    line-height: 1.5;}
.welcome .strong-lead p:not(.page-service):not(.plain-details){margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.welcome .contact-service{margin: 2.25rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.welcome .contact-service a{text-decoration: underline;
    text-underline-offset: 3px;}
@media (min-width: 720px) {.welcome .strong-lead{
      grid-template-columns: 14rem minmax(0, 1fr);
      column-gap: 2rem;
      align-items: baseline;
    }.welcome .page-service{
      grid-column: 1;
      grid-row: 1 / span 3;
      padding-top: 0.2rem;
    }.welcome .strong-lead h3,
    .welcome .plain-details,
    .welcome .strong-lead p:not(.page-service):not(.plain-details){
      grid-column: 2;
    }
  }
.welcome{
  background: #2A2114;
  color: #FBF6EC;
}
.wide-steps{
    background: #FBF6EC;
    color: #2A2114;
    padding: 4.5rem 1.5rem 5rem;
  }
.wide-steps .primary-method{max-width: 720px;
    margin: 0 auto;}
.wide-steps h1{font-size: clamp(1.75rem, 3.2vw, 2.4rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.wide-steps .featured-intro{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 2.5rem;
    max-width: 60ch;}
.wide-steps .hero{border-top: 1px solid var(--paint-primary, #E2D3B6);}
.wide-steps .text-headline{padding: 1.4rem 0;
    border-bottom: 1px solid var(--paint-primary, #E2D3B6);}
.wide-steps .fresh-links{font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 0 0 0.5rem;}
.wide-steps .compact-tile{font-size: 1.05rem;
    line-height: 1.55;
    margin: 0;}
.wide-steps .compact-tile a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.wide-steps .compact-tile a:hover{}
.wide-steps .text-shell{font-size: 0.92rem;
    line-height: 1.6;
    margin: 0.6rem 0 0;
    max-width: 58ch;}
.wide-steps .contact-service{margin: 2.5rem 0 0;
    font-size: 1rem;
    line-height: 1.65;
    max-width: 58ch;}
@media (max-width: 560px) {.wide-steps{
      padding: 3rem 1.1rem 3.5rem;
    }.wide-steps .text-headline{
      padding: 1.1rem 0;
    }
  }
.wide-steps{
  background: #2A2114;
  color: #FBF6EC;
}
.text-section{
    --label-body: #E2D3B6;
    --field-local: #F1E7D3;
    background: #FBF6EC;
    color: #2A2114;
    padding: 64px 20px 72px;
  }
.text-section .primary-method{max-width: 980px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: 40px 48px;
    align-items: start;}
.text-section .narrow-callout{grid-column: 1 / -1;
    max-width: 640px;}
.text-section h1{font-size: clamp(1.7rem, 3vw, 2.3rem);
    line-height: 1.2;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.text-section .featured-intro{margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;
    color: #3E3222;}
.text-section .active-method{
    background: var(--tone-panel);
    color: var(--paint-main);
    border: 1px solid var(--label-body);
    border-radius: 10px;
    padding: 28px 26px 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
.text-section .text-headline{display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;}
.text-section .secondary-panel{display: flex;
    flex-direction: column;
    gap: 6px;}
.text-section .secondary-panel.wide{grid-column: 1 / -1;}
.text-section label{font-size: 0.86rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #6B5B42;}
.text-section input,
  .text-section select,
  .text-section textarea{
    font: inherit;
    color: var(--paint-main);
    background: #FBF6EC;
    border: 1px solid var(--label-body);
    border-radius: 6px;
    padding: 10px 12px;
    width: 100%;
    box-sizing: border-box;
  }
.text-section input:focus,
  .text-section select:focus,
  .text-section textarea:focus{outline: 2px solid #2E6E8E;
    outline-offset: 1px;
    border-color: #2E6E8E;}
.text-section textarea{resize: vertical;
    min-height: 110px;}
.text-section .focused-plan{display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 4px;}
.text-section button{
    font: inherit;
    align-self: flex-start;
    background: var(--tone-clear);
    color: #FBF6EC;
    border: none;
    border-radius: 6px;
    padding: 12px 22px;
    cursor: pointer;
    letter-spacing: 0.01em;
  }
.text-section button:hover{
    background: #964E1F;
  }
.text-section .text-shell{margin: 0;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #6B5B42;}
.text-section .site-details{
    background: var(--field-local);
    color: var(--paint-accent);
    border-radius: 10px;
    padding: 24px 22px;
  }
.text-section .site-details h2{font-size: 1.05rem;
    margin: 0 0 10px;
    letter-spacing: 0.01em;}
.text-section .site-details p{margin: 0 0 14px;
    font-size: 0.94rem;
    line-height: 1.55;}
.text-section .site-details ul{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 0.94rem;
    line-height: 1.5;}
.text-section .site-details a{color: #2E6E8E;
    text-decoration: none;
    border-bottom: 1px solid rgba(46, 110, 142, 0.35);}
.text-section .site-details a:hover{border-bottom-color: #2E6E8E;}
@media (max-width: 820px) {.text-section .primary-method{
      grid-template-columns: 1fr;
      gap: 28px;
    }.text-section .text-headline{
      grid-template-columns: 1fr;
    }.text-section .active-method{
      padding: 22px 18px 20px;
    }
  }
.text-section{
  background: #FBF6EC;
  color: #2A2114;
}
.direct-panel{
    background: #FBF6EC;
    color: #2A2114;
    padding: 4.5rem 1.5rem 5rem;
  }
.direct-panel .primary-method{max-width: 760px;
    margin: 0 auto;}
.direct-panel .fresh-items{margin-bottom: 2.75rem;}
.direct-panel h2{font-size: 2rem;
    line-height: 1.15;
    margin: 0 0 0.75rem;
    letter-spacing: -0.01em;}
.direct-panel .featured-intro{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
    max-width: 56ch;}
.direct-panel .soft-unit{display: flex;
    flex-direction: column;
    gap: 2rem;}
.direct-panel .strong-lead{padding-top: 1.75rem;
    border-top: 1px solid var(--paint-primary);}
.direct-panel .strong-lead:first-child{border-top: none;
    padding-top: 0;}
.direct-panel .strong-lead h3{font-size: 1.15rem;
    line-height: 1.3;
    margin: 0 0 0.6rem;}
.direct-panel .strong-lead p{font-size: 1rem;
    line-height: 1.7;
    margin: 0;
    max-width: 62ch;}
.direct-panel a{text-decoration: underline;
    text-underline-offset: 3px;}
.direct-panel a:hover{}
@media (max-width: 600px) {.direct-panel{
      padding: 3rem 1.1rem 3.5rem;
    }.direct-panel h2{
      font-size: 1.6rem;
    }.direct-panel .soft-unit{
      gap: 1.6rem;
    }
  }
.direct-panel{
  background: #2A2114;
  color: #FBF6EC;
}
.secondary-region{
    background: #FBF6EC;
    color: #2A2114;
    padding: 4.5rem 1.25rem 5rem;
  }
.secondary-region .primary-method{max-width: 760px;
    margin: 0 auto;}
.secondary-region .narrow-callout{border-bottom: 1px solid var(--paint-primary, #E2D3B6);
    padding-bottom: 1.75rem;
    margin-bottom: 2.5rem;}
.secondary-region h2{margin: 0 0 0.9rem;
    font-size: 1.85rem;
    line-height: 1.25;
    letter-spacing: -0.01em;}
.secondary-region .featured-intro{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;
    max-width: 60ch;}
.secondary-region .hero{display: flex;
    flex-direction: column;}
.secondary-region .strong-lead{padding: 1.5rem 0;
    border-bottom: 1px solid var(--paint-primary, #E2D3B6);}
.secondary-region .strong-lead:last-child{border-bottom: none;
    padding-bottom: 0;}
.secondary-region .strong-lead h3{margin: 0 0 0.6rem;
    font-size: 1.15rem;
    line-height: 1.35;}
.secondary-region .strong-lead p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    max-width: 68ch;}
.secondary-region a{color: #2E6E8E;
    text-decoration: underline;
    text-underline-offset: 2px;}
.secondary-region a:hover{color: #964E1F;}
@media (max-width: 560px) {.secondary-region{
      padding: 3rem 1rem 3.5rem;
    }.secondary-region h2{
      font-size: 1.5rem;
    }.secondary-region .featured-intro{
      font-size: 1rem;
    }
  }
.secondary-region{
  background: #FBF6EC;
  color: #2A2114;
}
.primary-copy{
    --line-strong: #E2D3B6;
    --ink-page: #F1E7D3;
    background: #FBF6EC;
    color: #2A2114;
    padding: 72px 24px 88px;
  }
.primary-copy .primary-method{max-width: 720px;
    margin: 0 auto;}
.primary-copy h1{font-size: clamp(1.8rem, 3.4vw, 2.4rem);
    line-height: 1.2;
    margin: 0 0 18px;
    letter-spacing: -0.01em;}
.primary-copy .featured-intro{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0 0 14px;}
.primary-copy .text-shell{font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 32px;
    opacity: 0.85;}
.primary-copy .simple-list{border-left: 3px solid #B4622A;
    padding: 4px 0 4px 18px;
    margin: 0 0 34px;}
.primary-copy .wide-flow{margin: 0 0 8px;
    font-size: 0.98rem;
    line-height: 1.55;}
.primary-copy .wide-flow:last-child{margin-bottom: 0;}
.primary-copy .simple-list a{text-decoration: underline;
    text-underline-offset: 3px;}
.primary-copy .simple-list a:hover{}
.primary-copy .media-rail{display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    align-items: center;}
.primary-copy .content-steps{
    display: inline-block;
    background: #B4622A;
    color: #FBF6EC;
    padding: 12px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.98rem;
  }
.primary-copy .content-steps:hover{
    background: #964E1F;
  }
.primary-copy .narrow-details{text-decoration: underline;
    text-underline-offset: 3px;
    font-size: 0.98rem;}
.primary-copy .narrow-details:hover{}
@media (max-width: 560px) {.primary-copy{
      padding: 52px 18px 64px;
    }.primary-copy .media-rail{
      flex-direction: column;
      align-items: flex-start;
    }
  }
.primary-copy{
  background: #2A2114;
  color: #FBF6EC;
}
.404{
    background: #FBF6EC;
    color: #2A2114;
    padding: 96px 24px 104px;
  }
.404 .primary-method{
    max-width: 620px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
.404 .quiet-benefit{
    margin: 0;
    font-size: 0.85rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
.404 h1{
    margin: 0;
    font-size: clamp(1.75rem, 3.4vw, 2.4rem);
    line-height: 1.18;
    font-weight: 600;
  }
.404 .featured-intro{
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;
  }
.404 .text-shell{
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;
    padding: 14px 18px;
    background: var(--tone-base, #F1E7D3);
    color: var(--paint-accent, #3E3222);
    border-left: 3px solid var(--paint-inverse, #2E6E8E);
    border-radius: 4px;
  }
.404 .open-unit{
    margin-top: 6px;
    display: inline-block;
    padding: 12px 22px;
    background: #B4622A;
    color: #FBF6EC;
    text-decoration: none;
    border-radius: 6px;
    font-size: 0.98rem;
    transition: background 0.18s ease;
  }
.404 .open-unit:hover,
  .404 .open-unit:focus-visible{
    background: #964E1F;color:var(--paint-main);}
@media (max-width: 560px) {.404{
      padding: 64px 20px 72px;
    }
  }
.404{
  background: #2A2114;
  color: #FBF6EC;
}
