:root {
  --charcoal: #303030;
  --charcoal-2: #1f1f1f;
  --magenta: #c42d63;
  --magenta-dark: #a82253;
  --white: #ffffff;
  --paper: #f6f6f4;
  --line: #d9d9d5;
  --muted: #6c6c68;
  --green: #22a861;
  --shadow: 0 18px 45px rgba(24, 24, 24, 0.12);
}

[hidden] {
  display: none !important;
}

.screen-reader-text,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.skip-link:focus {
  width: auto;
  height: auto;
  z-index: 1000;
  top: 8px;
  left: 8px;
  clip: auto;
  color: var(--white);
  background: var(--charcoal);
  padding: 10px 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--paper);
  font-family: Arial, "Segoe UI", Tahoma, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body.drawer-open {
  overflow: hidden;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

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

img {
  display: block;
  max-width: 100%;
}

.shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.topbar {
  color: rgba(255, 255, 255, 0.76);
  background: var(--charcoal-2);
  font-size: 12px;
}

.topbar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.topbar a {
  color: var(--white);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.status-dot {
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(48, 48, 48, 0.08);
  backdrop-filter: blur(10px);
}

.admin-bar .site-header {
  top: 32px;
}

.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  min-width: 252px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.brand img {
  width: 38px;
  height: 46px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
  letter-spacing: 0;
}

.brand strong {
  font-size: 15px;
  line-height: 1.2;
}

.brand small {
  color: var(--magenta);
  font-size: 10px;
  font-weight: 700;
  margin-top: 2px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 700;
}

.main-nav a {
  padding: 25px 0 22px;
  border-bottom: 3px solid transparent;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--magenta);
  border-bottom-color: var(--magenta);
}

.main-nav a[aria-current="page"] {
  color: var(--magenta);
  border-bottom-color: var(--magenta);
}

.mobile-menu-button {
  width: 42px;
  height: 42px;
  display: none;
  place-items: center;
  border: 0;
  color: var(--charcoal);
  background: transparent;
  cursor: pointer;
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  width: 22px;
  height: 2px;
  display: block;
  background: currentColor;
}

.menu-icon {
  position: relative;
}

.menu-icon::before,
.menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-icon::before {
  top: -7px;
}

.menu-icon::after {
  top: 7px;
}

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

.language-button,
.enquiry-button,
.close-button,
.clear-button,
.browse-category {
  border: 0;
  cursor: pointer;
}

a.browse-category {
  cursor: pointer;
}

.language-button {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--charcoal);
  background: transparent;
  padding: 7px 9px;
  font-weight: 700;
}

.language-button span:first-child {
  color: var(--magenta);
  font-size: 18px;
}

.enquiry-button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--white);
  background: var(--charcoal);
  padding: 8px 12px 8px 15px;
  border-radius: 4px;
  font-weight: 700;
}

.enquiry-count {
  min-width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  color: var(--white);
  background: var(--magenta);
  border-radius: 50%;
  font-size: 11px;
}

.hero {
  min-height: min(720px, calc(100vh - 108px));
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background: var(--charcoal);
}

.hero-media {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: url("../images/safety-hero.webp") center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(25, 25, 25, 0.98) 0%, rgba(25, 25, 25, 0.9) 43%, rgba(25, 25, 25, 0.24) 72%, rgba(25, 25, 25, 0.06) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.24), transparent 45%);
}

.hero-inner {
  min-height: min(720px, calc(100vh - 108px));
  display: flex;
  align-items: center;
  padding-block: 72px 56px;
}

.hero-content {
  width: min(640px, 61%);
}

.eyebrow {
  margin: 0 0 16px;
  color: #f2b5cb;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--magenta);
}

.hero h1 {
  max-width: 640px;
  margin: 0;
  font-size: clamp(42px, 7vh, 78px);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 600px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.79);
  font-size: 19px;
}

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

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--white);
  background: var(--magenta);
}

.button-primary:hover {
  background: var(--magenta-dark);
}

.button-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.38);
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}

.hero-proof {
  margin-top: 56px;
  padding-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-proof div {
  padding-inline: 18px;
  border-inline-start: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-proof div:first-child {
  padding-inline-start: 0;
  border-inline-start: 0;
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  font-size: 19px;
}

.hero-proof span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.category-section {
  padding: 94px 0 104px;
}

.section-heading {
  margin-bottom: 36px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: end;
  gap: 60px;
}

.section-heading h2,
.industry-band h2,
.about-copy h2,
.contact-section h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading > p {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 16px;
}

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

.category-card {
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid #e3e3df;
  border-radius: 6px;
  box-shadow: 0 5px 20px rgba(35, 35, 35, 0.05);
}

.category-image {
  height: 244px;
  overflow: hidden;
  background: #efefed;
  border-bottom: 1px solid #ededeb;
}

.category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 14%;
  transition: transform 300ms ease;
}

.category-card:hover .category-image img {
  transform: scale(1.025);
}

.category-body {
  min-height: 166px;
  padding: 20px;
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-rows: auto 1fr;
  gap: 6px 12px;
}

.category-number {
  grid-row: 1 / 3;
  color: var(--magenta);
  font-size: 12px;
  font-weight: 800;
}

.category-body h3 {
  min-height: 52px;
  margin: 0;
  font-size: 21px;
  line-height: 1.22;
}

.browse-category {
  align-self: end;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--charcoal);
  background: transparent;
  padding: 10px 0 0;
  border-top: 1px solid var(--line);
  font-size: 13px;
  font-weight: 800;
  text-align: start;
}

.browse-category span:last-child {
  color: var(--magenta);
  font-size: 22px;
  line-height: 1;
}

.catalogue-browser {
  scroll-margin-top: 100px;
  margin-top: 72px;
}

.catalogue-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) minmax(210px, 1fr) minmax(170px, 0.72fr) auto;
  align-items: end;
  gap: 14px;
  padding: 22px 0;
  border-top: 1px solid var(--charcoal);
  border-bottom: 1px solid var(--line);
}

.catalogue-field {
  min-width: 0;
  display: grid;
  gap: 7px;
  color: var(--charcoal);
  font-size: 12px;
  font-weight: 800;
}

