/*
Theme Name: OHC Makina
Theme URI: https://ohcmakina.com
Author: Ruber Media
Description: OHC Makina için hızlı, ürün odaklı ve kurumsal WordPress teması.
Version: 1.0.1
Text Domain: ohc-makina
*/

:root {
  --ohc-red: #e7192d;
  --ohc-red-dark: #b90f20;
  --ohc-ink: #111827;
  --ohc-muted: #667085;
  --ohc-line: #e7ebf0;
  --ohc-soft: #f6f7f9;
  --ohc-dark: #080d14;
  --ohc-metal: #aeb5bd;
  --ohc-radius: 18px;
  --ohc-container: 1480px;
  --ohc-shadow: 0 18px 55px rgba(16, 24, 40, .10);
}

/* OHC Makina header, mega menu, product gallery and footer premium v1.0.6 */
.ohc-header__inner {
  min-height: 86px !important;
  gap: 34px !important;
}

.ohc-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.ohc-menu {
  gap: 22px !important;
}

.ohc-menu a {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.ohc-sub-menu,
.ohc-mega-menu {
  padding-top: 22px !important;
}

.ohc-mega-menu::before,
.ohc-sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 24px;
}

.ohc-mega-menu {
  width: min(1180px, calc(100vw - 56px)) !important;
}

.ohc-mega-menu__panel {
  grid-template-columns: 300px 1fr !important;
  gap: 26px !important;
  padding: 28px !important;
  border-radius: 24px !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,250,252,.96)),
    radial-gradient(circle at 8% 12%, rgba(229,27,43,.08), transparent 26%) !important;
}

.ohc-mega-menu__intro {
  min-height: 100%;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 20% 10%, rgba(229,27,43,.34), transparent 28%),
    linear-gradient(145deg, #0b1220, #182234) !important;
}

.ohc-mega-menu__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.ohc-mega-link {
  grid-template-columns: 62px 1fr !important;
  gap: 12px !important;
  padding: 12px !important;
  border: 1px solid rgba(226,232,240,.9);
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(15,23,42,.06);
}

.ohc-mega-link img {
  width: 62px !important;
  height: 62px !important;
  border-radius: 12px !important;
}

.ohc-mega-link span {
  font-size: 13.5px !important;
}

.ohc-gallery-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 32%);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  padding: 4px 4px 12px;
}

.ohc-gallery-slide {
  display: block;
  overflow: hidden;
  border: 1px solid var(--ohc-line);
  border-radius: 18px;
  background: #fff;
  scroll-snap-align: start;
  box-shadow: 0 18px 42px rgba(15,23,42,.08);
}

.ohc-gallery-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 14px;
  background: linear-gradient(135deg, #f8fafc, #fff);
}

.ohc-footer {
  padding-top: 42px !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(229,27,43,.18), transparent 24%),
    radial-gradient(circle at 82% 20%, rgba(148,163,184,.12), transparent 26%),
    linear-gradient(135deg, #070c14 0%, #111827 55%, #090d14 100%) !important;
}

.ohc-footer__grid {
  grid-template-columns: minmax(240px, 1fr) repeat(3, minmax(0, .82fr)) !important;
  gap: 30px !important;
}

.ohc-footer__logo img {
  max-width: 170px !important;
  max-height: 54px !important;
}

.ohc-footer p,
.ohc-footer li,
.ohc-footer a {
  font-size: 14.5px !important;
  line-height: 1.62;
}

.ohc-footer h3 {
  font-size: 15px !important;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ohc-footer .ohc-btn {
  min-height: 42px !important;
  padding: 10px 16px !important;
  font-size: 13.5px !important;
}

.ohc-footer__bottom {
  margin-top: 34px !important;
  padding: 17px 0 !important;
  font-size: 13px;
}

@media (max-width: 1180px) {
  .ohc-header__inner {
    min-height: 74px !important;
    gap: 16px !important;
  }
  .ohc-nav {
    display: none;
    justify-content: stretch;
  }
  body.ohc-menu-open .ohc-nav {
    display: block;
  }
  .ohc-menu {
    gap: 4px !important;
  }
  .ohc-menu a {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  .ohc-mega-menu {
    width: auto !important;
  }
  .ohc-mega-menu__panel {
    grid-template-columns: 1fr !important;
    padding: 16px !important;
  }
  .ohc-mega-menu__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .ohc-gallery-slider {
    grid-auto-columns: minmax(230px, 82%);
  }
  .ohc-footer__grid {
    gap: 22px !important;
  }
  .ohc-footer__logo img {
    max-width: 150px !important;
    max-height: 48px !important;
  }
}

/* Product detail gallery v1.0.16 */
.ohc-product-media-slider {
  display: block;
}
.ohc-product-media-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(15,23,42,.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(15,23,42,.025) 1px, transparent 1px),
    linear-gradient(135deg, #f8fafc 0%, #fff 100%);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
}
.ohc-product-media-slide {
  display: none;
  place-items: center;
  min-height: 460px;
  padding: 22px;
  background: transparent;
}
.ohc-product-media-slide.is-active {
  display: grid;
}
.ohc-split__media .ohc-product-media-slide img {
  display: block;
  width: 100%;
  max-height: 520px;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: 16px;
  background: #fff;
}
.ohc-product-gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: var(--ohc-ink);
  font-size: 31px;
  line-height: 1;
  font-weight: 600;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .12) !important;
}
.ohc-product-gallery-arrow:hover {
  background: var(--ohc-red);
  color: #fff;
}
.ohc-product-gallery-arrow--prev { left: 14px; }
.ohc-product-gallery-arrow--next { right: 14px; }
.ohc-product-media-thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(82px, 104px);
  gap: 10px;
  overflow-x: auto;
  padding: 12px 2px 4px;
  scroll-snap-type: inline mandatory;
}
.ohc-product-media-thumb {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 14px;
  background: #fff;
  padding: 7px;
  cursor: pointer;
  scroll-snap-align: start;
}
.ohc-product-media-thumb.is-active {
  border-color: var(--ohc-red);
  box-shadow: 0 0 0 3px rgba(237, 28, 42, .12) !important;
}
.ohc-product-media-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 760px) {
  .ohc-product-media-slide {
    min-height: 300px;
    padding: 14px;
  }
  .ohc-split__media .ohc-product-media-slide img {
    max-height: 340px;
  }
  .ohc-product-gallery-arrow {
    width: 36px;
    height: 36px;
    font-size: 27px;
  }
  .ohc-product-media-thumbs {
    grid-auto-columns: 76px;
  }
}

