:root {
  --bg: #edf3ef;
  --bg-soft: #d9e5df;
  --panel: rgba(255, 255, 255, 0.62);
  --panel-strong: rgba(244, 249, 246, 0.84);
  --text: #183229;
  --muted: #61776d;
  --line: rgba(57, 88, 76, 0.14);
  --primary: #21473d;
  --primary-2: #5d8575;
  --accent: #89a99b;
  --shadow: 0 28px 90px rgba(20, 43, 35, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max-width: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Outfit", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 10%, rgba(137, 169, 155, 0.16), transparent 22%),
    radial-gradient(circle at 88% 14%, rgba(33, 71, 61, 0.08), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(93, 133, 117, 0.12), transparent 28%),
    linear-gradient(180deg, #f7faf8 0%, #edf3ef 42%, #dfe9e4 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 95%);
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  width: min(100% - 32px, var(--max-width));
  margin: 0 auto 40px;
  position: relative;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 0;
  border-radius: 0 0 28px 28px;
  background:
    linear-gradient(135deg, rgba(18, 35, 29, 0.96), rgba(25, 53, 45, 0.98) 48%, rgba(41, 74, 63, 0.98) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  backdrop-filter: blur(22px);
  box-shadow:
    0 20px 44px rgba(16, 28, 23, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-header::before {
  content: none;
}

.floating-logo {
  position: fixed;
  top: 18px;
  left: 18px;
  z-index: 40;
  display: grid;
  place-items: center;
  width: 114px;
  height: 114px;
  padding: 10px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 24%, rgba(126, 166, 149, 0.34), transparent 34%),
    linear-gradient(180deg, rgba(182, 206, 195, 0.98), rgba(141, 171, 157, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 18px 40px rgba(16, 28, 23, 0.22),
    0 0 0 10px rgba(191, 212, 201, 0.2);
  backdrop-filter: blur(12px);
  isolation: isolate;
  opacity: 0;
  transform: translateY(-150px) scale(0.82);
}

.floating-logo::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 22px rgba(54, 95, 80, 0.24);
  animation: ringSpin 16s linear infinite;
}

.floating-logo::after {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(78, 115, 101, 0.34), transparent 70%);
  z-index: -1;
  animation: glowPulse 3.2s ease-in-out infinite;
}

.floating-logo-shine {
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}

.floating-logo-shine::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -55%;
  width: 45%;
  height: 140%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 35%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.2) 65%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(22deg);
  animation: logoSweep 3.6s linear infinite;
}

.floating-logo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  filter: drop-shadow(0 10px 18px rgba(31, 61, 44, 0.18));
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 0.92;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  text-align: left;
  opacity: 0;
  transform: translateY(8px);
}

.brand-text-only {
  margin-left: 120px;
}

.brand-text strong {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #f8fbf9;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
}

.brand-text strong::after {
  content: "";
  position: absolute;
  top: -18%;
  left: -40%;
  width: 24%;
  height: 145%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.16) 30%,
    rgba(255, 255, 255, 0.96) 50%,
    rgba(255, 255, 255, 0.16) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  mix-blend-mode: screen;
  animation: brandSweep 4s linear infinite;
}

