:root {
  --v2-navy: #061f2f;
  --v2-navy-2: #0c354b;
  --v2-green: #58b765;
  --v2-lime: #9bd36a;
  --v2-cloud: #f1f5f2;
  --v2-paper: #ffffff;
  --v2-ink: #102d3e;
  --v2-muted: #5e747e;
  --v2-rule: #d7e1dc;
}

body {
  background: var(--v2-paper) !important;
  color: var(--v2-ink) !important;
}

main h1,
main h2,
main h3,
main h4 {
  text-transform: uppercase !important;
}

body > header {
  height: 130px !important;
  background: rgba(255,255,255,.97) !important;
  border-bottom: 1px solid var(--v2-rule) !important;
  color: var(--v2-ink) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.fn-brand-strip {
  display: block;
  width: 100%;
  height: 32px;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 1px solid var(--v2-rule);
  color: #000000;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em !important;
  text-transform: uppercase;
}

.fn-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  height: 32px;
  animation: fnBrandMarquee 22s linear infinite;
  will-change: transform;
}
.fn-marquee-track span {
  flex: 0 0 auto;
  padding-right: 0;
  color: #000000;
  white-space: nowrap;
}
.fn-marquee-track strong { color: inherit; }
.fn-brand-strip:hover .fn-marquee-track { animation-play-state: paused; }

@keyframes fnBrandMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
body > header > .section-shell { height: 98px !important; }
body > header img { height: 68px !important; }
body > header nav { color: var(--v2-ink) !important; }
body > header nav a {
  color: var(--v2-ink) !important;
  font-size: .9rem !important;
  text-transform: uppercase !important;
}
body > header nav a:hover,
body > header nav a.fn-active { color: #28773b !important; }
body > header nav a::after { bottom: -.55rem; background: var(--v2-green); }
.fn-mobile-nav a { text-transform: uppercase !important; }
body > header a[href*="sample-request"] span span {
  min-height: 52px;
  font-size: .82rem !important;
  border: 1px solid #1379b8;
  background: #1379b8 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

main { padding-top: 130px; }

/* The responsive brand films carry the hero; the image remains as a loading fallback. */
.fn-home main { padding-top: 0; }
.fn-home main > section:first-child {
  height: min(860px, 92svh) !important;
  min-height: 720px !important;
  padding-top: 130px !important;
  background: var(--v2-navy) url('/images/hero-banner-clean.png') center 58% / cover no-repeat !important;
}
.fn-home [data-hero-bg] { display: block !important; }
.fn-home [data-hero-bg] video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: saturate(.88) contrast(1.04) brightness(.88) !important;
}
.fn-home main > section:first-child > div:nth-child(2) {
  display: block !important;
  background: linear-gradient(90deg, rgba(3,22,34,.95) 0%, rgba(3,22,34,.82) 37%, rgba(3,22,34,.28) 70%, rgba(3,22,34,.12) 100%) !important;
}
.fn-home main > section:first-child > div:nth-child(3) {
  display: block !important;
  background: linear-gradient(0deg, rgba(3,22,34,.52), transparent 50%) !important;
}
.fn-home main > section:first-child .section-shell {
  align-items: center !important;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.fn-home main > section:first-child .section-shell > div {
  position: relative;
  max-width: 820px !important;
  width: min(70vw, 820px) !important;
  min-width: 0 !important;
  padding-left: 0;
}
.fn-home main > section:first-child .section-shell > div::before {
  display: none;
}
.fn-home main > section:first-child h1 {
  max-width: 820px !important;
  font-size: clamp(3rem, 4.2vw, 4.5rem) !important;
  line-height: .95 !important;
  font-weight: 740 !important;
}
.fn-home main > section:first-child h1 span + span { color: var(--v2-green) !important; }
.fn-home main > section:first-child p { font-size: clamp(1.1rem, 1.9vw, 1.5rem) !important; }
.fn-home main > section:first-child [class*="grid-cols-2"] {
  max-width: 660px !important;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,.16);
}
.fn-home main > section:first-child [class*="grid-cols-2"] > div { flex-direction: row !important; align-items: center !important; }
.fn-home main > section:first-child [class*="grid-cols-2"] svg { width: 26px; height: 26px; flex: 0 0 auto; }
.fn-home main > section:first-child [class*="grid-cols-2"] span { max-width: none !important; }

/* Product opener becomes an asymmetrical editorial spread. */
.fn-home #product {
  position: relative;
  overflow: hidden;
  background: var(--v2-paper) !important;
}
.fn-home #product::before {
  display: none;
}
.fn-home #product .section-shell > div {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
  min-height: 0;
  padding: clamp(2rem, 3.5vw, 3rem) 0 2rem !important;
  text-align: center !important;
}
.fn-home #product .section-shell > div > div:first-child {
  width: 100%;
  max-width: 900px !important;
  margin: 0 auto !important;
  text-align: center !important;
}
.fn-home #product h2 {
  max-width: 900px !important;
  margin: 0 auto !important;
  color: var(--v2-navy) !important;
  font-size: clamp(2.5rem, 4vw, 4rem) !important;
}
.fn-home #product .section-shell > div > div:nth-child(2) {
  width: 100% !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
}
.fn-home #product img {
  width: 75% !important;
  height: auto !important;
  margin-inline: auto;
  filter: none;
}

/* Keep informational containers directly on the plain page surface. */
.fn-home #product [class*="backdrop-blur"],
main [data-benefit-card],
main article,
main form {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.fn-home #product [class*="backdrop-blur"] {
  -webkit-backdrop-filter: blur(18px) saturate(135%) !important;
  backdrop-filter: blur(18px) saturate(135%) !important;
  background: rgba(255, 255, 255, .88) !important;
  border: 1px solid rgba(214, 225, 230, .9) !important;
  border-radius: 999px !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .98),
    0 14px 34px rgba(6, 31, 47, .1) !important;
}

/* Content now reads as alternating editorial bands, not a stack of floating cards. */
.fn-home main > div > section:nth-child(even),
.fn-inner main > section:nth-child(odd):not(:first-child) { background: var(--v2-paper) !important; }
.fn-home main > div > section:nth-child(odd),
.fn-inner main > section:nth-child(even) { background: var(--v2-paper) !important; }