/* OHC Makina live polish */
:root {
  --ohc-container: 1180px;
  --ohc-radius: 16px;
}
.ohc-container,
.ohc-content,
.ohc-content--narrow {
  width: min(calc(100% - 72px), var(--ohc-container));
}
.ohc-header__inner {
  min-height: 86px;
  gap: 34px;
}
.ohc-logo {
  min-width: 178px;
}
.ohc-logo img {
  max-width: 218px;
  max-height: 58px;
  object-fit: contain;
}
.ohc-menu a {
  min-height: 42px;
  padding: 9px 22px;
  font-size: 14px;
  font-weight: 800;
}
.ohc-actions .ohc-btn {
  min-height: 44px;
  padding: 11px 19px;
  font-size: 14px;
}
.ohc-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
.ohc-menu {
  gap: 22px;
}
.ohc-sub-menu,
.ohc-mega-menu {
  padding-top: 22px;
}
.ohc-mega-menu::before,
.ohc-sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 24px;
}
.ohc-mega-menu {
  left: 50% !important;
  width: min(1180px, calc(100vw - 56px));
  transform: translate(-50%, 10px) !important;
}
.ohc-menu li:hover > .ohc-mega-menu,
.ohc-menu li:focus-within > .ohc-mega-menu {
  transform: translate(-50%, 0) !important;
}
.ohc-mega-menu__panel {
  grid-template-columns: 300px 1fr;
  gap: 26px;
  padding: 28px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,250,252,.96)),
    radial-gradient(circle at 8% 12%, rgba(229,27,43,.08), transparent 26%);
}
.ohc-mega-menu__intro {
  min-height: 100%;
  border-radius: 18px;
  background:
    radial-gradient(circle at 20% 10%, rgba(229,27,43,.34), transparent 28%),
    linear-gradient(145deg, #0b1220, #182234);
}
.ohc-mega-menu__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.ohc-mega-link {
  grid-template-columns: 62px 1fr !important;
  gap: 12px;
  padding: 12px !important;
  border: 1px solid rgba(226,232,240,.9);
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(15,23,42,.06);
  min-width: 0;
}
.ohc-mega-link img {
  width: 62px;
  height: 62px;
  border-radius: 12px;
}
.ohc-mega-link span {
  font-size: 13.5px;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
}
.ohc-hero {
  min-height: 500px;
}
.ohc-hero__grid {
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 34px;
  padding: 48px 0;
}
.ohc-hero h1 {
  font-size: clamp(34px, 3vw, 46px);
  max-width: 740px;
}
.ohc-hero p {
  font-size: 17px;
  max-width: 630px;
}
.ohc-section {
  padding: 48px 0;
}
.ohc-section-head {
  gap: 22px;
  align-items: end;
  margin-bottom: 24px;
}
.ohc-section-head h2,
.ohc-content h2 {
  font-size: clamp(25px, 2.1vw, 33px);
  max-width: 780px;
}
.ohc-content h3,
.ohc-card__body h3 {
  font-size: clamp(19px, 1.45vw, 24px);
}
.ohc-card__body {
  padding: 18px;
}
.ohc-card__body p,
.ohc-section-head p,
.ohc-content p,
.ohc-content li {
  font-size: 16.5px;
}
.ohc-page-hero {
  min-height: 300px;
}
.ohc-page-hero .ohc-container {
  padding: 42px 0 40px;
}
.ohc-page-hero h1 {
  font-size: clamp(30px, 2.5vw, 40px);
}
.ohc-page-hero p {
  font-size: 17px;
}
.ohc-content {
  padding: 42px 0 58px;
}
.ohc-prose-card,
.ohc-related-box {
  padding: 26px;
  border-radius: 18px;
}
.ohc-related-links a {
  min-height: 62px;
  padding: 14px 17px;
  font-size: 15.5px;
}
.ohc-footer {
  padding-top: 42px;
  background:
    radial-gradient(circle at 10% 0%, rgba(229,27,43,.18), transparent 24%),
    radial-gradient(circle at 82% 20%, rgba(148,163,184,.12), transparent 26%),
    linear-gradient(135deg, #070c14 0%, #111827 55%, #090d14 100%);
}
.ohc-footer__grid {
  grid-template-columns: minmax(240px, 1fr) repeat(3, minmax(0, .82fr));
  gap: 30px;
}
.ohc-footer__logo img {
  max-width: 170px;
  max-height: 54px;
}
.ohc-footer p,
.ohc-footer li,
.ohc-footer a {
  font-size: 14.5px !important;
  line-height: 1.62;
}
.ohc-footer h3 {
  font-size: 15px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.ohc-footer .ohc-btn {
  min-height: 42px;
  padding: 10px 16px;
  font-size: 13.5px;
}
.ohc-footer__bottom {
  margin-top: 34px;
  padding: 17px 0;
  font-size: 13px;
}
.ohc-section--dark,
.ohc-applications {
  position: relative;
  overflow: hidden;
  padding: 52px 0;
  background: radial-gradient(circle at 15% 15%, rgba(229, 27, 43, .18), transparent 28%), linear-gradient(135deg, #0c1523 0%, #111b2b 58%, #0a111d 100%);
}
.ohc-section--dark::before,
.ohc-applications::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}
.ohc-section--dark .ohc-container,
.ohc-applications .ohc-container {
  position: relative;
  z-index: 1;
}
.ohc-section--dark .ohc-section-head,
.ohc-applications .ohc-section-head {
  grid-template-columns: minmax(0, .9fr) minmax(280px, .7fr);
  align-items: end;
}
.ohc-section--dark .ohc-section-head h2,
.ohc-applications .ohc-section-head h2 {
  color: #fff;
  font-size: clamp(27px, 2.3vw, 36px);
}
.ohc-section--dark .ohc-grid,
.ohc-applications .ohc-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.ohc-section--dark .ohc-grid > div,
.ohc-applications .ohc-grid > div {
  position: relative;
  min-height: 210px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  box-shadow: 0 22px 58px rgba(0, 0, 0, .22);
}
.ohc-section--dark .ohc-grid > div::before,
.ohc-applications .ohc-grid > div::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--ohc-red), #ff6c76);
  box-shadow: 0 12px 24px rgba(229, 27, 43, .28);
}
.ohc-section--dark .ohc-grid > div::after,
.ohc-applications .ohc-grid > div::after {
  content: "";
  position: absolute;
  top: 31px;
  left: 33px;
  width: 16px;
  height: 14px;
  border: 2px solid #fff;
  border-top-width: 0;
  opacity: .95;
}
.ohc-section--dark .ohc-grid > div:nth-child(2)::after,
.ohc-applications .ohc-grid > div:nth-child(2)::after {
  height: 16px;
  border-top-width: 2px;
}
.ohc-section--dark .ohc-grid > div:nth-child(3)::after,
.ohc-applications .ohc-grid > div:nth-child(3)::after {
  width: 12px;
  height: 18px;
  left: 36px;
  border-top-width: 2px;
  border-radius: 9px;
}
.ohc-section--dark h3,
.ohc-applications h3 {
  font-size: 21px;
}
.ohc-section--dark p,
.ohc-applications p {
  font-size: 15.5px;
  line-height: 1.68;
}
.ohc-section--dark a,
.ohc-applications a {
  display: inline-flex;
  margin-top: 10px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.ohc-section--dark a::after,
.ohc-applications a::after {
  content: ">";
  margin-left: 8px;
  color: var(--ohc-red);
}

@media (max-width: 760px) {
  .ohc-container,
  .ohc-content,
  .ohc-content--narrow {
    width: min(calc(100% - 32px), var(--ohc-container));
  }
  .ohc-logo {
    min-width: 0;
  }
  .ohc-logo img {
    max-width: 168px;
    max-height: 48px;
  }
  .ohc-hero {
    min-height: auto;
  }
  .ohc-hero__grid {
    padding: 46px 0;
    gap: 24px;
  }
  .ohc-hero h1 {
    font-size: 30px;
  }
  .ohc-section {
    padding: 34px 0;
  }
  .ohc-section-head {
    gap: 12px;
    margin-bottom: 18px;
  }
  .ohc-page-hero {
    min-height: 245px;
  }
  .ohc-page-hero .ohc-container {
    padding: 30px 0 28px;
  }
  .ohc-page-hero h1 {
    font-size: 27px;
  }
  .ohc-content {
    padding: 30px 0 44px;
  }
  .ohc-prose-card,
  .ohc-related-box {
    padding: 18px;
  }
  .ohc-section--dark,
  .ohc-applications {
    padding: 38px 0;
  }
  .ohc-section--dark .ohc-section-head,
  .ohc-applications .ohc-section-head,
  .ohc-section--dark .ohc-grid,
  .ohc-applications .ohc-grid {
    grid-template-columns: 1fr;
  }
  .ohc-section--dark .ohc-grid > div,
  .ohc-applications .ohc-grid > div {
    min-height: 0;
    padding: 18px;
  }
}

/* OHC Makina header, mega menu, product gallery and footer premium v1.0.6 */
.ohc-header__inner {
  min-height: 86px !important;
  gap: 34px !important;
}
.ohc-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
.ohc-menu {
  gap: 22px !important;
}
.ohc-menu a {
  padding-left: 22px !important;
  padding-right: 22px !important;
}
.ohc-sub-menu,
.ohc-mega-menu {
  padding-top: 22px !important;
}
.ohc-mega-menu::before,
.ohc-sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 24px;
}
.ohc-mega-menu {
  width: min(1180px, calc(100vw - 56px)) !important;
}
.ohc-mega-menu__panel {
  grid-template-columns: 300px 1fr !important;
  gap: 26px !important;
  padding: 28px !important;
  border-radius: 24px !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,250,252,.96)),
    radial-gradient(circle at 8% 12%, rgba(229,27,43,.08), transparent 26%) !important;
}
.ohc-mega-menu__intro {
  min-height: 100%;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 20% 10%, rgba(229,27,43,.34), transparent 28%),
    linear-gradient(145deg, #0b1220, #182234) !important;
}
.ohc-mega-menu__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}
.ohc-mega-link {
  grid-template-columns: 62px 1fr !important;
  gap: 12px !important;
  padding: 12px !important;
  border: 1px solid rgba(226,232,240,.9);
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(15,23,42,.06);
}
.ohc-mega-link img {
  width: 62px !important;
  height: 62px !important;
  border-radius: 12px !important;
}
.ohc-mega-link span {
  font-size: 13.5px !important;
}
.ohc-gallery-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 32%);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  padding: 4px 4px 12px;
}
.ohc-gallery-slide {
  display: block;
  overflow: hidden;
  border: 1px solid var(--ohc-line);
  border-radius: 18px;
  background: #fff;
  scroll-snap-align: start;
  box-shadow: 0 18px 42px rgba(15,23,42,.08);
}
.ohc-gallery-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 14px;
  background: linear-gradient(135deg, #f8fafc, #fff);
}
.ohc-footer {
  padding-top: 42px !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(229,27,43,.18), transparent 24%),
    radial-gradient(circle at 82% 20%, rgba(148,163,184,.12), transparent 26%),
    linear-gradient(135deg, #070c14 0%, #111827 55%, #090d14 100%) !important;
}
.ohc-footer__grid {
  grid-template-columns: minmax(240px, 1fr) repeat(3, minmax(0, .82fr)) !important;
  gap: 30px !important;
}
.ohc-footer__logo img {
  max-width: 170px !important;
  max-height: 54px !important;
}
.ohc-footer p,
.ohc-footer li,
.ohc-footer a {
  font-size: 14.5px !important;
  line-height: 1.62;
}
.ohc-footer h3 {
  font-size: 15px !important;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.ohc-footer .ohc-btn {
  min-height: 42px !important;
  padding: 10px 16px !important;
  font-size: 13.5px !important;
}
.ohc-footer__bottom {
  margin-top: 34px !important;
  padding: 17px 0 !important;
  font-size: 13px;
}
@media (max-width: 1180px) {
  .ohc-header__inner {
    min-height: 74px !important;
    gap: 16px !important;
  }
  .ohc-nav {
    display: none;
    justify-content: stretch;
  }
  body.ohc-menu-open .ohc-nav {
    display: block;
  }
  .ohc-menu {
    gap: 4px !important;
  }
  .ohc-menu a {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  .ohc-mega-menu {
    width: auto !important;
  }
  .ohc-mega-menu__panel {
    grid-template-columns: 1fr !important;
    padding: 16px !important;
  }
  .ohc-mega-menu__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 760px) {
  .ohc-gallery-slider {
    grid-auto-columns: minmax(230px, 82%);
  }
  .ohc-footer__grid {
    gap: 22px !important;
  }
  .ohc-footer__logo img {
    max-width: 150px !important;
    max-height: 48px !important;
  }
}

/* OHC Makina compact design v2 - keep this block last */
:root { --ohc-container: 1180px; }
.ohc-container,
.ohc-content,
.ohc-content--narrow { width: min(calc(100% - 72px), var(--ohc-container)) !important; }
body { font-size: 16px; }
p, ul, ol { font-size: 16px !important; line-height: 1.72; }
.ohc-hero { min-height: 500px !important; }
.ohc-hero__grid { grid-template-columns: minmax(0, 1fr) 340px !important; gap: 34px !important; padding: 48px 0 !important; }
.ohc-hero h1 { font-size: clamp(34px, 3vw, 46px) !important; max-width: 740px !important; }
.ohc-hero p { max-width: 630px !important; font-size: 17px !important; }
.ohc-section { padding: 48px 0 !important; }
.ohc-section-head { gap: 22px !important; align-items: end; margin-bottom: 24px !important; }
.ohc-section-head h2,
.ohc-content h2 { font-size: clamp(25px, 2.1vw, 33px) !important; max-width: 780px; }
.ohc-section-head p { max-width: 560px; font-size: 16px !important; }
.ohc-grid,
.ohc-blog-grid { gap: 20px !important; }
.ohc-card__body { padding: 18px !important; }
.ohc-card__body h3,
.ohc-content h3,
.ohc-section--dark h3,
.ohc-applications h3 { font-size: clamp(19px, 1.45vw, 24px) !important; }
.ohc-card__body p,
.ohc-content p,
.ohc-content li { font-size: 16px !important; }
.ohc-page-hero { min-height: 300px !important; }
.ohc-page-hero .ohc-container { padding: 42px 0 40px !important; }
.ohc-page-hero h1 { font-size: clamp(30px, 2.5vw, 40px) !important; }
.ohc-page-hero p { max-width: 720px; font-size: 17px !important; }
.ohc-content { padding: 42px 0 58px !important; }
.ohc-prose-card,
.ohc-related-box { padding: 26px !important; border-radius: 18px; }
.ohc-related-links a { min-height: 62px !important; padding: 14px 17px !important; font-size: 15.5px !important; }
.ohc-section--dark,
.ohc-applications {
  position: relative;
  overflow: hidden;
  padding: 52px 0 !important;
  background: radial-gradient(circle at 15% 15%, rgba(229, 27, 43, .18), transparent 28%), linear-gradient(135deg, #0c1523 0%, #111b2b 58%, #0a111d 100%) !important;
}
.ohc-section--dark::before,
.ohc-applications::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}
.ohc-section--dark .ohc-container,
.ohc-applications .ohc-container { position: relative; z-index: 1; }
.ohc-section--dark .ohc-section-head,
.ohc-applications .ohc-section-head { grid-template-columns: minmax(0, .9fr) minmax(280px, .7fr); align-items: end; }
.ohc-section--dark .ohc-section-head h2,
.ohc-applications .ohc-section-head h2 { color: #fff; font-size: clamp(27px, 2.3vw, 36px) !important; }
.ohc-section--dark .ohc-grid,
.ohc-applications .ohc-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px !important; }
.ohc-section--dark .ohc-grid > div,
.ohc-applications .ohc-grid > div {
  position: relative;
  min-height: 210px;
  padding: 22px !important;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  box-shadow: 0 22px 58px rgba(0, 0, 0, .22);
}
.ohc-section--dark .ohc-grid > div::before,
.ohc-applications .ohc-grid > div::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--ohc-red), #ff6c76);
  box-shadow: 0 12px 24px rgba(229, 27, 43, .28);
}
.ohc-section--dark .ohc-grid > div::after,
.ohc-applications .ohc-grid > div::after {
  content: "";
  position: absolute;
  top: 31px;
  left: 33px;
  width: 16px;
  height: 14px;
  border: 2px solid #fff;
  border-top-width: 0;
  opacity: .95;
}
.ohc-section--dark .ohc-grid > div:nth-child(2)::after,
.ohc-applications .ohc-grid > div:nth-child(2)::after { height: 16px; border-top-width: 2px; }
.ohc-section--dark .ohc-grid > div:nth-child(3)::after,
.ohc-applications .ohc-grid > div:nth-child(3)::after { width: 12px; height: 18px; left: 36px; border-top-width: 2px; border-radius: 9px; }
.ohc-section--dark p,
.ohc-applications p { color: rgba(255,255,255,.76); font-size: 15.5px !important; line-height: 1.68; }
.ohc-section--dark a,
.ohc-applications a { display: inline-flex; margin-top: 10px; color: #fff; font-weight: 800; text-decoration: none; }
.ohc-section--dark a::after,
.ohc-applications a::after { content: ">"; margin-left: 8px; color: var(--ohc-red); }

@media (max-width: 1180px) {
  .ohc-hero__grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 760px) {
  .ohc-container,
  .ohc-content,
  .ohc-content--narrow { width: min(calc(100% - 32px), var(--ohc-container)) !important; }
  p, ul, ol { font-size: 15.5px !important; }
  .ohc-hero { min-height: auto !important; }
  .ohc-hero__grid { padding: 36px 0 !important; gap: 20px !important; }
  .ohc-hero h1 { font-size: 30px !important; }
  .ohc-hero p { font-size: 15.5px !important; }
  .ohc-section { padding: 34px 0 !important; }
  .ohc-section-head { grid-template-columns: 1fr; gap: 12px !important; margin-bottom: 18px !important; }
  .ohc-section-head h2,
  .ohc-content h2 { font-size: 25px !important; }
  .ohc-card__body h3,
  .ohc-content h3,
  .ohc-section--dark h3,
  .ohc-applications h3 { font-size: 20px !important; }
  .ohc-page-hero { min-height: 245px !important; }
  .ohc-page-hero .ohc-container { padding: 30px 0 28px !important; }
  .ohc-page-hero h1 { font-size: 27px !important; }
  .ohc-content { padding: 30px 0 44px !important; }
  .ohc-prose-card,
  .ohc-related-box { padding: 18px !important; }
  .ohc-section--dark,
  .ohc-applications { padding: 38px 0 !important; }
  .ohc-section--dark .ohc-section-head,
  .ohc-applications .ohc-section-head,
  .ohc-section--dark .ohc-grid,
  .ohc-applications .ohc-grid { grid-template-columns: 1fr; }
  .ohc-section--dark .ohc-grid > div,
  .ohc-applications .ohc-grid > div { min-height: 0; padding: 18px !important; }
}

/* OHC Makina true final compact premium pass */
:root {
  --ohc-container: 1180px;
  --ohc-red-soft: rgba(229, 27, 43, .08);
}

body { font-size: 16px; }
p, ul, ol { font-size: 16px; line-height: 1.72; }
h1, h2, h3, h4 { line-height: 1.15; margin-bottom: 14px; }

.ohc-container,
.ohc-content,
.ohc-content--narrow {
  width: min(calc(100% - 72px), var(--ohc-container));
}

.ohc-hero { min-height: 500px; }
.ohc-hero__grid {
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 34px;
  padding: 48px 0;
}
.ohc-hero h1 {
  font-size: clamp(34px, 3vw, 46px) !important;
  max-width: 740px;
}
.ohc-hero p {
  max-width: 630px;
  font-size: 17px;
}

.ohc-section { padding: 48px 0; }
.ohc-section-head {
  gap: 22px;
  align-items: end;
  margin-bottom: 24px;
}
.ohc-section-head h2,
.ohc-content h2 {
  font-size: clamp(25px, 2.1vw, 33px) !important;
  max-width: 780px;
}
.ohc-section-head p {
  max-width: 560px;
  font-size: 16px;
}
.ohc-grid,
.ohc-blog-grid { gap: 20px; }
.ohc-card__body { padding: 18px; }
.ohc-card__body h3,
.ohc-content h3 {
  font-size: clamp(19px, 1.45vw, 24px) !important;
}
.ohc-card__body p,
.ohc-content p,
.ohc-content li {
  font-size: 16px;
}

.ohc-page-hero { min-height: 300px; }
.ohc-page-hero .ohc-container { padding: 42px 0 40px; }
.ohc-page-hero h1 { font-size: clamp(30px, 2.5vw, 40px) !important; }
.ohc-page-hero p {
  max-width: 720px;
  font-size: 17px;
}
.ohc-content { padding: 42px 0 58px; }
.ohc-prose-card,
.ohc-related-box {
  padding: 26px;
  border-radius: 18px;
}
.ohc-related-links a {
  min-height: 62px;
  padding: 14px 17px;
  font-size: 15.5px;
}

.ohc-section--dark,
.ohc-applications {
  position: relative;
  overflow: hidden;
  padding: 52px 0;
  background:
    radial-gradient(circle at 15% 15%, rgba(229, 27, 43, .18), transparent 28%),
    linear-gradient(135deg, #0c1523 0%, #111b2b 58%, #0a111d 100%);
}
.ohc-section--dark::before,
.ohc-applications::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}
.ohc-section--dark .ohc-container,
.ohc-applications .ohc-container {
  position: relative;
  z-index: 1;
}
.ohc-section--dark .ohc-section-head,
.ohc-applications .ohc-section-head {
  grid-template-columns: minmax(0, .9fr) minmax(280px, .7fr);
  align-items: end;
}
.ohc-section--dark .ohc-section-head h2,
.ohc-applications .ohc-section-head h2 {
  color: #fff;
  font-size: clamp(27px, 2.3vw, 36px) !important;
}
.ohc-section--dark .ohc-grid,
.ohc-applications .ohc-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.ohc-section--dark .ohc-grid > div,
.ohc-applications .ohc-grid > div {
  position: relative;
  min-height: 210px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  box-shadow: 0 22px 58px rgba(0, 0, 0, .22);
}
.ohc-section--dark .ohc-grid > div::before,
.ohc-applications .ohc-grid > div::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--ohc-red), #ff6c76);
  box-shadow: 0 12px 24px rgba(229, 27, 43, .28);
}
.ohc-section--dark .ohc-grid > div::after,
.ohc-applications .ohc-grid > div::after {
  content: "";
  position: absolute;
  top: 31px;
  left: 33px;
  width: 16px;
  height: 14px;
  border: 2px solid #fff;
  border-top-width: 0;
  opacity: .95;
}
.ohc-section--dark .ohc-grid > div:nth-child(2)::after,
.ohc-applications .ohc-grid > div:nth-child(2)::after {
  height: 16px;
  border-top-width: 2px;
}
.ohc-section--dark .ohc-grid > div:nth-child(3)::after,
.ohc-applications .ohc-grid > div:nth-child(3)::after {
  width: 12px;
  height: 18px;
  left: 36px;
  border-top-width: 2px;
  border-radius: 9px;
}
.ohc-section--dark h3,
.ohc-applications h3 {
  color: #fff;
  font-size: 21px !important;
}
.ohc-section--dark p,
.ohc-applications p {
  color: rgba(255,255,255,.76);
  font-size: 15.5px;
  line-height: 1.68;
}
.ohc-section--dark a,
.ohc-applications a {
  display: inline-flex;
  margin-top: 10px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.ohc-section--dark a::after,
.ohc-applications a::after {
  content: ">";
  margin-left: 8px;
  color: var(--ohc-red);
}

@media (max-width: 1180px) {
  .ohc-hero__grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .ohc-container,
  .ohc-content,
  .ohc-content--narrow {
    width: min(calc(100% - 32px), var(--ohc-container));
  }
  p, ul, ol { font-size: 15.5px; }
  .ohc-hero__grid {
    padding: 36px 0;
    gap: 20px;
  }
  .ohc-hero h1 { font-size: 30px !important; }
  .ohc-hero p { font-size: 15.5px; }
  .ohc-section { padding: 34px 0; }
  .ohc-section-head {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 18px;
  }
  .ohc-section-head h2,
  .ohc-content h2 {
    font-size: 25px !important;
  }
  .ohc-card__body h3,
  .ohc-content h3 {
    font-size: 20px !important;
  }
  .ohc-page-hero { min-height: 245px; }
  .ohc-page-hero .ohc-container { padding: 30px 0 28px; }
  .ohc-page-hero h1 { font-size: 27px !important; }
  .ohc-content { padding: 30px 0 44px; }
  .ohc-prose-card,
  .ohc-related-box {
    padding: 18px;
  }
  .ohc-section--dark,
  .ohc-applications {
    padding: 38px 0;
  }
  .ohc-section--dark .ohc-section-head,
  .ohc-applications .ohc-section-head,
  .ohc-section--dark .ohc-grid,
  .ohc-applications .ohc-grid {
    grid-template-columns: 1fr;
  }
  .ohc-section--dark .ohc-grid > div,
  .ohc-applications .ohc-grid > div {
    min-height: 0;
    padding: 18px;
  }
}

/* OHC Makina calm premium design pass */
:root {
  --ohc-container: 1180px;
  --ohc-red-soft: rgba(229, 27, 43, .08);
}

body {
  font-size: 16px;
}

p,
ul,
ol {
  font-size: 16px;
  line-height: 1.72;
}

h1,
h2,
h3,
h4 {
  line-height: 1.15;
  margin-bottom: 14px;
}

.ohc-container,
.ohc-content,
.ohc-content--narrow {
  width: min(calc(100% - 72px), var(--ohc-container));
}

.ohc-hero {
  min-height: 500px;
}

.ohc-hero__grid {
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 34px;
  padding: 48px 0;
}

.ohc-hero h1 {
  font-size: clamp(34px, 3vw, 46px) !important;
  max-width: 740px;
}

.ohc-hero p {
  max-width: 630px;
  font-size: 17px;
}

.ohc-section {
  padding: 48px 0;
}

.ohc-section-head {
  gap: 22px;
  align-items: end;
  margin-bottom: 24px;
}

.ohc-section-head h2,
.ohc-content h2 {
  font-size: clamp(25px, 2.1vw, 33px) !important;
  max-width: 780px;
}

.ohc-section-head p {
  max-width: 560px;
  font-size: 16px;
}

.ohc-grid,
.ohc-blog-grid {
  gap: 20px;
}

.ohc-card__body {
  padding: 18px;
}

.ohc-card__body h3,
.ohc-content h3 {
  font-size: clamp(19px, 1.45vw, 24px) !important;
}

.ohc-card__body p,
.ohc-content p,
.ohc-content li {
  font-size: 16px;
}

.ohc-page-hero {
  min-height: 300px;
}

.ohc-page-hero .ohc-container {
  padding: 42px 0 40px;
}

.ohc-page-hero h1 {
  font-size: clamp(30px, 2.5vw, 40px) !important;
}

.ohc-page-hero p {
  max-width: 720px;
  font-size: 17px;
}

.ohc-content {
  padding: 42px 0 58px;
}

.ohc-prose-card,
.ohc-related-box {
  padding: 26px;
  border-radius: 18px;
}

.ohc-related-links a {
  min-height: 62px;
  padding: 14px 17px;
  font-size: 15.5px;
}

.ohc-section--dark,
.ohc-applications {
  position: relative;
  overflow: hidden;
  padding: 52px 0;
  background:
    radial-gradient(circle at 15% 15%, rgba(229, 27, 43, .18), transparent 28%),
    linear-gradient(135deg, #0c1523 0%, #111b2b 58%, #0a111d 100%);
}

.ohc-section--dark::before,
.ohc-applications::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.ohc-section--dark .ohc-container,
.ohc-applications .ohc-container {
  position: relative;
  z-index: 1;
}

.ohc-section--dark .ohc-section-head,
.ohc-applications .ohc-section-head {
  grid-template-columns: minmax(0, .9fr) minmax(280px, .7fr);
  align-items: end;
}

.ohc-section--dark .ohc-section-head h2,
.ohc-applications .ohc-section-head h2 {
  color: #fff;
  font-size: clamp(27px, 2.3vw, 36px) !important;
}

.ohc-section--dark .ohc-grid,
.ohc-applications .ohc-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ohc-section--dark .ohc-grid > div,
.ohc-applications .ohc-grid > div {
  position: relative;
  min-height: 210px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  box-shadow: 0 22px 58px rgba(0, 0, 0, .22);
}

.ohc-section--dark .ohc-grid > div::before,
.ohc-applications .ohc-grid > div::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--ohc-red), #ff6c76);
  box-shadow: 0 12px 24px rgba(229, 27, 43, .28);
}

