/* Gulf Coast Tactical — Component Stylesheet v1.0 */
/* Roboto / Roboto Mono are enqueued separately in functions.php (gct_enqueue_google_fonts) — do not @import them here, it duplicates the request and blocks rendering. */

:root {
  --gct-orange: #FF6200;
  --gct-navy-950: #0E1117;
  --gct-navy-900: #15191F;
  --gct-navy-700: #2B3844;
  --gct-slate-500: #486A72;
  --gct-slate-400: #8899AA;
  --gct-white: #FFFFFF;
  --gct-bg-default: var(--gct-navy-950);
  --gct-bg-surface: var(--gct-navy-900);
  --gct-bg-overlay: rgba(0, 0, 0, 0.6);
  --gct-text-primary: var(--gct-white);
  --gct-text-secondary: var(--gct-slate-400);
  --gct-text-disabled: var(--gct-slate-500);
  --gct-text-accent: var(--gct-orange);
  --gct-accent: var(--gct-orange);
  --gct-accent-hover: #FF7620;
  --gct-accent-press: #CC4F00;
  --gct-border: var(--gct-navy-700);
  --gct-border-subtle: var(--gct-navy-900);
  --gct-border-accent: var(--gct-orange);
  --gct-success: #22C55E;
  --gct-warning: #FBBF24;
  --gct-danger: #EF4444;
  --gct-info: #3B82F6;
  --gct-space-1: 4px;
  --gct-space-2: 8px;
  --gct-space-3: 12px;
  --gct-space-4: 16px;
  --gct-space-5: 24px;
  --gct-space-6: 32px;
  --gct-space-7: 48px;
  --gct-space-8: 64px;
  --gct-space-9: 96px;
  --gct-space-10: 128px;
  --gct-radius-none: 0;
  --gct-radius-sm: 2px;
  --gct-radius-md: 4px;
  --gct-radius-lg: 8px;
  --gct-radius-xl: 16px;
  --gct-radius-full: 9999px;
  --gct-shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.15);
  --gct-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.20);
  --gct-shadow-md: 0 4px 8px rgba(0, 0, 0, 0.30);
  --gct-shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.40);
  --gct-shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.50);
  --gct-shadow-overlay: 0 24px 64px rgba(0, 0, 0, 0.70);
  --gct-glow-sm: 0 0 8px rgba(255, 98, 0, 0.30);
  --gct-glow-md: 0 0 16px rgba(255, 98, 0, 0.40);
  --gct-glow-lg: 0 0 32px rgba(255, 98, 0, 0.50);
  --gct-transition-fast: 0.1s ease;
  --gct-transition-base: 0.15s ease;
  --gct-transition-slow: 0.25s ease;
  --gct-content-width: 1440px;
  --gct-wide-width: 1600px;
  --gct-orange-50: #FFF0E6;
  --gct-orange-100: #FFD9B8;
  --gct-orange-200: #FFB87A;
  --gct-orange-300: #FF9040;
  --gct-orange-400: #FF7620;
  --gct-orange-500: #FF6200;
  --gct-orange-600: #E05600;
  --gct-orange-700: #B34400;
  --gct-orange-800: #7A2F00;
  --gct-orange-900: #3D1700;
  --gct-navy-50: #E8F0F5;
  --gct-navy-100: #C8D8E5;
  --gct-navy-200: #A8BAC9;
  --gct-navy-300: #8899AA;
  --gct-navy-400: #6E8595;
  --gct-navy-500: #556B7E;
  --gct-navy-600: #3D5266;
  --gct-navy-700: #2B3844;
  --gct-navy-800: #1E2A38;
  --gct-navy-900: #15191F;
  --gct-navy-950: #0E1117;
}

body {
  background-color: var(--gct-bg-default);
  color: var(--gct-text-primary);
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
.h1,
.h2,
.h3,
.wp-block-heading.is-style-display {
  font-family: 'Science Gothic', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--gct-accent);
  line-height: 1.2;
  margin: 0;
}

h1,
.h1 {
  font-size: clamp(2rem, 4vw, 3rem);
}

h2,
.h2 {
  font-size: clamp(1.75rem, 3vw, 3rem);
}

h3,
.h3 {
  font-size: 2rem;
}

