body{margin:0;padding:0;font-family:"IBM Plex Sans", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.simple-story {
    width: 100%;
    background: #f4fbfa;
    color: #16302f;
    border-bottom: 1px solid var(--tone-primary);
  }
.primary-rail {
    max-width: 1100px;
    margin: 0 auto;
    padding: calc(1.24rem * 1.5) 1.85rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.24rem;
  }
:root {
  --motion-fast: cubic-bezier(0.22,1,0.36,1);
  --surface-warm: #ffffff;
  --tone-primary: #cfe4e1;
  --line-light: #16302f;
}
.primary-footer {
    font-size: calc(14.6px * 1.125);
    font-weight: 600;
    letter-spacing: 0.01em;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
  }
.primary-footer:hover {
    color: #7fe3d6;
  }
.headline {
    display: flex;
    align-items: center;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.24rem * 1.5);
  }
.nav-list a {
    display: inline-block;
    padding: 0.35rem 0.25rem;
    font-size: 14.6px;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 360ms var(--motion-fast), border-color 360ms var(--motion-fast);
  }
.nav-list a:hover {
    color: #7fe3d6;
    border-bottom-color: #7fe3d6;
  }
.nav-cta {
    padding: 0.5rem 1rem;
    border-radius: 0.7rem;
    background: #0f8f8a;
    color: #f2fbfa;
    border-bottom: none;
  }
.nav-cta:hover {
    background: #0b7570;
    color: #f2fbfa;
    border-bottom-color: transparent;
  }
.site-summary {
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    background: transparent;
    border: 1px solid var(--tone-primary);
    border-radius: 0.37rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
  }
.clear-inner{
    display: block;
    width: 1.25rem;
    height: 2px;
    background: #16302f;
    border-radius: 1px;
    transition: transform 360ms var(--motion-fast), opacity 360ms var(--motion-fast);color:var(--line-light);}
.site-summary[aria-expanded="true"] .clear-inner:nth-child(1) {
    transform: translateY(0.42rem) rotate(45deg);
  }
.site-summary[aria-expanded="true"] .clear-inner:nth-child(2) {
    opacity: 0;
  }
.site-summary[aria-expanded="true"] .clear-inner:nth-child(3) {
    transform: translateY(-0.42rem) rotate(-45deg);
  }
@media (max-width: 767px) {
    .primary-rail {
      flex-wrap: wrap;
      padding: calc(1.24rem * 1.5) 1.85rem;
    }

    .site-summary {
      display: flex;
    }

    .headline {
      display: none;
      width: 100%;
      flex-basis: 100%;
    }

    .headline.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      padding-top: calc(1.24rem * 1.5);
    }

    .nav-list li {
      border-top: 1px solid var(--tone-primary);
    }

    .nav-list a {
      display: block;
      padding: 0.85rem 0.25rem;
      border-bottom: none;
    }

    .nav-cta {
      margin: 0.75rem 0;
      text-align: center;
    }
  }