.ohc-section--dark .ohc-grid > div::after,
.ohc-applications .ohc-grid > div::after {
  content: "";
  position: absolute;
  top: 31px;
  left: 33px;
  width: 16px;
  height: 14px;
  border: 2px solid #fff;
  border-top-width: 0;
  opacity: .95;
}

.ohc-section--dark .ohc-grid > div:nth-child(2)::after,
.ohc-applications .ohc-grid > div:nth-child(2)::after {
  height: 16px;
  border-top-width: 2px;
}

.ohc-section--dark .ohc-grid > div:nth-child(3)::after,
.ohc-applications .ohc-grid > div:nth-child(3)::after {
  width: 12px;
  height: 18px;
  left: 36px;
  border-top-width: 2px;
  border-radius: 9px;
}

.ohc-section--dark h3,
.ohc-applications h3 {
  color: #fff;
  font-size: 21px !important;
}

.ohc-section--dark p,
.ohc-applications p {
  color: rgba(255,255,255,.76);
  font-size: 15.5px;
  line-height: 1.68;
}

.ohc-section--dark a,
.ohc-applications a {
  display: inline-flex;
  margin-top: 10px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.ohc-section--dark a::after,
.ohc-applications a::after {
  content: ">";
  margin-left: 8px;
  color: var(--ohc-red);
}

@media (max-width: 1180px) {
  .ohc-hero__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .ohc-container,
  .ohc-content,
  .ohc-content--narrow {
    width: min(calc(100% - 32px), var(--ohc-container));
  }

  p,
  ul,
  ol {
    font-size: 15.5px;
  }

  .ohc-hero__grid {
    padding: 36px 0;
    gap: 20px;
  }

  .ohc-hero h1 {
    font-size: 30px !important;
  }

  .ohc-hero p {
    font-size: 15.5px;
  }

  .ohc-section {
    padding: 34px 0;
  }

  .ohc-section-head {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 18px;
  }

  .ohc-section-head h2,
  .ohc-content h2 {
    font-size: 25px !important;
  }

  .ohc-card__body h3,
  .ohc-content h3 {
    font-size: 20px !important;
  }

  .ohc-page-hero {
    min-height: 245px;
  }

  .ohc-page-hero .ohc-container {
    padding: 30px 0 28px;
  }

  .ohc-page-hero h1 {
    font-size: 27px !important;
  }

  .ohc-content {
    padding: 30px 0 44px;
  }

  .ohc-prose-card,
  .ohc-related-box {
    padding: 18px;
  }

  .ohc-section--dark,
  .ohc-applications {
    padding: 38px 0;
  }

  .ohc-section--dark .ohc-section-head,
  .ohc-applications .ohc-section-head,
  .ohc-section--dark .ohc-grid,
  .ohc-applications .ohc-grid {
    grid-template-columns: 1fr;
  }

  .ohc-section--dark .ohc-grid > div,
  .ohc-applications .ohc-grid > div {
    min-height: 0;
    padding: 18px;
  }
}

/* OHC Makina mega menu and final visual polish */
.ohc-header__inner {
  min-height: 72px;
  gap: 20px;
}
.ohc-logo {
  min-width: 164px;
}
.ohc-logo img {
  max-width: 198px;
  max-height: 52px;
}
.ohc-menu {
  gap: 10px;
}
.ohc-menu a {
  font-size: 15px;
  min-height: 40px;
  padding: 9px 14px;
}
.ohc-menu > li {
  position: relative;
}
.ohc-sub-menu,
.ohc-mega-menu {
  position: absolute;
  top: 100%;
  padding-top: 16px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .18s ease, transform .18s ease;
  z-index: 50;
}
.ohc-sub-menu {
  left: 0;
  width: 270px;
}
.ohc-sub-menu ul,
.ohc-mega-menu__panel {
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(226,232,240,.95);
  box-shadow: 0 24px 70px rgba(15,23,42,.16);
  border-radius: 18px;
}
.ohc-sub-menu ul {
  padding: 10px;
}
.ohc-sub-menu a {
  display: flex;
  border-radius: 12px;
  white-space: normal;
}
.ohc-menu li:hover > .ohc-sub-menu,
.ohc-menu li:focus-within > .ohc-sub-menu,
.ohc-menu li:hover > .ohc-mega-menu,
.ohc-menu li:focus-within > .ohc-mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.ohc-menu-item-products {
  position: static;
}
.ohc-mega-menu {
  left: 50%;
  width: min(980px, calc(100vw - 48px));
  transform: translate(-50%, 10px);
}
.ohc-menu li:hover > .ohc-mega-menu,
.ohc-menu li:focus-within > .ohc-mega-menu {
  transform: translate(-50%, 0);
}
.ohc-mega-menu__panel {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 22px;
  padding: 22px;
}
.ohc-mega-menu__intro {
  background: var(--ohc-ink);
  color: #fff;
  border-radius: 14px;
  padding: 20px;
}
.ohc-mega-menu__intro strong {
  display: block;
  font-size: 22px;
  margin-bottom: 8px;
}
.ohc-mega-menu__intro p {
  margin: 0 0 14px;
  color: rgba(255,255,255,.74);
  font-size: 14px;
  line-height: 1.55;
}
.ohc-mega-menu__intro a {
  display: inline-flex;
  min-height: auto;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--ohc-red);
  color: #fff;
  font-size: 13px;
}
.ohc-mega-menu__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.ohc-mega-link {
  display: grid !important;
  grid-template-columns: 52px 1fr;
  gap: 10px;
  align-items: center;
  min-height: auto !important;
  padding: 9px !important;
  border-radius: 14px !important;
  background: #f8fafc;
  color: #0f172a !important;
}
.ohc-mega-link:hover {
  background: #fff1f2 !important;
}
.ohc-mega-link img {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  object-fit: contain;
  background: linear-gradient(135deg,#f8fafc,#fff);
}
.ohc-mega-link span {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}
.ohc-card__image img {
  object-fit: contain;
  background: linear-gradient(135deg,#f8fafc,#fff);
}
.ohc-related-box {
  background:
    linear-gradient(90deg, rgba(229,27,43,.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15,23,42,.045) 1px, transparent 1px),
    #fff;
  background-size: 34px 34px;
}
.ohc-contact-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}
.ohc-contact-row,
.ohc-footer li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.ohc-contact-row {
  padding: 14px;
  border: 1px solid rgba(226,232,240,.95);
  border-radius: 14px;
  background: #fff;
}
.ohc-ico {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  border-radius: 50%;
  background: #fee2e2;
  color: var(--ohc-red);
}
.ohc-ico svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.ohc-whatsapp {
  width: auto;
  min-width: 62px;
  height: 62px;
  padding: 0 18px;
  gap: 10px;
  border-radius: 999px;
  box-sizing: border-box;
  overflow: visible;
  white-space: nowrap;
  justify-content: center;
  animation: ohcWhatsappPulse 1.8s ease-in-out infinite;
}
.ohc-whatsapp::after {
  content: "WhatsApp";
  font-size: 14px;
  font-weight: 800;
}
@keyframes ohcWhatsappPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 16px 36px rgba(37,211,102,.34); }
  50% { transform: scale(1.04); box-shadow: 0 18px 46px rgba(37,211,102,.5); }
}
@media (max-width: 1180px) {
  body.ohc-menu-open .ohc-nav {
    display: block;
  }
  .ohc-menu {
    display: grid;
    gap: 6px;
  }
  .ohc-sub-menu,
  .ohc-mega-menu {
    position: static;
    width: auto;
    padding-top: 0;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .ohc-mega-menu__panel {
    grid-template-columns: 1fr;
    box-shadow: none;
  }
  .ohc-mega-menu__grid {
    grid-template-columns: 1fr;
  }
  .ohc-sub-menu ul {
    box-shadow: none;
  }
}
@media (max-width: 760px) {
  .ohc-whatsapp {
    width: 56px;
    min-width: 56px;
    height: 56px;
    padding: 0;
  }
  .ohc-whatsapp::after {
    content: none;
  }
}

/* Must remain after legacy rules: final fixed WhatsApp sizing */
@media (min-width: 761px) {
  .ohc-whatsapp {
    width: auto !important;
    min-width: 168px !important;
    height: 62px !important;
    padding: 0 20px !important;
    border-radius: 999px !important;
    right: 22px !important;
    bottom: 22px !important;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ohc-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
p { color: var(--ohc-muted); font-size: 18px; margin: 0 0 18px; }
h1, h2, h3, h4 { line-height: 1.08; margin: 0 0 18px; color: var(--ohc-ink); letter-spacing: 0; }
h1 { font-size: 58px; }
h2 { font-size: 44px; }
h3 { font-size: 30px; }
h4 { font-size: 22px; }
ul, ol { color: var(--ohc-muted); font-size: 18px; }

.ohc-container {
  width: min(calc(100% - 48px), var(--ohc-container));
  margin-inline: auto;
}

.ohc-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(231,235,240,.92);
}
.ohc-header__inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.ohc-logo { display: inline-flex; align-items: center; min-width: 180px; }
.ohc-logo img { width: auto; max-width: 238px; max-height: 70px; object-fit: contain; }
.ohc-logo__text { font-size: 28px; font-weight: 900; color: var(--ohc-red); letter-spacing: 0; }
.ohc-logo__text span { color: var(--ohc-ink); }
.ohc-nav { display: flex; align-items: center; gap: 4px; }
.ohc-menu {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ohc-menu li { position: relative; }
.ohc-menu a {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 11px 16px;
  border-radius: 999px;
  color: #253044;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease;
}
.ohc-menu a:hover,
.ohc-menu .current-menu-item > a,
.ohc-menu .current_page_item > a {
  background: var(--ohc-ink);
  color: #fff;
}
.ohc-menu .sub-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  width: 300px;
  padding: 10px;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--ohc-line);
  border-radius: 18px;
  box-shadow: var(--ohc-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .18s ease, transform .18s ease;
}
.ohc-menu li:hover > .sub-menu,
.ohc-menu li:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.ohc-menu .sub-menu a {
  border-radius: 12px;
  min-height: 42px;
  white-space: normal;
}
.ohc-actions { display: flex; align-items: center; gap: 12px; }
.ohc-btn,
.button,
button,
input[type="submit"] {
  border: 0;
  border-radius: 999px;
  background: var(--ohc-red);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  font-weight: 900;
  font-size: 16px;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease;
  box-shadow: none !important;
}
.ohc-btn:hover,
button:hover,
input[type="submit"]:hover {
  background: var(--ohc-red-dark);
  transform: translateY(-1px);
}
.ohc-btn--dark { background: var(--ohc-ink); }
.ohc-btn--dark:hover { background: #000; }
.ohc-btn--ghost {
  background: transparent;
  color: var(--ohc-ink);
  border: 1px solid var(--ohc-line);
}
.ohc-btn--ghost:hover { background: var(--ohc-ink); color: #fff; }
.ohc-hero .ohc-btn--ghost {
  color: #fff;
  border-color: rgba(255,255,255,.34);
}
.ohc-hero .ohc-btn--ghost:hover {
  background: #fff;
  color: var(--ohc-ink);
}
.ohc-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--ohc-ink);
  padding: 0;
}
.ohc-menu-toggle span {
  width: 22px;
  height: 2px;
  background: #fff;
  position: relative;
  display: block;
}
.ohc-menu-toggle span::before,
.ohc-menu-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: #fff;
}
.ohc-menu-toggle span::before { top: -7px; }
.ohc-menu-toggle span::after { top: 7px; }

.ohc-hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #070b10;
}
.ohc-hero::before,
.ohc-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--ohc-hero-image);
  background-size: cover;
  background-position: center;
  opacity: .52;
}
.ohc-hero::after,
.ohc-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,11,16,.88), rgba(7,11,16,.52), rgba(7,11,16,.25)),
    radial-gradient(circle at 72% 48%, rgba(231,25,45,.22), transparent 35%);
}
.ohc-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  gap: 70px;
  align-items: center;
  padding: 80px 0;
}
.ohc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ohc-red);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.ohc-eyebrow::before {
  content: "";
  width: 44px;
  height: 3px;
  background: currentColor;
  border-radius: 4px;
}
.ohc-hero h1 {
  color: #fff;
  max-width: 930px;
  font-size: clamp(42px, 4.1vw, 72px);
}
.ohc-hero p {
  max-width: 740px;
  color: rgba(255,255,255,.78);
  font-size: 21px;
}
.ohc-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.ohc-hero__panel {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 26px;
  padding: 28px;
  backdrop-filter: blur(14px);
}
.ohc-stat-grid { display: grid; gap: 14px; }
.ohc-stat {
  border-radius: 18px;
  padding: 20px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.12);
}
.ohc-stat strong {
  display: block;
  color: #fff;
  font-size: 36px;
  line-height: 1;
}
.ohc-stat span { color: rgba(255,255,255,.7); font-weight: 700; }