.brand-text small {
  color: rgba(232, 243, 238, 0.76);
  margin-top: 0;
  font-size: clamp(0.44rem, 0.72vw, 0.56rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.22;
}

.page-loaded .brand-text {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.page-loaded .floating-logo {
  opacity: 1;
  animation:
    logoDropIn 0.95s cubic-bezier(0.2, 0.88, 0.18, 1) forwards,
    logoFloat 7s ease-in-out 1s infinite;
}

.site-nav ul {
  display: flex;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav {
  min-width: 0;
}

.site-nav li {
  position: relative;
}

.site-nav a {
  color: rgba(240, 247, 243, 0.9);
  font-weight: 600;
  transition:
    color 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.site-nav > ul > li > a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.has-dropdown > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.has-dropdown > a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.22s ease;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 250px;
  padding: 12px;
  margin: 0;
  list-style: none;
  border-radius: 22px;
  border: 1px solid rgba(57, 88, 76, 0.14);
  background:
    radial-gradient(circle at top right, rgba(137, 169, 155, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(252, 254, 253, 0.98), rgba(239, 246, 242, 0.97));
  box-shadow:
    0 24px 44px rgba(22, 40, 33, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.98);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  backdrop-filter: blur(18px);
}

.dropdown-menu li + li {
  margin-top: 2px;
}

.dropdown-menu a {
  display: block;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 14px;
  color: #2f4a40;
  line-height: 1.35;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus-visible {
  color: #f4faf7;
  background: linear-gradient(135deg, #173229, #1f4338 56%, #2d5a4d 100%);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    0 10px 22px rgba(10, 22, 18, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translateX(2px);
}

.site-header .dropdown-menu a:hover,
.site-header .dropdown-menu a:focus-visible {
  color: #f4faf7;
}

.has-dropdown:hover .dropdown-menu,
.has-dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.has-dropdown:hover > a::after,
.has-dropdown:focus-within > a::after {
  transform: rotate(225deg) translateY(1px);
}

.site-header .site-nav a:hover,
.site-header .site-nav a:focus-visible {
  color: #ffffff;
}

.text-link:hover,
.product-hub-card a:hover,
.infra-feature-copy .text-link:hover {
  color: #183229;
}

.site-nav > ul > li > a:hover,
.site-nav > ul > li > a:focus-visible,
.has-dropdown:hover > a,
.has-dropdown:focus-within > a {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 12px 24px rgba(12, 23, 19, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.site-nav > ul > li:last-child > a {
  background:
    linear-gradient(135deg, rgba(93, 133, 117, 0.96), rgba(61, 104, 88, 0.96) 55%, rgba(33, 71, 61, 0.98)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
  border-color: rgba(255, 255, 255, 0.1);
  color: #f9f8f2;
  box-shadow:
    0 14px 28px rgba(10, 22, 18, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.site-nav > ul > li:last-child > a:hover,
.site-nav > ul > li:last-child > a:focus-visible,
.site-nav > ul > li:last-child.has-dropdown:hover > a,
.site-nav > ul > li:last-child.has-dropdown:focus-within > a {
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  box-shadow:
    0 18px 34px rgba(10, 22, 18, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.site-nav > ul > li:last-child > a::after {
  border-color: currentColor;
}

.menu-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background:
    linear-gradient(135deg, #10261f, #21473d 56%, #5d8575 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
  color: #fffef9;
  padding: 10px 14px;
  font: inherit;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  min-width: 48px;
  justify-content: center;
  box-shadow:
    0 14px 28px rgba(24, 37, 31, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  transform: translateY(-1px);
  box-shadow:
    0 18px 32px rgba(24, 37, 31, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
  filter: saturate(1.08);
}

.hero,
.detail-hero {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 32px;
  align-items: center;
  padding: 78px 0 46px;
}

.eyebrow {
  margin: 0 0 12px;
  color: #5d8575;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.76rem;
  font-weight: 700;
}

.hero-eyebrow-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(93, 133, 117, 0.24);
  background: rgba(243, 249, 246, 0.84);
  color: #21473d;
  letter-spacing: 0.12em;
}

h1,
h2,
.hero-grid-card h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.hero h1,
.detail-copy h1 {
  font-size: clamp(3rem, 6vw, 6rem);
  max-width: 11ch;
}

.hero h1.hero-main-title {
  font-size: clamp(1.5rem, 3vw, 3rem);
  max-width: none;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.hero-text,
.section-heading > p,
.story-card p,
.portfolio-card p,
.facility-panel > p,
.facility-points p,
.quality-timeline p,
.cta-card p,
.contact-stack p,
.detail-copy p,
.info-card p,
.detail-grid p {
  color: var(--muted);
  line-height: 1.72;
}

.company-name-block {
  display: grid;
  gap: 6px;
  margin: 14px 0 18px;
}

.company-kicker {
  color: #5d8575;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.company-name-block strong {
  font-family: "Space Grotesk", sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #2a4138;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.35);
}

.company-name-block strong::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -35%;
  width: 28%;
  height: 130%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.18) 30%,
    rgba(255, 255, 255, 0.95) 50%,
    rgba(255, 255, 255, 0.18) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  mix-blend-mode: screen;
  animation: titleSweep 3.8s linear infinite;
}

.hero-actions,
.detail-copy .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, #16342b, #21473d 46%, #5d8575 100%);
  color: #fffdf7;
  box-shadow: 0 16px 36px rgba(18, 35, 29, 0.18);
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.cta-image-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: min(240px, 42vw);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(18, 35, 29, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.cta-image-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.28), transparent 58%);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transform: scale(0.86);
  pointer-events: none;
}

.cta-image-button img {
  display: block;
  width: 100%;
  height: auto;
}

.cta-image-button:hover,
.cta-image-button:focus-visible {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 24px 44px rgba(18, 35, 29, 0.22);
}

.cta-image-button:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 10px 20px rgba(18, 35, 29, 0.18);
  filter: saturate(1.05);
}

.cta-image-button:active::after {
  opacity: 1;
  transform: scale(1);
}

.hero-metrics,
.detail-grid,
.product-hub-grid {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-metrics {
  grid-template-columns: repeat(3, 1fr);
}

.hero-metrics li,
.story-card,
.portfolio-card,
.facility-panel,
.facility-points article,
.quality-timeline article,
.cta-card,
.contact-form,
.detail-visual,
.info-card,
.detail-grid article,
.product-hub-card {
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.hero-metrics li {
  padding: 18px;
  border-radius: var(--radius-md);
}

.hero-metrics strong,
.quality-timeline strong {
  display: block;
  margin-bottom: 6px;
}

.hero-visual,
.detail-visual {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border-radius: 38px;
  background:
    radial-gradient(circle at 30% 20%, rgba(137, 169, 155, 0.18), transparent 24%),
    linear-gradient(150deg, #173229 0%, #21473d 48%, #5d8575 100%);
}

.banner-shine {
  position: absolute;
  inset: auto;
  z-index: 0;
  border-radius: 999px;
  filter: blur(8px);
  opacity: 0.45;
}

.banner-shine-one {
  top: 18%;
  left: -8%;
  width: 260px;
  height: 46px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
  transform: rotate(-22deg);
  animation: bannerSweep 8s ease-in-out infinite;
}

.banner-shine-two {
  bottom: 22%;
  right: -12%;
  width: 320px;
  height: 58px;
  background: linear-gradient(90deg, transparent, rgba(255, 248, 233, 0.92), transparent);
  transform: rotate(-24deg);
  animation: bannerSweep 10s ease-in-out infinite reverse;
}

.hero-visual::before,
.detail-visual::before {
  content: "";
  position: absolute;
  inset: -10%;
  background: conic-gradient(
    from 180deg,
    rgba(137, 169, 155, 0.16),
    rgba(255, 255, 255, 0.08),
    rgba(228, 240, 234, 0.12)
  );
  animation: spin 18s linear infinite;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  animation: floatUp 7s ease-in-out infinite;
}

.orb-one {
  top: 70px;
  right: 78px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(244, 251, 247, 0.95), rgba(137, 169, 155, 0.24));
  box-shadow: 0 0 90px rgba(137, 169, 155, 0.18);
}

.orb-two {
  bottom: 140px;
  left: 48px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(93, 133, 117, 0.34), rgba(93, 133, 117, 0.06));
  animation-delay: -2s;
}

.hero-company-image-card {
  position: absolute;
  top: 38px;
  left: 34px;
  right: 34px;
  bottom: 180px;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 24px 54px rgba(10, 22, 18, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.hero-company-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16, 35, 28, 0.02), rgba(16, 35, 28, 0.34)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 42%);
}

.hero-company-image-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.hero-grid-card,
.detail-panel {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  z-index: 1;
  padding: 30px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(244, 249, 246, 0.84), rgba(231, 240, 235, 0.74));
  border: 1px solid rgba(137, 169, 155, 0.16);
}

.hero-grid-card h2,
.detail-panel h2 {
  margin: 10px 0 10px;
  font-size: clamp(2rem, 3vw, 3.1rem);
}

.grid-label {
  color: #5d8575;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.floating-panel {
  position: absolute;
  z-index: 1;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(246, 250, 247, 0.92);
  color: #183229;
  box-shadow: var(--shadow);
  animation: drift 6s ease-in-out infinite;
}

.floating-panel span {
  display: block;
  margin-bottom: 4px;
  color: #5d8575;
  font-size: 0.84rem;
}

.floating-panel-top {
  top: 184px;
  left: 34px;
}

.floating-panel-bottom {
  right: 28px;
  bottom: 210px;
  animation-delay: -2s;
}

.hero-mobile-products {
  display: none;
}

.intro-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 20px 22px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #4d695e;
}

.intro-strip article {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(244, 249, 246, 0.7);
  border: 1px solid rgba(93, 133, 117, 0.12);
}

.intro-strip-media {
  margin: 0 0 2px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(93, 133, 117, 0.14);
  box-shadow: 0 10px 20px rgba(18, 35, 29, 0.1);
}

.intro-strip-media img {
  width: 100%;
  height: clamp(130px, 16vw, 170px);
  display: block;
  object-fit: cover;
}

.intro-strip strong {
  font-size: 1rem;
  color: #173229;
}

.intro-strip span {
  font-size: 0.95rem;
  line-height: 1.65;
}

.section {
  padding: 88px 0 20px;
}

.trust-stats-section {
  padding-top: 24px;
}

.trust-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.trust-stat-card {
  display: grid;
  gap: 8px;
  padding: 18px 18px 16px;
  border-radius: 20px;
  border: 1px solid rgba(93, 133, 117, 0.14);
  background:
    radial-gradient(circle at top right, rgba(137, 169, 155, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(248, 252, 249, 0.96), rgba(232, 240, 235, 0.9));
  box-shadow: var(--shadow);
}

.trust-stat-card strong {
  font-size: clamp(1.45rem, 2vw, 2rem);
  color: #173229;
  line-height: 1;
}

.trust-stat-card span {
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.92rem;
}

.audience-section {
  padding-top: 28px;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.audience-card {
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(93, 133, 117, 0.14);
  background:
    radial-gradient(circle at top right, rgba(137, 169, 155, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(247, 251, 248, 0.96), rgba(232, 240, 235, 0.9));
  box-shadow: var(--shadow);
}

.audience-mark {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, #173229, #5d8575);
  color: #f5fbf8;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 14px 24px rgba(18, 35, 29, 0.18);
}

.audience-card h3 {
  margin: 0 0 10px;
  font-size: 1.28rem;
}

.audience-card p {
  margin: 0 0 16px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading h2,
.facility-panel h2,
.cta-card h2,
.product-hub h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.story-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 18px;
}

.story-card,
.portfolio-card,
.facility-panel,
.facility-points article,
.quality-timeline article,
.cta-card,
.contact-form,
.info-card,
.detail-grid article,
.product-hub-card {
  padding: 26px;
  border-radius: var(--radius-lg);
}

.feature-card {
  background: linear-gradient(180deg, rgba(244, 249, 246, 0.96), rgba(228, 238, 233, 0.88));
}

.card-index,
.portfolio-card span {
  margin: 0 0 18px;
  color: #5d8575;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.story-card h3,
.portfolio-card h3,
.facility-points h3,
.product-hub-card h3,
.detail-grid h3 {
  margin: 0 0 10px;
  font-size: 1.3rem;
}

.split-heading {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 22px;
  align-items: end;
}

.portfolio-grid,
.quality-timeline,
.product-hub-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.quality-visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.quality-visual-card {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.quality-visual-card img {
  width: 100%;
  height: clamp(220px, 30vw, 300px);
  display: block;
  object-fit: cover;
}

.quality-visual-card figcaption {
  padding: 12px 14px;
  font-size: 0.92rem;
  color: var(--muted);
  border-top: 1px solid rgba(83, 111, 102, 0.1);
  background: rgba(249, 252, 250, 0.7);
}

.featured-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.featured-product-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(93, 133, 117, 0.14);
  background:
    radial-gradient(circle at top right, rgba(137, 169, 155, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(248, 251, 249, 0.98), rgba(232, 240, 235, 0.92));
  box-shadow: var(--shadow);
}

.featured-product-card::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 110px;
  height: 110px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(23, 50, 41, 0.12), rgba(93, 133, 117, 0.28));
  transform: rotate(18deg);
}

.featured-product-top {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
}

.featured-product-category,
.featured-product-star {
  position: relative;
  overflow: hidden;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-product-category {
  color: #173229;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(93, 133, 117, 0.12);
}

.featured-product-star {
  color: #5d4305;
  background: linear-gradient(135deg, #fff5bf 0%, #f7d56a 42%, #d69f33 78%, #f2c85f 100%);
  border: 1px solid rgba(169, 119, 28, 0.44);
  box-shadow:
    0 12px 22px rgba(120, 86, 22, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.44);
  animation: goldBadgeGlow 2.8s ease-in-out infinite;
}

.featured-product-star::after {
  content: "";
  position: absolute;
  top: -25%;
  left: -36%;
  width: 32%;
  height: 160%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82), transparent);
  transform: rotate(18deg);
  animation: goldBadgeShine 2.6s linear infinite;
}

.featured-product-card h3,
.featured-product-card p,
.featured-product-card .text-link {
  position: relative;
  z-index: 1;
}

.featured-product-card h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}

.featured-product-card p {
  margin: 0 0 18px;
}

.featured-product-media {
  margin: 0 0 14px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(93, 133, 117, 0.14);
  box-shadow: 0 12px 24px rgba(18, 35, 29, 0.12);
}

.featured-product-media img {
  width: 100%;
  height: clamp(150px, 18vw, 190px);
  display: block;
  object-fit: cover;
}

.featured-product-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.featured-product-actions .button {
  min-height: 40px;
  padding: 0 14px;
  font-size: 0.86rem;
}

.portfolio-thumb {
  overflow: hidden;
  margin: -8px -8px 18px;
  border-radius: 22px;
  aspect-ratio: 1.08;
  background: linear-gradient(135deg, rgba(214, 227, 220, 0.9), rgba(187, 208, 198, 0.76));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.portfolio-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.portfolio-card:hover .portfolio-thumb img {
  transform: scale(1.04);
}

.single-feature-row {
  margin-top: 18px;
}

.action-band {
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: 26px;
  align-items: center;
  padding: 30px;
  border: 1px solid rgba(93, 133, 117, 0.14);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(137, 169, 155, 0.16), transparent 26%),
    linear-gradient(135deg, rgba(19, 43, 35, 0.98), rgba(29, 66, 55, 0.98) 52%, rgba(73, 110, 97, 0.96) 100%);
  box-shadow: 0 26px 56px rgba(15, 30, 24, 0.22);
}

.action-band h2,
.action-band p,
.action-band .eyebrow {
  color: #f4faf7;
}

.action-band p {
  margin-bottom: 0;
  color: rgba(244, 250, 247, 0.82);
}

.action-band-links {
  display: grid;
  gap: 12px;
  justify-items: end;
}

.action-band-links .button {
  min-width: 200px;
}

.wide-card {
  min-height: auto;
}

.products-copy-panel {
  margin-bottom: 24px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.products-copy-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.catalog-tools {
  margin-bottom: 24px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--panel-strong);
  box-shadow: var(--shadow);
}

.catalog-tools-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(2, minmax(220px, 1fr));
  gap: 16px;
}

.catalog-search-field,
.catalog-filter-field {
  display: grid;
  gap: 8px;
}

.catalog-search-field span,
.catalog-filter-field span {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--muted);
}

.catalog-search-field input,
.catalog-filter-field select {
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  font: inherit;
  color: var(--text);
  background: rgba(255, 255, 255, 0.86);
  outline: none;
}

.catalog-search-field input:focus,
.catalog-filter-field select:focus {
  border-color: rgba(93, 133, 117, 0.44);
  box-shadow: 0 0 0 4px rgba(93, 133, 117, 0.12);
}

.catalog-tools-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
}

.catalog-result-note {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.catalog-reset {
  min-width: 160px;
}

.catalog-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.catalog-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  font-weight: 700;
  box-shadow: var(--shadow);
}

.catalog-shell {
  display: grid;
  gap: 24px;
}

.category-hidden {
  display: none;
}

.category-block {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.category-header {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.category-media-card {
  position: relative;
  display: grid;
  grid-template-columns: 116px 1fr auto;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  padding: 14px;
  border-radius: 22px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  min-height: 0;
  background: rgba(255, 255, 255, 0.8);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
  text-align: left;
  width: 100%;
  font: inherit;
  cursor: pointer;
}

.category-card-thumb-wrap {
  display: block;
  width: 116px;
  height: 116px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(74, 96, 87, 0.12);
  background: #f7fbf8;
}

.category-card-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.category-media-card:hover .category-card-thumb {
  transform: scale(1.04);
}

.category-media-card:hover {
  transform: translateY(-6px);
  border-color: rgba(93, 133, 117, 0.28);
  box-shadow:
    0 20px 38px rgba(24, 40, 33, 0.12),
    0 0 0 4px rgba(137, 169, 155, 0.12);
}

.category-media-card.active {
  border-color: rgba(93, 133, 117, 0.32);
  background: rgba(236, 244, 240, 0.96);
  box-shadow:
    0 20px 38px rgba(24, 40, 33, 0.12),
    0 0 0 4px rgba(137, 169, 155, 0.14);
}

.category-card-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--text);
}

.category-card-copy strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1;
}

.category-card-copy small {
  color: var(--muted);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}

.category-card-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(74, 96, 87, 0.14);
  background: rgba(248, 252, 249, 0.86);
  color: var(--primary);
  font-size: 1.2rem;
  font-weight: 700;
  transition: transform 0.28s ease;
}

.category-media-card:hover .category-card-arrow {
  transform: translateX(4px);
}

.category-header h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
}

.category-count {
  color: var(--muted);
  font-weight: 600;
}

.product-list {
  display: grid;
  gap: 14px;
}

.product-entry {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  overflow: hidden;
}

.product-entry-focus {
  border-color: rgba(46, 122, 84, 0.55);
  box-shadow: 0 0 0 2px rgba(46, 122, 84, 0.16);
}

.product-entry summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
}

.product-entry summary::-webkit-details-marker {
  display: none;
}

.product-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(93, 133, 117, 0.14);
  color: #21473d;
  font-weight: 800;
}

.product-meta strong {
  display: inline-flex;
  flex-direction: row !important;
  align-items: center;
  font-size: 1.08rem;
  white-space: nowrap;
}

.product-brandline {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap !important;
  white-space: nowrap;
  gap: 0;
}

.product-brandline > span {
  display: inline-block !important;
  white-space: nowrap;
  writing-mode: horizontal-tb !important;
}

.sim-prefix,
.sim-hyphen {
  display: inline-block;
}

.sim-prefix {
  margin-right: 1px;
  position: relative;
  color: #577065;
  font-weight: 800;
  background: linear-gradient(115deg, #4f675d 0%, #96b0a5 30%, #f7fffb 48%, #96b0a5 62%, #4f675d 82%);
  background-size: 260% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: simShine 2.8s linear infinite;
  text-shadow: 0 0 8px rgba(255, 248, 220, 0.28);
}

.sim-hyphen {
  line-height: 1;
  margin-right: 3px;
  color: #6b867b;
  font-weight: 800;
}

.sim-product-name {
  display: inline-block;
  color: var(--text);
  white-space: nowrap;
}

.product-meta span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.5;
}

.product-star {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  overflow: hidden;
  background: linear-gradient(135deg, #fff4bc 0%, #f6d264 42%, #d49c31 76%, #f2c75e 100%);
  color: #5c4102;
  border: 1px solid rgba(169, 119, 28, 0.44);
  box-shadow:
    0 8px 16px rgba(120, 86, 22, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  font-weight: 800;
  white-space: nowrap;
  animation: goldBadgeGlow 3s ease-in-out infinite;
}

.product-star::after {
  content: "";
  position: absolute;
  top: -24%;
  left: -38%;
  width: 30%;
  height: 165%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  transform: rotate(18deg);
  animation: goldBadgeShine 2.8s linear infinite;
}

.product-table-wrap {
  padding: 0 20px 20px;
}

.product-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 16px;
}

.product-table th,
.product-table td {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(74, 96, 87, 0.1);
  text-align: left;
  font-size: 0.94rem;
}

.product-table th {
  background: rgba(137, 169, 155, 0.14);
  color: #21473d;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.product-table tbody tr:last-child td {
  border-bottom: 0;
}

.catalog-empty-state {
  text-align: left;
}

.catalog-empty-copy {
  padding: 12px 2px 4px;
  color: var(--muted);
  line-height: 1.7;
}

.support-chat-widget {
  position: fixed;
  right: 20px;
  bottom: 88px;
  z-index: 65;
  display: grid;
  justify-items: end;
  gap: 14px;
}

.support-chat-launcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px 14px 14px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #173229, #21473d 52%, #5d8575 100%);
  box-shadow: 0 22px 50px rgba(18, 35, 29, 0.24);
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
}

.support-chat-launcher::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 52%);
}