.catalogue-field input,
.catalogue-field select {
  width: 100%;
  min-height: 44px;
  color: var(--charcoal);
  background: var(--white);
  border: 1px solid #c9c9c4;
  border-radius: 4px;
  padding: 9px 12px;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
}

.catalogue-field input:focus,
.catalogue-field select:focus {
  outline: 2px solid var(--magenta);
  outline-offset: 1px;
}

.reset-filters {
  min-height: 44px;
  border: 0;
  border-bottom: 2px solid var(--magenta);
  color: var(--magenta);
  background: transparent;
  padding: 8px 4px;
  cursor: pointer;
  font-weight: 800;
}

.catalogue-status {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 13px;
}

.catalogue-status p {
  margin: 0;
}

.availability-key,
.product-availability {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #14733f;
  font-size: 12px;
  font-weight: 800;
}

.availability-key > span:first-child,
.product-availability > span:first-child {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  background: var(--green);
  border-radius: 50%;
}

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

.product-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  background: var(--white);
  border: 1px solid #dfdfda;
  border-radius: 6px;
}

.product-image-button,
.product-title-button,
.add-product,
.quantity-controls button,
.product-thumbnails button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.product-image-button {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f3f3f0;
  padding: 0;
}

.product-image-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 220ms ease;
}

.product-card:hover .product-image-button img {
  transform: scale(1.035);
}

.product-card-body {
  min-height: 204px;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 10px;
  padding: 15px;
}

.product-category {
  min-height: 32px;
  margin: 0;
  color: var(--magenta);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.product-title-button {
  align-self: start;
  color: var(--charcoal);
  background: transparent;
  padding: 0;
  text-align: start;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}

.product-title-button:hover,
.product-title-button:focus-visible {
  color: var(--magenta);
}

.product-card-meta {
  min-height: 21px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  color: var(--muted);
  font-size: 11px;
}

.product-card-meta span + span {
  padding-inline-start: 10px;
  border-inline-start: 1px solid var(--line);
}

.product-card-footer {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 11px;
  border-top: 1px solid var(--line);
}

.add-product {
  min-height: 34px;
  color: var(--white);
  background: var(--charcoal);
  border-radius: 4px;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 800;
}

.add-product:hover,
.add-product:focus-visible {
  background: var(--magenta);
}

.add-product.is-added {
  color: var(--magenta);
  background: #f7e7ed;
  cursor: default;
}

.load-more-wrap {
  min-height: 86px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.load-more-button {
  color: var(--charcoal);
  background: transparent;
  border-color: var(--charcoal);
  cursor: pointer;
}

.load-more-button:hover,
.load-more-button:focus-visible {
  color: var(--white);
  background: var(--charcoal);
}

.no-results {
  margin: 0;
  padding: 64px 20px;
  color: var(--muted);
  border: 1px dashed #c8c8c2;
  text-align: center;
}

.product-dialog {
  width: min(920px, calc(100% - 32px));
  max-height: min(760px, calc(100vh - 32px));
  overflow: auto;
  color: var(--charcoal);
  background: var(--white);
  border: 0;
  border-radius: 6px;
  padding: 0;
  box-shadow: var(--shadow);
}

.product-dialog::backdrop {
  background: rgba(18, 18, 18, 0.7);
}

.dialog-close {
  position: sticky;
  z-index: 2;
  top: 16px;
  margin: 16px 16px -54px auto;
}

[dir="rtl"] .dialog-close {
  margin: 16px auto -54px 16px;
}

.product-dialog-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 36px;
  padding: 36px;
}

.product-dialog-media > img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #f3f3f0;
  border: 1px solid #e6e6e1;
}

.product-thumbnails {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-thumbnails button {
  width: 62px;
  height: 62px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 3px;
}

.product-thumbnails button:hover,
.product-thumbnails button:focus-visible {
  border-color: var(--magenta);
}

.product-thumbnails img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-dialog-details {
  align-self: center;
}

.product-dialog-details h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.12;
}

.dialog-availability {
  margin-top: 18px;
  font-size: 13px;
}

.product-dialog-meta {
  margin: 30px 0;
}

.product-dialog-meta div {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.product-dialog-meta dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.product-dialog-meta dd {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
}

.dialog-add {
  border: 0;
  cursor: pointer;
}

.industry-band {
  color: var(--white);
  background: var(--charcoal);
  padding: 72px 0;
}

.industry-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 80px;
}

.industry-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-inline-start: 1px solid rgba(255, 255, 255, 0.18);
}

.industry-list span {
  min-height: 88px;
  display: grid;
  place-items: center;
  padding: 14px;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}

.industry-list span:nth-child(2),
.industry-list span:nth-child(5) {
  color: #ffc2d8;
}

.about-section {
  padding: 100px 0;
  background: var(--white);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 100px;
}