.ohc-section { padding: 88px 0; position: relative; }
.ohc-section--soft {
  background:
    linear-gradient(rgba(247,248,250,.95), rgba(247,248,250,.95)),
    repeating-linear-gradient(90deg, rgba(231,25,45,.10) 0 1px, transparent 1px 72px);
}
.ohc-section--dark {
  background:
    radial-gradient(circle at 22% 20%, rgba(231,25,45,.18), transparent 32%),
    linear-gradient(135deg, #080d14, #111827);
  color: #fff;
}
.ohc-section--dark h2,
.ohc-section--dark h3 { color: #fff; }
.ohc-section--dark p,
.ohc-section--dark li { color: rgba(255,255,255,.74); }
.ohc-section-head {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(300px, .55fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 42px;
}
.ohc-section-head p { margin-bottom: 0; }
.ohc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.ohc-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid var(--ohc-line);
  border-radius: var(--ohc-radius);
  background: #fff;
  transition: transform .2s ease, border-color .2s ease;
}
.ohc-card:hover {
  transform: translateY(-4px);
  border-color: rgba(231,25,45,.35);
}
.ohc-card::after {
  content: "";
  position: absolute;
  inset: -80px;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.72), transparent 58%);
  transform: translateX(-75%) rotate(8deg);
  transition: transform .65s ease;
  pointer-events: none;
}
.ohc-card:hover::after { transform: translateX(70%) rotate(8deg); }
.ohc-card__image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--ohc-soft);
}
.ohc-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.ohc-card:hover .ohc-card__image img { transform: scale(1.045); }
.ohc-card__body { padding: 24px; position: relative; z-index: 1; }
.ohc-card__body h3 { font-size: 25px; }
.ohc-card__meta {
  color: var(--ohc-red);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.ohc-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ohc-red);
  font-weight: 900;
}
.ohc-link::after { content: "→"; }

