*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"IBM Plex Sans", sans-serif;}
a{color:inherit;}
.visual-section {
    width: 100%;
    background: var(--paint-base);
    color: var(--ink-warm);
    border-bottom: 1px solid var(--paint-card);
    padding: 1.5rem 0;
  }
.local-track {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 2.26rem;
    display: flex;
    align-items: center;
    gap: 1.34rem;
  }
.text-menu {
    font-size: calc(17px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--ink-warm);
    text-decoration: none;
    flex-shrink: 0;
  }
:root {
  --ink-warm: #f6eef0;
  --paint-card: rgba(255, 45, 85, 0.22);
  --paint-base: #140a0d;
  --delay-nav: cubic-bezier(0.2,0.8,0.2,1);
}
.top-frame {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.34rem * 1.5);
  }
.nav-list a {
    color: var(--ink-warm);
    text-decoration: none;
    font-size: 17px;
    padding: 0.35rem 0;
    border-bottom: 2px solid transparent;
    transition: border-color 290ms var(--delay-nav), color 290ms var(--delay-nav);
  }
.nav-list a:hover {
    color: #ff2d55;
    border-bottom-color: #ff2d55;
  }
.bottom-panel {
    flex-shrink: 0;
    margin-left: auto;
  }
.simple-plan {
    display: inline-block;
    background: #c8102e;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    padding: 0.65rem 1.25rem;
    border-radius: 0.52rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.11);
    transition: background 290ms var(--delay-nav), box-shadow 290ms var(--delay-nav);
  }
