/* Someh Site Skins 1.0.0 — presentation-only layer */

html body.someh-site-skin-active {
  --someh-skin-radius-xl: 26px;
  --someh-skin-radius-lg: 18px;
  --someh-skin-radius-md: 12px;
  --someh-skin-shadow: 0 18px 45px rgba(15, 23, 42, .09);
  --someh-skin-shadow-soft: 0 8px 24px rgba(15, 23, 42, .065);
  color: var(--someh-skin-ink);
  background: var(--someh-skin-bg);
  overflow-x: hidden;
}

html body.someh-site-skin-active,
html body.someh-site-skin-active .site,
html body.someh-site-skin-active #page,
html body.someh-site-skin-active .container-wrapper {
  background-color: var(--someh-skin-bg);
}

html body.someh-site-skin-active,
html body.someh-site-skin-active * {
  --someh-sf-primary: var(--someh-skin-primary);
  --someh-sf-secondary: var(--someh-skin-secondary);
  --someh-sf-accent: var(--someh-skin-accent);
  --someh-sf-surface: var(--someh-skin-bg);
  --someh-sf-ink: var(--someh-skin-ink);
}

html body.someh-site-skin-active .someh-commerce-header {
  color: #fff;
  background:
    radial-gradient(circle at 88% -35%, rgba(255,255,255,.18), transparent 32%),
    linear-gradient(120deg, var(--someh-skin-primary), var(--someh-skin-secondary));
  border-bottom: 4px solid var(--someh-skin-accent);
  box-shadow: 0 12px 35px rgba(15, 23, 42, .13);
}

html body.someh-site-skin-active .someh-sf-head-inner {
  min-height: 88px;
  max-width: 1420px;
  gap: 16px;
}

html body.someh-site-skin-active .someh-sf-brand {
  padding-inline: 4px;
}

html body.someh-site-skin-active .someh-sf-search {
  min-height: 48px;
  padding: 5px;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}

html body.someh-site-skin-active .someh-sf-search input {
  min-height: 36px;
  color: var(--someh-skin-ink);
  background: #fff;
  border: 0;
  border-radius: 11px;
  box-shadow: none;
}

html body.someh-site-skin-active .someh-sf-search input::placeholder { color: #526274; opacity: 1; }
html body.someh-site-skin-active .someh-sf-search-submit {
  min-width: 92px;
  min-height: 38px;
  color: var(--someh-skin-accent-ink);
  background: var(--someh-skin-accent);
  border: 0;
  border-radius: 11px;
  font-weight: 900;
}
html body.someh-site-skin-active .someh-sf-search-submit:hover,
html body.someh-site-skin-active .someh-sf-search-submit:focus-visible {
  color: var(--someh-skin-accent-ink);
  filter: brightness(.94);
}

html body.someh-site-skin-active .someh-sf-action {
  min-height: 52px;
  padding: 7px 12px;
  color: #fff;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 14px;
}
html body.someh-site-skin-active .someh-sf-action:hover,
html body.someh-site-skin-active .someh-sf-action:focus-visible {
  color: var(--someh-skin-primary);
  background: #fff;
}
html body.someh-site-skin-active .someh-sf-theme-button,
html body.someh-site-skin-active .someh-sf-menu-button {
  color: #fff;
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.27);
  border-radius: 14px;
}
html body.someh-site-skin-active .someh-sf-theme-button:hover,
html body.someh-site-skin-active .someh-sf-menu-button:hover,
html body.someh-site-skin-active .someh-sf-theme-button:focus-visible,
html body.someh-site-skin-active .someh-sf-menu-button:focus-visible {
  color: var(--someh-skin-primary);
  background: #fff;
}

/* Keep the header intentionally focused: this theme has no account/cart UI. */
html body.someh-site-skin-active :is(.someh-sf-cart,.someh-sf-login,.someh-sf-user,.someh-cart-button,.someh-login-button),
html body.someh-site-skin-active :is(.header-cart,.header-login,.top-nav .login-link,.top-nav .cart-link) {
  display: none !important;
}