h1 span.orange,
h2 span.orange,
h3 span.orange,
.h1 span.orange,
.h2 span.orange,
.wp-block-heading span.orange {
  color: var(--gct-accent);
}

h1 span.white,
h2 span.white,
h3 span.white,
.h1 span.white,
.h2 span.white,
.wp-block-heading span.white {
  color: var(--gct-white);
}

h1 span.orange-light,
h2 span.orange-light,
.wp-block-heading span.orange-light {
  color: var(--gct-orange-300);
}

h1 span.orange-dark,
h2 span.orange-dark,
.wp-block-heading span.orange-dark {
  color: var(--gct-orange-700);
}

h1 span.navy,
h2 span.navy,
.wp-block-heading span.navy {
  color: var(--gct-navy-300);
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0;
  color: var(--gct-text-secondary);
  line-height: 1.4;
  margin: 0;
}

h4,
.h4 {
  font-size: 1.25rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.875rem;
}

.gct-eyebrow {
  font-family: 'Roboto Mono', monospace;
  font-weight: 300;
  font-size: 0.625rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gct-accent);
}

.gct-body-lg {
  font-size: 1.125rem;
  line-height: 1.7;
}

.gct-body-md {
  font-size: 1rem;
  line-height: 1.7;
}

.gct-body-sm {
  font-size: 0.875rem;
  line-height: 1.65;
}

.gct-mono-stat {
  font-family: 'Roboto Mono', monospace;
  font-weight: 700;
}

.gct-mono-data {
  font-family: 'Roboto Mono', monospace;
  font-weight: 300;
}

.gct-label {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.gct-caption {
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--gct-text-secondary);
}

.gct-container {
  max-width: var(--gct-content-width);
  margin-inline: auto;
  padding-block: var(--gct-space-8);
  padding-inline: var(--gct-space-5);
}

.gct-container--wide {
  max-width: var(--gct-wide-width);
}

.gct-section {
  padding-block: var(--gct-space-10);
  background-color: var(--gct-bg-default);
}

.gct-section--surface {
  background-color: var(--gct-bg-surface);
}

:where(
  header.site-header,
  header.gct-header,
  header.gct-site-header,
  footer.site-footer,
  footer.gct-site-footer,
  .wp-block-template-part.site-header,
  .wp-block-template-part.gct-header,
  .wp-block-template-part.site-footer
) {
  border: 0 !important;
  box-shadow: none;
}

body .wp-site-blocks > header.wp-block-template-part,
body .wp-site-blocks > footer.wp-block-template-part,
body header.wp-block-template-part,
body footer.wp-block-template-part,
body header.site-header,
body header.gct-header,
body header.gct-site-header,
body footer.site-footer,
body footer.gct-site-footer {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.btn,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: var(--gct-radius-sm);
  cursor: pointer;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  line-height: 1.4;
  transition: background-color var(--gct-transition-base), color var(--gct-transition-base), border-color var(--gct-transition-base), box-shadow var(--gct-transition-base);
  white-space: nowrap;
}

.btn--sm,
.wp-block-button.is-style-sm .wp-block-button__link {
  padding: 7px 16px;
  font-size: 0.75rem;
}

.btn--md,
.btn,
.wp-block-button__link {
  padding: 11px 24px;
  font-size: 0.8125rem;
}

.btn--lg,
.wp-block-button.is-style-lg .wp-block-button__link {
  padding: 15px 30px;
  font-size: 0.875rem;
}

.btn--primary,
.wp-block-button.is-style-primary .wp-block-button__link,
.wp-block-button:not([class*="is-style"]) .wp-block-button__link {
  background-color: var(--gct-accent);
  color: var(--gct-text-primary);
  border-color: var(--gct-accent);
}

.btn--primary:hover,
.wp-block-button.is-style-primary .wp-block-button__link:hover,
.wp-block-button:not([class*="is-style"]) .wp-block-button__link:hover {
  background-color: var(--gct-accent-hover);
  border-color: var(--gct-accent-hover);
  box-shadow: var(--gct-glow-sm);
}

.btn--primary:active {
  background-color: var(--gct-accent-press);
  border-color: var(--gct-accent-press);
}

.btn--secondary,
.wp-block-button.is-style-secondary .wp-block-button__link {
  background-color: transparent;
  color: var(--gct-accent);
  border-color: var(--gct-accent);
}

