/* White / burgundy homepage. Scoped so admin, employee and document screens are unaffected. */
.home-page { --home-red: #8c1424; --home-ink: #1c2023; --home-muted: #62676c; --home-line: #e1e3e4; color: var(--home-ink); background: #fff; font-weight: 300; }
.home-page [hidden] { display: none !important; }
.home-page .container { width: min(1240px, calc(100% - 64px)); }
.home-page .topbar { display: none; }
.home-page .site-header { background: rgba(255,255,255,.97); border-bottom: 1px solid var(--home-line); box-shadow: none; }
.home-page .nav, .home-page .nav.scrolled { background: transparent; border: 0; box-shadow: none; backdrop-filter: none; }
.home-page .nav__inner { min-height: 88px; height: auto; }
.home-page .brand { gap: 10px; }
.home-page .brand__logo { width: 53px; height: 60px; object-fit: contain; filter: none; }
.home-page .brand__text, .home-page .brand__text strong { color: #191d20; text-shadow: none; font-size: 1.28rem; letter-spacing: -.035em; }
.home-page .brand__text small { font-size: .6rem; color: #5c6165; letter-spacing: .11em; }
.home-page .nav__links { gap: 23px; }
.home-page .nav__links > a { color: #33383c; font-weight: 400; font-size: .9rem; }
.home-page .nav__links > a::after { background: var(--home-red); }
.home-page .nav__links > a.active, .home-page .nav__links > a:hover { color: var(--home-red); }
.home-page .nav__links > a.nav--active:not(.btn) { color: var(--home-red); }
.home-page .btn { border-radius: 3px; font-weight: 500; font-size: .92rem; padding: 14px 24px; box-shadow: none; }
.home-page .btn--gold, .home-page .nav__links > .btn { background: var(--home-red); color: #fff; border: 1px solid var(--home-red); box-shadow: none; }
.home-page .btn--gold:hover { background: #69101c; color: #fff; filter: none; box-shadow: none; }
.home-page .btn--outline { border-color: #bdc1c4; color: var(--home-ink); background: #fff; }
.home-page .btn--outline:hover { border-color: var(--home-red); color: var(--home-red); }
.home-page .btn--sm { padding: 11px 19px; }
.home-page .nav__toggle { color: var(--home-ink); border-color: var(--home-line); background: #f5f5f5; }
.home-page .hero { background: #fff; color: var(--home-ink); padding: 126px 0 36px; min-height: 0; overflow: visible; }
.home-page .hero::before, .home-page .hero::after { display: none; }
.home-page .hero__inner { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(30px, 4vw, 64px); padding: 0; min-height: 0; }
.home-page .hero__content { max-width: none; padding: 24px 0; }
.home-page .hero__eyebrow { color: var(--home-red); border: 0; border-radius: 0; padding: 0; background: none; font-size: .77rem; font-weight: 500; letter-spacing: .09em; box-shadow: none; }
.home-page .hero h1 { color: var(--home-ink); font-size: clamp(2rem, 3.8vw, 3.7rem); line-height: 1.5; letter-spacing: -.035em; font-weight: 600; text-shadow: none; margin: 20px 0 14px; white-space: pre-line; }
.home-page .hero h1 span { color: inherit; }
.home-page .hero__slogan { font-size: clamp(1rem, 1.5vw, 1.25rem); color: var(--home-ink); line-height: 1.8; margin: 0 0 16px; font-weight: 400; }
.home-page .hero__desc { color: var(--home-muted); font-size: .98rem; line-height: 1.95; margin: 0; max-width: 500px; }
.home-page .hero__cta { margin-top: 28px; gap: 12px; display: flex; flex-wrap: wrap; }
.home-page .hero__videobtn { color: var(--home-red); background: #f7f4f4; border: 0; }
.home-hero-figure { margin: 0; min-width: 0; }
#homeHeroMedia { aspect-ratio: 1.12; background: #f2f3f2; overflow: hidden; }
#homeHeroMedia img { width: 100%; height: 100%; object-fit: cover; }
#homeHeroCaption { text-align: right; font-size: .76rem; color: var(--home-muted); margin-top: 12px; }
.home-trust { display: grid; grid-template-columns: repeat(3, 1fr); padding: 26px 0; border-top: 1px solid var(--home-line); border-bottom: 1px solid var(--home-line); }
.home-trust > span { display: flex; justify-content: center; align-items: center; gap: 18px; }
.home-trust > span + span { border-left: 1px solid var(--home-line); }
.home-trust svg { width: 30px; height: 30px; fill: none; stroke: var(--home-red); stroke-width: 1.35; }
.home-trust b { font-weight: 400; font-size: 1.05rem; }
.home-page .section { padding: 70px 0; scroll-margin-top: 88px; }
.home-page .section--dark, .home-page .section--cream { background: #fff; color: var(--home-ink); }
.home-page .section__head { width: min(1240px, calc(100% - 64px)); max-width: none; text-align: left; margin: 0 auto 30px; }
.home-page .section__head--row { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.home-page .section__head-main { max-width: 730px; }
.home-page h2, .home-page .section--dark h2 { color: var(--home-ink); font-weight: 500; font-size: clamp(1.55rem, 2.4vw, 2.2rem); line-height: 1.6; letter-spacing: -.02em; }
.home-page .eyebrow, .home-page .eyebrow--light { color: var(--home-red); font-size: .73rem; letter-spacing: .12em; margin-bottom: 10px; }
.home-page .eyebrow::before { background: var(--home-red); width: 20px; }
.home-page .section__sub { color: var(--home-muted); font-size: .98rem; line-height: 1.9; margin-top: 10px; }
.home-page .seeall { color: var(--home-red); border: 0; border-radius: 0; padding: 8px 0; background: none; font-size: .9rem; }
.home-page #servicesGrid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 38px 24px; }
.home-page .scard { grid-column: span 2; border: 0; border-radius: 0; box-shadow: none; background: transparent; overflow: visible; display: flex; flex-direction: column; }
.home-page .scard.home-service-wide { grid-column: span 3; }
.home-page .scard:hover { transform: none; box-shadow: none; }
.home-page .scard__media { height: auto; aspect-ratio: 4/3; min-height: 0; border-radius: 2px; overflow: hidden; background: #f3f3f3; }
.home-page .home-service-wide .scard__media { aspect-ratio: 2.5; }
.home-page .scard__media::after, .home-page .scard__media::before { display: none; }
.home-page .scard__media img { width: 100%; height: 100%; transition: transform .28s ease; }
.home-page .scard:hover .scard__media img { transform: scale(1.025); }
.home-page .scard__badge { display: none; }
.home-page .scard__body { padding: 18px 0 0; flex: 1; display: flex; flex-direction: column; }
.home-page .scard h3 { font-size: 1.13rem; line-height: 1.7; font-weight: 500; color: var(--home-ink); margin: 0; display: flex; align-items: baseline; gap: 12px; }
.home-service-number { font-size: 1.45rem; font-weight: 400; color: var(--home-red); }
.home-page .scard p { color: var(--home-muted); font-size: .92rem; line-height: 1.85; margin: 10px 0 16px; }
.home-page .scard__link { color: var(--home-red); font-weight: 400; font-size: .88rem; margin-top: auto; align-self: flex-start; }
.home-page .scard__link span:last-child { transition: transform .2s; }
.home-page .scard__link:hover span:last-child { transform: translateX(5px); }
.home-image-missing { background: #f5f1ed; display: grid; place-items: center; }
.home-image-label { color: #8a6e65; font-size: 1rem; padding: 20px; text-align: center; }
.home-page #activities { padding-top: 22px; }
.home-activities { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.home-activity { display: block; min-width: 0; }
.home-activity-media { aspect-ratio: 1.65; background: #f5f5f5; overflow: hidden; }
.home-activity-media img { width: 100%; height: 100%; transition: transform .25s; }
.home-activity:hover img { transform: scale(1.025); }
.home-activity-date { display: block; color: var(--home-muted); font-size: .76rem; margin-top: 16px; }
.home-activity h3 { font-size: 1.08rem; line-height: 1.8; font-weight: 400; margin: 6px 0 10px; }
.home-text-link { color: var(--home-red); font-size: .88rem; }
.home-page #app { background: #f4f5f5; }
.home-page .app { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: center; }
.home-page .app__text p { color: var(--home-muted); line-height: 1.9; font-size: .98rem; }
.home-page .app__features { color: var(--home-ink); font-size: .9rem; display: grid; gap: 12px; }
.home-page .app__features li::before { color: var(--home-red); }
.home-page .app__features li { color: var(--home-ink); font-size: .93rem; }
.home-page .app__features li::before { background: #e8dddd; }
.home-page .careers__intro > p, .home-page .jcard li { color: var(--home-muted); }
.home-page .contact__info .contact__list li > span:not(.cic) span { color: var(--home-ink); }
.home-page .scard__link, .home-page .scard:hover .scard__link { width: auto; height: auto; padding: 0; border: 0; border-radius: 0; background: none; color: var(--home-red); }
.home-page .about__photo { border-radius: 2px; box-shadow: none; background: #fff; }
.home-page #homeAppMedia { display: block; position: static; min-height: 0; padding: 0; width: 100%; background: transparent; }
.home-page #homeAppMedia img { width: 100%; height: auto; aspect-ratio: 1.5; position: static; border-radius: 2px; border: 0; box-shadow: none; transform: none; }
.home-page .about { grid-template-columns: 260px minmax(0,1fr); align-items: start; gap: 52px; }
.home-page .about__photo { width: 100%; }
.home-page .about__photo img { border-radius: 2px; height: auto; width: 100%; }
.home-page .about__plate { position: static; background: #fff; color: var(--home-ink); border: 0; box-shadow: none; padding: 16px 0; backdrop-filter: none; }
.home-page .about__plate strong, .home-page .about__plate span, .home-page .about__plate em { color: var(--home-ink); }
.home-page .about__body { max-width: none; }
.home-page .about__story { font-size: .95rem; color: var(--home-muted); line-height: 1.95; }
.home-about-more { margin-top: 16px; }
.home-about-more summary { color: var(--home-red); cursor: pointer; padding: 10px 0; }
.home-page .about__quote { border-color: var(--home-red); background: #f6f6f6; color: var(--home-muted); }
.home-page .vm__card { box-shadow: none; border: 1px solid var(--home-line); border-radius: 2px; }
.home-page .home-steps { padding-top: 0; }
.home-steps-grid { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; padding: 0; margin-top: 28px; }
.home-steps-grid li { border-top: 1px solid var(--home-line); padding-top: 24px; }
.home-step-number { color: var(--home-red); font-size: 1.6rem; display: block; margin-bottom: 12px; }
.home-steps-grid h3 { font-size: 1.05rem; font-weight: 500; margin-bottom: 10px; }
.home-steps-grid p { color: var(--home-muted); font-size: .93rem; line-height: 1.9; }
.home-page .home-cta { padding: 38px 0; background: var(--home-red); color: #fff; }
.home-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.home-page .home-cta h2 { color: #fff; font-size: 1.9rem; }
.home-cta p { color: #eedfe1; margin-top: 6px; }
.home-page .home-cta .btn { background: #fff; color: var(--home-red); border-color: #fff; }
.home-page #solutions, .home-page #articles, .home-page #careers { border-top: 1px solid var(--home-line); }
.home-page .acard, .home-page .post, .home-page .jcard { border: 1px solid var(--home-line); border-radius: 3px; box-shadow: none; background: #fff; }
.home-page .acard h3, .home-page .post h3, .home-page .jcard h4 { color: var(--home-ink); }
.home-page .acard p, .home-page .post p { color: var(--home-muted); }
.home-page .addon { box-shadow: none; background: #f5f5f5; border: 0; border-radius: 3px; color: var(--home-ink); }
.home-page .client { box-shadow: none; border-radius: 2px; border-color: var(--home-line); }
.home-page .statband { padding: 24px 0; background: #fff; }
.home-page .statband__card { transform: none; background: #fafafa; border-radius: 0; box-shadow: none; border: 1px solid var(--home-line); }
.home-page .contact { gap: 48px; }
.home-page .contact__info { position: static; background: #fff; color: var(--home-ink); box-shadow: none; border: 0; padding: 0; }
.home-page .contact__info a, .home-page .contact__info b, .home-page .contact__info .contact__list li, .home-page .contact__info .contact__list li > span:not(.cic) { color: var(--home-ink); }
.home-page .contact__info .contact__list li { border-color: var(--home-line); }
.home-page .contact__form { padding: 28px; border-radius: 3px; border: 1px solid var(--home-line); box-shadow: none; }
.home-page .contact__form input, .home-page .contact__form select, .home-page .contact__form textarea { border-radius: 3px; }
.home-page .footer { background: #f7f7f7; color: var(--home-muted); border-top: 1px solid var(--home-line); }
.home-page .footer__col h4, .home-page .footer__brand, .home-page .footer__brand strong { color: var(--home-ink); }
.home-page .footer p, .home-page .footer__col a, .home-page .footer__bar { color: var(--home-muted); }
.home-page .footer__bar { border-top: 1px solid var(--home-line); }
.home-page .footer__brand img { filter: none; }
.home-page .line-fab { border-radius: 5px; box-shadow: 0 4px 12px #0001; font-size: .8rem; padding: 10px 14px; }
.home-page .to-top { background: #fff; color: var(--home-red); border-color: var(--home-line); box-shadow: none; }
.home-page :focus-visible { outline: 2px solid var(--home-red); outline-offset: 5px; }
@media (max-width: 1100px) {
  .home-page .nav__links { gap: 12px; }
  .home-page .nav__links > a { font-size: .8rem; }
  .home-page .hero__inner { gap: 28px; }
  .home-page .hero h1 { font-size: 2.55rem; }
}
@media (max-width: 1000px) {
  .home-page .nav__links.mobile-open { background: #fff; border-bottom: 1px solid var(--home-line); box-shadow: 0 12px 20px #0001; }
  .home-page .nav__links.mobile-open a { font-size: 1rem; padding: 13px 24px; }
  .home-page .nav__links.mobile-open a:not(.btn) { display: block; }
  .home-page .about { grid-template-columns: 220px minmax(0, 1fr); gap: 28px; }
  .home-page .hero h1 { font-size: 2.25rem; }
}
@media (max-width: 760px) {
  .home-page .container, .home-page .section__head { width: calc(100% - 36px); }
  .home-page .nav__inner { min-height: 74px; }
  .home-page .brand__logo { width: 40px; height: 48px; }
  .home-page .brand__text, .home-page .brand__text strong { font-size: 1.08rem; }
  .home-page .hero { padding: 102px 0 28px; }
  .home-page .hero__inner { grid-template-columns: 1fr; gap: 28px; }
  .home-page .hero__content { padding: 0; }
  .home-page .hero h1 { font-size: clamp(2rem, 7.7vw, 3.4rem); margin-top: 18px; }
  .home-page .hero__desc { max-width: none; }
  #homeHeroMedia { aspect-ratio: 4/3; }
  .home-trust { padding: 20px 0; gap: 8px; }
  .home-trust > span { flex-direction: column; gap: 8px; text-align: center; }
  .home-trust b { font-size: .83rem; }
  .home-trust svg { width: 25px; height: 25px; }
  .home-page .section { padding: 44px 0; scroll-margin-top: 84px; }
  .home-page .section__head--row { align-items: start; flex-direction: column; gap: 4px; }
  .home-page #servicesGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 18px; }
  .home-page .scard, .home-page .scard.home-service-wide { grid-column: span 1; }
  .home-page .scard:first-child { grid-column: 1/-1; }
  .home-page .scard:first-child .scard__media { aspect-ratio: 1.7; }
  .home-page .home-service-wide .scard__media { aspect-ratio: 4/3; }
  .home-page .scard h3 { display: block; font-size: 1rem; }
  .home-service-number { margin-right: 8px; font-size: 1.2rem; }
  .home-page .scard p { font-size: .86rem; }
  .home-page .app, .home-page .about, .home-page .contact { grid-template-columns: 1fr; gap: 28px; }
  .home-page .about__photo { max-width: 230px; }
  .home-activities { gap: 28px; grid-template-columns: 1fr; }
  .home-steps-grid { grid-template-columns: 1fr; gap: 24px; }
  .home-page .home-steps { padding-top: 0; }
  .home-steps-grid li { padding-top: 18px; }
  .home-step-number { font-size: 1.3rem; margin-bottom: 6px; }
  .home-cta .container { flex-direction: column; align-items: flex-start; }
  .home-page .home-cta h2 { font-size: 1.6rem; }
  .home-page .contact__form { padding: 22px 18px; }
  .home-page .mobile-actionbar__primary { background: var(--home-red); color: #fff; }
}
@media (max-width: 380px) {
  .home-page .brand__text small { font-size: .5rem; }
  .home-page .nav__links .btn { padding: 9px 10px; font-size: .72rem; }
  .home-page #servicesGrid { grid-template-columns: 1fr; }
  .home-page .scard:first-child { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .home-page *, .home-page *::before, .home-page *::after { animation: none !important; transition: none !important; }
}

/* Approved concept 3: clear hierarchy, numbered cards and horizontal activity stories. */
.home-page { --home-red: #a50920; font-weight: 400; }
.home-page .hero { padding-top: 112px; padding-bottom: 40px; }
.home-page .hero__inner { grid-template-columns: .82fr 1.18fr; gap: 36px; }
.home-page .hero h1 { font-size: clamp(2.2rem, 3.9vw, 3.8rem); font-weight: 700; line-height: 1.35; letter-spacing: -.045em; margin: 24px 0; }
.home-page .hero h1 .home-title-line { display: block; }
.home-page .hero h1 .home-title-accent { color: var(--home-red); }
.home-page .hero__eyebrow { font-size: .93rem; letter-spacing: 0; }
.home-page .hero__slogan { font-size: 1rem; line-height: 1.8; margin-bottom: 12px; }
.home-page .hero__slogan:empty, .home-page .hero__desc:empty { display: none; }
.home-page .hero__desc { font-size: 1rem; color: #373c40; line-height: 1.8; }
.home-page .hero__cta .btn--outline { border: 0; padding-inline: 12px; color: var(--home-red); }
.home-page .hero__cta a::after, .home-page .home-cta .btn::after { content: ' →'; margin-left: 10px; }
.home-page .home-hero-figure { position: relative; isolation: isolate; }
.home-page .home-hero-figure::after { content: ''; position: absolute; right: -14px; bottom: -16px; width: 32%; height: 42%; background: var(--home-red); z-index: -1; }
.home-page #homeHeroMedia { border-radius: 7px; aspect-ratio: 1.27; }
.home-page #homeHeroCaption { position: absolute; bottom: 20px; left: 20px; right: auto; max-width: calc(100% - 40px); margin: 0; background: #fff; border: 1px solid #ececec; padding: 17px 20px; border-radius: 5px; color: #272b30; font-size: .84rem; text-align: left; box-shadow: 0 5px 15px #00000012; }
.home-page #homeHeroCaption::before { content: '✓'; color: var(--home-red); display: inline-grid; place-items: center; width: 25px; height: 29px; border: 1.5px solid var(--home-red); border-radius: 9px 9px 13px 13px; margin-right: 12px; font-weight: 700; }
.home-page .home-trust { padding: 25px 0; }
.home-page .home-trust > span { display: grid; grid-template-columns: 40px auto; justify-content: center; column-gap: 18px; row-gap: 4px; }
.home-page .home-trust svg { grid-column: 1; grid-row: 1 / 3; align-self: center; width: 38px; height: 38px; }
.home-page .home-trust b { grid-column: 2; font-weight: 600; }
.home-trust-copy { grid-column: 2; color: var(--home-muted); font-size: .8rem; line-height: 1.65; }
.home-page .section { padding: 52px 0; }
.home-page h2 { font-weight: 650; }
.home-page .section__head { margin-bottom: 24px; }
.home-page #servicesGrid { gap: 26px; }
.home-page .scard { border: 1px solid #dfe1e2; border-radius: 9px; overflow: hidden; background: white; transition: border-color .2s, box-shadow .2s; }
.home-page .scard:hover, .home-page .scard:focus-within { border-color: #bc6772; box-shadow: 0 8px 24px #6f14200d; }
.home-page .scard__media { position: relative; border-radius: 0; aspect-ratio: 1.48; }
.home-page .home-service-number { position: absolute; top: 0; left: 0; background: var(--home-red); color: white; padding: 8px 13px; border-radius: 0 0 5px 0; font-size: 1.3rem; font-weight: 600; line-height: 1.4; }
.home-page .scard__body { padding: 19px 21px 20px; }
.home-page .scard h3 { font-size: 1.08rem; font-weight: 600; line-height: 1.65; }
.home-page .scard p { font-size: .87rem; line-height: 1.8; margin-bottom: 24px; }
.home-page .scard__link, .home-page .scard:hover .scard__link { display: flex; justify-content: space-between; align-items: center; width: 100%; transform: none; }
.home-page .scard__link span:last-child { border: 1px solid var(--home-red); border-radius: 50%; width: 30px; height: 30px; display: grid; place-items: center; }
.home-page .scard__link:hover span:last-child { background: var(--home-red); color: white; transform: translateX(2px); }
.home-page .scard.home-service-wide { display: grid; grid-template-columns: 53% minmax(0,1fr); min-height: 215px; }
.home-page .home-service-wide .scard__media { aspect-ratio: auto; height: 100%; padding: 12px; background: #fff; }
.home-page .home-service-wide .scard__media img { border-radius: 4px; }
.home-page .home-service-wide .scard__body { padding: 22px 16px 18px 8px; }
.home-page .home-service-wide h3 { font-size: 1rem; }
.home-page .home-service-wide p { font-size: .8rem; margin-bottom: 16px; }
.home-page #activities { padding: 34px 0 40px; background: #f6f5f5; }
.home-page .home-activities { gap: 25px; }
.home-page .home-activity { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); border-radius: 8px; border: 1px solid #dedfe0; overflow: hidden; background: white; min-height: 245px; transition: border-color .2s; }
.home-page .home-activity:hover { border-color: var(--home-red); }
.home-page .home-activity-copy { grid-column: 1; grid-row: 1; padding: 24px 20px; display: flex; flex-direction: column; }
.home-page .home-activity-media { grid-column: 2; grid-row: 1; aspect-ratio: auto; height: 100%; }
.home-page .home-activity-date { margin: 0 0 12px; font-size: .76rem; }
.home-page .home-activity h3 { font-size: 1.04rem; font-weight: 600; line-height: 1.8; margin: 0 0 20px; }
.home-page .home-activity .home-text-link { margin-top: auto; font-size: .8rem; }
.home-page #app { background: #fff; }
.home-page .app { grid-template-columns: minmax(0,.65fr) minmax(0,1.35fr); gap: 52px; }
.home-page .app__text h2 { font-size: clamp(1.5rem,2.2vw,2rem); }
.home-page .app__text p { font-size: .88rem; }
.home-page .app__features li { font-size: .88rem; padding-left: 35px; }
.home-page .app__features li::before { width: 24px; height: 26px; border: 1px solid var(--home-red); background: white; border-radius: 5px; }
.home-page #homeAppMedia { padding: 22px 8px 8px; border: 1px solid #d6d7d8; background: #f1f1f1; border-radius: 10px; position: relative; }
.home-page #homeAppMedia::before { content: '● ● ●'; position: absolute; top: 4px; left: 14px; color: #777; font-size: 9px; letter-spacing: 3px; }
.home-page #homeAppMedia img { border-radius: 5px; }
.home-page .home-steps { border-top: 1px solid var(--home-line); padding: 30px 0; }
.home-page .home-steps .eyebrow { display: none; }
.home-page .home-steps h2 { font-size: 1.45rem; }
.home-page .home-steps-grid { gap: 45px; margin-top: 22px; }
.home-page .home-steps-grid li { position: relative; border: 0; padding: 0 15px 0 54px; }
.home-page .home-step-number { position: absolute; top: 0; left: 0; width: 36px; height: 36px; display: grid; place-items: center; background: var(--home-red); border-radius: 50%; color: white; font-size: 1rem; }
.home-page .home-steps-grid li:not(:last-child)::after { content: ''; position: absolute; right: -30px; top: 18px; width: 30px; height: 1px; background: #c46d78; }
.home-page .home-steps-grid h3 { font-size: .95rem; margin-bottom: 6px; }
.home-page .home-steps-grid p { font-size: .82rem; }
.home-page .home-cta { padding: 30px 0; }
.home-page .home-cta h2 { font-size: 1.8rem; }
.home-page .home-cta p { font-size: .9rem; }
.home-page .home-no-motion *, .home-page.home-no-motion * { animation: none !important; transition: none !important; }
.home-page.home-no-motion .reveal { opacity: 1 !important; transform: none !important; }
.home-page.home-no-motion .scard:hover img, .home-page.home-no-motion .home-activity:hover img { transform: none; }
@keyframes home-enter { from { opacity: .6; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: no-preference) { .home-page .home-enter { animation: home-enter .45s ease both; } }
@media (prefers-reduced-motion: reduce) { .home-page .scard:hover img, .home-page .home-activity:hover img { transform: none; } }
@media (max-width: 1000px) {
  .home-page .hero h1 { font-size: 2.65rem; }
  .home-page .hero__inner { gap: 26px; }
  .home-page .home-service-wide .scard__body { padding: 15px; }
  .home-page .scard.home-service-wide { grid-template-columns: 45% minmax(0,1fr); }
  .home-page .home-trust > span { column-gap: 10px; }
  .home-page .home-trust b { font-size: .93rem; }
  .home-page .home-activity { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .home-page .hero { padding-top: 100px; padding-bottom: 34px; }
  .home-page .hero__inner { grid-template-columns: 1fr; gap: 28px; }
  .home-page .hero h1 { font-size: clamp(2.2rem,8vw,3.2rem); }
  .home-page .hero__cta { gap: 8px; }
  .home-page .home-hero-figure::after { right: -7px; bottom: -10px; }
  .home-page #homeHeroMedia { aspect-ratio: 1.27; }
  .home-page #homeHeroCaption { left: 12px; bottom: 12px; max-width: calc(100% - 24px); padding: 10px 12px; font-size: .72rem; }
  .home-page #homeHeroCaption::before { width: 20px; height: 23px; margin-right: 7px; }
  .home-page .home-trust > span { display: flex; flex-direction: column; gap: 8px; }
  .home-page .home-trust b { font-size: .8rem; }
  .home-page .home-trust svg { width: 29px; height: 29px; }
  .home-trust-copy { font-size: .68rem; padding: 0 5px; }
  .home-page .section { padding: 36px 0; }
  .home-page #servicesGrid { grid-template-columns: 1fr; gap: 20px; }
  .home-page .scard, .home-page .scard.home-service-wide { grid-column: 1; }
  .home-page .scard:first-child .scard__media { aspect-ratio: 1.48; }
  .home-page .scard.home-service-wide { grid-template-columns: 43% minmax(0,1fr); min-height: 200px; }
  .home-page .home-service-wide .scard__media { aspect-ratio: auto; }
  .home-page .home-activities { grid-template-columns: 1fr; }
  .home-page .home-activity { min-height: 240px; grid-template-columns: 1fr 1.1fr; }
  .home-page .home-activity-copy { padding: 18px 14px; }
  .home-page .home-activity h3 { font-size: .94rem; }
  .home-page .app { grid-template-columns: 1fr; gap: 24px; }
  .home-page .home-steps-grid { grid-template-columns: 1fr; gap: 26px; }
  .home-page .home-steps-grid li:not(:last-child)::after { right: auto; left: 18px; top: 43px; height: calc(100% - 27px); width: 1px; }
  .home-page .home-cta h2 { font-size: 1.55rem; }
}
