:root {
  --motion-fast: cubic-bezier(0.4,0,0.2,1);
  --surface-base: #F4F4F2;
  --surface-page: #1A1A18;
}
body{margin:0;padding:0;font-family:"Fira Sans", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.active-feature {
    width: 100%;
    background: #F4F4F2;
    color: #141413;
    border-bottom: 1px solid #D6D6D0;
  }
.strong-summary {
    max-width: 1460px;
    margin: 0 auto;
    padding: calc(2.22rem * 1.5) 1.61rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 2.22rem;
  }
.soft-intro {
    font-size: calc(16.8px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #141413;
    text-decoration: none;
    white-space: nowrap;
  }
.direct-quote ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: calc(2.22rem * 1.5);
  }
.direct-quote a {
    color: #141413;
    text-decoration: none;
    font-size: 16.8px;
    padding: 0.35rem 0.25rem;
    border-radius: 0.28rem;
    transition: color 500ms var(--motion-fast),
                background-color 500ms var(--motion-fast);
  }
.direct-quote a:hover,
  .direct-quote a:focus-visible {
    color: #1A1A18;
    background: #ECECE8;
    outline: none;
  }
.team-content {
    display: flex;
    align-items: center;
    gap: 2.22rem;
  }
.quiet-quote {
    color: #2A2A28;
    text-decoration: none;
    font-size: calc(16.8px * .875);
    white-space: nowrap;
    transition: color 500ms var(--motion-fast);
  }
.quiet-quote:hover,
  .quiet-quote:focus-visible {
    color: #1A1A18;
    outline: none;
  }
.narrow-region {
    display: inline-block;
    background: #F2B705;
    color: #111111;
    text-decoration: none;
    font-size: calc(16.8px * .875);
    font-weight: 600;
    padding: 0.55rem 1rem;
    border-radius: 0.48rem;
    white-space: nowrap;
    transition: background-color 500ms var(--motion-fast);
  }
.narrow-region:hover,
  .narrow-region:focus-visible{
    background: #D9A200;
    outline: none;color:#141413;}
.plain-lead {
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #ECECE8;
    color: #2A2A28;
    border: 1px solid #D6D6D0;
    border-radius: 0.28rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
.plain-lead span {
    display: block;
    width: 18px;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
  }
@media (max-width: 900px) {
    .quiet-quote {
      display: none;
    }
  }
@media (max-width: 767px) {
    .strong-summary {
      grid-template-columns: auto auto;
      grid-template-areas:
        "logo actions"
        "nav nav";
      row-gap: calc(2.22rem * 1.5);
    }

    .soft-intro {
      grid-area: logo;
    }

    .team-content {
      grid-area: actions;
      justify-self: end;
    }

    .plain-lead {
      display: flex;
    }

    .direct-quote {
      grid-area: nav;
      display: none;
    }

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

    .direct-quote ul {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      border-top: 1px solid #D6D6D0;
      padding-top: calc(2.22rem * 1.5);
    }

    .direct-quote li {
      border-bottom: 1px solid #D6D6D0;
    }

    .direct-quote a {
      display: block;
      padding: 0.75rem 0.25rem;
      font-size: 16.8px;
    }
  }
.visual-media{font-family:"Fira Sans", sans-serif;font-size:16.8px;line-height:1.71;padding:calc(1.5rem * 2.4) 1.61rem;margin-top:calc(1.5rem * 2.4);background:var(--surface-page);color:var(--surface-base);}
.team-intro{max-width:1460px;margin:0 auto}
.clear-region{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr 1.2fr;gap:2.22rem;align-items:start}
.quiet-proof{display:flex;flex-direction:column;gap:calc(2.22rem * 1.5)}
.service{font-size:calc(16.8px * 1.125);font-weight:600;letter-spacing:0.01em;margin:0}
.site-entries{font-size:calc(16.8px * .875);margin:0;opacity:0.85}
.simple-content{display:flex;flex-direction:column;gap:calc(2.22rem * 1.5)}
.main-actions{font-size:calc(16.8px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.08em;margin:0;opacity:0.9}
.active-note{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.active-note a{color:inherit;text-decoration:none;font-size:calc(16.8px * .875);transition:opacity 500ms var(--motion-fast)}
.active-note a:hover,
  .active-note a:focus-visible{opacity:0.75;text-decoration:underline;outline:none;color:inherit}
.clear-track{gap:calc(1.5rem * .75)}
.clear-track li{display:flex;flex-direction:column;gap:0.25rem}
.content-items{font-size:calc(16.8px * .875);font-weight:600;opacity:0.9}
.compact-note{font-size:calc(16.8px * .875);color:inherit;text-decoration:none;word-break:break-word}
.compact-note:hover,
  .compact-note:focus-visible{text-decoration:underline;outline:none}
.offer-lead{margin-top:calc(1.5rem * 2.4);padding-top:calc(2.22rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.media-wrap{font-size:calc(16.8px * .875);margin:0;opacity:0.85}
.open-note{font-size:calc(16.8px * .875);margin:0;opacity:0.75;max-width:80ch}
@media (max-width: 1024px) {.clear-region{grid-template-columns:1fr 1fr 1fr}.quiet-proof{grid-column:1 / -1}.offer-method{grid-column:1 / -1}
  }
@media (max-width: 640px) {.visual-media{padding:1.61rem calc(2.22rem * 1.5);background:var(--surface-page);color:var(--surface-base);}.clear-region{grid-template-columns:1fr;gap:calc(1.5rem * 2.4)}.quiet-proof,
    .offer-method{grid-column:auto}
  }
.cookies {
        position: fixed;
        left: 1.61rem;
        right: 1.61rem;
        bottom: 1.5rem;
        z-index: 1200
    }
.cookies .visual-group {
        max-width: 1460px;
        margin: 0 auto;
        display: flex;
        gap: 1px;
        background: #d8dde6;
        color: #0a0f1a;
        border: 1px solid #d8dde6;
        box-shadow: 0 26px 42px rgba(0,0,0,0.28)
    }
.cookies .visual-group div {
        width: 50%;
    }
.cookies .visual-group > * {
        min-width: 0;
    }
.cookies .visual-group > * {
        background: #fff;
        color: #0a0f1a;
        padding: 1.5rem
    }
.cookies strong {
        font-size: calc(16.8px * 1.35);
        line-height: 1.12
    }
.cookies p {
        margin: calc(1.5rem * .75) 0 0;
        color: #2a3040;
        line-height: 1.71
    }
.cookies button {
        border: 0;
        font: inherit;
        cursor: pointer
    }
.cookies button.cookie-accept {
        background: #F2B705;
        color: #111111
    }
@media (max-width: 760px) {
        .cookies .visual-group {
            display: block
        }

        .cookies .visual-group > * {
            display: block;
            width: 100%;
            text-align: left;
            border-bottom: 1px solid #d8dde6
        }
    }
.fresh-figure{padding:calc(1.5rem * 2.6) 1.61rem 0;background:#F4F4F2;color:#141413;}
.fresh-figure .plain-tile{max-width:1460px;margin:0 auto;}
.fresh-figure .page-view{display:flex;flex-direction:column;gap:calc(2.22rem * 1.5);}
.fresh-figure h1{margin:0;font-size:clamp(2rem,4.2vw,3.4rem);line-height:1.08;}
.fresh-figure .wide-feature{margin:0;max-width:58ch;font-size:calc(16.8px * 1.125);}
.fresh-figure .text-frame{display:flex;gap:2.22rem;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;margin-top:2.22rem;}
.fresh-figure .contact-feature{margin:0;max-width:60ch;}
.fresh-figure .strong-media{display:flex;gap:.7rem;align-items:flex-start;flex-wrap:wrap;}
.fresh-figure .strong-media a{display:inline-flex;padding:.66rem 1.1rem;border-radius:1rem;text-decoration:none;background:#F2B705;color:#111111;font-weight:700;}
.fresh-figure .strong-media a:nth-child(even){background:#1A1A18;color:#F2B705;}
.fresh-figure .focused-proof{margin-top:2.22rem;max-width:46rem;}
.fresh-figure .focused-proof img{width:min(42rem,100%);height:auto;display:block;border-radius:1rem;}
.fresh-figure .soft-wrap{display:flex;gap:1.2rem;align-items:center;flex-wrap:wrap;margin-top:calc(2.22rem * 1.5);padding-top:calc(2.22rem * 1.5);border-top:1px solid #D6D6D0;font-size:calc(16.8px * .875);}
.fresh-figure .flow{color:#2A2A28;}
.fresh-figure .soft-wrap a{color:inherit;text-decoration:none;font-weight:600;}
.fresh-figure .soft-wrap a:hover{color:#1A1A18;}
.offer-surface{
  --layer-base:calc(1.5rem * 1.15);
  --mark-public:calc(1460px / 2.50);
  padding:calc(1.5rem * 2.4) 1.61rem;
  background:#F2B705;
  color:#111111;
}
.offer-surface .fresh-proof{max-width:1460px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  gap:2.22rem;}
.offer-surface .page-view{flex:1 1 26rem;
  max-width:var(--mark-public);}
.offer-surface h2{margin:0;
  font-size:calc(16.8px * 2);
  line-height:1.12;}
.offer-surface p{margin:0;
  font-size:16.8px;
  line-height:1.71;}
.offer-surface .top-unit{margin-top:calc(2.22rem * 1.5);
  color:color-mix(in srgb, currentColor 78%, transparent);}
.offer-surface .direct-media{flex:1 1 22rem;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.offer-surface .primary-actions{
  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.28rem;
  background:#111111;
  color:#F2B705;
  font-weight:600;
  text-decoration:none;
  transition:background 500ms var(--motion-fast);
}
.offer-surface .primary-actions:hover{
  background:#1A1A18;
  color:#F2B705;
}
.offer-surface .text-wrap{font-size:calc(16.8px * .875);
  color:color-mix(in srgb, currentColor 72%, transparent);}
.offer-surface .soft-wrap{flex:1 1 100%;
  margin-top:calc(2.22rem * 1.5);
  padding-top:calc(2.22rem * 1.5);
  border-top:1px solid color-mix(in srgb, currentColor 24%, transparent);
  font-size:calc(16.8px * .875);}
.offer-surface .soft-wrap a{color:inherit;
  text-decoration:underline;
  text-underline-offset:0.2em;}
.offer-surface .soft-wrap a:hover{}
@media (max-width:720px){.offer-surface .fresh-proof{
    align-items:flex-start;
  }.offer-surface .primary-actions{
    width:100%;
  }
}
.plain-frame{
        --layer-base: calc(1.5rem * 1.05);
        --mark-public: calc(1460px / 2.2);
        padding: calc(1.5rem * 2.4) 1.61rem;
        background: var(--surface-page);
        color: var(--surface-base);
    }
.plain-frame .fresh-proof{max-width: 1460px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(2.22rem * 1.5);}
.plain-frame .top-details{display: flex;
        flex-direction: column;
        gap: calc(calc(2.22rem * 1.5) / 2);
        max-width: var(--mark-public);}
.plain-frame h2{font-size: calc(16.8px * 2);
        line-height: 1.14;
        margin: 0;}
.plain-frame .top-unit{font-size: 16.8px;
        line-height: 1.71;
        margin: 0;
        opacity: 0.86;}
.plain-frame .clear-menu{display: flex;
        flex-direction: column;
        gap: calc(calc(1.5rem * .75) * 0.72);}
.plain-frame details{
        padding: calc(1.5rem * .75) 1.5rem;
        border-radius: 0.48rem;
        background: #FFFFFF;
        color: #141413;
        border: 1px solid #D6D6D0;
    }
.plain-frame summary{cursor: pointer;
        font-weight: 700;
        font-size: 16.8px;
        list-style: none;
        display: flex;
        align-items: baseline;
        gap: calc(calc(1.5rem * .75) / 2);}
.plain-frame summary::-webkit-details-marker{display: none;}
.plain-frame summary::before{content: "+";
        font-weight: 700;
        color: #F2B705;
        flex: 0 0 auto;}
.plain-frame details[open] summary::before{content: "-";}
.plain-frame details p{margin: calc(calc(1.5rem * .75) / 1.4) 0 0;
        font-size: calc(16.8px * .875);
        line-height: 1.71;color:inherit;}
.plain-frame details a{color: #F2B705;
        text-decoration: underline;
        text-underline-offset: 2px;}
.plain-frame details a:hover{color:inherit;}
.plain-frame .soft-wrap{margin: 0;
        font-size: calc(16.8px * .875);
        opacity: 0.82;}
.plain-frame .soft-wrap a{color: #F2B705;
        text-decoration: underline;
        text-underline-offset: 2px;}
.plain-frame .soft-wrap a:hover{color: #D9A200;}
@media (max-width: 720px) {.plain-frame details{
            padding: calc(1.5rem * .75);
        }
    }
.team-copy{padding:calc(1.5rem * 2.4) 1.61rem;background:linear-gradient(135deg, #1A1A18 0%, #2A2A28 55%, #3A3A36 100%);color:#F4F4F2}
.team-copy .fresh-proof{max-width:1460px;margin:0 auto}
.team-copy .page-view{max-width:44rem;margin-bottom:calc(2.22rem * 1.5)}
.team-copy h2{margin:0;font-size:calc(16.8px * 2);line-height:1.06}
.team-copy .page-view p{margin:1.5rem 0 0;font-size:calc(16.8px * 1.125);line-height:1.71}
.team-copy .offer-brand{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem 2.22rem;border-top:1px solid rgba(244,244,242,0.18);padding-top:calc(2.22rem * 1.5)}
.team-copy .primary-body{padding:0;font-size:16.8px;line-height:1.3}
.team-copy .primary-body strong{display:block;font-size:calc(16.8px * 1.35);line-height:1.15}
.team-copy .primary-body p{margin:calc(1.5rem * .75) 0 0;font-size:16.8px;line-height:1.71;opacity:0.86}
.team-copy .soft-wrap{margin:calc(2.22rem * 1.5) 0 0;font-size:calc(16.8px * .875);opacity:0.8}
.team-copy .soft-wrap a{text-decoration:underline;text-underline-offset:3px}
.team-copy .soft-wrap a:hover{color:#F4F4F2}
@media(max-width:900px){.team-copy .offer-brand{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.team-copy .offer-brand{grid-template-columns:1fr;gap:1.5rem}}
.narrow-links{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.61rem;
    background:var(--surface-muted,linear-gradient(180deg,#2e473a,#1f332c));
    color:var(--surface-base,#fbfff9);
  }
.narrow-links .page-list{max-width:1460px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.22rem * 1.5);}
.narrow-links .top-unit{max-width:44rem;
    padding-left:clamp(1rem,3vw,calc(2.22rem * 1.5));
    border-left:2px solid #F2B705;}
.narrow-links h1{margin:0;
    font-size:clamp(1.95rem,5.2vw,calc(16.8px * 2.65));
    line-height:1.06;
    font-weight:750;
    letter-spacing:-0.01em;}
.narrow-links .steady-copy{margin:clamp(.9rem,1.8vw,1.5rem) 0 0;
    font-size:clamp(1rem,1.32vw,calc(16.8px * 1.125));
    line-height:1.72;
    color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:620px){.narrow-links{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.narrow-links .top-unit{padding-left:1.61rem;}
  }
.top-actions{
        padding:calc(1.5rem * 2.4) 1.61rem;
        background:#ECECE8;
        color:#2A2A28;
    }
.top-actions .fresh-proof{max-width:1460px;
        margin:0 auto;
        display:grid;
        grid-template-columns:1fr 1.15fr;
        gap:2.22rem;
        align-items:start;}
.top-actions .local-summary{position:relative;}
.top-actions .local-summary img{width:100%;
        height:auto;
        display:block;
        border-radius:1rem;
        border:1px solid #D6D6D0;
        box-shadow:0 1px 5px rgba(0,0,0,0.18);}
.top-actions .text-brand h2{margin:0 0 calc(2.22rem * 1.5);
        font-size:calc(16.8px * 2);
        line-height:1.2;}
.top-actions .text-brand h3{margin:calc(2.22rem * 1.5) 0 0.6rem;
        font-size:16.8px;
        font-weight:600;
        letter-spacing:0.01em;}
.top-actions .text-brand h3:first-of-type{margin-top:0;}
.top-actions .text-brand p{margin:0 0 0.85rem;
        font-size:16.8px;
        line-height:1.71;}
.top-actions .text-brand ul{margin:0.4rem 0 0;
        padding-left:1.1rem;
        display:grid;
        gap:0.5rem;
        font-size:16.8px;
        line-height:1.71;}
.top-actions .text-brand li::marker{color:inherit;}
@media (max-width: 860px){.top-actions .fresh-proof{
            grid-template-columns:1fr;
        }
    }
.focused-shell{
  --layer-base:calc(1.5rem * 1.09);
  --mark-public:calc(1460px / 2.95);
  padding:calc(1.5rem * 2.4) 1.61rem;
  background:#F4F4F2;
  color:#141413;
}
.focused-shell .fresh-proof{max-width:1460px;margin:0 auto;}
.focused-shell h1,.focused-shell h2,.focused-shell h3,.focused-shell p{margin:0;}
.focused-shell h2{font-size:calc(16.8px * 2);line-height:1.12;}
.focused-shell h3{font-size:calc(16.8px * 1.35);line-height:1.2;}
.focused-shell p{font-size:16.8px;line-height:1.71;}
.focused-shell a{color:inherit;text-decoration:none;}
.focused-shell .page-view{max-width:var(--mark-public);}
.focused-shell .text-wrap{font-size:calc(16.8px * .875);
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:calc(1.5rem / 2);}
.focused-shell .top-unit{margin-top:1.5rem;}
.focused-shell .page-list{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:var(--layer-base);
  border-top:1px solid #D6D6D0;}
.focused-shell .offer-footer{display:grid;
  grid-template-columns:auto 1fr;
  gap:1.61rem;
  padding:1.5rem 0;
  border-bottom:1px solid #D6D6D0;
  min-width:0;}
.focused-shell .steady-list{
  font-size:calc(16.8px * 1.125);
  font-weight:600;
  color:#F2B705;
  background:#1A1A18;
  border-radius:0.28rem;
  padding:.15rem .55rem;
  height:max-content;
  line-height:1.3;
}
.focused-shell .offer-footer h3{margin-bottom:calc(1.5rem / 3);}
.focused-shell .contact-team{display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:2.22rem;
  margin-top:var(--layer-base);
  padding-top:1.5rem;}
.focused-shell .contact-team p{max-width:var(--mark-public);}
.focused-shell .primary-actions{
  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.28rem;
  background:#F2B705;
  color:#111111;
  font-size:16.8px;
  transition:background 500ms var(--motion-fast);
}
.focused-shell .primary-actions:hover{background:#D9A200;color:#141413;}
@media (max-width:640px){.focused-shell .offer-footer{grid-template-columns:1fr;}.focused-shell .steady-list{width:max-content;}
}
.wide-steps{
  background: #F4F4F2;
  color: #141413;
  padding: calc(1.5rem * 2.4) 1.61rem;
}
.wide-steps .fresh-proof{width: min(100%, 1460px);
  margin: 0 auto;
  display: grid;
  gap: 2.22rem;}
.wide-steps h2,
.wide-steps h3,
.wide-steps p{margin: 0;}
.wide-steps h2{font-size: calc(16.8px * 2);
  line-height: 1.1;}
.wide-steps h3{font-size: calc(16.8px * 1.35);
  line-height: 1.18;}
.wide-steps p{font-size: 16.8px;
  line-height: 1.71;}
.wide-steps .plain-shell{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(2.22rem * 1.5);
  border-radius: 1.18rem;
  background: var(--surface-page);
  color: var(--surface-base);
}
.wide-steps .plain-shell p{max-width: 62ch;}
.wide-steps .media-method{display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(1.5rem * .75);}
.wide-steps .clear-story{
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background: #FFFFFF;
  color: #141413;
  border: 1px solid #D6D6D0;
}
.wide-steps .clear-story .steady-brand{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.6rem 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #D6D6D0;}
.wide-steps .clear-story .steady-brand b{font-size: calc(16.8px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #141413;}
.wide-steps .clear-story .steady-brand span{font-size: calc(16.8px * .875);
  color: #2A2A28;}
.wide-steps .clear-story .text-brand{display: grid;
  gap: 0.7rem;
  align-content: start;}
.wide-steps .clear-story .soft-wrap{width: fit-content;
  font-size: calc(16.8px * .875);
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;}
.wide-steps .clear-story img{width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 0.48rem;}
.wide-steps .primary-actions{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;}
.wide-steps .soft-list{
  width: fit-content;
  padding: 0.7rem 1.2rem;
  border-radius: 0.48rem;
  background: #F2B705;
  color: #111111;
  text-decoration: none;
  font-size: 16.8px;
}
.wide-steps .soft-list.ghost{
  background: transparent;
  color: #141413;
  border: 1px solid #D6D6D0;
}
.wide-steps .soft-list.ghost:hover{
  background: color-mix(in srgb, currentColor 10%, transparent);color:#141413;}
@media (max-width: 900px) {.wide-steps .media-method{ grid-template-columns: 1fr; }
}
@media (max-width: 560px) {.wide-steps .clear-story img{ height: 180px; }
}
.contact-entries{padding:calc(calc(1.5rem * 2.4)*.72) 1.61rem;background:var(--surface-muted,linear-gradient(180deg,#2e473a,#1f332c));color:var(--surface-base,#fbfff9);}
.contact-entries .page-list{max-width:1460px;margin:0 auto;border-left:1px solid color-mix(in srgb,currentColor 32%,transparent);padding-left:clamp(1rem,3vw,calc(2.22rem * 1.5));}
.contact-entries h1{margin:0;max-width:15ch;font-size:clamp(2.05rem,5.8vw,calc(16.8px * 2.65));line-height:1.02;font-weight:750;letter-spacing:0;}
.contact-entries .steady-copy{margin-top:clamp(1rem,2vw,1.5rem);max-width:39rem;}
.contact-entries p{margin:0;font-size:clamp(1rem,1.38vw,calc(16.8px * 1.125));line-height:1.7;color:color-mix(in srgb,currentColor 78%,transparent);}
@media (max-width:620px){.contact-entries .page-list{padding-left:1.61rem}.contact-entries h1{max-width:100%;}.contact-entries{padding-top:calc(calc(1.5rem * 2.4)*.55);padding-bottom:calc(calc(1.5rem * 2.4)*.55);}}
.narrow-team{padding:calc(1.5rem * 2.4) 1.61rem;background:#ECECE8;color:#2A2A28}
.narrow-team .fresh-proof{max-width:1460px;margin:0 auto}
.narrow-team .offer-brand{display:flex;flex-wrap:wrap;gap:calc(2.22rem * 1.5);align-items:flex-start}
.narrow-team .page-view{flex:1 1 320px;min-width:0}
.narrow-team h2{margin:0;font-size:calc(16.8px * 2);line-height:1.08}
.narrow-team .page-view p{margin:1.5rem 0 0;font-size:16.8px;line-height:1.71}
.narrow-team .box{flex:1 1 480px;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.narrow-team .box a{display:block;min-width:0;background:#FFFFFF;color:#141413;border:1px solid #D6D6D0;border-radius:0.48rem;padding:1.5rem;text-decoration:none;transition:border-color 500ms var(--motion-fast)}
.narrow-team .box a:hover{border-color:#F2B705}
.narrow-team strong{display:block;font-size:calc(16.8px * 1.125);line-height:1.2}
.narrow-team span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(16.8px * .875);line-height:1.71}
@media(max-width:780px){.narrow-team .offer-brand{display:block}.narrow-team .box{margin-top:calc(2.22rem * 1.5)}.narrow-team h2{font-size:calc(16.8px * 1.35)}}
.simple-inner{--layer-base:calc(1.5rem * 1.06);--mark-public:calc(1460px / 2.30);padding:calc(1.5rem * 2.4) 1.61rem;background:var(--surface-page);color:var(--surface-base);}
.simple-inner .fresh-proof{max-width:1460px;margin:0 auto;}
.simple-inner h2,.simple-inner h3,.simple-inner p{margin:0;}
.simple-inner h2{font-size:calc(16.8px * 2);line-height:1.12;}
.simple-inner h3{font-size:calc(16.8px * 1.35);line-height:1.2;}
.simple-inner p{font-size:16.8px;line-height:1.71;color:inherit;}
.simple-inner a{color:inherit;text-decoration:none;}
.simple-inner .top-unit{margin-top:1.5rem;max-width:var(--mark-public);}
.simple-inner .focused-body{display:flex;flex-direction:column;gap:var(--layer-base);margin-top:var(--layer-base);}
.simple-inner .offer-footer{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid #F2B705;}
.simple-inner .offer-footer p{margin-top:calc(1.5rem / 3);max-width:var(--mark-public);}
.simple-inner .offer-footer a{display:inline-flex;margin-top:calc(1.5rem / 2);opacity:.85;border-bottom:1px solid #F2B705;padding-bottom:2px;}
.simple-inner .soft-wrap{margin-top:var(--layer-base);font-size:calc(16.8px * .875);color:inherit;}
.simple-inner .soft-wrap a{color:#F2B705;}
@media (min-width:900px){.simple-inner .focused-body{flex-direction:row;flex-wrap:wrap;}.simple-inner .offer-footer{flex:1 1 calc(33.333% - 2.22rem);}
}
.image{--layer-base:calc(1.5rem * 1.32);--mark-public:calc(1460px / 2.45);--label-button:calc(1460px / 3.61);padding:calc(1.5rem * 2.4) 1.61rem;background:#F2B705;color:#111111;}
.image .fresh-proof{max-width:1460px;margin:0 auto;}
.image h1,.image h2,.image h3,.image p{margin:0;}
.image h1{font-size:calc(16.8px * 2.65);line-height:1.08;}
.image h2{font-size:calc(16.8px * 2);line-height:1.12;max-width:var(--mark-public);}
.image h3{font-size:calc(16.8px * 1.35);line-height:1.2;}
.image p{font-size:16.8px;line-height:1.71;}
.image a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;}
.image img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.image .primary-actions{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.28rem;background:#111111;color:#F2B705;}
.image .top-unit{max-width:var(--mark-public);}
.image .text-wrap{margin-top:var(--layer-base);max-width:var(--mark-public);font-size:calc(16.8px * .875);}
.image .visual-flow{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.22rem;margin-top:var(--layer-base);}
.image .offer-footer{flex:1 1 calc(1460px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid currentColor;}
.image .offer-footer p{margin-top:calc(1.5rem / 3);}
.image .offer-footer img{margin-bottom:calc(1.5rem / 2);}
.image .strong-shell>img{margin-top:var(--layer-base);max-width:var(--label-button);}
.image .strong-shell>.top-unit{margin-top:1.5rem;}
.open-flow{
    padding:calc(calc(1.5rem * 2.4)*.68) 1.61rem;
    background:var(--surface-muted,linear-gradient(135deg,#1A1A18 0%,#2A2A28 55%,#3A3A36 100%));
    color:var(--surface-base,#F4F4F2);
  }
.open-flow .page-list{max-width:1460px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.22rem * 1.5);
    padding-left:clamp(1rem,3vw,calc(2.22rem * 1.5));
    border-left:2px solid #F2B705;}
.open-flow h1{margin:0;
    font-size:clamp(2rem,5.2vw,calc(16.8px * 2.65));
    line-height:1.05;
    font-weight:750;
    letter-spacing:-0.01em;}
.open-flow .steady-copy{max-width:42rem;}
.open-flow p{margin:0;
    font-size:clamp(1rem,1.35vw,calc(16.8px * 1.125));
    line-height:1.72;
    color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:620px){.open-flow{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.open-flow .page-list{
      padding-left:1.61rem;
      gap:1.5rem;
    }
  }
.clear-content{
  --layer-base:calc(1.5rem * 1.02);
  --mark-public:calc(1460px / 3.15);
  padding:calc(1.5rem * 2.4) 1.61rem;
  background:#1A1A18;
  color:#F2B705;
}
.clear-content .fresh-proof{max-width:1460px;
  margin:0 auto;}
.clear-content h1,
.clear-content h2,
.clear-content h3,
.clear-content p{margin:0;}
.clear-content h2{font-size:calc(16.8px * 2);
  line-height:1.12;}
.clear-content p{font-size:16.8px;
  line-height:1.71;}
.clear-content a{color:inherit;text-decoration:none;}
.clear-content .compact-quote{display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:calc(2.22rem * 1.5);}
.clear-content .soft-wrap{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:calc(1.5rem * .75);
  width:100%;}
.clear-content .primary-actions{
  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.28rem;
  background:#F2B705;
  color:#1A1A18;
  font-weight:600;
  transition:background 500ms var(--motion-fast),color 500ms var(--motion-fast);
}
.clear-content .primary-actions:hover{
  background:#D9A200;
  color:#111111;
}
.clear-content .text-wrap{flex:1 1 18rem;
  font-size:calc(16.8px * .875);
  opacity:0.82;}
.clear-content .top-unit{max-width:var(--mark-public);}
.clear-content .page-flow{font-size:calc(16.8px * .875);
  opacity:0.82;}
.clear-content .page-flow a{text-decoration:underline;
  text-underline-offset:3px;
  transition:color 500ms var(--motion-fast);}
.clear-content .page-flow a:hover{
  color:#1A1A18;
  background:#F2B705;
  padding:0 3px;
  border-radius:0.28rem;
}
@media (max-width:640px){.clear-content .soft-wrap{
    flex-direction:column;
    align-items:flex-start;
  }.clear-content .primary-actions{
    width:100%;
  }
}
.public-rail{padding:calc(1.5rem * 2) 1.61rem;background:#FFFFFF;color:#141413;}
.public-rail .plain-tile{max-width:1460px;margin:0 auto;display:grid;gap:2.22rem;}
.public-rail h2,.public-rail h3,.public-rail p{margin:0;}
.public-rail .page-view{display:grid;gap:.6rem;max-width:62ch;}
.public-rail .page-view .top-unit{color:#2A2A28;}
.public-rail .text-frame{display:grid;grid-template-columns:1fr 1fr;gap:2.22rem;align-items:center;}
.public-rail .text-frame img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:1.18rem;box-shadow:0 12px 20px rgba(0,0,0,0.23);}
.public-rail .steady-copy{display:grid;gap:.55rem;}
.public-rail .strong-menu{display:grid;gap:.85rem;}
.public-rail .layer{background:#ECECE8;color:#2A2A28;border:1px solid #D6D6D0;border-radius:1rem;padding:.95rem 1.05rem;display:grid;gap:.35rem;}
.public-rail .wide-lead{padding-top:.4rem;border-top:1px solid #D6D6D0;}
.public-rail .wide-lead a{color:inherit;text-decoration:none;border-bottom:1px solid #F2B705;}
.public-rail .wide-lead a:hover{color:#1A1A18;border-bottom-color:#1A1A18;}
@media (max-width: 900px){.public-rail .text-frame{grid-template-columns:1fr;}
    }
.text-form{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.61rem;
    background:var(--surface-muted,linear-gradient(135deg,#1A1A18 0%,#2A2A28 55%,#3A3A36 100%));
    color:var(--surface-base,#F4F4F2);
  }
.text-form .page-list{max-width:1460px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.22rem * 1.5);
    border-left:2px solid #F2B705;
    padding-left:clamp(1.1rem,3vw,calc(2.22rem * 1.5));}
.text-form h1{margin:0;
    font-size:clamp(2rem,5.4vw,calc(16.8px * 2.65));
    line-height:1.04;
    font-weight:700;
    letter-spacing:-0.01em;}
.text-form .steady-copy{max-width:42rem;}
.text-form p{margin:0;
    font-size:clamp(1rem,1.35vw,calc(16.8px * 1.125));
    line-height:1.72;
    color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:620px){.text-form{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.text-form .page-list{padding-left:1.61rem;gap:1.5rem;}
  }
.text-shell{--layer-base:calc(1.5rem * 1.32);--mark-public:calc(1460px / 2.45);--label-button:calc(1460px / 3.61);padding:calc(1.5rem * 2.4) 1.61rem;background:#F4F4F2;color:#141413;}
.text-shell .fresh-proof{max-width:1460px;margin:0 auto;}
.text-shell h1,.text-shell h2,.text-shell h3,.text-shell p{margin:0;}
.text-shell h1{font-size:calc(16.8px * 2.65);line-height:1.08;}
.text-shell h2{font-size:calc(16.8px * 2);line-height:1.12;}
.text-shell h3{font-size:calc(16.8px * 1.35);line-height:1.2;}
.text-shell p{font-size:16.8px;line-height:1.71;color:#2A2A28;}
.text-shell a{color:inherit;text-decoration:none;}
.text-shell a:hover{color:#1A1A18;}
.text-shell img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.text-shell .top-unit,.text-shell .text-wrap{max-width:var(--mark-public);}
.text-shell .visual-flow{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.22rem;margin-top:var(--layer-base);}
.text-shell .offer-footer{flex:1 1 calc(1460px / 4);min-width:0;}
.text-shell .offer-footer p{margin-top:calc(1.5rem / 3);}
.text-shell .strong-shell>img{margin-top:var(--layer-base);}
.text-shell .strong-shell>.top-unit{margin-top:1.5rem;}
.text-shell .strong-shell>.text-wrap{margin-top:calc(2.22rem * 1.5);}
.plain-form{--layer-base:calc(1.5rem * 1.15);--mark-public:calc(1460px / 2.2);padding:calc(1.5rem * 2.4) 1.61rem;background:#F4F4F2;color:#141413;}
.plain-form .fresh-proof{max-width:1460px;margin:0 auto;}
.plain-form h2,.plain-form h3,.plain-form p{margin:0;}
.plain-form h2{font-size:calc(16.8px * 2);line-height:1.14;max-width:var(--mark-public);}
.plain-form h3{font-size:calc(16.8px * 1.35);line-height:1.22;}
.plain-form p{font-size:16.8px;line-height:1.71;}
.plain-form .text-wrap{margin-bottom:calc(1.5rem / 2.4);font-size:calc(16.8px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.plain-form .top-unit{margin-top:1.5rem;max-width:var(--mark-public);}
.plain-form .visual-flow{display:flex;flex-direction:column;gap:0;margin-top:calc(var(--layer-base) * 1.3);border-top:1px solid #D6D6D0;}
.plain-form .offer-footer{min-width:0;padding:calc(2.22rem * 1.5) 0;border-bottom:1px solid #D6D6D0;display:flex;gap:2.22rem;align-items:flex-start;}
.plain-form .offer-footer .steady-copy{max-width:var(--mark-public);}
.plain-form .offer-footer p{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.plain-form .offer-footer{flex-direction:column;gap:calc(1.5rem / 3);}
}
.public-intro{
    padding:calc(calc(1.5rem * 2.4)*.68) 1.61rem;
    background:var(--surface-muted,linear-gradient(135deg,#1A1A18 0%,#2A2A28 55%,#3A3A36 100%));
    color:var(--surface-base,#F4F4F2);
  }
.public-intro .page-list{max-width:1460px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(.9rem,1.8vw,1.5rem);
    padding-left:clamp(1rem,3vw,calc(2.22rem * 1.5));
    border-left:2px solid #F2B705;}
.public-intro h1{margin:0;
    font-size:clamp(1.9rem,5.2vw,calc(16.8px * 2.65));
    line-height:1.06;
    font-weight:750;
    letter-spacing:-0.01em;}
.public-intro .steady-copy{max-width:42rem;}
.public-intro p{margin:0;
    font-size:clamp(1rem,1.32vw,calc(16.8px * 1.125));
    line-height:1.68;
    color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:620px){.public-intro{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.public-intro .page-list{
      padding-left:1.61rem;
    }
  }
.site-proof{--layer-base:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.61rem;background:#F4F4F2;color:#141413;}
.site-proof .fresh-proof{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-base);}
.site-proof h2,.site-proof p{margin:0;}
.site-proof h2{font-size:calc(16.8px * 2);line-height:1.14;}
.site-proof .top-unit{font-size:calc(16.8px * 1.125);line-height:1.71;max-width:calc(1460px / 1.85);}
.site-proof .page-view{display:flex;flex-direction:column;gap:calc(2.22rem * 1.5);}
.site-proof .clear-menu{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .6);}
.site-proof details{padding:calc(1.5rem * .75) 1.5rem;border-radius:0.48rem;background:#FFFFFF;color:#141413;border:1px solid #D6D6D0;}
.site-proof summary{cursor:pointer;font-weight:700;font-size:16.8px;line-height:1.35;list-style:none;}
.site-proof summary::-webkit-details-marker{display:none;}
.site-proof summary::after{content:"+";float:right;font-weight:400;}
.site-proof details[open] summary::after{content:"–";}
.site-proof details p{margin-top:calc(1.5rem / 2.4);font-size:calc(16.8px * .875);line-height:1.71;}
.site-proof .soft-wrap{margin-top:calc(2.22rem * 1.5);font-size:calc(16.8px * .875);}
.site-proof .soft-wrap a{text-decoration:none;border-bottom:1px solid #F2B705;}
.site-proof .soft-wrap a:hover{border-color:#1A1A18;}
@media (max-width:720px){.site-proof .top-unit{max-width:none;}.site-proof details{padding:calc(1.5rem * .75);}
}
.focused-copy{
        padding:calc(1.5rem * 2.4) 1.61rem;
        background:#ECECE8;
        color:#2A2A28;
    }
.focused-copy .fresh-proof{max-width:1460px;
        margin:0 auto;}
.focused-copy .top-details{max-width:62ch;
        margin-bottom:calc(2.22rem * 1.5);}
.focused-copy .top-details h2{margin:0;
        font-size:calc(16.8px * 2);
        line-height:1.2;}
.focused-copy .top-details p{margin:calc(2.22rem * 1.5) 0 0;
        font-size:16.8px;}
.focused-copy .steady-figure{display:grid;
        gap:2.22rem;
        grid-template-columns:repeat(var(--layer-active,3),minmax(0,1fr));}
.focused-copy .steady-figure article{
        display:flex;
        flex-direction:column;
        border:1px solid #D6D6D0;
        border-radius:0.48rem;
        background:#FFFFFF;
        color:#141413;
        padding:calc(1.5rem * .75);
    }
.focused-copy .steady-figure h3{margin:0 0 0.5rem;
        font-size:calc(16.8px * 1.35);}
.focused-copy .steady-figure p{margin:0 0 calc(2.22rem * 1.5);
        font-size:calc(16.8px * .875);
        line-height:1.71;}
.focused-copy .steady-figure > article > a{margin-top:auto;
        text-decoration:none;
        font-weight:600;color:inherit;}
.focused-copy .steady-figure > article > a:hover{color:#1A1A18;}
.focused-copy .soft-wrap{margin-top:auto;
        display:flex;
        flex-wrap:wrap;
        gap:0.75rem 1.25rem;}
.focused-copy .soft-wrap a{text-decoration:none;
        font-weight:600;
        font-size:calc(16.8px * .875);color:inherit;}
.focused-copy .soft-wrap a:hover{color:#1A1A18;}
@media (max-width:900px){.focused-copy .steady-figure{grid-template-columns:1fr 1fr;}
    }
@media (max-width:640px){.focused-copy .steady-figure{grid-template-columns:1fr;}
    }
.offer-benefit{
  padding: calc(1.5rem * 2.4) 1.61rem;
  background: linear-gradient(120deg, #F2B705 0%, #D9A200 100%);
  color: #111111;
}
.offer-benefit .fresh-proof{max-width: 1460px;
  margin: 0 auto;}
.offer-benefit .public-region{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.22rem;
  align-items: flex-end;
  margin-bottom: calc(2.22rem * 1.5);}
.offer-benefit h2{margin: 0;
  font-size: calc(16.8px * 2);
  line-height: 1.1;
  flex: 1 1 22rem;}
.offer-benefit .public-region p{margin: 0;
  flex: 1 1 20rem;
  max-width: 34rem;
  font-size: 16.8px;
  line-height: 1.6;}
.offer-benefit .strong-form{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #6B6B66;color:#141413;}
.offer-benefit .strong-form a{
  min-height: 10rem;
  padding: calc(1.5rem * .75);
  background: var(--surface-page);
  color: var(--surface-base);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  transition: background 500ms var(--motion-fast);
}
.offer-benefit .strong-form a:hover{
  background: #2A2A28;color:#141413;}
.offer-benefit .strong-form strong{font-size: calc(16.8px * 1.35);
  line-height: 1.25;}
.offer-benefit .strong-form span{font-size: calc(16.8px * .875);
  line-height: 1.55;}
@media (max-width: 900px) {.offer-benefit .strong-form{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {.offer-benefit .strong-form{
    grid-template-columns: 1fr;
  }.offer-benefit .strong-form a{
    min-height: 0;
  }
}
.media-grid{padding:calc(calc(1.5rem * 2.4)*.68) 1.61rem;background:var(--surface-muted,linear-gradient(135deg,#1A1A18 0%,#2A2A28 55%,#3A3A36 100%));color:#F4F4F2;}
.media-grid .page-list{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.22rem * 1.5);}
.media-grid .top-unit{max-width:52rem;padding-left:clamp(1rem,3vw,calc(2.22rem * 1.5));border-left:2px solid #F2B705;}
.media-grid h1{margin:0;font-size:clamp(1.95rem,4.6vw,calc(16.8px * 2.65));line-height:1.06;font-weight:750;letter-spacing:-0.01em;}
.media-grid .steady-copy{margin:clamp(0.9rem,1.6vw,1.5rem) 0 0;font-size:clamp(1rem,1.3vw,calc(16.8px * 1.125));line-height:1.72;color:#F4F4F2;opacity:0.86;}
@media (max-width:640px){.media-grid{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.media-grid .top-unit{padding-left:1.61rem;border-left-width:2px;}
  }
.narrow-copy{
  padding: calc(1.5rem * 2.4) 1.61rem;
  background: var(--surface-page);
  color: var(--surface-base);
}
.narrow-copy .fresh-proof{max-width: min(1460px, 72rem);
  margin: 0 auto;}
.narrow-copy .top-details{max-width: 48rem;
  margin-bottom: calc(2.22rem * 1.5);}
.narrow-copy h2{margin: 0;
  font-size: calc(16.8px * 2);
  line-height: 1.1;}
.narrow-copy .top-unit{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.8px * 1.125);
  color: #C9C9C4;}
.narrow-copy .page-list{display: flex;
  flex-wrap: wrap;
  gap: 2.22rem;}
.narrow-copy .offer-footer{
  flex: 1 1 min(100%, 21rem);
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  background: #FFFFFF;
  color: #141413;
  border: 1px solid #D6D6D0;
  border-radius: 1rem;
  box-shadow: 0 1px 5px rgba(0,0,0,0.18);
}
.narrow-copy .content-wrap{display: flex;
  align-items: center;
  gap: calc(1.5rem * .75);}
.narrow-copy .content-wrap img{width: 3.4rem;
  height: 3.4rem;
  object-fit: cover;
  border-radius: 0.48rem;
  flex: 0 0 auto;}
.narrow-copy .id{display: flex;
  flex-direction: column;
  gap: 0.15rem;}
.narrow-copy .wide-items{font-weight: 700;
  font-size: 16.8px;}
.narrow-copy .id small{font-size: calc(16.8px * .875);color:inherit;}
.narrow-copy .active-method{margin: 0;
  font-size: 16.8px;
  line-height: 1.71;}
.narrow-copy .team-region{
  align-self: flex-start;
  padding: 0.2rem 0.6rem;
  font-size: calc(16.8px * .875);
  background: #1A1A18;
  color: #F2B705;
  border-radius: 0.28rem;
}
.narrow-copy .site-unit{margin-top: calc(2.22rem * 1.5);
  padding-top: calc(2.22rem * 1.5);
  border-top: 1px solid #2A2A28;}
.narrow-copy .secondary-group{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.8px * .875);
  color: #C9C9C4;}
.narrow-copy .open-details{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) 2.22rem;}
.narrow-copy .open-details li{font-size: calc(16.8px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #C9C9C4;}
@media (max-width: 700px) {.narrow-copy .page-list{
    display: block;
  }.narrow-copy .offer-footer + .offer-footer{
    margin-top: 2.22rem;
  }
}
.public-group{padding:calc(1.5rem * 2.4) 1.61rem;background:#F4F4F2;color:#141413}
.public-group .fresh-proof{max-width:1460px;margin:0 auto}
.public-group .offer-brand{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.3fr);gap:calc(2.22rem * 1.5);align-items:start}
.public-group .page-view{min-width:0;border-left:3px solid #F2B705;padding-left:1.61rem}
.public-group h2{margin:0;font-size:calc(16.8px * 2);line-height:1.08}
.public-group .page-view p{margin:1.5rem 0 0;font-size:16.8px;line-height:1.71;}
.public-group .box{display:flex;flex-direction:column;gap:0}
.public-group .box a{display:grid;grid-template-columns:minmax(0,0.7fr) minmax(0,1.3fr);gap:1.61rem;padding:1.5rem 0;border-top:1px solid #D6D6D0;text-decoration:none;color:inherit}
.public-group .box a:last-child{border-bottom:1px solid #D6D6D0}
.public-group strong{font-size:16.8px;line-height:1.2}
.public-group span{font-size:calc(16.8px * .875);line-height:1.71;}
@media(max-width:780px){.public-group .offer-brand{display:block}.public-group .box{margin-top:calc(2.22rem * 1.5)}.public-group .box a{grid-template-columns:1fr;gap:calc(1.5rem * .75)}.public-group h2{font-size:calc(16.8px * 1.35)}}
.primary-details{--layer-base:calc(1.5rem * 1.2);--mark-public:calc(1460px / 3.1);padding:calc(1.5rem * 2.4) 1.61rem;background:#ECECE8;color:#2A2A28;}
.primary-details .fresh-proof{max-width:1460px;margin:0 auto;}
.primary-details h2,.primary-details h3,.primary-details p{margin:0;}
.primary-details h2{font-size:calc(16.8px * 2);line-height:1.14;}
.primary-details h3{font-size:calc(16.8px * 1.35);line-height:1.22;}
.primary-details p{font-size:16.8px;line-height:1.71;}
.primary-details a{color:inherit;text-decoration:none;}
.primary-details .top-details{display:flex;flex-wrap:wrap;gap:2.22rem;align-items:flex-start;margin-bottom:var(--layer-base);}
.primary-details .top-details>h2{flex:1 1 calc(1460px / 2.6);min-width:0;}
.primary-details .top-details>.top-unit{flex:1 1 calc(1460px / 3.4);min-width:0;max-width:var(--mark-public);}
.primary-details .visual-flow{display:flex;flex-wrap:wrap;gap:2.22rem;}
.primary-details .offer-footer{flex:1 1 calc(1460px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.48rem;background:#FFFFFF;color:#141413;border:1px solid #D6D6D0;}
.primary-details .offer-footer .primary-plan{font-size:calc(16.8px * .875);letter-spacing:.04em;text-transform:uppercase;color:#2A2A28;opacity:.75;margin-bottom:calc(1.5rem / 3);}
.primary-details .offer-footer h3{margin-bottom:calc(1.5rem / 3);}
.primary-details .offer-footer .page-flow{display:inline-block;margin-top:calc(1.5rem / 2.4);padding-bottom:2px;border-bottom:1px solid #1A1A18;color:#1A1A18;font-size:calc(16.8px * .875);}
.primary-details .soft-wrap{margin-top:var(--layer-base);font-size:calc(16.8px * .875);color:#2A2A28;}
.primary-details .soft-wrap a{color:#1A1A18;border-bottom:1px solid #1A1A18;}
.primary-details .soft-wrap a:hover{color:#2A2A28;border-bottom-color:#2A2A28;}
@media (max-width:720px){.primary-details .top-details>h2,.primary-details .top-details>.top-unit,.primary-details .offer-footer{flex:1 1 100%;}
}
.open-header{
    padding:calc(calc(1.5rem * 2.4)*.68) 1.61rem;
    background:var(--surface-muted,linear-gradient(135deg,#1A1A18 0%,#2A2A28 55%,#3A3A36 100%));
    color:#F4F4F2;
  }
.open-header .page-list{max-width:1460px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    gap:clamp(1.25rem,3vw,2.22rem);}
.open-header .top-unit{flex:1 1 34rem;
    min-width:0;
    border-left:2px solid color-mix(in srgb,currentColor 28%,transparent);
    padding-left:clamp(1rem,2.6vw,calc(2.22rem * 1.5));}
.open-header h1{margin:0;
    font-size:clamp(2rem,5.4vw,calc(16.8px * 2.65));
    line-height:1.04;
    font-weight:750;
    letter-spacing:-0.01em;}
.open-header .steady-copy{margin-top:clamp(.9rem,1.8vw,1.5rem);
    max-width:44rem;}
.open-header p{margin:0;
    font-size:clamp(1rem,1.32vw,calc(16.8px * 1.125));
    line-height:1.72;
    color:color-mix(in srgb,currentColor 76%,transparent);}
@media (max-width:640px){.open-header{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.open-header .page-list{flex-direction:column;}.open-header .top-unit{padding-left:1.61rem;}
  }
.main-headline{
  padding: calc(1.5rem * 2.4) 1.61rem;
  background: var(--surface-page);
  color: var(--surface-base);
}
.main-headline .fresh-proof{max-width: min(1460px, 72rem);
  margin: 0 auto;}
.main-headline .top-details{max-width: 46rem;
  margin-bottom: calc(2.22rem * 1.5);}
.main-headline h2{margin: 0;
  font-size: calc(16.8px * 2);
  line-height: 1.12;}
.main-headline .fresh-feature{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.8px * 1.125);
  color: #C9C9C4;}
.main-headline .team-inner{display: flex;
  flex-wrap: wrap;
  gap: 2.22rem;}
.main-headline .quiet-actions{flex: 1 1 min(100%, 21rem);
  margin: 0;
  padding: calc(1.5rem * .75) 0 0;
  border-top: 2px solid #1A1A18;}
.main-headline .active-method{margin: 0 0 calc(1.5rem * .75);
  font-size: 16.8px;
  line-height: 1.6;
  color: #C9C9C4;}
.main-headline .content-wrap{display: flex;
  flex-direction: column;
  gap: 0.2rem;}
.main-headline .content-wrap strong{font-size: 16.8px;
  font-weight: 700;}
.main-headline .content-wrap span{font-size: calc(16.8px * .875);color:inherit;}
.main-headline .site-unit{margin-top: calc(2.22rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2A2A28;}
.main-headline .secondary-group{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.8px * .875);
  color: #C9C9C4;}
.main-headline .open-details{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) 2.22rem;}
.main-headline .open-details li{font-size: calc(16.8px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #C9C9C4;}
@media (max-width: 700px) {.main-headline .team-inner{
    display: block;
  }.main-headline .quiet-actions + .quiet-actions{
    margin-top: 2.22rem;
  }
}
.content-intro{--layer-base:calc(1.5rem * 1.29);--mark-public:calc(1460px / 2.70);padding:calc(1.5rem * 2.4) 1.61rem;background:#F2B705;color:#111111;}
.content-intro .fresh-proof{max-width:1460px;margin:0 auto;}
.content-intro h2,.content-intro h3,.content-intro p{margin:0;}
.content-intro h2{font-size:calc(16.8px * 2);line-height:1.12;}
.content-intro h3{font-size:calc(16.8px * 1.35);line-height:1.2;}
.content-intro p{font-size:16.8px;line-height:1.71;color:color-mix(in srgb, currentColor 74%, transparent);}
.content-intro a{color:inherit;text-decoration:none;}
.content-intro img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.content-intro .primary-actions{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.28rem;background:#111111;color:#F2B705;}
.content-intro .text-wrap{font-size:calc(16.8px * .875);text-transform:uppercase;letter-spacing:0.08em;color:color-mix(in srgb, currentColor 62%, transparent);}
.content-intro .top-unit{max-width:var(--mark-public);margin-top:calc(1.5rem / 2);}
.content-intro .visual-flow{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.22rem;margin-top:var(--layer-base);}
.content-intro .offer-footer{flex:1 1 calc(1460px / 4);min-width:0;}
.content-intro .offer-footer p{margin-top:calc(1.5rem / 3);}
.content-intro .offer-footer img{margin-bottom:calc(1.5rem / 2);}
.content-intro .quiet-team{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.22rem;}
.content-intro .quiet-team>.steady-copy{flex:1 1 auto;min-width:0;}
.content-intro .quiet-team>.primary-actions{flex:0 0 auto;}
.content-intro .quiet-team>.visual-flow{flex:1 1 100%;}
.content-intro .steady-copy h2{margin-top:calc(1.5rem / 2);}
.plain-quote{padding:calc(1.5rem * 2.4) 1.61rem;background:#ECECE8;color:#2A2A28;}
.plain-quote .fresh-proof{max-width:1460px;margin:0 auto;}
.plain-quote h2,.plain-quote p{margin:0;}
.plain-quote h2{font-size:calc(16.8px * 2);line-height:1.14;}
.plain-quote p{font-size:16.8px;line-height:1.71;}
.plain-quote .top-details{display:flex;flex-wrap:wrap;gap:2.22rem;align-items:flex-end;justify-content:space-between;}
.plain-quote .top-unit{flex:1 1 22rem;max-width:38rem;color:#2A2A28;}
.plain-quote .page-list{display:flex;flex-direction:column;margin-top:calc(2.22rem * 1.5);border-top:1px solid #D6D6D0;}
.plain-quote .layer{display:flex;flex-wrap:wrap;gap:1.61rem;align-items:baseline;justify-content:space-between;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #D6D6D0;}
.plain-quote .fresh-section{font-size:calc(16.8px * 1.125);font-weight:600;letter-spacing:.01em;}
.plain-quote .focused-frame{font-size:calc(16.8px * .875);color:#2A2A28;opacity:.85;}
.plain-quote .text-wrap{margin-top:calc(2.22rem * 1.5);max-width:52rem;font-size:calc(16.8px * .875);}
@media (max-width:640px){.plain-quote .layer{flex-direction:column;gap:calc(calc(1.5rem * .75) / 3);}
}
.team-plan{padding:calc(calc(1.5rem * 2.4)*.68) 1.61rem;background:var(--surface-muted,linear-gradient(135deg,#1A1A18 0%,#2A2A28 55%,#3A3A36 100%));color:var(--surface-base,#F4F4F2);}
.team-plan .page-list{max-width:1460px;margin:0 auto;display:flex;flex-wrap:wrap;gap:2.22rem;align-items:flex-end;justify-content:space-between;border-left:1px solid color-mix(in srgb,currentColor 28%,transparent);padding-left:clamp(1rem,3vw,calc(2.22rem * 1.5));}
.team-plan .top-unit{flex:1 1 26rem;min-width:0;}
.team-plan h1{margin:0;font-size:clamp(2rem,5.4vw,calc(16.8px * 2.65));line-height:1.04;font-weight:750;letter-spacing:0;}
.team-plan .steady-copy{margin:clamp(1rem,2vw,1.5rem) 0 0;max-width:42rem;font-size:clamp(1rem,1.35vw,calc(16.8px * 1.125));line-height:1.7;color:color-mix(in srgb,currentColor 80%,transparent);}
.team-plan .public-track{flex:0 1 15rem;display:flex;flex-direction:column;gap:.55rem;padding-bottom:.35rem;}
.team-plan .contact-service{font-size:calc(16.8px * .875);line-height:1.4;letter-spacing:.02em;color:color-mix(in srgb,currentColor 62%,transparent);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);padding-top:.5rem;}
@media (max-width:760px){.team-plan .page-list{padding-left:1.61rem;align-items:flex-start;}.team-plan .public-track{flex:1 1 100%;}.team-plan{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}
  }
.active-fields{--layer-base:calc(1.5rem * 0.9);--mark-public:calc(1460px / 2.6);padding:calc(1.5rem * 2.4) 1.61rem;background:#ECECE8;color:#2A2A28;}
.active-fields .fresh-proof{max-width:1460px;margin:0 auto;}
.active-fields h2,.active-fields h3,.active-fields p{margin:0;}
.active-fields h2{font-size:calc(16.8px * 2);line-height:1.12;}
.active-fields h3{font-size:calc(16.8px * 1.35);line-height:1.22;}
.active-fields p{font-size:16.8px;line-height:1.71;}
.active-fields a{color:inherit;text-decoration:none;}
.active-fields .text-wrap{font-size:calc(16.8px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.72;}
.active-fields .primary-actions{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.28rem;background:#F2B705;color:#111111;font-size:calc(16.8px * .875);}
.active-fields .primary-actions:hover{background:#D9A200;color:#141413;}
.active-fields .visual-flow{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.22rem;margin-top:var(--layer-base);}
.active-fields .offer-footer{flex:1 1 calc(1460px / 4.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #D6D6D0;}
.active-fields .offer-footer p{margin-top:calc(1.5rem / 3.2);max-width:var(--mark-public);}
.active-fields .quiet-team{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.22rem;}
.active-fields .quiet-team>.steady-copy{flex:1 1 auto;min-width:0;}
.active-fields .quiet-team>.primary-actions{flex:0 0 auto;}
.active-fields .quiet-team>.visual-flow{flex:1 1 100%;}
.active-fields .steady-copy h2{margin-top:calc(1.5rem / 2.4);max-width:var(--mark-public);}
@media (max-width:720px){.active-fields .offer-footer{flex:1 1 100%;}
}
.quiet-region{
  background:#ECECE8;
  color:#2A2A28;
  padding:calc(1.5rem * 2.4) 1.61rem;
}
.quiet-region .fresh-proof{max-width:1460px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(2.22rem * 1.5);}
.quiet-region .page-view{max-width:60ch;}
.quiet-region h2{margin:0;
  font-size:calc(16.8px * 2);
  line-height:1.1;}
.quiet-region .top-unit{margin:1.5rem 0 0;
  font-size:calc(16.8px * 1.125);
  line-height:1.71;}
.quiet-region .page-list{display:flex;
  flex-wrap:wrap;
  gap:2.22rem;}
.quiet-region .offer-footer{flex:1 1 260px;
  min-width:0;
  padding-top:1.5rem;
  border-top:2px solid color-mix(in srgb,#2A2A28 22%,transparent);}
.quiet-region .offer-footer strong{display:block;
  font-size:16.8px;
  line-height:1.3;}
.quiet-region .offer-footer span{display:block;
  margin-top:.6rem;
  font-size:calc(16.8px * .875);
  line-height:1.71;}
.quiet-region .text-wrap{
  margin:0;
  padding:calc(1.5rem * .75);
  border-radius:1rem;
  background:#FFFFFF;
  color:#141413;
  border:1px solid #D6D6D0;
  font-size:16.8px;
  line-height:1.71;
}
@media (max-width:780px){.quiet-region .page-list{flex-direction:column}.quiet-region .offer-footer{flex:1 1 auto}
}
.contact-footer{
        padding:calc(1.5rem * 2.4) 1.61rem;
        background:#ECECE8;
        color:#2A2A28;
    }
.contact-footer .fresh-proof{max-width:1460px;
        margin:0 auto;
        display:grid;
        grid-template-columns:minmax(0,0.85fr) minmax(0,1.15fr);
        gap:2.22rem;
        align-items:start;}
.contact-footer .local-summary img{width:100%;
        height:auto;
        display:block;
        border-radius:1rem;
        border:1px solid #D6D6D0;
        box-shadow:0 1px 5px rgba(0,0,0,0.18);}
.contact-footer .text-brand h2{margin:0 0 calc(2.22rem * 1.5);
        font-size:calc(16.8px * 2);
        line-height:1.15;}
.contact-footer .text-brand h3{margin:calc(2.22rem * 1.5) 0 0.6rem;
        font-size:calc(16.8px * 1.125);
        font-weight:600;}
.contact-footer .text-brand p{margin:0 0 0.9rem;
        font-size:16.8px;
        line-height:1.71;}
.contact-footer .text-brand ul{margin:0;
        padding-left:1.1rem;
        display:flex;
        flex-direction:column;
        gap:0.5rem;}
.contact-footer .text-brand li{font-size:calc(16.8px * .875);
        line-height:1.6;}
@media (max-width:820px){.contact-footer .fresh-proof{
            grid-template-columns:1fr;
        }
    }
.service-steps{padding:calc(calc(1.5rem * 2.4)*.68) 1.61rem;background:var(--surface-muted,linear-gradient(135deg,#1A1A18 0%,#2A2A28 55%,#3A3A36 100%));color:var(--surface-base,#F4F4F2);}
.service-steps .page-list{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.22rem * 1.5);padding-left:clamp(1rem,3vw,calc(2.22rem * 1.5));border-left:2px solid #F2B705;}
.service-steps h1{margin:0;max-width:22ch;font-size:clamp(1.95rem,5.2vw,calc(16.8px * 2.65));line-height:1.06;font-weight:750;letter-spacing:-0.01em;}
.service-steps .steady-copy{max-width:44rem;}
.service-steps p{margin:0;font-size:clamp(1rem,1.35vw,calc(16.8px * 1.125));line-height:1.72;color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:680px){.service-steps{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.service-steps .page-list{padding-left:1.61rem;gap:1.5rem;}.service-steps h1{max-width:100%;}
  }
.wide-figure{
  --layer-base:calc(1.5rem * 0.95);
  --mark-public:calc(1460px / 2.6);
  padding:calc(1.5rem * 2.4) 1.61rem;
  background:#F2B705;
  color:#111111;
}
.wide-figure .fresh-proof{max-width:1460px;
  margin:0 auto;}
.wide-figure h1,
.wide-figure h2,
.wide-figure h3,
.wide-figure p{margin:0;}
.wide-figure h2{font-size:calc(16.8px * 2);
  line-height:1.14;
  max-width:var(--mark-public);}
.wide-figure p{font-size:16.8px;
  line-height:1.71;}
.wide-figure a{color:inherit;text-decoration:none;}
.wide-figure .page-view{display:flex;
  flex-direction:column;
  gap:calc(2.22rem * 1.5);}
.wide-figure .top-unit{max-width:var(--mark-public);
  opacity:0.82;}
.wide-figure .soft-wrap{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:2.22rem;
  margin-top:var(--layer-base);
  padding-top:var(--layer-base);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.wide-figure .primary-actions{
  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.28rem;
  background:#111111;
  color:#F2B705;
  font-size:16.8px;
  font-weight:600;
  transition:background 500ms var(--motion-fast);
}
.wide-figure .primary-actions:hover{
  background:#2A2A28;
  color:#F2B705;
}
.wide-figure .text-wrap{flex:1 1 22rem;
  min-width:min(22rem,100%);
  font-size:calc(16.8px * .875);
  opacity:0.78;}
.wide-figure .page-flow{margin-top:var(--layer-base);
  font-size:calc(16.8px * .875);
  opacity:0.72;}
.wide-figure .page-flow a{border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);
  padding-bottom:1px;}
.wide-figure .page-flow a:hover{border-bottom-color:currentColor;}
@media (max-width:640px){.wide-figure .soft-wrap{
    flex-direction:column;
    align-items:flex-start;
  }.wide-figure .primary-actions{
    width:100%;
  }
}
.open-frame{
  padding: calc(1.5rem * 2.4) 1.61rem;
  background: var(--surface-page);
  color: var(--surface-base);
}
.open-frame .fresh-proof{max-width: min(1460px, 72rem);
  margin: 0 auto;}
.open-frame .top-details{max-width: 52rem;
  margin-bottom: calc(2.22rem * 1.5);}
.open-frame h2{margin: 0;
  font-size: calc(16.8px * 2);
  line-height: 1.1;}
.open-frame .fresh-feature{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.8px * 1.125);
  line-height: 1.71;
  color: #C9C9C4;}
.open-frame .visual-flow{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2.22rem;}
.open-frame .offer-footer{flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75) 0 0;
  border-top: 2px solid #1A1A18;}
.open-frame .content-wrap{display: block;
  font-weight: 700;
  font-size: calc(16.8px * 1.35);
  line-height: 1.25;}
.open-frame .offer-footer p{margin: calc(calc(1.5rem * .75) * .7) 0;
  color: #C9C9C4;}
.open-frame .steady-brand{display: block;
  font-size: calc(16.8px * .875);
  color: #F2B705;}
.open-frame .active-footer{margin-top: calc(2.22rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2A2A28;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(1.5rem * .75);
  justify-content: space-between;}
.open-frame .active-footer p{margin: 0;
  flex: 1 1 22rem;
  color: #C9C9C4;}
.open-frame .primary-actions{
  display: inline-block;
  padding: 0.7rem 1.2rem;
  border-radius: 0.48rem;
  background: #F2B705;
  color: #111111;
  font-weight: 700;
  text-decoration: none;
  transition: background 500ms var(--motion-fast);
}
.open-frame .primary-actions:hover{
  background: #D9A200;color:#141413;}
@media (max-width: 700px) {.open-frame .visual-flow{
    display: block;
  }.open-frame .offer-footer + .offer-footer{
    margin-top: 2.22rem;
  }.open-frame .active-footer{
    flex-direction: column;
    align-items: flex-start;
  }
}
.media-fields{padding:calc(calc(1.5rem * 2.4)*.68) 1.61rem;background:var(--surface-muted,linear-gradient(180deg,#2e473a,#1f332c));color:var(--surface-base,#fbfff9);}
.media-fields .page-list{max-width:1460px;margin:0 auto;padding-left:clamp(1rem,3vw,calc(2.22rem * 1.5));border-left:1px solid color-mix(in srgb,currentColor 30%,transparent);}
.media-fields h1{margin:0;max-width:19ch;font-size:clamp(1.95rem,5.2vw,calc(16.8px * 2.65));line-height:1.04;font-weight:750;letter-spacing:0;}
.media-fields .steady-copy{margin-top:clamp(.9rem,1.8vw,1.5rem);max-width:42rem;}
.media-fields p{margin:0;font-size:clamp(1rem,1.34vw,calc(16.8px * 1.125));line-height:1.72;color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:620px){.media-fields{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.media-fields .page-list{padding-left:1.61rem;}.media-fields h1{max-width:100%;}
  }
.local-copy{--layer-base:calc(1.5rem * 1.11);--mark-public:calc(1460px / 2.35);padding:calc(1.5rem * 2.4) 1.61rem;background:#F4F4F2;color:#141413;}
.local-copy .fresh-proof{max-width:1460px;margin:0 auto;}
.local-copy h2,.local-copy h3,.local-copy p{margin:0;}
.local-copy h2{font-size:calc(16.8px * 2);line-height:1.12;}
.local-copy h3{font-size:calc(16.8px * 1.35);line-height:1.2;}
.local-copy p{font-size:16.8px;line-height:1.71;color:color-mix(in srgb, currentColor 74%, transparent);}
.local-copy .page-shell{padding-block:calc(var(--layer-base) / 2);}
.local-copy .plain-rail{row-gap:calc(var(--layer-base) * 1.2);}
.local-copy .compact-list{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.local-copy .text-frame{display:flex;align-items:flex-start;gap:2.22rem;}
.local-copy .steady-copy{flex:1 1 calc(1460px / 3);min-width:0;}
.local-copy .steady-copy p{margin-top:1.5rem;}
.local-copy .visual-flow{flex:2 1 calc(1460px / 2);display:flex;flex-direction:column;gap:var(--layer-base);}
.local-copy .offer-footer{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid #D6D6D0;}
.local-copy .offer-footer p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.local-copy .text-frame{flex-direction:column;}.local-copy .visual-flow{margin-top:1.5rem;}}
.narrow-frame{padding:calc(1.5rem * 2.4) 1.61rem;background:#ECECE8;color:#2A2A28;}
.narrow-frame .fresh-proof{max-width:1460px;margin:0 auto;display:flex;flex-wrap:wrap;gap:2.22rem;align-items:flex-start;}
.narrow-frame .local-summary{flex:1 1 320px;min-width:280px;}
.narrow-frame .local-summary img{width:100%;height:auto;display:block;border-radius:1rem;border:1px solid #D6D6D0;box-shadow:0 1px 5px rgba(0,0,0,0.18);}
.narrow-frame .text-brand{flex:1 1 480px;min-width:280px;}
.narrow-frame .text-brand h2{margin:0 0 4px;font-size:calc(16.8px * 2);line-height:1.2;}
.narrow-frame .text-brand h3{margin:0 0 calc(2.22rem * 1.5);font-size:calc(16.8px * .875);font-weight:600;letter-spacing:.04em;text-transform:uppercase;}
.narrow-frame .text-brand p{margin:0 0 calc(2.22rem * 1.5);font-size:16.8px;line-height:1.71;}
.narrow-frame .text-brand ul{margin:0;padding-left:1.1rem;display:grid;gap:.45rem;font-size:16.8px;}
.narrow-frame .text-brand li{padding-left:.15rem;}
@media (max-width:820px){.narrow-frame .fresh-proof{flex-direction:column;}
    }
.steady-footer{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.61rem;
    background:var(--surface-muted,linear-gradient(135deg,#1A1A18 0%,#2A2A28 55%,#3A3A36 100%));
    color:#F4F4F2;
  }
.steady-footer .page-list{max-width:1460px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2.2vw,calc(2.22rem * 1.5));}
.steady-footer .top-unit{max-width:52rem;
    border-left:2px solid #F2B705;
    padding-left:clamp(1rem,2.6vw,1.61rem);}
.steady-footer h1{margin:0;
    font-size:clamp(1.95rem,5.2vw,calc(16.8px * 2.65));
    line-height:1.05;
    font-weight:750;
    letter-spacing:-0.01em;}
.steady-footer .media-quote{margin:clamp(.7rem,1.6vw,1.5rem) 0 0;
    font-size:clamp(1rem,1.35vw,calc(16.8px * 1.125));
    line-height:1.65;
    color:color-mix(in srgb,currentColor 82%,transparent);}
.steady-footer .steady-copy{max-width:44rem;
    margin-left:clamp(1rem,2.6vw,1.61rem);
    padding-top:clamp(.6rem,1.4vw,1.5rem);
    border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);}
.steady-footer .steady-copy p{margin:0;
    font-size:16.8px;
    line-height:1.75;
    color:color-mix(in srgb,currentColor 72%,transparent);}
@media (max-width:620px){.steady-footer{padding-top:calc(calc(1.5rem * 2.4)*.55);padding-bottom:calc(calc(1.5rem * 2.4)*.55);}.steady-footer .steady-copy{margin-left:0;}
  }
.quiet-rail{
  background:#F2B705;
  color:#111111;
  padding:calc(1.5rem * 2.4) 1.61rem;
}
.quiet-rail .fresh-proof{max-width:1460px;
  margin:0 auto;}
.quiet-rail .local-wrap{max-width:52rem;}
.quiet-rail h2{margin:0;
  font-size:calc(16.8px * 2);
  line-height:1.1;
  letter-spacing:0;}
.quiet-rail .local-wrap p{margin:1.5rem 0 0;
  font-size:calc(16.8px * 1.125);
  line-height:1.71;}
.quiet-rail .page-list{margin-top:calc(2.22rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.22rem;}
.quiet-rail .soft-wrap{
  flex:1 1 20rem;
  min-width:0;
  padding:calc(1.5rem * .75);
  border-radius:1rem;
  background:color-mix(in srgb,#111111 8%,transparent);
  border:1px solid color-mix(in srgb,#111111 18%,transparent);color:#141413;}
.quiet-rail .soft-wrap .contact-service{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:.6rem;}
.quiet-rail .soft-wrap strong{font-size:16.8px;}
.quiet-rail .soft-wrap .team-region{
  font-size:calc(16.8px * .875);
  padding:.15rem .55rem;
  border-radius:0.28rem;
  background:#1A1A18;
  color:#F2B705;
}
.quiet-rail .soft-wrap p{margin:1.5rem 0 0;
  line-height:1.71;}
.quiet-rail .soft-wrap a{display:inline-block;
  margin-top:1.5rem;
  text-decoration:underline;
  text-underline-offset:3px;
  font-size:16.8px;}
.quiet-rail .soft-wrap a:hover{opacity:.75;}
.quiet-rail .text-wrap{margin-top:calc(2.22rem * 1.5);
  padding-top:calc(2.22rem * 1.5);
  border-top:1px solid color-mix(in srgb,#111111 22%,transparent);
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:2.22rem;}
.quiet-rail .text-wrap p{flex:1 1 24rem;
  margin:0;
  line-height:1.71;}
.quiet-rail .wide-unit{display:flex;
  flex-wrap:wrap;
  gap:1.61rem;}
.quiet-rail .wide-unit a{
  color:#111111;
  text-decoration:none;
  font-size:16.8px;
  padding:.5rem .9rem;
  border-radius:0.48rem;
  background:color-mix(in srgb,#111111 12%,transparent);
}
.quiet-rail .wide-unit a:hover{
  background:color-mix(in srgb,#111111 20%,transparent);color:#141413;}
@media (max-width:680px){.quiet-rail .page-list{display:block}.quiet-rail .soft-wrap{margin-top:2.22rem}.quiet-rail .text-wrap{display:block}.quiet-rail .wide-unit{margin-top:1.5rem}
}
.active-wrap{padding:calc(1.5rem * 2.4) 1.61rem;background:#F4F4F2;color:#141413}
.active-wrap .fresh-proof{max-width:1460px;margin:0 auto}
.active-wrap .page-view{max-width:62ch;margin-bottom:calc(2.22rem * 1.5)}
.active-wrap h2{margin:0 0 calc(1.5rem * .75);font-size:calc(16.8px * 2);line-height:1.1}
.active-wrap .top-unit{margin:0;font-size:16.8px;line-height:1.71}
.active-wrap .narrow-entries{display:flex;flex-wrap:wrap;gap:2.22rem}
.active-wrap .offer-footer{min-width:0;flex:1 1 15rem;background:#FFFFFF;color:#141413;border:1px solid #D6D6D0;border-radius:0.48rem;padding:calc(1.5rem * .75);text-decoration:none;overflow-wrap:anywhere;display:flex;flex-direction:column;gap:0.4rem}
.active-wrap .offer-footer span{font-size:calc(16.8px * .875);color:#2A2A28;letter-spacing:0.02em;text-transform:uppercase}
.active-wrap .offer-footer strong{font-size:calc(16.8px * 1.35);line-height:1.2;color:#141413}
.active-wrap .offer-footer p{margin:0;line-height:1.71;font-size:calc(16.8px * .875)}
.active-wrap .text-wrap{margin:calc(2.22rem * 1.5) 0 0;font-size:calc(16.8px * .875);line-height:1.71;max-width:70ch}
.active-wrap .text-wrap a{color:inherit;text-decoration:underline}
.active-wrap .text-wrap a:hover{color:#1A1A18}
@media(max-width:560px){.active-wrap .narrow-entries{display:block}.active-wrap .offer-footer{margin-top:calc(1.5rem * .75)}}
.top-plan{--layer-base:calc(1.5rem * 1.15);--mark-public:calc(1460px / 2.6);padding:calc(1.5rem * 2.4) 1.61rem;background:#F4F4F2;color:#141413;}
.top-plan .fresh-proof{max-width:1460px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:2.22rem;align-items:start;}
.top-plan h2,.top-plan h3,.top-plan p{margin:0;}
.top-plan h2{font-size:calc(16.8px * 2);line-height:1.14;max-width:var(--mark-public);}
.top-plan h3{font-size:calc(16.8px * 1.35);line-height:1.24;}
.top-plan p{font-size:16.8px;line-height:1.71;}
.top-plan .page-view{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:1.5rem;}
.top-plan .top-unit{}
.top-plan .clear-menu{display:flex;flex-direction:column;gap:0;border-top:1px solid #D6D6D0;}
.top-plan .offer-footer{padding:calc(2.22rem * 1.5) 0;border-bottom:1px solid #D6D6D0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.top-plan .offer-footer p{}
.top-plan a{text-decoration:none;border-bottom:1px solid currentColor;}
.top-plan a:hover{}
.top-plan .soft-wrap{margin-top:calc(2.22rem * 1.5);font-size:calc(16.8px * .875);}
@media (max-width:900px){.top-plan .fresh-proof{grid-template-columns:1fr;}.top-plan .page-view{position:static;}
}
.main-fields{
    padding:calc(1.5rem * 2.4) 1.61rem;
    background:#F4F4F2;
    color:#141413;
}
.main-fields .site-region{max-width:1460px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.22rem * 1.5);}
.main-fields .top-details{max-width:760px;}
.main-fields .fresh-block{margin:0 0 0.4rem;
    font-size:calc(16.8px * 2.65);
    line-height:1.2;}
.main-fields .steady-brand{margin:0;
    font-size:calc(16.8px * .875);
    color:#2A2A28;}
.main-fields .primary-view{
    margin:0;
    border-radius:1rem;
    overflow:hidden;
    background:#FFFFFF;
    border:1px solid #D6D6D0;color:#141413;}
.main-fields .primary-view img{display:block;
    width:100%;
    height:auto;
    aspect-ratio:16/9;
    object-fit:cover;}
.main-fields .primary-view figcaption{
    padding:0.6rem 1rem;
    font-size:calc(16.8px * .875);
    color:#2A2A28;
    background:#ECECE8;
}
.main-fields .top-unit{margin:0;
    max-width:820px;
    font-size:calc(16.8px * 1.125);
    line-height:1.71;}
.main-fields .text-brand{max-width:820px;
    display:flex;
    flex-direction:column;
    gap:calc(2.22rem * 1.5);}
.main-fields .media-quote{margin:0;
    font-size:calc(16.8px * 1.35);
    line-height:1.3;}
.main-fields .text-brand p{margin:0;
    font-size:16.8px;
    line-height:1.71;}
.main-fields .visual-flow{margin:0;
    padding-left:1.2rem;
    display:flex;
    flex-direction:column;
    gap:0.5rem;
    font-size:16.8px;
    line-height:1.71;}
.main-fields .soft-wrap{max-width:820px;
    padding-top:calc(2.22rem * 1.5);
    border-top:1px solid #D6D6D0;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:2.22rem;}
.main-fields .bottom-surface{margin:0;
    flex:1 1 260px;
    font-size:calc(16.8px * .875);
    color:#2A2A28;}
.main-fields .plain-brand{
    display:inline-block;
    padding:0.6rem 1.1rem;
    border-radius:0.48rem;
    background:#F2B705;
    color:#111111;
    font-size:calc(16.8px * .875);
    text-decoration:none;
    transition:background 500ms var(--motion-fast);
}
.main-fields .plain-brand:hover{
    background:#D9A200;color:#141413;}
.main-fields .plain-brand.alt{
    background:transparent;
    color:#141413;
    border:1px solid #D6D6D0;
}
.main-fields .plain-brand.alt:hover{
    background:#ECECE8;color:#2A2A28;}
@media (max-width:640px){.main-fields .soft-wrap{
        flex-direction:column;
        align-items:flex-start;
    }
}
.public-steps{
    padding:calc(1.5rem * 2.4) 1.61rem;
    background:#F4F4F2;
    color:#141413;
}
.public-steps .site-region{max-width:820px;
    margin:0 auto;}
.public-steps .top-details{margin-bottom:calc(2.22rem * 1.5);}
.public-steps .primary-plan{margin:0 0 8px;
    font-size:calc(16.8px * .875);
    letter-spacing:0.08em;
    text-transform:uppercase;
    color:#2A2A28;}
.public-steps .fresh-block{margin:0 0 10px;
    font-size:calc(16.8px * 2.65);
    line-height:1.2;}
.public-steps .steady-brand{margin:0;
    font-size:calc(16.8px * .875);
    color:#2A2A28;}
.public-steps .focused-plan{
    margin:0 0 calc(2.22rem * 1.5);
    border-radius:1rem;
    overflow:hidden;
    background:#ECECE8;color:#2A2A28;}
.public-steps .focused-plan img{display:block;
    width:100%;
    height:auto;
    aspect-ratio:16 / 9;
    object-fit:cover;}
.public-steps .focused-plan figcaption{
    padding:10px 14px;
    font-size:calc(16.8px * .875);
    color:#2A2A28;
    background:#ECECE8;
}
.public-steps .steady-copy p{margin:0 0 calc(2.22rem * 1.5);
    font-size:16.8px;
    line-height:1.71;}
.public-steps .steady-copy h2{margin:calc(2.22rem * 1.5) 0 12px;
    font-size:calc(16.8px * 1.35);
    line-height:1.3;}
.public-steps .soft-wrap{display:flex;
    flex-wrap:wrap;
    gap:2.22rem;
    padding:calc(1.5rem * .75) 0;
    margin-top:calc(2.22rem * 1.5);
    border-top:1px solid #D6D6D0;
    border-bottom:1px solid #D6D6D0;}
.public-steps .soft-wrap a{font-size:calc(16.8px * .875);
    font-weight:600;color:inherit;
    text-decoration:none;
    border-bottom:2px solid transparent;
    transition:border-color 500ms var(--motion-fast), color 500ms var(--motion-fast);}
.public-steps .soft-wrap a:hover{color:#1A1A18;
    border-bottom-color:#1A1A18;}
.public-steps .wide-lead{margin-top:calc(2.22rem * 1.5);}
.public-steps .wide-lead p{margin:0;
    font-size:calc(16.8px * .875);
    color:#2A2A28;}
.public-steps .wide-lead a{color:inherit;
    text-decoration:none;}
.public-steps .wide-lead a:hover{color:#1A1A18;}
@media (max-width:640px){.public-steps .soft-wrap{
        flex-direction:column;
        gap:12px;
    }
}
.active-form{
    padding:calc(1.5rem * 2.4) 1.61rem;
    background:#F4F4F2;
    color:#141413;
}
.active-form .site-region{max-width:760px;
    margin:0 auto;}
.active-form .top-details{margin:0 0 calc(2.22rem * 1.5);}
.active-form .fresh-block{margin:0 0 0.5rem;
    font-size:calc(16.8px * 2);
    line-height:1.2;}
.active-form .steady-brand{margin:0;
    font-size:calc(16.8px * .875);
    color:#2A2A28;}
.active-form .primary-view{
    margin:0 0 calc(2.22rem * 1.5);
    border-radius:1rem;
    overflow:hidden;
    background:#ECECE8;color:#2A2A28;}
.active-form .primary-view img{display:block;
    width:100%;
    height:auto;}
.active-form .public-region p{margin:0 0 1rem;
    font-size:16.8px;
    line-height:1.71;}
.active-form .public-region h2{margin:1.8rem 0 0.6rem;
    font-size:calc(16.8px * 1.35);
    line-height:1.3;}
.active-form .public-region a{color:inherit;
    text-decoration:underline;}
.active-form .public-region a:hover{color:#1A1A18;}
.active-form .page-flow{margin-top:calc(2.22rem * 1.5);
    padding-top:calc(1.5rem * .75);
    border-top:1px solid #D6D6D0;}
.active-form .quiet-brand{margin:0 0 0.4rem;
    font-size:calc(16.8px * .875);
    color:#2A2A28;
    text-transform:uppercase;
    letter-spacing:0.04em;}
.active-form .clear-visual{color:inherit;
    text-decoration:none;
    font-size:16.8px;}
.active-form .clear-visual:hover{color:#1A1A18;
    text-decoration:underline;}
@media (max-width:640px){.active-form .fresh-block{font-size:calc(16.8px * 1.35);}
}
.media-nav{padding:calc(calc(1.5rem * 2.4)*.68) 1.61rem;background:var(--surface-muted,linear-gradient(135deg,#1A1A18 0%,#2A2A28 55%,#3A3A36 100%));color:var(--surface-base,#F4F4F2);}
.media-nav .page-list{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.22rem * 1.5);padding-left:clamp(1rem,3vw,calc(2.22rem * 1.5));border-left:2px solid #F2B705;}
.media-nav h1{margin:0;font-size:clamp(1.95rem,4.6vw,calc(16.8px * 2.65));line-height:1.06;font-weight:700;letter-spacing:-0.01em;}
.media-nav .steady-copy{max-width:46rem;}
.media-nav p{margin:0;font-size:clamp(1rem,1.32vw,calc(16.8px * 1.125));line-height:1.72;color:var(--surface-base,#F4F4F2);opacity:.82;}
@media (max-width:720px){.media-nav{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.media-nav .page-list{gap:1.5rem;padding-left:1.61rem;}
  }
.bottom-callout{padding:calc(1.5rem * 2.4) 1.61rem;background:#F4F4F2;color:#141413}
.bottom-callout .fresh-proof{width:min(100%,calc(1460px*.72));margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}
.bottom-callout .page-view{display:flex;flex-direction:column;gap:calc(2.22rem * 1.5)}
.bottom-callout h2{margin:0;font-size:calc(16.8px * 2);line-height:1.1}
.bottom-callout .top-unit{margin:0;max-width:52ch;color:#2A2A28;line-height:1.71}
.bottom-callout .quiet-inner{display:flex;flex-direction:column;gap:calc(2.22rem * 1.5);padding:1.5rem;background:#FFFFFF;color:#141413;border:1px solid #D6D6D0;border-radius:1rem}
.bottom-callout .primary-intro{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.bottom-callout .primary-intro label{font-size:calc(16.8px * .875);color:#2A2A28}
.bottom-callout input,.bottom-callout textarea{width:100%;padding:calc(1.5rem * .75);border:1px solid #D6D6D0;border-radius:0.28rem;background:#F4F4F2;color:#141413;font:inherit}
.bottom-callout input:focus,.bottom-callout textarea:focus{outline:2px solid #F2B705;outline-offset:1px}
.bottom-callout textarea{resize:vertical;min-height:5.5rem}
.bottom-callout .primary-actions{display:flex;flex-wrap:wrap;align-items:center;gap:calc(2.22rem * 1.5)}
.bottom-callout button{padding:calc(1.5rem * .75) 1.5rem;border:1px solid #F2B705;border-radius:0.28rem;background:#F2B705;color:#111111;font:inherit;cursor:pointer;transition:background 500ms var(--motion-fast)}
.bottom-callout button:hover{background:#D9A200;color:#141413;}
.bottom-callout .text-wrap{margin:0;flex:1 1 16rem;font-size:calc(16.8px * .875);color:#2A2A28;line-height:1.71}
.bottom-callout .public-track{display:flex;flex-wrap:wrap;gap:calc(2.22rem * 1.5) 1.5rem;padding-top:calc(2.22rem * 1.5);border-top:1px solid #D6D6D0}
.bottom-callout .contact-service{margin:0;font-size:calc(16.8px * .875);color:#2A2A28;line-height:1.71}
.bottom-callout .contact-service span{display:block;font-size:calc(16.8px * .875);color:#141413}
.bottom-callout .contact-service a{color:inherit;text-decoration:none}
.bottom-callout .contact-service a:hover{color:#1A1A18}
@media(max-width:560px){.bottom-callout .primary-actions{flex-direction:column;align-items:flex-start}}
.active-copy{
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.61rem;
  background: #F2B705;
  color: #111111;
}
.active-copy .fresh-proof{max-width: 1460px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.active-copy .page-view{display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 2.22rem;
  align-items: end;}
.active-copy h2{margin: 0;
  font-size: calc(16.8px * 2.65);
  line-height: 1.04;}
.active-copy .fresh-feature{margin: 0;
  font-size: calc(16.8px * 1.125);
  line-height: 1.71;}
.active-copy .strong-menu{display: flex;
  flex-wrap: wrap;
  gap: 2.22rem;}
.active-copy .layer{flex: 1 1 260px;
  padding-top: calc(2.22rem * 1.5);
  border-top: 1px solid color-mix(in srgb, currentColor 38%, transparent);
  animation: contactCatalogRise calc(500ms * 2.6) var(--motion-fast) both;}
.active-copy .row-address{animation-delay: calc(500ms * .3);}
.active-copy .row-email{animation-delay: calc(500ms * .6);}
.active-copy .row-hours{animation-delay: calc(500ms * .9);}
.active-copy .plain-copy{display: block;
  margin-bottom: calc(1.5rem * .75);
  font-size: calc(16.8px * .875);
  opacity: .68;}
.active-copy .team-footer{display: block;
  font-size: calc(16.8px * 1.35);
  line-height: 1.25;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;}
.active-copy a.value:hover{text-decoration: underline;}
.active-copy .text-wrap{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.8px * .875);
  line-height: 1.71;
  opacity: .82;}
.active-copy .simple-feature{display: flex;
  flex-wrap: wrap;
  gap: 2.22rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 38%, transparent);}
.active-copy .simple-feature a{flex: 1 1 240px;
  color: inherit;
  text-decoration: none;
  font-size: 16.8px;
  overflow-wrap: anywhere;}
.active-copy .simple-feature a span{display: block;
  margin-top: calc(1.5rem * .75);
  font-size: calc(16.8px * .875);
  opacity: .72;}
.active-copy .simple-feature a:hover{text-decoration: underline;}
@keyframes contactCatalogRise {from{ opacity: 0; transform: translateY(calc(calc(2.22rem * 1) * .12)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 760px) {.active-copy .page-view{
    grid-template-columns: 1fr;
    gap: calc(2.22rem * 1.5);
  }.active-copy .strong-menu{
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {.active-copy .layer{ animation: none; }
}
.fresh-rail{padding:calc(1.5rem * 2.4) 1.61rem;background:#F4F4F2;color:#141413}
.fresh-rail .offer-figure{max-width:min(1460px,66rem);margin:0 auto}
.fresh-rail .page-view{margin-bottom:calc(2.22rem * 1.5)}
.fresh-rail h2{margin:0;font-size:calc(16.8px * 2.65);line-height:1.06;letter-spacing:-0.01em}
.fresh-rail .team-tile{margin:1.5rem 0 calc(1.5rem * .75);font-size:calc(16.8px * 1.125);max-width:52rem}
.fresh-rail .plain-items{margin:0;font-size:calc(16.8px * .875);}
.fresh-rail .page-rail{display:flex;flex-direction:column;gap:0;border-top:1px solid #D6D6D0}
.fresh-rail .text-wrap{padding:2.22rem 0;border-bottom:1px solid #D6D6D0}
.fresh-rail .text-wrap h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.8px * 1.35);line-height:1.25}
.fresh-rail .text-wrap p{margin:0;max-width:60rem}
.fresh-rail .secondary-grid{margin-top:calc(2.22rem * 1.5);padding:calc(1.5rem * .75) calc(1.5rem * .75);background:#FFFFFF;color:#141413;border:1px solid #D6D6D0;border-radius:1rem}
.fresh-rail .secondary-grid h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.8px * 1.35)}
.fresh-rail .secondary-grid p{margin:0 0 calc(1.5rem * .75)}
.fresh-rail .clear-callout{list-style:none;margin:0 0 calc(1.5rem * .75);padding:0;display:flex;flex-direction:column;gap:0.5rem}
.fresh-rail .clear-callout li{display:flex;flex-wrap:wrap;gap:0.75rem;align-items:baseline}
.fresh-rail .primary-intro{min-width:6.5rem;font-size:calc(16.8px * .875);}
.fresh-rail .clear-callout a{text-decoration:none;border-bottom:1px solid transparent}
.fresh-rail .clear-callout a:hover{border-bottom-color:currentColor}
.fresh-rail .primary-visual{margin:0;font-size:calc(16.8px * .875);}
.fresh-rail .primary-visual a{text-decoration:none}
.fresh-rail .primary-visual a:hover{}
@media (max-width:640px){.fresh-rail .primary-intro{min-width:auto}
}
.active-entries{
  padding: calc(1.5rem * 2.4) 1.61rem;
  background: #F4F4F2;
  color: #141413;
}
.active-entries .fresh-proof{max-width: 1460px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: calc(2.22rem * 1.5);
  align-items: start;}
.active-entries .page-view{position: sticky;
  top: calc(2.22rem * 1.5);}
.active-entries h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.8px * 2);
  line-height: 1.08;}
.active-entries .top-unit{
  margin: 0;
  font-size: 16.8px;
  color: #2A2A28;
  background: #ECECE8;
  padding: calc(1.5rem * .75);
  border-radius: 0.48rem;
  border-left: 3px solid #F2B705;
}
.active-entries .quiet-stack{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #D6D6D0;}
.active-entries .compact-steps{display: grid;
  grid-template-columns: minmax(0, .55fr) minmax(0, 1fr);
  gap: 2.22rem;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #D6D6D0;}
.active-entries .compact-steps strong{font-size: 16.8px;
  line-height: 1.3;}
.active-entries .compact-steps span{font-size: calc(16.8px * .875);
  line-height: 1.71;}
@media (max-width: 860px) {.active-entries .fresh-proof{
    grid-template-columns: 1fr;
  }.active-entries .page-view{
    position: static;
  }.active-entries .compact-steps{
    grid-template-columns: 1fr;
    gap: calc(calc(1.5rem * .75) * .4);
  }
}
.main{
    padding:calc(calc(1.5rem * 2.4)*.68) 1.61rem;
    background:var(--surface-muted,linear-gradient(135deg,#1A1A18 0%,#2A2A28 55%,#3A3A36 100%));
    color:var(--surface-base,#F4F4F2);
  }
.main .page-list{max-width:1460px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.22rem * 1.5);
    border-top:1px solid rgba(242,183,5,0.45);
    padding-top:1.5rem;}
.main h1{margin:0;
    font-size:clamp(1.95rem,5.2vw,calc(16.8px * 2.65));
    line-height:1.05;
    font-weight:750;
    letter-spacing:-0.01em;
    max-width:22ch;}
.main .steady-copy{max-width:46rem;}
.main p{margin:0;
    font-size:clamp(1rem,1.35vw,calc(16.8px * 1.125));
    line-height:1.72;
    color:rgba(244,244,242,0.82);}
@media (min-width:900px){.main .page-list{
      flex-direction:row;
      align-items:flex-start;
      gap:2.22rem;
    }.main h1{
      flex:0 0 42%;
      max-width:20ch;
    }.main .steady-copy{
      flex:1 1 auto;
      padding-top:0.35rem;
    }
  }
@media (max-width:620px){.main{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.main h1{
      max-width:100%;
    }
  }
.contact-flow{--layer-base:calc(1.5rem * 1.19);--mark-public:calc(1460px / 2.25);padding:calc(1.5rem * 2.4) 1.61rem;background:#F2B705;color:#111111;}
.contact-flow .fresh-proof{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.22rem * 1.5);}
.contact-flow .layer{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:2.22rem;}
.contact-flow .steady-copy{flex:1 1 32rem;max-width:var(--mark-public);}
.contact-flow h2{font-size:calc(16.8px * 2);line-height:1.12;margin:0;}
.contact-flow p{margin:0;font-size:16.8px;line-height:1.71;}
.contact-flow .top-unit{margin-top:calc(1.5rem * .75);}
.contact-flow a{color:inherit;text-decoration:none;}
.contact-flow .primary-actions{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.28rem;background:#111111;color:#F2B705;font-weight:600;transition:background 500ms var(--motion-fast);}
.contact-flow .primary-actions:hover{background:#2A2A28;color:#F2B705;}
.contact-flow .text-wrap{max-width:var(--mark-public);font-size:calc(16.8px * .875);}
.contact-flow .text-wrap a{text-decoration:underline;text-underline-offset:3px;}
.contact-flow .soft-wrap{display:flex;flex-wrap:wrap;gap:2.22rem;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.contact-flow .soft-wrap a{font-size:calc(16.8px * .875);text-decoration:underline;text-underline-offset:3px;}
.contact-flow .soft-wrap a:hover{opacity:.72;}
@media (max-width:640px){.contact-flow .layer{align-items:flex-start;}.contact-flow .primary-actions{width:100%;}
}
.site-feature{
  padding: calc(1.5rem * 2.4) 1.61rem;
  background: var(--surface-page);
  color: var(--surface-base);
}
.site-feature .fresh-proof{max-width: min(1460px, 80rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(2.22rem * 1.5);
  align-items: flex-start;}
.site-feature .steady-copy{flex: 1 1 34rem;
  min-width: 0;}
.site-feature h2{margin: 0;
  font-size: calc(16.8px * 2);
  line-height: 1.1;}
.site-feature .steady-copy p{margin: calc(1.5rem * .75) 0 0;
  max-width: 44rem;
  color: #C9C9C4;
  font-size: 16.8px;
  line-height: 1.71;}
.site-feature .soft-wrap{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  margin-top: calc(2.22rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(244, 244, 242, 0.18);}
.site-feature .soft-wrap a{color: #F2B705;
  text-decoration: none;
  font-size: calc(16.8px * .875);
  letter-spacing: 0.02em;
  border-bottom: 1px solid transparent;
  transition: border-color 500ms var(--motion-fast), color 500ms var(--motion-fast);}
.site-feature .soft-wrap a:hover{border-bottom-color: var(--surface-base);}
.site-feature .page-list{
  flex: 0 1 22rem;
  min-width: 18rem;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #FFFFFF;
  color: #141413;
  border: 1px solid #D6D6D0;
}
.site-feature .page-list strong{display: block;
  font-size: calc(16.8px * 1.35);
  margin-bottom: calc(1.5rem * .75);}
.site-feature .page-list p{margin: 0 0 calc(1.5rem * .75);color:inherit;
  font-size: calc(16.8px * .875);
  line-height: 1.71;}
.site-feature .page-list a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid #D6D6D0;}
.site-feature .page-list a:hover{border-bottom-color: #F2B705;}
.site-feature .page-list span{display: block;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #D6D6D0;color:inherit;
  font-size: calc(16.8px * .875);}
@media (max-width: 760px) {.site-feature .fresh-proof{
    flex-direction: column;
  }.site-feature .page-list{
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
  }
}
.narrow-wrap{
  background: #F4F4F2;
  color: #141413;
  padding: calc(1.5rem * 2.4) 1.61rem;
}
.narrow-wrap .fresh-proof{width: min(100%, 1460px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.22rem * 1.5);}
.narrow-wrap .top-unit{max-width: 62ch;}
.narrow-wrap .focused-fields{margin: 0 0 1.5rem;
  font-size: calc(16.8px * .875);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2A2A28;}
.narrow-wrap h1{margin: 0;
  font-size: clamp(calc(16.8px * 2), 6vw, calc(16.8px * 2.65));
  line-height: 1.05;}
.narrow-wrap .steady-copy{margin: 1.5rem 0 0;
  font-size: calc(16.8px * 1.125);
  line-height: 1.71;
  color: #2A2A28;}
.narrow-wrap .bar{display: flex;
  flex-wrap: wrap;
  gap: 2.22rem;
  align-items: center;}
.narrow-wrap .primary-actions{
  display: inline-flex;
  align-items: center;
  padding: 0.85rem 1.4rem;
  border-radius: 0.48rem;
  background: #F2B705;
  color: #111111;
  font-weight: 700;
  text-decoration: none;
  transition: background 500ms var(--motion-fast);
}
.narrow-wrap .primary-actions:hover{
  background: #D9A200;color:#141413;}
.narrow-wrap .primary-actions.alt{
  background: #FFFFFF;
  color: #141413;
  border: 1px solid #D6D6D0;
  font-weight: 600;
}
.narrow-wrap .primary-actions.alt:hover{
  background: #ECECE8;color:#2A2A28;}
.narrow-wrap .page-list{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1.61rem;
  padding-top: 1.5rem;
  border-top: 1px solid #D6D6D0;}
.narrow-wrap .offer-group{font-size: calc(16.8px * .875);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #2A2A28;}
.narrow-wrap .page-list a{color:inherit;
  text-decoration: none;
  font-size: 16.8px;
  border-bottom: 1px solid transparent;
  transition: color 500ms var(--motion-fast), border-color 500ms var(--motion-fast);}
.narrow-wrap .page-list a:hover{color: #1A1A18;
  border-bottom-color: #1A1A18;}
@media (max-width: 720px) {.narrow-wrap{ padding: calc(1.5rem * 2.4) 1.61rem; }.narrow-wrap .bar{ gap: 1.5rem; }.narrow-wrap .page-list{ gap: 1.5rem; }
}
