*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"DM Serif Display", sans-serif;}
a{color:inherit;}
.direct-section {
    width: 100%;
    background: #FBF8F2;
    color: #1C1610;
    border-bottom: 1px solid var(--surface-accent);
    padding: 1.5rem 2.02rem;
  }
.plain-headline {
    max-width: 1380px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1.93rem;
  }
.clear-block {
    grid-column: 2;
    justify-self: center;
    font-size: calc(17.4px * 1.125);
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #1C1610;
    text-decoration: none;
    white-space: nowrap;
  }
:root {
  --surface-card: #332B21;
  --tone-extra-9: #F1EAD9;
  --line-page: #FFFFFF;
  --tone-cool: #1C1610;
  --surface-accent: #E2D9C6;
  --ease-soft: cubic-bezier(0.4,0,0.2,1);
  --paint-warm: #1C1610;
}
.nav-group--left {
    grid-column: 1;
    justify-self: start;
  }
.nav-group--right {
    grid-column: 3;
    justify-self: end;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.93rem * 1.5);
  }
.nav-link {
    display: inline-block;
    padding: 0.5rem 0.25rem;
    font-size: 17.4px;
    color: #1C1610;
    text-decoration: none;
    border-radius: 0.31rem;
    transition: color 430ms var(--ease-soft), background-color 430ms var(--ease-soft);
  }
.nav-link:hover,
  .nav-link:focus-visible {
    color: #B08A3E;
    background: var(--tone-extra-9);
    outline: none;
  }
