:root {
  --tone-extra-9: #1F1C17;
  --tone-cool: #FBF7F0;
  --ink-clear: #E2D9C9;
  --speed-hover: ease-in-out;
}
body{margin:0;padding:0;font-family:"IBM Plex Sans", sans-serif;}
*{box-sizing:border-box;}
.open-region {
    width: 100%;
    background: var(--tone-cool);
    color: var(--tone-extra-9);
    border-bottom: 1px solid var(--ink-clear);
  }
.primary-summary {
    max-width: 1000px;
    margin: 0 auto;
    padding: 1.5rem 1.27rem;
    display: flex;
    align-items: center;
    gap: 0.87rem;
  }
.soft-plan {
    font-size: calc(16.1px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--tone-extra-9);
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
.offer-media {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
  }
.offer-media ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(0.87rem * 1.5);
    flex-wrap: wrap;
  }
.offer-media a {
    color: var(--tone-extra-9);
    text-decoration: none;
    font-size: 16.1px;
    padding: 0.35rem 0;
    border-bottom: 2px solid transparent;
    transition: color 510ms var(--speed-hover),
                border-color 510ms var(--speed-hover);
  }
.offer-media a:hover,
  .offer-media a:focus-visible {
    color: #B4552A;
    border-bottom-color: #B4552A;
  }
.bottom-fields {
    flex-shrink: 0;
  }
.strong-track {
    display: inline-block;
    background: #8C5A2B;
    color: #FBF7F0;
    text-decoration: none;
    font-size: 16.1px;
    font-weight: 600;
    padding: 0.7rem 1.25rem;
    border-radius: 0.36rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
    transition: background 510ms var(--speed-hover),
                box-shadow 510ms var(--speed-hover);
  }
