body{margin:0;padding:0;font-family:"Source Serif 4", sans-serif;}
*,*::before,*::after{box-sizing:border-box;}
:root {
  --motion-nav: 520ms;
  --ink-soft: #3a363c;
  --ease-hover: cubic-bezier(0.22,1,0.36,1);
  --ink-light: #faf6f3;
}
.text-inner {
    width: 100%;
    background: #faf6f3;
    color: #3a363c;
    border-bottom: 1px solid #e6dcd6;
  }
.narrow-items {
    max-width: 1100px;
    margin: 0 auto;
    padding: calc(1.08rem * 1.5) 1.49rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(1.08rem * 1.5);
  }
.simple-surface {
    display: flex;
    justify-content: center;
    width: 100%;
  }
.secondary-team {
    font-size: calc(15.8px * 2);
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: #3a363c;
    font-weight: 700;
  }
.secondary-team:hover {
    color: #8fae9b;
  }
.site-steps {
    width: 100%;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.08rem;
  }
.nav-list a {
    display: inline-block;
    padding: 0.35rem 0.25rem;
    font-size: 15.8px;
    color: #3a363c;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color var(--motion-nav) var(--ease-hover),
                border-color var(--motion-nav) var(--ease-hover);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #8fae9b;
    border-bottom-color: #8fae9b;
  }
.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    color: #3a363c;
    border: 1px solid #e6dcd6;
    border-radius: 0.36rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.nav-toggle-bar {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
  }
.nav-toggle:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#3a363c;}
@media (max-width: 767px) {
    .narrow-items {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      gap: calc(1.08rem * 1.5);
    }

    .simple-surface {
      width: auto;
      justify-content: flex-start;
      flex: 1 1 auto;
    }

    .secondary-team {
      font-size: calc(15.8px * 1.35);
    }

    .nav-toggle {
      display: flex;
      flex: 0 0 auto;
    }

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

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

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      padding-top: calc(1.08rem * 1.5);
      border-top: 1px solid #e6dcd6;
    }

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

    .nav-list a {
      display: block;
      padding: 0.75rem 0.25rem;
      border-bottom: 1px solid #e6dcd6;
    }

    .nav-list li:last-child a {
      border-bottom: none;
    }
  }
