@property --trail-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

:root {
  --ink: #16212d;
  --muted: #647282;
  --teal: #008c90;
  --teal-dark: #005760;
  --emerald: #19a66b;
  --indigo: #243b7a;
  --amber: #c8892c;
  --coral: #d95d45;
  --line: #dceaea;
  --soft: #f4faf8;
  --radius: 8px;
  --shadow: 0 20px 55px rgba(12, 31, 43, 0.12);
  --header-height: 112px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body.modal-open,
body.nav-open {
  overflow: hidden;
}

.scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 180;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #73f2df, var(--teal), var(--emerald));
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
}

img,
svg {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: min(100% - 40px, 1260px);
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  width: 100%;
  max-width: 100%;
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 0 clamp(20px, 4vw, 76px);
  color: #fff;
  background: linear-gradient(90deg, #082d34 0%, #075b61 54%, #293a42 100%);
  backdrop-filter: none;
  border-bottom: 1px solid rgba(115, 242, 223, 0.16);
  box-shadow: 0 14px 36px rgba(5, 25, 31, 0.28);
}

body:not([data-page="home"]) .site-header {
  color: #fff;
  background: linear-gradient(90deg, #082d34 0%, #075b61 54%, #293a42 100%);
  border-bottom: 1px solid rgba(115, 242, 223, 0.16);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
}

.brand-logo {
  display: block;
  width: auto;
  height: 92px;
  max-width: 180px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
}

body:not([data-page="home"]) .brand-logo {
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
}

.brand-mark {
  position: relative;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

body:not([data-page="home"]) .brand-mark {
  border-color: #9fd9dc;
  background: #eefafa;
}

.brand-mark span {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.brand-mark span:nth-child(1) {
  left: 14px;
  top: 24px;
  background: var(--emerald);
}

.brand-mark span:nth-child(2) {
  right: 13px;
  top: 13px;
  background: var(--amber);
}

.brand-mark span:nth-child(3) {
  right: 16px;
  bottom: 13px;
  background: var(--teal);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1.1rem;
}

.brand small {
  color: currentColor;
  opacity: 0.76;
  text-transform: uppercase;
  letter-spacing: 0;
}

.main-nav {
  position: relative;
  display: flex;
  justify-content: center;
  gap: clamp(8px, 1.8vw, 22px);
  font-weight: 850;
}

.main-nav a {
  position: relative;
  z-index: 1;
  border-radius: 999px;
  padding: 9px 18px;
  color: currentColor;
  opacity: 0.88;
  transition: color 220ms ease, opacity 220ms ease, background 220ms ease;
}

.nav-hover-indicator {
  display: none;
}

.main-nav a.active,
.main-nav a:hover {
  color: #73f2df;
  opacity: 1;
  background: rgba(115, 242, 223, 0.14);
}

body:not([data-page="home"]) .main-nav a.active,
body:not([data-page="home"]) .main-nav a:hover {
  color: #73f2df;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-nav-actions {
  display: none;
}

.ghost-action,
.cart-action {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: var(--radius);
  padding: 0 18px;
  font-weight: 900;
}

.header-trail-action > * {
  position: relative;
  z-index: 2;
}

.header-trail-action::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(
    from var(--trail-angle),
    transparent 0deg,
    transparent 72deg,
    rgba(255, 255, 255, 0.92) 104deg,
    rgba(115, 242, 223, 0.98) 132deg,
    rgba(0, 125, 130, 0.82) 164deg,
    transparent 210deg,
    transparent 360deg
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  animation: borderTrailAngle 7s linear infinite;
}

.header-trail-action::after {
  display: none;
}

.ghost-action {
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.1);
}

body:not([data-page="home"]) .ghost-action {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.1);
}

.cart-action {
  color: #fff;
  background: var(--teal);
  box-shadow: 0 14px 36px rgba(0, 125, 130, 0.22);
}

.button-icon,
.cart-action b {
  min-width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--teal-dark);
  background: #fff;
  font-size: 0.76rem;
  font-weight: 950;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: clamp(820px, 96vh, 940px);
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: calc(var(--header-height) + 30px) 0 76px;
  color: #fff;
  background: #0c282f;
}

.hero-image,
.page-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 520ms ease, transform 760ms ease;
}

.hero-image.is-switching,
.page-hero-bg.is-switching {
  opacity: 0.36;
  transform: scale(1.025);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(7, 28, 36, 0.96), rgba(10, 57, 62, 0.78), rgba(4, 39, 42, 0.24));
}

.hero-art {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.hero-halo {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.14;
  animation: slowFloat 9s ease-in-out infinite;
}

.halo-teal {
  width: 260px;
  height: 260px;
  left: 6%;
  top: 28%;
  background: var(--teal);
}

.halo-navy {
  width: 340px;
  height: 340px;
  right: 18%;
  bottom: 12%;
  background: var(--indigo);
  animation-delay: -3.5s;
  animation-duration: 12s;
}

.hero-grid-texture {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.15) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 110px 110px;
  animation: gridDrift 22s linear infinite;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(100% - 40px, 1260px);
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: #087a80;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero .eyebrow,
.page-hero .eyebrow,
.quality-section .eyebrow {
  color: #73f2df;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: inherit;
  line-height: 1.04;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 720px;
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(4rem, 7.4vw, 6.95rem);
}

[data-text-effect="char"] .text-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.35em);
  animation: textCharFade 520ms ease forwards;
}

[data-text-effect="char"] .text-word {
  display: inline-block;
  white-space: nowrap;
}

.hero .eyebrow,
.hero h1,
.hero-tagline,
.hero-copy,
.hero-search,
.hero-actions {
  animation: heroFadeUp 680ms ease both;
}

.hero h1 {
  animation-delay: 90ms;
}

.hero-copy {
  animation-delay: 240ms;
}

.hero-search {
  animation-delay: 350ms;
}

.hero-actions {
  animation-delay: 450ms;
}

.hero-tagline {
  margin: 0 0 16px;
  color: #73f2df;
  font-size: clamp(1.02rem, 1.65vw, 1.38rem);
  font-weight: 850;
  letter-spacing: 0.01em;
  animation-delay: 160ms;
}

.hero-copy {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.75vw, 1.32rem);
  line-height: 1.52;
}

.text-loop {
  display: inline-block;
  color: #73f2df;
  font-weight: 850;
  vertical-align: baseline;
  transform-origin: center bottom;
}

.text-loop.is-changing {
  animation: textLoopFlip 360ms ease both;
}

.hero-search {
  max-width: 950px;
  margin-top: 26px;
}

.hero-search label,
.finder-panel label,
.contact-form label,
.auth-form label,
.enquiry-form label,
.cart-line label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 850;
}

.hero-search label {
  color: #fff;
}

.search-shell {
  min-height: 64px;
  display: grid;
  grid-template-columns: 1fr 126px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: var(--radius);
  background: #fff;
}

.search-shell input {
  min-width: 0;
  border: 0;
  outline: none;
  padding: 0 26px;
  color: var(--ink);
  font-size: 1.08rem;
}

