:root {
  --line-dark: #2E2822;
  --ink-main: #EDE4D3;
  --speed-fast: cubic-bezier(0.4,0,0.2,1);
}
body{margin:0;padding:0;font-family:"Exo 2", sans-serif;}
*{box-sizing:border-box;}
.page-content {
    width: 100%;
    background: #F6F0E4;
    color: #1A1612;
    border-bottom: 1px solid #D8CFC0;
  }
.steady-grid {
    max-width: 1000px;
    margin: 0 auto;
    padding: 1.5rem 1.51rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.94rem;
  }
.featured-flow {
    font-size: calc(16px * 1.35);
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    color: inherit;
    text-align: center;
    white-space: nowrap;
    padding: 0 calc(0.94rem * 1.5);
  }
.nav-group {
    display: flex;
    align-items: center;
  }
.nav-group--left {
    justify-content: flex-start;
  }
.nav-group--right {
    justify-content: flex-end;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.94rem;
  }
.nav-link {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: calc(16px * .875);
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 420ms var(--speed-fast),
                color 420ms var(--speed-fast);
  }
.nav-link:hover,
  .nav-link:focus-visible {
    color: #1E3A6E;
    border-bottom-color: #1E3A6E;
    outline: none;
  }
.direct-inner {
    display: none;
    justify-self: end;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    background: transparent;
    color: #1A1612;
    border: 1px solid #D8CFC0;
    border-radius: 0.2rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
.direct-inner:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#1A1612;}
.plain-body {
    display: block;
    width: 1.1rem;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
  }
.headline {
    display: none;
    background: #F6F0E4;
    color: #1A1612;
    border-top: 1px solid #D8CFC0;
  }
.headline[hidden]{display: none;}
.primary-fields {
    list-style: none;
    margin: 0;
    padding: calc(0.94rem * 1.5) 1.51rem;
    display: flex;
    flex-direction: column;
    gap: calc(0.94rem * 1.5);
  }
.clear-contact {
    display: block;
    padding: 0.6rem 0;
    font-size: 16px;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #D8CFC0;
  }
.clear-contact:hover,
  .clear-contact:focus-visible {
    color: #1E3A6E;
    outline: none;
  }
@media (max-width: 767px) {
    .steady-grid {
      grid-template-columns: 1fr auto;
      gap: calc(0.94rem * 1.5);
    }

    .nav-group {
      display: none;
    }

    .featured-flow {
      text-align: left;
      padding: 0;
      justify-self: start;
    }

    .direct-inner {
      display: flex;
    }

    .headline.is-open {
      display: block;
    }
  }
.strong-inner{font-family:"Exo 2", sans-serif;font-size:16px;line-height:1.62;padding:calc(1.5rem * 2.4) 1.51rem;background:#1A1612;color:#F6F0E4;}
.narrow-wrap{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(0.94rem * 1.5)}
.site-frame{font-size:calc(16px * .875);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;margin:0 0 calc(1.5rem * .75);opacity:0.75}
.offer-stack{font-style:normal;display:flex;flex-direction:column;gap:calc(0.94rem / 2);font-size:16px}
.public-proof a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:1px}
.public-proof a:hover{color:inherit;opacity:0.75}
.secondary-flow{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.content-callout{font-size:calc(16px * 1.35);font-weight:700;letter-spacing:-0.01em;margin:0}
.primary-panel{margin:0;max-width:42ch;font-size:calc(16px * .875);opacity:0.8}
.simple-area{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:calc(0.94rem * 1.5)}
.secondary-nav{font-size:calc(16px * .875);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;margin:0 0 calc(1.5rem * .75);opacity:0.75}
.text-entries ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:calc(0.94rem / 2)}
.text-entries a{color:inherit;text-decoration:none;font-size:calc(16px * .875)}
.text-entries a:hover{color:inherit;opacity:0.75;text-decoration:underline}
.piece{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(0.94rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18)}
.bottom-grid{margin:0;font-size:calc(16px * .875);opacity:0.8;max-width:70ch}
.steady-intro{margin:0;font-size:calc(16px * .875);opacity:0.7}
@media (min-width: 720px) {.simple-area{grid-template-columns:repeat(4, minmax(0, 1fr))}
  }
@media (min-width: 1024px) {.narrow-wrap{grid-template-columns:1.1fr 1fr;align-items:start}.simple-area{grid-column:1 / -1}.piece{grid-column:1 / -1}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;right:clamp(14px,2vw,24px);top:clamp(14px,2vw,24px);z-index:1200}
.cookies .clear-items{width:min(20rem,calc(100vw - 28px));padding:14px;border:1px solid #D8CFC0;border-radius:20px;background:#FBF7EF;color:#1A1612;box-shadow:0 8px 20px rgba(0,0,0,0.1)}
.cookies .offer-callout{display:flex;justify-content:space-between;gap:10px;align-items:center}
.cookies strong{font-size:calc(16px * 1.35)}
.cookies .offer-callout button{border:0;background:none;color:inherit;text-decoration:underline;cursor:pointer;font-weight:700}
.cookies p{margin:10px 0 0;line-height:1.62}
.cookies .plain-section{margin-top:12px;display:flex;gap:8px}
.cookies .plain-section button{flex:1;border:1px solid #D8CFC0;background:var(--ink-main);color:var(--line-dark);border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .plain-section button.cookie-accept{background:#1E3A6E;color:#FBF7EF;border-color:transparent}
.soft-list{
  --mark-base:calc(1.5rem * 1.2);
  --field-strong:calc(1000px / 2.4);
  --label-meta:calc(1000px / 3.1);
  padding:calc(1.5rem * 2.4) 1.51rem;
  background:#F6F0E4;
  color:#1A1612;
}
.soft-list .narrow-panel{max-width:1000px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(0.94rem * 1.5);
  align-items:flex-start;}
.soft-list .local-summary{flex:1 1 calc(1000px / 1.9);
  min-width:280px;}
.soft-list .local-header{flex:0 1 var(--label-meta);
  min-width:240px;
  margin:0;}
.soft-list h1,
.soft-list p,
.soft-list figure{margin:0;}
.soft-list h1{font-size:calc(16px * 2.65);
  line-height:1.08;
  letter-spacing:-0.01em;}
.soft-list .featured-area{margin-top:calc(1.5rem * .75);
  font-size:calc(16px * 1.125);
  line-height:1.62;
  color:var(--line-dark);}
.soft-list .compact-figure{margin-top:calc(1.5rem * .75);
  font-size:16px;
  line-height:1.62;}
.soft-list .featured-quote{margin-top:var(--mark-base);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.94rem;}
.soft-list .top-items{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.2rem;
  background:#C8332A;
  color:#FBF7EF;
  text-decoration:none;
  font-size:16px;
  transition:background 420ms var(--speed-fast);
}
.soft-list .top-items:hover{
  background:#A8261F;color:#1A1612;}
.soft-list .page-method{color:#C8332A;
  text-decoration:none;
  font-size:calc(16px * .875);
  border-bottom:1px solid transparent;
  transition:color 420ms var(--speed-fast),border-color 420ms var(--speed-fast);}
.soft-list .page-method:hover{color:#1E3A6E;
  border-bottom-color:#1E3A6E;}
.soft-list img{display:block;
  width:100%;
  height:auto;
  border-radius:0.35rem;
  border:1px solid #D8CFC0;}
.soft-list figcaption{margin-top:calc(1.5rem * .75);
  font-size:calc(16px * .875);
  line-height:1.62;
  color:var(--line-dark);}
@media (max-width:720px){.soft-list .narrow-panel{
    flex-direction:column-reverse;
  }.soft-list .local-header{
    flex:1 1 auto;
    width:100%;
  }
}
.active-contact{position:relative;overflow:hidden;isolation:isolate;}
.active-contact>*{position:relative;z-index:1;}
.active-contact::after{content:"";position:absolute;top:12%;bottom:12%;left:calc(1 * 8%);width:1px;background:linear-gradient(180deg,transparent,color-mix(in srgb,currentColor 28%,transparent),transparent);opacity:.45;animation:wpAccentGlint calc(18s + (1 * 5s)) ease-in-out infinite alternate;pointer-events:none;}
@keyframes wpAccentGlint{from{transform:translateX(0);opacity:.24;}to{transform:translateX(calc(1 * 2rem));opacity:.55;}}
@media (prefers-reduced-motion: reduce){.active-contact::before,.active-contact::after{animation:none!important;}}
.tile{
  --mark-base:calc(1.5rem * 1.1);
  --layer-local:calc(1000px / 4.6);
  padding:calc(1.5rem * 2.4) 1.51rem;
  background:var(--ink-main);
  color:var(--line-dark);
}
.tile .narrow-panel{max-width:1000px;
  margin:0 auto;}
.tile h2,
.tile h3,
.tile p{margin:0;}
.tile h2{font-size:calc(16px * 2);
  line-height:1.14;}
.tile h3{font-size:calc(16px * 1.35);
  line-height:1.22;}
.tile p{font-size:16px;
  line-height:1.62;}
.tile img{display:block;
  width:100%;
  height:auto;
  border-radius:0.35rem;}
.tile a{text-decoration:none;
  border-bottom:1px solid currentColor;}
.tile a:hover{}
.tile .top-header{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);
  padding-bottom:calc(0.94rem * 1.5);
  border-bottom:1px solid #D8CFC0;}
.tile .primary-steps{font-size:calc(16px * .875);
  letter-spacing:0.06em;
  text-transform:uppercase;
  opacity:0.72;}
.tile .featured-area{max-width:100%;}
.tile .secondary-intro{display:flex;
  flex-direction:column;
  gap:var(--mark-base);
  margin-top:calc(0.94rem * 1.5);}
.tile .offer-region{display:flex;
  flex-wrap:wrap;
  gap:0.94rem;
  align-items:flex-start;
  padding-bottom:var(--mark-base);
  border-bottom:1px solid #D8CFC0;}
.tile .offer-region:last-of-type{border-bottom:none;
  padding-bottom:0;}
.tile .soft-view{flex:0 0 var(--layer-local);
  max-width:var(--layer-local);}
.tile .local-summary{flex:1 1 320px;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);}
.tile .summary{align-self:flex-start;
  font-size:calc(16px * .875);
  border-bottom:none;
  padding-bottom:2px;
  border-bottom:1px solid currentColor;}
.tile .page-method{margin-top:calc(0.94rem * 1.5);
  font-size:calc(16px * .875);}
@media (max-width:640px){.tile .soft-view{
    flex:1 1 100%;
    max-width:100%;
  }
}
.page-proof{--mark-base:calc(1.5rem * 1.19);--label-button:calc(1000px / 3.52);padding:calc(1.5rem * 2.4) 1.51rem;background:#1A1612;color:#F6F0E4;}
.page-proof .narrow-panel{max-width:1000px;margin:0 auto;}
.page-proof h2,.page-proof h3,.page-proof p{margin:0;}
.page-proof h2{font-size:calc(16px * 2);line-height:1.12;}
.page-proof h3{font-size:calc(16px * 1.35);line-height:1.2;}
.page-proof p{font-size:16px;line-height:1.62;color:inherit;}
.page-proof a{color:inherit;text-decoration:none;}
.page-proof .focused-track{padding-inline-start:calc(1.51rem / 2);}
.page-proof .team-story{row-gap:calc(var(--mark-base) * 1.2);}
.page-proof .featured-area{margin-top:1.5rem;}
.page-proof .quiet-menu{display:flex;flex-wrap:wrap;gap:var(--mark-base);margin-top:var(--mark-base);}
.page-proof .offer-region{flex:1 1 var(--label-button);min-width:0;padding:calc(var(--mark-base) * .75);border-radius:0.35rem;background:var(--ink-main);color:var(--line-dark);}
.page-proof .offer-region p{margin-top:calc(1.5rem / 3);}
.page-proof .page-method{margin-top:var(--mark-base);font-size:calc(16px * .875);color:inherit;}
.page-proof .page-method a{color:inherit;border-bottom:1px solid #C8332A;}
.page-proof .page-method a:hover{color:inherit;border-bottom-color:#1E3A6E;}
.bottom-actions{
    padding:calc(1.5rem * 2.4) 1.51rem;
    background:var(--ink-main);
    color:var(--line-dark);
}
.bottom-actions .narrow-panel{max-width:1000px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.94rem * 1.5);}
.bottom-actions .top-header h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(16px * 2);
    line-height:1.2;}
.bottom-actions .top-header p{margin:0;
    font-size:16px;
    line-height:1.62;}
.bottom-actions .service-group{display:flex;
    flex-wrap:wrap;
    gap:0.94rem;
    border-top:1px solid #D8CFC0;
    border-bottom:1px solid #D8CFC0;
    padding:calc(1.5rem * .75) 0;}
.bottom-actions .page-method{flex:1 1 220px;
    display:flex;
    flex-direction:column;
    gap:0.35rem;
    min-width:0;}
.bottom-actions .page-method .visual-figure{font-size:calc(16px * .875);
    letter-spacing:0.08em;
    text-transform:uppercase;}
.bottom-actions .page-method a{color:inherit;
    text-decoration:none;
    font-size:calc(16px * 1.125);
    font-weight:600;
    border-bottom:1px solid transparent;
    transition:border-color 420ms var(--speed-fast),color 420ms var(--speed-fast);
    word-break:break-word;}
.bottom-actions .page-method a:hover{border-bottom-color:#1E3A6E;}
.bottom-actions .page-method .local-summary{font-size:16px;}
.bottom-actions .primary-steps{margin:0;
    font-size:calc(16px * .875);
    opacity:0.85;
    line-height:1.5;}
.bottom-actions .main-figure{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.bottom-actions .main-figure .local-summary{margin:0;
    font-size:16px;
    line-height:1.62;}
.bottom-actions .secondary-frame{display:flex;
    flex-wrap:wrap;
    gap:0.94rem;}
.bottom-actions .secondary-frame a{text-decoration:none;
    padding:0.6rem 1.1rem;
    border-radius:0.35rem;
    font-size:calc(16px * .875);
    font-weight:600;
    transition:background 420ms var(--speed-fast),color 420ms var(--speed-fast);}
.bottom-actions .secondary-frame a:first-child{
    background:#FBF7EF;
    color:#1A1612;
    border:1px solid #D8CFC0;
}
.bottom-actions .secondary-frame a:first-child:hover{
    background:var(--ink-main);color:var(--line-dark);}
.bottom-actions .secondary-frame a:last-child{
    background:#C8332A;
    color:#FBF7EF;
}
.bottom-actions .secondary-frame a:last-child:hover{
    background:#A8261F;color:#1A1612;}
@media (max-width:640px){.bottom-actions .service-group{
        flex-direction:column;
    }.bottom-actions .secondary-frame a{
        flex:1 1 auto;
        text-align:center;
    }
}
.team-contact{padding:calc(calc(1.5rem * 2.4)*.72) 1.51rem;background:#F6F0E4;color:#1A1612;}
.team-contact .public-fields{max-width:min(1000px,64rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(0.94rem * 1.5);}
.team-contact h1{margin:0;max-width:22ch;font-size:clamp(1.95rem,4.6vw,calc(16px * 2.65));line-height:1.08;font-weight:660;letter-spacing:-0.01em;}
.team-contact .steady-actions{display:block;width:min(100%,40rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.35rem;margin:0;}
.team-contact .local-summary{padding-top:1.5rem;border-top:1px solid #D8CFC0;}
.team-contact p{margin:0;font-size:clamp(1rem,1.24vw,16px);line-height:1.74;color:var(--line-dark);}
@media (max-width:640px){.team-contact{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.team-contact h1{max-width:100%;}.team-contact .steady-actions{aspect-ratio:4/3;}
  }
.open-frame{
  background: #F6F0E4;
  color: #1A1612;
  padding: calc(1.5rem * 2.4) 1.51rem;
}
.open-frame .narrow-panel{width: min(100%, 1000px);
  margin: 0 auto;
  display: grid;
  gap: calc(0.94rem * 1.5);}
.open-frame h1,
.open-frame h3,
.open-frame p{margin: 0;}
.open-frame h1{font-size: calc(16px * 2);
  line-height: 1.1;}
.open-frame h3{font-size: calc(16px * 1.125);
  line-height: 1.2;}
.open-frame p{font-size: 16px;
  line-height: 1.62;}
.open-frame .top-header{display: grid;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(0.94rem * 1.5);
  border-bottom: 1px solid #D8CFC0;}
.open-frame .featured-area{}
.open-frame .compact-figure{display: grid;
  gap: calc(1.5rem * .75);}
.open-frame .featured-surface{display: grid;
  grid-template-columns: 8rem minmax(0, 1fr);
  gap: 0.94rem;
  align-items: start;
  padding: 1.5rem 0;
  border-bottom: 1px dashed #D8CFC0;
  animation: profileRowIn calc(420ms * 1.6) var(--speed-fast) both;
  animation-delay: var(--ease-base, 0ms);}
.open-frame .featured-surface:last-child{border-bottom: 0;}
.open-frame .strong-section{font-size: calc(16px * .875);
  letter-spacing: .06em;
  text-transform: uppercase;
  padding-top: .35rem;}
.open-frame .local-summary{display: grid;
  gap: calc(1.5rem * .75);}
.open-frame .primary-block{display: flex;
  flex-wrap: wrap;
  gap: 0.94rem;}
.open-frame .primary-block a{text-decoration: none;
  border-bottom: 1px solid #C8332A;
  padding-bottom: 1px;
  font-size: calc(16px * .875);}
.open-frame .primary-block a:hover{border-color: #1E3A6E;}
.open-frame .local-summary a{text-decoration: none;}
.open-frame .local-summary a:hover{}
.open-frame .primary-steps{font-size: calc(16px * .875);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #D8CFC0;}
@keyframes profileRowIn {from{ opacity: 0; transform: translateY(6px); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 720px) {.open-frame .featured-surface{
    grid-template-columns: 1fr;
    gap: calc(1.5rem * .75);
  }.open-frame .strong-section{ padding-top: 0; }
}
.service-items{
        padding: calc(1.5rem * 2.4) 1.51rem;
        background: var(--ink-main);
        color: var(--line-dark)
    }
.service-items .narrow-panel{max-width: 1000px;
        margin: 0 auto}
.service-items .open-entries{display: flex;
        flex-direction: column;
        gap: calc(0.94rem * 1.5);
        align-items: flex-start}
.service-items h2{min-width: 0;
        margin: 0;
        font-size: calc(16px * 2);
        line-height: 1.1}
.service-items .local-view{min-width: 0}
.service-items .local-view p{margin: 0;
        font-size: calc(16px * 1.125);
        line-height: 1.62}
.service-items .quiet-stack{display: flex;
        flex-wrap: wrap;
        gap: 0.94rem;
        margin-top: 1.5rem}
.service-items .quiet-stack span{
        border-radius: 0.2rem;
        background: #FBF7EF;
        color: #1A1612;
        border: 1px solid #D8CFC0;
        padding: calc(calc(1.5rem * .75) * .6) calc(1.5rem * .75);
        font-size: calc(16px * .875)
    }
@media (max-width: 760px) {.service-items .open-entries{
            display: block
        }.service-items .local-view{
            margin-top: 1.5rem
        }
    }
.strong-plan{
        background: #F6F0E4;
        color: #1A1612;
        padding: calc(1.5rem * 2.4) 1.51rem;
    }
.strong-plan .narrow-panel{width: min(100%, 1000px);
        margin: 0 auto;
        display: grid;
        gap: calc(0.94rem * 1.5);}
.strong-plan h2,
    .strong-plan h3,
    .strong-plan p{margin: 0;}
.strong-plan h2{font-size: calc(16px * 2);
        line-height: 1.1;}
.strong-plan h3{font-size: calc(16px * 1.35);
        line-height: 1.2;}
.strong-plan p{font-size: 16px;
        line-height: 1.62;}
.strong-plan .service-note{
        display: grid;
        gap: calc(1.5rem * .75);
        padding: 1.5rem 1.51rem;
        border-left: 3px solid #C8332A;
        background: var(--ink-main);
        color: var(--line-dark);
    }
.strong-plan .service-note h2{font-size: calc(16px * 2);}
.strong-plan .soft-menu{display: flex;
        flex-direction: column;
        gap: 0;
        border-top: 1px solid #D8CFC0;}
.strong-plan .bottom-links{display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 2.4fr);
        gap: 1.51rem;
        align-items: start;
        padding: 1.5rem 0;
        border-bottom: 1px solid #D8CFC0;
        animation: activitiesPocketIn calc(420ms * 1.6) var(--speed-fast) both;
        animation-delay: var(--ease-base, 0ms);}
.strong-plan .bottom-links div{display: flex;
        flex-direction: column;
        gap: calc(0.94rem * .35);
        font-size: calc(16px * .875);
        letter-spacing: 0.02em;}
.strong-plan .bottom-links div span:last-child{text-transform: uppercase;
        font-size: calc(16px * .875);}
.strong-plan .bottom-links h3{grid-column: 2;
        margin-bottom: calc(0.94rem * .4);}
.strong-plan .bottom-links p{grid-column: 2;}
.strong-plan .top-items{
        width: fit-content;
        padding: calc(calc(1.5rem * .75) * .8) 1.5rem;
        border-radius: 0.35rem;
        background: #C8332A;
        color: #FBF7EF;
        text-decoration: none;
        font-size: 16px;
        transition: background 420ms var(--speed-fast);
    }
.strong-plan .top-items:hover{
        background: #A8261F;color:#1A1612;}
@keyframes activitiesPocketIn {from{
            opacity: 0;
            transform: translateY(calc(calc(0.94rem * 1) * .5));
        }to{
            opacity: 1;
            transform: translateY(0);
        }
    }
@media (max-width: 760px) {.strong-plan .bottom-links{
            grid-template-columns: 1fr;
        }.strong-plan .bottom-links h3,
        .strong-plan .bottom-links p{
            grid-column: 1;
        }
    }
.wide-form{padding:calc(calc(1.5rem * 2.4)*.72) 1.51rem;background:#F6F0E4;color:#1A1612;}
.wide-form .public-fields{max-width:min(1000px,64rem);margin:0 auto;display:flex;flex-direction:column;}
.wide-form h1{margin:0;max-width:20ch;font-size:clamp(2rem,5vw,calc(16px * 2.65));line-height:1.06;font-weight:680;letter-spacing:-0.01em;}
.wide-form .steady-actions{display:block;width:min(100%,42rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.35rem;margin:clamp(1.1rem,2.4vw,calc(0.94rem * 1.5)) 0 0;}
.wide-form .public-fields>div{margin-top:clamp(1rem,2.2vw,1.5rem);padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid #D8CFC0;}
.wide-form p{margin:0;font-size:clamp(1rem,1.28vw,16px);line-height:1.74;color:var(--line-dark);}
@media (max-width:640px){.wide-form h1{max-width:100%;}.wide-form .steady-actions{aspect-ratio:4/3;}.wide-form{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}}
.steady-contact{--mark-base:calc(1.5rem * 1.18);--label-button:calc(1000px / 3.6);padding:calc(1.5rem * 2.4) 1.51rem;background:#C8332A;color:#FBF7EF;}
.steady-contact .narrow-panel{max-width:1000px;margin:0 auto;}
.steady-contact h2,.steady-contact h3,.steady-contact p{margin:0;}
.steady-contact h2{font-size:calc(16px * 2);line-height:1.14;}
.steady-contact h3{font-size:calc(16px * 1.35);line-height:1.22;}
.steady-contact p{font-size:16px;line-height:1.62;color:color-mix(in srgb, currentColor 78%, transparent);}
.steady-contact .featured-area{margin-top:1.5rem;max-width:calc(1000px / 1.9);}
.steady-contact .secondary-intro{display:flex;flex-wrap:wrap;gap:var(--mark-base);margin-top:var(--mark-base);}
.steady-contact .offer-region{flex:1 1 var(--label-button);min-width:0;padding:calc(var(--mark-base) * .72);border-radius:0.35rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.steady-contact .offer-region p{margin-top:calc(1.5rem / 3.2);}
.steady-contact .open{padding-block-start:var(--mark-base);}
.steady-contact .quiet-benefit{row-gap:calc(var(--mark-base) * .7);}
.steady-contact .narrow-flow{column-gap:calc(0.94rem * .9);}
.simple-copy{--mark-base:calc(1.5rem * 1.4);--field-strong:calc(1000px / 2.9);padding:calc(1.5rem * 2.4) 1.51rem;background:#F6F0E4;color:#1A1612;}
.simple-copy .narrow-panel{max-width:1000px;margin:0 auto;}
.simple-copy h2,.simple-copy h3,.simple-copy p{margin:0;}
.simple-copy h2{font-size:calc(16px * 2);line-height:1.12;}
.simple-copy h3{font-size:calc(16px * 1.35);line-height:1.22;}
.simple-copy p{font-size:16px;line-height:1.62;color:var(--line-dark);}
.simple-copy a{color:inherit;text-decoration:none;}
.simple-copy .primary-steps{font-size:calc(16px * .875);letter-spacing:0.08em;text-transform:uppercase;color:var(--line-dark);}
.simple-copy .top-items{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.2rem;background:#C8332A;color:#FBF7EF;font-size:calc(16px * .875);}
.simple-copy .top-items:hover{background:#A8261F;color:#1A1612;}
.simple-copy .secondary-intro{display:flex;flex-direction:column;gap:0;margin-top:var(--mark-base);border-top:1px solid #D8CFC0;}
.simple-copy .offer-region{display:flex;flex-wrap:wrap;align-items:baseline;gap:0.94rem;padding:calc(0.94rem * 1.5) 0;border-bottom:1px solid #D8CFC0;}
.simple-copy .offer-region h3{flex:0 0 auto;width:calc(1000px / 3.1);min-width:0;}
.simple-copy .offer-region p{flex:1 1 calc(1000px / 2.4);min-width:0;}
.simple-copy .clear-nav{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:0.94rem;}
.simple-copy .clear-nav>.local-summary{flex:1 1 auto;min-width:0;}
.simple-copy .clear-nav>.top-items{flex:0 0 auto;}
.simple-copy .clear-nav>.secondary-intro{flex:1 1 100%;}
.simple-copy .local-summary h2{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.simple-copy .offer-region h3{width:100%;}.simple-copy .offer-region p{flex:1 1 100%;}
}
.featured-lead{
  background: linear-gradient(135deg, #F6F0E4 0%, #EDE4D3 55%, #E4D8C2 100%);
  color: #1A1612;
  padding: calc(1.5rem * 2.4) 1.51rem;
}
.featured-lead .narrow-panel{width: min(100%, 1000px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: calc(0.94rem * 1.5);
  align-items: start;}
.featured-lead h2,
.featured-lead h3,
.featured-lead p{margin: 0;}
.featured-lead h2{font-size: calc(16px * 2);
  line-height: 1.1;}
.featured-lead h3{font-size: calc(16px * 1.35);
  line-height: 1.18;}
.featured-lead p{font-size: 16px;
  line-height: 1.62;}
.featured-lead .visual-menu{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.48rem;
  background: linear-gradient(120deg, #C8332A 0%, #1E3A6E 100%);
  color: #FBF7EF;
  position: sticky;
  top: 1.5rem;
}
.featured-lead .visual-menu p{font-size: calc(16px * .875);
  opacity: .92;}
.featured-lead .page-area{display: grid;
  gap: 0.94rem;}
.featured-lead .direct-media{
  display: grid;
  grid-template-columns: .7rem minmax(0, 1fr);
  grid-template-areas:
    "dot role"
    "dot name"
    "dot text";
  column-gap: 1.5rem;
  row-gap: .3rem;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.35rem;
  background: #FBF7EF;
  color: #1A1612;
  border: 1px solid #D8CFC0;
  border-left: 3px solid #C8332A;
  animation: peopleTimelineIn calc(420ms * 2) var(--speed-fast) both;
  animation-delay: var(--ease-base, 0ms);
}
.featured-lead i{
  grid-area: dot;
  width: .55rem;
  height: .55rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: #C8332A;color:#FBF7EF;}
.featured-lead .direct-media span{grid-area: role;
  font-size: calc(16px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.featured-lead .direct-media h3{grid-area: name;}
.featured-lead .direct-media p{grid-area: text;
  font-size: calc(16px * .875);
  opacity: .88;}
@keyframes peopleTimelineIn {from{ opacity: .25; transform: translateX(calc(calc(0.94rem * 1) * .14)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.featured-lead .narrow-panel{
    grid-template-columns: 1fr;
  }.featured-lead .visual-menu{
    position: static;
  }
}
@media (max-width: 520px) {.featured-lead .direct-media{
    grid-template-columns: 1fr;
    grid-template-areas:
      "role"
      "name"
      "text";
  }.featured-lead i{ display: none; }
}
.legal{
    padding:calc(calc(1.5rem * 2.4)*1.6) 1.51rem;
    background:#F6F0E4;
    color:#1A1612;
  }
.legal .public-fields{max-width:min(1000px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1.1rem,2.4vw,calc(0.94rem * 1.5));}
.legal h1{margin:0;
    max-width:26ch;
    font-size:clamp(1.85rem,4.4vw,calc(16px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.005em;}
.legal .steady-actions{display:block;
    width:100%;
    height:auto;
    aspect-ratio:24/9;
    object-fit:cover;
    border-radius:0.35rem;
    border:1px solid #D8CFC0;}
.legal .featured-area{padding-top:clamp(0.9rem,1.8vw,1.5rem);
    border-top:1px solid #D8CFC0;}
.legal p{margin:0;
    font-size:clamp(1rem,1.25vw,16px);
    line-height:1.74;
    color:var(--line-dark,#2E2822);}
@media (max-width:640px){.legal h1{max-width:100%;}.legal .steady-actions{aspect-ratio:4/3;}.legal{padding-top:calc(calc(1.5rem * 2.4)*1.1);padding-bottom:calc(calc(1.5rem * 2.4)*1.1);}
  }
.featured-method{
  --mark-base:calc(1.5rem * 1.1);
  padding:calc(1.5rem * 2.4) 1.51rem;
  background:#1E3A6E;
  color:#FBF7EF;
}
.featured-method .narrow-panel{max-width:1000px;margin:0 auto;}
.featured-method h2,
.featured-method h3,
.featured-method p{margin:0;}
.featured-method h2{font-size:calc(16px * 2);line-height:1.12;}
.featured-method h3{font-size:calc(16px * 1.35);line-height:1.2;}
.featured-method p{font-size:16px;line-height:1.62;}
.featured-method .top-header{display:flex;flex-wrap:wrap;gap:0.94rem;align-items:flex-start;}
.featured-method .top-header>h2{flex:1 1 calc(1000px / 3);min-width:0;}
.featured-method .top-header>.featured-area{flex:1 1 calc(1000px / 2);min-width:0;color:color-mix(in srgb, currentColor 78%, transparent);}
.featured-method .page-method{list-style:none;
  margin:var(--mark-base) 0 0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .9);}
.featured-method .narrow-summary{display:flex;
  flex-wrap:wrap;
  gap:0.94rem;
  padding:calc(calc(1.5rem * .75) * .9) 0;
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.featured-method .narrow-summary:last-child{border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.featured-method .strong-header{flex:0 0 auto;
  font-size:calc(16px * 1.125);
  letter-spacing:.06em;
  color:color-mix(in srgb, currentColor 60%, transparent);}
.featured-method .compact-figure{flex:1 1 calc(1000px / 2);min-width:0;}
.featured-method .compact-figure p{margin-top:calc(1.5rem / 3);color:color-mix(in srgb, currentColor 76%, transparent);}
.featured-method .main-figure{margin-top:var(--mark-base);
  padding-top:calc(1.5rem / 2);
  display:flex;
  flex-wrap:wrap;
  gap:0.94rem;
  align-items:baseline;}
.featured-method .primary-steps{flex:1 1 calc(1000px / 2);min-width:0;color:color-mix(in srgb, currentColor 80%, transparent);}
.featured-method .page-headline{flex:0 1 auto;
  display:flex;
  flex-wrap:wrap;
  gap:0.94rem;}
.featured-method .page-headline a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);
  padding-bottom:2px;}
.featured-method .page-headline a:hover{border-bottom-color:currentColor;}
@media (max-width:640px){.featured-method .top-header>h2,
  .featured-method .top-header>.featured-area,
  .featured-method .compact-figure,
  .featured-method .primary-steps{flex:1 1 100%;}
}
.team-stack{--mark-base:calc(1.5rem * 1.06);--label-button:calc(1000px / 3.20);padding:calc(1.5rem * 2.4) 1.51rem;background:#1A1612;color:#F6F0E4;}
.team-stack .narrow-panel{max-width:1000px;margin:0 auto;}
.team-stack h2,.team-stack h3,.team-stack p{margin:0;}
.team-stack h2{font-size:calc(16px * 2);line-height:1.12;}
.team-stack h3{font-size:16px;line-height:1.3;margin-top:calc(1.5rem / 2.4);}
.team-stack p{font-size:16px;line-height:1.62;}
.team-stack .featured-area{margin-top:1.5rem;max-width:calc(1000px / 1.55);opacity:.86;}
.team-stack .secondary-intro{display:flex;flex-wrap:wrap;gap:var(--mark-base);margin-top:var(--mark-base);}
.team-stack .offer-region{flex:1 1 var(--label-button);min-width:0;padding:calc(var(--mark-base) * .8);border-radius:0.35rem;background:var(--ink-main);color:var(--line-dark);}
.team-stack .offer-region p{color:inherit;}
.team-stack .offer-region h3{color:inherit;font-weight:600;}
.team-stack .focused-track{padding-inline-start:calc(1.51rem / 2);}
.team-stack .quiet-benefit{row-gap:calc(var(--mark-base) * .7);}
.team-stack .narrow-flow{padding-block:calc(var(--mark-base) / 2);}
@media (max-width:720px){.team-stack .featured-area{max-width:none;}.team-stack .offer-region{flex:1 1 100%;}
}
.top-flow{--mark-base:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 1.51rem;background:#F6F0E4;color:#1A1612;}
.top-flow .narrow-panel{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-base);}
.top-flow h2{font-size:calc(16px * 2);line-height:1.14;margin:0;}
.top-flow h3{font-size:calc(16px * 1.35);line-height:1.2;margin:0;}
.top-flow p{margin:0;font-size:16px;line-height:1.62;}
.top-flow .wide-intro{display:flex;flex-direction:column;gap:calc(1.5rem / 2);padding-bottom:calc(0.94rem * 1.5);border-bottom:1px solid #D8CFC0;}
.top-flow .featured-area{}
.top-flow .open-nav{display:flex;flex-direction:column;gap:0;border-top:1px solid #D8CFC0;}
.top-flow details{padding:calc(0.94rem * 1.5) 0;border-bottom:1px solid #D8CFC0;}
.top-flow summary{cursor:pointer;font-weight:700;font-size:calc(16px * 1.125);line-height:1.3;list-style:none;display:flex;justify-content:space-between;align-items:baseline;gap:0.94rem;}
.top-flow summary::-webkit-details-marker{display:none;}
.top-flow summary::after{content:"+";font-weight:400;font-size:calc(16px * 1.125);flex:0 0 auto;}
.top-flow details[open] summary::after{content:"–";}
.top-flow details p{margin-top:calc(1.5rem / 2);}
.top-flow .page-method{margin-top:calc(0.94rem * 1.5);font-size:calc(16px * .875);}
.top-flow .page-method a{text-decoration:underline;text-underline-offset:3px;}
.top-flow .page-method a:hover{}
@media (max-width:640px){.top-flow summary{font-size:16px;}
}
.compact-region{
  --mark-base:calc(1.5rem * 1.15);
  --axis-soft:calc(1000px / 3.1);
  padding:calc(1.5rem * 2.4) 1.51rem;
  background:#F6F0E4;
  color:#1A1612;
}
.compact-region .narrow-panel{max-width:1000px;
  margin:0 auto;}
.compact-region h2,
.compact-region h3,
.compact-region p{margin:0;}
.compact-region h2{font-size:calc(16px * 2);
  line-height:1.14;}
.compact-region h3{font-size:calc(16px * 1.35);
  line-height:1.22;}
.compact-region p{font-size:16px;
  line-height:1.62;}
.compact-region .top-header{display:flex;
  flex-direction:column;
  gap:calc(0.94rem * 1.5);
  padding-bottom:calc(0.94rem * 1.5);
  border-bottom:1px solid #D8CFC0;}
.compact-region .featured-area{font-size:calc(16px * 1.125);
  color:var(--line-dark);}
.compact-region .secondary-intro{display:flex;
  flex-wrap:wrap;
  gap:0.94rem 1.5rem;
  margin-top:var(--mark-base);}
.compact-region .offer-region{flex:1 1 var(--axis-soft);
  min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:2px solid #1E3A6E;}
.compact-region .offer-region p{margin-top:calc(1.5rem / 3);
  color:var(--line-dark);}
.compact-region .primary-steps{margin-top:var(--mark-base);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #D8CFC0;
  font-size:calc(16px * .875);
  color:var(--line-dark);}
.compact-region .primary-steps a{color:#C8332A;
  text-decoration:underline;
  text-underline-offset:2px;}
.compact-region .primary-steps a:hover{color:#1E3A6E;}
@media (max-width:720px){.compact-region .offer-region{
    flex:1 1 100%;
  }
}
.compact-service{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.51rem;
    background:#F6F0E4;
    color:#1A1612;
  }
.compact-service .public-fields{max-width:min(1000px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(0.94rem * 1.5));}
.compact-service h1{margin:0;
    max-width:26ch;
    font-size:clamp(1.9rem,4.6vw,calc(16px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:-0.01em;}
.compact-service .steady-actions{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.35rem;
    border:1px solid #D8CFC0;}
.compact-service .local-summary{padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #D8CFC0;}
.compact-service p{margin:0;
    font-size:clamp(1rem,1.24vw,16px);
    line-height:1.74;
    color:var(--line-dark,#2E2822);}
@media (max-width:640px){.compact-service{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.compact-service h1{max-width:100%;}.compact-service .steady-actions{aspect-ratio:4/3;}
  }
.clear-lead{
        padding: calc(1.5rem * 2.4) 1.51rem;
        background: linear-gradient(135deg, #F6F0E4 0%, #EDE4D3 55%, #E4D8C2 100%);
        color: #1A1612;
    }
.clear-lead .narrow-panel{max-width: 1000px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(0.94rem * 1.5);}
.clear-lead .featured-area{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding-bottom: calc(1.5rem * .75);
        border-bottom: 1px solid #D8CFC0;}
.clear-lead h2{margin: 0;
        font-size: calc(16px * 2);
        line-height: 1.1;}
.clear-lead .featured-area p{margin: 0;
        font-size: calc(16px * 1.125);
        line-height: 1.62;}
.clear-lead .direct-quote{display: flex;
        flex-direction: column;
        gap: 0;}
.clear-lead .plain-proof{display: grid;
        grid-template-columns: 1fr;
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75) 0;
        border-bottom: 1px solid #D8CFC0;}
.clear-lead .plain-proof:last-child{border-bottom: none;
        padding-bottom: 0;}
.clear-lead .controls{font-size: 16px;
        line-height: 1.62;}
.clear-lead .image{display: flex;
        flex-wrap: wrap;
        gap: 0.94rem;
        align-items: baseline;
        font-size: calc(16px * .875);}
.clear-lead .image strong{font-size: 16px;}
@media (min-width: 760px) {.clear-lead .plain-proof{
            grid-template-columns: 2fr 1fr;
            align-items: start;
            gap: calc(0.94rem * 1.5);
        }.clear-lead .image{
            flex-direction: column;
            align-items: flex-start;
            gap: 0.2rem;
        }
    }
.site-group{--mark-base:calc(1.5rem * 1.42);--axis-soft:calc(1000px / 2.15);padding:calc(1.5rem * 2.4) 1.51rem;background:#F6F0E4;color:#1A1612;}
.site-group .narrow-panel{max-width:1000px;margin:0 auto;}
.site-group h2,.site-group h3,.site-group p{margin:0;}
.site-group h2{font-size:calc(16px * 2);line-height:1.14;max-width:34ch;}
.site-group h3{font-size:calc(16px * 1.35);line-height:1.22;}
.site-group p{font-size:16px;line-height:1.62;}
.site-group .top-header{display:flex;flex-wrap:wrap;gap:0.94rem;align-items:flex-end;justify-content:space-between;border-bottom:1px solid #D8CFC0;padding-bottom:calc(0.94rem * 1.5);}
.site-group .top-header .featured-area{flex:1 1 var(--axis-soft);min-width:0;color:var(--line-dark);}
.site-group .secondary-intro{display:flex;flex-wrap:wrap;gap:0.94rem;margin-top:var(--mark-base);}
.site-group .offer-region{flex:1 1 var(--axis-soft);min-width:0;padding:calc(1.5rem * .75) 0;border-top:1px solid #D8CFC0;}
.site-group .offer-region p{margin-top:calc(1.5rem / 2.4);color:var(--line-dark);}
.site-group .page-method{margin-top:var(--mark-base);padding-top:calc(0.94rem * 1.5);border-top:1px solid #D8CFC0;}
.site-group .primary-steps{font-size:calc(16px * .875);color:var(--line-dark);}
.site-group .primary-steps a{color:#C8332A;text-decoration:underline;text-underline-offset:3px;}
.site-group .primary-steps a:hover{color:#1E3A6E;}
@media (max-width:640px){.site-group .top-header{align-items:flex-start;}.site-group h2{max-width:none;}
}
.clear-stack{--mark-base:calc(1.5rem * 0.95);padding:calc(1.5rem * 2.4) 1.51rem;background:#C8332A;color:#FBF7EF;}
.clear-stack .narrow-panel{max-width:1000px;margin:0 auto;}
.clear-stack h1,.clear-stack h2,.clear-stack h3,.clear-stack p{margin:0;}
.clear-stack h2{font-size:calc(16px * 2);line-height:1.12;}
.clear-stack p{font-size:16px;line-height:1.62;}
.clear-stack a{color:inherit;text-decoration:none;}
.clear-stack .clear-area{display:flex;flex-direction:column;gap:calc(0.94rem * 1.5);}
.clear-stack .page-method{display:flex;flex-direction:column;gap:var(--mark-base);}
.clear-stack .featured-area{font-size:calc(16px * 1.125);opacity:0.86;}
.clear-stack .local-summary{opacity:0.82;}
.clear-stack .primary-steps{font-size:calc(16px * .875);opacity:0.78;}
.clear-stack .primary-steps a,.clear-stack .secondary-frame a{text-decoration:underline;text-underline-offset:3px;}
.clear-stack .secondary-frame{font-size:calc(16px * .875);opacity:0.78;}
.clear-stack .top-items{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.2rem;background:#FBF7EF;color:#C8332A;font-weight:600;transition:background 420ms var(--speed-fast),color 420ms var(--speed-fast);}
.clear-stack .top-items:hover{background:#1E3A6E;color:#FBF7EF;}
@media (max-width:640px){.clear-stack .top-items{width:100%;}
}
.main-items{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.51rem;
    background:#F6F0E4;
    color:#1A1612;
  }
.main-items .public-fields{max-width:min(1000px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.94rem * 1.5);}
.main-items h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,4.6vw,calc(16px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:-0.01em;}
.main-items .featured-area{padding-left:calc(1.51rem*.9);
    border-left:3px solid #C8332A;}
.main-items .featured-area p{margin:0;
    font-size:clamp(1.02rem,1.35vw,calc(16px * 1.125));
    line-height:1.72;}
.main-items .steady-actions{
    display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.35rem;
    background:var(--ink-main,#EDE4D3);color:var(--line-dark);}
.main-items .local-summary{padding-top:1.5rem;
    border-top:1px solid #D8CFC0;}
.main-items .local-summary p{margin:0;
    font-size:16px;
    line-height:1.74;}
@media (max-width:640px){.main-items h1{max-width:100%;}.main-items .steady-actions{aspect-ratio:4/3;}.main-items{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}.main-items .featured-area{padding-left:calc(1.51rem*.7);}
  }
.secondary-figure{
  background:#F6F0E4;
  color:#1A1612;
  padding:calc(1.5rem * 2.4) 1.51rem;
}
.secondary-figure .narrow-panel{max-width:1000px;
  margin:0 auto;}
.secondary-figure .top-header{max-width:44rem;}
.secondary-figure h2{margin:0;
  font-size:calc(16px * 2);
  line-height:1.12;
  letter-spacing:0;}
.secondary-figure .top-header p{margin:1.5rem 0 0;
  font-size:calc(16px * 1.125);
  line-height:1.62;}
.secondary-figure .open-wrap{margin-top:calc(0.94rem * 1.5);
  border-top:1px solid #D8CFC0;}
.secondary-figure .offer-region{display:flex;
  gap:0.94rem;
  align-items:flex-start;
  padding:1.5rem 0;
  border-bottom:1px solid #D8CFC0;}
.secondary-figure .offer-region strong{flex:0 0 15rem;
  min-width:0;
  font-size:16px;
  line-height:1.35;}
.secondary-figure .offer-region span{min-width:0;
  color:var(--line-dark);
  line-height:1.62;}
.secondary-figure .page-method{margin:calc(0.94rem * 1.5) 0 0;
  font-size:calc(16px * .875);
  color:var(--line-dark);}
.secondary-figure .page-method a{color:#C8332A;
  text-decoration:underline;
  text-underline-offset:3px;}
.secondary-figure .page-method a:hover{color:#1E3A6E;}
@media (max-width:620px){.secondary-figure .offer-region{
    display:block;
  }.secondary-figure .offer-region span{
    display:block;
    margin-top:.4rem;
  }
}
.wide-surface{
  padding: calc(1.5rem * 2.4) 1.51rem;
  background: linear-gradient(120deg, #C8332A 0%, #1E3A6E 100%);
  color: #FBF7EF;
}
.wide-surface .narrow-panel{max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.94rem * 1.5);}
.wide-surface .direct-form{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.94rem;}
.wide-surface h2{margin: 0;
  font-size: calc(16px * 2);
  line-height: 1.1;
  flex: 1 1 22rem;}
.wide-surface .direct-form p{margin: 0;
  flex: 1 1 26rem;
  font-size: calc(16px * 1.125);
  line-height: 1.62;}
.wide-surface .featured-stack{display: flex;
  flex-wrap: wrap;
  gap: 0.94rem;}
.wide-surface .featured-stack a{
  flex: 1 1 16rem;
  padding: calc(1.5rem * .75);
  background: #1A1612;
  color: #F6F0E4;
  text-decoration: none;
  border-radius: 0.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  transition: transform 420ms var(--speed-fast);
}
.wide-surface .featured-stack a:hover{transform: translateY(-2px);}
.wide-surface .featured-stack strong{font-size: calc(16px * 1.35);
  line-height: 1.2;}
.wide-surface .featured-stack span{font-size: calc(16px * .875);
  line-height: 1.62;
  opacity: 0.82;}
.wide-surface .primary-steps{border-top: 1px solid #D8CFC0;
  padding-top: calc(0.94rem * 1.5);}
.wide-surface .primary-steps p{margin: 0;
  font-size: 16px;
  line-height: 1.62;}
.wide-surface .primary-steps a{color: #FBF7EF;
  text-decoration: underline;
  text-underline-offset: 3px;}
.wide-surface .primary-steps a:hover{opacity: 0.8;}
@media (max-width: 760px) {.wide-surface .direct-form{
    display: block;
  }.wide-surface .direct-form p{
    margin-top: calc(1.5rem * .75);
  }.wide-surface .featured-stack a{
    flex: 1 1 100%;
  }
}
.top-view{--mark-base:calc(1.5rem * 1.17);--field-strong:calc(1000px / 2.41);padding:calc(1.5rem * 2.4) 1.51rem;background:#1A1612;color:#F6F0E4;}
.top-view .narrow-panel{max-width:1000px;margin:0 auto;}
.top-view h2,.top-view h3,.top-view p{margin:0;}
.top-view h2{font-size:calc(16px * 2);line-height:1.12;}
.top-view h3{font-size:calc(16px * 1.35);line-height:1.2;}
.top-view p{font-size:16px;line-height:1.62;color:inherit;}
.top-view .featured-area{margin-top:1.5rem;max-width:var(--field-strong);}
.top-view .quiet-menu{display:flex;flex-direction:column;gap:var(--mark-base);margin-top:var(--mark-base);}
.top-view .offer-region{min-width:0;padding-block-end:calc(var(--mark-base) / 2);border-bottom:1px solid color-mix(in srgb, #F6F0E4 18%, transparent);}
.top-view .offer-region:last-child{border-bottom:none;padding-block-end:0;}
.top-view .offer-region p{margin-top:calc(1.5rem / 3);}
.top-view a{color:inherit;text-decoration:underline;text-underline-offset:2px;}
.top-view a:hover{color:inherit;}
.offer-form{--mark-base:calc(1.5rem * 1.05);--label-button:calc(1000px / 3.1);padding:calc(1.5rem * 2.4) 1.51rem;background:#C8332A;color:#FBF7EF;}
.offer-form .narrow-panel{max-width:1000px;margin:0 auto;}
.offer-form h2,.offer-form h3,.offer-form p{margin:0;}
.offer-form h2{font-size:calc(16px * 2);line-height:1.14;}
.offer-form h3{font-size:calc(16px * 1.35);line-height:1.24;}
.offer-form p{font-size:16px;line-height:1.62;color:color-mix(in srgb, currentColor 78%, transparent);}
.offer-form .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.94rem;}
.offer-form .row-title h2{flex:1 1 calc(1000px / 2.6);min-width:0;}
.offer-form .row-title>p{flex:1 1 calc(1000px / 2.6);min-width:0;}
.offer-form .quiet-menu{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--mark-base);margin-top:var(--mark-base);}
.offer-form .offer-region{flex:1 1 var(--label-button);min-width:0;padding-block-start:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.offer-form .offer-region p{margin-top:calc(1.5rem / 3);}
.offer-form .quiet-benefit{row-gap:calc(var(--mark-base) * .7);}
.offer-form .method{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.visual-details{padding:calc(calc(1.5rem * 2.4)*2.1) 1.51rem calc(calc(1.5rem * 2.4)*1.7);background:#F6F0E4;color:#1A1612;}
.visual-details .public-fields{max-width:min(1000px,62rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(0.94rem * 1.5);}
.visual-details h1{margin:0;max-width:22ch;font-size:clamp(1.9rem,4.6vw,calc(16px * 2.65));line-height:1.08;font-weight:680;letter-spacing:-0.01em;}
.visual-details .steady-actions{display:block;width:100%;height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.35rem;border:1px solid #D8CFC0;margin:0;}
.visual-details .local-summary{padding-top:calc(0.94rem * 1.5);border-top:1px solid #D8CFC0;}
.visual-details p{margin:0;font-size:clamp(1rem,1.2vw,16px);line-height:1.74;color:var(--line-dark,#2E2822);}
@media (max-width:640px){.visual-details h1{max-width:100%;}.visual-details .steady-actions{aspect-ratio:4/3;}.visual-details{padding-top:calc(calc(1.5rem * 2.4)*1.5);padding-bottom:calc(calc(1.5rem * 2.4)*1.3);}
  }
.quiet-group{
  padding:calc(1.5rem * 2.4) 1.51rem;
  background:#F6F0E4;
  color:#1A1612;
}
.quiet-group .narrow-panel{width:min(100%,calc(1000px*.86));
  margin:0 auto;}
.quiet-group .wide-intro h2{margin:0;
  font-size:calc(16px * 2);
  line-height:1.12;}
.quiet-group .wide-intro .featured-area{margin:1.5rem 0 calc(0.94rem * 1.5);
  line-height:1.62;}
.quiet-group .featured-stack{display:flex;
  flex-wrap:wrap;
  gap:0.94rem;
  margin-bottom:calc(0.94rem * 1.5);}
.quiet-group .featured-stack .offer-region{
  flex:1 1 16rem;
  min-width:0;
  background:#FBF7EF;
  color:#1A1612;
  border:1px solid #D8CFC0;
  border-radius:0.35rem;
  padding:calc(1.5rem * .75);
  text-decoration:none;
  overflow-wrap:anywhere;
  transition:border-color 420ms var(--speed-fast);
}
.quiet-group .featured-stack a.item:hover{border-color:#C8332A;}
.quiet-group .strong-section{display:block;
  margin-bottom:calc(1.5rem * .75);
  font-size:calc(16px * .875);
  color:var(--line-dark);
  text-transform:uppercase;
  letter-spacing:0.06em;}
.quiet-group .featured-stack strong{display:block;
  font-size:calc(16px * 1.125);
  line-height:1.2;
  margin-bottom:calc(1.5rem * .75);}
.quiet-group .featured-stack .visual-figure{margin:0 0 calc(1.5rem * .75);
  line-height:1.62;}
.quiet-group .primary-steps{margin:0;
  font-size:calc(16px * .875);
  line-height:1.62;
  color:var(--line-dark);}
.quiet-group .service-group{display:flex;
  flex-wrap:wrap;
  gap:calc(0.94rem * 1.5);
  border-top:1px solid #D8CFC0;
  padding-top:calc(0.94rem * 1.5);}
.quiet-group .service-group .featured-surface{flex:1 1 14rem;
  min-width:0;}
.quiet-group .service-group h3{margin:0 0 calc(1.5rem * .75);
  font-size:calc(16px * 1.35);
  line-height:1.2;}
.quiet-group .service-group p{margin:0;
  line-height:1.62;}
@media(max-width:760px){.quiet-group .featured-stack{display:block}.quiet-group .featured-stack .offer-region{margin-top:1.5rem}.quiet-group .service-group{display:block}.quiet-group .service-group .featured-surface{margin-top:1.5rem}
}
.strong-list{
    padding:calc(1.5rem * 2.4) 1.51rem;
    background:var(--ink-main);
    color:var(--line-dark);
}
.strong-list .narrow-panel{max-width:1000px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.94rem * 1.5);}
.strong-list .top-header h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(16px * 2);
    line-height:1.2;}
.strong-list .top-header p{margin:0;
    font-size:16px;
    line-height:1.62;}
.strong-list .content-items{display:flex;
    flex-wrap:wrap;
    gap:0.94rem;}
.strong-list .page-method{
    flex:1 1 260px;
    background:#FBF7EF;
    color:#1A1612;
    border:1px solid #D8CFC0;
    border-radius:0.48rem;
    padding:calc(1.5rem * .75);
}
.strong-list .page-method h3{margin:0 0 0.5rem;
    font-size:calc(16px * 1.125);
    line-height:1.3;}
.strong-list .page-method p{margin:0;
    font-size:calc(16px * .875);
    line-height:1.62;}
.strong-list .page-method a{text-decoration:underline;
    text-underline-offset:2px;}
.strong-list .page-method a:hover{}
.strong-list .primary-steps{display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    gap:0.94rem;
    border-top:1px solid #D8CFC0;
    padding-top:calc(1.5rem * .75);}
.strong-list .primary-steps p{margin:0;
    flex:1 1 320px;
    font-size:calc(16px * .875);
    line-height:1.62;}
.strong-list .primary-steps a{text-decoration:underline;
    text-underline-offset:2px;}
.strong-list .primary-steps a:hover{}
.strong-list .top-items{
    display:inline-block;
    white-space:nowrap;
    padding:0.6rem 1.1rem;
    border-radius:0.35rem;
    background:#C8332A;
    color:#FBF7EF;
    font-weight:600;
    font-size:calc(16px * .875);
    text-decoration:none;
    transition:background 420ms var(--speed-fast);
}
.strong-list .top-items:hover{
    background:#A8261F;
    color:#FBF7EF;
}
@media (max-width:760px){.strong-list .primary-steps{
        flex-direction:column;
        align-items:flex-start;
    }
}
.text-nav{
  padding: calc(1.5rem * 2.4) 1.51rem;
  background: #1A1612;
  color: #F6F0E4;
}
.text-nav .narrow-panel{max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.94rem * 1.5);}
.text-nav .top-header h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16px * 2);
  line-height: 1.1;}
.text-nav .top-header p{margin: 0 0 calc(1.5rem * .75);
  font-size: 16px;
  line-height: 1.62;}
.text-nav .top-header p:last-child{margin-bottom: 0;}
.text-nav .content-items{display: flex;
  flex-wrap: wrap;
  gap: 0.94rem;
  border-top: 1px solid #2E2822;
  border-bottom: 1px solid #2E2822;
  padding: calc(0.94rem * 1.5) 0;}
.text-nav .page-method{flex: 1 1 15rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;}
.text-nav .page-method .strong-section{font-size: calc(16px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #D8CFC0;}
.text-nav .page-method strong{font-size: calc(16px * 1.125);
  line-height: 1.25;}
.text-nav .page-method small{font-size: calc(16px * .875);
  line-height: 1.5;
  color: #D8CFC0;}
.text-nav .page-method a{margin-top: 0.3rem;
  font-size: calc(16px * .875);
  text-decoration: underline;
  text-underline-offset: 3px;}
.text-nav .page-method a:hover{color:inherit;}
.text-nav .wide-frame{display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.94rem;}
.text-nav .team-copy{display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 1 1 14rem;}
.text-nav .team-copy label{font-size: calc(16px * .875);
  color: #D8CFC0;}
.text-nav .team-copy input,
.text-nav .team-copy select{
  padding: 0.7rem 0.85rem;
  border-radius: 0.35rem;
  border: 1px solid #2E2822;
  background: #FBF7EF;
  color: #1A1612;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
}
.text-nav .team-copy input::placeholder{color: rgba(255,255,255,0.55);}
.text-nav .wide-frame button{
  padding: 0.75rem 1.4rem;
  border: none;
  border-radius: 0.35rem;
  background: #C8332A;
  color: #FBF7EF;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: background 420ms var(--speed-fast);
}
.text-nav .wide-frame button:hover{
  background: #A8261F;color:#1A1612;}
.text-nav .primary-steps{flex: 1 1 100%;
  margin: 0;
  font-size: calc(16px * .875);
  color: #D8CFC0;}
.text-nav .main-figure{border-left: 2px solid #C8332A;
  padding-left: calc(1.5rem * .75);}
.text-nav .main-figure p{margin: 0;
  font-size: 16px;
  line-height: 1.62;}
.text-nav .main-figure a{text-decoration: underline;
  text-underline-offset: 3px;}
.text-nav .main-figure a:hover{color:inherit;}
@media (max-width: 720px) {.text-nav .content-items{
    flex-direction: column;
  }.text-nav .wide-frame{
    flex-direction: column;
    align-items: stretch;
  }.text-nav .main-figure{
    border-left: none;
    border-top: 2px solid #C8332A;
    padding-left: 0;
    padding-top: calc(1.5rem * .75);
  }
}
.featured-intro{padding:calc(calc(1.5rem * 2.4)*.72) 1.51rem;background:#F6F0E4;color:#1A1612;}
.featured-intro .public-fields{max-width:min(1000px,64rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(0.94rem * 1.5);}
.featured-intro h1{margin:0;max-width:22ch;font-size:clamp(1.95rem,4.8vw,calc(16px * 2.65));line-height:1.08;font-weight:640;letter-spacing:-0.01em;}
.featured-intro .steady-actions{display:block;width:100%;height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.35rem;border:1px solid #D8CFC0;}
.featured-intro .featured-area{display:flex;flex-direction:column;gap:1.5rem;padding-top:1.5rem;border-top:1px solid #D8CFC0;}
.featured-intro .featured-area p{margin:0;font-size:16px;line-height:1.72;color:var(--line-dark);}
@media (min-width:820px){.featured-intro .public-fields{display:grid;grid-template-columns:1.1fr 1fr;grid-template-areas:"title photo" "lead photo";column-gap:calc(0.94rem * 1.5);row-gap:1.5rem;align-items:start;}.featured-intro h1{grid-area:title;}.featured-intro .steady-actions{grid-area:photo;aspect-ratio:4/5;height:100%;}.featured-intro .featured-area{grid-area:lead;border-top:1px solid #D8CFC0;}
  }
@media (max-width:640px){.featured-intro{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.featured-intro h1{max-width:100%;}.featured-intro .steady-actions{aspect-ratio:4/3;}
  }
.offer-figure{--mark-base:calc(1.5rem * 1.35);--label-meta:calc(1000px / 3.55);padding:calc(1.5rem * 2.4) 1.51rem;background:#C8332A;color:#FBF7EF;}
.offer-figure .narrow-panel{max-width:1000px;margin:0 auto;}
.offer-figure h1,.offer-figure h2,.offer-figure h3,.offer-figure p{margin:0;}
.offer-figure h1{font-size:calc(16px * 2.65);line-height:1.08;}
.offer-figure h2{font-size:calc(16px * 2);line-height:1.12;}
.offer-figure h3{font-size:calc(16px * 1.35);line-height:1.2;}
.offer-figure p{font-size:16px;line-height:1.62;color:color-mix(in srgb, currentColor 74%, transparent);}
.offer-figure a{color:inherit;text-decoration:none;}
.offer-figure img{display:block;width:100%;height:auto;border-radius:0.35rem;}
.offer-figure .top-items{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.2rem;background:#FBF7EF;color:#C8332A;}
.offer-figure .featured-area{margin-top:calc(1.5rem / 2);}
.offer-figure .secondary-intro{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.94rem;margin-top:var(--mark-base);}
.offer-figure .offer-region{flex:1 1 calc(1000px / 4);min-width:0;}
.offer-figure .offer-region p{margin-top:calc(1.5rem / 3);}
.offer-figure .clear-nav{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.94rem;}
.offer-figure .clear-nav>.local-summary{flex:1 1 auto;min-width:0;}
.offer-figure .clear-nav>.top-items{flex:0 0 auto;}
.offer-figure .clear-nav>.secondary-intro{flex:1 1 100%;}
.offer-figure .local-summary h2{margin-top:calc(1.5rem / 2);}
.offer-figure .page-method{flex:1 1 100%;margin-top:calc(0.94rem * 1.5);font-size:calc(16px * .875);}
.offer-figure .page-method a{text-decoration:underline;text-underline-offset:3px;}
.offer-figure .page-method a:hover{opacity:.78;}
@media (max-width:720px){.offer-figure .offer-region{flex:1 1 100%;}.offer-figure .clear-nav>.top-items{width:100%;}
}
.primary-stack{--mark-base:calc(1.5rem * 1.05);--label-meta:calc(1000px / 3.4);padding:calc(1.5rem * 2.4) 1.51rem;background:#F6F0E4;color:#1A1612;}
.primary-stack .narrow-panel{max-width:1000px;margin:0 auto;}
.primary-stack h2,.primary-stack h3,.primary-stack p{margin:0;}
.primary-stack h2{font-size:calc(16px * 2);line-height:1.14;}
.primary-stack h3{font-size:calc(16px * 1.35);line-height:1.22;}
.primary-stack p{font-size:16px;line-height:1.62;color:var(--line-dark);}
.primary-stack a{color:#C8332A;text-decoration:underline;text-underline-offset:3px;}
.primary-stack a:hover{color:#1E3A6E;}
.primary-stack img{display:block;width:100%;height:auto;border-radius:0.35rem;}
.primary-stack .offer-flow{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.94rem;}
.primary-stack .offer-flow>.local-summary{flex:1 1 calc(1000px / 3);min-width:0;}
.primary-stack .offer-flow>.secondary-intro{flex:2 1 calc(1000px / 2);display:flex;flex-direction:column;gap:var(--mark-base);}
.primary-stack .offer-flow>img{flex:0 0 auto;margin-left:auto;max-width:var(--label-meta);}
.primary-stack .local-summary .featured-area{margin-top:1.5rem;}
.primary-stack .offer-region{min-width:0;padding-bottom:calc(0.94rem * 1.5);border-bottom:1px solid #D8CFC0;}
.primary-stack .offer-region:last-child{border-bottom:0;padding-bottom:0;}
.primary-stack .offer-region p{margin-top:calc(1.5rem / 3);}
@media (max-width:760px){.primary-stack .offer-flow>img{max-width:100%;margin-left:0;}
}
.site-items{padding:calc(calc(1.5rem * 2.4)*.78) 1.51rem;background:#F6F0E4;color:#1A1612;}
.site-items .public-fields{max-width:min(1000px,64rem);margin:0 auto;display:flex;flex-direction:column;}
.site-items h1{margin:0;font-size:clamp(1.95rem,4.6vw,calc(16px * 2.65));line-height:1.08;font-weight:680;letter-spacing:-0.01em;}
.site-items .steady-actions{display:block;width:min(100%,42rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.35rem;margin:clamp(1.1rem,2.4vw,calc(0.94rem * 1.5)) 0 0;}
.site-items .compact-figure{margin-top:clamp(1rem,2vw,1.5rem);padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid #D8CFC0;}
.site-items p{margin:0;font-size:clamp(1rem,1.2vw,16px);line-height:1.74;color:var(--line-dark,#2E2822);}
@media (max-width:640px){.site-items{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}.site-items .steady-actions{aspect-ratio:4/3;}
  }
.steady-list{padding:calc(1.5rem * 2.4) 1.51rem;background:linear-gradient(135deg, #F6F0E4 0%, #EDE4D3 55%, #E4D8C2 100%);color:#1A1612;}
.steady-list .narrow-panel{max-width:1000px;margin:0 auto;}
.steady-list .wide-intro{margin-bottom:calc(0.94rem * 1.5);}
.steady-list .wide-intro p{margin:0;font-size:calc(16px * .875);font-weight:700;letter-spacing:.04em;text-transform:uppercase;opacity:.85;}
.steady-list .wide-intro h2{margin:1.51rem 0 0;font-size:calc(16px * 2);line-height:1.15;}
.steady-list .featured-area{margin:0 0 calc(0.94rem * 1.5);font-size:16px;line-height:1.62;}
.steady-list .compact-figure{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.steady-list .featured-surface{display:flex;gap:0.94rem;align-items:flex-start;padding:calc(1.5rem * .75) 0;border-top:1px solid color-mix(in srgb, currentColor 14%, transparent);}
.steady-list .featured-surface:last-child{border-bottom:1px solid color-mix(in srgb, currentColor 14%, transparent);}
.steady-list .strong-section{flex:0 0 auto;font-size:calc(16px * .875);font-weight:700;color:#1E3A6E;background:#FBF7EF;border-radius:0.2rem;padding:2px 8px;line-height:1.4;}
.steady-list .local-summary{flex:1 1 auto;}
.steady-list .local-summary h3{margin:0 0 1.51rem;font-size:calc(16px * 1.35);line-height:1.25;}
.steady-list .local-summary p{margin:0;font-size:16px;line-height:1.62;}
.steady-list .local-summary a{text-decoration:underline;text-underline-offset:2px;}
.steady-list .local-summary a:hover{}
.steady-list .main-figure{margin-top:calc(0.94rem * 1.5);padding:calc(1.5rem * .75);background:#FBF7EF;color:#1A1612;border:1px solid #D8CFC0;border-radius:0.48rem;display:flex;flex-wrap:wrap;gap:0.94rem;align-items:center;justify-content:space-between;}
.steady-list .main-figure p{margin:0;flex:1 1 320px;font-size:16px;line-height:1.62;}
.steady-list .page-method{display:flex;flex-wrap:wrap;gap:0.94rem;}
.steady-list .page-method a{display:inline-block;padding:8px 14px;border-radius:0.35rem;background:#C8332A;color:#FBF7EF;font-size:calc(16px * .875);font-weight:700;text-decoration:none;transition:background 420ms var(--speed-fast);}
.steady-list .page-method a:hover{background:#A8261F;color:#1A1612;}
@media (max-width:640px){.steady-list .featured-surface{flex-direction:column;gap:1.51rem;}.steady-list .main-figure{flex-direction:column;align-items:flex-start;}.steady-list .page-method{width:100%;}.steady-list .page-method a{flex:1 1 auto;text-align:center;}
}
.clear-actions{
  padding: calc(1.5rem * 2.4) 1.51rem;
  background: var(--ink-main);
  color: var(--line-dark);
}
.clear-actions .narrow-panel{max-width: 1000px;
  margin: 0 auto;}
.clear-actions .wide-area{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: calc(0.94rem * 1.5);
  align-items: end;
  margin-bottom: calc(0.94rem * 1.5);}
.clear-actions h2{margin: 0;
  font-size: calc(16px * 2);
  line-height: 1.1;}
.clear-actions .wide-area p{margin: 0;
  line-height: 1.62;}
.clear-actions .open-wrap{margin: 0;
  padding: 0;
  border-top: 1px solid #D8CFC0;
  list-style: none;}
.clear-actions .featured-surface{display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.94rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #D8CFC0;}
.clear-actions .featured-surface p{margin: 0;
  font-size: calc(16px * 1.125);
  line-height: 1.62;}
.clear-actions .featured-surface span{color: #6E6459;
  font-size: calc(16px * .875);
  white-space: nowrap;}
.clear-actions .open-shell{padding-left: calc(0.94rem * 0.65);}
.clear-actions .open-shell p{font-size: 16px;}
.clear-actions .text-links{justify-content: flex-start;
  flex-wrap: wrap;}
.clear-actions .text-links a{flex: 1 1 14rem;color:inherit;
  font-size: calc(16px * 1.35);
  overflow-wrap: anywhere;
  text-underline-offset: 0.22em;}
.clear-actions .text-links a:hover{color: #1E3A6E;}
.clear-actions .clear-shell{display: flex;
  flex-wrap: wrap;
  gap: 0.94rem;
  padding-top: 1.5rem;}
.clear-actions .clear-shell a{
  flex: 1 1 15rem;
  padding: calc(1.5rem * .75);
  background: #FBF7EF;
  color: #1A1612;
  border: 1px solid #D8CFC0;
  border-radius: 0.35rem;
  text-decoration: none;
  line-height: 1.62;
  overflow-wrap: anywhere;
  transition: border-color 420ms var(--speed-fast);
}
.clear-actions .clear-shell a span{display: block;
  margin-bottom: 0.35rem;color:inherit;
  font-size: calc(16px * .875);}
.clear-actions .clear-shell a:hover{border-color: #1E3A6E;}
@media (max-width: 720px) {.clear-actions .wide-area{
    grid-template-columns: 1fr;
    align-items: start;
  }.clear-actions .featured-surface{
    display: block;
  }.clear-actions .featured-surface span,
  .clear-actions .featured-surface p,
  .clear-actions .text-links a{
    display: block;
    margin-top: calc(1.5rem * .75);
  }.clear-actions .featured-surface span{
    white-space: normal;
  }.clear-actions .open-shell{
    padding-left: 0;
  }
}
.team-details{
  padding: calc(1.5rem * 2.4) 1.51rem;
  background: #C8332A;
  color: #FBF7EF;
}
.team-details .narrow-panel{max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: calc(0.94rem * 1.5);
  align-items: start;}
.team-details .top-items{
  padding: calc(1.5rem * .75);
  border-radius: 0.76rem;
  background: #F6F0E4;
  color: #1A1612;
}
.team-details .top-items .mission{display: inline-block;
  font-size: calc(16px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.team-details h2{margin: calc(1.5rem * .75) 0 calc(calc(1.5rem * .75) * .6);
  font-size: calc(16px * 2);
  line-height: 1.12;}
.team-details .top-items .featured-area{margin: 0 0 calc(1.5rem * .75);
  font-size: 16px;
  line-height: 1.62;}
.team-details .top-items .primary-steps{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16px * .875);}
.team-details .top-items a{
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * .8) calc(1.5rem * .75);
  border-radius: 0.35rem;
  background: #C8332A;
  color: #FBF7EF;
  text-decoration: none;
  transition: background 420ms var(--speed-fast);
}
.team-details .top-items a:hover{
  background: #A8261F;color:#1A1612;}
.team-details .quiet-menu{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.team-details .quiet-menu .top-header{margin: 0 0 calc(calc(1.5rem * .75) * .4);
  font-size: calc(16px * 1.125);
  line-height: 1.62;}
.team-details .narrow-summary{
  padding: calc(1.5rem * .75);
  border-radius: 0.35rem;
  background: #1A1612;
  color: #F6F0E4;
  display: flex;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  align-items: baseline;
}
.team-details .narrow-summary strong{flex: 0 0 42%;
  font-size: 16px;
  line-height: 1.3;}
.team-details .narrow-summary span{flex: 1 1 auto;
  font-size: calc(16px * .875);
  line-height: 1.62;}
.team-details .quiet-menu .visual-figure{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16px * .875);
  opacity: .85;}
.team-details .quiet-menu .visual-figure a{text-decoration: underline;}
@media (max-width: 760px) {.team-details .narrow-panel{
    grid-template-columns: 1fr;
  }.team-details .narrow-summary{
    flex-direction: column;
    align-items: flex-start;
  }.team-details .narrow-summary strong{
    flex: 0 0 auto;
  }
}
.focused-items{
    padding:calc(calc(1.5rem * 2.4)*1.15) 1.51rem;
    background:#F6F0E4;
    color:#1A1612;
  }
.focused-items .public-fields{max-width:min(1000px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(0.94rem * 1.5));}
.focused-items h1{margin:0;
    max-width:24ch;
    font-size:clamp(1.9rem,4.6vw,calc(16px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.01em;}
.focused-items .steady-actions{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.35rem;
    border:1px solid #D8CFC0;}
.focused-items .compact-figure{padding-top:clamp(0.85rem,1.6vw,1.5rem);
    border-top:1px solid #D8CFC0;}
.focused-items p{margin:0;
    font-size:clamp(1rem,1.2vw,16px);
    line-height:1.72;
    color:var(--line-dark,#2E2822);}
@media (max-width:640px){.focused-items{padding-top:calc(calc(1.5rem * 2.4)*0.85);padding-bottom:calc(calc(1.5rem * 2.4)*0.85);}.focused-items h1{max-width:100%;}.focused-items .steady-actions{aspect-ratio:4/3;}
  }
.contact-flow{--mark-base:calc(1.5rem * 1.32);--label-meta:calc(1000px / 3.61);padding:calc(1.5rem * 2.4) 1.51rem;background:#F6F0E4;color:#1A1612;}
.contact-flow .narrow-panel{max-width:1000px;margin:0 auto;}
.contact-flow h1,.contact-flow h2,.contact-flow h3,.contact-flow p{margin:0;}
.contact-flow h2{font-size:calc(16px * 2);line-height:1.12;}
.contact-flow h3{font-size:calc(16px * 1.35);line-height:1.2;}
.contact-flow p{font-size:16px;line-height:1.62;}
.contact-flow a{text-decoration:none;}
.contact-flow a:hover{}
.contact-flow img{display:block;width:100%;height:auto;border-radius:0.35rem;}
.contact-flow .featured-area{margin-top:1.5rem;}
.contact-flow .secondary-intro{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.94rem;margin-top:var(--mark-base);}
.contact-flow .offer-region{flex:1 1 calc(1000px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #D8CFC0;}
.contact-flow .offer-region p{margin-top:calc(1.5rem / 3);}
.contact-flow .team-shell>img{margin-top:var(--mark-base);}
.contact-flow .primary-steps{margin-top:var(--mark-base);font-size:calc(16px * .875);}
.plain-shell{padding:calc(1.5rem * 2.4) 1.51rem;background:#1A1612;color:#F6F0E4}
.plain-shell .public-list{max-width:1000px;margin:0 auto}
.plain-shell .wide-intro{display:flex;flex-wrap:wrap;gap:calc(0.94rem * 1.5);align-items:flex-end;justify-content:space-between;border-bottom:1px solid rgba(246,240,228,0.18);padding-bottom:calc(0.94rem * 1.5)}
.plain-shell h2{margin:0;font-size:calc(16px * 2);line-height:1.1;flex:1 1 20rem}
.plain-shell .wide-area{margin:0;flex:1 1 22rem;font-size:16px;line-height:1.62;opacity:0.82}
.plain-shell .clear-wrap{margin-top:calc(0.94rem * 1.5);display:flex;flex-direction:column;gap:0}
.plain-shell .primary-steps{padding:calc(1.5rem * .75) 0;border-bottom:1px solid rgba(246,240,228,0.14)}
.plain-shell .primary-steps:last-child{border-bottom:none}
.plain-shell h3{margin:0 0 0.4rem;font-size:calc(16px * 1.35);line-height:1.2}
.plain-shell .primary-steps p{margin:0;font-size:16px;line-height:1.62;opacity:0.78}
.plain-shell .featured-visual{margin:calc(0.94rem * 1.5) 0 0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(246,240,228,0.18);font-size:calc(16px * .875);line-height:1.62;opacity:0.85}
.plain-shell a{text-decoration:underline;text-underline-offset:3px}
.plain-shell a:hover{opacity:0.9}
@media(min-width:760px){.plain-shell .primary-steps{display:grid;grid-template-columns:minmax(14rem,22rem) 1fr;gap:0.94rem;align-items:start}.plain-shell h3{margin:0}
}
@media(max-width:680px){.plain-shell .wide-intro{flex-direction:column;align-items:flex-start}
}
.open-surface{
  background: var(--ink-main);
  color: var(--line-dark);
  padding: calc(1.5rem * 2.4) 1.51rem;
}
.open-surface .narrow-panel{width: min(100%, 1000px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.94rem * 1.5);}
.open-surface .top-header{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.open-surface h2{margin: 0;
  font-size: calc(16px * 2);
  line-height: 1.1;}
.open-surface .featured-area{margin: 0;
  font-size: 16px;
  line-height: 1.62;}
.open-surface .service-group{display: flex;
  flex-wrap: wrap;
  gap: 0.94rem;}
.open-surface .offer-region{
  flex: 1 1 20rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: #FBF7EF;
  color: #1A1612;
  border: 1px solid #D8CFC0;
  border-radius: 0.48rem;
  overflow: hidden;
}
.open-surface .steady-steps{
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--ink-main);color:var(--line-dark);}
.open-surface .steady-steps img{width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;}
.open-surface .local-summary{padding: calc(1.5rem * .75);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;}
.open-surface h3{margin: 0;
  font-size: calc(16px * 1.35);
  line-height: 1.2;}
.open-surface .local-summary p{margin: 0;
  font-size: calc(16px * .875);
  line-height: 1.62;}
.open-surface .primary-steps{margin: 0;
  font-size: calc(16px * .875);
  line-height: 1.62;
  border-top: 1px solid #D8CFC0;
  padding-top: calc(1.5rem * .75);}
.open-surface .primary-steps a{text-decoration: underline;}
.open-surface .primary-steps a:hover{}
@media (max-width: 640px) {.open-surface .offer-region{
    flex: 1 1 100%;
  }
}
.quiet-feature{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.51rem;
    background:#F6F0E4;
    color:#1A1612;
  }
.quiet-feature .public-fields{max-width:min(1000px,64rem);
    margin:0 auto;}
.quiet-feature h1{margin:0;
    max-width:24ch;
    font-size:clamp(1.95rem,4.6vw,calc(16px * 2.65));
    line-height:1.08;
    font-weight:660;
    letter-spacing:-0.005em;}
.quiet-feature .featured-area{margin-top:clamp(1rem,2vw,calc(0.94rem * 1.5));
    padding-top:clamp(.8rem,1.5vw,1.5rem);
    border-top:1px solid #D8CFC0;}
.quiet-feature p{margin:0;
    font-size:clamp(1rem,1.2vw,16px);
    line-height:1.72;}
.quiet-feature .steady-actions{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.35rem;
    margin:clamp(1.2rem,2.4vw,calc(0.94rem * 1.5)) 0 0;}
@media (max-width:640px){.quiet-feature{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}.quiet-feature h1{max-width:100%;}.quiet-feature .steady-actions{aspect-ratio:4/3;}
  }
.service-menu{--mark-base:calc(1.5rem * 1.05);--label-meta:calc(1000px / 3.4);padding:calc(1.5rem * 2.4) 1.51rem;background:#F6F0E4;color:#1A1612;}
.service-menu .narrow-panel{max-width:1000px;margin:0 auto;}
.service-menu h1,.service-menu h2,.service-menu h3,.service-menu p{margin:0;}
.service-menu h2{font-size:calc(16px * 2);line-height:1.12;}
.service-menu h3{font-size:calc(16px * 1.35);line-height:1.22;}
.service-menu p{font-size:16px;line-height:1.62;color:var(--line-dark);}
.service-menu a{color:#C8332A;text-decoration:none;border-bottom:1px solid #C8332A;}
.service-menu a:hover{color:#1E3A6E;border-color:#1E3A6E;}
.service-menu img{display:block;width:100%;height:auto;border-radius:0.35rem;}
.service-menu .featured-area{margin-top:1.5rem;}
.service-menu .secondary-intro{display:flex;flex-direction:column;gap:var(--mark-base);margin-top:var(--mark-base);}
.service-menu .offer-region{min-width:0;padding-bottom:var(--mark-base);border-bottom:1px solid #D8CFC0;}
.service-menu .offer-region:last-child{border-bottom:0;padding-bottom:0;}
.service-menu .offer-region p{margin-top:calc(1.5rem / 3);}
.service-menu .offer-flow{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.94rem;}
.service-menu .offer-flow>.local-summary{flex:1 1 calc(1000px / 3);min-width:0;}
.service-menu .offer-flow>.secondary-intro{flex:2 1 calc(1000px / 2);margin-top:0;}
.service-menu .offer-flow>img{margin-left:auto;max-width:var(--label-meta);}
.service-menu .page-method{margin-top:calc(0.94rem * 1.5);font-size:calc(16px * .875);color:var(--line-dark);}
@media (max-width:720px){.service-menu .offer-flow>img{margin-left:0;max-width:100%;}
}
.local-surface{--mark-base:calc(1.5rem * 1.20);--field-strong:calc(1000px / 2.44);--label-button:calc(1000px / 3.53);padding:calc(1.5rem * 2.4) 1.51rem;background:#1E3A6E;color:#FBF7EF;}
.local-surface .narrow-panel{max-width:1000px;margin:0 auto;}
.local-surface h1,.local-surface h2,.local-surface h3,.local-surface p,.local-surface ul{margin:0;}
.local-surface h1{font-size:calc(16px * 2.65);line-height:1.1;}
.local-surface h2{font-size:calc(16px * 2);line-height:1.12;}
.local-surface h3{font-size:calc(16px * 1.35);line-height:1.2;}
.local-surface p{font-size:16px;line-height:1.62;color:color-mix(in srgb, currentColor 74%, transparent);}
.local-surface a{color:inherit;text-decoration:none;}
.local-surface .site-media{padding-block:calc(var(--mark-base) / 2);}
.local-surface .team-story{row-gap:calc(var(--mark-base) * 1.2);}
.local-surface .method{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.local-surface .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.94rem;}
.local-surface .row-title h2{flex:1 1 calc(1000px / 3);min-width:0;}
.local-surface .row-title>p{flex:1 1 calc(1000px / 3);min-width:0;}
.local-surface .quiet-menu{flex:1 1 100%;}
.local-surface .quiet-menu{display:flex;flex-wrap:wrap;gap:var(--mark-base);margin-top:var(--mark-base);}
.local-surface .offer-region{flex:1 1 var(--label-button);min-width:0;padding-block-start:calc(calc(1.5rem * .75) / 1.5);border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.local-surface .offer-region p{margin-top:calc(1.5rem / 3);}
.local-surface .primary-steps{flex:1 1 100%;margin-top:var(--mark-base);font-size:calc(16px * .875);}
.local-surface .primary-steps a{text-decoration:underline;text-underline-offset:3px;opacity:.9;}
.local-surface .primary-steps a:hover{opacity:1;}
.open-tile{--mark-base:calc(1.5rem * 0.95);padding:calc(1.5rem * 2.4) 1.51rem;background:#F6F0E4;color:#1A1612;}
.open-tile .narrow-panel{max-width:1000px;margin:0 auto;}
.open-tile h2,.open-tile h3,.open-tile p{margin:0;}
.open-tile h2{font-size:calc(16px * 2);line-height:1.14;}
.open-tile h3{font-size:calc(16px * 1.35);line-height:1.22;}
.open-tile p{font-size:16px;line-height:1.62;}
.open-tile a{color:#C8332A;text-decoration:none;}
.open-tile a:hover{color:#1E3A6E;}
.open-tile .primary-steps{margin:0 0 calc(1.5rem / 3);font-size:calc(16px * .875);letter-spacing:0.08em;text-transform:uppercase;color:var(--line-dark);}
.open-tile .featured-area{margin-top:calc(1.5rem / 2);}
.open-tile .top-items{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.2rem;background:#C8332A;color:#FBF7EF;}
.open-tile .top-items:hover{background:#A8261F;color:#FBF7EF;}
.open-tile .secondary-intro{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.94rem;margin-top:var(--mark-base);}
.open-tile .offer-region{flex:1 1 calc(1000px / 4);min-width:0;padding:calc(1.5rem * .75);border:1px solid #D8CFC0;border-radius:0.35rem;background:#FBF7EF;color:#1A1612;}
.open-tile .offer-region p{margin-top:calc(1.5rem / 3);}
.open-tile .offer-region a{display:inline-block;margin-top:calc(1.5rem / 3);font-size:calc(16px * .875);}
.open-tile .page-method{margin-top:var(--mark-base);font-size:calc(16px * .875);color:var(--line-dark);}
.open-tile .clear-nav{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.94rem;}
.open-tile .clear-nav>.local-summary{flex:1 1 auto;min-width:0;}
.open-tile .clear-nav>.top-items{flex:0 0 auto;}
.open-tile .clear-nav>.secondary-intro,.open-tile .clear-nav>.page-method{flex:1 1 100%;}
.open-tile .local-summary h2{margin-top:calc(1.5rem / 2);}
.strong-fields{
    padding:calc(calc(1.5rem * 2.4)*1.35) 1.51rem;
    background:#F6F0E4;
    color:#1A1612;
  }
.strong-fields .public-fields{max-width:min(1000px,64rem);
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);
    gap:clamp(1.4rem,3.4vw,calc(0.94rem * 1.5));
    align-items:start;}
.strong-fields .featured-area{display:flex;
    flex-direction:column;
    gap:1.5rem;}
.strong-fields h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(16px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.01em;}
.strong-fields .local-summary{margin:0;
    font-size:16px;
    line-height:1.72;
    color:var(--line-dark,#2E2822);
    border-top:1px solid #D8CFC0;
    padding-top:1.5rem;}
.strong-fields .direct-details{margin:0;
    display:flex;
    flex-direction:column;
    gap:0.7rem;}
.strong-fields .steady-actions{display:block;
    width:100%;
    height:auto;
    aspect-ratio:4/5;
    object-fit:cover;
    border-radius:0.35rem;
    box-shadow:var(--lift-image,0 0 2px rgba(0,0,0,0.06));}
.strong-fields figcaption{font-size:calc(16px * .875);
    line-height:1.55;
    color:var(--line-dark,#2E2822);}
@media (max-width:760px){.strong-fields .public-fields{
      grid-template-columns:1fr;
    }.strong-fields .steady-actions{
      aspect-ratio:16/10;
    }
  }
.narrow-section{
  --mark-base:calc(1.5rem * 1.15);
  --field-strong:calc(1000px / 2.30);
  padding:calc(1.5rem * 2.4) 1.51rem;
  background:#F6F0E4;
  color:#1A1612;
}
.narrow-section .narrow-panel{max-width:1000px;
  margin:0 auto;}
.narrow-section h2,
.narrow-section h3,
.narrow-section p,
.narrow-section ol,
.narrow-section li{margin:0;}
.narrow-section h2{font-size:calc(16px * 2);
  line-height:1.14;}
.narrow-section h3{font-size:calc(16px * 1.35);
  line-height:1.22;}
.narrow-section p{font-size:16px;
  line-height:1.62;}
.narrow-section a{color:#C8332A;
  text-decoration:none;
  border-bottom:1px solid currentColor;}
.narrow-section a:hover{color:#1E3A6E;}
.narrow-section .top-header{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:0.94rem;
  padding-bottom:calc(0.94rem * 1.5);
  border-bottom:1px solid #D8CFC0;}
.narrow-section .top-header>h2{flex:1 1 calc(1000px / 3);
  min-width:0;}
.narrow-section .top-header>.featured-area{flex:1 1 calc(1000px / 2.6);
  min-width:0;
  color:var(--line-dark);}
.narrow-section .service-group{list-style:none;
  padding:0;
  margin-top:var(--mark-base);
  display:flex;
  flex-direction:column;
  gap:0;}
.narrow-section .offer-region{display:flex;
  flex-wrap:wrap;
  gap:0.94rem;
  padding:calc(0.94rem * 1.5) 0;
  border-bottom:1px solid #D8CFC0;}
.narrow-section .offer-region:last-child{border-bottom:none;}
.narrow-section .visual-figure{flex:0 0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 4);
  min-width:calc(1000px / 8);}
.narrow-section .bottom-stack{font-size:calc(16px * 1.125);
  font-weight:600;
  letter-spacing:0.02em;}
.narrow-section .strong-section{
  display:inline-block;
  width:max-content;
  max-width:100%;
  padding:calc(1.5rem / 6) calc(1.51rem / 2);
  border-radius:0.2rem;
  background:#1E3A6E;
  color:#FBF7EF;
  font-size:calc(16px * .875);
  line-height:1.3;
}
.narrow-section .local-summary{flex:1 1 calc(1000px / 2.2);
  min-width:0;}
.narrow-section .local-summary>p{margin-top:calc(1.5rem / 3);
  color:var(--line-dark);}
.narrow-section .primary-steps{margin-top:var(--mark-base);
  padding-top:calc(0.94rem * 1.5);
  border-top:1px solid #D8CFC0;
  color:var(--line-dark);}
@media (max-width:720px){.narrow-section .top-header>h2,
  .narrow-section .top-header>.featured-area,
  .narrow-section .local-summary{
    flex:1 1 100%;
  }.narrow-section .visual-figure{
    flex-direction:row;
    align-items:center;
    gap:0.94rem;
    min-width:0;
  }
}
.offset-who-we-are{
  background: linear-gradient(120deg, #C8332A 0%, #1E3A6E 100%);
  color: #FBF7EF;
  padding: calc(1.5rem * 2.4) 1.51rem;
}
.offset-who-we-are .narrow-panel{width: min(100%, 1000px);
  margin: 0 auto;}
.offset-who-we-are .media-section{display: block;
  width: 100%;
  aspect-ratio: 21 / 8;
  object-fit: cover;
  border-radius: 0.76rem;
  margin-bottom: calc(0.94rem * 1.5);}
.offset-who-we-are h2,
.offset-who-we-are p{margin: 0;}
.offset-who-we-are .contact-section{display: flex;
  flex-wrap: wrap;
  gap: calc(0.94rem * 1.5) 0.94rem;
  align-items: flex-start;}
.offset-who-we-are .top-header{flex: 1 1 20rem;
  min-width: 0;}
.offset-who-we-are h2{font-size: calc(16px * 2);
  line-height: 1.08;
  margin-bottom: calc(1.5rem * .75);}
.offset-who-we-are .featured-area{font-size: 16px;
  line-height: 1.62;}
.offset-who-we-are .clear-wrap{flex: 1 1 22rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.offset-who-we-are .clear-wrap p{line-height: 1.62;
  padding-left: calc(1.5rem * .75);
  border-left: 2px solid #FBF7EF;}
.offset-who-we-are strong{display: block;
  margin-bottom: calc(calc(1.5rem * .75) * .3);
  font-size: calc(16px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
@media (max-width: 820px) {.offset-who-we-are .media-section{ aspect-ratio: 16 / 10; }.offset-who-we-are .contact-section{ gap: calc(0.94rem * 1.5); }
}
.contact-note{--mark-base:calc(1.5rem * 1.18);--field-strong:calc(1000px / 2.5);--label-button:calc(1000px / 3.4);padding:calc(1.5rem * 2.4) 1.51rem;background:#1A1612;color:#F6F0E4;}
.contact-note .narrow-panel{max-width:1000px;margin:0 auto;}
.contact-note h1,.contact-note h2,.contact-note h3,.contact-note p,.contact-note ul{margin:0;}
.contact-note h2{font-size:calc(16px * 2);line-height:1.12;}
.contact-note h3{font-size:calc(16px * 1.35);line-height:1.22;}
.contact-note p{font-size:16px;line-height:1.62;color:inherit;}
.contact-note .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.94rem;}
.contact-note .row-title h2{flex:1 1 calc(1000px / 3);min-width:0;}
.contact-note .row-title>p{flex:1 1 calc(1000px / 3);min-width:0;}
.contact-note .secondary-intro{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--mark-base);margin-top:var(--mark-base);}
.contact-note .offer-region{flex:1 1 var(--label-button);min-width:0;}
.contact-note .offer-region p{margin-top:calc(1.5rem / 3);}
.contact-note .direct-track{padding-block-end:calc(var(--mark-base) / 3);}
.contact-note .quiet-benefit{row-gap:calc(var(--mark-base) * .7);}
.soft-form{
    padding:calc(1.5rem * 2.4) 1.51rem;
    background:#F6F0E4;
    color:#1A1612;
}
.soft-form .fresh-tile{max-width:1000px;
    margin:0 auto;}
.soft-form .public-block{border-bottom:1px solid #D8CFC0;
    padding-bottom:calc(0.94rem * 1.5);
    margin-bottom:calc(0.94rem * 1.5);}
.soft-form .mission{margin:0 0 0.6rem;
    font-size:calc(16px * .875);
    letter-spacing:0.08em;
    text-transform:uppercase;
    color:var(--line-dark);}
.soft-form .visual-fields{margin:0 0 0.5rem;
    font-size:calc(16px * 2.65);
    line-height:1.15;}
.soft-form .content-note{margin:0;
    font-size:calc(16px * .875);
    color:var(--line-dark);}
.soft-form .local-benefit{margin:0 0 calc(0.94rem * 1.5);}
.soft-form .local-benefit img{display:block;
    width:100%;
    height:auto;
    border-radius:0.48rem;
    border:1px solid #D8CFC0;}
.soft-form .local-benefit figcaption{margin-top:0.6rem;
    font-size:calc(16px * .875);
    color:var(--line-dark);}
.soft-form .compact-figure p{margin:0 0 calc(0.94rem * 1.5);
    font-size:16px;
    line-height:1.62;}
.soft-form .fresh-grid{margin:calc(0.94rem * 1.5) 0 0.8rem;
    font-size:calc(16px * 1.35);
    line-height:1.25;}
.soft-form .secondary-intro{margin:0 0 calc(0.94rem * 1.5);
    padding-left:1.2rem;
    display:flex;
    flex-direction:column;
    gap:0.5rem;}
.soft-form .secondary-intro li{font-size:16px;
    line-height:1.62;}
.soft-form .primary-steps{
    margin:0 0 calc(0.94rem * 1.5);
    padding:calc(1.5rem * .75);
    background:var(--ink-main);
    color:var(--line-dark);
    border-left:3px solid #C8332A;
    border-radius:0.35rem;
}
.soft-form .primary-steps p{margin:0;
    font-size:16px;}
.soft-form .primary-steps a,
.soft-form .secondary-frame a{color:#C8332A;
    text-decoration:underline;
    text-underline-offset:3px;}
.soft-form .primary-steps a:hover,
.soft-form .secondary-frame a:hover{color:#1E3A6E;}
.soft-form .contact-group{border-top:1px solid #D8CFC0;
    padding-top:calc(0.94rem * 1.5);
    display:flex;
    flex-wrap:wrap;
    gap:0.94rem;
    justify-content:space-between;}
.soft-form .benefit,
.soft-form .secondary-frame{margin:0;
    font-size:calc(16px * .875);
    color:var(--line-dark);}
@media (max-width:640px){.soft-form .contact-group{
        flex-direction:column;
    }
}
.wide-actions{
        padding:calc(1.5rem * 2.4) 1.51rem;
        background:linear-gradient(135deg, #F6F0E4 0%, #EDE4D3 55%, #E4D8C2 100%);
        color:#1A1612;
    }
.wide-actions .narrow-panel{max-width:1000px;
        margin:0 auto;}
.wide-actions .wide-intro{margin-bottom:calc(0.94rem * 1.5);
        border-bottom:1px solid color-mix(in srgb, currentColor 18%, transparent);
        padding-bottom:calc(0.94rem * 1.5);}
.wide-actions .wide-intro p{margin:0;
        font-size:calc(16px * .875);
        letter-spacing:.08em;
        text-transform:uppercase;
        font-weight:700;}
.wide-actions .wide-intro h2{margin:calc(1.5rem * .75) 0 0;
        font-size:calc(16px * 2);
        line-height:1.15;}
.wide-actions .featured-area{margin-bottom:calc(0.94rem * 1.5);}
.wide-actions .featured-area p{margin:0;
        font-size:16px;
        line-height:1.62;}
.wide-actions .service-group{display:flex;
        flex-direction:column;
        gap:0;
        border-top:1px solid color-mix(in srgb, currentColor 14%, transparent);}
.wide-actions .featured-surface{display:flex;
        gap:0.94rem;
        align-items:flex-start;
        padding:calc(1.5rem * .75) 0;
        border-bottom:1px solid color-mix(in srgb, currentColor 14%, transparent);}
.wide-actions .strong-section{flex:0 0 auto;
        min-width:2.2rem;
        font-size:calc(16px * .875);
        font-weight:700;
        letter-spacing:.06em;
        padding-top:.15rem;
        opacity:.85;}
.wide-actions .local-summary{flex:1 1 auto;}
.wide-actions .local-summary h3{margin:0 0 calc(1.5rem * .75);
        font-size:calc(16px * 1.35);
        line-height:1.25;}
.wide-actions .local-summary p{margin:0;
        line-height:1.62;}
.wide-actions .primary-steps{
        margin-top:calc(0.94rem * 1.5);
        padding:calc(1.5rem * .75) calc(1.5rem * .75);
        border-radius:0.48rem;
        background:#FBF7EF;
        color:#1A1612;
        border:1px solid #D8CFC0;
        box-shadow:0 0px 2px rgba(0,0,0,0.06);
    }
.wide-actions .primary-steps p{margin:0;
        line-height:1.62;}
.wide-actions .primary-steps p + p{margin-top:calc(1.5rem * .75);}
.wide-actions .primary-steps a{text-decoration:underline;
        text-underline-offset:2px;}
.wide-actions .primary-steps a:hover{}
@media (max-width:640px){.wide-actions .featured-surface{
            flex-direction:column;
            gap:calc(1.5rem * .75);
        }.wide-actions .strong-section{
            min-width:0;
        }
    }
.set{
    padding:calc(1.5rem * 2.4) 1.51rem;
    background:#F6F0E4;
    color:#1A1612;
}
.set .fresh-tile{max-width:1000px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.94rem * 1.5);}
.set .public-items{display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:0.94rem;
    border-bottom:1px solid #D8CFC0;
    padding-bottom:calc(1.5rem * .75);}
.set .service-brand{margin:0;
    font-size:calc(16px * 1.35);
    letter-spacing:0.01em;}
.set .visual-nav{margin:0;
    font-size:calc(16px * .875);
    color:var(--line-dark);
    text-transform:uppercase;
    letter-spacing:0.08em;}
.set .wide-team{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.set .wide-menu{margin:0;
    font-size:16px;
    line-height:1.62;}
.set .nav{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:0.94rem;}
.set .plain-callout{
    display:flex;
    flex-direction:column;
    gap:2px;
    padding:calc(1.5rem * .75);
    background:#FBF7EF;
    color:#1A1612;
    border:1px solid #D8CFC0;
    border-radius:0.35rem;
    flex:1 1 220px;
}
.set .plain-callout .group{font-size:calc(16px * .875);
    color:var(--line-dark);
    text-transform:uppercase;
    letter-spacing:0.06em;}
.set .plain-callout a,
.set .plain-callout .quiet-view{font-size:16px;
    color:#C8332A;
    text-decoration:none;
    word-break:break-word;}
.set .plain-callout .quiet-view{color:#1A1612;}
.set .plain-callout a:hover{color:#1E3A6E;}
.set .primary-steps{margin:0;
    font-size:calc(16px * .875);
    line-height:1.62;
    color:var(--line-dark);
    padding-left:calc(1.5rem * .75);
    border-left:2px solid #1E3A6E;}
@media (max-width:640px){.set .public-items{
        flex-direction:column;
        gap:4px;
    }.set .plain-callout{
        flex:1 1 100%;
    }
}
.simple-steps{
  background: linear-gradient(135deg, #F6F0E4 0%, #EDE4D3 55%, #E4D8C2 100%);
  color: #1A1612;
  padding: calc(1.5rem * 2.4) 1.51rem;
}
.simple-steps .narrow-panel{width: min(100%, 1000px);
  margin: 0 auto;
  display: grid;
  gap: calc(0.94rem * 1.5);}
.simple-steps h2,
.simple-steps h3,
.simple-steps p{margin: 0;}
.simple-steps h2{font-size: calc(16px * 2);
  line-height: 1.1;}
.simple-steps h3{font-size: calc(16px * 1.35);
  line-height: 1.18;}
.simple-steps p{font-size: 16px;
  line-height: 1.62;}
.simple-steps .plain-plan{display: grid;
  gap: 1.5rem;
  padding-bottom: calc(0.94rem * 1.5);
  border-bottom: 1px solid #D8CFC0;}
.simple-steps .clear-flow{display: grid;
  gap: calc(1.5rem * .75);}
.simple-steps [data-block]{display: grid;
  grid-template-columns: 3rem minmax(0, .38fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem 0;
  border-bottom: 1px solid #D8CFC0;
  animation: galleryRailIn calc(420ms * 2.2) var(--speed-fast) both;
  animation-delay: var(--ease-base, 0ms);}
.simple-steps [data-block] span{font-size: calc(16px * .875);
  letter-spacing: .04em;}
.simple-steps .service-group{display: flex;
  justify-content: flex-start;}
.simple-steps .service-group a{text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  font-size: 16px;}
.simple-steps .service-group a:hover{}
@keyframes galleryRailIn {from{ opacity: .2; transform: translateX(calc(calc(0.94rem * 1) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 900px) {.simple-steps [data-block]{
    grid-template-columns: 2.4rem minmax(0, 1fr);
    grid-template-areas:
      "num title"
      ". text";
  }.simple-steps [data-block] span{ grid-area: num; }.simple-steps [data-block] h3{ grid-area: title; }.simple-steps [data-block] p{ grid-area: text; }
}
.active-steps{
    padding:calc(1.5rem * 2.4) 1.51rem;
    background:#F6F0E4;
    color:#1A1612;
}
.active-steps .fresh-tile{max-width:1000px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.94rem * 1.5);}
.active-steps .wide-intro{display:flex;
    flex-direction:column;
    gap:0.4rem;
    border-bottom:1px solid #D8CFC0;
    padding-bottom:calc(1.5rem * .75);}
.active-steps .visual-fields{margin:0;
    font-size:calc(16px * 2.65);
    line-height:1.15;
    letter-spacing:-0.01em;}
.active-steps .content-note{
    margin:0;
    font-size:calc(16px * .875);
    color:var(--line-dark);
    background:var(--ink-main);
    display:inline-block;
    padding:0.25rem 0.6rem;
    border-radius:0.2rem;
    align-self:flex-start;
}
.active-steps .local-benefit{margin:0;
    display:flex;
    flex-direction:column;
    gap:0.5rem;}
.active-steps .local-benefit img{width:100%;
    height:auto;
    display:block;
    border-radius:0.35rem;
    border:1px solid #D8CFC0;}
.active-steps .local-benefit figcaption{font-size:calc(16px * .875);
    color:var(--line-dark);
    line-height:1.5;}
.active-steps .compact-figure{display:flex;
    flex-direction:column;
    gap:calc(0.94rem * 1.5);}
.active-steps .compact-figure p{margin:0;
    font-size:16px;
    line-height:1.62;}
.active-steps .fresh-grid{margin:0;
    font-size:calc(16px * 1.35);
    line-height:1.25;
    padding-top:0.4rem;
    border-top:2px solid #C8332A;
    align-self:flex-start;
    padding-right:1.2rem;}
.active-steps .simple-details{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);
    padding-top:calc(1.5rem * .75);
    border-top:1px solid #D8CFC0;}
.active-steps .primary-steps{margin:0;
    font-size:calc(16px * .875);
    color:var(--line-dark);
    line-height:1.6;}
.active-steps .page-method{display:flex;
    flex-wrap:wrap;
    gap:0.94rem;}
.active-steps .page-method a{font-size:calc(16px * .875);
    color:#C8332A;
    text-decoration:none;
    border-bottom:1px solid #C8332A;
    padding-bottom:1px;
    transition:color 420ms var(--speed-fast), border-color 420ms var(--speed-fast);}
.active-steps .page-method a:hover{color:#1E3A6E;
    border-color:#1E3A6E;}
@media (max-width:640px){.active-steps .visual-fields{
        font-size:calc(16px * 2);
    }.active-steps .fresh-grid{
        font-size:calc(16px * 1.125);
    }
}
.featured-actions{padding:clamp(54px,7vw,94px) clamp(16px,4vw,36px);background:linear-gradient(135deg, #F6F0E4 0%, #EDE4D3 55%, #E4D8C2 100%);color:#1A1612;}
.featured-actions .narrow-panel{max-width:1000px;margin:0 auto;}
.featured-actions .wide-intro{margin-bottom:calc(0.94rem * 1.5);}
.featured-actions .wide-intro p{margin:0;font-size:calc(16px * .875);font-weight:700;letter-spacing:.02em;opacity:.85;}
.featured-actions .wide-intro h2{margin:8px 0 0;font-size:calc(16px * 2);line-height:1.15;}
.featured-actions .compact-figure{margin-bottom:calc(0.94rem * 1.5);}
.featured-actions .compact-figure .featured-area{margin:0 0 1.5rem;font-size:calc(16px * 1.125);line-height:1.55;}
.featured-actions .compact-figure .local-summary{margin:0;font-size:16px;line-height:1.62;}
.featured-actions .service-group{display:flex;flex-wrap:wrap;gap:0.94rem;}
.featured-actions .offer-region{flex:1 1 300px;min-width:0;padding:calc(1.5rem * .75);border-radius:0.48rem;border:1px solid #D8CFC0;background:#FBF7EF;color:#1A1612;box-shadow:0 0px 2px rgba(0,0,0,0.06);}
.featured-actions .offer-region .strong-section{display:inline-block;margin-bottom:10px;padding:2px 8px;border-radius:0.2rem;background:#1E3A6E;color:#FBF7EF;font-size:calc(16px * .875);font-weight:700;letter-spacing:.04em;text-transform:uppercase;}
.featured-actions .offer-region h3{margin:0 0 8px;font-size:calc(16px * 1.35);line-height:1.25;}
.featured-actions .offer-region p{margin:0;font-size:16px;line-height:1.62;}
.featured-actions .offer-region a{text-decoration:underline;text-underline-offset:2px;}
.featured-actions .offer-region a:hover{}
.featured-actions .page-method{margin:calc(0.94rem * 1.5) 0 0;font-size:16px;line-height:1.62;}
.featured-actions .page-method a{text-decoration:underline;text-underline-offset:2px;}
.featured-actions .page-method a:hover{}
@media (max-width:640px){.featured-actions .offer-region{flex:1 1 100%;}
    }
.fresh-wrap{padding:calc(1.5rem * 2.4) 1.51rem;background:#F6F0E4;color:#1A1612;}
.fresh-wrap .fresh-tile{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.94rem * 1.5);}
.fresh-wrap .primary-form{display:flex;align-items:center;gap:0.94rem;flex-wrap:wrap;}
.fresh-wrap .clear-visual{width:88px;height:88px;object-fit:cover;border-radius:0.48rem;border:1px solid #D8CFC0;flex:0 0 auto;}
.fresh-wrap .id{display:flex;flex-direction:column;gap:2px;}
.fresh-wrap .service-brand{margin:0;font-size:calc(16px * 1.35);line-height:1.25;}
.fresh-wrap .visual-nav{margin:0;font-size:calc(16px * .875);color:var(--line-dark);}
.fresh-wrap .local-summary{display:flex;flex-direction:column;gap:calc(0.94rem * 1.5);}
.fresh-wrap .wide-menu{margin:0;font-size:16px;line-height:1.62;}
.fresh-wrap .primary-block{list-style:none;margin:0;padding:calc(1.5rem * .75) 0 0;display:flex;flex-wrap:wrap;gap:0.94rem;border-top:1px solid #D8CFC0;}
.fresh-wrap .primary-block a{color:#C8332A;text-decoration:none;font-size:calc(16px * .875);border-bottom:1px solid transparent;transition:color 420ms var(--speed-fast),border-color 420ms var(--speed-fast);}
.fresh-wrap .primary-block a:hover{color:#1E3A6E;border-bottom-color:#1E3A6E;}
.fresh-wrap .primary-steps{margin:0;font-size:calc(16px * .875);color:var(--line-dark);}
@media (max-width:640px){.fresh-wrap .primary-form{flex-direction:column;align-items:flex-start;}.fresh-wrap .primary-block{flex-direction:column;gap:calc(0.94rem / 2);}
}
.compact-header{
  background: linear-gradient(135deg, #F6F0E4 0%, #EDE4D3 55%, #E4D8C2 100%);
  color: #1A1612;
  padding: calc(1.5rem * 2.4) 1.51rem;
}
.compact-header .narrow-panel{width: min(100%, 1000px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 11rem minmax(0, 1fr);
  gap: 0.94rem;
  align-items: start;}
.compact-header h2,
.compact-header h3,
.compact-header p{margin: 0;}
.compact-header h2{font-size: calc(16px * 2); line-height: 1.1;}
.compact-header h3{font-size: calc(16px * 1.35); line-height: 1.18;}
.compact-header p{font-size: 16px; line-height: 1.62;}
.compact-header .service-group{grid-row: span 2;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #D8CFC0;}
.compact-header .service-group a{text-decoration: none;
  font-size: calc(16px * .875);
  border-bottom: 1px solid currentColor;
  width: fit-content;
  padding-bottom: 2px;}
.compact-header .service-group a:hover{}
.compact-header .plain-plan{display: grid;
  gap: calc(0.94rem * 1.5);
  padding-bottom: calc(0.94rem * 1.5);
  border-bottom: 1px solid #D8CFC0;}
.compact-header .clear-flow{grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: calc(0.94rem * 1.5);}
.compact-header [data-block]{display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr);
  column-gap: 1.5rem;
  row-gap: calc(1.5rem * .75);
  padding-bottom: calc(0.94rem * 1.5);
  border-bottom: 1px dashed #D8CFC0;
  animation: galleryRailIn calc(420ms * 2.2) var(--speed-fast) both;
  animation-delay: var(--ease-base, 0ms);}
.compact-header [data-block]:last-child{border-bottom: 0; padding-bottom: 0;}
.compact-header [data-block] span{font-size: calc(16px * .875);
  padding-top: 0.2rem;}
.compact-header [data-block] h3,
.compact-header [data-block] p{grid-column: 2;}
@keyframes galleryRailIn {from{ opacity: .2; transform: translateY(calc(calc(0.94rem * 1) * .18)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 860px) {.compact-header .narrow-panel{ grid-template-columns: 1fr; }.compact-header .service-group{
    grid-row: auto;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 0;
    padding-top: 0;
  }.compact-header .clear-flow{ grid-column: 1; }
}
@media (max-width: 520px) {.compact-header [data-block]{
    grid-template-columns: 1fr;
  }.compact-header [data-block] h3,
  .compact-header [data-block] p{ grid-column: 1; }
}
.open-feature{
    padding:calc(1.5rem * 2.4) 1.51rem;
    background:#F6F0E4;
    color:#1A1612;
}
.open-feature .fresh-tile{max-width:1000px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.94rem * 1.5);}
.open-feature .wide-intro{display:flex;
    flex-direction:column;
    gap:0.4rem;
    border-bottom:1px solid #D8CFC0;
    padding-bottom:calc(0.94rem * 1.5);}
.open-feature .visual-fields{margin:0;
    font-size:calc(16px * 2.65);
    line-height:1.15;}
.open-feature .content-note{margin:0;
    font-size:calc(16px * .875);
    color:var(--line-dark);}
.open-feature .local-benefit{
    margin:0;
    border-radius:0.48rem;
    overflow:hidden;
    background:var(--ink-main);color:var(--line-dark);}
.open-feature .local-benefit img{display:block;
    width:100%;
    height:auto;}
.open-feature .compact-figure{display:flex;
    flex-direction:column;
    gap:calc(0.94rem * 1.5);}
.open-feature .featured-area{margin:0;
    font-size:calc(16px * 1.125);
    line-height:1.62;}
.open-feature .compact-figure p{margin:0;
    font-size:16px;
    line-height:1.62;}
.open-feature .fresh-grid{margin:0;
    font-size:calc(16px * 1.35);
    line-height:1.3;}
.open-feature .secondary-intro{margin:0;
    padding-left:1.1rem;
    display:flex;
    flex-direction:column;
    gap:0.5rem;
    font-size:16px;
    line-height:1.62;}
.open-feature .compact-figure a{color:#C8332A;
    text-decoration:underline;
    text-underline-offset:3px;}
.open-feature .compact-figure a:hover{color:#1E3A6E;}
.open-feature .simple-details{border-top:1px solid #D8CFC0;
    padding-top:calc(0.94rem * 1.5);}
.open-feature .secondary-frame{margin:0;
    font-size:calc(16px * .875);
    color:var(--line-dark);}
.open-feature .secondary-frame a{color:#C8332A;
    text-decoration:underline;
    text-underline-offset:3px;}
.open-feature .secondary-frame a:hover{color:#1E3A6E;}
@media (max-width:640px){.open-feature .visual-fields{
        font-size:calc(16px * 2);
    }
}
.contact-block{padding:calc(1.5rem * 2.4) 1.51rem;background:linear-gradient(135deg, #F6F0E4 0%, #EDE4D3 55%, #E4D8C2 100%);color:#1A1612;}
.contact-block .narrow-panel{max-width:1000px;margin:0 auto;}
.contact-block .wide-intro{margin-bottom:calc(0.94rem * 1.5);border-bottom:1px solid color-mix(in srgb, currentColor 14%, transparent);padding-bottom:calc(0.94rem * 1.5);}
.contact-block .wide-intro p{margin:0;font-size:calc(16px * .875);font-weight:700;letter-spacing:.04em;text-transform:uppercase;opacity:.85;}
.contact-block .wide-intro h2{margin:1.51rem 0 0;font-size:calc(16px * 2);line-height:1.2;}
.contact-block .compact-figure{display:flex;flex-direction:column;gap:calc(0.94rem * 1.5);}
.contact-block .featured-area{margin:0;font-size:16px;line-height:1.62;}
.contact-block .secondary-intro{display:flex;flex-direction:column;gap:0;}
.contact-block .offer-region{padding:calc(0.94rem * 1.5) 0;border-top:1px solid color-mix(in srgb, currentColor 12%, transparent);}
.contact-block .offer-region:first-child{border-top:none;padding-top:0;}
.contact-block .strong-section{display:inline-block;font-size:calc(16px * .875);font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:2px 8px;border-radius:0.2rem;background:#1E3A6E;color:#FBF7EF;margin-bottom:1.51rem;}
.contact-block .offer-region h3{margin:0 0 1.51rem;font-size:calc(16px * 1.35);line-height:1.3;}
.contact-block .offer-region p{margin:0;line-height:1.62;}
.contact-block .offer-region a{text-decoration:underline;text-underline-offset:3px;}
.contact-block .offer-region a:hover{}
.contact-block .page-method{margin-top:calc(0.94rem * 1.5);padding-top:calc(0.94rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 14%, transparent);}
.contact-block .page-method p{margin:0;font-size:calc(16px * .875);}
.contact-block .page-method a{text-decoration:underline;text-underline-offset:3px;}
.contact-block .page-method a:hover{}
@media (min-width:720px){.contact-block .secondary-intro{display:grid;grid-template-columns:repeat(2,1fr);column-gap:calc(0.94rem * 1.5);}.contact-block .offer-region{padding:calc(0.94rem * 1.5) 0;}.contact-block .offer-region:nth-child(2){border-top:none;padding-top:0;}
    }
.simple-proof{
    padding:calc(1.5rem * 2.4) 1.51rem;
    background:#F6F0E4;
    color:#1A1612;
}
.simple-proof .fresh-tile{max-width:1000px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(0.94rem * 1.5);
    align-items:flex-start;}
.simple-proof .top-header{flex:1 1 220px;
    min-width:200px;}
.simple-proof .service-brand{margin:0 0 6px;
    font-size:calc(16px * 1.35);
    line-height:1.25;}
.simple-proof .visual-nav{margin:0;
    font-size:calc(16px * .875);
    color:var(--line-dark);
    letter-spacing:0.02em;}
.simple-proof .compact-figure{flex:2 1 420px;
    min-width:260px;}
.simple-proof .wide-menu{margin:0 0 0.94rem;
    font-size:16px;
    line-height:1.62;}
.simple-proof .wide-menu:last-of-type{margin-bottom:0.94rem;}
.simple-proof .primary-steps{
    margin:0;
    padding:calc(1.5rem * .75);
    background:#FBF7EF;
    color:#1A1612;
    border:1px solid #D8CFC0;
    border-radius:0.35rem;
    font-size:calc(16px * .875);
    line-height:1.62;
}
.simple-proof .bottom-track{flex:1 1 100%;
    list-style:none;
    margin:0;
    padding:0.94rem 0 0;
    border-top:1px solid #D8CFC0;
    display:flex;
    flex-wrap:wrap;
    gap:0.94rem calc(0.94rem * 1.5);
    font-size:calc(16px * .875);}
.simple-proof .bottom-track li{margin:0;}
.simple-proof .bottom-track a{color:#C8332A;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 420ms var(--speed-fast), border-color 420ms var(--speed-fast);}
.simple-proof .bottom-track a:hover{color:#1E3A6E;
    border-bottom-color:#1E3A6E;}
.simple-proof .bottom-track .plain-view{color:var(--line-dark);}
@media (max-width:640px){.simple-proof .fresh-tile{
        flex-direction:column;
    }.simple-proof .bottom-track{
        flex-direction:column;
        gap:0.94rem;
    }
}
.content-nav{
  background: linear-gradient(135deg, #F6F0E4 0%, #EDE4D3 55%, #E4D8C2 100%);
  color: #1A1612;
  padding: calc(1.5rem * 2.4) 1.51rem;
}
.content-nav .narrow-panel{width: min(100%, 1000px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  grid-template-areas:
    "story entries"
    "rail  entries";
  gap: calc(0.94rem * 1.5) 1.5rem;
  align-items: start;}
.content-nav h2,
.content-nav h3,
.content-nav p{margin: 0;}
.content-nav h2{font-size: calc(16px * 2);
  line-height: 1.1;
  margin-bottom: calc(1.5rem * .75);}
.content-nav h3{font-size: calc(16px * 1.35);
  line-height: 1.18;}
.content-nav p{font-size: 16px;
  line-height: 1.62;}
.content-nav .plain-plan{grid-area: story;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;}
.content-nav .service-group{grid-area: rail;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) 1.5rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #D8CFC0;}
.content-nav .service-group a{text-decoration: none;
  font-size: calc(16px * .875);
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;}
.content-nav .service-group a:hover{}
.content-nav .clear-flow{grid-area: entries;
  display: grid;
  gap: calc(1.5rem * .75);}
.content-nav [data-block]{
  display: grid;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 1.5rem;
  border-radius: 0.35rem;
  background: #FBF7EF;
  color: #1A1612;
  border: 1px solid #D8CFC0;
  border-left: 3px solid #C8332A;
  animation: galleryRailIn calc(420ms * 2.2) var(--speed-fast) both;
  animation-delay: var(--ease-base, 0ms);
}
.content-nav [data-block] span{font-size: calc(16px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
@keyframes galleryRailIn {from{ opacity: 0.2; transform: translateY(calc(calc(0.94rem * 1) * 0.2)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.content-nav .narrow-panel{
    grid-template-columns: 1fr;
    grid-template-areas:
      "story"
      "entries"
      "rail";
  }
}
.secondary-menu{padding:calc(calc(1.5rem * 2.4)*.72) 1.51rem;background:#F6F0E4;color:#1A1612;}
.secondary-menu .public-fields{max-width:min(1000px,64rem);margin:0 auto;display:flex;flex-direction:column;}
.secondary-menu h1{margin:0;max-width:20ch;font-size:clamp(2rem,5vw,calc(16px * 2.65));line-height:1.06;font-weight:680;letter-spacing:-0.005em;}
.secondary-menu .featured-area{margin-top:clamp(1rem,2vw,calc(0.94rem * 1.5));}
.secondary-menu .featured-area p{margin:0;font-size:clamp(1.02rem,1.3vw,calc(16px * 1.125));line-height:1.7;}
.secondary-menu .steady-actions{display:block;width:min(100%,46rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.35rem;margin:clamp(1.2rem,2.4vw,1.5rem) 0 0;}
.secondary-menu .primary-steps{margin-top:clamp(1rem,2vw,1.5rem);padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid #D8CFC0;}
.secondary-menu .primary-steps p{margin:0;font-size:16px;line-height:1.72;color:var(--line-dark,#2E2822);}
@media (max-width:640px){.secondary-menu{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.secondary-menu h1{max-width:100%;}.secondary-menu .steady-actions{aspect-ratio:4/3;}
  }
.text-shell{
        background: #C8332A;
        color: #FBF7EF;
    }
.text-shell .local-inner{max-width: 1000px;
        margin: 0 auto;
        padding: calc(1.5rem * 2.4) 1.51rem;}
.text-shell h2{max-width: 22ch;
        margin: 0;
        font-size: calc(16px * 2.65);
        line-height: 1.05;}
.text-shell .local-inner p{margin: 1.5rem 0 0;
        font-size: calc(16px * 1.125);
        line-height: 1.62;}
.text-shell .content-group,
    .text-shell .content-footer{
        background: #1A1612;
        color: #F6F0E4;
    }
.text-shell .fresh-tile{max-width: 1000px;
        margin: 0 auto;
        padding: 1.5rem 1.51rem;}
.text-shell .content-group .fresh-tile{display: flex;
        flex-wrap: wrap;
        gap: 0.94rem;}
.text-shell .content-group a{flex: 1 1 18rem;
        min-width: 0;
        color: inherit;
        font-size: calc(16px * 1.35);
        line-height: 1.2;
        overflow-wrap: anywhere;
        text-decoration: none;
        border-bottom: 1px solid rgba(246, 240, 228, 0.28);
        padding-bottom: calc(1.5rem * .75);
        transition: border-color 420ms var(--speed-fast);}
.text-shell .content-group a:hover{border-color: #C8332A;}
.text-shell .content-group span{display: block;
        margin-bottom: calc(calc(1.5rem * .75) * 0.6);
        font-size: calc(16px * .875);
        letter-spacing: 0.04em;
        text-transform: uppercase;
        opacity: 0.68;}
.text-shell .content-footer .fresh-tile{display: grid;
        grid-template-columns: 1.1fr 1fr;
        gap: 0.94rem;
        align-items: start;}
.text-shell .content-footer p{margin: 0;
        line-height: 1.62;}
.text-shell .content-footer .fresh-tile > div{grid-column: 1 / -1;
        display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75) 0.94rem;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid rgba(246, 240, 228, 0.18);}
.text-shell .content-footer a{color: inherit;
        font-size: calc(16px * .875);
        text-underline-offset: 0.22em;
        text-decoration-thickness: 1px;}
.text-shell .content-footer a:hover{}
@media (max-width: 680px) {.text-shell h2{
            max-width: none;
        }.text-shell .content-group .fresh-tile,
        .text-shell .content-footer .fresh-tile{
            display: block;
        }.text-shell .content-group a{
            display: block;
        }.text-shell .content-group a + a,
        .text-shell .content-footer p + p,
        .text-shell .content-footer .fresh-tile > div{
            margin-top: 1.5rem;
        }
    }
.soft-benefit{
  background: #F6F0E4;
  color: #1A1612;
  padding: calc(1.5rem * 2.4) 1.51rem;
}
.soft-benefit .narrow-panel{max-width: min(1000px, 56rem);
  margin: 0 auto;}
.soft-benefit .public-fields{display: flex;
  flex-direction: column;
  gap: calc(0.94rem * 1.5);}
.soft-benefit .top-header{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.soft-benefit h2{margin: 0;
  font-size: clamp(calc(16px * 2), 4.2vw, calc(16px * 2.65));
  line-height: 1.08;
  letter-spacing: -0.01em;}
.soft-benefit .top-header p{margin: 0;
  font-size: calc(16px * 1.125);
  line-height: 1.65;
  color: var(--line-dark);}
.soft-benefit .wide-benefit{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-top: 1px solid #D8CFC0;
  padding-top: calc(0.94rem * 1.5);}
.soft-benefit .featured-surface{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.5);
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid #D8CFC0;}
.soft-benefit label{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.5);
  min-width: 0;}
.soft-benefit label span{font-size: calc(16px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--line-dark);}
.soft-benefit input{
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: inherit;
  padding: calc(1.5rem * .75) 0;
  font: inherit;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  transition: border-color 420ms var(--speed-fast);
}
.soft-benefit input:focus{outline: none;
  border-bottom-color: #C8332A;}
.soft-benefit input::placeholder{color: rgba(255,255,255,0.55);}
.soft-benefit .focused-form{display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.94rem;
  padding-top: calc(1.5rem * .75);}
.soft-benefit .focused-form span{flex: 1 1 18rem;
  color: var(--line-dark);
  font-size: calc(16px * .875);
  line-height: 1.6;}
.soft-benefit button{
  border: 0;
  border-radius: 0.35rem;
  background: #C8332A;
  color: #FBF7EF;
  padding: calc(1.5rem * .75) 0.94rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 420ms var(--speed-fast);
}
.soft-benefit button:hover{
  background: #A8261F;color:#1A1612;}
.soft-benefit .main-figure{border-top: 1px solid #D8CFC0;
  padding-top: calc(1.5rem * .75);}
.soft-benefit .main-figure p{margin: 0;
  color: var(--line-dark);
  font-size: calc(16px * .875);
  line-height: 1.7;}
.soft-benefit .main-figure a{color: #C8332A;
  text-decoration: underline;
  text-underline-offset: 3px;}
.soft-benefit .main-figure a:hover{color: #1E3A6E;}
@media (min-width: 720px) {.soft-benefit .featured-surface{
    flex-direction: row;
    align-items: center;
    gap: 0.94rem;
  }.soft-benefit label{
    flex-direction: row;
    align-items: baseline;
    gap: 0.94rem;
    width: 100%;
  }.soft-benefit label span{
    flex: 0 0 14rem;
  }
}
@media (max-width: 640px) {.soft-benefit .focused-form{
    align-items: flex-start;
    flex-direction: column;
  }.soft-benefit button{
    width: 100%;
  }
}
.text-note{padding:calc(1.5rem * 2.4) 1.51rem;background:#1E3A6E;color:#FBF7EF}
.text-note .page-quote{max-width:1000px;margin:0 auto}
.text-note .offer-callout{display:flex;justify-content:space-between;gap:0.94rem;align-items:flex-end;margin-bottom:calc(0.94rem * 1.5)}
.text-note h2{margin:0;font-size:calc(16px * 2.65);line-height:1.05;max-width:16ch}
.text-note .offer-callout p{margin:0;max-width:38rem;font-size:calc(16px * 1.125)}
.text-note .fresh-entries{display:grid;grid-template-columns:minmax(15rem,.36fr) minmax(0,1fr);gap:calc(1.5rem * .75)}
.text-note .main-feature{display:grid;gap:0.94rem}
.text-note .visual-figure{padding:calc(1.5rem * .75);border-radius:0.48rem;background:#FBF7EF;color:#1A1612;border:1px solid #D8CFC0}
.text-note .visual-figure span{display:block;font-size:calc(16px * .875);}
.text-note .visual-figure strong{display:block;margin-top:calc(calc(1.5rem * .75) * .5);font-weight:600;line-height:1.45}
.text-note .visual-figure a{text-decoration:none;border-bottom:1px solid currentColor}
.text-note .visual-figure a:hover{}
.text-note .fresh-summary{min-height:34rem;border-radius:0.76rem;overflow:hidden;border:1px solid #D8CFC0;background:#FBF7EF;color:#1A1612;}
.text-note iframe{display:block;width:100%;height:100%;border:0}
.text-note .primary-steps{margin:calc(0.94rem * 1.5) 0 0;font-size:16px;line-height:1.62}
@media (max-width:860px){.text-note .offer-callout{display:block}.text-note .offer-callout p{margin-top:1.5rem}.text-note .fresh-entries{grid-template-columns:1fr}.text-note .fresh-summary{min-height:22rem}
}
.clear-panel{
  padding:calc(1.5rem * 2.4) 1.51rem;
  background:#F6F0E4;
  color:#1A1612;
}
.clear-panel .site-headline{max-width:min(1000px,64rem);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(0.94rem * 1.5);}
.clear-panel h2{margin:0;
  font-size:calc(16px * 2);
  line-height:1.1;
  letter-spacing:-0.01em;}
.clear-panel .primary-steps{
  margin:0;
  font-size:calc(16px * 1.125);
  line-height:1.5;
  color:var(--line-dark);
  background:var(--ink-main);
  padding:calc(1.5rem * .75) 0.94rem;
  border-left:3px solid #C8332A;
  border-radius:0.2rem;
}
.clear-panel .plain-surface{padding:calc(1.5rem * .75) 0;
  border-top:1px solid #D8CFC0;}
.clear-panel .plain-surface:last-child{border-bottom:1px solid #D8CFC0;}
.clear-panel h3{margin:0 0 calc(1.5rem * .75);
  font-size:calc(16px * 1.35);
  line-height:1.25;}
.clear-panel .plain-surface p{margin:0;
  font-size:16px;
  line-height:1.62;}
@media (min-width:720px){.clear-panel .plain-surface{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,2fr);
    gap:0.94rem;
    align-items:start;
  }.clear-panel h3{
    margin:0;
  }
}
.primary-menu{background:#C8332A;color:#FBF7EF;padding:calc(1.5rem * 2.4) 1.51rem}
.primary-menu .narrow-panel{max-width:1000px;margin:0 auto}
.primary-menu .service-group{display:flex;align-items:flex-start;gap:calc(0.94rem * 1.5)}
.primary-menu .open-entries{flex:0 1 28rem;min-width:0}
.primary-menu h2{margin:0;font-size:clamp(calc(16px * 2),5vw,calc(16px * 2.65));line-height:1.08;letter-spacing:0}
.primary-menu p{margin:1.5rem 0 0;font-size:calc(16px * 1.125);line-height:1.65}
.primary-menu ul{flex:1 1 32rem;min-width:0;margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.primary-menu li{padding-bottom:calc(1.5rem * .75);border-bottom:1px solid rgba(251,247,239,0.22)}
.primary-menu li:last-child{padding-bottom:0;border-bottom:0}
.primary-menu strong{display:block;font-size:16px;letter-spacing:0.01em}
.primary-menu a{display:inline-block;margin-top:calc(calc(1.5rem * .75)*.4);color:inherit;text-decoration:none;line-height:1.55;border-bottom:1px solid currentColor}
.primary-menu a:hover{border-bottom-color:#FBF7EF}
.primary-menu .visual-figure{display:block;margin-top:calc(calc(1.5rem * .75)*.4);line-height:1.55}
.primary-menu .primary-steps{display:block;margin-top:calc(calc(1.5rem * .75)*.35);font-size:calc(16px * .875);line-height:1.55;opacity:0.82}
@media(max-width:760px){.primary-menu .service-group{flex-direction:column}.primary-menu .open-entries{flex-basis:auto}}
.narrow-shell{padding:calc(1.5rem * 2.4) 1.51rem;background:#F6F0E4;color:#1A1612;}
.public-summary{max-width:1000px;margin:0 auto;}
.narrow-shell h1{margin:0;font-size:calc(16px * 2.65);line-height:1.08;}
.bottom-callout{padding:calc(1.5rem * 2.4) 1.51rem;background:#C8332A;color:#FBF7EF}
.bottom-callout .public-list{max-width:min(1000px,62rem);margin:0 auto}
.bottom-callout h2{margin:0;font-size:calc(16px * 2.65);line-height:1.08}
.bottom-callout .wide-area{margin:1.5rem 0 calc(0.94rem * 1.5);font-size:calc(16px * 1.125);line-height:1.62}
.bottom-callout .clear-wrap{border-top:1px solid color-mix(in srgb,currentColor 34%,transparent)}
.bottom-callout .primary-steps{padding:0.94rem 0}
.bottom-callout .primary-steps + .primary-steps{border-top:1px solid color-mix(in srgb,currentColor 24%,transparent)}
.bottom-callout h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16px * 1.35);line-height:1.22}
.bottom-callout .primary-steps p{margin:0;line-height:1.62}
@media (max-width:640px){.bottom-callout h2{font-size:calc(16px * 2)}.bottom-callout .wide-area{font-size:16px}
}
.text-brand{padding:calc(calc(1.5rem * 2.4)*.72) 1.51rem;background:#F6F0E4;color:#1A1612;}
.text-brand .public-fields{max-width:min(1000px,64rem);margin:0 auto;}
.text-brand h1{margin:0;max-width:20ch;font-size:clamp(2rem,5vw,calc(16px * 2.65));line-height:1.06;font-weight:680;letter-spacing:-0.01em;}
.text-brand .featured-area{margin-top:clamp(.9rem,2vw,1.5rem);}
.text-brand .featured-area p{margin:0;font-size:clamp(1rem,1.3vw,16px);line-height:1.72;}
.text-brand .steady-actions{display:block;width:min(100%,46rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.35rem;margin:clamp(1.1rem,2.4vw,calc(0.94rem * 1.5)) 0 0;}
.text-brand .primary-steps{margin-top:clamp(1rem,2.2vw,1.5rem);padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid #D8CFC0;}
.text-brand .primary-steps p{margin:0;font-size:calc(16px * .875);line-height:1.68;color:var(--line-dark);}
@media (max-width:640px){.text-brand{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.text-brand h1{max-width:100%;}.text-brand .steady-actions{aspect-ratio:4/3;}
  }
.media-headline{--mark-base:calc(1.5rem * 0.99);--field-strong:calc(1000px / 3.10);padding:calc(1.5rem * 2.4) 1.51rem;background:#C8332A;color:#FBF7EF;}
.media-headline .narrow-panel{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.94rem * 1.5);}
.media-headline h1,.media-headline h2,.media-headline h3,.media-headline p{margin:0;}
.media-headline h1{font-size:calc(16px * 2.65);line-height:1.08;}
.media-headline h2{font-size:calc(16px * 2);line-height:1.12;}
.media-headline h3{font-size:calc(16px * 1.35);line-height:1.2;}
.media-headline p{font-size:16px;line-height:1.62;}
.media-headline .featured-area{color:color-mix(in srgb, currentColor 82%, transparent);}
.media-headline .primary-steps{color:color-mix(in srgb, currentColor 68%, transparent);font-size:calc(16px * .875);}
.media-headline a{color:inherit;text-decoration:none;}
.media-headline .page-method{display:flex;flex-wrap:wrap;align-items:center;gap:0.94rem;margin-top:calc(1.5rem * .75);}
.media-headline .top-items{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.2rem;background:#FBF7EF;color:#C8332A;font-size:16px;transition:background 420ms var(--speed-fast),color 420ms var(--speed-fast);}
.media-headline .top-items:hover{background:#1E3A6E;color:#FBF7EF;}
.media-headline .summary{font-size:calc(16px * .875);text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;color:color-mix(in srgb, currentColor 88%, transparent);}
.media-headline .summary:hover{text-decoration-color:currentColor;}
@media (max-width:640px){.media-headline .page-method{flex-direction:column;align-items:flex-start;}.media-headline .top-items{width:100%;}
}
.media-tile{background:#F6F0E4;color:#1A1612;padding:calc(1.5rem * 2.4) 1.51rem}
.media-tile .narrow-panel{max-width:min(1000px,70rem);margin:0 auto}
.media-tile .direct-track{display:flex;flex-direction:column;gap:calc(0.94rem * 1.5)}
.media-tile h2{margin:0;font-size:clamp(calc(16px * 2),6vw,calc(16px * 2.65));line-height:1.06;letter-spacing:0}
.media-tile .local-view{display:flex;flex-direction:column;gap:calc(0.94rem * 1.5);padding-top:1.5rem;border-top:1px solid #D8CFC0}
.media-tile p{margin:0;font-size:calc(16px * 1.125);line-height:1.65}
.media-tile .visual-figure{font-size:calc(16px * .875);color:var(--line-dark)}
.media-tile .page-method{display:flex;flex-wrap:wrap;gap:0.94rem}
.media-tile .page-method a{padding:calc(1.5rem * .75) 0.94rem;border-radius:0.35rem;background:#C8332A;color:#FBF7EF;text-decoration:none;font-weight:700;transition:background 420ms var(--speed-fast)}
.media-tile .page-method a:hover{background:#A8261F;color:#1A1612;}
.media-tile .page-method a+a{background:transparent;color:#1A1612;border:1px solid #D8CFC0}
.media-tile .page-method a+a:hover{background:color-mix(in srgb, currentColor 10%, transparent);color:#1A1612;}
@media(max-width:700px){.media-tile .page-method{flex-direction:column;align-items:stretch}.media-tile .page-method a{text-align:center}}
.strong-stack{
  background: #F6F0E4;
  color: #1A1612;
  padding: calc(1.5rem * 2.4) 1.51rem;
}
.strong-stack .narrow-panel{width: min(100%, 1000px);
  margin: 0 auto;}
.strong-stack .wide-intro{border-bottom: 1px solid #D8CFC0;
  padding-bottom: calc(0.94rem * 1.5);
  margin-bottom: calc(0.94rem * 1.5);}
.strong-stack h1{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16px * 2.65);
  line-height: 1.05;
  letter-spacing: -0.01em;}
.strong-stack .featured-area{margin: 0;
  font-size: calc(16px * 1.125);
  line-height: 1.65;}
.strong-stack .content-items{display: flex;
  flex-wrap: wrap;
  gap: 0.94rem;
  margin-bottom: calc(0.94rem * 1.5);}
.strong-stack .page-method{
  flex: 1 1 240px;
  display: block;
  padding: calc(1.5rem * .75);
  background: #FBF7EF;
  color: #1A1612;
  border: 1px solid #D8CFC0;
  border-radius: 0.35rem;
  text-decoration: none;
  transition: border-color 420ms var(--speed-fast, ease);
}
.strong-stack .page-method:hover,
.strong-stack .page-method:focus-visible{border-color: #C8332A;}
.strong-stack .page-method strong{display: block;
  font-size: 16px;
  margin-bottom: 8px;}
.strong-stack .page-method span{display: block;
  font-size: calc(16px * .875);
  line-height: 1.55;}
.strong-stack .primary-steps{
  padding: calc(1.5rem * .75);
  background: var(--ink-main, #EDE4D3);
  color: var(--line-dark, #2E2822);
  border-radius: 0.35rem;
}
.strong-stack .primary-steps p{margin: 0 0 10px;
  line-height: 1.65;}
.strong-stack .primary-steps p:last-child{margin-bottom: 0;}
.strong-stack .content-service{font-size: calc(16px * .875);}
.strong-stack a{text-decoration: underline;
  text-underline-offset: 2px;}
.strong-stack a:hover{}
@media (max-width: 640px) {.strong-stack h1{
    font-size: calc(16px * 2);
  }.strong-stack .content-items{
    flex-direction: column;
  }
}
