:root {
  --paint-cool: #3a2a24;
  --paint-deep: #c8261f;
  --surface-page: #8f1a1a;
  --ink-primary: #1c1210;
  --tone-inverse: #fbf5e7;
  --motion-base: 350ms;
  --surface-card: #d8c8a8;
  --delay-fast: cubic-bezier(0.22,1,0.36,1);
}
body{margin:0;padding:0;font-family:"Fredoka", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.compact-surface {
    width: 100%;
    background: #1c1210;
    color: #f4ead4;
    border-bottom: 1px solid var(--surface-card);
  }
.steady-frame {
    max-width: 1660px;
    margin: 0 auto;
    padding: 1.5rem 1.71rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.49rem;
  }
.steady-team {
    display: flex;
    align-items: center;
    gap: calc(2.49rem * 2);
    min-width: 0;
  }
.text-brand {
    font-size: calc(16.9px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #f4ead4;
    text-decoration: none;
    white-space: nowrap;
  }
.text-brand:hover {
    color: var(--paint-deep);
  }
.nav-desktop {
    display: block;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 2.49rem;
  }
.nav-list a {
    display: inline-block;
    padding: 0.5rem 0.25rem;
    color: #f4ead4;
    text-decoration: none;
    font-size: 16.9px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    transition: color var(--motion-base) var(--delay-fast), border-color var(--motion-base) var(--delay-fast);
  }
.nav-list a:hover {
    color: var(--paint-deep);
    border-bottom-color: var(--paint-deep);
  }
.main-block {
    display: flex;
    align-items: center;
    gap: 2.49rem;
  }
.bottom-group {
    display: inline-block;
    padding: 0.65rem 1.25rem;
    background: var(--paint-deep);
    color: #fdf6e8;
    border-radius: 0.44rem;
    text-decoration: none;
    font-size: 16.9px;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    transition: background var(--motion-base) var(--delay-fast), transform var(--motion-base) var(--delay-fast);
  }
.bottom-group:hover{
    background: #a81c17;
    transform: translateY(-1px);color:var(--ink-primary);}
.main-body {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #f4ead4;
    border-radius: 0.34rem;
    background: transparent;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.main-body span{
    display: block;
    width: 22px;
    height: 2px;
    background: #f4ead4;
    border-radius: 2px;
    transition: transform var(--motion-base) var(--delay-fast), opacity var(--motion-base) var(--delay-fast);color:var(--ink-primary);}
.main-body[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.main-body[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
.main-body[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
.nav-mobile{
    display: none;
    background: #1c1210;
    border-top: 1px solid var(--surface-card);color:#f4ead4;}
.nav-mobile-list {
    list-style: none;
    margin: 0;
    padding: 1.5rem 1.71rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    max-width: 1660px;
    margin: 0 auto;
  }
.nav-mobile-list a {
    display: block;
    padding: 0.85rem 0.5rem;
    color: #f4ead4;
    text-decoration: none;
    font-size: 16.9px;
    font-weight: 500;
    border-radius: 0.34rem;
  }
.nav-mobile-list a:hover {
    background: var(--surface-page);
    color: #fdf6e8;
  }
@media (max-width: 767px) {
    .nav-desktop {
      display: none;
    }

    .bottom-group {
      display: none;
    }

    .main-body {
      display: flex;
    }

    .nav-mobile.is-open {
      display: block;
    }
  }
.compact-block{font-family:"Fredoka", sans-serif;font-size:16.9px;line-height:1.8;padding:0;background:#1c1210;color:#f4ead4;}
.team-unit{max-width:1660px;margin:0 auto;padding:calc(1.5rem * 2.4) 1.71rem;display:grid;grid-template-columns:1.2fr 2fr 1.2fr;gap:calc(2.49rem * 1.5)}
.site-stack{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.clear-figure{margin:0;font-size:calc(16.9px * 1.35);font-weight:700;letter-spacing:0.02em}
.direct-plan{margin:0;font-size:calc(16.9px * .875);max-width:34ch}
.page-team{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(2.49rem * 1.5)}
.steady-list{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.main-service{margin:0;font-size:16.9px;font-weight:700;text-transform:uppercase;letter-spacing:0.06em}
.site-fields{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}
.site-fields a{color:inherit;text-decoration:none;font-size:calc(16.9px * .875);border-bottom:1px solid transparent;transition:border-color var(--motion-base) var(--delay-fast)}
.site-fields a:hover,
  .site-fields a:focus-visible{border-bottom-color:currentColor;color:inherit}
.visual-copy{font-style:normal;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.simple-section{margin:0;font-size:calc(16.9px * .875)}
.simple-section a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color var(--motion-base) var(--delay-fast)}
.simple-section a:hover,
  .simple-section a:focus-visible{border-bottom-color:currentColor;color:inherit}
.featured-menu{grid-column:1 / -1;display:flex;flex-direction:column;gap:1.5rem;padding-top:calc(2.49rem * 1.5);border-top:1px solid currentColor}
.simple-links{margin:0;font-size:calc(16.9px * .875);max-width:90ch}
.active-lead{margin:0;font-size:calc(16.9px * .875)}
@media (max-width: 960px) {.team-unit{grid-template-columns:1fr 1fr}.page-team{grid-column:1 / -1}.visual-copy{grid-column:1 / -1}
  }
@media (max-width: 640px) {.team-unit{grid-template-columns:1fr;padding:calc(2.49rem * 1.5) 1.71rem}.page-team{grid-template-columns:1fr}
  }
footer,footer *{border-radius:0!important;}
.cookies {
    position: fixed;
    left: 1.71rem;
    right: 1.71rem;
    bottom: 1.5rem;
    z-index: 1200;
}
.cookies .direct-contact {
    margin-left: auto;
    max-width: 440px;
    border-radius: 1.34rem;
    padding: 1.5rem 1.71rem;
    background: radial-gradient(circle at top right, var(--paint-deep), var(--surface-page));
    color: #fdf6e8;
    box-shadow: 0 20px 42px rgba(0,0,0,0.24);
    border: 1px solid rgba(148, 163, 184, 0.35);
}
.cookies .team-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.cookies .team-content strong {
    font-size: 16px;
}
.cookies .team-content a {
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 13px;
}
.cookies p {
    margin: 10px 0 0;
}
.cookies .local-plan {
    margin-top: 14px;
    display: flex;
    gap: 8px;
}
.cookies .local-plan button {
    flex: 1;
    border-radius: 0.34rem;
    border: 1px solid rgba(148, 163, 184, 0.45);
    padding: 9px 12px;
    color: #fbf5e7;
    background: rgba(51, 65, 85, 0.65);
    cursor: pointer;
}
.cookies .local-plan button.cookie-accept {
    background: #fdf6e8;
    border-color: transparent;
    color: var(--paint-deep);
    font-weight: 700;
}
@media (max-width: 760px) {
    .cookies .direct-contact {
        max-width: none;
    }
}
.direct-area{padding:calc(1.5rem * 3) 1.71rem;background:linear-gradient(135deg, #8f1a1a 0%, #c8261f 55%, #1c1210 100%);color:#fdf6e8;}
.direct-area .narrow-proof{max-width:1660px;margin:0 auto;display:flex;gap:calc(2.49rem * 2);align-items:center;justify-content:space-between;flex-wrap:wrap;}
.direct-area .team-benefit{flex:1 1 26rem;min-width:0;}
.direct-area .team-benefit h1{margin:.4rem 0;font-size:clamp(2rem,5vw,3.8rem);line-height:1.1;}
.direct-area .open-section{font-size:calc(16.9px * 1.125);opacity:.95;}
.direct-area .direct-form{opacity:.86;}
.direct-area .local-plan{display:flex;flex-wrap:wrap;gap:2.49rem;margin-top:calc(1.5rem * 1.1);}
.direct-area .local-plan a{padding:.7rem 1.1rem;border-radius:0.44rem;background:var(--tone-inverse);color:var(--ink-primary);text-decoration:none;font-weight:700;box-shadow:0 12px 14px rgba(0,0,0,0.2);transition:transform var(--motion-base) var(--delay-fast);}
.direct-area .local-plan a:hover{transform:translateY(-2px);}
.direct-area .bottom-header{margin-top:calc(1.5rem * .8);font-size:calc(16.9px * .875);opacity:.9;}
.direct-area .bottom-header a{color:#fdf6e8;text-decoration:underline;text-underline-offset:3px;}
.direct-area .bottom-header a:hover{}
.direct-area .bottom-proof{flex:1 1 22rem;max-width:36rem;width:100%;height:auto;order:1;border-radius:1.34rem;box-shadow:0 20px 42px rgba(0,0,0,0.24);}
@media (max-width: 900px){.direct-area .narrow-proof{display:flex;}.direct-area .bottom-proof{order:2;}
    }
.media-headline{--mark-static:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 1.71rem;background:#f4ead4;color:#1c1210;}
.media-headline .top-list{max-width:1660px;margin:0 auto;}
.media-headline h2,.media-headline h3,.media-headline p{margin:0;}
.media-headline h2{font-size:calc(16.9px * 2);line-height:1.12;}
.media-headline h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.media-headline p{font-size:16.9px;line-height:1.8;}
.media-headline a{color:#8f1a1a;text-decoration:none;}
.media-headline a:hover{color:#c8261f;}
.media-headline .wide-stack{margin:0 0 calc(1.5rem / 3);font-size:calc(16.9px * .875);letter-spacing:0.08em;text-transform:uppercase;color:var(--paint-cool);}
.media-headline .strong-surface{margin-top:calc(1.5rem / 2);}
.media-headline .strong-block{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.34rem;background:var(--surface-page);color:#fdf6e8;}
.media-headline .strong-block:hover{background:#6f1212;color:#fdf6e8;}
.media-headline .site-tile{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.49rem;margin-top:var(--mark-static);border-top:1px solid var(--surface-card);padding-top:var(--mark-static);}
.media-headline .featured-nav{flex:1 1 calc(1660px / 4.4);min-width:0;padding-left:calc(1.5rem * .75);border-left:3px solid var(--paint-deep);}
.media-headline .featured-nav p{margin-top:calc(1.5rem / 3);color:var(--paint-cool);}
.media-headline .bottom-header{margin-top:var(--mark-static);font-size:calc(16.9px * .875);color:var(--paint-cool);}
.media-headline .text-lead{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.49rem;}
.media-headline .text-lead>.team-benefit{flex:1 1 auto;min-width:0;}
.media-headline .text-lead>.strong-block{flex:0 0 auto;}
.media-headline .text-lead>.site-tile{flex:1 1 100%;}
.media-headline .text-lead>.bottom-header{flex:1 1 100%;}
@media (max-width:720px){.media-headline .featured-nav{flex:1 1 100%;border-left-width:3px;}
}
.offer-unit{--mark-static:calc(1.5rem * 1.23);--state-base:calc(1660px / 2.47);padding:calc(1.5rem * 2.4) 1.71rem;background:var(--surface-page);color:#fdf6e8;}
.offer-unit .top-list{max-width:1660px;margin:0 auto;}
.offer-unit h2,.offer-unit h3,.offer-unit p{margin:0;}
.offer-unit h2{font-size:calc(16.9px * 2);line-height:1.12;}
.offer-unit h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.offer-unit p{font-size:16.9px;line-height:1.8;color:color-mix(in srgb, currentColor 78%, transparent);}
.offer-unit a{color:inherit;text-decoration:none;}
.offer-unit .visual-unit{row-gap:calc(var(--mark-static) * 1.2);}
.offer-unit .strong-media{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.offer-unit .surface{display:flex;flex-direction:column;}
.offer-unit .strong-surface{margin-top:1.5rem;max-width:calc(1660px / 2);}
.offer-unit .site-tile{display:flex;flex-direction:column;gap:var(--mark-static);margin-top:var(--mark-static);}
.offer-unit .featured-nav{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid color-mix(in srgb, currentColor 30%, transparent);}
.offer-unit .featured-nav p{margin-top:calc(1.5rem / 3);}
.offer-unit .featured-nav a{display:inline-flex;margin-top:calc(1.5rem / 2);opacity:.88;border-bottom:1px solid currentColor;padding-bottom:2px;}
.offer-unit .featured-nav a:hover{opacity:1;}
.offer-unit .wide-stack{margin-top:var(--mark-static);font-size:calc(16.9px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
.offer-unit .wide-stack a{text-decoration:underline;}
@media (max-width:640px){.offer-unit .featured-nav{padding-inline-start:1.71rem;}.offer-unit .strong-surface{max-width:none;}
}
.clear-visual{--mark-static:calc(1.5rem * 1.02);padding:calc(1.5rem * 2.4) 1.71rem;background:#efe4cd;color:var(--paint-cool);}
.clear-visual .top-list{max-width:1660px;margin:0 auto;}
.clear-visual h1,.clear-visual h2,.clear-visual h3,.clear-visual p{margin:0;}
.clear-visual h2{font-size:calc(16.9px * 2);line-height:1.12;}
.clear-visual p{font-size:16.9px;line-height:1.8;}
.clear-visual a{color:#8f1a1a;text-decoration:none;}
.clear-visual a:hover{color:inherit;text-decoration:underline;}
.clear-visual .strong-block{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.34rem;background:var(--surface-page);color:#fdf6e8;font-weight:600;}
.clear-visual .strong-block:hover{background:#6f1212;color:#fdf6e8;text-decoration:none;}
.clear-visual .team-lead>h2,.clear-visual .team-lead>p,.clear-visual .team-lead>.strong-block{margin-top:1.5rem;}
.clear-visual .team-lead>.wide-stack{margin-top:calc(2.49rem * 1.5);}
.clear-visual .bottom-header{margin-top:calc(2.49rem * 1.5);font-size:calc(16.9px * .875);}
@media (max-width:640px){.clear-visual .strong-block{width:100%;}
}
.quiet-rail{
  padding:calc(1.5rem * 2.4) 1.71rem;
  background:var(--surface-page);
  color:#fdf6e8;
  overflow:hidden;
}
.quiet-rail .top-list{max-width:1660px;
  margin:0 auto;}
.quiet-rail .wide-fields{display:flex;
  flex-wrap:wrap;
  gap:2.49rem;
  align-items:flex-end;
  justify-content:space-between;
  margin-bottom:calc(2.49rem * 1.5);
  padding-bottom:1.5rem;
  border-bottom:1px solid rgba(253,246,232,0.22);}
.quiet-rail h2{margin:0;
  font-size:calc(16.9px * 2);
  line-height:1.05;
  flex:1 1 22rem;}
.quiet-rail .strong-surface{margin:0;
  flex:1 1 26rem;
  font-size:16.9px;
  line-height:1.8;}
.quiet-rail .wide-panel{display:flex;
  gap:2.49rem;
  overflow-x:auto;
  padding-bottom:.5rem;
  scroll-snap-type:x proximity;}
.quiet-rail .featured-nav{flex:0 0 min(22rem,82vw);
  padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
  border-left:2px solid rgba(253,246,232,0.35);
  scroll-snap-align:start;}
.quiet-rail .featured-nav:nth-child(2n){border-left-color:var(--paint-deep);}
.quiet-rail .featured-nav:nth-child(3n){margin-top:calc(2.49rem * 1.5);}
.quiet-rail strong{display:block;
  font-size:calc(16.9px * 1.35);
  line-height:1.12;
  margin-bottom:calc(1.5rem * .75);}
.quiet-rail .featured-nav p{margin:0;
  font-size:calc(16.9px * .875);
  line-height:1.8;}
.quiet-rail .bottom-header{margin-top:calc(2.49rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid rgba(253,246,232,0.22);
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75) 2.49rem;
  align-items:center;}
.quiet-rail .bottom-header p{margin:0;
  flex:1 1 22rem;
  font-size:calc(16.9px * .875);
  line-height:1.8;}
.quiet-rail .bottom-header a{text-decoration:underline;
  text-underline-offset:3px;
  font-size:calc(16.9px * .875);
  transition:color var(--motion-base) var(--delay-fast);}
.quiet-rail .bottom-header a:hover{}
@media (max-width:720px){.quiet-rail .wide-fields{
    align-items:flex-start;
  }.quiet-rail .featured-nav:nth-child(3n){
    margin-top:0;
  }
}
.content-view{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.71rem;
    background:var(--tone-dark,linear-gradient(135deg,#8f1a1a 0%,#c8261f 55%,#1c1210 100%));
    color:#fdf6e8;
  }
.content-view .clear-entries{max-width:1660px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    gap:2.49rem;}
.content-view h1{flex:1 1 22rem;
    margin:0;
    font-size:clamp(2rem,4.6vw,calc(16.9px * 2.65));
    line-height:1.04;
    font-weight:750;
    letter-spacing:-0.01em;}
.content-view .team-benefit{flex:1 1 26rem;
    padding-top:0.35rem;
    border-top:1px solid color-mix(in srgb,currentColor 34%,transparent);}
.content-view p{margin:0;
    font-size:clamp(1rem,1.32vw,calc(16.9px * 1.125));
    line-height:1.75;
    color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:760px){.content-view{padding-top:calc(calc(1.5rem * 2.4)*.6);padding-bottom:calc(calc(1.5rem * 2.4)*.6);}.content-view .clear-entries{gap:calc(2.49rem * 1.5);}.content-view h1{flex-basis:100%;}.content-view .team-benefit{flex-basis:100%;}
  }
.plain-quote{
  background: #f4ead4;
  color: #1c1210;
  padding: calc(1.5rem * 2.4) 1.71rem;
}
.plain-quote .top-list{width: min(100%, 1660px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.49rem * 1.5);}
.plain-quote h2,
.plain-quote h3,
.plain-quote p{margin: 0;}
.plain-quote h2{font-size: calc(16.9px * 2); line-height: 1.08;}
.plain-quote h3{font-size: calc(16.9px * 1.35); line-height: 1.2;}
.plain-quote p{font-size: 16.9px; line-height: 1.8;}
.plain-quote .focused-track{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;}
.plain-quote .focused-track .media-steps{color: var(--paint-cool);
  font-size: calc(16.9px * 1.125);}
.plain-quote .focused-track a{width: fit-content;
  color: #8f1a1a;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: calc(16.9px * .875);
  padding-bottom: 2px;
  transition: color var(--motion-base) var(--delay-fast);}
.plain-quote .focused-track a:hover{color: #c8261f;}
.plain-quote .narrow-items{display: flex;
  flex-direction: column;
  border-top: 1px solid var(--surface-card);}
.plain-quote .strong-surface{
  display: grid;
  grid-template-columns: minmax(9rem, .24fr) minmax(0, 1fr);
  gap: 2.49rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--surface-card);
  background: #efe4cd;
  color: var(--paint-cool);
  padding-left: 1.71rem;
  padding-right: 1.71rem;
}
.plain-quote .strong-surface strong{font-size: calc(16.9px * 1.35);
  line-height: 1.15;}
.plain-quote .top-track{display: grid;
  grid-template-columns: minmax(5.5rem, .14fr) minmax(11rem, .32fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--surface-card);
  animation: activitiesLedgerFade calc(var(--motion-base) * 2.1) var(--delay-fast) both;
  animation-delay: var(--motion-nav, 0ms);}
.plain-quote .top-track span{color: var(--paint-cool);
  font-size: calc(16.9px * .875);
  text-transform: uppercase;
  letter-spacing: 0.04em;}
@keyframes activitiesLedgerFade {from{ opacity: .2; transform: translateY(calc(calc(2.49rem * 1) * .14)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 820px) {.plain-quote .strong-surface,
  .plain-quote .top-track{ grid-template-columns: 1fr; }.plain-quote .strong-surface{ padding-left: 0; padding-right: 0; }
}
.page-method{
  background: linear-gradient(135deg, #8f1a1a 0%, #c8261f 55%, #1c1210 100%);
  color: #fdf6e8;
  padding: calc(1.5rem * 2.4) 1.71rem;
  overflow: hidden;
}
.page-method .top-list{width: min(100%, 1660px);
  margin: 0 auto;}
.page-method h2,
.page-method h3,
.page-method p{margin: 0;}
.page-method h2{font-size: calc(16.9px * 2); line-height: 1.08;}
.page-method h3{font-size: calc(16.9px * 1.35); line-height: 1.16;}
.page-method p{font-size: 16.9px; line-height: 1.8;}
.page-method a{color: inherit; text-decoration: underline; text-underline-offset: 3px;}
.page-method .main-tile{ background: linear-gradient(90deg, #c8261f 0%, #8f1a1a 100%); color: #fdf6e8; }
.page-method .wide-story{color: #fdf6e8; opacity: .82;}
.page-method [data-soft]{animation: securitycontrolstoryIn calc(var(--motion-base) * 2.6) var(--delay-fast) both;
  animation-delay: var(--layer-content, 0ms);}
@keyframes securitycontrolstoryIn {from{ opacity: .18; transform: translateY(calc(calc(2.49rem * 1) * .18)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 760px) {.page-method h2{ font-size: clamp(calc(16.9px * 1.35), 11vw, calc(16.9px * 2)); }
}
.page-method .focused-brand{max-width: min(100%, 64rem);}
.page-method .active-fields{border-radius: 0.44rem;
  padding: calc(2.49rem * 1.5);
  display: grid;
  gap: 1.5rem;
  position: sticky;
  top: 1.5rem;}
.page-method .fresh-figure{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: calc(2.49rem * 1.5);}
.page-method .direct-footer{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem 0;
  border-top: 1px solid #fdf6e8;
  transform: translateX(calc(var(--layer-control, 0) * calc(1.5rem * .75)));}
.page-method .direct-footer > *{flex: 1 1 min(100%, 12rem);}
.page-method .direct-footer span{color: #fdf6e8;
  opacity: .78;
  font-size: calc(16.9px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.page-method .public-surface{margin-top: calc(2.49rem * 1.5);}
@media (max-width: 820px) {.page-method .active-fields{ position: static; }.page-method .direct-footer{ display: block; transform: none; }.page-method .direct-footer > * + *{ margin-top: calc(1.5rem * .75); }
}
.active-story{
  background: #f4ead4;
  color: #1c1210;
  padding: calc(1.5rem * 2.4) 1.71rem;
}
.active-story .top-list{width: min(100%, 1660px);
  margin: 0 auto;
  display: grid;
  gap: 2.49rem;}
.active-story h2,
.active-story h3,
.active-story p{margin: 0;}
.active-story h2{font-size: calc(16.9px * 2); line-height: 1.1;}
.active-story h3{font-size: calc(16.9px * 1.35); line-height: 1.2;}
.active-story p{font-size: 16.9px; line-height: 1.8;}
.active-story .focused-track{display: grid;
  gap: calc(2.49rem * 1.5);
  padding-bottom: calc(2.49rem * 1.5);
  border-bottom: 2px solid var(--surface-page);}
.active-story .focused-track .strong-surface{font-size: calc(16.9px * 1.125);}
.active-story .narrow-items{display: grid;
  gap: 0;}
.active-story .top-track{display: grid;
  grid-template-columns: minmax(6rem, .16fr) minmax(11rem, .3fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--surface-card);
  align-items: start;}
.active-story .top-track:first-child{border-top: 1px solid var(--surface-card);}
.active-story .visual-body{font-size: calc(16.9px * .875);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--surface-page);
  padding-top: .25rem;}
.active-story .direct-view{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: calc(2.49rem * 1.5);
  padding: calc(1.5rem * .75);
  border-radius: 0.74rem;
  background: var(--tone-inverse);
  color: var(--ink-primary);
  border: 1px solid var(--surface-card);
}
.active-story .direct-view p{font-size: calc(16.9px * .875);}
.active-story .direct-view a{color: var(--surface-page);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid var(--surface-page);
  padding-bottom: 2px;
  transition: color var(--motion-base) var(--delay-fast), border-color var(--motion-base) var(--delay-fast);}
.active-story .direct-view a:hover{color: #6f1212;
  border-color: #6f1212;}
@media (max-width: 800px) {.active-story .top-track{ grid-template-columns: 1fr; gap: calc(2.49rem * 1.5); }.active-story .direct-view{ flex-direction: column; align-items: flex-start; }
}
.offset-stay-in-touch{
  padding: calc(1.5rem * 2.4) 1.71rem;
  background: var(--paint-deep);
  color: #fdf6e8;
}
.offset-stay-in-touch .primary-header{
  max-width: 1660px;
  margin: 0 auto;
  border-radius: 1.34rem;
  overflow: hidden;
  background: #f4ead4;
  color: #1c1210;
  box-shadow: 0 20px 42px rgba(0,0,0,0.24);
}
.offset-stay-in-touch .open-benefit{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(2.49rem * 1.5);
  border-bottom: 1px solid var(--surface-card);
  background: #efe4cd;
  color: var(--paint-cool);
}
.offset-stay-in-touch .open-benefit span{font-size: calc(16.9px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.offset-stay-in-touch a{text-decoration: none;}
.offset-stay-in-touch .open-benefit a{font-size: calc(16.9px * .875);
  font-weight: 600;}
.offset-stay-in-touch .open-benefit a:hover{}
.offset-stay-in-touch .quiet-list{display: flex;
  flex-wrap: wrap;
  gap: 2.49rem;
  padding: calc(2.49rem * 1.5);}
.offset-stay-in-touch .strong-surface{flex: 1 1 320px;
  min-width: 0;}
.offset-stay-in-touch h2{margin: 0;
  font-size: calc(16.9px * 2);
  line-height: 1.08;}
.offset-stay-in-touch .strong-surface p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.9px * 1.125);
  line-height: 1.8;}
.offset-stay-in-touch .text-track{flex: 1 1 380px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--surface-card);}
.offset-stay-in-touch .text-track a{display: block;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid var(--surface-card);
  transition: padding-left var(--motion-base) var(--delay-fast);}
.offset-stay-in-touch .text-track a:hover{padding-left: calc(1.5rem * .75);}
.offset-stay-in-touch .text-track span,
.offset-stay-in-touch .text-track small{display: block;
  font-size: calc(16.9px * .875);}
.offset-stay-in-touch .text-track strong{display: block;
  margin: calc(calc(1.5rem * .75) * .3) 0;
  font-size: calc(16.9px * 1.35);}
@media (max-width: 780px) {.offset-stay-in-touch .quiet-list{
    padding: calc(1.5rem * .75);
  }.offset-stay-in-touch .open-benefit{
    flex-direction: column;
    align-items: flex-start;
    padding: calc(1.5rem * .75);
  }
}
.direct-entries{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.71rem;
    background:var(--tone-dark,linear-gradient(135deg,#8f1a1a 0%,#c8261f 55%,#1c1210 100%));
    color:#f4ead4;
  }
.direct-entries .clear-entries{max-width:1660px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1.1rem,2.4vw,calc(2.49rem * 1.5));
    border-left:2px solid color-mix(in srgb,currentColor 38%,transparent);
    padding-left:clamp(1rem,3.2vw,calc(2.49rem * 1.5));}
.direct-entries h1{margin:0;
    max-width:22ch;
    font-size:clamp(2rem,5.4vw,calc(16.9px * 2.65));
    line-height:1.04;
    font-weight:750;
    letter-spacing:-0.01em;}
.direct-entries .team-benefit{max-width:46rem;}
.direct-entries p{margin:0;
    font-size:clamp(1rem,1.32vw,calc(16.9px * 1.125));
    line-height:1.75;
    color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:620px){.direct-entries{
      padding-top:calc(calc(1.5rem * 2.4)*.58);
      padding-bottom:calc(calc(1.5rem * 2.4)*.58);
    }.direct-entries .clear-entries{
      padding-left:1.71rem;
    }.direct-entries h1{
      max-width:100%;
    }
  }
.contact-footer{--mark-static:calc(1.5rem * 1.05);--state-base:calc(1660px / 2.90);padding:calc(1.5rem * 2.4) 1.71rem;background:#f4ead4;color:#1c1210;}
.contact-footer .top-list{max-width:1660px;margin:0 auto;}
.contact-footer h1,.contact-footer h2,.contact-footer h3,.contact-footer p{margin:0;}
.contact-footer h2{font-size:calc(16.9px * 2);line-height:1.12;}
.contact-footer p{font-size:16.9px;line-height:1.8;}
.contact-footer .site-tile{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.49rem;}
.contact-footer .featured-nav{flex:1 1 calc(1660px / 4.5);min-width:0;padding-top:calc(1.5rem / 2);border-top:2px solid var(--surface-card);}
.contact-footer .featured-nav .main-details{font-size:calc(16.9px * .875);letter-spacing:0.08em;text-transform:uppercase;color:#8f1a1a;margin-bottom:calc(1.5rem / 4);}
.contact-footer .featured-nav p+p{margin-top:calc(1.5rem / 3);}
.contact-footer .bottom-panel{display:flex;align-items:flex-start;gap:2.49rem;}
.contact-footer .bottom-panel>.site-tile{flex:1 1 calc(1660px / 1.9);}
.contact-footer .bottom-panel>.team-benefit{flex:1 1 calc(1660px / 3.2);min-width:0;}
.contact-footer .team-benefit .strong-surface{margin-top:1.5rem;}
@media(max-width:760px){.contact-footer .bottom-panel{flex-direction:column;}}
.featured-headline{padding:calc(1.5rem * 2.4) 1.71rem;background:linear-gradient(135deg, #8f1a1a 0%, #c8261f 55%, #1c1210 100%);color:#fdf6e8;}
.featured-headline .top-list{max-width:1660px;margin:0 auto;}
.featured-headline .wide-fields{margin-bottom:calc(2.49rem * 1.5);}
.featured-headline .wide-fields p{margin:0;font-weight:700;letter-spacing:.02em;}
.featured-headline .wide-fields h2{margin:8px 0 0;font-size:calc(16.9px * 2);line-height:1.15;}
.featured-headline .media-steps{margin-bottom:calc(2.49rem * 1.5);}
.featured-headline .media-steps p{margin:0;font-size:16.9px;}
.featured-headline .clear-entries{display:flex;flex-wrap:wrap;gap:2.49rem;}
.featured-headline .featured-nav{flex:1 1 300px;border-radius:0.74rem;border:1px solid color-mix(in srgb, currentColor 18%, transparent);background:color-mix(in srgb, currentColor 14%, transparent);padding:calc(1.5rem * .75);box-shadow:0 2px 4px rgba(0,0,0,0.15);}
.featured-headline .featured-nav .top-track{display:block;font-size:calc(16.9px * .875);font-weight:700;text-transform:uppercase;letter-spacing:.06em;opacity:.85;}
.featured-headline .featured-nav h3{margin:1.71rem 0;font-size:calc(16.9px * 1.35);line-height:1.25;}
.featured-headline .featured-nav p{margin:0;font-size:16.9px;}
.featured-headline .bottom-header{margin-top:calc(2.49rem * 1.5);padding-top:1.71rem;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);display:flex;flex-wrap:wrap;align-items:center;gap:2.49rem;}
.featured-headline .bottom-header p{margin:0;flex:1 1 320px;font-size:calc(16.9px * .875);}
.featured-headline .bottom-header a{color:#fdf6e8;font-weight:700;text-decoration:underline;text-underline-offset:3px;transition:opacity var(--motion-base) var(--delay-fast);}
.featured-headline .bottom-header a:hover{opacity:.75;}
.focused-steps{
    padding:calc(1.5rem * 2.4) 1.71rem;
    background:#efe4cd;
    color:var(--paint-cool);
    background-image:linear-gradient(135deg, color-mix(in srgb, currentColor 5%, transparent), transparent 52%);
}
.focused-steps .top-list{max-width:1660px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,0.85fr) minmax(0,1.15fr);
    gap:2.49rem;
    align-items:start;}
.focused-steps .clear-team img{width:100%;
    height:auto;
    display:block;
    border-radius:0.74rem;
    border:1px solid var(--surface-card);
    box-shadow:0 2px 4px rgba(0,0,0,0.15);}
.focused-steps .quiet-list h2{margin:0 0 0.4rem;
    font-size:calc(16.9px * 2);
    line-height:1.15;}
.focused-steps .quiet-list h3{margin:0 0 calc(2.49rem * 1.5);
    font-size:16.9px;
    font-weight:500;
    opacity:0.85;}
.focused-steps .quiet-list p{margin:0 0 calc(2.49rem * 1.5);
    font-size:16.9px;
    line-height:1.8;}
.focused-steps .quiet-list ul{margin:0;
    padding-left:1.1rem;
    display:grid;
    gap:0.55rem;
    font-size:16.9px;}
.focused-steps .quiet-list li{line-height:1.55;}
@media (max-width:820px){.focused-steps .top-list{
        grid-template-columns:1fr;
    }
}
.visual-links{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.71rem;
    background:var(--tone-dark,linear-gradient(135deg,#8f1a1a 0%,#c8261f 55%,#1c1210 100%));
    color:#fdf6e8;
  }
.visual-links .clear-entries{max-width:1660px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.49rem * 1.5);
    padding-left:clamp(1rem,3vw,calc(2.49rem * 1.5));
    border-left:2px solid color-mix(in srgb,currentColor 38%,transparent);}
.visual-links .strong-surface{display:flex;
    flex-direction:column;
    gap:clamp(.85rem,1.8vw,1.5rem);}
.visual-links h1{margin:0;
    max-width:22ch;
    font-size:clamp(2rem,5.4vw,calc(16.9px * 2.65));
    line-height:1.04;
    font-weight:750;
    letter-spacing:-0.01em;}
.visual-links .team-benefit{max-width:60rem;}
.visual-links p{margin:0;
    font-size:clamp(1rem,1.36vw,calc(16.9px * 1.125));
    line-height:1.75;
    color:color-mix(in srgb,currentColor 84%,transparent);}
@media (max-width:720px){.visual-links{
      padding-top:calc(calc(1.5rem * 2.4)*.6);
      padding-bottom:calc(calc(1.5rem * 2.4)*.6);
    }.visual-links .clear-entries{
      padding-left:1.71rem;
      border-left-width:1px;
    }.visual-links h1{max-width:100%;}
  }
.visual-callout{padding:calc(1.5rem * 2.4) 1.71rem;background:#1c1210;color:#f4ead4}
.visual-callout .public-quote{max-width:1660px;margin:0 auto}
.visual-callout h2{margin:0 0 1.5rem;font-size:calc(16.9px * 2);line-height:1.1}
.visual-callout .featured-details{margin:0 0 calc(2.49rem * 1.5);font-size:calc(16.9px * 1.125);line-height:1.8}
.visual-callout .local-media{display:flex;flex-direction:column;gap:calc(2.49rem * 1.5);margin:0;padding:0;list-style:none;counter-reset:nota}
.visual-callout .local-media>li{position:relative;padding-left:calc(2.49rem * 1.5);border-left:2px solid var(--paint-deep)}
.visual-callout .local-media>li::before{counter-increment:nota;content:counter(nota,decimal-leading-zero);display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(16.9px * .875);letter-spacing:0.08em;color:inherit;}
.visual-callout h3{margin:0;font-size:calc(16.9px * 1.35);line-height:1.2}
.visual-callout .local-media p{margin:calc(1.5rem * .75) 0 0;line-height:1.8}
.visual-callout .wide-stack{margin:calc(2.49rem * 1.5) 0 0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--surface-card);font-size:calc(16.9px * .875);line-height:1.8}
.visual-callout a{color:inherit;text-decoration:underline}
.visual-callout a:hover{color:inherit;}
@media(max-width:680px){.visual-callout .local-media>li{padding-left:calc(1.5rem * .75)}}
.wide-section{--mark-static:calc(1.5rem * 1.20);--state-base:calc(1660px / 2.44);--font-body:calc(1660px / 3.53);padding:calc(1.5rem * 2.4) 1.71rem;background:var(--paint-deep);color:#fdf6e8;}
.wide-section .top-list{max-width:1660px;margin:0 auto;}
.wide-section h1,.wide-section h2,.wide-section h3,.wide-section p,.wide-section ul{margin:0;}
.wide-section h1{font-size:calc(16.9px * 2.65);line-height:1.1;}
.wide-section h2{font-size:calc(16.9px * 2);line-height:1.12;}
.wide-section h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.wide-section p{font-size:16.9px;line-height:1.8;color:color-mix(in srgb, currentColor 74%, transparent);}
.wide-section a{color:inherit;text-decoration:none;}
.wide-section .focused-intro{padding-block:calc(var(--mark-static) / 2);}
.wide-section .visual-unit{row-gap:calc(var(--mark-static) * 1.2);}
.wide-section .strong-media{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.wide-section .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.49rem;}
.wide-section .row-title h2{flex:1 1 calc(1660px / 3);min-width:0;}
.wide-section .row-title>p{flex:1 1 calc(1660px / 3);min-width:0;}
.wide-section .public-details{flex:1 1 100%;}
.wide-section .public-details{display:flex;flex-wrap:wrap;gap:var(--mark-static);margin-top:var(--mark-static);}
.wide-section .featured-nav{flex:1 1 var(--font-body);min-width:0;}
.wide-section .featured-nav p{margin-top:calc(1.5rem / 3);}
.wide-section .bottom-header{flex:1 1 100%;margin-top:var(--mark-static);font-size:calc(16.9px * .875);}
.wide-section .bottom-header a{text-decoration:underline;text-underline-offset:3px;opacity:.9;}
.wide-section .bottom-header a:hover{opacity:1;}
.narrow-method{
        --mark-static: calc(1.5rem * 1.05);
        padding: calc(1.5rem * 2.4) 1.71rem;
        background: #1c1210;
        color: #f4ead4;
    }
.narrow-method .top-list{max-width: 1660px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;}
.narrow-method h2{font-size: calc(16.9px * 2);
        line-height: 1.14;
        margin: 0 0 calc(1.5rem / 3);}
.narrow-method .strong-surface{font-size: 16.9px;
        line-height: 1.8;
        margin: 0;
        max-width: none;}
.narrow-method .site-view{display: flex;
        flex-direction: column;
        gap: calc(calc(1.5rem * .75) * .85);}
.narrow-method details{
        padding: calc(1.5rem * .75) 1.5rem;
        border-radius: 0.44rem;
        background: #efe4cd;
        color: var(--paint-cool);
        border-left: 3px solid var(--paint-deep);
    }
.narrow-method summary{cursor: pointer;
        font-weight: 700;
        font-size: calc(16.9px * 1.125);
        line-height: 1.3;
        list-style: none;}
.narrow-method summary::-webkit-details-marker{display: none;}
.narrow-method summary::after{content: "+";
        float: right;
        font-weight: 700;color:inherit;}
.narrow-method details[open] summary::after{content: "–";}
.narrow-method details p{margin: calc(1.5rem / 3) 0 0;
        font-size: 16.9px;
        line-height: 1.8;}
.narrow-method .bottom-header{display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 2.49rem;
        padding-top: calc(var(--mark-static) / 2);
        border-top: 1px solid color-mix(in srgb, #f4ead4 22%, transparent);}
.narrow-method .bottom-header p{margin: 0;
        font-size: calc(16.9px * .875);
        flex: 1 1 260px;}
.narrow-method .bottom-header a{text-decoration: none;
        font-size: calc(16.9px * .875);
        font-weight: 700;
        padding: calc(calc(1.5rem * .75) / 3) calc(1.5rem * .75);
        border: 1px solid color-mix(in srgb, #f4ead4 40%, transparent);
        border-radius: 0.34rem;
        transition: background var(--motion-base) var(--delay-fast), color var(--motion-base) var(--delay-fast);}
.narrow-method .bottom-header a:hover{
        background: var(--paint-deep);
        color: #fdf6e8;
        border-color: var(--paint-deep);
    }
@media (max-width: 720px) {.narrow-method details{
            padding: calc(1.5rem * .75);
        }.narrow-method .bottom-header{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.primary-feature{--mark-static:calc(1.5rem * 0.99);--state-base:calc(1660px / 2.50);--type-meta:calc(1660px / 3.88);padding:calc(1.5rem * 2.4) 1.71rem;background:var(--surface-page);color:#fdf6e8;}
.primary-feature .top-list{max-width:1660px;margin:0 auto;}
.primary-feature h1,.primary-feature h2,.primary-feature h3,.primary-feature p{margin:0;}
.primary-feature h1{font-size:calc(16.9px * 2.65);line-height:1.08;}
.primary-feature h2{font-size:calc(16.9px * 2);line-height:1.12;}
.primary-feature h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.primary-feature p{font-size:16.9px;line-height:1.8;color:color-mix(in srgb, currentColor 74%, transparent);}
.primary-feature a{color:inherit;text-decoration:none;}
.primary-feature img{display:block;width:100%;height:auto;border-radius:0.44rem;}
.primary-feature .strong-block{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.34rem;background:#fdf6e8;color:var(--surface-page);}
.primary-feature .strong-surface,.primary-feature .wide-stack{}
.primary-feature .site-tile{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.49rem;margin-top:var(--mark-static);}
.primary-feature .featured-nav{flex:1 1 calc(1660px / 4);min-width:0;}
.primary-feature .featured-nav p,.primary-feature .featured-nav a{margin-top:calc(1.5rem / 3);}
.primary-feature .featured-nav img{margin-bottom:calc(1.5rem / 2);}
.primary-feature .compact-content>img{margin-top:var(--mark-static);}
.primary-feature .compact-content>.strong-surface{margin-top:1.5rem;}
.primary-feature .wide-stack{margin-top:var(--mark-static);font-size:calc(16.9px * .875);}
.primary-feature .wide-stack a{text-decoration:underline;text-underline-offset:3px;}
.wide-quote{
    padding:calc(calc(1.5rem * 2.4)*.68) 1.71rem;
    background:var(--tone-dark,linear-gradient(135deg,#8f1a1a 0%,#c8261f 55%,#1c1210 100%));
    color:#fdf6e8;
  }
.wide-quote .clear-entries{max-width:1660px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.49rem * 1.5);
    border-top:2px solid color-mix(in srgb,currentColor 38%,transparent);
    padding-top:clamp(1.2rem,2.4vw,1.5rem);}
.wide-quote h1{margin:0;
    max-width:26ch;
    font-size:clamp(2rem,4.6vw,calc(16.9px * 2.65));
    line-height:1.06;
    font-weight:750;
    letter-spacing:-0.01em;}
.wide-quote .team-benefit{max-width:64rem;}
.wide-quote p{margin:0;
    font-size:clamp(1rem,1.32vw,calc(16.9px * 1.125));
    line-height:1.78;
    color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:720px){.wide-quote{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.wide-quote h1{max-width:100%;}.wide-quote .clear-entries{gap:1.5rem;}
  }
.secondary-links{padding:calc(1.5rem * 2.4) 1.71rem;background:linear-gradient(90deg, #c8261f 0%, #8f1a1a 100%);color:#fdf6e8}
.secondary-links .top-list{max-width:1660px;margin:0 auto}
.secondary-links .strong-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:calc(2.49rem * 1.5);align-items:start}
.secondary-links .media-steps{min-width:0}
.secondary-links h2{margin:0;font-size:calc(16.9px * 2.65);line-height:1.05}
.secondary-links .media-steps p{margin:1.5rem 0 0;font-size:calc(16.9px * 1.125);line-height:1.8}
.secondary-links .contact-entries{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.secondary-links .contact-entries a{display:block;min-width:0;background:color-mix(in srgb,#fdf6e8 14%,transparent);color:#fdf6e8;border-left:3px solid #fdf6e8;border-radius:0.34rem;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.secondary-links .contact-entries a:hover{background:color-mix(in srgb,#fdf6e8 22%,transparent);color:var(--ink-primary);}
.secondary-links strong{display:block;font-size:calc(16.9px * 1.35);line-height:1.18}
.secondary-links span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(16.9px * .875);line-height:1.8}
@media(max-width:780px){.secondary-links .strong-inner{display:block}.secondary-links .contact-entries{margin-top:calc(2.49rem * 1.5)}.secondary-links h2{font-size:calc(16.9px * 2)}}
.wide-headline{--mark-static:calc(1.5rem * 1.32);--state-main:calc(1660px / 3.4);padding:calc(1.5rem * 2.4) 1.71rem;background:#f4ead4;color:#1c1210;}
.wide-headline .top-list{max-width:1660px;margin:0 auto;}
.wide-headline h2,.wide-headline h3,.wide-headline p{margin:0;}
.wide-headline h2{font-size:calc(16.9px * 2);line-height:1.14;}
.wide-headline h3{font-size:calc(16.9px * 1.35);line-height:1.22;}
.wide-headline p{font-size:16.9px;line-height:1.8;}
.wide-headline a{color:#8f1a1a;text-decoration:underline;text-underline-offset:3px;}
.wide-headline a:hover{color:#c8261f;}
.wide-headline img{display:block;width:100%;height:auto;border-radius:0.44rem;}
.wide-headline .media-steps{max-width:calc(1660px / 1.6);}
.wide-headline .media-steps .strong-surface{margin-top:calc(2.49rem * 1.5);color:var(--paint-cool);}
.wide-headline .strong-entries{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.49rem;margin-top:var(--mark-static);}
.wide-headline .team-benefit{flex:1 1 calc(1660px / 2.6);min-width:0;}
.wide-headline .team-benefit p + p{margin-top:calc(2.49rem * 1.5);}
.wide-headline .media-menu{flex:0 1 var(--state-main);min-width:0;margin:0;}
.wide-headline .site-tile{display:flex;flex-wrap:wrap;gap:2.49rem;margin-top:var(--mark-static);}
.wide-headline .featured-nav{flex:1 1 calc(1660px / 4.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid var(--surface-card);}
.wide-headline .featured-nav p{margin-top:calc(calc(2.49rem * 1.5) / 1.6);color:var(--paint-cool);}
.wide-headline .wide-stack{margin-top:var(--mark-static);padding:calc(1.5rem * .75) 1.5rem;background:#efe4cd;color:var(--paint-cool);border-radius:0.44rem;}
.wide-headline .wide-stack p{color:inherit;}
@media (max-width:720px){.wide-headline .strong-entries{flex-direction:column;}.wide-headline .media-menu{flex:1 1 auto;width:100%;}
}
.visual-view{
        padding: calc(1.5rem * 2.4) 1.71rem;
        background: linear-gradient(135deg, #8f1a1a 0%, #c8261f 55%, #1c1210 100%);
        color: #fdf6e8;
    }
.visual-view .top-list{max-width: 1660px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
        gap: calc(2.49rem * 1.5);
        align-items: start;}
.visual-view .strong-surface{position: sticky;
        top: 1.5rem;}
.visual-view h2{margin: 0;
        font-size: calc(16.9px * 2);
        line-height: 1.05;}
.visual-view .strong-surface p{margin: calc(1.5rem * .75) 0 0;
        font-size: calc(16.9px * 1.125);
        line-height: 1.8;}
.visual-view .strong-surface .wide-stack{font-size: calc(16.9px * .875);
        opacity: 0.85;}
.visual-view .narrow-items{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.visual-view .site-grid{
        padding: calc(1.5rem * .75);
        border: 1px solid var(--surface-card);
        border-radius: 0.74rem;
        background: var(--tone-inverse);
        color: var(--ink-primary);
        box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    }
.visual-view .site-grid:nth-child(even){border-left: 4px solid var(--paint-deep);}
.visual-view .quiet-lead{font-size: calc(16.9px * 1.125);
        line-height: 1.8;}
.visual-view .featured-form{margin-top: calc(1.5rem * .75);
        display: flex;
        flex-wrap: wrap;
        gap: 2.49rem;
        justify-content: space-between;
        align-items: baseline;}
.visual-view .featured-form strong{font-size: 16.9px;}
.visual-view .featured-form span{font-size: calc(16.9px * .875);}
@media (max-width: 900px) {.visual-view .top-list{
            grid-template-columns: 1fr;
        }.visual-view .strong-surface{
            position: static;
        }
    }
@media (max-width: 560px) {.visual-view .featured-form{
            flex-direction: column;
            gap: calc(1.5rem * .75);
        }
    }
.compact-unit{
  background: #f4ead4;
  color: #1c1210;
  padding: calc(1.5rem * 2.4) 1.71rem;
}
.compact-unit .top-list{width: min(100%, 1660px);
  margin: 0 auto;
  display: flex;
  gap: calc(2.49rem * 1.5);
  align-items: flex-start;}
.compact-unit h2,
.compact-unit p{margin: 0;}
.compact-unit .soft-method{flex: 0 0 min(24rem, 32%);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: sticky;
  top: 1.5rem;}
.compact-unit h2{font-size: calc(16.9px * 2);
  line-height: 1.08;
  letter-spacing: -0.01em;}
.compact-unit .soft-method p,
.compact-unit .offer-fields p{color: var(--paint-cool);
  line-height: 1.8;
  font-size: 16.9px;}
.compact-unit .direct-proof{flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 2px solid var(--surface-card);}
.compact-unit .offer-fields{display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--surface-card);}
.compact-unit .offer-fields span{flex: 0 0 8.5rem;
  color: var(--paint-deep);
  font-size: calc(16.9px * .875);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.4;}
.compact-unit .offer-fields strong{flex: 0 0 min(15rem, 32%);
  font-size: calc(16.9px * 1.35);
  line-height: 1.18;}
@media (max-width: 900px) {.compact-unit .top-list{ flex-direction: column; }.compact-unit .soft-method{
    flex: 1 1 auto;
    position: static;
  }.compact-unit .offer-fields{
    flex-direction: column;
    gap: calc(2.49rem * 1.5);
  }.compact-unit .offer-fields span,
  .compact-unit .offer-fields strong{ flex: 1 1 auto; }
}
.team-panel{padding:calc(calc(1.5rem * 2.4)*.7) 1.71rem;background:var(--tone-dark,linear-gradient(135deg,#8f1a1a,#1c1210));color:#fdf6e8;}
.team-panel .clear-entries{max-width:1660px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.49rem * 1.5);}
.team-panel .strong-surface{display:flex;flex-direction:column;gap:clamp(.9rem,2vw,1.5rem);border-top:2px solid color-mix(in srgb,currentColor 40%,transparent);padding-top:clamp(1rem,2.5vw,calc(2.49rem * 1.5));}
.team-panel h1{margin:0;font-size:clamp(2rem,5.4vw,calc(16.9px * 2.65));line-height:1.05;font-weight:750;letter-spacing:0;}
.team-panel .team-benefit{display:block;}
.team-panel p{margin:0;font-size:clamp(1rem,1.35vw,calc(16.9px * 1.125));line-height:1.75;color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:620px){.team-panel{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.team-panel h1{font-size:clamp(1.7rem,7vw,2.4rem);}
  }
.active-inner{--mark-static:calc(1.5rem * 1.18);--layer-static:calc(1660px / 3.1);padding:calc(1.5rem * 2.4) 1.71rem;background:#f4ead4;color:#1c1210;}
.active-inner .top-list{max-width:1660px;margin:0 auto;}
.active-inner h2,.active-inner h3,.active-inner p{margin:0;}
.active-inner h2{font-size:calc(16.9px * 2);line-height:1.12;}
.active-inner h3{font-size:calc(16.9px * 1.35);line-height:1.22;}
.active-inner p{font-size:16.9px;line-height:1.8;}
.active-inner .strong-entries{display:flex;align-items:flex-start;gap:2.49rem;}
.active-inner .strong-entries>.team-benefit{flex:1 1 var(--layer-static);min-width:0;}
.active-inner .strong-entries>.site-tile{flex:2 1 calc(1660px / 2);min-width:0;display:flex;flex-direction:column;gap:var(--mark-static);}
.active-inner .team-benefit .strong-surface{margin-top:1.5rem;}
.active-inner .featured-nav{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid var(--surface-card);}
.active-inner .featured-nav h3{color:var(--surface-page);}
.active-inner .featured-nav p{margin-top:calc(1.5rem / 3.4);}
@media(max-width:760px){.active-inner .strong-entries{flex-direction:column;}.active-inner .strong-entries>.site-tile{margin-top:var(--mark-static);}
}
.main-list{padding:calc(1.5rem * 2.4) 1.71rem;background:var(--surface-page);color:#fdf6e8}
.main-list .top-list{max-width:1660px;margin:0 auto}
.main-list .media-steps{display:flex;flex-wrap:wrap;align-items:flex-end;gap:calc(2.49rem * 1.5)}
.main-list h2{flex:1 1 18rem;margin:0;font-size:calc(16.9px * 2.65);line-height:1.05}
.main-list .strong-surface{flex:1 1 22rem;margin:0;font-size:calc(16.9px * 1.125);line-height:1.8}
.main-list .local-stack{display:flex;flex-direction:column;gap:0;margin:calc(2.49rem * 1.5) 0 0;padding:0;list-style:none;border-top:1px solid rgba(253,246,232,0.28)}
.main-list .local-stack>li{padding:1.5rem 0;border-bottom:1px solid rgba(253,246,232,0.28)}
.main-list h3{margin:0;font-size:calc(16.9px * 1.35);line-height:1.18}
.main-list .local-stack p{margin:calc(1.5rem * .75) 0 0;line-height:1.8}
.main-list .wide-stack{margin:calc(2.49rem * 1.5) 0 0;font-size:16.9px;line-height:1.8;opacity:.92}
@media(min-width:900px){.main-list .local-stack>li{display:grid;grid-template-columns:minmax(14rem,20rem) 1fr;gap:2.49rem;align-items:start}.main-list .local-stack p{margin-top:0}
}
@media(max-width:720px){.main-list .media-steps{display:block}.main-list .strong-surface{margin-top:calc(1.5rem * .75)}
}
.primary-wrap{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.71rem;
    background:var(--tone-dark,linear-gradient(135deg,#8f1a1a 0%,#c8261f 55%,#1c1210 100%));
    color:#f4ead4;
  }
.primary-wrap .clear-entries{max-width:1660px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2.2vw,calc(2.49rem * 1.5));
    border-left:2px solid color-mix(in srgb,currentColor 38%,transparent);
    padding-left:clamp(1rem,3vw,calc(2.49rem * 1.5));}
.primary-wrap h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,5.2vw,calc(16.9px * 2.65));
    line-height:1.05;
    font-weight:750;
    letter-spacing:-0.01em;}
.primary-wrap .team-benefit{max-width:44rem;}
.primary-wrap p{margin:0;
    font-size:clamp(1rem,1.35vw,calc(16.9px * 1.125));
    line-height:1.75;
    color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:620px){.primary-wrap{padding-top:calc(calc(1.5rem * 2.4)*.55);padding-bottom:calc(calc(1.5rem * 2.4)*.55);}.primary-wrap .clear-entries{padding-left:1.71rem;}.primary-wrap h1{max-width:100%;}
  }
.direct-menu{
    padding:calc(1.5rem * 2.4) 1.71rem;
    background:var(--surface-page);
    color:#fdf6e8;
}
.direct-menu .top-list{max-width:1660px;
    margin:0 auto;}
.direct-menu .narrow-intro{display:flex;
    flex-direction:column;
    gap:calc(2.49rem * 1.5);}
.direct-menu .media-steps h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(16.9px * 2);
    line-height:1.15;}
.direct-menu .media-steps p{margin:0 0 calc(1.5rem * .75);
    font-size:16.9px;
    line-height:1.8;
    opacity:.94;}
.direct-menu .media-steps p:last-child{margin-bottom:0;}
.direct-menu .wide-brand{display:flex;
    flex-wrap:wrap;
    gap:2.49rem;}
.direct-menu .bottom-header{
    flex:1 1 240px;
    min-width:220px;
    padding:calc(1.5rem * .75);
    border:1px solid color-mix(in srgb, currentColor 26%, transparent);
    border-radius:0.74rem;
    background:color-mix(in srgb, currentColor 10%, transparent);
}
.direct-menu .bottom-header .narrow-story{display:block;
    font-size:calc(16.9px * .875);
    letter-spacing:.08em;
    text-transform:uppercase;
    opacity:.78;
    margin-bottom:.4rem;}
.direct-menu .bottom-header a{display:inline-block;
    font-size:calc(16.9px * 1.125);
    font-weight:700;
    text-decoration:none;
    border-bottom:2px solid color-mix(in srgb, currentColor 45%, transparent);
    padding-bottom:2px;
    word-break:break-word;}
.direct-menu .bottom-header a:hover{border-bottom-color:currentColor;}
.direct-menu .bottom-header p{margin:.6rem 0 0;
    font-size:calc(16.9px * .875);
    line-height:1.8;
    opacity:.9;}
.direct-menu .bottom-header .narrow-contact{font-size:16.9px;
    font-weight:600;
    opacity:1;}
.direct-menu .steady-form{border-top:1px solid color-mix(in srgb, currentColor 30%, transparent);
    padding-top:calc(1.5rem * .75);}
.direct-menu .steady-form p{margin:0 0 calc(1.5rem * .75);
    font-size:16.9px;
    line-height:1.8;
    opacity:.94;}
.direct-menu .steady-track{display:flex;
    flex-wrap:wrap;
    gap:2.49rem;}
.direct-menu .steady-track a{
    display:inline-block;
    padding:.6rem 1.1rem;
    border-radius:0.44rem;
    background:var(--paint-deep);
    color:#fdf6e8;
    font-weight:700;
    text-decoration:none;
    transition:background var(--motion-base) var(--delay-fast);
}
.direct-menu .steady-track a:hover{
    background:#a81c17;color:var(--ink-primary);}
@media (max-width:760px){.direct-menu .wide-brand{
        flex-direction:column;
    }.direct-menu .bottom-header{
        min-width:0;
    }
}
.team-track{background:#f4ead4;color:#1c1210;padding:calc(1.5rem * 2.4) 1.71rem}
.team-track .top-list{max-width:min(1660px,68rem);margin:0 auto}
.team-track .page-footer{display:flex;flex-direction:column;gap:calc(2.49rem * 1.5)}
.team-track .wide-stack{margin:0;color:var(--paint-cool);line-height:1.8}
.team-track h2{margin:0;font-size:calc(16.9px * 2);line-height:1.1}
.team-track .strong-entries{display:flex;flex-wrap:wrap;gap:2.49rem;align-items:flex-start}
.team-track .team-benefit{flex:1 1 22rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.team-track .team-benefit p{margin:0;line-height:1.8}
.team-track .secondary-headline{flex:1 1 20rem;display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:0.74rem}
.team-track .clear-entries{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--surface-card)}
.team-track .offer-form{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--surface-card)}
.team-track .narrow-story{flex:0 0 8rem;font-size:calc(16.9px * .875);text-transform:uppercase;letter-spacing:.06em;color:var(--paint-cool)}
.team-track .offer-form p{margin:0;flex:1 1 14rem;line-height:1.8}
.team-track .offer-form a{color:#8f1a1a;text-decoration:none}
.team-track .offer-form a:hover{color:#c8261f;text-decoration:underline}
.team-track .local-plan{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.team-track .local-plan a{padding:0.7rem 1.2rem;border-radius:0.34rem;background:transparent;color:#1c1210;text-decoration:none;font-size:16.9px;transition:background var(--motion-base) var(--delay-fast)}
.team-track .local-plan a:hover{background:color-mix(in srgb, currentColor 10%, transparent);color:var(--ink-primary);}
.team-track .local-plan>a:first-child{background:var(--surface-page);color:#fdf6e8}
.team-track .local-plan>a:first-child:hover{background:#6f1212;color:var(--ink-primary);}
@media (max-width:640px){.team-track .narrow-story{flex-basis:100%}
}
.local-lead{
    padding:calc(calc(1.5rem * 2.4)*.68) 1.71rem calc(calc(1.5rem * 2.4)*.62);
    background:var(--tone-dark,linear-gradient(135deg,#8f1a1a 0%,#c8261f 55%,#1c1210 100%));
    color:#f4ead4;
  }
.local-lead .clear-entries{max-width:1660px;
    margin:0 auto;
    padding-left:clamp(1rem,3vw,calc(2.49rem * 1.5));
    border-left:2px solid color-mix(in srgb,currentColor 38%,transparent);}
.local-lead h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.9rem,4.6vw,calc(16.9px * 2.65));
    line-height:1.06;
    font-weight:760;
    letter-spacing:-0.005em;}
.local-lead .team-benefit{margin-top:clamp(.9rem,1.8vw,1.5rem);
    padding-top:clamp(.9rem,1.8vw,1.5rem);
    border-top:1px solid color-mix(in srgb,currentColor 24%,transparent);}
.local-lead p{margin:0;
    font-size:clamp(1rem,1.32vw,calc(16.9px * 1.125));
    line-height:1.72;
    color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:680px){.local-lead{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.48);}.local-lead .clear-entries{padding-left:1.71rem;}.local-lead h1{max-width:100%;}
  }
.team-media{--mark-static:calc(1.5rem * 1.18);--type-meta:calc(1660px / 3.61);padding:calc(1.5rem * 2.4) 1.71rem;background:#f4ead4;color:#1c1210;}
.team-media .top-list{max-width:1660px;margin:0 auto;}
.team-media h2,.team-media h3,.team-media p{margin:0;}
.team-media h2{font-size:calc(16.9px * 2);line-height:1.14;}
.team-media h3{font-size:calc(16.9px * 1.35);line-height:1.22;}
.team-media p{font-size:16.9px;line-height:1.8;}
.team-media a{color:#8f1a1a;text-decoration:underline;text-underline-offset:3px;}
.team-media a:hover{color:#c8261f;}
.team-media img{display:block;width:100%;max-width:var(--type-meta);height:auto;border-radius:0.44rem;margin-top:var(--mark-static);}
.team-media .strong-surface{margin-top:1.5rem;}
.team-media .site-tile{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.49rem;margin-top:var(--mark-static);}
.team-media .featured-nav{flex:1 1 calc(1660px / 4);min-width:0;padding-top:calc(calc(1.5rem * .75) / 2);border-top:2px solid var(--surface-card);}
.team-media .featured-nav p{margin-top:calc(1.5rem / 3);color:var(--paint-cool);}
.team-media .wide-stack{margin-top:var(--mark-static);padding:calc(1.5rem * .75) 1.5rem;background:#efe4cd;color:var(--paint-cool);border-radius:0.34rem;}
.team-media .wide-stack a{color:#8f1a1a;}
@media (max-width:720px){.team-media .featured-nav{flex:1 1 100%;}}
.narrow-section{--mark-static:calc(1.5rem * 1.19);--state-base:calc(1660px / 2.80);padding:calc(1.5rem * 2.4) 1.71rem;background:var(--surface-page);color:#fdf6e8;}
.narrow-section .top-list{max-width:1660px;margin:0 auto;}
.narrow-section h1,.narrow-section h2,.narrow-section h3,.narrow-section p{margin:0;}
.narrow-section h1{font-size:calc(16.9px * 2.65);line-height:1.08;}
.narrow-section h2{font-size:calc(16.9px * 2);line-height:1.12;}
.narrow-section h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.narrow-section p{font-size:16.9px;line-height:1.8;color:color-mix(in srgb, currentColor 74%, transparent);}
.narrow-section a{color:inherit;text-decoration:none;}
.narrow-section img{display:block;width:100%;height:auto;border-radius:0.44rem;}
.narrow-section .strong-block{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.34rem;background:#fdf6e8;color:var(--surface-page);}
.narrow-section .wide-stack{font-size:calc(16.9px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.narrow-section .strong-surface{margin-top:calc(1.5rem / 2);}
.narrow-section .site-tile{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.49rem;margin-top:var(--mark-static);}
.narrow-section .featured-nav{flex:1 1 calc(1660px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 30%, transparent);}
.narrow-section .featured-nav p,.narrow-section .featured-nav a{margin-top:calc(1.5rem / 3);}
.narrow-section .featured-nav a{display:inline-block;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.narrow-section .text-lead{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.49rem;}
.narrow-section .text-lead>.team-benefit{flex:1 1 auto;min-width:0;}
.narrow-section .text-lead>.strong-block{flex:0 0 auto;}
.narrow-section .text-lead>.site-tile{flex:1 1 100%;}
.narrow-section .team-benefit h2{margin-top:calc(1.5rem / 2);}
.narrow-section .bottom-header{flex:1 1 100%;margin-top:var(--mark-static);font-size:calc(16.9px * .875);}
.narrow-section .bottom-header a{border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.soft-quote{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.71rem;
    background:var(--tone-dark,linear-gradient(135deg,#8f1a1a 0%,#c8261f 55%,#1c1210 100%));
    color:#f4ead4;
  }
.soft-quote .clear-entries{max-width:1660px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.49rem * 1.5);
    border-left:1px solid color-mix(in srgb,currentColor 30%,transparent);
    padding-left:clamp(1rem,3vw,calc(2.49rem * 1.5));}
.soft-quote .strong-surface{display:flex;
    flex-direction:column;
    gap:clamp(.9rem,1.6vw,1.5rem);}
.soft-quote h1{margin:0;
    max-width:18ch;
    font-size:clamp(2rem,5.4vw,calc(16.9px * 2.65));
    line-height:1.04;
    font-weight:750;
    letter-spacing:0;}
.soft-quote .team-benefit{margin:0;
    font-size:clamp(1rem,1.32vw,calc(16.9px * 1.125));
    line-height:1.72;
    color:color-mix(in srgb,currentColor 82%,transparent);}
.soft-quote .wide-stack{border-top:1px solid color-mix(in srgb,currentColor 26%,transparent);
    padding-top:clamp(.9rem,1.6vw,1.5rem);}
.soft-quote .wide-stack p{margin:0;
    font-size:calc(16.9px * .875);
    line-height:1.68;
    color:color-mix(in srgb,currentColor 72%,transparent);}
@media (max-width:620px){.soft-quote{padding-top:calc(calc(1.5rem * 2.4)*.58);padding-bottom:calc(calc(1.5rem * 2.4)*.58);}.soft-quote .clear-entries{padding-left:1.71rem;}.soft-quote h1{max-width:100%;}
  }
.content-headline{
  padding:calc(1.5rem * 2.4) 1.71rem;
  background:var(--surface-page);
  color:#fdf6e8;
  overflow:hidden;
}
.content-headline .top-list{max-width:1660px;
  margin:0 auto;}
.content-headline .media-steps{margin:0 0 calc(2.49rem * 1.5);
  padding-bottom:calc(2.49rem * 1.5);
  border-bottom:1px solid rgba(253,246,232,0.22);}
.content-headline .media-steps h2{margin:0;
  font-size:calc(16.9px * 2.65);
  line-height:1.02;
  letter-spacing:-0.01em;}
.content-headline .media-steps p{margin:1.5rem 0 0;
  font-size:calc(16.9px * 1.125);
  line-height:1.8;}
.content-headline .clear-entries{display:flex;
  flex-direction:column;
  gap:calc(2.49rem * 1.5);}
.content-headline .top-track{display:grid;
  grid-template-columns:3.5rem 1fr;
  gap:2.49rem;
  align-items:start;
  padding-bottom:calc(1.5rem * .75);
  border-bottom:1px solid rgba(253,246,232,0.16);}
.content-headline .top-track:last-child{border-bottom:0;
  padding-bottom:0;}
.content-headline .service-intro{font-size:calc(16.9px * 1.125);
  font-weight:600;
  letter-spacing:0.06em;
  opacity:0.72;
  padding-top:0.15rem;}
.content-headline .quiet-list strong{display:block;
  font-size:calc(16.9px * 1.35);
  line-height:1.12;
  margin-bottom:calc(1.5rem * .75);}
.content-headline .quiet-list p{margin:0;
  line-height:1.8;
  font-size:16.9px;}
.content-headline .visual-list{margin-top:calc(2.49rem * 1.5);
  padding-top:calc(2.49rem * 1.5);
  border-top:1px solid rgba(253,246,232,0.22);}
.content-headline .visual-list p{margin:0;
  line-height:1.8;}
.content-headline .bottom-header{margin-top:calc(1.5rem * .75);
  display:flex;
  flex-wrap:wrap;
  gap:2.49rem;}
.content-headline .bottom-header a{text-decoration:none;
  border-bottom:1px solid rgba(253,246,232,0.55);
  padding-bottom:2px;
  transition:border-color var(--motion-base) var(--delay-fast), opacity var(--motion-base) var(--delay-fast);}
.content-headline .bottom-header a:hover{border-color:#fdf6e8;
  opacity:0.85;}
@media (max-width:640px){.content-headline .top-track{
    grid-template-columns:1fr;
    gap:calc(1.5rem * .75);
  }.content-headline .service-intro{
    padding-top:0;
  }
}
.direct-frame{--mark-static:calc(1.5rem * 1.05);--layer-static:calc(1660px / 2.4);padding:calc(1.5rem * 2.4) 1.71rem;background:#f4ead4;color:#1c1210;}
.direct-frame .top-list{max-width:1660px;margin:0 auto;}
.direct-frame h1,.direct-frame h2,.direct-frame h3,.direct-frame p{margin:0;}
.direct-frame h2{font-size:calc(16.9px * 2);line-height:1.14;margin-top:calc(1.5rem / 3);}
.direct-frame p{font-size:16.9px;line-height:1.8;}
.direct-frame a{color:inherit;text-decoration:none;}
.direct-frame .wide-stack{font-size:calc(16.9px * .875);letter-spacing:0.06em;text-transform:uppercase;color:var(--paint-cool);}
.direct-frame .strong-surface{margin-top:calc(1.5rem / 2);max-width:var(--layer-static);}
.direct-frame .strong-block{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.34rem;background:var(--surface-page);color:#fdf6e8;font-size:calc(16.9px * .875);letter-spacing:0.04em;text-transform:uppercase;transition:background var(--motion-base) var(--delay-fast);}
.direct-frame .strong-block:hover{background:#6f1212;color:var(--ink-primary);}
.direct-frame .site-tile{display:flex;flex-wrap:wrap;gap:2.49rem;margin-top:var(--mark-static);}
.direct-frame .featured-nav{flex:1 1 calc(1660px / 4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid var(--surface-card);}
.direct-frame .featured-nav p:first-child{font-size:calc(16.9px * 1.125);line-height:1.25;font-weight:600;}
.direct-frame .featured-nav p + p{margin-top:calc(1.5rem / 3);color:var(--paint-cool);}
.direct-frame .text-lead{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.49rem;}
.direct-frame .text-lead>.team-benefit{flex:1 1 auto;min-width:0;}
.direct-frame .text-lead>.strong-block{flex:0 0 auto;}
.direct-frame .text-lead>.site-tile{flex:1 1 100%;}
@media (max-width:720px){.direct-frame .featured-nav{flex:1 1 100%;}.direct-frame .strong-surface{max-width:none;}
}
.focused-figure{--mark-static:calc(1.5rem * 1.29);--state-base:calc(1660px / 2.70);--type-meta:calc(1660px / 3.66);padding:calc(1.5rem * 2.4) 1.71rem;background:var(--surface-page);color:#fdf6e8;}
.focused-figure .top-list{max-width:1660px;margin:0 auto;}
.focused-figure h1,.focused-figure h2,.focused-figure h3,.focused-figure p{margin:0;}
.focused-figure h1{font-size:calc(16.9px * 2.65);line-height:1.08;}
.focused-figure h2{font-size:calc(16.9px * 2);line-height:1.12;}
.focused-figure h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.focused-figure p{font-size:16.9px;line-height:1.8;color:color-mix(in srgb, currentColor 74%, transparent);}
.focused-figure a{color:inherit;text-decoration:none;}
.focused-figure img{display:block;width:100%;height:auto;border-radius:0.44rem;}
.focused-figure .strong-block{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.34rem;background:#fdf6e8;color:var(--surface-page);}
.focused-figure .strong-surface{margin-top:calc(1.5rem / 2);}
.focused-figure .site-tile{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.49rem;margin-top:var(--mark-static);}
.focused-figure .featured-nav{flex:1 1 calc(1660px / 4);min-width:0;}
.focused-figure .featured-nav p,.focused-figure .featured-nav a{margin-top:calc(1.5rem / 3);}
.focused-figure .featured-nav img{margin-bottom:calc(1.5rem / 2);}
.focused-figure .text-lead{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.49rem;}
.focused-figure .text-lead>.team-benefit{flex:1 1 auto;min-width:0;}
.focused-figure .text-lead>.strong-block{flex:0 0 auto;}
.focused-figure .text-lead>.site-tile{flex:1 1 100%;}
.focused-figure .team-benefit h2{margin-top:calc(1.5rem / 2);}
.visual-form{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.71rem;
    background:var(--tone-dark,linear-gradient(135deg,#8f1a1a 0%,#c8261f 55%,#1c1210 100%));
    color:#f4ead4;
  }
.visual-form .clear-entries{max-width:1660px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1.1rem,2.2vw,calc(2.49rem * 1.5));
    border-left:2px solid color-mix(in srgb,currentColor 30%,transparent);
    padding-left:clamp(1rem,3vw,calc(2.49rem * 1.5));}
.visual-form .strong-surface h1{margin:0;
    max-width:22ch;
    font-size:clamp(2rem,5.2vw,calc(16.9px * 2.65));
    line-height:1.04;
    font-weight:750;
    letter-spacing:0;}
.visual-form .service-grid{margin:clamp(.9rem,1.6vw,1.4rem) 0 0;
    font-size:clamp(1.02rem,1.4vw,calc(16.9px * 1.125));
    line-height:1.65;
    color:color-mix(in srgb,currentColor 82%,transparent);}
.visual-form .team-benefit p{margin:0;
    font-size:16.9px;
    line-height:1.8;
    color:color-mix(in srgb,currentColor 76%,transparent);}
@media (max-width:620px){.visual-form{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.visual-form .clear-entries{padding-left:1.71rem;}.visual-form .strong-surface h1{max-width:100%;}
  }
.clear-fields{background:var(--paint-deep);color:#fdf6e8;padding:calc(1.5rem * 2.4) 1.71rem}
.clear-fields .top-list{max-width:1660px;margin:0 auto}
.clear-fields .bottom-proof{display:flex;align-items:flex-start;gap:calc(2.49rem * 1.5)}
.clear-fields .quiet-view{display:block;flex:0 1 40%;min-width:14rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.74rem;box-shadow:0 12px 14px rgba(0,0,0,0.2)}
.clear-fields .media-figure{flex:1 1 32rem;min-width:0}
.clear-fields h2{margin:0;font-size:clamp(calc(16.9px * 2),4.4vw,calc(16.9px * 2.65));line-height:1.08;letter-spacing:-0.01em}
.clear-fields p{margin:1.5rem 0 0;font-size:16.9px;line-height:1.7}
.clear-fields .simple-wrap{display:flex;flex-direction:column;gap:0.6rem;margin-top:calc(2.49rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 30%,transparent)}
.clear-fields a{display:inline-block;padding:0.55rem 0.9rem;border-radius:0.34rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;text-decoration:none;font-size:calc(16.9px * .875);transition:background var(--motion-base) var(--delay-fast)}
.clear-fields a:hover{background:color-mix(in srgb,currentColor 22%,transparent)}
@media(max-width:820px){.clear-fields .bottom-proof{flex-direction:column;align-items:stretch}.clear-fields .quiet-view{flex-basis:auto;min-width:0;aspect-ratio:16/10}}
.page-items{padding:calc(1.5rem * 2.4) 1.71rem;background:#efe4cd;color:var(--paint-cool);}
.page-items .top-list{max-width:1660px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.49rem * 1.5);}
.page-items .wide-fields{display:flex;flex-direction:column;gap:0.6rem;}
.page-items .wide-fields h2{margin:0;font-size:calc(16.9px * 2);line-height:1.2;}
.page-items .wide-fields p{margin:0;font-size:16.9px;line-height:1.8;}
.page-items .secondary-contact{display:flex;flex-direction:column;border-top:1px solid var(--surface-card);}
.page-items .secondary-contact article{display:grid;grid-template-columns:minmax(180px,0.7fr) 1.3fr;gap:2.49rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--surface-card);}
.page-items .secondary-contact h3{margin:0;font-size:calc(16.9px * 1.125);line-height:1.3;}
.page-items .secondary-contact p{margin:0;font-size:16.9px;line-height:1.8;}
.page-items .bottom-header{margin:0;font-size:calc(16.9px * .875);}
.page-items .bottom-header a{color:#8f1a1a;text-decoration:underline;text-underline-offset:3px;}
.page-items .bottom-header a:hover{color:inherit;}
@media (max-width: 700px){.page-items .secondary-contact article{grid-template-columns:1fr;gap:0.4rem;}
    }
.fresh-surface{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.71rem;
    background:var(--tone-dark,linear-gradient(135deg,#8f1a1a 0%,#c8261f 55%,#1c1210 100%));
    color:#fdf6e8;
  }
.fresh-surface .clear-entries{max-width:1660px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.49rem * 1.5);
    border-left:2px solid color-mix(in srgb,currentColor 34%,transparent);
    padding-left:clamp(1.1rem,3vw,calc(2.49rem * 1.5));}
.fresh-surface .strong-surface{display:flex;
    flex-direction:column;
    gap:clamp(.9rem,1.8vw,1.5rem);}
.fresh-surface h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,5.4vw,calc(16.9px * 2.65));
    line-height:1.04;
    font-weight:750;
    letter-spacing:-0.01em;}
.fresh-surface .team-benefit{max-width:46rem;}
.fresh-surface p{margin:0;
    font-size:clamp(1rem,1.34vw,calc(16.9px * 1.125));
    line-height:1.75;
    color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:640px){.fresh-surface{
      padding-top:calc(calc(1.5rem * 2.4)*.6);
      padding-bottom:calc(calc(1.5rem * 2.4)*.6);
    }.fresh-surface .clear-entries{
      padding-left:1.71rem;
    }.fresh-surface h1{
      max-width:100%;
    }
  }
.plain-body{padding:calc(1.5rem * 2.4) 1.71rem;background:#f4ead4;color:#1c1210}
.plain-body .top-list{max-width:1660px;margin:0 auto}
.plain-body .wide-stack{display:flex;flex-wrap:wrap;gap:calc(2.49rem * 1.5);align-items:flex-start}
.plain-body .compact-view{flex:1 1 30rem;min-width:0;background:#efe4cd;color:var(--paint-cool);border-radius:0.74rem;padding:2.49rem}
.plain-body h2{margin:0;font-size:calc(16.9px * 2);line-height:1.1}
.plain-body .compact-view p{margin:1.5rem 0 0;font-size:calc(16.9px * 1.125);line-height:1.8}
.plain-body .compact-lead{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.plain-body .featured-nav{border-top:1px solid var(--surface-card);padding-top:1.5rem}
.plain-body .featured-nav:first-child{border-top:0;padding-top:0}
.plain-body .featured-nav strong{display:block;font-size:calc(16.9px * 1.35);line-height:1.18}
.plain-body .featured-nav p{margin:calc(1.5rem * .75) 0 0;line-height:1.8}
@media(max-width:780px){.plain-body .wide-stack{display:block}.plain-body .compact-view{padding:1.5rem}.plain-body .compact-lead{margin-top:calc(2.49rem * 1.5)}
}
.public-flow{--mark-static:calc(1.5rem * 1.39);--type-meta:calc(1660px / 3.49);padding:calc(1.5rem * 2.4) 1.71rem;background:var(--surface-page);color:#fdf6e8;}
.public-flow .top-list{max-width:1660px;margin:0 auto;}
.public-flow h1,.public-flow h2,.public-flow h3,.public-flow p{margin:0;}
.public-flow h1{font-size:calc(16.9px * 2.65);line-height:1.08;}
.public-flow h2{font-size:calc(16.9px * 2);line-height:1.12;}
.public-flow h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.public-flow p{font-size:16.9px;line-height:1.8;color:color-mix(in srgb, currentColor 74%, transparent);}
.public-flow a{color:inherit;text-decoration:none;}
.public-flow img{display:block;width:100%;height:auto;border-radius:0.44rem;}
.public-flow .strong-surface,.public-flow .wide-stack{}
.public-flow .site-tile{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.49rem;margin-top:var(--mark-static);}
.public-flow .featured-nav{flex:1 1 calc(1660px / 4);min-width:0;}
.public-flow .featured-nav p,.public-flow .featured-nav a{margin-top:calc(1.5rem / 3);}
.public-flow .featured-nav img{margin-bottom:calc(1.5rem / 2);}
.public-flow .featured-nav a{display:inline-block;padding-bottom:2px;border-bottom:1px solid #fdf6e8;}
.public-flow .compact-content>img{margin-top:var(--mark-static);}
.public-flow .compact-content>.strong-surface{margin-top:1.5rem;}
.public-flow .wide-stack{margin-top:var(--mark-static);font-size:calc(16.9px * .875);}
.public-flow .wide-stack a{border-bottom:1px solid currentColor;}
.active-service{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.71rem;
    background:var(--tone-dark,linear-gradient(135deg,#8f1a1a 0%,#c8261f 55%,#1c1210 100%));
    color:#fdf6e8;
  }
.active-service .clear-entries{max-width:1660px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.49rem * 1.5);
    border-left:2px solid color-mix(in srgb,currentColor 38%,transparent);
    padding-left:clamp(1.1rem,3.2vw,calc(2.49rem * 1.5));}
.active-service .strong-surface{display:flex;
    flex-direction:column;
    gap:clamp(.9rem,1.8vw,1.5rem);}
.active-service h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,5.2vw,calc(16.9px * 2.65));
    line-height:1.04;
    font-weight:750;
    letter-spacing:-0.01em;}
.active-service .team-benefit{max-width:52rem;}
.active-service p{margin:0;
    font-size:clamp(1rem,1.32vw,calc(16.9px * 1.125));
    line-height:1.72;
    color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:620px){.active-service{
      padding-top:calc(calc(1.5rem * 2.4)*.6);
      padding-bottom:calc(calc(1.5rem * 2.4)*.6);
    }.active-service .clear-entries{
      padding-left:1.71rem;
      gap:1.5rem;
    }.active-service h1{
      max-width:100%;
    }
  }
.compact-details{--mark-static:calc(1.5rem * 1.42);--state-base:calc(1660px / 2.30);--type-meta:calc(1660px / 3.66);padding:calc(1.5rem * 2.4) 1.71rem;background:var(--surface-page);color:#fdf6e8;}
.compact-details .top-list{max-width:1660px;margin:0 auto;}
.compact-details h1,.compact-details h2,.compact-details h3,.compact-details p{margin:0;}
.compact-details h1{font-size:calc(16.9px * 2.65);line-height:1.08;}
.compact-details h2{font-size:calc(16.9px * 2);line-height:1.12;}
.compact-details h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.compact-details p{font-size:16.9px;line-height:1.8;color:color-mix(in srgb, currentColor 74%, transparent);}
.compact-details a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;}
.compact-details a:hover{}
.compact-details img{display:block;width:100%;height:auto;border-radius:0.44rem;}
.compact-details .strong-block{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.34rem;background:#fdf6e8;color:var(--surface-page);}
.compact-details .strong-surface,.compact-details .wide-stack{}
.compact-details .site-tile{display:flex;flex-wrap:wrap;gap:var(--mark-static);margin-top:var(--mark-static);}
.compact-details .featured-nav{flex:1 1 calc(1660px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.44rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.compact-details .featured-nav p,.compact-details .featured-nav a{margin-top:calc(1.5rem / 3);}
.compact-details .featured-nav img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.compact-details .box>.site-tile{margin-top:var(--mark-static);}
.compact-details .box>h2{margin-top:var(--mark-static);}
.compact-details .box>.strong-surface{margin-top:calc(1.5rem / 2);}
.quiet-body{--mark-static:calc(1.5rem * 0.9);--axis-main:calc(1660px / 3.1);padding:calc(1.5rem * 2.4) 1.71rem;background:#f4ead4;color:#1c1210;}
.quiet-body .top-list{max-width:1660px;margin:0 auto;}
.quiet-body h1,.quiet-body h2,.quiet-body h3,.quiet-body p{margin:0;}
.quiet-body h2{font-size:calc(16.9px * 2);line-height:1.14;}
.quiet-body h3{font-size:calc(16.9px * 1.35);line-height:1.22;}
.quiet-body p{font-size:16.9px;line-height:1.8;}
.quiet-body .wide-stack{font-size:calc(16.9px * .875);letter-spacing:0.08em;text-transform:uppercase;color:var(--paint-cool);}
.quiet-body .strong-surface{margin-top:calc(2.49rem * 1.5);}
.quiet-body .team-benefit h2{margin-top:calc(1.5rem / 3);}
.quiet-body a{color:#8f1a1a;text-decoration:none;border-bottom:1px solid var(--surface-card);}
.quiet-body a:hover{color:#c8261f;}
.quiet-body .strong-block{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.34rem;background:var(--surface-page);color:#fdf6e8;border-bottom:0;}
.quiet-body .strong-block:hover{background:#6f1212;color:#fdf6e8;}
.quiet-body .site-tile{display:flex;flex-wrap:wrap;align-items:stretch;gap:2.49rem;margin-top:var(--mark-static);}
.quiet-body .featured-nav{flex:1 1 var(--axis-main);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid var(--surface-card);}
.quiet-body .featured-nav p{margin-top:calc(1.5rem / 3);color:var(--paint-cool);}
.quiet-body .text-lead{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.49rem;}
.quiet-body .text-lead>.team-benefit{flex:1 1 auto;min-width:0;}
.quiet-body .text-lead>.strong-block{flex:0 0 auto;}
.quiet-body .text-lead>.site-tile{flex:1 1 100%;}
.quiet-body .bottom-header{flex:1 1 100%;margin-top:var(--mark-static);padding-top:calc(1.5rem * .75);border-top:1px solid var(--surface-card);font-size:calc(16.9px * .875);color:var(--paint-cool);}
@media (max-width:720px){.quiet-body .featured-nav{flex:1 1 100%;}.quiet-body .text-lead>.strong-block{width:100%;}
}
.page-plan{
    background:#f4ead4;
    color:#1c1210;
    padding:calc(1.5rem * 2.4) 1.71rem;
}
.page-plan .c{max-width:1660px;
    margin:0 auto;
    display:grid;
    gap:1.71rem;}
@media (min-width:1024px){.page-plan .c{grid-template-columns:minmax(0,1fr) 320px;}
}
.page-plan .compact-panel{margin-bottom:calc(2.49rem * 1.5);}
.page-plan .quiet-wrap{margin:0 0 0.6rem;
    font-size:calc(16.9px * .875);
    letter-spacing:0.14em;
    text-transform:uppercase;
    color:var(--paint-deep);}
.page-plan h1{font-size:calc(16.9px * 2.65);
    line-height:1.15;
    margin:0 0 0.8rem;
    letter-spacing:-0.01em;}
.page-plan .open-section{font-size:calc(16.9px * 1.125);
    margin:0 0 1.2rem;
    color:var(--paint-cool);}
.page-plan .quiet-intro{display:flex;
    flex-wrap:wrap;
    gap:0.4rem 1.2rem;
    font-size:calc(16.9px * .875);
    color:var(--paint-cool);
    border-top:1px solid var(--surface-card);
    padding-top:0.8rem;}
.page-plan .contact-summary{margin:0 0 calc(2.49rem * 1.5);}
.page-plan .contact-summary img{display:block;
    width:100%;
    height:auto;
    border-radius:0.74rem;
    box-shadow:0 2px 4px rgba(0,0,0,0.15);
    filter:grayscale(0.15) contrast(1.05);}
.page-plan .contact-summary figcaption{margin-top:0.6rem;
    font-size:calc(16.9px * .875);
    color:var(--paint-cool);}
.page-plan .media-figure{line-height:1.8;
    font-size:16.9px;}
.page-plan .media-figure p{margin:0 0 1.1rem;}
.page-plan .media-figure h2{font-size:calc(16.9px * 1.35);
    margin:1.8rem 0 0.8rem;
    padding-left:0.7rem;
    border-left:4px solid var(--paint-deep);}
.page-plan .media-figure .wide-stack{
    background:#efe4cd;
    color:var(--paint-cool);
    padding:1rem 1.1rem;
    border-radius:0.44rem;
    border-left:3px solid var(--surface-page);
    margin-top:1.4rem;
}
.page-plan .public-menu{margin-top:calc(2.49rem * 1.5);
    padding-top:1rem;
    border-top:1px solid var(--surface-card);
    display:flex;
    flex-direction:column;
    gap:0.4rem;}
.page-plan .public-menu p{margin:0 0 0.3rem;
    font-size:calc(16.9px * .875);
    color:var(--paint-cool);}
.page-plan .public-menu a{color:#8f1a1a;
    text-decoration:none;
    font-size:16.9px;
    border-bottom:1px solid transparent;
    transition:color var(--motion-base) var(--delay-fast), border-color var(--motion-base) var(--delay-fast);}
.page-plan .public-menu a:hover{color:#c8261f;
    border-color:#c8261f;}
.page-plan .offer-content{
    background:var(--tone-inverse);
    color:var(--ink-primary);
    border:1px solid var(--surface-card);
    border-radius:0.74rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 2px 4px rgba(0,0,0,0.15);
    align-self:start;
}
.page-plan .offer-content h3{margin:0 0 1rem;
    font-size:calc(16.9px * 1.35);}
.page-plan .clear-entries{list-style:none;
    margin:0 0 1.4rem;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:1rem;}
.page-plan .clear-entries li{padding-bottom:0.9rem;
    border-bottom:1px dashed var(--surface-card);}
.page-plan .clear-entries li:last-child{border-bottom:none;padding-bottom:0;}
.page-plan .visual-body{
    display:inline-block;
    background:var(--paint-deep);
    color:#fdf6e8;
    font-size:calc(16.9px * .875);
    padding:0.15rem 0.55rem;
    border-radius:0.34rem;
    margin-bottom:0.4rem;
}
.page-plan .clear-entries p{margin:0;
    font-size:calc(16.9px * .875);
    line-height:1.6;}
.page-plan .direct-items{
    background:#efe4cd;
    color:var(--paint-cool);
    padding:1rem;
    border-radius:0.44rem;
}
.page-plan .direct-items h4{margin:0 0 0.6rem;
    font-size:16.9px;}
.page-plan .direct-items p{margin:0 0 0.5rem;
    font-size:calc(16.9px * .875);
    line-height:1.6;}
.page-plan .compact-steps a{color:#8f1a1a;
    text-decoration:none;}
.page-plan .compact-steps a:hover{color:#c8261f;
    text-decoration:underline;}
.compact-benefit{
  background: linear-gradient(135deg, #8f1a1a 0%, #c8261f 55%, #1c1210 100%);
  color: #fdf6e8;
  padding: calc(1.5rem * 2.4) 1.71rem;
}
.compact-benefit .top-list{width: min(100%, 1660px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 14rem) minmax(0, 1fr);
  grid-template-areas:
    "rail story"
    "rail entries";
  gap: 2.49rem;
  align-items: start;}
.compact-benefit h2,
.compact-benefit h3,
.compact-benefit p{margin: 0;}
.compact-benefit h2{font-size: calc(16.9px * 2); line-height: 1.1;}
.compact-benefit h3{font-size: calc(16.9px * 1.35); line-height: 1.18;}
.compact-benefit p{font-size: 16.9px; line-height: 1.8;}
.compact-benefit .clear-entries{
  grid-area: rail;
  display: flex;
  flex-direction: column;
  gap: calc(2.49rem * 1.5);
  padding: calc(1.5rem * .75);
  border-radius: 0.44rem;
  background: var(--tone-inverse);
  color: var(--ink-primary);
  border: 1px solid var(--surface-card);
}
.compact-benefit .clear-entries .wide-stack{font-size: calc(16.9px * .875);
  text-transform: uppercase;
  letter-spacing: .08em;}
.compact-benefit .clear-entries a{text-decoration: none;
  border-bottom: 1px solid currentColor;
  width: fit-content;
  font-size: calc(16.9px * .875);}
.compact-benefit .clear-entries a:hover{}
.compact-benefit .simple-note{grid-area: story;
  display: grid;
  gap: calc(2.49rem * 1.5);}
.compact-benefit .visual-service{grid-area: entries;
  display: flex;
  flex-wrap: wrap;
  gap: 2.49rem;}
.compact-benefit [data-block]{
  flex: 1 1 20rem;
  margin: 0;
  display: grid;
  gap: calc(2.49rem * 1.5);
  padding: calc(1.5rem * .75);
  border-radius: 0.74rem;
  background: var(--tone-inverse);
  color: var(--ink-primary);
  border: 1px solid var(--surface-card);
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  animation: galleryRailIn calc(var(--motion-base) * 2.2) var(--delay-fast) both;
  animation-delay: var(--motion-nav, 0ms);
}
.compact-benefit [data-block] img{width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.34rem;
  filter: grayscale(1) contrast(1.05);}
.compact-benefit [data-block] figcaption{display: grid;
  gap: calc(2.49rem * 1.5);}
.compact-benefit [data-block] span{font-size: calc(16.9px * .875);
  text-transform: uppercase;
  letter-spacing: .06em;}
@keyframes galleryRailIn {from{ opacity: .2; transform: translateY(calc(calc(2.49rem * 1) * .18)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.compact-benefit .top-list{
    grid-template-columns: 1fr;
    grid-template-areas:
      "story"
      "rail"
      "entries";
  }.compact-benefit .clear-entries{ flex-direction: row; flex-wrap: wrap; }
}
.featured-footer{
    padding:calc(1.5rem * 2.4) 1.71rem;
    background:#efe4cd;
    color:var(--paint-cool);
}
.featured-footer .direct-copy{max-width:1660px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:2.49rem;
    align-items:flex-start;}
.featured-footer .contact-brand{flex:0 0 260px;
    display:flex;
    flex-direction:column;
    gap:calc(2.49rem * 1.5);}
.featured-footer .contact-frame{width:96px;
    height:96px;
    border-radius:0.44rem;
    object-fit:cover;
    border:2px solid var(--surface-card);
    filter:grayscale(1) contrast(1.05);}
.featured-footer .service-plan{display:flex;
    flex-direction:column;
    gap:0.2rem;}
.featured-footer .page-frame{margin:0;
    font-size:calc(16.9px * 1.35);
    line-height:1.2;
    letter-spacing:0.01em;}
.featured-footer .narrow-form{margin:0;
    font-size:calc(16.9px * .875);
    text-transform:uppercase;
    letter-spacing:0.06em;
    opacity:0.85;}
.featured-footer .team-benefit{flex:1 1 420px;
    display:flex;
    flex-direction:column;
    gap:calc(2.49rem * 1.5);}
.featured-footer .plain-links{margin:0;
    font-size:16.9px;
    line-height:1.8;}
.featured-footer .simple-wrap{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:0.6rem 1.4rem;
    font-size:calc(16.9px * .875);}
.featured-footer .simple-wrap a{color:#8f1a1a;
    text-decoration:none;
    border-bottom:1px solid var(--surface-card);
    padding-bottom:1px;}
.featured-footer .simple-wrap a:hover{color:inherit;
    border-bottom-color:#c8261f;}
.featured-footer .wide-stack{margin:0;
    font-size:calc(16.9px * .875);
    opacity:0.8;}
@media (max-width:720px){.featured-footer .contact-brand{
        flex:1 1 100%;
        flex-direction:row;
        align-items:center;
        gap:calc(1.5rem * .75);
    }.featured-footer .contact-frame{
        width:72px;
        height:72px;
    }
}
.content-flow{padding:calc(1.5rem * 2.4) 1.71rem;background:var(--surface-page);color:#fdf6e8}
.content-flow .top-list{max-width:1660px;margin:0 auto}
.content-flow .steady-method{display:flex;gap:calc(2.49rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.content-flow .strong-surface{flex:1 1 30rem;min-width:0}
.content-flow .strong-surface h2{margin:0;font-size:calc(16.9px * 2.65);line-height:1.05}
.content-flow .wide-stack{margin:calc(1.5rem * .75) 0 0;font-size:calc(16.9px * .875);opacity:.82}
.content-flow .media-figure{flex:1 1 32rem;min-width:0}
.content-flow .media-figure p{margin:0 0 calc(1.5rem * .75);font-size:16.9px;line-height:1.8}
.content-flow .media-figure p:last-of-type{margin-bottom:0}
.content-flow .simple-wrap{display:flex;flex-wrap:wrap;gap:calc(calc(1.5rem * .75)*.6);margin-top:calc(2.49rem * 1.5)}
.content-flow .simple-wrap a{border-radius:0.44rem;background:var(--paint-deep);color:#fdf6e8;padding:calc(calc(1.5rem * .75)*.65) calc(1.5rem * .75);text-decoration:none;font-size:calc(16.9px * .875)}
.content-flow .simple-wrap a:hover{background:#a81c17;color:var(--ink-primary);}
@media(max-width:760px){.content-flow .steady-method{display:block}.content-flow .media-figure{margin-top:calc(2.49rem * 1.5)}.content-flow .strong-surface h2{font-size:calc(16.9px * 2)}}
.active-entries{
  background: #f4ead4;
  color: #1c1210;
  padding: calc(1.5rem * 2.4) 1.71rem;
}
.active-entries .top-list{width: min(100%, 1660px);
  margin: 0 auto;
  display: grid;
  gap: 2.49rem;}
.active-entries h2,
.active-entries h3,
.active-entries p{margin: 0;}
.active-entries h2{font-size: calc(16.9px * 2); line-height: 1.08;}
.active-entries h3{font-size: calc(16.9px * 1.35); line-height: 1.16;}
.active-entries p{font-size: 16.9px; line-height: 1.8;}
.active-entries .focused-track{display: grid;
  gap: calc(2.49rem * 1.5);
  align-content: start;}
.active-entries .focused-track .strong-surface{color: var(--paint-cool);}
.active-entries .narrow-items{display: grid;
  border-top: 1px solid var(--surface-card);}
.active-entries .top-track{display: grid;
  grid-template-columns: minmax(6rem, .18fr) minmax(11rem, .3fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--surface-card);}
.active-entries .top-track span{color: var(--paint-cool);
  font-size: calc(16.9px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;}
.active-entries .direct-view{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.49rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.74rem;
  background: var(--tone-inverse);
  color: var(--ink-primary);
  border: 1px solid var(--surface-card);
}
.active-entries .direct-view p{font-size: calc(16.9px * .875);}
.active-entries .direct-view a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
.active-entries .direct-view a:hover{color: #c8261f;}
@media (max-width: 800px) {.active-entries .top-track{ grid-template-columns: 1fr; gap: calc(2.49rem * 1.5); }.active-entries .direct-view{ flex-direction: column; align-items: flex-start; }
}
.steady-grid{
    background:#f4ead4;
    color:#1c1210;
    padding:calc(1.5rem * 2.4) 1.71rem;
}
.steady-grid .c{max-width:1660px;
    margin:0 auto;
    display:grid;
    gap:1.71rem;}
@media (min-width:1024px){.steady-grid .c{grid-template-columns:minmax(0,1fr) 320px;}
}
.steady-grid .narrow-links{display:flex;flex-direction:column;gap:calc(2.49rem * 1.5);}
.steady-grid .compact-panel h1{font-size:calc(16.9px * 2.65);
    line-height:1.15;
    margin:0 0 calc(2.49rem * 1.5);
    letter-spacing:0.01em;}
.steady-grid .strong-surface{font-size:calc(16.9px * 1.125);
    line-height:1.8;
    margin:0 0 calc(2.49rem * 1.5);
    color:var(--paint-cool);}
.steady-grid .quiet-intro{display:flex;
    flex-wrap:wrap;
    gap:2.49rem;
    font-size:calc(16.9px * .875);
    text-transform:uppercase;
    letter-spacing:0.08em;
    border-top:1px solid var(--surface-card);
    padding-top:calc(1.5rem * .75);}
.steady-grid .contact-summary{
    margin:0;
    border-radius:0.74rem;
    overflow:hidden;
    background:#efe4cd;color:var(--paint-cool);}
.steady-grid .contact-summary img{display:block;
    width:100%;
    height:auto;
    filter:grayscale(1) contrast(1.05);}
.steady-grid .contact-summary figcaption{
    padding:calc(1.5rem * .75) calc(1.5rem * .75);
    font-size:calc(16.9px * .875);
    color:var(--paint-cool);
    background:#efe4cd;
}
.steady-grid .media-figure{display:flex;
    flex-direction:column;
    gap:calc(2.49rem * 1.5);
    line-height:1.8;
    font-size:16.9px;}
.steady-grid .media-figure p{margin:0;}
.steady-grid .media-figure h2{font-size:calc(16.9px * 1.35);
    line-height:1.25;
    margin:calc(2.49rem * 1.5) 0 0;
    padding-left:calc(1.5rem * .75);
    border-left:4px solid var(--paint-deep);}
.steady-grid .bottom-header{display:flex;
    flex-wrap:wrap;
    gap:2.49rem;
    padding-top:calc(2.49rem * 1.5);
    border-top:1px solid var(--surface-card);}
.steady-grid .bottom-header a{color:#8f1a1a;
    text-decoration:none;
    font-size:16.9px;
    border-bottom:1px solid transparent;
    transition:color var(--motion-base) var(--delay-fast),border-color var(--motion-base) var(--delay-fast);}
.steady-grid .bottom-header a:hover{color:#c8261f;
    border-bottom-color:#c8261f;}
.steady-grid .strong-tile{
    background:var(--tone-inverse);
    color:var(--ink-primary);
    border:1px solid var(--surface-card);
    border-radius:0.74rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 2px 4px rgba(0,0,0,0.15);
    align-self:start;
    display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);
}
.steady-grid .strong-tile h3{margin:0;
    font-size:calc(16.9px * 1.35);
    line-height:1.25;}
.steady-grid .media-track{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.steady-grid .media-track .strong-tile{
    background:transparent;
    border:0;
    border-bottom:1px solid var(--surface-card);
    border-radius:0;
    padding:0 0 calc(1.5rem * .75);
    box-shadow:none;
}
.steady-grid .media-track .strong-tile:last-child{border-bottom:0;padding-bottom:0;}
.steady-grid .media-track a{color:#8f1a1a;
    text-decoration:none;
    font-size:16.9px;
    line-height:1.45;}
.steady-grid .media-track a:hover{color:#c8261f;text-decoration:underline;}
.steady-grid .wide-stack{margin:0;
    font-size:calc(16.9px * .875);
    color:var(--paint-cool);
    line-height:1.6;}
.active-unit{
  background: #f4ead4;
  color: #1c1210;
  padding: calc(1.5rem * 2.4) 1.71rem;
}
.active-unit .top-list{width: min(100%, 1660px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .34fr) minmax(0, 1fr);
  grid-template-areas:
    "rail story"
    "rail entries";
  gap: calc(2.49rem * 1.5) 2.49rem;
  align-items: start;}
.active-unit h2,
.active-unit h3,
.active-unit p{margin: 0;}
.active-unit h2{font-size: calc(16.9px * 2);
  line-height: 1.1;
  letter-spacing: -0.01em;}
.active-unit h3{font-size: calc(16.9px * 1.35);
  line-height: 1.2;}
.active-unit p{font-size: 16.9px;
  line-height: 1.8;}
.active-unit .clear-entries{
  grid-area: rail;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  background: #efe4cd;
  color: var(--paint-cool);
  border-radius: 0.74rem;
  border: 1px solid var(--surface-card);
}
.active-unit .clear-entries .wide-stack{font-size: calc(16.9px * .875);
  line-height: 1.7;}
.active-unit .clear-entries a{text-decoration: none;
  font-size: calc(16.9px * .875);
  border-bottom: 1px solid currentColor;
  width: fit-content;
  padding-bottom: 2px;
  transition: color var(--motion-base) var(--delay-fast);}
.active-unit .clear-entries a:hover{}
.active-unit .simple-note{grid-area: story;
  display: grid;
  gap: calc(2.49rem * 1.5);
  padding-bottom: calc(2.49rem * 1.5);
  border-bottom: 1px solid var(--surface-card);}
.active-unit .visual-service{grid-area: entries;
  display: grid;
  gap: calc(1.5rem * .75);}
.active-unit [data-block]{display: grid;
  grid-template-columns: minmax(5.5rem, .16fr) minmax(0, 1fr);
  gap: calc(2.49rem * 1.5) 2.49rem;
  padding: calc(1.5rem * .75) 0;
  border-top: 1px solid var(--surface-card);
  animation: galleryRailIn calc(var(--motion-base) * 2) var(--delay-fast) both;
  animation-delay: var(--motion-nav, 0ms);}
.active-unit [data-block]:first-child{border-top: 0; padding-top: 0;}
.active-unit [data-block] .quiet-intro{font-size: calc(16.9px * .875);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding-top: 4px;}
.active-unit [data-block] h3{grid-column: 2;}
.active-unit [data-block] p{grid-column: 2;}
@keyframes galleryRailIn {from{ opacity: 0; transform: translateY(calc(calc(2.49rem * 1) * .12)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.active-unit .top-list{
    grid-template-columns: 1fr;
    grid-template-areas:
      "story"
      "rail"
      "entries";
  }.active-unit [data-block]{
    grid-template-columns: 1fr;
  }.active-unit [data-block] h3,
  .active-unit [data-block] p{ grid-column: 1; }
}
.fresh-quote{
    padding:calc(1.5rem * 2.4) 1.71rem;
    background:#efe4cd;
    color:var(--paint-cool);
}
.fresh-quote .direct-copy{max-width:1660px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:2.49rem;
    align-items:flex-start;}
.fresh-quote .clear-entries{flex:0 0 240px;
    display:flex;
    flex-direction:column;
    gap:calc(2.49rem * 1.5);}
.fresh-quote .contact-frame{width:96px;
    height:96px;
    border-radius:0.74rem;
    object-fit:cover;
    border:2px solid var(--surface-card);
    filter:grayscale(1) contrast(1.1);}
.fresh-quote .id .page-frame{margin:0 0 4px;
    font-size:calc(16.9px * 1.35);
    line-height:1.25;}
.fresh-quote .id .narrow-form{margin:0;
    font-size:calc(16.9px * .875);
    letter-spacing:0.02em;
    text-transform:uppercase;}
.fresh-quote .team-benefit{flex:1 1 420px;
    display:flex;
    flex-direction:column;
    gap:calc(2.49rem * 1.5);}
.fresh-quote .plain-links{margin:0;
    font-size:16.9px;
    line-height:1.8;}
.fresh-quote .wide-stack{margin:0;
    font-size:calc(16.9px * .875);
    line-height:1.8;
    padding-top:calc(2.49rem * 1.5);
    border-top:1px solid var(--surface-card);}
.fresh-quote .wide-stack a{color:#8f1a1a;
    text-decoration:underline;}
.fresh-quote .wide-stack a:hover{color:inherit;}
.fresh-quote .simple-wrap{margin:0;
    display:flex;
    flex-wrap:wrap;
    gap:calc(2.49rem * 1.5);
    font-size:calc(16.9px * .875);}
.fresh-quote .simple-wrap a{color:#8f1a1a;
    text-decoration:none;
    border-bottom:1px solid #8f1a1a;
    padding-bottom:2px;}
.fresh-quote .simple-wrap a:hover{color:inherit;
    border-bottom-color:#c8261f;}
@media (max-width:640px){.fresh-quote .clear-entries{
        flex:1 1 100%;
        flex-direction:row;
        align-items:center;
    }.fresh-quote .contact-frame{
        width:72px;
        height:72px;
    }
}
.clear-copy{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 1.71rem;background:linear-gradient(90deg, #c8261f 0%, #8f1a1a 100%);color:#fdf6e8}
.clear-copy:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(96deg,transparent 0 17%,color-mix(in srgb,currentColor 6%,transparent) 17% 17.1%);animation:clarifyChapterBg calc(var(--motion-base)*44) linear infinite alternate}
.clear-copy .top-list{position:relative;z-index:1;max-width:1660px;margin:0 auto}
.clear-copy h2{max-width:16ch;margin:0 0 calc(2.49rem * 1.5);font-size:calc(16.9px * 2.65);line-height:1}
.clear-copy .top-body{display:flex;gap:calc(2.49rem * 1.5);overflow:auto;scroll-snap-type:x mandatory}
.clear-copy .top-body>div{flex:0 0 min(38rem,84vw);scroll-snap-align:start}
.clear-copy h3{margin:0;font-size:calc(16.9px * 2);line-height:1.08}
.clear-copy .top-body p{margin:1.5rem 0 0;line-height:1.8}
.clear-copy .clear-wrap{max-width:38rem;margin:calc(2.49rem * 1.5) 0 0;font-size:calc(16.9px * 1.125);line-height:1.8}
@keyframes clarifyChapterBg{from{transform:translateX(-2%)}to{transform:translateX(2%)}}
@media(prefers-reduced-motion:reduce){.clear-copy:after{animation:none}}
.active-contact{
  background: #f4ead4;
  color: #1c1210;
  padding: calc(1.5rem * 2.4) 1.71rem;
}
.active-contact .top-list{width: min(100%, 1660px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(2.49rem * 1.5);
  align-items: flex-start;}
.active-contact .narrow-links{flex: 1 1 34ch;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.active-contact .page-media{flex: 1 1 40ch;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.active-contact h2,
.active-contact h3,
.active-contact p{margin: 0;}
.active-contact h2{font-size: calc(16.9px * 2);
  line-height: 1.06;}
.active-contact h3{font-size: calc(16.9px * 1.35);
  line-height: 1.18;}
.active-contact p{font-size: 16.9px;
  line-height: 1.8;}
.active-contact .wide-stack{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) 1.5rem;
  border-left: 2px solid var(--surface-page);}
.active-contact .wide-stack span{font-size: calc(16.9px * .875);
  color: var(--paint-cool);}
.active-contact .wide-stack:nth-child(2){border-left-color: var(--paint-deep);}
@media (max-width: 860px) {.active-contact .top-list{
    flex-direction: column;
  }.active-contact h2{
    font-size: calc(16.9px * 2);
  }
}
.team-steps{
  background:#f4ead4;
  color:#1c1210;
  padding:calc(1.5rem * 2.4) 1.71rem;
}
.team-steps .c{max-width:1660px;
  margin:0 auto;
  display:grid;
  gap:1.71rem;}
@media (min-width:1024px){.team-steps .c{grid-template-columns:minmax(0,1fr) 320px;}
}
.team-steps .compact-panel{margin-bottom:calc(2.49rem * 1.5);}
.team-steps h1{font-size:calc(16.9px * 2.65);
  line-height:1.15;
  margin:0 0 0.75rem;}
.team-steps .open-section{font-size:calc(16.9px * 1.125);
  margin:0 0 1rem;
  color:var(--paint-cool);}
.team-steps .quiet-intro{display:flex;
  flex-wrap:wrap;
  gap:1rem;
  font-size:calc(16.9px * .875);
  color:var(--paint-cool);
  border-top:1px solid var(--surface-card);
  padding-top:0.75rem;}
.team-steps .secondary-form{
  margin:0 0 calc(2.49rem * 1.5);
  border-radius:0.74rem;
  overflow:hidden;
  background:#efe4cd;color:var(--paint-cool);}
.team-steps .secondary-form img{display:block;
  width:100%;
  height:auto;}
.team-steps .secondary-form figcaption{font-size:calc(16.9px * .875);
  color:var(--paint-cool);
  padding:0.6rem 0.9rem;}
.team-steps .media-figure{line-height:1.8;}
.team-steps .media-figure p{margin:0 0 1.1rem;}
.team-steps .media-figure h2{font-size:calc(16.9px * 1.35);
  margin:1.8rem 0 0.7rem;
  line-height:1.25;}
.team-steps .service-nav{margin-top:calc(2.49rem * 1.5);
  padding-top:calc(2.49rem * 1.5);
  border-top:1px solid var(--surface-card);}
.team-steps .wide-stack{font-size:calc(16.9px * .875);
  color:var(--paint-cool);
  margin:0 0 1rem;}
.team-steps .bottom-header{display:flex;
  flex-wrap:wrap;
  gap:0.75rem 1.5rem;}
.team-steps .bottom-header a{color:#8f1a1a;
  text-decoration:none;
  font-weight:600;
  border-bottom:2px solid transparent;
  transition:color var(--motion-base) var(--delay-fast),border-color var(--motion-base) var(--delay-fast);}
.team-steps .bottom-header a:hover{color:#c8261f;
  border-bottom-color:#c8261f;}
.team-steps .strong-tile{
  background:var(--tone-inverse);
  color:var(--ink-primary);
  border:1px solid var(--surface-card);
  border-radius:0.74rem;
  padding:calc(1.5rem * .75);
  box-shadow:0 2px 4px rgba(0,0,0,0.15);
  align-self:start;
}
.team-steps .strong-tile h3{margin:0 0 1rem;
  font-size:16.9px;
  text-transform:uppercase;
  letter-spacing:0.04em;}
.team-steps .media-track{display:flex;
  flex-direction:column;
  gap:0.9rem;}
.team-steps .title a{color:var(--ink-primary);
  text-decoration:none;
  font-size:calc(16.9px * .875);
  line-height:1.5;
  display:block;
  border-left:3px solid var(--paint-deep);
  padding-left:0.7rem;
  transition:color var(--motion-base) var(--delay-fast);}
.team-steps .title a:hover{color:var(--paint-deep);}
.team-frame{
  background: #f4ead4;
  color: #1c1210;
  padding: calc(1.5rem * 2.4) 1.71rem;
}
.team-frame .top-list{width: min(100%, 1660px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.49rem * 1.5);}
.team-frame .media-steps{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  border-bottom: 2px solid var(--surface-card);
  padding-bottom: calc(1.5rem * .75);}
.team-frame h2{margin: 0;
  font-size: calc(16.9px * 2);
  line-height: 1.05;
  max-width: 22ch;}
.team-frame .strong-surface{margin: 0;
  font-size: 16.9px;
  line-height: 1.8;}
.team-frame .strong-inner{display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: calc(1.5rem * .75);}
.team-frame .media-brand{
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.74rem;
  text-decoration: none;
  background: var(--tone-inverse);
  color: var(--ink-primary);
  border: 1px solid var(--surface-card);
  transition: transform var(--motion-base) var(--delay-fast), box-shadow var(--motion-base) var(--delay-fast);
}
.team-frame .media-brand:hover{transform: translateY(-3px);
  box-shadow: 0 12px 14px rgba(0,0,0,0.2);}
.team-frame .media-brand:nth-child(5n + 1){grid-column: span 3;}
.team-frame .media-brand:nth-child(5n + 4){grid-column: span 3;}
.team-frame .quiet-view{display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 0.44rem;
  filter: grayscale(1) contrast(1.05);}
.team-frame .visual-body{
  display: inline-block;
  align-self: flex-start;
  padding: 0.2rem 0.6rem;
  border-radius: 0.34rem;
  background: var(--paint-deep);
  color: #fdf6e8;
  font-size: calc(16.9px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.team-frame strong{font-size: calc(16.9px * 1.35);
  line-height: 1.15;}
.team-frame .wide-stack{margin: 0;
  font-size: calc(16.9px * .875);
  line-height: 1.8;}
.team-frame .visual-list{margin: 0;
  padding-top: calc(1.5rem * .75);
  border-top: 2px solid var(--surface-card);
  font-size: 16.9px;
  line-height: 1.8;}
@media (max-width: 900px) {.team-frame .strong-inner{ grid-template-columns: 1fr 1fr; }.team-frame .media-brand,
  .team-frame .media-brand:nth-child(5n + 1),
  .team-frame .media-brand:nth-child(5n + 4){ grid-column: auto; }
}
@media (max-width: 560px) {.team-frame .strong-inner{ grid-template-columns: 1fr; }.team-frame h2{ font-size: calc(16.9px * 1.35); }
}
.soft-shell{padding:calc(1.5rem * 2.4) 1.71rem;background:#f4ead4;color:#1c1210;}
.soft-shell .direct-copy{max-width:1660px;margin:0 auto;}
.soft-shell .clear-entries{display:flex;flex-wrap:wrap;gap:2.49rem;align-items:flex-start;}
.soft-shell .page-copy{margin:0;flex:0 0 220px;max-width:220px;}
.soft-shell .page-copy img{display:block;width:100%;height:auto;border-radius:0.44rem;filter:grayscale(100%) contrast(1.05);}
.soft-shell .service-plan{flex:1 1 320px;min-width:0;}
.soft-shell .page-frame{margin:0 0 0.35rem;font-size:calc(16.9px * 1.35);line-height:1.25;}
.soft-shell .narrow-form{margin:0 0 0.85rem;font-size:calc(16.9px * .875);color:var(--paint-cool);}
.soft-shell .plain-links{margin:0 0 1.1rem;font-size:16.9px;line-height:1.8;}
.soft-shell .simple-wrap{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:0.5rem 1.4rem;font-size:calc(16.9px * .875);}
.soft-shell .simple-wrap a{color:#8f1a1a;text-decoration:none;border-bottom:1px solid var(--surface-card);padding-bottom:1px;}
.soft-shell .simple-wrap a:hover{color:#c8261f;border-bottom-color:#c8261f;}
@media (max-width:640px){.soft-shell .page-copy{flex:0 0 100%;max-width:100%;}
}
.soft-surface{padding:calc(1.5rem * 2.4) 1.71rem;background:var(--paint-deep);color:#fdf6e8}
.soft-surface .top-list{max-width:1660px;margin:0 auto}
.soft-surface .content-lead{display:flex;flex-direction:column;gap:calc(2.49rem * 1.5);align-items:flex-start}
.soft-surface h2{margin:0;max-width:22ch;font-size:calc(16.9px * 2.65);line-height:1.05}
.soft-surface .strong-surface{margin:0;font-size:calc(16.9px * 1.125);line-height:1.8}
.soft-surface .site-view{width:100%;display:flex;flex-wrap:wrap;gap:1.5rem}
.soft-surface .featured-nav{flex:1 1 20rem;min-width:0;background:color-mix(in srgb,#fdf6e8 12%,transparent);color:#fdf6e8;border-radius:0.44rem;padding:1.5rem}
.soft-surface .featured-nav p{margin:0 0 calc(1.5rem * .75);font-size:calc(16.9px * .875);text-transform:uppercase;letter-spacing:0.04em}
.soft-surface .featured-nav strong{display:block;font-size:16.9px;line-height:1.45;font-weight:500}
.soft-surface .content-lead>a{align-self:flex-start;border-radius:0.34rem;background:var(--surface-page);color:#fdf6e8;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:background var(--motion-base) var(--delay-fast)}
.soft-surface .content-lead>a:hover{background:#6f1212;color:var(--ink-primary);}
@media(max-width:680px){.soft-surface .site-view{display:block}.soft-surface .featured-nav+.featured-nav{margin-top:1.5rem}.soft-surface h2{font-size:calc(16.9px * 2)}}
.top-block{
  background: #f4ead4;
  color: #1c1210;
  padding: calc(1.5rem * 2.4) 1.71rem;
}
.top-block .top-list{width: min(100%, 1660px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .36fr) minmax(0, 1fr);
  gap: 2.49rem;}
.top-block h2,
.top-block h3,
.top-block p{margin: 0;}
.top-block h2{font-size: calc(16.9px * 2); line-height: 1.08;}
.top-block h3{font-size: calc(16.9px * 1.35); line-height: 1.16;}
.top-block p{font-size: 16.9px; line-height: 1.8;}
.top-block .narrow-intro{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(2.49rem * 1.5);
  border-radius: 1.34rem;
  background: var(--tone-inverse);
  color: var(--ink-primary);
  border: 1px solid var(--surface-card);
}
.top-block .narrow-intro .wide-stack{font-size: calc(16.9px * .875);
  color: var(--paint-cool);
  padding-top: 1.5rem;
  border-top: 1px solid var(--surface-card);}
.top-block .soft-frame{display: grid;
  border: 1px solid var(--surface-card);
  border-radius: 0.74rem;
  overflow: hidden;}
.top-block .offer-form{display: grid;
  grid-template-columns: minmax(5rem, .16fr) minmax(9rem, .3fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
  border-bottom: 1px solid var(--surface-card);
  color: inherit;
  text-decoration: none;
  transition: background var(--motion-base) var(--delay-fast);}
.top-block .offer-form:last-child{border-bottom: 0;}
.top-block .offer-form b{color: var(--paint-cool);
  font-size: calc(16.9px * .875);
  line-height: 1.3;}
.top-block .offer-form:hover{ background: #efe4cd;color:var(--paint-cool);}
.top-block .offer-form:hover h3{color: var(--surface-page);}
.top-block .visual-region{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 2.49rem;
  align-items: center;
  padding: 1.5rem;
  border-radius: 0.74rem;
  background: #1c1210;
  color: #f4ead4;
}
.top-block .visual-region a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
@media (max-width: 820px) {.top-block .top-list,
  .top-block .offer-form{ grid-template-columns: 1fr; }.top-block .visual-region{ flex-direction: column; align-items: flex-start; }
}
.team-body{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.71rem;
    background:var(--tone-dark,linear-gradient(135deg,#8f1a1a 0%,#c8261f 55%,#1c1210 100%));
    color:#fdf6e8;
  }
.team-body .clear-entries{max-width:1660px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    gap:2.49rem;}
.team-body h1{flex:1 1 22rem;
    margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(16.9px * 2.65));
    line-height:1.06;
    font-weight:750;
    letter-spacing:-0.01em;}
.team-body .team-benefit{flex:1 1 24rem;
    padding-top:0.35rem;
    border-top:2px solid color-mix(in srgb,currentColor 42%,transparent);}
.team-body p{margin:0;
    padding-top:1.5rem;
    font-size:clamp(1rem,1.3vw,calc(16.9px * 1.125));
    line-height:1.75;
    color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:760px){.team-body{padding-top:calc(calc(1.5rem * 2.4)*.6);padding-bottom:calc(calc(1.5rem * 2.4)*.6);}.team-body .clear-entries{gap:calc(2.49rem * 1.5);}.team-body h1{flex-basis:100%;}.team-body .team-benefit{flex-basis:100%;}
  }
.open-panel{background:var(--paint-deep);color:#fdf6e8;padding:calc(1.5rem * 2.4) 1.71rem}
.open-panel .top-list{max-width:1660px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.49rem * 1.5)}
.open-panel .media-steps h2{margin:0;font-size:clamp(calc(16.9px * 2),4.4vw,calc(16.9px * 2.65));line-height:1.08;letter-spacing:0}
.open-panel .media-steps p{margin:1.5rem 0 0;font-size:calc(16.9px * 1.125);line-height:1.7}
.open-panel .strong-entries{display:flex;flex-wrap:wrap;gap:2.49rem;align-items:flex-start}
.open-panel .team-benefit{flex:1 1 22rem;min-width:0}
.open-panel .offer-content{flex:1 1 20rem;min-width:0;padding:calc(1.5rem * .75);border-radius:0.44rem;background:color-mix(in srgb,currentColor 8%,transparent)}
.open-panel h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.9px * 1.35);line-height:1.2}
.open-panel h4{margin:0 0 0.4rem;font-size:16.9px;line-height:1.25}
.open-panel .site-tile{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.9rem}
.open-panel .site-tile li{line-height:1.6}
.open-panel .visual-body{display:inline-block;margin-right:0.5rem;padding:0.15rem 0.55rem;border-radius:0.34rem;background:color-mix(in srgb,currentColor 18%,transparent);font-size:calc(16.9px * .875)}
.open-panel a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.open-panel a:hover{opacity:0.85}
.open-panel .wide-stack{margin:calc(1.5rem * .75) 0 0;font-size:calc(16.9px * .875);line-height:1.6;opacity:0.9}
.open-panel .offer-form{display:flex;justify-content:space-between;gap:calc(1.5rem * .75);padding:0.55rem 0;border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:16.9px}
.open-panel .offer-form:last-of-type{border-bottom:0}
.open-panel .text-track{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.open-panel .clear-entries{display:flex;flex-wrap:wrap;gap:2.49rem}
.open-panel .featured-nav{flex:1 1 16rem;min-width:0;padding:calc(1.5rem * .75);border-radius:0.44rem;background:color-mix(in srgb,currentColor 8%,transparent)}
.open-panel .featured-nav p{margin:0;line-height:1.6}
.open-panel .strong-block{display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75);padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 25%,transparent)}
.open-panel .strong-block p{margin:0;flex:1 1 20rem;line-height:1.65}
.open-panel .bottom-group{display:inline-block;padding:0.7rem 1.3rem;border-radius:0.34rem;background:#fdf6e8;color:var(--paint-deep);text-decoration:none;font-weight:600}
.open-panel .bottom-group:hover{opacity:0.9}
@media(max-width:760px){.open-panel .strong-entries{flex-direction:column}.open-panel .clear-entries{flex-direction:column}
}
.content-rail{padding:calc(1.5rem * 2.4) 1.71rem;background:#1c1210;color:#f4ead4}
.content-rail .clear-entries{max-width:1660px;margin:0 auto;display:grid;grid-template-columns:minmax(15rem,.3fr) minmax(0,1fr);gap:calc(2.49rem * 1.5);align-items:start}
.content-rail .compact-view{padding-top:calc(calc(1.5rem * .75) * .4)}
.content-rail h2{margin:0;font-size:calc(16.9px * 2);line-height:1.05;letter-spacing:-.01em}
.content-rail .compact-view p{margin:1.5rem 0 0;font-size:16.9px;line-height:1.8;opacity:.88}
.content-rail .visual-team{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.content-rail .site-headline{height:clamp(20rem,38vw,32rem);border-radius:0.74rem;overflow:hidden;border:1px solid var(--surface-card);background:var(--tone-inverse);color:var(--ink-primary);}
.content-rail iframe{display:block;width:100%;height:100%;border:0;filter:grayscale(.35) contrast(1.05)}
.content-rail .soft-callout{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.content-rail .content-group{flex:1 1 15rem;min-width:0;padding:calc(1.5rem * .75);border-radius:0.44rem;background:var(--tone-inverse);color:var(--ink-primary);border:1px solid var(--surface-card)}
.content-rail .content-group span{display:block;font-size:calc(16.9px * .875);text-transform:uppercase;letter-spacing:.06em;color:inherit;}
.content-rail .content-group strong{display:block;margin-top:calc(calc(1.5rem * .75) * .5);font-size:16.9px;line-height:1.5;font-weight:600}
@media (max-width:820px){.content-rail .clear-entries{grid-template-columns:1fr}.content-rail .site-headline{height:20rem}
}
.service-story{padding:calc(1.5rem * 2.4) 1.71rem;background:var(--surface-page);color:#fdf6e8}
.service-story .top-list{max-width:1660px;margin:0 auto}
.service-story .strong-surface{max-width:58rem}
.service-story h2{margin:0;font-size:calc(16.9px * 2.65);line-height:1.05}
.service-story .strong-surface p{margin:1.5rem 0 0;font-size:calc(16.9px * 1.125);line-height:1.8}
.service-story .media-figure{margin-top:calc(2.49rem * 1.5);display:flex;flex-wrap:wrap;gap:2.49rem;align-items:flex-start}
.service-story .quiet-team{flex:1 1 36rem;min-width:0;display:flex;flex-wrap:wrap;gap:1.5rem;align-content:flex-start;background:#f4ead4;color:#1c1210;border-radius:0.74rem;padding:2.49rem}
.service-story .quiet-team label{flex:1 1 16rem;min-width:0}
.service-story .quiet-team label.wide{flex:1 1 100%}
.service-story label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(16.9px * .875);}
.service-story input,.service-story select,.service-story textarea{width:100%;max-width:100%;border:1px solid var(--surface-card);border-radius:0.34rem;background:#efe4cd;color:var(--paint-cool);font:inherit;padding:calc(1.5rem * .75);outline:none}
.service-story textarea{resize:vertical;min-height:6rem;line-height:1.8}
.service-story input::placeholder,.service-story textarea::placeholder{}
.service-story input:focus,.service-story select:focus,.service-story textarea:focus{border-color:#c8261f}
.service-story button{align-self:flex-end;border:0;border-radius:0.34rem;background:linear-gradient(90deg, #c8261f 0%, #8f1a1a 100%);color:#fdf6e8;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;white-space:nowrap}
.service-story button:hover{background:#a81c17;color:#fdf6e8}
.service-story .wide-content{flex:0 1 24rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.service-story .wide-stack{border-top:1px solid rgba(253,246,232,0.28);padding-top:calc(1.5rem * .75)}
.service-story .wide-stack:first-child{border-top:0;padding-top:0}
.service-story .wide-stack p{margin:0 0 calc(1.5rem * .75);line-height:1.8}
.service-story .wide-stack p:last-child{margin-bottom:0}
.service-story .wide-stack span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(16.9px * .875);font-weight:700}
.service-story .wide-stack a{text-decoration:underline}
.service-story .wide-stack a:hover{}
@media(max-width:760px){.service-story .media-figure{display:block}.service-story .quiet-team{display:block;padding:1.5rem}.service-story .quiet-team label+label,.service-story button{margin-top:1.5rem}.service-story .wide-content{margin-top:calc(2.49rem * 1.5)}.service-story h2{font-size:calc(16.9px * 2)}}
.main-wrap{
  padding: calc(1.5rem * 2.4) 1.71rem;
  background: #efe4cd;
  color: var(--paint-cool);
}
.main-wrap .top-list{max-width: 1660px;
  margin: 0 auto;}
.main-wrap .featured-details{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.49rem;
  align-items: flex-end;
  margin-bottom: calc(2.49rem * 1.5);}
.main-wrap h2{flex: 1 1 22rem;
  margin: 0;
  font-size: calc(16.9px * 2);
  line-height: 1.12;}
.main-wrap .featured-details p{flex: 1 1 26rem;
  margin: 0;
  line-height: 1.8;}
.main-wrap .soft-frame{margin: 0;
  padding: 0;
  border-top: 1px solid var(--surface-card);
  list-style: none;}
.main-wrap .offer-form{display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2.49rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--surface-card);}
.main-wrap .offer-form p{max-width: 44rem;
  margin: 0;
  font-size: calc(16.9px * 1.125);
  line-height: 1.8;}
.main-wrap .offer-form span{color: var(--paint-cool);
  font-size: calc(16.9px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;}
.main-wrap .plan{padding-left: calc(2.49rem * .65);}
.main-wrap .fresh-frame{justify-content: flex-start;
  flex-wrap: wrap;}
.main-wrap .fresh-frame a{flex: 1 1 16rem;
  color: #8f1a1a;
  font-size: calc(16.9px * 1.35);
  overflow-wrap: anywhere;
  text-underline-offset: .22em;}
.main-wrap .fresh-frame a:hover{color:inherit;}
.main-wrap .text-track{display: flex;
  flex-wrap: wrap;
  gap: 2.49rem;
  padding-top: 1.5rem;}
.main-wrap .text-track a{flex: 1 1 18rem;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  line-height: 1.8;}
.main-wrap .text-track a span{display: block;
  margin-bottom: calc(calc(1.5rem * .75) * .4);
  color: var(--paint-cool);
  font-size: calc(16.9px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;}
.main-wrap .text-track a:hover{color:inherit;}
@media (max-width: 660px) {.main-wrap .featured-details,
  .main-wrap .offer-form{
    display: block;
  }.main-wrap .featured-details p,
  .main-wrap .offer-form span,
  .main-wrap .offer-form p,
  .main-wrap .fresh-frame a{
    display: block;
    margin-top: calc(1.5rem * .75);
  }.main-wrap .plan{
    padding-left: 0;
  }
}
.open-menu{
  padding:calc(1.5rem * 2.4) 1.71rem;
  background:var(--surface-page);
  color:#fdf6e8;
}
.open-menu .public-quote{max-width:min(1660px,64rem);
  margin:0 auto;}
.open-menu .wide-fields{border-bottom:2px solid color-mix(in srgb,currentColor 40%,transparent);
  padding-bottom:calc(2.49rem * 1.5);
  margin-bottom:calc(2.49rem * 1.5);}
.open-menu h2{margin:0 0 calc(1.5rem * .75);
  font-size:calc(16.9px * 2.65);
  line-height:1.08;
  letter-spacing:-0.01em;}
.open-menu .featured-details{margin:0;
  font-size:calc(16.9px * 1.125);
  line-height:1.65;}
.open-menu .page-media{display:flex;
  flex-direction:column;
  gap:2.49rem;}
.open-menu .wide-stack{padding-left:calc(1.5rem * .75);
  border-left:3px solid color-mix(in srgb,currentColor 30%,transparent);}
.open-menu .wide-stack h3{margin:0 0 calc(1.5rem * .75);
  font-size:calc(16.9px * 1.35);
  line-height:1.25;}
.open-menu .wide-stack p{margin:0;
  line-height:1.75;}
@media (max-width:640px){.open-menu .wide-stack{
    padding-left:1.71rem;
  }
}
.content-steps{padding:calc(1.5rem * 2.4) 1.71rem;background:#f4ead4;color:#1c1210;}
.soft-unit{max-width:1660px;margin:0 auto;}
.content-steps h1{margin:0;font-size:calc(16.9px * 2.65);line-height:1.08;}
.top-header{padding:calc(1.5rem * 2.4) 1.71rem;background:var(--surface-page);color:#fdf6e8}
.top-header .public-quote{max-width:min(1660px,64rem);margin:0 auto}
.top-header h2{margin:0;font-size:calc(16.9px * 2.65);line-height:1.06;letter-spacing:-0.01em}
.top-header .featured-details{margin:1.5rem 0 calc(2.49rem * 1.5);font-size:calc(16.9px * 1.125);line-height:1.8}
.top-header .page-media{border-top:1px solid color-mix(in srgb,currentColor 34%,transparent)}
.top-header .wide-stack{padding:2.49rem 0}
.top-header .wide-stack + .wide-stack{border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.top-header h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.9px * 1.35);line-height:1.22}
.top-header .wide-stack p{margin:0;line-height:1.8}
.top-header a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.top-header a:hover{color:#fdf6e8;background:var(--paint-deep)}
@media (max-width:720px){.top-header .wide-stack{padding:calc(2.49rem * 1.5) 0}.top-header h2{font-size:calc(16.9px * 2)}
}
.bottom-method{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.71rem;
    background:var(--tone-dark,linear-gradient(135deg,#8f1a1a 0%,#c8261f 55%,#1c1210 100%));
    color:#f4ead4;
  }
.bottom-method .clear-entries{max-width:1660px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.49rem * 1.5);
    border-left:1px solid color-mix(in srgb,currentColor 30%,transparent);
    padding-left:clamp(1rem,3vw,calc(2.49rem * 1.5));}
.bottom-method .strong-surface{display:flex;
    flex-direction:column;
    gap:clamp(.85rem,1.6vw,1.5rem);}
.bottom-method h1{margin:0;
    max-width:18ch;
    font-size:clamp(2.05rem,5.4vw,calc(16.9px * 2.65));
    line-height:1.04;
    font-weight:750;
    letter-spacing:0;}
.bottom-method .team-benefit{margin:0;
    max-width:52rem;
    font-size:clamp(1rem,1.32vw,calc(16.9px * 1.125));
    line-height:1.75;
    color:color-mix(in srgb,currentColor 82%,transparent);}
.bottom-method .bottom-header{display:flex;
    flex-wrap:wrap;
    gap:2.49rem;
    padding-top:clamp(.75rem,1.4vw,1.5rem);
    border-top:1px solid color-mix(in srgb,currentColor 24%,transparent);}
.bottom-method .bottom-header a{color:#f4ead4;
    text-decoration:none;
    font-size:calc(16.9px * .875);
    letter-spacing:.01em;
    border-bottom:1px solid color-mix(in srgb,currentColor 45%,transparent);
    padding-bottom:2px;
    transition:border-color var(--motion-base,350ms) var(--delay-fast,ease),opacity var(--motion-base,350ms) var(--delay-fast,ease);}
.bottom-method .bottom-header a:hover,
  .bottom-method .bottom-header a:focus-visible{border-color:currentColor;
    opacity:.85;}
@media (max-width:620px){.bottom-method{padding-top:calc(calc(1.5rem * 2.4)*.55);padding-bottom:calc(calc(1.5rem * 2.4)*.55);}.bottom-method .clear-entries{padding-left:1.71rem;gap:1.5rem;}.bottom-method h1{max-width:100%;}.bottom-method .bottom-header{gap:1.71rem 2.49rem;}
  }
.primary-actions{
  --mark-static:calc(1.5rem * 0.85);
  --state-base:calc(1660px / 2.6);
  padding:calc(1.5rem * 2.4) 1.71rem;
  background:var(--surface-page);
  color:#fdf6e8;
}
.primary-actions .top-list{max-width:1660px;
  margin:0 auto;}
.primary-actions h1,
.primary-actions h2,
.primary-actions h3,
.primary-actions p{margin:0;}
.primary-actions h2{font-size:calc(16.9px * 2);
  line-height:1.14;
  margin-top:calc(2.49rem * 1.5);}
.primary-actions p{font-size:16.9px;
  line-height:1.8;
  color:color-mix(in srgb, currentColor 78%, transparent);}
.primary-actions a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.primary-actions .strong-surface{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  max-width:var(--state-base);}
.primary-actions .strong-surface p:first-child{font-size:calc(16.9px * 1.125);}
.primary-actions .bottom-header{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  margin-top:calc(1.5rem * .75);
  padding-left:1.71rem;
  border-left:2px solid color-mix(in srgb, currentColor 40%, transparent);}
.primary-actions .strong-block{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:var(--mark-static);
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.34rem;
  background:#fdf6e8;
  color:var(--surface-page);
  font-size:16.9px;
  text-decoration:none;
}
.primary-actions .strong-block:hover{
  background:var(--paint-deep);
  color:#fdf6e8;
}
.primary-actions .wide-stack{margin-top:calc(2.49rem * 1.5);
  font-size:calc(16.9px * .875);}
.primary-actions .offer-content{margin-top:calc(1.5rem * .75);
  font-size:calc(16.9px * .875);
  color:color-mix(in srgb, currentColor 66%, transparent);}
@media (max-width:720px){.primary-actions .strong-surface{
    max-width:none;
  }.primary-actions .strong-block{
    width:100%;
  }
}
.page-headline{
  padding: calc(1.5rem * 2.4) 1.71rem;
  background: #1c1210;
  color: #f4ead4;
}
.page-headline .top-list{max-width: min(1660px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.49rem * 1.5);}
.page-headline .wide-fields h2{margin: 0;
  font-size: calc(16.9px * 2);
  line-height: 1.1;}
.page-headline .media-steps{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.9px * 1.125);
  color: #c9b89a;}
.page-headline .public-details{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #2a1f1c;}
.page-headline .featured-nav{display: flex;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #2a1f1c;
  align-items: flex-start;}
.page-headline .wide-visual{flex: 0 0 auto;
  font-size: calc(16.9px * .875);
  letter-spacing: 0.14em;color:inherit;
  padding-top: 0.35rem;}
.page-headline .quiet-list strong{display: block;
  font-size: calc(16.9px * 1.35);
  margin-bottom: 0.4rem;}
.page-headline .quiet-list p{margin: 0;
  color: #c9b89a;}
.page-headline .content-group{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) 2.49rem;}
.page-headline .primary-proof{flex: 1 1 14rem;
  min-width: 0;}
.page-headline .primary-proof strong{display: block;
  font-size: calc(16.9px * .875);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c9b89a;
  margin-bottom: 0.35rem;}
.page-headline .primary-proof p{margin: 0;}
.page-headline a{text-decoration: underline;
  text-underline-offset: 3px;}
.page-headline a:hover{color:inherit;}
.page-headline .wide-stack{margin: 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2a1f1c;
  color: #c9b89a;
  font-size: calc(16.9px * .875);}
@media (max-width: 640px) {.page-headline .featured-nav{
    flex-direction: column;
    gap: 0.4rem;
  }
}
.nav{
  background: #f4ead4;
  color: #1c1210;
  padding: calc(1.5rem * 2.4) 1.71rem;
}
.nav .top-list{width: min(100%, 1660px);
  margin: 0 auto;}
.nav .page-footer{display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(2.49rem * 1.5);}
.nav .wide-stack{
  margin: 0;
  font-size: calc(16.9px * .875);
  line-height: 1.8;
  color: var(--paint-cool);
  background: #efe4cd;
  padding: 6px 12px;
  border-radius: 0.34rem;
  letter-spacing: 0.02em;
}
.nav h1{margin: 0;
  font-size: calc(16.9px * 2.65);
  line-height: 1.05;
  letter-spacing: -0.01em;}
.nav .top-frame{margin: 0;
  font-size: calc(16.9px * 1.125);
  line-height: 1.8;}
.nav .local-plan{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.49rem;
  min-width: 0;}
.nav a{max-width: 100%;
  overflow-wrap: anywhere;
  text-decoration: none;}
.nav .main-region{
  padding: 13px 22px;
  border-radius: 0.44rem;
  background: var(--surface-page);
  color: #fdf6e8;
  font-weight: 700;
  transition: background var(--motion-base) var(--delay-fast);
}
.nav .main-region:hover{
  background: #6f1212;color:var(--ink-primary);}
.nav .strong-media{padding: 13px 0;
  color: #8f1a1a;
  border-bottom: 1px solid var(--surface-card);
  transition: color var(--motion-base) var(--delay-fast);}
.nav .strong-media:hover{color: #c8261f;}
.nav .bottom-header{margin: 0;
  font-size: calc(16.9px * .875);
  line-height: 1.8;
  color: var(--paint-cool);}
.nav .bottom-header a{color: #8f1a1a;
  border-bottom: 1px solid var(--surface-card);}
.nav .bottom-header a:hover{color: #c8261f;}
@media (max-width: 640px) {.nav .local-plan{
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