.search-shell button,
.finder-input-row button {
  border: 0;
  color: #fff;
  background: var(--teal);
  font-weight: 900;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.primary-link,
.secondary-link,
.primary-button,
.tool-button,
.text-link {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  padding: 0 20px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.magnetic-ready {
  will-change: transform;
}

.primary-link,
.primary-button {
  border: 1px solid var(--teal);
  color: #fff;
  background: var(--teal);
  box-shadow: 0 16px 34px rgba(0, 125, 130, 0.2);
}

.secondary-link,
.tool-button {
  border: 1px solid rgba(255, 255, 255, 0.46);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.secondary-link.dark,
.tool-button,
.text-link {
  color: var(--teal-dark);
  border-color: #cbe6e6;
  background: #eefafa;
}

.primary-link:hover,
.secondary-link:hover,
.primary-button:hover,
.tool-button:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.hero-metrics {
  position: absolute;
  z-index: 3;
  right: clamp(18px, 5vw, 82px);
  bottom: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  max-width: 620px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  background: rgba(8, 42, 48, 0.66);
  backdrop-filter: blur(16px);
}

.hero-metrics div {
  padding: 18px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-metrics div:last-child {
  border-right: 0;
}

.hero-metrics strong {
  display: block;
  color: #fff;
  font-size: 1.45rem;
}

.hero-metrics span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.85rem;
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid rgba(0, 77, 82, 0.08);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #fff, #fbfefe);
  box-shadow: 0 12px 32px rgba(16, 47, 56, 0.04);
}

.quick-strip a {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-right: 1px solid var(--line);
  color: var(--teal-dark);
  font-weight: 850;
  text-align: center;
}

.quick-strip a:hover {
  background: #eefafa;
}

.page-hero {
  position: relative;
  min-height: clamp(720px, 86vh, 860px);
  display: grid;
  align-items: center;
  padding: calc(var(--header-height) + 34px) 0 76px;
  overflow: hidden;
  color: #fff;
  background: #0c282f;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(7, 28, 36, 0.96), rgba(10, 57, 62, 0.78), rgba(39, 59, 122, 0.5));
}

.page-hero-content {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 1260px);
}

.page-hero h1 {
  max-width: 880px;
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(4.25rem, 8.4vw, 7.4rem);
  line-height: 0.95;
}

.page-hero-tagline {
  max-width: 900px;
  margin: 0 0 18px;
  color: #73f2df;
  font-size: clamp(1.08rem, 1.75vw, 1.42rem);
  line-height: 1.35;
  font-weight: 850;
}

.page-hero p:not(.eyebrow):not(.page-hero-tagline) {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.58;
}

.section {
  padding: clamp(74px, 9vw, 124px) 0;
}

.section-white {
  background: #fff;
}

.section-tint {
  background: linear-gradient(180deg, #f8fbfb 0%, #eef7f5 100%);
}

.section-heading {
  max-width: 830px;
  margin-bottom: 42px;
}

.section-heading.compact {
  margin-bottom: 0;
}

.section-heading h2,
.why-heading h2 {
  color: var(--ink);
  font-size: clamp(2.1rem, 4.5vw, 4rem);
}

.section-heading p:not(.eyebrow),
.why-heading p,
.product-detail-copy p,
.service-detail p,
.tool-panel p,
.contact-info div,
.feature-row p,
.process-card p,
.category-card p,
.info-card p,
.timeline-item p {
  color: var(--muted);
}

.why-choose-section {
  position: relative;
  overflow: hidden;
  padding-top: clamp(54px, 5.4vw, 82px);
  padding-bottom: clamp(78px, 7.8vw, 112px);
  background:
    radial-gradient(circle at 14% 14%, rgba(0, 125, 130, 0.12), transparent 26%),
    radial-gradient(circle at 88% 20%, rgba(36, 59, 122, 0.08), transparent 28%),
    linear-gradient(180deg, #f7fbf9 0%, #eef8f5 100%);
}

.why-choose-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(0, 82, 88, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 82, 88, 0.045) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
  pointer-events: none;
}

.why-choose-section::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -78px;
  width: min(520px, 38vw);
  aspect-ratio: 13 / 8;
  background: url("assets/images/card-molecule-art.svg") center / contain no-repeat;
  opacity: 0.16;
  animation: slowFloat 11s ease-in-out infinite;
  pointer-events: none;
}

.why-choose-section > .container {
  position: relative;
  z-index: 2;
}

.section-science-art {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.science-line {
  position: absolute;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(0, 125, 130, 0.26), transparent);
  transform-origin: left center;
  animation: lineBreathe 9s ease-in-out infinite;
}

.line-a {
  width: 260px;
  left: 6%;
  top: 30%;
  transform: rotate(-18deg);
}

.line-b {
  width: 320px;
  right: 7%;
  top: 44%;
  transform: rotate(14deg);
  animation-delay: -2.8s;
}

.line-c {
  width: 230px;
  left: 42%;
  bottom: 18%;
  transform: rotate(34deg);
  animation-delay: -4.5s;
}

.science-node {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0b8f91;
  box-shadow: 0 0 0 10px rgba(11, 143, 145, 0.08);
  opacity: 0.62;
  animation: slowFloat 8s ease-in-out infinite;
}

.node-a {
  left: 12%;
  top: 22%;
}

.node-b {
  right: 15%;
  top: 31%;
  background: #ca8b1d;
  box-shadow: 0 0 0 10px rgba(202, 139, 29, 0.09);
  animation-delay: -2s;
}

.node-c {
  left: 35%;
  bottom: 20%;
  background: #243b7a;
  box-shadow: 0 0 0 10px rgba(36, 59, 122, 0.08);
  animation-delay: -4s;
}

.node-d {
  right: 28%;
  bottom: 15%;
  animation-delay: -5.5s;
}

.why-heading {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 50px) clamp(22px, 4vw, 40px);
}

.why-card {
  min-height: 214px;
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 32px;
  align-items: center;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(21, 66, 74, 0.1);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(250, 254, 253, 0.9)),
    #fff;
  box-shadow: 0 18px 44px rgba(16, 47, 56, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.why-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 125, 130, 0.22);
  box-shadow: 0 24px 60px rgba(16, 47, 56, 0.11);
}

.why-icon {
  position: relative;
  width: 104px;
  height: 74px;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(0, 77, 82, 0.12));
  animation: nodeFloat 7s ease-in-out infinite;
}

.why-icon::before,
.why-icon::after {
  content: "";
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: rgba(0, 96, 102, 0.34);
  transform-origin: left center;
}

.why-icon::before {
  width: 34px;
  left: 24px;
  top: 24px;
  transform: rotate(-7deg);
}

.why-icon::after {
  width: 26px;
  left: 38px;
  top: 36px;
  transform: rotate(24deg);
}

.finder-layout,
.split-layout,
.discovery-layout,
.contact-layout,
.account-layout,
.cart-page-layout,
.who-we-are-layout,
.service-selector-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: start;
}

.who-we-are-section {
  position: relative;
  overflow: hidden;
  padding-top: clamp(68px, 7vw, 104px);
  padding-bottom: clamp(72px, 8vw, 112px);
  background:
    radial-gradient(circle at 8% 18%, rgba(115, 242, 223, 0.14), transparent 26%),
    radial-gradient(circle at 86% 70%, rgba(0, 125, 130, 0.11), transparent 28%),
    #fff;
}

.who-we-are-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 125, 130, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 125, 130, 0.04) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  pointer-events: none;
}

.who-we-are-layout {
  position: relative;
  z-index: 1;
  align-items: center;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.7fr);
}

.who-copy {
  max-width: 760px;
}

.who-copy h2 {
  margin-bottom: 22px;
  color: var(--ink);
  font-size: clamp(3.75rem, 7.3vw, 6.9rem);
  line-height: 0.9;
}

.who-copy p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(0.96rem, 1.08vw, 1.04rem);
  line-height: 1.72;
}

.who-copy .who-lede {
  max-width: 650px;
  margin-bottom: 20px;
  color: #26384a;
  font-size: clamp(1.14rem, 1.62vw, 1.32rem);
  line-height: 1.55;
  font-weight: 750;
}