main [data-benefit-card] {
  flex: 1 1 210px !important;
  width: auto !important;
  max-width: 270px;
  min-height: 225px;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 1.35rem !important;
  -webkit-backdrop-filter: blur(24px) saturate(140%) !important;
  backdrop-filter: blur(24px) saturate(140%) !important;
  background: rgba(255, 255, 255, .68) !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .96),
    inset 0 -1px 0 rgba(255, 255, 255, .42),
    0 18px 44px rgba(6, 31, 47, .1) !important;
  transform: none !important;
}
main [data-benefit-card]:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -1px 0 rgba(255, 255, 255, .5),
    0 22px 52px rgba(6, 31, 47, .13) !important;
}
main [data-benefit-card] > div:nth-child(2) {
  justify-content: center !important;
  width: 68px !important;
  height: 68px !important;
  margin-bottom: .75rem !important;
  margin-inline: auto !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

main a[class*="group"][class*="overflow-hidden"] {
  border: 0 !important;
  border-radius: 8px !important;
  -webkit-backdrop-filter: blur(24px) saturate(140%) !important;
  backdrop-filter: blur(24px) saturate(140%) !important;
  background: rgba(255, 255, 255, .7) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .96),
    0 18px 44px rgba(6, 31, 47, .1) !important;
}
main a[class*="group"][class*="overflow-hidden"] img { min-height: 260px; filter: saturate(.72) contrast(1.05); }
main a[class*="group"][class*="overflow-hidden"] h3 {
  color: #ffffff !important;
}
main a[class*="group"][class*="overflow-hidden"] p {
  color: var(--v2-muted) !important;
}

/* Keep prominent section titles compact and predictable. */
.fn-home main h2 {
  font-size: clamp(2.15rem, 3.2vw, 3.4rem) !important;
  line-height: 1.05 !important;
}
.fn-home .fn-two-line-heading-wrap {
  width: 100%;
  max-width: 1120px !important;
}
.fn-home .fn-two-line-heading {
  max-width: 1120px;
  margin-inline: auto;
  text-wrap: balance;
}
main a[class*="group"][class*="overflow-hidden"] .fn-use-case-button {
  width: fit-content;
  min-height: 40px;
  padding: .65rem .9rem;
  border: 0;
  border-radius: 6px;
  background: #1379b8;
  color: #ffffff !important;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}
main a[class*="group"][class*="overflow-hidden"]:hover .fn-use-case-button {
  background: #9bd36a;
  color: var(--v2-navy) !important;
}

/* Photographic industry page heroes. */
.fn-inner:not([data-route="/contact"]):not([data-route="/contact-us"]):not([data-route="/sample-request"]):not([data-route="/products"]):not([data-route="/industries"]):not([data-route="/about-us"]) main > section:first-child {
  position: relative;
  display: flex !important;
  align-items: flex-end !important;
  width: 100% !important;
  max-width: none !important;
  height: min(700px, 76svh) !important;
  min-height: 560px !important;
  margin: 0 !important;
  padding: 5rem max(24px, calc((100vw - 1180px)/2)) 4.5rem !important;
  overflow: hidden;
  background-color: var(--v2-navy) !important;
  background-position: center !important;
  background-size: cover !important;
  color: white !important;
}
.fn-inner:not([data-route="/contact"]):not([data-route="/contact-us"]):not([data-route="/sample-request"]):not([data-route="/products"]):not([data-route="/industries"]):not([data-route="/about-us"]) main > section:first-child::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(3,22,34,.94), rgba(3,22,34,.66) 52%, rgba(3,22,34,.16)), linear-gradient(0deg, rgba(3,22,34,.58), transparent 55%);
  content: "";
}
.fn-inner main > section:first-child > div { position: relative; z-index: 1; }
.fn-inner main > section:first-child > div[class*="absolute"] { z-index: 0; }
.fn-inner:not([data-route="/contact"]):not([data-route="/contact-us"]):not([data-route="/sample-request"]):not([data-route="/products"]):not([data-route="/industries"]):not([data-route="/about-us"]) main > section:first-child > div[class*="absolute"] { display: none !important; }
.fn-inner:not([data-route="/contact"]):not([data-route="/contact-us"]):not([data-route="/sample-request"]):not([data-route="/products"]):not([data-route="/industries"]):not([data-route="/about-us"]) main > section:first-child > div:not([class*="absolute"]) {
  width: min(780px, 70vw) !important;
  max-width: 780px !important;
  margin: 0 !important;
  text-align: left !important;
}
.fn-inner:not([data-route="/contact"]):not([data-route="/contact-us"]):not([data-route="/sample-request"]):not([data-route="/products"]):not([data-route="/industries"]):not([data-route="/about-us"]) main > section:first-child h1 {
  color: white !important;
  font-size: clamp(3.1rem, 4.8vw, 5.15rem) !important;
  line-height: .98 !important;
}
.fn-inner:not([data-route="/contact"]):not([data-route="/contact-us"]):not([data-route="/sample-request"]):not([data-route="/products"]):not([data-route="/industries"]):not([data-route="/about-us"]) main > section:first-child p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255,255,255,.82) !important;
}

body[data-route="/restaurants"] main > section:first-child { background-image: url('/images/restaurant-panorama.jpeg') !important; }
body[data-route="/food-trucks"] main > section:first-child { background-image: url('/images/usecase-food-truck.jpg') !important; }
body[data-route="/barbers"] main > section:first-child { background-image: url('/images/usecase-barbers.jpg') !important; }
body[data-route="/salons"] main > section:first-child { background-image: url('/images/usecase-salons.jpg') !important; }
body[data-route="/chiropractors"] main > section:first-child { background-image: url('/images/usecase-chiropractors.jpg') !important; }
body[data-route="/casinos"] main > section:first-child { background-image: url('/images/usecase-casinos.jpg') !important; }
body[data-route="/hotels"] main > section:first-child { background-image: url('/images/usecase-hotels.jpg') !important; }
body[data-route="/opticians"] main > section:first-child { background-image: url('/images/usecase-opticians.jpg') !important; }
body[data-route="/waiting-rooms"] main > section:first-child { background-image: url('/images/usecase-waitingrooms.jpg') !important; }


