html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Work Sans", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --ink-accent: #FFFFFF;
  --paint-inverse: #B23A1E;
  --surface-light: #3A3228;
  --line-dark: #E0D5C3;
  --tone-accent: #1F1A14;
  --ink-muted: #F1E9DC;
  --speed-base: cubic-bezier(0.16,1,0.3,1);
}
a{color:inherit;}
.soft-view {
    width: 100%;
    background: #1A1510;
    color: #F4EFE7;
    border-bottom: 1px solid var(--line-dark);
  }
.fresh-method {
    max-width: 1680px;
    margin: 0 auto;
    padding: 1.5rem 2.21rem;
    display: flex;
    align-items: center;
    gap: 1.95rem;
  }
.bottom-area {
    font-size: calc(16.6px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #F4EFE7;
    text-decoration: none;
    flex-shrink: 0;
  }
.bottom-area:hover {
    color: #C9A227;
  }
.offer-summary {
    flex: 1 1 auto;
  }
.offer-summary ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.95rem * 1.5);
  }
.offer-summary a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 16.6px;
    color: #F4EFE7;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 460ms var(--speed-base),
                border-color 460ms var(--speed-base);
  }
.offer-summary a:hover {
    color: #C9A227;
    border-bottom-color: #C9A227;
  }
.active-quote {
    flex-shrink: 0;
  }
.focused-visual {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    background: #C9A227;
    color: #1A1408;
    font-size: calc(16.6px * .875);
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.56rem;
    transition: background 460ms var(--speed-base);
  }
