body{margin:0;padding:0;font-family:"Playfair Display", sans-serif;}
*,*::before,*::after{box-sizing:border-box;}
:root {
  --ink-deep: #1f2a44;
  --surface-soft: #d8c9a8;
  --paint-soft: #fbf6ea;
  --ease-slow: cubic-bezier(0.22,1,0.36,1);
}
.contact-brand {
    width: 100%;
    background: #f6efdf;
    color: #1f2a44;
    border-bottom: 1px solid var(--surface-soft);
  }
.strong-body {
    max-width: 1020px;
    margin: 0 auto;
    padding: calc(0.68rem * 1.5) 1.05rem;
    display: flex;
    flex-direction: column;
    gap: 0.68rem;
  }
.public-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.68rem;
  }
.local-wrap {
    font-size: calc(17px * 1.35);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #1f2a44;
    text-decoration: none;
    line-height: 1;
  }
.local-wrap:hover {
    color: #b8532f;
  }
.direct-actions {
    display: block;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: calc(1.5rem * .75);
    align-items: center;
  }
.nav-link {
    display: inline-block;
    padding: 0.35rem 0.15rem;
    font-size: 17px;
    color: #1f2a44;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 300ms var(--ease-slow),
                border-color 300ms var(--ease-slow);
  }
.nav-link:hover {
    color: #b8532f;
    border-bottom-color: #b8532f;
  }
.nav-link.is-active {
    border-bottom-color: #1f2a44;
    font-weight: 600;
  }
.media-stack {
    display: none;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: transparent;
    color: #1f2a44;
    border: 1px solid var(--surface-soft);
    border-radius: 0.24rem;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }
.media-stack:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:var(--ink-deep);}
.secondary-flow {
    display: block;
    height: 2px;
    width: 100%;
    background: currentColor;
    border-radius: 2px;
  }
@media (max-width: 767px) {
    .media-stack {
      display: flex;
    }

    .direct-actions {
      display: none;
      width: 100%;
    }

    .direct-actions.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: calc(0.68rem * 1.5);
      padding-top: calc(0.68rem * 1.5);
      border-top: 1px solid var(--surface-soft);
    }

    .nav-link {
      font-size: calc(17px * 1.125);
      padding: 0.25rem 0;
    }
  }
@media (min-width: 768px) {
    .strong-body {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
    }

    .public-shell {
      flex: 0 0 auto;
    }
  }
