:root {
  --motion-nav: ease-in-out;
  --ink-deep: #2b3325;
  --paint-warm: #6f8f5f;
  --tone-main: #eef0e2;
  --line-cool: #dcd8c6;
  --surface-card: #3a4433;
  --ink-muted: #ffffff;
}
body{margin:0;padding:0;font-family:"Sora", sans-serif;box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
.quiet-wrap {
    width: 100%;
    background: #fbf8ee;
    color: #2b3325;
    border-bottom: 1px solid var(--line-cool);
  }
.main-stack {
    max-width: 1160px;
    margin: 0 auto;
    padding: 1.5rem 1.78rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1.23rem;
  }
.focused-actions {
    font-size: calc(15.9px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #2b3325;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
  }
.focused-actions:hover,
  .focused-actions:focus-visible {
    color: #c25a4a;
  }
.nav-left {
    justify-self: start;
  }
.nav-right {
    justify-self: end;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.23rem * 1.5);
  }
.nav-list a {
    color: #2b3325;
    text-decoration: none;
    font-size: 15.9px;
    padding: 0.35rem 0.25rem;
    border-radius: 0.31rem;
    transition: color 570ms var(--motion-nav),
                background-color 570ms var(--motion-nav);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #c25a4a;
    background: var(--tone-main);
  }
.open-visual {
    display: none;
    justify-self: end;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    color: #2b3325;
    border: 1px solid var(--line-cool);
    border-radius: 0.6rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: background-color 570ms var(--motion-nav);
  }
.open-visual:hover,
  .open-visual:focus-visible{
    background: color-mix(in srgb, currentColor 10%, transparent);color:var(--ink-deep);}
.plain-nav{
    display: block;
    width: 20px;
    height: 2px;
    background: #2b3325;
    border-radius: 0.31rem;color:var(--ink-deep);}
.open-method {
    display: none;
    background: var(--tone-main);
    color: var(--surface-card);
    border-top: 1px solid var(--line-cool);
  }
.open-method[hidden]{display: none;}
.wide-content {
    list-style: none;
    margin: 0;
    padding: calc(1.23rem * 1.5) 1.78rem;
    display: flex;
    flex-direction: column;
    gap: calc(1.23rem * 1.5);
  }
.wide-content a {
    display: block;
    color: var(--surface-card);
    text-decoration: none;
    font-size: calc(15.9px * 1.125);
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--line-cool);
  }
.wide-content a:hover,
  .wide-content a:focus-visible {
    color: #c25a4a;
  }
@media (max-width: 767px) {
    .main-stack {
      grid-template-columns: 1fr auto;
      gap: calc(1.23rem * 1.5);
    }

    .site-story {
      display: none;
    }

    .focused-actions {
      justify-self: start;
      text-align: left;
    }

    .open-visual {
      display: flex;
    }

    .open-method.is-open {
      display: block;
    }
  }
