body{margin:0;padding:0;font-family:"Cormorant Garamond", sans-serif;}
a{color:inherit;}
*,*::before,*::after{box-sizing:border-box;}
.plain-area {
    width: 100%;
    background: #15171b;
    color: #e9eaee;
    border-bottom: 1px solid #2a2e35;
    box-shadow: 0 2px 5px rgba(0,0,0,0.08);
  }
:root {
  --ease-soft: cubic-bezier(0.2,0.8,0.2,1);
}
.media-block {
    max-width: 1420px;
    margin: 0 auto;
    padding: calc(2.55rem * 1.5) 2.28rem;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 2.55rem;
  }
.plain-details {
    font-size: calc(18.6px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #e9eaee;
    text-decoration: none;
    white-space: nowrap;
  }
.plain-details:hover,
  .plain-details:focus-visible {
    color: #ff8a3d;
  }
.clear-plan {
    justify-self: start;
    min-width: 0;
  }
.service-tile {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2.55rem;
  }
.media-fields {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 18.6px;
    color: #e9eaee;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 510ms var(--ease-soft),
                border-color 510ms var(--ease-soft);
  }
.media-fields:hover,
  .media-fields:focus-visible {
    color: #ff8a3d;
    border-bottom-color: #ff8a3d;
    outline: none;
  }
.featured-note {
    justify-self: end;
  }
.main-nav {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding: 0.55rem 1rem;
    background: #ffb347;
    color: #0b0c0e;
    border-radius: 0.5rem;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.08);
    transition: background 510ms var(--ease-soft),
                transform 510ms var(--ease-soft);
  }