.support-chat-launcher::after {
  content: "";
  position: absolute;
  top: -30%;
  bottom: -30%;
  left: -34%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  transform: skewX(-18deg);
  opacity: 0.75;
  animation: supportLauncherShine 3.8s ease-in-out infinite;
}

.support-chat-pulse {
  position: absolute;
  inset: -8px;
  border-radius: 999px;
  border: 1px solid rgba(93, 133, 117, 0.24);
  animation: supportPulse 2.5s ease-out infinite;
}

.support-chat-launcher-icon,
.support-chat-launcher-copy {
  position: relative;
  z-index: 1;
}

.support-chat-launcher-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.34), transparent 52%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 10px 18px rgba(8, 20, 16, 0.2);
}

.support-chat-launcher-icon::before {
  content: "";
  width: 18px;
  height: 14px;
  border-radius: 8px 8px 8px 2px;
  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(23, 50, 41, 0.08);
}

.support-chat-launcher-icon::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 11px;
  width: 7px;
  height: 7px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.support-chat-launcher-copy {
  display: grid;
  text-align: left;
}

.support-chat-launcher-copy strong {
  font-size: 0.98rem;
}

.support-chat-launcher-copy small {
  color: rgba(255, 255, 255, 0.8);
}

@keyframes supportLauncherShine {
  0% {
    transform: translateX(-180%) skewX(-18deg);
    opacity: 0;
  }
  18% {
    opacity: 0.8;
  }
  42% {
    transform: translateX(410%) skewX(-18deg);
    opacity: 0.1;
  }
  100% {
    transform: translateX(410%) skewX(-18deg);
    opacity: 0;
  }
}