.who-visual {
  position: relative;
  display: grid;
  gap: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: clamp(20px, 3vw, 30px);
  background:
    radial-gradient(circle at 20% 18%, rgba(115, 242, 223, 0.24), transparent 30%),
    linear-gradient(135deg, #f7fcfb 0%, #eefafa 48%, #f8fbfb 100%);
  box-shadow: var(--shadow);
  animation: softRise 700ms ease both;
}

.molecule-showcase {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(0, 125, 130, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(0, 125, 130, 0.07) 1px, transparent 1px),
    linear-gradient(135deg, #102b32 0%, #17434c 44%, #243b7a 100%);
  background-size: 54px 54px, 54px 54px, auto;
}

.molecule-showcase::after {
  content: "";
  position: absolute;
  inset: 16%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(115, 242, 223, 0.2), transparent 62%);
  animation: moleculePulse 5.4s ease-in-out infinite;
}

.molecule-ring {
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(115, 242, 223, 0.25);
  border-radius: 50%;
  animation: moleculeDrift 9s ease-in-out infinite;
}

.ring-soft {
  inset: 30%;
  opacity: 0.8;
  animation-delay: -3s;
  animation-duration: 11s;
}

.molecule-node {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

.node-core {
  inset: 50% auto auto 50%;
  width: 96px;
  height: 96px;
  transform: translate(-50%, -50%);
  color: #08333b;
  background: #73f2df;
  font-size: 1.2rem;
  font-weight: 950;
}

.node-one,
.node-two,
.node-three {
  width: 28px;
  height: 28px;
  background: var(--emerald);
  animation: nodeOrbit 7.5s ease-in-out infinite;
}

.node-one {
  left: 22%;
  top: 27%;
}

.node-two {
  right: 22%;
  top: 32%;
  background: var(--amber);
  animation-delay: -2.4s;
}

.node-three {
  left: 55%;
  bottom: 18%;
  background: var(--teal);
  animation-delay: -4.6s;
}

.molecule-bond {
  position: absolute;
  z-index: 1;
  width: 150px;
  height: 2px;
  border-radius: 999px;
  background: rgba(115, 242, 223, 0.34);
  transform-origin: left center;
}

.bond-one {
  left: 31%;
  top: 39%;
  transform: rotate(26deg);
}

.bond-two {
  left: 52%;
  top: 42%;
  transform: rotate(-24deg);
}

.bond-three {
  left: 50%;
  bottom: 31%;
  transform: rotate(72deg);
}

.identity-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.identity-points div {
  min-height: 104px;
  display: grid;
  gap: 10px;
  align-content: start;
  border: 1px solid #dceeee;
  border-radius: var(--radius);
  padding: 16px;
  background: rgba(255, 255, 255, 0.86);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.identity-points div:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 125, 130, 0.26);
  box-shadow: 0 14px 30px rgba(16, 47, 56, 0.09);
}

.identity-points span {
  color: var(--teal);
  font-size: 1.05rem;
  font-weight: 950;
}

.identity-points strong {
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.25;
}

.finder-console,
.filters,
.catalog-main,
.tool-panel,
.service-detail,
.service-selector,
.contact-form,
.contact-info,
.auth-panel,
.account-benefits,
.cart-page-main,
.cart-summary,
.info-card,
.process-card,
.category-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 38px rgba(16, 47, 56, 0.07);
}

.finder-console,
.filters,
.catalog-main,
.tool-panel,
.service-detail,
.contact-form,
.contact-info,
.auth-panel,
.account-benefits,
.cart-page-main,
.cart-summary {
  padding: 26px;
}

.finder-tabs,
.service-selector-tabs,
.auth-tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 22px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f4f8f8;
  overflow: hidden;
}

.service-selector-tabs,
.auth-tabs {
  grid-template-columns: repeat(2, 1fr);
}

.service-selector-tabs {
  grid-template-columns: repeat(4, 1fr);
}

.finder-tabs button,
.service-selector-tabs button,
.auth-tabs button {
  position: relative;
  z-index: 1;
  min-height: 42px;
  border: 0;
  border-radius: 6px;
  color: var(--muted);
  background: transparent;
  font-weight: 850;
  transition: color 220ms ease, transform 180ms ease;
}

.finder-tabs button:hover,
.service-selector-tabs button:hover,
.auth-tabs button:hover {
  transform: translateY(-1px);
}

.finder-tabs button.active,
.service-selector-tabs button.active,
.auth-tabs button.active {
  color: #fff;
  background: var(--teal);
}

.tab-hover-ready button.active {
  background: transparent;
}

.tab-hover-indicator {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  height: 42px;
  border-radius: 6px;
  background: var(--teal);
  box-shadow: 0 12px 28px rgba(0, 125, 130, 0.16);
  pointer-events: none;
  transform: translate3d(5px, 5px, 0);
  transition: width 260ms ease, transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.finder-panel,
.auth-form {
  display: none;
}

.finder-panel.active,
.auth-form.active {
  display: grid;
  gap: 16px;
}

.finder-input-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 13px;
  color: var(--ink);
  background: #fff;
  outline: none;
}

textarea {
  padding-top: 12px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    conic-gradient(from var(--trail-angle), rgba(115, 242, 223, 0.2), rgba(0, 125, 130, 0.75), rgba(115, 242, 223, 0.2), rgba(0, 125, 130, 0.1)) border-box;
  box-shadow: 0 0 0 4px rgba(0, 125, 130, 0.08);
  animation: borderTrailAngle 4s linear infinite;
}

.finder-stats,
.quality-points,
.application-cards,
.capability-grid,
.process-grid,
.industry-grid,
.category-grid,
.product-tools-grid,
.category-mini-grid,
.service-detail-grid,
.timeline {
  display: grid;
  gap: 18px;
}

.finder-stats,
.application-cards {
  grid-template-columns: repeat(3, 1fr);
}

.finder-stats span,
.application-cards a {
  min-height: 46px;
  display: flex;
  align-items: center;
  border: 1px solid #cbe6e6;
  border-radius: var(--radius);
  padding: 0 14px;
  color: var(--teal-dark);
  background: #eefafa;
  font-weight: 850;
}

.category-grid,
.industry-grid,
.product-tools-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.process-grid,
.capability-grid,
.timeline {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-detail-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-mini-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-categories-band {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 4.6vw, 62px) 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(0, 125, 130, 0.08), transparent 26%),
    radial-gradient(circle at 86% 74%, rgba(36, 59, 122, 0.06), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f4fbf9 100%);
}

.product-categories-band::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background:
    linear-gradient(135deg, transparent 47%, rgba(0, 109, 116, 0.12) 48%, rgba(0, 109, 116, 0.12) 50%, transparent 51%) 0 0 / 96px 96px,
    linear-gradient(rgba(0, 82, 88, 0.04) 1px, transparent 1px) 0 0 / 72px 72px;
  pointer-events: none;
}

.product-categories-band > .container {
  position: relative;
  z-index: 1;
}

.category-mini-grid a {
  position: relative;
  min-height: 176px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  align-items: center;
  gap: 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 109, 116, 0.15);
  border-radius: 16px;
  padding: 22px;
  color: var(--ink);
  background:
    radial-gradient(circle at 100% 100%, rgba(115, 242, 223, 0.11), transparent 34%),
    linear-gradient(135deg, #ffffff, #fbfefd);
  box-shadow: 0 18px 44px rgba(16, 47, 56, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.category-mini-grid a::after {
  content: "";
  position: absolute;
  right: -32px;
  bottom: -42px;
  width: 150px;
  height: 94px;
  background: url("assets/images/card-molecule-art.svg") center / contain no-repeat;
  opacity: 0.14;
  transform: rotate(-4deg);
  pointer-events: none;
}

.category-mini-grid a:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 125, 130, 0.34);
  box-shadow: 0 26px 62px rgba(16, 47, 56, 0.11);
}

.category-mini-grid img {
  grid-row: 1 / span 2;
  align-self: center;
  width: 76px;
  height: 76px;
  object-fit: contain;
  filter: drop-shadow(0 16px 20px rgba(0, 77, 82, 0.1));
  transition: transform 220ms ease;
}

