/* ============================================================
   gantry-crane-components.css — ISOLATED forked copies of the
   section styles used ONLY by gantry-crane-components.php.
   Classes are namespaced 'gcc-' so edits here never touch
   ex-proof-components or any other page that shares the base
   .comp-* / .ex-* section classes. Regenerated from style.css.
   ============================================================ */

body.page-home .gcc-ex-section--light,
body.page-home .wm-products,
body.page-home .wm-videos {
  border-top: 1px solid var(--light-border);
}
@media (min-width: 1025px) and (max-width: 1700px) {
.gcc-ex-section { padding: 56px 0; }
.gcc-ex-page-header { padding: 48px 0 36px; }
.gcc-ex-page-header h1 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); }
.gcc-ex-page-header p { font-size: 0.95rem; }
.wim-explore__nav .gcc-ex-tag-pill-set { margin-bottom: 16px; }
}
.gcc-ex-section { padding: 100px 0; }
.gcc-ex-section--light { background: var(--light-bg); color: var(--light-text); }
.gcc-ex-page-header {
  padding: 80px 0 64px;
  background: var(--dark-bg);
  color: var(--dark-text);
  border-bottom: 1px solid var(--dark-border);
  position: relative;
  overflow: hidden;
}
.gcc-ex-page-header::before {
  content: '';
  position: absolute;
  top: 0; right: -10%;
  width: 60%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 233, 0, 0.15), transparent 65%);
  pointer-events: none;
}
.gcc-ex-page-header::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 233, 0, 0.4), transparent);
  pointer-events: none;
}
.gcc-ex-page-header > .container { position: relative; }
.gcc-ex-page-header h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  color: var(--dark-text);
}
.gcc-ex-page-header h1 span {
  color: var(--accent);
}
.gcc-ex-page-header p {
  color: var(--dark-text-muted);
  font-size: 1.1rem;
  max-width: 720px;
}
.gcc-ex-spec-table-wrapper {
  background: var(--light-card);
  border: 1px solid var(--light-border);
  border-radius: 16px;
  overflow: hidden;
}
.ex-section--dark .gcc-ex-spec-table-wrapper,
.ex-section--dark-alt .gcc-ex-spec-table-wrapper {
  background: var(--dark-card);
  border-color: var(--dark-border);
}
.gcc-ex-spec-table-header {
  background: var(--accent);
  color: #000;
  padding: 16px 24px;
  font-weight: 700;
}
.gcc-ex-spec-table { width: 100%; border-collapse: collapse; }
.gcc-ex-spec-table tr { border-bottom: 1px solid var(--light-border); }
.ex-section--dark .gcc-ex-spec-table tr,
.ex-section--dark-alt .gcc-ex-spec-table tr { border-bottom-color: var(--dark-border); }
.gcc-ex-spec-table tr:last-child { border-bottom: none; }
.gcc-ex-spec-table td { padding: 14px 24px; font-size: 0.95rem; }
.gcc-ex-spec-table td:first-child { font-weight: 600; color: var(--light-text); width: 38%; }
.ex-section--dark .gcc-ex-spec-table td:first-child,
.ex-section--dark-alt .gcc-ex-spec-table td:first-child { color: var(--dark-text); }
.gcc-ex-spec-table td:last-child { color: var(--light-text-muted); }
.ex-section--dark .gcc-ex-spec-table td:last-child,
.ex-section--dark-alt .gcc-ex-spec-table td:last-child { color: var(--dark-text-muted); }
.gcc-ex-spec-table tr:hover { background: var(--light-bg-alt); }
.ex-section--dark .gcc-ex-spec-table tr:hover,
.ex-section--dark-alt .gcc-ex-spec-table tr:hover { background: var(--dark-elevated); }
.gcc-ex-tag-pill-set { display: inline-flex; margin-bottom: 32px; }
.gcc-ex-tag-pill-set .dark {
  background: var(--light-text);
  color: var(--light-bg);
  padding: 10px 18px;
  border-radius: 999px 0 0 999px;
  font-weight: 700;
  font-size: 0.95rem;
}
.gcc-ex-tag-pill-set .light {
  background: var(--accent);
  color: var(--light-text);
  padding: 10px 18px;
  border-radius: 0 999px 999px 0;
  font-weight: 700;
  font-size: 0.95rem;
}
.gcc-ex-cta-banner {
  background: linear-gradient(135deg, var(--light-text) 0%, #222 100%);
  color: var(--dark-text);
  padding: 64px 48px;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 32px;
  align-items: center;
  margin-top: 64px;
  position: relative;
  overflow: hidden;
}
.gcc-ex-cta-banner::before {
  content: 'Ex';
  position: absolute;
  right: -40px;
  bottom: -80px;
  font-size: 18rem;
  font-weight: 900;
  font-style: italic;
  color: rgba(255, 233, 0, 0.08);
  pointer-events: none;
}
.gcc-ex-cta-banner h3 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 12px;
  position: relative;
}
.gcc-ex-cta-banner h3 span { color: var(--accent); }
.gcc-ex-cta-banner p { color: var(--dark-text-muted); font-size: 1.05rem; position: relative; }
.gcc-ex-cta-banner__actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  position: relative;
}
.gcc-ex-cta-banner__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--accent);
  color: var(--light-text);
  padding: 16px 24px 16px 28px;
  border-radius: 10px;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  transition: padding 0.2s;
  z-index: 1;
}
.gcc-ex-cta-banner__btn::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: #0a0a0a;
  transition: width 0.28s ease;
  z-index: -1;
}
.gcc-ex-cta-banner__btn:hover {
  padding-left: 32px;
}
.gcc-ex-cta-banner__btn:hover::before {
  width: 100%;
}
.gcc-ex-cta-banner__btn > * {
  position: relative;
  transition: color 0.25s;
}
.gcc-ex-cta-banner__btn:hover {
  color: var(--accent);
}
.gcc-ex-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  padding: 0;
  margin-bottom: 28px;
}
.gcc-ex-breadcrumb a {
  color: rgba(255, 255, 255, 0.65);
  transition: color 0.15s;
}
.gcc-ex-breadcrumb a:hover { color: var(--accent); }
.gcc-ex-breadcrumb i { font-size: 0.65rem; color: rgba(255, 255, 255, 0.3); }
.gcc-ex-breadcrumb .current { color: var(--accent); font-weight: 600; }
.gcc-comp-section { margin-bottom: 64px; }
.gcc-comp-section__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--light-border);
}
.ex-section--dark .gcc-comp-section__heading,
.ex-section--dark-alt .gcc-comp-section__heading { border-bottom-color: var(--dark-border); }
.gcc-comp-section__num {
  width: 44px;
  height: 44px;
  background: var(--accent);
  color: var(--light-text);
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 1.1rem;
}
.gcc-comp-section__title { font-size: 1.6rem; font-weight: 800; letter-spacing: -0.02em; }
.gcc-ex-product-gallery {
  display: grid;
  gap: 20px;
}
.gcc-ex-product-gallery--two { grid-template-columns: 1fr 1fr; }
.gcc-ex-product-gallery--inline {
  grid-auto-flow: column;
  grid-auto-columns: minmax(140px, 180px);
  align-items: start;
  justify-content: flex-end;
  gap: 16px;
}
.gcc-ex-product-shot {
  background: var(--light-bg);
  border: 1px solid var(--light-border);
  border-radius: 16px;
  overflow: hidden;
  display: grid;
  place-items: center;
  aspect-ratio: 4/3;
  padding: 20px;
  margin: 0;
  transition: all 0.25s;
}
.gcc-ex-product-shot:hover {
  border-color: var(--accent);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.gcc-ex-product-shot img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: auto;
  height: auto;
}
.gcc-ex-product-shot figcaption {
  display: inline-block;
  background: var(--accent);
  color: var(--light-text);
  padding: 5px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.78rem;
  margin-top: 8px;
}
.gcc-ex-product-shot--sm {
  aspect-ratio: 1;
  padding: 14px;
}
.gcc-ex-product-shot--sm figcaption {
  font-size: 0.72rem;
  padding: 4px 10px;
}
.gcc-ex-product-shot--situ {
  aspect-ratio: 16/10;
  padding: 0;
  background: #1a1a1a;
}
.gcc-ex-product-shot--situ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  max-height: none;
}
.gcc-ex-product-block {
  background: var(--light-card);
  border: 1px solid var(--light-border);
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 20px;
  transition: border-color 0.2s;
}
.gcc-ex-product-block:hover { border-color: var(--accent); }
.gcc-ex-product-block__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--light-border);
}
.gcc-ex-product-block__subtitle {
  color: var(--light-text-dim);
  font-size: 0.9rem;
  font-weight: 500;
  font-style: italic;
  margin: 4px 0 0;
}
.gcc-ex-product-block > p {
  color: var(--light-text-muted);
  font-size: 0.95rem;
  margin: 0;
  max-width: 920px;
}
.gcc-ex-motor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}
.gcc-ex-motor-card {
  background: var(--light-card);
  border: 1px solid var(--light-border);
  border-radius: 16px;
  padding: 16px 16px 20px;
  margin: 0;
  transition: all 0.25s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.gcc-ex-motor-card:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}
