body{margin:0;padding:0;font-family:"Source Serif 4", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.secondary-section {
    display: block;
    width: 100%;
    background: #FBF7EE;
    color: #2E271B;
    border-bottom: 1px solid var(--tone-main);
    padding: 1.5rem 2rem;
    font-size: 15.2px;
    line-height: 1.86;
  }
.narrow-stack {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.85rem;
  }
:root {
  --tone-main: #E4D9C2;
  --motion-entry: ease-in-out;
  --line-page: #2E271B;
  --surface-strong: #FFFFFF;
}
.tag {
    grid-column: 2;
    text-align: center;
    font-size: calc(15.2px * 1.125);
    letter-spacing: 0.02em;
    font-weight: 600;
    color: #2E271B;
    text-decoration: none;
    padding: calc(0.85rem * 1.5) 0;
    white-space: nowrap;
  }
.tag:hover {
    color: #B4553A;
  }
.nav-group {
    display: flex;
    align-items: center;
    gap: 0.85rem;
  }
.nav-left {
    grid-column: 1;
    justify-content: flex-start;
  }
.nav-right {
    grid-column: 3;
    justify-content: flex-end;
  }
.nav-link {
    color: #2E271B;
    text-decoration: none;
    font-size: calc(15.2px * .875);
    padding: 0.35rem 0.5rem;
    border-radius: 0.34rem;
    transition: color 440ms var(--motion-entry),
                background-color 440ms var(--motion-entry);
  }
.nav-link:hover {
    color: #B4553A;
    background: #F1E9D8;
  }
.page-links {
    display: none;
    grid-column: 3;
    justify-self: end;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem;
    background: transparent;
    border: 1px solid var(--tone-main);
    border-radius: 0.65rem;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }
.direct-shell{
    display: block;
    height: 2px;
    width: 100%;
    background: #2E271B;
    border-radius: 2px;
    transition: transform 440ms var(--motion-entry),
                opacity 440ms var(--motion-entry);color:var(--line-page);}
.page-links[aria-expanded="true"] .direct-shell:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
.page-links[aria-expanded="true"] .direct-shell:nth-child(2) {
    opacity: 0;
  }
.page-links[aria-expanded="true"] .direct-shell:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
.focused-content {
    display: none;
    max-width: 1140px;
    margin: 0 auto;
    padding-top: calc(0.85rem * 1.5);
  }
.focused-content[hidden] {
    display: none;
  }
.local-proof {
    display: flex;
    flex-direction: column;
    gap: calc(0.85rem * 1.5);
    padding: calc(1.5rem * .75) 0;
    border-top: 1px solid var(--tone-main);
  }
.clear-quote {
    color: #2E271B;
    text-decoration: none;
    font-size: 15.2px;
    padding: 0.5rem 0;
  }
.clear-quote:hover {
    color: #B4553A;
  }
@media (max-width: 767px) {
    .narrow-stack {
      grid-template-columns: 1fr auto;
    }

    .tag {
      grid-column: 1;
      text-align: left;
      padding: 0;
      font-size: 15.2px;
    }

    .nav-left,
    .nav-right {
      display: none;
    }

    .page-links {
      display: flex;
    }

    .focused-content:not([hidden]) {
      display: block;
    }
  }
.clear-benefit{font-family:"Source Serif 4", sans-serif;font-size:15.2px;line-height:1.86;width:100%;background:#3A3122;color:#FBF7EE;}
.fresh-service{max-width:1140px;margin:0 auto;padding:calc(1.5rem * 2.4) 2rem;display:grid;gap:calc(0.85rem * 1.5)}
.bottom-nav{display:grid;gap:1.5rem;padding-bottom:calc(0.85rem * 1.5);border-bottom:1px solid currentColor}
.top-flow{font-size:calc(15.2px * 1.35);line-height:1.25;margin:0;font-weight:600;letter-spacing:0.01em}
.bottom-region{margin:0;max-width:56ch;font-size:15.2px;opacity:0.85}
.page-note{display:grid;gap:1.5rem;max-width:520px}
.top-frame{font-size:calc(15.2px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.75}
.offer-steps{display:flex;gap:0.85rem;flex-wrap:wrap}
.plain-wrap{flex:1 1 220px;min-width:0;padding:0.75rem 0.9rem;font-family:inherit;font-size:15.2px;color:#FBF7EE;background:transparent;border:1px solid currentColor;border-radius:0;outline:none}
.plain-wrap::placeholder{color:currentColor;opacity:0.55}
.secondary-menu{padding:0.75rem 1.25rem;font-family:inherit;font-size:15.2px;color:#3A3122;background:#FBF7EE;border:1px solid currentColor;border-radius:0;cursor:pointer;transition:opacity 440ms var(--motion-entry)}
.secondary-menu:hover{opacity:0.85}
.primary-entries{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(0.85rem * 1.5)}
.page-body{display:grid;gap:1.5rem;align-content:start}
.direct-form{margin:0;font-size:calc(15.2px * .875);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;opacity:0.7}
.visual-headline{list-style:none;margin:0;padding:0;display:grid;gap:0.5rem}
.visual-headline a{color:inherit;text-decoration:none;font-size:15.2px;border-bottom:1px solid transparent;transition:border-color 440ms var(--motion-entry)}
.visual-headline a:hover{border-bottom-color:currentColor;color:inherit}
.team-stack{display:grid;gap:1.5rem;padding-top:calc(0.85rem * 1.5);border-top:1px solid currentColor}
.bottom-footer{margin:0;font-size:15.2px;max-width:60ch}
.bottom-footer a{color:inherit;text-decoration:none;border-bottom:1px solid transparent}
.bottom-footer a:hover{border-bottom-color:currentColor;color:inherit}
.focused-team{display:flex;flex-wrap:wrap;gap:0.85rem;align-items:baseline;justify-content:space-between;padding-top:calc(0.85rem * 1.5);border-top:1px solid currentColor;font-size:calc(15.2px * .875)}
.main-grid{margin:0;font-size:15.2px;font-weight:600;letter-spacing:0.02em}
.offer-method{margin:0;opacity:0.8}
.narrow-rail{margin:0;display:flex;gap:0.5rem;align-items:baseline;flex-wrap:wrap}
.narrow-rail a{color:inherit;text-decoration:none;border-bottom:1px solid transparent}
.narrow-rail a:hover{border-bottom-color:currentColor;color:inherit}
.focused-form{margin:0;font-size:calc(15.2px * .875);line-height:1.5;opacity:0.75;max-width:80ch}
@media (max-width: 900px) {.primary-entries{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 560px) {.fresh-service{padding:calc(0.85rem * 1.5) 2rem}.primary-entries{grid-template-columns:1fr}.focused-team{flex-direction:column;align-items:flex-start}
  }
footer,footer *{border-radius:0!important;}
.cookies {
  position: fixed;
  right: calc(0.85rem * 1.5);
  bottom: calc(0.85rem * 1.5);
  width: 100%;
  max-width: 420px;
  z-index: 9999;
  background: var(--surface-strong);
  color: var(--line-page);
  border: 1px solid var(--tone-main);
  border-radius: 0.65rem;
  box-shadow: 0 5px 10px rgba(0,0,0,0.04);
  font-family: "Source Serif 4", sans-serif;
  font-size: calc(15.2px * .875);
  line-height: 1.86;
}
.cookies .compact-track{padding: calc(1.5rem * .75);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;}
.cookies .page-story{margin: 0;
  font-size: 15.2px;
  font-weight: 600;}
.cookies .site-team{margin: 0;
  font-size: calc(15.2px * .875);}
.cookies .site-team a{color: #6B7A4F;
  text-decoration: underline;}
.cookies .site-team a:hover{color: #B4553A;}
.cookies .contact-figure{display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;}
.cookies .contact-figure button {
  flex: 1 1 auto;
  min-width: 90px;
  padding: 0.5rem 0.75rem;
  font-family: inherit;
  font-size: calc(15.2px * .875);
  border-radius: 0.34rem;
  border: 1px solid var(--tone-main);
  background: transparent;
  color: var(--line-page);
  cursor: pointer;
  transition: background 440ms var(--motion-entry);
}
.cookies .contact-figure button:hover{
  background: color-mix(in srgb, currentColor 10%, transparent);color:var(--line-page);}
.cookies .cookie-accept {
  background: #6B7A4F;
  color: #FBF7EE;
  border-color: #6B7A4F;
}
.cookies .cookie-accept:hover{
  background: #596840;
  border-color: #596840;color:var(--line-page);}
.cookies.is-hidden{display: none;}
@media (max-width: 480px) {
  .cookies {
    right: calc(0.85rem * 1.5);
    left: calc(0.85rem * 1.5);
    max-width: none;
  }
}
.clear-summary{
    background: #FBF7EE;
    color: #2E271B;
    padding: 4.5rem 1.5rem 4rem;
  }
.clear-summary .contact-media{max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3.5rem;
    align-items: start;}
.clear-summary h1{font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.12;
    margin: 0 0 1.4rem;
    font-weight: 600;
    letter-spacing: -0.01em;}
.clear-summary .visual-menu{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0 0 1.1rem;}
.clear-summary .team-service{font-size: 1rem;
    line-height: 1.6;
    margin: 1.6rem 0 0;}
.clear-summary .team-service a{text-decoration: underline;
    text-underline-offset: 3px;}
.clear-summary .team-service a:hover{}
.clear-summary .featured-shell{margin: 0;}
.clear-summary .featured-shell img{display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;}
.clear-summary .featured-shell figcaption{margin-top: 0.9rem;
    font-size: 0.92rem;
    line-height: 1.5;}
@media (max-width: 820px) {.clear-summary{
      padding: 3rem 1.15rem 2.75rem;
    }.clear-summary .contact-media{
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
.clear-summary{
  background: #3A3122;
  color: #FBF7EE;
}
.public-tile{
    background: #FBF7EE;
    color: #2E271B;
    padding: 5rem 1.5rem;
  }
.public-tile .contact-media{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;}
.public-tile .visual-note h2{font-size: clamp(1.75rem, 3vw, 2.4rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 600;}
.public-tile .visual-note p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;color:inherit;}
.public-tile .secondary-surface{list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 2rem;}
.public-tile .open-view h3{font-size: 1.15rem;
    margin: 0 0 0.5rem;
    font-weight: 600;}
.public-tile .open-view p{margin: 0;
    line-height: 1.6;color:inherit;}
.public-tile .steady-story{display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: center;}
.public-tile .steady-story img{width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    object-fit: cover;}
.public-tile .steady-story p{margin: 0;
    line-height: 1.6;color:inherit;}
.public-tile .steady-story a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.public-tile .steady-story a:hover{color:inherit;}
@media (min-width: 720px) {.public-tile{
      padding: 6rem 2rem;
    }.public-tile .secondary-surface{
      grid-template-columns: 1fr 1fr;
      gap: 2.5rem 3rem;
    }.public-tile .steady-story{
      grid-template-columns: 1.1fr 1fr;
      gap: 2rem;
    }
  }
@media (min-width: 1024px) {.public-tile .contact-media{
      grid-template-columns: 1fr;
      gap: 3.5rem;
    }
  }
.public-tile{
  background: #FBF7EE;
  color: #2E271B;
}
.public-footer{
    --type-small: #E4D9C2;
    --axis-active: #F1E9D8;
    background: #FBF7EE;
    color: #2E271B;
    padding: 5rem 1.5rem;
  }
.public-footer .contact-media{max-width: 760px;
    margin: 0 auto;}
.public-footer .text-footer h2{font-size: clamp(1.6rem, 3vw, 2.1rem);
    line-height: 1.25;
    margin: 0 0 1.1rem;
    font-weight: 600;}
.public-footer .text-footer p{font-size: 1.02rem;
    line-height: 1.7;
    margin: 0 0 3rem;}
.public-footer .narrow-service{list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: paso;}
.public-footer .service-surface{padding: 1.6rem 0 1.6rem 3.2rem;
    position: relative;
    border-top: 1px solid var(--type-small);}
.public-footer .service-surface:last-child{border-bottom: 1px solid var(--type-small);}
.public-footer .service-surface::before{counter-increment: paso;
    content: counter(paso, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 1.75rem;
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    font-weight: 600;}
.public-footer .service-surface h3{font-size: 1.08rem;
    margin: 0 0 0.5rem;
    font-weight: 600;
    line-height: 1.4;}
.public-footer .service-surface p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
.public-footer .contact-steps{margin: 2.4rem 0 0;
    font-size: 0.98rem;
    line-height: 1.7;}
.public-footer .contact-steps a{text-decoration: underline;
    text-underline-offset: 3px;}
.public-footer .contact-steps a:hover{}
@media (max-width: 560px) {.public-footer{
      padding: 3.4rem 1.1rem;
    }.public-footer .service-surface{
      padding: 1.3rem 0 1.3rem 2.4rem;
    }.public-footer .service-surface::before{
      top: 1.45rem;
    }
  }
.public-footer{
  background: #3A3122;
  color: #FBF7EE;
}
.narrow-menu{
    background: #FBF7EE;
    color: #2E271B;
    padding: 5rem 1.5rem;
  }
.narrow-menu .contact-media{max-width: 780px;
    margin: 0 auto;}
.narrow-menu h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 1.25rem;
    font-weight: 600;
    letter-spacing: -0.01em;}
.narrow-menu .visual-note{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 3rem;
    color: #3A3122;}
.narrow-menu .service-grid{display: flex;
    flex-direction: column;
    gap: 2.25rem;}
.narrow-menu .service-fields h3{font-size: 1.1rem;
    line-height: 1.4;
    margin: 0 0 0.6rem;
    font-weight: 600;}
.narrow-menu .service-fields p{margin: 0;
    line-height: 1.7;
    font-size: 0.98rem;}
.narrow-menu .team-service{margin: 3.5rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #3A3122;}
.narrow-menu .team-service a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.narrow-menu .team-service a:hover{color: #596840;}
@media (max-width: 600px) {.narrow-menu{
      padding: 3.25rem 1.15rem;
    }.narrow-menu .visual-note{
      margin-bottom: 2.25rem;
    }.narrow-menu .service-grid{
      gap: 1.85rem;
    }
  }
.narrow-menu{
  background: #FBF7EE;
  color: #2E271B;
}
.page-panel{
    background: #FBF7EE;
    color: #2E271B;
    padding: 4.5rem 1.5rem;
  }
.page-panel .contact-media{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 3rem 4rem;
    align-items: start;}
.page-panel .visual-note h2{margin: 0 0 1rem;
    font-size: 1.7rem;
    line-height: 1.25;
    font-weight: 600;}
.page-panel .visual-note p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.page-panel .service-grid{display: flex;
    flex-direction: column;
    gap: 1.75rem;}
.page-panel .service-fields h3{margin: 0 0 0.5rem;
    font-size: 1.15rem;
    line-height: 1.35;
    font-weight: 600;}
.page-panel .service-fields p{margin: 0 0 0.6rem;
    font-size: 0.98rem;
    line-height: 1.6;}
.page-panel .wide-brand{font-size: 0.95rem;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.page-panel .wide-brand:hover{}
.page-panel .strong-region{grid-column: 1 / -1;
    margin: 0;
    padding-top: 1.75rem;
    border-top: 1px solid var(--tone-main, #E4D9C2);
    font-size: 0.98rem;
    line-height: 1.6;}
.page-panel .strong-region a{text-decoration: none;
    border-bottom: 1px solid currentColor;}
.page-panel .strong-region a:hover{}
@media (max-width: 780px) {.page-panel{
      padding: 3rem 1.25rem;
    }.page-panel .contact-media{
      grid-template-columns: 1fr;
      gap: 2.25rem;
    }.page-panel .visual-note h2{
      font-size: 1.45rem;
    }
  }
.page-panel{
  background: #3A3122;
  color: #FBF7EE;
}
.plain-method{
    background: #FBF7EE;
    color: #2E271B;
    padding: 5rem 1.5rem 5.5rem;
  }
.plain-method .contact-media{max-width: 1080px;
    margin: 0 auto;}
.plain-method h2{font-size: clamp(1.7rem, 2.6vw, 2.3rem);
    line-height: 1.2;
    margin: 0 0 1.2rem;
    font-weight: 500;
    letter-spacing: -0.01em;}
.plain-method .visual-note{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0 0 3rem;
    opacity: 0.88;}
.plain-method .fresh-panel{display: grid;
    grid-template-columns: 1fr;
    gap: 2.2rem;
    margin-bottom: 3rem;}
.plain-method .team-service h3{font-size: 1.05rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    letter-spacing: 0.01em;}
.plain-method .team-service p{margin: 0 0 0.7rem;
    line-height: 1.6;
    font-size: 0.98rem;
    opacity: 0.85;}
.plain-method .team-service a{text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid rgba(107, 122, 79, 0.35);
    padding-bottom: 1px;}
.plain-method .team-service a:hover{border-bottom-color: #6B7A4F;}
.plain-method .site-group,
  .plain-method .strong-region{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0 0 1.1rem;
    opacity: 0.85;}
.plain-method .strong-region{margin-bottom: 0;}
.plain-method .site-group a,
  .plain-method .strong-region a{text-decoration: none;
    border-bottom: 1px solid rgba(107, 122, 79, 0.35);}
.plain-method .site-group a:hover,
  .plain-method .strong-region a:hover{border-bottom-color: #6B7A4F;}
@media (min-width: 760px) {.plain-method{
      padding: 6rem 2.5rem 7rem;
    }.plain-method .fresh-panel{
      grid-template-columns: 1.1fr 1fr 1fr;
      gap: 2.6rem;
    }.plain-method .visual-note{
      font-size: 1.15rem;
      margin-bottom: 3.5rem;
    }
  }
.plain-method{
  background: #3A3122;
  color: #FBF7EE;
}
.soft-media{
    background: #FBF7EE;
    color: #2E271B;
    padding: 72px 24px 80px;
  }
.soft-media .contact-media{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 40px 64px;
    align-items: start;}
.soft-media h2{margin: 0;
    font-size: clamp(1.5rem, 1.1rem + 1.4vw, 2.1rem);
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.005em;}
.soft-media .secondary-shell{display: grid;
    gap: 20px;}
.soft-media p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.7;}
.soft-media .visual-note{font-size: 1.08rem;}
.soft-media .top-rail{
    background: #F1E9D8;
    color: #3A3122;
    padding: 18px 20px;
    border-radius: 10px;
    font-size: 0.98rem;
    line-height: 1.65;
  }
@media (max-width: 760px) {.soft-media{
      padding: 52px 20px 60px;
    }.soft-media .contact-media{
      grid-template-columns: 1fr;
      gap: 24px;
    }
  }
.soft-media{
  background: #FBF7EE;
  color: #2E271B;
}
.open-details{
  --paint-clear: #FBF7EE;
  --paint-base: #2E271B;
  --tone-cool: #6B7A4F;
  --font-body: #E4D9C2;
  background: var(--paint-clear);
  color: var(--paint-base);
  padding: 4.5rem 1.5rem 5rem;
}
.open-details .contact-media{max-width: 1080px;
  margin: 0 auto;}
.open-details .text-footer{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 1.5rem 3rem;
  align-items: end;
  margin-bottom: 3.5rem;}
.open-details .text-footer h2{font-size: clamp(1.6rem, 2.6vw, 2.15rem);
  line-height: 1.2;
  font-weight: 500;
  margin: 0;}
.open-details .visual-note{margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;}
.open-details .steady-quote{display: flex;
  flex-direction: column;
  gap: 3rem;}
.open-details .content-lead{display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 2rem;
  align-items: start;}
.open-details .content-lead:nth-child(even){grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);}
.open-details .content-lead:nth-child(even) .featured-flow{order: 2;}
.open-details .featured-flow{
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background: #F1E9D8;color:#3A3122;}
.open-details .featured-flow img{display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;}
.open-details .direct-headline{padding-top: 0.25rem;}
.open-details .team-wrap{margin: 0 0 0.6rem;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;}
.open-details .direct-headline h3{margin: 0 0 0.55rem;
  font-size: clamp(1.25rem, 1.9vw, 1.55rem);
  line-height: 1.28;
  font-weight: 500;}
.open-details .direct-headline h3 a{color: inherit;
  text-decoration: none;}
.open-details .direct-headline h3 a:hover{text-decoration: underline;
  text-underline-offset: 4px;}
.open-details .featured-callout{margin: 0 0 0.9rem;
  font-size: 0.98rem;
  line-height: 1.5;
  font-style: italic;}
.open-details .simple-grid{margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;}
@media (max-width: 760px) {.open-details{
    padding: 3rem 1.15rem 3.5rem;
  }.open-details .text-footer{
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2.5rem;
  }.open-details .steady-quote{
    gap: 2.5rem;
  }.open-details .content-lead,
  .open-details .content-lead:nth-child(even){
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }.open-details .content-lead:nth-child(even) .featured-flow{
    order: 0;
  }
}
.open-details{
  background: #3A3122;
  color: #FBF7EE;
}
.offer-panel{
    background: #FBF7EE;
    color: #2E271B;
    padding: 4.5rem 1.5rem;
  }
.offer-panel .contact-media{max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
    gap: 3.5rem;
    align-items: start;}
.offer-panel h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 1.25rem;
    letter-spacing: -0.01em;}
.offer-panel .visual-note{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0 0 1.1rem;}
.offer-panel .text-footer p{line-height: 1.7;
    margin: 0 0 1.1rem;}
.offer-panel .text-footer p:last-child{margin-bottom: 0;}
.offer-panel .quiet-team{
    background: #F1E9D8;
    color: #3A3122;
    padding: 1.75rem 1.6rem;
    border-radius: 6px;
  }
.offer-panel .quiet-team h3{font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 0 0 1rem;}
.offer-panel .quiet-team p{margin: 0 0 0.75rem;
    line-height: 1.55;
    font-size: 0.95rem;}
.offer-panel .quiet-team p:last-child{margin-bottom: 0;}
.offer-panel .quiet-team a{color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(58, 49, 34, 0.35);
    padding-bottom: 1px;}
.offer-panel .quiet-team a:hover{border-bottom-color: rgba(58, 49, 34, 0.85);}
.offer-panel .media-group{line-height: 1.6;}
@media (max-width: 760px) {.offer-panel{
      padding: 3rem 1.25rem;
    }.offer-panel .contact-media{
      grid-template-columns: 1fr;
      gap: 2.25rem;
    }.offer-panel h2{
      font-size: 1.5rem;
    }
  }
.offer-panel{
  background: #FBF7EE;
  color: #2E271B;
}
.public-steps{
    background: #FBF7EE;
    color: #2E271B;
    padding: 4.5rem 1.25rem;
  }
.public-steps .contact-media{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem 4rem;
    align-items: start;}
.public-steps .text-footer h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 1.1rem;}
.public-steps .text-footer p{margin: 0 0 1rem;
    line-height: 1.65;}
.public-steps .content-stack{display: flex;
    flex-direction: column;
    gap: 1.1rem;}
.public-steps .secondary-intro{display: flex;
    flex-direction: column;
    gap: 0.4rem;}
.public-steps .secondary-intro label{font-size: 0.9rem;
    letter-spacing: 0.01em;}
.public-steps .secondary-intro input,
  .public-steps .secondary-intro select,
  .public-steps .secondary-intro textarea{
    font: inherit;
    color: #2E271B;
    background: var(--surface-strong);
    border: 1px solid var(--tone-main);
    border-radius: 6px;
    padding: 0.65rem 0.75rem;
    width: 100%;
    box-sizing: border-box;
  }
.public-steps .secondary-intro textarea{resize: vertical;
    min-height: 4.5rem;}
.public-steps .content-stack button{
    font: inherit;
    align-self: flex-start;
    background: #6B7A4F;
    color: #FBF7EE;
    border: none;
    border-radius: 6px;
    padding: 0.75rem 1.4rem;
    cursor: pointer;
    margin-top: 0.3rem;
  }
.public-steps .content-stack button:hover{
    background: #596840;color:var(--line-page);}
.public-steps .offer-rail{grid-column: 1 / -1;
    margin: 0.5rem 0 0;
    font-size: 0.92rem;
    line-height: 1.6;}
.public-steps .offer-rail a{}
@media (max-width: 760px) {.public-steps{
      padding: 3rem 1.1rem;
    }.public-steps .contact-media{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.public-steps .text-footer h2{
      font-size: 1.55rem;
    }
  }
.public-steps{
  background: #3A3122;
  color: #FBF7EE;
}
.site-feature{padding:calc(1.5rem * 2.4) 2rem;background:#FBF7EE;color:#2E271B;}
.narrow-brand{max-width:1140px;margin:0 auto;}
.site-feature h1{margin:0;font-size:calc(15.2px * 2.65);line-height:1.08;}
.contact-details{
    background: #FBF7EE;
    color: #2E271B;
    padding: 72px 24px 88px;
  }
.contact-details .contact-media{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;}
.contact-details .visual-note h1{font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    line-height: 1.18;
    margin: 0 0 22px;
    letter-spacing: -0.01em;}
.contact-details .visual-note p{font-size: 1.04rem;
    line-height: 1.72;
    margin: 0 0 18px;}
.contact-details .visual-note p:last-child{margin-bottom: 0;}
.contact-details .top-rail{
    background: #F1E9D8;
    color: #3A3122;
    padding: 28px 26px 26px;
    border-radius: 10px;
  }
.contact-details .page-team{font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 16px;
    opacity: 0.75;}
.contact-details .top-rail ul{list-style: none;
    padding: 0;
    margin: 0 0 18px;}
.contact-details .top-rail li{font-size: 0.98rem;
    line-height: 1.6;
    padding: 10px 0;
    border-top: 1px solid rgba(58, 49, 34, 0.14);}
.contact-details .top-rail li:first-child{border-top: none;
    padding-top: 0;}
.contact-details .top-rail .contact-steps{font-size: 0.98rem;
    line-height: 1.62;
    margin: 0;
    font-style: italic;
    opacity: 0.9;}
@media (max-width: 780px) {.contact-details{
      padding: 52px 20px 64px;
    }.contact-details .contact-media{
      grid-template-columns: 1fr;
      gap: 36px;
    }
  }
.contact-details{
  background: #FBF7EE;
  color: #2E271B;
}
.block{
    background: #FBF7EE;
    color: #2E271B;
    padding: 72px 24px 88px;
  }
.block .contact-media{max-width: 1080px;
    margin: 0 auto;}
.block .narrow-method h2{font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 600;
    letter-spacing: -0.01em;}
.block .narrow-method p{margin: 0 0 16px;
    line-height: 1.68;
    font-size: 1.02rem;}
.block .narrow-method .visual-note{font-size: 1.12rem;
    line-height: 1.6;}
.block .service-grid{list-style: none;
    margin: 44px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 32px;}
.block .service-fields{display: flex;
    flex-direction: column;}
.block .narrow-steps{
    display: block;
    overflow: hidden;
    border-radius: 6px;
    background: #F1E9D8;color:#3A3122;}
.block .narrow-steps img{display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.5s ease;}
.block .narrow-steps:hover img{transform: scale(1.03);}
.block .steady-callout{padding-top: 18px;}
.block .callout{margin: 0 0 8px;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;}
.block .service-fields h3{margin: 0 0 10px;
    font-size: 1.14rem;
    line-height: 1.35;
    font-weight: 600;}
.block .service-fields h3 a{color: inherit;
    text-decoration: none;}
.block .service-fields h3 a:hover{text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;}
.block .service-fields p{margin: 0;
    line-height: 1.6;
    font-size: 0.96rem;}
.block .contact-steps{margin: 56px 0 0;
    line-height: 1.68;
    font-size: 1rem;}
.block .contact-steps a{text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 860px) {.block .service-grid{
      grid-template-columns: 1fr 1fr;
      gap: 32px 24px;
    }.block .narrow-steps img{
      height: 220px;
    }
  }
@media (max-width: 560px) {.block{
      padding: 52px 18px 64px;
    }.block .service-grid{
      grid-template-columns: 1fr;
      gap: 32px;
    }.block .narrow-steps img{
      height: 240px;
    }
  }
.block{
  background: #3A3122;
  color: #FBF7EE;
}
.plain-benefit{
    background: #FBF7EE;
    color: #2E271B;
    padding: 4.5rem 1.5rem 5rem;
  }
.plain-benefit .contact-media{max-width: 1080px;
    margin: 0 auto;}
.plain-benefit .text-area{display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 2rem 3.5rem;
    align-items: start;
    margin-bottom: 3.5rem;}
.plain-benefit .text-area h2{margin: 0;
    font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.01em;}
.plain-benefit .text-area p{margin: 0 0 1rem;
    font-size: 1.02rem;
    line-height: 1.7;}
.plain-benefit .text-area p:last-child{margin-bottom: 0;}
.plain-benefit .public-fields{display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.75rem 3.5rem;}
.plain-benefit .text-figure h3{margin: 0 0 0.35rem;
    font-size: 1.12rem;
    font-weight: 600;
    line-height: 1.3;}
.plain-benefit .text-figure .featured-plan{margin: 0 0 0.85rem;
    font-size: 0.88rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;color:inherit;}
.plain-benefit .text-figure p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
@media (max-width: 760px) {.plain-benefit{
      padding: 3rem 1.25rem 3.5rem;
    }.plain-benefit .text-area{
      grid-template-columns: 1fr;
      gap: 1.25rem;
      margin-bottom: 2.5rem;
    }.plain-benefit .public-fields{
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
.plain-benefit{
  background: #FBF7EE;
  color: #2E271B;
}
.top-section{
    background: #FBF7EE;
    color: #2E271B;
    padding: 4.5rem 1.25rem;
  }
.top-section .contact-media{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
    gap: 2.5rem 3.5rem;
    align-items: start;}
.top-section .text-footer{grid-column: 1;
    
    top: 1rem;}
.top-section .text-footer h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 600;}
.top-section .visual-note{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.top-section .soft-region{grid-column: 2;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;}
.top-section .service-surface{padding-left: 1.25rem;
    border-left: 2px solid var(--tone-main, #E4D9C2);}
.top-section .service-surface h3{font-size: 1.15rem;
    margin: 0 0 0.5rem;
    font-weight: 600;}
.top-section .service-surface p{margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
.top-section .contact-steps{grid-column: 1 / -1;
    margin: 1rem 0 0;
    font-size: 1rem;
    line-height: 1.7;
    max-width: 100%;}
.top-section .contact-steps a{text-decoration: underline;
    text-underline-offset: 3px;}
.top-section .contact-steps a:hover{}
@media (max-width: 780px) {.top-section{
      padding: 3rem 1rem;
    }.top-section .contact-media{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.top-section .text-footer{
      position: static;
    }.top-section .soft-region,
    .top-section .contact-steps{
      grid-column: 1;
    }
  }
.top-section{
  background: #3A3122;
  color: #FBF7EE;
}
.steady-lead{
    background: #FBF7EE;
    color: #2E271B;
    padding: 4.5rem 1.5rem 5rem;
  }
.steady-lead .contact-media{max-width: 1080px;
    margin: 0 auto;}
.steady-lead .text-footer{margin-bottom: 3rem;}
.steady-lead .text-footer h2{font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 600;}
.steady-lead .text-footer p{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;}
.steady-lead .service-grid{display: flex;
    flex-direction: column;
    gap: 2.4rem;}
.steady-lead .service-fields{padding-bottom: 2.2rem;
    border-bottom: 1px solid #E4D9C2;}
.steady-lead .service-fields:last-of-type{border-bottom: none;
    padding-bottom: 0;}
.steady-lead .service-fields h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0 0 0.7rem;
    font-weight: 600;}
.steady-lead .service-fields p{font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 0.6rem;}
.steady-lead .service-fields .callout{font-size: 0.88rem;
    letter-spacing: 0.02em;color:inherit;
    margin: 0;}
.steady-lead .contact-steps{margin: 3rem 0 0;
    font-size: 1rem;
    line-height: 1.7;}
.steady-lead .contact-steps a{color: #B4553A;
    text-decoration: underline;
    text-underline-offset: 3px;}
.steady-lead .contact-steps a:hover{color: #9A4630;}
@media (min-width: 720px) {.steady-lead{
      padding: 5.5rem 2.5rem 6rem;
    }.steady-lead .service-grid{
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 3.5rem;
      row-gap: 2.8rem;
    }.steady-lead .service-fields{
      padding-bottom: 0;
      border-bottom: none;
    }.steady-lead .service-fields:nth-child(odd){
      padding-right: 1.5rem;
    }.steady-lead .service-fields:nth-child(even){
      padding-left: 1.5rem;
      border-left: 1px solid #E4D9C2;
    }
  }
.steady-lead{
  background: #FBF7EE;
  color: #2E271B;
}
.bottom-flow{
    background: #FBF7EE;
    color: #2E271B;
    padding: 72px 24px 84px;
  }
.bottom-flow .contact-media{max-width: 1080px;
    margin: 0 auto;}
.bottom-flow .text-footer{display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 40px 56px;
    align-items: start;
    margin-bottom: 56px;}
.bottom-flow h2{font-size: 1.75rem;
    line-height: 1.25;
    font-weight: 600;
    margin: 0;
    letter-spacing: -0.01em;}
.bottom-flow .text-footer p{margin: 0;
    font-size: 1rem;
    line-height: 1.7;color:inherit;}
.bottom-flow .contact-stack{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;}
.bottom-flow .visual-form{padding: 28px 0;
    border-top: 1px solid var(--tone-main);}
.bottom-flow .visual-form:last-child{border-bottom: 1px solid var(--tone-main);}
.bottom-flow blockquote{margin: 0 0 12px;
    font-size: 1.05rem;
    line-height: 1.7;color:inherit;}
.bottom-flow .contact-frame{margin: 0;
    font-size: 0.9rem;
    letter-spacing: 0.02em;color:inherit;}
@media (max-width: 720px) {.bottom-flow{
      padding: 52px 20px 64px;
    }.bottom-flow .text-footer{
      grid-template-columns: 1fr;
      gap: 20px;
      margin-bottom: 40px;
    }.bottom-flow h2{
      font-size: 1.45rem;
    }.bottom-flow blockquote{
      font-size: 1rem;
    }
  }
.bottom-flow{
  background: #FBF7EE;
  color: #2E271B;
}
.soft-media{
    background: #FBF7EE;
    color: #2E271B;
    padding: 72px 24px 80px;
  }
.soft-media .contact-media{max-width: 760px;
    margin: 0 auto;}
.soft-media h2{font-size: 1.65rem;
    line-height: 1.25;
    font-weight: 500;
    margin: 0 0 28px;
    letter-spacing: -0.005em;}
.soft-media .visual-note{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0 0 22px;}
.soft-media p{font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 20px;}
.soft-media p:last-child{margin-bottom: 0;}
@media (max-width: 600px) {.soft-media{
      padding: 52px 20px 60px;
    }.soft-media h2{
      font-size: 1.35rem;
      margin-bottom: 22px;
    }
  }
.soft-media{
  background: #3A3122;
  color: #FBF7EE;
}
.compact-proof{
    --type-small: #E4D9C2;
    background: #FBF7EE;
    color: #2E271B;
    padding: 4.5rem 1.5rem 5rem;
  }
.compact-proof .contact-media{max-width: 1080px;
    margin: 0 auto;}
.compact-proof .text-footer{margin-bottom: 3rem;}
.compact-proof .text-footer h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 600;}
.compact-proof .text-footer p{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;}
.compact-proof .strong-nav{display: flex;
    flex-direction: column;
    gap: 2.75rem;}
.compact-proof .page-track{padding-bottom: 2.5rem;
    border-bottom: 1px solid var(--type-small);}
.compact-proof .page-track:last-child{border-bottom: none;
    padding-bottom: 0;}
.compact-proof .page-track h3{font-size: 1.3rem;
    margin: 0 0 0.6rem;
    font-weight: 600;}
.compact-proof .page-track .visual-note{font-size: 1rem;
    line-height: 1.65;
    margin: 0 0 1.1rem;}
.compact-proof .page-track ul{list-style: none;
    padding: 0;
    margin: 0 0 1.4rem;}
.compact-proof .page-track li{position: relative;
    padding-left: 1.1rem;
    margin-bottom: 0.55rem;
    font-size: 0.98rem;
    line-height: 1.6;}
.compact-proof .page-track li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #6B7A4F;color:#FBF7EE;}
.compact-proof .active-story{display: inline-block;
    font-size: 0.95rem;color:inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;}
.compact-proof .active-story:hover{color: #596840;}
.compact-proof .team-service{margin: 3rem 0 0;
    font-size: 0.98rem;
    line-height: 1.7;}
.compact-proof .team-service a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;}
.compact-proof .team-service a:hover{color: #596840;}
@media (min-width: 820px) {.compact-proof{
      padding: 5.5rem 2.5rem 6rem;
    }.compact-proof .text-footer h2{
      font-size: 2.2rem;
    }.compact-proof .page-track{
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
      column-gap: 3rem;
      align-items: start;
    }.compact-proof .page-track h3{
      grid-column: 1;
      margin-bottom: 0.5rem;
    }.compact-proof .page-track .visual-note{
      grid-column: 1;
      margin-bottom: 0;
    }.compact-proof .page-track ul{
      grid-column: 2;
      grid-row: 1 / span 2;
      margin-bottom: 0;
    }.compact-proof .page-track .active-story{
      grid-column: 1;
      margin-top: 1rem;
      justify-self: start;
    }
  }
.compact-proof{
  background: #FBF7EE;
  color: #2E271B;
}
.plain-tile{
  background: #FBF7EE;
  color: #2E271B;
  padding: 5rem 1.5rem;
}
.plain-tile .contact-media{max-width: 780px;
  margin: 0 auto;}
.plain-tile h2{font-size: clamp(1.6rem, 3vw, 2.1rem);
  line-height: 1.25;
  margin: 0 0 1.8rem;
  font-weight: 500;}
.plain-tile .visual-note{font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 0 1.2rem;}
.plain-tile p{font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 1.2rem;}
.plain-tile .team-service{display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  margin-top: 2.2rem;}
.plain-tile .team-service a{text-decoration: none;
  font-size: 0.98rem;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;}
.plain-tile .team-service a:hover{}
@media (max-width: 560px) {.plain-tile{
    padding: 3.2rem 1.2rem;
  }.plain-tile .team-service{
    flex-direction: column;
    gap: 1rem;
  }
}
.plain-tile{
  background: #3A3122;
  color: #FBF7EE;
}
.text-copy{
    background: #FBF7EE;
    color: #2E271B;
    padding: 96px 24px;
  }
.text-copy .contact-media{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 64px;
    align-items: start;}
.text-copy .top-body h2{margin: 0 0 24px;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 600;}
.text-copy .top-body p{margin: 0 0 18px;
    font-size: 1.05rem;
    line-height: 1.65;}
.text-copy .top-body p:last-child{margin-bottom: 0;}
.text-copy .wide-callout{padding-top: 8px;}
.text-copy .go{
    display: inline-block;
    background: #6B7A4F;
    color: #FBF7EE;
    padding: 16px 28px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
  }
.text-copy .go:hover{
    background: #596840;color:var(--line-page);}
.text-copy .team-service{margin: 20px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.85;}
.text-copy .team-service a{color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.text-copy .team-service a:hover{}
@media (max-width: 760px) {.text-copy{
      padding: 64px 20px;
    }.text-copy .contact-media{
      grid-template-columns: 1fr;
      gap: 36px;
    }.text-copy .top-body h2{
      font-size: 1.6rem;
    }
  }
.text-copy{
  background: #3A3122;
  color: #FBF7EE;
}
.soft-media{
    background: #FBF7EE;
    color: #2E271B;
    padding: 72px 24px 88px;
  }
.soft-media .contact-media{max-width: 760px;
    margin: 0 auto;}
.soft-media h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 24px;
    font-weight: 600;}
.soft-media p{font-size: 1.0625rem;
    line-height: 1.7;
    margin: 0 0 36px;}
.soft-media h3{font-size: 1.125rem;
    line-height: 1.4;
    margin: 0 0 20px;
    font-weight: 600;}
.soft-media ul{list-style: none;
    margin: 0;
    padding: 0;}
.soft-media li{font-size: 1rem;
    line-height: 1.65;
    padding: 16px 0;
    border-top: 1px solid var(--tone-main, #E4D9C2);}
.soft-media li:last-child{border-bottom: 1px solid var(--tone-main, #E4D9C2);}
@media (max-width: 640px) {.soft-media{
      padding: 52px 20px 64px;
    }.soft-media h2{
      font-size: 1.4rem;
    }.soft-media p{
      font-size: 1rem;
      margin-bottom: 28px;
    }.soft-media li{
      padding: 14px 0;
    }
  }
.local-items{
    background: #FBF7EE;
    color: #2E271B;
    padding: 72px 24px 88px;
  }
.local-items .contact-media{max-width: 1080px;
    margin: 0 auto;}
.local-items .narrow-method{margin-bottom: 56px;}
.local-items .narrow-method h2{font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 16px;
    font-weight: 500;}
.local-items .visual-note{margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;}
.local-items .service-grid{display: flex;
    flex-direction: column;
    gap: 56px;}
.local-items .service-fields{display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
    gap: 40px;
    align-items: center;}
.local-items .service-fields:nth-child(even){grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);}
.local-items .service-fields:nth-child(even) .narrow-steps{order: 2;}
.local-items .narrow-steps{
    margin: 0;
    border-radius: 4px;
    overflow: hidden;
    background: #F1E9D8;color:#3A3122;}
.local-items .narrow-steps img{display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;}
.local-items .top-rail h3{margin: 0 0 12px;
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 500;}
.local-items .top-rail p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
@media (max-width: 720px) {.local-items{
      padding: 48px 20px 64px;
    }.local-items .narrow-method{
      margin-bottom: 40px;
    }.local-items .service-grid{
      gap: 40px;
    }.local-items .service-fields,
    .local-items .service-fields:nth-child(even){
      grid-template-columns: 1fr;
      gap: 20px;
    }.local-items .service-fields:nth-child(even) .narrow-steps{
      order: 0;
    }
  }
.local-items{
  background: #3A3122;
  color: #FBF7EE;
}
.fresh-group{
  background: #FBF7EE;
  color: #2E271B;
  padding: 72px 24px 88px;
}
.fresh-group .contact-media{max-width: 1080px;
  margin: 0 auto;}
.fresh-group .text-footer{margin-bottom: 56px;}
.fresh-group h2{font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: 500;}
.fresh-group .visual-note{font-size: 1.08rem;
  line-height: 1.65;
  margin: 0;}
.fresh-group .top-shell{display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 48px;}
.fresh-group .top-shell.reverse{flex-direction: row-reverse;}
.fresh-group .main-rail{flex: 1 1 55%;}
.fresh-group .main-rail h3{font-size: 1.3rem;
  margin: 0 0 12px;
  font-weight: 500;}
.fresh-group .main-rail p{font-size: 1rem;
  line-height: 1.7;
  margin: 0;}
.fresh-group .top-shell img{flex: 1 1 45%;
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 4px;
  display: block;}
.fresh-group .team-service{margin: 24px 0 0;
  font-size: 0.98rem;
  line-height: 1.6;}
.fresh-group .team-service a{color:inherit;
  text-decoration: underline;
  text-underline-offset: 3px;}
.fresh-group .team-service a:hover{color:inherit;}
@media (max-width: 720px) {.fresh-group{
    padding: 48px 18px 64px;
  }.fresh-group .top-shell,
  .fresh-group .top-shell.reverse{
    flex-direction: column;
    gap: 20px;
  }.fresh-group .top-shell img{
    height: 200px;
  }.fresh-group h2{
    font-size: 1.6rem;
  }
}
.fresh-group{
  background: #FBF7EE;
  color: #2E271B;
}
.soft-media{
    background: #FBF7EE;
    color: #2E271B;
    padding: 4.5rem 1.5rem;
  }
.soft-media .contact-media{max-width: 720px;
    margin: 0 auto;}
.soft-media h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.25;
    margin: 0 0 1.5rem;
    font-weight: 600;}
.soft-media h3{font-size: 1.15rem;
    line-height: 1.3;
    margin: 2.75rem 0 1.25rem;
    font-weight: 600;}
.soft-media p{font-size: 1.02rem;
    line-height: 1.7;
    margin: 0 0 1.15rem;}
.soft-media .soft-footer{list-style: none;
    margin: 0;
    padding: 0;}
.soft-media .soft-footer li{padding: 0 0 1.5rem;
    margin: 0 0 1.5rem;
    border-bottom: 1px solid var(--tone-main, #E4D9C2);}
.soft-media .soft-footer li:last-child{border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;}
.soft-media .local-grid{font-weight: 600;
    font-size: 1.02rem;
    margin: 0 0 0.55rem;}
.soft-media .top-wrap{margin: 0;}
@media (max-width: 640px) {.soft-media{
      padding: 3rem 1.15rem;
    }.soft-media .soft-footer li{
      padding-bottom: 1.25rem;
      margin-bottom: 1.25rem;
    }
  }
.soft-region{
    background: #FBF7EE;
    color: #2E271B;
    padding: 72px 24px;
  }
.soft-region .contact-media{max-width: 720px;
    margin: 0 auto;}
.soft-region h2{font-size: 1.6rem;
    line-height: 1.25;
    margin: 0 0 16px;
    font-weight: 600;}
.soft-region .visual-note{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 40px;}
.soft-region .narrow-service{list-style: none;
    margin: 0;
    padding: 0;}
.soft-region .service-surface{padding: 22px 0;
    border-top: 1px solid var(--tone-main, #E4D9C2);}
.soft-region .service-surface:last-child{border-bottom: 1px solid var(--tone-main, #E4D9C2);}
.soft-region .wide-nav{font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0 0 6px;
    opacity: 0.72;}
.soft-region .service-surface h3{font-size: 1.12rem;
    margin: 0 0 8px;
    font-weight: 600;}
.soft-region .service-surface p{margin: 0;
    line-height: 1.65;
    font-size: 0.98rem;}
.soft-region .service-surface p + p{margin-top: 8px;}
.soft-region a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 560px) {.soft-region{
      padding: 48px 18px;
    }.soft-region h2{
      font-size: 1.35rem;
    }
  }
.soft-region{
  background: #FBF7EE;
  color: #2E271B;
}
.service-lead{
    background: #FBF7EE;
    color: #2E271B;
    padding: 4.5rem 1.5rem 5rem;
  }
.service-lead .contact-media{max-width: 960px;
    margin: 0 auto;
    display: grid;
    gap: 3rem;}
.service-lead .text-footer h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 600;}
.service-lead .text-footer p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.service-lead .open-quote{display: grid;
    grid-template-columns: 1fr;
    gap: 2.25rem;}
.service-lead .service-fields h3,
  .service-lead .clear-contact h3{font-size: 1.15rem;
    margin: 0 0 0.6rem;
    font-weight: 600;}
.service-lead .service-fields p{margin: 0 0 0.75rem;
    line-height: 1.6;}
.service-lead .service-fields a{color:inherit;
    text-decoration: none;
    font-weight: 600;
    word-break: break-word;}
.service-lead .service-fields a:hover{text-decoration: underline;}
.service-lead .service-fields .clear-feature{margin: 0;
    color: #3A3122;}
.service-lead .clear-contact{
    background: #F1E9D8;
    color: #3A3122;
    padding: 1.75rem 1.5rem;
    border-radius: 10px;
  }
.service-lead .clear-contact p{margin: 0;
    line-height: 1.65;}
@media (min-width: 720px) {.service-lead{
      padding: 5.5rem 2rem 6rem;
    }.service-lead .open-quote{
      grid-template-columns: repeat(3, 1fr);
      gap: 2.5rem;
    }
  }
.service-lead{
  background: #FBF7EE;
  color: #2E271B;
}
.plain-method{
  background: #FBF7EE;
  color: #2E271B;
  padding: 4.5rem 1.5rem 5rem;
}
.plain-method .contact-media{max-width: 1080px;
  margin: 0 auto;}
.plain-method h2{font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  line-height: 1.2;
  margin: 0 0 1.1rem;
  font-weight: 600;}
.plain-method .visual-note{font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 0 2.8rem;}
.plain-method .fresh-panel{display: grid;
  grid-template-columns: 1.1fr 0.95fr 1.15fr;
  gap: 2.5rem;}
.plain-method .team-service h3{font-size: 1.05rem;
  margin: 0 0 0.6rem;
  font-weight: 600;}
.plain-method .team-service p{font-size: 0.97rem;
  line-height: 1.65;
  margin: 0 0 0.9rem;}
.plain-method .team-service a{display: inline-block;
  text-decoration: none;
  font-size: 0.98rem;
  border-bottom: 1px solid rgba(107, 122, 79, 0.4);
  padding-bottom: 1px;
  margin-bottom: 0.5rem;}
.plain-method .team-service a:hover{border-bottom-color: #596840;}
.plain-method .team-service address{font-style: normal;
  font-size: 0.97rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;}
.plain-method .page-surface{display: block;
  font-size: 0.85rem;
  opacity: 0.75;}
.plain-method .visual-media{margin: 3rem 0 0;
  font-size: 0.98rem;
  line-height: 1.7;
  opacity: 0.9;}
@media (max-width: 860px) {.plain-method .fresh-panel{
    grid-template-columns: 1fr;
    gap: 2rem;
  }.plain-method{
    padding: 3rem 1.25rem 3.5rem;
  }
}
.page-panel{
    background: #FBF7EE;
    color: #2E271B;
    padding: 4.5rem 1.5rem;
  }
.page-panel .contact-media{max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;}
.page-panel .visual-note h2{font-size: 1.65rem;
    line-height: 1.25;
    margin: 0 0 0.9rem;
    font-weight: 600;}
.page-panel .visual-note p{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;}
.page-panel .service-grid{display: grid;
    grid-template-columns: 1fr;
    gap: 1.75rem;}
.page-panel .service-fields{padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--tone-main, #E4D9C2);}
.page-panel .service-fields:last-child{border-bottom: none;
    padding-bottom: 0;}
.page-panel .service-fields h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0 0 0.55rem;
    font-weight: 600;}
.page-panel .service-fields h3 a{text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.page-panel .service-fields h3 a:hover{border-bottom-color: #6B7A4F;}
.page-panel .service-fields p{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0 0 0.5rem;}
.page-panel .service-fields .top-rail{font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.75;
    margin: 0;}
.page-panel .team-service{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;}
.page-panel .team-service a{text-decoration: none;
    border-bottom: 1px solid #6B7A4F;}
.page-panel .team-service a:hover{border-bottom-color: var(--surface-warm, #B4553A);}
@media (min-width: 760px) {.page-panel{
      padding: 5.5rem 2rem;
    }.page-panel .contact-media{
      grid-template-columns: 0.9fr 1.4fr;
      gap: 3.5rem;
      align-items: start;
    }.page-panel .visual-note{
      
      top: 2rem;
    }.page-panel .visual-note h2{
      font-size: 1.85rem;
    }.page-panel .team-service{
      grid-column: 1 / -1;
      padding-top: 1rem;
    }
  }
.soft-media{
  background: #FBF7EE;
  color: #2E271B;
  padding: 4.5rem 1.5rem;
}
.soft-media .contact-media{max-width: 720px;
  margin: 0 auto;}
.soft-media h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.25;
  margin: 0 0 1.5rem;
  font-weight: 600;}
.soft-media .visual-note{font-size: 1.125rem;
  line-height: 1.65;
  margin: 0 0 1.5rem;}
.soft-media p{font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 1.25rem;}
.soft-media p:last-child{margin-bottom: 0;}
@media (max-width: 640px) {.soft-media{
    padding: 3rem 1.25rem;
  }
}
.page-area{
    background: #FBF7EE;
    color: #2E271B;
    padding: 4rem 1.5rem;
  }
.page-area .contact-media{max-width: 760px;
    margin: 0 auto;}
.page-area h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 1.25rem;
    font-weight: 600;}
.page-area .visual-note{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 3rem;}
.page-area .service-grid{display: flex;
    flex-direction: column;
    gap: 2.5rem;}
.page-area .service-fields h3{font-size: 1.15rem;
    line-height: 1.4;
    margin: 0 0 0.6rem;
    font-weight: 600;}
.page-area .service-fields p{font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 0.75rem;}
.page-area .service-fields .contact-frame{font-size: 0.9rem;
    margin: 0;
    opacity: 0.75;}
@media (max-width: 600px) {.page-area{
      padding: 3rem 1.25rem;
    }.page-area h2{
      font-size: 1.55rem;
    }.page-area .visual-note{
      margin-bottom: 2.25rem;
    }.page-area .service-grid{
      gap: 2rem;
    }
  }
.page-area{
  background: #3A3122;
  color: #FBF7EE;
}
.narrow-menu{
    background: #FBF7EE;
    color: #2E271B;
    padding: 72px 24px 88px;
  }
.narrow-menu .contact-media{max-width: 880px;
    margin: 0 auto;}
.narrow-menu h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 18px;
    font-weight: 600;
    letter-spacing: -0.01em;}
.narrow-menu .visual-note{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 40px;}
.narrow-menu .service-grid{margin: 0;
    padding: 0;}
.narrow-menu .service-fields{padding: 22px 0;}
.narrow-menu .service-fields + .service-fields{border-top: 1px solid var(--tone-main, #E4D9C2);}
.narrow-menu dt{font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 8px;}
.narrow-menu dd{margin: 0;
    font-size: 0.97rem;
    line-height: 1.7;}
.narrow-menu .team-service{margin: 44px 0 0;
    font-size: 0.95rem;
    line-height: 1.7;}
.narrow-menu .team-service a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.narrow-menu .team-service a:hover{color: #596840;}
@media (max-width: 640px) {.narrow-menu{
      padding: 52px 18px 64px;
    }.narrow-menu .visual-note{
      margin-bottom: 28px;
    }.narrow-menu .service-fields{
      padding: 18px 0;
    }
  }
.bottom-flow{
    --ink-page: #FBF7EE;
    --ink-deep: #2E271B;
    --tone-extra-19: #6b6152;
    --tone-extra-16: #6B7A4F;
    background: var(--ink-page);
    color: var(--ink-deep);
    padding: 5rem 1.5rem;
  }
.bottom-flow .contact-media{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3.5rem;}
.bottom-flow .visual-note h2{font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.25;
    margin: 0 0 1.25rem;
    font-weight: 600;
    letter-spacing: -0.01em;}
.bottom-flow .visual-note p{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;}
.bottom-flow .text-content{display: grid;
    grid-template-columns: 1fr;
    gap: 2.75rem;}
.bottom-flow .service-fields .steady-callout{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 0.85rem;}
.bottom-flow .service-fields .callout{font-size: 0.9rem;
    letter-spacing: 0.02em;
    margin: 0;}
.bottom-flow .narrow-steps{margin: 0;}
.bottom-flow .narrow-steps img{display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;}
.bottom-flow .narrow-steps figcaption{margin-top: 0.75rem;
    font-size: 0.88rem;}
@media (min-width: 760px) {.bottom-flow{
      padding: 6.5rem 2.5rem;
    }.bottom-flow .contact-media{
      grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
      column-gap: 4rem;
      row-gap: 3rem;
      align-items: start;
    }.bottom-flow .visual-note{
      grid-column: 1;
      grid-row: 1;
    }.bottom-flow .text-content{
      grid-column: 2;
      grid-row: 1 / span 2;
      gap: 3rem;
    }.bottom-flow .narrow-steps{
      grid-column: 1;
      grid-row: 2;
    }
  }
.bottom-flow{
  background: #3A3122;
  color: #FBF7EE;
}
.steady-lead{
    background: #FBF7EE;
    color: #2E271B;
    padding: 5rem 1.5rem 5.5rem;
  }
.steady-lead .contact-media{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 3.5rem 4.5rem;
    align-items: start;}
.steady-lead .text-footer h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.25;
    margin: 0 0 1.4rem;
    font-weight: 600;
    letter-spacing: -0.01em;}
.steady-lead .text-footer p{margin: 0 0 1.1rem;
    line-height: 1.7;
    font-size: 1.02rem;}
.steady-lead .text-footer p:last-child{margin-bottom: 0;}
.steady-lead .service-grid{display: flex;
    flex-direction: column;
    gap: 1.9rem;}
.steady-lead .service-fields h3{font-size: 1.08rem;
    margin: 0 0 0.5rem;
    font-weight: 600;color:inherit;}
.steady-lead .service-fields p{margin: 0;
    line-height: 1.68;
    font-size: 0.98rem;}
@media (max-width: 820px) {.steady-lead{
      padding: 3.5rem 1.25rem 4rem;
    }.steady-lead .contact-media{
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }
  }
.plain-tile{
    background: #FBF7EE;
    color: #2E271B;
    padding: 4.5rem 1.5rem;
  }
.plain-tile .contact-media{max-width: 780px;
    margin: 0 auto;}
.plain-tile h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.25;
    margin: 0 0 1.4rem;
    font-weight: 600;
    letter-spacing: -0.01em;}
.plain-tile .visual-note{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 3rem;}
.plain-tile .text-contact{display: flex;
    flex-direction: column;
    gap: 2.4rem;}
.plain-tile .service-fields h3{font-size: 1.15rem;
    margin: 0 0 0.6rem;
    font-weight: 600;}
.plain-tile .service-fields p{margin: 0;
    line-height: 1.7;
    font-size: 1rem;}
.plain-tile .team-service{margin: 3.2rem 0 0;
    font-size: 0.98rem;
    line-height: 1.7;}
.plain-tile .team-service a{text-decoration: underline;
    text-underline-offset: 3px;}
.plain-tile .team-service a:hover{}
@media (max-width: 600px) {.plain-tile{
      padding: 3rem 1.2rem;
    }.plain-tile .text-contact{
      gap: 2rem;
    }
  }
.public-tile{
    background: #FBF7EE;
    color: #2E271B;
    padding: 5rem 1.5rem;
  }
.public-tile .contact-media{max-width: 1080px;
    margin: 0 auto;}
.public-tile .text-footer h2{font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 600;}
.public-tile .text-footer p{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 3rem;}
.public-tile .public-figure{display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 3rem;
    align-items: start;}
.public-tile .secondary-surface{list-style: none;
    margin: 0;
    padding: 0;}
.public-tile .open-view{padding: 0 0 1.6rem;}
.public-tile .open-view + .open-view{padding-top: 1.6rem;
    border-top: 1px solid #E4D9C2;}
.public-tile .open-view h3{font-size: 1.15rem;
    margin: 0 0 0.5rem;
    font-weight: 600;}
.public-tile .open-view p{margin: 0;
    line-height: 1.65;
    font-size: 1rem;}
.public-tile .narrow-steps{margin: 0;}
.public-tile .narrow-steps img{display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;}
.public-tile .narrow-steps figcaption{margin-top: 0.85rem;
    font-size: 0.9rem;
    line-height: 1.55;}
.public-tile .team-service{margin: 3rem 0 0;
    line-height: 1.7;
    font-size: 1rem;}
.public-tile .team-service a{text-decoration: underline;
    text-underline-offset: 3px;}
.public-tile .team-service a:hover{}
@media (max-width: 780px) {.public-tile{
      padding: 3.5rem 1.25rem;
    }.public-tile .public-figure{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.public-tile .text-footer p{
      margin-bottom: 2rem;
    }
  }
.public-tile{
  background: #3A3122;
  color: #FBF7EE;
}
.page-panel{
    background: #FBF7EE;
    color: #2E271B;
    padding: 4.5rem 1.5rem 5rem;
  }
.page-panel .contact-media{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 3rem 4rem;
    align-items: start;}
.page-panel .visual-note h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 600;}
.page-panel .visual-note p{margin: 0;
    line-height: 1.65;
    color: #3A3122;}
.page-panel .service-grid{list-style: none;
    margin: 0;
    padding: 0;}
.page-panel .service-fields{padding: 1.35rem 0;}
.page-panel .service-fields + .service-fields{border-top: 1px solid var(--tone-main, #E4D9C2);}
.page-panel .service-fields:first-child{padding-top: 0;}
.page-panel .service-fields h3{margin: 0 0 0.5rem;
    font-size: 1.15rem;
    line-height: 1.35;
    font-weight: 600;}
.page-panel .service-fields h3 a{color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.page-panel .service-fields h3 a:hover,
  .page-panel .service-fields h3 a:focus-visible{border-bottom-color: #6B7A4F;}
.page-panel .service-fields p{margin: 0;
    line-height: 1.6;
    color: #3A3122;}
.page-panel .team-service{grid-column: 1 / -1;
    margin: 1rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #3A3122;}
.page-panel .team-service a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.page-panel .team-service a:hover,
  .page-panel .team-service a:focus-visible{color: var(--surface-warm, #B4553A);}
@media (max-width: 780px) {.page-panel{
      padding: 3rem 1.25rem 3.5rem;
    }.page-panel .contact-media{
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
.page-panel{
  background: #FBF7EE;
  color: #2E271B;
}
.fresh-group{
  background: #FBF7EE;
  color: #2E271B;
  padding: 4.5rem 1.5rem;
}
.fresh-group .contact-media{max-width: 1080px;
  margin: 0 auto;
  display: grid;
  gap: 3rem;}
.fresh-group .visual-note h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  line-height: 1.2;
  margin: 0 0 1rem;
  font-weight: 500;}
.fresh-group .visual-note p{font-size: 1.05rem;
  line-height: 1.65;
  margin: 0;}
.fresh-group .service-grid{display: grid;
  gap: 2.5rem;}
.fresh-group .service-fields h3{font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 0.6rem;}
.fresh-group .service-fields p{font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 0.7rem;}
.fresh-group .service-fields .top-rail{
  font-size: 0.92rem;
  color: #3A3122;
  background: #F1E9D8;
  padding: 0.6rem 0.85rem;
  border-radius: 6px;
  margin: 0;
}
.fresh-group .contact-steps{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1rem 1.5rem;
  padding-top: 1rem;}
.fresh-group .contact-steps p{margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  flex: 1 1 320px;}
.fresh-group .contact-steps a{text-decoration: underline;
  text-underline-offset: 3px;}
.fresh-group .team-service{
  display: inline-block;
  background: #6B7A4F;
  color: #FBF7EE;
  padding: 0.7rem 1.2rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.95rem;
  flex: 0 0 auto;
}
.fresh-group .team-service:hover{
  background: #596840;color:var(--line-page);}
@media (min-width: 820px) {.fresh-group .contact-media{
    grid-template-columns: 1fr 1.4fr;
    gap: 3.5rem 4rem;
    align-items: start;
  }.fresh-group .visual-note{
    position: relative;
    top: 0.4rem;
  }.fresh-group .contact-steps{
    grid-column: 1 / -1;
  }
}
.fresh-group{
  background: #3A3122;
  color: #FBF7EE;
}
.compact-proof{
    background: #FBF7EE;
    color: #2E271B;
    padding: 4.5rem 1.25rem 5rem;
  }
.compact-proof .contact-media{max-width: 1080px;
    margin: 0 auto;}
.compact-proof .text-footer{margin-bottom: 3rem;
    max-width: 720px;}
.compact-proof h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 600;}
.compact-proof .visual-note{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.compact-proof .strong-nav{display: grid;
    gap: 2.75rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));}
.compact-proof .page-track{display: flex;
    flex-direction: column;
    gap: 0.85rem;}
.compact-proof .page-track h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0;
    font-weight: 600;}
.compact-proof .page-track p{margin: 0;
    line-height: 1.6;
    font-size: 0.98rem;}
.compact-proof .page-track .top-rail{font-size: 0.88rem;
    color: #3A3122;
    opacity: 0.85;}
.compact-proof .active-story{
    align-self: flex-start;
    margin-top: 0.35rem;
    padding: 0.55rem 1.1rem;
    background: #6B7A4F;
    color: #FBF7EE;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.92rem;
    line-height: 1;
    transition: background 0.2s ease;
  }
.compact-proof .active-story:hover{
    background: #596840;color:var(--line-page);}
.compact-proof .team-service{margin: 3.5rem 0 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.compact-proof .team-service a{color: #B4553A;
    text-decoration: underline;
    text-underline-offset: 3px;}
.compact-proof .team-service a:hover{color: #9A4630;}
@media (max-width: 640px) {.compact-proof{
      padding: 3rem 1rem 3.5rem;
    }.compact-proof .strong-nav{
      gap: 2.25rem;
    }
  }
.direct-body{
    background: #FBF7EE;
    color: #2E271B;
    padding: 4.5rem 1.5rem 5rem;
  }
.direct-body .contact-media{max-width: 760px;
    margin: 0 auto;}
.direct-body .clear-actions{margin-bottom: 2.25rem;}
.direct-body .media-inner{font-size: 0.9rem;
    letter-spacing: 0.02em;
    color: #3A3122;
    margin: 0 0 0.75rem;}
.direct-body h1{font-size: clamp(1.9rem, 4vw, 2.7rem);
    line-height: 1.15;
    margin: 0 0 0.9rem;
    font-weight: 600;}
.direct-body .public-menu{font-size: 1.15rem;
    line-height: 1.5;
    color: #3A3122;
    margin: 0;}
.direct-body .public-body{margin: 0 0 2.5rem;}
.direct-body .public-body img{display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;}
.direct-body .plain-list p{font-size: 1.08rem;
    line-height: 1.75;
    margin: 0 0 1.4rem;}
.direct-body .plain-list p:last-child{margin-bottom: 0;}
.direct-body .strong-region{display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-top: 3rem;
    padding-top: 1.75rem;
    border-top: 1px solid var(--tone-main);}
.direct-body .strong-region a{color:inherit;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.4;}
.direct-body .strong-region a:hover{text-decoration: underline;}
@media (max-width: 600px) {.direct-body{
      padding: 3rem 1.15rem 3.5rem;
    }.direct-body .plain-list p{
      font-size: 1.02rem;
    }
  }
.direct-body{
  background: #FBF7EE;
  color: #2E271B;
}
.plain-method{
    background: #FBF7EE;
    color: #2E271B;
    padding: 4.5rem 1.5rem 5rem;
  }
.plain-method .contact-media{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 3rem;}
.plain-method .visual-note{display: grid;
    gap: 1rem;}
.plain-method h2{margin: 0;
    font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.2;
    font-weight: 600;}
.plain-method h3{margin: 0 0 0.5rem;
    font-size: 1.05rem;
    font-weight: 600;}
.plain-method p{margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
.plain-method .fresh-panel{display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 3rem;}
.plain-method .team-service{display: grid;
    gap: 0.6rem;
    align-content: start;}
.plain-method .team-service a{text-decoration: none;
    font-weight: 600;
    width: fit-content;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.plain-method .team-service a:hover{}
.plain-method .plain-surface{
    display: grid;
    gap: 0.9rem;
    background: #F1E9D8;
    color: #3A3122;
    padding: 2rem 2.2rem;
    border-radius: 14px;
  }
.plain-method .plain-surface .steady-story{font-size: 0.95rem;
    line-height: 1.65;}
.plain-method .plain-surface .steady-story a{text-decoration: none;
    border-bottom: 1px solid currentColor;}
.plain-method .plain-surface .steady-story a:hover{}
@media (max-width: 720px) {.plain-method{
      padding: 3rem 1.25rem 3.5rem;
    }.plain-method .contact-media{
      gap: 2.25rem;
    }.plain-method .fresh-panel{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }.plain-method .plain-surface{
      padding: 1.5rem 1.4rem;
    }
  }
.soft-media{
    background: #FBF7EE;
    color: #2E271B;
    padding: 4.5rem 1.5rem;
  }
.soft-media .contact-media{max-width: 1080px;
    margin: 0 auto;}
.soft-media h2{font-size: clamp(1.6rem, 3vw, 2.2rem);
    line-height: 1.25;
    margin: 0 0 1.4rem;
    font-weight: 600;}
.soft-media .visual-note{font-size: 1.08rem;
    line-height: 1.7;
    margin: 0 0 2.6rem;}
.soft-media .content-method{display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 3rem;}
.soft-media .top-rail h3{font-size: 1.05rem;
    line-height: 1.35;
    margin: 0 0 0.6rem;
    font-weight: 600;}
.soft-media .top-rail p{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0;}
.soft-media .contact-steps{font-size: 1rem;
    line-height: 1.7;
    margin: 2.8rem 0 0;
    font-style: italic;}
@media (max-width: 720px) {.soft-media{
      padding: 3rem 1.2rem;
    }.soft-media .content-method{
      grid-template-columns: 1fr;
      gap: 1.8rem;
    }
  }
.block{
    background: #FBF7EE;
    color: #2E271B;
    padding: 72px 24px;
  }
.block .contact-media{max-width: 1080px;
    margin: 0 auto;}
.block .text-footer{margin-bottom: 40px;}
.block .text-footer h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    margin: 0 0 14px;
    line-height: 1.2;}
.block .text-footer p{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.block .page-intro{display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 48px;
    align-items: start;}
.block .narrow-steps{margin: 0;}
.block .narrow-steps img{display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;}
.block .narrow-steps figcaption{margin-top: 12px;
    font-size: 0.9rem;
    line-height: 1.5;}
.block .content-method{padding-top: 4px;}
.block .narrow-service{list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: paso;}
.block .narrow-service li{counter-increment: paso;
    padding: 0 0 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid var(--tone-main);}
.block .narrow-service li:last-child{border-bottom: none;
    margin-bottom: 0;}
.block .narrow-service h3{font-size: 1.05rem;
    margin: 0 0 8px;
    line-height: 1.3;}
.block .narrow-service h3::before{content: counter(paso) ". ";
    font-weight: 600;}
.block .narrow-service p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.block .contact-steps{margin: 24px 0 0;
    font-size: 0.98rem;
    line-height: 1.65;}
@media (max-width: 820px) {.block{
      padding: 56px 20px;
    }.block .page-intro{
      grid-template-columns: 1fr;
      gap: 32px;
    }
  }
.direct-body{
  background: #FBF7EE;
  color: #2E271B;
  padding: 4rem 1.5rem 5rem;
}
.direct-body .contact-media{max-width: 720px;
  margin: 0 auto;}
.direct-body .clear-actions{margin-bottom: 2rem;}
.direct-body .media-inner{font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.7;
  margin: 0 0 0.75rem;}
.direct-body h1{font-size: 2rem;
  line-height: 1.25;
  margin: 0 0 0.75rem;
  font-weight: 600;}
.direct-body .compact-grid{font-size: 1.1rem;
  line-height: 1.5;
  margin: 0;
  opacity: 0.85;}
.direct-body .public-body{margin: 0 0 2rem;}
.direct-body .public-body img{display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;}
.direct-body .plain-list p{font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 0 1.25rem;}
.direct-body .plain-list h2{font-size: 1.35rem;
  line-height: 1.3;
  margin: 2rem 0 0.75rem;
  font-weight: 600;}
.direct-body .main-group{margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--tone-main, #E4D9C2);}
.direct-body .strong-region{font-size: 0.98rem;
  line-height: 1.6;
  margin: 0;}
.direct-body .strong-region a{color:inherit;
  text-decoration: underline;
  text-underline-offset: 3px;}
.direct-body .strong-region a:hover{color: var(--paint-card, #B4553A);}
@media (max-width: 560px) {.direct-body{
    padding: 2.5rem 1.15rem 3.5rem;
  }.direct-body h1{
    font-size: 1.55rem;
  }.direct-body .compact-grid{
    font-size: 1rem;
  }
}
.plain-method{
    background: #FBF7EE;
    color: #2E271B;
    padding: 4rem 1.25rem 4.5rem;
  }
.plain-method .contact-media{max-width: 1080px;
    margin: 0 auto;}
.plain-method .text-footer{max-width: 640px;
    margin-bottom: 3rem;}
.plain-method .text-footer h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 600;}
.plain-method .text-footer p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.plain-method .fresh-panel{display: grid;
    grid-template-columns: 1.1fr 1fr 1.2fr;
    gap: 2.5rem;
    align-items: start;}
.plain-method .team-service h3{font-size: 1rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0 0 0.6rem;
    font-weight: 600;}
.plain-method .team-service p{margin: 0 0 0.75rem;
    font-size: 0.98rem;
    line-height: 1.6;}
.plain-method .team-service a{display: inline-block;
    font-size: 0.98rem;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.plain-method .team-service a:hover{}
.plain-method .quiet-stack{font-style: normal;}
.plain-method .contact-steps{margin: 3rem 0 0;
    padding-top: 1.75rem;
    border-top: 1px solid var(--tone-main, #E4D9C2);
    font-size: 1rem;
    line-height: 1.65;
    max-width: 720px;}
.plain-method .contact-steps a{text-decoration: none;
    border-bottom: 1px solid currentColor;}
.plain-method .contact-steps a:hover{}
@media (max-width: 780px) {.plain-method{
      padding: 3rem 1.25rem 3.5rem;
    }.plain-method .fresh-panel{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.plain-method .text-footer{
      margin-bottom: 2.25rem;
    }.plain-method .contact-steps{
      margin-top: 2.25rem;
    }
  }
.soft-media{
  background: #FBF7EE;
  color: #2E271B;
  padding: 4.5rem 1.5rem;
}
.soft-media .contact-media{max-width: 1080px;
  margin: 0 auto;}
.soft-media .text-footer{max-width: 720px;
  margin-bottom: 3rem;}
.soft-media h2{font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1.25;
  margin: 0 0 1.1rem;
  font-weight: 600;}
.soft-media .text-footer p{font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;}
.soft-media .content-method{display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.2rem 3rem;
  margin-bottom: 3rem;}
.soft-media .top-rail h3{font-size: 1.05rem;
  line-height: 1.4;
  margin: 0 0 0.5rem;
  font-weight: 600;}
.soft-media .top-rail p{font-size: 0.98rem;
  line-height: 1.65;
  margin: 0;}
.soft-media .fresh-flow{font-size: 1rem;
  line-height: 1.7;
  max-width: 720px;
  margin: 0;
  padding-top: 2rem;
  border-top: 1px solid #E4D9C2;}
@media (max-width: 720px) {.soft-media{
    padding: 3rem 1.25rem;
  }.soft-media .content-method{
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }.soft-media .text-footer{
    margin-bottom: 2.2rem;
  }
}
.block{
    --state-soft: #6B7A4F;
    --field-public: #F1E9D8;
    --type-small: #E4D9C2;
    background: #FBF7EE;
    color: #2E271B;
    padding: 72px 24px 88px;
  }
.block .contact-media{max-width: 1080px;
    margin: 0 auto;}
.block .text-footer{margin-bottom: 40px;}
.block h2{font-size: clamp(1.7rem, 3.4vw, 2.5rem);
    line-height: 1.2;
    margin: 0 0 16px;
    font-weight: 600;}
.block .visual-note{font-size: 1.1rem;
    line-height: 1.6;
    margin: 0;}
.block .page-intro{display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 48px;
    align-items: start;
    margin-bottom: 56px;}
.block .site-team p{font-size: 1.02rem;
    line-height: 1.75;
    margin: 0 0 20px;}
.block .site-team p:last-child{margin-bottom: 0;}
.block .narrow-steps{margin: 0;}
.block .narrow-steps img{width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    object-fit: cover;}
.block .narrow-steps figcaption{font-size: 0.86rem;
    line-height: 1.5;
    margin-top: 12px;}
.block .narrow-service{
    background: var(--field-public);
    color: #2E271B;
    padding: 40px 36px;
    border-radius: 6px;
    margin-bottom: 40px;
  }
.block .narrow-service h3{font-size: 1.25rem;
    margin: 0 0 24px;
    font-weight: 600;}
.block .narrow-service ol{list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 40px;}
.block .narrow-service li{display: flex;
    gap: 14px;
    align-items: baseline;}
.block .offer-area{font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 600;
    flex: 0 0 auto;
    min-width: 44px;}
.block .narrow-service li p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.block .contact-steps{font-size: 1.02rem;
    line-height: 1.75;
    margin: 0;}
.block .contact-steps a{text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 820px) {.block{
      padding: 52px 18px 64px;
    }.block .page-intro{
      grid-template-columns: 1fr;
      gap: 32px;
    }.block .narrow-service{
      padding: 32px 24px;
    }.block .narrow-service ol{
      grid-template-columns: 1fr;
      gap: 20px;
    }
  }
.direct-body{
    background: #FBF7EE;
    color: #2E271B;
    padding: 4.5rem 1.25rem 5rem;
  }
.direct-body .contact-media{max-width: 720px;
    margin: 0 auto;}
.direct-body .narrow-method{margin-bottom: 2rem;}
.direct-body h1{font-size: 2.1rem;
    line-height: 1.2;
    margin: 0 0 0.75rem;
    font-weight: 600;}
.direct-body .visual-menu{font-size: 1.15rem;
    line-height: 1.5;
    margin: 0 0 1rem;
    color: #3A3122;}
.direct-body .callout{font-size: 0.9rem;
    letter-spacing: 0.02em;
    margin: 0;
    color: #3A3122;}
.direct-body .narrow-steps{margin: 0 0 2.25rem;}
.direct-body .narrow-steps img{display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;}
.direct-body .steady-callout p{font-size: 1.05rem;
    line-height: 1.75;
    margin: 0 0 1.15rem;}
.direct-body .steady-callout h2{font-size: 1.3rem;
    line-height: 1.3;
    margin: 2rem 0 0.75rem;
    font-weight: 600;}
.direct-body .offer-rail{margin-top: 2.5rem;}
.direct-body .team-service{font-size: 1rem;
    line-height: 1.65;
    margin: 0;
    color: #3A3122;}
.direct-body .team-service a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.direct-body .team-service a:hover{color: #B4553A;}
@media (max-width: 600px) {.direct-body{
      padding: 3rem 1rem 3.5rem;
    }.direct-body h1{
      font-size: 1.65rem;
    }.direct-body .visual-menu{
      font-size: 1.05rem;
    }
  }
.plain-method{
    background: #FBF7EE;
    color: #2E271B;
    padding: 4.5rem 1.5rem;
  }
.plain-method .contact-media{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;}
.plain-method .visual-note h2{font-size: clamp(1.6rem, 3vw, 2.2rem);
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 600;}
.plain-method .visual-note p{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;}
.plain-method .fresh-panel{display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;}
.plain-method .team-service h3{font-size: 1.05rem;
    margin: 0 0 0.6rem;
    font-weight: 600;}
.plain-method .team-service p{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0 0 0.9rem;}
.plain-method .team-service a{text-decoration: none;
    font-size: 0.98rem;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;}
.plain-method .team-service a:hover{}
.plain-method .top-rail{
    background: #F1E9D8;
    color: #3A3122;
    padding: 1.4rem 1.6rem;
    border-radius: 8px;
  }
.plain-method .top-rail p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.plain-method .top-rail a{color: inherit;
    text-decoration: underline;}
@media (max-width: 760px) {.plain-method{
      padding: 3rem 1.2rem;
    }.plain-method .fresh-panel{
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
.soft-media{
    background: #FBF7EE;
    color: #2E271B;
    padding: 72px 24px 80px;
  }
.soft-media .contact-media{max-width: 780px;
    margin: 0 auto;}
.soft-media h2{font-size: 1.7rem;
    line-height: 1.25;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.soft-media .visual-note{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 40px;}
.soft-media .content-method{list-style: none;
    margin: 0 0 40px;
    padding: 0;}
.soft-media .content-method li{padding: 22px 0;}
.soft-media .content-method li + li{border-top: 1px solid var(--tone-main, #E4D9C2);}
.soft-media .content-method h3{font-size: 1.05rem;
    line-height: 1.4;
    margin: 0 0 8px;
    font-weight: 600;}
.soft-media .content-method p{font-size: 0.98rem;
    line-height: 1.7;
    margin: 0;}
.soft-media .focused-flow{font-size: 0.98rem;
    line-height: 1.7;
    margin: 0;
    padding-top: 8px;}
@media (max-width: 560px) {.soft-media{
      padding: 52px 18px 60px;
    }.soft-media h2{
      font-size: 1.4rem;
    }.soft-media .visual-note{
      font-size: 1rem;
      margin-bottom: 32px;
    }.soft-media .content-method li{
      padding: 18px 0;
    }
  }
.block{
    background: #FBF7EE;
    color: #2E271B;
    padding: 72px 24px;
  }
.block .contact-media{max-width: 1080px;
    margin: 0 auto;}
.block .narrow-method{margin-bottom: 40px;}
.block h2{font-size: clamp(1.7rem, 3.2vw, 2.4rem);
    line-height: 1.2;
    margin: 0 0 14px;
    font-weight: 600;
    letter-spacing: -0.01em;}
.block .visual-note{font-size: 1.08rem;
    line-height: 1.6;
    margin: 0;}
.block .public-figure{display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 48px;
    align-items: start;}
.block .narrow-steps{margin: 0;}
.block .narrow-steps img{display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;}
.block .narrow-steps figcaption{margin-top: 12px;
    font-size: 0.88rem;
    line-height: 1.5;}
.block .site-team p{margin: 0 0 20px;
    line-height: 1.7;
    font-size: 1.02rem;}
.block .narrow-service{list-style: none;
    margin: 8px 0 24px;
    padding: 0;}
.block .narrow-service li{padding: 18px 0;
    border-top: 1px solid var(--tone-main, #E4D9C2);}
.block .narrow-service li:last-child{border-bottom: 1px solid var(--tone-main, #E4D9C2);}
.block .narrow-service h3{margin: 0 0 6px;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.005em;}
.block .narrow-service p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.block .contact-steps{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
@media (max-width: 760px) {.block{
      padding: 48px 18px;
    }.block .public-figure{
      grid-template-columns: 1fr;
      gap: 32px;
    }
  }
.content-plan{
    background: #FBF7EE;
    color: #2E271B;
    padding: 4rem 1.5rem;
  }
.content-plan .contact-media{max-width: 720px;
    margin: 0 auto;
    display: grid;
    gap: 2.25rem;}
.content-plan .text-footer h2{margin: 0 0 0.75rem;
    font-size: 1.75rem;
    line-height: 1.25;
    font-weight: 600;}
.content-plan .text-footer p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;}
.content-plan .links{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 1.5rem;
    background: var(--surface-strong, #FFFFFF);
    color: var(--line-page, #2E271B);
    border: 1px solid var(--tone-main, #E4D9C2);
    border-radius: 10px;
    padding: 1.75rem;
  }
.content-plan .secondary-intro{display: grid;
    gap: 0.4rem;}
.content-plan .secondary-intro.wide{grid-column: 1 / -1;}
.content-plan .secondary-intro label{font-size: 0.92rem;
    letter-spacing: 0.01em;}
.content-plan .secondary-intro input,
  .content-plan .secondary-intro select,
  .content-plan .secondary-intro textarea{
    font: inherit;
    color: inherit;
    background: #FBF7EE;
    border: 1px solid var(--tone-main, #E4D9C2);
    border-radius: 6px;
    padding: 0.65rem 0.75rem;
    width: 100%;
    box-sizing: border-box;
  }
.content-plan .secondary-intro textarea{resize: vertical;
    min-height: 84px;}
.content-plan .secondary-intro input:focus,
  .content-plan .secondary-intro select:focus,
  .content-plan .secondary-intro textarea:focus{outline: 2px solid #6B7A4F;
    outline-offset: 1px;}
.content-plan .soft-body{
    grid-column: 1 / -1;
    justify-self: start;
    font: inherit;
    cursor: pointer;
    background: #6B7A4F;
    color: #FBF7EE;
    border: none;
    border-radius: 6px;
    padding: 0.8rem 1.6rem;
    letter-spacing: 0.01em;
  }
.content-plan .soft-body:hover{
    background: #596840;
  }
.content-plan .narrow-links{grid-column: 1 / -1;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;}
.content-plan .narrow-links a{color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;}
@media (max-width: 620px) {.content-plan{
      padding: 2.5rem 1.1rem;
    }.content-plan .links{
      grid-template-columns: 1fr;
      padding: 1.35rem;
    }.content-plan .text-footer h2{
      font-size: 1.5rem;
    }
  }
.content-plan{
  background: #FBF7EE;
  color: #2E271B;
}
.steady-inner{
    --line-muted: #2E271B;
    background: #FBF7EE;
    color: #2E271B;
    padding: 72px 24px 80px;
  }
.steady-inner .contact-media{max-width: 1080px;
    margin: 0 auto;}
.steady-inner .narrow-method{margin-bottom: 40px;}
.steady-inner h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.steady-inner .visual-note{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.steady-inner .public-figure{display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 48px;
    align-items: start;
    margin-bottom: 44px;}
.steady-inner h3{font-size: 1.05rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0 0 14px;}
.steady-inner .public-items{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 12px;}
.steady-inner .top-rail{font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;}
.steady-inner .narrow-service{list-style: none;
    margin: 0;
    padding: 0;}
.steady-inner .narrow-service li{padding: 12px 0;
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 16px;
    align-items: baseline;}
.steady-inner .narrow-service li + li{border-top: 1px solid var(--tone-main, #E4D9C2);}
.steady-inner .team-media{font-size: 0.9rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;}
.steady-inner .strong-media{font-size: 1rem;
    line-height: 1.55;}
.steady-inner .media-menu{max-width: 720px;}
.steady-inner .media-menu p{font-size: 1rem;
    line-height: 1.65;
    margin: 0 0 14px;}
.steady-inner .wide-story{font-size: 1.05rem;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: baseline;}
.steady-inner .wide-story a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.steady-inner .wide-story a:hover{}
.steady-inner .focused-stack{}
@media (max-width: 720px) {.steady-inner{
      padding: 56px 20px 64px;
    }.steady-inner h2{
      font-size: 1.55rem;
    }.steady-inner .public-figure{
      grid-template-columns: 1fr;
      gap: 32px;
    }.steady-inner .narrow-service li{
      grid-template-columns: 1fr;
      gap: 4px;
    }
  }
.steady-inner{
  background: #3A3122;
  color: #FBF7EE;
}
.service-lead{
    background: #FBF7EE;
    color: #2E271B;
    padding: 72px 24px 88px;
  }
.service-lead .contact-media{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 56px 64px;
    align-items: start;}
.service-lead .text-footer{grid-column: 1 / -1;}
.service-lead h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.25;
    margin: 0 0 20px;
    font-weight: 600;
    letter-spacing: -0.01em;}
.service-lead .visual-note{margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;}
.service-lead .offer-copy{display: flex;
    flex-direction: column;
    gap: 26px;}
.service-lead .service-fields{display: flex;
    flex-direction: column;
    gap: 6px;}
.service-lead .team-media{font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #3A3122;}
.service-lead .service-fields p{margin: 0;
    font-size: 1rem;
    line-height: 1.6;}
.service-lead .service-fields a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.service-lead .service-fields a:hover{border-bottom-color: #6B7A4F;}
.service-lead .top-rail{
    background: #F1E9D8;
    color: #3A3122;
    padding: 32px 30px;
    border-radius: 14px;
  }
.service-lead .top-rail h3{margin: 0 0 14px;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.35;}
.service-lead .top-rail p{margin: 0 0 14px;
    font-size: 0.98rem;
    line-height: 1.7;}
.service-lead .top-rail p:last-child{margin-bottom: 0;}
@media (max-width: 780px) {.service-lead{
      padding: 52px 20px 64px;
    }.service-lead .contact-media{
      grid-template-columns: 1fr;
      gap: 40px;
    }.service-lead .top-rail{
      padding: 26px 22px;
    }
  }
.quiet-lead{
    background: #FBF7EE;
    color: #2E271B;
    padding: 5rem 1.5rem;
  }
.quiet-lead .contact-media{max-width: 760px;
    margin: 0 auto;}
.quiet-lead h2{font-size: clamp(1.6rem, 3vw, 2.1rem);
    line-height: 1.25;
    margin: 0 0 1.5rem;
    font-weight: 600;}
.quiet-lead .visual-note{font-size: 1.08rem;
    line-height: 1.7;
    margin: 0 0 3rem;}
.quiet-lead .secondary-shell{display: flex;
    flex-direction: column;
    gap: 2.25rem;}
.quiet-lead .service-fields h3{font-size: 1.15rem;
    margin: 0 0 0.75rem;
    font-weight: 600;}
.quiet-lead .service-fields p{margin: 0;
    line-height: 1.75;}
.quiet-lead .service-fields p + p{margin-top: 0.9rem;}
.quiet-lead .active-lead{font-size: 0.92rem;}
@media (max-width: 640px) {.quiet-lead{
      padding: 3.25rem 1.15rem;
    }.quiet-lead .secondary-shell{
      gap: 1.85rem;
    }
  }
.quiet-lead{
  background: #3A3122;
  color: #FBF7EE;
}
.service-lead{
    background: #FBF7EE;
    color: #2E271B;
    padding: 72px 24px 88px;
  }
.service-lead .contact-media{max-width: 880px;
    margin: 0 auto;}
.service-lead .narrow-method{margin-bottom: 48px;}
.service-lead .narrow-method h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 18px;
    font-weight: 600;}
.service-lead .visual-note{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;}
.service-lead .text-contact{display: flex;
    flex-direction: column;
    gap: 34px;}
.service-lead .compact-callout h3{font-size: 1.05rem;
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: 0.01em;}
.service-lead .compact-callout p{margin: 0 0 8px;
    line-height: 1.65;
    font-size: 1rem;}
.service-lead .compact-callout p.note{font-size: 0.94rem;
    line-height: 1.6;
    opacity: 0.82;
    margin-bottom: 0;}
.service-lead .compact-callout a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.service-lead .compact-callout a:hover{color: var(--paint-card, #B4553A);}
.service-lead .contact-steps{margin: 52px 0 0;
    font-size: 1rem;
    line-height: 1.7;
    padding-top: 28px;
    border-top: 1px solid var(--tone-main, #E4D9C2);}
@media (max-width: 640px) {.service-lead{
      padding: 52px 18px 64px;
    }.service-lead .narrow-method h2{
      font-size: 1.5rem;
    }.service-lead .text-contact{
      gap: 28px;
    }
  }
.media-figure{
    background: #FBF7EE;
    color: #2E271B;
    padding: 72px 24px 88px;
  }
.media-figure .contact-media{max-width: 880px;
    margin: 0 auto;}
.media-figure .text-footer{margin-bottom: 48px;}
.media-figure h1{font-size: 2rem;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 16px;}
.media-figure .visual-note{font-size: 1.0625rem;
    line-height: 1.65;
    margin: 0;}
.media-figure .text-contact{display: flex;
    flex-direction: column;
    gap: 36px;}
.media-figure .service-fields h2{font-size: 1.1875rem;
    line-height: 1.35;
    font-weight: 600;
    margin: 0 0 12px;}
.media-figure .service-fields p{font-size: 1rem;
    line-height: 1.7;
    margin: 0;}
.media-figure .service-fields a{text-decoration: underline;
    text-underline-offset: 3px;}
.media-figure .service-fields a:hover{}
@media (max-width: 640px) {.media-figure{
      padding: 52px 20px 64px;
    }.media-figure h1{
      font-size: 1.625rem;
    }.media-figure .text-footer{
      margin-bottom: 36px;
    }.media-figure .text-contact{
      gap: 30px;
    }
  }
.media-figure{
  background: #3A3122;
  color: #FBF7EE;
}
.text-copy{
    background: #FBF7EE;
    color: #2E271B;
    padding: 72px 24px 88px;
  }
.text-copy .contact-media{max-width: 720px;
    margin: 0 auto;}
.text-copy .steady-body{font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 22px;
    font-weight: 600;
    letter-spacing: -0.01em;}
.text-copy .top-rail{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 18px;}
.text-copy .page-block{font-size: 1.02rem;
    line-height: 1.7;
    margin: 26px 0 0;}
.text-copy .team-service{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;}
.text-copy .team-service:hover{color: var(--paint-card, #B4553A);}
@media (max-width: 560px) {.text-copy{
      padding: 52px 18px 64px;
    }
  }
.text-copy{
  background: #FBF7EE;
  color: #2E271B;
}
.secondary-header{
    background: #FBF7EE;
    color: #2E271B;
    padding: 72px 24px 88px;
  }
.secondary-header .contact-media{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 48px 64px;
    align-items: start;}
.secondary-header .top-rail{grid-column: 1 / 2;}
.secondary-header .top-rail h2{font-size: clamp(1.7rem, 2.6vw, 2.3rem);
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 500;
    letter-spacing: -0.01em;}
.secondary-header .visual-note{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 18px;}
.secondary-header .active-note{
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    padding: 14px 18px;
    background: #F1E9D8;
    color: #3A3122;
    border-radius: 10px;
  }
.secondary-header .narrow-service{grid-column: 2 / 3;
    grid-row: 1 / 3;
    padding-top: 6px;}
.secondary-header .narrow-service h3{font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 18px;
    letter-spacing: 0.01em;}
.secondary-header .narrow-service ol{list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: step;}
.secondary-header .narrow-service li{counter-increment: step;
    padding: 16px 0 18px 40px;
    position: relative;
    border-top: 1px solid var(--tone-main);}
.secondary-header .narrow-service li:last-child{border-bottom: 1px solid var(--tone-main);}
.secondary-header .narrow-service li::before{
    content: counter(step);
    position: absolute;
    left: 0;
    top: 16px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #6B7A4F;
    color: #FBF7EE;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
.secondary-header .contact-lead{display: block;
    font-weight: 600;
    font-size: 0.98rem;
    margin-bottom: 6px;}
.secondary-header .narrow-service p{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.secondary-header .media-header{grid-column: 1 / 2;}
.secondary-header .media-header p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.secondary-header .media-header a{text-decoration: underline;
    text-underline-offset: 3px;}
.secondary-header .team-service{grid-column: 1 / -1;
    margin: 8px 0 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.secondary-header .team-service a{text-decoration: underline;
    text-underline-offset: 3px;}
.secondary-header .team-service a:hover,
  .secondary-header .media-header a:hover{opacity: 0.78;}
@media (max-width: 820px) {.secondary-header{
      padding: 52px 20px 64px;
    }.secondary-header .contact-media{
      grid-template-columns: 1fr;
      gap: 36px;
    }.secondary-header .top-rail,
    .secondary-header .narrow-service,
    .secondary-header .media-header,
    .secondary-header .team-service{
      grid-column: 1 / -1;
      grid-row: auto;
    }
  }
.secondary-header{
  background: #3A3122;
  color: #FBF7EE;
}
.404{
    background: #FBF7EE;
    color: #2E271B;
    padding: 6rem 1.5rem 5rem;
  }
.404 .contact-media{
    max-width: 720px;
    margin: 0 auto;
  }
.404 .simple-surface{
    font-size: 0.95rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 0 0 1.5rem;
  }
.404 h1{
    font-size: clamp(1.9rem, 3.4vw, 2.7rem);
    line-height: 1.18;
    margin: 0 0 1.4rem;
    font-weight: 500;
  }
.404 .visual-note{
    font-size: 1.08rem;
    line-height: 1.7;
    margin: 0 0 1.4rem;
  }
.404 .top-rail{
    font-size: 1rem;
    line-height: 1.65;
    margin: 0 0 2.4rem;
  }
.404 .team-service{
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem 1.8rem;
    align-items: baseline;
  }
.404 .team-service a{
    text-decoration: none;
    font-size: 1.02rem;
    padding-bottom: 2px;
    border-bottom: 1px solid currentColor;
    transition: color 0.2s ease;
  }
.404 .team-service a:hover,
  .404 .team-service a:focus-visible{
  }
@media (max-width: 560px) {.404{
      padding: 4rem 1.25rem 3.5rem;
    }.404 .team-service{
      flex-direction: column;
      gap: 0.8rem;
    }
  }
.404{
  background: #3A3122;
  color: #FBF7EE;
}