.category-mini-grid a:hover img {
  transform: translateY(-2px) scale(1.04);
}

.category-mini-grid strong,
.category-mini-grid span {
  position: relative;
  z-index: 1;
}

.category-mini-grid strong {
  grid-column: 2;
  align-self: end;
  display: block;
  margin-bottom: 0;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.25;
}

.category-mini-grid span {
  grid-column: 2;
  align-self: start;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.category-card {
  position: relative;
  overflow: hidden;
  min-height: 292px;
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 30px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-family-section {
  position: relative;
  overflow: hidden;
  padding-top: clamp(70px, 7vw, 108px);
  padding-bottom: clamp(82px, 8vw, 120px);
  background:
    radial-gradient(circle at 86% 18%, rgba(0, 125, 130, 0.08), transparent 24%),
    radial-gradient(circle at 8% 78%, rgba(36, 59, 122, 0.055), transparent 28%),
    #fff;
}

.product-family-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background:
    linear-gradient(30deg, transparent 47%, rgba(0, 102, 110, 0.08) 48%, rgba(0, 102, 110, 0.08) 49%, transparent 50%),
    linear-gradient(150deg, transparent 47%, rgba(36, 59, 122, 0.055) 48%, rgba(36, 59, 122, 0.055) 49%, transparent 50%);
  background-size: 92px 92px;
  mask-image: linear-gradient(180deg, #000 0%, #000 70%, transparent 100%);
  pointer-events: none;
}

.product-family-section::after {
  content: "";
  position: absolute;
  right: -90px;
  top: 118px;
  width: min(560px, 40vw);
  aspect-ratio: 13 / 8;
  background: url("assets/images/card-molecule-art.svg") center / contain no-repeat;
  opacity: 0.12;
  transform: rotate(-8deg);
  pointer-events: none;
}

.product-family-section > .container {
  position: relative;
  z-index: 1;
}

.product-family-section .section-heading {
  max-width: 980px;
}

.product-family-section .section-heading h2 {
  max-width: 820px;
}

.product-family-section .category-card {
  background:
    url("assets/images/card-molecule-art.svg") right -150px bottom -118px / 300px auto no-repeat,
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(250, 254, 253, 0.88)),
    #fff;
}

.category-card h3,
.industry-card strong {
  color: var(--ink);
}

.category-card strong {
  align-self: end;
  margin-top: 10px;
  color: #005b63;
}

.science-art-section {
  position: relative;
  overflow: hidden;
  padding-top: clamp(70px, 7vw, 108px);
  padding-bottom: clamp(82px, 8vw, 120px);
}

.science-art-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.58;
  background:
    radial-gradient(circle at 18% 20%, rgba(115, 242, 223, 0.18), transparent 24%),
    linear-gradient(120deg, rgba(0, 125, 130, 0.06) 1px, transparent 1px),
    linear-gradient(60deg, rgba(36, 59, 122, 0.045) 1px, transparent 1px);
  background-size: auto, 72px 72px, 72px 72px;
  pointer-events: none;
}

.science-art-section::after {
  content: "";
  position: absolute;
  right: -44px;
  top: 98px;
  width: min(520px, 36vw);
  aspect-ratio: 13 / 8;
  background: url("assets/images/industry-lab-art.svg") center / contain no-repeat;
  opacity: 0.18;
  pointer-events: none;
}

.science-art-section > .container {
  position: relative;
  z-index: 1;
}

.industry-card {
  position: relative;
  overflow: hidden;
  min-height: 224px;
  display: grid;
  gap: 14px;
  align-content: start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  background:
    url("assets/images/card-molecule-art.svg") right -178px bottom -138px / 320px auto no-repeat,
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(250, 254, 253, 0.88));
  box-shadow: 0 16px 42px rgba(16, 47, 56, 0.07);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.industry-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 125, 130, 0.24);
  box-shadow: 0 22px 54px rgba(12, 31, 43, 0.12);
}

.industry-card span {
  position: relative;
  width: 76px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(0, 109, 116, 0.22);
  border-radius: 15px;
  color: #005b63;
  background:
    radial-gradient(circle at 24% 35%, rgba(0, 125, 130, 0.15) 0 6px, transparent 7px),
    radial-gradient(circle at 74% 66%, rgba(36, 59, 122, 0.12) 0 5px, transparent 6px),
    linear-gradient(135deg, #fbfffe, #e8f6f3);
  box-shadow: 0 14px 28px rgba(0, 77, 82, 0.08);
  font-size: 0.78rem;
  font-weight: 950;
}

.industry-card:nth-child(2n) span {
  border-color: rgba(36, 59, 122, 0.24);
  color: #233b78;
  background:
    radial-gradient(circle at 24% 35%, rgba(36, 59, 122, 0.14) 0 6px, transparent 7px),
    radial-gradient(circle at 74% 66%, rgba(0, 125, 130, 0.1) 0 5px, transparent 6px),
    linear-gradient(135deg, #fbfcff, #edf2ff);
}

.industry-card:nth-child(3n) span {
  border-color: rgba(196, 132, 18, 0.25);
  color: #8b5f0e;
  background:
    radial-gradient(circle at 24% 35%, rgba(202, 139, 29, 0.16) 0 6px, transparent 7px),
    radial-gradient(circle at 74% 66%, rgba(0, 125, 130, 0.1) 0 5px, transparent 6px),
    linear-gradient(135deg, #fffdf7, #fff4dc);
}

.industry-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.58;
}

.enquiry-steps {
  display: grid;
  gap: 12px;
}

.enquiry-steps article {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: #fff;
}

.enquiry-steps span {
  color: var(--teal);
  font-size: 1.2rem;
  font-weight: 950;
}

.category-card:hover,
.service-detail:hover,
.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 125, 130, 0.28);
  box-shadow: 0 22px 54px rgba(12, 31, 43, 0.14);
}

.service-detail,
.tool-panel,
.contact-form,
.auth-panel,
.cart-summary {
  position: relative;
  overflow: hidden;
}

.category-card::before,
.service-detail::before,
.product-card::before,
.tool-panel::before,
.contact-form::before,
.auth-panel::before,
.cart-summary::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(
    from var(--trail-angle),
    transparent 0deg,
    transparent 78deg,
    rgba(115, 242, 223, 0.12) 104deg,
    rgba(0, 125, 130, 0.82) 132deg,
    rgba(115, 242, 223, 0.18) 158deg,
    transparent 190deg,
    transparent 360deg
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
  animation: none;
}

.category-card:hover::before,
.service-detail:hover::before,
.product-card:hover::before,
.tool-panel:hover::before,
.contact-form:focus-within::before,
.auth-panel::before,
.cart-summary::before,
.cart-summary:focus-within::before,
.motion-trail-active::before {
  opacity: 0.86;
  animation: borderTrailAngle 4.8s linear infinite;
}

.category-card:hover::before,
.service-detail:hover::before,
.product-card:hover::before,
.tool-panel:hover::before {
  animation: borderTrailAngle 5.8s linear infinite;
}

.auth-panel::before,
.cart-summary::before,
.contact-form:focus-within::before,
.cart-summary:focus-within::before {
  animation: borderTrailAngle 6s linear infinite;
}