.gcc-ex-motor-card__img {
  width: 100%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 12px;
}
.gcc-ex-motor-card__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.gcc-ex-motor-card__label {
  background: var(--accent);
  color: var(--light-text);
  padding: 6px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}
.gcc-ex-brand-mark {
  text-align: right;
  line-height: 1.1;
}
.gcc-ex-brand-mark strong {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  color: #0066b3;
  letter-spacing: -0.02em;
}
.gcc-ex-brand-mark span {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--light-text-dim);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.gcc-ex-brand-block {
  background: var(--light-card);
  border: 1px solid var(--light-border);
  border-radius: 16px;
  padding: 32px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  align-items: center;
  transition: border-color 0.2s;
}
.gcc-ex-brand-block:hover { border-color: var(--accent); }
.gcc-ex-brand-block__id {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.gcc-ex-brand-block__logo {
  max-width: 180px;
  height: auto;
}
.gcc-ex-brand-block__origin {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--light-bg-alt);
  padding: 6px 14px 6px 8px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--light-text);
}
.gcc-ex-brand-block__origin img {
  width: 24px;
  height: auto;
  border-radius: 3px;
}
.gcc-ex-brand-block__product {
  width: 100%;
  aspect-ratio: 16/8;
  display: grid;
  place-items: center;
  padding: 16px;
  background: var(--light-bg);
  border-radius: 12px;
  border: 1px solid var(--light-border);
}
.gcc-ex-brand-block__product img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 1024px) {
.gcc-ex-cta-banner { grid-template-columns: 1fr; }
.gcc-ex-motor-grid { grid-template-columns: repeat(2, 1fr); }
.gcc-ex-brand-block { grid-template-columns: 1fr; gap: 24px; }
.gcc-ex-product-block__head { grid-template-columns: 1fr; gap: 20px; }
.gcc-ex-product-gallery--inline { justify-content: flex-start; }
.gcc-ex-product-gallery--two { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
.gcc-ex-motor-grid { grid-template-columns: 1fr; }
.gcc-ex-product-block { padding: 24px; }
.gcc-ex-brand-block { padding: 24px; }
.gcc-ex-section { padding: 64px 0; }
}
@media (max-width: 968px) {
.gcc-ex-cta-banner {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }
.gcc-ex-cta-banner__actions { justify-content: center; }
}
@media (max-width: 600px) {
.gcc-ex-cta-banner__actions { flex-direction: column; }
}
.gallery-section h2.gcc-ex-tag-pill-set {
    margin-bottom: 16px;
}

/* ---- gantry-crane-components tweak: big, borderless product-block image ---- */
.gcc-ex-product-block__head { align-items: stretch; }
.gcc-ex-product-gallery--inline { align-items: stretch; }

.gcc-ex-product-shot--sm,
.gcc-ex-product-shot--sm:hover {
  aspect-ratio: auto;
  min-height: 280px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.gcc-ex-product-shot--sm img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
}
.gcc-ex-product-gallery--inline { grid-auto-columns: minmax(220px, 300px); }

/* moved description now sits in the left text column, beside the image */
.gcc-ex-product-block__head > div > p:not(.gcc-ex-product-block__subtitle) {
  color: var(--light-text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 14px 0 0;
}

/* description now lives inside the head, so drop the divider line under it */
.gcc-ex-product-block__head {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* section 06 (power feeding) — unique wide busbar images: 1:4 height-to-width,
   text on the left, image on the right. The grid track sets the width and the
   aspect ratio derives the height (no stretch), so nothing can overflow. */
.gcc-ex-product-block__head:has(.gcc-ex-product-shot--busbar) {
  grid-template-columns: 1fr auto;
  align-items: center;
}
.gcc-ex-product-gallery--inline:has(.gcc-ex-product-shot--busbar) {
  grid-auto-columns: clamp(280px, 36vw, 480px);
  align-items: center;
}
.gcc-ex-product-shot--busbar,
.gcc-ex-product-shot--busbar:hover {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 1;
  min-height: 0;
}
@media (max-width: 900px) {
  .gcc-ex-product-gallery--inline:has(.gcc-ex-product-shot--busbar) { grid-auto-columns: 1fr; width: 100%; }
}

/* ============================================================
   forked crane-panel styles (namespaced gcc-) for the pendants
   showcase panel — isolated from single-beam & other pages.
   ============================================================ */

.gcc-crane-panel {
  position: relative;
  background: var(--light-card);
  border: 1px solid var(--light-border);
  border-radius: 24px;
  padding: 48px 56px 40px;
  margin-bottom: 64px;
  overflow: hidden;
}
.gcc-crane-panel__bg-text {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(8rem, 18vw, 18rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--light-text);
  opacity: 0.04;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  white-space: nowrap;
}
.gcc-crane-panel__header {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.gcc-crane-panel__feature {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 4px 1fr;
  gap: 16px;
  max-width: 560px;
  margin-bottom: 24px;
}
.gcc-crane-panel__feature--right {
  margin-left: auto;
  text-align: right;
}
.gcc-crane-panel__feature--right { grid-template-columns: 1fr 4px; }
.gcc-crane-panel__feature--right .gcc-crane-panel__feature-marker { order: 2; }
.gcc-crane-panel__feature-marker {
  width: 4px;
  background: var(--accent);
  border-radius: 2px;
  min-height: 28px;
}
.gcc-crane-panel__feature-body h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--light-text);
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.gcc-crane-panel__feature-body p {
  font-size: 0.9rem;
  color: var(--light-text-muted);
  line-height: 1.6;
  margin: 0;
}
.gcc-crane-panel__stage {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 480px;
  margin: 16px 0 32px;
}
.gcc-crane-panel__main {
  max-width: 70%;
  height: auto;
  position: relative;
  z-index: 2;
}
.gcc-crane-panel__callout {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.gcc-crane-panel__callout--left { left: 2%;  top: 35%; }
.gcc-crane-panel__callout--right { right: 2%; top: 50%; }
.gcc-crane-panel__callout--left-low { left: 6%;  bottom: 8%; }
.gcc-crane-panel__callout-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--light-text);
  letter-spacing: -0.01em;
}
.gcc-crane-panel__callout-label .bar {
  width: 4px;
  height: 16px;
  background: var(--accent);
  border-radius: 2px;
}
.gcc-crane-panel__callout-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--light-bg);
  border: 2px solid var(--accent);
  overflow: hidden;
  transition: transform 0.3s ease;
}
.gcc-crane-panel__callout-circle:hover { transform: scale(1.05); }
.gcc-crane-panel__callout-circle--sm { width: 110px; height: 110px; }
.gcc-crane-panel__callout-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gcc-crane-panel__hook-row {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid var(--light-border);
}
.gcc-crane-panel__hook-label {
  display: grid;
  grid-template-columns: 4px 1fr;
  gap: 14px;
  align-items: start;
}
.gcc-crane-panel__hook-marker {
  width: 4px;
  background: var(--accent);
  border-radius: 2px;
  min-height: 36px;
}
.gcc-crane-panel__hook-label h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--light-text);
  margin: 0 0 6px;
}
.gcc-crane-panel__hook-label p {
  font-size: 0.88rem;
  color: var(--light-text-muted);
  line-height: 1.5;
  margin: 0;
}
.gcc-crane-panel__hook-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  background: var(--light-bg-alt);
  border-radius: 16px;
  padding: 16px;
}
.gcc-crane-panel__hook-strip img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  transition: transform 0.25s ease;
}
.gcc-crane-panel__hook-strip img:hover {
  transform: translateY(-4px) scale(1.05);
}
@media (max-width: 1024px) {
.gcc-crane-panel { padding: 36px 32px 32px; }
.gcc-crane-panel__stage { min-height: 380px; }
.gcc-crane-panel__main { max-width: 78%; }
.gcc-crane-panel__callout-circle { width: 110px; height: 110px; }
.gcc-crane-panel__callout-circle--sm { width: 88px; height: 88px; }
.gcc-crane-panel__callout-label { font-size: 0.8rem; }
}
@media (max-width: 768px) {
.gcc-crane-panel { padding: 28px 20px 24px; border-radius: 18px; margin-bottom: 40px; }
.gcc-crane-panel__bg-text { font-size: 5rem; opacity: 0.05; top: 30%; }
.gcc-crane-panel__feature { max-width: 100%; }
.gcc-crane-panel__feature--right { text-align: left; grid-template-columns: 4px 1fr; }
.gcc-crane-panel__feature--right .gcc-crane-panel__feature-marker { order: 0; }
.gcc-crane-panel__stage {
    flex-direction: column;
    gap: 24px;
    min-height: auto;
  }
.gcc-crane-panel__main { max-width: 100%; margin: 0 auto; }
.gcc-crane-panel__callout {
    position: static;
    flex-direction: row;
    gap: 14px;
    align-items: center;
    width: 100%;
  }
.gcc-crane-panel__callout-circle { width: 80px; height: 80px; flex-shrink: 0; }
.gcc-crane-panel__callout-circle--sm { width: 70px; height: 70px; }
.gcc-crane-panel__hook-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
.gcc-crane-panel__hook-strip {
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
    padding: 10px;
  }
}
@media (max-width: 1024px) {
.gcc-crane-panel__layout { grid-template-columns: 1fr; gap: 40px; }
.gcc-crane-panel { padding: 36px; }
}