.about-kicker {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.vertical-rule {
  width: 5px;
  height: 120px;
  flex: 0 0 auto;
  background: var(--magenta);
}

.about-kicker p {
  max-width: 310px;
  margin: 0;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
}

.about-copy > p:last-of-type {
  max-width: 670px;
  color: var(--muted);
  font-size: 17px;
}

.company-facts {
  margin: 34px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
}

.company-facts div {
  min-width: 190px;
  padding-top: 14px;
  border-top: 2px solid var(--charcoal);
}

.company-facts dt {
  color: var(--magenta);
  font-size: 11px;
  font-weight: 800;
}

.company-facts dd {
  margin: 4px 0 0;
  font-weight: 800;
}

.contact-section {
  color: var(--white);
  background: var(--magenta);
  padding: 62px 0;
}

.contact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.contact-section .eyebrow {
  color: rgba(255, 255, 255, 0.7);
}

.button.light {
  color: var(--charcoal);
  background: var(--white);
}

footer {
  color: rgba(255, 255, 255, 0.7);
  background: var(--charcoal-2);
  padding: 44px 0;
  font-size: 13px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr auto;
  align-items: center;
  gap: 44px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
}

.footer-brand img {
  width: 34px;
  height: 42px;
  object-fit: contain;
}

.footer-brand strong {
  max-width: 190px;
  line-height: 1.25;
}

footer address {
  font-style: normal;
}

.site-footer address {
  display: grid;
  gap: 6px;
}

.site-footer address a {
  color: var(--white);
}

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

.footer-brand p {
  max-width: 260px;
  margin: 6px 0 0;
}

.footer-links {
  display: flex;
  gap: 22px;
  color: var(--white);
}

.drawer-backdrop {
  position: fixed;
  z-index: 50;
  inset: 0;
  background: rgba(18, 18, 18, 0.55);
}

.enquiry-drawer {
  width: min(430px, 100%);
  height: 100%;
  position: fixed;
  z-index: 60;
  inset-block: 0;
  inset-inline-end: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: var(--white);
  box-shadow: var(--shadow);
  transform: translateX(105%);
  transition: transform 220ms ease;
}

[dir="rtl"] .enquiry-drawer {
  transform: translateX(-105%);
}

.enquiry-drawer.is-open {
  transform: translateX(0);
}

.drawer-header {
  min-height: 112px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
  border-bottom: 1px solid var(--line);
}

.drawer-header h2 {
  margin: 0;
  font-size: 28px;
}

.drawer-header .eyebrow {
  margin-bottom: 5px;
}

.close-button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--charcoal);
  background: #efefec;
  border-radius: 50%;
  font-size: 25px;
}

.drawer-content {
  overflow-y: auto;
  padding: 24px;
}

.empty-state {
  margin: 0;
  color: var(--muted);
}

.enquiry-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.enquiry-items li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 30px;
  align-items: start;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.enquiry-item > img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  background: #f3f3f0;
  border: 1px solid #e6e6e1;
}

.enquiry-item-details {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.enquiry-item-details strong {
  font-size: 13px;
  line-height: 1.3;
}

.enquiry-item-details > span {
  color: var(--muted);
  font-size: 11px;
}

.quantity-controls {
  width: 100px;
  height: 32px;
  margin-top: 7px;
  display: grid;
  grid-template-columns: 32px 36px 32px;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
}

.quantity-controls button,
.quantity-controls span {
  display: grid;
  place-items: center;
  background: var(--white);
  font-size: 13px;
  font-weight: 800;
}

.quantity-controls button:hover,
.quantity-controls button:focus-visible {
  color: var(--white);
  background: var(--charcoal);
}

.quantity-controls span {
  border-inline: 1px solid var(--line);
}

.remove-item {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 4px;
  color: var(--magenta);
  background: #f5e5eb;
  cursor: pointer;
  font-size: 18px;
}

.drawer-footer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  padding: 18px 24px 24px;
  border-top: 1px solid var(--line);
}

.clear-button {
  padding: 10px 2px;
  color: var(--muted);
  background: transparent;
  font-size: 13px;
  font-weight: 700;
}

.whatsapp-button {
  min-width: 0;
}

.is-disabled {
  pointer-events: none;
  opacity: 0.45;
}

.toast {
  position: fixed;
  z-index: 80;
  inset-inline-start: 50%;
  bottom: 26px;
  min-width: 220px;
  max-width: calc(100% - 32px);
  padding: 12px 16px;
  color: var(--white);
  background: var(--charcoal);
  border-radius: 4px;
  box-shadow: var(--shadow);
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

[dir="rtl"] .toast {
  transform: translate(50%, 12px);
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

[dir="rtl"] .toast.is-visible {
  transform: translate(50%, 0);
}

[dir="rtl"] body {
  font-family: Tahoma, Arial, sans-serif;
}

[dir="rtl"] .brand small {
  text-align: right;
}

.page-hero {
  color: var(--white);
  background: var(--charcoal);
}

.page-hero-inner {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-block: 72px 58px;
}

.page-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1.04;
}

.page-hero .page-hero-inner > p:last-child {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
}

.breadcrumbs {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 12px;
}

.breadcrumbs a {
  color: var(--magenta);
  font-weight: 800;
}

.page-section {
  padding: 68px 0 90px;
}

.information-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--charcoal);
  border-inline-start: 1px solid var(--line);
}

.information-item {
  min-height: 230px;
  padding: 28px;
  border-inline-end: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.information-item h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}

.information-item p {
  margin: 18px 0 0;
  color: var(--muted);
}

.about-detail-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
}

.about-detail-grid h2 {
  margin-top: 0;
  font-size: 42px;
  line-height: 1.08;
}

.about-detail-grid h3 {
  margin: 34px 0 8px;
}

.about-detail-grid p {
  color: var(--muted);
  font-size: 17px;
}

.identity-panel {
  margin: 0;
  align-self: start;
  border-top: 4px solid var(--magenta);
  background: var(--white);
  padding: 14px 28px 28px;
}

.identity-panel div {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.identity-panel dt {
  color: var(--magenta);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.identity-panel dd {
  margin: 4px 0 0;
  font-weight: 800;
}

.text-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--magenta);
  border-bottom: 2px solid currentColor;
  font-weight: 800;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--charcoal);
  border-inline-start: 1px solid var(--line);
}