.ohc-page-hero {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  display: flex;
  align-items: center;
  background: #090e15;
}
.ohc-page-hero .ohc-container { position: relative; z-index: 2; padding: 78px 0 72px; }
.ohc-breadcrumb {
  color: rgba(255,255,255,.70);
  font-weight: 800;
  margin-bottom: 26px;
}
.ohc-breadcrumb a { color: #fff; }
.ohc-page-hero h1 { color: #fff; font-size: clamp(38px, 4vw, 58px); max-width: 940px; }
.ohc-page-hero p { color: rgba(255,255,255,.76); max-width: 850px; font-size: 20px; }

.ohc-content {
  width: min(calc(100% - 48px), var(--ohc-container));
  margin: 0 auto;
  padding: 76px 0 92px;
}
.ohc-content--narrow { width: min(calc(100% - 48px), 1180px); }
.ohc-content :where(h2) { margin-top: 44px; }
.ohc-content :where(h3) { margin-top: 34px; }
.ohc-content a:not(.ohc-btn):not(.ohc-card) { color: var(--ohc-red); font-weight: 850; }
.ohc-prose-card {
  background: #fff;
  border: 1px solid var(--ohc-line);
  border-radius: 24px;
  padding: 42px;
}
.ohc-split {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  margin-bottom: 38px;
}
.ohc-split__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 22px;
}
.ohc-product-media-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  border: 1px solid var(--ohc-line);
  border-radius: 24px;
  background: linear-gradient(135deg, #f8fafc 0%, #fff 100%);
  box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
  scrollbar-width: thin;
}
.ohc-product-media-slide {
  display: grid;
  place-items: center;
  min-width: 0;
  scroll-snap-align: start;
  padding: 18px;
  background:
    linear-gradient(90deg, rgba(15,23,42,.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(15,23,42,.025) 1px, transparent 1px);
  background-size: 34px 34px;
}
.ohc-split__media .ohc-product-media-slide img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: 18px;
  background: #fff;
}
.ohc-product-media-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 12px;
}
.ohc-product-media-dots span {
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: rgba(15, 23, 42, .22);
}
.ohc-product-media-dots span.is-active {
  width: 22px;
  background: var(--ohc-red);
}
.ohc-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}
.ohc-feature-list li {
  padding: 16px 18px;
  border-radius: 16px;
  background: var(--ohc-soft);
  color: #253044;
  font-weight: 800;
}
.ohc-related-box {
  margin-top: 42px;
  padding: 34px;
  border-radius: 24px;
  border: 1px solid rgba(231,25,45,.18);
  background:
    linear-gradient(rgba(255,255,255,.94), rgba(255,255,255,.94)),
    repeating-linear-gradient(90deg, rgba(231,25,45,.14) 0 1px, transparent 1px 64px);
}
.ohc-related-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}
.ohc-related-links a {
  min-height: 82px;
  display: flex;
  align-items: center;
  padding: 18px 22px;
  border-radius: 16px;
  border: 1px solid var(--ohc-line);
  background: #fff;
  color: var(--ohc-ink) !important;
  font-weight: 950;
}
.ohc-related-links a:hover { border-color: rgba(231,25,45,.45); }
.ohc-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.ohc-gallery-grid a {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--ohc-line);
  background: #fff;
}
.ohc-gallery-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform .25s ease;
}
.ohc-gallery-grid a:hover img { transform: scale(1.035); }