.main-media{font-family:"Playfair Display", sans-serif;font-size:17px;line-height:1.76;padding:calc(1.5rem * 2.4) 1.05rem;background:#1f2a44;color:#f6efdf;}
.contact-lead{max-width:1020px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(0.68rem * 1.5)}
.clear-story{display:grid;grid-template-columns:1fr;gap:0.68rem;padding-bottom:calc(0.68rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.16)}
.focused-shell{display:inline-block;font-size:calc(17px * 2);font-weight:700;letter-spacing:0.02em;margin-bottom:calc(1.5rem * .75)}
.strong-frame{margin:0;max-width:52ch;font-size:17px;opacity:0.86}
.open-service{display:grid;gap:calc(1.5rem * .75);max-width:520px}
.secondary-wrap{font-size:calc(17px * .875);text-transform:uppercase;letter-spacing:0.08em;opacity:0.78}
.team-fields{display:flex;flex-wrap:wrap;gap:0.68rem}
.soft-headline{flex:1 1 220px;min-width:0;padding:0.7rem 0.9rem;font:inherit;color:inherit;background:rgba(255, 255, 255, 0.08);border:1px solid rgba(255, 255, 255, 0.24);border-radius:0}
.soft-headline::placeholder{}
.compact-proof{flex:0 0 auto;padding:0.7rem 1.2rem;font:inherit;font-weight:600;color:#f6efdf;background:#1f2a44;border:1px solid transparent;border-radius:0;cursor:pointer;transition:background 300ms var(--ease-slow)}
.compact-proof:hover{background:#2c3a5c;color:var(--ink-deep);}
.page-panel{margin:0;font-size:calc(17px * .875);opacity:0.72}
.media-summary{display:grid;grid-template-columns:1fr;gap:calc(0.68rem * 1.5)}
.team-wrap{margin:0 0 calc(1.5rem * .75);font-size:calc(17px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.08em;opacity:0.78}
.content-feature{list-style:none;margin:0;padding:0;display:grid;gap:0.45rem}
.content-feature a{color:inherit;text-decoration:none;font-size:17px;transition:opacity 300ms var(--ease-slow)}
.content-feature a:hover{opacity:0.72;text-decoration:underline;color:inherit}
.quiet-figure{padding-top:calc(0.68rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.16)}
.media-view{font-style:normal;display:grid;gap:0.4rem;font-size:17px}
.media-view p{margin:0}
.media-view a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(255, 255, 255, 0.32)}
.media-view a:hover{opacity:0.78;color:inherit}
.focused-body{padding-top:calc(0.68rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.16);display:grid;gap:calc(1.5rem * .75)}
.text-frame{margin:0;font-size:calc(17px * .875);line-height:1.55;opacity:0.78;max-width:78ch}
.wide-visual{margin:0;font-size:calc(17px * .875);opacity:0.72}
@media (min-width: 720px) {.clear-story{grid-template-columns:1.1fr 1fr;align-items:start}.media-summary{grid-template-columns:repeat(3, 1fr)}
  }
@media (min-width: 1024px) {.contact-lead{gap:calc(1.5rem * 2.4)}.media-summary{grid-template-columns:repeat(3, minmax(0, 1fr))}
  }
footer,footer *{border-radius:0!important;}
footer .strong-section{flex:1 1 100%;max-width:1020px;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(17px * .875);line-height:1.76;opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;left:1.05rem;right:1.05rem;bottom:1.5rem;z-index:1200;}
.cookies .fresh-headline{max-width:720px;margin:0 auto;background:#f6efdf;border:1px solid var(--surface-soft);border-radius:0.83rem;box-shadow:0 14px 18px rgba(0,0,0,0.13);padding:1.5rem 1.05rem;color:#1f2a44;}
.cookies .strong-copy{display:flex;align-items:center;gap:8px;}
.cookies .service-copy{width:10px;height:10px;border-radius:50%;background:#b8532f;box-shadow:0 0 0 4px color-mix(in srgb,#b8532f 20%,transparent);color:#fdf6e9;}
.cookies .fresh-headline p{margin:8px 0 0;}
.cookies .process{margin-top:14px;display:flex;gap:8px;flex-wrap:wrap;}
.cookies .process button{border:1px solid var(--surface-soft);background:#efe4cc;color:#3a3career;border-radius:0.24rem;padding:8px 12px;cursor:pointer;}
.cookies .process button.cookie-accept{background:#b8532f;color:#fdf6e9;border-color:transparent;font-weight:700;}
.site-service{--state-public:calc(1.5rem * 1.05);--layer-static:calc(1020px / 2.1);padding:calc(1.5rem * 2.4) 1.05rem;background:#1f2a44;color:#f6efdf;}
.site-service .quiet-view{max-width:1020px;margin:0 auto;}
.site-service h1,.site-service p{margin:0;}
.site-service h1{font-size:calc(17px * 2.65);line-height:1.08;}
.site-service p{font-size:17px;line-height:1.76;}
.site-service a{color:inherit;text-decoration:none;}
.site-service .content-block{display:flex;flex-direction:column;gap:calc(0.68rem * 1.5);}
.site-service .service-entries{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);align-items:baseline;border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);padding-bottom:calc(1.5rem * .75);}
.site-service .wide-details{font-size:calc(17px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.site-service .secondary-service{flex:1 1 var(--layer-static);color:color-mix(in srgb, currentColor 82%, transparent);}
.site-service .fresh-method{color:color-mix(in srgb, currentColor 74%, transparent);}
.site-service .steady-intro{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);align-items:center;margin-top:1.5rem;}
.site-service .service-feature{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.24rem;background:#f6efdf;color:#1f2a44;transition:background 300ms var(--ease-slow);}
.site-service .service-feature:hover{background:#b8532f;color:#fdf6e9;}
.site-service .offer-form{font-size:calc(17px * .875);padding:calc(1.5rem * .75) 0;border-bottom:1px solid color-mix(in srgb, currentColor 30%, transparent);transition:border-color 300ms var(--ease-slow);}
.site-service .offer-form:hover{border-color:#b8532f;}
@media (max-width:640px){.site-service .service-entries{flex-direction:column;align-items:flex-start;}
}
.hero{--state-public:calc(1.5rem * 0.9);--layer-public:2.4rem;padding:calc(1.5rem * 2.4) 1.05rem;background:#f6efdf;color:#1f2a44;}
.hero .quiet-view{max-width:1020px;margin:0 auto;}
.hero h2,.hero h3,.hero p,.hero ol,.hero li{margin:0;}
.hero h2{font-size:calc(17px * 2);line-height:1.14;}
.hero h3{font-size:calc(17px * 1.35);line-height:1.22;}
.hero p{font-size:17px;line-height:1.76;}
.hero a{color:#1f2a44;text-decoration:none;border-bottom:1px solid var(--surface-soft);}
.hero a:hover{color:inherit;border-bottom-color:#b8532f;}
.hero .wide-details{margin:0 0 calc(1.5rem / 3);font-size:calc(17px * .875);letter-spacing:0.08em;text-transform:uppercase;color:#3a3career;}
.hero .secondary-service{margin-top:calc(1.5rem / 2);}
.hero .service-feature{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.24rem;background:#1f2a44;color:#f6efdf;border-bottom:none;font-size:calc(17px * .875);}
.hero .service-feature:hover{background:#2c3a5c;color:#f6efdf;}
.hero .soft-benefit{list-style:none;display:flex;flex-wrap:wrap;gap:0.68rem;margin-top:var(--state-public);padding:0;}
.hero .open-panel{flex:1 1 calc(1020px / 3.4);min-width:0;padding:calc(1.5rem * .75);background:var(--paint-soft);color:var(--ink-deep);border:1px solid var(--surface-soft);border-radius:0.37rem;}
.hero .open-panel p{margin-top:calc(1.5rem / 3);color:var(--ink-deep);}
.hero .featured-contact{display:block;margin-bottom:calc(1.5rem / 4);font-size:calc(17px * .875);letter-spacing:0.12em;color:inherit;}
.hero .offer-form{margin-top:var(--state-public);font-size:calc(17px * .875);color:#3a3career;}
.hero .quiet-inner{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.68rem;}
.hero .quiet-inner>.fresh-method{flex:1 1 auto;min-width:0;}
.hero .quiet-inner>.service-feature{flex:0 0 auto;}
.hero .quiet-inner>.soft-benefit{flex:1 1 100%;}
.hero .quiet-inner>.offer-form{flex:1 1 100%;}
@media (max-width:640px){.hero .open-panel{flex:1 1 100%;}.hero .service-feature{width:100%;}
}
.clear-rail{
  --state-public:calc(1.5rem * 0.9);
  --copy-base:calc(1020px / 3.2);
  padding:calc(1.5rem * 2.4) 1.05rem;
  background:#1f2a44;
  color:#f6efdf;
}
.clear-rail .contact-entries{max-width:1020px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--state-public);}
.clear-rail h2,
.clear-rail h3,
.clear-rail p{margin:0;}
.clear-rail h2{font-size:calc(17px * 2);
  line-height:1.14;}
.clear-rail h3{font-size:calc(17px * 1.35);
  line-height:1.22;}
.clear-rail p{font-size:17px;
  line-height:1.76;
  color:color-mix(in srgb, currentColor 78%, transparent);}
.clear-rail .secondary-service{display:flex;
  flex-wrap:wrap;
  gap:0.68rem;
  align-items:flex-start;}
.clear-rail .secondary-service h2{flex:1 1 calc(1020px / 3);
  min-width:0;}
.clear-rail .local-items{flex:1 1 calc(1020px / 2.4);
  min-width:0;}
.clear-rail .soft-benefit{display:flex;
  flex-wrap:wrap;
  gap:var(--state-public) calc(0.68rem * 1.1);}
.clear-rail .open-panel{flex:1 1 var(--copy-base);
  min-width:0;
  padding-top:calc(calc(1.5rem * .75) * 0.9);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.clear-rail .open-panel p{margin-top:calc(1.5rem / 3);}
.clear-rail .offer-form{padding-top:calc(calc(1.5rem * .75) * 0.9);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);
  font-size:calc(17px * .875);}
.clear-rail .offer-form a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.clear-rail .offer-form a:hover{}
@media (max-width:720px){.clear-rail .secondary-service h2,
  .clear-rail .local-items{
    flex:1 1 100%;
  }
}
.public-visual{
  --state-public:calc(1.5rem * 1.19);
  --layer-static:calc(1020px / 2.50);
  padding:calc(1.5rem * 2.4) 1.05rem;
  background:#efe4cc;
  color:#3a3career;
}
.public-visual .quiet-view{max-width:1020px;margin:0 auto;}
.public-visual h2,.public-visual h3,.public-visual p{margin:0;}
.public-visual h2{font-size:calc(17px * 2);line-height:1.12;}
.public-visual h3{font-size:calc(17px * 1.35);line-height:1.2;}
.public-visual p{font-size:17px;line-height:1.76;}
.public-visual a{color:inherit;text-decoration:none;}
.public-visual .primary-flow{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.68rem;}
.public-visual .primary-flow>h2{flex:1 1 calc(1020px / 3);min-width:0;}
.public-visual .primary-flow>.secondary-service{flex:1 1 calc(1020px / 3);min-width:0;}
.public-visual .soft-benefit{display:flex;flex-wrap:wrap;gap:var(--state-public);margin-top:var(--state-public);}
.public-visual .open-panel{
  flex:1 1 calc(1020px / 3.4);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * .85);
  border-radius:0.37rem;
  background:var(--paint-soft);
  color:var(--ink-deep);
  border:1px solid var(--surface-soft);
}
.public-visual .open-panel h3 a{color:#1f2a44;}
.public-visual .open-panel h3 a:hover{color:#b8532f;}
.public-visual .open-panel .wide-details{margin-top:calc(1.5rem / 3);}
.public-visual .open-panel .strong-copy{
  margin-top:calc(1.5rem / 3);
  font-size:calc(17px * .875);
  color:#3a3career;
}
.public-visual .offer-form{
  margin-top:var(--state-public);
  padding-top:calc(0.68rem * 1.5);
  border-top:1px solid var(--surface-soft);
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:0.68rem;
}
.public-visual .offer-form>p{flex:1 1 calc(1020px / 2.4);min-width:0;}
.public-visual .offer-form .active-nav{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  padding:calc(calc(1.5rem * .75) * .6) 1.5rem;
  border-radius:0.24rem;
  background:#b8532f;
  color:#fdf6e9;
}
.public-visual .offer-form .active-nav:hover{background:#96411f;color:var(--ink-deep);}
@media (max-width:720px){.public-visual .primary-flow>h2,.public-visual .primary-flow>.secondary-service,
  .public-visual .open-panel,.public-visual .offer-form>p{flex:1 1 100%;}
}
.narrow-menu{--state-public:calc(1.5rem * 1.25);--layer-static:calc(1020px / 2.65);padding:calc(1.5rem * 2.4) 1.05rem;background:#b8532f;color:#fdf6e9;}
.narrow-menu .quiet-view{max-width:1020px;margin:0 auto;}
.narrow-menu h1,.narrow-menu h2,.narrow-menu h3,.narrow-menu p{margin:0;}
.narrow-menu h1{font-size:calc(17px * 2.65);line-height:1.08;}
.narrow-menu h2{font-size:calc(17px * 2);line-height:1.12;}
.narrow-menu h3{font-size:calc(17px * 1.35);line-height:1.2;}
.narrow-menu p{font-size:17px;line-height:1.76;color:color-mix(in srgb, currentColor 78%, transparent);}
.narrow-menu a{color:inherit;text-decoration:none;}
.narrow-menu .service-feature{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.24rem;background:#fdf6e9;color:#b8532f;}
.narrow-menu .site-surface>h1,.narrow-menu .site-surface>h2,.narrow-menu .site-surface>p,.narrow-menu .site-surface>.service-feature{margin-top:1.5rem;}
.narrow-menu .wide-details a{text-decoration:underline;text-underline-offset:3px;}
.narrow-menu .wide-details a:hover{opacity:0.82;}
.text-summary{padding:calc(1.5rem * 2.4) 1.05rem;background:#f6efdf;color:#1f2a44}
.text-summary .quiet-view{width:min(100%,1020px);margin:0 auto;display:flex;flex-direction:column;gap:calc(0.68rem * 1.5)}
.text-summary .local-items{display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-bottom:1px solid var(--surface-soft);padding-bottom:calc(0.68rem * 1.5)}
.text-summary h2{margin:0;font-size:calc(17px * 2);line-height:1.1}
.text-summary .secondary-service{margin:0;font-size:17px;line-height:1.76;color:#3a3career}
.text-summary .soft-service{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}
.text-summary .public-callout{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);border-left:2px solid #b8532f}
.text-summary .strong-copy{display:flex;flex-wrap:wrap;gap:0.68rem;align-items:baseline;font-size:calc(17px * .875)}
.text-summary .primary-region{background:#b8532f;color:#fdf6e9;padding:0.15rem 0.55rem;border-radius:0.24rem;letter-spacing:0.02em}
.text-summary .top-team{color:#3a3career}
.text-summary h3{margin:0;font-size:calc(17px * 1.35);line-height:1.2}
.text-summary h3 a{color:inherit;text-decoration:none}
.text-summary h3 a:hover{color:inherit;}
.text-summary .proof{margin:0;font-size:calc(17px * .875);color:#3a3career;font-style:italic}
.text-summary .fresh-method{margin:0;line-height:1.76}
.text-summary .active-nav{align-self:flex-start;font-size:calc(17px * .875);color:#1f2a44;text-decoration:underline;text-underline-offset:3px}
.text-summary .active-nav:hover{color:inherit;}
.text-summary .wide-details{margin:0;padding-top:calc(0.68rem * 1.5);border-top:1px solid var(--surface-soft);font-size:calc(17px * .875);color:#3a3career}
.text-summary .wide-details a{color:#1f2a44}
.text-summary .wide-details a:hover{color:inherit;}
@media (min-width:720px){.text-summary .public-callout{padding-left:calc(0.68rem * 1.5)}
}
.soft-actions{--state-public:calc(1.5rem * 0.95);padding:calc(1.5rem * 2.4) 1.05rem;background:#f6efdf;color:#1f2a44;}
.soft-actions .quiet-view{max-width:1020px;margin:0 auto;}
.soft-actions h2,.soft-actions h3,.soft-actions p{margin:0;}
.soft-actions h2{font-size:calc(17px * 2);line-height:1.12;}
.soft-actions h3{font-size:calc(17px * 1.35);line-height:1.2;}
.soft-actions p{font-size:17px;line-height:1.76;color:color-mix(in srgb, currentColor 74%, transparent);}
.soft-actions .strong-brand{padding-inline-start:calc(1.05rem / 2);}
.soft-actions .media-block{row-gap:calc(var(--state-public) * 1.2);}
.soft-actions .wide-intro{display:flex;align-items:flex-start;gap:0.68rem;}
.soft-actions .fresh-method{flex:1 1 calc(1020px / 3);min-width:0;}
.soft-actions .fresh-method p{margin-top:1.5rem;}
.soft-actions .primary-entries{flex:2 1 calc(1020px / 2);display:flex;flex-direction:column;gap:var(--state-public);}
.soft-actions .open-panel{min-width:0;padding-block-start:calc(calc(1.5rem * .75) / 2);border-top:1px solid var(--surface-soft);}
.soft-actions .open-panel p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.soft-actions .wide-intro{flex-direction:column;}.soft-actions .primary-entries{margin-top:1.5rem;}}
.direct-brand{--state-public:calc(1.5rem * 1.08);--copy-base:calc(1020px / 3.2);padding:calc(1.5rem * 2.4) 1.05rem;background:#1f2a44;color:#f6efdf;}
.direct-brand .quiet-view{max-width:1020px;margin:0 auto;}
.direct-brand h2,.direct-brand h3,.direct-brand p{margin:0;}
.direct-brand h2{font-size:calc(17px * 2);line-height:1.14;}
.direct-brand h3{font-size:calc(17px * 1.35);line-height:1.22;}
.direct-brand p{font-size:17px;line-height:1.76;opacity:.82;}
.direct-brand .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.68rem;padding-inline-start:calc(1.5rem * .75);}
.direct-brand .row-title h2{flex:1 1 calc(1020px / 3);min-width:0;}
.direct-brand .row-title>p{flex:1 1 calc(1020px / 3);min-width:0;}
.direct-brand .media-block{row-gap:calc(var(--state-public) * 1.15);}
.direct-brand .focused-wrap{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-public);margin-top:var(--state-public);}
.direct-brand .open-panel{flex:1 1 var(--copy-base);min-width:0;padding-block-start:calc(calc(1.5rem * .75) / 1.4);border-top:1px solid var(--surface-soft);}
.direct-brand .open-panel p{margin-top:calc(1.5rem / 3);}
@media (max-width:640px){.direct-brand .row-title{padding-inline-start:0;}.direct-brand .open-panel{flex:1 1 100%;}
}
.fresh-items{--state-public:calc(1.5rem * 1.11);padding:calc(1.5rem * 2.4) 1.05rem;background:#1f2a44;color:#f6efdf;}
.fresh-items .quiet-view{max-width:1020px;margin:0 auto;}
.fresh-items h2,.fresh-items h3,.fresh-items p{margin:0;}
.fresh-items h2{font-size:calc(17px * 2);line-height:1.12;}
.fresh-items h3{font-size:calc(17px * 1.35);line-height:1.2;}
.fresh-items p{font-size:17px;line-height:1.76;color:color-mix(in srgb, currentColor 74%, transparent);}
.fresh-items .wide-intro{display:flex;align-items:flex-start;gap:0.68rem;}
.fresh-items .fresh-method{flex:1 1 calc(1020px / 3);min-width:0;}
.fresh-items .fresh-method p{margin-top:1.5rem;}
.fresh-items .soft-benefit{flex:2 1 calc(1020px / 2);display:flex;flex-direction:column;gap:var(--state-public);min-width:0;}
.fresh-items .open-panel{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.fresh-items .open-panel p{margin-top:calc(1.5rem / 3);}
.fresh-items .offer-shell{padding-block:calc(var(--state-public) / 2);}
.fresh-items .media-block{row-gap:calc(var(--state-public) * 1.2);}
.fresh-items .media-method{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
@media(max-width:760px){.fresh-items .wide-intro{flex-direction:column;}.fresh-items .soft-benefit{margin-top:1.5rem;}}
.steady-header{--state-public:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.05rem;background:#f6efdf;color:#1f2a44;}
.steady-header .quiet-view{max-width:1020px;margin:0 auto;}
.steady-header h2,.steady-header h3,.steady-header p{margin:0;}
.steady-header h2{font-size:calc(17px * 2);line-height:1.14;}
.steady-header h3{font-size:calc(17px * 1.35);line-height:1.22;}
.steady-header p{font-size:17px;line-height:1.76;color:#3a3career;}
.steady-header .primary-flow{display:flex;flex-direction:column;gap:calc(0.68rem * 1.5);padding-bottom:calc(0.68rem * 1.5);border-bottom:1px solid var(--surface-soft);}
.steady-header .secondary-service{font-size:calc(17px * 1.125);color:#1f2a44;}
.steady-header .active-actions{display:flex;flex-direction:column;gap:0;margin-top:var(--state-public);}
.steady-header .open-panel{padding:calc(0.68rem * 1.5) 0;border-bottom:1px solid var(--surface-soft);}
.steady-header .open-panel:first-child{padding-top:0;}
.steady-header .open-panel:last-child{border-bottom:0;padding-bottom:0;}
.steady-header .open-panel h3{margin-bottom:calc(calc(0.68rem * 1.5) / 2);}
.steady-header .offer-form{margin-top:var(--state-public);padding-top:calc(0.68rem * 1.5);border-top:1px solid var(--surface-soft);font-size:calc(17px * .875);color:#3a3career;}
.steady-header .offer-form a{color:#1f2a44;text-decoration:underline;text-underline-offset:3px;}
.steady-header .offer-form a:hover{color:inherit;}
@media (min-width:760px){.steady-header .primary-flow{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:1.5rem;}.steady-header h2{flex:0 0 auto;}.steady-header .secondary-service{flex:1 1 auto;text-align:right;}.steady-header .active-actions{display:grid;grid-template-columns:1fr 1fr;column-gap:1.5rem;row-gap:0;}.steady-header .open-panel{padding:calc(0.68rem * 1.5) 0;}.steady-header .open-panel:nth-child(odd){padding-right:1.5rem;border-right:1px solid var(--surface-soft);}.steady-header .open-panel:nth-child(even){padding-left:1.5rem;}.steady-header .open-panel:nth-last-child(-n+2){border-bottom:0;}
}
.fresh-group{--state-public:calc(1.5rem * 1.18);--mark-content:1px solid var(--surface-soft);padding:calc(1.5rem * 2.4) 1.05rem;background:#f6efdf;color:#1f2a44;}
.fresh-group .quiet-view{max-width:1020px;margin:0 auto;}
.fresh-group h2,.fresh-group h3,.fresh-group p{margin:0;}
.fresh-group h2{font-size:calc(17px * 2);line-height:1.14;}
.fresh-group h3{font-size:calc(17px * 1.35);line-height:1.24;font-family:"Playfair Display", sans-serif;}
.fresh-group p{font-size:17px;line-height:1.76;}
.fresh-group a{text-decoration:underline;text-underline-offset:3px;}
.fresh-group a:hover{}
.fresh-group .primary-flow{display:flex;flex-wrap:wrap;gap:calc(0.68rem * 1.5);align-items:baseline;justify-content:space-between;padding-bottom:calc(0.68rem * 1.5);border-bottom:var(--mark-content);}
.fresh-group .primary-flow h2{flex:1 1 18rem;}
.fresh-group .secondary-service{flex:1 1 24rem;font-size:calc(17px * .875);}
.fresh-group .active-actions{display:flex;flex-direction:column;margin-top:calc(0.68rem * 1.5);}
.fresh-group .open-panel{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem / 3);padding:calc(0.68rem * 1.5) 0;border-bottom:var(--mark-content);}
.fresh-group .open-panel:last-child{border-bottom:none;}
.fresh-group .open-panel h3{}
.fresh-group .open-panel p{}
.fresh-group .offer-form{margin-top:calc(0.68rem * 1.5);padding-top:calc(0.68rem * 1.5);border-top:var(--mark-content);font-size:calc(17px * .875);}
@media (min-width:760px){.fresh-group .open-panel{grid-template-columns:minmax(0,0.9fr) minmax(0,1.5fr);gap:1.5rem;align-items:start;}.fresh-group .open-panel h3{padding-right:calc(0.68rem * 1.5);}
}
.top-region{
        padding: calc(1.5rem * 2.4) 1.05rem;
        background: #efe4cc;
        color: #3a3career
    }
.top-region .quiet-view{
        max-width: 1020px;
        margin: 0 auto
    }
.top-region .steady-region{
        display: flex;
        flex-direction: column;
        gap: calc(0.68rem * 1.5);
        align-items: flex-start
    }
.top-region h2{
        min-width: 0;
        margin: 0;
        font-size: calc(17px * 2);
        line-height: 1.12
    }
.top-region .text-callout{
        min-width: 0
    }
.top-region .text-callout p{
        margin: 0;
        font-size: calc(17px * 1.125);
        line-height: 1.76
    }
.top-region .simple-shell{
        display: flex;
        flex-wrap: wrap;
        gap: 0.68rem;
        margin-top: 1.5rem
    }
.top-region .simple-shell span{
        border-radius: 0.24rem;
        background: var(--paint-soft);
        color: var(--ink-deep);
        border: 1px solid var(--surface-soft);
        padding: calc(calc(1.5rem * .75) * .7) calc(1.5rem * .75);
        font-size: calc(17px * .875)
    }
@media (max-width: 760px) {.top-region .steady-region{
            display: block
        }.top-region .text-callout{
            margin-top: 1.5rem
        }
    }
.primary-intro{
  --state-public:calc(1.5rem * 1.05);
  --mark-content:1px solid var(--surface-soft);
  padding:calc(1.5rem * 2.4) 1.05rem;
  background:#f6efdf;
  color:#1f2a44;
}
.primary-intro .quiet-view{max-width:1020px;
  margin:0 auto;}
.primary-intro h2,
.primary-intro h3,
.primary-intro p{margin:0;}
.primary-intro h2{font-size:calc(17px * 2);
  line-height:1.14;}
.primary-intro h3{font-size:calc(17px * 1.35);
  line-height:1.22;}
.primary-intro p{font-size:17px;
  line-height:1.76;}
.primary-intro a{text-decoration:underline;
  text-underline-offset:3px;}
.primary-intro a:hover{}
.primary-intro .local-items{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);}
.primary-intro .secondary-service{font-size:calc(17px * 1.125);}
.primary-intro .soft-benefit{display:flex;
  flex-direction:column;
  margin-top:var(--state-public);}
.primary-intro .open-panel{min-width:0;
  padding:calc(1.5rem * .8) 0;
  border-top:var(--mark-content);}
.primary-intro .open-panel:last-child{border-bottom:var(--mark-content);}
.primary-intro .open-panel h3{margin-bottom:calc(1.5rem / 3);}
.primary-intro .open-panel p{}
.primary-intro .offer-form{margin-top:var(--state-public);
  padding-top:calc(1.5rem * .7);
  border-top:var(--mark-content);}
.primary-intro .offer-form .secondary-tile{font-size:calc(17px * .875);}
@media (min-width:720px){.primary-intro .soft-benefit{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    column-gap:1.5rem;
  }.primary-intro .open-panel{
    padding:calc(1.5rem * .85) 0;
  }.primary-intro .open-panel:nth-child(1),
  .primary-intro .open-panel:nth-child(2){
    border-top:var(--mark-content);
  }.primary-intro .open-panel:nth-last-child(1),
  .primary-intro .open-panel:nth-last-child(2){
    border-bottom:var(--mark-content);
  }
}
.quiet-summary{
  padding: calc(1.5rem * 2.4) 1.05rem;
  background: #efe4cc;
  color: #3a3career;
}
.quiet-summary .fresh-headline{
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.68rem * 1.5);
}
.quiet-summary .clear-steps{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.68rem calc(0.68rem * 1.5);
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid var(--surface-soft);
}
.quiet-summary h2{
  margin: 0;
  flex: 1 1 18rem;
  font-size: calc(17px * 2);
  line-height: 1.12;
}
.quiet-summary .clear-steps p{
  margin: 0;
  flex: 1 1 22rem;
  font-size: 17px;
  line-height: 1.76;
}
.quiet-summary .top-nav{
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
}
.quiet-summary .direct-items{
  display: grid;
  grid-template-columns: minmax(8rem, 0.28fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) 0;
  border-left: 3px solid #b8532f;
  background: var(--paint-soft);
  color: var(--ink-deep);
  border-radius: 0 0.37rem 0.37rem 0;
}
.quiet-summary .offer-benefit{
  padding-left: calc(1.5rem * .75);
  font-size: calc(17px * .875);
  letter-spacing: 0.02em;
  word-break: break-word;
}
.quiet-summary h3{
  margin: 0;
  font-size: calc(17px * 1.35);
  line-height: 1.2;
}
.quiet-summary .direct-items p{
  margin: calc(calc(1.5rem * .75) * 0.5) 0;
  line-height: 1.76;
}
.quiet-summary small{
  display: block;
  font-size: calc(17px * .875);
}
@media (max-width: 780px) {.quiet-summary .direct-items{
    grid-template-columns: 1fr;
    padding: calc(1.5rem * .75);
    border-left-width: 3px;
  }.quiet-summary .offer-benefit{
    padding-left: 0;
  }
}
.top-brand{
  --state-public:calc(1.5rem * 0.9);
  padding:calc(1.5rem * 2.4) 1.05rem;
  background:#f6efdf;
  color:#1f2a44;
}
.top-brand .quiet-view{max-width:1020px;
  margin:0 auto;}
.top-brand h2,
.top-brand h3,
.top-brand p{margin:0;}
.top-brand h2{font-size:calc(17px * 2);
  line-height:1.14;}
.top-brand h3{font-size:calc(17px * 1.35);
  line-height:1.22;}
.top-brand p{font-size:17px;
  line-height:1.76;}
.top-brand .local-items{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);
  padding-bottom:calc(var(--state-public) * 0.6);
  border-bottom:1px solid var(--surface-soft);}
.top-brand .secondary-service{font-size:calc(17px * 1.125);
  color:#3a3career;}
.top-brand .soft-benefit{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:var(--state-public);}
.top-brand .open-panel{min-width:0;
  padding-block:calc(var(--state-public) * 0.85);
  border-top:1px solid var(--surface-soft);}
.top-brand .open-panel:first-child{border-top:0;
  padding-top:0;}
.top-brand .open-panel p{margin-top:calc(1.5rem / 3);
  color:#3a3career;}
.top-brand .offer-form{margin-top:calc(var(--state-public) * 1.1);
  padding-top:calc(var(--state-public) * 0.6);
  border-top:1px solid var(--surface-soft);
  font-size:calc(17px * .875);
  color:#3a3career;}
.top-brand .offer-form a{color:#1f2a44;
  text-decoration:underline;
  text-underline-offset:3px;}
.top-brand .offer-form a:hover{color:inherit;}
@media (min-width:760px){.top-brand .soft-benefit{
    flex-direction:row;
    flex-wrap:wrap;
    gap:0 0.68rem;
  }.top-brand .open-panel{
    flex:1 1 calc(50% - 0.68rem);
    border-top:1px solid var(--surface-soft);
    padding-block:calc(var(--state-public) * 0.85);
  }.top-brand .open-panel:nth-child(-n+2){
    border-top:0;
    padding-top:0;
  }
}
.offer-fields{
  padding:calc(1.5rem * 2.4) 1.05rem;
  background:#1f2a44;
  color:#f6efdf;
  overflow:hidden;
}
.offer-fields .quiet-view{max-width:1020px;
  margin:0 auto;}
.offer-fields .primary-flow{margin:0 0 calc(0.68rem * 1.5);
  padding-bottom:calc(0.68rem * 1.5);
  border-bottom:1px solid rgba(246,239,223,0.18);}
.offer-fields h2{margin:0;
  font-size:calc(17px * 2.65);
  line-height:1.06;
  letter-spacing:-0.01em;}
.offer-fields .primary-flow p{margin:1.5rem 0 0;
  font-size:calc(17px * 1.125);
  line-height:1.76;
  opacity:0.92;}
.offer-fields .public-proof{display:flex;
  flex-wrap:wrap;
  gap:0.68rem;
  margin:0;}
.offer-fields .open-panel{flex:1 1 20rem;
  padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
  border-left:2px solid #b8532f;}
.offer-fields .open-panel:nth-child(3n+2){border-left-color:rgba(246,239,223,0.35);}
.offer-fields .open-panel:nth-child(3n){border-left-color:#b8532f;
  opacity:0.94;}
.offer-fields strong{display:block;
  font-size:calc(17px * 1.35);
  line-height:1.14;
  font-weight:600;}
.offer-fields .open-panel p{margin:calc(1.5rem * .75) 0 0;
  font-size:17px;
  line-height:1.76;
  opacity:0.9;}
.offer-fields .offer-form{margin-top:calc(0.68rem * 1.5);
  padding-top:calc(0.68rem * 1.5);
  border-top:1px solid rgba(246,239,223,0.18);
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:0.68rem calc(0.68rem * 1.5);}
.offer-fields .offer-form p{margin:0;
  flex:1 1 22rem;
  font-size:calc(17px * .875);
  line-height:1.76;
  opacity:0.85;}
.offer-fields .offer-form a{
  color:#fdf6e9;
  background:#b8532f;
  text-decoration:none;
  padding:.5rem .9rem;
  border-radius:0.24rem;
  font-size:calc(17px * .875);
  transition:background 300ms var(--ease-slow);
}
.offer-fields .offer-form a:hover{
  background:#96411f;color:var(--ink-deep);}
@media (max-width:640px){.offer-fields .open-panel{
    flex:1 1 100%;
  }
}
.service-fields{--state-public:calc(1.5rem * 1.05);--layer-static:calc(1020px / 2.35);padding:calc(1.5rem * 2.4) 1.05rem;background:#f6efdf;color:#1f2a44;}
.service-fields .quiet-view{max-width:1020px;margin:0 auto;}
.service-fields h1,.service-fields h2,.service-fields h3,.service-fields p{margin:0;}
.service-fields h1{font-size:calc(17px * 2.65);line-height:1.08;}
.service-fields h2{font-size:calc(17px * 2);line-height:1.12;}
.service-fields h3{font-size:calc(17px * 1.35);line-height:1.2;}
.service-fields p{font-size:17px;line-height:1.76;}
.service-fields a{color:inherit;text-decoration:none;}
.service-fields .service-feature{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.24rem;background:#b8532f;color:#fdf6e9;transition:background 300ms var(--ease-slow);}
.service-fields .service-feature:hover{background:#96411f;color:var(--ink-deep);}
.service-fields .secondary-service,.service-fields .wide-details{}
.service-fields .site-surface>h1,.service-fields .site-surface>h2,.service-fields .site-surface>p,.service-fields .site-surface>.service-feature{margin-top:1.5rem;}
.service-fields .site-surface .secondary-service,.service-fields .site-surface .wide-details{}
.service-fields .offer-form{margin-top:calc(0.68rem * 1.5);font-size:calc(17px * .875);}
.service-fields .offer-form a{color:#1f2a44;text-decoration:underline;text-underline-offset:2px;}
.service-fields .offer-form a:hover{color:inherit;}
.strong-header{
  --state-public:calc(1.5rem * 1.00);
  --copy-base:calc(1020px / 3.31);
  padding:calc(1.5rem * 2.4) 1.05rem;
  background:#1f2a44;
  color:#f6efdf;
}
.strong-header .quiet-view{max-width:1020px;margin:0 auto;}
.strong-header h2,.strong-header h3,.strong-header p{margin:0;}
.strong-header h2{font-size:calc(17px * 2);line-height:1.12;}
.strong-header h3{font-size:calc(17px * 1.35);line-height:1.2;}
.strong-header p{font-size:17px;line-height:1.76;color:#3a3career;}
.strong-header .secondary-copy{padding-inline-start:calc(1.5rem * .75);}
.strong-header .media-block{row-gap:calc(var(--state-public) * 1.2);}
.strong-header .media-method{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.strong-header .secondary-service{margin-top:1.5rem;}
.strong-header .primary-entries{display:flex;flex-wrap:wrap;gap:var(--state-public);margin-top:var(--state-public);}
.strong-header .open-panel{
  flex:1 1 var(--copy-base);
  min-width:0;
  padding:calc(var(--state-public) * .75);
  border-radius:0.37rem;
  background:#efe4cc;
  color:#3a3career;
}
.strong-header .open-panel h3{}
.strong-header .open-panel p{margin-top:calc(1.5rem / 3);color:#3a3career;}
.direct-track{padding:calc(1.5rem * 2.4) 1.05rem;background:#b8532f;color:#fdf6e9}
.direct-track .quiet-view{max-width:1020px;margin:0 auto}
.direct-track .media-proof{display:flex;flex-direction:column;gap:calc(0.68rem * 1.5);align-items:flex-start}
.direct-track h2{margin:0;font-size:calc(17px * 2);line-height:1.08}
.direct-track .secondary-service{margin:0;font-size:17px;line-height:1.76}
.direct-track .active-actions{width:100%;display:flex;flex-direction:column;gap:0}
.direct-track .open-panel{display:flex;flex-wrap:wrap;gap:0.68rem;padding:calc(1.5rem * .75) 0;border-top:1px solid color-mix(in srgb,#fdf6e9 30%,transparent)}
.direct-track .open-panel p{margin:0;flex:0 0 12rem;font-size:calc(17px * .875);letter-spacing:0.02em}
.direct-track .open-panel strong{flex:1 1 18rem;min-width:0;font-weight:400;font-size:17px;line-height:1.5}
.direct-track .media-proof>a{align-self:flex-start;border-radius:0.24rem;background:#1f2a44;color:#f6efdf;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.direct-track .media-proof>a:hover{background:#2c3a5c;color:var(--ink-deep);}
@media(max-width:680px){.direct-track .open-panel p{flex:1 1 100%}.direct-track h2{font-size:calc(17px * 1.35)}}
.contact-menu{
    padding:calc(1.5rem * 2.4) 1.05rem;
    background:#efe4cc;
    color:#3a3career;
}
.contact-menu .quiet-view{
    max-width:1020px;
    margin:0 auto;
}
.contact-menu .primary-flow{
    margin-bottom:calc(0.68rem * 1.5);
    padding-bottom:calc(0.68rem * 1.5);
    border-bottom:1px solid var(--surface-soft);
}
.contact-menu .primary-flow h2{
    margin:0;
    font-size:calc(17px * 2);
    line-height:1.2;
}
.contact-menu .primary-flow p{
    margin:calc(0.68rem * 1.5) 0 0;
    font-size:17px;
}
.contact-menu .contact-entries{
    display:flex;
    flex-direction:column;
    gap:calc(0.68rem * 1.5);
}
.contact-menu .secondary-service{
    margin:0;
    font-size:17px;
    line-height:1.76;
}
.contact-menu .service-panel{
    display:flex;
    flex-direction:column;
    gap:0.68rem;
}
.contact-menu .offer-headline{
    padding:calc(1.5rem * .75) 0;
    border-top:1px dashed var(--surface-soft);
}
.contact-menu .offer-headline:first-child{
    border-top:0;
    padding-top:0;
}
.contact-menu .offer-headline h3{
    margin:0 0 0.4rem;
    font-size:calc(17px * 1.35);
    line-height:1.3;
}
.contact-menu .offer-headline p{
    margin:0;
    font-size:17px;
    line-height:1.76;
}
.contact-menu .offer-headline a{
    color:#1f2a44;
    text-decoration:underline;
    text-underline-offset:3px;
    transition:color 300ms var(--ease-slow);
}
.contact-menu .offer-headline a:hover{
    color:#b8532f;
}
.contact-menu .wide-details{
    margin-top:calc(0.68rem * 1.5);
    padding:calc(1.5rem * .75);
    background:var(--paint-soft);
    color:var(--ink-deep);
    border:1px solid var(--surface-soft);
    border-radius:0.37rem;
}
.contact-menu .wide-details p{
    margin:0 0 0.5rem;
    font-size:calc(17px * .875);
    line-height:1.76;
}
.contact-menu .wide-details p:last-child{
    margin-bottom:0;
}
.contact-menu .wide-details a{
    color:#1f2a44;
    text-decoration:underline;
    text-underline-offset:3px;
}
.contact-menu .wide-details a:hover{
    color:#b8532f;
}
.contact-menu .clear-block{
    font-size:calc(17px * .875);
    opacity:0.85;
}
@media (min-width:720px){.contact-menu .service-panel{
        gap:calc(0.68rem * 1.2);
    }.contact-menu .offer-headline{
        display:grid;
        grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);
        gap:0.68rem;
        align-items:start;
    }.contact-menu .offer-headline h3{
        margin:0;
    }
}
.offer-rail{
        padding:calc(1.5rem * 2.4) 1.05rem;
        background:#efe4cc;
        color:#3a3career;
    }
.offer-rail .quiet-view{
        max-width:1020px;
        margin:0 auto;
    }
.offer-rail .primary-flow{
        margin-bottom:calc(0.68rem * 1.5);
    }
.offer-rail .primary-flow h2{
        margin:0;
        font-size:calc(17px * 2);
        line-height:1.2;
    }
.offer-rail .primary-flow p{
        margin:0.68rem 0 0;
        font-size:17px;
        line-height:1.76;
    }
.offer-rail .featured-team{
        display:flex;
        flex-wrap:wrap;
        gap:0.68rem;
    }
.offer-rail .offer-form{
        flex:1 1 260px;
        min-width:0;
        border-top:2px solid #b8532f;
        padding:calc(1.5rem * .75) 0 0;
    }
.offer-rail .offer-form h3{
        margin:0 0 0.5rem;
        font-size:calc(17px * 1.35);
        line-height:1.3;
    }
.offer-rail .offer-form p{
        margin:0 0 0.6rem;
        font-size:17px;
        line-height:1.76;
    }
.offer-rail .offer-form .wide-details{
        font-size:calc(17px * .875);
        color:#3a3career;
        opacity:0.85;
    }
.offer-rail .offer-form a{
        display:inline-block;
        color:#1f2a44;
        font-weight:600;
        text-decoration:none;
        border-bottom:1px solid #b8532f;
        transition:color 300ms var(--ease-slow), border-color 300ms var(--ease-slow);
    }
.offer-rail .offer-form a:hover{
        color:#b8532f;
        border-color:#b8532f;
    }
.offer-rail .focused-tile{
        margin-top:calc(0.68rem * 1.5);
        padding-top:calc(1.5rem * .75);
        border-top:1px solid var(--surface-soft);
    }
.offer-rail .focused-tile p{
        margin:0 0 0.5rem;
        font-size:17px;
        line-height:1.76;
    }
.offer-rail .focused-tile .open-entries a{
        color:#1f2a44;
        font-weight:600;
        text-decoration:none;
        border-bottom:1px solid #b8532f;
    }
.offer-rail .focused-tile .open-entries a:hover{
        color:#b8532f;
        border-color:#b8532f;
    }
@media (max-width:640px){.offer-rail .featured-team{
            flex-direction:column;
        }
    }
.page-flow{
  padding: calc(1.5rem * 2.4) 1.05rem;
  background: linear-gradient(135deg, #b8532f 0%, #a8492a 100%);
  color: #fdf6e9;
}
.page-flow .quiet-view{max-width: 1020px;
  margin: 0 auto;}
.page-flow .secondary-service{display: flex;
  flex-wrap: wrap;
  gap: 0.68rem;
  align-items: baseline;
  margin-bottom: calc(0.68rem * 1.5);}
.page-flow .secondary-service h2{flex: 1 1 22rem;
  margin: 0;
  font-size: calc(17px * 2);
  line-height: 1.1;}
.page-flow .secondary-service p{flex: 1 1 24rem;
  margin: 0;
  font-size: calc(17px * 1.125);
  line-height: 1.76;}
.page-flow .featured-team{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--surface-soft);color:var(--ink-deep);}
.page-flow .offer-form a{
  display: flex;
  flex-wrap: wrap;
  gap: 0.68rem;
  align-items: baseline;
  padding: calc(1.5rem * .75);
  background: #1f2a44;
  color: #f6efdf;
  text-decoration: none;
  transition: background 300ms var(--ease-slow);
}
.page-flow .offer-form a:hover{
  background: #2c3a5c;color:var(--ink-deep);}
.page-flow .offer-form strong{flex: 0 0 16rem;
  font-size: calc(17px * 1.35);}
.page-flow .offer-form span{flex: 1 1 20rem;
  font-size: 17px;}
.page-flow .wide-details{margin-top: calc(0.68rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--surface-soft);}
.page-flow .wide-details p{margin: 0;
  font-size: calc(17px * .875);}
.page-flow .wide-details a{color: #fdf6e9;
  text-decoration: underline;}
@media (max-width: 720px) {.page-flow .offer-form strong{
    flex: 1 1 100%;
  }
}
.visual-team{background:#f6efdf;color:#1f2a44;padding:calc(1.5rem * 2.4) 1.05rem}
.visual-team .quiet-view{max-width:1020px;margin:0 auto}
.visual-team .narrow-headline{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(0.68rem * 1.5)}
.visual-team .local-items{flex:1 1 22rem;min-width:0}
.visual-team h2{margin:0;font-size:clamp(calc(17px * 2),4.4vw,calc(17px * 2.65));line-height:1.1;letter-spacing:0}
.visual-team .local-items p{margin:1.5rem 0 0;font-size:calc(17px * 1.125);line-height:1.7}
.visual-team .service-panel{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid var(--surface-soft)}
.visual-team .offer-headline{display:flex;gap:0.68rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--surface-soft);color:inherit;text-decoration:none;transition:color 300ms var(--ease-slow)}
.visual-team .offer-headline:hover strong{color:inherit;}
.visual-team strong{flex:0 1 12rem;min-width:0;font-size:17px;transition:color 300ms var(--ease-slow)}
.visual-team .offer-headline span{flex:1 1 18rem;min-width:0;line-height:1.6}
.visual-team .soft-tile{flex:1 1 100%;min-width:0;margin-top:calc(0.68rem * 1.5);padding:calc(1.5rem * .75);background:#efe4cc;color:#3a3career;border-radius:0.5rem}
.visual-team .soft-tile h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17px * 1.35)}
.visual-team .wide-header{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin:0}
.visual-team .wide-header dt{flex:0 0 8rem;font-size:calc(17px * .875);text-transform:uppercase;letter-spacing:.06em;opacity:.75}
.visual-team .wide-header dd{flex:1 1 16rem;margin:0;line-height:1.6}
.visual-team .wide-header a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.visual-team .wide-header a:hover{color:inherit;}
.visual-team .focused-benefit{margin-top:calc(1.5rem * .75);padding-top:calc(1.5rem * .75);border-top:1px solid var(--surface-soft)}
.visual-team .focused-benefit h4{margin:0 0 calc(1.5rem * .75);font-size:17px}
.visual-team .focused-benefit ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(0.68rem*.5)}
.visual-team .focused-benefit li{display:flex;justify-content:space-between;gap:0.68rem;border-bottom:1px dashed var(--surface-soft);padding-bottom:calc(0.68rem*.4)}
.visual-team .plain-footer{margin:calc(1.5rem * .75) 0 0;font-size:calc(17px * .875);line-height:1.6;opacity:.85}
@media(max-width:760px){.visual-team .offer-headline{flex-direction:column;gap:calc(calc(1.5rem * .75)*.4)}.visual-team .wide-header dt{flex-basis:100%}
}
.quiet-benefit{
  --state-public:calc(1.5rem * 1.1);
  --mark-content:rgba(31,42,68,0.14);
  padding:calc(1.5rem * 2.4) 1.05rem;
  background:#f6efdf;
  color:#1f2a44;
}
.quiet-benefit .quiet-view{max-width:1020px;
  margin:0 auto;}
.quiet-benefit h2,
.quiet-benefit h3,
.quiet-benefit p{margin:0;}
.quiet-benefit h2{font-size:calc(17px * 2);
  line-height:1.14;}
.quiet-benefit h3{font-size:calc(17px * 1.35);
  line-height:1.24;}
.quiet-benefit p{font-size:17px;
  line-height:1.76;}
.quiet-benefit .wide-details{font-size:calc(17px * .875);
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:#3a3career;
  padding-bottom:calc(1.5rem / 3);
  border-bottom:1px solid var(--mark-content);
  margin-bottom:1.5rem;}
.quiet-benefit .secondary-service{margin-top:1.5rem;
  max-width:100%;}
.quiet-benefit .soft-benefit{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:var(--state-public);
  border-top:1px solid var(--mark-content);}
.quiet-benefit .open-panel{min-width:0;
  padding:calc(0.68rem * 1.5) 0;
  border-bottom:1px solid var(--mark-content);}
.quiet-benefit .open-panel p{margin-top:calc(1.5rem / 3);}
.quiet-benefit .offer-form{margin-top:var(--state-public);
  font-size:calc(17px * .875);
  color:#3a3career;}
.quiet-benefit .offer-form a{color:#1f2a44;
  text-decoration:underline;
  text-underline-offset:3px;}
.quiet-benefit .offer-form a:hover{color:inherit;}
@media (min-width:760px){.quiet-benefit .open-panel{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);
    gap:0.68rem;
    align-items:start;
  }.quiet-benefit .open-panel p{
    margin-top:0;
  }
}
.local-list{
  --state-public:calc(1.5rem * 1.15);
  padding:calc(1.5rem * 2.4) 1.05rem;
  background:#efe4cc;
  color:#3a3career;
}
.local-list .quiet-view{
  max-width:1020px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--state-public);
}
.local-list h2,
.local-list h3,
.local-list p{
  margin:0;
}
.local-list h2{
  font-size:calc(17px * 2);
  line-height:1.14;
}
.local-list h3{
  font-size:calc(17px * 1.35);
  line-height:1.22;
}
.local-list p{
  font-size:17px;
  line-height:1.76;
}
.local-list .local-items{
  display:flex;
  flex-direction:column;
  gap:calc(0.68rem * 1.5);
  border-bottom:1px solid var(--surface-soft);
  padding-bottom:calc(0.68rem * 1.5);
}
.local-list .secondary-service{
  font-size:calc(17px * 1.125);
  line-height:1.6;
}
.local-list .service-entries{
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75);
}
.local-list .open-panel{
  flex:1 1 260px;
  min-width:0;
  padding:calc(1.5rem * .75);
  background:var(--paint-soft);
  color:var(--ink-deep);
  border:1px solid var(--surface-soft);
  border-radius:0.37rem;
  display:flex;
  flex-direction:column;
  gap:calc(calc(0.68rem * 1.5) / 2);
}
.local-list .open-panel .strong-copy{
  font-size:calc(17px * .875);
  letter-spacing:0.02em;
}
.local-list .open-panel .offer-intro{
  margin-top:auto;
  align-self:flex-start;
  font-size:calc(17px * .875);
  text-decoration:none;
  border-bottom:1px solid #b8532f;
  padding-bottom:2px;
  transition:color 300ms var(--ease-slow),border-color 300ms var(--ease-slow);
}
.local-list .open-panel .offer-intro:hover{
  border-color:#b8532f;
}
.local-list .wide-details{
  font-size:calc(17px * .875);
  padding-top:calc(0.68rem * 1.5);
  border-top:1px solid var(--surface-soft);
}
.local-list .wide-details a{
  text-decoration:none;
  border-bottom:1px solid #b8532f;
}
.local-list .wide-details a:hover{
  border-color:#b8532f;
}
@media (max-width:640px){.local-list .service-entries{
    flex-direction:column;
  }
}
.fresh-service{padding:calc(1.5rem * 2.4) 1.05rem;background:#b8532f;color:#fdf6e9}
.fresh-service .quiet-view{max-width:1020px;margin:0 auto}
.fresh-service .fresh-method{display:flex;align-items:flex-end;justify-content:space-between;gap:calc(0.68rem * 1.5);margin-bottom:calc(0.68rem * 1.5);flex-wrap:wrap}
.fresh-service .fresh-method>p{margin:0;font-size:calc(17px * 1.125);line-height:1.76;flex:1 1 22rem}
.fresh-service h2{margin:0;font-size:calc(17px * 2.65);line-height:1.05;text-align:right;flex:0 1 auto}
.fresh-service .simple-header{display:grid;grid-template-columns:minmax(11rem,.32fr) minmax(0,1fr);gap:calc(0.68rem * 1.5);border-top:1px solid rgba(253,246,233,.28);padding-top:calc(0.68rem * 1.5)}
.fresh-service .focused-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}
.fresh-service button{padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.5;transition:opacity 300ms var(--ease-slow)}
.fresh-service button:hover{opacity:.8}
.fresh-service button.is-active{opacity:1;text-decoration:underline;text-underline-offset:.28em}
.fresh-service [data-mission-meaning]{display:none}
.fresh-service [data-mission-meaning].is-active{display:block}
.fresh-service h3{margin:0;font-size:calc(17px * 2);line-height:1.15}
.fresh-service [data-mission-meaning] p{margin:1.5rem 0;line-height:1.76}
.fresh-service [data-mission-meaning] strong{display:block;font-size:calc(17px * .875);font-weight:600;letter-spacing:.01em}
@media(max-width:700px){.fresh-service .fresh-method{display:block}.fresh-service h2{margin-top:1.5rem;text-align:left}.fresh-service .simple-header{display:block}.fresh-service .focused-wrap{margin-bottom:calc(0.68rem * 1.5)}
}
.media-list{padding:calc(1.5rem * 2.4) 1.05rem;background:#efe4cc;color:#3a3career;}
.media-list .quiet-view{max-width:1020px;margin:0 auto;}
.media-list .primary-flow{margin-bottom:calc(0.68rem * 1.5);}
.media-list .primary-flow p{margin:0;font-size:calc(17px * .875);letter-spacing:0.06em;text-transform:uppercase;}
.media-list .primary-flow h2{margin:0.4rem 0 0.6rem;font-size:calc(17px * 2);line-height:1.2;}
.media-list .primary-flow span{display:block;font-size:17px;line-height:1.76;}
.media-list .contact-entries{display:flex;flex-direction:column;gap:calc(0.68rem * 1.5);}
.media-list .secondary-service{margin:0;font-size:calc(17px * 1.125);line-height:1.6;}
.media-list .soft-benefit{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.media-list .open-panel{padding:1.5rem 1.05rem;border:1px solid var(--surface-soft);border-radius:0.37rem;background:var(--paint-soft);color:var(--ink-deep);}
.media-list .secondary-tile{display:flex;align-items:baseline;gap:0.68rem;margin-bottom:0.35rem;}
.media-list .secondary-tile strong{font-size:calc(17px * .875);letter-spacing:0.05em;text-transform:uppercase;color:#b8532f;}
.media-list .open-panel h3{margin:0 0 0.4rem;font-size:calc(17px * 1.35);line-height:1.3;}
.media-list .open-panel p{margin:0 0 0.6rem;}
.media-list .open-panel blockquote{margin:0;padding:0.5rem 0.75rem;border-left:3px solid #b8532f;background:#efe4cc;color:#3a3career;font-style:italic;}
.media-list .wide-details{margin:0;font-size:calc(17px * .875);}
.media-list .wide-details a{color:#1f2a44;text-decoration:underline;}
.media-list .wide-details a:hover{color:#b8532f;}
@media (min-width:760px){.media-list .soft-benefit{display:grid;grid-template-columns:repeat(2,1fr);gap:0.68rem;}
    }
.secondary-details{--state-public:calc(1.5rem * 1.35);padding:calc(1.5rem * 2.4) 1.05rem;background:#1f2a44;color:#f6efdf;}
.secondary-details .quiet-view{max-width:1020px;margin:0 auto;display:flex;flex-direction:column;gap:var(--state-public);}
.secondary-details h2,.secondary-details h3,.secondary-details p{margin:0;}
.secondary-details h2{font-size:calc(17px * 2);line-height:1.14;}
.secondary-details h3{font-size:calc(17px * 1.35);line-height:1.22;}
.secondary-details p{font-size:17px;line-height:1.76;color:color-mix(in srgb, currentColor 78%, transparent);}
.secondary-details .secondary-service{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.secondary-details .soft-benefit{display:flex;flex-direction:column;gap:calc(var(--state-public) * .85);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);padding-top:var(--state-public);}
.secondary-details .open-panel{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem / 3);padding-bottom:calc(var(--state-public) * .6);border-bottom:1px solid color-mix(in srgb, currentColor 14%, transparent);}
.secondary-details .open-panel:last-child{border-bottom:0;padding-bottom:0;}
.secondary-details .wide-details{margin-top:calc(var(--state-public) * .4);padding-top:calc(0.68rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);font-size:calc(17px * .875);}
@media (min-width:760px){.secondary-details .open-panel{grid-template-columns:minmax(0,0.42fr) minmax(0,1fr);gap:1.05rem;align-items:start;}.secondary-details .open-panel h3{margin-top:0;}
}
.steady-inner{--state-public:calc(1.5rem * 1.19);padding:calc(1.5rem * 2.4) 1.05rem;background:#f6efdf;color:#1f2a44;}
.steady-inner .quiet-view{max-width:1020px;margin:0 auto;display:flex;flex-direction:column;gap:var(--state-public);}
.steady-inner h2,.steady-inner h3,.steady-inner p{margin:0;}
.steady-inner h2{font-size:calc(17px * 2);line-height:1.12;}
.steady-inner h3{font-size:calc(17px * 1.35);line-height:1.2;}
.steady-inner p{font-size:17px;line-height:1.76;}
.steady-inner .local-items{display:flex;flex-wrap:wrap;gap:0.68rem;align-items:flex-start;}
.steady-inner .local-items>h2{flex:1 1 calc(1020px / 3);min-width:0;}
.steady-inner .local-items>.secondary-service{flex:1 1 calc(1020px / 3);min-width:0;color:#3a3career;}
.steady-inner .soft-benefit{display:flex;flex-wrap:wrap;gap:var(--state-public);}
.steady-inner .open-panel{flex:1 1 calc(1020px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.37rem;background:var(--paint-soft);color:var(--ink-deep);border:1px solid var(--surface-soft);display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.steady-inner .open-panel p{color:#3a3career;}
.steady-inner .offer-form{color:#1f2a44;text-decoration:none;font-size:calc(17px * .875);border-bottom:1px solid var(--surface-soft);width:max-content;max-width:100%;}
.steady-inner .offer-form:hover{color:inherit;border-bottom-color:#b8532f;}
.steady-inner .wide-details{font-size:calc(17px * .875);color:#3a3career;}
.steady-inner .wide-details a{color:#1f2a44;text-decoration:underline;}
.steady-inner .wide-details a:hover{color:inherit;}
.compact-lead{padding:calc(1.5rem * 2.4) 1.05rem;background:#1f2a44;color:#f6efdf}
.compact-lead .quiet-view{max-width:1020px;margin:0 auto}
.compact-lead h2{margin:0;font-size:calc(17px * 2);line-height:1.08;letter-spacing:-0.01em}
.compact-lead .secondary-service{margin:calc(0.68rem * 1.5) 0 0;font-size:calc(17px * 1.125);line-height:1.76}
.compact-lead .focused-team{display:flex;flex-direction:column;gap:0;margin:calc(0.68rem * 1.5) 0 0;padding:0;list-style:none;border-top:1px solid rgba(246,239,223,0.22)}
.compact-lead .focused-team>li{padding:1.5rem 0;border-bottom:1px solid rgba(246,239,223,0.22)}
.compact-lead .focused-team>li:nth-child(even){padding-left:calc(1.5rem * .75)}
.compact-lead h3{margin:0;font-size:calc(17px * 1.35);line-height:1.2}
.compact-lead .focused-team p{margin:calc(1.5rem * .75) 0 0;line-height:1.76}
@media(max-width:720px){.compact-lead .focused-team>li:nth-child(even){padding-left:0}
}
.wide-inner{--state-public:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.05rem;background:#1f2a44;color:#f6efdf;}
.wide-inner .quiet-view{max-width:1020px;margin:0 auto;display:flex;flex-direction:column;gap:var(--state-public);}
.wide-inner h2,.wide-inner h3,.wide-inner p{margin:0;}
.wide-inner h2{font-size:calc(17px * 2);line-height:1.12;}
.wide-inner h3{font-size:calc(17px * 1.35);line-height:1.2;}
.wide-inner p{font-size:17px;line-height:1.76;color:color-mix(in srgb, currentColor 76%, transparent);}
.wide-inner .secondary-service{font-size:calc(17px * 1.125);}
.wide-inner .soft-benefit{display:flex;flex-direction:column;gap:calc(0.68rem * 1.5);}
.wide-inner .open-panel{display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding-top:calc(0.68rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.wide-inner .open-panel:first-child{padding-top:0;border-top:0;}
.wide-inner .offer-intro{width:max-content;max-width:100%;font-size:calc(17px * .875);text-decoration:underline;text-underline-offset:3px;color:inherit;}
.wide-inner .offer-intro:hover{}
.wide-inner .wide-details{font-size:calc(17px * .875);padding-top:calc(0.68rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.quiet-unit{--state-public:calc(1.5rem * 1.12);padding:calc(1.5rem * 2.4) 1.05rem;background:#efe4cc;color:#3a3career;}
.quiet-unit .quiet-view{max-width:1020px;margin:0 auto;}
.quiet-unit h1,.quiet-unit h2,.quiet-unit h3,.quiet-unit p{margin:0;}
.quiet-unit h2{font-size:calc(17px * 2);line-height:1.12;}
.quiet-unit h3{font-size:calc(17px * 1.35);line-height:1.22;}
.quiet-unit p{font-size:17px;line-height:1.76;}
.quiet-unit a{color:#1f2a44;text-decoration:none;border-bottom:1px solid currentColor;}
.quiet-unit a:hover{color:#b8532f;}
.quiet-unit .wide-details{font-size:calc(17px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#b8532f;}
.quiet-unit .secondary-service{margin-top:calc(1.5rem / 2);}
.quiet-unit .service-feature{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.24rem;background:#1f2a44;color:#f6efdf;border-bottom:none;}
.quiet-unit .service-feature:hover{background:#2c3a5c;color:#f6efdf;}
.quiet-unit .soft-benefit{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.68rem;margin-top:var(--state-public);}
.quiet-unit .open-panel{flex:1 1 calc(1020px / 3.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--surface-soft);}
.quiet-unit .open-panel p{margin-top:calc(1.5rem / 3);}
.quiet-unit .offer-form{margin-top:var(--state-public);font-size:calc(17px * .875);}
.quiet-unit .quiet-inner{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.68rem;}
.quiet-unit .quiet-inner>.fresh-method{flex:1 1 auto;min-width:0;}
.quiet-unit .quiet-inner>.service-feature{flex:0 0 auto;}
.quiet-unit .quiet-inner>.soft-benefit{flex:1 1 100%;}
.quiet-unit .quiet-inner>.offer-form{flex:1 1 100%;}
.quiet-unit .fresh-method h2{margin-top:calc(1.5rem / 2);}
@media (max-width:640px){.quiet-unit .quiet-inner>.service-feature{flex:1 1 100%;}
}
.contact-frame{
  position: relative;
  padding: calc(1.5rem * 2.4) 1.05rem;
  background: #f6efdf;
  color: #1f2a44;
}
.contact-frame .quiet-view{display: flex;
  flex-direction: column;
  max-width: 1020px;
  margin: 0 auto;
  gap: calc(0.68rem * 1.5);}
.contact-frame .direct-items h2{margin: 0;
  font-size: calc(17px * 2);
  line-height: 1.15;}
.contact-frame .direct-items p{margin: 1.5rem 0 0;
  font-size: calc(17px * 1.125);
  line-height: 1.76;}
.contact-frame .wide-method{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--surface-soft);}
.contact-frame .local-headline,
.contact-frame .process{flex: 1 1 18rem;
  min-width: 0;}
.contact-frame .local-headline p,
.contact-frame .process p{margin: 0 0 calc(1.5rem * .75);
  line-height: 1.76;}
.contact-frame .local-headline .secondary-tile,
.contact-frame .process .secondary-tile{font-size: calc(17px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.contact-frame .wide-details{font-size: calc(17px * .875);}
.contact-frame .process a{display: block;
  font-size: calc(17px * 1.125);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  overflow-wrap: anywhere;}
.contact-frame .process a:hover{}
.contact-frame .visual-flow{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-top: 1.5rem;
  border-top: 1px solid var(--surface-soft);}
.contact-frame .visual-flow .offer-headline{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.68rem;}
.contact-frame .visual-flow .text-media{flex: 0 0 11rem;
  font-size: calc(17px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.contact-frame .visual-flow p{flex: 1 1 16rem;
  margin: 0;
  line-height: 1.76;}
.contact-frame .visual-flow a{text-underline-offset: 0.2em;}
.contact-frame .visual-flow a:hover{}
@media (max-width: 720px) {.contact-frame .wide-method{
    flex-direction: column;
  }.contact-frame .visual-flow .text-media{
    flex-basis: 100%;
  }
}
.plain-lead{
  --state-public:calc(1.5rem * 1.05);
  --mark-content:1px solid var(--surface-soft);
  padding:calc(1.5rem * 2.4) 1.05rem;
  background:#f6efdf;
  color:#1f2a44;
}
.plain-lead .quiet-view{max-width:1020px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--state-public);}
.plain-lead h2,
.plain-lead h3,
.plain-lead p{margin:0;}
.plain-lead h2{font-size:calc(17px * 2);
  line-height:1.14;
  letter-spacing:.005em;}
.plain-lead h3{font-size:calc(17px * 1.35);
  line-height:1.24;}
.plain-lead p{font-size:17px;
  line-height:1.76;}
.plain-lead .local-items{display:flex;
  flex-direction:column;
  gap:calc(calc(0.68rem * 1.5) * .6);
  padding-bottom:calc(0.68rem * 1.5);
  border-bottom:var(--mark-content);}
.plain-lead .secondary-service{font-size:calc(17px * 1.125);
  color:#3a3career;}
.plain-lead .active-actions{display:flex;
  flex-direction:column;}
.plain-lead .open-panel{display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:calc(calc(0.68rem * 1.5) * .5);
  padding:calc(0.68rem * 1.5) 0;
  border-bottom:var(--mark-content);}
.plain-lead .open-panel:last-child{border-bottom:none;}
.plain-lead .open-panel p{color:#3a3career;}
.plain-lead a{color:#1f2a44;
  text-decoration:underline;
  text-underline-offset:3px;}
.plain-lead a:hover{color:inherit;}
.plain-lead .offer-form{padding-top:calc(0.68rem * 1.5);
  border-top:var(--mark-content);
  font-size:calc(17px * .875);
  color:#3a3career;}
@media (min-width:760px){.plain-lead .open-panel{
    grid-template-columns:minmax(0,0.9fr) minmax(0,1.6fr);
    gap:1.5rem;
    align-items:start;
  }.plain-lead .open-panel h3{
    padding-right:calc(0.68rem * 1.5);
  }
}
.main-grid{
  padding:calc(1.5rem * 2.4) 1.05rem;
  background:#b8532f;
  color:#fdf6e9;
}
.main-grid .quiet-view{max-width:1020px;
  margin:0 auto;}
.main-grid .wide-intro{display:flex;
  gap:calc(0.68rem * 1.5);
  align-items:flex-start;}
.main-grid .secondary-service{flex:0 1 30rem;
  min-width:0;
  position:sticky;
  top:1.5rem;}
.main-grid h2{margin:0;
  font-size:calc(17px * 2.65);
  line-height:1.08;}
.main-grid .secondary-service p{margin:1.5rem 0 0;
  font-size:calc(17px * 1.125);
  line-height:1.76;}
.main-grid .soft-benefit{flex:1 1 42rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  border-top:1px solid color-mix(in srgb,#fdf6e9 28%,transparent);}
.main-grid .open-panel{padding:1.5rem 0;
  border-bottom:1px solid color-mix(in srgb,#fdf6e9 28%,transparent);}
.main-grid strong{display:block;
  font-size:calc(17px * 1.35);
  line-height:1.2;}
.main-grid .open-panel p{margin:calc(1.5rem * .75) 0 0;
  line-height:1.76;}
@media(max-width:780px){.main-grid .wide-intro{display:block}.main-grid .secondary-service{position:static}.main-grid .soft-benefit{margin-top:calc(0.68rem * 1.5)}.main-grid h2{font-size:calc(17px * 2)}
}
.service-menu{
        color: #1f2a44;
        background: #f6efdf;
        padding: calc(1.5rem * 2.4) 1.05rem;
    }
.service-menu .c{max-width: 1020px;
        margin: 0 auto;
        display: grid;
        gap: calc(0.68rem * 1.5);}
@media (min-width: 1024px) {.service-menu .c{
            grid-template-columns: minmax(0, 1fr) 280px;
            align-items: start;
        }
    }
.service-menu .bottom-surface{margin-bottom: calc(0.68rem * 1.5);
        border-bottom: 1px solid var(--surface-soft);
        padding-bottom: calc(0.68rem * 1.5);}
.service-menu h1{font-size: calc(17px * 2.65);
        line-height: 1.15;
        margin: 0 0 0.6rem;}
.service-menu .text-items{font-size: calc(17px * 1.125);
        margin: 0 0 1rem;}
.service-menu .strong-copy{display: flex;
        flex-wrap: wrap;
        gap: 1.2rem;
        font-size: calc(17px * .875);}
.service-menu .text-callout{line-height: 1.76;}
.service-menu .text-callout h2{font-size: calc(17px * 1.35);
        margin: 1.8rem 0 0.6rem;}
.service-menu .text-callout p{margin: 0 0 1rem;}
.service-menu .offer-form{margin-top: calc(0.68rem * 1.5);
        padding-top: calc(0.68rem * 1.5);
        border-top: 1px solid var(--surface-soft);
        display: flex;
        flex-direction: column;
        gap: 0.5rem;}
.service-menu .offer-form a{text-decoration: none;
        font-size: 17px;}
.service-menu .offer-form a:hover{text-decoration: underline;}
.service-menu .clear-block{
        background: var(--paint-soft);
        color: var(--ink-deep);
        border: 1px solid var(--surface-soft);
        border-radius: 0.5rem;
        padding: calc(1.5rem * .75);
        box-shadow: 0 0px 2px rgba(0,0,0,0.08);
    }
.service-menu .clear-block h3{margin: 0 0 0.9rem;
        font-size: calc(17px * 1.35);}
.service-menu .soft-benefit{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0.6rem;}
.service-menu .soft-benefit a{text-decoration: none;}
.service-menu .soft-benefit a:hover{text-decoration: underline;}
.local-story{
        color:#1f2a44;
        background:#f6efdf;
        padding:calc(1.5rem * 2.4) 1.05rem;
    }
.local-story .c{max-width:1020px;
        margin:0 auto;
        display:grid;
        gap:calc(0.68rem * 1.5);}
@media (min-width: 1024px){.local-story .c{
            grid-template-columns:minmax(0,1fr) 280px;
            align-items:start;
        }
    }
.local-story .bottom-surface{margin-bottom:calc(0.68rem * 1.5);
        border-bottom:1px solid var(--surface-soft);
        padding-bottom:calc(1.5rem * .75);}
.local-story h1{font-size:calc(17px * 2.65);
        line-height:1.2;
        margin:0 0 0.68rem;}
.local-story .proof{font-size:calc(17px * 1.125);
        margin:0 0 calc(1.5rem * .75);}
.local-story .strong-copy{display:flex;
        flex-wrap:wrap;
        gap:0.68rem;
        font-size:calc(17px * .875);}
.local-story .text-callout{line-height:1.76;}
.local-story .text-callout p{margin:0 0 calc(1.5rem * .75);}
.local-story .text-callout h2{font-size:calc(17px * 1.35);
        margin:calc(0.68rem * 1.5) 0 0.68rem;}
.local-story .offer-form{display:flex;
        flex-wrap:wrap;
        gap:0.68rem;
        margin-top:calc(0.68rem * 1.5);
        padding-top:calc(1.5rem * .75);
        border-top:1px solid var(--surface-soft);}
.local-story .offer-form a{text-decoration:none;
        border-bottom:1px solid #b8532f;
        padding-bottom:2px;
        font-size:calc(17px * .875);}
.local-story .offer-form a:hover{}
.local-story .clear-block{
        background:var(--paint-soft);
        color:var(--ink-deep);
        border:1px solid var(--surface-soft);
        border-radius:0.5rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 0px 2px rgba(0,0,0,0.08);
    }
.local-story .clear-block h3{font-size:17px;
        margin:0 0 0.68rem;}
.local-story .soft-benefit{display:flex;
        flex-direction:column;
        gap:0.68rem;}
.local-story .open-panel{display:flex;
        flex-direction:column;
        gap:2px;
        padding-bottom:0.68rem;
        border-bottom:1px solid var(--surface-soft);}
.local-story .open-panel:last-child{border-bottom:0;
        padding-bottom:0;}
.local-story .open-panel a{text-decoration:none;
        font-size:calc(17px * .875);}
.local-story .open-panel a:hover{text-decoration:underline;}
.local-story .wide-details{font-size:calc(17px * .875);}
.soft-contact{
    color:#1f2a44;
    background:#f6efdf;
    padding:calc(1.5rem * 2.4) 1.05rem;
}
.soft-contact .c{max-width:1020px;
    margin:0 auto;
    display:grid;
    gap:calc(0.68rem * 1.5);}
@media (min-width:1024px){.soft-contact .c{
        grid-template-columns:minmax(0,1fr) 280px;
        align-items:start;
    }
}
.soft-contact .bottom-surface{margin-bottom:calc(0.68rem * 1.5);
    border-bottom:1px solid var(--surface-soft);
    padding-bottom:calc(1.5rem * .75);}
.soft-contact h1{font-size:calc(17px * 2.65);
    line-height:1.2;
    margin:0 0 0.6rem;}
.soft-contact .text-items{font-size:calc(17px * 1.125);
    margin:0 0 0.9rem;}
.soft-contact .strong-copy{display:flex;
    flex-wrap:wrap;
    gap:0.68rem;
    font-size:calc(17px * .875);}
.soft-contact .text-callout{line-height:1.76;}
.soft-contact .text-callout p{margin:0 0 1rem;}
.soft-contact .text-callout h2{font-size:calc(17px * 1.35);
    margin:1.6rem 0 0.7rem;}
.soft-contact .offer-form{display:flex;
    flex-wrap:wrap;
    gap:0.68rem;
    margin-top:calc(1.5rem * .75);
    padding-top:calc(1.5rem * .75);
    border-top:1px solid var(--surface-soft);}
.soft-contact .offer-form a{text-decoration:none;
    font-size:calc(17px * .875);
    border-bottom:1px solid #1f2a44;
    padding-bottom:1px;}
.soft-contact .offer-form a:hover{border-bottom-color:#b8532f;}
.soft-contact .primary-links{
    background:var(--paint-soft);
    color:var(--ink-deep);
    border:1px solid var(--surface-soft);
    border-radius:0.5rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 0px 2px rgba(0,0,0,0.08);
}
.soft-contact .primary-links h3{margin:0 0 0.9rem;
    font-size:17px;}
.soft-contact .open-menu{display:flex;
    flex-direction:column;
    gap:0.6rem;}
.soft-contact .primary-links a{text-decoration:none;
    font-size:calc(17px * .875);
    line-height:1.5;}
.soft-contact .primary-links a:hover{text-decoration:underline;}
.secondary-shell{
  background:#f6efdf;
  color:#1f2a44;
  padding:calc(1.5rem * 2.4) 1.05rem;
}
.secondary-shell .quiet-view{max-width:min(1020px,52rem);
  margin:0 auto;}
.secondary-shell .clear-note{display:flex;
  flex-direction:column;
  gap:1.5rem;}
.secondary-shell .local-items{display:flex;
  flex-direction:column;
  gap:calc(0.68rem * 1.5);}
.secondary-shell h2{margin:0;
  font-size:clamp(calc(17px * 2),4.4vw,calc(17px * 2.65));
  line-height:1.1;}
.secondary-shell .local-items p{margin:0;
  font-size:calc(17px * 1.125);
  line-height:1.65;
  color:#3a3career;}
.secondary-shell .primary-panel{display:flex;
  flex-wrap:wrap;
  gap:calc(0.68rem * 1.5) 0.68rem;}
.secondary-shell .strong-method{flex:1 1 16rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .4);}
.secondary-shell .clear-flow{flex:1 1 100%;}
.secondary-shell label{font-size:calc(17px * .875);
  letter-spacing:.02em;
  color:#3a3career;}
.secondary-shell input,
.secondary-shell textarea{
  width:100%;
  box-sizing:border-box;
  border:1px solid var(--surface-soft);
  border-radius:0.24rem;
  background:var(--paint-soft);
  color:var(--ink-deep);
  padding:calc(1.5rem * .75);
  font:inherit;
  line-height:1.5;
}
.secondary-shell textarea{resize:vertical;
  min-height:6rem;}
.secondary-shell input::placeholder,
.secondary-shell textarea::placeholder{color:rgba(255,255,255,0.55);}
.secondary-shell input:focus,
.secondary-shell textarea:focus{outline:2px solid #b8532f;
  outline-offset:1px;}
.secondary-shell .page-visual{flex:1 1 100%;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:0.68rem;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid var(--surface-soft);}
.secondary-shell .page-visual span{flex:1 1 20rem;
  min-width:0;
  color:#3a3career;
  line-height:1.55;}
.secondary-shell button{
  border:0;
  border-radius:0.37rem;
  background:#b8532f;
  color:#fdf6e9;
  padding:calc(1.5rem * .75) 0.68rem;
  font:inherit;
  font-weight:700;
  cursor:pointer;
  transition:background 300ms var(--ease-slow);
}
.secondary-shell button:hover{
  background:#96411f;color:var(--ink-deep);}
@media (max-width:640px) {.secondary-shell .page-visual{ align-items:flex-start; flex-direction:column; }
}
.clear-service{padding:calc(1.5rem * 2.4) 1.05rem;background:linear-gradient(180deg, #f6efdf 0%, #efe4cc 100%);color:#1f2a44}
.clear-service .quiet-view{max-width:1020px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(0.68rem * 1.5);align-items:stretch}
.clear-service .fresh-method{flex:1 1 22rem;display:flex;flex-direction:column;gap:0.68rem;padding:calc(1.5rem * .75);border-radius:0.5rem;background:var(--paint-soft);color:var(--ink-deep);border:1px solid var(--surface-soft)}
.clear-service h2{margin:0;font-size:calc(17px * 2);line-height:1.15}
.clear-service .fresh-method>p{margin:0;font-size:17px;line-height:1.76}
.clear-service .content-summary{display:flex;flex-direction:column;gap:0.68rem;margin-top:calc(1.5rem * .75)}
.clear-service .local-media{padding-top:0.68rem;border-top:1px solid var(--surface-soft)}
.clear-service .local-media:first-child{padding-top:0;border-top:0}
.clear-service .local-media span{display:block;font-size:calc(17px * .875);text-transform:uppercase;letter-spacing:.04em}
.clear-service .local-media strong{display:block;margin-top:calc(0.68rem * .35);font-size:17px;font-weight:600;white-space:pre-line}
.clear-service .local-media strong a{text-decoration:none;border-bottom:1px solid var(--surface-soft)}
.clear-service .local-media strong a:hover{border-bottom-color:#b8532f}
.clear-service .soft-intro{flex:1 1 26rem;min-height:clamp(22rem,42vw,34rem);border-radius:0.5rem;overflow:hidden;border:1px solid var(--surface-soft);box-shadow:0 0px 2px rgba(0,0,0,0.08);background:#efe4cc;color:#3a3career;}
.clear-service iframe{display:block;width:100%;height:100%;border:0}
@media (max-width:820px){.clear-service .soft-intro{min-height:22rem}}
.page-stack{
  padding: calc(1.5rem * 2.4) 1.05rem;
  background: #f6efdf;
  color: #1f2a44;
}
.page-stack .page-note{width: min(100%, calc(1020px * .68));
  margin: 0 auto;}
.page-stack h2{margin: 0;
  font-size: calc(17px * 2);
  line-height: 1.1;
  letter-spacing: -0.01em;}
.page-stack .secondary-service{margin: 1.5rem 0 calc(0.68rem * 1.5);
  font-size: calc(17px * 1.125);
  line-height: 1.76;}
.page-stack .narrow-contact{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--surface-soft);
  border-bottom: 1px solid var(--surface-soft);}
.page-stack .narrow-contact p{flex: 1 1 16rem;
  margin: 0;
  min-width: 0;}
.page-stack .narrow-contact span{display: block;
  margin-bottom: calc(1.5rem * .75);
  color: #3a3career;
  font-size: calc(17px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.page-stack .narrow-contact a{color: #1f2a44;
  font-size: calc(17px * 1.35);
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;}
.page-stack .narrow-contact a:hover{color:inherit;}
.page-stack .clear-actions{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 1.5rem 0;}
.page-stack .clear-actions > div{flex: 1 1 18rem;
  min-width: 0;}
.page-stack .clear-actions strong{display: block;
  font-size: calc(17px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #3a3career;}
.page-stack .clear-actions p{margin: calc(1.5rem * .75) 0 0;
  line-height: 1.76;}
.page-stack ul{display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--surface-soft);
  list-style: none;}
.page-stack li{min-width: 0;
  border-bottom: 1px solid var(--surface-soft);}
.page-stack li a{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.68rem;
  padding: calc(0.68rem * 1.5) 0;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;}
.page-stack li a:hover{color:inherit;}
.page-stack li span{color: #3a3career;
  font-size: calc(17px * .875);}
@media (max-width: 560px) {.page-stack .narrow-contact,
  .page-stack .clear-actions{
    display: block;
  }.page-stack .narrow-contact p + p,
  .page-stack .clear-actions > div + div{
    margin-top: 1.5rem;
  }.page-stack li a{
    display: block;
  }.page-stack li span{
    display: block;
    margin-top: calc(1.5rem * .75);
  }
}
.open-method{
  padding:calc(1.5rem * 2.4) 1.05rem;
  background:#f6efdf;
  color:#1f2a44;
}
.open-method .direct-rail{max-width:min(1020px,64rem);
  margin:0 auto;}
.open-method h2{margin:0;
  font-size:calc(17px * 2.65);
  line-height:1.08;
  letter-spacing:-0.01em;}
.open-method .main-copy{margin:1.5rem 0 calc(0.68rem * 1.5);
  font-size:calc(17px * 1.125);
  line-height:1.65;}
.open-method .clear-actions{display:flex;
  flex-direction:column;
  border-top:1px solid var(--surface-soft);}
.open-method .wide-details{padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid var(--surface-soft);}
.open-method .wide-details h3{margin:0 0 calc(1.5rem * .75);
  font-size:calc(17px * 1.35);
  line-height:1.25;}
.open-method .wide-details p{margin:0;
  line-height:1.72;}
@media (min-width:48rem){.open-method .wide-details{
    display:grid;
    grid-template-columns:minmax(14rem,20rem) 1fr;
    gap:calc(0.68rem * 1.5);
    align-items:start;
  }.open-method .wide-details h3{
    margin:0;
  }
}
.compact-figure{padding:calc(1.5rem * 2.4) 1.05rem;background:#1f2a44;color:#f6efdf}
.compact-figure .fresh-method{max-width:min(1020px,58rem);margin:0 auto}
.compact-figure h2{margin:0;font-size:calc(17px * 2.65);line-height:1.08;letter-spacing:-0.01em}
.compact-figure .local-items{margin:1.5rem 0 calc(0.68rem * 1.5);font-size:calc(17px * 1.125);line-height:1.6;color:color-mix(in srgb,currentColor 74%,transparent)}
.compact-figure .local-details{padding:calc(1.5rem * .75) 0;border-top:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.compact-figure .local-details:first-of-type{border-top:0;padding-top:calc(0.68rem * 1.5)}
.compact-figure .local-details:last-child{padding-bottom:0}
.compact-figure h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17px * 1.35);line-height:1.25}
.compact-figure .local-details p{margin:0;color:color-mix(in srgb,currentColor 74%,transparent)}
@media (max-width:640px){.compact-figure h2{font-size:calc(17px * 2)}.compact-figure .local-items{font-size:17px}
}
.wide-proof{
  padding: calc(1.5rem * 2.4) 1.05rem;
  background: #f6efdf;
  color: #1f2a44;
}
.wide-proof .quiet-view{max-width: 1020px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.68rem * 1.5);}
.wide-proof .direct-entries{
  padding: calc(1.5rem * .75);
  border-radius: 0.5rem;
  background: #1f2a44;
  color: #f6efdf;
  border-left: 3px solid #b8532f;
}
.wide-proof .direct-entries .text-brand{
  display: inline-block;
  font-size: calc(17px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #b8532f;
  background: #f6efdf;
  padding: 0.15rem 0.5rem;
  border-radius: 0.24rem;
}
.wide-proof h2{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17px * 2);
  line-height: 1.12;}
.wide-proof .direct-entries p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17px * 1.125);
  line-height: 1.76;}
.wide-proof .content-summary{display: flex;
  flex-wrap: wrap;
  gap: 0.68rem;}
.wide-proof .content-summary .open-panel{
  flex: 1 1 240px;
  padding: calc(1.5rem * .75);
  border-radius: 0.37rem;
  background: var(--paint-soft);
  color: var(--ink-deep);
  border: 1px solid var(--surface-soft);
}
.wide-proof .content-summary .open-panel.contact{flex-basis: 100%;}
.wide-proof .content-summary strong{display: block;
  font-size: calc(17px * 1.35);
  margin-bottom: calc(1.5rem * .75);}
.wide-proof .content-summary p{margin: 0 0 0.5rem;
  line-height: 1.76;}
.wide-proof .content-summary p.note{margin-bottom: 0;
  font-size: calc(17px * .875);}
.wide-proof a{text-decoration: underline;
  text-underline-offset: 2px;}
.wide-proof a:hover{}
.wide-proof .offer-form{margin: 0;
  font-size: calc(17px * .875);}
@media (max-width: 760px) {.wide-proof .content-summary{
    flex-direction: column;
  }
}
.secondary-benefit{
  --state-public:calc(1.5rem * 1.05);
  --layer-static:calc(1020px / 1.9);
  padding:calc(1.5rem * 2.4) 1.05rem;
  background:#f6efdf;
  color:#1f2a44;
}
.secondary-benefit .quiet-view{max-width:1020px;
  margin:0 auto;}
.secondary-benefit .contact-entries{display:flex;
  flex-direction:column;
  gap:var(--state-public);
  max-width:var(--layer-static);}
.secondary-benefit h2{margin:0;
  font-size:calc(17px * 2);
  line-height:1.14;}
.secondary-benefit p{margin:0;
  font-size:17px;
  line-height:1.76;}
.secondary-benefit .secondary-service{font-size:calc(17px * 1.125);}
.secondary-benefit .fresh-method{color:#3a3career;}
.secondary-benefit .offer-form{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.68rem 1.5rem;
  margin-top:calc(0.68rem * 1.5);}
.secondary-benefit a{text-decoration:none;}
.secondary-benefit .service-feature{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.24rem;
  background:#1f2a44;
  color:#f6efdf;
  font-size:17px;
  transition:background 300ms var(--ease-slow);
}
.secondary-benefit .service-feature:hover{
  background:#2c3a5c;color:var(--ink-deep);}
.secondary-benefit .clear-block{color:#1f2a44;
  font-size:calc(17px * .875);
  border-bottom:1px solid var(--surface-soft);
  padding-bottom:2px;
  transition:color 300ms var(--ease-slow),border-color 300ms var(--ease-slow);}
.secondary-benefit .clear-block:hover{color:inherit;
  border-color:#b8532f;}
@media (max-width:640px){.secondary-benefit .contact-entries{
    max-width:none;
  }.secondary-benefit .offer-form{
    flex-direction:column;
    align-items:flex-start;
  }
}
.narrow-grid{
  display:flex;
  flex-wrap:wrap;
  background:#1f2a44;
  color:#f6efdf;
}
.narrow-grid .direct-items,
.narrow-grid .team-grid{flex:1 1 320px;
  min-width:0;
  padding:calc(1.5rem * 2.4) 1.05rem;}
.narrow-grid .direct-items{display:flex;
  align-items:center;
  justify-content:flex-end;}
.narrow-grid h1{max-width:9ch;
  margin:0;
  font-size:calc(17px * 2.65);
  line-height:1.02;
  text-align:right;
  letter-spacing:-0.01em;}
.narrow-grid .team-grid{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:calc(0.68rem * 1.5);
  background:#b8532f;
  color:#fdf6e9;
}
.narrow-grid p{margin:0;
  font-size:calc(17px * 1.125);
  line-height:1.76;}
.narrow-grid .team-grid > a{align-self:flex-start;
  color:inherit;
  font-size:calc(17px * 1.125);
  text-underline-offset:.24em;}
.narrow-grid .offer-form{display:flex;
  flex-wrap:wrap;
  gap:0.68rem calc(1.5rem * .75);
  padding-top:calc(0.68rem * 1.5);
  border-top:1px solid rgba(253,246,233,0.35);}
.narrow-grid .offer-form a{color:inherit;
  font-size:calc(17px * .875);
  letter-spacing:0.02em;
  text-decoration:none;
  border-bottom:1px solid rgba(253,246,233,0.55);
  padding-bottom:2px;
  transition:border-color 300ms var(--ease-slow);}
.narrow-grid .offer-form a:hover{border-bottom-color:#fdf6e9;}
@media(min-width:761px){.narrow-grid .direct-items{order:1}
}
@media(max-width:760px){.narrow-grid .direct-items{justify-content:flex-start}.narrow-grid h1{text-align:left;max-width:14ch}
}