.btn--secondary:hover,
.wp-block-button.is-style-secondary .wp-block-button__link:hover {
  background-color: rgba(255, 98, 0, 0.08);
  box-shadow: var(--gct-glow-sm);
}

.btn--ghost,
.wp-block-button.is-style-ghost .wp-block-button__link {
  background-color: transparent;
  color: var(--gct-text-primary);
  border-color: transparent;
}

.btn--ghost:hover,
.wp-block-button.is-style-ghost .wp-block-button__link:hover {
  color: var(--gct-accent);
}

.btn--outline-white {
  background-color: transparent;
  color: var(--gct-text-primary);
  border-color: var(--gct-text-primary);
  border-width: 2px;
}

.btn--outline-white:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: var(--gct-radius-md);
  border: 1px solid transparent;
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  white-space: nowrap;
}

.badge--active {
  background-color: var(--gct-accent);
  color: var(--gct-white);
  border-color: var(--gct-accent);
}

.badge--default {
  background-color: var(--gct-bg-surface);
  color: var(--gct-text-secondary);
  border-color: var(--gct-border);
}

.badge--success {
  background-color: rgba(34, 197, 94, 0.1);
  color: var(--gct-success);
  border-color: var(--gct-success);
}

.badge--warning {
  background-color: rgba(251, 191, 36, 0.1);
  color: var(--gct-warning);
  border-color: var(--gct-warning);
}

.badge--danger {
  background-color: rgba(239, 68, 68, 0.1);
  color: var(--gct-danger);
  border-color: var(--gct-danger);
}

.badge--info {
  background-color: rgba(59, 130, 246, 0.1);
  color: var(--gct-info);
  border-color: var(--gct-info);
}

.gct-card {
  background-color: var(--gct-bg-surface);
  border: 1px solid var(--gct-border);
  border-radius: var(--gct-radius-md);
  overflow: hidden;
  transition: box-shadow var(--gct-transition-slow);
}

.gct-card:hover {
  box-shadow: var(--gct-shadow-md);
}

.gct-card--feature {
  border-top: 2px solid var(--gct-accent);
  padding: var(--gct-space-6);
  display: flex;
  flex-direction: column;
  gap: var(--gct-space-4);
}

.gct-card--feature .gct-card__icon {
  width: 40px;
  height: 40px;
  background-color: var(--gct-border);
  border: 1px solid var(--gct-accent);
}

.gct-card--feature .gct-card__eyebrow {
  font-family: 'Science Gothic', sans-serif;
  font-weight: 800;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--gct-accent);
}

.gct-card--feature .gct-card__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: var(--gct-text-primary);
}

.gct-card--feature .gct-card__body {
  font-size: 0.875rem;
  color: var(--gct-text-secondary);
  line-height: 1.65;
  flex: 1;
}

.gct-card--feature .gct-card__cta {
  color: var(--gct-accent);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}

.gct-card--feature .gct-card__cta:hover {
  text-decoration: underline;
}

.gct-card--stat {
  padding: var(--gct-space-5) var(--gct-space-6) var(--gct-space-4);
  display: flex;
  flex-direction: column;
  gap: var(--gct-space-2);
}

.gct-card--stat .gct-stat__value {
  font-family: 'Science Gothic', sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1;
  color: var(--gct-accent);
}

.gct-card--stat .gct-stat__label {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--gct-text-primary);
}

.gct-card--image {
  position: relative;
}

.gct-card--image .gct-card__image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.gct-card--image .gct-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transition: transform var(--gct-transition-slow);
}

.gct-card--image:hover .gct-card__image-wrap img {
  transform: scale(1.03);
}

.gct-card--image .gct-card__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(14, 17, 23, 0.9) 100%);
}

.gct-card--image .gct-card__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: var(--gct-space-4) var(--gct-space-5);
  display: flex;
  flex-direction: column;
  gap: var(--gct-space-2);
}

.gct-card--image .gct-card__title {
  color: var(--gct-text-primary);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
}

.gct-image-frame {
  display: block;
  overflow: hidden;
  border: 1px solid var(--gct-border);
  border-radius: var(--gct-radius-md);
  background-color: var(--gct-bg-default);
  box-shadow: var(--gct-shadow-sm);
}

.gct-image-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  opacity: 0.95;
  transition: transform var(--gct-transition-slow);
}

