:root {
  --delay-base: cubic-bezier(0.16,1,0.3,1);
}
body{margin:0;padding:0;font-family:"Inter", sans-serif;box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
.wide-body {
    width: 100%;
    background: #FBF6F0;
    color: #2E241C;
    border-bottom: 1px solid #E8DCD0;
    padding: 1.5rem 1.56rem;
  }
.plain-summary {
    max-width: 1020px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1.13rem;
  }
.text-unit {
    font-size: calc(15.6px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: inherit;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    padding: calc(1.5rem * .75) calc(1.13rem * 1.5);
    border-radius: 0.99rem;
    transition: background 480ms var(--delay-base);
  }
.text-unit:hover {
    background: #F4E9DE;
    color: #4A3A2E;
  }
.strong-content {
    display: flex;
    align-items: center;
  }
.nav-left {
    justify-content: flex-start;
  }
.nav-right {
    justify-content: flex-end;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.13rem;
  }
.nav-link {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    font-size: 15.6px;
    line-height: 1.95;
    padding: calc(1.5rem * .75) calc(1.13rem * 1.5);
    border-radius: 0.62rem;
    transition: background 480ms var(--delay-base),
                color 480ms var(--delay-base);
  }
.nav-link:hover {
    background: #F4E9DE;
    color: #4A3A2E;
  }
.main-team {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid #E8DCD0;
    background: #FFFFFF;
    color: #2E241C;
    border-radius: 0.62rem;
    cursor: pointer;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    justify-self: end;
    transition: background 480ms var(--delay-base);
  }
.main-team:hover {
    background: #F4E9DE;
    color: #4A3A2E;
  }
.wide-proof {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 0.4rem;
  }
.visual-body {
    max-width: 1020px;
    margin: calc(1.13rem * 1.5) auto 0;
    background: #FFFFFF;
    color: #2E241C;
    border: 1px solid #E8DCD0;
    border-radius: 0.99rem;
    box-shadow: 0 0px 4px rgba(0,0,0,0.02);
    padding: calc(1.5rem * .75);
  }
.visual-body[hidden]{display: none;}
.soft-flow {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);
  }
.content-list {
    display: block;
    color: inherit;
    text-decoration: none;
    font-size: 15.6px;
    padding: calc(1.5rem * .75) calc(1.13rem * 1.5);
    border-radius: 0.62rem;
    transition: background 480ms var(--delay-base);
  }
.content-list:hover {
    background: #F4E9DE;
    color: #4A3A2E;
  }
@media (max-width: 767px) {
    .plain-summary {
      grid-template-columns: 1fr auto;
    }

    .strong-content {
      display: none;
    }

    .text-unit {
      text-align: left;
      justify-self: start;
      padding-left: 0;
    }

    .main-team {
      display: flex;
    }
  }
@media (min-width: 768px) {
    .visual-body {
      display: none;
    }
  }
.strong-fields{font-family:"Inter", sans-serif;font-size:15.6px;line-height:1.95;padding:calc(1.5rem * 2.4) 1.56rem;background:#4A3A2E;color:#FBF6F0;}
.steady-flow{max-width:1020px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(1.13rem * 1.5)}
.text-intro{font-size:calc(15.6px * .875);font-weight:600;letter-spacing:0.06em;text-transform:uppercase;margin:0 0 calc(1.5rem * .75);opacity:0.75}
.focused-entries,
  .bar,
  .service-track,
  .compact-details{padding:0}
.strong-links{font-style:normal;margin:0}
.visual-media,
  .media-links{margin:0 0 calc(1.5rem * .75)}
.media-links:last-child{margin-bottom:0}
.strong-links a,
  .fresh-grid a,
  .mission a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 480ms var(--delay-base)}
.strong-links a:hover,
  .strong-links a:focus-visible,
  .fresh-grid a:hover,
  .fresh-grid a:focus-visible,
  .mission a:hover,
  .mission a:focus-visible{border-bottom-color:currentColor;color:inherit}
.direct-list{font-size:calc(15.6px * 1.125);font-weight:700;margin:0 0 calc(1.5rem * .75)}
.public-summary{margin:0;font-size:calc(15.6px * .875);opacity:0.8;max-width:32ch}
.fresh-grid,
  .mission{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:calc(1.5rem * .75)}
.text-surface{margin:0;font-size:calc(15.6px * .875);opacity:0.8;max-width:70ch}
.soft-team{margin:0;font-size:calc(15.6px * .875);opacity:0.7}
@media (min-width: 640px) {.steady-flow{grid-template-columns:1fr 1fr}.fresh-grid{grid-template-columns:1fr 1fr}.text-surface,
    .soft-team{grid-column:1 / -1}
  }
@media (min-width: 960px) {.steady-flow{grid-template-columns:1.2fr 1fr 1.4fr 1fr;gap:1.56rem}.fresh-grid{grid-template-columns:1fr 1fr}.text-surface,
    .soft-team{grid-column:1 / -1}
  }
footer,footer *{border-radius:0!important;}
.cookies {
    position: fixed;
    left: 50%;
    bottom: calc(1.13rem * 1.5);
    transform: translateX(-50%);
    width: min(560px, calc(100% - 24px));
    z-index: 9999;
    font-family: "Inter", sans-serif;
    font-size: calc(15.6px * .875);
    line-height: 1.95;
  }
.cookies .active-list {
    background: #FFFFFF;
    color: #2E241C;
    border: 1px solid var(--line-card, rgba(0, 0, 0, 0.12));
    border-radius: 0.62rem;
    box-shadow: var(--depth-panel, 0 6px 20px rgba(0, 0, 0, 0.12));
    padding: calc(1.5rem * .75) calc(1.5rem * .75);
  }
.cookies .text-rail {
    margin: 0 0 1.13rem;
    font-size: calc(15.6px * .875);
  }
.cookies .steady-service {
    display: block;
    font-size: 15.6px;
    font-weight: 600;
    margin-bottom: 4px;
  }
.cookies .text-rail a {
    color: #E8A0A8;
    text-decoration: underline;
  }
.cookies .text-rail a:hover {
    color: #7FB6A4;
  }
.cookies .featured-copy {
    display: flex;
    flex-wrap: wrap;
    gap: 1.13rem;
    justify-content: flex-end;
  }
.cookies .featured-copy button {
    font: inherit;
    cursor: pointer;
    border-radius: 0.4rem;
    padding: 6px 12px;
    border: 1px solid transparent;
    transition: background-color 480ms var(--delay-base, ease);
  }
.cookies .cookie-accept {
    background: #E8A0A8;
    color: #3A2A22;
    border-color: #E8A0A8;
  }
.cookies .cookie-accept:hover{
    background: #DC8C95;
    border-color: #DC8C95;color:#2E241C;}
.cookies .cookie-reject {
    background: transparent;
    color: #2E241C;
    border-color: var(--line-card, rgba(0, 0, 0, 0.2));
  }
.cookies .cookie-reject:hover{
    background: var(--paint-dark, rgba(0, 0, 0, 0.05));color:#2E241C;}
.cookies .cookie-manage {
    background: transparent;
    color: #E8A0A8;
    border-color: transparent;
    text-decoration: underline;
    padding-left: 4px;
    padding-right: 4px;
  }
.cookies .cookie-manage:hover {
    color: #7FB6A4;
  }
@media (max-width: 480px) {
    .cookies .featured-copy {
      justify-content: stretch;
    }
    .cookies .featured-copy button {
      flex: 1 1 auto;
    }
  }
.strong-details{
    background: #FBF6F0;
    color: #2E241C;
    padding: 5rem 1.5rem 4.5rem;
  }
.strong-details .page-stack{max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3.5rem;
    align-items: center;}
.strong-details .soft-group h1{font-size: clamp(2rem, 4.4vw, 3.1rem);
    line-height: 1.12;
    letter-spacing: -0.01em;
    margin: 0 0 1.4rem;
    font-weight: 600;}
.strong-details .text-rail{font-size: 1.08rem;
    line-height: 1.7;
    margin: 0 0 1.2rem;}
.strong-details .clear-links{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0 0 2.2rem;
    color: #4A3A2E;}
.strong-details .top-benefit{display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.4rem;}
.strong-details .visual-headline{
    display: inline-block;
    background: #E8A0A8;
    color: #3A2A22;
    text-decoration: none;
    padding: 0.85rem 1.6rem;
    border-radius: 999px;
    font-size: 0.98rem;
    font-weight: 500;
    transition: background 0.2s ease;
  }
.strong-details .visual-headline:hover{
    background: #DC8C95;color:#2E241C;}
.strong-details .wide-method{color: #2E241C;
    text-decoration: none;
    font-size: 0.95rem;
    border-bottom: 1px solid #E8DCD0;
    padding-bottom: 2px;}
.strong-details .wide-method:hover{border-bottom-color: #7FB6A4;}
.strong-details .local-shell{
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #E8DCD0;color:#2E241C;}
.strong-details .local-shell img{display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;}
@media (max-width: 820px) {.strong-details{
      padding: 3.5rem 1.25rem 3rem;
    }.strong-details .page-stack{
      grid-template-columns: 1fr;
      gap: 2.4rem;
    }.strong-details .local-shell{
      order: -1;
    }.strong-details .local-shell img{
      aspect-ratio: 3 / 2;
    }
  }
.strong-details{
  background: #FBF6F0;
  color: #2E241C;
}
.local-callout{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4.5rem 1.5rem;
  }
.local-callout .page-stack{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    gap: 3rem 4rem;
    align-items: start;}
.local-callout .public-region h2{font-size: 1.85rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.local-callout .public-region p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.local-callout .page-menu{display: flex;
    flex-direction: column;
    gap: 1.9rem;}
.local-callout .unit h3{font-size: 1.12rem;
    margin: 0 0 0.5rem;
    line-height: 1.35;}
.local-callout .unit p{margin: 0;
    font-size: 1rem;
    line-height: 1.68;}
.local-callout .top-benefit{grid-column: 1 / -1;
    margin: 0;
    padding-top: 1.6rem;
    border-top: 1px solid #E8DCD0;
    font-size: 0.98rem;
    line-height: 1.6;}
.local-callout .top-benefit a{text-decoration: underline;
    text-underline-offset: 3px;}
.local-callout .top-benefit a:hover{}
@media (max-width: 760px) {.local-callout{
      padding: 3rem 1.25rem;
    }.local-callout .page-stack{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.local-callout .public-region h2{
      font-size: 1.55rem;
    }
  }
.local-callout{
  background: #4A3A2E;
  color: #FBF6F0;
}
.bottom-shell{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4.5rem 1.5rem;
  }
.bottom-shell .page-stack{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.75rem;}
.bottom-shell .soft-group{display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 0.5rem;}
.bottom-shell .soft-group h2{font-size: clamp(1.6rem, 2.4vw, 2.15rem);
    line-height: 1.2;
    margin: 0;
    font-weight: 600;
    letter-spacing: -0.01em;}
.bottom-shell .soft-group p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;color:inherit;}
.bottom-shell .open-list{display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2.25rem 3rem;
    align-items: start;}
.bottom-shell .clear-links{
    background: #FFFFFF;
    color: #2E241C;
    border: 1px solid #E8DCD0;
    border-radius: 18px;
    padding: 1.75rem 1.6rem;
  }
.bottom-shell .clear-links:first-child{margin-top: 0;}
.bottom-shell .clear-links:last-child{margin-top: 2.5rem;}
.bottom-shell .clear-links h3{margin: 0 0 0.75rem;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.3;}
.bottom-shell .clear-links p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.bottom-shell .top-benefit{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;color:inherit;}
.bottom-shell .top-benefit a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.bottom-shell .top-benefit a:hover{color:inherit;}
@media (max-width: 720px) {.bottom-shell{
      padding: 3rem 1.15rem;
    }.bottom-shell .open-list{
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }.bottom-shell .clear-links:last-child{
      margin-top: 0;
    }
  }
.bottom-shell{
  background: #FBF6F0;
  color: #2E241C;
}
.steady-brand{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4.5rem 1.5rem;
  }
.steady-brand .page-stack{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 3rem 4rem;
    align-items: start;}
.steady-brand .soft-group h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 600;}
.steady-brand .soft-group p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.steady-brand .visual-headline{
    background: #F4E9DE;
    color: #4A3A2E;
    padding: 1.75rem 1.75rem 2rem;
    border-radius: 18px;
  }
.steady-brand .clear-links{margin: 0 0 1.4rem;
    font-size: 0.98rem;
    line-height: 1.6;}
.steady-brand .go{
    display: inline-block;
    background: #E8A0A8;
    color: #3A2A22;
    text-decoration: none;
    padding: 0.85rem 1.6rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.98rem;
    transition: background 0.2s ease;
  }
.steady-brand .go:hover{
    background: #DC8C95;color:#2E241C;}
.steady-brand .top-benefit{grid-column: 1 / -1;
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.6;
    opacity: 0.85;}
.steady-brand .top-benefit a{color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.steady-brand .top-benefit a:hover{text-decoration-thickness: 2px;}
@media (max-width: 760px) {.steady-brand{
      padding: 3rem 1.25rem;
    }.steady-brand .page-stack{
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
.steady-brand{
  background: #4A3A2E;
  color: #FBF6F0;
}
.fresh-surface{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4.5rem 1.5rem;
  }
.fresh-surface .page-stack{max-width: 780px;
    margin: 0 auto;}
.fresh-surface .public-region h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    margin: 0 0 0.9rem;
    letter-spacing: -0.01em;}
.fresh-surface .public-region p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.fresh-surface .page-menu{margin: 2.6rem 0 0;}
.fresh-surface .unit{padding: 1.5rem 0;
    border-top: 1px solid #E8DCD0;}
.fresh-surface .unit:last-child{border-bottom: 1px solid #E8DCD0;}
.fresh-surface .unit dt{font-weight: 600;
    font-size: 1.06rem;
    line-height: 1.4;
    margin: 0 0 0.55rem;}
.fresh-surface .unit dd{margin: 0;
    font-size: 0.99rem;
    line-height: 1.7;}
.fresh-surface .strong-panel{margin: 2rem 0 0;
    font-size: 0.97rem;
    line-height: 1.65;}
.fresh-surface .strong-panel a{text-decoration: underline;
    text-underline-offset: 3px;}
.fresh-surface .strong-panel a:hover{color:inherit;}
@media (max-width: 560px) {.fresh-surface{
      padding: 3rem 1.15rem;
    }.fresh-surface .unit{
      padding: 1.25rem 0;
    }
  }
.fresh-surface{
  background: #FBF6F0;
  color: #2E241C;
}
.direct-headline{
  --surface-base: #FBF6F0;
  --ink-secondary: #2E241C;
  --paint-page: #4A3A2E;
  background: var(--surface-base);
  color: var(--ink-secondary);
  padding: 5.5rem 1.5rem 4.5rem;
}
.direct-headline .page-stack{max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  column-gap: 4rem;
  row-gap: 1.6rem;
  align-items: start;}
.direct-headline h1{grid-column: 1 / -1;
  margin: 0;
  font-size: clamp(1.9rem, 3.4vw, 2.9rem);
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: -0.01em;}
.direct-headline .soft-group{margin: 0;
  font-size: 1.06rem;
  line-height: 1.65;}
.direct-headline .compact-headline{margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;}
@media (max-width: 760px) {.direct-headline{
    padding: 3.5rem 1.25rem 3rem;
  }.direct-headline .page-stack{
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 1.2rem;
  }
}
.direct-headline{
  background: #4A3A2E;
  color: #FBF6F0;
}
.site-area{
  background: #FBF6F0;
  color: #2E241C;
  padding: 72px 24px 80px;
}
.site-area .page-stack{max-width: 760px;
  margin: 0 auto;}
.site-area h2{margin: 0 0 28px;
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.01em;}
.site-area p{margin: 0 0 20px;
  font-size: 1.02rem;
  line-height: 1.7;}
.site-area p:last-child{margin-bottom: 0;}
.site-area .soft-group{font-size: 1.08rem;
  line-height: 1.72;}
@media (max-width: 640px) {.site-area{
    padding: 52px 18px 60px;
  }.site-area h2{
    font-size: 1.45rem;
    margin-bottom: 22px;
  }.site-area p,
  .site-area .soft-group{
    font-size: 1rem;
    line-height: 1.68;
  }
}
.site-area{
  background: #FBF6F0;
  color: #2E241C;
}
.compact-headline{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4.5rem 1.5rem;
  }
.compact-headline .page-stack{max-width: 1040px;
    margin: 0 auto;}
.compact-headline h2{font-size: clamp(1.6rem, 3.2vw, 2.3rem);
    line-height: 1.2;
    margin: 0 0 1.1rem;
    font-weight: 600;
    letter-spacing: -0.01em;}
.compact-headline .soft-group{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 2.8rem;}
.compact-headline .public-form{display: flex;
    flex-direction: column;
    gap: 2rem;}
.compact-headline .team-body{padding-bottom: 1.6rem;
    border-bottom: 1px solid #E8DCD0;}
.compact-headline .team-body:last-child{border-bottom: none;
    padding-bottom: 0;}
.compact-headline .team-body h3{font-size: 1.05rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    letter-spacing: 0.01em;}
.compact-headline .team-body p{margin: 0 0 0.55rem;
    line-height: 1.6;
    font-size: 0.98rem;}
.compact-headline .team-body a{text-decoration: underline;
    text-underline-offset: 3px;}
.compact-headline .team-body a:hover{}
.compact-headline .plain-surface{display: block;
    font-size: 0.85rem;
    line-height: 1.5;}
.compact-headline .clear-links{margin: 2.6rem 0 0;
    font-size: 0.95rem;
    line-height: 1.65;}
.compact-headline .clear-links a{text-decoration: underline;
    text-underline-offset: 3px;}
.compact-headline .clear-links a:hover{}
@media (min-width: 760px) {.compact-headline{
      padding: 5.5rem 2rem;
    }.compact-headline .public-form{
      flex-direction: row;
      gap: 2.4rem;
    }.compact-headline .team-body{
      flex: 1 1 0;
      padding-bottom: 0;
      border-bottom: none;
      padding-right: 1.2rem;
    }.compact-headline .team-body:last-child{
      padding-right: 0;
    }
  }
.compact-headline{
  background: #4A3A2E;
  color: #FBF6F0;
}
.team-list{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4.5rem 1.25rem;
  }
.team-list .page-stack{max-width: 880px;
    margin: 0 auto;}
.team-list h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 600;}
.team-list .soft-group{margin: 0 0 3rem;
    font-size: 1.0625rem;
    line-height: 1.65;}
.team-list .page-track{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2.75rem;}
.team-list .unit{display: grid;
    grid-template-columns: 5.5rem 1fr;
    column-gap: 1.5rem;
    row-gap: 0.4rem;
    align-items: baseline;}
.team-list .unit time{font-size: 0.9375rem;
    letter-spacing: 0.04em;
    color: #4A3A2E;
    padding-top: 0.35rem;}
.team-list .unit h3{font-size: 1.1875rem;
    line-height: 1.35;
    margin: 0;
    font-weight: 600;}
.team-list .unit p{grid-column: 2;
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
@media (max-width: 640px) {.team-list{
      padding: 3rem 1.25rem;
    }.team-list .unit{
      grid-template-columns: 1fr;
    }.team-list .unit p{
      grid-column: 1;
    }.team-list .unit time{
      padding-top: 0;
    }.team-list .page-track{
      gap: 2.25rem;
    }
  }
.team-list{
  background: #FBF6F0;
  color: #2E241C;
}
.clear-group{
  background: #FBF6F0;
  color: #2E241C;
  padding: 72px 24px 80px;
}
.clear-group .page-stack{max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 56px 72px;
  align-items: start;}
.clear-group h2{margin: 0 0 20px;
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.01em;}
.clear-group .clear-links p{margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.65;}
.clear-group .clear-links p:last-child{margin-bottom: 0;}
.clear-group .text-entries{
  background: #F4E9DE;
  color: #4A3A2E;
  padding: 28px 26px 30px;
  border-radius: 18px;
}
.clear-group .text-entries .soft-group{margin: 0 0 18px;
  font-size: 0.98rem;
  line-height: 1.6;}
.clear-group .text-entries p{margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.5;}
.clear-group .text-entries a{text-decoration: underline;
  text-underline-offset: 3px;}
.clear-group .text-entries a:hover{}
.clear-group .text-entries .secondary-unit{margin-top: 18px;
  margin-bottom: 0;
  font-size: 0.92rem;
  line-height: 1.6;}
@media (max-width: 820px) {.clear-group{
    padding: 56px 20px 64px;
  }.clear-group .page-stack{
    grid-template-columns: 1fr;
    gap: 36px;
  }.clear-group h2{
    font-size: 1.5rem;
  }
}
.clear-group{
  background: #4A3A2E;
  color: #FBF6F0;
}
.direct-headline{
  background: #FBF6F0;
  color: #2E241C;
  padding: 72px 24px 64px;
}
.direct-headline .page-stack{max-width: 1080px;
  margin: 0 auto;}
.direct-headline h1{margin: 0 0 22px;
  font-size: clamp(1.9rem, 3.4vw, 2.9rem);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.01em;}
.direct-headline .soft-group{margin: 0 0 18px;
  font-size: 1.12rem;
  line-height: 1.6;}
.direct-headline .clear-links{margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #4A3A2E;}
@media (max-width: 640px) {.direct-headline{
    padding: 52px 18px 48px;
  }.direct-headline h1{
    font-size: 1.7rem;
  }.direct-headline .soft-group{
    font-size: 1.04rem;
  }
}
.direct-headline{
  background: #FBF6F0;
  color: #2E241C;
}
.local-callout{
  background: #FBF6F0;
  color: #2E241C;
  padding: 4.5rem 1.5rem;
}
.local-callout .page-stack{max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.75rem;}
.local-callout .public-region h2{font-size: 1.9rem;
  line-height: 1.2;
  margin: 0 0 1rem;
  font-weight: 600;}
.local-callout .public-region p{margin: 0 0 0.9rem;
  line-height: 1.65;
  font-size: 1.02rem;}
.local-callout .public-region p:last-child{margin-bottom: 0;}
.local-callout .top-links{display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;}
.local-callout .service-rail h3{font-size: 1.12rem;
  font-weight: 600;
  margin: 0 0 0.5rem;}
.local-callout .service-rail h3 + p{margin: 0 0 1.6rem;
  line-height: 1.62;
  font-size: 0.98rem;}
.local-callout .service-rail h3:last-of-type + p{margin-bottom: 0;}
.local-callout .focused-track{
  margin: 0;
  background: #FFFFFF;
  color: #2E241C;
  border: 1px solid #E8DCD0;
  border-radius: 14px;
  overflow: hidden;
}
.local-callout .focused-track img{display: block;
  width: 100%;
  height: auto;}
.local-callout .focused-track figcaption{
  padding: 0.85rem 1rem;
  font-size: 0.86rem;
  line-height: 1.5;
  background: #F4E9DE;
  color: #4A3A2E;
}
.local-callout .top-benefit{margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;}
.local-callout .top-benefit a{text-decoration: underline;
  text-underline-offset: 3px;}
.local-callout .top-benefit a:hover{}
@media (max-width: 760px) {.local-callout{
    padding: 3rem 1.15rem;
  }.local-callout .top-links{
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }.local-callout .public-region h2{
    font-size: 1.55rem;
  }
}
.quiet-benefit{
    background: #FBF6F0;
    color: #2E241C;
    padding: 64px 20px 72px;
  }
.quiet-benefit .page-stack{max-width: 880px;
    margin: 0 auto;}
.quiet-benefit h2{font-size: 1.6rem;
    line-height: 1.25;
    margin: 0 0 18px;
    font-weight: 600;
    letter-spacing: -0.01em;}
.quiet-benefit p{margin: 0 0 16px;
    line-height: 1.65;
    font-size: 1rem;}
.quiet-benefit .top-benefit{list-style: none;
    margin: 28px 0 0;
    padding: 0;}
.quiet-benefit .top-benefit li{padding: 18px 0;
    border-top: 1px solid #E8DCD0;}
.quiet-benefit .top-benefit li:last-child{border-bottom: 1px solid #E8DCD0;}
.quiet-benefit .top-benefit a{display: block;
    color: #2E241C;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 6px;}
.quiet-benefit .top-benefit a:hover{color:inherit;}
.quiet-benefit .top-benefit span{display: block;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4A3A2E;}
@media (max-width: 600px) {.quiet-benefit{
      padding: 48px 16px 56px;
    }.quiet-benefit h2{
      font-size: 1.35rem;
    }
  }
.quiet-benefit{
  background: #FBF6F0;
  color: #2E241C;
}
.wide-team{
    background: #FBF6F0;
    color: #2E241C;
    padding: 72px 24px;
  }
.wide-team .page-stack{max-width: 1080px;
    margin: 0 auto;}
.wide-team h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 18px;
    font-weight: 600;
    letter-spacing: -0.01em;}
.wide-team .soft-group{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 44px;}
.wide-team .active-quote{display: flex;
    flex-direction: column;
    gap: 40px;}
.wide-team .service-form{display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 12px 48px;
    align-items: start;
    padding-bottom: 36px;
    border-bottom: 1px solid #E8DCD0;}
.wide-team .service-form:last-child{border-bottom: none;
    padding-bottom: 0;}
.wide-team .service-form h3{font-size: 1.22rem;
    line-height: 1.35;
    margin: 0 0 14px;
    font-weight: 600;
    grid-column: 1;}
.wide-team .service-form p{font-size: 0.98rem;
    line-height: 1.68;
    margin: 0;
    grid-column: 1;}
.wide-team .service-form ul{grid-column: 2;
    grid-row: 1 / span 2;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;}
.wide-team .service-form li{font-size: 0.94rem;
    line-height: 1.55;
    padding-left: 18px;
    position: relative;}
.wide-team .service-form li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7FB6A4;color:#1F3A32;}
.wide-team .direct-benefit{grid-column: 1;
    justify-self: start;
    margin-top: 18px;
    font-size: 0.94rem;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #E8A0A8;
    padding-bottom: 2px;
    transition: color 0.2s ease, border-color 0.2s ease;}
.wide-team .direct-benefit:hover{border-color: #DC8C95;}
@media (max-width: 780px) {.wide-team{
      padding: 52px 18px;
    }.wide-team h2{
      font-size: 1.55rem;
    }.wide-team .soft-group{
      margin-bottom: 32px;
    }.wide-team .service-form{
      grid-template-columns: 1fr;
      gap: 16px;
      padding-bottom: 28px;
    }.wide-team .service-form ul{
      grid-column: 1;
      grid-row: auto;
    }.wide-team .direct-benefit{
      margin-top: 6px;
    }
  }
.wide-team{
  background: #4A3A2E;
  color: #FBF6F0;
}
.direct-headline{
    background: #FBF6F0;
    color: #2E241C;
    padding: 5rem 1.5rem 4rem;
  }
.direct-headline .page-stack{max-width: 1080px;
    margin: 0 auto;
    padding-left: 0.25rem;}
.direct-headline h1{font-size: clamp(1.9rem, 3.4vw, 2.85rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin: 0 0 1.5rem;
    font-weight: 600;}
.direct-headline p{font-size: 1.08rem;
    line-height: 1.7;
    margin: 0;
    color: #4A3A2E;}
@media (max-width: 640px) {.direct-headline{
      padding: 3.25rem 1.15rem 2.75rem;
    }.direct-headline h1{
      font-size: 1.65rem;
    }.direct-headline p{
      font-size: 1rem;
    }
  }
.offer-proof{
  background: #FBF6F0;
  color: #2E241C;
  padding: 72px 24px 88px;
}
.offer-proof .page-stack{max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 56px;}
.offer-proof .public-region{display: flex;
  flex-direction: column;
  gap: 16px;}
.offer-proof .public-region h2{margin: 0;
  font-size: clamp(1.6rem, 2.6vw, 2.15rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 600;}
.offer-proof .public-region p{margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;}
.offer-proof .focused-brand{margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;}
.offer-proof .focused-brand:nth-of-type(3){grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);}
.offer-proof .focused-brand:nth-of-type(3) img{order: 2;}
.offer-proof .focused-brand img{
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
  background: #F4E9DE;color:#4A3A2E;}
.offer-proof .focused-brand figcaption{display: flex;
  flex-direction: column;
  gap: 10px;}
.offer-proof .focused-brand h3{margin: 0;
  font-size: 1.18rem;
  line-height: 1.3;
  font-weight: 600;}
.offer-proof .focused-brand p{margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;}
@media (max-width: 760px) {.offer-proof{
    padding: 52px 18px 64px;
  }.offer-proof .page-stack{
    gap: 44px;
  }.offer-proof .focused-brand,
  .offer-proof .focused-brand:nth-of-type(3){
    grid-template-columns: 1fr;
    gap: 18px;
  }.offer-proof .focused-brand:nth-of-type(3) img{
    order: 0;
  }.offer-proof .focused-brand img{
    height: 240px;
  }
}
.offer-proof{
  background: #4A3A2E;
  color: #FBF6F0;
}
.steady-brand{
    background: #FBF6F0;
    color: #2E241C;
    padding: 5rem 1.5rem 5.5rem;
  }
.steady-brand .page-stack{max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;}
.steady-brand h2{font-size: 1.75rem;
    line-height: 1.25;
    font-weight: 600;
    margin: 0;
    letter-spacing: -0.01em;}
.steady-brand p{margin: 0;
    font-size: 1.0625rem;
    line-height: 1.7;}
.steady-brand .top-benefit{font-size: 0.9375rem;
    color: #4A3A2E;}
.steady-brand .top-benefit a{color: #4A3A2E;
    text-decoration: underline;
    text-underline-offset: 3px;}
.steady-brand .top-benefit a:hover{color: #2E241C;}
.steady-brand .visual-headline{
    align-self: flex-start;
    margin-top: 0.5rem;
    display: inline-block;
    background: #E8A0A8;
    color: #3A2A22;
    padding: 0.875rem 1.75rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease;
  }
.steady-brand .visual-headline:hover{
    background: #DC8C95;color:#2E241C;}
@media (max-width: 640px) {.steady-brand{
      padding: 3.5rem 1.25rem 4rem;
    }.steady-brand h2{
      font-size: 1.5rem;
    }.steady-brand .visual-headline{
      align-self: stretch;
      text-align: center;
    }
  }
.steady-brand{
  background: #FBF6F0;
  color: #2E241C;
}
.steady-contact{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4.5rem 1.5rem;
  }
.steady-contact .page-stack{max-width: 1080px;
    margin: 0 auto;}
.steady-contact h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 1.4rem;
    letter-spacing: -0.01em;}
.steady-contact .soft-group{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 2.6rem;}
.steady-contact .open-list{display: flex;
    flex-wrap: wrap;
    gap: 2.4rem 3rem;
    margin-bottom: 2.4rem;}
.steady-contact .clear-links{
    flex: 1 1 320px;
    background: #F4E9DE;
    color: #4A3A2E;
    border-radius: 14px;
    padding: 1.6rem 1.7rem;
  }
.steady-contact .clear-links h3{font-size: 1.1rem;
    line-height: 1.35;
    margin: 0 0 0.7rem;}
.steady-contact .clear-links p{font-size: 0.97rem;
    line-height: 1.65;
    margin: 0;}
.steady-contact .text-flow{font-size: 1rem;
    line-height: 1.65;
    margin: 0;}
.steady-contact .text-flow a{text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 640px) {.steady-contact{
      padding: 3rem 1.15rem;
    }.steady-contact h2{
      font-size: 1.55rem;
    }.steady-contact .open-list{
      gap: 1.4rem;
    }
  }
.steady-contact{
  background: #4A3A2E;
  color: #FBF6F0;
}
.direct-headline{
  background: #FBF6F0;
  color: #2E241C;
  padding: 84px 24px 72px;
}
.direct-headline .page-stack{max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 22px;}
.direct-headline h1{margin: 0;
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.01em;}
.direct-headline p{margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;}
.direct-headline .top-view{font-size: 0.95rem;
  color: #4A3A2E;
  margin-top: 4px;}
@media (max-width: 640px) {.direct-headline{
    padding: 56px 18px 48px;
  }.direct-headline .page-stack{
    gap: 18px;
  }
}
.steady-contact{
  --tone-page: #FBF6F0;
  --ink-cool: #2E241C;
  --line-base: #4A3A2E;
  --copy-base: #E8DCD0;
  background: var(--tone-page);
  color: var(--ink-cool);
  padding: 4.5rem 1.5rem 5rem;
}
.steady-contact .page-stack{max-width: 760px;
  margin: 0 auto;}
.steady-contact h2{font-size: 1.65rem;
  line-height: 1.25;
  font-weight: 600;
  margin: 0 0 1.1rem;}
.steady-contact .soft-group{font-size: 1.02rem;
  line-height: 1.65;
  margin: 0 0 2.4rem;}
.steady-contact .open-list{list-style: none;
  margin: 0;
  padding: 0;}
.steady-contact .open-list li{padding: 1.4rem 0;
  border-top: 1px solid var(--copy-base);}
.steady-contact .open-list li:last-child{border-bottom: 1px solid var(--copy-base);}
.steady-contact .open-list h3{font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 0.55rem;}
.steady-contact .open-list p{font-size: 0.97rem;
  line-height: 1.62;
  margin: 0;}
.steady-contact .text-flow{font-size: 0.98rem;
  line-height: 1.6;
  margin: 2.2rem 0 0;}
@media (max-width: 560px) {.steady-contact{
    padding: 3rem 1.15rem 3.4rem;
  }.steady-contact h2{
    font-size: 1.35rem;
  }.steady-contact .open-list li{
    padding: 1.15rem 0;
  }
}
.bottom-plan{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4.5rem 1.25rem 4rem;
  }
.bottom-plan .page-stack{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 2.75rem;}
.bottom-plan .public-region{display: grid;
    gap: 0.9rem;
    max-width: 720px;}
.bottom-plan .public-region h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    margin: 0;
    font-weight: 600;
    letter-spacing: -0.01em;}
.bottom-plan .public-region p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
    color: #4A3A2E;}
.bottom-plan .contact-flow{display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    gap: 2rem 2.25rem;}
.bottom-plan .unit{display: grid;
    gap: 0.55rem;
    align-content: start;
    padding-top: 1.1rem;
    border-top: 1px solid #E8DCD0;}
.bottom-plan .unit h3{margin: 0;
    font-size: 1.06rem;
    line-height: 1.35;
    font-weight: 600;}
.bottom-plan .unit p{margin: 0;
    font-size: 0.96rem;
    line-height: 1.62;
    color: #4A3A2E;}
.bottom-plan .top-benefit{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4A3A2E;}
.bottom-plan .top-benefit a{color: #2E241C;
    text-decoration: underline;
    text-underline-offset: 3px;}
.bottom-plan .top-benefit a:hover{color:inherit;}
@media (max-width: 860px) {.bottom-plan .contact-flow{
      grid-template-columns: 1fr 1fr;
    }
  }
@media (max-width: 560px) {.bottom-plan{
      padding: 3.25rem 1.1rem 3rem;
    }.bottom-plan .contact-flow{
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
  }
.bottom-plan{
  background: #FBF6F0;
  color: #2E241C;
}
.quiet-steps{
    background: #FBF6F0;
    color: #2E241C;
    padding: 72px 24px;
  }
.quiet-steps .page-stack{max-width: 1080px;
    margin: 0 auto;}
.quiet-steps .public-region{margin-bottom: 48px;}
.quiet-steps .public-region h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 18px;
    font-weight: 600;
    letter-spacing: -0.01em;}
.quiet-steps .public-region p{margin: 0 0 14px;
    font-size: 1.02rem;
    line-height: 1.65;}
.quiet-steps .public-region p:last-child{margin-bottom: 0;}
.quiet-steps .team-entries{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;}
.quiet-steps .narrow-steps{display: grid;
    grid-template-columns: 56px 1fr;
    gap: 20px;
    padding: 22px 0;
    border-top: 1px solid #E8DCD0;
    align-items: start;}
.quiet-steps .narrow-steps:last-child{border-bottom: 1px solid #E8DCD0;}
.quiet-steps .site-note{font-size: 0.95rem;
    font-weight: 600;
    padding-top: 3px;
    letter-spacing: 0.02em;}
.quiet-steps .clear-block h3{margin: 0 0 8px;
    font-size: 1.12rem;
    font-weight: 600;
    line-height: 1.35;}
.quiet-steps .clear-block p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.quiet-steps .top-benefit{margin: 40px 0 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.quiet-steps .top-benefit a{text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: #E8A0A8;
    text-decoration-thickness: 2px;}
.quiet-steps .top-benefit a:hover{text-decoration-color: #7FB6A4;}
@media (max-width: 640px) {.quiet-steps{
      padding: 52px 18px;
    }.quiet-steps .public-region h2{
      font-size: 1.55rem;
    }.quiet-steps .narrow-steps{
      grid-template-columns: 40px 1fr;
      gap: 14px;
      padding: 20px 0;
    }
  }
.quiet-steps{
  background: #4A3A2E;
  color: #FBF6F0;
}
.team-list{
    background: #FBF6F0;
    color: #2E241C;
    padding: 72px 24px 88px;
  }
.team-list .page-stack{max-width: 880px;
    margin: 0 auto;}
.team-list h2{margin: 0 0 18px;
    font-size: 1.7rem;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.01em;}
.team-list .soft-group{margin: 0 0 40px;
    font-size: 1.02rem;
    line-height: 1.65;}
.team-list .team-entries{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 34px;}
.team-list .narrow-steps{display: grid;
    grid-template-columns: 130px 1fr;
    column-gap: 28px;
    row-gap: 6px;
    align-items: baseline;}
.team-list .narrow-steps time{font-size: 0.86rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #4A3A2E;
    padding-top: 4px;}
.team-list .narrow-steps h3{margin: 0;
    font-size: 1.12rem;
    font-weight: 600;
    line-height: 1.35;}
.team-list .narrow-steps p{grid-column: 2;
    margin: 6px 0 0;
    font-size: 0.98rem;
    line-height: 1.7;}
@media (max-width: 640px) {.team-list{
      padding: 52px 18px 64px;
    }.team-list .narrow-steps{
      grid-template-columns: 1fr;
      row-gap: 4px;
    }.team-list .narrow-steps p{
      grid-column: 1;
    }
  }
.direct-headline{
  background: #FBF6F0;
  color: #2E241C;
  padding: 4.5rem 1.5rem 4rem;
}
.direct-headline .page-stack{max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;}
.direct-headline h1{margin: 0;
  font-size: clamp(1.9rem, 3.4vw, 2.9rem);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.01em;}
.direct-headline .soft-group{margin: 0;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.6;}
.direct-headline .clear-links{margin: 0;
  font-size: 1rem;
  line-height: 1.65;}
@media (max-width: 640px) {.direct-headline{
    padding: 3rem 1.25rem 2.75rem;
  }.direct-headline .page-stack{
    gap: 1.1rem;
  }
}
.top-contact{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4.5rem 1.5rem 5rem;
  }
.top-contact .page-stack{max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;}
.top-contact .soft-group h2{margin: 0 0 0.9rem;
    font-size: 1.75rem;
    line-height: 1.25;
    font-weight: 600;}
.top-contact .soft-group p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.top-contact .page-brand{display: flex;
    flex-direction: column;
    gap: 2.25rem;}
.top-contact .unit{display: flex;
    flex-direction: column;
    gap: 0.55rem;}
.top-contact .unit h3{margin: 0;
    font-size: 1.1rem;
    font-weight: 600;}
.top-contact .unit p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.top-contact .unit a{color: #2E241C;
    text-decoration: none;
    border-bottom: 1px solid #E8A0A8;
    padding-bottom: 1px;}
.top-contact .unit a:hover{border-bottom-color: #2E241C;}
.top-contact .soft-feature{
    background: #F4E9DE;
    color: #4A3A2E;
    padding: 1.75rem 1.5rem;
    border-radius: 14px;
  }
.top-contact .soft-feature h3{margin: 0 0 0.6rem;
    font-size: 1.05rem;
    font-weight: 600;}
.top-contact .soft-feature p{margin: 0 0 0.6rem;
    font-size: 0.96rem;
    line-height: 1.6;}
.top-contact .soft-feature p:last-child{margin-bottom: 0;}
.top-contact .soft-feature a{color: #4A3A2E;
    text-decoration: none;
    border-bottom: 1px solid var(--tone-soft, #7FB6A4);
    padding-bottom: 1px;}
.top-contact .soft-feature a:hover{border-bottom-color: #4A3A2E;}
@media (min-width: 760px) {.top-contact{
      padding: 5.5rem 2rem 6rem;
    }.top-contact .soft-group h2{
      font-size: 2rem;
    }.top-contact .page-brand{
      flex-direction: row;
      gap: 2.5rem;
    }.top-contact .unit{
      flex: 1 1 0;
    }
  }
.top-contact{
  background: #FBF6F0;
  color: #2E241C;
}
.fresh-surface{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4rem 1.5rem;
  }
.fresh-surface .page-stack{max-width: 760px;
    margin: 0 auto;}
.fresh-surface h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 600;}
.fresh-surface .soft-group{margin: 0 0 2.5rem;
    font-size: 1.05rem;
    line-height: 1.6;}
.fresh-surface .page-menu{display: flex;
    flex-direction: column;
    gap: 2rem;}
.fresh-surface .unit h3{font-size: 1.1rem;
    line-height: 1.35;
    margin: 0 0 0.5rem;
    font-weight: 600;}
.fresh-surface .unit p{margin: 0;
    line-height: 1.65;}
.fresh-surface .top-benefit{margin: 2.75rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.fresh-surface .top-benefit a{text-decoration: underline;
    text-underline-offset: 3px;}
.fresh-surface .top-benefit a:hover{}
@media (max-width: 560px) {.fresh-surface{
      padding: 2.75rem 1.25rem;
    }.fresh-surface h2{
      font-size: 1.4rem;
    }.fresh-surface .page-menu{
      gap: 1.6rem;
    }
  }
.fresh-surface{
  background: #4A3A2E;
  color: #FBF6F0;
}
.compact-headline{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4.5rem 1.5rem;
  }
.compact-headline .page-stack{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    column-gap: 3.5rem;
    row-gap: 2.5rem;
    align-items: start;}
.compact-headline .soft-group h2{margin: 0 0 1rem;
    font-size: 1.9rem;
    line-height: 1.2;
    font-weight: 600;}
.compact-headline .soft-group p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.compact-headline .public-form{display: flex;
    flex-direction: column;
    gap: 1.6rem;}
.compact-headline .team-body h3{margin: 0 0 0.4rem;
    font-size: 1.05rem;
    font-weight: 600;}
.compact-headline .team-body p{margin: 0 0 0.35rem;
    font-size: 0.98rem;
    line-height: 1.6;}
.compact-headline .team-body .site-lead{font-size: 0.95rem;
    color: #4A3A2E;
    margin: 0;}
.compact-headline .team-body .site-lead a{color: #4A3A2E;
    text-decoration: underline;
    text-underline-offset: 2px;}
.compact-headline .team-body .site-lead a:hover{color: #2E241C;}
.compact-headline .clear-links{
    grid-column: 2;
    background: #F4E9DE;
    color: #4A3A2E;
    padding: 1.6rem 1.8rem;
    border-radius: 14px;
  }
.compact-headline .clear-links h3{margin: 0 0 0.6rem;
    font-size: 1.05rem;
    font-weight: 600;}
.compact-headline .clear-links p{margin: 0 0 0.9rem;
    font-size: 0.98rem;
    line-height: 1.65;}
.compact-headline .clear-links p:last-child{margin-bottom: 0;}
.compact-headline .clear-links a{color: #4A3A2E;
    text-decoration: underline;
    text-underline-offset: 2px;}
.compact-headline .clear-links a:hover{color: #2E241C;}
@media (max-width: 780px) {.compact-headline .page-stack{
      grid-template-columns: 1fr;
      column-gap: 0;
    }.compact-headline .clear-links{
      grid-column: 1;
    }
  }
.compact-headline{
  background: #FBF6F0;
  color: #2E241C;
}
.direct-headline{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4.5rem 1.5rem 4rem;
  }
.direct-headline .page-stack{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 2.5rem 4rem;
    align-items: end;}
.direct-headline h1{margin: 0;
    font-size: clamp(1.9rem, 4vw, 3rem);
    line-height: 1.12;
    letter-spacing: -0.01em;
    font-weight: 600;}
.direct-headline .soft-group{margin: 0 0 0.35rem;
    font-size: 1.02rem;
    line-height: 1.65;}
@media (max-width: 760px) {.direct-headline{
      padding: 3rem 1.25rem 2.75rem;
    }.direct-headline .page-stack{
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
  }
.steady-brand{
  background: #FBF6F0;
  color: #2E241C;
  padding: 4.5rem 1.5rem;
}
.steady-brand .page-stack{max-width: 720px;
  margin: 0 auto;}
.steady-brand h2{font-size: 1.75rem;
  line-height: 1.25;
  margin: 0 0 1.5rem;
  font-weight: 600;}
.steady-brand p{font-size: 1.0625rem;
  line-height: 1.7;
  margin: 0 0 1.25rem;}
.steady-brand .top-benefit{font-size: 0.95rem;
  color: #4A3A2E;
  margin-bottom: 2rem;}
.steady-brand .top-benefit a{color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;}
.steady-brand .top-benefit a:hover{text-decoration-thickness: 2px;}
.steady-brand .visual-headline{
  display: inline-block;
  background: #E8A0A8;
  color: #3A2A22;
  padding: 0.9rem 1.6rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
}
.steady-brand .visual-headline:hover{
  background: #DC8C95;color:#2E241C;}
@media (max-width: 600px) {.steady-brand{
    padding: 3rem 1.25rem;
  }.steady-brand h2{
    font-size: 1.45rem;
  }
}
.direct-headline{
    background: #FBF6F0;
    color: #2E241C;
    padding: 88px 24px 72px;
  }
.direct-headline .page-stack{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    column-gap: 64px;
    row-gap: 28px;
    align-items: start;}
.direct-headline h1{grid-column: 1 / -1;
    margin: 0;
    font-size: clamp(1.9rem, 3.4vw, 2.9rem);
    line-height: 1.16;
    letter-spacing: -0.01em;
    font-weight: 600;}
.direct-headline .soft-group{margin: 0;
    font-size: 1.06rem;
    line-height: 1.65;}
.direct-headline .clear-links{margin: 6px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    padding-top: 14px;
    border-top: 1px solid #E8DCD0;}
@media (max-width: 780px) {.direct-headline{
      padding: 60px 20px 52px;
    }.direct-headline .page-stack{
      grid-template-columns: 1fr;
      column-gap: 0;
    }.direct-headline .clear-links{
      margin-top: 0;
    }
  }
.page-block{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4.5rem 1.5rem 4rem;
  }
.page-block .page-stack{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
    gap: 3rem;
    align-items: start;}
.page-block .soft-group h1{font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    line-height: 1.18;
    margin: 0 0 1.4rem;
    letter-spacing: -0.01em;}
.page-block .soft-group p{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 1.1rem;}
.page-block .soft-group p:last-child{margin-bottom: 0;}
.page-block .clear-links{
    background: #F4E9DE;
    color: #4A3A2E;
    border-radius: 18px;
    padding: 1.6rem 1.5rem;
    margin-top: 0.6rem;
  }
.page-block .top-form{font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 0 0 0.7rem;}
.page-block .clear-links p{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;}
@media (max-width: 820px) {.page-block{
      padding: 3rem 1.2rem 2.6rem;
    }.page-block .page-stack{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.page-block .clear-links{
      margin-top: 0;
    }
  }
.page-block{
  background: #FBF6F0;
  color: #2E241C;
}
.team-list{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4.5rem 1.5rem;
  }
.team-list .page-stack{max-width: 780px;
    margin: 0 auto;}
.team-list .public-region{margin-bottom: 3rem;}
.team-list .public-region h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 1.1rem;
    letter-spacing: -0.01em;}
.team-list .public-region p{margin: 0 0 1rem;
    font-size: 1.02rem;
    line-height: 1.7;}
.team-list .team-entries{list-style: none;
    margin: 0;
    padding: 0;}
.team-list .narrow-steps{padding: 1.6rem 0;}
.team-list .narrow-steps + .narrow-steps{border-top: 1px solid #E8DCD0;}
.team-list .plain-surface{display: block;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;}
.team-list .narrow-steps h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0 0 0.6rem;
    font-weight: 600;}
.team-list .narrow-steps p{margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
.team-list .text-flow{margin: 2.5rem 0 0;
    font-size: 1rem;
    line-height: 1.7;}
.team-list .text-flow a{text-decoration: underline;
    text-underline-offset: 3px;}
.team-list .text-flow a:hover{color:inherit;}
@media (max-width: 640px) {.team-list{
      padding: 3rem 1.15rem;
    }.team-list .public-region h2{
      font-size: 1.45rem;
    }.team-list .narrow-steps{
      padding: 1.35rem 0;
    }
  }
.team-list{
  background: #4A3A2E;
  color: #FBF6F0;
}
.site-area{
  background: #FBF6F0;
  color: #2E241C;
  padding: 4.5rem 1.5rem 5rem;
}
.site-area .page-stack{max-width: 1080px;
  margin: 0 auto;}
.site-area .soft-group{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  gap: 2.5rem 3.5rem;
  align-items: start;
  margin-bottom: 3.5rem;}
.site-area .soft-group h2{margin: 0;
  font-size: 1.85rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 600;}
.site-area .soft-group p{margin: 0;
  font-size: 1.02rem;
  line-height: 1.7;}
.site-area .page-menu{display: grid;
  gap: 2.25rem;}
.site-area .unit{display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.6fr);
  gap: 1.5rem 3.5rem;
  align-items: start;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(46, 36, 28, 0.14);}
.site-area .unit:first-child{border-top: none;
  padding-top: 0;}
.site-area .unit h3{margin: 0;
  font-size: 1.12rem;
  line-height: 1.35;
  font-weight: 600;}
.site-area .unit p{margin: 0;
  font-size: 0.98rem;
  line-height: 1.72;}
.site-area .text-flow{margin: 3.5rem 0 0;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(46, 36, 28, 0.14);
  font-size: 1rem;
  line-height: 1.7;}
@media (max-width: 760px) {.site-area{
    padding: 3rem 1.25rem 3.5rem;
  }.site-area .soft-group,
  .site-area .unit{
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }.site-area .soft-group{
    margin-bottom: 2.5rem;
  }.site-area .soft-group h2{
    font-size: 1.5rem;
  }.site-area .page-menu{
    gap: 1.75rem;
  }.site-area .unit{
    padding-top: 1.4rem;
  }.site-area .text-flow{
    margin-top: 2.5rem;
  }
}
.direct-headline{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4.5rem 1.5rem 4rem;
  }
.direct-headline .page-stack{max-width: 780px;
    margin: 0 auto;}
.direct-headline h1{font-size: clamp(1.85rem, 3.4vw, 2.6rem);
    line-height: 1.18;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin: 0 0 1.5rem;}
.direct-headline .soft-group{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0 0 1.25rem;}
.direct-headline .clear-links{font-size: 1.02rem;
    line-height: 1.6;
    margin: 0;
    color: #4A3A2E;}
@media (max-width: 640px) {.direct-headline{
      padding: 3rem 1.15rem 2.75rem;
    }.direct-headline h1{
      margin-bottom: 1.15rem;
    }
  }
.bottom-shell{
    background: #FBF6F0;
    color: #2E241C;
    padding: 5.5rem 1.5rem;
  }
.bottom-shell .page-stack{max-width: 1080px;
    margin: 0 auto;}
.bottom-shell h2{font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 1.25rem;
    letter-spacing: -0.01em;}
.bottom-shell .soft-group{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 3rem;}
.bottom-shell .media-content{display: flex;
    flex-direction: column;
    gap: 2.25rem;}
.bottom-shell .primary-unit h3{font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 0.6rem;}
.bottom-shell .primary-unit p{font-size: 1rem;
    line-height: 1.7;
    margin: 0;}
.bottom-shell .clear-links{margin: 3rem 0 0;
    font-size: 0.98rem;
    line-height: 1.7;}
.bottom-shell .clear-links a{text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;}
.bottom-shell .clear-links a:hover{}
@media (min-width: 760px) {.bottom-shell{
      padding: 6.5rem 2.5rem;
    }.bottom-shell .media-content{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2.5rem 3rem;
    }.bottom-shell .primary-unit:first-child{
      grid-column: 1 / -1;
    }
  }
.bottom-shell{
  background: #4A3A2E;
  color: #FBF6F0;
}
.text-fields{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4.5rem 1.5rem;
  }
.text-fields .page-stack{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 3rem 4rem;
    align-items: start;}
.text-fields .public-region h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 600;
    letter-spacing: -0.01em;}
.text-fields .public-region .soft-group{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.text-fields .page-menu{display: flex;
    flex-direction: column;
    gap: 1.75rem;}
.text-fields .unit h3{font-size: 1.05rem;
    margin: 0 0 0.35rem;
    font-weight: 600;}
.text-fields .unit .compact-contact{margin: 0 0 0.6rem;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    color: #4A3A2E;
    opacity: 0.85;}
.text-fields .unit p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.6;}
.text-fields .clear-links{grid-column: 1 / -1;
    margin: 0;
    padding-top: 1.5rem;
    border-top: 1px solid #E8DCD0;
    font-size: 0.95rem;
    line-height: 1.65;}
@media (max-width: 780px) {.text-fields{
      padding: 3rem 1.25rem;
    }.text-fields .page-stack{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.text-fields .public-region h2{
      font-size: 1.45rem;
    }
  }
.text-fields{
  background: #FBF6F0;
  color: #2E241C;
}
.direct-headline{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4.5rem 1.5rem 3.5rem;
  }
.direct-headline .page-stack{max-width: 880px;
    margin: 0 auto;}
.direct-headline h1{font-size: clamp(1.75rem, 3.4vw, 2.6rem);
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin: 0 0 1.4rem;}
.direct-headline .soft-group{font-size: 1.0625rem;
    line-height: 1.65;
    margin: 0 0 1.1rem;}
.direct-headline .clear-links{font-size: 0.9375rem;
    line-height: 1.6;
    margin: 0;}
@media (max-width: 640px) {.direct-headline{
      padding: 3rem 1.25rem 2.5rem;
    }
  }
.direct-headline{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4.5rem 1.5rem 3.5rem;
  }
.direct-headline .page-stack{max-width: 780px;
    margin: 0 auto;}
.direct-headline h1{font-size: clamp(1.75rem, 3.4vw, 2.6rem);
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0 0 1.5rem;
    font-weight: 600;}
.direct-headline .soft-group{font-size: 1.0625rem;
    line-height: 1.65;
    margin: 0 0 1.25rem;}
.direct-headline .clear-links{font-size: 1rem;
    line-height: 1.65;
    margin: 0;}
@media (max-width: 640px) {.direct-headline{
      padding: 3rem 1.15rem 2.5rem;
    }.direct-headline h1{
      margin-bottom: 1.15rem;
    }
  }
.team-list{
    --font-strong: #E8DCD0;
    --ink-panel: #7FB6A4;
    background: #FBF6F0;
    color: #2E241C;
    padding: 72px 24px 80px;
  }
.team-list .page-stack{max-width: 880px;
    margin: 0 auto;}
.team-list .public-region{margin-bottom: 44px;}
.team-list .public-region h2{margin: 0 0 16px;
    font-size: 1.75rem;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.01em;}
.team-list .public-region p{margin: 0;
    font-size: 1.0625rem;
    line-height: 1.65;}
.team-list .team-entries{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;}
.team-list .narrow-steps{display: grid;
    grid-template-columns: 148px 1fr;
    gap: 28px;
    align-items: start;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--font-strong);}
.team-list .narrow-steps:last-child{border-bottom: 0;
    padding-bottom: 0;}
.team-list .plain-surface{display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 2px;}
.team-list .active-brand{font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 0.01em;}
.team-list .page-details{font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ink-panel);}
.team-list .plain-service h3{margin: 0 0 8px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.35;}
.team-list .plain-service p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.team-list .clear-links{margin: 40px 0 0;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #4A3A2E;}
.team-list .clear-links a{color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.team-list .clear-links a:hover{color: var(--ink-panel);}
@media (max-width: 640px) {.team-list{
      padding: 52px 18px 60px;
    }.team-list .public-region h2{
      font-size: 1.5rem;
    }.team-list .narrow-steps{
      grid-template-columns: 1fr;
      gap: 10px;
    }.team-list .plain-surface{
      flex-direction: row;
      align-items: baseline;
      gap: 10px;
    }
  }
.quiet-steps{
  background: #FBF6F0;
  color: #2E241C;
  padding: 4rem 1.5rem;
}
.quiet-steps .page-stack{max-width: 1080px;
  margin: 0 auto;}
.quiet-steps .public-region{margin-bottom: 2.75rem;}
.quiet-steps h2{font-size: 1.85rem;
  line-height: 1.25;
  margin: 0 0 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;}
.quiet-steps .public-region p{font-size: 1.02rem;
  line-height: 1.65;
  margin: 0;}
.quiet-steps .quiet-menu{display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 3rem;
  align-items: start;}
.quiet-steps h3{font-size: 1.12rem;
  font-weight: 600;
  margin: 0 0 1rem;}
.quiet-steps .bottom-intro p{font-size: 0.97rem;
  line-height: 1.7;
  margin: 0 0 1rem;}
.quiet-steps .bottom-intro .clear-links{
  background: #F4E9DE;
  color: #4A3A2E;
  padding: 0.9rem 1.1rem;
  border-radius: 10px;
  font-size: 0.93rem;
  margin-bottom: 0;
}
.quiet-steps .top-benefit{list-style: none;
  margin: 0;
  padding: 0;}
.quiet-steps .narrow-steps{padding: 0 0 1.15rem;
  margin-bottom: 1.15rem;
  border-bottom: 1px solid #E8DCD0;}
.quiet-steps .narrow-steps:last-child{border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;}
.quiet-steps .steady-fields{display: block;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.35rem;}
.quiet-steps .narrow-steps p{font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;}
.quiet-steps .direct-links{margin: 2.75rem 0 0;
  font-size: 0.97rem;
  line-height: 1.7;}
.quiet-steps .direct-links a{text-decoration: underline;
  text-underline-offset: 3px;}
.quiet-steps .direct-links a:hover{}
@media (max-width: 760px) {.quiet-steps{
    padding: 3rem 1.25rem;
  }.quiet-steps .quiet-menu{
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }.quiet-steps h2{
    font-size: 1.55rem;
  }
}
.direct-headline{
    background: #FBF6F0;
    color: #2E241C;
    padding: 5.5rem 1.5rem 4.5rem;
  }
.direct-headline .page-stack{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    column-gap: 4rem;
    row-gap: 1.75rem;
    align-items: start;}
.direct-headline h1{grid-column: 1 / -1;
    margin: 0;
    font-size: clamp(2rem, 4.2vw, 3.1rem);
    line-height: 1.12;
    letter-spacing: -0.015em;
    font-weight: 600;}
.direct-headline .soft-group{margin: 0;
    font-size: 1.08rem;
    line-height: 1.7;
    color: #2E241C;}
.direct-headline .clear-links{margin: 0;
    padding-top: 0.35rem;
    font-size: 0.98rem;
    line-height: 1.65;
    color: #4A3A2E;}
@media (max-width: 780px) {.direct-headline{
      padding: 3.75rem 1.25rem 3rem;
    }.direct-headline .page-stack{
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 1.5rem;
    }
  }
.steady-brand{
    background: #FBF6F0;
    color: #2E241C;
    padding: 72px 24px;
  }
.steady-brand .page-stack{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;}
.steady-brand .soft-group h2{margin: 0 0 20px;
    font-size: 1.75rem;
    line-height: 1.25;
    letter-spacing: -0.01em;
    font-weight: 600;}
.steady-brand .soft-group p{margin: 0 0 16px;
    font-size: 1.02rem;
    line-height: 1.65;}
.steady-brand .soft-group p:last-child{margin-bottom: 0;}
.steady-brand .soft-group a{color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;}
.steady-brand .soft-group a:hover{}
.steady-brand .visual-headline{
    background: #F4E9DE;
    color: #4A3A2E;
    border-radius: 18px;
    padding: 32px 28px;
  }
.steady-brand .go{
    display: inline-block;
    background: #E8A0A8;
    color: #3A2A22;
    padding: 15px 26px;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.3;
  }
.steady-brand .go:hover{
    background: #DC8C95;color:#2E241C;}
.steady-brand .top-benefit{margin: 20px 0 0;
    font-size: 0.92rem;
    line-height: 1.55;}
.steady-brand .top-benefit a{color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.steady-brand .top-benefit a:hover{}
@media (max-width: 780px) {.steady-brand{
      padding: 56px 20px;
    }.steady-brand .page-stack{
      grid-template-columns: 1fr;
      gap: 32px;
    }.steady-brand .soft-group h2{
      font-size: 1.45rem;
    }
  }
.strong-benefit{
  background: #FBF6F0;
  color: #2E241C;
  padding: 64px 24px 72px;
}
.strong-benefit .page-stack{max-width: 760px;
  margin: 0 auto;}
.strong-benefit .text-panel{margin-bottom: 32px;}
.strong-benefit h1{font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 12px;
  letter-spacing: -0.01em;}
.strong-benefit .plain-entries{font-size: 1.05rem;
  color: #4A3A2E;
  margin: 0 0 14px;}
.strong-benefit .social{font-size: 0.875rem;
  color: #4A3A2E;
  margin: 0;}
.strong-benefit .main-links{margin: 0 0 36px;}
.strong-benefit .main-links img{display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;}
.strong-benefit .main-links figcaption{font-size: 0.85rem;
  color: #4A3A2E;
  margin-top: 10px;}
.strong-benefit .strong-list p{font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 20px;}
.strong-benefit .strong-list p:last-child{margin-bottom: 0;}
.strong-benefit .offer-surface{margin-top: 44px;}
.strong-benefit .active-grid{font-size: 0.9rem;
  color: #4A3A2E;
  margin: 0 0 10px;}
.strong-benefit .public-group{list-style: none;
  padding: 0;
  margin: 0 0 28px;}
.strong-benefit .public-group li{padding: 8px 0;}
.strong-benefit .public-group li + li{border-top: 1px solid #E8DCD0;}
.strong-benefit .public-group a{color: #2E241C;
  text-decoration: none;
  border-bottom: 1px solid #E8A0A8;
  padding-bottom: 1px;}
.strong-benefit .public-group a:hover{color:inherit;}
.strong-benefit .compact-section{font-size: 0.9rem;
  color: #4A3A2E;
  margin: 0;}
.strong-benefit .compact-section a{color: #2E241C;
  text-decoration: none;
  border-bottom: 1px solid #7FB6A4;}
.strong-benefit .compact-section a:hover{color:inherit;}
@media (max-width: 560px) {.strong-benefit{
    padding: 44px 18px 56px;
  }.strong-benefit h1{
    font-size: 1.55rem;
  }
}
.strong-benefit{
  background: #FBF6F0;
  color: #2E241C;
}
.open-view{
    --field-main: #F4E9DE;
    --ink-card: #2E241C;
    background: #FBF6F0;
    color: #2E241C;
    padding: 3.5rem 1.25rem 4rem;
  }
.open-view .page-stack{max-width: 880px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;}
.open-view .public-region h1{font-size: clamp(1.7rem, 3.4vw, 2.5rem);
    line-height: 1.2;
    margin: 0 0 0.6rem;
    letter-spacing: -0.01em;}
.open-view .soft-group{font-size: 1.05rem;
    margin: 0;}
.open-view .active-plan p{margin: 0 0 1rem;
    line-height: 1.7;}
.open-view .active-plan p:last-child{margin-bottom: 0;}
.open-view .focused-brand{margin: 0;}
.open-view .focused-brand img{display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;}
.open-view .focused-brand figcaption{margin-top: 0.65rem;
    font-size: 0.9rem;}
.open-view .team-entries{display: flex;
    flex-direction: column;
    gap: 1.4rem;}
.open-view .narrow-steps h3{font-size: 1.05rem;
    margin: 0 0 0.35rem;}
.open-view .narrow-steps p{margin: 0;
    line-height: 1.65;}
.open-view .clear-links{
    margin: 0;
    padding: 1.1rem 1.3rem;
    background: var(--field-main);
    color: var(--ink-card);
    border-radius: 14px;
    line-height: 1.65;
  }
.open-view .compact-callout{margin: 0;
    font-size: 0.95rem;}
.open-view .compact-callout a{text-decoration: underline;
    text-underline-offset: 3px;}
.open-view .compact-callout a:hover{}
@media (min-width: 720px) {.open-view .team-entries{
      flex-direction: row;
      gap: 1.8rem;
    }.open-view .narrow-steps{
      flex: 1 1 0;
    }
  }
.open-view{
  background: #4A3A2E;
  color: #FBF6F0;
}
.narrow-copy{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4.5rem 1.25rem 5rem;
  }
.narrow-copy .page-stack{max-width: 1080px;
    margin: 0 auto;}
.narrow-copy .public-region{margin-bottom: 3rem;}
.narrow-copy .public-region h2{font-size: clamp(1.6rem, 3vw, 2.1rem);
    line-height: 1.25;
    margin: 0 0 1.1rem;
    font-weight: 600;}
.narrow-copy .public-region p{margin: 0 0 0.9rem;
    font-size: 1.02rem;
    line-height: 1.65;}
.narrow-copy .public-region p:last-child{margin-bottom: 0;}
.narrow-copy .team-shell{display: grid;
    grid-template-columns: 1.1fr 1fr 0.95fr;
    gap: 2.5rem 2.75rem;
    align-items: start;}
.narrow-copy .soft-entries{padding-top: 1.4rem;
    border-top: 1px solid #E8DCD0;}
.narrow-copy .soft-entries h3{font-size: 1.12rem;
    font-weight: 600;
    margin: 0 0 0.35rem;
    line-height: 1.3;}
.narrow-copy .soft-entries .offer-fields{margin: 0 0 0.85rem;
    font-size: 0.86rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #4A3A2E;}
.narrow-copy .soft-entries p:last-child{margin: 0;
    font-size: 0.97rem;
    line-height: 1.6;}
.narrow-copy .clear-links{margin: 3rem 0 0;
    font-size: 0.97rem;
    line-height: 1.6;
    padding-top: 1.4rem;
    border-top: 1px solid #E8DCD0;}
@media (max-width: 860px) {.narrow-copy{
      padding: 3.25rem 1.1rem 3.75rem;
    }.narrow-copy .team-shell{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.narrow-copy .public-region{
      margin-bottom: 2.25rem;
    }.narrow-copy .clear-links{
      margin-top: 2.25rem;
    }
  }
.narrow-copy{
  background: #FBF6F0;
  color: #2E241C;
}
.primary-stack{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4rem 1.5rem;
  }
.primary-stack .page-stack{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
    gap: 3rem;
    align-items: start;}
.primary-stack .team-nav img{display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
    object-fit: cover;}
.primary-stack .narrow-intro h2{margin: 0 0 0.4rem;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.2;
    font-weight: 600;}
.primary-stack .soft-entries{margin: 0 0 1.4rem;
    font-size: 0.95rem;
    letter-spacing: 0.02em;}
.primary-stack .narrow-intro p{margin: 0 0 1.1rem;
    line-height: 1.65;
    font-size: 1rem;}
.primary-stack .featured-figure{list-style: none;
    margin: 1.6rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    font-size: 0.98rem;}
.primary-stack .featured-figure li{display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    line-height: 1.5;}
.primary-stack .featured-figure span{min-width: 5.5rem;}
.primary-stack .featured-figure a{text-decoration: underline;
    text-underline-offset: 3px;}
.primary-stack .featured-figure a:hover{}
@media (max-width: 760px) {.primary-stack{
      padding: 2.75rem 1.15rem;
    }.primary-stack .page-stack{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }
  }
.primary-stack{
  background: #4A3A2E;
  color: #FBF6F0;
}
.strong-benefit{
    background: #FBF6F0;
    color: #2E241C;
    padding: 72px 24px 88px;
  }
.strong-benefit .page-stack{max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
    gap: 48px 64px;
    align-items: start;}
.strong-benefit .visual-quote{position: relative;}
.strong-benefit .strong-story{margin: 0 0 18px;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #4A3A2E;}
.strong-benefit h2{margin: 0 0 14px;
    font-size: clamp(1.6rem, 2.6vw, 2.3rem);
    line-height: 1.2;
    font-weight: 600;}
.strong-benefit .secondary-flow{margin: 0 0 22px;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #4A3A2E;}
.strong-benefit .local-items{margin: 0;
    font-size: 0.9rem;
    color: #4A3A2E;}
.strong-benefit .active-plan{display: flex;
    flex-direction: column;
    gap: 20px;}
.strong-benefit .active-plan p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.7;}
.strong-benefit .top-benefit{margin-top: 8px;
    padding-top: 20px;
    border-top: 1px solid #E8DCD0;
    font-size: 0.98rem;
    line-height: 1.6;
    color: #4A3A2E;}
.strong-benefit .top-benefit a{color: #2E241C;
    text-decoration: underline;
    text-underline-offset: 3px;}
.strong-benefit .top-benefit a:hover{color:inherit;}
@media (max-width: 820px) {.strong-benefit{
      padding: 48px 20px 64px;
    }.strong-benefit .page-stack{
      grid-template-columns: 1fr;
      gap: 32px;
    }
  }
.open-view{
    background: #FBF6F0;
    color: #2E241C;
    padding: 72px 24px;
  }
.open-view .page-stack{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;}
.open-view .visual-quote h2{margin: 0 0 10px;
    font-size: 1.9rem;
    line-height: 1.25;}
.open-view .visual-quote .soft-group{margin: 0;
    font-size: 1.05rem;}
.open-view .focused-brand{margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;}
.open-view .focused-brand img{display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
    object-fit: cover;}
.open-view .focused-brand figcaption{font-size: 0.92rem;}
.open-view .open-list{display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 40px 32px;}
.open-view .clear-links h3{margin: 0 0 8px;
    font-size: 1.1rem;}
.open-view .clear-links p{margin: 0;
    line-height: 1.6;}
.open-view .primary-benefit{margin: 0;
    line-height: 1.65;}
.open-view .primary-benefit a{text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 860px) {.open-view .open-list{
      grid-template-columns: 1fr 1fr;
    }
  }
@media (max-width: 560px) {.open-view{
      padding: 48px 18px;
    }.open-view .page-stack{
      gap: 36px;
    }.open-view .visual-quote h2{
      font-size: 1.5rem;
    }.open-view .open-list{
      grid-template-columns: 1fr;
      gap: 28px;
    }
  }
.narrow-copy{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4.5rem 1.5rem 5rem;
  }
.narrow-copy .page-stack{max-width: 1080px;
    margin: 0 auto;}
.narrow-copy h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    font-weight: 600;
    letter-spacing: -0.01em;
    margin: 0 0 1rem;}
.narrow-copy .soft-group{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 3rem;
    color: #4A3A2E;}
.narrow-copy .site-fields{display: flex;
    flex-direction: column;
    gap: 2.75rem;}
.narrow-copy .unit{display: grid;
    grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
    column-gap: 3rem;
    row-gap: 0.4rem;}
.narrow-copy .unit h3{font-size: 1.15rem;
    font-weight: 600;
    margin: 0;
    grid-column: 1;
    grid-row: 1;}
.narrow-copy .unit .soft-entries{grid-column: 1;
    grid-row: 2;
    font-size: 0.86rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;color:inherit;
    margin: 0;}
.narrow-copy .unit p:last-child{grid-column: 2;
    grid-row: 1 / span 2;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;}
@media (max-width: 720px) {.narrow-copy{
      padding: 3rem 1.25rem 3.5rem;
    }.narrow-copy .soft-group{
      margin-bottom: 2.25rem;
    }.narrow-copy .site-fields{
      gap: 2.25rem;
    }.narrow-copy .unit{
      grid-template-columns: 1fr;
      row-gap: 0.3rem;
    }.narrow-copy .unit h3,
    .narrow-copy .unit .soft-entries,
    .narrow-copy .unit p:last-child{
      grid-column: 1;
      grid-row: auto;
    }.narrow-copy .unit p:last-child{
      margin-top: 0.6rem;
    }
  }
.primary-stack{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4.5rem 1.5rem;
  }
.primary-stack .page-stack{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(220px, 320px) 1fr;
    gap: 3rem;
    align-items: start;}
.primary-stack .cluster img{display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
    object-fit: cover;}
.primary-stack .submit h2{margin: 0 0 0.4rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 600;}
.primary-stack .submit .soft-entries{margin: 0 0 1.4rem;
    font-size: 0.95rem;}
.primary-stack .submit p{margin: 0 0 1rem;
    line-height: 1.65;
    font-size: 1rem;}
.primary-stack .visual-proof{list-style: none;
    margin: 1.6rem 0 0;
    padding: 0;
    font-size: 0.95rem;
    line-height: 1.9;}
.primary-stack .visual-proof a{text-decoration: underline;
    text-underline-offset: 3px;}
.primary-stack .visual-proof a:hover{}
@media (max-width: 720px) {.primary-stack{
      padding: 3rem 1.25rem;
    }.primary-stack .page-stack{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.primary-stack .cluster img{
      max-width: 320px;
    }
  }
.controls{padding:calc(1.5rem * 2.4) 1.56rem;background:#FBF6F0;color:#2E241C;}
.site-block{max-width:1020px;margin:0 auto;}
.controls h1{margin:0;font-size:calc(15.6px * 2.65);line-height:1.08;}
.strong-benefit{
    background: #FBF6F0;
    color: #2E241C;
    padding: 56px 24px 72px;
  }
.strong-benefit .page-stack{max-width: 760px;
    margin: 0 auto;}
.strong-benefit .text-panel{margin-bottom: 28px;}
.strong-benefit .social{font-size: 0.85rem;
    letter-spacing: 0.02em;
    color: #4A3A2E;
    margin: 0 0 14px;}
.strong-benefit h1{font-size: clamp(1.6rem, 3.4vw, 2.15rem);
    line-height: 1.22;
    font-weight: 600;
    margin: 0 0 12px;}
.strong-benefit .main-section{font-size: 1.05rem;
    line-height: 1.55;
    color: #4A3A2E;
    margin: 0;}
.strong-benefit .narrow-content{
    margin: 0 0 32px;
    border-radius: 18px;
    overflow: hidden;
    background: #F4E9DE;color:#4A3A2E;}
.strong-benefit .narrow-content img{display: block;
    width: 100%;
    height: auto;}
.strong-benefit .strong-list p{font-size: 1rem;
    line-height: 1.72;
    margin: 0 0 18px;}
.strong-benefit .strong-list p:last-child{margin-bottom: 0;}
.strong-benefit .offer-surface{margin-top: 36px;
    padding-top: 22px;
    border-top: 1px solid #E8DCD0;}
.strong-benefit .service-method{font-size: 0.95rem;
    line-height: 1.6;
    color: #4A3A2E;
    margin: 0 0 14px;}
.strong-benefit .top-benefit{font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;}
.strong-benefit .top-benefit a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.strong-benefit .top-benefit a:hover{color:inherit;}
@media (max-width: 560px) {.strong-benefit{
      padding: 40px 18px 56px;
    }.strong-benefit .narrow-content{
      border-radius: 14px;
    }
  }
.open-view{
  background: #FBF6F0;
  color: #2E241C;
  padding: 4rem 1.5rem;
}
.open-view .page-stack{max-width: 1100px;
  margin: 0 auto;}
.open-view .soft-group{margin-bottom: 3rem;}
.open-view .soft-group h2{font-size: 1.9rem;
  line-height: 1.25;
  margin: 0 0 0.6rem;}
.open-view .secondary-flow{font-size: 1.05rem;
  margin: 0 0 1.4rem;}
.open-view .public-region{font-size: 1rem;
  line-height: 1.65;
  margin: 0;}
.open-view .page-menu{display: flex;
  flex-direction: column;
  gap: 2.5rem;}
.open-view .unit{display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.open-view .focused-brand{margin: 0;
  border-radius: 18px;
  overflow: hidden;}
.open-view .focused-brand img{display: block;
  width: 100%;
  height: auto;
  object-fit: cover;}
.open-view .clear-links .compact-contact{font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 0.4rem;}
.open-view .clear-links h3{font-size: 1.25rem;
  line-height: 1.3;
  margin: 0 0 0.7rem;}
.open-view .clear-links p{font-size: 0.98rem;
  line-height: 1.65;
  margin: 0;}
.open-view .text-flow{margin: 3rem 0 0;
  font-size: 1rem;
  line-height: 1.65;}
@media (min-width: 760px) {.open-view{
    padding: 5rem 2rem;
  }.open-view .unit{
    flex-direction: row;
    align-items: flex-start;
    gap: 2.5rem;
  }.open-view .unit:nth-child(even){
    flex-direction: row-reverse;
  }.open-view .focused-brand{
    flex: 0 0 42%;
  }.open-view .clear-links{
    flex: 1 1 auto;
    padding-top: 0.3rem;
  }.open-view .soft-group h2{
    font-size: 2.2rem;
  }
}
.narrow-copy{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4.5rem 1.25rem;
  }
.narrow-copy .page-stack{max-width: 1080px;
    margin: 0 auto;}
.narrow-copy .public-region{margin-bottom: 2.75rem;}
.narrow-copy .public-region h2{font-size: clamp(1.5rem, 2.6vw, 2rem);
    line-height: 1.25;
    margin: 0 0 0.9rem;
    font-weight: 600;
    letter-spacing: -0.01em;}
.narrow-copy .public-region p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.narrow-copy .main-brand{display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    gap: 2.25rem 2.5rem;}
.narrow-copy .unit h3{font-size: 1.1rem;
    margin: 0 0 0.3rem;
    font-weight: 600;}
.narrow-copy .unit .soft-entries{margin: 0 0 0.7rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #4A3A2E;}
.narrow-copy .unit p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.narrow-copy .clear-links{
    margin-top: 3rem;
    padding: 1.75rem 1.9rem;
    background: #F4E9DE;
    color: #4A3A2E;
    border-radius: 14px;
  }
.narrow-copy .clear-links h3{margin: 0 0 0.6rem;
    font-size: 1.05rem;
    font-weight: 600;}
.narrow-copy .clear-links p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.narrow-copy .clear-links .open-story{margin-top: 0.9rem;
    font-size: 0.95rem;}
.narrow-copy .clear-links a{text-decoration: underline;
    text-underline-offset: 3px;}
.narrow-copy .clear-links a:hover{color:inherit;}
@media (max-width: 860px) {.narrow-copy .main-brand{
      grid-template-columns: 1fr;
      gap: 1.9rem;
    }
  }
@media (max-width: 520px) {.narrow-copy{
      padding: 3rem 1.1rem;
    }.narrow-copy .clear-links{
      padding: 1.4rem 1.3rem;
    }
  }
.primary-stack{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4.5rem 1.5rem;
  }
.primary-stack .page-stack{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 3.5rem;
    align-items: start;}
.primary-stack .public-region h2{font-size: 1.65rem;
    line-height: 1.3;
    margin: 0 0 1.4rem;
    font-weight: 600;}
.primary-stack .public-region p{margin: 0 0 1.1rem;
    font-size: 1.02rem;
    line-height: 1.7;}
.primary-stack .public-region p:last-child{margin-bottom: 0;}
.primary-stack .compact-unit{
    background: #FFFFFF;
    color: #2E241C;
    border: 1px solid #E8DCD0;
    border-radius: 18px;
    padding: 1.4rem 1.4rem 1.6rem;
  }
.primary-stack .compact-unit img{display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 1.1rem;}
.primary-stack .compact-content{margin: 0 0 0.9rem;
    font-size: 0.95rem;
    line-height: 1.5;
    font-weight: 600;}
.primary-stack .top-view{margin: 0 0 1.1rem;
    font-size: 0.92rem;
    line-height: 1.6;}
.primary-stack .text-team{list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.92rem;
    line-height: 1.7;}
.primary-stack .text-team li{margin-bottom: 0.35rem;}
.primary-stack .text-team li:last-child{margin-bottom: 0;}
.primary-stack .text-team a{text-decoration: none;}
.primary-stack .text-team a:hover{text-decoration: underline;}
@media (max-width: 780px) {.primary-stack{
      padding: 3rem 1.25rem;
    }.primary-stack .page-stack{
      grid-template-columns: 1fr;
      gap: 2.25rem;
    }.primary-stack .public-region h2{
      font-size: 1.4rem;
    }
  }
.direct-headline{
    background: #FBF6F0;
    color: #2E241C;
    padding: 72px 24px 56px;
  }
.direct-headline .page-stack{max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;}
.direct-headline h1{margin: 0;
    font-size: clamp(1.75rem, 3.4vw, 2.4rem);
    line-height: 1.2;
    letter-spacing: -0.01em;
    font-weight: 600;}
.direct-headline .soft-group{margin: 0;
    font-size: 1.0625rem;
    line-height: 1.65;}
.direct-headline .clear-links{
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.6;
    background: #F4E9DE;
    color: #4A3A2E;
    padding: 16px 20px;
    border-radius: 14px;
  }
@media (max-width: 640px) {.direct-headline{
      padding: 48px 18px 40px;
    }.direct-headline .page-stack{
      gap: 16px;
    }
  }
.top-contact{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4.5rem 1.5rem 5rem;
  }
.top-contact .page-stack{max-width: 880px;
    margin: 0 auto;}
.top-contact .public-region h2{font-size: 1.7rem;
    line-height: 1.25;
    margin: 0 0 1.1rem;
    letter-spacing: -0.01em;}
.top-contact .public-region .soft-group{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 0.9rem;}
.top-contact .public-region p{margin: 0 0 0.9rem;
    line-height: 1.65;}
.top-contact .contact-visual{margin: 2.6rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;}
.top-contact .unit{display: flex;
    flex-direction: column;
    gap: 0.35rem;}
.top-contact .unit .focused-copy{margin: 0;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.75;}
.top-contact .unit .site-lead{margin: 0;
    line-height: 1.6;
    font-size: 1rem;}
.top-contact .unit a{color: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;}
.top-contact .unit a:hover{}
.top-contact .clear-links{
    margin: 2.8rem 0 0;
    padding: 1.3rem 1.4rem;
    background: #F4E9DE;
    color: #4A3A2E;
    border-radius: 14px;
    line-height: 1.65;
    font-size: 0.98rem;
  }
@media (min-width: 720px) {.top-contact{
      padding: 5.5rem 2.5rem 6rem;
    }.top-contact .public-region h2{
      font-size: 2rem;
    }.top-contact .contact-visual{
      flex-direction: row;
      flex-wrap: wrap;
      gap: 2rem 3rem;
    }.top-contact .unit{
      flex: 1 1 240px;
    }.top-contact .unit:nth-child(2){
      flex: 1 1 100%;
    }
  }
.top-contact{
  background: #4A3A2E;
  color: #FBF6F0;
}
.bottom-brand{
    --ink-muted: #FFFFFF;
    --font-meta: #E8DCD0;
    background: #FBF6F0;
    color: #2E241C;
    padding: 4.5rem 1.5rem;
  }
.bottom-brand .page-stack{max-width: 720px;
    margin: 0 auto;}
.bottom-brand .public-region h2{margin: 0 0 0.75rem;
    font-size: 1.75rem;
    line-height: 1.25;
    font-weight: 600;}
.bottom-brand .public-region p{margin: 0 0 2.25rem;
    font-size: 1.02rem;
    line-height: 1.65;}
.bottom-brand .top-fields{display: flex;
    flex-direction: column;
    gap: 1.35rem;}
.bottom-brand .content-service{display: flex;
    flex-direction: column;
    gap: 0.4rem;}
.bottom-brand .content-service label{font-size: 0.92rem;
    letter-spacing: 0.01em;}
.bottom-brand .content-service input,
  .bottom-brand .content-service textarea,
  .bottom-brand .content-service select{
    width: 100%;
    box-sizing: border-box;
    padding: 0.7rem 0.85rem;
    font: inherit;
    font-size: 0.98rem;
    color: #2E241C;
    background: var(--ink-muted);
    border: 1px solid var(--font-meta);
    border-radius: 10px;
  }
.bottom-brand .content-service textarea{resize: vertical;
    min-height: 6rem;
    line-height: 1.55;}
.bottom-brand .content-service input:focus,
  .bottom-brand .content-service textarea:focus,
  .bottom-brand .content-service select:focus{outline: 2px solid #7FB6A4;
    outline-offset: 1px;
    border-color: #7FB6A4;}
.bottom-brand .steady-wrap{display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.5rem;
    margin-top: 0.5rem;}
.bottom-brand .steady-wrap button{
    padding: 0.8rem 1.5rem;
    font: inherit;
    font-size: 0.98rem;
    color: #3A2A22;
    background: #E8A0A8;
    border: none;
    border-radius: 999px;
    cursor: pointer;
  }
.bottom-brand .steady-wrap button:hover{
    background: #DC8C95;color:#2E241C;}
.bottom-brand .steady-wrap .clear-links{flex: 1 1 260px;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;}
@media (max-width: 560px) {.bottom-brand{
      padding: 3rem 1.15rem;
    }.bottom-brand .public-region h2{
      font-size: 1.45rem;
    }
  }
.bottom-brand{
  background: #FBF6F0;
  color: #2E241C;
}
.featured-proof{
    background: #FBF6F0;
    color: #2E241C;
    padding: 72px 24px;
  }
.featured-proof .page-stack{max-width: 960px;
    margin: 0 auto;}
.featured-proof h2{font-size: 1.6rem;
    line-height: 1.25;
    margin: 0 0 14px;
    font-weight: 600;}
.featured-proof .soft-group{margin: 0 0 34px;
    font-size: 1.05rem;
    line-height: 1.6;}
.featured-proof .site-fields{display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 34px;}
.featured-proof .plain-group{display: grid;
    grid-template-columns: 200px 1fr;
    gap: 24px;
    align-items: baseline;}
.featured-proof .focused-copy{font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;}
.featured-proof .site-lead{font-size: 1.02rem;
    line-height: 1.55;}
.featured-proof .site-lead a{text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;}
.featured-proof .site-lead a:hover{}
.featured-proof .clear-links{margin: 0 0 16px;
    font-size: 1rem;
    line-height: 1.65;}
.featured-proof .clear-links:last-child{margin-bottom: 0;}
@media (max-width: 640px) {.featured-proof{
      padding: 52px 18px;
    }.featured-proof .plain-group{
      grid-template-columns: 1fr;
      gap: 6px;
    }
  }
.featured-proof{
  background: #4A3A2E;
  color: #FBF6F0;
}
.top-contact{
    --label-heading: #E8DCD0;
    --field-main: #F4E9DE;
    background: #FBF6F0;
    color: #2E241C;
    padding: 4.5rem 1.5rem 5rem;
  }
.top-contact .page-stack{max-width: 880px;
    margin: 0 auto;}
.top-contact .public-region h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 0.9rem;
    letter-spacing: -0.01em;}
.top-contact .public-region p{margin: 0 0 2.6rem;
    font-size: 1.02rem;
    line-height: 1.65;}
.top-contact .page-brand{display: flex;
    flex-direction: column;
    gap: 1.6rem;}
.top-contact .contact-section{padding: 0.2rem 0 1.4rem;
    border-bottom: 1px solid var(--label-heading);}
.top-contact .contact-section:last-child{border-bottom: none;
    padding-bottom: 0;}
.top-contact .contact-section h3{font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    margin: 0 0 0.5rem;
    font-weight: 600;}
.top-contact .contact-section p{margin: 0 0 0.35rem;
    font-size: 1.02rem;
    line-height: 1.55;}
.top-contact .contact-section p.note{margin: 0;
    font-size: 0.9rem;}
.top-contact .contact-section a{text-decoration: underline;
    text-underline-offset: 3px;}
.top-contact .contact-section a:hover{}
.top-contact .fresh-callout{
    margin-top: 2.8rem;
    background: var(--field-main);
    color: #2E241C;
    padding: 1.6rem 1.7rem;
    border-radius: 14px;
  }
.top-contact .fresh-callout h3{margin: 0 0 0.6rem;
    font-size: 1.05rem;}
.top-contact .fresh-callout p{margin: 0;
    font-size: 0.96rem;
    line-height: 1.65;}
.top-contact .fresh-callout a{text-decoration: underline;
    text-underline-offset: 3px;}
@media (min-width: 720px) {.top-contact{
      padding: 5.5rem 2rem 6rem;
    }.top-contact .public-region h2{
      font-size: 2.2rem;
    }.top-contact .page-brand{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.8rem 2.6rem;
    }.top-contact .contact-section:nth-last-child(2){
      border-bottom: none;
    }
  }
.featured-grid{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4rem 1.5rem 4.5rem;
  }
.featured-grid .page-stack{max-width: 880px;
    margin: 0 auto;}
.featured-grid h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 600;
    letter-spacing: -0.01em;}
.featured-grid .soft-group{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 2.5rem;}
.featured-grid .open-list{display: flex;
    flex-direction: column;
    gap: 1.75rem;}
.featured-grid .clear-links h3{font-size: 1.05rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    letter-spacing: 0;}
.featured-grid .clear-links p{margin: 0;
    line-height: 1.7;
    font-size: 0.97rem;}
.featured-grid .clear-links a{color: #2E241C;
    text-decoration: underline;
    text-underline-offset: 3px;}
.featured-grid .clear-links a:hover{color:inherit;}
.featured-grid .open-surface{margin: 2.5rem 0 0;
    font-size: 0.88rem;
    line-height: 1.6;
    color: #4A3A2E;}
@media (max-width: 640px) {.featured-grid{
      padding: 3rem 1.15rem 3.5rem;
    }.featured-grid h2{
      font-size: 1.45rem;
    }.featured-grid .soft-group{
      font-size: 1rem;
      margin-bottom: 2rem;
    }.featured-grid .open-list{
      gap: 1.5rem;
    }
  }
.featured-grid{
  background: #FBF6F0;
  color: #2E241C;
}
.primary-block{
    background: #FBF6F0;
    color: #2E241C;
    padding: 72px 24px;
  }
.primary-block .page-stack{max-width: 780px;
    margin: 0 auto;}
.primary-block h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.primary-block h3{font-size: 1.15rem;
    line-height: 1.3;
    margin: 40px 0 12px;}
.primary-block .soft-group{font-size: 1.02rem;
    line-height: 1.7;
    margin: 0 0 8px;}
.primary-block p{font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 16px;}
.primary-block .team-entries{list-style: none;
    margin: 24px 0 8px;
    padding: 0;}
.primary-block .narrow-steps{padding: 20px 0;}
.primary-block .narrow-steps + .narrow-steps{border-top: 1px solid #E8DCD0;}
.primary-block .narrow-steps h3{margin: 0 0 8px;
    font-size: 1.05rem;}
.primary-block .narrow-steps p{margin: 0;}
.primary-block a{color: #2E241C;
    text-decoration: underline;
    text-underline-offset: 3px;}
.primary-block a:hover{color:inherit;}
@media (max-width: 640px) {.primary-block{
      padding: 48px 18px;
    }.primary-block h2{
      font-size: 1.45rem;
    }
  }
.primary-block{
  background: #FBF6F0;
  color: #2E241C;
}
.direct-headline{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4.5rem 1.5rem 3.5rem;
  }
.direct-headline .page-stack{max-width: 1080px;
    margin: 0 auto;}
.direct-headline h1{font-size: clamp(1.9rem, 3.4vw, 2.7rem);
    line-height: 1.18;
    letter-spacing: -0.01em;
    margin: 0 0 1.6rem;
    font-weight: 600;
    max-width: 22ch;}
.direct-headline .soft-group{display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 2.5rem 3rem;
    align-items: start;}
.direct-headline .soft-group > p{margin: 0;
    font-size: 1.06rem;
    line-height: 1.65;}
.direct-headline .clear-links{
    background: #F4E9DE;
    color: #4A3A2E;
    border-radius: 18px;
    padding: 1.4rem 1.5rem;
  }
.direct-headline .clear-links p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
@media (max-width: 760px) {.direct-headline{
      padding: 3rem 1.15rem 2.5rem;
    }.direct-headline .soft-group{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }.direct-headline h1{
      max-width: none;
    }
  }
.secondary-contact{
    background: #FBF6F0;
    color: #2E241C;
    padding: 88px 24px 96px;
  }
.secondary-contact .page-stack{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;}
.secondary-contact .clear-links{grid-column: 1;}
.secondary-contact h1{margin: 0 0 20px;
    font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    font-weight: 600;}
.secondary-contact .soft-group{margin: 0 0 22px;
    font-size: 1.12rem;
    line-height: 1.6;}
.secondary-contact .page-items{margin: 0 0 20px;
    font-size: 1rem;
    line-height: 1.7;}
.secondary-contact .text-flow{margin: 0 0 30px;
    font-size: 1rem;
    line-height: 1.7;}
.secondary-contact .top-benefit{margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 28px;
    font-size: 0.98rem;}
.secondary-contact .top-benefit a{text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid #E8A0A8;
    transition: border-color 0.18s ease;}
.secondary-contact .top-benefit a:hover{border-color: #2E241C;}
@media (max-width: 760px) {.secondary-contact{
      padding: 64px 20px 72px;
    }.secondary-contact .page-stack{
      grid-template-columns: minmax(0, 1fr);
      gap: 32px;
    }.secondary-contact .clear-links{
      grid-column: 1;
    }.secondary-contact .top-benefit{
      flex-direction: column;
      gap: 12px;
    }
  }
.secondary-contact{
  background: #4A3A2E;
  color: #FBF6F0;
}
.steady-brand{
    background: #FBF6F0;
    color: #2E241C;
    padding: 4.5rem 1.5rem 5rem;
  }
.steady-brand .page-stack{max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.25rem;}
.steady-brand .soft-group h2{font-size: 1.85rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 600;
    letter-spacing: -0.01em;}
.steady-brand .soft-group p{margin: 0 0 1rem;
    font-size: 1.02rem;
    line-height: 1.65;}
.steady-brand .soft-group p:last-child{margin-bottom: 0;}
.steady-brand .visual-headline{display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;}
.steady-brand .top-details{
    display: inline-block;
    background: #E8A0A8;
    color: #3A2A22;
    padding: 0.85rem 1.6rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s ease;
  }
.steady-brand .top-details:hover{
    background: #DC8C95;
  }
.steady-brand .top-benefit{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4A3A2E;}
.steady-brand .top-benefit a{color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 600px) {.steady-brand{
      padding: 3rem 1.15rem 3.5rem;
    }.steady-brand .soft-group h2{
      font-size: 1.5rem;
    }
  }
.404{
    background: #FBF6F0;
    color: #2E241C;
    padding: 72px 24px 88px;
  }
.404 .page-stack{
    max-width: 880px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
.404 .soft-group{
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
.404 h2{
    margin: 0;
    font-size: 1.9rem;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.01em;
  }
.404 .soft-group p{
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
  }
.404 .team-fields{
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
    align-items: baseline;
  }
.404 .top-benefit{
    display: inline-block;
    padding: 10px 20px;
    border-radius: 999px;
    background: #E8A0A8;
    color: #3A2A22;
    text-decoration: none;
    font-size: 0.98rem;
    line-height: 1.2;
  }
.404 .top-benefit:hover{
    background: #DC8C95;color:#2E241C;}
.404 .top-benefit:nth-child(2){
    background: var(--tone-soft, #7FB6A4);
    color: var(--ink-main, #1F3A32);
  }
.404 .top-benefit:nth-child(2):hover{
    background: var(--surface-strong, #6BA391);color:#2E241C;}
.404 .top-benefit:nth-child(3){
    background: transparent;
    color: inherit;
    padding: 10px 0;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
.404 .top-benefit:nth-child(3):hover{
    background: transparent;
  }
.404 .clear-links{
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #4A3A2E;
  }
.404 .clear-links a{
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
@media (max-width: 560px) {.404{
      padding: 48px 18px 64px;
    }.404 h2{
      font-size: 1.5rem;
    }.404 .team-fields{
      flex-direction: column;
      align-items: flex-start;
      gap: 14px;
    }
  }
.404{
  background: #FBF6F0;
  color: #2E241C;
}