.ohc-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.ohc-form .full { grid-column: 1 / -1; }
.ohc-field label {
  display: block;
  color: #344054;
  font-weight: 900;
  margin-bottom: 8px;
}
.ohc-field input,
.ohc-field textarea,
.ohc-field select {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--ohc-line);
  border-radius: 14px;
  padding: 14px 16px;
  font: inherit;
  color: var(--ohc-ink);
  background: #fff;
  outline: none;
}
.ohc-field textarea { min-height: 160px; resize: vertical; }
.ohc-field input:focus,
.ohc-field textarea:focus,
.ohc-field select:focus { border-color: var(--ohc-red); }
.ohc-alert {
  grid-column: 1 / -1;
  padding: 16px 18px;
  border-radius: 14px;
  font-weight: 850;
}
.ohc-alert--ok { background: #eaf8f0; color: #11653b; }
.ohc-alert--err { background: #fff1f1; color: #b42318; }

.ohc-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.ohc-pagination {
  margin-top: 42px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.ohc-pagination .page-numbers {
  min-width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--ohc-line);
  font-weight: 900;
}
.ohc-pagination .current { background: var(--ohc-red); border-color: var(--ohc-red); color: #fff; }

.ohc-footer {
  background:
    radial-gradient(circle at 12% 5%, rgba(231,25,45,.18), transparent 24%),
    linear-gradient(135deg, #080d14, #121a26);
  color: #fff;
  padding: 72px 0 0;
}
.ohc-footer p,
.ohc-footer li { color: rgba(255,255,255,.72); }
.ohc-footer__grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) repeat(3, minmax(0, .8fr));
  gap: 42px;
}
.ohc-footer h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 18px;
}
.ohc-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.ohc-footer a:hover { color: #fff; }
.ohc-footer__logo img { max-width: 230px; max-height: 76px; object-fit: contain; filter: brightness(1.1); }
.ohc-footer__bottom {
  margin-top: 56px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255,255,255,.62);
  font-weight: 700;
}

.ohc-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 998;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 34px rgba(37,211,102,.28) !important;
}
.ohc-whatsapp svg { width: 34px; height: 34px; fill: currentColor; display: block; }

@media (max-width: 1180px) {
  .ohc-header__inner { min-height: 82px; }
  .ohc-nav {
    position: fixed;
    inset: 82px 18px auto 18px;
    display: none;
    background: #fff;
    border: 1px solid var(--ohc-line);
    border-radius: 20px;
    padding: 14px;
    box-shadow: var(--ohc-shadow);
  }
  body.ohc-menu-open .ohc-nav { display: block; }
  .ohc-menu { display: grid; gap: 4px; }
  .ohc-menu a { border-radius: 12px; }
  .ohc-menu .sub-menu {
    position: static;
    width: auto;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    border-radius: 12px;
    margin: 4px 0 4px 16px;
    display: none;
  }
  .ohc-menu li:hover > .sub-menu,
  .ohc-menu li:focus-within > .sub-menu { display: block; }
  .ohc-menu-toggle { display: inline-flex; }
  .ohc-actions .ohc-btn { display: none; }
  .ohc-hero__grid { grid-template-columns: 1fr; }
  .ohc-hero__panel { max-width: 620px; }
  .ohc-grid, .ohc-blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ohc-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .ohc-container, .ohc-content, .ohc-content--narrow { width: min(calc(100% - 32px), var(--ohc-container)); }
  p, ul, ol { font-size: 16px; }
  h1 { font-size: 38px; }
  h2 { font-size: 31px; }
  h3 { font-size: 24px; }
  .ohc-header__inner { min-height: 76px; }
  .ohc-logo img { max-width: 182px; max-height: 54px; }
  .ohc-nav { inset: 76px 12px auto 12px; }
  .ohc-hero { min-height: auto; }
  .ohc-hero__grid { padding: 58px 0; gap: 28px; }
  .ohc-hero h1 { font-size: 38px; }
  .ohc-hero p { font-size: 17px; }
  .ohc-section { padding: 58px 0; }
  .ohc-section-head { grid-template-columns: 1fr; gap: 16px; margin-bottom: 28px; }
  .ohc-grid, .ohc-blog-grid, .ohc-related-links, .ohc-feature-list, .ohc-form, .ohc-footer__grid, .ohc-gallery-grid { grid-template-columns: 1fr; }
  .ohc-split { grid-template-columns: 1fr; gap: 24px; }
  .ohc-page-hero { min-height: 320px; }
  .ohc-page-hero .ohc-container { padding: 46px 0 44px; }
  .ohc-breadcrumb { margin-bottom: 18px; }
  .ohc-content { padding: 46px 0 64px; }
  .ohc-prose-card, .ohc-related-box { padding: 24px; border-radius: 18px; }
  .ohc-footer__bottom { flex-direction: column; align-items: flex-start; }
  .ohc-whatsapp { width: 56px; height: 56px; right: 16px; bottom: 16px; }
}

.ohc-form-first {
  align-items: start;
}

.ohc-form-panel .ohc-form {
  margin-top: 18px;
}

.ohc-contact-panel .ohc-feature-list {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.ohc-contact-panel .ohc-feature-list > div {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
}

.ohc-contact-panel .ohc-feature-list strong {
  color: var(--ohc-ink);
  font-size: 16px;
  font-weight: 700;
}

.ohc-contact-panel .ohc-feature-list span {
  color: var(--ohc-muted);
  font-size: 15px;
  line-height: 1.65;
}

.ohc-home-category-grid .ohc-card__body {
  min-height: 220px;
}

.ohc-category-article,
.ohc-long-article {
  margin-top: 34px;
}

.ohc-long-article h2:first-child {
  margin-top: 0;
}

.ohc-long-article p {
  max-width: 1040px;
}

@media (max-width: 760px) {
  .ohc-form-first {
    gap: 18px;
  }

  .ohc-form-panel,
  .ohc-contact-panel {
    padding: 22px !important;
  }

  .ohc-form-panel .ohc-form {
    margin-top: 14px;
  }

  .ohc-contact-panel .ohc-feature-list > div {
    padding: 14px;
  }

  .ohc-home-category-grid .ohc-card__body {
    min-height: 0;
  }

  .ohc-category-article,
  .ohc-long-article {
    margin-top: 22px;
  }
}

/* Premium catalog refinement v1.0.13 */
body {
  font-weight: 500;
}

h1,
h2,
h3,
h4,
.ohc-hero h1,
.ohc-page-hero h1,
.ohc-section-head h2,
.ohc-content h2,
.ohc-content h3,
.ohc-card__body h3 {
  font-weight: 720 !important;
  letter-spacing: 0 !important;
}

.ohc-eyebrow,
.ohc-card__meta,
.ohc-menu a,
.ohc-btn,
.ohc-link,
.ohc-footer h3,
.ohc-content strong {
  font-weight: 700 !important;
}

.ohc-content a:not(.ohc-btn):not(.ohc-card),
.ohc-applications a {
  font-weight: 650 !important;
}

.ohc-card {
  border-color: rgba(15, 23, 42, 0.08) !important;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07) !important;
}

.ohc-card:hover {
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11) !important;
}

.ohc-card__body {
  padding: 20px !important;
}

.ohc-card__body h3 {
  font-size: clamp(18px, 1.25vw, 23px) !important;
  line-height: 1.18 !important;
}

.ohc-card__body p {
  font-size: 15px !important;
  line-height: 1.62 !important;
}

.ohc-home-category-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.ohc-home-category-grid .ohc-card__image {
  height: 190px !important;
}

.ohc-home-category-grid .ohc-card__body {
  min-height: 205px !important;
}

.ohc-content > .ohc-grid,
.ohc-content .ohc-section .ohc-grid:not(.ohc-home-category-grid),
.ohc-content .ohc-category-grid:not(.ohc-home-category-grid) {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.ohc-content > .ohc-section:first-child {
  padding-top: 0 !important;
}

.ohc-prose-card,
.ohc-related-box {
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.06) !important;
}