body[data-route="/facilities"] main > section:first-child,
body[data-route="/multipurposewipes"] main > section:first-child { background-image: url('/images/wipe-texture-steel.png') !important; }

/* Product page hero and grid. */
body[data-route="/products"] main > section:first-child {
  width: 100% !important;
  max-width: none !important;
  min-height: 590px;
  margin: 0 !important;
  padding: 8rem max(24px, calc((100vw - 1180px)/2)) 5rem !important;
  background: linear-gradient(90deg, rgba(3,22,34,.96), rgba(3,22,34,.52)), url('/images/hero-banner-clean.png') center / cover !important;
  color: white !important;
}
body[data-route="/products"] main > section:first-child h1 { max-width: 850px; color: white !important; }
body[data-route="/products"] main > section:first-child p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.78) !important; }
body[data-route="/products"] main > section:nth-child(2) > div { gap: 2px !important; background: var(--v2-rule); }
body[data-route="/products"] main > section:nth-child(2) article,
body[data-route="/products"] main > section:nth-child(2) > div > div { border-radius: 0 !important; box-shadow: none !important; }

/* Contact and sample pages get a bold split-screen workspace. */
body[data-route="/contact"] main,
body[data-route="/contact-us"] main,
body[data-route="/sample-request"] main { background: var(--v2-paper) !important; }
body[data-route="/contact"] main > section:first-child,
body[data-route="/contact-us"] main > section:first-child,
body[data-route="/sample-request"] main > section:first-child {
  width: min(1320px, 100%) !important;
  min-height: calc(100svh - 130px) !important;
  gap: 0 !important;
  padding: 0 !important;
  background: var(--v2-paper) !important;
}
body[data-route="/contact"] main > section:first-child > div:first-child,
body[data-route="/contact-us"] main > section:first-child > div:first-child,
body[data-route="/sample-request"] main > section:first-child > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 720px;
  padding: clamp(3rem, 7vw, 7rem);
  background: var(--v2-paper) !important;
  color: var(--v2-ink);
}
body[data-route="/contact"] main > section:first-child h1,
body[data-route="/contact-us"] main > section:first-child h1,
body[data-route="/sample-request"] main > section:first-child h1 { color: var(--v2-navy) !important; }
body[data-route="/contact"] main > section:first-child p:not(.eyebrow),
body[data-route="/contact-us"] main > section:first-child p:not(.eyebrow),
body[data-route="/sample-request"] main > section:first-child p:not(.eyebrow) { color: var(--v2-muted) !important; }
body[data-route="/contact"] form,
body[data-route="/contact-us"] form,
body[data-route="/sample-request"] form {
  align-self: center;
  margin: clamp(1.5rem, 5vw, 5rem);
  border: 1px solid var(--v2-rule) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
body[data-route="/contact"] main > section:first-child,
body[data-route="/contact-us"] main > section:first-child {
  align-items: center !important;
  padding-block: 2rem !important;
}
body[data-route="/contact"] main > section:first-child > div:first-child,
body[data-route="/contact-us"] main > section:first-child > div:first-child {
  align-self: start;
  justify-content: flex-start;
  min-height: 0;
  padding: 3.5rem clamp(2rem, 5vw, 4.5rem) 3rem;
}
body[data-route="/contact"] main > section:first-child h1,
body[data-route="/contact-us"] main > section:first-child h1 {
  max-width: 660px;
  font-size: 3rem !important;
  line-height: 1.04 !important;
}
body[data-route="/contact"] form,
body[data-route="/contact-us"] form {
  width: min(calc(100% - 3rem), 620px);
  margin: 2rem auto;
  justify-self: center;
  border: 0 !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .88) !important;
  box-shadow: 0 20px 55px rgba(8, 39, 58, .1) !important;
}
body[data-route="/contact"] form button,
body[data-route="/contact-us"] form button {
  background: #1379b8 !important;
}
body[data-route="/contact"] form label,
body[data-route="/contact-us"] form label,
body[data-route="/sample-request"] form label,
body[data-route="/contact"] form input,
body[data-route="/contact-us"] form input,
body[data-route="/sample-request"] form input,
body[data-route="/contact"] form select,
body[data-route="/contact-us"] form select,
body[data-route="/sample-request"] form select,
body[data-route="/contact"] form textarea,
body[data-route="/contact-us"] form textarea,
body[data-route="/sample-request"] form textarea { min-width: 0 !important; width: 100% !important; }
body[data-route="/sample-request"] main > section:first-child > div:first-child > div:last-child {
  display: block !important;
  margin-top: 2rem !important;
  border: 1px solid var(--v2-rule) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

footer {
  background: var(--v2-paper) !important;
  border-top: 4px solid var(--v2-green) !important;
  color: var(--v2-muted) !important;
}
footer h3 { color: var(--v2-navy) !important; }
footer a { color: var(--v2-muted) !important; }
footer a:hover { color: #28773b !important; }
footer p[class*="text-white"] { color: var(--v2-muted) !important; }

@media (max-width: 1023px) {
  body > header { height: 72px !important; }
  .fn-brand-strip { display: none; }
  body > header > .section-shell { height: 72px !important; }
  body > header button[aria-label] { background: rgba(255,255,255,.08) !important; border-color: rgba(255,255,255,.15) !important; color: white !important; }
  body > header button[aria-label] { background: white !important; border-color: var(--v2-rule) !important; color: var(--v2-ink) !important; }
  .fn-mobile-nav { inset-block-start: 72px; background: white !important; border-color: var(--v2-rule); }
  .fn-mobile-nav a { color: var(--v2-ink); border-color: var(--v2-rule); }
  main { padding-top: 72px; }
  .fn-home main > section:first-child { padding-top: 72px !important; }
}

@media (max-width: 767px) {
  .fn-home main > section:first-child {
    height: 86svh !important;
    min-height: 680px !important;
    background-position: 63% center !important;
  }
  .fn-home main > section:first-child > div:nth-child(2) { background: linear-gradient(0deg, rgba(3,22,34,.98), rgba(3,22,34,.68) 67%, rgba(3,22,34,.25)) !important; }
  .fn-home main > section:first-child .section-shell { padding-bottom: 2.5rem !important; }
  .fn-home main > section:first-child .section-shell { align-items: flex-end !important; }
  .fn-home main > section:first-child .eyebrow { display: none !important; }
  .fn-home main > section:first-child .section-shell > div { width: 100% !important; padding-left: 0; }
  .fn-home main > section:first-child .section-shell > div::before { width: 3px; }
  .fn-home main > section:first-child h1 { font-size: clamp(2.65rem, 12vw, 3.5rem) !important; }
  .fn-home main > section:first-child [class*="grid-cols-2"] > div { flex-direction: column !important; align-items: flex-start !important; }

  .fn-home #product::before { display: none; }
  .fn-home #product .section-shell > div { display: flex !important; min-height: 0; padding: 2.5rem 0 1.5rem !important; text-align: center !important; }
  .fn-home #product h2 { font-size: 2.8rem !important; }

  .fn-inner:not([data-route="/contact"]):not([data-route="/contact-us"]):not([data-route="/sample-request"]):not([data-route="/products"]):not([data-route="/industries"]):not([data-route="/about-us"]) main > section:first-child {
    height: 78svh !important;
    min-height: 600px !important;
    padding: 5rem 24px 3rem !important;
    background-position: center !important;
  }
  .fn-inner:not([data-route="/contact"]):not([data-route="/contact-us"]):not([data-route="/sample-request"]):not([data-route="/products"]):not([data-route="/industries"]):not([data-route="/about-us"]) main > section:first-child::before {
    background: linear-gradient(0deg, rgba(3,22,34,.96), rgba(3,22,34,.58) 70%, rgba(3,22,34,.25));
  }
  .fn-inner:not([data-route="/contact"]):not([data-route="/contact-us"]):not([data-route="/sample-request"]):not([data-route="/products"]):not([data-route="/industries"]):not([data-route="/about-us"]) main > section:first-child > div:not([class*="absolute"]) { width: 100% !important; }
  .fn-inner:not([data-route="/contact"]):not([data-route="/contact-us"]):not([data-route="/sample-request"]):not([data-route="/products"]):not([data-route="/industries"]):not([data-route="/about-us"]) main > section:first-child h1 { font-size: clamp(2.5rem, 11vw, 3.35rem) !important; }

  body[data-route="/products"] main > section:first-child { min-height: 620px; padding: 7rem 24px 3.5rem !important; background-position: 64% center !important; }

  body[data-route="/contact"] main > section:first-child,
  body[data-route="/contact-us"] main > section:first-child,
  body[data-route="/sample-request"] main > section:first-child { display: block !important; }
  body[data-route="/contact"] main > section:first-child > div:first-child,
  body[data-route="/contact-us"] main > section:first-child > div:first-child,
  body[data-route="/sample-request"] main > section:first-child > div:first-child { min-height: 560px; padding: 4rem 24px; }
  body[data-route="/contact"] form,
  body[data-route="/contact-us"] form,
  body[data-route="/sample-request"] form { margin: 0; padding: 24px !important; }
  body[data-route="/contact"] main > section:first-child > div:first-child,
  body[data-route="/contact-us"] main > section:first-child > div:first-child {
    min-height: 0;
    padding: 2.5rem 24px 2rem;
  }
  body[data-route="/contact"] main > section:first-child h1,
  body[data-route="/contact-us"] main > section:first-child h1 { font-size: 2.35rem !important; }
  body[data-route="/contact"] form,
  body[data-route="/contact-us"] form {
    width: calc(100% - 48px);
    margin: 0 auto 3rem;
  }
}

/* Sample request: keep headline and form in distinct, stable columns. */
@media (min-width: 1024px) {
  body[data-route="/sample-request"] main > section:first-child {
    grid-template-columns: minmax(0, 1fr) minmax(500px, 580px) !important;
    align-items: start !important;
    width: min(1440px, calc(100% - 48px)) !important;
    padding: 3rem 0 5rem !important;
  }
  body[data-route="/sample-request"] main > section:first-child > div:first-child {
    min-width: 0;
    min-height: 0;
    padding: 1rem 3rem 3rem 0 !important;
  }
  body[data-route="/sample-request"] main > section:first-child h1 {
    max-width: 760px;
    font-size: clamp(3.5rem, 5vw, 4.8rem) !important;
    line-height: .98 !important;
    overflow-wrap: normal;
  }
  body[data-route="/sample-request"] form {
    width: 100%;
    margin: 0 auto !important;
    padding: 2rem !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 20px 55px rgba(8,39,58,.1) !important;
  }
  body[data-route="/sample-request"] form label { min-width: 0; }
  body[data-route="/sample-request"] form input,
  body[data-route="/sample-request"] form select,
  body[data-route="/sample-request"] form textarea {
    max-width: 100% !important;
    box-sizing: border-box;
  }
}

/* Products page opens directly on the purchasable product range. */
body[data-route="/products"] main > section:first-child { display: none !important; }

@media (prefers-reduced-motion: reduce) {
  .fn-marquee-track { animation: none !important; }
}

/* Facilities is a white product page, not a photographic industry hero. */
body[data-route="/facilities"] main > section:first-child,
body[data-route="/multipurposewipes"] main > section:first-child {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: clamp(2.5rem, 4vw, 4rem) 0 2rem !important;
  overflow: hidden;
  background: #ffffff !important;
  color: var(--v2-ink) !important;
}
body[data-route="/facilities"] main > section:first-child::before,
body[data-route="/multipurposewipes"] main > section:first-child::before {
  display: none !important;
}
body[data-route="/facilities"] main > section:first-child > div:not([class*="absolute"]),
body[data-route="/multipurposewipes"] main > section:first-child > div:not([class*="absolute"]) {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  text-align: center !important;
}
body[data-route="/facilities"] main > section:first-child h1,
body[data-route="/multipurposewipes"] main > section:first-child h1 {
  max-width: 1040px;
  margin-inline: auto;
  color: var(--v2-navy) !important;
  font-size: clamp(2.5rem, 4vw, 4rem) !important;
  line-height: .98 !important;
}
body[data-route="/facilities"] main > section:first-child p:not(.eyebrow),
body[data-route="/multipurposewipes"] main > section:first-child p:not(.eyebrow) {
  max-width: 820px;
  margin-inline: auto;
  color: var(--v2-muted) !important;
}
body[data-route="/facilities"] main > section:first-child img[alt*="Freshnaps multi-purpose"],
body[data-route="/multipurposewipes"] main > section:first-child img[alt*="Freshnaps multi-purpose"] {
  width: 75% !important;
  height: auto !important;
  margin-inline: auto;
}

.fn-facility-benefits,
.fn-facility-environments,
.fn-commercial-products {
  padding: clamp(3.5rem, 6vw, 6rem) 0 !important;
  background: #ffffff !important;
}
body.fn-home .fn-home-benefits {
  position: relative;
  z-index: 4;
  display: flex;
  min-height: 440px;
  align-items: center;
  padding: 4rem 0 !important;
  border-top: 1px solid var(--v2-rule);
  border-bottom: 1px solid var(--v2-rule);
}
body.fn-home .fn-home-benefits > .section-shell {
  transform: none !important;
}
@media (max-width: 900px) {
  body.fn-home .fn-home-benefits {
    display: block;
    min-height: 0;
    padding: 2.5rem 0 !important;
  }
}
.fn-facility-benefit-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.fn-facility-benefits [data-benefit-card] img {
  display: block;
  width: 74px;
  height: 74px;
  margin: 0 auto 1rem;
  object-fit: contain;
}
.fn-facility-benefits [data-benefit-card] {
  justify-content: flex-start !important;
}
.fn-facility-benefits [data-benefit-card] h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  margin: 0;
  color: var(--v2-navy) !important;
  font-size: 1.1rem !important;
  line-height: 1.15 !important;
}
.fn-facility-benefits [data-benefit-card] p {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 2.8rem;
  margin-top: .65rem;
  color: #8197b8 !important;
  font-size: .95rem;
  line-height: 1.45;
}

/* Compact homepage use-case story. */
body.fn-home .fn-use-ritual {
  padding: 5rem 0 !important;
  background: #fff !important;
}
body.fn-home .fn-use-ritual .section-shell > div:first-child {
  max-width: 920px !important;
  margin-bottom: 2.5rem !important;
}
body.fn-home .fn-use-ritual h2 {
  max-width: 880px !important;
  margin: .75rem auto 0 !important;
  font-size: 2.75rem !important;
  line-height: 1.06 !important;
}
body.fn-home .fn-use-ritual h2 + p {
  max-width: 760px;
  margin: 1.25rem auto 0 !important;
  font-size: 1.05rem !important;
  line-height: 1.65 !important;
}
body.fn-home .fn-use-ritual .section-shell > div:nth-child(2) {
  gap: 1.25rem !important;
  margin-top: 0 !important;
}
body.fn-home .fn-use-ritual article {
  min-height: 270px;
  justify-content: center !important;
  padding: 2rem !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .84) !important;
  box-shadow: 0 18px 48px rgba(8, 39, 58, .09) !important;
}
body.fn-home .fn-use-ritual article > div > div:first-child {
  width: 58px !important;
  height: 58px !important;
  margin-bottom: 1.25rem !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #3c9150 !important;
}
body.fn-home .fn-use-ritual article svg {
  width: 34px;
  height: 34px;
}
body.fn-home .fn-use-ritual article h3 {
  max-width: 320px;
  margin-inline: auto;
  font-size: 1.2rem !important;
  line-height: 1.2 !important;
}
body.fn-home .fn-use-ritual article p {
  max-width: 360px;
  margin: .75rem auto 0 !important;
  color: var(--v2-muted) !important;
  font-size: .92rem !important;
  line-height: 1.6 !important;
}

