:root {
  --oc-red: #ed1c24;
  --oc-red-dark: #c91118;
  --oc-blue: #087fd9;
  --oc-blue-bright: #1198ee;
  --oc-ink: #101419;
  --oc-graphite: #0b0f13;
  --oc-graphite-2: #11171d;
  --oc-muted: #5f6974;
  --oc-line: #d9dee3;
  --oc-white: #fff;
  --oc-content: 1440px;
  --oc-gutter: clamp(22px, 4.5vw, 72px);
  --oc-shadow: 0 18px 60px rgba(6, 12, 18, 0.12);
  --oc-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--oc-white);
  color: var(--oc-ink);
  font-family: var(--oc-font);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

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

:focus-visible {
  outline: 3px solid var(--oc-blue-bright);
  outline-offset: 4px;
}

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

h1,
h2,
h3,
h4 {
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 12px 16px;
  background: var(--oc-white);
  color: var(--oc-ink);
}

.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid var(--oc-red);
  border-radius: 2px;
  background: var(--oc-red);
  color: var(--oc-white);
  font-size: 0.93rem;
  font-weight: 750;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  transform: translateY(-2px);
  border-color: var(--oc-red-dark);
  background: var(--oc-red-dark);
  color: var(--oc-white);
}

.button--small {
  min-height: 48px;
  padding-inline: 22px;
}

.button--small .icon {
  width: 20px;
  height: 20px;
}

.button--outline-light {
  border-color: var(--oc-blue-bright);
  background: rgba(8, 15, 21, 0.35);
  color: var(--oc-white);
}

.button--outline-light:hover {
  border-color: var(--oc-blue-bright);
  background: var(--oc-blue);
}

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

.button--outline-blue:hover {
  border-color: var(--oc-blue);
  background: var(--oc-blue);
  color: var(--oc-white);
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(8, 12, 16, 0.96);
  color: var(--oc-white);
  transition: box-shadow 180ms ease, background 180ms ease;
  backdrop-filter: blur(16px);
}

.site-header.is-scrolled {
  background: rgba(8, 12, 16, 0.985);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
}

.site-header__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(190px, 260px) 1fr auto;
  align-items: center;
  gap: clamp(24px, 3vw, 52px);
  width: min(100%, var(--oc-content));
  min-height: 86px;
  margin: 0 auto;
  padding: 0 var(--oc-gutter);
}

.site-brand,
.site-brand.custom-logo-link {
  display: inline-flex;
  width: min(250px, 100%);
  align-items: center;
}

.site-brand img,
.site-brand .custom-logo {
  width: 100%;
  max-height: 62px;
  object-fit: contain;
  object-position: left center;
}

.primary-navigation .menu,
.footer-navigation .menu {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.2vw, 38px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-navigation {
  justify-self: center;
}

.primary-navigation a {
  position: relative;
  display: block;
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.93rem;
  font-weight: 600;
}

.primary-navigation a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  background: var(--oc-blue-bright);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.primary-navigation a:hover::after,
.primary-navigation .current-menu-item > a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.primary-navigation .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-navigation .menu-item-shop-mega > .sub-menu {
  position: absolute;
  top: calc(100% - 1px);
  left: var(--oc-gutter);
  display: grid;
  visibility: hidden;
  width: calc(100% - (var(--oc-gutter) * 2));
  max-height: min(70vh, 620px);
  overflow-y: auto;
  padding: 28px;
  border-top: 3px solid var(--oc-red);
  background: #10161c;
  box-shadow: 0 28px 55px rgba(0, 0, 0, 0.34);
  opacity: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px 34px;
  transform: translateY(10px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.primary-navigation .menu-item-shop-mega:hover > .sub-menu,
.primary-navigation .menu-item-shop-mega:focus-within > .sub-menu,
.primary-navigation .menu-item-shop-mega.is-open > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.primary-navigation .menu-item-shop-mega > .sub-menu > li > a {
  padding: 0 0 10px;
  border-bottom: 1px solid #34404a;
  color: var(--oc-white);
  font-size: 1rem;
  font-weight: 800;
}

.primary-navigation .menu-item-shop-mega > .sub-menu > li > a::after {
  display: none;
}

.primary-navigation .menu-item-shop-mega > .sub-menu > .shop-mega-menu__all {
  grid-column: 1 / -1;
}

.primary-navigation .menu-item-shop-mega > .sub-menu > .shop-mega-menu__all > a {
  display: inline-flex;
  width: auto;
  padding: 10px 16px;
  border: 1px solid var(--oc-red);
  background: var(--oc-red);
}

.primary-navigation .menu-item-shop-mega .sub-menu .sub-menu {
  display: grid;
  margin-top: 10px;
  gap: 2px;
}

.primary-navigation .menu-item-shop-mega .sub-menu .sub-menu a {
  padding: 6px 0;
  color: #aeb9c2;
  font-size: 0.86rem;
  font-weight: 500;
}

.primary-navigation .menu-item-shop-mega .sub-menu .sub-menu a::after {
  display: none;
}

.primary-navigation .menu-item-shop-mega .sub-menu .sub-menu a:hover {
  color: var(--oc-blue-bright);
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-icon {
  position: relative;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--oc-white);
  transition: color 180ms ease;
}

.header-icon:hover {
  color: var(--oc-blue-bright);
}

.site-cart__count {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  place-items: center;
  border-radius: 20px;
  background: var(--oc-blue);
  color: var(--oc-white);
  font-size: 0.68rem;
  font-weight: 800;
}

.button--header {
  min-height: 48px;
  padding-inline: 22px;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--oc-white);
}

.menu-toggle__close {
  display: none;
}

.hero {
  position: relative;
  min-height: min(820px, calc(100svh - 86px));
  overflow: hidden;
  border-bottom: 1px solid #303840;
  background: var(--oc-graphite);
  color: var(--oc-white);
  isolation: isolate;
}

.hero__media {
  position: absolute;
  z-index: -2;
  inset: 0 0 0 38%;
}

.hero__media::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, var(--oc-graphite) 0%, rgba(11, 15, 19, 0.96) 12%, rgba(11, 15, 19, 0.25) 54%, rgba(11, 15, 19, 0.02) 100%);
  content: "";
  pointer-events: none;
}

.hero__media::after {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(0deg, var(--oc-graphite), transparent);
  content: "";
  pointer-events: none;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}

.hero__inner {
  display: flex;
  width: min(100%, var(--oc-content));
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(80px, 10vw, 150px) var(--oc-gutter);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.hero h1 {
  width: min(810px, 64vw);
  margin-bottom: 28px;
  font-size: clamp(3.5rem, 5.4vw, 6rem);
  line-height: 0.95;
}

.hero p {
  width: min(630px, 54vw);
  margin-bottom: 38px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.08rem, 1.7vw, 1.45rem);
  line-height: 1.55;
}

.hero__actions,
.contact-section__buttons,
.error-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.services-section,
.shop-section,
.projects-section,
.contact-section {
  scroll-margin-top: 86px;
}

.services-section {
  background: var(--oc-white);
}

.section-intro {
  width: min(100%, var(--oc-content));
  margin: 0 auto;
  padding: clamp(90px, 11vw, 180px) var(--oc-gutter) clamp(70px, 8vw, 120px);
  border-bottom: 1px solid var(--oc-line);
  text-align: center;
}

.section-intro h2 {
  max-width: 1000px;
  margin: 0 auto 28px;
  font-size: clamp(3rem, 6vw, 6.4rem);
}

.section-intro p {
  max-width: 660px;
  margin: 0 auto;
  color: var(--oc-muted);
  font-size: clamp(1.05rem, 1.65vw, 1.4rem);
}

.services-list {
  width: min(100%, var(--oc-content));
  margin: 0 auto;
  padding-inline: var(--oc-gutter);
}

.service-story {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  min-height: 730px;
  border-bottom: 1px solid var(--oc-line);
}

.service-story--reverse {
  grid-template-columns: minmax(390px, 0.92fr) minmax(0, 1.08fr);
}

.service-story__media {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: var(--oc-graphite);
}

.service-story--reverse .service-story__media {
  grid-column: 2;
}

.service-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-story__media-number {
  position: absolute;
  top: 28px;
  left: 28px;
  color: var(--oc-red);
  font-size: 1.15rem;
  font-weight: 800;
}

.service-story__content {
  display: flex;
  padding: clamp(58px, 7vw, 110px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.service-story--reverse .service-story__content {
  grid-row: 1;
  grid-column: 1;
}

.service-story__number {
  margin-bottom: 22px;
  color: var(--oc-red);
  font-weight: 800;
}

.service-story h3 {
  margin-bottom: 26px;
  font-size: clamp(2.8rem, 4.8vw, 5.2rem);
}

.service-story__content > p {
  max-width: 530px;
  margin-bottom: 36px;
  color: var(--oc-muted);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.65;
}

.service-benefits {
  display: grid;
  width: 100%;
  gap: 20px;
  margin: 0 0 38px;
  padding: 0;
  list-style: none;
}

.service-benefits li {
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 600;
}

.service-benefits .icon {
  width: 30px;
  height: 30px;
  color: var(--oc-blue);
  stroke-width: 1.7;
}

.shop-section {
  width: min(100%, var(--oc-content));
  margin: 0 auto;
  padding: clamp(90px, 10vw, 150px) var(--oc-gutter);
  background: var(--oc-white);
}

.shop-section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 42px;
}

.shop-section__header h2 {
  margin-bottom: 20px;
  font-size: clamp(3.2rem, 5.4vw, 6rem);
}

.shop-section__header p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--oc-muted);
  font-size: 1.12rem;
}

.text-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  color: var(--oc-blue);
  font-weight: 750;
}

.text-link .icon {
  width: 20px;
  transition: transform 180ms ease;
}

.text-link:hover .icon {
  transform: translateX(5px);
}

.category-rail {
  display: flex;
  gap: clamp(20px, 3vw, 44px);
  overflow-x: auto;
  margin-bottom: 34px;
  padding: 0 0 15px;
  border-bottom: 1px solid var(--oc-line);
  scrollbar-width: thin;
}

.category-rail a {
  flex: 0 0 auto;
  color: #313942;
  font-size: 0.95rem;
  font-weight: 650;
}

.category-rail a:first-child,
.category-rail a:hover {
  color: var(--oc-blue);
}

.home-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--oc-line);
  border-left: 1px solid var(--oc-line);
}

.product-card {
  display: flex;
  min-width: 0;
  border-right: 1px solid var(--oc-line);
  border-bottom: 1px solid var(--oc-line);
  background: var(--oc-white);
  flex-direction: column;
}

.product-card__image {
  display: grid;
  aspect-ratio: 1 / 0.88;
  overflow: hidden;
  place-items: center;
  background: #f8fafb;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  padding: 22px;
  object-fit: contain;
  transition: transform 280ms ease;
}

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

.product-card__body {
  display: flex;
  min-height: 220px;
  padding: 22px;
  flex: 1;
  flex-direction: column;
}

.product-card h3 {
  margin-bottom: 14px;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.32;
  letter-spacing: -0.025em;
}

.product-card__price {
  margin-bottom: 22px;
  color: var(--oc-blue);
  font-size: 1.05rem;
  font-weight: 800;
}

.product-card__price del {
  margin-right: 8px;
  color: var(--oc-muted);
  font-size: 0.9rem;
}

.product-card__button {
  display: flex;
  min-height: 44px;
  margin-top: auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--oc-red);
  color: var(--oc-red);
  font-size: 0.88rem;
  font-weight: 750;
  transition: background 180ms ease, color 180ms ease;
}

.product-card__button .icon {
  width: 19px;
}

.product-card__button:hover {
  background: var(--oc-red);
  color: var(--oc-white);
}

.woocommerce-notice {
  padding: 24px;
  border: 1px solid var(--oc-line);
  color: var(--oc-muted);
}

.projects-section {
  padding: clamp(90px, 10vw, 150px) max(var(--oc-gutter), calc((100vw - var(--oc-content)) / 2 + var(--oc-gutter)));
  background: var(--oc-graphite);
  color: var(--oc-white);
}

.projects-section__lead {
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
  margin-bottom: 60px;
}

.projects-section__lead h2 {
  max-width: 520px;
  margin-bottom: 28px;
  font-size: clamp(3.2rem, 5.8vw, 6.2rem);
}

.projects-section__lead p {
  max-width: 520px;
  margin-bottom: 34px;
  color: #aab3bc;
  font-size: 1.16rem;
}

.projects-section__image {
  aspect-ratio: 1.7 / 1;
  overflow: hidden;
}

.projects-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.project-list li {
  display: grid;
  grid-template-columns: 54px minmax(220px, 0.8fr) minmax(260px, 1.2fr) 30px;
  gap: 18px;
  align-items: center;
  min-height: 78px;
  border-bottom: 1px solid #394149;
}

.project-list li:first-child {
  border-top: 1px solid #394149;
}

.project-list__number {
  color: var(--oc-blue-bright);
  font-weight: 800;
}

.project-list strong {
  font-size: clamp(1.05rem, 1.8vw, 1.55rem);
}

.project-list li > span:nth-child(3) {
  color: #b1bac2;
}

.project-list .icon {
  width: 21px;
  color: #b1bac2;
}

.about-strip {
  display: grid;
  min-height: 250px;
  padding: 60px var(--oc-gutter);
  place-items: center;
  background: var(--oc-white);
}

.about-strip p {
  max-width: 1040px;
  margin: 0;
  color: var(--oc-ink);
  font-size: clamp(1.5rem, 3.2vw, 3.2rem);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.25;
  text-align: center;
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.contact-section__cta {
  padding: clamp(70px, 8vw, 130px) max(var(--oc-gutter), calc((100vw - var(--oc-content)) / 2 + var(--oc-gutter)));
  padding-right: clamp(50px, 7vw, 110px);
  background: var(--oc-white);
}

.contact-section__cta h2 {
  max-width: 720px;
  margin-bottom: 28px;
  font-size: clamp(3rem, 5.4vw, 6rem);
}

.contact-section__cta p {
  max-width: 650px;
  margin-bottom: 36px;
  color: var(--oc-muted);
  font-size: 1.18rem;
}

.contact-list {
  display: grid;
  margin: 0;
  padding: clamp(70px, 8vw, 130px) max(var(--oc-gutter), calc((100vw - var(--oc-content)) / 2 + var(--oc-gutter)));
  padding-left: clamp(50px, 7vw, 110px);
  background: var(--oc-graphite-2);
  color: var(--oc-white);
  align-content: center;
  list-style: none;
}

.contact-list li {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid #414951;
  color: #f2f4f5;
  font-size: clamp(0.96rem, 1.35vw, 1.18rem);
}

.contact-list li:first-child {
  border-top: 1px solid #414951;
}

.contact-list .icon {
  color: var(--oc-white);
}

.contact-list a:hover {
  color: var(--oc-blue-bright);
}

.contact-list__plain {
  padding-left: 42px;
  color: #bac2c9 !important;
}

.site-footer {
  padding: 60px max(var(--oc-gutter), calc((100vw - var(--oc-content)) / 2 + var(--oc-gutter))) 26px;
  background: #070b0f;
  color: var(--oc-white);
}

.site-footer__top {
  display: grid;
  grid-template-columns: minmax(220px, 1.1fr) minmax(280px, 1.3fr) minmax(230px, 0.9fr) minmax(220px, 0.8fr);
  gap: 36px;
  align-items: start;
  padding-bottom: 48px;
}

.site-footer__brand img {
  width: min(290px, 100%);
}

.footer-navigation .menu {
  flex-wrap: wrap;
  gap: 16px 28px;
}

.footer-navigation a,
.site-footer__social a,
.site-footer__commerce span {
  color: #cbd1d6;
  font-size: 0.9rem;
}

.footer-navigation a:hover,
.site-footer__social a:hover {
  color: var(--oc-blue-bright);
}

.site-footer__social,
.site-footer__commerce {
  display: grid;
  gap: 13px;
}

.site-footer__bottom {
  padding-top: 22px;
  border-top: 1px solid var(--oc-blue);
}

.site-footer__bottom p {
  margin: 0;
  color: #b4bdc4;
  font-size: 0.82rem;
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 600ms ease, transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-ready .reveal.is-visible {
  opacity: 1;
  transform: none;
}

.content-shell,
.commerce-shell {
  width: min(100%, 1280px);
  min-height: 55vh;
  margin: 0 auto;
  padding: clamp(70px, 9vw, 130px) var(--oc-gutter);
}

.commerce-shell {
  width: min(100%, var(--oc-content));
}

.page-header {
  max-width: 900px;
  margin-bottom: 60px;
}

.page-header h1 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 6.4rem);
}

.entry-content {
  max-width: 900px;
  margin-inline: auto;
}

.entry-content > *:not(.alignwide):not(.alignfull),
.entry-content .wp-block-group__inner-container > * {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.entry-content > .alignwide {
  width: min(1100px, 100%);
  max-width: 1100px;
  margin-inline: auto;
}

.entry-content > .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}

.entry-content img {
  margin-bottom: 32px;
}

.entry-meta {
  color: var(--oc-muted);
}

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

.post-card {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--oc-line);
}

.post-card h2 {
  margin-top: 24px;
  font-size: 1.8rem;
}