.support-chat-panel {
  width: min(380px, calc(100vw - 28px));
  border: 1px solid rgba(57, 88, 76, 0.14);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(137, 169, 155, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(250, 253, 251, 0.97), rgba(234, 242, 238, 0.95));
  box-shadow: 0 32px 70px rgba(20, 36, 30, 0.18);
  backdrop-filter: blur(20px);
  overflow: hidden;
  transform-origin: bottom right;
  animation: supportPanelIn 0.35s ease;
}

.support-chat-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 18px 14px;
  color: #fff;
  background: linear-gradient(135deg, #173229, #21473d 58%, #5d8575 100%);
}

.support-chat-header p {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.support-chat-header strong {
  display: block;
  font-size: 1.16rem;
  line-height: 1.35;
}

.support-chat-close {
  border: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  font-size: 1.4rem;
  cursor: pointer;
}

.support-chat-body {
  display: grid;
  gap: 14px;
  padding: 16px 16px 10px;
}

.support-chat-messages {
  display: grid;
  gap: 12px;
  max-height: 320px;
  min-height: 180px;
  padding-right: 4px;
  overflow-y: auto;
}

.support-chat-message {
  max-width: 88%;
  padding: 12px 14px;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(34, 46, 42, 0.08);
}

.support-chat-message p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.6;
}