.category-icon {
  position: relative;
  isolation: isolate;
  width: 78px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(0, 109, 116, 0.22);
  border-radius: 15px;
  color: #005b63;
  background:
    radial-gradient(circle at 22% 35%, rgba(0, 125, 130, 0.16) 0 6px, transparent 7px),
    radial-gradient(circle at 76% 68%, rgba(36, 59, 122, 0.12) 0 5px, transparent 6px),
    linear-gradient(135deg, #f8fffd, #e8f6f3);
  box-shadow: 0 14px 28px rgba(0, 77, 82, 0.08);
  font-size: 0.78rem;
  font-weight: 950;
}

.category-icon::before,
.category-icon::after {
  content: "";
  position: absolute;
  z-index: 0;
  height: 2px;
  border-radius: 999px;
  background: rgba(0, 102, 110, 0.2);
  opacity: 0.72;
}

.category-icon::before {
  width: 44px;
  left: 15px;
  top: 22px;
  transform: rotate(-18deg);
}

.category-icon::after {
  width: 34px;
  right: 9px;
  bottom: 17px;
  transform: rotate(24deg);
}

.service-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--teal);
  font-size: 0.78rem;
  font-weight: 950;
}

.category-icon.icon-indigo {
  border-color: rgba(36, 59, 122, 0.24);
  color: #233b78;
  background:
    radial-gradient(circle at 24% 36%, rgba(36, 59, 122, 0.14) 0 6px, transparent 7px),
    radial-gradient(circle at 76% 68%, rgba(0, 125, 130, 0.1) 0 5px, transparent 6px),
    linear-gradient(135deg, #fbfcff, #edf2ff);
}

.category-icon.icon-amber {
  border-color: rgba(196, 132, 18, 0.25);
  color: #8b5f0e;
  background:
    radial-gradient(circle at 24% 36%, rgba(202, 139, 29, 0.16) 0 6px, transparent 7px),
    radial-gradient(circle at 76% 68%, rgba(0, 125, 130, 0.1) 0 5px, transparent 6px),
    linear-gradient(135deg, #fffdf7, #fff4dc);
}

.category-icon.icon-coral {
  border-color: rgba(222, 92, 69, 0.24);
  color: #a54435;
  background:
    radial-gradient(circle at 24% 36%, rgba(222, 92, 69, 0.14) 0 6px, transparent 7px),
    radial-gradient(circle at 76% 68%, rgba(0, 125, 130, 0.1) 0 5px, transparent 6px),
    linear-gradient(135deg, #fffafa, #ffefea);
}

.service-icon {
  background: var(--indigo);
}

.service-icon.amber {
  background: var(--amber);
}

.service-icon.teal {
  background: var(--teal);
}

.service-icon.green {
  background: var(--emerald);
}

img.category-icon,
img.industry-icon {
  width: 76px;
  height: 76px;
  display: block;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(0, 77, 82, 0.1));
}

img.category-icon::before,
img.category-icon::after {
  display: none;
}

.category-card:hover img.category-icon,
.industry-card:hover img.industry-icon {
  transform: translateY(-2px) scale(1.04);
}

img.category-icon,
img.industry-icon {
  transition: transform 180ms ease;
}

.featured-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.catalog-shell {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.filter-group {
  display: grid;
  gap: 10px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.filter-group:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.filter-label,
label {
  font-weight: 850;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip-list button {
  min-height: 34px;
  border: 1px solid #cbe6e6;
  border-radius: 999px;
  padding: 0 12px;
  color: var(--teal-dark);
  background: #eefafa;
  font-size: 0.82rem;
  font-weight: 850;
}

.chip-list button.active {
  color: #fff;
  border-color: var(--teal);
  background: var(--teal);
}

.catalog-toolbar,
.cart-page-toolbar,
.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.catalog-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(0, 125, 130, 0.11), transparent 26%),
    radial-gradient(circle at 88% 24%, rgba(36, 59, 122, 0.08), transparent 26%),
    linear-gradient(180deg, #f4fbf9, #eef7f5);
}

.catalog-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(0, 82, 88, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 82, 88, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

.catalog-section > .container {
  position: relative;
  z-index: 1;
}

.catalog-main {
  border: 1px solid rgba(0, 109, 116, 0.13);
  border-radius: 18px;
  padding: clamp(18px, 2.2vw, 28px);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 24px 70px rgba(12, 31, 43, 0.09);
}

body[data-page="products"] .catalog-main.reveal {
  opacity: 1;
  transform: none;
}

.catalog-section .product-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr));
  gap: 22px;
}

.catalog-toolbar {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 109, 116, 0.12);
}

.catalog-toolbar strong {
  color: var(--teal-dark);
  font-size: 1.22rem;
}

.catalog-toolbar span {
  color: var(--muted);
}

.product-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  border: 1px solid rgba(0, 109, 116, 0.14);
  border-radius: 14px;
  padding: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(115, 242, 223, 0.14), transparent 28%),
    linear-gradient(135deg, #ffffff, #fbfefe);
  box-shadow: 0 18px 44px rgba(16, 47, 56, 0.07);
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.product-card::after,
.service-detail::after,
.category-card::after,
.tool-panel::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 1;
  border-radius: inherit;
  background: radial-gradient(circle at var(--spotlight-x, 50%) var(--spotlight-y, 50%), rgba(115, 242, 223, 0.18), transparent 34%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.product-card:hover::after,
.service-detail:hover::after,
.category-card:hover::after,
.tool-panel:hover::after {
  opacity: 1;
}

.product-card > *,
.service-detail > *,
.category-card > *,
.tool-panel > * {
  position: relative;
  z-index: 3;
}

.product-card:focus-visible {
  outline: 3px solid rgba(0, 125, 130, 0.28);
  outline-offset: 3px;
}

.product-top {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 16px;
  align-items: start;
}

.molecule-icon {
  position: relative;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(0, 109, 116, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 28% 32%, rgba(0, 143, 145, 0.78) 0 8px, transparent 9px),
    radial-gradient(circle at 70% 70%, rgba(36, 59, 122, 0.58) 0 7px, transparent 8px),
    linear-gradient(135deg, #f8fffd, #e9f7f4);
  box-shadow: 0 14px 26px rgba(0, 77, 82, 0.08);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.product-card:hover .molecule-icon {
  transform: scale(1.08);
  border-color: rgba(0, 125, 130, 0.36);
  box-shadow: 0 10px 28px rgba(0, 125, 130, 0.14);
}

.molecule-icon.large {
  width: 96px;
  height: 96px;
}

.molecule-icon::before,
.molecule-icon::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.molecule-icon::before {
  width: 42px;
  height: 3px;
  left: 18px;
  top: 36px;
  border-radius: 999px;
  background: rgba(0, 102, 110, 0.28);
  transform: rotate(-18deg);
}

.molecule-icon.large::before {
  inset: auto;
  width: 52px;
  height: 4px;
  left: 22px;
  top: 46px;
}

.molecule-icon::after {
  width: 11px;
  height: 11px;
  right: 18px;
  top: 20px;
  background: var(--amber);
  box-shadow: -37px 28px 0 rgba(32, 184, 143, 0.8);
}

.molecule-icon.large::after {
  width: 15px;
  height: 15px;
  right: 17px;
  top: 17px;
  box-shadow: -52px 42px 0 var(--emerald), -9px 54px 0 var(--coral);
}

.product-card h3 {
  min-height: 2.3em;
  margin: 10px 0 0;
  color: var(--ink);
  font-size: clamp(1.2rem, 1.4vw, 1.42rem);
  line-height: 1.22;
}

.product-card:hover h3 {
  color: var(--teal-dark);
}

.category-pill,
.status-pill,
.purity-pill {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  padding: 0 10px;
  font-size: 0.72rem;
  font-weight: 900;
}

.category-pill {
  color: #005b63;
  background: #e5f6f3;
}

.status-pill {
  color: var(--teal-dark);
  background: #e7f8ef;
}

.status-pill.limited {
  color: #7c4b00;
  background: #fff2d7;
}

.status-pill.order {
  color: #7a2d22;
  background: #ffe7e1;
}

.purity-pill {
  margin-top: 6px;
  color: #104e42;
  background: #e8f8ef;
}

.product-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.product-meta div {
  min-height: 58px;
  padding: 10px;
  border: 1px solid #edf2f2;
  border-radius: var(--radius);
  background: #fbfdfd;
}

.product-meta span,
.product-detail-grid span {
  display: block;
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.product-meta strong {
  font-size: 0.88rem;
}

.product-structure {
  position: relative;
  min-height: clamp(180px, 18vw, 230px);
  overflow: hidden;
  border: 1px solid rgba(0, 109, 116, 0.13);
  border-radius: 14px;
  background:
    url("assets/images/card-molecule-art.svg") center / min(92%, 420px) auto no-repeat,
    radial-gradient(circle at 24% 32%, rgba(115, 242, 223, 0.18), transparent 26%),
    linear-gradient(135deg, #f7fcfb, #eefafa);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.product-card:hover .product-structure {
  transform: scale(1.015);
  border-color: rgba(0, 125, 130, 0.28);
  box-shadow: inset 0 0 0 1px rgba(0, 125, 130, 0.06);
}

.structure-bond,
.structure-dot {
  position: absolute;
  transition: transform 260ms ease;
}

.structure-bond {
  width: 112px;
  height: 3px;
  border-radius: 999px;
  background: rgba(0, 125, 130, 0.28);
  transform-origin: left center;
}

.bond-a {
  left: 32%;
  top: 42%;
  transform: rotate(28deg);
}

.bond-b {
  left: 42%;
  top: 62%;
  transform: rotate(-34deg);
}

.structure-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 8px 18px rgba(0, 125, 130, 0.2);
}

.dot-a {
  left: 24%;
  top: 30%;
}

.dot-b {
  left: 57%;
  top: 50%;
  background: var(--emerald);
}

.dot-c {
  right: 20%;
  top: 24%;
  background: var(--amber);
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr;
}

.product-actions button {
  min-height: 48px;
  border: 1px solid rgba(0, 125, 130, 0.86);
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #009a9d, #006d72);
  box-shadow: 0 14px 28px rgba(0, 125, 130, 0.16);
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.product-actions button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(0, 125, 130, 0.22);
}

body[data-page="products"] .scroll-progress {
  display: none;
}

body[data-page="products"] .catalog-section {
  background: linear-gradient(180deg, #f5fbfa 0%, #eef7f5 100%);
}

body[data-page="products"] .catalog-section::before {
  display: none;
}

body[data-page="products"] .catalog-main,
body[data-page="products"] .filters {
  background: #fff;
  box-shadow: 0 12px 30px rgba(12, 31, 43, 0.06);
  contain: layout paint style;
}

body[data-page="products"] .product-card {
  content-visibility: auto;
  contain: layout paint style;
  contain-intrinsic-size: 540px;
  box-shadow: 0 10px 26px rgba(16, 47, 56, 0.055);
  transition: transform 160ms ease, border-color 160ms ease;
}

body[data-page="products"] .product-card::before,
body[data-page="products"] .product-card::after {
  display: none;
}

body[data-page="products"] .product-card:hover {
  transform: none;
  border-color: rgba(0, 125, 130, 0.26);
  box-shadow: 0 12px 30px rgba(16, 47, 56, 0.07);
}

body[data-page="products"] .product-card:hover .molecule-icon {
  transform: none;
}

body[data-page="products"] .molecule-icon,
body[data-page="products"] .product-structure,
body[data-page="products"] .structure-dot {
  box-shadow: none;
}

body[data-page="products"] .product-structure {
  background:
    radial-gradient(circle at 28% 30%, rgba(115, 242, 223, 0.18), transparent 28%),
    radial-gradient(circle at 82% 70%, rgba(36, 59, 122, 0.08), transparent 30%),
    linear-gradient(135deg, #f8fdfc, #eefafa);
}

body[data-page="products"] .product-card:hover .product-structure {
  transform: none;
}

body[data-page="products"] .page-hero-bg,
body[data-page="products"] .page-hero-bg.is-switching {
  transition: opacity 260ms ease;
  transform: none;
}

.empty-state {
  color: var(--muted);
  line-height: 1.6;
}

.empty-state-card {
  display: grid;
  gap: 16px;
  justify-items: center;
  text-align: center;
  border: 1px dashed rgba(0, 125, 130, 0.35);
  border-radius: 20px;
  padding: clamp(36px, 5vw, 60px) 30px;
  background:
    radial-gradient(circle at 50% 0%, rgba(115, 242, 223, 0.16), transparent 70%),
    linear-gradient(180deg, #ffffff 0%, #f7fcfb 100%);
  box-shadow: 0 18px 44px rgba(16, 47, 56, 0.05);
}

.coming-soon-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border: 1px solid rgba(0, 125, 130, 0.22);
  border-radius: 999px;
  background: #eefafa;
  color: var(--teal-dark);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.empty-state-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  font-weight: 900;
}

.empty-state-card p {
  max-width: 580px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.empty-state-subtext {
  font-size: 0.92rem !important;
  color: #526d7a !important;
}

.empty-state-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
}

.product-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.product-detail-modal.open {
  display: flex;
}

.product-detail-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 26, 34, 0.58);
  backdrop-filter: blur(8px);
}

.product-detail-modal.open .product-detail-backdrop {
  animation: dialogBackdropIn 220ms ease both;
}

.product-detail-panel {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100vw - 32px));
  max-height: calc(100svh - 48px);
  overflow: auto;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(203, 230, 230, 0.9);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(7, 26, 34, 0.24);
  transform-origin: center center;
}

.product-detail-modal.open .product-detail-panel {
  animation: productDialogMorphIn 300ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.product-detail-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  font-size: 1.4rem;
}

[data-product-detail-content] {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 24px;
}

.product-detail-visual {
  min-height: 330px;
  display: grid;
  place-items: center;
  gap: 18px;
  border: 1px solid #d9eeee;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(238, 250, 250, 0.9), rgba(255, 255, 255, 0.92)),
    linear-gradient(90deg, rgba(0, 125, 130, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(0, 125, 130, 0.06) 1px, transparent 1px);
  background-size: auto, 36px 36px, 36px 36px;
  transition: transform 260ms ease, filter 260ms ease;
}

.product-detail-panel:hover .product-detail-visual {
  transform: scale(1.015);
}

.product-detail-copy h2 {
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 3.4vw, 2.65rem);
}

.product-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}

.product-detail-grid div {
  min-height: 64px;
  padding: 12px;
  border: 1px solid #e2efef;
  border-radius: var(--radius);
  background: #fbfdfd;
}

.product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-detail {
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.service-detail ul,
.service-output ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.service-selector {
  overflow: hidden;
}

.service-output {
  min-height: 260px;
  padding: 28px;
}

.service-output.is-changing {
  animation: transitionPanelIn 260ms ease both;
}

.service-selector > .primary-button {
  margin: 0 28px 28px;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(360px, 1fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
}

.motion-accordion {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(16, 47, 56, 0.08);
}

.accordion-item {
  border-bottom: 1px solid var(--line);
}

.accordion-item:last-child {
  border-bottom: 0;
}

.accordion-trigger {
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  padding: 0 22px;
  color: var(--ink);
  background: #fff;
  text-align: left;
  font-size: 1rem;
  font-weight: 900;
  transition: color 180ms ease, background 180ms ease;
}

.accordion-trigger:hover,
.accordion-item.open .accordion-trigger {
  color: var(--teal-dark);
  background: #f7fcfb;
}

.accordion-chevron {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 200ms ease;
}

.accordion-item.open .accordion-chevron {
  transform: rotate(225deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 240ms ease;
}

.accordion-content p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  line-height: 1.72;
}

.timeline-item {
  padding-top: 22px;
  border-top: 4px solid var(--teal);
}

.timeline-item:nth-child(2) {
  border-color: var(--indigo);
}

.timeline-item:nth-child(3) {
  border-color: var(--amber);
}

.timeline-item:nth-child(4) {
  border-color: var(--coral);
}

.feature-list {
  display: grid;
  gap: 16px;
}

.feature-row {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 20px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.feature-index {
  color: var(--teal);
  font-size: 1.6rem;
  font-weight: 950;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}

.stat-grid div {
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stat-grid strong {
  display: block;
  color: var(--teal-dark);
  font-size: 2rem;
}

.stat-grid span {
  color: var(--muted);
}

.info-card,
.process-card {
  min-height: 205px;
  padding: 24px;
}

.process-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--coral);
  font-size: 1.6rem;
  font-weight: 950;
}

.discovery-orbit {
  position: relative;
  min-height: 430px;
  border-radius: var(--radius);
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(115, 242, 223, 0.18), transparent 36%),
    linear-gradient(135deg, #102b32, #183b55 58%, #273b7a);
  box-shadow: var(--shadow);
}

.orbit-ring {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  animation: slowFloat 12s ease-in-out infinite;
}

.ring-two {
  inset: 24%;
  animation-duration: 14s;
  animation-delay: -5s;
}

.orbit-core {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 88px;
  height: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #102b32;
  background: #73f2df;
  box-shadow: 0 0 36px rgba(115, 242, 223, 0.46);
  transform: translate(-50%, -50%);
  font-weight: 950;
}

.orbit-node {
  position: absolute;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  padding: 0 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  font-size: 0.84rem;
  font-weight: 850;
  animation: nodeFloat 4s ease-in-out infinite;
}

.node-search { left: 14%; top: 23%; }
.node-docs { right: 13%; top: 25%; animation-delay: -0.8s; }
.node-custom { left: 16%; bottom: 24%; animation-delay: -1.6s; }
.node-bulk { right: 16%; bottom: 23%; animation-delay: -2.4s; }
.node-quality { left: 50%; top: 11%; transform: translateX(-50%); animation-delay: -3.2s; }

.quality-section {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(0, 87, 96, 0.96), rgba(36, 59, 122, 0.93)),
    #0f4c53;
}

.quality-section h2,
.quality-section .eyebrow {
  color: #fff;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-info h2 {
  color: var(--teal-dark);
}

.contact-info div,
.benefit-list div {
  display: grid;
  gap: 4px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.contact-info .contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: #fbfdfd;
}

.contact-info span,
.benefit-list span {
  color: var(--muted);
}

.contact-whatsapp-row {
  gap: 12px;
}

.whatsapp-contact-button {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  padding: 0 16px;
  color: #fff;
  background: #25d366;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.18);
}

.auth-form,
.enquiry-form {
  gap: 16px;
}

.forgot-link {
  width: fit-content;
  color: var(--teal-dark);
  font-size: 0.9rem;
  font-weight: 850;
}

.checkbox-field {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.checkbox-field input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: var(--teal);
}

.enquiry-form {
  display: grid;
  margin-top: 20px;
}

.enquiry-form .primary-button,
.enquiry-form .tool-button {
  width: 100%;
}

.cart-page-items {
  display: grid;
  gap: 16px;
}

.cart-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 340px) auto;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  background: #fff;
}

.selected-count {
  display: inline-flex;
  gap: 6px;
  margin-top: 6px;
  color: var(--muted);
  font-weight: 800;
}

.cart-line-controls {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 10px;
}

.form-success {
  margin-top: 16px;
  border: 1px solid rgba(25, 166, 107, 0.28);
  border-radius: var(--radius);
  padding: 14px;
  color: #0f5d42;
  background: #eaf9f1;
  font-weight: 850;
  line-height: 1.5;
}

.cart-line h3 {
  margin: 8px 0 4px;
}

.cart-line p {
  margin-bottom: 0;
  color: var(--muted);
}

.remove-item {
  min-height: 42px;
  border: 1px solid #ffd4cc;
  border-radius: var(--radius);
  color: #8c2e21;
  background: #fff1ed;
  font-weight: 850;
}

.summary-lines {
  display: grid;
  gap: 10px;
}

.summary-lines div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}