@media (max-width: 1180px) {
  .ohc-home-category-grid,
  .ohc-content > .ohc-grid,
  .ohc-content .ohc-section .ohc-grid:not(.ohc-home-category-grid),
  .ohc-content .ohc-category-grid:not(.ohc-home-category-grid) {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  .ohc-home-category-grid,
  .ohc-content > .ohc-grid,
  .ohc-content .ohc-section .ohc-grid:not(.ohc-home-category-grid),
  .ohc-content .ohc-category-grid:not(.ohc-home-category-grid) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .ohc-home-category-grid,
  .ohc-content > .ohc-grid,
  .ohc-content .ohc-section .ohc-grid:not(.ohc-home-category-grid),
  .ohc-content .ohc-category-grid:not(.ohc-home-category-grid) {
    grid-template-columns: 1fr !important;
  }

  .ohc-home-category-grid .ohc-card__image {
    height: 220px !important;
  }

  .ohc-home-category-grid .ohc-card__body {
    min-height: 0 !important;
  }
}

/* OHC Makina final live polish overrides */
:root {
  --ohc-container: 1180px;
  --ohc-radius: 16px;
}
.ohc-container,
.ohc-content,
.ohc-content--narrow {
  width: min(calc(100% - 72px), var(--ohc-container));
}
.ohc-header__inner {
  min-height: 86px;
  gap: 34px;
}
.ohc-logo {
  min-width: 178px;
}
.ohc-logo img {
  max-width: 218px;
  max-height: 58px;
  object-fit: contain;
}
.ohc-menu a {
  min-height: 42px;
  padding: 9px 22px;
  font-size: 14px;
  font-weight: 800;
}
.ohc-actions .ohc-btn {
  min-height: 44px;
  padding: 11px 19px;
  font-size: 14px;
}
.ohc-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
.ohc-menu {
  gap: 22px;
}
.ohc-sub-menu,
.ohc-mega-menu {
  padding-top: 22px;
}
.ohc-mega-menu::before,
.ohc-sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 24px;
}
.ohc-mega-menu {
  width: min(1180px, calc(100vw - 56px));
}
.ohc-mega-menu__panel {
  grid-template-columns: 300px 1fr;
  gap: 26px;
  padding: 28px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,250,252,.96)),
    radial-gradient(circle at 8% 12%, rgba(229,27,43,.08), transparent 26%);
}
.ohc-mega-menu__intro {
  min-height: 100%;
  border-radius: 18px;
  background:
    radial-gradient(circle at 20% 10%, rgba(229,27,43,.34), transparent 28%),
    linear-gradient(145deg, #0b1220, #182234);
}
.ohc-mega-menu__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.ohc-mega-link {
  grid-template-columns: 62px 1fr !important;
  gap: 12px;
  padding: 12px !important;
  border: 1px solid rgba(226,232,240,.9);
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(15,23,42,.06);
}
.ohc-mega-link img {
  width: 62px;
  height: 62px;
  border-radius: 12px;
}
.ohc-mega-link span {
  font-size: 13.5px;
}
.ohc-hero {
  min-height: 500px;
}
.ohc-hero__grid {
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 34px;
  padding: 48px 0;
}
.ohc-hero h1 {
  font-size: clamp(34px, 3vw, 46px);
  max-width: 740px;
}
.ohc-hero p {
  font-size: 17px;
  max-width: 630px;
}
.ohc-section {
  padding: 48px 0;
}
.ohc-section-head {
  gap: 22px;
  align-items: end;
  margin-bottom: 24px;
}
.ohc-section-head h2,
.ohc-content h2 {
  font-size: clamp(25px, 2.1vw, 33px);
  max-width: 780px;
}
.ohc-content h3,
.ohc-card__body h3 {
  font-size: clamp(19px, 1.45vw, 24px);
}
.ohc-card__body {
  padding: 18px;
}
.ohc-card__body p,
.ohc-section-head p,
.ohc-content p,
.ohc-content li {
  font-size: 16.5px;
}
.ohc-page-hero {
  min-height: 300px;
}
.ohc-page-hero .ohc-container {
  padding: 42px 0 40px;
}
.ohc-page-hero h1 {
  font-size: clamp(30px, 2.5vw, 40px);
}
.ohc-page-hero p {
  font-size: 17px;
}
.ohc-content {
  padding: 42px 0 58px;
}
.ohc-prose-card,
.ohc-related-box {
  padding: 26px;
  border-radius: 18px;
}
.ohc-related-links a {
  min-height: 62px;
  padding: 14px 17px;
  font-size: 15.5px;
}
.ohc-gallery-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 32%);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  padding: 4px 4px 12px;
}
.ohc-gallery-slide {
  display: block;
  overflow: hidden;
  border: 1px solid var(--ohc-line);
  border-radius: 18px;
  background: #fff;
  scroll-snap-align: start;
  box-shadow: 0 18px 42px rgba(15,23,42,.08);
}
.ohc-gallery-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 14px;
  background: linear-gradient(135deg, #f8fafc, #fff);
}
.ohc-footer {
  padding-top: 42px;
  background:
    radial-gradient(circle at 10% 0%, rgba(229,27,43,.18), transparent 24%),
    radial-gradient(circle at 82% 20%, rgba(148,163,184,.12), transparent 26%),
    linear-gradient(135deg, #070c14 0%, #111827 55%, #090d14 100%);
}
.ohc-footer__grid {
  grid-template-columns: minmax(240px, 1fr) repeat(3, minmax(0, .82fr));
  gap: 30px;
}
.ohc-footer__logo img {
  max-width: 170px;
  max-height: 54px;
}
.ohc-footer p,
.ohc-footer li,
.ohc-footer a {
  font-size: 14.5px !important;
  line-height: 1.62;
}
.ohc-footer h3 {
  font-size: 15px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.ohc-footer .ohc-btn {
  min-height: 42px;
  padding: 10px 16px;
  font-size: 13.5px;
}
.ohc-footer__bottom {
  margin-top: 34px;
  padding: 17px 0;
  font-size: 13px;
}
.ohc-section--dark,
.ohc-applications {
  position: relative;
  overflow: hidden;
  padding: 52px 0;
  background: radial-gradient(circle at 15% 15%, rgba(229, 27, 43, .18), transparent 28%), linear-gradient(135deg, #0c1523 0%, #111b2b 58%, #0a111d 100%);
}
.ohc-section--dark::before,
.ohc-applications::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}
.ohc-section--dark .ohc-container,
.ohc-applications .ohc-container {
  position: relative;
  z-index: 1;
}
.ohc-section--dark .ohc-section-head,
.ohc-applications .ohc-section-head {
  grid-template-columns: minmax(0, .9fr) minmax(280px, .7fr);
  align-items: end;
}
.ohc-section--dark .ohc-section-head h2,
.ohc-applications .ohc-section-head h2 {
  color: #fff;
  font-size: clamp(27px, 2.3vw, 36px);
}
.ohc-section--dark .ohc-grid,
.ohc-applications .ohc-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.ohc-section--dark .ohc-grid > div,
.ohc-applications .ohc-grid > div {
  position: relative;
  min-height: 210px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  box-shadow: 0 22px 58px rgba(0, 0, 0, .22);
}
.ohc-section--dark .ohc-grid > div::before,
.ohc-applications .ohc-grid > div::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--ohc-red), #ff6c76);
  box-shadow: 0 12px 24px rgba(229, 27, 43, .28);
}
.ohc-section--dark .ohc-grid > div::after,
.ohc-applications .ohc-grid > div::after {
  content: "";
  position: absolute;
  top: 31px;
  left: 33px;
  width: 16px;
  height: 14px;
  border: 2px solid #fff;
  border-top-width: 0;
  opacity: .95;
}
.ohc-section--dark .ohc-grid > div:nth-child(2)::after,
.ohc-applications .ohc-grid > div:nth-child(2)::after {
  height: 16px;
  border-top-width: 2px;
}
.ohc-section--dark .ohc-grid > div:nth-child(3)::after,
.ohc-applications .ohc-grid > div:nth-child(3)::after {
  width: 12px;
  height: 18px;
  left: 36px;
  border-top-width: 2px;
  border-radius: 9px;
}
.ohc-section--dark h3,
.ohc-applications h3 {
  font-size: 21px;
}
.ohc-section--dark p,
.ohc-applications p {
  font-size: 15.5px;
  line-height: 1.68;
}
.ohc-section--dark a,
.ohc-applications a {
  display: inline-flex;
  margin-top: 10px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.ohc-section--dark a::after,
.ohc-applications a::after {
  content: ">";
  margin-left: 8px;
  color: var(--ohc-red);
}
@media (max-width: 1380px) {
  .ohc-header__inner {
    gap: 22px !important;
  }
  .ohc-menu {
    gap: 12px !important;
  }
  .ohc-menu a {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .ohc-mega-menu {
    width: min(1040px, calc(100vw - 64px)) !important;
  }
}
@media (max-width: 1180px) {
  .ohc-header__inner { min-height: 74px; gap: 16px; }
  .ohc-nav { inset: 74px 18px auto 18px; display: none; justify-content: stretch; }
  body.ohc-menu-open .ohc-nav { display: block; }
  .ohc-menu { gap: 4px; }
  .ohc-menu a { padding-left: 13px; padding-right: 13px; }
  .ohc-mega-menu { width: auto; }
  .ohc-mega-menu__panel { grid-template-columns: 1fr; padding: 16px; }
  .ohc-mega-menu__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ohc-hero__grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .ohc-container,
  .ohc-content,
  .ohc-content--narrow {
    width: min(calc(100% - 32px), var(--ohc-container));
  }
  .ohc-logo {
    min-width: 0;
  }
  .ohc-logo img {
    max-width: 168px;
    max-height: 48px;
  }
  .ohc-hero {
    min-height: auto;
  }
  .ohc-hero__grid {
    padding: 46px 0;
    gap: 24px;
  }
  .ohc-hero h1 {
    font-size: 30px;
  }
  .ohc-section {
    padding: 34px 0;
  }
  .ohc-section-head {
    gap: 12px;
    margin-bottom: 18px;
  }
  .ohc-page-hero {
    min-height: 245px;
  }
  .ohc-page-hero .ohc-container {
    padding: 30px 0 28px;
  }
  .ohc-page-hero h1 {
    font-size: 27px;
  }
  .ohc-content {
    padding: 30px 0 44px;
  }
  .ohc-prose-card,
  .ohc-related-box {
    padding: 18px;
  }
  .ohc-section--dark,
  .ohc-applications {
    padding: 38px 0;
  }
  .ohc-section--dark .ohc-section-head,
  .ohc-applications .ohc-section-head,
  .ohc-section--dark .ohc-grid,
  .ohc-applications .ohc-grid {
    grid-template-columns: 1fr;
  }
  .ohc-section--dark .ohc-grid > div,
  .ohc-applications .ohc-grid > div {
    min-height: 0;
    padding: 18px;
  }
  .ohc-gallery-slider {
    grid-auto-columns: minmax(230px, 82%);
  }
  .ohc-footer__grid {
    gap: 22px;
  }
  .ohc-footer__logo img {
    max-width: 150px;
    max-height: 48px;
  }
}

/* Product detail gallery final override v1.0.16 */
.ohc-product-media-slider {
  display: block !important;
}
.ohc-product-media-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(15,23,42,.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(15,23,42,.025) 1px, transparent 1px),
    linear-gradient(135deg, #f8fafc 0%, #fff 100%);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
}
.ohc-product-media-slide {
  display: none !important;
  place-items: center;
  min-height: 460px;
  padding: 22px;
  background: transparent;
  scroll-snap-align: initial;
}
.ohc-product-media-slide.is-active {
  display: grid !important;
}
.ohc-split__media .ohc-product-media-slide img {
  display: block;
  width: 100%;
  max-height: 520px;
  aspect-ratio: 4 / 3;
  object-fit: contain !important;
  border-radius: 16px;
  background: #fff;
}
.ohc-product-gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: var(--ohc-ink);
  font-size: 31px;
  line-height: 1;
  font-weight: 600;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .12) !important;
}
.ohc-product-gallery-arrow:hover {
  background: var(--ohc-red);
  color: #fff;
}
.ohc-product-gallery-arrow--prev { left: 14px; }
.ohc-product-gallery-arrow--next { right: 14px; }
.ohc-product-media-thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(82px, 104px);
  gap: 10px;
  overflow-x: auto;
  padding: 12px 2px 4px;
  scroll-snap-type: inline mandatory;
}
.ohc-product-media-thumb {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 14px;
  background: #fff;
  padding: 7px;
  cursor: pointer;
  scroll-snap-align: start;
}
.ohc-product-media-thumb.is-active {
  border-color: var(--ohc-red);
  box-shadow: 0 0 0 3px rgba(237, 28, 42, .12) !important;
}
.ohc-product-media-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 760px) {
  .ohc-product-media-slide {
    min-height: 300px;
    padding: 14px;
  }
  .ohc-split__media .ohc-product-media-slide img {
    max-height: 340px;
  }
  .ohc-product-gallery-arrow {
    width: 36px;
    height: 36px;
    font-size: 27px;
  }
  .ohc-product-media-thumbs {
    grid-auto-columns: 76px;
  }
}