/* Home page: a construction/architecture showroom rather than a generic blog. */
html body.someh-site-skin-active.someh-marketplace-home .someh-storefront-home,
html body.someh-site-skin-active.someh-marketplace-home .someh-sf-market-top {
  width: min(100% - 28px, 1420px);
  margin-inline: auto;
}
html body.someh-site-skin-active.someh-marketplace-home .someh-sf-market-top {
  padding-top: 22px;
}
html body.someh-site-skin-active .someh-sf-hero {
  position: relative;
  min-height: 380px;
  margin: 20px 0 26px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(100deg, rgba(10,19,30,.95) 0%, color-mix(in srgb, var(--someh-skin-primary) 82%, #111827) 58%, var(--someh-skin-secondary) 100%);
  border: 0;
  border-radius: 30px 8px 30px 8px;
  box-shadow: var(--someh-skin-shadow);
  isolation: isolate;
}
html body.someh-site-skin-active .someh-sf-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 auto 0 57%;
  width: 43%;
  background: linear-gradient(135deg, rgba(255,255,255,.18), transparent 60%);
  clip-path: polygon(25% 0,100% 0,100% 100%,0 100%);
}
html body.someh-site-skin-active .someh-sf-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 7px;
  background: var(--someh-skin-accent);
}
html body.someh-site-skin-active .someh-sf-hero-copy { padding: clamp(28px,5vw,64px); }
html body.someh-site-skin-active .someh-sf-hero h2 {
  max-width: 680px;
  margin: 12px 0;
  color: #fff;
  font-size: clamp(29px,4.5vw,58px);
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -.7px;
}
html body.someh-site-skin-active .someh-sf-hero p,
html body.someh-site-skin-active .someh-sf-hero .someh-sf-hero-swipe-hint { color: #eaf1f5; }
html body.someh-site-skin-active .someh-sf-eyebrow b,
html body.someh-site-skin-active .someh-sf-hero-price { color: var(--someh-skin-accent); }
html body.someh-site-skin-active .someh-sf-primary-button {
  color: var(--someh-skin-accent-ink);
  background: var(--someh-skin-accent);
  border: 1px solid var(--someh-skin-accent);
  border-radius: 10px 3px 10px 3px;
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
  font-weight: 950;
}
html body.someh-site-skin-active .someh-sf-primary-button:hover,
html body.someh-site-skin-active .someh-sf-primary-button:focus-visible { filter: brightness(.94); }
html body.someh-site-skin-active .someh-sf-hero-media-link { border-radius: 18px; }
html body.someh-site-skin-active .someh-sf-hero-media-label { color: var(--someh-skin-primary); background: #fff; }
html body.someh-site-skin-active .someh-sf-hero-arrow {
  color: var(--someh-skin-primary);
  background: #fff;
  border: 1px solid rgba(255,255,255,.5);
}
html body.someh-site-skin-active .someh-sf-hero-tabs button { color: #eaf1f5; }
html body.someh-site-skin-active .someh-sf-hero-tabs button.is-active { color: var(--someh-skin-accent); }
html body.someh-site-skin-active .someh-sf-hero-progress { background: rgba(255,255,255,.25); }
html body.someh-site-skin-active .someh-sf-hero-progress i { background: var(--someh-skin-accent); }

html body.someh-site-skin-active .someh-sf-section {
  margin-block: 26px;
  padding: 20px;
  background: var(--someh-skin-surface);
  border: 1px solid var(--someh-skin-line);
  border-radius: var(--someh-skin-radius-xl) 8px var(--someh-skin-radius-xl) 8px;
  box-shadow: var(--someh-skin-shadow-soft);
}
html body.someh-site-skin-active .someh-sf-section-head { margin-bottom: 16px; }
html body.someh-site-skin-active .someh-sf-section-head span { color: var(--someh-skin-primary); font-weight: 900; }
html body.someh-site-skin-active .someh-sf-section-head h2 { color: var(--someh-skin-ink); font-size: clamp(20px,2.7vw,30px); font-weight: 950; }
html body.someh-site-skin-active .someh-sf-category {
  min-width: 154px;
  padding: 12px;
  background: var(--someh-skin-bg);
  border: 1px solid var(--someh-skin-line);
  border-radius: 15px 4px 15px 4px;
}
html body.someh-site-skin-active .someh-sf-category:hover { border-color: var(--someh-skin-primary); box-shadow: var(--someh-skin-shadow-soft); transform: translateY(-3px); }
html body.someh-site-skin-active .someh-sf-category-image { border-radius: 11px; background: var(--someh-skin-surface); }
html body.someh-site-skin-active .someh-sf-category strong { color: var(--someh-skin-ink); }
html body.someh-site-skin-active .someh-sf-category small { color: var(--someh-skin-muted); }
html body.someh-site-skin-active .someh-sf-scroll-button { color: #fff; background: var(--someh-skin-primary); border-color: var(--someh-skin-primary); }

html body.someh-site-skin-active .someh-sf-product-card,
html body.someh-site-skin-active .someh-sf-article-card {
  overflow: hidden;
  background: var(--someh-skin-surface);
  border: 1px solid var(--someh-skin-line);
  border-radius: 16px 5px 16px 5px;
  box-shadow: none;
}
html body.someh-site-skin-active .someh-sf-product-card:hover,
html body.someh-site-skin-active .someh-sf-article-card:hover { border-color: var(--someh-skin-primary); box-shadow: var(--someh-skin-shadow-soft); transform: translateY(-3px); }
html body.someh-site-skin-active .someh-sf-product-card h3,
html body.someh-site-skin-active .someh-sf-article-card h3,
html body.someh-site-skin-active .someh-sf-product-card a { color: var(--someh-skin-ink); }
html body.someh-site-skin-active .someh-sf-product-card .price,
html body.someh-site-skin-active .someh-sf-product-card .amount { color: var(--someh-skin-primary); font-weight: 950; }
html body.someh-site-skin-active .someh-sf-product-card .button,
html body.someh-site-skin-active .someh-sf-article-card .button { color: #fff; background: var(--someh-skin-primary); border-radius: 8px 3px 8px 3px; }

/* General site surfaces and form controls inherit the selected skin. */
html body.someh-site-skin-active :is(.post-listing,.post-components,.entry,.page-content,.woocommerce .content,.widget,.box-meta) {
  border-color: var(--someh-skin-line);
}
html body.someh-site-skin-active :is(input:not([type=submit]),textarea,select) {
  color: var(--someh-skin-ink);
  background: var(--someh-skin-surface);
  border-color: var(--someh-skin-line);
  border-radius: 9px;
}
html body.someh-site-skin-active :is(input[type=submit],button.submit,.woocommerce a.button,.woocommerce button.button) {
  color: #fff;
  background: var(--someh-skin-primary);
  border-color: var(--someh-skin-primary);
  border-radius: 9px 3px 9px 3px;
  font-weight: 900;
}
html body.someh-site-skin-active :is(a,.entry a):not(.someh-sf-primary-button):not(.someh-sf-action) { color: var(--someh-skin-primary); }
html body.someh-site-skin-active :is(a,button,input,textarea,select):focus-visible { outline: 3px solid var(--someh-skin-accent); outline-offset: 2px; }

/* Make all contact surfaces read as part of the chosen brand. */
html body.someh-site-skin-active :is(#tmc-modern-footer-contact,.fic-card.tmc-contact-card,.tm-contact-box) {
  --tmcmf-accent: var(--someh-skin-primary);
  --tmcmf-accent-2: var(--someh-skin-secondary);
  --tmcmf-bg: var(--someh-skin-surface);
  --tmcmf-ink: var(--someh-skin-ink);
  --tmcmf-line: var(--someh-skin-line);
}
html body.someh-site-skin-active .someh-sf-compact-footer {
  color: #fff;
  background: linear-gradient(135deg, var(--someh-skin-primary), var(--someh-skin-secondary));
  border-top: 7px solid var(--someh-skin-accent);
  border-radius: 28px 7px 0 0;
}
html body.someh-site-skin-active .someh-sf-compact-footer :is(a,.someh-sf-footer-brand a,.someh-sf-footer-about strong,.someh-sf-footer-grid h2) { color: #fff; }
html body.someh-site-skin-active .someh-sf-compact-footer :is(p,li,small) { color: #eaf1f5; }
html body.someh-site-skin-active .someh-sf-footer-contact a,
html body.someh-site-skin-active .someh-sf-footer-about > a { color: var(--someh-skin-accent-ink); background: var(--someh-skin-accent); border-radius: 9px 3px 9px 3px; }
html body.someh-site-skin-active .someh-sf-footer-rail { border-color: rgba(255,255,255,.24); }
html body.someh-site-skin-active .someh-sf-mobile-nav { background: var(--someh-skin-primary); border-top-color: var(--someh-skin-accent); }
html body.someh-site-skin-active .someh-sf-mobile-nav :is(a,button) { color: #fff; }
html body.someh-site-skin-active .someh-sf-mobile-contact i { color: var(--someh-skin-accent-ink); background: var(--someh-skin-accent); }

@media (max-width: 900px) {
  html body.someh-site-skin-active .someh-sf-hero { min-height: 0; border-radius: 22px 6px 22px 6px; }
  html body.someh-site-skin-active .someh-sf-hero::before { inset: auto 0 0; width: 100%; height: 44%; clip-path: polygon(35% 0,100% 0,100% 100%,0 100%); }
  html body.someh-site-skin-active .someh-sf-hero-copy { padding: 28px 22px 22px; }
  html body.someh-site-skin-active .someh-sf-section { padding: 14px; border-radius: 18px 5px 18px 5px; }
}
@media (max-width: 680px) {
  html body.someh-site-skin-active.someh-marketplace-home .someh-storefront-home,
  html body.someh-site-skin-active.someh-marketplace-home .someh-sf-market-top { width: min(100% - 16px, 1420px); }
  html body.someh-site-skin-active .someh-sf-hero h2 { font-size: clamp(25px,8vw,38px); }
  html body.someh-site-skin-active .someh-sf-section { margin-block: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html body.someh-site-skin-active *, html body.someh-site-skin-active *::before, html body.someh-site-skin-active *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
}

/* ========================================================================
   REIMAGINED INDUSTRIAL SHOWROOM
   This is a structural redesign. It does not reuse the old hero/category
   geometry; it only reads the site's existing live content and URLs.
   ======================================================================== */
html body.someh-site-skin-active .someh-reimagined-header {
  position: relative !important;
  z-index: 1010 !important;
  color: #fff !important;
  background: #10151b !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.13) !important;
  box-shadow: 0 14px 32px rgba(15,23,42,.18) !important;
}
html body.someh-site-skin-active .someh-reimagined-header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .48;
  background: repeating-linear-gradient(90deg,rgba(255,255,255,.035) 0 1px,transparent 1px 44px),linear-gradient(110deg,transparent 0 70%,var(--someh-skin-primary) 70% 70.3%,transparent 70.3%);
}
html body.someh-site-skin-active .someh-rh-header-main,
html body.someh-site-skin-active .someh-rh-header-rail {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 36px), 1420px);
  margin-inline: auto;
}
html body.someh-site-skin-active .someh-rh-header-main {
  min-height: 92px;
  display: grid;
  grid-template-columns: minmax(220px,.85fr) minmax(260px,1.4fr) auto auto;
  align-items: center;
  gap: 20px;
  direction: rtl;
}
html body.someh-site-skin-active .someh-rh-brand-block {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}
html body.someh-site-skin-active .someh-rh-brand-logo {
  min-width: 0;
  width: max-content;
  max-width: 260px;
  overflow: visible;
}
html body.someh-site-skin-active .someh-rh-brand-logo :is(a,.someh-sf-text-logo,.someh-sf-logo-link) {
  display: block;
  width: max-content;
  max-width: none;
  overflow: visible !important;
  white-space: nowrap !important;
  text-overflow: clip !important;
  color: #fff !important;
  background: transparent !important;
  font-size: clamp(19px,2vw,28px) !important;
  line-height: 1.25 !important;
  font-weight: 950 !important;
  text-decoration: none !important;
}
html body.someh-site-skin-active .someh-rh-brand-logo img { max-width: 170px; max-height: 50px; filter: brightness(0) invert(1); }
html body.someh-site-skin-active .someh-rh-brand-note {
  display: grid;
  gap: 3px;
  padding-inline-start: 14px;
  border-inline-start: 1px solid rgba(255,255,255,.25);
  white-space: nowrap;
}
html body.someh-site-skin-active .someh-rh-brand-note span { color: #aeb9c4; font-size: 9px; }
html body.someh-site-skin-active .someh-rh-brand-note b { color: #fff; font-size: 10px; font-weight: 900; }
html body.someh-site-skin-active .someh-rh-search {
  min-width: 0;
  min-height: 48px;
  display: flex;
  align-items: stretch;
  gap: 6px;
  padding: 5px;
  background: #202830;
  border: 1px solid #3a4651;
  border-radius: 7px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025);
}
html body.someh-site-skin-active .someh-rh-search input {
  min-width: 0;
  min-height: 36px;
  flex: 1 1 auto;
  color: #17202a !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}
html body.someh-site-skin-active .someh-rh-search input::placeholder { color: #637180 !important; opacity: 1; }
html body.someh-site-skin-active .someh-rh-search .someh-sf-search-submit {
  min-width: 82px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #17120a !important;
  background: var(--someh-skin-accent) !important;
  border: 0 !important;
  border-radius: 4px !important;
  font-size: 11px;
  font-weight: 950;
}
html body.someh-site-skin-active .someh-rh-contact {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 150px;
  color: #fff !important;
  text-decoration: none !important;
}
html body.someh-site-skin-active .someh-rh-contact:hover { color: var(--someh-skin-accent) !important; }
html body.someh-site-skin-active .someh-rh-contact-icon { width: 36px; height: 36px; display: grid; place-items: center; color: #17120a; background: var(--someh-skin-accent); border-radius: 5px; }
html body.someh-site-skin-active .someh-rh-contact-icon .someh-sf-icon { width: 18px; height: 18px; }
html body.someh-site-skin-active .someh-rh-contact small { display: block; color: #aeb9c4; font-size: 9px; }
html body.someh-site-skin-active .someh-rh-contact b { display: block; color: inherit; font-size: 12px; }
html body.someh-site-skin-active .someh-rh-header-tools { display: flex; align-items: center; gap: 7px; }
html body.someh-site-skin-active .someh-rh-header-tools :is(.someh-sf-theme-button,.someh-sf-menu-button) { width: 40px; height: 40px; min-width: 40px; padding: 0; color: #fff; background: #202830; border: 1px solid #3a4651; border-radius: 5px; }
html body.someh-site-skin-active .someh-rh-header-tools .someh-sf-theme-label { display: none; }
html body.someh-site-skin-active .someh-rh-header-tools :is(.someh-sf-theme-button,.someh-sf-menu-button):hover,
html body.someh-site-skin-active .someh-rh-header-tools :is(.someh-sf-theme-button,.someh-sf-menu-button):focus-visible { color: #17120a; background: var(--someh-skin-accent); border-color: var(--someh-skin-accent); }
html body.someh-site-skin-active .someh-rh-header-rail {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 15px;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.1);
}
html body.someh-site-skin-active .someh-rh-rail-label { flex: 0 0 auto; color: var(--someh-skin-accent); font: 900 9px/1 Arial,sans-serif; letter-spacing: 1.2px; direction: ltr; }
html body.someh-site-skin-active .someh-rh-menu-list { min-width: 0; flex: 1 1 auto; display: flex; align-items: center; gap: 18px; margin: 0; padding: 0; overflow-x: auto; list-style: none; scrollbar-width: none; }
html body.someh-site-skin-active .someh-rh-menu-list::-webkit-scrollbar { display: none; }
html body.someh-site-skin-active .someh-rh-menu-list :is(li,a) { flex: 0 0 auto; color: #d6dde4; font-size: 11px; font-weight: 800; text-decoration: none; }
html body.someh-site-skin-active .someh-rh-menu-list a:hover { color: var(--someh-skin-accent); }
html body.someh-site-skin-active .someh-rh-rail-signal { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 6px; color: #8d9aa7; font-size: 9px; white-space: nowrap; }
html body.someh-site-skin-active .someh-rh-rail-signal i { width: 6px; height: 6px; display: block; border-radius: 50%; background: #70d39a; box-shadow: 0 0 0 4px rgba(112,211,154,.11); }

/* Header rail contrast: some parent themes re-apply their dark menu color
   after this file. Keep the selection path and every link readable. */
html body.someh-site-skin-active .someh-reimagined-header .someh-rh-rail-label {
  color: var(--someh-skin-accent) !important;
}
html body.someh-site-skin-active .someh-reimagined-header .someh-rh-menu-list,
html body.someh-site-skin-active .someh-reimagined-header .someh-rh-menu-list li,
html body.someh-site-skin-active .someh-reimagined-header .someh-rh-menu-list li a,
html body.someh-site-skin-active .someh-reimagined-header .someh-rh-menu-list > a {
  color: #f4f7fa !important;
  -webkit-text-fill-color: #f4f7fa !important;
  opacity: 1 !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.25);
}
html body.someh-site-skin-active .someh-reimagined-header .someh-rh-menu-list li a:hover,
html body.someh-site-skin-active .someh-reimagined-header .someh-rh-menu-list > a:hover {
  color: var(--someh-skin-accent) !important;
  -webkit-text-fill-color: var(--someh-skin-accent) !important;
}
html body.someh-site-skin-active .someh-reimagined-header .someh-rh-rail-signal {
  color: #dbe4ea !important;
}

/* ========================================================================
   CONTENT VIEWS — posts, pages and products intentionally leave the new
   showroom homepage language and use three different editorial shells.
   ======================================================================== */

/* Blog posts: a focused technical reading sheet. */
html body.someh-site-skin-active.single-post:not(.home) #content,
html body.someh-site-skin-active.single-post:not(.home) #main-content {
  background: var(--someh-skin-bg) !important;
}
html body.someh-site-skin-active.single-post:not(.home) .entry-header,
html body.someh-site-skin-active.single-post:not(.home) .post-header {
  max-width: 1040px;
  margin: 28px auto 0;
  padding: clamp(28px,5vw,62px) clamp(22px,5vw,72px);
  background: #11171e;
  border-inline-start: 8px solid var(--someh-skin-accent);
  border-radius: 5px 30px 5px 30px;
  box-shadow: 0 20px 48px rgba(15,23,42,.14);
}
html body.someh-site-skin-active.single-post:not(.home) .entry-header :is(.entry-title,.post-title),
html body.someh-site-skin-active.single-post:not(.home) .post-header :is(.entry-title,.post-title) {
  margin: 0;
  color: #fff !important;
  font-size: clamp(27px,4.2vw,56px) !important;
  line-height: 1.35;
  font-weight: 950;
}
html body.someh-site-skin-active.single-post:not(.home) .entry-header :is(.entry-meta,.post-meta),
html body.someh-site-skin-active.single-post:not(.home) .post-header :is(.entry-meta,.post-meta) {
  margin-top: 15px;
  color: #b9c5cf !important;
  font-size: 11px;
}
html body.someh-site-skin-active.single-post:not(.home) :is(.entry-content,.post-content) {
  max-width: 850px;
  margin: 30px auto 70px;
  padding: clamp(25px,4vw,55px) clamp(20px,5vw,68px);
  color: var(--someh-skin-ink) !important;
  background: var(--someh-skin-surface);
  border: 1px solid var(--someh-skin-line);
  border-radius: 4px 22px 4px 22px;
  box-shadow: 0 14px 34px rgba(15,23,42,.06);
  font-size: 16px;
  line-height: 2.25;
}
html body.someh-site-skin-active.single-post:not(.home) :is(.entry-content,.post-content) :is(h2,h3,h4) {
  margin: 32px 0 13px;
  color: var(--someh-skin-primary) !important;
  font-weight: 950;
}
html body.someh-site-skin-active.single-post:not(.home) :is(.entry-content,.post-content) a {
  color: var(--someh-skin-primary) !important;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
html body.someh-site-skin-active.single-post:not(.home) :is(.entry-content,.post-content) img {
  max-width: 100%;
  height: auto;
  border: 1px solid var(--someh-skin-line);
  border-radius: 5px 18px 5px 18px;
}

/* Pages: a clean service brief with a stronger title slab and readable body. */
html body.someh-site-skin-active.page:not(.home):not(.someh-marketplace-home) #content,
html body.someh-site-skin-active.page:not(.home):not(.someh-marketplace-home) #main-content {
  background: var(--someh-skin-bg) !important;
}
html body.someh-site-skin-active.page:not(.home):not(.someh-marketplace-home) :is(.entry-header,.page-header) {
  max-width: 1180px;
  margin: 28px auto 0;
  padding: 22px clamp(22px,4vw,54px);
  background: #11171e !important;
  border-block: 1px solid var(--someh-skin-line);
  border-inline-start: 9px solid var(--someh-skin-primary);
  border-radius: 4px 18px 4px 18px;
}
html body.someh-site-skin-active.page:not(.home):not(.someh-marketplace-home) :is(.entry-header,.page-header) :is(.entry-title,.page-title) {
  margin: 0;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: clamp(26px,4vw,48px) !important;
  line-height: 1.45;
  font-weight: 950;
}
html body.someh-site-skin-active.page:not(.home):not(.someh-marketplace-home) :is(.entry-header,.page-header) .mbbh-breadcrumb,
html body.someh-site-skin-active.page:not(.home):not(.someh-marketplace-home) :is(.entry-header,.page-header) .mbbh-breadcrumb :is(a,.current,.delimiter) {
  color: #dbe5eb !important;
  -webkit-text-fill-color: #dbe5eb !important;
}
html body.someh-site-skin-active.page:not(.home):not(.someh-marketplace-home) :is(.entry-content,.page-content) {
  max-width: 1180px;
  margin: 22px auto 70px;
  padding: clamp(24px,4vw,58px) clamp(22px,5vw,70px);
  color: var(--someh-skin-ink) !important;
  background: var(--someh-skin-surface);
  border: 1px solid var(--someh-skin-line);
  border-radius: 18px 4px 18px 4px;
  box-shadow: 0 16px 38px rgba(15,23,42,.055);
  font-size: 15px;
  line-height: 2.2;
}
html body.someh-site-skin-active.page:not(.home):not(.someh-marketplace-home) :is(.entry-content,.page-content) :is(h2,h3,h4) {
  padding-inline-start: 14px;
  border-inline-start: 4px solid var(--someh-skin-accent);
  color: var(--someh-skin-primary) !important;
  font-weight: 950;
}

/* Products: industrial product sheet, separated from the editorial homepage. */
html body.someh-site-skin-active.single-product #content,
html body.someh-site-skin-active.single-product #main-content,
html body.someh-site-skin-active.single-product .site-main {
  background: var(--someh-skin-bg) !important;
}
html body.someh-site-skin-active.single-product div.product {
  max-width: 1240px;
  margin: 28px auto 70px !important;
  padding: clamp(18px,3vw,34px) !important;
  background: var(--someh-skin-surface) !important;
  border: 1px solid var(--someh-skin-line) !important;
  border-top: 7px solid var(--someh-skin-primary) !important;
  border-radius: 5px 28px 5px 28px !important;
  box-shadow: 0 20px 48px rgba(15,23,42,.09) !important;
}
html body.someh-site-skin-active.single-product div.product :is(.woocommerce-product-gallery,.product-gallery) {
  overflow: hidden;
  background: var(--someh-skin-bg) !important;
  border: 1px solid var(--someh-skin-line) !important;
  border-radius: 4px 22px 4px 22px;
}
html body.someh-site-skin-active.single-product div.product :is(.summary,.product-info) {
  padding: clamp(18px,3vw,34px) !important;
  background: color-mix(in srgb,var(--someh-skin-surface) 90%,var(--someh-skin-bg)) !important;
  border-inline-start: 5px solid var(--someh-skin-accent) !important;
  border-radius: 4px 18px 4px 18px;
}
html body.someh-site-skin-active.single-product div.product .product_title {
  color: var(--someh-skin-ink) !important;
  font-size: clamp(25px,3.5vw,45px) !important;
  line-height: 1.45;
  font-weight: 950;
}
html body.someh-site-skin-active.single-product div.product :is(.price,.amount) {
  color: var(--someh-skin-primary) !important;
  font-weight: 950;
}
html body.someh-site-skin-active.single-product div.product .woocommerce-product-details__short-description {
  color: var(--someh-skin-muted) !important;
  line-height: 2.05;
}
html body.someh-site-skin-active.single-product div.product :is(.single_add_to_cart_button,.add_to_cart_button) {
  display: none !important;
}

@media (max-width: 720px) {
  html body.someh-site-skin-active.single-post:not(.home) :is(.entry-content,.post-content),
  html body.someh-site-skin-active.page:not(.home):not(.someh-marketplace-home) :is(.entry-content,.page-content) { margin-top: 14px; padding: 22px 17px; font-size: 14px; }
  html body.someh-site-skin-active.single-product div.product { margin-top: 12px !important; padding: 12px !important; }
  html body.someh-site-skin-active.single-product div.product :is(.summary,.product-info) { margin-top: 12px; padding: 17px !important; border-inline-start: 0 !important; border-top: 4px solid var(--someh-skin-accent) !important; }
}

html body.someh-site-skin-active .someh-reimagined-home {
  width: min(calc(100% - 32px), 1420px);
  margin: 0 auto;
  padding: 26px 0 66px;
  color: var(--someh-skin-ink);
  direction: rtl;
}
html body.someh-site-skin-active .someh-rh-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1.02fr) minmax(0,.98fr);
  min-height: 548px;
  overflow: hidden;
  background: #11171e;
  border-radius: 6px 34px 6px 34px;
  box-shadow: 0 24px 60px rgba(15,23,42,.18);
  isolation: isolate;
}
html body.someh-site-skin-active .someh-rh-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(120deg,transparent 0 48%,rgba(255,255,255,.045) 48% 48.3%,transparent 48.3%),repeating-linear-gradient(0deg,rgba(255,255,255,.03) 0 1px,transparent 1px 34px); opacity: .7; pointer-events: none; }
html body.someh-site-skin-active .someh-rh-hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 6px; background: var(--someh-skin-accent); }
html body.someh-site-skin-active .someh-rh-hero-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(34px,6vw,78px); }
html body.someh-site-skin-active .someh-rh-eyebrow { display: flex; align-items: center; gap: 9px; color: #b7c2cc; font-size: 11px; font-weight: 800; }
html body.someh-site-skin-active .someh-rh-eyebrow i { width: 26px; height: 2px; display: block; background: var(--someh-skin-accent); }
html body.someh-site-skin-active .someh-rh-eyebrow b { color: var(--someh-skin-accent); font-size: 10px; }
html body.someh-site-skin-active .someh-rh-hero h1 { max-width: 720px; margin: 21px 0 14px; color: #fff; font-size: clamp(34px,5vw,70px); line-height: 1.17; font-weight: 950; letter-spacing: -1.5px; }
html body.someh-site-skin-active .someh-rh-hero h1 em { color: var(--someh-skin-accent); font-style: normal; }
html body.someh-site-skin-active .someh-rh-hero-copy > p { max-width: 575px; margin: 0; color: #c5cfd7; font-size: 14px; line-height: 2.15; }
html body.someh-site-skin-active .someh-rh-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 15px; margin-top: 28px; }
html body.someh-site-skin-active .someh-rh-primary-action { display: inline-flex; align-items: center; gap: 7px; min-height: 46px; padding: 0 16px; color: #17120a !important; background: var(--someh-skin-accent); border-radius: 4px 12px 4px 12px; box-shadow: 0 12px 28px rgba(0,0,0,.2); font-size: 12px; font-weight: 950; text-decoration: none; }
html body.someh-site-skin-active .someh-rh-primary-action:hover { color: #17120a !important; filter: brightness(.94); transform: translateY(-2px); }
html body.someh-site-skin-active .someh-rh-text-action { color: #d6dde4 !important; border-bottom: 1px solid var(--someh-skin-accent); font-size: 12px; font-weight: 850; text-decoration: none; }
html body.someh-site-skin-active .someh-rh-text-action:hover { color: var(--someh-skin-accent) !important; }
html body.someh-site-skin-active .someh-rh-metrics { display: flex; gap: 0; margin-top: 42px; }
html body.someh-site-skin-active .someh-rh-metrics span { min-width: 105px; display: grid; gap: 4px; padding-inline-end: 18px; margin-inline-end: 18px; border-inline-end: 1px solid rgba(255,255,255,.18); }
html body.someh-site-skin-active .someh-rh-metrics span:last-child { padding-inline-end: 0; margin-inline-end: 0; border-inline-end: 0; }
html body.someh-site-skin-active .someh-rh-metrics b { color: #fff; font-size: 25px; line-height: 1; font-weight: 950; }
html body.someh-site-skin-active .someh-rh-metrics small { color: #9eabb6; font-size: 10px; }
html body.someh-site-skin-active .someh-rh-hero-art { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 28px; background: linear-gradient(145deg,var(--someh-skin-primary),#1d2a35 75%); }
html body.someh-site-skin-active .someh-rh-art-caption { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; color: #d8e0e6; }
html body.someh-site-skin-active .someh-rh-art-caption span { color: var(--someh-skin-accent); font: 900 9px/1 Arial,sans-serif; letter-spacing: 1.5px; direction: ltr; }
html body.someh-site-skin-active .someh-rh-art-caption b { font-size: 11px; }
html body.someh-site-skin-active .someh-rh-art-grid { min-height: 415px; display: grid; grid-template-columns: 1.18fr .82fr; grid-template-rows: 1fr 1fr; gap: 10px; }
html body.someh-site-skin-active .someh-rh-art-tile { position: relative; min-width: 0; min-height: 0; overflow: hidden; display: block; background: #27333d; border: 1px solid rgba(255,255,255,.15); border-radius: 3px 17px 3px 17px; text-decoration: none; }
html body.someh-site-skin-active .someh-rh-art-tile-1 { grid-row: 1 / 3; }
html body.someh-site-skin-active .someh-rh-art-tile-3 { grid-column: 2; grid-row: 2; }
html body.someh-site-skin-active .someh-rh-art-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 40%,rgba(0,0,0,.76)); pointer-events: none; }
html body.someh-site-skin-active .someh-rh-art-tile img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
html body.someh-site-skin-active .someh-rh-art-tile:hover img { transform: scale(1.06); }
html body.someh-site-skin-active .someh-rh-art-tile > span { position: absolute; z-index: 2; inset-inline-start: 12px; top: 12px; max-width: calc(100% - 24px); padding: 4px 7px; color: #17202a; background: var(--someh-skin-accent); border-radius: 3px; font-size: 9px; font-weight: 950; }
html body.someh-site-skin-active .someh-rh-art-tile > b { position: absolute; z-index: 2; inset-inline-end: 13px; bottom: 10px; color: #fff; font: 900 22px/1 Arial,sans-serif; direction: ltr; }
html body.someh-site-skin-active .someh-rh-art-fallback { grid-column: 1 / -1; display: grid; place-items: center; align-content: center; gap: 12px; border: 1px dashed rgba(255,255,255,.26); border-radius: 3px 17px 3px 17px; color: #fff; text-align: center; }
html body.someh-site-skin-active .someh-rh-art-fallback strong { color: var(--someh-skin-accent); font: 950 46px/.92 Arial,sans-serif; letter-spacing: 2px; direction: ltr; }
html body.someh-site-skin-active .someh-rh-art-fallback span { color: #b9c4cd; font-size: 11px; }

html body.someh-site-skin-active .someh-rh-intro-band { display: grid; grid-template-columns: auto minmax(260px,1fr) minmax(280px,.9fr); align-items: center; gap: 22px; margin: 46px 0 25px; padding: 25px 28px; background: var(--someh-skin-surface); border: 1px solid var(--someh-skin-line); border-inline-start: 7px solid var(--someh-skin-primary); border-radius: 4px 20px 4px 20px; }
html body.someh-site-skin-active .someh-rh-band-mark { color: var(--someh-skin-primary); font: 950 30px/1 Arial,sans-serif; direction: ltr; }
html body.someh-site-skin-active .someh-rh-intro-band small,
html body.someh-site-skin-active .someh-rh-section-head small,
html body.someh-site-skin-active .someh-rh-process-head small { color: var(--someh-skin-primary); font: 900 9px/1 Arial,sans-serif; letter-spacing: 1.2px; direction: ltr; }
html body.someh-site-skin-active .someh-rh-intro-band h2 { margin: 7px 0 0; color: var(--someh-skin-ink); font-size: clamp(21px,2.7vw,31px); font-weight: 950; }
html body.someh-site-skin-active .someh-rh-intro-band p { margin: 0; color: var(--someh-skin-muted); font-size: 12px; line-height: 2; }
html body.someh-site-skin-active .someh-rh-catalog,
html body.someh-site-skin-active .someh-rh-showcase { margin-top: 54px; }
html body.someh-site-skin-active .someh-rh-section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 19px; }
html body.someh-site-skin-active .someh-rh-section-head h2 { margin: 8px 0 0; color: var(--someh-skin-ink); font-size: clamp(25px,3.5vw,42px); line-height: 1.2; font-weight: 950; }
html body.someh-site-skin-active .someh-rh-section-head p { max-width: 280px; margin: 0; color: var(--someh-skin-muted); font-size: 12px; line-height: 1.9; }
html body.someh-site-skin-active .someh-rh-section-head > a { display: inline-flex; align-items: center; gap: 7px; color: var(--someh-skin-primary) !important; font-size: 11px; font-weight: 950; text-decoration: none; }
html body.someh-site-skin-active .someh-rh-category-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
html body.someh-site-skin-active .someh-rh-category-card { position: relative; min-width: 0; min-height: 154px; display: grid; grid-template-columns: 28px minmax(58px,.55fr) minmax(0,1fr); align-items: center; gap: 10px; overflow: hidden; padding: 12px; color: var(--someh-skin-ink) !important; background: var(--someh-skin-surface); border: 1px solid var(--someh-skin-line); border-radius: 3px 15px 3px 15px; text-decoration: none; transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
html body.someh-site-skin-active .someh-rh-category-card:hover { border-color: var(--someh-skin-primary); box-shadow: 0 16px 32px rgba(15,23,42,.08); transform: translateY(-4px); }
html body.someh-site-skin-active .someh-rh-category-number { align-self: start; color: var(--someh-skin-primary); font: 900 12px/1 Arial,sans-serif; direction: ltr; }
html body.someh-site-skin-active .someh-rh-category-image { width: 62px; height: 62px; display: grid; place-items: center; overflow: hidden; background: var(--someh-skin-bg); border-radius: 50%; }
html body.someh-site-skin-active .someh-rh-category-image img { width: 100%; height: 100%; object-fit: cover; }
html body.someh-site-skin-active .someh-rh-category-copy { min-width: 0; display: grid; gap: 5px; }
html body.someh-site-skin-active .someh-rh-category-copy b { overflow: hidden; color: var(--someh-skin-ink); font-size: 13px; line-height: 1.7; text-overflow: ellipsis; }
html body.someh-site-skin-active .someh-rh-category-copy small { color: var(--someh-skin-muted); font-size: 10px; }
html body.someh-site-skin-active .someh-rh-category-arrow { position: absolute; inset-inline-start: 12px; bottom: 11px; color: var(--someh-skin-primary); }
html body.someh-site-skin-active .someh-rh-category-arrow .someh-sf-icon { width: 16px; height: 16px; }
html body.someh-site-skin-active .someh-rh-showcase-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
html body.someh-site-skin-active .someh-rh-showcase-card { min-width: 0; overflow: hidden; background: var(--someh-skin-surface); border: 1px solid var(--someh-skin-line); border-radius: 4px 20px 4px 20px; box-shadow: 0 10px 24px rgba(15,23,42,.045); }
html body.someh-site-skin-active .someh-rh-showcase-media { position: relative; display: block; height: 232px; overflow: hidden; background: var(--someh-skin-bg); }
html body.someh-site-skin-active .someh-rh-showcase-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 48%,rgba(9,15,20,.62)); pointer-events: none; }
html body.someh-site-skin-active .someh-rh-showcase-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .3s ease; }
html body.someh-site-skin-active .someh-rh-showcase-card:hover .someh-rh-showcase-media img { transform: scale(1.045); }
html body.someh-site-skin-active .someh-rh-showcase-media > span { position: absolute; z-index: 2; top: 12px; inset-inline-start: 12px; padding: 4px 7px; color: #17120a; background: var(--someh-skin-accent); border-radius: 3px; font-size: 9px; font-weight: 950; }
html body.someh-site-skin-active .someh-rh-showcase-body { padding: 16px; }
html body.someh-site-skin-active .someh-rh-showcase-body small { color: var(--someh-skin-muted); font-size: 9px; }
html body.someh-site-skin-active .someh-rh-showcase-body h3 { min-height: 47px; margin: 6px 0 12px; font-size: 15px; line-height: 1.7; }
html body.someh-site-skin-active .someh-rh-showcase-body h3 a { color: var(--someh-skin-ink) !important; text-decoration: none; }
html body.someh-site-skin-active .someh-rh-showcase-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 10px; border-top: 1px solid var(--someh-skin-line); }
html body.someh-site-skin-active .someh-rh-showcase-foot b { color: var(--someh-skin-primary); font-size: 11px; line-height: 1.7; }
html body.someh-site-skin-active .someh-rh-showcase-foot > a { width: 31px; height: 31px; display: grid; place-items: center; color: #fff !important; background: var(--someh-skin-primary); border-radius: 4px 10px 4px 10px; }
html body.someh-site-skin-active .someh-rh-showcase-foot .someh-sf-icon { width: 15px; height: 15px; }
html body.someh-site-skin-active .someh-rh-process { display: grid; grid-template-columns: minmax(240px,.8fr) minmax(0,1.2fr); gap: 30px; margin-top: 64px; padding: 32px; color: #fff; background: #11171e; border-radius: 4px 26px 4px 26px; }
html body.someh-site-skin-active .someh-rh-process-head h2 { max-width: 330px; margin: 12px 0; color: #fff; font-size: clamp(25px,3.2vw,39px); line-height: 1.25; font-weight: 950; }
html body.someh-site-skin-active .someh-rh-process-head p { max-width: 340px; margin: 0; color: #aeb9c4; font-size: 12px; line-height: 2; }
html body.someh-site-skin-active .someh-rh-process ol { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
html body.someh-site-skin-active .someh-rh-process li { min-height: 186px; display: flex; flex-direction: column; justify-content: space-between; padding: 17px; background: #202830; border: 1px solid #3a4651; border-radius: 3px 15px 3px 15px; }
html body.someh-site-skin-active .someh-rh-process li > b { color: var(--someh-skin-accent); font: 900 24px/1 Arial,sans-serif; direction: ltr; }
html body.someh-site-skin-active .someh-rh-process li strong { color: #fff; font-size: 14px; }
html body.someh-site-skin-active .someh-rh-process li span { color: #aeb9c4; font-size: 10px; line-height: 1.9; }

@media (max-width: 1100px) {
  html body.someh-site-skin-active .someh-rh-header-main { grid-template-columns: minmax(195px,.8fr) minmax(240px,1fr) auto auto; gap: 12px; }
  html body.someh-site-skin-active .someh-rh-brand-note { display: none; }
  html body.someh-site-skin-active .someh-rh-category-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 860px) {
  html body.someh-site-skin-active .someh-rh-header-main { grid-template-columns: minmax(170px,.7fr) minmax(220px,1fr) auto; }
  html body.someh-site-skin-active .someh-rh-contact { display: none; }
  html body.someh-site-skin-active .someh-rh-hero { grid-template-columns: 1fr; }
  html body.someh-site-skin-active .someh-rh-hero-art { min-height: 380px; }
  html body.someh-site-skin-active .someh-rh-intro-band { grid-template-columns: auto minmax(0,1fr); }
  html body.someh-site-skin-active .someh-rh-intro-band p { grid-column: 2; }
  html body.someh-site-skin-active .someh-rh-showcase-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  html body.someh-site-skin-active .someh-rh-process { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  html body.someh-site-skin-active .someh-rh-header-main,
  html body.someh-site-skin-active .someh-rh-header-rail { width: min(calc(100% - 20px), 1420px); }
  html body.someh-site-skin-active .someh-rh-header-main { min-height: 142px; grid-template-columns: 1fr auto; grid-template-rows: 58px 54px; gap: 8px; }
  html body.someh-site-skin-active .someh-rh-brand-block { grid-column: 1; }
  html body.someh-site-skin-active .someh-rh-search { grid-column: 1 / -1; grid-row: 2; }
  html body.someh-site-skin-active .someh-rh-header-tools { grid-column: 2; grid-row: 1; }
  html body.someh-site-skin-active .someh-rh-header-rail { display: none; }
  html body.someh-site-skin-active .someh-reimagined-home { width: min(calc(100% - 16px), 1420px); padding-top: 10px; }
  html body.someh-site-skin-active .someh-rh-hero { min-height: 0; border-radius: 4px 20px 4px 20px; }
  html body.someh-site-skin-active .someh-rh-hero-copy { padding: 30px 21px 25px; }
  html body.someh-site-skin-active .someh-rh-hero h1 { margin-top: 16px; font-size: clamp(31px,10vw,48px); }
  html body.someh-site-skin-active .someh-rh-hero-copy > p { font-size: 12px; }
  html body.someh-site-skin-active .someh-rh-metrics { margin-top: 30px; }
  html body.someh-site-skin-active .someh-rh-metrics span { min-width: 0; padding-inline-end: 10px; margin-inline-end: 10px; }
  html body.someh-site-skin-active .someh-rh-metrics b { font-size: 21px; }
  html body.someh-site-skin-active .someh-rh-hero-art { min-height: 330px; padding: 17px; }
  html body.someh-site-skin-active .someh-rh-art-grid { min-height: 275px; gap: 6px; }
  html body.someh-site-skin-active .someh-rh-intro-band { grid-template-columns: 1fr; gap: 10px; margin: 28px 0 18px; padding: 20px; }
  html body.someh-site-skin-active .someh-rh-intro-band p { grid-column: auto; }
  html body.someh-site-skin-active .someh-rh-catalog,
  html body.someh-site-skin-active .someh-rh-showcase { margin-top: 37px; }
  html body.someh-site-skin-active .someh-rh-section-head { align-items: start; flex-direction: column; gap: 10px; }
  html body.someh-site-skin-active .someh-rh-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
  html body.someh-site-skin-active .someh-rh-category-card { min-height: 132px; grid-template-columns: 20px minmax(0,1fr); gap: 8px; padding: 9px; }
  html body.someh-site-skin-active .someh-rh-category-image { grid-column: 2; grid-row: 1; width: 51px; height: 51px; }
  html body.someh-site-skin-active .someh-rh-category-copy { grid-column: 2; grid-row: 2; }
  html body.someh-site-skin-active .someh-rh-category-arrow { bottom: 8px; }
  html body.someh-site-skin-active .someh-rh-showcase-grid { grid-template-columns: 1fr; gap: 9px; }
  html body.someh-site-skin-active .someh-rh-showcase-media { height: 205px; }
  html body.someh-site-skin-active .someh-rh-process { gap: 20px; margin-top: 40px; padding: 20px; }
  html body.someh-site-skin-active .someh-rh-process ol { grid-template-columns: 1fr; }
  html body.someh-site-skin-active .someh-rh-process li { min-height: 128px; }
}