/* Shared alignment for major content-section headings across the site. */
main .fn-site-section-heading-wrap {
  margin-inline: auto !important;
  text-align: center !important;
}
main .fn-site-section-heading {
  margin-inline: auto !important;
  text-align: center !important;
}
main .fn-site-section-eyebrow {
  display: block;
  width: 100%;
  text-align: center !important;
}
main .fn-site-section-intro {
  max-width: 900px;
  margin-inline: auto !important;
  text-align: center !important;
}
@media (max-width: 767px) {
  body.fn-home .fn-use-ritual { padding: 3.5rem 0 !important; }
  body.fn-home .fn-use-ritual h2 { font-size: 2.1rem !important; }
  body.fn-home .fn-use-ritual article { min-height: 0; }
}

.fn-centered-alcohol-section {
  padding-block: clamp(3.5rem, 6vw, 5.5rem) !important;
  background: #fff !important;
}
.fn-centered-alcohol-layout {
  display: flex !important;
  justify-content: center;
}
.fn-centered-alcohol-copy {
  width: min(100%, 780px);
  text-align: center;
}
.fn-centered-alcohol-copy > span {
  margin-bottom: .75rem !important;
}
.fn-centered-alcohol-copy h2 {
  max-width: 720px;
  margin-inline: auto;
  font-size: clamp(2.25rem, 4vw, 3.6rem) !important;
  line-height: 1.04 !important;
  text-transform: uppercase;
}
.fn-centered-alcohol-copy p {
  max-width: 700px;
  margin-inline: auto;
  font-size: 1rem !important;
  line-height: 1.75 !important;
}
.fn-centered-alcohol-copy > div {
  display: flex;
  justify-content: center;
}
.fn-facility-section-heading {
  max-width: 1050px;
  margin: 0 auto clamp(2.5rem, 5vw, 4.5rem);
  text-align: center;
}
.fn-facility-section-heading h2 {
  max-width: 1000px;
  margin: 0 auto;
  color: var(--v2-navy) !important;
  font-size: clamp(2.1rem, 3vw, 3.2rem) !important;
  line-height: 1.05 !important;
}
.fn-facility-section-heading p:not(.eyebrow) {
  max-width: 900px;
  margin: 1.4rem auto 0;
  color: var(--v2-muted);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.6;
}
.fn-environment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}
.fn-environment-card {
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(6, 31, 47, .09);
}
.fn-environment-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.fn-environment-card figcaption {
  padding: 1rem;
  color: #0b4778;
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
}
.fn-commercial-products {
  padding-top: 3rem !important;
  background: #ffffff !important;
}
.fn-commercial-products .fn-facility-section-heading {
  margin-bottom: 2rem;
}
.fn-commercial-products .eyebrow {
  color: #3c9150 !important;
  font-size: .82rem;
}
.fn-commercial-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  background: transparent;
}
.fn-commercial-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 36px rgba(6, 31, 47, .08) !important;
}
.fn-commercial-image {
  display: grid;
  min-height: 240px;
  place-items: center;
  padding: 1.5rem;
  background: #ffffff;
}
.fn-commercial-image img {
  width: 100%;
  height: 210px;
  object-fit: contain;
}
.fn-commercial-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.75rem;
}
.fn-commercial-content h3 {
  color: var(--v2-navy) !important;
  font-size: 1.25rem;
  line-height: 1.2;
}
.fn-commercial-content > p {
  margin-top: 1rem;
  color: var(--v2-muted);
  line-height: 1.55;
}
.fn-commercial-content h4 {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #d8e2df;
  color: var(--v2-navy) !important;
  font-size: .82rem;
}
.fn-commercial-content ul {
  display: grid;
  gap: .8rem;
  margin: 1rem 0 1.75rem;
  padding: 0;
  list-style: none;
}
.fn-commercial-content li {
  display: flex;
  gap: .65rem;
  color: #496476;
  font-size: .9rem;
  line-height: 1.4;
}
.fn-commercial-content li span { color: #3c9150; font-weight: 900; }
.fn-commercial-content > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  min-height: 46px;
  margin-top: auto;
  padding: .8rem 1rem;
  border-radius: 6px;
  background: #1379b8;
  color: #ffffff !important;
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
}
.fn-commercial-content > a:hover { background: var(--v2-navy); }