.contact-item {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  background: var(--white);
  border-inline-end: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact-item.primary {
  color: var(--white);
  background: var(--charcoal);
}

.contact-item.primary .eyebrow {
  color: #f2b5cb;
}

.contact-item h2 {
  max-width: 100%;
  margin: 4px 0 28px;
  overflow-wrap: anywhere;
  font-size: 25px;
  line-height: 1.25;
}

.contact-item .button {
  margin-top: auto;
}

.button-outline {
  color: var(--charcoal);
  background: transparent;
  border-color: var(--charcoal);
}

.address-item address {
  color: var(--muted);
  font-style: normal;
}

.contact-registration {
  width: 100%;
  margin: auto 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-registration div {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.contact-registration dt {
  color: var(--magenta);
  font-size: 11px;
  font-weight: 800;
}

.contact-registration dd {
  margin: 4px 0 0;
  font-weight: 800;
}

.faq-list {
  max-width: 900px;
}

.faq-list details {
  border-top: 1px solid var(--line);
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  padding: 23px 44px 23px 0;
  cursor: pointer;
  font-size: 19px;
  font-weight: 800;
}

[dir="rtl"] .faq-list summary {
  padding: 23px 0 23px 44px;
}

.faq-list details p {
  max-width: 720px;
  margin: -5px 0 24px;
  color: var(--muted);
}

.legal-layout {
  max-width: 900px;
}

.legal-layout article {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.legal-layout h2 {
  margin: 0;
}

.legal-layout article p {
  max-width: 760px;
  color: var(--muted);
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 60px;
}

.product-detail-media {
  min-width: 0;
}

.product-main-image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: var(--white);
  border: 1px solid var(--line);
}

.product-detail-gallery {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(5, 72px);
  gap: 8px;
}

.product-gallery-button {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  padding: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  cursor: pointer;
  transition: border-color var(--motion-quick), box-shadow var(--motion-quick), transform var(--motion-quick);
}

.product-gallery-button:hover,
.product-gallery-button:focus-visible,
.product-gallery-button.is-active {
  border-color: var(--magenta);
  box-shadow: 0 8px 18px rgba(189, 11, 104, 0.14);
}

.product-gallery-button:active {
  transform: scale(0.96);
}

.product-detail-gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
  border: 0;
}

.product-detail-copy {
  align-self: center;
}

.product-detail-copy h1 {
  margin: 0;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.04;
}

.product-detail-copy > .product-availability {
  margin-top: 20px;
}

.product-specifications {
  margin: 34px 0;
}

.product-specifications div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 11px 0;
  border-top: 1px solid var(--line);
}

.product-specifications dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.product-specifications dd {
  margin: 0;
  font-weight: 800;
}

.draft-description {
  margin-bottom: 24px;
  color: var(--muted);
}

.empty-page {
  min-height: 240px;
  display: flex;
  align-items: flex-start;
}

.prose {
  max-width: 820px;
}

.prose h2,
.products-introduction h2,
.landing-copy > h2,
.process-section > .shell > h2 {
  margin-top: 0;
  font-size: 36px;
  line-height: 1.12;
}

.prose p,
.products-introduction p,
.landing-copy > p,
.contact-guidance p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.seo-editorial-section {
  padding: 96px 0;
  background: var(--white);
  border-top: 1px solid var(--line);
}

.seo-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 86px;
}

.seo-editorial-copy h2 {
  max-width: 780px;
  margin: 0 0 28px;
  font-size: 44px;
  line-height: 1.08;
}

.seo-editorial-copy > p:not(.eyebrow) {
  max-width: 800px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.seo-editorial-points {
  align-self: start;
  border-top: 4px solid var(--magenta);
}

.seo-editorial-points article {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.seo-editorial-points h3 {
  margin: 0;
  font-size: 18px;
}

.seo-editorial-points p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.products-introduction {
  padding-bottom: 70px;
}

.products-introduction-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);
  gap: 70px;
}

.product-hub-links {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--charcoal);
  border-inline-start: 1px solid var(--line);
}

.product-hub-links a {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-inline-end: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 800;
}

.product-hub-links a:hover,
.product-hub-links a:focus-visible {
  color: var(--white);
  background: var(--charcoal);
}

.product-hub-links a span:last-child {
  color: var(--magenta);
  font-size: 20px;
}

.catalogue-browser-section {
  padding: 72px 0 90px;
  background: #f5f5f2;
  border-top: 1px solid var(--line);
}

.prose-band {
  padding: 80px 0;
  background: #f5f5f2;
  border-top: 1px solid var(--line);
}

.prose-band .button {
  margin-top: 18px;
}

.process-section {
  padding: 80px 0 96px;
  color: var(--white);
  background: var(--charcoal);
}

.process-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-inline-start: 1px solid rgba(255, 255, 255, 0.2);
}

.process-grid article {
  min-height: 230px;
  padding: 28px;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.process-grid span {
  color: #f2b5cb;
  font-size: 12px;
  font-weight: 800;
}

.process-grid h3 {
  margin: 42px 0 12px;
  font-size: 22px;
}

.process-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.contact-page-layout {
  display: grid;
  gap: 40px;
}

.contact-guidance {
  max-width: 840px;
}

.contact-guidance h2 {
  margin: 0;
  font-size: 34px;
}

.landing-overview {
  padding-top: 72px;
}

.landing-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr);
  align-items: start;
  gap: 80px;
}

.landing-copy > h2 {
  max-width: 720px;
  font-size: 42px;
}

.landing-points {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--charcoal);
  border-inline-start: 1px solid var(--line);
}

.landing-points article {
  min-height: 190px;
  padding: 24px;
  border-inline-end: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.landing-points h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}

.landing-points p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.landing-nav {
  position: sticky;
  top: 122px;
  border-top: 4px solid var(--magenta);
  background: var(--white);
}

.landing-nav > p {
  margin: 0;
  padding: 18px 18px 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.landing-nav > div {
  display: grid;
}

.landing-nav a {
  padding: 12px 18px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  font-weight: 750;
}

.landing-nav a:hover,
.landing-nav a:focus-visible,
.landing-nav a[aria-current="page"] {
  color: var(--white);
  background: var(--charcoal);
}

.landing-products-section {
  padding: 78px 0 92px;
  background: #f5f5f2;
  border-top: 1px solid var(--line);
}

.section-heading.compact {
  margin-bottom: 42px;
}

.section-heading.compact h2 {
  font-size: 38px;
}

.landing-product-grid {
  margin-top: 0;
}

.landing-cta {
  padding: 62px 0;
  color: var(--white);
  background: var(--magenta);
}

.landing-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.landing-cta h2 {
  margin: 0;
  font-size: 34px;
}

.landing-cta p {
  max-width: 720px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.landing-cta-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.landing-cta .button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.7);
}

.fam-catalogue-empty,
.fam-enquiry-empty {
  padding: 54px 20px;
  color: var(--muted);
  border: 1px dashed var(--line);
  text-align: center;
}