.gct-image-frame:hover img {
  transform: scale(1.03);
}

.gct-image-frame--fill {
  aspect-ratio: 16/10;
}

.gct-image-frame--fill img {
  width: 100%;
  height: 100%;
}

.gct-photo-lock {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--gct-bg-default);
  isolation: isolate;
  max-width: 100%;
}

.gct-photo-lock img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.gct-photo-lock::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 11, 15, 0.05) 0%, rgba(5, 11, 15, 0.34) 100%);
  z-index: 1;
  pointer-events: none;
}

.gct-photo-lock::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
  transform: translateX(-120%);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}

.gct-photo-lock .photo-corner {
  position: absolute;
  width: 22px;
  height: 22px;
  border-color: var(--gct-text-primary);
  border-style: solid;
  border-width: 0;
  opacity: 0.85;
  z-index: 4;
  pointer-events: none;
  transition: width 0.28s ease, height 0.28s ease, opacity 0.28s ease, filter 0.28s ease;
}

.gct-photo-lock .photo-corner-tl {
  top: 14px;
  left: 14px;
  border-top-width: 2px;
  border-left-width: 2px;
}

.gct-photo-lock .photo-corner-tr {
  top: 14px;
  right: 14px;
  border-top-width: 2px;
  border-right-width: 2px;
}

.gct-photo-lock .photo-corner-br {
  right: 14px;
  bottom: 14px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}

.gct-photo-lock .photo-corner-bl {
  bottom: 14px;
  left: 14px;
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.gct-photo-lock .crosshair-line {
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--gct-text-primary);
  opacity: 0.7;
  z-index: 4;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.gct-photo-lock .crosshair-horizontal {
  width: 46px;
  height: 1px;
  transform: translate(-50%, -50%);
}

.gct-photo-lock .crosshair-vertical {
  width: 1px;
  height: 46px;
  transform: translate(-50%, -50%);
}

.gct-photo-lock .crosshair-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: var(--gct-text-primary);
  border-radius: 999px;
  opacity: 0.9;
  z-index: 5;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.gct-photo-lock:hover img {
  transform: scale(1.045);
  filter: contrast(1.08) saturate(1.06);
}

.gct-photo-lock:hover .photo-corner {
  width: 44px;
  height: 44px;
  opacity: 1;
  animation: gctPhotoTargetLock 0.75s infinite;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.85));
}

.gct-photo-lock:hover .crosshair-line,
.gct-photo-lock:hover .crosshair-dot {
  opacity: 1;
  animation: gctCrosshairPulse 0.75s infinite;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.85);
}

.gct-photo-lock:hover::before {
  opacity: 1;
  animation: gctPhotoScanSweep 0.85s ease-out;
}

@keyframes gctPhotoTargetLock {

  0%,
  100% {
    opacity: 1;
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.55));
  }

  50% {
    opacity: 0.45;
    filter: drop-shadow(0 0 14px rgba(255, 255, 255, 1));
  }
}

@keyframes gctCrosshairPulse {

  0%,
  100% {
    opacity: 0.95;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 0.45;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

@keyframes gctPhotoScanSweep {
  from {
    transform: translateX(-120%);
  }

  to {
    transform: translateX(120%);
  }
}

@media (prefers-reduced-motion: reduce) {

  .gct-photo-lock img,
  .gct-photo-lock .photo-corner,
  .gct-photo-lock .crosshair-line,
  .gct-photo-lock .crosshair-dot,
  .gct-photo-lock:hover .photo-corner,
  .gct-photo-lock:hover .crosshair-line,
  .gct-photo-lock:hover .crosshair-dot,
  .gct-photo-lock:hover::before {
    animation: none;
    transition: none;
  }

  .gct-photo-lock:hover img {
    transform: none;
  }
}

.gct-nav {
  display: flex;
  align-items: center;
  height: 64px;
  background-color: var(--gct-bg-default);
  border-bottom: 1px solid var(--gct-border);
  padding-inline: var(--gct-space-8);
}

.gct-nav__logo {
  display: flex;
  align-items: center;
}

.gct-nav__links {
  display: flex;
  align-items: center;
  gap: var(--gct-space-7);
  flex: 1;
  justify-content: center;
}

.gct-nav__link {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: var(--gct-text-primary);
  text-decoration: none;
  letter-spacing: 0.2px;
  transition: color var(--gct-transition-fast);
}

.gct-nav__link:hover,
.gct-nav__link[aria-current="page"] {
  color: var(--gct-accent);
}

.gct-nav__cta {
  margin-left: auto;
}

.gct-stats {
  display: flex;
  gap: var(--gct-space-7);
  flex-wrap: wrap;
}

.gct-stat {
  display: flex;
  flex-direction: column;
  gap: var(--gct-space-1);
}

.gct-stat__value {
  font-family: 'Roboto Mono', monospace;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.2;
  color: var(--gct-accent);
}

.gct-stat__label {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--gct-text-primary);
}

.gct-spec-cell {
  background-color: var(--gct-bg-default);
  border: 1px solid var(--gct-border);
  border-radius: var(--gct-radius-sm);
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: var(--gct-space-1);
}

.gct-spec-cell__label {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--gct-text-primary);
}