.focused-visual:hover{
    background: #A9861A;color:var(--tone-accent);}
.bottom-view {
    display: none;
    width: 42px;
    height: 42px;
    padding: 0;
    background: transparent;
    border: 1px solid #F4EFE7;
    border-radius: 0.33rem;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
  }
.bottom-view span{
    display: block;
    width: 20px;
    height: 2px;
    background: #F4EFE7;color:var(--tone-accent);}
@media (max-width: 767px) {
    .fresh-method {
      flex-wrap: wrap;
      gap: calc(1.95rem * 1.5);
    }

    .bottom-view {
      display: flex;
      margin-left: auto;
    }

    .active-quote {
      order: 3;
      width: 100%;
    }

    .focused-visual {
      display: block;
      text-align: center;
    }

    .offer-summary {
      order: 4;
      width: 100%;
      display: none;
    }

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

    .offer-summary ul {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      padding: calc(1.95rem * 1.5) 0 0;
    }

    .offer-summary a {
      display: block;
      padding: 0.7rem 0;
      border-bottom: 1px solid var(--line-dark);
    }

    .offer-summary a:hover {
      border-bottom-color: #C9A227;
    }
  }
.fresh-summary{font-family:"Work Sans", sans-serif;font-size:16.6px;line-height:1.81;padding:0;background:#1A1510;color:#F4EFE7;}
.page-items{max-width:1680px;margin:0 auto;padding:calc(1.5rem * 2.4) 2.21rem;display:flex;flex-direction:column;gap:calc(1.95rem * 1.5)}
.contact-media{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-bottom:calc(1.95rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.15)}
.focused-flow{font-size:calc(16.6px * 1.35);font-weight:700;margin:0;letter-spacing:0.02em}
.main-proof{display:flex;flex-direction:column;gap:1.95rem;font-style:normal;font-size:16.6px}
.page-grid{display:block}
.clear-intro{display:flex;flex-direction:column;gap:1.95rem}
.contact-visual{font-size:calc(16.6px * 2);font-weight:700;margin:0;letter-spacing:0.03em}
.fresh-visual{margin:0;font-size:calc(16.6px * .875);opacity:0.85;max-width:48ch}
.public-shell,
  .simple-stack{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1.95rem}
.public-shell li,
  .simple-stack li{margin:0}
.content-steps{color:inherit;text-decoration:none;font-size:16.6px;border-bottom:1px solid transparent;transition:border-color 460ms var(--speed-base)}
.content-steps:hover,
  .content-steps:focus-visible{border-bottom-color:currentColor;outline:none}
.simple-stack .content-steps{font-size:calc(16.6px * .875);opacity:0.9}
.contact-wrap{padding-top:calc(1.95rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15);font-size:calc(16.6px * .875);opacity:0.85}
.contact-wrap p{margin:0;max-width:72ch}
.simple-benefit{font-size:calc(16.6px * .875);opacity:0.75}
.simple-benefit p{margin:0}
@media (min-width: 768px) {.page-items{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"contact brand"
        "contact nav"
        "legal legal"
        "disclaimer disclaimer"
        "copy copy";gap:calc(1.95rem * 1.5) 2.21rem;align-items:start}.contact-media{grid-area:contact;border-bottom:none;padding-bottom:0}.clear-intro{grid-area:brand}.strong-header{grid-area:nav}.wide-copy{grid-area:legal}.contact-wrap{grid-area:disclaimer}.simple-benefit{grid-area:copy}
  }
@media (min-width: 1024px) {.page-items{grid-template-columns:1.2fr 1fr 1fr;grid-template-areas:"contact brand nav"
        "contact legal legal"
        "disclaimer disclaimer disclaimer"
        "copy copy copy"}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:2.21rem;right:2.21rem;bottom:1.5rem;z-index:1200;}
.cookies .clear-frame{max-width:920px;margin:0 auto;padding:calc(1.5rem * .9) 2.21rem;border-radius:1.31rem;background:linear-gradient(135deg,#C9A227,var(--paint-inverse));color:#1A1408;box-shadow:0 16px 50px rgba(0,0,0,0.28);display:grid;grid-template-columns:1fr auto;gap:1.95rem;align-items:center;}
.cookies .active-details strong{display:block;margin-bottom:4px;}
.cookies .active-details p{margin:0;opacity:.95;}
.cookies .offer-region{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;}
.cookies .offer-region button{border:1px solid color-mix(in srgb, currentColor 35%, transparent);background:color-mix(in srgb, currentColor 18%, transparent);color:inherit;border-radius:0.33rem;padding:8px 12px;cursor:pointer;}
.cookies .offer-region button.cookie-accept{background:#FFF7F1;border-color:transparent;font-weight:700;color:var(--paint-inverse);}
@media (max-width: 760px){.cookies .clear-frame{grid-template-columns:1fr;}
        .cookies .offer-region{justify-content:flex-start;}
    }
.quiet-feature{
  --mark-soft:calc(1.5rem * 0.9);
  --mark-control:calc(1680px / 3.1);
  padding:calc(1.5rem * 2.4) 2.21rem;
  background:#F7F2EA;
  color:#1F1A14;
}
.quiet-feature .clear-frame{max-width:1680px;
  margin:0 auto;}
.quiet-feature h1,
.quiet-feature p{margin:0;}
.quiet-feature h1{font-size:calc(16.6px * 2.65);
  line-height:1.08;
  margin-bottom:calc(1.95rem * 1.5);}
.quiet-feature p{font-size:16.6px;
  line-height:1.81;}
.quiet-feature .active-wrap{
  display:inline-block;
  margin-bottom:calc(1.95rem * 1.5);
  padding:0.35rem 0.85rem;
  border-radius:0.33rem;
  background:#C9A227;
  color:#1A1408;
  font-size:calc(16.6px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
}
.quiet-feature .secondary-entries{max-width:var(--mark-control);
  margin-bottom:1.5rem;
  color:var(--surface-light);}
.quiet-feature .fresh-media{max-width:var(--mark-control);
  margin-bottom:1.5rem;}
.quiet-feature .compact-callout{
  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.33rem;
  background:var(--paint-inverse);
  color:#FFF7F1;
  text-decoration:none;
  font-weight:600;
  transition:background 460ms var(--speed-base);
}
.quiet-feature .compact-callout:hover{
  background:#8F2C14;color:var(--tone-accent);}
@media (max-width:640px){.quiet-feature .secondary-entries,
  .quiet-feature .fresh-media{
    max-width:100%;
  }
}
.compact-details{
        background:#F7F2EA;
        color:#1F1A14;
        padding:calc(1.5rem * 2.4) 2.21rem;
    }
.compact-details .c{max-width:1680px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.95rem * 1.5);}
.compact-details .h{display:flex;
        flex-direction:column;
        gap:0.75rem;}
.compact-details h1{font-size:calc(16.6px * 2.65);
        line-height:1.15;
        margin:0;}
.compact-details .h p{margin:0;
        font-size:16.6px;
        line-height:1.81;}
.compact-details .team-visual{display:flex;
        flex-wrap:wrap;
        gap:0.5rem;}
.compact-details .page-lead{
        padding:0.45rem 0.9rem;
        border-radius:0.56rem;
        background:var(--ink-muted);
        color:var(--surface-light);
        text-decoration:none;
        font-size:calc(16.6px * .875);
        border:1px solid var(--line-dark);
        transition:background 460ms var(--speed-base), color 460ms var(--speed-base);
    }
.compact-details .page-lead:hover{
        background:var(--paint-inverse);
        color:#FFF7F1;
        border-color:var(--paint-inverse);
    }
.compact-details .open-menu{display:flex;
        flex-direction:column;
        gap:calc(1.5rem * .75);}
.compact-details .visual-form{
        background:var(--ink-accent);
        color:var(--tone-accent);
        border:1px solid var(--line-dark);
        border-left:3px solid #C9A227;
        border-radius:0.99rem;
        padding:calc(1.5rem * .75);
        display:flex;
        flex-direction:column;
        gap:0.6rem;
        box-shadow:0 2px 5px rgba(0,0,0,0.18);
        transition:box-shadow 460ms var(--speed-base), transform 460ms var(--speed-base);
    }
.compact-details .visual-form:hover{box-shadow:0 6px 24px rgba(0,0,0,0.23);
        transform:translateX(3px);}
.compact-details .bottom-feature{display:flex;
        flex-wrap:wrap;
        gap:0.4rem 1rem;
        font-size:calc(16.6px * .875);}
.compact-details h3{margin:0;
        font-size:calc(16.6px * 1.35);
        line-height:1.3;}
.compact-details h3 a{color:inherit;
        text-decoration:none;}
.compact-details h3 a:hover{}
.compact-details .visual-form p{margin:0;
        font-size:16.6px;
        line-height:1.81;}
.compact-details .offer-items{align-self:flex-start;
        margin-top:0.2rem;
        font-size:calc(16.6px * .875);
        text-decoration:none;
        border-bottom:1px solid currentColor;
        padding-bottom:1px;}
.compact-details .offer-items:hover{}
.compact-details .active-wrap{margin:0;
        font-size:calc(16.6px * .875);
        line-height:1.81;}
.compact-details .active-wrap a{text-decoration:none;}
.compact-details .active-wrap a:hover{}
@media (max-width:640px){.compact-details .visual-form{
            padding:calc(1.95rem * 1.5);
        }
    }
.direct-area{
  --mark-soft:calc(1.5rem * 1.05);
  padding:calc(1.5rem * 2.4) 2.21rem;
  background:var(--ink-muted);
  color:var(--surface-light);
}
.direct-area .clear-frame{max-width:1680px;
  margin:0 auto;}
.direct-area h1,
.direct-area h2,
.direct-area h3,
.direct-area p{margin:0;}
.direct-area h2{font-size:calc(16.6px * 2);
  line-height:1.14;}
.direct-area p{font-size:16.6px;
  line-height:1.81;}
.direct-area a{color:inherit;
  text-decoration:none;}
.direct-area .offer-links{display:flex;
  flex-direction:column;
  align-items:flex-start;}
.direct-area .offer-links > .secondary-entries{font-size:calc(16.6px * 1.125);
  line-height:1.5;
  padding-left:calc(1.5rem * .75);
  border-left:2px solid #C9A227;}
.direct-area .offer-links > h2{margin-top:calc(1.95rem * 1.5);}
.direct-area .offer-links > .fresh-media{margin-top:calc(1.5rem * .75);}
.direct-area .compact-callout{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:var(--mark-soft);
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.33rem;
  background:var(--paint-inverse);
  color:#FFF7F1;
  font-size:16.6px;
  transition:background 460ms var(--speed-base);
}
.direct-area .compact-callout:hover{
  background:#8F2C14;color:var(--tone-accent);}
@media (max-width:640px){.direct-area .offer-links > .secondary-entries{
    font-size:16.6px;
    padding-left:calc(1.95rem * 1.5);
  }.direct-area .compact-callout{
    width:100%;
  }
}
.local-items{
  background:var(--paint-inverse);
  color:#FFF7F1;
  padding:calc(1.5rem * 2.4) 2.21rem;
}
.local-items .clear-frame{max-width:1680px;
  margin:0 auto;}
.local-items .steady-proof{max-width:52rem;}
.local-items h2{margin:0;
  font-size:calc(16.6px * 2);
  line-height:1.1;}
.local-items .steady-proof p{margin:1.5rem 0 0;
  font-size:calc(16.6px * 1.125);
  line-height:1.81;}
.local-items .narrow-plan{margin-top:calc(1.95rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.95rem;}
.local-items .offer-items{
  flex:1 1 18rem;
  min-width:0;
  padding:calc(1.5rem * .75);
  border-radius:0.99rem;
  background:color-mix(in srgb,#FFF7F1 10%,transparent);color:var(--tone-accent);}
.local-items .main-shell{
  display:inline-block;
  margin-bottom:.6rem;
  padding:.2rem .6rem;
  border-radius:0.33rem;
  background:#C9A227;
  color:#1A1408;
  font-size:calc(16.6px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;
}
.local-items .offer-items strong{display:block;
  font-size:16.6px;
  line-height:1.3;}
.local-items .offer-items p{margin:.55rem 0 0;
  line-height:1.81;}
.local-items .offer-items a{text-decoration:underline;
  text-underline-offset:2px;}
.local-items .active-wrap{margin-top:calc(1.95rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid color-mix(in srgb,#FFF7F1 22%,transparent);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.95rem;}
.local-items .active-wrap p{flex:1 1 22rem;
  margin:0;
  line-height:1.81;}
.local-items .compact-callout{
  display:inline-block;
  padding:.7rem 1.2rem;
  border-radius:0.56rem;
  background:#C9A227;
  color:#1A1408;
  text-decoration:none;
  font-size:calc(16.6px * .875);
  transition:background 460ms var(--speed-base);
}
.local-items .compact-callout:hover{
  background:#A9861A;color:var(--tone-accent);}
@media (max-width:680px){.local-items .narrow-plan{display:block}.local-items .offer-items{margin-top:1.95rem}.local-items .active-wrap{display:block}.local-items .compact-callout{margin-top:1.5rem}
}
.focused-rail{
        --mark-soft: calc(1.5rem * 1.24);
        --type-heading: calc(1680px / 3.6);
        padding: calc(1.5rem * 2.4) 2.21rem;
        background: #1A1510;
        color: #F4EFE7;
    }
.focused-rail .clear-frame{max-width: 1680px;
        margin: 0 auto;}
.focused-rail h2,
    .focused-rail h3,
    .focused-rail p{margin: 0;}
.focused-rail h2{font-size: calc(16.6px * 2);
        line-height: 1.12;}
.focused-rail h3{font-size: calc(16.6px * 1.35);
        line-height: 1.22;}
.focused-rail p{font-size: 16.6px;
        line-height: 1.81;}
.focused-rail a{color: inherit;
        text-decoration: none;}
.focused-rail .open-entries{padding-block: calc(var(--mark-soft) / 2);}
.focused-rail .team-headline{display: flex;
        flex-direction: column;
        gap: calc(var(--mark-soft) * 1.1);}
.focused-rail .secondary-entries{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 1.95rem;}
.focused-rail .secondary-entries h2{flex: 1 1 calc(1680px / 3);
        min-width: 0;}
.focused-rail .secondary-entries p{flex: 1 1 calc(1680px / 3);
        min-width: 0;}
.focused-rail .open-menu{display: flex;
        flex-wrap: wrap;
        gap: var(--mark-soft);}
.focused-rail .visual-form{flex: 1 1 var(--type-heading);
        min-width: 0;
        padding-inline-start: calc(1.5rem * .75);
        border-inline-start: 2px solid #C9A227;}
.focused-rail .visual-form p{margin-top: calc(1.5rem / 3);}
.focused-rail .visual-form a{display: inline-flex;
        margin-top: calc(1.5rem / 2);
        font-size: calc(16.6px * .875);
        letter-spacing: 0.02em;
        text-transform: uppercase;
        opacity: 0.85;}
.focused-rail .offer-items{display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 1.95rem;
        padding-block-start: calc(var(--mark-soft) / 2);
        border-block-start: 1px solid var(--line-dark);}
.focused-rail .offer-items p{flex: 1 1 calc(1680px / 3);
        min-width: 0;
        opacity: 0.9;}
.focused-rail .offer-items a{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: calc(1.5rem * .75) 1.5rem;
        border-radius: 0.33rem;
        background: #C9A227;
        color: #1A1408;
    }
@media (max-width: 720px) {.focused-rail .visual-form{
            flex: 1 1 100%;
        }
    }
.compact-headline{
    color:#1F1A14;
    background:#F7F2EA;
    padding:calc(1.5rem * 2.4) 2.21rem;
}
.compact-headline .c{max-width:1680px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.95rem * 1.5);}
.compact-headline .h{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.compact-headline h1{font-size:calc(16.6px * 2);
    line-height:1.2;
    margin:0;}
.compact-headline .h p{margin:0;
    font-size:16.6px;
    line-height:1.81;}
.compact-headline .plain-steps{display:flex;
    flex-wrap:wrap;
    gap:1.95rem;
    padding-bottom:calc(1.5rem * .75);
    border-bottom:1px solid var(--line-dark);}
.compact-headline .offer-items{font-size:calc(16.6px * .875);
    text-decoration:none;
    color:#B23A1E;
    padding:0.25rem 0;
    border-bottom:1px solid transparent;
    transition:color 460ms var(--speed-base),
               border-color 460ms var(--speed-base);}
.compact-headline .offer-items:hover{color:inherit;
    border-bottom-color:#C9A227;}
.compact-headline .open-menu{display:flex;
    flex-direction:column;
    gap:calc(1.95rem * 1.5);}
.compact-headline .visual-form{display:flex;
    flex-direction:column;
    gap:0.75rem;
    padding:calc(1.5rem * .75) 0;
    border-bottom:1px solid var(--line-dark);}
.compact-headline .visual-form:last-child{border-bottom:none;}
.compact-headline .focused-steps{display:flex;
    flex-wrap:wrap;
    gap:1rem;
    font-size:calc(16.6px * .875);
    color:var(--surface-light);}
.compact-headline .team-items{font-weight:600;}
.compact-headline h3{margin:0;
    font-size:calc(16.6px * 1.35);
    line-height:1.3;}
.compact-headline h3 a{text-decoration:none;
    color:inherit;
    transition:color 460ms var(--speed-base);}
.compact-headline h3 a:hover{color:#B23A1E;}
.compact-headline .visual-form p{margin:0;
    font-size:16.6px;
    line-height:1.81;}
.compact-headline .open-stack{align-self:flex-start;
    font-size:calc(16.6px * .875);
    font-weight:600;
    text-decoration:none;
    color:var(--paint-inverse);
    transition:color 460ms var(--speed-base);}
.compact-headline .open-stack:hover{color:#8F2C14;}
@media (min-width:900px){.compact-headline .h{
        max-width:70ch;
    }.compact-headline .visual-form{
        padding:calc(1.95rem * 1.5) 0;
    }
}
.content-footer{padding:calc(1.5rem * 2.4) 2.21rem;background:#C9A227;color:#1A1408}
.content-footer .clear-frame{max-width:1680px;margin:0 auto}
.content-footer .featured-wrap{display:flex;align-items:flex-end;justify-content:space-between;gap:1.95rem;margin-bottom:calc(1.95rem * 1.5);flex-wrap:wrap}
.content-footer .featured-wrap p{margin:0;flex:1 1 26rem;font-size:calc(16.6px * 1.125);line-height:1.81}
.content-footer h2{margin:0;flex:0 1 auto;font-size:calc(16.6px * 2);line-height:1.05;text-align:right}
.content-footer .focused-fields{display:flex;flex-wrap:wrap;gap:1.95rem}
.content-footer [data-cluster]{flex:1 1 20rem;padding-top:1.5rem;border-top:1px solid rgba(26,20,8,0.28);order:var(--mark-main,0)}
.content-footer h3{margin:0;font-size:calc(16.6px * 1.35);line-height:1.25}
.content-footer [data-cluster] p{margin:calc(1.5rem * .75) 0 0;line-height:1.81}
@media(max-width:680px){.content-footer .featured-wrap{display:block}.content-footer h2{margin-top:1.5rem;text-align:left}.content-footer [data-cluster]{flex:1 1 100%}
}
.narrow-content{
  padding: calc(1.5rem * 2.4) 2.21rem;
  background: #1A1510;
  color: #F4EFE7;
}
.narrow-content .clear-frame{max-width: min(1680px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.95rem * 1.5);
  align-items: flex-start;}
.narrow-content .secondary-entries{flex: 1 1 22rem;
  min-width: 0;}
.narrow-content h2{margin: 0;
  font-size: calc(16.6px * 2);
  line-height: 1.1;}
.narrow-content .secondary-entries p{margin: calc(1.5rem * .75) 0 0;
  color: #CFC5B6;
  font-size: 16.6px;
  line-height: 1.81;}
.narrow-content .secondary-header{flex: 1 1 26rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #332C24;}
.narrow-content .secondary-header a{display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  align-items: baseline;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #332C24;
  text-decoration: none;
  transition: border-color 460ms var(--speed-base);}
.narrow-content .secondary-header a:hover{border-bottom-color: #C9A227;}
.narrow-content .secondary-header span{color: #C9A227;
  font-size: calc(16.6px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.narrow-content .secondary-header strong{display: block;
  font-size: calc(16.6px * 1.125);
  font-weight: 600;
  line-height: 1.25;}
.narrow-content .secondary-header em{display: block;
  margin-top: 0.4rem;
  font-style: normal;
  color: #CFC5B6;
  font-size: calc(16.6px * .875);
  line-height: 1.81;}
@media (max-width: 720px) {.narrow-content .secondary-header a{
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
}
.site-block{padding:calc(1.5rem * 2.4) 2.21rem;background:#F7F2EA;color:#1F1A14;overflow:hidden}
.site-block .clear-frame{max-width:1680px;margin:0 auto}
.site-block .steady-proof{max-width:52rem;margin:0 0 calc(1.95rem * 1.5)}
.site-block h2{margin:0;font-size:calc(16.6px * 2);line-height:1.1}
.site-block .steady-proof p{margin:1.5rem 0 0;font-size:calc(16.6px * 1.125);line-height:1.81}
.site-block .plain-steps{display:flex;flex-wrap:wrap;gap:1.95rem;border-top:1px solid var(--line-dark);padding-top:calc(1.95rem * 1.5)}
.site-block .visual-form{flex:1 1 18rem;min-width:0;padding:calc(1.5rem * .75) 0 0;border-top:2px solid #C9A227}
.site-block .visual-form:nth-child(3n+2){border-top-color:var(--paint-inverse)}
.site-block .visual-form:nth-child(3n){border-top-color:var(--line-dark)}
.site-block strong{display:block;font-size:calc(16.6px * 1.35);line-height:1.15}
.site-block .visual-form p{margin:calc(1.5rem * .75) 0 0;line-height:1.81}
.site-block .active-wrap{margin:calc(1.95rem * 1.5) 0 0;padding-top:1.5rem;border-top:1px solid var(--line-dark);font-size:calc(16.6px * .875);line-height:1.81}
.site-block .active-wrap a{text-decoration:underline}
.site-block .active-wrap a:hover{}
@media (max-width:720px){.site-block .plain-steps{flex-direction:column}.site-block .visual-form{flex:1 1 auto}
}
.clear-note{
        color:#1F1A14;
        background:#F7F2EA;
        padding:calc(1.5rem * 2.4) 2.21rem;
    }
.clear-note .c{max-width:1680px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.95rem * 1.5);}
@media (min-width: 1024px){.clear-note .c{
            flex-direction:row;
            align-items:flex-start;
            gap:2.21rem;
        }.clear-note .page-shell{flex:1 1 auto;min-width:0;}.clear-note .soft-surface{flex:0 0 300px;}
    }
.clear-note .simple-group{margin-bottom:calc(1.95rem * 1.5);
        padding-bottom:calc(1.5rem * .75);
        border-bottom:1px solid var(--line-dark);}
.clear-note h1{font-size:calc(16.6px * 2.65);
        line-height:1.2;
        margin:0 0 0.75rem;}
.clear-note .bottom-feature{display:flex;
        flex-wrap:wrap;
        gap:0.5rem 1.25rem;
        font-size:calc(16.6px * .875);}
.clear-note .soft-benefit{line-height:1.81;
        font-size:16.6px;}
.clear-note .soft-benefit p{margin:0 0 1.1rem;}
.clear-note .soft-benefit p:last-child{margin-bottom:0;}
.clear-note .soft-surface{
        background:var(--ink-accent);
        color:var(--tone-accent);
        border:1px solid var(--line-dark);
        padding:calc(1.5rem * .75);
        border-radius:0.99rem;
        box-shadow:0 2px 5px rgba(0,0,0,0.18);
    }
.clear-note .soft-surface h3{margin:0 0 calc(1.5rem * .75);
        font-size:calc(16.6px * 1.35);}
.clear-note .service-header{display:flex;
        flex-direction:column;
        gap:0.65rem;}
.clear-note .soft-surface a{text-decoration:none;
        font-size:calc(16.6px * .875);
        line-height:1.5;}
.clear-note .soft-surface a:hover{text-decoration:underline;}
.service-details{
  background:#F7F2EA;
  color:#1F1A14;
  padding:calc(1.5rem * 2.4) 2.21rem;
}
.service-details .clear-frame{max-width:1680px;
  margin:0 auto;
  display:flex;
  gap:calc(1.95rem * 1.5);
  align-items:flex-start;}
.service-details .focused-track{flex:0 0 20rem;
  min-width:0;}
.service-details .active-wrap{margin:0 0 1.5rem;
  color:var(--surface-light);
  line-height:1.81;}
.service-details .focused-steps{margin:0;
  padding-top:1.5rem;
  border-top:1px solid var(--line-dark);
  color:var(--surface-light);
  font-size:calc(16.6px * .875);
  line-height:1.81;}
.service-details .soft-benefit{flex:1 1 auto;
  min-width:0;}
.service-details h2{margin:0 0 calc(1.95rem * 1.5);
  font-size:calc(16.6px * 2);
  line-height:1.1;}
.service-details .secondary-entries{margin:0 0 calc(1.95rem * 1.5);
  color:var(--surface-light);
  line-height:1.81;}
.service-details .simple-surface{display:flex;
  flex-direction:column;
  gap:1.95rem;}
.service-details .bottom-surface{
  background:var(--ink-accent);
  color:var(--tone-accent);
  border:1px solid var(--line-dark);
  border-radius:0.56rem;
  padding:calc(1.5rem * .75);
}
.service-details .main-shell{
  display:inline-block;
  background:#C9A227;
  color:#1A1408;
  font-size:calc(16.6px * .875);
  padding:.15rem .55rem;
  border-radius:0.33rem;
  margin-bottom:.5rem;
}
.service-details .bottom-surface strong{display:block;
  margin-bottom:.35rem;
  font-size:16.6px;}
.service-details .bottom-surface p{margin:0;
  line-height:1.81;}
.service-details .bottom-surface a{color:#B23A1E;
  text-decoration:underline;}
.service-details .bottom-surface a:hover{color:inherit;}
.service-details .compact-callout{margin-top:calc(1.95rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid var(--line-dark);}
.service-details .compact-callout p{margin:0 0 1.5rem;
  color:var(--surface-light);
  line-height:1.81;}
.service-details .open-track{
  display:inline-block;
  background:var(--paint-inverse);
  color:#FFF7F1;
  padding:.7rem 1.2rem;
  border-radius:0.56rem;
  text-decoration:none;
  font-size:calc(16.6px * .875);
  transition:background 460ms var(--speed-base);
}
.service-details .open-track:hover{
  background:#8F2C14;color:var(--tone-accent);}
@media (max-width:820px){.service-details .clear-frame{display:block}.service-details .focused-track{margin-bottom:calc(1.95rem * 1.5)}.service-details .soft-benefit{margin-top:0}
}
.simple-feature{
  position:relative;
  overflow:hidden;
  padding:calc(1.5rem * 2.4) 2.21rem;
  background:linear-gradient(120deg, #B23A1E 0%, #C9A227 100%);
  color:#FFF7F1;
}
.simple-feature:after{
  content:"";
  position:absolute;
  inset:0;
  background:repeating-linear-gradient(96deg,transparent 0 17%,color-mix(in srgb,currentColor 6%,transparent) 17% 17.1%);
  animation:clarifyChapterBg calc(460ms*44) linear infinite alternate;
  pointer-events:none;
}
.simple-feature .clear-frame{position:relative;
  z-index:1;
  max-width:1680px;
  margin:0 auto;}
.simple-feature h2{max-width:18ch;
  margin:0 0 calc(1.95rem * 1.5);
  font-size:calc(16.6px * 2.65);
  line-height:1.05;}
.simple-feature .fresh-shell{display:flex;
  flex-wrap:wrap;
  gap:calc(1.95rem * 1.5) 1.95rem;}
.simple-feature .fresh-shell>div{flex:1 1 20rem;
  min-width:16rem;
  padding-top:1.5rem;
  border-top:1px solid color-mix(in srgb,currentColor 28%,transparent);}
.simple-feature h3{margin:0;
  font-size:calc(16.6px * 1.35);
  line-height:1.15;}
.simple-feature .fresh-shell p{margin:1.5rem 0 0;
  line-height:1.81;}
.simple-feature .site-intro{margin:calc(1.95rem * 1.5) 0 0;
  font-size:calc(16.6px * 1.125);
  line-height:1.81;}
@keyframes clarifyChapterBg{from{transform:translateX(-2%)}to{transform:translateX(2%)}
}
@media(prefers-reduced-motion:reduce){.simple-feature:after{animation:none}
}
@media(max-width:640px){.simple-feature .fresh-shell>div{flex:1 1 100%;min-width:0}
}
.fresh-block{
  background: #F7F2EA;
  color: #1F1A14;
  padding: calc(1.5rem * 2.4) 2.21rem;
}
.fresh-block .clear-frame{width: min(100%, 1680px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.95rem * 1.5);}
.fresh-block h2,
.fresh-block h3,
.fresh-block p{margin: 0;}
.fresh-block h2{font-size: calc(16.6px * 2); line-height: 1.1;}
.fresh-block h3{font-size: calc(16.6px * 1.35); line-height: 1.18;}
.fresh-block p{font-size: 16.6px; line-height: 1.81;}
.fresh-block .visual-note{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 1.31rem;
  background: var(--ink-muted);
  color: var(--surface-light);
}
.fresh-block .visual-note .active-wrap{font-size: calc(16.6px * .875);
  border-top: 1px solid var(--line-dark);
  padding-top: 1.5rem;}
.fresh-block .simple-surface{display: flex;
  flex-direction: column;
  gap: 1.95rem;}
.fresh-block .bottom-surface{
  display: grid;
  grid-template-columns: minmax(8rem, .22fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.99rem;
  background: var(--ink-accent);
  color: var(--tone-accent);
  border: 1px solid var(--line-dark);
}
.fresh-block .bottom-surface b{font-size: calc(16.6px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--paint-inverse);
  align-self: start;}
.fresh-block .bottom-surface h3{grid-column: 2;}
.fresh-block .bottom-surface p{grid-column: 2;}
.fresh-block .bottom-actions{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.95rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.99rem;
  background: #1A1510;
  color: #F4EFE7;
}
.fresh-block .bottom-actions p{flex: 1 1 22rem;}
.fresh-block .bottom-actions a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;}
.fresh-block .bottom-actions a:hover{color:inherit;}
@media (max-width: 760px) {.fresh-block .bottom-surface{
    grid-template-columns: 1fr;
  }.fresh-block .bottom-surface h3,
  .fresh-block .bottom-surface p{ grid-column: 1; }.fresh-block .bottom-actions{ flex-direction: column; align-items: flex-start; }
}
.bottom-list{
  padding:calc(1.5rem * 2.4) 2.21rem;
  background:var(--ink-muted);
  color:var(--surface-light);
}
.bottom-list .clear-frame{max-width:1680px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.95rem * 1.5);
  align-items:flex-start;}
.bottom-list .steady-proof{flex:1 1 22rem;
  min-width:0;}
.bottom-list h2{margin:0;
  font-size:calc(16.6px * 2);
  line-height:1.06;}
.bottom-list .secondary-entries{margin:1.5rem 0 0;
  font-size:calc(16.6px * 1.125);
  line-height:1.81;}
.bottom-list .plain-unit{
  flex:1 1 30rem;
  min-width:0;
  background:var(--ink-accent);
  color:var(--tone-accent);
  border:1px solid var(--line-dark);
  border-radius:0.99rem;
  padding:1.95rem;
  box-shadow:0 2px 5px rgba(0,0,0,0.18);
}
.bottom-list .open-group h3{margin:0;
  font-size:calc(16.6px * 1.35);
  line-height:1.2;}
.bottom-list .content-callout{margin:calc(calc(1.5rem * .75)*.4) 0 0;
  font-size:calc(16.6px * .875);
  letter-spacing:.02em;
  text-transform:uppercase;}
.bottom-list .fresh-media{margin-top:1.5rem;}
.bottom-list .fresh-media p{margin:0 0 calc(1.5rem * .75);
  line-height:1.81;}
.bottom-list .fresh-media p:last-child{margin-bottom:0;}
.bottom-list .local-menu{margin-top:1.5rem;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid var(--line-dark);}
.bottom-list .active-wrap{margin:0 0 calc(1.5rem * .75);
  line-height:1.81;}
.bottom-list .open-menu{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75)*.5);}
.bottom-list .open-menu li{display:flex;
  flex-wrap:wrap;
  gap:calc(calc(1.5rem * .75)*.5);
  font-size:calc(16.6px * .875);
  line-height:1.81;}
.bottom-list .open-menu span{min-width:6.5rem;
  font-weight:600;}
.bottom-list .open-menu a{text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 460ms var(--speed-base),border-color 460ms var(--speed-base);}
.bottom-list .open-menu a:hover{border-bottom-color:#C9A227;}
.bottom-list .compact-region{display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75);
  margin-top:1.5rem;}
.bottom-list .compact-region a{
  border-radius:0.33rem;
  background:var(--paint-inverse);
  color:#FFF7F1;
  padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);
  text-decoration:none;
  font-size:calc(16.6px * .875);
  transition:background 460ms var(--speed-base);
}
.bottom-list .compact-region a:hover{
  background:#8F2C14;color:var(--tone-accent);}
@media(max-width:780px){.bottom-list .clear-frame{
    display:block;
  }.bottom-list .plain-unit{
    margin-top:calc(1.95rem * 1.5);
    padding:1.5rem;
  }.bottom-list h2{
    font-size:calc(16.6px * 1.35);
  }.bottom-list .open-menu span{
    min-width:5.5rem;
  }
}
.page-track{
        background:#F7F2EA;
        color:#1F1A14;
        padding:calc(1.5rem * 2.4) 2.21rem;
    }
.page-track .c{max-width:1680px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.95rem * 1.5);}
@media (min-width: 1024px){.page-track .c{
            flex-direction:row;
            align-items:flex-start;
            gap:1.95rem;
        }.page-track .page-shell{
            flex:1 1 auto;
            min-width:0;
        }.page-track .soft-surface{
            flex:0 0 300px;
        }
    }
.page-track .simple-group{margin-bottom:calc(1.95rem * 1.5);
        padding-bottom:calc(1.95rem * 1.5);
        border-bottom:1px solid var(--line-dark);}
.page-track h1{font-size:calc(16.6px * 2.65);
        line-height:1.2;
        margin:0 0 0.75rem;
        letter-spacing:-0.01em;}
.page-track .bottom-feature{display:flex;
        flex-wrap:wrap;
        gap:0.5rem 1.25rem;
        font-size:calc(16.6px * .875);}
.page-track .soft-benefit{font-size:16.6px;
        line-height:1.81;}
.page-track .soft-benefit p{margin:0 0 1.15rem;}
.page-track .soft-benefit p:last-child{margin-bottom:0;}
.page-track .soft-surface{
        background:var(--ink-accent);
        color:var(--tone-accent);
        border:1px solid var(--line-dark);
        border-radius:0.99rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 2px 5px rgba(0,0,0,0.18);
    }
.page-track .soft-surface h3{margin:0 0 1rem;
        font-size:calc(16.6px * 1.35);
        line-height:1.3;}
.page-track .service-header{display:flex;
        flex-direction:column;
        gap:0.7rem;}
.page-track .soft-surface a{text-decoration:none;
        font-size:calc(16.6px * .875);
        line-height:1.5;
        display:block;
        padding:0.35rem 0;
        border-bottom:1px solid var(--line-dark);
        transition:color 460ms var(--speed-base);}
.page-track .soft-surface a:hover{}
.page-track .service-header .soft-surface:last-child a{border-bottom:none;}
.focused-tile{
    padding:calc(1.5rem * 2.4) 2.21rem;
    background:var(--ink-muted);
    color:var(--surface-light);
}
.focused-tile .direct-headline{max-width:1680px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.95rem * 1.5);}
.focused-tile .secondary-entries h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(16.6px * 2);
    line-height:1.2;}
.focused-tile .secondary-entries p{margin:0;
    font-size:16.6px;
    line-height:1.81;}
.focused-tile .simple-surface{display:flex;
    flex-wrap:wrap;
    gap:1.95rem;}
.focused-tile .bottom-surface{
    flex:1 1 320px;
    min-width:0;
    padding:calc(1.5rem * .75) calc(1.5rem * .75);
    background:var(--ink-accent);
    color:var(--tone-accent);
    border:1px solid var(--line-dark);
    border-radius:0.56rem;
    box-shadow:0 2px 5px rgba(0,0,0,0.18);
}
.focused-tile .bottom-surface h3{margin:0 0 0.5rem;
    font-size:calc(16.6px * 1.35);
    line-height:1.3;}
.focused-tile .bottom-surface p{margin:0;
    font-size:16.6px;
    line-height:1.81;}
.focused-tile .bottom-surface a{color:#B23A1E;
    text-decoration:underline;}
.focused-tile .bottom-surface a:hover{color:inherit;}
.focused-tile .active-wrap{margin:0;
    font-size:calc(16.6px * .875);
    line-height:1.81;}
.focused-tile .active-wrap a{color:#B23A1E;
    text-decoration:underline;}
.focused-tile .active-wrap a:hover{color:inherit;}
@media (max-width:700px){.focused-tile .simple-surface{
        flex-direction:column;
    }
}
.simple-content{padding:calc(1.5rem * 2.4) 2.21rem;background:#C9A227;color:#1A1408}
.simple-content .clear-frame{max-width:1680px;margin:0 auto}
.simple-content .method{display:flex;gap:calc(1.95rem * 1.5);align-items:flex-start}
.simple-content .secondary-entries{flex:0 1 30rem;min-width:0}
.simple-content h2{margin:0;font-size:calc(16.6px * 2.65);line-height:1.05}
.simple-content .secondary-entries p{margin:1.5rem 0 0;font-size:calc(16.6px * 1.125);line-height:1.81}
.simple-content .open-menu{flex:1 1 46rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.simple-content .visual-form{background:color-mix(in srgb,#1A1408 9%,transparent);color:#1A1408;border-radius:0.33rem;padding:1.5rem calc(1.95rem * 1.5);border-left:3px solid color-mix(in srgb,#1A1408 35%,transparent)}
.simple-content strong{display:block;font-size:calc(16.6px * 1.35);line-height:1.2;letter-spacing:0.01em}
.simple-content .visual-form p{margin:calc(1.5rem * .75) 0 0;line-height:1.81}
@media(max-width:820px){.simple-content .method{display:block}.simple-content .open-menu{margin-top:calc(1.95rem * 1.5)}.simple-content h2{font-size:calc(16.6px * 2)}}
.row---people-behind{
  background: #F7F2EA;
  color: #1F1A14;
  padding: calc(1.5rem * 2.4) 2.21rem;
}
.row---people-behind .clear-frame{width: min(100%, 1680px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.95rem * 1.5);}
.row---people-behind h2,
.row---people-behind h3,
.row---people-behind p{margin: 0;}
.row---people-behind h2{font-size: calc(16.6px * 2); line-height: 1.1;}
.row---people-behind h3{font-size: calc(16.6px * 1.35); line-height: 1.18;}
.row---people-behind p{font-size: 16.6px; line-height: 1.81;}
.row---people-behind .wide-service{display: grid;
  gap: 1.5rem;
  align-content: start;}
.row---people-behind .wide-service .steady-proof{color: var(--surface-light);
  font-size: calc(16.6px * 1.125);
  line-height: 1.6;}
.row---people-behind .plain-team{display: grid;
  border-top: 1px solid var(--line-dark);}
.row---people-behind .focused-steps{display: grid;
  grid-template-columns: minmax(6rem, .16fr) minmax(11rem, .3fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line-dark);
  align-items: start;}
.row---people-behind .focused-steps .content-callout{font-size: calc(16.6px * .875);
  color: var(--surface-light);
  text-transform: uppercase;
  letter-spacing: 0.04em;}
.row---people-behind .clear-benefit{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.95rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.99rem;
  background: var(--ink-accent);
  color: var(--tone-accent);
  border: 1px solid var(--line-dark);
}
.row---people-behind .clear-benefit p{font-size: 16.6px;}
.row---people-behind .clear-benefit a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
.row---people-behind .clear-benefit a:hover{color:inherit;}
@media (max-width: 820px) {.row---people-behind .focused-steps{ grid-template-columns: 1fr; gap: calc(1.95rem * 1.5); }.row---people-behind .clear-benefit{ flex-direction: column; align-items: flex-start; }.row---people-behind .clear-benefit a{ white-space: normal; }
}
.plain-rail{
  padding:calc(1.5rem * 2.4) 2.21rem;
  background:var(--ink-muted);
  color:var(--surface-light);
}
.plain-rail .clear-frame{max-width:1680px;
  margin:0 auto;}
.plain-rail .steady-proof{display:flex;
  flex-wrap:wrap;
  gap:calc(1.95rem * 1.5);
  align-items:baseline;
  border-bottom:1px solid var(--line-dark);
  padding-bottom:calc(1.95rem * 1.5);}
.plain-rail .steady-proof h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(16.6px * 2);
  line-height:1.1;}
.plain-rail .steady-proof .secondary-entries{flex:1 1 30rem;
  min-width:0;
  margin:0;
  font-size:calc(16.6px * 1.125);
  line-height:1.81;}
.plain-rail .top-panel{display:flex;
  flex-wrap:wrap;
  gap:calc(1.95rem * 1.5);
  margin-top:calc(1.95rem * 1.5);
  align-items:flex-start;}
.plain-rail .open-group{flex:1 1 34rem;
  min-width:0;}
.plain-rail .open-group h3{margin:0 0 calc(calc(1.5rem * .75)*.4);
  font-size:calc(16.6px * 1.35);
  line-height:1.2;}
.plain-rail .content-callout{margin:0 0 calc(1.5rem * .75);
  font-size:calc(16.6px * .875);
  letter-spacing:.02em;
  text-transform:uppercase;
  opacity:.85;}
.plain-rail .fresh-media{margin:0 0 calc(1.5rem * .75);
  font-size:16.6px;
  line-height:1.81;}
.plain-rail .fresh-media:last-child{margin-bottom:0}
.plain-rail .focused-track{
  flex:1 1 22rem;
  min-width:0;
  background:var(--ink-accent);
  color:var(--tone-accent);
  border:1px solid var(--line-dark);
  border-radius:0.99rem;
  padding:calc(1.5rem * .75);
  box-shadow:0 2px 5px rgba(0,0,0,0.18);
}
.plain-rail .active-wrap{margin:0 0 calc(1.5rem * .75);
  font-size:calc(16.6px * .875);
  line-height:1.81;}
.plain-rail .open-menu{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75)*.6);}
.plain-rail .focused-steps{display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  font-size:calc(16.6px * .875);
  line-height:1.5;}
.plain-rail .clear-entries{flex:0 0 6.5rem;
  font-weight:600;
  opacity:.7;}
.plain-rail .focused-steps a{text-decoration:none;
  word-break:break-word;}
.plain-rail .focused-steps a:hover{}
.plain-rail .compact-callout{display:flex;
  flex-wrap:wrap;
  gap:calc(calc(1.5rem * .75)*.6);
  margin-top:calc(1.5rem * .75);}
.plain-rail .narrow-visual{
  display:inline-flex;
  align-items:center;
  border-radius:0.56rem;
  background:var(--paint-inverse);
  color:#FFF7F1;
  padding:calc(calc(1.5rem * .75)*.6) calc(1.5rem * .75);
  font-size:calc(16.6px * .875);
  text-decoration:none;
  transition:background 460ms var(--speed-base);
}
.plain-rail .narrow-visual:hover{background:#8F2C14;color:var(--tone-accent);}
.plain-rail .narrow-visual.ghost{
  background:transparent;
  color:var(--tone-accent);
  border:1px solid var(--line-dark);
}
.plain-rail .narrow-visual.ghost:hover{background:color-mix(in srgb, currentColor 10%, transparent);color:var(--tone-accent);}
.plain-rail .plain-steps{margin-top:calc(1.95rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid var(--line-dark);}
.plain-rail .focused-callout{margin:0 0 calc(calc(1.5rem * .75)*.4);
  font-size:16.6px;
  font-weight:600;}
.plain-rail .offer-headline{margin:0;
  font-size:16.6px;
  line-height:1.81;}
@media(max-width:760px){.plain-rail .steady-proof h2{font-size:calc(16.6px * 1.35)}.plain-rail .steady-proof .secondary-entries{font-size:16.6px}.plain-rail .clear-entries{flex-basis:100%}
}
.narrow-lead{
        color:#F7F2EA;
        background:linear-gradient(135deg, #1A1510 0%, #3A2A1C 55%, #6B3A1E 100%);
        padding:calc(1.5rem * 2.4) 2.21rem;
    }
.narrow-lead .c{max-width:1680px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.95rem * 1.5);}
@media (min-width: 1024px){.narrow-lead .c{
            flex-direction:row;
            align-items:flex-start;
            gap:2.21rem;
        }.narrow-lead .page-shell{
            flex:1 1 auto;
            min-width:0;
        }.narrow-lead .soft-surface{
            flex:0 0 300px;
        }
    }
.narrow-lead .simple-group{margin-bottom:calc(1.95rem * 1.5);
        border-bottom:1px solid rgba(244,239,231,0.18);
        padding-bottom:calc(1.95rem * 1.5);}
.narrow-lead h1{font-size:calc(16.6px * 2.65);
        line-height:1.15;
        margin:0 0 0.75rem;
        letter-spacing:-0.01em;}
.narrow-lead .bottom-feature{display:flex;
        flex-wrap:wrap;
        gap:0.5rem 1.25rem;
        font-size:calc(16.6px * .875);
        opacity:0.82;}
.narrow-lead .soft-benefit{line-height:1.81;
        font-size:16.6px;}
.narrow-lead .soft-benefit p{margin:0 0 1.15rem;}
.narrow-lead .soft-benefit p:last-child{margin-bottom:0;}
.narrow-lead .soft-surface{
        background:var(--ink-accent);
        color:var(--tone-accent);
        padding:calc(1.5rem * .75);
        border-radius:0.99rem;
        box-shadow:0 2px 5px rgba(0,0,0,0.18);
    }
.narrow-lead .soft-surface h3{margin:0 0 1rem;
        font-size:calc(16.6px * 1.35);
        line-height:1.3;}
.narrow-lead .service-header{display:flex;
        flex-direction:column;
        gap:0.85rem;}
.narrow-lead .soft-surface a{text-decoration:none;
        font-size:calc(16.6px * .875);
        line-height:1.5;
        display:block;}
.narrow-lead .soft-surface a:hover{text-decoration:underline;}
.page-callout{
    padding:calc(1.5rem * 2.4) 2.21rem;
    background:var(--ink-muted);
    color:var(--surface-light);
}
.page-callout .clear-frame{max-width:1680px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.95rem * 1.5);}
.page-callout .steady-proof h2{margin:0;
    font-size:calc(16.6px * 2);
    line-height:1.2;}
.page-callout .steady-proof p{margin:calc(1.5rem * .75) 0 0;
    font-size:16.6px;}
.page-callout .narrow-plan{display:flex;
    flex-wrap:wrap;
    gap:1.95rem;}
.page-callout .offer-items{flex:1 1 260px;
    border-top:2px solid var(--line-dark);
    padding-top:calc(1.5rem * .75);}
.page-callout .offer-items h3{margin:0 0 0.6rem;
    font-size:calc(16.6px * 1.35);}
.page-callout .offer-items p{margin:0 0 0.7rem;}
.page-callout .offer-items a,
.page-callout .offer-items .focused-steps{display:inline-block;
    font-weight:600;
    font-size:calc(16.6px * .875);
    color:#B23A1E;
    text-decoration:none;
    word-break:break-word;}
.page-callout .offer-items a:hover{color:inherit;}
.page-callout .clear-inner h3{margin:0 0 0.8rem;
    font-size:calc(16.6px * 1.35);}
.page-callout .open-menu{margin:0;
    padding:0;
    list-style:none;
    display:flex;
    flex-direction:column;
    gap:0.6rem;}
.page-callout .open-menu li{padding-left:1rem;
    border-left:2px solid #C9A227;
    font-size:16.6px;}
.page-callout .open-menu strong{font-weight:600;}
.page-callout .active-wrap{
    background:var(--ink-accent);
    color:var(--tone-accent);
    border:1px solid var(--line-dark);
    border-radius:0.56rem;
    padding:calc(1.5rem * .75);
}
.page-callout .active-wrap p{margin:0 0 0.9rem;}
.page-callout .active-wrap .compact-callout{
    display:inline-block;
    padding:0.6rem 1.1rem;
    background:var(--paint-inverse);
    color:#FFF7F1;
    border-radius:0.33rem;
    font-weight:600;
    font-size:calc(16.6px * .875);
    text-decoration:none;
    transition:background 460ms var(--speed-base);
}
.page-callout .active-wrap .compact-callout:hover{
    background:#8F2C14;color:var(--tone-accent);}
@media (max-width:640px){.page-callout .offer-items{flex:1 1 100%;}
}
.text-feature{padding:calc(1.5rem * 2.4) 2.21rem;background:linear-gradient(135deg, #1A1510 0%, #3A2A1C 55%, #6B3A1E 100%);color:#F7F2EA}
.text-feature .clear-frame{max-width:1680px;margin:0 auto}
.text-feature .featured-wrap{margin-bottom:calc(1.95rem * 1.5)}
.text-feature h2{margin:0;font-size:calc(16.6px * 2.65);line-height:1.04}
.text-feature .featured-wrap p{margin:1.5rem 0 0;font-size:calc(16.6px * 1.125);line-height:1.81}
.text-feature .direct-stack{display:flex;align-items:flex-start;gap:calc(1.95rem * 1.5)}
.text-feature .plain-menu{flex:0 1 17rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.text-feature button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 460ms var(--speed-base),transform 460ms var(--speed-base)}
.text-feature button:hover,.text-feature button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.4))}
.text-feature .offer-frame{flex:1 1 30rem;align-self:start}
.text-feature [data-response]{display:none}
.text-feature [data-response].is-active{display:block;animation:clarifyFocusIn calc(460ms*1.8) var(--speed-base) both}
.text-feature h3{margin:0;font-size:calc(16.6px * 2);line-height:1.1}
.text-feature [data-response] p{margin:1.5rem 0 0;font-size:calc(16.6px * 1.125);line-height:1.81}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.95rem * 2)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.text-feature .direct-stack{display:block}.text-feature .plain-menu{margin-bottom:calc(1.95rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.text-feature [data-response].is-active{animation:none}}
.unit{
  background: #F7F2EA;
  color: #1F1A14;
  padding: calc(1.5rem * 2.4) 2.21rem;
}
.unit .clear-frame{width: min(100%, 1680px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .32fr) minmax(0, 1fr);
  gap: 1.95rem;
  align-items: start;}
.unit h2,
.unit h3,
.unit p{margin: 0;}
.unit h2{font-size: calc(16.6px * 2); line-height: 1.1;}
.unit h3{font-size: calc(16.6px * 1.35); line-height: 1.18;}
.unit p{font-size: 16.6px; line-height: 1.81;}
.unit .compact-unit{
  display: grid;
  gap: calc(1.95rem * 1.5);
  align-content: start;
  padding: 1.5rem;
  border-radius: 1.31rem;
  background: #1A1510;
  color: #F4EFE7;
}
.unit .compact-unit a{width: fit-content;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: calc(16.6px * .875);}
.unit .offer-area{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.unit [data-block]{
  flex: 1 1 18rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.99rem;
  background: var(--ink-accent);
  color: var(--tone-accent);
  border: 1px solid var(--line-dark);
}
.unit .bottom-feature{color: var(--surface-light);
  font-size: calc(16.6px * .875);
  letter-spacing: 0.02em;}
@media (max-width: 820px) {.unit .clear-frame{ grid-template-columns: 1fr; }
}
.bottom-service{padding:calc(1.5rem * 2.4) 2.21rem;background:#F7F2EA;color:#1F1A14}
.bottom-service .clear-frame{max-width:1680px;margin:0 auto}
.bottom-service .plain-team{display:flex;gap:calc(1.95rem * 1.5);align-items:flex-start}
.bottom-service .steady-proof{flex:0 1 30rem;min-width:0}
.bottom-service h2{margin:0;font-size:calc(16.6px * 2);line-height:1.1}
.bottom-service .steady-proof p{margin:1.5rem 0 0;font-size:16.6px;line-height:1.81}
.bottom-service ul{flex:1 1 42rem;min-width:0;list-style:none;margin:0;padding:0}
.bottom-service li{padding:1.5rem 0}
.bottom-service li+li{border-top:1px solid var(--line-dark)}
.bottom-service li:first-child{padding-top:0}
.bottom-service li a{display:flex;gap:1.95rem;align-items:flex-start;color:inherit;text-decoration:none}
.bottom-service strong{flex:0 1 18rem;min-width:0;font-size:calc(16.6px * 1.35);line-height:1.2}
.bottom-service span{flex:1 1 20rem;min-width:0;line-height:1.81}
.bottom-service li a:hover strong{color:#B23A1E}
@media(max-width:760px){.bottom-service .plain-team{display:block}.bottom-service ul{margin-top:calc(1.95rem * 1.5)}.bottom-service li a{display:block}.bottom-service span{display:block;margin-top:calc(1.5rem * .75)}
}
.top-items{--mark-soft:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2.21rem;background:#F7F2EA;color:#1F1A14;}
.top-items .clear-frame{max-width:1680px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.95rem * 1.5);}
.top-items h2,.top-items p{margin:0;}
.top-items h2{font-size:calc(16.6px * 2);line-height:1.14;}
.top-items .secondary-entries{font-size:16.6px;line-height:1.81;}
.top-items .steady-proof{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.top-items .plain-menu{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .75);}
.top-items details{padding:calc(1.5rem * .75) 1.5rem;border-radius:0.56rem;background:var(--ink-accent);color:var(--tone-accent);border:1px solid var(--line-dark);}
.top-items summary{cursor:pointer;font-weight:700;font-size:16.6px;line-height:1.4;list-style:none;}
.top-items summary::-webkit-details-marker{display:none;}
.top-items summary::after{content:"+";float:right;font-weight:400;}
.top-items details[open] summary::after{content:"–";}
.top-items details p{margin-top:calc(1.5rem / 2.5);font-size:calc(16.6px * .875);line-height:1.81;}
.top-items a{text-decoration:none;border-bottom:1px solid currentColor;}
.top-items a:hover{}
@media (max-width:720px){.top-items details{padding:calc(1.5rem * .75);}.top-items summary{font-size:calc(16.6px * .875);}
}
.focused-section{--mark-soft:calc(1.5rem * 1.12);--mark-control:calc(1680px / 2.15);padding:calc(1.5rem * 2.4) 2.21rem;background:#F7F2EA;color:#1F1A14;}
.focused-section .clear-frame{max-width:1680px;margin:0 auto;}
.focused-section h1,.focused-section h2,.focused-section h3,.focused-section p{margin:0;}
.focused-section h2{font-size:calc(16.6px * 2);line-height:1.12;}
.focused-section h3{font-size:calc(16.6px * 1.35);line-height:1.2;}
.focused-section p{font-size:16.6px;line-height:1.81;color:var(--surface-light);}
.focused-section a{color:inherit;text-decoration:none;}
.focused-section .active-wrap{font-size:calc(16.6px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--surface-light);}
.focused-section .compact-callout{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.33rem;background:var(--paint-inverse);color:#FFF7F1;transition:background 460ms var(--speed-base);}
.focused-section .compact-callout:hover{background:#8F2C14;color:var(--tone-accent);}
.focused-section .open-menu{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.95rem;margin-top:var(--mark-soft);}
.focused-section .visual-form{flex:1 1 calc(1680px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--line-dark);}
.focused-section .visual-form h3{margin-bottom:calc(1.5rem / 3);}
.focused-section .box{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.95rem;}
.focused-section .box>.fresh-media{flex:1 1 auto;min-width:0;}
.focused-section .box>.compact-callout{flex:0 0 auto;}
.focused-section .box>.open-menu{flex:1 1 100%;}
.focused-section .fresh-media h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.focused-section .visual-form{flex:1 1 100%;}}
.team-rail{padding:calc(1.5rem * 2.4) 2.21rem;background:#F7F2EA;color:#1F1A14;}
.narrow-stack{max-width:1680px;margin:0 auto;}
.team-rail h1{margin:0;font-size:calc(16.6px * 2.65);line-height:1.08;}
.wide-footer{padding:calc(1.5rem * 2.4) 2.21rem;background:#F7F2EA;color:#1F1A14}
.wide-footer .clear-frame{max-width:1680px;margin:0 auto}
.wide-footer .direct-headline{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:calc(1.95rem * 1.5);align-items:start}
.wide-footer .steady-proof{margin-bottom:calc(1.95rem * 1.5)}
.wide-footer h2{margin:0 0 calc(1.5rem * .75);font-size:calc(16.6px * 2);line-height:1.15}
.wide-footer .steady-proof p{margin:0;font-size:16.6px;line-height:1.81}
.wide-footer form{display:flex;flex-direction:column;gap:1.95rem}
.wide-footer .bottom-surface{display:flex;flex-wrap:wrap;gap:1.95rem}
.wide-footer .clear-entries{flex:1 1 16rem;display:block}
.wide-footer label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(16.6px * .875)}
.wide-footer input,.wide-footer textarea{width:100%;padding:calc(1.5rem * .75);border:1px solid var(--line-dark);border-radius:0.33rem;background:var(--ink-accent);color:var(--tone-accent);font:inherit}
.wide-footer input::placeholder,.wide-footer textarea::placeholder{}
.wide-footer textarea{resize:vertical}
.wide-footer .compact-callout{display:flex;flex-wrap:wrap;align-items:center;gap:1.95rem}
.wide-footer button{padding:calc(1.5rem * .75) 1.5rem;border:0;border-radius:0.33rem;background:var(--paint-inverse);color:#FFF7F1;font:inherit;cursor:pointer;transition:background 460ms var(--speed-base)}
.wide-footer button:hover{background:#8F2C14;color:var(--tone-accent);}
.wide-footer .active-wrap{margin:0;flex:1 1 18rem;font-size:calc(16.6px * .875);}
.wide-footer .focused-track{padding:calc(1.5rem * .75);border:1px solid var(--line-dark);border-radius:0.56rem;background:var(--ink-muted);color:var(--surface-light)}
.wide-footer .focused-track .focused-steps{margin:0 0 calc(1.5rem * .75);font-size:calc(16.6px * .875);line-height:1.81}
.wide-footer .focused-track .focused-steps:last-child{margin-bottom:0}
.wide-footer .focused-track a{text-decoration:underline}
.wide-footer .focused-track a:hover{}
@media(max-width:860px){.wide-footer .direct-headline{grid-template-columns:1fr}}
.simple-block{padding:calc(1.5rem * 2.4) 2.21rem;background:#1A1510;color:#F4EFE7}
.simple-block .plain-steps{max-width:1680px;margin:0 auto;display:grid;grid-template-columns:minmax(15rem,.3fr) minmax(0,1fr);gap:calc(1.95rem * 1.5)}
.simple-block .steady-region{align-self:start}
.simple-block h2{margin:0;font-size:calc(16.6px * 2);line-height:1.05}
.simple-block .steady-region p{margin:1.5rem 0 0;font-size:16.6px;color:#CFC5B6}
.simple-block .text-area{display:grid;gap:calc(1.5rem * .75)}
.simple-block .open-visual{height:clamp(20rem,38vw,32rem);border-radius:0.99rem;overflow:hidden;border:1px solid var(--line-dark);background:var(--ink-accent);color:var(--tone-accent);}
.simple-block iframe{display:block;width:100%;height:100%;border:0}
.simple-block .secondary-form{display:flex;flex-wrap:wrap;gap:1.95rem}
.simple-block .local-menu{flex:1 1 16rem;padding:calc(1.5rem * .75);border-radius:0.56rem;background:var(--ink-accent);color:var(--tone-accent);border:1px solid var(--line-dark)}
.simple-block .local-menu span{display:block;font-size:calc(16.6px * .875);color:inherit;}
.simple-block .local-menu strong{display:block;margin-top:calc(calc(1.5rem * .75) * .5);font-size:16.6px;line-height:1.45}
.simple-block .local-menu a{color:inherit;text-decoration:none;border-bottom:1px solid #B23A1E}
.simple-block .local-menu a:hover{color:#C9A227;border-bottom-color:#C9A227}
.simple-block .active-wrap{margin:0;font-size:calc(16.6px * .875);color:#CFC5B6;line-height:1.81}
@media (max-width:760px){.simple-block .plain-steps{grid-template-columns:1fr}.simple-block .open-visual{height:20rem}
}
.soft-stack{
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.21rem;
  background: var(--ink-muted);
  color: var(--surface-light);
}
.soft-stack .clear-frame{display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 1.5rem 1.95rem;
  max-width: 1680px;
  margin: 0 auto;}
.soft-stack .steady-proof{grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: calc(1.95rem * 1.5);
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line-dark);}
.soft-stack h2{margin: 0;
  font-size: calc(16.6px * 2);
  line-height: 1.08;}
.soft-stack .secondary-entries{margin: 0;
  font-size: calc(16.6px * 1.125);
  line-height: 1.81;}
.soft-stack .plain-steps{display: flex;
  flex-direction: column;
  gap: 0;}
.soft-stack .focused-steps{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: 1.5rem 0;
  border-top: 1px solid var(--line-dark);
  color: inherit;
  text-decoration: none;
  animation: contactCatalogRise calc(460ms * 2.4) var(--speed-base) both;}
.soft-stack .focused-steps:first-child{border-top: 0;
  padding-top: 0;}
.soft-stack .focused-steps.email{animation-delay: calc(460ms * .3);}
.soft-stack .focused-steps.address{animation-delay: calc(460ms * .6);}
.soft-stack .focused-steps span,
.soft-stack .clear-entries span{display: block;
  font-size: calc(16.6px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .72;}
.soft-stack .focused-steps strong{font-size: calc(16.6px * 1.35);
  overflow-wrap: anywhere;}
.soft-stack .focused-steps p,
.soft-stack .clear-entries p{margin: 0;
  line-height: 1.81;}
.soft-stack .focused-track{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) 1.5rem;
  background: var(--ink-accent);
  color: var(--tone-accent);
  border: 1px solid var(--line-dark);
  border-radius: 0.99rem;
}
.soft-stack .clear-entries{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.soft-stack .clear-entries + .clear-entries{padding-top: 1.5rem;
  border-top: 1px solid var(--line-dark);}
@keyframes contactCatalogRise {from{ opacity: 0; transform: translateY(calc(calc(1.95rem * 2) * .12)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 860px) {.soft-stack .clear-frame{
    grid-template-columns: minmax(0, 1fr);
  }.soft-stack .focused-track{
    padding: calc(1.5rem * .75);
  }
}
@media (prefers-reduced-motion: reduce) {.soft-stack .focused-steps{ animation: none; }
}
.strong-block{padding:calc(1.5rem * 2.4) 2.21rem;background:#F7F2EA;color:#1F1A14}
.strong-block .bottom-frame{max-width:min(1680px,64rem);margin:0 auto}
.strong-block h2{margin:0;font-size:calc(16.6px * 2.65);line-height:1.08}
.strong-block .primary-items{margin:1.5rem 0 calc(1.95rem * 1.5);font-size:calc(16.6px * 1.125);line-height:1.81}
.strong-block .narrow-track{display:flex;flex-direction:column;gap:1.95rem;border-top:1px solid var(--line-dark);padding-top:calc(1.95rem * 1.5)}
.strong-block .active-wrap{padding:0}
.strong-block h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.6px * 1.35);line-height:1.25}
.strong-block .active-wrap p{margin:0;font-size:16.6px;line-height:1.81}
.strong-block .active-wrap a{text-decoration:underline;text-underline-offset:3px}
.strong-block .active-wrap a:hover{}
@media (max-width:640px){.strong-block h2{font-size:calc(16.6px * 2)}.strong-block .primary-items{font-size:16.6px}
}
.text-group{
  padding: calc(1.5rem * 2.4) 2.21rem;
  background: var(--ink-muted);
  color: var(--surface-light);
}
.text-group .clear-frame{max-width: 1680px;
  margin: 0 auto;}
.text-group .primary-items{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.95rem;
  align-items: flex-end;
  margin-bottom: calc(1.95rem * 1.5);}
.text-group h2{flex: 1 1 22rem;
  margin: 0;
  font-size: calc(16.6px * 2);
  line-height: 1.1;}
.text-group .primary-items p{flex: 1 1 26rem;
  margin: 0;
  line-height: 1.81;}
.text-group .simple-surface{margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-dark);
  list-style: none;}
.text-group .bottom-surface{display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.95rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line-dark);}
.text-group .bottom-surface p{flex: 1 1 auto;
  margin: 0;
  font-size: calc(16.6px * 1.125);
  line-height: 1.81;}
.text-group .bottom-surface span{flex: 0 1 22rem;
  color: #6E6355;
  font-size: calc(16.6px * .875);
  line-height: 1.81;}
.text-group .compact-frame{flex-direction: row-reverse;}
.text-group .page-figure{justify-content: flex-start;
  gap: calc(1.5rem * .75);}
.text-group .page-figure a{flex: 1 1 0;
  color: #B23A1E;
  font-size: calc(16.6px * 1.35);
  overflow-wrap: anywhere;
  text-underline-offset: .22em;}
.text-group .page-figure a:hover{color:inherit;}
.text-group .team-note{display: flex;
  flex-wrap: wrap;
  gap: 1.95rem;
  padding-top: 1.5rem;}
.text-group .team-note a{flex: 1 1 18rem;
  color: inherit;
  text-decoration: none;
  line-height: 1.81;
  overflow-wrap: anywhere;
  border-left: 2px solid var(--line-dark);
  padding-left: calc(1.5rem * .75);}
.text-group .team-note a span{display: block;
  margin-bottom: .35rem;
  color: #6E6355;
  font-size: calc(16.6px * .875);}
.text-group .team-note a:hover{color:inherit;
  border-left-color: #C9A227;}
@media (max-width: 660px) {.text-group .primary-items,
  .text-group .bottom-surface,
  .text-group .compact-frame{
    display: block;
  }.text-group .primary-items p,
  .text-group .bottom-surface span,
  .text-group .bottom-surface p,
  .text-group .page-figure a{
    display: block;
    margin-top: calc(1.5rem * .75);
  }.text-group .page-figure a:first-child{
    margin-top: 0;
  }.text-group .team-note a{
    flex: 1 1 100%;
  }
}
.shell{
  padding: calc(1.5rem * 2.4) 2.21rem;
  background: #1A1510;
  color: #F4EFE7;
}
.shell .clear-frame{max-width: min(1680px, 76rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  gap: calc(1.95rem * 1.5);
  align-items: start;}
.shell .steady-region h2{margin: 0;
  font-size: calc(16.6px * 2);
  line-height: 1.1;}
.shell .steady-region p{margin: calc(1.5rem * .75) 0 0;
  font-size: 16.6px;
  opacity: .82;}
.shell .steady-region .active-wrap{font-size: calc(16.6px * .875);
  opacity: .65;
  border-left: 2px solid #C9A227;
  padding-left: calc(1.5rem * .75);}
.shell .media-content{
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: #332C24;
  border: 1px solid #332C24;
  border-radius: 0.56rem;
  overflow: hidden;color:var(--tone-accent);}
.shell .visual-form{
  background: #1A1510;
  color: #F4EFE7;
}
.shell button{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  border: 0;
  padding: calc(1.5rem * .75) calc(1.95rem * 1.5);
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: calc(16.6px * 1.125);
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}
.shell button::after{content: "+";
  font-size: calc(16.6px * 1.125);
  color: #C9A227;
  line-height: 1;
  flex: 0 0 auto;}
.shell .visual-form.is-open button::after{content: "\2212";}
.shell .visual-form p{margin: 0;
  padding: 0 calc(1.95rem * 1.5) calc(1.95rem * 1.5);
  opacity: .78;
  font-size: 16.6px;}
.shell .visual-form:not(.is-open) p{display: none;}
@media (max-width: 820px) {.shell .clear-frame{
    grid-template-columns: 1fr;
    gap: calc(1.95rem * 1.5);
  }.shell button{
    padding: calc(1.5rem * .75);
  }.shell .visual-form p{
    padding: 0 calc(1.5rem * .75) calc(1.5rem * .75);
  }
}
.plain-benefit{background:#C9A227;color:#1A1408;padding:calc(1.5rem * 2.4) 2.21rem}
.plain-benefit .clear-frame{max-width:1680px;margin:0 auto}
.plain-benefit .featured-summary{display:flex;flex-direction:column;gap:calc(1.95rem * 1.5)}
.plain-benefit .secondary-entries{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.plain-benefit h2{margin:0;font-size:clamp(calc(16.6px * 2),4.4vw,calc(16.6px * 2.65));line-height:1.08;letter-spacing:0}
.plain-benefit .steady-proof{margin:0;font-size:calc(16.6px * 1.125);line-height:1.65}
.plain-benefit .offer-items{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);padding-top:calc(1.95rem * 1.5)}
.plain-benefit .top-links{flex:1 1 16rem;min-width:0;display:flex;flex-direction:column;gap:0.4rem}
.plain-benefit .primary-list{font-size:calc(16.6px * .875);letter-spacing:0.08em;opacity:0.7}
.plain-benefit .top-links p{margin:0;font-size:16.6px;line-height:1.6}
.plain-benefit .local-menu{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.plain-benefit .active-wrap{margin:0;font-size:16.6px;line-height:1.6}
.plain-benefit .open-menu{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.plain-benefit .open-menu li{font-size:16.6px}
.plain-benefit .open-menu a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.plain-benefit .offer-region{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.plain-benefit .offer-region a{padding:calc(1.5rem * .75);border-radius:0.33rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;text-decoration:none;font-size:16.6px}
.plain-benefit .offer-region a.main{background:var(--paint-inverse);color:#FFF7F1}
@media(max-width:760px){.plain-benefit .offer-items{flex-direction:column}.plain-benefit .top-links{flex-basis:auto}}
.badge--page-missing{
  background: #F7F2EA;
  color: #1F1A14;
  padding: calc(1.5rem * 2.4) 2.21rem;
}
.badge--page-missing .clear-frame{width: min(100%, 1680px);
  margin: 0 auto;}
.badge--page-missing .group{display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(1.95rem * 1.5);}
.badge--page-missing .active-wrap{
  margin: 0;
  font-size: calc(16.6px * .875);
  line-height: 1.81;
  color: var(--surface-light);
  background: var(--ink-muted);
  padding: 6px 12px;
  border-radius: 0.33rem;
  letter-spacing: 0.02em;
}
.badge--page-missing h1{margin: 0;
  font-size: clamp(calc(16.6px * 2), 6vw, calc(16.6px * 2.65));
  line-height: 1.05;}
.badge--page-missing .active-details{margin: 0;
  font-size: calc(16.6px * 1.125);
  line-height: 1.81;}
.badge--page-missing .offer-region{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.95rem;
  width: 100%;}
.badge--page-missing a{text-decoration: none;
  overflow-wrap: anywhere;
  max-width: 100%;}
.badge--page-missing .plain-content{
  padding: 13px 22px;
  border-radius: 0.56rem;
  background: var(--paint-inverse);
  color: #FFF7F1;
  font-weight: 700;
  transition: background 460ms var(--speed-base);
}
.badge--page-missing .plain-content:hover{
  background: #8F2C14;color:var(--tone-accent);}
.badge--page-missing .primary-headline{padding: 13px 0;
  color: #B23A1E;
  border-bottom: 1px solid var(--line-dark);
  transition: color 460ms var(--speed-base), border-color 460ms var(--speed-base);}
.badge--page-missing .primary-headline:hover{color:inherit;
  border-color: #C9A227;}
@media (max-width: 640px) {.badge--page-missing .offer-region{
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