.secondary-menu{font-family:"IBM Plex Sans", sans-serif;font-size:14.6px;line-height:1.98;padding:calc(1.5rem * 2.4) 1.85rem;background:#0e2f2e;color:#eafaf7;}
.secondary-visual{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:minmax(0, 1.2fr) minmax(0, 2fr) minmax(0, 1fr);gap:calc(1.24rem * 1.5);align-items:start}
.local-figure{display:flex;flex-direction:column;gap:calc(1.5rem * .75);max-width:34rem}
.featured-media{font-size:calc(14.6px * 1.125);font-weight:600;margin:0;letter-spacing:0.01em}
.plain-lead{margin:0;font-size:calc(14.6px * .875);opacity:0.85}
.quiet-surface{margin:0;font-size:calc(14.6px * .875);opacity:0.75}
.strong-rail{margin:0;font-size:calc(14.6px * .875);opacity:0.7}
.steady-visual{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:1.24rem}
.soft-benefit{margin:0 0 calc(1.5rem * .75) 0;font-size:calc(14.6px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.08em;opacity:0.7}
.top-grid ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.top-grid a{color:inherit;text-decoration:none;font-size:calc(14.6px * .875);transition:opacity 360ms var(--motion-fast)}
.top-grid a:hover,
  .top-grid a:focus-visible{opacity:0.7;text-decoration:underline;color:inherit}
.soft-quote{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.soft-quote address{font-style:normal;display:flex;flex-direction:column;gap:0.5rem}
.featured-contact{margin:0;font-size:calc(14.6px * .875);opacity:0.85}
.secondary-contact{margin:0;font-size:calc(14.6px * .875)}
.secondary-contact a{color:inherit;text-decoration:none}
.secondary-contact a:hover,
  .secondary-contact a:focus-visible{text-decoration:underline;opacity:0.8;color:inherit}
@media (max-width: 900px) {.secondary-visual{grid-template-columns:1fr;gap:calc(1.24rem * 1.5)}.steady-visual{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 520px) {.steady-visual{grid-template-columns:1fr}
  }
footer,footer *{border-radius:0!important;}
.cookies {
    position: fixed;
    top: calc(1.24rem * 1.5);
    left: 50%;
    transform: translateX(-50%);
    width: min(560px, calc(100% - 2 * calc(1.24rem * 1.5)));
    z-index: 9999;
    background: var(--surface-warm);
    color: var(--line-light);
    border: 1px solid var(--tone-primary);
    border-radius: 0.96rem;
    box-shadow: var(--depth-medium, 0 6px 20px rgba(0, 0, 0, 0.12));
    font-family: "IBM Plex Sans", sans-serif;
    font-size: calc(14.6px * .875);
    line-height: 1.98;
  }
.cookies .main-inner{display: flex;
    align-items: center;
    gap: 1.24rem;
    padding: calc(1.5rem * .75) calc(1.24rem * 1.5);}
.cookies .strong-flow{flex: 1 1 auto;
    min-width: 0;}
.cookies .strong-flow h2{margin: 0 0 4px;
    font-size: 14.6px;
    font-weight: 600;
    line-height: 1.3;}
.cookies .strong-flow p{margin: 0;
    font-size: calc(14.6px * .875);}
.cookies .strong-flow a{color:inherit;
    text-decoration: underline;}
.cookies .strong-flow a:hover{color:inherit;}
.cookies .team-view{display: flex;
    flex: 0 0 auto;
    gap: 8px;}
.cookies .team-view button {
    font: inherit;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 0.37rem;
    border: 1px solid var(--tone-primary);
    background: transparent;
    color: inherit;
    white-space: nowrap;
  }
.cookies .team-view button:hover{
    background: var(--paint-warm, rgba(0, 0, 0, 0.05));color:var(--line-light);}
.cookies .cookie-accept {
    background: #0f8f8a;
    color: #f2fbfa;
    border-color: #0f8f8a;
  }
.cookies .cookie-accept:hover{
    background: var(--line-inverse, #0f8f8a);
    border-color: var(--line-inverse, #0f8f8a);color:#f2fbfa;}
@media (max-width: 520px) {
    .cookies .main-inner {
      flex-direction: column;
      align-items: stretch;
    }

    .cookies .team-view {
      justify-content: flex-end;
      flex-wrap: wrap;
    }
  }
.quiet-plan{
  --field-local: #0f8f8a;
  --field-static: #7fe3d6;
  background: #f4fbfa;
  color: #16302f;
  padding: 4.5rem 1.5rem 3rem;
}
.quiet-plan .wide-panel{max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: start;}
.quiet-plan .quiet-details{display: flex;
  flex-direction: column;
  gap: 1.1rem;}
.quiet-plan h1{margin: 0;
  font-size: clamp(1.9rem, 3.4vw, 2.9rem);
  line-height: 1.14;
  letter-spacing: -0.015em;
  font-weight: 600;}
.quiet-plan .contact-headline{margin: 0;
  font-size: 1.1rem;
  line-height: 1.6;}
.quiet-plan .plain-figure{margin: 0;
  font-size: 1rem;
  line-height: 1.65;}
.quiet-plan .visual-proof{margin: 0.4rem 0 0;}
.quiet-plan .go{
  display: inline-block;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  background: #0f8f8a;
  color: #f2fbfa;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s ease;
}
.quiet-plan .go:hover,
.quiet-plan .go:focus-visible{
  background: #0b7570;
}
.quiet-plan .site-contact{
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(135deg, #d6f4ef 0%, #a8e6dd 45%, #7fe3d6 100%);
}
.quiet-plan .site-contact img{display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;}
.quiet-plan .steady-plan{max-width: 1120px;
  margin: 2.75rem auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
  font-size: 0.95rem;}
.quiet-plan .steady-plan a{text-decoration: none;
  border-bottom: 1px solid rgba(15, 143, 138, 0.35);
  padding-bottom: 2px;}
.quiet-plan .steady-plan a:hover,
.quiet-plan .steady-plan a:focus-visible{border-bottom-color: var(--field-local);}
@media (max-width: 780px) {.quiet-plan{
    padding: 3rem 1.25rem 2.25rem;
  }.quiet-plan .wide-panel{
    grid-template-columns: 1fr;
    gap: 2rem;
  }.quiet-plan .site-contact img{
    aspect-ratio: 16 / 11;
  }
}
.quiet-plan{
  background: #0e2f2e;
  color: #eafaf7;
}
.strong-fields{
    background: #f4fbfa;
    color: #16302f;
    padding: 72px 24px;
  }
.strong-fields .wide-panel{max-width: 880px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 22px;}
.strong-fields h2{font-size: clamp(1.5rem, 1.1rem + 1.4vw, 2.1rem);
    line-height: 1.2;
    margin: 0;
    font-weight: 600;
    letter-spacing: -0.01em;}
.strong-fields .quiet-details{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.strong-fields .steady-plan{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;color:inherit;}
.strong-fields .steady-plan a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.strong-fields .steady-plan a:hover{color:inherit;}
.strong-fields .go{
    align-self: flex-start;
    display: inline-block;
    margin-top: 6px;
    padding: 14px 28px;
    background: #0f8f8a;
    color: #f2fbfa;
    border-radius: 999px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.2s ease;
  }
.strong-fields .go:hover{
    background: #0b7570;color:var(--line-light);}
@media (max-width: 640px) {.strong-fields{
      padding: 52px 18px;
    }.strong-fields .go{
      align-self: stretch;
      text-align: center;
    }
  }
.strong-fields{
  background: #f4fbfa;
  color: #16302f;
}
.steady-inner{
    background: #f4fbfa;
    color: #16302f;
    padding: 72px 24px;
  }
.steady-inner .wide-panel{max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 28px;}
.steady-inner .wide-service h2{margin: 0 0 14px;
    font-size: 1.65rem;
    line-height: 1.25;
    letter-spacing: -0.01em;}
.steady-inner .wide-service p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.steady-inner .active-visual{display: flex;
    flex-direction: column;
    gap: 12px;}
.steady-inner .active-visual label{font-size: 0.9rem;
    letter-spacing: 0.02em;}
.steady-inner .page-group{display: flex;
    flex-wrap: wrap;
    gap: 10px;}
.steady-inner .page-group input[type="email"]{
    flex: 1 1 260px;
    min-width: 0;
    padding: 12px 14px;
    font-size: 1rem;
    border: 1px solid var(--tone-primary);
    border-radius: 8px;
    background: var(--surface-warm);
    color: var(--line-light);
  }
.steady-inner .page-group input[type="email"]::placeholder{opacity: 0.85;}
.steady-inner .page-group input[type="email"]:focus{outline: 2px solid #0f8f8a;
    outline-offset: 1px;}
.steady-inner .page-group button{
    flex: 0 0 auto;
    padding: 12px 22px;
    font-size: 1rem;
    border: 0;
    border-radius: 8px;
    background: #0f8f8a;
    color: #f2fbfa;
    cursor: pointer;
  }
.steady-inner .page-group button:hover{
    background: #0b7570;color:var(--line-light);}
.steady-inner .plain-figure{margin: 4px 0 0;
    font-size: 0.88rem;
    line-height: 1.55;}
@media (max-width: 560px) {.steady-inner{
      padding: 56px 18px;
    }.steady-inner .wide-service h2{
      font-size: 1.4rem;
    }.steady-inner .page-group button{
      width: 100%;
    }
  }
.steady-inner{
  background: #0e2f2e;
  color: #eafaf7;
}
.bottom-fields{
    background: #f4fbfa;
    color: #16302f;
    padding: 4.5rem 1.5rem;
  }
.bottom-fields .wide-panel{max-width: 1080px;
    margin: 0 auto;}
.bottom-fields h2{margin: 0 0 1.1rem;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    font-weight: 600;
    letter-spacing: -0.01em;}
.bottom-fields .quiet-details{margin: 0 0 3rem;
    font-size: 1.0625rem;
    line-height: 1.65;}
.bottom-fields .offer-region{margin: 0 0 2.25rem;}
.bottom-fields .offer-region:last-of-type{margin-bottom: 2.75rem;}
.bottom-fields .offer-region h3{margin: 0 0 0.6rem;
    font-size: 1.1875rem;
    font-weight: 600;
    line-height: 1.35;}
.bottom-fields .offer-region h3 a{color: inherit;
    text-decoration: none;}
.bottom-fields .offer-region h3 a:hover,
  .bottom-fields .offer-region h3 a:focus-visible{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.bottom-fields .offer-region p{margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
.bottom-fields .contact-note{margin: 0;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #2c4a49;}
.bottom-fields .contact-note a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.bottom-fields .contact-note a:hover,
  .bottom-fields .contact-note a:focus-visible{color: #0b7570;}
@media (min-width: 860px) {.bottom-fields{
      padding: 5.5rem 2rem;
    }.bottom-fields .offer-region{
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
      gap: 2rem 3rem;
      align-items: baseline;
      margin-bottom: 2.5rem;
    }.bottom-fields .offer-region h3{
      margin-bottom: 0;
    }
  }
.bottom-fields{
  background: #f4fbfa;
  color: #16302f;
}
.focused-contact{
    background: #f4fbfa;
    color: #16302f;
    padding: 5.5rem 1.5rem 4.5rem;
  }
.focused-contact .wide-panel{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
    column-gap: 4rem;
    row-gap: 1.6rem;
    align-items: start;}
.focused-contact h1{grid-column: 1;
    margin: 0;
    font-size: clamp(2rem, 4.4vw, 3.1rem);
    line-height: 1.12;
    letter-spacing: -0.015em;
    font-weight: 600;}
.focused-contact .quiet-details{grid-column: 1;
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.65;}
.focused-contact .plain-figure{grid-column: 2;
    grid-row: 1 / span 2;
    align-self: end;
    margin: 0;
    padding-top: 1.5rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #2c4a49;}
@media (max-width: 820px) {.focused-contact{
      padding: 3.5rem 1.25rem 3rem;
    }.focused-contact .wide-panel{
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 1.4rem;
    }.focused-contact .plain-figure{
      grid-column: 1;
      grid-row: auto;
      align-self: start;
      padding-top: 0;
    }
  }
.focused-contact{
  background: #f4fbfa;
  color: #16302f;
}
.compact-frame{
    background: #f4fbfa;
    color: #16302f;
    padding: 72px 24px 88px;
  }
.compact-frame .wide-panel{max-width: 1120px;
    margin: 0 auto;}
.compact-frame .wide-service h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 18px;
    letter-spacing: -0.01em;}
.compact-frame .wide-service p{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 56px;}
.compact-frame .open-headline{display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 40px;}
.compact-frame .offer-region img{display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;}
.compact-frame .local-quote{padding-top: 16px;}
.compact-frame .content-visual{font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0 0 8px;}
.compact-frame .offer-region h3{font-size: 1.15rem;
    line-height: 1.3;
    margin: 0 0 10px;}
.compact-frame .offer-region p{font-size: 0.97rem;
    line-height: 1.6;
    margin: 0;}
.compact-frame .quiet-stack{margin: 64px 0 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.compact-frame .quiet-stack a{text-decoration: underline;
    text-underline-offset: 3px;}
.compact-frame .quiet-stack a:hover{}
@media (max-width: 760px) {.compact-frame{
      padding: 52px 18px 64px;
    }.compact-frame .open-headline{
      grid-template-columns: 1fr;
      gap: 40px;
    }.compact-frame .offer-region img{
      height: 220px;
    }.compact-frame .wide-service p{
      margin-bottom: 40px;
    }
  }
.compact-frame{
  background: #0e2f2e;
  color: #eafaf7;
}
.visual-headline{
    background: #f4fbfa;
    color: #16302f;
    padding: 4.5rem 1.25rem;
  }
.visual-headline .wide-panel{max-width: 1080px;
    margin: 0 auto;}
.visual-headline h2{font-size: clamp(1.6rem, 3vw, 2.35rem);
    line-height: 1.2;
    margin: 0 0 1.25rem;
    font-weight: 600;}
.visual-headline .quiet-details{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0 0 3rem;
    color: #2c4a49;}
.visual-headline .simple-items{display: flex;
    flex-direction: column;
    gap: 2.5rem;}
.visual-headline .offer-region h3{font-size: 1.15rem;
    font-weight: 600;
    margin: 0 0 0.6rem;}
.visual-headline .offer-region p{margin: 0;
    line-height: 1.7;
    font-size: 1rem;
    color: #2c4a49;}
.visual-headline .plain-figure{margin: 3rem 0 0;
    font-size: 1rem;
    line-height: 1.7;
    color: #2c4a49;}
@media (min-width: 780px) {.visual-headline{
      padding: 6rem 2rem;
    }.visual-headline .simple-items{
      gap: 3rem;
    }.visual-headline .offer-region{
      display: grid;
      grid-template-columns: 220px 1fr;
      gap: 2rem;
      align-items: start;
    }.visual-headline .offer-region h3{
      margin: 0;
    }
  }
.visual-headline{
  background: #f4fbfa;
  color: #16302f;
}
.media-headline{
    background: #f4fbfa;
    color: #16302f;
    padding: 72px 24px;
  }
.media-headline .wide-panel{max-width: 880px;
    margin: 0 auto;}
.media-headline h2{margin: 0 0 16px;
    font-size: 1.85rem;
    line-height: 1.25;
    font-weight: 600;}
.media-headline .quiet-details{margin: 0 0 48px;
    font-size: 1.05rem;
    line-height: 1.65;}
.media-headline .soft-fields{list-style: none;
    margin: 0;
    padding: 0;}
.media-headline .bottom-details{padding: 0 0 36px;
    margin: 0 0 36px;
    border-bottom: 1px solid var(--tone-primary);}
.media-headline .bottom-details:last-child{border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;}
.media-headline .wide-body{display: block;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 10px;}
.media-headline .bottom-details h3{margin: 0 0 10px;
    font-size: 1.2rem;
    line-height: 1.35;
    font-weight: 600;}
.media-headline .bottom-details p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
@media (min-width: 760px) {.media-headline{
      padding: 96px 40px;
    }.media-headline .bottom-details{
      display: grid;
      grid-template-columns: 180px 1fr;
      column-gap: 40px;
      align-items: start;
    }.media-headline .wide-body{
      margin-bottom: 0;
      padding-top: 4px;
    }.media-headline .bottom-details h3,
    .media-headline .bottom-details p{
      grid-column: 2;
    }.media-headline .bottom-details h3{
      margin-top: 0;
    }
  }
.media-headline{
  background: #0e2f2e;
  color: #eafaf7;
}
.focused-contact{
    background: #f4fbfa;
    color: #16302f;
    padding: 4.5rem 1.5rem 4rem;
  }
.focused-contact .wide-panel{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;}
.focused-contact h1{margin: 0;
    font-size: clamp(1.9rem, 3.6vw, 2.9rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    font-weight: 600;
    max-width: 22ch;}
.focused-contact .quiet-details{margin: 0;
    font-size: 1.06rem;
    line-height: 1.65;
    color: #2c4a49;}
.focused-contact .plain-figure{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;
    color: #2c4a49;
    padding-top: 0.35rem;}
@media (max-width: 640px) {.focused-contact{
      padding: 3rem 1.15rem 2.75rem;
    }.focused-contact h1{
      max-width: none;
    }
  }
.quiet-summary{
    background: #f4fbfa;
    color: #16302f;
    padding: 4.5rem 1.5rem;
  }
.quiet-summary .wide-panel{max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.15rem;}
.quiet-summary h2{font-size: clamp(1.5rem, 2.6vw, 2rem);
    line-height: 1.2;
    margin: 0 0 0.4rem;
    letter-spacing: -0.01em;}
.quiet-summary p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.quiet-summary .quiet-details{font-size: 1.08rem;
    line-height: 1.7;}
.quiet-summary .quiet-stack{margin-top: 0.6rem;}
.quiet-summary .contact-inner{margin-top: 0.2rem;}
.quiet-summary .contact-inner a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.quiet-summary .contact-inner a:hover{}
@media (max-width: 640px) {.quiet-summary{
      padding: 3rem 1.15rem;
    }
  }
.quiet-summary{
  background: #0e2f2e;
  color: #eafaf7;
}
.bottom-rail{
  background: #f4fbfa;
  color: #16302f;
  padding: 4.5rem 1.5rem;
}
.bottom-rail .wide-panel{max-width: 1080px;
  margin: 0 auto;}
.bottom-rail .wide-service{margin-bottom: 3rem;}
.bottom-rail .wide-service h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  line-height: 1.2;
  margin: 0 0 1rem;
  font-weight: 600;}
.bottom-rail .wide-service p{font-size: 1.02rem;
  line-height: 1.65;
  margin: 0;
  color: #2c4a49;}
.bottom-rail .offer-region{display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2rem;
  align-items: start;
  padding: 1.75rem 0;
  border-top: 1px solid var(--tone-primary);}
.bottom-rail .offer-region:last-of-type{border-bottom: 1px solid var(--tone-primary);}
.bottom-rail .top-section img{
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
  background: #e3f4f1;color:#2c4a49;}
.bottom-rail .public-group h3{font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 0.6rem;
  line-height: 1.3;}
.bottom-rail .public-group p{margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #2c4a49;}
.bottom-rail .steady-plan{margin: 2.5rem 0 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #2c4a49;}
.bottom-rail .steady-plan a{color:inherit;
  text-decoration: underline;
  text-underline-offset: 3px;}
.bottom-rail .steady-plan a:hover{color: #0b7570;}
@media (max-width: 720px) {.bottom-rail{
    padding: 3rem 1.1rem;
  }.bottom-rail .offer-region{
    grid-template-columns: 1fr;
    gap: 1rem;
  }.bottom-rail .top-section img{
    height: 190px;
  }
}
.bottom-rail{
  background: #f4fbfa;
  color: #16302f;
}
.focused-form{
    background: #f4fbfa;
    color: #16302f;
    padding: 72px 24px;
  }
.focused-form .wide-panel{max-width: 1080px;
    margin: 0 auto;}
.focused-form .clear-header{margin-bottom: 48px;}
.focused-form .clear-header h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.focused-form .clear-header p{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;}
.focused-form .visual{display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 36px;
    margin-bottom: 48px;}
.focused-form .steady-plan h3{font-size: 1.05rem;
    margin: 0 0 10px;
    letter-spacing: 0.01em;}
.focused-form .steady-plan p{font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 12px;}
.focused-form .steady-plan .local-shell{margin-bottom: 0;}
.focused-form .steady-plan a{display: inline-block;
    font-size: 0.95rem;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.focused-form .steady-plan a:hover{}
.focused-form .main-list{max-width: 100%;
    margin-bottom: 40px;}
.focused-form .main-list h3{font-size: 1.05rem;
    margin: 0 0 12px;}
.focused-form .main-list p{font-size: 0.98rem;
    line-height: 1.7;
    margin: 0 0 14px;}
.focused-form .main-list p:last-child{margin-bottom: 0;}
.focused-form .contact-note{font-size: 0.95rem;
    line-height: 1.65;
    margin: 0;}
.focused-form .contact-note a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.focused-form .contact-note a:hover{}
@media (max-width: 860px) {.focused-form{
      padding: 56px 20px;
    }.focused-form .visual{
      grid-template-columns: 1fr;
      gap: 32px;
    }.focused-form .clear-header{
      margin-bottom: 36px;
    }
  }
.focused-form{
  background: #0e2f2e;
  color: #eafaf7;
}
.section{
    background: #f4fbfa;
    color: #16302f;
    padding: 72px 24px 80px;
  }
.section .wide-panel{max-width: 1080px;
    margin: 0 auto;}
.section .wide-service{margin-bottom: 48px;}
.section .wide-service h2{margin: 0 0 18px;
    font-size: 1.9rem;
    line-height: 1.2;
    letter-spacing: -0.01em;}
.section .wide-service p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.section .page-wrap{display: flex;
    flex-direction: column;
    gap: 34px;}
.section .top-menu{display: grid;
    grid-template-columns: minmax(180px, 240px) 1fr;
    column-gap: 40px;
    row-gap: 10px;
    align-items: start;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--tone-primary, #cfe4e1);}
.section .top-menu:last-of-type{border-bottom: none;
    padding-bottom: 0;}
.section .top-menu h3{margin: 0;
    font-size: 1.2rem;
    line-height: 1.3;}
.section .top-menu p{margin: 0;
    line-height: 1.6;
    grid-column: 2;}
.section .top-menu .content-visual{font-size: 0.9rem;
    color: #2c4a49;
    letter-spacing: 0.01em;}
.section .content-service{
    grid-column: 2;
    justify-self: start;
    margin-top: 6px;
    padding: 10px 20px;
    background: #0f8f8a;
    color: #f2fbfa;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.95rem;
    transition: background 0.2s ease;
  }
.section .content-service:hover{
    background: #0b7570;color:var(--line-light);}
.section .steady-plan{margin: 44px 0 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.section .steady-plan a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 720px) {.section{
      padding: 52px 18px 60px;
    }.section .wide-service h2{
      font-size: 1.55rem;
    }.section .top-menu{
      grid-template-columns: 1fr;
      column-gap: 0;
    }.section .top-menu p,
    .section .top-menu .content-visual,
    .section .content-service{
      grid-column: 1;
    }
  }
.section{
  background: #f4fbfa;
  color: #16302f;
}
.focused-contact{
    background: var(--ink-main, linear-gradient(135deg, #d6f4ef 0%, #a8e6dd 45%, #7fe3d6 100%));
    color: #0e2f2e;
    padding: 5.5rem 1.5rem 4.5rem;
  }
.focused-contact .wide-panel{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;}
.focused-contact h1{margin: 0;
    font-size: clamp(2rem, 4.6vw, 3.4rem);
    line-height: 1.1;
    letter-spacing: -0.015em;
    font-weight: 600;}
.focused-contact p{margin: 0;
    font-size: clamp(1.02rem, 1.5vw, 1.18rem);
    line-height: 1.65;
    max-width: 100%;}
.focused-contact .focused-form{font-size: 0.98rem;
    line-height: 1.55;
    opacity: 0.82;
    margin-top: 0.6rem;}
@media (max-width: 640px) {.focused-contact{
      padding: 3.5rem 1.2rem 3rem;
    }.focused-contact .wide-panel{
      gap: 1.2rem;
    }
  }
.focused-contact{
  background: #0e2f2e;
  color: #eafaf7;
}
.content-feature{
    background: #f4fbfa;
    color: #16302f;
    padding: 72px 24px;
  }
.content-feature .wide-panel{max-width: 860px;
    margin: 0 auto;}
.content-feature .wide-service h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 16px;
    font-weight: 600;}
.content-feature .wide-service p{margin: 0 0 40px;
    font-size: 1.02rem;
    line-height: 1.65;}
.content-feature .open-headline{display: flex;
    flex-direction: column;
    gap: 28px;}
.content-feature .offer-region h3{font-size: 1.08rem;
    line-height: 1.35;
    margin: 0 0 8px;
    font-weight: 600;}
.content-feature .offer-region p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
.content-feature .steady-plan{margin: 44px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;color:inherit;}
.content-feature .steady-plan a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.content-feature .steady-plan a:hover{color:inherit;}
@media (max-width: 640px) {.content-feature{
      padding: 52px 18px;
    }.content-feature .wide-service h2{
      font-size: 1.45rem;
    }.content-feature .open-headline{
      gap: 24px;
    }
  }
.content-feature{
  background: #f4fbfa;
  color: #16302f;
}
.content-block{
    --tone-card: var(--surface-warm, #ffffff);
    --label-base: var(--tone-primary, #cfe4e1);
    background: #f4fbfa;
    color: #16302f;
    padding: 64px 24px;
  }
.content-block .wide-panel{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 22px;}
.content-block h2{margin: 0;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.01em;}
.content-block .quiet-details{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.content-block p{margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
.content-block .quiet-stack{
    font-size: 1rem;
    line-height: 1.6;
    background: #e3f4f1;
    color: #2c4a49;
    padding: 18px 22px;
    border-radius: 10px;
  }
.content-block .steady-plan{display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    margin-top: 6px;
    padding-top: 18px;
    border-top: 1px solid var(--label-base);}
.content-block .steady-plan a{text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.content-block .steady-plan a:hover,
  .content-block .steady-plan a:focus-visible{border-bottom-color: currentColor;}
@media (max-width: 640px) {.content-block{
      padding: 44px 18px;
    }.content-block .steady-plan{
      flex-direction: column;
      gap: 12px;
    }
  }
.content-block{
  background: #0e2f2e;
  color: #eafaf7;
}
.bottom-fields{
    background: #f4fbfa;
    color: #16302f;
    padding: 4rem 1.5rem;
  }
.bottom-fields .wide-panel{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
    gap: 3rem 4rem;
    align-items: start;}
.bottom-fields .wide-service h2{font-size: 1.6rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 600;
    letter-spacing: -0.01em;}
.bottom-fields .wide-service p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.bottom-fields .open-headline{display: flex;
    flex-direction: column;}
.bottom-fields .offer-region{padding: 1.4rem 0;}
.bottom-fields .offer-region:first-child{padding-top: 0;}
.bottom-fields .offer-region:last-child{padding-bottom: 0;}
.bottom-fields .offer-region + .offer-region{border-top: 1px solid var(--tone-primary, #cfe4e1);}
.bottom-fields .offer-region h3{margin: 0 0 0.5rem;
    font-size: 1.15rem;
    line-height: 1.35;
    font-weight: 600;}
.bottom-fields .offer-region h3 a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;}
.bottom-fields .offer-region h3 a:hover{color: #0b7570;
    border-bottom-color: currentColor;}
.bottom-fields .offer-region p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.65;}
@media (max-width: 760px) {.bottom-fields{
      padding: 3rem 1.25rem;
    }.bottom-fields .wide-panel{
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
.focused-contact{
    background: #f4fbfa;
    color: #16302f;
    padding: 4.5rem 1.5rem 4rem;
  }
.focused-contact .wide-panel{max-width: 1120px;
    margin: 0 auto;}
.focused-contact h1{font-size: clamp(1.9rem, 3.4vw, 2.9rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin: 0 0 1.4rem;
    font-weight: 600;}
.focused-contact .quiet-details{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0 0 1.2rem;
    color: #2c4a49;}
.focused-contact .plain-figure{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;
    color: #2c4a49;
    font-style: italic;}
@media (max-width: 720px) {.focused-contact{
      padding: 3rem 1.15rem 2.75rem;
    }.focused-contact h1{
      margin-bottom: 1.1rem;
    }.focused-contact .quiet-details{
      font-size: 1.02rem;
    }
  }
.focused-form{
    --gap-wide: 2.4rem;
    background: #f4fbfa;
    color: #16302f;
    padding: 4.5rem 1.5rem;
  }
.focused-form .wide-panel{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: var(--gap-wide);}
.focused-form .quiet-details h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    margin: 0 0 0.9rem;
    font-weight: 600;}
.focused-form .quiet-details p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.focused-form .visual{display: grid;
    gap: 1.8rem 2.6rem;
    grid-template-columns: 1fr;}
.focused-form .steady-plan h3{font-size: 0.98rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0 0 0.5rem;
    font-weight: 600;}
.focused-form .steady-plan p{margin: 0 0 0.5rem;
    line-height: 1.6;
    font-size: 0.97rem;}
.focused-form .steady-plan p:last-child{margin-bottom: 0;}
.focused-form .steady-plan a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.focused-form .steady-plan a:hover{}
.focused-form .quiet-stack{margin: 0;
    font-size: 0.97rem;
    line-height: 1.65;}
.focused-form .quiet-stack a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.focused-form .quiet-stack a:hover{}
@media (min-width: 720px) {.focused-form{
      padding: 5.5rem 2rem;
    }.focused-form .visual{
      grid-template-columns: 1fr 1fr;
    }.focused-form .steady-plan:last-child{
      grid-column: 1 / -1;
    }
  }
@media (min-width: 1024px) {.focused-form .wide-panel{
      grid-template-columns: 1.05fr 1.4fr;
      align-items: start;
      column-gap: 3.5rem;
    }.focused-form .quiet-details{
      grid-column: 1;
    }.focused-form .visual{
      grid-column: 2;
      grid-row: 1 / span 2;
      grid-template-columns: 1fr;
    }.focused-form .steady-plan:last-child{
      grid-column: auto;
    }.focused-form .quiet-stack{
      grid-column: 1;
    }
  }
.steady-contact{
  background: #f4fbfa;
  color: #16302f;
  padding: 4.5rem 1.25rem;
}
.steady-contact .wide-panel{max-width: 1080px;
  margin: 0 auto;}
.steady-contact .quiet-details{margin-bottom: 2.75rem;}
.steady-contact .quiet-details h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.25;
  margin: 0 0 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;}
.steady-contact .quiet-details p{margin: 0;
  font-size: 1.0625rem;
  line-height: 1.7;color:inherit;}
.steady-contact .local-stack{display: flex;
  flex-direction: column;
  gap: 2rem;}
.steady-contact .plain-figure h3{font-size: 1.125rem;
  line-height: 1.35;
  margin: 0 0 0.5rem;
  font-weight: 600;}
.steady-contact .plain-figure p{margin: 0;
  font-size: 1rem;
  line-height: 1.7;color:inherit;}
.steady-contact .steady-plan{margin: 2.75rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.6;color:inherit;}
.steady-contact .steady-plan a{color:inherit;
  text-decoration: underline;
  text-underline-offset: 3px;}
.steady-contact .steady-plan a:hover{color:inherit;}
@media (min-width: 760px) {.steady-contact{
    padding: 5.5rem 2rem;
  }.steady-contact .quiet-details{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    gap: 2.5rem;
    align-items: start;
    margin-bottom: 3.25rem;
  }.steady-contact .quiet-details h2{
    margin-bottom: 0;
  }.steady-contact .local-stack{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.25rem;
  }
}
.steady-contact{
  background: #f4fbfa;
  color: #16302f;
}
.soft-steps{
    background: #f4fbfa;
    color: #16302f;
    padding: 72px 24px;
  }
.soft-steps .wide-panel{max-width: 880px;
    margin: 0 auto;}
.soft-steps h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.soft-steps .quiet-details{margin: 0 0 16px;
    font-size: 1.02rem;
    line-height: 1.6;}
.soft-steps .quiet-details:last-of-type{margin-bottom: 40px;}
.soft-steps .quiet-benefit{list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: step;}
.soft-steps .bottom-details{padding: 22px 0;
    border-top: 1px solid var(--tone-primary, #cfe4e1);}
.soft-steps .bottom-details:last-child{border-bottom: 1px solid var(--tone-primary, #cfe4e1);}
.soft-steps .bottom-details h3{font-size: 1.08rem;
    line-height: 1.35;
    margin: 0 0 8px;
    font-weight: 600;}
.soft-steps .bottom-details p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.62;}
.soft-steps .bottom-details a{text-decoration: underline;
    text-underline-offset: 3px;}
.soft-steps .bottom-details a:hover{}
@media (max-width: 640px) {.soft-steps{
      padding: 48px 18px;
    }.soft-steps h2{
      font-size: 1.5rem;
    }.soft-steps .quiet-details:last-of-type{
      margin-bottom: 28px;
    }.soft-steps .bottom-details{
      padding: 18px 0;
    }
  }
.soft-steps{
  background: #0e2f2e;
  color: #eafaf7;
}
.focused-contact{
    background: #f4fbfa;
    color: #16302f;
    padding: 4.5rem 1.5rem 3.5rem;
  }
.focused-contact .wide-panel{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: 2.5rem 3.5rem;
    align-items: start;}
.focused-contact h1{margin: 0;
    font-size: clamp(1.9rem, 3.4vw, 2.7rem);
    line-height: 1.18;
    letter-spacing: -0.01em;
    font-weight: 600;}
.focused-contact .quiet-details{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
    color: #2c4a49;}
@media (max-width: 760px) {.focused-contact{
      padding: 3rem 1.25rem 2.5rem;
    }.focused-contact .wide-panel{
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
  }
.quiet-summary{
    background: #f4fbfa;
    color: #16302f;
    padding: 72px 24px;
  }
.quiet-summary .wide-panel{max-width: 1080px;
    margin: 0 auto;}
.quiet-summary h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 18px;
    font-weight: 600;
    letter-spacing: -0.01em;}
.quiet-summary .quiet-details{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 44px;}
.quiet-summary .open-headline{display: flex;
    flex-direction: column;
    gap: 30px;}
.quiet-summary .offer-region{display: grid;
    grid-template-columns: 260px 1fr;
    gap: 32px;
    align-items: start;}
.quiet-summary .main-callout{margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.01em;}
.quiet-summary .strong-feature{margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
@media (max-width: 720px) {.quiet-summary{
      padding: 52px 20px;
    }.quiet-summary h2{
      font-size: 1.45rem;
    }.quiet-summary .offer-region{
      grid-template-columns: 1fr;
      gap: 8px;
    }
  }
.secondary-media{
    background: #f4fbfa;
    color: #16302f;
    padding: 4.5rem 1.5rem;
  }
.secondary-media .wide-panel{max-width: 960px;
    margin: 0 auto;}
.secondary-media h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.secondary-media .quiet-details{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 2.5rem;}
.secondary-media .simple-items{display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 3rem;}
.secondary-media .offer-region h3{font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 0.6rem;}
.secondary-media .offer-region p{margin: 0 0 0.4rem;
    line-height: 1.55;
    font-size: 1rem;}
.secondary-media .offer-region .plain-figure{font-size: 0.9rem;
    line-height: 1.5;
    color: #2c4a49;
    margin: 0;}
.secondary-media .offer-region a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;}
.secondary-media .offer-region a:hover{color: #0b7570;}
@media (max-width: 720px) {.secondary-media{
      padding: 3rem 1.25rem;
    }.secondary-media .simple-items{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }.secondary-media h2{
      font-size: 1.5rem;
    }
  }
.secondary-media{
  background: #f4fbfa;
  color: #16302f;
}
.content-feature{
    background: #f4fbfa;
    color: #16302f;
    padding: 72px 24px;
  }
.content-feature .wide-panel{max-width: 880px;
    margin: 0 auto;}
.content-feature h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 20px;
    font-weight: 600;}
.content-feature .quiet-details{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 40px;}
.content-feature .qa{margin: 0;}
.content-feature .qa dt{font-size: 1.08rem;
    font-weight: 600;
    margin: 0 0 8px;
    padding-top: 22px;
    border-top: 1px solid var(--tone-primary, #cfe4e1);}
.content-feature .qa dt:first-of-type{border-top: 0;
    padding-top: 0;}
.content-feature .qa dd{margin: 0 0 26px;
    font-size: 1rem;
    line-height: 1.68;}
.content-feature .quiet-stack{margin: 8px 0 0;
    font-size: 1rem;
    line-height: 1.65;}
.content-feature .quiet-stack a{text-decoration: underline;
    text-underline-offset: 3px;}
.content-feature .quiet-stack a:hover{}
@media (max-width: 640px) {.content-feature{
      padding: 52px 18px;
    }.content-feature h2{
      font-size: 1.45rem;
    }.content-feature .quiet-details{
      font-size: 1rem;
      margin-bottom: 32px;
    }
  }
.content-feature{
  background: #0e2f2e;
  color: #eafaf7;
}
.focused-contact{
    background: var(--ink-main, linear-gradient(135deg, #d6f4ef 0%, #a8e6dd 45%, #7fe3d6 100%));
    color: #0e2f2e;
    padding: 5.5rem 1.5rem 4.5rem;
  }
.focused-contact .wide-panel{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 3rem 4rem;
    align-items: end;}
.focused-contact h1{margin: 0;
    font-size: clamp(2rem, 4.2vw, 3.1rem);
    line-height: 1.14;
    font-weight: 500;
    letter-spacing: -0.01em;}
.focused-contact .quiet-details{display: flex;
    flex-direction: column;
    gap: 1.1rem;
    padding-bottom: 0.35rem;}
.focused-contact .quiet-details p{margin: 0;
    font-size: 1.0625rem;
    line-height: 1.62;}
.focused-contact .quiet-details .plain-figure{font-size: 0.9375rem;
    line-height: 1.55;
    opacity: 0.82;}
@media (max-width: 820px) {.focused-contact{
      padding: 3.5rem 1.25rem 3rem;
    }.focused-contact .wide-panel{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }.focused-contact h1{
      font-size: clamp(1.75rem, 7vw, 2.25rem);
    }
  }
.bottom-rail{
    background: #f4fbfa;
    color: #16302f;
    padding: 4.5rem 1.5rem;
  }
.bottom-rail .wide-panel{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 2.75rem;}
.bottom-rail .quiet-details h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 600;}
.bottom-rail .quiet-details p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.bottom-rail .simple-items{display: grid;
    gap: 2rem;}
.bottom-rail .offer-region h3{font-size: 1.12rem;
    margin: 0 0 0.55rem;
    font-weight: 600;}
.bottom-rail .offer-region p{margin: 0;
    line-height: 1.65;
    font-size: 0.98rem;}
.bottom-rail .steady-plan{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #2c4a49;}
.bottom-rail .steady-plan a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;}
.bottom-rail .steady-plan a:hover{color: #0b7570;}
@media (min-width: 780px) {.bottom-rail{
      padding: 6rem 2rem;
    }.bottom-rail .simple-items{
      grid-template-columns: 1fr 1fr;
      gap: 2.5rem 3rem;
    }.bottom-rail .quiet-details{
      max-width: 62%;
    }
  }
.steady-contact{
    --measure-block: 2.6rem;
    background: #f4fbfa;
    color: #16302f;
    padding: 4.5rem 1.5rem;
  }
.steady-contact .wide-panel{max-width: 1080px;
    margin: 0 auto;}
.steady-contact h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 600;
    letter-spacing: -0.01em;}
.steady-contact .quiet-details{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 var(--measure-block);}
.steady-contact .page-group{display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 3rem;}
.steady-contact .main-visual:nth-child(1){grid-column: 1 / -1;}
.steady-contact .main-visual h3{font-size: 1.1rem;
    line-height: 1.35;
    margin: 0 0 0.55rem;
    font-weight: 600;}
.steady-contact .main-visual p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.steady-contact .steady-plan{margin: var(--measure-block) 0 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.steady-contact .steady-plan a{text-decoration: underline;
    text-underline-offset: 3px;}
.steady-contact .steady-plan a:hover{}
@media (max-width: 720px) {.steady-contact{
      padding: 3rem 1.15rem;
    }.steady-contact .page-group{
      grid-template-columns: 1fr;
      gap: 1.8rem;
    }.steady-contact .main-visual:nth-child(1){
      grid-column: auto;
    }
  }
.steady-contact{
  background: #0e2f2e;
  color: #eafaf7;
}
.focused-contact{
    --gap-list: clamp(3.5rem, 8vw, 6.5rem);
    --space-content: clamp(1.25rem, 5vw, 3.5rem);
    background: #f4fbfa;
    color: #16302f;
    padding: var(--gap-list) var(--space-content);
  }
.focused-contact .wide-panel{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;}
.focused-contact h1{margin: 0;
    font-size: clamp(1.9rem, 4.2vw, 3.05rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    font-weight: 600;}
.focused-contact .quiet-details{margin: 0;
    font-size: clamp(1.02rem, 1.4vw, 1.15rem);
    line-height: 1.7;}
@media (min-width: 900px) {.focused-contact .wide-panel{
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
      gap: 2.5rem 3.5rem;
      align-items: start;
    }.focused-contact h1{
      padding-top: 0.35rem;
    }
  }
.open-wrap{
    background: #f4fbfa;
    color: #16302f;
    padding: 72px 24px;
  }
.open-wrap .wide-panel{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 48px 64px;
    align-items: start;}
.open-wrap .wide-service h2{margin: 0 0 16px;
    font-size: 1.75rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.01em;}
.open-wrap .wide-service p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.open-wrap .open-headline{display: flex;
    flex-direction: column;
    gap: 28px;}
.open-wrap .offer-region h3{margin: 0 0 8px;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.35;}
.open-wrap .offer-region p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.6;
    color: #2c4a49;}
.open-wrap .plain-figure{grid-column: 1 / -1;
    margin: 8px 0 0;
    padding-top: 24px;
    border-top: 1px solid var(--tone-primary, #cfe4e1);
    font-size: 0.95rem;
    line-height: 1.6;
    color: #2c4a49;}
@media (max-width: 760px) {.open-wrap{
      padding: 56px 20px;
    }.open-wrap .wide-panel{
      grid-template-columns: 1fr;
      gap: 32px;
    }.open-wrap .wide-service h2{
      font-size: 1.45rem;
    }
  }
.open-wrap{
  background: #f4fbfa;
  color: #16302f;
}
.focused-contact{
    background: #f4fbfa;
    color: #16302f;
    padding: 5.5rem 1.5rem 4.5rem;
  }
.focused-contact .wide-panel{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    column-gap: 4rem;
    row-gap: 1.6rem;
    align-items: start;}
.focused-contact h1{grid-column: 1 / -1;
    margin: 0;
    font-size: clamp(2rem, 4.4vw, 3.1rem);
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: -0.015em;}
.focused-contact .quiet-details{margin: 0;
    font-size: 1.0625rem;
    line-height: 1.65;}
.focused-contact .plain-figure{margin: 0;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #2c4a49;
    padding-top: 0.35rem;}
@media (max-width: 820px) {.focused-contact{
      padding: 3.5rem 1.25rem 3rem;
    }.focused-contact .wide-panel{
      grid-template-columns: 1fr;
      row-gap: 1.35rem;
      column-gap: 0;
    }.focused-contact h1{
      font-size: clamp(1.75rem, 7vw, 2.35rem);
    }
  }
.quiet-summary{
    background: #f4fbfa;
    color: #16302f;
    padding: 4.5rem 1.5rem;
  }
.quiet-summary .wide-panel{max-width: 1080px;
    margin: 0 auto;}
.quiet-summary h2{font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 1.1rem;
    font-weight: 600;
    letter-spacing: -0.01em;}
.quiet-summary .quiet-details{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 2.6rem;}
.quiet-summary .local-stack{display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));}
.quiet-summary .plain-figure h3{font-size: 1.05rem;
    line-height: 1.35;
    margin: 0 0 0.55rem;
    font-weight: 600;}
.quiet-summary .plain-figure p{font-size: 0.97rem;
    line-height: 1.62;
    margin: 0;}
@media (max-width: 720px) {.quiet-summary{
      padding: 3rem 1.15rem;
    }.quiet-summary .quiet-details{
      margin-bottom: 2rem;
    }.quiet-summary .local-stack{
      grid-template-columns: 1fr;
      gap: 1.6rem;
    }
  }
.focused-contact{
    --gutter-nav: clamp(1.5rem, 4vw, 3rem);
    background: #f4fbfa;
    color: #16302f;
    padding: clamp(3rem, 8vw, 6rem) clamp(1.25rem, 5vw, 4rem);
  }
.focused-contact .wide-panel{max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: var(--gutter-nav);
    align-items: start;}
.focused-contact h1{margin: 0 0 1.25rem;
    font-size: clamp(1.9rem, 4.2vw, 3rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    font-weight: 600;}
.focused-contact .quiet-details p{margin: 0;
    font-size: clamp(1.02rem, 1.4vw, 1.15rem);
    line-height: 1.65;}
.focused-contact .plain-figure{
    background: #e3f4f1;
    color: #2c4a49;
    padding: clamp(1.25rem, 2.5vw, 1.75rem);
    border-radius: 14px;
    align-self: center;
  }
.focused-contact .plain-figure p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
@media (max-width: 760px) {.focused-contact .wide-panel{
      grid-template-columns: 1fr;
    }.focused-contact .plain-figure{
      align-self: stretch;
    }
  }
.steady-inner{
    background: #f4fbfa;
    color: #16302f;
    padding: 72px 24px;
  }
.steady-inner .wide-panel{max-width: 1080px;
    margin: 0 auto;}
.steady-inner .wide-service{margin-bottom: 48px;}
.steady-inner .wide-service h2{margin: 0 0 14px;
    font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.2;
    letter-spacing: -0.01em;}
.steady-inner .wide-service p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;
    color: #2c4a49;}
.steady-inner .active-stack{display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 56px;
    align-items: start;}
.steady-inner .page-grid h3,
  .steady-inner .open-group h3{margin: 0 0 12px;
    font-size: 1.15rem;
    line-height: 1.3;}
.steady-inner .page-grid p{margin: 0 0 26px;
    font-size: 0.98rem;
    line-height: 1.65;
    color: #2c4a49;}
.steady-inner .local-lead{list-style: none;
    margin: 0;
    padding: 0;}
.steady-inner .local-lead li{display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 0;}
.steady-inner .local-lead li + li{border-top: 1px solid var(--tone-primary);}
.steady-inner .local-lead .main-callout{font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2c4a49;}
.steady-inner .local-lead a,
  .steady-inner .local-lead .text-nav{font-size: 1rem;
    line-height: 1.5;}
.steady-inner .local-lead a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.steady-inner .local-lead a:hover{border-bottom-color: #0f8f8a;}
.steady-inner .open-group{
    background: var(--surface-warm);
    color: var(--line-light);
    border: 1px solid var(--tone-primary);
    border-radius: 14px;
    padding: 30px 28px 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
.steady-inner .open-group .plain-figure{margin: 0 0 14px;
    font-size: 0.94rem;
    line-height: 1.6;
    color: #2c4a49;}
.steady-inner .open-group label{font-size: 0.85rem;
    margin-top: 8px;
    color: #2c4a49;}
.steady-inner .open-group input,
  .steady-inner .open-group select,
  .steady-inner .open-group textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    font: inherit;
    font-size: 0.95rem;
    color: var(--line-light);
    background: #f4fbfa;
    border: 1px solid var(--tone-primary);
    border-radius: 8px;
  }
.steady-inner .open-group textarea{resize: vertical;
    min-height: 96px;}
.steady-inner .open-group input:focus,
  .steady-inner .open-group select:focus,
  .steady-inner .open-group textarea:focus{outline: 2px solid var(--paint-cool);
    outline-offset: 1px;}
.steady-inner .open-group button{
    margin-top: 18px;
    align-self: flex-start;
    padding: 12px 26px;
    font: inherit;
    font-size: 0.98rem;
    background: #0f8f8a;
    color: #f2fbfa;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s ease;
  }
.steady-inner .open-group button:hover{
    background: #0b7570;color:var(--line-light);}
@media (max-width: 780px) {.steady-inner{
      padding: 52px 20px;
    }.steady-inner .active-stack{
      grid-template-columns: 1fr;
      gap: 40px;
    }.steady-inner .open-group{
      padding: 24px 20px 26px;
    }
  }
.steady-inner{
  background: #f4fbfa;
  color: #16302f;
}
.focused-form{
    --gap-wide: 2.4rem;
    background: #f4fbfa;
    color: #16302f;
    padding: 4rem 1.5rem;
  }
.focused-form .wide-panel{max-width: 880px;
    margin: 0 auto;}
.focused-form h2{font-size: 1.85rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.focused-form .quiet-details{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 var(--gap-wide);}
.focused-form .strong-list{display: flex;
    flex-direction: column;
    gap: 1.6rem;
    margin-bottom: var(--gap-wide);}
.focused-form .offer-region h3{font-size: 1.05rem;
    margin: 0 0 0.4rem;}
.focused-form .offer-region p{margin: 0 0 0.35rem;
    line-height: 1.6;}
.focused-form .offer-region .plain-service{margin: 0;
    font-size: 0.98rem;}
.focused-form .offer-region .plain-service a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.focused-form .offer-region .plain-service a:hover{}
.focused-form .primary-details{
    background: #e3f4f1;
    color: #2c4a49;
    border-radius: 14px;
    padding: 1.8rem 1.6rem;
  }
.focused-form .primary-details h3{font-size: 1.1rem;
    margin: 0 0 0.6rem;}
.focused-form .primary-details p{margin: 0 0 0.8rem;
    line-height: 1.65;}
.focused-form .primary-details .steady-plan{margin: 0;
    font-size: 0.98rem;}
.focused-form .primary-details .steady-plan a{text-decoration: none;
    border-bottom: 1px solid currentColor;}
.focused-form .primary-details .steady-plan a:hover{}
@media (min-width: 720px) {.focused-form{
      padding: 5rem 2rem;
    }.focused-form .strong-list{
      flex-direction: row;
      align-items: flex-start;
      gap: 2rem;
    }.focused-form .offer-region{
      flex: 1 1 0;
    }
  }
.secondary-media{
    background: #f4fbfa;
    color: #16302f;
    padding: 4.5rem 1.5rem;
  }
.secondary-media .wide-panel{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 3.5rem 4.5rem;
    align-items: start;}
.secondary-media .quiet-details h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 600;}
.secondary-media .quiet-details p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: #2c4a49;}
.secondary-media .simple-items{display: flex;
    flex-direction: column;
    gap: 1.4rem;}
.secondary-media .page-group{display: grid;
    grid-template-columns: 11rem minmax(0, 1fr);
    gap: 0.5rem 1.5rem;
    align-items: baseline;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid var(--tone-primary);}
.secondary-media .page-group:last-child{border-bottom: none;
    padding-bottom: 0;}
.secondary-media .main-callout{font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #2c4a49;}
.secondary-media .text-nav{font-size: 1rem;
    line-height: 1.6;
    color: #16302f;
    text-decoration: none;}
.secondary-media a.value{color:inherit;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.secondary-media a.value:hover{border-bottom-color: #0f8f8a;}
@media (max-width: 760px) {.secondary-media{
      padding: 3rem 1.25rem;
    }.secondary-media .wide-panel{
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }.secondary-media .page-group{
      grid-template-columns: 1fr;
      gap: 0.35rem;
    }
  }
.focused-contact{
    background: #f4fbfa;
    color: #16302f;
    padding: 5.5rem 1.5rem 4.5rem;
  }
.focused-contact .wide-panel{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;}
.focused-contact h1{margin: 0;
    font-size: clamp(2rem, 4.4vw, 3.1rem);
    line-height: 1.12;
    letter-spacing: -0.015em;
    font-weight: 600;}
.focused-contact p{margin: 0;
    font-size: clamp(1.02rem, 1.5vw, 1.18rem);
    line-height: 1.65;}
.focused-contact .plain-figure{font-size: clamp(0.97rem, 1.35vw, 1.06rem);
    line-height: 1.6;
    padding-top: 1.1rem;
    border-top: 1px solid var(--tone-primary, #cfe4e1);}
@media (max-width: 640px) {.focused-contact{
      padding: 3.5rem 1.15rem 3rem;
    }.focused-contact .wide-panel{
      gap: 1.15rem;
    }
  }
.quiet-summary{
    background: #f4fbfa;
    color: #16302f;
    padding: 4.5rem 1.5rem;
  }
.quiet-summary .wide-panel{max-width: 1080px;
    margin: 0 auto;}
.quiet-summary h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.2;
    margin: 0 0 1.1rem;
    font-weight: 600;}
.quiet-summary .quiet-details{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 2.6rem;}
.quiet-summary .local-stack{display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem 3rem;}
.quiet-summary .plain-figure h3{font-size: 1.05rem;
    font-weight: 600;
    margin: 0 0 0.6rem;
    line-height: 1.3;}
.quiet-summary .plain-figure p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.65;}
@media (max-width: 720px) {.quiet-summary{
      padding: 3rem 1.25rem;
    }.quiet-summary .local-stack{
      grid-template-columns: 1fr;
      gap: 1.8rem;
    }
  }
.quiet-summary{
  background: #f4fbfa;
  color: #16302f;
}
.media-headline{
    background: #f4fbfa;
    color: #16302f;
    padding: 72px 24px;
  }
.media-headline .wide-panel{max-width: 880px;
    margin: 0 auto;}
.media-headline h2{margin: 0 0 20px;
    font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.2rem);
    line-height: 1.2;
    letter-spacing: -0.01em;}
.media-headline .quiet-details{margin: 0 0 48px;
    font-size: 1.05rem;
    line-height: 1.65;}
.media-headline .soft-fields{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;}
.media-headline .bottom-details{display: grid;
    grid-template-columns: 120px 1fr;
    gap: 32px;
    align-items: start;}
.media-headline .bottom-details h3{margin: 0;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 600;}
.media-headline .bottom-details p{margin: 0;
    line-height: 1.7;
    font-size: 1rem;}
@media (max-width: 640px) {.media-headline{
      padding: 56px 20px;
    }.media-headline .soft-fields{
      gap: 32px;
    }.media-headline .bottom-details{
      grid-template-columns: 1fr;
      gap: 8px;
    }
  }
.focused-contact{
    background: #f4fbfa;
    color: #16302f;
    padding: 6rem 1.5rem 5rem;
  }
.focused-contact .wide-panel{max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;}
.focused-contact h1{margin: 0;
    font-size: clamp(1.9rem, 3.6vw, 2.75rem);
    line-height: 1.18;
    letter-spacing: -0.01em;
    font-weight: 600;}
.focused-contact p{margin: 0;
    font-size: 1.0625rem;
    line-height: 1.65;}
.focused-contact .focused-form{color: #2c4a49;
    font-size: 0.98rem;
    line-height: 1.6;}
@media (max-width: 640px) {.focused-contact{
      padding: 4rem 1.25rem 3.5rem;
    }.focused-contact .wide-panel{
      gap: 1.25rem;
    }
  }
.secondary-media{
    background: #f4fbfa;
    color: #16302f;
    padding: 4rem 1.5rem;
  }
.secondary-media .wide-panel{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 2.5rem;}
.secondary-media .wide-service h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 0.9rem;
    font-weight: 600;}
.secondary-media .wide-service p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;}
.secondary-media .featured-copy{display: grid;
    gap: 1.75rem;
    grid-template-columns: 1fr;}
.secondary-media .offer-region h3{font-size: 1rem;
    margin: 0 0 0.4rem;
    font-weight: 600;
    letter-spacing: 0.01em;}
.secondary-media .offer-region p{margin: 0 0 0.35rem;
    line-height: 1.55;}
.secondary-media .offer-region .plain-figure{font-size: 0.9rem;}
.secondary-media .offer-region a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.secondary-media .offer-region a:hover{}
.secondary-media .team-flow{
    background: #e3f4f1;
    color: #2c4a49;
    padding: 1.5rem 1.6rem;
    border-radius: 10px;
  }
.secondary-media .team-flow h3{margin: 0 0 0.6rem;
    font-size: 1rem;
    font-weight: 600;}
.secondary-media .team-flow p{margin: 0 0 0.6rem;
    line-height: 1.6;
    font-size: 0.98rem;}
.secondary-media .team-flow p:last-child{margin-bottom: 0;}
@media (min-width: 760px) {.secondary-media{
      padding: 5rem 2rem;
    }.secondary-media .wide-panel{
      grid-template-columns: 1fr 1fr;
      grid-template-areas:
        "intro intro"
        "channels schedule";
      gap: 2.5rem 3rem;
      align-items: start;
    }.secondary-media .wide-service{
      grid-area: intro;
    }.secondary-media .featured-copy{
      grid-area: channels;
      gap: 2rem;
    }.secondary-media .team-flow{
      grid-area: schedule;
    }
  }
.secondary-media{
  background: #0e2f2e;
  color: #eafaf7;
}
.focused-form{
    background: #f4fbfa;
    color: #16302f;
    padding: 72px 24px;
  }
.focused-form .wide-panel{max-width: 1080px;
    margin: 0 auto;}
.focused-form .quiet-details h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.focused-form .quiet-details p{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;}
.focused-form .local-lead{display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    margin-top: 44px;}
.focused-form .local-view h3{font-size: 1.15rem;
    margin: 0 0 12px;
    font-weight: 600;}
.focused-form .local-view p{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0 0 12px;}
.focused-form .local-view .plain-service{font-size: 0.95rem;
    margin: 0;}
.focused-form .local-view .plain-service a,
  .focused-form .steady-plan{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(15, 143, 138, 0.35);
    padding-bottom: 1px;}
.focused-form .local-view .plain-service a:hover,
  .focused-form .steady-plan:hover{border-bottom-color: #0f8f8a;}
.focused-form .quiet-stack{margin: 40px 0 0;
    font-size: 0.98rem;
    line-height: 1.65;
    padding-top: 24px;
    border-top: 1px solid #cfe4e1;}
@media (max-width: 720px) {.focused-form{
      padding: 52px 20px;
    }.focused-form .local-lead{
      grid-template-columns: 1fr;
      gap: 32px;
      margin-top: 32px;
    }.focused-form .quiet-details h2{
      font-size: 1.5rem;
    }
  }
.focused-form{
  background: #f4fbfa;
  color: #16302f;
}
.steady-inner{
    --paint-secondary: #0f8f8a;
    --ink-soft: #0b7570;
    background: #f4fbfa;
    color: #16302f;
    padding: 72px 24px;
  }
.steady-inner .wide-panel{max-width: 720px;
    margin: 0 auto;}
.steady-inner .wide-service h2{font-size: 1.65rem;
    line-height: 1.25;
    margin: 0 0 16px;
    font-weight: 600;}
.steady-inner .wide-service p{margin: 0 0 32px;
    font-size: 1rem;
    line-height: 1.65;}
.steady-inner .bottom-inner{display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-end;
    margin-bottom: 20px;}
.steady-inner .bottom-inner label{flex: 1 1 100%;
    font-size: 0.85rem;
    letter-spacing: 0.02em;}
.steady-inner .bottom-inner input[type="email"]{
    flex: 1 1 260px;
    padding: 12px 14px;
    border: 1px solid var(--tone-primary, #cfe4e1);
    border-radius: 6px;
    background: var(--surface-warm, #ffffff);
    color: var(--line-light, #16302f);
    font-size: 1rem;
  }
.steady-inner .bottom-inner input[type="email"]:focus{outline: 2px solid var(--paint-secondary);
    outline-offset: 1px;}
.steady-inner .bottom-inner button{
    padding: 12px 22px;
    border: none;
    border-radius: 6px;
    background: var(--paint-secondary);
    color: #f2fbfa;
    font-size: 1rem;
    cursor: pointer;
  }
.steady-inner .bottom-inner button:hover{
    background: var(--ink-soft);color:var(--line-light);}
.steady-inner .primary-region{margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;}
.steady-inner .primary-region a{}
@media (max-width: 560px) {.steady-inner{
      padding: 56px 20px;
    }.steady-inner .bottom-inner button{
      flex: 1 1 100%;
    }
  }
.focused-wrap{
    background: #f4fbfa;
    color: #16302f;
    padding: 4rem 1.25rem 5rem;
  }
.focused-wrap .wide-panel{max-width: 780px;
    margin: 0 auto;}
.focused-wrap .offer-region h1{font-size: clamp(1.65rem, 3.4vw, 2.35rem);
    line-height: 1.22;
    margin: 0 0 0.75rem;
    letter-spacing: -0.01em;}
.focused-wrap .content-visual{font-size: 0.9rem;
    margin: 0 0 2rem;}
.focused-wrap .offer-region img{display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 0 0 2rem;}
.focused-wrap .quiet-details{font-size: 1.12rem;
    line-height: 1.6;
    margin: 0 0 1.5rem;}
.focused-wrap .offer-region p{line-height: 1.72;
    margin: 0 0 1.35rem;}
.focused-wrap .clear-team{margin-top: 1.9rem;
    padding-top: 1.4rem;
    border-top: 1px solid var(--tone-primary);
    font-size: 1rem;}
.focused-wrap .steady-plan{margin-top: 1.6rem;
    font-size: 0.98rem;}
.focused-wrap .steady-plan a{text-decoration: underline;
    text-underline-offset: 3px;}
.focused-wrap .steady-plan a:hover{}
@media (max-width: 560px) {.focused-wrap{
      padding: 2.75rem 1rem 3.5rem;
    }.focused-wrap .content-visual{
      margin-bottom: 1.5rem;
    }
  }
.focused-wrap{
  background: #0e2f2e;
  color: #eafaf7;
}
.quiet-summary{
    background: #f4fbfa;
    color: #16302f;
    padding: 4.5rem 1.5rem 5rem;
  }
.quiet-summary .wide-panel{max-width: 1080px;
    margin: 0 auto;}
.quiet-summary h2{font-size: clamp(1.6rem, 3vw, 2.3rem);
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 1.25rem;}
.quiet-summary .quiet-details{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0 0 2.75rem;
    color: #2c4a49;}
.quiet-summary .local-stack{display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 3rem;}
.quiet-summary .plain-figure h3{font-size: 1.05rem;
    font-weight: 600;
    margin: 0 0 0.6rem;}
.quiet-summary .plain-figure p{font-size: 0.98rem;
    line-height: 1.62;
    margin: 0;
    color: #2c4a49;}
.quiet-summary .quiet-stack{font-size: 1rem;
    line-height: 1.65;
    margin: 3rem 0 0;
    padding-top: 1.75rem;
    border-top: 1px solid var(--tone-primary, #cfe4e1);}
@media (max-width: 720px) {.quiet-summary{
      padding: 3rem 1.25rem 3.5rem;
    }.quiet-summary .local-stack{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }.quiet-summary .quiet-details{
      margin-bottom: 2rem;
    }
  }
.compact-frame{
    background: #f4fbfa;
    color: #16302f;
    padding: 4rem 1.5rem;
  }
.compact-frame .wide-panel{max-width: 1080px;
    margin: 0 auto;}
.compact-frame .wide-service{margin-bottom: 2.5rem;}
.compact-frame .wide-service h2{font-size: 1.6rem;
    line-height: 1.25;
    margin: 0 0 0.9rem;}
.compact-frame .wide-service p{font-size: 1rem;
    line-height: 1.65;
    margin: 0;}
.compact-frame .service-section{display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;}
.compact-frame .main-visual img{display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 1rem;}
.compact-frame .main-visual .content-visual{font-size: 0.8rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin: 0 0 0.4rem;}
.compact-frame .main-visual h3{font-size: 1.1rem;
    margin: 0 0 0.5rem;}
.compact-frame .main-visual p{font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;}
.compact-frame .visual-media{margin: 2.5rem 0 0;
    font-size: 0.95rem;}
.compact-frame .visual-media a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;}
.compact-frame .visual-media a:hover{}
@media (max-width: 860px) {.compact-frame .service-section{
      grid-template-columns: 1fr 1fr;
    }
  }
@media (max-width: 560px) {.compact-frame{
      padding: 2.5rem 1.1rem;
    }.compact-frame .service-section{
      grid-template-columns: 1fr;
      gap: 1.6rem;
    }.compact-frame .main-visual img{
      height: 200px;
    }
  }
.plain-method{
    background: #f4fbfa;
    color: #16302f;
    padding: 4.5rem 1.5rem;
  }
.plain-method .wide-panel{max-width: 1080px;
    margin: 0 auto;}
.plain-method .wide-service{display: block;
    margin-bottom: 3rem;}
.plain-method .wide-service h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 600;}
.plain-method .wide-service p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.plain-method .wide-benefit{display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 2.5rem 2rem;
    align-items: start;}
.plain-method .open-intro h3{font-size: 1.15rem;
    margin: 0 0 0.35rem;
    font-weight: 600;}
.plain-method .open-intro .open-details{margin: 0 0 0.85rem;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2c4a49;}
.plain-method .open-intro p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.plain-method .active-method{margin: 3rem 0 0;
    padding-top: 1.5rem;
    border-top: 1px solid var(--tone-primary, #cfe4e1);
    font-size: 0.98rem;
    line-height: 1.6;}
@media (max-width: 860px) {.plain-method .wide-benefit{
      grid-template-columns: 1fr 1fr;
    }
  }
@media (max-width: 560px) {.plain-method{
      padding: 3rem 1.15rem;
    }.plain-method .wide-benefit{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.plain-method .wide-service h2{
      font-size: 1.55rem;
    }
  }
.plain-method{
  background: #f4fbfa;
  color: #16302f;
}
.service-team{
    background: #f4fbfa;
    color: #16302f;
    padding: 72px 24px 80px;
  }
.service-team .wide-panel{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 48px;
    align-items: start;}
.service-team .text-headline img{display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;}
.service-team .fresh-wrap h2{font-size: 1.75rem;
    line-height: 1.2;
    margin: 0 0 8px;
    letter-spacing: -0.01em;}
.service-team .secondary-steps{margin: 0 0 28px;
    font-size: 0.95rem;}
.service-team .fresh-wrap p{margin: 0 0 18px;
    line-height: 1.65;
    font-size: 1rem;}
.service-team .strong-group{list-style: none;
    margin: 26px 0 30px;
    padding: 0;
    display: grid;
    gap: 12px;}
.service-team .strong-group li{position: relative;
    padding-left: 18px;
    line-height: 1.55;
    font-size: 0.97rem;}
.service-team .strong-group li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0f8f8a;color:#f2fbfa;}
.service-team .offer-list{margin: 0 0 6px;
    font-size: 1rem;
    line-height: 1.6;}
.service-team .offer-list a{text-decoration: none;
    border-bottom: 1px solid currentColor;}
.service-team .offer-list a:hover{}
.service-team .strong-track{margin: 0;
    font-size: 0.9rem;}
@media (max-width: 760px) {.service-team{
      padding: 48px 18px 56px;
    }.service-team .wide-panel{
      grid-template-columns: 1fr;
      gap: 28px;
    }.service-team .fresh-wrap h2{
      font-size: 1.45rem;
    }
  }
.service-team{
  background: #0e2f2e;
  color: #eafaf7;
}
.focused-wrap{
    --corner-image: 14px;
    --font-meta: #cfe4e1;
    background: #f4fbfa;
    color: #16302f;
    padding: 72px 24px 88px;
  }
.focused-wrap .wide-panel{max-width: 1080px;
    margin: 0 auto;}
.focused-wrap .offer-region{display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    column-gap: 56px;
    row-gap: 28px;
    align-items: start;}
.focused-wrap .content-summary{grid-column: 1;
    grid-row: 1;}
.focused-wrap .top-section{
    grid-column: 2;
    grid-row: 1 / span 2;
    margin: 0;
    border-radius: var(--corner-image);
    overflow: hidden;
    background: #e3f4f1;color:#2c4a49;}
.focused-wrap .top-section img{display: block;
    width: 100%;
    height: auto;}
.focused-wrap .local-quote{grid-column: 1;
    grid-row: 2;}
.focused-wrap .focused-list{grid-column: 1 / -1;
    grid-row: 3;
    padding-top: 22px;
    border-top: 1px solid var(--font-meta);}
.focused-wrap h1{font-size: clamp(1.7rem, 2.6vw, 2.35rem);
    line-height: 1.2;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.focused-wrap .soft-summary{margin: 0 0 18px;
    font-size: 1.05rem;
    line-height: 1.55;}
.focused-wrap .soft-details{margin: 0;
    font-size: 0.88rem;
    letter-spacing: 0.02em;}
.focused-wrap .local-quote p{margin: 0 0 16px;
    font-size: 1rem;
    line-height: 1.7;}
.focused-wrap .local-quote p:last-child{margin-bottom: 0;}
.focused-wrap .values{margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;}
.focused-wrap .values a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.focused-wrap .values a:hover{}
@media (max-width: 860px) {.focused-wrap{
      padding: 48px 18px 64px;
    }.focused-wrap .offer-region{
      grid-template-columns: 1fr;
      row-gap: 22px;
    }.focused-wrap .content-summary,
    .focused-wrap .top-section,
    .focused-wrap .local-quote,
    .focused-wrap .focused-list{
      grid-column: 1;
      grid-row: auto;
    }
  }
.quiet-summary{
    background: #f4fbfa;
    color: #16302f;
    padding: 72px 24px;
  }
.quiet-summary .wide-panel{max-width: 880px;
    margin: 0 auto;}
.quiet-summary h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 20px;
    font-weight: 600;}
.quiet-summary .quiet-details{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 44px;
    color: #2c4a49;}
.quiet-summary .open-headline{display: flex;
    flex-direction: column;
    gap: 32px;}
.quiet-summary .offer-region h3{font-size: 1.1rem;
    line-height: 1.35;
    margin: 0 0 10px;
    font-weight: 600;}
.quiet-summary .offer-region p{margin: 0;
    line-height: 1.7;
    font-size: 0.98rem;}
.quiet-summary .plain-figure{margin: 44px 0 0;
    line-height: 1.7;
    font-size: 0.98rem;
    color: #2c4a49;}
@media (max-width: 640px) {.quiet-summary{
      padding: 48px 18px;
    }.quiet-summary h2{
      font-size: 1.45rem;
    }.quiet-summary .quiet-details{
      margin-bottom: 32px;
    }.quiet-summary .open-headline{
      gap: 26px;
    }
  }
.compact-frame{
    background: #f4fbfa;
    color: #16302f;
    padding: 4.5rem 1.5rem;
  }
.compact-frame .wide-panel{max-width: 1080px;
    margin: 0 auto;}
.compact-frame .wide-service{margin-bottom: 3rem;}
.compact-frame .wide-service h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 600;}
.compact-frame .quiet-details{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.compact-frame .simple-items{display: flex;
    flex-direction: column;
    gap: 2.75rem;}
.compact-frame .offer-region{display: flex;
    gap: 2rem;
    align-items: flex-start;}
.compact-frame .offer-region:nth-child(even){flex-direction: row-reverse;}
.compact-frame .team-fields{
    flex: 0 0 42%;
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #e3f4f1;color:#2c4a49;}
.compact-frame .team-fields img{display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;}
.compact-frame .plain-figure{flex: 1 1 auto;
    padding-top: 0.35rem;}
.compact-frame .plain-figure h3{font-size: 1.2rem;
    line-height: 1.35;
    margin: 0 0 0.7rem;
    font-weight: 600;}
.compact-frame .plain-figure p{margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
.compact-frame .quiet-stack{margin: 3rem 0 0;
    font-size: 1rem;
    line-height: 1.7;}
.compact-frame .quiet-stack a{text-decoration: underline;
    text-underline-offset: 3px;}
.compact-frame .quiet-stack a:hover{}
@media (max-width: 760px) {.compact-frame{
      padding: 3rem 1.15rem;
    }.compact-frame .wide-service h2{
      font-size: 1.55rem;
    }.compact-frame .offer-region,
    .compact-frame .offer-region:nth-child(even){
      flex-direction: column;
      gap: 1.1rem;
    }.compact-frame .team-fields{
      flex: 1 1 auto;
      width: 100%;
    }.compact-frame .simple-items{
      gap: 2.25rem;
    }
  }
.plain-method{
  background: #f4fbfa;
  color: #16302f;
  padding: 4.5rem 1.5rem;
}
.plain-method .wide-panel{max-width: 1080px;
  margin: 0 auto;}
.plain-method .wide-service{margin-bottom: 3rem;}
.plain-method .wide-service h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  line-height: 1.25;
  margin: 0 0 1rem;
  letter-spacing: -0.01em;}
.plain-method .wide-service p{font-size: 1.02rem;
  line-height: 1.65;
  margin: 0;}
.plain-method .primary-summary{display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.25rem 3rem;}
.plain-method .offer-region h3{font-size: 1.12rem;
  margin: 0 0 0.35rem;
  letter-spacing: -0.005em;}
.plain-method .offer-region .open-details{font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 0.7rem;
  color: #2c4a49;}
.plain-method .offer-region p:last-child{font-size: 0.97rem;
  line-height: 1.62;
  margin: 0;}
.plain-method .quiet-stack{margin: 3.25rem 0 0;
  font-size: 1rem;
  line-height: 1.65;
  padding-top: 1.5rem;
  border-top: 1px solid var(--tone-primary, #cfe4e1);}
@media (max-width: 720px) {.plain-method{
    padding: 3rem 1.15rem;
  }.plain-method .primary-summary{
    grid-template-columns: 1fr;
    gap: 1.9rem;
  }
}
.service-team{
    background: #f4fbfa;
    color: #16302f;
    padding: 4rem 1.5rem;
  }
.service-team .wide-panel{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: 3.5rem;
    align-items: start;}
.service-team .wide-service h2{font-size: 1.85rem;
    line-height: 1.25;
    margin: 0 0 1.25rem;
    font-weight: 600;}
.service-team .wide-service .quiet-details{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0 0 1rem;}
.service-team .wide-service p{line-height: 1.7;
    margin: 0 0 1rem;}
.service-team .strong-actions{
    background: #e3f4f1;
    color: #2c4a49;
    padding: 1.75rem 1.5rem;
    border-radius: 14px;
  }
.service-team .strong-actions .offer-fields{font-size: 0.92rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0 0 1rem;
    opacity: 0.85;}
.service-team .strong-actions ul{list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;}
.service-team .strong-actions li{line-height: 1.55;
    margin-bottom: 0.65rem;
    word-break: break-word;}
.service-team .strong-actions a{text-decoration: none;
    border-bottom: 1px solid currentColor;}
.service-team .strong-actions a:hover{}
.service-team .strong-actions .active-method{font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    opacity: 0.9;}
@media (max-width: 780px) {.service-team{
      padding: 3rem 1.25rem;
    }.service-team .wide-panel{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.service-team .wide-service h2{
      font-size: 1.55rem;
    }
  }
.focused-wrap{
    background: #f4fbfa;
    color: #16302f;
    padding: 4.5rem 1.25rem 5rem;
  }
.focused-wrap .wide-panel{max-width: 1080px;
    margin: 0 auto;}
.focused-wrap .offer-region{display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    grid-template-areas:
      "head head"
      "figure aside"
      "body aside"
      "foot foot";
    column-gap: 3.25rem;
    row-gap: 2rem;}
.focused-wrap .content-summary{grid-area: head;
    padding-bottom: 0.5rem;}
.focused-wrap .content-summary h2{margin: 0 0 0.75rem;
    font-size: clamp(1.6rem, 2.6vw, 2.25rem);
    line-height: 1.22;
    letter-spacing: -0.01em;
    font-weight: 600;}
.focused-wrap .soft-summary{margin: 0 0 1rem;
    font-size: 1.05rem;
    line-height: 1.5;}
.focused-wrap .focused-items{margin: 0;
    font-size: 0.85rem;
    letter-spacing: 0.02em;}
.focused-wrap .service-region{grid-area: figure;
    margin: 0;}
.focused-wrap .service-region img{display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;}
.focused-wrap .local-quote{grid-area: body;
    display: flex;
    flex-direction: column;
    gap: 1.15rem;}
.focused-wrap .local-quote p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.72;}
.focused-wrap .service-quote{
    grid-area: aside;
    align-self: start;
    background: #e3f4f1;
    color: #2c4a49;
    border-radius: 12px;
    padding: 1.6rem 1.5rem;
  }
.focused-wrap .service-quote h3{margin: 0 0 0.9rem;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.01em;}
.focused-wrap .service-quote p{margin: 0 0 0.9rem;
    font-size: 0.94rem;
    line-height: 1.65;}
.focused-wrap .service-quote p:last-child{margin-bottom: 0;}
.focused-wrap .focused-list{grid-area: foot;
    padding-top: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;}
.focused-wrap .page-intro{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.focused-wrap .page-intro a{text-decoration: underline;
    text-underline-offset: 3px;}
.focused-wrap .page-intro a:hover{}
@media (max-width: 820px) {.focused-wrap{
      padding: 3rem 1.15rem 3.5rem;
    }.focused-wrap .offer-region{
      grid-template-columns: minmax(0, 1fr);
      grid-template-areas:
        "head"
        "figure"
        "body"
        "aside"
        "foot";
      row-gap: 1.6rem;
    }
  }
.quiet-summary{
    background: #f4fbfa;
    color: #16302f;
    padding: 4.5rem 1.5rem;
  }
.quiet-summary .wide-panel{max-width: 1080px;
    margin: 0 auto;}
.quiet-summary h2{margin: 0 0 1.25rem;
    font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.01em;}
.quiet-summary .quiet-details{margin: 0 0 3rem;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #2c4a49;}
.quiet-summary .local-stack{display: flex;
    flex-direction: column;
    gap: 2.25rem;}
.quiet-summary .plain-figure{display: grid;
    grid-template-columns: minmax(180px, 240px) 1fr;
    gap: 1.5rem 2.5rem;
    align-items: start;
    padding-top: 1.75rem;
    border-top: 1px solid var(--tone-primary);}
.quiet-summary .plain-figure:first-child{border-top: none;
    padding-top: 0;}
.quiet-summary .plain-figure h3{margin: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;color:inherit;}
.quiet-summary .plain-figure p{margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
@media (max-width: 720px) {.quiet-summary{
      padding: 3rem 1.15rem;
    }.quiet-summary .plain-figure{
      grid-template-columns: 1fr;
      gap: 0.6rem;
    }.quiet-summary .quiet-details{
      margin-bottom: 2.25rem;
    }
  }
.compact-frame{
    background: #f4fbfa;
    color: #16302f;
    padding: 4rem 1.5rem;
  }
.compact-frame .wide-panel{max-width: 1080px;
    margin: 0 auto;}
.compact-frame .wide-service{margin-bottom: 3rem;}
.compact-frame .wide-service h2{font-size: clamp(1.6rem, 3vw, 2.3rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 600;}
.compact-frame .quiet-details{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.compact-frame .open-headline{display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 2.5rem 3rem;
    align-items: start;}
.compact-frame .offer-region{display: block;}
.compact-frame .offer-region:first-child{grid-row: span 2;}
.compact-frame .team-fields{margin: 0 0 1.25rem;
    overflow: hidden;
    border-radius: 12px;}
.compact-frame .team-fields img{display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;}
.compact-frame .plain-figure h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0 0 0.6rem;
    font-weight: 600;}
.compact-frame .plain-figure p{margin: 0;
    line-height: 1.65;
    font-size: 0.98rem;}
.compact-frame .content-visual{font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 0.5rem;}
.compact-frame .quiet-stack{margin: 3rem 0 0;
    font-size: 1rem;
    line-height: 1.7;}
@media (max-width: 760px) {.compact-frame{
      padding: 2.75rem 1.15rem;
    }.compact-frame .open-headline{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.compact-frame .offer-region:first-child{
      grid-row: auto;
    }
  }
.plain-method{
    background: #f4fbfa;
    color: #16302f;
    padding: 72px 24px;
  }
.plain-method .wide-panel{max-width: 1080px;
    margin: 0 auto;}
.plain-method .wide-service{margin-bottom: 48px;}
.plain-method .wide-service h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.plain-method .wide-service p{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;}
.plain-method .wide-benefit{display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 56px;}
.plain-method .open-intro h3{font-size: 1.12rem;
    margin: 0 0 4px;
    letter-spacing: -0.005em;}
.plain-method .open-intro .open-details{font-size: 0.9rem;
    margin: 0 0 12px;
    color: #2c4a49;
    letter-spacing: 0.01em;}
.plain-method .open-intro p{font-size: 0.98rem;
    line-height: 1.62;
    margin: 0;}
.plain-method .plain-figure{margin: 56px 0 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.plain-method .plain-figure a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.plain-method .plain-figure a:hover{color: #0b7570;}
@media (max-width: 720px) {.plain-method{
      padding: 52px 18px;
    }.plain-method .wide-benefit{
      grid-template-columns: 1fr;
      gap: 32px;
    }.plain-method .wide-service h2{
      font-size: 1.45rem;
    }
  }
.service-team{
    background: #f4fbfa;
    color: #16302f;
    padding: 72px 24px;
  }
.service-team .wide-panel{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
    gap: 48px;
    align-items: start;}
.service-team .fresh-menu{position: relative;}
.service-team .direct-menu{
    border-radius: 14px;
    overflow: hidden;
    background: #e3f4f1;color:#2c4a49;}
.service-team .direct-menu img{display: block;
    width: 100%;
    height: auto;}
.service-team .strong-feature h2{margin: 0 0 6px;
    font-size: 1.75rem;
    line-height: 1.2;
    font-weight: 600;}
.service-team .open-details{margin: 0 0 22px;
    font-size: 0.95rem;}
.service-team .strong-feature p{margin: 0 0 16px;
    font-size: 1rem;
    line-height: 1.65;}
.service-team .strong-feature a{text-decoration: underline;
    text-underline-offset: 3px;}
.service-team .strong-feature a:hover{}
@media (max-width: 760px) {.service-team{
      padding: 48px 18px;
    }.service-team .wide-panel{
      grid-template-columns: 1fr;
      gap: 28px;
    }.service-team .strong-feature h2{
      font-size: 1.45rem;
    }
  }
.primary-entries{padding:calc(1.5rem * 2.4) 1.85rem;background:#f4fbfa;color:#16302f;}
.steady-stack{max-width:1100px;margin:0 auto;}
.primary-entries h1{margin:0;font-size:calc(14.6px * 2.65);line-height:1.08;}
.focused-contact{
  background: #f4fbfa;
  color: #16302f;
  padding: 80px 24px 72px;
}
.focused-contact .wide-panel{max-width: 1080px;
  margin: 0 auto;}
.focused-contact h1{margin: 0 0 28px;
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  line-height: 1.12;
  letter-spacing: -0.015em;
  font-weight: 600;}
.focused-contact .quiet-details{margin: 0 0 22px;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.62;}
.focused-contact .plain-figure{margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #2c4a49;
  max-width: 100%;}
@media (max-width: 640px) {.focused-contact{
    padding: 56px 20px 52px;
  }.focused-contact h1{
    margin-bottom: 22px;
  }
}
.text-frame{
    background: #f4fbfa;
    color: #16302f;
    padding: 72px 24px;
  }
.text-frame .wide-panel{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;}
.text-frame .wide-service h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.text-frame .wide-service p{margin: 0 0 16px;
    font-size: 1rem;
    line-height: 1.65;}
.text-frame .wide-service a{text-decoration: underline;
    text-underline-offset: 3px;}
.text-frame .offer-region{
    display: flex;
    flex-direction: column;
    gap: 18px;
    background: var(--surface-warm, #ffffff);
    color: var(--line-light, #16302f);
    border: 1px solid var(--tone-primary, #cfe4e1);
    border-radius: 14px;
    padding: 28px 26px 30px;
  }
.text-frame .steady-figure{display: flex;
    flex-direction: column;
    gap: 6px;}
.text-frame .steady-figure label{font-size: 0.86rem;
    letter-spacing: 0.01em;}
.text-frame .steady-figure input,
  .text-frame .steady-figure textarea{
    font: inherit;
    color: inherit;
    background: #f4fbfa;
    border: 1px solid var(--tone-primary, #cfe4e1);
    border-radius: 8px;
    padding: 10px 12px;
    width: 100%;
    box-sizing: border-box;
  }
.text-frame .steady-figure input::placeholder,
  .text-frame .steady-figure textarea::placeholder{opacity: 0.7;}
.text-frame .steady-figure input:focus,
  .text-frame .steady-figure textarea:focus{outline: 2px solid #0f8f8a;
    outline-offset: 1px;
    border-color: #0f8f8a;}
.text-frame .steady-figure textarea{resize: vertical;
    min-height: 96px;}
.text-frame .offer-region button{
    align-self: flex-start;
    font: inherit;
    font-weight: 600;
    background: #0f8f8a;
    color: #f2fbfa;
    border: none;
    border-radius: 8px;
    padding: 12px 26px;
    cursor: pointer;
    transition: background 0.2s ease;
  }
.text-frame .offer-region button:hover{
    background: #0b7570;color:var(--line-light);}
@media (max-width: 820px) {.text-frame{
      padding: 56px 20px;
    }.text-frame .wide-panel{
      grid-template-columns: 1fr;
      gap: 36px;
    }.text-frame .wide-service h2{
      font-size: 1.55rem;
    }
  }
.text-frame{
  background: #0e2f2e;
  color: #eafaf7;
}
.secondary-media{
    background: #f4fbfa;
    color: #16302f;
    padding: 72px 24px;
  }
.secondary-media .wide-panel{max-width: 880px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 44px;}
.secondary-media .quiet-details h2{margin: 0 0 14px;
    font-size: 1.75rem;
    line-height: 1.25;
    letter-spacing: -0.01em;}
.secondary-media .quiet-details p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.7;}
.secondary-media .simple-items{display: flex;
    flex-direction: column;
    gap: 26px;}
.secondary-media .page-group{display: grid;
    grid-template-columns: 190px 1fr;
    column-gap: 28px;
    row-gap: 6px;
    align-items: baseline;}
.secondary-media .page-group .main-callout{margin: 0;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #2c4a49;}
.secondary-media .page-group .text-nav{margin: 0;
    font-size: 1.05rem;
    line-height: 1.5;}
.secondary-media .page-group .text-nav a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;}
.secondary-media .page-group .text-nav a:hover{color: #0b7570;
    border-bottom-color: #0b7570;}
.secondary-media .page-group .plain-figure{grid-column: 2;
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.6;
    color: #2c4a49;}
.secondary-media .team-flow{
    background: #e3f4f1;
    color: #2c4a49;
    padding: 28px 30px;
    border-radius: 14px;
  }
.secondary-media .team-flow h3{margin: 0 0 12px;
    font-size: 1.1rem;
    color: #2c4a49;}
.secondary-media .team-flow p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #2c4a49;}
@media (max-width: 640px) {.secondary-media{
      padding: 52px 18px;
    }.secondary-media .page-group{
      grid-template-columns: 1fr;
      row-gap: 4px;
    }.secondary-media .page-group .plain-figure{
      grid-column: 1;
    }.secondary-media .team-flow{
      padding: 22px 20px;
    }
  }
.clear-group{
    background: #f4fbfa;
    color: #16302f;
    padding: 72px 24px;
  }
.clear-group .wide-panel{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 56px;
    align-items: start;}
.clear-group .wide-service h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.clear-group .wide-service p{margin: 0 0 16px;
    font-size: 1.02rem;
    line-height: 1.65;}
.clear-group .wide-service p:last-child{margin-bottom: 0;}
.clear-group .wide-block{
    background: #e3f4f1;
    color: #2c4a49;
    padding: 28px 26px;
    border-radius: 14px;
  }
.clear-group .offer-region + .offer-region{margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--tone-primary);}
.clear-group .main-callout{display: block;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 6px;
    opacity: 0.75;}
.clear-group .text-nav{margin: 0;
    font-size: 1rem;
    line-height: 1.55;}
.clear-group .text-nav a{text-decoration: none;
    border-bottom: 1px solid currentColor;}
.clear-group .text-nav a:hover{}
@media (max-width: 820px) {.clear-group{
      padding: 56px 20px;
    }.clear-group .wide-panel{
      grid-template-columns: 1fr;
      gap: 36px;
    }.clear-group .wide-service h2{
      font-size: 1.55rem;
    }
  }
.clear-group{
  background: #0e2f2e;
  color: #eafaf7;
}
.secondary-media{
    background: #f4fbfa;
    color: #16302f;
    padding: 72px 24px;
  }
.secondary-media .wide-panel{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 56px 72px;
    align-items: start;}
.secondary-media .quiet-details h2{font-size: 1.7rem;
    line-height: 1.25;
    margin: 0 0 20px;
    font-weight: 600;}
.secondary-media .quiet-details p{margin: 0 0 16px;
    line-height: 1.65;
    font-size: 1rem;}
.secondary-media .featured-copy{display: flex;
    flex-direction: column;
    gap: 22px;}
.secondary-media .secondary-quote h3{font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 6px;
    font-weight: 600;}
.secondary-media .secondary-quote p{margin: 0;
    line-height: 1.55;
    font-size: 1rem;}
.secondary-media .secondary-quote a{text-decoration: none;
    border-bottom: 1px solid rgba(15, 143, 138, 0.35);
    padding-bottom: 1px;}
.secondary-media .secondary-quote a:hover{border-bottom-color: #0f8f8a;}
.secondary-media .plain-figure{grid-column: 1 / -1;
    margin: 8px 0 0;
    padding-top: 22px;
    border-top: 1px solid var(--tone-primary, #cfe4e1);
    font-size: 0.95rem;
    line-height: 1.6;}
.secondary-media .plain-figure a{text-decoration: underline;}
@media (max-width: 760px) {.secondary-media{
      padding: 48px 18px;
    }.secondary-media .wide-panel{
      grid-template-columns: 1fr;
      gap: 36px;
    }
  }
.contact-method{
    --type-small: #cfe4e1;
    background: #f4fbfa;
    color: #16302f;
    padding: 4.5rem 1.5rem 5rem;
  }
.contact-method .wide-panel{max-width: 1080px;
    margin: 0 auto;}
.contact-method h2{font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 1.1rem;
    letter-spacing: -0.01em;}
.contact-method .quiet-details{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 2.6rem;}
.contact-method .local-stack{display: flex;
    flex-direction: column;
    gap: 2.2rem;}
.contact-method .plain-figure h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0 0 0.7rem;
    font-weight: 600;}
.contact-method .plain-figure p{margin: 0 0 0.85rem;
    line-height: 1.7;
    font-size: 0.98rem;}
.contact-method .plain-figure p:last-child{margin-bottom: 0;}
.contact-method .quiet-stack{margin-top: 3rem;
    padding-top: 1.8rem;
    border-top: 1px solid var(--type-small);}
.contact-method .quiet-stack p{margin: 0 0 0.9rem;
    line-height: 1.7;
    font-size: 0.98rem;}
.contact-method .quiet-stack p:last-child{margin-bottom: 0;}
.contact-method .local-region{font-size: 0.9rem;
    color: #2c4a49;}
.contact-method a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.contact-method a:hover{color: #0b7570;}
@media (min-width: 780px) {.contact-method{
      padding: 5.5rem 2.5rem 6rem;
    }.contact-method .local-stack{
      display: grid;
      grid-template-columns: 1.1fr 1fr;
      gap: 2.4rem 3.2rem;
    }.contact-method .plain-figure:first-child{
      grid-row: span 2;
    }
  }
.contact-method{
  background: #f4fbfa;
  color: #16302f;
}
.text-body{
    background: #f4fbfa;
    color: #16302f;
    padding: 72px 24px;
  }
.text-body .wide-panel{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 56px;
    align-items: start;}
.text-body .quiet-details h2{margin: 0 0 20px;
    font-size: 1.85rem;
    line-height: 1.25;
    letter-spacing: -0.01em;}
.text-body .quiet-details p{margin: 0 0 16px;
    line-height: 1.65;}
.text-body .quiet-details p:last-child{margin-bottom: 0;}
.text-body .local-stack{display: flex;
    flex-direction: column;
    gap: 28px;}
.text-body .plain-figure h3{margin: 0 0 8px;
    font-size: 1.05rem;
    line-height: 1.35;}
.text-body .plain-figure p{margin: 0;
    line-height: 1.65;}
.text-body .plain-figure a{text-decoration: underline;
    text-underline-offset: 2px;}
@media (max-width: 820px) {.text-body{
      padding: 56px 20px;
    }.text-body .wide-panel{
      grid-template-columns: 1fr;
      gap: 40px;
    }.text-body .quiet-details h2{
      font-size: 1.55rem;
    }
  }
.text-body{
  background: #0e2f2e;
  color: #eafaf7;
}
.focused-contact{
  --space-nav: clamp(2.5rem, 5vw, 4.5rem);
  background: linear-gradient(135deg, #d6f4ef 0%, #a8e6dd 45%, #7fe3d6 100%);
  color: #0e2f2e;
  padding: var(--space-nav) 1.25rem;
}
.focused-contact .wide-panel{max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.focused-contact h1{margin: 0;
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-weight: 600;}
.focused-contact .quiet-details{margin: 0;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.6;}
.focused-contact .plain-figure{margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  opacity: 0.82;}
@media (min-width: 860px) {.focused-contact .wide-panel{
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    column-gap: 3.5rem;
    row-gap: 1.25rem;
    align-items: start;
  }.focused-contact h1{
    grid-column: 1;
  }.focused-contact .quiet-details{
    grid-column: 1;
  }.focused-contact .plain-figure{
    grid-column: 2;
    grid-row: 1 / span 2;
    padding-top: 0.35rem;
  }
}
.strong-fields{
    background: var(--ink-main, linear-gradient(135deg, #d6f4ef 0%, #a8e6dd 45%, #7fe3d6 100%));
    color: #0e2f2e;
    padding: 72px 24px 80px;
  }
.strong-fields .wide-panel{max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;}
.strong-fields h2{font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0;}
.strong-fields p{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;}
.strong-fields .steady-plan{display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 26px;
    margin-top: 14px;}
.strong-fields .steady-plan a{color: inherit;
    text-decoration: none;
    font-size: 0.98rem;
    border-bottom: 1px solid rgba(14, 47, 46, 0.35);
    padding-bottom: 2px;}
.strong-fields .steady-plan a:hover{border-bottom-color: rgba(14, 47, 46, 0.85);}
.strong-fields .steady-plan .go{
    background: #0f8f8a;
    color: #f2fbfa;
    padding: 13px 26px;
    border-radius: 999px;
    border-bottom: none;
    font-weight: 600;
  }
.strong-fields .steady-plan .go:hover{
    background: #0b7570;color:var(--line-light);}
@media (max-width: 560px) {.strong-fields{
      padding: 56px 20px 64px;
    }.strong-fields .steady-plan{
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
    }
  }
.strong-fields{
  background: #0e2f2e;
  color: #eafaf7;
}
.soft-view{
    --axis-soft: #e3f4f1;
    background: #f4fbfa;
    color: #16302f;
    padding: 4.5rem 1.5rem 5rem;
  }
.soft-view .wide-panel{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 3rem 4rem;
    align-items: start;}
.soft-view .plain-figure h2{font-size: clamp(1.7rem, 1.2rem + 1.6vw, 2.4rem);
    line-height: 1.2;
    margin: 0 0 1.4rem;
    letter-spacing: -0.01em;}
.soft-view .plain-figure p{font-size: 1.02rem;
    line-height: 1.7;
    margin: 0 0 1.15rem;}
.soft-view .plain-figure .quiet-stack{margin-top: 1.6rem;
    font-size: 1.05rem;
    line-height: 1.6;}
.soft-view .steady-plan{
    background: var(--axis-soft);
    color: #2c4a49;
    padding: 1.6rem 1.5rem 1.7rem;
    border-radius: 14px;
  }
.soft-view .primary-group{margin: 0 0 1rem;
    font-size: 0.98rem;
    line-height: 1.55;}
.soft-view .steady-plan ul{list-style: none;
    margin: 0;
    padding: 0;}
.soft-view .steady-plan li + li{margin-top: 0.7rem;}
.soft-view .steady-plan a{color:inherit;
    text-decoration: none;
    font-size: 0.98rem;
    line-height: 1.5;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.soft-view .steady-plan a:hover,
  .soft-view .steady-plan a:focus-visible{border-bottom-color: currentColor;}
.soft-view .open-group{grid-column: 1 / -1;
    margin-top: 0.5rem;
    padding-top: 1.6rem;
    border-top: 1px solid var(--tone-primary, #cfe4e1);}
.soft-view .open-quote{margin: 0 0 0.6rem;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;}
.soft-view .open-group p{margin: 0 0 0.35rem;
    font-size: 0.98rem;
    line-height: 1.6;}
.soft-view .open-group a{color:inherit;
    text-decoration: none;}
.soft-view .open-group a:hover,
  .soft-view .open-group a:focus-visible{text-decoration: underline;}
@media (max-width: 820px) {.soft-view{
      padding: 3.2rem 1.25rem 3.6rem;
    }.soft-view .wide-panel{
      grid-template-columns: 1fr;
      gap: 2.2rem;
    }.soft-view .open-group{
      margin-top: 0;
    }
  }
.soft-view{
  background: #f4fbfa;
  color: #16302f;
}
.404{
    background: #f4fbfa;
    color: #16302f;
    padding: 72px 24px 88px;
  }
.404 .wide-panel{
    max-width: 1080px;
    margin: 0 auto;
  }
.404 .compact-headline{
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    column-gap: 64px;
    row-gap: 20px;
    align-items: start;
  }
.404 h2{
    grid-column: 1 / -1;
    margin: 0 0 4px;
    font-size: clamp(1.6rem, 1.1rem + 1.6vw, 2.3rem);
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.01em;
  }
.404 p{
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
  }
.404 p:first-of-type{
    grid-column: 1 / 2;
  }
.404 p:nth-of-type(2){
    grid-column: 2 / 3;
    color: #2c4a49;
  }
.404 .steady-plan{
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
    margin-top: 12px;
  }
.404 .steady-plan a{
    color: #0f8f8a;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    transition: border-color 0.2s ease, color 0.2s ease;
  }
.404 .steady-plan a:hover,
  .404 .steady-plan a:focus-visible{
    color: #0b7570;
    border-bottom-color: #0b7570;
    outline: none;
  }
@media (max-width: 760px) {.404{
      padding: 56px 20px 64px;
    }.404 .compact-headline{
      grid-template-columns: 1fr;
      row-gap: 16px;
    }.404 p:first-of-type,
    .404 p:nth-of-type(2){
      grid-column: 1 / -1;
    }.404 .steady-plan{
      gap: 10px 22px;
    }
  }
.404{
  background: #f4fbfa;
  color: #16302f;
}
