body{margin:0;padding:0;font-family:"Playfair Display", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.primary-panel {
    width: 100%;
    background: var(--tone-secondary);
    color: var(--tone-inverse);
    border-bottom: 1px solid #DCD6C9;
  }
.site-method {
    max-width: 840px;
    margin: 0 auto;
    padding: calc(0.96rem * 1.5) 1.28rem;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand toggle"
      "nav nav";
    align-items: center;
    gap: 0.96rem;
  }
:root {
  --paint-strong: #4A463D;
  --line-inverse: #EFEAE0;
  --speed-soft: ease;
  --tone-secondary: #F7F4EE;
  --paint-primary: #1F4E79;
  --tone-inverse: #26241F;
}
.team-callout {
    grid-area: brand;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
  }
.quiet-group {
    display: inline-block;
    font-size: calc(15.9px * 1.125);
    font-weight: 700;
    letter-spacing: 0.14em;
    text-decoration: none;
    color: var(--tone-inverse);
    padding: 0.15rem 0;
    border-bottom: 2px solid transparent;
    transition: border-color 520ms var(--speed-soft);
  }
.quiet-group:hover,
  .quiet-group:focus-visible {
    border-bottom-color: #C25A1E;
  }
.narrow-inner {
    margin: 0;
    font-size: calc(15.9px * .875);
    color: var(--paint-strong);
    line-height: 1.84;
  }
.nav-toggle {
    grid-area: toggle;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0 10px;
    background: var(--line-inverse);
    color: var(--paint-strong);
    border: 1px solid #DCD6C9;
    border-radius: 0.43rem;
    cursor: pointer;
    transition: background 520ms var(--speed-soft);
  }
.nav-toggle:hover,
  .nav-toggle:focus-visible{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#26241F;}
.nav-toggle-bar {
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    border-radius: 0.23rem;
  }
.section {
    grid-area: nav;
    display: none;
    border-top: 1px solid #DCD6C9;
    padding-top: calc(0.96rem * 1.5);
  }
.section.is-open {
    display: block;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
.nav-item {
    margin: 0;
  }
.nav-link {
    display: block;
    padding: 0.6rem 0.1rem;
    font-size: 15.9px;
    color: var(--tone-inverse);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 520ms var(--speed-soft),
                border-color 520ms var(--speed-soft);
  }
.nav-link:hover,
  .nav-link:focus-visible {
    color: #C25A1E;
    border-bottom-color: #C25A1E;
  }
.nav-link.is-active {
    border-bottom-color: #C25A1E;
    font-weight: 600;
  }
@media (min-width: 768px) {
    .site-method {
      grid-template-columns: auto 1fr;
      grid-template-areas: "brand nav";
      align-items: end;
      gap: calc(0.96rem * 1.5);
    }

    .team-callout {
      padding-bottom: 0.35rem;
    }

    .nav-toggle {
      display: none;
    }

    .section {
      display: block;
      border-top: none;
      padding-top: 0;
      justify-self: end;
    }

    .nav-list {
      flex-direction: row;
      flex-wrap: wrap;
      align-items: flex-end;
      gap: calc(0.96rem * 1.5);
    }

    .nav-link {
      padding: 0.35rem 0.15rem;
      font-size: 15.9px;
    }
  }
.open-track{font-family:"Playfair Display", sans-serif;font-size:calc(15.9px * .875);line-height:1.84;padding:calc(1.5rem * 2.4) 1.28rem;background:#1F4E79;color:#F7F4EE;}
.primary-links{max-width:840px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(0.96rem * 1.5)}
.direct-entries{display:flex;flex-direction:column;gap:1.5rem}
.quiet-section{font-size:calc(15.9px * 1.35);font-weight:700;letter-spacing:0.04em;margin:0}
.offer-form{margin:0;font-size:calc(15.9px * .875);opacity:0.85;max-width:32ch}
.compact-panel{display:grid;grid-template-columns:1fr;gap:calc(0.96rem * 1.5)}
.quiet-callout{display:flex;flex-direction:column;gap:1.5rem}
.content-feature{font-size:15.9px;font-weight:600;margin:0;letter-spacing:0.02em}
.clear-nav{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2)}
.clear-nav a{color:inherit;text-decoration:none;font-size:calc(15.9px * .875);transition:opacity 520ms var(--speed-soft)}
.clear-nav a:hover{opacity:0.75;text-decoration:underline;color:inherit}
.clear-header{display:flex;flex-direction:column;gap:1.5rem}
.visual-method{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}
.visual-method li{display:flex;flex-direction:column;gap:0.25rem}
.direct-intro{font-size:calc(15.9px * .875);font-weight:600;opacity:0.75}
.team-fields{font-size:calc(15.9px * .875);color:inherit;text-decoration:none;word-break:break-word}
a.footer-value:hover{text-decoration:underline;color:inherit}
.team-links{max-width:840px;margin:calc(0.96rem * 1.5) auto 0;padding-top:calc(0.96rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15);display:flex;flex-direction:column;gap:1.5rem}
.wide-links{margin:0;font-size:calc(15.9px * .875);line-height:1.84;opacity:0.85}
.wide-links a{color:inherit;text-decoration:underline}
.top-brand{margin:0;font-size:calc(15.9px * .875);opacity:0.7}
@media (min-width: 640px) {.compact-panel{grid-template-columns:repeat(2, 1fr)}
}
@media (min-width: 960px) {.primary-links{grid-template-columns:1.2fr 2fr 1.2fr;align-items:start}.compact-panel{grid-template-columns:repeat(3, 1fr)}
}
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:12px;right:12px;bottom:12px;z-index:1200;}
.cookies .public-surface{max-width:840px;margin:0 auto;padding:14px 12px;border:1px solid #DCD6C9;border-radius:12px;background:#FFFFFF;box-shadow:0 1px 3px rgba(0,0,0,0.05);display:flex;align-items:center;justify-content:space-between;gap:0.96rem;flex-wrap:wrap;color:#26241F;}
.cookies .public-surface p{margin:0;}
.cookies .service-media{display:flex;gap:8px;flex-wrap:wrap;}
.cookies .service-media button{border:0;border-radius:999px;background:var(--line-inverse);color:var(--paint-strong);padding:7px 11px;cursor:pointer;}
.cookies .service-media button.cookie-accept{background:var(--paint-primary);color:#F7F4EE;}
@media (max-width: 760px){.cookies{border-radius:0.51rem;}
    }
.quiet-summary{padding:calc(1.5rem*3) 1.28rem;background:linear-gradient(135deg, #F7F4EE 0%, #EFEAE0 55%, #E6DFD1 100%);color:#26241F;}
.quiet-summary .public-surface{max-width:840px;margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:calc(0.96rem*2);flex-wrap:wrap;}
.quiet-summary .featured-block{flex:1 1 30rem;min-width:0;}
.quiet-summary h1{margin:0 0 calc(0.96rem * 1.5);font-size:clamp(2.1rem,4.6vw,3.6rem);line-height:1.05;letter-spacing:-0.01em;}
.quiet-summary .simple-body{margin:0;font-size:15.9px;line-height:1.84;}
.quiet-summary .primary-summary{margin:calc(0.96rem * 1.5) 0 0;font-size:calc(15.9px * .875);}
.quiet-summary .service-media{margin-top:calc(0.96rem * 1.5);display:flex;gap:.65rem;flex-wrap:wrap;}
.quiet-summary .service-media a{background:#C25A1E;color:#FFF8F1;padding:.78rem 1.1rem;border-radius:0.43rem;text-decoration:none;font-weight:700;transition:background 520ms var(--speed-soft);}
.quiet-summary .service-media a:hover{background:#A34715;color:#26241F;}
.quiet-summary .service-media a+a{background:var(--paint-primary);color:#F7F4EE;}
.quiet-summary .service-media a+a:hover{background:#173C5E;color:#26241F;}
.quiet-summary .fresh-form{margin:calc(0.96rem * 1.5) 0 0;font-size:calc(15.9px * .875);}
.quiet-summary .fresh-form a{text-decoration:underline;text-underline-offset:3px;}
.quiet-summary .fresh-form a:hover{}
.quiet-summary .soft-track{flex:0 1 min(30rem,40vw);min-width:0;margin:0;}
.quiet-summary .soft-track img{width:100%;height:auto;display:block;object-fit:cover;border-radius:0.51rem;box-shadow:0 5px 14px rgba(0,0,0,0.06);}
.quiet-summary .soft-track figcaption{margin-top:.6rem;font-size:calc(15.9px * .875);}
@media (max-width:860px){.quiet-summary .public-surface{gap:0.96rem;}.quiet-summary .soft-track{flex:1 1 100%;}
}
.compact-items{
  --layer-strong:calc(1.5rem * 0.9);
  --field-content:calc(840px / 2.4);
  padding:calc(1.5rem * 2.4) 1.28rem;
  background:var(--tone-secondary);
  color:var(--tone-inverse);
}
.compact-items .public-surface{max-width:840px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--layer-strong);}
.compact-items h2,
.compact-items h3,
.compact-items p{margin:0;}
.compact-items h2{font-size:calc(15.9px * 2);
  line-height:1.14;}
.compact-items h3{font-size:calc(15.9px * 1.35);
  line-height:1.22;}
.compact-items p{font-size:15.9px;
  line-height:1.84;}
.compact-items .service-nav{display:flex;
  flex-direction:column;
  gap:calc(0.96rem * 0.9);}
.compact-items .simple-body{color:var(--paint-strong);}
.compact-items .stage{display:flex;
  flex-wrap:wrap;
  gap:0.96rem;}
.compact-items .public-inner{
  flex:1 1 calc(840px / 3.2);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * 0.95);
  border-radius:0.43rem;
  background:#FFFFFF;
  color:#26241F;
  border:1px solid #DCD6C9;
  box-shadow:0 1px 3px rgba(0,0,0,0.05);
}
.compact-items .public-inner p{margin-top:calc(1.5rem / 3.2);
  color:var(--paint-strong);}
.compact-items .fresh-form{padding-top:calc(1.5rem / 2.4);
  border-top:1px solid #DCD6C9;}
.compact-items .fresh-form p{font-size:calc(15.9px * .875);
  color:var(--paint-strong);}
.compact-items .fresh-form a{color:#1F4E79;
  text-decoration:underline;
  text-underline-offset:2px;}
.compact-items .fresh-form a:hover{color:inherit;}
@media (max-width:720px){.compact-items .public-inner{
    flex:1 1 100%;
  }
}
.form{--layer-strong:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.28rem;background:var(--tone-secondary);color:var(--tone-inverse);}
.form .public-surface{max-width:840px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.96rem * 1.5);}
.form h2,.form p{margin:0;}
.form h2{font-size:calc(15.9px * 2);line-height:1.14;}
.form p{font-size:15.9px;line-height:1.84;}
.form .service-nav{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.form .simple-body{}
.form .direct-grid{display:flex;flex-direction:column;gap:calc(0.96rem * .9);}
.form details{padding:calc(calc(1.5rem * .75) * .95) calc(1.5rem * .75);border-radius:0.43rem;background:#FFFFFF;color:#26241F;border:1px solid #DCD6C9;}
.form summary{cursor:pointer;font-weight:700;font-size:15.9px;list-style:none;}
.form summary::-webkit-details-marker{display:none;}
.form summary::after{content:"+";float:right;font-weight:400;}
.form details[open] summary::after{content:"-";}
.form details p{margin-top:calc(1.5rem / 3);}
.form .primary-summary{font-size:calc(15.9px * .875);border-top:1px solid #DCD6C9;padding-top:calc(1.5rem * .75);}
.form .primary-summary a{text-decoration:underline;}
.form .primary-summary a:hover{}
@media (max-width:640px){.form .public-surface{gap:1.5rem;}.form summary::after{float:none;margin-left:calc(0.96rem / 2);}
}
.featured-frame{--layer-strong:calc(1.5rem * 1.05);--field-soft:calc(840px / 3.1);padding:calc(1.5rem * 2.4) 1.28rem;background:var(--tone-secondary);color:var(--tone-inverse);}
.featured-frame .public-surface{max-width:840px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-strong);}
.featured-frame h2,.featured-frame h3,.featured-frame p{margin:0;}
.featured-frame h2{font-size:calc(15.9px * 2);line-height:1.14;}
.featured-frame h3{font-size:calc(15.9px * 1.35);line-height:1.22;}
.featured-frame p{font-size:15.9px;line-height:1.84;}
.featured-frame .service-nav{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.featured-frame .simple-body{color:var(--paint-strong);}
.featured-frame .open-section{display:flex;flex-wrap:wrap;gap:var(--layer-strong);}
.featured-frame .public-inner{flex:1 1 var(--field-soft);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(var(--layer-strong) * .7);background:#FFFFFF;color:#26241F;border:1px solid #DCD6C9;border-radius:0.43rem;}
.featured-frame .public-inner p{color:var(--paint-strong);}
.featured-frame .public-inner a{display:inline-flex;align-self:flex-start;margin-top:auto;padding:calc(calc(1.5rem * .75) / 2) calc(1.5rem * .75);border-radius:0.23rem;background:#C25A1E;color:#FFF8F1;text-decoration:none;font-size:calc(15.9px * .875);}
.featured-frame .public-inner a:hover{background:#A34715;color:#26241F;}
.featured-frame .fresh-form{margin-top:calc(var(--layer-strong) / 3);padding-top:calc(var(--layer-strong) / 3);border-top:1px solid #DCD6C9;color:var(--paint-strong);font-size:calc(15.9px * .875);}
.featured-frame .fresh-form a{color:#1F4E79;text-decoration:underline;text-underline-offset:2px;}
.featured-frame .fresh-form a:hover{color:inherit;}
@media (max-width:640px){.featured-frame .public-inner{flex:1 1 100%;}
}
.simple-method{
        padding:calc(1.5rem * 2.4) 1.28rem;
        background:var(--line-inverse);
        color:var(--paint-strong);
    }
.simple-method .public-surface{max-width:840px;
        margin:0 auto;}
.simple-method .secondary-summary{margin-bottom:calc(0.96rem * 1.5);
        border-bottom:1px solid #DCD6C9;
        padding-bottom:calc(1.5rem * .75);}
.simple-method .secondary-summary p{margin:0;
        font-size:calc(15.9px * .875);
        letter-spacing:.04em;
        text-transform:uppercase;
        opacity:.85;}
.simple-method .secondary-summary h2{margin:1.28rem 0 0;
        font-size:calc(15.9px * 2);
        line-height:1.25;}
.simple-method .service-nav{margin-bottom:calc(0.96rem * 1.5);}
.simple-method .service-nav p{margin:0;
        font-size:15.9px;
        line-height:1.84;}
.simple-method .stage{display:flex;
        flex-direction:column;
        gap:0.96rem;
        margin-bottom:calc(0.96rem * 1.5);}
.simple-method .public-inner{
        background:#FFFFFF;
        color:#26241F;
        border:1px solid #DCD6C9;
        border-radius:0.51rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 1px 3px rgba(0,0,0,0.05);
    }
.simple-method .public-inner h3{margin:0 0 1.28rem;
        font-size:calc(15.9px * 1.35);
        line-height:1.3;}
.simple-method .public-inner p{margin:0;
        font-size:15.9px;
        line-height:1.84;}
.simple-method .primary-summary{
        border-left:3px solid #C25A1E;
        padding:calc(1.5rem * .75) calc(0.96rem * 1.5);
        background:#FFFFFF;
        color:#26241F;
        border-radius:0.43rem;
    }
.simple-method .primary-summary p{margin:0;
        font-size:15.9px;
        line-height:1.84;}
.simple-method .fresh-form{margin-top:1.28rem;
        display:flex;
        flex-wrap:wrap;
        gap:0.96rem;}
.simple-method .fresh-form a{text-decoration:underline;
        text-underline-offset:3px;
        font-size:calc(15.9px * .875);
        font-weight:600;}
.simple-method .fresh-form a:hover{}
@media (max-width:640px){.simple-method .secondary-summary h2{
            font-size:calc(15.9px * 1.35);
        }.simple-method .fresh-form{
            flex-direction:column;
            gap:1.28rem;
        }
    }
.track{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.28rem;
    background:var(--tone-secondary,#F7F4EE);
    color:var(--tone-inverse,#26241F);
  }
.track .top-fields{max-width:min(840px,58rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;}
.track h1{margin:0;
    max-width:20ch;
    font-size:clamp(1.95rem,4.8vw,calc(15.9px * 2.65));
    line-height:1.08;
    font-weight:660;
    letter-spacing:-0.01em;}
.track .media-visual{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.43rem;
    margin:clamp(1.1rem,2.4vw,calc(0.96rem * 1.5)) 0 0;
    box-shadow:0 1px 3px rgba(0,0,0,0.05);}
.track .featured-block{margin-top:clamp(.9rem,2vw,1.5rem);
    padding-top:clamp(.8rem,1.6vw,1.5rem);
    border-top:1px solid #DCD6C9;}
.track p{margin:0;
    font-size:clamp(.98rem,1.2vw,15.9px);
    line-height:1.84;}
@media (max-width:640px){.track h1{max-width:100%;}.track .media-visual{aspect-ratio:4/3;}.track{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.visual-callout{--layer-strong:calc(1.5rem * 1.06);--copy-quiet:calc(840px / 3.37);padding:calc(1.5rem * 2.4) 1.28rem;background:#1F4E79;color:#F7F4EE;}
.visual-callout .public-surface{max-width:840px;margin:0 auto;}
.visual-callout h2,.visual-callout h3,.visual-callout p{margin:0;}
.visual-callout h2{font-size:calc(15.9px * 2);line-height:1.12;}
.visual-callout h3{font-size:calc(15.9px * 1.35);line-height:1.2;margin-top:calc(1.5rem / 2.4);}
.visual-callout p{font-size:15.9px;line-height:1.84;}
.visual-callout .simple-body{margin-top:1.5rem;opacity:.85;}
.visual-callout .contact-feature{padding-inline-start:calc(1.28rem / 2);}
.visual-callout .focused-intro{padding-block:calc(var(--layer-strong) / 2);}
.visual-callout .media-wrap{row-gap:calc(var(--layer-strong) * .7);}
.visual-callout .stage{display:flex;flex-wrap:wrap;gap:var(--layer-strong);margin-top:var(--layer-strong);}
.visual-callout .public-inner{flex:1 1 var(--copy-quiet);min-width:0;padding:calc(var(--layer-strong) * .75);border-radius:0.43rem;background:#FFFFFF;color:#26241F;border:1px solid #DCD6C9;}
.visual-callout .public-inner p{color:inherit;}
.visual-callout .public-inner h3{color:inherit;font-size:calc(15.9px * .875);text-transform:uppercase;letter-spacing:.04em;opacity:.75;}
.focused-links{
  background:var(--tone-secondary);
  color:var(--tone-inverse);
  padding:calc(1.5rem * 2.4) 1.28rem;
}
.focused-links .c{max-width:840px;
  margin:0 auto;}
.focused-links .h{margin-bottom:calc(0.96rem * 1.5);
  padding-bottom:calc(0.96rem * 1.5);
  border-bottom:1px solid #DCD6C9;}
.focused-links h1{font-size:calc(15.9px * 2.65);
  line-height:1.15;
  margin:0 0 0.96rem;}
.focused-links .simple-body{font-size:15.9px;
  line-height:1.84;
  margin:0 0 0.96rem;}
.focused-links .direct-brand{display:flex;
  align-items:baseline;
  gap:0.6rem;
  flex-wrap:wrap;}
.focused-links .featured-flow{font-size:calc(15.9px * 2);
  font-weight:700;}
.focused-links .primary-shell{font-size:calc(15.9px * .875);}
.focused-links .team-region{display:flex;
  flex-wrap:wrap;
  gap:0.5rem;
  margin-bottom:calc(0.96rem * 1.5);}
.focused-links .steady-links{
  font:inherit;
  font-size:calc(15.9px * .875);
  padding:0.4rem 0.85rem;
  border-radius:0.23rem;
  border:1px solid #DCD6C9;
  background:#FFFFFF;
  color:#26241F;
  cursor:pointer;
  transition:background 520ms var(--speed-soft), border-color 520ms var(--speed-soft);
}
.focused-links .steady-links:hover{border-color:var(--paint-primary);}
.focused-links .steady-links.is-active{
  background:var(--paint-primary);
  color:#F7F4EE;
  border-color:var(--paint-primary);
}
.focused-links .stage{display:flex;
  flex-direction:column;
  gap:calc(0.96rem * 1.5);}
.focused-links .public-inner{display:grid;
  grid-template-columns:1fr;
  gap:0.96rem;
  padding-bottom:calc(0.96rem * 1.5);
  border-bottom:1px solid #DCD6C9;}
.focused-links .public-inner:last-of-type{border-bottom:0;
  padding-bottom:0;}
.focused-links .clear-rail{
  display:block;
  overflow:hidden;
  border-radius:0.43rem;
  background:var(--line-inverse);color:var(--paint-strong);}
.focused-links .clear-rail img{display:block;
  width:100%;
  height:auto;
  aspect-ratio:16 / 10;
  object-fit:cover;}
.focused-links .simple-menu{display:flex;
  flex-wrap:wrap;
  gap:0.75rem;
  align-items:center;
  margin-bottom:0.5rem;}
.focused-links .steady-benefit{
  font-size:calc(15.9px * .875);
  padding:0.2rem 0.6rem;
  border-radius:0.23rem;
  background:#C25A1E;
  color:#FFF8F1;
}
.focused-links .content-section{font-size:calc(15.9px * .875);}
.focused-links h2{font-size:calc(15.9px * 1.35);
  line-height:1.25;
  margin:0 0 0.35rem;}
.focused-links h2 a{color:inherit;
  text-decoration:none;}
.focused-links h2 a:hover{}
.focused-links .open-stack{font-size:calc(15.9px * .875);
  margin:0 0 0.75rem;}
.focused-links .service-menu{line-height:1.84;
  margin:0 0 0.96rem;}
.focused-links .steady-callout{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1rem;}
.focused-links .wide-headline{font-size:calc(15.9px * .875);
  font-weight:600;}
.focused-links .wide-area{font-size:calc(15.9px * .875);
  text-decoration:underline;
  text-underline-offset:3px;}
.focused-links .wide-area:hover{}
.focused-links .primary-summary{margin-top:calc(0.96rem * 1.5);
  padding-top:0.96rem;
  border-top:1px solid #DCD6C9;
  font-size:calc(15.9px * .875);
  line-height:1.84;}
.focused-links .primary-summary a{}
.focused-links .primary-summary a:hover{}
@media (min-width:768px){.focused-links .public-inner{
    grid-template-columns:minmax(0,260px) minmax(0,1fr);
    align-items:start;
  }
}
.clear-copy{
  padding: calc(1.5rem * 2.4) 1.28rem;
  background: #1F4E79;
  color: #F7F4EE;
}
.clear-copy .public-surface{max-width: min(840px, 74rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr);
  gap: calc(0.96rem * 1.5);
  align-items: start;}
.clear-copy .simple-body h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(15.9px * 2);
  line-height: 1.12;}
.clear-copy .simple-body p{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(15.9px * 1.125);
  line-height: 1.84;
  opacity: .88;}
.clear-copy .simple-body a{
  display: inline-flex;
  margin-top: calc(calc(1.5rem * .75) * .4);
  padding: calc(calc(1.5rem * .75) * .75) calc(1.5rem * .75);
  border-radius: 0.43rem;
  background: #C25A1E;
  color: #FFF8F1;
  text-decoration: none;
  font-size: calc(15.9px * .875);
  letter-spacing: .01em;
}
.clear-copy .simple-body a:hover{
  background: #A34715;color:#26241F;}
.clear-copy .plan{
  padding: calc(1.5rem * .75);
  border-radius: 0.51rem;
  background: #FFFFFF;
  color: #26241F;
  border: 1px solid #DCD6C9;
}
.clear-copy .fresh-callout{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(15.9px * .875);
  text-transform: uppercase;
  letter-spacing: .08em;color:inherit;}
.clear-copy .stage{list-style: none;
  margin: 0;
  padding: 0;}
.clear-copy .stage li{padding: 0 0 calc(1.5rem * .75);
  margin: 0 0 calc(1.5rem * .75);
  border-bottom: 1px solid #DCD6C9;}
.clear-copy .stage li:last-child{padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;}
.clear-copy .stage strong{display: block;
  font-size: 15.9px;
  line-height: 1.3;}
.clear-copy .stage span{display: block;
  margin-top: calc(calc(1.5rem * .75) * .35);
  font-size: calc(15.9px * .875);
  line-height: 1.84;color:inherit;}
.clear-copy .primary-summary{margin: calc(1.5rem * .75) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #DCD6C9;
  font-size: calc(15.9px * .875);
  line-height: 1.84;color:inherit;}
@media (max-width: 760px) {.clear-copy .public-surface{
    grid-template-columns: 1fr;
  }
}
.wide-shell{--layer-strong:calc(1.5rem * 1.2);--font-heading:calc(840px / 3.4);padding:calc(1.5rem * 2.4) 1.28rem;background:var(--tone-secondary);color:var(--tone-inverse);}
.wide-shell .public-surface{max-width:840px;margin:0 auto;}
.wide-shell h1,.wide-shell h2,.wide-shell h3,.wide-shell p{margin:0;}
.wide-shell h2{font-size:calc(15.9px * 2);line-height:1.14;}
.wide-shell h3{font-size:calc(15.9px * 1.35);line-height:1.24;margin-bottom:calc(1.5rem / 3);}
.wide-shell p{font-size:15.9px;line-height:1.84;}
.wide-shell .simple-body{margin-top:1.5rem;}
.wide-shell a{text-decoration:none;border-bottom:1px solid #1F4E79;}
.wide-shell a:hover{border-bottom-color:#C25A1E;}
.wide-shell img{display:block;width:100%;height:auto;border-radius:0.43rem;}
.wide-shell .stage{display:flex;flex-direction:column;gap:var(--layer-strong);margin-top:var(--layer-strong);}
.wide-shell .public-inner{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #C25A1E;}
.wide-shell .narrow-body{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.96rem;}
.wide-shell .narrow-body>.featured-block{flex:1 1 calc(840px / 3);min-width:0;}
.wide-shell .narrow-body>.stage{flex:2 1 calc(840px / 2);margin-top:0;}
.wide-shell .narrow-body>img{margin-left:auto;max-width:var(--font-heading);}
.wide-shell .fresh-form{margin-top:var(--layer-strong);font-size:calc(15.9px * .875);}
@media (max-width:720px){.wide-shell .narrow-body>img{max-width:100%;margin-left:0;}.wide-shell .narrow-body>.featured-block,.wide-shell .narrow-body>.stage{flex:1 1 100%;}
}
.strong-section{padding:calc(calc(1.5rem * 2.4)*.72) 1.28rem;background:var(--tone-secondary,#F7F4EE);color:var(--tone-inverse,#26241F);}
.strong-section .top-fields{max-width:min(840px,60rem);margin:0 auto;display:flex;flex-direction:column;gap:clamp(1rem,2vw,calc(0.96rem * 1.5));}
.strong-section h1{margin:0;max-width:22ch;font-size:clamp(1.95rem,4.8vw,calc(15.9px * 2.65));line-height:1.08;font-weight:680;letter-spacing:-0.005em;}
.strong-section .media-visual{display:block;width:min(100%,46rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.43rem;}
.strong-section .featured-block{padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid #DCD6C9;}
.strong-section p{margin:0;font-size:clamp(1rem,1.22vw,15.9px);line-height:1.78;color:var(--paint-strong,#4A463D);}
@media (max-width:640px){.strong-section{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.strong-section h1{max-width:100%;}.strong-section .media-visual{aspect-ratio:4/3;}
  }
.compact-brand{
  background: var(--tone-secondary);
  color: var(--tone-inverse);
  padding: calc(1.5rem * 2.4) 1.28rem;
}
.compact-brand .public-surface{width: min(100%, 840px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.96rem * 1.5);
  align-items: flex-start;}
.compact-brand .soft-track{margin: 0;
  flex: 1 1 20rem;
  min-width: 0;}
.compact-brand .media-visual{display: block;
  width: 100%;
  height: 100%;
  min-height: 30rem;
  object-fit: cover;
  border-radius: 0.51rem;
  box-shadow: 0 5px 14px rgba(0,0,0,0.06);}
.compact-brand .featured-block{flex: 1 1 22rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(0.96rem * 1.5);}
.compact-brand h2{margin: 0;
  font-size: calc(15.9px * 2);
  line-height: 1.12;}
.compact-brand .featured-block > p{margin: 0;
  font-size: 15.9px;
  line-height: 1.84;}
.compact-brand .fresh-unit{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.compact-brand .fresh-unit > div{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.43rem;
  background: #FFFFFF;
  color: #26241F;
  border: 1px solid #DCD6C9;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.compact-brand strong{flex: 1 1 12rem;
  min-width: 0;
  font-size: calc(15.9px * 1.35);
  line-height: 1.2;}
.compact-brand span{flex: 2 1 18rem;
  min-width: 0;
  font-size: calc(15.9px * .875);
  line-height: 1.84;}
@media (max-width: 860px) {.compact-brand .media-visual{ min-height: 18rem; }.compact-brand .public-surface{ gap: calc(1.5rem * .75); }
}
.active-stack{
  background:var(--tone-secondary);
  color:var(--tone-inverse);
  padding:calc(1.5rem * 2.4) 1.28rem;
}
.active-stack .public-surface{max-width:840px;
  margin:0 auto;}
.active-stack .media-list{padding-bottom:calc(0.96rem * 1.5);
  border-bottom:1px solid #DCD6C9;}
.active-stack .open-media{margin:0 0 1.5rem;
  color:var(--paint-strong);
  font-size:15.9px;
  line-height:1.84;}
.active-stack h2{margin:0;
  font-size:calc(15.9px * 2);
  line-height:1.12;
  letter-spacing:0;}
.active-stack .main-track{margin-top:calc(0.96rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:0;}
.active-stack .public-inner{display:grid;
  grid-template-columns:14rem 1fr;
  gap:0.96rem;
  align-items:baseline;
  padding:1.5rem 0;}
.active-stack .public-inner + .public-inner{border-top:1px solid #DCD6C9;}
.active-stack .public-inner strong{font-size:15.9px;
  line-height:1.35;
  color:var(--tone-inverse);}
.active-stack .public-inner span{color:var(--paint-strong);
  line-height:1.84;}
@media (max-width:720px){.active-stack .public-inner{
    grid-template-columns:1fr;
    gap:.4rem;
  }
}
.local-details{--layer-strong:calc(1.5rem * 1.10);--copy-quiet:calc(840px / 2.9);padding:calc(1.5rem * 2.4) 1.28rem;background:var(--tone-secondary);color:var(--tone-inverse);}
.local-details .public-surface{max-width:840px;margin:0 auto;display:flex;flex-direction:column;row-gap:calc(var(--layer-strong) * 1.15);}
.local-details h2,.local-details h3,.local-details p{margin:0;}
.local-details h2{font-size:calc(15.9px * 2);line-height:1.14;}
.local-details h3{font-size:calc(15.9px * 1.35);line-height:1.22;}
.local-details p{font-size:15.9px;line-height:1.84;}
.local-details a{text-decoration:none;border-bottom:1px solid #DCD6C9;}
.local-details a:hover{}
.local-details .plan{display:flex;flex-direction:column;row-gap:1.5rem;}
.local-details .simple-body{}
.local-details .primary-details{display:flex;flex-wrap:wrap;gap:0.96rem;}
.local-details .public-inner{flex:1 1 var(--copy-quiet);min-width:0;padding:calc(1.5rem * .75);border-radius:0.43rem;background:#FFFFFF;color:#26241F;border:1px solid #DCD6C9;}
.local-details .public-inner p{margin-top:calc(1.5rem / 3);}
.local-details .primary-summary{padding-top:calc(0.96rem * 1.5);border-top:1px solid #DCD6C9;}
@media (max-width:640px){.local-details .public-inner{flex:1 1 100%;}
}
.plain-area{
        --layer-strong: calc(1.5rem * 1.05);
        padding: calc(1.5rem * 2.4) 1.28rem;
        background: var(--tone-secondary);
        color: var(--tone-inverse);
    }
.plain-area .public-surface{max-width: 840px;
        margin: 0 auto;}
.plain-area h2,
    .plain-area h3,
    .plain-area p{margin: 0;}
.plain-area h2{font-size: calc(15.9px * 2);
        line-height: 1.14;}
.plain-area h3{font-size: calc(15.9px * 1.35);
        line-height: 1.22;}
.plain-area p{font-size: 15.9px;
        line-height: 1.84;}
.plain-area a{color: #1F4E79;
        text-decoration: underline;
        text-underline-offset: 3px;}
.plain-area a:hover{color:inherit;}
.plain-area .secondary-summary{display: flex;
        flex-direction: column;
        gap: calc(0.96rem * 1.5);
        padding-bottom: calc(0.96rem * 1.5);
        border-bottom: 1px solid #DCD6C9;}
.plain-area .simple-body{font-size: calc(15.9px * 1.125);
        color: var(--paint-strong);}
.plain-area .plan{display: flex;
        flex-direction: column;
        gap: var(--layer-strong);
        margin-top: var(--layer-strong);}
.plain-area .public-inner{display: flex;
        flex-direction: column;
        gap: calc(calc(0.96rem * 1.5) / 2);
        padding-left: calc(1.5rem * .75);
        border-left: 2px solid #C25A1E;}
.plain-area .bottom-panel{font-size: calc(15.9px * .875);
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: var(--paint-strong);}
@media (min-width: 720px) {.plain-area .public-inner{
            display: grid;
            grid-template-columns: 11rem 1fr;
            column-gap: 0.96rem;
            row-gap: calc(calc(0.96rem * 1.5) / 2);
            align-items: baseline;
        }.plain-area .public-inner .bottom-panel{
            grid-row: 1 / span 2;
        }.plain-area .public-inner h3{
            grid-column: 2;
        }.plain-area .public-inner p{
            grid-column: 2;
        }
    }
.steady-quote{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.28rem;
    background:var(--tone-secondary,#F7F4EE);
    color:var(--tone-inverse,#26241F);
  }
.steady-quote .top-fields{max-width:min(840px,52rem);
    margin:0 auto;}
.steady-quote h1{margin:0;
    max-width:24ch;
    font-size:clamp(1.95rem,4.6vw,calc(15.9px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:0;}
.steady-quote .media-visual{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.43rem;
    margin:clamp(1.1rem,2.4vw,calc(0.96rem * 1.5)) 0 0;}
.steady-quote .simple-body{margin-top:clamp(1rem,2vw,1.5rem);
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #DCD6C9;}
.steady-quote p{margin:0;
    font-size:clamp(1rem,1.22vw,15.9px);
    line-height:1.78;}
@media (max-width:640px){.steady-quote h1{max-width:100%;}.steady-quote .media-visual{aspect-ratio:4/3;}.steady-quote{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.local-footer{--layer-strong:calc(1.5rem * 1.20);--copy-quiet:calc(840px / 3.53);padding:calc(1.5rem * 2.4) 1.28rem;background:#C25A1E;color:#FFF8F1;}
.local-footer .public-surface{max-width:840px;margin:0 auto;}
.local-footer h2,.local-footer h3,.local-footer p{margin:0;}
.local-footer h2{font-size:calc(15.9px * 2);line-height:1.12;}
.local-footer h3{font-size:calc(15.9px * 1.35);line-height:1.2;}
.local-footer p{font-size:15.9px;line-height:1.84;color:color-mix(in srgb, currentColor 76%, transparent);}
.local-footer a{color:inherit;text-decoration:underline;text-underline-offset:2px;}
.local-footer .focused-intro{padding-block:calc(var(--layer-strong) / 2);}
.local-footer .local-wrap{row-gap:calc(var(--layer-strong) * 1.2);}
.local-footer .open-media{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.local-footer .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.96rem;}
.local-footer .row-title h2{flex:1 1 calc(840px / 3);min-width:0;}
.local-footer .row-title>p{flex:1 1 calc(840px / 3);min-width:0;}
.local-footer .wide-panel{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--layer-strong);margin-top:var(--layer-strong);}
.local-footer .public-inner{flex:1 1 var(--copy-quiet);min-width:0;}
.local-footer .public-inner p{margin-top:calc(1.5rem / 3);}
.local-footer .public-inner a{display:inline;margin-top:0;opacity:.9;}
.wide-service{
  padding: calc(1.5rem * 2.4) 1.28rem;
  background: #1F4E79;
  color: #F7F4EE;
}
.wide-service .public-surface{max-width: min(840px, 72rem);
  margin: 0 auto;}
.wide-service .secondary-summary{margin-bottom: calc(0.96rem * 1.5);}
.wide-service h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(15.9px * 2);
  line-height: 1.1;}
.wide-service .simple-body{margin: 0;
  font-size: calc(15.9px * 1.125);
  line-height: 1.84;
  opacity: 0.88;}
.wide-service .plan{display: flex;
  flex-wrap: wrap;
  gap: 0.96rem;
  margin-bottom: calc(0.96rem * 1.5);}
.wide-service .public-inner{
  flex: 1 1 min(100%, 20rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: calc(1.5rem * .75);
  background: #FFFFFF;
  color: #26241F;
  border: 1px solid #DCD6C9;
  border-radius: 0.51rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.wide-service .main-shell{margin: 0 0 calc(1.5rem * .75);
  font-size: 15.9px;
  line-height: 1.84;}
.wide-service .focused-menu{display: flex;
  align-items: center;
  gap: calc(0.96rem * 0.75);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #DCD6C9;}
.wide-service .focused-menu img{width: 3rem;
  height: 3rem;
  object-fit: cover;
  border-radius: 0.43rem;
  flex: 0 0 auto;}
.wide-service .id{display: flex;
  flex-direction: column;
  line-height: 1.35;}
.wide-service .id strong{font-size: 15.9px;}
.wide-service .id small{font-size: calc(15.9px * .875);
  opacity: 0.72;}
.wide-service .quiet-nav{padding-top: calc(0.96rem * 1.5);
  border-top: 1px solid rgba(247, 244, 238, 0.18);}
.wide-service .top-grid{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(15.9px * .875);
  opacity: 0.78;}
.wide-service .direct-plan{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.96rem;}
.wide-service .direct-plan li{padding: 0.4rem 0.85rem;
  border: 1px solid rgba(247, 244, 238, 0.28);
  border-radius: 0.23rem;
  font-size: calc(15.9px * .875);
  letter-spacing: 0.02em;}
@media (max-width: 720px) {.wide-service .plan{
    display: block;
  }.wide-service .public-inner + .public-inner{
    margin-top: 0.96rem;
  }
}
.contact-list{--layer-strong:calc(1.5rem * 1.32);--field-content:calc(840px / 2.45);--font-heading:calc(840px / 3.61);padding:calc(1.5rem * 2.4) 1.28rem;background:var(--paint-primary);color:#F7F4EE;}
.contact-list .public-surface{max-width:840px;margin:0 auto;}
.contact-list h1,.contact-list h2,.contact-list h3,.contact-list p{margin:0;}
.contact-list h1{font-size:calc(15.9px * 2.65);line-height:1.08;}
.contact-list h2{font-size:calc(15.9px * 2);line-height:1.12;}
.contact-list h3{font-size:calc(15.9px * 1.35);line-height:1.2;}
.contact-list p{font-size:15.9px;line-height:1.84;color:color-mix(in srgb, currentColor 78%, transparent);}
.contact-list a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.contact-list a:hover{border-bottom-color:currentColor;}
.contact-list img{display:block;width:100%;height:auto;border-radius:0.43rem;}
.contact-list .simple-body{margin-top:1.5rem;}
.contact-list .clear-content>img{margin-top:var(--layer-strong);}
.contact-list .stage{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.96rem;margin-top:var(--layer-strong);}
.contact-list .public-inner{flex:1 1 calc(840px / 4);min-width:0;}
.contact-list .public-inner p{margin-top:calc(1.5rem / 3);}
.contact-list .primary-summary{margin-top:var(--layer-strong);font-size:calc(15.9px * .875);}
.quiet-actions{
        padding: calc(1.5rem * 2.4) 1.28rem;
        background: var(--tone-secondary);
        color: var(--tone-inverse);
    }
.quiet-actions .public-surface{max-width: 840px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(0.96rem * 1.5);}
.quiet-actions .service-nav{display: flex;
        flex-direction: column;
        gap: calc(0.96rem * 0.6);}
.quiet-actions h2{font-size: calc(15.9px * 2);
        line-height: 1.14;
        margin: 0;}
.quiet-actions .simple-body{font-size: 15.9px;
        line-height: 1.84;
        margin: 0;
        color: var(--paint-strong);}
.quiet-actions .direct-grid{display: flex;
        flex-direction: column;
        gap: calc(0.96rem * 0.75);}
.quiet-actions details{
        padding: calc(1.5rem * .75);
        border-radius: 0.43rem;
        background: #FFFFFF;
        color: #26241F;
        border: 1px solid #DCD6C9;
        box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    }
.quiet-actions details[open]{box-shadow: 0 5px 14px rgba(0,0,0,0.06);}
.quiet-actions summary{cursor: pointer;
        font-weight: 700;
        font-size: 15.9px;
        line-height: 1.35;
        list-style: none;}
.quiet-actions summary::-webkit-details-marker{display: none;}
.quiet-actions summary::after{content: "+";
        float: right;
        font-weight: 400;color:inherit;
        margin-left: 0.96rem;}
.quiet-actions details[open] summary::after{content: "\2212";}
.quiet-actions details p{margin: calc(1.5rem / 3) 0 0;
        font-size: calc(15.9px * .875);
        line-height: 1.84;
        color: #26241F;}
.quiet-actions .fresh-form{margin: 0;
        font-size: calc(15.9px * .875);
        line-height: 1.84;
        color: var(--paint-strong);
        padding-top: calc(calc(0.96rem * 1.5) * 0.4);
        border-top: 1px solid #DCD6C9;}
.quiet-actions .fresh-form a{color: #1F4E79;
        text-decoration: underline;
        text-underline-offset: 3px;}
.quiet-actions .fresh-form a:hover{color:inherit;}
@media (max-width: 640px) {.quiet-actions details{
            padding: calc(calc(1.5rem * .75) * 0.85);
        }.quiet-actions summary{
            font-size: calc(15.9px * .875);
        }
    }
.narrow-method{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.28rem;
    background:var(--tone-secondary,#F7F4EE);
    color:var(--tone-inverse,#26241F);
  }
.narrow-method .top-fields{max-width:min(840px,60rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(0.96rem * 1.5));}
.narrow-method h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.9rem,4.6vw,calc(15.9px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.01em;}
.narrow-method .media-visual{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.43rem;
    box-shadow:var(--shadow-card,0 1px 3px rgba(0,0,0,0.05));}
.narrow-method .featured-block{padding-top:clamp(.7rem,1.4vw,1.5rem);
    border-top:1px solid #DCD6C9;}
.narrow-method p{margin:0;
    font-size:clamp(1rem,1.25vw,15.9px);
    line-height:1.78;
    color:var(--paint-strong,#4A463D);}
@media (max-width:640px){.narrow-method h1{max-width:100%;}.narrow-method .media-visual{aspect-ratio:4/3;}.narrow-method{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}
  }
.fresh-headline{
  background: var(--tone-secondary);
  color: var(--tone-inverse);
  padding: calc(1.5rem * 2.4) 1.28rem;
}
.fresh-headline .public-surface{width: min(100%, 840px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.96rem * 1.5);}
.fresh-headline .secondary-summary{display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.fresh-headline h2{margin: 0;
  font-size: calc(15.9px * 2);
  line-height: 1.1;}
.fresh-headline .secondary-summary p{margin: 0;
  line-height: 1.84;
  color: var(--paint-strong);}
.fresh-headline .secondary-contact{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.fresh-headline .primary-contact{
  flex: 1 1 16rem;
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.51rem;
  background: #FFFFFF;
  color: #26241F;
  border: 1px solid #DCD6C9;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.fresh-headline .primary-contact img{display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.43rem;}
.fresh-headline figcaption{display: flex;
  flex-direction: column;
  gap: 0.4rem;}
.fresh-headline strong{font-size: calc(15.9px * 1.35);
  line-height: 1.2;}
.fresh-headline span{font-size: calc(15.9px * .875);
  line-height: 1.84;
  color: var(--paint-strong);}
@media (max-width: 720px) {.fresh-headline .primary-contact{
    flex: 1 1 100%;
  }
}
.contact-note{
  --layer-strong:calc(1.5rem * 1.15);
  padding:calc(1.5rem * 2.4) 1.28rem;
  background:#C25A1E;
  color:#FFF8F1;
}
.contact-note .public-surface{max-width:840px;
  margin:0 auto;}
.contact-note h2,
.contact-note p{margin:0;}
.contact-note h2{font-size:calc(15.9px * 2);
  line-height:1.14;}
.contact-note p{font-size:15.9px;
  line-height:1.84;}
.contact-note .secondary-section{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:calc(0.96rem * 1.5);}
.contact-note .soft-area{flex:1 1 22rem;
  min-width:0;}
.contact-note .soft-area .simple-body{margin-top:1.5rem;}
.contact-note .soft-area .primary-summary{margin-top:calc(1.5rem * .75);
  font-size:calc(15.9px * .875);
  opacity:0.86;}
.contact-note .public-items{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:var(--layer-strong);
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.23rem;
  background:#FFF8F1;
  color:#C25A1E;
  text-decoration:none;
  font-size:15.9px;
}
.contact-note .public-items:hover{
  background:#A34715;
  color:#FFF8F1;
}
.contact-note .quiet-unit{flex:0 1 15rem;
  min-width:12rem;
  padding-top:0.2rem;
  border-top:1px solid color-mix(in srgb, #FFF8F1 40%, transparent);}
.contact-note .fresh-callout{font-size:calc(15.9px * .875);
  text-transform:uppercase;
  letter-spacing:0.04em;
  opacity:0.9;}
.contact-note .fresh-form{list-style:none;
  margin:calc(1.5rem * .75) 0 0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:0.55rem;}
.contact-note .fresh-form a{color:inherit;
  text-decoration:none;
  font-size:calc(15.9px * .875);
  border-bottom:1px solid color-mix(in srgb, #FFF8F1 45%, transparent);
  padding-bottom:0.15rem;}
.contact-note .fresh-form a:hover{border-bottom-color:#FFF8F1;}
@media (max-width:640px){.contact-note .quiet-unit{
    flex:1 1 100%;
  }
}
.narrow-steps{
        padding: calc(1.5rem * 2.4) 1.28rem;
        background: var(--tone-secondary);
        color: var(--tone-inverse)
    }
.narrow-steps .public-surface{max-width: 840px;
        margin: 0 auto}
.narrow-steps .public-figure{display: flex;
        flex-direction: column;
        gap: calc(0.96rem * 1.5);
        align-items: flex-start}
.narrow-steps .service-nav{min-width: 0}
.narrow-steps h2{margin: 0;
        font-size: calc(15.9px * 2);
        line-height: 1.12}
.narrow-steps .service-nav p{margin: 1.5rem 0 0;
        font-size: calc(15.9px * 1.125);
        line-height: 1.84}
.narrow-steps ul{flex: 1 1 44rem;
        min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0}
.narrow-steps li{display: flex;
        gap: 0.96rem;
        align-items: flex-start;
        padding: 1.5rem 0}
.narrow-steps li + li{border-top: 1px solid #DCD6C9}
.narrow-steps strong{flex: 0 1 17rem;
        min-width: 0;
        font-size: calc(15.9px * 1.35);
        line-height: 1.2}
.narrow-steps span{flex: 1 1 26rem;
        min-width: 0;
        line-height: 1.84}
@media (max-width: 760px) {.narrow-steps .public-figure,
        .narrow-steps li{
            display: block
        }.narrow-steps ul{
            margin-top: calc(0.96rem * 1.5)
        }.narrow-steps span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.strong-nav{--layer-strong:calc(1.5rem * 1.02);--field-content:calc(840px / 3.15);--font-heading:calc(840px / 3.11);padding:calc(1.5rem * 2.4) 1.28rem;background:#C25A1E;color:#FFF8F1;}
.strong-nav .public-surface{max-width:840px;margin:0 auto;}
.strong-nav h1,.strong-nav h2,.strong-nav h3,.strong-nav p{margin:0;}
.strong-nav h1{font-size:calc(15.9px * 2.65);line-height:1.08;}
.strong-nav h2{font-size:calc(15.9px * 2);line-height:1.12;}
.strong-nav h3{font-size:calc(15.9px * 1.35);line-height:1.2;}
.strong-nav p{font-size:15.9px;line-height:1.84;color:color-mix(in srgb, currentColor 78%, transparent);}
.strong-nav a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;}
.strong-nav img{display:block;width:100%;height:auto;border-radius:0.43rem;}
.strong-nav .public-items{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:#FFF8F1;color:#C25A1E;}
.strong-nav .simple-body{margin-top:1.5rem;}
.strong-nav .primary-summary{margin-top:var(--layer-strong);font-size:calc(15.9px * .875);}
.strong-nav .stage{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.96rem;margin-top:var(--layer-strong);text-align:left;}
.strong-nav .public-inner{flex:1 1 calc(840px / 4);min-width:0;}
.strong-nav .public-inner p{margin-top:calc(1.5rem / 3);}
.strong-nav .public-inner img{margin-bottom:calc(1.5rem / 2);}
.strong-nav .fresh-grid{text-align:center;}
.strong-nav .fresh-grid>.simple-body{margin:1.5rem auto 0;}
.strong-nav .fresh-grid>img{margin:var(--layer-strong) auto 0;}
.page-plan{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.28rem calc(calc(1.5rem * 2.4)*.78);
    background:var(--tone-secondary);
    color:var(--tone-inverse);
  }
.page-plan .top-fields{max-width:min(840px,64rem);
    margin:0 auto;}
.page-plan h1{margin:0;
    max-width:20ch;
    font-size:clamp(2rem,5vw,calc(15.9px * 2.65));
    line-height:1.06;
    font-weight:680;
    letter-spacing:0;}
.page-plan .simple-body{margin:clamp(.9rem,1.8vw,calc(0.96rem * 1.5)) 0 0;
    font-size:clamp(1.02rem,1.3vw,calc(15.9px * 1.125));
    line-height:1.72;
    max-width:56ch;}
.page-plan .media-visual{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.43rem;
    margin:clamp(1.1rem,2.4vw,calc(0.96rem * 1.5)) 0 0;}
.page-plan .primary-summary{margin-top:clamp(1.1rem,2.4vw,1.5rem);
    padding-top:clamp(.9rem,1.7vw,1.5rem);
    border-top:1px solid #DCD6C9;
    display:flex;
    flex-wrap:wrap;
    gap:clamp(.9rem,1.8vw,0.96rem);}
.page-plan .primary-summary p{flex:1 1 20rem;
    margin:0;
    font-size:clamp(.98rem,1.15vw,15.9px);
    line-height:1.78;}
@media (max-width:640px){.page-plan{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}.page-plan h1{max-width:100%;}.page-plan .media-visual{aspect-ratio:4/3;}.page-plan .primary-summary{flex-direction:column;}
  }
.top-section{--layer-strong:calc(1.5rem * 0.95);--field-content:calc(840px / 2.19);padding:calc(1.5rem * 2.4) 1.28rem;background:var(--paint-primary);color:#F7F4EE;}
.top-section .public-surface{max-width:840px;margin:0 auto;}
.top-section h1,.top-section h2,.top-section h3,.top-section p,.top-section ul{margin:0;}
.top-section h2{font-size:calc(15.9px * 2);line-height:1.12;}
.top-section h3{font-size:calc(15.9px * 1.35);line-height:1.2;}
.top-section p{font-size:15.9px;line-height:1.84;color:color-mix(in srgb, currentColor 76%, transparent);}
.top-section a{color:inherit;text-decoration:none;}
.top-section .contact-feature{padding-inline-start:calc(1.28rem / 2);}
.top-section .local-wrap{row-gap:calc(var(--layer-strong) * 1.2);}
.top-section .team-service{display:flex;align-items:flex-start;gap:0.96rem;}
.top-section .featured-block{flex:1 1 calc(840px / 3);min-width:0;}
.top-section .featured-block p{margin-top:1.5rem;}
.top-section .wide-panel{flex:2 1 calc(840px / 2);display:flex;flex-direction:column;gap:var(--layer-strong);}
.top-section .public-inner{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.top-section .public-inner h3{font-size:calc(15.9px * 1.125);}
.top-section .public-inner p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.top-section .team-service{flex-direction:column;}.top-section .wide-panel{margin-top:1.5rem;}}
.narrow-list{
        padding: calc(1.5rem * 2.4) 1.28rem;
        background: var(--line-inverse);
        color: var(--paint-strong)
    }
.narrow-list .public-surface{max-width: 840px;
        margin: 0 auto;
        width: min(100%, 54rem)}
.narrow-list .service-nav{margin-bottom: calc(0.96rem * 1.5);
        border-bottom: 1px solid #DCD6C9;
        padding-bottom: 1.5rem}
.narrow-list .service-nav p{margin: 0;
        font-size: calc(15.9px * .875);
        letter-spacing: 0.02em;
        text-transform: uppercase;
        line-height: 1.84}
.narrow-list h2{margin: calc(1.5rem * .75) 0 0;
        font-size: calc(15.9px * 2);
        line-height: 1.12}
.narrow-list .service-story{display: flex;
        flex-wrap: wrap;
        gap: 0.96rem;
        align-items: flex-start}
.narrow-list .primary-summary{flex: 1 1 16rem;
        line-height: 1.84}
.narrow-list .primary-summary p{margin: 0 0 calc(1.5rem * .75)}
.narrow-list .primary-summary p:last-child{margin-bottom: 0}
.narrow-list .fresh-form a{color: #1F4E79;
        text-decoration: underline;
        text-underline-offset: 2px}
.narrow-list .fresh-form a:hover{color:inherit;}
.narrow-list .stage{flex: 2 1 22rem;
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75)}
.narrow-list li{padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
        border-left: 2px solid #C25A1E;
        font-size: 15.9px;
        line-height: 1.3}
.narrow-list li strong{display: block;
        font-size: calc(15.9px * 1.125);
        line-height: 1.2}
.narrow-list li span{display: block;
        margin-top: calc(1.5rem * .75);
        font-size: 15.9px;
        line-height: 1.84}
@media (max-width: 720px) {.narrow-list .service-story{
            display: block
        }.narrow-list .primary-summary{
            margin-bottom: 1.5rem
        }
    }
.secondary-unit{--layer-strong:calc(1.5rem * 1.2);--font-heading:calc(840px / 3.4);padding:calc(1.5rem * 2.4) 1.28rem;background:var(--tone-secondary);color:var(--tone-inverse);}
.secondary-unit .public-surface{max-width:840px;margin:0 auto;}
.secondary-unit h1,.secondary-unit h2,.secondary-unit h3,.secondary-unit p{margin:0;}
.secondary-unit h2{font-size:calc(15.9px * 2);line-height:1.14;}
.secondary-unit h3{font-size:calc(15.9px * 1.35);line-height:1.24;}
.secondary-unit p{font-size:15.9px;line-height:1.84;}
.secondary-unit .simple-body{margin-top:calc(0.96rem * 1.5);}
.secondary-unit .fresh-form{margin-top:calc(1.5rem * .75);font-size:calc(15.9px * .875);}
.secondary-unit .fresh-form a{text-decoration:underline;text-underline-offset:3px;}
.secondary-unit .fresh-form a:hover{}
.secondary-unit img{display:block;width:100%;height:auto;border-radius:0.43rem;}
.secondary-unit .stage{display:flex;flex-direction:column;gap:var(--layer-strong);margin-top:var(--layer-strong);}
.secondary-unit .public-inner{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #DCD6C9;}
.secondary-unit .public-inner p{margin-top:calc(1.5rem / 3);}
.secondary-unit .narrow-body{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.96rem;}
.secondary-unit .narrow-body>.featured-block{flex:1 1 calc(840px / 3);min-width:0;}
.secondary-unit .narrow-body>.stage{flex:2 1 calc(840px / 2);margin-top:0;}
.secondary-unit .narrow-body>img{margin-left:auto;flex:0 1 var(--font-heading);}
@media (max-width:720px){.secondary-unit .narrow-body>img{flex:1 1 100%;margin-left:0;order:-1;}
}
.steady-stack{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.28rem;
    background:var(--tone-secondary,#F7F4EE);
    color:var(--tone-inverse,#26241F);
  }
.steady-stack .top-fields{max-width:min(840px,60rem);
    margin:0 auto;}
.steady-stack h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.85rem,4.6vw,calc(15.9px * 2.65));
    line-height:1.12;
    font-weight:640;
    letter-spacing:-0.005em;}
.steady-stack .media-visual{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.51rem;
    margin:clamp(1.1rem,2.4vw,calc(0.96rem * 1.5)) 0 0;}
.steady-stack .simple-body{margin-top:clamp(1.1rem,2.2vw,1.5rem);
    padding-top:clamp(.9rem,1.7vw,1.5rem);
    border-top:1px solid #DCD6C9;
    display:flex;
    flex-direction:column;
    gap:0.96rem;}
.steady-stack .simple-body p{margin:0;
    font-size:clamp(1rem,1.22vw,15.9px);
    line-height:1.78;
    color:var(--paint-strong,#4A463D);}
@media (max-width:640px){.steady-stack h1{max-width:100%;}.steady-stack .media-visual{aspect-ratio:4/3;}.steady-stack{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.wide-tile{
  padding: calc(1.5rem * 2.4) 1.28rem;
  background: #FFFFFF;
  color: #26241F;
  border-top: 1px solid #DCD6C9;
}
.wide-tile .public-surface{display: flex;
  flex-wrap: wrap;
  gap: calc(0.96rem * 1.5);
  max-width: 840px;
  margin: 0 auto;
  align-items: flex-start;}
.wide-tile .featured-block{flex: 1 1 42%;
  min-width: 0;}
.wide-tile h2{margin: 0 0 1.5rem;
  font-size: calc(15.9px * 2);
  line-height: 1.15;}
.wide-tile .featured-block > p{margin: 0;
  font-size: 15.9px;
  line-height: 1.84;}
.wide-tile .page-footer{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: calc(0.96rem * 1.5);
  font-size: calc(15.9px * .875);}
.wide-tile .page-footer a{text-decoration: underline;
  text-underline-offset: .22em;}
.wide-tile .page-footer a:hover{}
.wide-tile .featured-panel{flex: 1 1 48%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.wide-tile .fresh-form{display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) 0;
  border-left: 2px solid #C25A1E;
  padding-left: calc(1.5rem * .75);
  color: inherit;
  text-decoration: none;}
.wide-tile a.route:hover{
  background: var(--line-inverse);color:var(--paint-strong);}
.wide-tile .fresh-form span{font-size: calc(15.9px * .875);
  letter-spacing: 0.02em;}
.wide-tile .fresh-form strong,
.wide-tile .fresh-form p{margin: 0;
  font-size: 15.9px;
  line-height: 1.84;
  overflow-wrap: anywhere;}
.wide-tile .fresh-form strong{font-size: calc(15.9px * 1.125);}
@media (max-width: 760px) {.wide-tile .public-surface{
    display: block;
  }.wide-tile .featured-panel{
    margin-top: calc(0.96rem * 1.5);
  }
}
.content-actions{
        padding: calc(1.5rem * 2.4) 1.28rem;
        background: var(--tone-secondary);
        color: var(--tone-inverse)
    }
.content-actions .public-surface{max-width: 840px;
        margin: 0 auto}
.content-actions .public-figure{display: flex;
        flex-direction: column;
        gap: calc(0.96rem * 1.5)}
.content-actions .service-nav h2{margin: 0;
        font-size: calc(15.9px * 2);
        line-height: 1.12}
.content-actions .service-nav p{margin: 1.5rem 0 0;
        font-size: calc(15.9px * 1.125);
        line-height: 1.84;
        color: var(--paint-strong)}
.content-actions ul{list-style: none;
        margin: 0;
        padding: 0;
        border-top: 1px solid #DCD6C9}
.content-actions li{display: flex;
        flex-wrap: wrap;
        gap: 0.96rem;
        align-items: baseline;
        padding: 1.5rem 0;
        border-bottom: 1px solid #DCD6C9}
.content-actions strong{flex: 0 1 17rem;
        min-width: 0;
        font-size: calc(15.9px * 1.35);
        line-height: 1.2}
.content-actions span{flex: 1 1 24rem;
        min-width: 0;
        line-height: 1.84;
        color: var(--paint-strong)}
@media (max-width: 760px) {.content-actions li{
            display: block
        }.content-actions span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.main-fields{--layer-strong:calc(1.5rem * 1.09);--font-heading:calc(840px / 3.94);padding:calc(1.5rem * 2.4) 1.28rem;background:var(--paint-primary);color:#F7F4EE;}
.main-fields .public-surface{max-width:840px;margin:0 auto;}
.main-fields h2,.main-fields h3,.main-fields p{margin:0;}
.main-fields h2{font-size:calc(15.9px * 2);line-height:1.12;}
.main-fields h3{font-size:calc(15.9px * 1.35);line-height:1.2;}
.main-fields p{font-size:15.9px;line-height:1.84;}
.main-fields a{color:inherit;text-decoration:none;}
.main-fields a:hover{text-decoration:underline;}
.main-fields img{display:block;width:100%;height:auto;border-radius:0.43rem;}
.main-fields .primary-summary{font-size:calc(15.9px * .875);}
.main-fields .stage{display:flex;flex-wrap:wrap;gap:var(--layer-strong);margin-top:var(--layer-strong);}
.main-fields .public-inner{flex:1 1 calc(840px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.43rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.main-fields .public-inner p,.main-fields .public-inner a{display:block;margin-top:calc(1.5rem / 3);}
.main-fields .public-inner img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.main-fields .public-method>.stage{margin-top:var(--layer-strong);}
.main-fields .public-method>h2{margin-top:var(--layer-strong);}
.main-fields .public-method>.simple-body{margin-top:calc(1.5rem / 2.4);}
.main-fields .fresh-form{margin-top:calc(1.5rem / 2.4);}
.text-tile{--layer-strong:calc(1.5rem * 1.25);padding:calc(1.5rem * 2.4) 1.28rem;background:var(--tone-secondary);color:var(--tone-inverse);}
.text-tile .public-surface{max-width:840px;margin:0 auto;}
.text-tile h2,.text-tile h3,.text-tile p{margin:0;}
.text-tile h2{font-size:calc(15.9px * 2);line-height:1.14;}
.text-tile h3{font-size:calc(15.9px * 1.35);line-height:1.22;}
.text-tile p{font-size:15.9px;line-height:1.84;}
.text-tile a{color:#1F4E79;text-decoration:none;}
.text-tile a:hover{color:inherit;}
.text-tile .bottom-quote{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.96rem;}
.text-tile .featured-block{flex:1 1 auto;min-width:0;}
.text-tile .featured-block .simple-body{margin-top:calc(0.96rem * 1.5);color:var(--paint-strong);}
.text-tile .public-items{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(--paint-primary);color:#F7F4EE;font-size:calc(15.9px * .875);}
.text-tile .public-items:hover{background:#173C5E;color:#F7F4EE;}
.text-tile .direct-grid{flex:1 1 100%;display:flex;flex-direction:column;gap:var(--layer-strong);margin-top:calc(0.96rem * 1.5);}
.text-tile .public-inner{padding:calc(calc(1.5rem * .75) * 1.1) calc(1.5rem * .75);border-radius:0.43rem;background:#FFFFFF;color:#26241F;border:1px solid #DCD6C9;}
.text-tile .public-inner h3{font-size:calc(15.9px * 1.125);}
.text-tile .public-inner p{margin-top:calc(1.5rem / 3);color:var(--paint-strong);}
.text-tile .fresh-form{flex:1 1 100%;margin-top:calc(0.96rem * 1.5);padding-top:calc(0.96rem * 1.5);border-top:1px solid #DCD6C9;font-size:calc(15.9px * .875);color:var(--paint-strong);}
@media (max-width:640px){.text-tile .bottom-quote{flex-direction:column;}.text-tile .public-items{width:100%;}
}
.text-contact{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.28rem;
    background:var(--tone-secondary,#F7F4EE);
    color:var(--tone-inverse,#26241F);
  }
.text-contact .top-fields{max-width:min(840px,58rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1.1rem,2.4vw,calc(0.96rem * 1.5));}
.text-contact .service-nav{display:flex;
    flex-direction:column;
    gap:clamp(.7rem,1.6vw,1.5rem);}
.text-contact h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.9rem,4.6vw,calc(15.9px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.text-contact .simple-body{margin:0;
    font-size:clamp(1rem,1.22vw,calc(15.9px * 1.125));
    line-height:1.72;
    color:var(--paint-strong,#4A463D);}
.text-contact .soft-track{margin:0;
    padding:0;}
.text-contact .media-visual{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.43rem;
    box-shadow:var(--shadow-card,0 1px 3px rgba(0,0,0,0.05));}
.text-contact .featured-block{display:flex;
    flex-direction:column;
    gap:clamp(.8rem,1.8vw,1.5rem);
    padding-top:clamp(.9rem,1.8vw,1.5rem);
    border-top:1px solid #DCD6C9;}
.text-contact .featured-block p{margin:0;
    font-size:15.9px;
    line-height:1.84;}
.text-contact .featured-block a{color:#1F4E79;
    text-decoration:underline;
    text-underline-offset:2px;}
.text-contact .featured-block a:hover{color:inherit;}
@media (max-width:640px){.text-contact h1{max-width:100%;}.text-contact .media-visual{aspect-ratio:4/3;}.text-contact{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }
  }
.content-figure{--layer-strong:calc(1.5rem * 1.05);--field-content:calc(840px / 2.4);--font-heading:calc(840px / 3.2);padding:calc(1.5rem * 2.4) 1.28rem;background:var(--tone-secondary);color:var(--tone-inverse);}
.content-figure .public-surface{max-width:840px;margin:0 auto;}
.content-figure h1,.content-figure h2,.content-figure h3,.content-figure p{margin:0;}
.content-figure h2{font-size:calc(15.9px * 2);line-height:1.14;}
.content-figure h3{font-size:calc(15.9px * 1.35);line-height:1.22;}
.content-figure p{font-size:15.9px;line-height:1.84;}
.content-figure a{color:#1F4E79;text-decoration:none;border-bottom:1px solid #DCD6C9;}
.content-figure a:hover{color:inherit;}
.content-figure img{display:block;width:100%;height:auto;border-radius:0.43rem;}
.content-figure .simple-body{margin-top:1.5rem;}
.content-figure .primary-summary{margin-top:calc(1.5rem / 2);font-size:calc(15.9px * .875);color:var(--paint-strong);}
.content-figure .stage{display:flex;flex-direction:column;gap:var(--layer-strong);}
.content-figure .public-inner{min-width:0;padding-bottom:var(--layer-strong);border-bottom:1px solid #DCD6C9;}
.content-figure .public-inner:last-child{border-bottom:0;padding-bottom:0;}
.content-figure .public-inner p{margin-top:calc(1.5rem / 3);}
.content-figure .narrow-body{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.96rem;}
.content-figure .narrow-body>.featured-block{flex:1 1 calc(840px / 3);min-width:0;}
.content-figure .narrow-body>.stage{flex:2 1 calc(840px / 2);}
.content-figure .narrow-body>img{margin-left:auto;max-width:var(--font-heading);}
.content-figure .fresh-form{margin-top:calc(0.96rem * 1.5);font-size:calc(15.9px * .875);color:var(--paint-strong);}
@media (max-width:720px){.content-figure .narrow-body>img{max-width:100%;margin-left:0;}
}
.media-section{--layer-strong:calc(1.5rem * 1.18);padding:calc(1.5rem * 2.4) 1.28rem;background:var(--paint-primary);color:#F7F4EE;}
.media-section .public-surface{max-width:840px;margin:0 auto;display:flex;flex-direction:column;row-gap:calc(var(--layer-strong) * 1.1);}
.media-section h2,.media-section h3,.media-section p{margin:0;}
.media-section h2{font-size:calc(15.9px * 2);line-height:1.14;}
.media-section h3{font-size:calc(15.9px * 1.35);line-height:1.22;}
.media-section p{font-size:15.9px;line-height:1.84;}
.media-section .simple-body{max-width:calc(840px * .78);opacity:.92;}
.media-section .stage{display:flex;flex-direction:column;gap:var(--layer-strong);}
.media-section .public-inner{display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding-block-end:calc(var(--layer-strong) / 1.6);border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.media-section .public-inner:last-child{border-bottom:0;padding-block-end:0;}
.media-section .public-inner p{opacity:.86;}
.media-section .public-inner a{display:inline-flex;align-self:flex-start;margin-top:calc(1.5rem / 4);padding:calc(calc(1.5rem * .75) / 2) calc(1.5rem * .75);border-radius:0.23rem;background:#C25A1E;color:#FFF8F1;text-decoration:none;font-size:calc(15.9px * .875);}
.media-section .public-inner a:hover{background:#A34715;color:#26241F;}
.media-section .primary-summary{font-size:calc(15.9px * .875);opacity:.78;padding-block-start:calc(var(--layer-strong) / 3);border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
@media (min-width:720px){.media-section .stage{display:grid;grid-template-columns:repeat(3,1fr);gap:0.96rem;}.media-section .public-inner{border-bottom:0;padding-block-end:0;border-left:2px solid color-mix(in srgb, currentColor 22%, transparent);padding-inline-start:calc(1.5rem * .75);}
}
.offer-panel{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.28rem;
    background:var(--tone-secondary,#F7F4EE);
    color:var(--tone-inverse,#26241F);
  }
.offer-panel .top-fields{max-width:min(840px,60rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.96rem * 1.5);}
.offer-panel h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.9rem,4.6vw,calc(15.9px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.005em;}
.offer-panel .media-visual{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.43rem;
    box-shadow:var(--shadow-card,0 1px 3px rgba(0,0,0,0.05));}
.offer-panel .featured-block{padding-top:1.5rem;
    border-top:1px solid #DCD6C9;}
.offer-panel p{margin:0;
    font-size:15.9px;
    line-height:1.84;
    color:var(--paint-strong,#4A463D);}
@media (max-width:640px){.offer-panel{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.offer-panel h1{max-width:100%;}.offer-panel .media-visual{aspect-ratio:4/3;}
  }
.featured-form{--layer-strong:calc(1.5rem * 0.92);padding:calc(1.5rem * 2.4) 1.28rem;background:var(--tone-secondary);color:var(--tone-inverse);}
.featured-form .public-surface{max-width:840px;margin:0 auto;}
.featured-form h2,.featured-form h3,.featured-form p{margin:0;}
.featured-form h2{font-size:calc(15.9px * 2);line-height:1.14;}
.featured-form h3{font-size:calc(15.9px * 1.35);line-height:1.22;}
.featured-form p{font-size:15.9px;line-height:1.84;}
.featured-form .simple-body{margin-top:calc(1.5rem / 2);}
.featured-form .direct-grid{display:flex;flex-direction:column;gap:0;margin-top:var(--layer-strong);border-top:1px solid #DCD6C9;}
.featured-form .public-inner{padding:calc(calc(1.5rem * .75) * 1.1) 0;border-bottom:1px solid #DCD6C9;}
.featured-form .public-inner p{margin-top:calc(1.5rem / 3);}
.featured-form .primary-summary{margin-top:var(--layer-strong);padding:calc(calc(1.5rem * .75) * 1.1);border-radius:0.43rem;background:var(--line-inverse);color:var(--paint-strong);font-size:calc(15.9px * .875);}
.featured-form a{text-decoration:none;border-bottom:1px solid currentColor;}
.featured-form a:hover{}
@media (max-width:640px){.featured-form .public-inner{padding:calc(calc(1.5rem * .75) * .9) 0;}
}
.team-stack{
  padding: calc(1.5rem * 2.4) 1.28rem;
  background: #1F4E79;
  color: #F7F4EE;
}
.team-stack .public-surface{max-width: min(840px, 72rem);
  margin: 0 auto;}
.team-stack .simple-body{margin-bottom: calc(0.96rem * 1.5);}
.team-stack h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(15.9px * 2);
  line-height: 1.1;}
.team-stack .strong-callout{margin: 0;
  font-size: calc(15.9px * 1.125);
  line-height: 1.84;
  color: #D9D3C7;}
.team-stack .plan{display: flex;
  flex-wrap: wrap;
  gap: 0.96rem;}
.team-stack .public-inner{flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75) 0 0;
  border-top: 1px solid #33302A;}
.team-stack .public-inner .offer-rail{display: block;
  font-weight: 700;
  font-size: calc(15.9px * 1.35);
  line-height: 1.25;}
.team-stack .public-inner p{margin: calc(calc(1.5rem * .75) * .7) 0;
  color: #D9D3C7;
  line-height: 1.84;}
.team-stack .public-inner small{display: block;
  font-size: calc(15.9px * .875);color:inherit;}
.team-stack .primary-summary{margin: calc(0.96rem * 1.5) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #33302A;
  font-size: calc(15.9px * .875);
  color: #D9D3C7;}
.team-stack .primary-summary a{text-decoration: underline;
  text-underline-offset: 2px;}
.team-stack .primary-summary a:hover{color:inherit;}
@media (max-width: 700px) {.team-stack .plan{
    display: block;
  }.team-stack .public-inner + .public-inner{
    margin-top: 0.96rem;
  }
}
.direct-wrap{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.28rem;
    background:var(--tone-secondary);
    color:var(--tone-inverse);
  }
.direct-wrap .top-fields{max-width:min(840px,64rem);
    margin:0 auto;}
.direct-wrap h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,5vw,calc(15.9px * 2.65));
    line-height:1.06;
    font-weight:680;
    letter-spacing:0;}
.direct-wrap .media-visual{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.43rem;
    margin:clamp(1rem,2.2vw,calc(0.96rem * 1.5)) 0 0;}
.direct-wrap .simple-body{margin-top:clamp(.9rem,2vw,1.5rem);
    padding-top:clamp(.8rem,1.5vw,1.5rem);
    border-top:1px solid #DCD6C9;}
.direct-wrap p{margin:0;
    font-size:clamp(1rem,1.26vw,15.9px);
    line-height:1.76;
    color:var(--paint-strong);}
@media (max-width:640px){.direct-wrap h1{max-width:100%;}.direct-wrap .media-visual{aspect-ratio:4/3;}.direct-wrap{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.team-area{
        --layer-strong: calc(1.5rem * 1.05);
        padding: calc(1.5rem * 2.4) 1.28rem;
        background: var(--tone-secondary);
        color: var(--tone-inverse);
    }
.team-area .public-surface{max-width: 840px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--layer-strong);}
.team-area h2{font-size: calc(15.9px * 2);
        line-height: 1.15;
        margin: 0 0 calc(calc(0.96rem * 1.5) / 2);}
.team-area .simple-body{font-size: 15.9px;
        line-height: 1.84;
        margin: 0;}
.team-area .direct-grid{display: flex;
        flex-direction: column;
        gap: calc(0.96rem * .9);}
.team-area details{
        padding: calc(1.5rem * .75) 1.5rem;
        border-radius: 0.43rem;
        background: #FFFFFF;
        color: #26241F;
        border: 1px solid #DCD6C9;
        box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    }
.team-area summary{cursor: pointer;
        font-weight: 700;
        font-size: 15.9px;
        line-height: 1.35;
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        gap: 0.96rem;}
.team-area summary::-webkit-details-marker{display: none;}
.team-area summary::after{content: "+";
        font-weight: 400;
        font-size: calc(15.9px * 1.125);
        line-height: 1;
        flex-shrink: 0;}
.team-area details[open] summary::after{content: "\2212";}
.team-area details p{margin: calc(calc(0.96rem * 1.5) / 2) 0 0;
        font-size: calc(15.9px * .875);
        line-height: 1.84;}
.team-area .fresh-form{display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 0.96rem;
        padding-top: calc(0.96rem * 1.5);
        border-top: 1px solid #DCD6C9;}
.team-area .fresh-form p{margin: 0;
        flex: 1 1 100%;
        font-size: calc(15.9px * .875);}
.team-area .fresh-form a{color: #1F4E79;
        text-decoration: none;
        font-size: calc(15.9px * .875);
        font-weight: 700;
        border-bottom: 1px solid transparent;
        transition: color 520ms var(--speed-soft), border-color 520ms var(--speed-soft);}
.team-area .fresh-form a:hover{color:inherit;
        border-bottom-color: #C25A1E;}
@media (max-width: 640px) {.team-area details{
            padding: calc(1.5rem * .75);
        }.team-area summary{
            font-size: calc(15.9px * .875);
        }
    }
.contact-menu{--layer-strong:calc(1.5rem * 1.42);--font-heading:calc(840px / 3.66);padding:calc(1.5rem * 2.4) 1.28rem;background:var(--paint-primary);color:#F7F4EE;}
.contact-menu .public-surface{max-width:840px;margin:0 auto;}
.contact-menu h1,.contact-menu h2,.contact-menu h3,.contact-menu p{margin:0;}
.contact-menu h1{font-size:calc(15.9px * 2.65);line-height:1.08;}
.contact-menu h2{font-size:calc(15.9px * 2);line-height:1.12;}
.contact-menu h3{font-size:calc(15.9px * 1.35);line-height:1.2;}
.contact-menu p{font-size:15.9px;line-height:1.84;color:color-mix(in srgb, currentColor 78%, transparent);}
.contact-menu a{color:inherit;text-decoration:underline;text-underline-offset:0.18em;}
.contact-menu a:hover{}
.contact-menu img{display:block;width:100%;height:auto;border-radius:0.43rem;}
.contact-menu .primary-summary{font-size:calc(15.9px * .875);text-transform:uppercase;letter-spacing:0.06em;color:color-mix(in srgb, currentColor 68%, transparent);}
.contact-menu .stage{display:flex;flex-wrap:wrap;gap:var(--layer-strong);margin-top:var(--layer-strong);}
.contact-menu .public-inner{flex:1 1 calc(840px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.43rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.contact-menu .public-inner p{margin-top:calc(1.5rem / 3);}
.contact-menu .public-inner img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.contact-menu .public-method>.stage{margin-top:var(--layer-strong);}
.contact-menu .public-method>h2{margin-top:var(--layer-strong);}
.contact-menu .public-method>.simple-body{margin-top:calc(1.5rem / 2);}
.page-stack{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.28rem;
    background:var(--tone-secondary,#F7F4EE);
    color:var(--tone-inverse,#26241F);
  }
.page-stack .top-fields{max-width:min(840px,58rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(0.96rem * 1.5));}
.page-stack h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.85rem,4.6vw,calc(15.9px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.01em;}
.page-stack .media-visual{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.43rem;
    box-shadow:var(--shadow-card,0 1px 3px rgba(0,0,0,0.05));}
.page-stack .simple-body{padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #DCD6C9;}
.page-stack p{margin:0;
    font-size:clamp(1rem,1.2vw,15.9px);
    line-height:1.78;
    color:var(--paint-strong,#4A463D);}
@media (max-width:640px){.page-stack h1{max-width:100%;}.page-stack .media-visual{aspect-ratio:4/3;}.page-stack{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.fresh-summary{
    padding:calc(1.5rem * 2.4) 1.28rem;
    background:var(--line-inverse);
    color:var(--paint-strong);
}
.fresh-summary .visual-brand{max-width:840px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.96rem * 1.5);}
.fresh-summary .simple-body h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(15.9px * 2);
    line-height:1.25;}
.fresh-summary .simple-body p{margin:0;
    font-size:15.9px;
    line-height:1.84;}
.fresh-summary .plan{display:flex;
    flex-direction:column;
    gap:0.96rem;
    border-top:1px solid #DCD6C9;
    border-bottom:1px solid #DCD6C9;
    padding:calc(0.96rem * 1.5) 0;}
.fresh-summary .featured-shell{display:grid;
    grid-template-columns:minmax(140px,180px) 1fr;
    grid-template-areas:"field value" "field text";
    column-gap:calc(1.5rem * .75);
    row-gap:4px;
    align-items:start;}
.fresh-summary .featured-shell .headline{grid-area:field;
    font-size:calc(15.9px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;
    color:var(--paint-strong);
    opacity:0.75;
    padding-top:2px;}
.fresh-summary .featured-shell a{grid-area:value;
    color:#1F4E79;
    text-decoration:none;
    font-size:calc(15.9px * 1.125);
    border-bottom:1px solid #DCD6C9;
    justify-self:start;
    padding-bottom:2px;}
.fresh-summary .featured-shell a:hover{color:inherit;
    border-bottom-color:#C25A1E;}
.fresh-summary .featured-shell p{grid-area:text;
    margin:0;
    font-size:15.9px;
    line-height:1.84;}
.fresh-summary .primary-summary{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.fresh-summary .primary-summary p{margin:0;
    font-size:15.9px;
    line-height:1.84;}
.fresh-summary .primary-summary a{color:#1F4E79;
    text-decoration:underline;
    text-underline-offset:3px;}
.fresh-summary .primary-summary a:hover{color:inherit;}
@media (max-width:700px){.fresh-summary .featured-shell{
        grid-template-columns:1fr;
        grid-template-areas:"field" "value" "text";
        row-gap:6px;
    }
}
.wide-group{
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.28rem;
  background: var(--paint-primary);
  color: #F7F4EE;
}
.wide-group .public-surface{display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem 0.96rem;
  max-width: 840px;
  margin: 0 auto;}
.wide-group .simple-body{grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.96rem;
  padding-bottom: calc(0.96rem * 1.5);
  border-bottom: 1px solid color-mix(in srgb, currentColor 38%, transparent);}
.wide-group h2{grid-column: 1 / 7;
  margin: 0;
  font-size: calc(15.9px * 2.65);
  line-height: 1.05;}
.wide-group .strong-callout{grid-column: 8 / -1;
  align-self: end;
  margin: 0;
  font-size: 15.9px;
  line-height: 1.84;}
.wide-group .steady-list,
.wide-group .wide-menu,
.wide-group .local-figure,
.wide-group .visual-proof{padding: 1.5rem 0;
  border-top: 1px solid color-mix(in srgb, currentColor 38%, transparent);
  animation: contactCatalogRise calc(520ms * 2.6) var(--speed-soft) both;}
.wide-group .steady-list{grid-column: 1 / 6;}
.wide-group .local-figure{grid-column: 7 / -1;
  animation-delay: calc(520ms * .35);}
.wide-group .wide-menu{grid-column: 1 / 7;
  animation-delay: calc(520ms * .7);}
.wide-group .visual-proof{grid-column: 8 / -1;
  animation-delay: calc(520ms * 1.05);}
.wide-group .steady-list,
.wide-group .wide-menu{color: inherit;
  text-decoration: none;}
.wide-group span{display: block;
  margin-bottom: calc(1.5rem * .75);
  font-size: calc(15.9px * .875);
  opacity: .72;}
.wide-group strong{font-size: calc(15.9px * 1.35);
  overflow-wrap: anywhere;}
.wide-group .local-figure p,
.wide-group .visual-proof p{margin: 0;
  line-height: 1.84;}
.wide-group .page-footer{grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.96rem 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 38%, transparent);}
.wide-group .page-footer a{color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;}
.wide-group .page-footer a span{display: inline;
  margin: 0 0 0 calc(1.5rem * .75);
  opacity: .72;}
@keyframes contactCatalogRise {from{ opacity: 0; transform: translateY(calc(calc(0.96rem * 1) * .12)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 760px) {.wide-group .public-surface,
  .wide-group .simple-body{
    display: block;
  }.wide-group .strong-callout,
  .wide-group .steady-list,
  .wide-group .local-figure,
  .wide-group .wide-menu,
  .wide-group .visual-proof{
    margin-top: 1.5rem;
  }.wide-group .page-footer{
    margin-top: 1.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {.wide-group .steady-list,
  .wide-group .wide-menu,
  .wide-group .local-figure,
  .wide-group .visual-proof{ animation: none; }
}
.open-rail{
    padding:calc(calc(1.5rem * 2.4)*1.1) 1.28rem calc(calc(1.5rem * 2.4)*.9);
    background:var(--tone-secondary,#F7F4EE);
    color:var(--tone-inverse,#26241F);
  }
.open-rail .top-fields{max-width:min(840px,52rem);
    margin:0 auto;}
.open-rail h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.85rem,4.6vw,calc(15.9px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.005em;}
.open-rail .media-visual{display:block;
    width:100%;
    height:auto;
    aspect-ratio:16/9;
    object-fit:cover;
    border-radius:0.51rem;
    margin:clamp(1rem,2vw,calc(0.96rem * 1.5)) 0 0;
    box-shadow:var(--shadow-card,0 1px 3px rgba(0,0,0,0.05));}
.open-rail .contact-body{margin-top:clamp(1rem,2vw,1.5rem);
    padding-top:clamp(.8rem,1.5vw,1.5rem);
    border-top:1px solid #DCD6C9;}
.open-rail p{margin:0 0 calc(0.96rem * 1.5);
    font-size:15.9px;
    line-height:1.78;
    color:var(--paint-strong,#4A463D);}
.open-rail p:last-child{margin-bottom:0;}
@media (max-width:640px){.open-rail h1{max-width:100%;}.open-rail .media-visual{aspect-ratio:4/3;}.open-rail{
      padding-top:calc(calc(1.5rem * 2.4)*.8);
      padding-bottom:calc(calc(1.5rem * 2.4)*.7);
    }
  }
.media-benefit{--layer-strong:calc(1.5rem * 1.2);--ink-panel:calc(840px / 3.15);padding:calc(1.5rem * 2.4) 1.28rem;background:var(--tone-secondary);color:var(--tone-inverse);}
.media-benefit .public-surface{max-width:840px;margin:0 auto;}
.media-benefit h2,.media-benefit h3,.media-benefit p{margin:0;}
.media-benefit h2{font-size:calc(15.9px * 2);line-height:1.14;}
.media-benefit h3{font-size:calc(15.9px * 1.35);line-height:1.22;margin-top:calc(1.5rem / 2.4);}
.media-benefit p{font-size:15.9px;line-height:1.84;}
.media-benefit .secondary-summary{display:flex;flex-wrap:wrap;gap:0.96rem;align-items:flex-start;}
.media-benefit .secondary-summary h2{flex:1 1 calc(840px / 2.6);min-width:0;}
.media-benefit .secondary-summary .simple-body{flex:1 1 calc(840px / 2.6);min-width:0;color:var(--paint-strong);}
.media-benefit .plan{display:flex;flex-wrap:wrap;gap:var(--layer-strong);margin-top:var(--layer-strong);}
.media-benefit .public-inner{flex:1 1 var(--ink-panel);min-width:0;display:flex;flex-direction:column;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.43rem;background:#FFFFFF;color:#26241F;border:1px solid #DCD6C9;box-shadow:0 1px 3px rgba(0,0,0,0.05);}
.media-benefit .public-inner img{display:block;width:100%;height:auto;border-radius:0.23rem;margin-bottom:calc(1.5rem / 2.2);}
.media-benefit .public-inner p{color:var(--paint-strong);}
.media-benefit .fresh-form{display:inline-block;margin-top:auto;padding-top:calc(1.5rem / 2.4);font-size:calc(15.9px * .875);color:#1F4E79;text-decoration:none;border-bottom:1px solid #DCD6C9;width:max-content;max-width:100%;}
.media-benefit .fresh-form:hover{color:inherit;border-bottom-color:#C25A1E;}
.media-benefit .primary-summary{margin-top:var(--layer-strong);padding-top:calc(1.5rem / 2.2);border-top:1px solid #DCD6C9;font-size:calc(15.9px * .875);color:var(--paint-strong);}
@media (max-width:640px){.media-benefit .secondary-summary h2,.media-benefit .secondary-summary .simple-body{flex:1 1 100%;}.media-benefit .public-inner{flex:1 1 100%;}
}
.direct-footer{
  background:var(--line-inverse);
  color:var(--paint-strong);
  padding:calc(1.5rem * 2.4) 1.28rem;
}
.direct-footer .public-surface{max-width:840px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(0.96rem * 1.5);
  align-items:flex-start;}
.direct-footer .soft-track{flex:0 1 34%;
  min-width:16rem;
  margin:0;}
.direct-footer .main-wrap{display:block;
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:0.51rem;
  box-shadow:0 5px 14px rgba(0,0,0,0.06);}
.direct-footer .site-view{flex:1 1 30rem;
  min-width:0;}
.direct-footer .simple-body{margin:0 0 1.5rem;
  line-height:1.84;
  font-size:15.9px;}
.direct-footer h2{margin:0 0 calc(0.96rem * 1.5);
  font-size:calc(15.9px * 2);
  line-height:1.12;
  letter-spacing:0;}
.direct-footer .stage{display:flex;
  flex-direction:column;
  gap:0.96rem;}
.direct-footer .public-inner{padding-left:calc(1.5rem * .75);
  border-left:2px solid #C25A1E;}
.direct-footer .public-inner h3{margin:0 0 .25rem;
  font-size:calc(15.9px * 1.35);
  line-height:1.25;}
.direct-footer .public-inner p{margin:0;
  line-height:1.84;
  font-size:calc(15.9px * .875);}
.direct-footer .primary-summary{margin:calc(0.96rem * 1.5) 0 0;
  font-size:calc(15.9px * .875);
  line-height:1.84;}
.direct-footer .primary-summary a{text-decoration:underline;
  text-underline-offset:2px;}
.direct-footer .primary-summary a:hover{}
@media (max-width:760px){.direct-footer .public-surface{display:block}.direct-footer .soft-track{max-width:22rem;margin:0 auto calc(0.96rem * 1.5)}.direct-footer .main-wrap{aspect-ratio:3/2}
}
.open-items{
    background:linear-gradient(135deg, #F7F4EE 0%, #EFEAE0 55%, #E6DFD1 100%);
    color:#26241F;
    padding:calc(1.5rem * 2.4) 1.28rem;
}
.open-items .c{max-width:840px;
    margin:0 auto;}
.open-items .submit{
    background:#FFFFFF;
    color:#26241F;
    border:1px solid #DCD6C9;
    border-radius:0.51rem;
    box-shadow:0 5px 14px rgba(0,0,0,0.06);
    padding:calc(1.5rem * .75);
    display:flex;
    flex-direction:column;
    gap:calc(0.96rem * 1.5);
}
.open-items .soft-track{margin:0;
    display:flex;
    flex-direction:column;
    gap:0.5rem;}
.open-items .soft-track img{width:100%;
    height:auto;
    display:block;
    border-radius:0.43rem;
    border:1px solid #DCD6C9;}
.open-items .soft-track figcaption{font-size:calc(15.9px * .875);
    line-height:1.84;}
.open-items .secondary-summary{display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    justify-content:space-between;
    gap:0.96rem;
    padding-bottom:calc(0.96rem * 1.5);
    border-bottom:1px solid #DCD6C9;}
.open-items .fresh-benefit{display:flex;
    gap:0.9rem;
    align-items:flex-start;
    flex:1 1 320px;}
.open-items .focused-frame{
    flex:0 0 auto;
    width:52px;
    height:52px;
    border-radius:50%;
    background:var(--paint-primary);
    color:#F7F4EE;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:15.9px;
    letter-spacing:0.02em;
}
.open-items .focused-menu h1{font-size:calc(15.9px * 2);
    line-height:1.2;
    margin:0 0 0.35rem;}
.open-items .open-stack{margin:0 0 0.35rem;
    font-size:15.9px;}
.open-items .site-lead{margin:0;
    font-size:calc(15.9px * .875);}
.open-items .narrow-story{
    flex:0 0 auto;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:0.15rem;
    padding:0.6rem 1rem;
    border-radius:0.43rem;
    background:#C25A1E;
    color:#FFF8F1;
    text-align:center;
}
.open-items .narrow-story strong{font-size:calc(15.9px * 1.125);
    line-height:1;}
.open-items .narrow-story span{font-size:calc(15.9px * .875);}
.open-items .site-view{display:flex;
    flex-direction:column;
    gap:calc(0.96rem * 1.5);
    line-height:1.84;
    font-size:15.9px;}
.open-items .site-view p{margin:0;}
.open-items .simple-menu{display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    gap:0.96rem;
    padding-top:calc(0.96rem * 1.5);
    border-top:1px solid #DCD6C9;
    font-size:calc(15.9px * .875);}
.open-items .content-section{}
.open-items .fresh-form{display:flex;
    flex-wrap:wrap;
    gap:0.75rem 1.25rem;}
.open-items .fresh-form a{text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 520ms var(--speed-soft), border-color 520ms var(--speed-soft);}
.open-items .fresh-form a:hover{border-bottom-color:#C25A1E;}
@media (max-width:640px){.open-items .secondary-summary{
        flex-direction:column;
    }.open-items .narrow-story{
        align-self:flex-start;
        flex-direction:row;
        gap:0.4rem;
    }
}
.page-feature{padding:calc(1.5rem * 2.4) 1.28rem;background:var(--line-inverse);color:var(--paint-strong);}
.page-feature .public-surface{max-width:840px;margin:0 auto;}
.page-feature .secondary-summary{margin-bottom:calc(0.96rem * 1.5);}
.page-feature .secondary-summary h2{margin:0;font-size:calc(15.9px * 2);}
.page-feature .secondary-summary p{margin:0.96rem 0 0;}
.page-feature .service-visual{border:1px solid #DCD6C9;border-radius:0.51rem;overflow:hidden;background:#FFFFFF;color:#26241F;}
.page-feature .service-visual article{display:grid;grid-template-columns:.7fr 1.3fr;gap:0.96rem;padding:calc(1.5rem * .75);border-bottom:1px solid #DCD6C9;}
.page-feature .service-visual article:last-child{border-bottom:0;}
.page-feature .service-visual h3{margin:0;font-size:15.9px;}
.page-feature .service-visual p{margin:0;font-size:calc(15.9px * .875);}
.page-feature .service-visual a{color:#1F4E79;text-decoration:underline;}
.page-feature .service-visual a:hover{color:inherit;}
.page-feature .fresh-form{margin:calc(0.96rem * 1.5) 0 0;font-size:calc(15.9px * .875);}
.page-feature .fresh-form a{color:#1F4E79;text-decoration:underline;}
.page-feature .fresh-form a:hover{color:inherit;}
@media (max-width:700px){.page-feature .service-visual article{grid-template-columns:1fr;}}
.content-story{padding:calc(1.5rem * 2.4) 1.28rem;background:var(--paint-primary);color:#F7F4EE}
.content-story .public-surface{max-width:840px;margin:0 auto}
.content-story .plan{display:flex;gap:calc(0.96rem * 1.5);align-items:stretch}
.content-story .team-header{flex:0 1 20rem;min-width:0;border-left:1px solid color-mix(in srgb,#F7F4EE 32%,transparent);padding-left:1.5rem;display:flex;flex-direction:column;justify-content:space-between}
.content-story .team-header p{margin:0;line-height:1.84}
.content-story .team-header a{display:inline-flex;align-self:flex-start;margin-top:1.5rem;border-radius:0.23rem;background:#C25A1E;color:#FFF8F1;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.content-story .page-nav{flex:1 1 44rem;min-width:0}
.content-story h2{margin:0;max-width:18ch;font-size:calc(15.9px * 2.65);line-height:1.05}
.content-story .page-nav>p{margin:1.5rem 0 0;font-size:calc(15.9px * 1.125);line-height:1.84}
.content-story .stage{margin-top:calc(0.96rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.content-story .stage p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.content-story .stage strong{flex:0 1 12rem;min-width:0;font-size:calc(15.9px * .875)}
.content-story .stage span{flex:1 1 24rem;min-width:0;line-height:1.84}
@media(max-width:760px){.content-story .plan,.content-story .stage p{display:block}.content-story .team-header{border-left:0;padding-left:0}.content-story .page-nav{margin-top:calc(0.96rem * 1.5)}.content-story .stage span{display:block;margin-top:calc(1.5rem * .75)}.content-story h2{font-size:calc(15.9px * 2)}}
.bottom-benefit{
  background: var(--tone-secondary);
  color: var(--tone-inverse);
  padding: calc(1.5rem * 2.4) 1.28rem;
}
.bottom-benefit .public-surface{width: min(100%, 840px);
  margin: 0 auto;
  display: grid;
  gap: 0.96rem;}
.bottom-benefit h2,
.bottom-benefit h3,
.bottom-benefit p{margin: 0;}
.bottom-benefit h2{font-size: calc(15.9px * 2); line-height: 1.1;}
.bottom-benefit h3{font-size: calc(15.9px * 1.35); line-height: 1.18;}
.bottom-benefit p{font-size: 15.9px; line-height: 1.84;}
.bottom-benefit .strong-inner{display: grid;
  gap: calc(0.96rem * 1.5);
  padding: calc(0.96rem * 1.5) calc(1.5rem * .75);
  border-left: 3px solid #C25A1E;}
.bottom-benefit .main-track{display: grid;
  gap: calc(1.5rem * .75);}
.bottom-benefit .featured-shell{display: grid;
  grid-template-columns: minmax(8rem, .22fr) minmax(0, 1fr);
  gap: 0.96rem;
  align-items: start;
  padding: calc(1.5rem * .75) 0;
  border-top: 1px solid #DCD6C9;
  color: inherit;
  text-decoration: none;}
.bottom-benefit .featured-shell b{font-size: calc(15.9px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--paint-strong);}
.bottom-benefit .featured-shell:hover h3{color:inherit;}
.bottom-benefit .featured-shell h3,
.bottom-benefit .featured-shell p{grid-column: 2;}
.bottom-benefit .featured-shell h3{margin-bottom: .3rem;}
.bottom-benefit .compact-feature{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.96rem;
  align-items: center;
  margin-top: calc(0.96rem * 1.5);
  padding: calc(1.5rem * .75);
  border-radius: 0.51rem;
  background: #1F4E79;
  color: #F7F4EE;
}
.bottom-benefit .compact-feature p{flex: 1 1 22rem;}
.bottom-benefit .compact-feature a{color: inherit;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid currentColor;}
@media (max-width: 720px) {.bottom-benefit .featured-shell{
    grid-template-columns: 1fr;
    gap: .4rem;
  }.bottom-benefit .featured-shell h3,
  .bottom-benefit .featured-shell p{ grid-column: 1; }.bottom-benefit .compact-feature{ flex-direction: column; align-items: flex-start; }
}
.strong-method{padding:calc(1.5rem * 2.4) 1.28rem;background:linear-gradient(135deg, #F7F4EE 0%, #EFEAE0 55%, #E6DFD1 100%);color:#26241F}
.strong-method .public-surface{max-width:840px;margin:0 auto}
.strong-method .wide-surface{margin-bottom:calc(0.96rem * 1.5)}
.strong-method h2{margin:0;font-size:calc(15.9px * 2);line-height:1.08}
.strong-method .wide-surface p{margin:1.5rem 0 0;font-size:calc(15.9px * 1.125);line-height:1.84}
.strong-method .page-proof{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(0.96rem * 1.5)}
.strong-method .direct-grid{flex:1 1 16rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);border-left:2px solid #DCD6C9;padding-left:calc(1.5rem * .75)}
.strong-method button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 520ms var(--speed-soft),transform 520ms var(--speed-soft)}
.strong-method button:hover,.strong-method button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.3))}
.strong-method .frame{flex:2 1 26rem;align-self:start}
.strong-method [data-response]{display:none}
.strong-method [data-response].is-active{display:block;animation:clarifyFocusIn calc(520ms*1.6) var(--speed-soft) both}
.strong-method h3{margin:0;font-size:calc(15.9px * 1.35);line-height:1.15}
.strong-method [data-response] p{margin:1.5rem 0 0;font-size:15.9px;line-height:1.84}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(0.96rem * 1)*.1))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.strong-method .page-proof{display:block}.strong-method .direct-grid{margin-bottom:calc(0.96rem * 1.5);border-left:0;padding-left:0}}
@media(prefers-reduced-motion:reduce){.strong-method [data-response].is-active{animation:none}}
.service-block{
    background:var(--tone-secondary);
    color:var(--tone-inverse);
    padding:calc(1.5rem * 2.4) 1.28rem;
}
.service-block .c{max-width:840px;
    margin:0 auto;}
.service-block .submit{
    background:#FFFFFF;
    color:#26241F;
    border:1px solid #DCD6C9;
    border-radius:0.51rem;
    box-shadow:0 1px 3px rgba(0,0,0,0.05);
    padding:calc(0.96rem * 1.5) calc(1.5rem * .75);
}
.service-block .secondary-summary{display:flex;
    flex-direction:column;
    gap:0.96rem;
    padding-bottom:calc(0.96rem * 1.5);
    border-bottom:1px solid #DCD6C9;
    margin-bottom:calc(0.96rem * 1.5);}
.service-block .focused-menu{display:flex;
    gap:0.96rem;
    align-items:flex-start;}
.service-block .focused-frame{
    flex:0 0 auto;
    width:56px;
    height:56px;
    border-radius:50%;
    background:var(--paint-primary);
    color:#F7F4EE;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15.9px;
    font-weight:700;
    letter-spacing:0.02em;
}
.service-block .id h1{font-size:calc(15.9px * 2);
    line-height:1.2;
    margin:0 0 0.4rem;}
.service-block .site-lead{margin:0 0 0.25rem;
    font-size:calc(15.9px * .875);}
.service-block .direct-brand{margin:0;
    font-size:calc(15.9px * .875);
    font-weight:600;}
.service-block .quiet-intro{margin:0;
    font-size:calc(15.9px * .875);
    line-height:1.84;
    border-left:3px solid #C25A1E;
    padding-left:1.28rem;}
.service-block .site-view{display:flex;
    flex-direction:column;
    gap:0.96rem;
    font-size:15.9px;
    line-height:1.84;}
.service-block .site-view p{margin:0;}
.service-block .simple-menu{margin-top:calc(0.96rem * 1.5);
    padding-top:calc(0.96rem * 1.5);
    border-top:1px solid #DCD6C9;
    display:flex;
    flex-direction:column;
    gap:0.96rem;
    font-size:calc(15.9px * .875);}
.service-block .content-section{}
.service-block .fresh-form{display:flex;
    flex-wrap:wrap;
    gap:0.96rem;}
.service-block .fresh-form a{text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 520ms var(--speed-soft), border-color 520ms var(--speed-soft);}
.service-block .fresh-form a:hover{border-bottom-color:#C25A1E;}
@media (min-width:720px){.service-block .secondary-summary{
        flex-direction:row;
        justify-content:space-between;
        align-items:flex-start;
    }.service-block .quiet-intro{
        max-width:22rem;
    }.service-block .simple-menu{
        flex-direction:row;
        justify-content:space-between;
        align-items:center;
    }
}
.plain-team{padding:calc(1.5rem * 2.4) 1.28rem;background:var(--line-inverse);color:var(--paint-strong);}
.plain-team .public-surface{max-width:840px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.96rem * 1.5);}
.plain-team .secondary-summary{display:flex;flex-direction:column;gap:1.5rem;}
.plain-team .secondary-summary h2{margin:0;font-size:calc(15.9px * 2);line-height:1.2;}
.plain-team .secondary-summary p{margin:0;font-size:15.9px;line-height:1.84;}
.plain-team .service-visual{display:flex;flex-direction:column;gap:0.96rem;}
.plain-team .service-visual article{display:grid;grid-template-columns:minmax(180px,0.7fr) 1.3fr;gap:0.96rem;padding:calc(1.5rem * .75);background:#FFFFFF;color:#26241F;border:1px solid #DCD6C9;border-radius:0.43rem;}
.plain-team .service-visual h3{margin:0;font-size:15.9px;line-height:1.35;}
.plain-team .service-visual p{margin:0;font-size:calc(15.9px * .875);line-height:1.84;}
.plain-team .service-visual a{color:#1F4E79;text-decoration:underline;text-underline-offset:2px;}
.plain-team .service-visual a:hover{color:inherit;}
.plain-team .fresh-form{margin:0;font-size:calc(15.9px * .875);line-height:1.84;}
.plain-team .fresh-form a{color:#1F4E79;text-decoration:underline;text-underline-offset:2px;}
.plain-team .fresh-form a:hover{color:inherit;}
@media (max-width:700px){.plain-team .service-visual article{grid-template-columns:1fr;}
    }
.visual-quote{padding:calc(1.5rem * 2.4) 1.28rem;background:linear-gradient(135deg, #C25A1E 0%, #A34715 100%);color:#FFF8F1}
.visual-quote .public-surface{max-width:840px;margin:0 auto}
.visual-quote .text-figure{display:flex;gap:calc(0.96rem * 1.5);align-items:flex-start}
.visual-quote .plan{flex:0 1 22rem;min-width:0}
.visual-quote h2{margin:0;font-size:calc(15.9px * 2);line-height:1.1}
.visual-quote .primary-summary{margin:calc(1.5rem * .75) 0 0;font-size:calc(15.9px * .875);line-height:1.84;opacity:.9}
.visual-quote .soft-figure{flex:1 1 34rem;min-width:0}
.visual-quote .soft-figure p{margin:0 0 calc(1.5rem * .75);font-size:15.9px;line-height:1.84}
.visual-quote .soft-figure p:last-of-type{margin-bottom:0}
.visual-quote .soft-figure a{color:inherit;text-decoration:underline}
.visual-quote ul{list-style:none;margin:calc(0.96rem * 1.5) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.visual-quote li{min-width:0}
.visual-quote li a{display:inline-flex;border-radius:0.43rem;background:#C25A1E;color:#FFF8F1;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(15.9px * .875)}
.visual-quote li a:hover{background:#A34715;color:#26241F;}
@media(max-width:760px){.visual-quote .text-figure{display:block}.visual-quote .soft-figure{margin-top:calc(0.96rem * 1.5)}.visual-quote h2{font-size:calc(15.9px * 1.35)}}
.local-actions{
  background: var(--tone-secondary);
  color: var(--tone-inverse);
  padding: calc(1.5rem * 2.4) 1.28rem;
}
.local-actions .public-surface{width: min(100%, 840px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(13rem, .32fr) minmax(0, 1fr);
  gap: 0.96rem;}
.local-actions h2,
.local-actions h3,
.local-actions p{margin: 0;}
.local-actions h2{font-size: calc(15.9px * 2); line-height: 1.1;}
.local-actions h3{font-size: calc(15.9px * 1.35); line-height: 1.18;}
.local-actions p{font-size: 15.9px; line-height: 1.84;}
.local-actions .strong-inner{
  display: grid;
  gap: calc(0.96rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.51rem;
  background: var(--line-inverse);
  color: var(--paint-strong);
}
.local-actions .main-track{display: grid;
  gap: calc(0.96rem * 1.5);}
.local-actions .featured-shell{display: grid;
  gap: 1.5rem;
  padding-bottom: calc(0.96rem * 1.5);
  border-bottom: 1px solid #DCD6C9;}
.local-actions .featured-shell:last-child{border-bottom: 0; padding-bottom: 0;}
.local-actions .featured-shell b{font-size: calc(15.9px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;color:inherit;}
.local-actions .compact-feature{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 0.96rem;
  align-items: center;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.43rem;
  background: #1F4E79;
  color: #F7F4EE;
}
.local-actions .compact-feature a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
@media (max-width: 820px) {.local-actions .public-surface{ grid-template-columns: 1fr; }.local-actions .compact-feature{ flex-direction: column; align-items: flex-start; }
}
.fresh-visual{padding:calc(1.5rem * 2.4) 1.28rem;background:linear-gradient(135deg, #F7F4EE 0%, #EFEAE0 55%, #E6DFD1 100%);color:#26241F}
.fresh-visual .public-surface{max-width:840px;margin:0 auto}
.fresh-visual .plan{display:flex;gap:calc(0.96rem * 1.5);align-items:flex-start}
.fresh-visual .team-header{flex:0 1 20rem;min-width:0;border-left:2px solid #C25A1E;padding-left:1.5rem}
.fresh-visual .team-header p{margin:0;font-size:calc(15.9px * .875);line-height:1.84;}
.fresh-visual .page-nav{flex:1 1 44rem;min-width:0}
.fresh-visual h2{margin:0;font-size:calc(15.9px * 2);line-height:1.1;letter-spacing:-0.01em}
.fresh-visual .main-track{margin-top:calc(0.96rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.fresh-visual .main-track p{margin:0;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid #DCD6C9;display:flex;gap:1.5rem;align-items:flex-start}
.fresh-visual .main-track p:last-child{border-bottom:0;padding-bottom:0}
.fresh-visual strong{flex:0 1 13rem;min-width:0;font-size:calc(15.9px * .875);font-weight:600}
.fresh-visual span{flex:1 1 28rem;min-width:0;line-height:1.84}
@media(max-width:760px){.fresh-visual .plan,.fresh-visual .main-track p{display:block}.fresh-visual .team-header{border-left:0;border-top:2px solid #C25A1E;padding-left:0;padding-top:calc(1.5rem * .75)}.fresh-visual .page-nav{margin-top:calc(0.96rem * 1.5)}.fresh-visual span{display:block;margin-top:calc(1.5rem * .75)}.fresh-visual h2{font-size:calc(15.9px * 1.35)}}
.page-view{
      background:var(--tone-secondary);
      color:var(--tone-inverse);
      padding:calc(1.5rem * 2.4) 1.28rem;
    }
.page-view .c{max-width:840px;
      margin:0 auto;}
.page-view .submit{
      background:#FFFFFF;
      color:#26241F;
      border:1px solid #DCD6C9;
      border-radius:0.51rem;
      box-shadow:0 1px 3px rgba(0,0,0,0.05);
      padding:calc(1.5rem * .75);
    }
.page-view .soft-track{margin:0 0 calc(0.96rem * 1.5);}
.page-view .soft-track img{display:block;
      width:100%;
      height:auto;
      border-radius:0.43rem;}
.page-view .soft-track figcaption{margin-top:0.5rem;
      font-size:calc(15.9px * .875);}
.page-view .text-intro{margin-bottom:calc(0.96rem * 1.5);}
.page-view .bottom-area{display:flex;
      gap:0.96rem;
      align-items:flex-start;}
.page-view .focused-frame{
      flex:0 0 auto;
      width:56px;
      height:56px;
      border-radius:50%;
      background:var(--paint-primary);
      color:#F7F4EE;
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:700;
      font-size:15.9px;
      letter-spacing:0.02em;
    }
.page-view .focused-menu{flex:1 1 auto;
      min-width:0;}
.page-view h1{margin:0 0 0.35rem;
      font-size:calc(15.9px * 2);
      line-height:1.25;}
.page-view .open-stack{margin:0 0 0.5rem;
      font-size:15.9px;}
.page-view .site-lead{margin:0 0 0.4rem;
      font-size:calc(15.9px * .875);}
.page-view .direct-brand{margin:0;
      font-size:calc(15.9px * .875);
      font-weight:600;}
.page-view .site-view p{margin:0 0 calc(0.96rem * 1.5);
      line-height:1.84;}
.page-view .site-view p:last-child{margin-bottom:0;}
.page-view .simple-menu{margin-top:calc(0.96rem * 1.5);
      padding-top:calc(0.96rem * 1.5);
      border-top:1px solid #DCD6C9;
      font-size:calc(15.9px * .875);}
.page-view .content-section{display:block;
      margin-bottom:0.5rem;}
.page-view .fresh-form{margin:0;}
.page-view .fresh-form a{text-decoration:underline;
      text-underline-offset:2px;}
.page-view .fresh-form a:hover{}
@media (max-width:640px){.page-view .bottom-area{
        flex-direction:column;
      }
    }
.visual-team{padding:clamp(50px,7vw,88px) clamp(16px,4vw,36px);background:var(--line-inverse);color:var(--paint-strong);}
.visual-team .public-surface{max-width:840px;margin:0 auto;}
.visual-team .secondary-summary{margin-bottom:calc(0.96rem * 1.5);}
.visual-team .secondary-summary h2{margin:0;font-size:clamp(26px,3.6vw,38px);}
.visual-team .secondary-summary p{margin:10px 0 0;font-size:15.9px;line-height:1.84;}
.visual-team .plan{display:flex;flex-wrap:wrap;gap:0.96rem;}
.visual-team .featured-shell{flex:1 1 220px;min-width:200px;border-top:2px solid #C25A1E;padding-top:14px;}
.visual-team .featured-shell h3{margin:0 0 8px;font-size:calc(15.9px * 1.125);}
.visual-team .featured-shell p{margin:0 0 10px;font-size:calc(15.9px * .875);line-height:1.84;}
.visual-team .featured-shell a{display:inline-block;text-decoration:none;font-weight:600;color:#1F4E79;}
.visual-team .featured-shell a:hover{color:inherit;}
.visual-team .featured-shell .offer-rail{display:inline-block;font-size:calc(15.9px * .875);color:var(--paint-strong);}
.visual-team .primary-summary{margin-top:calc(0.96rem * 1.5);padding:16px 18px;border:1px solid #DCD6C9;border-radius:0.43rem;background:#FFFFFF;color:#26241F;}
.visual-team .primary-summary p{margin:0 0 12px;font-size:calc(15.9px * .875);line-height:1.84;}
.visual-team .fresh-form{display:flex;flex-wrap:wrap;gap:0.96rem;}
.visual-team .fresh-form a{text-decoration:none;font-weight:600;color:#1F4E79;}
.visual-team .fresh-form a:hover{color:inherit;}
@media (max-width: 640px){.visual-team .plan{flex-direction:column;}.visual-team .featured-shell{flex:1 1 100%;}
    }
.steady-feature{
    color:var(--tone-inverse);
    background:var(--tone-secondary);
    padding:calc(1.5rem * 2.4) 1.28rem;
}
.steady-feature .c{max-width:840px;
    margin:0 auto;}
.steady-feature .clear-track{
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.5rem * .75);
    align-items:flex-start;
    background:#FFFFFF;
    color:#26241F;
    border:1px solid #DCD6C9;
    border-radius:0.51rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 3px rgba(0,0,0,0.05);
}
.steady-feature .main-wrap{flex:0 0 auto;
    width:clamp(120px,18vw,168px);
    height:clamp(120px,18vw,168px);
    border-radius:0.43rem;
    object-fit:cover;
    display:block;}
.steady-feature .focused-fields{flex:1 1 320px;
    min-width:0;}
.steady-feature .focused-fields h3{font-size:calc(15.9px * 1.35);
    margin:0 0 0.35rem;
    line-height:1.25;}
.steady-feature .visual-footer{font-size:calc(15.9px * .875);
    font-weight:600;
    margin:0 0 calc(0.96rem * 1.5);}
.steady-feature .soft-figure{font-size:15.9px;
    line-height:1.84;
    margin:0 0 calc(0.96rem * 1.5);}
.steady-feature .site-benefit{font-size:calc(15.9px * .875);
    margin:0;
    padding-top:calc(0.96rem * 1.5);
    border-top:1px solid #DCD6C9;}
.steady-feature .site-benefit a{text-decoration:none;}
.steady-feature .site-benefit a:hover{text-decoration:underline;}
@media (max-width:560px){.steady-feature .clear-track{
        flex-direction:column;
        align-items:center;
        text-align:center;
    }.steady-feature .main-wrap{
        width:120px;
        height:120px;
    }
}
.featured-brand{
  background: var(--tone-secondary);
  color: var(--tone-inverse);
  padding: calc(1.5rem * 2.4) 1.28rem;
}
.featured-brand .public-surface{width: min(100%, 840px);
  margin: 0 auto;
  display: grid;
  gap: calc(0.96rem * 1.5);}
.featured-brand h2,
.featured-brand h3,
.featured-brand p{margin: 0;}
.featured-brand h2{font-size: calc(15.9px * 2); line-height: 1.1;}
.featured-brand h3{font-size: calc(15.9px * 1.35); line-height: 1.2;}
.featured-brand p{font-size: 15.9px; line-height: 1.84;}
.featured-brand .contact-area{display: grid;
  gap: 1.5rem;
  padding-bottom: calc(0.96rem * 1.5);
  border-bottom: 1px solid #DCD6C9;}
.featured-brand .simple-body{color: var(--paint-strong);
  font-size: calc(15.9px * 1.125);}
.featured-brand .public-figure{display: grid;
  gap: 0;}
.featured-brand .offer-rail{display: grid;
  grid-template-columns: minmax(8rem, .22fr) minmax(0, 1fr);
  column-gap: 1.5rem;
  row-gap: calc(1.5rem * .75);
  padding: calc(0.96rem * 1.5) 0;
  border-bottom: 1px solid #DCD6C9;}
.featured-brand .offer-rail:first-child{padding-top: 0;}
.featured-brand .offer-rail:last-child{border-bottom: none;}
.featured-brand .visual-footer{color: var(--paint-strong);
  font-size: calc(15.9px * .875);
  text-transform: uppercase;
  letter-spacing: 0.04em;}
.featured-brand .offer-rail h3{grid-column: 2;
  grid-row: 1;}
.featured-brand .offer-rail p{grid-column: 2;
  grid-row: 2;}
.featured-brand .steady-callout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.96rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.51rem;
  background: #FFFFFF;
  color: #26241F;
  border: 1px solid #DCD6C9;
}
.featured-brand .steady-callout p{flex: 1 1 22rem;
  font-size: calc(15.9px * .875);}
.featured-brand .steady-callout a{color: #1F4E79;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: calc(15.9px * .875);}
.featured-brand .steady-callout a:hover{color:inherit;}
@media (max-width: 720px) {.featured-brand .offer-rail{
    grid-template-columns: 1fr;
  }.featured-brand .offer-rail h3,
  .featured-brand .offer-rail p{
    grid-column: 1;
  }.featured-brand .offer-rail h3{ grid-row: auto; }.featured-brand .offer-rail p{ grid-row: auto; }.featured-brand .steady-callout{
    flex-direction: column;
    align-items: flex-start;
  }
}
.local-fields{padding:calc(1.5rem * 2.4) 1.28rem;background:linear-gradient(135deg, #C25A1E 0%, #A34715 100%);color:#FFF8F1}
.local-fields .public-surface{max-width:840px;margin:0 auto}
.local-fields .direct-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);gap:calc(0.96rem * 1.5);align-items:start}
.local-fields .service-nav{min-width:0}
.local-fields h2{margin:0;font-size:calc(15.9px * 2);line-height:1.12}
.local-fields .service-nav p{margin:1.5rem 0 0;font-size:calc(15.9px * 1.125);line-height:1.84}
.local-fields .wide-benefit{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.local-fields .wide-benefit a{display:block;min-width:0;background:color-mix(in srgb,#FFF8F1 14%,transparent);color:#FFF8F1;border-radius:0.43rem;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;border-left:3px solid color-mix(in srgb,#FFF8F1 55%,transparent)}
.local-fields .wide-benefit a:hover{background:color-mix(in srgb,#FFF8F1 22%,transparent);color:#26241F;}
.local-fields strong{display:block;font-size:15.9px;line-height:1.24}
.local-fields span{display:block;margin-top:0.35rem;font-size:calc(15.9px * .875);line-height:1.84}
@media(max-width:780px){.local-fields .direct-section{display:block}.local-fields .wide-benefit{margin-top:calc(0.96rem * 1.5)}.local-fields h2{font-size:calc(15.9px * 1.35)}}
.service-surface{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.28rem calc(calc(1.5rem * 2.4)*.62);
    background:var(--tone-secondary,#F7F4EE);
    color:var(--tone-inverse,#26241F);
  }
.service-surface .top-fields{max-width:min(840px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.96rem * 1.5);}
.service-surface h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.9rem,4.6vw,calc(15.9px * 2.65));
    line-height:1.1;
    font-weight:640;
    letter-spacing:-0.005em;}
.service-surface .media-visual{display:block;
    width:100%;
    height:auto;
    aspect-ratio:24/9;
    object-fit:cover;
    border-radius:0.43rem;
    box-shadow:var(--shadow-card,0 1px 3px rgba(0,0,0,0.05));}
.service-surface .top-fields>div{padding-top:calc(0.96rem * 1.5);
    border-top:1px solid #DCD6C9;}
.service-surface p{margin:0;
    font-size:15.9px;
    line-height:1.78;}
@media (max-width:640px){.service-surface{padding-top:calc(calc(1.5rem * 2.4)*.58);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.service-surface h1{max-width:100%;}.service-surface .media-visual{aspect-ratio:4/3;}
  }
.top-region{
  background: var(--tone-secondary);
  color: var(--tone-inverse);
  padding: calc(1.5rem * 2.4) 1.28rem;
}
.top-region .public-surface{max-width: min(840px, 52rem);
  margin: 0 auto;}
.top-region .top-fields{display: flex;
  flex-direction: column;
  gap: calc(0.96rem * 1.5);}
.top-region h2{margin: 0;
  font-size: calc(15.9px * 2);
  line-height: 1.15;
  letter-spacing: 0;}
.top-region p{margin: 0;
  font-size: 15.9px;
  line-height: 1.84;}
.top-region .site-shell{
  display: flex;
  flex-direction: column;
  gap: calc(0.96rem * 1.5);
  background: #FFFFFF;
  color: #26241F;
  border: 1px solid #DCD6C9;
  border-radius: 0.51rem;
  padding: calc(1.5rem * .75);
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.top-region .headline{display: flex;
  flex-direction: column;
  gap: calc(0.96rem * 0.4);}
.top-region .headline label{font-size: calc(15.9px * .875);
  color: var(--paint-strong);
  letter-spacing: 0.01em;}
.top-region .headline input{
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #DCD6C9;
  border-radius: 0.23rem;
  background: var(--tone-secondary);
  color: var(--tone-inverse);
  padding: calc(calc(1.5rem * .75) * 0.7) 0.96rem;
  font: inherit;
  font-size: 15.9px;
}
.top-region .headline input::placeholder{color: rgba(255,255,255,0.55);}
.top-region .headline input:focus{outline: none;
  border-color: var(--paint-primary);
  box-shadow: 0 0 0 3px rgba(31, 78, 121, 0.35);}
.top-region .compact-unit{display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.96rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #DCD6C9;}
.top-region .compact-unit span{flex: 1 1 16rem;
  color: var(--paint-strong);
  font-size: calc(15.9px * .875);
  line-height: 1.55;}
.top-region button{
  border: 0;
  border-radius: 0.43rem;
  background: #C25A1E;
  color: #FFF8F1;
  padding: calc(calc(1.5rem * .75) * 0.8) calc(1.5rem * .75);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: background 520ms var(--speed-soft);
}
.top-region button:hover{
  background: #A34715;color:#26241F;}
@media (max-width: 640px) {.top-region .compact-unit{
    align-items: flex-start;
    flex-direction: column;
  }
}
.strong-visual{padding:calc(1.5rem * 2.4) 1.28rem;background:var(--paint-primary);color:#F7F4EE}
.strong-visual .public-surface{max-width:840px;margin:0 auto}
.strong-visual h2{max-width:22ch;margin:0;font-size:calc(15.9px * 2.65);line-height:1.05}
.strong-visual .public-surface>p{margin:1.5rem 0 calc(0.96rem * 1.5);font-size:calc(15.9px * 1.125);line-height:1.84}
.strong-visual .page-fields{display:flex;flex-wrap:wrap;gap:1px;background:#C25A1E;color:#FFF8F1;border:1px solid #C25A1E}
.strong-visual .page-fields>a,
.strong-visual .page-fields>.featured-shell{flex:1 1 18rem;min-width:0;background:#C25A1E;color:#FFF8F1;padding:1.5rem;text-decoration:none;overflow-wrap:anywhere;display:block}
.strong-visual .page-fields .text-footer{display:block;font-size:calc(15.9px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.85}
.strong-visual .page-fields .plain-note{display:block;margin-top:calc(1.5rem * .75);font-size:calc(15.9px * 1.35);line-height:1.2}
.strong-visual .primary-summary{margin:calc(0.96rem * 1.5) 0 0;font-size:15.9px;line-height:1.84;opacity:.92}
@media(max-width:720px){.strong-visual .page-fields{display:block}.strong-visual .page-fields>a,
  .strong-visual .page-fields>.featured-shell{border-bottom:1px solid rgba(255,248,241,.22)}.strong-visual .page-fields>a:last-child,
  .strong-visual .page-fields>.featured-shell:last-child{border-bottom:0}
}
.local-group{padding:calc(1.5rem * 2.4) 1.28rem;background:#1F4E79;color:#F7F4EE}
.local-group .plan{max-width:840px;margin:0 auto;display:grid;grid-template-columns:minmax(15rem,.32fr) minmax(0,1fr);gap:calc(0.96rem * 1.5);align-items:start}
.local-group .strong-callout{align-self:start}
.local-group h2{margin:0 0 1.5rem;font-size:calc(15.9px * 2);line-height:1.15}
.local-group .strong-callout p{margin:0;font-size:15.9px;line-height:1.84}
.local-group .narrow-tile{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.local-group .soft-body{height:clamp(20rem,38vw,32rem);border-radius:0.51rem;overflow:hidden;border:1px solid #DCD6C9;background:#FFFFFF;color:#26241F;}
.local-group iframe{display:block;width:100%;height:100%;border:0}
.local-group .text-section{display:flex;flex-wrap:wrap;gap:0.96rem}
.local-group .public-headline{flex:1 1 14rem;padding:calc(1.5rem * .75);border-radius:0.43rem;background:#FFFFFF;color:#26241F;border:1px solid #DCD6C9}
.local-group .public-headline span{display:block;font-size:calc(15.9px * .875);color:inherit;letter-spacing:.02em;text-transform:uppercase}
.local-group .public-headline strong{display:block;margin-top:calc(calc(1.5rem * .75) * .5);font-size:15.9px;line-height:1.5;font-weight:600}
.local-group .public-headline a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:color 520ms var(--speed-soft),border-color 520ms var(--speed-soft)}
.local-group .public-headline a:hover{color:inherit;border-color:#C25A1E}
@media (max-width: 760px){.local-group .plan{grid-template-columns:1fr}.local-group .soft-body{height:20rem}
}
.featured-intro{padding:calc(1.5rem * 2.4) 1.28rem;background:var(--paint-primary);color:#F7F4EE}
.featured-intro .active-view{max-width:min(840px,62rem);margin:0 auto}
.featured-intro h2{margin:0;font-size:calc(15.9px * 2.65);line-height:1.08}
.featured-intro .visual-group{margin:1.5rem 0 calc(0.96rem * 1.5);font-size:calc(15.9px * 1.125);line-height:1.6}
.featured-intro .content-intro{border-top:1px solid color-mix(in srgb,currentColor 34%,transparent)}
.featured-intro .primary-summary{padding:0.96rem 0}
.featured-intro .primary-summary + .primary-summary{border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.featured-intro h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.9px * 1.35);line-height:1.25;font-weight:600}
.featured-intro .primary-summary p{margin:0;line-height:1.7}
@media (max-width:640px){.featured-intro h2{font-size:calc(15.9px * 2)}.featured-intro .visual-group{font-size:15.9px}
}
.direct-panel{
  padding: calc(1.5rem * 2.4) 1.28rem;
  background: #1F4E79;
  color: #F7F4EE;
}
.direct-panel .public-surface{display: flex;
  flex-wrap: wrap;
  gap: calc(0.96rem * 1.5) 1.28rem;
  max-width: 840px;
  margin: 0 auto;
  align-items: flex-start;}
.direct-panel .featured-list{flex: 1 1 300px;
  min-width: 0;}
.direct-panel h2{margin: 0;
  font-size: calc(15.9px * 2);
  line-height: 1.12;}
.direct-panel .featured-list p{margin: 1.5rem 0 0;
  opacity: .82;
  line-height: 1.84;}
.direct-panel .public-figure{flex: 1 1 380px;
  min-width: 0;
  border-top: 1px solid #DCD6C9;}
.direct-panel .offer-rail{display: flex;
  justify-content: space-between;
  gap: 0.96rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #DCD6C9;}
.direct-panel .offer-rail span{flex: 0 0 30%;
  opacity: .68;
  font-size: calc(15.9px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;}
.direct-panel .offer-rail p,
.direct-panel .offer-rail a{flex: 1 1 auto;
  margin: 0;
  text-align: right;
  overflow-wrap: anywhere;
  line-height: 1.84;}
.direct-panel .featured-body a{font-size: calc(15.9px * 1.125);
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;}
.direct-panel .featured-body a:hover{}
.direct-panel .wide-story{display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.5rem 1.28rem;
  padding-top: 1.5rem;}
.direct-panel .wide-story a{color: inherit;
  font-size: calc(15.9px * .875);
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;}
.direct-panel .wide-story a:hover{}
@media (max-width: 760px) {.direct-panel .public-surface{
    display: block;
  }.direct-panel .public-figure{
    margin-top: calc(0.96rem * 1.5);
  }
}
@media (max-width: 500px) {.direct-panel .offer-rail{
    display: block;
  }.direct-panel .offer-rail p,
  .direct-panel .offer-rail a{
    display: block;
    margin-top: calc(1.5rem * .75);
    text-align: left;
  }.direct-panel .wide-story{
    justify-content: flex-start;
  }
}
.text-copy{padding:calc(1.5rem * 2.4) 1.28rem;background:var(--tone-secondary);color:var(--tone-inverse);}
.secondary-inner{max-width:840px;margin:0 auto;}
.text-copy h1{margin:0;font-size:calc(15.9px * 2.65);line-height:1.08;}
.active-lead{
  padding: calc(1.5rem * 2.4) 1.28rem;
  background: var(--tone-secondary);
  color: var(--tone-inverse);
}
.active-lead .public-surface{max-width: min(840px, 60rem);
  margin: 0 auto;}
.active-lead .simple-body{padding-bottom: calc(0.96rem * 1.5);
  border-bottom: 1px solid #DCD6C9;}
.active-lead h2{margin: 0;
  font-size: calc(15.9px * 2);
  line-height: 1.12;}
.active-lead .service-nav{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.9px * 1.125);
  color: var(--paint-strong);}
.active-lead .site-figure{display: flex;
  flex-direction: column;
  gap: calc(0.96rem * 1.5);
  margin-top: calc(0.96rem * 1.5);}
.active-lead .public-inner{
  padding: calc(1.5rem * .75);
  background: #FFFFFF;
  color: #26241F;
  border: 1px solid #DCD6C9;
  border-radius: 0.43rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.active-lead h3{margin: 0;
  font-size: calc(15.9px * 1.35);
  line-height: 1.25;}
.active-lead .public-inner p{margin: calc(calc(1.5rem * .75) * .6) 0 0;
  color: var(--paint-strong);
  font-size: 15.9px;
  line-height: 1.84;}
.active-lead .primary-summary{margin: calc(0.96rem * 1.5) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #DCD6C9;
  font-size: calc(15.9px * .875);
  color: var(--paint-strong);}
@media (max-width: 640px) {.active-lead .public-inner{
    padding: calc(calc(1.5rem * .75) * .85);
  }
}
.content-steps{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.28rem;
    background:var(--tone-secondary,#F7F4EE);
    color:var(--tone-inverse,#26241F);
  }
.content-steps .top-fields{max-width:min(840px,62rem);
    margin:0 auto;}
.content-steps h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.9rem,4.6vw,calc(15.9px * 2.65));
    line-height:1.08;
    font-weight:660;
    letter-spacing:0;}
.content-steps .media-visual{display:block;
    width:min(100%,40rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.43rem;
    margin:clamp(1rem,2vw,calc(0.96rem * 1.5)) 0 0;}
.content-steps .featured-block{margin-top:clamp(1rem,2vw,1.5rem);
    padding-top:clamp(.8rem,1.5vw,1.5rem);
    border-top:1px solid #DCD6C9;}
.content-steps p{margin:0;
    font-size:clamp(1rem,1.2vw,15.9px);
    line-height:1.78;}
@media (max-width:640px){.content-steps h1{max-width:100%;}.content-steps .media-visual{aspect-ratio:4/3;}.content-steps{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.top-wrap{
  padding: calc(1.5rem * 2.4) 1.28rem;
  background: #1F4E79;
  color: #F7F4EE;
}
.top-wrap .public-surface{max-width: min(840px, 78rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(17rem, .85fr);
  gap: calc(0.96rem * 1.5);
  align-items: start;}
.top-wrap h2{margin: 0;
  font-size: calc(15.9px * 2);
  line-height: 1.1;}
.top-wrap .featured-block p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.9px * 1.125);
  line-height: 1.84;}
.top-wrap .featured-block p:first-of-type{margin-top: calc(0.96rem * 1.5);}
.top-wrap .plan{
  padding: calc(1.5rem * .75);
  border-radius: 0.51rem;
  background: var(--tone-secondary);
  color: var(--tone-inverse);
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.top-wrap .plan strong{display: block;
  font-size: calc(15.9px * 1.35);
  margin-bottom: calc(1.5rem * .75);}
.top-wrap .plan p{margin: 0 0 calc(1.5rem * .75);}
.top-wrap .plan > span{display: block;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #DCD6C9;color:inherit;
  font-size: calc(15.9px * .875);}
.top-wrap .fresh-form{display: flex;
  flex-wrap: wrap;
  gap: 0.96rem;
  margin-top: calc(1.5rem * .75);}
.top-wrap .fresh-form a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-size: calc(15.9px * .875);
  transition: color 520ms var(--speed-soft), border-color 520ms var(--speed-soft);}
.top-wrap .fresh-form a:hover,
.top-wrap .fresh-form a:focus-visible{color:inherit;
  border-bottom-color: #C25A1E;}
.top-wrap .bottom-unit{list-style: none;
  margin: calc(1.5rem * .75) 0 0;
  padding: calc(1.5rem * .75) 0 0;
  border-top: 1px solid #DCD6C9;
  display: grid;
  gap: 0.4rem;
  font-size: calc(15.9px * .875);}
.top-wrap .bottom-unit li{display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: baseline;}
.top-wrap .bottom-unit .steady-benefit{min-width: 5.5rem;color:inherit;}
.top-wrap .bottom-unit a{color:inherit;
  text-decoration: none;}
.top-wrap .bottom-unit a:hover,
.top-wrap .bottom-unit a:focus-visible{color:inherit;}
@media (max-width: 760px) {.top-wrap .public-surface{
    grid-template-columns: 1fr;
  }
}
.simple-headline{--layer-strong:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 1.28rem;background:var(--paint-primary);color:#F7F4EE;}
.simple-headline .public-surface{max-width:840px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.96rem * 1.5);}
.simple-headline h2{margin:0;font-size:calc(15.9px * 2);line-height:1.14;}
.simple-headline p{margin:0;font-size:15.9px;line-height:1.84;}
.simple-headline .simple-body{color:color-mix(in srgb, currentColor 82%, transparent);}
.simple-headline .primary-summary{color:color-mix(in srgb, currentColor 72%, transparent);font-size:calc(15.9px * .875);}
.simple-headline .primary-summary a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.simple-headline .primary-summary a:hover{}
.simple-headline .fresh-form{display:flex;flex-wrap:wrap;align-items:center;gap:0.96rem;margin-top:var(--layer-strong);}
.simple-headline .public-items{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.23rem;background:#C25A1E;color:#FFF8F1;text-decoration:none;font-size:15.9px;}
.simple-headline .public-items:hover{background:#A34715;color:#26241F;}
.simple-headline .wide-area{color:inherit;text-decoration:none;font-size:calc(15.9px * .875);border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);padding-bottom:2px;}
.simple-headline .wide-area:hover{border-bottom-color:currentColor;}
@media (max-width:640px){.simple-headline .fresh-form{flex-direction:column;align-items:flex-start;}.simple-headline .public-items{width:100%;}
}
.fresh-copy{
  background: var(--tone-secondary);
  color: var(--tone-inverse);
  padding: calc(1.5rem * 2.4) 1.28rem;
}
.fresh-copy .public-surface{width: min(100%, 840px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.96rem * 1.5);}
.fresh-copy .simple-body h1{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(15.9px * 2.65);
  line-height: 1.08;
  letter-spacing: -0.01em;}
.fresh-copy .featured-block{margin: 0;
  font-size: calc(15.9px * 1.125);
  line-height: 1.84;}
.fresh-copy .fresh-form{border-top: 1px solid #DCD6C9;
  border-bottom: 1px solid #DCD6C9;
  padding: calc(1.5rem * .75) 0;}
.fresh-copy .primary-summary{margin: 0 0 0.96rem;
  font-size: calc(15.9px * .875);
  text-transform: uppercase;
  letter-spacing: 0.08em;}
.fresh-copy .simple-media{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.96rem;}
.fresh-copy .simple-media li{flex: 1 1 240px;
  min-width: 0;}
.fresh-copy .simple-media a{
  display: block;
  padding: calc(1.5rem * .75);
  border: 1px solid #DCD6C9;
  border-radius: 0.43rem;
  background: #FFFFFF;
  color: #26241F;
  text-decoration: none;
  font-size: 15.9px;
  line-height: 1.5;
  transition: border-color 520ms var(--speed-soft), background 520ms var(--speed-soft);
}
.fresh-copy .simple-media a:hover{
  border-color: #C25A1E;
  background: var(--line-inverse);color:var(--paint-strong);}
.fresh-copy .quiet-tile{margin: 0;
  font-size: calc(15.9px * .875);
  line-height: 1.84;}
.fresh-copy .quiet-tile a{text-decoration: underline;
  text-underline-offset: 3px;}
.fresh-copy .quiet-tile a:hover{}
@media (max-width: 640px) {.fresh-copy .simple-body h1{
    font-size: calc(15.9px * 2);
  }.fresh-copy .featured-block{
    font-size: 15.9px;
  }
}