.gct-spec-cell__value {
  font-family: 'Roboto Mono', monospace;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--gct-text-secondary);
}

.gct-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border: 1px solid var(--gct-border);
}

.gct-spec-grid .gct-spec-cell {
  border: none;
  border-right: 1px solid var(--gct-border);
  border-bottom: 1px solid var(--gct-border);
}

.gct-spec-grid .gct-spec-cell:nth-child(even) {
  border-right: none;
}

.gct-table {
  width: 100%;
  background-color: var(--gct-bg-default);
  border: 1px solid var(--gct-border);
  border-radius: var(--gct-radius-md);
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

.gct-table th,
.gct-table td {
  border: 1px solid var(--gct-border);
  padding: 0;
  text-align: center;
}

.gct-table th:first-child,
.gct-table td:first-child {
  text-align: left;
  padding: 20px 24px;
  width: 23%;
}

.gct-table thead th {
  background-color: var(--gct-bg-default);
  padding: 24px 16px;
  vertical-align: bottom;
}

.gct-table__col-label {
  font-family: 'Roboto Mono', monospace;
  font-weight: 700;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  color: var(--gct-text-primary);
}

.gct-table__product-thumb {
  width: 120px;
  height: 80px;
  object-fit: cover;
  border: 1px solid var(--gct-border);
  border-radius: var(--gct-radius-sm);
  margin-inline: auto;
  display: block;
  opacity: 0.9;
}

.gct-table__product-name {
  display: block;
  margin-top: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.28px;
  color: var(--gct-text-primary);
}

.gct-table tbody tr {
  background-color: var(--gct-bg-default);
}

.gct-table tbody tr:nth-child(even) {
  background-color: var(--gct-bg-surface);
}

.gct-table__row-label {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.65px;
  color: var(--gct-text-primary);
}

.gct-table__cell-value {
  font-family: 'Roboto Mono', monospace;
  font-weight: 300;
  font-size: 0.875rem;
  color: var(--gct-text-primary);
  padding: 17px 16px;
}

.gct-table tbody tr.is-highlighted .gct-table__row-label,
.gct-table tbody tr.is-highlighted .gct-table__cell-value {
  color: var(--gct-accent);
  font-weight: 700;
}

.text-image-section {
  background-color: var(--gct-bg-default);
  padding: var(--gct-space-10) var(--gct-space-4) var(--gct-space-8);
}

.text-image-section__inner {
  max-width: var(--gct-content-width);
  margin-inline: auto;
}

.text-image-section__columns {
  display: flex;
  align-items: center;
  gap: var(--gct-space-7);
}

.text-image-section__content,
.text-image-section__image-wrap {
  flex: 0 0 calc(50% - 24px);
}

.text-image-section__eyebrow {
  font-family: 'Roboto Mono', monospace;
  font-weight: 300;
  font-size: 0.625rem;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gct-accent);
  margin: 0;
}

.text-image-section__heading {
  font-family: 'Science Gothic', sans-serif;
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--gct-accent);
  margin: 0;
}

.text-image-section__body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--gct-text-secondary);
  margin: var(--gct-space-5) 0 0;
}

.text-image-section__stats {
  display: flex;
  gap: var(--gct-space-7);
  margin-top: var(--gct-space-6);
}