.strong-track:hover,
  .strong-track:focus-visible{
    background: #734821;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);color:#1F1C17;}
.featured-area {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 10px;
    background: #EFE7DA;
    color: #3A352D;
    border: 1px solid var(--ink-clear);
    border-radius: 0.2rem;
    cursor: pointer;
    flex-shrink: 0;
  }
.featured-area span{
    display: block;
    width: 100%;
    height: 2px;
    background: #3A352D;
    border-radius: 2px;
    transition: transform 510ms var(--speed-hover),
                opacity 510ms var(--speed-hover);color:#1F1C17;}
.featured-area.is-open span:nth-child(1){transform: translateY(7px) rotate(45deg);}
.featured-area.is-open span:nth-child(2){opacity: 0;}
.featured-area.is-open span:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
@media (max-width: 767px) {
    .primary-summary {
      flex-wrap: wrap;
      align-items: center;
    }

    .soft-plan {
      flex: 1 1 auto;
    }

    .featured-area {
      display: flex;
    }

    .bottom-fields {
      display: none;
    }

    .offer-media {
      display: none;
      flex: 1 1 100%;
      order: 3;
      margin-top: calc(0.87rem * 1.5);
    }

    .offer-media.is-open {
      display: block;
    }

    .offer-media ul {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }

    .offer-media li {
      border-top: 1px solid var(--ink-clear);
    }

    .offer-media a {
      display: block;
      padding: 0.85rem 0;
      font-size: 16.1px;
    }

    .offer-media a:hover,
    .offer-media a:focus-visible {
      border-bottom-color: transparent;
    }
  }
.visual-grid{font-family:"IBM Plex Sans", sans-serif;font-size:16.1px;line-height:1.65;padding:calc(1.5rem * 2.4) 1.27rem;margin-top:calc(1.5rem * 2.4);background:#1F1C17;color:#FBF7F0;}
.compact-track{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(0.87rem * 1.5)}
.focused-brand{border-bottom:1px solid rgba(255, 255, 255, 0.14);padding-bottom:calc(0.87rem * 1.5)}
.contact-visual{font-size:calc(16.1px * .875);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;margin:0 0 calc(1.5rem * .75);opacity:0.72}
.secondary-details{font-style:normal;display:flex;flex-direction:column;gap:0.35rem;font-size:16.1px}
.simple-copy{display:block}
.primary-tile{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 510ms var(--speed-hover), opacity 510ms var(--speed-hover)}
.primary-tile:hover,
  .primary-tile:focus-visible{border-bottom-color:currentColor;opacity:0.85}
.primary-tile:focus-visible{outline:2px solid #B4552A;outline-offset:3px}
.submit{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.figure{font-size:calc(16.1px * 1.35);font-weight:600;letter-spacing:0.01em;margin:0}
.service-list{margin:0;max-width:42ch;font-size:calc(16.1px * .875);opacity:0.78}
.local-headline{display:grid;grid-template-columns:1fr;gap:calc(0.87rem * 1.5)}
.team-flow{min-width:0}
.main-group{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.45rem;font-size:calc(16.1px * .875)}
.quiet-actions{border-top:1px solid rgba(255, 255, 255, 0.14);padding-top:calc(0.87rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.fresh-contact{margin:0;font-size:calc(16.1px * .875);line-height:1.65;opacity:0.78;max-width:78ch}
.contact-quote{margin:0;font-size:calc(16.1px * .875);opacity:0.6}
@media (min-width: 640px) {.local-headline{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.compact-track{grid-template-columns:minmax(0, 1.1fr) minmax(0, 1fr);grid-template-areas:"contact brand"
        "nav nav"
        "legal legal";gap:calc(1.5rem * 2.4) calc(0.87rem * 1.5)}.focused-brand{grid-area:contact;border-bottom:none;border-right:1px solid rgba(255, 255, 255, 0.14);padding-bottom:0;padding-right:calc(0.87rem * 1.5)}.submit{grid-area:brand}.local-headline{grid-area:nav;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(0.87rem * 1.5)}.quiet-actions{grid-area:legal}
  }
.cookies{position:fixed;left:1.27rem;right:1.27rem;bottom:1.5rem;z-index:1200;}
.cookies .site-area{max-width:860px;margin:0 auto;background:linear-gradient(145deg,#8C5A2B,#1F1C17);color:#FBF7F0;border-radius:0.61rem;padding:1.5rem 1.27rem;box-shadow:0 8px 22px rgba(0,0,0,0.06);}
.cookies .site-area strong{display:block;margin-bottom:6px;}
.cookies .site-area p{margin:0;opacity:.9;}
.cookies .team-story{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px;}
.cookies .team-story button{border:1px solid color-mix(in srgb, currentColor 40%, transparent);background:transparent;border-radius:999px;padding:7px 12px;cursor:pointer;}
.cookies .team-story button.cookie-accept{background:#B4552A;border-color:transparent;color:#FBF7F0;font-weight:700;}
.bottom-frame{
    padding:clamp(3.6rem,8vw,6.6rem) 1.27rem;
    background:linear-gradient(135deg, #FBF7F0 0%, #EFE7DA 55%, #E2D3BC 100%);
    color:#1F1C17;
}
.bottom-frame .question{max-width:1000px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(0.87rem * 1.5);
    align-items:flex-start;}
.bottom-frame .narrow-callout{flex:1 1 26rem;
    min-width:0;}
.bottom-frame .narrow-callout h1{margin:0;
    font-size:clamp(2.2rem,4.6vw,3.6rem);
    line-height:1.06;
    letter-spacing:-0.01em;}
.bottom-frame .open-frame{display:block;
    margin-top:calc(1.5rem * .75);
    font-size:calc(16.1px * 1.125);
    line-height:1.6;
    max-width:38rem;}
.bottom-frame .public-frame{display:flex;
    flex-wrap:wrap;
    gap:0.87rem;
    margin-top:calc(0.87rem * 1.5);}
.bottom-frame .public-frame .go,
.bottom-frame .public-frame .media-callout{display:inline-block;
    padding:0.7rem 1.15rem;
    border-radius:0.36rem;
    font-size:calc(16.1px * .875);
    text-decoration:none;
    transition:background 510ms var(--speed-hover),color 510ms var(--speed-hover);}
.bottom-frame .public-frame .go{
    background:#8C5A2B;
    color:#FBF7F0;
}
.bottom-frame .public-frame .go:hover{
    background:#734821;color:#1F1C17;}
.bottom-frame .public-frame .media-callout{
    background:transparent;
    color:#8C5A2B;
    border:1px solid var(--ink-clear);
}
.bottom-frame .public-frame .media-callout:hover{
    background:color-mix(in srgb, currentColor 10%, transparent);
    color:#B4552A;
}
.bottom-frame .wide-links{
    flex:1 1 16rem;
    min-width:0;
    padding:calc(1.5rem * .75);
    background:#FFFFFF;
    color:#1F1C17;
    border:1px solid var(--ink-clear);
    border-radius:0.61rem;
    box-shadow:0 1px 2px rgba(0,0,0,0.04);
}
.bottom-frame .wide-links .direct-menu{margin:0;
    font-size:calc(16.1px * .875);
    line-height:1.6;}
.bottom-frame .wide-links .direct-menu + .direct-menu{margin-top:0.87rem;
    padding-top:0.87rem;
    border-top:1px solid var(--ink-clear);}
@media (max-width:720px){.bottom-frame .question{
        flex-direction:column;
    }
}
.contact-block{--axis-active:calc(1.5rem * 1.18);--mark-public:calc(1000px / 2.4);padding:calc(1.5rem * 2.4) 1.27rem;background:#EFE7DA;color:#3A352D;}
.contact-block .question{max-width:1000px;margin:0 auto;}
.contact-block h2,.contact-block h3,.contact-block p{margin:0;}
.contact-block h2{font-size:calc(16.1px * 2);line-height:1.14;}
.contact-block h3{font-size:calc(16.1px * 1.35);line-height:1.22;}
.contact-block p{font-size:16.1px;line-height:1.65;}
.contact-block .open-frame{margin-top:1.5rem;max-width:var(--mark-public);}
.contact-block .narrow-figure{display:flex;flex-direction:column;gap:var(--axis-active);margin-top:var(--axis-active);}
.contact-block .fresh-quote{min-width:0;padding-block-start:calc(1.5rem / 1.6);border-top:1px solid var(--ink-clear);}
.contact-block .fresh-quote p{margin-top:calc(1.5rem / 3);max-width:calc(1000px / 1.35);}
.contact-block .fresh-quote a{display:inline-flex;margin-top:calc(1.5rem / 2.2);font-size:calc(16.1px * .875);text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:1px;}
.contact-block .fresh-quote a:hover{}
@media (min-width:760px){.contact-block .narrow-figure{gap:calc(var(--axis-active) * 1.1);}.contact-block .fresh-quote{display:grid;grid-template-columns:calc(1000px / 3.4) 1fr;column-gap:0.87rem;align-items:start;}.contact-block .fresh-quote h3{grid-column:1;}.contact-block .fresh-quote p{grid-column:2;margin-top:0;}.contact-block .fresh-quote a{grid-column:2;}
}
.narrow-list{--axis-active:calc(1.5rem * 0.95);--mark-public:calc(1000px / 2.75);padding:calc(1.5rem * 2.4) 1.27rem;background:var(--tone-cool);color:var(--tone-extra-9);}
.narrow-list .question{max-width:1000px;margin:0 auto;}
.narrow-list h1,.narrow-list h2,.narrow-list h3,.narrow-list p{margin:0;}
.narrow-list h2{font-size:calc(16.1px * 2);line-height:1.12;}
.narrow-list h3{font-size:calc(16.1px * 1.35);line-height:1.2;}
.narrow-list p{font-size:16.1px;line-height:1.65;}
.narrow-list .wide-links{font-size:calc(16.1px * .875);text-transform:uppercase;letter-spacing:0.08em;color:#3A352D;}
.narrow-list a{color:#8C5A2B;text-decoration:none;}
.narrow-list a:hover{color:#B4552A;}
.narrow-list .bottom-header{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.2rem;background:#8C5A2B;color:#FBF7F0;}
.narrow-list .bottom-header:hover{background:#734821;color:#FBF7F0;}
.narrow-list .narrow-figure{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.87rem;margin-top:var(--axis-active);}
.narrow-list .fresh-quote{flex:1 1 calc(1000px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--ink-clear);}
.narrow-list .fresh-quote p{margin-top:calc(1.5rem / 3);color:#3A352D;}
.narrow-list .plain-contact{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.87rem;}
.narrow-list .plain-contact>.narrow-callout{flex:1 1 auto;min-width:0;max-width:var(--mark-public);}
.narrow-list .plain-contact>.bottom-header{flex:0 0 auto;}
.narrow-list .plain-contact>.narrow-figure{flex:1 1 100%;}
.narrow-list .narrow-callout h2{margin-top:calc(1.5rem / 2);}
.narrow-list .public-frame{flex:1 1 100%;margin-top:calc(0.87rem * 1.5);font-size:calc(16.1px * .875);color:#3A352D;}
.local-shell{--axis-active:calc(1.5rem * 1.15);--mark-public:calc(1000px / 1.6);padding:calc(1.5rem * 2.4) 1.27rem;background:var(--tone-cool);color:var(--tone-extra-9);}
.local-shell .question{max-width:1000px;margin:0 auto;}
.local-shell h2,.local-shell h3,.local-shell p{margin:0;}
.local-shell h2{font-size:calc(16.1px * 2);line-height:1.14;max-width:var(--mark-public);}
.local-shell h3{font-size:calc(16.1px * 1.35);line-height:1.25;}
.local-shell p{font-size:16.1px;line-height:1.65;}
.local-shell .visual-wrap{display:flex;flex-direction:column;gap:calc(0.87rem * 1.5);}
.local-shell .open-frame{max-width:var(--mark-public);color:#3A352D;}
.local-shell .steady-intro{display:flex;flex-direction:column;gap:0;margin-top:calc(var(--axis-active) * 1.4);border-top:1px solid var(--ink-clear);}
.local-shell .fresh-quote{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid var(--ink-clear);align-items:start;}
.local-shell .bottom-flow{font-size:calc(16.1px * 1.125);line-height:1.5;}
.local-shell .visual-items{display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding-left:calc(0.87rem * 1.5);border-left:2px solid #B4552A;}
.local-shell .direct-menu{font-size:calc(16.1px * .875);color:#3A352D;}
.local-shell .wide-links{margin-top:calc(var(--axis-active) * 1.2);max-width:var(--mark-public);font-size:calc(16.1px * .875);color:#3A352D;}
@media (max-width:720px){.local-shell .fresh-quote{grid-template-columns:1fr;gap:calc(0.87rem * 1.5);}.local-shell .visual-items{padding-left:calc(1.5rem * .75);}
}
.strong-form{
    background:var(--tone-cool);
    color:var(--tone-extra-9);
    padding:calc(1.5rem * 2.4) 1.27rem;
}
.strong-form .c{max-width:1000px;
    margin:0 auto;}
.strong-form .h{margin-bottom:calc(0.87rem * 1.5);}
.strong-form h1{font-size:calc(16.1px * 2.65);
    line-height:1.15;
    margin:0 0 0.87rem;}
.strong-form .open-frame{font-size:calc(16.1px * 1.125);
    max-width:60ch;
    margin:0 0 calc(0.87rem * 1.5);}
.strong-form .plain-feature{
    display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:0.87rem;
    padding:calc(1.5rem * .75);
    background:#EFE7DA;
    color:#3A352D;
    border-radius:0.61rem;
}
.strong-form .offer-section{font-size:calc(16.1px * 2);
    font-weight:700;}
.strong-form .page-quote{font-size:calc(16.1px * .875);
    letter-spacing:0.02em;}
.strong-form .visual-track{font-size:calc(16.1px * .875);
    opacity:0.85;}
.strong-form .public-service{display:flex;
    flex-wrap:wrap;
    gap:0.87rem;
    margin-bottom:calc(0.87rem * 1.5);}
.strong-form .main-details{
    font:inherit;
    font-size:calc(16.1px * .875);
    padding:0.45rem 0.9rem;
    border-radius:0.36rem;
    border:1px solid var(--ink-clear);
    background:#FFFFFF;
    color:#1F1C17;
    cursor:pointer;
    transition:background 510ms var(--speed-hover), color 510ms var(--speed-hover);
}
.strong-form .main-details:hover{
    background:#EFE7DA;
    color:#3A352D;
}
.strong-form .main-details.is-active{
    background:#8C5A2B;
    color:#FBF7F0;
    border-color:#8C5A2B;
}
.strong-form .narrow-figure{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.strong-form .fresh-quote{
    background:#FFFFFF;
    color:#1F1C17;
    border:1px solid var(--ink-clear);
    border-radius:0.61rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 2px rgba(0,0,0,0.04);
}
.strong-form .media-panel{display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-start;
    gap:0.87rem;
    margin-bottom:0.87rem;}
.strong-form .local-note{display:flex;
    gap:0.87rem;
    align-items:center;}
.strong-form .quiet-summary{
    width:44px;
    height:44px;
    flex:0 0 44px;
    border-radius:50%;
    background:#B4552A;
    color:#FBF7F0;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
    font-size:calc(16.1px * .875);
}
.strong-form h4{margin:0 0 0.15rem;
    font-size:16.1px;}
.strong-form h4 a{color:inherit;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:border-color 510ms var(--speed-hover);}
.strong-form h4 a:hover{border-bottom-color:#B4552A;}
.strong-form .visual-items{display:block;
    font-size:calc(16.1px * .875);}
.strong-form .top-benefit{
    font-size:calc(16.1px * .875);
    font-weight:600;
    padding:0.2rem 0.6rem;
    border-radius:0.2rem;
    background:#EFE7DA;
    color:#3A352D;
}
.strong-form .narrow-callout{margin:0 0 0.87rem;
    line-height:1.65;}
.strong-form .visual-benefit{display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    gap:0.87rem;
    font-size:calc(16.1px * .875);
    padding-top:0.87rem;
    border-top:1px solid var(--ink-clear);}
.strong-form .wide-links{margin-top:calc(0.87rem * 1.5);
    font-size:calc(16.1px * .875);
    max-width:70ch;}
.strong-form .wide-links a{text-decoration:underline;}
.strong-form .wide-links a:hover{}
@media (min-width:768px){.strong-form .fresh-quote{
        padding:calc(calc(1.5rem * .75) * 1.15);
    }
}
.steady-body{--axis-active:calc(1.5rem * 1.25);--mark-public:calc(1000px / 2.4);padding:calc(1.5rem * 2.4) 1.27rem;background:var(--tone-cool);color:var(--tone-extra-9);}
.steady-body .question{max-width:1000px;margin:0 auto;}
.steady-body h2,.steady-body h3,.steady-body p{margin:0;}
.steady-body h2{font-size:calc(16.1px * 2);line-height:1.14;}
.steady-body h3{font-size:calc(16.1px * 1.35);line-height:1.25;}
.steady-body p{font-size:16.1px;line-height:1.65;}
.steady-body a{color:#8C5A2B;text-decoration:none;}
.steady-body a:hover{color:#B4552A;}
.steady-body .plain-contact{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.87rem;}
.steady-body .narrow-callout{flex:1 1 60%;min-width:0;max-width:var(--mark-public);}
.steady-body .narrow-callout .open-frame{margin-top:1.5rem;color:#3A352D;}
.steady-body .bottom-header{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.2rem;background:#8C5A2B;color:#FBF7F0;font-size:calc(16.1px * .875);}
.steady-body .bottom-header:hover{background:#734821;color:#FBF7F0;}
.steady-body .open-media{flex:1 1 100%;display:flex;flex-direction:column;gap:var(--axis-active);margin-top:calc(0.87rem * 1.5);}
.steady-body .fresh-quote{padding:calc(1.5rem * .75) 0;border-top:1px solid var(--ink-clear);}
.steady-body .fresh-quote:last-child{border-bottom:1px solid var(--ink-clear);}
.steady-body .fresh-quote p{margin-top:calc(1.5rem / 2.5);color:#3A352D;}
.steady-body .public-frame{flex:1 1 100%;margin-top:calc(0.87rem * 1.5);font-size:calc(16.1px * .875);color:#3A352D;}
@media (max-width:720px){.steady-body .narrow-callout{flex:1 1 100%;max-width:none;}.steady-body .bottom-header{width:100%;}
}
.public-surface{--axis-active:calc(1.5rem * 1.4);--mark-public:calc(1000px / 2.1);padding:calc(1.5rem * 2.4) 1.27rem;background:#8C5A2B;color:#FBF7F0;}
.public-surface .question{max-width:1000px;margin:0 auto;}
.public-surface h2,.public-surface h3,.public-surface p{margin:0;}
.public-surface h2{font-size:calc(16.1px * 2);line-height:1.14;max-width:var(--mark-public);}
.public-surface h3{font-size:calc(16.1px * 1.35);line-height:1.22;}
.public-surface p{font-size:16.1px;line-height:1.65;color:color-mix(in srgb, currentColor 76%, transparent);}
.public-surface .wide-links{margin-bottom:calc(1.5rem / 2);font-size:calc(16.1px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.public-surface .open-frame{margin-top:1.5rem;max-width:var(--mark-public);}
.public-surface .narrow-figure{display:flex;flex-direction:column;gap:0;margin-top:var(--axis-active);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.public-surface .fresh-quote{padding:calc(calc(0.87rem * 1.5) * 1.1) 0;border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.public-surface .narrow-callout{display:grid;grid-template-columns:minmax(0, 1fr) minmax(0, 1.6fr);gap:0.87rem calc(0.87rem * 1.5);align-items:baseline;}
.public-surface .narrow-callout p{margin:0;}
@media (max-width:720px){.public-surface .narrow-callout{grid-template-columns:1fr;}.public-surface h2{max-width:none;}
}
.direct-team{
  background: var(--tone-cool);
  color: var(--tone-extra-9);
  padding: calc(1.5rem * 2.4) 1.27rem;
}
.direct-team .question{width: min(100%, 1000px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.87rem * 1.5);
  align-items: flex-start;}
.direct-team h2,
.direct-team h3,
.direct-team p{margin: 0;}
.direct-team h2{font-size: calc(16.1px * 2); line-height: 1.1;}
.direct-team h3{font-size: calc(16.1px * 1.35); line-height: 1.2;}
.direct-team p{font-size: 16.1px; line-height: 1.65;}
.direct-team .bottom-headline{
  flex: 1 1 16rem;
  max-width: 22rem;
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(0.87rem * 1.5);
  border-radius: 0.73rem;
  background: #1F1C17;
  color: #FBF7F0;
}
.direct-team .bottom-headline a{width: fit-content;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;}
.direct-team .quiet-form{flex: 2 1 30rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--ink-clear);}
.direct-team [data-block]{display: grid;
  grid-template-columns: minmax(9rem, 0.28fr) minmax(0, 1fr);
  gap: 1.27rem;
  align-items: baseline;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--ink-clear);}
.direct-team [data-block] p{grid-column: 2;}
.direct-team .visual-items{color: #3A352D;
  font-size: calc(16.1px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;}
@media (max-width: 760px) {.direct-team .question{ flex-direction: column; }.direct-team .bottom-headline{ max-width: none; }.direct-team [data-block]{
    grid-template-columns: 1fr;
    gap: calc(1.5rem * .75);
  }.direct-team [data-block] p{ grid-column: 1; }
}
.quiet-footer{--axis-active:calc(1.5rem * 1.11);padding:calc(1.5rem * 2.4) 1.27rem;background:#8C5A2B;color:#FBF7F0;}
.quiet-footer .question{max-width:1000px;margin:0 auto;}
.quiet-footer h2,.quiet-footer h3,.quiet-footer p{margin:0;}
.quiet-footer h2{font-size:calc(16.1px * 2);line-height:1.12;}
.quiet-footer h3{font-size:calc(16.1px * 1.35);line-height:1.2;}
.quiet-footer p{font-size:16.1px;line-height:1.65;color:color-mix(in srgb, currentColor 78%, transparent);}
.quiet-footer .main{padding-block:calc(var(--axis-active) / 2);}
.quiet-footer .steady-stack{row-gap:calc(var(--axis-active) * 1.2);}
.quiet-footer .quiet-links{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.quiet-footer .focused-entries{display:flex;align-items:flex-start;gap:0.87rem;}
.quiet-footer .narrow-callout{flex:1 1 calc(1000px / 3);min-width:0;}
.quiet-footer .narrow-callout p{margin-top:1.5rem;}
.quiet-footer .narrow-figure{flex:2 1 calc(1000px / 2);display:flex;flex-direction:column;gap:var(--axis-active);min-width:0;}
.quiet-footer .fresh-quote{min-width:0;padding-block-start:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.quiet-footer .fresh-quote p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.quiet-footer .focused-entries{flex-direction:column;}}
.focused-list{--axis-active:calc(1.5rem * 1.20);--label-small:calc(1000px / 3.53);padding:calc(1.5rem * 2.4) 1.27rem;background:#B4552A;color:#FBF7F0;}
.focused-list .question{max-width:1000px;margin:0 auto;}
.focused-list h1,.focused-list h2,.focused-list h3,.focused-list p,.focused-list ul{margin:0;}
.focused-list h2{font-size:calc(16.1px * 2);line-height:1.12;}
.focused-list h3{font-size:calc(16.1px * 1.35);line-height:1.2;}
.focused-list p{font-size:16.1px;line-height:1.65;color:color-mix(in srgb, currentColor 78%, transparent);}
.focused-list a{color:inherit;text-decoration:none;}
.focused-list .main{padding-block:calc(var(--axis-active) / 2);}
.focused-list .steady-stack{row-gap:calc(var(--axis-active) * 1.2);}
.focused-list .quiet-links{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.focused-list .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.87rem;}
.focused-list .row-title h2{flex:1 1 calc(1000px / 3);min-width:0;}
.focused-list .row-title>p{flex:1 1 calc(1000px / 3);min-width:0;}
.focused-list .compact-frame{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--axis-active);margin-top:var(--axis-active);}
.focused-list .fresh-quote{flex:1 1 var(--label-small);min-width:0;padding-block-start:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.focused-list .fresh-quote p{margin-top:calc(1.5rem / 3);}
.focused-list .public-frame{flex:1 1 100%;margin-top:var(--axis-active);padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);font-size:calc(16.1px * .875);}
.focused-list .public-frame a{text-decoration:underline;text-underline-offset:3px;}
.focused-list .public-frame a:hover{opacity:.8;}
.compact-copy{
  --axis-active:calc(1.5rem * 1.1);
  --mark-public:calc(1000px / 2.6);
  padding:calc(1.5rem * 2.4) 1.27rem;
  background:var(--tone-cool);
  color:var(--tone-extra-9);
}
.compact-copy .question{max-width:1000px;
  margin:0 auto;}
.compact-copy h2,
.compact-copy h3,
.compact-copy p,
.compact-copy ul{margin:0;}
.compact-copy h2{font-size:calc(16.1px * 2);
  line-height:1.14;}
.compact-copy h3{font-size:calc(16.1px * 1.35);
  line-height:1.22;}
.compact-copy p{font-size:16.1px;
  line-height:1.65;}
.compact-copy a{color:inherit;
  text-decoration:none;}
.compact-copy .visual-wrap{display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  gap:0.87rem;
  padding-bottom:calc(0.87rem * 1.5);
  border-bottom:1px solid var(--ink-clear);}
.compact-copy .open-frame{flex:1 1 calc(1000px / 2.2);
  min-width:0;}
.compact-copy .wide-links{font-size:calc(16.1px * .875);
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:#3A352D;
  margin-bottom:calc(1.5rem / 3);}
.compact-copy .open-frame h2{margin-top:calc(1.5rem / 4);}
.compact-copy .narrow-callout{flex:1 1 calc(1000px / 3);
  min-width:0;
  max-width:var(--mark-public);
  color:#3A352D;}
.compact-copy .narrow-figure{display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  gap:0.87rem;
  margin-top:var(--axis-active);}
.compact-copy .fresh-quote{
  flex:1 1 calc(1000px / 3.4);
  min-width:0;
  display:flex;
  flex-direction:column;
  padding:calc(1.5rem * .75);
  background:#FFFFFF;
  color:#1F1C17;
  border:1px solid var(--ink-clear);
  border-radius:0.61rem;
  box-shadow:0 1px 2px rgba(0,0,0,0.04);
}
.compact-copy .title{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  justify-content:space-between;
  gap:calc(0.87rem / 2);
  margin-bottom:calc(1.5rem / 2);}
.compact-copy .top-copy{
  font-size:calc(16.1px * .875);
  padding:0.15rem 0.5rem;
  border-radius:0.2rem;
  background:#B4552A;
  color:#FBF7F0;
  white-space:nowrap;
}
.compact-copy .fresh-quote p{color:#3A352D;}
.compact-copy .compact-proof{list-style:none;
  padding:0;
  margin-top:calc(1.5rem / 2);
  display:flex;
  flex-direction:column;
  gap:calc(0.87rem / 2);}
.compact-copy .compact-proof li{position:relative;
  padding-left:1rem;
  font-size:calc(16.1px * .875);
  line-height:1.65;
  color:#1F1C17;}
.compact-copy .compact-proof li::before{
  content:"";
  position:absolute;
  left:0;
  top:0.6em;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#8C5A2B;color:#FBF7F0;}
.compact-copy .public-frame{margin-top:auto;
  padding-top:calc(0.87rem * 1.5);
  font-size:calc(16.1px * .875);
  font-weight:600;
  color:#8C5A2B;
  border-bottom:1px solid transparent;
  align-self:flex-start;
  transition:color 510ms var(--speed-hover),border-color 510ms var(--speed-hover);}
.compact-copy .public-frame:hover{color:#B4552A;
  border-color:#B4552A;}
.compact-copy .simple-rail{display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:0.87rem;
  margin-top:var(--axis-active);
  padding-top:calc(0.87rem * 1.5);
  border-top:1px solid var(--ink-clear);}
.compact-copy .simple-rail p{flex:1 1 calc(1000px / 2);
  min-width:0;
  max-width:var(--mark-public);
  color:#3A352D;}
.compact-copy .bottom-header{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.2rem;
  background:#8C5A2B;
  color:#FBF7F0;
  font-size:calc(16.1px * .875);
  font-weight:600;
  transition:background 510ms var(--speed-hover);
}
.compact-copy .bottom-header:hover{
  background:#734821;color:#1F1C17;}
@media (max-width:720px){.compact-copy .visual-wrap{
    align-items:flex-start;
  }.compact-copy .fresh-quote{
    flex:1 1 100%;
  }.compact-copy .simple-rail{
    align-items:flex-start;
  }
}
.clear-area{--axis-active:calc(1.5rem * 1.1);--mark-public:calc(1000px / 2.6);padding:calc(1.5rem * 2.4) 1.27rem;background:#8C5A2B;color:#FBF7F0;}
.clear-area .question{max-width:1000px;margin:0 auto;}
.clear-area h2,.clear-area h3,.clear-area p{margin:0;}
.clear-area h2{font-size:calc(16.1px * 2);line-height:1.14;}
.clear-area h3{font-size:calc(16.1px * 1.35);line-height:1.22;}
.clear-area p{font-size:16.1px;line-height:1.65;}
.clear-area a{color:inherit;text-decoration:none;}
.clear-area .wide-links{font-size:calc(16.1px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.72;}
.clear-area .narrow-callout h2{margin-top:calc(1.5rem / 2.5);}
.clear-area .open-frame{max-width:var(--mark-public);margin-top:calc(0.87rem * 1.5);}
.clear-area .bottom-header{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.2rem;background:#FBF7F0;color:#8C5A2B;}
.clear-area .narrow-figure{display:flex;flex-direction:column;gap:0;margin-top:var(--axis-active);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.clear-area .fresh-quote{padding:calc(0.87rem * 1.5) 0;border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.clear-area .fresh-quote .narrow-callout{display:flex;flex-wrap:wrap;gap:0.87rem;align-items:baseline;}
.clear-area .fresh-quote h3{flex:0 0 auto;}
.clear-area .fresh-quote p{flex:1 1 calc(1000px / 2.2);min-width:0;opacity:0.82;}
.clear-area .plain-contact{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.87rem;}
.clear-area .plain-contact>.narrow-callout{flex:1 1 auto;min-width:0;}
.clear-area .plain-contact>.bottom-header{flex:0 0 auto;}
.clear-area .plain-contact>.narrow-figure{flex:1 1 100%;}
.clear-area .public-frame{margin-top:calc(0.87rem * 1.5);font-size:calc(16.1px * .875);opacity:0.78;}
.clear-area .public-frame a{text-decoration:underline;text-underline-offset:3px;}
.clear-area .public-frame a:hover{opacity:0.8;}
@media (max-width:640px){.clear-area .fresh-quote .narrow-callout{flex-direction:column;gap:calc(0.87rem / 2);}.clear-area .fresh-quote p{flex:1 1 auto;}
}
.public-block{
        padding: calc(1.5rem * 2.4) 1.27rem;
        background: #EFE7DA;
        color: #3A352D
    }
.public-block .question{max-width: 1000px;
        margin: 0 auto}
.public-block .simple-grid{display: flex;
        flex-direction: column;
        gap: calc(0.87rem * 1.5);
        align-items: flex-start}
.public-block h2{min-width: 0;
        margin: 0;
        font-size: calc(16.1px * 2);
        line-height: 1.08}
.public-block .body{min-width: 0}
.public-block .body p{margin: 0;
        font-size: calc(16.1px * 1.125);
        line-height: 1.65}
.public-block .team{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        margin-top: 1.5rem}
.public-block .team span{
        border-radius: 0.36rem;
        background: #FFFFFF;
        color: #1F1C17;
        border: 1px solid var(--ink-clear);
        padding: calc(calc(1.5rem * .75) * .75) calc(1.5rem * .75);
        font-size: calc(16.1px * .875)
    }
@media (max-width: 760px) {.public-block .simple-grid{
            display: block
        }.public-block .body{
            margin-top: 1.5rem
        }
    }
.plain-proof{
  --axis-active:calc(1.5rem * 1.05);
  --mark-public:calc(1000px / 2.35);
  padding:calc(1.5rem * 2.4) 1.27rem;
  background:#EFE7DA;
  color:#3A352D;
}
.plain-proof .question{max-width:1000px;margin:0 auto;}
.plain-proof h1,.plain-proof h2,.plain-proof h3,.plain-proof p{margin:0;}
.plain-proof h2{font-size:calc(16.1px * 2);line-height:1.12;}
.plain-proof p{font-size:16.1px;line-height:1.65;}
.plain-proof .open-frame{font-size:calc(16.1px * 1.125);max-width:var(--mark-public);}
.plain-proof .narrow-callout{max-width:calc(var(--mark-public) * 1.35);}
.plain-proof a{color:inherit;text-decoration:none;}
.plain-proof .public-frame{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.87rem;
  margin-top:calc(0.87rem * 1.5);}
.plain-proof .bottom-header{
  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.2rem;
  background:#8C5A2B;
  color:#FBF7F0;
  transition:background 510ms var(--speed-hover);
}
.plain-proof .bottom-header:hover{background:#734821;color:#1F1C17;}
.plain-proof .narrow-quote{font-size:calc(16.1px * .875);
  color:#8C5A2B;
  border-bottom:1px solid var(--ink-clear);
  padding-bottom:2px;}
.plain-proof .narrow-quote:hover{color:inherit;}
.plain-proof .strong-actions>h2,
.plain-proof .strong-actions>p,
.plain-proof .strong-actions>.public-frame{margin-top:1.5rem;}
@media (max-width:640px){.plain-proof .open-frame{font-size:16.1px;}.plain-proof .public-frame{flex-direction:column;align-items:flex-start;}
}
.local-fields{
  padding: calc(1.5rem * 2.4) 1.27rem;
  background: #B4552A;
  color: #FBF7F0;
}
.local-fields .visual-view{max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.87rem * 1.5);}
.local-fields .bottom-view{
  padding: calc(1.5rem * .75);
  border-radius: 0.61rem;
  background: #1F1C17;
  color: #FBF7F0;
  max-width: 62ch;
}
.local-fields h2{margin: 0;
  font-size: calc(16.1px * 2);
  line-height: 1.1;}
.local-fields .bottom-view p{margin: calc(1.5rem * .75) 0 0;
  font-size: 16.1px;
  line-height: 1.65;}
.local-fields .wide-method{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.local-fields .visual-team{
  display: grid;
  grid-template-columns: minmax(7rem, .22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.36rem;
  background: #FFFFFF;
  color: #1F1C17;
  border: 1px solid var(--ink-clear);
}
.local-fields .contact-frame{font-size: calc(16.1px * .875);
  word-break: break-word;
  align-self: start;}
.local-fields h3{margin: 0;
  font-size: calc(16.1px * 1.35);
  line-height: 1.2;}
.local-fields .visual-team p{margin: calc(calc(1.5rem * .75) * .5) 0;
  font-size: 16.1px;
  line-height: 1.65;}
.local-fields small{font-size: calc(16.1px * .875);}
@media (max-width: 780px) {.local-fields .visual-team{
    grid-template-columns: 1fr;
  }
}
.content-fields{
        --axis-active: calc(1.5rem * 1.2);
        --state-control: calc(1000px / 3.4);
        padding: calc(1.5rem * 2.4) 1.27rem;
        background: #1F1C17;
        color: #FBF7F0;
    }
.content-fields .question{max-width: 1000px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--axis-active);}
.content-fields h2,
    .content-fields h3,
    .content-fields p{margin: 0;}
.content-fields h2{font-size: calc(16.1px * 2);
        line-height: 1.14;}
.content-fields h3{font-size: calc(16.1px * 1.35);
        line-height: 1.22;}
.content-fields .title{display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 0.87rem;}
.content-fields .title h2{flex: 1 1 calc(1000px / 2.6);
        min-width: 0;}
.content-fields .open-frame{flex: 1 1 calc(1000px / 2.6);
        min-width: 0;
        font-size: 16.1px;
        line-height: 1.65;
        opacity: .88;}
.content-fields .steady-intro{display: flex;
        flex-wrap: wrap;
        gap: var(--axis-active);
        padding-top: calc(var(--axis-active) / 2);
        border-top: 1px solid color-mix(in srgb, #FBF7F0 22%, transparent);}
.content-fields .fresh-quote{flex: 1 1 var(--state-control);
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem / 3);}
.content-fields .fresh-quote p{font-size: calc(16.1px * .875);
        line-height: 1.65;
        opacity: .82;}
.content-fields .secondary-view{margin-top: auto;
        align-self: flex-start;
        font-size: calc(16.1px * .875);
        text-decoration: none;
        border-bottom: 1px solid color-mix(in srgb, #FBF7F0 45%, transparent);
        padding-bottom: 2px;
        transition: border-color 510ms var(--speed-hover), opacity 510ms var(--speed-hover);}
.content-fields .secondary-view:hover{border-color: #FBF7F0;
        opacity: .85;}
.content-fields .simple-rail{font-size: calc(16.1px * .875);
        opacity: .78;}
.content-fields .simple-rail a{text-decoration: none;
        border-bottom: 1px solid color-mix(in srgb, #FBF7F0 45%, transparent);}
.content-fields .simple-rail a:hover{border-color: #FBF7F0;}
.open-links{padding:calc(1.5rem * 2.4) 1.27rem;background:#8C5A2B;color:#FBF7F0}
.open-links .question{max-width:1000px;margin:0 auto}
.open-links .visual-wrap{max-width:44rem;margin:0 0 calc(0.87rem * 1.5)}
.open-links h2{margin:0;font-size:calc(16.1px * 2);line-height:1.1}
.open-links .visual-wrap p{margin:1.5rem 0 0;font-size:calc(16.1px * 1.125);line-height:1.65}
.open-links .fresh-service{display:flex;flex-wrap:wrap;gap:0.87rem calc(0.87rem * 1.5);border-top:1px solid rgba(251,247,240,.25);padding-top:calc(0.87rem * 1.5)}
.open-links .fresh-quote{flex:1 1 18rem;max-width:26rem;padding:0}
.open-links .fresh-quote:nth-child(3n+2){margin-top:calc(1.5rem * .75)}
.open-links strong{display:block;font-size:calc(16.1px * 1.35);line-height:1.15;font-weight:600}
.open-links .fresh-quote p{margin:calc(1.5rem * .75) 0 0;line-height:1.65;opacity:.92}
.open-links .public-frame{margin-top:calc(0.87rem * 1.5);padding-top:1.5rem;border-top:1px solid rgba(251,247,240,.25);font-size:calc(16.1px * .875)}
.open-links .public-frame p{margin:0;line-height:1.65}
.open-links .public-frame a{text-decoration:underline;text-underline-offset:3px}
.open-links .public-frame a:hover{text-decoration-color:#FBF7F0}
@media (max-width:640px){.open-links .fresh-quote{flex:1 1 100%;max-width:none}.open-links .fresh-quote:nth-child(3n+2){margin-top:0}
}
.main-links{--axis-active:calc(1.5rem * 0.92);--mark-public:calc(1000px / 2.40);padding:calc(1.5rem * 2.4) 1.27rem;background:var(--tone-cool);color:var(--tone-extra-9);}
.main-links .question{max-width:1000px;margin:0 auto;}
.main-links h2,.main-links h3,.main-links p{margin:0;}
.main-links h2{font-size:calc(16.1px * 2);line-height:1.12;}
.main-links h3{font-size:calc(16.1px * 1.35);line-height:1.2;}
.main-links p{font-size:16.1px;line-height:1.65;}
.main-links .wide-links{margin-bottom:calc(1.5rem / 2);font-size:calc(16.1px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#3A352D;}
.main-links .open-frame{margin-top:1.5rem;max-width:var(--mark-public);color:#3A352D;}
.main-links .narrow-figure{display:flex;flex-direction:column;gap:var(--axis-active);margin-top:calc(var(--axis-active) * 1.15);}
.main-links .fresh-quote{min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--ink-clear);}
.main-links .fresh-quote:first-child{border-top:0;padding-top:0;}
.main-links .fresh-quote p{margin-top:calc(1.5rem / 3);color:#3A352D;}
.main-links .public-frame{margin-top:calc(var(--axis-active) * 1.2);padding-top:calc(1.5rem * .75);border-top:1px solid var(--ink-clear);font-size:calc(16.1px * .875);color:#3A352D;}
.main-links .public-frame a{color:#8C5A2B;text-decoration:underline;text-underline-offset:3px;}
.main-links .public-frame a:hover{color:#B4552A;}
@media (min-width:760px){.main-links .fresh-quote{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:0.87rem;align-items:start;}.main-links .fresh-quote p{margin-top:0;}
}
.clear-fields{
        padding:clamp(54px,7vw,94px) clamp(16px,4vw,36px);
        background:linear-gradient(135deg, #FBF7F0 0%, #EFE7DA 55%, #E2D3BC 100%);
        color:#1F1C17;
    }
.clear-fields .question{max-width:1000px;
        margin:0 auto;}
.clear-fields .title{margin-bottom:calc(0.87rem * 1.5);}
.clear-fields .title p{margin:0;
        font-weight:700;
        font-size:calc(16.1px * .875);
        opacity:.85;}
.clear-fields .title h2{margin:1.27rem 0 0;
        font-size:calc(16.1px * 2);}
.clear-fields .open-frame{margin:0 0 calc(0.87rem * 1.5);
        max-width:62ch;
        font-size:16.1px;}
.clear-fields .narrow-figure{display:flex;
        flex-direction:column;
        gap:0.87rem;}
.clear-fields .fresh-quote{
        display:flex;
        flex-direction:column;
        gap:1.27rem;
        padding:calc(1.5rem * .75);
        border-radius:0.61rem;
        border:1px solid color-mix(in srgb, currentColor 14%, transparent);
        background:color-mix(in srgb, currentColor 6%, transparent);
        box-shadow:0 1px 2px rgba(0,0,0,0.04);
    }
.clear-fields .top-copy{font-size:calc(16.1px * .875);
        font-weight:700;
        letter-spacing:.02em;
        text-transform:uppercase;
        opacity:.8;}
.clear-fields .fresh-quote h3{margin:0;
        font-size:calc(16.1px * 1.35);}
.clear-fields .fresh-quote p{margin:0;
        max-width:68ch;}
.clear-fields .public-frame{align-self:flex-start;
        margin-top:1.27rem;
        font-weight:700;
        text-decoration:none;
        border-bottom:1px solid currentColor;
        padding-bottom:2px;
        transition:color 510ms var(--speed-hover);}
.clear-fields .public-frame:hover{}
.clear-fields .wide-links{margin:calc(0.87rem * 1.5) 0 0;
        max-width:62ch;
        font-size:calc(16.1px * .875);
        opacity:.85;}
@media (min-width:720px){.clear-fields .narrow-figure{
            display:grid;
            grid-template-columns:repeat(3,1fr);
            gap:0.87rem;
        }
    }
.bottom-media{padding:calc(1.5rem * 2.4) 1.27rem;background:var(--tone-cool);color:var(--tone-extra-9)}
.bottom-media .question{width:min(100%,calc(1000px*.78));margin:0 auto;display:flex;flex-direction:column;gap:calc(0.87rem * 1.5)}
.bottom-media .open-frame{display:flex;flex-wrap:wrap;gap:calc(0.87rem * 1.5);align-items:flex-end}
.bottom-media .open-frame h2{margin:0;font-size:calc(16.1px * 2);line-height:1.1;flex:1 1 14rem}
.bottom-media .open-frame .narrow-callout{margin:0;flex:2 1 22rem;font-size:16.1px;line-height:1.65}
.bottom-media .narrow-content{border-top:1px solid var(--ink-clear)}
.bottom-media .direct-menu{display:flex;flex-wrap:wrap;gap:0.87rem;padding:1.5rem 0;border-bottom:1px solid var(--ink-clear);color:inherit;text-decoration:none;overflow-wrap:anywhere;line-height:1.65;align-items:baseline}
.bottom-media .direct-menu span{flex:0 0 12rem;font-size:calc(16.1px * .875);color:#3A352D;text-transform:uppercase;letter-spacing:.04em}
.bottom-media .direct-menu strong{flex:1 1 18rem;font-weight:500;font-size:16.1px}
.bottom-media a.line:hover strong{color:#B4552A}
.bottom-media .wide-links{display:flex;flex-wrap:wrap;gap:calc(0.87rem * 1.5);padding-top:1.5rem;font-size:calc(16.1px * .875);color:#3A352D}
.bottom-media .wide-links p{margin:0;flex:1 1 20rem;line-height:1.65}
@media(max-width:680px){.bottom-media .open-frame{display:block}.bottom-media .open-frame .narrow-callout{margin-top:calc(1.5rem * .75)}.bottom-media .direct-menu{display:block}.bottom-media .direct-menu span{display:block;margin-bottom:calc(1.5rem * .75)}
}
.direct-list{
  padding: calc(1.5rem * 2.4) 1.27rem;
  background: linear-gradient(135deg, #8C5A2B 0%, #B4552A 100%);
  color: #FBF7F0;
}
.direct-list .question{max-width: 1000px;
  margin: 0 auto;}
.direct-list .local-panel{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.87rem;
  align-items: flex-end;
  margin-bottom: calc(0.87rem * 1.5);}
.direct-list h2{margin: 0;
  flex: 1 1 22rem;
  font-size: calc(16.1px * 2);
  line-height: 1.1;}
.direct-list .local-panel p{margin: 0;
  flex: 1 1 20rem;
  font-size: calc(16.1px * 1.125);
  line-height: 1.5;}
.direct-list .strong-note{display: flex;
  flex-wrap: wrap;
  gap: 0.87rem;
  margin-bottom: calc(0.87rem * 1.5);}
.direct-list .strong-note a{
  flex: 1 1 15rem;
  padding: calc(1.5rem * .75);
  background: #FFFFFF;
  color: #1F1C17;
  border: 1px solid var(--ink-clear);
  border-radius: 0.36rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.direct-list .strong-note strong{font-size: 16.1px;
  line-height: 1.3;}
.direct-list .strong-note span{font-size: calc(16.1px * .875);
  line-height: 1.5;}
.direct-list .active-figure{
  display: flex;
  flex-wrap: wrap;
  gap: 0.87rem;
  align-items: flex-end;
  padding: calc(1.5rem * .75);
  background: #FFFFFF;
  color: #1F1C17;
  border: 1px solid var(--ink-clear);
  border-radius: 0.61rem;
}
.direct-list .focused-inner{display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 1 1 14rem;}
.direct-list .focused-inner.wide{flex: 1 1 100%;}
.direct-list label{font-size: calc(16.1px * .875);}
.direct-list input,
.direct-list select,
.direct-list textarea{
  font: inherit;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--ink-clear);
  border-radius: 0.2rem;
  background: var(--tone-cool);
  color: var(--tone-extra-9);
}
.direct-list textarea{resize: vertical;}
.direct-list button{
  font: inherit;
  padding: 0.7rem 1.4rem;
  border: 0;
  border-radius: 0.2rem;
  background: #8C5A2B;
  color: #FBF7F0;
  cursor: pointer;
}
.direct-list button:hover{
  background: #734821;color:#1F1C17;}
.direct-list .wide-links{flex: 1 1 100%;
  margin: 0;
  font-size: calc(16.1px * .875);}
@media (max-width: 720px) {.direct-list .local-panel{
    display: block;
  }.direct-list .local-panel p{
    margin-top: calc(1.5rem * .75);
  }
}
.public-summary{padding:calc(1.5rem * 2.4) 1.27rem;background:#EFE7DA;color:#3A352D;}
.public-summary .question{max-width:1000px;margin:0 auto;}
.public-summary .title{margin-bottom:calc(0.87rem * 1.5);max-width:62ch;}
.public-summary .title h2{margin:0;font-size:calc(16.1px * 2);}
.public-summary .title p{margin:0.87rem 0 0;font-size:16.1px;}
.public-summary .steady-intro{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);}
.public-summary .fresh-quote{flex:1 1 260px;border-top:2px solid var(--ink-clear);padding-top:0.87rem;}
.public-summary .fresh-quote h3{margin:0 0 6px;font-size:calc(16.1px * 1.35);}
.public-summary .fresh-quote p{margin:0 0 0.87rem;}
.public-summary .fresh-quote a{color:#8C5A2B;text-decoration:none;font-weight:600;}
.public-summary .fresh-quote a:hover{color:inherit;}
.public-summary .fresh-quote .secondary-view{display:inline-block;border-bottom:1px solid currentColor;padding-bottom:2px;}
.public-summary .wide-links{margin:calc(0.87rem * 1.5) 0 0;font-size:calc(16.1px * .875);border-top:1px solid var(--ink-clear);padding-top:0.87rem;}
.public-summary .wide-links a{color:#8C5A2B;text-decoration:none;font-weight:600;}
.public-summary .wide-links a:hover{color:inherit;}
@media (max-width:640px){.public-summary .fresh-quote{flex:1 1 100%;}
    }
.badge---suggestions{--axis-active:calc(1.5rem * 1.15);--mark-public:calc(1000px / 2.6);padding:calc(1.5rem * 2.4) 1.27rem;background:#EFE7DA;color:#3A352D;}
.badge---suggestions .question{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:var(--axis-active);}
.badge---suggestions h2,.badge---suggestions h3,.badge---suggestions p{margin:0;}
.badge---suggestions h2{font-size:calc(16.1px * 2);line-height:1.14;max-width:var(--mark-public);}
.badge---suggestions h3{font-size:calc(16.1px * 1.35);line-height:1.22;}
.badge---suggestions p{font-size:16.1px;line-height:1.65;}
.badge---suggestions .visual-wrap{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.badge---suggestions .visual-wrap .open-frame{max-width:var(--mark-public);}
.badge---suggestions .narrow-figure{display:flex;flex-wrap:wrap;gap:0.87rem;}
.badge---suggestions .fresh-quote{flex:1 1 calc(1000px / 3.4);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(1.5rem * .75);border:1px solid var(--ink-clear);border-radius:0.36rem;background:#FFFFFF;color:#1F1C17;}
.badge---suggestions .fresh-quote p{font-size:calc(16.1px * .875);}
.badge---suggestions .simple-details{align-self:flex-start;margin-top:auto;font-size:calc(16.1px * .875);color:#8C5A2B;text-decoration:none;border-bottom:1px solid #8C5A2B;padding-bottom:1px;}
.badge---suggestions .simple-details:hover{color:inherit;border-bottom-color:#B4552A;}
.badge---suggestions .wide-links{font-size:calc(16.1px * .875);max-width:var(--mark-public);}
.badge---suggestions .wide-links a{color:#8C5A2B;text-decoration:none;border-bottom:1px solid #8C5A2B;}
.badge---suggestions .wide-links a:hover{color:inherit;border-bottom-color:#B4552A;}
@media (max-width:720px){.badge---suggestions .fresh-quote{flex:1 1 100%;}
}
.contact-panel{position:relative;padding:calc(1.5rem * 2.4) 1.27rem;background:linear-gradient(135deg, #8C5A2B 0%, #B4552A 100%);color:#FBF7F0}
.contact-panel .question{max-width:1000px;margin:0 auto}
.contact-panel h2{margin:0 0 1.5rem;font-size:calc(16.1px * 2.65);line-height:1.05}
.contact-panel .open-frame{max-width:52ch;margin:0 0 calc(0.87rem * 1.5);font-size:calc(16.1px * 1.125);line-height:1.65}
.contact-panel .local-region{display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.contact-panel .fresh-quote{display:grid;grid-template-columns:minmax(14rem,20rem) 1fr;gap:calc(0.87rem * 1.5);padding:calc(1.5rem * .75) 0;border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.contact-panel h3{margin:0;font-size:calc(16.1px * 1.35);line-height:1.2}
.contact-panel .fresh-quote p{margin:0;line-height:1.65}
.contact-panel .page-block{max-width:46rem;margin:calc(0.87rem * 1.5) 0 0;font-size:16.1px;line-height:1.65}
.contact-panel .page-block a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.contact-panel .page-block a:hover{opacity:.82}
@media(max-width:720px){.contact-panel .fresh-quote{grid-template-columns:1fr;gap:1.5rem}
}
.set{--axis-active:calc(1.5rem * 1.35);--mark-public:calc(1000px / 1.9);padding:calc(1.5rem * 2.4) 1.27rem;background:var(--tone-cool);color:var(--tone-extra-9);}
.set .question{max-width:1000px;margin:0 auto;}
.set h2,.set h3,.set p{margin:0;}
.set h2{font-size:calc(16.1px * 2);line-height:1.14;}
.set h3{font-size:calc(16.1px * 1.35);line-height:1.22;}
.set p{font-size:16.1px;line-height:1.65;color:#3A352D;}
.set .wide-links{margin-bottom:calc(1.5rem / 2);font-size:calc(16.1px * .875);letter-spacing:.04em;text-transform:uppercase;color:#8C5A2B;}
.set .open-frame{margin-top:1.5rem;max-width:var(--mark-public);}
.set .narrow-figure{display:flex;flex-direction:column;gap:var(--axis-active);margin-top:var(--axis-active);}
.set .fresh-quote{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid var(--ink-clear);}
.set .fresh-quote h3{margin-bottom:calc(1.5rem / 3);color:var(--tone-extra-9);}
.set .fresh-quote p{max-width:var(--mark-public);}
@media (max-width:640px){.set .fresh-quote{padding-left:calc(0.87rem * 1.5);}
}
.strong-menu{position:relative;padding:calc(1.5rem * 2.4) 1.27rem;background:#EFE7DA;color:#3A352D}
.strong-menu .question{max-width:1000px;margin:0 auto}
.strong-menu h2{margin:0 0 calc(0.87rem * 1.5);font-size:calc(16.1px * 2);line-height:1.15}
.strong-menu .open-frame{max-width:46rem;margin:0 0 calc(0.87rem * 1.5);font-size:calc(16.1px * 1.125);line-height:1.65}
.strong-menu .local-region{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.strong-menu .wide-links{padding:calc(1.5rem * .75);background:#FFFFFF;color:#1F1C17;border:1px solid var(--ink-clear);border-radius:0.36rem}
.strong-menu h3{margin:0 0 1.5rem;font-size:16.1px;line-height:1.2}
.strong-menu .wide-links p{margin:0;line-height:1.65}
.strong-menu .page-block{max-width:46rem;margin:calc(0.87rem * 1.5) 0 0;font-size:calc(16.1px * .875);line-height:1.65}
@media(min-width:720px){.strong-menu .local-region{display:grid;grid-template-columns:1fr 1fr;gap:0.87rem}}
.team-figure{
  --axis-active:calc(1.5rem * 1.11);
  --label-small:calc(1000px / 3.43);
  padding:calc(1.5rem * 2.4) 1.27rem;
  background:#1F1C17;
  color:#FBF7F0;
}
.team-figure .question{max-width:1000px;
  margin:0 auto;}
.team-figure h2,
.team-figure h3,
.team-figure p{margin:0;}
.team-figure h2{font-size:calc(16.1px * 2);
  line-height:1.12;}
.team-figure h3{font-size:calc(16.1px * 1.35);
  line-height:1.2;}
.team-figure p{font-size:16.1px;
  line-height:1.65;color:inherit;}
.team-figure .row-title{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:0.87rem;}
.team-figure .row-title h2{flex:1 1 calc(1000px / 3);
  min-width:0;}
.team-figure .row-title .open-frame{flex:1 1 calc(1000px / 2.4);
  min-width:0;}
.team-figure .quiet-area{display:flex;
  flex-wrap:wrap;
  gap:var(--axis-active);
  margin-top:var(--axis-active);}
.team-figure .fresh-quote{flex:1 1 var(--label-small);
  min-width:0;
  padding-block-start:calc(1.5rem / 2);
  border-top:1px solid color-mix(in srgb, #FBF7F0 18%, transparent);}
.team-figure .fresh-quote p{margin-top:calc(1.5rem / 3);}
.team-figure .compact-steps{padding-inline-start:calc(1.5rem * .75);}
.team-figure .steady-stack{row-gap:calc(var(--axis-active) * 1.2);}
.team-figure .strong-body{padding-block:calc(var(--axis-active) / 2);}
@media (max-width:720px){.team-figure .row-title h2,
  .team-figure .row-title .open-frame{
    flex:1 1 100%;
  }
}
.top-lead{
        padding:calc(1.5rem * 2) 1.27rem;
        background:linear-gradient(135deg, #FBF7F0 0%, #EFE7DA 55%, #E2D3BC 100%);
        color:#1F1C17;
    }
.top-lead .visual-view{max-width:1000px;
        margin:0 auto;
        display:grid;
        gap:calc(0.87rem * 1.5);}
.top-lead h2,
    .top-lead h3,
    .top-lead p{margin:0;}
.top-lead .visual-wrap{display:grid;
        gap:.55rem;
        max-width:62ch;}
.top-lead .visual-wrap h2{font-size:calc(16.1px * 2);
        line-height:1.2;}
.top-lead .visual-wrap .open-frame{font-size:16.1px;
        line-height:1.65;}
.top-lead .site-links{display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:calc(1.5rem * .75);}
.top-lead .site-links .fresh-quote{
        background:#FFFFFF;
        color:#1F1C17;
        border:1px solid var(--ink-clear);
        border-radius:0.61rem;
        padding:1.1rem 1.15rem;
        display:grid;
        gap:.45rem;
        box-shadow:0 1px 2px rgba(0,0,0,0.04);
    }
.top-lead .site-links .fresh-quote h3{font-size:calc(16.1px * 1.35);
        line-height:1.3;}
.top-lead .site-links .fresh-quote p{font-size:calc(16.1px * .875);
        line-height:1.65;}
.top-lead .public-frame{border-top:1px solid var(--ink-clear);
        padding-top:calc(0.87rem * 1.5);}
.top-lead .public-frame p{font-size:calc(16.1px * .875);
        line-height:1.65;
        max-width:70ch;}
.top-lead .public-frame a{text-decoration:underline;
        text-underline-offset:2px;}
.top-lead .public-frame a:hover{}
@media (max-width: 720px){.top-lead .site-links{
            grid-template-columns:1fr;
        }
    }
.fresh-summary{--axis-active:calc(1.5rem * 1.15);--mark-public:calc(1000px / 2.2);padding:calc(1.5rem * 2.4) 1.27rem;background:#EFE7DA;color:#3A352D;}
.fresh-summary .question{max-width:1000px;margin:0 auto;}
.fresh-summary h2,.fresh-summary h3,.fresh-summary p{margin:0;}
.fresh-summary h2{font-size:calc(16.1px * 2);line-height:1.14;}
.fresh-summary h3{font-size:calc(16.1px * 1.35);line-height:1.25;}
.fresh-summary p{font-size:16.1px;line-height:1.65;}
.fresh-summary .visual-wrap{display:flex;flex-wrap:wrap;gap:0.87rem;align-items:flex-end;padding-bottom:calc(0.87rem * 1.5);border-bottom:1px solid var(--ink-clear);}
.fresh-summary .visual-wrap>h2{flex:1 1 calc(1000px / 2.6);min-width:0;}
.fresh-summary .visual-wrap>.open-frame{flex:1 1 calc(1000px / 2.6);min-width:0;max-width:var(--mark-public);}
.fresh-summary .narrow-figure{display:flex;flex-direction:column;margin-top:var(--axis-active);}
.fresh-summary .fresh-quote{display:flex;flex-wrap:wrap;align-items:baseline;gap:0.87rem;padding:calc(calc(1.5rem * .75) * 1.1) 0;border-bottom:1px solid var(--ink-clear);}
.fresh-summary .fresh-quote:last-child{border-bottom:0;}
.fresh-summary .fresh-quote>h3{flex:1 1 calc(1000px / 3.2);min-width:0;}
.fresh-summary .fresh-quote>p{flex:1 1 calc(1000px / 2.6);min-width:0;max-width:var(--mark-public);}
.fresh-summary .fresh-quote>.public-frame{flex:0 0 auto;font-size:calc(16.1px * .875);color:#8C5A2B;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:1px;}
.fresh-summary .fresh-quote>.public-frame:hover{color:inherit;}
@media (max-width:640px){.fresh-summary .fresh-quote{flex-direction:column;align-items:flex-start;}.fresh-summary .fresh-quote>h3,.fresh-summary .fresh-quote>p{flex:1 1 100%;}
}
.local-inner{
  padding: calc(1.5rem * 2.4) 1.27rem;
  background: #1F1C17;
  color: #FBF7F0;
}
.local-inner .question{max-width: min(1000px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.87rem * 1.5);}
.local-inner .wide-links{max-width: 46rem;}
.local-inner h2{margin: 0;
  font-size: calc(16.1px * 2);
  line-height: 1.1;}
.local-inner .wide-links p{margin: calc(1.5rem * .75) 0;
  color: #D9D0C2;
  font-size: calc(16.1px * 1.125);
  line-height: 1.65;}
.local-inner .wide-links a{
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * .8) calc(1.5rem * .75);
  border-radius: 0.36rem;
  background: #B4552A;
  color: #FBF7F0;
  text-decoration: none;
  font-size: calc(16.1px * .875);
}
.local-inner ul{list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(251, 247, 240, 0.18);}
.local-inner li{display: grid;
  grid-template-columns: minmax(14rem, 1fr) minmax(0, 1.4fr);
  gap: 0.87rem;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid rgba(251, 247, 240, 0.18);}
.local-inner li strong{font-weight: 600;
  font-size: 16.1px;}
.local-inner li span{color: #D9D0C2;
  font-size: 16.1px;}
@media (max-width: 760px) {.local-inner li{
    grid-template-columns: 1fr;
    gap: calc(0.87rem * .4);
  }
}
.bottom-track{background:linear-gradient(135deg, #8C5A2B 0%, #B4552A 100%);color:#FBF7F0;padding:calc(1.5rem * 2.4) 1.27rem}
.bottom-track .question{max-width:1000px;margin:0 auto}
.bottom-track .strong-grid{display:flex;flex-direction:column;gap:calc(0.87rem * 1.5)}
.bottom-track h2{margin:0;font-size:clamp(calc(16.1px * 2),5vw,calc(16.1px * 2.65));line-height:1.08;letter-spacing:0}
.bottom-track .body{display:flex;align-items:flex-start;gap:calc(0.87rem * 1.5)}
.bottom-track p{flex:0 1 22rem;margin:0;min-width:0;font-size:calc(16.1px * 1.125);line-height:1.65}
.bottom-track .plain-body{flex:1 1 34rem;min-width:0;display:flex;flex-wrap:wrap;gap:1.5rem}
.bottom-track .plain-body a{flex:1 1 15rem;min-width:0;padding:calc(1.5rem * .75);border-radius:0.36rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;text-decoration:none}
.bottom-track strong,.bottom-track span{display:block}
.bottom-track strong{font-size:16.1px}
.bottom-track span{margin-top:calc(calc(1.5rem * .75)*.45);line-height:1.55;font-size:calc(16.1px * .875)}
.bottom-track span:first-of-type{font-size:16.1px;opacity:.95}
@media(max-width:760px){.bottom-track .body{flex-direction:column}.bottom-track p{flex-basis:auto}}
.content-benefit{padding:calc(1.5rem * 2.4) 1.27rem;background:#EFE7DA;color:#3A352D;}
.content-benefit .question{max-width:1000px;margin:0 auto;}
.content-benefit .title{max-width:62ch;margin-bottom:calc(0.87rem * 1.5);}
.content-benefit .title h2{margin:0;font-size:calc(16.1px * 2);line-height:1.2;}
.content-benefit .title p{margin:0.87rem 0 0;font-size:16.1px;}
.content-benefit .steady-intro{display:flex;flex-direction:column;border-top:1px solid var(--ink-clear);}
.content-benefit .fresh-quote{padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--ink-clear);}
.content-benefit .fresh-quote h3{margin:0 0 6px;font-size:calc(16.1px * 1.125);}
.content-benefit .fresh-quote p{margin:0;max-width:70ch;}
.content-benefit .wide-links{display:inline-block;margin-top:8px;font-size:calc(16.1px * .875);color:#3A352D;opacity:0.8;}
.content-benefit .bottom-header{margin-top:calc(0.87rem * 1.5);display:flex;flex-wrap:wrap;align-items:center;gap:0.87rem;}
.content-benefit .bottom-header p{margin:0;flex:1 1 320px;font-size:calc(16.1px * .875);}
.content-benefit .bottom-header a{display:inline-block;padding:10px 18px;border-radius:0.36rem;text-decoration:none;font-weight:600;font-size:calc(16.1px * .875);}
.content-benefit .bottom-header a:first-of-type{background:#8C5A2B;color:#FBF7F0;}
.content-benefit .bottom-header a:first-of-type:hover{background:#734821;color:#1F1C17;}
.content-benefit .bottom-header a:last-of-type{background:transparent;color:#8C5A2B;border:1px solid var(--ink-clear);}
.content-benefit .bottom-header a:last-of-type:hover{background:color-mix(in srgb, currentColor 10%, transparent);color:#B4552A;}
@media (max-width: 640px){.content-benefit .bottom-header{flex-direction:column;align-items:flex-start;}.content-benefit .bottom-header a{width:100%;text-align:center;}
    }
.bottom-wrap{
  background:var(--tone-cool);
  color:var(--tone-extra-9);
  padding:calc(1.5rem * 2.4) 1.27rem;
}
.bottom-wrap .question{max-width:1000px;
  margin:0 auto;}
.bottom-wrap .simple-unit{max-width:46rem;}
.bottom-wrap .quiet-links{margin:0 0 1.5rem;
  max-width:36rem;
  color:#3A352D;
  font-size:16.1px;
  line-height:1.65;}
.bottom-wrap h2{margin:0;
  font-size:calc(16.1px * 2);
  line-height:1.1;
  letter-spacing:0;}
.bottom-wrap .main-flow{margin-top:calc(0.87rem * 1.5);
  max-width:56rem;
  display:flex;
  flex-direction:column;
  gap:0;}
.bottom-wrap .fresh-quote{display:grid;
  grid-template-columns:14rem 1fr;
  gap:0.87rem;
  align-items:baseline;
  padding:1.5rem 0;}
.bottom-wrap .fresh-quote + .fresh-quote{border-top:1px solid var(--ink-clear);}
.bottom-wrap .fresh-quote strong{font-size:16.1px;
  line-height:1.3;
  font-weight:600;}
.bottom-wrap .fresh-quote span{min-width:0;
  color:#3A352D;
  font-size:16.1px;
  line-height:1.65;}
@media (max-width:680px){.bottom-wrap .fresh-quote{
    grid-template-columns:1fr;
    gap:.35rem;
  }
}
.featured-intro{--axis-active:calc(1.5rem * 1.21);--label-small:calc(1000px / 3.54);padding:calc(1.5rem * 2.4) 1.27rem;background:#8C5A2B;color:#FBF7F0;}
.featured-intro .question{max-width:1000px;margin:0 auto;}
.featured-intro h2,.featured-intro h3,.featured-intro p{margin:0;}
.featured-intro h2{font-size:calc(16.1px * 2);line-height:1.14;}
.featured-intro h3{font-size:calc(16.1px * 1.35);line-height:1.22;}
.featured-intro p{font-size:16.1px;line-height:1.65;color:color-mix(in srgb, currentColor 76%, transparent);}
.featured-intro .open-frame{margin-top:1.5rem;max-width:calc(1000px / 2);}
.featured-intro .narrow-figure{display:flex;flex-wrap:wrap;gap:var(--axis-active);margin-top:var(--axis-active);}
.featured-intro .fresh-quote{flex:1 1 var(--label-small);min-width:0;padding:calc(var(--axis-active) * .72);border-radius:0.36rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.featured-intro .fresh-quote p{margin-top:calc(1.5rem / 3);}
.featured-intro .open{padding-block-start:var(--axis-active);}
.featured-intro .visual-proof{row-gap:calc(var(--axis-active) * .7);}
.featured-intro .strong-body{padding-block:calc(var(--axis-active) / 2);}
.quiet-method{padding:calc(1.5rem * 2.4) 1.27rem;background:var(--tone-cool);color:var(--tone-extra-9);}
.quiet-method .question{max-width:1000px;margin:0 auto;}
.quiet-method h2,.quiet-method h3,.quiet-method p{margin:0;}
.quiet-method h2{font-size:calc(16.1px * 2);line-height:1.14;}
.quiet-method h3{font-size:calc(16.1px * 1.35);line-height:1.25;}
.quiet-method p{font-size:16.1px;line-height:1.65;}
.quiet-method .visual-wrap{max-width:calc(1000px / 1.55);margin-bottom:calc(0.87rem * 1.5);}
.quiet-method .visual-wrap .open-frame{margin-top:calc(1.5rem * .75);color:#3A352D;}
.quiet-method .steady-intro{display:flex;flex-direction:column;border-top:1px solid var(--ink-clear);}
.quiet-method .fresh-quote{display:flex;flex-wrap:wrap;gap:0.87rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--ink-clear);}
.quiet-method .text-service{flex:0 0 auto;min-width:4.5rem;font-size:calc(16.1px * 1.125);font-weight:600;color:#8C5A2B;letter-spacing:0.02em;}
.quiet-method .narrow-callout{flex:1 1 calc(1000px / 2.2);min-width:0;}
.quiet-method .narrow-callout p{margin-top:calc(1.5rem / 3);color:#3A352D;}
@media (max-width:640px){.quiet-method .fresh-quote{gap:calc(0.87rem / 2);}.quiet-method .text-service{min-width:0;}
}
.main-proof{
    padding: calc(1.5rem * 2.4) 1.27rem;
    background: var(--tone-cool);
    color: var(--tone-extra-9);
}
.main-proof .page-callout{max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(0.87rem * 1.5);}
.main-proof .open-frame{display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);
    max-width: 60ch;}
.main-proof .open-frame h1{margin: 0;
    font-size: calc(16.1px * 2);
    line-height: 1.2;}
.main-proof .wide-links{
    margin: 0;
    font-size: calc(16.1px * .875);
    color: #3A352D;
    background: #EFE7DA;
    padding: 0.5rem 0.75rem;
    border-radius: 0.2rem;
    align-self: flex-start;
}
.main-proof .body{
    margin: 0;
    padding: calc(1.5rem * .75);
    border-radius: 0.61rem;
    background: #FFFFFF;
    border: 1px solid var(--ink-clear);
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
    color: #1F1C17;
    display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);
}
.main-proof .body blockquote{margin: 0;
    display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);
    font-size: 16.1px;
    line-height: 1.65;}
.main-proof .body blockquote p{margin: 0;}
.main-proof .body figcaption{display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: calc(16.1px * .875);
    padding-top: calc(1.5rem * .75);
    border-top: 1px solid var(--ink-clear);}
.main-proof .primary-story{font-weight: 600;}
.main-proof .focused-intro{color: #3A352D;}
.main-proof .service-section{font-size: calc(16.1px * .875);
    color: #3A352D;}
.main-proof .narrow-quote{display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);
    max-width: 60ch;}
.main-proof .direct-menu{margin: 0;
    font-size: calc(16.1px * .875);}
.main-proof .public-frame{margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.87rem;}
.main-proof .public-frame a{font-size: calc(16.1px * .875);
    color: #8C5A2B;
    text-decoration: none;
    border-bottom: 1px solid #8C5A2B;
    padding-bottom: 1px;}
.main-proof .public-frame a:hover{color: #B4552A;
    border-bottom-color: #B4552A;}
@media (max-width: 640px) {.main-proof .open-frame,
    .main-proof .narrow-quote{
        max-width: none;
    }
}
.public-entries{
        background:linear-gradient(135deg, #FBF7F0 0%, #EFE7DA 55%, #E2D3BC 100%);
        color:#1F1C17;
        padding:calc(1.5rem * 2.4) 1.27rem;
    }
.public-entries .c{max-width:1000px;margin:0 auto;}
.public-entries .h{margin-bottom:calc(0.87rem * 1.5);}
.public-entries h1{font-size:calc(16.1px * 2);
        margin:0 0 0.87rem;
        line-height:1.2;}
.public-entries .open-frame{margin:0 0 0.87rem;
        max-width:60ch;
        font-size:16.1px;
        line-height:1.65;}
.public-entries .plain-feature{display:flex;
        flex-wrap:wrap;
        align-items:baseline;
        gap:0.87rem;
        padding-top:0.87rem;
        border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.public-entries .offer-section{font-size:calc(16.1px * 1.125);
        font-weight:700;}
.public-entries .page-quote{font-size:calc(16.1px * .875);
        letter-spacing:0.02em;}
.public-entries .featured-quote{font-size:calc(16.1px * .875);
        opacity:0.75;}
.public-entries .public-service{display:flex;
        flex-wrap:wrap;
        gap:0.87rem;
        margin-bottom:calc(0.87rem * 1.5);}
.public-entries .main-details{
        font:inherit;
        font-size:calc(16.1px * .875);
        padding:0.45rem 0.9rem;
        border-radius:0.36rem;
        border:1px solid color-mix(in srgb, currentColor 28%, transparent);
        background:transparent;
        color:inherit;
        cursor:pointer;
        transition:background 510ms var(--speed-hover), border-color 510ms var(--speed-hover);
    }
.public-entries .main-details:hover,
    .public-entries .main-details:focus-visible{
        background:color-mix(in srgb, currentColor 12%, transparent);
        border-color:color-mix(in srgb, currentColor 45%, transparent);
        outline:none;
    }
.public-entries .main-details[aria-pressed="true"]{
        background:#8C5A2B;
        color:#FBF7F0;
        border-color:#8C5A2B;
    }
.public-entries .narrow-figure{display:flex;
        flex-direction:column;
        gap:calc(1.5rem * .75);}
.public-entries .fresh-quote{
        background:#FFFFFF;
        color:#1F1C17;
        border:1px solid var(--ink-clear);
        border-radius:0.61rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 1px 2px rgba(0,0,0,0.04);
    }
.public-entries .direct-menu{display:flex;
        flex-wrap:wrap;
        align-items:center;
        gap:0.87rem;
        margin-bottom:0.87rem;}
.public-entries .text-items{
        width:42px;
        height:42px;
        flex:0 0 42px;
        display:flex;
        align-items:center;
        justify-content:center;
        border-radius:50%;
        background:#EFE7DA;
        color:#3A352D;
        font-weight:600;
        font-size:calc(16.1px * .875);
    }
.public-entries .local-note{flex:1 1 12rem;min-width:0;}
.public-entries h4{margin:0 0 0.15rem;
        font-size:16.1px;
        line-height:1.3;}
.public-entries h4 a{text-decoration:none;
        border-bottom:1px solid transparent;
        transition:color 510ms var(--speed-hover), border-color 510ms var(--speed-hover);}
.public-entries h4 a:hover{border-bottom-color:#B4552A;}
.public-entries .visual-items{display:block;
        font-size:calc(16.1px * .875);
        opacity:0.75;}
.public-entries .simple-surface{font-size:calc(16.1px * .875);
        opacity:0.7;
        margin-left:auto;}
.public-entries .fresh-quote p{margin:0 0 0.87rem;
        line-height:1.65;}
.public-entries .wide-links{font-size:calc(16.1px * .875);
        padding-top:0.87rem;
        border-top:1px solid var(--ink-clear);
        opacity:0.85;}
@media (min-width:768px){.public-entries .narrow-figure{gap:calc(0.87rem * 1.5);}.public-entries .fresh-quote{padding:calc(calc(1.5rem * .75) * 1.15);}
    }
.fresh-rail{
    padding: calc(1.5rem * 2.4) 1.27rem;
    background: var(--tone-cool);
    color: var(--tone-extra-9);
}
.fresh-rail .page-callout{max-width: 1000px;
    margin: 0 auto;}
.fresh-rail .body{
    margin: 0;
    padding: calc(1.5rem * .75);
    border-radius: 0.73rem;
    background: #FFFFFF;
    border: 1px solid var(--ink-clear);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    color: #1F1C17;
    display: flex;
    flex-direction: column;
    gap: calc(0.87rem * 1.5);
}
.fresh-rail .open-frame h1{margin: 0 0 0.4rem;
    font-size: calc(16.1px * 2);
    line-height: 1.2;}
.fresh-rail .open-frame .fresh-list{margin: 0;
    font-size: 16.1px;
    color: #3A352D;
    max-width: 46ch;}
.fresh-rail .plain-feature{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.6rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.36rem;
    background: #B4552A;
    color: #FBF7F0;
    align-self: flex-start;
}
.fresh-rail .plain-feature .top-benefit{font-weight: 600;
    font-size: 16.1px;}
.fresh-rail .plain-feature .visual-actions{font-size: calc(16.1px * .875);}
.fresh-rail .bottom-flow{margin: 0;
    padding-left: calc(0.87rem * 1.5);
    border-left: 3px solid #B4552A;}
.fresh-rail .bottom-flow p{margin: 0 0 0.9rem;
    font-size: 16.1px;
    line-height: 1.65;}
.fresh-rail .bottom-flow p:last-child{margin-bottom: 0;}
.fresh-rail .visual-items{display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding-top: calc(0.87rem * 1.5);
    border-top: 1px solid var(--ink-clear);}
.fresh-rail .local-note{display: flex;
    flex-direction: column;
    gap: 0.15rem;}
.fresh-rail .primary-story{font-weight: 600;
    font-size: 16.1px;}
.fresh-rail .focused-intro{font-size: calc(16.1px * .875);
    color: #3A352D;}
.fresh-rail .context{margin: 0;
    font-size: calc(16.1px * .875);
    color: #3A352D;}
.fresh-rail .public-frame{display: flex;
    flex-wrap: wrap;
    gap: 0.87rem;
    font-size: calc(16.1px * .875);}
.fresh-rail .public-frame a{color: #8C5A2B;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 510ms var(--speed-hover), border-color 510ms var(--speed-hover);}
.fresh-rail .public-frame a:hover,
.fresh-rail .public-frame a:focus-visible{color: #B4552A;
    border-bottom-color: #B4552A;}
@media (max-width: 640px) {.fresh-rail .body{
        padding: 1.27rem;
    }.fresh-rail .bottom-flow{
        padding-left: 0.87rem;
    }
}
.site-steps{
    background:var(--tone-cool);
    color:var(--tone-extra-9);
    padding:calc(1.5rem * 2.4) 1.27rem;
}
.site-steps .c{max-width:1000px;
    margin:0 auto;}
.site-steps .h{margin-bottom:calc(0.87rem * 1.5);}
.site-steps h1{font-size:calc(16.1px * 2.65);
    line-height:1.15;
    margin:0 0 calc(1.5rem * .75);}
.site-steps .open-frame{font-size:16.1px;
    line-height:1.65;
    max-width:62ch;
    margin:0 0 calc(1.5rem * .75);}
.site-steps .plain-feature{display:flex;
    align-items:baseline;
    gap:0.87rem;
    flex-wrap:wrap;}
.site-steps .offer-section{font-size:calc(16.1px * 2);
    font-weight:700;}
.site-steps .visual-track{font-size:calc(16.1px * .875);}
.site-steps .public-service{display:flex;
    flex-wrap:wrap;
    gap:0.87rem;
    margin-bottom:calc(0.87rem * 1.5);}
.site-steps .main-details{
    font:inherit;
    font-size:calc(16.1px * .875);
    padding:0.4rem 0.9rem;
    border-radius:0.36rem;
    border:1px solid var(--ink-clear);
    background:#FFFFFF;
    color:#1F1C17;
    cursor:pointer;
    transition:background 510ms var(--speed-hover), color 510ms var(--speed-hover);
}
.site-steps .main-details:hover{
    background:#B4552A;
    color:#FBF7F0;
    border-color:#B4552A;
}
.site-steps .narrow-figure{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.site-steps .fresh-quote{
    background:#FFFFFF;
    color:#1F1C17;
    border:1px solid var(--ink-clear);
    border-radius:0.61rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 2px rgba(0,0,0,0.04);
}
.site-steps .visual-items{display:flex;
    flex-wrap:wrap;
    gap:0.87rem;
    align-items:baseline;
    margin-bottom:0.4rem;}
.site-steps .local-note{font-weight:600;}
.site-steps .top-copy{font-size:calc(16.1px * .875);}
.site-steps h2{font-size:calc(16.1px * 1.35);
    margin:0 0 0.3rem;
    line-height:1.3;}
.site-steps h2 a{text-decoration:none;}
.site-steps h2 a:hover{text-decoration:underline;}
.site-steps .secondary-panel{font-size:calc(16.1px * .875);
    margin:0 0 0.6rem;}
.site-steps .narrow-callout{line-height:1.65;
    margin:0 0 0.8rem;}
.site-steps .simple-surface{font-size:calc(16.1px * .875);}
.site-steps .wide-links{margin-top:calc(0.87rem * 1.5);
    font-size:calc(16.1px * .875);
    line-height:1.65;}
.site-steps .wide-links a{}
.site-steps .wide-links a:hover{}
@media (min-width:768px){.site-steps .narrow-figure{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
    }.site-steps .fresh-quote:first-child{
        grid-column:1 / -1;
    }
}
.fresh-items{
    padding: calc(1.5rem * 2.4) 1.27rem;
    background: var(--tone-cool);
    color: var(--tone-extra-9);
}
.fresh-items .page-callout{max-width: 1000px;
    margin: 0 auto;}
.fresh-items .fresh-quote{display: flex;
    flex-direction: column;
    gap: calc(0.87rem * 1.5);}
.fresh-items .title{display: flex;
    flex-direction: column;
    gap: 0.5rem;}
.fresh-items .offer-rail{margin: 0;
    font-size: calc(16.1px * .875);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #3A352D;}
.fresh-items h1{margin: 0;
    font-size: calc(16.1px * 2.65);
    line-height: 1.15;}
.fresh-items .open-frame{margin: 0;
    max-width: 62ch;
    font-size: 16.1px;
    line-height: 1.65;
    color: #3A352D;}
.fresh-items .plain-feature{
    display: flex;
    align-items: baseline;
    gap: 0.6rem;
    padding: 0.55rem 0.9rem;
    align-self: flex-start;
    border-radius: 0.36rem;
    background: #B4552A;
    color: #FBF7F0;
    font-size: calc(16.1px * .875);
}
.fresh-items .plain-feature .top-benefit{font-size: calc(16.1px * 1.125);
    font-weight: 600;
    line-height: 1;}
.fresh-items .plain-feature .content-proof{opacity: 0.85;}
.fresh-items .plain-feature .wide-links{padding-left: 0.6rem;
    border-left: 1px solid currentColor;
    opacity: 0.9;}
.fresh-items blockquote{
    margin: 0;
    padding: calc(1.5rem * .75);
    border-left: 3px solid #8C5A2B;
    border-radius: 0 0.61rem 0.61rem 0;
    background: #FFFFFF;
    color: #1F1C17;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
    font-size: 16.1px;
    line-height: 1.65;
}
.fresh-items blockquote p{margin: 0 0 0.9rem;}
.fresh-items blockquote p:last-child{margin-bottom: 0;}
.fresh-items .author{display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.4rem 0.9rem;
    padding-top: calc(0.87rem * 1.5);
    border-top: 1px solid var(--ink-clear);
    font-size: calc(16.1px * .875);}
.fresh-items .author .primary-story{font-weight: 600;
    font-size: 16.1px;}
.fresh-items .author .focused-intro{color: #3A352D;}
.fresh-items .author .context{flex-basis: 100%;
    color: #3A352D;}
.fresh-items .public-frame{display: flex;
    flex-wrap: wrap;
    gap: 0.87rem;
    padding-top: calc(0.87rem * 1.5);}
.fresh-items .public-frame a{font-size: calc(16.1px * .875);
    color: #8C5A2B;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 510ms var(--speed-hover),
                border-color 510ms var(--speed-hover);}
.fresh-items .public-frame a:hover{color: #B4552A;
    border-bottom-color: #B4552A;}
@media (max-width: 640px) {.fresh-items .plain-feature{
        flex-wrap: wrap;
    }.fresh-items .plain-feature .wide-links{
        padding-left: 0;
        border-left: none;
        flex-basis: 100%;
    }
}
.main-method{
  background:linear-gradient(135deg, #FBF7F0 0%, #EFE7DA 55%, #E2D3BC 100%);
  color:#1F1C17;
  padding:calc(1.5rem * 2.4) 1.27rem;
}
.main-method .c{max-width:1000px;
  margin:0 auto;}
.main-method .h{max-width:62ch;
  margin:0 auto calc(0.87rem * 1.5);
  text-align:center;}
.main-method h1{font-size:calc(16.1px * 2.65);
  line-height:1.15;
  margin:0 0 0.87rem;}
.main-method .open-frame{font-size:16.1px;
  line-height:1.65;
  margin:0 0 0.87rem;}
.main-method .plain-feature{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  justify-content:center;
  gap:0.6rem;}
.main-method .offer-section{font-size:calc(16.1px * 2);
  font-weight:700;
  line-height:1;}
.main-method .page-quote{font-size:16.1px;
  font-weight:600;}
.main-method .visual-track{font-size:calc(16.1px * .875);
  opacity:0.75;}
.main-method .public-service{display:flex;
  flex-wrap:wrap;
  gap:0.5rem;
  justify-content:center;
  margin:0 auto calc(0.87rem * 1.5);}
.main-method .main-details{
  font:inherit;
  font-size:calc(16.1px * .875);
  padding:0.45rem 0.95rem;
  border-radius:0.36rem;
  border:1px solid var(--ink-clear);
  background:#FFFFFF;
  color:#1F1C17;
  cursor:pointer;
  transition:background 510ms var(--speed-hover), color 510ms var(--speed-hover);
}
.main-method .main-details:hover{
  background:#EFE7DA;
  color:#3A352D;
}
.main-method .main-details.is-active{
  background:#8C5A2B;
  color:#FBF7F0;
  border-color:#8C5A2B;
}
.main-method .narrow-figure{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.main-method .fresh-quote{
  background:#FFFFFF;
  color:#1F1C17;
  border:1px solid var(--ink-clear);
  border-radius:0.61rem;
  padding:calc(1.5rem * .75);
  box-shadow:0 1px 2px rgba(0,0,0,0.04);
}
.main-method .media-panel{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.87rem;
  margin-bottom:0.87rem;}
.main-method .text-items{
  width:44px;
  height:44px;
  flex:0 0 auto;
  border-radius:50%;
  background:#B4552A;
  color:#FBF7F0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:600;
  font-size:calc(16.1px * .875);
}
.main-method .local-note{flex:1 1 14rem;
  min-width:0;}
.main-method .local-note h2{font-size:calc(16.1px * 1.35);
  margin:0 0 0.2rem;}
.main-method .local-note h2 a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:border-color 510ms var(--speed-hover);}
.main-method .local-note h2 a:hover{border-bottom-color:#B4552A;}
.main-method .visual-items{margin:0;
  font-size:calc(16.1px * .875);
  opacity:0.75;}
.main-method .top-benefit{flex:0 0 auto;
  text-align:right;
  display:flex;
  flex-direction:column;
  gap:0.15rem;}
.main-method .local-list{font-size:calc(16.1px * 1.125);
  font-weight:700;
  line-height:1;}
.main-method .wide-area{font-size:calc(16.1px * .875);
  opacity:0.7;}
.main-method .local-panel{margin:0 0 0.87rem;
  line-height:1.65;}
.main-method .wide-links{margin:0;
  font-size:calc(16.1px * .875);
  padding-top:0.87rem;
  border-top:1px solid var(--ink-clear);
  opacity:0.8;}
.main-method .simple-rail{margin-top:calc(0.87rem * 1.5);
  padding-top:calc(0.87rem * 1.5);
  border-top:1px solid var(--ink-clear);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:0.87rem;}
.main-method .simple-rail p{margin:0;
  flex:1 1 20rem;
  font-size:calc(16.1px * .875);
  line-height:1.65;}
.main-method .simple-rail a{}
.main-method .simple-rail a:hover{}
.main-method .bottom-header{
  display:inline-block;
  padding:0.65rem 1.25rem;
  border-radius:0.36rem;
  background:#8C5A2B;
  color:#FBF7F0;
  text-decoration:none;
  font-size:calc(16.1px * .875);
  font-weight:600;
  transition:background 510ms var(--speed-hover);
}
.main-method .bottom-header:hover{
  background:#734821;color:#1F1C17;}
@media (min-width:768px){.main-method .fresh-quote{
    padding:calc(calc(1.5rem * .75) * 1.15);
  }
}
.soft-view{padding:calc(1.5rem * 2.4) 1.27rem;background:#8C5A2B;color:#FBF7F0}
.soft-view .question{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.87rem * 1.5)}
.soft-view h2{margin:0;font-size:calc(16.1px * 2.65);line-height:1.05}
.soft-view .question>p{margin:0;max-width:52rem;font-size:calc(16.1px * 1.125);line-height:1.65}
.soft-view .steady-intro{display:flex;flex-wrap:wrap;gap:0.87rem;margin-top:1.5rem}
.soft-view .fresh-quote{flex:1 1 15rem;min-width:0;padding:calc(1.5rem * .75);background:#FFFFFF;color:#1F1C17;border:1px solid var(--ink-clear);border-radius:0.36rem}
.soft-view .fresh-quote p{margin:0;overflow-wrap:anywhere;line-height:1.65}
.soft-view .fresh-quote p+p{margin-top:calc(1.5rem * .75)}
.soft-view .fresh-quote a{text-decoration:none;border-bottom:1px solid currentColor}
.soft-view .fresh-quote a:hover{}
.soft-view .wide-links{font-size:calc(16.1px * .875);opacity:.85}
.soft-view .top-copy{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(16.1px * .875);letter-spacing:.04em;text-transform:uppercase;}
.soft-view .direct-menu{padding-top:1.5rem;border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.soft-view .direct-menu p{margin:0;max-width:60rem;line-height:1.65}
@media(max-width:720px){.soft-view .steady-intro{flex-direction:column}.soft-view .fresh-quote{flex:1 1 auto}
}
.soft-section{padding:calc(1.5rem * 2.4) 1.27rem;background:#1F1C17;color:#FBF7F0}
.soft-section .photo{max-width:min(1000px,72rem);margin:0 auto}
.soft-section .page-callout{margin-bottom:calc(0.87rem * 1.5);max-width:44rem}
.soft-section h2{margin:0;font-size:calc(16.1px * 2);line-height:1.1}
.soft-section .open-frame{margin:1.5rem 0 0;font-size:calc(16.1px * 1.125);opacity:.82}
.soft-section .body{display:grid;grid-template-columns:minmax(15rem,.42fr) minmax(0,1fr);gap:0.87rem;align-items:start}
.soft-section .steady-intro{display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-top:1px solid rgba(251,247,240,.18);padding-top:calc(1.5rem * .75)}
.soft-section .media-team{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .35);padding-bottom:calc(1.5rem * .75);border-bottom:1px solid rgba(251,247,240,.14)}
.soft-section .focused-inner{font-size:calc(16.1px * .875);letter-spacing:.02em;text-transform:uppercase;opacity:.62}
.soft-section .main-wrap{font-size:16.1px;line-height:1.4;font-weight:600}
.soft-section .main-wrap a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(251,247,240,.35)}
.soft-section .main-wrap a:hover{border-bottom-color:#B4552A}
.soft-section .wide-links{margin:0;font-size:calc(16.1px * .875);opacity:.72;line-height:1.55}
.soft-section .bottom-headline{min-height:28rem;border-radius:0.61rem;overflow:hidden;border:1px solid rgba(251,247,240,.18)}
.soft-section iframe{display:block;width:100%;height:100%;border:0;filter:grayscale(.12)}
@media (max-width:760px){.soft-section .body{grid-template-columns:1fr}.soft-section .bottom-headline{min-height:22rem}
}
.simple-proof{
  background:#EFE7DA;
  color:#3A352D;
  padding:calc(1.5rem * 2.4) 1.27rem;
}
.simple-proof .question{max-width:1000px;
  margin:0 auto;}
.simple-proof .content-contact{display:flex;
  flex-direction:column;
  gap:calc(0.87rem * 1.5);}
.simple-proof .simple-fields{display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  gap:calc(0.87rem * 1.5);}
.simple-proof h2{flex:1 1 22rem;
  margin:0;
  font-size:clamp(calc(16.1px * 2),4.6vw,calc(16.1px * 2.65));
  line-height:1.08;
  letter-spacing:0;}
.simple-proof .simple-fields p{flex:1 1 22rem;
  margin:0;
  min-width:0;
  font-size:16.1px;
  line-height:1.7;}
.simple-proof .team-block{display:flex;
  flex-direction:column;
  gap:1.5rem;
  min-width:0;
  border-top:1px solid var(--ink-clear);
  padding-top:calc(0.87rem * 1.5);}
.simple-proof .compact-proof{display:flex;
  flex-wrap:wrap;
  gap:1.5rem;}
.simple-proof label{flex:1 1 15rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .4);
  font-size:calc(16.1px * .875);}
.simple-proof label.check{flex:1 1 100%;
  flex-direction:row;
  align-items:flex-start;
  gap:calc(1.5rem * .75);
  line-height:1.55;}
.simple-proof label.check input{width:auto;
  margin-top:.25rem;
  flex:0 0 auto;}
.simple-proof input[type="email"],
.simple-proof input[type="text"]{
  width:100%;
  min-width:0;
  border:1px solid var(--ink-clear);
  border-radius:0.2rem;
  background:#FFFFFF;
  color:#1F1C17;
  padding:calc(1.5rem * .75);
  font:inherit;
}
.simple-proof input::placeholder{}
.simple-proof .bottom-header{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.87rem;}
.simple-proof button{
  flex:0 0 auto;
  border:0;
  border-radius:0.36rem;
  background:#8C5A2B;
  color:#FBF7F0;
  padding:calc(1.5rem * .75) 0.87rem;
  font:inherit;
  font-weight:700;
  cursor:pointer;
}
.simple-proof button:hover{
  background:#734821;color:#1F1C17;}
.simple-proof .wide-links{flex:1 1 18rem;
  margin:0;
  min-width:0;
  font-size:calc(16.1px * .875);
  line-height:1.6;}
.simple-proof .wide-links a{}
.simple-proof .wide-links a:hover{}
@media (max-width:760px) {.simple-proof .simple-fields{ align-items:flex-start; }.simple-proof .bottom-header{ align-items:flex-start; }
}
.media-fields{padding:calc(1.5rem * 2.4) 1.27rem;background:#8C5A2B;color:#FBF7F0}
.media-fields .public-items{max-width:min(1000px,64rem);margin:0 auto}
.media-fields h2{margin:0;font-size:calc(16.1px * 2.65);line-height:1.08}
.media-fields .page-body{margin:1.5rem 0 calc(0.87rem * 1.5);font-size:calc(16.1px * 1.125);max-width:52rem}
.media-fields .fresh-proof{display:flex;flex-direction:column;border-top:1px solid color-mix(in srgb,currentColor 32%,transparent)}
.media-fields .wide-links{padding:calc(1.5rem * .75) 0}
.media-fields .wide-links + .wide-links{border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.media-fields h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.1px * 1.35);line-height:1.25;font-weight:600}
.media-fields .wide-links p{margin:0;max-width:60rem;line-height:1.65}
@media (min-width:48rem){.media-fields .wide-links{display:grid;grid-template-columns:minmax(12rem,18rem) 1fr;gap:0.87rem;align-items:start}.media-fields h3{margin:0}
}
.focused-panel{
  padding:calc(1.5rem * 2.4) 1.27rem;
  background:#1F1C17;
  color:#FBF7F0;
}
.focused-panel .narrow-callout{max-width:min(1000px,60rem);
  margin:0 auto;}
.focused-panel h2{margin:0 0 1.5rem;
  font-size:calc(16.1px * 2);
  line-height:1.15;
  letter-spacing:-0.01em;}
.focused-panel .visual-wrap{margin:0 0 calc(0.87rem * 1.5);
  font-size:16.1px;
  line-height:1.65;
  color:color-mix(in srgb,currentColor 74%,transparent);}
.focused-panel .focused-nav{display:grid;
  grid-template-columns:minmax(0,14rem) minmax(0,1fr);
  gap:0.87rem calc(1.5rem * .75);
  padding:calc(1.5rem * .75) 0;
  border-top:1px solid color-mix(in srgb,currentColor 18%,transparent);}
.focused-panel .focused-nav:last-child{border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent);}
.focused-panel h3{margin:0;
  font-size:calc(16.1px * 1.35);
  line-height:1.25;}
.focused-panel .focused-nav p{margin:0;
  font-size:16.1px;
  line-height:1.65;
  color:color-mix(in srgb,currentColor 74%,transparent);}
@media (max-width:720px){.focused-panel .focused-nav{
    grid-template-columns:1fr;
    gap:calc(0.87rem * 1.5);
  }
}
.offer-benefit{
  padding: calc(1.5rem * 2.4) 1.27rem;
  background: #1F1C17;
  color: #FBF7F0;
}
.offer-benefit .question{max-width: min(1000px, 72rem);
  margin: 0 auto;}
.offer-benefit h2{margin: 0;
  font-size: calc(16.1px * 2);
  line-height: 1.1;}
.offer-benefit .visual-wrap{margin: calc(1.5rem * .75) 0 calc(0.87rem * 1.5);
  max-width: 42rem;
  color: #D9D0C2;
  font-size: calc(16.1px * 1.125);}
.offer-benefit .compact-frame{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #3A352D;}
.offer-benefit .featured-shell{display: flex;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #3A352D;}
.offer-benefit .clear-intro{flex: 0 0 auto;
  min-width: 2.4rem;
  font-size: calc(16.1px * .875);
  letter-spacing: 0.08em;color:inherit;
  padding-top: 0.2rem;}
.offer-benefit .strong-feature{flex: 1 1 auto;}
.offer-benefit .strong-feature strong{display: block;
  font-size: calc(16.1px * 1.35);
  margin-bottom: 0.35rem;}
.offer-benefit .strong-feature p{margin: 0;
  color: #D9D0C2;}
.offer-benefit .strong-feature a,
.offer-benefit .content-brand a,
.offer-benefit .public-frame a{text-decoration: underline;
  text-underline-offset: 3px;}
.offer-benefit .strong-feature a:hover,
.offer-benefit .content-brand a:hover,
.offer-benefit .public-frame a:hover{color: #D9D0C2;}
.offer-benefit .open-plan{display: flex;
  flex-wrap: wrap;
  gap: calc(0.87rem * 1.5);
  margin-top: calc(0.87rem * 1.5);
  padding-top: calc(1.5rem * .75);}
.offer-benefit .content-brand{flex: 1 1 14rem;
  min-width: 12rem;}
.offer-benefit .plain-area{display: block;
  font-size: calc(16.1px * .875);
  text-transform: uppercase;
  letter-spacing: 0.08em;color:inherit;
  margin-bottom: 0.3rem;}
.offer-benefit .content-brand p{margin: 0;}
.offer-benefit .public-frame{margin: calc(0.87rem * 1.5) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #3A352D;
  color: #D9D0C2;
  font-size: calc(16.1px * .875);}
@media (max-width: 640px) {.offer-benefit .featured-shell{
    flex-direction: column;
    gap: 0.35rem;
  }.offer-benefit .open-plan{
    flex-direction: column;
    gap: calc(1.5rem * .75);
  }
}
.open-note{--axis-active:calc(1.5rem * 1.42);--mark-public:calc(1000px / 2.90);padding:calc(1.5rem * 2.4) 1.27rem;background:#8C5A2B;color:#FBF7F0;}
.open-note .question{max-width:1000px;margin:0 auto;}
.open-note h1,.open-note h2,.open-note h3,.open-note p{margin:0;}
.open-note h1{font-size:calc(16.1px * 2.65);line-height:1.08;}
.open-note h2{font-size:calc(16.1px * 2);line-height:1.12;}
.open-note h3{font-size:calc(16.1px * 1.35);line-height:1.2;}
.open-note p{font-size:16.1px;line-height:1.65;color:color-mix(in srgb, currentColor 76%, transparent);}
.open-note a{color:inherit;text-decoration:none;}
.open-note .bottom-header{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.2rem;background:#FBF7F0;color:#8C5A2B;}
.open-note .public-frame{font-size:calc(16.1px * .875);max-width:var(--mark-public);}
.open-note .public-frame a{text-decoration:underline;text-underline-offset:3px;}
.open-note .strong-actions>h2,.open-note .strong-actions>p,.open-note .strong-actions>.bottom-header{margin-top:1.5rem;}
.open-note .strong-actions>.wide-links{margin-top:0;}
.open-note .strong-actions>.public-frame{margin-top:var(--axis-active);}
.columns{padding:calc(1.5rem * 2.4) 1.27rem;background:var(--tone-cool);color:var(--tone-extra-9)}
.columns .question{max-width:1000px;margin:0 auto}
.columns .simple-unit{display:flex;gap:calc(0.87rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.columns .open-frame{flex:1 1 26rem;min-width:0}
.columns .wide-links{margin:0 0 1.5rem;max-width:30rem;font-size:calc(16.1px * .875);line-height:1.65;color:#3A352D;letter-spacing:0.02em;text-transform:uppercase}
.columns h2{margin:0;font-size:calc(16.1px * 2.65);line-height:1.08}
.columns .text-figure{flex:1 1 24rem;min-width:0;padding-top:calc(1.5rem * .75)}
.columns .local-panel{margin:0;line-height:1.65;color:var(--tone-extra-9)}
.columns .bottom-header{display:inline-flex;margin-top:1.5rem;border-radius:0.36rem;background:#B4552A;color:#FBF7F0;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:16.1px}
.columns .bottom-header:hover{background:#9A4520;color:#1F1C17;}
.columns .public-frame{list-style:none;margin:calc(0.87rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:0}
.columns .public-frame li a{display:block;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--ink-clear);color:#8C5A2B;text-decoration:none;font-size:16.1px}
.columns .public-frame li a:hover{color:#B4552A}
@media(max-width:760px){.columns .simple-unit{display:block}.columns h2{font-size:calc(16.1px * 2)}.columns .text-figure{margin-top:calc(0.87rem * 1.5);padding-top:0}}