.support-chat-message-bot {
  justify-self: start;
  color: var(--text);
  background: rgba(255, 255, 255, 0.92);
  border-bottom-left-radius: 6px;
}

.support-chat-message-user {
  justify-self: end;
  color: #fff;
  background: linear-gradient(135deg, #21473d, #173229 72%);
  border-bottom-right-radius: 6px;
}

@keyframes goldBadgeShine {
  0% {
    transform: translateX(-180%) rotate(18deg);
    opacity: 0;
  }
  20% {
    opacity: 0.95;
  }
  45% {
    transform: translateX(420%) rotate(18deg);
    opacity: 0;
  }
  100% {
    transform: translateX(420%) rotate(18deg);
    opacity: 0;
  }
}

@keyframes goldBadgeGlow {
  0%,
  100% {
    filter: saturate(1) brightness(1);
  }
  50% {
    filter: saturate(1.12) brightness(1.06);
  }
}

.support-chat-message-admin {
  justify-self: start;
  color: #173229;
  background: linear-gradient(135deg, rgba(206, 233, 221, 0.98), rgba(190, 221, 208, 0.95));
  border: 1px solid rgba(93, 133, 117, 0.16);
  border-bottom-left-radius: 6px;
}

.support-chat-author {
  display: block;
  margin-bottom: 6px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.support-chat-message-bot .support-chat-author {
  color: #527267;
}

.support-chat-message-user .support-chat-author {
  color: rgba(255, 255, 255, 0.72);
}

.support-chat-message-admin .support-chat-author {
  color: #33594b;
}

.support-chat-message-typing {
  min-width: 84px;
}

.support-chat-typing-dots {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.support-chat-typing-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5d8575;
  animation: supportTyping 1.2s ease-in-out infinite;
}

.support-chat-typing-dots span:nth-child(2) {
  animation-delay: 0.12s;
}

.support-chat-typing-dots span:nth-child(3) {
  animation-delay: 0.24s;
}

.support-chat-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.support-chat-quick-actions button {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.86);
  font: inherit;
  font-size: 0.84rem;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.support-chat-quick-actions button:hover {
  transform: translateY(-1px);
  border-color: rgba(93, 133, 117, 0.24);
  background: rgba(245, 250, 247, 0.96);
}

.support-chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 0 16px 12px;
}

.support-chat-input {
  min-height: 50px;
  padding: 0 16px;
  border: 1px solid rgba(83, 111, 102, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  font: inherit;
  color: var(--text);
}

.support-chat-input:disabled,
.support-chat-send:disabled,
.contact-form button[type="submit"]:disabled {
  cursor: wait;
  opacity: 0.7;
}

.support-chat-send {
  min-width: 88px;
  border: 0;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #21473d, #173229 72%);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.support-chat-escalate {
  display: block;
  padding: 0 16px 16px;
  color: var(--primary);
  font-weight: 700;
  text-align: center;
}

.support-chat-escalate-icon {
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  border-radius: 50%;
  color: #fff;
  background: #25d366;
  font-size: 0.62rem;
  vertical-align: middle;
}

.quote-block {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(248, 252, 249, 0.82);
}

.quote-block strong {
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
}

.quote-block p {
  margin: 0;
}


.rich-product-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(74, 96, 87, 0.12);
}

.rich-product-media {
  margin: 0;
  border: 1px solid rgba(74, 96, 87, 0.2);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(245, 251, 248, 0.92);
  max-width: 320px;
}

.rich-product-media img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: contain;
  background: rgba(250, 253, 251, 0.94);
  padding: 10px;
}