.text-image-section__image-wrap {
  height: 500px;
  border: 1px solid var(--gct-border);
  border-radius: var(--gct-radius-md);
  overflow: hidden;
  background-color: var(--gct-bg-default);
}

.text-image-section__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

.text-image-section__cta {
  display: flex;
  justify-content: center;
  margin-top: var(--gct-space-7);
}

.gct-product-card {
  background-color: var(--gct-bg-default);
  border: 1px solid var(--gct-border);
  border-radius: var(--gct-radius-md);
  overflow: hidden;
  display: flex;
}

.gct-product-card__media {
  position: relative;
  flex: 0 0 50%;
  overflow: hidden;
}

.gct-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

.gct-product-card__corner {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 1px solid var(--gct-accent);
  pointer-events: none;
}

.gct-product-card__corner--tl {
  top: 24px;
  left: 24px;
  border-right: none;
  border-bottom: none;
}

.gct-product-card__corner--tr {
  top: 24px;
  right: 24px;
  border-left: none;
  border-bottom: none;
}

.gct-product-card__corner--bl {
  bottom: 24px;
  left: 24px;
  border-right: none;
  border-top: none;
}

.gct-product-card__corner--br {
  bottom: 24px;
  right: 24px;
  border-left: none;
  border-top: none;
}

.gct-product-card__scan-label {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--gct-bg-default);
  border: 1px solid var(--gct-accent);
  padding: 8px 16px;
  white-space: nowrap;
  font-family: 'Roboto Mono', monospace;
  font-weight: 300;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--gct-accent);
}

.gct-product-card__content {
  flex: 1;
  padding: var(--gct-space-6);
  display: flex;
  flex-direction: column;
  gap: var(--gct-space-5);
}

.gct-product-card__type {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  color: var(--gct-accent);
}

.gct-product-card__name {
  font-family: 'Science Gothic', sans-serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--gct-accent);
}

.gct-product-card__desc {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--gct-text-secondary);
}

.gct-product-card__cta {
  margin-top: auto;
  display: flex;
  align-items: center;
  border: 2px solid var(--gct-text-primary);
  border-radius: var(--gct-radius-sm);
  padding: 15px 30px;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.65px;
  color: var(--gct-text-primary);
  text-decoration: none;
  transition: background-color var(--gct-transition-base), color var(--gct-transition-base);
}

.gct-product-card__cta:hover {
  background-color: var(--gct-text-primary);
  color: var(--gct-bg-default);
}

.gct-hero {
  background-color: var(--gct-bg-default);
  padding: var(--gct-space-10) var(--gct-space-5);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.gct-hero__inner {
  max-width: var(--gct-content-width);
  margin-inline: auto;
}

.gct-hero__eyebrow {
  font-family: 'Roboto Mono', monospace;
  font-weight: 300;
  font-size: 0.625rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gct-accent);
  margin-bottom: var(--gct-space-4);
}

.gct-hero__heading {
  font-family: 'Science Gothic', sans-serif;
  font-weight: 800;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  line-height: 1.1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--gct-accent);
  max-width: 900px;
  margin-inline: auto;
}

.gct-hero__sub {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--gct-text-secondary);
  max-width: 640px;
  margin: var(--gct-space-5) auto 0;
}

.gct-hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gct-space-4);
  flex-wrap: wrap;
  margin-top: var(--gct-space-7);
}

.gct-divider {
  border: none;
  border-top: 1px solid var(--gct-border);
  margin: 0;
}

.gct-divider--accent {
  border-top-color: var(--gct-accent);
  border-top-width: 2px;
}

/* Low-specificity fallback if Greenshift's generated Icon List CSS is missing. */
:where(.wp-block-greenshift-blocks-iconlist, .gspb_iconsList) {
  color: var(--gct-text-secondary);
}

:where(.gspb_iconsList) {
  margin: 0;
}