@media (max-width: 1040px) {
  .main-nav {
    min-width: 230px;
    position: absolute;
    z-index: 30;
    top: calc(100% + 1px);
    inset-inline-end: 20px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: flex;
  }

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

  .mobile-menu-button {
    display: grid;
    margin-inline-start: auto;
  }

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

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

  .catalogue-toolbar {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .reset-filters {
    justify-self: start;
  }

  .industry-inner {
    gap: 44px;
  }

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

  .seo-editorial-grid,
  .products-introduction-grid,
  .landing-overview-grid {
    gap: 46px;
  }

  .landing-points {
    grid-template-columns: 1fr;
  }

  .landing-points article {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 28px, 1180px);
  }

  .topbar-inner {
    min-height: 30px;
    justify-content: center;
  }

  .topbar-inner > span {
    display: none;
  }

  .header-inner {
    min-height: 66px;
    gap: 8px;
  }

  .admin-bar .site-header {
    top: 46px;
  }

  .brand {
    min-width: 0;
    gap: 7px;
  }

  .brand img {
    width: 30px;
    height: 38px;
  }

  .brand strong {
    max-width: 132px;
    font-size: 11px;
  }

  .brand small,
  .language-button #languageLabel,
  .enquiry-button > span:first-child {
    display: none;
  }

  .language-button {
    min-width: 38px;
    justify-content: center;
    padding: 5px;
  }

  .enquiry-button {
    min-width: 40px;
    justify-content: center;
    padding: 8px;
  }

  .hero,
  .hero-inner {
    min-height: 650px;
  }

  .hero-media {
    background-position: 58% center;
  }

  .hero::after {
    background: linear-gradient(90deg, rgba(25, 25, 25, 0.95), rgba(25, 25, 25, 0.7));
  }

  .hero-inner {
    align-items: flex-end;
    padding-block: 70px 40px;
  }

  .hero-content {
    width: 100%;
  }

  .hero h1 {
    font-size: 43px;
  }

  .hero-copy {
    max-width: 92%;
    font-size: 17px;
  }

  .hero-actions .button {
    flex: 1 1 150px;
  }

  .hero-proof {
    margin-top: 38px;
  }

  .hero-proof div {
    padding-inline: 10px;
  }

  .hero-proof strong {
    font-size: 16px;
  }

  .category-section,
  .about-section,
  .seo-editorial-section {
    padding: 68px 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .category-grid {
    grid-template-columns: 1fr;
  }

  .catalogue-browser {
    margin-top: 54px;
  }

  .catalogue-toolbar {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .catalogue-search {
    grid-column: auto;
  }

  .reset-filters {
    justify-self: stretch;
  }

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

  .product-card-body {
    min-height: 216px;
    padding: 13px;
  }

  .product-card-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .add-product {
    width: 100%;
  }

  .product-dialog-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
  }

  .product-dialog-details h2 {
    font-size: 28px;
  }

  .category-image {
    height: 250px;
  }

  .industry-inner,
  .about-grid,
  .seo-editorial-grid,
  .products-introduction-grid,
  .landing-overview-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .seo-editorial-copy h2,
  .landing-copy > h2 {
    font-size: 34px;
  }

  .seo-editorial-points {
    display: grid;
    grid-template-columns: 1fr;
  }

  .product-hub-links {
    grid-template-columns: 1fr;
  }

  .catalogue-browser-section,
  .landing-products-section,
  .prose-band,
  .process-section {
    padding-block: 62px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-grid article {
    min-height: 0;
  }

  .process-grid h3 {
    margin-top: 24px;
  }

  .landing-nav {
    position: static;
  }

  .landing-points {
    grid-template-columns: 1fr;
  }

  .landing-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .landing-cta-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .landing-cta-actions .button {
    flex: 1 1 190px;
  }

  .page-hero-inner {
    min-height: 250px;
    padding-block: 54px 44px;
  }

  .page-hero h1 {
    font-size: 43px;
  }

  .page-section {
    padding: 48px 0 66px;
  }

  .information-grid,
  .contact-grid,
  .about-detail-grid,
  .product-detail-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .information-item {
    min-height: 0;
  }

  .identity-panel {
    margin-top: 38px;
  }

  .contact-item {
    min-height: 230px;
  }

  .product-detail-copy {
    margin-top: 34px;
  }

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

  .about-kicker p {
    font-size: 22px;
  }

  .contact-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .drawer-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .product-detail-gallery {
    grid-template-columns: repeat(4, 60px);
  }

  .product-gallery-button,
  .product-detail-gallery img {
    width: 60px;
    height: 60px;
  }

  .product-specifications div {
    grid-template-columns: 92px 1fr;
  }
}

@media (max-width: 520px) {
  .catalogue-status {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }

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

  .product-card-body {
    min-height: 190px;
  }

  .product-card-footer {
    align-items: center;
    flex-direction: row;
  }

  .add-product {
    width: auto;
  }

  .product-dialog {
    width: calc(100% - 20px);
    max-height: calc(100vh - 20px);
  }

  .product-dialog-grid {
    padding: 18px;
  }

  .product-dialog-meta div {
    grid-template-columns: 96px 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/* FAM motion-led visual system: reference-video redesign. */
:root {
  --magenta: #bd0b68;
  --magenta-dark: #8f0c55;
  --magenta-soft: #f8e8f1;
  --green: #19c965;
  --green-dark: #118746;
  --paper: #f7f7f8;
  --line: #e4e1e4;
  --muted: #68646a;
  --charcoal: #242127;
  --charcoal-2: #171419;
  --shadow: 0 16px 40px rgba(49, 22, 40, 0.1);
  --motion-standard: 620ms cubic-bezier(0.22, 1, 0.36, 1);
  --motion-quick: 220ms ease;
}

body {
  background: var(--paper);
}

.topbar {
  display: none;
}

.scroll-progress {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 3px;
  pointer-events: none;
}

.scroll-progress span {
  width: 100%;
  height: 100%;
  display: block;
  background: var(--magenta);
  transform: scaleX(var(--fam-scroll, 0));
  transform-origin: left center;
}

.fam-rtl .scroll-progress span {
  transform-origin: right center;
}

.site-header {
  box-shadow: 0 1px 0 rgba(45, 31, 41, 0.06);
  transition: box-shadow var(--motion-quick), background var(--motion-quick);
}

.site-header.is-condensed {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 34px rgba(45, 31, 41, 0.1);
}

.header-inner {
  min-height: 72px;
  gap: 18px;
  transition: min-height var(--motion-quick);
}

.site-header.is-condensed .header-inner {
  min-height: 62px;
}

.brand {
  min-width: 215px;
}

.main-nav {
  gap: 5px;
  font-size: 13px;
}

.main-nav a {
  border: 0;
  border-radius: 8px;
  padding: 9px 12px;
  transition: color var(--motion-quick), background var(--motion-quick), transform var(--motion-quick);
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a[aria-current="page"] {
  color: var(--magenta-dark);
  border: 0;
  background: var(--magenta-soft);
  transform: translateY(-1px);
}

.header-actions {
  gap: 6px;
}

.language-button,
.enquiry-button,
.header-whatsapp {
  min-height: 40px;
  border-radius: 8px;
  transition: transform var(--motion-quick), box-shadow var(--motion-quick), background var(--motion-quick);
}

.language-button:hover,
.language-button:focus-visible,
.enquiry-button:hover,
.enquiry-button:focus-visible,
.header-whatsapp:hover,
.header-whatsapp:focus-visible {
  transform: translateY(-2px);
}

.header-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  background: var(--green);
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(25, 201, 101, 0.22);
}

.header-whatsapp:hover,
.header-whatsapp:focus-visible {
  background: var(--green-dark);
}

.whatsapp-mark {
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 50%;
  position: relative;
}

.whatsapp-mark::after {
  content: "";
  position: absolute;
  inset: auto auto -3px 0;
  width: 5px;
  height: 5px;
  border-left: 2px solid currentColor;
  transform: rotate(28deg);
}

.enquiry-count.is-updated {
  animation: fam-counter-pop 420ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hero,
.page-hero {
  color: var(--white);
  background-color: #5f164b;
  background-image: url("../images/safety-hero.webp");
  background-position: center calc(50% + var(--fam-hero-shift, 0px));
  background-size: cover;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.hero {
  min-height: 610px;
  padding-bottom: 112px;
}

.hero-media {
  display: none;
}

.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(109, 7, 76, 0.82);
}

.hero::after {
  content: none;
}

.hero-inner {
  min-height: 498px;
  align-items: center;
  position: static;
}

.hero-content {
  width: min(700px, 100%);
  position: static;
}

.hero .eyebrow,
.page-hero .eyebrow {
  width: fit-content;
  color: var(--white);
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 999px;
  background: rgba(57, 6, 41, 0.22);
  padding: 7px 14px;
}

.hero h1 {
  max-width: 760px;
  color: var(--white);
  font-size: clamp(42px, 5.2vw, 68px);
  line-height: 1.02;
  margin: 22px 0 8px;
}

.hero-brand-secondary {
  max-width: 760px;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 800;
  line-height: 1.25;
}

.hero-rotator {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--green);
  font-size: clamp(30px, 3.8vw, 48px);
  font-weight: 900;
  line-height: 1.08;
  margin: 0 0 22px;
}

.rotator-caret {
  width: 3px;
  height: 0.9em;
  background: currentColor;
  animation: fam-caret 900ms steps(1) infinite;
}

.hero-copy {
  max-width: 650px;
  color: rgba(255,255,255,.9);
  font-size: 18px;
}

.button {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: transform var(--motion-quick), box-shadow var(--motion-quick), color var(--motion-quick), background var(--motion-quick);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(65, 16, 49, 0.2);
}

.button:active {
  transform: translateY(0) scale(0.98);
}

.hero .button-primary {
  background: var(--magenta);
  box-shadow: 0 14px 30px rgba(88, 0, 54, 0.3);
}

.hero .button-secondary {
  color: var(--white);
  border-color: rgba(255,255,255,.8);
  background: rgba(255,255,255,.03);
}

.hero-proof {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  color: var(--white);
  background: var(--magenta);
  padding-inline: max(20px, calc((100vw - 1180px) / 2));
}

.hero-proof div,
.hero-proof div:first-child {
  min-height: 96px;
  border: 0;
  border-inline-end: 1px solid rgba(255,255,255,.22);
  display: grid;
  place-content: center;
  text-align: center;
}

.hero-proof div:last-child {
  border-inline-end: 0;
}

.hero-proof strong {
  color: var(--white);
  font-size: 30px;
}

.hero-proof span {
  color: rgba(255,255,255,.78);
}

.category-ticker {
  overflow: hidden;
  color: #817c82;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.category-ticker-track {
  width: max-content;
  min-height: 70px;
  display: flex;
  align-items: center;
  animation: fam-ticker 32s linear infinite;
}

.category-ticker span {
  min-width: 210px;
  padding-inline: 28px;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
}

.fam-rtl .category-ticker-track {
  animation-direction: reverse;
}

.page-hero {
  min-height: 350px;
  display: grid;
  align-items: end;
  padding: 80px 0 60px;
}

.page-hero-inner {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.page-hero h1 {
  max-width: 850px;
  color: var(--white);
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.05;
}

.page-hero .page-hero-inner > p:last-child {
  max-width: 720px;
  color: rgba(255,255,255,.86);
  font-size: 18px;
}

.breadcrumbs {
  color: var(--muted);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 16px;
  margin-top: -22px;
  position: relative;
  z-index: 3;
  box-shadow: 0 10px 24px rgba(49, 22, 40, 0.07);
}

.category-section,
.page-section,
.catalogue-browser-section,
.seo-editorial-section,
.about-section,
.prose-band,
.process-section {
  padding-block: 84px;
}

.category-section,
.page-section,
.catalogue-browser-section,
.about-section {
  background: var(--white);
}

.seo-editorial-section,
.prose-band,
.process-section {
  background: var(--paper);
}

.section-heading h2,
.seo-editorial-copy h2,
.about-copy h2,
.information-item h2,
.contact-item h2,
.legal-layout h2 {
  letter-spacing: 0;
}

.category-grid,
.information-grid,
.contact-grid,
.legal-layout,
.process-grid,
.product-grid {
  gap: 20px;
}

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

.category-card,
.product-card,
.information-item,
.contact-item,
.identity-panel,
.legal-layout article,
.process-grid article,
.seo-editorial-points article,
.faq-list details,
.landing-category-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 26px rgba(49, 22, 40, 0.05);
  transition: transform var(--motion-standard), box-shadow var(--motion-standard), border-color var(--motion-standard);
}

.category-card:hover,
.product-card:hover,
.information-item:hover,
.contact-item:hover,
.legal-layout article:hover,
.process-grid article:hover,
.seo-editorial-points article:hover,
.landing-category-card:hover {
  border-color: rgba(189, 11, 104, 0.32);
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}

.footer-links a,
.site-footer address a {
  transition: color var(--motion-quick), transform var(--motion-quick);
}

.footer-links a:hover,
.footer-links a:focus-visible,
.site-footer address a:hover,
.site-footer address a:focus-visible {
  color: var(--green);
  transform: translateY(-1px);
}

.category-image,
.product-image-button {
  background: #fbfafb;
  overflow: hidden;
}

.category-image img,
.product-image-button img {
  transition: transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.category-card:hover .category-image img,
.product-card:hover .product-image-button img {
  transform: scale(1.045);
}

.product-card .add-product.is-confirmed,
.fam-add-enquiry.is-confirmed {
  color: var(--white);
  background: var(--green-dark);
  transform: scale(0.97);
}

.catalogue-toolbar {
  position: sticky;
  z-index: 8;
  top: 82px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 12px 30px rgba(49,22,40,.08);
  backdrop-filter: blur(12px);
}

.faq-list details[open] {
  border-color: rgba(189, 11, 104, 0.38);
  box-shadow: var(--shadow);
}

.faq-list summary {
  padding: 22px 56px 22px 22px;
}

.fam-rtl .faq-list summary {
  padding: 22px 22px 22px 56px;
}

.faq-list details p {
  padding: 0 22px 22px;
}

.fam-enquiry-row {
  animation: fam-row-enter 440ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

html.fam-motion-ready [data-fam-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity var(--motion-standard), transform var(--motion-standard);
  transition-delay: var(--fam-delay, 0ms);
}

html.fam-motion-ready .fam-rtl [data-fam-reveal][data-fam-direction="side"] {
  transform: translateX(30px);
}

html.fam-motion-ready .fam-ltr [data-fam-reveal][data-fam-direction="side"] {
  transform: translateX(-30px);
}

html.fam-motion-ready [data-fam-reveal].is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

body.mega-menu-open::after {
  content: "";
  position: fixed;
  z-index: 30;
  inset: 0;
  pointer-events: none;
  background: rgba(32, 34, 34, 0.54);
}

.site-header {
  z-index: 50;
}

.nav-item-products {
  display: inline-flex;
  align-items: center;
  position: static;
}

.nav-mega-toggle {
  width: 28px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  color: var(--charcoal);
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  transition: color var(--motion-quick), background var(--motion-quick), transform var(--motion-quick);
}

.nav-item-products:hover .nav-mega-toggle,
.nav-item-products.is-open .nav-mega-toggle {
  color: var(--magenta-dark);
  background: var(--magenta-soft);
  transform: translateY(-1px);
}

.products-mega {
  position: absolute;
  z-index: 55;
  inset-block-start: 100%;
  inset-inline: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  color: var(--charcoal);
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid rgba(48, 48, 48, 0.08);
  border-bottom: 1px solid rgba(48, 48, 48, 0.12);
  box-shadow: 0 26px 60px rgba(45, 31, 41, 0.18);
  transform: translateY(12px);
  transition: opacity var(--motion-quick), transform var(--motion-quick), visibility var(--motion-quick);
}

.nav-item-products:hover .products-mega,
.nav-item-products.is-open .products-mega {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.products-mega-inner {
  display: grid;
  grid-template-columns: minmax(190px, 0.36fr) minmax(0, 1fr);
  gap: 28px;
  padding-block: 24px 26px;
}

.products-mega-intro {
  display: grid;
  align-content: start;
  gap: 12px;
}

.products-mega-title {
  margin: 0;
  color: var(--charcoal);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.08;
}

.main-nav .products-mega-all,
.main-nav .products-mega-card {
  border: 0;
  transform: none;
}

.products-mega-all {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  background: var(--magenta);
  border-radius: 8px;
  padding: 10px 13px;
  font-size: 12px;
  font-weight: 900;
}

.main-nav .products-mega-all:hover,
.main-nav .products-mega-all:focus-visible {
  color: var(--white);
  background: var(--magenta-dark);
}

.products-mega-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.products-mega-card {
  min-height: 100px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 11px;
  color: var(--charcoal);
  background: #f8f8f5;
  border: 1px solid rgba(48, 48, 48, 0.08);
  border-radius: 8px;
  padding: 12px;
  text-align: start;
  transition: border-color var(--motion-quick), box-shadow var(--motion-quick), transform var(--motion-quick), background var(--motion-quick);
}

.main-nav .products-mega-card:hover,
.main-nav .products-mega-card:focus-visible {
  color: var(--charcoal);
  background: var(--white);
  border-color: rgba(180, 14, 86, 0.28);
  box-shadow: 0 12px 24px rgba(45, 31, 41, 0.11);
  transform: translateY(-2px);
}

.products-mega-number {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  color: var(--magenta-dark);
  background: var(--magenta-soft);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
}

.products-mega-card strong,
.products-mega-card small {
  display: block;
}

.products-mega-card strong {
  font-size: 13px;
  line-height: 1.25;
}

.products-mega-card small {
  display: -webkit-box;
  margin-top: 5px;
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.breadcrumb-bar {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.breadcrumb-bar .breadcrumbs {
  min-height: 0;
  flex: 1 1 auto;
}

.back-button {
  min-height: 36px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  color: var(--charcoal);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 7px 12px;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(45, 31, 41, 0.06);
  transition: color var(--motion-quick), border-color var(--motion-quick), transform var(--motion-quick), box-shadow var(--motion-quick);
}

.back-button:hover,
.back-button:focus-visible {
  color: var(--magenta-dark);
  border-color: rgba(180, 14, 86, 0.32);
  box-shadow: 0 12px 24px rgba(45, 31, 41, 0.1);
  transform: translateY(-1px);
}

.fam-rtl .back-button-icon {
  transform: scaleX(-1);
}

.catalogue-pagination {
  min-height: 86px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  padding-top: 28px;
}

.catalogue-pagination[hidden] {
  display: none;
}

.pagination-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.pagination-number,
.pagination-button {
  min-width: 40px;
  min-height: 40px;
  display: inline-grid;
  place-items: center;
  color: var(--charcoal);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  transition: color var(--motion-quick), background var(--motion-quick), border-color var(--motion-quick), transform var(--motion-quick);
}

.pagination-button {
  padding-inline: 15px;
}

.pagination-number:hover,
.pagination-number:focus-visible,
.pagination-button:hover,
.pagination-button:focus-visible,
.pagination-number[aria-current="page"] {
  color: var(--white);
  background: var(--magenta);
  border-color: var(--magenta);
  transform: translateY(-1px);
}

.pagination-button:disabled {
  color: var(--muted);
  background: #f5f5f1;
  border-color: var(--line);
  cursor: default;
  transform: none;
}

.pagination-ellipsis {
  min-width: 22px;
  color: var(--muted);
  text-align: center;
  font-weight: 900;
}

@keyframes fam-caret {
  50% { opacity: 0; }
}

@keyframes fam-ticker {
  to { transform: translateX(-50%); }
}

@keyframes fam-counter-pop {
  50% { transform: scale(1.35); }
}

@keyframes fam-row-enter {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1180px) {
  .brand span,
  .language-button span:last-child,
  .header-whatsapp span:last-child {
    display: none;
  }

  .brand {
    min-width: auto;
  }

  .header-whatsapp {
    width: 40px;
    justify-content: center;
    padding: 8px;
  }
}

@media (max-width: 1040px) {
  body.mega-menu-open::after {
    content: none;
  }

  .main-nav {
    max-width: calc(100vw - 28px);
    overflow-x: hidden;
  }

  .nav-item-products {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: stretch;
  }

  .nav-item-products > .nav-link {
    min-width: 0;
  }

  .nav-mega-toggle {
    width: auto;
    height: auto;
    border-inline-start: 1px solid var(--line);
    border-radius: 0;
  }

  .products-mega {
    max-width: 100%;
    position: static;
    grid-column: 1 / -1;
    max-height: 0;
    visibility: visible;
    opacity: 1;
    overflow: hidden;
    pointer-events: auto;
    border: 0;
    box-shadow: none;
    transform: none;
    transition: max-height var(--motion-standard);
  }

  .nav-item-products.is-open .products-mega {
    max-height: min(70vh, 720px);
    overflow: auto;
    border-top: 1px solid var(--line);
  }

  .products-mega-inner {
    width: 100%;
    display: block;
    padding: 12px;
  }

  .products-mega-intro {
    display: none;
  }

  .products-mega-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .products-mega-card {
    min-height: 0;
  }

  .products-mega-card strong,
  .products-mega-card small {
    overflow-wrap: anywhere;
  }

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

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

  .site-header {
    top: 0;
  }

  .header-inner,
  .site-header.is-condensed .header-inner {
    min-height: 64px;
  }

  .header-actions {
    margin-inline-start: auto;
  }

  .header-whatsapp {
    display: none;
  }

  .hero {
    min-height: 680px;
    padding-bottom: 198px;
  }

  .hero-inner {
    min-height: 480px;
    align-items: center;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero-brand-secondary {
    font-size: 22px;
  }

  .hero-rotator {
    min-height: 78px;
    font-size: 32px;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    padding-inline: 20px;
  }

  .hero-proof div,
  .hero-proof div:first-child {
    min-height: 62px;
    grid-auto-flow: column;
    grid-template-columns: minmax(86px, auto) minmax(0, 1fr);
    gap: 10px;
    border-inline-end: 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
    text-align: start;
  }

  .hero-proof div:last-child {
    border-bottom: 0;
  }

  .hero-proof strong {
    font-size: 23px;
    white-space: nowrap;
  }

  .hero-proof span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .page-hero {
    min-height: 320px;
    padding-block: 70px 50px;
  }

  .category-section,
  .page-section,
  .catalogue-browser-section,
  .seo-editorial-section,
  .about-section,
  .prose-band,
  .process-section {
    padding-block: 58px;
  }

  .catalogue-toolbar {
    position: static;
  }

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

  .product-detail-grid,
  .product-detail-media,
  .product-detail-copy {
    min-width: 0;
    max-width: 100%;
  }

  .breadcrumb-bar {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 14px;
  }

  .catalogue-pagination {
    align-items: stretch;
    flex-direction: column;
  }

  .pagination-numbers {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  html.fam-motion-ready [data-fam-reveal] {
    opacity: 1;
    transform: none;
  }

  .category-ticker-track {
    width: auto;
    overflow-x: auto;
  }
}

/* FAM 1.3.5: homepage bilingual name and mobile contact cleanup */
.hero-brand-lockup {
  max-width: min(1180px, 100%);
  display: flex;
  align-items: flex-end;
  gap: clamp(22px, 4vw, 56px);
  margin: 22px 0 12px;
}

.hero-brand-lockup h1,
.hero-brand-lockup .hero-brand-secondary {
  flex: 1 1 470px;
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: clamp(42px, 5.2vw, 68px);
  font-weight: 900;
  line-height: 1.02;
}

.hero-brand-lockup .hero-brand-secondary {
  text-wrap: balance;
}

@media (max-width: 760px) {
  .hero-brand-lockup {
    display: block;
    margin-block: 20px 14px;
  }

  .hero-brand-lockup h1,
  .hero-brand-lockup .hero-brand-secondary {
    font-size: 38px;
  }

  .hero-brand-lockup .hero-brand-secondary {
    margin-top: 10px;
  }

  .contact-registration {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .contact-registration dd {
    overflow-wrap: anywhere;
  }
}