.wide-panel{font-family:"Sora", sans-serif;font-size:15.9px;line-height:1.73;width:100%;padding:0;background:#2b3325;color:#f6f3e8;}
.direct-story{max-width:1160px;margin:0 auto;padding:calc(1.5rem * 2.4) 1.78rem;display:grid;grid-template-columns:1fr;gap:calc(1.23rem * 1.5)}
.open-brand{font-size:calc(15.9px * 1.35);line-height:1.25;margin:0 0 calc(1.5rem * .75);font-weight:600;letter-spacing:0.01em}
.service-content{margin:0 0 calc(1.5rem * .75);max-width:46ch;font-size:15.9px;opacity:0.92}
.site-menu{display:block;max-width:32rem}
.primary-brand{display:block;font-size:calc(15.9px * .875);margin-bottom:0.35rem;opacity:0.85}
.bottom-steps{display:flex;flex-wrap:wrap;gap:1.23rem;align-items:stretch}
.active-headline{flex:1 1 14rem;min-width:0;padding:0.65rem 0.85rem;font-family:inherit;font-size:15.9px;color:#f6f3e8;background:rgba(255, 255, 255, 0.08);border:1px solid rgba(255, 255, 255, 0.28);border-radius:0.31rem;outline:none}
.active-headline::placeholder{opacity:0.9}
.active-headline:focus{border-color:#c25a4a;box-shadow:0 0 0 3px #8fae7d}
.text-panel{flex:0 0 auto;padding:0.65rem 1.2rem;font-family:inherit;font-size:15.9px;font-weight:600;color:#fdfbf3;background:var(--paint-warm);border:1px solid transparent;border-radius:0.31rem;cursor:pointer;transition:background 570ms var(--motion-nav)}
.text-panel:hover{background:#5c7a4e;color:var(--ink-deep);}
.text-grid{margin:0.6rem 0 0;font-size:calc(15.9px * .875);opacity:0.78}
.offer-copy{border-top:1px solid rgba(255, 255, 255, 0.16);padding-top:calc(1.23rem * 1.5)}
.steady-method{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1.23rem}
.steady-method a{color:inherit;text-decoration:none;font-size:15.9px;padding:0.25rem 0;border-bottom:1px solid transparent;transition:border-color 570ms var(--motion-nav)}
.steady-method a:hover{border-bottom-color:currentColor;color:inherit}
.fresh-track,
  .visual-story{font-size:15.9px;font-weight:600;margin:0 0 0.5rem;letter-spacing:0.02em}
.narrow-links{font-style:normal;display:flex;flex-direction:column;gap:0.2rem;font-size:15.9px}
.page-list a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(255, 255, 255, 0.4)}
.page-list a:hover{border-bottom-color:currentColor;color:inherit}
.secondary-copy{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1.23rem}
.secondary-copy a{color:inherit;text-decoration:none;font-size:15.9px;border-bottom:1px solid transparent}
.secondary-copy a:hover{border-bottom-color:currentColor;color:inherit}
.public-surface{border-top:1px solid rgba(255, 255, 255, 0.16);padding-top:calc(1.23rem * 1.5);font-size:calc(15.9px * .875);opacity:0.85}
.public-surface p{margin:0 0 0.5rem;max-width:70ch}
.main-details{margin:0;opacity:0.75}
@media (min-width: 48rem) {.direct-story{grid-template-columns:1.4fr 1fr;grid-template-areas:"newsletter newsletter"
        "nav contacts"
        "legal legal"
        "disclaimer disclaimer";column-gap:calc(1.23rem * 1.5);row-gap:calc(1.23rem * 1.5)}.main-nav{grid-area:newsletter}.offer-copy{grid-area:nav}.public-brand{grid-area:contacts}.site-form{grid-area:legal}.public-surface{grid-area:disclaimer}.offer-copy{border-top:none;padding-top:0}
  }
footer,footer *{border-radius:0!important;}
footer .simple-region{flex:1 1 100%;max-width:1160px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(15.9px * .875);line-height:1.73;opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;left:1.78rem;right:1.78rem;bottom:1.5rem;z-index:1200;}
.cookies .visual-entries{max-width:1160px;margin:0 auto;background:var(--ink-muted);border:1px solid var(--line-cool);border-radius:1rem;box-shadow:0 6px 18px rgba(0,0,0,0.04);padding:calc(1.5rem * .9) 1.78rem;display:grid;grid-template-columns:1fr auto;gap:12px 1.23rem;align-items:center;color:var(--ink-deep);}
.cookies .service-unit{font-weight:700;}
.cookies p{margin:0;grid-column:1 / 2;}
.cookies .local-wrap{grid-row:1 / 3;grid-column:2 / 3;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;}
.cookies .local-wrap button{border:1px solid var(--line-cool);background:var(--tone-main);color:var(--surface-card);border-radius:0.31rem;padding:8px 12px;cursor:pointer;}
.cookies .local-wrap button.cookie-accept{background:#c25a4a;color:#fdfbf3;border-color:transparent;font-weight:700;}
@media (max-width: 760px){.cookies .visual-entries{grid-template-columns:1fr;}
        .cookies p,.cookies .local-wrap{grid-column:auto;grid-row:auto;}
        .cookies .local-wrap{justify-content:flex-start;}
    }
.team-panel{
        padding: calc(1.5rem * 2.4) 1.78rem;
        background: var(--tone-main);
        color: var(--surface-card)
    }
.team-panel .visual-entries{max-width: 1160px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: calc(1.23rem * 1.5)}
.team-panel .narrow-media{flex: 1 1 22rem;
        min-width: 0}
.team-panel h1{margin: 0;
        font-size: calc(15.9px * 2.65);
        line-height: 1.1}
.team-panel .narrow-media p{margin: calc(1.23rem * 1.5) 0 0;
        font-size: calc(15.9px * 1.125);
        line-height: 1.73}
.team-panel a{
        display: inline-flex;
        margin-top: calc(1.23rem * 1.5);
        border-radius: 0.31rem;
        background: var(--paint-warm);
        color: #fdfbf3;
        padding: calc(1.5rem * .75) 1.5rem;
        text-decoration: none
    }
.team-panel a:hover{
        background: #5c7a4e;color:var(--ink-deep);}
.team-panel .main-feature{flex: 1 1 18rem;
        min-width: 0;
        margin: 0}
.team-panel .main-feature img{display: block;
        width: 100%;
        height: auto;
        border-radius: 1rem;
        box-shadow: 0 6px 18px rgba(0,0,0,0.04)}
@media (max-width: 720px) {.team-panel .visual-entries{
            flex-direction: column
        }
    }
.offer-list{
  background:#fbf8ee;
  color:#2b3325;
  padding:calc(1.5rem * 2.4) 1.78rem;
}
.offer-list .visual-entries{max-width:1160px;
  margin:0 auto;}
.offer-list .active-team{display:flex;
  flex-direction:column;
  gap:1.5rem;}
.offer-list h2{margin:0;
  font-size:calc(15.9px * 2);
  line-height:1.15;
  letter-spacing:0;}
.offer-list .compact-frame{margin:0;
  font-size:15.9px;
  line-height:1.73;
  color:var(--surface-card);}
.offer-list .open-story{margin-top:calc(1.23rem * 1.5);
  display:flex;
  flex-direction:column;}
.offer-list .page-actions{display:flex;
  gap:1.23rem;
  align-items:flex-start;
  padding:1.5rem 0;
  border-top:1px solid var(--line-cool);}
.offer-list .page-actions:last-child{border-bottom:1px solid var(--line-cool);}
.offer-list .page-actions strong{flex:0 0 13rem;
  min-width:0;
  font-size:15.9px;
  font-weight:600;}
.offer-list .page-actions span{min-width:0;
  line-height:1.73;
  color:var(--surface-card);}
.offer-list .direct-area{
  margin:calc(1.23rem * 1.5) 0 0;
  padding:calc(1.5rem * .75);
  background:var(--tone-main);
  color:var(--surface-card);
  border-radius:0.6rem;
  font-size:calc(15.9px * .875);
  line-height:1.73;
}
@media (max-width:640px){.offer-list .page-actions{
    display:block;
  }.offer-list .page-actions span{
    display:block;
    margin-top:.45rem;
  }
}
.bottom-body{
    padding: calc(1.5rem * 2.4) 1.78rem;
    background: #fbf8ee;
    color: #2b3325;
}
.bottom-body .view{max-width: 1160px;
    margin: 0 auto;}
.bottom-body .bottom-form{margin-bottom: calc(1.23rem * 1.5);}
.bottom-body .bottom-form h2{margin: 0 0 calc(1.5rem * .75);
    font-size: calc(15.9px * 2);
    line-height: 1.2;}
.bottom-body .bottom-form p{margin: 0;
    font-size: 15.9px;}
.bottom-body .main-unit{display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);}
.bottom-body .page-actions{
    display: flex;
    gap: 1.23rem;
    align-items: flex-start;
    background: var(--ink-muted);
    color: var(--ink-deep);
    border: 1px solid var(--line-cool);
    border-radius: 1rem;
    padding: calc(1.5rem * .75);
    box-shadow: 0 0px 4px rgba(0,0,0,0.03);
}
.bottom-body .top-inner{flex: 0 0 220px;
    border-radius: 0.6rem;
    overflow: hidden;}
.bottom-body .top-inner img{display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;}
.bottom-body .primary-view{flex: 1 1 auto;
    min-width: 0;}
.bottom-body .primary-view h3{margin: 0 0 calc(1.5rem * .75);
    font-size: calc(15.9px * 1.35);
    line-height: 1.3;}
.bottom-body .primary-view p{margin: 0 0 calc(1.5rem * .75);
    font-size: 15.9px;
    line-height: 1.73;}
.bottom-body .direct-wrap{display: inline-block;
    font-size: calc(15.9px * .875);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;
    transition: color 570ms var(--motion-nav);}
.bottom-body .direct-wrap:hover{}
@media (max-width: 720px) {.bottom-body .page-actions{
        flex-direction: column;
    }.bottom-body .top-inner{
        flex: 0 0 auto;
        width: 100%;
    }
}
.soft-fields{--layer-active:calc(1.5rem * 1.02);--layer-strong:calc(1160px / 2.55);--copy-meta:calc(1160px / 3.94);padding:calc(1.5rem * 2.4) 1.78rem;background:var(--tone-main);color:var(--surface-card);}
.soft-fields .visual-entries{max-width:1160px;margin:0 auto;}
.soft-fields h1,.soft-fields h2,.soft-fields h3,.soft-fields p{margin:0;}
.soft-fields h1{font-size:calc(15.9px * 2.65);line-height:1.08;}
.soft-fields h2{font-size:calc(15.9px * 2);line-height:1.12;}
.soft-fields h3{font-size:calc(15.9px * 1.35);line-height:1.2;}
.soft-fields p{font-size:15.9px;line-height:1.73;}
.soft-fields a{color:inherit;text-decoration:none;border-bottom:1px solid #6f8f5f;padding-bottom:1px;}
.soft-fields a:hover{color:inherit;border-bottom-color:#c25a4a;}
.soft-fields img{display:block;width:100%;height:auto;border-radius:0.6rem;}
.soft-fields .compact-frame{margin-top:1.5rem;}
.soft-fields .open-story{display:flex;flex-direction:column;gap:var(--layer-active);margin-top:var(--layer-active);}
.soft-fields .page-actions{min-width:0;padding-bottom:calc(1.23rem * 1.5);border-bottom:1px solid var(--line-cool);}
.soft-fields .page-actions:last-child{border-bottom:0;padding-bottom:0;}
.soft-fields .page-actions p,.soft-fields .page-actions a{margin-top:calc(1.5rem / 3);}
.soft-fields .offer-callout{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.23rem;}
.soft-fields .offer-callout>.narrow-media{flex:1 1 calc(1160px / 3);min-width:0;}
.soft-fields .offer-callout>.open-story{flex:2 1 calc(1160px / 2);margin-top:0;}
.soft-fields .offer-callout>img{margin-left:auto;max-width:calc(var(--copy-meta) * 1.1);}
@media (max-width:720px){.soft-fields .offer-callout>img{margin-left:0;max-width:100%;}
}
.card-our-story{padding:calc(1.5rem * 2.4) 1.78rem;background:#fbf8ee;color:#2b3325;}
.card-our-story .visual-entries{max-width:1160px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.23rem * 1.5);}
.card-our-story h2,.card-our-story h3,.card-our-story p{margin:0;}
.card-our-story h2{font-size:calc(15.9px * 2);line-height:1.14;}
.card-our-story h3{font-size:calc(15.9px * 1.35);line-height:1.22;}
.card-our-story p{font-size:15.9px;line-height:1.73;}
.card-our-story .active-team{display:flex;flex-wrap:wrap;gap:1.23rem;align-items:flex-start;}
.card-our-story .active-team h2{flex:1 1 calc(1160px / 3);min-width:0;}
.card-our-story .active-team .compact-frame{flex:1 1 calc(1160px / 2.2);min-width:0;color:var(--surface-card);}
.card-our-story .main-unit{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--line-cool);}
.card-our-story .items{display:flex;flex-wrap:wrap;gap:1.23rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--line-cool);align-items:baseline;}
.card-our-story .items .primary-area{flex:0 0 auto;font-size:calc(15.9px * .875);letter-spacing:.04em;text-transform:uppercase;color:inherit;}
.card-our-story .items h3{flex:1 1 calc(1160px / 3.4);min-width:0;}
.card-our-story .items p{flex:1 1 calc(1160px / 2.4);min-width:0;color:var(--surface-card);}
.card-our-story .direct-proof{display:flex;flex-wrap:wrap;gap:1.23rem;align-items:center;justify-content:space-between;}
.card-our-story .direct-proof .direct-area{flex:1 1 calc(1160px / 2);min-width:0;color:var(--surface-card);}
.card-our-story .service-inner{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.31rem;background:var(--paint-warm);color:#fdfbf3;text-decoration:none;font-size:calc(15.9px * .875);}
.card-our-story .service-inner:hover{background:#5c7a4e;color:var(--ink-deep);}
@media (max-width:720px){.card-our-story .items{flex-direction:column;gap:calc(1.23rem / 2);}
}
.primary-nav{
  background: var(--tone-main);
  color: var(--surface-card);
  padding: calc(1.5rem * 2.4) 1.78rem;
}
.primary-nav .visual-entries{width: min(100%, 1160px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.23rem;
  align-items: stretch;}
.primary-nav .quiet-unit{display: block;
  width: 100%;
  height: 100%;
  min-height: 30rem;
  object-fit: cover;
  border-radius: 1.25rem;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);}
.primary-nav .narrow-media{display: flex;
  flex-direction: column;
  gap: calc(1.23rem * 1.5);
  justify-content: center;}
.primary-nav h2{font-size: calc(15.9px * 2);
  line-height: 1.08;
  margin: 0;}
.primary-nav .narrow-media > p{margin: 0;
  font-size: calc(15.9px * 1.125);
  line-height: 1.73;}
.primary-nav .wide-region{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.primary-nav .wide-region div{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.6rem;
  background: var(--ink-muted);
  color: var(--ink-deep);
  border: 1px solid var(--line-cool);
}
.primary-nav strong{font-size: 15.9px;
  line-height: 1.2;
  flex: 1 1 10rem;}
.primary-nav span{flex: 1 1 16rem;
  min-width: 0;
  line-height: 1.73;}
.primary-nav .visual-entries > *{min-width: 0;
  flex: 1 1 20rem;}
@media (max-width: 860px) {.primary-nav .quiet-unit{ min-height: 18rem; }
}
.narrow-frame{--layer-active:calc(1.5rem * 1.1);--layer-main:calc(1160px / 3.4);padding:calc(1.5rem * 2.4) 1.78rem;background:#fbf8ee;color:#2b3325;}
.narrow-frame .visual-entries{max-width:1160px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-active);}
.narrow-frame h2,.narrow-frame p{margin:0;}
.narrow-frame h2{font-size:calc(15.9px * 2);line-height:1.15;}
.narrow-frame p{font-size:15.9px;line-height:1.73;}
.narrow-frame .compact-frame{margin-top:calc(1.5rem / 2);color:var(--surface-card);}
.narrow-frame .secondary-grid{display:flex;flex-direction:column;gap:calc(1.23rem * .8);}
.narrow-frame details{padding:calc(1.5rem * .75) 1.5rem;border-radius:0.6rem;background:var(--ink-muted);color:var(--ink-deep);border:1px solid var(--line-cool);}
.narrow-frame summary{cursor:pointer;font-weight:600;font-size:calc(15.9px * 1.125);line-height:1.35;list-style:none;}
.narrow-frame summary::-webkit-details-marker{display:none;}
.narrow-frame summary::after{content:"+";float:right;font-weight:400;color:inherit;}
.narrow-frame details[open] summary::after{content:"–";}
.narrow-frame details p{margin-top:calc(1.5rem / 2.4);color:var(--surface-card);}
.narrow-frame .offer-group{display:flex;flex-direction:column;gap:1.23rem;align-items:flex-start;padding-top:calc(1.23rem * 1.5);border-top:1px solid var(--line-cool);}
.narrow-frame .offer-group img{display:block;width:100%;max-width:var(--layer-main);height:auto;border-radius:1rem;}
.narrow-frame .direct-area{font-size:calc(15.9px * .875);color:var(--surface-card);}
.narrow-frame .service-inner{display:inline-flex;align-items:center;justify-content:center;padding:calc(calc(1.5rem * .75) * .8) 1.5rem;border-radius:0.31rem;background:var(--paint-warm);color:#fdfbf3;text-decoration:none;font-size:calc(15.9px * .875);}
.narrow-frame .service-inner:hover{background:#5c7a4e;color:var(--ink-deep);}
@media (min-width:900px){.narrow-frame .visual-entries{display:grid;grid-template-columns:1.6fr 1fr;grid-template-areas:"intro aside" "questions aside";align-items:start;column-gap:calc(1.78rem * 1.6);}.narrow-frame .active-team{grid-area:intro;}.narrow-frame .secondary-grid{grid-area:questions;}.narrow-frame .offer-group{grid-area:aside;border-top:0;padding-top:0;}.narrow-frame .offer-group img{max-width:100%;}
}
.soft-contact{padding:calc(1.5rem * 2.4) 1.78rem;background:var(--tone-main);color:var(--surface-card)}
.soft-contact .visual-entries{max-width:1160px;margin:0 auto}
.soft-contact .bottom-form{display:flex;flex-wrap:wrap;gap:1.23rem;align-items:flex-end;justify-content:space-between;margin-bottom:calc(1.23rem * 1.5)}
.soft-contact h2{margin:0;font-size:calc(15.9px * 2);line-height:1.15;flex:1 1 22rem}
.soft-contact .bottom-form p{flex:1 1 24rem;margin:0;line-height:1.73}
.soft-contact .wide-team{display:flex;flex-wrap:wrap;gap:1.23rem;padding:1.5rem 0;border-top:1px solid var(--line-cool);border-bottom:1px solid var(--line-cool)}
.soft-contact .wide-team>*{flex:1 1 15rem;min-width:0;display:block;padding:calc(1.5rem * .75);background:var(--ink-muted);color:var(--ink-deep);border:1px solid var(--line-cool);border-radius:0.6rem;text-decoration:none;font-weight:600;overflow-wrap:anywhere}
.soft-contact .wide-team span{display:block;margin-top:0.35rem;font-weight:400;font-size:calc(15.9px * .875);color:var(--ink-deep);opacity:0.78}
.soft-contact .strong-service{display:flex;flex-wrap:wrap;gap:1.23rem;margin-top:1.5rem}
.soft-contact .strong-service .strong-form{flex:1 1 15rem;min-width:0}
.soft-contact .strong-service .featured-frame{margin:0 0 0.3rem;font-size:calc(15.9px * .875);text-transform:uppercase;letter-spacing:0.06em;opacity:0.7}
.soft-contact .strong-service p{margin:0;line-height:1.73}
.soft-contact a{color:inherit}
@media(max-width:680px){.soft-contact .bottom-form{display:block}.soft-contact .bottom-form p{margin-top:1.5rem}}
.page-benefit{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 1.78rem;background:#fbf8ee;color:#2b3325}
.page-benefit .visual-entries{position:relative;max-width:1160px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:calc(1.23rem * 1.5);align-items:start}
.page-benefit .active-team{grid-column:1 / -1;padding-bottom:calc(1.23rem * 1.5);border-bottom:1px solid var(--line-cool)}
.page-benefit .primary-section{margin:0 0 calc(1.5rem * .75);font-size:calc(15.9px * .875);letter-spacing:.04em;text-transform:uppercase;}
.page-benefit h2{margin:0 0 calc(1.5rem * .75);font-size:calc(15.9px * 2);line-height:1.15}
.page-benefit .compact-frame{margin:0;font-size:15.9px;line-height:1.73}
.page-benefit .simple-shell{display:flex;flex-direction:column;gap:1.23rem}
.page-benefit .featured-nav{display:flex;flex-direction:column;gap:0.31rem}
.page-benefit .featured-nav label{font-size:calc(15.9px * .875);}
.page-benefit input[type="email"],
.page-benefit select,
.page-benefit textarea{width:100%;padding:calc(1.5rem * .75);border:1px solid var(--line-cool);border-radius:0.6rem;background:var(--ink-muted);color:var(--ink-deep);font:inherit;outline:none}
.page-benefit input[type="email"]:focus,
.page-benefit select:focus,
.page-benefit textarea:focus{border-color:#8fae7d;box-shadow:0 0 0 3px color-mix(in srgb,#8fae7d 30%,transparent)}
.page-benefit textarea{resize:vertical}
.page-benefit .site-region{display:flex;gap:1.23rem;align-items:flex-start;font-size:calc(15.9px * .875);line-height:1.73}
.page-benefit .site-region input{margin-top:.35em;flex:0 0 auto}
.page-benefit button{align-self:flex-start;padding:calc(1.5rem * .75) 1.5rem;border:0;border-radius:0.6rem;background:var(--paint-warm);color:#fdfbf3;font:inherit;cursor:pointer;transition:background 570ms var(--motion-nav)}
.page-benefit button:hover{background:#5c7a4e;color:var(--ink-deep);}
.page-benefit .narrow-copy{padding:calc(1.5rem * .75);border:1px solid var(--line-cool);border-radius:1rem;background:var(--tone-main);color:var(--surface-card)}
.page-benefit .main-list{margin:0 0 calc(1.5rem * .75);font-size:calc(15.9px * 1.125);}
.page-benefit .open-story{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.23rem}
.page-benefit .open-story li{display:flex;flex-direction:column;gap:0.31rem}
.page-benefit .open-story .simple-content{font-size:calc(15.9px * .875);}
.page-benefit .open-story a{text-decoration:none}
.page-benefit .open-story a:hover{}
.page-benefit .direct-area{margin:calc(1.5rem * .75) 0 0;font-size:calc(15.9px * .875);line-height:1.73}
@media(max-width:820px){.page-benefit .visual-entries{grid-template-columns:1fr}
}
.page-region{
        padding: calc(1.5rem * 2.4) 1.78rem;
        background: var(--tone-main);
        color: var(--surface-card)
    }
.page-region .visual-entries{max-width: 1160px;
        margin: 0 auto}
.page-region .offer-method{display: flex;
        flex-direction: column;
        gap: calc(1.23rem * 1.5)}
.page-region .active-team{min-width: 0}
.page-region h2{margin: 0;
        font-size: calc(15.9px * 2);
        line-height: 1.15}
.page-region .active-team p{margin: 1.5rem 0 0;
        font-size: calc(15.9px * 1.125);
        line-height: 1.73}
.page-region ul{min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0}
.page-region li{display: flex;
        gap: 1.23rem;
        align-items: flex-start;
        padding: 1.5rem 0}
.page-region li + li{border-top: 1px solid var(--line-cool)}
.page-region strong{flex: 0 1 17rem;
        min-width: 0;
        font-size: calc(15.9px * 1.35);
        line-height: 1.2}
.page-region span{flex: 1 1 28rem;
        min-width: 0;
        line-height: 1.73}
@media (max-width: 760px) {.page-region li{
            display: block
        }.page-region span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.featured-surface{--layer-active:calc(1.5rem * 1.02);--layer-strong:calc(1160px / 2.85);padding:calc(1.5rem * 2.4) 1.78rem;background:#fbf8ee;color:#2b3325;}
.featured-surface .visual-entries{max-width:1160px;margin:0 auto;}
.featured-surface h1,.featured-surface h2,.featured-surface h3,.featured-surface p{margin:0;}
.featured-surface h1{font-size:calc(15.9px * 2.65);line-height:1.08;}
.featured-surface h2{font-size:calc(15.9px * 2);line-height:1.12;}
.featured-surface h3{font-size:calc(15.9px * 1.35);line-height:1.2;}
.featured-surface p{font-size:15.9px;line-height:1.73;color:var(--surface-card);}
.featured-surface a{color:inherit;text-decoration:none;font-size:calc(15.9px * .875);}
.featured-surface a:hover{color:inherit;}
.featured-surface .direct-area{max-width:var(--layer-strong);}
.featured-surface .open-story{display:flex;flex-wrap:wrap;gap:1.23rem;margin-top:var(--layer-active);}
.featured-surface .page-actions{flex:1 1 calc(1160px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.6rem;background:var(--ink-muted);color:var(--ink-deep);border:1px solid var(--line-cool);}
.featured-surface .page-actions p,.featured-surface .page-actions a{margin-top:calc(1.5rem / 3);}
.featured-surface .step>h2{margin-top:var(--layer-active);}
.site-entries{--layer-active:calc(1.5rem * 1.19);--copy-meta:calc(1160px / 3.27);padding:calc(1.5rem * 2.4) 1.78rem;background:var(--tone-main);color:var(--surface-card);}
.site-entries .visual-entries{max-width:1160px;margin:0 auto;}
.site-entries h2,.site-entries h3,.site-entries p{margin:0;}
.site-entries h2{font-size:calc(15.9px * 2);line-height:1.12;}
.site-entries h3{font-size:calc(15.9px * 1.35);line-height:1.2;}
.site-entries p{font-size:15.9px;line-height:1.73;}
.site-entries img{display:block;width:100%;height:auto;border-radius:0.6rem;}
.site-entries .offer-callout{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.23rem;}
.site-entries .offer-callout>.narrow-media{flex:1 1 calc(1160px / 3);min-width:0;}
.site-entries .narrow-media .compact-frame{margin-top:1.5rem;}
.site-entries .offer-callout>.open-story{flex:2 1 calc(1160px / 2);margin-top:0;display:flex;flex-direction:column;gap:var(--layer-active);}
.site-entries .page-actions{min-width:0;display:flex;flex-wrap:wrap;gap:1.23rem;align-items:flex-start;}
.site-entries .page-actions img{flex:0 0 auto;width:calc(var(--copy-meta) * .62);}
.site-entries .page-actions h3{flex:1 1 calc(1160px / 4);min-width:0;}
.site-entries .page-actions p{flex:1 1 100%;margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.site-entries .page-actions img{width:100%;}.site-entries .page-actions h3{flex:1 1 100%;}
}
.strong-story{--layer-active:calc(1.5rem * 1.19);--layer-strong:calc(1160px / 3.10);--copy-meta:calc(1160px / 3.27);padding:calc(1.5rem * 2.4) 1.78rem;background:#fbf8ee;color:#2b3325;}
.strong-story .visual-entries{max-width:1160px;margin:0 auto;}
.strong-story h1,.strong-story h2,.strong-story h3,.strong-story p{margin:0;}
.strong-story h1{font-size:calc(15.9px * 2.65);line-height:1.08;}
.strong-story h2{font-size:calc(15.9px * 2);line-height:1.12;}
.strong-story h3{font-size:calc(15.9px * 1.35);line-height:1.2;}
.strong-story p{font-size:15.9px;line-height:1.73;color:var(--surface-card);}
.strong-story a{color:inherit;text-decoration:none;}
.strong-story img{display:block;width:100%;height:auto;border-radius:0.6rem;}
.strong-story .service-inner{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.31rem;background:var(--paint-warm);color:#fdfbf3;}
.strong-story .open-story{display:flex;flex-direction:column;gap:var(--layer-active);margin-top:var(--layer-active);}
.strong-story .page-actions{min-width:0;}
.strong-story .page-actions p,.strong-story .page-actions a{margin-top:calc(1.5rem / 3);}
.strong-story .page-actions img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--copy-meta) * .7);}
.strong-story .offer-callout{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.23rem;}
.strong-story .offer-callout>.narrow-media{flex:1 1 calc(1160px / 3);min-width:0;}
.strong-story .offer-callout>.open-story{flex:2 1 calc(1160px / 2);margin-top:0;}
.strong-story .offer-callout>img{margin-left:auto;}
.strong-story .narrow-media .compact-frame{margin-top:1.5rem;}
@media (max-width:720px){.strong-story .offer-callout>img{margin-left:0;}.strong-story .offer-callout>.narrow-media,.strong-story .offer-callout>.open-story{flex:1 1 100%;}
}
.active-rail{background:linear-gradient(135deg, #f4f1e4 0%, #e3e9d5 55%, #d6e0c4 100%);color:#2b3325;padding:calc(1.5rem * 2.4) 1.78rem}
.active-rail .visual-entries{max-width:min(1160px,68rem);margin:0 auto}
.active-rail .local-proof{display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.23rem * 1.5)}
.active-rail .direct-area{margin:0;font-size:15.9px;line-height:1.65}
.active-rail h2{margin:0;font-size:clamp(calc(15.9px * 2),5.4vw,calc(15.9px * 2.65));line-height:1.08;letter-spacing:0}
.active-rail .quiet-unit{display:block;width:min(100%,42rem);height:auto;aspect-ratio:16/10;object-fit:cover;border-radius:1rem;box-shadow:0 0px 4px rgba(0,0,0,0.03)}
.active-rail .team-list{display:flex;flex-direction:column;gap:1.5rem;width:100%}
.active-rail .page-actions{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid var(--line-cool)}
.active-rail .page-actions:nth-child(3n+2){margin-left:clamp(0px,6vw,4rem)}
.active-rail strong,.active-rail span{display:block}
.active-rail strong{font-size:calc(15.9px * 1.125);line-height:1.3}
.active-rail span{margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.6;font-size:15.9px}
@media(max-width:680px){.active-rail .page-actions:nth-child(3n+2){margin-left:0}}
.steady-frame{padding:calc(1.5rem * 2.4) 1.78rem;background:var(--tone-main);color:var(--surface-card)}
.steady-frame .active-copy{max-width:min(1160px,64rem);margin:0 auto}
.steady-frame h2{margin:0 0 1.5rem;font-size:calc(15.9px * 2);line-height:1.15}
.steady-frame .primary-section{margin:0 0 calc(1.23rem * 1.5);font-size:calc(15.9px * 1.125);line-height:1.73}
.steady-frame .site-benefit{display:flex;flex-direction:column;gap:1.23rem}
.steady-frame .direct-area{background:var(--ink-muted);color:var(--ink-deep);border:1px solid var(--line-cool);border-radius:1rem;padding:calc(1.5rem * .75) 1.78rem;box-shadow:0 0px 4px rgba(0,0,0,0.03)}
.steady-frame h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.9px * 1.35);line-height:1.25}
.steady-frame .direct-area p{margin:0;line-height:1.73}
@media (min-width:768px){.steady-frame .site-benefit{display:grid;grid-template-columns:1fr 1fr;gap:1.23rem}
}
.primary-rail{
  background:linear-gradient(135deg, #f4f1e4 0%, #e3e9d5 55%, #d6e0c4 100%);
  color:#2b3325;
  padding:calc(1.5rem * 2.4) 1.78rem;
}
.primary-rail .visual-entries{max-width:min(1160px,64rem);
  margin:0 auto;}
.primary-rail .local-proof{display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:calc(1.23rem * 1.5);}
.primary-rail .direct-area{margin:0;
  line-height:1.73;
  font-size:15.9px;}
.primary-rail h2{margin:0;
  font-size:clamp(calc(15.9px * 2),5.5vw,calc(15.9px * 2.65));
  line-height:1.08;}
.primary-rail .secondary-quote{display:block;
  width:min(100%,44rem);
  height:auto;
  aspect-ratio:3/2;
  object-fit:cover;
  border-radius:1rem;
  box-shadow:0 6px 18px rgba(0,0,0,0.04);}
.primary-rail .visual-track{display:flex;
  flex-wrap:wrap;
  gap:1.23rem;
  width:100%;}
.primary-rail .visual-track a{
  flex:1 1 17rem;
  min-width:0;
  display:block;
  padding:calc(1.5rem * .75);
  background:var(--ink-muted);
  color:var(--ink-deep);
  border:1px solid var(--line-cool);
  border-radius:0.6rem;
  text-decoration:none;
  transition:transform 570ms var(--motion-nav),box-shadow 570ms var(--motion-nav);
}
.primary-rail .visual-track a:hover,
.primary-rail .visual-track a:focus-visible{transform:translateY(-2px);
  box-shadow:0 6px 18px rgba(0,0,0,0.04);}
.primary-rail strong,
.primary-rail span{display:block;}
.primary-rail strong{font-size:15.9px;
  line-height:1.35;}
.primary-rail span{margin-top:calc(calc(1.5rem * .75)*.5);
  font-size:calc(15.9px * .875);
  line-height:1.6;}
.team-footer{padding:calc(1.5rem * 2.4) 1.78rem;background:#fbf8ee;color:#2b3325}
.team-footer .visual-entries{max-width:1160px;margin:0 auto}
.team-footer .direct-rail{display:flex;gap:calc(1.23rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.team-footer .compact-frame{flex:1 1 34rem;min-width:0}
.team-footer .compact-frame p{margin:0 0 1.5rem;font-size:calc(15.9px * .875);line-height:1.73;color:var(--surface-card)}
.team-footer h2{margin:0 0 calc(1.23rem * 1.5);font-size:calc(15.9px * 2.65);line-height:1.06}
.team-footer .direct-area{margin:0;font-size:15.9px;line-height:1.73;color:#2b3325}
.team-footer .site-callout{flex:1 1 26rem;min-width:0;padding:calc(1.5rem * .75);background:var(--ink-muted);color:var(--ink-deep);border:1px solid var(--line-cool);border-radius:1rem}
.team-footer .media-section{margin:0;line-height:1.73}
.team-footer .service-inner{display:inline-flex;margin-top:1.5rem;border-radius:0.6rem;background:var(--paint-warm);color:#fdfbf3;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.team-footer .service-inner:hover{background:#5c7a4e;color:var(--ink-deep);}
.team-footer .simple-list{list-style:none;margin:calc(1.23rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.team-footer .simple-list a{display:block;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--line-cool);color:inherit;text-decoration:none}
.team-footer .simple-list a:hover{color:inherit;}
@media(max-width:760px){.team-footer .direct-rail{display:block}.team-footer h2{font-size:calc(15.9px * 2)}.team-footer .site-callout{margin-top:calc(1.23rem * 1.5)}}