:where(.gspb_iconsList > ul) {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

:where(.gspb_iconsList__item) {
  display: flex;
  align-items: flex-start;
  gap: var(--gct-space-3);
  transition: color var(--gct-transition-base);
}

:where(.gspb_iconsList__item + .gspb_iconsList__item) {
  margin-top: var(--gct-space-3);
}

:where(.gspb_iconsList__iconbox) {
  display: inline-flex;
  flex: 0 0 auto;
  color: var(--gct-accent);
}

:where(.gspb_iconsList__item svg) {
  flex: 0 0 auto;
  color: var(--gct-accent);
  fill: currentColor;
  margin-top: 0.25em;
  transition: color var(--gct-transition-base);
}

:where(.gspb_iconsList__item svg path) {
  fill: currentColor !important;
}

:where(.gspb_iconsList__item__text) {
  color: inherit;
  line-height: 1.6;
  transition: color var(--gct-transition-base);
}

:where(.gspb_iconsList__item):hover :where(.gspb_iconsList__item__text) {
  color: var(--gct-text-primary);
}

:where(.gspb_iconsList__item):hover :where(.gspb_iconsList__iconbox),
:where(.gspb_iconsList__item):hover svg {
  color: var(--gct-accent-hover);
}

:where(.wp-block-greenshift-blocks-iconlist.is-style-gct-icon-list, .wp-block-greenshift-blocks-iconlist.gct-icon-list, .gct-icon-list) {
  color: var(--gct-text-secondary);
}

:where(.wp-block-greenshift-blocks-iconlist.is-style-gct-icon-list, .wp-block-greenshift-blocks-iconlist.gct-icon-list, .gct-icon-list) :where(.gspb_iconsList),
:where(.wp-block-greenshift-blocks-iconlist.is-style-gct-icon-list, .wp-block-greenshift-blocks-iconlist.gct-icon-list, .gct-icon-list) :where(.gspb_iconsList > ul),
:where(.gspb_iconsList.is-style-gct-icon-list, .gspb_iconsList.gct-icon-list),
:where(.gspb_iconsList.is-style-gct-icon-list > ul, .gspb_iconsList.gct-icon-list > ul) {
  display: grid;
  gap: var(--gct-space-4);
  list-style: none;
  margin: 0;
  padding-left: 0;
}

:where(.wp-block-greenshift-blocks-iconlist.is-style-gct-icon-list, .wp-block-greenshift-blocks-iconlist.gct-icon-list, .gct-icon-list) :where(.gspb_iconsList__item),
:where(.gspb_iconsList.is-style-gct-icon-list, .gspb_iconsList.gct-icon-list) :where(.gspb_iconsList__item) {
  display: flex;
  align-items: flex-start;
  gap: var(--gct-space-4);
  min-height: 56px;
  padding: var(--gct-space-4);
  border: 1px solid rgba(255, 98, 0, 0.18);
  border-left-width: 3px;
  border-radius: var(--gct-radius-md);
  background: linear-gradient(90deg, rgba(255, 98, 0, 0.12), rgba(21, 25, 31, 0.55));
  transition: border-color var(--gct-transition-base), box-shadow var(--gct-transition-base);
}

:where(.wp-block-greenshift-blocks-iconlist.is-style-gct-icon-list, .wp-block-greenshift-blocks-iconlist.gct-icon-list, .gct-icon-list) :where(.gspb_iconsList__item):hover,
:where(.gspb_iconsList.is-style-gct-icon-list, .gspb_iconsList.gct-icon-list) :where(.gspb_iconsList__item):hover {
  border-color: var(--gct-accent);
  box-shadow: var(--gct-glow-sm);
}

:where(.wp-block-greenshift-blocks-iconlist.is-style-gct-icon-list, .wp-block-greenshift-blocks-iconlist.gct-icon-list, .gct-icon-list) :where(.gspb_iconsList__item + .gspb_iconsList__item),
:where(.gspb_iconsList.is-style-gct-icon-list, .gspb_iconsList.gct-icon-list) :where(.gspb_iconsList__item + .gspb_iconsList__item) {
  margin-top: 0;
}

:where(.wp-block-greenshift-blocks-iconlist.is-style-gct-icon-list, .wp-block-greenshift-blocks-iconlist.gct-icon-list, .gct-icon-list) :where(.gspb_iconsList__iconbox),
:where(.gspb_iconsList.is-style-gct-icon-list, .gspb_iconsList.gct-icon-list) :where(.gspb_iconsList__iconbox) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: var(--gct-radius-sm);
  background-color: rgba(255, 98, 0, 0.14);
  color: var(--gct-accent);
  box-shadow: inset 0 0 0 1px rgba(255, 98, 0, 0.28);
}