/* One consistent Freshnaps blue for every primary command. */
body > header a[href*="sample-request"] span span,
main a.inline-block > span.group > span,
main a[class*="group"][class*="overflow-hidden"] .fn-use-case-button,
.fn-commercial-content > a,
main button[type="submit"] {
  border-color: #1379b8 !important;
  background: #1379b8 !important;
  color: #ffffff !important;
}
body > header a[href*="sample-request"]:hover span span,
main a.inline-block:hover > span.group > span,
main a[class*="group"][class*="overflow-hidden"]:hover .fn-use-case-button,
.fn-commercial-content > a:hover,
main button[type="submit"]:hover {
  border-color: #0b4778 !important;
  background: #0b4778 !important;
  color: #ffffff !important;
}

@media (max-width: 1023px) {
  .fn-environment-grid,
  .fn-commercial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body[data-route="/facilities"] main > section:first-child,
  body[data-route="/multipurposewipes"] main > section:first-child { padding-top: 2.5rem !important; }
}
@media (max-width: 639px) {
  body[data-route="/facilities"] main > section:first-child > div:not([class*="absolute"]),
  body[data-route="/multipurposewipes"] main > section:first-child > div:not([class*="absolute"]) { width: min(100% - 32px, 1180px) !important; }
  body[data-route="/facilities"] main > section:first-child img[alt*="Freshnaps multi-purpose"],
  body[data-route="/multipurposewipes"] main > section:first-child img[alt*="Freshnaps multi-purpose"] { width: 94% !important; }
  .fn-environment-grid,
  .fn-commercial-grid { grid-template-columns: 1fr; }
  .fn-facility-section-heading h2 { font-size: 2.35rem !important; }
}

