*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Playfair Display", sans-serif;}
a{color:inherit;}
.secondary-shell {
    width: 100%;
    background: #f7f5f2;
    color: #141312;
    border-bottom: 1px solid var(--ink-muted);
  }
.compact-list {
    border-bottom: 1px solid var(--ink-muted);
  }
.service-block {
    max-width: 980px;
    margin: 0 auto;
    padding: calc(1.1rem * 1.5) 1.12rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    text-align: center;
  }
:root {
  --line-deep: #8c1a1a;
  --surface-primary: #2a2825;
  --surface-cool: #ffffff;
  --ink-accent: #b81f1f;
  --speed-hover: cubic-bezier(0.22,1,0.36,1);
  --surface-card: #141312;
  --ink-muted: #d8d3cd;
}
.bottom-callout {
    display: inline-block;
    font-size: calc(15.1px * 2);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #141312;
    text-decoration: none;
    line-height: 1.1;
  }
.bottom-callout:hover {
    color: #b81f1f;
  }
.main-fields {
    margin: 0;
    font-size: calc(15.1px * .875);
    color: var(--surface-primary);
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
.top-body{
    width: 100%;
    background: #f7f5f2;color:#141312;}
.simple-lead {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 1.12rem;
    position: relative;
  }
.quiet-tile {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.1rem;
    border-top: 1px solid var(--ink-muted);
  }
.offer-section {
    margin: 0;
  }
.strong-shell {
    display: inline-block;
    padding: 0.85rem 0.25rem;
    font-size: calc(15.1px * .875);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #141312;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 300ms var(--speed-hover),
                border-color 300ms var(--speed-hover);
  }
.strong-shell:hover,
  .strong-shell:focus-visible {
    color: #b81f1f;
    border-bottom-color: var(--line-deep);
    outline: none;
  }
.open-shell {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0.5rem 0;
    background: var(--surface-cool);
    color: var(--surface-card);
    border: 1px solid var(--ink-muted);
    border-radius: 0.23rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.media-grid{
    display: block;
    width: 22px;
    height: 2px;
    background: var(--surface-card);color:var(--surface-card);}
@media (max-width: 767px) {
    .service-block {
      padding: calc(1.5rem * .75) 1.12rem;
    }

    .bottom-callout {
      font-size: calc(15.1px * 1.35);
    }

    .simple-lead {
      display: flex;
      flex-direction: column;
      align-items: stretch;
    }

    .open-shell {
      display: flex;
      align-self: flex-end;
    }

    .quiet-tile {
      display: none;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      border-top: 1px solid var(--ink-muted);
      padding: 0.25rem 0 0.75rem;
    }

    .quiet-tile.is-open {
      display: flex;
    }

    .offer-section {
      border-bottom: 1px solid var(--ink-muted);
    }

    .offer-section:last-child {
      border-bottom: none;
    }

    .strong-shell {
      display: block;
      padding: 0.9rem 0.25rem;
      border-bottom: none;
    }

    .strong-shell:hover,
    .strong-shell:focus-visible {
      border-bottom-color: transparent;
    }
  }
.focused-service{font-family:"Playfair Display", sans-serif;font-size:calc(15.1px * .875);line-height:1.71;padding:calc(1.5rem * 2.4) 1.12rem;margin-top:calc(1.5rem * 2.4);background:#141312;color:#f4f2ef;}
.compact-intro{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.1rem * 1.5)}
.team-group{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.2fr;gap:calc(1.5rem * .75);align-items:start}
.site-callout{display:flex;flex-direction:column;gap:1.5rem}
.clear-body{font-size:calc(15.1px * 1.35);font-weight:700;letter-spacing:0.02em;margin:0;color:inherit}
.steady-visual{margin:0;font-size:calc(15.1px * .875);line-height:1.71;color:inherit;opacity:0.85}
.media-benefit{font-size:15.1px;font-weight:600;letter-spacing:0.04em;text-transform:uppercase;margin:0 0 1.5rem 0;color:inherit}
.wide-frame{display:flex;flex-direction:column}
.fresh-unit{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.4rem}
.fresh-unit a{color:inherit;text-decoration:none;font-size:calc(15.1px * .875);border-bottom:1px solid transparent;transition:border-color 300ms var(--speed-hover)}
.fresh-unit a:hover,
  .fresh-unit a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.plain-region{gap:1.5rem}
.wide-lead{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}
.wide-lead li{display:flex;flex-direction:column;gap:0.15rem}
.compact-form{font-size:calc(15.1px * .875);text-transform:uppercase;letter-spacing:0.06em;opacity:0.7}
.surface{font-size:calc(15.1px * .875);color:inherit;text-decoration:none;line-height:1.71}
a.footer-value:hover,
  a.footer-value:focus-visible{text-decoration:underline;outline:none;color:inherit}
.site-method{border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:calc(1.1rem * 1.5)}
.site-method p{margin:0;font-size:calc(15.1px * .875);line-height:1.71;color:inherit;opacity:0.85;max-width:90ch}
.offer-steps{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:calc(1.1rem * 1.5)}
.quiet-details,
  .contact-wrap{margin:0;font-size:calc(15.1px * .875);color:inherit;opacity:0.8}
@media (max-width: 1024px) {.team-group{grid-template-columns:1fr 1fr 1fr}.site-callout{grid-column:1 / -1}
  }
@media (max-width: 640px) {.focused-service{padding:calc(1.5rem * 2.4) 1.12rem;background:#141312;color:#f4f2ef;}.team-group{grid-template-columns:1fr 1fr;gap:calc(1.1rem * 1.5)}.site-callout{grid-column:1 / -1}.plain-region{grid-column:1 / -1}.offer-steps{flex-direction:column;align-items:flex-start}
  }
footer .steady-fields{flex:1 1 100%;max-width:980px;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.1px * .875);line-height:1.71;opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;left:0;right:0;bottom:0;z-index:1200;}
.cookies .narrow-benefit{max-width:980px;margin:0 auto;padding:calc(1.5rem * .8) 1.12rem;background:var(--surface-cool);border:1px solid var(--ink-muted);border-radius:0.62rem 0.62rem 0 0;box-shadow:0 -8px 24px rgba(15, 23, 42,0.12);display:flex;flex-wrap:wrap;gap:12px 1.1rem;align-items:center;justify-content:space-between;color:var(--surface-card);}
.cookies .quiet-actions{flex:1 1 420px;}
.cookies .quiet-actions strong{display:block;margin-bottom:4px;}
.cookies .quiet-actions p{margin:0;}
.cookies .steady-rail{display:flex;flex-wrap:wrap;gap:8px;}
.cookies .steady-rail button{border:1px solid var(--ink-muted);background:var(--surface-cool);color:var(--surface-card);border-radius:0.23rem;padding:8px 12px;cursor:pointer;}
.cookies .steady-rail button.cookie-accept{background:var(--ink-accent);color:#fdf7f5;border-color:transparent;font-weight:700;}
.content-actions{--field-static:calc(1.5rem * 1.18);--state-main:calc(980px / 2.6);padding:calc(1.5rem * 2.4) 1.12rem;background:#141312;color:#f4f2ef;}
.content-actions .content-form{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.1rem * 1.5);}
.content-actions h1,.content-actions p{margin:0;}
.content-actions h1{font-size:calc(15.1px * 2.65);line-height:1.06;letter-spacing:-0.01em;}
.content-actions p{font-size:15.1px;line-height:1.71;}
.content-actions a{color:inherit;text-decoration:none;}
.content-actions .narrow-contact{display:flex;flex-wrap:wrap;align-items:center;gap:1.1rem;}
.content-actions .media-figure{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.23rem;background:var(--ink-accent);color:#fdf7f5;font-size:calc(15.1px * .875);transition:background 300ms var(--speed-hover);}
.content-actions .media-figure:hover{background:#8f1414;color:var(--surface-card);}
.content-actions .active-note{font-size:calc(15.1px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.content-actions .soft-header{max-width:calc(980px / 1.45);color:color-mix(in srgb, currentColor 82%, transparent);}
.content-actions .primary-summary{display:flex;flex-wrap:wrap;gap:1.5rem;border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);padding-top:calc(1.5rem * .75);}
.content-actions .primary-summary a{font-size:calc(15.1px * .875);border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);padding-bottom:2px;transition:border-color 300ms var(--speed-hover);}
.content-actions .primary-summary a:hover{border-color:currentColor;}
@media (max-width:640px){.content-actions h1{}.content-actions .soft-header{max-width:none;}
}
.quiet-nav{--field-static:calc(1.5rem * 1.2);--state-main:calc(980px / 2.6);padding:calc(1.5rem * 2.4) 1.12rem;background:#f7f5f2;color:#141312;}
.quiet-nav .content-form{max-width:980px;margin:0 auto;}
.quiet-nav h2,.quiet-nav h3,.quiet-nav p{margin:0;}
.quiet-nav h2{font-size:calc(15.1px * 2);line-height:1.14;}
.quiet-nav h3{font-size:calc(15.1px * 1.35);line-height:1.22;}
.quiet-nav p{font-size:15.1px;line-height:1.71;}
.quiet-nav .contact-benefit{display:flex;flex-wrap:wrap;gap:1.1rem;align-items:baseline;border-bottom:1px solid var(--ink-muted);padding-bottom:calc(1.1rem * 1.5);}
.quiet-nav .contact-benefit>h2{flex:1 1 calc(980px / 3);min-width:0;}
.quiet-nav .contact-benefit>.soft-header{flex:1 1 calc(980px / 2.2);min-width:0;max-width:var(--state-main);color:var(--surface-primary);}
.quiet-nav .site-frame{display:flex;flex-wrap:wrap;gap:var(--field-static);margin-top:var(--field-static);}
.quiet-nav .top-summary{flex:1 1 calc(980px / 3.4);min-width:0;display:flex;flex-direction:column;gap:calc(calc(1.1rem * 1.5) * .6);padding-top:calc(1.1rem * 1.5);border-top:2px solid var(--line-deep);}
.quiet-nav .top-summary .active-note{font-size:calc(15.1px * .875);letter-spacing:.04em;text-transform:uppercase;color:var(--line-deep);}
.quiet-nav .top-summary p{color:var(--surface-primary);}
.quiet-nav .top-summary .local-area{margin-top:auto;font-size:calc(15.1px * .875);color:#8c1a1a;text-decoration:underline;text-underline-offset:3px;}
.quiet-nav .top-summary .local-area:hover{color:#b81f1f;}
.quiet-nav .direct-fields{margin-top:var(--field-static);padding-top:calc(1.1rem * 1.5);border-top:1px solid var(--ink-muted);font-size:calc(15.1px * .875);color:var(--surface-primary);}
.quiet-nav .direct-fields a{color:#8c1a1a;text-decoration:underline;text-underline-offset:3px;}
.quiet-nav .direct-fields a:hover{color:#b81f1f;}
@media (max-width:720px){.quiet-nav .contact-benefit>.soft-header{max-width:none;}.quiet-nav .top-summary{flex:1 1 100%;}
}
.soft-block{
  padding:calc(1.5rem * 2.4) 1.12rem;
  background:var(--line-deep);
  color:#fdf7f5;
  overflow:hidden;
}
.soft-block .content-form{max-width:980px;
  margin:0 auto;}
.soft-block .soft-header{max-width:44rem;
  margin:0 0 calc(1.1rem * 1.5);
  padding-bottom:calc(1.5rem * .75);
  border-bottom:1px solid rgba(253,247,245,0.22);}
.soft-block h2{margin:0;
  font-size:calc(15.1px * 2);
  line-height:1.1;
  letter-spacing:-0.01em;}
.soft-block .soft-header p{margin:calc(1.5rem * .75) 0 0;
  font-size:calc(15.1px * 1.125);
  line-height:1.71;
  max-width:38rem;}
.soft-block .text-items{display:flex;
  flex-wrap:wrap;
  gap:1.1rem;
  align-items:flex-start;}
.soft-block .top-summary{flex:1 1 17rem;
  min-width:15rem;
  padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
  border-left:2px solid var(--ink-accent);}
.soft-block .top-summary strong{display:block;
  font-size:calc(15.1px * 1.35);
  line-height:1.15;
  margin-bottom:calc(1.5rem * .75);}
.soft-block .top-summary p{margin:0;
  font-size:15.1px;
  line-height:1.71;
  opacity:0.92;}
.soft-block .primary-summary{display:flex;
  flex-wrap:wrap;
  gap:1.1rem calc(1.1rem * 1.5);
  margin-top:calc(1.1rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid rgba(253,247,245,0.22);}
.soft-block .primary-summary a{font-size:calc(15.1px * .875);
  text-decoration:none;
  border-bottom:1px solid var(--ink-accent);
  padding-bottom:2px;
  transition:color 300ms var(--speed-hover), border-color 300ms var(--speed-hover);}
.soft-block .primary-summary a:hover{border-color:#fdf7f5;}
@media (max-width:640px){.soft-block .top-summary{
    flex:1 1 100%;
    padding-left:calc(1.5rem * .75);
  }
}
.text-track{
  --field-static:calc(1.5rem * 1.2);
  --state-main:calc(980px / 2.4);
  padding:calc(1.5rem * 2.4) 1.12rem;
  background:#f7f5f2;
  color:#141312;
}
.text-track .content-form{max-width:980px;
  margin:0 auto;}
.text-track h2,
.text-track h3,
.text-track p{margin:0;}
.text-track .direct-stack{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);
  padding-bottom:calc(1.1rem * 1.5);
  border-bottom:1px solid var(--ink-muted);}
.text-track h2{font-size:calc(15.1px * 2);
  line-height:1.14;
  letter-spacing:-0.01em;}
.text-track .soft-header{max-width:var(--state-main);
  font-size:15.1px;
  line-height:1.71;
  color:var(--surface-primary);}
.text-track .site-frame{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:var(--field-static);
  margin-top:var(--field-static);}
.text-track .top-summary{min-width:0;
  padding-left:calc(1.12rem * 1.4);
  border-left:2px solid var(--ink-accent);}
.text-track .top-summary h3{font-size:calc(15.1px * 1.125);
  line-height:1.22;}
.text-track .top-summary p{margin-top:calc(1.5rem / 3);
  font-size:15.1px;
  line-height:1.71;
  color:var(--surface-primary);}
.text-track .active-note{margin-top:var(--field-static);
  padding-top:calc(1.1rem * 1.5);
  border-top:1px solid var(--ink-muted);
  font-size:calc(15.1px * .875);
  line-height:1.71;
  color:var(--surface-primary);}
.text-track .active-note a{color:#8c1a1a;
  text-decoration:underline;
  text-underline-offset:2px;}
.text-track .active-note a:hover{color:#b81f1f;}
@media (min-width:720px){.text-track .site-frame{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:var(--field-static) calc(1.1rem * 1.6);
  }.text-track .top-summary:first-child{
    grid-column:1 / -1;
  }
}
.main-flow{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.12rem;
    background:#f7f5f2;
    color:#141312;
  }
.main-flow .public-form{max-width:min(980px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.1rem * 1.5);}
.main-flow h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(15.1px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;
    border-left:3px solid var(--ink-accent,#b81f1f);
    padding-left:calc(1.5rem * .75);}
.main-flow .fresh-headline{max-width:44rem;
    display:flex;
    flex-direction:column;
    gap:1.1rem;}
.main-flow .soft-header{margin:0;
    font-size:15.1px;
    line-height:1.72;}
.main-flow .active-note{margin:0;
    padding-top:calc(1.5rem * .75);
    border-top:1px solid var(--ink-muted,#d8d3cd);
    font-size:calc(15.1px * .875);
    line-height:1.7;
    color:var(--surface-primary,#2a2825);}
@media (max-width:640px){.main-flow{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.main-flow h1{padding-left:1.5rem;}
  }
.content-summary{
  --field-static:calc(1.5rem * 0.95);
  --state-main:calc(980px / 1.55);
  padding:calc(1.5rem * 2.4) 1.12rem;
  background:#ebe7e2;
  color:var(--surface-primary);
}
.content-summary .content-form{max-width:980px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.1rem * 1.5);}
.content-summary h2,
.content-summary p{margin:0;}
.content-summary h2{font-size:calc(15.1px * 2);
  line-height:1.14;
  max-width:var(--state-main);}
.content-summary .soft-header{margin-top:calc(1.5rem * .75);
  max-width:var(--state-main);
  font-size:15.1px;
  line-height:1.71;
  color:color-mix(in srgb, currentColor 78%, transparent);}
.content-summary .content-proof{display:flex;
  flex-direction:column;
  border-top:1px solid var(--ink-muted);}
.content-summary details{border-bottom:1px solid var(--ink-muted);
  padding:calc(1.5rem * .75) 0;}
.content-summary details[open]{padding-bottom:calc(calc(1.5rem * .75) * 1.2);}
.content-summary summary{cursor:pointer;
  font-size:calc(15.1px * 1.125);
  font-weight:700;
  line-height:1.3;
  list-style:none;
  display:flex;
  align-items:baseline;
  gap:1.1rem;}
.content-summary summary::-webkit-details-marker{display:none;}
.content-summary summary::before{content:"+";
  flex:0 0 auto;
  font-weight:700;
  width:1ch;}
.content-summary details[open] summary::before{content:"\2013";}
.content-summary details p{margin-top:calc(1.5rem * .75);
  padding-left:calc(1ch + 1.1rem);
  max-width:var(--state-main);
  font-size:15.1px;
  line-height:1.71;
  color:color-mix(in srgb, currentColor 82%, transparent);}
.content-summary a{text-decoration:underline;
  text-underline-offset:2px;}
.content-summary a:hover{}
@media (max-width:640px){.content-summary summary{font-size:15.1px;}.content-summary details p{padding-left:0;}
}
.card-dispatches{padding:calc(1.5rem * 2.4) 1.12rem;background:#f7f5f2;color:#141312;}
.card-dispatches .content-form{max-width:980px;margin:0 auto;display:grid;gap:calc(1.1rem * 1.5);}
.card-dispatches .primary-note{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:1.1rem;align-items:end;padding-bottom:calc(1.1rem * 1.5);border-bottom:1px solid var(--ink-muted);}
.card-dispatches h2,.card-dispatches h3,.card-dispatches h4,.card-dispatches p{margin:0;}
.card-dispatches h2{font-size:calc(15.1px * 2);line-height:1.71;}
.card-dispatches .visual-unit{margin-top:.6rem;font-size:calc(15.1px * .875);line-height:1.71;color:var(--surface-primary);max-width:46ch;}
.card-dispatches .direct-fields{padding-left:calc(1.5rem * .75);border-left:2px solid var(--line-deep);}
.card-dispatches .direct-fields h3{font-size:15.1px;line-height:1.71;}
.card-dispatches .direct-fields p{margin-top:.4rem;font-size:calc(15.1px * .875);line-height:1.71;color:var(--surface-primary);}
.card-dispatches .public-service{display:grid;grid-template-columns:minmax(0,.6fr) minmax(16rem,.4fr);gap:1.1rem;align-items:start;}
.card-dispatches .top-area{display:grid;gap:.55rem;}
.card-dispatches .primary-rail{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.85rem;align-items:start;padding:calc(1.5rem * .75);border:1px solid var(--ink-muted);border-radius:0.32rem;background:var(--surface-cool);color:var(--surface-card);}
.card-dispatches .primary-rail:nth-child(3n+2){margin-left:clamp(0rem,3vw,1.8rem);}
.card-dispatches .simple-note{width:2.4rem;height:2.4rem;border-radius:0.23rem;display:grid;place-items:center;background:var(--line-deep);color:#fdf7f5;font-weight:700;font-size:calc(15.1px * .875);letter-spacing:.03em;}
.card-dispatches .primary-rail h4{font-size:15.1px;line-height:1.71;}
.card-dispatches .primary-rail p{margin-top:.3rem;font-size:calc(15.1px * .875);line-height:1.71;color:var(--surface-primary);}
.card-dispatches time{font-size:calc(15.1px * .875);color:var(--surface-primary);white-space:nowrap;}
.card-dispatches .secondary-quote{position:sticky;top:calc(1.5rem * .75);display:grid;gap:.75rem;padding:calc(1.5rem * .75);border:1px solid var(--ink-muted);border-radius:0.62rem;background:#ebe7e2;color:var(--surface-primary);}
.card-dispatches .secondary-quote h3{font-size:15.1px;line-height:1.71;}
.card-dispatches .featured-details{display:grid;gap:.6rem;}
.card-dispatches .service-media{padding:.75rem .85rem;border-radius:0.32rem;background:var(--surface-cool);color:var(--surface-card);border:1px solid var(--ink-muted);}
.card-dispatches .service-media:nth-child(even){background:#141312;color:#f4f2ef;border-color:#141312;}
.card-dispatches .service-media p{font-size:calc(15.1px * .875);line-height:1.71;}
.card-dispatches .service-media time{display:block;margin-top:.35rem;color:inherit;opacity:.72;}
.card-dispatches .wide-plan{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--ink-muted);}
.card-dispatches .wide-plan input{min-width:0;border:1px solid var(--ink-muted);border-radius:0.23rem;padding:.75rem .85rem;background:var(--surface-cool);color:var(--surface-card);font:inherit;outline:none;}
.card-dispatches .wide-plan input::placeholder{color:rgba(255,255,255,0.55);}
.card-dispatches .wide-plan button{border:0;border-radius:0.23rem;padding:.75rem 1rem;background:var(--line-deep);color:#fdf7f5;font:inherit;font-weight:700;cursor:pointer;transition:background 300ms var(--speed-hover);}
.card-dispatches .wide-plan button:hover{background:#6d1212;color:var(--surface-card);}
@media (max-width:900px){.card-dispatches .primary-note,.card-dispatches .public-service{grid-template-columns:1fr;}.card-dispatches .direct-fields{padding-left:0;border-left:0;border-top:2px solid var(--line-deep);padding-top:.75rem;}.card-dispatches .secondary-quote{position:relative;top:auto;}.card-dispatches .primary-rail:nth-child(3n+2){margin-left:0;}.card-dispatches .wide-plan{grid-template-columns:1fr;}
}
.main-body{padding:calc(1.5rem * 2.4) 1.12rem;background:linear-gradient(135deg, #141312 0%, #2a2825 55%, #4a1414 100%);color:#f4f2ef;}
.main-body .content-form{max-width:980px;margin:0 auto;}
.main-body .direct-stack{margin-bottom:calc(1.1rem * 1.5);border-bottom:1px solid color-mix(in srgb, currentColor 18%, transparent);padding-bottom:1.12rem;}
.main-body .direct-stack p{margin:0;font-weight:700;font-size:calc(15.1px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.85;}
.main-body .direct-stack h2{margin:1.12rem 0 0;font-size:calc(15.1px * 2);line-height:1.15;}
.main-body .fresh-headline{display:flex;flex-direction:column;gap:calc(1.1rem * 1.5);}
.main-body .soft-header{margin:0;max-width:62ch;font-size:15.1px;line-height:1.71;opacity:.92;}
.main-body .site-frame{display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb, currentColor 14%, transparent);}
.main-body .top-summary{padding:calc(1.1rem * 1.5) 0;border-bottom:1px solid color-mix(in srgb, currentColor 14%, transparent);display:grid;grid-template-columns:minmax(90px,140px) 1fr;gap:1.1rem;align-items:start;}
.main-body .top-summary .primary-shell{font-size:calc(15.1px * .875);font-weight:700;text-transform:uppercase;letter-spacing:.05em;opacity:.7;padding-top:.2em;}
.main-body .top-summary h3{margin:0 0 1.12rem;font-size:calc(15.1px * 1.35);line-height:1.25;}
.main-body .top-summary p{margin:0;line-height:1.71;}
.main-body .top-summary .active-note{margin-top:1.12rem;font-size:calc(15.1px * .875);opacity:.78;font-style:italic;}
.main-body .media-figure{border-left:3px solid var(--ink-accent);padding:1.12rem 0 1.12rem calc(1.1rem * 1.5);display:flex;flex-direction:column;gap:1.12rem;}
.main-body .media-figure p{margin:0;line-height:1.71;}
.main-body .media-figure a{color:#f4f2ef;text-decoration:underline;text-underline-offset:3px;}
.main-body .media-figure a:hover{}
.main-body .primary-summary{font-size:calc(15.1px * .875);opacity:.85;}
@media (max-width:640px){.main-body .top-summary{grid-template-columns:1fr;gap:1.12rem;}.main-body .top-summary .primary-shell{padding-top:0;}.main-body .media-figure{padding-left:1.12rem;}
}
.open-summary{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.12rem calc(calc(1.5rem * 2.4)*.66);
    background:#f7f5f2;
    color:#141312;
  }
.open-summary .public-form{max-width:min(980px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.1rem * 1.5);}
.open-summary h1{margin:0;
    font-size:clamp(1.85rem,4.6vw,calc(15.1px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;
    max-width:24ch;}
.open-summary .soft-header{max-width:44rem;
    padding-left:calc(1.5rem * .75);
    border-left:3px solid var(--line-deep,#8c1a1a);}
.open-summary .soft-header p{margin:0;
    font-size:clamp(1rem,1.2vw,15.1px);
    line-height:1.72;
    color:var(--surface-primary,#2a2825);}
@media (max-width:640px){.open-summary h1{max-width:100%;}.open-summary{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.open-summary .soft-header{padding-left:1.1rem;}
  }
.team-area{--field-static:calc(1.5rem * 1.15);--state-main:calc(980px / 2.1);padding:calc(1.5rem * 2.4) 1.12rem;background:#f7f5f2;color:#141312;}
.team-area .content-form{max-width:980px;margin:0 auto;}
.team-area h2,.team-area h3,.team-area p{margin:0;}
.team-area h2{font-size:calc(15.1px * 2);line-height:1.14;max-width:var(--state-main);}
.team-area h3{font-size:calc(15.1px * 1.35);line-height:1.22;}
.team-area p{font-size:15.1px;line-height:1.71;color:color-mix(in srgb, currentColor 78%, transparent);}
.team-area .active-note{display:inline-block;margin-bottom:calc(1.5rem / 2.4);padding:calc(calc(1.5rem * .75) / 2.4) calc(1.5rem * .75);border-left:3px solid var(--ink-accent);background:#ebe7e2;color:var(--surface-primary);font-size:calc(15.1px * .875);letter-spacing:0.02em;}
.team-area .soft-header{margin-top:1.5rem;max-width:var(--state-main);}
.team-area .site-frame{display:flex;flex-direction:column;gap:0;margin-top:var(--field-static);border-top:1px solid var(--ink-muted);}
.team-area .top-summary{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem / 3);padding:calc(1.1rem * 1.5) 0;border-bottom:1px solid var(--ink-muted);}
.team-area .top-summary .visual-unit{min-width:0;}
.team-area .top-summary p{margin-top:calc(1.5rem / 3.2);max-width:calc(var(--state-main) * 1.35);}
@media (min-width:720px){.team-area .top-summary{grid-template-columns:calc(980px / 3.6) minmax(0,1fr);gap:1.1rem;align-items:start;}.team-area .top-summary h3{padding-right:calc(1.5rem * .75);}
}
.featured-quote{
    padding:calc(1.5rem * 2.4) 1.12rem;
    background:#ebe7e2;
    color:var(--surface-primary);
}
.featured-quote .content-form{max-width:980px;
    margin:0 auto;}
.featured-quote .direct-stack{border-bottom:2px solid var(--line-deep);
    padding-bottom:calc(1.1rem * 1.5);
    margin-bottom:calc(1.1rem * 1.5);}
.featured-quote .direct-stack p{margin:0;
    font-size:calc(15.1px * .875);
    letter-spacing:0.08em;
    text-transform:uppercase;}
.featured-quote .direct-stack h2{margin:0.5rem 0 0;
    font-size:calc(15.1px * 2);
    line-height:1.2;}
.featured-quote .text-feature{display:flex;
    flex-wrap:wrap;
    gap:1.1rem;}
.featured-quote .text-feature article{
    flex:1 1 300px;
    min-width:260px;
    border-top:3px solid var(--line-deep);
    background:var(--surface-cool);
    color:var(--surface-card);
    border-radius:0.32rem;
    padding:calc(1.5rem * .75) 1.12rem;
    box-shadow:0 0px 3px rgba(0,0,0,0.04);
}
.featured-quote .text-feature article:nth-child(3n+2){border-top-color:var(--ink-accent);}
.featured-quote .text-feature h3{margin:0 0 0.35rem;
    font-size:calc(15.1px * 1.35);
    line-height:1.3;}
.featured-quote .text-feature strong{display:block;
    margin:0 0 0.6rem;
    font-size:calc(15.1px * .875);
    font-weight:600;
    color:#8c1a1a;}
.featured-quote .text-feature p{margin:0 0 0.75rem;
    font-size:15.1px;
    line-height:1.71;}
.featured-quote .text-feature blockquote{
    margin:0;
    padding:0.5rem 0.75rem;
    border-left:3px solid var(--ink-accent);
    background:#ebe7e2;
    color:var(--surface-primary);
    font-size:calc(15.1px * .875);
    font-style:italic;
}
@media (max-width:640px){.featured-quote .text-feature article{
        flex:1 1 100%;
    }
}
.steady-region{--field-static:calc(1.5rem * 1.05);--state-main:calc(980px / 1.9);padding:calc(1.5rem * 2.4) 1.12rem;background:#ebe7e2;color:var(--surface-primary);}
.steady-region .content-form{max-width:980px;margin:0 auto;}
.steady-region h2,.steady-region p,.steady-region ul,.steady-region li{margin:0;}
.steady-region h2{font-size:calc(15.1px * 2);line-height:1.14;letter-spacing:-0.01em;}
.steady-region .contact-benefit{max-width:var(--state-main);}
.steady-region .soft-header{margin-top:calc(1.1rem * 1.5);font-size:15.1px;line-height:1.71;}
.steady-region .narrow-contact{list-style:none;padding:0;margin-top:var(--field-static);border-top:1px solid var(--ink-muted);}
.steady-region .primary-rail{display:flex;flex-wrap:wrap;align-items:baseline;gap:calc(1.1rem * .6);padding:calc(var(--field-static) * .55) 0;border-bottom:1px solid var(--ink-muted);}
.steady-region .steady-method{flex:0 1 auto;font-size:calc(15.1px * 1.125);font-weight:600;line-height:1.25;}
.steady-region .active-note{flex:1 1 22rem;min-width:0;font-size:calc(15.1px * .875);line-height:1.71;opacity:.82;}
.steady-region .bottom-group{margin-top:var(--field-static);font-size:calc(15.1px * .875);line-height:1.71;max-width:var(--state-main);}
.steady-region a{text-decoration:underline;text-underline-offset:2px;}
.steady-region a:hover{}
@media (max-width:640px){.steady-region .primary-rail{gap:calc(1.1rem * .35);}.steady-region .steady-method{font-size:15.1px;}
}
.bottom-stack{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.12rem;
    background:#f7f5f2;
    color:#141312;
  }
.bottom-stack .public-form{max-width:min(980px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.1rem * 1.5);}
.bottom-stack h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(15.1px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;}
.bottom-stack .soft-header{max-width:44rem;
    padding-left:calc(1.5rem * .75);
    border-left:3px solid var(--line-deep,#8c1a1a);}
.bottom-stack .soft-header p{margin:0;
    font-size:clamp(1rem,1.25vw,15.1px);
    line-height:1.72;
    color:var(--surface-primary,#2a2825);}
@media (max-width:640px){.bottom-stack{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.bottom-stack .soft-header{
      padding-left:1.12rem;
    }
  }
.text-quote{
  --field-static:calc(1.5rem * 1.32);
  --state-main:calc(980px / 1.72);
  padding:calc(1.5rem * 2.4) 1.12rem;
  background:var(--ink-accent);
  color:#fdf7f5;
}
.text-quote .content-form{max-width:980px;
  margin:0 auto;}
.text-quote h2,
.text-quote h3,
.text-quote p{margin:0;}
.text-quote h2{font-size:calc(15.1px * 2);
  line-height:1.14;
  max-width:var(--state-main);}
.text-quote h3{font-size:calc(15.1px * 1.35);
  line-height:1.22;}
.text-quote p{font-size:15.1px;
  line-height:1.71;}
.text-quote .fresh-headline{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);}
.text-quote .active-note{font-size:calc(15.1px * .875);
  letter-spacing:0.06em;
  text-transform:uppercase;
  opacity:0.78;}
.text-quote .soft-header{max-width:var(--state-main);
  opacity:0.9;}
.text-quote .site-frame{display:flex;
  flex-wrap:wrap;
  gap:var(--field-static) 1.1rem;
  margin-top:var(--field-static);}
.text-quote .top-summary{flex:1 1 calc(50% - 1.1rem);
  min-width:min(100%, 18rem);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb, currentColor 32%, transparent);}
.text-quote .top-summary p{margin-top:calc(1.5rem / 3);
  opacity:0.86;}
.text-quote .primary-summary{margin-top:var(--field-static);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb, currentColor 32%, transparent);
  font-size:calc(15.1px * .875);
  opacity:0.9;}
.text-quote .primary-summary a{color:inherit;
  text-decoration:underline;
  text-underline-offset:0.18em;}
.text-quote .primary-summary a:hover{text-decoration-thickness:2px;}
@media (max-width:640px){.text-quote .top-summary{
    flex:1 1 100%;
  }
}
.compact-lead{
  padding:calc(1.5rem * 2.4) 1.12rem;
  background:#141312;
  color:#f4f2ef;
}
.compact-lead .content-form{max-width:980px;
  margin:0 auto;}
.compact-lead h2,
.compact-lead h3,
.compact-lead p,
.compact-lead ol,
.compact-lead li{margin:0;}
.compact-lead h2{font-size:calc(15.1px * 2);
  line-height:1.14;}
.compact-lead h3{font-size:calc(15.1px * 1.35);
  line-height:1.22;}
.compact-lead p{font-size:15.1px;
  line-height:1.71;}
.compact-lead .contact-benefit{display:flex;
  flex-direction:column;
  gap:calc(1.1rem * 1.5);}
.compact-lead .soft-header{max-width:calc(980px / 1.55);color:inherit;}
.compact-lead .primary-summary{list-style:none;
  padding:0;
  margin-top:calc(1.5rem * 2.4);
  display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid rgba(244,242,239,0.18);}
.compact-lead .top-nav{display:grid;
  grid-template-columns:3.4rem 1fr;
  gap:1.1rem;
  padding:calc(1.1rem * 1.5) 0;
  border-bottom:1px solid rgba(244,242,239,0.18);}
.compact-lead .steady-method{font-size:calc(15.1px * .875);
  letter-spacing:0.08em;color:inherit;
  padding-top:0.35rem;}
.compact-lead .fresh-headline p{margin-top:calc(calc(1.1rem * 1.5) / 2);color:inherit;}
.compact-lead .active-note{margin-top:calc(1.5rem * 2.4);
  font-size:calc(15.1px * .875);color:inherit;
  max-width:calc(980px / 1.35);}
.compact-lead .active-note a{text-decoration:underline;
  text-underline-offset:3px;}
.compact-lead .active-note a:hover{color:inherit;}
@media (max-width:640px){.compact-lead .top-nav{
    grid-template-columns:1fr;
    gap:calc(1.1rem / 2);
  }.compact-lead .steady-method{
    padding-top:0;
  }
}
.wide-menu{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.12rem;
    background:#f7f5f2;
    color:#141312;
  }
.wide-menu .public-form{max-width:min(980px,62rem);
    margin:0 auto;}
.wide-menu h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(15.1px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;}
.wide-menu .soft-header{max-width:44rem;
    margin-top:clamp(1rem,2.2vw,calc(1.1rem * 1.5));
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid var(--ink-muted,#d8d3cd);}
.wide-menu .soft-header p{margin:0;
    font-size:clamp(1rem,1.28vw,15.1px);
    line-height:1.74;}
.wide-menu .active-note{max-width:44rem;
    margin-top:clamp(.85rem,1.6vw,1.5rem);
    padding-left:clamp(.75rem,1.4vw,1.1rem);
    border-left:3px solid var(--line-deep,#8c1a1a);}
.wide-menu .active-note p{margin:0;
    font-size:calc(15.1px * .875);
    line-height:1.7;
    color:var(--surface-primary,#2a2825);}
@media (max-width:640px){.wide-menu{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.plain-inner{padding:calc(1.5rem * 2.4) 1.12rem;background:#f7f5f2;color:#141312}
.plain-inner .content-form{max-width:980px;margin:0 auto;width:min(100%,50rem)}
.plain-inner .contact-benefit{max-width:40rem;margin-bottom:calc(1.1rem * 1.5)}
.plain-inner .contact-benefit p{margin:0;color:var(--surface-primary);font-size:calc(15.1px * .875);letter-spacing:.04em;text-transform:uppercase;line-height:1.71}
.plain-inner h2{margin:1.5rem 0 0;font-size:calc(15.1px * 2);line-height:1.08}
.plain-inner .narrow-intro{display:flex;flex-direction:column;gap:1.5rem;border-top:1px solid var(--ink-muted);padding-top:1.5rem}
.plain-inner .active-note{padding:0 0 1.5rem;color:var(--surface-primary);line-height:1.71;border-bottom:1px solid var(--ink-muted)}
.plain-inner .primary-rail{padding:0;border-bottom:1px solid var(--ink-muted);padding-bottom:1.5rem}
.plain-inner .primary-rail:last-of-type{border-bottom:none;padding-bottom:0}
.plain-inner .primary-rail strong{display:block;font-size:calc(15.1px * 1.35);line-height:1.15;font-weight:600}
.plain-inner .primary-rail p{margin:calc(1.5rem * .75) 0 0;line-height:1.71;color:var(--surface-primary)}
.plain-inner .primary-summary{display:flex;flex-wrap:wrap;gap:1.1rem;margin-top:calc(1.1rem * 1.5);padding-top:1.5rem;border-top:1px solid var(--ink-muted)}
.plain-inner .primary-summary a{color:#8c1a1a;text-decoration:none;font-size:calc(15.1px * .875);border-bottom:1px solid #8c1a1a;padding-bottom:2px;transition:color 300ms var(--speed-hover),border-color 300ms var(--speed-hover)}
.plain-inner .primary-summary a:hover{color:#b81f1f;border-color:#b81f1f}
.top-section{--field-static:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.12rem;background:#f7f5f2;color:#141312;}
.top-section .content-form{max-width:980px;margin:0 auto;}
.top-section h2,.top-section h3,.top-section p{margin:0;}
.top-section h2{font-size:calc(15.1px * 2);line-height:1.14;}
.top-section h3{font-size:calc(15.1px * 1.35);line-height:1.22;}
.top-section p{font-size:15.1px;line-height:1.71;}
.top-section .direct-stack{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.1rem;padding-bottom:calc(1.1rem * 1.5);border-bottom:1px solid var(--ink-muted);}
.top-section .direct-stack>.visual-unit{flex:1 1 60%;min-width:0;}
.top-section .direct-stack>.media-figure{flex:0 0 auto;}
.top-section .active-note{font-size:calc(15.1px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.top-section .soft-header{margin-top:calc(1.5rem / 2.4);max-width:calc(980px * 0.72);}
.top-section .media-figure{display:inline-flex;align-items:center;justify-content:center;padding:calc(calc(1.5rem * .75) * 0.85) 1.5rem;border-radius:0.23rem;background:var(--line-deep);color:#fdf7f5;text-decoration:none;font-size:calc(15.1px * .875);}
.top-section .media-figure:hover{background:#6d1212;color:var(--surface-card);}
.top-section .site-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.1rem;margin-top:var(--field-static);}
.top-section .top-summary{flex:1 1 calc(980px / 3.6);min-width:0;padding-top:calc(1.5rem / 2);border-top:2px solid var(--ink-accent);}
.top-section .top-summary .strong-intro{margin-bottom:calc(1.5rem / 3);font-size:calc(15.1px * .875);text-transform:uppercase;letter-spacing:0.05em;}
.top-section .top-summary p{margin-top:calc(1.5rem / 3);}
.top-section .local-area{display:inline-block;margin-top:calc(1.5rem / 3);font-size:calc(15.1px * .875);text-decoration:none;border-bottom:1px solid #8c1a1a;}
.top-section .local-area:hover{border-bottom-color:#b81f1f;}
.top-section .primary-summary{margin-top:var(--field-static);padding-top:calc(1.1rem * 1.5);border-top:1px solid var(--ink-muted);font-size:calc(15.1px * .875);}
.top-section .primary-summary a{text-decoration:none;border-bottom:1px solid #8c1a1a;}
.top-section .primary-summary a:hover{border-bottom-color:#b81f1f;}
@media (max-width:720px){.top-section .direct-stack{align-items:flex-start;}.top-section .direct-stack>.media-figure{flex:1 1 100%;}.top-section .top-summary{flex:1 1 100%;}
}
.soft-summary{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.12rem;
    background:#f7f5f2;
    color:#141312;
  }
.soft-summary .public-form{max-width:min(980px,62rem);
    margin:0 auto;}
.soft-summary h1{margin:0;
    font-size:clamp(2rem,5vw,calc(15.1px * 2.65));
    line-height:1.06;
    font-weight:680;
    letter-spacing:-0.005em;}
.soft-summary .soft-header{margin-top:clamp(1.1rem,2.4vw,calc(1.1rem * 1.5));
    padding-top:clamp(.9rem,1.8vw,1.5rem);
    border-top:1px solid var(--ink-muted,#d8d3cd);
    max-width:44rem;}
.soft-summary .soft-header p{margin:0;
    font-size:clamp(1rem,1.3vw,15.1px);
    line-height:1.72;
    color:var(--surface-primary,#2a2825);}
@media (max-width:640px){.soft-summary{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.soft-summary h1{font-size:clamp(1.7rem,7vw,2.4rem);}
  }
.clear-intro{
        padding: calc(1.5rem * 2.4) 1.12rem;
        background: #f7f5f2;
        color: #141312
    }
.clear-intro .content-form{max-width: 980px;
        margin: 0 auto}
.clear-intro .strong-list{display: flex;
        flex-direction: column;
        gap: calc(1.1rem * 1.5)}
.clear-intro .contact-benefit{max-width: 46rem}
.clear-intro h2{margin: 0;
        font-size: calc(15.1px * 2);
        line-height: 1.1}
.clear-intro .contact-benefit p{margin: 1.5rem 0 0;
        font-size: calc(15.1px * 1.125);
        line-height: 1.71;
        color: var(--surface-primary)}
.clear-intro ul{list-style: none;
        margin: 0;
        padding: 0;
        border-top: 1px solid var(--ink-muted)}
.clear-intro li{display: flex;
        flex-wrap: wrap;
        gap: 1.1rem;
        align-items: baseline;
        padding: 1.5rem 0;
        border-bottom: 1px solid var(--ink-muted)}
.clear-intro strong{flex: 0 0 17rem;
        min-width: 0;
        font-size: calc(15.1px * 1.35);
        line-height: 1.2}
.clear-intro span{flex: 1 1 24rem;
        min-width: 0;
        line-height: 1.71;
        color: var(--surface-primary)}
@media (max-width: 760px) {.clear-intro li{
            display: block
        }.clear-intro strong{
            display: block;
            margin-bottom: calc(1.5rem * .75)
        }.clear-intro span{
            display: block
        }
    }
.public-nav{--field-static:calc(1.5rem * 1.35);--field-public:calc(980px / 9);padding:calc(1.5rem * 2.4) 1.12rem;background:#f7f5f2;color:#141312;}
.public-nav .content-form{max-width:980px;margin:0 auto;}
.public-nav h2,.public-nav h3,.public-nav p{margin:0;}
.public-nav h2{font-size:calc(15.1px * 2);line-height:1.12;max-width:calc(980px * .78);}
.public-nav h3{font-size:calc(15.1px * 1.35);line-height:1.22;}
.public-nav p{font-size:15.1px;line-height:1.71;}
.public-nav .narrow-contact{display:flex;flex-direction:column;gap:var(--field-static);margin-top:var(--field-static);border-top:1px solid var(--ink-muted);}
.public-nav .primary-rail{display:flex;gap:1.1rem;padding-top:var(--field-static);border-bottom:1px solid var(--ink-muted);padding-bottom:var(--field-static);}
.public-nav .primary-rail:last-child{border-bottom:0;padding-bottom:0;}
.public-nav .top-nav{flex:0 0 var(--field-public);font-size:calc(15.1px * 1.125);line-height:1.1;font-variant-numeric:tabular-nums;}
.public-nav .fresh-headline{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.public-nav .fresh-headline p{max-width:calc(980px * .82);}
.public-nav .active-note{margin-top:var(--field-static);padding:calc(1.5rem * .75) 1.5rem;background:#ebe7e2;color:var(--surface-primary);border-left:3px solid var(--ink-accent);border-radius:0.23rem;max-width:calc(980px * .86);}
@media (max-width:640px){.public-nav .primary-rail{flex-direction:column;gap:calc(1.1rem / 2);}.public-nav .top-nav{flex:0 0 auto;}
}
.main-story{--field-static:calc(1.5rem * 1.3);--state-main:calc(980px / 1.9);padding:calc(1.5rem * 2.4) 1.12rem;background:#ebe7e2;color:var(--surface-primary);}
.main-story .content-form{max-width:980px;margin:0 auto;}
.main-story h2,.main-story p{margin:0;}
.main-story h2{font-size:calc(15.1px * 2);line-height:1.14;max-width:var(--state-main);}
.main-story p{font-size:15.1px;line-height:1.71;}
.main-story .soft-header{max-width:var(--state-main);}
.main-story .active-note{font-size:calc(15.1px * .875);color:var(--surface-primary);opacity:.82;}
.main-story .media-figure{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:var(--line-deep);color:#fdf7f5;font-size:15.1px;transition:background 300ms var(--speed-hover);}
.main-story .media-figure:hover{background:#6d1212;color:var(--surface-card);}
.main-story .primary-summary{display:flex;flex-wrap:wrap;gap:1.1rem;padding-top:calc(1.1rem * 1.5);border-top:1px solid var(--ink-muted);}
.main-story .primary-summary a{color:#8c1a1a;text-decoration:none;font-size:calc(15.1px * .875);border-bottom:1px solid transparent;transition:color 300ms var(--speed-hover),border-color 300ms var(--speed-hover);}
.main-story .primary-summary a:hover{color:#b81f1f;border-bottom-color:#b81f1f;}
.main-story .bottom-media>h2{margin-top:0;}
.main-story .bottom-media>.soft-header{margin-top:var(--field-static);}
.main-story .bottom-media>.media-figure{margin-top:calc(1.1rem * 1.5);}
.main-story .bottom-media>.active-note{margin-top:calc(1.1rem * 1.5);}
.main-story .bottom-media>.primary-summary{margin-top:calc(1.1rem * 1.5);}
@media (max-width:640px){.main-story h2,.main-story .soft-header{max-width:none;}.main-story .media-figure{width:100%;}
}
.compact-copy{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.12rem calc(calc(1.5rem * 2.4)*.62);
    background:#f7f5f2;
    color:#141312;
  }
.compact-copy .public-form{max-width:min(980px,64rem);
    margin:0 auto;}
.compact-copy h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(15.1px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;}
.compact-copy .soft-header{margin-top:clamp(1rem,2vw,calc(1.1rem * 1.5));
    padding-top:clamp(.8rem,1.5vw,1.5rem);
    border-top:1px solid var(--ink-muted,#d8d3cd);
    max-width:44rem;}
.compact-copy .soft-header p{margin:0;
    font-size:15.1px;
    line-height:1.72;
    color:var(--surface-primary,#2a2825);}
@media (max-width:640px){.compact-copy{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.46);
    }.compact-copy h1{font-size:clamp(1.7rem,7vw,2.2rem);}
  }
.focused-team{
  padding: calc(1.5rem * 2.4) 1.12rem;
  background: #141312;
  color: #f4f2ef;
}
.focused-team .content-form{display: flex;
  flex-wrap: wrap;
  gap: calc(1.1rem * 1.5);
  max-width: 980px;
  margin: 0 auto;}
.focused-team .visual-unit{flex: 1 1 22rem;
  min-width: 0;
  align-self: flex-start;}
.focused-team h2{margin: 0;
  font-size: calc(15.1px * 2);
  line-height: 1.08;}
.focused-team .visual-unit > p{margin: 1.5rem 0 0;
  font-size: 15.1px;
  line-height: 1.71;
  opacity: .88;}
.focused-team .contact-menu{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-top: calc(1.1rem * 1.5);
  padding-top: calc(1.1rem * 1.5);
  border-top: 1px solid rgba(244, 242, 239, 0.22);}
.focused-team .contact-menu a{color: inherit;
  font-size: calc(15.1px * .875);
  text-decoration: underline;
  text-underline-offset: .22em;
  transition: opacity 300ms var(--speed-hover);}
.focused-team .contact-menu a:hover{opacity: .7;}
.focused-team .page-items{flex: 1 1 26rem;
  min-width: 0;
  display: flex;
  flex-direction: column;}
.focused-team .primary-summary{display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1.1rem;
  padding: 1.5rem 0;
  color: inherit;
  text-decoration: none;
  border-top: 1px solid rgba(244, 242, 239, 0.22);}
.focused-team .primary-summary:last-child{border-bottom: 1px solid rgba(244, 242, 239, 0.22);}
.focused-team a.route{transition: opacity 300ms var(--speed-hover);}
.focused-team a.route:hover{opacity: .72;}
.focused-team .primary-summary span{flex: 0 0 34%;
  font-size: calc(15.1px * .875);
  letter-spacing: .02em;
  opacity: .68;}
.focused-team .primary-summary strong,
.focused-team .primary-summary p{flex: 1 1 auto;
  max-width: 30rem;
  margin: 0;
  text-align: right;
  line-height: 1.71;
  overflow-wrap: anywhere;
  white-space: pre-line;}
.focused-team .primary-summary strong{font-size: calc(15.1px * 1.125);}
.focused-team .primary-summary.note p{font-size: calc(15.1px * .875);
  opacity: .82;}
@media (max-width: 760px) {.focused-team .content-form{
    display: block;
  }.focused-team .page-items{
    margin-top: calc(1.1rem * 1.5);
  }
}
@media (max-width: 520px) {.focused-team .primary-summary{
    display: block;
  }.focused-team .primary-summary span{
    display: block;
    margin-bottom: calc(1.5rem * .75);
  }.focused-team .primary-summary strong,
  .focused-team .primary-summary p{
    display: block;
    text-align: left;
  }
}
.main-feature{
    padding:calc(1.5rem * 2.4) 1.12rem;
    background:#ebe7e2;
    color:var(--surface-primary);
}
.main-feature .content-form{max-width:980px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.1rem * 1.5);}
.main-feature .soft-header{max-width:62ch;
    border-bottom:1px solid var(--ink-muted);
    padding-bottom:calc(1.1rem * 1.5);}
.main-feature .soft-header h2{margin:0 0 10px;
    font-size:calc(15.1px * 2);
    line-height:1.2;}
.main-feature .soft-header p{margin:0;
    font-size:15.1px;
    line-height:1.71;}
.main-feature .narrow-contact{display:flex;
    flex-direction:column;
    gap:0;}
.main-feature .top-summary{padding:calc(1.5rem * .75) 0;
    border-bottom:1px solid var(--ink-muted);}
.main-feature .top-summary:last-child{border-bottom:0;
    padding-bottom:0;}
.main-feature .top-summary h3{margin:0 0 8px;
    font-size:calc(15.1px * 1.35);
    line-height:1.25;}
.main-feature .top-summary p{margin:0 0 8px;
    font-size:15.1px;
    line-height:1.71;}
.main-feature .top-summary p:last-child{margin-bottom:0;}
.main-feature .primary-shell{font-size:calc(15.1px * .875);
    color:var(--surface-primary);
    opacity:0.82;}
.main-feature a{color:#8c1a1a;
    text-decoration:underline;
    text-underline-offset:2px;}
.main-feature a:hover{color:#b81f1f;}
@media (min-width:760px){.main-feature .narrow-contact{
        display:grid;
        grid-template-columns:1fr 1fr;
        column-gap:1.1rem;
        row-gap:0;
    }.main-feature .top-summary{
        padding:calc(1.5rem * .75) 0;
    }.main-feature .top-summary:nth-child(3){
        grid-column:1 / -1;
        border-top:1px solid var(--ink-muted);
    }
}
.direct-note{padding:calc(calc(1.5rem * 2.4)*.72) 1.12rem;background:#f7f5f2;color:#141312;}
.direct-note .public-form{max-width:min(980px,64rem);margin:0 auto;}
.direct-note h1{margin:0;font-size:clamp(2rem,5vw,calc(15.1px * 2.65));line-height:1.06;font-weight:700;letter-spacing:-0.01em;}
.direct-note .soft-header{max-width:40rem;margin-top:clamp(1rem,2vw,calc(1.1rem * 1.5));padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid var(--ink-muted);}
.direct-note .soft-header p{margin:0;font-size:clamp(1rem,1.25vw,15.1px);line-height:1.74;color:var(--surface-primary);}
.direct-note .narrow-contact{margin-top:clamp(1.4rem,3vw,calc(1.1rem * 1.5));display:flex;flex-direction:column;gap:1.1rem;}
.direct-note .primary-rail{display:flex;flex-wrap:wrap;gap:.4rem 1.2rem;align-items:baseline;padding-bottom:1.1rem;border-bottom:1px solid var(--ink-muted);}
.direct-note .primary-rail:last-child{border-bottom:none;padding-bottom:0;}
.direct-note .visual-brand{flex:0 0 auto;min-width:11rem;font-size:calc(15.1px * .875);font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#8c1a1a;}
.direct-note .primary-rail p{flex:1 1 22rem;margin:0;font-size:15.1px;line-height:1.71;color:#141312;}
@media (max-width:640px){.direct-note{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.direct-note .visual-brand{min-width:0;}
  }
.site-grid{
  --field-static:calc(1.5rem * 1.15);
  --state-main:calc(980px / 2.6);
  padding:calc(1.5rem * 2.4) 1.12rem;
  background:var(--line-deep);
  color:#fdf7f5;
}
.site-grid .content-form{max-width:980px;
  margin:0 auto;}
.site-grid h2,
.site-grid h3,
.site-grid p{margin:0;}
.site-grid h2{font-size:calc(15.1px * 2);
  line-height:1.14;
  max-width:var(--state-main);}
.site-grid h3{font-size:calc(15.1px * 1.35);
  line-height:1.22;
  margin-top:calc(calc(1.5rem * .75) * .55);}
.site-grid p{font-size:15.1px;
  line-height:1.71;
  color:color-mix(in srgb, currentColor 78%, transparent);}
.site-grid a{color:inherit;
  text-decoration:none;}
.site-grid .soft-header{display:flex;
  flex-direction:column;
  gap:calc(calc(1.1rem * 1.5) * .6);}
.site-grid .contact-benefit{max-width:var(--state-main);}
.site-grid .site-frame{display:flex;
  flex-wrap:wrap;
  gap:var(--field-static);
  margin-top:var(--field-static);}
.site-grid .top-summary{
  flex:1 1 calc(980px / 3.3);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * .9);
  border-radius:0.32rem;
  background:color-mix(in srgb, currentColor 10%, transparent);
  display:flex;
  flex-direction:column;
}
.site-grid .strong-intro{font-size:calc(15.1px * .875);
  text-transform:uppercase;
  letter-spacing:.06em;
  color:color-mix(in srgb, currentColor 62%, transparent);}
.site-grid .top-summary p{margin-top:calc(1.5rem / 3);}
.site-grid .top-summary .secondary-intro{margin-top:auto;
  padding-top:calc(1.5rem / 3);}
.site-grid .top-summary .secondary-intro a{border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);
  padding-bottom:2px;}
.site-grid .active-note{margin-top:var(--field-static);
  max-width:var(--state-main);
  font-size:calc(15.1px * .875);
  color:color-mix(in srgb, currentColor 68%, transparent);}
@media (max-width:640px){.site-grid .top-summary{
    flex:1 1 100%;
  }
}
.top-shell{
        padding: calc(1.5rem * 2.4) 1.12rem;
        background: #f7f5f2;
        color: #141312
    }
.top-shell .content-form{max-width: 980px;
        margin: 0 auto}
.top-shell .strong-list{display: flex;
        flex-direction: column;
        gap: calc(1.1rem * 1.5)}
.top-shell .contact-benefit{max-width: 46rem}
.top-shell h2{margin: 0;
        font-size: calc(15.1px * 2);
        line-height: 1.1;
        letter-spacing: -0.01em}
.top-shell .contact-benefit p{margin: 1.5rem 0 0;
        font-size: calc(15.1px * 1.125);
        line-height: 1.71;
        color: var(--surface-primary)}
.top-shell ul{list-style: none;
        margin: 0;
        padding: 0;
        border-top: 2px solid var(--line-deep)}
.top-shell li{display: flex;
        flex-wrap: wrap;
        gap: 1.1rem;
        align-items: baseline;
        padding: 1.5rem 0}
.top-shell li + li{border-top: 1px solid var(--ink-muted)}
.top-shell strong{flex: 0 1 17rem;
        min-width: 0;
        font-size: calc(15.1px * 1.35);
        line-height: 1.2}
.top-shell span{flex: 1 1 24rem;
        min-width: 0;
        line-height: 1.71;
        color: var(--surface-primary)}
@media (max-width: 760px) {.top-shell li{
            display: block
        }.top-shell span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.section{
        padding: calc(1.5rem * 2.4) 1.12rem;
        background: linear-gradient(135deg, #141312 0%, #2a2825 55%, #4a1414 100%);
        color: #f4f2ef;
    }
.section .content-form{max-width: 980px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.1rem * 1.5);}
.section .soft-header{display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: calc(1.5rem * .75);
        padding-bottom: calc(1.5rem * .75);
        border-bottom: 1px solid rgba(244, 242, 239, 0.18);}
.section h2{margin: 0;
        flex: 1 1 22rem;
        font-size: calc(15.1px * 2);
        line-height: 1.08;}
.section .soft-header p{margin: 0;
        flex: 1 1 26rem;
        font-size: 15.1px;
        line-height: 1.71;
        color: rgba(244, 242, 239, 0.82);}
.section .strong-list{display: flex;
        flex-direction: column;}
.section .public-lead{display: grid;
        grid-template-columns: minmax(0, 1fr) 15rem;
        gap: calc(1.5rem * .75);
        align-items: start;
        padding: calc(1.5rem * .75) 0;
        border-bottom: 1px solid rgba(244, 242, 239, 0.14);}
.section .public-lead:last-child{border-bottom: 0;}
.section .text-benefit{font-size: calc(15.1px * 1.125);
        line-height: 1.71;
        padding-left: calc(1.5rem * .75);
        border-left: 2px solid var(--ink-accent);}
.section .visual-items{display: flex;
        flex-direction: column;
        gap: 0.25rem;
        padding-top: 0.2rem;}
.section .visual-items strong{font-size: 15.1px;
        font-weight: 600;}
.section .visual-items span{font-size: calc(15.1px * .875);
        color: rgba(244, 242, 239, 0.68);}
@media (max-width: 760px) {.section .public-lead{
            grid-template-columns: 1fr;
            gap: 0.6rem;
        }.section .text-benefit{
            font-size: 15.1px;
        }
    }
.public-footer{
    padding:calc(calc(1.5rem * 2.4)*.86) 1.12rem;
    background:#f7f5f2;
    color:#141312;
  }
.public-footer .public-form{max-width:min(980px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.1rem * 1.5);}
.public-footer h1{margin:0;
    font-size:clamp(1.85rem,4.6vw,calc(15.1px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.005em;}
.public-footer .fresh-headline{max-width:44rem;
    padding-top:1.5rem;
    border-top:1px solid var(--ink-muted,#d8d3cd);}
.public-footer p{margin:0;
    font-size:15.1px;
    line-height:1.72;
    color:var(--surface-primary,#2a2825);}
@media (max-width:640px){.public-footer{
      padding-top:calc(calc(1.5rem * 2.4)*.62);
      padding-bottom:calc(calc(1.5rem * 2.4)*.62);
    }.public-footer h1{
      font-size:clamp(1.6rem,7vw,2.2rem);
    }
  }
.visual-view{
  padding: calc(1.5rem * 2.4) 1.12rem;
  background: #141312;
  color: #f4f2ef;
}
.visual-view .content-form{max-width: min(980px, 68rem);
  margin: 0 auto;}
.visual-view .soft-header{max-width: 48rem;
  margin-bottom: calc(1.1rem * 1.5);}
.visual-view h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(15.1px * 2);
  line-height: 1.1;}
.visual-view .clear-benefit{margin: 0;
  font-size: calc(15.1px * 1.125);
  line-height: 1.71;
  color: #c8c4bf;}
.visual-view .narrow-contact{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  border-top: 1px solid #2a2825;
  padding-top: calc(1.1rem * 1.5);}
.visual-view .top-summary{margin: 0;
  padding: 0 0 calc(1.5rem * .75);
  border-bottom: 1px solid #2a2825;}
.visual-view .top-summary:last-child{border-bottom: 0;
  padding-bottom: 0;}
.visual-view .text-benefit{margin: 0 0 calc(calc(1.5rem * .75) * .7);
  font-size: 15.1px;
  line-height: 1.71;}
.visual-view .text-benefit::before{content: "— ";color:inherit;}
.visual-view .active-note{display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  font-size: calc(15.1px * .875);}
.visual-view .offer-surface{font-weight: 700;
  letter-spacing: 0.01em;}
.visual-view .narrow-view{color: #c8c4bf;}
.visual-view .direct-fields{margin-top: calc(1.1rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2a2825;
  max-width: 52rem;}
.visual-view .direct-fields .primary-shell{margin: 0 0 calc(calc(1.5rem * .75) * .6);
  font-size: calc(15.1px * .875);
  color: #c8c4bf;}
.visual-view .direct-fields .primary-shell:last-child{margin-bottom: 0;}
.visual-view a{color:inherit;
  text-decoration: underline;
  text-underline-offset: 2px;}
.visual-view a:hover{color:inherit;}
@media (min-width: 780px) {.visual-view .narrow-contact{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: calc(1.1rem * 1.5);
    row-gap: calc(1.5rem * .75);
  }.visual-view .top-summary{
    padding-right: calc(1.5rem * .75);
  }
}
.secondary-feature{--field-static:calc(1.5rem * 0.85);--field-extra-12:1px solid color-mix(in srgb, currentColor 22%, transparent);padding:calc(1.5rem * 2.4) 1.12rem;background:#f7f5f2;color:#141312;}
.secondary-feature .content-form{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:var(--field-static);}
.secondary-feature h2,.secondary-feature h3,.secondary-feature p{margin:0;}
.secondary-feature h2{font-size:calc(15.1px * 2);line-height:1.14;max-width:32ch;}
.secondary-feature h3{font-size:calc(15.1px * 1.35);line-height:1.25;}
.secondary-feature p{font-size:15.1px;line-height:1.71;}
.secondary-feature .contact-benefit{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.secondary-feature .soft-header{max-width:62ch;}
.secondary-feature .content-proof{display:flex;flex-direction:column;border-top:var(--field-extra-12);}
.secondary-feature .top-summary{padding:calc(calc(1.5rem * .75) * 1.1) 0;border-bottom:var(--field-extra-12);display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem / 3);}
.secondary-feature .top-summary p{max-width:70ch;}
.secondary-feature .active-note{font-size:calc(15.1px * .875);max-width:70ch;border-left:3px solid var(--ink-accent);padding-left:calc(1.5rem * .75);}
.secondary-feature a{text-decoration:underline;text-underline-offset:2px;}
.secondary-feature a:hover{}
@media (min-width:760px){.secondary-feature .top-summary{grid-template-columns:minmax(0,0.9fr) minmax(0,1.4fr);gap:1.5rem;align-items:start;}.secondary-feature .top-summary p{margin-top:0;}
}
.direct-section{--field-static:calc(1.5rem * 1.05);--state-main:calc(980px / 1.9);padding:calc(1.5rem * 2.4) 1.12rem;background:#f7f5f2;color:#141312;}
.direct-section .content-form{max-width:980px;margin:0 auto;}
.direct-section h1,.direct-section h2,.direct-section h3,.direct-section p{margin:0;}
.direct-section h2{font-size:calc(15.1px * 2);line-height:1.14;max-width:var(--state-main);}
.direct-section p{font-size:15.1px;line-height:1.71;}
.direct-section a{color:inherit;text-decoration:none;}
.direct-section .active-note{margin-bottom:calc(1.5rem / 3);font-size:calc(15.1px * .875);letter-spacing:0.08em;text-transform:uppercase;color:var(--surface-primary);}
.direct-section .soft-header{margin-top:calc(1.1rem * 1.5);max-width:var(--state-main);color:var(--surface-primary);}
.direct-section .media-figure{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.9) 1.5rem;border-radius:0.23rem;background:var(--line-deep);color:#fdf7f5;transition:background 300ms var(--speed-hover);}
.direct-section .media-figure:hover{background:#6d1212;color:var(--surface-card);}
.direct-section .site-frame{display:flex;flex-direction:column;gap:0;margin-top:var(--field-static);border-top:1px solid var(--ink-muted);}
.direct-section .top-summary{display:flex;flex-wrap:wrap;gap:1.1rem;padding:calc(1.1rem * 1.5) 0;border-bottom:1px solid var(--ink-muted);}
.direct-section .top-summary .offer-surface{flex:0 0 calc(980px / 3.6);min-width:0;font-size:calc(15.1px * .875);letter-spacing:0.02em;color:#8c1a1a;}
.direct-section .top-summary p:not(.offer-surface){flex:1 1 calc(980px / 2.2);min-width:0;color:#141312;}
.direct-section .offer-service{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.1rem;}
.direct-section .offer-service>.visual-unit{flex:1 1 auto;min-width:0;}
.direct-section .offer-service>.media-figure{flex:0 0 auto;margin-top:calc(1.5rem / 2);}
.direct-section .offer-service>.site-frame{flex:1 1 100%;}
@media (max-width:720px){.direct-section .top-summary .offer-surface{flex:1 1 100%;}.direct-section .top-summary p:not(.offer-surface){flex:1 1 100%;}
}
.local-method{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.12rem;
    background:#f7f5f2;
    color:#141312;
  }
.local-method .public-form{max-width:980px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.1rem * 1.5);}
.local-method h1{margin:0;
    font-size:clamp(1.85rem,4.6vw,calc(15.1px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.01em;}
.local-method .soft-header{max-width:42rem;
    padding-top:1.5rem;
    border-top:1px solid var(--ink-muted);}
.local-method .soft-header p{margin:0;
    font-size:15.1px;
    line-height:1.72;
    color:var(--surface-primary);}
@media (max-width:640px){.local-method{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.local-method .soft-header{max-width:100%;}
  }
.text-view{--field-static:calc(1.5rem * 0.9);--state-main:calc(980px / 2.6);padding:calc(1.5rem * 2.4) 1.12rem;background:var(--line-deep);color:#fdf7f5;}
.text-view .content-form{max-width:980px;margin:0 auto;}
.text-view h1,.text-view h2,.text-view h3,.text-view p{margin:0;}
.text-view h2{font-size:calc(15.1px * 2);line-height:1.14;}
.text-view h3{font-size:calc(15.1px * 1.35);line-height:1.22;}
.text-view p{font-size:15.1px;line-height:1.71;}
.text-view a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.text-view a:hover{border-bottom-color:currentColor;}
.text-view .active-note{font-size:calc(15.1px * .875);text-transform:uppercase;letter-spacing:0.08em;opacity:0.72;margin-bottom:calc(1.5rem / 3);}
.text-view .soft-header{margin-top:calc(1.5rem / 2);max-width:var(--state-main);opacity:0.86;}
.text-view .media-figure{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:#fdf7f5;color:var(--line-deep);border-bottom:none;font-size:calc(15.1px * .875);}
.text-view .media-figure:hover{border-bottom:none;opacity:0.92;}
.text-view .site-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.1rem;margin-top:var(--field-static);}
.text-view .top-summary{flex:1 1 calc(980px / 4);min-width:0;padding-top:calc(1.5rem / 3);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.text-view .top-summary p{margin-top:calc(1.5rem / 3);opacity:0.82;}
.text-view .offer-service{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.1rem;}
.text-view .offer-service>.visual-unit{flex:1 1 auto;min-width:0;}
.text-view .offer-service>.media-figure{flex:0 0 auto;margin-top:calc(1.5rem / 2);}
.text-view .offer-service>.site-frame{flex:1 1 100%;}
.text-view .primary-summary{flex:1 1 100%;margin-top:var(--field-static);font-size:calc(15.1px * .875);opacity:0.78;max-width:var(--state-main);}
.quiet-rail{--field-static:calc(1.5rem * 1.05);--state-main:calc(980px / 2.2);padding:calc(1.5rem * 2.4) 1.12rem;background:#f7f5f2;color:#141312;}
.quiet-rail .content-form{max-width:980px;margin:0 auto;}
.quiet-rail h2,.quiet-rail h3,.quiet-rail p{margin:0;}
.quiet-rail h2{font-size:calc(15.1px * 2);line-height:1.12;}
.quiet-rail h3{font-size:calc(15.1px * 1.35);line-height:1.22;}
.quiet-rail p{font-size:15.1px;line-height:1.71;}
.quiet-rail .narrow-contact{display:flex;flex-wrap:wrap;gap:1.1rem;align-items:flex-start;padding-bottom:calc(1.1rem * 1.5);border-bottom:1px solid var(--ink-muted);}
.quiet-rail .narrow-contact>h2{flex:1 1 calc(980px / 3);min-width:0;}
.quiet-rail .narrow-contact>.soft-header{flex:1 1 var(--state-main);min-width:0;color:var(--surface-primary);}
.quiet-rail .site-frame{display:flex;flex-direction:column;gap:0;margin-top:var(--field-static);}
.quiet-rail .top-summary{padding:calc(1.1rem * 1.5) 0;border-bottom:1px solid var(--ink-muted);}
.quiet-rail .top-summary:last-child{border-bottom:0;}
.quiet-rail .top-summary h3{margin-bottom:calc(1.5rem / 4);}
.quiet-rail .top-summary p{color:var(--surface-primary);}
.quiet-rail .primary-summary{margin-top:calc(1.5rem / 3);font-size:calc(15.1px * .875);}
.quiet-rail .primary-summary a{color:#8c1a1a;text-decoration:none;border-bottom:1px solid #8c1a1a;}
.quiet-rail .primary-summary a:hover{color:#b81f1f;border-bottom-color:#b81f1f;}
.quiet-rail .active-note{margin-top:calc(1.1rem * 1.5);padding-top:calc(1.1rem * 1.5);border-top:1px solid var(--ink-muted);font-size:calc(15.1px * .875);color:var(--surface-primary);}
.quiet-rail .active-note a{color:#8c1a1a;text-decoration:none;}
.quiet-rail .active-note a:hover{color:#b81f1f;}
@media (max-width:640px){.quiet-rail .narrow-contact>h2,.quiet-rail .narrow-contact>.soft-header{flex:1 1 100%;}
}
.public-actions{
  padding:calc(1.5rem * 2.4) 1.12rem;
  background:#f7f5f2;
  color:#141312;
  overflow:hidden;
}
.public-actions .content-form{max-width:980px;
  margin:0 auto;}
.public-actions .contact-benefit{max-width:44rem;
  margin:0 0 calc(1.1rem * 1.5);
  padding-bottom:calc(1.1rem * 1.5);
  border-bottom:1px solid var(--ink-muted);}
.public-actions h2{margin:0;
  font-size:calc(15.1px * 2);
  line-height:1.1;
  letter-spacing:-0.01em;}
.public-actions .soft-header{margin:1.5rem 0 0;
  font-size:calc(15.1px * 1.125);
  line-height:1.71;}
.public-actions .narrow-contact{display:flex;
  flex-direction:column;
  gap:1.1rem;}
.public-actions .top-summary{padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) 1.12rem;
  border-left:3px solid var(--line-deep);}
.public-actions .top-summary h3{margin:0;
  font-size:calc(15.1px * 1.35);
  line-height:1.2;}
.public-actions .top-summary p{margin:calc(1.5rem * .75) 0 0;
  line-height:1.71;
  max-width:52rem;}
.public-actions .primary-summary{margin:calc(1.1rem * 1.5) 0 0;
  padding-top:calc(1.1rem * 1.5);
  border-top:1px solid var(--ink-muted);
  font-size:calc(15.1px * .875);}
.public-actions .primary-summary a{text-decoration:underline;
  text-underline-offset:2px;}
.public-actions .primary-summary a:hover{}
@media (min-width:760px){.public-actions .narrow-contact{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:calc(1.1rem * 1.5) 1.1rem;
  }.public-actions .top-summary:nth-child(1),
  .public-actions .top-summary:nth-child(4){
    grid-column:1 / -1;
    padding-left:1.5rem;
  }
}
.text-unit{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.12rem;
    background:#f7f5f2;
    color:#141312;
  }
.text-unit .public-form{max-width:min(980px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.1rem * 1.5);}
.text-unit h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(15.1px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.01em;}
.text-unit .soft-header{max-width:44rem;
    padding-top:1.5rem;
    border-top:1px solid var(--ink-muted);}
.text-unit p{margin:0;
    font-size:clamp(1rem,1.2vw,15.1px);
    line-height:1.72;
    color:var(--surface-primary);}
@media (max-width:640px){.text-unit{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.text-unit h1{
      font-size:clamp(1.7rem,7vw,2.2rem);
    }
  }
.steady-quote{
  --field-static:calc(1.5rem * 1.15);
  --field-extra-12:1px solid var(--ink-muted);
  padding:calc(1.5rem * 2.4) 1.12rem;
  background:#f7f5f2;
  color:#141312;
}
.steady-quote .content-form{max-width:980px;
  margin:0 auto;}
.steady-quote h2,
.steady-quote h3,
.steady-quote p,
.steady-quote ul,
.steady-quote li{margin:0;}
.steady-quote h2{font-size:calc(15.1px * 2);
  line-height:1.12;
  letter-spacing:-0.01em;}
.steady-quote h3{font-size:calc(15.1px * 1.35);
  line-height:1.22;}
.steady-quote .direct-stack{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.4);
  padding-bottom:calc(1.5rem / 1.6);
  border-bottom:var(--field-extra-12);}
.steady-quote .soft-header{max-width:calc(980px / 1.5);
  font-size:15.1px;
  line-height:1.71;
  color:var(--surface-primary);}
.steady-quote .site-frame{display:flex;
  flex-direction:column;
  margin-top:var(--field-static);}
.steady-quote .top-summary{display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(0, 1.15fr);
  gap:1.1rem;
  padding:calc(1.5rem / 1.2) 0;
  border-bottom:var(--field-extra-12);}
.steady-quote .top-summary:first-child{padding-top:0;}
.steady-quote .top-summary h3{grid-column:1;
  align-self:start;}
.steady-quote .top-summary .visual-unit{grid-column:2;
  font-size:15.1px;
  line-height:1.71;
  color:var(--surface-primary);}
.steady-quote .main-section{grid-column:2;
  list-style:none;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.1rem / 2);
  margin-top:calc(1.5rem / 3);}
.steady-quote .main-section li{
  font-size:calc(15.1px * .875);
  line-height:1.4;
  padding:calc(calc(1.5rem * .75) / 2.2) calc(calc(1.5rem * .75) * 0.9);
  border:var(--field-extra-12);
  border-radius:0.23rem;
  background:var(--surface-cool);
  color:var(--surface-card);
}
.steady-quote .media-figure{
  grid-column:2;
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  margin-top:calc(1.5rem / 2.6);
  padding:calc(calc(1.5rem * .75) * 0.9) 1.5rem;
  border-radius:0.23rem;
  background:var(--line-deep);
  color:#fdf7f5;
  font-size:calc(15.1px * .875);
  text-decoration:none;
  transition:background 300ms var(--speed-hover);
}
.steady-quote .media-figure:hover{
  background:#6d1212;color:var(--surface-card);}
.steady-quote .active-note{margin-top:var(--field-static);
  padding-top:calc(1.5rem / 1.6);
  border-top:var(--field-extra-12);
  font-size:calc(15.1px * .875);
  line-height:1.71;
  color:var(--surface-primary);}
@media (max-width:720px){.steady-quote .top-summary{
    grid-template-columns:1fr;
  }.steady-quote .top-summary h3,
  .steady-quote .top-summary .visual-unit,
  .steady-quote .main-section,
  .steady-quote .media-figure{
    grid-column:1;
  }
}
.visual-actions{--field-static:calc(1.5rem * 1.15);--font-meta:calc(980px / 3.4);padding:calc(1.5rem * 2.4) 1.12rem;background:#f7f5f2;color:#141312;}
.visual-actions .content-form{max-width:980px;margin:0 auto;}
.visual-actions h2,.visual-actions h3,.visual-actions p{margin:0;}
.visual-actions h2{font-size:calc(15.1px * 2);line-height:1.14;}
.visual-actions h3{font-size:calc(15.1px * 1.35);line-height:1.22;}
.visual-actions p{font-size:15.1px;line-height:1.71;}
.visual-actions a{text-decoration:underline;text-underline-offset:2px;}
.visual-actions a:hover{}
.visual-actions .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.1rem;}
.visual-actions .row-title h2{flex:1 1 calc(980px / 2.6);min-width:0;}
.visual-actions .row-title>p{flex:1 1 calc(980px / 2.6);min-width:0;}
.visual-actions .contact-nav{padding-block:calc(var(--field-static) / 2);}
.visual-actions .content-visual{row-gap:calc(var(--field-static) * 1.1);}
.visual-actions .quiet-summary{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.visual-actions .offer-headline{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--field-static);margin-top:var(--field-static);}
.visual-actions .top-summary{flex:1 1 var(--font-meta);min-width:0;padding-top:calc(calc(1.5rem * .75) / 2);border-top:1px solid var(--ink-muted);}
.visual-actions .top-summary p{margin-top:calc(1.5rem / 3);}
.open-links{--field-static:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 1.12rem;background:#f7f5f2;color:#141312;}
.open-links .content-form{max-width:980px;margin:0 auto;}
.open-links h1,.open-links h2,.open-links h3,.open-links p{margin:0;}
.open-links h2{font-size:calc(15.1px * 2);line-height:1.14;}
.open-links h3{font-size:calc(15.1px * 1.35);line-height:1.22;}
.open-links p{font-size:15.1px;line-height:1.71;}
.open-links .direct-stack{display:flex;flex-direction:column;gap:calc(1.5rem / 2);max-width:calc(980px * 0.78);}
.open-links .soft-header{color:var(--surface-primary);}
.open-links .site-frame{display:flex;flex-direction:column;margin-top:var(--field-static);border-top:1px solid var(--ink-muted);}
.open-links .top-summary{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:1.1rem;padding-block:calc(var(--field-static) * 0.72);border-bottom:1px solid var(--ink-muted);}
.open-links .top-summary p{color:var(--surface-primary);}
.open-links .primary-summary{display:flex;flex-wrap:wrap;gap:1.1rem;margin-top:var(--field-static);}
.open-links .primary-summary a{color:#8c1a1a;text-decoration:none;font-size:calc(15.1px * .875);border-bottom:1px solid #8c1a1a;padding-bottom:2px;transition:color 300ms var(--speed-hover),border-color 300ms var(--speed-hover);}
.open-links .primary-summary a:hover{color:#b81f1f;border-color:#b81f1f;}
@media (max-width:720px){.open-links .top-summary{grid-template-columns:1fr;gap:calc(1.1rem / 2);}
}
.content-grid{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.12rem;
    background:#f7f5f2;
    color:#141312;
  }
.content-grid .public-form{max-width:min(980px,60rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.1rem * 1.5);}
.content-grid h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(15.1px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:-0.005em;}
.content-grid .soft-header{max-width:44rem;
    padding-top:1.5rem;
    border-top:1px solid var(--ink-muted,#d8d3cd);}
.content-grid p{margin:0;
    font-size:15.1px;
    line-height:1.72;
    color:var(--surface-primary,#2a2825);}
@media (max-width:640px){.content-grid{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.content-grid h1{
      font-size:clamp(1.7rem,7vw,2.4rem);
    }
  }
.public-tile{
  --field-static:calc(1.5rem * 1.15);
  --state-main:calc(980px / 2.1);
  padding:calc(1.5rem * 2.4) 1.12rem;
  background:#f7f5f2;
  color:#141312;
}
.public-tile .content-form{max-width:980px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--field-static);}
.public-tile h2,
.public-tile h3,
.public-tile p{margin:0;}
.public-tile h2{font-size:calc(15.1px * 2);
  line-height:1.14;
  letter-spacing:-0.01em;}
.public-tile h3{font-size:calc(15.1px * 1.35);
  line-height:1.25;}
.public-tile .contact-benefit{display:flex;
  flex-wrap:wrap;
  gap:1.1rem;
  align-items:flex-start;
  padding-bottom:calc(1.1rem * 1.5);
  border-bottom:1px solid var(--ink-muted);}
.public-tile .contact-benefit h2{flex:1 1 calc(980px / 3.2);
  min-width:0;}
.public-tile .soft-header{flex:1 1 calc(980px / 2.4);
  min-width:0;
  max-width:var(--state-main);
  font-size:15.1px;
  line-height:1.71;
  color:var(--surface-primary);}
.public-tile .site-frame{display:flex;
  flex-wrap:wrap;
  gap:1.1rem calc(1.1rem * 1.5);}
.public-tile .top-summary{flex:1 1 calc(980px / 3.6);
  min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:2px solid var(--line-deep);}
.public-tile .top-summary p{margin-top:calc(calc(1.5rem * .75) * 0.6);
  font-size:calc(15.1px * .875);
  line-height:1.71;
  color:var(--surface-primary);}
.public-tile .primary-summary{margin-top:calc(1.1rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid var(--ink-muted);
  font-size:calc(15.1px * .875);
  color:var(--surface-primary);}
.public-tile .primary-summary a{color:#8c1a1a;
  text-decoration:underline;
  text-underline-offset:3px;
  transition:color 300ms var(--speed-hover);}
.public-tile .primary-summary a:hover{color:#b81f1f;}
@media (max-width:720px){.public-tile .contact-benefit h2,
  .public-tile .soft-header,
  .public-tile .top-summary{
    flex:1 1 100%;
  }
}
.bottom-items{--field-static:calc(1.5rem * 1.35);--state-main:calc(980px / 2.20);padding:calc(1.5rem * 2.4) 1.12rem;background:var(--line-deep);color:#fdf7f5;}
.bottom-items .content-form{max-width:980px;margin:0 auto;}
.bottom-items h1,.bottom-items h2,.bottom-items h3,.bottom-items p{margin:0;}
.bottom-items h1{font-size:calc(15.1px * 2.65);line-height:1.08;}
.bottom-items h2{font-size:calc(15.1px * 2);line-height:1.12;}
.bottom-items h3{font-size:calc(15.1px * 1.35);line-height:1.2;}
.bottom-items p{font-size:15.1px;line-height:1.71;color:color-mix(in srgb, currentColor 74%, transparent);}
.bottom-items a{color:inherit;text-decoration:none;}
.bottom-items .media-figure{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:#fdf7f5;color:var(--line-deep);}
.bottom-items .active-note{font-size:calc(15.1px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.bottom-items .site-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.1rem;margin-top:var(--field-static);}
.bottom-items .top-summary{flex:1 1 calc(980px / 4);min-width:0;}
.bottom-items .top-summary p{margin-top:calc(1.5rem / 3);}
.bottom-items .offer-service{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.1rem;}
.bottom-items .offer-service>.visual-unit{flex:1 1 auto;min-width:0;max-width:var(--state-main);}
.bottom-items .offer-service>.media-figure{flex:0 0 auto;}
.bottom-items .offer-service>.site-frame{flex:1 1 100%;}
.bottom-items .visual-unit h2{margin-top:calc(1.5rem / 2);}
.bottom-items .primary-summary{flex:1 1 100%;margin-top:var(--field-static);font-size:calc(15.1px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
.bottom-items .primary-summary a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.bottom-items .primary-summary a:hover{}
.visual-fields{
    padding:calc(1.5rem * 2.4) 1.12rem;
    background:#f7f5f2;
    color:#141312;
}
.visual-fields .narrow-benefit{max-width:980px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.1rem * 1.5);}
.visual-fields .team-media{display:flex;
    flex-direction:column;
    gap:0.35rem;
    border-bottom:1px solid var(--ink-muted);
    padding-bottom:calc(1.5rem * .75);}
.visual-fields .contact-region{margin:0;
    font-size:calc(15.1px * .875);
    letter-spacing:0.08em;
    text-transform:uppercase;
    color:var(--ink-accent);}
.visual-fields .quiet-media{margin:0;
    font-size:calc(15.1px * 2.65);
    line-height:1.2;}
.visual-fields .local-headline{margin:0;
    font-size:calc(15.1px * 1.125);
    color:var(--surface-primary);}
.visual-fields .service-actions{margin:0;
    font-size:calc(15.1px * .875);
    color:var(--surface-primary);}
.visual-fields .soft-header{margin:0;
    font-size:15.1px;
    line-height:1.71;
    padding-left:calc(1.5rem * .75);
    border-left:3px solid var(--ink-accent);}
.visual-fields .wide-team{display:flex;
    flex-direction:column;
    gap:calc(1.1rem * 1.5);
    max-width:64ch;}
.visual-fields .wide-team p{margin:0;
    font-size:15.1px;
    line-height:1.71;}
.visual-fields .team-quote{
    background:#ebe7e2;
    color:var(--surface-primary);
    border-radius:0.32rem;
    padding:calc(1.5rem * .75);
    display:flex;
    flex-wrap:wrap;
    gap:1.1rem;
}
.visual-fields .team-quote .active-footer{margin:0;
    font-size:calc(15.1px * .875);
    flex:1 1 200px;}
.visual-fields .offer-visual{display:flex;
    flex-direction:column;
    gap:0.5rem;
    padding-top:calc(1.5rem * .75);
    border-top:1px solid var(--ink-muted);}
.visual-fields .offer-visual .contact-unit{margin:0;
    font-size:calc(15.1px * .875);
    letter-spacing:0.06em;
    text-transform:uppercase;
    color:var(--surface-primary);}
.visual-fields .offer-panel{color:#8c1a1a;
    text-decoration:none;
    font-size:15.1px;
    border-bottom:1px solid transparent;
    transition:color 300ms var(--speed-hover), border-color 300ms var(--speed-hover);}
.visual-fields .offer-panel:hover{color:#b81f1f;
    border-bottom-color:#b81f1f;}
.visual-fields .contact-figure{margin:0;
    font-size:calc(15.1px * .875);
    color:var(--surface-primary);
    line-height:1.71;}
.visual-fields .contact-figure a{color:#8c1a1a;
    text-decoration:none;}
.visual-fields .contact-figure a:hover{color:#b81f1f;
    text-decoration:underline;}
@media (min-width:720px){.visual-fields .wide-team{
        max-width:60ch;
    }
}
.visual-lead{padding:calc(1.5rem * 2.4) 1.12rem;background:linear-gradient(120deg, #8c1a1a 0%, #b81f1f 100%);color:#fdf7f5}
.visual-lead .content-form{max-width:980px;margin:0 auto}
.visual-lead .top-benefit{display:flex;gap:calc(1.1rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.visual-lead .simple-content{flex:1 1 32rem;min-width:0}
.visual-lead .direct-view{margin:0 0 calc(1.5rem * .75);font-size:calc(15.1px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.85}
.visual-lead h2{margin:0 0 calc(1.1rem * 1.5);font-size:calc(15.1px * 2);line-height:1.1}
.visual-lead .simple-content p{margin:0 0 calc(1.5rem * .75);font-size:15.1px;line-height:1.71}
.visual-lead .simple-content p:last-child{margin-bottom:0}
.visual-lead .top-footer{flex:0 1 20rem;min-width:0;border-left:1px solid rgba(253,247,245,0.28);padding-left:calc(1.1rem * 1.5)}
.visual-lead .top-footer .primary-shell{margin:0 0 calc(1.5rem * .75);font-size:calc(15.1px * .875);line-height:1.5}
.visual-lead .top-footer a{color:#fdf7f5;text-decoration:underline;text-underline-offset:3px}
.visual-lead .top-footer a:hover{text-decoration:none}
.visual-lead .site-frame{list-style:none;margin:calc(1.1rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75)*0.6)}
.visual-lead .site-frame li{min-width:0}
.visual-lead .site-frame li a{display:inline-block;font-size:calc(15.1px * .875);color:#fdf7f5;text-decoration:none;border-bottom:1px solid rgba(253,247,245,0.4);padding-bottom:2px}
.visual-lead .site-frame li a:hover{border-bottom-color:#fdf7f5}
@media(max-width:760px){.visual-lead .top-footer{border-left:0;border-top:1px solid rgba(253,247,245,0.28);padding-left:0;padding-top:calc(1.1rem * 1.5);flex-basis:100%}.visual-lead h2{font-size:calc(15.1px * 1.35)}}
.direct-summary{
    padding:calc(1.5rem * 2.4) 1.12rem;
    background:#f7f5f2;
    color:#141312;
}
.direct-summary .narrow-benefit{max-width:980px;
    margin:0 auto;}
.direct-summary .direct-stack{border-bottom:1px solid var(--ink-muted);
    padding-bottom:calc(1.1rem * 1.5);
    margin-bottom:calc(1.1rem * 1.5);}
.direct-summary .quiet-media{margin:0 0 0.5rem;
    font-size:calc(15.1px * 2.65);
    line-height:1.2;
    letter-spacing:-0.01em;}
.direct-summary .service-actions{margin:0;
    font-size:calc(15.1px * .875);
    color:var(--surface-primary);
    text-transform:uppercase;
    letter-spacing:0.06em;}
.direct-summary .soft-header{margin:0 0 calc(1.1rem * 1.5);
    font-size:calc(15.1px * 1.125);
    line-height:1.55;
    padding-left:calc(1.5rem * .75);
    border-left:3px solid var(--ink-accent);}
.direct-summary .fresh-headline p{margin:0 0 calc(1.1rem * 1.5);
    font-size:15.1px;
    line-height:1.71;}
.direct-summary .fresh-headline p:last-child{margin-bottom:0;}
.direct-summary .active-note{
    margin-top:calc(1.1rem * 1.5);
    padding:calc(1.5rem * .75);
    background:#ebe7e2;
    color:var(--surface-primary);
    border-radius:0.32rem;
}
.direct-summary .steady-details{margin:0 0 0.6rem;
    font-size:calc(15.1px * .875);
    text-transform:uppercase;
    letter-spacing:0.08em;}
.direct-summary .simple-surface{margin:0;
    padding-left:1.1rem;
    list-style:disc;}
.direct-summary .simple-surface li{margin-bottom:0.35rem;
    font-size:15.1px;
    line-height:1.55;}
.direct-summary .simple-surface li:last-child{margin-bottom:0;}
.direct-summary .primary-summary{margin-top:calc(1.1rem * 1.5);
    padding-top:calc(1.5rem * .75);
    border-top:1px solid var(--ink-muted);}
.direct-summary .site-section{margin:0 0 0.5rem;
    font-size:calc(15.1px * .875);
    text-transform:uppercase;
    letter-spacing:0.08em;
    color:var(--surface-primary);}
.direct-summary .fresh-view{margin:0;
    display:flex;
    flex-wrap:wrap;
    gap:1.1rem;}
.direct-summary .fresh-view a{color:#8c1a1a;
    text-decoration:none;
    font-size:15.1px;
    border-bottom:1px solid transparent;
    transition:color 300ms var(--speed-hover), border-color 300ms var(--speed-hover);}
.direct-summary .fresh-view a:hover{color:#b81f1f;
    border-bottom-color:#b81f1f;}
@media (max-width:640px){.direct-summary .soft-header{
        font-size:15.1px;
        padding-left:1.12rem;
    }.direct-summary .fresh-view{
        flex-direction:column;
        gap:0.5rem;
    }
}
.strong-plan{padding:calc(1.5rem * 2.4) 1.12rem;background:#ebe7e2;color:var(--surface-primary);border-top:1px solid var(--ink-muted)}
.strong-plan .content-form{max-width:980px;margin:0 auto}
.strong-plan .top-benefit{display:flex;flex-wrap:wrap;gap:calc(1.1rem * 1.5);align-items:flex-start}
.strong-plan .contact-benefit{flex:1 1 22rem;min-width:0}
.strong-plan .simple-content{flex:1 1 26rem;min-width:0}
.strong-plan h2{margin:0 0 calc(1.5rem * .75);font-size:calc(15.1px * 2);line-height:1.1}
.strong-plan .soft-header{margin:0;font-size:15.1px;line-height:1.71}
.strong-plan .simple-content p{margin:0 0 calc(1.5rem * .75);font-size:15.1px;line-height:1.71}
.strong-plan ul{list-style:none;margin:0 0 calc(1.5rem * .75);padding:0;display:flex;flex-direction:column;gap:calc(1.1rem*.5)}
.strong-plan li{min-width:0;border-bottom:1px solid var(--ink-muted);padding-bottom:calc(1.1rem*.4)}
.strong-plan li a{text-decoration:none;font-size:calc(15.1px * .875)}
.strong-plan li a:hover{text-decoration:underline}
.strong-plan .active-note{margin:0;font-size:calc(15.1px * .875)}
.strong-plan .active-note a{text-decoration:none}
.strong-plan .active-note a:hover{text-decoration:underline}
@media(max-width:760px){.strong-plan .top-benefit{display:block}.strong-plan .simple-content{margin-top:calc(1.1rem * 1.5)}.strong-plan h2{font-size:calc(15.1px * 1.35)}}
.narrow-media{
    padding:calc(1.5rem * 2.4) 1.12rem;
    background:#f7f5f2;
    color:#141312;
}
.narrow-media .narrow-benefit{max-width:980px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.1rem * 1.5);}
.narrow-media .direct-stack{border-bottom:1px solid var(--ink-muted);
    padding-bottom:calc(1.1rem * 1.5);}
.narrow-media .contact-region{margin:0 0 0.5rem;
    font-size:calc(15.1px * .875);
    letter-spacing:0.08em;
    text-transform:uppercase;
    color:var(--line-deep);}
.narrow-media .quiet-media{margin:0 0 0.4rem;
    font-size:calc(15.1px * 2.65);
    line-height:1.2;}
.narrow-media .local-frame{margin:0 0 0.6rem;
    font-size:calc(15.1px * 1.125);
    color:var(--surface-primary);}
.narrow-media .service-actions{margin:0;
    font-size:calc(15.1px * .875);
    color:var(--surface-primary);}
.narrow-media .fresh-headline{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.narrow-media .fresh-headline p{margin:0;
    font-size:15.1px;
    line-height:1.71;}
.narrow-media .soft-header{font-size:15.1px;
    border-left:3px solid var(--ink-accent);
    padding-left:calc(1.5rem * .75);}
.narrow-media .h2{margin:calc(1.5rem * .75) 0 0;
    font-size:calc(15.1px * 1.35);
    line-height:1.3;}
.narrow-media .contact-figure{font-size:calc(15.1px * .875);
    color:var(--surface-primary);
    border-top:1px solid var(--ink-muted);
    padding-top:calc(1.5rem * .75);}
.narrow-media .secondary-benefit{
    background:#ebe7e2;
    color:var(--surface-primary);
    padding:calc(1.5rem * .75);
    border-radius:0.32rem;
}
.narrow-media .content-team{margin:0 0 0.6rem;
    font-size:calc(15.1px * .875);
    letter-spacing:0.06em;
    text-transform:uppercase;}
.narrow-media .compact-tile{margin:0;
    padding:0;
    list-style:none;
    display:flex;
    flex-direction:column;
    gap:0.5rem;}
.narrow-media .compact-tile a{color:#8c1a1a;
    text-decoration:none;
    font-size:15.1px;
    border-bottom:1px solid transparent;
    transition:color 300ms var(--speed-hover),
               border-color 300ms var(--speed-hover);}
.narrow-media .compact-tile a:hover{color:#b81f1f;
    border-bottom-color:#b81f1f;}
@media (max-width:640px){.narrow-media .quiet-media{
        font-size:calc(15.1px * 2);
    }.narrow-media .soft-header{
        padding-left:1.12rem;
    }
}
.top-note{
  padding:calc(1.5rem * 2.4) 1.12rem;
  background:#f7f5f2;
  color:#141312;
}
.top-note .content-form{max-width:980px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.1rem * 1.5);}
.top-note .narrow-contact{border-left:3px solid var(--ink-accent);
  padding-left:calc(1.5rem * .75);}
.top-note .open-fields{margin:0 0 calc(1.5rem * .75);
  font-size:calc(15.1px * .875);
  letter-spacing:.08em;
  text-transform:uppercase;}
.top-note h2{margin:0;
  font-size:calc(15.1px * 2);
  line-height:1.1;}
.top-note .soft-header{margin:calc(1.5rem * .75) 0 0;
  max-width:52rem;
  font-size:calc(15.1px * 1.125);
  line-height:1.71;}
.top-note .site-items{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);
  gap:calc(1.1rem * 1.5);
  background:var(--surface-cool);
  color:var(--surface-card);
  border:1px solid var(--ink-muted);
  border-radius:0.62rem;
  padding:calc(1.5rem * .75);
}
.top-note .offer-surface h3{margin:0;
  font-size:calc(15.1px * 1.35);
  line-height:1.15;}
.top-note .offer-surface .direct-view{margin:calc(1.5rem * .75) 0 0;
  font-size:calc(15.1px * .875);}
.top-note .fresh-headline p{margin:0 0 calc(1.5rem * .75);
  line-height:1.71;}
.top-note .fresh-headline p:last-child{margin-bottom:0}
.top-note .top-footer{grid-column:1 / -1;
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid var(--ink-muted);}
.top-note .top-footer a{
  display:inline-block;
  padding:calc(calc(1.5rem * .75)*.6) calc(1.5rem * .75);
  border-radius:0.23rem;
  background:var(--line-deep);
  color:#fdf7f5;
  text-decoration:none;
  font-size:calc(15.1px * .875);
  transition:background 300ms var(--speed-hover);
}
.top-note .top-footer a:hover{background:#6d1212;color:var(--surface-card);}
.top-note .narrow-fields{display:flex;
  flex-wrap:wrap;
  gap:1.1rem;}
.top-note .active-note{
  flex:1 1 16rem;
  min-width:0;
  background:#ebe7e2;
  color:var(--surface-primary);
  border-radius:0.32rem;
  padding:calc(1.5rem * .75);
}
.top-note .active-note .primary-stack{display:block;
  font-size:calc(15.1px * .875);
  letter-spacing:.06em;
  text-transform:uppercase;
  margin-bottom:calc(calc(1.5rem * .75)*.5);}
.top-note .active-note p{margin:0;
  line-height:1.71;}
@media(max-width:780px){.top-note .site-items{grid-template-columns:1fr}.top-note h2{font-size:calc(15.1px * 1.35)}
}
.plain-surface{padding:calc(calc(1.5rem * 2.4)*1.1) 1.12rem;background:#f7f5f2;color:#141312;}
.plain-surface .public-form{max-width:min(980px,58rem);margin:0 auto;}
.plain-surface h1{margin:0;font-size:clamp(1.9rem,4.6vw,calc(15.1px * 2.65));line-height:1.1;font-weight:700;letter-spacing:-0.01em;}
.plain-surface .soft-header{margin-top:calc(1.1rem * 1.5);max-width:42rem;padding-top:1.5rem;border-top:1px solid var(--ink-muted);}
.plain-surface .soft-header p{margin:0;font-size:15.1px;line-height:1.71;color:var(--surface-primary);}
.plain-surface .soft-links{margin-top:1.5rem;display:flex;flex-direction:column;gap:calc(1.1rem*0.45);}
.plain-surface .primary-shell{margin:0;font-size:calc(15.1px * .875);line-height:1.6;color:#141312;}
.plain-surface .visual-brand{display:inline-block;min-width:6.5rem;font-weight:600;color:#8c1a1a;}
.plain-surface a{color:#8c1a1a;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 300ms var(--speed-hover,ease),color 300ms var(--speed-hover,ease);}
.plain-surface a:hover{color:#b81f1f;border-bottom-color:#b81f1f;}
@media (max-width:640px){.plain-surface{padding-top:calc(calc(1.5rem * 2.4)*0.85);padding-bottom:calc(calc(1.5rem * 2.4)*0.85);}.plain-surface .visual-brand{display:block;min-width:0;margin-bottom:0.15rem;}
  }
.steady-team{padding:calc(1.5rem * 2.4) 1.12rem;background:#ebe7e2;color:var(--surface-primary)}
.steady-team .content-form{max-width:980px;margin:0 auto;display:flex;gap:calc(1.1rem * 1.5);align-items:flex-start}
.steady-team .narrow-intro{flex:1 1 0;min-width:0}
.steady-team h2{margin:0 0 calc(1.1rem * 1.5);font-size:calc(15.1px * 2.65);line-height:1.05}
.steady-team .soft-header{margin:0 0 1.5rem;line-height:1.71;max-width:52rem}
.steady-team .site-frame{margin:0 0 1.5rem;border-top:1px solid var(--ink-muted)}
.steady-team .primary-shell{display:flex;gap:1.5rem;margin:0;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--ink-muted);line-height:1.71}
.steady-team .primary-shell strong{flex:0 0 calc(1.1rem*3.2);font-size:calc(15.1px * .875);font-weight:600}
.steady-team .primary-shell span{display:block;flex:1 1 0}
.steady-team .active-note{margin:0;font-size:calc(15.1px * .875);line-height:1.71;opacity:.85}
.steady-team form.callback{flex:0 1 calc(980px*.42);background:#141312;color:#f4f2ef;border-radius:0.62rem;padding:1.1rem;box-shadow:0 3px 8px rgba(0,0,0,0.05)}
.steady-team .simple-panel{margin:0 0 calc(1.5rem * .75);font-size:calc(15.1px * 1.125);line-height:1.3}
.steady-team .text-section{margin:0 0 1.5rem;font-size:calc(15.1px * .875);line-height:1.71;opacity:.8}
.steady-team label{display:block;margin-top:1.5rem}
.steady-team label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(15.1px * .875);opacity:.85}
.steady-team input,.steady-team textarea{width:100%;box-sizing:border-box;border:1px solid rgba(244,242,239,0.18);border-radius:0.23rem;background:#ffffff;color:#141312;font:inherit;padding:calc(1.5rem * .75);outline:none}
.steady-team input::placeholder,.steady-team textarea::placeholder{}
.steady-team input:focus,.steady-team textarea:focus{border-color:#b81f1f}
.steady-team textarea{resize:vertical}
.steady-team button{margin-top:1.5rem;border:0;border-radius:0.23rem;background:var(--ink-accent);color:#fdf7f5;font:inherit;font-weight:600;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 300ms var(--speed-hover)}
.steady-team button:hover{background:#8f1414;color:var(--surface-card);}
.steady-team .narrow-footer{margin:calc(1.5rem * .75) 0 0;font-size:calc(15.1px * .875);line-height:1.71;opacity:.7}
@media(max-width:860px){.steady-team .content-form{display:block}.steady-team form.callback{margin-top:calc(1.1rem * 1.5);flex:1 1 auto}.steady-team .primary-shell{display:block}.steady-team .primary-shell strong{display:block;margin-bottom:calc(1.5rem * .75)}
}
.content-group{padding:calc(1.5rem * 2.4) 1.12rem;background:#f7f5f2;color:#141312}
.content-group .content-form{width:min(100%,980px);margin:0 auto;display:flex;flex-direction:column;gap:calc(1.1rem * 1.5)}
.content-group .contact-benefit{display:flex;flex-wrap:wrap;gap:calc(1.1rem * 1.5);align-items:flex-end;border-bottom:2px solid var(--line-deep);padding-bottom:1.5rem}
.content-group .contact-benefit h2{margin:0;font-size:calc(15.1px * 2);line-height:1.1;flex:0 1 auto}
.content-group .contact-benefit .soft-header{margin:0;flex:1 1 22rem;min-width:0;font-size:15.1px;line-height:1.71;color:var(--surface-primary)}
.content-group .strong-list{display:flex;flex-direction:column}
.content-group .primary-rail{display:flex;flex-wrap:wrap;gap:1.1rem;padding:1.5rem 0;border-bottom:1px solid var(--ink-muted);align-items:baseline}
.content-group .primary-rail .strong-intro{flex:0 0 8rem;font-size:calc(15.1px * .875);text-transform:uppercase;letter-spacing:.06em;color:var(--line-deep)}
.content-group .primary-rail a,.content-group .primary-rail .visual-unit{flex:1 1 16rem;min-width:0;margin:0;font-size:calc(15.1px * 1.125);line-height:1.71;overflow-wrap:anywhere}
.content-group .primary-rail a{color:#8c1a1a;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 300ms var(--speed-hover),color 300ms var(--speed-hover)}
.content-group .primary-rail a:hover{color:#b81f1f;border-bottom-color:currentColor}
.content-group .primary-rail .active-note{flex:1 1 100%;margin:0;font-size:calc(15.1px * .875);line-height:1.71;color:var(--surface-primary)}
.content-group .direct-fields{margin-top:calc(1.1rem * 1.5);padding:calc(1.5rem * .75);background:#ebe7e2;color:var(--surface-primary);border-left:3px solid var(--ink-accent)}
.content-group .direct-fields h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.1px * 1.35);line-height:1.2}
.content-group .direct-fields p{margin:0 0 calc(1.5rem * .75);font-size:calc(15.1px * .875);line-height:1.71}
.content-group .direct-fields p:last-child{margin-bottom:0}
@media(max-width:680px){.content-group .contact-benefit{flex-direction:column;align-items:flex-start}.content-group .primary-rail{flex-direction:column;gap:calc(1.5rem * .75)}.content-group .primary-rail .strong-intro{flex:0 0 auto}
}
.steady-unit{
  padding:calc(1.5rem * 2.4) 1.12rem;
  background:#f7f5f2;
  color:#141312;
}
.steady-unit .public-media{max-width:min(980px,64rem);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:0;}
.steady-unit h2{margin:0;
  font-size:calc(15.1px * 2.65);
  line-height:1.08;
  letter-spacing:-0.01em;}
.steady-unit .active-note{margin:1.5rem 0 calc(1.1rem * 1.5);
  font-size:calc(15.1px * 1.125);
  line-height:1.55;
  max-width:52rem;
  color:var(--surface-primary);}
.steady-unit .page-flow{padding:calc(1.5rem * .75) 0 1.1rem;
  border-top:1px solid var(--ink-muted);}
.steady-unit .page-flow:last-child{border-bottom:1px solid var(--ink-muted);}
.steady-unit h3{margin:0 0 calc(1.5rem * .75);
  font-size:calc(15.1px * 1.35);
  line-height:1.25;
  color:#8c1a1a;}
.steady-unit .page-flow p{margin:0;
  max-width:60rem;
  color:#141312;
  line-height:1.71;}
@media (max-width:640px){.steady-unit h2{font-size:calc(15.1px * 2)}.steady-unit .active-note{font-size:15.1px}
}
.featured-contact{padding:calc(1.5rem * 2.4) 1.12rem;background:#f7f5f2;color:#141312}
.featured-contact .visual{max-width:min(980px,64rem);margin:0 auto}
.featured-contact h2{margin:0;font-size:calc(15.1px * 2);line-height:1.1}
.featured-contact .clear-benefit{margin:1.5rem 0 calc(1.1rem * 1.5);font-size:calc(15.1px * 1.125);}
.featured-contact .public-lead{padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);margin:0;border-left:2px solid var(--ink-accent);border-bottom:1px solid var(--ink-muted)}
.featured-contact .public-lead:last-child{border-bottom:none}
.featured-contact h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.1px * 1.35);line-height:1.25}
.featured-contact .public-lead p{margin:0;font-size:15.1px;line-height:1.71}
@media (max-width:640px){.featured-contact .public-lead{padding-left:1.12rem}.featured-contact h2{font-size:calc(15.1px * 1.35)}
}
.primary-links{
    padding:calc(calc(1.5rem * 2.4)*1.4) 1.12rem;
    background:#f7f5f2;
    color:#141312;
  }
.primary-links .public-form{max-width:min(980px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.1rem * 1.5);}
.primary-links h1{margin:0;
    font-family:"Playfair Display", sans-serif;
    font-size:clamp(1.85rem,4.6vw,calc(15.1px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;
    border-left:3px solid var(--ink-accent,#b81f1f);
    padding-left:calc(1.12rem*0.9);}
.primary-links .visual-unit{max-width:44rem;
    padding-top:1.5rem;
    border-top:1px solid var(--ink-muted,#d8d3cd);}
.primary-links p{margin:0;
    font-size:15.1px;
    line-height:1.71;
    color:var(--surface-primary,#2a2825);}
@media (max-width:640px){.primary-links{
      padding-top:calc(calc(1.5rem * 2.4)*1.05);
      padding-bottom:calc(calc(1.5rem * 2.4)*1.05);
    }.primary-links h1{
      font-size:clamp(1.55rem,6.4vw,2rem);
    }
  }
.steady-form{--field-static:calc(1.5rem * 1.05);--state-main:calc(980px / 2.35);padding:calc(1.5rem * 2.4) 1.12rem;background:#f7f5f2;color:#141312;}
.steady-form .content-form{max-width:980px;margin:0 auto;}
.steady-form h1,.steady-form h2,.steady-form h3,.steady-form p{margin:0;}
.steady-form h2{font-size:calc(15.1px * 2);line-height:1.12;}
.steady-form p{font-size:15.1px;line-height:1.71;}
.steady-form a{color:#8c1a1a;text-decoration:none;}
.steady-form a:hover{color:#b81f1f;}
.steady-form .visual-header{display:flex;flex-direction:column;gap:calc(1.1rem * 1.5);}
.steady-form .narrow-benefit{display:flex;flex-direction:column;gap:calc(1.1rem * 1.5);max-width:var(--state-main);}
.steady-form .soft-header{font-size:calc(15.1px * 1.125);line-height:1.5;}
.steady-form .visual-unit{color:var(--surface-primary);}
.steady-form .clear-details{display:flex;flex-wrap:wrap;align-items:center;gap:1.1rem;margin-top:calc(1.5rem * .75);}
.steady-form .media-figure{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:var(--line-deep);color:#fdf7f5;font-size:15.1px;transition:background 300ms var(--speed-hover);}
.steady-form .media-figure:hover{background:#6d1212;color:#fdf7f5;}
.steady-form .direct-fields{font-size:calc(15.1px * .875);color:var(--surface-primary);flex:1 1 16rem;}
.steady-form .primary-summary{font-size:calc(15.1px * .875);color:var(--surface-primary);border-top:1px solid var(--ink-muted);padding-top:calc(1.5rem * .75);}
@media (max-width:640px){.steady-form .narrow-benefit{max-width:100%;}.steady-form .media-figure{width:100%;}
}
.page-links{background:#141312;color:#f4f2ef;padding:calc(1.5rem * 2.4) 1.12rem}
.page-links .content-form{max-width:980px;margin:0 auto}
.page-links .top-benefit{display:flex;flex-direction:column;gap:calc(1.1rem * 1.5)}
.page-links h2{margin:0;font-size:clamp(calc(15.1px * 2),4.6vw,calc(15.1px * 2.65));line-height:1.08;letter-spacing:0}
.page-links .media-group{display:flex;align-items:flex-start;justify-content:space-between;gap:calc(1.1rem * 1.5);flex-wrap:wrap}
.page-links .visual-unit{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.page-links .visual-unit p{margin:0;font-size:15.1px;line-height:1.71}
.page-links .visual-unit a{color:#f4f2ef;text-decoration:underline;text-underline-offset:3px}
.page-links .visual-unit a:hover{}
.page-links .primary-summary{flex:0 1 18rem;min-width:0;display:flex;flex-direction:column;gap:0.5rem;padding-left:calc(1.5rem * .75);border-left:2px solid var(--ink-accent)}
.page-links .primary-summary .primary-shell{font-size:calc(15.1px * .875);text-transform:uppercase;letter-spacing:0.06em;opacity:0.72}
.page-links .primary-summary a{padding:0.35rem 0;color:#f4f2ef;text-decoration:none;border-bottom:1px solid rgba(244,242,239,0.18);font-size:15.1px}
.page-links .primary-summary a:last-child{border-bottom:0}
.page-links .primary-summary a:hover{}
@media(max-width:760px){.page-links .media-group{flex-direction:column}.page-links .visual-unit,.page-links .primary-summary{flex-basis:auto;width:100%}.page-links .primary-summary{padding-left:0;border-left:0;border-top:2px solid var(--ink-accent);padding-top:calc(1.5rem * .75)}}
.narrow-list{padding:calc(1.5rem * 2.4) 1.12rem;background:#f7f5f2;color:#141312}
.narrow-list .content-form{max-width:980px;margin:0 auto}
.narrow-list .steady-tile{display:flex;flex-wrap:wrap;gap:calc(1.1rem * 1.5);align-items:flex-start}
.narrow-list .soft-header{flex:1 1 34rem;min-width:0}
.narrow-list .active-note{margin:0 0 1.5rem;font-size:calc(15.1px * .875);letter-spacing:0.08em;text-transform:uppercase;color:var(--surface-primary)}
.narrow-list h2{margin:0;font-size:calc(15.1px * 2.65);line-height:1.06}
.narrow-list .text-group{flex:1 1 26rem;min-width:0;border-left:2px solid var(--ink-accent);padding-left:calc(1.1rem * 1.5)}
.narrow-list .quiet-actions{margin:0;line-height:1.71;color:var(--surface-primary)}
.narrow-list .media-figure{display:inline-flex;align-items:center;margin-top:1.5rem;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.32rem;background:var(--line-deep);color:#fdf7f5;text-decoration:none;font-size:15.1px;transition:background 300ms var(--speed-hover)}
.narrow-list .media-figure:hover{background:#6d1212;color:var(--surface-card);}
.narrow-list .primary-summary{list-style:none;margin:calc(1.1rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.narrow-list .primary-summary li a{display:block;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--ink-muted);color:#8c1a1a;text-decoration:none;font-size:calc(15.1px * .875)}
.narrow-list .primary-summary li a:hover{color:#b81f1f}
@media(max-width:760px){.narrow-list .steady-tile{display:block}.narrow-list h2{font-size:calc(15.1px * 2)}.narrow-list .text-group{margin-top:calc(1.1rem * 1.5);border-left:0;padding-left:0;border-top:2px solid var(--ink-accent);padding-top:calc(1.1rem * 1.5)}
}