:where(.wp-block-greenshift-blocks-iconlist.is-style-gct-icon-list, .wp-block-greenshift-blocks-iconlist.gct-icon-list, .gct-icon-list) :where(.gspb_iconsList__item svg),
:where(.gspb_iconsList.is-style-gct-icon-list, .gspb_iconsList.gct-icon-list) :where(.gspb_iconsList__item svg) {
  width: 18px;
  height: 18px;
  margin-top: 0;
  color: var(--gct-accent);
  fill: currentColor;
}

:where(.wp-block-greenshift-blocks-iconlist.is-style-gct-icon-list, .wp-block-greenshift-blocks-iconlist.gct-icon-list, .gct-icon-list) :where(.gspb_iconsList__item svg path),
:where(.gspb_iconsList.is-style-gct-icon-list, .gspb_iconsList.gct-icon-list) :where(.gspb_iconsList__item svg path) {
  fill: currentColor;
}

:where(.wp-block-greenshift-blocks-iconlist.is-style-gct-icon-list, .wp-block-greenshift-blocks-iconlist.gct-icon-list, .gct-icon-list) :where(.gspb_iconsList__item__text),
:where(.gspb_iconsList.is-style-gct-icon-list, .gspb_iconsList.gct-icon-list) :where(.gspb_iconsList__item__text) {
  color: var(--gct-text-primary);
  font-weight: 500;
  line-height: 1.55;
}

.gct-text-accent {
  color: var(--gct-accent) !important;
}

.gct-text-secondary {
  color: var(--gct-text-secondary) !important;
}

.gct-text-white {
  color: var(--gct-white) !important;
}

.gct-text-upper {
  text-transform: uppercase !important;
}

.gct-bg-default {
  background-color: var(--gct-bg-default) !important;
}

.gct-bg-surface {
  background-color: var(--gct-bg-surface) !important;
}

.gct-border {
  border: 1px solid var(--gct-border) !important;
}

.gct-border-accent {
  border: 1px solid var(--gct-accent) !important;
}

.gct-radius-sm {
  border-radius: var(--gct-radius-sm) !important;
}

.gct-radius-md {
  border-radius: var(--gct-radius-md) !important;
}

.gct-shadow-sm {
  box-shadow: var(--gct-shadow-sm) !important;
}

.gct-shadow-lg {
  box-shadow: var(--gct-shadow-lg) !important;
}

.gct-glow {
  box-shadow: var(--gct-glow-md) !important;
}

@media (max-width:1024px) {
  .text-image-section__columns {
    flex-direction: column;
  }

  .text-image-section__content,
  .text-image-section__image-wrap {
    flex: 1 1 100%;
  }

  .text-image-section__image-wrap {
    height: 320px;
    width: 100%;
  }

  .text-image-section__heading {
    font-size: 2rem;
  }

  .gct-product-card {
    flex-direction: column;
  }

  .gct-product-card__media {
    flex: none;
    height: 320px;
  }

  .gct-stats {
    gap: var(--gct-space-6);
  }

  .gct-nav__links {
    display: none;
  }
}

@media (max-width:768px) {
  .gct-stats {
    flex-wrap: wrap;
    gap: var(--gct-space-5);
  }

  .gct-stat {
    flex: 0 0 calc(50% - 12px);
  }

  .gct-spec-grid {
    grid-template-columns: 1fr;
  }

  .gct-spec-grid .gct-spec-cell {
    border-right: none;
  }

  .gct-hero__heading {
    font-size: 2rem;
  }

  .gct-hero__actions {
    flex-direction: column;
  }

  .gct-hero__actions .btn {
    width: 100%;
  }

  h1,
  .h1 {
    font-size: 1.75rem;
  }

  h2,
  .h2 {
    font-size: 1.75rem;
  }

  h3,
  .h3 {
    font-size: 1.5rem;
  }
}


/*Fix for logo*/
.wp-block-site-logo .custom-logo-link,
.wp-block-site-logo .custom-logo-link[aria-current="page"] {
  display: inline-flex;
  align-items: center;
  visibility: visible;
  opacity: 1;
  width: auto;
  height: auto;
  overflow: visible;
  text-decoration: none;
  line-height: 0;
}

.wp-block-site-logo .custom-logo,
.wp-block-site-logo img {
  display: block;
  visibility: visible;
  opacity: 1;
  width: auto;
  height: auto;
  max-width: 100%;
}