.site-footer {
  padding: 58px 0 24px;
  color: #fff;
  background: #102b32;
}

.footer-layout {
  display: grid;
  grid-template-columns: minmax(260px, 1.1fr) repeat(3, minmax(160px, 0.6fr));
  gap: 34px;
}

.site-footer .brand {
  align-items: flex-start;
}

.site-footer .brand-logo {
  width: min(240px, 100%);
  height: auto;
  max-width: none;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.28));
}

.site-footer a,
.site-footer span {
  display: block;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer h3 {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.site-assistant {
  position: fixed;
  right: 8px;
  bottom: 8px;
  z-index: 120;
  display: grid;
  justify-items: end;
  gap: 12px;
  pointer-events: none;
}

.assistant-toggle {
  width: 54px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--emerald));
  box-shadow: 0 18px 42px rgba(9, 42, 50, 0.22);
  pointer-events: auto;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.assistant-toggle:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(9, 42, 50, 0.3);
}

.assistant-bot-icon {
  position: relative;
  width: 32px;
  height: 29px;
  border: 2px solid #fff;
  border-radius: 12px;
}

.assistant-bot-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -11px;
  width: 2px;
  height: 9px;
  transform: translateX(-50%);
  background: #fff;
}

.assistant-bot-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 7px;
  width: 14px;
  height: 6px;
  transform: translateX(-50%);
  border-bottom: 2px solid #fff;
  border-radius: 0 0 999px 999px;
}