.simple-plan:hover{
    background: #a80c26;
    box-shadow: 0 6px 24px rgba(0,0,0,0.14);color:#f6eef0;}
.strong-quote {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    background: #1e1014;
    color: #e6d5d9;
    border: 1px solid var(--paint-card);
    border-radius: 0.25rem;
    cursor: pointer;
    margin-left: auto;
  }
.strong-quote span{
    display: block;
    width: 20px;
    height: 2px;
    background: #e6d5d9;
    margin: 0 auto;
    border-radius: 2px;color:#f6eef0;}
@media (max-width: 767px) {
    .local-track {
      flex-wrap: wrap;
      align-items: center;
    }

    .strong-quote {
      display: flex;
    }

    .bottom-panel {
      display: none;
    }

    .top-frame {
      display: none;
      flex: 1 1 100%;
      width: 100%;
      order: 3;
      margin-top: calc(1.34rem * 1.5);
    }

    .top-frame.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: calc(1.34rem * 1.5);
      width: 100%;
    }

    .nav-list a {
      display: block;
      width: 100%;
      padding: 0.5rem 0;
    }
  }
.main-contact{font-family:"IBM Plex Sans", sans-serif;font-size:17px;line-height:1.77;padding:calc(1.5rem * 2.4) 2.26rem;width:100%;box-sizing:border-box;background:#f6eef0;color:#1a0206;}
.contact-quote{max-width:1460px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(1.34rem * 1.5)}
.offer-footer{font-size:calc(17px * 1.125);font-weight:600;margin:0 0 calc(1.5rem * .75)}
.text-lead{font-style:normal;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.focused-benefit{display:block}
.text-lead a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:1px}
.text-lead a:hover{color:inherit;opacity:0.8}
.content-media{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.secondary-media{font-size:calc(17px * 1.35);font-weight:700;letter-spacing:0.02em;margin:0}
.active-method{margin:0;font-size:calc(17px * .875);max-width:32ch;opacity:0.85}
.content-summary{display:grid;grid-template-columns:1fr;gap:calc(1.34rem * 1.5)}
.contact-rail ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.contact-rail a{color:inherit;text-decoration:none;font-size:17px}
.contact-rail a:hover{color:inherit;opacity:0.8;text-decoration:underline}
.top-footer{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(1.34rem * 1.5);border-top:1px solid currentColor}
.team-visual{margin:0;font-size:calc(17px * .875);max-width:80ch;opacity:0.85}
.local-items{margin:0;font-size:calc(17px * .875);opacity:0.85}
@media (min-width: 640px) {.content-summary{grid-template-columns:repeat(3, 1fr)}
  }
@media (min-width: 960px) {.contact-quote{grid-template-columns:1.2fr 1fr 2fr;grid-template-areas:"contact brand nav"
        "legal legal legal";align-items:start}.plain-plan{grid-area:contact}.content-media{grid-area:brand}.content-summary{grid-area:nav}.top-footer{grid-area:legal}
  }
footer,footer *{border-radius:0!important;}
.cookies {
        position: fixed;
        left: 2.26rem;
        right: 2.26rem;
        bottom: 1.5rem;
        z-index: 1200
    }
.cookies .page-details {
        max-width: 1460px;
        margin: 0 auto;
        display: flex;
        gap: 1px;
        background: #d8dde6;
        color: #0a0f1a;
        border: 1px solid #d8dde6;
        box-shadow: 0 20px 46px rgba(0,0,0,0.17)
    }
.cookies .page-details div {
        width: 50%;
    }
.cookies .page-details > * {
        min-width: 0;
    }
.cookies .page-details > * {
        background: #fff;
        color: #0a0f1a;
        padding: 1.5rem
    }
.cookies strong {
        font-size: calc(17px * 1.35);
        line-height: 1.12
    }
.cookies p {
        margin: calc(1.5rem * .75) 0 0;
        color: #2a3040;
        line-height: 1.77
    }
.cookies button {
        border: 0;
        font: inherit;
        cursor: pointer
    }
.cookies button.cookie-accept {
        background: #c8102e;
        color: #ffffff
    }
@media (max-width: 760px) {
        .cookies .page-details {
            display: block
        }

        .cookies .page-details > * {
            display: block;
            width: 100%;
            text-align: left;
            border-bottom: 1px solid #d8dde6
        }
    }
.strong-unit {
        padding: calc(calc(1.5rem * 2.4) * 2) 2.26rem;
        background: var(--paint-base);
        color: var(--ink-warm);
    }
.strong-unit .featured-surface{max-width: 1460px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: calc(1.34rem * 1.6);
        flex-wrap: wrap;}
.strong-unit .strong-header{flex: 1 1 32rem;
        min-width: 0;}
.strong-unit h1{margin: 0;
        font-size: clamp(2.4rem, 6vw, 5.2rem);
        line-height: 0.96;
        letter-spacing: -0.01em;}
.strong-unit .fresh-steps{margin: calc(1.34rem * 1.5) 0 0;
        font-size: calc(17px * 1.125);
        line-height: 1.77;
        color: #e6d5d9;}
.strong-unit .main-track{margin: calc(1.34rem * 1.5) 0 0;
        font-size: calc(17px * .875);
        line-height: 1.77;
        color: #e6d5d9;}
.strong-unit .section{display: flex;
        flex-wrap: wrap;
        gap: 1.34rem;
        margin-top: calc(calc(1.34rem * 1.5) * 1.4);}
.strong-unit .section a{color:inherit;
        text-decoration: none;
        border-bottom: 1px solid var(--paint-card);
        padding-bottom: 2px;
        transition: color 290ms var(--delay-nav), border-color 290ms var(--delay-nav);}
.strong-unit .section a:hover{color: #ff2d55;
        border-color: #ff2d55;}
.strong-unit .text-benefit{flex: 0 1 min(30rem, 40vw);
        margin: 0;
        min-width: 0;}
.strong-unit .text-benefit img{display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 1.22rem;
        box-shadow: 0 20px 46px rgba(0,0,0,0.17);}
@media (max-width: 720px) {
        .strong-unit .featured-surface {
            align-items: flex-start;
        }

        .strong-unit .text-benefit {
            flex: 1 1 100%;
        }
    }
.narrow-feature{
        padding: calc(1.5rem * 2.4) 2.26rem;
        background: var(--paint-base);
        color: var(--ink-warm)
    }
.narrow-feature .featured-surface{max-width: 1460px;
        margin: 0 auto}
.narrow-feature .page-details{display: flex;
        flex-direction: column;
        gap: calc(1.34rem * 1.5)}
.narrow-feature .soft-wrap{min-width: 0}
.narrow-feature h2{margin: 0;
        font-size: calc(17px * 2);
        line-height: 1.1}
.narrow-feature .soft-wrap p{margin: 1.5rem 0 0;
        font-size: calc(17px * 1.125);
        line-height: 1.77;
        color: #e6d5d9}
.narrow-feature ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column}
.narrow-feature li{display: flex;
        flex-wrap: wrap;
        gap: 1.34rem;
        align-items: baseline;
        padding: 1.5rem 0}
.narrow-feature li + li{border-top: 1px solid var(--paint-card)}
.narrow-feature strong{flex: 0 1 17rem;
        min-width: 0;
        font-size: calc(17px * 1.35);
        line-height: 1.2}
.narrow-feature span{flex: 1 1 26rem;
        min-width: 0;
        line-height: 1.77;
        color: #e6d5d9}
.narrow-feature .main-track{
        margin: 0;
        padding: calc(1.5rem * .75) calc(1.34rem * 1.5);
        background: #1c0f13;
        color: #f6eef0;
        border: 1px solid var(--paint-card);
        border-radius: 0.52rem;
        font-size: calc(17px * .875);
        line-height: 1.77
    }
.narrow-feature .main-track a{color:inherit;}
.narrow-feature .main-track a:hover{color: #ff2d55}
@media (max-width: 760px) {.narrow-feature li{
            display: block
        }.narrow-feature span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.team-form{--field-content:calc(1.5rem * 0.95);--field-strong:calc(1460px / 2.15);padding:calc(1.5rem * 2.4) 2.26rem;background:var(--paint-base);color:var(--ink-warm);}
.team-form .featured-surface{max-width:1460px;margin:0 auto;}
.team-form h1,.team-form h2,.team-form h3,.team-form p{margin:0;}
.team-form h2{font-size:calc(17px * 2);line-height:1.12;}
.team-form h3{font-size:calc(17px * 1.35);line-height:1.2;}
.team-form p{font-size:17px;line-height:1.77;color:color-mix(in srgb, currentColor 74%, transparent);}
.team-form a{color:inherit;text-decoration:none;}
.team-form .direct-note{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.25rem;background:#c8102e;color:#ffffff;transition:background 290ms var(--delay-nav);}
.team-form .direct-note:hover{background:#a80c26;color:#f6eef0;}
.team-form .main-track{font-size:calc(17px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 60%, transparent);}
.team-form .fresh-steps{margin-top:calc(1.5rem / 2);}
.team-form .public-note{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.34rem;margin-top:var(--field-content);}
.team-form .public-unit{flex:1 1 calc(1460px / 4.2);min-width:0;padding:calc(1.5rem * .75);border:1px solid var(--paint-card);border-radius:0.52rem;background:#1c0f13;color:#f6eef0;}
.team-form .public-unit p{margin-top:calc(1.5rem / 3);}
.team-form .section{margin-top:var(--field-content);font-size:calc(17px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.team-form .section a{border-bottom:1px solid color-mix(in srgb, #c8102e 45%, transparent);}
.team-form .section a:hover{border-bottom-color:#ff2d55;}
.team-form .public-figure{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.34rem;}
.team-form .public-figure>.strong-header{flex:1 1 auto;min-width:0;}
.team-form .public-figure>.direct-note{flex:0 0 auto;}
.team-form .public-figure>.public-note{flex:1 1 100%;}
.team-form .strong-header h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.team-form .public-unit{flex:1 1 100%;}
}
.compact-headline{
        --field-content: calc(1.5rem * 1.14);
        padding: calc(1.5rem * 2.4) 2.26rem;
        background: #f6eef0;
        color: #1a0206;
    }
.compact-headline .featured-surface{max-width: 1460px;
        margin: 0 auto;}
.compact-headline h2,
    .compact-headline h3,
    .compact-headline p{margin: 0;}
.compact-headline h2{font-size: calc(17px * 2);
        line-height: 1.12;}
.compact-headline h3{font-size: calc(17px * 1.35);
        line-height: 1.2;}
.compact-headline p{font-size: 17px;
        line-height: 1.77;}
.compact-headline .active-team{padding-inline-start: calc(2.26rem / 2);}
.compact-headline .team-list{row-gap: calc(var(--field-content) * 1.2);}
.compact-headline .primary-panel{padding-block: calc(var(--field-content) / 2);}
.compact-headline .fresh-steps{margin-top: 1.5rem;
        max-width: calc(1460px / 2);}
.compact-headline .public-note{display: flex;
        flex-direction: column;
        gap: var(--field-content);
        margin-top: var(--field-content);}
.compact-headline .public-unit{min-width: 0;}
.compact-headline .public-unit p{margin-top: calc(1.5rem / 3);}
.compact-headline .section{margin-top: var(--field-content);
        padding-top: calc(1.5rem / 2);
        border-top: 1px solid var(--paint-card);
        font-size: calc(17px * .875);}
.compact-headline .section a{text-decoration: underline;
        text-underline-offset: 3px;
        transition: color 290ms var(--delay-nav);}
.compact-headline .section a:hover{color:inherit;}
@media (max-width: 720px) {.compact-headline .active-team{
            padding-inline-start: 0;
        }
    }
.team-method{padding:calc(1.5rem * 2.4) 2.26rem;background:linear-gradient(135deg, #140a0d 0%, #3a0a14 45%, #c8102e 100%);color:#ffffff}
.team-method .featured-surface{max-width:1460px;margin:0 auto}
.team-method .soft-wrap{margin-bottom:calc(1.34rem * 1.5)}
.team-method h2{margin:0;font-size:calc(17px * 2);line-height:1.05}
.team-method .soft-wrap p{margin:1.5rem 0 0;font-size:calc(17px * 1.125);line-height:1.77}
.team-method .direct-stack{display:flex;flex-wrap:wrap;gap:1.5rem 2.26rem}
.team-method .content-flow{flex:1 1 18rem;padding-top:calc(1.5rem * .75);border-top:1px solid var(--paint-card)}
.team-method .content-flow strong{display:block;font-size:calc(17px * 1.35);line-height:1.15}
.team-method .content-flow p{margin:calc(1.5rem * .75) 0 0;line-height:1.77}
.team-method .section{display:flex;flex-wrap:wrap;gap:2.26rem;margin-top:calc(1.34rem * 1.5);padding-top:1.5rem;border-top:1px solid var(--paint-card)}
.team-method .section a{text-decoration:none;font-size:17px;border-bottom:1px solid transparent;transition:color 290ms var(--delay-nav),border-color 290ms var(--delay-nav)}
.team-method .section a:hover{border-color:#ff2d55}
@media(max-width:760px){.team-method .direct-stack{flex-direction:column}.team-method .content-flow{flex:1 1 auto}}
.service-tile{
  background:var(--paint-base);
  color:var(--ink-warm);
  padding:calc(1.5rem * 2.4) 2.26rem;
}
.service-tile .featured-surface{max-width:1460px;
  margin:0 auto;
  display:flex;
  flex-direction:row-reverse;
  gap:calc(1.34rem * 1.5);
  align-items:flex-start;}
.service-tile .narrow-stack{display:block;
  flex:0 0 auto;
  width:min(40%,30rem);
  min-width:17rem;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:0.88rem;
  box-shadow:0 6px 24px rgba(0,0,0,0.14);}
.service-tile .strong-header{flex:1 1 30rem;
  min-width:0;}
.service-tile h2{margin:0;
  font-size:calc(17px * 2);
  line-height:1.1;
  letter-spacing:0;}
.service-tile p{margin:1.5rem 0 0;
  font-size:17px;
  line-height:1.77;
  color:#e6d5d9;}
.service-tile .direct-note{
  display:inline-flex;
  margin-top:calc(1.34rem * 1.5);
  padding:.8rem 1.15rem;
  background:#ff2d55;
  color:#1a0206;
  text-decoration:none;
  border-radius:0.52rem;
  font-size:calc(17px * .875);
  transition:background 290ms var(--delay-nav);
}
.service-tile .direct-note:hover{
  background:#e01a44;color:#f6eef0;}
@media (max-width:760px){.service-tile .featured-surface{display:block}.service-tile .narrow-stack{width:100%;min-width:0;max-height:26rem;margin-bottom:calc(1.34rem * 1.5)}
}
.page-benefit{
  background: linear-gradient(135deg, #140a0d 0%, #3a0a14 45%, #c8102e 100%);
  color: #ffffff;
  padding: calc(1.5rem * 2.4) 2.26rem;
  overflow: hidden;
}
.page-benefit .featured-surface{width: min(100%, 1460px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.34rem * 1.5);}
.page-benefit h2,
.page-benefit h3,
.page-benefit p{margin: 0;}
.page-benefit h2{font-size: calc(17px * 2.65);
  line-height: 1.04;}
.page-benefit h3{font-size: calc(17px * 1.35);
  line-height: 1.18;}
.page-benefit p{font-size: 17px;
  line-height: 1.77;}
.page-benefit .compact-stack{display: grid;
  gap: 1.5rem;}
.page-benefit .main-note{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1.34rem;
  padding: 1.5rem 2.26rem;
  border-radius: 0.88rem;
  background: linear-gradient(120deg, #ff2d55 0%, #c8102e 55%, #7a0a1c 100%);
  color: #ffffff;
}
.page-benefit .main-note p:first-child{font-size: calc(17px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.85;}
.page-benefit .main-note p:last-child{flex: 1 1 22rem;}
.page-benefit .primary-footer{display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: calc(1.5rem * .75);}
.page-benefit .focused-callout{
  display: grid;
  align-content: start;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.88rem;
  background: #1c0f13;
  color: #f6eef0;
  border: 1px solid var(--paint-card);
  text-decoration: none;
  transition: border-color 290ms var(--delay-nav),
              transform 290ms var(--delay-nav);
}
.page-benefit .focused-callout:hover{border-color: #ff2d55;
  transform: translateY(-2px);}
.page-benefit .focused-callout span{font-size: calc(17px * .875);}
.page-benefit .focused-callout h3{}
.page-benefit .focused-callout p{}
@media (max-width: 760px) {.page-benefit h2{
    font-size: clamp(calc(17px * 2), 11vw, calc(17px * 2.65));
  }.page-benefit .main-note{
    flex-direction: column;
    align-items: flex-start;
  }
}
.content-view{
  background:var(--paint-base);
  color:var(--ink-warm);
  padding:calc(1.5rem * 2.4) 2.26rem;
}
.content-view .featured-surface{max-width:1460px;
  margin:0 auto;}
.content-view .soft-wrap{display:flex;
  flex-wrap:wrap;
  gap:calc(1.34rem * 1.5);
  align-items:flex-start;}
.content-view h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(17px * 2);
  line-height:1.1;}
.content-view .soft-wrap p{flex:1 1 20rem;
  min-width:0;
  margin:0;
  color:#e6d5d9;
  line-height:1.77;}
.content-view .media-lead{margin-top:calc(1.34rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.34rem;}
.content-view .media-lead a{
  flex:1 1 17rem;
  min-width:0;
  color:var(--ink-warm);
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:#1c0f13;
  border:1px solid var(--paint-card);
  border-radius:0.88rem;
  transition:border-color 290ms var(--delay-nav), background 290ms var(--delay-nav);
}
.content-view .media-lead a:hover{border-color:#ff2d55;}
.content-view .media-lead strong{display:block;
  font-size:17px;
  line-height:1.3;}
.content-view .media-lead span{display:block;
  margin-top:.5rem;
  color:#e6d5d9;
  font-size:calc(17px * .875);
  line-height:1.77;}
.content-view .main-track{margin:calc(1.34rem * 1.5) 0 0;
  color:#e6d5d9;
  line-height:1.77;}
.content-view .section{margin-top:1.5rem;
  display:flex;
  flex-wrap:wrap;
  gap:1.34rem;}
.content-view .section a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid #c8102e;
  padding-bottom:2px;
  font-size:calc(17px * .875);
  transition:color 290ms var(--delay-nav), border-color 290ms var(--delay-nav);}
.content-view .section a:hover{color:#ff2d55;
  border-color:#ff2d55;}
@media (max-width:680px){.content-view .soft-wrap{display:block}.content-view .soft-wrap p{margin-top:1.5rem}.content-view .media-lead{display:block}.content-view .media-lead a{display:block;margin-top:1.34rem}
}
.fresh-media{
  --field-content:calc(1.5rem * 0.95);
  padding:calc(1.5rem * 2.4) 2.26rem;
  background:var(--paint-base);
  color:var(--ink-warm);
}
.fresh-media .featured-surface{max-width:1460px;
  margin:0 auto;}
.fresh-media h2,
.fresh-media p{margin:0;}
.fresh-media .soft-wrap{display:flex;
  flex-direction:column;
  gap:calc(1.34rem * 1.5);
  padding-bottom:calc(1.34rem * 1.5);
  border-bottom:1px solid var(--paint-card);}
.fresh-media h2{font-size:calc(17px * 2);
  line-height:1.14;
  letter-spacing:-0.01em;}
.fresh-media .fresh-steps{font-size:17px;
  line-height:1.77;}
.fresh-media .active-figure{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:calc(1.34rem * 1.5);}
.fresh-media details{padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid var(--paint-card);}
.fresh-media details:first-of-type{border-top:1px solid var(--paint-card);}
.fresh-media summary{cursor:pointer;
  font-size:calc(17px * 1.125);
  font-weight:600;
  line-height:1.3;
  list-style:none;
  display:flex;
  align-items:baseline;
  gap:1.34rem;}
.fresh-media summary::-webkit-details-marker{display:none;}
.fresh-media summary::before{content:"+";
  flex:0 0 auto;
  font-weight:400;
  transition:transform 290ms var(--delay-nav);}
.fresh-media details[open] summary::before{content:"–";}
.fresh-media details p{margin-top:calc(1.5rem / 2.4);
  padding-left:calc(1.34rem + 0.6rem);
  font-size:17px;
  line-height:1.77;}
.fresh-media .section{margin-top:calc(1.34rem * 1.5);
  font-size:calc(17px * .875);
  line-height:1.77;}
.fresh-media .section a{text-decoration:underline;
  text-underline-offset:3px;
  transition:color 290ms var(--delay-nav);}
.fresh-media .section a:hover{}
@media (max-width:640px){.fresh-media summary{
    font-size:17px;
  }.fresh-media details p{
    padding-left:0;
  }
}
.compact-contact{padding:calc(1.5rem * 2.4) 2.26rem;background:var(--paint-base);color:var(--ink-warm);}
.compact-feature{max-width:1460px;margin:0 auto;}
.compact-contact h1{margin:0;font-size:calc(17px * 2.65);line-height:1.08;}
.plain-inner{--field-content:calc(1.5rem * 1.42);--type-large:calc(1460px / 3.66);padding:calc(1.5rem * 2.4) 2.26rem;background:#c8102e;color:#ffffff;}
.plain-inner .featured-surface{max-width:1460px;margin:0 auto;}
.plain-inner h1,.plain-inner h2,.plain-inner h3,.plain-inner p{margin:0;}
.plain-inner h2{font-size:calc(17px * 2);line-height:1.12;margin-top:var(--field-content);}
.plain-inner h3{font-size:calc(17px * 1.35);line-height:1.2;}
.plain-inner p{font-size:17px;line-height:1.77;color:color-mix(in srgb, currentColor 78%, transparent);}
.plain-inner a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.plain-inner img{display:block;width:100%;height:auto;border-radius:0.52rem;}
.plain-inner .main-track{font-size:calc(17px * 1.125);line-height:1.5;}
.plain-inner .fresh-steps{margin-top:calc(1.5rem / 2);}
.plain-inner .public-note{display:flex;flex-wrap:wrap;gap:var(--field-content);margin-top:var(--field-content);}
.plain-inner .public-unit{flex:1 1 calc(1460px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.52rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.plain-inner .public-unit p{margin-top:calc(1.5rem / 3);}
.plain-inner .public-unit img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.local-menu{--field-content:calc(1.5rem * 1.05);--field-strong:calc(1460px / 2.6);padding:calc(1.5rem * 2.4) 2.26rem;background:var(--paint-base);color:var(--ink-warm);}
.local-menu .featured-surface{max-width:1460px;margin:0 auto;}
.local-menu h2,.local-menu h3,.local-menu p{margin:0;}
.local-menu h2{font-size:calc(17px * 2);line-height:1.14;}
.local-menu h3{font-size:calc(17px * 1.35);line-height:1.22;}
.local-menu p{font-size:17px;line-height:1.77;}
.local-menu a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:color 290ms var(--delay-nav),border-color 290ms var(--delay-nav);}
.local-menu a:hover{color:#ff2d55;border-bottom-color:#ff2d55;}
.local-menu .main-track{max-width:var(--field-strong);color:#e6d5d9;}
.local-menu .public-note{display:flex;flex-wrap:wrap;gap:1.34rem;margin-top:var(--field-content);}
.local-menu .public-unit{flex:1 1 calc(1460px / 3.6);min-width:0;padding:calc(1.5rem * .75);border-radius:0.52rem;background:#1c0f13;color:#f6eef0;border:1px solid var(--paint-card);}
.local-menu .public-unit p{margin-top:calc(1.5rem / 3);color:#e6d5d9;}
.local-menu .public-unit a{display:inline-block;margin-top:calc(1.5rem / 2.5);font-size:calc(17px * .875);}
.local-menu .fresh-nav>h2{margin-top:var(--field-content);}
.local-menu .fresh-steps{margin-top:calc(1.5rem / 2);max-width:var(--field-strong);color:#e6d5d9;}
.local-menu .section{margin-top:var(--field-content);font-size:calc(17px * .875);color:#e6d5d9;}
@media (max-width:720px){.local-menu .public-unit{flex:1 1 100%;}
}
.secondary-nav{--field-content:calc(1.5rem * 0.91);--label-base:calc(1460px / 3.21);padding:calc(1.5rem * 2.4) 2.26rem;background:var(--paint-base);color:var(--ink-warm);}
.secondary-nav .featured-surface{max-width:1460px;margin:0 auto;}
.secondary-nav h2,.secondary-nav h3,.secondary-nav p{margin:0;}
.secondary-nav h2{font-size:calc(17px * 2);line-height:1.12;}
.secondary-nav h3{font-size:calc(17px * 1.35);line-height:1.2;}
.secondary-nav p{font-size:17px;line-height:1.77;color:color-mix(in srgb, currentColor 74%, transparent);}
.secondary-nav a{text-decoration:none;border-bottom:1px solid color-mix(in srgb, #c8102e 45%, transparent);}
.secondary-nav a:hover{border-bottom-color:#ff2d55;}
.secondary-nav .wide-form{padding-block:calc(var(--field-content) / 2);}
.secondary-nav .team-list{row-gap:calc(var(--field-content) * 1.2);}
.secondary-nav .fresh-steps{margin-top:1.5rem;}
.secondary-nav .public-note{display:flex;flex-wrap:wrap;gap:var(--field-content);margin-top:var(--field-content);}
.secondary-nav .public-unit{flex:1 1 var(--label-base);min-width:0;padding:calc(var(--field-content) * .75);border-radius:0.52rem;background:#1c0f13;color:#f6eef0;border:1px solid var(--paint-card);}
.secondary-nav .public-unit p{margin-top:calc(1.5rem / 3);}
.secondary-nav .section{margin-top:var(--field-content);font-size:calc(17px * .875);}
.local-media{
  padding: calc(1.5rem * 2.4) 2.26rem;
  background: #f6eef0;
  color: #1a0206;
}
.local-media .featured-surface{max-width: min(1460px, 72rem);
  margin: 0 auto;}
.local-media .service-view{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-bottom: calc(1.34rem * 1.5);}
.local-media h2{margin: 0;
  font-size: calc(17px * 2);
  line-height: 1.1;}
.local-media .fresh-steps{margin: 0;
  font-size: calc(17px * 1.125);
  line-height: 1.77;color:inherit;}
.local-media .visual-feature{display: flex;
  flex-wrap: wrap;
  gap: 1.34rem;}
.local-media .public-unit{
  flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  background: #1c0f13;
  color: #f6eef0;
  border: 1px solid var(--paint-card);
  border-radius: 0.88rem;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
}
.local-media .primary-content{margin: 0;
  font-size: 17px;
  line-height: 1.77;}
.local-media .active-unit{display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--paint-card);}
.local-media .active-unit img{width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;}
.local-media .id{display: flex;
  flex-direction: column;
  gap: 0.15rem;}
.local-media .team-block{font-weight: 700;
  font-size: calc(17px * .875);}
.local-media .public-summary{font-size: calc(17px * .875);color:inherit;}
.local-media .main-track{margin: calc(1.34rem * 1.5) 0 0;
  font-size: calc(17px * .875);
  line-height: 1.77;color:inherit;}
.local-media .main-track a{color: #c8102e;
  text-decoration: underline;}
.local-media .main-track a:hover{color:inherit;}
@media (max-width: 700px) {.local-media .visual-feature{
    flex-direction: column;
  }
}
.content-callout{
  background: var(--paint-base);
  color: var(--ink-warm);
  padding: calc(1.5rem * 2.4) 2.26rem;
}
.content-callout .featured-surface{width: min(100%, 1460px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.34rem * 1.5);}
.content-callout h2,
.content-callout p{margin: 0;}
.content-callout .soft-wrap{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: calc(1.34rem * 1.5);
  border-bottom: 1px solid var(--paint-card);}
.content-callout h2{font-size: calc(17px * 2);
  line-height: 1.08;}
.content-callout .soft-wrap p{color: #e6d5d9;
  line-height: 1.77;}
.content-callout .public-note{display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.content-callout .clear-headline{
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: calc(1.5rem * .75);
  background: #1c0f13;
  color: #f6eef0;
  border: 1px solid var(--paint-card);
  border-radius: 0.88rem;
}
.content-callout .primary-form{display: block;
  flex: 0 0 11rem;
  width: 11rem;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.52rem;}
.content-callout strong{display: block;
  font-size: calc(17px * 1.35);
  line-height: 1.16;
  margin-bottom: calc(1.5rem * .75);}
.content-callout .clear-headline p{color: #e6d5d9;
  line-height: 1.77;}
@media (max-width: 720px) {.content-callout .clear-headline{
    flex-direction: column;
    align-items: stretch;
  }.content-callout .primary-form{
    width: 100%;
    flex-basis: auto;
  }
}
.wide-media{
  padding: calc(1.5rem * 2.4) 2.26rem;
  background: #ff2d55;
  color: #1a0206;
}
.wide-media .team-service{
  max-width: 1460px;
  margin: 0 auto;
  border-radius: 1.22rem;
  overflow: hidden;
  background: var(--paint-base);
  color: var(--ink-warm);
  box-shadow: 0 20px 46px rgba(0,0,0,0.17);
}
.wide-media .primary-inner{display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.34rem * 1.5);
  border-bottom: 1px solid var(--paint-card);}
.wide-media .primary-inner span{font-size: calc(17px * .875);
  letter-spacing: 0.02em;}
.wide-media a{text-decoration: none;}
.wide-media .primary-inner a{font-size: calc(17px * .875);
  border-bottom: 1px solid transparent;
  transition: border-color 290ms var(--delay-nav);}
.wide-media .primary-inner a:hover{border-bottom-color: #ff2d55;}
.wide-media .secondary-figure{display: flex;
  flex-wrap: wrap;
  gap: calc(1.34rem * 1.5);
  padding: calc(1.34rem * 1.5);}
.wide-media .fresh-steps{flex: 1 1 340px;}
.wide-media h2{margin: 0;
  font-size: calc(17px * 2);
  line-height: 1.1;}
.wide-media .fresh-steps p{margin: calc(1.5rem * .75) 0 0;
  font-size: 17px;}
.wide-media .wide-contact{
  flex: 1 1 420px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--paint-card);
  border: 1px solid var(--paint-card);
  border-radius: 0.88rem;
  overflow: hidden;color:#f6eef0;}
.wide-media .wide-contact a{
  display: block;
  padding: calc(1.5rem * .75);
  background: #1c0f13;
  color: #f6eef0;
  transition: background 290ms var(--delay-nav);
}
.wide-media .wide-contact a:hover{
  background: #1e1014;color:#e6d5d9;}
.wide-media .wide-contact span,
.wide-media .wide-contact small{display: block;
  font-size: calc(17px * .875);}
.wide-media .wide-contact strong{display: block;
  margin: calc(calc(1.5rem * .75) * 0.3) 0;
  font-size: 17px;}
@media (max-width: 780px) {.wide-media .secondary-figure{
    flex-direction: column;
    padding: calc(1.5rem * .75);
  }.wide-media .primary-inner{
    flex-direction: column;
    align-items: flex-start;
  }
}
.fresh-shell{
  padding: calc(1.5rem * 2.4) 2.26rem;
  background: var(--paint-base);
  color: var(--ink-warm);
}
.fresh-shell .featured-surface{max-width: min(1460px, 72rem);
  margin: 0 auto;}
.fresh-shell .fresh-steps{margin-bottom: calc(1.34rem * 1.5);}
.fresh-shell h2{margin: 0;
  font-size: calc(17px * 2);
  line-height: 1.1;}
.fresh-shell .local-stack{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17px * 1.125);
  color: #e6d5d9;}
.fresh-shell .visual-feature{display: flex;
  flex-wrap: wrap;
  gap: 1.34rem;}
.fresh-shell .public-unit{
  flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  background: #1c0f13;
  color: #f6eef0;
  border: 1px solid var(--paint-card);
  border-radius: 0.88rem;
}
.fresh-shell .primary-content{margin: 0 0 calc(1.5rem * .75);
  font-size: 17px;
  line-height: 1.6;}
.fresh-shell .active-unit{display: flex;
  align-items: center;
  gap: calc(1.34rem * .7);}
.fresh-shell .active-unit img{width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;}
.fresh-shell .id{display: flex;
  flex-direction: column;}
.fresh-shell .id span{font-weight: 700;
  font-size: 17px;}
.fresh-shell .id small{font-size: calc(17px * .875);
  color: #e6d5d9;}
.fresh-shell .main-track{margin: calc(1.34rem * 1.5) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--paint-card);
  font-size: calc(17px * .875);
  color: #e6d5d9;}
@media (max-width: 700px) {.fresh-shell .visual-feature{
    display: block;
  }.fresh-shell .public-unit + .public-unit{
    margin-top: 1.34rem;
  }
}
.plain-service{--field-content:calc(1.5rem * 1.19);--field-strong:calc(1460px / 2.25);padding:calc(1.5rem * 2.4) 2.26rem;background:#c8102e;color:#ffffff;}
.plain-service .featured-surface{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.34rem * 1.5);}
.plain-service h1,.plain-service h2,.plain-service h3,.plain-service p{margin:0;}
.plain-service h1{font-size:calc(17px * 2.65);line-height:1.08;}
.plain-service h2{font-size:calc(17px * 2);line-height:1.12;}
.plain-service h3{font-size:calc(17px * 1.35);line-height:1.2;}
.plain-service p{font-size:17px;line-height:1.77;}
.plain-service .fresh-steps{color:color-mix(in srgb, currentColor 82%, transparent);}
.plain-service .main-track{color:color-mix(in srgb, currentColor 68%, transparent);font-size:calc(17px * .875);}
.plain-service a{color:inherit;text-decoration:none;}
.plain-service .direct-note{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.25rem;background:#ffffff;color:#c8102e;font-weight:600;transition:background 290ms var(--delay-nav),color 290ms var(--delay-nav);}
.plain-service .direct-note:hover{background:#ff2d55;color:#1a0206;}
.plain-service .secondary-figure{display:flex;flex-direction:column;gap:calc(1.34rem * 1.5);}
.plain-service .section{display:flex;flex-wrap:wrap;gap:1.34rem;font-size:calc(17px * .875);}
.plain-service .section a{text-decoration:underline;text-underline-offset:3px;opacity:.85;}
.plain-service .section a:hover{opacity:1;}
@media (max-width:640px){.plain-service .section{flex-direction:column;gap:calc(1.34rem / 2);}
}
.soft-actions{--field-content:calc(1.5rem * 1.15);--field-strong:calc(1460px / 2.20);padding:calc(1.5rem * 2.4) 2.26rem;background:var(--paint-base);color:var(--ink-warm);}
.soft-actions .featured-surface{max-width:1460px;margin:0 auto;}
.soft-actions h1,.soft-actions h2,.soft-actions h3,.soft-actions p{margin:0;}
.soft-actions h2{font-size:calc(17px * 2);line-height:1.12;}
.soft-actions h3{font-size:calc(17px * 1.35);line-height:1.2;}
.soft-actions p{font-size:17px;line-height:1.77;color:#e6d5d9;}
.soft-actions .fresh-steps{color:var(--ink-warm);}
.soft-actions .main-track{margin-top:1.5rem;font-size:calc(17px * .875);color:#e6d5d9;}
.soft-actions .public-note{display:flex;flex-direction:column;gap:var(--field-content);margin-top:var(--field-content);}
.soft-actions .public-unit{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid var(--paint-card);}
.soft-actions .public-unit p{margin-top:calc(1.5rem / 3);}
.soft-actions .contact-team{display:flex;align-items:flex-start;gap:1.34rem;}
.soft-actions .contact-team>.strong-header{flex:1 1 calc(1460px / 3);min-width:0;}
.soft-actions .contact-team>.public-note{flex:2 1 calc(1460px / 2);margin-top:0;}
.soft-actions .strong-header .fresh-steps{margin-top:1.5rem;}
@media(max-width:760px){.soft-actions .contact-team{flex-direction:column;}.soft-actions .contact-team>.public-note{margin-top:var(--field-content);}}
.fresh-feature{padding:calc(1.5rem * 2.4) 2.26rem;background:linear-gradient(135deg, #140a0d 0%, #3a0a14 45%, #c8102e 100%);color:#ffffff}
.fresh-feature .featured-surface{max-width:1460px;margin:0 auto}
.fresh-feature .visual-feature{display:flex;gap:calc(1.34rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.fresh-feature .wide-visual{flex:1 1 20rem;min-width:0;padding-right:1.5rem;border-right:1px solid color-mix(in srgb,#ffffff 24%,transparent)}
.fresh-feature .wide-visual .main-track{margin:0 0 calc(1.5rem * .75);line-height:1.77;font-size:calc(17px * .875)}
.fresh-feature .wide-visual .main-track:last-child{margin-bottom:0}
.fresh-feature .clear-flow{flex:2 1 40rem;min-width:0}
.fresh-feature h2{margin:0 0 calc(1.34rem * 1.5);font-size:calc(17px * 2);line-height:1.08}
.fresh-feature .main-rail{display:flex;flex-direction:column;gap:1.5rem}
.fresh-feature .bottom-content{display:flex;gap:1.5rem;align-items:flex-start;padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,#ffffff 14%,transparent)}
.fresh-feature .bottom-content:last-child{border-bottom:0;padding-bottom:0}
.fresh-feature strong{flex:0 0 13rem;min-width:0;font-size:calc(17px * .875);letter-spacing:.01em}
.fresh-feature span{flex:1 1 auto;min-width:0;line-height:1.77}
@media(max-width:820px){.fresh-feature .visual-feature{display:block}.fresh-feature .wide-visual{border-right:0;padding-right:0;margin-bottom:calc(1.34rem * 1.5)}.fresh-feature .bottom-content{display:block}.fresh-feature strong{display:block;margin-bottom:calc(1.5rem * .75)}.fresh-feature h2{font-size:calc(17px * 1.35)}
}
.site-flow{--field-content:calc(1.5rem * 0.95);padding:calc(1.5rem * 2.4) 2.26rem;background:var(--paint-base);color:var(--ink-warm);}
.site-flow .featured-surface{max-width:1460px;margin:0 auto;}
.site-flow h2,.site-flow h3,.site-flow p{margin:0;}
.site-flow h2{font-size:calc(17px * 2);line-height:1.12;}
.site-flow h3{font-size:calc(17px * 1.35);line-height:1.2;}
.site-flow p{font-size:17px;line-height:1.77;color:#e6d5d9;}
.site-flow a{color:inherit;text-decoration:none;}
.site-flow a:hover{color:#ff2d55;}
.site-flow .main-track{font-size:calc(17px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#ff2d55;}
.site-flow .fresh-steps{margin-top:calc(1.5rem / 2);}
.site-flow .direct-note{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.25rem;background:#c8102e;color:#ffffff;transition:background 290ms var(--delay-nav);}
.site-flow .direct-note:hover{background:#a80c26;color:#ffffff;}
.site-flow .public-note{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.34rem;margin-top:var(--field-content);}
.site-flow .public-unit{flex:1 1 calc(1460px / 4);min-width:0;padding:calc(1.5rem * .75);border:1px solid var(--paint-card);border-radius:0.52rem;background:#1c0f13;color:#f6eef0;}
.site-flow .public-unit p{margin-top:calc(1.5rem / 3);}
.site-flow .public-figure{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.34rem;}
.site-flow .public-figure>.strong-header{flex:1 1 auto;min-width:0;}
.site-flow .public-figure>.direct-note{flex:0 0 auto;}
.site-flow .public-figure>.public-note{flex:1 1 100%;}
.site-flow .strong-header h2{margin-top:calc(1.5rem / 2);}
.page-unit{background:var(--paint-base);color:var(--ink-warm);padding:calc(1.5rem * 2.4) 2.26rem}
.page-unit .featured-surface{max-width:1460px;margin:0 auto}
.page-unit .page-details{display:flex;align-items:flex-start;gap:calc(1.34rem * 1.5)}
.page-unit .soft-wrap{flex:0 1 30rem;min-width:0}
.page-unit h2{margin:0;font-size:clamp(calc(17px * 2),5vw,calc(17px * 2.65));line-height:1.08;letter-spacing:0}
.page-unit p{margin:1.5rem 0 0;color:#e6d5d9;font-size:calc(17px * 1.125);line-height:1.7}
.page-unit .main-rail{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid var(--paint-card)}
.page-unit .bottom-content{display:flex;gap:1.34rem;padding:1.5rem 0;border-bottom:1px solid var(--paint-card);color:inherit;text-decoration:none}
.page-unit a.row:hover strong{color:#ff2d55}
.page-unit strong{flex:0 1 14rem;min-width:0;color:#ff2d55;transition:color 290ms var(--delay-nav)}
.page-unit span{flex:1 1 20rem;min-width:0;color:#e6d5d9;line-height:1.6}
@media(max-width:760px){.page-unit .page-details,.page-unit .bottom-content{flex-direction:column}.page-unit .bottom-content{gap:calc(calc(1.5rem * .75)*.5)}}
.active-footer{padding:calc(1.5rem * 2.4) 2.26rem;background:linear-gradient(135deg, #140a0d 0%, #3a0a14 45%, #c8102e 100%);color:#ffffff;}
.active-footer .featured-surface{max-width:1460px;margin:0 auto;}
.active-footer .service-view{margin-bottom:calc(1.34rem * 1.5);}
.active-footer .service-view p{margin:0;font-weight:700;opacity:.85;font-size:calc(17px * .875);letter-spacing:.02em;}
.active-footer .service-view h2{margin:8px 0 0;font-size:calc(17px * 2);line-height:1.2;}
.active-footer .fresh-steps{margin:0 0 calc(1.34rem * 1.5);font-size:calc(17px * 1.125);line-height:1.77;}
.active-footer .visual-feature{display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);padding-top:calc(1.5rem * .75);}
.active-footer .bottom-content{display:grid;grid-template-columns:minmax(120px,180px) 1fr;gap:1.34rem;align-items:start;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb, currentColor 12%, transparent);}
.active-footer .bottom-content:last-child{border-bottom:none;padding-bottom:0;}
.active-footer .text-wrap{font-size:calc(17px * .875);font-weight:700;text-transform:uppercase;letter-spacing:.06em;opacity:.75;padding-top:6px;}
.active-footer .bottom-content h3{margin:0 0 8px;font-size:calc(17px * 1.35);line-height:1.3;}
.active-footer .bottom-content p{margin:0;line-height:1.77;}
.active-footer .bottom-content a{color:#ffffff;text-decoration:underline;text-underline-offset:3px;transition:opacity 290ms var(--delay-nav);}
.active-footer .bottom-content a:hover{opacity:.75;}
.active-footer .main-track{margin-top:calc(1.34rem * 1.5);padding:calc(1.5rem * .75);border-radius:0.88rem;background:color-mix(in srgb, currentColor 10%, transparent);border:1px solid color-mix(in srgb, currentColor 16%, transparent);}
.active-footer .main-track p{margin:0;font-size:17px;line-height:1.77;}
.active-footer .main-track a{color:#ffffff;text-decoration:underline;text-underline-offset:3px;}
.active-footer .main-track a:hover{opacity:.75;}
@media (max-width:720px){.active-footer .bottom-content{grid-template-columns:1fr;gap:6px;}.active-footer .text-wrap{padding-top:0;}
    }
.bottom-block{
  padding: calc(1.5rem * 2.4) 2.26rem;
  background: #f6eef0;
  color: #1a0206;
}
.bottom-block .featured-surface{max-width: min(1460px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: calc(1.34rem * 1.5);}
.bottom-block .main-track{flex: 1 1 22rem;
  min-width: 0;}
.bottom-block h2{margin: 0;
  font-size: calc(17px * 2);
  line-height: 1.1;}
.bottom-block .main-track p{margin: calc(1.5rem * .75) 0;
  font-size: calc(17px * 1.125);
  line-height: 1.77;}
.bottom-block .main-track a{
  display: inline-flex;
  align-items: center;
  padding: calc(calc(1.5rem * .75) * 0.8) calc(1.5rem * .75);
  border-radius: 0.52rem;
  background: #c8102e;
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
  transition: background 290ms var(--delay-nav);
}
.bottom-block .main-track a:hover{
  background: #a80c26;color:#f6eef0;}
.bottom-block ul{flex: 1 1 20rem;
  min-width: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.bottom-block li{padding: 0 0 calc(1.5rem * .75);
  border-bottom: 1px solid var(--paint-card);}
.bottom-block li:last-child{padding-bottom: 0;
  border-bottom: 0;}
.bottom-block li strong{display: block;
  font-size: 17px;
  line-height: 1.3;}
.bottom-block li span{display: block;
  margin-top: calc(calc(1.5rem * .75) * 0.4);
  font-size: calc(17px * .875);
  line-height: 1.77;}
@media (max-width: 760px) {.bottom-block .featured-surface{
    flex-direction: column;
  }
}
.open-frame{--field-content:calc(1.5rem * 1.12);--type-large:calc(1460px / 3.16);padding:calc(1.5rem * 2.4) 2.26rem;background:var(--paint-base);color:var(--ink-warm);}
.open-frame .featured-surface{max-width:1460px;margin:0 auto;}
.open-frame h1,.open-frame h2,.open-frame h3,.open-frame p{margin:0;}
.open-frame h2{font-size:calc(17px * 2);line-height:1.12;}
.open-frame p{font-size:17px;line-height:1.77;color:#e6d5d9;}
.open-frame a{color:inherit;text-decoration:none;}
.open-frame img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.52rem;flex:0 1 min(28rem,38vw);}
.open-frame .direct-note{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.25rem;background:#c8102e;color:#ffffff;transition:background 290ms var(--delay-nav);}
.open-frame .direct-note:hover{background:#a80c26;color:#f6eef0;}
.open-frame .team-stack{display:inline-flex;align-items:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.25rem;border:1px solid var(--paint-card);color:var(--ink-warm);transition:border-color 290ms var(--delay-nav);}
.open-frame .team-stack:hover{border-color:#ff2d55;}
.open-frame .clear-tile{display:flex;align-items:center;justify-content:space-between;gap:1.34rem;flex-wrap:wrap;}
.open-frame .clear-tile .strong-header{flex:1 1 24rem;min-width:0;}
.open-frame .section{display:flex;flex-wrap:wrap;gap:1.34rem;margin-top:1.5rem;}
.open-frame .clear-tile h2,.open-frame .clear-tile p{margin-top:1.5rem;}
.open-frame .clear-tile img{margin-top:var(--field-content);}
.page-figure{
        padding: calc(1.5rem * 2.4) 2.26rem;
        background: linear-gradient(135deg, #140a0d 0%, #3a0a14 45%, #c8102e 100%);
        color: #ffffff;
    }
.page-figure .featured-surface{max-width: 1460px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
        gap: calc(1.34rem * 1.5);
        align-items: start;}
.page-figure .fresh-steps{position: sticky;
        top: 1.5rem;}
.page-figure h2{margin: 0;
        font-size: calc(17px * 2);
        line-height: 1.08;}
.page-figure .fresh-steps p{margin: calc(1.5rem * .75) 0 0;
        font-size: 17px;
        line-height: 1.77;}
.page-figure .page-details{display: flex;
        flex-direction: column;
        gap: 1.34rem;}
.page-figure .steady-proof{
        padding: calc(1.5rem * .75);
        border: 1px solid var(--paint-card);
        border-radius: 0.52rem;
        background: #1c0f13;
        color: #f6eef0;
        box-shadow: 0 2px 5px rgba(0,0,0,0.11);
    }
.page-figure .steady-proof:nth-child(even){border-radius: 0.88rem;}
.page-figure .primary-content{font-size: 17px;
        line-height: 1.77;}
.page-figure .strong-wrap{margin-top: calc(1.5rem * .75);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid var(--paint-card);
        display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        justify-content: space-between;
        align-items: baseline;
        font-size: calc(17px * .875);}
.page-figure .strong-wrap strong{font-size: 17px;}
@media (max-width: 860px) {.page-figure .featured-surface{
            grid-template-columns: 1fr;
        }.page-figure .fresh-steps{
            position: static;
        }
    }
@media (max-width: 520px) {.page-figure .strong-wrap{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.active-proof{padding:calc(1.5rem * 2.4) 2.26rem;background:linear-gradient(135deg, #140a0d 0%, #3a0a14 45%, #c8102e 100%);color:#ffffff}
.active-proof .featured-surface{max-width:1460px;margin:0 auto;display:flex;align-items:flex-start;gap:1.34rem}
.active-proof .fresh-steps{flex:0 0 min(23rem,34vw);position:sticky;top:1.5rem;padding-top:1.5rem}
.active-proof .fresh-steps h2{margin:0;font-size:calc(17px * 2);line-height:1.05}
.active-proof .fresh-steps p{margin:1.5rem 0 0;font-size:calc(17px * 1.125);line-height:1.77}
.active-proof .fresh-steps strong{display:block;margin-top:calc(1.34rem * 1.5);font-size:calc(17px * 1.35);line-height:1.15}
.active-proof .clear-section{flex:1 1 0;display:flex;flex-direction:column;border-top:1px solid var(--paint-card)}
.active-proof .featured-menu{display:grid;grid-template-columns:minmax(0,15rem) minmax(0,1fr);gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid var(--paint-card)}
.active-proof .featured-menu strong{font-size:17px;line-height:1.2}
.active-proof .featured-menu p{margin:0;font-size:17px;line-height:1.77}
.active-proof .section{max-width:1460px;margin:calc(1.34rem * 1.5) auto 0;padding-top:1.5rem;display:flex;flex-wrap:wrap;gap:1.34rem;border-top:1px solid var(--paint-card)}
.active-proof .section a{text-decoration:none;font-size:calc(17px * .875);border-bottom:1px solid transparent;transition:color 290ms var(--delay-nav),border-color 290ms var(--delay-nav)}
.active-proof .section a:hover{border-bottom-color:#ff2d55}
@media(max-width:760px){.active-proof .featured-surface{display:block}.active-proof .fresh-steps{position:static;flex:none;padding-top:0;margin-bottom:calc(1.34rem * 1.5)}.active-proof .featured-menu{grid-template-columns:1fr;gap:calc(1.5rem * .75)}}
.primary-rail{--field-content:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.26rem;background:var(--paint-base);color:var(--ink-warm);}
.primary-rail .featured-surface{max-width:1460px;margin:0 auto;}
.primary-rail h1,.primary-rail h2,.primary-rail h3,.primary-rail p{margin:0;}
.primary-rail h2{font-size:calc(17px * 2);line-height:1.14;}
.primary-rail p{font-size:17px;line-height:1.77;}
.primary-rail a{color:inherit;text-decoration:none;}
.primary-rail .main-track{font-size:calc(17px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#e6d5d9;}
.primary-rail .fresh-steps{margin-top:calc(1.5rem / 2);color:#e6d5d9;}
.primary-rail .direct-note{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.25rem;background:#c8102e;color:#ffffff;transition:background 290ms var(--delay-nav);}
.primary-rail .direct-note:hover{background:#a80c26;color:#f6eef0;}
.primary-rail .public-note{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.34rem;margin-top:var(--field-content);}
.primary-rail .public-unit{flex:1 1 calc(1460px / 4.4);min-width:0;padding:calc(1.5rem * .75);border-radius:0.52rem;background:#1c0f13;color:#f6eef0;border:1px solid var(--paint-card);}
.primary-rail .public-unit .active-unit{margin-bottom:calc(1.5rem / 3);font-size:calc(17px * .875);letter-spacing:0.03em;text-transform:uppercase;color:#ff2d55;}
.primary-rail .public-figure{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.34rem;}
.primary-rail .public-figure>.strong-header{flex:1 1 auto;min-width:0;}
.primary-rail .public-figure>.direct-note{flex:0 0 auto;margin-top:calc(1.5rem / 2);}
.primary-rail .public-figure>.public-note{flex:1 1 100%;}
.primary-rail .strong-header h2{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.primary-rail .public-unit{flex:1 1 100%;}.primary-rail .public-figure>.direct-note{margin-top:0;}
}
.visual-shell{--field-content:calc(1.5rem * 1.2);padding:calc(1.5rem * 2.4) 2.26rem;background:#1e1014;color:#e6d5d9;}
.visual-shell .featured-surface{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.34rem * 1.5);}
.visual-shell h2,.visual-shell h3,.visual-shell p{margin:0;}
.visual-shell h2{font-size:calc(17px * 2);line-height:1.14;}
.visual-shell h3{font-size:calc(17px * 1.35);line-height:1.22;}
.visual-shell p{font-size:17px;line-height:1.77;}
.visual-shell .soft-wrap{display:flex;flex-direction:column;gap:1.5rem;}
.visual-shell .fresh-steps{font-size:calc(17px * 1.125);}
.visual-shell .visual-feature{display:flex;flex-direction:column;gap:var(--field-content);}
.visual-shell .bottom-content{display:flex;flex-wrap:wrap;gap:1.34rem;padding-bottom:var(--field-content);border-bottom:1px solid var(--paint-card);}
.visual-shell .bottom-content:last-child{border-bottom:0;padding-bottom:0;}
.visual-shell .bottom-content h3{flex:1 1 calc(1460px / 4);min-width:0;}
.visual-shell .bottom-content p{flex:2 1 calc(1460px / 2);min-width:0;}
.visual-shell .team-stack{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.34rem;padding:calc(1.5rem * .75);border-radius:0.88rem;background:#1c0f13;color:#f6eef0;border:1px solid var(--paint-card);}
.visual-shell .main-track{flex:1 1 calc(1460px / 2);min-width:0;font-size:calc(17px * .875);}
.visual-shell .direct-note{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.25rem;background:#c8102e;color:#ffffff;text-decoration:none;transition:background 290ms var(--delay-nav);}
.visual-shell .direct-note:hover{background:#a80c26;color:#f6eef0;}
@media (max-width:720px){.visual-shell .bottom-content h3,.visual-shell .bottom-content p{flex:1 1 100%;}
}
.primary-wrap{--field-content:calc(1.5rem * 1.24);--axis-strong:calc(1460px / 2.4);padding:calc(1.5rem * 2.4) 2.26rem;background:var(--paint-base);color:var(--ink-warm);}
.primary-wrap .featured-surface{max-width:1460px;margin:0 auto;}
.primary-wrap h2,.primary-wrap h3,.primary-wrap p{margin:0;}
.primary-wrap h2{font-size:calc(17px * 2);line-height:1.14;}
.primary-wrap h3{font-size:calc(17px * 1.35);line-height:1.22;}
.primary-wrap p{font-size:17px;line-height:1.77;}
.primary-wrap .main-track{font-size:calc(17px * 1.125);color:#e6d5d9;max-width:var(--axis-strong);}
.primary-wrap .public-note{display:flex;flex-wrap:wrap;gap:var(--field-content);margin-top:var(--field-content);}
.primary-wrap .public-unit{flex:1 1 calc(1460px / 3.6);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);padding:calc(calc(1.5rem * .75) * .95);border-radius:0.52rem;background:#1c0f13;color:#f6eef0;border:1px solid var(--paint-card);}
.primary-wrap .public-unit p{color:#e6d5d9;}
.primary-wrap .public-unit h3{order:-1;font-size:17px;letter-spacing:.01em;}
.primary-wrap .fresh-nav>h2{margin-top:var(--field-content);}
@media (max-width:720px){.primary-wrap .public-unit{flex:1 1 100%;}
}
.main-inner{padding:calc(1.5rem * 2.4) 2.26rem;background:linear-gradient(135deg, #140a0d 0%, #3a0a14 45%, #c8102e 100%);color:#ffffff}
.main-inner .featured-surface{max-width:1460px;margin:0 auto}
.main-inner .wide-track{margin-bottom:calc(1.34rem * 1.5)}
.main-inner h2{margin:0;font-size:calc(17px * 2.65);line-height:1.05}
.main-inner .wide-track p{margin:1.5rem 0 0;font-size:calc(17px * 1.125);line-height:1.77;opacity:.86}
.main-inner .public-flow{display:flex;align-items:flex-start;gap:calc(1.34rem * 1.5);border-top:1px solid rgba(255,255,255,.14);padding-top:calc(1.34rem * 1.5)}
.main-inner .active-figure{flex:0 1 20rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.main-inner button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 290ms var(--delay-nav),transform 290ms var(--delay-nav)}
.main-inner button:hover,.main-inner button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.35))}
.main-inner .quiet-shell{flex:1 1 30rem;align-self:start}
.main-inner [data-response]{display:none}
.main-inner [data-response].is-active{display:block;animation:clarifyFocusIn calc(290ms*1.8) var(--delay-nav) both}
.main-inner h3{margin:0;font-size:calc(17px * 2);line-height:1.1}
.main-inner [data-response] p{margin:1.5rem 0 0;font-size:calc(17px * 1.125);line-height:1.77;opacity:.92}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.34rem * 2)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.main-inner .public-flow{display:block}.main-inner .active-figure{margin-bottom:calc(1.34rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.main-inner [data-response].is-active{animation:none}}
.quiet-unit{--field-content:calc(1.5rem * 0.93);--field-strong:calc(1460px / 2.17);padding:calc(1.5rem * 2.4) 2.26rem;background:#c8102e;color:#ffffff;}
.quiet-unit .featured-surface{max-width:1460px;margin:0 auto;}
.quiet-unit h2,.quiet-unit h3,.quiet-unit p{margin:0;}
.quiet-unit h2{font-size:calc(17px * 2);line-height:1.12;}
.quiet-unit h3{font-size:calc(17px * 1.35);line-height:1.2;margin-top:calc(1.5rem / 2.4);}
.quiet-unit p{font-size:17px;line-height:1.77;color:color-mix(in srgb, currentColor 78%, transparent);}
.quiet-unit .fresh-steps{margin-top:1.5rem;max-width:var(--field-strong);}
.quiet-unit .public-note{display:flex;flex-direction:column;gap:var(--field-content);margin-top:var(--field-content);}
.quiet-unit .public-unit{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid color-mix(in srgb, currentColor 32%, transparent);}
.quiet-unit .public-unit p{color:color-mix(in srgb, currentColor 88%, transparent);}
.top-copy{padding:calc(1.5rem * 2.4) 2.26rem;background:var(--paint-base);color:var(--ink-warm)}
.top-copy .featured-surface{max-width:min(1460px,56rem);margin:0 auto}
.top-copy .soft-wrap{max-width:44rem}
.top-copy h2{margin:0;font-size:calc(17px * 2);line-height:1.1}
.top-copy .soft-wrap p{margin:1.5rem 0 0;color:#e6d5d9;line-height:1.77}
.top-copy .content-headline{margin-top:calc(1.34rem * 1.5);border-top:1px solid var(--paint-card)}
.top-copy details{padding:1.5rem 0;border-bottom:1px solid var(--paint-card)}
.top-copy summary{cursor:pointer;font-size:calc(17px * 1.35);line-height:1.2;list-style:none}
.top-copy summary::-webkit-details-marker{display:none}
.top-copy summary::after{content:"+";float:right;color:#ff2d55;font-weight:600}
.top-copy details[open] summary::after{content:"–"}
.top-copy details p{margin:1.5rem 0 0;color:#e6d5d9;line-height:1.77}
@media(max-width:720px){.top-copy .content-headline{margin-top:calc(1.34rem * 1.5)}}
.soft-headline{--field-content:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 2.26rem;background:var(--paint-base);color:var(--ink-warm);}
.soft-headline .featured-surface{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:var(--field-content);}
.soft-headline h2,.soft-headline h3,.soft-headline p{margin:0;}
.soft-headline h2{font-size:calc(17px * 2);line-height:1.14;}
.soft-headline h3{font-size:calc(17px * 1.35);line-height:1.22;}
.soft-headline p{font-size:17px;line-height:1.77;}
.soft-headline .soft-wrap{display:flex;flex-direction:column;gap:calc(1.34rem * 1.5);}
.soft-headline .fresh-steps{color:#e6d5d9;}
.soft-headline .active-figure{display:flex;flex-direction:column;gap:calc(1.34rem * 1.5);}
.soft-headline .public-unit{padding:calc(calc(1.5rem * .75) * 1.05) calc(1.5rem * .75);border-left:2px solid #ff2d55;background:#1c0f13;color:#f6eef0;border-radius:0 0.52rem 0.52rem 0;display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.soft-headline .public-unit p{color:#e6d5d9;}
.soft-headline .section{font-size:calc(17px * .875);color:#e6d5d9;border-top:1px solid var(--paint-card);padding-top:calc(1.34rem * 1.5);}
.soft-headline .section a{color:inherit;text-decoration:none;border-bottom:1px solid #c8102e;transition:color 290ms var(--delay-nav),border-color 290ms var(--delay-nav);}
.soft-headline .section a:hover{color:#ff2d55;border-color:#ff2d55;}
@media (max-width:720px){.soft-headline .public-unit{padding:calc(1.5rem * .75);}
}
.featured-block{--field-content:calc(1.5rem * 1.32);--type-large:calc(1460px / 3.61);padding:calc(1.5rem * 2.4) 2.26rem;background:var(--paint-base);color:var(--ink-warm);}
.featured-block .featured-surface{max-width:1460px;margin:0 auto;}
.featured-block h2,.featured-block h3,.featured-block p{margin:0;}
.featured-block h2{font-size:calc(17px * 2);line-height:1.12;}
.featured-block h3{font-size:calc(17px * 1.35);line-height:1.2;}
.featured-block p{font-size:17px;line-height:1.77;color:color-mix(in srgb, currentColor 74%, transparent);}
.featured-block a{color:inherit;text-decoration:none;border-bottom:1px solid var(--paint-card);}
.featured-block a:hover{}
.featured-block img{display:block;width:100%;height:auto;border-radius:0.52rem;}
.featured-block .soft-wrap{display:flex;flex-direction:column;gap:1.5rem;}
.featured-block .text-benefit{margin:var(--field-content) 0 0;max-width:var(--type-large);}
.featured-block .public-note{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.34rem;margin-top:var(--field-content);}
.featured-block .public-unit{flex:1 1 calc(1460px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--paint-card);}
.featured-block .public-unit p{margin-top:calc(1.5rem / 3);}
.featured-block .section{margin-top:var(--field-content);padding-top:calc(1.5rem * .75);border-top:1px solid var(--paint-card);}
.bottom-proof{padding:calc(1.5rem * 2.4) 2.26rem;background:linear-gradient(135deg, #140a0d 0%, #3a0a14 45%, #c8102e 100%);color:#ffffff}
.bottom-proof .featured-surface{max-width:1460px;margin:0 auto}
.bottom-proof .wide-track{margin-bottom:calc(1.34rem * 1.5)}
.bottom-proof h2{margin:0;font-size:calc(17px * 2.65);line-height:1.04}
.bottom-proof .wide-track p{margin:1.5rem 0 0;font-size:calc(17px * 1.125);line-height:1.77}
.bottom-proof .public-flow{display:flex;align-items:flex-start;gap:calc(1.34rem * 1.5)}
.bottom-proof .active-figure{flex:0 1 17rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.bottom-proof button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.6;transition:opacity 290ms var(--delay-nav),transform 290ms var(--delay-nav)}
.bottom-proof button:hover,.bottom-proof button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.3))}
.bottom-proof .quiet-shell{flex:1 1 26rem;align-self:start}
.bottom-proof [data-response]{display:none}
.bottom-proof [data-response].is-active{display:block;animation:asideReveal calc(290ms*1.7) var(--delay-nav) both}
.bottom-proof h3{margin:0;font-size:calc(17px * 2);line-height:1.1}
.bottom-proof [data-response] p{margin:1.5rem 0 0;font-size:calc(17px * 1.125);line-height:1.77}
@keyframes asideReveal{from{opacity:0;transform:translateY(calc(calc(1.34rem * 2)*.1))}to{opacity:1;transform:translateY(0)}}
@media(max-width:760px){.bottom-proof .public-flow{display:block}.bottom-proof .active-figure{margin-bottom:calc(1.34rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.bottom-proof [data-response].is-active{animation:none}}
.team-callout{--field-content:calc(1.5rem * 1.2);--type-large:calc(1460px / 3.3);padding:calc(1.5rem * 2.4) 2.26rem;background:var(--paint-base);color:var(--ink-warm);}
.team-callout .featured-surface{max-width:1460px;margin:0 auto;}
.team-callout h2,.team-callout h3,.team-callout p{margin:0;}
.team-callout h2{font-size:calc(17px * 2);line-height:1.12;}
.team-callout h3{font-size:calc(17px * 1.35);line-height:1.22;}
.team-callout p{font-size:17px;line-height:1.77;}
.team-callout .fresh-steps{margin-top:1.5rem;color:#e6d5d9;}
.team-callout .main-track{margin-top:var(--field-content);font-size:calc(17px * .875);color:#e6d5d9;}
.team-callout a{color:inherit;text-decoration:none;border-bottom:1px solid var(--paint-card);transition:color 290ms var(--delay-nav),border-color 290ms var(--delay-nav);}
.team-callout a:hover{color:#ff2d55;border-color:#ff2d55;}
.team-callout img{display:block;width:100%;height:auto;margin-top:var(--field-content);border-radius:0.52rem;}
.team-callout .public-note{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.34rem;margin-top:var(--field-content);}
.team-callout .public-unit{flex:1 1 calc(1460px / 4);min-width:0;padding:calc(1.5rem * .75);background:#1c0f13;color:#f6eef0;border:1px solid var(--paint-card);border-radius:0.88rem;}
.team-callout .public-unit p{margin-top:calc(1.5rem / 2.4);color:#e6d5d9;}
.team-callout .public-unit a{display:inline-block;margin-top:calc(1.5rem * .75);font-size:calc(17px * .875);}
@media (max-width:760px){.team-callout .public-unit{flex:1 1 100%;}
}
.text-surface{
        background: linear-gradient(135deg, #140a0d 0%, #3a0a14 45%, #c8102e 100%);
        color: #ffffff;
        padding: calc(1.5rem * 2.4) 2.26rem;
    }
.text-surface .c{max-width: 1460px;
        margin: 0 auto;
        display: grid;
        gap: 2.26rem;}
@media (min-width: 1024px) {.text-surface .c{
            grid-template-columns: minmax(0, 1fr) 300px;
            align-items: start;
        }
    }
.text-surface .local-wrap{margin-bottom: calc(1.34rem * 1.5);}
.text-surface h1{font-size: calc(17px * 2.65);
        line-height: 1.2;
        margin: 0 0 calc(1.34rem * 1.5);}
.text-surface .public-summary{display: flex;
        flex-wrap: wrap;
        gap: 1.34rem;
        font-size: calc(17px * .875);}
.text-surface .wide-surface{margin: 0 0 calc(1.34rem * 1.5);
        border-radius: 0.88rem;
        overflow: hidden;
        box-shadow: 0 6px 24px rgba(0,0,0,0.14);}
.text-surface .wide-surface img{display: block;
        width: 100%;
        height: auto;}
.text-surface .bottom-fields{line-height: 1.77;
        font-size: 17px;}
.text-surface .bottom-fields p{margin: 0 0 calc(1.34rem * 1.5);}
.text-surface .bottom-fields h2{font-size: calc(17px * 1.35);
        margin: calc(1.34rem * 1.5) 0 calc(calc(1.34rem * 1.5) / 2);}
.text-surface .section{display: flex;
        flex-wrap: wrap;
        gap: 1.34rem;
        margin-top: calc(1.34rem * 1.5);
        padding-top: calc(1.34rem * 1.5);
        border-top: 1px solid var(--paint-card);}
.text-surface .section a{text-decoration: none;
        font-size: calc(17px * .875);}
.text-surface .section a:hover{text-decoration: underline;}
.text-surface .team-stack{
        background: #1c0f13;
        color: #f6eef0;
        border: 1px solid var(--paint-card);
        border-radius: 0.88rem;
        padding: calc(1.5rem * .75);
        box-shadow: 0 2px 5px rgba(0,0,0,0.11);
    }
.text-surface .team-stack h3{margin: 0 0 calc(1.34rem * 1.5);
        font-size: calc(17px * 1.125);}
.text-surface .visual-feature{display: flex;
        flex-direction: column;
        gap: 1.34rem;}
.text-surface .visual-feature .clear-headline{text-decoration: none;
        font-size: calc(17px * .875);
        padding-bottom: calc(1.34rem / 2);
        border-bottom: 1px solid var(--paint-card);}
.text-surface .visual-feature .clear-headline:last-child{border-bottom: none;
        padding-bottom: 0;}
.text-surface .visual-feature .clear-headline:hover{}
.text-items{
  background:var(--paint-base);
  color:var(--ink-warm);
  padding:calc(1.5rem * 2.4) 2.26rem;
}
.text-items .featured-surface{max-width:1460px;
  margin:0 auto;}
.text-items .soft-wrap{display:flex;
  gap:calc(1.34rem * 1.5);
  align-items:flex-start;
  flex-wrap:wrap;}
.text-items h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(17px * 2);
  line-height:1.12;}
.text-items .soft-wrap p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:#e6d5d9;
  line-height:1.77;}
.text-items .media-lead{margin-top:calc(1.34rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.34rem;}
.text-items .media-lead a{flex:1 1 18rem;
  min-width:0;
  color:var(--ink-warm);
  text-decoration:none;
  padding-top:1.5rem;
  border-top:1px solid var(--paint-card);
  transition:border-color 290ms var(--delay-nav);}
.text-items .media-lead a:hover{border-top-color:#ff2d55;}
.text-items .media-lead strong,
.text-items .media-lead span{display:block;}
.text-items .media-lead span{margin-top:.4rem;
  color:#e6d5d9;
  line-height:1.77;}
.text-items .main-track{margin:calc(1.34rem * 1.5) 0 0;
  color:#e6d5d9;
  line-height:1.77;}
.text-items .main-track a{color:#ff2d55;
  text-decoration:none;
  border-bottom:1px solid #ff2d55;}
.text-items .direct-note{display:flex;
  flex-wrap:wrap;
  gap:1.34rem;
  margin-top:calc(1.34rem * 1.5);}
.text-items .direct-note a{display:inline-flex;
  color:var(--ink-warm);
  text-decoration:none;
  border:1px solid var(--paint-card);
  border-radius:1.22rem;
  padding:.75rem 1.1rem;
  transition:border-color 290ms var(--delay-nav), color 290ms var(--delay-nav);}
.text-items .direct-note a:hover{border-color:#ff2d55;
  color:#ff2d55;}
@media (max-width:680px){.text-items .soft-wrap{display:block}.text-items .soft-wrap p{margin-top:1.5rem}.text-items .media-lead{display:block}.text-items .media-lead a{display:block;margin-top:1.34rem}
}
.visual-method{padding:calc(1.5rem * 2.4) 2.26rem;background:linear-gradient(120deg, #ff2d55 0%, #c8102e 55%, #7a0a1c 100%);color:#ffffff}
.visual-method .featured-surface{max-width:1460px;margin:0 auto}
.visual-method .tile{display:flex;gap:calc(1.34rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.visual-method .soft-wrap{flex:1 1 26rem;min-width:0}
.visual-method .open-grid{margin:0 0 calc(1.5rem * .75);font-size:calc(17px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.82}
.visual-method h2{margin:0;font-size:calc(17px * 2.65);line-height:1.05}
.visual-method .compact-nav{flex:1 1 30rem;min-width:0}
.visual-method .compact-nav p{margin:0 0 calc(1.5rem * .75);font-size:17px;line-height:1.77}
.visual-method .compact-nav p:last-of-type{margin-bottom:0}
.visual-method .soft-team{list-style:none;margin:calc(1.34rem * 1.5) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.visual-method .soft-team li{min-width:0}
.visual-method .soft-team a{display:inline-flex;border-radius:0.52rem;background:#ff2d55;color:#1a0206;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(17px * .875);transition:background 290ms var(--delay-nav)}
.visual-method .soft-team a:hover{background:#e01a44;color:#f6eef0;}
.visual-method .wide-grid{margin:calc(1.5rem * .75) 0 0;font-size:calc(17px * .875);opacity:.85}
@media(max-width:760px){.visual-method .tile{display:block}.visual-method .compact-nav{margin-top:calc(1.34rem * 1.5)}.visual-method h2{font-size:calc(17px * 2)}}
.clear-service{
  background: var(--paint-base);
  color: var(--ink-warm);
  padding: calc(1.5rem * 2.4) 2.26rem;
}
.clear-service .featured-surface{width: min(100%, 1460px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .36fr) minmax(0, 1fr);
  gap: 1.34rem;
  align-items: start;}
.clear-service h2,
.clear-service h3,
.clear-service p{margin: 0;}
.clear-service h2{font-size: calc(17px * 2); line-height: 1.1;}
.clear-service h3{font-size: calc(17px * 1.35); line-height: 1.2;}
.clear-service p{font-size: 17px; line-height: 1.77;}
.clear-service .bottom-intro{
  display: grid;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 1.22rem;
  background: #1c0f13;
  color: #f6eef0;
  border: 1px solid var(--paint-card);
}
.clear-service .bottom-intro p{color: #f6eef0; opacity: .88;}
.clear-service .main-rail{display: grid;
  gap: 1.5rem;}
.clear-service .bottom-content{
  display: grid;
  grid-template-columns: minmax(9rem, .28fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.88rem;
  background: #1e1014;
  color: #e6d5d9;
  border-left: 3px solid #c8102e;
}
.clear-service .bottom-content b{font-size: calc(17px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #ff2d55;
  grid-column: 1 / -1;}
.clear-service .bottom-content h3{color: inherit;}
.clear-service .bottom-content p{color: inherit; opacity: .9;}
.clear-service .public-view{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 1.34rem;
  align-items: center;
  padding: calc(1.5rem * .75);
  border-radius: 0.88rem;
  background: #f6eef0;
  color: #1a0206;
}
.clear-service .public-view p{color: inherit;}
.clear-service .public-view a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
.clear-service .public-view a:hover{color: #ff2d55;}
@media (max-width: 860px) {.clear-service .featured-surface{ grid-template-columns: 1fr; }.clear-service .bottom-content{ grid-template-columns: 1fr; }.clear-service .public-view{ flex-direction: column; align-items: flex-start; }
}
.site-benefit{
  background: linear-gradient(135deg, #140a0d 0%, #3a0a14 45%, #c8102e 100%);
  color: #ffffff;
  padding: calc(1.5rem * 2.4) 2.26rem;
}
.site-benefit .featured-surface{width: min(100%, 1460px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 3.2rem minmax(0, .58fr) minmax(0, 1fr);
  gap: 1.34rem;}
.site-benefit h2,
.site-benefit h3,
.site-benefit p{margin: 0;}
.site-benefit h2{font-size: calc(17px * 2); line-height: 1.08;}
.site-benefit h3{font-size: calc(17px * 1.35); line-height: 1.18;}
.site-benefit p{font-size: 17px; line-height: 1.77;}
.site-benefit .visual-feature{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-left: 1px solid var(--paint-card);
  padding-left: calc(1.5rem * .75);}
.site-benefit .visual-feature a{text-decoration: none;
  border-bottom: 1px solid currentColor;
  width: fit-content;
  font-size: calc(17px * .875);}
.site-benefit .visual-feature a:hover{}
.site-benefit .soft-feature{display: grid;
  gap: 1.5rem;
  align-content: start;}
.site-benefit .local-details{display: grid;
  gap: calc(1.5rem * .75);}
.site-benefit [data-block]{
  display: grid;
  grid-template-columns: minmax(3.5rem, .12fr) minmax(9rem, .34fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.52rem;
  background: #1c0f13;
  color: #f6eef0;
  border: 1px solid var(--paint-card);
  animation: galleryRailIn calc(290ms * 2.2) var(--delay-nav) both;
  animation-delay: var(--motion-entry, 0ms);
}
.site-benefit [data-block] span{font-size: calc(17px * .875);
  letter-spacing: .04em;}
@keyframes galleryRailIn {from{ opacity: .2; transform: translateX(calc(calc(1.34rem * 2) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 900px) {.site-benefit .featured-surface,
  .site-benefit [data-block]{ grid-template-columns: 1fr; }.site-benefit .visual-feature{
    flex-direction: row;
    flex-wrap: wrap;
    border-left: 0;
    padding-left: 0;
  }
}
.page-contact{
        color:#ffffff;
        background:linear-gradient(135deg, #140a0d 0%, #3a0a14 45%, #c8102e 100%);
        padding:calc(1.5rem * 2.4) 2.26rem;
    }
.page-contact .c{max-width:1460px;
        margin:0 auto;
        display:grid;
        gap:2.26rem;}
@media (min-width:1024px){.page-contact .c{
            grid-template-columns:minmax(0,1fr) 300px;
            align-items:start;
        }
    }
.page-contact .simple-steps{display:flex;
        flex-direction:column;
        gap:calc(1.34rem * 1.5);}
.page-contact .local-wrap{display:flex;
        flex-direction:column;
        gap:0.6rem;}
.page-contact h1{font-size:calc(17px * 2.65);
        line-height:1.15;
        margin:0;}
.page-contact .public-summary{display:flex;
        flex-wrap:wrap;
        gap:1rem;
        font-size:calc(17px * .875);
        opacity:0.85;}
.page-contact .wide-surface{margin:0;
        border-radius:0.88rem;
        overflow:hidden;
        box-shadow:0 6px 24px rgba(0,0,0,0.14);}
.page-contact .wide-surface img{display:block;
        width:100%;
        height:auto;
        aspect-ratio:16/9;
        object-fit:cover;}
.page-contact .bottom-fields{display:flex;
        flex-direction:column;
        gap:calc(1.34rem * 1.5);
        line-height:1.77;
        font-size:17px;}
.page-contact .bottom-fields h2{font-size:calc(17px * 1.35);
        margin:0;}
.page-contact .bottom-fields p{margin:0;}
.page-contact .bottom-fields a{text-decoration:underline;
        text-underline-offset:3px;}
.page-contact .bottom-fields a:hover{}
.page-contact .section{display:flex;
        flex-wrap:wrap;
        gap:1.34rem;
        padding-top:calc(1.34rem * 1.5);
        border-top:1px solid var(--paint-card);}
.page-contact .section a{
        display:inline-block;
        padding:0.7rem 1.3rem;
        border-radius:0.52rem;
        background:#c8102e;
        color:#ffffff;
        text-decoration:none;
        font-size:calc(17px * .875);
        transition:background 290ms var(--delay-nav);
    }
.page-contact .section a:hover{
        background:#a80c26;color:#f6eef0;}
.page-contact .soft-entries{
        background:#1c0f13;
        color:#f6eef0;
        border:1px solid var(--paint-card);
        padding:calc(1.5rem * .75);
        border-radius:0.88rem;
        box-shadow:0 2px 5px rgba(0,0,0,0.11);
    }
.page-contact .soft-entries h3{margin:0 0 calc(1.34rem * 1.5);
        font-size:17px;}
.page-contact .simple-contact{display:flex;
        flex-direction:column;
        gap:0.75rem;}
.page-contact .soft-entries a{text-decoration:none;
        font-size:calc(17px * .875);
        line-height:1.5;}
.page-contact .soft-entries a:hover{text-decoration:underline;}
.narrow-method{
  background:var(--paint-base);
  color:var(--ink-warm);
  padding:calc(1.5rem * 2.4) 2.26rem;
}
.narrow-method .featured-surface{max-width:1460px;
  margin:0 auto;}
.narrow-method .soft-wrap{display:flex;
  flex-wrap:wrap;
  gap:calc(1.34rem * 1.5);
  align-items:flex-start;}
.narrow-method h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(17px * 2);
  line-height:1.1;}
.narrow-method .soft-wrap p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:#e6d5d9;
  line-height:1.77;}
.narrow-method .media-lead{margin-top:calc(1.34rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.34rem;}
.narrow-method .media-lead a{
  flex:1 1 18rem;
  min-width:0;
  color:var(--ink-warm);
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:#1c0f13;
  border:1px solid var(--paint-card);
  border-radius:0.88rem;
  transition:border-color 290ms var(--delay-nav);
}
.narrow-method .media-lead a:hover{border-color:#ff2d55;}
.narrow-method .media-lead strong,
.narrow-method .media-lead span{display:block;}
.narrow-method .media-lead strong{font-size:17px;}
.narrow-method .media-lead span{margin-top:.4rem;
  color:#e6d5d9;
  font-size:calc(17px * .875);
  line-height:1.77;}
.narrow-method .main-track{margin:calc(1.34rem * 1.5) 0 0;
  color:#e6d5d9;
  line-height:1.77;}
.narrow-method .section{margin-top:calc(1.34rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.34rem;}
.narrow-method .section a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid #c8102e;
  padding-bottom:.15rem;
  transition:color 290ms var(--delay-nav), border-color 290ms var(--delay-nav);}
.narrow-method .section a:hover{color:#ff2d55;
  border-color:#ff2d55;}
@media (max-width:680px){.narrow-method .soft-wrap{display:block}.narrow-method .soft-wrap p{margin-top:1.5rem}.narrow-method .media-lead{display:block}.narrow-method .media-lead a{display:block;margin-top:1.34rem}
}
.content-body{padding:calc(1.5rem * 2.4) 2.26rem;background:#ff2d55;color:#1a0206}
.content-body .featured-surface{max-width:1460px;margin:0 auto}
.content-body .contact-team{display:flex;gap:calc(1.34rem * 1.5);align-items:flex-end}
.content-body .fresh-steps{flex:1 1 40rem;min-width:0}
.content-body h2{margin:0;font-size:calc(17px * 2.65);line-height:1.05}
.content-body .fresh-steps p{margin:1.5rem 0 0;font-size:calc(17px * 1.125);line-height:1.77}
.content-body .compact-nav{flex:0 1 30rem;min-width:0;background:#f6eef0;color:#1a0206;border-radius:0.88rem;padding:1.34rem;box-shadow:0 6px 24px rgba(0,0,0,0.14)}
.content-body .compact-nav>p{margin:0;line-height:1.77}
.content-body .focused-headline{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.content-body .focused-headline a{border-radius:0.25rem;background:#c8102e;color:#ffffff;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(17px * .875)}
.content-body .focused-headline a:hover{background:#a80c26;color:#f6eef0;}
@media(max-width:820px){.content-body .contact-team{display:block}.content-body .compact-nav{margin-top:calc(1.34rem * 1.5);padding:1.5rem}.content-body h2{font-size:calc(17px * 2)}}
.strong-media{
  background: var(--paint-base);
  color: var(--ink-warm);
  padding: calc(1.5rem * 2.4) 2.26rem;
}
.strong-media .featured-surface{width: min(100%, 1460px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .36fr) minmax(0, 1fr);
  gap: 1.34rem;}
.strong-media h2,
.strong-media h3,
.strong-media p{margin: 0;}
.strong-media h2{font-size: calc(17px * 2); line-height: 1.1;}
.strong-media h3{font-size: calc(17px * 1.35); line-height: 1.18;}
.strong-media p{font-size: 17px; line-height: 1.77;}
.strong-media .bottom-intro{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.34rem * 1.5);
  border-radius: 1.22rem;
  background: #1c0f13;
  color: #f6eef0;
  border: 1px solid var(--paint-card);
}
.strong-media .main-rail{display: grid;
  gap: calc(1.34rem * 1.5);}
.strong-media .bottom-content{display: grid;
  grid-template-columns: minmax(9rem, .28fr) minmax(0, 1fr);
  gap: 2.26rem 1.34rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--paint-card);}
.strong-media .bottom-content:last-child{border-bottom: 1px solid var(--paint-card);}
.strong-media .bottom-content h3{grid-column: 2;}
.strong-media .bottom-content p{grid-column: 2;}
.strong-media .open-grid{grid-row: 1 / span 2;
  font-size: calc(17px * .875);
  line-height: 1.4;
  color: #e6d5d9;
  text-transform: uppercase;
  letter-spacing: 0.04em;}
.strong-media .public-view{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 1.34rem;
  align-items: center;
  padding: 1.5rem;
  border-radius: 0.88rem;
  background: #f6eef0;
  color: #1a0206;
}
.strong-media .public-view p{font-size: calc(17px * .875);}
.strong-media .public-view a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
@media (max-width: 820px) {.strong-media .featured-surface{ grid-template-columns: 1fr; }.strong-media .bottom-content{ grid-template-columns: 1fr; }.strong-media .bottom-content h3,
  .strong-media .bottom-content p,
  .strong-media .open-grid{ grid-column: 1; grid-row: auto; }.strong-media .public-view{ flex-direction: column; align-items: flex-start; }.strong-media .public-view a{ white-space: normal; }
}
.badge-_visual-list{
  background: linear-gradient(135deg, #140a0d 0%, #3a0a14 45%, #c8102e 100%);
  color: #ffffff;
  padding: calc(1.5rem * 2.4) 2.26rem;
}
.badge-_visual-list .featured-surface{width: min(100%, 1460px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 3rem minmax(0, .58fr) minmax(0, 1fr);
  gap: 1.34rem;
  align-items: start;}
.badge-_visual-list h2,
.badge-_visual-list h3,
.badge-_visual-list p{margin: 0;}
.badge-_visual-list h2{font-size: calc(17px * 2); line-height: 1.1;}
.badge-_visual-list h3{font-size: calc(17px * 1.35); line-height: 1.18;}
.badge-_visual-list p{font-size: 17px; line-height: 1.77;}
.badge-_visual-list .visual-feature{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-left: 1px solid var(--paint-card);
  padding-left: calc(1.5rem * .75);
  font-size: calc(17px * .875);}
.badge-_visual-list .visual-feature a{text-decoration: none;
  border-bottom: 1px solid currentColor;
  width: fit-content;
  transition: color 290ms var(--delay-nav);}
.badge-_visual-list .visual-feature a:hover{}
.badge-_visual-list .soft-feature{display: grid;
  gap: 1.5rem;
  align-content: start;
  padding-top: calc(1.5rem * .75);}
.badge-_visual-list .local-details{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.badge-_visual-list [data-block]{
  display: grid;
  grid-template-columns: minmax(6rem, .22fr) minmax(10rem, .38fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.52rem;
  background: #1c0f13;
  color: #f6eef0;
  border: 1px solid var(--paint-card);
  animation: galleryRailIn calc(290ms * 2.2) var(--delay-nav) both;
  animation-delay: var(--motion-entry, 0ms);
}
.badge-_visual-list [data-block] span{font-size: calc(17px * .875);
  letter-spacing: .02em;}
@keyframes galleryRailIn {from{ opacity: .2; transform: translateX(calc(calc(1.34rem * 2) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 900px) {.badge-_visual-list .featured-surface,
  .badge-_visual-list [data-block]{ grid-template-columns: 1fr; }.badge-_visual-list .visual-feature{
    flex-direction: row;
    flex-wrap: wrap;
    border-left: 0;
    padding-left: 0;
  }.badge-_visual-list .soft-feature{ padding-top: 0; }
}
.featured-copy{
    background:var(--paint-base);
    color:var(--ink-warm);
    padding:calc(1.5rem * 2.4) 2.26rem;
}
.featured-copy .c{max-width:1460px;
    margin:0 auto;
    display:grid;
    gap:2.26rem;}
@media (min-width:1024px){.featured-copy .c{grid-template-columns:minmax(0,1fr) 300px;}
}
.featured-copy .local-wrap{margin-bottom:1.5rem;}
.featured-copy h1{font-size:calc(17px * 2.65);
    line-height:1.15;
    margin:0 0 0.75rem;}
.featured-copy .public-summary{display:flex;
    flex-wrap:wrap;
    gap:1rem;
    font-size:calc(17px * .875);}
.featured-copy .wide-surface{margin:0 0 calc(1.34rem * 1.5);
    border-radius:0.88rem;
    overflow:hidden;
    box-shadow:0 6px 24px rgba(0,0,0,0.14);}
.featured-copy .wide-surface img{display:block;
    width:100%;
    height:auto;}
.featured-copy .bottom-fields{line-height:1.77;
    font-size:17px;}
.featured-copy .bottom-fields p{margin:0 0 1.1rem;}
.featured-copy .bottom-fields h2{font-size:calc(17px * 1.35);
    margin:1.8rem 0 0.6rem;}
.featured-copy .section{margin-top:calc(1.34rem * 1.5);
    display:flex;
    flex-wrap:wrap;
    gap:1.34rem;
    padding-top:1.5rem;
    border-top:1px solid var(--paint-card);}
.featured-copy .section a{text-decoration:none;
    font-size:17px;}
.featured-copy .section a:hover{text-decoration:underline;}
.featured-copy .soft-entries{
    background:#1c0f13;
    color:#f6eef0;
    border:1px solid var(--paint-card);
    border-radius:0.88rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 2px 5px rgba(0,0,0,0.11);
    align-self:start;
}
.featured-copy .soft-entries h3{margin:0 0 1rem;
    font-size:calc(17px * 1.125);}
.featured-copy .simple-contact{display:flex;
    flex-direction:column;
    gap:0.75rem;}
.featured-copy .simple-contact a{text-decoration:none;
    font-size:calc(17px * .875);
    line-height:1.5;}
.featured-copy .simple-contact a:hover{text-decoration:underline;}
.wide-links{
  background:var(--paint-base);
  color:var(--ink-warm);
  padding:calc(1.5rem * 2.4) 2.26rem;
}
.wide-links .featured-surface{max-width:1460px;
  margin:0 auto;}
.wide-links .soft-wrap{display:flex;
  flex-wrap:wrap;
  gap:calc(1.34rem * 1.5);
  align-items:flex-start;
  padding-bottom:calc(1.34rem * 1.5);
  border-bottom:1px solid var(--paint-card);}
.wide-links h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(17px * 2);
  line-height:1.1;}
.wide-links .soft-wrap p{flex:1 1 20rem;
  min-width:0;
  margin:0;
  color:#e6d5d9;
  line-height:1.77;}
.wide-links .media-lead{margin-top:calc(1.34rem * 1.5);
  display:flex;
  flex-direction:column;}
.wide-links .media-lead a{display:block;
  padding:1.5rem 0;
  color:var(--ink-warm);
  text-decoration:none;
  border-bottom:1px solid var(--paint-card);
  transition:color 290ms var(--delay-nav);}
.wide-links .media-lead a:hover{color:#ff2d55;}
.wide-links .media-lead strong{display:block;
  font-size:calc(17px * 1.125);
  line-height:1.3;}
.wide-links .media-lead span{display:block;
  margin-top:.4rem;
  color:#e6d5d9;
  line-height:1.77;}
.wide-links .main-track{margin:calc(1.34rem * 1.5) 0 0;
  color:#e6d5d9;
  line-height:1.77;}
.wide-links .main-track a{color:#ff2d55;
  text-decoration:underline;}
.wide-links .main-track a:hover{color:inherit;}
@media (max-width:680px){.wide-links .soft-wrap{display:block}.wide-links .soft-wrap p{margin-top:1.5rem}
}
.direct-block{padding:calc(1.5rem * 2.4) 2.26rem;background:#ff2d55;color:#1a0206}
.direct-block .featured-surface{max-width:1460px;margin:0 auto}
.direct-block .contact-team{display:flex;gap:calc(1.34rem * 1.5);align-items:flex-start}
.direct-block .fresh-steps{flex:1 1 34rem;min-width:0}
.direct-block h2{margin:0;font-size:calc(17px * 2.65);line-height:1.05}
.direct-block .fresh-steps p{margin:1.5rem 0 0;font-size:calc(17px * 1.125);line-height:1.77}
.direct-block .compact-nav{flex:1 1 30rem;min-width:0;background:#f6eef0;color:#1a0206;border-radius:0.88rem;padding:1.34rem;box-shadow:0 6px 24px rgba(0,0,0,0.14)}
.direct-block .compact-nav>p{margin:0;line-height:1.77}
.direct-block .focused-headline{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.direct-block .focused-headline a{border-radius:0.25rem;background:#c8102e;color:#ffffff;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(17px * .875)}
.direct-block .focused-headline a:hover{background:#a80c26;color:#f6eef0;}
@media(max-width:780px){.direct-block .contact-team{display:block}.direct-block .compact-nav{margin-top:calc(1.34rem * 1.5);padding:1.5rem}.direct-block h2{font-size:calc(17px * 2)}}
.text-track{
  background: var(--paint-base);
  color: var(--ink-warm);
  padding: calc(1.5rem * 2.4) 2.26rem;
}
.text-track .featured-surface{width: min(100%, 1460px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.34rem * 1.5);}
.text-track h2,
.text-track h3,
.text-track p{margin: 0;}
.text-track h2{font-size: calc(17px * 2); line-height: 1.1;}
.text-track h3{font-size: calc(17px * 1.35); line-height: 1.18;}
.text-track p{font-size: 17px; line-height: 1.77;}
.text-track .bottom-intro{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: calc(1.34rem * 1.5);
  border-radius: 1.22rem;
  background: #1c0f13;
  color: #f6eef0;
  border: 1px solid var(--paint-card);
}
.text-track .main-rail{display: flex;
  flex-direction: column;
  gap: 1.34rem;}
.text-track .bottom-content{
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.5rem calc(1.5rem * .75);
  border-left: 2px solid var(--paint-card);
  background: #1e1014;
  color: #e6d5d9;
  border-radius: 0 0.52rem 0.52rem 0;
}
.text-track .bottom-content b{font-size: calc(17px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ff2d55;}
.text-track .public-view{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.34rem;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.88rem;
  background: #f6eef0;
  color: #1a0206;
}
.text-track .public-view p{flex: 1 1 22rem;}
.text-track .public-view a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  white-space: nowrap;}
.text-track .public-view a:hover{color: #ff2d55;}
@media (max-width: 720px) {.text-track .public-view{ flex-direction: column; align-items: flex-start; }
}
.clear-benefit{
  background: linear-gradient(135deg, #140a0d 0%, #3a0a14 45%, #c8102e 100%);
  color: #ffffff;
  padding: calc(1.5rem * 2.4) 2.26rem;
}
.clear-benefit .featured-surface{width: min(100%, 1460px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.34rem * 1.5);}
.clear-benefit h2,
.clear-benefit h3,
.clear-benefit p{margin: 0;}
.clear-benefit h2{font-size: calc(17px * 2); line-height: 1.1;}
.clear-benefit h3{font-size: calc(17px * 1.35); line-height: 1.2;}
.clear-benefit p{font-size: 17px; line-height: 1.77;}
.clear-benefit .fresh-figure{
  display: grid;
  gap: calc(1.5rem * .75);
  padding: 1.5rem 2.26rem;
  border-radius: 1.22rem;
  background: linear-gradient(120deg, #ff2d55 0%, #c8102e 55%, #7a0a1c 100%);
  color: #ffffff;
}
.clear-benefit .wide-quote{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.clear-benefit [data-block]{
  flex: 1 1 22rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.88rem;
  background: #1c0f13;
  color: #f6eef0;
  border: 1px solid var(--paint-card);
  animation: galleryMosaicIn calc(290ms * 2) var(--delay-nav) both;
  animation-delay: var(--motion-entry, 0ms);
}
.clear-benefit [data-block]:nth-child(3n + 1){flex-basis: 30rem;}
.clear-benefit [data-block] div{display: flex;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  font-size: calc(17px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.clear-benefit .compact-grid{padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--paint-card);}
@keyframes galleryMosaicIn {from{ opacity: 0.25; transform: translateY(calc(1.34rem * 2)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.clear-benefit [data-block],
  .clear-benefit [data-block]:nth-child(3n + 1){
    flex-basis: 100%;
  }
}
.public-area{background:var(--paint-base);color:var(--ink-warm);padding:calc(1.5rem * 2.4) 2.26rem}
.public-area .featured-surface{max-width:1460px;margin:0 auto}
.public-area .page-details{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:calc(1.34rem * 1.5);align-items:start}
.public-area .soft-wrap{min-width:0}
.public-area h2{margin:0;font-size:clamp(calc(17px * 2),4.4vw,calc(17px * 2.65));line-height:1.08;letter-spacing:0}
.public-area p{margin:1.5rem 0 0;color:#e6d5d9;font-size:calc(17px * 1.125);line-height:1.7}
.public-area .main-rail{min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.public-area .bottom-content{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .35);padding:calc(1.5rem * .75);background:#1c0f13;color:#f6eef0;border:1px solid var(--paint-card);border-radius:0.88rem;text-decoration:none;transition:border-color 290ms var(--delay-nav),transform 290ms var(--delay-nav)}
.public-area .bottom-content:hover{border-color:#ff2d55;transform:translateY(calc(calc(1.34rem * 2) * -0.25))}
.public-area strong{font-size:17px;letter-spacing:0}
.public-area span{color:#e6d5d9;font-size:calc(17px * .875);line-height:1.65}
@media(max-width:820px){.public-area .page-details{grid-template-columns:1fr}}
.featured-media{padding:calc(1.5rem * 2.4) 2.26rem;background:linear-gradient(135deg, #140a0d 0%, #3a0a14 45%, #c8102e 100%);color:#ffffff}
.featured-media .featured-surface{max-width:1460px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.34rem * 1.5);align-items:stretch}
.featured-media .strong-header{flex:1 1 22rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.34rem * 1.5);padding:calc(1.5rem * .75);border-radius:1.22rem;background:#1c0f13;color:#f6eef0;border:1px solid var(--paint-card)}
.featured-media h2{margin:0;font-size:calc(17px * 2);line-height:1.1}
.featured-media .strong-header>p{margin:0;font-size:17px;line-height:1.77}
.featured-media .page-brand{display:flex;flex-direction:column;gap:1.5rem;margin-top:auto}
.featured-media .bottom-headline{padding-top:1.5rem;border-top:1px solid var(--paint-card)}
.featured-media .bottom-headline span{display:block;font-size:calc(17px * .875);letter-spacing:.02em}
.featured-media .bottom-headline strong{display:block;margin-top:calc(1.5rem * .35);font-size:17px;font-weight:600;line-height:1.5}
.featured-media .active-details{flex:1 1 30rem;min-width:0;min-height:clamp(22rem,46vw,36rem);border-radius:1.22rem;overflow:hidden;border:1px solid var(--paint-card);box-shadow:0 6px 24px rgba(0,0,0,0.14)}
.featured-media iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 860px){.featured-media .featured-surface{flex-direction:column}.featured-media .active-details{min-height:22rem}}
.text-intro{padding:calc(1.5rem * 2.4) 2.26rem;background:#f6eef0;color:#1a0206}
.text-intro .featured-surface{max-width:1460px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.34rem * 1.5)}
.text-intro .soft-wrap{flex:1 1 22rem;align-self:flex-start}
.text-intro h2{margin:0;font-size:calc(17px * 2);line-height:1.1}
.text-intro .soft-wrap p{margin:1.5rem 0 0;font-size:17px;line-height:1.77;opacity:.82}
.text-intro form{flex:2 1 32rem;display:flex;flex-direction:column;gap:1.5rem}
.text-intro fieldset{display:flex;flex-wrap:wrap;gap:1.34rem;margin:0;padding:0;border:0}
.text-intro fieldset label{flex:1 1 15rem}
.text-intro label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(17px * .875);letter-spacing:.02em}
.text-intro input,.text-intro textarea{width:100%;padding:calc(1.5rem * .75);border:1px solid var(--paint-card);border-radius:0.25rem;background:var(--paint-base);color:var(--ink-warm);font:inherit}
.text-intro input::placeholder,.text-intro textarea::placeholder{color:rgba(255,255,255,0.55)}
.text-intro input:focus,.text-intro textarea:focus{outline:none;border-color:rgba(255, 45, 85, 0.55);box-shadow:0 0 0 2px rgba(255, 45, 85, 0.55)}
.text-intro .primary-grid{display:block}
.text-intro textarea{resize:vertical;min-height:8rem}
.text-intro .main-track{margin:0;font-size:calc(17px * .875);line-height:1.77;opacity:.72}
.text-intro button{align-self:flex-start;padding:calc(1.5rem * .75) 1.5rem;border:1px solid #ff2d55;border-radius:0.25rem;background:#ff2d55;color:#1a0206;font:inherit;cursor:pointer;transition:background 290ms var(--delay-nav),border-color 290ms var(--delay-nav)}
.text-intro button:hover{background:#e01a44;border-color:#e01a44;color:#f6eef0;}
@media(max-width:760px){.text-intro .featured-surface{display:block}.text-intro form{margin-top:calc(1.34rem * 1.5)}}
.top-content{padding:calc(1.5rem * 2.4) 2.26rem;background:#f6eef0;color:#1a0206}
.top-content .strong-header{max-width:min(1460px,68rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(1.34rem * 1.5)}
.top-content h2{margin:0;font-size:calc(17px * 2.65);line-height:1.08}
.top-content .fresh-steps{margin:0;font-size:calc(17px * 1.125);line-height:1.5;color:color-mix(in srgb,currentColor 74%,transparent)}
.top-content .secondary-figure{display:flex;flex-direction:column;gap:1.5rem}
.top-content .secondary-figure p{margin:0;color:color-mix(in srgb,currentColor 78%,transparent)}
.top-content .public-note{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.top-content .public-note li{padding:calc(1.5rem * .75) 0;border-top:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.top-content .public-note li:last-child{border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.top-content h3{margin:0 0 0.4rem;font-size:calc(17px * 1.35);line-height:1.25}
.top-content .public-note p{margin:0;color:color-mix(in srgb,currentColor 74%,transparent)}
.top-content .main-track{display:flex;flex-direction:column;gap:1.5rem;padding:calc(1.5rem * .75);background:#1c0f13;color:#f6eef0;border:1px solid var(--paint-card);border-radius:0.52rem}
.top-content .main-track p{margin:0}
.top-content .main-track a{color:#c8102e;text-decoration:underline}
.top-content .main-track a:hover{color:inherit;}
@media (max-width:640px){.top-content h2{font-size:calc(17px * 2)}
}
.local-panel{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.26rem;
  background: linear-gradient(135deg, #140a0d 0%, #3a0a14 45%, #c8102e 100%);
  color: #ffffff;
}
.local-panel .featured-surface{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1460px;
  margin: 0 auto;}
.local-panel .primary-grid{margin: 0 0 calc(1.34rem * 1.5);
  padding: 1.5rem 0;}
.local-panel h2{margin: 0;
  font-size: calc(17px * 2.65);
  line-height: 1.05;}
.local-panel .primary-grid p{margin: 1.5rem 0 0;
  font-size: calc(17px * 1.125);
  line-height: 1.77;}
.local-panel .narrow-contact{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.34rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.local-panel .wide-grid{display: flex;
  flex-wrap: wrap;
  gap: 1.34rem;}
.local-panel .wide-grid p{flex: 1 1 18rem;
  margin: 0;
  line-height: 1.77;}
.local-panel .wide-grid strong{display: block;
  margin-bottom: calc(1.5rem * .75);
  font-size: calc(17px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .75;}
.local-panel .text-links{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.local-panel .text-links a{color: inherit;
  font-size: calc(17px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.local-panel .visual-summary{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);}
.local-panel .visual-summary a{flex: 1 1 16rem;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  line-height: 1.77;}
.local-panel .visual-summary a:hover{text-decoration: underline;
  text-underline-offset: .2em;}
.local-panel .visual-summary span{display: block;
  margin-top: calc(1.5rem * .75);
  font-size: calc(17px * .875);
  opacity: .65;}
@media (max-width: 720px) {.local-panel .narrow-contact,
  .local-panel .wide-grid{
    display: block;
  }.local-panel .wide-grid p + p{
    margin-top: calc(1.5rem * .75);
  }.local-panel .text-links{
    align-items: flex-start;
    margin-top: 1.5rem;
  }
}
.strong-track{padding:calc(1.5rem * 2.4) 2.26rem;background:var(--paint-base);color:var(--ink-warm)}
.strong-track .main-steps{max-width:min(1460px,68rem);margin:0 auto}
.strong-track h2{margin:0;font-size:calc(17px * 2);line-height:1.12;letter-spacing:-0.01em}
.strong-track .plain-summary{margin:1.5rem 0 calc(1.34rem * 1.5);font-size:calc(17px * 1.125);}
.strong-track .steady-unit{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.strong-track .main-track{padding:calc(1.5rem * .75) calc(1.5rem * .75);background:#1c0f13;color:#f6eef0;border:1px solid var(--paint-card);border-radius:0.88rem;box-shadow:0 2px 5px rgba(0,0,0,0.11)}
.strong-track h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17px * 1.35);line-height:1.25}
.strong-track .main-track p{margin:0;font-size:17px;line-height:1.77}
.strong-track .main-track a{text-decoration:underline;text-underline-offset:3px}
.strong-track .main-track a:hover{}
@media (max-width:640px){.strong-track .main-track{padding:1.34rem}.strong-track h2{font-size:calc(17px * 1.35)}
}
.local-method{--field-content:calc(1.5rem * 0.99);--field-strong:calc(1460px / 3.10);padding:calc(1.5rem * 2.4) 2.26rem;background:#c8102e;color:#ffffff;}
.local-method .featured-surface{max-width:1460px;margin:0 auto;}
.local-method h1,.local-method h2,.local-method h3,.local-method p{margin:0;}
.local-method h1{font-size:calc(17px * 2.65);line-height:1.08;}
.local-method h2{font-size:calc(17px * 2);line-height:1.12;}
.local-method h3{font-size:calc(17px * 1.35);line-height:1.2;}
.local-method p{font-size:17px;line-height:1.77;color:color-mix(in srgb, currentColor 78%, transparent);}
.local-method a{color:inherit;text-decoration:none;}
.local-method .direct-note{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.25rem;background:#ffffff;color:#c8102e;font-weight:600;}
.local-method .top-nav h2{margin-top:var(--field-content);}
.local-method .fresh-steps{margin-top:1.5rem;}
.local-method .strong-header{margin-top:calc(1.34rem * 1.5);}
.local-method .main-track{margin-top:calc(1.34rem * 1.5);font-size:calc(17px * .875);}
.local-method .main-track a{text-decoration:underline;text-underline-offset:3px;}
.local-method .section{display:flex;flex-wrap:wrap;gap:1.34rem;margin-top:calc(1.34rem * 1.5);}
.local-method .section a{display:inline-flex;align-items:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.25rem;background:transparent;color:#ffffff;border:1px solid var(--paint-card);transition:background 290ms var(--delay-nav);}
.local-method .section a:hover{background:color-mix(in srgb, currentColor 10%, transparent);color:#f6eef0;}
@media (max-width:640px){.local-method .direct-note,.local-method .section a{width:100%;}
}
.focused-list{
  padding: calc(1.5rem * 2.4) 2.26rem;
  background: var(--paint-base);
  color: var(--ink-warm);
}
.focused-list .featured-surface{max-width: min(1460px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.34rem * 1.5);}
.focused-list .service-view h2{margin: 0;
  font-size: calc(17px * 2);
  line-height: 1.1;}
.focused-list .fresh-steps{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17px * 1.125);
  color: #e6d5d9;}
.focused-list .open-block{display: flex;
  flex-wrap: wrap;
  gap: 1.34rem;}
.focused-list .plain-block{
  flex: 1 1 16rem;
  padding: calc(1.5rem * .75);
  border: 1px solid var(--paint-card);
  border-radius: 0.88rem;
  background: #1c0f13;
  color: #f6eef0;
}
.focused-list .main-links{display: block;
  font-size: calc(17px * .875);
  letter-spacing: 0.08em;
  color: #ff2d55;
  margin-bottom: 0.4rem;}
.focused-list .plain-block strong{display: block;
  font-size: calc(17px * 1.35);
  margin-bottom: 0.5rem;}
.focused-list .plain-block p{margin: 0;
  color: #e6d5d9;}
.focused-list .soft-team{display: flex;
  flex-wrap: wrap;
  gap: 1.34rem;
  padding-top: calc(1.34rem * 1.5);
  border-top: 1px solid var(--paint-card);}
.focused-list .content-proof,
.focused-list .team-stack{flex: 1 1 18rem;}
.focused-list .content-proof strong,
.focused-list .team-stack strong{display: block;
  font-size: 17px;
  margin-bottom: 0.5rem;}
.focused-list .content-proof p,
.focused-list .team-stack p{margin: 0 0 calc(1.5rem * .75);
  color: #e6d5d9;}
.focused-list .visual-callout{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;}
.focused-list .visual-callout a{color:inherit;
  text-decoration: none;}
.focused-list .visual-callout a:hover{color: #ff2d55;
  text-decoration: underline;}
.focused-list .section{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.focused-list .section a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid var(--paint-card);
  padding-bottom: 2px;}
.focused-list .section a:hover{color: #ff2d55;
  border-bottom-color: #ff2d55;}
@media (max-width: 640px) {.focused-list .open-block{
    flex-direction: column;
  }
}
.page-quote{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 2.26rem;background:#ff2d55;color:#1a0206}
.page-quote:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 14%,color-mix(in srgb,currentColor 7%,transparent) 14% 14.1%);animation:nfFloor calc(290ms*42) linear infinite alternate}
.page-quote .featured-surface{position:relative;z-index:1;max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.34rem * 1.5)}
.page-quote .secondary-figure{display:flex;flex-direction:column;gap:1.34rem}
.page-quote .fresh-steps{margin:0;font-size:calc(17px * 1.125);line-height:1.77}
.page-quote h1{margin:0;font-size:calc(17px * 2.65);line-height:1.05}
.page-quote .strong-header{margin:0;font-size:17px;line-height:1.77}
.page-quote .direct-note{display:flex;flex-wrap:wrap;align-items:center;gap:1.34rem}
.page-quote .direct-note a{color:inherit;font-size:calc(17px * 1.125);text-underline-offset:.24em}
.page-quote .direct-note .narrow-details{display:inline-block;padding:.7em 1.4em;border-radius:0.52rem;background:#c8102e;color:#ffffff;text-decoration:none;transition:background 290ms var(--delay-nav)}
.page-quote .direct-note .narrow-details:hover{background:#a80c26;color:#f6eef0;}
.page-quote .section{margin:0;font-size:calc(17px * .875);line-height:1.77}
.page-quote .section a{color:inherit;text-underline-offset:.2em}
@keyframes nfFloor{from{transform:translateX(-2%)}to{transform:translateX(2%)}}
@media(max-width:560px){.page-quote .direct-note{flex-direction:column;align-items:flex-start}}
@media(prefers-reduced-motion:reduce){.page-quote:after{animation:none}}
