html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Source Serif 4", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --motion-slow: ease;
  --line-warm: #1B1B2A;
  --ink-muted: #E4DCC4;
  --tone-warm: #FFFFFF;
}
a{color:inherit;}
.simple-track {
    width: 100%;
    background: #FBF6E9;
    color: #1B1B2A;
    border-bottom: 1px solid var(--ink-muted);
    padding: 1.5rem 1.37rem;
  }
.primary-entries {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.97rem;
  }
.top-method {
    font-size: calc(16.5px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #1B1B2A;
    text-decoration: none;
    text-align: center;
    padding: 0 calc(0.97rem * 1.5);
    white-space: nowrap;
  }
.top-method:hover {
    color: #E0A81C;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0.97rem;
    align-items: center;
  }
.nav-left {
    justify-self: start;
  }
.nav-right {
    justify-self: end;
  }
.nav-list a {
    color: #1B1B2A;
    text-decoration: none;
    font-size: 16.5px;
    padding: 0.4rem 0.2rem;
    border-radius: 0.27rem;
    transition: color 380ms var(--motion-slow);
  }
.nav-list a:hover {
    color: #E0A81C;
  }
.public-wrap {
    display: none;
    justify-self: end;
    background: #F2EAD3;
    color: #33334A;
    border: 1px solid var(--ink-muted);
    border-radius: 0.33rem;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.fresh-copy{
    display: block;
    width: 1.25rem;
    height: 2px;
    background: #33334A;
    border-radius: 2px;color:var(--line-warm);}
.wide-track {
    max-width: 980px;
    margin: calc(0.97rem * 1.5) auto 0;
    background: var(--tone-warm);
    color: var(--line-warm);
    border: 1px solid var(--ink-muted);
    border-radius: 0.52rem;
    padding: calc(1.5rem * .75);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  }
.wide-track[hidden]{display: none;}
.open-tile {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: calc(0.97rem * 1.5);
  }
.open-tile a {
    color: var(--line-warm);
    text-decoration: none;
    font-size: calc(16.5px * 1.125);
    display: block;
    padding: 0.5rem 0.25rem;
    border-radius: 0.27rem;
  }
.open-tile a:hover {
    color: #E0A81C;
  }
@media (max-width: 767px) {
    .primary-entries {
      grid-template-columns: 1fr auto;
    }

    .wide-quote {
      display: none;
    }

    .top-method {
      justify-self: start;
      text-align: left;
      padding: 0;
    }

    .public-wrap {
      display: flex;
    }
  }
.active-form{font-family:"Source Serif 4", sans-serif;font-size:16.5px;line-height:1.9;padding:calc(1.5rem * 2.4) 1.37rem;margin-top:calc(1.5rem * 2.4);background:#1F2A5C;color:#FBF6E9;}
.page-list{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.97rem * 1.5)}
.details{display:grid;grid-template-columns:1.1fr 1fr;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);background:rgba(255, 255, 255, 0.06);border:1px solid rgba(255, 255, 255, 0.12);border-radius:0.52rem}
.quiet-items{margin:0 0 1.5rem;font-size:calc(16.5px * .875);letter-spacing:0.08em;text-transform:uppercase;opacity:0.75}
.direct-benefit{margin:0 0 1.5rem;font-size:calc(16.5px * 1.35);line-height:1.25;font-weight:600}
.soft-inner{margin:0;font-size:16.5px;opacity:0.85}
.compact-summary{display:flex;flex-direction:column;gap:1.5rem;align-self:center}
.direct-footer{font-size:calc(16.5px * .875);opacity:0.85}
.wide-region{display:flex;gap:0.97rem;flex-wrap:wrap}
.wide-items{flex:1 1 200px;min-width:0;padding:0.7rem 0.9rem;font-family:inherit;font-size:16.5px;color:#FBF6E9;background:rgba(255, 255, 255, 0.08);border:1px solid rgba(255, 255, 255, 0.2);border-radius:0.33rem;outline:none}
.wide-items::placeholder{}
.wide-items:focus{border-color:#E0A81C;box-shadow:0 0 0 3px rgba(255, 255, 255, 0.12)}
.secondary-list{padding:0.7rem 1.2rem;font-family:inherit;font-size:16.5px;font-weight:600;color:#FBF6E9;background:#1F2A5C;border:none;border-radius:0.33rem;cursor:pointer;transition:background 380ms var(--motion-slow)}
.secondary-list:hover{background:#2A3778;color:var(--line-warm);}
.quiet-frame{margin:0;font-size:calc(16.5px * .875);opacity:0.7}
.narrow-details{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:calc(1.5rem * .75)}
.method{margin:0 0 1.5rem;font-size:16.5px;font-weight:600;letter-spacing:0.02em}
.soft-headline{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.soft-headline a{color:inherit;text-decoration:none;font-size:16.5px;opacity:0.85;transition:opacity 380ms var(--motion-slow)}
.soft-headline a:hover{opacity:1;text-decoration:underline;color:inherit}
.focused-media{padding:calc(1.5rem * .75);background:rgba(255, 255, 255, 0.04);border:1px solid rgba(255, 255, 255, 0.1);border-radius:0.52rem}
.public-intro{margin:0 0 1.5rem;font-size:16.5px;font-weight:600}
.secondary-items{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:0.97rem}
.featured-panel{display:flex;flex-direction:column;gap:0.25rem}
.contact-header{font-size:calc(16.5px * .875);opacity:0.7;text-transform:uppercase;letter-spacing:0.06em}
.plain-content,
  .team-visual{font-size:16.5px;color:inherit}
.team-visual{text-decoration:none;border-bottom:1px solid rgba(255, 255, 255, 0.35);align-self:flex-start;transition:border-color 380ms var(--motion-slow)}
.team-visual:hover{border-color:#E0A81C}
.focused-actions{display:flex;flex-direction:column;gap:1.5rem;padding-top:calc(0.97rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15)}
.soft-entries{margin:0;font-size:calc(16.5px * 1.125);font-weight:700;letter-spacing:0.02em}
.content-actions{margin:0;font-size:calc(16.5px * .875);opacity:0.8;max-width:70ch}
.soft-tile{margin:0;font-size:calc(16.5px * .875);opacity:0.65}
@media (max-width: 900px) {.details{grid-template-columns:1fr}.narrow-details{grid-template-columns:repeat(2, minmax(0, 1fr))}.secondary-items{grid-template-columns:1fr}
  }
@media (max-width: 520px) {.narrow-details{grid-template-columns:1fr}.wide-region{flex-direction:column}.secondary-list{width:100%}
  }
footer .service-details{flex:1 1 100%;max-width:980px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(16.5px * .875);line-height:1.9;opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;inset:0;z-index:1200;display:grid;place-items:end;}
.cookies .featured-actions{position:absolute;inset:0;background:rgba(31, 42, 92, 0.55);color:var(--line-warm);}
.cookies .site-surface{position:relative;width:min(520px,calc(100vw - (1.37rem * 2)));border-radius:0.64rem;padding:18px;background:linear-gradient(135deg,#1F2A5C,#E0A81C);color:#FBF6E9;box-shadow:0 14px 30px rgba(0,0,0,0.06);}
.cookies .site-surface h3{margin:0 0 8px;}
.cookies .site-surface p{margin:0;opacity:.94;}
.cookies .text-track{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap;}
.cookies .text-track button{border:0;border-radius:0.27rem;padding:8px 10px;background:color-mix(in srgb, currentColor 18%, transparent);color:inherit;cursor:pointer;}
.cookies .text-track button.cookie-accept{background:#E0A81C;color:#2A1F05;}
.primary-form{
    padding:calc(1.5rem * 2.4) 1.37rem;
    background:linear-gradient(135deg, #FBF6E9 0%, #F2EAD3 55%, #E7DFC4 100%);
    color:#1B1B2A;
}
.primary-form .quiet-brand{max-width:980px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(0.97rem * 1.5);
    align-items:flex-start;}
.primary-form .visual-plan{flex:1 1 26rem;
    min-width:0;}
.primary-form .visual-plan h1{margin:0;
    font-size:calc(16.5px * 2.65);
    line-height:1.08;}
.primary-form .visual-plan .clear-unit{margin:calc(0.97rem * 1.5) 0 0;
    font-size:calc(16.5px * 1.125);
    line-height:1.9;
    max-width:34rem;}
.primary-form .plain-summary{margin-top:calc(0.97rem * 1.5);
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:0.97rem;}
.primary-form .site-feature{
    display:inline-block;
    padding:.7rem 1.25rem;
    border-radius:0.33rem;
    background:#1F2A5C;
    color:#FBF6E9;
    text-decoration:none;
    font-size:16.5px;
    transition:background 380ms var(--motion-slow);
}
.primary-form .site-feature:hover{
    background:#2A3778;color:var(--line-warm);}
.primary-form .wide-nav{color:#1F2A5C;
    text-decoration:none;
    font-size:calc(16.5px * .875);
    border-bottom:1px solid var(--ink-muted);
    padding-bottom:2px;
    transition:color 380ms var(--motion-slow);}
.primary-form .wide-nav:hover{color:inherit;}
.primary-form .primary-flow{
    flex:1 1 18rem;
    min-width:0;
    padding:calc(1.5rem * .75);
    border-radius:0.52rem;
    background:var(--tone-warm);
    color:var(--line-warm);
    border:1px solid var(--ink-muted);
    box-shadow:0 0px 2px rgba(0,0,0,0.04);
}
.primary-form .primary-flow .quiet-menu{margin:0;
    font-size:16.5px;
    line-height:1.9;}
.primary-form .offer-body{margin:calc(0.97rem * 1.5) 0 0;
    padding-left:1.1rem;
    display:flex;
    flex-direction:column;
    gap:.5rem;
    font-size:calc(16.5px * .875);
    line-height:1.9;}
@media (max-width:640px){.primary-form .quiet-brand{
        flex-direction:column;
    }
}
.local-copy{--field-extra-6:calc(1.5rem * 1.05);--field-main:calc(980px / 1.6);padding:calc(1.5rem * 2.4) 1.37rem;background:#FBF6E9;color:#1B1B2A;}
.local-copy .quiet-brand{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:var(--field-extra-6);}
.local-copy h2,.local-copy h3,.local-copy p{margin:0;}
.local-copy h2{font-size:calc(16.5px * 2);line-height:1.14;max-width:var(--field-main);}
.local-copy h3{font-size:calc(16.5px * 1.35);line-height:1.25;}
.local-copy p{font-size:16.5px;line-height:1.9;}
.local-copy .active-view{display:flex;flex-direction:column;gap:calc(0.97rem * 1.5);}
.local-copy .clear-unit{max-width:var(--field-main);}
.local-copy .text-form{display:flex;flex-direction:column;border-top:1px solid var(--ink-muted);}
.local-copy .narrow-figure{padding:calc(0.97rem * 1.5) 0;border-bottom:1px solid var(--ink-muted);display:flex;flex-direction:column;gap:calc(calc(0.97rem * 1.5) * 0.5);}
.local-copy .narrow-figure p{max-width:calc(var(--field-main) * 1.1);}
.local-copy .simple-unit{margin-top:calc(0.97rem * 1.5);font-size:calc(16.5px * .875);}
.local-copy .simple-unit a{text-decoration:underline;text-underline-offset:3px;}
.local-copy .simple-unit a:hover{}
@media (min-width:720px){.local-copy .narrow-figure{flex-direction:row;align-items:baseline;gap:1.5rem;}.local-copy .narrow-figure h3{flex:0 0 38%;}.local-copy .narrow-figure p{flex:1 1 auto;}
}
.simple-flow{--field-extra-6:calc(1.5rem * 1.42);--field-main:calc(980px / 2.60);padding:calc(1.5rem * 2.4) 1.37rem;background:#F2EAD3;color:#33334A;}
.simple-flow .quiet-brand{max-width:980px;margin:0 auto;}
.simple-flow h2,.simple-flow p{margin:0;}
.simple-flow h2{font-size:calc(16.5px * 2);line-height:1.12;}
.simple-flow p{font-size:16.5px;line-height:1.9;}
.simple-flow a{color:inherit;text-decoration:none;}
.simple-flow .plain-summary{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.27rem;background:#1F2A5C;color:#FBF6E9;transition:background 380ms var(--motion-slow);}
.simple-flow .plain-summary:hover{background:#2A3778;color:var(--line-warm);}
.simple-flow .direct-intro>h2,.simple-flow .direct-intro>p,.simple-flow .direct-intro>.plain-summary{margin-top:1.5rem;}
.simple-flow .clear-unit{max-width:var(--field-main);}
.simple-flow .quiet-menu{font-size:calc(16.5px * .875);color:#33334A;opacity:0.85;}
.simple-flow .quiet-menu a{color:#1F2A5C;text-decoration:underline;text-underline-offset:2px;}
.simple-flow .quiet-menu a:hover{color:inherit;}
.fresh-items{padding:clamp(54px,7vw,94px) clamp(16px,4vw,36px);background:linear-gradient(135deg, #FBF6E9 0%, #F2EAD3 55%, #E7DFC4 100%);color:#1B1B2A;}
.fresh-items .quiet-brand{max-width:980px;margin:0 auto;}
.fresh-items .secondary-service{margin-bottom:calc(0.97rem * 1.5);}
.fresh-items .secondary-service p{margin:0;font-weight:700;opacity:.85;font-size:calc(16.5px * .875);letter-spacing:.02em;}
.fresh-items .secondary-service h2{margin:8px 0 0;font-size:clamp(28px,4.6vw,44px);line-height:1.15;}
.fresh-items .compact-headline{display:flex;flex-direction:column;gap:calc(0.97rem * 1.5);}
.fresh-items .clear-unit{margin:0;max-width:64ch;font-size:16.5px;line-height:1.9;}
.fresh-items .primary-flow{display:flex;flex-wrap:wrap;gap:0.97rem;}
.fresh-items .narrow-figure{flex:1 1 260px;min-width:240px;padding:calc(1.5rem * .75);border-radius:0.52rem;border:1px solid var(--ink-muted);background:var(--tone-warm);color:var(--line-warm);box-shadow:0 0px 2px rgba(0,0,0,0.04);}
.fresh-items .open-body{display:inline-block;font-size:calc(16.5px * .875);font-weight:700;padding:2px 8px;border-radius:0.27rem;background:#E0A81C;color:#2A1F05;}
.fresh-items .narrow-figure h3{margin:1.37rem 0 calc(1.37rem / 2);font-size:calc(16.5px * 1.125);}
.fresh-items .narrow-figure p{margin:0 0 10px;line-height:1.9;}
.fresh-items .narrow-figure p:last-child{margin-bottom:0;}
.fresh-items .quiet-menu{font-size:calc(16.5px * .875);opacity:.8;}
.fresh-items .narrow-figure a{text-decoration:underline;text-underline-offset:2px;}
.fresh-items .narrow-figure a:hover{}
.fresh-items .simple-unit{display:flex;flex-wrap:wrap;gap:0.97rem;font-size:calc(16.5px * .875);}
.fresh-items .simple-unit a{font-weight:700;}
.local-inner{
    padding:calc(calc(1.5rem * 2.4)*.68) 1.37rem;
    background:#FBF6E9;
    color:#1B1B2A;
  }
.local-inner .image{max-width:980px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.97rem * 1.5);}
.local-inner h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(16.5px * 2.65));
    line-height:1.12;
    font-weight:700;
    letter-spacing:-0.01em;}
.local-inner .quiet-body{max-width:44rem;
    padding-left:calc(1.5rem * .75);
    border-left:2px solid #E0A81C;}
.local-inner p{margin:0;
    font-size:16.5px;
    line-height:1.75;}
@media (max-width:700px){.local-inner{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.local-inner .quiet-body{
      padding-left:0.97rem;
    }
  }
.contact-summary{--field-extra-6:calc(1.5rem * 1.12);--field-main:calc(980px / 1.55);padding:calc(1.5rem * 2.4) 1.37rem;background:#FBF6E9;color:#1B1B2A;}
.contact-summary .quiet-brand{max-width:980px;margin:0 auto;}
.contact-summary h2,.contact-summary h3,.contact-summary p{margin:0;}
.contact-summary h2{font-size:calc(16.5px * 2);line-height:1.14;}
.contact-summary h3{font-size:calc(16.5px * 1.35);line-height:1.24;}
.contact-summary p{font-size:16.5px;line-height:1.9;}
.contact-summary .quiet-menu{font-size:calc(16.5px * .875);letter-spacing:0.04em;text-transform:uppercase;margin-bottom:calc(1.5rem / 2);}
.contact-summary .clear-unit{max-width:var(--field-main);margin-top:1.5rem;}
.contact-summary .offer-body{display:flex;flex-direction:column;gap:var(--field-extra-6);margin-top:calc(var(--field-extra-6) * 1.1);border-top:1px solid var(--ink-muted);padding-top:var(--field-extra-6);}
.contact-summary .narrow-figure{min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.contact-summary .narrow-figure p{}
@media (min-width:720px){.contact-summary .narrow-figure{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.7fr);gap:0.97rem;align-items:start;}.contact-summary .narrow-figure h3{margin-top:0.15em;}
}
.direct-service{
    padding:clamp(50px,7vw,90px) clamp(16px,4vw,36px);
    background:#F2EAD3;
    color:#33334A;
}
.direct-service .quiet-brand{max-width:980px;
    margin:0 auto;}
.direct-service .secondary-service{max-width:640px;
    margin-bottom:calc(0.97rem * 1.5);}
.direct-service .secondary-service p{margin:0;
    font-size:calc(16.5px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;}
.direct-service .secondary-service h2{margin:0.97rem 0;
    font-size:calc(16.5px * 2);
    line-height:1.25;}
.direct-service .secondary-service span{display:block;
    font-size:16.5px;
    line-height:1.9;}
.direct-service .service-stack{display:flex;
    flex-direction:column;
    gap:0.97rem;}
.direct-service .service-stack article{
    border:1px solid var(--ink-muted);
    border-left:3px solid #E0A81C;
    border-radius:0.33rem;
    background:var(--tone-warm);
    color:var(--line-warm);
    padding:calc(1.5rem * .75);
}
.direct-service .wide-view{display:flex;
    align-items:baseline;
    gap:0.97rem;
    flex-wrap:wrap;}
.direct-service .wide-view i{font-style:normal;
    font-size:calc(16.5px * .875);
    text-transform:uppercase;
    letter-spacing:0.06em;color:inherit;}
.direct-service .wide-view h3{margin:0;
    font-size:calc(16.5px * 1.35);
    line-height:1.35;}
.direct-service .service-stack p{margin:0.97rem 0 calc(0.97rem * 0.6);
    line-height:1.9;}
.direct-service .service-stack small{display:block;
    font-size:calc(16.5px * .875);
    color:#33334A;}
@media (min-width:760px){.direct-service .service-stack{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:calc(1.5rem * .75);
    }.direct-service .service-stack article:nth-child(3){
        grid-column:1 / -1;
    }
}
.clear-contact{
  background:#E0A81C;
  color:#2A1F05;
  padding:calc(1.5rem * 2.4) 1.37rem;
}
.clear-contact .quiet-brand{max-width:980px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,16rem) minmax(0,1fr);
  gap:calc(0.97rem * 1.5);
  align-items:start;}
.clear-contact .primary-flow{display:flex;
  flex-direction:column;
  gap:1.5rem;
  min-width:0;
  padding-right:1.37rem;
  border-right:1px solid color-mix(in srgb,#2A1F05 22%,transparent);}
.clear-contact .primary-flow span{font-size:calc(16.5px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;}
.clear-contact .primary-flow p{margin:0;
  font-size:16.5px;
  line-height:1.9;}
.clear-contact .service-steps{min-width:0;}
.clear-contact h2{margin:0;
  font-size:calc(16.5px * 2);
  line-height:1.12;}
.clear-contact .simple-group{margin:calc(0.97rem * 1.5) 0 0;
  font-size:calc(16.5px * 1.125);
  line-height:1.9;}
.clear-contact .site-links{display:flex;
  flex-wrap:wrap;
  gap:.6rem 0.97rem;
  margin-top:calc(0.97rem * 1.5);}
.clear-contact .site-links a{display:inline-block;
  padding:.6rem .95rem;
  border:1px solid color-mix(in srgb,#2A1F05 30%,transparent);
  border-radius:0.52rem;
  text-decoration:none;
  font-size:calc(16.5px * .875);
  transition:background 380ms var(--motion-slow), border-color 380ms var(--motion-slow);}
.clear-contact .site-links a:hover{
  background:color-mix(in srgb,#2A1F05 12%,transparent);
  border-color:color-mix(in srgb,#2A1F05 55%,transparent);color:var(--line-warm);}
@media (max-width:760px){.clear-contact .quiet-brand{
    grid-template-columns:1fr;
  }.clear-contact .primary-flow{
    padding:0 0 1.5rem;
    border-right:0;
    border-bottom:1px solid color-mix(in srgb,#2A1F05 22%,transparent);
  }
}
.bottom-note{
    padding:calc(calc(1.5rem * 2.4)*.68) 1.37rem;
    background:#FBF6E9;
    color:#1B1B2A;
    border-bottom:1px solid var(--ink-muted,#E4DCC4);
  }
.bottom-note .image{max-width:980px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
    gap:0.97rem clamp(1.5rem,4vw,3rem);}
.bottom-note h1{flex:1 1 22ch;
    margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(16.5px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;}
.bottom-note .quiet-body{flex:1 1 26ch;
    max-width:34rem;
    padding-left:clamp(0rem,2vw,1.5rem);
    border-left:2px solid #E0A81C;}
.bottom-note p{margin:0;
    font-size:16.5px;
    line-height:1.75;}
@media (max-width:700px){.bottom-note{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.bottom-note .quiet-body{
      padding-left:0;
      border-left:0;
      border-top:2px solid #E0A81C;
      padding-top:calc(0.97rem * 1.5);
    }
  }
.main-details{--field-extra-6:calc(1.5rem * 1.3);--field-main:calc(980px / 2.35);padding:calc(1.5rem * 2.4) 1.37rem;background:#FBF6E9;color:#1B1B2A;}
.main-details .quiet-brand{max-width:980px;margin:0 auto;}
.main-details h2,.main-details h3,.main-details p{margin:0;}
.main-details h2{font-size:calc(16.5px * 2);line-height:1.14;max-width:var(--field-main);}
.main-details h3{font-size:calc(16.5px * 1.35);line-height:1.24;}
.main-details p{font-size:16.5px;line-height:1.9;}
.main-details .quiet-menu{margin-bottom:calc(1.5rem / 2);font-size:calc(16.5px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.main-details .clear-unit{margin-top:1.5rem;max-width:var(--field-main);}
.main-details .offer-body{display:flex;flex-direction:column;gap:var(--field-extra-6);margin-top:calc(var(--field-extra-6) * 1.1);border-top:1px solid var(--ink-muted);padding-top:var(--field-extra-6);}
.main-details .narrow-figure{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem / 3);padding-bottom:var(--field-extra-6);border-bottom:1px solid var(--ink-muted);}
.main-details .narrow-figure:last-child{border-bottom:0;padding-bottom:0;}
.main-details .narrow-figure p{max-width:var(--field-main);}
.main-details .simple-unit{margin-top:calc(var(--field-extra-6) * 1.1);font-size:calc(16.5px * .875);}
.main-details .simple-unit a{text-decoration:underline;text-underline-offset:3px;}
.main-details .simple-unit a:hover{}
@media (min-width:720px){.main-details .narrow-figure{grid-template-columns:calc(980px / 3.1) minmax(0,1fr);gap:1.37rem;align-items:start;}
}
.compact-section{--field-extra-6:calc(1.5rem * 1.1);--field-main:calc(980px / 2.3);padding:calc(1.5rem * 2.4) 1.37rem;background:#1F2A5C;color:#FBF6E9;}
.compact-section .quiet-brand{max-width:980px;margin:0 auto;}
.compact-section h2,.compact-section h3,.compact-section p,.compact-section ol,.compact-section li{margin:0;}
.compact-section h2{font-size:calc(16.5px * 2);line-height:1.12;}
.compact-section h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.compact-section p{font-size:16.5px;line-height:1.9;}
.compact-section .clear-unit{margin-top:1.5rem;max-width:var(--field-main);opacity:.88;}
.compact-section .simple-unit{list-style:none;padding:0;margin-top:calc(var(--field-extra-6) * 1.3);display:flex;flex-direction:column;gap:var(--field-extra-6);counter-reset:step;}
.compact-section .narrow-figure{position:relative;padding-inline-start:calc(calc(1.5rem * .75) * 2.4);min-width:0;}
.compact-section .narrow-figure::before{counter-increment:step;content:counter(step,decimal-leading-zero);position:absolute;inset-inline-start:0;top:0;font-size:calc(16.5px * .875);letter-spacing:.08em;opacity:.6;}
.compact-section .narrow-figure p{margin-top:calc(1.5rem / 3);max-width:calc(980px / 1.7);opacity:.85;}
.compact-section .wide-nav{margin-top:calc(var(--field-extra-6) * 1.2);font-size:calc(16.5px * .875);opacity:.85;}
.compact-section .wide-nav a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:1px;}
.compact-section .wide-nav a:hover{opacity:.75;}
@media (max-width:640px){.compact-section .narrow-figure{padding-inline-start:calc(calc(1.5rem * .75) * 1.6);}
}
.offer-tile{
    padding:calc(calc(1.5rem * 2.4)*.68) 1.37rem;
    background:#FBF6E9;
    color:#1B1B2A;
    border-bottom:1px solid var(--ink-muted,#E4DCC4);
  }
.offer-tile .image{max-width:980px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.97rem * 1.5);}
.offer-tile h1{margin:0;
    font-size:clamp(1.9rem,5vw,calc(16.5px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;
    max-width:22ch;}
.offer-tile .quiet-body{max-width:38rem;
    padding-left:calc(1.5rem * .75);
    border-left:2px solid #E0A81C;}
.offer-tile p{margin:0;
    font-size:clamp(1rem,1.35vw,calc(16.5px * 1.125));
    line-height:1.75;}
@media (max-width:640px){.offer-tile{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.offer-tile h1{max-width:100%;}.offer-tile .quiet-body{
      padding-left:calc(1.5rem * .75);
    }
  }
.contact-figure{
  --field-extra-6:calc(1.5rem * 1.12);
  --field-main:calc(980px / 2.6);
  padding:calc(1.5rem * 2.4) 1.37rem;
  background:#1F2A5C;
  color:#FBF6E9;
}
.contact-figure .quiet-brand{max-width:980px;
  margin:0 auto;}
.contact-figure h2,
.contact-figure h3,
.contact-figure p{margin:0;}
.contact-figure h2{font-size:calc(16.5px * 2);
  line-height:1.14;}
.contact-figure h3{font-size:calc(16.5px * 1.35);
  line-height:1.22;}
.contact-figure p{font-size:16.5px;
  line-height:1.9;
  color:color-mix(in srgb, currentColor 76%, transparent);}
.contact-figure a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;
  text-decoration-thickness:1px;}
.contact-figure a:hover{}
.contact-figure .active-view{max-width:var(--field-main);}
.contact-figure .clear-unit{margin-top:1.5rem;}
.contact-figure .offer-body{display:flex;
  flex-direction:column;
  margin-top:var(--field-extra-6);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.contact-figure .narrow-figure{min-width:0;
  padding:calc(0.97rem * 1.5) 0;
  border-bottom:1px solid color-mix(in srgb, currentColor 16%, transparent);}
.contact-figure .narrow-figure p{margin-top:calc(1.5rem / 3);
  max-width:var(--field-main);}
.contact-figure .simple-unit{margin-top:var(--field-extra-6);
  font-size:calc(16.5px * .875);
  max-width:var(--field-main);}
@media (min-width:720px){.contact-figure .narrow-figure{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);
    gap:0.97rem;
    align-items:start;
  }.contact-figure .narrow-figure p{
    margin-top:0;
  }
}
.narrow-tile{padding:calc(1.5rem * 2.4) 1.37rem;background:#FBF6E9;color:#1B1B2A}
.narrow-tile .quiet-brand{max-width:980px;margin:0 auto}
.narrow-tile .quiet-menu{display:flex;gap:calc(0.97rem * 1.5);align-items:flex-start}
.narrow-tile .compact-story{flex:1 1 30rem;min-width:0;background:#F2EAD3;color:#33334A;border-radius:0.52rem;padding:calc(0.97rem * 1.5)}
.narrow-tile h2{margin:0;font-size:calc(16.5px * 2);line-height:1.12}
.narrow-tile .compact-story p{margin:1.5rem 0 0;font-size:16.5px;line-height:1.9}
.narrow-tile .team-benefit{flex:1 1 32rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.narrow-tile .narrow-figure{border-top:1px solid var(--ink-muted);padding-top:calc(1.5rem * .75)}
.narrow-tile .narrow-figure strong{display:block;font-size:calc(16.5px * 1.35);line-height:1.2}
.narrow-tile .narrow-figure p{margin:calc(1.5rem * .75) 0 0;line-height:1.9}
@media(max-width:780px){.narrow-tile .quiet-menu{display:block}.narrow-tile .compact-story{padding:1.5rem}.narrow-tile .team-benefit{margin-top:calc(0.97rem * 1.5)}}
.site-summary{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.37rem;
    background:var(--tone-deep,linear-gradient(135deg,#FBF6E9 0%,#F2EAD3 55%,#E7DFC4 100%));
    color:#1B1B2A;
  }
.site-summary .image{max-width:980px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.97rem * 1.5);}
.site-summary h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.9rem,4.6vw,calc(16.5px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;}
.site-summary .quiet-body{max-width:38rem;
    padding-left:calc(1.5rem * .75);
    border-left:2px solid #E0A81C;}
.site-summary p{margin:0;
    font-size:clamp(1rem,1.4vw,calc(16.5px * 1.125));
    line-height:1.75;}
@media (max-width:640px){.site-summary{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.site-summary h1{max-width:100%;}.site-summary .quiet-body{padding-left:0;border-left:0;border-top:2px solid #E0A81C;padding-top:calc(1.5rem * .75);}
  }
.soft-footer{--field-extra-6:calc(1.5rem * 1.12);--field-main:calc(980px / 2.15);padding:calc(1.5rem * 2.4) 1.37rem;background:#1F2A5C;color:#FBF6E9;}
.soft-footer .quiet-brand{max-width:980px;margin:0 auto;}
.soft-footer h1,.soft-footer h2,.soft-footer h3,.soft-footer p{margin:0;}
.soft-footer h2{font-size:calc(16.5px * 2);line-height:1.12;}
.soft-footer h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.soft-footer p{font-size:16.5px;line-height:1.9;color:color-mix(in srgb, currentColor 74%, transparent);}
.soft-footer a{color:inherit;text-decoration:none;}
.soft-footer .plain-summary{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.27rem;background:#FBF6E9;color:#1F2A5C;}
.soft-footer .quiet-menu{font-size:calc(16.5px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.soft-footer .clear-unit{margin-top:calc(1.5rem / 2);max-width:var(--field-main);}
.soft-footer .offer-body{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.97rem;margin-top:var(--field-extra-6);}
.soft-footer .narrow-figure{flex:1 1 calc(980px / 3.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.soft-footer .narrow-figure p{margin-top:calc(1.5rem / 3);}
.soft-footer .visual-content{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.97rem;}
.soft-footer .visual-content>.visual-plan{flex:1 1 auto;min-width:0;}
.soft-footer .visual-content>.plain-summary{flex:0 0 auto;}
.soft-footer .visual-content>.offer-body{flex:1 1 100%;}
.soft-footer .visual-plan h2{margin-top:calc(1.5rem / 2);}
.fresh-service{
        padding: calc(1.5rem * 2.4) 1.37rem;
        background: #FBF6E9;
        color: #1B1B2A
    }
.fresh-service .quiet-brand{max-width: 980px;
        margin: 0 auto}
.fresh-service .featured-service{display: flex;
        flex-direction: column;
        gap: calc(0.97rem * 1.5)}
.fresh-service .active-view{max-width: 44rem}
.fresh-service h2{margin: 0;
        font-size: calc(16.5px * 2);
        line-height: 1.15}
.fresh-service .active-view p{margin: 1.5rem 0 0;
        font-size: calc(16.5px * 1.125);
        line-height: 1.9;
        color: #33334A}
.fresh-service ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column}
.fresh-service li{display: flex;
        flex-wrap: wrap;
        gap: 0.97rem;
        align-items: baseline;
        padding: 1.5rem 0}
.fresh-service li + li{border-top: 1px solid var(--ink-muted)}
.fresh-service strong{flex: 0 1 16rem;
        min-width: 0;
        font-size: calc(16.5px * 1.35);
        line-height: 1.2}
.fresh-service span{flex: 1 1 24rem;
        min-width: 0;
        line-height: 1.9;
        color: #33334A}
@media (max-width: 720px) {.fresh-service li{
            display: block
        }.fresh-service span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.local-feature{
    padding:calc(calc(1.5rem * 2.4)*.68) 1.37rem;
    background:#F2EAD3;
    color:#33334A;
  }
.local-feature .image{max-width:980px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.97rem * 1.5);}
.local-feature h1{margin:0;
    font-size:clamp(1.9rem,5vw,calc(16.5px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;}
.local-feature .quiet-body{max-width:38rem;
    padding-left:calc(1.5rem * .75);
    border-left:2px solid #E0A81C;}
.local-feature p{margin:0;
    font-size:calc(16.5px * 1.125);
    line-height:1.75;}
@media (max-width:700px){.local-feature{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.local-feature .quiet-body{
      padding-left:0.97rem;
    }
  }
.public-footer{
  padding: calc(1.5rem * 2.4) 1.37rem;
  background: #E0A81C;
  color: #2A1F05;
}
.public-footer .quiet-brand{max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.97rem * 1.5);}
.public-footer .compact-story{max-width: 46rem;}
.public-footer h2{margin: 0;
  font-size: calc(16.5px * 2);
  line-height: 1.12;}
.public-footer .compact-story p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.5px * 1.125);
  line-height: 1.9;}
.public-footer .local-body{
  border-radius: 0.64rem;
  background: var(--tone-warm);
  color: var(--line-warm);
  border: 1px solid var(--ink-muted);
  overflow: hidden;
}
.public-footer .primary-section{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(0.97rem * 1.5);
  border-bottom: 1px solid var(--ink-muted);}
.public-footer .primary-section span{font-size: calc(16.5px * .875);}
.public-footer a{text-decoration: none;}
.public-footer .primary-section a{font-size: calc(16.5px * .875);
  border-bottom: 1px solid #1F2A5C;
  padding-bottom: 2px;}
.public-footer .fresh-steps{display: flex;
  flex-wrap: wrap;}
.public-footer .fresh-steps a{flex: 1 1 16rem;
  min-width: 14rem;
  padding: calc(1.5rem * .75) calc(0.97rem * 1.5);
  border-right: 1px solid var(--ink-muted);
  border-bottom: 1px solid var(--ink-muted);}
.public-footer .fresh-steps strong,
.public-footer .fresh-steps small,
.public-footer .fresh-steps span{display: block;}
.public-footer .fresh-steps strong{font-size: 16.5px;
  line-height: 1.35;}
.public-footer .fresh-steps small{margin: calc(calc(1.5rem * .75) * .4) 0;
  font-size: calc(16.5px * .875);
  letter-spacing: .02em;}
.public-footer .fresh-steps span{font-size: calc(16.5px * .875);
  line-height: 1.7;}
@media (max-width: 780px) {.public-footer .fresh-steps a{
    flex: 1 1 100%;
    border-right: none;
  }
}
.team-brand{
        padding:calc(1.5rem * 2.4) 1.37rem;
        background:#F2EAD3;
        color:#33334A;
    }
.team-brand .quiet-brand{max-width:980px;
        margin:0 auto;}
.team-brand .secondary-service{margin-bottom:calc(0.97rem * 1.5);
        max-width:640px;}
.team-brand .secondary-service h2{margin:0;
        font-size:calc(16.5px * 2);
        line-height:1.25;}
.team-brand .secondary-service p{margin:0.97rem 0 0;
        font-size:16.5px;}
.team-brand .primary-flow{display:flex;
        flex-wrap:wrap;
        gap:0.97rem;}
.team-brand .narrow-figure{
        flex:1 1 260px;
        padding:calc(1.5rem * .75);
        border:1px solid var(--ink-muted);
        border-radius:0.33rem;
        background:var(--tone-warm);
        color:var(--line-warm);
    }
.team-brand .narrow-figure h3{margin:0 0 0.5rem;
        font-size:calc(16.5px * 1.35);
        line-height:1.3;}
.team-brand .narrow-figure p{margin:0 0 0.97rem;
        font-size:calc(16.5px * .875);}
.team-brand .narrow-figure a{display:inline-block;
        font-size:calc(16.5px * .875);
        font-weight:600;
        color:#1F2A5C;
        text-decoration:none;
        border-bottom:1px solid #1F2A5C;
        padding-bottom:1px;}
.team-brand .narrow-figure a:hover{color:inherit;
        border-bottom-color:#E0A81C;}
.team-brand .quiet-menu{margin-top:calc(0.97rem * 1.5);
        padding-top:calc(0.97rem * 1.5);
        border-top:1px solid var(--ink-muted);}
.team-brand .quiet-menu .clear-unit{margin:0;
        font-size:16.5px;}
.team-brand .quiet-menu .wide-view{margin:0.97rem 0 0;
        font-size:calc(16.5px * .875);}
.team-brand .quiet-menu a{color:#1F2A5C;
        text-decoration:none;
        border-bottom:1px solid #1F2A5C;}
.team-brand .quiet-menu a:hover{color:inherit;
        border-bottom-color:#E0A81C;}
@media (max-width: 720px){.team-brand .narrow-figure{
            flex:1 1 100%;
        }
    }
.steady-method{
    padding:calc(calc(1.5rem * 2.4)*.68) 1.37rem;
    background:#F2EAD3;
    color:#33334A;
  }
.steady-method .image{max-width:980px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.97rem * 1.5);}
.steady-method h1{margin:0;
    font-size:clamp(1.95rem,5.4vw,calc(16.5px * 2.65));
    line-height:1.05;
    font-weight:740;
    letter-spacing:0;}
.steady-method .quiet-body{max-width:38rem;
    padding-left:calc(1.5rem * .75);
    border-left:2px solid #E0A81C;}
.steady-method p{margin:0;
    font-size:clamp(1rem,1.4vw,calc(16.5px * 1.125));
    line-height:1.75;
    color:inherit;}
@media (max-width:700px){.steady-method{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.steady-method .quiet-body{
      padding-left:0.97rem;
    }
  }
.plain-actions{padding:calc(1.5rem * 2.4) 1.37rem;background:#F2EAD3;color:#33334A}
.plain-actions .quiet-brand{max-width:980px;margin:0 auto}
.plain-actions .service-steps{display:flex;flex-direction:column;gap:calc(0.97rem * 1.5)}
.plain-actions .clear-unit{display:flex;flex-direction:column;gap:calc(1.5rem * .75);max-width:62ch}
.plain-actions h2{margin:0;font-size:calc(16.5px * 2);line-height:1.1}
.plain-actions .quiet-menu{margin:0;font-size:16.5px;line-height:1.7}
.plain-actions .offer-body{display:flex;flex-direction:column;border-top:1px solid var(--ink-muted)}
.plain-actions .public-area{display:flex;flex-wrap:wrap;gap:0.97rem;padding:1.5rem 0;border-bottom:1px solid var(--ink-muted)}
.plain-actions .open-body{flex:0 0 12rem;margin:0;font-size:calc(16.5px * .875);text-transform:uppercase;letter-spacing:0.04em;opacity:0.75}
.plain-actions .public-area strong{flex:1 1 22rem;min-width:0;font-weight:400;font-size:16.5px;line-height:1.75}
.plain-actions .plain-summary{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;padding-top:calc(1.5rem * .75)}
.plain-actions .wide-view{margin:0;flex:1 1 20rem;font-size:calc(16.5px * .875)}
.plain-actions .plain-summary a{border-radius:0.27rem;background:#1F2A5C;color:#FBF6E9;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.plain-actions .plain-summary a:hover{background:#2A3778;color:var(--line-warm);}
@media(max-width:680px){.plain-actions h2{font-size:calc(16.5px * 1.35)}.plain-actions .open-body{flex:1 1 100%}.plain-actions .public-area{padding:calc(1.5rem * .75) 0}
}
.bottom-area{
  --field-extra-6:calc(1.5rem * 1.2);
  padding:calc(1.5rem * 2.4) 1.37rem;
  background:#FBF6E9;
  color:#1B1B2A;
}
.bottom-area .quiet-brand{max-width:980px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--field-extra-6);}
.bottom-area h2,.bottom-area h3,.bottom-area p{margin:0;}
.bottom-area h2{font-size:calc(16.5px * 2);line-height:1.15;}
.bottom-area h3{font-size:calc(16.5px * 1.35);line-height:1.25;}
.bottom-area p{font-size:16.5px;line-height:1.9;}
.bottom-area .active-view{display:flex;
  flex-wrap:wrap;
  gap:0.97rem;
  align-items:flex-start;}
.bottom-area .active-view>h2{flex:1 1 calc(980px / 3.2);min-width:0;}
.bottom-area .active-view>.clear-unit{flex:1 1 calc(980px / 2.1);min-width:0;color:#33334A;}
.bottom-area .offer-body{display:flex;
  flex-wrap:wrap;
  gap:0.97rem;}
.bottom-area .narrow-figure{
  flex:1 1 calc(980px / 3.4);
  min-width:0;
  padding:calc(1.5rem * .75);
  border:1px solid var(--ink-muted);
  border-radius:0.33rem;
  background:var(--tone-warm);
  color:var(--line-warm);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);
}
.bottom-area .narrow-figure p{color:#33334A;}
.bottom-area .narrow-figure a{margin-top:auto;
  color:#1F2A5C;
  text-decoration:none;
  font-size:calc(16.5px * .875);
  border-bottom:1px solid currentColor;
  width:max-content;
  padding-bottom:1px;}
.bottom-area .narrow-figure a:hover{color:inherit;}
.bottom-area .quiet-menu{font-size:calc(16.5px * .875);
  color:#33334A;
  border-top:1px solid var(--ink-muted);
  padding-top:calc(1.5rem * .75);}
.bottom-area .quiet-menu a{color:#1F2A5C;text-decoration:none;border-bottom:1px solid currentColor;}
.bottom-area .quiet-menu a:hover{color:inherit;}
@media (max-width:720px){.bottom-area .active-view>h2,.bottom-area .active-view>.clear-unit,.bottom-area .narrow-figure{flex:1 1 100%;}
}
.narrow-track{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.37rem;
    background:var(--tone-deep,linear-gradient(135deg,#FBF6E9 0%,#F2EAD3 55%,#E7DFC4 100%));
    color:#1B1B2A;
  }
.narrow-track .image{max-width:980px;
    margin:0 auto;}
.narrow-track .clear-unit{display:flex;
    flex-direction:column;
    gap:clamp(0.9rem,2.2vw,calc(0.97rem * 1.5));}
.narrow-track h1{margin:0;
    font-size:clamp(1.95rem,5.4vw,calc(16.5px * 2.65));
    line-height:1.08;
    font-weight:740;
    letter-spacing:-0.005em;}
.narrow-track .quiet-body{max-width:38rem;
    padding-left:clamp(0rem,3vw,1.1rem);
    border-left:2px solid #E0A81C;}
.narrow-track p{margin:0;
    font-size:clamp(1rem,1.4vw,calc(16.5px * 1.125));
    line-height:1.75;}
@media (max-width:700px){.narrow-track{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }.narrow-track .quiet-body{
      padding-left:0.85rem;
    }
  }
.plain-figure{--field-extra-6:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.37rem;background:#FBF6E9;color:#1B1B2A;}
.plain-figure .quiet-brand{max-width:980px;margin:0 auto;}
.plain-figure h2,.plain-figure h3,.plain-figure p{margin:0;}
.plain-figure h2{font-size:calc(16.5px * 2);line-height:1.14;}
.plain-figure h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.plain-figure p{font-size:16.5px;line-height:1.9;}
.plain-figure .secondary-service{display:flex;flex-wrap:wrap;gap:0.97rem;align-items:flex-start;}
.plain-figure .secondary-service h2{flex:1 1 calc(980px / 2.6);min-width:0;}
.plain-figure .secondary-service .clear-unit{flex:1 1 calc(980px / 2.6);min-width:0;}
.plain-figure .simple-unit{list-style:none;margin:var(--field-extra-6) 0 0;padding:0;display:flex;flex-direction:column;gap:0;border-top:1px solid var(--ink-muted);}
.plain-figure .secondary-media{display:flex;gap:0.97rem;align-items:flex-start;padding:calc(calc(0.97rem * 1.5) * .9) 0;border-bottom:1px solid var(--ink-muted);}
.plain-figure .featured-group{flex:0 0 auto;font-size:calc(16.5px * .875);letter-spacing:.08em;color:#E0A81C;background:#1F2A5C;padding:.35rem .6rem;border-radius:0.27rem;line-height:1;}
.plain-figure .compact-headline{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.4rem;}
.plain-figure .compact-headline p{}
.plain-figure .quiet-menu{margin-top:var(--field-extra-6);padding:calc(calc(1.5rem * .75) * 1.1);background:#F2EAD3;color:#33334A;border-radius:0.33rem;display:flex;flex-direction:column;gap:.6rem;}
.plain-figure .narrow-nav{font-size:calc(16.5px * .875);}
.plain-figure a{text-decoration:underline;text-underline-offset:3px;}
.plain-figure a:hover{}
@media (max-width:640px){.plain-figure .secondary-media{flex-direction:column;gap:.5rem;}
}
.plain-fields{--field-extra-6:calc(1.5rem * 0.9);--field-main:calc(980px / 2.7);padding:calc(1.5rem * 2.4) 1.37rem;background:#FBF6E9;color:#1B1B2A;}
.plain-fields .quiet-brand{max-width:980px;margin:0 auto;}
.plain-fields h2,.plain-fields h3,.plain-fields p{margin:0;}
.plain-fields h2{font-size:calc(16.5px * 2);line-height:1.14;}
.plain-fields h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.plain-fields p{font-size:16.5px;line-height:1.9;}
.plain-fields .clear-unit{margin-top:1.5rem;max-width:var(--field-main);}
.plain-fields .quiet-menu{margin-top:calc(0.97rem * 1.5);font-size:calc(16.5px * .875);color:#33334A;}
.plain-fields .offer-body{display:flex;flex-direction:column;gap:0;margin-top:0;}
.plain-fields .narrow-figure{padding:calc(0.97rem * 1.5) 0;border-top:1px solid var(--ink-muted);}
.plain-fields .narrow-figure:first-child{border-top:0;padding-top:0;}
.plain-fields .narrow-figure p{margin-top:calc(1.5rem / 3);color:#33334A;}
.plain-fields .service{display:flex;align-items:flex-start;gap:calc(0.97rem * 1.6);}
.plain-fields .service>.visual-plan{flex:1 1 calc(980px / 3);min-width:0;}
.plain-fields .service>.offer-body{flex:2 1 calc(980px / 2);}
@media(max-width:760px){.plain-fields .service{flex-direction:column;gap:0.97rem;}.plain-fields .service>.offer-body{margin-top:var(--field-extra-6);}}
.steady-tile{
    padding:calc(calc(1.5rem * 2.4)*.68) 1.37rem;
    background:#FBF6E9;
    color:#1B1B2A;
  }
.steady-tile .image{max-width:980px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.97rem * 1.5);}
.steady-tile h1{margin:0;
    font-size:clamp(1.9rem,5.2vw,calc(16.5px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;}
.steady-tile .quiet-body{max-width:38rem;
    padding-left:1.1rem;
    border-left:2px solid #E0A81C;}
.steady-tile p{margin:0;
    font-size:clamp(1rem,1.4vw,calc(16.5px * 1.125));
    line-height:1.75;}
@media (max-width:700px){.steady-tile{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.steady-tile .image{gap:calc(1.5rem * .75);}.steady-tile .quiet-body{padding-left:.85rem;}
  }
.content-section{--field-extra-6:calc(1.5rem * 1.04);--field-main:calc(980px / 2.28);padding:calc(1.5rem * 2.4) 1.37rem;background:#E0A81C;color:#2A1F05;}
.content-section .quiet-brand{max-width:980px;margin:0 auto;}
.content-section h2,.content-section h3,.content-section p{margin:0;}
.content-section h2{font-size:calc(16.5px * 2);line-height:1.12;}
.content-section h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.content-section p{font-size:16.5px;line-height:1.9;color:color-mix(in srgb, currentColor 76%, transparent);}
.content-section .fresh-flow{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.content-section .page-fields{row-gap:calc(var(--field-extra-6) * 1.2);}
.content-section .clear-unit{margin-top:1.5rem;max-width:var(--field-main);}
.content-section .plain-items{display:flex;flex-direction:column;gap:var(--field-extra-6);margin-top:var(--field-extra-6);}
.content-section .narrow-figure{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.content-section .narrow-figure p{margin-top:calc(1.5rem / 3);}
@media (min-width:720px){.content-section .plain-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:calc(0.97rem * 1.4);row-gap:var(--field-extra-6);}.content-section .narrow-figure:first-child{grid-column:1 / -1;}
}
.active-headline{
  background: #FBF6E9;
  color: #1B1B2A;
  padding: calc(1.5rem * 2.4) 1.37rem;
}
.active-headline .quiet-brand{width: min(100%, 980px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: calc(0.97rem * 1.5);
  align-items: start;}
.active-headline h2,
.active-headline h3,
.active-headline p{margin: 0;}
.active-headline h2{font-size: calc(16.5px * 2.65);
  line-height: 1.05;
  margin-bottom: calc(1.5rem * .75);}
.active-headline h3{font-size: calc(16.5px * 1.35);
  line-height: 1.2;}
.active-headline p{font-size: 16.5px;
  line-height: 1.9;}
.active-headline .local-service{display: grid;
  gap: calc(1.5rem * .75);
  max-width: 58ch;}
.active-headline .local-service p + p{color: #33334A;}
.active-headline .fresh-summary{display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.active-headline .quiet-menu{display: grid;
  gap: 0.35rem;
  padding: 0 0 calc(1.5rem * .75) 1.5rem;
  border-left: 2px solid #E0A81C;}
.active-headline .quiet-menu span{font-size: calc(16.5px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #33334A;}
.active-headline .quiet-menu p{font-size: calc(16.5px * .875);
  color: #33334A;}
@media (max-width: 860px) {.active-headline .quiet-brand{
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }.active-headline h2{
    font-size: clamp(calc(16.5px * 2), 11vw, calc(16.5px * 2.65));
  }
}
.wide-callout{
        padding:calc(1.5rem * 2.4) 1.37rem;
        background:linear-gradient(135deg, #FBF6E9 0%, #F2EAD3 55%, #E7DFC4 100%);
        color:#1B1B2A;
    }
.wide-callout .quiet-brand{max-width:980px;
        margin:0 auto;}
.wide-callout .secondary-service{max-width:64ch;
        margin-bottom:calc(0.97rem * 1.5);}
.wide-callout .secondary-service p{margin:0 0 calc(1.5rem * .75);
        font-size:calc(16.5px * .875);
        letter-spacing:.14em;
        text-transform:uppercase;
        opacity:.75;}
.wide-callout .secondary-service h2{margin:0 0 calc(1.5rem * .75);
        font-size:calc(16.5px * 2);
        line-height:1.25;}
.wide-callout .secondary-service span{display:block;
        font-size:calc(16.5px * 1.125);
        opacity:.92;}
.wide-callout .service-steps{display:flex;
        flex-wrap:wrap;
        gap:calc(0.97rem * 1.5);
        align-items:flex-start;}
.wide-callout .clear-unit{flex:1 1 320px;
        min-width:280px;}
.wide-callout .clear-unit p{margin:0 0 calc(1.5rem * .75);
        opacity:.94;}
.wide-callout .clear-unit p:last-child{margin-bottom:0;}
.wide-callout .offer-body{flex:1 1 380px;
        min-width:280px;
        list-style:none;
        margin:0;
        padding:0;
        display:flex;
        flex-direction:column;
        gap:0.97rem;}
.wide-callout .offer-body li{
        padding:calc(1.5rem * .75) 1.37rem;
        border-left:3px solid #E0A81C;
        background:var(--tone-warm);
        color:var(--line-warm);
        border-radius:0.33rem;
        box-shadow:0 0px 2px rgba(0,0,0,0.04);
    }
.wide-callout .offer-body h3{margin:0 0 6px;
        font-size:calc(16.5px * 1.35);}
.wide-callout .offer-body p{margin:0;
        font-size:16.5px;
        opacity:.9;}
.wide-callout .quiet-menu{margin-top:calc(0.97rem * 1.5);
        padding-top:calc(1.5rem * .75);
        border-top:1px solid var(--ink-muted);
        display:flex;
        flex-wrap:wrap;
        gap:0.97rem;
        align-items:baseline;}
.wide-callout .quiet-menu p{margin:0;
        flex:1 1 320px;
        min-width:260px;
        font-size:16.5px;
        opacity:.92;}
.wide-callout .quiet-menu .wide-view{font-size:calc(16.5px * .875);}
.wide-callout .quiet-menu a{text-decoration:underline;
        text-underline-offset:3px;}
.wide-callout .quiet-menu a:hover{}
@media (max-width:640px){.wide-callout .secondary-service{
            margin-bottom:calc(1.5rem * .75);
        }.wide-callout .service-steps{
            gap:calc(1.5rem * .75);
        }
    }
.content-menu{
    padding:calc(calc(1.5rem * 2.4)*.68) 1.37rem;
    background:#FBF6E9;
    color:#1B1B2A;
    border-bottom:1px solid var(--ink-muted,#E4DCC4);
  }
.content-menu .image{max-width:980px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(0.9rem,2.2vw,calc(0.97rem * 1.5));}
.content-menu h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.9rem,5.2vw,calc(16.5px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;}
.content-menu .quiet-body{max-width:38rem;
    padding-left:clamp(0rem,6vw,2.6rem);
    border-left:2px solid #E0A81C;}
.content-menu p{margin:0;
    font-size:clamp(1rem,1.35vw,calc(16.5px * 1.125));
    line-height:1.75;}
@media (max-width:700px){.content-menu{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.content-menu h1{max-width:100%;}.content-menu .quiet-body{
      padding-left:0.9rem;
      border-left-width:2px;
    }
  }
.page-media{--field-extra-6:calc(1.5rem * 1.05);--field-main:calc(980px / 3.10);padding:calc(1.5rem * 2.4) 1.37rem;background:#FBF6E9;color:#1B1B2A;}
.page-media .quiet-brand{max-width:980px;margin:0 auto;}
.page-media h2,.page-media h3,.page-media p{margin:0;}
.page-media h2{font-size:calc(16.5px * 2);line-height:1.14;}
.page-media h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.page-media p{font-size:16.5px;line-height:1.9;}
.page-media .open-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.97rem;}
.page-media .open-frame>h2{flex:1 1 calc(980px / 2.6);min-width:0;}
.page-media .open-frame>.clear-unit{flex:1 1 calc(980px / 3.2);min-width:0;color:#33334A;}
.page-media .offer-body{flex:1 1 100%;display:flex;flex-direction:column;gap:0;margin-top:var(--field-extra-6);border-top:1px solid var(--ink-muted);}
.page-media .narrow-figure{display:flex;flex-wrap:wrap;align-items:baseline;gap:0.97rem;padding:calc(calc(1.5rem * .75) * 1.1) 0;border-bottom:1px solid var(--ink-muted);}
.page-media .narrow-figure h3{flex:0 0 auto;order:1;min-width:calc(980px / 4.2);}
.page-media .narrow-figure p{flex:1 1 calc(980px / 2.2);order:2;min-width:0;color:#33334A;}
@media (max-width:720px){.page-media .narrow-figure h3{min-width:0;flex:1 1 100%;}.page-media .narrow-figure p{flex:1 1 100%;}
}
.direct-body{--field-extra-6:calc(1.5rem * 0.95);--field-main:calc(980px / 1.9);padding:calc(1.5rem * 2.4) 1.37rem;background:#FBF6E9;color:#1B1B2A;}
.direct-body .quiet-brand{max-width:980px;margin:0 auto;}
.direct-body h2,.direct-body h3,.direct-body p,.direct-body ol,.direct-body li{margin:0;}
.direct-body h2{font-size:calc(16.5px * 2);line-height:1.14;}
.direct-body h3{font-size:calc(16.5px * 1.35);line-height:1.25;}
.direct-body p{font-size:16.5px;line-height:1.9;}
.direct-body .secondary-service{max-width:var(--field-main);}
.direct-body .clear-unit{margin-top:1.5rem;}
.direct-body .primary-flow{list-style:none;padding:0;margin-top:calc(var(--field-extra-6) * 1.3);display:flex;flex-direction:column;gap:var(--field-extra-6);border-left:2px solid var(--ink-muted);}
.direct-body .narrow-figure{position:relative;padding-left:1.5rem;display:flex;flex-direction:column;gap:calc(0.97rem / 2);}
.direct-body .narrow-figure::before{content:"";position:absolute;left:-7px;top:.55em;width:12px;height:12px;border-radius:50%;background:#E0A81C;border:2px solid #FBF6E9;color:#2A1F05;}
.direct-body .visual-fields{font-size:calc(16.5px * .875);letter-spacing:.08em;text-transform:uppercase;}
.direct-body .compact-headline{max-width:calc(980px / 1.55);}
.direct-body .compact-headline p{margin-top:calc(0.97rem / 2);}
@media (max-width:640px){.direct-body .narrow-figure{padding-left:calc(1.5rem * .75);}.direct-body .compact-headline{max-width:100%;}
}
.primary-unit{
    padding:calc(calc(1.5rem * 2.4)*.68) 1.37rem;
    background:linear-gradient(135deg, #FBF6E9 0%, #F2EAD3 55%, #E7DFC4 100%);
    color:#1B1B2A;
  }
.primary-unit .image{max-width:980px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.97rem * 1.5);}
.primary-unit h1{margin:0;
    font-size:clamp(1.9rem,5.2vw,calc(16.5px * 2.65));
    line-height:1.08;
    font-weight:720;
    letter-spacing:-0.01em;}
.primary-unit .quiet-body{max-width:38rem;
    padding-left:calc(1.5rem * .75);
    border-left:2px solid #E0A81C;}
.primary-unit p{margin:0;
    font-size:clamp(1rem,1.4vw,calc(16.5px * 1.125));
    line-height:1.75;}
@media (max-width:640px){.primary-unit{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.primary-unit .quiet-body{
      padding-left:0.97rem;
    }
  }
.plain-copy{
  background: #FBF6E9;
  color: #1B1B2A;
  padding: calc(1.5rem * 2.4) 1.37rem;
}
.plain-copy .quiet-brand{width: min(100%, 980px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.97rem * 1.5);
  align-items: flex-start;}
.plain-copy h2,
.plain-copy p,
.plain-copy ul{margin: 0;}
.plain-copy .active-view{flex: 1 1 16rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.97rem;}
.plain-copy h2{font-size: calc(16.5px * 2);
  line-height: 1.1;}
.plain-copy .clear-unit{color: #33334A;
  line-height: 1.9;}
.plain-copy .page-inner{flex: 1 1 20rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.plain-copy .visual-plan{color: #33334A;
  line-height: 1.9;}
.plain-copy ul{list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.plain-copy li{display: flex;
  flex-wrap: wrap;
  gap: 0.97rem;
  align-items: baseline;
  padding-top: 1.5rem;
  border-top: 1px solid var(--ink-muted);}
.plain-copy li > *{min-width: 0;
  flex: 1 1 14rem;}
.plain-copy .offer-header{color: #33334A;
  font-size: calc(16.5px * .875);
  letter-spacing: 0.02em;
  flex: 0 0 8rem;}
.plain-copy strong{font-size: calc(16.5px * 1.35);
  line-height: 1.2;}
.plain-copy li p{color: #33334A;
  line-height: 1.9;
  flex: 1 1 100%;}
@media (max-width: 640px) {.plain-copy .offer-header{
    flex: 1 1 100%;
  }
}
.text-headline{--field-extra-6:calc(1.5rem * 1.04);--field-main:calc(980px / 2.28);padding:calc(1.5rem * 2.4) 1.37rem;background:#E0A81C;color:#2A1F05;}
.text-headline .quiet-brand{max-width:980px;margin:0 auto;}
.text-headline h1,.text-headline h2,.text-headline h3,.text-headline p,.text-headline ul{margin:0;}
.text-headline h2{font-size:calc(16.5px * 2);line-height:1.14;}
.text-headline h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.text-headline p{font-size:16.5px;line-height:1.9;}
.text-headline .clear-unit{margin-top:1.5rem;max-width:var(--field-main);}
.text-headline .plain-items{display:flex;flex-direction:column;gap:calc(var(--field-extra-6) * .9);margin-top:calc(var(--field-extra-6) * 1.2);}
.text-headline .narrow-figure{min-width:0;padding-block-start:calc(calc(1.5rem * .75) / 1.6);border-top:1px solid color-mix(in srgb, currentColor 26%, transparent);}
.text-headline .narrow-figure p{margin-top:calc(1.5rem / 3.2);max-width:calc(980px / 1.55);}
@media (min-width:720px){.text-headline .plain-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:calc(0.97rem * 1.1);row-gap:calc(var(--field-extra-6) * .95);}.text-headline .narrow-figure:first-child{grid-column:1 / -1;}
}
.site-details{padding:calc(calc(1.5rem * 2.4)*.68) 1.37rem;background:#FBF6E9;color:#1B1B2A;border-bottom:1px solid var(--ink-muted,#E4DCC4);}
.site-details .image{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.97rem * 1.5);}
.site-details h1{margin:0;font-size:clamp(1.85rem,4.6vw,calc(16.5px * 2.65));line-height:1.12;font-weight:700;letter-spacing:-0.01em;}
.site-details .quiet-body{max-width:38rem;padding-left:calc(1.5rem * .75);border-left:2px solid #E0A81C;}
.site-details p{margin:0;font-size:calc(16.5px * 1.125);line-height:1.75;}
@media (max-width:700px){.site-details{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.site-details .image{gap:1.5rem;}.site-details .quiet-body{padding-left:0.97rem;}
  }
.primary-summary{--field-extra-6:calc(1.5rem * 0.92);--field-main:calc(980px / 2.20);padding:calc(1.5rem * 2.4) 1.37rem;background:#1F2A5C;color:#FBF6E9;}
.primary-summary .quiet-brand{max-width:980px;margin:0 auto;}
.primary-summary h1,.primary-summary h2,.primary-summary h3,.primary-summary p{margin:0;}
.primary-summary h2{font-size:calc(16.5px * 2);line-height:1.12;max-width:var(--field-main);}
.primary-summary h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.primary-summary p{font-size:16.5px;line-height:1.9;color:color-mix(in srgb, currentColor 76%, transparent);}
.primary-summary a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.primary-summary a:hover{border-bottom-color:currentColor;}
.primary-summary .active-view{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.primary-summary .quiet-menu{font-size:calc(16.5px * .875);letter-spacing:0.06em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.primary-summary .clear-unit{max-width:var(--field-main);}
.primary-summary .offer-body{display:flex;flex-direction:column;gap:var(--field-extra-6);margin-top:calc(1.5rem * 1.1);}
.primary-summary .narrow-figure{min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.primary-summary .narrow-figure:first-child{padding-top:0;border-top:0;}
.primary-summary .visual-plan{display:flex;flex-direction:column;gap:calc(1.5rem / 3);max-width:var(--field-main);}
.primary-summary .simple-unit{margin-top:calc(1.5rem * 1.1);font-size:calc(16.5px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
@media (min-width:720px){.primary-summary .narrow-figure{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:0.97rem;align-items:start;}.primary-summary .visual-plan{max-width:none;}
}
.page-surface{
        padding: calc(1.5rem * 2.4) 1.37rem;
        background: #FBF6E9;
        color: #1B1B2A
    }
.page-surface .quiet-brand{max-width: 980px;
        margin: 0 auto}
.page-surface .featured-service{display: flex;
        flex-direction: column;
        gap: calc(0.97rem * 1.5)}
.page-surface .active-view{max-width: 42rem}
.page-surface h2{margin: 0;
        font-size: calc(16.5px * 2);
        line-height: 1.12}
.page-surface .active-view p{margin: 1.5rem 0 0;
        font-size: calc(16.5px * 1.125);
        line-height: 1.9;
        color: #33334A}
.page-surface ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0}
.page-surface li{display: flex;
        flex-wrap: wrap;
        gap: 0.97rem;
        align-items: baseline;
        padding: 1.5rem 0}
.page-surface li + li{border-top: 1px solid var(--ink-muted)}
.page-surface strong{flex: 0 1 16rem;
        min-width: 0;
        font-size: calc(16.5px * 1.35);
        line-height: 1.2}
.page-surface span{flex: 1 1 24rem;
        min-width: 0;
        line-height: 1.9;
        color: #33334A}
@media (max-width: 720px) {.page-surface li{
            display: block
        }.page-surface span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.bottom-actions{padding:calc(1.5rem * 2.4) 1.37rem;background:#FBF6E9;color:#1B1B2A}
.bottom-actions .quiet-brand{width:min(100%,calc(980px*.66));margin:0 auto}
.bottom-actions .offer-header{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;font-size:calc(16.5px * .875);color:#33334A}
.bottom-actions .offer-header .open-body{background:#E0A81C;color:#2A1F05;padding:0.15rem 0.55rem;border-radius:0.27rem}
.bottom-actions h1{margin:0;font-size:calc(16.5px * 2.65);line-height:1.08}
.bottom-actions .clear-unit{margin:1.5rem 0 calc(0.97rem * 1.5);font-size:calc(16.5px * 1.125);line-height:1.9;color:#33334A}
.bottom-actions .fresh-body{border-top:1px solid var(--ink-muted);padding-top:1.5rem}
.bottom-actions .fresh-body p{margin:0 0 1.5rem;line-height:1.9}
.bottom-actions .fresh-body p:last-child{margin-bottom:0}
.bottom-actions .simple-unit{display:flex;flex-wrap:wrap;align-items:baseline;gap:0.97rem;margin-top:calc(0.97rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid var(--ink-muted)}
.bottom-actions .offer-grid{font-size:calc(16.5px * .875);color:#33334A}
.bottom-actions .simple-unit a{color:#1F2A5C;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 380ms var(--motion-slow),color 380ms var(--motion-slow)}
.bottom-actions .simple-unit a:hover{color:inherit;border-bottom-color:#E0A81C}
@media (max-width:640px){.bottom-actions .quiet-brand{width:100%}.bottom-actions .offer-header{gap:0.97rem}
}
.visual-section{padding:calc(1.5rem * 2.4) 1.37rem;background:#FBF6E9;color:#1B1B2A;}
.visual-section .public-surface{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.97rem * 1.5);}
.visual-section .text-block{max-width:44rem;}
.visual-section h2{margin:0 0 .6rem;font-size:calc(16.5px * 2);line-height:1.15;}
.visual-section .clear-unit{margin:0;font-size:16.5px;color:#33334A;}
.visual-section .narrow-footer{display:flex;flex-wrap:wrap;gap:.5rem;}
.visual-section .open-body{font-size:calc(16.5px * .875);padding:.25rem .7rem;border:1px solid var(--ink-muted);border-radius:0.27rem;background:var(--tone-warm);color:var(--line-warm);}
.visual-section .open-body.is-on{background:#E0A81C;color:#2A1F05;border-color:#E0A81C;}
.visual-section .open-form{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.visual-section .fresh-wrap{padding:calc(1.5rem * .75);background:var(--tone-warm);color:var(--line-warm);border:1px solid var(--ink-muted);border-radius:0.52rem;box-shadow:0 0px 2px rgba(0,0,0,0.04);}
.visual-section .fresh-story{margin-bottom:.4rem;}
.visual-section .narrow-story{font-size:calc(16.5px * .875);color:#33334A;letter-spacing:.02em;}
.visual-section h3{margin:0 0 .3rem;font-size:calc(16.5px * 1.35);line-height:1.25;}
.visual-section h3 a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 380ms var(--motion-slow);}
.visual-section h3 a:hover{border-bottom-color:#E0A81C;}
.visual-section .local-view{margin:0 0 .6rem;font-size:calc(16.5px * .875);color:#33334A;font-style:italic;}
.visual-section .compact-headline{margin:0 0 .9rem;font-size:16.5px;line-height:1.9;}
.visual-section .open{display:inline-block;font-size:calc(16.5px * .875);font-weight:700;text-decoration:none;color:#FBF6E9;background:#1F2A5C;padding:.4rem .9rem;border-radius:0.33rem;transition:background 380ms var(--motion-slow);}
.visual-section .open:hover{background:#2A3778;color:var(--line-warm);}
.visual-section .focused-benefit{padding-top:calc(0.97rem * 1.5);border-top:1px solid var(--ink-muted);}
.visual-section .focused-benefit p{margin:0;font-size:calc(16.5px * .875);color:#33334A;}
.visual-section .focused-benefit a{color:#1F2A5C;text-decoration:underline;}
.visual-section .focused-benefit a:hover{color:inherit;}
@media (min-width:760px){
  .visual-section .open-form{display:grid;grid-template-columns:repeat(2,1fr);gap:0.97rem;}
  .visual-section .fresh-wrap:first-child{grid-column:1 / -1;}
}
.plain-grid{padding:calc(1.5rem * 2.4) 1.37rem;background:#FBF6E9;color:#1B1B2A}
.plain-grid .quiet-brand{width:min(100%,calc(980px*.68));margin:0 auto}
.plain-grid .offer-header{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;color:#33334A;font-size:calc(16.5px * .875);letter-spacing:.02em}
.plain-grid .offer-header span{position:relative}
.plain-grid .offer-header span+span::before{content:"·";margin-right:calc(1.5rem * .75);color:inherit;}
.plain-grid h1{margin:0;font-size:calc(16.5px * 2.65);line-height:1.08}
.plain-grid .clear-unit{margin:1.5rem 0 calc(0.97rem * 1.5);color:#33334A;font-size:calc(16.5px * 1.125);line-height:1.9}
.plain-grid .fresh-body{border-top:1px solid var(--ink-muted);padding-top:1.5rem}
.plain-grid .fresh-body p{margin:0 0 1.5rem;line-height:1.9}
.plain-grid .fresh-body p:last-child{margin-bottom:0}
.plain-grid .simple-unit{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(0.97rem * 1.5);padding-top:1.5rem;border-top:1px solid var(--ink-muted)}
.plain-grid .simple-unit a{color:#1F2A5C;font-size:calc(16.5px * .875);text-decoration:none;border-bottom:1px solid transparent;transition:color 380ms var(--motion-slow),border-color 380ms var(--motion-slow)}
.plain-grid .simple-unit a:hover{color:inherit;border-bottom-color:#E0A81C}
@media (max-width:640px){.plain-grid .offer-header span+span::before{display:none}.plain-grid .offer-header{gap:calc(0.97rem * 1.5)}
}
.offer-lead{
  padding:calc(1.5rem * 2.4) 1.37rem;
  background:#1F2A5C;
  color:#FBF6E9;
}
.offer-lead .wide-story{max-width:980px;
  margin:0 auto;}
.offer-lead .text-block{margin-bottom:calc(0.97rem * 1.5);
  padding-bottom:calc(0.97rem * 1.5);
  border-bottom:1px solid rgba(251,246,233,0.22);}
.offer-lead h2{margin:0 0 0.97rem;
  font-size:calc(16.5px * 2);
  line-height:1.15;}
.offer-lead .clear-unit{margin:0;
  max-width:60ch;
  font-size:16.5px;
  line-height:1.9;
  color:#FBF6E9;
  opacity:0.86;}
.offer-lead .open-form{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.offer-lead .narrow-figure{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  justify-content:space-between;
  gap:0.97rem;
  padding:calc(1.5rem * .75);
  border:1px solid rgba(251,246,233,0.22);
  border-radius:0.52rem;
  background:rgba(251,246,233,0.04);
}
.offer-lead .text-steps{flex:1 1 32rem;
  min-width:0;}
.offer-lead h3{margin:0 0 0.35rem;
  font-size:calc(16.5px * 1.35);
  line-height:1.25;}
.offer-lead h3 a{color:#FBF6E9;
  text-decoration:none;}
.offer-lead h3 a:hover{}
.offer-lead .local-view{margin:0 0 0.6rem;
  font-size:calc(16.5px * .875);
  letter-spacing:0.01em;}
.offer-lead .visual-plan{margin:0;
  font-size:16.5px;
  line-height:1.9;
  color:#FBF6E9;
  opacity:0.82;}
.offer-lead .open{
  align-self:flex-end;
  flex:0 0 auto;
  padding:0.5rem 0.9rem;
  border:1px solid #E0A81C;
  border-radius:0.33rem;
  background:#E0A81C;
  color:#2A1F05;
  font-size:calc(16.5px * .875);
  font-weight:700;
  text-decoration:none;
  transition:background 380ms var(--motion-slow), color 380ms var(--motion-slow);
}
.offer-lead .open:hover{
  background:#C8920F;
  color:#2A1F05;
}
.offer-lead .quiet-menu{margin:calc(0.97rem * 1.5) 0 0;
  font-size:calc(16.5px * .875);
  line-height:1.9;
  color:#FBF6E9;
  opacity:0.78;}
.offer-lead .quiet-menu a{text-decoration:underline;}
.offer-lead .quiet-menu a:hover{}
@media (max-width:640px){.offer-lead .narrow-figure{
    flex-direction:column;
  }.offer-lead .open{
    align-self:flex-start;
  }
}
.offer-unit{padding:calc(1.5rem * 2.4) 1.37rem;background:#FBF6E9;color:#1B1B2A}
.offer-unit .quiet-brand{width:min(100%,calc(980px*.62));margin:0 auto}
.offer-unit .offer-header{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;color:#33334A;font-size:calc(16.5px * .875)}
.offer-unit .offer-header>*{min-width:0;flex:1 1 18rem}
.offer-unit h1{margin:0;font-size:calc(16.5px * 2.65);line-height:1.05}
.offer-unit .clear-unit{margin:1.5rem 0 calc(0.97rem * 1.5);color:#33334A;font-size:calc(16.5px * 1.125);line-height:1.9}
.offer-unit .fresh-body{border-top:1px solid var(--ink-muted);padding-top:1.5rem}
.offer-unit .fresh-body p{margin:0 0 1.5rem;line-height:1.9}
.offer-unit .fresh-body p:last-child{margin-bottom:0}
.offer-unit .fresh-body a{color:#1F2A5C;text-decoration:underline;text-underline-offset:3px}
.offer-unit .fresh-body a:hover{color:inherit;}
.service-group{
  padding:calc(1.5rem * 2.4) 1.37rem;
  background:#FBF6E9;
  color:#1B1B2A;
}
.service-group .wide-story{max-width:980px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(0.97rem * 1.5);}
.service-group .offer-media{display:flex;
  flex-direction:column;
  gap:0.97rem;
  max-width:44rem;}
.service-group h2{margin:0;
  font-size:calc(16.5px * 2);
  line-height:1.1;}
.service-group .clear-unit{margin:0;
  font-size:16.5px;
  line-height:1.9;
  color:#33334A;}
.service-group .soft-content{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:0.97rem;
  padding:calc(1.5rem * .75) 0;
  border-top:1px solid var(--ink-muted);
  border-bottom:1px solid var(--ink-muted);}
.service-group .page-benefit{font-size:calc(16.5px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#33334A;}
.service-group .local-rail{display:flex;
  flex-wrap:wrap;
  gap:0.97rem;
  margin:0;
  padding:0;
  list-style:none;}
.service-group .local-rail a{
  display:inline-block;
  padding:.25rem .7rem;
  border-radius:0.27rem;
  background:#F2EAD3;
  color:#33334A;
  font-size:calc(16.5px * .875);
  text-decoration:none;
  transition:background 380ms var(--motion-slow),color 380ms var(--motion-slow);
}
.service-group .local-rail a:hover,
.service-group .local-rail a:focus-visible{
  background:#E0A81C;
  color:#2A1F05;
}
.service-group .direct-story{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.service-group .local-service{
  padding:calc(1.5rem * .75);
  background:var(--tone-warm);
  color:var(--line-warm);
  border:1px solid var(--ink-muted);
  border-radius:0.52rem;
  box-shadow:0 0px 2px rgba(0,0,0,0.04);
}
.service-group .bottom-view{font-size:calc(16.5px * .875);
  color:#33334A;
  margin-bottom:.4rem;}
.service-group h3{margin:0 0 .3rem;
  font-size:calc(16.5px * 1.35);
  line-height:1.2;}
.service-group h3 a{color:#1F2A5C;
  text-decoration:none;}
.service-group h3 a:hover,
.service-group h3 a:focus-visible{color:inherit;}
.service-group .local-view{margin:0 0 .6rem;
  font-size:calc(16.5px * .875);
  color:#33334A;}
.service-group .visual-plan{margin:0 0 .8rem;
  line-height:1.9;}
.service-group .open{display:inline-block;
  font-size:calc(16.5px * .875);
  font-weight:700;
  color:#1F2A5C;
  text-decoration:none;
  border-bottom:1px solid #1F2A5C;
  padding-bottom:1px;}
.service-group .open:hover,
.service-group .open:focus-visible{color:#2A3778;
  border-bottom-color:#2A3778;}
.service-group .quiet-menu{margin:0;
  padding-top:0.97rem;
  border-top:1px solid var(--ink-muted);
  font-size:calc(16.5px * .875);
  color:#33334A;
  max-width:44rem;}
@media (min-width:720px){
  .service-group .local-service{
    display:grid;
    grid-template-columns:1fr;
    gap:.2rem;
  }
}
.focused-flow{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.37rem;
    background:linear-gradient(135deg, #FBF6E9 0%, #F2EAD3 55%, #E7DFC4 100%);
    color:#1B1B2A;
  }
.focused-flow .image{max-width:980px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.97rem * 1.5);}
.focused-flow h1{margin:0;
    font-size:clamp(2rem,5.4vw,calc(16.5px * 2.65));
    line-height:1.08;
    font-weight:740;
    letter-spacing:-0.01em;
    max-width:22ch;}
.focused-flow .quiet-body{max-width:38rem;
    padding-left:clamp(0rem,6vw,3rem);
    border-left:2px solid #E0A81C;}
.focused-flow p{margin:0;
    font-size:clamp(1rem,1.35vw,calc(16.5px * 1.125));
    line-height:1.75;}
@media (max-width:700px){.focused-flow{
      padding-top:calc(calc(1.5rem * 2.4)*.6);
      padding-bottom:calc(calc(1.5rem * 2.4)*.6);
    }.focused-flow h1{max-width:100%;}.focused-flow .quiet-body{
      padding-left:0;
      border-left:none;
      border-top:2px solid #E0A81C;
      padding-top:0.97rem;
    }
  }
.direct-team{
  padding: calc(1.5rem * 2.4) 1.37rem;
  background: #E0A81C;
  color: #2A1F05;
}
.direct-team .quiet-brand{display: flex;
  flex-wrap: wrap;
  gap: calc(0.97rem * 1.5);
  max-width: 980px;
  margin: 0 auto;
  align-items: flex-start;}
.direct-team .visual-plan{flex: 1 1 22rem;
  min-width: 0;}
.direct-team h2{margin: 0;
  font-size: calc(16.5px * 2);
  line-height: 1.1;}
.direct-team .visual-plan > p{margin: 1.5rem 0 0;
  font-size: 16.5px;
  line-height: 1.9;
  max-width: 34rem;}
.direct-team .focused-visual{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-top: calc(0.97rem * 1.5);}
.direct-team .focused-visual a{color: inherit;
  font-size: calc(16.5px * .875);
  text-decoration: underline;
  text-underline-offset: .22em;}
.direct-team .focused-visual a:hover{text-decoration-thickness: 2px;}
.direct-team .visual-footer{flex: 1 1 24rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid color-mix(in srgb, currentColor 32%, transparent);}
.direct-team .simple-unit{display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.97rem;
  padding: 1.5rem 0;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, currentColor 32%, transparent);
  transition: background 380ms var(--motion-slow);}
.direct-team a.route:hover{
  background: color-mix(in srgb, currentColor 8%, transparent);
}
.direct-team .simple-unit span{flex: 0 0 34%;
  font-size: calc(16.5px * .875);
  opacity: .78;}
.direct-team .simple-unit strong,
.direct-team .simple-unit p{margin: 0;
  text-align: right;
  line-height: 1.9;
  overflow-wrap: anywhere;}
.direct-team .simple-unit strong{font-size: calc(16.5px * 1.125);}
@media (max-width: 720px) {.direct-team .quiet-brand{
    display: block;
  }.direct-team .visual-footer{
    margin-top: calc(0.97rem * 1.5);
  }
}
@media (max-width: 480px) {.direct-team .simple-unit{
    display: block;
  }.direct-team .simple-unit strong,
  .direct-team .simple-unit p{
    display: block;
    margin-top: calc(1.5rem * .75);
    text-align: left;
  }
}
.featured-callout{padding:calc(1.5rem * 2.4) 1.37rem;background:#FBF6E9;color:#1B1B2A}
.featured-callout .quiet-brand{max-width:980px;margin:0 auto}
.featured-callout .steady-benefit{display:flex;gap:calc(0.97rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.featured-callout .text-region{flex:1 1 22rem;min-width:0}
.featured-callout h2{margin:0;font-size:calc(16.5px * 2);line-height:1.15}
.featured-callout .text-region p{margin:1.5rem 0 0;font-size:calc(16.5px * 1.125);line-height:1.9;color:#33334A}
.featured-callout ul{list-style:none;margin:calc(0.97rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.featured-callout li{padding:calc(1.5rem * .75) 0;line-height:1.9;color:#33334A}
.featured-callout li+li{border-top:1px solid var(--ink-muted)}
.featured-callout .quiet-menu{margin-top:calc(0.97rem * 1.5);font-size:calc(16.5px * .875);color:#33334A}
.featured-callout .quiet-menu a{color:#1F2A5C;text-decoration:underline}
.featured-callout .quiet-menu a:hover{color:inherit;}
.featured-callout .strong-summary{flex:1 1 26rem;min-width:0;background:var(--tone-warm);color:var(--line-warm);border:1px solid var(--ink-muted);border-radius:0.52rem;padding:0.97rem;box-shadow:0 0px 2px rgba(0,0,0,0.04)}
.featured-callout .clear-unit{margin:0 0 1.5rem;font-size:16.5px;line-height:1.9;color:#33334A}
.featured-callout .direct-content{display:flex;flex-wrap:wrap;gap:1.5rem}
.featured-callout .direct-content label{flex:1 1 14rem;min-width:0}
.featured-callout label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(16.5px * .875);color:#33334A}
.featured-callout input[type=email],.featured-callout input[type=text],.featured-callout textarea{width:100%;max-width:100%;border:1px solid var(--ink-muted);border-radius:0.27rem;background:#FBF6E9;color:#1B1B2A;font:inherit;padding:calc(1.5rem * .75);outline:none}
.featured-callout input::placeholder,.featured-callout textarea::placeholder{color:rgba(255,255,255,0.55)}
.featured-callout input:focus,.featured-callout textarea:focus{border-color:#E0A81C}
.featured-callout .team-note{display:block;margin-top:1.5rem}
.featured-callout textarea{resize:vertical}
.featured-callout .narrow-region{display:flex;align-items:flex-start;gap:calc(1.5rem * .75);margin-top:1.5rem;font-size:calc(16.5px * .875);color:#33334A}
.featured-callout .narrow-region input{width:auto;margin-top:0.35rem;accent-color:#E0A81C}
.featured-callout .narrow-region span{margin:0}
.featured-callout button{margin-top:1.5rem;border:0;border-radius:0.27rem;background:#1F2A5C;color:#FBF6E9;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 380ms var(--motion-slow)}
.featured-callout button:hover{background:#2A3778;color:var(--line-warm);}
@media(max-width:840px){.featured-callout .steady-benefit{display:block}.featured-callout .strong-summary{margin-top:calc(0.97rem * 1.5);padding:1.5rem}.featured-callout .direct-content{display:block}.featured-callout .direct-content label+label{margin-top:1.5rem}}
.offset--rights-notes{
  padding:calc(1.5rem * 2.4) 1.37rem;
  background:#1F2A5C;
  color:#FBF6E9;
}
.offset--rights-notes .bottom-region{max-width:min(980px,58rem);
  margin:0 auto;}
.offset--rights-notes h2{margin:0;
  font-size:calc(16.5px * 2.65);
  line-height:1.1;}
.offset--rights-notes .compact-story{margin:1.5rem 0 calc(0.97rem * 1.5);
  font-size:calc(16.5px * 1.125);
  line-height:1.6;
  color:color-mix(in srgb,currentColor 78%,transparent);}
.offset--rights-notes .primary-flow{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);
  padding-top:calc(0.97rem * 1.5);}
.offset--rights-notes .narrow-figure{padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid color-mix(in srgb,currentColor 16%,transparent);}
.offset--rights-notes .narrow-figure:last-child{border-bottom:0;}
.offset--rights-notes h3{margin:0 0 0.4rem;
  font-size:calc(16.5px * 1.35);
  line-height:1.25;}
.offset--rights-notes .narrow-figure p{margin:0;
  color:color-mix(in srgb,currentColor 76%,transparent);}
.offset--rights-notes .team-callout{margin-top:calc(0.97rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);}
.offset--rights-notes .team-callout .wide-view{margin:0 0 0.35rem;
  color:color-mix(in srgb,currentColor 82%,transparent);}
.offset--rights-notes .team-callout a{color:#E0A81C;
  text-decoration:underline;
  text-underline-offset:2px;}
.offset--rights-notes .team-callout a:hover{color:#C8920F;}
.offset--rights-notes .quiet-menu{margin:calc(1.5rem * .75) 0 0;
  font-size:calc(16.5px * .875);
  color:color-mix(in srgb,currentColor 62%,transparent);}
@media (min-width:48rem){.offset--rights-notes .primary-flow{
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:calc(0.97rem * 1.5);
    row-gap:0;
  }.offset--rights-notes .narrow-figure{
    padding:calc(1.5rem * .75) 0;
  }
}
.media-region{padding:calc(1.5rem * 2.4) 1.37rem;background:#1F2A5C;color:#FBF6E9}
.media-region .top-callout{max-width:min(980px,60rem);margin:0 auto}
.media-region h2{margin:0;font-size:calc(16.5px * 2.65);line-height:1.08;letter-spacing:-0.01em}
.media-region .contact-media{margin:1.5rem 0 calc(0.97rem * 1.5);font-size:calc(16.5px * 1.125);line-height:1.65;max-width:44rem}
.media-region .fresh-summary{display:flex;flex-direction:column;border-top:1px solid color-mix(in srgb,currentColor 30%,transparent)}
.media-region .quiet-menu{display:grid;grid-template-columns:minmax(12rem,18rem) 1fr;gap:0.97rem;padding:0.97rem 0;align-items:start}
.media-region .quiet-menu + .quiet-menu{border-top:1px solid color-mix(in srgb,currentColor 20%,transparent)}
.media-region h3{margin:0;font-size:calc(16.5px * 1.35);line-height:1.25}
.media-region .quiet-menu p{margin:0;font-size:16.5px;line-height:1.75}
@media (max-width:720px){.media-region .quiet-menu{grid-template-columns:1fr;gap:calc(0.97rem * 0.5)}
}
.secondary-unit{padding:calc(calc(1.5rem * 2.4)*.68) 1.37rem calc(calc(1.5rem * 2.4)*.6);background:#FBF6E9;color:#1B1B2A;border-bottom:1px solid var(--ink-muted,#E4DCC4);}
.secondary-unit .image{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.97rem * 1.5);}
.secondary-unit h1{margin:0;font-size:clamp(1.9rem,4.6vw,calc(16.5px * 2.65));line-height:1.08;font-weight:700;letter-spacing:-0.01em;max-width:22ch;}
.secondary-unit .quiet-body{max-width:38rem;padding-left:clamp(0rem,6vw,4rem);border-left:2px solid #E0A81C;}
.secondary-unit p{margin:0;font-size:clamp(1rem,1.3vw,calc(16.5px * 1.125));line-height:1.75;}
@media (max-width:700px){.secondary-unit{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.secondary-unit .image{gap:calc(1.5rem * .75);}.secondary-unit h1{max-width:100%;}.secondary-unit .quiet-body{padding-left:1rem;border-left-width:2px;}
  }
.featured-inner{
  --field-extra-6:calc(1.5rem * 1.05);
  --field-main:calc(980px / 2.4);
  padding:calc(1.5rem * 2.4) 1.37rem;
  background:#E0A81C;
  color:#2A1F05;
}
.featured-inner .quiet-brand{max-width:980px;
  margin:0 auto;}
.featured-inner h2{font-size:calc(16.5px * 2);
  line-height:1.14;
  margin:0;}
.featured-inner p{margin:0;
  font-size:16.5px;
  line-height:1.9;}
.featured-inner .clear-unit{max-width:var(--field-main);
  margin-top:1.5rem;}
.featured-inner .quiet-menu{max-width:var(--field-main);
  margin-top:calc(0.97rem * 1.5);
  opacity:0.82;}
.featured-inner .plain-summary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:var(--field-extra-6);
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.27rem;
  background:#2A1F05;
  color:#E0A81C;
  text-decoration:none;
  font-size:16.5px;
}
.featured-inner .plain-summary:hover{
  background:#C8920F;
  color:#2A1F05;
}
.featured-inner .simple-unit{display:flex;
  flex-wrap:wrap;
  gap:0.97rem;
  margin-top:calc(0.97rem * 1.5);
  padding-top:calc(0.97rem * 1.5);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.featured-inner .simple-unit a{color:inherit;
  text-decoration:none;
  font-size:calc(16.5px * .875);
  border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);
  padding-bottom:2px;}
.featured-inner .simple-unit a:hover{border-bottom-color:currentColor;}
@media (max-width:640px){.featured-inner .plain-summary{
    width:100%;
  }.featured-inner .simple-unit{
    flex-direction:column;
    gap:calc(1.5rem * .75);
  }
}
.open-note{
  padding: calc(1.5rem * 2.4) 1.37rem;
  background: #1F2A5C;
  color: #FBF6E9;
}
.open-note .quiet-brand{max-width: min(980px, 72rem);
  margin: 0 auto;}
.open-note .clear-unit{max-width: 46rem;}
.open-note h2{margin: 0;
  font-size: calc(16.5px * 2);
  line-height: 1.1;}
.open-note .active-view{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.5px * 1.125);
  line-height: 1.9;
  color: #D9D2BE;}
.open-note .secondary-region{margin-top: calc(0.97rem * 1.5);
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.open-note .public-area{display: flex;
  gap: calc(1.5rem * .75);
  align-items: flex-start;
  padding: calc(1.5rem * .75) 0;
  border-top: 1px solid #33334A;}
.open-note .public-area:last-child{border-bottom: 1px solid #33334A;}
.open-note .secondary-media{flex: 0 0 auto;
  min-width: 2.4rem;
  font-size: calc(16.5px * .875);
  letter-spacing: 0.08em;
  color: #E0A81C;}
.open-note .visual-plan{flex: 1 1 auto;}
.open-note .visual-plan strong{display: block;
  font-size: calc(16.5px * 1.35);
  margin-bottom: 0.35rem;}
.open-note .visual-plan p{margin: 0;
  color: #D9D2BE;}
.open-note .visual-plan a,
.open-note .simple-unit a{text-decoration: underline;
  text-underline-offset: 3px;}
.open-note .visual-plan a:hover,
.open-note .simple-unit a:hover{color: #E0A81C;}
.open-note .simple-unit{margin: calc(0.97rem * 1.5) 0 0;
  font-size: calc(16.5px * .875);
  color: #D9D2BE;}
@media (max-width: 640px) {.open-note .public-area{
    flex-direction: column;
    gap: 0.4rem;
  }
}
.bottom-flow{padding:calc(1.5rem * 2.4) 1.37rem;background:#E0A81C;color:#2A1F05}
.bottom-flow .quiet-brand{max-width:980px;margin:0 auto}
.bottom-flow .service{display:flex;gap:calc(0.97rem * 1.5);align-items:flex-end}
.bottom-flow .visual-plan{flex:1 1 34rem;min-width:0}
.bottom-flow h2{margin:0;font-size:calc(16.5px * 2.65);line-height:1.02}
.bottom-flow .visual-plan p{margin:1.5rem 0 0;max-width:44rem;font-size:calc(16.5px * 1.125);line-height:1.9}
.bottom-flow .soft-media{flex:0 1 34rem;min-width:0;background:#1F2A5C;color:#FBF6E9;border-radius:0.52rem;padding:0.97rem;box-shadow:0 2px 10px rgba(0,0,0,0.05)}
.bottom-flow .soft-media>p{margin:0;line-height:1.9}
.bottom-flow .text-track{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.bottom-flow a{display:inline-flex;align-items:center;max-width:100%;min-width:0;border-radius:0.27rem;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.bottom-flow .text-track a{border:1px solid color-mix(in srgb,#FBF6E9 22%,transparent)}
.bottom-flow .text-track .wide-frame{background:#1F2A5C;color:#FBF6E9;border-color:#1F2A5C}
.bottom-flow .simple-unit{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.bottom-flow .simple-unit a{background:color-mix(in srgb,#FBF6E9 8%,transparent);color:#FBF6E9;font-size:calc(16.5px * .875);padding:calc(calc(1.5rem * .75)*.75) calc(1.5rem * .75)}
@media(max-width:780px){.bottom-flow .service{display:block}.bottom-flow .soft-media{margin-top:calc(0.97rem * 1.5);padding:1.5rem}.bottom-flow h2{font-size:calc(16.5px * 2)}}
