.ahc-chemical-link {
  color: var(--accent, #0f6b4c);
  text-decoration: underline;
  text-decoration-color: rgba(15, 107, 76, 0.32);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.ahc-chemical-link:hover {
  color: var(--accent-dark, #0b5139);
  text-decoration-color: currentColor;
}

.ahc-chemical-link:focus-visible,
.ahc-detail-section a:focus-visible {
  outline: 3px solid rgba(15, 107, 76, 0.28);
  outline-offset: 3px;
  border-radius: 4px;
}

.ahc-detail-section {
  padding: 2.4rem 0 5rem;
}

.ahc-detail-container {
  max-width: 1100px;
}

.ahc-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  color: var(--muted, #5f675f);
  font-size: 0.86rem;
}

.ahc-breadcrumbs a {
  color: var(--accent, #0f6b4c);
}

.ahc-detail-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid rgba(15, 107, 76, 0.14);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(232, 243, 237, 0.82));
  box-shadow: 0 18px 44px rgba(20, 24, 22, 0.07);
}

.ahc-detail-eyebrow {
  margin: 0 0 0.55rem;
  color: var(--accent, #0f6b4c);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ahc-detail-hero h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}

.ahc-detail-cas {
  margin: 1rem 0 0;
  color: var(--muted, #5f675f);
}

.ahc-record-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.42rem 0.72rem;
  border: 1px solid rgba(15, 107, 76, 0.2);
  border-radius: 999px;
  color: var(--accent-dark, #0b5139);
  background: rgba(255, 255, 255, 0.74);
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}

.ahc-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.ahc-detail-card {
  border: 1px solid var(--line, #e6e3dc);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(20, 24, 22, 0.055);
}

.ahc-identity-card,
.ahc-enquiry-card,
.ahc-variants-card {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.ahc-detail-card h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.25rem, 2.8vw, 1.65rem);
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.ahc-identity-list {
  margin: 0;
}

.ahc-identity-list > div {
  display: grid;
  grid-template-columns: minmax(145px, 0.34fr) minmax(0, 0.66fr);
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line, #e6e3dc);
}

.ahc-identity-list > div:last-child {
  border-bottom: 0;
}

.ahc-identity-list dt {
  color: var(--muted, #5f675f);
  font-size: 0.88rem;
  font-weight: 600;
}

.ahc-identity-list dd {
  margin: 0;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.ahc-enquiry-card {
  align-self: start;
  background: linear-gradient(155deg, #0f6b4c, #0b5139);
  color: #fff;
}

.ahc-enquiry-card .ahc-detail-eyebrow,
.ahc-enquiry-card p {
  color: rgba(255, 255, 255, 0.82);
}

.ahc-detail-actions {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.35rem;
}

.ahc-detail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 12px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  transition: transform 0.16s ease, background 0.16s ease;
}

.ahc-detail-btn-primary {
  border-color: #fff;
  color: #0b5139;
  background: #fff;
}

.ahc-detail-btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.1);
}

.ahc-detail-btn-primary:hover {
  background: #f0f7f3;
}

.ahc-detail-link {
  padding: 0.35rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.ahc-document-note {
  margin: 1.4rem 0 0;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.86rem;
}

.ahc-variants-card {
  margin-top: 1.25rem;
}

.ahc-card-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.ahc-card-heading h2,
.ahc-card-heading p {
  margin-bottom: 0;
}

.ahc-card-heading > p {
  max-width: 410px;
  color: var(--muted, #5f675f);
  font-size: 0.88rem;
}

.ahc-variants-wrap {
  overflow-x: auto;
  border: 1px solid var(--line, #e6e3dc);
  border-radius: 14px;
}

.ahc-variants-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.ahc-variants-table th,
.ahc-variants-table td {
  padding: 0.82rem 0.9rem;
  border-bottom: 1px solid var(--line, #e6e3dc);
  text-align: left;
  vertical-align: top;
}

.ahc-variants-table th {
  color: var(--muted, #5f675f);
  background: rgba(247, 246, 243, 0.85);
  font-size: 0.72rem;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.ahc-variants-table tbody tr:last-child td {
  border-bottom: 0;
}

.ahc-variants-table tbody tr:hover {
  background: rgba(15, 107, 76, 0.035);
}

.ahc-safety-note {
  margin-top: 1.25rem;
  padding: 1rem 1.1rem;
  border: 1px solid #e7d9ac;
  border-radius: 14px;
  color: #5f5128;
  background: rgba(255, 248, 222, 0.86);
  font-size: 0.88rem;
}

.ahc-back-search {
  margin-top: 1.5rem;
  text-align: center;
}

.ahc-back-search a {
  color: var(--accent, #0f6b4c);
  font-weight: 700;
}

@media (max-width: 820px) {
  .ahc-detail-grid {
    grid-template-columns: 1fr;
  }

  .ahc-card-heading {
    display: block;
  }

  .ahc-card-heading > p {
    margin-top: 0.6rem;
  }
}

@media (max-width: 620px) {
  .ahc-detail-section {
    padding-top: 1.5rem;
  }

  .ahc-detail-hero {
    display: block;
    border-radius: 18px;
  }

  .ahc-record-badge {
    margin-top: 1.2rem;
    white-space: normal;
  }

  .ahc-detail-card {
    border-radius: 18px;
  }

  .ahc-identity-list > div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .ahc-variants-wrap {
    overflow: visible;
    border: 0;
  }

  .ahc-variants-table,
  .ahc-variants-table tbody,
  .ahc-variants-table tr,
  .ahc-variants-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .ahc-variants-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .ahc-variants-table tr {
    margin-bottom: 0.8rem;
    padding: 0.4rem 0.85rem;
    border: 1px solid var(--line, #e6e3dc);
    border-radius: 12px;
  }

  .ahc-variants-table td {
    display: grid;
    grid-template-columns: minmax(120px, 0.48fr) minmax(0, 0.52fr);
    gap: 0.65rem;
    padding: 0.56rem 0;
  }

  .ahc-variants-table td::before {
    content: attr(data-label);
    color: var(--muted, #5f675f);
    font-size: 0.76rem;
    font-weight: 700;
  }
}

/* Professional chemical detail pages (v1.6.2). */
.ahc-chemical-detail-page {
  background: #f3f7f4;
}

.ahc-chemical-detail-page .site-main,
.ahc-detail-section {
  color: #17251f;
}

.ahc-detail-section {
  position: relative;
  padding: 1.65rem 0 5rem;
  background:
    radial-gradient(circle at 8% 10%, rgba(33, 128, 87, 0.09), transparent 25rem),
    linear-gradient(180deg, #f8fbf9 0, #f3f7f4 58%, #f8faf9 100%);
}

.ahc-detail-container {
  width: min(1180px, calc(100% - 40px));
  max-width: none;
  margin-inline: auto;
}

.ahc-breadcrumbs {
  display: block;
  margin-bottom: 1.15rem;
  font-size: 0.84rem;
}

.ahc-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.42rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ahc-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: #5d6d65;
}

.ahc-breadcrumbs li + li::before {
  content: "›";
  color: #91a098;
  font-size: 1.05em;
}

.ahc-breadcrumbs a {
  color: #0d6849;
  font-weight: 650;
  text-decoration: none;
}

.ahc-breadcrumbs a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.ahc-detail-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 0.24fr);
  align-items: stretch;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  overflow: hidden;
  padding: clamp(1.7rem, 5vw, 3.4rem);
  border: 0;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(184, 226, 204, 0.24), transparent 17rem),
    linear-gradient(135deg, #0a3f30, #0f6b4c 62%, #167e59);
  box-shadow: 0 22px 55px rgba(7, 54, 38, 0.19);
}

.ahc-detail-hero::after {
  position: absolute;
  z-index: -1;
  right: -5rem;
  bottom: -8rem;
  width: 20rem;
  height: 20rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 2.8rem rgba(255, 255, 255, 0.035),
    0 0 0 5.8rem rgba(255, 255, 255, 0.025);
  content: "";
}

.ahc-detail-hero-copy {
  min-width: 0;
}

.ahc-detail-hero .ahc-detail-eyebrow {
  color: #bfe8d2;
}

.ahc-detail-hero h1 {
  max-width: 850px;
  color: #fff;
  font-size: clamp(2.15rem, 5vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.048em;
}

.ahc-detail-intro {
  max-width: 760px;
  margin: 1.15rem 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(0.96rem, 1.7vw, 1.08rem);
  line-height: 1.7;
}

.ahc-detail-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
  margin-top: 1.55rem;
}

.ahc-detail-facts > span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 39px;
  padding: 0.5rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
  backdrop-filter: blur(8px);
}

.ahc-detail-facts small {
  padding-right: 0.55rem;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  color: #bfe8d2;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ahc-detail-hero-mark {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  min-width: 0;
}

.ahc-record-badge {
  position: relative;
  z-index: 1;
  min-height: 36px;
  margin: 0;
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
}

.ahc-record-badge > span {
  display: inline-grid;
  width: 19px;
  height: 19px;
  margin-right: 0.4rem;
  border-radius: 50%;
  place-items: center;
  color: #0a4c36;
  background: #bfe8d2;
  font-size: 0.7rem;
}

.ahc-record-badge-verified {
  border-color: rgba(197, 237, 215, 0.5);
  background: rgba(10, 48, 36, 0.3);
}

.ahc-detail-monogram {
  display: grid;
  width: clamp(90px, 11vw, 132px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.83);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.028);
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  font-weight: 800;
  letter-spacing: 0.07em;
  place-items: center;
}

.ahc-detail-grid {
  grid-template-columns: minmax(0, 1.38fr) minmax(310px, 0.62fr);
  gap: 1.35rem;
  margin-top: 1.35rem;
}

.ahc-detail-card {
  border: 1px solid #dfe8e2;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 13px 34px rgba(18, 51, 39, 0.065);
}

.ahc-identity-card,
.ahc-enquiry-card,
.ahc-variants-card,
.ahc-process-card {
  padding: clamp(1.25rem, 3.2vw, 2.15rem);
}

.ahc-section-heading,
.ahc-card-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.1rem;
}

.ahc-section-heading h2,
.ahc-card-heading h2 {
  margin: 0;
}

.ahc-section-kicker,
.ahc-variants-count {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.4rem 0.68rem;
  border: 1px solid #cfe1d6;
  border-radius: 999px;
  color: #0b5c40;
  background: #edf7f1;
  font-size: 0.73rem;
  font-weight: 800;
  line-height: 1.2;
}

.ahc-identity-list > div {
  grid-template-columns: minmax(165px, 0.32fr) minmax(0, 0.68fr);
  gap: 1.1rem;
  padding: 0.92rem 0;
  border-color: #e5ece7;
}

.ahc-identity-list dt {
  color: #64746c;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.ahc-identity-list dd {
  color: #17251f;
  font-weight: 700;
  line-height: 1.55;
}

.ahc-formula-value {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.96em;
}

.ahc-synonym-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ahc-synonym-list li {
  padding: 0.36rem 0.58rem;
  border: 1px solid #d8e5dc;
  border-radius: 8px;
  color: #345246;
  background: #f5f9f6;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.35;
}

.ahc-enquiry-card {
  position: sticky;
  top: 105px;
  align-self: start;
  overflow: hidden;
  border-color: transparent;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.14), transparent 13rem),
    linear-gradient(155deg, #0e684a, #093e2f);
  box-shadow: 0 18px 38px rgba(7, 54, 38, 0.17);
}

.ahc-enquiry-card h2 {
  color: #fff;
  font-size: clamp(1.4rem, 2.7vw, 1.85rem);
  line-height: 1.16;
}

.ahc-enquiry-card .ahc-detail-eyebrow {
  color: #bfe8d2;
}

.ahc-enquiry-card > p {
  line-height: 1.62;
}

.ahc-enquiry-checklist {
  display: grid;
  gap: 0.6rem;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
}

.ahc-enquiry-checklist li {
  position: relative;
  padding-left: 1.55rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.87rem;
  line-height: 1.42;
}

.ahc-enquiry-checklist li::before {
  position: absolute;
  top: 0.17rem;
  left: 0;
  display: grid;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  color: #0b5139;
  background: #bfe8d2;
  content: "✓";
  font-size: 0.65rem;
  font-weight: 900;
  place-items: center;
}

.ahc-detail-actions {
  margin-top: 1.35rem;
}

.ahc-detail-btn {
  min-height: 48px;
  border-radius: 11px;
  text-decoration: none;
}

.ahc-detail-btn span {
  margin-left: 0.45rem;
}

.ahc-document-note {
  line-height: 1.55;
}

.ahc-variants-card,
.ahc-process-card {
  margin-top: 1.35rem;
}

.ahc-card-heading {
  align-items: center;
  margin-bottom: 0.7rem;
}

.ahc-variants-note {
  max-width: 850px;
  margin: 0 0 1.15rem;
  color: #607168;
  font-size: 0.88rem;
  line-height: 1.6;
}

.ahc-variants-wrap {
  border-color: #dfe8e2;
  border-radius: 15px;
  background: #fff;
}

.ahc-variants-table {
  min-width: 810px;
}

.ahc-variants-table th,
.ahc-variants-table td {
  padding: 0.9rem;
  border-color: #e5ece7;
  line-height: 1.45;
}

.ahc-variants-table th {
  color: #53675d;
  background: #f2f7f4;
}

.ahc-variants-table tbody th {
  width: 70px;
  color: #0d6849;
  background: #f8fbf9;
  font-size: 0.8rem;
  text-align: left;
  vertical-align: top;
}

.ahc-variants-table tbody tr:hover td,
.ahc-variants-table tbody tr:hover th {
  background: #f5faf7;
}

.ahc-not-stated {
  color: #7c8982;
  font-size: 0.82rem;
  font-style: italic;
}

.ahc-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.ahc-process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #e1e9e4;
  border-radius: 15px;
  list-style: none;
}

.ahc-process-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  padding: 1.15rem;
  border-right: 1px solid #e1e9e4;
}

.ahc-process-list li:last-child {
  border-right: 0;
}

.ahc-process-list li > span {
  display: grid;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  color: #0b5c40;
  background: #e8f4ed;
  font-size: 0.74rem;
  font-weight: 850;
  place-items: center;
}

.ahc-process-list h3 {
  margin: 0;
  color: #17251f;
  font-size: 0.98rem;
  line-height: 1.3;
}

.ahc-process-list p {
  margin: 0.38rem 0 0;
  color: #66766e;
  font-size: 0.82rem;
  line-height: 1.5;
}

.ahc-safety-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
  margin-top: 1.35rem;
  padding: 1.05rem 1.15rem;
  border-color: #e6d89d;
  color: #55491e;
  background: #fff9df;
  line-height: 1.5;
}

.ahc-safety-note p {
  margin: 0.2rem 0 0;
}

.ahc-safety-icon {
  display: grid;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  color: #fff;
  background: #8b731b;
  font-weight: 900;
  place-items: center;
}

.ahc-back-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: 1.5rem;
  text-align: left;
}

.ahc-back-search a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.62rem 0.85rem;
  border: 1px solid #cfe0d5;
  border-radius: 10px;
  color: #0d6849;
  background: rgba(255, 255, 255, 0.74);
  text-decoration: none;
}

.ahc-back-search a:hover {
  border-color: #95c0a8;
  background: #fff;
}

@media (max-width: 900px) {
  .ahc-detail-hero {
    grid-template-columns: minmax(0, 1fr) 145px;
  }

  .ahc-detail-grid {
    grid-template-columns: 1fr;
  }

  .ahc-enquiry-card {
    position: static;
  }

  .ahc-process-list {
    grid-template-columns: 1fr;
  }

  .ahc-process-list li {
    border-right: 0;
    border-bottom: 1px solid #e1e9e4;
  }

  .ahc-process-list li:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .ahc-detail-section {
    padding-top: 1.1rem;
  }

  .ahc-detail-container {
    width: min(100% - 24px, 1180px);
  }

  .ahc-breadcrumbs li:last-child {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ahc-detail-hero {
    display: block;
    padding: 1.45rem;
    border-radius: 20px;
  }

  .ahc-detail-hero h1 {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .ahc-detail-intro {
    font-size: 0.94rem;
  }

  .ahc-detail-facts {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ahc-detail-facts > span {
    width: 100%;
    border-radius: 10px;
  }

  .ahc-detail-hero-mark {
    display: block;
    margin-top: 1rem;
  }

  .ahc-record-badge {
    margin: 0;
  }

  .ahc-detail-monogram {
    display: none;
  }

  .ahc-detail-card {
    border-radius: 18px;
  }

  .ahc-identity-card,
  .ahc-enquiry-card,
  .ahc-variants-card,
  .ahc-process-card {
    padding: 1.2rem;
  }

  .ahc-section-heading,
  .ahc-card-heading {
    display: block;
  }

  .ahc-section-kicker,
  .ahc-variants-count {
    margin-top: 0.7rem;
  }

  .ahc-identity-list > div {
    grid-template-columns: 1fr;
    gap: 0.28rem;
  }

  .ahc-variants-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .ahc-variants-table,
  .ahc-variants-table tbody,
  .ahc-variants-table tr,
  .ahc-variants-table td,
  .ahc-variants-table tbody th {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .ahc-variants-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .ahc-variants-table tr {
    margin-bottom: 0.9rem;
    padding: 0.55rem 0.85rem;
    border: 1px solid #dfe8e2;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(18, 51, 39, 0.045);
  }

  .ahc-variants-table td,
  .ahc-variants-table tbody th {
    display: grid;
    grid-template-columns: minmax(115px, 0.43fr) minmax(0, 0.57fr);
    gap: 0.65rem;
    padding: 0.62rem 0;
    border-bottom: 1px solid #e7ede9;
    background: transparent;
  }

  .ahc-variants-table td:last-child {
    border-bottom: 0;
  }

  .ahc-variants-table td::before,
  .ahc-variants-table tbody th::before {
    color: #64746c;
    content: attr(data-label);
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.015em;
  }

  .ahc-process-list li {
    padding: 1rem;
  }

  .ahc-back-search {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ahc-back-search a {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ahc-detail-btn {
    transition: none;
  }

  .ahc-detail-btn:hover {
    transform: none;
  }
}

/* Professional curated product catalogue. */
.ahc-product-catalogue-page {
  background: #f6f8fb;
}

.ahc-catalogue-main {
  color: #14213d;
}

.ahc-catalogue-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.ahc-catalogue-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(3.5rem, 7vw, 6rem);
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(63, 155, 217, 0.3), transparent 30%),
    radial-gradient(circle at 5% 100%, rgba(13, 138, 99, 0.18), transparent 32%),
    linear-gradient(135deg, #071731 0%, #0b214a 56%, #103d68 100%);
}

.ahc-catalogue-hero::after {
  position: absolute;
  right: -110px;
  bottom: -190px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(255, 255, 255, 0.025), 0 0 0 110px rgba(255, 255, 255, 0.018);
  content: "";
  pointer-events: none;
}

.ahc-catalogue-breadcrumbs {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  margin-bottom: clamp(2rem, 4vw, 3.4rem);
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.82rem;
}

.ahc-catalogue-breadcrumbs a {
  color: #fff;
}

.ahc-catalogue-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.ahc-catalogue-kicker {
  margin: 0 0 0.8rem;
  color: #d6a93f;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ahc-catalogue-hero h1 {
  max-width: 800px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 5.2vw, 4.7rem);
  line-height: 0.99;
  letter-spacing: -0.055em;
}

.ahc-catalogue-lead {
  max-width: 760px;
  margin: 1.4rem 0 0;
  color: rgba(229, 239, 249, 0.82);
  font-size: clamp(1rem, 1.7vw, 1.15rem);
  line-height: 1.7;
}

.ahc-catalogue-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.7rem;
}

.ahc-catalogue-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 0.78rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.ahc-catalogue-btn:hover {
  transform: translateY(-2px);
}

.ahc-catalogue-btn-primary {
  color: #fff;
  background: #1769aa;
  box-shadow: 0 12px 28px rgba(23, 105, 170, 0.3);
}

.ahc-catalogue-btn-light {
  color: #0b214a;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.13);
}

.ahc-catalogue-btn-outline {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  background: transparent;
}

.ahc-catalogue-microcopy {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  line-height: 1.55;
}

.ahc-catalogue-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.ahc-catalogue-summary > div {
  min-height: 132px;
  padding: 1.35rem;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ahc-catalogue-summary > div:nth-child(2n) {
  border-right: 0;
}

.ahc-catalogue-summary > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.ahc-catalogue-summary strong,
.ahc-catalogue-summary span {
  display: block;
}

.ahc-catalogue-summary strong {
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1;
}

.ahc-catalogue-summary span {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  line-height: 1.35;
}

.ahc-catalogue-section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.ahc-catalogue-heading {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-end;
  margin-bottom: 2.2rem;
}

.ahc-catalogue-heading h2 {
  margin: 0;
  color: #0b214a;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.ahc-catalogue-heading > p {
  max-width: 470px;
  margin: 0;
  color: #5d6b82;
  font-size: 0.9rem;
  line-height: 1.65;
}

.ahc-featured-section {
  background: #fff;
}

.ahc-featured-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.ahc-featured-card {
  display: grid;
  grid-template-columns: minmax(170px, 0.72fr) minmax(0, 1.28fr);
  min-height: 285px;
  overflow: hidden;
  border: 1px solid #dce4ee;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(14, 32, 62, 0.065);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ahc-featured-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(14, 32, 62, 0.11);
}

.ahc-featured-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: linear-gradient(145deg, #f7f9fc, #eaf2f8);
}

.ahc-featured-image img {
  width: 100%;
  height: 100%;
  max-height: 245px;
  object-fit: contain;
}

.ahc-featured-content {
  display: flex;
  flex-direction: column;
  padding: 1.35rem;
}

.ahc-product-category {
  margin: 0 0 0.55rem;
  color: #1769aa;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ahc-featured-content h3,
.ahc-priority-card h3 {
  margin: 0;
  color: #0b214a;
  font-size: 1.35rem;
  line-height: 1.17;
  letter-spacing: -0.025em;
}

.ahc-featured-content h3 a,
.ahc-priority-card h3 a {
  color: inherit;
}

.ahc-product-identity {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.ahc-product-identity span,
.ahc-priority-formula {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0.28rem 0.55rem;
  border: 1px solid #d8e2ee;
  border-radius: 8px;
  color: #42546c;
  background: #f7f9fc;
  font-size: 0.72rem;
  font-weight: 700;
}

.ahc-product-application {
  margin: 0.9rem 0 1.1rem;
  color: #5d6b82;
  font-size: 0.82rem;
  line-height: 1.55;
}

.ahc-product-actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: auto;
}

.ahc-product-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 37px;
  padding: 0.52rem 0.72rem;
  border: 1px solid #c9d8e7;
  border-radius: 9px;
  color: #1769aa;
  font-size: 0.76rem;
  font-weight: 800;
}

.ahc-product-actions .ahc-product-quote {
  border-color: #0d8a63;
  color: #fff;
  background: #0d8a63;
}

.ahc-priority-section {
  background: #f5f8fc;
}

.ahc-priority-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.4rem;
}

.ahc-priority-filters button {
  min-height: 40px;
  padding: 0.55rem 0.78rem;
  border: 1px solid #cfdbe8;
  border-radius: 999px;
  color: #40516a;
  background: #fff;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 750;
  cursor: pointer;
}

.ahc-priority-filters button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 23px;
  height: 23px;
  margin-left: 0.35rem;
  padding-inline: 0.3rem;
  border-radius: 999px;
  color: #62748b;
  background: #edf2f7;
  font-size: 0.68rem;
}

.ahc-priority-filters button.is-active {
  border-color: #0b214a;
  color: #fff;
  background: #0b214a;
}

.ahc-priority-filters button.is-active span {
  color: #0b214a;
  background: #fff;
}

.ahc-priority-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.ahc-priority-card {
  display: flex;
  flex-direction: column;
  min-height: 275px;
  padding: 1.3rem;
  border: 1px solid #d8e2ee;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(14, 32, 62, 0.05);
}

.ahc-priority-card[hidden] {
  display: none;
}

.ahc-priority-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 1.1rem;
}

.ahc-priority-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: #fff;
  background: #1769aa;
  font-size: 0.75rem;
  font-weight: 800;
}

.ahc-priority-card h3 {
  min-height: 2.35em;
  font-size: 1.22rem;
}

.ahc-priority-cas {
  margin: 0.9rem 0 1.2rem;
  color: #6a788c;
  font-size: 0.76rem;
  line-height: 1.5;
}

.ahc-priority-cas strong {
  display: block;
  margin-top: 0.22rem;
  color: #263852;
  font-size: 0.88rem;
}

.ahc-catalogue-data-note {
  margin: 1.4rem 0 0;
  padding: 1rem 1.15rem;
  border: 1px solid #e7d9ac;
  border-radius: 14px;
  color: #5f5128;
  background: #fff9e7;
  font-size: 0.82rem;
  line-height: 1.6;
}

.ahc-search-section {
  background: #0b214a;
}

.ahc-search-panel {
  padding: clamp(1.35rem, 4vw, 2.7rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.25);
}

.ahc-search-heading {
  align-items: flex-start;
}

.ahc-catalogue-search-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.34fr);
  gap: 0.5rem 0.8rem;
}

.ahc-catalogue-search-controls label {
  color: #4d5c72;
  font-size: 0.75rem;
  font-weight: 750;
}

.ahc-catalogue-search-controls label:nth-of-type(1) {
  grid-column: 1;
}

.ahc-catalogue-search-controls label:nth-of-type(2) {
  grid-column: 2;
}

.ahc-catalogue-search-controls input,
.ahc-catalogue-search-controls select {
  width: 100%;
  min-height: 50px;
  padding: 0.72rem 0.85rem;
  border: 1px solid #cbd8e6;
  border-radius: 11px;
  color: #14213d;
  background: #fff;
  font: inherit;
}

.ahc-catalogue-search-controls input:focus,
.ahc-catalogue-search-controls select:focus {
  border-color: #1769aa;
  outline: 3px solid rgba(23, 105, 170, 0.14);
}

.ahc-catalogue-search-controls .ahc-search-capabilities {
  grid-column: 1 / -1;
  margin: 0.2rem 0 0;
  color: #6b788b;
  font-size: 0.73rem;
}

.ahc-search-filter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 0.9rem;
  padding: 0.9rem;
  border: 1px solid #d8e2ee;
  border-radius: 14px;
  background: #f7fafc;
}

.ahc-search-filter-field {
  min-width: 0;
}

.ahc-search-filter-field label {
  display: block;
  margin-bottom: 0.36rem;
  color: #4d5c72;
  font-size: 0.75rem;
  font-weight: 750;
}

.ahc-search-filter-field select {
  width: 100%;
  min-height: 48px;
  padding: 0.68rem 0.82rem;
  border: 1px solid #cbd8e6;
  border-radius: 11px;
  color: #14213d;
  background: #fff;
  font: inherit;
}

.ahc-search-filter-field select:focus {
  border-color: #1769aa;
  outline: 3px solid rgba(23, 105, 170, 0.14);
}

.ahc-catalogue-search-meta {
  margin: 1rem 0 0.65rem;
  color: #5d6b82;
  font-size: 0.78rem;
}

.ahc-catalogue-results-wrap {
  overflow-x: auto;
  border: 1px solid #d8e2ee;
  border-radius: 12px;
}

.ahc-catalogue-results {
  width: 100%;
  min-width: 850px;
  border-collapse: collapse;
}

.ahc-catalogue-results th,
.ahc-catalogue-results td {
  padding: 0.78rem;
  border-bottom: 1px solid #e2e8f0;
  text-align: left;
  vertical-align: middle;
}

.ahc-catalogue-results th {
  color: #5a6980;
  background: #f6f8fb;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ahc-catalogue-results td {
  color: #34455d;
  font-size: 0.78rem;
}

.ahc-catalogue-results tbody tr:last-child td {
  border-bottom: 0;
}

.ahc-catalogue-results .inquire-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.ahc-catalogue-results .inquire-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  min-height: 32px;
  padding: 0.35rem 0.48rem;
  border-radius: 7px;
  color: #fff;
  background: #1769aa;
  font-size: 0.68rem;
  font-weight: 700;
}