.bottom-benefit {
    display: none;
    grid-column: 3;
    justify-self: end;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: 1px solid var(--surface-accent);
    border-radius: 0.53rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.content-shell{
    display: block;
    width: 20px;
    height: 2px;
    background: #1C1610;
    border-radius: 0.31rem;
    transition: transform 430ms var(--ease-soft), opacity 430ms var(--ease-soft);color:var(--paint-warm);}
.bottom-benefit[aria-expanded="true"] .content-shell:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.bottom-benefit[aria-expanded="true"] .content-shell:nth-child(2) {
    opacity: 0;
  }
.bottom-benefit[aria-expanded="true"] .content-shell:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
.offer-unit {
    display: none;
    margin-top: calc(1.93rem * 1.5);
    padding: calc(1.5rem * .75) 0;
    border-top: 1px solid var(--surface-accent);
  }
.offer-unit[hidden] {
    display: none;
  }
.contact-note {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: calc(1.93rem * 1.5);
  }
.fresh-links {
    display: block;
    padding: 0.75rem 0.25rem;
    font-size: calc(17.4px * 1.125);
    color: #1C1610;
    text-decoration: none;
    border-radius: 0.31rem;
  }
.fresh-links:hover,
  .fresh-links:focus-visible {
    color: #B08A3E;
    background: var(--tone-extra-9);
    outline: none;
  }
@media (max-width: 767px) {
    .plain-headline {
      grid-template-columns: 1fr auto;
    }

    .clear-block {
      grid-column: 1;
      justify-self: start;
      font-size: 17.4px;
    }

    .nav-group {
      display: none;
    }

    .bottom-benefit {
      display: flex;
    }

    .offer-unit:not([hidden]) {
      display: block;
    }
  }
.text-method{font-family:"DM Serif Display", sans-serif;font-size:17.4px;line-height:1.71;padding:calc(1.5rem * 2.4) 2.02rem;margin-top:calc(1.5rem * 2.4);background:#1C1610;color:#F6F1E7;}
.bottom-rail{max-width:1380px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(1.93rem * 1.5)}
.strong-callout{padding-bottom:calc(1.93rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.14)}
.contact-menu{margin:0 0 1.5rem;font-size:calc(17.4px * .875);letter-spacing:0.14em;text-transform:uppercase;opacity:0.72}
.primary-summary{font-style:normal;display:flex;flex-direction:column;gap:1.5rem;font-size:calc(17.4px * 1.125)}
.plain-figure{display:block;max-width:34ch}
.site-headline{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 430ms var(--ease-soft);width:fit-content}
.site-headline:hover,
  .site-headline:focus-visible{border-bottom-color:currentColor}
.main-wrap{display:flex;flex-direction:column;gap:1.5rem}
.steady-story{margin:0;font-size:calc(17.4px * 1.35);letter-spacing:0.02em;font-weight:600}
.visual-section{margin:0;max-width:46ch;font-size:calc(17.4px * .875);opacity:0.78}
.text-surface{display:grid;grid-template-columns:1fr;gap:calc(1.93rem * 1.5)}
.text-media{margin:0 0 1.5rem;font-size:calc(17.4px * .875);letter-spacing:0.12em;text-transform:uppercase;opacity:0.72}
.fresh-plan{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}
.fresh-plan a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 430ms var(--ease-soft)}
.fresh-plan a:hover,
  .fresh-plan a:focus-visible{border-bottom-color:currentColor;color:inherit}
.offer-figure{padding-top:calc(1.93rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.14);display:flex;flex-direction:column;gap:1.5rem}
.main-block{margin:0;max-width:78ch;font-size:calc(17.4px * .875);opacity:0.78}
.primary-items{margin:0;font-size:calc(17.4px * .875);opacity:0.72}
@media (min-width: 720px) {.text-surface{grid-template-columns:repeat(3, minmax(0, 1fr))}
  }
@media (min-width: 1024px) {.bottom-rail{grid-template-columns:minmax(0, 1.1fr) minmax(0, 1fr);grid-template-areas:"contact brand"
        "nav nav"
        "legal legal";column-gap:calc(1.5rem * .75)}.strong-callout{grid-area:contact;border-bottom:none;padding-bottom:0}.main-wrap{grid-area:brand}.text-surface{grid-area:nav}.offer-figure{grid-area:legal}
  }
.cookies{position:fixed;left:2.02rem;right:2.02rem;bottom:1.5rem;z-index:1200;}
.cookies .plain-summary{max-width:720px;margin:0 auto;background:#FBF8F2;border:1px solid var(--surface-accent);border-radius:1.01rem;box-shadow:0 18px 46px rgba(0,0,0,0.17);padding:1.5rem 2.02rem;color:#1C1610;}
.cookies .direct-content{display:flex;align-items:center;gap:8px;}
.cookies .offer-area{width:10px;height:10px;border-radius:50%;background:#B08A3E;box-shadow:0 0 0 4px color-mix(in srgb,#B08A3E 20%,transparent);color:#1C1610;}
.cookies .plain-summary p{margin:8px 0 0;}
.cookies .offer-content{margin-top:14px;display:flex;gap:8px;flex-wrap:wrap;}
.cookies .offer-content button{border:1px solid var(--surface-accent);background:var(--tone-extra-9);color:var(--surface-card);border-radius:0.31rem;padding:8px 12px;cursor:pointer;}
.cookies .offer-content button.cookie-accept{background:#B08A3E;color:#1C1610;border-color:transparent;font-weight:700;}
.service-items{
  padding:calc(1.5rem*3.2) 2.02rem;
  background:#1C1610;
  color:#F6F1E7;
}
.service-items .active-content{max-width:1380px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:1.93rem;
  align-items:flex-start;
  justify-content:space-between;}
.service-items .direct-frame{flex:1 1 36rem;
  min-width:0;}
.service-items h1{margin:0 0 calc(1.93rem * 1.5);
  font-size:clamp(2.4rem,6.4vw,5.4rem);
  line-height:0.98;}
.service-items .text-entries{margin:0;
  max-width:44rem;
  font-size:calc(17.4px * 1.125);
  line-height:1.55;}
.service-items .offer-shell{display:flex;
  flex-wrap:wrap;
  gap:0.7rem;
  margin-top:calc(calc(1.93rem * 1.5)*1.4);}
.service-items .offer-shell a{
  display:inline-block;
  padding:0.78rem 1.15rem;
  border-radius:0.89rem;
  text-decoration:none;
  font-weight:700;
  background:#B08A3E;
  color:#1C1610;
  transition:background 430ms var(--ease-soft);
}
.service-items .offer-shell a:last-child{
  background:transparent;
  color:#F6F1E7;
  border:1px solid #B08A3E;
}
.service-items .offer-shell a:hover{
  background:#96732F;
  color:#1C1610;
}
.service-items .local-form{flex:1 1 20rem;
  max-width:32rem;
  padding-left:1.2rem;
  border-left:1px solid #B08A3E;}
.service-items .text-frame{margin:0;
  font-size:calc(17.4px * .875);
  line-height:1.7;}
.service-items .service-track{margin:calc(1.93rem * 1.5) 0 0;
  font-size:calc(17.4px * .875);
  line-height:1.7;}
.service-items .service-track a{color:#B08A3E;
  text-decoration:underline;
  text-underline-offset:3px;}
.service-items .service-track a:hover{color:inherit;}
@media (max-width:760px){
  .service-items .local-form{
    border-left:0;
    padding-left:0;
    max-width:none;
    border-top:1px solid #B08A3E;
    padding-top:calc(1.93rem * 1.5);
  }
}
.service-footer{--axis-base:calc(1.5rem * 1.15);--axis-control:calc(1380px / 2.7);padding:calc(1.5rem * 2.4) 2.02rem;background:#FBF8F2;color:#1C1610;}
.service-footer .active-content{max-width:1380px;margin:0 auto;}
.service-footer h2,.service-footer h3,.service-footer p{margin:0;}
.service-footer h2{font-size:calc(17.4px * 2);line-height:1.14;max-width:var(--axis-control);}
.service-footer h3{font-size:calc(17.4px * 1.35);line-height:1.22;}
.service-footer p{font-size:17.4px;line-height:1.71;}
.service-footer .top-brand{display:flex;flex-direction:column;gap:calc(1.93rem * 1.5);}
.service-footer .text-entries{max-width:var(--axis-control);color:var(--surface-card);}
.service-footer .soft-service{display:flex;flex-direction:column;margin-top:var(--axis-base);border-top:1px solid var(--surface-accent);}
.service-footer .primary-proof{padding:calc(1.93rem * 1.5) 0;border-bottom:1px solid var(--surface-accent);display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem / 2.6);}
.service-footer .primary-proof p{color:var(--surface-card);max-width:calc(var(--axis-control) * 1.35);}
.service-footer .offer-shell{margin-top:var(--axis-base);padding-top:calc(1.93rem * 1.5);border-top:1px solid var(--surface-accent);}
.service-footer .offer-shell p{color:var(--surface-card);max-width:calc(var(--axis-control) * 1.3);}
.service-footer .offer-shell a{color:#1C1610;text-decoration:underline;text-underline-offset:3px;}
.service-footer .offer-shell a:hover{color:inherit;}
@media (min-width:900px){.service-footer .primary-proof{grid-template-columns:minmax(0,0.85fr) minmax(0,1.15fr);gap:1.93rem;align-items:start;}
}
.text-items{--axis-base:calc(1.5rem * 1.32);--axis-control:calc(1380px / 2.45);padding:calc(1.5rem * 2.4) 2.02rem;background:var(--tone-cool);color:#F6F1E7;}
.text-items .active-content{max-width:1380px;margin:0 auto;}
.text-items h1,.text-items h2,.text-items h3,.text-items p{margin:0;}
.text-items h1{font-size:calc(17.4px * 2.65);line-height:1.08;}
.text-items h2{font-size:calc(17.4px * 2);line-height:1.12;max-width:var(--axis-control);}
.text-items h3{font-size:calc(17.4px * 1.35);line-height:1.2;}
.text-items p{font-size:17.4px;line-height:1.71;color:color-mix(in srgb, currentColor 74%, transparent);}
.text-items a{color:inherit;text-decoration:none;}
.text-items .simple-surface{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:#F6F1E7;color:var(--tone-cool);transition:background 430ms var(--ease-soft),color 430ms var(--ease-soft);}
.text-items .simple-surface:hover{background:#B08A3E;color:#1C1610;}
.text-items .text-entries{max-width:var(--axis-control);}
.text-items .bottom-feature>h2,.text-items .bottom-feature>p,.text-items .bottom-feature>.simple-surface{margin-top:1.5rem;}
.text-items .offer-shell{margin-top:calc(1.93rem * 1.5);display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75);font-size:calc(17.4px * .875);}
.text-items .offer-shell a{color:color-mix(in srgb, currentColor 82%, transparent);border-bottom:1px solid color-mix(in srgb, currentColor 30%, transparent);padding-bottom:2px;transition:color 430ms var(--ease-soft),border-color 430ms var(--ease-soft);}
.text-items .offer-shell a:hover{border-color:#B08A3E;}
.text-items .offer-shell span{color:color-mix(in srgb, currentColor 40%, transparent);}
@media (max-width:640px){.text-items .simple-surface{width:100%;}.text-items .offer-shell{flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);}.text-items .offer-shell span{display:none;}
}
.story{--axis-base:calc(1.5rem * 1.05);--axis-control:calc(1380px / 2.90);padding:calc(1.5rem * 2.4) 2.02rem;background:#FBF8F2;color:#1C1610;}
.story .active-content{max-width:1380px;margin:0 auto;}
.story h1,.story h2,.story h3,.story p{margin:0;}
.story h2{font-size:calc(17.4px * 2);line-height:1.12;}
.story p{font-size:17.4px;line-height:1.71;}
.story a{color:#1C1610;text-decoration:none;border-bottom:1px solid var(--surface-accent);}
.story a:hover{color:inherit;}
.story .simple-surface{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(--tone-cool);color:#F6F1E7;border-bottom:none;}
.story .simple-surface:hover{background:#332B21;color:#F6F1E7;}
.story .direct-frame{flex:1 1 auto;min-width:0;max-width:var(--axis-control);}
.story .direct-frame .text-entries{margin-top:1.5rem;color:var(--surface-card);}
.story .public-lead{display:flex;flex-direction:column;gap:var(--axis-base);flex:1 1 100%;}
.story details{padding:calc(calc(1.5rem * .75) * .9) 0;border-top:1px solid var(--surface-accent);}
.story details:last-of-type{border-bottom:1px solid var(--surface-accent);}
.story summary{cursor:pointer;font-weight:700;font-size:calc(17.4px * 1.125);line-height:1.25;}
.story details p{margin-top:calc(1.5rem / 3);color:var(--surface-card);max-width:var(--axis-control);}
.story .offer-shell{margin-top:calc(1.93rem * 1.5);font-size:calc(17.4px * .875);color:var(--surface-card);}
.story .plain-tile{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.93rem;}
.media-frame{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.02rem calc(calc(1.5rem * 2.4)*.62);
    background:var(--tone-extra-9,#F1EAD9);
    color:var(--surface-card,#332B21);
  }
.media-frame .page-copy{max-width:1380px;
    margin:0 auto;
    display:flex;
    justify-content:flex-start;}
.media-frame .bottom-frame{width:min(100%,48rem);
    display:flex;
    flex-direction:column;
    gap:calc(1.93rem * 1.5);}
.media-frame h1{margin:0;
    font-size:clamp(2rem,4.8vw,calc(17.4px * 2.65));
    line-height:1.06;
    font-weight:700;
    letter-spacing:-0.01em;}
.media-frame p{margin:0;
    max-width:38rem;
    font-size:clamp(1rem,1.3vw,calc(17.4px * 1.125));
    line-height:1.72;
    opacity:.82;}
@media (max-width:640px){.media-frame{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.media-frame .bottom-frame{
      gap:1.5rem;
    }
  }
.active-frame{--axis-base:calc(1.5rem * 1.25);--copy-base:calc(1380px / 3.58);padding:calc(1.5rem * 2.4) 2.02rem;background:var(--tone-cool);color:#F6F1E7;}
.active-frame .active-content{max-width:1380px;margin:0 auto;}
.active-frame h2,.active-frame h3,.active-frame p{margin:0;}
.active-frame h2{font-size:calc(17.4px * 2);line-height:1.12;}
.active-frame h3{font-size:calc(17.4px * 1.35);line-height:1.2;}
.active-frame p{font-size:17.4px;line-height:1.71;color:color-mix(in srgb, currentColor 74%, transparent);}
.active-frame a{color:inherit;text-decoration:none;}
.active-frame .offer-steps{padding-inline-start:calc(2.02rem / 2);}
.active-frame .public-proof{row-gap:calc(var(--axis-base) * 1.2);}
.active-frame .text-entries{margin-top:1.5rem;max-width:calc(1380px / 2);}
.active-frame .soft-service{display:flex;flex-wrap:wrap;gap:var(--axis-base);margin-top:var(--axis-base);}
.active-frame .primary-proof{flex:1 1 var(--copy-base);min-width:0;padding:calc(var(--axis-base) * .75);border-radius:0.53rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.active-frame .primary-proof p{margin-top:calc(1.5rem / 3);}
.active-frame .primary-proof a{display:inline-flex;margin-top:calc(1.5rem / 2);opacity:.85;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);padding-bottom:2px;}
.active-frame .text-frame{margin-top:var(--axis-base);font-size:calc(17.4px * .875);max-width:calc(1380px / 1.6);}
.active-frame .text-frame a{border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.compact-method{--axis-base:calc(1.5rem * 1.19);--axis-control:calc(1380px / 2.25);padding:calc(1.5rem * 2.4) 2.02rem;background:#FBF8F2;color:#1C1610;}
.compact-method .active-content{max-width:1380px;margin:0 auto;}
.compact-method h2,.compact-method h3,.compact-method p{margin:0;}
.compact-method h2{font-size:calc(17.4px * 2);line-height:1.12;}
.compact-method h3{font-size:calc(17.4px * 1.35);line-height:1.2;margin-top:calc(1.5rem / 2.4);}
.compact-method p{font-size:17.4px;line-height:1.71;}
.compact-method .text-frame{max-width:var(--axis-control);color:var(--surface-card);}
.compact-method .soft-service{display:flex;flex-wrap:wrap;gap:var(--axis-base);margin-top:var(--axis-base);}
.compact-method .primary-proof{flex:1 1 calc(1380px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .95);border-radius:0.53rem;background:var(--line-page);color:var(--paint-warm);border:1px solid var(--surface-accent);}
.compact-method .primary-proof p{color:var(--paint-warm);}
.compact-method .quiet-benefit>h2{margin-top:var(--axis-base);}
@media (max-width:720px){.compact-method .primary-proof{flex:1 1 100%;}
}
.top-feature{
    background:#FBF8F2;
    color:#1C1610;
    padding:calc(1.5rem * 2.4) 2.02rem;
}
.top-feature .content-story{max-width:1380px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.93rem * 1.5);}
.top-feature .text-entries{max-width:62ch;
    display:flex;
    flex-direction:column;
    gap:calc(1.93rem * 1.5);}
.top-feature h1{font-size:calc(17.4px * 2.65);
    line-height:1.15;
    margin:0;}
.top-feature .narrow-frame{font-size:17.4px;
    line-height:1.71;
    margin:0;}
.top-feature .bottom-content{display:flex;
    align-items:baseline;
    gap:0.75rem;
    padding-top:0.4rem;
    border-top:1px solid var(--surface-accent);}
.top-feature .primary-copy{font-size:calc(17.4px * 2);
    font-weight:700;}
.top-feature .primary-shell{font-size:calc(17.4px * .875);}
.top-feature .bottom-list{display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:0.5rem 1.25rem;
    padding:0.85rem 0;
    border-top:1px solid var(--surface-accent);
    border-bottom:1px solid var(--surface-accent);}
.top-feature .order-label{font-size:calc(17.4px * .875);
    margin-right:0.25rem;}
.top-feature .order-link{font-size:calc(17.4px * .875);
    text-decoration:none;
    padding:0.2rem 0;
    border-bottom:1px solid transparent;
    transition:color 430ms var(--ease-soft),border-color 430ms var(--ease-soft);}
.top-feature .order-link:hover{border-bottom-color:#B08A3E;}
.top-feature .order-link.is-active{
    color:#1C1610;
    background:#B08A3E;
    padding:0.2rem 0.6rem;
    border-radius:0.31rem;
}
.top-feature .order-link.is-active:hover{border-bottom-color:transparent;}
.top-feature .public-steps{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.top-feature .primary-proof{
    display:flex;
    flex-direction:column;
    gap:0.75rem;
    padding:calc(1.5rem * .75);
    background:var(--line-page);
    color:var(--paint-warm);
    border:1px solid var(--surface-accent);
    border-radius:0.89rem;
}
.top-feature .direct-content{display:flex;
    flex-wrap:wrap;
    gap:0.35rem 1rem;
    font-size:calc(17.4px * .875);}
.top-feature .fresh-surface{font-weight:600;}
.top-feature h2{font-size:calc(17.4px * 1.35);
    line-height:1.25;
    margin:0;}
.top-feature h2 a{text-decoration:none;
    transition:color 430ms var(--ease-soft);}
.top-feature h2 a:hover{}
.top-feature .primary-proof p{margin:0;
    line-height:1.71;}
.top-feature .service-track{align-self:flex-start;
    font-size:calc(17.4px * .875);
    text-decoration:none;
    border-bottom:1px solid var(--surface-accent);
    padding-bottom:0.15rem;
    transition:color 430ms var(--ease-soft),border-color 430ms var(--ease-soft);}
.top-feature .service-track:hover{border-bottom-color:#B08A3E;}
.top-feature .text-frame{
    background:var(--tone-extra-9);
    color:var(--surface-card);
    padding:calc(1.5rem * .75);
    border-radius:0.53rem;
    display:flex;
    flex-direction:column;
    gap:0.6rem;
    font-size:calc(17.4px * .875);
}
.top-feature .text-frame p{margin:0;
    line-height:1.71;}
.top-feature .text-frame a{text-decoration:none;
    border-bottom:1px solid var(--surface-accent);}
.top-feature .text-frame a:hover{border-bottom-color:#B08A3E;}
.top-feature .text-frame .contact-actions{}
@media (min-width:768px){.top-feature .primary-proof{
        padding:calc(calc(1.5rem * .75) * 1.15);
    }.top-feature .public-steps{
        gap:calc(calc(1.5rem * .75) * 1.1);
    }
}
@media (min-width:1024px){.top-feature .text-entries{
        max-width:70ch;
    }.top-feature .primary-proof{
        display:grid;
        grid-template-columns:minmax(0,1fr) minmax(0,2.2fr);
        column-gap:calc(1.93rem * 1.5);
        row-gap:0.6rem;
        align-items:start;
    }.top-feature .primary-proof .direct-content{
        grid-column:1;
        flex-direction:column;
        gap:0.25rem;
    }.top-feature .primary-proof h2{
        grid-column:2;
    }.top-feature .primary-proof p{
        grid-column:2;
    }.top-feature .primary-proof .service-track{
        grid-column:2;
    }
}
.soft-contact{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.02rem;
    background:var(--tone-extra-9,#F1EAD9);
    color:var(--surface-card,#332B21);
  }
.soft-contact .page-copy{max-width:1380px;
    margin:0 auto;
    display:flex;
    justify-content:flex-start;}
.soft-contact .bottom-frame{width:min(100%,52rem);
    padding-left:clamp(0rem,2vw,1.4rem);
    border-left:2px solid #B08A3E;}
.soft-contact h1{margin:0;
    font-size:clamp(2rem,5.2vw,calc(17.4px * 2.65));
    line-height:1.04;
    font-weight:700;
    letter-spacing:-0.01em;}
.soft-contact p{margin:clamp(1rem,2.1vw,1.5rem) 0 0;
    max-width:38rem;
    font-size:clamp(1rem,1.32vw,calc(17.4px * 1.125));
    line-height:1.72;
    color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:620px){.soft-contact{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }.soft-contact .bottom-frame{
      padding-left:clamp(.9rem,4vw,1.2rem);
    }
  }
.soft-figure{
  background:#FBF8F2;
  color:#1C1610;
  padding:calc(1.5rem * 2.4) 2.02rem;
}
.soft-figure .active-content{max-width:1380px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);
  gap:calc(1.93rem * 1.5) 1.93rem;
  align-items:start;}
.soft-figure .narrow-frame{grid-column:1 / -1;
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:1.93rem;
  border-bottom:1px solid var(--surface-accent);
  padding-bottom:calc(1.5rem * .75);}
.soft-figure h2{margin:0;
  font-size:calc(17.4px * 2);
  line-height:1.12;
  letter-spacing:0;}
.soft-figure .narrow-frame a{flex:0 0 auto;
  color:#1C1610;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:.2rem;
  font-size:calc(17.4px * .875);
  transition:color 430ms var(--ease-soft);}
.soft-figure .narrow-frame a:hover{color:inherit;}
.soft-figure .narrow-header{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.soft-figure .text-entries{margin:0;
  font-size:calc(17.4px * 1.125);
  line-height:1.71;}
.soft-figure .direct-frame{margin:0;
  color:var(--surface-card);
  line-height:1.71;}
.soft-figure .soft-service{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.soft-figure .primary-proof{display:flex;
  flex-direction:column;
  gap:.35rem;
  padding-left:calc(1.5rem * .75);
  border-left:2px solid #B08A3E;}
.soft-figure .primary-proof .main-actions{font-size:17.4px;
  font-weight:600;}
.soft-figure .primary-proof p{margin:0;
  color:var(--surface-card);
  font-size:calc(17.4px * .875);
  line-height:1.71;}
.soft-figure .text-frame{grid-column:1 / -1;
  margin:0;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid var(--surface-accent);
  color:var(--surface-card);
  font-size:calc(17.4px * .875);
  line-height:1.71;
  max-width:60ch;}
@media (max-width:820px){.soft-figure .active-content{
    grid-template-columns:1fr;
  }.soft-figure .narrow-frame{
    display:block;
  }.soft-figure .narrow-frame a{
    display:inline-block;
    margin-top:1.5rem;
  }
}
.soft-area{
  background: linear-gradient(135deg, #1C1610 0%, #332B21 55%, #4A3D2A 100%);
  color: #F6F1E7;
  padding: calc(1.5rem * 2.4) 2.02rem;
}
.soft-area .active-content{width: min(100%, 1380px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 1.93rem;
  align-items: start;}
.soft-area h2,
.soft-area h3,
.soft-area p{margin: 0;}
.soft-area h2{font-size: calc(17.4px * 2);
  line-height: 1.1;}
.soft-area h3{font-size: calc(17.4px * 1.35);
  line-height: 1.18;}
.soft-area p{font-size: 17.4px;
  line-height: 1.71;}
.soft-area .clear-steps{display: grid;
  gap: calc(1.93rem * 1.5);
  align-content: start;
  padding-top: calc(1.93rem * 1.5);}
.soft-area .clear-steps .text-frame{font-size: calc(17.4px * .875);
  opacity: .82;}
.soft-area .service-wrap{display: grid;
  gap: calc(1.5rem * .75);}
.soft-area [data-block]{
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 1.01rem;
  background: var(--line-page);
  color: var(--paint-warm);
  border: 1px solid var(--surface-accent);
  animation: peopleCascadeIn calc(430ms * 2.2) var(--ease-soft) both;
  animation-delay: var(--ease-nav, 0ms);
}
.soft-area [data-block] > span{font-size: calc(17.4px * .875);
  letter-spacing: .02em;
  align-self: start;
  padding-top: .3rem;}
.soft-area [data-block] > div{display: grid;
  gap: .55rem;}
.soft-area [data-block]:nth-child(2n){margin-left: clamp(0rem, 6vw, calc(1.93rem * .9));}
@keyframes peopleCascadeIn {from{ opacity: .2; transform: translateY(calc(calc(1.93rem * 2) * .16)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 820px) {.soft-area .active-content{
    grid-template-columns: 1fr;
  }.soft-area .clear-steps{
    padding-top: 0;
  }.soft-area [data-block]{
    grid-template-columns: 1fr;
    gap: .5rem;
  }.soft-area [data-block]:nth-child(2n){
    margin-left: 0;
  }
}
.simple-flow{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.02rem;
    background:var(--tone-extra-9,#F1EAD9);
    color:var(--surface-card,#332B21);
  }
.simple-flow .content-story{max-width:1380px;
    margin:0 auto;
    display:flex;
    justify-content:flex-start;}
.simple-flow .text-entries{width:min(100%,58rem);
    padding-left:clamp(0rem,2vw,1.5rem);
    border-left:1px solid var(--surface-accent,#E2D9C6);}
.simple-flow h1{margin:0;
    font-size:clamp(2rem,4.8vw,calc(17.4px * 2.65));
    line-height:1.06;
    font-weight:700;
    letter-spacing:-0.005em;}
.simple-flow p{margin:clamp(1rem,2.2vw,1.5rem) 0 0;
    max-width:44rem;
    font-size:clamp(1rem,1.3vw,calc(17.4px * 1.125));
    line-height:1.72;}
@media (max-width:720px){.simple-flow .text-entries{
      padding-left:0;
      border-left:0;
      border-top:1px solid var(--surface-accent,#E2D9C6);
      padding-top:clamp(1rem,3vw,1.5rem);
    }.simple-flow{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }
  }
.site-links{padding:calc(1.5rem * 2.4) 2.02rem;background:var(--tone-extra-9);color:var(--surface-card);}
.site-links .active-content{max-width:1380px;margin:0 auto;}
.site-links h2,.site-links h3,.site-links p,.site-links ol,.site-links li{margin:0;}
.site-links h2{font-size:calc(17.4px * 2);line-height:1.14;max-width:34ch;}
.site-links h3{font-size:calc(17.4px * 1.35);line-height:1.24;}
.site-links p{font-size:17.4px;line-height:1.71;}
.site-links .top-brand{display:flex;flex-wrap:wrap;gap:1.93rem;align-items:flex-end;margin-bottom:calc(1.93rem * 1.5);}
.site-links .top-brand h2{flex:1 1 22rem;min-width:0;}
.site-links .top-brand .text-entries{flex:1 1 24rem;min-width:0;max-width:52ch;opacity:.86;}
.site-links .public-steps{list-style:none;padding:0;display:flex;flex-direction:column;border-top:1px solid var(--surface-accent);}
.site-links .primary-proof{display:grid;grid-template-columns:minmax(6rem,9rem) minmax(0,1fr);gap:1.93rem;padding:calc(1.93rem * 1.5) 0;border-bottom:1px solid var(--surface-accent);align-items:start;}
.site-links .top-frame{font-size:calc(17.4px * .875);letter-spacing:.08em;text-transform:uppercase;opacity:.7;padding-top:.35rem;}
.site-links .primary-proof h3{margin-bottom:calc(1.5rem / 3);}
.site-links .primary-proof p{max-width:62ch;opacity:.88;}
.site-links .offer-shell{margin-top:calc(1.93rem * 1.5);padding-top:calc(1.93rem * 1.5);border-top:1px solid var(--surface-accent);}
.site-links .offer-shell p{font-size:calc(17.4px * .875);max-width:70ch;opacity:.85;}
.site-links .offer-shell a{text-decoration:underline;text-underline-offset:3px;}
.site-links .offer-shell a:hover{}
@media (max-width:640px){.site-links .primary-proof{grid-template-columns:1fr;gap:calc(1.5rem / 3);}.site-links .top-frame{padding-top:0;}
}
.text-flow{
  padding: calc(1.5rem * 2.4) 2.02rem;
  background: #1C1610;
  color: #F6F1E7;
}
.text-flow .active-content{max-width: min(1380px, 72rem);
  margin: 0 auto;}
.text-flow .top-brand{max-width: 46rem;
  margin-bottom: calc(1.93rem * 1.5);}
.text-flow h2{margin: 0;
  font-size: calc(17.4px * 2);
  line-height: 1.1;}
.text-flow .text-entries{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.4px * 1.125);
  line-height: 1.6;
  color: #D8CFBC;}
.text-flow .public-steps{display: flex;
  flex-wrap: wrap;
  gap: 1.93rem;}
.text-flow .primary-proof{flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75) 0 0;
  border-top: 1px solid #332B21;}
.text-flow .main-quote{margin: 0 0 calc(1.5rem * .75);
  font-size: 17.4px;
  line-height: 1.65;
  color: #F6F1E7;}
.text-flow .primary-proof footer{display: flex;
  flex-direction: column;
  gap: 0.2rem;}
.text-flow .fresh-surface{font-weight: 700;
  font-size: 17.4px;}
.text-flow .primary-proof small{font-size: calc(17.4px * .875);
  color: #B08A3E;}
.text-flow .plain-links{margin-top: calc(1.93rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #332B21;
  font-size: calc(17.4px * .875);
  color: #D8CFBC;}
.text-flow .plain-links p{margin: 0;
  max-width: 52rem;}
.text-flow .plain-links a{color: #B08A3E;
  text-decoration: none;
  border-bottom: 1px solid #B08A3E;}
.text-flow .plain-links a:hover{color:inherit;
  border-bottom-color: #96732F;}
@media (max-width: 700px) {.text-flow .public-steps{
    display: block;
  }.text-flow .primary-proof + .primary-proof{
    margin-top: 1.93rem;
  }
}
.soft-inner{padding:calc(1.5rem * 2) 2.02rem;background:linear-gradient(135deg, #1C1610 0%, #332B21 55%, #4A3D2A 100%);color:#F6F1E7;}
.soft-inner .plain-summary{max-width:1380px;margin:0 auto;display:grid;gap:calc(1.93rem * 1.2);}
.soft-inner h2,.soft-inner h3,.soft-inner p{margin:0;}
.soft-inner .text-entries{display:grid;gap:.7rem;max-width:62ch;}
.soft-inner .text-entries h2{font-size:calc(17.4px * 2);line-height:1.2;}
.soft-inner .text-entries p{font-size:17.4px;line-height:1.71;opacity:.88;}
.soft-inner .public-steps{display:flex;flex-wrap:wrap;gap:1.93rem;}
.soft-inner .primary-proof{flex:1 1 22rem;display:grid;gap:.5rem;padding:1.1rem 1.15rem;background:var(--line-page);color:var(--paint-warm);border:1px solid var(--surface-accent);border-radius:0.89rem;box-shadow:0 2px 6px rgba(0,0,0,0.11);}
.soft-inner .primary-proof .main-actions{font-size:calc(17.4px * .875);letter-spacing:.14em;}
.soft-inner .primary-proof h3{font-size:calc(17.4px * 1.35);line-height:1.3;}
.soft-inner .primary-proof p{font-size:17.4px;line-height:1.71;}
.soft-inner .text-frame{padding-top:.4rem;border-top:1px solid rgba(246,241,231,0.22);}
.soft-inner .text-frame p{font-size:calc(17.4px * .875);line-height:1.71;opacity:.85;}
.soft-inner .text-frame a{color:#F6F1E7;text-decoration:underline;text-underline-offset:.22em;transition:color 430ms var(--ease-soft);}
.soft-inner .text-frame a:hover{}
@media (max-width: 900px){.soft-inner .primary-proof{flex:1 1 45%;}
    }
@media (max-width: 680px){.soft-inner .primary-proof{flex:1 1 100%;}.soft-inner .text-entries{max-width:100%;}
    }
.strong-frame{
    padding:calc(calc(1.5rem * 2.4)*.85) 2.02rem;
    background:var(--tone-extra-9,#F1EAD9);
    color:var(--surface-card,#332B21);
  }
.strong-frame .page-copy{max-width:1380px;
    margin:0 auto;
    display:flex;
    justify-content:flex-start;}
.strong-frame .bottom-frame{width:min(100%,58rem);
    display:flex;
    flex-direction:column;
    gap:calc(1.93rem * 1.5);}
.strong-frame h1{margin:0;
    font-size:clamp(2rem,4.6vw,calc(17.4px * 2.65));
    line-height:1.06;
    font-weight:600;
    letter-spacing:-0.01em;}
.strong-frame p{margin:0;
    max-width:44rem;
    font-size:clamp(1rem,1.3vw,calc(17.4px * 1.125));
    line-height:1.72;}
@media (max-width:720px){.strong-frame{
      padding-top:calc(calc(1.5rem * 2.4)*.6);
      padding-bottom:calc(calc(1.5rem * 2.4)*.6);
    }.strong-frame .bottom-frame{gap:calc(1.5rem * .75);}
  }
.focused-surface{
        padding: calc(1.5rem * 2.4) 2.02rem;
        background: linear-gradient(135deg, #1C1610 0%, #332B21 55%, #4A3D2A 100%);
        color: #F6F1E7;
    }
.focused-surface .active-content{max-width: 1380px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.93rem * 1.5);}
.focused-surface .text-entries{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        max-width: 52rem;}
.focused-surface h2{margin: 0;
        font-size: calc(17.4px * 2);
        line-height: 1.08;}
.focused-surface .text-entries p{margin: 0;
        font-size: calc(17.4px * 1.125);
        line-height: 1.71;}
.focused-surface .steady-items{display: flex;
        flex-direction: column;
        gap: 0;
        border-top: 1px solid var(--surface-accent);}
.focused-surface .secondary-actions{display: grid;
        grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
        gap: 1.93rem;
        padding: calc(1.5rem * .75) 0;
        border-bottom: 1px solid var(--surface-accent);}
.focused-surface .main-quote{font-size: 17.4px;
        line-height: 1.71;}
.focused-surface .focused-benefit{display: flex;
        flex-direction: column;
        gap: 0.35rem;
        align-self: start;}
.focused-surface .focused-benefit strong{font-size: 17.4px;}
.focused-surface .focused-benefit span{font-size: calc(17.4px * .875);}
@media (max-width: 760px) {.focused-surface .secondary-actions{
            grid-template-columns: 1fr;
            gap: calc(1.5rem * .75);
        }
    }
.site-feature{
        padding: calc(1.5rem * 2.4) 2.02rem;
        background: var(--tone-extra-9);
        color: var(--surface-card);
    }
.site-feature .active-content{max-width: 1380px;
        margin: 0 auto;
        width: min(100%, 58rem);}
.site-feature .narrow-frame{max-width: 40rem;
        margin-bottom: calc(1.93rem * 1.5);}
.site-feature .narrow-frame p{margin: 0;
        font-size: calc(17.4px * .875);
        letter-spacing: 0.04em;
        text-transform: uppercase;
        line-height: 1.71;}
.site-feature h2{margin: 1.5rem 0 0;
        font-size: calc(17.4px * 2);
        line-height: 1.1;}
.site-feature .narrow-body{display: flex;
        flex-wrap: wrap;
        gap: 1.93rem;
        align-items: flex-start;}
.site-feature .text-frame{flex: 1 1 18rem;
        max-width: 22rem;
        line-height: 1.71;}
.site-feature .text-frame p{margin: 0 0 calc(1.5rem * .75);}
.site-feature .text-frame p:last-child{margin-bottom: 0;}
.site-feature .offer-shell{font-size: calc(17.4px * .875);
        color: var(--surface-card);}
.site-feature .offer-shell a{color: #1C1610;
        text-decoration: underline;
        text-underline-offset: 3px;
        transition: color 430ms var(--ease-soft);}
.site-feature .offer-shell a:hover{color:inherit;}
.site-feature .soft-service{flex: 1 1 26rem;
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        border-top: 1px solid var(--surface-accent);}
.site-feature li{padding: 1.5rem 0;
        border-bottom: 1px solid var(--surface-accent);
        font-size: 17.4px;
        line-height: 1.2;}
.site-feature li strong{display: block;
        font-size: calc(17.4px * 1.125);
        font-weight: 400;
        line-height: 1.15;}
.site-feature li span{display: block;
        margin-top: calc(1.5rem * .75);
        font-size: 17.4px;
        line-height: 1.71;}
@media (max-width: 720px) {.site-feature .narrow-body{
            display: block;
        }.site-feature .text-frame{
            max-width: 100%;
            margin-bottom: 1.5rem;
        }
    }
.top-content{
  --axis-base:calc(1.5rem * 0.9);
  --axis-control:calc(1380px / 2.6);
  padding:calc(1.5rem * 2.4) 2.02rem;
  background:var(--tone-cool);
  color:#F6F1E7;
}
.top-content .active-content{max-width:1380px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:1.93rem;}
.top-content .direct-frame{flex:1 1 34rem;
  min-width:0;}
.top-content .local-form{flex:1 1 20rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.93rem * 1.5);
  padding-top:calc(calc(1.93rem * 1.5) * 0.4);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.top-content h1,
.top-content h2,
.top-content h3,
.top-content p{margin:0;}
.top-content h2{font-size:calc(17.4px * 2);
  line-height:1.14;
  max-width:var(--axis-control);}
.top-content p{font-size:17.4px;
  line-height:1.71;
  color:color-mix(in srgb, currentColor 76%, transparent);}
.top-content .text-entries{margin-top:calc(1.93rem * 1.5);
  max-width:var(--axis-control);}
.top-content .text-frame{font-size:calc(17.4px * .875);
  color:color-mix(in srgb, currentColor 68%, transparent);}
.top-content .offer-shell{font-size:calc(17.4px * .875);
  color:color-mix(in srgb, currentColor 68%, transparent);}
.top-content .offer-shell a{color:inherit;
  text-decoration:underline;
  text-underline-offset:0.22em;
  transition:color 430ms var(--ease-soft);}
.top-content .offer-shell a:hover{}
.top-content .simple-surface{
  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:#B08A3E;
  color:#1C1610;
  font-size:17.4px;
  text-decoration:none;
  transition:background 430ms var(--ease-soft);
}
.top-content .simple-surface:hover{
  background:#96732F;color:var(--paint-warm);}
@media (max-width:720px){.top-content .active-content{
    flex-direction:column;
  }.top-content .local-form{
    border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);
  }
}
.wide-copy{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.02rem;
    background:var(--tone-extra-9,#F1EAD9);
    color:var(--surface-card,#332B21);
  }
.wide-copy .page-copy{max-width:1380px;
    margin:0 auto;
    display:flex;
    justify-content:flex-start;}
.wide-copy .bottom-frame{width:min(100%,52rem);
    text-align:left;
    padding-left:clamp(0rem,2vw,1.5rem);
    border-left:1px solid var(--surface-accent,#E2D9C6);}
.wide-copy h1{margin:0;
    font-family:"DM Serif Display", sans-serif;
    font-size:clamp(2rem,5vw,calc(17.4px * 2.65));
    line-height:1.06;
    font-weight:400;
    letter-spacing:.005em;}
.wide-copy p{margin:clamp(1rem,2.2vw,1.5rem) 0 0;
    max-width:38rem;
    font-size:clamp(1rem,1.3vw,calc(17.4px * 1.125));
    line-height:1.72;}
@media (max-width:640px){.wide-copy{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }.wide-copy .bottom-frame{
      padding-left:clamp(.85rem,3vw,1.15rem);
    }
  }
.direct-shell{--axis-base:calc(1.5rem * 1.15);--axis-control:calc(1380px / 2.2);padding:calc(1.5rem * 2.4) 2.02rem;background:#FBF8F2;color:#1C1610;}
.direct-shell .active-content{max-width:1380px;margin:0 auto;}
.direct-shell h1,.direct-shell h2,.direct-shell h3,.direct-shell p{margin:0;}
.direct-shell h2{font-size:calc(17.4px * 2);line-height:1.12;max-width:var(--axis-control);}
.direct-shell h3{font-size:calc(17.4px * 1.35);line-height:1.22;}
.direct-shell p{font-size:17.4px;line-height:1.71;}
.direct-shell .text-frame{font-size:calc(17.4px * .875);letter-spacing:0.08em;text-transform:uppercase;margin-bottom:calc(1.5rem / 2.5);}
.direct-shell .text-entries{margin-top:1.5rem;max-width:var(--axis-control);}
.direct-shell .soft-service{display:flex;flex-direction:column;gap:var(--axis-base);margin-top:calc(var(--axis-base) * 1.1);border-top:1px solid var(--surface-accent);padding-top:var(--axis-base);}
.direct-shell .primary-proof{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem / 3);padding-bottom:var(--axis-base);border-bottom:1px solid var(--surface-accent);}
.direct-shell .primary-proof:last-child{border-bottom:none;padding-bottom:0;}
.direct-shell .direct-frame{max-width:calc(var(--axis-control) * 1.35);}
.direct-shell .direct-frame p{margin-top:calc(1.5rem / 3);}
@media (min-width:900px){.direct-shell .primary-proof{grid-template-columns:calc(1380px / 4.6) minmax(0,1fr);gap:2.02rem;align-items:start;}.direct-shell .direct-frame{max-width:none;}
}
.plain-team{
  background:#FBF8F2;
  color:#1C1610;
  padding:calc(1.5rem * 2.4) 2.02rem;
}
.plain-team .active-content{max-width:1380px;
  margin:0 auto;}
.plain-team .narrow-frame{display:flex;
  flex-wrap:wrap;
  gap:calc(1.93rem * 1.5);
  align-items:flex-start;
  padding-bottom:calc(1.93rem * 1.5);
  border-bottom:1px solid var(--surface-accent);}
.plain-team h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(17.4px * 2);
  line-height:1.12;}
.plain-team .narrow-frame p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:var(--surface-card);
  line-height:1.71;}
.plain-team .active-fields{margin-top:calc(1.93rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.93rem;}
.plain-team .active-fields a{
  flex:1 1 18rem;
  min-width:0;
  color:inherit;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:var(--line-page);
  color:var(--paint-warm);
  border:1px solid var(--surface-accent);
  border-radius:0.53rem;
  transition:border-color 430ms var(--ease-soft), box-shadow 430ms var(--ease-soft);
}
.plain-team .active-fields a:hover{border-color:#B08A3E;
  box-shadow:0 2px 6px rgba(0,0,0,0.11);}
.plain-team .active-fields strong,
.plain-team .active-fields span{display:block;}
.plain-team .active-fields strong{font-size:17.4px;}
.plain-team .active-fields span{margin-top:.45rem;
  color:var(--surface-card);
  font-size:calc(17.4px * .875);
  line-height:1.71;}
.plain-team .text-frame{margin:calc(1.93rem * 1.5) 0 0;
  max-width:52rem;
  color:var(--surface-card);
  line-height:1.71;}
.plain-team .offer-shell{margin-top:calc(1.93rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.93rem;}
.plain-team .offer-shell a{color:#1C1610;
  text-decoration:none;
  border-bottom:1px solid #B08A3E;
  padding-bottom:2px;
  transition:color 430ms var(--ease-soft);}
.plain-team .offer-shell a:hover{color:inherit;}
@media (max-width:680px){.plain-team .narrow-frame{display:block}.plain-team .narrow-frame p{margin-top:1.5rem}.plain-team .active-fields{display:block}.plain-team .active-fields a{display:block;margin-top:1.93rem}
}
.narrow-unit{padding:calc(1.5rem * 2.4) 2.02rem;background:linear-gradient(135deg, #1C1610 0%, #332B21 55%, #4A3D2A 100%);color:#F6F1E7}
.narrow-unit .active-content{max-width:1380px;margin:0 auto}
.narrow-unit .public-steps{display:flex;gap:calc(1.93rem * 1.5);align-items:flex-start}
.narrow-unit .clear-steps{flex:0 1 20rem;min-width:0;border-left:1px solid color-mix(in srgb,#F6F1E7 26%,transparent);padding-left:1.5rem}
.narrow-unit .text-frame{margin:0 0 calc(1.5rem * .75);line-height:1.71;font-size:calc(17.4px * .875)}
.narrow-unit .text-frame:last-child{margin-bottom:0}
.narrow-unit .offer-headline{flex:1 1 46rem;min-width:0}
.narrow-unit h2{margin:0;font-size:calc(17.4px * 2);line-height:1.08}
.narrow-unit .open-details{margin-top:calc(1.93rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.narrow-unit .direct-footer{margin:0;display:flex;gap:1.5rem;align-items:flex-start;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,#F6F1E7 18%,transparent)}
.narrow-unit .direct-footer:first-child{padding-top:0;border-top:0}
.narrow-unit strong{flex:0 1 13rem;min-width:0;font-size:calc(17.4px * .875);letter-spacing:0.01em}
.narrow-unit span{flex:1 1 30rem;min-width:0;line-height:1.71}
@media(max-width:760px){.narrow-unit .public-steps{display:block}.narrow-unit .clear-steps{border-left:0;padding-left:0}.narrow-unit .offer-headline{margin-top:calc(1.93rem * 1.5)}.narrow-unit .direct-footer{display:block}.narrow-unit span{display:block;margin-top:calc(1.5rem * .75)}.narrow-unit h2{font-size:calc(17.4px * 1.35)}
}
.direct-quote{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.02rem;
    background:var(--tone-extra-9,#F1EAD9);
    color:var(--surface-card,#332B21);
  }
.direct-quote .content-story{max-width:1380px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
    gap:1.93rem;}
.direct-quote .text-entries{flex:1 1 34rem;
    min-width:0;
    padding-bottom:calc(calc(1.93rem * 1.5)*.4);
    border-bottom:1px solid var(--surface-accent,#E2D9C6);}
.direct-quote h1{margin:0;
    font-size:clamp(2rem,4.8vw,calc(17.4px * 2.65));
    line-height:1.06;
    font-weight:700;
    letter-spacing:-0.005em;}
.direct-quote .direct-frame{margin:clamp(.9rem,1.8vw,1.5rem) 0 0;
    max-width:42rem;
    font-size:clamp(1rem,1.3vw,calc(17.4px * 1.125));
    line-height:1.72;}
@media (max-width:720px){.direct-quote{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }.direct-quote .content-story{
      align-items:flex-start;
    }.direct-quote .text-entries{
      flex-basis:100%;
    }
  }
.bottom-menu{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.02rem;
  background: linear-gradient(135deg, #1C1610 0%, #332B21 55%, #4A3D2A 100%);
  color: #F6F1E7;
}
.bottom-menu .active-content{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1380px;
  margin: 0 auto;}
.bottom-menu .narrow-items{max-width: 62rem;
  margin: 0 0 calc(1.93rem * 1.5);
  padding: 1.5rem 0 0;}
.bottom-menu h2{margin: 0;
  font-size: calc(17.4px * 2.65);
  line-height: 1.08;}
.bottom-menu .narrow-items p{max-width: 44rem;
  margin: 1.5rem 0 0;
  font-size: calc(17.4px * 1.125);
  line-height: 1.71;}
.bottom-menu .compact-proof{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.93rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent);}
.bottom-menu .offer-details{display: flex;
  flex-wrap: wrap;
  gap: 1.93rem;}
.bottom-menu .offer-details p{max-width: 26rem;
  margin: 0;
  line-height: 1.71;}
.bottom-menu .offer-content{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.bottom-menu .offer-content a{color: inherit;
  font-size: calc(17.4px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.bottom-menu .page-inner{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1.93rem;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);}
.bottom-menu .page-inner a{flex: 1 1 20rem;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  line-height: 1.71;}
.bottom-menu .page-inner a:hover{text-decoration: underline;}
.bottom-menu .page-inner span{display: block;
  margin-top: .35rem;
  font-size: calc(17.4px * .875);
  opacity: .7;}
@media (max-width: 720px) {.bottom-menu .compact-proof,
  .bottom-menu .offer-details{
    display: block;
  }.bottom-menu .offer-details p + p{
    margin-top: calc(1.5rem * .75);
  }.bottom-menu .offer-content{
    align-items: flex-start;
    margin-top: 1.5rem;
  }.bottom-menu .page-inner a{
    flex: 1 1 100%;
  }
}
.top-benefit{
  background:#FBF8F2;
  color:#1C1610;
  padding:calc(1.5rem * 2.4) 2.02rem;
}
.top-benefit .active-content{max-width:1380px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.93rem * 1.5);}
.top-benefit .narrow-frame{display:flex;
  flex-wrap:wrap;
  gap:1.93rem;
  align-items:flex-start;
  padding-bottom:1.5rem;
  border-bottom:1px solid var(--surface-accent);}
.top-benefit h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(17.4px * 2);
  line-height:1.1;
  letter-spacing:0;}
.top-benefit .narrow-frame p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:var(--surface-card);
  line-height:1.71;}
.top-benefit .active-fields{display:flex;
  flex-wrap:wrap;
  gap:1.93rem;}
.top-benefit .active-fields a{
  flex:1 1 18rem;
  min-width:0;
  display:block;
  color:#1C1610;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:var(--line-page);
  border:1px solid var(--surface-accent);
  border-radius:0.89rem;
  transition:border-color 430ms var(--ease-soft), box-shadow 430ms var(--ease-soft);
}
.top-benefit .active-fields a:hover{border-color:#B08A3E;
  box-shadow:0 2px 6px rgba(0,0,0,0.11);}
.top-benefit .active-fields strong,
.top-benefit .active-fields span{display:block;}
.top-benefit .active-fields strong{font-size:17.4px;
  line-height:1.3;
  margin-bottom:.4rem;}
.top-benefit .active-fields span{color:var(--surface-card);
  font-size:calc(17.4px * .875);
  line-height:1.71;}
.top-benefit .text-frame{margin:0;
  color:var(--surface-card);
  font-size:calc(17.4px * .875);
  line-height:1.71;
  max-width:52rem;}
.top-benefit .offer-shell{display:flex;
  flex-wrap:wrap;
  gap:2.02rem;}
.top-benefit .offer-shell a{color:#1C1610;
  text-decoration:none;
  font-size:calc(17.4px * .875);
  border-bottom:1px solid var(--surface-accent);
  padding-bottom:2px;
  transition:color 430ms var(--ease-soft), border-color 430ms var(--ease-soft);}
.top-benefit .offer-shell a:hover{color:inherit;
  border-color:#B08A3E;}
.top-benefit .simple-surface{
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  background:var(--tone-cool);
  color:#F6F1E7;
  text-decoration:none;
  border-radius:1.01rem;
  padding:.85rem 1.4rem;
  font-size:calc(17.4px * .875);
  transition:background 430ms var(--ease-soft);
}
.top-benefit .simple-surface:hover{
  background:#332B21;color:var(--paint-warm);}
@media (max-width:680px){.top-benefit .narrow-frame{display:block}.top-benefit .narrow-frame p{margin-top:1.5rem}.top-benefit .active-fields{display:block}.top-benefit .active-fields a{display:block;margin-top:1.93rem}.top-benefit .offer-shell{flex-direction:column;gap:.6rem}
}
.bottom-flow{
  padding: calc(1.5rem * 2.4) 2.02rem;
  background: #B08A3E;
  color: #1C1610;
}
.bottom-flow .page-list{
  max-width: 1380px;
  margin: 0 auto;
  border-radius: 1.01rem;
  overflow: hidden;
  background: #FBF8F2;
  color: #1C1610;
  box-shadow: 0 18px 46px rgba(0,0,0,0.17);
}
.bottom-flow .media-quote{display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.93rem * 1.5);
  border-bottom: 1px solid var(--surface-accent);}
.bottom-flow .media-quote span{font-size: calc(17.4px * .875);
  letter-spacing: .02em;}
.bottom-flow a{text-decoration: none;}
.bottom-flow .media-quote a{font-size: calc(17.4px * .875);
  border-bottom: 1px solid var(--surface-accent);
  padding-bottom: 2px;}
.bottom-flow .narrow-header{display: flex;
  flex-wrap: wrap;
  gap: 1.93rem;
  padding: calc(1.93rem * 1.5);}
.bottom-flow .text-entries{flex: 1 1 320px;
  max-width: 460px;}
.bottom-flow h2{margin: 0;
  font-size: calc(17.4px * 2);
  line-height: 1.1;}
.bottom-flow .text-entries p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.4px * 1.125);
  line-height: 1.71;}
.bottom-flow .simple-quote{flex: 1 1 420px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--surface-accent);}
.bottom-flow .simple-quote a{display: block;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid var(--surface-accent);
  transition: padding-left 430ms var(--ease-soft);}
.bottom-flow .simple-quote a:hover{padding-left: 8px;}
.bottom-flow .simple-quote span,
.bottom-flow .simple-quote small{display: block;
  font-size: calc(17.4px * .875);}
.bottom-flow .simple-quote strong{display: block;
  margin: 4px 0 6px;
  font-size: calc(17.4px * 1.35);
  line-height: 1.2;}
@media (max-width: 780px) {.bottom-flow .narrow-header{
    padding: calc(1.5rem * .75);
  }.bottom-flow .media-quote{
    flex-direction: column;
    align-items: flex-start;
    padding: calc(1.5rem * .75);
  }
}
.page-stack{padding:calc(calc(1.5rem * 2.4)*.68) 2.02rem;background:var(--tone-extra-9,#F1EAD9);color:var(--surface-card,#332B21);}
.page-stack .page-copy{max-width:1380px;margin:0 auto;display:flex;justify-content:center;}
.page-stack .bottom-frame{width:min(100%,54rem);text-align:left;border-left:2px solid #B08A3E;padding-left:clamp(1rem,2.4vw,2.02rem);}
.page-stack h1{margin:0;font-size:clamp(2rem,5.2vw,calc(17.4px * 2.65));line-height:1.05;font-weight:700;letter-spacing:-0.005em;}
.page-stack p{margin:clamp(.9rem,2vw,1.5rem) 0 0;max-width:38rem;font-size:clamp(1rem,1.34vw,calc(17.4px * 1.125));line-height:1.72;}
@media (max-width:620px){.page-stack{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.page-stack .page-copy{justify-content:flex-start;}.page-stack .bottom-frame{padding-left:1rem;}
  }
.contact-lead{--axis-base:calc(1.5rem * 1.35);--axis-control:calc(1380px / 2.20);padding:calc(1.5rem * 2.4) 2.02rem;background:var(--tone-cool);color:#F6F1E7;}
.contact-lead .active-content{max-width:1380px;margin:0 auto;}
.contact-lead h1,.contact-lead h2,.contact-lead h3,.contact-lead p{margin:0;}
.contact-lead h1{font-size:calc(17.4px * 2.65);line-height:1.08;}
.contact-lead h2{font-size:calc(17.4px * 2);line-height:1.12;}
.contact-lead h3{font-size:calc(17.4px * 1.35);line-height:1.2;}
.contact-lead p{font-size:17.4px;line-height:1.71;}
.contact-lead a{color:inherit;text-decoration:none;}
.contact-lead .simple-surface{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:#F6F1E7;color:var(--tone-cool);}
.contact-lead .text-frame{font-size:calc(17.4px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.72;}
.contact-lead .text-entries{margin-top:calc(1.5rem / 2);max-width:var(--axis-control);opacity:0.82;}
.contact-lead .soft-service{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.93rem;margin-top:var(--axis-base);}
.contact-lead .primary-proof{flex:1 1 calc(1380px / 4);min-width:0;}
.contact-lead .primary-proof p{margin-top:calc(1.5rem / 3);opacity:0.78;}
.contact-lead .plain-tile{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.93rem;}
.contact-lead .plain-tile>.direct-frame{flex:1 1 auto;min-width:0;}
.contact-lead .plain-tile>.simple-surface{flex:0 0 auto;}
.contact-lead .plain-tile>.soft-service{flex:1 1 100%;}
.contact-lead .direct-frame h2{margin-top:calc(1.5rem / 2);}
.contact-lead .offer-shell{flex:1 1 100%;margin-top:var(--axis-base);font-size:calc(17.4px * .875);opacity:0.72;}
.contact-lead .offer-shell a{text-decoration:underline;text-underline-offset:0.2em;}
.contact-lead .offer-shell a:hover{}
@media (max-width:720px){.contact-lead .primary-proof{flex:1 1 100%;}.contact-lead .plain-tile>.simple-surface{flex:1 1 100%;}
}
.focused-actions{
  padding: calc(1.5rem * 2.4) 2.02rem;
  background: #1C1610;
  color: #F6F1E7;
}
.focused-actions .active-content{max-width: min(1380px, 72rem);
  margin: 0 auto;}
.focused-actions .narrow-frame{max-width: 46rem;
  margin-bottom: calc(1.93rem * 1.5);}
.focused-actions h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(17.4px * 2);
  line-height: 1.1;}
.focused-actions .text-entries{margin: 0;
  font-size: calc(17.4px * 1.125);
  line-height: 1.71;
  color: #D8CFBC;}
.focused-actions .public-steps{display: flex;
  flex-wrap: wrap;
  gap: 1.93rem;}
.focused-actions .primary-proof{flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75) 0 0;
  border-top: 1px solid #332B21;}
.focused-actions .main-quote{margin: 0 0 calc(1.5rem * .75);
  font-size: 17.4px;
  line-height: 1.6;
  color: #F6F1E7;}
.focused-actions .fresh-surface{display: flex;
  flex-direction: column;
  gap: 0.2rem;}
.focused-actions .focused-story{font-weight: 700;
  font-size: 17.4px;
  color: #B08A3E;}
.focused-actions .fresh-surface small{font-size: calc(17.4px * .875);
  color: #D8CFBC;}
.focused-actions .text-frame{margin-top: calc(1.93rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #332B21;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: calc(1.5rem * .75) 1.93rem;}
.focused-actions .text-frame p{margin: 0;
  flex: 1 1 24rem;
  font-size: calc(17.4px * .875);
  color: #D8CFBC;}
.focused-actions .text-frame a{color: #B08A3E;
  font-size: calc(17.4px * .875);
  text-decoration: none;
  border-bottom: 1px solid #B08A3E;
  padding-bottom: 0.1rem;}
.focused-actions .text-frame a:hover{color:inherit;
  border-bottom-color: #96732F;}
@media (max-width: 700px) {.focused-actions .public-steps{
    display: block;
  }.focused-actions .primary-proof + .primary-proof{
    margin-top: 1.93rem;
  }
}
.compact-inner{--axis-base:calc(1.5rem * 0.9);--axis-control:calc(1380px / 2.6);padding:calc(1.5rem * 2.4) 2.02rem;background:var(--tone-cool);color:#F6F1E7;}
.compact-inner .active-content{max-width:1380px;margin:0 auto;}
.compact-inner h2,.compact-inner p{margin:0;}
.compact-inner h2{font-size:calc(17.4px * 2);line-height:1.12;max-width:var(--axis-control);}
.compact-inner p{font-size:17.4px;line-height:1.71;}
.compact-inner .text-entries{font-size:calc(17.4px * .875);letter-spacing:0.08em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.compact-inner .direct-frame{max-width:var(--axis-control);color:color-mix(in srgb, currentColor 80%, transparent);}
.compact-inner .text-frame{max-width:var(--axis-control);font-size:calc(17.4px * .875);color:color-mix(in srgb, currentColor 62%, transparent);}
.compact-inner .simple-surface{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:#B08A3E;color:#1C1610;transition:background 430ms var(--ease-soft);}
.compact-inner .simple-surface:hover{background:#96732F;color:var(--paint-warm);}
.compact-inner .offer-shell{display:flex;flex-wrap:wrap;gap:1.93rem;font-size:calc(17.4px * .875);}
.compact-inner .offer-shell a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);padding-bottom:2px;transition:border-color 430ms var(--ease-soft);}
.compact-inner .offer-shell a:hover{border-color:currentColor;}
.compact-inner .bottom-feature>h2,.compact-inner .bottom-feature>p,.compact-inner .bottom-feature>.simple-surface{margin-top:1.5rem;}
.compact-inner .bottom-feature>.text-entries{margin-top:0;}
.compact-inner .bottom-feature>.offer-shell{margin-top:var(--axis-base);}
.compact-items{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.02rem;
    background:var(--tone-extra-9,#F1EAD9);
    color:var(--surface-card,#332B21);
  }
.compact-items .page-copy{max-width:1380px;
    margin:0 auto;
    display:flex;
    justify-content:flex-start;}
.compact-items .bottom-frame{width:min(100%,48rem);
    text-align:left;}
.compact-items h1{margin:0;
    font-size:clamp(2rem,5.2vw,calc(17.4px * 2.65));
    line-height:1.05;
    font-weight:700;
    letter-spacing:-0.01em;}
.compact-items p{margin:clamp(1rem,2vw,1.5rem) 0 0;
    max-width:42rem;
    font-size:clamp(1rem,1.32vw,calc(17.4px * 1.125));
    line-height:1.72;}
@media (max-width:620px){.compact-items{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }
  }
.narrow-contact{
  --axis-base:calc(1.5rem * 1.2);
  --axis-control:calc(1380px / 2.6);
  padding:calc(1.5rem * 2.4) 2.02rem;
  background:#FBF8F2;
  color:#1C1610;
}
.narrow-contact .active-content{max-width:1380px;
  margin:0 auto;}
.narrow-contact h2,
.narrow-contact h3,
.narrow-contact p{margin:0;}
.narrow-contact h2{font-size:calc(17.4px * 2);
  line-height:1.14;
  max-width:var(--axis-control);}
.narrow-contact h3{font-size:calc(17.4px * 1.35);
  line-height:1.28;
  margin-top:calc(1.5rem / 3);}
.narrow-contact p{font-size:17.4px;
  line-height:1.71;
  color:color-mix(in srgb, currentColor 78%, transparent);}
.narrow-contact a{text-decoration:underline;
  text-underline-offset:3px;}
.narrow-contact a:hover{}
.narrow-contact .narrow-frame{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.4);
  max-width:calc(1380px / 1.55);}
.narrow-contact .text-entries{font-size:calc(17.4px * 1.125);}
.narrow-contact .soft-service{display:flex;
  flex-wrap:wrap;
  gap:var(--axis-base);
  margin-top:calc(1.5rem * 1.6);}
.narrow-contact .primary-proof{flex:1 1 calc(1380px / 3.3);
  min-width:0;
  padding-top:calc(calc(1.5rem * .75) * 1.1);
  border-top:1px solid var(--surface-accent);}
.narrow-contact .primary-proof .fresh-surface{font-size:calc(17.4px * .875);
  letter-spacing:.02em;
  color:color-mix(in srgb, currentColor 62%, transparent);}
.narrow-contact .text-frame{margin-top:calc(1.5rem * 1.6);
  padding-top:calc(calc(1.5rem * .75) * 1.1);
  border-top:1px solid var(--surface-accent);
  max-width:calc(1380px / 1.7);
  font-size:calc(17.4px * .875);}
@media (max-width:720px){.narrow-contact .primary-proof{
    flex:1 1 100%;
  }
}
.page-section{
        padding: calc(1.5rem * 2.4) 2.02rem;
        background: var(--tone-extra-9);
        color: var(--surface-card)
    }
.page-section .active-content{max-width: 1380px;
        margin: 0 auto}
.page-section .steady-items{display: flex;
        flex-direction: column;
        gap: calc(1.93rem * 1.5)}
.page-section .narrow-frame{max-width: 46rem}
.page-section h2{margin: 0;
        font-size: calc(17.4px * 2);
        line-height: 1.12}
.page-section .narrow-frame p{margin: 1.5rem 0 0;
        font-size: calc(17.4px * 1.125);
        line-height: 1.71}
.page-section ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0}
.page-section li{display: flex;
        flex-wrap: wrap;
        gap: 1.93rem;
        align-items: baseline;
        padding: 1.5rem 0}
.page-section li + li{border-top: 1px solid var(--surface-accent)}
.page-section strong{flex: 0 1 20rem;
        min-width: 0;
        font-size: calc(17.4px * 1.35);
        line-height: 1.2}
.page-section span{flex: 1 1 28rem;
        min-width: 0;
        line-height: 1.71}
@media (max-width: 760px) {.page-section li{
            display: block
        }.page-section span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.focused-headline{padding:calc(calc(1.5rem * 2.4)*.72) 2.02rem;background:var(--tone-extra-9,#F1EAD9);color:var(--surface-card,#332B21);}
.focused-headline .page-copy{max-width:1380px;margin:0 auto;display:flex;justify-content:flex-start;}
.focused-headline .bottom-frame{width:min(100%,58rem);text-align:left;padding-left:clamp(0rem,2vw,1.4rem);border-left:2px solid #B08A3E;}
.focused-headline h1{margin:0;font-size:clamp(2rem,5vw,calc(17.4px * 2.65));line-height:1.06;font-weight:700;letter-spacing:-0.01em;}
.focused-headline p{margin:clamp(.9rem,1.8vw,1.5rem) 0 0;max-width:40rem;font-size:clamp(1rem,1.3vw,calc(17.4px * 1.125));line-height:1.72;}
@media (max-width:620px){.focused-headline{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}.focused-headline .bottom-frame{padding-left:clamp(0rem,3vw,1rem);}
  }
.bottom-header{
  padding: calc(1.5rem * 2.4) 2.02rem;
  background: #1C1610;
  color: #F6F1E7;
}
.bottom-header .active-content{max-width: min(1380px, 72rem);
  margin: 0 auto;}
.bottom-header h2{margin: 0;
  font-size: calc(17.4px * 2);
  line-height: 1.1;}
.bottom-header .narrow-stack{margin: calc(1.5rem * .75) 0 calc(1.93rem * 1.5);
  max-width: 46rem;
  font-size: calc(17.4px * 1.125);
  color: #D8CFBC;}
.bottom-header .public-steps{display: flex;
  flex-wrap: wrap;
  gap: 1.93rem;}
.bottom-header .primary-proof{flex: 1 1 min(100%, 22rem);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #332B21;}
.bottom-header .primary-proof h3{margin: 0 0 calc(calc(1.5rem * .75) * .6);
  font-size: calc(17.4px * 1.35);
  font-weight: 700;
  line-height: 1.25;}
.bottom-header .primary-proof p{margin: 0 0 calc(calc(1.5rem * .75) * .7);
  color: #D8CFBC;}
.bottom-header .primary-proof small{display: block;
  font-size: calc(17.4px * .875);
  color: #B08A3E;}
.bottom-header .text-frame{margin: calc(1.93rem * 1.5) 0 0;
  max-width: 46rem;
  font-size: 17.4px;
  color: #D8CFBC;}
.bottom-header .simple-surface{margin-top: calc(1.5rem * .75);
  display: flex;
  flex-wrap: wrap;
  gap: 1.93rem;}
.bottom-header .simple-surface a{
  display: inline-block;
  padding: 0.7rem 1.3rem;
  border-radius: 0.53rem;
  font-size: calc(17.4px * .875);
  text-decoration: none;
  background: #B08A3E;
  color: #1C1610;
  transition: background 430ms var(--ease-soft);
}
.bottom-header .simple-surface a + a{
  background: transparent;
  color: #F6F1E7;
  border: 1px solid #332B21;
}
.bottom-header .simple-surface a:hover{
  background: #96732F;
  color: #1C1610;
}
.bottom-header .simple-surface a + a:hover{
  background: #332B21;
  color: #F6F1E7;
}
@media (max-width: 700px) {.bottom-header .public-steps{
    display: block;
  }.bottom-header .primary-proof + .primary-proof{
    margin-top: 1.93rem;
  }
}
.plain-body{--axis-base:calc(1.5rem * 1.05);--copy-base:calc(1380px / 3.2);padding:calc(1.5rem * 2.4) 2.02rem;background:#B08A3E;color:#1C1610;}
.plain-body .active-content{max-width:1380px;margin:0 auto;}
.plain-body h2,.plain-body h3,.plain-body p{margin:0;}
.plain-body h2{font-size:calc(17.4px * 2);line-height:1.14;}
.plain-body h3{font-size:calc(17.4px * 1.35);line-height:1.22;}
.plain-body p{font-size:17.4px;line-height:1.71;color:color-mix(in srgb, currentColor 76%, transparent);}
.plain-body .narrow-frame{max-width:calc(1380px / 1.9);}
.plain-body .text-entries{margin-top:1.5rem;}
.plain-body .clear-quote{display:flex;flex-wrap:wrap;gap:var(--axis-base);margin-top:calc(var(--axis-base) * 1.15);}
.plain-body .primary-proof{flex:1 1 var(--copy-base);min-width:0;padding:calc(var(--axis-base) * .7) 0 0;border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.plain-body .primary-proof p{margin-top:calc(1.5rem / 3.2);}
@media (max-width:720px){.plain-body .narrow-frame{max-width:none;}.plain-body .primary-proof{flex:1 1 100%;}
}
.page-nav{
  --axis-base:calc(1.5rem * 1.15);
  --axis-control:calc(1380px / 2.1);
  padding:calc(1.5rem * 2.4) 2.02rem;
  background:#FBF8F2;
  color:#1C1610;
}
.page-nav .active-content{max-width:1380px;
  margin:0 auto;}
.page-nav h2,
.page-nav h3,
.page-nav p{margin:0;}
.page-nav h2{font-size:calc(17.4px * 2);
  line-height:1.14;
  max-width:var(--axis-control);}
.page-nav h3{font-size:calc(17.4px * 1.35);
  line-height:1.2;}
.page-nav p{font-size:17.4px;
  line-height:1.71;}
.page-nav a{color:#1C1610;
  text-decoration:none;
  border-bottom:1px solid var(--surface-accent);
  transition:color 430ms var(--ease-soft), border-color 430ms var(--ease-soft);}
.page-nav a:hover{color:inherit;
  border-color:#B08A3E;}
.page-nav .narrow-frame{display:flex;
  flex-direction:column;
  gap:calc(calc(1.93rem * 1.5) * 0.7);
  max-width:var(--axis-control);}
.page-nav .text-entries{color:var(--surface-card);}
.page-nav .public-steps{display:flex;
  flex-wrap:wrap;
  gap:1.93rem;
  margin-top:var(--axis-base);}
.page-nav .primary-proof{
  flex:1 1 calc(1380px / 3.6);
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:calc(1.93rem * 1.5);
  padding:calc(calc(1.5rem * .75) * 1.1);
  border:1px solid var(--surface-accent);
  border-radius:0.89rem;
  background:var(--line-page);
  color:var(--paint-warm);
}
.page-nav .main-quote{font-size:17.4px;
  line-height:1.71;}
.page-nav .direct-content{display:flex;
  flex-direction:column;
  gap:calc(calc(1.93rem * 1.5) * 0.25);
  padding-top:calc(calc(1.93rem * 1.5) * 0.6);
  border-top:1px solid var(--surface-accent);}
.page-nav .direct-content span{font-size:calc(17.4px * .875);
  color:var(--surface-card);}
.page-nav .text-frame{margin-top:var(--axis-base);
  padding-top:calc(calc(1.93rem * 1.5) * 0.8);
  border-top:1px solid var(--surface-accent);
  font-size:calc(17.4px * .875);
  color:var(--surface-card);
  max-width:var(--axis-control);}
@media (max-width:720px){.page-nav .primary-proof{
    flex:1 1 100%;
  }
}
.text-track{padding:calc(calc(1.5rem * 2.4)*.72) 2.02rem;background:var(--tone-extra-9,#F1EAD9);color:var(--surface-card,#332B21);}
.text-track .page-copy{max-width:1380px;margin:0 auto;display:flex;justify-content:flex-start;}
.text-track .bottom-frame{width:min(100%,52rem);text-align:left;}
.text-track h1{margin:0;font-size:clamp(2rem,5.2vw,calc(17.4px * 2.65));line-height:1.04;font-weight:700;letter-spacing:-0.005em;}
.text-track p{margin:clamp(1rem,2vw,1.5rem) 0 0;max-width:38rem;font-size:clamp(1rem,1.32vw,calc(17.4px * 1.125));line-height:1.72;}
@media (max-width:620px){.text-track{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}}
.visual-story{--axis-base:calc(1.5rem * 1.19);--axis-control:calc(1380px / 2.50);padding:calc(1.5rem * 2.4) 2.02rem;background:#FBF8F2;color:#1C1610;}
.visual-story .active-content{max-width:1380px;margin:0 auto;}
.visual-story h1,.visual-story h2,.visual-story h3,.visual-story p{margin:0;}
.visual-story h2{font-size:calc(17.4px * 2);line-height:1.12;}
.visual-story h3{font-size:calc(17.4px * 1.35);line-height:1.2;}
.visual-story p{font-size:17.4px;line-height:1.71;}
.visual-story a{color:#1C1610;text-decoration:none;border-bottom:1px solid var(--surface-accent);}
.visual-story a:hover{color:inherit;}
.visual-story .text-entries{font-size:calc(17.4px * 1.125);}
.visual-story .text-frame{margin-top:var(--axis-base);font-size:calc(17.4px * .875);max-width:var(--axis-control);}
.visual-story .soft-service{display:flex;flex-wrap:wrap;gap:var(--axis-base);margin-top:var(--axis-base);}
.visual-story .primary-proof{flex:1 1 calc(1380px / 3.4);min-width:0;padding-top:calc(calc(1.5rem * .75) * .85);border-top:1px solid var(--surface-accent);}
.visual-story .primary-proof h3{margin-bottom:calc(1.5rem / 3);}
.visual-story .surface{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.93rem;}
.visual-story .surface>h2{flex:1 1 calc(1380px / 3);min-width:0;}
.visual-story .surface>.text-entries{flex:1 1 calc(1380px / 3);min-width:0;}
.visual-story .surface>.soft-service{flex:1 1 100%;}
.visual-story .surface>.text-frame{flex:1 1 100%;}
.visual-copy{padding:calc(1.5rem * 2.4) 2.02rem;background:linear-gradient(120deg, #B08A3E 0%, #D4B36A 100%);color:#1C1610}
.visual-copy .active-content{max-width:1380px;margin:0 auto}
.visual-copy .focused-details{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.4fr);gap:calc(1.93rem * 1.5);align-items:start}
.visual-copy .narrow-frame{min-width:0}
.visual-copy h2{margin:0;font-size:calc(17.4px * 2.65);line-height:1.04}
.visual-copy .narrow-frame p{margin:1.5rem 0 0;font-size:calc(17.4px * 1.125);line-height:1.71}
.visual-copy .narrow-frame .text-frame{margin-top:calc(1.5rem * .75);font-size:calc(17.4px * .875);opacity:0.82}
.visual-copy .content-lead{display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb,#1C1610 28%,transparent)}
.visual-copy .content-lead a{display:block;padding:1.5rem 0;border-bottom:1px solid color-mix(in srgb,#1C1610 28%,transparent);color:#1C1610;text-decoration:none}
.visual-copy strong{display:block;font-size:calc(17.4px * 1.35);line-height:1.18}
.visual-copy span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(17.4px * .875);line-height:1.71;max-width:62ch}
@media(max-width:820px){.visual-copy .focused-details{grid-template-columns:1fr}.visual-copy .content-lead{margin-top:calc(1.93rem * 1.5)}.visual-copy h2{font-size:calc(17.4px * 2)}}
.local-quote{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.02rem;
    background:var(--tone-extra-9,#F1EAD9);
    color:var(--surface-card,#332B21);
  }
.local-quote .page-copy{max-width:1380px;
    margin:0 auto;
    display:flex;
    justify-content:flex-start;}
.local-quote .bottom-frame{width:min(100%,52rem);
    text-align:left;}
.local-quote h1{margin:0;
    font-size:clamp(2rem,5.2vw,calc(17.4px * 2.65));
    line-height:1.06;
    font-weight:700;
    letter-spacing:0;}
.local-quote p{margin:clamp(1rem,2.2vw,1.5rem) 0 0;
    max-width:40rem;
    font-size:clamp(1rem,1.3vw,calc(17.4px * 1.125));
    line-height:1.72;}
@media (max-width:620px){.local-quote{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }.local-quote p{
      max-width:100%;
    }
  }
.secondary-method{
  --axis-base:calc(1.5rem * 1.05);
  --axis-control:calc(1380px / 2.6);
  padding:calc(1.5rem * 2.4) 2.02rem;
  background:#FBF8F2;
  color:#1C1610;
}
.secondary-method .active-content{max-width:1380px;
  margin:0 auto;}
.secondary-method h2,
.secondary-method h3,
.secondary-method p{margin:0;}
.secondary-method h2{font-size:calc(17.4px * 2);
  line-height:1.14;}
.secondary-method h3{font-size:calc(17.4px * 1.35);
  line-height:1.22;}
.secondary-method p{font-size:17.4px;
  line-height:1.71;}
.secondary-method .narrow-frame{display:flex;
  flex-wrap:wrap;
  gap:1.93rem;
  align-items:flex-start;
  padding-bottom:calc(1.93rem * 1.5);
  border-bottom:1px solid var(--surface-accent);}
.secondary-method .narrow-frame h2{flex:1 1 calc(1380px / 3.2);
  min-width:0;}
.secondary-method .narrow-frame .text-entries{flex:1 1 calc(1380px / 2.4);
  min-width:0;
  max-width:var(--axis-control);
  color:var(--surface-card);}
.secondary-method .soft-service{display:flex;
  flex-wrap:wrap;
  gap:var(--axis-base) 1.93rem;
  margin-top:var(--axis-base);}
.secondary-method .primary-proof{flex:1 1 calc(1380px / 3.4);
  min-width:0;
  padding-top:calc(calc(1.5rem * .75) * 0.6);
  border-top:1px solid var(--surface-accent);}
.secondary-method .primary-proof h3{margin-bottom:calc(1.5rem / 3.2);}
.secondary-method .primary-proof p{color:var(--surface-card);}
.secondary-method .offer-shell{margin-top:calc(var(--axis-base) * 1.1);
  padding-top:calc(1.93rem * 1.5);
  border-top:1px solid var(--surface-accent);
  max-width:var(--axis-control);}
.secondary-method .offer-shell p{font-size:calc(17.4px * .875);
  color:var(--surface-card);}
.secondary-method .offer-shell a{color:#1C1610;
  text-decoration:underline;
  text-underline-offset:3px;
  transition:color 430ms var(--ease-soft);}
.secondary-method .offer-shell a:hover{color:inherit;}
@media (max-width:760px){.secondary-method .narrow-frame h2,
  .secondary-method .narrow-frame .text-entries,
  .secondary-method .primary-proof{
    flex:1 1 100%;
  }
}
.photo{padding:calc(1.5rem * 2) 2.02rem;background:linear-gradient(135deg, #1C1610 0%, #332B21 55%, #4A3D2A 100%);color:#F6F1E7;}
.photo .plain-summary{max-width:1380px;margin:0 auto;display:grid;gap:calc(1.93rem * 1.2);}
.photo h2,.photo h3,.photo p{margin:0;}
.photo .narrow-frame{display:grid;gap:.7rem;max-width:60ch;}
.photo .narrow-frame h2{font-size:calc(17.4px * 2);line-height:1.2;}
.photo .text-entries{font-size:17.4px;opacity:.88;}
.photo .content-inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.93rem;}
.photo .primary-proof{display:grid;gap:.45rem;padding:1rem 1.1rem;background:#B08A3E;color:#1C1610;border-radius:0.89rem;border:1px solid rgba(176, 138, 62, 0.45);}
.photo .primary-proof h3{font-size:calc(17.4px * 1.35);line-height:1.25;}
.photo .primary-proof p{font-size:calc(17.4px * .875);line-height:1.6;}
.photo .offer-shell{padding-top:calc(calc(1.93rem * 1.5) * .6);border-top:1px solid rgba(176, 138, 62, 0.45);}
.photo .offer-shell p{font-size:calc(17.4px * .875);opacity:.9;}
.photo .offer-shell a{color:inherit;text-decoration:underline;text-underline-offset:3px;transition:color 430ms var(--ease-soft);}
.photo .offer-shell a:hover{}
@media (max-width: 900px){.photo .content-inner{grid-template-columns:1fr;}
    }
.quiet-lead{
    padding:calc(1.5rem * 2.4) 2.02rem;
    background:var(--tone-extra-9);
    color:var(--surface-card);
}
.quiet-lead .content-story{max-width:1380px;
    margin:0 auto;}
.quiet-lead .compact-summary{
    background:var(--line-page);
    color:var(--paint-warm);
    border:1px solid var(--surface-accent);
    border-radius:0.89rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 2px 6px rgba(0,0,0,0.11);
    display:flex;
    flex-direction:column;
    gap:calc(1.93rem * 1.5);
}
.quiet-lead .team-method{display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:1.93rem;}
.quiet-lead .quiet-inner{
    width:48px;
    height:48px;
    border-radius:999px;
    background:#B08A3E;
    color:#1C1610;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:calc(17.4px * .875);
    letter-spacing:0.04em;
    flex:0 0 auto;
}
.quiet-lead .direct-content{flex:1 1 200px;
    min-width:0;}
.quiet-lead .direct-content h3{margin:0 0 2px;
    font-size:17.4px;
    font-weight:600;}
.quiet-lead .direct-content p{margin:0;
    font-size:calc(17.4px * .875);}
.quiet-lead .narrow-plan{font-size:calc(17.4px * .875);
    letter-spacing:0.06em;
    padding:4px 10px;
    border:1px solid var(--surface-accent);
    border-radius:0.31rem;
    flex:0 0 auto;}
.quiet-lead .clear-area{margin:0;
    font-size:17.4px;
    line-height:1.71;}
.quiet-lead .offer-shell{display:flex;
    flex-wrap:wrap;
    gap:1.93rem;
    padding-top:calc(1.93rem * 1.5);
    border-top:1px solid var(--surface-accent);}
.quiet-lead .offer-shell a{text-decoration:none;
    font-size:calc(17.4px * .875);
    border-bottom:1px solid transparent;
    transition:color 430ms var(--ease-soft), border-color 430ms var(--ease-soft);}
.quiet-lead .offer-shell a:hover{border-bottom-color:#B08A3E;}
.narrow-region{
    padding:calc(1.5rem * 2.4) 2.02rem;
    background:var(--tone-extra-9);
    color:var(--surface-card);
}
.narrow-region .content-story{max-width:1380px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.93rem * 1.5);}
.narrow-region .top-brand{display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:0.4rem 1rem;}
.narrow-region .focused-story{margin:0;
    font-size:calc(17.4px * 1.35);
    font-weight:400;}
.narrow-region .media-grid{margin:0;
    font-size:calc(17.4px * .875);
    letter-spacing:0.02em;
    opacity:0.75;}
.narrow-region .offer-view{margin:0;
    max-width:62ch;
    font-size:17.4px;
    line-height:1.71;}
.narrow-region .contact-actions{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:0.5rem 1.75rem;
    font-size:calc(17.4px * .875);}
.narrow-region .contact-actions a{color:#1C1610;
    text-decoration:none;
    border-bottom:1px solid var(--surface-accent);
    padding-bottom:2px;
    transition:color 430ms var(--ease-soft), border-color 430ms var(--ease-soft);}
.narrow-region .contact-actions a:hover{color:inherit;
    border-color:#B08A3E;}
.narrow-region .text-frame{margin:0;
    font-size:calc(17.4px * .875);
    opacity:0.7;}
@media (max-width:640px){.narrow-region .top-brand{
        flex-direction:column;
        gap:0.25rem;
    }
}
.compact-content{
    padding:calc(1.5rem * 2.4) 2.02rem;
    background:#1C1610;
    color:#F6F1E7;
}
.compact-content .content-story{max-width:1380px;
    margin:0 auto;}
.compact-content .compact-summary{
    background:var(--line-page);
    color:var(--paint-warm);
    border:1px solid var(--surface-accent);
    border-radius:1.01rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 6px 22px rgba(0,0,0,0.14);
    display:flex;
    flex-direction:column;
    gap:calc(1.93rem * 1.5);
}
.compact-content .team-method{display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:1.93rem;}
.compact-content .quiet-inner{
    width:52px;
    height:52px;
    border-radius:999px;
    background:#B08A3E;
    color:#1C1610;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
    font-size:17.4px;
    flex-shrink:0;
}
.compact-content .direct-content{flex:1 1 200px;
    min-width:0;}
.compact-content .direct-content h3{margin:0 0 4px;
    font-size:calc(17.4px * 1.125);
    font-weight:600;}
.compact-content .direct-content p{margin:0;
    font-size:calc(17.4px * .875);}
.compact-content .narrow-plan{
    font-size:17.4px;
    font-weight:600;
    padding:6px 14px;
    border-radius:0.53rem;
    background:var(--tone-extra-9);
    color:var(--surface-card);
    white-space:nowrap;
}
.compact-content .clear-area{margin:0;
    font-size:17.4px;
    line-height:1.71;}
.compact-content .offer-shell{display:flex;
    flex-wrap:wrap;
    gap:1.93rem;
    padding-top:calc(1.93rem * 1.5);
    border-top:1px solid var(--surface-accent);}
.compact-content .offer-shell a{font-size:calc(17.4px * .875);
    text-decoration:none;
    border-bottom:1px solid #B08A3E;
    padding-bottom:2px;
    transition:color 430ms var(--ease-soft);}
.compact-content .offer-shell a:hover{}
@media (max-width:640px){.compact-content .team-method{
        flex-direction:column;
        align-items:flex-start;
    }.compact-content .narrow-plan{
        align-self:flex-start;
    }
}
.service-fields{
    padding:calc(1.5rem * 2.4) 2.02rem;
    background:#FBF8F2;
    color:#1C1610;
}
.service-fields .content-story{max-width:1380px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.93rem * 1.5);
    align-items:flex-start;}
.service-fields .text-entries{flex:1 1 260px;
    min-width:220px;}
.service-fields .direct-frame{flex:2 1 420px;
    min-width:260px;}
.service-fields .focused-story{margin:0 0 6px;
    font-size:calc(17.4px * 1.35);
    line-height:1.25;}
.service-fields .media-grid{
    margin:0;
    font-size:calc(17.4px * .875);
    letter-spacing:0.02em;
    color:var(--surface-card);
    background:var(--tone-extra-9);
    display:inline-block;
    padding:4px 10px;
    border-radius:0.31rem;
}
.service-fields .offer-view{margin:0 0 calc(1.5rem * .75);
    font-size:17.4px;
    line-height:1.71;}
.service-fields .offer-view:last-of-type{margin-bottom:calc(1.93rem * 1.5);}
.service-fields .soft-service{list-style:none;
    margin:0 0 calc(1.93rem * 1.5);
    padding:0;
    display:flex;
    flex-direction:column;
    gap:10px;}
.service-fields .primary-proof{display:flex;
    flex-wrap:wrap;
    gap:8px 14px;
    align-items:baseline;
    padding-bottom:8px;
    border-bottom:1px solid var(--surface-accent);
    font-size:calc(17.4px * .875);}
.service-fields .primary-proof:last-child{border-bottom:0;
    padding-bottom:0;}
.service-fields .main-actions{min-width:88px;
    color:var(--surface-card);
    text-transform:uppercase;
    letter-spacing:0.06em;
    font-size:calc(17.4px * .875);}
.service-fields .primary-proof a{color:#1C1610;
    text-decoration:none;
    border-bottom:1px solid var(--surface-accent);
    transition:color 430ms var(--ease-soft), border-color 430ms var(--ease-soft);}
.service-fields .primary-proof a:hover{color:inherit;
    border-color:#B08A3E;}
.service-fields .text-frame{margin:0;
    font-size:calc(17.4px * .875);
    line-height:1.6;
    color:var(--surface-card);
    border-left:2px solid #B08A3E;
    padding-left:14px;}
@media (max-width:720px){.service-fields .content-story{
        flex-direction:column;
        gap:calc(1.5rem * .75);
    }.service-fields .main-actions{
        min-width:0;
    }
}
.compact-shell{
    padding:calc(1.5rem * 2.4) 2.02rem;
    background:#FBF8F2;
    color:#1C1610;
}
.compact-shell .content-story{max-width:1380px;
    margin:0 auto;}
.compact-shell .compact-summary{
    background:var(--line-page);
    color:var(--paint-warm);
    border:1px solid var(--surface-accent);
    border-radius:0.89rem;
    box-shadow:0 6px 22px rgba(0,0,0,0.14);
    padding:calc(1.5rem * .75);
}
.compact-shell .team-method{display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:1.93rem;
    padding-bottom:calc(1.93rem * 1.5);
    border-bottom:1px solid var(--surface-accent);
    margin-bottom:calc(1.93rem * 1.5);}
.compact-shell .quiet-inner{
    width:52px;
    height:52px;
    border-radius:999px;
    background:#B08A3E;
    color:#1C1610;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:17.4px;
    letter-spacing:0.04em;
    flex:0 0 auto;
}
.compact-shell .direct-content{flex:1 1 220px;
    min-width:0;}
.compact-shell .direct-content h3{margin:0 0 4px;
    font-size:calc(17.4px * 1.125);
    font-weight:400;}
.compact-shell .direct-content p{margin:0;
    font-size:calc(17.4px * .875);}
.compact-shell .narrow-plan{
    font-size:calc(17.4px * .875);
    padding:6px 14px;
    border-radius:0.31rem;
    background:var(--tone-extra-9);
    color:var(--surface-card);
    white-space:nowrap;
}
.compact-shell .clear-area{margin:0;
    font-size:17.4px;
    line-height:1.71;}
.compact-shell .offer-shell{display:flex;
    flex-wrap:wrap;
    gap:1.93rem;
    margin-top:calc(1.93rem * 1.5);
    padding-top:calc(1.93rem * 1.5);
    border-top:1px solid var(--surface-accent);}
.compact-shell .offer-shell a{font-size:calc(17.4px * .875);
    text-decoration:none;
    border-bottom:1px solid var(--surface-accent);
    padding-bottom:2px;
    transition:color 430ms var(--ease-soft),border-color 430ms var(--ease-soft);}
.compact-shell .offer-shell a:hover{border-color:#B08A3E;}
@media (max-width:640px){.compact-shell .team-method{
        align-items:flex-start;
    }.compact-shell .narrow-plan{
        order:3;
    }
}
.strong-content{
    padding:calc(1.5rem * 2.4) 2.02rem;
    background:#FBF8F2;
    color:#1C1610;
}
.strong-content .content-story{max-width:1380px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.93rem * 1.5);
    align-items:flex-start;}
.strong-content .text-entries{flex:0 0 260px;
    padding-right:1.93rem;
    border-right:1px solid var(--surface-accent);}
.strong-content .focused-story{margin:0 0 6px;
    font-size:calc(17.4px * 1.35);
    line-height:1.25;}
.strong-content .media-grid{margin:0;
    font-size:calc(17.4px * .875);
    color:var(--surface-card);
    letter-spacing:0.02em;}
.strong-content .direct-frame{flex:1 1 380px;
    min-width:0;}
.strong-content .offer-view{margin:0 0 calc(1.93rem * 1.5);
    font-size:17.4px;
    line-height:1.71;}
.strong-content .text-frame{margin:0;
    font-size:calc(17.4px * .875);
    color:var(--surface-card);}
.strong-content .soft-service{list-style:none;
    margin:0;
    padding:0;
    flex:1 1 320px;
    display:flex;
    flex-direction:column;
    gap:14px;}
.strong-content .primary-proof{display:flex;
    flex-direction:column;
    gap:2px;
    padding-bottom:12px;
    border-bottom:1px solid var(--surface-accent);
    font-size:calc(17.4px * .875);}
.strong-content .primary-proof:last-child{border-bottom:0;
    padding-bottom:0;}
.strong-content .plain-method{font-size:calc(17.4px * .875);
    color:var(--surface-card);
    text-transform:uppercase;
    letter-spacing:0.06em;}
.strong-content .top-body{color:#1C1610;}
.strong-content a{color:#1C1610;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 430ms var(--ease-soft),
               border-color 430ms var(--ease-soft);}
.strong-content a:hover{color:inherit;
    border-bottom-color:#B08A3E;}
.strong-content .offer-shell{flex:1 1 100%;
    margin:calc(1.93rem * 1.5) 0 0;
    font-size:calc(17.4px * .875);
    color:var(--surface-card);}
.strong-content .offer-shell .site-intro{margin:0 8px;color:inherit;}
@media (max-width:760px){.strong-content .text-entries{
        flex:1 1 100%;
        padding-right:0;
        border-right:0;
        border-bottom:1px solid var(--surface-accent);
        padding-bottom:calc(1.93rem * 1.5);
    }.strong-content .soft-service{
        flex:1 1 100%;
    }
}
.page-items{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.02rem;
    background:var(--tone-extra-9,#F1EAD9);
    color:var(--surface-card,#332B21);
  }
.page-items .page-copy{max-width:1380px;
    margin:0 auto;
    display:flex;
    justify-content:flex-start;}
.page-items .bottom-frame{width:min(100%,52rem);
    padding-left:clamp(0rem,2vw,1.5rem);
    border-left:1px solid var(--surface-accent,#E2D9C6);}
.page-items h1{margin:0;
    font-family:"DM Serif Display", sans-serif;
    font-size:clamp(1.9rem,4.6vw,calc(17.4px * 2.65));
    line-height:1.08;
    font-weight:400;
    letter-spacing:0;}
.page-items p{margin:clamp(.9rem,1.8vw,calc(1.93rem * 1.5)) 0 0;
    max-width:38rem;
    font-size:clamp(1rem,1.3vw,calc(17.4px * 1.125));
    line-height:1.72;}
@media (max-width:620px){.page-items{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }.page-items .bottom-frame{
      padding-left:0;
      border-left:0;
    }
  }
.primary-surface{background:#FBF8F2;color:#1C1610;padding:calc(1.5rem * 2.4) 2.02rem}
.primary-surface .active-content{max-width:1380px;margin:0 auto}
.primary-surface .steady-items{display:flex;align-items:flex-start;gap:calc(1.93rem * 1.5)}
.primary-surface .narrow-frame{flex:0 1 30rem;min-width:0}
.primary-surface h2{margin:0;font-size:clamp(calc(17.4px * 2),5vw,calc(17.4px * 2.65));line-height:1.08;letter-spacing:0}
.primary-surface .narrow-frame > p{margin:1.5rem 0 0;color:var(--surface-card);font-size:calc(17.4px * 1.125);line-height:1.65}
.primary-surface .visual-list{margin:calc(1.93rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.primary-surface .featured-form{margin:0;padding:calc(1.5rem * .75);background:var(--line-page);color:var(--paint-warm);border:1px solid var(--surface-accent);border-radius:0.53rem}
.primary-surface .featured-form dt{margin:0;font-size:calc(17.4px * .875);letter-spacing:.04em;text-transform:uppercase;color:var(--surface-card)}
.primary-surface .featured-form dd{margin:.35rem 0 0;font-size:17.4px;line-height:1.5}
.primary-surface .featured-form a{color:#1C1610;text-decoration:none;border-bottom:1px solid var(--surface-accent)}
.primary-surface .featured-form a:hover{color:inherit;border-bottom-color:#B08A3E}
.primary-surface .open-details{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid var(--surface-accent)}
.primary-surface .direct-footer{display:flex;gap:1.93rem;padding:1.5rem 0;border-bottom:1px solid var(--surface-accent)}
.primary-surface .direct-footer strong{flex:0 1 15rem;min-width:0;font-size:17.4px;line-height:1.4}
.primary-surface .direct-footer span{flex:1 1 20rem;min-width:0;color:var(--surface-card);line-height:1.6}
@media(max-width:760px){.primary-surface .steady-items{flex-direction:column}.primary-surface .direct-footer{flex-direction:column;gap:calc(calc(1.5rem * .75)*.5)}
}
.local-copy{padding:calc(1.5rem * 2.4) 2.02rem;background:var(--tone-cool);color:#F6F1E7}
.local-copy .active-content{max-width:1380px;margin:0 auto;display:flex;gap:calc(1.93rem * 1.5);align-items:flex-start}
.local-copy .narrow-frame{flex:1 1 0;padding:1.93rem 0}
.local-copy h2{margin:0;font-size:calc(17.4px * 2.65);line-height:1.05}
.local-copy .narrow-frame p{max-width:44rem;margin:1.5rem 0 0;font-size:calc(17.4px * 1.125);line-height:1.71}
.local-copy ul{list-style:none;margin:calc(1.93rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.local-copy li{max-width:46rem;line-height:1.71}
.local-copy li span{display:inline-block;min-width:6.5rem;margin-right:calc(1.5rem * .75);font-size:calc(17.4px * .875);font-weight:700;letter-spacing:0.02em}
.local-copy form{flex:0 1 calc(1380px*.36);background:var(--line-page);color:var(--paint-warm);border:1px solid var(--surface-accent);border-radius:1.01rem;padding:1.93rem;box-shadow:0 18px 46px rgba(0,0,0,0.17)}
.local-copy .secondary-inner{display:flex;flex-direction:column;gap:1.5rem}
.local-copy label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(17.4px * .875)}
.local-copy input{width:100%;border:0;border-bottom:1px solid var(--surface-accent);border-radius:0;background:transparent;color:inherit;font:inherit;padding:calc(1.5rem * .75) 0;outline:none;transition:border-color 430ms var(--ease-soft)}
.local-copy input:focus{border-color:rgba(176, 138, 62, 0.45)}
.local-copy input::placeholder{}
.local-copy button{width:100%;margin-top:calc(1.93rem * 1.5);border:0;border-radius:0.53rem;background:var(--tone-cool);color:#F6F1E7;font:inherit;padding:calc(1.5rem * .75);cursor:pointer;transition:background 430ms var(--ease-soft)}
.local-copy button:hover{background:#332B21;color:var(--paint-warm);}
@media(max-width:780px){.local-copy .active-content{display:block}.local-copy form{margin-top:1.5rem}}
.fresh-wrap{padding:calc(1.5rem * 2.4) 2.02rem;background:#1C1610;color:#F6F1E7}
.fresh-wrap .quiet-actions{max-width:min(1380px,62rem);margin:0 auto}
.fresh-wrap h2{margin:0;font-size:calc(17.4px * 2.65);line-height:1.05}
.fresh-wrap .text-entries{margin:1.5rem 0 1.93rem;font-size:calc(17.4px * 1.35);line-height:1.3;max-width:52rem}
.fresh-wrap .fresh-wrap{height:clamp(22rem,44vw,34rem);border-radius:0.89rem;overflow:hidden;border:1px solid var(--surface-accent)}
.fresh-wrap iframe{display:block;width:100%;height:100%;border:0}
.fresh-wrap .offer-tile{margin-top:1.93rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.fresh-wrap .offer-tile div{display:grid;grid-template-columns:minmax(9rem,.3fr) minmax(0,1fr);gap:calc(1.5rem * .75);padding-bottom:calc(1.5rem * .75);border-bottom:1px solid var(--surface-accent)}
.fresh-wrap .offer-tile span{font-size:calc(17.4px * .875);color:#D8CFBC;letter-spacing:.02em}
.fresh-wrap .offer-tile p{margin:0;line-height:1.6}
.fresh-wrap .offer-tile a{text-decoration:underline;text-underline-offset:3px}
.fresh-wrap .offer-tile a:hover{color:#B08A3E}
@media (max-width: 620px){.fresh-wrap .offer-tile div{grid-template-columns:1fr;gap:calc(calc(1.5rem * .75) / 3)}.fresh-wrap .fresh-wrap{height:22rem}
}
.plain-service{padding:calc(1.5rem * 2.4) 2.02rem;background:#1C1610;color:#F6F1E7}
.plain-service .compact-brand{max-width:min(1380px,62rem);margin:0 auto}
.plain-service .text-entries{margin:0 0 calc(1.93rem * 1.5)}
.plain-service h2{margin:0 0 calc(1.5rem * .75);font-size:calc(17.4px * 2.65);line-height:1.08}
.plain-service .narrow-stack{margin:0 0 calc(1.5rem * .75);font-size:calc(17.4px * 1.125);line-height:1.55;color:color-mix(in srgb,currentColor 78%,transparent)}
.plain-service .text-frame{margin:0;font-size:calc(17.4px * .875);color:color-mix(in srgb,currentColor 62%,transparent)}
.plain-service .narrow-header{display:flex;flex-direction:column;gap:calc(1.93rem * 1.5)}
.plain-service .primary-proof{padding:0 0 calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,currentColor 14%,transparent)}
.plain-service .primary-proof:last-child{border-bottom:0;padding-bottom:0}
.plain-service h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17.4px * 1.35);line-height:1.25}
.plain-service .primary-proof p{margin:0;font-size:17.4px;line-height:1.7;color:color-mix(in srgb,currentColor 76%,transparent)}
.plain-service a{color:#B08A3E;text-decoration:underline;text-underline-offset:3px}
.plain-service a:hover{color:inherit;}
@media (min-width:768px){.plain-service .narrow-header{gap:1.5rem}
}
.primary-unit{padding:calc(1.5rem * 2.4) 2.02rem;background:var(--tone-extra-9);color:var(--surface-card)}
.primary-unit .plain-contact{max-width:min(1380px,64rem);margin:0 auto}
.primary-unit .text-entries{margin-bottom:calc(1.93rem * 1.5)}
.primary-unit h2{margin:0;font-size:calc(17.4px * 2.65);line-height:1.08}
.primary-unit .narrow-frame{margin:1.5rem 0 0;font-size:calc(17.4px * 1.125);line-height:1.55}
.primary-unit .service-team{display:flex;flex-direction:column;gap:1.93rem}
.primary-unit .primary-proof{padding:calc(1.5rem * .75) 0;border-top:1px solid var(--surface-accent)}
.primary-unit .primary-proof:first-child{border-top:0;padding-top:0}
.primary-unit h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17.4px * 1.35);line-height:1.25}
.primary-unit .primary-proof p{margin:0;font-size:17.4px;line-height:1.7}
@media (min-width:900px){.primary-unit .service-team{display:grid;grid-template-columns:1fr 1fr;column-gap:1.93rem;row-gap:1.93rem}.primary-unit .primary-proof{padding:calc(1.5rem * .75) 0 0}.primary-unit .primary-proof:nth-child(1),
  .primary-unit .primary-proof:nth-child(2){border-top:0;padding-top:0}
}
.text-plan{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.02rem;
    background:var(--tone-extra-9,#F1EAD9);
    color:var(--surface-card,#332B21);
  }
.text-plan .page-copy{max-width:1380px;
    margin:0 auto;
    display:flex;
    justify-content:flex-start;}
.text-plan .bottom-frame{width:min(100%,52rem);
    text-align:left;
    border-left:2px solid #B08A3E;
    padding-left:clamp(1rem,2.4vw,calc(1.93rem * 1.5));}
.text-plan h1{margin:0;
    font-size:clamp(2rem,5vw,calc(17.4px * 2.65));
    line-height:1.05;
    font-weight:700;
    letter-spacing:-0.01em;}
.text-plan p{margin:clamp(.9rem,1.8vw,1.5rem) 0 0;
    max-width:38rem;
    font-size:clamp(1rem,1.3vw,calc(17.4px * 1.125));
    line-height:1.72;}
@media (max-width:620px){.text-plan{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }.text-plan .bottom-frame{
      border-left-width:0;
      padding-left:0;
    }
  }
.site-team{--axis-base:calc(1.5rem * 1.04);--axis-control:calc(1380px / 2.9);padding:calc(1.5rem * 2.4) 2.02rem;background:#B08A3E;color:#1C1610;}
.site-team .active-content{max-width:1380px;margin:0 auto;}
.site-team h1,.site-team h2,.site-team h3,.site-team p{margin:0;}
.site-team h2{font-size:calc(17.4px * 2);line-height:1.12;max-width:var(--axis-control);}
.site-team p{font-size:17.4px;line-height:1.71;}
.site-team a{color:inherit;text-decoration:none;}
.site-team .text-entries{max-width:var(--axis-control);color:color-mix(in srgb, currentColor 82%, transparent);}
.site-team .text-frame{max-width:var(--axis-control);margin-top:var(--axis-base);font-size:calc(17.4px * .875);color:color-mix(in srgb, currentColor 74%, transparent);}
.site-team .text-frame a,.site-team .offer-shell a{border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.site-team .offer-shell{max-width:var(--axis-control);margin-top:calc(1.93rem * 1.5);font-size:calc(17.4px * .875);color:color-mix(in srgb, currentColor 74%, transparent);}
.site-team .simple-surface{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:1.5rem;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.31rem;background:#1C1610;color:#B08A3E;transition:background 430ms var(--ease-soft);}
.site-team .simple-surface:hover{background:var(--tone-cool);color:#F6F1E7;}
.site-team .bottom-feature>h2,.site-team .bottom-feature>p,.site-team .bottom-feature>.simple-surface{margin-top:1.5rem;}
.site-team .bottom-feature>h2:first-child{margin-top:0;}
@media (max-width:720px){.site-team h2,.site-team .text-entries,.site-team .text-frame,.site-team .offer-shell{max-width:none;}.site-team .simple-surface{width:100%;}
}
.quiet-block{
  padding: calc(1.5rem * 2.4) 2.02rem;
  background: #1C1610;
  color: #F6F1E7;
}
.quiet-block .active-content{max-width: min(1380px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.93rem * 1.5);}
.quiet-block .top-brand{max-width: 46rem;}
.quiet-block h2{margin: 0;
  font-size: calc(17.4px * 2);
  line-height: 1.1;}
.quiet-block .text-entries{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.4px * 1.125);
  line-height: 1.71;
  color: #D8CFBC;}
.quiet-block .active-fields{display: flex;
  flex-wrap: wrap;
  gap: 1.93rem;
  border-top: 1px solid #332B21;
  padding-top: calc(1.93rem * 1.5);}
.quiet-block .primary-proof{flex: 1 1 16rem;
  min-width: 0;}
.quiet-block .primary-proof strong{display: block;
  font-size: calc(17.4px * 1.35);
  margin-bottom: 0.5rem;}
.quiet-block .primary-proof p{margin: 0;
  color: #D8CFBC;
  line-height: 1.71;}
.quiet-block .top-track{border-top: 1px solid #332B21;
  padding-top: calc(1.93rem * 1.5);
  max-width: 52rem;}
.quiet-block .top-track .main-actions{margin: 0 0 calc(1.5rem * .75);
  color: #D8CFBC;}
.quiet-block .offer-shell{list-style: none;
  margin: 0 0 calc(1.5rem * .75);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;}
.quiet-block .offer-shell li{font-size: 17.4px;}
.quiet-block a{color: #B08A3E;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 430ms var(--ease-soft), color 430ms var(--ease-soft);}
.quiet-block a:hover{color:inherit;
  border-bottom-color: #96732F;}
.quiet-block .service-track{margin: 0;
  color: #D8CFBC;
  font-size: calc(17.4px * .875);}
@media (max-width: 640px) {.quiet-block .active-fields{
    flex-direction: column;
  }
}
.plain-panel{
  background: #1C1610;
  color: #F6F1E7;
  padding: calc(1.5rem * 2.4) 2.02rem;
}
.plain-panel .active-content{width: min(100%, 1380px);
  margin: 0 auto;}
.plain-panel .active-fields{display: flex;
  flex-direction: column;
  gap: calc(1.93rem * 1.5);}
.plain-panel .compact-track{max-width: 720px;}
.plain-panel h1{margin: 0;
  font-size: clamp(calc(17.4px * 2), 5.4vw, calc(17.4px * 2.65));
  line-height: 1.04;
  letter-spacing: 0;}
.plain-panel p{margin: 1.5rem 0 0;
  max-width: 62ch;
  font-size: calc(17.4px * 1.125);
  line-height: 1.68;
  color: color-mix(in srgb, currentColor 78%, transparent);}
.plain-panel .focused-lead{display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.93rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);}
.plain-panel .focused-lead > a{
  padding: 13px 20px;
  border-radius: 0.53rem;
  background: #B08A3E;
  color: #1C1610;
  text-decoration: none;
  font-weight: 700;
  transition: background 430ms var(--ease-soft);
}
.plain-panel .focused-lead > a:hover{
  background: #96732F;color:var(--paint-warm);}
.plain-panel .offer-shell{display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 0;}
.plain-panel .offer-shell a{color: color-mix(in srgb, currentColor 84%, transparent);
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, currentColor 28%, transparent);
  padding-bottom: 2px;
  transition: color 430ms var(--ease-soft), border-color 430ms var(--ease-soft);}
.plain-panel .offer-shell a:hover{border-color: #B08A3E;}
.plain-panel .text-frame{margin: 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid color-mix(in srgb, currentColor 14%, transparent);
  font-size: calc(17.4px * .875);
  line-height: 1.7;
  color: color-mix(in srgb, currentColor 68%, transparent);}
.plain-panel .text-frame a{color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;}
.plain-panel .text-frame a:hover{}
@media (max-width: 680px) {.plain-panel{ padding: calc(1.5rem * 2.4) 2.02rem; }.plain-panel .focused-lead{ flex-direction: column; align-items: flex-start; }.plain-panel .offer-shell{ justify-content: flex-start; }
}
