body{margin:0;padding:0;font-family:"Merriweather", sans-serif;}
a{color:inherit;}
*,*::before,*::after{box-sizing:border-box;}
.text-inner {
    width: 100%;
    background: #F6F1E7;
    color: #181410;
    border-bottom: 1px solid #DCD2BF;
    padding: 1.5rem 1.21rem;
  }
:root {
  --paint-light: #181410;
  --speed-soft: ease;
  --line-muted: #F6F1E7;
}
.bottom-body {
    max-width: 880px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.71rem;
    flex-wrap: wrap;
  }
.bottom-section {
    font-size: calc(15.9px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: inherit;
    text-decoration: none;
    padding: 0.25rem 0;
  }
.bottom-section:hover {
    color: #F4E3D3;
  }
.narrow-service {
    display: block;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(0.71rem * 1.5);
    flex-wrap: wrap;
  }
.nav-link {
    display: inline-block;
    padding: 0.4rem 0.15rem;
    font-size: 15.9px;
    color: inherit;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 320ms var(--speed-soft), border-color 320ms var(--speed-soft);
  }
.nav-link:hover {
    color: #F4E3D3;
    border-bottom-color: #F4E3D3;
  }
.nav-link.is-active {
    border-bottom-color: #181410;
    font-weight: 600;
  }
.columns {
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    color: #181410;
    border: 1px solid #DCD2BF;
    border-radius: 0.28rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.columns:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#181410;}
.secondary-unit {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
  }
@media (max-width: 767px) {
    .bottom-body {
      flex-wrap: nowrap;
      align-items: center;
    }

    .columns {
      display: flex;
    }

    .narrow-service {
      display: none;
      width: 100%;
      flex-basis: 100%;
      order: 3;
      margin-top: calc(0.71rem * 1.5);
      padding-top: calc(0.71rem * 1.5);
      border-top: 1px solid #DCD2BF;
    }

    .narrow-service.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }

    .nav-link {
      display: block;
      width: 100%;
      padding: 0.75rem 0;
      border-bottom: 1px solid #DCD2BF;
    }

    .nav-link.is-active {
      border-bottom-color: #181410;
    }
  }
.top-team{font-family:"Merriweather", sans-serif;font-size:15.9px;line-height:1.83;padding:calc(1.5rem * 2.4) 1.21rem;background:var(--paint-light);color:var(--line-muted);}
.top-steps{max-width:880px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(0.71rem * 1.5)}
.service-story{font-size:calc(15.9px * .875);font-weight:600;letter-spacing:0.06em;text-transform:uppercase;margin:0 0 calc(1.5rem * .75);opacity:0.85}
.primary-panel{padding-bottom:calc(0.71rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.18)}
.site-area{font-style:normal;display:flex;flex-direction:column;gap:0.35rem;font-size:15.9px}
.page-callout{display:block}
.focused-block{display:block}
.top-flow{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.offer-area{font-size:calc(15.9px * 1.35);font-weight:700;margin:0;letter-spacing:0.01em}
.secondary-team{margin:0;max-width:46ch;font-size:calc(15.9px * .875);opacity:0.85}
.clear-inner{display:grid;grid-template-columns:1fr;gap:calc(0.71rem * 1.5)}
.narrow-feature{display:flex;flex-direction:column}
.quiet-benefit{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.4rem}
.compact-summary{flex-direction:row;flex-wrap:wrap;gap:0.71rem}
.offer-lead{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 320ms var(--speed-soft), opacity 320ms var(--speed-soft)}
.offer-lead:hover,
  .offer-lead:focus-visible{border-bottom-color:currentColor;opacity:0.9;outline:none}
.direct-service{padding-top:calc(0.71rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18)}
.media-surface{margin:0;font-size:calc(15.9px * .875);line-height:1.83;opacity:0.85;max-width:70ch}
.site-headline{margin:0;font-size:calc(15.9px * .875);opacity:0.75}
@media (min-width: 720px) {.clear-inner{grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(0.71rem * 1.5)}
  }
@media (min-width: 1024px) {.top-steps{grid-template-columns:1.1fr 1.4fr;grid-template-areas:"contacts brand"
        "nav nav"
        "legal legal"
        "disclaimer disclaimer"
        "copy copy";gap:calc(1.5rem * 2.4) calc(0.71rem * 1.5)}.primary-panel{grid-area:contacts;border-bottom:none;padding-bottom:0}.top-flow{grid-area:brand}.clear-inner{grid-area:nav}.direct-service{grid-area:legal}.media-surface{grid-area:disclaimer}.site-headline{grid-area:copy}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:1.21rem;right:1.21rem;bottom:1.5rem;z-index:1200;}
.cookies .content-form{max-width:880px;margin:0 auto;background:#FBF7EF;border:1px solid #DCD2BF;border-radius:0.56rem;box-shadow:0 4px 8px rgba(0,0,0,0.1);padding:calc(1.5rem * .9) 1.21rem;display:grid;grid-template-columns:1fr auto;gap:12px 0.71rem;align-items:center;color:#181410;}
.cookies .open-plan{font-weight:700;}
.cookies p{margin:0;grid-column:1 / 2;}
.cookies .direct-feature{grid-row:1 / 3;grid-column:2 / 3;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;}
.cookies .direct-feature button{border:1px solid #DCD2BF;background:#EDE6D8;color:#2E2A24;border-radius:0.28rem;padding:8px 12px;cursor:pointer;}
.cookies .direct-feature button.cookie-accept{background:#F4E3D3;color:#3A1A08;border-color:transparent;font-weight:700;}
@media (max-width: 760px){.cookies .content-form{grid-template-columns:1fr;}
        .cookies p,.cookies .direct-feature{grid-column:auto;grid-row:auto;}
        .cookies .direct-feature{justify-content:flex-start;}
    }
.compact-intro{--layer-content:calc(1.5rem * 1.42);--mark-local:calc(880px / 3.15);padding:calc(1.5rem * 2.4) 1.21rem;background:#F6F1E7;color:#181410;}
.compact-intro .content-form{max-width:880px;margin:0 auto;}
.compact-intro h1,.compact-intro h2,.compact-intro h3,.compact-intro p{margin:0;}
.compact-intro h1{font-size:calc(15.9px * 2.65);line-height:1.08;letter-spacing:-0.01em;}
.compact-intro p{font-size:15.9px;line-height:1.83;}
.compact-intro .text-rail{color:#181410;}
.compact-intro .public-view{color:#2E2A24;}
.compact-intro a{color:inherit;text-decoration:none;}
.compact-intro .public-links>h1{margin-top:0;}
.compact-intro .public-links>p,.compact-intro .public-links>.top-panel{margin-top:1.5rem;}
.compact-intro .public-links>.public-view{margin-top:calc(0.71rem * 1.5);}
.compact-intro .top-panel{display:flex;flex-wrap:wrap;align-items:center;gap:0.71rem 1.5rem;}
.compact-intro .open-details{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.28rem;background:#C24A18;color:#FBF7EF;transition:background 320ms var(--speed-soft);}
.compact-intro .open-details:hover{background:#A63C10;color:#181410;}
.compact-intro .open-actions{display:inline-flex;align-items:center;gap:0.4rem;padding-bottom:2px;border-bottom:1px solid #DCD2BF;color:inherit;font-size:calc(15.9px * .875);transition:color 320ms var(--speed-soft),border-color 320ms var(--speed-soft);}
.compact-intro .open-actions:hover{color:inherit;border-color:#F4E3D3;}
@media (max-width:640px){.compact-intro .top-panel{flex-direction:column;align-items:flex-start;}
}
.public-contact{--layer-content:calc(1.5rem * 1.05);--mark-static:1px solid #DCD2BF;padding:calc(1.5rem * 2.4) 1.21rem;background:#F6F1E7;color:#181410;}
.public-contact .content-form{max-width:880px;margin:0 auto;}
.public-contact h2,.public-contact h3,.public-contact p{margin:0;}
.public-contact h2{font-size:calc(15.9px * 2);line-height:1.14;}
.public-contact h3{font-size:calc(15.9px * 1.35);line-height:1.22;}
.public-contact p{font-size:15.9px;line-height:1.83;}
.public-contact .active-tile{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.public-contact .public-view{margin:0;font-size:calc(15.9px * .875);letter-spacing:0.06em;text-transform:uppercase;}
.public-contact .text-rail{}
.public-contact .top-frame{display:flex;flex-direction:column;margin-top:var(--layer-content);border-top:var(--mark-static);}
.public-contact .main-items{display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(0.71rem * 1.5) 0;border-bottom:var(--mark-static);}
.public-contact .main-items p{}
.public-contact .featured-quote{align-self:flex-start;margin-top:calc(1.5rem / 4);font-size:calc(15.9px * .875);text-decoration:none;border-bottom:1px solid #C24A18;padding-bottom:2px;}
.public-contact .featured-quote:hover{border-bottom-color:#F4E3D3;}
.public-contact .top-panel{margin-top:var(--layer-content);font-size:calc(15.9px * .875);}
.public-contact .top-panel a{text-decoration:none;border-bottom:1px solid #C24A18;}
.public-contact .top-panel a:hover{border-bottom-color:#F4E3D3;}
@media (min-width:720px){.public-contact .active-tile{flex-direction:row;align-items:baseline;justify-content:space-between;gap:0.71rem;}.public-contact .active-tile .text-rail{flex:1 1 55%;}.public-contact .main-items{flex-direction:row;align-items:flex-start;gap:0.71rem;}.public-contact .main-items h3{flex:0 0 34%;}.public-contact .main-items p{flex:1 1 auto;}.public-contact .main-items .featured-quote{flex:0 0 auto;align-self:center;margin-top:0;}
}
.team-section{padding:calc(1.5rem * 2.4) 1.21rem;background:#F6F1E7;color:#181410;}
.team-section .content-form{max-width:880px;margin:0 auto;}
.team-section h2,.team-section h3,.team-section p,.team-section ol,.team-section li{margin:0;}
.team-section h2{font-size:calc(15.9px * 2);line-height:1.14;}
.team-section h3{font-size:calc(15.9px * 1.35);line-height:1.22;}
.team-section p{font-size:15.9px;line-height:1.83;}
.team-section .process{display:flex;flex-direction:column;gap:calc(0.71rem * 1.5);}
.team-section .public-view{font-size:calc(15.9px * .875);letter-spacing:0.08em;text-transform:uppercase;color:#2E2A24;}
.team-section .text-rail{font-size:calc(15.9px * 1.125);line-height:1.6;}
.team-section .top-frame{list-style:none;padding:0;margin-top:calc(calc(1.5rem * 2.4) * 0.6);display:flex;flex-direction:column;}
.team-section .main-items{display:flex;flex-wrap:wrap;gap:0.71rem;padding:calc(1.5rem * .75) 0;border-top:1px solid #DCD2BF;}
.team-section .main-items:last-child{border-bottom:1px solid #DCD2BF;}
.team-section .quiet-summary{flex:0 0 auto;font-size:calc(15.9px * .875);letter-spacing:0.06em;text-transform:uppercase;color:inherit;padding-top:0.35rem;}
.team-section .flow{flex:1 1 22rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.team-section .top-panel{margin-top:calc(0.71rem * 1.5);font-size:15.9px;color:#2E2A24;}
.team-section .top-panel a{color:inherit;text-decoration:none;border-bottom:1px solid #C24A18;}
.team-section .top-panel a:hover{color:inherit;border-bottom-color:#F4E3D3;}
@media (max-width:640px){.team-section .main-items{flex-direction:column;gap:calc(0.71rem / 2);}.team-section .quiet-summary{padding-top:0;}
}
.public-callout{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.21rem;
    background:#F6F1E7;
    color:#181410;
  }
.public-callout .bottom-benefit{max-width:min(880px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.71rem * 1.5);}
.public-callout h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.9rem,4.6vw,calc(15.9px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:-0.005em;}
.public-callout .steady-visual{padding-top:1.5rem;
    border-top:1px solid #DCD2BF;}
.public-callout p{margin:0;
    font-size:clamp(1rem,1.22vw,15.9px);
    line-height:1.78;
    color:#2E2A24;}
@media (max-width:640px){.public-callout{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.public-callout h1{max-width:100%;}
  }
.bar{padding:calc(1.5rem * 2.4) 1.21rem;background:var(--paint-light);color:var(--line-muted)}
.bar .content-group{max-width:880px;margin:0 auto}
.bar h2{max-width:22ch;margin:0;font-size:calc(15.9px * 2);line-height:1.1}
.bar .text-menu{margin:1.5rem 0 calc(0.71rem * 1.5);color:#F4E3D3;font-size:calc(15.9px * 1.125);line-height:1.83}
.bar .open-frame{margin:0;padding:0;list-style:none;border-top:1px solid #DCD2BF}
.bar .open-frame>li{padding:calc(0.71rem * 1.5) 0;border-bottom:1px solid #DCD2BF}
.bar h3{margin:0;font-size:calc(15.9px * 1.35);line-height:1.2}
.bar .open-frame p{margin:calc(1.5rem * .75) 0 0;color:#F4E3D3;line-height:1.83}
@media(max-width:680px){.bar h2{max-width:none}.bar .open-frame>li{padding:calc(1.5rem * .75) 0}}
.welcome{--layer-content:calc(1.5rem * 0.89);padding:calc(1.5rem * 2.4) 1.21rem;background:#C24A18;color:#FBF7EF;}
.welcome .content-form{max-width:880px;margin:0 auto;display:flex;flex-direction:column;}
.welcome h1,.welcome h2,.welcome h3,.welcome p,.welcome ul{margin:0;}
.welcome h2{font-size:calc(15.9px * 2);line-height:1.12;}
.welcome p{font-size:15.9px;line-height:1.83;}
.welcome a{color:inherit;text-decoration:none;}
.welcome .bottom-proof{padding-inline-start:calc(1.21rem / 2);}
.welcome .simple-items{row-gap:calc(var(--layer-content) * 1.1);}
.welcome .public-view{font-size:calc(15.9px * .875);letter-spacing:0.08em;text-transform:uppercase;opacity:0.78;}
.welcome .text-rail{color:color-mix(in srgb, currentColor 82%, transparent);}
.welcome .top-panel{display:flex;flex-wrap:wrap;align-items:center;column-gap:1.5rem;row-gap:0.71rem;margin-top:calc(1.5rem * .75);}
.welcome .open-details{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.28rem;background:#FBF7EF;color:#C24A18;font-size:15.9px;}
.welcome .open-details:hover{background:#F4E3D3;color:#3A1A08;}
.welcome .featured-quote{font-size:calc(15.9px * .875);text-decoration:underline;text-underline-offset:3px;opacity:0.85;}
.welcome .featured-quote:hover{opacity:1;}
@media (max-width:640px){.welcome .bottom-proof{padding-inline-start:0;}.welcome .top-panel{flex-direction:column;align-items:flex-start;}
}
.page-copy{
    padding: calc(1.5rem * 2.4) 1.21rem;
    background: #F6F1E7;
    color: #181410;
}
.page-copy .steady-details{max-width: 880px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(0.71rem * 1.5);}
.page-copy .text-rail{display: flex;
    flex-direction: column;
    gap: 0.71rem;
    padding-bottom: calc(0.71rem * 1.5);
    border-bottom: 1px solid #DCD2BF;}
.page-copy .text-rail h2{margin: 0;
    font-size: calc(15.9px * 2);
    line-height: 1.25;}
.page-copy .text-rail .flow{margin: 0;
    font-size: 15.9px;
    line-height: 1.83;
    color: #2E2A24;}
.page-copy .top-frame{margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);}
.page-copy .main-items{margin: 0;}
.page-copy .focused-method{
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: calc(1.5rem * .75);
    background: #FBF7EF;
    color: #181410;
    border: 1px solid #DCD2BF;
    border-left: 3px solid #C24A18;
    border-radius: 0.56rem;
    text-decoration: none;
    transition: background 320ms var(--speed-soft), border-color 320ms var(--speed-soft);
}
.page-copy .focused-method:hover,
.page-copy .focused-method:focus-visible{
    background: #EDE6D8;
    border-left-color: #F4E3D3;
    outline: none;color:#2E2A24;}
.page-copy .row-tag{font-size: calc(15.9px * .875);
    letter-spacing: 0.06em;
    text-transform: uppercase;color:inherit;}
.page-copy .row-title{font-size: calc(15.9px * 1.125);
    line-height: 1.3;}
.page-copy .row-sub{font-size: calc(15.9px * .875);
    color: #2E2A24;}
.page-copy .row-text{font-size: 15.9px;
    line-height: 1.83;
    color: #181410;}
.page-copy .row-more{margin-top: 4px;
    font-size: calc(15.9px * .875);color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.page-copy .public-view{margin: 0;
    font-size: calc(15.9px * .875);
    line-height: 1.83;
    color: #2E2A24;}
.page-copy .public-view a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.page-copy .public-view a:hover,
.page-copy .public-view a:focus-visible{color:inherit;}
@media (min-width: 720px) {.page-copy .focused-method{
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "tag tag"
            "title more"
            "sub sub"
            "text text";
        column-gap: 0.71rem;
        row-gap: 6px;
        align-items: baseline;
    }.page-copy .row-tag{ grid-area: tag; }.page-copy .row-title{ grid-area: title; }.page-copy .row-sub{ grid-area: sub; }.page-copy .row-text{ grid-area: text; }.page-copy .row-more{
        grid-area: more;
        margin-top: 0;
        white-space: nowrap;
    }
}
.secondary-figure{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.21rem;
    background:#F6F1E7;
    color:#181410;
  }
.secondary-figure .bottom-benefit{max-width:min(880px,60rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.71rem * 1.5);}
.secondary-figure h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.9rem,4.6vw,calc(15.9px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.secondary-figure .text-rail{padding-top:1.5rem;
    border-top:1px solid #DCD2BF;}
.secondary-figure p{margin:0;
    font-size:clamp(1rem,1.25vw,15.9px);
    line-height:1.78;
    color:#2E2A24;}
@media (max-width:640px){.secondary-figure h1{max-width:100%;}.secondary-figure{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.narrow-header{--layer-content:calc(1.5rem * 1.04);--mark-local:calc(880px / 2.28);--label-nav:calc(880px / 3.35);padding:calc(1.5rem * 2.4) 1.21rem;background:#F4E3D3;color:#3A1A08;}
.narrow-header .content-form{max-width:880px;margin:0 auto;}
.narrow-header h2,.narrow-header h3,.narrow-header p{margin:0;}
.narrow-header h2{font-size:calc(15.9px * 2);line-height:1.12;}
.narrow-header h3{font-size:calc(15.9px * 1.35);line-height:1.2;}
.narrow-header p{font-size:15.9px;line-height:1.83;color:color-mix(in srgb, currentColor 78%, transparent);}
.narrow-header .active-steps{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.narrow-header .simple-items{row-gap:calc(var(--layer-content) * 1.2);}
.narrow-header .text-rail{margin-top:1.5rem;}
.narrow-header .fresh-fields{display:flex;flex-direction:column;gap:var(--layer-content);margin-top:var(--layer-content);}
.narrow-header .main-items{min-width:0;padding-block-start:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.narrow-header .main-items p{margin-top:calc(1.5rem / 3);}
@media (min-width:720px){.narrow-header .fresh-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:calc(0.71rem * 1.4);row-gap:var(--layer-content);}
}
.direct-method{padding:calc(1.5rem * 2.4) 1.21rem;background:#EDE6D8;color:#2E2A24;}
.direct-method .content-form{max-width:880px;margin:0 auto;}
.direct-method .active-tile{margin-bottom:calc(0.71rem * 1.5);}
.direct-method .active-tile p{margin:0;font-size:calc(15.9px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.direct-method .active-tile h2{margin:0.71rem 0;font-size:calc(15.9px * 2);line-height:1.2;}
.direct-method .active-tile span{display:block;font-size:15.9px;line-height:1.83;}
.direct-method .visual-links{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.direct-method .visual-links article{border-top:1px solid #DCD2BF;padding-top:calc(1.5rem * .75);}
.direct-method .visual-links article:first-child{border-top:0;padding-top:0;}
.direct-method .text-fields{display:flex;align-items:baseline;gap:0.71rem;flex-wrap:wrap;margin-bottom:0.71rem;}
.direct-method .text-fields i{font-style:normal;font-size:calc(15.9px * .875);letter-spacing:0.05em;text-transform:uppercase;background:#F4E3D3;color:#3A1A08;padding:2px 8px;border-radius:0.28rem;}
.direct-method .text-fields h3{margin:0;font-size:calc(15.9px * 1.35);line-height:1.3;}
.direct-method .visual-links p{margin:0 0 0.71rem;font-size:15.9px;line-height:1.83;}
.direct-method .visual-links small{display:block;font-size:calc(15.9px * .875);font-weight:600;line-height:1.6;}
@media (min-width:720px){.direct-method .visual-links{gap:calc(0.71rem * 1.5);}.direct-method .visual-links article{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:calc(1.5rem * .75);align-items:start;}.direct-method .text-fields{flex-direction:column;align-items:flex-start;margin-bottom:0;}.direct-method .visual-links p{margin-top:0;}.direct-method .visual-links small{grid-column:2;}
    }
.featured-visual{--layer-content:calc(1.5rem * 1.35);--axis-static:calc(1.5rem / 1.6);padding:calc(1.5rem * 2.4) 1.21rem;background:#F6F1E7;color:#181410;}
.featured-visual .content-form{max-width:880px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-content);}
.featured-visual h1,.featured-visual h2,.featured-visual h3,.featured-visual p{margin:0;}
.featured-visual h2{font-size:calc(15.9px * 2);line-height:1.14;}
.featured-visual p{font-size:15.9px;line-height:1.83;}
.featured-visual a{text-decoration:underline;text-underline-offset:3px;}
.featured-visual a:hover{}
.featured-visual .public-content{display:flex;flex-direction:column;gap:var(--axis-static);}
.featured-visual .text-rail{color:color-mix(in srgb, currentColor 78%, transparent);}
.featured-visual .compact-wrap{display:flex;flex-direction:column;border-top:1px solid #DCD2BF;}
.featured-visual details{padding:calc(1.5rem * .75) 0;border-bottom:1px solid #DCD2BF;}
.featured-visual summary{cursor:pointer;font-weight:700;font-size:calc(15.9px * 1.125);line-height:1.3;list-style:none;display:flex;justify-content:space-between;align-items:flex-start;gap:0.71rem;}
.featured-visual summary::-webkit-details-marker{display:none;}
.featured-visual summary::after{content:"+";flex:0 0 auto;font-weight:400;font-size:calc(15.9px * 1.125);line-height:1;}
.featured-visual details[open] summary::after{content:"–";}
.featured-visual details p{margin-top:var(--axis-static);color:color-mix(in srgb, currentColor 80%, transparent);}
.featured-visual .public-view{padding-top:var(--axis-static);border-top:1px solid #DCD2BF;color:color-mix(in srgb, currentColor 82%, transparent);}
@media (max-width:640px){.featured-visual summary{font-size:15.9px;}
}
.open-flow{padding:calc(calc(1.5rem * 2.4)*.72) 1.21rem;background:#F6F1E7;color:#181410;}
.open-flow .bottom-benefit{max-width:min(880px,62rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(0.71rem * 1.5);}
.open-flow h1{margin:0;max-width:24ch;font-size:clamp(2rem,4.8vw,calc(15.9px * 2.65));line-height:1.06;font-weight:680;letter-spacing:0;}
.open-flow .flow{padding-top:1.5rem;border-top:1px solid #DCD2BF;}
.open-flow p{margin:0;font-size:clamp(1rem,1.24vw,15.9px);line-height:1.76;}
@media (max-width:640px){.open-flow{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.open-flow h1{max-width:100%;}
  }
.local-entries{padding:calc(1.5rem * 2.4) 1.21rem;background:var(--paint-light);color:var(--line-muted)}
.local-entries .content-group{max-width:880px;margin:0 auto}
.local-entries h2{max-width:20ch;margin:0;font-size:calc(15.9px * 2);line-height:1.1}
.local-entries .text-menu{margin:1.5rem 0 calc(0.71rem * 1.5);color:#CFC6B6;font-size:calc(15.9px * 1.125);line-height:1.83}
.local-entries .open-frame{margin:0;padding:0;list-style:none;border-top:1px solid #6B6255}
.local-entries .open-frame>li{display:flex;flex-wrap:wrap;gap:0.71rem;padding:calc(0.71rem * 1.5) 0;border-bottom:1px solid #6B6255}
.local-entries h3{flex:0 0 15rem;margin:0;font-size:calc(15.9px * 1.35);line-height:1.2}
.local-entries .open-frame p{flex:1 1 20rem;margin:0;color:#CFC6B6;line-height:1.83}
@media(max-width:680px){.local-entries h3{flex:1 1 100%}.local-entries .open-frame p{flex:1 1 100%}
}
.visual-block{
  --layer-content:calc(1.5rem * 1.15);
  --mark-static:1px solid #DCD2BF;
  padding:calc(1.5rem * 2.4) 1.21rem;
  background:#F6F1E7;
  color:#181410;
}
.visual-block .content-form{max-width:880px;
  margin:0 auto;}
.visual-block h2,
.visual-block h3,
.visual-block p{margin:0;}
.visual-block h2{font-size:calc(15.9px * 2);
  line-height:1.14;
  margin-top:calc(1.5rem / 3);}
.visual-block h3{font-size:calc(15.9px * 1.35);
  line-height:1.22;}
.visual-block p{font-size:15.9px;
  line-height:1.83;}
.visual-block .public-content{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);
  padding-bottom:calc(0.71rem * 1.5);
  border-bottom:var(--mark-static);}
.visual-block .public-view{font-size:calc(15.9px * .875);
  letter-spacing:.08em;
  text-transform:uppercase;}
.visual-block .text-rail{}
.visual-block .top-frame{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:calc(0.71rem * 1.5);}
.visual-block .main-items{min-width:0;
  padding:calc(0.71rem * 1.5) 0;
  border-bottom:var(--mark-static);}
.visual-block .main-items:first-child{padding-top:0;}
.visual-block .flow{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);}
.visual-block .flow p{}
.visual-block .open-details{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;
  border-radius:0.28rem;
  background:#C24A18;
  color:#FBF7EF;
  font-size:calc(15.9px * .875);
  text-decoration:none;
  transition:background 320ms var(--speed-soft);
}
.visual-block .open-details:hover{
  background:#A63C10;color:#181410;}
.visual-block .top-panel{margin-top:calc(0.71rem * 1.5);
  padding-top:calc(0.71rem * 1.5);
  border-top:var(--mark-static);
  font-size:calc(15.9px * .875);}
.visual-block .top-panel a{text-decoration:underline;
  text-underline-offset:3px;}
.visual-block .top-panel a:hover{}
@media (min-width:720px){.visual-block .main-items{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);
    gap:calc(0.71rem * 1.5);
    align-items:start;
  }.visual-block .main-items h3{
    position:sticky;
    top:1.5rem;
  }
}
.clear-unit{--layer-content:calc(1.5rem * 1.15);--mark-static:#DCD2BF;padding:calc(1.5rem * 2.4) 1.21rem;background:#F6F1E7;color:#181410;}
.clear-unit .content-form{max-width:880px;margin:0 auto;}
.clear-unit h2,.clear-unit h3,.clear-unit p{margin:0;}
.clear-unit h2{font-size:calc(15.9px * 2);line-height:1.14;}
.clear-unit h3{font-size:calc(15.9px * 1.35);line-height:1.22;}
.clear-unit p{font-size:15.9px;line-height:1.83;}
.clear-unit .public-content{display:flex;flex-direction:column;gap:calc(1.5rem / 2);padding-bottom:calc(0.71rem * 1.5);border-bottom:1px solid var(--mark-static);}
.clear-unit .public-view{font-size:calc(15.9px * .875);letter-spacing:.04em;text-transform:uppercase;color:#2E2A24;}
.clear-unit .text-rail{color:#2E2A24;}
.clear-unit .top-frame{display:flex;flex-direction:column;margin-top:calc(0.71rem * 1.5);}
.clear-unit .main-items{padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--mark-static);}
.clear-unit .main-items:first-child{padding-top:0;}
.clear-unit .main-items:last-child{border-bottom:0;padding-bottom:0;}
.clear-unit .main-items p{margin-top:calc(1.5rem / 3);color:#2E2A24;}
.clear-unit .top-panel{margin-top:calc(0.71rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid var(--mark-static);font-size:calc(15.9px * .875);color:#2E2A24;}
.clear-unit .top-panel a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.clear-unit .top-panel a:hover{color:inherit;}
@media (min-width:720px){.clear-unit .top-frame{display:grid;grid-template-columns:1fr 1fr;column-gap:1.21rem;}.clear-unit .main-items{padding:calc(1.5rem * .75) 0;}.clear-unit .main-items:nth-child(odd){padding-right:1.21rem;border-right:1px solid var(--mark-static);}.clear-unit .main-items:nth-child(even){padding-left:1.21rem;}.clear-unit .main-items:nth-last-child(-n+2){border-bottom:0;padding-bottom:0;}
}
.open-service{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.21rem;
    background:#F6F1E7;
    color:#181410;
  }
.open-service .bottom-benefit{max-width:min(880px,58rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.71rem * 1.5);}
.open-service h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.9rem,4.6vw,calc(15.9px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:-0.005em;}
.open-service .text-rail{padding-top:1.5rem;
    border-top:1px solid #DCD2BF;}
.open-service .text-rail p{margin:0;
    font-size:clamp(1rem,1.22vw,15.9px);
    line-height:1.78;}
@media (max-width:640px){.open-service h1{max-width:100%;}.open-service{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}
  }
.plain-figure{padding:calc(1.5rem * 2.4) 1.21rem;background:#F4E3D3;color:#3A1A08}
.plain-figure .content-form{max-width:880px;margin:0 auto}
.plain-figure .primary-brand{display:flex;gap:calc(0.71rem * 1.5);align-items:flex-start}
.plain-figure .text-rail{flex:0 1 30rem;min-width:0;position:sticky;top:1.5rem}
.plain-figure h2{margin:0;font-size:calc(15.9px * 2);line-height:1.08}
.plain-figure .text-rail p{margin:1.5rem 0 0;font-size:15.9px;line-height:1.83}
.plain-figure .text-rail .public-view{margin-top:calc(1.5rem * .75);font-size:calc(15.9px * .875);padding-left:calc(1.5rem * .75);border-left:2px solid #3A1A08}
.plain-figure .top-frame{flex:1 1 44rem;min-width:0;display:flex;flex-direction:column;gap:calc(0.71rem * 1.5)}
.plain-figure .main-items{padding:0 0 calc(0.71rem * 1.5);border-bottom:1px solid color-mix(in srgb,#3A1A08 25%,transparent)}
.plain-figure .main-items:last-child{border-bottom:0;padding-bottom:0}
.plain-figure strong{display:block;font-size:calc(15.9px * 1.35);line-height:1.2}
.plain-figure .main-items p{margin:calc(1.5rem * .75) 0 0;line-height:1.83}
@media(max-width:780px){.plain-figure .primary-brand{display:block}.plain-figure .text-rail{position:static}.plain-figure .top-frame{margin-top:calc(0.71rem * 1.5)}.plain-figure h2{font-size:calc(15.9px * 1.35)}}
.direct-block{
        --layer-content: calc(1.5rem * 1.18);
        padding: calc(1.5rem * 2.4) 1.21rem;
        background: #F6F1E7;
        color: #181410;
    }
.direct-block .content-form{max-width: 880px;
        margin: 0 auto;}
.direct-block h2,
    .direct-block h3,
    .direct-block p{margin: 0;}
.direct-block h2{font-size: calc(15.9px * 2);
        line-height: 1.14;}
.direct-block h3{font-size: calc(15.9px * 1.35);
        line-height: 1.22;}
.direct-block p{font-size: 15.9px;
        line-height: 1.83;}
.direct-block .bottom-proof{padding-inline-start: calc(1.21rem / 2);}
.direct-block .simple-items{row-gap: calc(var(--layer-content) * 1.1);}
.direct-block .featured-service{padding-block: calc(var(--layer-content) / 2);}
.direct-block .text-rail{margin-top: 1.5rem;
        color: #2E2A24;}
.direct-block .top-frame{display: flex;
        flex-direction: column;
        gap: var(--layer-content);
        margin-top: var(--layer-content);}
.direct-block .main-items{min-width: 0;
        padding-block-start: calc(calc(1.5rem * .75) / 1.6);
        border-top: 1px solid #DCD2BF;}
.direct-block .main-items p{margin-top: calc(1.5rem / 3);}
.direct-block .top-panel{margin-top: var(--layer-content);
        padding-block-start: calc(calc(1.5rem * .75) / 1.4);
        border-top: 1px solid #DCD2BF;
        font-size: calc(15.9px * .875);}
.direct-block .top-panel a{color:inherit;
        text-decoration: none;
        border-bottom: 1px solid currentColor;}
.direct-block .top-panel a:hover{color:inherit;}
.soft-brand{padding:calc(calc(1.5rem * 2.4)*.72) 1.21rem;background:#F6F1E7;color:#181410;}
.soft-brand .bottom-benefit{max-width:min(880px,60rem);margin:0 auto;display:flex;flex-direction:column;gap:clamp(1rem,2vw,calc(0.71rem * 1.5));}
.soft-brand h1{margin:0;max-width:20ch;font-size:clamp(1.9rem,4.6vw,calc(15.9px * 2.65));line-height:1.08;font-weight:680;letter-spacing:0;}
.soft-brand .text-rail{padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid #DCD2BF;}
.soft-brand .text-rail p{margin:0;font-size:clamp(1rem,1.24vw,15.9px);line-height:1.76;color:#2E2A24;}
@media (max-width:640px){.soft-brand{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.soft-brand h1{max-width:100%;}
  }
.steady-items{padding:calc(1.5rem * 2.4) 1.21rem;background:linear-gradient(135deg, #F6F1E7 0%, #EFE6D4 55%, #E7D9C2 100%);color:#181410;}
.steady-items .content-form{max-width:880px;margin:0 auto;}
.steady-items .active-tile{margin-bottom:calc(0.71rem * 1.5);}
.steady-items .active-tile p{margin:0;font-weight:700;font-size:calc(15.9px * .875);letter-spacing:.02em;text-transform:uppercase;opacity:.85;}
.steady-items .active-tile h2{margin:1.21rem 0 0;font-size:calc(15.9px * 2);line-height:1.2;}
.steady-items .process{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);}
.steady-items .main-items{flex:1 1 260px;border-radius:0.56rem;border:1px solid #DCD2BF;background:#FBF7EF;color:#181410;padding:calc(1.5rem * .75);box-shadow:0 0px 2px rgba(0,0,0,0.08);}
.steady-items .narrow-menu{display:inline-block;font-size:calc(15.9px * .875);font-weight:700;color:#3A1A08;background:#F4E3D3;border-radius:0.28rem;padding:2px 8px;}
.steady-items .main-items h3{margin:1.21rem 0;font-size:calc(15.9px * 1.35);line-height:1.3;}
.steady-items .main-items p{margin:0 0 1.21rem;}
.steady-items .main-items p.line{margin:0;}
.steady-items .top-panel{display:inline-block;margin-top:1.21rem;font-weight:700;text-decoration:none;border-bottom:1px solid #C24A18;}
.steady-items .top-panel:hover{border-bottom-color:#F4E3D3;}
.steady-items .public-view{margin-top:calc(0.71rem * 1.5);padding-top:calc(0.71rem * 1.5);border-top:1px solid #DCD2BF;}
.steady-items .public-view p{margin:0 0 1.21rem;}
.steady-items .public-view p.next{margin:0;}
.steady-items .public-view a{text-decoration:none;border-bottom:1px solid #C24A18;}
.steady-items .public-view a:hover{border-bottom-color:#F4E3D3;}
.steady-section{--layer-content:calc(1.5rem * 0.95);--mark-local:calc(880px / 2.75);padding:calc(1.5rem * 2.4) 1.21rem;background:#F6F1E7;color:#181410;}
.steady-section .content-form{max-width:880px;margin:0 auto;}
.steady-section h1,.steady-section h2,.steady-section h3,.steady-section p{margin:0;}
.steady-section h2{font-size:calc(15.9px * 2);line-height:1.14;}
.steady-section h3{font-size:calc(15.9px * 1.35);line-height:1.22;}
.steady-section p{font-size:15.9px;line-height:1.83;color:#2E2A24;}
.steady-section a{color:inherit;text-decoration:none;}
.steady-section a:hover{color:inherit;}
.steady-section .public-view{font-size:calc(15.9px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#2E2A24;}
.steady-section .text-rail{margin-top:calc(1.5rem / 2);}
.steady-section .open-details{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.28rem;background:#C24A18;color:#FBF7EF;}
.steady-section .open-details:hover{background:#A63C10;color:#FBF7EF;}
.steady-section .top-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.71rem;margin-top:var(--layer-content);}
.steady-section .main-items{flex:1 1 calc(880px / 4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid #DCD2BF;}
.steady-section .main-items p{margin-top:calc(1.5rem / 3);}
.steady-section .strong-headline{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.71rem;}
.steady-section .strong-headline>.flow{flex:1 1 auto;min-width:0;}
.steady-section .strong-headline>.open-details{flex:0 0 auto;}
.steady-section .strong-headline>.top-frame{flex:1 1 100%;}
.steady-section .flow h2{margin-top:calc(1.5rem / 2);}
.steady-section .text-fields{flex:1 1 100%;margin-top:var(--layer-content);font-size:calc(15.9px * .875);color:#2E2A24;}
.content-figure{--layer-content:calc(1.5rem * 1.12);--mark-local:calc(880px / 2.15);padding:calc(1.5rem * 2.4) 1.21rem;background:#C24A18;color:#FBF7EF;}
.content-figure .content-form{max-width:880px;margin:0 auto;}
.content-figure h1,.content-figure h2,.content-figure h3,.content-figure p{margin:0;}
.content-figure h2{font-size:calc(15.9px * 2);line-height:1.12;}
.content-figure p{font-size:15.9px;line-height:1.83;color:color-mix(in srgb, currentColor 74%, transparent);}
.content-figure a{color:inherit;text-decoration:none;}
.content-figure .open-details{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.28rem;background:#FBF7EF;color:#C24A18;}
.content-figure .public-view{font-size:calc(15.9px * .875);letter-spacing:0.06em;text-transform:uppercase;}
.content-figure .top-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.71rem;margin-top:var(--layer-content);}
.content-figure .main-items{flex:1 1 calc(880px / 4);min-width:0;}
.content-figure .main-items .text-fields{font-size:calc(15.9px * .875);letter-spacing:0.04em;text-transform:uppercase;color:inherit;margin-bottom:calc(1.5rem / 3);}
.content-figure .strong-headline{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.71rem;}
.content-figure .strong-headline>.flow{flex:1 1 auto;min-width:0;}
.content-figure .strong-headline>.open-details{flex:0 0 auto;}
.content-figure .strong-headline>.top-frame{flex:1 1 100%;}
.content-figure .flow h2{margin-top:calc(1.5rem / 2);}
.featured-links{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.21rem;
    background:#F6F1E7;
    color:#181410;
  }
.featured-links .bottom-benefit{max-width:min(880px,54rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(0.71rem * 1.5));}
.featured-links h1{margin:0;
    max-width:24ch;
    font-size:clamp(1.9rem,4.6vw,calc(15.9px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:-0.005em;}
.featured-links .text-rail{padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #DCD2BF;}
.featured-links p{margin:0;
    font-size:clamp(1rem,1.24vw,15.9px);
    line-height:1.72;
    color:#2E2A24;}
@media (max-width:640px){.featured-links h1{max-width:100%;}.featured-links{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}
  }
.steady-header{padding:calc(1.5rem * 2.4) 1.21rem;background:#EDE6D8;color:#2E2A24}
.steady-header .content-form{max-width:880px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.71rem * 1.5)}
.steady-header .active-tile{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.steady-header h2{margin:0;font-size:calc(15.9px * 2);line-height:1.15}
.steady-header .active-tile p{margin:0;font-size:15.9px;line-height:1.83}
.steady-header .primary-steps{display:flex;flex-wrap:wrap;gap:0.71rem}
.steady-header .primary-steps>*{flex:1 1 15rem;min-width:0;background:#FBF7EF;color:#181410;border:1px solid #DCD2BF;border-radius:0.56rem;padding:calc(1.5rem * .75);text-decoration:none;overflow-wrap:anywhere}
.steady-header .primary-steps span{display:block;margin-bottom:0.35rem;font-size:calc(15.9px * .875);}
.steady-header .primary-steps strong{display:block;font-size:calc(15.9px * 1.125);line-height:1.3;font-weight:600}
.steady-header a.channels-link{}
.steady-header .process{display:flex;flex-direction:column;gap:calc(0.71rem * 1.5);border-top:1px solid #DCD2BF;padding-top:calc(0.71rem * 1.5)}
.steady-header .focused-method{display:flex;flex-direction:column;gap:0.35rem}
.steady-header .text-fields{font-size:calc(15.9px * .875);letter-spacing:0.02em;text-transform:uppercase;}
.steady-header .focused-method p{margin:0;font-size:15.9px;line-height:1.83}
.steady-header .open-details{display:flex;flex-wrap:wrap;gap:0.71rem}
.steady-header .top-panel{display:inline-block;padding:0.7rem 1.1rem;border-radius:0.36rem;background:#C24A18;color:#FBF7EF;text-decoration:none;font-size:15.9px}
.steady-header .top-panel:hover{background:#A63C10;color:#181410;}
.steady-header .top-panel.ghost{background:transparent;color:#181410;border:1px solid #DCD2BF}
.steady-header .top-panel.ghost:hover{background:color-mix(in srgb, currentColor 10%, transparent);color:#181410;}
@media(max-width:620px){.steady-header .primary-steps{flex-direction:column}.steady-header .open-details{flex-direction:column;align-items:stretch}.steady-header .top-panel{text-align:center}
}
.narrow-steps{
    padding:calc(1.5rem * 2.4) 1.21rem;
    background:#EDE6D8;
    color:#2E2A24;
}
.narrow-steps .content-form{max-width:880px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.71rem * 1.5);}
.narrow-steps .text-rail h2{margin:0 0 1.5rem;
    font-size:calc(15.9px * 2);
    line-height:1.25;}
.narrow-steps .text-rail p{margin:0;
    font-size:15.9px;
    line-height:1.83;}
.narrow-steps .site-stack{display:flex;
    flex-direction:column;
    gap:0.71rem;}
.narrow-steps .top-panel{
    padding:1.5rem 1.21rem;
    background:#FBF7EF;
    color:#181410;
    border:1px solid #DCD2BF;
    border-radius:0.36rem;
    box-shadow:0 0px 2px rgba(0,0,0,0.08);
}
.narrow-steps .top-panel h3{margin:0 0 0.4rem;
    font-size:calc(15.9px * 1.35);
    line-height:1.3;}
.narrow-steps .top-panel p{margin:0;
    font-size:15.9px;
    line-height:1.83;}
.narrow-steps .top-panel a{color:inherit;
    text-decoration:underline;
    text-underline-offset:2px;}
.narrow-steps .top-panel a:hover{color:inherit;}
.narrow-steps .clear-flow{padding-top:1.5rem;
    border-top:1px solid #DCD2BF;}
.narrow-steps .clear-flow p{margin:0;
    font-size:calc(15.9px * .875);
    line-height:1.83;}
.narrow-steps .clear-flow a{color:inherit;
    text-decoration:underline;
    text-underline-offset:2px;}
.narrow-steps .clear-flow a:hover{color:inherit;}
@media (max-width:700px){.narrow-steps .top-panel{
        padding:1.5rem 1.21rem;
    }
}
.primary-stack{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.21rem;
    background:#F6F1E7;
    color:#181410;
  }
.primary-stack .bottom-benefit{max-width:min(880px,60rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(0.71rem * 1.5));}
.primary-stack h1{margin:0;
    max-width:22ch;
    font-size:clamp(2rem,4.6vw,calc(15.9px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.primary-stack .text-rail{padding-top:clamp(.8rem,1.6vw,1.5rem);
    border-top:1px solid #DCD2BF;}
.primary-stack p{margin:0;
    font-size:clamp(1rem,1.24vw,15.9px);
    line-height:1.76;}
@media (max-width:640px){.primary-stack h1{max-width:100%;}.primary-stack{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.text-shell{padding:calc(1.5rem * 2.4) 1.21rem;background:#F6F1E7;color:#181410}
.text-shell .content-form{max-width:min(880px,54rem);margin:0 auto}
.text-shell .public-content{display:flex;flex-direction:column;gap:1.5rem}
.text-shell h2{margin:0;font-size:calc(15.9px * 2);line-height:1.1}
.text-shell .public-content p{margin:0;color:#2E2A24;line-height:1.83}
.text-shell .fresh-headline{margin-top:calc(0.71rem * 1.5);border-top:1px solid #DCD2BF}
.text-shell details{padding:1.5rem 0;border-bottom:1px solid #DCD2BF}
.text-shell summary{cursor:pointer;font-size:calc(15.9px * 1.35);line-height:1.2;list-style:none}
.text-shell summary::-webkit-details-marker{display:none}
.text-shell summary::after{content:"+";float:right;color:inherit;font-size:15.9px}
.text-shell details[open] summary::after{content:"–"}
.text-shell details p{margin:1.5rem 0 0;color:#2E2A24;line-height:1.83}
@media(max-width:720px){.text-shell .fresh-headline{margin-top:calc(1.5rem * .75)}.text-shell summary{font-size:15.9px}
}
.bottom-feature{--layer-content:calc(1.5rem * 1.35);--mark-local:calc(880px / 2.20);padding:calc(1.5rem * 2.4) 1.21rem;background:#C24A18;color:#FBF7EF;}
.bottom-feature .content-form{max-width:880px;margin:0 auto;}
.bottom-feature h1,.bottom-feature h2,.bottom-feature h3,.bottom-feature p{margin:0;}
.bottom-feature h1{font-size:calc(15.9px * 2.65);line-height:1.08;}
.bottom-feature h2{font-size:calc(15.9px * 2);line-height:1.12;}
.bottom-feature h3{font-size:calc(15.9px * 1.35);line-height:1.2;}
.bottom-feature p{font-size:15.9px;line-height:1.83;color:color-mix(in srgb, currentColor 78%, transparent);}
.bottom-feature a{color:inherit;text-decoration:none;}
.bottom-feature .open-details{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.28rem;background:#FBF7EF;color:#C24A18;}
.bottom-feature .public-view{font-size:calc(15.9px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 66%, transparent);}
.bottom-feature .text-rail{margin-top:calc(1.5rem / 2);}
.bottom-feature .top-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.71rem;margin-top:var(--layer-content);}
.bottom-feature .main-items{flex:1 1 calc(880px / 4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 24%, transparent);}
.bottom-feature .main-items p,.bottom-feature .main-items a{margin-top:calc(1.5rem / 3);}
.bottom-feature .main-items a{display:inline-block;font-size:calc(15.9px * .875);border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.bottom-feature .strong-headline{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.71rem;}
.bottom-feature .strong-headline>.flow{flex:1 1 auto;min-width:0;}
.bottom-feature .strong-headline>.open-details{flex:0 0 auto;}
.bottom-feature .strong-headline>.top-frame{flex:1 1 100%;}
.bottom-feature .flow h2{margin-top:calc(1.5rem / 2);}
.bottom-feature .top-panel{flex:1 1 100%;margin-top:var(--layer-content);font-size:calc(15.9px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
.bottom-feature .top-panel a{border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.bottom-lead{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.21rem;
    background:#F6F1E7;
    color:#181410;
  }
.bottom-lead .bottom-benefit{max-width:min(880px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(0.71rem * 1.5));}
.bottom-lead h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,4.8vw,calc(15.9px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.005em;}
.bottom-lead .steady-visual{padding-top:clamp(.75rem,1.5vw,1.5rem);
    border-top:1px solid #DCD2BF;}
.bottom-lead p{margin:0;
    font-size:clamp(1rem,1.22vw,15.9px);
    line-height:1.78;
    color:#2E2A24;}
@media (max-width:640px){.bottom-lead h1{max-width:100%;}.bottom-lead{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}
  }
.active-track{
  background:#F6F1E7;
  color:#181410;
  padding:calc(1.5rem * 2.4) 1.21rem;
}
.active-track .content-form{max-width:880px;
  margin:0 auto;}
.active-track .bottom-details{display:flex;
  flex-direction:column;
  gap:1.5rem;}
.active-track .active-steps{margin:0;
  color:#2E2A24;
  font-size:calc(15.9px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;}
.active-track h2{margin:0;
  font-size:calc(15.9px * 2);
  line-height:1.15;}
.active-track .top-brand{margin-top:calc(0.71rem * 1.5);
  display:flex;
  flex-direction:column;}
.active-track .main-items{display:grid;
  grid-template-columns:14rem 1fr;
  gap:0.71rem;
  padding:1.5rem 0;}
.active-track .main-items + .main-items{border-top:1px solid #DCD2BF;}
.active-track .main-items strong{font-size:15.9px;
  line-height:1.3;}
.active-track .main-items span{color:#2E2A24;
  line-height:1.83;}
@media (max-width:640px){.active-track .main-items{
    grid-template-columns:1fr;
    gap:.4rem;
  }
}
.media-quote{--layer-content:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.21rem;background:#F6F1E7;color:#181410;}
.media-quote .content-form{max-width:880px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-content);}
.media-quote h1,.media-quote h2,.media-quote h3,.media-quote p{margin:0;}
.media-quote h2{font-size:calc(15.9px * 2);line-height:1.14;}
.media-quote h3{font-size:calc(15.9px * 1.35);line-height:1.22;}
.media-quote p{font-size:15.9px;line-height:1.83;}
.media-quote a{color:inherit;text-decoration:none;}
.media-quote .active-tile{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.media-quote .public-view{font-size:calc(15.9px * .875);letter-spacing:0.08em;text-transform:uppercase;opacity:0.7;}
.media-quote .text-rail{font-size:calc(15.9px * 1.125);line-height:1.6;}
.media-quote .process{display:flex;flex-direction:column;gap:0;border-top:1px solid #DCD2BF;}
.media-quote .main-items{padding:calc(0.71rem * 1.5) 0;border-bottom:1px solid #DCD2BF;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.media-quote .wide-proof{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:0.71rem;padding-top:calc(1.5rem / 2);}
.media-quote .wide-proof p{flex:1 1 22rem;min-width:0;}
.media-quote .open-details{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.28rem;background:#C24A18;color:#FBF7EF;}
.media-quote .open-details:hover{background:#A63C10;color:#181410;}
@media (min-width:720px){.media-quote .process{display:grid;grid-template-columns:1fr 1fr;column-gap:1.21rem;}.media-quote .main-items:nth-child(odd){padding-right:1.21rem;}.media-quote .main-items:nth-child(even){padding-left:1.21rem;}.media-quote .main-items:last-child{grid-column:1 / -1;}
}
.page-intro{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.21rem;
    background:#F6F1E7;
    color:#181410;
  }
.page-intro .bottom-benefit{max-width:min(880px,58rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(0.71rem * 1.5));}
.page-intro h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,4.6vw,calc(15.9px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.01em;}
.page-intro .text-rail{padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #DCD2BF;}
.page-intro .text-rail p{margin:0;
    font-size:clamp(1rem,1.22vw,15.9px);
    line-height:1.72;
    color:#2E2A24;}
@media (max-width:640px){.page-intro h1{max-width:100%;}.page-intro{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.offer-method{--layer-content:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 1.21rem;background:#F6F1E7;color:#181410;}
.offer-method .content-form{max-width:880px;margin:0 auto;}
.offer-method h2,.offer-method h3,.offer-method p{margin:0;}
.offer-method h2{font-size:calc(15.9px * 2);line-height:1.14;}
.offer-method h3{font-size:calc(15.9px * 1.35);line-height:1.25;}
.offer-method p{font-size:15.9px;line-height:1.83;}
.offer-method .public-content{display:flex;flex-wrap:wrap;gap:0.71rem;align-items:flex-start;}
.offer-method .public-content>h2{flex:1 1 calc(880px / 2.6);min-width:0;}
.offer-method .public-content>.text-rail{flex:1 1 calc(880px / 2.6);min-width:0;color:#2E2A24;}
.offer-method .top-frame{display:flex;flex-wrap:wrap;gap:var(--layer-content);margin-top:calc(1.5rem * 1.4);}
.offer-method .main-items{flex:1 1 calc(880px / 3.2);min-width:0;padding-top:calc(calc(1.5rem * .75) * .9);border-top:1px solid #DCD2BF;}
.offer-method .main-items p{margin-top:calc(1.5rem / 2.4);color:#2E2A24;}
.offer-method .top-panel{display:flex;flex-wrap:wrap;align-items:center;gap:0.71rem;margin-top:calc(1.5rem * 1.6);padding-top:calc(1.5rem * .75);border-top:1px solid #DCD2BF;}
.offer-method .top-panel .public-view{flex:1 1 calc(880px / 2.4);min-width:0;color:#2E2A24;}
.offer-method .open-details{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.28rem;background:#C24A18;color:#FBF7EF;text-decoration:none;}
.offer-method .open-details:hover{background:#A63C10;color:#181410;}
.offer-method .open-actions{color:inherit;text-decoration:none;font-size:calc(15.9px * .875);}
.offer-method .open-actions:hover{color:inherit;}
@media (max-width:720px){.offer-method .main-items{flex:1 1 100%;}.offer-method .top-panel{flex-direction:column;align-items:flex-start;}
}
.site-form{padding:calc(1.5rem * 2.4) 1.21rem;background:#F4E3D3;color:#3A1A08}
.site-form .content-form{max-width:880px;margin:0 auto}
.site-form .text-track{display:flex;align-items:flex-end;justify-content:space-between;gap:calc(0.71rem * 1.5);margin-bottom:calc(0.71rem * 1.5);padding-bottom:1.5rem;border-bottom:1px solid #DCD2BF}
.site-form .text-track p{margin:0;font-size:calc(15.9px * 1.125);line-height:1.83}
.site-form h2{margin:0;font-size:calc(15.9px * 2);line-height:1.05;text-align:right;flex:0 0 auto;max-width:14ch}
.site-form .strong-inner{display:flex;flex-wrap:wrap;gap:calc(0.71rem * 1.5) 0.71rem}
.site-form [data-cluster]{flex:1 1 20rem;max-width:34rem;padding-top:calc(1.5rem * .75);border-top:1px solid #DCD2BF}
.site-form h3{margin:0;font-size:calc(15.9px * 1.35);line-height:1.25}
.site-form [data-cluster] p{margin:calc(1.5rem * .75) 0 0;font-size:15.9px;line-height:1.83}
@media(max-width:680px){.site-form .text-track{display:block}.site-form h2{margin-top:1.5rem;text-align:left;max-width:none}.site-form [data-cluster]{flex:1 1 100%;max-width:none}
}
.soft-feature{
  background:#F6F1E7;
  color:#181410;
  padding:calc(1.5rem * 2.4) 1.21rem;
}
.soft-feature .content-form{max-width:880px;
  margin:0 auto;}
.soft-feature .public-content{display:block;}
.soft-feature h2{margin:0;
  font-size:calc(15.9px * 2);
  line-height:1.1;
  letter-spacing:0;}
.soft-feature .public-content p{margin:1.5rem 0 0;
  color:#2E2A24;
  font-size:calc(15.9px * 1.125);
  line-height:1.83;}
.soft-feature .top-brand{margin-top:calc(0.71rem * 1.5);
  display:flex;
  flex-direction:column;}
.soft-feature .main-items{display:flex;
  flex-wrap:wrap;
  gap:0.71rem;
  align-items:baseline;
  padding:1.5rem 0;
  border-top:1px solid #DCD2BF;}
.soft-feature .main-items:last-child{border-bottom:1px solid #DCD2BF;}
.soft-feature .main-items strong{flex:0 0 15rem;
  min-width:0;
  font-size:15.9px;
  line-height:1.35;}
.soft-feature .main-items span{flex:1 1 18rem;
  min-width:0;
  color:#2E2A24;
  line-height:1.83;}
.soft-feature .top-panel{margin:calc(0.71rem * 1.5) 0 0;
  font-size:calc(15.9px * .875);
  color:#2E2A24;
  line-height:1.83;}
.soft-feature .top-panel a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.soft-feature .top-panel a:hover{color:inherit;}
@media (max-width:620px){.soft-feature .main-items{
    display:block;
  }.soft-feature .main-items strong{
    display:block;
  }.soft-feature .main-items span{
    display:block;
    margin-top:.4rem;
  }
}
.wide-stack{padding:calc(calc(1.5rem * 2.4)*.78) 1.21rem calc(calc(1.5rem * 2.4)*.62);background:#F6F1E7;color:#181410;}
.wide-stack .bottom-benefit{max-width:min(880px,60rem);margin:0 auto;display:flex;flex-direction:column;gap:clamp(1rem,2vw,calc(0.71rem * 1.5));}
.wide-stack h1{margin:0;max-width:22ch;font-size:clamp(1.9rem,4.8vw,calc(15.9px * 2.65));line-height:1.08;font-weight:640;letter-spacing:-0.01em;}
.wide-stack .text-rail{padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid #DCD2BF;}
.wide-stack p{margin:0;font-size:clamp(1rem,1.22vw,15.9px);line-height:1.78;color:#2E2A24;}
@media (max-width:640px){.wide-stack{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.wide-stack h1{max-width:100%;}
  }
.strong-visual{--layer-content:calc(1.5rem * 1.18);--label-nav:calc(880px / 3.40);padding:calc(1.5rem * 2.4) 1.21rem;background:var(--paint-light);color:var(--line-muted);}
.strong-visual .content-form{max-width:880px;margin:0 auto;}
.strong-visual h2,.strong-visual h3,.strong-visual p{margin:0;}
.strong-visual h2{font-size:calc(15.9px * 2);line-height:1.14;}
.strong-visual h3{font-size:calc(15.9px * 1.35);line-height:1.22;}
.strong-visual p{font-size:15.9px;line-height:1.83;color:inherit;}
.strong-visual .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.71rem;}
.strong-visual .row-title h2{flex:1 1 calc(880px / 3);min-width:0;}
.strong-visual .row-title>p{flex:1 1 calc(880px / 3);min-width:0;}
.strong-visual .soft-intro{padding-block-end:calc(var(--layer-content) / 3);}
.strong-visual .wide-proof{row-gap:calc(var(--layer-content) * .7);}
.strong-visual .top-frame{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--layer-content);margin-top:var(--layer-content);}
.strong-visual .main-items{flex:1 1 var(--label-nav);min-width:0;padding-block-start:calc(1.5rem / 2);border-top:1px solid #DCD2BF;}
.strong-visual .main-items p{margin-top:calc(1.5rem / 3);}
.quiet-region{
        padding:calc(1.5rem * 2.4) 1.21rem;
        background:#F6F1E7;
        color:#181410;
    }
.quiet-region .content-form{max-width:880px;
        margin:0 auto;}
.quiet-region .public-content{margin-bottom:calc(0.71rem * 1.5);}
.quiet-region .public-content h2{margin:0 0 1.5rem;
        font-size:calc(15.9px * 2);
        line-height:1.2;}
.quiet-region .public-content .text-rail{margin:0;
        font-size:calc(15.9px * 1.125);
        line-height:1.83;}
.quiet-region .clear-rail{display:flex;
        flex-direction:column;
        gap:calc(1.5rem * .75);}
.quiet-region .focused-method{
        display:flex;
        flex-wrap:wrap;
        gap:0.71rem;
        padding:calc(1.5rem * .75);
        border:1px solid #DCD2BF;
        border-radius:0.36rem;
        background:#FBF7EF;
        color:#181410;
    }
.quiet-region .focused-method .narrow-menu{
        flex:0 0 auto;
        align-self:flex-start;
        padding:4px 10px;
        border-radius:0.28rem;
        background:#F4E3D3;
        color:#3A1A08;
        font-size:calc(15.9px * .875);
        letter-spacing:0.02em;
    }
.quiet-region .focused-method .flow{flex:1 1 320px;
        min-width:0;}
.quiet-region .focused-method h3{margin:0 0 6px;
        font-size:calc(15.9px * 1.35);
        line-height:1.3;}
.quiet-region .focused-method p{margin:0;
        line-height:1.83;}
.quiet-region .public-view{
        margin-top:calc(0.71rem * 1.5);
        padding:calc(1.5rem * .75);
        border-left:3px solid #C24A18;
        background:#EDE6D8;
        color:#2E2A24;
        border-radius:0.28rem;
    }
.quiet-region .public-view p{margin:0;
        line-height:1.83;}
@media (max-width:640px){.quiet-region .focused-method{
            flex-direction:column;
        }
    }
.local-track{padding:calc(calc(1.5rem * 2.4)*.72) 1.21rem calc(calc(1.5rem * 2.4)*.58);background:#F6F1E7;color:#181410;}
.local-track .bottom-benefit{max-width:880px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.71rem * 1.5);}
.local-track h1{margin:0;max-width:22ch;font-size:clamp(1.95rem,5vw,calc(15.9px * 2.65));line-height:1.06;font-weight:680;letter-spacing:-0.01em;}
.local-track .text-rail{padding-top:1.5rem;border-top:1px solid #DCD2BF;}
.local-track p{margin:0;font-size:clamp(1rem,1.3vw,15.9px);line-height:1.74;color:#2E2A24;}
@media (max-width:640px){.local-track{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.44);}.local-track h1{max-width:100%;}
  }
.main-headline{background:#C24A18;color:#FBF7EF;padding:calc(1.5rem * 2.4) 1.21rem}
.main-headline .content-form{max-width:880px;margin:0 auto}
.main-headline .process{display:flex;align-items:flex-start;gap:calc(0.71rem * 1.5)}
.main-headline .narrow-inner{flex:0 1 28rem;min-width:0}
.main-headline h2{margin:0;font-size:clamp(calc(15.9px * 2),5vw,calc(15.9px * 2.65));line-height:1.08;letter-spacing:0}
.main-headline p{margin:1.5rem 0 0;font-size:calc(15.9px * 1.125);line-height:1.65}
.main-headline .top-frame{flex:1 1 32rem;min-width:0;margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:0.71rem}
.main-headline .main-items{flex:1 1 16rem;min-width:0;padding:calc(1.5rem * .75);background:#FBF7EF;color:#181410;border:1px solid #DCD2BF;border-radius:0.36rem}
.main-headline strong{display:block;font-size:15.9px;letter-spacing:0.01em}
.main-headline .text-fields,.main-headline a{display:block;margin-top:calc(calc(1.5rem * .75)*.4);line-height:1.55;font-size:calc(15.9px * .875)}
.main-headline a{text-decoration:none;word-break:break-word}
.main-headline a:hover{}
@media(max-width:760px){.main-headline .process{flex-direction:column}.main-headline .narrow-inner{flex-basis:auto}}
.featured-body{
    padding:calc(1.5rem * 2.4) 1.21rem;
    background:#EDE6D8;
    color:#2E2A24;
}
.featured-body .content-form{max-width:880px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.71rem * 1.5);}
.featured-body .text-rail h3{margin:0 0 0.71rem;
    font-size:calc(15.9px * 1.35);}
.featured-body .text-rail p{margin:0;
    font-size:15.9px;
    line-height:1.83;}
.featured-body .top-brand{display:flex;
    flex-wrap:wrap;
    gap:0.71rem;}
.featured-body .main-items{
    flex:1 1 240px;
    min-width:220px;
    padding:calc(1.5rem * .75);
    background:#FBF7EF;
    color:#181410;
    border:1px solid #DCD2BF;
    border-radius:0.56rem;
    box-shadow:0 0px 2px rgba(0,0,0,0.08);
}
.featured-body .main-items h3{margin:0 0 6px;
    font-size:15.9px;}
.featured-body .main-items p{margin:0;
    font-size:calc(15.9px * .875);
    line-height:1.83;}
.featured-body .main-items a{color:inherit;
    text-decoration:underline;}
.featured-body .main-items a:hover{color:inherit;}
.featured-body .top-panel{display:flex;
    flex-wrap:wrap;
    gap:0.71rem;
    padding-top:calc(0.71rem * 1.5);
    border-top:1px solid #DCD2BF;}
.featured-body .top-panel a{
    display:inline-block;
    padding:0.55rem 1.1rem;
    background:#C24A18;
    color:#FBF7EF;
    border-radius:0.36rem;
    font-size:calc(15.9px * .875);
    text-decoration:none;
    transition:background 320ms var(--speed-soft);
}
.featured-body .top-panel a:hover{
    background:#A63C10;color:#181410;}
.featured-body .top-panel a:last-child{
    background:transparent;
    color:#C24A18;
    border:1px solid #DCD2BF;
}
.featured-body .top-panel a:last-child:hover{
    background:#F4E3D3;
    color:#3A1A08;
}
@media (max-width:700px){.featured-body .main-items{
        flex:1 1 100%;
    }
}
.steady-links{padding:calc(1.5rem * 2.4) 0;color:#181410;background:#F6F1E7;}
.steady-links .steady-details{max-width:880px;margin:0 auto;padding:0 1.21rem;}
.steady-links .focused-media{display:flex;flex-direction:column;gap:calc(0.71rem * 1.5);}
.steady-links .text-rail p{font-size:calc(15.9px * 1.125);line-height:1.7;margin:0;padding-bottom:1.5rem;border-bottom:1px solid #DCD2BF;}
.steady-links .section{display:flex;flex-direction:column;gap:0.71rem;}
.steady-links .section h2{margin:0;font-size:calc(15.9px * 1.35);line-height:1.35;}
.steady-links .section p{margin:0;font-size:15.9px;line-height:1.83;}
.steady-links .section ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.55rem;}
.steady-links .section li{position:relative;padding-left:1.1rem;font-size:15.9px;line-height:1.65;}
.steady-links .section li::before{content:"";position:absolute;left:0;top:0.68em;width:6px;height:6px;background:#C24A18;border-radius:1px;color:#FBF7EF;}
.steady-links .open-tile{padding:calc(1.5rem * .75);background:#EDE6D8;border-left:3px solid #C24A18;border-radius:0.28rem;color:#2E2A24;}
.steady-links .open-tile p{margin:0;font-size:calc(15.9px * .875);line-height:1.7;}
.steady-links .top-panel{padding-top:1.5rem;border-top:1px solid #DCD2BF;}
.steady-links .top-panel p{margin:0;font-size:calc(15.9px * .875);line-height:1.75;color:#2E2A24;}
.steady-links .top-panel a{color:inherit;text-decoration:underline;text-underline-offset:3px;transition:color 320ms var(--speed-soft);}
.steady-links .top-panel a:hover{color:inherit;}
@media (max-width:640px){.steady-links .text-rail p{font-size:15.9px;}.steady-links .section h2{font-size:calc(15.9px * 1.125);}
}
.direct-links{padding:calc(1.5rem * 2.4) 0;color:#181410;background:#F6F1E7;}
.direct-links .steady-details{max-width:880px;margin:0 auto;padding:0 1.21rem;}
.direct-links .focused-media{max-width:100%;}
.direct-links .focused-media h2{margin-top:calc(0.71rem * 1.5);margin-bottom:calc(1.5rem * .75);font-size:calc(15.9px * 1.35);line-height:1.3;}
.direct-links .focused-media h2:first-child{margin-top:0;}
.direct-links .focused-media p{max-width:100%;margin-bottom:calc(0.71rem * 1.5);font-size:15.9px;line-height:1.83;}
.direct-links .focused-media ul{margin:0 0 calc(0.71rem * 1.5) 1.4rem;padding:0;}
.direct-links .focused-media li{margin-bottom:0.71rem;line-height:1.83;}
.direct-links .open-tile{margin-top:calc(0.71rem * 1.5);padding:calc(1.5rem * .75);background-color:#EDE6D8;border-radius:0.56rem;border:1px solid #DCD2BF;color:#2E2A24;}
.direct-links .open-tile p{margin:0;}
.direct-links .direct-feature{margin-top:calc(0.71rem * 1.5);}
.direct-links .quiet-wrap{display:inline-block;padding:0.7rem 1.6rem;border-radius:0.36rem;font-weight:500;text-align:center;transition:background-color 320ms var(--speed-soft),border-color 320ms var(--speed-soft),box-shadow 320ms var(--speed-soft);cursor:pointer;border:1px solid #C24A18;font-size:15.9px;background-color:#C24A18;color:#FBF7EF;text-decoration:none;}
.direct-links .quiet-wrap:hover{background-color:#A63C10;border-color:#A63C10;box-shadow:0 4px 8px rgba(0,0,0,0.1);color:#FBF7EF;}
.direct-links .top-panel{margin-top:calc(0.71rem * 1.5);font-size:calc(15.9px * .875);color:#2E2A24;}
.direct-links .top-panel a{color:inherit;text-decoration:underline;text-underline-offset:2px;}
.direct-links .top-panel a:hover{color:inherit;}
@media (min-width:720px){.direct-links .focused-media h2{font-size:calc(15.9px * 2);}
}
.quiet-track{padding:clamp(48px,8vw,80px) 0;color:#181410;background:#F6F1E7;}
.quiet-track .steady-details{max-width:880px;margin:0 auto;padding:0 1.21rem;}
.quiet-track .focused-media{max-width:800px;margin:0 auto;}
.quiet-track .text-rail{margin-bottom:calc(0.71rem * 1.5);}
.quiet-track .focused-media h2{margin-top:calc(0.71rem * 1.5);margin-bottom:calc(1.5rem * .75);font-size:calc(15.9px * 1.35);line-height:1.3;}
.quiet-track .focused-media h2:first-child{margin-top:0;}
.quiet-track .focused-media p{margin-bottom:calc(1.5rem * .75);line-height:1.83;}
.quiet-track .focused-media ul{margin:0 0 calc(1.5rem * .75) 1.4rem;padding:0;}
.quiet-track .focused-media li{margin-bottom:0.5rem;line-height:1.65;}
.quiet-track .open-tile{margin-top:calc(0.71rem * 1.5);padding:calc(1.5rem * .75);background-color:#EDE6D8;border-radius:0.56rem;border:1px solid #DCD2BF;color:#2E2A24;}
.quiet-track .open-tile p{margin:0;}
.quiet-track .top-panel{margin-top:calc(0.71rem * 1.5);display:flex;flex-wrap:wrap;gap:0.71rem;}
.quiet-track .top-panel a{display:inline-block;padding:10px 20px;border-radius:0.36rem;font-size:calc(15.9px * .875);text-decoration:none;border:1px solid #DCD2BF;background-color:#FBF7EF;color:#181410;transition:background-color 320ms var(--speed-soft),border-color 320ms var(--speed-soft);}
.quiet-track .top-panel a:first-child{background-color:#C24A18;color:#FBF7EF;border-color:#C24A18;}
.quiet-track .top-panel a:hover{background-color:#A63C10;border-color:#A63C10;color:#FBF7EF;}
@media (max-width:640px){.quiet-track .top-panel{flex-direction:column;}.quiet-track .top-panel a{text-align:center;}
}
.active-wrap{padding:calc(calc(1.5rem * 2.4)*.72) 1.21rem;background:#F6F1E7;color:#181410;}
.active-wrap .bottom-benefit{max-width:min(880px,58rem);margin:0 auto;}
.active-wrap h1{margin:0;max-width:20ch;font-size:clamp(2rem,5vw,calc(15.9px * 2.65));line-height:1.05;font-weight:680;letter-spacing:0;}
.active-wrap .steady-visual{margin-top:clamp(1rem,2vw,1.5rem);padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid #DCD2BF;}
.active-wrap p{margin:0;font-size:clamp(1rem,1.28vw,15.9px);line-height:1.74;}
@media (max-width:640px){.active-wrap h1{max-width:100%;}.active-wrap{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}}
.quiet-callout{
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.21rem;
  background: #F6F1E7;
  color: #181410;
}
.quiet-callout .content-form{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 1.5rem calc(0.71rem * 1.5);
  max-width: 880px;
  margin: 0 auto;}
.quiet-callout .public-content{grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: calc(0.71rem * 1.5);
  align-items: end;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #DCD2BF;}
.quiet-callout h2{margin: 0;
  font-size: calc(15.9px * 2);
  line-height: 1.08;}
.quiet-callout .soft-area{margin: 0;
  font-size: 15.9px;
  line-height: 1.83;}
.quiet-callout .top-brand{grid-column: 1 / 2;
  display: flex;
  flex-direction: column;}
.quiet-callout .focused-method{display: block;
  padding: calc(0.71rem * 1.5) 0;
  border-bottom: 1px solid #DCD2BF;
  color: inherit;
  text-decoration: none;
  animation: contactCatalogRise calc(320ms * 2.4) var(--speed-soft) both;}
.quiet-callout .focused-method:first-child{padding-top: 0;}
.quiet-callout .focused-method.email{animation-delay: calc(320ms * .3);}
.quiet-callout .focused-method.address{animation-delay: calc(320ms * .6);}
.quiet-callout .focused-method.hours{animation-delay: calc(320ms * .9);
  border-bottom: none;}
.quiet-callout .team-region{display: block;
  margin-bottom: calc(1.5rem * .75);
  font-size: calc(15.9px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: .7;}
.quiet-callout strong{font-size: calc(15.9px * 1.35);
  overflow-wrap: anywhere;}
.quiet-callout .focused-method p{margin: 0;
  line-height: 1.83;}
.quiet-callout .primary-steps{
  grid-column: 2 / 3;
  align-self: start;
  padding: calc(1.5rem * .75) calc(0.71rem * 1.5);
  background: #FBF7EF;
  color: #181410;
  border: 1px solid #DCD2BF;
  border-radius: 0.56rem;
}
.quiet-callout .primary-steps .public-view{margin: 0 0 calc(0.71rem * 1.5);
  font-size: calc(15.9px * .875);
  line-height: 1.83;
  opacity: .85;}
.quiet-callout .top-frame{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.quiet-callout .top-frame li{padding-top: calc(1.5rem * .75);
  border-top: 1px solid #DCD2BF;}
.quiet-callout .top-frame li:first-child{padding-top: 0;
  border-top: none;}
.quiet-callout .top-frame a{display: flex;
  flex-wrap: wrap;
  gap: 0 calc(1.5rem * .75);
  align-items: baseline;
  text-decoration: none;
  font-size: 15.9px;}
.quiet-callout .top-frame a:hover{}
.quiet-callout .top-frame a span{font-size: calc(15.9px * .875);
  opacity: .75;
  overflow-wrap: anywhere;}
@keyframes contactCatalogRise {from{ opacity: 0; transform: translateY(calc(calc(0.71rem * 2) * .12)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 760px) {.quiet-callout .content-form,
  .quiet-callout .public-content{
    display: block;
  }.quiet-callout .public-content{
    padding-bottom: calc(0.71rem * 1.5);
  }.quiet-callout .soft-area{
    margin-top: calc(1.5rem * .75);
  }.quiet-callout .top-brand{
    margin-top: calc(0.71rem * 1.5);
  }.quiet-callout .primary-steps{
    margin-top: 1.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {.quiet-callout .focused-method{ animation: none; }
}
.bottom-footer{
  background:#F6F1E7;
  color:#181410;
  padding:calc(1.5rem * 2.4) 1.21rem;
}
.bottom-footer .content-form{max-width:min(880px,54rem);
  margin:0 auto;}
.bottom-footer .bottom-benefit{display:flex;
  flex-direction:column;
  gap:calc(0.71rem * 1.5);}
.bottom-footer h2{margin:0;
  font-size:clamp(calc(15.9px * 2),4.4vw,calc(15.9px * 2.65));
  line-height:1.1;}
.bottom-footer p{margin:0;
  font-size:calc(15.9px * 1.125);
  line-height:1.7;}
.bottom-footer .page-note{display:flex;
  flex-direction:column;
  gap:1.5rem;
  border-top:1px solid #DCD2BF;
  padding-top:calc(0.71rem * 1.5);}
.bottom-footer label{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:0.71rem;
  min-width:0;
  padding-bottom:calc(1.5rem * .75);
  border-bottom:1px solid #DCD2BF;}
.bottom-footer label span{flex:0 0 12rem;
  min-width:0;
  font-size:calc(15.9px * .875);
  letter-spacing:0.02em;
  text-transform:uppercase;}
.bottom-footer input{
  flex:1 1 18rem;
  min-width:0;
  border:0;
  background:transparent;
  color:inherit;
  padding:calc(1.5rem * .75) 0;
  font:inherit;
}
.bottom-footer input::placeholder{color:rgba(255,255,255,0.55);}
.bottom-footer input:focus-visible{outline:2px solid #C24A18;
  outline-offset:2px;}
.bottom-footer .clear-note{display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:0.71rem;
  padding-top:calc(1.5rem * .75);}
.bottom-footer .clear-note span{flex:1 1 22rem;
  line-height:1.6;
  color:#2E2A24;}
.bottom-footer button{
  border:0;
  border-radius:0.36rem;
  background:#C24A18;
  color:#FBF7EF;
  padding:calc(1.5rem * .75) 0.71rem;
  font:inherit;
  font-weight:700;
  cursor:pointer;
  transition:background 320ms var(--speed-soft);
}
.bottom-footer button:hover{
  background:#A63C10;color:#181410;}
@media (max-width:640px) {.bottom-footer label{ align-items:flex-start; flex-direction:column; gap:calc(calc(1.5rem * .75) * .5); }.bottom-footer label span{ flex-basis:auto; }.bottom-footer .clear-note{ align-items:flex-start; flex-direction:column; }
}
.steady-nav{
  padding:calc(1.5rem * 2.4) 1.21rem;
  background:#F6F1E7;
  color:#181410;
}
.steady-nav .flow{max-width:min(880px,64rem);
  margin:0 auto;}
.steady-nav h2{margin:0;
  font-size:calc(15.9px * 2.65);
  line-height:1.08;
  letter-spacing:-0.01em;}
.steady-nav .text-rail{margin:1.5rem 0 calc(0.71rem * 1.5);
  font-size:calc(15.9px * 1.125);
  line-height:1.83;
  color:#2E2A24;}
.steady-nav .top-brand{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  border-top:1px solid #DCD2BF;
  padding-top:calc(0.71rem * 1.5);}
.steady-nav .main-items{padding:0 0 calc(1.5rem * .75);
  border-bottom:1px solid #DCD2BF;}
.steady-nav .main-items:last-child{border-bottom:0;
  padding-bottom:0;}
.steady-nav h3{margin:0 0 calc(1.5rem * .75);
  font-size:calc(15.9px * 1.35);
  line-height:1.25;}
.steady-nav .main-items p{margin:0;
  font-size:15.9px;
  line-height:1.83;}
.steady-nav .main-items a{color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;}
.steady-nav .main-items a:hover{color:inherit;}
.steady-nav .public-view{
  margin:calc(0.71rem * 1.5) 0 0;
  padding:calc(1.5rem * .75) calc(1.5rem * .75);
  background:#EDE6D8;
  color:#2E2A24;
  border-radius:0.36rem;
  font-size:calc(15.9px * .875);
  line-height:1.83;
}
@media (min-width:52rem){.steady-nav .top-brand{
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:calc(0.71rem * 1.5);
    row-gap:calc(1.5rem * .75);
  }.steady-nav .main-items{
    border-bottom:0;
    padding-bottom:0;
  }
}
.compact-panel{padding:calc(1.5rem * 2.4) 1.21rem;background:#F6F1E7;color:#181410}
.compact-panel .content-group{max-width:min(880px,64rem);margin:0 auto}
.compact-panel h2{margin:0;font-size:calc(15.9px * 2.65);line-height:1.08;letter-spacing:-0.01em}
.compact-panel .text-menu{margin:1.5rem 0 calc(0.71rem * 1.5);font-size:calc(15.9px * 1.125);line-height:1.83}
.compact-panel .clear-brand{display:flex;flex-direction:column;gap:0;border-top:1px solid #DCD2BF}
.compact-panel .public-view{padding:calc(1.5rem * .75) 0;display:grid;grid-template-columns:minmax(0,1fr);gap:0.71rem}
.compact-panel .public-view + .public-view{border-top:1px solid #DCD2BF}
.compact-panel h3{margin:0;font-size:calc(15.9px * 1.35);line-height:1.25}
.compact-panel .public-view p{margin:0;font-size:15.9px;line-height:1.83}
@media (min-width:720px){.compact-panel .public-view{grid-template-columns:minmax(14rem,20rem) minmax(0,1fr);gap:calc(0.71rem * 1.5);align-items:start}
}
.service-grid{padding:calc(calc(1.5rem * 2.4)*.72) 1.21rem;background:#F6F1E7;color:#181410;}
.service-grid .bottom-benefit{max-width:min(880px,64rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(0.71rem * 1.5);}
.service-grid h1{margin:0;max-width:20ch;font-size:clamp(1.95rem,5vw,calc(15.9px * 2.65));line-height:1.06;font-weight:700;letter-spacing:-0.01em;}
.service-grid .text-rail{margin:0;max-width:52ch;font-size:clamp(1.02rem,1.35vw,calc(15.9px * 1.125));line-height:1.7;}
.service-grid .public-view{display:flex;flex-direction:column;gap:1.5rem;padding-top:1.5rem;border-top:1px solid #DCD2BF;}
.service-grid .public-view p{margin:0;max-width:62ch;font-size:15.9px;line-height:1.83;}
.service-grid .public-view a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.service-grid .public-view a:hover{color:inherit;}
@media (max-width:640px){.service-grid{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.service-grid h1{max-width:100%;}
  }
.text-service{
  background:#F4E3D3;
  color:#3A1A08;
  padding:calc(1.5rem * 2.4) 1.21rem;
}
.text-service .content-form{max-width:880px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(0.71rem * 1.5);}
.text-service .active-tile{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.text-service h2{margin:0;
  font-size:clamp(calc(15.9px * 2),4.4vw,calc(15.9px * 2.65));
  line-height:1.08;
  letter-spacing:0;}
.text-service .text-rail{margin:0;
  font-size:calc(15.9px * 1.125);
  line-height:1.65;}
.text-service .steady-visual{display:flex;
  flex-wrap:wrap;
  gap:calc(0.71rem * 1.5);
  align-items:flex-start;}
.text-service .strong-panel{flex:1 1 22rem;
  min-width:0;}
.text-service .clear-flow{
  flex:1 1 18rem;
  min-width:0;
  padding:calc(1.5rem * .75);
  border-radius:0.36rem;
  background:#FBF7EF;
  color:#181410;
  border:1px solid #DCD2BF;
}
.text-service .public-view{margin:0 0 0.71rem;
  font-size:calc(15.9px * .875);
  text-transform:uppercase;
  letter-spacing:0.06em;}
.text-service .top-panel{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:0.71rem;
  counter-reset:paso;}
.text-service .top-panel .text-fields{position:relative;
  padding-left:2rem;
  line-height:1.6;
  counter-increment:paso;}
.text-service .top-panel .text-fields::before{
  content:counter(paso);
  position:absolute;
  left:0;
  top:0.1rem;
  width:1.4rem;
  height:1.4rem;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:0.28rem;
  background:#C24A18;
  color:#FBF7EF;
  font-size:calc(15.9px * .875);
  line-height:1;
}
.text-service .clear-flow p{margin:0 0 0.71rem;
  line-height:1.6;}
.text-service .clear-flow p:last-of-type{margin-bottom:calc(1.5rem * .75);}
.text-service .open-actions{display:flex;
  flex-direction:column;
  gap:0.4rem;}
.text-service .open-actions a{text-decoration:none;
  border-bottom:1px solid #DCD2BF;
  padding-bottom:0.15rem;
  align-self:flex-start;}
.text-service .open-actions a:hover{border-bottom-color:#F4E3D3;}
.text-service .open-details{display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:calc(1.5rem * .75);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #DCD2BF;}
.text-service .team-method{margin:0;
  flex:1 1 20rem;
  min-width:0;
  line-height:1.6;}
.text-service .team-method a{text-decoration:none;
  border-bottom:1px solid currentColor;}
.text-service .team-method a:hover{}
.text-service .direct-view{
  display:inline-block;
  padding:calc(1.5rem * .75);
  border-radius:0.28rem;
  background:#C24A18;
  color:#FBF7EF;
  text-decoration:none;
  font-size:15.9px;
}
.text-service .direct-view:hover{
  background:#A63C10;color:#181410;}
@media(max-width:760px){.text-service .steady-visual{
    flex-direction:column;
  }.text-service .strong-panel,
  .text-service .clear-flow{
    flex-basis:auto;
    width:100%;
  }.text-service .open-details{
    flex-direction:column;
    align-items:flex-start;
  }
}
.site-grid{
  --layer-content:calc(1.5rem * 1.05);
  padding:calc(1.5rem * 2.4) 1.21rem;
  background:#F6F1E7;
  color:#181410;
}
.site-grid .content-form{max-width:880px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(0.71rem * 1.5);
  align-items:flex-start;}
.site-grid h2,
.site-grid p{margin:0;}
.site-grid h2{font-size:calc(15.9px * 2);
  line-height:1.14;}
.site-grid p{font-size:15.9px;
  line-height:1.83;}
.site-grid a{color:inherit;text-decoration:none;}
.site-grid .steady-visual{flex:1 1 22rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.site-grid .text-rail{font-size:calc(15.9px * 1.125);
  color:#181410;}
.site-grid .flow{color:#2E2A24;}
.site-grid .fresh-lead{
  flex:1 1 16rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:0.71rem;
  padding:calc(1.5rem * .75);
  border:1px solid #DCD2BF;
  border-radius:0.56rem;
  background:#FBF7EF;
  color:#181410;
}
.site-grid .open-details{
  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.28rem;
  background:#C24A18;
  color:#FBF7EF;
  font-size:15.9px;
  transition:background 320ms var(--speed-soft);
}
.site-grid .open-details:hover{
  background:#A63C10;color:#181410;}
.site-grid .public-view{font-size:calc(15.9px * .875);
  color:#2E2A24;}
.site-grid .top-panel{display:flex;
  flex-wrap:wrap;
  gap:0.4rem;
  font-size:calc(15.9px * .875);
  color:#2E2A24;}
.site-grid .top-panel a{color:inherit;
  border-bottom:1px solid transparent;
  transition:border-color 320ms var(--speed-soft), color 320ms var(--speed-soft);}
.site-grid .top-panel a:hover{color:inherit;
  border-bottom-color:#F4E3D3;}
.site-grid .focused-grid{color:#2E2A24;}
@media (max-width:640px){.site-grid .content-form{
    flex-direction:column;
  }.site-grid .open-details{
    width:100%;
  }
}
.page-tile{background:#C24A18;color:#FBF7EF}
.page-tile .open-plan{max-width:880px;margin:0 auto;padding:calc(1.5rem * 2.4) 1.21rem}
.page-tile h1{max-width:16ch;margin:0;font-size:calc(15.9px * 2.65);line-height:1.05}
.page-tile .steady-view{background:var(--paint-light);color:var(--line-muted)}
.page-tile .steady-details{max-width:880px;margin:0 auto;padding:1.5rem 1.21rem;display:flex;flex-direction:column;gap:calc(0.71rem * 1.5)}
.page-tile p{margin:0;font-size:calc(15.9px * 1.125);line-height:1.83}
.page-tile .top-panel{display:flex;flex-wrap:wrap;gap:0.71rem}
.page-tile .top-panel a{color:inherit;text-decoration:underline;text-underline-offset:.22em;transition:transform 320ms var(--speed-soft)}
.page-tile .top-panel a:hover{transform:translateX(calc(calc(1.5rem * .75)*.35))}
@media(max-width:620px){.page-tile .top-panel{flex-direction:column;align-items:flex-start}}
