body{margin:0;padding:0;font-family:"Libre Baskerville", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.active-list {
    width: 100%;
    background: #f5f1e6;
    color: #1a1815;
    border-bottom: 1px solid #d8d2c2;
  }
.team-steps {
    max-width: 1000px;
    margin: 0 auto;
    padding: 1.5rem 1.22rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.88rem;
    flex-wrap: wrap;
  }
:root {
  --ink-accent: #2c2924;
  --tone-soft: #ece6d6;
  --motion-slow: cubic-bezier(0.22,1,0.36,1);
}
.offer-feature {
    font-size: calc(15.5px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #1a1815;
    text-decoration: none;
    line-height: 1.8;
  }
.offer-feature:hover {
    color: #8c1c1c;
  }
.page-benefit {
    display: block;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(0.88rem * 1.5);
    flex-wrap: wrap;
  }
.nav-link {
    display: inline-block;
    padding: 0.35rem 0.15rem;
    font-size: 15.5px;
    color: #1a1815;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 300ms var(--motion-slow),
                border-color 300ms var(--motion-slow);
  }
.nav-link:hover {
    color: #8c1c1c;
    border-bottom-color: #8c1c1c;
  }
.nav-link.is-active {
    color: #1a1815;
    border-bottom-color: #8c1c1c;
  }
.compact-area {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 8px;
    background: var(--tone-soft);
    color: var(--ink-accent);
    border: 1px solid #d8d2c2;
    border-radius: 0.23rem;
    cursor: pointer;
  }
.active-story{
    display: block;
    width: 100%;
    height: 2px;
    background: var(--ink-accent);
    border-radius: 1px;color:#1a1815;}
@media (max-width: 767px) {
    .team-steps {
      flex-wrap: nowrap;
      align-items: center;
    }

    .compact-area {
      display: flex;
      margin-left: auto;
    }

    .page-benefit {
      display: none;
      flex-basis: 100%;
      width: 100%;
      order: 3;
      margin-top: calc(0.88rem * 1.5);
      padding-top: calc(0.88rem * 1.5);
      border-top: 1px solid #d8d2c2;
    }

    .page-benefit.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: 1.5rem;
    }

    .nav-link {
      font-size: calc(15.5px * 1.125);
      padding: 0.25rem 0;
    }
  }
.clear-media{font-family:"Libre Baskerville", sans-serif;font-size:15.5px;line-height:1.8;padding:calc(1.5rem * 2.4) 1.22rem;margin-top:calc(1.5rem * 2.4);background:#1a1815;color:#f5f1e6;}
.wide-region{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.88rem * 1.5)}
.clear-quote{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.2fr;gap:calc(1.5rem * .75);align-items:start}
.soft-view{display:flex;flex-direction:column;gap:1.5rem;max-width:26rem}
.public-wrap{font-size:calc(15.5px * 1.35);font-weight:700;letter-spacing:0.01em;margin:0}
.open-headline{margin:0;font-size:calc(15.5px * .875);line-height:1.8;opacity:0.85}
.visual-figure{display:flex;flex-direction:column;gap:1.5rem}
.text-summary{font-size:calc(15.5px * .875);font-weight:700;text-transform:uppercase;letter-spacing:0.08em;margin:0 0 1.5rem 0;opacity:0.75}
.quiet-details{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem}
.quiet-details a{color:inherit;text-decoration:none;font-size:calc(15.5px * .875);border-bottom:1px solid transparent;transition:border-color 300ms var(--motion-slow)}
.quiet-details a:hover,
  .quiet-details a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.fresh-block li{display:flex;flex-direction:column;gap:0.15rem}
.primary-links{font-size:calc(15.5px * .875);text-transform:uppercase;letter-spacing:0.06em;opacity:0.7}
.text-form{font-size:calc(15.5px * .875);color:inherit;text-decoration:none;line-height:1.8}
a.footer-value:hover,
  a.footer-value:focus-visible{text-decoration:underline;outline:none;color:inherit}
.visual-content{border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:calc(0.88rem * 1.5)}
.visual-content p{margin:0;font-size:calc(15.5px * .875);line-height:1.8;opacity:0.85;max-width:68rem}
.secondary-links{border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:1.5rem}
.secondary-links p{margin:0;font-size:calc(15.5px * .875);opacity:0.75}
@media (max-width: 1024px) {.clear-quote{grid-template-columns:1fr 1fr 1fr}.soft-view{grid-column:1 / -1;max-width:none}
  }
@media (max-width: 640px) {.clear-quote{grid-template-columns:1fr 1fr}.clear-media{padding:calc(0.88rem * 1.5) 1.22rem;background:#1a1815;color:#f5f1e6;}
  }
@media (max-width: 420px) {.clear-quote{grid-template-columns:1fr}
  }
footer .offer-story{flex:1 1 100%;max-width:1000px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(15.5px * .875);line-height:1.8;opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;right:1.22rem;bottom:1.5rem;z-index:1200}
.cookies .secondary-intro{width:min(24rem,calc(100vw - 1.22rem*2));padding:1.5rem;border:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:0.52rem;background:#fafafa;color:#0a0f1a;box-shadow:0 12px 26px rgba(0,0,0,0.06)}
.cookies .bottom-media{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
.cookies strong{font-size:calc(15.5px * 1.35);line-height:1.12}
.cookies .bottom-media button{border:0;background:transparent;color:#0a0f1a;text-decoration:underline;font:inherit;cursor:pointer}
.cookies p{margin:calc(1.5rem * .75) 0 0;color:#2a3040;line-height:1.8}
.cookies .quiet-panel{display:flex;gap:calc(1.5rem * .75);margin-top:1.5rem}
.cookies .quiet-panel button{flex:1;border:1px solid color-mix(in srgb,currentColor 16%,transparent);border-radius:0.23rem;background:#fff;color:#0a0f1a;font:inherit;padding:calc(1.5rem * .75);cursor:pointer}
.cookies .quiet-panel button.cookie-accept{background:#1a1815;color:#f5f1e6;border-color:#1a1815}
.content-steps{
  --layer-soft:calc(1.5rem * 1.24);
  --state-soft:calc(1000px / 2.55);
  padding:calc(1.5rem * 2.4) 1.22rem;
  background:#f5f1e6;
  color:#1a1815;
}
.content-steps .simple-details{max-width:1000px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);
  gap:calc(0.88rem * 2.2);
  align-items:start;}
.content-steps h1,
.content-steps p,
.content-steps ul{margin:0;}
.content-steps h1{font-size:calc(15.5px * 2.65);
  line-height:1.08;
  letter-spacing:-0.01em;}
.content-steps .steady-unit{font-size:calc(15.5px * .875);
  text-transform:uppercase;
  letter-spacing:0.14em;
  color:var(--ink-accent);
  padding-bottom:calc(calc(0.88rem * 1.5) * 0.6);
  border-bottom:1px solid #d8d2c2;
  margin-bottom:calc(0.88rem * 1.5);}
.content-steps .site-proof{margin-top:calc(0.88rem * 1.5);
  font-size:calc(15.5px * 1.125);
  line-height:1.8;
  max-width:var(--state-soft);}
.content-steps .quiet-benefit{margin-top:calc(calc(0.88rem * 1.5) * 1.6);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.88rem;}
.content-steps .featured-callout{
  display:inline-flex;
  align-items:center;
  padding:calc(calc(1.5rem * .75) * 0.85) 1.5rem;
  background:#1a1815;
  color:#f5f1e6;
  border-radius:0.23rem;
  text-decoration:none;
  font-size:15.5px;
  transition:background 300ms var(--motion-slow);
}
.content-steps .featured-callout:hover{background:#2c2924;color:#1a1815;}
.content-steps .page-unit{font-size:15.5px;
  color:#1a1815;
  text-decoration:none;
  border-bottom:1px solid #d8d2c2;
  padding-bottom:2px;
  transition:color 300ms var(--motion-slow),border-color 300ms var(--motion-slow);}
.content-steps .page-unit:hover{color:#8c1c1c;border-color:#8c1c1c;}
.content-steps .primary-rail{border-left:1px solid #d8d2c2;
  padding-left:calc(0.88rem * 1.6);}
.content-steps .content-panel{font-size:calc(15.5px * .875);
  text-transform:uppercase;
  letter-spacing:0.12em;
  color:var(--ink-accent);
  margin-bottom:calc(0.88rem * 1.5);}
.content-steps .focused-feature{list-style:none;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(0.88rem * 0.9);}
.content-steps .focused-feature li{font-size:15.5px;
  line-height:1.55;
  padding-bottom:calc(0.88rem * 0.9);
  border-bottom:1px solid #d8d2c2;}
.content-steps .focused-feature li:last-child{border-bottom:none;padding-bottom:0;}
.content-steps .local-form{display:inline-block;
  min-width:2.1em;
  font-size:calc(15.5px * .875);
  color:#8c1c1c;
  letter-spacing:0.08em;}
.content-steps .steady-entries{margin-top:calc(0.88rem * 1.5);
  font-size:calc(15.5px * .875);
  line-height:1.65;
  color:var(--ink-accent);}
.content-steps .steady-entries a{color:#1a1815;
  text-decoration:none;
  border-bottom:1px solid #d8d2c2;}
.content-steps .steady-entries a:hover{color:#8c1c1c;border-color:#8c1c1c;}
@media (max-width:820px){.content-steps .simple-details{grid-template-columns:1fr;gap:calc(0.88rem * 1.6);}.content-steps .primary-rail{border-left:none;border-top:1px solid #d8d2c2;padding-left:0;padding-top:calc(0.88rem * 1.5);}
}
.contact-details{
  --layer-soft:calc(1.5rem * 1.35);
  --state-soft:calc(1000px / 2.6);
  padding:calc(1.5rem * 2.4) 1.22rem;
  background:var(--tone-soft);
  color:var(--ink-accent);
}
.contact-details .simple-details{max-width:1000px;
  margin:0 auto;}
.contact-details h2,
.contact-details h3,
.contact-details p{margin:0;}
.contact-details h2{font-size:calc(15.5px * 2);
  line-height:1.14;}
.contact-details h3{font-size:calc(15.5px * 1.35);
  line-height:1.28;
  font-weight:600;}
.contact-details p{font-size:15.5px;
  line-height:1.8;}
.contact-details a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:border-color 300ms var(--motion-slow), color 300ms var(--motion-slow);}
.contact-details a:hover{border-bottom-color:#8c1c1c;}
.contact-details .focused-media{max-width:var(--state-soft);
  padding-bottom:calc(0.88rem * 1.5);
  border-bottom:1px solid #d8d2c2;}
.contact-details .focused-media .site-proof{margin-top:calc(1.5rem / 2);
  opacity:.82;}
.contact-details .focused-feature{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:var(--layer-soft);}
.contact-details .wide-steps{min-width:0;
  padding:calc(0.88rem * 1.5) 0;
  border-bottom:1px solid #d8d2c2;}
.contact-details .wide-steps:first-child{padding-top:0;}
.contact-details .wide-steps:last-child{border-bottom:none;}
.contact-details .wide-steps .team-track{margin-top:calc(1.5rem / 2.4);
  max-width:var(--state-soft);
  opacity:.86;}
.contact-details .wide-steps .secondary-form{margin-top:calc(1.5rem / 2);
  font-size:calc(15.5px * .875);
  letter-spacing:.06em;
  text-transform:uppercase;
  opacity:.62;}
.contact-details .quiet-benefit{margin-top:var(--layer-soft);
  padding-top:calc(0.88rem * 1.5);
  border-top:1px solid #d8d2c2;}
.contact-details .quiet-benefit .steady-entries{max-width:var(--state-soft);
  font-size:calc(15.5px * .875);
  line-height:1.8;
  opacity:.78;}
.contact-details .quiet-benefit a{border-bottom:1px solid currentColor;}
@media (max-width:640px){.contact-details .focused-media,
  .contact-details .wide-steps .team-track,
  .contact-details .quiet-benefit .steady-entries{
    max-width:none;
  }
}
.focused-fields{--layer-soft:calc(1.5rem * 1.4);--state-soft:calc(1000px / 2.1);padding:calc(1.5rem * 2.4) 1.22rem;background:#f5f1e6;color:#1a1815;}
.focused-fields .simple-details{max-width:1000px;margin:0 auto;}
.focused-fields h2,.focused-fields h3,.focused-fields p{margin:0;}
.focused-fields h2{font-size:calc(15.5px * 2);line-height:1.14;}
.focused-fields h3{font-size:calc(15.5px * 1.35);line-height:1.22;}
.focused-fields p{font-size:15.5px;line-height:1.8;}
.focused-fields a{color:#1a1815;text-decoration:none;border-bottom:1px solid #d8d2c2;}
.focused-fields a:hover{color:#8c1c1c;border-bottom-color:#8c1c1c;}
.focused-fields .steady-entries{font-size:calc(15.5px * .875);letter-spacing:0.08em;text-transform:uppercase;color:var(--ink-accent);}
.focused-fields .site-proof{max-width:var(--state-soft);margin-top:calc(1.5rem / 2);color:var(--ink-accent);}
.focused-fields .featured-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.23rem;background:#1a1815;color:#f5f1e6;border-bottom:none;font-size:15.5px;}
.focused-fields .featured-callout:hover{background:#2c2924;color:#f5f1e6;border-bottom:none;}
.focused-fields .focused-feature{display:flex;flex-wrap:wrap;align-items:stretch;gap:0.88rem;margin-top:var(--layer-soft);}
.focused-fields .wide-steps{flex:1 1 calc(1000px / 4.4);min-width:0;padding:calc(1.5rem * .75);background:#faf7ee;color:#1a1815;border:1px solid #d8d2c2;border-radius:0.44rem;display:flex;flex-direction:column;}
.focused-fields .wide-steps p{margin-top:calc(1.5rem / 3);color:var(--ink-accent);flex:1 1 auto;}
.focused-fields .wide-steps a{margin-top:calc(1.5rem * .75);align-self:flex-start;font-size:calc(15.5px * .875);}
.focused-fields .quiet-benefit{margin-top:var(--layer-soft);padding-top:calc(0.88rem * 1.5);border-top:1px solid #d8d2c2;font-size:calc(15.5px * .875);color:var(--ink-accent);}
.focused-fields .fresh-feature{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.88rem;}
.focused-fields .fresh-feature>.site-copy{flex:1 1 auto;min-width:0;}
.focused-fields .fresh-feature>.featured-callout{flex:0 0 auto;margin-top:calc(1.5rem / 2);}
.focused-fields .fresh-feature>.focused-feature{flex:1 1 100%;}
.focused-fields .fresh-feature>.quiet-benefit{flex:1 1 100%;}
.team-section{
  padding: calc(1.5rem * 2.4) 1.22rem;
  background: var(--tone-soft);
  color: var(--ink-accent);
}
.team-section .bottom-menu{max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.88rem * 1.5);}
.team-section .narrow-contact{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid #d8d2c2;}
.team-section h2{margin: 0;
  font-size: calc(15.5px * 2);
  line-height: 1.12;
  flex: 1 1 20rem;}
.team-section .narrow-contact p{margin: 0;
  flex: 1 1 22rem;
  font-size: 15.5px;
  line-height: 1.8;}
.team-section .soft-content{display: flex;
  flex-direction: column;
  gap: 0;}
.team-section .direct-proof{display: grid;
  grid-template-columns: minmax(6rem, 0.22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #d8d2c2;}
.team-section .direct-proof:last-child{border-bottom: none;}
.team-section .wide-block{font-size: calc(15.5px * .875);
  letter-spacing: 0.02em;
  word-break: break-word;
  padding-top: 0.2rem;}
.team-section h3{margin: 0;
  font-size: calc(15.5px * 1.35);
  line-height: 1.25;}
.team-section .direct-proof p{margin: calc(calc(1.5rem * .75) * 0.6) 0;
  font-size: 15.5px;
  line-height: 1.8;}
.team-section small{display: block;
  font-size: calc(15.5px * .875);
  opacity: 0.75;
  font-style: italic;}
@media (max-width: 720px) {.team-section .direct-proof{
    grid-template-columns: 1fr;
    gap: calc(0.88rem * 0.4);
  }.team-section .wide-block{
    padding-top: 0;
  }
}
.open-note{--layer-soft:calc(1.5rem * 0.87);--state-soft:calc(1000px / 2.11);padding:calc(1.5rem * 2.4) 1.22rem;background:#1a1815;color:#f5f1e6;}
.open-note .simple-details{max-width:1000px;margin:0 auto;}
.open-note h2,.open-note p{margin:0;}
.open-note h2{font-size:calc(15.5px * 2);line-height:1.12;}
.open-note p{font-size:15.5px;line-height:1.8;color:color-mix(in srgb, currentColor 74%, transparent);}
.open-note a{color:inherit;text-decoration:none;}
.open-note .unit{text-align:center;}
.open-note .unit p{margin:1.5rem auto 0;max-width:calc(1000px / 2);}
.open-note .featured-callout{display:inline-flex;align-items:center;justify-content:center;margin-top:1.5rem;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.23rem;background:#f5f1e6;color:#1a1815;transition:background 300ms var(--motion-slow),color 300ms var(--motion-slow);}
.open-note .featured-callout:hover{background:#8c1c1c;color:#f7f3e8;}
.open-note .quiet-benefit{margin-top:calc(var(--layer-soft) * .9);font-size:calc(15.5px * .875);color:color-mix(in srgb, currentColor 62%, transparent);}
.open-note .quiet-benefit a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.open-note .quiet-benefit a:hover{}
.visual-section{--layer-soft:calc(1.5rem * 1.35);--state-soft:calc(1000px / 1.6);padding:calc(1.5rem * 2.4) 1.22rem;background:#f5f1e6;color:#1a1815;}
.visual-section .simple-details{max-width:1000px;margin:0 auto;}
.visual-section h1,.visual-section h2,.visual-section h3,.visual-section p{margin:0;}
.visual-section h2{font-size:calc(15.5px * 2);line-height:1.15;max-width:var(--state-soft);}
.visual-section h3{font-size:calc(15.5px * 1.35);line-height:1.25;margin-top:calc(1.5rem / 3);}
.visual-section p{font-size:15.5px;line-height:1.8;}
.visual-section a{color:#1a1815;text-decoration:underline;text-underline-offset:2px;}
.visual-section a:hover{color:#8c1c1c;}
.visual-section .content-actions{display:flex;flex-direction:column;gap:calc(0.88rem * 1.5);}
.visual-section .site-proof{max-width:var(--state-soft);color:var(--ink-accent);}
.visual-section .focused-feature{display:flex;flex-direction:column;gap:0;margin-top:var(--layer-soft);border-top:1px solid #d8d2c2;}
.visual-section .wide-steps{min-width:0;padding:calc(0.88rem * 1.5) 0;border-bottom:1px solid #d8d2c2;}
.visual-section .wide-steps p{max-width:var(--state-soft);}
.visual-section .local-intro{display:block;font-size:calc(15.5px * .875);letter-spacing:0.08em;text-transform:uppercase;color:#8c1c1c;}
.visual-section .steady-entries{margin-top:var(--layer-soft);max-width:var(--state-soft);color:var(--ink-accent);}
@media (min-width:760px){.visual-section .wide-steps{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:0.88rem;align-items:start;}.visual-section .wide-steps h3{margin-top:0;}.visual-section .wide-steps p{grid-column:2;}
}
.fresh-stack{--layer-soft:calc(1.5rem * 1.15);--state-soft:calc(1000px / 1.6);padding:calc(1.5rem * 2.4) 1.22rem;background:#f5f1e6;color:#1a1815;}
.fresh-stack .simple-details{max-width:1000px;margin:0 auto;}
.fresh-stack h2,.fresh-stack h3,.fresh-stack p{margin:0;}
.fresh-stack h2{font-size:calc(15.5px * 2);line-height:1.14;}
.fresh-stack h3{font-size:calc(15.5px * 1.35);line-height:1.24;}
.fresh-stack p{font-size:15.5px;line-height:1.8;}
.fresh-stack .content-actions{max-width:var(--state-soft);}
.fresh-stack .site-proof{margin-top:1.5rem;}
.fresh-stack .fresh-method{display:flex;flex-direction:column;gap:var(--layer-soft);margin-top:calc(1.5rem * 1.6);}
.fresh-stack .wide-steps{padding-top:calc(calc(1.5rem * .75) * .8);border-top:1px solid #d8d2c2;}
.fresh-stack .wide-steps h3{margin-bottom:calc(1.5rem / 2.4);}
.fresh-stack .wide-steps p{}
.fresh-stack .quiet-benefit{margin-top:calc(1.5rem * 1.4);font-size:calc(15.5px * .875);}
.fresh-stack .quiet-benefit a{text-decoration:underline;text-underline-offset:3px;}
.fresh-stack .quiet-benefit a:hover{}
@media (min-width:720px){.fresh-stack .fresh-method{display:grid;grid-template-columns:1fr 1fr;gap:calc(var(--layer-soft) * 1.1) 1.22rem;}
}
.top-brand{
    padding: calc(1.5rem * 2.4) 1.22rem;
    background: #f5f1e6;
    color: #1a1815;
}
.top-brand .primary-note{max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(0.88rem * 1.5);}
.top-brand .site-proof{max-width: 62ch;}
.top-brand .site-proof h2{margin: 0 0 0.88rem;
    font-size: calc(15.5px * 2);
    line-height: 1.25;}
.top-brand .site-copy{margin: 0;
    font-size: 15.5px;
    line-height: 1.8;}
.top-brand .primary-rail{display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);}
.top-brand .wide-steps{padding: calc(1.5rem * .75) 0;
    border-top: 1px solid #d8d2c2;}
.top-brand .wide-steps:last-child{border-bottom: 1px solid #d8d2c2;}
.top-brand .contact-copy{display: flex;
    flex-wrap: wrap;
    gap: 0.88rem;
    align-items: baseline;
    margin-bottom: 0.4rem;}
.top-brand .clear-grid{
    font-size: calc(15.5px * .875);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: #8c1c1c;
    color: #f7f3e8;
    padding: 0.15rem 0.5rem;
    border-radius: 0.23rem;
}
.top-brand .soft-links{font-size: calc(15.5px * .875);
    color: var(--ink-accent);}
.top-brand .wide-steps h3{margin: 0 0 0.35rem;
    font-size: calc(15.5px * 1.35);
    line-height: 1.3;}
.top-brand .wide-steps h3 a{color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #d8d2c2;}
.top-brand .wide-steps h3 a:hover{color: #8c1c1c;
    border-bottom-color: #8c1c1c;}
.top-brand .steady-entries{margin: 0 0 0.5rem;
    font-size: 15.5px;
    font-style: italic;
    color: var(--ink-accent);}
.top-brand .secondary-benefit{margin: 0 0 0.7rem;
    max-width: 68ch;
    line-height: 1.8;}
.top-brand .quiet-benefit{display: inline-block;
    font-size: calc(15.5px * .875);
    color: #1a1815;
    text-decoration: none;
    border-bottom: 1px solid #1a1815;
    padding-bottom: 1px;}
.top-brand .quiet-benefit:hover{color: #8c1c1c;
    border-bottom-color: #8c1c1c;}
.top-brand .focused-method{margin: 0;
    font-size: calc(15.5px * .875);
    color: var(--ink-accent);}
.top-brand .focused-method a{color: #1a1815;
    text-decoration: none;
    border-bottom: 1px solid #1a1815;}
.top-brand .focused-method a:hover{color: #8c1c1c;
    border-bottom-color: #8c1c1c;}
@media (min-width: 720px) {.top-brand .wide-steps{
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
        column-gap: calc(0.88rem * 1.5);
        row-gap: 0.35rem;
        align-items: start;
    }.top-brand .contact-copy{
        grid-column: 1;
        grid-row: 1;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3rem;
        margin-bottom: 0;
    }.top-brand .wide-steps h3{
        grid-column: 2;
        grid-row: 1;
        margin-top: 0;
    }.top-brand .steady-entries{
        grid-column: 2;
        grid-row: 2;
    }.top-brand .secondary-benefit{
        grid-column: 2;
        grid-row: 3;
    }.top-brand .quiet-benefit{
        grid-column: 2;
        grid-row: 4;
        justify-self: start;
    }
}
.strong-proof{
  --layer-soft:calc(1.5rem * 1.1);
  --state-soft:calc(1000px / 2.6);
  padding:calc(1.5rem * 2.4) 1.22rem;
  background:#f5f1e6;
  color:#1a1815;
}
.strong-proof .simple-details{max-width:1000px;margin:0 auto;}
.strong-proof h2,.strong-proof h3,.strong-proof p{margin:0;}
.strong-proof h2{font-size:calc(15.5px * 2);line-height:1.14;letter-spacing:-0.005em;}
.strong-proof h3{font-size:calc(15.5px * 1.35);line-height:1.22;}
.strong-proof p{font-size:15.5px;line-height:1.8;}
.strong-proof .content-actions{max-width:var(--state-soft);}
.strong-proof .site-proof{margin-top:calc(1.5rem / 2);}
.strong-proof .primary-rail{list-style:none;
  margin:var(--layer-soft) 0 0;
  padding:0;
  border-top:1px solid #d8d2c2;}
.strong-proof .wide-benefit{display:flex;
  flex-wrap:wrap;
  gap:0.88rem 1.5rem;
  padding:calc(0.88rem * 1.5) 0;
  border-bottom:1px solid #d8d2c2;
  align-items:baseline;}
.strong-proof .primary-group{flex:0 0 auto;
  min-width:5.2rem;
  font-size:calc(15.5px * .875);
  letter-spacing:0.08em;
  text-transform:uppercase;}
.strong-proof .secondary-benefit{flex:1 1 22rem;
  min-width:0;}
.strong-proof .secondary-benefit p{margin-top:calc(1.5rem / 3);}
.strong-proof .steady-entries{margin-top:var(--layer-soft);
  padding-top:calc(0.88rem * 1.5);
  border-top:1px solid #d8d2c2;
  font-size:calc(15.5px * .875);
  max-width:var(--state-soft);}
@media (max-width:640px){.strong-proof .primary-group{min-width:0;}.strong-proof .wide-benefit{padding:calc(1.5rem * .75) 0;}
}
.stage{
  background:#f5f1e6;
  color:#1a1815;
  padding:calc(1.5rem * 2.4) 1.22rem;
}
.stage .simple-details{max-width:1000px;
  margin:0 auto;}
.stage .plain-items{max-width:46rem;
  padding-bottom:calc(0.88rem * 1.5);
  border-bottom:1px solid #d8d2c2;}
.stage .main-track{margin:0 0 1.5rem;
  max-width:38rem;
  color:var(--ink-accent);
  font-size:15.5px;
  line-height:1.8;}
.stage h2{margin:0;
  font-size:calc(15.5px * 2);
  line-height:1.1;
  letter-spacing:0;}
.stage .active-menu{margin-top:calc(0.88rem * 1.5);
  max-width:54rem;
  display:flex;
  flex-direction:column;}
.stage .wide-steps{display:flex;
  gap:0.88rem;
  align-items:flex-start;
  padding:1.5rem 0;}
.stage .wide-steps + .wide-steps{border-top:1px solid #d8d2c2;}
.stage .wide-steps strong{flex:0 0 12rem;
  min-width:0;
  font-size:15.5px;
  line-height:1.8;}
.stage .wide-steps span{min-width:0;
  color:var(--ink-accent);
  line-height:1.8;}
@media (max-width:640px){.stage .wide-steps{display:block}.stage .wide-steps span{display:block;margin-top:.45rem}
}
.strong-frame{
  background: linear-gradient(180deg, #f5f1e6 0%, #ece6d6 100%);
  color: #1a1815;
  padding: calc(1.5rem * 2.4) 1.22rem;
}
.strong-frame .simple-details{width: min(100%, 1000px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .38fr) minmax(0, 1fr);
  gap: calc(0.88rem * 1.6);
  align-items: start;}
.strong-frame h2,
.strong-frame h3,
.strong-frame p{margin: 0;}
.strong-frame h2{font-size: calc(15.5px * 2);
  line-height: 1.1;}
.strong-frame h3{font-size: calc(15.5px * 1.35);
  line-height: 1.2;}
.strong-frame p{font-size: 15.5px;
  line-height: 1.8;}
.strong-frame .content-team{display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(0.88rem * 1.5);
  border-left: 3px solid #8c1c1c;}
.strong-frame .content-team .steady-entries{font-size: calc(15.5px * .875);
  padding-top: 1.5rem;
  border-top: 1px solid #d8d2c2;}
.strong-frame .team-menu{display: grid;
  gap: 0;}
.strong-frame .footer{display: grid;
  grid-template-columns: minmax(8rem, .28fr) minmax(0, 1fr);
  grid-template-areas:
    "role name"
    "role text";
  column-gap: 1.5rem;
  row-gap: calc(1.5rem * .4);
  padding: 1.5rem 0;
  border-top: 1px solid #d8d2c2;
  animation: peopleTimelineIn calc(300ms * 2) var(--motion-slow) both;
  animation-delay: var(--motion-fast, 0ms);}
.strong-frame .footer:last-child{border-bottom: 1px solid #d8d2c2;}
.strong-frame .footer .steady-intro{grid-area: role;
  font-size: calc(15.5px * .875);
  line-height: 1.4;
  padding-top: .2rem;}
.strong-frame .footer h3{grid-area: name;}
.strong-frame .footer p{grid-area: text;}
@keyframes peopleTimelineIn {from{ opacity: .25; transform: translateY(calc(calc(0.88rem * 1) * .12)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 860px) {.strong-frame .simple-details{
    grid-template-columns: 1fr;
  }.strong-frame .footer{
    grid-template-columns: 1fr;
    grid-template-areas:
      "role"
      "name"
      "text";
    row-gap: calc(1.5rem * .5);
  }
}
.secondary-content{
  --layer-soft:calc(1.5rem * 1.05);
  --state-soft:calc(1000px / 2.2);
  --copy-strong:calc(1000px / 3.2);
  padding:calc(1.5rem * 2.4) 1.22rem;
  background:#f5f1e6;
  color:#1a1815;
}
.secondary-content .simple-details{max-width:1000px;
  margin:0 auto;}
.secondary-content h2,
.secondary-content h3,
.secondary-content p{margin:0;}
.secondary-content .team-headline{max-width:var(--state-soft);
  padding-block-end:calc(var(--layer-soft) * .8);
  border-bottom:1px solid #d8d2c2;}
.secondary-content h2{font-size:calc(15.5px * 2);
  line-height:1.15;
  letter-spacing:-0.005em;}
.secondary-content .site-proof{margin-top:calc(1.5rem / 2);
  font-size:15.5px;
  line-height:1.8;}
.secondary-content .focused-feature{display:flex;
  flex-wrap:wrap;
  gap:var(--layer-soft) calc(0.88rem * 1.4);
  margin-top:calc(var(--layer-soft) * 1.1);}
.secondary-content .wide-steps{flex:1 1 var(--copy-strong);
  min-width:0;
  padding-block-start:calc(calc(1.5rem * .75) * .6);
  border-top:1px solid #d8d2c2;}
.secondary-content h3{font-size:calc(15.5px * 1.35);
  line-height:1.25;}
.secondary-content .wide-steps p{margin-top:calc(1.5rem / 3);
  font-size:calc(15.5px * .875);
  line-height:1.8;}
.secondary-content .quiet-benefit{margin-top:calc(var(--layer-soft) * 1.2);
  padding-block-start:calc(calc(1.5rem * .75) * .7);
  border-top:1px solid #d8d2c2;
  font-size:calc(15.5px * .875);
  line-height:1.8;}
.secondary-content .quiet-benefit a{text-decoration:underline;
  text-underline-offset:3px;
  transition:color 300ms var(--motion-slow);}
.secondary-content .quiet-benefit a:hover{}
@media (max-width:640px){.secondary-content .team-headline{
    max-width:none;
  }.secondary-content .wide-steps{
    flex:1 1 100%;
  }
}
.media-actions{--layer-soft:calc(1.5rem * 1.4);--state-soft:calc(1000px / 1.9);padding:calc(1.5rem * 2.4) 1.22rem;background:#f5f1e6;color:#1a1815;}
.media-actions .simple-details{max-width:1000px;margin:0 auto;}
.media-actions h2,.media-actions h3,.media-actions p{margin:0;}
.media-actions h2{font-size:calc(15.5px * 2);line-height:1.14;max-width:var(--state-soft);}
.media-actions h3{font-size:calc(15.5px * 1.35);line-height:1.22;}
.media-actions p{font-size:15.5px;line-height:1.8;}
.media-actions a{color:#1a1815;text-decoration:underline;text-underline-offset:2px;}
.media-actions a:hover{color:#8c1c1c;}
.media-actions .content-actions{display:flex;flex-direction:column;gap:calc(0.88rem * 1.5);}
.media-actions .site-proof{max-width:var(--state-soft);color:var(--ink-accent);}
.media-actions .focused-feature{display:flex;flex-direction:column;gap:var(--layer-soft);margin-top:calc(calc(1.5rem * 2.4) * .8);border-top:1px solid #d8d2c2;padding-top:calc(0.88rem * 1.5);}
.media-actions .wide-steps{display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding-bottom:var(--layer-soft);border-bottom:1px solid #d8d2c2;}
.media-actions .wide-steps:last-child{border-bottom:0;padding-bottom:0;}
.media-actions .site-copy{display:flex;flex-direction:column;gap:calc(1.5rem / 3);max-width:var(--state-soft);}
.media-actions .steady-entries{margin-top:calc(calc(1.5rem * 2.4) * .7);padding-top:calc(0.88rem * 1.5);border-top:1px solid #d8d2c2;font-size:calc(15.5px * .875);color:var(--ink-accent);max-width:var(--state-soft);}
@media (min-width:768px){.media-actions .wide-steps{flex-direction:row;gap:1.22rem;align-items:flex-start;}.media-actions .site-copy{flex:1 1 auto;}
}
.team-contact{
  --layer-soft:calc(1.5rem * 1.15);
  --state-soft:calc(1000px / 1.6);
  padding:calc(1.5rem * 2.4) 1.22rem;
  background:#f5f1e6;
  color:#1a1815;
}
.team-contact .simple-details{max-width:1000px;
  margin:0 auto;}
.team-contact h2,
.team-contact h3,
.team-contact p{margin:0;}
.team-contact h2{font-size:calc(15.5px * 2);
  line-height:1.14;
  letter-spacing:-0.005em;}
.team-contact h3{font-size:calc(15.5px * 1.35);
  line-height:1.25;}
.team-contact p{font-size:15.5px;
  line-height:1.8;}
.team-contact .focused-media{max-width:var(--state-soft);
  padding-bottom:calc(0.88rem * 1.5);
  border-bottom:1px solid #d8d2c2;}
.team-contact .site-proof{margin-top:1.5rem;}
.team-contact .fresh-method{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:calc(0.88rem * 1.5);}
.team-contact .wide-steps{display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(0, 2fr);
  gap:0.88rem;
  padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid #d8d2c2;}
.team-contact .wide-steps h3{padding-right:0.88rem;}
.team-contact .wide-steps p{}
.team-contact .page-unit{margin-top:calc(0.88rem * 1.5);
  max-width:var(--state-soft);
  font-size:calc(15.5px * .875);}
.team-contact a{text-decoration:underline;
  text-underline-offset:3px;
  text-decoration-thickness:1px;}
.team-contact a:hover{}
@media (max-width:720px){.team-contact .wide-steps{
    grid-template-columns:1fr;
    gap:calc(0.88rem * 0.6);
  }.team-contact .wide-steps h3{
    padding-right:0;
  }
}
.steady-view{--layer-soft:calc(1.5rem * 1.1);--state-soft:calc(1000px / 2.4);padding:calc(1.5rem * 2.4) 1.22rem;background:#f5f1e6;color:#1a1815;}
.steady-view .simple-details{max-width:1000px;margin:0 auto;}
.steady-view h1,.steady-view h2,.steady-view h3,.steady-view p{margin:0;}
.steady-view h2{font-size:calc(15.5px * 2);line-height:1.14;}
.steady-view h3{font-size:calc(15.5px * 1.35);line-height:1.22;}
.steady-view p{font-size:15.5px;line-height:1.8;}
.steady-view a{color:#1a1815;text-decoration:none;border-bottom:1px solid #d8d2c2;}
.steady-view a:hover{color:#8c1c1c;border-bottom-color:#8c1c1c;}
.steady-view .steady-entries{font-size:calc(15.5px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--ink-accent);}
.steady-view .site-proof{margin-top:calc(1.5rem / 2);max-width:var(--state-soft);}
.steady-view .featured-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.23rem;background:#1a1815;color:#f5f1e6;border-bottom:none;}
.steady-view .featured-callout:hover{background:#2c2924;color:#f5f1e6;}
.steady-view .focused-feature{display:flex;flex-direction:column;gap:0;margin-top:var(--layer-soft);border-top:1px solid #d8d2c2;}
.steady-view .wide-steps{padding:calc(1.5rem * .75) 0;border-bottom:1px solid #d8d2c2;}
.steady-view .wide-steps p{margin-top:calc(1.5rem / 3);max-width:var(--state-soft);color:var(--ink-accent);}
.steady-view .quiet-benefit{margin-top:var(--layer-soft);font-size:calc(15.5px * .875);color:var(--ink-accent);}
.steady-view .fresh-feature{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.88rem;}
.steady-view .fresh-feature>.site-copy{flex:1 1 60%;min-width:0;}
.steady-view .fresh-feature>.featured-callout{flex:0 0 auto;margin-top:calc(1.5rem / 2);}
.steady-view .fresh-feature>.focused-feature,.steady-view .fresh-feature>.quiet-benefit{flex:1 1 100%;}
@media (max-width:640px){.steady-view .fresh-feature>.site-copy{flex:1 1 100%;}.steady-view .fresh-feature>.featured-callout{flex:1 1 100%;width:100%;}
}
.secondary-list{--layer-soft:calc(1.5rem * 1.05);--state-soft:calc(1000px / 2.90);padding:calc(1.5rem * 2.4) 1.22rem;background:#f5f1e6;color:#1a1815;}
.secondary-list .simple-details{max-width:1000px;margin:0 auto;}
.secondary-list h1,.secondary-list h2,.secondary-list h3,.secondary-list p{margin:0;}
.secondary-list h1{font-size:calc(15.5px * 2.65);line-height:1.08;}
.secondary-list h2{font-size:calc(15.5px * 2);line-height:1.12;}
.secondary-list h3{font-size:calc(15.5px * 1.35);line-height:1.2;}
.secondary-list p{font-size:15.5px;line-height:1.8;}
.secondary-list a{color:inherit;text-decoration:none;}
.secondary-list .compact-track>h1,.secondary-list .compact-track>h2,.secondary-list .compact-track>p,.secondary-list .compact-track>.quiet-benefit{margin-top:1.5rem;}
.secondary-list .steady-entries{font-size:calc(15.5px * .875);letter-spacing:0.06em;text-transform:uppercase;color:var(--ink-accent);}
.secondary-list .site-proof{max-width:var(--state-soft);}
.secondary-list .quiet-benefit{display:flex;flex-wrap:wrap;align-items:center;gap:0.88rem;}
.secondary-list .featured-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.23rem;background:#1a1815;color:#f5f1e6;font-size:15.5px;transition:background 300ms var(--motion-slow);}
.secondary-list .featured-callout:hover{background:#2c2924;color:#1a1815;}
.secondary-list .service-section{font-size:calc(15.5px * .875);color:#1a1815;border-bottom:1px solid #d8d2c2;padding-bottom:2px;}
.secondary-list .service-section:hover{color:#8c1c1c;border-bottom-color:#8c1c1c;}
.text-intro{
  padding:calc(1.5rem * 2.4) 1.22rem;
  background:#f5f1e6;
  color:#1a1815;
  overflow:hidden;
}
.text-intro .simple-details{max-width:1000px;
  margin:0 auto;}
.text-intro .content-actions{max-width:44rem;
  margin:0 0 calc(0.88rem * 1.5);
  padding-bottom:1.5rem;
  border-bottom:1px solid #d8d2c2;}
.text-intro h2{margin:0;
  font-size:calc(15.5px * 2);
  line-height:1.1;
  letter-spacing:-0.01em;}
.text-intro .content-actions p{margin:1.5rem 0 0;
  font-size:15.5px;
  line-height:1.8;}
.text-intro .simple-links{display:flex;
  flex-wrap:wrap;
  gap:calc(0.88rem * 1.5) 0.88rem;}
.text-intro .wide-steps{flex:1 1 18rem;
  min-width:16rem;
  padding:0;
  border-top:1px solid #d8d2c2;
  padding-top:calc(1.5rem * .75);}
.text-intro .wide-steps strong{display:block;
  font-size:calc(15.5px * 1.35);
  line-height:1.2;
  font-weight:700;}
.text-intro .wide-steps p{margin:calc(1.5rem * .75) 0 0;
  font-size:calc(15.5px * .875);
  line-height:1.8;}
.text-intro .quiet-benefit{margin:calc(0.88rem * 1.5) 0 0;
  padding-top:1.5rem;
  border-top:1px solid #d8d2c2;
  font-size:calc(15.5px * .875);
  line-height:1.8;}
.text-intro .quiet-benefit a{text-decoration:underline;
  text-underline-offset:3px;}
.text-intro .quiet-benefit a:hover{}
@media (max-width:640px){.text-intro .wide-steps{
    flex:1 1 100%;
    min-width:0;
  }
}
.top-group{
  padding: calc(1.5rem * 2.4) 1.22rem;
  background: #1a1815;
  color: #f5f1e6;
}
.top-group .simple-details{max-width: min(1000px, 68rem);
  margin: 0 auto;}
.top-group .primary-note{max-width: 46rem;
  margin-bottom: calc(0.88rem * 1.5);}
.top-group h2{margin: 0;
  font-size: calc(15.5px * 2);
  line-height: 1.12;
  letter-spacing: -0.005em;}
.top-group .site-proof{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.5px * 1.125);
  line-height: 1.8;
  color: #d8d2c2;}
.top-group .focused-feature{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  border-top: 1px solid #2c2924;
  padding-top: calc(1.5rem * .75);}
.top-group .wide-steps{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.5);
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #2c2924;}
.top-group .wide-steps:last-child{border-bottom: none;}
.top-group .wide-benefit{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.88rem;}
.top-group .wide-summary{font-weight: 700;
  font-size: 15.5px;
  letter-spacing: 0.01em;}
.top-group .submit{font-size: calc(15.5px * .875);
  color: #d8d2c2;
  font-style: italic;}
.top-group .wide-steps p{margin: 0;
  max-width: 58rem;
  color: #d8d2c2;
  line-height: 1.8;}
.top-group .steady-entries{font-size: calc(15.5px * .875);color:inherit;
  letter-spacing: 0.02em;}
@media (min-width: 760px) {.top-group .wide-steps{
    display: grid;
    grid-template-columns: 18rem 1fr;
    grid-template-areas:
      "head body"
      "head note";
    column-gap: calc(1.5rem * .75);
    row-gap: calc(calc(1.5rem * .75) * 0.4);
    align-items: start;
  }.top-group .wide-benefit{
    grid-area: head;
    flex-direction: column;
    gap: 0.15rem;
  }.top-group .wide-steps p{
    grid-area: body;
  }.top-group .steady-entries{
    grid-area: note;
  }
}
.compact-list{--layer-soft:calc(1.5rem * 1.6);--state-soft:calc(1000px / 2.6);padding:calc(1.5rem * 2.4) 1.22rem;background:#f5f1e6;color:#1a1815;}
.compact-list .simple-details{max-width:1000px;margin:0 auto;}
.compact-list h2,.compact-list h3,.compact-list p{margin:0;}
.compact-list h2{font-size:calc(15.5px * 2);line-height:1.14;}
.compact-list h3{font-size:calc(15.5px * 1.35);line-height:1.24;}
.compact-list p{font-size:15.5px;line-height:1.8;}
.compact-list .steady-entries{font-size:calc(15.5px * .875);letter-spacing:0.08em;text-transform:uppercase;color:var(--ink-accent);}
.compact-list .site-proof{max-width:var(--state-soft);margin-top:calc(1.5rem / 2);color:var(--ink-accent);}
.compact-list a{color:inherit;text-decoration:none;}
.compact-list .featured-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.23rem;background:#1a1815;color:#f5f1e6;font-size:calc(15.5px * .875);letter-spacing:0.02em;transition:background 300ms var(--motion-slow);}
.compact-list .featured-callout:hover{background:#2c2924;color:#1a1815;}
.compact-list .focused-feature{display:flex;flex-direction:column;gap:0;margin-top:var(--layer-soft);border-top:1px solid #d8d2c2;}
.compact-list .wide-steps{display:flex;flex-wrap:wrap;align-items:baseline;gap:0.88rem;padding:calc(0.88rem * 1.5) 0;border-bottom:1px solid #d8d2c2;}
.compact-list .wide-steps h3{flex:0 1 calc(1000px / 3.2);min-width:0;}
.compact-list .wide-steps p{flex:1 1 calc(1000px / 2.2);min-width:0;color:var(--ink-accent);}
.compact-list .fresh-feature{display:flex;flex-wrap:wrap;align-items:flex-end;gap:0.88rem;}
.compact-list .fresh-feature>.site-copy{flex:1 1 auto;min-width:0;}
.compact-list .fresh-feature>.featured-callout{flex:0 0 auto;}
.compact-list .fresh-feature>.focused-feature{flex:1 1 100%;}
@media (max-width:720px){.compact-list .wide-steps h3{flex:1 1 100%;}.compact-list .wide-steps p{flex:1 1 100%;}
}
.main-team{padding:calc(1.5rem * 2) 1.22rem;background:linear-gradient(180deg, #f5f1e6 0%, #ece6d6 100%);color:#1a1815;}
.main-team .bottom-menu{max-width:1000px;margin:0 auto;display:grid;gap:calc(0.88rem * 1.5);}
.main-team h2,.main-team h3,.main-team p{margin:0;}
.main-team .content-actions{display:grid;gap:.5rem;max-width:60ch;}
.main-team .site-proof{font-size:15.5px;line-height:1.8;}
.main-team .primary-rail{display:grid;gap:0.88rem;}
.main-team .wide-steps{display:grid;gap:.35rem;padding-bottom:0.88rem;border-bottom:1px solid #d8d2c2;}
.main-team .wide-steps:last-child{border-bottom:none;padding-bottom:0;}
.main-team .wide-steps h3{font-size:calc(15.5px * 1.35);}
.main-team .wide-steps p{font-size:15.5px;line-height:1.8;}
.main-team .focused-method{display:grid;gap:.6rem;padding:calc(1.5rem * .75);background:var(--tone-soft);color:var(--ink-accent);border-radius:0.52rem;}
.main-team .quiet-benefit{display:flex;flex-wrap:wrap;gap:.45rem;}
.main-team .quiet-benefit a{display:inline-flex;min-height:2.4rem;padding:0 .85rem;border-radius:0.23rem;align-items:center;text-decoration:none;background:#1a1815;color:#f5f1e6;border:1px solid #8c1c1c;transition:background 300ms var(--motion-slow);}
.main-team .quiet-benefit a:hover{background:#2c2924;color:#1a1815;}
@media (max-width: 680px){.main-team{padding:calc(1.5rem * 2.4) 1.22rem;}
    }
.focused-header{
        padding:calc(1.5rem * 2.4) 1.22rem;
        background:var(--tone-soft);
        color:var(--ink-accent);
    }
.focused-header .simple-details{max-width:1000px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(0.88rem * 1.5);}
.focused-header .site-proof{max-width:62ch;}
.focused-header .site-proof h2{margin:0 0 0.88rem;
        font-size:calc(15.5px * 2);
        line-height:1.25;}
.focused-header .site-proof p{margin:0;
        font-size:15.5px;}
.focused-header .simple-surface{display:flex;
        flex-wrap:wrap;
        gap:calc(1.5rem * .75);}
.focused-header .quiet-benefit{flex:1 1 260px;
        border-top:2px solid #d8d2c2;
        padding:1.5rem 0 0;}
.focused-header .quiet-benefit h3{margin:0 0 6px;
        font-size:calc(15.5px * 1.35);
        line-height:1.3;}
.focused-header .quiet-benefit p{margin:0;
        font-size:calc(15.5px * .875);
        line-height:1.8;}
.focused-header .focused-method{border-top:1px solid #d8d2c2;
        padding-top:1.5rem;
        display:flex;
        flex-direction:column;
        gap:0.88rem;}
.focused-header .focused-method .steady-entries,
    .focused-header .focused-method .page-unit{margin:0;
        font-size:calc(15.5px * .875);
        max-width:70ch;}
.focused-header .focused-method a{color:#1a1815;
        text-decoration:underline;
        text-underline-offset:2px;}
.focused-header .focused-method a:hover{color:#8c1c1c;}
@media (max-width:700px){.focused-header .quiet-benefit{
            flex:1 1 100%;
        }
    }
.featured-benefit{padding:calc(1.5rem * 2.4) 1.22rem;background:#8c1c1c;color:#f7f3e8}
.featured-benefit .simple-details{max-width:1000px;margin:0 auto}
.featured-benefit .steady-wrap{display:flex;flex-direction:column;gap:calc(0.88rem * 1.5);align-items:flex-start}
.featured-benefit h2{margin:0;font-size:calc(15.5px * 2);line-height:1.1;letter-spacing:-0.01em}
.featured-benefit .site-proof{margin:0;max-width:62ch;font-size:15.5px;line-height:1.8;opacity:0.92}
.featured-benefit .fresh-method{width:100%;display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb,#f7f3e8 28%,transparent)}
.featured-benefit .wide-steps{display:grid;grid-template-columns:minmax(0,18rem) minmax(0,1fr);gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid color-mix(in srgb,#f7f3e8 22%,transparent)}
.featured-benefit .wide-steps p{margin:0;font-size:calc(15.5px * .875);text-transform:uppercase;letter-spacing:0.06em;opacity:0.85}
.featured-benefit .wide-steps strong{display:block;font-weight:400;font-size:15.5px;line-height:1.65}
.featured-benefit .steady-wrap>a{align-self:flex-start;border-radius:0.23rem;background:#1a1815;color:#f5f1e6;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:calc(15.5px * .875);transition:background 300ms var(--motion-slow)}
.featured-benefit .steady-wrap>a:hover{background:#2c2924;color:#1a1815;}
@media(max-width:680px){.featured-benefit .wide-steps{grid-template-columns:1fr;gap:calc(1.5rem * .75)}.featured-benefit h2{font-size:calc(15.5px * 1.35)}}
.plain-figure{
  --layer-soft:calc(1.5rem * 1.05);
  --state-soft:calc(1000px / 1.85);
  padding:calc(1.5rem * 2.4) 1.22rem;
  background:#f5f1e6;
  color:#1a1815;
}
.plain-figure .simple-details{max-width:1000px;
  margin:0 auto;}
.plain-figure h2,
.plain-figure h3,
.plain-figure p{margin:0;}
.plain-figure h2{font-size:calc(15.5px * 2);
  line-height:1.15;}
.plain-figure h3{font-size:calc(15.5px * 1.35);
  line-height:1.25;}
.plain-figure p{font-size:15.5px;
  line-height:1.8;}
.plain-figure .content-actions{max-width:var(--state-soft);
  padding-bottom:calc(0.88rem * 1.5);
  border-bottom:1px solid #d8d2c2;}
.plain-figure .site-proof{margin-top:1.5rem;}
.plain-figure .fresh-method{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:calc(0.88rem * 1.5);}
.plain-figure .wide-steps{padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid #d8d2c2;}
.plain-figure .wide-steps p{margin-top:calc(1.5rem / 2.4);}
.plain-figure .quiet-benefit{margin-top:calc(0.88rem * 1.5);
  padding-top:calc(1.5rem * .75);
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:0.88rem 1.5rem;}
.plain-figure .quiet-benefit .steady-entries{flex:1 1 100%;
  font-size:calc(15.5px * .875);}
.plain-figure .quiet-benefit a{font-size:calc(15.5px * .875);
  text-decoration:none;
  border-bottom:1px solid #1a1815;
  padding-bottom:1px;
  transition:color 300ms var(--motion-slow),border-color 300ms var(--motion-slow);}
.plain-figure .quiet-benefit a:hover{border-color:#8c1c1c;}
@media (max-width:640px){.plain-figure .content-actions{
    max-width:100%;
  }
}
.simple-nav{
    padding:calc(1.5rem * 2.4) 1.22rem;
    background:var(--tone-soft);
    color:var(--ink-accent);
}
.simple-nav .simple-details{max-width:1000px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.88rem * 1.5);}
.simple-nav .site-proof{max-width:62ch;
    border-bottom:1px solid #d8d2c2;
    padding-bottom:calc(0.88rem * 1.5);}
.simple-nav .site-proof h2{margin:0 0 0.88rem;
    font-size:calc(15.5px * 2);
    line-height:1.25;}
.simple-nav .site-proof p{margin:0;
    font-size:15.5px;}
.simple-nav .primary-rail{display:flex;
    flex-wrap:wrap;
    gap:calc(1.5rem * .75);}
.simple-nav .wide-steps{
    flex:1 1 320px;
    background:#faf7ee;
    color:#1a1815;
    border:1px solid #d8d2c2;
    border-radius:0.44rem;
    padding:1.5rem 1.22rem;
    box-shadow:0 0px 3px rgba(0,0,0,0.04);
}
.simple-nav .wide-steps h3{margin:0 0 0.88rem;
    font-size:calc(15.5px * 1.35);}
.simple-nav .wide-steps p{margin:0 0 0.6rem;
    font-size:calc(15.5px * .875);}
.simple-nav .wide-steps p:last-child{margin-bottom:0;}
.simple-nav .contact-copy{font-size:calc(15.5px * .875);
    color:var(--ink-accent);}
.simple-nav .steady-entries{
    background:#faf7ee;
    color:#1a1815;
    border-left:3px solid #8c1c1c;
    border-radius:0.23rem;
    padding:1.5rem 1.22rem;
}
.simple-nav .steady-entries h3{margin:0 0 0.88rem;
    font-size:calc(15.5px * 1.35);}
.simple-nav .steady-entries p{margin:0;
    font-size:calc(15.5px * .875);}
.simple-nav .quiet-benefit{border-top:1px solid #d8d2c2;
    padding-top:calc(0.88rem * 1.5);
    font-size:calc(15.5px * .875);}
.simple-nav .quiet-benefit p{margin:0 0 0.5rem;}
.simple-nav .quiet-benefit p:last-child{margin-bottom:0;}
.simple-nav a{color:#1a1815;
    text-decoration:underline;
    text-underline-offset:2px;
    transition:color 300ms var(--motion-slow);}
.simple-nav a:hover{color:#8c1c1c;}
@media (max-width:700px){.simple-nav .primary-rail{
        flex-direction:column;
    }
}
.top-body{
  padding: calc(1.5rem * 2.4) 1.22rem;
  background: #8c1c1c;
  color: #f7f3e8;
}
.top-body .simple-details{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: calc(0.88rem * 1.5);
  max-width: 1000px;
  margin: 0 auto;
  align-items: start;}
.top-body h2{margin: 0;
  font-size: calc(15.5px * 2);
  line-height: 1.08;}
.top-body .site-copy > p{margin: 1.5rem 0 0;
  font-size: 15.5px;
  line-height: 1.8;
  max-width: 34rem;}
.top-body .featured-wrap{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-top: calc(0.88rem * 1.5);
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent);}
.top-body .featured-wrap a{color: inherit;
  text-decoration: underline;
  text-underline-offset: .22em;
  font-size: calc(15.5px * .875);}
.top-body .featured-wrap a:hover{text-decoration-thickness: 2px;}
.top-body .simple-surface{display: flex;
  flex-direction: column;
  border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent);}
.top-body .quiet-benefit{display: grid;
  grid-template-columns: 9rem minmax(0, 1fr);
  gap: 0.88rem;
  padding: 1.5rem 0;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, currentColor 28%, transparent);
  transition: background 300ms var(--motion-slow);}
.top-body a.route:hover{
  background: color-mix(in srgb, currentColor 7%, transparent);
}
.top-body .quiet-benefit span{font-size: calc(15.5px * .875);
  opacity: .74;
  padding-top: .15em;}
.top-body .quiet-benefit strong,
.top-body .quiet-benefit p{margin: 0;
  line-height: 1.8;
  overflow-wrap: anywhere;
  white-space: pre-line;}
.top-body .quiet-benefit strong{font-size: calc(15.5px * 1.125);}
@media (max-width: 820px) {.top-body .simple-details{
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 520px) {.top-body .quiet-benefit{
    grid-template-columns: minmax(0, 1fr);
    gap: calc(1.5rem * .75);
  }
}
.offer-items{
  --layer-soft:calc(1.5rem * 1.4);
  --state-soft:calc(1000px / 2.2);
  padding:calc(1.5rem * 2.4) 1.22rem;
  background:#1a1815;
  color:#f5f1e6;
}
.offer-items .simple-details{max-width:1000px;
  margin:0 auto;}
.offer-items h2,
.offer-items p{margin:0;}
.offer-items h2{font-size:calc(15.5px * 2);
  line-height:1.14;
  max-width:var(--state-soft);}
.offer-items p{font-size:15.5px;
  line-height:1.8;}
.offer-items .steady-entries{font-size:calc(15.5px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  opacity:0.72;}
.offer-items .site-proof{max-width:var(--state-soft);
  opacity:0.86;}
.offer-items a{color:inherit;
  text-decoration:none;}
.offer-items .featured-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.23rem;
  background:#8c1c1c;
  color:#f7f3e8;
  font-size:15.5px;
  transition:background 300ms var(--motion-slow);
}
.offer-items .featured-callout:hover,
.offer-items .featured-callout:focus-visible{
  background:#6f1414;color:#1a1815;}
.offer-items .quiet-benefit{font-size:calc(15.5px * .875);
  opacity:0.78;}
.offer-items .quiet-benefit a{border-bottom:1px solid currentColor;
  padding-bottom:1px;}
.offer-items .quiet-benefit a:hover,
.offer-items .quiet-benefit a:focus-visible{border-bottom-color:#8c1c1c;}
.offer-items .compact-track > .steady-entries{margin-bottom:calc(0.88rem * 1.5);}
.offer-items .compact-track > h2{margin-bottom:calc(0.88rem * 1.5);}
.offer-items .compact-track > .site-proof{margin-bottom:1.5rem;}
.offer-items .compact-track > .quiet-benefit{margin-top:var(--layer-soft);}
@media (max-width:640px){.offer-items h2,
  .offer-items .site-proof{
    max-width:none;
  }.offer-items .featured-callout{
    width:100%;
  }
}
.page-service{
  padding: calc(1.5rem * 2.4) 1.22rem;
  background: #1a1815;
  color: #f5f1e6;
}
.page-service .simple-details{max-width: min(1000px, 68rem);
  margin: 0 auto;}
.page-service .focused-media{border-bottom: 1px solid #2c2924;
  padding-bottom: calc(0.88rem * 1.5);
  margin-bottom: calc(0.88rem * 1.5);}
.page-service h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(15.5px * 2);
  line-height: 1.12;}
.page-service .site-proof{margin: 0;
  max-width: 46rem;
  font-size: calc(15.5px * 1.125);
  line-height: 1.8;
  color: #d8d2c2;}
.page-service .strong-grid{display: flex;
  flex-wrap: wrap;
  gap: calc(0.88rem * 1.5) 0.88rem;}
.page-service .strong-callout{flex: 1 1 min(100%, 20rem);
  margin: 0;
  padding: 0 0 0 calc(1.5rem * .75);
  border-left: 2px solid #8c1c1c;}
.page-service .simple-summary{margin: 0 0 calc(1.5rem * .75);
  font-size: 15.5px;
  line-height: 1.8;}
.page-service .plain-nav{margin: 0;
  font-size: calc(15.5px * .875);
  letter-spacing: 0.02em;
  color: #d8d2c2;}
.page-service .page-team{margin-top: calc(0.88rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2c2924;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) 0.88rem;
  align-items: baseline;
  justify-content: space-between;}
.page-service .steady-entries{margin: 0;
  flex: 1 1 22rem;
  font-size: calc(15.5px * .875);
  color: #d8d2c2;}
.page-service .quiet-benefit{margin: 0;
  flex: 0 1 auto;
  font-size: calc(15.5px * .875);}
.page-service .quiet-benefit a{text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 300ms var(--motion-slow);}
.page-service .quiet-benefit a:hover{color:inherit;}
@media (max-width: 720px) {.page-service .strong-callout{
    flex: 1 1 100%;
  }.page-service .page-team{
    display: block;
  }.page-service .quiet-benefit{
    margin-top: calc(1.5rem * .75);
  }
}
.team-fields{--layer-soft:calc(1.5rem * 0.87);--state-soft:calc(1000px / 2.11);padding:calc(1.5rem * 2.4) 1.22rem;background:#1a1815;color:#f5f1e6;}
.team-fields .simple-details{max-width:1000px;margin:0 auto;}
.team-fields h2,.team-fields p{margin:0;}
.team-fields h2{font-size:calc(15.5px * 2);line-height:1.12;}
.team-fields p{font-size:15.5px;line-height:1.8;color:color-mix(in srgb, currentColor 74%, transparent);}
.team-fields a{color:inherit;text-decoration:none;}
.team-fields .featured-callout{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.23rem;background:#f5f1e6;color:#1a1815;}
.team-fields .media-contact{row-gap:calc(var(--layer-soft) * 1.2);}
.team-fields .main-track{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.team-fields .unit{text-align:center;}
.team-fields .unit p{margin:1.5rem auto 0;max-width:calc(1000px / 2);}
.team-fields .unit .featured-callout{margin-top:1.5rem;}
.team-fields .quiet-benefit{margin-top:calc(1.5rem * .8);font-size:calc(15.5px * .875);}
.team-fields .quiet-benefit a{text-decoration:underline;text-underline-offset:3px;}
.team-fields .quiet-benefit a:hover{}
.media-copy{
  padding: calc(1.5rem * 2.4) 1.22rem;
  background: #1a1815;
  color: #f5f1e6;
}
.media-copy .simple-details{max-width: min(1000px, 68rem);
  margin: 0 auto;}
.media-copy .primary-rail{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(0.88rem * 1.5);
  border-bottom: 1px solid rgba(245, 241, 230, 0.18);}
.media-copy h2{margin: 0;
  flex: 1 1 22rem;
  font-size: calc(15.5px * 2);
  line-height: 1.12;}
.media-copy .site-proof{flex: 1 1 24rem;
  margin: 0;
  font-size: 15.5px;
  line-height: 1.8;
  color: #d8d2c2;}
.media-copy .secondary-benefit{margin-top: calc(0.88rem * 1.5);
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.media-copy .wide-steps{padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid rgba(245, 241, 230, 0.12);}
.media-copy .wide-steps:last-child{border-bottom: 0;}
.media-copy .contact-copy{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 1rem;
  margin-bottom: 0.4rem;}
.media-copy .plain-nav{font-weight: 700;
  font-size: calc(15.5px * 1.125);}
.media-copy .steady-intro{font-size: calc(15.5px * .875);
  color: #d8d2c2;}
.media-copy .wide-steps p{margin: 0 0 0.5rem;
  max-width: 52rem;}
.media-copy .wide-steps small{display: block;
  font-size: calc(15.5px * .875);color:inherit;
  letter-spacing: 0.02em;}
.media-copy .steady-entries{margin-top: calc(0.88rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(245, 241, 230, 0.18);}
.media-copy .steady-entries p{margin: 0;
  max-width: 48rem;
  font-size: calc(15.5px * .875);
  color: #d8d2c2;}
@media (max-width: 700px) {.media-copy .primary-rail{
    display: block;
  }.media-copy .site-proof{
    margin-top: calc(1.5rem * .75);
  }
}
.top-content{
  --layer-soft:calc(1.5rem * 1.15);
  --axis-base:calc(1000px / 3.1);
  padding:calc(1.5rem * 2.4) 1.22rem;
  background:#f5f1e6;
  color:#1a1815;
}
.top-content .simple-details{max-width:1000px;margin:0 auto;}
.top-content h2,
.top-content h3,
.top-content p,
.top-content ul{margin:0;}
.top-content h2{font-size:calc(15.5px * 2);line-height:1.14;}
.top-content h3{font-size:calc(15.5px * 1.35);line-height:1.22;}
.top-content p{font-size:15.5px;line-height:1.8;}
.top-content a{text-decoration:none;}
.top-content a:hover{}
.top-content .content-actions{display:flex;flex-direction:column;gap:var(--layer-soft);}
.top-content .team-headline{display:flex;
  flex-wrap:wrap;
  gap:0.88rem;
  align-items:flex-start;
  padding-bottom:calc(0.88rem * 1.5);
  border-bottom:1px solid #d8d2c2;}
.top-content .team-headline h2{flex:1 1 var(--axis-base);min-width:0;}
.top-content .team-headline .site-proof{flex:1 1 var(--axis-base);
  min-width:0;}
.top-content .featured-block{display:flex;
  flex-wrap:wrap;
  gap:var(--layer-soft);
  align-items:stretch;}
.top-content .wide-steps{flex:1 1 var(--axis-base);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.4);
  padding-top:calc(1.5rem * .75);
  border-top:2px solid #8c1c1c;}
.top-content .wide-steps p{}
.top-content .direct-inner{list-style:none;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(0.88rem / 2.6);
  font-size:calc(15.5px * .875);
  line-height:1.55;}
.top-content .direct-inner li{position:relative;
  padding-inline-start:calc(1.22rem / 1.4);}
.top-content .direct-inner li::before{
  content:"";
  position:absolute;
  inset-inline-start:0;
  top:.62em;
  width:6px;
  height:1px;
  background:#8c1c1c;color:#f7f3e8;}
.top-content .featured-callout{
  align-self:flex-start;
  margin-top:auto;
  padding:calc(calc(1.5rem * .75) / 1.6) 1.5rem;
  border:1px solid #1a1815;
  border-radius:0.23rem;
  background:#1a1815;
  color:#f5f1e6;
  font-size:calc(15.5px * .875);
  letter-spacing:.02em;
  transition:background 300ms var(--motion-slow),color 300ms var(--motion-slow);
}
.top-content .featured-callout:hover{
  background:#2c2924;
  color:#f5f1e6;
}
.top-content .steady-entries{padding-top:calc(0.88rem * 1.5);
  border-top:1px solid #d8d2c2;
  font-size:calc(15.5px * .875);}
.top-content .steady-entries a{border-bottom:1px solid #8c1c1c;
  padding-bottom:1px;}
.top-content .steady-entries a:hover{}
@media (max-width:720px){.top-content .team-headline h2,
  .top-content .team-headline .site-proof{flex:1 1 100%;}.top-content .wide-steps{flex:1 1 100%;}
}
.top-items{padding:calc(1.5rem * 2.4) 1.22rem;background:#1a1815;color:#f5f1e6}
.top-items .offer-team{max-width:1000px;margin:0 auto}
.top-items h2{margin:0;font-size:calc(15.5px * 2);line-height:1.1}
.top-items .narrow-flow{margin:1.5rem 0 calc(0.88rem * 1.5);max-width:44rem;font-size:calc(15.5px * 1.125);line-height:1.8;opacity:.82}
.top-items .active-figure{display:flex;flex-direction:column;gap:0;margin:0;padding:0;list-style:none;counter-reset:nota}
.top-items .active-figure>li{position:relative;margin:0;padding:calc(0.88rem * 1.5) 0 calc(0.88rem * 1.5) 2.6rem;border-top:1px solid rgba(245,241,230,0.14)}
.top-items .active-figure>li:last-child{border-bottom:1px solid rgba(245,241,230,0.14)}
.top-items .active-figure>li::before{counter-increment:nota;content:counter(nota,decimal-leading-zero);position:absolute;left:0;top:calc(0.88rem * 1.5);font-size:calc(15.5px * .875);letter-spacing:.08em;opacity:.55}
.top-items h3{margin:0;font-size:calc(15.5px * 1.35);line-height:1.22;font-weight:600}
.top-items .active-figure p{margin:calc(1.5rem * .75) 0 0;max-width:52rem;font-size:15.5px;line-height:1.8;opacity:.8}
@media(max-width:680px){.top-items .active-figure>li{padding-left:2rem}.top-items .narrow-flow{font-size:15.5px}
}
.text-group{--layer-soft:calc(1.5rem * 1.35);--state-soft:calc(1000px / 1.55);padding:calc(1.5rem * 2.4) 1.22rem;background:#f5f1e6;color:#1a1815;}
.text-group .simple-details{max-width:1000px;margin:0 auto;}
.text-group h1,.text-group h2,.text-group h3,.text-group p{margin:0;}
.text-group h2{font-size:calc(15.5px * 2);line-height:1.15;max-width:var(--state-soft);}
.text-group h3{font-size:calc(15.5px * 1.35);line-height:1.25;font-weight:600;}
.text-group p{font-size:15.5px;line-height:1.8;}
.text-group .steady-entries{font-size:calc(15.5px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--ink-accent);padding-bottom:calc(1.5rem / 3);border-bottom:1px solid #d8d2c2;}
.text-group .site-proof{margin-top:1.5rem;max-width:var(--state-soft);color:var(--ink-accent);}
.text-group .focused-feature{display:flex;flex-direction:column;margin-top:calc(var(--layer-soft) * 1.1);border-top:1px solid #d8d2c2;}
.text-group .wide-steps{display:flex;gap:0.88rem;padding:calc(0.88rem * 1.5) 0;border-bottom:1px solid #d8d2c2;}
.text-group .wide-steps .site-copy{min-width:0;max-width:var(--state-soft);}
.text-group .wide-steps p{margin-top:calc(1.5rem / 2.5);color:var(--ink-accent);}
.text-group .wide-steps h3{padding-left:calc(1.22rem * 1.4);position:relative;}
.text-group .wide-steps h3::before{content:"";position:absolute;left:0;top:0.55em;width:calc(1.22rem * 0.7);height:1px;background:#8c1c1c;color:#f7f3e8;}
@media (max-width:640px){.text-group .wide-steps{padding:calc(1.5rem * .75) 0;}.text-group h2{max-width:none;}.text-group .site-proof{max-width:none;}.text-group .wide-steps .site-copy{max-width:none;}
}
.visual-block{
  --layer-soft:calc(1.5rem * 1.05);
  --copy-strong:calc(1000px / 3.1);
  padding:calc(1.5rem * 2.4) 1.22rem;
  background:var(--tone-soft);
  color:var(--ink-accent);
}
.visual-block .simple-details{max-width:1000px;margin:0 auto;}
.visual-block h2,
.visual-block h3,
.visual-block p{margin:0;}
.visual-block h2{font-size:calc(15.5px * 2);line-height:1.14;}
.visual-block h3{font-size:calc(15.5px * 1.35);line-height:1.22;}
.visual-block p{font-size:15.5px;line-height:1.8;}
.visual-block .site-proof{margin-top:calc(0.88rem * 1.5);max-width:calc(1000px / 1.85);}
.visual-block .main-links{display:flex;
  flex-wrap:wrap;
  gap:var(--layer-soft);
  margin-top:calc(var(--layer-soft) * 1.15);}
.visual-block .wide-steps{flex:1 1 var(--copy-strong);
  min-width:0;
  padding:calc(var(--layer-soft) * .7) 0 0;
  border-top:1px solid #d8d2c2;}
.visual-block .wide-steps p{margin-top:calc(1.5rem / 3);
  color:color-mix(in srgb, currentColor 78%, transparent);}
@media (max-width:640px){.visual-block .site-proof{max-width:none;}.visual-block .main-links{gap:calc(var(--layer-soft) * .85);}
}
.narrow-group{
  padding:calc(1.5rem * 2.4) 1.22rem;
  background:#1a1815;
  color:#f5f1e6;
}
.narrow-group .offer-team{max-width:1000px;
  margin:0 auto;}
.narrow-group .content-actions{max-width:46rem;
  padding-bottom:calc(0.88rem * 1.5);
  border-bottom:1px solid rgba(245,241,230,0.18);}
.narrow-group h2{margin:0;
  font-size:calc(15.5px * 2);
  line-height:1.12;
  letter-spacing:-0.01em;}
.narrow-group .narrow-flow{margin:1.5rem 0 0;
  font-size:calc(15.5px * 1.125);
  line-height:1.8;
  color:rgba(245,241,230,0.78);}
.narrow-group .active-figure{margin:calc(0.88rem * 1.5) 0 0;
  padding:0;
  list-style:none;
  counter-reset:nota;}
.narrow-group .active-figure>li{position:relative;
  padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) 3.2rem;
  border-bottom:1px solid rgba(245,241,230,0.12);}
.narrow-group .active-figure>li:last-child{border-bottom:0;}
.narrow-group .active-figure>li::before{counter-increment:nota;
  content:counter(nota,decimal-leading-zero);
  position:absolute;
  left:0;
  top:calc(calc(1.5rem * .75) + 0.15rem);
  font-size:calc(15.5px * .875);
  letter-spacing:0.08em;color:inherit;
  font-variant-numeric:tabular-nums;}
.narrow-group h3{margin:0;
  font-size:calc(15.5px * 1.35);
  line-height:1.22;}
.narrow-group .active-figure p{margin:0.88rem 0 0;
  max-width:52rem;
  line-height:1.8;
  color:rgba(245,241,230,0.82);}
.narrow-group .steady-entries{margin:calc(0.88rem * 1.5) 0 0;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid rgba(245,241,230,0.18);
  font-size:calc(15.5px * .875);
  line-height:1.8;
  color:rgba(245,241,230,0.7);}
.narrow-group .steady-entries a{text-decoration:underline;
  text-underline-offset:3px;}
.narrow-group .steady-entries a:hover{color:inherit;}
@media(max-width:680px){.narrow-group .active-figure>li{
    padding-left:2.4rem;
  }.narrow-group .active-figure>li::before{
    top:calc(calc(1.5rem * .75) + 0.1rem);
  }
}
.fresh-proof{
  --layer-soft:calc(1.5rem * 1.35);
  --state-soft:calc(1000px / 2.4);
  padding:calc(1.5rem * 2.4) 1.22rem;
  background:#f5f1e6;
  color:#1a1815;
}
.fresh-proof .simple-details{max-width:1000px;
  margin:0 auto;}
.fresh-proof h2,
.fresh-proof h3,
.fresh-proof p{margin:0;}
.fresh-proof h2{font-size:calc(15.5px * 2);
  line-height:1.14;
  letter-spacing:-0.005em;}
.fresh-proof h3{font-size:calc(15.5px * 1.35);
  line-height:1.25;}
.fresh-proof p{font-size:15.5px;
  line-height:1.8;}
.fresh-proof .content-actions{max-width:var(--state-soft);}
.fresh-proof .site-proof{margin-top:calc(1.5rem / 2);
  color:var(--ink-accent);}
.fresh-proof .focused-feature{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:var(--layer-soft);
  border-top:1px solid #d8d2c2;}
.fresh-proof .wide-steps{min-width:0;
  padding:calc(0.88rem * 1.5) 0;
  border-bottom:1px solid #d8d2c2;}
.fresh-proof .wide-steps p{margin-top:calc(1.5rem / 3);
  max-width:calc(var(--state-soft) * 1.35);
  color:var(--ink-accent);}
.fresh-proof .focused-method{margin-top:var(--layer-soft);
  padding-top:calc(0.88rem * 1.5);
  border-top:1px solid #d8d2c2;}
.fresh-proof .steady-entries{max-width:calc(var(--state-soft) * 1.4);
  color:var(--ink-accent);}
.fresh-proof .steady-entries a{color:#1a1815;
  text-decoration:underline;
  text-underline-offset:3px;
  transition:color 300ms var(--motion-slow);}
.fresh-proof .steady-entries a:hover{color:#8c1c1c;}
@media (min-width:720px){.fresh-proof .wide-steps{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);
    gap:0.88rem;
    align-items:start;
  }.fresh-proof .wide-steps p{
    margin-top:0;
  }
}
.compact-region{--layer-soft:calc(1.5rem * 1.20);--copy-strong:calc(1000px / 3.53);padding:calc(1.5rem * 2.4) 1.22rem;background:#8c1c1c;color:#f7f3e8;}
.compact-region .simple-details{max-width:1000px;margin:0 auto;}
.compact-region h1,.compact-region h2,.compact-region h3,.compact-region p,.compact-region ul{margin:0;}
.compact-region h2{font-size:calc(15.5px * 2);line-height:1.12;}
.compact-region h3{font-size:calc(15.5px * 1.35);line-height:1.2;}
.compact-region p{font-size:15.5px;line-height:1.8;color:color-mix(in srgb, currentColor 78%, transparent);}
.compact-region a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.compact-region a:hover{border-bottom-color:#f7f3e8;}
.compact-region .visual-headline{padding-block:calc(var(--layer-soft) / 2);}
.compact-region .media-contact{row-gap:calc(var(--layer-soft) * 1.2);}
.compact-region .main-track{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.compact-region .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.88rem;}
.compact-region .row-title h2{flex:1 1 calc(1000px / 3);min-width:0;}
.compact-region .row-title>p{flex:1 1 calc(1000px / 3);min-width:0;}
.compact-region .content-callout{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--layer-soft);margin-top:var(--layer-soft);}
.compact-region .wide-steps{flex:1 1 var(--copy-strong);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 30%, transparent);}
.compact-region .wide-steps p{margin-top:calc(1.5rem / 3);}
.compact-region .quiet-benefit{flex:1 1 100%;margin-top:var(--layer-soft);font-size:calc(15.5px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
.text-note{
    padding:calc(1.5rem * 2.4) 0;
    color:#1a1815;
    background:#f5f1e6;
}
.text-note .primary-note{max-width:1000px;
    margin:0 auto;
    padding:0 1.22rem;}
.text-note .clear-nav{max-width:760px;
    margin:0 auto;}
.text-note .site-proof{padding-bottom:calc(0.88rem * 1.5);
    border-bottom:1px solid #d8d2c2;
    margin-bottom:calc(0.88rem * 1.5);}
.text-note .quiet-benefit{margin:0 0 0.88rem;
    font-size:calc(15.5px * .875);
    letter-spacing:0.06em;
    text-transform:uppercase;
    color:var(--ink-accent);}
.text-note h1{margin:0 0 0.88rem;
    font-size:calc(15.5px * 2.65);
    line-height:1.15;}
.text-note .featured-nav{margin:0;
    font-size:calc(15.5px * 1.125);
    line-height:1.55;
    color:var(--ink-accent);
    max-width:60ch;}
.text-note .secondary-benefit h2{margin:calc(0.88rem * 1.5) 0 0.88rem;
    font-size:calc(15.5px * 2);
    line-height:1.25;}
.text-note .secondary-benefit h2:first-child{margin-top:0;}
.text-note .secondary-benefit p{margin:0 0 calc(0.88rem * 1.5);
    font-size:15.5px;
    line-height:1.8;}
.text-note .secondary-benefit ul{margin:0 0 calc(0.88rem * 1.5);
    padding-left:1.4rem;
    list-style:disc;}
.text-note .secondary-benefit li{margin-bottom:0.55rem;
    line-height:1.8;}
.text-note .direct-lead{
    margin:calc(0.88rem * 1.5) 0;
    padding:calc(1.5rem * .75);
    background:var(--tone-soft);
    color:var(--ink-accent);
    border-left:3px solid #8c1c1c;
    border-radius:0.23rem;
}
.text-note .direct-lead p{margin:0;
    font-size:15.5px;
    line-height:1.7;}
.text-note .quiet-panel{display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:0.88rem;
    margin-top:calc(0.88rem * 1.5);
    padding-top:calc(0.88rem * 1.5);
    border-top:1px solid #d8d2c2;}
.text-note .bottom-track{
    display:inline-block;
    padding:0.7rem 1.6rem;
    border-radius:0.44rem;
    font-size:15.5px;
    font-weight:500;
    text-decoration:none;
    background:#1a1815;
    color:#f5f1e6;
    border:1px solid #1a1815;
    transition:background 300ms var(--motion-slow), border-color 300ms var(--motion-slow);
}
.text-note .bottom-track:hover{
    background:#2c2924;
    border-color:#2c2924;
    color:#f5f1e6;
}
.text-note .page-unit{font-size:calc(15.5px * .875);
    color:#1a1815;
    text-decoration:underline;
    text-underline-offset:3px;
    transition:color 300ms var(--motion-slow);}
.text-note .page-unit:hover{color:#8c1c1c;}
@media (max-width:640px){.text-note .quiet-panel{
        flex-direction:column;
        align-items:flex-start;
    }
}
.visual-nav{padding:calc(1.5rem * 2.4) 0;color:#1a1815;background:#f5f1e6;}
.visual-nav .primary-note{max-width:1000px;margin:0 auto;padding:0 1.22rem;}
.visual-nav .clear-nav{max-width:760px;margin:0 auto;}
.visual-nav .clear-nav h2{margin-top:calc(0.88rem * 1.5);margin-bottom:calc(1.5rem * .75);font-size:calc(15.5px * 1.35);line-height:1.35;}
.visual-nav .clear-nav h2:first-child{margin-top:0;}
.visual-nav .clear-nav p{margin-bottom:calc(1.5rem * .75);font-size:15.5px;line-height:1.8;}
.visual-nav .clear-nav ul{margin:0 0 calc(1.5rem * .75) 1.4rem;padding:0;}
.visual-nav .clear-nav li{margin-bottom:0.55rem;line-height:1.7;}
.visual-nav .direct-lead{margin-top:calc(0.88rem * 1.5);padding:calc(1.5rem * .75);background-color:var(--tone-soft);border-left:3px solid #8c1c1c;border-radius:0.23rem;color:var(--ink-accent);}
.visual-nav .direct-lead p{margin:0;}
.visual-nav .quiet-panel{margin-top:calc(0.88rem * 1.5);display:flex;flex-wrap:wrap;align-items:center;gap:0.88rem;}
.visual-nav .bottom-track{display:inline-block;padding:11px 26px;border-radius:0.44rem;font-size:calc(15.5px * .875);font-weight:500;text-align:center;border:1px solid #1a1815;background-color:#1a1815;color:#f5f1e6;transition:background-color 300ms var(--motion-slow),border-color 300ms var(--motion-slow);}
.visual-nav .bottom-track:hover{background-color:#2c2924;border-color:#2c2924;color:#f5f1e6;}
.visual-nav .quiet-benefit{font-size:calc(15.5px * .875);color:#1a1815;text-decoration:underline;text-underline-offset:3px;transition:color 300ms var(--motion-slow);}
.visual-nav .quiet-benefit:hover{color:#8c1c1c;}
@media (max-width:640px){.visual-nav .clear-nav ul{margin-left:1.1rem;}.visual-nav .quiet-panel{flex-direction:column;align-items:flex-start;}
}
.media-footer{
    padding:calc(1.5rem * 2.4) 0;
    color:#1a1815;
    background:#f5f1e6;
}
.media-footer .primary-note{max-width:1000px;
    margin:0 auto;
    padding:0 1.22rem;}
.media-footer .site-proof{max-width:760px;
    margin:0 auto calc(0.88rem * 1.5);
    padding-bottom:calc(0.88rem * 1.5);
    border-bottom:1px solid #d8d2c2;}
.media-footer .media-section{margin:0 0 0.88rem;
    font-size:calc(15.5px * .875);
    letter-spacing:0.08em;
    text-transform:uppercase;
    color:var(--ink-accent);}
.media-footer h1{margin:0 0 0.88rem;
    font-size:calc(15.5px * 2.65);
    line-height:1.2;}
.media-footer .featured-view{margin:0;
    font-size:calc(15.5px * 1.125);
    line-height:1.55;
    color:var(--ink-accent);}
.media-footer .secondary-benefit{display:flex;
    flex-wrap:wrap;
    gap:calc(0.88rem * 1.5);
    align-items:flex-start;}
.media-footer .site-copy{flex:1 1 520px;
    min-width:0;}
.media-footer .site-copy h2{margin:calc(0.88rem * 1.5) 0 0.88rem;
    font-size:calc(15.5px * 2);
    line-height:1.3;}
.media-footer .site-copy h2:first-child{margin-top:0;}
.media-footer .site-copy p{margin:0 0 0.88rem;
    line-height:1.8;}
.media-footer .site-copy ul{margin:0 0 0.88rem;
    padding-left:1.4rem;}
.media-footer .site-copy li{margin-bottom:0.5rem;
    line-height:1.7;}
.media-footer .steady-entries{
    flex:1 1 240px;
    max-width:320px;
    padding:calc(1.5rem * .75);
    background:var(--tone-soft);
    color:var(--ink-accent);
    border:1px solid #d8d2c2;
    border-radius:0.44rem;
}
.media-footer .steady-entries p{margin:0 0 0.88rem;
    font-size:calc(15.5px * .875);
    line-height:1.7;}
.media-footer .steady-entries p:last-child{margin-bottom:0;}
.media-footer .focused-brand{font-size:calc(15.5px * .875);
    letter-spacing:0.06em;
    text-transform:uppercase;}
.media-footer .quiet-benefit{padding-top:0.88rem;
    border-top:1px solid #d8d2c2;}
.media-footer a{color:#1a1815;
    text-decoration:underline;
    text-underline-offset:3px;
    transition:color 300ms var(--motion-slow);}
.media-footer a:hover{color:#8c1c1c;}
.media-footer .quiet-panel{margin-top:calc(0.88rem * 1.5);
    padding-top:calc(0.88rem * 1.5);
    border-top:1px solid #d8d2c2;}
.media-footer .bottom-track{
    display:inline-block;
    padding:12px 28px;
    font-size:15.5px;
    border-radius:0.44rem;
    border:1px solid #1a1815;
    background:#1a1815;
    color:#f5f1e6;
    text-decoration:none;
    transition:background 300ms var(--motion-slow), border-color 300ms var(--motion-slow), box-shadow 300ms var(--motion-slow);
}
.media-footer .bottom-track:hover{
    background:#2c2924;
    border-color:#2c2924;
    color:#f5f1e6;
    box-shadow:0 4px 12px rgba(0,0,0,0.05);
}
@media (max-width:720px){.media-footer .steady-entries{
        max-width:none;
        flex-basis:100%;
    }
}
.active-surface{padding:calc(1.5rem * 2.4) 1.22rem;background:#1a1815;color:#f5f1e6}
.active-surface .contact-steps{max-width:min(1000px,72rem);margin:0 auto}
.active-surface .bottom-media{margin-bottom:calc(0.88rem * 1.5);max-width:52rem}
.active-surface h2{margin:0;font-size:calc(15.5px * 2.65);line-height:1.05}
.active-surface .bottom-media p{margin:1.5rem 0 0;font-size:calc(15.5px * 1.125);line-height:1.8;opacity:.82}
.active-surface .clear-nav{display:grid;grid-template-columns:minmax(15rem,.42fr) minmax(0,1fr);gap:0.88rem;align-items:start}
.active-surface .active-rail{border-top:1px solid rgba(245,241,230,.18)}
.active-surface .focused-proof{padding:calc(1.5rem * .75) 0;border-bottom:1px solid rgba(245,241,230,.18)}
.active-surface .focused-proof span{display:block;font-size:calc(15.5px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.6}
.active-surface .focused-proof strong{display:block;margin-top:calc(calc(1.5rem * .75) * .5);font-weight:400;line-height:1.8}
.active-surface .focused-proof a{color:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.active-surface .focused-proof a:hover{text-decoration-color:#f7f3e8}
.active-surface .text-section{min-height:30rem;border-radius:0.52rem;overflow:hidden;border:1px solid rgba(245,241,230,.18);background:#faf7ee;color:#1a1815;}
.active-surface iframe{display:block;width:100%;height:100%;border:0;filter:grayscale(.15)}
@media (max-width: 760px){.active-surface .clear-nav{grid-template-columns:1fr}.active-surface .text-section{min-height:22rem}
}
.offer-plan{padding:calc(1.5rem * 2.4) 1.22rem;background:#f5f1e6;color:#1a1815}
.offer-plan .simple-details{max-width:1000px;margin:0 auto}
.offer-plan .open-details{margin-bottom:calc(0.88rem * 1.5);border-bottom:1px solid #d8d2c2;padding-bottom:1.5rem}
.offer-plan h2{margin:0 0 calc(1.5rem * .75);font-size:calc(15.5px * 2);line-height:1.15}
.offer-plan .open-details p{margin:0;max-width:52rem;font-size:15.5px;line-height:1.8;}
.offer-plan .featured-visual{display:flex;flex-wrap:wrap;gap:1.5rem}
.offer-plan form{flex:2 1 30rem;min-width:0;display:flex;flex-direction:column;gap:0.88rem}
.offer-plan .wide-benefit{display:flex;flex-wrap:wrap;gap:0.88rem}
.offer-plan .active-contact{display:block;flex:1 1 14rem;min-width:0}
.offer-plan .active-contact.wide{flex:1 1 100%}
.offer-plan .active-contact span{display:block;margin-bottom:calc(calc(1.5rem * .75) / 2);font-size:calc(15.5px * .875);letter-spacing:0.02em;}
.offer-plan input,.offer-plan textarea{width:100%;box-sizing:border-box;padding:calc(1.5rem * .75) 1.22rem;border:1px solid #d8d2c2;border-radius:0.23rem;background:#faf7ee;color:#1a1815;font:inherit;outline:none;transition:border-color 300ms var(--motion-slow)}
.offer-plan input::placeholder,.offer-plan textarea::placeholder{}
.offer-plan input:focus,.offer-plan textarea:focus{border-color:#8c1c1c}
.offer-plan textarea{resize:vertical;line-height:1.8}
.offer-plan .featured-callout{margin-top:calc(1.5rem * .75);padding-top:1.5rem;border-top:1px solid #d8d2c2;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:0.88rem}
.offer-plan .featured-callout p{margin:0;flex:1 1 18rem;font-size:calc(15.5px * .875);line-height:1.8;}
.offer-plan button{flex:0 0 auto;border:0;border-radius:0.23rem;background:#8c1c1c;color:#f7f3e8;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 300ms var(--motion-slow)}
.offer-plan button:hover{background:#6f1414;color:#1a1815;}
.offer-plan .focused-method{flex:1 1 16rem;min-width:0;padding:1.5rem;border:1px solid #d8d2c2;border-radius:0.44rem;background:var(--tone-soft);color:var(--ink-accent)}
.offer-plan .focused-method h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.5px * 1.35);line-height:1.2}
.offer-plan .focused-method .contact-copy{margin:0 0 calc(1.5rem * .75);font-size:calc(15.5px * .875);line-height:1.8}
.offer-plan .focused-method a{text-decoration:none;border-bottom:1px solid #d8d2c2}
.offer-plan .focused-method a:hover{}
.offer-plan .focused-method .steady-entries{margin:1.5rem 0 0;padding-top:calc(1.5rem * .75);border-top:1px solid #d8d2c2;font-size:calc(15.5px * .875);line-height:1.8}
@media(max-width:760px){.offer-plan .featured-visual{display:block}.offer-plan .focused-method{margin-top:1.5rem}}
.fields{
  padding: calc(1.5rem * 2.4) 1.22rem;
  background: #1a1815;
  color: #f5f1e6;
}
.fields .simple-details{display: flex;
  gap: calc(0.88rem * 1.5);
  max-width: 1000px;
  margin: 0 auto;}
.fields .bottom-media{flex: 0 1 36%;
  align-self: flex-start;}
.fields h2{margin: 0;
  font-size: calc(15.5px * 2);
  line-height: 1.1;}
.fields .bottom-media p{margin: 1.5rem 0 0;
  color: #d8d2c2;
  line-height: 1.8;}
.fields .contact-menu{flex: 1 1 0;
  min-width: 0;
  border-top: 1px solid #6b6558;}
.fields .contact-copy{display: flex;
  justify-content: space-between;
  gap: 0.88rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #6b6558;}
.fields .contact-copy span{flex: 0 0 26%;
  color: #d8d2c2;
  font-size: calc(15.5px * .875);
  letter-spacing: .02em;}
.fields .contact-copy p,
.fields .contact-copy a{max-width: 34rem;
  margin: 0;
  text-align: right;
  overflow-wrap: anywhere;
  line-height: 1.8;}
.fields .strong-flow a{font-size: calc(15.5px * 1.125);
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;}
.fields .strong-flow a:hover{color:inherit;}
.fields .secondary-summary{display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.5rem;
  padding-top: 1.5rem;}
.fields .secondary-summary a{color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;}
.fields .secondary-summary a:hover{color:inherit;}
@media (max-width: 760px) {.fields .simple-details{
    display: block;
  }.fields .contact-menu{
    margin-top: calc(0.88rem * 1.5);
  }
}
@media (max-width: 500px) {.fields .contact-copy{
    display: block;
  }.fields .contact-copy p,
  .fields .contact-copy a{
    display: block;
    margin-top: calc(1.5rem * .75);
    text-align: left;
  }.fields .secondary-summary{
    justify-content: flex-start;
  }
}
.offset--data-rules{padding:calc(1.5rem * 2.4) 1.22rem;background:#f5f1e6;color:#1a1815}
.offset--data-rules .site-copy{max-width:min(1000px,58rem);margin:0 auto}
.offset--data-rules h2{margin:0;font-size:calc(15.5px * 2);line-height:1.15;letter-spacing:-0.005em}
.offset--data-rules .site-proof{margin:1.5rem 0 calc(0.88rem * 1.5);font-size:calc(15.5px * 1.125);line-height:1.65;color:var(--ink-accent)}
.offset--data-rules .secondary-benefit{display:flex;flex-direction:column;gap:calc(0.88rem * 1.5)}
.offset--data-rules .contact{border-top:1px solid #d8d2c2;padding-top:calc(0.88rem * 1.5)}
.offset--data-rules .contact:first-child{border-top:0;padding-top:0}
.offset--data-rules h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.5px * 1.35);line-height:1.3}
.offset--data-rules p{margin:0 0 calc(1.5rem * .75);font-size:15.5px;line-height:1.8}
.offset--data-rules p:last-child{margin-bottom:0}
.offset--data-rules .focused-feature{margin:0 0 calc(1.5rem * .75);padding-left:1.15rem}
.offset--data-rules .focused-feature li{margin:0 0 0.4rem;line-height:1.8}
.offset--data-rules .focused-feature li::marker{color:#8c1c1c}
.offset--data-rules .focused-surface{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.35rem}
.offset--data-rules .focused-surface li{display:flex;flex-wrap:wrap;gap:0.5rem;line-height:1.6}
.offset--data-rules .focused-surface .media-body{min-width:5.5rem;font-size:calc(15.5px * .875);text-transform:uppercase;letter-spacing:0.06em;color:var(--ink-accent)}
.offset--data-rules a{color:#1a1815;text-decoration:underline;text-underline-offset:2px}
.offset--data-rules a:hover{color:#8c1c1c}
@media (max-width:640px){.offset--data-rules .focused-surface li{flex-direction:column;gap:0.15rem}.offset--data-rules h2{font-size:calc(15.5px * 1.35)}
}
.site-figure{
  padding: calc(1.5rem * 2.4) 1.22rem;
  background: #1a1815;
  color: #f5f1e6;
}
.site-figure .simple-details{max-width: min(1000px, 60rem);
  margin: 0 auto;}
.site-figure .focused-media{padding-bottom: calc(0.88rem * 1.5);
  border-bottom: 1px solid #2c2924;}
.site-figure h2{margin: 0;
  font-size: calc(15.5px * 2);
  line-height: 1.12;
  letter-spacing: 0.01em;}
.site-figure .content-actions{margin: calc(1.5rem * .75) 0 0;
  max-width: 46rem;
  font-size: calc(15.5px * 1.125);
  line-height: 1.7;
  color: #d8d2c2;}
.site-figure .team-proof{display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: calc(0.88rem * 1.5);}
.site-figure .wide-steps{padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #2c2924;}
.site-figure .wide-steps:last-child{border-bottom: none;
  padding-bottom: 0;}
.site-figure h3{margin: 0;
  font-size: calc(15.5px * 1.35);
  line-height: 1.3;}
.site-figure .wide-steps p{margin: calc(calc(1.5rem * .75) * 0.6) 0 0;
  max-width: 52rem;
  color: #d8d2c2;
  line-height: 1.8;}
@media (max-width: 640px) {.site-figure .content-actions{
    font-size: 15.5px;
  }
}
.visual-track{
  padding: calc(1.5rem * 2.4) 1.22rem;
  background: #f5f1e6;
  color: #1a1815;
}
.visual-track .simple-details{max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.88rem;
  align-items: flex-start;}
.visual-track .compact-benefit{
  flex: 1 1 320px;
  padding: calc(1.5rem * .75);
  border-left: 3px solid #8c1c1c;
  background: var(--tone-soft);
  color: var(--ink-accent);
}
.visual-track .top-form{display: inline-block;
  font-size: calc(15.5px * .875);
  letter-spacing: 0.08em;
  text-transform: uppercase;}
.visual-track h2{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.5px * 2);
  line-height: 1.12;}
.visual-track .compact-benefit p{margin: calc(1.5rem * .75) 0 0;
  font-size: 15.5px;
  line-height: 1.8;}
.visual-track .wide-quote{flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  gap: calc(0.88rem * 1.5);}
.visual-track .contact-copy{padding-bottom: calc(0.88rem * 1.5);
  border-bottom: 1px solid #d8d2c2;}
.visual-track .contact-copy:last-child{border-bottom: none;
  padding-bottom: 0;}
.visual-track .contact-copy strong{display: block;
  font-size: calc(15.5px * 1.35);
  margin-bottom: 0.4rem;}
.visual-track .contact-copy p{margin: 0 0 0.6rem;
  font-size: 15.5px;
  line-height: 1.8;}
.visual-track .quiet-benefit{display: flex;
  flex-wrap: wrap;
  gap: 0.88rem;
  margin: 0;}
.visual-track .quiet-benefit a{text-decoration: none;
  border-bottom: 1px solid #d8d2c2;
  padding-bottom: 2px;
  font-size: calc(15.5px * .875);
  transition: color 300ms var(--motion-slow), border-color 300ms var(--motion-slow);}
.visual-track .quiet-benefit a:hover{border-color: #8c1c1c;}
@media (max-width: 760px) {.visual-track .simple-details{
    flex-direction: column;
  }
}
.visual-quote{
  --layer-soft:calc(1.5rem * 1.35);
  --state-soft:calc(1000px / 2.35);
  padding:calc(1.5rem * 2.4) 1.22rem;
  background:#f5f1e6;
  color:#1a1815;
}
.visual-quote .simple-details{max-width:1000px;margin:0 auto;}
.visual-quote h1,.visual-quote h2,.visual-quote h3,.visual-quote p{margin:0;}
.visual-quote h2{font-size:calc(15.5px * 2);line-height:1.14;}
.visual-quote p{font-size:15.5px;line-height:1.8;}
.visual-quote a{color:inherit;text-decoration:none;}
.visual-quote .compact-track>h2{margin-top:0;}
.visual-quote .compact-track>p,
.visual-quote .compact-track>.featured-callout,
.visual-quote .compact-track>.quiet-benefit{margin-top:calc(0.88rem * 1.5);}
.visual-quote .site-proof{max-width:var(--state-soft);}
.visual-quote .steady-entries{max-width:var(--state-soft);
  font-size:calc(15.5px * .875);
  color:var(--ink-accent);
  padding-top:calc(0.88rem * 1.5);
  border-top:1px solid #d8d2c2;}
.visual-quote .featured-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.23rem;
  background:#8c1c1c;
  color:#f7f3e8;
  font-size:15.5px;
  transition:background 300ms var(--motion-slow);
}
.visual-quote .featured-callout:hover{background:#6f1414;color:#1a1815;}
.visual-quote .quiet-benefit{display:flex;
  flex-wrap:wrap;
  gap:0.88rem 1.5rem;
  font-size:calc(15.5px * .875);}
.visual-quote .quiet-benefit a{border-bottom:1px solid #d8d2c2;
  padding-bottom:2px;
  transition:border-color 300ms var(--motion-slow);}
.visual-quote .quiet-benefit a:hover{border-color:#8c1c1c;}
@media (max-width:640px){.visual-quote .site-proof,
  .visual-quote .steady-entries{max-width:none;}
}
.public-lead{
  background: #f5f1e6;
  color: #1a1815;
  padding: calc(1.5rem * 2.4) 1.22rem;
}
.public-lead .simple-details{width: min(100%, 1000px);
  margin: 0 auto;}
.public-lead .plain-items{display: flex;
  flex-direction: column;
  align-items: flex-start;}
.public-lead .steady-entries{margin: 0 0 1.5rem;
  padding-bottom: 0.5rem;
  font-size: calc(15.5px * .875);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-accent, #2c2924);
  border-bottom: 1px solid #d8d2c2;}
.public-lead h1{margin: 0;
  font-size: clamp(calc(15.5px * 2), 7vw, calc(15.5px * 2.65));
  line-height: 1.05;
  letter-spacing: -0.01em;}
.public-lead .focused-headline{margin: 1.5rem 0 0;
  max-width: 62ch;
  font-size: calc(15.5px * 1.125);
  line-height: 1.75;}
.public-lead .quiet-panel{margin-top: calc(0.88rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.88rem;
  min-width: 0;}
.public-lead a{max-width: 100%;
  overflow-wrap: anywhere;
  text-decoration: none;}
.public-lead .site-entries{
  padding: 0.85rem 1.4rem;
  border-radius: 0.44rem;
  background: #1a1815;
  color: #f5f1e6;
  font-weight: 700;
  transition: background 300ms var(--motion-slow, ease);
}
.public-lead .site-entries:hover{
  background: #2c2924;color:#1a1815;}
.public-lead .main-track{padding: 0.85rem 0;
  color: #1a1815;
  border-bottom: 1px solid #d8d2c2;
  transition: color 300ms var(--motion-slow, ease),
              border-color 300ms var(--motion-slow, ease);}
.public-lead .main-track:hover{color: #8c1c1c;
  border-color: #8c1c1c;}
.public-lead .quiet-benefit{margin: calc(0.88rem * 1.5) 0 0;
  max-width: 58ch;
  font-size: calc(15.5px * .875);
  line-height: 1.7;
  color: var(--ink-accent, #2c2924);}
.public-lead .quiet-benefit a{color: #1a1815;
  border-bottom: 1px solid #d8d2c2;}
.public-lead .quiet-benefit a:hover{color: #8c1c1c;
  border-color: #8c1c1c;}
@media (max-width: 640px) {.public-lead{
    padding: calc(1.5rem * 2.4) 1.22rem;
  }.public-lead .quiet-panel{
    flex-direction: column;
    align-items: flex-start;
  }
}