.error-page {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.error-page__code {
  margin-bottom: 5px;
  color: var(--oc-red);
  font-size: 1.3rem;
  font-weight: 800;
}

.error-page h1 {
  margin-bottom: 20px;
  font-size: clamp(3rem, 6vw, 6rem);
}

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 36px;
  color: var(--oc-muted);
  font-size: 0.85rem;
}

.woocommerce .woocommerce-breadcrumb a {
  color: var(--oc-blue);
}

.woocommerce-products-header__title,
.woocommerce-account .woocommerce h2,
.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title {
  margin-bottom: 40px;
  font-size: clamp(2.7rem, 5vw, 5rem);
}

.woocommerce div.product .product_title {
  margin-bottom: 22px;
  font-size: clamp(2rem, 3.2vw, 3.6rem);
  line-height: 1.04;
}

.woocommerce ul.products {
  display: grid;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--oc-line);
  border-left: 1px solid var(--oc-line);
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: grid;
  width: 100% !important;
  max-width: none;
  margin: 0;
  padding: 22px;
  border-right: 1px solid var(--oc-line);
  border-bottom: 1px solid var(--oc-line);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 4px;
  align-items: stretch;
  box-sizing: border-box;
}

.woocommerce ul.products li.product > .woocommerce-LoopProduct-link {
  display: flex;
  min-width: 0;
  grid-column: 1 / -1;
  flex-direction: column;
}

.woocommerce ul.products li.product > .button,
.woocommerce ul.products li.product > a.compare,
.woocommerce ul.products li.product > .compare.button {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  margin: 0;
  padding: 10px 12px;
  text-align: center;
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 0.9;
  object-fit: contain;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 54px;
  font-size: 0.86rem;
  line-height: 1.32;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--oc-blue);
  font-weight: 800;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link .price {
  margin-top: auto;
  padding-top: 14px;
}

.shop-categories {
  margin: 0 0 48px;
  padding: 24px 0 20px;
  background: var(--oc-ink);
  color: var(--oc-white);
}

.shop-categories__heading {
  display: flex;
  margin-bottom: 18px;
  padding: 0 22px;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.shop-categories__heading .eyebrow {
  color: var(--oc-red);
}

.shop-categories__heading h2 {
  margin: 0;
  color: var(--oc-white);
  font-size: clamp(1.45rem, 2.3vw, 2.25rem);
}

.shop-categories__list {
  display: flex;
  overflow-x: auto;
  padding: 0 22px 10px;
  gap: 10px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: #47525c transparent;
  scrollbar-width: thin;
}

.shop-categories__controls {
  display: flex;
  gap: 8px;
}

.shop-categories__controls button {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #3c4650;
  background: transparent;
  color: var(--oc-white);
  font-size: 1.2rem;
  cursor: pointer;
  place-items: center;
  transition: border-color 180ms ease, background 180ms ease;
}

.shop-categories__controls button:hover {
  border-color: var(--oc-red);
  background: var(--oc-red);
}

.shop-category {
  display: flex;
  min-width: clamp(180px, 20vw, 260px);
  min-height: 86px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--oc-white);
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  transition: background 180ms ease, color 180ms ease;
  scroll-snap-align: start;
}

.shop-category span {
  font-size: 1.05rem;
  font-weight: 800;
}

.shop-category small {
  color: #9ca9b3;
}

.shop-category:hover {
  background: var(--oc-red);
  color: var(--oc-white);
}

.shop-category:hover small {
  color: var(--oc-white);
}

.woocommerce span.onsale {
  min-width: auto;
  min-height: auto;
  padding: 7px 10px;
  border-radius: 2px;
  background: var(--oc-red);
  line-height: 1;
}

.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .quantity .qty,
.woocommerce select {
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #cbd2d8;
  border-radius: 2px;
  background: var(--oc-white);
}

.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
  gap: clamp(40px, 6vw, 90px);
  align-items: start;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none;
  width: auto;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image img {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
}

.woocommerce div.product .woocommerce-product-details__short-description h1,
.woocommerce div.product .woocommerce-product-details__short-description h2,
.woocommerce div.product .woocommerce-product-details__short-description h3 {
  margin: 18px 0 10px;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.25;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related,
.woocommerce div.product .upsells {
  grid-column: 1 / -1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 2px 2px 0 0;
}

.woocommerce table.shop_table {
  border-radius: 2px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: var(--oc-blue);
  background: #f5f8fa;
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--oc-blue);
}