/* Footer logo and favicon refinement v1.0.17 */
.ohc-footer__logo img,
.site-footer .ohc-footer__logo img,
footer .custom-logo {
  width: auto !important;
  max-width: 138px !important;
  max-height: 44px !important;
  object-fit: contain !important;
}
.ohc-footer__brand {
  gap: 14px !important;
}
@media (max-width: 760px) {
  .ohc-footer__logo img,
  .site-footer .ohc-footer__logo img,
  footer .custom-logo {
    max-width: 124px !important;
    max-height: 40px !important;
  }
}

/* Mobile structure and responsive polish v1.0.18 */
@media (max-width: 1180px) {
  .ohc-header {
    position: sticky !important;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .08);
  }
  .ohc-header__inner {
    min-height: 72px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 12px !important;
    align-items: center !important;
  }
  .ohc-logo {
    justify-content: flex-start !important;
    min-width: 0 !important;
  }
  .ohc-logo img {
    width: auto !important;
    max-width: 178px !important;
    max-height: 52px !important;
    object-fit: contain !important;
  }
  .ohc-actions {
    justify-content: flex-end !important;
    gap: 8px !important;
  }
  .ohc-actions .ohc-btn {
    display: none !important;
  }
  .ohc-menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 46px !important;
  }
  .ohc-nav {
    position: fixed !important;
    inset: 72px 12px auto 12px !important;
    display: none !important;
    max-height: calc(100vh - 92px) !important;
    overflow-y: auto !important;
    padding: 12px !important;
    border: 1px solid rgba(15, 23, 42, .12) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .18) !important;
  }
  body.ohc-menu-open .ohc-nav {
    display: block !important;
  }
  .ohc-menu {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    width: 100% !important;
  }
  .ohc-menu > li {
    width: 100% !important;
  }
  .ohc-menu > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 44px !important;
    padding: 12px 14px !important;
    border-radius: 12px !important;
    font-size: 15px !important;
  }
  .ohc-menu > li:has(> .ohc-sub-menu) > a::after,
  .ohc-menu > li:has(> .ohc-mega-menu) > a::after {
    content: "+";
    font-weight: 700;
    color: var(--ohc-red);
  }
  .ohc-menu > li.ohc-submenu-open > a::after {
    content: "-";
  }
  .ohc-sub-menu,
  .ohc-mega-menu {
    position: static !important;
    display: none !important;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
    padding: 6px 0 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }
  .ohc-menu li:hover > .ohc-sub-menu,
  .ohc-menu li:focus-within > .ohc-sub-menu,
  .ohc-menu li:hover > .ohc-mega-menu,
  .ohc-menu li:focus-within > .ohc-mega-menu {
    display: none !important;
  }
  .ohc-menu > li.ohc-submenu-open > .ohc-sub-menu,
  .ohc-menu > li.ohc-submenu-open > .ohc-mega-menu {
    display: block !important;
  }
  .ohc-sub-menu ul,
  .ohc-mega-menu__panel {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 10px !important;
    border: 1px solid rgba(15, 23, 42, .08) !important;
    border-radius: 14px !important;
    background: #f8fafc !important;
  }
  .ohc-mega-menu__intro {
    padding: 4px 2px 8px !important;
  }
  .ohc-mega-menu__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    max-height: none !important;
  }
  .ohc-mega-link {
    min-width: 0 !important;
    padding: 8px !important;
    border-radius: 12px !important;
    background: #fff !important;
  }
  .ohc-mega-link img {
    width: 44px !important;
    height: 44px !important;
    border-radius: 10px !important;
    object-fit: cover !important;
  }
  .ohc-mega-link span {
    font-size: 12.5px !important;
    line-height: 1.25 !important;
  }
}

@media (max-width: 760px) {
  .ohc-container,
  .ohc-content,
  .ohc-content--narrow {
    width: min(calc(100% - 24px), var(--ohc-container)) !important;
  }
  .ohc-section {
    padding: 30px 0 !important;
  }
  .ohc-content {
    padding-top: 26px !important;
    padding-bottom: 38px !important;
  }
  .ohc-section-head {
    margin-bottom: 16px !important;
  }
  .ohc-page-hero {
    min-height: 230px !important;
  }
  .ohc-page-hero .ohc-container {
    padding: 28px 0 !important;
  }
  .ohc-page-hero h1 {
    font-size: 26px !important;
    line-height: 1.12 !important;
  }
  .ohc-grid,
  .ohc-home-category-grid,
  .ohc-category-grid,
  .ohc-content > .ohc-grid,
  .ohc-content .ohc-section .ohc-grid,
  .ohc-content .ohc-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
  .ohc-content .ohc-section > .ohc-grid:has(> .ohc-card),
  .ohc-content .ohc-section p > .ohc-grid:has(> .ohc-card) {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
  }
  .ohc-card {
    border-radius: 16px !important;
  }
  .ohc-card__image,
  .ohc-home-category-grid .ohc-card__image {
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
  }
  .ohc-card__body,
  .ohc-home-category-grid .ohc-card__body {
    min-height: 0 !important;
    padding: 13px !important;
  }
  .ohc-card__meta {
    margin-bottom: 6px !important;
    font-size: 10px !important;
  }
  .ohc-card__body h3 {
    font-size: 15.5px !important;
    line-height: 1.18 !important;
    margin-bottom: 6px !important;
  }
  .ohc-card__body p {
    font-size: 12.5px !important;
    line-height: 1.45 !important;
    margin-bottom: 8px !important;
  }
  .ohc-link {
    font-size: 12px !important;
  }
  .ohc-split {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .ohc-prose-card,
  .ohc-related-box {
    padding: 18px !important;
    border-radius: 18px !important;
  }
  .ohc-footer {
    padding: 34px 0 18px !important;
  }
  .ohc-footer__grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 18px !important;
  }
  .ohc-footer__grid > div:first-child,
  .ohc-footer__grid > div:last-child {
    grid-column: 1 / -1 !important;
  }
  .ohc-footer h3 {
    font-size: 15px !important;
    margin-bottom: 10px !important;
  }
  .ohc-footer p,
  .ohc-footer li,
  .ohc-footer a {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }
  .ohc-footer__bottom {
    gap: 8px !important;
    padding-top: 16px !important;
    margin-top: 22px !important;
  }
}

@media (max-width: 340px) {
  .ohc-grid,
  .ohc-home-category-grid,
  .ohc-category-grid,
  .ohc-content > .ohc-grid,
  .ohc-content .ohc-section .ohc-grid,
  .ohc-content .ohc-category-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Premium mobile navigation and spacing polish v1.0.21 */
.ohc-mobile-product-menu {
  display: none;
}

.ohc-footer__logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
}

.ohc-footer__logo img,
.site-footer .ohc-footer__logo img,
footer .ohc-footer__logo .custom-logo {
  max-width: 176px !important;
  max-height: 58px !important;
  object-fit: contain !important;
  filter: brightness(0) invert(1) !important;
}

@media (min-width: 1181px) {
  .ohc-header__inner {
    min-height: 76px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .ohc-logo {
    min-width: 168px !important;
  }

  .ohc-logo img {
    max-width: 210px !important;
    max-height: 58px !important;
  }
}

@media (max-width: 1180px) {
  .ohc-header {
    top: 0 !important;
  }

  .ohc-header__inner {
    min-height: 66px !important;
    padding: 7px 0 !important;
  }

  .ohc-logo {
    min-width: 0 !important;
  }

  .ohc-logo img {
    max-width: 166px !important;
    max-height: 46px !important;
  }

  .ohc-menu-toggle {
    width: 42px !important;
    height: 44px !important;
    flex-basis: 42px !important;
  }

  .ohc-nav {
    inset: 66px 12px auto 12px !important;
    max-height: calc(100vh - 82px) !important;
    padding: 10px !important;
  }

  .ohc-menu > li > a {
    min-height: 42px !important;
    padding: 10px 12px !important;
    font-size: 14px !important;
  }

  .ohc-menu > li.ohc-submenu-open > .ohc-mega-menu {
    display: block !important;
  }

  .ohc-mega-menu__panel {
    display: block !important;
    padding: 8px !important;
    border: 1px solid rgba(15, 23, 42, .08) !important;
    border-radius: 14px !important;
    background: #f8fafc !important;
  }

  .ohc-mega-menu__intro,
  .ohc-mega-menu__grid {
    display: none !important;
  }

  .ohc-mobile-product-menu {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 6px !important;
  }

  .ohc-mobile-product-menu a {
    display: flex !important;
    align-items: center !important;
    min-height: 40px !important;
    padding: 10px 12px !important;
    border: 1px solid rgba(15, 23, 42, .08) !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: var(--ohc-ink) !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
  }

  .ohc-sub-menu ul {
    padding: 8px !important;
    gap: 6px !important;
  }

  .ohc-sub-menu a {
    min-height: 38px !important;
    padding: 9px 11px !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 15px !important;
  }

  .ohc-container,
  .ohc-content,
  .ohc-content--narrow {
    width: min(calc(100% - 22px), var(--ohc-container)) !important;
  }

  .ohc-page-hero {
    min-height: 205px !important;
  }

  .ohc-page-hero .ohc-container {
    padding: 22px 0 !important;
  }

  .ohc-page-hero h1,
  .ohc-hero h1 {
    font-size: 25px !important;
    line-height: 1.12 !important;
    max-width: 11ch;
  }

  .ohc-page-hero p,
  .ohc-hero p {
    font-size: 14.5px !important;
    line-height: 1.5 !important;
  }

  .ohc-section {
    padding: 24px 0 !important;
  }

  .ohc-content {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
  }

  .ohc-section-head {
    gap: 8px !important;
    margin-bottom: 14px !important;
  }

  .ohc-section-head h2,
  .ohc-prose-card h2,
  .ohc-long-article h2 {
    font-size: 22px !important;
    line-height: 1.16 !important;
  }

  .ohc-prose-card h3,
  .ohc-long-article h3 {
    font-size: 18px !important;
    line-height: 1.22 !important;
  }

  .ohc-card__body,
  .ohc-home-category-grid .ohc-card__body {
    padding: 11px !important;
  }

  .ohc-card__body h3 {
    font-size: 14.5px !important;
  }

  .ohc-card__body p {
    display: none !important;
  }

  .ohc-link {
    margin-top: 4px !important;
  }

  .ohc-prose-card,
  .ohc-related-box,
  .ohc-form,
  .ohc-contact-card {
    padding: 16px !important;
    border-radius: 16px !important;
  }

  .ohc-footer__logo {
    margin-bottom: 24px !important;
  }

  .ohc-footer__logo img,
  .site-footer .ohc-footer__logo img,
  footer .ohc-footer__logo .custom-logo {
    max-width: 158px !important;
    max-height: 52px !important;
  }
}