.assistant-bot-icon span {
  position: absolute;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}

.assistant-bot-icon span:first-child {
  left: 9px;
}

.assistant-bot-icon span:last-child {
  right: 9px;
}

.assistant-panel {
  width: min(390px, calc(100vw - 36px));
  display: none;
  overflow: hidden;
  border: 1px solid rgba(0, 125, 130, 0.2);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(9, 42, 50, 0.24);
  pointer-events: auto;
}

.site-assistant.open .assistant-panel {
  display: grid;
  animation: assistantPop 180ms ease both;
}

.assistant-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  color: #fff;
  background: linear-gradient(135deg, #063f49 0%, #008c90 100%);
}

.assistant-panel-header h3 {
  margin: 4px 0 0;
  color: #fff;
  font-size: 1.04rem;
}

.assistant-status {
  font-size: 0.76rem;
  font-weight: 850;
  opacity: 0.88;
}

.assistant-close {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  font-size: 1.25rem;
  line-height: 1;
}

.assistant-messages {
  max-height: 280px;
  display: grid;
  gap: 10px;
  overflow-y: auto;
  padding: 16px;
  background: linear-gradient(180deg, #f7fcfb 0%, #eef7f5 100%);
}

.assistant-message {
  width: fit-content;
  max-width: 86%;
  padding: 10px 12px;
  border-radius: 14px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 8px 22px rgba(12, 31, 43, 0.08);
  font-size: 0.9rem;
  line-height: 1.45;
}

.assistant-message.user {
  justify-self: end;
  color: #fff;
  background: var(--teal);
}

.assistant-quick-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 12px 14px 0;
  background: #fff;
}

.assistant-quick-actions button {
  min-height: 36px;
  border: 1px solid #cbe6e6;
  border-radius: 999px;
  color: var(--teal-dark);
  background: #eefafa;
  font-size: 0.78rem;
  font-weight: 850;
}

.assistant-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 14px;
  background: #fff;
}

.assistant-form input {
  min-width: 0;
  min-height: 42px;
  border-radius: 999px;
}

.assistant-form button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  padding: 0 16px;
  color: #fff;
  background: var(--teal);
  font-weight: 900;
}

@keyframes assistantPop {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 130;
  max-width: min(92vw, 460px);
  padding: 14px 18px;
  border-radius: var(--radius);
  color: #fff;
  background: #132e36;
  box-shadow: var(--shadow);
  transform: translate(-50%, 140%);
  transition: transform 220ms ease;
  font-weight: 750;
}