@media (max-width: 1180px) {
  .site-header__inner {
    grid-template-columns: minmax(170px, 210px) 1fr auto;
    gap: 22px;
  }

  .primary-navigation .menu {
    gap: 20px;
  }

  .button--header {
    display: none;
  }

  .service-story,
  .service-story--reverse {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  }

  .service-story__content {
    padding: 56px;
  }

  .home-products,
  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .site-footer__top {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .site-footer__commerce {
    grid-column: 2 / -1;
  }
}

@media (max-width: 900px) {
  .site-header__inner {
    display: flex;
    min-height: 76px;
    justify-content: space-between;
  }

  .site-brand {
    width: 210px;
  }

  .menu-toggle {
    display: grid;
    margin-left: auto;
    place-items: center;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle__open {
    display: none;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle__close {
    display: block;
  }

  .primary-navigation {
    position: absolute;
    top: 100%;
    left: 50%;
    display: none;
    width: 100vw;
    min-height: calc(100vh - 76px);
    overflow-y: auto;
    padding: 32px var(--oc-gutter);
    background: var(--oc-graphite);
    transform: translateX(-50%);
  }

  .primary-navigation.is-open {
    display: block;
  }

  .primary-navigation .menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .primary-navigation a {
    padding: 18px 0;
    border-bottom: 1px solid #303943;
    font-size: 1.2rem;
  }

  .primary-navigation .menu-item-shop-mega > a::before {
    position: absolute;
    right: 4px;
    content: "+";
    color: var(--oc-blue-bright);
  }

  .primary-navigation .menu-item-shop-mega.is-open > a::before {
    content: "−";
  }

  .primary-navigation .menu-item-shop-mega > .sub-menu {
    position: static;
    display: none;
    visibility: visible;
    width: 100%;
    max-height: none;
    padding: 18px 0 26px 18px;
    border-top: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    transform: none;
  }

  .primary-navigation .menu-item-shop-mega:hover > .sub-menu,
  .primary-navigation .menu-item-shop-mega:focus-within > .sub-menu {
    display: none;
  }

  .primary-navigation .menu-item-shop-mega.is-open > .sub-menu {
    display: grid;
  }

  .primary-navigation .menu-item-shop-mega > .sub-menu > .shop-mega-menu__all {
    grid-column: 1 / -1;
  }

  .primary-navigation .menu-item-shop-mega > .sub-menu > li > a {
    padding: 8px 0;
    font-size: 0.95rem;
  }

  .primary-navigation .menu-item-shop-mega .sub-menu .sub-menu a {
    padding: 5px 0;
    border-bottom: 0;
    font-size: 0.82rem;
  }

  .site-header__actions .header-icon:first-child {
    display: none;
  }

  .hero {
    min-height: 760px;
  }

  .hero__media {
    inset: 34% 0 0 23%;
  }

  .hero__media::before {
    background: linear-gradient(180deg, var(--oc-graphite) 0%, rgba(11, 15, 19, 0.95) 14%, rgba(11, 15, 19, 0.12) 58%, var(--oc-graphite) 100%);
  }

  .hero__inner {
    justify-content: flex-start;
  }

  .hero h1,
  .hero p {
    width: min(100%, 700px);
  }

  .service-story,
  .service-story--reverse {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .service-story--reverse .service-story__media,
  .service-story--reverse .service-story__content {
    grid-column: auto;
    grid-row: auto;
  }

  .service-story__media {
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 4.6;
  }

  .service-story__content {
    padding: 56px 0 70px;
  }

  .shop-section__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-products,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .projects-section__lead {
    grid-template-columns: 1fr;
  }

  .projects-section__image {
    aspect-ratio: 1.45 / 1;
  }

  .project-list li {
    grid-template-columns: 46px 1fr 26px;
    padding: 18px 0;
  }

  .project-list li > span:nth-child(3) {
    grid-column: 2;
  }

  .project-list .icon {
    grid-row: 1 / 3;
    grid-column: 3;
  }

  .contact-section {
    grid-template-columns: 1fr;
  }

  .contact-section__cta,
  .contact-list {
    padding: 76px var(--oc-gutter);
  }

  .site-footer__top {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer__commerce {
    grid-column: auto;
  }

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

@media (max-width: 620px) {
  :root {
    --oc-gutter: 20px;
  }

  .site-brand {
    width: 168px;
  }

  .site-header__actions {
    gap: 2px;
  }

  .site-header__actions .header-icon:first-child {
    display: none;
  }

  .hero {
    min-height: 720px;
  }

  .hero__inner {
    padding-top: 76px;
  }

  .hero h1 {
    font-size: clamp(3.25rem, 15vw, 4.7rem);
  }

  .hero p {
    font-size: 1rem;
  }

  .hero__actions,
  .contact-section__buttons {
    width: 100%;
    flex-direction: column;
  }

  .hero__actions .button,
  .contact-section__buttons .button {
    width: 100%;
  }

  .section-intro {
    padding-top: 82px;
  }

  .section-intro h2,
  .shop-section__header h2,
  .projects-section__lead h2,
  .contact-section__cta h2 {
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .service-story__content {
    padding: 46px 0 64px;
  }

  .service-story h3 {
    font-size: 2.75rem;
  }

  .service-benefits li {
    gap: 14px;
    font-size: 0.94rem;
  }

  .home-products,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commerce-shell {
    padding: 42px 14px 70px;
  }

  .woocommerce-products-header__title {
    margin-bottom: 24px;
    font-size: 2rem;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    padding: 10px;
  }

  .woocommerce ul.products li.product a img {
    margin-bottom: 10px;
    aspect-ratio: 1 / 0.92;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 52px;
    padding: 0;
    font-size: 0.7rem;
    line-height: 1.3;
  }

  .woocommerce ul.products li.product .price {
    margin-bottom: 10px;
    font-size: 0.82rem;
  }

  .woocommerce ul.products li.product > .button,
  .woocommerce ul.products li.product > a.compare,
  .woocommerce ul.products li.product > .compare.button {
    min-height: 42px;
    padding: 6px 3px;
    font-size: 0.66rem;
    line-height: 1.1;
  }

  .woocommerce div.product {
    gap: 20px;
  }

  .woocommerce div.product div.images {
    margin-bottom: 0;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image img {
    max-height: 290px;
  }

  .woocommerce div.product .flex-control-thumbs {
    display: flex;
    margin-top: 8px;
    gap: 6px;
  }

  .woocommerce div.product .flex-control-thumbs li {
    width: 60px;
  }

  .woocommerce div.product .product_title {
    margin-bottom: 12px;
    font-size: clamp(1.65rem, 8vw, 2.15rem);
    line-height: 1.08;
  }

  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    margin-bottom: 14px;
    font-size: 1.2rem;
  }

  .woocommerce div.product .woocommerce-product-details__short-description h1,
  .woocommerce div.product .woocommerce-product-details__short-description h2,
  .woocommerce div.product .woocommerce-product-details__short-description h3 {
    font-size: 1.15rem;
  }

  .shop-categories__heading {
    align-items: end;
  }

  .shop-categories__heading .eyebrow {
    margin-bottom: 10px;
  }

  .shop-categories__list {
    padding-inline: 16px;
  }

  .shop-categories__heading {
    padding-inline: 16px;
  }

  .shop-categories__controls button {
    width: 38px;
    height: 38px;
  }

  .primary-navigation .menu-item-shop-mega > .sub-menu {
    grid-template-columns: 1fr;
  }

  .product-card__image {
    aspect-ratio: 1.2 / 1;
  }

  .projects-section__lead {
    gap: 38px;
  }

  .project-list li {
    grid-template-columns: 38px 1fr;
  }

  .project-list li > span:nth-child(3) {
    grid-column: 2;
  }

  .project-list .icon {
    display: none;
  }

  .contact-section__cta,
  .contact-list {
    padding: 64px var(--oc-gutter);
  }

  .contact-list li {
    align-items: flex-start;
    padding: 16px 0;
  }

  .contact-list__plain {
    padding-left: 42px !important;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
  }

  .footer-navigation .menu {
    align-items: flex-start;
    flex-direction: column;
  }

  .post-list {
    grid-template-columns: 1fr;
  }

  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering {
    float: none;
  }
}

/* Commerce finishing details */
.site-header__actions .header-icon:first-child {
  display: none;
}

.shop-category {
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  gap: 12px;
}

.shop-category__icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  overflow: hidden;
  border-radius: 5px;
  background: var(--oc-white);
  color: var(--oc-red);
  place-items: center;
}

.shop-category__icon img {
  width: 100%;
  height: 100%;
  padding: 4px;
  object-fit: contain;
}

.shop-category__icon .icon {
  width: 22px;
  height: 22px;
}

.shop-category__content,
.shop-category__name {
  display: block;
  min-width: 0;
}

.shop-category__name {
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 72px;
  flex: 0 0 72px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  padding: 0;
  list-style: none;
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Premium commerce system — v1.2 */
body.woocommerce-page,
body.woocommerce-shop,
body.tax-product_cat {
  background: #f4f6f8;
}

.site-header__inner {
  grid-template-areas:
    "brand search actions"
    "nav nav nav";
  grid-template-columns: minmax(180px, 230px) minmax(320px, 1fr) auto;
  gap: 0 clamp(24px, 3vw, 48px);
  padding-top: 12px;
}

.site-brand {
  grid-area: brand;
}

.header-product-search {
  display: grid;
  overflow: hidden;
  min-width: 0;
  height: 46px;
  border: 1px solid #35404a;
  border-radius: 7px;
  background: #171d23;
  grid-area: search;
  grid-template-columns: 1fr 48px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.header-product-search:focus-within {
  border-color: var(--oc-blue-bright);
  box-shadow: 0 0 0 3px rgba(17, 152, 238, 0.13);
}

.header-product-search input[type="search"] {
  min-width: 0;
  padding: 0 16px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--oc-white);
  font-size: 0.9rem;
}

.header-product-search input::placeholder {
  color: #8e99a3;
}

.header-product-search button {
  display: grid;
  padding: 0;
  border: 0;
  border-left: 1px solid #35404a;
  background: transparent;
  color: var(--oc-white);
  cursor: pointer;
  place-items: center;
}

.header-product-search button:hover {
  background: var(--oc-red);
}

.primary-navigation {
  width: 100%;
  border-top: 1px solid #252c33;
  grid-area: nav;
  justify-self: stretch;
}

.primary-navigation .menu {
  min-height: 46px;
  justify-content: center;
}

.site-header__actions {
  grid-area: actions;
}

.commerce-shell {
  width: min(100%, 1480px);
  padding-top: clamp(44px, 5vw, 72px);
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 24px;
  font-size: 0.8rem;
}

.woocommerce-products-header__title {
  margin-bottom: 28px;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.shop-categories {
  overflow: hidden;
  margin-bottom: 34px;
  padding: 18px 0 12px;
  border: 1px solid #e1e6ea;
  border-radius: 8px;
  background: var(--oc-white);
  color: var(--oc-ink);
  box-shadow: 0 8px 24px rgba(16, 20, 25, 0.045);
}

.shop-categories__heading {
  margin-bottom: 14px;
}

.shop-categories__heading .eyebrow {
  display: none;
}

.shop-categories__heading h2 {
  color: var(--oc-ink);
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.shop-categories__controls button {
  width: 38px;
  height: 38px;
  border-color: #dce2e7;
  border-radius: 50%;
  color: var(--oc-ink);
}

.shop-category {
  min-width: clamp(160px, 14vw, 210px);
  min-height: 74px;
  padding: 14px 16px;
  border-color: #e1e6ea;
  border-radius: 6px;
  background: #f9fafb;
  color: var(--oc-ink);
}

.shop-category span {
  font-size: 0.92rem;
}

.shop-category small {
  color: #74808b;
  font-size: 0.75rem;
}

.shop-category:hover {
  border-color: var(--oc-red);
  background: var(--oc-white);
  color: var(--oc-red);
}

.shop-category:hover small {
  color: #74808b;
}

.shop-tools {
  float: left;
  margin: 0 14px 24px 0;
}

.shop-filter-toggle {
  display: inline-flex;
  min-height: 46px;
  padding: 0 17px;
  border: 1px solid #d6dde3;
  border-radius: 6px;
  background: var(--oc-white);
  color: var(--oc-ink);
  cursor: pointer;
  align-items: center;
  gap: 9px;
  font-size: 0.85rem;
  font-weight: 750;
}

.shop-filter-toggle .icon {
  width: 19px;
}

.woocommerce .woocommerce-result-count {
  margin: 12px 0 24px;
  color: #69747e;
  font-size: 0.82rem;
}

.woocommerce .woocommerce-ordering {
  margin-bottom: 24px;
}

.woocommerce .woocommerce-ordering select {
  min-width: 210px;
  border-color: #d6dde3;
  border-radius: 6px;
  background: var(--oc-white);
  font-size: 0.84rem;
}

.shop-filter-backdrop {
  position: fixed;
  z-index: 1190;
  inset: 0;
  display: block;
  visibility: hidden;
  padding: 0;
  border: 0;
  background: rgba(6, 10, 14, 0.52);
  opacity: 0;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.shop-filter-drawer {
  position: fixed;
  z-index: 1200;
  top: 0;
  right: 0;
  width: min(420px, 92vw);
  height: 100vh;
  overflow-y: auto;
  padding: 28px;
  border-left: 1px solid #dce2e7;
  background: var(--oc-white);
  box-shadow: -18px 0 55px rgba(6, 10, 14, 0.18);
  transform: translateX(102%);
  transition: transform 220ms ease;
}

.filter-open {
  overflow: hidden;
}

.filter-open .shop-filter-backdrop {
  visibility: visible;
  opacity: 1;
}

.filter-open .shop-filter-drawer {
  transform: translateX(0);
}

.shop-filter-drawer__header {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e3e7eb;
  align-items: center;
  justify-content: space-between;
}

.shop-filter-drawer__header h2 {
  margin: 0;
  font-size: 1.55rem;
}

.shop-filter-drawer__header button {
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #dce2e7;
  border-radius: 50%;
  background: var(--oc-white);
  cursor: pointer;
  place-items: center;
}

.shop-filter-group,
.shop-price-filter {
  margin-bottom: 30px;
}

.shop-filter-group h3,
.shop-price-filter h3 {
  margin-bottom: 15px;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.shop-filter-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.shop-filter-group a {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #eef1f3;
  align-items: center;
  justify-content: space-between;
  font-size: 0.88rem;
}

.shop-filter-group a:hover {
  color: var(--oc-red);
}

.shop-filter-group small {
  color: #87929c;
}

.shop-price-filter > div {
  display: grid;
  margin-bottom: 14px;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.shop-price-filter label span {
  display: block;
  margin-bottom: 6px;
  color: #6d7781;
  font-size: 0.72rem;
  font-weight: 700;
}

.shop-price-filter input {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid #d6dde3;
  border-radius: 5px;
}

.shop-price-filter .button {
  width: 100%;
  border-radius: 6px;
}

.woocommerce ul.products {
  clear: both;
  gap: 18px;
  border: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  overflow: hidden;
  padding: 15px;
  border: 1px solid #e0e5e9;
  border-radius: 8px;
  background: var(--oc-white);
  box-shadow: 0 8px 22px rgba(18, 27, 35, 0.045);
  gap: 8px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.woocommerce ul.products li.product:hover {
  border-color: #cfd7dd;
  box-shadow: 0 16px 34px rgba(18, 27, 35, 0.09);
  transform: translateY(-4px);
}

.woocommerce ul.products li.product a img {
  width: 100%;
  margin-bottom: 16px;
  padding: 12px;
  border-radius: 6px;
  background: #f8fafb;
  object-fit: contain;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 58px;
  padding: 0 2px;
  font-size: 0.88rem;
  font-weight: 720;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.woocommerce ul.products li.product .price {
  padding-inline: 2px;
  font-size: 1rem;
}

.woocommerce ul.products li.product > .button,
.woocommerce ul.products li.product > a.compare,
.woocommerce ul.products li.product > .compare.button {
  min-height: 43px;
  border-radius: 5px;
  font-size: 0.75rem;
}

.woocommerce ul.products li.product > .button:not(.compare) {
  border-color: var(--oc-red);
  background: var(--oc-red);
  color: var(--oc-white);
  order: 2;
}

.woocommerce ul.products li.product > a.compare,
.woocommerce ul.products li.product > .compare.button {
  border-color: #d6dde3;
  background: var(--oc-white);
  color: #5e6973;
  order: 1;
}

.woocommerce ul.products li.product > a.compare:hover,
.woocommerce ul.products li.product > .compare.button:hover {
  border-color: var(--oc-blue);
  background: #f3f9fe;
  color: var(--oc-blue);
  transform: none;
}

.woocommerce span.onsale {
  top: 12px;
  left: 12px;
  margin: 0;
  padding: 7px 10px;
  border-radius: 4px;
  box-shadow: 0 5px 14px rgba(237, 28, 36, 0.22);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.commerce-trust {
  display: grid;
  clear: both;
  margin-top: 42px;
  padding: 22px 24px;
  border: 1px solid #dde3e7;
  border-radius: 8px;
  background: var(--oc-white);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.commerce-trust > div {
  display: flex;
  min-width: 0;
  padding: 4px 24px;
  border-right: 1px solid #e3e7ea;
  align-items: center;
  gap: 14px;
}

.commerce-trust > div:last-child {
  border-right: 0;
}

.commerce-trust .icon {
  width: 30px;
  height: 30px;
  color: var(--oc-blue);
}

.commerce-trust span,
.commerce-trust strong,
.commerce-trust small {
  display: block;
}

.commerce-trust strong {
  font-size: 0.84rem;
}

.commerce-trust small {
  margin-top: 2px;
  color: #737e88;
  font-size: 0.72rem;
  line-height: 1.35;
}

/* Premium product detail */
body.single-product .commerce-shell {
  padding-top: 34px;
}

.woocommerce div.product {
  gap: clamp(28px, 4vw, 58px);
}

.woocommerce div.product div.images {
  padding: clamp(18px, 2.4vw, 32px);
  border: 1px solid #dfe5e9;
  border-radius: 8px;
  background: var(--oc-white);
  box-shadow: 0 10px 30px rgba(18, 27, 35, 0.05);
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image img {
  max-height: 520px;
  border-radius: 6px;
  background: #f9fafb;
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: flex;
  margin-top: 12px;
  gap: 8px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  overflow: hidden;
  border: 1px solid #dce2e7;
  border-radius: 5px;
}

.woocommerce div.product div.summary {
  margin: 0;
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid #dfe5e9;
  border-radius: 8px;
  background: var(--oc-white);
  box-shadow: 0 10px 30px rgba(18, 27, 35, 0.05);
}

.woocommerce div.product .product_title {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  margin-bottom: 18px;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.woocommerce div.product .woocommerce-product-details__short-description {
  color: #515d67;
  font-size: 0.94rem;
  line-height: 1.65;
}

.woocommerce div.product form.cart {
  display: flex;
  margin: 24px 0 0;
  align-items: stretch;
  gap: 10px;
}

.woocommerce div.product form.cart .quantity {
  margin: 0;
}

.woocommerce div.product form.cart .qty {
  width: 76px;
  height: 52px;
  border-radius: 5px;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
  min-width: 220px;
  border-radius: 5px;
}

.woocommerce div.product .summary .commerce-trust {
  margin-top: 28px;
  padding: 15px 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  box-shadow: none;
}

.woocommerce div.product .summary .commerce-trust > div {
  padding: 3px 12px;
  align-items: flex-start;
}

.woocommerce div.product .summary .commerce-trust .icon {
  width: 22px;
  height: 22px;
}

.woocommerce div.product .woocommerce-tabs {
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid #dfe5e9;
  border-radius: 8px;
  background: var(--oc-white);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 28px;
  border-bottom: 1px solid #dfe5e9;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0 24px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 10px 0 13px;
  color: #68737d;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  border-bottom: 2px solid var(--oc-red);
  color: var(--oc-ink);
}

.woocommerce div.product .woocommerce-tabs table,
.woocommerce div.product .woocommerce-tabs .shop_attributes {
  border-collapse: collapse;
}

.woocommerce div.product .woocommerce-tabs table th,
.woocommerce div.product .woocommerce-tabs table td {
  padding: 12px 14px;
  border: 1px solid #e2e6ea;
  font-size: 0.84rem;
}

.woocommerce div.product .related,
.woocommerce div.product .upsells {
  margin-top: 18px;
}

.woocommerce div.product .related > h2,
.woocommerce div.product .upsells > h2 {
  margin-bottom: 24px;
  font-size: clamp(1.6rem, 2.6vw, 2.35rem);
}

@media (max-width: 1180px) {
  .site-header__inner {
    grid-template-columns: minmax(170px, 200px) minmax(280px, 1fr) auto;
  }

  .woocommerce ul.products {
    gap: 14px;
  }

  .commerce-trust > div {
    padding-inline: 16px;
  }
}

@media (max-width: 900px) {
  .site-header__inner {
    padding-top: 0;
  }

  .header-product-search {
    display: none;
  }

  .primary-navigation {
    width: 100vw;
    border-top: 0;
  }

  .commerce-trust {
    grid-template-columns: 1fr;
  }

  .commerce-trust > div {
    padding: 13px 4px;
    border-right: 0;
    border-bottom: 1px solid #e3e7ea;
  }

  .commerce-trust > div:last-child {
    border-bottom: 0;
  }

  .woocommerce div.product .summary .commerce-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .woocommerce div.product .summary .commerce-trust > div {
    border-right: 1px solid #e3e7ea;
    border-bottom: 0;
  }
}

@media (max-width: 620px) {
  .commerce-shell {
    padding: 32px 10px 64px;
  }

  .shop-categories {
    margin-bottom: 24px;
    border-radius: 6px;
  }

  .shop-category {
    min-width: 150px;
  }

  .shop-tools {
    margin-bottom: 16px;
  }

  .woocommerce .woocommerce-result-count {
    display: none;
  }

  .woocommerce .woocommerce-ordering {
    float: right;
    width: calc(100% - 116px);
    margin-bottom: 16px;
  }

  .woocommerce .woocommerce-ordering select {
    width: 100%;
    min-width: 0;
  }

  .woocommerce ul.products {
    gap: 9px;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    padding: 9px;
    border-radius: 6px;
  }

  .woocommerce ul.products li.product:hover {
    transform: none;
  }

  .woocommerce ul.products li.product a img {
    margin-bottom: 10px;
    padding: 5px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 56px;
    font-size: 0.7rem;
  }

  .woocommerce ul.products li.product > .button,
  .woocommerce ul.products li.product > a.compare,
  .woocommerce ul.products li.product > .compare.button {
    min-height: 40px;
    padding: 5px 2px;
    font-size: 0.62rem;
  }

  .commerce-trust {
    margin-top: 28px;
  }

  .woocommerce div.product div.images,
  .woocommerce div.product div.summary,
  .woocommerce div.product .woocommerce-tabs {
    padding: 16px;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image img {
    max-height: 280px;
  }

  .woocommerce div.product .product_title {
    font-size: clamp(1.65rem, 8vw, 2rem);
  }

  .woocommerce div.product form.cart {
    display: grid;
    grid-template-columns: 72px 1fr;
  }

  .woocommerce div.product form.cart .single_add_to_cart_button {
    min-width: 0;
  }

  .woocommerce div.product .summary .commerce-trust {
    grid-template-columns: 1fr;
  }

  .woocommerce div.product .summary .commerce-trust > div {
    border-right: 0;
    border-bottom: 1px solid #e3e7ea;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    overflow-x: auto;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    flex: 0 0 auto;
  }
}

/* Premium brand system — v1.3 */
:root {
  --oc-red: #dd3833;
  --oc-red-dark: #a92421;
  --oc-red-soft: rgba(221, 56, 51, 0.13);
  --oc-blue: #00eaff;
  --oc-blue-bright: #00eaff;
  --oc-ink: #151a21;
  --oc-graphite: #090d12;
  --oc-graphite-2: #10161d;
  --oc-jet: #242a32;
  --oc-silver: #c5c6c7;
  --oc-muted: #68727d;
  --oc-line: #e2e6ea;
  --oc-white: #ffffff;
  --oc-smoke: #f5f7f9;
  --oc-content: 1440px;
  --oc-radius: 24px;
  --oc-radius-sm: 14px;
  --oc-shadow: 0 24px 80px rgba(7, 10, 15, 0.16);
  --oc-shadow-soft: 0 14px 44px rgba(10, 16, 24, 0.08);
  --oc-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --oc-display: Inter, var(--oc-font);
  --oc-tech: "IBM Plex Sans", Inter, var(--oc-font);
}

body {
  background: var(--oc-smoke);
  font-family: var(--oc-font);
}

h1,
h2,
h3,
h4 {
  font-family: var(--oc-display);
  font-weight: 800;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--oc-red);
  font-family: var(--oc-tech);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  min-height: 54px;
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(221, 56, 51, 0.24);
  font-family: var(--oc-tech);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  box-shadow: 0 18px 34px rgba(221, 56, 51, 0.3);
}

.button--outline-light,
.button--ghost-light {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: var(--oc-white);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.button--outline-light:hover,
.button--ghost-light:hover {
  border-color: rgba(0, 234, 255, 0.55);
  background: rgba(0, 234, 255, 0.1);
  color: var(--oc-white);
  box-shadow: 0 16px 34px rgba(0, 234, 255, 0.1);
}

.button--ghost-light {
  border-color: transparent;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}

.button--outline-blue {
  border-color: rgba(0, 234, 255, 0.45);
  color: var(--oc-blue);
  box-shadow: none;
}

.button--outline-blue:hover {
  border-color: var(--oc-blue);
  background: var(--oc-blue);
  color: #061014;
  box-shadow: 0 18px 34px rgba(0, 234, 255, 0.16);
}

.text-link {
  color: var(--oc-red);
  font-family: var(--oc-tech);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 10, 14, 0.88);
}

.site-header.is-scrolled {
  background: rgba(7, 10, 14, 0.98);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
}

.site-header__inner {
  display: grid;
  grid-template-areas: "brand nav search actions";
  grid-template-columns: minmax(176px, 230px) minmax(0, 1fr) minmax(230px, 360px) auto;
  min-height: 84px;
  padding-top: 0;
  gap: clamp(18px, 2.2vw, 34px);
}

.site-brand {
  grid-area: brand;
}

.primary-navigation {
  width: auto;
  border-top: 0;
  grid-area: nav;
  justify-self: center;
}

.primary-navigation .menu {
  min-height: 0;
  gap: clamp(16px, 1.65vw, 28px);
}

.primary-navigation a {
  font-family: var(--oc-tech);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.primary-navigation a::after {
  background: var(--oc-red);
}

.primary-navigation .menu-item-shop-mega > .sub-menu {
  border-top-color: var(--oc-red);
  border-radius: 0 0 24px 24px;
  background: rgba(12, 17, 23, 0.98);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(24px);
}

.primary-navigation .menu-item-shop-mega .sub-menu .sub-menu a:hover,
.header-icon:hover,
.footer-navigation a:hover,
.site-footer__social a:hover,
.contact-list a:hover {
  color: var(--oc-blue);
}

.header-product-search {
  height: 44px;
  border-color: rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  grid-area: search;
}

.header-product-search:focus-within {
  border-color: rgba(0, 234, 255, 0.62);
  box-shadow: 0 0 0 3px rgba(0, 234, 255, 0.1);
}

.header-product-search button {
  border-left-color: rgba(255, 255, 255, 0.1);
}

.header-product-search button:hover {
  background: var(--oc-red);
}

.site-header__actions {
  grid-area: actions;
}

.site-cart__count {
  background: var(--oc-red);
}

.button--header {
  min-height: 46px;
  padding-inline: 18px;
}

/* Homepage hero */
.hero--premium {
  min-height: calc(100svh - 84px);
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 14% 20%, rgba(221, 56, 51, 0.22), transparent 34%),
    radial-gradient(circle at 80% 12%, rgba(0, 234, 255, 0.09), transparent 26%),
    linear-gradient(135deg, #06090d 0%, #0b1118 50%, #10161d 100%);
  color: var(--oc-white);
}

.hero--premium::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 76px 76px;
  content: "";
  opacity: 0.72;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.95), transparent 88%);
}

.hero__ambient {
  position: absolute;
  z-index: -1;
  inset: auto -12% -34% 42%;
  height: 64%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(221, 56, 51, 0.26), transparent 62%);
  filter: blur(26px);
}

.hero--premium .hero__media {
  inset: 0 0 0 50%;
  opacity: 0.78;
}

.hero--premium .hero__media::before {
  background:
    linear-gradient(90deg, #06090d 0%, rgba(6, 9, 13, 0.98) 16%, rgba(6, 9, 13, 0.74) 39%, rgba(6, 9, 13, 0.24) 67%, rgba(6, 9, 13, 0.04) 100%),
    linear-gradient(180deg, rgba(6, 9, 13, 0.25) 0%, rgba(6, 9, 13, 0.68) 100%);
}

.hero--premium .hero__media::after {
  background: linear-gradient(0deg, #06090d, rgba(6, 9, 13, 0.18) 52%, transparent 78%);
}

.hero--premium .hero__media picture,
.hero--premium .hero__media img {
  width: 100%;
  height: 100%;
}

.hero--premium .hero__media img {
  object-fit: cover;
  object-position: 66% center;
  filter: saturate(0.86) contrast(1.06);
}

.hero--premium .hero__inner {
  display: grid;
  width: min(100%, var(--oc-content));
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(92px, 10vw, 148px) var(--oc-gutter) clamp(42px, 5vw, 74px);
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.5fr);
  grid-template-rows: 1fr auto;
  gap: clamp(30px, 4vw, 64px);
}

.hero__copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.hero--premium .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero--premium .eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--oc-red);
  box-shadow: 0 0 18px rgba(221, 56, 51, 0.9);
  content: "";
}

.hero--premium h1 {
  width: min(860px, 100%);
  margin-bottom: 22px;
  font-size: clamp(3rem, 5vw, 5.6rem);
  letter-spacing: -0.06em;
  line-height: 0.97;
}

.hero--premium .hero__copy > p:not(.eyebrow) {
  width: min(680px, 100%);
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.04rem, 1.3vw, 1.22rem);
  line-height: 1.74;
}

.hero__pill-row,
.hero__sectors,
.hero-command__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero__pill-row {
  margin-bottom: 30px;
}

.hero__pill-row span,
.hero__sectors span,
.hero-command__footer span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  line-height: 1;
}

.hero__sectors {
  margin-top: 18px;
}

.hero-command {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(22px);
}

.hero-command::before {
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(221, 56, 51, 0.56), transparent 38%, rgba(0, 234, 255, 0.33));
  content: "";
  opacity: 0.45;
  pointer-events: none;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  padding: 1px;
}

.hero-command__header,
.hero-command li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.hero-command__header {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.64);
  font-family: var(--oc-tech);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-command__header strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--oc-blue);
}

.hero-command__header strong::before {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 18px currentColor;
  content: "";
}

.hero-command__headline {
  margin-bottom: 18px;
}

.hero-command__headline h3 {
  margin: 0 0 10px;
  color: var(--oc-white);
  font-size: clamp(1.3rem, 1.9vw, 1.75rem);
  letter-spacing: -0.04em;
  line-height: 1.14;
}

.hero-command__headline p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  line-height: 1.65;
}

.hero-command__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.hero-command__metrics div {
  padding: 14px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
}

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

.hero-command__metrics strong {
  margin-bottom: 6px;
  color: var(--oc-white);
  font-family: var(--oc-tech);
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.hero-command__metrics span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  line-height: 1.35;
}

.hero-command ul {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.hero-command li {
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(3, 6, 10, 0.32);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
}

.hero-command li strong {
  color: var(--oc-blue);
  font-family: var(--oc-tech);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-proof {
  display: grid;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.hero-proof div {
  min-height: 112px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

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

.hero-proof strong {
  margin-bottom: 8px;
  color: var(--oc-white);
  font-family: var(--oc-tech);
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  line-height: 1;
}

.hero-proof span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
  line-height: 1.45;
}

.hero-proof strong span {
  display: inline;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.hero-trust {
  background: linear-gradient(180deg, #06090d 0%, #0d1219 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-trust__inner {
  display: grid;
  width: min(100%, var(--oc-content));
  margin: 0 auto;
  padding: 24px var(--oc-gutter) 34px;
  grid-template-columns: minmax(260px, 0.46fr) minmax(0, 1fr);
  gap: 20px 28px;
  align-items: center;
}

.hero-trust__copy h2 {
  margin: 10px 0 0;
  color: var(--oc-white);
  font-size: clamp(1.3rem, 2vw, 2rem);
  letter-spacing: -0.04em;
  line-height: 1.18;
}

.hero-trust__carousel {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 4px 0;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.hero-trust__logos {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: overclock-logo-marquee 30s linear infinite;
  will-change: transform;
}

.hero-trust__carousel:hover .hero-trust__logos {
  animation-play-state: paused;
}

.hero-trust__logo {
  display: flex;
  flex: 0 0 184px;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 248, 251, 0.99));
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.hero-trust__logo:hover {
  transform: translateY(-3px);
  border-color: rgba(221, 56, 51, 0.46);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(221, 56, 51, 0.16), 0 0 34px rgba(221, 56, 51, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.hero-trust__logo img {
  max-width: 100%;
  max-height: 58px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: saturate(1.04) contrast(1.03);
}

.hero-trust__logo img[alt="Abu Sami"] {
  max-height: 68px;
}

@keyframes overclock-logo-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 8px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-trust__logos {
    animation: none;
    flex-wrap: wrap;
    width: auto;
  }
}

/* Premium capabilities */
.capability-section,
.precision-section,
.shop-section--premium,
.about-strip--premium {
  background: var(--oc-smoke);
}

.section-intro--premium {
  max-width: none;
  padding: clamp(76px, 9vw, 132px) var(--oc-gutter) clamp(32px, 5vw, 62px);
  border-bottom: 0;
  text-align: left;
}

.section-intro--premium h2 {
  max-width: 1040px;
  margin: 0 0 22px;
  color: var(--oc-ink);
  font-size: clamp(2.45rem, 5vw, 5.4rem);
  letter-spacing: -0.055em;
}

.section-intro--premium p:not(.eyebrow) {
  max-width: 740px;
  margin: 0;
  color: var(--oc-muted);
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  line-height: 1.72;
}

.capability-grid {
  display: grid;
  width: min(100%, var(--oc-content));
  margin: 0 auto;
  padding: 0 var(--oc-gutter) clamp(84px, 9vw, 140px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.capability-card {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(20, 26, 33, 0.08);
  border-radius: var(--oc-radius);
  background: var(--oc-white);
  box-shadow: var(--oc-shadow-soft);
  flex-direction: column;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.capability-card:hover,
.product-card:hover,
.project-card:hover {
  border-color: rgba(221, 56, 51, 0.28);
  box-shadow: 0 28px 80px rgba(12, 18, 28, 0.13);
  transform: translateY(-6px);
}

.capability-card::after,
.project-card::after,
.product-card::after {
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--oc-red), rgba(0, 234, 255, 0.65));
  content: "";
  opacity: 0;
  transform: scaleX(0.75);
  transition: opacity 220ms ease, transform 220ms ease;
}

.capability-card:hover::after,
.project-card:hover::after,
.product-card:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.capability-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0b1016;
}

.capability-card__media picture,
.capability-card__media img {
  width: 100%;
  height: 100%;
}

.capability-card__media img {
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05);
  transition: transform 420ms ease, filter 420ms ease;
}

.capability-card:hover .capability-card__media img {
  filter: saturate(1) contrast(1.09);
  transform: scale(1.045);
}

.capability-card__body {
  display: flex;
  padding: 24px;
  flex: 1;
  flex-direction: column;
}

.capability-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.capability-card__topline span {
  color: var(--oc-red);
  font-family: var(--oc-tech);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.capability-card__topline .icon {
  width: 28px;
  height: 28px;
  color: var(--oc-red);
}

.capability-card__label {
  margin: 0 0 12px;
  color: var(--oc-muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.capability-card h3 {
  margin-bottom: 14px;
  font-size: clamp(1.4rem, 2.1vw, 2rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.capability-card__body > p:not(.capability-card__label) {
  margin-bottom: 22px;
  color: var(--oc-muted);
  font-size: 0.94rem;
  line-height: 1.62;
}

.capability-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.capability-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #303943;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45;
}

.capability-card li .icon {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: var(--oc-red);
  stroke-width: 2.4;
}

.capability-card .text-link {
  margin-top: auto;
  font-size: 0.78rem;
}

/* Process */
.precision-section {
  display: grid;
  width: min(100%, var(--oc-content));
  margin: 0 auto;
  padding: clamp(72px, 8vw, 120px) var(--oc-gutter);
  border-top: 1px solid rgba(20, 26, 33, 0.08);
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(32px, 5vw, 84px);
}

.precision-section__intro h2 {
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 4rem);
  letter-spacing: -0.055em;
}

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

.process-card {
  display: flex;
  flex-direction: column;
  min-height: 218px;
  padding: 24px;
  border: 1px solid rgba(20, 26, 33, 0.08);
  border-radius: var(--oc-radius-sm);
  background: var(--oc-white);
  box-shadow: 0 10px 32px rgba(12, 18, 28, 0.055);
}

.process-card__media {
  overflow: hidden;
  height: 84px;
  margin: -8px -8px 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fafc, #eef2f6);
}

.process-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

.process-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--oc-red);
  font-family: var(--oc-tech);
  font-weight: 700;
  letter-spacing: 0.14em;
}

.process-card h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
  letter-spacing: -0.035em;
}

.process-card p {
  margin: 0;
  color: var(--oc-muted);
  font-size: 0.92rem;
  line-height: 1.62;
}

/* POS showcase */
.pos-showcase {
  display: grid;
  overflow: hidden;
  padding: clamp(82px, 9vw, 140px) max(var(--oc-gutter), calc((100vw - var(--oc-content)) / 2 + var(--oc-gutter)));
  background:
    radial-gradient(circle at 72% 18%, rgba(0, 234, 255, 0.13), transparent 28%),
    radial-gradient(circle at 18% 74%, rgba(221, 56, 51, 0.18), transparent 34%),
    linear-gradient(135deg, #070a0e, #111821 72%, #080b10);
  color: var(--oc-white);
  grid-template-columns: minmax(300px, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: center;
}

.pos-showcase__copy h2 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(2.25rem, 4.7vw, 5rem);
  letter-spacing: -0.06em;
}

.pos-showcase__copy > p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.06rem;
  line-height: 1.75;
}

.pos-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}

.pos-pill-row span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 700;
}

.pos-console {
  position: relative;
  overflow: hidden;
  padding: clamp(18px, 2.6vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 30px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035));
  box-shadow: 0 38px 120px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(22px);
}

.pos-console::after {
  position: absolute;
  inset: 0;
  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: 42px 42px;
  content: "";
  pointer-events: none;
}

.pos-console > * {
  position: relative;
  z-index: 1;
}

.pos-console__topbar {
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}

.pos-console__topbar span {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.28);
}

.pos-console__topbar span:first-child {
  background: var(--oc-red);
}

.pos-console__topbar strong {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--oc-tech);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pos-console__stats {
  display: grid;
  margin-bottom: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pos-console__stats div,
.pos-console__modules div {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(3, 7, 12, 0.42);
}

.pos-console__stats div {
  min-height: 112px;
  padding: 18px;
}

.pos-console__stats span,
.pos-console__stats strong,
.pos-console__modules strong,
.pos-console__modules small {
  display: block;
}

.pos-console__stats span {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.78rem;
  font-weight: 700;
}

.pos-console__stats strong {
  font-family: var(--oc-tech);
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  line-height: 1;
}

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

.pos-console__modules div {
  display: flex;
  min-height: 116px;
  padding: 18px;
  align-items: flex-start;
  gap: 14px;
}

.pos-console__modules .icon {
  width: 28px;
  height: 28px;
  color: var(--oc-blue);
}

.pos-console__modules strong {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
}

.pos-console__modules small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  line-height: 1.45;
}

/* Enterprise POS dashboard refresh */
.pos-console--dashboard {
  padding: clamp(14px, 2vw, 20px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 78% 16%, rgba(0, 234, 255, 0.18), transparent 28%),
    radial-gradient(circle at 12% 86%, rgba(221, 56, 51, 0.18), transparent 34%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.035));
}

.pos-console__frame {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  overflow: hidden;
  min-height: 560px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  background: rgba(4, 8, 13, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.pos-console__rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 18px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
}

.pos-console__rail strong {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--oc-red);
  color: var(--oc-white);
  font-family: var(--oc-tech);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.pos-console__rail span {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
}

.pos-console__rail span:nth-child(3) {
  border-color: rgba(0, 234, 255, 0.35);
  background: rgba(0, 234, 255, 0.12);
  box-shadow: 0 0 18px rgba(0, 234, 255, 0.12);
}

.pos-dashboard {
  padding: clamp(18px, 2vw, 26px);
}

.pos-dashboard__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.pos-dashboard__header small {
  display: block;
  margin-bottom: 8px;
  color: var(--oc-blue);
  font-family: var(--oc-tech);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pos-dashboard__header h3 {
  max-width: 520px;
  margin: 0;
  color: var(--oc-white);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.pos-dashboard__header > span {
  flex: 0 0 auto;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(0, 234, 255, 0.24);
  border-radius: 999px;
  background: rgba(0, 234, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 700;
}

.pos-dashboard__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

.pos-dashboard__stats div,
.pos-dashboard__chart,
.pos-dashboard__invoice,
.pos-console--dashboard .pos-console__modules div {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: rgba(3, 7, 12, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.pos-dashboard__stats div {
  min-height: 108px;
  padding: 16px;
}

.pos-dashboard__stats span,
.pos-dashboard__stats strong,
.pos-dashboard__stats small,
.pos-dashboard__invoice span,
.pos-dashboard__invoice strong {
  display: block;
}

.pos-dashboard__stats span {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  font-weight: 700;
}

.pos-dashboard__stats strong {
  color: var(--oc-white);
  font-family: var(--oc-tech);
  font-size: clamp(1.5rem, 2.4vw, 2.05rem);
  line-height: 1;
}

.pos-dashboard__stats small {
  margin-top: 10px;
  color: var(--oc-blue);
  font-size: 0.72rem;
  font-weight: 700;
}

.pos-dashboard__main {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(180px, 0.65fr);
  gap: 12px;
  margin-bottom: 12px;
}

.pos-dashboard__chart {
  min-height: 184px;
  padding: 16px;
}

.pos-dashboard__chart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.8rem;
  font-weight: 700;
}

.pos-dashboard__chart-head strong {
  color: var(--oc-blue);
  font-family: var(--oc-tech);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pos-bars {
  display: flex;
  height: 118px;
  align-items: flex-end;
  gap: 10px;
}

.pos-bars span {
  flex: 1;
  min-width: 18px;
  height: var(--bar);
  border-radius: 12px 12px 4px 4px;
  background: linear-gradient(180deg, rgba(0, 234, 255, 0.72), rgba(221, 56, 51, 0.86));
  box-shadow: 0 12px 30px rgba(221, 56, 51, 0.18);
}

.pos-dashboard__invoice {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.pos-dashboard__invoice div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.pos-dashboard__invoice div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.pos-dashboard__invoice span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.76rem;
  font-weight: 700;
}

.pos-dashboard__invoice strong {
  color: var(--oc-white);
  font-family: var(--oc-tech);
  font-size: 0.86rem;
  text-align: right;
}

.pos-console--dashboard .pos-console__modules {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pos-console--dashboard .pos-console__modules div {
  min-height: 128px;
  padding: 16px;
  flex-direction: column;
}

.pos-console--dashboard .pos-console__modules .icon {
  width: 24px;
  height: 24px;
}

.pos-console--dashboard .pos-console__modules strong {
  font-size: 0.88rem;
}

.pos-console--dashboard .pos-console__modules small {
  font-size: 0.74rem;
}

@media (max-width: 1180px) {
  .pos-console--dashboard .pos-console__modules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .pos-console__frame {
    grid-template-columns: 1fr;
  }

  .pos-console__rail {
    display: none;
  }

  .pos-dashboard__header,
  .pos-dashboard__main {
    grid-template-columns: 1fr;
  }

  .pos-dashboard__stats,
  .pos-console--dashboard .pos-console__modules {
    grid-template-columns: 1fr;
  }
}

/* Premium shop */
.shop-section--premium {
  width: min(100%, var(--oc-content));
  padding: clamp(78px, 9vw, 132px) var(--oc-gutter);
}

.shop-section--premium .shop-section__header {
  align-items: flex-start;
  margin-bottom: 34px;
}

.shop-section--premium .shop-section__header h2 {
  max-width: 840px;
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 4.7vw, 5rem);
  letter-spacing: -0.055em;
}

.shop-section--premium .shop-section__header p {
  max-width: 760px;
  color: var(--oc-muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.category-rail {
  gap: 10px;
  margin-bottom: 24px;
  padding: 0 0 8px;
  border-bottom: 0;
}

.category-rail a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(20, 26, 33, 0.08);
  border-radius: 999px;
  background: var(--oc-white);
  box-shadow: 0 8px 22px rgba(12, 18, 28, 0.045);
  color: #303943;
  font-family: var(--oc-tech);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.category-rail a:first-child,
.category-rail a:hover {
  border-color: rgba(221, 56, 51, 0.28);
  color: var(--oc-red);
}

.home-products {
  gap: 18px;
  border: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(20, 26, 33, 0.08);
  border-radius: var(--oc-radius-sm);
  box-shadow: var(--oc-shadow-soft);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.product-card__image {
  background: linear-gradient(180deg, #f9fafb, #eef2f5);
}

.product-card__body {
  min-height: 238px;
  padding: 20px;
}

.product-card__meta {
  margin-bottom: 10px;
  color: var(--oc-red);
  font-family: var(--oc-tech);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card h3 {
  font-size: 1rem;
  letter-spacing: -0.025em;
}

.product-card__price {
  color: var(--oc-ink);
}

.product-card__button {
  min-height: 46px;
  border-radius: 999px;
  background: var(--oc-red);
  color: var(--oc-white);
  font-family: var(--oc-tech);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-card__button:hover {
  background: var(--oc-red-dark);
}

/* Projects */
.projects-section--premium {
  padding: clamp(82px, 9vw, 140px) max(var(--oc-gutter), calc((100vw - var(--oc-content)) / 2 + var(--oc-gutter)));
  background:
    radial-gradient(circle at 20% 12%, rgba(221, 56, 51, 0.16), transparent 28%),
    linear-gradient(180deg, #090d12, #111820);
}

.projects-section--premium .projects-section__lead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 34px;
  gap: 26px;
}

.projects-section--premium .projects-section__lead h2 {
  max-width: 840px;
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 4.7vw, 5rem);
  letter-spacing: -0.055em;
}

.projects-section--premium .projects-section__lead p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.04rem;
  line-height: 1.7;
}

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

.project-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 320px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--oc-radius-sm);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.18);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.project-card__number {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 0;
  color: var(--oc-blue);
  font-family: var(--oc-tech);
  font-weight: 700;
  letter-spacing: 0.13em;
}

.project-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 112px;
  margin: 8px 0 10px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 14px 30px rgba(0, 0, 0, 0.16);
}

.project-card__logo img {
  max-width: 100%;
  max-height: 84px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.project-card p {
  margin-bottom: 0;
  color: var(--oc-red);
  font-family: var(--oc-tech);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-card h3 {
  margin-bottom: 0;
  color: var(--oc-white);
  font-size: clamp(1.24rem, 1.8vw, 1.7rem);
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.project-card > span:last-child {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.94rem;
  line-height: 1.55;
}

.mobile-project-strip {
  display: none;
}

.mobile-project-card {
  position: relative;
  overflow: hidden;
  flex: 0 0 min(76vw, 310px);
  min-height: 176px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
  scroll-snap-align: start;
}

.mobile-project-card__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 86px;
  margin: -14px -14px 14px;
  padding: 12px 16px;
  border-radius: 18px 18px 14px 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: inset 0 -1px 0 rgba(8, 13, 18, 0.06);
}

.mobile-project-card__top img {
  display: block;
  max-width: 94%;
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.mobile-project-card__top span {
  position: absolute;
  top: 8px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 24px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(7, 10, 14, 0.82);
  color: var(--oc-blue);
  font-family: var(--oc-tech);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.mobile-project-card p {
  margin: 0 0 8px;
  color: var(--oc-red);
  font-family: var(--oc-tech);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.mobile-project-card h3 {
  margin: 0 0 8px;
  color: var(--oc-white);
  font-size: 1.1rem;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.mobile-project-card small {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* About and contact */
.about-strip--premium {
  min-height: 310px;
  background: var(--oc-white);
}

.about-strip--premium p {
  max-width: 1120px;
  font-family: var(--oc-display);
  font-size: clamp(1.8rem, 3.8vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1.08;
}

.contact-section--premium {
  background: var(--oc-smoke);
}

.contact-section--premium .contact-section__cta {
  background: var(--oc-smoke);
}

.contact-section--premium .contact-section__cta h2 {
  font-size: clamp(2.35rem, 4.7vw, 5rem);
  letter-spacing: -0.055em;
}

.contact-section--premium .contact-list {
  background:
    radial-gradient(circle at 82% 12%, rgba(0, 234, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #0a0f14, #111821);
}

.contact-list .icon {
  color: var(--oc-red);
}

.site-footer {
  background: #06090d;
}

.site-footer__bottom {
  border-top-color: rgba(255, 255, 255, 0.1);
}

/* Enterprise typography refresh */
:root {
  --oc-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --oc-display: Inter, var(--oc-font);
  --oc-tech: "IBM Plex Sans", Inter, var(--oc-font);
}

body,
button,
input,
select,
textarea {
  font-family: var(--oc-font);
}

h1,
h2,
h3,
h4,
.woocommerce-products-header__title,
.woocommerce div.product .product_title {
  font-family: var(--oc-display);
  font-weight: 780;
  letter-spacing: -0.045em;
}

.eyebrow,
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.hero-command__header,
.hero-command li strong,
.hero-proof strong,
.project-card__number,
.primary-navigation a,
.oc-shop-toolbar,
.oc-filter-heading,
.oc-shop-icon-card__name {
  font-family: var(--oc-tech);
  letter-spacing: 0.065em;
}

.hero--premium h1 {
  letter-spacing: -0.052em;
}

/* WooCommerce premium overrides */
body.woocommerce-page,
body.woocommerce-shop,
body.tax-product_cat {
  background: var(--oc-smoke);
}

.commerce-shell {
  width: min(100%, var(--oc-content));
}

.woocommerce-products-header__title,
.woocommerce div.product .product_title {
  font-family: var(--oc-display);
  letter-spacing: -0.055em;
}

.woocommerce ul.products {
  gap: 18px;
  border: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce div.product .woocommerce-tabs,
.commerce-trust,
.shop-categories,
.shop-filter-drawer {
  border-color: rgba(20, 26, 33, 0.08);
  border-radius: var(--oc-radius-sm);
  box-shadow: var(--oc-shadow-soft);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  position: relative;
  overflow: hidden;
  border-radius: var(--oc-radius-sm);
}

.woocommerce ul.products li.product:hover {
  border-color: rgba(221, 56, 51, 0.28);
  box-shadow: 0 28px 80px rgba(12, 18, 28, 0.13);
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--oc-red);
}

.woocommerce span.onsale {
  background: var(--oc-red);
}

.commerce-trust .icon,
.shop-category:hover .icon,
.shop-categories__controls button:hover {
  color: var(--oc-red);
}

@media (max-width: 1260px) {
  .site-header__inner {
    grid-template-areas: "brand search actions" "nav nav nav";
    grid-template-columns: minmax(176px, 220px) minmax(0, 1fr) auto;
    gap: 0 clamp(18px, 2vw, 28px);
    padding-top: 10px;
  }

  .primary-navigation {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    justify-self: stretch;
  }

  .primary-navigation .menu {
    min-height: 44px;
    justify-content: center;
  }

  .button--header {
    display: none;
  }
}

@media (max-width: 1020px) {
  .hero--premium .hero__inner,
  .pos-showcase,
  .precision-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero--premium .hero__media {
    inset: 0;
    opacity: 0.42;
  }

  .hero--premium .hero__media::before {
    background: linear-gradient(90deg, rgba(7, 10, 14, 0.98), rgba(7, 10, 14, 0.84));
  }

  .hero-command {
    max-width: 620px;
  }

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

  .hero-trust__inner {
    grid-template-columns: 1fr;
  }

  .hero-trust__logo {
    flex-basis: 176px;
  }

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

  .home-products,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .projects-section--premium .projects-section__lead {
    display: grid;
    align-items: start;
  }
}

@media (max-width: 900px) {
  .site-header__inner {
    display: flex;
    min-height: 76px;
    padding-top: 0;
  }

  .site-brand {
    width: 196px;
  }

  .header-product-search {
    display: none;
  }

  .primary-navigation {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(7, 10, 14, 0.98);
  }

  .primary-navigation .menu {
    align-items: stretch;
    justify-content: start;
  }

  .primary-navigation .menu-item-shop-mega > .sub-menu {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.045);
  }
}

@media (max-width: 720px) {
  :root {
    --oc-gutter: 18px;
  }

  .hero__pill-row,
  .hero__sectors,
  .hero-command__footer {
    gap: 8px;
  }

  .hero-command__metrics,
  .hero-proof,
  .capability-grid,
  .process-grid,
  .pos-console__stats,
  .project-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-trust__logo {
    flex-basis: 162px;
    min-height: 82px;
  }

  .button,
  .wp-element-button,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    width: 100%;
    min-height: 50px;
  }

  .hero--premium {
    min-height: auto;
  }

  .hero--premium .hero__inner {
    padding-top: 68px;
    padding-bottom: 34px;
  }

  .hero--premium h1 {
    font-size: clamp(2.55rem, 14vw, 4.1rem);
    letter-spacing: -0.07em;
  }

  .hero__actions,
  .contact-section__buttons,
  .error-page__actions {
    width: 100%;
  }

  .hero-proof,
  .capability-grid,
  .process-grid,
  .pos-console__stats,
  .pos-console__modules,
  .project-grid,
  .home-products {
    grid-template-columns: 1fr;
  }

  .hero-proof div {
    min-height: auto;
  }

  .section-intro--premium,
  .shop-section--premium,
  .precision-section,
  .projects-section--premium,
  .pos-showcase {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .capability-grid {
    padding-bottom: 64px;
  }

  .capability-card__media {
    aspect-ratio: 16 / 11;
  }

  .shop-section--premium .shop-section__header {
    display: grid;
    gap: 16px;
  }

  .category-rail {
    margin-right: calc(var(--oc-gutter) * -1);
  }

  .contact-list__plain {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .site-brand {
    width: 168px;
  }

  .site-header__actions .header-icon:first-child {
    display: none;
  }

  .hero-command {
    padding: 16px;
    border-radius: 18px;
  }

  .hero-command li,
  .pos-console__modules div {
    display: grid;
    gap: 8px;
  }

  .capability-card__body,
  .project-card,
  .process-card {
    padding: 20px;
  }

  .pos-console {
    padding: 14px;
    border-radius: 20px;
  }

  .woocommerce ul.products {
    gap: 10px;
  }
}

/* =========================================================
   Overclock Premium Shop Upgrade — v1.4
   ========================================================= */
:root {
  --oc-red: #dd3833;
  --oc-red-dark: #b91f1b;
  --oc-blue: #005bd6;
  --oc-blue-bright: #00eaff;
  --oc-ink: #11161d;
  --oc-graphite: #07090c;
  --oc-graphite-2: #11161c;
  --oc-muted: #66717d;
  --oc-line: #dfe5ea;
  --oc-soft: #f4f6f8;
  --oc-white: #fff;
  --oc-content: 1540px;
  --oc-gutter: clamp(22px, 3.2vw, 42px);
  --oc-shadow: 0 18px 48px rgba(15, 23, 32, 0.09);
  --oc-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
.primary-navigation a,
.button,
.woocommerce-loop-product__title,
.oc-shop-toolbar,
.oc-filter-heading,
.oc-shop-icon-card__name {
  font-family: Inter, var(--oc-font);
}

.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 6px;
  background: linear-gradient(135deg, #f21f26 0%, var(--oc-red) 55%, #be191f 100%);
  box-shadow: 0 10px 24px rgba(221, 56, 51, 0.22);
}

body.woocommerce-shop,
body.tax-product_cat,
body.tax-product_tag,
body.post-type-archive-product,
body.search-results.woocommerce-page {
  background: linear-gradient(180deg, #f7f9fb 0%, #f3f6f8 54%, #fff 100%);
}

/* Header like a premium electronics store */
.site-header {
  border-bottom-color: rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 8% -30%, rgba(221, 56, 51, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(6, 8, 11, 0.99), rgba(10, 13, 17, 0.985));
}

.site-header__inner {
  grid-template-areas:
    "brand search actions"
    "nav nav nav";
  grid-template-columns: minmax(220px, 280px) minmax(380px, 1fr) auto;
  width: min(100%, 1660px);
  min-height: 82px;
  gap: 0 clamp(24px, 3vw, 54px);
  padding: 0 clamp(22px, 3.6vw, 40px);
  padding-top: 12px;
}

.site-brand,
.site-brand.custom-logo-link {
  grid-area: brand;
  width: min(260px, 100%);
}

.site-brand img,
.site-brand .custom-logo {
  max-height: 62px;
}

.header-product-search {
  height: 48px;
  border: 1px solid rgba(205, 214, 224, 0.22);
  border-radius: 7px;
  background: linear-gradient(180deg, #1a2028, #131820);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 12px 26px rgba(0,0,0,0.22);
}

.header-product-search:focus-within {
  border-color: rgba(0, 234, 255, 0.7);
  box-shadow: 0 0 0 3px rgba(0, 234, 255, 0.1), inset 0 1px 0 rgba(255,255,255,0.07);
}

.header-product-search input[type="search"] {
  padding: 0 20px;
  color: #f7fbff;
  font-size: 0.92rem;
}

.header-product-search button {
  border-left-color: rgba(205, 214, 224, 0.18);
}

.primary-navigation {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.primary-navigation .menu {
  justify-content: flex-start;
  min-height: 50px;
  gap: clamp(26px, 4vw, 56px);
}

.primary-navigation a {
  color: #f6f8fa;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.primary-navigation a::after {
  height: 3px;
  background: var(--oc-red);
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.8vw, 30px);
}

.header-account,
.header-cart {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  white-space: nowrap;
}

.header-account .icon,
.header-cart .icon {
  width: 25px;
  height: 25px;
  color: #fff;
}

.header-account span {
  font-size: 0.86rem;
  font-weight: 600;
}

.header-account:hover,
.header-cart:hover {
  color: var(--oc-blue-bright);
}

.header-account:hover .icon,
.header-cart:hover .icon {
  color: var(--oc-blue-bright);
}

.site-cart__icon {
  position: relative;
  display: inline-flex;
}

.site-cart__count {
  position: absolute;
  top: -12px;
  right: -12px;
  display: grid;
  min-width: 21px;
  height: 21px;
  padding: 0 5px;
  border: 2px solid #090c10;
  border-radius: 999px;
  background: #ff1d25;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  place-items: center;
}

.site-cart__meta {
  display: grid;
  line-height: 1.08;
}

.site-cart__meta strong {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.site-cart__meta small,
.site-cart__total,
.site-cart__total .woocommerce-Price-amount {
  color: #d9e0e8;
  font-size: 0.77rem;
  font-weight: 500;
}

.button--header {
  min-height: 48px;
  padding: 0 23px;
  border: 0;
  border-radius: 6px;
  gap: 10px;
  white-space: nowrap;
}

.button--header .icon {
  width: 19px;
  height: 19px;
}

/* Category icon rail below the header */
.oc-shop-icon-rail {
  position: relative;
  z-index: 850;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: stretch;
  gap: 10px;
  padding: 14px clamp(18px, 3vw, 34px) 0;
  border-bottom: 1px solid #dfe5ea;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 30px rgba(15, 23, 32, 0.055);
  backdrop-filter: blur(14px);
}

.oc-shop-icon-rail__track {
  display: grid;
  grid-auto-columns: minmax(95px, 1fr);
  grid-auto-flow: column;
  overflow-x: auto;
  min-height: 88px;
  gap: clamp(12px, 2vw, 24px);
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.oc-shop-icon-rail__track::-webkit-scrollbar {
  display: none;
}

.oc-shop-icon-card,
.shop-category.oc-shop-icon-card {
  position: relative;
  display: flex;
  min-width: 92px;
  min-height: 88px;
  padding: 8px 6px 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #161c23;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  scroll-snap-align: start;
}

.oc-shop-icon-card::after {
  position: absolute;
  right: 8px;
  bottom: 0;
  left: 8px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: transparent;
  content: "";
}

.oc-shop-icon-card__icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #1d252e;
  transition: transform 180ms ease, color 180ms ease;
}

.oc-shop-icon-card__icon .icon {
  width: 31px;
  height: 31px;
  stroke-width: 1.55;
}

.oc-shop-icon-card__name,
.shop-category.oc-shop-icon-card span.oc-shop-icon-card__name {
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.15;
}

.oc-shop-icon-card:hover,
.oc-shop-icon-card.is-active {
  color: var(--oc-red);
}

.oc-shop-icon-card:hover .oc-shop-icon-card__icon,
.oc-shop-icon-card.is-active .oc-shop-icon-card__icon {
  color: var(--oc-red);
  transform: translateY(-2px);
}

.oc-shop-icon-card:hover::after,
.oc-shop-icon-card.is-active::after {
  background: var(--oc-red);
}

.oc-shop-icon-rail__arrow {
  display: grid;
  width: 38px;
  height: 38px;
  margin-top: 25px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #f2f5f8;
  color: #141a21;
  cursor: pointer;
  place-items: center;
}

.oc-shop-icon-rail__arrow .icon {
  width: 18px;
  transform: rotate(180deg);
}

.oc-shop-icon-rail__arrow--next .icon {
  transform: none;
}

.oc-shop-icon-rail__arrow:hover {
  background: var(--oc-red);
  color: #fff;
}

/* Shop archive shell */
.commerce-shell {
  width: min(100%, 1600px);
  padding: clamp(24px, 3vw, 34px) clamp(20px, 3vw, 36px) 0;
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 16px;
  color: #7a8490;
  font-size: 0.78rem;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #3c4652;
}

.woocommerce-products-header__title {
  margin: 0 0 22px;
  color: #05070a;
  font-size: clamp(2.1rem, 3.2vw, 3.2rem);
  letter-spacing: -0.055em;
}

.oc-shop-body {
  display: grid;
  grid-template-columns: minmax(230px, 278px) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: start;
}

.oc-shop-results {
  min-width: 0;
}

.oc-shop-toolbar {
  display: flex;
  min-height: 48px;
  margin-bottom: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.oc-shop-toolbar__left,
.oc-shop-toolbar__right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.woocommerce .woocommerce-result-count {
  float: none !important;
  margin: 0;
  color: #505b66;
  font-size: 0.82rem;
  font-family: Inter, var(--oc-font);
}

.woocommerce .woocommerce-ordering {
  float: none !important;
  margin: 0;
}

.woocommerce .woocommerce-ordering select {
  min-width: 190px;
  min-height: 44px;
  padding: 0 42px 0 14px;
  border: 1px solid #d8dfe5;
  border-radius: 6px;
  background-color: #fff;
  color: #202832;
  font-size: 0.82rem;
  box-shadow: 0 8px 18px rgba(15, 23, 32, 0.04);
}

.oc-view-toggle {
  display: inline-flex;
  overflow: hidden;
  border: 1px solid #d8dfe5;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 32, 0.04);
}

.oc-view-toggle button {
  display: grid;
  width: 45px;
  height: 42px;
  padding: 0;
  border: 0;
  border-right: 1px solid #e3e8ed;
  background: transparent;
  color: #44505c;
  cursor: pointer;
  place-items: center;
}

.oc-view-toggle button:last-child {
  border-right: 0;
}

.oc-view-toggle button.is-active,
.oc-view-toggle button:hover {
  color: var(--oc-blue);
  background: #f4f8ff;
}

.oc-view-toggle .icon {
  width: 19px;
  height: 19px;
}

/* Sidebar filters */
.shop-filter-backdrop {
  display: none;
}

.oc-shop-sidebar.shop-filter-drawer {
  position: sticky;
  top: 112px;
  left: auto;
  display: block;
  overflow: visible;
  width: auto;
  max-width: none;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
  transform: none;
  z-index: 10;
}

.oc-sidebar-mobile-head {
  display: none;
}

.oc-filter-panel {
  padding: 0 10px 20px;
  margin-bottom: 18px;
  border-bottom: 1px solid #dce3e9;
}

.oc-filter-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.oc-filter-heading h2 {
  margin: 0;
  color: #10151b;
  font-size: 1.02rem;
  letter-spacing: -0.025em;
}

.oc-filter-heading .icon {
  width: 17px;
  color: #141a21;
}

.oc-category-filter,
.oc-brand-list {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.oc-category-filter a,
.oc-brand-list a {
  display: flex;
  min-height: 33px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #424d58;
  font-size: 0.86rem;
  line-height: 1.2;
}

.oc-category-filter a:hover,
.oc-category-filter a.is-active,
.oc-brand-list a:hover {
  color: var(--oc-red);
}

.oc-category-filter small,
.oc-brand-list small {
  margin-left: auto;
  color: #697581;
  font-size: 0.78rem;
}

.oc-category-filter .is-extra {
  display: none;
}

.oc-category-filter.is-expanded .is-extra {
  display: list-item;
}

.oc-show-more {
  display: inline-flex;
  min-height: 34px;
  margin-top: 7px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #4a5561;
  cursor: pointer;
  font-size: 0.82rem;
}

.oc-price-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 72px;
  gap: 9px;
}

.oc-price-fields input,
.oc-brand-search input {
  width: 100%;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid #d5dde4;
  border-radius: 5px;
  background: #fff;
  color: #202832;
  font-size: 0.83rem;
}

.oc-price-fields button {
  min-height: 38px;
  border: 0;
  border-radius: 5px;
  background: var(--oc-blue);
  color: #fff;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
}

.oc-brand-search {
  display: block;
  margin-bottom: 14px;
}

.oc-checkbox {
  width: 15px;
  height: 15px;
  border: 1px solid #b9c3cc;
  border-radius: 2px;
  background: #fff;
  flex: 0 0 auto;
}

/* Product grid cards */
.woocommerce ul.products {
  clear: none !important;
  display: grid !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  position: relative;
  display: flex !important;
  width: auto !important;
  min-width: 0;
  min-height: 100%;
  margin: 0 !important;
  padding: 14px !important;
  border: 1px solid #dde4ea !important;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 23, 32, 0.04);
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 8px 10px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  border-color: #cbd4dc !important;
  box-shadow: 0 18px 34px rgba(15, 23, 32, 0.09);
  transform: translateY(-4px);
}

.woocommerce ul.products li.product > .woocommerce-LoopProduct-link {
  display: flex !important;
  min-width: 0;
  flex: 0 0 100%;
  flex-direction: column;
  color: #0f141a;
}

.woocommerce ul.products li.product a img {
  width: 100% !important;
  height: 208px !important;
  margin: 0 0 14px !important;
  padding: 12px !important;
  border-radius: 7px;
  background: linear-gradient(145deg, #fbfcfd, #f4f7fa);
  object-fit: contain;
  transition: transform 230ms ease;
}

.woocommerce ul.products li.product:hover a img {
  transform: scale(1.035);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 42px;
  margin: 0 0 4px;
  padding: 0 4px !important;
  color: #10151b;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: -0.027em;
  line-height: 1.28;
}

.oc-product-specs {
  min-height: 34px;
  margin: 0 0 8px;
  padding: 0 4px;
  color: #222b35;
  font-size: 0.78rem;
  line-height: 1.32;
}

.woocommerce ul.products li.product .price {
  display: flex !important;
  min-height: 30px;
  margin: 0 0 8px !important;
  padding: 0 4px !important;
  align-items: center;
  gap: 9px;
  color: var(--oc-blue) !important;
  font-size: 1.03rem;
  font-weight: 900;
}

.woocommerce ul.products li.product .price del {
  color: #8d98a3;
  font-size: 0.83rem;
  opacity: 1;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}

.woocommerce ul.products li.product > .button,
.woocommerce ul.products li.product > .oc-card-secondary,
.woocommerce ul.products li.product > a.compare,
.woocommerce ul.products li.product > .compare.button {
  display: inline-flex !important;
  width: auto !important;
  min-width: 0;
  min-height: 39px;
  margin: auto 0 0 !important;
  padding: 0 12px !important;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex: 1 1 calc(50% - 6px);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.woocommerce ul.products li.product > .button:not(.compare) {
  border: 1px solid var(--oc-red) !important;
  background: linear-gradient(135deg, #f21f26, var(--oc-red)) !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(221, 56, 51, 0.2);
  order: 3;
}

.woocommerce ul.products li.product > .button:not(.compare):hover {
  background: var(--oc-red-dark) !important;
  transform: none;
}

.woocommerce ul.products li.product > .button .icon,
.woocommerce ul.products li.product > .oc-card-secondary .icon {
  width: 17px;
  height: 17px;
}

.woocommerce ul.products li.product > .oc-card-secondary,
.woocommerce ul.products li.product > a.compare,
.woocommerce ul.products li.product > .compare.button {
  border: 1px solid transparent !important;
  background: transparent !important;
  color: #56616c !important;
  box-shadow: none !important;
  order: 2;
}

.woocommerce ul.products li.product > .oc-card-secondary:hover,
.woocommerce ul.products li.product > a.compare:hover,
.woocommerce ul.products li.product > .compare.button:hover {
  border-color: #d4dce3 !important;
  background: #f7fafc !important;
  color: var(--oc-blue) !important;
  transform: none !important;
}

.woocommerce span.onsale {
  top: 12px !important;
  left: 12px !important;
  min-width: auto;
  min-height: auto;
  margin: 0 !important;
  padding: 7px 10px;
  border-radius: 4px;
  background: #f20f18;
  box-shadow: 0 8px 16px rgba(242, 15, 24, 0.24);
  color: #fff;
  font-size: 0.66rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

/* Optional list view */
body.oc-shop-list-view .woocommerce ul.products {
  grid-template-columns: 1fr;
}

body.oc-shop-list-view .woocommerce ul.products li.product {
  align-items: center;
}

body.oc-shop-list-view .woocommerce ul.products li.product > .woocommerce-LoopProduct-link {
  display: grid !important;
  grid-template-columns: 170px minmax(0, 1fr);
  grid-template-areas:
    "image title"
    "image specs"
    "image price";
  gap: 3px 18px;
  flex-basis: calc(100% - 230px);
}

body.oc-shop-list-view .woocommerce ul.products li.product a img {
  grid-area: image;
  height: 132px !important;
  margin: 0 !important;
}

body.oc-shop-list-view .woocommerce ul.products li.product .woocommerce-loop-product__title {
  grid-area: title;
  min-height: auto;
  font-size: 1rem;
}

body.oc-shop-list-view .woocommerce ul.products li.product .oc-product-specs {
  grid-area: specs;
  min-height: auto;
}

body.oc-shop-list-view .woocommerce ul.products li.product .price {
  grid-area: price;
}

body.oc-shop-list-view .woocommerce ul.products li.product > .button,
body.oc-shop-list-view .woocommerce ul.products li.product > .oc-card-secondary {
  flex: 0 0 106px;
  margin-top: 0 !important;
}

/* Trust strip matching the reference */
.commerce-trust--v14,
.commerce-trust.commerce-trust--v14 {
  display: grid;
  clear: both;
  width: 100vw;
  max-width: none;
  margin: 28px calc(50% - 50vw) 0;
  padding: 24px max(24px, calc((100vw - 1540px) / 2 + 24px));
  border: 0;
  border-top: 1px solid #dde4ea;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 -10px 30px rgba(15, 23, 32, 0.035);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.commerce-trust--v14 > div {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 5px 22px;
  border-right: 1px solid transparent;
}

.commerce-trust--v14 .icon {
  width: 38px;
  height: 38px;
  color: var(--oc-blue);
  stroke-width: 1.55;
}

.commerce-trust--v14 strong,
.commerce-trust--v14 small {
  display: block;
}

.commerce-trust--v14 strong {
  color: #121820;
  font-size: 0.87rem;
  font-weight: 900;
}

.commerce-trust--v14 small {
  margin-top: 2px;
  color: #4f5b66;
  font-size: 0.78rem;
  line-height: 1.35;
}

/* Keep single product premium while respecting v1.4 shell */
body.single-product .commerce-shell {
  max-width: 1480px;
  padding-top: 34px;
}

body.single-product .oc-shop-icon-rail {
  display: none;
}

/* Responsive refinements */
@media (max-width: 1360px) {
  .site-header__inner {
    grid-template-columns: minmax(190px, 230px) minmax(320px, 1fr) auto;
    gap: 0 24px;
  }

  .header-account span,
  .site-cart__meta {
    display: none;
  }

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

@media (max-width: 1120px) {
  .button--header {
    min-width: 48px;
    padding-inline: 14px;
  }

  .button--header .icon {
    margin: 0;
  }

  .button--header .icon + * {
    display: none;
  }

  .oc-shop-body {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .oc-price-fields {
    grid-template-columns: 1fr 1fr;
  }

  .oc-price-fields button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .site-header__inner {
    display: grid;
    grid-template-areas: "brand actions toggle";
    grid-template-columns: minmax(150px, 190px) 1fr auto;
    min-height: 74px;
    padding-top: 0;
  }

  .header-product-search {
    display: none;
  }

  .menu-toggle {
    grid-area: toggle;
  }

  .site-header__actions {
    justify-self: end;
    gap: 14px;
  }

  .header-account {
    display: none;
  }

  .primary-navigation {
    width: 100vw;
  }

  .oc-shop-icon-rail {
    grid-template-columns: minmax(0, 1fr);
    padding: 10px 12px 0;
  }

  .oc-shop-icon-rail__arrow {
    display: none;
  }

  .oc-shop-icon-rail__track {
    grid-auto-columns: minmax(86px, 94px);
    min-height: 78px;
    gap: 8px;
  }

  .oc-shop-icon-card,
  .shop-category.oc-shop-icon-card {
    min-height: 78px;
  }

  .commerce-shell {
    padding: 22px 12px 0;
  }

  .woocommerce-products-header__title {
    font-size: clamp(1.95rem, 8vw, 2.6rem);
  }

  .oc-shop-body {
    display: block;
  }

  .oc-shop-sidebar.shop-filter-drawer {
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
    overflow-y: auto;
    width: min(88vw, 370px);
    height: 100dvh;
    padding: 18px 16px 28px;
    border-right: 1px solid #dce3e9;
    background: #fff;
    box-shadow: 24px 0 60px rgba(0, 0, 0, 0.22);
    visibility: hidden;
    transform: translateX(-105%);
    transition: transform 240ms cubic-bezier(.22,1,.36,1), visibility 240ms ease;
  }

  .filter-open .oc-shop-sidebar.shop-filter-drawer {
    visibility: visible;
    transform: translateX(0);
  }

  .shop-filter-backdrop {
    position: fixed;
    z-index: 1001;
    inset: 0;
    display: block;
    border: 0;
    background: rgba(5, 8, 12, 0.56);
    opacity: 0;
    visibility: hidden;
    transition: opacity 200ms ease, visibility 200ms ease;
  }

  .filter-open .shop-filter-backdrop {
    opacity: 1;
    visibility: visible;
  }

  .oc-sidebar-mobile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e1e7ec;
  }

  .oc-sidebar-mobile-head h2 {
    margin: 0;
    font-size: 1.2rem;
  }

  .oc-sidebar-mobile-head button {
    display: grid;
    width: 38px;
    height: 38px;
    border: 1px solid #d9e0e6;
    border-radius: 50%;
    background: #fff;
    color: #111820;
    place-items: center;
  }

  .shop-filter-toggle {
    display: inline-flex;
    min-height: 42px;
    padding: 0 15px;
    border: 1px solid #d8dfe5;
    border-radius: 6px;
    background: #fff;
    color: #121820;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 800;
  }

  .oc-shop-toolbar {
    align-items: stretch;
    gap: 12px;
  }

  .oc-shop-toolbar__left,
  .oc-shop-toolbar__right {
    gap: 8px;
  }

  .woocommerce .woocommerce-result-count {
    display: none;
  }

  .woocommerce .woocommerce-ordering select {
    min-width: 0;
    width: 100%;
  }

  .oc-view-toggle {
    display: none;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    padding: 9px !important;
    border-radius: 7px;
  }

  .woocommerce ul.products li.product:hover,
  .woocommerce-page ul.products li.product:hover {
    transform: none;
  }

  .woocommerce ul.products li.product a img {
    height: 150px !important;
    margin-bottom: 10px !important;
    padding: 6px !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 42px;
    padding-inline: 2px !important;
    font-size: 0.73rem;
    line-height: 1.28;
  }

  .oc-product-specs {
    display: none;
  }

  .woocommerce ul.products li.product .price {
    min-height: 28px;
    padding-inline: 2px !important;
    font-size: 0.88rem;
  }

  .woocommerce ul.products li.product .price del {
    display: none;
  }

  .woocommerce ul.products li.product > .button,
  .woocommerce ul.products li.product > .oc-card-secondary,
  .woocommerce ul.products li.product > a.compare,
  .woocommerce ul.products li.product > .compare.button {
    min-height: 36px;
    padding: 0 6px !important;
    flex-basis: 100%;
    font-size: 0.66rem;
  }

  .woocommerce ul.products li.product > .oc-card-secondary,
  .woocommerce ul.products li.product > a.compare,
  .woocommerce ul.products li.product > .compare.button {
    display: none !important;
  }

  .commerce-trust--v14,
  .commerce-trust.commerce-trust--v14 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 18px 12px;
    gap: 10px 0;
  }

  .commerce-trust--v14 > div {
    padding: 8px;
    align-items: flex-start;
  }

  .commerce-trust--v14 .icon {
    width: 30px;
    height: 30px;
  }

  .commerce-trust--v14 strong {
    font-size: 0.78rem;
  }

  .commerce-trust--v14 small {
    font-size: 0.68rem;
  }
}

@media (min-width: 901px) {
  .oc-shop-toolbar .shop-filter-toggle {
    display: none;
  }
}

@media (max-width: 520px) {
  .site-brand,
  .site-brand.custom-logo-link {
    width: 165px;
  }

  .site-header__actions .button--header {
    display: none;
  }

  .header-cart .icon {
    width: 24px;
    height: 24px;
  }

  .oc-shop-toolbar__right {
    flex: 1;
  }

  .woocommerce .woocommerce-ordering {
    flex: 1;
  }

  .woocommerce .woocommerce-ordering select {
    font-size: 0.76rem;
  }

  .woocommerce ul.products li.product a img {
    height: 128px !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 0.68rem;
  }

  .commerce-trust--v14,
  .commerce-trust.commerce-trust--v14 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1120px) {
  .button--header span { display: none; }
}

/* =========================================================
   Overclock Shop/Product Polish — v1.5
   ========================================================= */
:root {
  --oc-card-border: #dfe6ec;
  --oc-card-bg: #ffffff;
  --oc-ui-bg: #f4f7fa;
  --oc-title: #0d131a;
}

/* Product detail: smaller title, visible purchase controls, cleaner premium layout */
body.single-product {
  background: linear-gradient(180deg, #f5f8fb 0%, #eef3f7 58%, #ffffff 100%);
}

body.single-product .commerce-shell {
  width: min(100%, 1520px);
  max-width: 1520px;
  padding: 32px clamp(18px, 3vw, 42px) 72px;
}

body.single-product .woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.82fr);
  align-items: start;
  gap: clamp(28px, 3.8vw, 58px);
}

body.single-product .woocommerce div.product::before,
body.single-product .woocommerce div.product::after {
  display: none;
}

body.single-product .woocommerce div.product div.images,
body.single-product .woocommerce div.product div.summary {
  float: none !important;
  width: 100% !important;
}

body.single-product .woocommerce div.product div.images {
  position: sticky;
  top: 128px;
  padding: clamp(18px, 2.4vw, 30px);
  border: 1px solid var(--oc-card-border);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,255,255,0.98)),
    radial-gradient(circle at 50% 0%, rgba(0, 91, 214, 0.06), transparent 42%);
  box-shadow: 0 18px 45px rgba(15, 23, 32, 0.07);
}

body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image img {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  border-radius: 12px;
  background: #fbfcfd;
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs {
  gap: 10px;
  margin-top: 14px;
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs li {
  border-radius: 8px;
  border-color: #dbe3ea;
  background: #fff;
}

body.single-product .woocommerce div.product div.summary {
  position: relative;
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid var(--oc-card-border);
  border-radius: 16px;
  background: var(--oc-card-bg);
  box-shadow: 0 18px 45px rgba(15, 23, 32, 0.07);
}

body.single-product .woocommerce div.product .product_title {
  max-width: 780px;
  margin: 0 0 16px;
  color: var(--oc-title);
  font-family: Inter, var(--oc-font);
  font-size: clamp(1.62rem, 2.25vw, 2.55rem) !important;
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

body.single-product .woocommerce div.product p.price,
body.single-product .woocommerce div.product span.price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--oc-red) !important;
  font-size: clamp(1.35rem, 2vw, 1.85rem) !important;
  font-weight: 900;
  letter-spacing: -0.03em;
}

body.single-product .woocommerce div.product p.price del,
body.single-product .woocommerce div.product span.price del {
  color: #8a96a3;
  font-size: 0.82em;
  opacity: 1;
}

body.single-product .woocommerce div.product p.price ins,
body.single-product .woocommerce div.product span.price ins {
  color: var(--oc-red);
  text-decoration: none;
}

.oc-single-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -4px 0 16px;
}

.oc-single-badges span {
  display: inline-flex;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid #dce4eb;
  border-radius: 999px;
  background: #f7fafc;
  color: #495561;
  align-items: center;
  font-size: 0.73rem;
  font-weight: 800;
  line-height: 1;
}

body.single-product .woocommerce div.product form.cart {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  margin: 18px 0 22px !important;
  padding: 16px;
  border: 1px solid #dbe3ea;
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0%, rgba(221, 56, 51, 0.07), transparent 34%),
    linear-gradient(180deg, #fbfcfe, #f5f8fb);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 12px 28px rgba(15,23,32,0.055);
}

body.single-product .woocommerce div.product form.cart::before,
body.single-product .woocommerce div.product form.cart::after {
  display: none !important;
}

body.single-product .woocommerce div.product form.cart .quantity {
  float: none !important;
  margin: 0 !important;
  flex: 0 0 86px;
}

body.single-product .woocommerce div.product form.cart .qty {
  width: 86px;
  height: 54px;
  border: 1px solid #cbd5df;
  border-radius: 9px;
  background: #fff;
  color: #101820;
  font-weight: 800;
  text-align: center;
}

body.single-product .woocommerce div.product form.cart .single_add_to_cart_button {
  display: inline-flex !important;
  min-width: 0;
  min-height: 54px;
  padding: 0 28px !important;
  border: 0 !important;
  border-radius: 9px !important;
  flex: 1 1 230px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f21f26 0%, #dd3833 55%, #b91f1b 100%) !important;
  color: #fff !important;
  box-shadow: 0 12px 22px rgba(221, 56, 51, 0.24) !important;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  opacity: 1 !important;
  visibility: visible !important;
}

body.single-product .woocommerce div.product form.cart .single_add_to_cart_button:hover {
  transform: translateY(-1px);
  box-shadow: 0 15px 28px rgba(221, 56, 51, 0.3) !important;
}

body.single-product .woocommerce div.product form.cart .variations {
  flex: 0 0 100%;
  width: 100%;
  margin: 0 0 4px;
  border: 0;
}

body.single-product .woocommerce div.product form.cart .variations tr,
body.single-product .woocommerce div.product form.cart .variations th,
body.single-product .woocommerce div.product form.cart .variations td {
  display: block;
  padding: 0;
  text-align: left;
}

body.single-product .woocommerce div.product form.cart .variations label {
  display: block;
  margin: 0 0 7px;
  color: #1d2731;
  font-size: 0.82rem;
  font-weight: 900;
}

body.single-product .woocommerce div.product form.cart .variations select {
  width: 100%;
  min-height: 48px;
  margin: 0 0 12px;
  padding: 0 12px;
  border: 1px solid #ccd6df;
  border-radius: 9px;
  background: #fff;
  color: #111820;
}

body.single-product .woocommerce div.product form.cart .woocommerce-variation,
body.single-product .woocommerce div.product form.cart .single_variation_wrap {
  flex: 0 0 100%;
  width: 100%;
}

body.single-product .woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: stretch;
  gap: 12px;
}

body.single-product .woocommerce div.product form.cart table.group_table {
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
}

body.single-product .woocommerce div.product .woocommerce-product-details__short-description {
  margin-top: 12px;
  padding-top: 18px;
  border-top: 1px solid #e1e7ec;
  color: #45515d;
  font-size: 0.92rem;
  line-height: 1.68;
}

body.single-product .woocommerce div.product .woocommerce-product-details__short-description p:last-child,
body.single-product .woocommerce div.product .woocommerce-product-details__short-description ul:last-child {
  margin-bottom: 0;
}

body.single-product .woocommerce div.product .woocommerce-product-details__short-description ul {
  padding-left: 20px;
}

body.single-product .woocommerce div.product .summary .commerce-trust {
  margin-top: 16px;
  padding: 13px 0 0;
  border-top: 1px solid #e1e7ec;
  background: transparent;
}

body.single-product .woocommerce div.product .summary .commerce-trust > div {
  padding: 7px 10px;
}

body.single-product .woocommerce div.product .woocommerce-tabs,
body.single-product .woocommerce div.product .related.products,
body.single-product .woocommerce div.product .upsells.products {
  grid-column: 1 / -1;
}

body.single-product .woocommerce div.product .woocommerce-tabs {
  margin-top: 8px;
  border-radius: 16px;
  border-color: var(--oc-card-border);
  box-shadow: 0 14px 35px rgba(15, 23, 32, 0.055);
}

body.single-product .woocommerce-message,
body.single-product .woocommerce-info,
body.single-product .woocommerce-error {
  grid-column: 1 / -1;
}

/* Shop archive polish */
body.woocommerce-shop .commerce-shell,
body.tax-product_cat .commerce-shell,
body.tax-product_tag .commerce-shell,
body.post-type-archive-product .commerce-shell {
  padding-top: 28px;
}

.woocommerce-products-header__title {
  margin-bottom: 18px !important;
  font-size: clamp(2rem, 2.8vw, 3rem) !important;
  line-height: 1.02;
}

.oc-shop-toolbar {
  min-height: 56px;
  margin-bottom: 18px;
  padding: 8px 10px 8px 14px;
  border: 1px solid #dde5ec;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 26px rgba(15, 23, 32, 0.045);
  backdrop-filter: blur(10px);
}

.woocommerce .woocommerce-ordering select,
.oc-view-toggle {
  border-radius: 9px;
}

.oc-shop-sidebar.shop-filter-drawer {
  top: 128px;
}

.oc-filter-panel {
  margin-bottom: 14px;
  padding: 18px;
  border: 1px solid #dfe6ec;
  border-radius: 14px;
  background: rgba(255,255,255,0.74);
  box-shadow: 0 8px 22px rgba(15, 23, 32, 0.035);
}

.oc-filter-heading {
  margin-bottom: 12px;
}

.oc-filter-heading h2 {
  font-size: 0.96rem;
}

.oc-category-filter a,
.oc-brand-list a {
  min-height: 35px;
  border-radius: 8px;
  padding: 0 7px;
}

.oc-category-filter a:hover,
.oc-category-filter a.is-active,
.oc-brand-list a:hover {
  background: rgba(221, 56, 51, 0.06);
}

.oc-price-fields input,
.oc-brand-search input {
  min-height: 42px;
  border-radius: 8px;
}

.oc-price-fields button {
  min-height: 42px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0b67dc, #004fbd);
}

.woocommerce ul.products {
  gap: 16px !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  min-height: 100%;
  padding: 15px !important;
  border-radius: 14px !important;
  border-color: #dfe6ec !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), #fff),
    radial-gradient(circle at 50% 0%, rgba(0, 91, 214, 0.04), transparent 45%);
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  border-color: rgba(221, 56, 51, 0.28) !important;
  box-shadow: 0 24px 48px rgba(15, 23, 32, 0.11);
}

.woocommerce ul.products li.product a img {
  height: clamp(176px, 15vw, 230px) !important;
  margin-bottom: 13px !important;
  border: 1px solid #edf1f4;
  border-radius: 12px;
  background: linear-gradient(145deg, #ffffff, #f4f7fa);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: -webkit-box;
  min-height: 46px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.9rem;
  line-height: 1.28;
}

.oc-product-specs {
  display: -webkit-box;
  min-height: 35px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #57636e;
}

.woocommerce ul.products li.product .price {
  margin-top: auto !important;
  color: #005bd6 !important;
}

.woocommerce ul.products li.product > .button,
.woocommerce ul.products li.product > .oc-card-secondary,
.woocommerce ul.products li.product > a.compare,
.woocommerce ul.products li.product > .compare.button {
  min-height: 42px;
  border-radius: 9px;
}

.woocommerce ul.products li.product > .oc-card-secondary {
  flex-grow: 0.7;
}

.woocommerce span.onsale {
  border-radius: 7px;
}

.oc-shop-icon-rail {
  padding-top: 12px;
}

.oc-shop-icon-card,
.shop-category.oc-shop-icon-card {
  border-radius: 10px 10px 0 0;
}

.oc-shop-icon-card:hover,
.oc-shop-icon-card.is-active {
  background: linear-gradient(180deg, rgba(221, 56, 51, 0.055), transparent);
}

@media (max-width: 1180px) {
  body.single-product .woocommerce div.product {
    grid-template-columns: minmax(0, 1fr);
  }

  body.single-product .woocommerce div.product div.images {
    position: relative;
    top: auto;
  }
}

@media (max-width: 900px) {
  body.single-product .commerce-shell {
    padding: 22px 12px 56px;
  }

  body.single-product .woocommerce div.product {
    gap: 18px;
  }

  body.single-product .woocommerce div.product div.images,
  body.single-product .woocommerce div.product div.summary,
  body.single-product .woocommerce div.product .woocommerce-tabs {
    border-radius: 13px;
    padding: 16px;
  }

  body.single-product .woocommerce div.product .product_title {
    font-size: clamp(1.45rem, 6vw, 2rem) !important;
    letter-spacing: -0.035em;
  }

  body.single-product .woocommerce div.product form.cart {
    padding: 13px;
  }

  .oc-shop-toolbar {
    padding: 8px;
    border-radius: 10px;
  }

  .oc-shop-toolbar__left,
  .oc-shop-toolbar__right {
    width: auto;
  }

  .oc-filter-panel {
    padding: 16px 12px;
    box-shadow: none;
  }
}

@media (max-width: 620px) {
  body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image img {
    max-height: 330px;
  }

  body.single-product .woocommerce div.product form.cart,
  body.single-product .woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr);
  }

  body.single-product .woocommerce div.product form.cart .quantity {
    flex-basis: 76px;
  }

  body.single-product .woocommerce div.product form.cart .qty {
    width: 76px;
  }

  body.single-product .woocommerce div.product form.cart .variations,
  body.single-product .woocommerce div.product form.cart .woocommerce-variation,
  body.single-product .woocommerce div.product form.cart .single_variation_wrap {
    grid-column: 1 / -1;
  }

  body.single-product .woocommerce div.product form.cart .single_add_to_cart_button {
    width: 100%;
    min-width: 0;
    padding-inline: 12px !important;
    font-size: 0.86rem;
  }

  .oc-single-badges span {
    font-size: 0.68rem;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    padding: 10px !important;
  }

  .woocommerce ul.products li.product a img {
    height: 138px !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 40px;
    font-size: 0.72rem;
  }
}

/* v1.6 product-page hardening and polish */
body.single-product .commerce-shell {
  padding-top: clamp(42px, 4vw, 64px);
}

body.single-product .woocommerce div.product {
  gap: clamp(34px, 4vw, 66px);
}

body.single-product .woocommerce div.product div.summary {
  align-self: start;
}

body.single-product .woocommerce div.product .product_title {
  max-width: 680px;
  margin-bottom: 14px;
  font-size: clamp(1.45rem, 1.85vw, 2.08rem) !important;
  line-height: 1.14;
  letter-spacing: -0.045em;
}

body.single-product .oc-single-badges {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px !important;
  margin: 0 0 16px !important;
}

body.single-product .oc-single-badges span {
  display: inline-flex !important;
  min-height: 28px;
  padding: 0 10px !important;
  border: 1px solid #dce4eb !important;
  border-radius: 999px !important;
  background: #f7fafc !important;
  color: #46515d !important;
  align-items: center;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: -0.01em;
}

body.single-product .woocommerce div.product p.stock {
  margin: 0 0 10px;
  color: #15803d;
  font-size: 0.82rem;
  font-weight: 900;
}

body.single-product .woocommerce div.product form.cart.oc-single-cart-form {
  position: relative;
  z-index: 5;
}

body.single-product .woocommerce div.product form.cart.oc-single-cart-form .single_add_to_cart_button {
  cursor: pointer;
  pointer-events: auto;
}

body.single-product .woocommerce div.product .product_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #e1e7ec;
  color: #66717d;
  font-size: 0.8rem;
  line-height: 1.45;
}

body.single-product .woocommerce div.product .product_meta > span {
  display: inline-flex;
  gap: 4px;
}

body.single-product .woocommerce div.product .product_meta a {
  color: #18212b;
  font-weight: 700;
}

body.single-product .woocommerce div.product .woocommerce-product-details__short-description {
  border-top: 0;
  margin-top: 10px;
  padding-top: 4px;
}

body.single-product .woocommerce div.product .summary .commerce-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

body.single-product .woocommerce div.product .summary .commerce-trust > div {
  min-width: 0;
  border-right: 0;
  border-radius: 10px;
  background: #f8fafc;
}

body.single-product .woocommerce div.product div.images {
  overflow: hidden;
}

body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 4;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  letter-spacing: -0.015em;
}

.woocommerce ul.products li.product .price {
  font-size: 1.02rem !important;
  letter-spacing: -0.03em;
}

@media (max-width: 900px) {
  body.single-product .commerce-shell {
    padding-top: 28px;
  }

  body.single-product .woocommerce div.product .product_title {
    font-size: clamp(1.32rem, 5.1vw, 1.82rem) !important;
  }

  body.single-product .woocommerce div.product .summary .commerce-trust {
    grid-template-columns: 1fr;
  }
}

/* Website development service highlight */
#website-development.capability-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  min-height: 360px;
}

#website-development .capability-card__media {
  height: 100%;
  min-height: 320px;
  aspect-ratio: auto;
}

#website-development .capability-card__body {
  justify-content: center;
  padding: clamp(28px, 4vw, 46px);
}

#website-development h3 {
  max-width: 780px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  letter-spacing: -0.055em;
}

#website-development .capability-card__label,
#website-development .capability-card__body > p:not(.capability-card__label) {
  max-width: 720px;
}

@media (max-width: 1020px) {
  #website-development.capability-card {
    display: flex;
    grid-column: auto;
  }

  #website-development .capability-card__media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
}


/* WhatsApp CTA hard fix — v1.9.9 */
.contact-section,
.contact-section__cta,
.contact-section__buttons {
  position: relative;
}

.contact-section__cta,
.contact-section__buttons {
  z-index: 20;
}

.contact-section__buttons a,
.contact-section__buttons .button,
a[data-whatsapp-cta],
.button--whatsapp {
  pointer-events: auto !important;
  cursor: pointer !important;
}

a[data-whatsapp-cta] {
  position: relative;
  z-index: 60;
  touch-action: manipulation;
  -webkit-user-select: none;
  user-select: none;
}

a[data-whatsapp-cta]::before,
a[data-whatsapp-cta]::after,
.button--whatsapp::before,
.button--whatsapp::after {
  pointer-events: none !important;
}

/* =========================================================
   Mobile homepage compression — v1.10.3
   ========================================================= */
.mobile-sticky-cta {
  display: none;
}

@media (max-width: 720px) {
  body.home,
  body.front-page {
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
  }

  .hero--premium {
    min-height: 0;
  }

  .hero--premium .hero__media {
    opacity: 0.28;
  }

  .hero--premium .hero__media img {
    object-position: 72% center;
  }

  .hero--premium .hero__inner {
    display: block;
    min-height: 0;
    padding-top: 46px;
    padding-bottom: 28px;
  }

  .hero__copy {
    max-width: 100%;
  }

  .hero--premium .eyebrow {
    padding: 8px 11px;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .hero--premium h1 {
    max-width: 96%;
    margin-bottom: 16px;
    font-size: clamp(2.15rem, 11vw, 3rem);
    line-height: 1;
  }

  .hero--premium .hero__copy > p:not(.eyebrow) {
    margin-bottom: 18px;
    font-size: 0.96rem;
    line-height: 1.58;
  }

  .hero__pill-row {
    margin-bottom: 18px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .hero__pill-row::-webkit-scrollbar,
  .capability-grid::-webkit-scrollbar,
  .process-grid::-webkit-scrollbar,
  .home-products::-webkit-scrollbar,
  .pos-pill-row::-webkit-scrollbar {
    display: none;
  }

  .hero__pill-row span {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .hero__actions .button {
    width: auto;
    min-height: 48px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .hero__actions .button--outline-light {
    display: none;
  }

  .hero__sectors,
  .hero-command,
  .hero-proof {
    display: none;
  }

  .hero-trust__inner {
    padding-top: 20px;
    padding-bottom: 24px;
    gap: 16px;
  }

  .hero-trust__copy h2 {
    font-size: 1.2rem;
    line-height: 1.22;
  }

  .hero-trust__carousel {
    margin-right: calc(var(--oc-gutter) * -1);
  }

  .hero-trust__logo {
    flex-basis: 148px;
    min-height: 70px;
    padding: 8px 12px;
    border-radius: 16px;
  }

  .hero-trust__logo img {
    max-height: 42px;
  }

  .hero-trust__logo img[alt="Abu Sami"] {
    max-height: 50px;
  }

  .section-intro--premium,
  .precision-section__intro,
  .shop-section--premium .shop-section__header,
  .projects-section--premium .projects-section__lead,
  .pos-showcase__copy {
    padding-top: 0;
  }

  .section-intro--premium {
    padding-top: 48px;
    padding-bottom: 22px;
  }

  .section-intro--premium h2,
  .precision-section__intro h2,
  .shop-section--premium .shop-section__header h2,
  .projects-section--premium .projects-section__lead h2,
  .pos-showcase h2 {
    font-size: clamp(1.85rem, 9vw, 2.55rem);
    line-height: 1.04;
    letter-spacing: -0.052em;
  }

  .section-intro--premium p:not(.eyebrow),
  .precision-section__intro p:not(.eyebrow),
  .shop-section--premium .shop-section__header p,
  .projects-section--premium .projects-section__lead p:not(.eyebrow),
  .pos-showcase__copy > p:not(.eyebrow) {
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .capability-grid {
    display: flex;
    width: auto;
    margin: 0;
    padding: 0 var(--oc-gutter) 50px;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .capability-card,
  #website-development.capability-card {
    flex: 0 0 min(82vw, 340px);
    display: flex;
    min-height: 0;
    scroll-snap-align: start;
  }

  .capability-card__media,
  #website-development .capability-card__media {
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 8;
  }

  .capability-card__body,
  #website-development .capability-card__body {
    padding: 18px;
  }

  .capability-card h3,
  #website-development h3 {
    margin-bottom: 9px;
    font-size: 1.25rem;
    line-height: 1.12;
  }

  .capability-card__label {
    margin-bottom: 8px;
  }

  .capability-card__body > p:not(.capability-card__label) {
    display: -webkit-box;
    overflow: hidden;
    min-height: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .capability-card ul {
    display: none;
  }

  .precision-section {
    padding-top: 46px;
    padding-bottom: 48px;
  }

  .precision-section__intro {
    padding: 0 var(--oc-gutter) 20px;
  }

  .process-grid {
    display: flex;
    width: auto;
    margin: 0;
    padding: 0 var(--oc-gutter);
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .process-card {
    flex: 0 0 min(72vw, 300px);
    min-height: 0;
    padding: 16px;
    scroll-snap-align: start;
  }

  .process-card__media {
    height: 58px;
    margin: -4px -4px 12px;
  }

  .process-card span {
    margin-bottom: 8px;
  }

  .process-card h3 {
    margin-bottom: 8px;
    font-size: 1.12rem;
  }

  .process-card p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .pos-showcase {
    display: block;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .pos-showcase__copy {
    padding: 0 var(--oc-gutter);
  }

  .pos-pill-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }

  .pos-pill-row span {
    flex: 0 0 auto;
  }

  .pos-console {
    display: none;
  }

  .shop-section--premium {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .shop-section--premium .shop-section__header {
    padding: 0 var(--oc-gutter) 18px;
  }

  .category-rail {
    margin: 0 0 16px var(--oc-gutter);
    padding-bottom: 3px;
  }

  .home-products {
    display: flex;
    width: auto;
    padding: 0 var(--oc-gutter);
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .home-products .product-card {
    flex: 0 0 min(76vw, 310px);
    scroll-snap-align: start;
  }

  .product-card__image {
    min-height: 168px;
  }

  .projects-section--premium {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .projects-section--premium .projects-section__lead {
    margin-bottom: 16px;
  }

  .projects-section--premium .projects-section__lead p:not(.eyebrow) {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .project-grid {
    display: none;
  }

  .mobile-project-strip {
    display: flex;
    width: auto;
    margin-right: calc(var(--oc-gutter) * -1);
    padding: 0 var(--oc-gutter) 4px 0;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-project-strip::-webkit-scrollbar {
    display: none;
  }

  .mobile-project-card {
    min-height: 188px;
    padding: 14px;
  }

  .mobile-project-card__top {
    height: 92px;
  }

  .mobile-project-card__top img {
    max-height: 70px;
  }

  .projects-section--premium .button {
    width: 100%;
  }

  .about-strip--premium {
    min-height: auto;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .about-strip--premium p {
    font-size: clamp(1.45rem, 7.5vw, 2.3rem);
    line-height: 1.12;
  }

  .contact-section--premium {
    padding-top: 48px;
    padding-bottom: 86px;
  }

  .contact-section__cta h2 {
    font-size: clamp(1.9rem, 9vw, 2.7rem);
  }

  .contact-list {
    gap: 10px;
  }

  .contact-list li {
    padding: 14px;
  }

  .mobile-sticky-cta {
    position: fixed;
    z-index: 9999;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 12px;
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 10px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: rgba(7, 10, 14, 0.92);
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(18px);
  }

  .mobile-sticky-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 13px;
    font-family: var(--oc-tech);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-sticky-cta__primary {
    color: var(--oc-white);
    background: linear-gradient(135deg, var(--oc-red), var(--oc-red-dark));
    box-shadow: 0 12px 28px rgba(221, 56, 51, 0.34);
  }

  .mobile-sticky-cta__secondary {
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: var(--oc-white);
    background: rgba(255, 255, 255, 0.06);
  }
}

@media (max-width: 420px) {
  .hero--premium .hero__inner {
    padding-top: 34px;
  }

  .hero--premium h1 {
    font-size: clamp(2rem, 10.5vw, 2.55rem);
  }

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

  .hero__actions .button--ghost-light {
    display: none;
  }

  .capability-card,
  #website-development.capability-card,
  .home-products .product-card {
    flex-basis: 84vw;
  }
}

/* Mobile logo carousel stability fix — v1.10.10 */
@media (max-width: 720px) {
  .hero-trust__carousel {
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: calc(var(--oc-gutter) * -1);
    padding: 2px var(--oc-gutter) 8px 0;
    mask-image: none;
    -webkit-mask-image: none;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .hero-trust__carousel::-webkit-scrollbar {
    display: none;
  }

  .hero-trust__logos {
    width: max-content;
    min-width: 100%;
    animation: none !important;
    transform: none !important;
    will-change: auto;
  }

  .hero-trust__logo[aria-hidden="true"] {
    display: none;
  }

  .hero-trust__logo {
    flex: 0 0 150px;
    scroll-snap-align: start;
  }
}

/* v1.11 Professional structure upgrade */
.industry-section,
.support-plans-section,
.standards-section,
.quote-intake-section {
  padding: clamp(72px, 8vw, 118px) max(var(--oc-gutter), calc((100vw - var(--oc-content)) / 2 + var(--oc-gutter)));
}

.industry-section,
.support-plans-section {
  background: var(--oc-smoke);
}

.industry-section__lead,
.support-plans-section__lead {
  max-width: 900px;
  margin-bottom: 28px;
}

.industry-section__lead h2,
.support-plans-section__lead h2,
.standards-section__panel h2,
.quote-intake-section h2 {
  margin: 0 0 18px;
  font-size: clamp(2.2rem, 4.4vw, 4.7rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.industry-section__lead p:not(.eyebrow),
.support-plans-section__lead p:not(.eyebrow),
.standards-section__panel p,
.quote-intake-section p {
  max-width: 740px;
  color: var(--oc-muted);
  font-size: clamp(1rem, 1.24vw, 1.14rem);
  line-height: 1.72;
}

.industry-grid,
.support-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.industry-card,
.support-plan-card {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  padding: 24px;
  border: 1px solid rgba(20, 26, 33, 0.08);
  border-radius: var(--oc-radius-sm);
  background: var(--oc-white);
  box-shadow: 0 14px 42px rgba(12, 18, 28, 0.06);
}

.industry-card::before,
.support-plan-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--oc-red), rgba(0, 234, 255, 0.65));
  content: "";
}

.industry-card h3,
.support-plan-card h3,
.quote-checklist h3 {
  margin: 0 0 12px;
  color: var(--oc-ink);
  font-size: 1.32rem;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.industry-card p,
.support-plan-card p {
  margin: 0 0 18px;
  color: var(--oc-muted);
  font-size: 0.94rem;
  line-height: 1.64;
}

.industry-card__tags,
.pos-pill-row,
.quote-intake-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.industry-card__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(221, 56, 51, 0.08);
  color: var(--oc-red);
  font-family: var(--oc-tech);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.support-plan-card ul,
.standards-list,
.quote-checklist ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.support-plan-card li,
.standards-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--oc-muted);
  font-size: 0.92rem;
  line-height: 1.52;
}

.support-plan-card .icon,
.standards-list .icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: var(--oc-red);
}

.support-plan-card .text-link {
  margin-top: 20px;
}

.standards-section {
  background: #070a0e;
  color: var(--oc-white);
}

.standards-section__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.58fr);
  gap: clamp(24px, 4vw, 62px);
  align-items: center;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 12%, rgba(221, 56, 51, 0.24), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.24);
}

.standards-section__panel h2,
.quote-intake-section h2 {
  color: var(--oc-white);
}

.standards-section__panel p {
  color: rgba(255, 255, 255, 0.7);
}

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

.standards-list li {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.78);
}

.quote-intake-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.52fr);
  gap: clamp(24px, 4vw, 62px);
  align-items: center;
  background:
    radial-gradient(circle at 82% 12%, rgba(0, 234, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #0a0f14, #111821);
  color: var(--oc-white);
}

.quote-intake-section p {
  color: rgba(255, 255, 255, 0.72);
}

.quote-checklist {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.quote-checklist h3 {
  color: var(--oc-white);
}

.quote-checklist ol {
  counter-reset: quote;
}

.quote-checklist li {
  position: relative;
  padding: 14px 14px 14px 48px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(3, 6, 10, 0.28);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.45;
}

.quote-checklist li::before {
  position: absolute;
  top: 12px;
  left: 12px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: var(--oc-red);
  color: var(--oc-white);
  content: counter(quote, decimal-leading-zero);
  counter-increment: quote;
  font-family: var(--oc-tech);
  font-size: 0.66rem;
  font-weight: 800;
}

.product-card__setup {
  display: inline-flex;
  margin-top: 10px;
  color: var(--oc-muted);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.product-card__setup:hover {
  color: var(--oc-red);
}

@media (max-width: 1020px) {
  .industry-grid,
  .support-plan-grid,
  .standards-section__panel,
  .quote-intake-section {
    grid-template-columns: 1fr;
  }

  .standards-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .industry-section,
  .support-plans-section,
  .standards-section,
  .quote-intake-section {
    padding: 46px var(--oc-gutter);
  }

  .industry-section__lead h2,
  .support-plans-section__lead h2,
  .standards-section__panel h2,
  .quote-intake-section h2 {
    font-size: clamp(2rem, 10vw, 3.1rem);
  }

  .industry-grid,
  .support-plan-grid {
    display: flex;
    overflow-x: auto;
    margin-right: calc(var(--oc-gutter) * -1);
    padding: 0 var(--oc-gutter) 8px 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .industry-card,
  .support-plan-card {
    flex: 0 0 min(82vw, 330px);
    min-height: 228px;
    padding: 20px;
    scroll-snap-align: start;
  }

  .standards-section__panel,
  .quote-checklist {
    padding: 20px;
    border-radius: 22px;
  }

  .quote-intake-section__actions .button {
    width: 100%;
  }
}

/* Hero layout correction — v1.11.1 */
@media (min-width: 1021px) {
  .hero--premium {
    min-height: auto;
    overflow: hidden;
  }

  .hero--premium .hero__media {
    inset: 0;
    opacity: 0.58;
  }

  .hero--premium .hero__media::before {
    background:
      linear-gradient(90deg, #06090d 0%, rgba(6, 9, 13, 0.98) 18%, rgba(6, 9, 13, 0.74) 43%, rgba(6, 9, 13, 0.34) 69%, rgba(6, 9, 13, 0.14) 100%),
      linear-gradient(180deg, rgba(6, 9, 13, 0.28) 0%, rgba(6, 9, 13, 0.78) 100%);
  }

  .hero--premium .hero__media::after {
    background: linear-gradient(0deg, #06090d 0%, rgba(6, 9, 13, 0.35) 42%, transparent 78%);
  }

  .hero--premium .hero__media img {
    object-position: 82% center;
    filter: saturate(0.82) contrast(1.05) brightness(0.88);
  }

  .hero--premium .hero__inner {
    min-height: calc(100svh - 120px);
    padding-top: clamp(64px, 6.5vw, 108px);
    padding-bottom: clamp(34px, 4vw, 62px);
    grid-template-columns: minmax(0, 0.96fr) minmax(390px, 460px);
    gap: clamp(24px, 3vw, 46px);
  }

  .hero--premium h1 {
    max-width: 790px;
    font-size: clamp(3rem, 4.35vw, 5.05rem);
    line-height: 0.99;
  }

  .hero-command {
    width: min(100%, 460px);
    justify-self: end;
    align-self: center;
    overflow: visible;
    padding: 22px;
  }

  .hero-command__headline h3 {
    font-size: clamp(1.2rem, 1.45vw, 1.55rem);
  }

  .hero-command__headline p {
    font-size: 0.86rem;
    line-height: 1.58;
  }

  .hero-command li {
    min-height: 48px;
    font-size: 0.82rem;
  }
}

@media (min-width: 1021px) and (max-width: 1280px) {
  .hero--premium .hero__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 420px);
  }

  .hero-command {
    width: min(100%, 420px);
  }

  .hero--premium h1 {
    font-size: clamp(2.75rem, 4.6vw, 4.5rem);
  }
}

/* Hero dashboard containment correction — v1.11.2 */
@media (min-width: 1021px) {
  .hero--premium .hero__inner {
    min-height: calc(100svh - 118px);
    padding-top: clamp(48px, 5vw, 82px);
    padding-bottom: clamp(30px, 3.4vw, 50px);
    grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
    gap: clamp(22px, 3vw, 42px);
  }

  .hero-command {
    width: min(100%, 430px);
    justify-self: end;
    align-self: center;
    overflow: hidden;
    padding: 18px;
    border-radius: 22px;
  }

  .hero-command::before {
    inset: 0;
  }

  .hero-command__header {
    margin-bottom: 12px;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }

  .hero-command__headline {
    margin-bottom: 12px;
  }

  .hero-command__headline h3 {
    margin-bottom: 8px;
    font-size: clamp(1.08rem, 1.28vw, 1.36rem);
    line-height: 1.1;
  }

  .hero-command__headline p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.8rem;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .hero-command__metrics {
    gap: 8px;
    margin-bottom: 12px;
  }

  .hero-command__metrics div {
    min-height: 64px;
    padding: 10px;
    border-radius: 14px;
  }

  .hero-command__metrics strong {
    margin-bottom: 4px;
    font-size: 0.85rem;
  }

  .hero-command__metrics span {
    font-size: 0.69rem;
    line-height: 1.28;
  }

  .hero-command ul {
    gap: 8px;
    margin-bottom: 12px;
  }

  .hero-command li {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .hero-command li strong {
    font-size: 0.62rem;
  }

  .hero-command__footer {
    gap: 8px;
  }

  .hero-command__footer span {
    min-height: 28px;
    padding: 0 10px;
    font-size: 0.72rem;
  }

  .hero--premium h1 {
    max-width: 760px;
    font-size: clamp(2.85rem, 4.1vw, 4.8rem);
  }
}

@media (min-width: 1021px) and (max-width: 1280px) {
  .hero--premium .hero__inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(350px, 400px);
  }

  .hero-command {
    width: min(100%, 400px);
    padding: 16px;
  }

  .hero-command li {
    min-height: 38px;
  }
}

/* Hero dashboard full-text fit — v1.11.3 */
@media (min-width: 1021px) {
  .hero-command {
    width: min(100%, 450px);
    max-width: 450px;
    overflow: hidden;
  }

  .hero-command__headline p {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    font-size: 0.78rem;
    line-height: 1.44;
  }

  .hero-command__headline h3 {
    font-size: clamp(1.02rem, 1.18vw, 1.28rem);
    line-height: 1.12;
  }

  .hero-command li span {
    min-width: 0;
  }

  .hero-command li strong {
    flex: 0 0 auto;
  }
}

@media (min-width: 1021px) and (max-width: 1280px) {
  .hero-command {
    width: min(100%, 410px);
    max-width: 410px;
  }

  .hero-command__headline p {
    font-size: 0.75rem;
    line-height: 1.38;
  }

  .hero-command__headline h3 {
    font-size: 1.05rem;
  }
}


/* Hero dashboard wrapping hard fix — v1.11.4 */
@media (min-width: 1021px) {
  .hero-command,
  .hero-command * {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
  }

  .hero-command {
    width: 430px;
    max-width: 430px;
    overflow: hidden;
  }

  .hero-command__headline,
  .hero-command__headline h3,
  .hero-command__headline p,
  .hero-command li,
  .hero-command li span,
  .hero-command li strong,
  .hero-command__footer,
  .hero-command__footer span {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .hero-command__headline p {
    display: block !important;
    width: 100%;
    overflow: visible !important;
    text-overflow: clip;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    font-size: 0.76rem;
    line-height: 1.45;
  }

  .hero-command li {
    align-items: center;
    gap: 10px;
  }

  .hero-command li span {
    flex: 1 1 auto;
  }

  .hero-command li strong {
    flex: 0 0 auto;
    text-align: right;
  }
}

@media (min-width: 1021px) and (max-width: 1280px) {
  .hero-command {
    width: 390px;
    max-width: 390px;
  }

  .hero-command__headline p {
    font-size: 0.72rem;
    line-height: 1.4;
  }
}