.wide-details{font-family:"Source Serif 4", sans-serif;font-size:15.8px;line-height:1.93;padding:calc(1.5rem * 2.4) 1.49rem;margin-top:calc(1.5rem * 2.4);background:var(--ink-soft);color:var(--ink-light);}
.local-feature{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.08rem * 1.5)}
.plain-area{display:grid;grid-template-columns:1fr;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);border:1px solid rgba(255, 255, 255, 0.18);border-radius:1rem;background:rgba(255, 255, 255, 0.04)}
.public-steps h2{font-size:calc(15.8px * 1.35);line-height:1.25;margin:0 0 1.5rem;font-weight:600}
.public-steps p{margin:0;font-size:calc(15.8px * .875);opacity:0.85;max-width:60ch}
.text-entries{display:flex;flex-wrap:wrap;gap:1.08rem;align-items:stretch}
.text-entries input{flex:1 1 220px;min-width:0;padding:0.7rem 0.9rem;border-radius:0.7rem;border:1px solid rgba(255, 255, 255, 0.25);background:rgba(0, 0, 0, 0.18);color:inherit;font:inherit}
.text-entries input::placeholder{opacity:0.85}
.text-entries button{flex:0 0 auto;padding:0.7rem 1.2rem;border-radius:0.7rem;border:1px solid transparent;background:#c98a9b;color:#2f2a30;font:inherit;font-weight:600;cursor:pointer;transition:background var(--motion-nav) var(--ease-hover)}
.text-entries button:hover{background:#b87a8b;color:#3a363c;}
.soft-shell{display:grid;grid-template-columns:1fr;gap:calc(1.08rem * 1.5)}
.text-steps{font-size:calc(15.8px * .875);text-transform:uppercase;letter-spacing:0.08em;margin:0 0 1.5rem;font-weight:600;opacity:0.75}
.method ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.45rem}
.method a{color:inherit;text-decoration:none;font-size:calc(15.8px * .875);border-bottom:1px solid transparent;transition:border-color var(--motion-nav) var(--ease-hover)}
.method a:hover{border-bottom-color:currentColor;color:inherit}
.team-entries{padding-top:calc(1.08rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15)}
.page-surface{font-style:normal;font-size:calc(15.8px * .875);display:flex;flex-direction:column;gap:0.35rem}
.page-surface p{margin:0}
.page-surface a{color:inherit;text-decoration:none;border-bottom:1px solid transparent}
.page-surface a:hover{border-bottom-color:currentColor;color:inherit}
.soft-items{padding-top:calc(1.08rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15);display:flex;flex-direction:column;gap:1.5rem;font-size:calc(15.8px * .875)}
.contact-feature{margin:0;opacity:0.8;max-width:80ch}
.text-tile{margin:0;opacity:0.7}
.main-flow{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}
@media (min-width: 640px) {.plain-area{grid-template-columns:1.2fr 1fr;align-items:center}.soft-shell{grid-template-columns:repeat(3, 1fr)}
  }
@media (min-width: 960px) {.local-feature{gap:calc(1.5rem * 2.4)}.soft-shell{gap:1.49rem}
  }
.cookies{position:fixed;inset:0 0 auto 0;z-index:1200;}
.cookies .media-quote{max-width:1100px;margin:0 auto;padding:10px 1.49rem;background:#f2e9e4;border:1px solid #e6dcd6;border-radius:0 0 1rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1.08rem;flex-wrap:wrap;color:#4f4a52;}
.cookies .media-quote p{margin:6px 0 0 6px;}
.cookies .primary-rail{display:flex;gap:8px;flex-wrap:wrap;}
.cookies .primary-rail a{text-decoration:none;border:1px solid #e6dcd6;border-radius:999px;background:#ffffff;color:#3a363c;padding:6px 10px;}
.cookies .primary-rail a.cookie-accept{background:#c98a9b;border-color:#c98a9b;color:#2f2a30;}
.fresh-benefit{
  padding:calc(1.5rem * 2.4) 1.49rem;
  background:linear-gradient(90deg,rgba(58,54,60,.72),rgba(58,54,60,.38)),url("https://images.pexels.com/photos/3738088/pexels-photo-3738088.jpeg?auto=compress&cs=tinysrgb&w=800") center/cover no-repeat,var(--ink-soft);
  color:var(--ink-light);
}
.fresh-benefit .contact-rail{
  max-width:1100px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  gap:calc(1.08rem * 1.5);
}
.fresh-benefit h1,
.fresh-benefit p{margin:0;}
.fresh-benefit .secondary-quote{
  flex:1 1 22rem;
  min-width:0;
}
.fresh-benefit h1{
  font-size:calc(15.8px * 2.65);
  line-height:1.1;
  letter-spacing:-0.01em;
}
.fresh-benefit .simple-body{
  margin-top:calc(1.5rem * .75);
  font-size:15.8px;
  line-height:1.93;
  max-width:34rem;
  color:rgba(250,246,243,.82);
}
.fresh-benefit .strong-fields{
  flex:0 1 18rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
}
.fresh-benefit .focused-content{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.36rem;
  background:#c98a9b;
  color:#2f2a30;
  text-decoration:none;
  font-size:calc(15.8px * .875);
  transition:background var(--motion-nav) var(--ease-hover);
}
.fresh-benefit .focused-content:hover{
  background:#b87a8b;color:#3a363c;}
.fresh-benefit .clear-method{
  font-size:calc(15.8px * .875);
  line-height:1.93;
  color:rgba(250,246,243,.72);
}
.fresh-benefit .clear-method a{
  color:var(--ink-light);
  text-decoration:underline;
  text-underline-offset:2px;
}
.fresh-benefit .clear-method a:hover{
}
@media(max-width:760px){.fresh-benefit .contact-rail{
    align-items:flex-start;
    flex-direction:column;
  }.fresh-benefit .strong-fields{
    flex:1 1 auto;
    width:100%;
  }
}
.bottom-feature{padding:calc(1.5rem * 2.4) 1.49rem;background:#f2e9e4;color:#4f4a52}
.bottom-feature .contact-rail{max-width:1100px;margin:0 auto;width:min(100%,52rem)}
.bottom-feature .featured-method{max-width:38rem;margin-bottom:calc(1.08rem * 1.5)}
.bottom-feature h2{margin:0;font-size:calc(15.8px * 2);line-height:1.12}
.bottom-feature .featured-method p{margin:1.5rem 0 0;line-height:1.93}
.bottom-feature .top-team{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.bottom-feature details{border-top:1px solid #e6dcd6;padding:1.5rem 0 0}
.bottom-feature details:last-of-type{border-bottom:1px solid #e6dcd6;padding-bottom:1.5rem}
.bottom-feature summary{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:1.08rem;cursor:pointer;list-style:none}
.bottom-feature summary::-webkit-details-marker{display:none}
.bottom-feature strong{font-size:calc(15.8px * 1.35);line-height:1.2;flex:1 1 18rem}
.bottom-feature summary span{font-size:calc(15.8px * .875);flex:1 1 16rem;text-align:right}
.bottom-feature details p{margin:1.5rem 0 0;line-height:1.93;max-width:44rem}
.bottom-feature .clear-method{margin:calc(1.08rem * 1.5) 0 0;font-size:calc(15.8px * .875);line-height:1.93}
.bottom-feature .clear-method a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.bottom-feature .clear-method a:hover{color:inherit;}
@media(max-width:680px){.bottom-feature summary span{text-align:left}.bottom-feature strong{flex:1 1 100%}
}
.top-proof{--layer-control:calc(1.5rem * 1.28);--field-extra-14:calc(1100px / 4.2);padding:calc(1.5rem * 2.4) 1.49rem;background:#f2e9e4;color:#4f4a52;}
.top-proof .contact-rail{max-width:1100px;margin:0 auto;}
.top-proof h2,.top-proof h3,.top-proof p{margin:0;}
.top-proof h2{font-size:calc(15.8px * 2);line-height:1.14;max-width:34ch;}
.top-proof h3{font-size:calc(15.8px * 1.35);line-height:1.22;}
.top-proof p{font-size:15.8px;line-height:1.93;}
.top-proof .simple-body{margin-bottom:calc(1.5rem / 2.4);font-size:calc(15.8px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.72;}
.top-proof .secondary-quote{margin-top:1.5rem;max-width:62ch;}
.top-proof .top-team{display:flex;flex-direction:column;gap:var(--layer-control);margin-top:calc(var(--layer-control) * 1.1);}
.top-proof .visual-shell{display:flex;flex-wrap:wrap;gap:1.08rem;align-items:flex-start;padding-top:var(--layer-control);border-top:1px solid #e6dcd6;}
.top-proof .visual-shell:first-child{padding-top:0;border-top:0;}
.top-proof .visual-shell img{display:block;width:var(--field-extra-14);max-width:100%;height:auto;border-radius:0.7rem;flex:0 0 auto;}
.top-proof .strong-nav{flex:1 1 22rem;min-width:0;}
.top-proof .strong-nav p{margin-top:calc(1.5rem / 3);max-width:58ch;}
.top-proof .direct-team{display:inline-block;margin-top:calc(1.5rem / 2.6);font-size:calc(15.8px * .875);text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px;}
.top-proof .direct-team:hover{}
@media (max-width:640px){.top-proof .visual-shell img{width:100%;}
}
.visual-body{--layer-control:calc(1.5rem * 1.19);--state-soft:calc(1100px / 2.25);padding:calc(1.5rem * 2.4) 1.49rem;background:#faf6f3;color:#3a363c;}
.visual-body .contact-rail{max-width:1100px;margin:0 auto;}
.visual-body h2,.visual-body h3,.visual-body p{margin:0;}
.visual-body h2{font-size:calc(15.8px * 2);line-height:1.12;margin-top:var(--layer-control);}
.visual-body h3{font-size:calc(15.8px * 1.35);line-height:1.2;}
.visual-body p{font-size:15.8px;line-height:1.93;}
.visual-body .simple-body{font-size:calc(15.8px * .875);letter-spacing:.04em;text-transform:uppercase;color:#4f4a52;}
.visual-body .secondary-quote{margin-top:calc(1.5rem / 1.6);max-width:var(--state-soft);color:#4f4a52;}
.visual-body a{color:inherit;text-decoration:none;border-bottom:1px solid #c98a9b;}
.visual-body a:hover{color:inherit;border-bottom-color:#8fae9b;}
.visual-body .top-team{display:flex;flex-wrap:wrap;gap:var(--layer-control);margin-top:var(--layer-control);}
.visual-body .visual-shell{flex:1 1 calc(1100px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.7rem;background:#ffffff;color:#3a363c;border:1px solid #e6dcd6;}
.visual-body .visual-shell p{color:#4f4a52;}
.visual-body .visual-shell h3{margin-top:calc(1.5rem / 3);}
.soft-callout{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.49rem;
    background:#faf6f3;
    color:#3a363c;
  }
.soft-callout .strong-story{max-width:min(1100px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(1.08rem * 1.5));}
.soft-callout .public-note{max-width:44rem;}
.soft-callout h1{margin:0 0 .7rem;
    font-size:clamp(1.85rem,4.6vw,calc(15.8px * 2.65));
    line-height:1.08;
    font-weight:660;
    letter-spacing:-0.005em;}
.soft-callout .secondary-quote{margin:0;
    font-size:clamp(1rem,1.22vw,15.8px);
    line-height:1.72;
    color:#4f4a52;
    max-width:40rem;}
.soft-callout .public-callout{margin:0;
    padding-top:clamp(.8rem,1.6vw,1.5rem);
    border-top:1px solid #e6dcd6;}
.soft-callout .strong-feature{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.7rem;}
@media (max-width:640px){.soft-callout{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.soft-callout .strong-feature{aspect-ratio:4/3;}
  }
.simple-note{padding:calc(1.5rem * 2.4) 1.49rem;background:linear-gradient(135deg, #faf6f3 0%, #f2e9e4 55%, #e9dcd6 100%);color:#3a363c;}
.simple-note .contact-rail{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:minmax(15rem,.36fr) minmax(0,1fr);gap:1.08rem;align-items:start;}
.simple-note .media-intro,.simple-note .service-inner{border:1px solid #e6dcd6;background:#ffffff;color:#3a363c;border-radius:1rem;box-shadow:0 0px 4px rgba(0,0,0,0.04);}
.simple-note .media-intro{padding:calc(1.5rem * .75);display:grid;gap:calc(1.08rem * 1.5);}
.simple-note .top-note h2{margin:0 0 .4rem;font-size:calc(15.8px * 1.35);line-height:1.25;}
.simple-note .simple-body{margin:0;font-size:calc(15.8px * .875);opacity:.72;line-height:1.55;}
.simple-note .compact-fields{display:grid;gap:.4rem;}
.simple-note .top-wrap{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.75rem;align-items:start;padding:.7rem .75rem;border-radius:0.7rem;border-left:2px solid transparent;transition:background var(--motion-nav) var(--ease-hover),border-color var(--motion-nav) var(--ease-hover);}
.simple-note .top-wrap:hover{background:#f2e9e4;border-left-color:#8fae9b;color:#4f4a52;}
.simple-note .open-wrap{width:2.4rem;height:2.4rem;border-radius:0.36rem;display:grid;place-items:center;background:#8fae9b;color:#2c3a33;font-weight:700;font-size:calc(15.8px * .875);}
.simple-note .top-actions{min-width:0;}
.simple-note .top-wrap h4{margin:0 0 .15rem;font-size:15.8px;line-height:1.3;}
.simple-note .top-wrap p{margin:0;font-size:calc(15.8px * .875);opacity:.75;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;}
.simple-note .top-wrap time{grid-column:2;font-size:calc(15.8px * .875);opacity:.6;margin-top:.25rem;}
.simple-note .service-inner{display:grid;grid-template-rows:auto minmax(16rem,1fr) auto;overflow:hidden;}
.simple-note .simple-frame{padding:calc(1.5rem * .75);border-bottom:1px solid #e6dcd6;}
.simple-note .simple-frame h3{margin:0 0 .2rem;font-size:calc(15.8px * 1.35);line-height:1.3;}
.simple-note .simple-frame .contact-visual{margin:0;font-size:calc(15.8px * .875);opacity:.7;}
.simple-note .content-grid{padding:calc(1.5rem * .75);display:grid;align-content:end;gap:.65rem;}
.simple-note .local-summary{width:min(32rem,84%);padding:.8rem 1rem;border-radius:1rem 1rem 1rem 0.36rem;background:#f2e9e4;color:#4f4a52;border:1px solid #e6dcd6;}
.simple-note .local-summary:nth-child(even){justify-self:end;border-radius:1rem 1rem 0.36rem 1rem;background:#c98a9b;color:#2f2a30;border-color:transparent;}
.simple-note .local-summary p{margin:0;font-size:15.8px;line-height:1.93;}
.simple-note .local-summary time{display:block;margin-top:.3rem;font-size:calc(15.8px * .875);opacity:.7;}
.simple-note .clear-nav{display:flex;gap:.55rem;padding:calc(1.5rem * .75);border-top:1px solid #e6dcd6;background:#f2e9e4;color:#4f4a52;}
.simple-note .clear-nav input{min-width:0;flex:1;border:1px solid #e6dcd6;border-radius:0.7rem;padding:.8rem 1rem;background:#ffffff;color:#3a363c;font:inherit;outline:none;}
.simple-note .clear-nav input::placeholder{}
.simple-note .clear-nav button{border:0;border-radius:0.7rem;padding:.8rem 1.2rem;background:#8fae9b;color:#2c3a33;font:inherit;font-weight:700;cursor:pointer;transition:background var(--motion-nav) var(--ease-hover);}
.simple-note .clear-nav button:hover{background:#7a9c88;color:#3a363c;}
@media (max-width:860px){.simple-note .contact-rail{grid-template-columns:1fr;}.simple-note .service-inner{grid-template-rows:auto auto auto;}.simple-note .clear-nav{flex-direction:column;}.simple-note .local-summary{width:100%;}
}
.plain-plan{
        padding:calc(1.5rem * 2.4) 1.49rem;
        background:#f2e9e4;
        color:#4f4a52;
    }
.plain-plan .contact-rail{max-width:1100px;
        margin:0 auto;}
.plain-plan .featured-method{max-width:62ch;
        margin-bottom:calc(1.08rem * 1.5);}
.plain-plan .featured-method h2{margin:0;
        font-size:calc(15.8px * 2);
        line-height:1.2;}
.plain-plan .featured-method p{margin:0.7rem 0 0;
        font-size:15.8px;
        line-height:1.93;}
.plain-plan .clear-team{display:flex;
        flex-direction:column;
        gap:0;
        border-top:1px solid #e6dcd6;}
.plain-plan .top-grid{display:flex;
        gap:1.08rem;
        align-items:flex-start;
        padding:calc(1.08rem * 1.5) 0;
        border-bottom:1px solid #e6dcd6;}
.plain-plan .narrow-method{flex:0 0 auto;
        min-width:110px;
        font-size:calc(15.8px * .875);
        letter-spacing:0.04em;
        text-transform:uppercase;
        color:#4f4a52;
        opacity:0.7;
        padding-top:0.2rem;}
.plain-plan .strong-nav{flex:1 1 auto;}
.plain-plan .strong-nav h3{margin:0 0 0.4rem;
        font-size:calc(15.8px * 1.125);
        line-height:1.3;}
.plain-plan .strong-nav p{margin:0;
        font-size:15.8px;
        line-height:1.93;}
.plain-plan .strong-nav a{color:inherit;
        text-decoration:none;
        border-bottom:1px solid currentColor;}
.plain-plan .strong-nav a:hover{color:inherit;}
.plain-plan .simple-body{
        margin-top:calc(1.08rem * 1.5);
        padding:calc(1.5rem * .75);
        background:#ffffff;
        color:#3a363c;
        border:1px solid #e6dcd6;
        border-radius:0.7rem;
    }
.plain-plan .simple-body p{margin:0;
        font-size:15.8px;
        line-height:1.93;}
.plain-plan .simple-body a{color:inherit;
        text-decoration:none;
        border-bottom:1px solid currentColor;}
.plain-plan .simple-body a:hover{color:inherit;}
@media (max-width:720px){.plain-plan .top-grid{
            flex-direction:column;
            gap:0.5rem;
        }.plain-plan .narrow-method{
            min-width:0;
            padding-top:0;
        }
    }
.secondary-nav{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.49rem;
    background:#faf6f3;
    color:#3a363c;
  }
.secondary-nav .strong-story{max-width:min(1100px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(1.08rem * 1.5));}
.secondary-nav h1{margin:0;
    font-size:clamp(1.85rem,4.6vw,calc(15.8px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.005em;}
.secondary-nav .strong-nav{max-width:40rem;
    padding-left:clamp(.9rem,1.8vw,1.4rem);
    border-left:2px solid #e6dcd6;}
.secondary-nav p{margin:0;
    font-size:clamp(1rem,1.22vw,15.8px);
    line-height:1.78;}
.secondary-nav .strong-feature{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.7rem;
    margin-top:clamp(.4rem,1vw,.9rem);}
@media (max-width:640px){.secondary-nav{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.secondary-nav .strong-feature{aspect-ratio:4/3;}.secondary-nav .strong-nav{padding-left:.85rem;}
  }
.local-service{--layer-control:calc(1.5rem * 1.32);--axis-strong:calc(1100px / 3.1);padding:calc(1.5rem * 2.4) 1.49rem;background:#f2e9e4;color:#4f4a52;}
.local-service .contact-rail{max-width:1100px;margin:0 auto;}
.local-service h2,.local-service h3,.local-service p{margin:0;}
.local-service h2{font-size:calc(15.8px * 2);line-height:1.14;}
.local-service h3{font-size:calc(15.8px * 1.35);line-height:1.22;}
.local-service p{font-size:15.8px;line-height:1.93;}
.local-service a{text-decoration:none;}
.local-service a:hover{}
.local-service img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.local-service .clear-team{display:flex;align-items:flex-start;gap:1.08rem;}
.local-service .service-summary{flex:0 0 var(--axis-strong);margin:0;}
.local-service .strong-nav{flex:1 1 auto;min-width:0;}
.local-service .strong-nav .secondary-quote{margin-top:1.5rem;}
.local-service .clear-method{display:flex;flex-direction:column;gap:var(--layer-control);margin-top:calc(1.5rem * 1.6);}
.local-service .public-tile{padding-left:calc(1.49rem * 1.1);border-left:2px solid #e6dcd6;}
.local-service .content-team{display:block;font-size:calc(15.8px * .875);letter-spacing:.08em;text-transform:uppercase;opacity:.72;margin-bottom:calc(1.5rem / 3);}
.local-service .public-tile p{margin-top:calc(1.5rem / 2.4);}
.local-service .simple-body{margin-top:calc(1.5rem * 1.5);padding:calc(1.5rem * .75);border-radius:0.7rem;background:#ffffff;color:#3a363c;border:1px solid #e6dcd6;}
.local-service .simple-body p{font-size:calc(15.8px * .875);}
@media(max-width:760px){.local-service .clear-team{flex-direction:column;}.local-service .service-summary{flex:1 1 auto;width:100%;}}
.top-links{--layer-control:calc(1.5rem * 1.45);--state-soft:calc(1100px / 2.95);padding:calc(1.5rem * 2.4) 1.49rem;background:#faf6f3;color:#3a363c;}
.top-links .contact-rail{max-width:1100px;margin:0 auto;}
.top-links h1,.top-links h2,.top-links h3,.top-links p{margin:0;}
.top-links h2{font-size:calc(15.8px * 2);line-height:1.12;}
.top-links h3{font-size:calc(15.8px * 1.35);line-height:1.2;}
.top-links p{font-size:15.8px;line-height:1.93;color:#4f4a52;}
.top-links a{color:inherit;text-decoration:none;}
.top-links .focused-content{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.36rem;background:#c98a9b;color:#2f2a30;}
.top-links .simple-body{font-size:calc(15.8px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#4f4a52;}
.top-links .top-team{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.08rem;margin-top:var(--layer-control);}
.top-links .visual-shell{flex:1 1 calc(1100px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #e6dcd6;}
.top-links .visual-shell p{margin-top:calc(1.5rem / 3);}
.top-links .plain-copy{display:block;font-size:calc(15.8px * .875);letter-spacing:0.06em;color:inherit;margin-bottom:calc(1.5rem / 4);}
.top-links .strong-links{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.08rem;}
.top-links .strong-links>.strong-nav{flex:1 1 auto;min-width:0;}
.top-links .strong-links>.focused-content{flex:0 0 auto;}
.top-links .strong-links>.top-team{flex:1 1 100%;}
.top-links .strong-nav h2{margin-top:calc(1.5rem / 2);}
.group{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.49rem;
    background:#faf6f3;
    color:#3a363c;
  }
.group .media-quote{max-width:1100px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1.4rem,3vw,calc(1.08rem * 1.5));}
.group .secondary-quote{max-width:44rem;}
.group h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(15.8px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.01em;}
.group .strong-nav{margin:clamp(.9rem,1.8vw,1.5rem) 0 0;
    font-size:clamp(1rem,1.3vw,15.8px);
    line-height:1.72;
    color:#4f4a52;}
.group .public-callout{margin:0;}
.group .strong-feature{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/8;
    object-fit:cover;
    border-radius:1rem;}
@media (max-width:640px){.group{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }.group .strong-feature{
      aspect-ratio:4/3;
    }
  }
.public-content{--layer-control:calc(1.5rem * 1.05);--state-soft:calc(1100px / 2.6);padding:calc(1.5rem * 2.4) 1.49rem;background:#faf6f3;color:#3a363c;}
.public-content .contact-rail{max-width:1100px;margin:0 auto;}
.public-content h2,.public-content h3,.public-content p,.public-content ol,.public-content li{margin:0;}
.public-content h2{font-size:calc(15.8px * 2);line-height:1.14;max-width:var(--state-soft);}
.public-content h3{font-size:calc(15.8px * 1.35);line-height:1.22;}
.public-content p{font-size:15.8px;line-height:1.93;}
.public-content .public-note{display:flex;flex-wrap:wrap;gap:1.08rem;align-items:flex-end;margin-bottom:var(--layer-control);}
.public-content .public-note h2{flex:1 1 calc(1100px / 2.2);min-width:0;}
.public-content .public-note .secondary-quote{flex:1 1 calc(1100px / 2.6);min-width:0;}
.public-content .clear-method{list-style:none;padding:0;display:flex;flex-direction:column;gap:0;border-top:1px solid #e6dcd6;}
.public-content .public-tile{display:flex;flex-wrap:wrap;gap:1.08rem;padding:calc(1.5rem * .85) 0;border-bottom:1px solid #e6dcd6;}
.public-content .public-tile .service-surface{flex:0 0 auto;min-width:3.2rem;font-size:calc(15.8px * 1.125);letter-spacing:.04em;font-variant-numeric:tabular-nums;}
.public-content .public-tile .active-wrap{flex:1 1 calc(1100px / 2);min-width:0;display:flex;flex-wrap:wrap;gap:calc(1.08rem * .6);}
.public-content .public-tile .active-wrap h3{flex:1 1 calc(1100px / 3.4);min-width:0;}
.public-content .public-tile .active-wrap p{flex:1 1 calc(1100px / 3.2);min-width:0;}
.public-content .strong-fields{margin-top:var(--layer-control);padding:calc(calc(1.5rem * .75) * 1.1);border-radius:0.7rem;background:#f2e9e4;color:#4f4a52;}
.public-content .strong-fields .simple-body{font-size:calc(15.8px * .875);line-height:1.93;}
.public-content .strong-fields a{text-decoration:underline;text-underline-offset:3px;}
.public-content .strong-fields a:hover{}
@media (max-width:720px){.public-content .public-tile .service-surface{min-width:2.4rem;font-size:15.8px;}.public-content .public-tile .active-wrap h3,.public-content .public-tile .active-wrap p{flex:1 1 100%;}
}
.secondary-lead{
  --layer-control:calc(1.5rem * 1.15);
  --state-soft:calc(1100px / 2.4);
  padding:calc(1.5rem * 2.4) 1.49rem;
  background:#faf6f3;
  color:#3a363c;
}
.secondary-lead .contact-rail{max-width:1100px;
  margin:0 auto;}
.secondary-lead h2,
.secondary-lead h3,
.secondary-lead p{margin:0;}
.secondary-lead h2{font-size:calc(15.8px * 2);
  line-height:1.14;
  max-width:var(--state-soft);}
.secondary-lead h3{font-size:calc(15.8px * 1.35);
  line-height:1.22;}
.secondary-lead p{font-size:15.8px;
  line-height:1.93;}
.secondary-lead .public-note{display:flex;
  flex-direction:column;
  gap:calc(1.08rem * 1.5);}
.secondary-lead .secondary-quote{max-width:var(--state-soft);
  color:#4f4a52;}
.secondary-lead .top-team{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:1.08rem;
  margin-top:var(--layer-control);}
.secondary-lead .visual-shell{flex:1 1 calc(1100px / 3.4);
  min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #e6dcd6;}
.secondary-lead .visual-shell p{margin-top:calc(1.5rem / 3);
  color:#4f4a52;}
.secondary-lead .strong-fields{
  margin-top:var(--layer-control);
  padding:calc(1.5rem * .75) 1.49rem;
  background:#f2e9e4;
  color:#4f4a52;
  border-radius:0.7rem;
}
.secondary-lead .simple-body{max-width:calc(1100px / 1.35);
  font-size:calc(15.8px * .875);}
.secondary-lead a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color var(--motion-nav) var(--ease-hover),border-color var(--motion-nav) var(--ease-hover);}
.secondary-lead a:hover{color:inherit;
  border-bottom-color:#8fae9b;}
@media (max-width:720px){.secondary-lead .visual-shell{
    flex:1 1 100%;
  }.secondary-lead h2,
  .secondary-lead .secondary-quote{
    max-width:none;
  }
}
.steady-media{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.49rem;
    background:#faf6f3;
    color:#3a363c;
  }
.steady-media .strong-story{max-width:min(1100px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(1.08rem * 1.5));}
.steady-media h1{margin:0;
    max-width:22ch;
    font-size:clamp(2rem,5vw,calc(15.8px * 2.65));
    line-height:1.06;
    font-weight:640;
    letter-spacing:-0.005em;}
.steady-media .strong-feature{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:1rem;
    box-shadow:var(--depth-card,0 0px 4px rgba(0,0,0,0.04));}
.steady-media .secondary-quote{max-width:42rem;
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #e6dcd6;}
.steady-media p{margin:0;
    font-size:clamp(1rem,1.24vw,15.8px);
    line-height:1.78;
    color:#4f4a52;}
@media (max-width:640px){.steady-media{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.steady-media h1{max-width:100%;}.steady-media .strong-feature{aspect-ratio:4/3;}
  }
.card-rationale{padding:calc(1.5rem * 2.4) 1.49rem;background:#f2e9e4;color:#4f4a52;overflow:hidden}
.card-rationale .contact-rail{max-width:1100px;margin:0 auto}
.card-rationale .secondary-quote{max-width:44rem;margin:0 0 calc(1.08rem * 1.5)}
.card-rationale h2{margin:0;font-size:calc(15.8px * 2);line-height:1.1}
.card-rationale .secondary-quote p{margin:calc(1.5rem * .75) 0 0;font-size:calc(15.8px * 1.125);line-height:1.93}
.card-rationale .fresh-flow{display:flex;flex-wrap:wrap;gap:1.08rem;align-items:flex-start}
.card-rationale .visual-shell{flex:1 1 17rem;min-width:15rem;padding-top:calc(1.5rem * .75);border-top:1px solid #e6dcd6}
.card-rationale .visual-shell:nth-child(3n+2){flex-basis:20rem}
.card-rationale .visual-shell:nth-child(3n){flex-basis:15.5rem}
.card-rationale strong{display:block;font-size:calc(15.8px * 1.35);line-height:1.18;font-weight:600}
.card-rationale .visual-shell p{margin:calc(1.5rem * .75) 0 0;line-height:1.93;font-size:15.8px}
.card-rationale .clear-method{margin:calc(1.08rem * 1.5) 0 0;font-size:calc(15.8px * .875);line-height:1.93}
.card-rationale .clear-method a{text-decoration:underline;text-underline-offset:3px}
.card-rationale .clear-method a:hover{}
@media (max-width:640px){.card-rationale .visual-shell{flex-basis:100%}.card-rationale .visual-shell:nth-child(3n+2),
  .card-rationale .visual-shell:nth-child(3n){flex-basis:100%}
}
.local-region{padding:calc(1.5rem * 2.4) 1.49rem;background:linear-gradient(180deg,#ffffff,#f2e9e4);color:#3a363c;}
.local-region .contact-rail{max-width:1100px;margin:0 auto;}
.local-region .featured-method{margin-bottom:calc(1.08rem * 1.5);max-width:44rem;}
.local-region .featured-method p{margin:0;font-size:calc(15.8px * .875);letter-spacing:.09em;text-transform:uppercase;color:#4f4a52;}
.local-region .featured-method h2{margin:.55rem 0 0;font-size:calc(15.8px * 2);line-height:1.22;}
.local-region .top-team{display:flex;flex-direction:column;gap:1.08rem;}
.local-region .top-team article{padding:calc(1.5rem * .75);border-radius:1rem;background:#ffffff;border:1px solid #e6dcd6;color:#3a363c;}
.local-region .top-actions{display:flex;justify-content:space-between;align-items:baseline;gap:1.08rem;margin-bottom:.85rem;padding-bottom:.6rem;border-bottom:1px solid #e6dcd6;}
.local-region .top-actions strong{font-size:calc(15.8px * 1.125);letter-spacing:.04em;}
.local-region .top-actions span{font-size:calc(15.8px * .875);color:#4f4a52;}
.local-region .clear-list{display:grid;grid-template-columns:14rem 1fr;gap:1.08rem;align-items:center;}
.local-region .clear-list img{display:block;width:100%;height:11rem;object-fit:cover;border-radius:0.7rem;}
.local-region .clear-list small{display:block;font-size:calc(15.8px * .875);color:#4f4a52;}
.local-region .clear-list h3{margin:.4rem 0 .4rem;font-size:calc(15.8px * 1.35);line-height:1.3;}
.local-region .clear-list p{margin:0;font-size:15.8px;line-height:1.93;}
@media (max-width:680px){.local-region .clear-list{grid-template-columns:1fr;}.local-region .clear-list img{height:12rem;}
}
.public-entries{--layer-control:calc(1.5rem * 1.35);--state-soft:calc(1100px / 2.20);padding:calc(1.5rem * 2.4) 1.49rem;background:#c98a9b;color:#2f2a30;}
.public-entries .contact-rail{max-width:1100px;margin:0 auto;}
.public-entries h2,.public-entries h3,.public-entries p{margin:0;}
.public-entries h2{font-size:calc(15.8px * 2);line-height:1.12;}
.public-entries h3{font-size:calc(15.8px * 1.35);line-height:1.2;}
.public-entries p{font-size:15.8px;line-height:1.93;}
.public-entries a{color:inherit;text-decoration:none;}
.public-entries img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.public-entries .simple-body{font-size:calc(15.8px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.72;}
.public-entries .secondary-quote{margin-top:calc(1.5rem / 2);max-width:var(--state-soft);opacity:0.82;}
.public-entries .focused-content{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.36rem;background:#2f2a30;color:#c98a9b;font-size:calc(15.8px * .875);}
.public-entries .top-team{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.08rem;margin-top:var(--layer-control);}
.public-entries .visual-shell{flex:1 1 calc(1100px / 4);min-width:0;display:flex;flex-direction:column;}
.public-entries .visual-shell img{margin-bottom:calc(1.5rem / 2);}
.public-entries .visual-shell p{margin-top:calc(1.5rem / 3);opacity:0.8;}
.public-entries .visual-shell a{margin-top:auto;padding-top:calc(1.5rem / 3);font-size:calc(15.8px * .875);text-decoration:underline;text-underline-offset:3px;}
.public-entries .strong-links{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.08rem;}
.public-entries .strong-links>.strong-nav{flex:1 1 auto;min-width:0;}
.public-entries .strong-links>.focused-content{flex:0 0 auto;}
.public-entries .strong-links>.top-team{flex:1 1 100%;}
.public-entries .strong-nav h2{margin-top:calc(1.5rem / 2);}
.page-details{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.49rem;
    background:#faf6f3;
    color:#3a363c;
  }
.page-details .strong-story{max-width:min(1100px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1.1rem,2.4vw,calc(1.08rem * 1.5));}
.page-details .secondary-quote{max-width:44rem;}
.page-details h1{margin:0 0 .7rem;
    font-size:clamp(1.95rem,4.6vw,calc(15.8px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.01em;}
.page-details .contact-visual{margin:0;
    font-size:clamp(1rem,1.35vw,calc(15.8px * 1.125));
    line-height:1.66;
    color:#4f4a52;}
.page-details .simple-steps{margin:0;}
.page-details .strong-feature{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:1rem;
    box-shadow:var(--depth-card,0 0 4px rgba(0,0,0,0.04));}
.page-details .active-wrap{max-width:40rem;
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #e6dcd6;}
.page-details .active-wrap p{margin:0;
    font-size:15.8px;
    line-height:1.93;}
@media (max-width:640px){.page-details{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.page-details .strong-feature{
      aspect-ratio:4/3;
    }
  }
.strong-frame{
    padding:calc(1.5rem * 2.4) 1.49rem;
    background:linear-gradient(140deg,#c98a9b,#8fae9b);
    color:#2f2a30;
}
.strong-frame .contact-rail{max-width:1100px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.08rem * 1.5);}
.strong-frame .public-note h2{margin:0;
    font-size:calc(15.8px * 2);
    line-height:1.2;}
.strong-frame .public-note p{margin:calc(1.08rem * 0.6) 0 0;
    max-width:62ch;
    opacity:.94;}
.strong-frame .offer-grid{display:flex;
    flex-wrap:wrap;
    gap:1.08rem;}
.strong-frame .clear-method{
    flex:1 1 240px;
    min-width:220px;
    padding:calc(1.08rem * 1.1);
    border-radius:1rem;
    border:1px solid color-mix(in srgb, currentColor 26%, transparent);
    background:color-mix(in srgb, currentColor 10%, transparent);
}
.strong-frame .clear-method .main-entries{display:block;
    font-size:calc(15.8px * .875);
    letter-spacing:.04em;
    text-transform:uppercase;
    opacity:.8;
    margin-bottom:calc(1.08rem * 0.4);}
.strong-frame .clear-method a{display:inline-block;
    color:inherit;
    font-size:15.8px;
    font-weight:700;
    text-decoration:underline;
    text-underline-offset:3px;
    word-break:break-word;}
.strong-frame .clear-method p{margin:calc(1.08rem * 0.5) 0 0;
    font-size:calc(15.8px * .875);
    opacity:.9;}
.strong-frame .simple-body{display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:1.08rem;
    padding-top:calc(1.08rem * 0.8);
    border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.strong-frame .simple-body p{margin:0;
    flex:1 1 260px;
    font-size:calc(15.8px * .875);
    opacity:.92;}
.strong-frame .simple-body a{
    text-decoration:none;
    white-space:nowrap;
    padding:10px 16px;
    border-radius:999px;
    background:#8fae9b;
    color:#2c3a33;
    font-weight:700;
    font-size:calc(15.8px * .875);
}
.strong-frame .simple-body a:first-of-type{
    background:#ffffff;
    color:#3a363c;
}
@media (max-width:760px){.strong-frame .offer-grid{flex-direction:column;}.strong-frame .simple-body{flex-direction:column;align-items:flex-start;}
}
.open-shell{--layer-control:calc(1.5rem * 1.19);--state-soft:calc(1100px / 2.43);--label-body:calc(1100px / 3.52);padding:calc(1.5rem * 2.4) 1.49rem;background:var(--ink-soft);color:var(--ink-light);}
.open-shell .contact-rail{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;}
.open-shell h2,.open-shell h3,.open-shell p{margin:0;}
.open-shell h2{font-size:calc(15.8px * 2);line-height:1.12;}
.open-shell h3{font-size:calc(15.8px * 1.35);line-height:1.2;}
.open-shell p{font-size:15.8px;line-height:1.93;}
.open-shell a{color:inherit;text-decoration:none;}
.open-shell a:hover{color:#8fae9b;}
.open-shell .public-fields{padding-inline-start:calc(1.49rem / 2);}
.open-shell .focused-service{row-gap:calc(var(--layer-control) * 1.2);}
.open-shell .secondary-quote{margin-top:1.5rem;max-width:calc(1100px / 2);color:inherit;}
.open-shell .top-details{display:flex;flex-wrap:wrap;gap:var(--layer-control);margin-top:var(--layer-control);}
.open-shell .visual-shell{flex:1 1 var(--label-body);min-width:0;padding:calc(var(--layer-control) * .75);border-radius:0.7rem;background:#f2e9e4;color:#4f4a52;}
.open-shell .visual-shell h3{}
.open-shell .visual-shell p{margin-top:calc(1.5rem / 3);}
.open-shell .clear-method{margin-top:var(--layer-control);font-size:calc(15.8px * .875);color:inherit;}
.main-footer{padding:calc(calc(1.5rem * 2.4)*.7) 1.49rem;background:#faf6f3;color:#3a363c;}
.main-footer .strong-story{max-width:min(1100px,64rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(1.08rem * 1.5);}
.main-footer h1{margin:0;font-size:clamp(1.95rem,5vw,calc(15.8px * 2.65));line-height:1.08;font-weight:640;letter-spacing:-0.01em;}
.main-footer .strong-feature{display:block;width:100%;height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:1rem;box-shadow:var(--depth-card,0 0 4px rgba(0,0,0,0.04));}
.main-footer .strong-story>div{max-width:40rem;padding-top:1.5rem;border-top:1px solid #e6dcd6;}
.main-footer p{margin:0;font-size:15.8px;line-height:1.78;color:#4f4a52;}
@media (max-width:640px){.main-footer{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.main-footer .strong-feature{aspect-ratio:4/3;}
  }
.narrow-unit{--layer-control:calc(1.5rem * 1.05);--state-soft:calc(1100px / 2.90);padding:calc(1.5rem * 2.4) 1.49rem;background:#faf6f3;color:#3a363c;}
.narrow-unit .contact-rail{max-width:1100px;margin:0 auto;}
.narrow-unit h2,.narrow-unit p{margin:0;}
.narrow-unit h2{font-size:calc(15.8px * 2);line-height:1.12;}
.narrow-unit p{font-size:15.8px;line-height:1.93;color:#4f4a52;}
.narrow-unit a{color:inherit;text-decoration:none;}
.narrow-unit a:hover{color:inherit;}
.narrow-unit .strong-links{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.08rem;}
.narrow-unit .strong-nav{flex:1 1 auto;min-width:0;max-width:var(--state-soft);}
.narrow-unit .strong-nav .secondary-quote{margin-top:1.5rem;}
.narrow-unit .focused-content{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.36rem;background:#c98a9b;color:#2f2a30;font-size:calc(15.8px * .875);}
.narrow-unit .focused-content:hover{background:#b87a8b;color:#2f2a30;}
.narrow-unit .featured-frame{flex:1 1 100%;display:flex;flex-direction:column;gap:var(--layer-control);margin-top:calc(1.08rem * 1.5);}
.narrow-unit details{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.7rem;background:#ffffff;color:#3a363c;border:1px solid #e6dcd6;}
.narrow-unit summary{cursor:pointer;font-weight:700;font-size:calc(15.8px * 1.125);}
.narrow-unit details p{margin-top:calc(1.5rem / 3);}
.text-area{
    padding:calc(1.5rem * 2.4) 1.49rem;
    background:#f2e9e4;
    color:#4f4a52;
}
.text-area .media-quote{max-width:1100px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.08rem * 1.5);}
.text-area .secondary-quote{max-width:62ch;}
.text-area .secondary-quote h2{margin:0 0 0.6rem;
    font-size:calc(15.8px * 2);
    line-height:1.2;}
.text-area .secondary-quote p{margin:0;
    font-size:15.8px;
    line-height:1.93;}
.text-area .clear-team{display:flex;
    flex-direction:column;
    border-top:1px solid #e6dcd6;}
.text-area .top-grid{display:flex;
    flex-wrap:wrap;
    gap:0.4rem 1.4rem;
    padding:0.9rem 0;
    border-bottom:1px solid #e6dcd6;
    align-items:baseline;}
.text-area .content-figure{flex:0 0 15rem;
    font-size:calc(15.8px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;
    opacity:0.72;}
.text-area .focused-feature{flex:1 1 22rem;
    font-size:15.8px;
    line-height:1.93;}
.text-area .focused-content{display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-end;
    gap:1.08rem;
    padding-top:calc(1.5rem * .75);}
.text-area .simple-body{margin:0;
    max-width:52ch;
    font-size:calc(15.8px * .875);
    line-height:1.93;}
.text-area .simple-body a{text-decoration:underline;
    text-underline-offset:3px;}
.text-area .simple-body a:hover{}
.text-area .clear-method{display:flex;
    flex-wrap:wrap;
    gap:0.6rem 1.2rem;}
.text-area .clear-method a{
    display:inline-block;
    padding:0.55rem 1.1rem;
    border-radius:1rem;
    background:#c98a9b;
    color:#2f2a30;
    font-size:calc(15.8px * .875);
    font-weight:600;
    text-decoration:none;
    transition:background var(--motion-nav) var(--ease-hover);
}
.text-area .clear-method a:hover{
    background:#b87a8b;color:#3a363c;}
.text-area .clear-method a + a{
    background:transparent;
    color:#4f4a52;
    border:1px solid #e6dcd6;
}
.text-area .clear-method a + a:hover{
    background:#ffffff;color:#3a363c;}
@media (max-width:760px){.text-area .content-figure{
        flex:1 1 100%;
    }.text-area .focused-content{
        align-items:flex-start;
    }
}
.clear-details{
  padding: calc(1.5rem * 2.4) 1.49rem;
  background: var(--ink-soft);
  color: var(--ink-light);
}
.clear-details .contact-rail{max-width: min(1100px, 74rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: calc(1.08rem * 1.5);
  align-items: start;}
.clear-details h2{margin: 0;
  font-size: calc(15.8px * 2);
  line-height: 1.1;
  letter-spacing: -0.01em;}
.clear-details .secondary-quote p{margin: calc(1.5rem * .75) 0 0;
  color: #ddd4cf;
  font-size: 15.8px;
  line-height: 1.93;}
.clear-details .text-list{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #4f4a52;}
.clear-details .text-list a{display: grid;
  grid-template-columns: minmax(4.5rem, .18fr) minmax(0, .72fr) minmax(0, 1.1fr);
  gap: calc(1.5rem * .75);
  align-items: baseline;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #4f4a52;
  text-decoration: none;
  transition: padding-left var(--motion-nav) var(--ease-hover), border-color var(--motion-nav) var(--ease-hover);}
.clear-details .text-list a:hover{padding-left: calc(1.5rem * .75);
  border-bottom-color: #8fae9b;}
.clear-details .text-list span{color: #8fae9b;
  font-size: calc(15.8px * .875);
  text-transform: uppercase;
  letter-spacing: 0.06em;}
.clear-details .text-list strong{font-weight: 600;
  font-size: 15.8px;
  line-height: 1.35;}
.clear-details .text-list em{font-style: normal;
  color: #ddd4cf;
  font-size: calc(15.8px * .875);
  line-height: 1.6;}
@media (max-width: 820px) {.clear-details .contact-rail{
    grid-template-columns: 1fr;
  }.clear-details .text-list a{
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
}
.strong-summary{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.49rem;
    background:var(--paint-inverse,linear-gradient(135deg,#faf6f3 0%,#f2e9e4 55%,#e9dcd6 100%));
    color:#3a363c;
  }
.strong-summary .strong-story{max-width:min(1100px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;}
.strong-summary h1{margin:0;
    max-width:24ch;
    font-size:clamp(1.95rem,4.6vw,calc(15.8px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.005em;}
.strong-summary .strong-feature{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:16/9;
    object-fit:cover;
    border-radius:1rem;
    margin:clamp(1.1rem,2.4vw,calc(1.08rem * 1.5)) 0 0;
    box-shadow:var(--depth-card,0 0px 4px rgba(0,0,0,0.04));}
.strong-summary .strong-nav{max-width:40rem;
    margin-top:clamp(1rem,2vw,1.5rem);
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #e6dcd6;}
.strong-summary .strong-nav p{margin:0;
    font-size:clamp(1rem,1.24vw,15.8px);
    line-height:1.78;
    color:#4f4a52;}
@media (max-width:640px){.strong-summary h1{max-width:100%;}.strong-summary .strong-feature{aspect-ratio:4/3;}.strong-summary{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}
  }
.active-callout{--layer-control:calc(1.5rem * 1.32);--state-soft:calc(1100px / 2.45);--font-large:calc(1100px / 3.61);padding:calc(1.5rem * 2.4) 1.49rem;background:#c98a9b;color:#2f2a30;}
.active-callout .contact-rail{max-width:1100px;margin:0 auto;}
.active-callout h1,.active-callout h2,.active-callout h3,.active-callout p{margin:0;}
.active-callout h1{font-size:calc(15.8px * 2.65);line-height:1.08;}
.active-callout h2{font-size:calc(15.8px * 2);line-height:1.12;}
.active-callout h3{font-size:calc(15.8px * 1.35);line-height:1.2;}
.active-callout p{font-size:15.8px;line-height:1.93;color:color-mix(in srgb, currentColor 74%, transparent);}
.active-callout a{color:inherit;text-decoration:none;}
.active-callout img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.active-callout .focused-content{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.36rem;background:#2f2a30;color:#c98a9b;}
.active-callout .secondary-quote,.active-callout .simple-body{}
.active-callout .top-team{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.08rem;margin-top:var(--layer-control);}
.active-callout .visual-shell{flex:1 1 calc(1100px / 4);min-width:0;}
.active-callout .visual-shell p,.active-callout .visual-shell a{margin-top:calc(1.5rem / 3);}
.active-callout .visual-shell img{margin-bottom:calc(1.5rem / 2);}
.active-callout .media-method>img{margin-top:var(--layer-control);}
.active-callout .media-method>.secondary-quote{margin-top:1.5rem;}
.active-callout .simple-body{margin-top:var(--layer-control);font-size:calc(15.8px * .875);}
.site-links{
        --layer-control: calc(1.5rem * 1.18);
        --state-control: calc(1100px / 3.4);
        padding: calc(1.5rem * 2.4) 1.49rem;
        background: var(--ink-soft);
        color: var(--ink-light);
    }
.site-links .contact-rail{max-width: 1100px;
        margin: 0 auto;}
.site-links h2,
    .site-links h3,
    .site-links p{margin: 0;}
.site-links h2{font-size: calc(15.8px * 2);
        line-height: 1.14;}
.site-links h3{font-size: calc(15.8px * 1.35);
        line-height: 1.24;}
.site-links p{font-size: 15.8px;
        line-height: 1.93;}
.site-links a{color: inherit;
        text-decoration: none;}
.site-links .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 1.08rem;}
.site-links .row-title h2{flex: 1 1 var(--state-control);
        min-width: 0;}
.site-links .row-title > p{flex: 1 1 var(--state-control);
        min-width: 0;
        opacity: .88;}
.site-links .public-team{padding-block: calc(var(--layer-control) / 2);}
.site-links .focused-service{row-gap: calc(var(--layer-control) * 1.1);}
.site-links .top-team{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--layer-control);
        margin-top: var(--layer-control);}
.site-links .visual-shell{flex: 1 1 calc(1100px / 3.6);
        min-width: 0;
        padding-top: calc(1.5rem / 2.4);
        border-top: 1px solid rgba(250, 246, 243, 0.18);}
.site-links .visual-shell p{margin-top: calc(1.5rem / 3);
        opacity: .9;}
.site-links .visual-shell a{display: inline-block;
        margin-top: calc(1.5rem / 2);
        padding-bottom: 2px;
        border-bottom: 1px solid rgba(250, 246, 243, 0.4);
        font-size: calc(15.8px * .875);
        letter-spacing: 0.02em;
        opacity: .92;
        transition: opacity var(--motion-nav) var(--ease-hover),
                    border-color var(--motion-nav) var(--ease-hover);}
.site-links .visual-shell a:hover{opacity: 1;
        border-color: #8fae9b;}
@media (max-width: 720px) {.site-links .row-title h2,
        .site-links .row-title > p,
        .site-links .visual-shell{
            flex: 1 1 100%;
        }
    }
.narrow-content{padding:calc(1.5rem * 2.4) 1.49rem;background:#f2e9e4;color:#4f4a52}
.narrow-content .contact-rail{max-width:1100px;margin:0 auto}
.narrow-content .media-body{display:flex;gap:calc(1.08rem * 1.5);align-items:flex-start}
.narrow-content .secondary-quote{flex:1 1 40rem;min-width:0}
.narrow-content h2{margin:0 0 calc(1.5rem * .75);font-size:calc(15.8px * 2);line-height:1.08}
.narrow-content .simple-body{margin:0;font-size:15.8px;line-height:1.93;max-width:34rem}
.narrow-content .clear-list{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.narrow-content .plain-unit{padding-bottom:calc(1.5rem * .75);border-bottom:1px solid #e6dcd6}
.narrow-content .plain-unit:last-of-type{border-bottom:0;padding-bottom:0}
.narrow-content .plain-unit h3{margin:0 0 calc(calc(1.5rem * .75)*.4);font-size:15.8px;line-height:1.3}
.narrow-content .plain-unit p{margin:0;font-size:calc(15.8px * .875);line-height:1.93}
.narrow-content .featured-section{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(calc(1.5rem * .75)*.5)}
.narrow-content .featured-section a{border-radius:0.7rem;background:#8fae9b;color:#2c3a33;padding:calc(calc(1.5rem * .75)*.6) calc(1.5rem * .75);text-decoration:none;font-size:calc(15.8px * .875)}
.narrow-content .featured-section a:hover{background:#7a9c88;color:#3a363c;}
@media(max-width:760px){.narrow-content .media-body{display:block}.narrow-content .clear-list{margin-top:calc(1.08rem * 1.5)}}
.compact-area{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.49rem;
    background:#faf6f3;
    color:#3a363c;
  }
.compact-area .strong-story{max-width:min(1100px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.08rem * 1.5);}
.compact-area h1{margin:0;
    max-width:22ch;
    font-size:clamp(2rem,5vw,calc(15.8px * 2.65));
    line-height:1.06;
    font-weight:640;
    letter-spacing:-0.01em;}
.compact-area .strong-feature{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:16/9;
    object-fit:cover;
    border-radius:1rem;
    margin:0;}
.compact-area .secondary-quote{max-width:40rem;
    padding-left:calc(1.08rem * 1.5);
    border-left:2px solid #e6dcd6;}
.compact-area p{margin:0;
    font-size:clamp(1rem,1.24vw,15.8px);
    line-height:1.78;
    color:#4f4a52;}
@media (max-width:720px){.compact-area h1{max-width:100%;}.compact-area .strong-feature{aspect-ratio:4/3;}.compact-area .secondary-quote{
      padding-left:0;
      border-left:none;
      border-top:1px solid #e6dcd6;
      padding-top:calc(1.08rem * 1.5);
    }.compact-area{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }
  }
.secondary-unit{--layer-control:calc(1.5rem * 1.2);--font-large:calc(1100px / 3.4);padding:calc(1.5rem * 2.4) 1.49rem;background:#8fae9b;color:#2c3a33;}
.secondary-unit .contact-rail{max-width:1100px;margin:0 auto;}
.secondary-unit h1,.secondary-unit h2,.secondary-unit h3,.secondary-unit p{margin:0;}
.secondary-unit h2{font-size:calc(15.8px * 2);line-height:1.12;}
.secondary-unit h3{font-size:calc(15.8px * 1.35);line-height:1.2;}
.secondary-unit p{font-size:15.8px;line-height:1.93;}
.secondary-unit a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;}
.secondary-unit a:hover{opacity:.75;}
.secondary-unit img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.secondary-unit .secondary-quote{max-width:calc(1100px / 1.9);}
.secondary-unit .top-team{display:flex;flex-direction:column;gap:var(--layer-control);margin-top:var(--layer-control);}
.secondary-unit .visual-shell{min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.secondary-unit .visual-shell h3{margin-bottom:calc(1.5rem / 3);}
.secondary-unit .text-content{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.08rem;}
.secondary-unit .text-content>.strong-nav{flex:1 1 calc(1100px / 3);min-width:0;}
.secondary-unit .text-content>.top-team{flex:2 1 calc(1100px / 2.2);margin-top:0;}
.secondary-unit .text-content>img{flex:0 1 var(--font-large);margin-left:auto;align-self:stretch;object-fit:cover;}
.secondary-unit .strong-nav .secondary-quote{margin-top:1.5rem;}
.secondary-unit .clear-method{max-width:1100px;margin:var(--layer-control) auto 0;font-size:calc(15.8px * .875);line-height:1.93;}
@media (max-width:820px){.secondary-unit .text-content>img{flex:1 1 100%;margin-left:0;max-height:340px;}
}
.offer-quote{--layer-control:calc(1.5rem * 1.17);--state-soft:calc(1100px / 2.41);--label-body:calc(1100px / 3.49);padding:calc(1.5rem * 2.4) 1.49rem;background:var(--ink-soft);color:var(--ink-light);}
.offer-quote .contact-rail{max-width:1100px;margin:0 auto;}
.offer-quote h1,.offer-quote h2,.offer-quote h3,.offer-quote p,.offer-quote ul{margin:0;}
.offer-quote h1{font-size:calc(15.8px * 2.65);line-height:1.1;}
.offer-quote h2{font-size:calc(15.8px * 2);line-height:1.12;}
.offer-quote h3{font-size:calc(15.8px * 1.35);line-height:1.2;}
.offer-quote p{font-size:15.8px;line-height:1.93;color:inherit;}
.offer-quote a{color:inherit;text-decoration:none;}
.offer-quote img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.offer-quote .focused-content{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.36rem;background:var(--ink-light);color:var(--ink-soft);}
.offer-quote .soft{background:color-mix(in srgb, #f2e9e4 85%, transparent);color:#4f4a52;}
.offer-quote .centered{text-align:center;}
.offer-quote .public-fields{padding-inline-start:calc(1.49rem / 2);}
.offer-quote .public-team{padding-block:calc(var(--layer-control) / 2);}
.offer-quote .open{padding-block-start:var(--layer-control);}
.offer-quote .compact{padding-block-end:calc(var(--layer-control) / 3);}
.offer-quote .media-body{max-width:1100px;}
.offer-quote .soft-start{padding-inline-start:calc(1.5rem * .75);}
.offer-quote .focused-service{row-gap:calc(var(--layer-control) * 1.2);}
.offer-quote .close{row-gap:calc(var(--layer-control) * .7);}
.offer-quote .measured{column-gap:calc(1.08rem * .85);}
.offer-quote .relaxed{column-gap:calc(1.08rem * 1.12);}
.offer-quote .text-summary{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.offer-quote .secondary-quote{margin-top:1.5rem;max-width:calc(1100px / 2);}
.offer-quote .top-details{display:flex;flex-direction:column;gap:var(--layer-control);margin-top:var(--layer-control);}
.offer-quote .visual-shell{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid #8fae9b;}
.offer-quote .visual-shell p{margin-top:calc(1.5rem / 3);}
.offer-quote .visual-shell a{display:inline-flex;margin-top:calc(1.5rem / 2);opacity:.85;}
.offer-quote .clear-method{margin-top:var(--layer-control);font-size:calc(15.8px * .875);color:inherit;}
.offer-quote .clear-method a{color:#8fae9b;text-decoration:underline;text-underline-offset:3px;}
.offer-quote .clear-method a:hover{color:inherit;}
@media (min-width:768px){.offer-quote .top-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(var(--layer-control) * 1.1) 1.08rem;}
}
.primary-story{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.49rem;
    background:#faf6f3;
    color:#3a363c;
  }
.primary-story .strong-story{max-width:min(1100px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.08rem * 1.5);}
.primary-story .public-note{display:flex;
    flex-direction:column;
    gap:1.5rem;}
.primary-story h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,4.6vw,calc(15.8px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.005em;}
.primary-story .secondary-quote{margin:0;
    max-width:46ch;
    font-size:clamp(1rem,1.3vw,calc(15.8px * 1.125));
    line-height:1.7;
    color:#4f4a52;}
.primary-story .simple-steps{margin:0;
    width:100%;}
.primary-story .strong-feature{display:block;
    width:100%;
    height:auto;
    aspect-ratio:16/7;
    object-fit:cover;
    border-radius:1rem;
    box-shadow:var(--depth-card,0 0 4px rgba(0,0,0,0.04));}
.primary-story .simple-body{max-width:52ch;
    padding-left:1.49rem;
    border-left:2px solid #8fae9b;}
.primary-story .simple-body p{margin:0;
    font-size:15.8px;
    line-height:1.93;
    color:#4f4a52;}
@media (max-width:640px){.primary-story{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.primary-story h1{max-width:100%;}.primary-story .strong-feature{aspect-ratio:4/3;}.primary-story .simple-body{padding-left:1.5rem;}
  }
.team-feature{--layer-control:calc(1.5rem * 1.2);--state-soft:calc(1100px / 2.6);--font-large:calc(1100px / 3.4);padding:calc(1.5rem * 2.4) 1.49rem;background:#f2e9e4;color:#4f4a52;}
.team-feature .contact-rail{max-width:1100px;margin:0 auto;}
.team-feature h2,.team-feature h3,.team-feature p{margin:0;}
.team-feature h2{font-size:calc(15.8px * 2);line-height:1.14;}
.team-feature h3{font-size:calc(15.8px * 1.35);line-height:1.22;font-weight:600;}
.team-feature p{font-size:15.8px;line-height:1.93;}
.team-feature .secondary-quote{font-size:calc(15.8px * 1.125);line-height:1.55;}
.team-feature img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.team-feature .top-team{display:flex;flex-direction:column;gap:var(--layer-control);}
.team-feature .visual-shell{min-width:0;padding-bottom:var(--layer-control);border-bottom:1px solid #e6dcd6;}
.team-feature .visual-shell:last-child{border-bottom:none;padding-bottom:0;}
.team-feature .visual-shell p{margin-top:calc(1.5rem / 3.5);}
.team-feature .text-content{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.08rem;}
.team-feature .text-content>.strong-nav{flex:1 1 calc(1100px / 3.2);min-width:0;}
.team-feature .text-content>.top-team{flex:2 1 calc(1100px / 2.1);}
.team-feature .text-content>img{margin-left:auto;max-width:var(--font-large);}
.team-feature .strong-nav .secondary-quote{margin-top:1.5rem;}
@media (max-width:720px){.team-feature .text-content>img{margin-left:0;max-width:100%;}
}
.soft-proof{
  padding: calc(1.5rem * 2.4) 1.49rem;
  background: var(--ink-soft);
  color: var(--ink-light);
}
.soft-proof .contact-rail{max-width: min(1100px, 72rem);
  margin: 0 auto;}
.soft-proof .secondary-quote{max-width: 44rem;
  margin-bottom: calc(1.08rem * 1.5);}
.soft-proof h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(15.8px * 2);
  line-height: 1.12;
  font-weight: 600;}
.soft-proof .text-links{margin: 0;
  font-size: calc(15.8px * 1.125);
  line-height: 1.6;
  color: #ddd4cf;}
.soft-proof .clear-team{display: flex;
  flex-wrap: wrap;
  gap: 1.08rem;}
.soft-proof .visual-shell{
  flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.1);
  border-left: 2px solid #8fae9b;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0 0.7rem 0.7rem 0;
}
.soft-proof .text-feature{margin: 0 0 calc(1.5rem * .75);
  font-size: 15.8px;
  line-height: 1.7;
  color: #ddd4cf;
  font-style: italic;}
.soft-proof .contact-group{display: flex;
  align-items: center;
  gap: 0.85rem;}
.soft-proof .contact-group img{width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid #4f4a52;}
.soft-proof .contact-group strong{display: block;
  font-size: 15.8px;
  font-weight: 600;
  line-height: 1.3;}
.soft-proof .contact-group small{display: block;
  font-size: calc(15.8px * .875);
  color: #8fae9b;
  margin-top: 0.15rem;}
.soft-proof .text-header{margin-top: calc(1.08rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #4f4a52;}
.soft-proof .top-menu{display: block;
  font-size: calc(15.8px * .875);color:inherit;
  margin-bottom: calc(1.5rem * .75);
  letter-spacing: 0.02em;}
.soft-proof .strong-view{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.08rem;}
.soft-proof .strong-view li{font-size: 15.8px;
  color: #ddd4cf;
  padding: 0.35rem 0.85rem;
  border: 1px solid #4f4a52;
  border-radius: 0.36rem;}
@media (max-width: 700px) {.soft-proof .clear-team{
    display: block;
  }.soft-proof .visual-shell + .visual-shell{
    margin-top: 1.08rem;
  }
}
.open-content{--layer-control:calc(1.5rem * 0.85);--state-soft:calc(1100px / 2.6);padding:calc(1.5rem * 2.4) 1.49rem;background:#c98a9b;color:#2f2a30;}
.open-content .contact-rail{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-control);}
.open-content h2,.open-content h3,.open-content p{margin:0;}
.open-content h2{font-size:calc(15.8px * 2);line-height:1.14;max-width:var(--state-soft);}
.open-content h3{font-size:calc(15.8px * 1.35);line-height:1.22;}
.open-content p{font-size:15.8px;line-height:1.93;}
.open-content .public-note{display:flex;flex-direction:column;gap:calc(1.08rem * 1.5);}
.open-content .secondary-quote{max-width:var(--state-soft);opacity:.86;}
.open-content .featured-frame{display:flex;flex-direction:column;gap:calc(1.08rem * 1.1);}
.open-content .visual-shell{padding:calc(calc(1.5rem * .75) * 1.05) calc(1.5rem * .75);border-radius:0.7rem;background:#ffffff;color:#3a363c;border:1px solid #e6dcd6;}
.open-content .visual-shell p{margin-top:calc(1.5rem / 3.2);opacity:.82;}
.open-content a{text-decoration:underline;text-underline-offset:3px;}
.open-content a:hover{}
.open-content .clear-method{margin-top:calc(1.5rem * .4);font-size:calc(15.8px * .875);opacity:.78;}
@media (min-width:760px){.open-content .featured-frame{display:grid;grid-template-columns:1fr 1fr;gap:1.08rem;}
}
.offer-benefit{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.49rem;
    background:#faf6f3;
    color:#3a363c;
  }
.offer-benefit .strong-story{max-width:min(1100px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(.9rem,1.8vw,calc(1.08rem * 1.5));}
.offer-benefit h1{margin:0;
    max-width:20ch;
    font-size:clamp(1.95rem,4.8vw,calc(15.8px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.01em;}
.offer-benefit .strong-feature{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:1rem;
    margin:0;}
.offer-benefit .secondary-quote{max-width:40rem;
    padding-top:clamp(.7rem,1.4vw,1.5rem);
    border-top:1px solid #e6dcd6;}
.offer-benefit p{margin:0;
    font-size:clamp(1rem,1.22vw,15.8px);
    line-height:1.78;
    color:#4f4a52;}
@media (max-width:640px){.offer-benefit h1{max-width:100%;}.offer-benefit .strong-feature{aspect-ratio:4/3;}.offer-benefit{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}
  }
.focused-group{--layer-control:calc(1.5rem * 1.05);--state-soft:calc(1100px / 2.6);padding:calc(1.5rem * 2.4) 1.49rem;background:#faf6f3;color:#3a363c;}
.focused-group .contact-rail{max-width:1100px;margin:0 auto;}
.focused-group h1,.focused-group h2,.focused-group h3,.focused-group p{margin:0;}
.focused-group h2{font-size:calc(15.8px * 2);line-height:1.14;max-width:var(--state-soft);}
.focused-group .public-note{display:flex;flex-direction:column;gap:calc(1.5rem / 2);padding-bottom:var(--layer-control);border-bottom:1px solid #e6dcd6;}
.focused-group .secondary-quote{font-size:15.8px;line-height:1.93;color:#4f4a52;max-width:var(--state-soft);}
.focused-group .clear-team{display:flex;flex-direction:column;margin-top:var(--layer-control);}
.focused-group .top-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:calc(1.08rem / 2) 1.08rem;padding:calc(calc(1.5rem * .75) * .95) 0;border-bottom:1px solid #e6dcd6;align-items:baseline;}
.focused-group .top-grid:last-child{border-bottom:none;}
.focused-group .content-team{font-size:calc(15.8px * 1.125);font-weight:600;line-height:1.25;}
.focused-group .featured-headline{font-size:calc(15.8px * .875);color:#4f4a52;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;}
.focused-group .offer-tile{grid-column:1 / -1;font-size:15.8px;line-height:1.93;color:#4f4a52;max-width:calc(1100px / 1.55);}
.focused-group .simple-body{margin-top:var(--layer-control);padding:calc(calc(1.5rem * .75) * .9) calc(1.5rem * .75);border-radius:0.7rem;background:#f2e9e4;color:#4f4a52;font-size:calc(15.8px * .875);line-height:1.93;}
@media (max-width:640px){.focused-group .top-grid{grid-template-columns:1fr;}.focused-group .featured-headline{white-space:normal;}
}
.steady-note{
  padding: calc(1.5rem * 2.4) 1.49rem;
  background: #faf6f3;
  color: #3a363c;
  overflow: hidden;
}
.steady-note .contact-rail{max-width: 1100px;
  margin: 0 auto;}
.steady-note .secondary-quote{max-width: 42rem;
  margin: 0 0 calc(1.08rem * 1.5);}
.steady-note h2{margin: 0;
  font-size: calc(15.8px * 2);
  line-height: 1.15;}
.steady-note .secondary-quote p{margin: 1.5rem 0 0;
  font-size: calc(15.8px * 1.125);
  line-height: 1.93;}
.steady-note .fresh-flow{display: flex;
  flex-wrap: wrap;
  gap: 1.08rem;
  align-items: flex-start;}
.steady-note .visual-shell{flex: 1 1 18rem;
  min-width: 0;
  padding: calc(1.5rem * .75) 0;
  border-top: 1px solid #e6dcd6;}
.steady-note .visual-shell:nth-child(3n){flex-basis: 22rem;}
.steady-note .narrow-method{
  display: inline-block;
  margin-bottom: calc(1.5rem * .75);
  padding: .2rem .55rem;
  background: #8fae9b;
  color: #2c3a33;
  border-radius: 0.36rem;
  font-size: calc(15.8px * .875);
  letter-spacing: .02em;
}
.steady-note strong{display: block;
  font-size: calc(15.8px * 1.35);
  line-height: 1.2;}
.steady-note .visual-shell p{margin: calc(1.5rem * .75) 0 0;
  line-height: 1.93;}
.steady-note .clear-method{margin-top: calc(1.08rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #e6dcd6;
  max-width: 46rem;}
.steady-note .clear-method p{margin: 0;
  line-height: 1.93;}
.steady-note .clear-method a{text-decoration: underline;
  text-underline-offset: 3px;}
.steady-note .clear-method a:hover{}
@media (max-width: 640px) {.steady-note .visual-shell,
  .steady-note .visual-shell:nth-child(3n){
    flex-basis: 100%;
  }
}
.strong-shell{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.49rem;
    background:#faf6f3;
    color:#3a363c;
  }
.strong-shell .strong-story{max-width:min(1100px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.08rem * 1.5);}
.strong-shell h1{margin:0;
    max-width:22ch;
    font-family:"Source Serif 4", sans-serif;
    font-size:clamp(1.95rem,4.6vw,calc(15.8px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.005em;}
.strong-shell .strong-feature{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:16/9;
    object-fit:cover;
    border-radius:1rem;
    box-shadow:var(--depth-card,0 0 4px rgba(0,0,0,0.04));}
.strong-shell .secondary-quote{max-width:40rem;
    padding-left:clamp(.9rem,1.8vw,1.4rem);
    border-left:2px solid #e6dcd6;}
.strong-shell p{margin:0;
    font-size:clamp(1rem,1.22vw,15.8px);
    line-height:1.78;
    color:#4f4a52;}
@media (max-width:640px){.strong-shell h1{max-width:100%;}.strong-shell .strong-feature{aspect-ratio:4/3;}.strong-shell{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}
  }
.fresh-view{
        padding: calc(1.5rem * 2.4) 1.49rem;
        background: #f2e9e4;
        color: #4f4a52
    }
.fresh-view .contact-rail{max-width: 1100px;
        margin: 0 auto}
.fresh-view .focused-contact{display: flex;
        flex-direction: column;
        gap: calc(1.08rem * 1.5);
        align-items: flex-start}
.fresh-view h2{min-width: 0;
        margin: 0;
        font-size: calc(15.8px * 2);
        line-height: 1.12;
        letter-spacing: -0.01em}
.fresh-view .clear-list{min-width: 0;
        max-width: 68ch}
.fresh-view .clear-list p{margin: 0;
        font-size: calc(15.8px * 1.125);
        line-height: 1.93}
.fresh-view .strip{display: flex;
        flex-wrap: wrap;
        gap: calc(1.08rem * .6);
        margin-top: 1.5rem}
.fresh-view .strip span{
        border-radius: 0.36rem;
        background: #ffffff;
        color: #3a363c;
        border: 1px solid #e6dcd6;
        padding: calc(calc(1.5rem * .75) * .55) calc(calc(1.5rem * .75) * .85);
        font-size: calc(15.8px * .875);
        line-height: 1.4
    }
@media (max-width: 760px) {.fresh-view .focused-contact{
            display: block
        }.fresh-view .clear-list{
            margin-top: 1.5rem
        }
    }
.plain-summary{--layer-control:calc(1.5rem * 1.18);--state-soft:calc(1100px / 2.35);padding:calc(1.5rem * 2.4) 1.49rem;background:#f2e9e4;color:#4f4a52;}
.plain-summary .contact-rail{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;}
.plain-summary h2,.plain-summary h3,.plain-summary p{margin:0;}
.plain-summary h2{font-size:calc(15.8px * 2);line-height:1.14;max-width:var(--state-soft);}
.plain-summary h3{font-size:calc(15.8px * 1.35);line-height:1.24;}
.plain-summary p{font-size:15.8px;line-height:1.93;}
.plain-summary .secondary-quote{margin-top:calc(1.08rem * 1.5);max-width:var(--state-soft);opacity:.82;}
.plain-summary .top-team{display:flex;flex-direction:column;gap:var(--layer-control);margin-top:calc(var(--layer-control) * 1.1);}
.plain-summary .visual-shell{min-width:0;padding-block-start:calc(1.5rem * .75);border-top:1px solid #e6dcd6;}
.plain-summary .visual-shell p{margin-top:calc(1.5rem / 3.5);max-width:calc(1100px / 1.55);opacity:.86;}
.plain-summary .visual-shell a{display:inline-block;margin-top:calc(1.5rem / 2.2);font-size:calc(15.8px * .875);letter-spacing:.02em;text-transform:uppercase;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px;}
.plain-summary .visual-shell a:hover{}
.plain-summary .simple-body{margin-top:calc(var(--layer-control) * 1.2);font-size:calc(15.8px * .875);opacity:.78;max-width:var(--state-soft);}
.plain-summary .simple-body a{text-decoration:none;border-bottom:1px solid currentColor;}
.plain-summary .simple-body a:hover{}
@media (min-width:760px){.plain-summary .top-team{flex-direction:row;flex-wrap:wrap;gap:calc(1.08rem * 1.4);}.plain-summary .visual-shell{flex:1 1 calc(33.333% - 1.08rem);}
}
.service-group{--layer-control:calc(1.5rem * 1.05);--state-soft:calc(1100px / 2.35);padding:calc(1.5rem * 2.4) 1.49rem;background:#f2e9e4;color:#4f4a52;}
.service-group .contact-rail{max-width:1100px;margin:0 auto;}
.service-group h1,.service-group h2,.service-group h3,.service-group p{margin:0;}
.service-group h2{font-size:calc(15.8px * 2);line-height:1.12;}
.service-group p{font-size:15.8px;line-height:1.93;}
.service-group a{color:inherit;text-decoration:none;}
.service-group .page-feature{display:flex;flex-direction:column;gap:calc(1.08rem * 1.5);max-width:var(--state-soft);}
.service-group .secondary-quote{font-size:calc(15.8px * 1.125);}
.service-group .simple-body{font-size:calc(15.8px * .875);}
.service-group .focused-content{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.36rem;background:#c98a9b;color:#2f2a30;transition:background var(--motion-nav) var(--ease-hover);}
.service-group .focused-content:hover{background:#b87a8b;color:#3a363c;}
.service-group .clear-method{font-size:calc(15.8px * .875);}
.service-group .clear-method a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.service-group .clear-method a:hover{color:inherit;}
@media (min-width:768px){.service-group .page-feature{max-width:calc(1100px / 1.6);}
}
.narrow-group{
  padding:calc(1.5rem * 2.4) 1.49rem;
  background:#faf6f3;
  color:#3a363c;
}
.narrow-group .contact-rail{width:min(100%,calc(1100px*.72));
  margin:0 auto;}
.narrow-group .featured-method{border-bottom:1px solid #e6dcd6;
  padding-bottom:calc(1.08rem * 1.5);}
.narrow-group h1{margin:0;
  font-size:calc(15.8px * 2.65);
  line-height:1.08;
  letter-spacing:-0.01em;}
.narrow-group .top-actions{display:flex;
  flex-wrap:wrap;
  gap:1.08rem;
  margin-top:1.5rem;
  color:#4f4a52;
  font-size:calc(15.8px * .875);}
.narrow-group .compact-service{margin:1.5rem 0 0;
  font-size:calc(15.8px * 1.125);
  line-height:1.93;
  color:#4f4a52;}
.narrow-group .page-intro{margin:calc(1.08rem * 1.5) 0 0;}
.narrow-group .media-tile{display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
  border-radius:1rem;
  box-shadow:0 0px 4px rgba(0,0,0,0.04);}
.narrow-group figcaption{margin-top:calc(1.5rem * .75);
  font-size:calc(15.8px * .875);
  color:#4f4a52;}
.narrow-group .service-area{margin-top:calc(1.08rem * 1.5);}
.narrow-group .service-area p{margin:0 0 1.5rem;
  line-height:1.93;}
.narrow-group .service-area p:last-child{margin-bottom:0;}
.narrow-group .strong-fields{
  margin-top:calc(1.08rem * 1.5);
  padding:calc(1.5rem * .75);
  background:#f2e9e4;
  color:#4f4a52;
  border-radius:0.7rem;
}
.narrow-group .simple-body{margin:0;
  line-height:1.93;}
.narrow-group .clear-method{display:flex;
  flex-wrap:wrap;
  gap:1.08rem;
  margin-top:calc(1.5rem * .75);}
.narrow-group .clear-method a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:2px;
  font-size:calc(15.8px * .875);
  transition:color var(--motion-nav) var(--ease-hover);}
.narrow-group .clear-method a:hover{color:inherit;}
@media (max-width:640px){.narrow-group .contact-rail{
    width:100%;
  }.narrow-group .top-actions{
    gap:calc(1.5rem * .75);
  }
}
.content-actions{
  padding:calc(1.5rem*3) 1.49rem;
  background:#f2e9e4;
  color:#4f4a52;
}
.content-actions .main-region{max-width:1100px;
  margin:0 auto;}
.content-actions .direct-brand{max-width:640px;
  margin:0 0 calc(calc(1.08rem * 1.5)*1.4);}
.content-actions h2{margin:0 0 .6rem;
  font-size:calc(15.8px * 2);
  line-height:1.08;}
.content-actions .secondary-quote{margin:0;
  font-size:15.8px;
  line-height:1.93;}
.content-actions .plain-lead{position:relative;
  padding-left:calc(1.49rem*1.2);}
.content-actions .main-figure{
  position:absolute;
  left:0;
  top:.4rem;
  bottom:.4rem;
  width:1px;
  background:#e6dcd6;color:#3a363c;}
.content-actions .bottom-intro{display:flex;
  flex-direction:column;
  gap:calc(1.08rem*2);}
.content-actions .strong-story{display:flex;
  gap:calc(1.08rem*1.4);
  align-items:flex-start;}
.content-actions .media-links{
  flex:0 0 220px;
  border-radius:0.7rem;
  overflow:hidden;
  background:#ffffff;color:#3a363c;}
.content-actions .media-links img{display:block;
  width:100%;
  height:160px;
  object-fit:cover;}
.content-actions .active-wrap{flex:1 1 auto;
  min-width:0;}
.content-actions .top-actions{margin:0 0 .35rem;
  font-size:calc(15.8px * .875);
  letter-spacing:.02em;
  color:#4f4a52;
  opacity:.85;}
.content-actions h3{margin:0 0 .5rem;
  font-size:calc(15.8px * 1.35);
  line-height:1.25;}
.content-actions h3 a{color:#4f4a52;
  text-decoration:none;}
.content-actions h3 a:hover{color:inherit;}
.content-actions .strong-nav{margin:0 0 .7rem;
  font-size:15.8px;
  line-height:1.93;}
.content-actions .open{display:inline-block;
  font-size:calc(15.8px * .875);
  font-weight:700;color:inherit;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:2px;}
.content-actions .open:hover{color:inherit;}
@media (max-width:720px){
  .content-actions .strong-story{
    flex-direction:column;
    gap:1.08rem;
  }
  .content-actions .media-links{
    flex:1 1 auto;
    width:100%;
  }
  .content-actions .media-links img{
    height:200px;
  }
  .content-actions .plain-lead{
    padding-left:calc(1.49rem*.7);
  }
}
.proof{
  padding:calc(1.5rem * 2.4) 1.49rem;
  background:#faf6f3;
  color:#3a363c;
}
.proof .contact-rail{width:min(100%,calc(1100px*.72));
  margin:0 auto;}
.proof .featured-method{border-bottom:1px solid #e6dcd6;
  padding-bottom:calc(1.08rem * 1.5);}
.proof h1{margin:0;
  font-size:calc(15.8px * 2.65);
  line-height:1.08;
  letter-spacing:-0.01em;}
.proof .top-actions{display:flex;
  flex-wrap:wrap;
  gap:1.08rem;
  margin-top:calc(1.08rem * 1.5);
  font-size:calc(15.8px * .875);
  color:#4f4a52;}
.proof .top-actions span{position:relative;
  padding-right:1.08rem;}
.proof .top-actions span:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:50%;
  width:3px;
  height:3px;
  border-radius:50%;
  background:#e6dcd6;
  transform:translateY(-50%);color:#3a363c;}
.proof .compact-service{margin:calc(1.08rem * 1.5) 0 0;
  font-size:calc(15.8px * 1.125);
  line-height:1.93;
  color:#4f4a52;}
.proof .site-proof{margin:1.5rem 0 0;}
.proof .site-proof img{display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
  border-radius:1rem;
  box-shadow:0 5px 14px rgba(0,0,0,0.05);}
.proof .site-proof figcaption{margin-top:calc(1.5rem * .75);
  font-size:calc(15.8px * .875);
  color:#4f4a52;}
.proof .active-wrap{margin-top:1.5rem;}
.proof .active-wrap p{margin:0 0 calc(1.08rem * 1.5);
  line-height:1.93;}
.proof .active-wrap h2{margin:1.5rem 0 calc(1.08rem * 1.5);
  font-size:calc(15.8px * 1.35);
  line-height:1.25;}
.proof .direct-team{margin-top:1.5rem;
  padding-top:calc(1.08rem * 1.5);
  border-top:1px solid #e6dcd6;
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:1.08rem calc(1.5rem * .75);}
.proof .local-body{font-size:calc(15.8px * .875);
  color:#4f4a52;
  text-transform:uppercase;
  letter-spacing:0.06em;}
.proof .direct-team a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color var(--motion-nav) var(--ease-hover),border-color var(--motion-nav) var(--ease-hover);}
.proof .direct-team a:hover{color:inherit;
  border-bottom-color:#8fae9b;}
@media (max-width:640px){.proof .top-actions span{
    padding-right:0;
  }.proof .top-actions span:not(:last-child)::after{
    display:none;
  }
}
.featured-shell{padding:calc(1.5rem * 2.4) 1.49rem;background:#faf6f3;color:#3a363c;}
.featured-shell .focused-summary{max-width:1100px;margin:0 auto;display:grid;gap:calc(1.08rem * 1.6);}
.featured-shell .public-note{display:grid;gap:.5rem;max-width:640px;}
.featured-shell .public-note h2{margin:0;font-size:calc(15.8px * 2);}
.featured-shell .secondary-quote{margin:0;font-size:15.8px;}
.featured-shell .fresh-feature{display:grid;gap:1.08rem;}
.featured-shell .visual-shell{display:grid;grid-template-columns:200px 1fr;gap:calc(1.08rem * 1.2);padding:calc(1.5rem * .75);border-radius:1rem;background:#ffffff;color:#3a363c;border:1px solid #e6dcd6;box-shadow:0 0px 4px rgba(0,0,0,0.04);}
.featured-shell .primary-stack{overflow:hidden;border-radius:0.7rem;}
.featured-shell .primary-stack img{display:block;width:100%;height:100%;min-height:150px;object-fit:cover;}
.featured-shell .steady-nav{display:flex;flex-direction:column;gap:.4rem;}
.featured-shell .page-team{margin:0;font-size:calc(15.8px * .875);letter-spacing:.04em;text-transform:uppercase;}
.featured-shell h3{margin:0;font-size:calc(15.8px * 1.35);line-height:1.3;}
.featured-shell h3 a{color:inherit;text-decoration:none;}
.featured-shell h3 a:hover{}
.featured-shell .contact-visual{margin:0;font-size:calc(15.8px * .875);}
.featured-shell .offer-tile{margin:0;font-size:15.8px;line-height:1.93;}
.featured-shell .offer-unit{margin-top:.4rem;align-self:flex-start;font-weight:700;text-decoration:none;border-bottom:1px solid transparent;transition:border-color var(--motion-nav) var(--ease-hover),color var(--motion-nav) var(--ease-hover);}
.featured-shell .offer-unit:hover{border-bottom-color:#8fae9b;}
@media (max-width:680px){.featured-shell .visual-shell{grid-template-columns:1fr;}.featured-shell .primary-stack img{min-height:200px;}
}
.offer-flow{
  padding:calc(1.5rem * 2.4) 1.49rem;
  background:#faf6f3;
  color:#3a363c;
}
.offer-flow .contact-rail{width:min(100%,calc(1100px*.72));
  margin:0 auto;}
.offer-flow .featured-method{display:flex;
  flex-direction:column;
  gap:calc(1.08rem * 1.5);}
.offer-flow h1{margin:0;
  font-size:calc(15.8px * 2.65);
  line-height:1.08;
  letter-spacing:-0.01em;}
.offer-flow .compact-service{margin:0;
  font-size:calc(15.8px * 1.125);
  line-height:1.93;
  color:#4f4a52;
  max-width:52ch;}
.offer-flow .top-actions{display:flex;
  flex-wrap:wrap;
  gap:1.08rem;
  font-size:calc(15.8px * .875);
  color:#4f4a52;
  padding-top:calc(1.08rem * 1.5);
  border-top:1px solid #e6dcd6;}
.offer-flow .site-proof{margin:calc(1.5rem * 2.4) 0 0;}
.offer-flow .media-tile{display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/10;
  object-fit:cover;
  border-radius:1rem;
  box-shadow:0 5px 14px rgba(0,0,0,0.05);}
.offer-flow figcaption{margin-top:1.08rem;
  font-size:calc(15.8px * .875);
  color:#4f4a52;
  line-height:1.6;}
.offer-flow .service-area{margin-top:calc(1.5rem * 2.4);}
.offer-flow .service-area p{margin:0 0 calc(1.08rem * 1.5);
  line-height:1.93;}
.offer-flow .service-area h2{margin:calc(1.5rem * 2.4) 0 calc(1.08rem * 1.5);
  font-size:calc(15.8px * 1.35);
  line-height:1.25;}
.offer-flow .service-area h2:first-of-type{margin-top:calc(1.08rem * 1.5);}
.offer-flow .service-area p:last-child{margin-bottom:0;}
.offer-flow .strong-fields{margin-top:calc(1.5rem * 2.4);
  padding-top:calc(1.08rem * 1.5);
  border-top:1px solid #e6dcd6;}
.offer-flow .wide-copy{margin:0 0 1.08rem;
  font-size:calc(15.8px * .875);
  text-transform:uppercase;
  letter-spacing:0.06em;
  color:#4f4a52;}
.offer-flow .clear-method{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:1.08rem;}
.offer-flow .clear-method a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color var(--motion-nav) var(--ease-hover),border-color var(--motion-nav) var(--ease-hover);}
.offer-flow .clear-method a:hover{color:inherit;
  border-bottom-color:#8fae9b;}
@media (max-width:640px){.offer-flow .top-actions{
    flex-direction:column;
    gap:0.4rem;
  }
}
.featured-details{
  padding:calc(1.5rem*3) 1.49rem;
  background:#f2e9e4;
  color:#4f4a52;
}
.featured-details .main-region{max-width:1100px;
  margin:0 auto;}
.featured-details .primary-list{max-width:640px;
  margin:0 0 calc(1.08rem * 1.5);}
.featured-details h2{margin:0 0 .7rem;
  font-size:clamp(1.7rem,3.4vw,2.5rem);
  line-height:1.12;
  font-weight:600;}
.featured-details .secondary-quote{margin:0;
  font-size:15.8px;
  line-height:1.93;
  color:#4f4a52;
  opacity:.86;}
.featured-details .text-track{display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  margin:0 0 calc(1.08rem * 1.5);
  padding-bottom:calc(1.08rem * 1.5);
  border-bottom:1px solid #e6dcd6;}
.featured-details .narrow-method{
  font-size:calc(15.8px * .875);
  letter-spacing:.02em;
  padding:.34rem .78rem;
  border-radius:0.36rem;
  background:#ffffff;
  color:#3a363c;
  border:1px solid #e6dcd6;
}
.featured-details .narrow-method.is-on{
  background:#8fae9b;
  color:#2c3a33;
  border-color:#8fae9b;
}
.featured-details .bottom-intro{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.featured-details .strong-story{
  display:grid;
  grid-template-columns:minmax(0,280px) minmax(0,1fr);
  gap:1.08rem;
  padding:calc(1.5rem * .75);
  background:#ffffff;
  color:#3a363c;
  border:1px solid #e6dcd6;
  border-radius:1rem;
  box-shadow:0 0px 4px rgba(0,0,0,0.04);
  transition:box-shadow var(--motion-nav) var(--ease-hover);
}
.featured-details .strong-story:hover{box-shadow:0 5px 14px rgba(0,0,0,0.05);}
.featured-details .simple-steps{
  margin:0;
  border-radius:0.7rem;
  overflow:hidden;
  background:#f2e9e4;color:#4f4a52;}
.featured-details .simple-steps img{display:block;
  width:100%;
  height:100%;
  min-height:180px;
  object-fit:cover;}
.featured-details .strong-nav{display:flex;
  flex-direction:column;
  min-width:0;}
.featured-details .top-actions{margin:0 0 .45rem;
  font-size:calc(15.8px * .875);
  letter-spacing:.03em;
  text-transform:uppercase;
  color:#4f4a52;
  opacity:.75;}
.featured-details h3{margin:0 0 .4rem;
  font-size:calc(15.8px * 1.125);
  line-height:1.28;
  font-weight:600;}
.featured-details h3 a{color:inherit;
  text-decoration:none;}
.featured-details h3 a:hover{color:inherit;}
.featured-details .contact-visual{margin:0 0 .6rem;
  font-size:calc(15.8px * .875);
  color:#4f4a52;
  opacity:.85;}
.featured-details .offer-tile{margin:0 0 1rem;
  font-size:15.8px;
  line-height:1.93;}
.featured-details .open{align-self:flex-start;
  margin-top:auto;
  font-size:calc(15.8px * .875);
  font-weight:600;
  text-decoration:none;color:inherit;
  border-bottom:1px solid #c98a9b;
  padding-bottom:2px;}
.featured-details .open:hover{color:inherit;
  border-color:#8fae9b;}
@media (max-width:760px){
  .featured-details .strong-story{
    grid-template-columns:1fr;
  }
  .featured-details .simple-steps img{
    min-height:200px;
  }
}
.compact-method{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.49rem;
    background:#faf6f3;
    color:#3a363c;
  }
.compact-method .strong-story{max-width:min(1100px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(1.08rem * 1.5));}
.compact-method h1{margin:0;
    font-size:clamp(1.95rem,5vw,calc(15.8px * 2.65));
    line-height:1.06;
    font-weight:660;
    letter-spacing:-0.01em;}
.compact-method .strong-feature{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:1rem;
    box-shadow:var(--depth-card,0 0px 4px rgba(0,0,0,0.04));}
.compact-method .secondary-quote{max-width:40rem;
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #e6dcd6;}
.compact-method p{margin:0;
    font-size:clamp(1rem,1.24vw,15.8px);
    line-height:1.78;
    color:#4f4a52;}
@media (max-width:640px){.compact-method{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.compact-method .strong-feature{aspect-ratio:4/3;}
  }
.compact-story{
  background:linear-gradient(135deg, #faf6f3 0%, #f2e9e4 55%, #e9dcd6 100%);
  color:#3a363c;
  padding:calc(1.5rem * 2.4) 1.49rem;
}
.compact-story .contact-rail{max-width:1100px;
  margin:0 auto;}
.compact-story .media-body{display:flex;
  flex-direction:column;
  gap:calc(1.08rem * 1.5);}
.compact-story .featured-method{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  max-width:44rem;}
.compact-story h2{margin:0;
  font-size:clamp(calc(15.8px * 2),4.4vw,calc(15.8px * 2.65));
  line-height:1.08;
  letter-spacing:0;}
.compact-story .secondary-quote{margin:0;
  font-size:15.8px;
  line-height:1.93;}
.compact-story .fresh-feature{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.compact-story .content-figure{
  display:flex;
  flex-direction:column;
  gap:0.4rem;
  padding:calc(1.5rem * .75) 1.08rem;
  background:#ffffff;
  color:#3a363c;
  border:1px solid #e6dcd6;
  border-radius:0.7rem;
}
.compact-story .content-figure label{font-weight:700;
  font-size:calc(15.8px * .875);
  letter-spacing:0.01em;}
.compact-story input,
.compact-story select,
.compact-story textarea{
  width:100%;
  min-width:0;
  border:1px solid #e6dcd6;
  border-radius:0.36rem;
  background:#faf6f3;
  color:#3a363c;
  padding:0.6rem 0.75rem;
  font:inherit;
  line-height:1.5;
}
.compact-story textarea{resize:vertical;
  min-height:7rem;}
.compact-story input::placeholder,
.compact-story textarea::placeholder{}
.compact-story input:focus,
.compact-story select:focus,
.compact-story textarea:focus{outline:2px solid #c98a9b;
  outline-offset:1px;}
.compact-story .page-quote{display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.08rem;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #e6dcd6;}
.compact-story .simple-body{margin:0;
  max-width:36rem;
  font-size:calc(15.8px * .875);
  line-height:1.6;}
.compact-story .simple-body a{text-decoration:underline;}
.compact-story .simple-body a:hover{}
.compact-story button{
  border:0;
  border-radius:0.7rem;
  background:#c98a9b;
  color:#2f2a30;
  padding:0.75rem 1.08rem;
  font:inherit;
  font-weight:700;
  cursor:pointer;
  transition:background var(--motion-nav) var(--ease-hover);
}
.compact-story button:hover{
  background:#b87a8b;color:#3a363c;}
@media (max-width:680px) {.compact-story .page-quote{
    align-items:flex-start;
    flex-direction:column;
  }.compact-story button{
    width:100%;
  }
}
.clear-wrap{background:#faf6f3;color:#3a363c;padding:calc(1.5rem * 2.4) 1.49rem}
.clear-wrap .contact-rail{max-width:min(1100px,64rem);margin:0 auto}
.clear-wrap .bottom-fields{display:flex;flex-direction:column;gap:calc(1.08rem * 1.5)}
.clear-wrap .secondary-quote{display:flex;flex-direction:column;gap:calc(1.5rem * .75);max-width:44rem}
.clear-wrap .simple-body{margin:0;font-size:calc(15.8px * .875);color:#4f4a52;line-height:1.93}
.clear-wrap h2{margin:0;font-size:clamp(calc(15.8px * 2),5vw,calc(15.8px * 2.65));line-height:1.08;letter-spacing:0}
.clear-wrap .media-tile{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:1rem;box-shadow:0 0px 4px rgba(0,0,0,0.04)}
.clear-wrap .fresh-feature{display:flex;flex-direction:column;border-top:1px solid #e6dcd6}
.clear-wrap .top-grid{display:flex;flex-wrap:wrap;gap:1.08rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #e6dcd6}
.clear-wrap .content-figure{flex:0 0 11rem;font-size:calc(15.8px * .875);color:#4f4a52;text-transform:uppercase;letter-spacing:0.04em}
.clear-wrap .simple-shell{flex:1 1 18rem;font-size:15.8px;line-height:1.93}
.clear-wrap a.value{color:inherit;text-decoration:none}
.clear-wrap a.value:hover{color:inherit;text-decoration:underline}
.clear-wrap .strong-fields{display:flex;flex-direction:column;gap:calc(1.5rem * .75);max-width:52rem;padding:calc(1.5rem * .75) 0 0}
.clear-wrap .strong-nav{margin:0;font-size:15.8px;line-height:1.93;color:#3a363c}
.clear-wrap .primary-rail{display:flex;flex-wrap:wrap;gap:1.08rem}
.clear-wrap .primary-rail a{padding:calc(calc(1.5rem * .75) * 0.7) calc(1.5rem * .75);border-radius:0.36rem;background:#ffffff;color:#3a363c;border:1px solid #e6dcd6;text-decoration:none;font-size:calc(15.8px * .875);transition:background var(--motion-nav) var(--ease-hover),color var(--motion-nav) var(--ease-hover)}
.clear-wrap .primary-rail a:hover{background:#f2e9e4;color:#4f4a52}
.clear-wrap .primary-rail>a:first-child{background:#c98a9b;color:#2f2a30;border-color:#c98a9b}
.clear-wrap .primary-rail>a:first-child:hover{background:#b87a8b;color:#2f2a30}
@media (max-width:640px){.clear-wrap .content-figure{flex-basis:100%}
}
.service-contact{padding:calc(1.5rem * 2.4) 1.49rem;background:var(--ink-soft);color:var(--ink-light)}
.service-contact .strong-nav{max-width:min(1100px,64rem);margin:0 auto}
.service-contact h2{margin:0;font-size:calc(15.8px * 2.65);line-height:1.08}
.service-contact .secondary-quote{margin:1.5rem 0 calc(1.08rem * 1.5);font-size:calc(15.8px * 1.125);color:color-mix(in srgb,currentColor 74%,transparent)}
.service-contact .active-wrap{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.service-contact .plain-unit{padding:0 0 calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,currentColor 14%,transparent)}
.service-contact .plain-unit:last-child{border-bottom:0;padding-bottom:0}
.service-contact h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.8px * 1.35);line-height:1.25}
.service-contact .plain-unit p{margin:0;color:color-mix(in srgb,currentColor 74%,transparent)}
.service-contact a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.service-contact a:hover{color:#8fae9b}
@media (max-width:640px){.service-contact h2{font-size:calc(15.8px * 2)}.service-contact .secondary-quote{font-size:15.8px}
}
.local-steps{
  padding: calc(1.5rem * 2.4) 1.49rem;
  background: var(--ink-soft);
  color: var(--ink-light);
}
.local-steps .contact-rail{max-width: min(1100px, 60rem);
  margin: 0 auto;}
.local-steps .secondary-quote{max-width: 46rem;
  margin-bottom: calc(1.08rem * 1.5);}
.local-steps h2{margin: 0;
  font-size: calc(15.8px * 2);
  line-height: 1.12;}
.local-steps .public-note{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.8px * 1.125);
  color: #ddd4cf;}
.local-steps .question{display: flex;
  flex-direction: column;
  gap: calc(1.08rem * 1.5);}
.local-steps .visual-shell{padding-left: calc(1.5rem * .75);
  border-left: 1px solid #4f4a52;}
.local-steps h3{margin: 0;
  font-size: calc(15.8px * 1.35);
  line-height: 1.25;}
.local-steps .visual-shell p{margin: calc(calc(1.5rem * .75) * 0.6) 0 0;
  color: #ddd4cf;
  font-size: 15.8px;
  line-height: 1.93;}
.local-steps a{color:inherit;
  text-decoration: underline;
  text-underline-offset: 3px;}
.local-steps a:hover{color: #8fae9b;}
.local-steps .simple-body{margin: calc(1.08rem * 1.5) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #4f4a52;
  font-size: calc(15.8px * .875);
  color: #ddd4cf;}
@media (max-width: 640px) {.local-steps .visual-shell{
    padding-left: 1.5rem;
  }
}
.bottom-surface{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.49rem;
    background:#faf6f3;
    color:#3a363c;
  }
.bottom-surface .strong-story{max-width:min(1100px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.08rem * 1.5);}
.bottom-surface h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(15.8px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.005em;
    max-width:22ch;}
.bottom-surface .secondary-quote{margin:0;
    max-width:44rem;
    font-size:clamp(1rem,1.24vw,15.8px);
    line-height:1.78;
    color:#4f4a52;}
.bottom-surface .strong-feature{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.7rem;
    margin-top:1.08rem;}
@media (max-width:640px){.bottom-surface{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.bottom-surface h1{max-width:100%;}.bottom-surface .strong-feature{aspect-ratio:4/3;}
  }
.contact-surface{--layer-control:calc(1.5rem * 0.9);--state-soft:calc(1100px / 2.6);padding:calc(1.5rem * 2.4) 1.49rem;background:#c98a9b;color:#2f2a30;}
.contact-surface .contact-rail{max-width:1100px;margin:0 auto;}
.contact-surface h1,.contact-surface h2,.contact-surface h3,.contact-surface p{margin:0;}
.contact-surface h2{font-size:calc(15.8px * 2);line-height:1.14;max-width:var(--state-soft);}
.contact-surface p{font-size:15.8px;line-height:1.93;}
.contact-surface .secondary-quote{font-size:calc(15.8px * 1.125);max-width:var(--state-soft);}
.contact-surface .strong-nav{max-width:var(--state-soft);opacity:.86;}
.contact-surface .simple-body{font-size:calc(15.8px * .875);opacity:.78;}
.contact-surface a{color:inherit;text-decoration:none;}
.contact-surface .simple-body a{text-decoration:underline;text-underline-offset:3px;}
.contact-surface .focused-content{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.36rem;background:#2f2a30;color:#c98a9b;font-size:15.8px;transition:background var(--motion-nav) var(--ease-hover),color var(--motion-nav) var(--ease-hover);}
.contact-surface .focused-content:hover{background:#8fae9b;color:#2c3a33;}
.contact-surface .page-feature>*+*{margin-top:var(--layer-control);}
.contact-surface .clear-method{display:flex;flex-wrap:wrap;gap:1.08rem;padding-top:calc(1.08rem * 1.5);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(15.8px * .875);}
.contact-surface .clear-method a{opacity:.82;transition:opacity var(--motion-nav) var(--ease-hover);}
.contact-surface .clear-method a:hover{opacity:1;text-decoration:underline;text-underline-offset:3px;}
@media (max-width:640px){.contact-surface .focused-content{width:100%;}.contact-surface .clear-method{flex-direction:column;gap:calc(1.08rem * 0.6);}
}
.text-figure{
  padding: calc(1.5rem * 2.4) 1.49rem;
  background: var(--ink-soft);
  color: var(--ink-light);
}
.text-figure .contact-rail{max-width: min(1100px, 78rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(17rem, .6fr);
  gap: calc(1.08rem * 1.5);
  align-items: start;}
.text-figure h2{margin: 0;
  font-size: calc(15.8px * 2);
  line-height: 1.1;}
.text-figure .strong-nav p{margin: calc(1.5rem * .75) 0 0;
  max-width: 40rem;
  font-size: calc(15.8px * 1.125);
  color: #ddd4cf;}
.text-figure .strong-nav .simple-body{font-size: calc(15.8px * .875);
  color: #ddd4cf;
  border-left: 2px solid #8fae9b;
  padding-left: calc(1.5rem * .75);}
.text-figure .clear-team{
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #faf6f3;
  color: #3a363c;
}
.text-figure .clear-team strong{display: block;
  font-size: calc(15.8px * 1.35);
  margin-bottom: calc(1.5rem * .75);}
.text-figure .top-details{margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: .5rem;
  font-size: calc(15.8px * .875);}
.text-figure .text-actions{margin-top: calc(1.5rem * .75);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #e6dcd6;
  font-size: calc(15.8px * .875);}
.text-figure .text-actions p{margin: 0 0 .4rem;}
.text-figure .text-actions .text-footer{color:inherit;}
.text-figure .text-actions a{color:inherit;
  text-decoration: none;}
.text-figure .text-actions a:hover{color: #8fae9b;}
.text-figure .clear-method{margin-top: calc(1.5rem * .75);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #e6dcd6;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1rem;
  font-size: calc(15.8px * .875);}
.text-figure .clear-method a{color:inherit;
  text-decoration: none;}
.text-figure .clear-method a:hover{color: #8fae9b;}
@media (max-width: 760px) {.text-figure .contact-rail{
    grid-template-columns: 1fr;
  }
}
.visual-footer{
  display:flex;
  flex-wrap:wrap;
  background:#c98a9b;
  color:#2f2a30;
}
.visual-footer .media-benefit,
.visual-footer .strong-method{flex:1 1 320px;
  min-width:0;
  padding:calc(1.5rem * 2.4) 1.49rem;}
.visual-footer .media-benefit{display:flex;
  align-items:center;
  justify-content:flex-end;}
.visual-footer h1{max-width:14ch;
  margin:0;
  font-size:calc(15.8px * 2.65);
  line-height:1.05;
  text-align:right;}
.visual-footer .strong-method{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:calc(1.08rem * 1.5);
  background:#8fae9b;
  color:#2c3a33;
}
.visual-footer .strong-method p{max-width:36rem;
  margin:0;
  font-size:calc(15.8px * 1.125);
  line-height:1.93;}
.visual-footer .clear-method{display:flex;
  flex-wrap:wrap;
  gap:1.08rem;
  align-items:center;}
.visual-footer .clear-method a{color:inherit;
  font-size:15.8px;
  text-underline-offset:.24em;}
.visual-footer .clear-method .piece{padding:.55rem 1.1rem;
  border:1px solid currentColor;
  border-radius:0.36rem;
  text-decoration:none;}
.visual-footer .clear-method .piece:hover{
  background:#c98a9b;
  color:#2f2a30;
}
.visual-footer .strong-fields{font-size:calc(15.8px * .875);
  line-height:1.93;
  opacity:.92;}
.visual-footer .strong-fields a{color:inherit;
  text-underline-offset:.2em;}
@media(min-width:761px){.visual-footer .media-benefit{order:1}
}
@media(max-width:760px){.visual-footer{display:block}.visual-footer .media-benefit{justify-content:flex-start}.visual-footer h1{text-align:left;max-width:20ch}
}
