:root {
  --speed-nav: cubic-bezier(0.4,0,0.2,1);
  --tone-main: #3a3e28;
  --surface-light: #5b6b3a;
  --surface-main: #2b2e1f;
  --tone-accent: #ffffff;
}
body{margin:0;padding:0;font-family:"Lora", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.content-header {
    width: 100%;
    background: #fbf7ec;
    color: #2b2e1f;
    border-bottom: 1px solid #e3dcc6;
  }
.text-intro {
    max-width: 840px;
    margin: 0 auto;
    padding: 1.5rem 1.19rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.71rem;
  }
.compact-nav {
    font-size: calc(15.1px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
  }
.compact-nav:hover {
    color: #e08a5f;
  }
.site-quote {
    display: block;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.71rem;
  }
.nav-link {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 15.1px;
    color: inherit;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 360ms var(--speed-nav),
                border-color 360ms var(--speed-nav);
  }
.nav-link:hover {
    color: #e08a5f;
    border-bottom-color: #e08a5f;
  }
.nav-link.is-active {
    border-bottom-color: #2b2e1f;
    font-weight: 600;
  }
.top-region{
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: 1px solid #e3dcc6;
    border-radius: 0.25rem;
    cursor: pointer;color:var(--surface-main);}
.top-region:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:var(--surface-main);}
.direct-callout{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: #2b2e1f;
    border-radius: 2px;color:var(--surface-main);}
@media (max-width: 767px) {
    .text-intro {
      flex-wrap: wrap;
      align-items: center;
    }

    .top-region {
      display: flex;
    }

    .site-quote {
      display: none;
      width: 100%;
      order: 3;
      margin-top: calc(0.71rem * 1.5);
      border-top: 1px solid #e3dcc6;
      padding-top: calc(0.71rem * 1.5);
    }

    .site-quote.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
    }

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

    .nav-link {
      display: block;
      width: 100%;
      padding: 0.75rem 0;
      border-bottom: 1px solid #e3dcc6;
    }

    .nav-link.is-active {
      border-bottom-color: #2b2e1f;
    }
  }
