html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Quicksand", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --delay-soft: ease-in-out;
  --tone-page: #FFFFFF;
  --line-primary: #6B7A3A;
}
a{color:inherit;}
.team-shell {
    width: 100%;
    background: #FBF6EC;
    color: #3A2E1C;
    border-bottom: 1px solid #E4D9C2;
  }
.content-rail {
    max-width: 820px;
    margin: 0 auto;
    padding: 1.5rem 1.36rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.93rem;
  }
.text-story {
    font-size: calc(15.3px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #3A2E1C;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    padding: 0 calc(0.93rem * 1.5);
  }
.text-story:hover {
    color: #E0A32B;
  }
.nav-left,
  .nav-right {
    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: calc(0.93rem * 1.5);
  }
.nav-list a {
    color: #3A2E1C;
    text-decoration: none;
    font-size: 15.3px;
    padding: 0.4rem 0.2rem;
    border-radius: 0.26rem;
    transition: color 280ms var(--delay-soft),
                background-color 280ms var(--delay-soft);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #E0A32B;
    background: #F3EAD6;
    outline: none;
  }
.view {
    display: none;
    justify-self: end;
    width: 44px;
    height: 44px;
    padding: 0;
    background: #F3EAD6;
    color: #4A3C26;
    border: 1px solid #E4D9C2;
    border-radius: 0.32rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.local-content{
    display: block;
    width: 20px;
    height: 2px;
    background: #4A3C26;
    border-radius: 2px;color:#3A2E1C;}
.strong-media {
    display: none;
    background: #3A2E1C;
    color: #FBF6EC;
    border-top: 1px solid #E4D9C2;
  }
.strong-media.is-open{display: block;}
.active-callout {
    list-style: none;
    margin: 0;
    padding: calc(0.93rem * 1.5) 1.36rem;
    display: flex;
    flex-direction: column;
    gap: calc(0.93rem * 1.5);
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
.active-callout a {
    display: block;
    color: #FBF6EC;
    text-decoration: none;
    font-size: calc(15.3px * 1.125);
    padding: 0.6rem 0;
    border-bottom: 1px solid #E4D9C2;
  }
.active-callout a:hover,
  .active-callout a:focus-visible {
    color: #3A2E1C;
    outline: none;
  }
@media (max-width: 767px) {
    .content-rail {
      grid-template-columns: 1fr auto;
      gap: calc(0.93rem * 1.5);
    }

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

    .text-story {
      text-align: left;
      padding: 0;
    }

    .view {
      display: flex;
    }
  }
.simple-actions{padding:calc(1.5rem * 2.4) 1.36rem;font-family:"Quicksand", sans-serif;font-size:15.3px;line-height:1.65;background:#3A2E1C;color:#FBF6EC;}
.local-inner{max-width:820px;margin:0 auto;display:grid;gap:calc(0.93rem * 1.5);grid-template-columns:1fr}
.media-team{font-size:calc(15.3px * 1.35);margin:0 0 calc(1.5rem * .75);font-weight:600;letter-spacing:0.01em}
.visual-lead{font-style:normal;display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin:0}
.soft-summary{display:block;max-width:32ch}
.service-items{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:1px;width:fit-content;transition:opacity 280ms var(--delay-soft)}
.service-items:hover,
  .service-items:focus-visible{opacity:0.75}
.site-nav{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.steady-flow{font-size:calc(15.3px * 1.125);font-weight:700;margin:0;letter-spacing:0.02em}
.site-copy{margin:0;max-width:44ch;opacity:0.85}
.local-details,
  .featured-figure{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:0.93rem}
.local-details a,
  .featured-figure a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 280ms var(--delay-soft)}
.local-details a:hover,
  .local-details a:focus-visible,
  .featured-figure a:hover,
  .featured-figure a:focus-visible{border-bottom-color:currentColor;color:inherit}
.soft-story{display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-top:1px solid currentColor;padding-top:calc(0.93rem * 1.5)}
.visual-grid{margin:0;font-size:calc(15.3px * .875);opacity:0.8;max-width:70ch}
.fresh-shell{margin:0;font-size:calc(15.3px * .875);opacity:0.7}
@media (min-width: 720px) {.local-inner{grid-template-columns:1fr 1fr;gap:1.36rem}.steady-surface{grid-column:1 / -1}.soft-story{grid-column:1 / -1}
  }
@media (min-width: 1024px) {.local-inner{grid-template-columns:1.2fr 1fr 1fr}.steady-surface{grid-column:auto}.soft-story{grid-column:1 / -1}
  }
.cookies {
  position: fixed;
  top: 50%;
  right: calc(0.93rem * 1.5);
  transform: translateY(-50%);
  z-index: 9999;
  width: 280px;
  max-width: calc(100vw - calc(0.93rem * 1.5) * 2);
  background: #FFFFFF;
  color: #3A2E1C;
  border: 1px solid #E4D9C2;
  border-radius: 0.59rem;
  box-shadow: 0 8px 30px rgba(0,0,0,0.13);
  font-family: "Quicksand", sans-serif;
  font-size: calc(15.3px * .875);
  line-height: 1.65;
}
.cookies .team-details{display: flex;
  flex-direction: column;
  gap: 0.93rem;
  padding: calc(1.5rem * .75);}
.cookies .primary-tile{margin: 0;
  font-size: 15.3px;
  font-weight: 600;
  line-height: 1.65;}
.cookies .clear-items{margin: 0;
  font-size: calc(15.3px * .875);
  color: #4A3C26;}
.cookies .open-feature{display: flex;
  flex-direction: column;
  gap: calc(0.93rem / 2);
  margin-top: calc(0.93rem * 1.5);}
.cookies .open-unit {
  display: block;
  width: 100%;
  padding: 0.55rem 0.9rem;
  font-family: inherit;
  font-size: calc(15.3px * .875);
  line-height: 1.65;
  border-radius: 0.26rem;
  border: 1px solid #E4D9C2;
  background: transparent;
  color: #3A2E1C;
  cursor: pointer;
  text-align: center;
  transition: background 280ms var(--delay-soft), color 280ms var(--delay-soft);
}
.cookies .open-unit:hover{
  background: color-mix(in srgb, currentColor 10%, transparent);color:#3A2E1C;}
.cookies .cookie-accept {
  background: var(--line-primary);
  color: var(--tone-page);
  border-color: var(--line-primary);
}
.cookies .cookie-accept:hover{
  background: #57652E;
  border-color: #57652E;color:#3A2E1C;}
@media (max-width: 640px) {
  .cookies {
    right: calc(0.93rem * 1.5);
    left: calc(0.93rem * 1.5);
    width: auto;
    top: auto;
    bottom: calc(0.93rem * 1.5);
    transform: none;
  }
}
.compact-area{
    background: var(--tone-extra-8, linear-gradient(135deg, #FBF6EC 0%, #F3EAD6 55%, #EADFC7 100%));
    color: #3A2E1C;
    padding: 5.5rem 1.5rem 4.5rem;
  }
.compact-area .visual-headline{max-width: 720px;
    margin: 0 auto;}
.compact-area h1{font-size: clamp(2rem, 4.4vw, 3.1rem);
    line-height: 1.12;
    letter-spacing: -0.01em;
    margin: 0 0 1.6rem;
    font-weight: 700;}
.compact-area .clear-group{font-size: 1.12rem;
    line-height: 1.65;
    margin: 0 0 1.2rem;
    max-width: 60ch;}
.compact-area .plain-team{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0 0 2.4rem;
    max-width: 56ch;
    color: #4A3C26;
    border-top: 1px solid #E4D9C2;
    padding-top: 1.2rem;}
.compact-area .fresh-plan{
    display: inline-block;
    background: #6B7A3A;
    color: #FFFFFF;
    padding: 0.85rem 1.6rem;
    border-radius: 8px;
    font-size: 0.98rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
  }
.compact-area .fresh-plan:hover{
    background: #57652E;color:#3A2E1C;}
@media (max-width: 560px) {.compact-area{
      padding: 3.5rem 1.25rem 3rem;
    }
  }
.compact-area{
  background: #FBF6EC;
  color: #3A2E1C;
}
.narrow-quote{
    background: #FBF6EC;
    color: #3A2E1C;
    padding: 64px 20px 72px;
  }
.narrow-quote .visual-headline{max-width: 1080px;
    margin: 0 auto;}
.narrow-quote .main-area{max-width: 640px;
    margin-bottom: 48px;}
.narrow-quote .main-area h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.narrow-quote .clear-group{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.narrow-quote .text-proof{display: flex;
    flex-direction: column;
    gap: 40px;}
.narrow-quote .strong-copy{display: grid;
    grid-template-columns: 300px 1fr;
    gap: 32px;
    align-items: start;
    padding-bottom: 40px;
    border-bottom: 1px solid #E4D9C2;}
.narrow-quote .strong-copy:last-child{border-bottom: none;
    padding-bottom: 0;}
.narrow-quote .simple-intro img{display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;}
.narrow-quote .simple-flow{display: inline-block;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 8px;}
.narrow-quote .primary-flow h3{margin: 0 0 6px;
    font-size: 1.35rem;
    line-height: 1.25;}
.narrow-quote .compact-summary{margin: 0 0 14px;
    font-size: 0.95rem;
    font-style: italic;}
.narrow-quote .primary-flow p{margin: 0 0 16px;
    font-size: 0.98rem;
    line-height: 1.65;}
.narrow-quote .contact-frame{display: inline-block;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid #E0A32B;
    padding-bottom: 2px;}
.narrow-quote .contact-frame:hover{border-bottom-color: #57652E;}
@media (max-width: 720px) {.narrow-quote{
      padding: 48px 16px 56px;
    }.narrow-quote .strong-copy{
      grid-template-columns: 1fr;
      gap: 20px;
    }.narrow-quote .simple-intro img{
      height: 200px;
    }.narrow-quote .main-area h2{
      font-size: 1.55rem;
    }
  }
.narrow-quote{
  background: #3A2E1C;
  color: #FBF6EC;
}
.open-note{
    background: #FBF6EC;
    color: #3A2E1C;
    padding: 72px 24px;
  }
.open-note .visual-headline{max-width: 760px;
    margin: 0 auto;}
.open-note h2{font-size: 1.6rem;
    line-height: 1.25;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.open-note .clear-group{margin: 0 0 36px;
    font-size: 1.02rem;
    line-height: 1.6;
    max-width: 60ch;}
.open-note .text-proof{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #E4D9C2;}
.open-note .strong-copy{padding: 22px 0 20px;
    border-bottom: 1px solid #E4D9C2;}
.open-note .text-visual{margin: 0 0 10px;
    font-size: 1.05rem;
    line-height: 1.55;}
.open-note .page-panel{margin: 0;
    font-size: 0.88rem;color:inherit;
    letter-spacing: 0.01em;}
@media (max-width: 560px) {.open-note{
      padding: 52px 18px;
    }.open-note h2{
      font-size: 1.35rem;
    }
  }
.open-note{
  background: #FBF6EC;
  color: #3A2E1C;
}
.active-shell{
    background: #FBF6EC;
    color: #3A2E1C;
    padding: 5rem 1.5rem 5.5rem;
  }
.active-shell .visual-headline{max-width: 780px;
    margin: 0 auto;}
.active-shell .main-area{margin-bottom: 3.5rem;}
.active-shell .main-area h2{font-size: clamp(1.6rem, 3.4vw, 2.15rem);
    line-height: 1.25;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.active-shell .main-area p{margin: 0;
    max-width: 58ch;
    font-size: 1.02rem;
    line-height: 1.65;}
.active-shell .visual-unit{display: flex;
    flex-direction: column;
    gap: 2.6rem;}
.active-shell .site-group{padding-left: 1.35rem;
    border-left: 3px solid #E0A32B;}
.active-shell .site-group h3{margin: 0 0 0.55rem;
    font-size: 1.12rem;
    line-height: 1.4;}
.active-shell .site-group p{margin: 0;
    max-width: 62ch;
    font-size: 0.98rem;
    line-height: 1.7;}
@media (max-width: 620px) {.active-shell{
      padding: 3.5rem 1.15rem 4rem;
    }.active-shell .main-area{
      margin-bottom: 2.5rem;
    }.active-shell .visual-unit{
      gap: 2rem;
    }.active-shell .site-group{
      padding-left: 1rem;
    }
  }
.active-shell{
  background: #3A2E1C;
  color: #FBF6EC;
}
.main-rail{
    --type-extra-22: #E4D9C2;
    --mark-active: #F3EAD6;
    background: #FBF6EC;
    color: #3A2E1C;
    padding: 4.5rem 1.25rem;
  }
.main-rail .visual-headline{max-width: 780px;
    margin: 0 auto;}
.main-rail .plain-feature{max-width: 640px;
    margin-bottom: 2.75rem;}
.main-rail h2{font-size: 1.85rem;
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.main-rail .clear-group{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 1rem;}
.main-rail .plain-team{font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    padding-left: 1rem;
    border-left: 3px solid #E0A32B;
    color: #4A3C26;}
.main-rail .text-proof{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--type-extra-22);}
.main-rail .strong-copy{padding: 1.75rem 0;
    border-bottom: 1px solid var(--type-extra-22);}
.main-rail .strong-copy h3{font-size: 1.2rem;
    margin: 0 0 0.35rem;}
.main-rail .focused-plan{font-size: 0.9rem;
    margin: 0 0 0.75rem;color:inherit;}
.main-rail .strong-copy p{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0 0 0.9rem;
    max-width: 62ch;}
.main-rail .strong-copy a{display: inline-block;
    font-size: 0.92rem;
    color: #57652E;
    text-decoration: none;
    border-bottom: 1px solid #6B7A3A;
    padding-bottom: 2px;}
.main-rail .strong-copy a:hover{color: #3A2E1C;
    border-bottom-color: #E0A32B;}
@media (min-width: 720px) {.main-rail{
      padding: 5.5rem 2rem;
    }.main-rail h2{
      font-size: 2.1rem;
    }
  }
.main-rail{
  background: #FBF6EC;
  color: #3A2E1C;
}
.narrow-quote{
  --surface-main: #3A2E1C;
  --copy-base: #E4D9C2;
  background: #FBF6EC;
  color: #3A2E1C;
  padding: 64px 24px 80px;
}
.narrow-quote .visual-headline{max-width: 1080px;
  margin: 0 auto;}
.narrow-quote .plain-feature{max-width: 640px;
  margin-bottom: 48px;}
.narrow-quote h1{font-size: clamp(1.75rem, 3.4vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 16px;}
.narrow-quote .clear-group{margin: 0;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #4A3C26;}
.narrow-quote .text-proof{list-style: none;
  margin: 0;
  padding: 0;}
.narrow-quote .strong-copy{border-top: 1px solid var(--copy-base);}
.narrow-quote .strong-copy:last-child{border-bottom: 1px solid var(--copy-base);}
.narrow-quote .contact-frame{display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px;
  align-items: start;
  padding: 32px 0;
  text-decoration: none;
  color: inherit;}
.narrow-quote .site-inner{
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #F3EAD6;color:#4A3C26;}
.narrow-quote .site-inner img{display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;}
.narrow-quote .primary-nav{display: block;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;color:inherit;
  margin-bottom: 8px;}
.narrow-quote h2{font-size: 1.375rem;
  line-height: 1.25;
  margin: 0 0 6px;}
.narrow-quote .main-method{margin: 0 0 12px;
  font-size: 0.9375rem;
  color: #4A3C26;}
.narrow-quote .simple-note{margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #4A3C26;}
.narrow-quote .contact-frame:hover h2{color: #57652E;}
@media (max-width: 720px) {.narrow-quote{
    padding: 44px 18px 56px;
  }.narrow-quote .contact-frame{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 0;
  }.narrow-quote .site-inner img{
    height: 200px;
  }.narrow-quote .plain-feature{
    margin-bottom: 32px;
  }
}
.narrow-quote{
  background: #FBF6EC;
  color: #3A2E1C;
}
.focused-figure{
    background: #FBF6EC;
    color: #3A2E1C;
    padding: 4rem 1.5rem;
  }
.focused-figure .visual-headline{max-width: 980px;
    margin: 0 auto;}
.focused-figure .plain-feature{display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 1.5rem 2.5rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid #E4D9C2;}
.focused-figure .plain-feature h2{flex: 1 1 320px;
    margin: 0;
    font-size: 1.55rem;
    line-height: 1.25;
    letter-spacing: -0.01em;}
.focused-figure .plain-feature p{flex: 1 1 380px;
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.focused-figure .text-proof{list-style: none;
    margin: 0;
    padding: 0;}
.focused-figure .strong-copy{display: grid;
    grid-template-columns: minmax(180px, 240px) 1fr;
    gap: 0.4rem 2rem;
    padding: 1.4rem 0;
    border-bottom: 1px solid #E4D9C2;}
.focused-figure .strong-copy:last-child{border-bottom: none;}
.focused-figure .quiet-inner{font-weight: 600;
    font-size: 1.02rem;
    line-height: 1.35;}
.focused-figure .quiet-figure{grid-column: 1;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;}
.focused-figure .plain-team{grid-column: 2;
    grid-row: 1 / span 2;
    font-size: 0.95rem;
    line-height: 1.6;}
@media (max-width: 640px) {.focused-figure{
      padding: 2.75rem 1.25rem;
    }.focused-figure .strong-copy{
      grid-template-columns: 1fr;
      gap: 0.3rem;
    }.focused-figure .plain-team{
      grid-column: 1;
      grid-row: auto;
      margin-top: 0.5rem;
    }
  }
.focused-figure{
  background: #3A2E1C;
  color: #FBF6EC;
}
.text-steps{
  --type-strong: #E4D9C2;
  --field-active: #F3EAD6;
  background: #FBF6EC;
  color: #3A2E1C;
  padding: 4.5rem 1.25rem 5rem;
}
.text-steps .visual-headline{max-width: 780px;
  margin: 0 auto;}
.text-steps .plain-feature{border-bottom: 1px solid var(--type-strong);
  padding-bottom: 1.75rem;
  margin-bottom: 2.5rem;}
.text-steps h1{font-size: clamp(1.9rem, 4vw, 2.7rem);
  line-height: 1.15;
  margin: 0 0 0.6rem;
  letter-spacing: -0.01em;}
.text-steps .main-method{margin: 0;
  font-size: 1.05rem;
  color: #6b5a3e;}
.text-steps .clear-group p{font-size: 1.08rem;
  line-height: 1.7;
  margin: 0 0 2.25rem;}
.text-steps .site-inner{margin: 0 0 2.75rem;}
.text-steps .site-inner img{display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;}
.text-steps .secondary-callout{display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2.75rem;}
.text-steps .soft-nav h2{font-size: 1.15rem;
  margin: 0 0 0.5rem;color:inherit;}
.text-steps .soft-nav p{margin: 0;
  line-height: 1.7;}
.text-steps .steady-note{
  background: var(--field-active);
  color: #4A3C26;
  border-left: 4px solid #E0A32B;
  border-radius: 8px;
  padding: 1.5rem 1.75rem;
  margin-bottom: 2.75rem;
}
.text-steps .steady-note h2{font-size: 1.15rem;
  margin: 0 0 0.5rem;}
.text-steps .steady-note p{margin: 0;
  line-height: 1.7;}
.text-steps .top-quote h2{font-size: 1.15rem;
  margin: 0 0 0.85rem;color:inherit;}
.text-steps .top-quote ul{margin: 0;
  padding: 0;
  list-style: none;}
.text-steps .top-quote li{padding: 0.55rem 0 0.55rem 1.1rem;
  border-bottom: 1px solid var(--type-strong);
  line-height: 1.55;
  position: relative;}
.text-steps .top-quote li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 1.05rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E0A32B;
}
.text-steps .top-quote li:last-child{border-bottom: none;}
.text-steps .quiet-details{margin: 3rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--type-strong);}
.text-steps .quiet-details a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid #6B7A3A;
  padding-bottom: 2px;}
.text-steps .quiet-details a:hover{color: #57652E;
  border-bottom-color: #57652E;}
@media (max-width: 600px) {.text-steps{
    padding: 3rem 1rem 3.5rem;
  }.text-steps .steady-note{
    padding: 1.25rem 1.25rem;
  }
}
.text-steps{
  background: #FBF6EC;
  color: #3A2E1C;
}
.top-block{
  background: #FBF6EC;
  color: #3A2E1C;
  padding: 72px 24px 80px;
}
.top-block .visual-headline{max-width: 1080px;
  margin: 0 auto;}
.top-block .main-area{max-width: 620px;
  margin-bottom: 48px;}
.top-block h2{font-size: 1.85rem;
  line-height: 1.2;
  margin: 0 0 16px;
  font-weight: 600;}
.top-block .plain-team{font-size: 1rem;
  line-height: 1.65;
  margin: 0;}
.top-block .secondary-callout{display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  border-top: 1px solid #E4D9C2;
  padding-top: 40px;}
.top-block h3{font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 24px;
  letter-spacing: 0.01em;}
.top-block .primary-items{list-style: none;
  margin: 0;
  padding: 0;}
.top-block .primary-items li{display: flex;
  gap: 16px;
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px dashed #E4D9C2;}
.top-block .primary-items li:last-child{border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;}
.top-block .visual-brand{flex: 0 0 auto;
  font-size: 0.85rem;
  font-weight: 600;
  padding-top: 3px;
  min-width: 26px;}
.top-block .primary-items p{margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;}
@media (max-width: 760px) {.top-block{
    padding: 52px 20px 60px;
  }.top-block .secondary-callout{
    grid-template-columns: 1fr;
    gap: 40px;
  }.top-block h2{
    font-size: 1.5rem;
  }
}
.top-block{
  background: #3A2E1C;
  color: #FBF6EC;
}
.text-steps{
    --copy-button: #E4D9C2;
    --state-public: #6B7A3A;
    background: #FBF6EC;
    color: #3A2E1C;
    padding: 3.5rem 1.25rem 4rem;
  }
.text-steps .visual-headline{max-width: 860px;
    margin: 0 auto;}
.text-steps .plain-feature{border-bottom: 1px solid var(--copy-button);
    padding-bottom: 1.5rem;
    margin-bottom: 2.25rem;}
.text-steps h1{font-size: clamp(1.75rem, 4vw, 2.5rem);
    line-height: 1.15;
    margin: 0 0 0.6rem;}
.text-steps .main-method{font-size: 1.05rem;
    line-height: 1.5;
    margin: 0;
    max-width: 46ch;
    color: #4A3C26;}
.text-steps .active-header{display: flex;
    flex-direction: column;
    gap: 2rem;}
.text-steps .strong-copy h2{font-size: 1.15rem;
    margin: 0 0 0.55rem;
    color: var(--state-public);
    letter-spacing: 0.01em;}
.text-steps .strong-copy p{margin: 0;
    line-height: 1.65;}
.text-steps .secondary-callout{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--copy-button);}
.text-steps .secondary-callout li{padding: 0.7rem 0 0.7rem 1.1rem;
    border-bottom: 1px solid var(--copy-button);
    line-height: 1.55;
    position: relative;}
.text-steps .secondary-callout li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 1.15rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #E0A32B;color:#3A2E1C;}
.text-steps .plain-team{
    margin-top: 2.5rem;
    padding: 1.25rem 1.4rem;
    background: #F3EAD6;
    color: #4A3C26;
    border-radius: 10px;
  }
.text-steps .compact-contact{margin: 0 0 0.4rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--state-public);}
.text-steps .plain-team p:last-child{margin: 0;
    line-height: 1.6;}
.text-steps .quiet-details{margin: 2.25rem 0 0;}
.text-steps .quiet-details a{color: var(--state-public);
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;}
.text-steps .quiet-details a:hover{color:inherit;}
@media (min-width: 720px) {.text-steps{
      padding: 4.5rem 2rem 5rem;
    }.text-steps .active-header{
      gap: 2.4rem;
    }
  }
.text-steps{
    --ink-primary: #E4D9C2;
    --surface-light: #F3EAD6;
    background: #FBF6EC;
    color: #3A2E1C;
    padding: 4.5rem 1.25rem 5rem;
  }
.text-steps .visual-headline{max-width: 1040px;
    margin: 0 auto;}
.text-steps .service-form{max-width: 640px;
    margin-bottom: 3rem;}
.text-steps .simple-inner{font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;color:inherit;
    margin: 0 0 0.75rem;}
.text-steps h1{font-size: clamp(1.9rem, 4vw, 2.6rem);
    line-height: 1.15;
    margin: 0 0 1rem;}
.text-steps .clear-group{font-size: 1.08rem;
    line-height: 1.6;
    margin: 0;
    color: #4A3C26;}
.text-steps .public-items{display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
    gap: 3rem;
    align-items: start;}
.text-steps .strong-copy{margin-bottom: 2rem;}
.text-steps .strong-copy:last-child{margin-bottom: 0;}
.text-steps .strong-copy h2{font-size: 1.2rem;
    margin: 0 0 0.6rem;}
.text-steps .strong-copy p{margin: 0 0 0.85rem;
    line-height: 1.7;
    color: #4A3C26;}
.text-steps .strong-copy p:last-child{margin-bottom: 0;}
.text-steps .text-plan{display: flex;
    flex-direction: column;
    gap: 1.5rem;}
.text-steps .plain-team{
    background: var(--surface-light);
    color: #3A2E1C;
    border: 1px solid var(--ink-primary);
    border-radius: 10px;
    padding: 1.35rem 1.4rem;
  }
.text-steps .plain-team h3{font-size: 0.95rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0 0 0.85rem;}
.text-steps .plain-team ul{margin: 0;
    padding: 0;
    list-style: none;}
.text-steps .plain-team li{padding: 0.4rem 0;
    border-bottom: 1px dashed var(--ink-primary);
    line-height: 1.45;
    font-size: 0.95rem;}
.text-steps .plain-team li:last-child{border-bottom: none;
    padding-bottom: 0;}
.text-steps .plain-team p{margin: 0;
    line-height: 1.6;
    font-size: 0.95rem;}
.text-steps .site-inner{margin: 3rem 0 0;}
.text-steps .site-inner img{display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid var(--ink-primary);}
.text-steps .site-inner figcaption{margin-top: 0.75rem;
    font-size: 0.88rem;
    color: #4A3C26;}
.text-steps .quiet-details{margin: 2.5rem 0 0;}
.text-steps .quiet-details a{color: #57652E;
    text-decoration: none;
    border-bottom: 1px solid #6B7A3A;
    padding-bottom: 2px;
    font-size: 0.98rem;}
.text-steps .quiet-details a:hover{color: #3A2E1C;
    border-bottom-color: #3A2E1C;}
@media (max-width: 760px) {.text-steps{
      padding: 3rem 1.1rem 3.5rem;
    }.text-steps .public-items{
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
.secondary-list{
    --label-main: #E4D9C2;
    --layer-main: #F3EAD6;
    background: #FBF6EC;
    color: #3A2E1C;
    padding: 4.5rem 1.25rem 5rem;
  }
.secondary-list .visual-headline{max-width: 760px;
    margin: 0 auto;}
.secondary-list h2{font-size: clamp(1.6rem, 3vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 0.9rem;
    font-weight: 600;}
.secondary-list .clear-group{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 2.75rem;
    max-width: 60ch;}
.secondary-list .primary-items{margin: 0;
    padding: 0;
    border-top: 1px solid var(--label-main);}
.secondary-list .strong-copy{padding: 1.6rem 0 1.7rem;
    border-bottom: 1px solid var(--label-main);}
.secondary-list .strong-copy dt{font-size: 1.06rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 0.6rem;
    max-width: 44ch;}
.secondary-list .strong-copy dd{margin: 0;
    font-size: 0.97rem;
    line-height: 1.7;
    max-width: 66ch;}
.secondary-list .plain-team{
    margin: 2.5rem 0 0;
    padding: 1.1rem 1.3rem;
    background: var(--layer-main);
    color: #3A2E1C;
    border-radius: 10px;
    font-size: 0.94rem;
    line-height: 1.65;
  }
.secondary-list .plain-team a{color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 560px) {.secondary-list{
      padding: 3.25rem 1.1rem 3.5rem;
    }.secondary-list .strong-copy{
      padding: 1.35rem 0 1.45rem;
    }
  }
.secondary-list{
  background: #3A2E1C;
  color: #FBF6EC;
}
.bottom-rail{
    background: #FBF6EC;
    color: #3A2E1C;
    padding: 4rem 1.25rem;
  }
.bottom-rail .visual-headline{max-width: 1040px;
    margin: 0 auto;}
.bottom-rail .main-area{max-width: 620px;
    margin-bottom: 2.75rem;}
.bottom-rail h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 0.9rem;
    font-weight: 700;}
.bottom-rail .clear-group{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;
    color: #4A3C26;}
.bottom-rail .top-body{list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 3rem;
    row-gap: 2.25rem;}
.bottom-rail .main-view{border-top: 1px solid #E4D9C2;
    padding-top: 1.1rem;}
.bottom-rail .main-view h3{font-size: 1.15rem;
    margin: 0 0 0.25rem;
    font-weight: 700;}
.bottom-rail .quiet-figure{font-size: 0.92rem;
    letter-spacing: 0.01em;
    margin: 0 0 0.6rem;color:inherit;
    font-weight: 600;}
.bottom-rail .quiet-media{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;
    color: #4A3C26;}
.bottom-rail .narrow-area{margin: 3rem 0 0;
    font-size: 0.98rem;
    line-height: 1.6;
    color: #4A3C26;}
.bottom-rail .narrow-area a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.bottom-rail .narrow-area a:hover{color: #57652E;}
@media (max-width: 720px) {.bottom-rail{
      padding: 3rem 1.1rem;
    }.bottom-rail .top-body{
      grid-template-columns: 1fr;
      row-gap: 1.9rem;
    }.bottom-rail .main-area{
      margin-bottom: 2.2rem;
    }
  }
.bottom-rail{
  background: #FBF6EC;
  color: #3A2E1C;
}
.soft-method{
    --mark-strong: #6B7A3A;
    --axis-strong: #E0A32B;
    --line-cool: #3A2E1C;
    background: #FBF6EC;
    color: #3A2E1C;
    padding: 72px 24px 64px;
    
  }
.soft-method .visual-headline{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    column-gap: 56px;
    row-gap: 32px;
    align-items: start;}
.soft-method .clear-group h1{font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    line-height: 1.18;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.soft-method .main-area{font-size: 1.02rem;
    line-height: 1.62;
    margin: 0 0 16px;
    max-width: 58ch;}
.soft-method .main-area:last-child{margin-bottom: 0;}
.soft-method .clear-grid{border-left: 3px solid var(--axis-strong);
    padding: 4px 0 4px 20px;
    align-self: start;
    margin-top: 6px;}
.soft-method .clear-grid .site-panel{font-size: 0.95rem;
    line-height: 1.55;
    margin: 0 0 14px;}
.soft-method .clear-grid .site-panel:last-child{margin-bottom: 0;}
@media (max-width: 820px) {.soft-method{
      padding: 52px 20px 48px;
    }.soft-method .visual-headline{
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 28px;
    }.soft-method .clear-grid{
      border-left: none;
      border-top: 2px solid var(--mark-strong);
      padding: 18px 0 0;
      margin-top: 0;
    }
  }
.soft-method{
  background: #3A2E1C;
  color: #FBF6EC;
}
.wide-list{
    --font-quiet: #E4D9C2;
    background: #FBF6EC;
    color: #3A2E1C;
    padding: 4.5rem 1.5rem 5rem;
  }
.wide-list .visual-headline{max-width: 640px;
    margin: 0 auto;}
.wide-list .main-area{margin-bottom: 2.75rem;}
.wide-list .main-area h2{font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.25;
    margin: 0 0 1.25rem;
    letter-spacing: -0.01em;}
.wide-list .main-area p{font-size: 1.02rem;
    line-height: 1.7;
    margin: 0 0 1rem;}
.wide-list .local-menu{display: flex;
    flex-direction: column;
    gap: 1.5rem;}
.wide-list .text-entries{display: flex;
    flex-direction: column;
    gap: 0.5rem;}
.wide-list .text-entries label{font-size: 0.92rem;
    letter-spacing: 0.02em;}
.wide-list .text-entries input{
    font: inherit;
    font-size: 1rem;
    padding: 0.85rem 0.25rem;
    background: transparent;
    color: #3A2E1C;
    border: none;
    border-bottom: 1px solid var(--font-quiet);
    border-radius: 0;
    transition: border-color 0.2s ease;
  }
.wide-list .text-entries input::placeholder{color: #A79A82;}
.wide-list .text-entries input:focus{outline: none;
    border-bottom-color: #6B7A3A;}
.wide-list .local-menu button{
    align-self: flex-start;
    margin-top: 0.5rem;
    font: inherit;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.9rem 2.1rem;
    background: #6B7A3A;
    color: #FFFFFF;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s ease;
  }
.wide-list .local-menu button:hover{
    background: #57652E;color:#3A2E1C;}
.wide-list .active-items{margin-top: 3rem;
    padding-top: 1.75rem;
    border-top: 1px solid var(--font-quiet);}
.wide-list .active-items p{font-size: 0.98rem;
    line-height: 1.7;
    margin: 0;}
.wide-list .active-items a{text-decoration: underline;
    text-underline-offset: 3px;}
.wide-list .active-items a:hover{}
@media (max-width: 520px) {.wide-list{
      padding: 3rem 1.25rem 3.5rem;
    }.wide-list .local-menu button{
      align-self: stretch;
      text-align: center;
    }
  }
.wide-list{
  background: #3A2E1C;
  color: #FBF6EC;
}
.visual-stack{
    background: #FBF6EC;
    color: #3A2E1C;
    padding: 72px 24px 88px;
  }
.visual-stack .visual-headline{max-width: 720px;
    margin: 0 auto;}
.visual-stack .clear-group h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 14px;
    font-weight: 600;}
.visual-stack .clear-group p{margin: 0 0 40px;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 58ch;}
.visual-stack .visual-unit{border-top: 1px solid #E4D9C2;}
.visual-stack .site-group{display: flex;
    flex-wrap: wrap;
    gap: 8px 32px;
    padding: 20px 0;
    border-bottom: 1px solid #E4D9C2;
    align-items: baseline;}
.visual-stack .site-group h3{flex: 0 0 180px;
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;}
.visual-stack .site-group p{flex: 1 1 260px;
    margin: 0;
    font-size: 1rem;
    line-height: 1.55;}
.visual-stack .site-group a{color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #6B7A3A;
    padding-bottom: 1px;}
.visual-stack .site-group a:hover{color:inherit;}
.visual-stack .plain-team{margin: 28px 0 0;
    font-size: 0.95rem;
    line-height: 1.55;
    padding-left: 14px;
    border-left: 3px solid #E0A32B;}
@media (max-width: 560px) {.visual-stack{
      padding: 56px 20px 64px;
    }.visual-stack .clear-group h2{
      font-size: 1.45rem;
    }.visual-stack .site-group h3{
      flex-basis: 100%;
    }
  }
.visual-stack{
  background: #FBF6EC;
  color: #3A2E1C;
}
.bottom-feature{
  --label-base: #E4D9C2;
  --field-soft: #F3EAD6;
  background: #FBF6EC;
  color: #3A2E1C;
  padding: 4.5rem 1.25rem 5rem;
}
.bottom-feature .visual-headline{max-width: 1040px;
  margin: 0 auto;}
.bottom-feature .main-area{max-width: 620px;
  margin-bottom: 3rem;}
.bottom-feature .main-area h2{font-size: clamp(1.6rem, 3vw, 2.1rem);
  line-height: 1.25;
  margin: 0 0 1rem;
  font-weight: 600;}
.bottom-feature .main-area p{margin: 0;
  font-size: 1.02rem;
  line-height: 1.7;}
.bottom-feature .page-rail{display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 3rem 3.5rem;
  align-items: start;}
.bottom-feature .soft-plan h3{font-size: 1.05rem;
  margin: 0 0 0.85rem;
  font-weight: 600;}
.bottom-feature .soft-plan p{margin: 0 0 1rem;
  line-height: 1.65;
  font-size: 0.97rem;}
.bottom-feature .focused-stack{list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;}
.bottom-feature .focused-stack li{padding: 0.5rem 0;
  border-top: 1px solid var(--label-base);
  font-size: 0.95rem;
  line-height: 1.5;}
.bottom-feature .focused-stack li:last-child{border-bottom: 1px solid var(--label-base);}
.bottom-feature .clear-copy{margin-bottom: 0.4rem;
  font-size: 0.9rem;}
.bottom-feature .fresh-note{margin: 0 0 0.35rem;
  font-size: 0.95rem;
  line-height: 1.55;}
.bottom-feature .fresh-note a{text-decoration: none;
  border-bottom: 1px solid #6B7A3A;}
.bottom-feature .fresh-note a:hover{border-bottom-color: #57652E;}
.bottom-feature .steady-quote{display: flex;
  flex-direction: column;
  gap: 0.35rem;}
.bottom-feature .steady-quote label{font-size: 0.88rem;
  margin-top: 0.9rem;
  font-weight: 600;}
.bottom-feature .steady-quote label:first-of-type{margin-top: 0;}
.bottom-feature .steady-quote input,
.bottom-feature .steady-quote textarea{
  font: inherit;
  color: inherit;
  background: #FFFFFF;
  border: 1px solid var(--label-base);
  border-radius: 8px;
  padding: 0.7rem 0.85rem;
  width: 100%;
  box-sizing: border-box;
}
.bottom-feature .steady-quote input:focus,
.bottom-feature .steady-quote textarea:focus{outline: 2px solid #6B7A3A;
  outline-offset: 1px;}
.bottom-feature .steady-quote textarea{resize: vertical;
  line-height: 1.55;}
.bottom-feature .steady-quote button{
  font: inherit;
  font-weight: 600;
  margin-top: 1.4rem;
  align-self: flex-start;
  padding: 0.75rem 1.6rem;
  border: none;
  border-radius: 999px;
  background: var(--paint-light, #E0A32B);
  color: var(--tone-warm, #3A2E1C);
  cursor: pointer;
}
.bottom-feature .steady-quote button:hover{
  background: var(--tone-main, #C98A1E);color:#3A2E1C;}
@media (max-width: 720px) {.bottom-feature{
    padding: 3rem 1.1rem 3.5rem;
  }.bottom-feature .page-rail{
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.bottom-feature{
  background: #3A2E1C;
  color: #FBF6EC;
}
.clear-grid{
    background: #FBF6EC;
    color: #3A2E1C;
    padding: 4.5rem 1.5rem 5rem;
  }
.clear-grid .visual-headline{max-width: 1080px;
    margin: 0 auto;}
.clear-grid .main-area{max-width: 620px;
    margin-bottom: 3rem;}
.clear-grid .main-area h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 0.9rem;}
.clear-grid .main-area p{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
    color: #4A3C26;}
.clear-grid .quiet-items{display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid #E4D9C2;}
.clear-grid .team-contact h3{font-size: 1.05rem;
    margin: 0 0 0.7rem;color:inherit;}
.clear-grid .team-contact p{font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 0.9rem;
    color: #4A3C26;}
.clear-grid .media-figure{margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;}
.clear-grid .media-figure a{color: #3A2E1C;
    text-decoration: none;
    border-bottom: 1px solid #E0A32B;
    padding-bottom: 1px;}
.clear-grid .media-figure a:hover{color: #57652E;
    border-bottom-color: #57652E;}
.clear-grid .featured-form{margin-top: 3.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid #E4D9C2;
    max-width: 720px;}
.clear-grid .featured-form h3{font-size: 1.05rem;
    margin: 0 0 0.7rem;color:inherit;}
.clear-grid .featured-form p{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0 0 1rem;
    color: #4A3C26;}
.clear-grid .featured-contact{margin: 0;}
.clear-grid .featured-contact a{color: #3A2E1C;
    text-decoration: none;
    border-bottom: 1px solid #E0A32B;
    padding-bottom: 1px;}
.clear-grid .featured-contact a:hover{color: #57652E;
    border-bottom-color: #57652E;}
@media (max-width: 820px) {.clear-grid .quiet-items{
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
.clear-grid{
  background: #FBF6EC;
  color: #3A2E1C;
}
.bottom-entries{
    --copy-button: #E4D9C2;
    background: #FBF6EC;
    color: #3A2E1C;
    padding: 64px 24px 72px;
  }
.bottom-entries .visual-headline{max-width: 760px;
    margin: 0 auto;}
.bottom-entries .main-area{margin-bottom: 40px;}
.bottom-entries h1{font-size: clamp(1.7rem, 3.4vw, 2.3rem);
    line-height: 1.2;
    margin: 0 0 14px;
    font-weight: 700;}
.bottom-entries .clear-group{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;
    max-width: 62ch;}
.bottom-entries .visual-unit{display: flex;
    flex-direction: column;}
.bottom-entries .strong-copy{padding: 22px 0;
    border-top: 1px solid var(--copy-button);}
.bottom-entries .strong-copy:last-child{border-bottom: 1px solid var(--copy-button);}
.bottom-entries .strong-copy h2{font-size: 1.08rem;
    line-height: 1.35;
    margin: 0 0 10px;
    font-weight: 700;}
.bottom-entries .strong-copy p{margin: 0 0 10px;
    font-size: 0.97rem;
    line-height: 1.68;}
.bottom-entries .strong-copy p:last-child{margin-bottom: 0;}
.bottom-entries .strong-copy a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.bottom-entries .strong-copy a:hover{color: #57652E;}
.bottom-entries .offer-track{
    margin: 26px 0 0;
    font-size: 0.88rem;
    line-height: 1.6;
    color: #4A3C26;
    background: #F3EAD6;
    padding: 16px 18px;
    border-radius: 10px;
  }
@media (max-width: 620px) {.bottom-entries{
      padding: 44px 18px 52px;
    }.bottom-entries .main-area{
      margin-bottom: 28px;
    }
  }
.bottom-entries{
  background: #FBF6EC;
  color: #3A2E1C;
}
.offer-list{
    --type-extra-27: #E4D9C2;
    --paint-panel: #6B7A3A;
    background: #FBF6EC;
    color: #3A2E1C;
    padding: 72px 24px 88px;
  }
.offer-list .visual-headline{max-width: 820px;
    margin: 0 auto;}
.offer-list .main-area{max-width: 640px;
    margin-bottom: 56px;}
.offer-list .main-area h1{font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 18px;
    letter-spacing: -0.01em;}
.offer-list .clear-group{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;
    color: #4A3C26;}
.offer-list .text-plan{display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid var(--type-extra-27);}
.offer-list .plain-team{padding: 28px 0;
    border-bottom: 1px solid var(--type-extra-27);}
.offer-list .plain-team h2{font-size: 1.15rem;
    line-height: 1.3;
    margin: 0 0 10px;}
.offer-list .plain-team p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    max-width: 62ch;}
.offer-list a{color: var(--paint-panel);
    text-decoration: underline;
    text-underline-offset: 3px;}
.offer-list a:hover{color: #57652E;}
.offer-list .media-figure{
    margin-top: 40px;
    padding: 18px 20px;
    background: #F3EAD6;
    color: #4A3C26;
    border-radius: 8px;
  }
.offer-list .media-figure p{margin: 0;
    font-size: 0.92rem;
    line-height: 1.6;}
@media (max-width: 640px) {.offer-list{
      padding: 48px 18px 64px;
    }.offer-list .main-area h1{
      font-size: 1.6rem;
    }.offer-list .main-area{
      margin-bottom: 40px;
    }.offer-list .plain-team{
      padding: 22px 0;
    }
  }
.offer-list{
  background: #FBF6EC;
  color: #3A2E1C;
}
.open-wrap{
    background: #FBF6EC;
    color: #3A2E1C;
    padding: 72px 24px 88px;
  }
.open-wrap .visual-headline{max-width: 720px;
    margin: 0 auto;}
.open-wrap h1{font-size: clamp(1.9rem, 3.6vw, 2.6rem);
    line-height: 1.15;
    margin: 0 0 18px;
    letter-spacing: -0.01em;}
.open-wrap .clear-group{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 48px;
    max-width: 56ch;}
.open-wrap .secondary-callout{display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 56px;}
.open-wrap .soft-nav{display: flex;
    gap: 20px;
    align-items: flex-start;}
.open-wrap .soft-nav .visual-brand{
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #E0A32B;
    color: #3A2E1C;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.95rem;
    margin-top: 2px;
  }
.open-wrap .soft-nav h2{font-size: 1.1rem;
    margin: 0 0 6px;
    line-height: 1.3;}
.open-wrap .soft-nav p{margin: 0;
    line-height: 1.6;
    font-size: 0.98rem;}
.open-wrap .main-visual{
    background: #F3EAD6;
    color: #4A3C26;
    border-radius: 14px;
    padding: 28px 28px 24px;
    margin-bottom: 36px;
  }
.open-wrap .compact-details{margin: 0 0 16px;
    font-size: 0.98rem;}
.open-wrap .main-visual ul{list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;}
.open-wrap .main-visual li{display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    font-size: 0.98rem;
    line-height: 1.5;}
.open-wrap .main-visual li span{min-width: 96px;
    font-weight: 600;
    opacity: 0.75;}
.open-wrap .main-visual a{text-decoration: underline;
    text-underline-offset: 3px;}
.open-wrap .main-visual a:hover{}
.open-wrap .quiet-details{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;}
.open-wrap .quiet-details a{text-decoration: underline;
    text-underline-offset: 3px;}
.open-wrap .quiet-details a:hover{}
@media (max-width: 520px) {.open-wrap{
      padding: 56px 20px 64px;
    }.open-wrap .main-visual{
      padding: 22px 20px 18px;
    }.open-wrap .main-visual li span{
      min-width: 100%;
    }
  }
.open-wrap{
  background: #3A2E1C;
  color: #FBF6EC;
}
.404{
    background: #FBF6EC;
    color: #3A2E1C;
    padding: 88px 24px 96px;
  }
.404 .visual-headline{
    max-width: 660px;
    margin: 0 auto;
    border-top: 1px solid #E4D9C2;
    padding-top: 32px;
  }
.404 .plain-team{
    margin: 0 0 18px;
    font-size: 0.85rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #4A3C26;
  }
.404 .top-content{
    margin: 0 0 20px;
    font-size: clamp(1.7rem, 3.4vw, 2.4rem);
    line-height: 1.2;
    font-weight: 700;
  }
.404 .team-headline{
    margin: 0 0 16px;
    font-size: 1.02rem;
    line-height: 1.65;
    max-width: 56ch;
  }
.404 .open-feature{
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 28px;
    padding-top: 24px;
    border-top: 1px solid #E4D9C2;
  }
.404 .offer-fields{
    display: inline-block;
    background: var(--line-primary, #6B7A3A);
    color: var(--tone-page, #FFFFFF);
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.98rem;
    transition: background 0.2s ease;
  }
.404 .offer-fields:hover{
    background: #57652E;color:#3A2E1C;}
.404 .strip{
    color: #3A2E1C;
    text-decoration: none;
    font-size: 0.98rem;
    border-bottom: 1px solid #E0A32B;
    padding-bottom: 2px;
  }
.404 .strip:hover{
    color: #C98A1E;
  }
@media (max-width: 560px) {.404{
      padding: 64px 20px 72px;
    }.404 .open-feature{
      flex-direction: column;
      align-items: flex-start;
    }
  }
.404{
  background: #FBF6EC;
  color: #3A2E1C;
}
