:root {
  --home-orange: #ff7a00;
  --home-amber: #ffc107;
  --home-purple: #64189a;
  --home-purple-deep: #300d82;
  --home-navy: #0a1026;
  --home-ink: #0f1724;
  --home-muted: #5c6671;
  --home-line: rgba(15, 23, 36, 0.12);
  --home-card: #ffffff;
  --home-soft: #f7f4f6;
  --home-shadow: 0 16px 38px rgba(10, 16, 38, 0.10);
  --home-shadow-strong: 0 26px 70px rgba(10, 16, 38, 0.16);
  --home-serif: Georgia, "Times New Roman", serif;
  --home-img-hero: url("../images/homepage/pack-01-hero-images.png");
  --home-img-products: url("../images/homepage/pack-02-product-renders.png");
  --home-img-manufacturing: url("../images/homepage/pack-03-manufacturing-rd.png");
  --home-img-projects: url("../images/homepage/pack-04-project-installations.png");
  --home-img-badges: url("../images/homepage/pack-10-certifications-trust-badges.png");
}

.home-reference-header { position: absolute; top: 0; left: 0; right: 0; z-index: 900; display: grid; grid-template-columns: 220px 1fr auto; gap: 22px; align-items: center; width: min(100% - 40px, 1320px); margin: 28px auto 0; color: var(--home-ink); }
.home-reference-logo { display: grid; grid-template-columns: 38px 1fr; column-gap: 10px; align-items: center; width: max-content; }
.home-reference-logo span { grid-row: 1 / 3; display: grid; width: 36px; height: 36px; place-items: center; border-radius: 10px; color: #fff; background: linear-gradient(135deg, var(--home-orange), var(--home-purple)); font-weight: 900; }
.home-reference-logo strong { color: #ef3f24; font-size: .98rem; line-height: 1; }
.home-reference-logo small { color: #8a8f96; font-size: .54rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.home-reference-nav { display: flex; justify-content: center; gap: 25px; font-size: .75rem; font-weight: 800; }
.home-reference-nav a:first-child { color: var(--home-orange); border-bottom: 2px solid var(--home-orange); }
.home-reference-quote { display: inline-flex; min-height: 48px; align-items: center; gap: 12px; padding: 0 22px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--home-orange), var(--home-amber)); font-size: .72rem; font-weight: 900; text-transform: uppercase; box-shadow: 0 16px 30px rgba(255,122,0,.22); }

.homepage-v1 {
  color: var(--home-ink);
  background: radial-gradient(circle at 86% 8%, rgba(100, 24, 154, 0.08), transparent 17%), linear-gradient(180deg, #fff 0%, #fbfaf8 56%, #fff 100%);
  overflow: hidden;
}
.home-section { width: min(100% - 32px, 1260px); margin-inline: auto; }
.home-eyebrow { margin: 0 0 13px; color: var(--home-orange); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.035em; text-transform: uppercase; }
.home-title { margin: 0; font-family: var(--home-serif); font-size: clamp(2.15rem, 4vw, 3.95rem); font-weight: 700; line-height: 0.98; letter-spacing: -0.025em; }
.home-copy { margin: 0; color: var(--home-muted); font-size: 0.98rem; line-height: 1.82; }
.home-button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; gap: 13px; padding: 0 23px; border: 1px solid rgba(15, 23, 36, .18); border-radius: 5px; color: var(--home-ink); background: #fff; font-size: 0.74rem; font-weight: 900; letter-spacing: 0.01em; text-transform: uppercase; transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease, border-color 220ms ease; }
.home-button:hover, .home-button:focus-visible { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(10,16,38,.16); outline: 0; }
.home-button--primary { border-color: var(--home-orange); background: linear-gradient(135deg, var(--home-orange), var(--home-amber)); color: #171100; }
.home-button--outline { background: rgba(255,255,255,.92); }

.home-hero { position: relative; min-height: 770px; padding: 174px 0 96px; background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.94) 33%, rgba(255,255,255,.55) 50%, rgba(255,255,255,.04) 100%), linear-gradient(180deg, rgba(255,255,255,0) 70%, #fff 100%); }
.home-hero::before { content: ""; position: absolute; inset: 86px 0 0 40%; background-image: var(--home-img-hero); background-size: 1560px auto; background-position: 50% 1%; background-repeat: no-repeat; opacity: .94; }
.home-hero::after { content: ""; position: absolute; inset: auto 0 0 34%; height: 260px; background: linear-gradient(180deg, rgba(255,255,255,0), #fff 84%), linear-gradient(90deg, rgba(255,255,255,.86), rgba(255,255,255,0)); pointer-events: none; }
.home-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 510px) 1fr; gap: 42px; }
.home-hero__content { padding-top: 10px; }
.home-hero__title { margin: 0; font-family: var(--home-serif); font-size: clamp(3.2rem, 6.45vw, 5.95rem); font-weight: 700; line-height: .96; letter-spacing: -0.045em; }
.home-hero__title span { display: block; color: var(--home-orange); }
.home-hero__copy { max-width: 410px; margin: 25px 0 0; color: #1e2730; font-size: 1.06rem; font-weight: 650; line-height: 1.78; }
.home-hero__actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; }
.home-hero__visual { position: relative; min-height: 420px; }
.home-hero__image { position: absolute; inset: -14px -60px 0 -8px; border-radius: 0 0 0 90px; background-image: linear-gradient(90deg, rgba(255,255,255,.38), rgba(255,255,255,0) 34%), var(--home-img-hero); background-size: auto 560px; background-position: 42% 0; background-repeat: no-repeat; filter: saturate(1.08) contrast(1.02); mask-image: linear-gradient(90deg, transparent 0%, #000 11%, #000 100%); }
.home-hero__slider { position: absolute; right: 22px; bottom: 86px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.92); font-size: .78rem; font-weight: 800; }
.home-hero__slider i { width: 116px; height: 1px; background: rgba(255,255,255,.72); }
.home-hero__slider button { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; color: #fff; background: rgba(255,255,255,.08); }
.home-quick-actions { position: fixed; top: 50%; right: 20px; z-index: 950; display: grid; overflow: hidden; width: 84px; border: 2px solid var(--home-amber); border-radius: 17px; background: rgba(255,255,255,.97); box-shadow: var(--home-shadow-strong); transform: translateY(-50%); }
.home-quick-actions a { display: grid; min-height: 72px; place-items: center; gap: 4px; padding: 8px 6px; border-bottom: 1px solid var(--home-line); color: var(--home-ink); font-size: .63rem; font-weight: 800; text-align: center; }
.home-quick-actions span { display: grid; width: 25px; height: 25px; place-items: center; border: 1px solid rgba(255,122,0,.28); border-radius: 50%; color: var(--home-orange); font-size: .62rem; font-weight: 900; }
.home-quick-actions a:last-child { border-bottom: 0; }

.home-feature-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(5, 1fr); margin-top: -72px; padding: 30px 24px; border: 1px solid rgba(15,23,36,.10); border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: var(--home-shadow-strong); backdrop-filter: blur(10px); }
.home-feature { display: grid; grid-template-columns: 54px 1fr; gap: 12px; align-items: center; padding: 0 22px; border-right: 1px solid var(--home-line); }
.home-feature:last-child { border-right: 0; }
.home-icon { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,122,0,.34); border-radius: 50%; color: var(--home-orange); background: linear-gradient(180deg, #fff, #fff4df); font-size: .68rem; font-weight: 900; box-shadow: inset 0 0 0 5px rgba(255,122,0,.06); }
.home-feature strong { display: block; margin-bottom: 4px; font-size: .98rem; }
.home-feature small { color: var(--home-muted); line-height: 1.38; }

.home-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 445px) auto; gap: 44px; align-items: end; margin-bottom: 32px; }
.home-products { padding: 50px 0 30px; }
.home-product-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.home-product-card, .home-strength-card, .home-project-card, .home-cert-card, .home-logo-card { border: 1px solid var(--home-line); border-radius: 8px; background: var(--home-card); box-shadow: 0 12px 28px rgba(10,16,38,.08); transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease; }
.home-product-card:hover, .home-strength-card:hover, .home-project-card:hover, .home-cert-card:hover, .home-logo-card:hover { transform: translateY(-5px); border-color: rgba(255,122,0,.30); box-shadow: 0 24px 54px rgba(10,16,38,.15); }
.home-product-media, .home-strength-media, .home-project-media { position: relative; overflow: hidden; border-radius: 8px 8px 0 0; background-color: #f7f7f5; background-repeat: no-repeat; transition: transform 420ms ease; }
.home-product-media { height: 194px; background-image: linear-gradient(180deg, rgba(255,255,255,.05), rgba(10,16,38,.04)), var(--home-img-products); background-size: 780px auto; }
.home-product-card:hover .home-product-media, .home-strength-card:hover .home-strength-media, .home-project-card:hover .home-project-media { transform: scale(1.025); }
.product-brick { background-position: -20px -36px; }
.product-integrated { background-position: -234px -34px; }
.product-semi { background-position: -444px -34px; }
.product-flood { background-position: -26px -318px; }
.product-road { background-position: -438px -324px; }
.home-product-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.24), rgba(255,255,255,0) 46%, rgba(255,255,255,.12)); pointer-events: none; }
.home-product-number { position: absolute; top: 14px; left: 16px; z-index: 2; color: var(--home-orange); font-family: var(--home-serif); font-size: 2.55rem; line-height: 1; text-shadow: 0 1px 0 rgba(255,255,255,.72); }
.home-product-icon { position: absolute; left: 18px; bottom: -17px; z-index: 3; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: #fff; background: var(--home-orange); font-size: .62rem; font-weight: 900; box-shadow: 0 8px 18px rgba(255,122,0,.36); }
.home-card-body { padding: 30px 18px 20px; }
.home-card-body h3 { margin: 0; font-family: var(--home-serif); font-size: 1.36rem; line-height: 1.14; letter-spacing: -.015em; }
.home-card-body p { margin: 16px 0 28px; color: var(--home-muted); font-size: .88rem; line-height: 1.78; }
.home-card-link { display: inline-flex; gap: 8px; align-items: center; color: var(--home-orange); font-size: .74rem; font-weight: 900; text-transform: uppercase; }

.home-strength { padding: 36px 0 30px; }
.home-strength-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.home-strength-media { height: 158px; background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.58)), var(--home-img-manufacturing); background-size: 980px auto; }
.strength-factory { background-position: -12px -76px; }
.strength-rd { background-position: -285px -78px; }
.strength-ecosystem { background-position: -514px -78px; }
.home-strength-media span { position: absolute; left: 18px; bottom: 14px; z-index: 2; color: rgba(255,255,255,.82); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.home-strength-card h3 { margin: 17px 18px 8px; font-family: var(--home-serif); font-size: 1.32rem; line-height: 1.08; }
.home-strength-card ul { margin: 0 18px 18px; padding-left: 18px; color: var(--home-muted); font-size: .85rem; line-height: 1.84; }

.home-stats { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; margin-top: 24px; padding: 20px; border: 1px solid var(--home-line); border-radius: 13px; background: rgba(255,255,255,.96); box-shadow: 0 12px 28px rgba(10,16,38,.08); }
.home-stat { display: grid; grid-template-columns: 48px 1fr; gap: 10px; align-items: center; padding: 0 14px; border-right: 1px solid var(--home-line); }
.home-stat:last-child { border-right: 0; }
.home-stat strong { display: block; font-size: 1.52rem; line-height: 1; }
.home-stat small { color: var(--home-muted); font-size: .72rem; line-height: 1.22; }

.home-trust { padding: 36px 0 24px; }
.home-trust-row { display: grid; grid-template-columns: 34px 248px 1fr 34px; gap: 18px; align-items: center; }
.home-trust h2, .home-certifications h2, .home-projects h2 { margin: 0; font-family: var(--home-serif); font-size: clamp(1.75rem, 3vw, 2.65rem); line-height: 1.05; }
.home-logo-track { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.home-logo-card { display: grid; min-height: 92px; place-items: center; gap: 6px; color: #747b86; text-align: center; background: linear-gradient(180deg, #fff, #f7f8f8); }
.home-logo-card span { display: grid; width: 40px; height: 32px; place-items: center; color: #6a707a; font-family: var(--home-serif); font-size: 1.22rem; font-weight: 900; }
.home-logo-card small { color: #9ba1a8; font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.home-round-control { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--home-line); border-radius: 50%; background: #fff; color: #9a9f9c; }

.home-certifications { padding: 14px 0 34px; }
.home-cert-row { display: grid; grid-template-columns: 280px 1fr; gap: 32px; align-items: center; }
.home-cert-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.home-cert-card { display: grid; min-height: 88px; place-items: center; padding: 12px; text-align: center; background: linear-gradient(180deg, #fff, #f9faf7); position: relative; overflow: hidden; }
.home-cert-card::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(10,16,38,.08); border-radius: 50%; opacity: .65; }
.home-cert-card strong { font-size: 1.22rem; line-height: 1; z-index: 1; }
.home-cert-card small { color: var(--home-muted); font-size: .62rem; font-weight: 800; text-transform: uppercase; z-index: 1; }
.cert-iso strong { color: #244a9b; } .cert-ce strong { color: #111; } .cert-bis strong { color: #1f628e; } .cert-rohs strong { color: #238a3e; } .cert-gmp strong { color: #218a4f; } .cert-pat strong { color: #323a36; }
.home-cert-note { margin: 14px 0 0; color: var(--home-muted); font-size: .78rem; text-align: center; }

.home-projects { padding: 26px 0 34px; }
.home-project-layout { display: grid; grid-template-columns: 290px 1fr; gap: 32px; align-items: end; }
.home-project-intro p { color: var(--home-muted); line-height: 1.72; }
.home-project-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.home-project-card { position: relative; min-height: 178px; overflow: hidden; color: #fff; background: #101827; }
.home-project-media { position: absolute; inset: 0; height: 100%; border-radius: 8px; background-image: var(--home-img-projects); background-size: 800px auto; }
.project-city { background-position: -8px -56px; }
.project-highway { background-position: -206px -56px; }
.project-park { background-position: -408px -56px; }
.project-campus { background-position: -604px -56px; }
.home-project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.02) 18%, rgba(0,0,0,.78) 100%); }
.home-project-card h3 { position: absolute; left: 16px; right: 16px; bottom: 28px; z-index: 1; margin: 0; font-size: .98rem; }
.home-project-card small { position: absolute; left: 16px; bottom: 13px; z-index: 1; color: rgba(255,255,255,.80); }

.home-final-cta { padding: 10px 0 36px; }
.home-final-cta__panel { display: grid; grid-template-columns: minmax(0, 1fr) auto 210px; gap: 28px; align-items: center; padding: 34px 42px; border: 1px solid rgba(15,23,36,.10); border-radius: 14px; background: linear-gradient(90deg, #fff6e3, #fff 48%, #f4f0e7); box-shadow: var(--home-shadow); overflow: hidden; }
.home-final-cta h2 { margin: 0; font-family: var(--home-serif); font-size: clamp(1.75rem, 3vw, 2.6rem); line-height: 1.04; }
.home-final-cta p { margin: 12px 0 0; color: var(--home-muted); line-height: 1.7; }
.home-final-cta__actions { display: flex; gap: 18px; }
.home-cta-light { height: 116px; border-radius: 12px; background-image: linear-gradient(90deg, rgba(255,246,227,.4), rgba(255,255,255,0)), var(--home-img-hero); background-size: 500px auto; background-position: 53% 3%; filter: saturate(1.08); }

.home-temp-footer { border-top: 1px solid var(--home-line); background: linear-gradient(180deg, #fff, #fbfbf8); }
.home-temp-footer__inner { display: grid; grid-template-columns: 1.25fr repeat(5, 1fr); gap: 30px; padding: 36px 0 27px; }
.home-temp-footer h3 { margin: 0 0 14px; color: var(--home-ink); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.home-temp-footer a, .home-temp-footer p { display: block; margin: 0 0 9px; color: var(--home-muted); font-size: .81rem; line-height: 1.48; }
.home-footer-brand strong { display: block; color: #ef4f26; font-size: 1.08rem; }
.home-footer-social { display: flex; gap: 10px; margin-top: 18px; }
.home-footer-social span { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--home-line); border-radius: 50%; color: var(--home-muted); font-size: .66rem; font-weight: 800; }
.home-temp-footer__bottom { display: flex; justify-content: space-between; padding: 14px 0; border-top: 1px solid var(--home-line); color: var(--home-muted); font-size: .75rem; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 560ms ease, transform 560ms ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .home-reference-header { grid-template-columns: 200px 1fr auto; gap: 14px; }
  .home-reference-nav { gap: 14px; font-size: .68rem; }
  .home-product-grid { grid-template-columns: repeat(3, 1fr); }
  .home-stats { grid-template-columns: repeat(3, 1fr); row-gap: 18px; }
  .home-stat:nth-child(3) { border-right: 0; }
  .home-section-heading { grid-template-columns: 1fr; gap: 18px; }
  .home-project-layout { grid-template-columns: 1fr; }
  .home-trust-row { grid-template-columns: 34px 1fr 34px; }
  .home-trust-row > div:first-of-type { grid-column: 1 / -1; }
  .home-quick-actions { display: none; }
}
@media (max-width: 900px) {
  .home-reference-header { grid-template-columns: 1fr auto; margin-top: 18px; }
  .home-reference-nav { display: none; }
  .home-hero { min-height: auto; padding: 136px 0 112px; }
  .home-hero::before { inset: 84px 0 0 0; opacity: .28; background-size: 1180px auto; background-position: 54% 0; }
  .home-hero__inner { grid-template-columns: 1fr; }
  .home-hero__visual { min-height: 250px; order: -1; }
  .home-hero__image { inset: 0; border-radius: 18px; mask-image: linear-gradient(180deg, #000, transparent 96%); background-size: 760px auto; background-position: 44% 0; }
  .home-hero__slider { display: none; }
  .home-feature-strip { grid-template-columns: 1fr; margin-top: -68px; padding: 10px 20px; }
  .home-feature { border-right: 0; border-bottom: 1px solid var(--home-line); padding: 18px 0; }
  .home-feature:last-child { border-bottom: 0; }
  .home-product-grid, .home-strength-grid, .home-logo-track, .home-cert-grid, .home-project-grid { grid-template-columns: repeat(2, 1fr); }
  .home-trust-row, .home-cert-row { grid-template-columns: 1fr; }
  .home-round-control { display: none; }
  .home-final-cta__panel { grid-template-columns: 1fr; }
  .home-temp-footer__inner { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .home-reference-header { width: min(100% - 24px, 1260px); }
  .home-reference-quote { min-height: 42px; padding: 0 14px; font-size: .62rem; }
  .home-reference-logo strong { font-size: .82rem; }
  .home-reference-logo small { display: none; }
  .home-section { width: min(100% - 24px, 1260px); }
  .home-hero { padding-top: 128px; }
  .home-hero__visual { min-height: 205px; }
  .home-hero__title { font-size: 3.05rem; }
  .home-hero__copy { font-size: .98rem; }
  .home-hero__actions, .home-final-cta__actions { flex-direction: column; }
  .home-button { width: 100%; }
  .home-product-grid, .home-strength-grid, .home-stats, .home-logo-track, .home-cert-grid, .home-project-grid, .home-temp-footer__inner { grid-template-columns: 1fr; }
  .home-product-media { height: 220px; background-size: 860px auto; }
  .product-brick { background-position: -8px -32px; }
  .product-integrated { background-position: -255px -34px; }
  .product-semi { background-position: -500px -34px; }
  .product-flood { background-position: -14px -350px; }
  .product-road { background-position: -486px -350px; }
  .home-stat, .home-stat:nth-child(3) { border-right: 0; border-bottom: 1px solid var(--home-line); padding: 14px 0; }
  .home-stat:last-child { border-bottom: 0; }
  .home-final-cta__panel { padding: 28px 22px; }
  .home-temp-footer__bottom { flex-direction: column; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  [data-reveal], .home-button, .home-product-card, .home-strength-card, .home-project-card, .home-product-media, .home-strength-media, .home-project-media { transition: none; }
}


/* TASK-001C final polish: motion, hover, focus, and header interaction hooks. */
.home-reference-header {
  position: fixed;
  padding: 8px 10px;
  margin-top: 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: background 280ms ease, border-color 280ms ease, box-shadow 280ms ease, transform 280ms ease, backdrop-filter 280ms ease;
}
.home-reference-header.is-solid {
  background: rgba(255, 255, 255, .86);
  border-color: rgba(15, 23, 36, .08);
  box-shadow: 0 18px 46px rgba(10, 16, 38, .12);
  backdrop-filter: blur(16px);
}
.home-reference-logo,
.home-reference-nav a,
.home-reference-quote,
.sw-logo,
.sw-header .custom-logo-link {
  transition: transform 240ms ease, color 240ms ease, box-shadow 240ms ease;
}
.home-reference-logo:hover,
.sw-logo:hover,
.sw-header .custom-logo-link:hover {
  transform: scale(1.025);
}
.home-reference-nav a,
.sw-nav-link {
  position: relative;
}
.home-reference-nav a::after,
.sw-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  background: var(--home-orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
}
.sw-nav-link::after {
  left: 12px;
  right: 12px;
  bottom: 8px;
  background: #94e7b4;
}
.home-reference-nav a:first-child::after,
.home-reference-nav a:hover::after,
.home-reference-nav a:focus-visible::after,
.sw-nav-link:hover::after,
.sw-nav-link:focus-visible::after,
.sw-nav-link[aria-current="page"]::after {
  transform: scaleX(1);
}
.home-reference-quote:hover,
.home-reference-quote:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(255, 122, 0, .28);
  outline: 0;
}
.homepage-v1 :where(a, button):focus-visible {
  outline: 3px solid rgba(255, 122, 0, .38);
  outline-offset: 4px;
}
.sw-header {
  transition: background 280ms ease, border-color 280ms ease, box-shadow 280ms ease, backdrop-filter 280ms ease;
}
.sw-header.homepage-header-solid {
  background: rgba(13, 51, 39, .94);
  border-color: rgba(255, 255, 255, .12);
  box-shadow: 0 18px 46px rgba(10, 16, 38, .16);
  backdrop-filter: blur(16px);
}
.home-button {
  transition: transform 250ms ease, box-shadow 250ms ease, background 250ms ease, border-color 250ms ease;
}
.home-button span,
.home-card-link span,
.home-reference-quote span {
  display: inline-block;
  transition: transform 250ms ease;
}
.home-button:hover span,
.home-button:focus-visible span,
.home-card-link:hover span,
.home-card-link:focus-visible span,
.home-reference-quote:hover span,
.home-reference-quote:focus-visible span {
  transform: translateX(4px);
}
.home-button:active {
  transform: translateY(0) scale(.985);
}
.home-button--primary:hover,
.home-button--primary:focus-visible {
  box-shadow: 0 18px 36px rgba(255, 122, 0, .28);
}
.home-button--outline:hover,
.home-button--outline:focus-visible {
  border-color: rgba(15, 23, 36, .34);
  background: #fff;
}
.home-hero__title span {
  display: block;
}
.home-hero__title .home-hero__highlight {
  color: var(--home-orange);
}
.home-hero__image {
  transform-origin: center;
}
.home-hero__visual.is-visible .home-hero__image {
  animation: homeKenBurns 14s ease-out both;
}
.home-quick-actions {
  transform: translate(18px, -50%);
  opacity: 0;
  transition: opacity 420ms ease 650ms, transform 420ms ease 650ms;
}
.home-quick-actions.is-visible {
  opacity: 1;
  transform: translate(0, -50%);
}
.home-product-card,
.home-strength-card,
.home-project-card,
.home-cert-card,
.home-logo-card {
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
  will-change: transform;
}
.home-product-card:hover,
.home-strength-card:hover,
.home-project-card:hover,
.home-cert-card:hover,
.home-logo-card:hover,
.home-product-card:focus-within,
.home-strength-card:focus-within,
.home-project-card:focus-within,
.home-cert-card:focus-within,
.home-logo-card:focus-within {
  transform: translateY(-7px);
  border-color: rgba(255, 122, 0, .30);
  box-shadow: 0 26px 58px rgba(10, 16, 38, .16);
}
.home-product-card:hover .home-product-media,
.home-strength-card:hover .home-strength-media,
.home-project-card:hover .home-project-media,
.home-product-card:focus-within .home-product-media,
.home-strength-card:focus-within .home-strength-media,
.home-project-card:focus-within .home-project-media {
  transform: scale(1.035);
}
.home-hero__content > *,
.home-hero__title span,
.home-hero__visual {
  opacity: 0;
  transform: translateY(18px);
}
.home-hero.is-ready .home-eyebrow { animation: homeFadeUp 520ms ease forwards; }
.home-hero.is-ready .home-hero__title span:nth-child(1) { animation: homeTitleReveal 640ms ease 90ms forwards; }
.home-hero.is-ready .home-hero__title span:nth-child(2) { animation: homeTitleReveal 640ms ease 180ms forwards; }
.home-hero.is-ready .home-hero__title span:nth-child(3) { animation: homeTitleReveal 640ms ease 270ms forwards; }
.home-hero.is-ready .home-hero__title span:nth-child(4) { animation: homeTitleReveal 640ms ease 360ms forwards; }
.home-hero.is-ready .home-hero__title span:nth-child(5) { animation: homeTitleReveal 640ms ease 450ms forwards; }
.home-hero.is-ready .home-hero__copy { animation: homeFadeUp 560ms ease 560ms forwards; }
.home-hero.is-ready .home-hero__actions { animation: homeFadeUp 560ms ease 660ms forwards; }
.home-hero.is-ready .home-hero__visual { animation: homeTileIn 720ms ease 260ms forwards; }
@keyframes homeFadeUp { to { opacity: 1; transform: translateY(0); } }
@keyframes homeTitleReveal { from { opacity: 0; transform: translateY(26px); clip-path: inset(0 0 100% 0); } to { opacity: 1; transform: translateY(0); clip-path: inset(0 0 0 0); } }
@keyframes homeTileIn { from { opacity: 0; transform: translateX(22px) scale(.985); } to { opacity: 1; transform: translateX(0) scale(1); } }
@keyframes homeKenBurns { from { transform: scale(1); } to { transform: scale(1.035); } }
@media (max-width: 620px) {
  .home-button { min-height: 50px; }
  .home-products, .home-strength, .home-trust, .home-certifications, .home-projects { padding-top: 30px; padding-bottom: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  [data-reveal], .home-hero__content > *, .home-hero__title span, .home-hero__visual { opacity: 1 !important; transform: none !important; clip-path: none !important; }
  .home-quick-actions { opacity: 1; transform: translate(0, -50%); }
}


/* TASK-001C title visibility fix: animate title lines, not the parent h1 box. */
.home-hero__title {
  opacity: 1 !important;
  transform: none !important;
}
.home-hero.is-ready .home-hero__title {
  animation: none !important;
}