/* ID-level guard prevents the generic industry template from reclaiming this hero. */
body[data-route="/facilities"] #main-content > section:first-child,
body[data-route="/multipurposewipes"] #main-content > section:first-child {
  position: relative !important;
  display: block !important;
  align-items: initial !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: clamp(2.5rem, 4vw, 4rem) 0 2rem !important;
  background: #ffffff !important;
  color: var(--v2-ink) !important;
}
body[data-route="/facilities"] #main-content > section:first-child::before,
body[data-route="/multipurposewipes"] #main-content > section:first-child::before {
  display: none !important;
  content: none !important;
}
body[data-route="/facilities"] #main-content > section:first-child > div:not([class*="absolute"]),
body[data-route="/multipurposewipes"] #main-content > section:first-child > div:not([class*="absolute"]) {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  text-align: center !important;
}
body[data-route="/facilities"] #main-content > section:first-child h1,
body[data-route="/multipurposewipes"] #main-content > section:first-child h1 {
  max-width: 1040px !important;
  margin-inline: auto !important;
  color: var(--v2-navy) !important;
  font-size: clamp(2.5rem, 4vw, 4rem) !important;
  line-height: .98 !important;
}
body[data-route="/facilities"] #main-content > section:first-child p:not(.eyebrow),
body[data-route="/multipurposewipes"] #main-content > section:first-child p:not(.eyebrow) {
  max-width: 820px !important;
  margin-inline: auto !important;
  color: var(--v2-muted) !important;
}

/* Core selling story used on the homepage and Facilities page. */
.fn-selling-story {
  padding: clamp(4rem, 7vw, 7rem) 0 !important;
  border-top: 1px solid var(--v2-rule);
  border-bottom: 1px solid var(--v2-rule);
  background: #ffffff !important;
}
.fn-selling-story-heading {
  max-width: 1400px;
  margin: 0 auto clamp(3rem, 5vw, 4.5rem);
  text-align: center;
}
.fn-selling-story-heading .eyebrow { color: #3c9150 !important; }
body .fn-selling-story-heading h2 {
  max-width: 1180px !important;
  margin: .75rem auto 0;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--v2-navy) !important;
  font-size: 2.35rem !important;
  line-height: 1.04 !important;
}
.fn-selling-story-heading h2 span {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  white-space: nowrap;
}
@media (max-width: 1100px) {
  body .fn-selling-story-heading h2 { font-size: 2.35rem !important; }
  .fn-selling-story-heading h2 span {
    width: auto;
    white-space: normal;
  }
}
.fn-selling-story-heading > p:last-child {
  max-width: 880px;
  margin: 1.4rem auto 0;
  color: var(--v2-muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.65;
}
.fn-selling-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  counter-reset: selling-story;
}
.fn-selling-story-grid article {
  position: relative;
  display: flex;
  min-height: 240px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 2.25rem !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .82) !important;
  box-shadow: 0 18px 48px rgba(8, 39, 58, .09) !important;
  text-align: center;
  counter-increment: selling-story;
  transition: transform .25s ease, box-shadow .25s ease;
}
.fn-selling-story-grid article:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 54px rgba(8, 39, 58, .13) !important;
}
.fn-selling-story-grid article::before {
  content: "0" counter(selling-story);
  margin-bottom: 1rem;
  color: #3c9150;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
}
.fn-selling-story-grid h3 {
  max-width: 520px;
  margin-inline: auto;
  color: var(--v2-navy) !important;
  font-size: 1.4rem !important;
  line-height: 1.18;
}
.fn-selling-story-grid p {
  max-width: 540px;
  margin: .85rem auto 0;
  color: var(--v2-muted);
  line-height: 1.65;
}
@media (max-width: 767px) {
  .fn-selling-story-grid { grid-template-columns: 1fr; gap: 2rem; }
  body .fn-selling-story-heading h2 { font-size: 2.1rem !important; }
  .fn-selling-story-heading h2 span {
    width: auto;
    white-space: normal;
  }
}