.toast.show {
  transform: translate(-50%, 0);
}

.js-enabled .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.reveal,
.js-enabled .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.hero .reveal,
.js-enabled .hero .reveal {
  opacity: 1;
  transform: none;
}

@keyframes slowFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -12px; }
}

@keyframes nodeFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}

@keyframes lineBreathe {
  0%, 100% {
    opacity: 0.28;
    scale: 0.96 1;
  }
  50% {
    opacity: 0.58;
    scale: 1.04 1;
  }
}

@keyframes textCharFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes textLoopFlip {
  0% {
    opacity: 0;
    filter: blur(4px);
    transform: translateY(16px) rotateX(72deg);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) rotateX(0deg);
  }
}

@keyframes dialogBackdropIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes productDialogMorphIn {
  from {
    opacity: 0;
    filter: blur(6px);
    transform: translate3d(var(--dialog-start-x, 0), var(--dialog-start-y, 22px), 0) scale(0.72);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes transitionPanelIn {
  from {
    opacity: 0;
    filter: blur(4px);
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gridDrift {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 110px 0, 0 110px;
  }
}

@keyframes borderTrailAngle {
  to {
    --trail-angle: 360deg;
  }
}

@keyframes actionGlowTrail {
  0%, 100% {
    left: 0%;
    top: 50%;
  }
  25% {
    left: 50%;
    top: 0%;
  }
  50% {
    left: 100%;
    top: 50%;
  }
  75% {
    left: 50%;
    top: 100%;
  }
}

@keyframes softRise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes moleculePulse {
  0%, 100% {
    opacity: 0.62;
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes moleculeDrift {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(8px, -7px, 0) rotate(4deg);
  }
}

@keyframes nodeOrbit {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(9px, -10px, 0);
  }
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 14px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    color: currentColor;
  }

  .main-nav,
  .header-actions {
    position: fixed;
    left: 16px;
    right: 16px;
    display: none;
    background: #fff;
    color: var(--ink);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    top: calc(var(--header-height) + 12px);
    display: grid;
    gap: 0;
    border-radius: var(--radius);
    overflow: hidden auto;
    max-height: calc(100dvh - var(--header-height) - 28px);
  }

  .main-nav.open a {
    padding: 16px;
    border-bottom: 1px solid var(--line);
  }

  .mobile-nav-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 12px;
    background: #f8fcfc;
  }

  .main-nav.open .mobile-nav-actions a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 0 12px;
    font-weight: 900;
  }

  .mobile-cart-link {
    color: #fff;
    background: var(--teal);
  }

  .main-nav.open .mobile-cart-link.active {
    color: #fff;
  }

  .mobile-cart-link b {
    min-width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--teal-dark);
    background: #fff;
    font-size: 0.78rem;
  }

  .mobile-login-link {
    color: var(--ink);
    background: #fff;
  }

  .nav-hover-indicator {
    display: none;
  }

  .header-actions {
    display: none;
  }

  .catalog-shell,
  .finder-layout,
  .split-layout,
  .discovery-layout,
  .contact-layout,
  .account-layout,
  .cart-page-layout,
  .who-we-are-layout,
  .faq-layout,
  .service-selector-layout {
    grid-template-columns: 1fr;
  }

  .who-copy {
    max-width: 860px;
  }

  .who-visual {
    max-width: 680px;
  }

  .product-grid,
  .featured-grid,
  .category-grid,
  .industry-grid,
  .why-grid,
  .process-grid,
  .capability-grid,
  .route-grid,
  .product-tools-grid,
  .category-mini-grid,
  .service-detail-grid,
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-metrics {
    display: none;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 86px;
  }

  .container {
    width: min(100% - 28px, 1260px);
  }

  .site-header {
    min-height: var(--header-height);
    padding: 0 14px;
  }

  .brand-logo {
    height: 66px;
    max-width: 132px;
  }

  .hero {
    min-height: 690px;
    padding: calc(var(--header-height) + 38px) 0 42px;
  }

  .hero-content {
    width: min(100% - 32px, 1260px);
  }

  .hero .eyebrow {
    max-width: 100%;
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .hero h1 {
    max-width: 11ch;
    font-size: clamp(2.6rem, 14vw, 3.45rem);
  }

  .page-hero {
    min-height: 620px;
    padding: calc(var(--header-height) + 40px) 0 52px;
  }

  .page-hero h1 {
    max-width: 9ch;
    font-size: clamp(3.1rem, 16vw, 4.4rem);
  }

  .hero-tagline {
    margin-bottom: 12px;
    font-size: 0.98rem;
  }

  .page-hero-tagline {
    margin-bottom: 12px;
    font-size: 1rem;
  }

  .hero-copy,
  .page-hero p:not(.eyebrow):not(.page-hero-tagline) {
    font-size: 1rem;
  }

  .hero-copy {
    max-width: 100%;
    line-height: 1.55;
  }

  .search-shell,
  .finder-input-row {
    grid-template-columns: 1fr;
  }

  .search-shell {
    min-height: 0;
  }

  .search-shell input {
    min-height: 52px;
    padding: 0 16px;
    font-size: 0.95rem;
  }

  .search-shell button,
  .finder-input-row button {
    min-height: 52px;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-actions .primary-link,
  .hero-actions .secondary-link {
    flex: 1 1 150px;
    min-width: 0;
    padding: 0 14px;
  }

  .quick-strip,
  .product-grid,
  .featured-grid,
  .category-grid,
  .industry-grid,
  .why-grid,
  .process-grid,
  .capability-grid,
  .identity-points,
  .product-tools-grid,
  .category-mini-grid,
  .service-detail-grid,
  .timeline,
  .finder-stats,
  .application-cards,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .quick-strip a {
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .why-heading {
    text-align: left;
  }

  .section-science-art {
    opacity: 0.55;
  }

  .why-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .why-icon {
    width: 72px;
    height: 52px;
  }

  .category-icon {
    width: 74px;
    height: 50px;
  }

  .who-we-are-section {
    padding-top: 56px;
    padding-bottom: 66px;
  }

  .who-copy h2 {
    font-size: clamp(3.3rem, 16vw, 5rem);
  }

  .who-copy .who-lede {
    font-size: 1.08rem;
  }

  .who-visual {
    padding: 18px;
  }

  .molecule-showcase {
    min-height: 260px;
  }

  .identity-points div {
    min-height: auto;
  }

  .why-card {
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 24px;
  }

  .catalog-toolbar,
  .cart-page-toolbar,
  .cta-band,
  .footer-bottom {
    align-items: stretch;
    flex-direction: column;
    display: flex;
  }

  .cart-line {
    grid-template-columns: 1fr;
  }

  .cart-line-controls {
    grid-template-columns: 1fr;
  }

  .filters,
  .catalog-main,
  .cart-page-main,
  .cart-summary,
  .auth-panel,
  .contact-form,
  .contact-info {
    padding: 20px;
  }

  .industry-card,
  .enquiry-steps article {
    min-height: auto;
  }

  [data-product-detail-content],
  .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .product-detail-visual {
    min-height: 210px;
  }

  .service-selector-tabs,
  .finder-tabs,
  .auth-tabs {
    grid-template-columns: 1fr;
  }

  .site-assistant {
    right: 8px;
    bottom: 10px;
  }

  .assistant-toggle {
    width: 52px;
    min-height: 52px;
  }

  .assistant-panel {
    width: min(356px, calc(100vw - 28px));
  }

  .assistant-quick-actions,
  .assistant-form {
    grid-template-columns: 1fr;
  }

  .accordion-trigger {
    min-height: 62px;
    padding: 0 18px;
  }

  .accordion-content p {
    padding: 0 18px 20px;
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