.ahc-catalogue-results .inquire-whatsapp {
  background: #0d8a63;
}

.ahc-catalogue-results .inquire-call {
  background: #0b214a;
}

.ahc-catalogue-results .inquire-btn svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.ahc-load-more {
  display: block;
  min-height: 42px;
  margin: 1rem auto 0;
  padding: 0.6rem 1rem;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: #1769aa;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 800;
  cursor: pointer;
}

.ahc-load-more[hidden] {
  display: none;
}

.ahc-divisions-section {
  background: #fff;
}

.ahc-divisions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.ahc-divisions-grid article {
  min-height: 225px;
  padding: 1.35rem;
  border: 1px solid #dce4ee;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #f7f9fc);
}

.ahc-divisions-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  color: #fff;
  background: #0b214a;
  font-size: 0.72rem;
  font-weight: 800;
}

.ahc-divisions-grid h3 {
  margin: 1.15rem 0 0.7rem;
  color: #0b214a;
  font-size: 1.05rem;
  line-height: 1.25;
}

.ahc-divisions-grid p {
  margin: 0;
  color: #647287;
  font-size: 0.78rem;
  line-height: 1.6;
}

.ahc-catalogue-cta {
  padding: clamp(3rem, 6vw, 5rem) 0;
  color: #fff;
  background: linear-gradient(120deg, #0d8a63, #0b6148);
}

.ahc-catalogue-cta .ahc-catalogue-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.ahc-catalogue-cta h2 {
  max-width: 750px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.ahc-catalogue-cta p:not(.ahc-catalogue-kicker) {
  max-width: 720px;
  margin: 0.9rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.ahc-catalogue-cta .ahc-catalogue-actions {
  flex: 0 0 auto;
  justify-content: flex-end;
  margin-top: 0;
}

.ahc-catalogue-btn:focus-visible,
.ahc-featured-card a:focus-visible,
.ahc-priority-card a:focus-visible,
.ahc-priority-filters button:focus-visible,
.ahc-load-more:focus-visible {
  outline: 3px solid rgba(23, 105, 170, 0.3);
  outline-offset: 3px;
}

@media (max-width: 1050px) {
  .ahc-catalogue-hero-grid {
    grid-template-columns: 1fr;
  }

  .ahc-catalogue-summary {
    max-width: 650px;
  }

  .ahc-featured-grid,
  .ahc-priority-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ahc-featured-card {
    grid-template-columns: 155px minmax(0, 1fr);
  }

  .ahc-divisions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ahc-catalogue-cta .ahc-catalogue-container {
    display: block;
  }

  .ahc-catalogue-cta .ahc-catalogue-actions {
    justify-content: flex-start;
    margin-top: 1.5rem;
  }
}

@media (max-width: 780px) {
  .ahc-catalogue-container {
    width: min(100% - 28px, 1180px);
  }

  .ahc-catalogue-heading {
    display: block;
  }

  .ahc-catalogue-heading > p {
    margin-top: 0.9rem;
  }

  .ahc-featured-grid,
  .ahc-priority-grid {
    grid-template-columns: 1fr;
  }

  .ahc-catalogue-search-controls {
    grid-template-columns: 1fr;
  }

  .ahc-catalogue-search-controls label,
  .ahc-catalogue-search-controls label:nth-of-type(1),
  .ahc-catalogue-search-controls label:nth-of-type(2) {
    grid-column: 1;
  }

  .ahc-catalogue-search-controls label:nth-of-type(2) {
    margin-top: 0.5rem;
  }

  .ahc-catalogue-search-controls .ahc-search-capabilities {
    grid-column: 1;
  }

  .ahc-search-filter-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .ahc-catalogue-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.3rem);
  }

  .ahc-catalogue-summary > div {
    min-height: 112px;
    padding: 1rem;
  }

  .ahc-catalogue-actions,
  .ahc-catalogue-actions .ahc-catalogue-btn {
    width: 100%;
  }

  .ahc-featured-card {
    display: block;
  }

  .ahc-featured-image {
    height: 230px;
  }

  .ahc-featured-image img {
    max-height: 210px;
  }

  .ahc-priority-card {
    min-height: 250px;
  }

  .ahc-divisions-grid {
    grid-template-columns: 1fr;
  }

  .ahc-divisions-grid article {
    min-height: 0;
  }

  .ahc-product-actions {
    align-items: stretch;
  }

  .ahc-product-actions a {
    flex: 1 1 0;
  }
}

/* Professional product menu — v1.6.4 */
.ahc-products-menu {
  position: relative;
  margin: 0;
}

.ahc-products-menu > summary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  min-height: 42px;
  padding: 0 0.9rem;
  border: 1px solid var(--line, #e6e3dc);
  border-radius: 12px;
  background: var(--surface, #fff);
  color: var(--ink, #141816);
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1;
  list-style: none;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, color 0.2s;
}

.ahc-products-menu > summary::-webkit-details-marker {
  display: none;
}

.ahc-products-menu > summary:hover,
.ahc-products-menu > summary:focus-visible,
.ahc-products-menu[open] > summary {
  border-color: rgba(15, 107, 76, 0.42);
  color: var(--accent, #0f6b4c);
  box-shadow: 0 8px 22px rgba(15, 107, 76, 0.12);
  outline: none;
}

.ahc-menu-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  font-size: 1rem;
  transform: translateY(-1px);
  transition: transform 0.2s;
}

.ahc-products-menu[open] .ahc-menu-chevron {
  transform: rotate(180deg) translateY(1px);
}

.ahc-products-panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 1000;
  width: min(880px, calc(100vw - 40px));
  max-height: min(72vh, 640px);
  overflow: auto;
  padding: 1rem;
  border: 1px solid rgba(15, 107, 76, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 60px rgba(20, 24, 22, 0.17);
  backdrop-filter: blur(16px);
}

.site-nav .ahc-menu-overview,
.mobile-nav .ahc-menu-overview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent, #0f6b4c), var(--accent-dark, #0b5139));
  color: #fff;
}

.site-nav .ahc-menu-overview:hover,
.mobile-nav .ahc-menu-overview:hover {
  color: #fff;
  transform: translateY(-1px);
}

.ahc-menu-overview strong,
.ahc-menu-overview small {
  display: block;
}

.ahc-menu-overview small {
  margin-top: 0.14rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.35;
}

.ahc-menu-overview-arrow {
  flex: 0 0 auto;
  font-size: 1.2rem;
}

.ahc-menu-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.ahc-menu-group {
  padding: 0.72rem;
  border: 1px solid var(--line, #e6e3dc);
  border-radius: 14px;
  background: #fbfcfb;
}

.ahc-menu-group-title {
  display: block;
  margin: 0 0 0.45rem 0.5rem;
  color: var(--accent-dark, #0b5139);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav .ahc-menu-link,
.mobile-nav .ahc-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.58rem 0.62rem;
  border-radius: 10px;
  color: var(--ink, #141816);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.25;
}

.site-nav .ahc-menu-link:hover,
.mobile-nav .ahc-menu-link:hover {
  background: #eaf4ef;
  color: var(--accent-dark, #0b5139);
}

.ahc-menu-link-arrow {
  flex: 0 0 auto;
  color: var(--accent, #0f6b4c);
  font-size: 1rem;
}

.ahc-products-menu--mobile {
  width: 100%;
}

.ahc-products-menu--mobile > summary {
  width: 100%;
  padding: 0.82rem 0.9rem;
}

.ahc-products-menu--mobile .ahc-products-panel {
  position: static;
  width: auto;
  max-height: none;
  margin: 0 0.7rem 0.75rem;
  padding: 0.7rem;
  border-radius: 12px;
  box-shadow: none;
  backdrop-filter: none;
}

.ahc-products-menu--mobile .ahc-menu-groups {
  grid-template-columns: 1fr;
}

@media (max-width: 1080px) and (min-width: 721px) {
  .site-nav {
    gap: 0.75rem;
  }

  .site-nav > a {
    font-size: 0.84rem;
  }

  .ahc-products-menu--desktop > summary {
    padding: 0 0.68rem;
    font-size: 0.86rem;
  }

  .ahc-products-menu--desktop .ahc-products-panel {
    width: min(760px, calc(100vw - 32px));
  }
}

@media (max-width: 520px) {
  .ahc-products-menu--mobile .ahc-menu-overview {
    align-items: flex-start;
  }
}