.strong-intro{font-family:"Lora", sans-serif;font-size:15.1px;line-height:1.64;padding:calc(1.5rem * 2.4) 1.19rem;margin-top:calc(1.5rem * 2.4);background:#2b2e1f;color:#fbf7ec;}
.plain-frame{max-width:840px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.71rem * 1.5)}
.media-team{display:grid;grid-template-columns:1.1fr 1fr;gap:0.71rem;padding:calc(1.5rem * .75);border:1px solid rgba(255, 255, 255, 0.18);border-radius:0.56rem;background:rgba(255, 255, 255, 0.04)}
.bottom-header{font-size:calc(15.1px * 1.35);line-height:1.25;margin:0 0 1.5rem;font-weight:600;letter-spacing:-0.01em}
.contact-grid{margin:0;font-size:15.1px;opacity:0.85;max-width:46ch}
.visual-actions{display:flex;flex-direction:column;gap:1.5rem;align-self:center}
.site-flow{font-size:calc(15.1px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.75}
.primary-entries{display:flex;gap:1.19rem;flex-wrap:wrap}
.focused-grid{flex:1 1 200px;min-width:0;padding:0.75rem 1rem;border-radius:0.4rem;border:1px solid rgba(255, 255, 255, 0.25);background:rgba(0, 0, 0, 0.18);color:inherit;font-family:inherit;font-size:15.1px;outline:none}
.focused-grid::placeholder{}
.focused-grid:focus{border-color:#e08a5f;box-shadow:0 0 0 3px rgba(255, 255, 255, 0.12)}
.featured-feature{padding:0.75rem 1.25rem;border-radius:0.4rem;border:1px solid transparent;background:#e08a5f;color:#3d2415;font-family:inherit;font-size:15.1px;font-weight:600;cursor:pointer;transition:background 360ms var(--speed-nav)}
.featured-feature:hover{background:#c96f42;color:var(--surface-main);}
.secondary-section{margin:0;font-size:calc(15.1px * .875);opacity:0.7}
.primary-actions{display:grid;grid-template-columns:1.2fr 1fr 1.2fr;gap:0.71rem;padding-top:calc(0.71rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.14)}
.quiet-contact{font-size:calc(15.1px * 1.125);font-weight:700;letter-spacing:-0.01em;margin:0 0 1.5rem}
.open-section{margin:0;font-size:calc(15.1px * .875);opacity:0.8;max-width:40ch}
.quiet-quote{font-size:calc(15.1px * .875);letter-spacing:0.08em;text-transform:uppercase;margin:0 0 1.5rem;font-weight:600;opacity:0.75}
.offer-view,
  .visual-footer,
  .page-wrap{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}
.offer-view a,
  .media-list,
  .page-wrap a{color:inherit;text-decoration:none;font-size:15.1px;border-bottom:1px solid transparent;transition:border-color 360ms var(--speed-nav)}
.offer-view a:hover,
  .media-list:hover,
  .page-wrap a:hover{border-bottom-color:currentColor;color:inherit}
.visual-footer li{display:flex;flex-direction:column;gap:0.25rem}
.simple-surface{font-size:calc(15.1px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.65}
.plain-nav{font-size:15.1px}
.top-tile{padding-top:calc(0.71rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.14)}
.page-wrap{flex-direction:row;flex-wrap:wrap;gap:1.19rem}
.page-group{padding:calc(1.5rem * .75);border-radius:0.4rem;background:rgba(0, 0, 0, 0.2);border:1px solid rgba(255, 255, 255, 0.1)}
.page-group p{margin:0;font-size:calc(15.1px * .875);line-height:1.6;opacity:0.85}
.image{padding-top:1.5rem;border-top:1px solid rgba(255, 255, 255, 0.14)}
.simple-feature{margin:0;font-size:calc(15.1px * .875);opacity:0.7}
@media (max-width: 900px) {.media-team{grid-template-columns:1fr}.primary-actions{grid-template-columns:1fr 1fr}
  }
@media (max-width: 600px) {.strong-intro{padding:calc(0.71rem * 1.5) 1.19rem;background:#2b2e1f;color:#fbf7ec;}.primary-actions{grid-template-columns:1fr}.primary-entries{flex-direction:column}.featured-feature{width:100%}
  }
.cookies {
  position: fixed;
  left: calc(0.71rem * 1.5);
  bottom: calc(0.71rem * 1.5);
  z-index: 9999;
  width: 100%;
  max-width: 440px;
  box-sizing: border-box;
  background: var(--tone-accent, #ffffff);
  color: var(--surface-main, #1a1a1a);
  border: 1px solid var(--line-page, rgba(0,0,0,0.12));
  border-radius: 0.4rem;
  box-shadow: var(--lift-strong, 0 6px 20px rgba(0,0,0,0.12));
  padding: calc(1.5rem * .75);
  font-family: "Lora", sans-serif;
  font-size: calc(15.1px * .875);
  line-height: 1.64;
}
.cookies .secondary-view{margin: 0 0 6px;
  font-size: 15.1px;
  font-weight: 600;}
.cookies .main-group{margin: 0 0 calc(0.71rem * 1.5);
  color: var(--tone-main, #555555);}
.cookies .active-actions{display: flex;
  flex-wrap: wrap;
  gap: 0.71rem;}
.cookies .local-entries {
  flex: 1 1 auto;
  min-width: 96px;
  padding: 8px 12px;
  border-radius: 0.25rem;
  border: 1px solid var(--line-page, rgba(0,0,0,0.15));
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.cookies .local-entries:hover{
  background: var(--ink-inverse, rgba(0,0,0,0.05));color:var(--surface-main);}
.cookies .cookie-accept {
  background: var(--surface-light, #1a1a1a);
  color: #fbf7ec;
  border-color: var(--surface-light, #1a1a1a);
}
.cookies .cookie-accept:hover{
  background: #4c5a30;color:var(--surface-main);}
@media (max-width: 480px) {
  .cookies {
    left: 8px;
    right: 8px;
    bottom: 8px;
    max-width: none;
  }
}
.top-figure{
    background: var(--paint-base, linear-gradient(135deg, #fbf7ec 0%, #f2ecdb 55%, #f6d9c4 100%));
    color: #2b2e1f;
    padding: clamp(2.5rem, 6vw, 5rem) clamp(1.25rem, 5vw, 4rem);
  }
.top-figure .public-actions{max-width: 62rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr);
    gap: clamp(1.5rem, 4vw, 3.5rem);
    align-items: end;}
.top-figure .plain-media h1{margin: 0 0 1.1rem;
    font-size: clamp(1.9rem, 3.4vw, 2.9rem);
    line-height: 1.15;
    letter-spacing: -0.01em;}
.top-figure .open-flow{margin: 0 0 1rem;
    font-size: clamp(1rem, 1.15vw, 1.1rem);
    line-height: 1.65;
    max-width: 44rem;}
.top-figure .service-track{margin: 0;
    font-size: 0.97rem;
    line-height: 1.6;
    max-width: 40rem;
    padding-left: 0.9rem;
    border-left: 3px solid #5b6b3a;}
.top-figure .fresh-grid{padding-bottom: 0.35rem;}
.top-figure .open-entries{
    display: inline-block;
    background: #5b6b3a;
    color: #fbf7ec;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.2;
    padding: 0.85rem 1.4rem;
    border-radius: 6px;
    border-bottom: 3px solid var(--paint-secondary, #e08a5f);
    transition: background-color 0.2s ease;
  }
.top-figure .open-entries:hover{
    background: #4c5a30;color:var(--surface-main);}
@media (max-width: 760px) {.top-figure .public-actions{
      grid-template-columns: 1fr;
      align-items: start;
    }.top-figure .fresh-grid{
      padding-bottom: 0;
    }
  }
.top-figure{
  background: #2b2e1f;
  color: #fbf7ec;
}
.bottom-grid{
    --field-control: #e3dcc6;
    --layer-content: #f2ecdb;
    background: #fbf7ec;
    color: #2b2e1f;
    padding: 64px 20px 72px;
  }
.bottom-grid .public-actions{max-width: 880px;
    margin: 0 auto;}
.bottom-grid .open-flow{max-width: 620px;
    margin-bottom: 40px;}
.bottom-grid .open-flow h2{margin: 0 0 12px;
    font-size: 1.9rem;
    line-height: 1.2;
    letter-spacing: -0.01em;}
.bottom-grid .open-flow p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;
    opacity: 0.85;}
.bottom-grid .wide-team{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--field-control);}
.bottom-grid .focused-menu{border-bottom: 1px solid var(--field-control);
    padding: 30px 0 32px;}
.bottom-grid .strong-section{max-width: 680px;}
.bottom-grid .narrow-header{margin: 0 0 10px;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;color:inherit;}
.bottom-grid .focused-menu h3{margin: 0 0 8px;
    font-size: 1.32rem;
    line-height: 1.3;}
.bottom-grid .focused-menu h3 a{color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.bottom-grid .focused-menu h3 a:hover,
  .bottom-grid .focused-menu h3 a:focus-visible{border-bottom-color: #e08a5f;}
.bottom-grid .narrow-content{margin: 0 0 14px;
    font-size: 0.98rem;
    font-style: italic;
    opacity: 0.75;}
.bottom-grid .focused-menu p:last-child{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
    opacity: 0.9;}
@media (max-width: 600px) {.bottom-grid{
      padding: 44px 18px 52px;
    }.bottom-grid .open-flow h2{
      font-size: 1.55rem;
    }.bottom-grid .focused-menu h3{
      font-size: 1.15rem;
    }
  }
.bottom-grid{
  background: #fbf7ec;
  color: #2b2e1f;
}
.soft-footer{
    background: #fbf7ec;
    color: #2b2e1f;
    padding: 4.5rem 1.5rem 5rem;
  }
.soft-footer .public-actions{max-width: 46rem;
    margin: 0 auto;}
.soft-footer h2{font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 1.1rem;
    letter-spacing: -0.01em;}
.soft-footer .open-flow{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 2.4rem;
    max-width: 40rem;}
.soft-footer .contact-shell{display: flex;
    flex-direction: column;
    gap: 1.6rem;
    border-left: 2px solid #5b6b3a;
    padding-left: 1.5rem;}
.soft-footer .featured-intro h3{font-size: 1.08rem;
    line-height: 1.35;
    margin: 0 0 0.35rem;
    font-weight: 600;}
.soft-footer .featured-intro p{margin: 0;
    line-height: 1.6;
    font-size: 0.98rem;}
.soft-footer .soft-proof{margin: 2.6rem 0 0;
    padding-top: 1.4rem;
    border-top: 1px solid #e3dcc6;
    font-size: 0.98rem;
    line-height: 1.6;
    font-style: italic;}
@media (max-width: 560px) {.soft-footer{
      padding: 3rem 1.15rem 3.5rem;
    }.soft-footer .contact-shell{
      padding-left: 1.1rem;
      gap: 1.35rem;
    }
  }
.soft-footer{
  background: #2b2e1f;
  color: #fbf7ec;
}
.strong-steps{
    background: #fbf7ec;
    color: #2b2e1f;
    padding: 4.5rem 1.25rem;
  }
.strong-steps .public-actions{max-width: 980px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 3.5rem;
    align-items: start;}
.strong-steps .main-wrap h2{margin: 0 0 1rem;
    font-size: 1.9rem;
    line-height: 1.25;
    letter-spacing: -0.01em;}
.strong-steps .main-wrap p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 46ch;}
.strong-steps .steady-view{border-left: 2px solid #5b6b3a;
    padding-left: 1.5rem;}
.strong-steps .service-track{margin: 0 0 1rem;
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.85;}
.strong-steps .strong-frame{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;}
.strong-steps .strong-frame a{color: #2b2e1f;
    text-decoration: none;
    font-size: 1rem;
    border-bottom: 1px solid #e08a5f;
    padding-bottom: 2px;
    transition: color 0.2s ease;}
.strong-steps .strong-frame a:hover{color: #5b6b3a;}
@media (max-width: 720px) {.strong-steps{
      padding: 3rem 1.25rem;
    }.strong-steps .public-actions{
      grid-template-columns: 1fr;
      gap: 2.25rem;
    }.strong-steps .steady-view{
      border-left: none;
      border-top: 2px solid #5b6b3a;
      padding-left: 0;
      padding-top: 1.25rem;
    }
  }
.strong-steps{
  background: #fbf7ec;
  color: #2b2e1f;
}
.featured-flow{
    background: #fbf7ec;
    color: #2b2e1f;
    padding: 72px 24px 80px;
  }
.featured-flow .public-actions{max-width: 760px;
    margin: 0 auto;}
.featured-flow .strong-callout{border-bottom: 1px solid #e3dcc6;
    padding-bottom: 28px;
    margin-bottom: 8px;}
.featured-flow .strong-callout h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 12px;
    letter-spacing: -0.01em;}
.featured-flow .open-flow{margin: 0;
    max-width: 56ch;
    font-size: 1rem;
    line-height: 1.6;}
.featured-flow .contact-shell{display: flex;
    flex-direction: column;}
.featured-flow .focused-menu{padding: 26px 0;
    border-bottom: 1px solid #e3dcc6;}
.featured-flow .focused-menu h3{font-size: 1.125rem;
    line-height: 1.35;
    margin: 0 0 10px;
    font-weight: 600;}
.featured-flow .focused-menu p{margin: 0;
    max-width: 62ch;
    font-size: 0.975rem;
    line-height: 1.65;}
.featured-flow .service-track{margin: 32px 0 0;
    font-size: 0.9rem;
    line-height: 1.6;}
.featured-flow .service-track a{text-decoration: underline;
    text-underline-offset: 3px;}
.featured-flow .service-track a:hover{}
@media (max-width: 560px) {.featured-flow{
      padding: 52px 18px 60px;
    }.featured-flow .strong-callout h2{
      font-size: 1.45rem;
    }.featured-flow .focused-menu{
      padding: 22px 0;
    }
  }
.featured-flow{
  background: #2b2e1f;
  color: #fbf7ec;
}
.bottom-grid{
    --type-large: #e3dcc6;
    --layer-base: #f2ecdb;
    background: #fbf7ec;
    color: #2b2e1f;
    padding: 64px 24px 88px;
  }
.bottom-grid .public-actions{max-width: 1080px;
    margin: 0 auto;}
.bottom-grid .quiet-lead{max-width: 620px;
    margin-bottom: 32px;}
.bottom-grid .quiet-lead h2{font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 12px;
    letter-spacing: -0.01em;}
.bottom-grid .open-flow{margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;}
.bottom-grid .content-footer{display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    padding-bottom: 22px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--type-large);}
.bottom-grid .secondary-service{font-size: 0.92rem;
    text-decoration: none;
    padding: 4px 0;
    border-bottom: 2px solid transparent;}
.bottom-grid .secondary-service:hover{border-bottom-color: #c9c2a8;}
.bottom-grid .secondary-service.is-active{border-bottom-color: #5b6b3a;}
.bottom-grid .wide-team{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 56px;}
.bottom-grid .soft-body{display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 40px;
    align-items: start;
    text-decoration: none;
    color: inherit;}
.bottom-grid .focused-menu:nth-child(even) .soft-body{grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);}
.bottom-grid .focused-menu:nth-child(even) .narrow-details{order: 2;}
.bottom-grid .narrow-details img{
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 10px;
    background: var(--layer-base);color:var(--surface-main);}
.bottom-grid .strong-section{padding-top: 4px;}
.bottom-grid .narrow-header{margin: 0 0 10px;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;}
.bottom-grid .strong-section h3{margin: 0 0 10px;
    font-size: 1.5rem;
    line-height: 1.28;
    letter-spacing: -0.005em;}
.bottom-grid .narrow-content{margin: 0 0 14px;
    font-size: 1rem;
    line-height: 1.5;}
.bottom-grid .list{margin: 0 0 18px;
    font-size: 0.97rem;
    line-height: 1.65;}
.bottom-grid .local-shell{
    display: inline-block;
    font-size: 0.92rem;
    color: #3d2415;
    background: #e08a5f;
    padding: 8px 16px;
    border-radius: 999px;
  }
.bottom-grid .soft-body:hover .local-shell{
    background: #c96f42;
  }
.bottom-grid .soft-body:hover h3{}
@media (max-width: 760px) {.bottom-grid{
      padding: 44px 18px 64px;
    }.bottom-grid .quiet-lead h2{
      font-size: 1.6rem;
    }.bottom-grid .soft-body,
    .bottom-grid .focused-menu:nth-child(even) .soft-body{
      grid-template-columns: 1fr;
      gap: 20px;
    }.bottom-grid .focused-menu:nth-child(even) .narrow-details{
      order: 0;
    }.bottom-grid .narrow-details img{
      height: 220px;
    }.bottom-grid .wide-team{
      gap: 44px;
    }
  }
.bottom-grid{
  background: #2b2e1f;
  color: #fbf7ec;
}
.strong-block{
    --field-control: #e3dcc6;
    --state-soft: #5b6b3a;
    --field-main: #e08a5f;
    background: #fbf7ec;
    color: #2b2e1f;
    padding: 4.5rem 1.25rem 5rem;
  }
.strong-block .public-actions{max-width: 760px;
    margin: 0 auto;}
.strong-block .main-wrap{max-width: 620px;
    margin-bottom: 3rem;}
.strong-block .main-wrap h2{margin: 0 0 1rem;
    font-size: 1.85rem;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.01em;}
.strong-block .main-wrap p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.strong-block .wide-team{list-style: none;
    margin: 0;
    padding: 0;}
.strong-block .focused-menu{padding: 2rem 0 2.1rem;
    border-top: 1px solid var(--field-control);}
.strong-block .focused-menu:last-child{border-bottom: 1px solid var(--field-control);}
.strong-block .strong-section h3{margin: 0 0 0.4rem;
    font-size: 1.3rem;
    line-height: 1.35;
    font-weight: 600;}
.strong-block .strong-section h3 a{color: inherit;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 0.18s ease;}
.strong-block .strong-section h3 a:hover,
  .strong-block .strong-section h3 a:focus-visible{border-bottom-color: var(--field-main);}
.strong-block .narrow-content{margin: 0 0 0.9rem;
    font-size: 0.98rem;
    font-style: italic;
    opacity: 0.78;}
.strong-block .strong-section p{margin: 0 0 0.95rem;
    font-size: 1rem;
    line-height: 1.68;}
.strong-block .fresh-copy{display: inline-block;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--state-soft);
    text-decoration: none;
    border-bottom: 1px solid var(--state-soft);
    padding-bottom: 1px;}
.strong-block .fresh-copy:hover,
  .strong-block .fresh-copy:focus-visible{color: var(--field-main);
    border-bottom-color: var(--field-main);}
@media (max-width: 560px) {.strong-block{
      padding: 3rem 1.1rem 3.5rem;
    }.strong-block .main-wrap h2{
      font-size: 1.5rem;
    }.strong-block .strong-section h3{
      font-size: 1.15rem;
    }
  }
.strong-block{
  background: #fbf7ec;
  color: #2b2e1f;
}
.wide-visual{
    --label-quiet: #e3dcc6;
    --layer-content: #f2ecdb;
    background: #fbf7ec;
    color: #2b2e1f;
    padding: 56px 20px 72px;
  }
.wide-visual .public-actions{max-width: 720px;
    margin: 0 auto;}
.wide-visual .text-flow{margin-bottom: 28px;}
.wide-visual h1{font-size: clamp(1.75rem, 3.2vw, 2.4rem);
    line-height: 1.2;
    margin: 0 0 12px;
    letter-spacing: -0.01em;}
.wide-visual .media-flow{font-size: 1.05rem;
    line-height: 1.5;
    margin: 0 0 18px;}
.wide-visual .plain-actions{font-size: 0.85rem;
    letter-spacing: 0.02em;
    margin: 0;}
.wide-visual .plain-actions .quiet-method{margin: 0 8px;color:inherit;}
.wide-visual .simple-frame{margin: 0 0 32px;
    border-radius: 6px;
    overflow: hidden;}
.wide-visual .simple-frame img{display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;}
.wide-visual .simple-view p{font-size: 1.02rem;
    line-height: 1.72;
    margin: 0 0 18px;}
.wide-visual .simple-view .open-flow{font-size: 1.1rem;
    line-height: 1.65;}
.wide-visual .simple-view h2{font-size: 1.3rem;
    line-height: 1.3;
    margin: 36px 0 14px;
    padding-top: 18px;
    border-top: 1px solid var(--label-quiet);}
.wide-visual .wide-section{list-style: none;
    padding: 0;
    margin: 0 0 8px;
    counter-reset: step;}
.wide-visual .wide-section li{position: relative;
    padding: 0 0 22px 44px;
    counter-increment: step;}
.wide-visual .wide-section li::before{
    content: counter(step);
    position: absolute;
    left: 0;
    top: 2px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #5b6b3a;
    color: #fbf7ec;
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.wide-visual .wide-section h3{font-size: 1.05rem;
    margin: 0 0 6px;
    line-height: 1.35;}
.wide-visual .wide-section p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.68;}
.wide-visual .strong-benefit{margin-top: 44px;
    padding-top: 24px;
    border-top: 1px solid var(--label-quiet);}
.wide-visual .strong-benefit h2{font-size: 1.05rem;
    margin: 0 0 14px;
    letter-spacing: 0.01em;}
.wide-visual .strong-benefit ul{list-style: none;
    padding: 0;
    margin: 0;}
.wide-visual .strong-benefit li + li{margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed var(--label-quiet);}
.wide-visual .strong-benefit a{display: block;
    text-decoration: none;
    color: inherit;
    padding: 4px 0;}
.wide-visual .strong-benefit .clear-stack{display: block;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;}
.wide-visual .strong-benefit .simple-intro{display: block;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 4px;}
.wide-visual .strong-benefit a:hover .clear-stack{}
@media (max-width: 520px) {.wide-visual{
      padding: 36px 16px 56px;
    }.wide-visual .wide-section li{
      padding-left: 38px;
    }.wide-visual .wide-section li::before{
      width: 24px;
      height: 24px;
      font-size: 0.78rem;
    }
  }
.wide-visual{
  background: #2b2e1f;
  color: #fbf7ec;
}
.contact-lead{
    background: #fbf7ec;
    color: #2b2e1f;
    padding: 4.5rem 1.5rem 5rem;
  }
.contact-lead .public-actions{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 3.5rem;
    align-items: start;}
.contact-lead .main-wrap h2{font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 1.4rem;
    letter-spacing: -0.01em;}
.contact-lead .main-wrap .open-flow{font-size: 1.08rem;
    line-height: 1.7;
    margin: 0 0 1.1rem;}
.contact-lead .main-wrap p{line-height: 1.7;
    margin: 0 0 1rem;}
.contact-lead .offer-proof{
    background: #f2ecdb;
    color: var(--tone-main);
    border: 1px solid #e3dcc6;
    border-radius: 10px;
    padding: 1.8rem 1.7rem 1.9rem;
  }
.contact-lead .offer-proof h3{font-size: 1.05rem;
    margin: 0 0 0.9rem;
    letter-spacing: 0.01em;}
.contact-lead .offer-proof p{line-height: 1.6;
    margin: 0 0 1.2rem;
    font-size: 0.97rem;}
.contact-lead .offer-proof ul{list-style: none;
    margin: 0 0 1.2rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;}
.contact-lead .offer-proof li{display: grid;
    grid-template-columns: 92px 1fr;
    gap: 0.6rem;
    font-size: 0.95rem;
    line-height: 1.5;
    align-items: baseline;}
.contact-lead .offer-proof li span{color: #5b6b3a;
    font-weight: 600;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;}
.contact-lead .offer-proof a{color: var(--tone-main);
    text-decoration: underline;
    text-decoration-color: #e08a5f;
    text-underline-offset: 3px;}
.contact-lead .offer-proof a:hover{color: #5b6b3a;}
.contact-lead .offer-proof .bottom-body{margin: 0;
    font-size: 0.88rem;
    line-height: 1.55;
    padding-top: 1rem;
    border-top: 1px solid #e3dcc6;}
@media (max-width: 760px) {.contact-lead{
      padding: 3rem 1.2rem 3.5rem;
    }.contact-lead .public-actions{
      grid-template-columns: 1fr;
      gap: 2.2rem;
    }.contact-lead .offer-proof li{
      grid-template-columns: 1fr;
      gap: 0.15rem;
    }
  }
.contact-lead{
  background: #fbf7ec;
  color: #2b2e1f;
}
.wide-visual{
    background: #fbf7ec;
    color: #2b2e1f;
    padding: 4rem 1.25rem 5rem;
  }
.wide-visual .public-actions{max-width: 720px;
    margin: 0 auto;}
.wide-visual .text-flow{margin-bottom: 2rem;}
.wide-visual .narrow-header{font-size: 0.9rem;
    letter-spacing: 0.02em;
    margin: 0 0 0.9rem;}
.wide-visual h1{font-size: clamp(1.75rem, 3.4vw, 2.5rem);
    line-height: 1.2;
    margin: 0 0 0.75rem;
    font-weight: 600;}
.wide-visual .narrow-content{font-size: 1.05rem;
    line-height: 1.5;
    margin: 0;}
.wide-visual .narrow-details{
    margin: 0 0 2.25rem;
    border-radius: 14px;
    overflow: hidden;
    background: #f2ecdb;color:var(--tone-main);}
.wide-visual .narrow-details img{display: block;
    width: 100%;
    height: auto;}
.wide-visual .strong-section p{font-size: 1.05rem;
    line-height: 1.75;
    margin: 0 0 1.35rem;}
.wide-visual .strong-section p:last-child{margin-bottom: 0;}
.wide-visual .strong-benefit{margin-top: 3.5rem;
    padding-top: 2rem;
    border-top: 1px solid #e3dcc6;}
.wide-visual .strong-benefit h2{font-size: 1.15rem;
    margin: 0 0 1.25rem;
    font-weight: 600;}
.wide-visual .strong-benefit ul{list-style: none;
    margin: 0;
    padding: 0;}
.wide-visual .strong-benefit li + li{margin-top: 1rem;}
.wide-visual .strong-benefit a{
    display: block;
    padding: 1rem 1.15rem;
    background: var(--tone-accent, #ffffff);
    color: var(--surface-main, #2b2e1f);
    border: 1px solid #e3dcc6;
    border-radius: 12px;
    text-decoration: none;
    transition: border-color 0.2s ease;
  }
.wide-visual .strong-benefit a:hover{border-color: #5b6b3a;}
.wide-visual .site-media{display: block;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.3rem;}
.wide-visual .simple-unit{display: block;
    font-size: 0.9rem;
    line-height: 1.45;}
@media (max-width: 560px) {.wide-visual{
      padding: 2.75rem 1rem 3.5rem;
    }.wide-visual .strong-section p{
      font-size: 1rem;
    }
  }
.wide-visual{
    --state-soft: #5b6b3a;
    --field-main: #e08a5f;
    --mark-active: #fbf7ec;
    --tone-extra-11: #2b2e1f;
    --label-quiet: #e3dcc6;
    background: var(--mark-active);
    color: var(--tone-extra-11);
    padding: 56px 20px 72px;
  }
.wide-visual .public-actions{max-width: 760px;
    margin: 0 auto;}
.wide-visual .text-flow{border-bottom: 1px solid var(--label-quiet);
    padding-bottom: 24px;
    margin-bottom: 28px;}
.wide-visual .plain-actions{font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0 0 14px;}
.wide-visual h2{font-size: clamp(1.7rem, 3.4vw, 2.35rem);
    line-height: 1.2;
    margin: 0 0 16px;
    font-weight: 600;}
.wide-visual .open-flow{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0;
    max-width: 60ch;}
.wide-visual .narrow-details{margin: 0 0 32px;}
.wide-visual .narrow-details img{display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;}
.wide-visual .strong-section p{font-size: 1rem;
    line-height: 1.75;
    margin: 0 0 18px;}
.wide-visual .strong-section h3{font-size: 1.2rem;
    margin: 32px 0 14px;
    font-weight: 600;}
.wide-visual .strong-frame{display: grid;
    gap: 18px;
    margin: 0 0 8px;}
.wide-visual .clear-header{
    padding: 16px 18px;
    border-left: 3px solid var(--field-main);
    background: #f2ecdb;
    border-radius: 0 6px 6px 0;
  }
.wide-visual .clear-header h4{font-size: 1rem;
    margin: 0 0 8px;
    font-weight: 600;}
.wide-visual .clear-header p{margin: 0;
    font-size: 0.96rem;
    line-height: 1.65;}
.wide-visual .quiet-plan{list-style: none;
    padding: 0;
    margin: 0 0 18px;
    border-top: 1px solid var(--label-quiet);}
.wide-visual .quiet-plan li{padding: 12px 0 12px 22px;
    border-bottom: 1px solid var(--label-quiet);
    position: relative;
    font-size: 0.98rem;
    line-height: 1.6;}
.wide-visual .quiet-plan li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 8px;
    height: 8px;
    background: var(--state-soft);
    border-radius: 50%;color:var(--surface-main);}
.wide-visual .strong-benefit{margin-top: 48px;
    padding-top: 28px;
    border-top: 1px solid var(--label-quiet);}
.wide-visual .strong-benefit h3{font-size: 1.05rem;
    margin: 0 0 18px;
    font-weight: 600;}
.wide-visual .strong-benefit ul{list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 16px;}
.wide-visual .strong-benefit li{display: flex;
    flex-direction: column;
    gap: 4px;}
.wide-visual .strong-benefit a{text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    border-bottom: 1px solid transparent;
    align-self: flex-start;}
.wide-visual .strong-benefit a:hover{border-bottom-color: var(--state-soft);}
.wide-visual .strong-benefit span{font-size: 0.92rem;
    line-height: 1.55;}
@media (min-width: 720px) {.wide-visual .strong-frame{
      grid-template-columns: 1fr;
    }.wide-visual .strong-benefit ul{
      grid-template-columns: 1fr 1fr;
      gap: 24px;
    }
  }
.steady-note{
    background: #fbf7ec;
    color: #2b2e1f;
    padding: 4.5rem 1.5rem 5rem;
  }
.steady-note .public-actions{max-width: 900px;
    margin: 0 auto;}
.steady-note .main-wrap{max-width: 620px;}
.steady-note .main-wrap h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 600;}
.steady-note .open-flow{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.steady-note .secondary-block{margin-top: 2.8rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem 2.2rem;
    border-top: 1px solid #e3dcc6;
    padding-top: 2.4rem;}
.steady-note .steady-story{display: flex;
    flex-direction: column;
    gap: 0.4rem;}
.steady-note .steady-story .page-note{font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;}
.steady-note .steady-story a{text-decoration: none;
    font-size: 1.05rem;
    border-bottom: 1px solid #e08a5f;
    align-self: flex-start;
    padding-bottom: 2px;}
.steady-note .steady-story a:hover{}
.steady-note .steady-story p{margin: 0.3rem 0 0;
    font-size: 0.92rem;
    line-height: 1.6;}
.steady-note .steady-story .direct-contact{font-size: 1rem;
    margin: 0;}
.steady-note .social{
    margin-top: 3rem;
    background: #f2ecdb;
    color: var(--tone-main, #3a3e28);
    padding: 2rem 2rem 1.8rem;
    border-radius: 6px;
  }
.steady-note .social h3{margin: 0 0 1.2rem;
    font-size: 1.15rem;
    font-weight: 600;}
.steady-note .social ul{list-style: none;
    margin: 0;
    padding: 0;}
.steady-note .social li{display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 0.6rem 0;
    border-bottom: 1px solid #e3dcc6;
    font-size: 0.96rem;}
.steady-note .social li:last-child{border-bottom: none;}
.steady-note .social li span:last-child{text-align: right;}
.steady-note .service-track{margin: 1.2rem 0 0;
    font-size: 0.9rem;
    line-height: 1.6;}
@media (max-width: 760px) {.steady-note{
      padding: 3rem 1.2rem 3.5rem;
    }.steady-note .secondary-block{
      grid-template-columns: 1fr;
      gap: 1.8rem;
    }.steady-note .social{
      padding: 1.6rem 1.3rem 1.4rem;
    }.steady-note .social li{
      flex-direction: column;
      gap: 0.2rem;
    }.steady-note .social li span:last-child{
      text-align: left;
    }
  }
.steady-note{
  background: #2b2e1f;
  color: #fbf7ec;
}
.bottom-proof{
    background: #fbf7ec;
    color: #2b2e1f;
    padding: 64px 20px 72px;
  }
.bottom-proof .public-actions{max-width: 1040px;
    margin: 0 auto;}
.bottom-proof .open-flow{max-width: 620px;
    margin-bottom: 48px;}
.bottom-proof .open-flow h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.bottom-proof .open-flow p{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;}
.bottom-proof .secondary-block{display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 32px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e3dcc6;}
.bottom-proof .steady-story h3{font-size: 1.05rem;
    margin: 0 0 10px;}
.bottom-proof .steady-story p{font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 12px;
    color: #3a3e28;}
.bottom-proof .steady-story a{color: #5b6b3a;
    text-decoration: none;
    border-bottom: 1px solid #e08a5f;
    padding-bottom: 2px;
    font-size: 0.95rem;}
.bottom-proof .steady-story a:hover{color: #4c5a30;}
.bottom-proof .steady-story address{font-style: normal;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #3a3e28;}
.bottom-proof .clear-summary{display: grid;
    grid-template-columns: 0.9fr 1.4fr;
    gap: 40px;
    padding: 40px 0;
    border-bottom: 1px solid #e3dcc6;}
.bottom-proof .clear-summary h3{font-size: 1.05rem;
    margin: 0;}
.bottom-proof .clear-summary ul{list-style: none;
    margin: 0;
    padding: 0;}
.bottom-proof .clear-summary li{font-size: 0.95rem;
    line-height: 1.6;
    padding: 10px 0;
    border-bottom: 1px dashed #e3dcc6;}
.bottom-proof .clear-summary li:last-child{border-bottom: none;}
.bottom-proof .service-track{grid-column: 2;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #3a3e28;
    margin: 0;}
.bottom-proof .service-track a{color: #5b6b3a;
    text-decoration: none;
    border-bottom: 1px solid #e08a5f;}
.bottom-proof .page-quote{display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding-top: 36px;
    flex-wrap: wrap;}
.bottom-proof .page-quote h3{font-size: 1.05rem;
    margin: 0 0 8px;}
.bottom-proof .page-quote p{font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    max-width: 520px;
    color: #3a3e28;}
.bottom-proof .go{
    display: inline-block;
    background: #5b6b3a;
    color: #fbf7ec;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 6px;
    font-size: 0.95rem;
    white-space: nowrap;
  }
.bottom-proof .go:hover{
    background: #4c5a30;
  }
@media (max-width: 860px) {.bottom-proof .secondary-block{
      grid-template-columns: 1fr 1fr;
    }.bottom-proof .clear-summary{
      grid-template-columns: 1fr;
      gap: 20px;
    }.bottom-proof .service-track{
      grid-column: 1;
    }
  }
@media (max-width: 560px) {.bottom-proof{
      padding: 44px 16px 52px;
    }.bottom-proof .secondary-block{
      grid-template-columns: 1fr;
      gap: 26px;
    }.bottom-proof .open-flow h2{
      font-size: 1.55rem;
    }.bottom-proof .page-quote{
      flex-direction: column;
      align-items: flex-start;
    }
  }
.bottom-proof{
  background: #fbf7ec;
  color: #2b2e1f;
}
.narrow-flow{
    background: #fbf7ec;
    color: #2b2e1f;
    padding: 64px 20px 72px;
  }
.narrow-flow .public-actions{max-width: 720px;
    margin: 0 auto;}
.narrow-flow .main-wrap{margin-bottom: 40px;
    padding-bottom: 28px;
    border-bottom: 1px solid #e3dcc6;}
.narrow-flow .main-wrap h2{margin: 0 0 18px;
    font-size: 1.9rem;
    line-height: 1.25;
    font-weight: 600;}
.narrow-flow .main-wrap p{margin: 0 0 14px;
    font-size: 1rem;
    line-height: 1.65;}
.narrow-flow .main-wrap p:last-child{margin-bottom: 0;}
.narrow-flow .bottom-rail{display: flex;
    flex-direction: column;
    gap: 22px;}
.narrow-flow .contact-menu{display: flex;
    flex-direction: column;
    gap: 8px;}
.narrow-flow .contact-menu label{font-size: 0.95rem;
    font-weight: 600;}
.narrow-flow .contact-menu input,
  .narrow-flow .contact-menu select,
  .narrow-flow .contact-menu textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    font: inherit;
    font-size: 1rem;
    color: #2b2e1f;
    background: var(--tone-accent);
    border: 1px solid #e3dcc6;
    border-radius: 6px;
  }
.narrow-flow .contact-menu textarea{resize: vertical;
    min-height: 130px;
    line-height: 1.55;}
.narrow-flow .contact-menu input:focus,
  .narrow-flow .contact-menu select:focus,
  .narrow-flow .contact-menu textarea:focus{outline: 2px solid #5b6b3a;
    outline-offset: 1px;
    border-color: #5b6b3a;}
.narrow-flow .active-panel{display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 8px;}
.narrow-flow .active-panel button{
    font: inherit;
    font-size: 1rem;
    font-weight: 600;
    padding: 13px 26px;
    color: #fbf7ec;
    background: var(--surface-light);
    border: none;
    border-radius: 6px;
    cursor: pointer;
  }
.narrow-flow .active-panel button:hover{
    background: #4c5a30;color:var(--surface-main);}
.narrow-flow .service-track{margin: 0;
    font-size: 0.85rem;
    line-height: 1.5;
    max-width: 340px;}
@media (max-width: 560px) {.narrow-flow{
      padding: 44px 16px 52px;
    }.narrow-flow .main-wrap h2{
      font-size: 1.55rem;
    }.narrow-flow .active-panel{
      flex-direction: column;
      align-items: stretch;
    }.narrow-flow .active-panel button{
      width: 100%;
    }.narrow-flow .service-track{
      max-width: none;
    }
  }
.narrow-flow{
  background: #2b2e1f;
  color: #fbf7ec;
}
.focused-story{
    --surface-card: #e3dcc6;
    --state-strong: #d8cfae;
    background: #fbf7ec;
    color: #2b2e1f;
    padding: 4.5rem 1.25rem 5rem;
  }
.focused-story .public-actions{max-width: 46rem;
    margin: 0 auto;}
.focused-story .strong-callout{padding-bottom: 1.6rem;
    border-bottom: 1px solid var(--state-strong);}
.focused-story .strong-callout h2{margin: 0 0 0.9rem;
    font-size: clamp(1.7rem, 1.2rem + 1.6vw, 2.3rem);
    line-height: 1.2;
    letter-spacing: -0.01em;}
.focused-story .open-flow{margin: 0;
    max-width: 38rem;
    font-size: 1.05rem;
    line-height: 1.65;}
.focused-story .featured-rail{margin-top: 2.2rem;
    display: flex;
    flex-direction: column;}
.focused-story .service-track{padding: 1.5rem 0;
    border-bottom: 1px solid var(--surface-card);}
.focused-story .service-track:last-child{border-bottom: 0;}
.focused-story .service-track h3{margin: 0 0 0.55rem;
    font-size: 1.15rem;
    line-height: 1.35;}
.focused-story .service-track p{margin: 0;
    max-width: 40rem;
    line-height: 1.7;
    font-size: 0.98rem;}
.focused-story .service-track a{color: inherit;
    text-decoration: underline;
    text-decoration-color: #e08a5f;
    text-underline-offset: 3px;}
.focused-story .service-track a:hover{text-decoration-color: #5b6b3a;}
.focused-story .plain-actions{margin-top: 2.4rem;
    padding-top: 1.4rem;
    border-top: 1px solid var(--state-strong);
    font-size: 0.9rem;
    line-height: 1.65;}
.focused-story .plain-actions p{margin: 0 0 0.6rem;
    max-width: 40rem;}
.focused-story .plain-actions p:last-child{margin-bottom: 0;}
@media (min-width: 720px) {.focused-story{
      padding: 5.5rem 2rem 6rem;
    }.focused-story .service-track{
      display: grid;
      grid-template-columns: 13rem 1fr;
      gap: 0 2rem;
      align-items: start;
    }.focused-story .service-track h3{
      margin-bottom: 0;
    }
  }
.focused-story{
  background: #2b2e1f;
  color: #fbf7ec;
}
.featured-stack{
    --field-control: #e3dcc6;
    --layer-content: #f2ecdb;
    background: #fbf7ec;
    color: #2b2e1f;
    padding: 72px 24px 88px;
  }
.featured-stack .public-actions{max-width: 760px;
    margin: 0 auto;}
.featured-stack .main-wrap{padding-bottom: 32px;
    border-bottom: 1px solid var(--field-control);}
.featured-stack h1{font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    line-height: 1.2;
    margin: 0 0 18px;
    letter-spacing: -0.01em;}
.featured-stack .open-flow{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0;
    max-width: 62ch;}
.featured-stack .page-frame{padding: 30px 0 6px;
    border-bottom: 1px solid var(--field-control);}
.featured-stack .page-frame:last-of-type{border-bottom: none;}
.featured-stack h2{font-size: 1.28rem;
    line-height: 1.3;
    margin: 0 0 14px;
    font-weight: 600;}
.featured-stack .page-frame p{font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 14px;
    max-width: 68ch;}
.featured-stack .service-view{
    margin-top: 34px;
    padding: 22px 24px;
    background: var(--layer-content);
    color: #2b2e1f;
    border-left: 3px solid #5b6b3a;
    border-radius: 4px;
  }
.featured-stack .service-view h3{font-size: 1.05rem;
    margin: 0 0 10px;
    font-weight: 600;}
.featured-stack .service-view p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
    max-width: 62ch;}
.featured-stack .service-view a{color: #4c5a30;
    text-decoration: underline;
    text-underline-offset: 3px;}
.featured-stack .service-view a:hover{color:inherit;}
@media (max-width: 560px) {.featured-stack{
      padding: 52px 18px 64px;
    }.featured-stack .service-view{
      padding: 18px 18px;
    }
  }
.featured-stack{
  background: #fbf7ec;
  color: #2b2e1f;
}
.page-section{
    background: #fbf7ec;
    color: #2b2e1f;
    padding: 72px 20px 88px;
  }
.page-section .public-actions{max-width: 640px;
    margin: 0 auto;}
.page-section .service-track h1{font-size: 2rem;
    line-height: 1.25;
    margin: 0 0 18px;
    letter-spacing: -0.01em;}
.page-section .open-flow{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 40px;}
.page-section .wide-section{border-top: 1px solid #e3dcc6;
    padding-top: 28px;
    margin-bottom: 36px;}
.page-section .wide-section h2,
  .page-section .plain-lead h2{font-size: 1.15rem;
    margin: 0 0 14px;
    font-weight: 600;}
.page-section .wide-section ol{margin: 0;
    padding-left: 20px;
    line-height: 1.7;}
.page-section .wide-section li{margin-bottom: 10px;}
.page-section .plain-lead{
    background: #f2ecdb;
    color: var(--tone-main, #3a3e28);
    padding: 26px 28px;
    border-radius: 10px;
    margin-bottom: 32px;
  }
.page-section .plain-lead p{margin: 0 0 12px;
    line-height: 1.6;}
.page-section .plain-lead .active-tile{margin: 0;
    line-height: 1.9;}
.page-section .plain-lead a{text-decoration: underline;
    text-underline-offset: 3px;}
.page-section .plain-lead a:hover{}
.page-section .site-inner{margin: 0;
    font-size: 0.95rem;}
.page-section .site-inner a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;}
.page-section .site-inner a:hover{}
@media (max-width: 560px) {.page-section{
      padding: 52px 16px 64px;
    }.page-section .service-track h1{
      font-size: 1.6rem;
    }.page-section .plain-lead{
      padding: 22px 20px;
    }
  }
.page-section{
  background: #2b2e1f;
  color: #fbf7ec;
}
.404{
    background: #fbf7ec;
    color: #2b2e1f;
    padding: 84px 24px 96px;
  }
.404 .public-actions{
    max-width: 720px;
    margin: 0 auto;
    border-top: 1px solid #e3dcc6;
    padding-top: 40px;
  }
.404 .service-track{
    margin: 0 0 18px;
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #5b6b3a;
  }
.404 h2{
    margin: 0 0 26px;
    font-size: clamp(1.6rem, 1.1rem + 2vw, 2.35rem);
    line-height: 1.2;
    font-weight: 600;
    max-width: 22ch;
  }
.404 .media-wrap{
    max-width: 58ch;
  }
.404 .media-wrap p{
    margin: 0 0 16px;
    line-height: 1.7;
    font-size: 1.02rem;
  }
.404 .narrow-quote{
    list-style: none;
    margin: 32px 0 0;
    padding: 0;
    border-top: 1px solid #e3dcc6;
  }
.404 .narrow-quote li{
    border-bottom: 1px solid #e3dcc6;
  }
.404 .narrow-quote a{
    display: block;
    padding: 16px 4px 16px 0;
    color: #5b6b3a;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.15s ease, padding-left 0.15s ease;
  }
.404 .narrow-quote a:hover,
  .404 .narrow-quote a:focus-visible{
    color: #c96f42;
    padding-left: 8px;
  }
@media (max-width: 560px) {.404{
      padding: 60px 18px 72px;
    }.404 .public-actions{
      padding-top: 28px;
    }.404 h2{
      max-width: none;
    }
  }
.404{
  background: #fbf7ec;
  color: #2b2e1f;
}