/* About-page marketplace section must remain legible on the white theme. */
.fn-marketplace-section {
  padding: clamp(3.5rem, 6vw, 5.5rem) 0 !important;
  background: #ffffff !important;
  color: var(--v2-ink) !important;
}
.fn-marketplace-section > .section-shell > div:first-child {
  max-width: 900px !important;
  margin-bottom: 2.75rem !important;
}
.fn-marketplace-section .eyebrow { color: #3c9150 !important; }
.fn-marketplace-section h2 {
  max-width: 850px;
  margin: .75rem auto 0 !important;
  color: var(--v2-navy) !important;
  font-size: clamp(2.25rem, 3.2vw, 3.35rem) !important;
  line-height: 1.05 !important;
}
body[data-route="/about-us"] #main-content > .fn-marketplace-section {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.fn-marketplace-section > div[class*="absolute"] {
  display: none !important;
}

/* Products comparison: distinct cards instead of a single tinted slab. */
body[data-route="/products"] #main-content > section:nth-child(2) {
  padding-bottom: 4.5rem !important;
  background: #ffffff !important;
}
body[data-route="/products"] #main-content > section:nth-child(2) > div {
  gap: 1.25rem !important;
  background: transparent !important;
}
body[data-route="/products"] #main-content > section:nth-child(2) article {
  overflow: hidden;
  border: 0 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 36px rgba(6, 31, 47, .09) !important;
  transform: none !important;
}
body[data-route="/products"] #main-content > section:nth-child(2) article:hover {
  box-shadow: 0 18px 44px rgba(6, 31, 47, .13) !important;
}
body[data-route="/products"] #main-content > section:nth-child(2) article > div:first-child {
  border-bottom: 1px solid #e2e9eb !important;
  background: #ffffff !important;
}
body[data-route="/products"] #main-content > section:nth-child(2) article > div:nth-child(2) {
  padding: 1.5rem !important;
}
body[data-route="/products"] #main-content > section:nth-child(2) article h3 {
  color: var(--v2-navy) !important;
  font-size: 1.05rem !important;
  line-height: 1.22 !important;
}
body[data-route="/products"] #main-content > section:nth-child(2) article p {
  color: var(--v2-muted) !important;
  font-size: .86rem !important;
  line-height: 1.55 !important;
}
body[data-route="/products"] #main-content > section:nth-child(2) article li span {
  font-size: .78rem !important;
  line-height: 1.4 !important;
}
body[data-route="/products"] #main-content > section:nth-child(2) article a > span,
body[data-route="/products"] #main-content > section:nth-child(2) article a > span > span {
  width: 100%;
}
@media (max-width: 1023px) {
  body[data-route="/products"] #main-content > section:nth-child(2) > div {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 639px) {
  body[data-route="/products"] #main-content > section:nth-child(2) > div {
    grid-template-columns: 1fr !important;
  }
}

/* Homepage wipe-technology cards use the same white glass language. */
.fn-technology-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem !important;
  width: 100%;
  max-width: 1100px;
  margin: 2.75rem auto 0 !important;
}
.fn-technology-card {
  width: auto !important;
  min-height: 210px !important;
  padding: 1.5rem !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 8px !important;
  -webkit-backdrop-filter: blur(22px) saturate(135%);
  backdrop-filter: blur(22px) saturate(135%);
  background: rgba(255, 255, 255, .76) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .96),
    0 14px 36px rgba(6, 31, 47, .09) !important;
}
.fn-technology-icon {
  width: 64px !important;
  height: 64px !important;
  margin-bottom: 1rem !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #4bb857 !important;
}
.fn-technology-icon svg { width: 38px; height: 38px; }
.fn-technology-card > p {
  max-width: 280px;
  color: var(--v2-navy) !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}
@media (max-width: 900px) {
  .fn-technology-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .fn-technology-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem !important;
    margin-top: 1.5rem !important;
  }
  .fn-technology-card {
    min-height: 150px !important;
    padding: .9rem .65rem !important;
  }
  .fn-technology-icon {
    width: 46px !important;
    height: 46px !important;
    margin-bottom: .55rem !important;
  }
  .fn-technology-icon svg { width: 30px; height: 30px; }
  .fn-technology-card > p {
    font-size: .78rem !important;
    line-height: 1.25 !important;
  }
}

/* Responsive homepage media and compact mobile hero layout. */
.mobile-only-video { display: none !important; }
.desktop-only-video { display: block !important; }