.rich-product-media figcaption {
  padding: 10px 12px;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
}

.rich-product-copy {
  color: var(--text);
}

.detail-html p,
.detail-html li {
  color: var(--muted);
  line-height: 1.75;
}

.detail-html strong,
.detail-html h2,
.detail-html h3 {
  color: var(--text);
}

.detail-html table {
  width: 100%;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  margin: 14px 0;
  background: rgba(248, 252, 249, 0.86);
  border-radius: 14px;
}

.detail-html td,
.detail-html th {
  padding: 10px 12px;
  border: 1px solid rgba(74, 96, 87, 0.1);
  text-align: left;
  font-size: 0.92rem;
  white-space: nowrap;
}

.detail-html ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.portfolio-card {
  min-height: 280px;
}

.portfolio-card.cool {
  background: linear-gradient(180deg, rgba(248, 252, 249, 0.96), rgba(232, 240, 235, 0.9));
}

.portfolio-card.deep {
  background: linear-gradient(180deg, rgba(240, 247, 243, 0.96), rgba(218, 231, 225, 0.9));
}

.portfolio-card.mist {
  background: linear-gradient(180deg, rgba(252, 254, 253, 0.95), rgba(236, 243, 239, 0.88));
}

.portfolio-card.steel {
  background: linear-gradient(180deg, rgba(235, 244, 240, 0.96), rgba(214, 228, 221, 0.9));
}

.text-link,
.product-hub-card a {
  display: inline-flex;
  margin-top: 14px;
  color: #21473d;
  font-weight: 700;
}

.center-link {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.facility-layout,
.contact-layout,
.detail-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
}

.infra-feature-grid,
.infra-gallery,
.infra-metric-grid {
  display: grid;
  gap: 18px;
}

.infra-feature-grid {
  grid-template-columns: 1fr 1fr;
  margin-top: 24px;
}

.infra-feature-card {
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.infra-feature-link-card {
  color: inherit;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.infra-feature-link-card:hover,
.infra-feature-link-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(93, 133, 117, 0.26);
  box-shadow:
    0 22px 40px rgba(20, 36, 30, 0.14),
    0 0 0 4px rgba(137, 169, 155, 0.1);
}

.infra-feature-media {
  border-radius: 22px;
  overflow: hidden;
  min-height: 260px;
}

.infra-feature-media img,
.infrastructure-hero-image,
.infra-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.infra-feature-copy {
  display: grid;
  gap: 10px;
}

.infra-feature-copy h3,
.infra-metric-card strong {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
}

.infrastructure-visual {
  padding: 0;
  overflow: hidden;
}

.infrastructure-hero-image {
  min-height: 100%;
}

.infra-metric-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 24px;
}

.infra-metric-card {
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--panel-strong);
  box-shadow: var(--shadow);
}

.infra-metric-card strong {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.infra-metric-card span {
  color: var(--muted);
  line-height: 1.6;
}

.infra-bullet-list {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.8;
}

.infra-gallery {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
}

.infra-gallery figure {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  min-height: 230px;
}

.facility-panel {
  background:
    radial-gradient(circle at top right, rgba(137, 169, 155, 0.14), transparent 25%),
    linear-gradient(180deg, rgba(250, 253, 251, 0.96), rgba(232, 241, 236, 0.88));
}

.facility-main-image {
  margin: 16px 0 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(93, 133, 117, 0.16);
  box-shadow: 0 18px 36px rgba(18, 35, 29, 0.14);
}

.facility-main-image img {
  width: 100%;
  height: clamp(210px, 30vw, 280px);
  display: block;
  object-fit: cover;
}

.facility-points,
.detail-grid {
  grid-template-columns: repeat(2, 1fr);
}

.facility-points,
.detail-grid,
.form-grid {
  display: grid;
  gap: 18px;
}

.facility-point-media {
  margin: 0 0 14px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(93, 133, 117, 0.14);
  box-shadow: 0 12px 24px rgba(14, 28, 22, 0.12);
}

.facility-point-media img {
  width: 100%;
  height: clamp(150px, 20vw, 190px);
  display: block;
  object-fit: cover;
}

.about-detail-media {
  margin: 0 0 14px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(93, 133, 117, 0.14);
  box-shadow: 0 14px 30px rgba(15, 30, 24, 0.12);
}

.about-detail-media img {
  width: 100%;
  height: clamp(170px, 22vw, 210px);
  display: block;
  object-fit: cover;
}

#about-us .detail-grid {
  margin-top: 16px;
  gap: 14px;
}