.main-nav:hover,
  .main-nav:focus-visible{
    background: #ffc266;
    transform: translateY(-1px);
    outline: none;color:#e9eaee;}
.contact-team {
    font-size: 18.6px;
    font-weight: 600;
    line-height: 1.2;
  }
.main-frame {
    font-size: calc(18.6px * .875);
    opacity: 0.85;
    line-height: 1.2;
  }
.primary-steps {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    background: #141619;
    color: #c9ccd3;
    border: 1px solid #2a2e35;
    border-radius: 0.33rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
  }
.offer-intro {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition: transform 510ms var(--ease-soft),
                opacity 510ms var(--ease-soft);
  }
.primary-steps[aria-expanded="true"] .offer-intro:nth-child(1){transform: translateY(7px) rotate(45deg);}
.primary-steps[aria-expanded="true"] .offer-intro:nth-child(2){opacity: 0;}
.primary-steps[aria-expanded="true"] .offer-intro:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
@media (max-width: 1023px) {
    .media-block {
      grid-template-columns: auto 1fr auto;
    }

    .featured-note {
      display: none;
    }
  }
@media (max-width: 767px) {
    .media-block {
      grid-template-columns: 1fr auto;
      gap: calc(2.55rem * 1.5);
    }

    .primary-steps {
      display: inline-flex;
    }

    .clear-plan {
      grid-column: 1 / -1;
      display: none;
      width: 100%;
      padding-top: calc(2.55rem * 1.5);
      border-top: 1px solid #2a2e35;
    }

    .clear-plan.is-open {
      display: block;
    }

    .service-tile {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }

    .media-fields {
      display: block;
      padding: 0.75rem 0.25rem;
      border-bottom: 1px solid #2a2e35;
      border-left: 3px solid transparent;
    }

    .media-fields:hover,
    .media-fields:focus-visible {
      border-bottom-color: #2a2e35;
      border-left-color: #ff8a3d;
    }
  }
.secondary-body{padding:calc(1.5rem * 2.4) 2.28rem;font-family:"Cormorant Garamond", sans-serif;font-size:18.6px;line-height:1.63;width:100%;box-sizing:border-box;background:#f4f5f7;color:#0e1013;}
.simple-proof{max-width:1420px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr 1.6fr;gap:calc(2.55rem * 1.5);align-items:start}
.secondary-area{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.service-entries{font-size:18.6px;font-weight:600;margin:0 0 calc(1.5rem * .75) 0;letter-spacing:0.02em;text-transform:uppercase}
.offer-feature{font-style:normal;display:flex;flex-direction:column;gap:0.35rem;font-size:calc(18.6px * .875);line-height:1.5}
.media-brand{display:block}
.offer-feature a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 510ms var(--ease-soft)}
.offer-feature a:hover{border-bottom-color:currentColor;color:inherit}
.wide-details{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.strong-section{font-size:calc(18.6px * 1.125);font-weight:700;margin:0;letter-spacing:0.03em}
.top-service{margin:0;font-size:calc(18.6px * .875);line-height:1.55;max-width:32ch}
.figure{display:grid;grid-template-columns:1fr 1fr;gap:calc(2.55rem * 1.5)}
.quiet-benefit{min-width:0}
.wide-contact{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.4rem}
.wide-contact a{color:inherit;text-decoration:none;font-size:calc(18.6px * .875);line-height:1.5;border-bottom:1px solid transparent;transition:border-color 510ms var(--ease-soft)}
.wide-contact a:hover{border-bottom-color:currentColor;color:inherit}
.public-benefit{grid-column:1 / -1;margin-top:calc(2.55rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid rgba(255, 255, 255, 0.15);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.direct-body{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.direct-body a{color:inherit;text-decoration:none;font-size:calc(18.6px * .875);border-bottom:1px solid transparent;transition:border-color 510ms var(--ease-soft)}
.direct-body a:hover{border-bottom-color:currentColor;color:inherit}
.visual-intro{margin:0;font-size:calc(18.6px * .875);line-height:1.55;max-width:90ch;opacity:0.85}
.offer-figure{margin:0;font-size:calc(18.6px * .875);opacity:0.75}
@media (max-width: 960px) {.simple-proof{grid-template-columns:1fr 1fr}.figure{grid-column:1 / -1}
  }
@media (max-width: 640px) {.simple-proof{grid-template-columns:1fr}.figure{grid-template-columns:1fr}.direct-body{flex-direction:column;gap:0.5rem}
  }
footer,footer *{border-radius:0!important;}
.cookies {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 320px;
  max-width: 360px;
  z-index: 9999;
  background: #15171b;
  color: #e9eaee;
  border: 1px solid #2a2e35;
  border-left: none;
  border-radius: 0 0.99rem 0.99rem 0;
  box-shadow: 0 10px 16px rgba(0,0,0,0.11);
  font-family: "Cormorant Garamond", sans-serif;
  font-size: calc(18.6px * .875);
  line-height: 1.63;
}
.cookies .clear-surface{padding: calc(1.5rem * .75);
  display: flex;
  flex-direction: column;
  gap: 2.55rem;}
.cookies .active-block{margin: 0;
  font-size: 18.6px;
  font-weight: 600;
  line-height: 1.3;}
.cookies .simple-grid{margin: 0;
  font-size: calc(18.6px * .875);}
.cookies .simple-grid a{color: #ffb347;
  text-decoration: underline;}
.cookies .simple-grid a:hover{color: #ff8a3d;}
.cookies .top-feature{display: flex;
  flex-direction: column;
  gap: 0.5rem;}
.cookies .top-fields {
  display: block;
  width: 100%;
  padding: 0.55rem 0.9rem;
  font-family: inherit;
  font-size: calc(18.6px * .875);
  line-height: 1.2;
  border-radius: 0.33rem;
  border: 1px solid #2a2e35;
  background: transparent;
  color: #e9eaee;
  cursor: pointer;
  text-align: center;
  transition: background 510ms var(--ease-soft), color 510ms var(--ease-soft);
}
.cookies .top-fields:hover{
  background: color-mix(in srgb, currentColor 10%, transparent);color:#e9eaee;}
.cookies .cookie-accept {
  background: #ffb347;
  color: #0b0c0e;
  border-color: #ffb347;
}
.cookies .cookie-accept:hover{
  background: #ffc266;
  border-color: #ffc266;color:#e9eaee;}
.cookies.is-hidden{display: none;}
@media (max-width: 480px) {
  .cookies {
    width: 260px;
  }
}
.compact-actions{
    background: linear-gradient(160deg, #0b0c0e 0%, #141619 55%, #1c1f24 100%);
    color: #e9eaee;
    padding: 5.5rem 1.5rem 4.5rem;
  }
.compact-actions .contact-lead{max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 3.5rem;
    align-items: center;}
.compact-actions .simple-grid{display: flex;
    flex-direction: column;
    gap: 1.35rem;}
.compact-actions h1{font-size: clamp(2rem, 4.2vw, 3.1rem);
    line-height: 1.08;
    letter-spacing: -0.01em;
    margin: 0;
    font-weight: 600;}
.compact-actions .direct-quote{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0;color:inherit;}
.compact-actions .offer-stack{font-size: 0.97rem;
    line-height: 1.6;
    margin: 0;color:inherit;}
.compact-actions .main-links{display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.75rem;
    margin-top: 0.6rem;}
.compact-actions .main-links a{color:inherit;
    text-decoration: none;
    font-size: 0.95rem;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(255, 179, 71, 0.35);
    transition: color 0.2s ease, border-color 0.2s ease;}
.compact-actions .main-links a:hover{color:inherit;
    border-color: #ffc266;}
.compact-actions .visual-group{
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #141619;
  }
.compact-actions .visual-group img{display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    filter: brightness(0.85) contrast(1.05);}
@media (max-width: 820px) {.compact-actions{
      padding: 3.5rem 1.25rem 3rem;
    }.compact-actions .contact-lead{
      grid-template-columns: 1fr;
      gap: 2.25rem;
    }.compact-actions .visual-group img{
      min-height: 240px;
    }
  }
.compact-actions{
  background: #f4f5f7;
  color: #0e1013;
}
.media-panel{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 72px 24px 88px;
  }
.media-panel .contact-lead{max-width: 880px;
    margin: 0 auto;}
.media-panel h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    margin: 0 0 24px;
    font-weight: 500;}
.media-panel p{margin: 0 0 18px;
    font-size: 1.05rem;
    line-height: 1.65;}
.media-panel a{color: #ffb347;
    text-decoration: underline;
    text-underline-offset: 3px;}
.media-panel a:hover{color: #ffc266;}
.media-panel .focused-unit{margin-top: 32px;}
.media-panel .go{
    display: inline-block;
    background: #ffb347;
    color: #0b0c0e;
    padding: 14px 26px;
    border-radius: 6px;
    font-size: 1rem;
    text-decoration: none;
    letter-spacing: 0.01em;
  }
.media-panel .go:hover{
    background: #ffc266;
    color: #0b0c0e;
  }
@media (max-width: 560px) {.media-panel{
      padding: 56px 18px 64px;
    }.media-panel .go{
      display: block;
      text-align: center;
    }
  }
.media-panel{
  background: #0b0c0e;
  color: #e9eaee;
}
.fresh-nav{
    --ink-strong: #0b0c0e;
    --surface-primary: #e9eaee;
    --line-strong: #c9ccd3;
    --copy-base: #2a2e35;
    background: var(--ink-strong);
    color: var(--surface-primary);
    padding: 88px 24px 96px;
  }
.fresh-nav .contact-lead{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 56px 72px;
    align-items: start;}
.fresh-nav .direct-quote h2{margin: 0 0 20px;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 600;}
.fresh-nav .direct-quote p{margin: 0;
    font-size: 1.0625rem;
    line-height: 1.65;}
.fresh-nav .image{display: flex;
    flex-direction: column;
    gap: 32px;}
.fresh-nav .page-contact h3{margin: 0 0 10px;
    font-size: 1.1875rem;
    line-height: 1.35;
    font-weight: 600;}
.fresh-nav .page-contact p{margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
.fresh-nav .section{grid-column: 2;
    margin: 0;
    padding-top: 24px;
    border-top: 1px solid var(--copy-base);
    font-size: 1rem;
    line-height: 1.7;}
.fresh-nav .section a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 179, 71, 0.4);}
.fresh-nav .section a:hover{border-bottom-color: #ffb347;}
@media (max-width: 820px) {.fresh-nav{
      padding: 64px 20px 72px;
    }.fresh-nav .contact-lead{
      grid-template-columns: 1fr;
      gap: 40px;
    }.fresh-nav .section{
      grid-column: 1;
    }.fresh-nav .direct-quote h2{
      font-size: 1.625rem;
    }
  }
.fresh-nav{
  background: #f4f5f7;
  color: #0e1013;
}
.visual-feature{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 72px 24px 88px;
  }
.visual-feature .contact-lead{max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
    gap: 48px 64px;
    align-items: start;}
.visual-feature .bottom-service h2{margin: 0 0 18px;
    font-size: 2rem;
    line-height: 1.15;
    letter-spacing: 0.01em;}
.visual-feature .direct-quote{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
    color: #c9ccd3;}
.visual-feature .featured-footer{display: flex;
    flex-direction: column;
    gap: 34px;}
.visual-feature .page-contact h3{margin: 0 0 10px;
    font-size: 1.12rem;
    line-height: 1.35;
    font-weight: 600;}
.visual-feature .page-contact p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #c9ccd3;}
.visual-feature .page-contact a{color: #ffb347;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 179, 71, 0.45);
    padding-bottom: 1px;}
.visual-feature .page-contact a:hover{border-bottom-color: #ffb347;}
@media (max-width: 860px) {.visual-feature{
      padding: 56px 20px 68px;
    }.visual-feature .contact-lead{
      grid-template-columns: 1fr;
      gap: 36px;
    }.visual-feature .bottom-service h2{
      font-size: 1.7rem;
    }
  }
.visual-feature{
  background: #0b0c0e;
  color: #e9eaee;
}
.direct-copy{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 5rem 1.5rem 5.5rem;
  }
.direct-copy .contact-lead{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 3.5rem 4rem;
    align-items: start;}
.direct-copy .direct-quote h2{margin: 0 0 1.1rem;
    font-size: clamp(1.7rem, 2.6vw, 2.35rem);
    line-height: 1.15;
    font-weight: 600;}
.direct-copy .direct-quote p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.direct-copy .site-content{display: grid;
    gap: 1.1rem;}
.direct-copy .narrow-header{display: grid;
    gap: 0.4rem;}
.direct-copy .narrow-header label{font-size: 0.86rem;
    letter-spacing: 0.02em;}
.direct-copy .narrow-header input,
  .direct-copy .narrow-header textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 0.7rem 0.85rem;
    background: #15171b;
    color: #e9eaee;
    border: 1px solid #2a2e35;
    border-radius: 6px;
    font: inherit;
    font-size: 0.98rem;
  }
.direct-copy .narrow-header input:focus,
  .direct-copy .narrow-header textarea:focus{outline: none;
    border-color: #ffb347;}
.direct-copy .narrow-header textarea{resize: vertical;
    min-height: 6rem;}
.direct-copy button[type="submit"]{
    justify-self: start;
    margin-top: 0.3rem;
    padding: 0.75rem 1.6rem;
    background: #ffb347;
    color: #0b0c0e;
    border: none;
    border-radius: 6px;
    font: inherit;
    font-size: 0.98rem;
    letter-spacing: 0.02em;
    cursor: pointer;
  }
.direct-copy button[type="submit"]:hover{
    background: #ffc266;color:#e9eaee;}
.direct-copy .quiet-list{grid-column: 1 / -1;
    margin: 0.5rem 0 0;
    font-size: 0.92rem;}
.direct-copy .quiet-list a{text-decoration: none;
    border-bottom: 1px solid currentColor;}
.direct-copy .quiet-list a:hover{}
@media (max-width: 760px) {.direct-copy{
      padding: 3.5rem 1.25rem 4rem;
    }.direct-copy .contact-lead{
      grid-template-columns: 1fr;
      gap: 2.25rem;
    }
  }
.direct-copy{
  background: #f4f5f7;
  color: #0e1013;
}
.fresh-panel{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 96px 24px 72px;
  }
.fresh-panel .contact-lead{max-width: 1080px;
    margin: 0 auto;}
.fresh-panel h1{font-size: clamp(2.2rem, 5vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.01em;
    margin: 0 0 28px;
    font-weight: 500;}
.fresh-panel .direct-quote{font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    line-height: 1.55;
    margin: 0 0 20px;
    color: #c9ccd3;}
.fresh-panel .offer-stack{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;
    color: #c9ccd3;
    opacity: 0.85;}
@media (max-width: 640px) {.fresh-panel{
      padding: 64px 20px 48px;
    }
  }
.fresh-panel{
  background: #0b0c0e;
  color: #e9eaee;
}
.focused-items{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 72px 24px;
  }
.focused-items .contact-lead{max-width: 720px;
    margin: 0 auto;}
.focused-items h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 22px;
    letter-spacing: 0.01em;}
.focused-items .direct-quote{font-size: 1.12rem;
    line-height: 1.65;
    margin: 0 0 20px;}
.focused-items p{font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 18px;}
.focused-items p:last-child{margin-bottom: 0;}
@media (max-width: 640px) {.focused-items{
      padding: 52px 18px;
    }.focused-items h2{
      font-size: 1.5rem;
    }
  }
.focused-items{
  background: #f4f5f7;
  color: #0e1013;
}
.open-headline{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 5rem 1.5rem;
  }
.open-headline .contact-lead{max-width: 1080px;
    margin: 0 auto;}
.open-headline h2{font-size: clamp(1.6rem, 2.6vw, 2.3rem);
    line-height: 1.25;
    margin: 0 0 1.6rem;
    font-weight: 500;
    letter-spacing: 0.01em;}
.open-headline .direct-quote{font-size: 1.08rem;
    line-height: 1.7;
    margin: 0 0 1.2rem;}
.open-headline .contact-lead > p{line-height: 1.7;
    margin: 0 0 2.6rem;}
.open-headline .image{display: flex;
    flex-direction: column;
    gap: 2.4rem;
    margin-bottom: 2.6rem;}
.open-headline .direct-inner h3{font-size: 1.15rem;
    font-weight: 500;
    margin: 0 0 0.6rem;
    letter-spacing: 0.01em;}
.open-headline .direct-inner p{margin: 0;
    line-height: 1.72;}
.open-headline .main-links{font-size: 0.98rem;
    line-height: 1.7;
    margin: 0;}
.open-headline .main-links a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 179, 71, 0.4);
    padding-bottom: 1px;}
.open-headline .main-links a:hover{border-bottom-color: #ffb347;}
@media (min-width: 860px) {.open-headline{
      padding: 6.5rem 2.5rem;
    }.open-headline .image{
      gap: 2.8rem;
    }
  }
.open-headline{
  background: #0b0c0e;
  color: #e9eaee;
}
.fresh-intro{
    background: linear-gradient(160deg, #0b0c0e 0%, #141619 55%, #1c1f24 100%);
    color: #e9eaee;
    padding: 88px 24px 72px;
  }
.fresh-intro .contact-lead{max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 56px 72px;
    align-items: start;}
.fresh-intro .direct-quote h1{font-size: clamp(2rem, 3.6vw, 3.1rem);
    line-height: 1.08;
    font-weight: 500;
    margin: 0 0 26px;
    letter-spacing: -0.01em;}
.fresh-intro .bottom-service{font-size: 1.06rem;
    line-height: 1.7;
    margin: 0;}
.fresh-intro .offer-stack h2{font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 6px 0 18px;}
.fresh-intro .offer-stack p{font-size: 1rem;
    line-height: 1.68;
    margin: 0 0 22px;}
.fresh-intro .featured-footer{list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.fresh-intro .featured-footer li{padding: 12px 0;
    border-top: 1px solid #2a2e35;}
.fresh-intro .featured-footer li:last-child{border-bottom: 1px solid #2a2e35;}
.fresh-intro .site-visual{grid-column: 1 / -1;
    width: 100%;
    height: clamp(220px, 34vw, 380px);
    object-fit: cover;
    display: block;
    border-radius: 6px;
    margin-top: 8px;}
@media (max-width: 820px) {.fresh-intro{
      padding: 64px 20px 56px;
    }.fresh-intro .contact-lead{
      grid-template-columns: 1fr;
      gap: 40px;
    }.fresh-intro .site-visual{
      height: 220px;
    }
  }
.fresh-intro{
  background: #f4f5f7;
  color: #0e1013;
}
.featured-header{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 88px 24px;
  }
.featured-header .contact-lead{max-width: 1080px;
    margin: 0 auto;}
.featured-header h2{font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 500;
    letter-spacing: 0.01em;
    margin: 0 0 20px;}
.featured-header h3{font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin: 0 0 8px;}
.featured-header p{line-height: 1.65;
    margin: 0 0 12px;}
.featured-header .direct-quote{max-width: 100%;
    margin-bottom: 40px;}
.featured-header .narrow-figure{display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 40px;
    margin-bottom: 44px;}
.featured-header .main-links p{}
.featured-header .main-links a{display: inline-block;
    margin-top: 4px;
    color: #ffb347;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 179, 71, 0.35);
    padding-bottom: 1px;}
.featured-header .main-links a:hover{border-bottom-color: rgba(255, 194, 102, 0.6);}
.featured-header .visual-list{font-style: normal;}
.featured-header .clear-details{margin-bottom: 40px;}
.featured-header .clear-details p{}
.featured-header .set{margin: 0;}
.featured-header .set a{color: #ffb347;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 179, 71, 0.35);}
.featured-header .set a:hover{}
@media (max-width: 820px) {.featured-header{
      padding: 64px 20px;
    }.featured-header .narrow-figure{
      grid-template-columns: 1fr;
      gap: 28px;
    }
  }
.featured-header{
  background: #0b0c0e;
  color: #e9eaee;
}
.fresh-panel{
    background: linear-gradient(160deg, #0b0c0e 0%, #141619 55%, #1c1f24 100%);
    color: #e9eaee;
    padding: 96px 24px 72px;
  }
.fresh-panel .contact-lead{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    column-gap: 72px;
    row-gap: 28px;
    align-items: start;}
.fresh-panel h1{grid-column: 1 / -1;
    margin: 0;
    font-size: clamp(2rem, 4.4vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.01em;
    font-weight: 600;}
.fresh-panel .direct-quote{margin: 0;
    font-size: 1.08rem;
    line-height: 1.7;}
.fresh-panel .offer-stack{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
    padding-top: 6px;}
@media (max-width: 820px) {.fresh-panel{
      padding: 72px 20px 56px;
    }.fresh-panel .contact-lead{
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 22px;
    }
  }
.fresh-panel{
  background: #f4f5f7;
  color: #0e1013;
}
.secondary-entries{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 72px 24px;
  }
.secondary-entries .contact-lead{max-width: 880px;
    margin: 0 auto;}
.secondary-entries h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 20px;
    font-weight: 500;}
.secondary-entries p{margin: 0 0 16px;
    line-height: 1.65;
    font-size: 1rem;}
.secondary-entries .clear-frame{list-style: none;
    margin: 32px 0 0;
    padding: 0;}
.secondary-entries .clear-frame li{padding: 22px 0;
    border-top: 1px solid #2a2e35;}
.secondary-entries .clear-frame li:last-child{border-bottom: 1px solid #2a2e35;}
.secondary-entries .clear-frame h3{font-size: 1.05rem;
    margin: 0 0 8px;
    font-weight: 600;
    letter-spacing: 0.01em;}
.secondary-entries .clear-frame p{margin: 0;
    font-size: 0.97rem;}
@media (max-width: 640px) {.secondary-entries{
      padding: 48px 18px;
    }.secondary-entries h2{
      font-size: 1.4rem;
    }
  }
.secondary-entries{
  background: #0b0c0e;
  color: #e9eaee;
}
.primary-visual{
    --gap-hero: 2.6rem;
    background: #0b0c0e;
    color: #e9eaee;
    padding: 5rem 1.5rem 5.5rem;
  }
.primary-visual .contact-lead{max-width: 1080px;
    margin: 0 auto;}
.primary-visual h2{font-size: clamp(1.9rem, 3.4vw, 2.7rem);
    line-height: 1.15;
    margin: 0 0 1.4rem;
    letter-spacing: -0.01em;}
.primary-visual .direct-quote{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0 0 3.4rem;}
.primary-visual .image{display: flex;
    flex-direction: column;
    gap: var(--gap-hero);}
.primary-visual .compact-proof{display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.6fr);
    gap: 1.6rem 3rem;
    align-items: baseline;}
.primary-visual .compact-proof h3{font-size: 1.22rem;
    line-height: 1.3;
    margin: 0;
    font-weight: 600;}
.primary-visual .compact-proof p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.7;}
.primary-visual .main-links{margin: 3.6rem 0 0;
    font-size: 1rem;
    line-height: 1.7;}
.primary-visual .main-links a{text-decoration: none;
    border-bottom: 1px solid rgba(255, 179, 71, 0.4);
    padding-bottom: 1px;}
.primary-visual .main-links a:hover{border-bottom-color: #ffc266;}
@media (max-width: 720px) {.primary-visual{
      padding: 3.4rem 1.2rem 4rem;
    }.primary-visual .direct-quote{
      margin-bottom: 2.6rem;
    }.primary-visual .compact-proof{
      grid-template-columns: 1fr;
      gap: 0.6rem;
    }.primary-visual .compact-proof h3{
      font-size: 1.12rem;
    }
  }
.primary-visual{
  background: #f4f5f7;
  color: #0e1013;
}
.bottom-inner{
  --copy-body: #2a2e35;
  --tone-primary: #141619;
  background: #0b0c0e;
  color: #e9eaee;
  padding: 72px 24px;
}
.bottom-inner .contact-lead{max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 56px 64px;}
.bottom-inner .team-method h2{font-size: 30px;
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: 600;}
.bottom-inner .team-method p{margin: 0 0 16px;
  line-height: 1.65;}
.bottom-inner .strong-block{list-style: none;
  margin: 0;
  padding: 0;
  grid-row: span 2;}
.bottom-inner .strong-rail{padding: 18px 0;
  border-top: 1px solid var(--copy-body);}
.bottom-inner .strong-rail:last-child{border-bottom: 1px solid var(--copy-body);}
.bottom-inner .strong-rail .n{display: block;
  font-size: 12px;
  letter-spacing: 0.14em;color:inherit;
  margin-bottom: 6px;}
.bottom-inner .strong-rail h3{font-size: 18px;
  margin: 0 0 6px;
  font-weight: 600;}
.bottom-inner .strong-rail p{margin: 0;
  font-size: 15px;
  line-height: 1.6;}
.bottom-inner .set{grid-column: 1;}
.bottom-inner .set p{margin: 0;
  font-size: 15px;
  line-height: 1.65;}
.bottom-inner .set a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 179, 71, 0.4);}
.bottom-inner .set a:hover{}
@media (max-width: 820px) {.bottom-inner .contact-lead{
    grid-template-columns: 1fr;
    gap: 40px;
  }.bottom-inner .strong-block{
    grid-row: auto;
  }.bottom-inner .set{
    grid-column: auto;
  }
}
.bottom-inner{
  background: #0b0c0e;
  color: #e9eaee;
}
.steady-benefit{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 84px 24px 92px;
  }
.steady-benefit .contact-lead{max-width: 1080px;
    margin: 0 auto;}
.steady-benefit h2{font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    font-weight: 500;
    letter-spacing: 0.01em;
    margin: 0 0 20px;}
.steady-benefit .direct-quote{font-size: 1.02rem;
    line-height: 1.7;
    margin: 0 0 56px;}
.steady-benefit .team-content{display: flex;
    flex-direction: column;
    gap: 40px;}
.steady-benefit .direct-inner{display: grid;
    grid-template-columns: minmax(220px, 300px) 1fr;
    gap: 12px 48px;
    align-items: start;}
.steady-benefit .direct-inner h3{font-size: 1.12rem;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;}
.steady-benefit .direct-inner p{font-size: 0.98rem;
    line-height: 1.7;
    margin: 0 0 14px;}
.steady-benefit .direct-inner .bottom-block{font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0;}
@media (max-width: 720px) {.steady-benefit{
      padding: 60px 20px 68px;
    }.steady-benefit .direct-quote{
      margin-bottom: 40px;
    }.steady-benefit .direct-inner{
      grid-template-columns: 1fr;
      gap: 10px;
    }.steady-benefit .team-content{
      gap: 34px;
    }
  }
.steady-benefit{
  background: #f4f5f7;
  color: #0e1013;
}
.fresh-panel{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 5rem 1.5rem 4rem;
  }
.fresh-panel .contact-lead{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;}
.fresh-panel h1{font-size: clamp(1.9rem, 4vw, 3rem);
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: 0.01em;
    margin: 0;}
.fresh-panel .direct-quote{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;}
.fresh-panel .offer-stack{font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    opacity: 0.85;}
@media (max-width: 640px) {.fresh-panel{
      padding: 3.25rem 1.25rem 2.75rem;
    }.fresh-panel .contact-lead{
      gap: 1.1rem;
    }
  }
.text-summary{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 4.5rem 1.5rem;
  }
.text-summary .contact-lead{max-width: 1080px;
    margin: 0 auto;}
.text-summary .bottom-service{margin-bottom: 3rem;}
.text-summary .bottom-service h2{font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    font-weight: 500;
    line-height: 1.25;
    margin: 0 0 1.2rem;}
.text-summary .bottom-service p{font-size: 1.02rem;
    line-height: 1.7;
    margin: 0 0 0.9rem;}
.text-summary .team-content{display: flex;
    flex-direction: column;
    gap: 2.4rem;}
.text-summary .direct-inner{padding-top: 1.6rem;
    border-top: 1px solid #2a2e35;}
.text-summary .direct-inner:first-child{border-top: none;
    padding-top: 0;}
.text-summary .direct-inner h3{font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.35;
    margin: 0 0 0.8rem;}
.text-summary .direct-inner p{font-size: 0.98rem;
    line-height: 1.7;
    margin: 0 0 0.7rem;}
.text-summary .main-links{margin: 0;}
.text-summary .main-links a{color: #ffb347;
    text-decoration: none;
    font-size: 0.95rem;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.text-summary .main-links a:hover,
  .text-summary .main-links a:focus-visible{border-bottom-color: #ffb347;}
@media (min-width: 760px) {.text-summary{
      padding: 5.5rem 2.5rem;
    }.text-summary .team-content{
      gap: 2.8rem;
    }
  }
.text-summary{
  background: #0b0c0e;
  color: #e9eaee;
}
.top-panel{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 88px 24px 96px;
  }
.top-panel .contact-lead{max-width: 1080px;
    margin: 0 auto;}
.top-panel .bottom-service{margin-bottom: 64px;}
.top-panel .bottom-service h2{font-size: clamp(1.7rem, 3.4vw, 2.5rem);
    line-height: 1.15;
    margin: 0 0 18px;
    font-weight: 500;
    letter-spacing: 0.01em;}
.top-panel .bottom-service p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;}
.top-panel .image{display: flex;
    flex-direction: column;
    gap: 72px;}
.top-panel .direct-inner{display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 40px;
    align-items: center;}
.top-panel .direct-inner:nth-child(even) .visual-section{order: 2;}
.top-panel .visual-section{
    border-radius: 6px;
    overflow: hidden;
    background: #141619;color:#c9ccd3;}
.top-panel .visual-section img{display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;}
.top-panel .simple-grid h3{font-size: 1.3rem;
    line-height: 1.3;
    margin: 0 0 14px;
    font-weight: 500;}
.top-panel .simple-grid p{margin: 0;
    font-size: 1rem;
    line-height: 1.72;}
@media (max-width: 760px) {.top-panel{
      padding: 64px 20px 72px;
    }.top-panel .bottom-service{
      margin-bottom: 44px;
    }.top-panel .image{
      gap: 48px;
    }.top-panel .direct-inner{
      grid-template-columns: 1fr;
      gap: 20px;
    }.top-panel .direct-inner:nth-child(even) .visual-section{
      order: 0;
    }
  }
.top-panel{
  background: #f4f5f7;
  color: #0e1013;
}
.open-headline{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 5rem 1.5rem 5.5rem;
  }
.open-headline .contact-lead{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 3.5rem 4rem;
    align-items: start;}
.open-headline .direct-quote h2{font-size: clamp(1.6rem, 2.4vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 1.1rem;
    letter-spacing: 0.01em;}
.open-headline .direct-quote p{margin: 0;
    line-height: 1.65;color:inherit;}
.open-headline .bottom-header{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.9rem;}
.open-headline .page-contact h3{font-size: 1.05rem;
    margin: 0 0 0.45rem;
    letter-spacing: 0.015em;}
.open-headline .page-contact p{margin: 0;
    line-height: 1.6;color:inherit;}
.open-headline .offer-stack{grid-column: 1 / -1;
    margin: 0.5rem 0 0;
    padding-top: 1.6rem;
    border-top: 1px solid #2a2e35;
    line-height: 1.6;color:inherit;}
.open-headline .offer-stack a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.open-headline .offer-stack a:hover{color:inherit;}
@media (max-width: 760px) {.open-headline{
      padding: 3.5rem 1.25rem 4rem;
    }.open-headline .contact-lead{
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }
  }
.fresh-panel{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 96px 24px 72px;
  }
.fresh-panel .contact-lead{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: 48px 64px;
    align-items: start;}
.fresh-panel h1{grid-column: 1 / -1;
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.12;
    letter-spacing: -0.01em;
    font-weight: 600;}
.fresh-panel .direct-quote{margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;}
.fresh-panel .offer-stack{margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #c9ccd3;
    padding-top: 6px;}
@media (max-width: 760px) {.fresh-panel{
      padding: 64px 20px 48px;
    }.fresh-panel .contact-lead{
      grid-template-columns: 1fr;
      gap: 28px;
    }
  }
.bottom-inner{
  background: #0b0c0e;
  color: #e9eaee;
  padding: 72px 24px;
}
.bottom-inner .contact-lead{max-width: 1080px;
  margin: 0 auto;}
.bottom-inner .bottom-service{margin-bottom: 48px;}
.bottom-inner .bottom-service h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  line-height: 1.2;
  margin: 0 0 18px;
  font-weight: 500;
  letter-spacing: 0.01em;}
.bottom-inner .bottom-service p{margin: 0 0 14px;
  font-size: 1.02rem;
  line-height: 1.7;}
.bottom-inner .bottom-service p:last-child{margin-bottom: 0;}
.bottom-inner .strong-block{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;}
.bottom-inner .strong-rail{display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  align-items: start;}
.bottom-inner .site-headline{font-size: 0.95rem;
  letter-spacing: 0.14em;
  padding-top: 4px;}
.bottom-inner .direct-inner h3{margin: 0 0 10px;
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.35;}
.bottom-inner .direct-inner p{margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;}
.bottom-inner .main-links{margin: 56px 0 0;
  font-size: 0.98rem;
  line-height: 1.7;}
.bottom-inner .main-links a{text-decoration: none;
  border-bottom: 1px solid rgba(255, 179, 71, 0.4);
  padding-bottom: 1px;}
.bottom-inner .main-links a:hover{border-bottom-color: #ffb347;}
@media (max-width: 640px) {.bottom-inner{
    padding: 56px 18px;
  }.bottom-inner .strong-rail{
    grid-template-columns: 1fr;
    gap: 10px;
  }.bottom-inner .site-headline{
    padding-top: 0;
  }
}
.bottom-inner{
  background: #f4f5f7;
  color: #0e1013;
}
.featured-header{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 4.5rem 1.5rem 5rem;
  }
.featured-header .contact-lead{max-width: 820px;
    margin: 0 auto;}
.featured-header h2{font-size: clamp(1.6rem, 3vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 1.5rem;
    font-weight: 500;}
.featured-header .direct-quote{font-size: 1.08rem;
    line-height: 1.7;
    margin: 0 0 1.2rem;}
.featured-header p{line-height: 1.7;
    margin: 0 0 1.2rem;}
.featured-header a{color: #ffb347;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 179, 71, 0.4);}
.featured-header a:hover{border-bottom-color: #ffb347;}
.featured-header .main-links{margin-top: 2rem;
    padding-top: 1.4rem;
    border-top: 1px solid #2a2e35;}
@media (max-width: 640px) {.featured-header{
      padding: 3rem 1.1rem 3.5rem;
    }
  }
.wide-feature{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 5rem 1.5rem;
  }
.wide-feature .contact-lead{max-width: 880px;
    margin: 0 auto;}
.wide-feature .bottom-service{margin-bottom: 3.5rem;}
.wide-feature .bottom-service h2{font-size: clamp(1.7rem, 3.2vw, 2.4rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 600;}
.wide-feature .direct-quote{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.wide-feature .strong-block{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2.25rem;}
.wide-feature .strong-rail{padding-left: 0;}
.wide-feature .bottom-contact{font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 0.4rem;}
.wide-feature .strong-rail h3{font-size: 1.25rem;
    margin: 0 0 0.55rem;
    font-weight: 600;}
.wide-feature .strong-rail p:last-child{margin: 0;
    line-height: 1.65;}
.wide-feature .offer-stack{margin: 3rem 0 0;
    line-height: 1.65;
    font-size: 0.95rem;}
@media (min-width: 760px) {.wide-feature{
      padding: 6rem 2rem;
    }.wide-feature .strong-block{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2.75rem 3rem;
    }.wide-feature .strong-rail:nth-child(2){
      margin-top: 2rem;
    }.wide-feature .strong-rail:nth-child(4){
      margin-top: 2rem;
    }
  }
.wide-feature{
  background: #f4f5f7;
  color: #0e1013;
}
.fresh-panel{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 96px 24px 72px;
  }
.fresh-panel .contact-lead{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 22px;}
.fresh-panel h1{margin: 0;
    font-size: clamp(1.9rem, 3.4vw, 2.9rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    font-weight: 600;}
.fresh-panel .direct-quote{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.fresh-panel .featured-header{margin: 6px 0 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.fresh-panel a{text-decoration: none;
    border-bottom: 1px solid rgba(255, 179, 71, 0.4);
    padding-bottom: 1px;}
.fresh-panel a:hover{border-bottom-color: rgba(255, 138, 61, 0.6);}
@media (max-width: 640px) {.fresh-panel{
      padding: 64px 18px 48px;
    }.fresh-panel .contact-lead{
      gap: 18px;
    }
  }
.visual-feature{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 72px 24px 88px;
  }
.visual-feature .contact-lead{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    gap: 48px 64px;
    align-items: start;}
.visual-feature .bottom-service h2{margin: 0 0 20px;
    font-size: clamp(1.7rem, 2.6vw, 2.3rem);
    line-height: 1.2;
    font-weight: 600;}
.visual-feature .bottom-service .direct-quote{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
    color: #c9ccd3;}
.visual-feature .team-content{display: flex;
    flex-direction: column;
    gap: 32px;}
.visual-feature .direct-inner h3{margin: 0 0 10px;
    font-size: 1.12rem;
    line-height: 1.35;
    font-weight: 600;}
.visual-feature .direct-inner p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #c9ccd3;}
.visual-feature .main-links{grid-column: 1 / -1;
    margin: 8px 0 0;
    padding-top: 24px;
    border-top: 1px solid #2a2e35;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #c9ccd3;}
.visual-feature .main-links a{color: #ffb347;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 179, 71, 0.4);
    padding-bottom: 1px;}
.visual-feature .main-links a:hover{color: #ffc266;
    border-bottom-color: #ffc266;}
@media (max-width: 820px) {.visual-feature{
      padding: 56px 20px 64px;
    }.visual-feature .contact-lead{
      grid-template-columns: 1fr;
      gap: 36px;
    }.visual-feature .team-content{
      gap: 28px;
    }
  }
.service-brand{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 96px 24px 104px;
  }
.service-brand .contact-lead{max-width: 1080px;
    margin: 0 auto;}
.service-brand .direct-quote{margin-bottom: 64px;}
.service-brand .direct-quote h2{margin: 0 0 20px;
    font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: 0.01em;}
.service-brand .direct-quote p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;}
.service-brand .offer-team{display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 56px;}
.service-brand .site-area h3{margin: 0 0 12px;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;}
.service-brand .site-area p{margin: 0 0 10px;
    font-size: 1rem;
    line-height: 1.65;}
.service-brand .site-area p:last-child{margin-bottom: 0;}
.service-brand .site-area a{color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 179, 71, 0.45);
    padding-bottom: 1px;}
.service-brand .site-area a:hover{border-bottom-color: #ffb347;}
.service-brand .offer-stack{font-size: 0.92rem;
    line-height: 1.6;}
.service-brand .section{margin: 72px 0 0;
    font-size: 1rem;
    line-height: 1.75;}
@media (max-width: 720px) {.service-brand{
      padding: 72px 20px 80px;
    }.service-brand .offer-team{
      grid-template-columns: 1fr;
      gap: 36px;
    }.service-brand .direct-quote{
      margin-bottom: 48px;
    }.service-brand .section{
      margin-top: 52px;
    }
  }
.service-brand{
  background: #f4f5f7;
  color: #0e1013;
}
.secondary-entries{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 5rem 1.5rem 5.5rem;
  }
.secondary-entries .contact-lead{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
    column-gap: 4rem;
    row-gap: 1.6rem;}
.secondary-entries h2{grid-column: 1;
    margin: 0;
    font-size: clamp(1.6rem, 2.6vw, 2.3rem);
    line-height: 1.18;
    font-weight: 600;}
.secondary-entries p{grid-column: 2;
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
    color: #c9ccd3;}
.secondary-entries .clear-frame{grid-column: 2;
    margin: 1.4rem 0 0;
    display: block;}
.secondary-entries .clear-frame dt{margin: 0 0 0.35rem;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.01em;}
.secondary-entries .clear-frame dd{margin: 0 0 1.5rem;
    font-size: 0.98rem;
    line-height: 1.6;
    color: #c9ccd3;}
.secondary-entries .clear-frame dt:not(:first-of-type){padding-top: 1.4rem;
    border-top: 1px solid #2a2e35;}
.secondary-entries .clear-frame dd:last-of-type{margin-bottom: 0;}
@media (max-width: 820px) {.secondary-entries{
      padding: 3.5rem 1.25rem 4rem;
    }.secondary-entries .contact-lead{
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 1.2rem;
    }.secondary-entries h2,
    .secondary-entries p,
    .secondary-entries .clear-frame{
      grid-column: 1;
    }
  }
.fresh-panel{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 6rem 1.5rem 5rem;
  }
.fresh-panel .contact-lead{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;}
.fresh-panel h1{font-size: clamp(2rem, 4.2vw, 3.1rem);
    line-height: 1.12;
    letter-spacing: -0.01em;
    margin: 0;
    font-weight: 500;}
.fresh-panel .direct-quote{font-size: 1.125rem;
    line-height: 1.7;
    margin: 0;}
.fresh-panel .offer-stack{font-size: 1rem;
    line-height: 1.7;
    margin: 0;
    opacity: 0.85;}
@media (max-width: 720px) {.fresh-panel{
      padding: 4rem 1.25rem 3.5rem;
    }.fresh-panel .contact-lead{
      gap: 1.35rem;
    }
  }
.media-panel{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 88px 24px 96px;
  }
.media-panel .contact-lead{max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 56px 64px;
    align-items: end;}
.media-panel .direct-quote h2{margin: 0 0 18px;
    font-size: clamp(1.7rem, 2.6vw, 2.35rem);
    line-height: 1.18;
    letter-spacing: -0.01em;
    font-weight: 500;}
.media-panel .direct-quote p{margin: 0;
    font-size: 1.03rem;
    line-height: 1.68;
    color: #c9ccd3;}
.media-panel .focused-unit{display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;}
.media-panel .go{
    display: inline-block;
    padding: 15px 30px;
    background: #ffb347;
    color: #0b0c0e;
    text-decoration: none;
    font-size: 0.98rem;
    letter-spacing: 0.02em;
    border-radius: 4px;
    transition: background 0.18s ease;
  }
.media-panel .go:hover{
    background: #ffc266;color:#e9eaee;}
.media-panel .main-links{margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #c9ccd3;}
.media-panel .main-links a{color: #e9eaee;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;}
.media-panel .main-links a:hover{color: #ff8a3d;}
@media (max-width: 820px) {.media-panel{
      padding: 64px 20px 72px;
    }.media-panel .contact-lead{
      grid-template-columns: 1fr;
      gap: 36px;
      align-items: start;
    }
  }
.active-callout{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 72px 24px 88px;
  }
.active-callout .contact-lead{max-width: 1080px;
    margin: 0 auto;}
.active-callout h2{font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 500;}
.active-callout .direct-quote{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 48px;}
.active-callout .local-benefit{display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 56px;}
.active-callout .local-plan{margin: 0;}
.active-callout .local-plan .local-intro{font-size: 1.08rem;
    line-height: 1.7;
    margin: 0 0 12px;
    font-style: italic;}
.active-callout .local-plan .soft-lead{font-size: 0.86rem;
    letter-spacing: 0.02em;
    margin: 0;}
.active-callout .service-track{font-size: 0.95rem;
    margin: 0 0 16px;}
.active-callout .primary-rail{list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;}
.active-callout .primary-rail li{font-size: 0.98rem;
    line-height: 1.5;
    padding: 10px 0;
    border-bottom: 1px solid #2a2e35;}
.active-callout .primary-rail li:last-child{border-bottom: none;}
@media (min-width: 760px) {.active-callout{
      padding: 96px 40px 112px;
    }.active-callout .local-benefit{
      grid-template-columns: repeat(3, 1fr);
      gap: 36px;
    }.active-callout .primary-rail{
      grid-template-columns: repeat(2, 1fr);
      gap: 0 40px;
    }.active-callout .primary-rail li{
      padding: 12px 0;
    }
  }
.active-callout{
  background: #f4f5f7;
  color: #0e1013;
}
.fresh-panel{
  background: #0b0c0e;
  color: #e9eaee;
  padding: 96px 24px 88px;
}
.fresh-panel .contact-lead{max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  gap: 56px 72px;
  align-items: start;}
.fresh-panel .direct-quote h1{font-size: clamp(2rem, 3.6vw, 3.1rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin: 0 0 22px;
  font-weight: 600;}
.fresh-panel .direct-quote .bottom-service{font-size: 1.06rem;
  line-height: 1.65;
  margin: 0;}
.fresh-panel .offer-stack{
  background: #141619;
  color: #c9ccd3;
  padding: 26px 28px;
  border-radius: 10px;
  align-self: start;
}
.fresh-panel .offer-stack p{margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;}
@media (max-width: 860px) {.fresh-panel{
    padding: 68px 20px 64px;
  }.fresh-panel .contact-lead{
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
.featured-header{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 72px 24px 80px;
  }
.featured-header .contact-lead{max-width: 980px;
    margin: 0 auto;}
.featured-header h2{font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 600;
    letter-spacing: 0.01em;}
.featured-header .direct-quote{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 40px;
    color: #c9ccd3;}
.featured-header .narrow-figure{display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 36px;}
.featured-header .main-links{
    background: #15171b;
    color: #e9eaee;
    border: 1px solid #2a2e35;
    border-radius: 10px;
    padding: 26px 28px;
  }
.featured-header .main-links h3{font-size: 1.15rem;
    margin: 0 0 12px;
    font-weight: 600;}
.featured-header .main-links p{margin: 0 0 16px;
    line-height: 1.6;
    font-size: 0.98rem;}
.featured-header .main-links a{display: inline-block;
    color: #ffb347;
    text-decoration: none;
    font-size: 0.98rem;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;}
.featured-header .main-links a:hover{color: #ffc266;
    border-bottom-color: #ffc266;}
.featured-header .offer-stack{margin: 0;
    line-height: 1.65;
    font-size: 0.98rem;
    color: #c9ccd3;}
.featured-header .offer-stack a{color: #ffb347;
    text-decoration: none;
    border-bottom: 1px solid #2a2e35;}
.featured-header .offer-stack a:hover{color: #ffc266;
    border-bottom-color: #ffc266;}
@media (min-width: 760px) {.featured-header .narrow-figure{
      flex-direction: row;
      gap: 24px;
    }.featured-header .main-links{
      flex: 1;
    }
  }
.direct-copy{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 72px 24px 88px;
  }
.direct-copy .contact-lead{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    column-gap: 64px;
    row-gap: 40px;
    align-items: start;}
.direct-copy .direct-quote h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 20px;
    font-weight: 600;}
.direct-copy .direct-quote p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.direct-copy .hero{
    background: #15171b;
    color: #e9eaee;
    border: 1px solid #2a2e35;
    border-radius: 10px;
    padding: 28px 26px 30px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
.direct-copy .narrow-header{display: flex;
    flex-direction: column;
    gap: 8px;}
.direct-copy .narrow-header label{font-size: 0.86rem;
    letter-spacing: 0.02em;}
.direct-copy .narrow-header input,
  .direct-copy .narrow-header select,
  .direct-copy .narrow-header textarea{
    background: #0e1013;
    color: #e9eaee;
    border: 1px solid #2a2e35;
    border-radius: 6px;
    padding: 10px 12px;
    font: inherit;
    font-size: 0.96rem;
    width: 100%;
    box-sizing: border-box;
  }
.direct-copy .narrow-header input:focus,
  .direct-copy .narrow-header select:focus,
  .direct-copy .narrow-header textarea:focus{outline: none;
    border-color: #ffb347;}
.direct-copy .plain-body{display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 4px;}
.direct-copy .plain-body button{
    align-self: flex-start;
    background: #ffb347;
    color: #0b0c0e;
    border: none;
    border-radius: 6px;
    padding: 12px 26px;
    font: inherit;
    font-size: 0.98rem;
    font-weight: 600;
    cursor: pointer;
  }
.direct-copy .plain-body button:hover{
    background: #ffc266;color:#e9eaee;}
.direct-copy .plain-body .quiet-list{margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;}
.direct-copy .plain-body .quiet-list a{text-decoration: none;}
.direct-copy .plain-body .quiet-list a:hover{text-decoration: underline;}
.direct-copy .strong-track{grid-column: 1 / -1;
    margin-top: 8px;}
.direct-copy .strong-track p{margin: 0;
    font-size: 0.92rem;
    line-height: 1.6;}
@media (max-width: 860px) {.direct-copy{
      padding: 56px 20px 68px;
    }.direct-copy .contact-lead{
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 32px;
    }.direct-copy .direct-quote h2{
      font-size: 1.6rem;
    }
  }
.service-brand{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 72px 24px 88px;
  }
.service-brand .contact-lead{max-width: 960px;
    margin: 0 auto;}
.service-brand h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    font-weight: 500;
    letter-spacing: 0.01em;
    margin: 0 0 20px;}
.service-brand .direct-quote{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 40px;
    color: #c9ccd3;}
.service-brand .offer-team{display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 48px;}
.service-brand .site-area h3{font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #ffb347;
    margin: 0 0 10px;}
.service-brand .site-area p{margin: 0 0 6px;
    line-height: 1.6;
    font-size: 0.98rem;}
.service-brand .site-area a{color: #e9eaee;
    text-decoration: none;
    border-bottom: 1px solid #2a2e35;
    padding-bottom: 1px;
    transition: border-color 0.2s ease, color 0.2s ease;}
.service-brand .site-area a:hover{color: #ffb347;
    border-color: #ffb347;}
.service-brand .site-area .offer-stack{font-size: 0.86rem;
    color: #c9ccd3;
    margin-top: 4px;}
.service-brand .section{margin: 48px 0 0;
    padding-top: 24px;
    border-top: 1px solid #2a2e35;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #c9ccd3;}
@media (max-width: 680px) {.service-brand{
      padding: 56px 20px 64px;
    }.service-brand .offer-team{
      grid-template-columns: 1fr;
      gap: 28px;
    }.service-brand .direct-quote{
      margin-bottom: 32px;
    }
  }
.service-brand{
  background: #0b0c0e;
  color: #e9eaee;
}
.fresh-panel{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 6.5rem 1.5rem 5rem;
  }
.fresh-panel .contact-lead{max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    column-gap: 4rem;
    row-gap: 1.5rem;
    align-items: start;}
.fresh-panel h1{font-size: clamp(2.1rem, 4.6vw, 3.4rem);
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -0.01em;
    margin: 0;
    grid-column: 1 / -1;}
.fresh-panel .direct-quote{margin: 0;
    font-size: 1.075rem;
    line-height: 1.68;
    color: #c9ccd3;}
.fresh-panel .offer-stack{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;
    color: #c9ccd3;
    padding-top: 1.25rem;}
@media (max-width: 820px) {.fresh-panel{
      padding: 4.25rem 1.25rem 3.5rem;
    }.fresh-panel .contact-lead{
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 1.35rem;
    }.fresh-panel h1{
      font-size: clamp(1.85rem, 7vw, 2.5rem);
    }
  }
.primary-visual{
    --label-main: #2a2e35;
    background: #0b0c0e;
    color: #e9eaee;
    padding: 72px 24px 80px;
  }
.primary-visual .contact-lead{max-width: 1080px;
    margin: 0 auto;}
.primary-visual .bottom-service{display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 28px 48px;
    align-items: start;
    margin-bottom: 44px;}
.primary-visual .bottom-service h2{margin: 0;
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    line-height: 1.18;
    font-weight: 600;}
.primary-visual .bottom-service p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.primary-visual .public-steps{list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 56px;}
.primary-visual .page-contact{padding: 22px 0 26px;
    border-top: 1px solid var(--label-main);}
.primary-visual .page-contact h3{margin: 0 0 10px;
    font-size: 1.08rem;
    line-height: 1.35;
    font-weight: 600;}
.primary-visual .page-contact p{margin: 0;
    font-size: 0.96rem;
    line-height: 1.62;}
.primary-visual .section{margin: 40px 0 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.primary-visual .section a{text-decoration: none;
    border-bottom: 1px solid rgba(255, 179, 71, 0.45);}
.primary-visual .section a:hover{border-bottom-color: var(--tone-inverse, #ff8a3d);}
@media (max-width: 780px) {.primary-visual{
      padding: 56px 18px 64px;
    }.primary-visual .bottom-service{
      grid-template-columns: 1fr;
      gap: 16px;
      margin-bottom: 32px;
    }.primary-visual .public-steps{
      grid-template-columns: 1fr;
      gap: 0;
    }
  }
.media-panel{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 88px 24px 96px;
  }
.media-panel .contact-lead{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 56px 72px;
    align-items: start;}
.media-panel .direct-quote h2{font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 22px;
    letter-spacing: 0.01em;}
.media-panel .direct-quote p{margin: 0 0 18px;
    font-size: 1.05rem;
    line-height: 1.7;}
.media-panel .offer-stack{color: #c9ccd3;
    font-size: 0.98rem;
    line-height: 1.65;
    margin: 0;}
.media-panel .focused-unit{align-self: center;
    padding-top: 8px;}
.media-panel .go{
    display: inline-block;
    background: #ffb347;
    color: #0b0c0e;
    text-decoration: none;
    padding: 16px 30px;
    border-radius: 6px;
    font-size: 1.02rem;
    letter-spacing: 0.02em;
    transition: background 0.2s ease;
  }
.media-panel .go:hover{
    background: #ffc266;color:#e9eaee;}
.media-panel .main-links{margin: 22px 0 0;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #c9ccd3;}
.media-panel .main-links a{color: #ff8a3d;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 138, 61, 0.4);}
.media-panel .main-links a:hover{border-bottom-color: #ff8a3d;}
@media (max-width: 820px) {.media-panel{
      padding: 64px 20px 72px;
    }.media-panel .contact-lead{
      grid-template-columns: 1fr;
      gap: 36px;
    }.media-panel .direct-quote h2{
      font-size: 1.6rem;
    }
  }
.fresh-panel{
  background: #0b0c0e;
  color: #e9eaee;
  padding: 96px 24px 88px;
}
.fresh-panel .contact-lead{max-width: 1080px;
  margin: 0 auto;}
.fresh-panel h1{font-size: clamp(2rem, 4.2vw, 3.1rem);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin: 0 0 28px;}
.fresh-panel .direct-quote{font-size: 1.12rem;
  line-height: 1.65;
  margin: 0 0 20px;}
.fresh-panel .offer-stack{font-size: 0.98rem;
  line-height: 1.6;
  margin: 0;}
@media (max-width: 640px) {.fresh-panel{
    padding: 64px 20px 60px;
  }.fresh-panel h1{
    margin-bottom: 22px;
  }
}
.text-summary{
  background: #0b0c0e;
  color: #e9eaee;
  padding: 72px 24px 84px;
}
.text-summary .contact-lead{max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 48px 64px;
  align-items: start;}
.text-summary .direct-quote h2{font-size: 1.85rem;
  line-height: 1.2;
  margin: 0 0 20px;
  letter-spacing: 0.01em;}
.text-summary .direct-quote p{margin: 0;
  font-size: 1.02rem;
  line-height: 1.7;}
.text-summary .offer-stack{
  background: #141619;
  color: #c9ccd3;
  padding: 32px 30px 34px;
  border-radius: 10px;
}
.text-summary .offer-stack h3{font-size: 1.15rem;
  line-height: 1.35;
  margin: 0 0 14px;
  color: #e9eaee;}
.text-summary .offer-stack p{margin: 0 0 22px;
  font-size: 0.97rem;
  line-height: 1.65;}
.text-summary .main-links{list-style: none;
  margin: 0;
  padding: 0;}
.text-summary .main-links li{padding: 12px 0;
  font-size: 0.97rem;
  line-height: 1.5;}
.text-summary .main-links li + li{border-top: 1px solid #2a2e35;}
.text-summary .main-links a{color: #ffb347;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;}
.text-summary .main-links a:hover,
.text-summary .main-links a:focus-visible{border-bottom-color: #ffb347;}
@media (max-width: 820px) {.text-summary{
    padding: 56px 20px 64px;
  }.text-summary .contact-lead{
    grid-template-columns: 1fr;
    gap: 36px;
  }.text-summary .direct-quote h2{
    font-size: 1.55rem;
  }
}
.open-headline{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 5rem 1.5rem;
  }
.open-headline .contact-lead{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;}
.open-headline h2{font-size: clamp(1.6rem, 3vw, 2.35rem);
    line-height: 1.2;
    margin: 0 0 0.75rem;
    font-weight: 500;
    letter-spacing: -0.01em;}
.open-headline p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;}
.open-headline .main-links{margin-top: 1rem;}
.open-headline .main-links a{text-decoration: none;
    border-bottom: 1px solid rgba(255, 179, 71, 0.35);
    padding-bottom: 1px;}
.open-headline .main-links a:hover{border-bottom-color: #ffc266;}
@media (min-width: 900px) {.open-headline{
      padding: 6.5rem 2.5rem;
    }.open-headline .contact-lead{
      grid-template-columns: 1fr 1fr;
      column-gap: 3.5rem;
      row-gap: 1.5rem;
    }.open-headline h2{
      grid-column: 1 / -1;
      margin-bottom: 1rem;
    }.open-headline .main-links{
      grid-column: 1 / -1;
      margin-top: 0.5rem;
    }
  }
.open-headline{
  background: #f4f5f7;
  color: #0e1013;
}
.fresh-panel{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 96px 24px 72px;
  }
.fresh-panel .contact-lead{max-width: 1080px;
    margin: 0 auto;}
.fresh-panel h1{font-size: clamp(2rem, 4.4vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.01em;
    margin: 0 0 28px;
    font-weight: 600;}
.fresh-panel .direct-quote{font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    line-height: 1.65;
    margin: 0 0 22px;
    max-width: none;}
.fresh-panel .offer-stack{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;
    opacity: 0.82;}
@media (max-width: 640px) {.fresh-panel{
      padding: 64px 20px 48px;
    }.fresh-panel h1{
      margin-bottom: 20px;
    }
  }
.featured-header{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 72px 24px;
  }
.featured-header .contact-lead{max-width: 1080px;
    margin: 0 auto;}
.featured-header h2{font-size: clamp(1.6rem, 3vw, 2.3rem);
    line-height: 1.2;
    margin: 0 0 20px;
    letter-spacing: 0.01em;}
.featured-header .direct-quote{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 44px;
    max-width: none;}
.featured-header .image{display: flex;
    flex-direction: column;
    gap: 0;}
.featured-header .featured-rail{display: grid;
    grid-template-columns: 130px 1fr;
    gap: 6px 28px;
    padding: 22px 0;}
.featured-header .featured-rail + .featured-rail{border-top: 1px solid #2a2e35;}
.featured-header .service-shell{font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding-top: 3px;}
.featured-header .mark{font-size: 1.05rem;
    line-height: 1.5;}
.featured-header .mark a{color: #ffb347;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.featured-header .mark a:hover{border-bottom-color: #ffb347;}
.featured-header .offer-stack{grid-column: 2 / 3;
    font-size: 0.92rem;
    line-height: 1.55;}
.featured-header .section{margin: 40px 0 0;
    font-size: 1rem;
    line-height: 1.65;}
.featured-header .section a{color: #ffb347;
    text-decoration: none;
    border-bottom: 1px solid #2a2e35;
    transition: border-color 0.2s ease;}
.featured-header .section a:hover{border-bottom-color: #ffb347;}
@media (max-width: 640px) {.featured-header{
      padding: 52px 18px;
    }.featured-header .featured-rail{
      grid-template-columns: 1fr;
      gap: 4px;
    }.featured-header .offer-stack{
      grid-column: 1 / 2;
    }.featured-header .direct-quote{
      margin-bottom: 32px;
    }
  }
.bottom-inner{
  background: #f4f5f7;
  color: #0e1013;
  padding: calc(1.5rem * 2.4) 2.28rem;
}
.bottom-inner .contact-lead{max-width: 1420px;
  margin: 0 auto;
  display: grid;
  gap: calc(1.5rem * .75);}
.bottom-inner h1,
.bottom-inner h2,
.bottom-inner p{margin: 0;}
.bottom-inner h1,
.bottom-inner h2{font-size: calc(18.6px * 2);
  line-height: 1.08;}
.bottom-inner p{max-width: 62ch;
  font-size: calc(18.6px * 1.125);}
.fresh-panel{
  background: #0b0c0e;
  color: #e9eaee;
  padding: 96px 24px 72px;
}
.fresh-panel .contact-lead{max-width: 1080px;
  margin: 0 auto;}
.fresh-panel h1{margin: 0 0 28px;
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -0.01em;}
.fresh-panel .direct-quote{margin: 0 0 22px;
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: none;}
.fresh-panel .offer-stack{margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  max-width: none;}
@media (max-width: 640px) {.fresh-panel{
    padding: 64px 20px 48px;
  }.fresh-panel h1{
    margin-bottom: 20px;
  }.fresh-panel .direct-quote{
    font-size: 1.05rem;
  }
}
.media-panel{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 72px 24px;
  }
.media-panel .contact-lead{max-width: 880px;
    margin: 0 auto;}
.media-panel h2{font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 20px;
    letter-spacing: 0.01em;}
.media-panel .offer-stack{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 24px;}
.media-panel .main-links{font-size: 0.98rem;
    line-height: 1.7;
    margin: 0 0 32px;}
.media-panel .main-links a{text-decoration: none;
    border-bottom: 1px solid rgba(255, 179, 71, 0.4);}
.media-panel .main-links a:hover{border-bottom-color: #ffb347;}
.media-panel .focused-unit{
    display: inline-block;
    background: #ffb347;
    color: #0b0c0e;
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
  }
.media-panel .focused-unit:hover{
    background: #ffc266;color:#e9eaee;}
@media (max-width: 640px) {.media-panel{
      padding: 56px 20px;
    }.media-panel .focused-unit{
      display: block;
      text-align: center;
    }
  }
.media-panel{
  background: #f4f5f7;
  color: #0e1013;
}
.active-callout{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 4.5rem 1.5rem;
  }
.active-callout .contact-lead{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;}
.active-callout .bottom-service h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 1.25rem;
    font-weight: 500;}
.active-callout .bottom-service p{margin: 0 0 0.9rem;
    line-height: 1.65;
    color: #c9ccd3;}
.active-callout .strong-inner{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;}
.active-callout .primary-method{padding: 1.6rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;}
.active-callout .primary-method + .primary-method{border-top: 1px solid #2a2e35;}
.active-callout .top-intro{font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffb347;}
.active-callout .local-plan{margin: 0;
    font-size: 1.15rem;
    line-height: 1.55;}
.active-callout .bottom-block{font-size: 0.92rem;
    color: #c9ccd3;}
.active-callout .section{display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.75rem 1.5rem;}
.active-callout .section p{margin: 0;
    line-height: 1.6;
    color: #c9ccd3;}
.active-callout .section a{color: #ffb347;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.active-callout .section a:hover{color: #ffc266;}
.active-callout .offer-region{display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;}
@media (min-width: 780px) {.active-callout{
      padding: 6rem 2rem;
    }.active-callout .primary-method{
      flex-direction: row;
      align-items: baseline;
      gap: 2rem;
    }.active-callout .top-intro{
      flex: 0 0 120px;
    }.active-callout .local-plan{
      flex: 1 1 auto;
    }.active-callout .bottom-block{
      flex: 0 0 220px;
      text-align: right;
    }
  }
.active-callout{
  background: #0b0c0e;
  color: #e9eaee;
}
.person{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 4.5rem 1.25rem 5rem;
  }
.person .contact-lead{max-width: 1080px;
    margin: 0 auto;}
.person .direct-inner{display: grid;
    gap: 2rem;}
.person .wide-visual{display: grid;
    gap: 0.85rem;}
.person .compact-quote{margin: 0;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;}
.person .wide-visual h1{margin: 0;
    font-size: clamp(1.9rem, 3.4vw, 2.9rem);
    line-height: 1.15;
    font-weight: 600;}
.person .media-footer{margin: 0;
    font-size: 1.1rem;
    line-height: 1.65;}
.person .secondary-summary{
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #15171b;color:#e9eaee;}
.person .secondary-summary img{display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;}
.person .page-rail{display: grid;
    gap: 1.25rem;}
.person .page-rail p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.75;}
.person .media-copy{padding-top: 0.5rem;}
.person .bottom-footer{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
.person .bottom-footer a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.person .bottom-footer a:hover{}
@media (min-width: 900px) {.person{
      padding: 6rem 2rem 6.5rem;
    }.person .direct-inner{
      grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
      grid-template-areas:
        "head media"
        "body body"
        "foot foot";
      column-gap: 3rem;
      row-gap: 2.25rem;
      align-items: start;
    }.person .wide-visual{
      grid-area: head;
    }.person .secondary-summary{
      grid-area: media;
    }.person .page-rail{
      grid-area: body;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: 3rem;
      row-gap: 1.5rem;
    }.person .page-rail p:first-child{
      grid-column: 1 / -1;
    }.person .media-copy{
      grid-area: foot;
    }
  }
.person{
  background: #f4f5f7;
  color: #0e1013;
}
.simple-steps{
  background: #0b0c0e;
  color: #e9eaee;
  padding: 88px 24px 96px;
}
.simple-steps .contact-lead{max-width: 1080px;
  margin: 0 auto;}
.simple-steps .bottom-service{display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 48px 64px;
  align-items: end;
  margin-bottom: 72px;}
.simple-steps .bottom-service h1{margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.01em;}
.simple-steps .direct-quote{margin: 0;
  font-size: 1.0625rem;
  line-height: 1.65;}
.simple-steps .clear-frame{display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 44px;}
.simple-steps .offer-stack h3{margin: 0 0 14px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 500;
  color: #ffb347;}
.simple-steps .offer-stack p{margin: 0;
  font-size: 0.9688rem;
  line-height: 1.7;}
.simple-steps .section{margin: 64px 0 0;
  padding-top: 32px;
  border-top: 1px solid #2a2e35;
  font-size: 1rem;
  line-height: 1.7;}
@media (max-width: 860px) {.simple-steps{
    padding: 64px 20px 72px;
  }.simple-steps .bottom-service{
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 48px;
  }.simple-steps .clear-frame{
    grid-template-columns: 1fr;
    gap: 32px;
  }.simple-steps .section{
    margin-top: 44px;
    padding-top: 24px;
  }
}
.simple-steps{
  background: #0b0c0e;
  color: #e9eaee;
}
.quiet-form{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 72px 24px 80px;
  }
.quiet-form .contact-lead{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: 56px 64px;
    align-items: start;}
.quiet-form .bottom-service{grid-column: 1 / -1;}
.quiet-form h2{margin: 0 0 20px;
    font-size: clamp(1.6rem, 2.6vw, 2.3rem);
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.01em;}
.quiet-form .direct-quote{margin: 0;
    font-size: 1.08rem;
    line-height: 1.7;}
.quiet-form .soft-method p{margin: 0 0 20px;
    line-height: 1.75;
    font-size: 1rem;}
.quiet-form .soft-method p:last-child{margin-bottom: 0;}
.quiet-form .contact-intro{
    background: #15171b;
    color: #e9eaee;
    border: 1px solid #2a2e35;
    border-radius: 10px;
    padding: 28px 26px;
  }
.quiet-form .bottom-block{margin: 0 0 6px;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.02em;}
.quiet-form .content-note{margin: 0 0 22px;
    font-size: 0.92rem;
    line-height: 1.55;}
.quiet-form .quiet-header{list-style: none;
    margin: 0;
    padding: 0;}
.quiet-form .quiet-header li{margin-bottom: 10px;
    font-size: 0.95rem;}
.quiet-form .quiet-header li:last-child{margin-bottom: 0;}
.quiet-form .quiet-header a{text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.quiet-form .quiet-header a:hover{border-bottom-color: #ffb347;}
@media (max-width: 780px) {.quiet-form{
      padding: 56px 20px 64px;
    }.quiet-form .contact-lead{
      grid-template-columns: 1fr;
      gap: 40px;
    }.quiet-form .contact-intro{
      padding: 24px 20px;
    }
  }
.quiet-form{
  background: #f4f5f7;
  color: #0e1013;
}
.secondary-entries{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 72px 24px 88px;
  }
.secondary-entries .contact-lead{max-width: 1080px;
    margin: 0 auto;}
.secondary-entries h2{font-size: clamp(1.7rem, 2.6vw, 2.3rem);
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 600;
    letter-spacing: 0.01em;}
.secondary-entries .direct-quote{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 48px;
    color: #c9ccd3;}
.secondary-entries .image{display: flex;
    flex-direction: column;
    gap: 36px;}
.secondary-entries .featured-rail h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0 0 10px;
    font-weight: 600;}
.secondary-entries .featured-rail p{font-size: 1rem;
    line-height: 1.7;
    margin: 0;
    color: #c9ccd3;}
.secondary-entries .offer-stack{margin: 52px 0 0;
    font-size: 1rem;
    line-height: 1.7;
    color: #e9eaee;}
@media (max-width: 640px) {.secondary-entries{
      padding: 52px 18px 64px;
    }.secondary-entries .direct-quote{
      margin-bottom: 36px;
    }.secondary-entries .image{
      gap: 28px;
    }
  }
.featured-header{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 4.5rem 1.5rem;
  }
.featured-header .contact-lead{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 2.75rem;}
.featured-header .direct-quote h2{margin: 0 0 0.85rem;
    font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.2;
    font-weight: 600;}
.featured-header .direct-quote p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.featured-header .narrow-figure{display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;}
.featured-header .main-links h3{margin: 0 0 0.6rem;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.01em;}
.featured-header .main-links p{margin: 0 0 0.75rem;
    font-size: 0.95rem;
    line-height: 1.6;}
.featured-header .main-links a{text-decoration: none;
    font-size: 0.98rem;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.featured-header .main-links a:hover{border-bottom-color: #ffb347;}
.featured-header .soft-fields h3{margin: 0 0 0.7rem;
    font-size: 1.05rem;
    font-weight: 600;}
.featured-header .soft-fields p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
.featured-header .narrow-grid{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.featured-header .narrow-grid a{text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.featured-header .narrow-grid a:hover{border-bottom-color: #ffb347;}
@media (max-width: 780px) {.featured-header{
      padding: 3rem 1.25rem;
    }.featured-header .narrow-figure{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }
  }
.featured-header{
  background: #f4f5f7;
  color: #0e1013;
}
.person{
    --state-base: #2a2e35;
    background: #0b0c0e;
    color: #e9eaee;
    padding: 4.5rem 1.5rem 5rem;
  }
.person .contact-lead{max-width: 780px;
    margin: 0 auto;}
.person .compact-links{margin-bottom: 2rem;}
.person h1{font-size: clamp(1.9rem, 3.4vw, 2.7rem);
    line-height: 1.15;
    margin: 0 0 0.9rem;
    font-weight: 600;}
.person .team-group{font-size: 1.05rem;
    line-height: 1.55;
    margin: 0 0 0.7rem;}
.person .bottom-contact{font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0;}
.person .visual-section{
    margin: 0 0 2.4rem;
    border-radius: 10px;
    overflow: hidden;
    background: #141619;color:#c9ccd3;}
.person .visual-section img{display: block;
    width: 100%;
    height: auto;}
.person .simple-grid p{font-size: 1.02rem;
    line-height: 1.75;
    margin: 0 0 1.3rem;}
.person .simple-grid p:last-child{margin-bottom: 0;}
.person .set{margin-top: 3rem;
    padding-top: 1.6rem;
    border-top: 1px solid var(--state-base);
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem 1.6rem;}
.person .set .simple-lead{margin: 0;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    flex-basis: 100%;}
.person .set a{font-size: 0.98rem;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.person .set a:hover{border-bottom-color: #ffb347;}
@media (max-width: 600px) {.person{
      padding: 3rem 1.1rem 3.5rem;
    }.person .set{
      flex-direction: column;
      gap: 0.6rem;
    }
  }
.simple-steps{
  background: #0b0c0e;
  color: #e9eaee;
  padding: 72px 24px 88px;
}
.simple-steps .contact-lead{max-width: 1080px;
  margin: 0 auto;}
.simple-steps .compact-links{margin-bottom: 56px;}
.simple-steps .compact-links h2{font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  line-height: 1.15;
  margin: 0 0 18px;
  font-weight: 500;
  letter-spacing: -0.01em;}
.simple-steps .direct-quote{font-size: 1.05rem;
  line-height: 1.65;
  margin: 0;
  color: #c9ccd3;}
.simple-steps .image{display: flex;
  flex-direction: column;
  gap: 56px;}
.simple-steps .direct-inner{display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 40px;
  align-items: start;}
.simple-steps .direct-inner:nth-child(2){grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);}
.simple-steps .direct-inner:nth-child(2) .site-visual{order: 2;}
.simple-steps .site-visual{
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
  background: #15171b;color:#e9eaee;}
.simple-steps .site-visual img{display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;}
.simple-steps .simple-grid h3{font-size: 1.25rem;
  line-height: 1.3;
  margin: 0 0 14px;
  font-weight: 500;}
.simple-steps .simple-grid p{font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  color: #c9ccd3;}
.simple-steps .offer-stack{margin: 64px 0 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #c9ccd3;}
.simple-steps .offer-stack a{color: #ffb347;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 179, 71, 0.4);
  padding-bottom: 1px;}
.simple-steps .offer-stack a:hover{border-bottom-color: #ffc266;}
@media (max-width: 760px) {.simple-steps{
    padding: 56px 18px 64px;
  }.simple-steps .compact-links{
    margin-bottom: 40px;
  }.simple-steps .image{
    gap: 44px;
  }.simple-steps .direct-inner,
  .simple-steps .direct-inner:nth-child(2){
    grid-template-columns: 1fr;
    gap: 20px;
  }.simple-steps .direct-inner:nth-child(2) .site-visual{
    order: 0;
  }.simple-steps .offer-stack{
    margin-top: 48px;
  }
}
.quiet-form{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 72px 24px;
  }
.quiet-form .contact-lead{max-width: 980px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 56px;
    align-items: start;}
.quiet-form .bottom-service h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 18px;
    font-weight: 500;}
.quiet-form .bottom-service p{margin: 0;
    line-height: 1.65;}
.quiet-form .team-content{display: grid;
    gap: 30px;}
.quiet-form .direct-inner h3{font-size: 1.05rem;
    margin: 0 0 8px;
    font-weight: 600;
    letter-spacing: 0.01em;}
.quiet-form .direct-inner p{margin: 0;
    line-height: 1.65;}
.quiet-form .direct-inner ul{list-style: none;
    padding: 0;
    margin: 12px 0 0;
    display: grid;
    gap: 6px;}
.quiet-form .direct-inner li{line-height: 1.5;}
.quiet-form .direct-inner a{text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.quiet-form .direct-inner a:hover{border-bottom-color: #ffb347;}
@media (max-width: 760px) {.quiet-form{
      padding: 48px 20px;
    }.quiet-form .contact-lead{
      grid-template-columns: 1fr;
      gap: 36px;
    }.quiet-form .bottom-service h2{
      font-size: 1.55rem;
    }
  }
.secondary-entries{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 5rem 1.5rem;
  }
.secondary-entries .contact-lead{max-width: 760px;
    margin: 0 auto;}
.secondary-entries h2{font-size: clamp(1.6rem, 3vw, 2.3rem);
    line-height: 1.2;
    margin: 0 0 1.6rem;
    font-weight: 500;}
.secondary-entries .direct-quote{font-size: 1.12rem;
    line-height: 1.65;
    margin: 0 0 1.4rem;
    color: #c9ccd3;}
.secondary-entries p{font-size: 1.02rem;
    line-height: 1.7;
    margin: 0 0 1.2rem;}
.secondary-entries p:last-child{margin-bottom: 0;}
@media (max-width: 640px) {.secondary-entries{
      padding: 3.2rem 1.1rem;
    }.secondary-entries .direct-quote{
      font-size: 1.04rem;
    }
  }
.featured-header{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 72px 24px 88px;
  }
.featured-header .contact-lead{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 44px;}
.featured-header .direct-quote h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 14px;
    font-weight: 600;}
.featured-header .direct-quote p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.featured-header .narrow-figure{display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 32px 40px;}
.featured-header .main-links h3{font-size: 1.05rem;
    margin: 0 0 8px;
    font-weight: 600;}
.featured-header .main-links p{margin: 0 0 10px;
    font-size: 0.95rem;
    line-height: 1.6;}
.featured-header .main-links p.addr{margin-bottom: 0;}
.featured-header .main-links a{text-decoration: none;
    font-size: 0.95rem;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.featured-header .main-links a:hover{border-bottom-color: #ffb347;}
.featured-header .clear-details h3{font-size: 1.05rem;
    margin: 0 0 14px;
    font-weight: 600;}
.featured-header .clear-details ul{list-style: none;
    margin: 0 0 18px;
    padding: 0;
    display: grid;
    gap: 12px;}
.featured-header .clear-details li{font-size: 0.95rem;
    line-height: 1.6;
    padding-left: 18px;
    position: relative;}
.featured-header .clear-details li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 8px;
    height: 1px;
    background: #ff8a3d;color:#0b0c0e;}
.featured-header .clear-details p{margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;}
.featured-header .set{margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;}
.featured-header .set a{text-decoration: none;
    border-bottom: 1px solid #2a2e35;
    transition: border-color 0.2s ease;}
.featured-header .set a:hover{border-bottom-color: #ffb347;}
@media (max-width: 820px) {.featured-header .narrow-figure{
      grid-template-columns: 1fr 1fr;
    }
  }
@media (max-width: 560px) {.featured-header{
      padding: 56px 18px 64px;
    }.featured-header .narrow-figure{
      grid-template-columns: 1fr;
      gap: 28px;
    }.featured-header .direct-quote h2{
      font-size: 1.55rem;
    }
  }
.person{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 72px 20px 88px;
  }
.person .contact-lead{max-width: 1080px;
    margin: 0 auto;}
.person .direct-inner{display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;}
.person .wide-visual{display: flex;
    flex-direction: column;
    gap: 14px;}
.person .compact-quote{font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0;}
.person .wide-visual h1{font-size: clamp(1.9rem, 3.6vw, 2.9rem);
    line-height: 1.15;
    font-weight: 500;
    margin: 0;}
.person .media-footer{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0;}
.person .secondary-summary{margin: 0;}
.person .secondary-summary img{display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
    aspect-ratio: 16 / 9;
    object-fit: cover;}
.person .page-rail{display: flex;
    flex-direction: column;
    gap: 18px;
    font-size: 1.02rem;
    line-height: 1.75;}
.person .page-rail p{margin: 0;}
.person .media-copy{display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;}
.person .main-view{margin: 0;
    font-size: 0.95rem;}
.person .main-links{display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;}
.person .main-links a{text-decoration: none;
    font-size: 0.98rem;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.person .main-links a:hover{border-bottom-color: #ffb347;}
@media (min-width: 860px) {.person{
      padding: 96px 32px 112px;
    }.person .direct-inner{
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      column-gap: 56px;
      row-gap: 36px;
    }.person .wide-visual{
      grid-column: 1 / -1;
    }.person .secondary-summary{
      grid-column: 1 / 2;
      grid-row: 2 / 4;
      align-self: start;
    }.person .page-rail{
      grid-column: 2 / 3;
    }.person .media-copy{
      grid-column: 1 / -1;
      margin-top: 16px;
    }
  }
.simple-steps{
    --gap-wide: 2.5rem;
    background: #0b0c0e;
    color: #e9eaee;
    padding: 4.5rem 1.5rem;
  }
.simple-steps .contact-lead{max-width: 1080px;
    margin: 0 auto;}
.simple-steps .compact-links{margin-bottom: 3rem;}
.simple-steps .compact-links h2{font-size: clamp(1.7rem, 3.2vw, 2.4rem);
    line-height: 1.15;
    margin: 0 0 1rem;
    letter-spacing: 0.01em;}
.simple-steps .direct-quote{font-size: 1.02rem;
    line-height: 1.7;
    color: #c9ccd3;
    margin: 0;}
.simple-steps .team-content{display: flex;
    flex-direction: column;
    gap: var(--gap-wide);}
.simple-steps .direct-inner{display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2rem;
    align-items: start;}
.simple-steps .direct-inner:nth-child(even){grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);}
.simple-steps .direct-inner:nth-child(even) .site-visual{order: 2;}
.simple-steps .site-visual{
    margin: 0;
    background: #15171b;
    border: 1px solid #2a2e35;
    border-radius: 6px;
    overflow: hidden;color:#e9eaee;}
.simple-steps .site-visual img{display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;}
.simple-steps .simple-grid h3{font-size: 1.22rem;
    line-height: 1.3;
    margin: 0 0 0.85rem;}
.simple-steps .simple-grid p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.72;
    color: #c9ccd3;}
@media (max-width: 720px) {.simple-steps{
      padding: 3rem 1.15rem;
    }.simple-steps .direct-inner,
    .simple-steps .direct-inner:nth-child(even){
      grid-template-columns: 1fr;
      gap: 1.1rem;
    }.simple-steps .direct-inner:nth-child(even) .site-visual{
      order: 0;
    }.simple-steps .compact-links{
      margin-bottom: 2.2rem;
    }
  }
.quiet-form{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 88px 24px 96px;
  }
.quiet-form .contact-lead{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 64px;
    align-items: start;}
.quiet-form h2{margin: 0 0 24px;
    font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.2;
    font-weight: 600;}
.quiet-form .bottom-service{margin: 0 0 20px;
    font-size: 1.05rem;
    line-height: 1.7;}
.quiet-form .direct-quote p:last-child{margin: 0;
    line-height: 1.7;}
.quiet-form .hero{
    background: #15171b;
    color: #e9eaee;
    border: 1px solid #2a2e35;
    border-radius: 14px;
    padding: 32px 28px;
  }
.quiet-form .content-note{margin: 0 0 20px;
    font-size: 0.95rem;
    line-height: 1.5;}
.quiet-form .active-actions{list-style: none;
    margin: 0 0 24px;
    padding: 0;}
.quiet-form .active-actions li{padding: 12px 0;
    font-size: 0.98rem;
    line-height: 1.55;
    border-top: 1px solid #2a2e35;}
.quiet-form .active-actions li:first-child{border-top: none;
    padding-top: 0;}
.quiet-form .active-actions a{text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.quiet-form .active-actions a:hover{border-bottom-color: #ffb347;}
.quiet-form .narrow-grid{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.quiet-form .narrow-grid a{text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.quiet-form .narrow-grid a:hover{border-bottom-color: #ffb347;}
@media (max-width: 820px) {.quiet-form{
      padding: 64px 20px 72px;
    }.quiet-form .contact-lead{
      grid-template-columns: 1fr;
      gap: 40px;
    }
  }
.secondary-entries{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 88px 24px 96px;
  }
.secondary-entries .contact-lead{max-width: 1080px;
    margin: 0 auto;}
.secondary-entries h2{font-size: clamp(1.7rem, 3vw, 2.4rem);
    line-height: 1.2;
    margin: 0 0 24px;
    font-weight: 600;}
.secondary-entries .direct-quote{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0 0 18px;}
.secondary-entries .contact-lead > p:last-of-type{font-size: 1rem;
    line-height: 1.6;
    color: #c9ccd3;
    margin: 0 0 56px;}
.secondary-entries .clear-frame{display: grid;
    grid-template-columns: 1fr;
    gap: 0;}
.secondary-entries .offer-stack{padding: 28px 0;
    border-top: 1px solid #2a2e35;}
.secondary-entries .offer-stack:last-child{border-bottom: 1px solid #2a2e35;}
.secondary-entries .offer-stack h3{font-size: 1.15rem;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 1.35;}
.secondary-entries .offer-stack p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: #c9ccd3;}
@media (min-width: 760px) {.secondary-entries{
      padding: 110px 40px 120px;
    }.secondary-entries .clear-frame{
      grid-template-columns: 1fr 1fr;
      column-gap: 64px;
    }.secondary-entries .offer-stack{
      padding: 32px 0;
    }.secondary-entries .offer-stack:nth-last-child(2){
      border-bottom: 1px solid #2a2e35;
    }
  }
.featured-header{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 72px 24px 84px;
  }
.featured-header .contact-lead{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    column-gap: 64px;
    row-gap: 40px;}
.featured-header .direct-quote{grid-column: 1;}
.featured-header .direct-quote h2{font-size: clamp(1.7rem, 2.6vw, 2.4rem);
    line-height: 1.15;
    margin: 0 0 18px;
    font-weight: 600;}
.featured-header .direct-quote p{margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
.featured-header .strong-block{grid-column: 2;
    list-style: none;
    margin: 0;
    padding: 0;}
.featured-header .strong-rail{padding: 22px 0;
    border-top: 1px solid #2a2e35;}
.featured-header .strong-rail:first-child{border-top: none;
    padding-top: 0;}
.featured-header .strong-rail h3{margin: 0 0 8px;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.01em;}
.featured-header .strong-rail p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.68;}
.featured-header .main-links{grid-column: 1 / -1;
    padding-top: 8px;}
.featured-header .main-links p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.7;}
.featured-header .main-links a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.featured-header .main-links a:hover{}
@media (max-width: 820px) {.featured-header{
      padding: 56px 20px 64px;
    }.featured-header .contact-lead{
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 32px;
    }.featured-header .direct-quote,
    .featured-header .strong-block,
    .featured-header .main-links{
      grid-column: 1;
    }
  }
.fresh-panel{
  background: #0b0c0e;
  color: #e9eaee;
  padding: 96px 24px 72px;
}
.fresh-panel .contact-lead{max-width: 1080px;
  margin: 0 auto;}
.fresh-panel h1{margin: 0 0 20px;
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
  font-weight: 500;}
.fresh-panel .direct-quote{margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.65;
  color: #c9ccd3;}
@media (max-width: 640px) {.fresh-panel{
    padding: 64px 18px 48px;
  }.fresh-panel h1{
    margin-bottom: 16px;
  }
}
.service-brand{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 72px 24px;
  }
.service-brand .contact-lead{max-width: 760px;
    margin: 0 auto;}
.service-brand .bottom-service{margin-bottom: 40px;}
.service-brand h2{font-size: 1.9rem;
    font-weight: 600;
    margin: 0 0 16px;
    letter-spacing: 0.01em;}
.service-brand .direct-quote{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.service-brand .bottom-panel{display: flex;
    flex-direction: column;
    gap: 22px;}
.service-brand .direct-inner{display: grid;
    grid-template-columns: 180px 1fr;
    gap: 24px;
    align-items: baseline;}
.service-brand .service-shell{font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;}
.service-brand .direct-inner p{margin: 0;
    line-height: 1.6;}
.service-brand .direct-inner a{color: inherit;
    text-decoration: none;
    border-bottom: 1px solid var(--surface-strong, #ff8a3d);
    padding-bottom: 1px;}
.service-brand .direct-inner a:hover{}
.service-brand .offer-stack{margin: 40px 0 0;
    padding-top: 24px;
    border-top: 1px solid #2a2e35;
    font-size: 0.98rem;
    line-height: 1.65;}
@media (max-width: 620px) {.service-brand{
      padding: 56px 20px;
    }.service-brand .direct-inner{
      grid-template-columns: 1fr;
      gap: 6px;
    }.service-brand h2{
      font-size: 1.55rem;
    }
  }
.active-lead{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 72px 24px;
  }
.active-lead .contact-lead{max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;}
.active-lead .bottom-service h2{font-size: clamp(1.6rem, 3vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 16px;
    font-weight: 500;}
.active-lead .bottom-service p{margin: 0 0 14px;
    line-height: 1.65;
    font-size: 1rem;}
.active-lead form{display: flex;
    flex-direction: column;
    gap: 22px;}
.active-lead .narrow-header{display: flex;
    flex-direction: column;
    gap: 8px;}
.active-lead .narrow-header label{font-size: 0.95rem;
    letter-spacing: 0.01em;}
.active-lead .narrow-header input,
  .active-lead .narrow-header textarea{
    background: #15171b;
    color: #e9eaee;
    border: 1px solid #2a2e35;
    border-radius: 6px;
    padding: 12px 14px;
    font: inherit;
    font-size: 1rem;
    line-height: 1.5;
    width: 100%;
    box-sizing: border-box;
  }
.active-lead .narrow-header input:focus,
  .active-lead .narrow-header textarea:focus{outline: none;
    border-color: #ffb347;}
.active-lead .narrow-header textarea{resize: vertical;
    min-height: 120px;}
.active-lead button{
    align-self: flex-start;
    background: #ffb347;
    color: #0b0c0e;
    border: none;
    border-radius: 6px;
    padding: 13px 28px;
    font: inherit;
    font-size: 1rem;
    cursor: pointer;
  }
.active-lead button:hover{
    background: #ffc266;color:#e9eaee;}
.active-lead .offer-stack p{margin: 0;
    line-height: 1.65;
    font-size: 0.95rem;}
.active-lead .offer-stack a{color: #ffb347;
    text-decoration: none;}
.active-lead .offer-stack a:hover{text-decoration: underline;}
@media (max-width: 560px) {.active-lead{
      padding: 48px 18px;
    }.active-lead button{
      align-self: stretch;
      text-align: center;
    }
  }
.active-lead{
  background: #0b0c0e;
  color: #e9eaee;
}
.focused-links{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 72px 24px;
  }
.focused-links .contact-lead{max-width: 1080px;
    margin: 0 auto;}
.focused-links .bottom-service{margin-bottom: 48px;}
.focused-links h2{font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 18px;
    font-weight: 500;}
.focused-links .bottom-service p{margin: 0;
    line-height: 1.65;}
.focused-links .offer-section{display: flex;
    flex-wrap: wrap;
    gap: 48px;}
.focused-links .bottom-panel{flex: 1 1 340px;}
.focused-links .content-rail{flex: 1 1 300px;}
.focused-links h3{font-size: 1.15rem;
    margin: 0 0 20px;
    font-weight: 500;
    letter-spacing: 0.02em;}
.focused-links dl{margin: 0 0 24px;}
.focused-links dt{font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 4px;}
.focused-links dd{margin: 0 0 18px;
    line-height: 1.55;}
.focused-links a{text-decoration: none;}
.focused-links a:hover{text-decoration: underline;}
.focused-links .content-rail ul{list-style: none;
    padding: 0;
    margin: 0 0 24px;}
.focused-links .content-rail li{padding: 12px 0;
    line-height: 1.55;
    border-top: 1px solid #2a2e35;}
.focused-links .content-rail li:last-child{border-bottom: 1px solid #2a2e35;}
.focused-links .offer-stack{margin: 0;
    line-height: 1.6;
    font-size: 0.95rem;}
@media (max-width: 720px) {.focused-links{
      padding: 52px 18px;
    }.focused-links h2{
      font-size: 1.6rem;
    }.focused-links .offer-section{
      gap: 36px;
    }
  }
.focused-links{
  background: #f4f5f7;
  color: #0e1013;
}
.service-brand{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 72px 24px;
  }
.service-brand .contact-lead{max-width: 880px;
    margin: 0 auto;}
.service-brand h2{font-size: 1.7rem;
    font-weight: 600;
    margin: 0 0 16px;
    letter-spacing: 0.01em;}
.service-brand .direct-quote{margin: 0 0 40px;
    line-height: 1.6;}
.service-brand .bottom-panel{margin: 0;
    display: block;}
.service-brand .featured-rail{display: grid;
    grid-template-columns: 200px 1fr;
    gap: 12px 32px;
    padding: 18px 0;
    border-top: 1px solid #2a2e35;}
.service-brand .featured-rail:last-child{border-bottom: 1px solid #2a2e35;}
.service-brand dt{font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding-top: 2px;}
.service-brand dd{margin: 0;
    line-height: 1.6;}
.service-brand dd a{color: #ffb347;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.service-brand dd a:hover{border-bottom-color: #ffb347;}
@media (max-width: 640px) {.service-brand{
      padding: 48px 18px;
    }.service-brand .featured-rail{
      grid-template-columns: 1fr;
      gap: 6px;
    }
  }
.top-lead{
  background: #0b0c0e;
  color: #e9eaee;
  padding: 72px 24px 88px;
}
.top-lead .contact-lead{max-width: 1080px;
  margin: 0 auto;}
.top-lead .bottom-service{margin-bottom: 48px;}
.top-lead .bottom-service h2{font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.15;
  margin: 0 0 18px;
  font-weight: 500;
  letter-spacing: 0.01em;}
.top-lead .direct-quote{font-size: 17px;
  line-height: 1.65;
  margin: 0;}
.top-lead .image{display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 56px;
  row-gap: 40px;}
.top-lead .direct-inner h3{font-size: 19px;
  font-weight: 600;
  margin: 0 0 12px;
  letter-spacing: 0.005em;}
.top-lead .direct-inner p{font-size: 15.5px;
  line-height: 1.7;
  margin: 0;}
.top-lead .hero{list-style: none;
  padding: 0;
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.9;}
.top-lead .hero a{text-decoration: none;
  border-bottom: 1px solid rgba(255, 179, 71, 0.35);}
.top-lead .hero a:hover{}
@media (max-width: 760px) {.top-lead{
    padding: 56px 20px 64px;
  }.top-lead .image{
    grid-template-columns: 1fr;
    row-gap: 32px;
  }.top-lead .bottom-service{
    margin-bottom: 36px;
  }
}
.top-lead{
  background: #f4f5f7;
  color: #0e1013;
}
.quiet-headline{padding:calc(1.5rem * 2.4) 2.28rem;background:#0b0c0e;color:#e9eaee;}
.quiet-visual{max-width:1420px;margin:0 auto;}
.quiet-headline h1{margin:0;font-size:calc(18.6px * 2.65);line-height:1.08;}
.primary-actions{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 72px 24px 88px;
  }
.primary-actions .contact-lead{max-width: 1040px;
    margin: 0 auto;}
.primary-actions .bottom-service{margin-bottom: 48px;}
.primary-actions .bottom-service h2{font-size: clamp(1.7rem, 3vw, 2.4rem);
    line-height: 1.2;
    margin: 0 0 18px;
    letter-spacing: 0.01em;}
.primary-actions .bottom-service p{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;
    color: #c9ccd3;}
.primary-actions .team-content{margin: 0;
    display: block;}
.primary-actions .direct-inner{padding: 26px 0;
    border-top: 1px solid #2a2e35;}
.primary-actions .direct-inner:last-child{border-bottom: 1px solid #2a2e35;}
.primary-actions .direct-inner dt{font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0.01em;}
.primary-actions .direct-inner dd{margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    color: #c9ccd3;}
.primary-actions .soft-quote{margin: 40px 0 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #c9ccd3;}
.primary-actions .soft-quote a{color: #ffb347;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 179, 71, 0.4);}
.primary-actions .soft-quote a:hover{border-bottom-color: #ffb347;}
@media (max-width: 640px) {.primary-actions{
      padding: 48px 18px 64px;
    }.primary-actions .bottom-service{
      margin-bottom: 32px;
    }.primary-actions .direct-inner{
      padding: 22px 0;
    }
  }
.primary-actions{
  background: #0b0c0e;
  color: #e9eaee;
}
.fresh-panel{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 96px 24px 72px;
  }
.fresh-panel .contact-lead{max-width: 780px;
    margin: 0 auto;}
.fresh-panel h1{font-size: clamp(2rem, 4.2vw, 3.1rem);
    line-height: 1.12;
    letter-spacing: -0.01em;
    margin: 0 0 20px;
    font-weight: 600;}
.fresh-panel .direct-quote{font-size: 1.0625rem;
    line-height: 1.65;
    margin: 0;}
@media (max-width: 640px) {.fresh-panel{
      padding: 64px 20px 48px;
    }.fresh-panel h1{
      margin-bottom: 16px;
    }
  }
.media-panel{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 96px 24px 104px;
  }
.media-panel .contact-lead{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 28px;}
.media-panel h2{margin: 0;
    font-size: clamp(1.9rem, 3.4vw, 2.9rem);
    line-height: 1.15;
    letter-spacing: 0.01em;}
.media-panel .direct-quote{margin: 0;
    font-size: 1.08rem;
    line-height: 1.7;}
.media-panel .offer-stack{
    margin: 0;
    padding: 18px 22px;
    background: #15171b;
    color: #e9eaee;
    border: 1px solid #2a2e35;
    border-radius: 10px;
    font-size: 0.98rem;
    line-height: 1.65;
  }
.media-panel .main-links{display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 28px;
    padding-top: 10px;}
.media-panel .focused-unit{
    display: inline-block;
    padding: 14px 30px;
    background: #ffb347;
    color: #0b0c0e;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: background 0.2s ease;
  }
.media-panel .focused-unit:hover{
    background: #ffc266;color:#e9eaee;}
.media-panel .simple-lead{font-size: 0.95rem;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(255, 179, 71, 0.45);}
.media-panel .simple-lead:hover{border-bottom-color: #ff8a3d;}
@media (max-width: 640px) {.media-panel{
      padding: 64px 18px 72px;
    }.media-panel .main-links{
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
    }.media-panel .focused-unit{
      width: 100%;
      text-align: center;
    }
  }
.soft-nav{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 72px 24px 88px;
  }
.soft-nav .contact-lead{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 48px;}
.soft-nav .direct-quote h1{font-size: clamp(1.9rem, 3.4vw, 2.7rem);
    line-height: 1.15;
    margin: 0 0 18px;
    letter-spacing: 0.01em;}
.soft-nav .direct-quote p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;}
.soft-nav .strong-block{display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;}
.soft-nav .strong-rail h2{font-size: 1.15rem;
    margin: 0 0 10px;
    letter-spacing: 0.02em;
    color: var(--ink-inverse, #ffb347);}
.soft-nav .strong-rail p{margin: 0;
    line-height: 1.65;}
.soft-nav .hero{
    background: #15171b;
    color: #e9eaee;
    border: 1px solid #2a2e35;
    border-radius: 10px;
    padding: 32px 28px;
  }
.soft-nav .hero h2{font-size: 1.2rem;
    margin: 0 0 12px;}
.soft-nav .hero p{margin: 0 0 16px;
    line-height: 1.65;}
.soft-nav .hero ul{list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;}
.soft-nav .hero li{line-height: 1.6;}
.soft-nav .hero a{color: var(--ink-inverse, #ffb347);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 179, 71, 0.4);}
.soft-nav .hero a:hover{border-bottom-color: var(--ink-inverse, #ffb347);}
.soft-nav .main-links{margin: 0;
    line-height: 1.7;}
.soft-nav .main-links a{color: var(--ink-inverse, #ffb347);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 179, 71, 0.4);}
.soft-nav .main-links a:hover{border-bottom-color: var(--ink-inverse, #ffb347);}
@media (max-width: 820px) {.soft-nav{
      padding: 56px 20px 64px;
    }.soft-nav .strong-block{
      grid-template-columns: 1fr;
      gap: 26px;
    }
  }
.soft-nav{
  background: #0b0c0e;
  color: #e9eaee;
}
.404{
    background: #0b0c0e;
    color: #e9eaee;
    padding: 96px 24px 104px;
  }
.404 .contact-lead{
    max-width: 720px;
    margin: 0 auto;
  }
.404 .team-copy{
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin: 0 0 20px;
    opacity: 0.6;
  }
.404 h1{
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.15;
    font-weight: 500;
    margin: 0 0 24px;
  }
.404 .direct-quote{
    font-size: 17px;
    line-height: 1.6;
    margin: 0 0 18px;
    opacity: 0.9;
  }
.404 .offer-stack{
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 36px;
    opacity: 0.72;
  }
.404 .main-links{
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    align-items: center;
  }
.404 .main-links a{
    font-size: 15px;
    text-decoration: none;
    color: inherit;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(233, 234, 238, 0.25);
    transition: border-color 0.2s ease, color 0.2s ease;
  }
.404 .main-links a:hover{
    border-color: #ffb347;
  }
.404 .main-links .active-note{
    background: #ffb347;
    color: #0b0c0e;
    padding: 12px 22px;
    border-radius: 4px;
    border-bottom: none;
    font-weight: 500;
  }
.404 .main-links .active-note:hover{
    background: #ffc266;
    color: #0b0c0e;
  }
@media (max-width: 560px) {.404{
      padding: 72px 20px 80px;
    }.404 .main-links{
      gap: 12px 18px;
    }
  }
.404{
  background: #f4f5f7;
  color: #0e1013;
}
