:root {
  --tone-primary: #FBF3E4;
  --motion-base: cubic-bezier(0.16,1,0.3,1);
  --paint-warm: #8C3A1E;
}
body{margin:0;padding:0;font-family:"Nunito", sans-serif;}
*{box-sizing:border-box;}
.active-headline {
    width: 100%;
    background: #FFFBF2;
    color: #2B160C;
    border-bottom: 1px solid #E0CBA8;
    box-shadow: 0 1px 2px rgba(0,0,0,0.06);
  }
.local-actions {
    max-width: 1000px;
    margin: 0 auto;
    padding: 1.5rem 1.05rem;
    display: flex;
    align-items: center;
    gap: 0.92rem;
  }
.plain-stack {
    font-size: calc(16.2px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #2B160C;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
.plain-stack:hover {
    color: var(--paint-warm);
  }
.local-note {
    flex: 1 1 auto;
    margin-left: calc(0.92rem * 1.5);
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.92rem;
    flex-wrap: wrap;
  }
.nav-list a {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    font-size: 16.2px;
    color: #2B160C;
    text-decoration: none;
    border-radius: 0.4rem;
    transition: background-color 400ms var(--motion-base), color 400ms var(--motion-base);
  }
.nav-list a:hover {
    background: #F1E2C6;
    color: #3A2012;
  }
.offer-media {
    flex-shrink: 0;
  }
.direct-details {
    display: inline-block;
    padding: 0.65rem 1.25rem;
    background: var(--paint-warm);
    color: var(--tone-primary);
    font-size: 16.2px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.59rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.06);
    transition: background-color 400ms var(--motion-base), transform 400ms var(--motion-base);
  }
.direct-details:hover{
    background: #6E2C15;
    transform: translateY(-1px);color:#2B160C;}
.narrow-panel {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 8px;
    background: #F1E2C6;
    color: #3A2012;
    border: 1px solid #E0CBA8;
    border-radius: 0.4rem;
    cursor: pointer;
    flex-shrink: 0;
  }
.narrow-panel span{
    display: block;
    height: 2px;
    width: 100%;
    background: #3A2012;
    border-radius: 0.18rem;
    transition: transform 400ms var(--motion-base), opacity 400ms var(--motion-base);color:#2B160C;}
.narrow-panel.is-open span:nth-child(1){transform: translateY(7px) rotate(45deg);}
.narrow-panel.is-open span:nth-child(2){opacity: 0;}
.narrow-panel.is-open span:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
@media (max-width: 767px) {
    .local-actions {
      flex-wrap: wrap;
      gap: calc(0.92rem * 1.5);
    }

    .narrow-panel {
      display: flex;
      margin-left: auto;
    }

    .offer-media {
      order: 3;
      width: 100%;
    }

    .direct-details {
      display: block;
      text-align: center;
      width: 100%;
    }

    .local-note {
      order: 4;
      flex-basis: 100%;
      margin-left: 0;
      max-height: 0;
      overflow: hidden;
      transition: max-height 400ms var(--motion-base);
    }

    .local-note.is-open {
      max-height: 480px;
    }

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

    .nav-list a {
      padding: 0.75rem 0.5rem;
      border-radius: 0.18rem;
    }
  }
.main-benefit{font-family:"Nunito", sans-serif;font-size:16.2px;line-height:1.82;width:100%;padding:0;background:#2B160C;color:#FBF3E4;}
.main-benefit .direct-menu{max-width:1000px;margin:0 auto;padding:calc(1.5rem * 2.4) 1.05rem;display:grid;grid-template-columns:1fr;gap:calc(0.92rem * 1.5)}
.main-benefit .wide-menu{font-size:16.2px;font-weight:600;margin:0 0 calc(1.5rem * .75) 0;letter-spacing:0.02em}
.main-benefit .plain-copy{font-style:normal;display:flex;flex-direction:column;gap:0.35rem;margin:0}
.main-benefit .page-copy{display:block}
.main-benefit .service-content{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 400ms var(--motion-base);width:fit-content}
.main-benefit .service-content:hover,
  .main-benefit .service-content:focus-visible{border-bottom-color:currentColor;outline:none}
.main-benefit .primary-story{font-size:calc(16.2px * 1.125);font-weight:700;margin:0 0 calc(1.5rem * .75) 0;letter-spacing:0.01em}
.main-benefit .text-story{margin:0;max-width:38ch;font-size:calc(16.2px * .875);opacity:0.85}
.main-benefit .steady-flow{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:0.5rem 0.92rem}
.main-benefit .steady-flow a{color:inherit;text-decoration:none;font-size:calc(16.2px * .875);border-bottom:1px solid transparent;transition:border-color 400ms var(--motion-base)}
.main-benefit .steady-flow a:hover,
  .main-benefit .steady-flow a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.main-benefit .strong-form{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(1.5rem * .75);border-top:1px solid rgba(255, 255, 255, 0.18)}
.main-benefit .text-list{margin:0;font-size:calc(16.2px * .875);opacity:0.85;max-width:70ch}
.main-benefit .soft-group{margin:0;font-size:calc(16.2px * .875);opacity:0.75}
@media (min-width: 720px) {.main-benefit .direct-menu{grid-template-columns:1fr 1fr;gap:calc(0.92rem * 1.5) 1.05rem}.main-benefit .quote{grid-column:1 / -1}.main-benefit .steady-flow{grid-template-columns:repeat(3, minmax(0, 1fr))}.main-benefit .strong-form{grid-column:1 / -1}
  }
@media (min-width: 1024px) {.main-benefit .direct-menu{grid-template-columns:1.1fr 1fr 1.4fr}.main-benefit .quote{grid-column:auto}.main-benefit .strong-form{grid-column:1 / -1}.main-benefit .steady-flow{grid-template-columns:repeat(3, minmax(0, 1fr))}
  }
footer,footer *{border-radius:0!important;}
footer .details{flex:1 1 100%;max-width:1000px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(16.2px * .875);line-height:1.82;opacity:.82;overflow-wrap:anywhere;}
.cookies {
        position: fixed;
        left: 1.05rem;
        right: 1.05rem;
        bottom: 1.5rem;
        z-index: 1200
    }
.cookies .bottom-list {
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        gap: 1px;
        background: #d8dde6;
        color: #0a0f1a;
        border: 1px solid #d8dde6;
        box-shadow: 0 14px 26px rgba(0,0,0,0.09)
    }
.cookies .bottom-list div {
        width: 50%;
    }
.cookies .bottom-list > * {
        min-width: 0;
    }
.cookies .bottom-list > * {
        background: #fff;
        color: #0a0f1a;
        padding: 1.5rem
    }
.cookies strong {
        font-size: calc(16.2px * 1.35);
        line-height: 1.12
    }
.cookies p {
        margin: calc(1.5rem * .75) 0 0;
        color: #2a3040;
        line-height: 1.82
    }
.cookies button {
        border: 0;
        font: inherit;
        cursor: pointer
    }
.cookies button.cookie-accept {
        background: var(--paint-warm);
        color: var(--tone-primary)
    }
@media (max-width: 760px) {
        .cookies .bottom-list {
            display: block
        }

        .cookies .bottom-list > * {
            display: block;
            width: 100%;
            text-align: left;
            border-bottom: 1px solid #d8dde6
        }
    }
.secondary-frame{--mark-active:calc(1.5rem * 1.32);--mark-public:calc(1000px / 3.00);padding:calc(1.5rem * 2.4) 1.05rem;background:var(--paint-warm);color:var(--tone-primary);}
.secondary-frame .clear-brand{max-width:1000px;margin:0 auto;}
.secondary-frame h1,.secondary-frame p{margin:0;}
.secondary-frame h1{font-size:calc(16.2px * 2.65);line-height:1.08;}
.secondary-frame p{font-size:16.2px;line-height:1.82;color:color-mix(in srgb, currentColor 78%, transparent);}
.secondary-frame a{color:inherit;text-decoration:none;}
.secondary-frame .strong-plan{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.18rem;background:var(--tone-primary);color:var(--paint-warm);}
.secondary-frame .active-view h1{margin-top:var(--mark-active);}
.secondary-frame .media-shell{margin-top:1.5rem;}
.secondary-frame .main-proof{margin-top:calc(0.92rem * 1.5);font-size:calc(16.2px * .875);}
.secondary-frame .main-proof a{text-decoration:underline;text-underline-offset:2px;}
.soft-entries{
  --mark-active:calc(1.5rem * 1.2);
  padding:calc(1.5rem * 2.4) 1.05rem;
  background:#F1E2C6;
  color:#3A2012;
}
.soft-entries .clear-brand{max-width:1000px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--mark-active);}
.soft-entries h2,
.soft-entries h3,
.soft-entries p{margin:0;}
.soft-entries h2{font-size:calc(16.2px * 2);
  line-height:1.15;}
.soft-entries h3{font-size:calc(16.2px * 1.35);
  line-height:1.25;}
.soft-entries p{font-size:16.2px;
  line-height:1.82;}
.soft-entries .bottom-stack{display:flex;
  flex-wrap:wrap;
  gap:0.92rem;
  align-items:flex-end;}
.soft-entries .bottom-stack h2{flex:1 1 calc(1000px / 3);
  min-width:0;}
.soft-entries .bottom-stack .media-shell{flex:1 1 calc(1000px / 2.4);
  min-width:0;}
.soft-entries .controls{display:flex;
  flex-wrap:wrap;
  gap:0.92rem;}
.soft-entries .active-steps{
  flex:1 1 calc(1000px / 3.6);
  min-width:0;
  padding:calc(1.5rem * .75);
  border-radius:0.4rem;
  background:#FFFBF2;
  color:#2B160C;
  border:1px solid #E0CBA8;
  box-shadow:0 1px 2px rgba(0,0,0,0.06);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.6);
}
.soft-entries .active-steps p{color:#2B160C;}
.soft-entries .steady-headline{margin-top:auto;
  align-self:flex-start;
  font-size:calc(16.2px * .875);
  color:#8C3A1E;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:2px;
  transition:color 400ms var(--motion-base);}
.soft-entries .steady-headline:hover{color:inherit;}
.soft-entries .main-proof{font-size:calc(16.2px * .875);
  color:#3A2012;
  padding-top:calc(1.5rem / 3);
  border-top:1px solid #E0CBA8;}
@media (max-width:720px){.soft-entries .bottom-stack h2,
  .soft-entries .bottom-stack .media-shell,
  .soft-entries .active-steps{
    flex:1 1 100%;
  }
}
.focused-proof{
        padding:calc(1.5rem * 2.4) 1.05rem;
        background:#F1E2C6;
        color:#3A2012;
    }
.focused-proof .clear-brand{max-width:1000px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(0.92rem * 1.5);}
.focused-proof .media-shell h2{margin:0;
        font-size:calc(16.2px * 2);
        line-height:1.2;}
.focused-proof .media-shell p{margin:calc(1.5rem * .75) 0 0;
        font-size:16.2px;
        line-height:1.82;}
.focused-proof .page-grid{display:flex;
        flex-direction:column;
        gap:0.92rem;
        border-top:1px solid #E0CBA8;
        padding-top:calc(0.92rem * 1.5);}
.focused-proof .strong-wrap{display:flex;
        flex-wrap:wrap;
        align-items:baseline;
        gap:0.92rem;}
.focused-proof .plain-view{flex:0 0 auto;
        min-width:9.5rem;
        font-size:calc(16.2px * .875);
        letter-spacing:0.04em;
        text-transform:uppercase;
        font-weight:700;}
.focused-proof .strong-wrap p{flex:1 1 16rem;
        margin:0;
        line-height:1.82;}
.focused-proof a{text-decoration:underline;
        text-underline-offset:2px;}
.focused-proof a:hover{}
.focused-proof .steady-headline{
        border-left:3px solid #C98A3E;
        padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
        background:#FFFBF2;
        color:#2B160C;
        border-radius:0.18rem;
    }
.focused-proof .steady-headline p{margin:0;
        line-height:1.82;}
@media (max-width:640px){.focused-proof .strong-wrap{
            flex-direction:column;
            gap:0.35rem;
        }.focused-proof .plain-view{
            min-width:0;
        }
    }
.visual-steps{
        --mark-active: calc(1.5rem * 1.14);
        --mark-public: calc(1000px / 2.38);
        padding: calc(1.5rem * 2.4) 1.05rem;
        background: #2B160C;
        color: #FBF3E4;
    }
.visual-steps .clear-brand{max-width: 1000px;
        margin: 0 auto;}
.visual-steps h2,
    .visual-steps h3,
    .visual-steps p{margin: 0;}
.visual-steps h2{font-size: calc(16.2px * 2);
        line-height: 1.12;}
.visual-steps h3{font-size: calc(16.2px * 1.35);
        line-height: 1.2;}
.visual-steps p{font-size: 16.2px;
        line-height: 1.82;}
.visual-steps a{color: #C98A3E;
        text-decoration: underline;
        text-underline-offset: 3px;}
.visual-steps a:hover{color: #B8763A;}
.visual-steps .top-actions{padding-inline-start: calc(1.05rem / 2);}
.visual-steps .content-region{padding-block: calc(var(--mark-active) / 2);}
.visual-steps .clear-steps{row-gap: calc(var(--mark-active) * 1.2);}
.visual-steps .bottom-stack{display: flex;
        flex-direction: column;
        gap: 1.5rem;}
.visual-steps .media-shell{max-width: calc(1000px / 2);}
.visual-steps .secondary-surface{display: flex;
        flex-direction: column;
        gap: var(--mark-active);
        margin-top: var(--mark-active);}
.visual-steps .active-steps{min-width: 0;
        padding-block-end: calc(var(--mark-active) / 2);
        border-bottom: 1px solid color-mix(in srgb, #FBF3E4 18%, transparent);}
.visual-steps .active-steps:last-child{border-bottom: none;
        padding-block-end: 0;}
.visual-steps .active-steps p{margin-top: calc(1.5rem / 3);}
.visual-steps .steady-headline{margin-top: var(--mark-active);
        font-size: calc(16.2px * .875);
        opacity: .85;}
.steady-area{--mark-active:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.05rem;background:var(--paint-warm);color:var(--tone-primary);}
.steady-area .clear-brand{max-width:1000px;margin:0 auto;}
.steady-area h2,.steady-area h3,.steady-area p{margin:0;}
.steady-area h2{font-size:calc(16.2px * 2);line-height:1.14;}
.steady-area h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.steady-area p{font-size:16.2px;line-height:1.82;}
.steady-area .bottom-stack{display:flex;flex-direction:column;gap:calc(0.92rem * 1.5);}
.steady-area .media-shell{color:color-mix(in srgb, currentColor 82%, transparent);}
.steady-area .secondary-surface{display:flex;flex-direction:column;gap:var(--mark-active);margin-top:var(--mark-active);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);padding-top:var(--mark-active);}
.steady-area .active-steps{display:flex;flex-direction:column;gap:calc(1.5rem / 3.2);padding-bottom:var(--mark-active);border-bottom:1px solid color-mix(in srgb, currentColor 14%, transparent);}
.steady-area .active-steps:last-child{border-bottom:none;padding-bottom:0;}
.steady-area .active-steps p{color:color-mix(in srgb, currentColor 78%, transparent);}
.steady-area .main-proof{margin-top:var(--mark-active);font-size:calc(16.2px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
.steady-area .main-proof a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.steady-area .main-proof a:hover{}
@media (min-width:768px){.steady-area .active-steps{flex-direction:row;gap:1.5rem;align-items:baseline;}.steady-area .active-steps h3{flex:0 0 34%;}.steady-area .active-steps p{flex:1 1 auto;}
}
.wide-area{
  padding:calc(1.5rem * 2.4) 1.05rem;
  background:#FBF3E4;
  color:#2B160C;
}
.wide-area .clear-brand{max-width:1000px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(0.92rem * 1.5);}
.wide-area h2,
.wide-area h3,
.wide-area p{margin:0;}
.wide-area h2{font-size:calc(16.2px * 2);
  line-height:1.14;}
.wide-area h3{font-size:calc(16.2px * 1.35);
  line-height:1.22;}
.wide-area .bottom-stack{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.wide-area .bottom-stack p{font-size:16.2px;
  line-height:1.82;
  color:#3A2012;}
.wide-area .team-figure{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.92rem;
  padding-block:calc(calc(1.5rem * .75) / 1.4);
  border-top:1px solid #E0CBA8;
  border-bottom:1px solid #E0CBA8;}
.wide-area .text-entries{font-size:calc(16.2px * .875);
  color:#3A2012;
  margin-inline-end:calc(0.92rem / 2);}
.wide-area .compact-rail{
  display:inline-flex;
  align-items:center;
  padding:calc(calc(1.5rem * .75) / 2.4) calc(1.5rem * .75);
  border-radius:0.18rem;
  border:1px solid #E0CBA8;
  background:#FFFBF2;
  color:#2B160C;
  font-size:calc(16.2px * .875);
  text-decoration:none;
  transition:background 400ms var(--motion-base), color 400ms var(--motion-base);
}
.wide-area .compact-rail:hover{
  background:#F1E2C6;
  color:#3A2012;
}
.wide-area .strong-summary{
  background:var(--paint-warm);
  color:var(--tone-primary);
  border-color:var(--paint-warm);
}
.wide-area .strong-summary:hover{
  background:#6E2C15;
  color:var(--tone-primary);
}
.wide-area .visual-plan{display:flex;
  flex-wrap:wrap;
  gap:calc(0.92rem * 1.5);}
.wide-area .active-steps{
  flex:1 1 calc(1000px / 3.1);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) / 1.6);
  padding:calc(1.5rem * .75);
  background:#FFFBF2;
  color:#2B160C;
  border:1px solid #E0CBA8;
  border-radius:0.4rem;
}
.wide-area .active-steps .content-rail{font-size:calc(16.2px * .875);
  color:#3A2012;}
.wide-area .active-steps .service-group{font-size:16.2px;
  line-height:1.82;}
.wide-area .active-steps .strong-plan{
  align-self:flex-start;
  margin-top:auto;
  padding:calc(calc(1.5rem * .75) / 1.6) 1.5rem;
  border-radius:0.18rem;
  background:#C98A3E;
  color:#2B160C;
  font-size:calc(16.2px * .875);
  text-decoration:none;
  transition:background 400ms var(--motion-base);
}
.wide-area .active-steps .strong-plan:hover{
  background:#B8763A;color:#2B160C;}
.wide-area .main-proof{font-size:calc(16.2px * .875);
  color:#3A2012;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #E0CBA8;}
@media (max-width:720px){.wide-area .active-steps{
    flex:1 1 100%;
  }
}
.bottom-menu{
  --mark-active:calc(1.5rem * 1.15);
  padding:calc(1.5rem * 2.4) 1.05rem;
  background:#C98A3E;
  color:#2B160C;
}
.bottom-menu .clear-brand{max-width:1000px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(0.92rem * 1.5);
  align-items:flex-start;}
.bottom-menu .direct-actions{flex:1 1 22rem;
  min-width:0;}
.bottom-menu .primary-intro{flex:1 1 18rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  padding-top:0.35rem;}
.bottom-menu h2{margin:0;
  font-size:calc(16.2px * 2);
  line-height:1.14;}
.bottom-menu p{margin:0;
  font-size:16.2px;
  line-height:1.82;}
.bottom-menu .media-shell{margin-top:var(--mark-active);}
.bottom-menu .main-proof{font-size:calc(16.2px * .875);
  line-height:1.7;}
.bottom-menu .strong-plan{
  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.18rem;
  background:#2B160C;
  color:#C98A3E;
  text-decoration:none;
  font-weight:600;
  transition:background 400ms var(--motion-base);
}
.bottom-menu .strong-plan:hover{
  background:var(--paint-warm);
  color:var(--tone-primary);
}
.bottom-menu .steady-headline{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.bottom-menu .steady-headline:hover{text-decoration:none;}
@media (max-width:640px){.bottom-menu .clear-brand{
    flex-direction:column;
  }.bottom-menu .strong-plan{
    width:100%;
  }
}
.strong-rail{padding:calc(1.5rem * 2.4) 1.05rem;background:#2B160C;color:#FBF3E4}
.strong-rail .compact-story{max-width:1000px;margin:0 auto}
.strong-rail h2{max-width:20ch;margin:0;font-size:calc(16.2px * 2);line-height:1.1}
.strong-rail .team-tile{margin:1.5rem 0 calc(0.92rem * 1.5);color:#D9C4A3;font-size:calc(16.2px * 1.125);line-height:1.82}
.strong-rail .active-actions{display:flex;flex-direction:column;gap:calc(0.92rem * 1.5);margin:0;padding:0;list-style:none;counter-reset:nota}
.strong-rail .active-actions>li{position:relative;margin:0;padding-left:calc(calc(0.92rem * 1.5) + 1.4rem);border-left:1px solid #7A5A3E}
.strong-rail .active-actions>li::before{counter-increment:nota;content:counter(nota,decimal-leading-zero);position:absolute;left:0;top:0;font-size:calc(16.2px * .875);letter-spacing:0.08em;color:#C98A3E}
.strong-rail h3{margin:0;font-size:calc(16.2px * 1.35);line-height:1.2}
.strong-rail .active-actions p{margin:calc(1.5rem * .75) 0 0;color:#D9C4A3;line-height:1.82}
@media(max-width:680px){.strong-rail .active-actions>li{padding-left:calc(calc(1.5rem * .75) + 1.2rem)}.strong-rail .team-tile{font-size:16.2px}
}
.content-headline{
        --mark-active: calc(1.5rem * 1.05);
        padding: calc(1.5rem * 2.4) 1.05rem;
        background: #2B160C;
        color: #FBF3E4;
    }
.content-headline .clear-brand{max-width: 1000px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(0.92rem * 1.5);}
.content-headline h2{font-size: calc(16.2px * 2);
        line-height: 1.14;
        margin: 0;}
.content-headline .media-shell{margin: calc(1.5rem / 3) 0 0;
        font-size: 16.2px;
        line-height: 1.82;}
.content-headline .open-story{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.content-headline details{
        padding: calc(1.5rem * .75) 1.5rem;
        border-radius: 0.4rem;
        background: #F1E2C6;
        color: #3A2012;
        border-inline-start: 3px solid #C98A3E;
    }
.content-headline summary{cursor: pointer;
        font-weight: 700;
        font-size: 16.2px;
        line-height: 1.35;
        list-style: none;}
.content-headline summary::-webkit-details-marker{display: none;}
.content-headline summary::after{content: "+";
        float: right;
        margin-inline-start: 0.92rem;
        font-weight: 700;
        color: #C98A3E;}
.content-headline details[open] summary::after{content: "\2013";}
.content-headline details p{margin: calc(1.5rem / 3) 0 0;
        font-size: calc(16.2px * .875);
        line-height: 1.82;}
.content-headline .steady-headline{margin: 0;
        font-size: calc(16.2px * .875);
        line-height: 1.82;}
.content-headline .steady-headline a{color: #C98A3E;
        text-decoration: underline;
        text-underline-offset: 3px;}
.content-headline .steady-headline a:hover{color: #B8763A;}
@media (max-width: 640px) {.content-headline details{
            padding: calc(1.5rem * .75);
        }
    }
.strong-feature{
    padding:calc(1.5rem * 2.4) 1.05rem;
    background:#F1E2C6;
    color:#3A2012;
}
.strong-feature .clear-brand{max-width:1000px;
    margin:0 auto;}
.strong-feature .simple-intro{display:flex;
    flex-direction:column;
    gap:calc(0.92rem * 1.5);}
.strong-feature .media-shell h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(16.2px * 2);
    line-height:1.25;}
.strong-feature .media-shell p{margin:0;
    font-size:16.2px;
    line-height:1.82;}
.strong-feature .plain-brand{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:0.92rem;}
.strong-feature .page-panel{
    display:flex;
    flex-direction:column;
    gap:0.25rem;
    padding:calc(1.5rem * .75);
    background:#FFFBF2;
    color:#2B160C;
    border:1px solid #E0CBA8;
    border-radius:0.4rem;
    box-shadow:0 1px 2px rgba(0,0,0,0.06);
}
.strong-feature .primary-header{font-size:calc(16.2px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;
    opacity:0.72;}
.strong-feature .bottom-benefit{font-size:calc(16.2px * 1.125);
    font-weight:700;
    white-space:pre-line;}
.strong-feature a.care-value{text-decoration:none;
    transition:color 400ms var(--motion-base);}
.strong-feature a.care-value:hover{text-decoration:underline;}
.strong-feature .top-contact{font-size:calc(16.2px * .875);
    line-height:1.6;
    opacity:0.85;}
.strong-feature .focused-note{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);
    padding-top:calc(1.5rem * .75);
    border-top:1px solid #E0CBA8;}
.strong-feature .focused-note p{margin:0;
    font-size:16.2px;
    line-height:1.82;}
.strong-feature .steady-headline{display:flex;
    flex-wrap:wrap;
    gap:0.92rem;}
.strong-feature .steady-headline a{font-weight:700;
    text-decoration:none;
    border-bottom:1px solid currentColor;
    padding-bottom:2px;
    transition:color 400ms var(--motion-base);}
.strong-feature .steady-headline a:hover{}
@media (min-width:760px){.strong-feature .plain-brand{
        display:grid;
        grid-template-columns:repeat(3,1fr);
    }.strong-feature .focused-note{
        flex-direction:row;
        justify-content:space-between;
        align-items:flex-start;
        gap:calc(0.92rem * 1.5);
    }.strong-feature .focused-note p:first-child{
        flex:1 1 60%;
    }.strong-feature .steady-headline{
        flex:0 0 auto;
    }
}
.clear-callout{
  background: #FBF3E4;
  color: #2B160C;
  padding: calc(1.5rem * 2.4) 1.05rem;
}
.clear-callout .clear-brand{width: min(100%, 1000px);
  margin: 0 auto;
  display: grid;
  gap: calc(0.92rem * 1.5);}
.clear-callout h2,
.clear-callout h3,
.clear-callout p{margin: 0;}
.clear-callout h2{font-size: calc(16.2px * 2);
  line-height: 1.1;}
.clear-callout h3{font-size: calc(16.2px * 1.35);
  line-height: 1.2;}
.clear-callout p{font-size: 16.2px;
  line-height: 1.82;}
.clear-callout .bottom-stack{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.92rem;
  align-items: start;}
.clear-callout .visual-service{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.clear-callout [data-block]{
  flex: 1 1 16rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border: 1px solid #E0CBA8;
  border-radius: 0.59rem;
  background: #FFFBF2;
  color: #2B160C;
}
.clear-callout [data-block]:nth-child(2){
  background: #F1E2C6;
  color: #3A2012;
  border-color: transparent;
}
.clear-callout [data-block] span{font-size: calc(16.2px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #3A2012;}
.clear-callout [data-block]:nth-child(2) span{color: #3A2012;}
.clear-callout .main-contact{display: flex;
  justify-content: space-between;
  gap: 0.92rem;
  align-items: center;
  padding-top: 1.5rem;
  border-top: 1px solid #E0CBA8;}
.clear-callout .main-contact strong{font-size: 16.2px;
  line-height: 1.82;
  font-weight: 600;}
.clear-callout .main-contact a{
  flex: 0 0 auto;
  color: var(--tone-primary);
  background: var(--paint-warm);
  text-decoration: none;
  padding: 0.7rem 1.15rem;
  border-radius: 0.4rem;
  font-size: calc(16.2px * .875);
  transition: background 400ms var(--motion-base);
}
.clear-callout .main-contact a:hover{
  background: #6E2C15;color:#2B160C;}
@media (max-width: 860px) {.clear-callout .bottom-stack{
    grid-template-columns: 1fr;
  }.clear-callout .main-contact{
    flex-direction: column;
    align-items: flex-start;
  }
}
.inner{background:#F1E2C6;color:#3A2012;padding:calc(1.5rem * 2.4) 1.05rem}
.inner .clear-brand{max-width:1000px;margin:0 auto}
.inner .main-copy{display:flex;flex-direction:column;gap:calc(0.92rem * 1.5)}
.inner .soft-method{display:flex;align-items:flex-end;justify-content:space-between;gap:0.92rem;flex-wrap:wrap}
.inner h2{margin:0;max-width:22ch;font-size:clamp(calc(16.2px * 2),5vw,calc(16.2px * 2.65));line-height:1.08;letter-spacing:0}
.inner .soft-method a{padding:calc(1.5rem * .75) 0.92rem;border-radius:0.4rem;background:var(--paint-warm);color:var(--tone-primary);text-decoration:none;font-weight:700;white-space:nowrap}
.inner .soft-method a:hover{background:#6E2C15;color:#2B160C;}
.inner .media-shell{margin:0;font-size:16.2px;line-height:1.82}
.inner .featured-headline{display:flex;flex-wrap:wrap;gap:0.92rem}
.inner .featured-headline div{flex:1 1 16rem;min-width:0;padding-top:calc(calc(1.5rem * .75)*.6);border-top:1px solid #E0CBA8}
.inner span{display:block;margin-bottom:calc(calc(1.5rem * .75)*.4);font-size:calc(16.2px * .875)}
.inner strong{display:block;white-space:pre-line;line-height:1.5}
.inner .featured-headline a{display:block;margin-top:calc(calc(1.5rem * .75)*.55);text-decoration:none;line-height:1.55}
.inner .featured-headline a:hover{}
.inner .main-proof{margin:0;font-size:calc(16.2px * .875);line-height:1.82}
@media(max-width:680px){.inner .soft-method{align-items:flex-start;flex-direction:column}.inner .soft-method a{white-space:normal}}
.fresh-story{--mark-active:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.05rem;background:#FBF3E4;color:#2B160C;}
.fresh-story .clear-brand{max-width:1000px;margin:0 auto;}
.fresh-story h2,.fresh-story h3,.fresh-story p{margin:0;}
.fresh-story h2{font-size:calc(16.2px * 2);line-height:1.14;}
.fresh-story h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.fresh-story p{font-size:16.2px;line-height:1.82;}
.fresh-story .bottom-stack{display:flex;flex-wrap:wrap;gap:0.92rem;align-items:flex-start;}
.fresh-story .bottom-stack>h2{flex:1 1 calc(1000px / 3);min-width:0;}
.fresh-story .bottom-stack>.media-shell{flex:1 1 calc(1000px / 2.6);min-width:0;color:#3A2012;}
.fresh-story .controls{display:flex;flex-direction:column;gap:var(--mark-active);margin-top:var(--mark-active);}
.fresh-story .strong-wrap{padding:calc(1.5rem * .75) 0;border-top:1px solid #E0CBA8;}
.fresh-story .strong-wrap:last-child{border-bottom:1px solid #E0CBA8;}
.fresh-story .direct-actions{display:flex;flex-wrap:wrap;gap:0.92rem;align-items:baseline;}
.fresh-story .direct-actions>h3{flex:0 1 calc(1000px / 3.2);min-width:0;color:#8C3A1E;}
.fresh-story .direct-actions>p{flex:1 1 calc(1000px / 2.2);min-width:0;}
@media (max-width:640px){.fresh-story .direct-actions>h3,.fresh-story .direct-actions>p{flex:1 1 100%;}
}
.primary-brand{padding:calc(1.5rem * 2.4) 1.05rem;background:#F1E2C6;color:#3A2012;}
.primary-brand .clear-brand{max-width:1000px;margin:0 auto;}
.primary-brand .top-list{margin-bottom:calc(0.92rem * 1.5);}
.primary-brand .top-list span{display:inline-block;padding:4px 10px;border-radius:999px;background:#C98A3E;color:#2B160C;font-size:calc(16.2px * .875);}
.primary-brand .top-list h2{margin:10px 0 8px;font-size:calc(16.2px * 2);}
.primary-brand .top-list p{margin:0;font-size:16.2px;}
.primary-brand .secondary-surface{display:flex;flex-direction:column;gap:0.92rem;}
.primary-brand .secondary-surface article{display:grid;grid-template-columns:64px 1fr;gap:0.92rem;background:#FFFBF2;color:#2B160C;border:1px solid #E0CBA8;border-radius:0.59rem;padding:calc(1.5rem * .75);}
.primary-brand .fresh-wrap{display:flex;justify-content:flex-start;}
.primary-brand .fresh-wrap b{width:40px;height:40px;border-radius:0.4rem;display:grid;place-items:center;background:var(--paint-warm);color:var(--tone-primary);font-size:calc(16.2px * .875);}
.primary-brand .secondary-surface h3{margin:0;font-size:calc(16.2px * 1.125);}
.primary-brand .secondary-surface p{margin:8px 0;}
.primary-brand .secondary-surface em{font-style:normal;font-weight:700;}
@media (max-width:640px){.primary-brand .secondary-surface article{grid-template-columns:1fr;}
    }
.bottom-rail{--mark-active:calc(1.5rem * 1.12);--mark-public:calc(1000px / 2.15);padding:calc(1.5rem * 2.4) 1.05rem;background:#F1E2C6;color:#3A2012;}
.bottom-rail .clear-brand{max-width:1000px;margin:0 auto;}
.bottom-rail h1,.bottom-rail h2,.bottom-rail h3,.bottom-rail p{margin:0;}
.bottom-rail h1{font-size:calc(16.2px * 2.65);line-height:1.08;}
.bottom-rail h2{font-size:calc(16.2px * 2);line-height:1.12;}
.bottom-rail h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.bottom-rail p{font-size:16.2px;line-height:1.82;}
.bottom-rail a{color:inherit;text-decoration:none;}
.bottom-rail .strong-plan{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.18rem;background:var(--paint-warm);color:var(--tone-primary);}
.bottom-rail .strong-plan:hover{background:#6E2C15;color:#2B160C;}
.bottom-rail .main-proof{font-size:calc(16.2px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#3A2012;opacity:0.75;}
.bottom-rail .media-shell{margin-top:calc(1.5rem / 2);}
.bottom-rail .secondary-surface{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.92rem;margin-top:var(--mark-active);}
.bottom-rail .active-steps{flex:1 1 calc(1000px / 4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid #E0CBA8;}
.bottom-rail .active-steps p{margin-top:calc(1.5rem / 3);}
.bottom-rail .fresh-brand{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.92rem;}
.bottom-rail .fresh-brand>.direct-actions{flex:1 1 auto;min-width:0;}
.bottom-rail .fresh-brand>.strong-plan{flex:0 0 auto;}
.bottom-rail .fresh-brand>.secondary-surface{flex:1 1 100%;}
.bottom-rail .direct-actions h2{margin-top:calc(1.5rem / 2);}
.focused-wrap{--mark-active:calc(1.5rem * 1.15);--field-control:1px solid #E0CBA8;padding:calc(1.5rem * 2.4) 1.05rem;background:#FBF3E4;color:#2B160C;}
.focused-wrap .clear-brand{max-width:1000px;margin:0 auto;}
.focused-wrap h2,.focused-wrap h3,.focused-wrap p{margin:0;}
.focused-wrap h2{font-size:calc(16.2px * 2);line-height:1.14;}
.focused-wrap h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.focused-wrap p{font-size:16.2px;line-height:1.82;}
.focused-wrap a{color:#8C3A1E;text-decoration:none;}
.focused-wrap a:hover{color:inherit;}
.focused-wrap .media-shell{margin-top:calc(1.5rem / 2);color:#3A2012;}
.focused-wrap .secondary-surface{display:flex;flex-direction:column;gap:0;margin-top:var(--mark-active);border-top:var(--field-control);}
.focused-wrap .active-steps{display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(0.92rem * 1.5) 0;border-bottom:var(--field-control);}
.focused-wrap .active-steps .direct-actions{color:#3A2012;}
.focused-wrap .active-steps .benefit{font-size:calc(16.2px * .875);color:#3A2012;}
.focused-wrap .strong-plan{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:calc(1.5rem / 3);padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;border-radius:0.18rem;background:var(--paint-warm);color:var(--tone-primary);font-size:calc(16.2px * .875);}
.focused-wrap .strong-plan:hover{background:#6E2C15;color:var(--tone-primary);}
.focused-wrap .main-proof{margin-top:var(--mark-active);color:#3A2012;}
.focused-wrap .steady-headline{margin-top:calc(1.5rem / 2);font-size:calc(16.2px * .875);}
@media (min-width:760px){.focused-wrap .active-steps{flex-direction:row;flex-wrap:wrap;align-items:baseline;gap:0.92rem;}.focused-wrap .active-steps h3{flex:0 0 100%;}.focused-wrap .active-steps .direct-actions{flex:1 1 60%;min-width:0;}.focused-wrap .active-steps .benefit{flex:1 1 100%;}.focused-wrap .active-steps .strong-plan{flex:0 0 auto;margin-top:0;margin-left:auto;}
}
.steady-content{--mark-active:calc(1.5rem * 1.15);--field-control:1px;padding:calc(1.5rem * 2.4) 1.05rem;background:#FBF3E4;color:#2B160C;}
.steady-content .clear-brand{max-width:1000px;margin:0 auto;}
.steady-content h2,.steady-content h3,.steady-content p{margin:0;}
.steady-content h2{font-size:calc(16.2px * 2);line-height:1.14;}
.steady-content h3{font-size:calc(16.2px * 1.35);line-height:1.22;margin-bottom:calc(1.5rem / 3);}
.steady-content p{font-size:16.2px;line-height:1.82;}
.steady-content .bottom-stack{display:flex;flex-direction:column;gap:calc(0.92rem * 1.5);padding-bottom:var(--mark-active);border-bottom:var(--field-control) solid #E0CBA8;}
.steady-content .media-shell{}
.steady-content .secondary-surface{display:flex;flex-direction:column;gap:0;margin-top:var(--mark-active);}
.steady-content .active-steps{padding:calc(0.92rem * 1.5) 0;border-bottom:var(--field-control) solid #E0CBA8;}
.steady-content .active-steps:last-child{border-bottom:none;}
.steady-content .active-steps p{}
.steady-content .main-proof{margin-top:var(--mark-active);font-size:calc(16.2px * .875);}
.steady-content .main-proof a{text-decoration:underline;text-underline-offset:2px;}
.steady-content .main-proof a:hover{}
@media (min-width:720px){.steady-content .active-steps{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:0.92rem;align-items:start;}.steady-content .active-steps h3{margin-bottom:0;}
}
.featured-story{--mark-active:calc(1.5rem * 1.19);--mark-public:calc(1000px / 2.25);padding:calc(1.5rem * 2.4) 1.05rem;background:#F1E2C6;color:#3A2012;}
.featured-story .clear-brand{max-width:1000px;margin:0 auto;}
.featured-story h1,.featured-story h2,.featured-story h3,.featured-story p{margin:0;}
.featured-story h2{font-size:calc(16.2px * 2);line-height:1.12;}
.featured-story h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.featured-story p{font-size:16.2px;line-height:1.82;}
.featured-story a{color:inherit;text-decoration:none;}
.featured-story .main-proof{font-size:calc(16.2px * .875);letter-spacing:.02em;opacity:.78;}
.featured-story .secondary-surface{display:flex;flex-wrap:wrap;gap:var(--mark-active);margin-top:var(--mark-active);}
.featured-story .active-steps{flex:1 1 calc(1000px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.4rem;background:#FFFBF2;color:#2B160C;border:1px solid #E0CBA8;}
.featured-story .active-steps h3{margin-top:calc(1.5rem / 3);font-size:calc(16.2px * .875);letter-spacing:.01em;opacity:.85;}
.featured-story .content-figure>h2{margin-top:var(--mark-active);}
.narrow-header{--mark-active:calc(1.5rem * 1.20);--font-meta:calc(1000px / 3.53);padding:calc(1.5rem * 2.4) 1.05rem;background:#C98A3E;color:#2B160C;}
.narrow-header .clear-brand{max-width:1000px;margin:0 auto;}
.narrow-header h1,.narrow-header h2,.narrow-header h3,.narrow-header p,.narrow-header ul{margin:0;}
.narrow-header h2{font-size:calc(16.2px * 2);line-height:1.12;}
.narrow-header h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.narrow-header p{font-size:16.2px;line-height:1.82;color:color-mix(in srgb, currentColor 78%, transparent);}
.narrow-header a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.narrow-header a:hover{border-bottom-color:currentColor;}
.narrow-header .open-lead{padding-block:calc(var(--mark-active) / 2);}
.narrow-header .clear-steps{row-gap:calc(var(--mark-active) * 1.2);}
.narrow-header .main-lead{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.narrow-header .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.92rem;}
.narrow-header .row-title h2{flex:1 1 calc(1000px / 3);min-width:0;}
.narrow-header .row-title>p{flex:1 1 calc(1000px / 3);min-width:0;}
.narrow-header .compact-method{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--mark-active);margin-top:var(--mark-active);}
.narrow-header .active-steps{flex:1 1 var(--font-meta);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.narrow-header .active-steps p{margin-top:calc(1.5rem / 3);}
.narrow-header .steady-headline{flex:1 1 100%;margin-top:calc(var(--mark-active) / 2);font-size:calc(16.2px * .875);}
.open-tile{
  padding: calc(1.5rem * 2.4) 1.05rem;
  background: #FBF3E4;
  color: #2B160C;
}
.open-tile .strong-proof{max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.5fr);
  gap: calc(0.92rem * 1.5);
  align-items: start;}
.open-tile .fresh-tile{
  padding: calc(1.5rem * .75);
  border-radius: 0.59rem;
  background: #F1E2C6;
  color: #3A2012;
  border: 1px solid #E0CBA8;
}
.open-tile h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.2px * 2);
  line-height: 1.15;}
.open-tile .media-shell{margin: 0 0 calc(1.5rem * .75);
  font-size: 16.2px;}
.open-tile .controls{list-style: none;
  margin: 0 0 calc(1.5rem * .75);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: calc(16.2px * .875);}
.open-tile .controls li{padding: 0.35rem 0;
  border-bottom: 1px dashed #E0CBA8;}
.open-tile .controls li:last-child{border-bottom: 0;}
.open-tile .controls strong{}
.open-tile .main-proof{margin: 0;
  font-size: calc(16.2px * .875);}
.open-tile .clear-header{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.open-tile .active-steps{
  padding: calc(1.5rem * .75);
  border-radius: 0.4rem;
  background: #FFFBF2;
  color: #2B160C;
  border: 1px solid #E0CBA8;
  box-shadow: 0 1px 2px rgba(0,0,0,0.06);
}
.open-tile .strong-wrap{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.4rem;}
.open-tile .person{font-size: calc(16.2px * .875);
  font-weight: 700;
  letter-spacing: 0.02em;}
.open-tile .active-steps small{font-size: calc(16.2px * .875);}
.open-tile h3{margin: 0 0 0.4rem;
  font-size: calc(16.2px * 1.35);
  line-height: 1.25;}
.open-tile .active-steps p{margin: 0;}
@media (max-width: 780px) {.open-tile .strong-proof{
    grid-template-columns: 1fr;
  }
}
.top-content{--mark-active:calc(1.5rem * 1.3);padding:calc(1.5rem * 2.4) 1.05rem;background:#FBF3E4;color:#2B160C;}
.top-content .clear-brand{max-width:1000px;margin:0 auto;}
.top-content h2,.top-content h3,.top-content p{margin:0;}
.top-content h2{font-size:calc(16.2px * 2);line-height:1.14;}
.top-content h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.top-content p{font-size:16.2px;line-height:1.82;}
.top-content .bottom-stack{display:flex;flex-wrap:wrap;gap:0.92rem;align-items:flex-start;}
.top-content .bottom-stack h2{flex:1 1 calc(1000px / 3);min-width:0;}
.top-content .bottom-stack .media-shell{flex:1 1 calc(1000px / 2.4);min-width:0;color:#3A2012;}
.top-content .secondary-surface{display:flex;flex-wrap:wrap;gap:var(--mark-active);margin-top:var(--mark-active);}
.top-content .active-steps{flex:1 1 calc(1000px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.4rem;background:#FFFBF2;color:#2B160C;border:1px solid #E0CBA8;}
.top-content .active-steps p{margin-top:calc(1.5rem / 3);color:#3A2012;}
.top-content .steady-headline{display:inline-block;margin-top:calc(1.5rem / 2.4);font-size:calc(16.2px * .875);color:#8C3A1E;text-decoration:none;border-bottom:1px solid #8C3A1E;}
.top-content .steady-headline:hover{color:inherit;border-bottom-color:#C98A3E;}
.top-content .main-proof{margin-top:var(--mark-active);color:#3A2012;}
.top-content .main-proof a{color:#8C3A1E;text-decoration:none;border-bottom:1px solid #8C3A1E;}
.top-content .main-proof a:hover{color:inherit;border-bottom-color:#C98A3E;}
.quiet-links{padding:calc(1.5rem * 2.4) 1.05rem;background:var(--paint-warm);color:var(--tone-primary);overflow:hidden}
.quiet-links .clear-brand{max-width:1000px;margin:0 auto}
.quiet-links .bottom-stack{margin:0 0 calc(0.92rem * 1.5)}
.quiet-links h2{margin:0;font-size:calc(16.2px * 2);line-height:1.15}
.quiet-links .bottom-stack p{margin:1.5rem 0 0;font-size:calc(16.2px * 1.125);line-height:1.82}
.quiet-links .media-header{display:flex;flex-wrap:wrap;gap:0.92rem;align-items:flex-start}
.quiet-links .active-steps{flex:1 1 18rem;padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(251,243,228,0.25)}
.quiet-links .active-steps:nth-child(3n+2){flex-basis:22rem}
.quiet-links strong{display:block;font-size:calc(16.2px * 1.35);line-height:1.2}
.quiet-links .active-steps p{margin:calc(1.5rem * .75) 0 0;line-height:1.82}
.quiet-links .steady-headline{margin:calc(0.92rem * 1.5) 0 0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(251,243,228,0.25);font-size:calc(16.2px * .875)}
.quiet-links .steady-headline a{text-decoration:underline;text-underline-offset:3px}
.quiet-links .steady-headline a:hover{}
@media (max-width:640px){.quiet-links .active-steps{flex-basis:100%}.quiet-links .active-steps:nth-child(3n+2){flex-basis:100%}
}
.top-proof{--mark-active:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.05rem;background:#FBF3E4;color:#2B160C;}
.top-proof .clear-brand{max-width:1000px;margin:0 auto;}
.top-proof h1,.top-proof h2,.top-proof h3,.top-proof p{margin:0;}
.top-proof h2{font-size:calc(16.2px * 2);line-height:1.14;}
.top-proof h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.top-proof p{font-size:16.2px;line-height:1.82;}
.top-proof .main-proof{font-size:calc(16.2px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#3A2012;}
.top-proof .direct-actions h2{margin-top:calc(1.5rem / 2.4);}
.top-proof a{color:#8C3A1E;text-decoration:none;}
.top-proof a:hover{color:inherit;}
.top-proof .strong-plan{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.18rem;background:var(--paint-warm);color:var(--tone-primary);}
.top-proof .strong-plan:hover{background:#6E2C15;color:var(--tone-primary);}
.top-proof .fresh-brand{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.92rem;}
.top-proof .fresh-brand>.direct-actions{flex:1 1 auto;min-width:0;}
.top-proof .fresh-brand>.strong-plan{flex:0 0 auto;margin-top:calc(1.5rem / 1.6);}
.top-proof .secondary-surface{flex:1 1 100%;display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.92rem;margin-top:var(--mark-active);}
.top-proof .active-steps{flex:1 1 calc(1000px / 3.6);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #E0CBA8;}
.top-proof .active-steps p{margin-top:calc(1.5rem / 3.2);color:#3A2012;}
.top-proof .steady-headline{flex:1 1 100%;margin-top:var(--mark-active);padding-top:calc(1.5rem * .75);border-top:1px solid #E0CBA8;font-size:calc(16.2px * .875);color:#3A2012;}
@media (max-width:640px){.top-proof .active-steps{flex:1 1 100%;}.top-proof .fresh-brand>.strong-plan{margin-top:calc(1.5rem * .75);}
}
.wide-group{--mark-active:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 1.05rem;background:#FBF3E4;color:#2B160C;}
.wide-group .clear-brand{max-width:1000px;margin:0 auto;}
.wide-group h2,.wide-group h3,.wide-group p{margin:0;}
.wide-group h2{font-size:calc(16.2px * 2);line-height:1.14;}
.wide-group h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.wide-group p{font-size:16.2px;line-height:1.82;}
.wide-group a{color:#8C3A1E;text-decoration:none;}
.wide-group a:hover{color:inherit;}
.wide-group .main-proof{font-size:calc(16.2px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#3A2012;}
.wide-group .strong-plan{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.18rem;background:var(--paint-warm);color:var(--tone-primary);}
.wide-group .strong-plan:hover{background:#6E2C15;color:var(--tone-primary);}
.wide-group .secondary-surface{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.92rem;margin-top:var(--mark-active);}
.wide-group .active-steps{flex:1 1 calc(1000px / 3.6);min-width:0;padding:calc(1.5rem * .75);background:#FFFBF2;color:#2B160C;border:1px solid #E0CBA8;border-radius:0.4rem;}
.wide-group .active-steps p{margin-top:calc(1.5rem / 3);}
.wide-group .fresh-brand{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.92rem;}
.wide-group .fresh-brand>.direct-actions{flex:1 1 auto;min-width:0;}
.wide-group .fresh-brand>.strong-plan{flex:0 0 auto;}
.wide-group .fresh-brand>.secondary-surface{flex:1 1 100%;}
.wide-group .direct-actions h2{margin-top:calc(1.5rem / 2);}
.wide-group .steady-headline{flex:1 1 100%;margin-top:var(--mark-active);font-size:calc(16.2px * .875);color:#3A2012;}
.page-details{
  background:#C98A3E;
  color:#2B160C;
  padding:calc(1.5rem * 2.4) 1.05rem;
}
.page-details .clear-brand{max-width:1000px;
  margin:0 auto;
  display:flex;
  gap:calc(0.92rem * 1.5);
  align-items:flex-start;}
.page-details .controls{flex:0 0 19rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:0.92rem;
  border-right:1px solid color-mix(in srgb,#2B160C 24%,transparent);
  padding-right:1.05rem;}
.page-details h2{margin:0;
  font-size:calc(16.2px * 2);
  line-height:1.1;}
.page-details .main-proof{margin:0;
  font-size:calc(16.2px * .875);
  line-height:1.82;}
.page-details .steady-headline{display:flex;
  flex-direction:column;
  gap:.35rem;
  margin-top:auto;}
.page-details .steady-headline a{display:inline-flex;
  width:max-content;
  max-width:100%;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:.15rem;
  font-size:calc(16.2px * .875);}
.page-details .steady-headline a:hover{}
.page-details .offer-items{flex:1 1 auto;
  min-width:0;}
.page-details .media-shell{margin:0;
  font-size:calc(16.2px * 1.125);
  line-height:1.82;}
.page-details .secondary-surface{list-style:none;
  margin:calc(0.92rem * 1.5) 0 0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:0.92rem;}
.page-details .secondary-surface li{display:flex;
  flex-wrap:wrap;
  gap:.5rem 1rem;
  align-items:baseline;
  padding-bottom:0.92rem;
  border-bottom:1px solid color-mix(in srgb,#2B160C 16%,transparent);}
.page-details .secondary-surface li:last-child{border-bottom:0;
  padding-bottom:0;}
.page-details .active-steps{flex:0 0 8.5rem;
  font-size:calc(16.2px * .875);
  text-transform:uppercase;
  letter-spacing:.04em;}
.page-details .direct-actions{flex:1 1 16rem;
  min-width:0;
  line-height:1.82;}
.page-details .direct-actions a{text-decoration:underline;
  text-underline-offset:2px;}
.page-details .direct-actions a:hover{}
@media (max-width:720px){.page-details .clear-brand{display:block}.page-details .controls{
    border-right:0;
    padding-right:0;
    gap:.7rem;
  }.page-details .steady-headline{margin-top:0.92rem}.page-details .offer-items{margin-top:calc(0.92rem * 1.5)}.page-details .active-steps{flex:0 0 auto}
}
.local-plan{--mark-active:calc(1.5rem * 1.1);--mark-public:calc(1000px / 2.6);padding:calc(1.5rem * 2.4) 1.05rem;background:#FBF3E4;color:#2B160C;}
.local-plan .clear-brand{max-width:1000px;margin:0 auto;}
.local-plan h2,.local-plan h3,.local-plan p{margin:0;}
.local-plan h2{font-size:calc(16.2px * 2);line-height:1.14;}
.local-plan h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.local-plan p{font-size:16.2px;line-height:1.82;}
.local-plan .media-shell{margin-top:1.5rem;}
.local-plan .main-proof{margin-top:calc(1.5rem / 2);font-size:calc(16.2px * .875);color:#3A2012;}
.local-plan .media-group{display:flex;align-items:flex-start;gap:calc(0.92rem * 2);}
.local-plan .media-group>.direct-actions{flex:1 1 calc(1000px / 3);min-width:0;}
.local-plan .media-group>.secondary-surface{flex:2 1 calc(1000px / 2);margin:0;padding:0;list-style:none;}
.local-plan .secondary-surface{display:flex;flex-direction:column;gap:var(--mark-active);}
.local-plan .active-steps{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #E0CBA8;}
.local-plan .active-steps .benefit{display:block;font-size:calc(16.2px * .875);letter-spacing:0.04em;text-transform:uppercase;color:inherit;margin-bottom:calc(calc(1.5rem * .75) / 2);}
.local-plan .active-steps p{margin-top:calc(calc(1.5rem * .75) / 2);}
@media(max-width:760px){.local-plan .media-group{flex-direction:column;gap:var(--mark-active);}.local-plan .media-group>.secondary-surface{margin-top:var(--mark-active);}.local-plan .active-steps{padding-left:calc(1.5rem * .75);}
}
.quiet-steps{
  padding: calc(1.5rem * 2.4) 1.05rem;
  background: #C98A3E;
  color: #2B160C;
}
.quiet-steps .set{
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 0.71rem;
  overflow: hidden;
  background: #FBF3E4;
  color: #2B160C;
  box-shadow: 0 14px 26px rgba(0,0,0,0.09);
}
.quiet-steps .secondary-footer{display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(0.92rem * 1.5);
  border-bottom: 1px solid #E0CBA8;}
.quiet-steps .secondary-footer span{font-size: calc(16.2px * .875);}
.quiet-steps a{text-decoration: none;}
.quiet-steps .secondary-footer a{font-size: calc(16.2px * .875);}
.quiet-steps .service-group{display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 0.92rem;
  padding: calc(0.92rem * 1.5);}
.quiet-steps h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.1;}
.quiet-steps .media-shell p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.2px * 1.125);}
.quiet-steps .page-section{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.quiet-steps .page-section a{
  display: block;
  padding: calc(1.5rem * .75);
  border: 1px solid #E0CBA8;
  border-radius: 0.4rem;
  background: #FFFBF2;
  color: #2B160C;
  transition: border-color 400ms var(--motion-base);
}
.quiet-steps .page-section a:hover{border-color: #C98A3E;}
.quiet-steps .page-section span,
.quiet-steps .page-section small{display: block;
  font-size: calc(16.2px * .875);}
.quiet-steps .page-section strong{display: block;
  margin: calc(calc(1.5rem * .75) * .35) 0;
  font-size: calc(16.2px * 1.35);}
@media (max-width: 780px) {.quiet-steps .service-group{
    grid-template-columns: 1fr;
    padding: calc(1.5rem * .75);
  }.quiet-steps .secondary-footer{
    flex-direction: column;
    align-items: flex-start;
  }
}
.clear-wrap{padding:calc(1.5rem * 2.4) 1.05rem;background:#F1E2C6;color:#3A2012}
.clear-wrap .compact-story{max-width:1000px;margin:0 auto}
.clear-wrap h2{max-width:22ch;margin:0;font-size:calc(16.2px * 2);line-height:1.12}
.clear-wrap .team-tile{margin:1.5rem 0 calc(0.92rem * 1.5);font-size:calc(16.2px * 1.125);line-height:1.82}
.clear-wrap .active-actions{display:flex;flex-direction:column;gap:calc(0.92rem * 1.5);margin:0;padding:0;list-style:none;counter-reset:nota}
.clear-wrap .active-actions>li{position:relative;margin:0;padding-left:2.4rem;border-top:1px solid #E0CBA8;padding-top:calc(1.5rem * .75)}
.clear-wrap .active-actions>li:first-child{border-top:0;padding-top:0}
.clear-wrap .active-actions>li::before{counter-increment:nota;content:counter(nota,decimal-leading-zero);position:absolute;left:0;top:calc(1.5rem * .75);font-size:calc(16.2px * .875);letter-spacing:0.06em;color:#8C3A1E}
.clear-wrap .active-actions>li:first-child::before{top:0}
.clear-wrap h3{margin:0;font-size:calc(16.2px * 1.35);line-height:1.22}
.clear-wrap .active-actions p{margin:calc(1.5rem * .75) 0 0;line-height:1.82}
@media(max-width:680px){.clear-wrap .active-actions>li{padding-left:0}.clear-wrap .active-actions>li::before{position:static;display:block;margin-bottom:0.35rem}
}
.simple-track{
  --mark-active:calc(1.5rem * 1.05);
  --mark-public:calc(1000px / 2.60);
  padding:calc(1.5rem * 2.4) 1.05rem;
  background:#FBF3E4;
  color:#2B160C;
}
.simple-track .clear-brand{max-width:1000px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(0.92rem * 1.5);}
.simple-track h1,
.simple-track h2,
.simple-track h3,
.simple-track p{margin:0;}
.simple-track h2{font-size:calc(16.2px * 2);
  line-height:1.14;}
.simple-track p{font-size:16.2px;
  line-height:1.82;}
.simple-track a{text-decoration:underline;
  text-underline-offset:2px;}
.simple-track a:hover{}
.simple-track .bottom-stack{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.simple-track .media-shell{
  color:#3A2012;
  background:#F1E2C6;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.4rem;
}
.simple-track .open-story{display:flex;
  flex-direction:column;
  gap:0.92rem;}
.simple-track details{
  padding:calc(1.5rem * .75) 1.5rem;
  border:1px solid #E0CBA8;
  border-radius:0.4rem;
  background:#FFFBF2;
  color:#2B160C;
}
.simple-track summary{cursor:pointer;
  font-weight:700;
  font-size:calc(16.2px * 1.125);
  line-height:1.3;}
.simple-track details p{margin-top:calc(1.5rem / 2.4);}
.simple-track .steady-headline{font-size:calc(16.2px * .875);
  border-top:1px solid #E0CBA8;
  padding-top:calc(1.5rem * .75);}
@media (min-width:760px){.simple-track .open-story{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0.92rem calc(0.92rem * 1.4);
  }
}
.focused-inner{--mark-active:calc(1.5rem * 1.19);--mark-public:calc(1000px / 2.25);padding:calc(1.5rem * 2.4) 1.05rem;background:var(--paint-warm);color:var(--tone-primary);}
.focused-inner .clear-brand{max-width:1000px;margin:0 auto;}
.focused-inner h2{margin:0;font-size:calc(16.2px * 2);line-height:1.12;}
.focused-inner p{margin:0;font-size:16.2px;line-height:1.82;color:color-mix(in srgb, currentColor 78%, transparent);}
.focused-inner .media-shell{margin-top:calc(0.92rem * 1.5);}
.focused-inner .strong-plan{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.18rem;background:var(--tone-primary);color:var(--paint-warm);text-decoration:none;font-weight:600;}
.focused-inner .main-proof{margin-top:1.5rem;}
.focused-inner .steady-headline{margin-top:calc(0.92rem * 1.5);font-size:calc(16.2px * .875);}
.focused-inner .steady-headline a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.focused-inner .steady-headline a:hover{}
.page-method{
  padding: calc(1.5rem * 2.4) 1.05rem;
  background: #2B160C;
  color: #FBF3E4;
}
.page-method .clear-brand{max-width: min(1000px, 70rem);
  margin: 0 auto;}
.page-method .bottom-stack{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-bottom: calc(0.92rem * 1.5);}
.page-method h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.1;}
.page-method .featured-unit{margin: 0;
  font-size: calc(16.2px * 1.125);
  line-height: 1.6;
  color: #F1E2C6;}
.page-method .secondary-surface{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.92rem;}
.page-method .active-steps{
  flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  background: #FFFBF2;
  color: #2B160C;
  border: 1px solid #E0CBA8;
  border-radius: 0.4rem;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.6);
}
.page-method .plain-tile{display: block;
  font-weight: 700;
  font-size: calc(16.2px * 1.35);
  line-height: 1.25;}
.page-method .active-steps p{margin: 0;
  font-size: 16.2px;
  line-height: 1.82;}
.page-method .fresh-wrap{font-size: calc(16.2px * .875);color:inherit;}
@media (max-width: 700px) {.page-method .secondary-surface{
    display: block;
  }.page-method .active-steps + .active-steps{
    margin-top: 0.92rem;
  }
}
.local-group{--mark-active:calc(1.5rem * 1.06);--font-meta:calc(1000px / 3.37);padding:calc(1.5rem * 2.4) 1.05rem;background:#2B160C;color:#FBF3E4;}
.local-group .clear-brand{max-width:1000px;margin:0 auto;}
.local-group h2,.local-group h3,.local-group p{margin:0;}
.local-group h2{font-size:calc(16.2px * 2);line-height:1.12;}
.local-group h3{font-size:calc(16.2px * .875);line-height:1.3;letter-spacing:.01em;opacity:.85;}
.local-group p{font-size:16.2px;line-height:1.82;}
.local-group .top-actions{padding-inline-start:calc(1.05rem / 2);}
.local-group .content-region{padding-block:calc(var(--mark-active) / 2);}
.local-group .public-details{row-gap:calc(var(--mark-active) * .7);}
.local-group .media-shell{margin-top:1.5rem;}
.local-group .secondary-surface{display:flex;flex-wrap:wrap;gap:var(--mark-active);margin-top:var(--mark-active);}
.local-group .active-steps{flex:1 1 var(--font-meta);min-width:0;padding:calc(var(--mark-active) * .75);border-radius:0.4rem;background:#F1E2C6;color:#3A2012;border:1px solid #E0CBA8;}
.local-group .active-steps p{color:inherit;}
.local-group .active-steps h3{margin-top:calc(1.5rem / 2);color:inherit;}
.team-actions{padding:calc(1.5rem * 2.4) 1.05rem;background:#F1E2C6;color:#3A2012}
.team-actions .clear-brand{max-width:1000px;margin:0 auto}
.team-actions .public-nav{display:flex;flex-wrap:wrap;gap:calc(0.92rem * 1.5);align-items:flex-start}
.team-actions .bottom-stack{flex:1 1 320px;min-width:0}
.team-actions h2{margin:0;font-size:calc(16.2px * 2);line-height:1.1}
.team-actions .bottom-stack p{margin:1.5rem 0 0;font-size:16.2px;line-height:1.82}
.team-actions .open-track{flex:1 1 380px;min-width:0;display:flex;flex-direction:column;gap:0.92rem}
.team-actions .open-track a{display:block;background:#FFFBF2;color:#2B160C;border:1px solid #E0CBA8;border-radius:0.4rem;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;box-shadow:0 1px 2px rgba(0,0,0,0.06)}
.team-actions .open-track a:hover{border-color:#C98A3E}
.team-actions strong{display:block;font-size:16.2px;line-height:1.2}
.team-actions span{display:block;margin-top:calc(0.92rem / 2);font-size:calc(16.2px * .875);line-height:1.55}
@media(max-width:780px){.team-actions .public-nav{display:block}.team-actions .open-track{margin-top:calc(0.92rem * 1.5)}}
.bottom-area{--mark-active:calc(1.5rem * 1.15);--mark-public:calc(1000px / 2.45);padding:calc(1.5rem * 2.4) 1.05rem;background:#FBF3E4;color:#2B160C;}
.bottom-area .clear-brand{max-width:1000px;margin:0 auto;}
.bottom-area h1,.bottom-area h2,.bottom-area h3,.bottom-area p{margin:0;}
.bottom-area h2{font-size:calc(16.2px * 2);line-height:1.12;}
.bottom-area h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.bottom-area p{font-size:16.2px;line-height:1.82;}
.bottom-area a{text-decoration:none;border-bottom:1px solid #E0CBA8;}
.bottom-area a:hover{}
.bottom-area .main-proof{margin-bottom:calc(1.5rem / 2);font-size:calc(16.2px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.bottom-area .media-shell{margin-top:1.5rem;}
.bottom-area .secondary-surface{display:flex;flex-direction:column;gap:var(--mark-active);margin-top:var(--mark-active);}
.bottom-area .active-steps{min-width:0;padding:calc(1.5rem * .75) 0;border-top:1px solid #E0CBA8;}
.bottom-area .active-steps p{margin-top:calc(1.5rem / 3);}
.bottom-area .active-steps a{display:inline-block;margin-top:calc(1.5rem / 2);font-size:calc(16.2px * .875);}
.bottom-area .steady-headline{margin-top:var(--mark-active);padding-top:calc(1.5rem * .75);border-top:1px solid #E0CBA8;font-size:calc(16.2px * .875);}
.service-view{
        padding: calc(1.5rem * 2.4) 1.05rem;
        background: #F1E2C6;
        color: #3A2012
    }
.service-view .clear-brand{max-width: 1000px;
        margin: 0 auto;
        width: min(100%, 54rem)}
.service-view .bottom-stack{margin-bottom: calc(0.92rem * 1.5)}
.service-view .bottom-stack p{margin: 0;
        font-size: calc(16.2px * .875);
        letter-spacing: 0.02em;
        line-height: 1.82}
.service-view h2{margin: 1.5rem 0 0;
        font-size: calc(16.2px * 2);
        line-height: 1.1}
.service-view .public-area{display: flex;
        flex-wrap: wrap;
        gap: 0.92rem calc(0.92rem * 1.5);
        align-items: flex-start}
.service-view .main-proof{
        flex: 1 1 14rem;
        padding: calc(1.5rem * .75);
        background: #FFFBF2;
        color: #2B160C;
        border: 1px solid #E0CBA8;
        border-radius: 0.4rem;
        line-height: 1.82
    }
.service-view .secondary-surface{flex: 2 1 22rem;
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75)}
.service-view li{padding-bottom: calc(1.5rem * .75);
        border-bottom: 1px solid #E0CBA8}
.service-view li:last-child{border-bottom: none;
        padding-bottom: 0}
.service-view strong{display: block;
        font-size: 16.2px;
        line-height: 1.25}
.service-view span{display: block;
        margin-top: 0.35rem;
        font-size: calc(16.2px * .875);
        line-height: 1.82}
.service-view .steady-headline{margin: calc(0.92rem * 1.5) 0 0;
        font-size: calc(16.2px * .875);
        line-height: 1.82}
.service-view .steady-headline a{color: #8C3A1E;
        text-decoration: underline;
        text-underline-offset: 3px}
.service-view .steady-headline a:hover{color:inherit;}
@media (max-width: 720px) {.service-view .public-area{
            display: block
        }.service-view .main-proof{
            margin-bottom: 1.5rem
        }
    }
.soft-team{
  --mark-active:calc(1.5rem * 1.05);
  padding:calc(1.5rem * 2.4) 1.05rem;
  background:#FBF3E4;
  color:#2B160C;
}
.soft-team .clear-brand{max-width:1000px;
  margin:0 auto;}
.soft-team h2,
.soft-team h3,
.soft-team p{margin:0;}
.soft-team h2{font-size:calc(16.2px * 2);
  line-height:1.14;}
.soft-team h3{font-size:calc(16.2px * 1.35);
  line-height:1.24;}
.soft-team p{font-size:16.2px;
  line-height:1.82;}
.soft-team .bottom-stack{display:flex;
  flex-wrap:wrap;
  gap:0.92rem;
  align-items:flex-start;
  padding-bottom:calc(0.92rem * 1.5);
  border-bottom:1px solid #E0CBA8;}
.soft-team .bottom-stack>h2{flex:1 1 calc(1000px / 2.6);
  min-width:0;}
.soft-team .bottom-stack>.media-shell{flex:1 1 calc(1000px / 3);
  min-width:0;
  color:#3A2012;}
.soft-team .secondary-surface{display:flex;
  flex-wrap:wrap;
  gap:var(--mark-active);
  margin-top:calc(0.92rem * 1.5);}
.soft-team .active-steps{
  flex:1 1 calc(1000px / 3.4);
  min-width:0;
  padding:calc(1.5rem * .75);
  background:#FFFBF2;
  color:#2B160C;
  border:1px solid #E0CBA8;
  border-radius:0.4rem;
}
.soft-team .active-steps p{margin-top:calc(1.5rem / 3);
  color:#3A2012;}
.soft-team .steady-headline{margin-top:calc(0.92rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #E0CBA8;
  font-size:calc(16.2px * .875);
  color:#3A2012;}
.soft-team .steady-headline a{color:#8C3A1E;
  text-decoration:underline;
  text-underline-offset:3px;}
.soft-team .steady-headline a:hover{color:inherit;}
@media (max-width:720px){.soft-team .bottom-stack>h2,
  .soft-team .bottom-stack>.media-shell,
  .soft-team .active-steps{
    flex:1 1 100%;
  }
}
.media-headline{
  --mark-active: calc(1.5rem * 1.05);
  padding: calc(1.5rem * 2.4) 1.05rem;
  background: #FBF3E4;
  color: #2B160C;
}
.media-headline .clear-brand{max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.92rem * 1.5);}
.media-headline h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.15;}
.media-headline .media-shell{margin: calc(1.5rem * .75) 0 0;
  font-size: 16.2px;
  line-height: 1.82;}
.media-headline .open-story{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #E0CBA8;}
.media-headline details{border-bottom: 1px solid #E0CBA8;
  padding: calc(1.5rem * .75) 0;}
.media-headline summary{cursor: pointer;
  font-weight: 700;
  font-size: 16.2px;
  list-style: none;
  display: flex;
  align-items: baseline;
  gap: 0.92rem;}
.media-headline summary::-webkit-details-marker{display: none;}
.media-headline summary::before{content: "+";
  flex: 0 0 auto;
  font-weight: 700;
  width: 1rem;
  display: inline-block;}
.media-headline details[open] summary::before{content: "\2212";}
.media-headline details p{margin: calc(calc(1.5rem * .75) * 0.6) 0 0 calc(1rem + 0.92rem);
  font-size: calc(16.2px * .875);
  line-height: 1.82;}
.media-headline .steady-headline{margin: 0;
  font-size: calc(16.2px * .875);}
.media-headline .steady-headline a{text-decoration: underline;
  text-underline-offset: 3px;}
.media-headline .steady-headline a:hover{}
@media (max-width: 640px){.media-headline details p{
    margin-left: 0;
  }
}
.soft-body{
        color: #2B160C;
        background: #FBF3E4;
        padding: calc(1.5rem * 2.4) 1.05rem;
    }
.soft-body .c{max-width: 1000px;
        margin: 0 auto;
        display: grid;
        gap: calc(0.92rem * 1.5);}
@media (min-width: 1024px) {.soft-body .c{
            grid-template-columns: 1fr 280px;
            align-items: start;
        }
    }
.soft-body .visual-summary{margin-bottom: calc(0.92rem * 1.5);}
.soft-body h1{font-size: calc(16.2px * 2.65);
        line-height: 1.2;
        margin: 0 0 0.6rem;}
.soft-body .content-rail{font-size: calc(16.2px * 1.125);
        margin: 0;}
.soft-body .quiet-quote{line-height: 1.82;}
.soft-body .quiet-quote p{margin: 0 0 calc(0.92rem * 1.5);}
.soft-body .quiet-quote h2{font-size: calc(16.2px * 1.35);
        margin: calc(0.92rem * 1.5) 0 0.7rem;}
.soft-body .focused-callout{list-style: none;
        margin: 0 0 calc(0.92rem * 1.5);
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0.55rem;}
.soft-body .focused-callout li{display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        padding-bottom: 0.55rem;
        border-bottom: 1px solid #E0CBA8;}
.soft-body .focused-callout .k{flex: 0 0 110px;
        font-weight: 700;}
.soft-body .strong-plan{display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.92rem;
        margin-top: calc(0.92rem * 1.5);}
.soft-body .focused-feature{
        display: inline-block;
        background: var(--paint-warm);
        color: var(--tone-primary);
        text-decoration: none;
        padding: 0.7rem 1.3rem;
        border-radius: 0.4rem;
        font-weight: 700;
        transition: background 400ms var(--motion-base);
    }
.soft-body .focused-feature:hover{
        background: #6E2C15;color:#2B160C;}
.soft-body .primary-items{text-decoration: none;
        border-bottom: 1px solid #8C3A1E;
        padding-bottom: 2px;}
.soft-body .primary-items:hover{border-bottom-color: #C98A3E;}
.soft-body .fresh-tile{
        background: #FFFBF2;
        color: #2B160C;
        border: 1px solid #E0CBA8;
        border-radius: 0.59rem;
        padding: calc(1.5rem * .75);
        box-shadow: 0 1px 2px rgba(0,0,0,0.06);
    }
.soft-body .fresh-tile h3{margin: 0 0 0.9rem;
        font-size: 16.2px;}
.soft-body .steady-headline{display: flex;
        flex-direction: column;
        gap: 0.7rem;}
.soft-body .steady-headline a{text-decoration: none;
        line-height: 1.4;}
.soft-body .steady-headline a:hover{text-decoration: underline;}
.text-block{--mark-active:calc(1.5rem * 0.96);--font-meta:calc(1000px / 3.26);padding:calc(1.5rem * 2.4) 1.05rem;background:#FBF3E4;color:#2B160C;}
.text-block .clear-brand{max-width:1000px;margin:0 auto;}
.text-block h2,.text-block h3,.text-block p{margin:0;}
.text-block h2{font-size:calc(16.2px * 2);line-height:1.12;}
.text-block h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.text-block p{font-size:16.2px;line-height:1.82;}
.text-block a{color:#8C3A1E;text-decoration:none;font-size:calc(16.2px * .875);}
.text-block a:hover{color:inherit;}
.text-block .site-area{padding-inline-start:calc(1.5rem * .75);}
.text-block .clear-steps{row-gap:calc(var(--mark-active) * 1.2);}
.text-block .main-lead{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.text-block .media-shell{margin-top:1.5rem;}
.text-block .visual-plan{display:flex;flex-wrap:wrap;gap:var(--mark-active);margin-top:var(--mark-active);}
.text-block .active-steps{flex:1 1 var(--font-meta);min-width:0;padding:calc(var(--mark-active) * .75);border-radius:0.4rem;background:#FFFBF2;color:#2B160C;border:1px solid #E0CBA8;}
.text-block .active-steps p{margin-top:calc(1.5rem / 3);}
.text-block .active-steps a{display:inline-flex;margin-top:calc(1.5rem / 2);}
.content-wrap{
        color: #2B160C;
        background: #FBF3E4;
        padding: calc(1.5rem * 2.4) 1.05rem;
    }
.content-wrap .c{max-width: 1000px;
        margin: 0 auto;
        display: grid;
        gap: calc(0.92rem * 1.5);}
@media (min-width: 1024px) {.content-wrap .c{
            grid-template-columns: minmax(0, 1fr) 300px;
            align-items: start;
        }
    }
.content-wrap .visual-summary{margin-bottom: calc(0.92rem * 1.5);}
.content-wrap h1{font-size: calc(16.2px * 2.65);
        margin: 0 0 calc(1.5rem * .75);
        line-height: 1.2;}
.content-wrap .media-shell{font-size: calc(16.2px * 1.125);
        margin: 0;}
.content-wrap .quiet-quote{line-height: 1.82;}
.content-wrap .quiet-quote h2{font-size: calc(16.2px * 1.35);
        margin: calc(0.92rem * 1.5) 0 calc(1.5rem * .75);}
.content-wrap .quiet-quote p{margin: 0 0 calc(1.5rem * .75);}
.content-wrap .secondary-surface{margin: 0 0 calc(1.5rem * .75);
        padding-left: 1.15rem;
        display: flex;
        flex-direction: column;
        gap: 0.45rem;}
.content-wrap .strong-plan{display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.92rem;
        margin-top: calc(0.92rem * 1.5);}
.content-wrap .focused-feature{
        display: inline-block;
        background: var(--paint-warm);
        color: var(--tone-primary);
        padding: 0.7rem 1.2rem;
        border-radius: 0.4rem;
        text-decoration: none;
        box-shadow: 0 1px 2px rgba(0,0,0,0.06);
        transition: background 400ms var(--motion-base);
    }
.content-wrap .focused-feature:hover{
        background: #6E2C15;color:#2B160C;}
.content-wrap .steady-headline{text-decoration: none;
        border-bottom: 1px solid #E0CBA8;
        padding-bottom: 2px;}
.content-wrap .steady-headline:hover{border-bottom-color: #C98A3E;}
.content-wrap .fresh-tile{
        background: #FFFBF2;
        color: #2B160C;
        border: 1px solid #E0CBA8;
        border-radius: 0.59rem;
        padding: calc(1.5rem * .75);
        box-shadow: 0 1px 2px rgba(0,0,0,0.06);
    }
.content-wrap .fresh-tile h3{font-size: 16.2px;
        margin: 0 0 calc(1.5rem * .75);}
.content-wrap .controls{display: flex;
        flex-direction: column;
        gap: 0.6rem;
        margin-bottom: calc(1.5rem * .75);}
.content-wrap .controls a{text-decoration: none;}
.content-wrap .controls a:hover{text-decoration: underline;}
.content-wrap .main-proof{border-top: 1px solid #E0CBA8;
        padding-top: calc(1.5rem * .75);
        font-size: calc(16.2px * .875);}
.content-wrap .main-proof p{margin: 0 0 0.5rem;}
.content-wrap .main-proof .benefit{margin: 0 0 0.25rem;}
.content-wrap .main-proof a{text-decoration: none;}
.content-wrap .main-proof a:hover{text-decoration: underline;}
.text-content{--mark-active:calc(1.5rem * 1.18);--mark-public:calc(1000px / 2.55);padding:calc(1.5rem * 2.4) 1.05rem;background:#FBF3E4;color:#2B160C;}
.text-content .clear-brand{max-width:1000px;margin:0 auto;}
.text-content h2,.text-content h3,.text-content p{margin:0;}
.text-content h2{font-size:calc(16.2px * 2);line-height:1.14;}
.text-content h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.text-content p{font-size:16.2px;line-height:1.82;}
.text-content a{color:#8C3A1E;text-decoration:none;border-bottom:1px solid #E0CBA8;padding-bottom:1px;transition:color 400ms var(--motion-base),border-color 400ms var(--motion-base);}
.text-content a:hover{color:inherit;border-color:#C98A3E;}
.text-content .media-shell{color:#3A2012;}
.text-content .secondary-surface{display:flex;flex-direction:column;gap:var(--mark-active);margin-top:var(--mark-active);}
.text-content .active-steps{display:flex;flex-wrap:wrap;gap:0.92rem;padding:calc(1.5rem * .75) 0;border-top:1px solid #E0CBA8;}
.text-content .active-steps:last-child{border-bottom:1px solid #E0CBA8;}
.text-content .direct-actions{flex:1 1 100%;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.text-content .direct-actions a{align-self:flex-start;font-size:calc(16.2px * .875);}
.text-content .page-summary{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.92rem;}
.text-content .page-summary>h2{flex:1 1 calc(1000px / 3.2);min-width:0;}
.text-content .page-summary>.media-shell{flex:1 1 calc(1000px / 2.6);min-width:0;}
.text-content .page-summary>.secondary-surface{flex:1 1 100%;}
@media (min-width:720px){.text-content .active-steps{flex-wrap:nowrap;align-items:flex-start;}.text-content .direct-actions{flex:1 1 auto;}
}
.visual-headline{
    color:#2B160C;
    background:#FBF3E4;
    padding:calc(1.5rem * 2.4) 1.05rem;
}
.visual-headline .c{max-width:1000px;
    margin:0 auto;
    display:grid;
    gap:calc(0.92rem * 1.5);}
@media (min-width:1024px){.visual-headline .c{grid-template-columns:1fr 280px;}
}
.visual-headline .visual-summary{margin-bottom:calc(0.92rem * 1.5);}
.visual-headline h1{font-size:calc(16.2px * 2.65);
    line-height:1.2;
    margin:0 0 0.5rem;}
.visual-headline .content-rail{font-size:calc(16.2px * 1.125);
    margin:0 0 0.9rem;}
.visual-headline .fresh-wrap{display:flex;
    flex-wrap:wrap;
    gap:0.4rem 1.2rem;
    font-size:calc(16.2px * .875);}
.visual-headline .quiet-quote{line-height:1.82;}
.visual-headline .quiet-quote p{margin:0 0 1rem;}
.visual-headline h2{font-size:calc(16.2px * 1.35);
    margin:1.8rem 0 0.8rem;}
.visual-headline .focused-callout{list-style:none;
    margin:0 0 1rem;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:0.5rem;}
.visual-headline .focused-callout li{display:flex;
    flex-wrap:wrap;
    gap:0.3rem 0.8rem;
    padding:0.5rem 0;
    border-bottom:1px solid #E0CBA8;}
.visual-headline .focused-callout .k{flex:0 0 110px;
    font-size:calc(16.2px * .875);}
.visual-headline .focused-callout .v{flex:1 1 200px;}
.visual-headline .strong-plan{
    margin:1.6rem 0 1rem;
    padding:calc(1.5rem * .75);
    background:#FFFBF2;
    color:#2B160C;
    border:1px solid #E0CBA8;
    border-radius:0.59rem;
}
.visual-headline .focused-feature{
    display:inline-block;
    padding:0.7rem 1.2rem;
    background:var(--paint-warm);
    color:var(--tone-primary);
    border-radius:0.4rem;
    text-decoration:none;
    font-size:16.2px;
}
.visual-headline .focused-feature:hover{background:#6E2C15;color:#2B160C;}
.visual-headline .main-proof{margin:0.7rem 0 0;
    font-size:calc(16.2px * .875);}
.visual-headline .steady-headline{display:flex;
    flex-wrap:wrap;
    gap:0.6rem 1.4rem;
    margin-top:1rem;
    font-size:calc(16.2px * .875);}
.visual-headline .steady-headline a{text-decoration:none;}
.visual-headline .steady-headline a:hover{text-decoration:underline;}
.visual-headline .wide-proof{
    background:#FFFBF2;
    color:#2B160C;
    border:1px solid #E0CBA8;
    padding:calc(1.5rem * .75);
    border-radius:0.59rem;
    box-shadow:0 1px 2px rgba(0,0,0,0.06);
    align-self:start;
}
.visual-headline .wide-proof h3{margin:0 0 0.9rem;
    font-size:calc(16.2px * 1.35);}
.visual-headline .plain-footer{display:flex;
    flex-direction:column;
    gap:0.7rem;}
.visual-headline .plain-footer a{text-decoration:none;
    font-size:16.2px;}
.visual-headline .plain-footer a:hover{text-decoration:underline;}
.steady-media{
  --mark-active:calc(1.5rem * 0.96);
  --font-meta:calc(1000px / 3.26);
  padding:calc(1.5rem * 2.4) 1.05rem;
  background:#FBF3E4;
  color:#2B160C;
}
.steady-media .clear-brand{max-width:1000px;margin:0 auto;}
.steady-media h2,.steady-media h3,.steady-media p{margin:0;}
.steady-media h2{font-size:calc(16.2px * 2);line-height:1.14;}
.steady-media h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.steady-media p{font-size:16.2px;line-height:1.82;}
.steady-media a{color:#8C3A1E;text-decoration:none;}
.steady-media a:hover{color:inherit;}
.steady-media .site-area{padding-inline-start:calc(1.5rem * .75);}
.steady-media .clear-steps{row-gap:calc(var(--mark-active) * 1.1);}
.steady-media .main-lead{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.steady-media .media-shell{margin-top:1.5rem;}
.steady-media .team-figure{display:flex;
  flex-wrap:wrap;
  gap:calc(0.92rem * .6);
  margin-top:var(--mark-active);}
.steady-media .compact-rail{
  font:inherit;
  font-size:calc(16.2px * .875);
  padding:calc(calc(1.5rem * .75) * .55) calc(1.5rem * .75);
  border:1px solid #E0CBA8;
  border-radius:0.18rem;
  background:#FFFBF2;
  color:#2B160C;
  cursor:pointer;
  transition:background 400ms var(--motion-base),color 400ms var(--motion-base);
}
.steady-media .compact-rail:hover{background:#F1E2C6;color:#3A2012;}
.steady-media .compact-rail.is-active{background:var(--paint-warm);color:var(--tone-primary);border-color:var(--paint-warm);}
.steady-media .visual-plan{display:flex;
  flex-wrap:wrap;
  gap:var(--mark-active);
  margin-top:var(--mark-active);}
.steady-media .active-steps{
  flex:1 1 var(--font-meta);
  min-width:0;
  padding:calc(var(--mark-active) * .75);
  border:1px solid #E0CBA8;
  border-radius:0.4rem;
  background:#FFFBF2;
  color:#2B160C;
}
.steady-media .active-steps .content-rail{margin-top:calc(1.5rem / 4);
  font-size:calc(16.2px * .875);
  color:#3A2012;}
.steady-media .active-steps p{margin-top:calc(1.5rem / 3);}
.steady-media .active-steps a{display:inline-flex;margin-top:calc(1.5rem / 2);font-size:calc(16.2px * .875);}
.steady-media .active-steps.is-hidden{display:none;}
.steady-media .main-proof{margin-top:var(--mark-active);
  font-size:calc(16.2px * .875);
  color:#3A2012;}
@media (max-width:640px){.steady-media .site-area{padding-inline-start:0;}.steady-media .main-lead{padding-inline-end:0;}
}
.open-plan{background:#F1E2C6;color:#3A2012;padding:calc(1.5rem * 2.4) 1.05rem}
.open-plan .clear-brand{max-width:1000px;margin:0 auto}
.open-plan .main-copy{display:flex;flex-direction:column;gap:calc(0.92rem * 1.5)}
.open-plan .soft-method{display:flex;align-items:flex-end;justify-content:space-between;gap:0.92rem;flex-wrap:wrap}
.open-plan h2{margin:0;font-size:clamp(calc(16.2px * 2),5vw,calc(16.2px * 2.65));line-height:1.1}
.open-plan .soft-method a{padding:calc(1.5rem * .75) 0.92rem;border-radius:0.4rem;background:var(--paint-warm);color:var(--tone-primary);text-decoration:none;font-weight:700}
.open-plan .soft-method a:hover{background:#6E2C15;color:#2B160C;}
.open-plan .media-shell{margin:0;font-size:16.2px;line-height:1.82}
.open-plan .featured-headline{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.open-plan .active-steps{flex:1 1 16rem;min-width:0;padding:calc(1.5rem * .75);border-radius:0.59rem;background:#FFFBF2;color:#2B160C;border:1px solid #E0CBA8;box-shadow:0 1px 2px rgba(0,0,0,0.06)}
.open-plan .active-steps span{display:block;margin-bottom:calc(calc(1.5rem * .75)*.4);font-size:calc(16.2px * .875);}
.open-plan .active-steps strong{display:block;white-space:pre-line;line-height:1.5}
.open-plan .active-steps a{display:inline-block;margin-top:calc(calc(1.5rem * .75)*.55);text-decoration:none;line-height:1.55}
.open-plan .active-steps a:hover{}
.open-plan .main-proof{display:flex;flex-direction:column;gap:0.92rem;padding-top:calc(0.92rem * 1.5);border-top:1px solid #E0CBA8}
.open-plan .main-proof p{margin:0;font-size:calc(16.2px * .875);line-height:1.82}
@media(max-width:680px){.open-plan .soft-method{align-items:flex-start;flex-direction:column}}
.bottom-entries{
  background:#FBF3E4;
  color:#2B160C;
  padding:calc(1.5rem * 2.4) 1.05rem;
}
.bottom-entries .clear-brand{max-width:min(1000px,72rem);
  margin:0 auto;}
.bottom-entries .secondary-inner{display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:calc(0.92rem * 1.5);}
.bottom-entries .direct-actions{flex:0 1 26rem;
  min-width:0;}
.bottom-entries h2{margin:0;
  font-size:clamp(calc(16.2px * 2),5vw,calc(16.2px * 2.65));
  line-height:1.1;
  letter-spacing:0;}
.bottom-entries p{margin:1.5rem 0 0;
  font-size:calc(16.2px * 1.125);
  line-height:1.65;}
.bottom-entries .main-proof{
  margin-top:calc(0.92rem * 1.5);
  padding:calc(1.5rem * .75) 0.92rem;
  background:#F1E2C6;
  color:#3A2012;
  border-radius:0.4rem;
}
.bottom-entries .main-proof p{margin:0;
  font-size:calc(16.2px * .875);
  line-height:1.6;}
.bottom-entries .main-lead{flex:1 1 30rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:1.5rem;}
.bottom-entries label{min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .45);
  font-size:calc(16.2px * .875);}
.bottom-entries input{
  width:100%;
  min-width:0;
  border:1px solid #E0CBA8;
  border-radius:0.18rem;
  background:#FFFBF2;
  color:#2B160C;
  padding:calc(1.5rem * .75) 0.92rem;
  font:inherit;
}
.bottom-entries input::placeholder{color:rgba(255,255,255,0.55);}
.bottom-entries button{
  align-self:flex-start;
  border:0;
  border-radius:0.4rem;
  background:var(--paint-warm);
  color:var(--tone-primary);
  padding:calc(1.5rem * .75) 0.92rem;
  font:inherit;
  font-weight:700;
  cursor:pointer;
  transition:background 400ms var(--motion-base);
}
.bottom-entries button:hover{
  background:#6E2C15;color:#2B160C;}
@media (max-width:760px) {.bottom-entries .secondary-inner{ flex-direction:column; }.bottom-entries .direct-actions,
  .bottom-entries .main-lead{ flex-basis:auto; width:100%; }
}
.service-method{padding:calc(1.5rem * 2.4) 1.05rem;background:#C98A3E;color:#2B160C}
.service-method .strong-visual{max-width:1000px;margin:0 auto}
.service-method .soft-method{display:flex;flex-wrap:wrap;justify-content:space-between;gap:0.92rem;align-items:flex-end;margin-bottom:calc(0.92rem * 1.5)}
.service-method h2{margin:0;font-size:calc(16.2px * 2.65);line-height:1.05;max-width:16ch}
.service-method .soft-method p{margin:0;flex:1 1 22rem;font-size:calc(16.2px * 1.125);line-height:1.82}
.service-method .steady-team{display:grid;grid-template-columns:minmax(16rem,.4fr) minmax(0,1fr);gap:calc(1.5rem * .75)}
.service-method .set{display:grid;gap:0.92rem;align-content:start}
.service-method .benefit{padding:calc(1.5rem * .75);border-radius:0.59rem;background:#FFFBF2;color:#2B160C;border:1px solid #E0CBA8;box-shadow:0 1px 2px rgba(0,0,0,0.06)}
.service-method .benefit span{display:block;font-size:calc(16.2px * .875);letter-spacing:.02em}
.service-method .benefit strong{display:block;margin-top:calc(calc(1.5rem * .75) * .5);font-weight:600;line-height:1.55}
.service-method .benefit strong a{text-decoration:none;border-bottom:1px solid transparent;transition:color 400ms var(--motion-base),border-color 400ms var(--motion-base)}
.service-method .benefit strong a:hover{border-bottom-color:#C98A3E}
.service-method .compact-brand{min-height:34rem;border-radius:0.71rem;overflow:hidden;border:1px solid #E0CBA8;background:#FFFBF2;color:#2B160C;}
.service-method iframe{display:block;width:100%;height:100%;border:0}
@media (max-width:860px){.service-method .soft-method{display:block}.service-method .soft-method p{margin-top:1.5rem}.service-method .steady-team{grid-template-columns:1fr}.service-method .compact-brand{min-height:22rem}
}
.offer-surface{padding:calc(1.5rem * 2.4) 1.05rem;background:var(--paint-warm);color:var(--tone-primary)}
.offer-surface .compact-story{max-width:min(1000px,64rem);margin:0 auto}
.offer-surface h2{margin:0;font-size:calc(16.2px * 2.65);line-height:1.1;letter-spacing:-0.01em}
.offer-surface .team-tile{margin:1.5rem 0 calc(0.92rem * 1.5);font-size:calc(16.2px * 1.125);line-height:1.82}
.offer-surface .focused-section{display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb,currentColor 32%,transparent)}
.offer-surface .main-proof{padding:calc(1.5rem * .75) 0}
.offer-surface .main-proof + .main-proof{border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.offer-surface h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.2px * 1.35);line-height:1.25;font-weight:600}
.offer-surface .main-proof p{margin:0;font-size:16.2px;line-height:1.82}
.offer-surface a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.offer-surface a:hover{}
@media (min-width:768px){.offer-surface .main-proof{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:0.92rem;align-items:start}.offer-surface h3{margin:0}
}
.compact-plan{padding:calc(1.5rem * 2.4) 1.05rem;background:#F1E2C6;color:#3A2012}
.compact-plan .quiet-items{max-width:min(1000px,66rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(0.92rem * 1.5)}
.compact-plan h2{margin:0;font-size:calc(16.2px * 2);line-height:1.15;letter-spacing:-0.01em}
.compact-plan .featured-unit{margin:0;font-size:16.2px;line-height:1.82}
.compact-plan .focused-footer{padding:calc(1.5rem * .75) 0 0;border-top:1px solid #E0CBA8}
.compact-plan .focused-footer:first-of-type{border-top:0;padding-top:0}
.compact-plan h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.2px * 1.35);line-height:1.25}
.compact-plan .focused-footer p{margin:0;font-size:calc(16.2px * .875);line-height:1.82}
@media (min-width:760px){.compact-plan .quiet-items{gap:1.5rem}.compact-plan .focused-footer{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.6fr);gap:0.92rem;align-items:start}.compact-plan h3{margin:0}
}
.quiet-brand{background:#F1E2C6;color:#3A2012;padding:calc(1.5rem * 2.4) 1.05rem}
.quiet-brand .clear-brand{max-width:1000px;margin:0 auto}
.quiet-brand .media-content{display:flex;align-items:flex-start;gap:calc(0.92rem * 1.5)}
.quiet-brand .quiet-quote{flex:1 1 42rem;min-width:0}
.quiet-brand h2{margin:0;font-size:calc(16.2px * 2);line-height:1.15;letter-spacing:0}
.quiet-brand p{margin:1.5rem 0 0;font-size:16.2px;line-height:1.82}
.quiet-brand .main-proof{margin-top:calc(0.92rem * 1.5);padding:calc(1.5rem * .75);border-radius:0.4rem;background:#FFFBF2;color:#2B160C;border:1px solid #E0CBA8;font-size:calc(16.2px * .875)}
.quiet-brand .main-proof a{color:#8C3A1E;text-decoration:underline}
.quiet-brand .main-proof a:hover{color:inherit;}
.quiet-brand .benefit{display:inline}
.quiet-brand .steady-headline{margin-top:calc(0.92rem * 1.5);font-size:calc(16.2px * .875)}
.quiet-brand .steady-headline a{color:#8C3A1E;text-decoration:underline}
.quiet-brand .steady-headline a:hover{color:inherit;}
.quiet-brand .strong-plan{flex:0 0 auto;align-self:flex-start;padding:calc(1.5rem * .75) 0.92rem;border-radius:0.4rem;background:var(--paint-warm);color:var(--tone-primary);text-decoration:none;font-weight:700;white-space:nowrap}
.quiet-brand .strong-plan:hover{background:#6E2C15;color:#2B160C;}
@media(max-width:680px){.quiet-brand .media-content{flex-direction:column}.quiet-brand .strong-plan{white-space:normal;align-self:stretch;text-align:center}}
.top-headline{
  padding:calc(1.5rem * 2.4) 1.05rem;
  background:linear-gradient(135deg, #FBF3E4 0%, #F1E2C6 55%, #E7D2AC 100%);
  color:#2B160C;
}
.top-headline .clear-brand{max-width:1000px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(0.92rem * 1.5);}
.top-headline h2{margin:0;
  font-size:calc(16.2px * 2);
  line-height:1.14;}
.top-headline p{margin:0;
  font-size:16.2px;
  line-height:1.82;}
.top-headline .media-shell p{margin-top:calc(1.5rem * .75);
  color:color-mix(in srgb, currentColor 78%, transparent);}
.top-headline .service-group{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.top-headline .primary-intro{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.92rem;}
.top-headline .strong-plan{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.18rem;
  background:var(--paint-warm);
  color:var(--tone-primary);
  text-decoration:none;
  font-size:16.2px;
  transition:background 400ms var(--motion-base);
}
.top-headline .strong-plan:hover{
  background:#6E2C15;color:#2B160C;}
.top-headline .main-proof{flex:1 1 16rem;
  font-size:calc(16.2px * .875);
  color:color-mix(in srgb, currentColor 72%, transparent);}
.top-headline .steady-headline{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:0.92rem;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);
  font-size:calc(16.2px * .875);}
.top-headline .media-tile{color:color-mix(in srgb, currentColor 66%, transparent);}
.top-headline .steady-headline a{text-decoration:none;
  border-bottom:1px solid color-mix(in srgb, #8C3A1E 45%, transparent);
  padding-bottom:1px;}
.top-headline .steady-headline a:hover{border-bottom-color:#C98A3E;}
@media (max-width:640px){.top-headline .strong-plan{
    width:100%;
  }
}
.site-nav{
  background: #FBF3E4;
  color: #2B160C;
  padding: calc(1.5rem * 2.4) 1.05rem;
}
.site-nav .clear-brand{width: min(100%, 1000px);
  margin: 0 auto;}
.site-nav .media-group{display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: calc(0.92rem * 1.5);}
.site-nav .direct-actions{flex: 1 1 460px;
  min-width: 0;}
.site-nav h1{margin: 0;
  font-size: clamp(calc(16.2px * 2), 6vw, calc(16.2px * 2.65));
  line-height: 1.05;
  letter-spacing: 0;}
.site-nav p{margin: 1.5rem 0 0;
  font-size: calc(16.2px * 1.125);
  line-height: 1.7;}
.site-nav .strong-plan{
  display: inline-flex;
  margin-top: calc(0.92rem * 1.5);
  padding: 13px 22px;
  border-radius: 0.4rem;
  background: var(--paint-warm);
  color: var(--tone-primary);
  text-decoration: none;
  font-weight: 700;
  transition: background 400ms var(--motion-base);
}
.site-nav .strong-plan:hover,
.site-nav .strong-plan:focus-visible{
  background: #6E2C15;color:#2B160C;}
.site-nav .steady-headline{display: flex;
  flex-wrap: wrap;
  gap: 0.92rem;
  margin-top: calc(1.5rem * .75);}
.site-nav .steady-headline a{text-decoration: none;
  font-size: calc(16.2px * .875);
  border-bottom: 1px solid #E0CBA8;
  padding-bottom: 2px;}
.site-nav .steady-headline a:hover,
.site-nav .steady-headline a:focus-visible{border-bottom-color: #C98A3E;}
.site-nav .secondary-surface{
  flex: 0 1 420px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #FFFBF2;
  color: #2B160C;
  border: 1px solid #E0CBA8;
  border-radius: 0.59rem;
  padding: calc(1.5rem * .75);
}
.site-nav .active-steps{display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid #E0CBA8;
  color: inherit;
  text-decoration: none;}
.site-nav .active-steps:last-child{border-bottom: 0;
  padding-bottom: 0;}
.site-nav .active-steps:first-child{padding-top: 0;}
.site-nav .active-steps span{font-size: 16.2px;
  font-weight: 700;}
.site-nav .active-steps small{max-width: 24ch;
  line-height: 1.5;
  text-align: right;}
.site-nav .active-steps:hover span,
.site-nav .active-steps:focus-visible span{}
@media (max-width: 720px) {.site-nav .media-group{
    flex-direction: column;
    align-items: stretch;
  }.site-nav .secondary-surface{
    min-width: 0;
  }.site-nav .active-steps{
    flex-direction: column;
    gap: 4px;
  }.site-nav .active-steps small{
    text-align: left;
    max-width: none;
  }
}