@media (max-width: 767px) {
  html,
  body { overflow-x: hidden; }

  .mobile-only-video {
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
  .desktop-only-video { display: none !important; }

  .fn-home main > section:first-child [data-hero-reveal].mt-5 {
    width: min(100%, 330px);
    max-width: 330px !important;
    margin-top: .8rem !important;
    font-size: 1.2rem !important;
    line-height: 1.22 !important;
  }

  .fn-home main > section:first-child [data-hero-reveal].grid {
    margin-top: 1rem !important;
    column-gap: 1rem !important;
    row-gap: .7rem !important;
  }
  .fn-home main > section:first-child [data-hero-reveal].grid > div {
    gap: .35rem !important;
    margin-left: 0 !important;
  }
  .fn-home main > section:first-child [data-hero-reveal].grid > div:nth-child(even) {
    transform: translateX(-1rem);
  }
  .fn-home main > section:first-child [data-hero-reveal].grid svg {
    width: 36px !important;
    height: 36px !important;
  }
  .fn-home main > section:first-child [data-hero-reveal].grid span {
    max-width: 9rem !important;
    font-size: .9rem !important;
    line-height: 1.05 !important;
  }

  /* Product claims become two compact pill rows below the pack on mobile. */
  .fn-home #product .grid.grid-cols-2 {
    width: calc(100vw - 24px) !important;
    gap: .65rem !important;
    margin-top: .75rem !important;
    margin-inline: calc(50% - 50vw + 12px) !important;
    padding-inline: .25rem !important;
    max-width: none !important;
    align-self: center;
  }
  .fn-home #product .grid.grid-cols-2 > div {
    min-height: 62px !important;
    padding: .65rem .75rem !important;
    flex-direction: row !important;
    gap: .55rem !important;
    border: 1px solid #e8edf1 !important;
    border-radius: 999px !important;
    box-shadow: 0 10px 24px rgba(6, 31, 47, .08) !important;
  }
  .fn-home #product .grid.grid-cols-2 > div > div {
    width: 20px !important;
    height: 20px !important;
    flex: 0 0 20px !important;
  }
  .fn-home #product .grid.grid-cols-2 > div > span {
    font-size: .72rem !important;
    line-height: 1.15 !important;
  }

  /* Home-specific rules cannot rely on runtime body classes after hydration. */
  body:has(#product) main > section:first-child [data-hero-reveal].mt-5 {
    width: min(100%, 330px);
    max-width: 330px !important;
    margin-top: .8rem !important;
    font-size: 1.2rem !important;
    line-height: 1.22 !important;
  }
  body:has(#product) main > section:first-child [data-hero-reveal].grid {
    margin-top: 1rem !important;
    column-gap: 1rem !important;
    row-gap: .7rem !important;
  }
  body:has(#product) main > section:first-child [data-hero-reveal].grid > div {
    gap: .35rem !important;
    margin-left: 0 !important;
  }
  body:has(#product) main > section:first-child [data-hero-reveal].grid > div:nth-child(even) {
    transform: translateX(-2rem);
  }
  body:has(#product) main > section:first-child [data-hero-reveal].grid svg {
    width: 36px !important;
    height: 36px !important;
  }
  body:has(#product) main > section:first-child [data-hero-reveal].grid span {
    max-width: 9rem !important;
    font-size: .9rem !important;
    line-height: 1.05 !important;
  }

  /* Mobile product callouts repeat nearby content, so keep the pack clean. */
  body:has(#product) #product .grid.grid-cols-2 { display: none !important; }

  body:has(#product) [data-benefit-card] {
    width: calc(50% - .4rem) !important;
    min-height: 145px !important;
    padding: .85rem .55rem !important;
  }
  body:has(#product) [data-benefit-card] img {
    width: 46px !important;
    height: 46px !important;
    margin-bottom: .5rem !important;
  }
  body:has(#product) [data-benefit-card] h2 {
    min-height: 0 !important;
    font-size: .76rem !important;
    line-height: 1.16 !important;
  }
  body:has(#product) [data-benefit-card] p {
    min-height: 0 !important;
    margin-top: .4rem !important;
    font-size: .7rem !important;
    line-height: 1.25 !important;
  }
  body:has(#product) [data-benefit-card] + [data-benefit-card] {
    margin-left: 0 !important;
  }
  body:has(#product) [data-benefit-card]:first-child {
    margin-left: 0 !important;
  }
  body:has(#product) [data-benefit-card] {
    opacity: 1 !important;
    transform: none !important;
  }
  body:has(#product) [data-benefit-card]:nth-child(even) {
    transform: none !important;
  }
  body:has(#product) [data-benefit-card]::before { display: none !important; }
  body:has(#product) [data-benefit-card] {
    flex-shrink: 0 !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 10px 26px rgba(6,31,47,.08) !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Keep desktop navigation centered to the page, independent of side actions. */
@media (min-width: 1024px) {
  body > header > .section-shell { position: relative; }
  body > header nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
  }
}

/* Give the desktop product visual a little breathing room before its features. */
@media (min-width: 768px) {
  #product + .fn-home-benefits { margin-top: 2rem; }
}

@media (max-width: 767px) {
  /* Six technology items: three columns and two compact rows. */
  .fn-technology-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: .55rem !important;
  }
  .fn-technology-card {
    min-height: 132px !important;
    padding: .7rem .4rem !important;
  }
  .fn-technology-icon {
    width: 40px !important;
    height: 40px !important;
    margin-bottom: .4rem !important;
  }
  .fn-technology-icon svg { width: 26px !important; height: 26px !important; }
  .fn-technology-card > p {
    font-size: .64rem !important;
    line-height: 1.18 !important;
  }

  /* Homepage use cases: compact two-by-two cards on mobile. */
  main .grid:has(> a[class*="group"][class*="overflow-hidden"]) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .75rem !important;
  }
  main .grid:has(> a[class*="group"][class*="overflow-hidden"]) > a > div:first-child {
    height: 122px !important;
  }
  main .grid:has(> a[class*="group"][class*="overflow-hidden"]) > a > div:first-child > div:last-child {
    left: .65rem !important;
    bottom: .65rem !important;
    gap: .45rem !important;
    font-size: .82rem !important;
    line-height: 1.05 !important;
  }
  main .grid:has(> a[class*="group"][class*="overflow-hidden"]) > a > div:last-child {
    padding: .75rem !important;
  }
  main .grid:has(> a[class*="group"][class*="overflow-hidden"]) > a > div:last-child > p {
    min-height: 3.3rem !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: .72rem !important;
    line-height: 1.45 !important;
  }
  main .grid:has(> a[class*="group"][class*="overflow-hidden"]) .fn-use-case-button,
  main .grid:has(> a[class*="group"][class*="overflow-hidden"]) > a > div:last-child > span {
    margin-top: .65rem !important;
    padding: .5rem .65rem !important;
    font-size: .66rem !important;
  }
}