#about-us.detail-section {
  display: block;
}

#about-us .detail-grid article {
  padding: 20px;
}

#about-us .detail-grid p {
  line-height: 1.62;
}

#about-us .about-detail-media img {
  height: clamp(120px, 15vw, 150px);
}

.contact-layout {
  align-items: start;
}

.cta-card {
  display: grid;
  gap: 20px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(248, 252, 249, 0.98), rgba(231, 240, 235, 0.95)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.contact-stack {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(93, 133, 117, 0.14);
  background: rgba(248, 252, 249, 0.78);
}

.contact-stack a {
  font-size: 1.2rem;
  font-weight: 700;
}

.contact-form {
  background: var(--panel-strong);
}

.form-grid {
  grid-template-columns: repeat(2, 1fr);
}

.form-grid label {
  display: grid;
  gap: 8px;
}

.form-grid span {
  color: #5d8575;
  font-size: 0.95rem;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  border: 1px solid rgba(93, 133, 117, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
  padding: 15px 16px;
  font: inherit;
  resize: vertical;
}

.form-grid input::placeholder,
.form-grid textarea::placeholder {
  color: #8aa094;
}

.form-grid select {
  min-height: 54px;
}

.mobile-sticky-cta {
  display: none;
}

.full-width {
  grid-column: 1 / -1;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
}

.form-note {
  margin: 0;
  color: var(--muted);
}

.site-footer {
  margin-top: 56px;
  padding: 32px 28px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px 30px 0 0;
  background:
    radial-gradient(circle at top right, rgba(137, 169, 155, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(18, 35, 29, 0.98), rgba(27, 58, 48, 0.98) 56%, rgba(38, 76, 64, 0.96));
  box-shadow: 0 24px 52px rgba(11, 22, 18, 0.24);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.8fr 1fr;
  gap: 24px;
}

.footer-brand h2,
.footer-links h3,
.footer-contact h3 {
  margin: 0 0 12px;
  color: #f4faf7;
}

.footer-brand h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.02;
}

.footer-kicker {
  margin: 0 0 12px;
  color: rgba(210, 232, 222, 0.72);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
}

.footer-brand p,
.footer-contact p,
.footer-links a,
.footer-bottom-bar p {
  color: rgba(241, 248, 244, 0.82);
  line-height: 1.7;
}

.footer-links,
.footer-contact {
  display: grid;
  align-content: start;
}

.footer-links a,
.footer-contact a {
  margin-bottom: 10px;
}

.footer-links a:hover,
.footer-contact a:hover,
.footer-socials a:hover {
  color: #ffffff;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.footer-badges span,
.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #f4faf7;
  font-weight: 700;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.footer-bottom-bar {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-bar p {
  margin: 0;
}

.product-hub {
  padding: 58px 0 20px;
}

.product-hub-intro {
  max-width: 740px;
  margin-bottom: 28px;
}

.product-hub-card {
  min-height: 250px;
}

.detail-copy .hero-text {
  max-width: 60ch;
}

.detail-grid {
  margin-top: 18px;
}

.info-card {
  margin-top: 18px;
}

.reveal {
  opacity: 0;
  transform: translateY(36px) scale(0.98);
  transition:
    opacity 0.9s ease,
    transform 0.9s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes drift {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-14px);
  }
}

@keyframes floatUp {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(16px);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes ringSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes glowPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.75;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

@keyframes logoFloat {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes logoSweep {
  0% {
    left: -55%;
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  45% {
    left: 120%;
    opacity: 0.95;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}

@keyframes logoDropIn {
  0% {
    transform: translateY(-180px) scale(0.72);
    opacity: 0;
  }
  65% {
    transform: translateY(10px) scale(1.02);
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes titleSweep {
  0% {
    left: -35%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  42% {
    left: 115%;
    opacity: 0.95;
  }
  100% {
    left: 115%;
    opacity: 0;
  }
}

@keyframes brandSweep {
  0% {
    left: -40%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  42% {
    left: 120%;
    opacity: 0.95;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}

@keyframes bannerSweep {
  0%,
  100% {
    transform: translateX(0) rotate(-22deg) scaleX(1);
    opacity: 0.3;
  }
  50% {
    transform: translateX(-26px) rotate(-22deg) scaleX(1.08);
    opacity: 0.65;
  }
}

@keyframes simShine {
  0% {
    background-position: 240% center;
  }
  100% {
    background-position: -20% center;
  }
}

@keyframes supportPulse {
  0% {
    opacity: 0.45;
    transform: scale(0.92);
  }
  70% {
    opacity: 0;
    transform: scale(1.08);
  }
  100% {
    opacity: 0;
    transform: scale(1.12);
  }
}

@keyframes supportTyping {
  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  40% {
    transform: translateY(-4px);
    opacity: 1;
  }
}

@keyframes supportPanelIn {
  0% {
    opacity: 0;
    transform: translateY(16px) scale(0.94);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1080px) {
  .hero,
  .detail-hero,
  .facility-layout,
  .contact-layout,
  .split-heading,
  .story-grid,
  .portfolio-grid,
  .quality-timeline,
  .product-hub-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-metrics,
  .facility-points,
  .detail-grid,
  .form-grid,
  .infra-metric-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .story-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature-card {
    grid-column: span 2;
  }

  .site-header {
    gap: 12px;
    padding: 14px 16px;
  }

  .brand-text-only {
    margin-left: 100px;
  }

  .site-nav ul {
    gap: 14px;
  }

  .infra-feature-grid,
  .infra-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .site-nav a {
    font-size: 0.94rem;
  }

  .product-entry summary {
    grid-template-columns: auto 1fr;
  }

  .product-star {
    grid-column: 2;
    justify-self: start;
  }

  .rich-product-body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .page-shell {
    width: min(100% - 22px, var(--max-width));
    margin-top: 0;
  }

  .floating-logo {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 40;
    display: grid;
    width: 78px;
    height: 78px;
    padding: 6px;
    border-radius: 50%;
  }

  .brand-text-only {
    margin-left: 0;
  }

  .site-header {
    flex-wrap: wrap;
    border-radius: 0 0 24px 24px;
    padding-left: 102px;
  }

  .site-header::before {
    content: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    width: 100%;
    display: none;
    max-height: min(70vh, calc(100vh - 120px));
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .site-nav.open {
    display: block;
    margin-top: 10px;
    padding: 10px 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background:
      radial-gradient(circle at top right, rgba(137, 169, 155, 0.14), transparent 28%),
      linear-gradient(180deg, rgba(17, 35, 28, 0.94), rgba(30, 62, 53, 0.94));
    box-shadow:
      0 14px 26px rgba(12, 23, 19, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .site-nav ul {
    flex-direction: column;
    padding-top: 12px;
    gap: 12px;
  }

  .site-nav > ul > li > a,
  .site-nav > ul > li:last-child > a {
    width: 100%;
    justify-content: space-between;
  }

  .dropdown-menu {
    position: static;
    flex-direction: column;
    min-width: 100%;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    box-shadow: none;
  }

  .has-dropdown:hover .dropdown-menu,
  .has-dropdown:focus-within .dropdown-menu {
    transform: none;
  }

  .has-dropdown.open .dropdown-menu {
    display: block;
  }
}

@media (max-width: 780px) {
  .floating-logo {
    top: 10px;
    left: 10px;
    width: 68px;
    height: 68px;
    padding: 5px;
    border-radius: 50%;
  }

  .floating-logo::before {
    inset: -5px;
    border-radius: 50%;
  }

  .floating-logo::after {
    inset: -9px;
    border-radius: 50%;
  }

  .brand-text-only {
    margin-left: 0;
  }

  .site-header {
    padding-left: 88px;
  }

  .brand-text strong {
    font-size: clamp(0.98rem, 5vw, 1.18rem);
    letter-spacing: 0.14em;
  }

  .brand-text small {
    font-size: clamp(0.34rem, 1.85vw, 0.45rem);
    letter-spacing: 0.12em;
  }

  .hero-eyebrow-badge {
    padding: 7px 10px;
    font-size: 0.58rem;
    letter-spacing: 0.09em;
  }

  .hero {
    gap: 14px;
  }

  .hero-visual {
    order: 1;
  }

  .hero-mobile-products {
    order: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hero-mobile-products a {
    display: block;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(93, 133, 117, 0.2);
    box-shadow: 0 10px 20px rgba(12, 24, 19, 0.14);
    background: rgba(244, 250, 247, 0.84);
  }

  .hero-mobile-products img {
    width: 100%;
    height: 148px;
    display: block;
    object-fit: contain;
    background: rgba(247, 252, 249, 0.92);
  }

  .hero-copy {
    order: 3;
  }

  .hero,
  .detail-hero,
  .trust-stats-grid,
  .audience-grid,
  .story-grid,
  .portfolio-grid,
  .quality-visual-grid,
  .featured-products-grid,
  .facility-layout,
  .facility-points,
  .quality-timeline,
  .contact-layout,
  .hero-metrics,
  .split-heading,
  .detail-grid,
  .form-grid,
  .product-hub-grid,
  .footer-grid,
  .infra-feature-grid,
  .infra-gallery,
  .infra-metric-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    grid-column: auto;
  }

  .hero-company-image-card {
    top: 22px;
    left: 22px;
    right: 22px;
    bottom: 210px;
    border-radius: 24px;
  }

  .intro-strip {
    grid-template-columns: 1fr;
  }

  .action-band {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .action-band-links {
    justify-items: stretch;
  }

  .hero,
  .detail-hero {
    padding-top: 42px;
  }

  .hero-visual,
  .detail-visual {
    min-height: 520px;
  }

  .orb-one {
    top: 56px;
    right: 38px;
    width: 120px;
    height: 120px;
  }

  .orb-two {
    width: 90px;
    height: 90px;
  }

  .floating-panel-bottom {
    bottom: 164px;
  }

  .section,
  .product-hub {
    padding-top: 70px;
  }

  .support-chat-widget {
    right: 14px;
    bottom: 138px;
  }

  .support-chat-launcher-copy {
    display: none;
  }

  .support-chat-launcher {
    padding-right: 14px;
  }

  .category-block,
  .products-copy-panel,
  .catalog-tools {
    padding: 18px;
  }

  .catalog-nav {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 66;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 10px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
      radial-gradient(circle at top right, rgba(137, 169, 155, 0.16), transparent 24%),
      linear-gradient(135deg, rgba(18, 35, 29, 0.98), rgba(30, 63, 53, 0.98) 56%, rgba(52, 96, 82, 0.96));
    box-shadow: 0 18px 34px rgba(12, 23, 19, 0.24);
    backdrop-filter: blur(12px);
  }

  .mobile-sticky-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 12px;
    color: #f4faf7;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .category-media-card {
    grid-template-columns: 88px 1fr;
    gap: 12px;
    padding: 12px;
  }

  .catalog-tools-grid {
    grid-template-columns: 1fr;
  }

  .catalog-tools-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .catalog-reset {
    width: 100%;
  }


  .category-card-thumb-wrap {
    width: 88px;
    height: 88px;
  }

  .category-card-arrow {
    display: none;
  }

  .site-footer {
    padding: 24px 18px 16px;
    border-radius: 24px 24px 0 0;
  }

  .product-entry summary,
  .product-table-wrap {
    padding-left: 14px;
    padding-right: 14px;
  }

  .product-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
