/* Camixel page bundle. Page styles are isolated by body class. */

/* ===== Source: popup-banner.css ===== */
/* Editorial event announcement — intentionally scoped to the home-page dialog. */
html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay {
  padding: clamp(18px, 3vw, 44px) !important;
  background: rgba(2, 7, 6, .78) !important;
  backdrop-filter: blur(14px) saturate(115%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(115%) !important;
}

html[data-camixel-theme] body.premium-ui .hero-headline .hero-line,
html[data-camixel-theme] body.premium-ui .hero-headline .hero-line-accent {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  background-size: 100% 100% !important;
  filter: drop-shadow(0 4px 18px rgba(0, 0, 0, .72)) !important;
}

html[data-camixel-theme] body.premium-ui .hero-headline {
  margin: 0 0 clamp(22px, 3vw, 32px) !important;
  padding-bottom: clamp(16px, 2vw, 24px) !important;
  row-gap: .08em !important;
  line-height: .98 !important;
}

html[data-camixel-theme] body.premium-ui .hero-headline + .hero-sub {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

html[data-camixel-theme] body.premium-ui .hero-sub + .hero-actions {
  margin-top: clamp(24px, 3vw, 32px) !important;
}

html[data-camixel-theme] body.premium-ui .hero-headline .hero-line {
  background-image: linear-gradient(105deg, #5ee7ff 0%, #2f8cff 48%, #1d55d9 100%) !important;
}

html[data-camixel-theme] body.premium-ui .hero-headline .hero-line-accent {
  background-image: linear-gradient(105deg, #7dffd0 0%, #23d3a4 48%, #087f6d 100%) !important;
}

html[data-camixel-theme] body.premium-ui .hero-pill {
  color: #f4f7f5 !important;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

html[data-camixel-theme] body.page-solutions.premium-ui .sol-hero .sol-hero-heading h1,
html[data-camixel-theme] body.page-solutions.premium-ui .sol-hero .sol-hero-heading h1 span {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  background-size: 100% 100% !important;
  filter: drop-shadow(0 4px 18px rgba(0, 0, 0, .72)) !important;
}

html[data-camixel-theme] body.page-solutions.premium-ui .sol-hero .sol-hero-heading h1 {
  margin: 0 0 clamp(22px, 3vw, 32px) !important;
  line-height: .98 !important;
  background-image: linear-gradient(105deg, #5ee7ff 0%, #2f8cff 48%, #1d55d9 100%) !important;
}

html[data-camixel-theme] body.page-solutions.premium-ui .sol-hero .sol-hero-heading h1 span {
  background-image: linear-gradient(105deg, #7dffd0 0%, #23d3a4 48%, #087f6d 100%) !important;
}

html[data-camixel-theme] body.page-solutions.premium-ui .sol-hero .sol-hero-copy {
  margin-top: 0 !important;
}

html[data-camixel-theme] body.page-solutions.premium-ui .sol-hero .sol-hero-actions {
  margin-top: clamp(24px, 3vw, 32px) !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.55fr) minmax(340px, .85fr) !important;
  width: min(1120px, 100%) !important;
  max-width: 1120px !important;
  min-height: 480px !important;
  max-height: min(720px, calc(100dvh - 48px)) !important;
  overflow: hidden !important;
  border: 1px solid rgba(112, 221, 176, .34) !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 201, 155, .17), transparent 38%),
    linear-gradient(145deg, #101817, #070c0b 72%) !important;
  box-shadow: 0 40px 120px rgba(0, 0, 0, .65), 0 1px 0 rgba(255, 255, 255, .05) inset !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(125deg, rgba(255,255,255,.07), transparent 22%, transparent 75%, rgba(88,201,155,.05));
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap {
  position: relative !important;
  display: block !important;
  min-height: 480px !important;
  overflow: hidden !important;
  background: #050807 !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 58%, rgba(7, 12, 11, .78) 100%), linear-gradient(0deg, rgba(3, 8, 7, .42), transparent 38%);
  pointer-events: none;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 480px !important;
  object-fit: cover !important;
  object-position: center !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-image-label {
  position: absolute;
  z-index: 2;
  left: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.84);
  background: rgba(5, 12, 10, .7);
  backdrop-filter: blur(12px);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .09em;
  line-height: 1;
  text-transform: uppercase;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-image-label b {
  color: #07110d;
  padding: 5px 8px;
  border-radius: 999px;
  background: #72ddb0;
  font-size: 9px;
  letter-spacing: .12em;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-content {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 0 !important;
  padding: clamp(34px, 5vw, 58px) clamp(30px, 4.5vw, 52px) !important;
  color: #fff !important;
  text-align: left !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-eyebrow {
  margin: 0 0 16px;
  color: #72ddb0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.3;
  text-transform: uppercase;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-title {
  max-width: 10ch !important;
  margin: 0 0 17px !important;
  color: #fff !important;
  font-size: clamp(30px, 3.4vw, 44px) !important;
  font-weight: 760 !important;
  letter-spacing: -.045em !important;
  line-height: 1.02 !important;
  text-wrap: balance !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-desc {
  max-width: 38ch !important;
  margin: 0 0 22px !important;
  color: #aab7b2 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 28px;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-tags span {
  padding: 7px 9px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  color: #cad4d0;
  background: rgba(255,255,255,.035);
  font-size: 9px;
  font-weight: 720;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 20px !important;
  border: 1px solid #72ddb0 !important;
  border-radius: 10px !important;
  color: #06110c !important;
  background: #72ddb0 !important;
  box-shadow: 0 12px 30px rgba(88, 201, 155, .2) !important;
  font-size: 12px !important;
  font-weight: 790 !important;
  letter-spacing: .01em !important;
  text-decoration: none !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-cta::after {
  content: "\2192";
  margin-left: 10px;
  font-size: 15px;
  transition: transform 160ms ease;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-cta:hover::after { transform: translateX(3px); }

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-note {
  max-width: 32ch;
  margin-top: 17px;
  color: #75827d;
  font-size: 9px;
  line-height: 1.45;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-close-btn {
  z-index: 4 !important;
  top: 16px !important;
  right: 16px !important;
  width: 38px !important;
  height: 38px !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: rgba(4, 10, 8, .72) !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.24) !important;
  backdrop-filter: blur(12px) !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-close-btn:hover {
  color: #07110d !important;
  background: #72ddb0 !important;
  transform: rotate(4deg) !important;
}

@media (max-width: 760px) {
  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay { padding: 14px !important; }
  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-card {
    display: block !important;
    width: min(520px, 100%) !important;
    min-height: 0 !important;
    max-height: calc(100dvh - 28px) !important;
    overflow: auto !important;
    border-radius: 20px !important;
  }
  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap,
  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap img {
    min-height: 0 !important;
    height: clamp(205px, 36vh, 280px) !important;
  }
  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap::after {
    background: linear-gradient(0deg, rgba(7,12,11,.76), transparent 55%) !important;
  }
  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-image-label { left: 14px; bottom: 14px; }
  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-content {
    padding: 28px 24px 30px !important;
  }
  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-title {
    max-width: 13ch !important;
    font-size: clamp(27px, 8vw, 36px) !important;
  }
  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-desc { font-size: 13px !important; }
  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-tags { margin-bottom: 22px; }
}

@media (max-width: 390px) {
  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap,
  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap img { height: 190px !important; }
  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-content { padding: 24px 20px 26px !important; }
  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-tags span:last-child { display: none; }
  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-note { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay *,
  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay *::after { transition: none !important; }
}


/* ===== Source: pages/about.css ===== */
/* about.html inline block 1 */

    /* ── About Page Styles ── */

    /* Hero */
    body.page-about .about-hero {
      height: 55vh;
      min-height: 380px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
      text-align: center;
    }

    body.page-about .about-hero-bg {
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, var(--bg-1), var(--bg-2)),
        radial-gradient(ellipse at 30% 60%, var(--green-dim), transparent 60%);
    }

    body.page-about .about-hero-bg::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: linear-gradient(var(--green-dim) 1px, transparent 1px),
        linear-gradient(90deg, var(--green-dim) 1px, transparent 1px);
      background-size: 80px 80px;
      mask-image: radial-gradient(ellipse 70% 50% at 50% 50%, black 20%, transparent 100%);
    }

    body.page-about .hero-inner {
      position: relative;
      z-index: 2;
      max-width: 800px;
      padding: 0 24px;
    }

    body.page-about .breadcrumb {
      display: flex;
      justify-content: center;
      gap: 8px;
      font-size: 0.7rem;
      color: var(--text-faint);
      margin-bottom: 20px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.12em;
    }

    body.page-about .breadcrumb a:hover {
      color: var(--green);
    }

    body.page-about .hero-title {
      font-size: clamp(2.2rem, 5.5vw, 4rem);
      line-height: 1.05;
      margin: 0 0 16px;
    }

    body.page-about .hero-subtitle {
      font-size: clamp(0.85rem, 1.2vw, 1rem);
      color: var(--text-muted);
      max-width: 600px;
      margin: 0 auto;
      line-height: 1.7;
    }

    /* Who We Are */
    body.page-about .who-section {
      padding: 60px 0;
      background: var(--bg-1);
    }

    body.page-about .who-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      align-items: center;
    }

    body.page-about .who-text h2 {
      margin-bottom: 20px;
    }

    body.page-about .who-text p {
      margin-bottom: 16px;
      font-size: 0.92rem;
    }

    body.page-about .who-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 24px;
    }

    body.page-about .who-tag {
      padding: 6px 14px;
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: 100px;
      font-size: 0.72rem;
      color: var(--text-muted);
      font-weight: 600;
      letter-spacing: 0.04em;
    }

    body.page-about .who-stats {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }

    body.page-about .ws-card {
      padding: 28px;
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      text-align: center;
      transition: all var(--transition);
      box-shadow: 0 4px 6px rgba(15, 23, 42, .05);
    }

    body.page-about .ws-card:hover {
      border-color: var(--green);
      transform: translateY(-3px);
    }

    body.page-about .ws-num {
      font-size: 2rem;
      font-weight: 800;
      font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
      color: var(--green);
      display: block;
    }

    body.page-about .ws-label {
      font-size: 0.7rem;
      color: var(--text-muted);
      text-transform: uppercase;
      letter-spacing: 0.1em;
      margin-top: 4px;
    }

    /* Timeline */
    body.page-about .timeline-section {
      padding: 48px 0;
      background: var(--bg-0);
    }

    body.page-about .timeline {
      position: relative;
      max-width: 900px;
      margin: 0 auto;
      padding: 20px 0;
    }

    body.page-about .timeline::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: 2px;
      background: linear-gradient(to bottom, transparent, var(--green) 10%, var(--green) 90%, transparent);
      transform: translateX(-50%);
    }

    body.page-about .tl-item {
      position: relative;
      width: 50%;
      padding: 0 40px 48px;
    }

    body.page-about .tl-item:nth-child(odd) {
      left: 0;
      text-align: right;
      padding-right: 48px;
      padding-left: 0;
    }

    body.page-about .tl-item:nth-child(even) {
      left: 50%;
      text-align: left;
      padding-left: 48px;
      padding-right: 0;
    }

    body.page-about .tl-dot {
      position: absolute;
      top: 4px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: var(--green);
      border: 3px solid var(--bg-0);
      z-index: 2;
      box-shadow: 0 0 20px var(--green-glow);
    }

    body.page-about .tl-item:nth-child(odd) .tl-dot {
      right: -8px;
    }

    body.page-about .tl-item:nth-child(even) .tl-dot {
      left: -8px;
    }

    body.page-about .tl-year {
      font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
      font-size: 0.75rem;
      font-weight: 700;
      color: var(--green);
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin-bottom: 8px;
      display: block;
    }

    body.page-about .tl-card {
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: 28px;
      transition: all var(--transition);
      box-shadow: 0 4px 6px rgba(15, 23, 42, .05);
    }

    body.page-about .tl-card:hover {
      border-color: var(--green);
      transform: translateY(-3px);
    }

    body.page-about .tl-card h3 {
      font-size: 1.1rem;
      margin-bottom: 10px;
      color: var(--text-primary);
    }

    body.page-about .tl-card p {
      font-size: 0.85rem;
      line-height: 1.65;
      color: var(--text-muted);
      margin: 0;
    }

    body.page-about .tl-card .tl-icon {
      font-size: 1.8rem;
      margin-bottom: 12px;
      display: block;
    }

    /* Milestones */
    body.page-about .milestone-section {
      padding: 48px 0;
      background: var(--bg-1);
    }

    body.page-about .ms-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
      margin-top: 32px;
    }

    body.page-about .ms-card {
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: 32px;
      position: relative;
      overflow: hidden;
      transition: all var(--transition);
      box-shadow: 0 4px 6px rgba(15, 23, 42, .05);
    }

    body.page-about .ms-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background: linear-gradient(90deg, var(--green), transparent);
      opacity: 0;
      transition: opacity 0.3s;
    }

    body.page-about .ms-card:hover {
      border-color: var(--green);
      transform: translateY(-3px);
    }

    body.page-about .ms-card:hover::before {
      opacity: 1;
    }

    body.page-about .ms-card .ms-icon {
      font-size: 2rem;
      margin-bottom: 16px;
      display: block;
    }

    body.page-about .ms-card h3 {
      font-size: 1.05rem;
      margin-bottom: 10px;
      color: var(--text-primary);
    }

    body.page-about .ms-card p {
      font-size: 0.85rem;
      line-height: 1.65;
      color: var(--text-muted);
    }

    /* Gratitude */
    body.page-about .gratitude-section {
      padding: 48px 0;
      background: var(--bg-0);
    }

    body.page-about .gratitude-inner {
      max-width: 800px;
      margin: 0 auto;
      text-align: center;
    }

    body.page-about .gratitude-inner blockquote {
      font-size: 1.05rem;
      line-height: 1.8;
      color: var(--text-muted);
      font-style: italic;
      border-left: 3px solid var(--green);
      padding: 24px 32px;
      margin: 32px 0;
      background: var(--bg-card);
      border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
      text-align: left;
    }

    body.page-about .thanks-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 16px;
      margin-top: 32px;
    }

    body.page-about .thanks-card {
      padding: 24px;
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: var(--radius-md);
      text-align: center;
      transition: all var(--transition);
    }

    body.page-about .thanks-card:hover {
      border-color: var(--green);
    }

    body.page-about .thanks-card .t-icon {
      font-size: 1.5rem;
      margin-bottom: 8px;
      display: block;
    }

    body.page-about .thanks-card h4 {
      font-size: 0.85rem;
      margin-bottom: 4px;
      color: var(--text-primary);
      text-transform: none;
      letter-spacing: 0;
    }

    body.page-about .thanks-card p {
      font-size: 0.75rem;
      color: var(--text-faint);
      margin: 0;
    }

    /* Industries */
    body.page-about .industries-section {
      padding: 48px 0;
      background: var(--bg-1);
    }

    body.page-about .i-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-top: 32px;
    }

    body.page-about .i-card {
      background: var(--bg-card);
      border: 1px solid var(--border);
      padding: 32px;
      border-radius: var(--radius-xl);
      text-align: center;
      position: relative;
      overflow: hidden;
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    body.page-about .i-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 4px;
      height: 100%;
      background: var(--green);
      opacity: 0;
      transition: opacity 0.3s;
    }

    body.page-about .i-card:hover {
      border-color: var(--green-glow);
      transform: scale(1.02);
    }

    body.page-about .i-card:hover::before {
      opacity: 1;
    }

    body.page-about .i-icon {
      font-size: 2rem;
      margin-bottom: 16px;
      display: block;
    }

    /* ── Image Placeholders ── */
    body.page-about .img-ph {
      width: 100%;
      border-radius: var(--radius-md);
      overflow: hidden;
      background: var(--bg-card);
      border: 1.5px dashed var(--green);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 8px;
      color: var(--text-faint);
      font-size: 0.72rem;
      font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
      text-transform: uppercase;
      letter-spacing: 0.08em;
      position: relative;
      transition: all 0.3s;
    }

    body.page-about .img-ph::before {
      content: '';
      position: absolute;
      inset: 0;
      background: repeating-linear-gradient(-45deg,
          var(--green-dim) 0px, var(--green-dim) 1px,
          transparent 1px, transparent 8px);
    }

    body.page-about .img-ph svg {
      opacity: 0.35;
      position: relative;
      z-index: 1;
    }

    body.page-about .img-ph span {
      position: relative;
      z-index: 1;
      text-align: center;
      padding: 0 12px;
    }

    body.page-about .img-ph:hover {
      border-color: var(--green);
      background: var(--bg-card-h);
    }

    /* timeline image placeholder - tall portrait */
    body.page-about .tl-img-ph {
      height: 200px;
      margin-bottom: 16px;
    }

    /* who section image - wide */
    body.page-about .who-img-ph {
      height: 280px;
      border-radius: var(--radius-lg);
    }

    /* industry card image placeholder */
    body.page-about .ic-img-ph {
      height: 110px;
      margin-bottom: 16px;
    }

    @media (max-width: 1024px) {
      body.page-about .i-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 900px) {
      body.page-about .who-grid {
        grid-template-columns: 1fr;
      }

      body.page-about .ms-grid {
        grid-template-columns: 1fr;
      }

      body.page-about .timeline::before {
        left: 20px;
      }

      body.page-about .tl-item {
        width: 100%;
        left: 0 !important;
        text-align: left !important;
        padding-left: 52px !important;
        padding-right: 0 !important;
      }

      body.page-about .tl-dot {
        left: 12px !important;
        right: auto !important;
      }
    }

    @media (max-width: 640px) {
      body.page-about .i-grid {
        grid-template-columns: 1fr;
      }
    }
  

/* about.html inline block 2 */

  


/* ===== Source: pages/blackmagic.css ===== */
/* blackmagic.html inline block 1 */

      /* ── BLACKMAGIC BRAND PAGE STYLES ── */
body.page-blackmagic .hero {
        max-height: none;
        padding: 0 !important;
      }
      body.page-blackmagic .hero-video-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
      }

      /* HERO PRODUCT SHOWCASE */
      body.page-blackmagic .hero-products-float {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 45%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        padding: 24px;
        opacity: 0;
        animation: heroLineIn 0.7s 1.2s ease forwards;
      }
      body.page-blackmagic .hero-product-chip {
        background: rgba(255, 255, 255, 0.04);
        backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: var(--radius-md);
        padding: 16px;
        text-align: center;
        transition: all var(--transition);
        cursor: default;
      }
      body.page-blackmagic .hero-product-chip:hover {
        border-color: var(--border-green);
        background: rgba(92,184,144,0.08);
        transform: translateY(-4px);
        box-shadow: var(--shadow-green);
      }
      body.page-blackmagic .hero-product-chip img {
        width: 100%;
        height: 80px;
        object-fit: contain;
        margin-bottom: 10px;
        filter: brightness(1.1);
      }
      body.page-blackmagic .hero-product-chip .chip-name {
        font-size: 0.72rem;
        font-weight: 600;
        color: var(--text-primary);
        letter-spacing: 0.03em;
      }
      body.page-blackmagic .hero-product-chip .chip-cat {
        font-size: 0.62rem;
        color: var(--text-faint);
        margin-top: 2px;
      }

      /* TRUST SECTION */
      body.page-blackmagic .trust-section {
        background: var(--bg-1);
      }
      body.page-blackmagic .trust-statement-box {
        background: linear-gradient(
          135deg,
          rgba(92,184,144,0.08) 0%,
          rgba(92, 184, 144, 0.02) 100%
        );
        border: 1px solid var(--border-green);
        border-radius: var(--radius-xl);
        padding: 48px 40px;
        text-align: center;
        margin-bottom: 56px;
      }
      body.page-blackmagic .trust-statement-box p {
        font-size: 1.05rem;
        color: var(--text-muted);
        line-height: 1.8;
        max-width: 900px;
        margin: 0 auto;
      }
      body.page-blackmagic .trust-statement-box p strong {
        color: var(--green);
      }
      body.page-blackmagic .trust-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
      }
      body.page-blackmagic .trust-card {
        background: var(--bg-card);
        border: 1px solid var(--border);
        border-radius: var(--radius-md);
        padding: 28px 24px;
        display: flex;
        align-items: flex-start;
        gap: 16px;
        transition: all var(--transition);
      }
      body.page-blackmagic .trust-card:hover {
        border-color: var(--border-green);
        transform: translateY(-3px);
        box-shadow: var(--shadow-green);
        background: var(--bg-card-h);
      }
      body.page-blackmagic .trust-check {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: var(--green-dim);
        border: 1px solid var(--border-green);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        color: var(--green);
        font-size: 1rem;
        font-weight: 700;
      }
      body.page-blackmagic .trust-card h4 {
        font-size: 0.88rem;
        font-weight: 700;
        color: var(--text-primary);
        margin-bottom: 4px;
        font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
        text-transform: none;
        letter-spacing: 0;
      }
      body.page-blackmagic .trust-card p {
        font-size: 0.78rem;
        color: var(--text-muted);
        margin: 0;
        line-height: 1.5;
      }

      /* PRODUCT ECOSYSTEM */
      body.page-blackmagic .eco-section {
        background: var(--bg-0);
      }
      body.page-blackmagic .cat-tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
        margin-bottom: 48px;
      }
      body.page-blackmagic .cat-tab {
        padding: 8px 18px;
        border: 1px solid var(--border);
        background: var(--bg-card);
        border-radius: 100px;
        color: var(--text-muted);
        font-weight: 600;
        font-size: 0.75rem;
        letter-spacing: 0.03em;
        transition: all var(--transition);
        cursor: pointer;
      }
      body.page-blackmagic .cat-tab.active,body.page-blackmagic .cat-tab:hover {
        background: var(--green);
        color: #000;
        border-color: var(--green);
      }
      body.page-blackmagic .cat-panel {
        display: none;
        animation: page-blackmagic__panelFade 0.5s ease;
      }
      body.page-blackmagic .cat-panel.active {
        display: block;
      }
      @keyframes page-blackmagic__panelFade {
        from {
          opacity: 0;
          transform: translateY(16px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      body.page-blackmagic .cat-banner {
        margin-bottom: 32px;
        border-radius: var(--radius-md);
        overflow: hidden;
      }
      body.page-blackmagic .cat-banner img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: inherit;
        object-fit: cover;
      }
      body.page-blackmagic .cat-hero-grid {
        display: grid;
        grid-template-columns: 1fr 1.3fr;
        gap: 48px;
        align-items: start;
      }
      body.page-blackmagic .cat-info .cat-number {
        font-size: 0.65rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--green);
        background: var(--green-dim);
        border: 1px solid var(--border-green);
        padding: 4px 12px;
        border-radius: 100px;
        display: inline-block;
        margin-bottom: 16px;
      }
      body.page-blackmagic .cat-info h3 {
        font-size: clamp(1.4rem, 2.5vw, 2rem);
        font-weight: 800;
        color: var(--text-primary);
        margin-bottom: 16px;
        font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
        text-transform: none;
        letter-spacing: -0.01em;
        line-height: 1.2;
      }
      body.page-blackmagic .cat-info .cat-desc {
        font-size: 0.92rem;
        color: var(--text-muted);
        line-height: 1.8;
        margin-bottom: 24px;
      }
      body.page-blackmagic .cat-info .cat-cta {
        display: inline-flex;
      }

      body.page-blackmagic .cat-products-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 16px;
      }
      body.page-blackmagic .product-card {
        background: var(--bg-card);
        border: 1px solid var(--border);
        border-radius: var(--radius-md);
        padding: 20px 16px;
        text-align: center;
        transition: all var(--transition);
        cursor: pointer;
        text-decoration: none;
        display: block;
      }
      body.page-blackmagic .product-card:hover {
        border-color: var(--border-green);
        transform: translateY(-4px);
        box-shadow: var(--shadow-green);
        background: var(--bg-card-h);
      }
      body.page-blackmagic .product-card .prod-img-wrap {
        width: 100%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 14px;
        position: relative;
        overflow: hidden;
        border-radius: var(--radius-sm);
        background: #ffffff;
      }
      body.page-blackmagic .product-card .prod-img-wrap img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        transition: transform 0.4s ease;
      }
      body.page-blackmagic .product-card:hover .prod-img-wrap img {
        transform: scale(1.08);
      }
      body.page-blackmagic .prod-placeholder {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(
          135deg,
          rgba(92,184,144,0.08),
          rgba(92, 184, 144, 0.02)
        );
        border-radius: var(--radius-sm);
        color: var(--green);
        font-size: 2rem;
      }
      body.page-blackmagic .product-card h4 {
        font-size: 0.78rem;
        font-weight: 600;
        color: var(--text-primary);
        margin-bottom: 4px;
        text-transform: none;
        letter-spacing: 0;
      }
      body.page-blackmagic .product-card .prod-tag {
        font-size: 0.62rem;
        color: var(--text-faint);
        text-transform: uppercase;
        letter-spacing: 0.06em;
      }

      /* WORKFLOW SECTION */
      body.page-blackmagic .workflow-section {
        background: var(--bg-1);
      }
      body.page-blackmagic .wf-tabs {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-bottom: 40px;
        flex-wrap: wrap;
      }
      body.page-blackmagic .wf-tab {
        padding: 10px 22px;
        border: 1px solid var(--border);
        background: var(--bg-card);
        border-radius: 100px;
        color: var(--text-muted);
        font-weight: 600;
        font-size: 0.82rem;
        transition: all var(--transition);
        cursor: pointer;
      }
      body.page-blackmagic .wf-tab.active,body.page-blackmagic .wf-tab:hover {
        background: var(--green);
        color: #000;
        border-color: var(--green);
      }
      body.page-blackmagic .wf-pane {
        display: none;
        animation: page-blackmagic__panelFade 0.4s ease;
      }
      body.page-blackmagic .wf-pane.active {
        display: block;
      }
      body.page-blackmagic .wf-flow {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        background: var(--bg-0);
        padding: 40px 32px;
        border-radius: var(--radius-lg);
        border: 1px solid var(--border);
        flex-wrap: wrap;
      }
      body.page-blackmagic .wf-step {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 140px;
        text-align: center;
        gap: 14px;
      }
      body.page-blackmagic .wf-step .wf-icon {
        width: 72px;
        height: 72px;
        border-radius: 50%;
        background: var(--green-dim);
        border: 1px solid var(--border-green);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.8rem;
        color: var(--green);
        box-shadow: var(--shadow-green);
        transition: all var(--transition);
      }
      body.page-blackmagic .wf-step:hover .wf-icon {
        background: var(--green);
        color: #000;
        transform: scale(1.1);
      }
      body.page-blackmagic .wf-step h4 {
        font-size: 0.82rem;
        color: var(--text-primary);
        margin: 0;
        text-transform: none;
        letter-spacing: 0;
      }
      body.page-blackmagic .wf-step p {
        font-size: 0.72rem;
        color: var(--text-faint);
        margin: 0;
      }
      body.page-blackmagic .wf-arrow {
        color: var(--green);
        font-size: 1.4rem;
        opacity: 0.5;
      }

      /* SUPPORT SECTION */
      body.page-blackmagic .support-section {
        background: var(--bg-0);
      }
      body.page-blackmagic .support-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin-top: 48px;
      }
      body.page-blackmagic .support-card {
        background: var(--bg-card);
        border: 1px solid var(--border);
        border-radius: var(--radius-md);
        padding: 32px 24px;
        text-align: center;
        transition: all var(--transition);
      }
      body.page-blackmagic .support-card:hover {
        border-color: var(--border-green);
        transform: translateY(-4px);
        box-shadow: var(--shadow-green);
      }
      body.page-blackmagic .support-icon {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: var(--green-dim);
        border: 1px solid var(--border-green);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        margin: 0 auto 18px;
        color: var(--green);
      }
      body.page-blackmagic .support-card h4 {
        font-size: 0.88rem;
        font-weight: 700;
        color: var(--text-primary);
        margin-bottom: 8px;
        font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
        text-transform: none;
        letter-spacing: 0;
      }
      body.page-blackmagic .support-card p {
        font-size: 0.78rem;
        color: var(--text-muted);
        margin: 0;
        line-height: 1.5;
      }

      /* CONTACT SECTION */
      body.page-blackmagic .bm-contact {
        background: var(--bg-1);
      }
      body.page-blackmagic .contact-split {
        display: grid;
        grid-template-columns: 1fr 1.3fr;
        gap: 56px;
        align-items: start;
      }
      body.page-blackmagic .contact-left h2 {
        font-size: clamp(1.6rem, 3vw, 2.4rem);
        font-weight: 800;
        color: var(--text-primary);
        margin-bottom: 20px;
        line-height: 1.2;
      }
      body.page-blackmagic .contact-left > p {
        font-size: 0.92rem;
        color: var(--text-muted);
        line-height: 1.8;
        margin-bottom: 32px;
      }
      body.page-blackmagic .coverage-badges {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        margin-bottom: 32px;
      }
      body.page-blackmagic .coverage-badge {
        display: flex;
        align-items: center;
        gap: 8px;
        background: var(--bg-card);
        border: 1px solid var(--border);
        padding: 10px 18px;
        border-radius: 100px;
        font-size: 0.78rem;
        color: var(--text-muted);
        font-weight: 600;
      }
      body.page-blackmagic .coverage-badge .badge-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--green);
      }
      body.page-blackmagic .contact-info-block {
        display: flex;
        flex-direction: column;
        gap: 16px;
      }
      body.page-blackmagic .info-row {
        display: flex;
        align-items: center;
        gap: 14px;
      }
      body.page-blackmagic .info-row .info-icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: var(--green-dim);
        border: 1px solid var(--border-green);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
      }
      body.page-blackmagic .info-row a,body.page-blackmagic .info-row span {
        font-size: 0.88rem;
        color: var(--text-muted);
      }
      body.page-blackmagic .info-row a:hover {
        color: var(--green);
      }
      body.page-blackmagic .contact-form-wrap {
        background: var(--bg-0);
        border: 1px solid var(--border);
        border-radius: var(--radius-lg);
        padding: 40px;
      }
      body.page-blackmagic .contact-form-wrap h3 {
        font-size: 1.2rem;
        font-weight: 700;
        color: var(--text-primary);
        margin-bottom: 28px;
        font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
        text-transform: none;
        letter-spacing: 0;
      }
      body.page-blackmagic .frow {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
      }
      body.page-blackmagic .fg {
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin-bottom: 16px;
      }
      body.page-blackmagic .fg label {
        font-size: 0.72rem;
        font-weight: 600;
        letter-spacing: 0.06em;
        color: var(--text-muted);
        text-transform: uppercase;
      }
      body.page-blackmagic .fg input,body.page-blackmagic .fg select,body.page-blackmagic .fg textarea {
        background: var(--bg-1);
        border: 1px solid var(--border);
        border-radius: var(--radius-sm);
        padding: 12px 14px;
        color: var(--text-primary);
        font-family: inherit;
        font-size: 0.88rem;
        width: 100%;
        transition: border-color var(--transition);
      }
      body.page-blackmagic .fg input:focus,body.page-blackmagic .fg select:focus,body.page-blackmagic .fg textarea:focus {
        outline: none;
        border-color: var(--border-green);
        box-shadow: 0 0 0 3px var(--green-dim);
      }
      body.page-blackmagic .fg select {
        appearance: none;
        cursor: pointer;
      }
      body.page-blackmagic .fg textarea {
        resize: vertical;
        min-height: 90px;
      }

      /* POSITIONING BANNER */
      body.page-blackmagic .positioning-banner {
        background: linear-gradient(
          135deg,
          var(--bg-0) 0%,
          rgba(92,184,144,0.08) 50%,
          var(--bg-0) 100%
        );
        border-top: 1px solid var(--border);
        border-bottom: 1px solid var(--border);
        text-align: center;
        padding: 64px 24px !important;
      }
      body.page-blackmagic .positioning-banner p {
        font-size: clamp(0.95rem, 1.8vw, 1.2rem);
        color: var(--text-muted);
        max-width: 900px;
        margin: 0 auto;
        line-height: 1.8;
      }
      body.page-blackmagic .positioning-banner p strong {
        color: var(--green);
      }

      /* RESPONSIVE */
      @media (max-width: 1024px) {
        body.page-blackmagic .hero-products-float {
          display: none;
        }
        body.page-blackmagic .cat-hero-grid {
          grid-template-columns: 1fr;
        }
        body.page-blackmagic .trust-grid {
          grid-template-columns: repeat(2, 1fr);
        }
        body.page-blackmagic .support-grid {
          grid-template-columns: repeat(2, 1fr);
        }
        body.page-blackmagic .contact-split {
          grid-template-columns: 1fr;
        }
      }
      @media (max-width: 768px) {
        body.page-blackmagic .trust-grid {
          grid-template-columns: 1fr;
        }
        body.page-blackmagic .frow {
          grid-template-columns: 1fr;
        }
        body.page-blackmagic .wf-flow {
          flex-direction: column;
        }
        body.page-blackmagic .wf-arrow {
          transform: rotate(90deg);
        }
        body.page-blackmagic .cat-products-grid {
          grid-template-columns: repeat(2, 1fr);
        }
      }
      @media (max-width: 600px) {
        body.page-blackmagic .support-grid {
          grid-template-columns: 1fr;
        }
        body.page-blackmagic .cat-products-grid {
          grid-template-columns: 1fr;
        }
        body.page-blackmagic .hero-actions .btn {
          width: 100%;
          justify-content: center;
        }
      }
    

/* blackmagic.html inline block 2 */

    


/* ===== Source: pages/brand_kit.css ===== */
/* Brand Kit page styles. */

/* brand_kit.html inline block 1 */

        body.page-brand-kit.page-brand-kit {
            --green: #5CB890;
            --bg: #050d09;
            --card: #08170f;
            --text: #e8eaed;
            --muted: #8a9bb0;
            --border: rgba(92,184,144,0.34);
        }

        body.page-brand-kit * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body.page-brand-kit {
            font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
            background-color: var(--bg);
            color: var(--text);
            line-height: 1.6;
            padding: 40px;
        }

        body.page-brand-kit .page {
            max-width: 900px;
            margin: 0 auto;
            background: var(--bg);
            padding: 60px;
            border: 1px solid var(--border);
            border-radius: 20px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 20px 50px rgba(0,0,0,0.5);
        }

        /* Ambient Glow */
        body.page-brand-kit .page::before {
            content: '';
            position: absolute;
            top: -100px;
            right: -100px;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(92, 184, 144, 0.1) 0%, transparent 70%);
            z-index: 0;
        }

        body.page-brand-kit h1,body.page-brand-kit h2,body.page-brand-kit h3 {
            font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        body.page-brand-kit .header {
            text-align: center;
            margin-bottom: 80px;
            position: relative;
            z-index: 1;
        }

        body.page-brand-kit .logo-placeholder {
            font-size: 3rem;
            color: var(--green);
            font-weight: 900;
            margin-bottom: 10px;
        }

        body.page-brand-kit .tagline {
            color: var(--muted);
            font-size: 1.2rem;
            font-weight: 400;
        }

        body.page-brand-kit .section {
            margin-bottom: 60px;
            position: relative;
            z-index: 1;
        }

        body.page-brand-kit .section-title {
            color: var(--green);
            font-size: 0.9rem;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        body.page-brand-kit .section-title::after {
            content: '';
            height: 1px;
            flex-grow: 1;
            background: var(--border);
        }

        body.page-brand-kit .mission-text {
            font-size: 1.4rem;
            font-weight: 600;
            margin-bottom: 20px;
            color: #fff;
        }

        body.page-brand-kit .color-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 20px;
        }

        body.page-brand-kit .color-card {
            background: var(--card);
            border: 1px solid var(--border);
            border-radius: 12px;
            padding: 15px;
            text-align: center;
        }

        body.page-brand-kit .color-swatch {
            height: 60px;
            border-radius: 8px;
            margin-bottom: 10px;
        }

        body.page-brand-kit .color-name {
            font-size: 0.8rem;
            font-weight: 700;
            margin-bottom: 5px;
        }

        body.page-brand-kit .color-hex {
            font-size: 0.75rem;
            font-family: monospace;
            color: var(--muted);
        }

        body.page-brand-kit .typo-specimen {
            background: var(--card);
            padding: 30px;
            border-radius: 12px;
            border: 1px solid var(--border);
        }

        body.page-brand-kit .specimen-item {
            margin-bottom: 20px;
        }

        body.page-brand-kit .specimen-label {
            font-size: 0.7rem;
            color: var(--green);
            text-transform: uppercase;
            margin-bottom: 10px;
            display: block;
        }

        body.page-brand-kit .specimen-large {
            font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
            font-size: 2.5rem;
            font-weight: 900;
            line-height: 1;
        }

        body.page-brand-kit .specimen-body {
            font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
            font-size: 1rem;
        }

        body.page-brand-kit .brand-board {
            width: 100%;
            border-radius: 16px;
            border: 1px solid var(--border);
            margin-top: 40px;
        }

        body.page-brand-kit .footer {
            text-align: center;
            font-size: 0.8rem;
            color: var(--muted);
            margin-top: 40px;
        }

        @media print {
            body.page-brand-kit {
                padding: 0;
                background: #000;
            }
            body.page-brand-kit .page {
                box-shadow: none;
                border: none;
                border-radius: 0;
                width: 100%;
                max-width: none;
            }
        }
    



/* ===== Source: pages/careers.css ===== */
/* careers.html inline block 1 */

    /* ── About Page Styles ── */

    /* Hero */
    body.page-careers .about-hero {
      height: 55vh;
      min-height: 380px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
      text-align: center;
    }

    body.page-careers .about-hero-bg {
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, var(--bg-1), var(--bg-2)),
        radial-gradient(ellipse at 30% 60%, var(--green-dim), transparent 60%);
    }

    body.page-careers .about-hero-bg::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: linear-gradient(var(--green-dim) 1px, transparent 1px),
        linear-gradient(90deg, var(--green-dim) 1px, transparent 1px);
      background-size: 80px 80px;
      mask-image: radial-gradient(ellipse 70% 50% at 50% 50%, black 20%, transparent 100%);
    }

    body.page-careers .hero-inner {
      position: relative;
      z-index: 2;
      max-width: 800px;
      padding: 0 24px;
    }

    body.page-careers .breadcrumb {
      display: flex;
      justify-content: center;
      gap: 8px;
      font-size: 0.7rem;
      color: var(--text-faint);
      margin-bottom: 20px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.12em;
    }

    body.page-careers .breadcrumb a:hover {
      color: var(--green);
    }

    body.page-careers .hero-title {
      font-size: clamp(2.2rem, 5.5vw, 4rem);
      line-height: 1.05;
      margin: 0 0 16px;
    }

    body.page-careers .hero-subtitle {
      font-size: clamp(0.85rem, 1.2vw, 1rem);
      color: var(--text-muted);
      max-width: 600px;
      margin: 0 auto;
      line-height: 1.7;
    }

    /* Who We Are */
    body.page-careers .who-section {
      padding: 48px 0;
      background: var(--bg-1);
    }

    body.page-careers .who-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      align-items: center;
    }

    body.page-careers .who-text h2 {
      margin-bottom: 20px;
    }

    body.page-careers .who-text p {
      margin-bottom: 16px;
      font-size: 0.92rem;
    }

    body.page-careers .who-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 24px;
    }

    body.page-careers .who-tag {
      padding: 6px 14px;
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: 100px;
      font-size: 0.72rem;
      color: var(--text-muted);
      font-weight: 600;
      letter-spacing: 0.04em;
    }

    body.page-careers .who-stats {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }

    body.page-careers .ws-card {
      padding: 28px;
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      text-align: center;
      transition: all var(--transition);
      box-shadow: 0 4px 6px rgba(15, 23, 42, .05);
    }

    body.page-careers .ws-card:hover {
      border-color: var(--green);
      transform: translateY(-3px);
    }

    body.page-careers .ws-num {
      font-size: 2rem;
      font-weight: 800;
      font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
      color: var(--green);
      display: block;
    }

    body.page-careers .ws-label {
      font-size: 0.7rem;
      color: var(--text-muted);
      text-transform: uppercase;
      letter-spacing: 0.1em;
      margin-top: 4px;
    }

    /* Timeline */
    body.page-careers .timeline-section {
      padding: 48px 0;
      background: var(--bg-0);
    }

    body.page-careers .timeline {
      position: relative;
      max-width: 900px;
      margin: 0 auto;
      padding: 20px 0;
    }

    body.page-careers .timeline::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: 2px;
      background: linear-gradient(to bottom, transparent, var(--green) 10%, var(--green) 90%, transparent);
      transform: translateX(-50%);
    }

    body.page-careers .tl-item {
      position: relative;
      width: 50%;
      padding: 0 40px 48px;
    }

    body.page-careers .tl-item:nth-child(odd) {
      left: 0;
      text-align: right;
      padding-right: 48px;
      padding-left: 0;
    }

    body.page-careers .tl-item:nth-child(even) {
      left: 50%;
      text-align: left;
      padding-left: 48px;
      padding-right: 0;
    }

    body.page-careers .tl-dot {
      position: absolute;
      top: 4px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: var(--green);
      border: 3px solid var(--bg-0);
      z-index: 2;
      box-shadow: 0 0 20px var(--green-glow);
    }

    body.page-careers .tl-item:nth-child(odd) .tl-dot {
      right: -8px;
    }

    body.page-careers .tl-item:nth-child(even) .tl-dot {
      left: -8px;
    }

    body.page-careers .tl-year {
      font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
      font-size: 0.75rem;
      font-weight: 700;
      color: var(--green);
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin-bottom: 8px;
      display: block;
    }

    body.page-careers .tl-card {
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: 28px;
      transition: all var(--transition);
      box-shadow: 0 4px 6px rgba(15, 23, 42, .05);
    }

    body.page-careers .tl-card:hover {
      border-color: var(--green);
      transform: translateY(-3px);
    }

    body.page-careers .tl-card h3 {
      font-size: 1.1rem;
      margin-bottom: 10px;
      color: var(--text-primary);
    }

    body.page-careers .tl-card p {
      font-size: 0.85rem;
      line-height: 1.65;
      color: var(--text-muted);
      margin: 0;
    }

    body.page-careers .tl-card .tl-icon {
      font-size: 1.8rem;
      margin-bottom: 12px;
      display: block;
    }

    /* Milestones */
    body.page-careers .milestone-section {
      padding: 48px 0;
      background: var(--bg-1);
    }

    body.page-careers .ms-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
      margin-top: 32px;
    }

    body.page-careers .ms-card {
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: 32px;
      position: relative;
      overflow: hidden;
      transition: all var(--transition);
      box-shadow: 0 4px 6px rgba(15, 23, 42, .05);
    }

    body.page-careers .ms-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background: linear-gradient(90deg, var(--green), transparent);
      opacity: 0;
      transition: opacity 0.3s;
    }

    body.page-careers .ms-card:hover {
      border-color: var(--green);
      transform: translateY(-3px);
    }

    body.page-careers .ms-card:hover::before {
      opacity: 1;
    }

    body.page-careers .ms-card .ms-icon {
      font-size: 2rem;
      margin-bottom: 16px;
      display: block;
    }

    body.page-careers .ms-card h3 {
      font-size: 1.05rem;
      margin-bottom: 10px;
      color: var(--text-primary);
    }

    body.page-careers .ms-card p {
      font-size: 0.85rem;
      line-height: 1.65;
      color: var(--text-muted);
    }

    /* Gratitude */
    body.page-careers .gratitude-section {
      padding: 48px 0;
      background: var(--bg-0);
    }

    body.page-careers .gratitude-inner {
      max-width: 800px;
      margin: 0 auto;
      text-align: center;
    }

    body.page-careers .gratitude-inner blockquote {
      font-size: 1.05rem;
      line-height: 1.8;
      color: var(--text-muted);
      font-style: italic;
      border-left: 3px solid var(--green);
      padding: 24px 32px;
      margin: 32px 0;
      background: var(--bg-card);
      border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
      text-align: left;
    }

    body.page-careers .thanks-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 16px;
      margin-top: 32px;
    }

    body.page-careers .thanks-card {
      padding: 24px;
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: var(--radius-md);
      text-align: center;
      transition: all var(--transition);
    }

    body.page-careers .thanks-card:hover {
      border-color: var(--green);
    }

    body.page-careers .thanks-card .t-icon {
      font-size: 1.5rem;
      margin-bottom: 8px;
      display: block;
    }

    body.page-careers .thanks-card h4 {
      font-size: 0.85rem;
      margin-bottom: 4px;
      color: var(--text-primary);
      text-transform: none;
      letter-spacing: 0;
    }

    body.page-careers .thanks-card p {
      font-size: 0.75rem;
      color: var(--text-faint);
      margin: 0;
    }

    /* Industries */
    body.page-careers .industries-section {
      padding: 48px 0;
      background: var(--bg-1);
    }

    body.page-careers .i-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-top: 32px;
    }

    body.page-careers .i-card {
      background: var(--bg-card);
      border: 1px solid var(--border);
      padding: 32px;
      border-radius: var(--radius-xl);
      text-align: center;
      position: relative;
      overflow: hidden;
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    body.page-careers .i-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 4px;
      height: 100%;
      background: var(--green);
      opacity: 0;
      transition: opacity 0.3s;
    }

    body.page-careers .i-card:hover {
      border-color: var(--green-glow);
      transform: scale(1.02);
    }

    body.page-careers .i-card:hover::before {
      opacity: 1;
    }

    body.page-careers .i-icon {
      font-size: 2rem;
      margin-bottom: 16px;
      display: block;
    }

    /* ── Image Placeholders ── */
    body.page-careers .img-ph {
      width: 100%;
      border-radius: var(--radius-md);
      overflow: hidden;
      background: var(--bg-card);
      border: 1.5px dashed var(--green);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 8px;
      color: var(--text-faint);
      font-size: 0.72rem;
      font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
      text-transform: uppercase;
      letter-spacing: 0.08em;
      position: relative;
      transition: all 0.3s;
    }

    body.page-careers .img-ph::before {
      content: '';
      position: absolute;
      inset: 0;
      background: repeating-linear-gradient(-45deg,
          var(--green-dim) 0px, var(--green-dim) 1px,
          transparent 1px, transparent 8px);
    }

    body.page-careers .img-ph svg {
      opacity: 0.35;
      position: relative;
      z-index: 1;
    }

    body.page-careers .img-ph span {
      position: relative;
      z-index: 1;
      text-align: center;
      padding: 0 12px;
    }

    body.page-careers .img-ph:hover {
      border-color: var(--green);
      background: var(--bg-card-h);
    }

    /* timeline image placeholder - tall portrait */
    body.page-careers .tl-img-ph {
      height: 200px;
      margin-bottom: 16px;
    }

    /* who section image - wide */
    body.page-careers .who-img-ph {
      height: 280px;
      border-radius: var(--radius-lg);
    }

    /* industry card image placeholder */
    body.page-careers .ic-img-ph {
      height: 110px;
      margin-bottom: 16px;
    }

    @media (max-width: 1024px) {
      body.page-careers .i-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 900px) {
      body.page-careers .who-grid {
        grid-template-columns: 1fr;
      }

      body.page-careers .ms-grid {
        grid-template-columns: 1fr;
      }

      body.page-careers .timeline::before {
        left: 20px;
      }

      body.page-careers .tl-item {
        width: 100%;
        left: 0 !important;
        text-align: left !important;
        padding-left: 52px !important;
        padding-right: 0 !important;
      }

      body.page-careers .tl-dot {
        left: 12px !important;
        right: auto !important;
      }
    }

    @media (max-width: 640px) {
      body.page-careers .i-grid {
        grid-template-columns: 1fr;
      }
    }
  

/* careers.html inline block 2 */

  


/* ===== Source: pages/community.css ===== */
body.page-community.page-community {
  --community-green: #61d6aa;
  --community-green-soft: rgba(97, 214, 170, 0.13);
  --community-blue: #8db8ff;
  --community-bg: #070b09;
  --community-panel: #0e1512;
  --community-panel-strong: #141e19;
  --community-line: rgba(214, 239, 227, 0.13);
  --community-copy: #b5c0ba;
}

body.page-community {
  background: var(--community-bg) !important;
  color: #f7faf8 !important;
  overflow-x: clip;
}

.page-community main {
  display: block;
  /* The primary navigation is sticky in the document flow, so adding its
     height here created an empty band before the hero. */
  padding-top: 0;
}

body.page-community .community-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

body.page-community .community-section {
  position: relative;
  padding: clamp(76px, 9vw, 118px) 0;
}

body.page-community .community-section + .community-section {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

body.page-community .community-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--community-green);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}


body.page-community .community-title {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 0.99;
}

body.page-community .community-title span,body.page-community .community-heading span {
  color: var(--community-green);
}

body.page-community .community-lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--community-copy);
  font-size: clamp(1rem, 1.5vw, 1.17rem);
  line-height: 1.75;
}

body.page-community .community-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}

body.page-community .community-heading {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 740;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

body.page-community .community-section-intro {
  max-width: 480px;
  margin: 0;
  color: var(--community-copy);
  font-size: 1rem;
  line-height: 1.7;
}

body.page-community .community-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

body.page-community .community-button {
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #061710 !important;
  background: var(--community-green);
  font-size: 14px;
  font-weight: 760;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

body.page-community .community-button:hover,body.page-community .community-button:focus-visible {
  background: #79e3bc;
  transform: translateY(-2px);
}

body.page-community .community-button--secondary {
  border-color: rgba(255, 255, 255, 0.2);
  color: #f6faf8 !important;
  background: rgba(255, 255, 255, 0.04);
}

body.page-community .community-button--secondary:hover,body.page-community .community-button--secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.09);
}

body.page-community .community-hero {
  min-height: min(800px, calc(100svh - 76px));
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 35%, rgba(75, 185, 143, 0.14), transparent 31%),
    radial-gradient(circle at 88% 4%, rgba(82, 123, 204, 0.12), transparent 28%),
    var(--community-bg);
}

body.page-community .community-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.38;
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 94%);
  content: "";
}

body.page-community .community-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
  padding-block: clamp(62px, 7vw, 88px);
}

body.page-community .community-hero-copy {
  position: relative;
  z-index: 2;
}

body.page-community .community-hero-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  color: #90a098;
  font-size: 13px;
}

body.page-community .community-hero-note span {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(97, 214, 170, 0.28);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: var(--community-green);
  background: var(--community-green-soft);
}

body.page-community .community-mosaic {
  position: relative;
  min-height: 548px;
}

body.page-community .community-photo {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background: #121916;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
}

body.page-community .community-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04);
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0, 1);
}

body.page-community .community-photo:hover img {
  transform: scale(1.035);
}

body.page-community .community-photo--one {
  inset: 0 13% 18% 0;
}

body.page-community .community-photo--two {
  right: 1%;
  bottom: 0;
  z-index: 2;
  width: 48%;
  height: 42%;
}

body.page-community .community-photo--three {
  top: 5%;
  right: 0;
  z-index: 3;
  width: 41%;
  height: 31%;
}

body.page-community .community-photo-label {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  color: #fff;
  background: rgba(6, 10, 8, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 13px;
  font-weight: 680;
}

body.page-community .community-proof {
  position: relative;
  z-index: 3;
  margin-top: -28px;
  padding: 0 0 52px;
}

body.page-community .community-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--community-line);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.025);
}

body.page-community .community-proof-item {
  min-width: 0;
  padding: 25px 24px;
}

body.page-community .community-proof-item + .community-proof-item {
  border-left: 1px solid var(--community-line);
}

body.page-community .community-proof-item strong {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
}

body.page-community .community-proof-item span {
  display: block;
  margin-top: 6px;
  color: #8e9d95;
  font-size: 13px;
  line-height: 1.5;
}

body.page-community .community-circles {
  background: linear-gradient(180deg, #080d0a 0%, #0a100d 100%);
}

body.page-community .community-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.page-community .community-circle-card {
  min-width: 0;
  min-height: 285px;
  padding: 28px;
  border: 1px solid var(--community-line);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

body.page-community .community-circle-card:hover {
  border-color: rgba(97, 214, 170, 0.3);
  background-color: rgba(97, 214, 170, 0.035);
  transform: translateY(-4px);
}

body.page-community .community-icon {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(97, 214, 170, 0.24);
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--community-green);
  background: var(--community-green-soft);
}

body.page-community .community-icon svg {
  width: 23px;
  height: 23px;
}

body.page-community .community-circle-card h3 {
  margin: 34px 0 10px;
  color: #fff;
  font-size: 1.23rem;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

body.page-community .community-circle-card p {
  margin: 0;
  color: #98a79f;
  font-size: 14px;
  line-height: 1.65;
}

body.page-community .community-card-link {
  margin-top: auto;
  padding-top: 26px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--community-green) !important;
  font-size: 13px;
  font-weight: 720;
  text-decoration: none !important;
}

body.page-community .community-card-link:hover {
  gap: 12px;
}

body.page-community .community-journey-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  counter-reset: journey;
}

body.page-community .community-step {
  position: relative;
  min-width: 0;
  padding: 0 28px 8px 0;
  counter-increment: journey;
}

body.page-community .community-step:not(:last-child)::after {
  position: absolute;
  top: 21px;
  right: 0;
  left: 54px;
  height: 1px;
  background: linear-gradient(90deg, rgba(97, 214, 170, 0.65), rgba(97, 214, 170, 0.08));
  content: "";
}

body.page-community .community-step-number {
  position: relative;
  z-index: 1;
  width: 43px;
  height: 43px;
  border: 1px solid rgba(97, 214, 170, 0.35);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--community-green);
  background: #0b110e;
  font-size: 12px;
  font-weight: 780;
}

body.page-community .community-step h3 {
  margin: 24px 0 9px;
  color: #fff;
  font-size: 1.1rem;
}

body.page-community .community-step p {
  margin: 0;
  color: #92a098;
  font-size: 14px;
  line-height: 1.65;
}

body.page-community .community-experiences {
  background: #090e0b;
}

body.page-community .community-experience-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
}

body.page-community .community-feature {
  position: relative;
  min-height: 530px;
  overflow: hidden;
  border: 1px solid var(--community-line);
  border-radius: 26px;
  background: var(--community-panel);
}

body.page-community .community-feature img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-community .community-feature::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 25%, rgba(4, 8, 6, 0.94) 100%);
  content: "";
}

body.page-community .community-feature-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 34px;
}

body.page-community .community-feature-copy h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: -0.035em;
}

body.page-community .community-feature-copy p {
  max-width: 580px;
  margin: 0;
  color: #c0cac4;
  line-height: 1.65;
}

body.page-community .community-feature-stack {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

body.page-community .community-feature--small {
  min-height: 255px;
}

body.page-community .community-feature--small .community-feature-copy {
  padding: 26px;
}

body.page-community .community-feature--small .community-feature-copy h3 {
  font-size: 1.25rem;
}

body.page-community .community-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.page-community .community-resource {
  padding: 30px;
  border: 1px solid var(--community-line);
  border-radius: 22px;
  background: var(--community-panel);
}

body.page-community .community-resource small {
  color: var(--community-green);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.page-community .community-resource h3 {
  margin: 20px 0 10px;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: -0.025em;
}

body.page-community .community-resource p {
  margin: 0;
  color: #97a69e;
  font-size: 14px;
  line-height: 1.65;
}

body.page-community .community-resource .community-card-link {
  padding-top: 24px;
}

body.page-community .community-principles-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(40px, 8vw, 110px);
  align-items: start;
}

body.page-community .community-principle-list {
  display: grid;
  gap: 12px;
}

body.page-community .community-principle {
  padding: 22px 24px;
  border: 1px solid var(--community-line);
  border-radius: 18px;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 15px;
  background: rgba(255, 255, 255, 0.02);
}

body.page-community .community-principle > span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--community-green);
  background: var(--community-green-soft);
  font-weight: 800;
}

body.page-community .community-principle h3 {
  margin: 1px 0 6px;
  color: #fff;
  font-size: 1rem;
}

body.page-community .community-principle p {
  margin: 0;
  color: #96a59d;
  font-size: 13.5px;
  line-height: 1.6;
}

body.page-community .community-faq-list {
  width: min(850px, 100%);
  margin: 40px auto 0;
  display: grid;
  gap: 12px;
}

body.page-community .community-faq-item {
  border: 1px solid var(--community-line);
  border-radius: 17px;
  background: var(--community-panel);
}

body.page-community .community-faq-item summary {
  padding: 22px 58px 22px 24px;
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 680;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

body.page-community .community-faq-item summary::-webkit-details-marker {
  display: none;
}

body.page-community .community-faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  color: var(--community-green);
  content: "+";
  font-size: 24px;
  font-weight: 400;
  transform: translateY(-50%);
}

body.page-community .community-faq-item[open] summary::after {
  content: "−";
}

body.page-community .community-faq-item p {
  margin: -2px 24px 22px;
  color: #9daba4;
  font-size: 14px;
  line-height: 1.72;
}

body.page-community .community-final {
  padding: 36px 0 110px;
}

body.page-community .community-final-card {
  padding: clamp(40px, 7vw, 74px);
  border: 1px solid rgba(97, 214, 170, 0.25);
  border-radius: 30px;
  text-align: center;
  background:
    radial-gradient(circle at 50% -60%, rgba(97, 214, 170, 0.25), transparent 58%),
    #0d1511;
}

body.page-community .community-final-card .community-heading,body.page-community .community-final-card .community-lead {
  margin-inline: auto;
}

body.page-community .community-final-card .community-actions {
  justify-content: center;
}

/* The Community page is now forum-first. The former marketing-only sections
   are intentionally omitted from the rendered page. */
.page-community .community-circles,
.page-community .community-section[aria-labelledby="journey-title"],
.page-community .community-experiences,
.page-community .community-section[aria-labelledby="resources-title"],
.page-community .community-section[aria-labelledby="principles-title"],
.page-community #community-faq,
.page-community .community-final {
  display: none;
}

@media (max-width: 1100px) {
  body.page-community .community-hero { min-height: auto; }
  body.page-community .community-hero-grid { grid-template-columns: 1fr; }
  body.page-community .community-hero-copy { max-width: 760px; }
  body.page-community .community-mosaic { width: min(680px, 100%); min-height: 500px; margin-inline: auto; }
  body.page-community .community-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  body.page-community .community-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.page-community .community-proof-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--community-line); }
  body.page-community .community-proof-item:nth-child(4) { border-top: 1px solid var(--community-line); }
  body.page-community .community-journey-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 20px; }
  body.page-community .community-step:nth-child(2)::after { display: none; }
  body.page-community .community-experience-grid { grid-template-columns: 1fr; }
  body.page-community .community-feature-stack { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; }
  body.page-community .community-resource-grid { grid-template-columns: 1fr; }
  body.page-community .community-principles-grid { grid-template-columns: 1fr; }
  body.page-community .community-principles-copy { max-width: 720px; }
}

@media (max-width: 700px) {
  body.page-community .community-shell { width: min(100% - 32px, 1180px); }
  body.page-community .community-section { padding: 72px 0; }
  body.page-community .community-section-head { align-items: start; flex-direction: column; gap: 18px; margin-bottom: 30px; }
  body.page-community .community-hero-grid { padding-block: 52px 64px; gap: 40px; }
  body.page-community .community-title { font-size: clamp(2.65rem, 13vw, 4.2rem); line-height: 0.98; }
  body.page-community .community-lead { font-size: 1rem; }
  body.page-community .community-mosaic { min-height: 420px; }
  body.page-community .community-photo--one { inset: 0 8% 16% 0; }
  body.page-community .community-photo--two { width: 54%; height: 39%; }
  body.page-community .community-photo--three { top: 4%; right: -2%; width: 44%; height: 28%; }
  body.page-community .community-photo-label { right: 10px; bottom: 10px; left: 10px; padding: 9px 10px; font-size: 11px; }
  body.page-community .community-card-grid { grid-template-columns: 1fr; }
  body.page-community .community-circle-card { min-height: 250px; }
  body.page-community .community-journey-grid { grid-template-columns: 1fr; gap: 32px; }
  body.page-community .community-step { padding-right: 0; }
  body.page-community .community-step::after { display: none; }
  body.page-community .community-feature { min-height: 430px; }
  body.page-community .community-feature-stack { grid-template-columns: 1fr; }
  body.page-community .community-feature--small { min-height: 270px; }
  body.page-community .community-final { padding-bottom: 78px; }
}

@media (max-width: 520px) {
  body.page-community .community-shell { width: min(100% - 24px, 1180px); }
  body.page-community .community-actions { align-items: stretch; flex-direction: column; }
  body.page-community .community-button { width: 100%; }
  body.page-community .community-mosaic { min-height: 350px; }
  body.page-community .community-photo { border-radius: 18px; }
  body.page-community .community-photo--one { right: 3%; bottom: 12%; }
  body.page-community .community-photo--two { right: 3%; width: 58%; height: 34%; }
  body.page-community .community-photo--three { display: none; }
  body.page-community .community-proof-grid { grid-template-columns: 1fr; }
  body.page-community .community-proof { margin-top: -16px; padding-bottom: 40px; }
  body.page-community .community-proof-item + .community-proof-item { border-top: 1px solid var(--community-line); border-left: 0; }
  body.page-community .community-circle-card,body.page-community .community-resource { padding: 24px; }
  body.page-community .community-feature-copy { padding: 24px; }
  body.page-community .community-principle { padding: 19px; }
}

@media (prefers-reduced-motion: reduce) {
  body.page-community .community-photo img,body.page-community .community-circle-card,body.page-community .community-button {
    transition: none !important;
  }
}

/* ============================================================
   COMMUNITY FORUM
   Shared topics and replies are powered by community-api.php.
   ============================================================ */

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

.page-community.community-dialog-open {
  overflow: hidden;
}

body.page-community .community-forum {
  background:
    radial-gradient(circle at 6% 2%, rgba(97, 214, 170, 0.09), transparent 28%),
    linear-gradient(180deg, #09100c, #070b09 70%);
}

body.page-community .community-forum-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 42px;
  margin-bottom: 38px;
}

body.page-community .community-forum-heading .community-section-intro {
  max-width: 700px;
  margin-top: 20px;
}

body.page-community .community-live-status {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(97, 214, 170, 0.24);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #bdebd9;
  background: rgba(97, 214, 170, 0.08);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

body.page-community .community-live-status.is-local {
  border-color: rgba(141, 184, 255, 0.27);
  color: #c2d9ff;
  background: rgba(141, 184, 255, 0.08);
}

body.page-community .community-status-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--community-green);
  box-shadow: 0 0 0 5px rgba(97, 214, 170, 0.1);
}

body.page-community .community-live-status.is-local .community-status-dot {
  background: var(--community-blue);
  box-shadow: 0 0 0 5px rgba(141, 184, 255, 0.11);
}

body.page-community .community-forum-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: start;
  gap: 22px;
}

body.page-community .community-forum-main {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--community-line);
  border-radius: 26px;
  background: rgba(12, 19, 15, 0.86);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
}

body.page-community .community-forum-toolbar {
  padding: 18px;
  border-bottom: 1px solid var(--community-line);
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  gap: 10px;
  background: rgba(255, 255, 255, 0.015);
}

body.page-community .community-search-box {
  min-width: 0;
  min-height: 46px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #74847c;
  background: #070d0a;
}

body.page-community .community-search-box:focus-within {
  border-color: rgba(97, 214, 170, 0.7);
  box-shadow: 0 0 0 3px rgba(97, 214, 170, 0.1);
}

body.page-community .community-search-box svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
}

body.page-community .community-search-box input {
  width: 100%;
  min-width: 0;
  height: 44px;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: 14px;
  outline: 0;
}

body.page-community .community-search-box input::placeholder {
  color: #718078;
}

body.page-community .community-sort-box {
  min-height: 46px;
  margin: 0;
  padding: 0 11px 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #829189;
  background: #070d0a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.page-community .community-sort-box select {
  height: 44px;
  padding: 0 24px 0 0;
  border: 0;
  color: #e4ebe7;
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
  outline: 0;
}

body.page-community .community-new-topic,body.page-community .community-empty button {
  min-height: 46px;
  padding: 0 17px;
  border: 1px solid var(--community-green) !important;
  border-radius: 13px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #061710 !important;
  background: var(--community-green) !important;
  font: inherit;
  font-size: 13px;
  font-weight: 760;
  white-space: nowrap;
  cursor: pointer;
}

body.page-community .community-new-topic:hover,body.page-community .community-empty button:hover {
  background: #79e3bc !important;
}

body.page-community .community-category-filters {
  padding: 13px 18px;
  border-bottom: 1px solid var(--community-line);
  display: flex;
  gap: 7px;
  overflow-x: auto;
  scrollbar-width: none;
}

body.page-community .community-category-filters::-webkit-scrollbar {
  display: none;
}

body.page-community .community-category-filters button {
  min-height: 33px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 999px !important;
  flex: 0 0 auto;
  color: #9eaaa4 !important;
  background: rgba(255, 255, 255, 0.025) !important;
  font: inherit;
  font-size: 11.5px;
  font-weight: 650;
  cursor: pointer;
}

body.page-community .community-category-filters button:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

body.page-community .community-category-filters button.is-active {
  border-color: rgba(97, 214, 170, 0.32) !important;
  color: var(--community-green) !important;
  background: rgba(97, 214, 170, 0.1) !important;
}

body.page-community .community-results-bar {
  min-height: 51px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

body.page-community .community-results-bar strong {
  color: #e9efeb;
  font-size: 12.5px;
}

body.page-community .community-results-bar span {
  color: #718078;
  font-size: 11.5px;
}

body.page-community .community-thread-list {
  display: grid;
}

body.page-community .forum-thread-card {
  min-width: 0;
  padding: 24px 22px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 15px;
  background: rgba(255, 255, 255, 0.008);
  transition: background-color 160ms ease;
}

body.page-community .forum-thread-card + .forum-thread-card {
  border-top: 1px solid rgba(255, 255, 255, 0.065);
}

body.page-community .forum-thread-card:hover {
  background: rgba(255, 255, 255, 0.023);
}

body.page-community .forum-avatar {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #c5d0ca;
  background: #18211c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

body.page-community .forum-avatar.is-official {
  border-color: rgba(97, 214, 170, 0.3);
  color: var(--community-green);
  background: rgba(97, 214, 170, 0.11);
}

body.page-community .forum-avatar--small {
  width: 37px;
  height: 37px;
  border-radius: 11px;
  font-size: 10px;
}

body.page-community .forum-thread-main {
  min-width: 0;
}

body.page-community .forum-thread-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  color: #79877f;
  font-size: 11.5px;
}

body.page-community .forum-category {
  padding: 4px 8px;
  border: 1px solid rgba(97, 214, 170, 0.2);
  border-radius: 999px;
  color: #8fddbf;
  background: rgba(97, 214, 170, 0.07);
  font-size: 10px;
  font-weight: 720;
}

body.page-community .forum-author {
  color: #aab6b0;
  font-weight: 650;
}

body.page-community .forum-official {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--community-green);
  font-size: 10px;
  font-weight: 720;
}

body.page-community .forum-official svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

body.page-community .forum-thread-title {
  width: 100%;
  margin: 13px 0 8px;
  padding: 0;
  border: 0 !important;
  display: block;
  color: #fff !important;
  background: transparent !important;
  font: inherit;
  font-size: clamp(1.05rem, 2vw, 1.23rem);
  font-weight: 720;
  letter-spacing: -0.025em;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

body.page-community .forum-thread-title:hover {
  color: var(--community-green) !important;
}

body.page-community .forum-thread-excerpt {
  max-width: 760px;
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  color: #97a59e;
  font-size: 13.5px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.page-community .forum-thread-footer {
  margin-top: 17px;
  display: flex;
  align-items: center;
  gap: 7px;
}

body.page-community .forum-action,body.page-community .forum-open-thread,body.page-community .forum-report {
  min-height: 33px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  border-radius: 9px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #88968f !important;
  background: rgba(255, 255, 255, 0.02) !important;
  font: inherit;
  font-size: 11.5px;
  font-weight: 650;
  cursor: pointer;
}

body.page-community .forum-action:hover,body.page-community .forum-open-thread:hover {
  border-color: rgba(97, 214, 170, 0.2) !important;
  color: var(--community-green) !important;
  background: rgba(97, 214, 170, 0.06) !important;
}

body.page-community .forum-action svg,body.page-community .forum-open-thread svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

body.page-community .forum-reaction.is-active {
  border-color: rgba(97, 214, 170, 0.28) !important;
  color: var(--community-green) !important;
  background: rgba(97, 214, 170, 0.09) !important;
}

body.page-community .forum-reaction.is-active svg {
  fill: currentColor;
}

body.page-community .forum-open-thread {
  margin-left: auto;
}

body.page-community .community-loading {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #829087;
}

body.page-community .community-loading[hidden] {
  display: none;
}

body.page-community .community-loading > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--community-green);
  animation: page-community__community-pulse 900ms ease-in-out infinite alternate;
}

body.page-community .community-loading > span:nth-child(2) { animation-delay: 150ms; }
body.page-community .community-loading > span:nth-child(3) { animation-delay: 300ms; }

body.page-community .community-loading p {
  margin: 0 0 0 8px;
  font-size: 12px;
}

@keyframes page-community__community-pulse {
  to { opacity: 0.25; transform: translateY(-3px); }
}

body.page-community .community-empty {
  min-height: 310px;
  padding: 45px 24px;
  text-align: center;
}

body.page-community .community-empty[hidden] {
  display: none;
}

body.page-community .community-empty > span {
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--community-green);
  background: var(--community-green-soft);
  font-size: 25px;
}

body.page-community .community-empty h3 {
  margin: 0 0 8px;
  color: #fff;
}

body.page-community .community-empty p {
  margin: 0 0 20px;
  color: #8b9992;
  font-size: 13px;
}

body.page-community .community-forum-sidebar {
  display: grid;
  gap: 14px;
}

body.page-community .forum-side-card {
  padding: 23px;
  border: 1px solid var(--community-line);
  border-radius: 20px;
  background: rgba(14, 22, 18, 0.86);
}

body.page-community .forum-side-card--welcome {
  border-color: rgba(97, 214, 170, 0.22);
  background: linear-gradient(145deg, rgba(97, 214, 170, 0.11), rgba(14, 22, 18, 0.9) 60%);
}

body.page-community .forum-side-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 19px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--community-green);
  background: rgba(97, 214, 170, 0.11);
}

body.page-community .forum-side-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1rem;
  letter-spacing: -0.015em;
}

body.page-community .forum-side-card p {
  margin: 0;
  color: #8f9e96;
  font-size: 12.5px;
  line-height: 1.65;
}

body.page-community .forum-side-card > button,body.page-community .forum-side-card > a {
  min-height: 36px;
  margin-top: 18px;
  padding: 0;
  border: 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--community-green) !important;
  background: transparent !important;
  font: inherit;
  font-size: 12px;
  font-weight: 720;
  text-decoration: none !important;
  cursor: pointer;
}

body.page-community .forum-side-card ol {
  margin: 17px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

body.page-community .forum-side-card li {
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
  gap: 9px;
  color: #9ba8a1;
  font-size: 12px;
  line-height: 1.45;
}

body.page-community .forum-side-card li span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--community-green);
  background: rgba(97, 214, 170, 0.08);
  font-size: 10px;
  font-weight: 800;
}

/* Dialogs */
body.page-community .community-dialog {
  width: min(760px, calc(100% - 32px));
  max-width: none;
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 25px;
  color: #fff;
  background: transparent;
}

body.page-community .community-dialog[open] {
  display: block;
}

body.page-community .community-dialog::backdrop {
  background: rgba(1, 4, 2, 0.78);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
}

body.page-community .community-dialog-card {
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 25px;
  background: #0d1511;
  box-shadow: 0 35px 120px rgba(0, 0, 0, 0.65);
  scrollbar-width: thin;
  scrollbar-color: #304139 transparent;
}

body.page-community .community-dialog-head {
  min-height: 82px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--community-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: rgba(255, 255, 255, 0.015);
}

body.page-community .community-dialog-head p,body.page-community .community-dialog-head > span {
  margin: 0 0 4px;
  color: var(--community-green);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.page-community .community-dialog-head h2 {
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: -0.035em;
}

body.page-community .community-dialog-head > button {
  width: 39px;
  height: 39px;
  min-height: 39px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 50% !important;
  color: #dce3df !important;
  background: rgba(255, 255, 255, 0.04) !important;
  font-size: 24px;
  font-weight: 300;
  cursor: pointer;
}

body.page-community .community-dialog-head--compact {
  min-height: 63px;
  padding-block: 12px;
}

body.page-community .community-dialog-head--compact > span {
  margin: 0;
}

body.page-community .community-dialog-card--composer form,body.page-community .community-reply-form {
  padding: 25px;
}

body.page-community .community-dialog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

body.page-community .community-dialog-field {
  min-width: 0;
}

body.page-community .community-dialog-field--full {
  grid-column: 1 / -1;
}

body.page-community .community-dialog-field label {
  margin: 0 0 8px;
  display: block;
  color: #d6dfda;
  font-size: 12px;
  font-weight: 670;
}

body.page-community .community-dialog-field input,body.page-community .community-dialog-field select,body.page-community .community-dialog-field textarea {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 11px;
  color: #fff;
  background: #070d0a;
  font: inherit;
  font-size: 13.5px;
  line-height: 1.5;
  outline: 0;
}

body.page-community .community-dialog-field textarea {
  min-height: 122px;
  resize: vertical;
}

body.page-community .community-dialog-field input:focus,body.page-community .community-dialog-field select:focus,body.page-community .community-dialog-field textarea:focus {
  border-color: rgba(97, 214, 170, 0.72);
  box-shadow: 0 0 0 3px rgba(97, 214, 170, 0.1);
}

body.page-community .community-dialog-field input::placeholder,body.page-community .community-dialog-field textarea::placeholder {
  color: #647169;
}

body.page-community .community-dialog-field small {
  margin-top: 7px;
  display: block;
  color: #75837b;
  font-size: 10.5px;
  line-height: 1.5;
}

body.page-community .community-form-error {
  min-height: 20px;
  margin: 15px 0 0;
  color: #ffac9d;
  font-size: 12px;
  line-height: 1.55;
}

body.page-community .community-dialog-actions {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
  gap: 9px;
}

body.page-community .community-dialog-actions button,body.page-community .community-reply-submit {
  min-height: 45px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 999px !important;
  color: #d7dfdb !important;
  background: rgba(255, 255, 255, 0.04) !important;
  font: inherit;
  font-size: 12.5px;
  font-weight: 720;
  cursor: pointer;
}

body.page-community .community-dialog-actions button.is-primary,body.page-community .community-reply-submit {
  border-color: var(--community-green) !important;
  color: #061710 !important;
  background: var(--community-green) !important;
}

body.page-community .community-dialog-actions button:disabled,body.page-community .community-reply-submit:disabled {
  opacity: 0.58;
  cursor: wait;
}

/* Thread detail */
body.page-community #thread-dialog-content {
  padding: 27px 27px 3px;
}

body.page-community .thread-detail-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #74827a;
  font-size: 11px;
}

body.page-community #thread-dialog-title {
  margin: 18px 0;
  color: #fff;
  font-size: clamp(1.65rem, 4vw, 2.45rem);
  letter-spacing: -0.045em;
  line-height: 1.12;
}

body.page-community .thread-detail-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

body.page-community .thread-detail-author strong,body.page-community .thread-detail-author small {
  display: block;
}

body.page-community .thread-detail-author strong {
  color: #e3e9e5;
  font-size: 13px;
}

body.page-community .thread-detail-author small {
  margin-top: 3px;
  color: #75837b;
  font-size: 10.5px;
}

body.page-community .thread-detail-body {
  margin: 24px 0 0;
  color: #b7c2bc;
  font-size: 14px;
  line-height: 1.8;
  white-space: pre-wrap;
}

body.page-community .thread-detail-actions {
  margin-top: 22px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--community-line);
  display: flex;
  align-items: center;
  gap: 8px;
}

body.page-community .forum-report {
  margin-left: auto;
  border: 0 !important;
  color: #78867e !important;
  background: transparent !important;
}

body.page-community .thread-replies-title {
  margin: 24px 0 13px;
  color: #fff;
  font-size: 1rem;
}

body.page-community .thread-replies {
  display: grid;
  gap: 9px;
}

body.page-community .thread-reply {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  display: grid;
  grid-template-columns: 37px minmax(0, 1fr);
  gap: 11px;
  background: rgba(255, 255, 255, 0.018);
}

body.page-community .thread-reply-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

body.page-community .thread-reply-meta strong {
  color: #dce4df;
  font-size: 11.5px;
}

body.page-community .thread-reply-meta time {
  color: #718078;
  font-size: 10px;
}

body.page-community .thread-reply p {
  margin: 6px 0 0;
  color: #a8b4ad;
  font-size: 12.5px;
  line-height: 1.65;
  white-space: pre-wrap;
}

body.page-community .thread-no-replies {
  margin: 0;
  padding: 24px;
  border: 1px dashed rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  color: #7f8d85;
  font-size: 12.5px;
  text-align: center;
}

body.page-community .community-reply-form {
  margin-top: 27px;
  border-top: 1px solid var(--community-line);
  background: rgba(255, 255, 255, 0.012);
}

body.page-community .community-reply-form h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 1rem;
}

body.page-community .community-reply-form .community-dialog-field + .community-dialog-field {
  margin-top: 14px;
}

body.page-community .community-reply-submit {
  width: 100%;
  margin-top: 4px;
}

body.page-community .community-toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9000;
  max-width: min(390px, calc(100% - 28px));
  padding: 14px 18px;
  border: 1px solid rgba(97, 214, 170, 0.28);
  border-radius: 13px;
  color: #dff8ee;
  background: rgba(12, 27, 20, 0.96);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.42);
  font-size: 12.5px;
  line-height: 1.5;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 170ms ease, transform 170ms ease;
}

body.page-community .community-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.page-community .community-toast[data-tone="error"] {
  border-color: rgba(255, 138, 118, 0.3);
  color: #ffd8d1;
  background: rgba(39, 17, 14, 0.97);
}

body.page-community .community-toast[data-tone="info"] {
  border-color: rgba(139, 184, 255, 0.3);
  color: #dbe9ff;
  background: rgba(13, 23, 39, 0.97);
}

/* Forum-first refinement: a quieter hero and a clear, native-app discussion surface. */
body.page-community .community-hero {
  min-height: clamp(570px, 74svh, 720px);
}

body.page-community .community-hero-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 1.05fr);
  gap: clamp(38px, 6vw, 78px);
}

body.page-community .community-mosaic {
  min-height: 500px;
}

body.page-community .community-forum {
  padding-top: clamp(68px, 8vw, 100px);
  padding-bottom: clamp(80px, 9vw, 118px);
}

body.page-community .community-forum-layout {
  gap: 26px;
}

body.page-community .community-forum-main {
  border-color: rgba(214, 239, 227, 0.16);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(17, 26, 21, 0.96), rgba(10, 16, 13, 0.94));
}

body.page-community .community-forum-toolbar {
  padding: 16px;
  background: rgba(255, 255, 255, 0.025);
}

body.page-community .forum-thread-card {
  padding: 23px 22px;
}

body.page-community .forum-thread-card:hover {
  background: linear-gradient(90deg, rgba(97, 214, 170, 0.055), rgba(255, 255, 255, 0.018) 55%);
}

body.page-community .forum-thread-title:focus-visible,
body.page-community .forum-action:focus-visible,
body.page-community .forum-open-thread:focus-visible,
body.page-community .forum-side-card > button:focus-visible,
body.page-community .community-new-topic:focus-visible,
body.page-community .community-category-filters button:focus-visible {
  outline: 3px solid rgba(97, 214, 170, 0.35);
  outline-offset: 3px;
}

@media (min-width: 981px) {
  body.page-community .community-forum-sidebar {
    position: sticky;
    top: 104px;
  }
}

@media (max-width: 980px) {
  body.page-community .community-forum-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  body.page-community .community-forum-layout { grid-template-columns: 1fr; }
  body.page-community .community-forum-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  body.page-community .community-forum-main { border-radius: 20px; }
  body.page-community .community-forum-toolbar { grid-template-columns: 1fr 1fr; }
  body.page-community .community-search-box { grid-column: 1 / -1; }
  body.page-community .community-sort-box { min-width: 0; }
  body.page-community .community-sort-box span { display: none; }
  body.page-community .community-sort-box select { width: 100%; }
  body.page-community .community-forum-sidebar { grid-template-columns: 1fr; }
  body.page-community .community-dialog-grid { grid-template-columns: 1fr; }
  body.page-community .community-dialog-field--full { grid-column: auto; }
}

@media (max-width: 540px) {
  body.page-community .community-hero { min-height: auto; }
  body.page-community .community-hero-grid { gap: 32px; padding-block: 46px 54px; }
  body.page-community .community-mosaic { min-height: 320px; }
  body.page-community .community-forum-heading { margin-bottom: 26px; }
  body.page-community .community-live-status { width: 100%; border-radius: 12px; }
  body.page-community .community-forum-toolbar { grid-template-columns: 1fr; padding: 12px; }
  body.page-community .community-search-box { grid-column: auto; }
  body.page-community .community-new-topic { width: 100%; }
  body.page-community .community-category-filters { padding-inline: 12px; }
  body.page-community .community-results-bar { padding-inline: 15px; }
  body.page-community .community-results-bar span { display: none; }
  body.page-community .forum-thread-card { padding: 20px 15px; grid-template-columns: 38px minmax(0, 1fr); gap: 11px; }
  body.page-community .forum-avatar { width: 38px; height: 38px; border-radius: 11px; font-size: 10px; }
  body.page-community .forum-thread-meta { gap: 6px; }
  body.page-community .forum-official { width: 100%; order: 3; }
  body.page-community .forum-thread-title { margin-top: 11px; }
  body.page-community .forum-thread-footer { flex-wrap: wrap; }
  body.page-community .forum-open-thread { width: 100%; margin: 4px 0 0; }
  body.page-community .community-dialog { width: calc(100% - 16px); max-height: calc(100dvh - 16px); }
  body.page-community .community-dialog-card { max-height: calc(100dvh - 16px); border-radius: 18px; }
  body.page-community .community-dialog-head { min-height: 70px; padding: 14px 16px; }
  body.page-community .community-dialog-head h2 { font-size: 1.35rem; }
  body.page-community .community-dialog-card--composer form,body.page-community .community-reply-form { padding: 18px 16px; }
  body.page-community #thread-dialog-content { padding: 21px 16px 3px; }
  body.page-community #thread-dialog-title { font-size: 1.65rem; }
  body.page-community .community-dialog-actions { align-items: stretch; flex-direction: column-reverse; }
  body.page-community .community-dialog-actions button { width: 100%; }
  body.page-community .community-toast { right: 14px; bottom: 14px; left: 14px; max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
  body.page-community .community-loading > span { animation: none; }
  body.page-community .community-toast { transition: none; }
}


/* ===== Source: pages/eizo.css ===== */
/* eizo.html inline block 1 */

      /* ── EIZO PAGE CUSTOM STYLES ── */
body.page-eizo .hero {
        max-height: none;
      }

      /* EIZO LOGO BRAND SECTION */
      body.page-eizo .eizo-brand-section {
        background: var(--bg-1);
        border-bottom: 1px solid var(--border);
        padding: 0;
      }

      body.page-eizo .eizo-brand-inner {
        display: flex;
        align-items: center;
        gap: 48px;
        flex-wrap: wrap;
        justify-content: space-between;
      }

      body.page-eizo .eizo-logo-lockup {
        display: flex;
        align-items: center;
        gap: 24px;
      }

      body.page-eizo .eizo-logo-box {
        border-radius: var(--radius-md);
        display: flex;
        align-items: center;
        justify-content: center;
      }

      body.page-eizo .eizo-logo-box img {
        height: 65px;
        width: auto;
        display: block;
      }

      body.page-eizo .eizo-logo-text h2 {
        font-size: 1.6rem;
        font-weight: 800;
        color: var(--text-primary);
        margin-bottom: 4px;
      }

      body.page-eizo .eizo-logo-text p {
        font-size: 0.85rem;
        color: var(--text-muted);
        margin: 0;
      }

      body.page-eizo .eizo-brand-stats {
        display: flex;
        gap: 40px;
        flex-wrap: wrap;
      }

      body.page-eizo .eizo-stat {
        text-align: center;
      }

      body.page-eizo .eizo-stat strong {
        display: block;
        font-size: 1.8rem;
        font-weight: 800;
        font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
        color: var(--green);
      }

      body.page-eizo .eizo-stat span {
        font-size: 0.72rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: var(--text-muted);
      }

      /* CATEGORY TABS */
      body.page-eizo .cat-tabs-section {
        background: var(--bg-0);
        padding: 0 !important;
        position: sticky;
        top: 80px;
        z-index: 100;
        border-bottom: 1px solid var(--border);
      }

      body.page-eizo .cat-tabs-inner {
        display: flex;
        align-items: center;
        gap: 0;
        overflow-x: auto;
        scrollbar-width: none;
      }

      body.page-eizo .cat-tabs-inner::-webkit-scrollbar {
        display: none;
      }

      body.page-eizo .cat-tab-btn {
        flex-shrink: 0;
        padding: 20px 32px;
        font-size: 0.82rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: var(--text-muted);
        border-bottom: 3px solid transparent;
        transition: all var(--transition);
        cursor: pointer;
        background: none;
        border-left: none;
        border-right: none;
        border-top: none;
        white-space: nowrap;
        display: flex;
        align-items: center;
        gap: 10px;
      }

      body.page-eizo .cat-tab-btn:hover {
        color: var(--text-primary);
        background: var(--bg-card-h);
      }

      body.page-eizo .cat-tab-btn.active {
        color: var(--green);
        border-bottom-color: var(--green);
        background: rgba(92, 184, 144, 0.05);
      }

      body.page-eizo .cat-tab-icon {
        font-size: 1.1rem;
      }

      /* PRODUCT PANELS */
      body.page-eizo .cat-panel {
        display: none;
      }

      body.page-eizo .cat-panel.active {
        display: block;
        animation: page-eizo__panelFade 0.45s ease;
      }

      @keyframes page-eizo__panelFade {
        from {
          opacity: 0;
          transform: translateY(12px);
        }

        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      /* PRODUCT GRID */
      body.page-eizo .prod-section {
        padding: 64px 0;
      }

      body.page-eizo .prod-intro {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 48px;
        align-items: center;
        margin-bottom: 64px;
      }

      body.page-eizo .prod-intro-img {
        border-radius: var(--radius-lg);
        overflow: hidden;
        height: 320px;
        position: relative;
        border: 1px solid var(--border);
      }

      body.page-eizo .prod-intro-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      body.page-eizo .prod-intro-text .section-tag {
        margin-bottom: 16px;
      }

      body.page-eizo .prod-intro-text h2 {
        font-size: clamp(1.6rem, 3vw, 2.4rem);
        font-weight: 800;
        color: var(--text-primary);
        margin-bottom: 16px;
        line-height: 1.2;
      }

      body.page-eizo .prod-intro-text p {
        font-size: 0.95rem;
        color: var(--text-muted);
        line-height: 1.8;
        margin-bottom: 24px;
      }

      body.page-eizo .prod-features {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 28px;
      }

      body.page-eizo .prod-feature-tag {
        background: var(--green-dim);
        border: 1px solid var(--border-green);
        color: var(--green);
        font-size: 0.75rem;
        font-weight: 600;
        padding: 5px 12px;
        border-radius: 100px;
        letter-spacing: 0.05em;
      }

      body.page-eizo .lineup-toolbar {
        background: rgba(255, 255, 255, 0.025);
        border: 1px solid var(--border);
        border-radius: var(--radius-md);
        padding: 22px;
        margin-bottom: 40px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
        gap: 18px;
        align-items: center;
      }

      body.page-eizo .lineup-filter-group {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
      }

      body.page-eizo .lineup-filter-btn {
        border-radius: 100px;
        padding: 9px 17px;
        font-weight: 700;
        font-size: 0.76rem;
        letter-spacing: 0.05em;
        color: var(--text-muted);
        border: 1px solid var(--border);
        transition: all var(--transition);
        min-height: 40px;
      }

      body.page-eizo .lineup-filter-btn:hover,body.page-eizo .lineup-filter-btn.active-filter {
        background: var(--green-dim);
        color: var(--green);
        border-color: var(--green);
      }

      body.page-eizo .lineup-search {
        position: relative;
        width: 100%;
      }

      body.page-eizo .lineup-search svg {
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        color: var(--text-muted);
        pointer-events: none;
      }

      body.page-eizo .lineup-search input {
        width: 100%;
        min-height: 42px;
        padding: 10px 16px 10px 40px;
        border-radius: 100px;
        border: 1px solid var(--border);
        background: var(--bg-0);
        color: var(--text-primary);
        font-size: 0.85rem;
        transition:
          border-color var(--transition),
          box-shadow var(--transition);
      }

      body.page-eizo .lineup-search input:focus {
        outline: none;
        border-color: var(--green);
        box-shadow: 0 0 0 3px var(--green-dim);
      }

      body.page-eizo .lineup-note {
        margin: -18px 0 30px;
        color: var(--text-muted);
        font-size: 0.82rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
      }

      body.page-eizo .lineup-note strong {
        color: var(--text-primary);
        font-weight: 700;
      }

      /* MODEL CARDS */
      body.page-eizo .models-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
      }

      body.page-eizo .model-card {
        background: var(--bg-card);
        border: 1px solid var(--border);
        border-radius: var(--radius-lg);
        overflow: hidden;
        transition: all var(--transition);
        display: flex;
        flex-direction: column;
      }

      body.page-eizo .model-card:hover {
        border-color: var(--border-green);
        transform: translateY(-6px);
        box-shadow:
          0 20px 60px rgba(0, 0, 0, 0.4),
          var(--shadow-green);
      }

      body.page-eizo .model-card-img {
        height: 200px;
        overflow: hidden;
        position: relative;
        background: #ffffff;
      }

      body.page-eizo .model-card-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 16px;
        transition: transform 0.6s ease;
      }

      body.page-eizo .model-card:hover .model-card-img img {
        transform: scale(1.06);
      }

      body.page-eizo .model-card-badge {
        position: absolute;
        top: 12px;
        left: 12px;
        background: var(--green);
        color: #000;
        font-size: 0.65rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        padding: 4px 10px;
        border-radius: 100px;
      }

      body.page-eizo .model-card-body {
        padding: 24px;
        display: flex;
        flex: 1;
        flex-direction: column;
      }

      body.page-eizo .model-card-body h4 {
        font-size: 1.05rem;
        font-weight: 700;
        color: var(--text-primary);
        margin-bottom: 8px;
        font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
        letter-spacing: 0;
        text-transform: none;
      }

      body.page-eizo .model-card-body p {
        font-size: 0.82rem;
        color: var(--text-muted);
        margin-bottom: 16px;
        line-height: 1.6;
        flex: 1;
      }

      body.page-eizo .model-specs {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 16px;
      }

      body.page-eizo .model-spec {
        font-size: 0.7rem;
        color: var(--text-faint);
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid var(--border);
        padding: 3px 9px;
        border-radius: 6px;
      }

      body.page-eizo .model-card-link {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 0.8rem;
        font-weight: 600;
        color: var(--green);
        transition: gap var(--transition);
      }

      body.page-eizo .model-card-link:hover {
        gap: 10px;
      }

      body.page-eizo .model-actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: auto;
        flex-wrap: wrap;
        gap: 12px;
      }

      body.page-eizo .model-spec-link {
        color: var(--text-muted);
        font-size: 0.78rem;
        text-decoration: none;
        font-weight: 600;
        transition: color var(--transition);
      }

      body.page-eizo .model-spec-link:hover {
        color: var(--green);
      }

      /* CAMIXEL VALUE */
      body.page-eizo .val-section {
        padding: 64px 0;
        background: var(--bg-1);
      }

      body.page-eizo .val-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin-top: 48px;
      }

      body.page-eizo .val-card {
        background: var(--bg-card);
        padding: 32px 24px;
        border-radius: var(--radius-md);
        text-align: center;
        border: 1px solid var(--border);
        transition: all var(--transition);
      }

      body.page-eizo .val-card:hover {
        border-color: var(--green);
        transform: translateY(-4px);
        box-shadow: var(--shadow-green);
      }

      body.page-eizo .val-icon {
        font-size: 2.2rem;
        margin-bottom: 16px;
        display: block;
      }

      /* CONTACT */
      body.page-eizo .eizo-contact {
        padding: 64px 0;
        background: var(--bg-0);
      }

      body.page-eizo .contact-grid-eizo {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 48px;
        align-items: start;
      }

      body.page-eizo .contact-info-eizo h2 {
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        font-weight: 800;
        color: var(--text-primary);
        margin-bottom: 20px;
      }

      body.page-eizo .contact-info-eizo p {
        color: var(--text-muted);
        margin-bottom: 32px;
        font-size: 0.95rem;
        line-height: 1.8;
      }

      body.page-eizo .contact-chips {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 32px;
      }

      body.page-eizo .contact-chip {
        display: flex;
        align-items: center;
        gap: 8px;
        background: var(--bg-card);
        border: 1px solid var(--border);
        border-radius: 100px;
        padding: 8px 16px;
        font-size: 0.8rem;
        color: var(--text-muted);
      }

      body.page-eizo .contact-chip-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--green);
      }

      body.page-eizo .contact-form-eizo {
        background: var(--bg-card);
        border: 1px solid var(--border);
        border-radius: var(--radius-lg);
        padding: 40px;
      }

      body.page-eizo .form-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
      }

      body.page-eizo .form-grp {
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin-bottom: 16px;
      }

      body.page-eizo .form-grp label {
        font-size: 0.78rem;
        font-weight: 600;
        letter-spacing: 0.05em;
        color: var(--text-muted);
        text-transform: uppercase;
      }

      body.page-eizo .form-grp input,body.page-eizo .form-grp select,body.page-eizo .form-grp textarea {
        background: var(--bg-0);
        border: 1px solid var(--border);
        border-radius: var(--radius-sm);
        padding: 12px 16px;
        color: var(--text-primary);
        font-family: inherit;
        font-size: 0.9rem;
        transition: border-color var(--transition);
        width: 100%;
      }

      body.page-eizo .form-grp input:focus,body.page-eizo .form-grp select:focus,body.page-eizo .form-grp textarea:focus {
        outline: none;
        border-color: var(--border-green);
        box-shadow: 0 0 0 3px var(--green-dim);
      }

      body.page-eizo .form-grp select {
        appearance: none;
        cursor: pointer;
      }

      body.page-eizo .form-grp textarea {
        resize: vertical;
        min-height: 100px;
      }

      @media (max-width: 900px) {
        body.page-eizo .prod-intro {
          grid-template-columns: 1fr;
        }

        body.page-eizo .models-grid {
          grid-template-columns: repeat(2, 1fr);
        }

        body.page-eizo .eizo-brand-inner {
          flex-direction: column;
          gap: 32px;
        }

        body.page-eizo .contact-grid-eizo {
          grid-template-columns: 1fr;
        }

        body.page-eizo .val-grid {
          grid-template-columns: repeat(2, 1fr);
        }

        body.page-eizo .lineup-toolbar {
          grid-template-columns: 1fr;
        }
      }

      @media (max-width: 600px) {
        body.page-eizo .models-grid {
          grid-template-columns: 1fr;
        }

        body.page-eizo .val-grid {
          grid-template-columns: 1fr;
        }

        body.page-eizo .form-row {
          grid-template-columns: 1fr;
        }

        body.page-eizo .cat-tab-btn {
          padding: 16px 20px;
          font-size: 0.72rem;
        }
      }
    

/* eizo.html inline block 2 */

    


/* ===== Source: eizo-commerce.css ===== */
/* EIZO catalogue commerce layer — quote-led B2B shopping experience. */

html[data-camixel-theme] body.page-eizo.premium-ui {
  --eizo-ink: #14231f;
  --eizo-muted: #66736f;
  --eizo-line: #dce4e1;
  --eizo-soft: #f3f7f5;
  --eizo-green: #176f53;
  --eizo-green-dark: #0f563f;
  --eizo-blue: #1975b8;
}

html[data-camixel-theme] body.page-eizo.premium-ui .cat-tabs-section {
  position: sticky !important;
  top: 74px !important;
  z-index: 40 !important;
  padding: 12px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-bottom: 1px solid rgba(20, 35, 31, 0.11) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 10px 30px rgba(17, 35, 30, 0.08) !important;
  backdrop-filter: blur(16px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(140%) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .cat-tabs-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 5px !important;
  overflow-x: auto !important;
  border: 1px solid var(--eizo-line) !important;
  border-radius: 14px !important;
  background: #f5f8f7 !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .cat-tab-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 42px !important;
  padding: 0 20px !important;
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  color: #4f5f5a !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  white-space: nowrap !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .cat-tab-btn:is(:hover, :focus-visible) {
  border-color: #cbd9d4 !important;
  color: var(--eizo-green) !important;
  background: #fff !important;
  outline: none !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .cat-tab-btn.active {
  border-color: var(--eizo-green) !important;
  color: #fff !important;
  background: var(--eizo-green) !important;
  box-shadow: 0 7px 18px rgba(23, 111, 83, 0.2) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .cat-tab-icon {
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: currentColor !important;
  opacity: 0.75 !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone {
  padding: clamp(56px, 7vw, 94px) 0 !important;
  color: var(--eizo-ink) !important;
  background:
    radial-gradient(circle at 8% 4%, rgba(25, 117, 184, 0.055), transparent 22%),
    linear-gradient(180deg, #f8faf9 0%, #eef4f1 100%) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone > .container {
  width: min(1240px, calc(100% - 40px)) !important;
  max-width: 1240px !important;
  margin-inline: auto !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone .prod-intro {
  display: grid !important;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr) !important;
  align-items: stretch !important;
  gap: 0 !important;
  margin: 0 0 clamp(60px, 7vw, 86px) !important;
  overflow: hidden !important;
  border: 1px solid var(--eizo-line) !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 24px 65px rgba(24, 52, 43, 0.1) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone .prod-intro-img {
  min-height: 360px !important;
  padding: 36px !important;
  background:
    radial-gradient(circle at 50% 45%, rgba(25, 117, 184, 0.12), transparent 55%),
    linear-gradient(145deg, #edf4f6, #e5efeb) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone .prod-intro-img img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 340px !important;
  object-fit: contain !important;
  filter: none !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone .prod-intro-text {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  padding: clamp(34px, 5vw, 62px) !important;
  color: var(--eizo-ink) !important;
  background: #fff !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone :is(.prod-intro-text, .section-header) h2,
html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone .section-title {
  color: var(--eizo-ink) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone :is(.prod-intro-text, .section-header) p,
html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone .section-desc {
  color: var(--eizo-muted) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone .text-accent,
html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone .section-tag {
  color: var(--eizo-green) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone .prod-feature-tag {
  border: 1px solid #d7e4df !important;
  color: #375249 !important;
  background: #f4f8f6 !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone .btn-primary {
  border-color: var(--eizo-green) !important;
  color: #fff !important;
  background: var(--eizo-green) !important;
  box-shadow: 0 10px 24px rgba(23, 111, 83, 0.2) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone .btn-primary:hover {
  border-color: var(--eizo-green-dark) !important;
  color: #fff !important;
  background: var(--eizo-green-dark) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone .section-header {
  max-width: 720px !important;
  margin: 0 auto 34px !important;
  text-align: center !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .lineup-toolbar {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin: 0 0 12px !important;
  padding: 14px !important;
  border: 1px solid var(--eizo-line) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 9px 30px rgba(24, 52, 43, 0.07) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .lineup-filter-group {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  min-width: 0 !important;
  overflow-x: auto !important;
  scrollbar-width: thin !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .lineup-filter-btn {
  flex: 0 0 auto !important;
  min-height: 38px !important;
  padding: 0 14px !important;
  border: 1px solid #d7e1de !important;
  border-radius: 9px !important;
  color: #4b5d57 !important;
  background: #f8faf9 !important;
  box-shadow: none !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  white-space: nowrap !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .lineup-filter-btn:is(:hover, :focus-visible) {
  border-color: #85aa9e !important;
  color: var(--eizo-green) !important;
  background: #fff !important;
  outline: none !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .lineup-filter-btn.active-filter {
  border-color: var(--eizo-green) !important;
  color: #fff !important;
  background: var(--eizo-green) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .lineup-search {
  position: relative !important;
  flex: 0 1 300px !important;
  min-width: 230px !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .lineup-search svg {
  position: absolute !important;
  top: 50% !important;
  left: 13px !important;
  width: 17px !important;
  height: 17px !important;
  color: #71817c !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .lineup-search input {
  width: 100% !important;
  min-height: 42px !important;
  padding: 0 14px 0 40px !important;
  border: 1px solid #cfdbd7 !important;
  border-radius: 10px !important;
  color: var(--eizo-ink) !important;
  background: #fff !important;
  box-shadow: none !important;
  font-size: 12px !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .lineup-search input:focus {
  border-color: var(--eizo-green) !important;
  outline: 3px solid rgba(23, 111, 83, 0.12) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .lineup-results-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin: 0 2px 24px !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .lineup-note {
  margin: 0 !important;
  color: #74817d !important;
  font-size: 11.5px !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .lineup-note strong {
  color: #42544e !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .lineup-result-count {
  flex: 0 0 auto !important;
  color: #53655f !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .models-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
  grid-auto-rows: auto !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .model-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  height: 100% !important;
  overflow: hidden !important;
  border: 1px solid var(--eizo-line) !important;
  border-radius: 18px !important;
  color: var(--eizo-ink) !important;
  background: #fff !important;
  box-shadow: 0 8px 25px rgba(26, 53, 45, 0.075) !important;
  transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .model-card[hidden] {
  display: none !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .model-card:hover {
  border-color: #a9beb7 !important;
  transform: translateY(-5px) !important;
  box-shadow: 0 18px 44px rgba(26, 53, 45, 0.14) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .model-card-img {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 260px !important;
  aspect-ratio: 4 / 3 !important;
  padding: 34px 28px 26px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-bottom: 1px solid #e2e9e6 !important;
  background:
    radial-gradient(circle at 50% 47%, rgba(25, 117, 184, 0.085), transparent 48%),
    linear-gradient(160deg, #f9fbfa, #eef3f1) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .model-card-img::after {
  content: "Official EIZO product" !important;
  position: absolute !important;
  right: 14px !important;
  bottom: 11px !important;
  color: #84918d !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .model-card-img img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 92% !important;
  max-height: 205px !important;
  margin: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: none !important;
  transform: scale(1) !important;
  transition: transform 220ms ease !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .model-card:hover .model-card-img img {
  transform: scale(1.035) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .model-card-badge {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  z-index: 2 !important;
  padding: 6px 9px !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 7px !important;
  color: #fff !important;
  background: rgba(22, 39, 34, 0.86) !important;
  box-shadow: 0 5px 16px rgba(21, 43, 36, 0.14) !important;
  font-size: 9px !important;
  font-weight: 850 !important;
  letter-spacing: 0.09em !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .model-card-body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 13px !important;
  padding: 22px !important;
  color: var(--eizo-ink) !important;
  background: #fff !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .model-card-body h4,
html[data-camixel-theme] body.page-eizo.premium-ui .model-card-body h3 {
  margin: 0 !important;
  color: var(--eizo-ink) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.25 !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .model-card-body > p {
  flex: 1 1 auto !important;
  margin: 0 !important;
  color: var(--eizo-muted) !important;
  font-size: 12.5px !important;
  line-height: 1.62 !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .model-commerce-meta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 11px 0 !important;
  border-top: 1px solid #e4eae8 !important;
  border-bottom: 1px solid #e4eae8 !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .model-commerce-availability {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  color: #52635e !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .model-commerce-availability i {
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: #28a56f !important;
  box-shadow: 0 0 0 3px rgba(40, 165, 111, 0.12) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .model-commerce-meta strong {
  color: var(--eizo-green) !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .model-specs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin: 0 !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .model-spec {
  padding: 6px 9px !important;
  border: 1px solid #dce6e2 !important;
  border-radius: 7px !important;
  color: #4d615a !important;
  background: #f4f8f6 !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .model-actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
  margin-top: auto !important;
  padding-top: 5px !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .model-card-link,
html[data-camixel-theme] body.page-eizo.premium-ui .model-spec-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  min-height: 43px !important;
  padding: 0 11px !important;
  border-radius: 9px !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: normal !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .model-card-link {
  border: 1px solid var(--eizo-green) !important;
  color: #fff !important;
  background: var(--eizo-green) !important;
  box-shadow: 0 7px 17px rgba(23, 111, 83, 0.16) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .model-card-link:hover {
  border-color: var(--eizo-green-dark) !important;
  color: #fff !important;
  background: var(--eizo-green-dark) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .model-spec-link {
  border: 1px solid #c9d7d2 !important;
  color: #344c44 !important;
  background: #fff !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .model-spec-link:hover {
  border-color: var(--eizo-green) !important;
  color: var(--eizo-green) !important;
  background: #f5faf8 !important;
  text-decoration: none !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui :is(#coloredge-empty-state, #flexscan-empty-state) {
  margin: 28px 0 0 !important;
  padding: 42px 24px !important;
  border: 1px dashed #bbc9c4 !important;
  border-radius: 16px !important;
  color: #596b65 !important;
  background: rgba(255, 255, 255, 0.75) !important;
}

@media (max-width: 1000px) {
  html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone .prod-intro {
    grid-template-columns: 1fr !important;
  }

  html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone .prod-intro-img {
    min-height: 300px !important;
  }

  html[data-camixel-theme] body.page-eizo.premium-ui .models-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html[data-camixel-theme] body.page-eizo.premium-ui .lineup-toolbar {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  html[data-camixel-theme] body.page-eizo.premium-ui .lineup-search {
    flex-basis: auto !important;
    width: 100% !important;
  }
}

@media (max-width: 720px) {
  html[data-camixel-theme] body.page-eizo.premium-ui .cat-tabs-section {
    top: 68px !important;
  }

  html[data-camixel-theme] body.page-eizo.premium-ui .cat-tabs-inner {
    justify-content: flex-start !important;
    width: 100% !important;
  }

  html[data-camixel-theme] body.page-eizo.premium-ui .cat-tab-btn {
    min-height: 39px !important;
    padding: 0 14px !important;
  }

  html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone > .container {
    width: min(100% - 28px, 1240px) !important;
  }

  html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone .prod-intro {
    border-radius: 18px !important;
  }

  html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone .prod-intro-img {
    min-height: 230px !important;
    padding: 22px !important;
  }

  html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone .prod-intro-text {
    padding: 28px 22px 32px !important;
  }

  html[data-camixel-theme] body.page-eizo.premium-ui .models-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  html[data-camixel-theme] body.page-eizo.premium-ui .lineup-toolbar {
    padding: 11px !important;
  }

  html[data-camixel-theme] body.page-eizo.premium-ui .lineup-results-row {
    align-items: flex-start !important;
    flex-direction: column-reverse !important;
    gap: 7px !important;
  }

  html[data-camixel-theme] body.page-eizo.premium-ui .model-card-img {
    min-height: 235px !important;
  }

  html[data-camixel-theme] body.page-eizo.premium-ui .model-card-body {
    padding: 19px !important;
  }
}

@media (max-width: 380px) {
  html[data-camixel-theme] body.page-eizo.premium-ui .model-actions {
    grid-template-columns: 1fr !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html[data-camixel-theme] body.page-eizo.premium-ui .model-card,
  html[data-camixel-theme] body.page-eizo.premium-ui .model-card-img img {
    transition: none !important;
  }
}


/* ===== Source: eizo-dark-store.css ===== */
/* Shared EIZO / EIZO Medical dark commerce system. Loaded after page CSS. */

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui {
  --ez-bg: #070b0c;
  --ez-surface: #101617;
  --ez-surface-2: #151d1e;
  --ez-surface-3: #1b2625;
  --ez-line: rgba(191, 220, 209, 0.14);
  --ez-line-strong: rgba(88, 201, 155, 0.42);
  --ez-text: #f5f8f7;
  --ez-muted: #a6b4af;
  --ez-faint: #7f908a;
  --ez-green: #58c99b;
  --ez-green-hover: #70d8ae;
  --ez-green-ink: #061812;
}

/* The supplied EIZO logo has a white wordmark, so preserve a dark logo bed. */
html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .eizo-brand-section .eizo-logo-box {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 250px !important;
  min-width: 250px !important;
  min-height: 104px !important;
  padding: 20px 24px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at 20% 20%, rgba(40, 95, 255, 0.13), transparent 34%),
    #050808 !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255, 255, 255, 0.025) inset !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .eizo-brand-section .eizo-logo-box img {
  display: block !important;
  width: 205px !important;
  height: 80px !important;
  max-width: 100% !important;
  max-height: 80px !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .eizo-logo-lockup {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
}

/* Dark catalogue canvas */
html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .commerce-zone {
  color: var(--ez-text) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(88, 201, 155, 0.08), transparent 26%),
    radial-gradient(circle at 90% 12%, rgba(43, 97, 255, 0.07), transparent 24%),
    linear-gradient(180deg, #0a0f10, var(--ez-bg)) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone :is(.prod-intro, .prod-intro-text),
html[data-camixel-theme] body.page-eizo-medical.premium-ui .medical-store-head {
  border-color: var(--ez-line) !important;
  color: var(--ez-text) !important;
  background: linear-gradient(145deg, rgba(21, 29, 30, 0.98), rgba(12, 18, 19, 0.98)) !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.3) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone .prod-intro-img {
  border-color: var(--ez-line) !important;
  background:
    radial-gradient(circle at 50% 45%, rgba(88, 201, 155, 0.15), transparent 52%),
    linear-gradient(145deg, #1b2625, #101718) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone :is(.prod-intro-text, .section-header) h2,
html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone .section-title,
html[data-camixel-theme] body.page-eizo-medical.premium-ui .medical-store-head h2 {
  color: var(--ez-text) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone :is(.prod-intro-text, .section-header) p,
html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone .section-desc,
html[data-camixel-theme] body.page-eizo-medical.premium-ui .medical-store-head p {
  color: var(--ez-muted) !important;
}

/* EIZO Medical callout: keep its title, explanation and CTA on one
   centred axis instead of mixing a left-aligned heading with centred copy. */
html[data-camixel-theme] body.page-eizo.premium-ui .medical-promo .medical-promo-content {
  max-width: 720px;
  margin-inline: auto;
  text-align: center !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .medical-promo .medical-promo-content .section-title,
html[data-camixel-theme] body.page-eizo.premium-ui .medical-promo .medical-promo-content p {
  margin-inline: auto !important;
  text-align: center !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .medical-promo .medical-promo-content .section-title {
  margin-bottom: 16px !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .medical-promo .medical-promo-content > .btn {
  margin-inline: auto !important;
  justify-content: center !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .commerce-zone .prod-feature-tag {
  border-color: var(--ez-line) !important;
  color: #c7d6d1 !important;
  background: rgba(255, 255, 255, 0.035) !important;
}

/* EIZO category navigation and filter toolbar */
html[data-camixel-theme] body.page-eizo.premium-ui .cat-tabs-section {
  border-color: var(--ez-line) !important;
  background: rgba(7, 11, 12, 0.95) !important;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.28) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .cat-tabs-inner {
  border-color: var(--ez-line) !important;
  background: var(--ez-surface) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .cat-tab-btn {
  border-color: transparent !important;
  color: var(--ez-muted) !important;
  background: transparent !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .cat-tab-btn:is(:hover, :focus-visible) {
  border-color: var(--ez-line) !important;
  color: var(--ez-text) !important;
  background: var(--ez-surface-2) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .cat-tab-btn.active {
  border-color: var(--ez-green) !important;
  color: var(--ez-green-ink) !important;
  background: var(--ez-green) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .lineup-toolbar {
  border-color: var(--ez-line) !important;
  background: rgba(16, 22, 23, 0.94) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .lineup-filter-btn {
  border-color: var(--ez-line) !important;
  color: var(--ez-muted) !important;
  background: var(--ez-surface-2) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .lineup-filter-btn:is(:hover, :focus-visible) {
  border-color: var(--ez-line-strong) !important;
  color: var(--ez-text) !important;
  background: var(--ez-surface-3) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .lineup-filter-btn.active-filter {
  border-color: var(--ez-green) !important;
  color: var(--ez-green-ink) !important;
  background: var(--ez-green) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .lineup-search input {
  border-color: var(--ez-line) !important;
  color: var(--ez-text) !important;
  background: #0b1112 !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .lineup-search input::placeholder {
  color: var(--ez-faint) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui :is(.lineup-note, .lineup-result-count) {
  color: var(--ez-faint) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .lineup-note strong {
  color: #c6d3cf !important;
}

/* One shared product card language on both EIZO pages. */
html[data-camixel-theme] body.page-eizo.premium-ui .models-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .model-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  height: 100% !important;
  overflow: hidden !important;
  border: 1px solid var(--ez-line) !important;
  border-radius: 18px !important;
  color: var(--ez-text) !important;
  background: linear-gradient(155deg, #141c1d, #0e1415) !important;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24) !important;
  transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .model-card:is([hidden], .hidden) {
  display: none !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .model-card:hover {
  border-color: var(--ez-line-strong) !important;
  transform: translateY(-5px) !important;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(88, 201, 155, 0.05) !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .model-card-img {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 210px !important;
  aspect-ratio: 4 / 3 !important;
  padding: 24px 20px 22px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-bottom: 1px solid var(--ez-line) !important;
  background:
    radial-gradient(circle at 50% 48%, rgba(88, 201, 155, 0.13), transparent 48%),
    linear-gradient(150deg, #202c2b, #111819) !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .model-card-img::after {
  content: "Official EIZO product" !important;
  position: absolute !important;
  right: 14px !important;
  bottom: 11px !important;
  color: #73857f !important;
  font-size: 9px !important;
  font-weight: 750 !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .model-card-img img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 92% !important;
  max-height: 172px !important;
  margin: auto !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  opacity: 1 !important;
  filter: none !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .model-card-badge {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  z-index: 2 !important;
  padding: 6px 9px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 7px !important;
  color: var(--ez-green-ink) !important;
  background: var(--ez-green) !important;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.24) !important;
  font-size: 9px !important;
  font-weight: 850 !important;
  letter-spacing: 0.09em !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .model-card-body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 11px !important;
  padding: 18px !important;
  color: var(--ez-text) !important;
  background: transparent !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .model-card-body :is(h3, h4) {
  margin: 0 !important;
  color: var(--ez-text) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.28 !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .model-card-body > p {
  flex: 1 1 auto !important;
  margin: 0 !important;
  color: var(--ez-muted) !important;
  font-size: 11.5px !important;
  line-height: 1.56 !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .model-commerce-meta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  min-height: 39px !important;
  padding: 7px 0 !important;
  border-top: 1px solid var(--ez-line) !important;
  border-bottom: 1px solid var(--ez-line) !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .model-commerce-availability {
  color: #b7c6c1 !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .model-commerce-meta strong {
  color: var(--ez-green) !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .model-specs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin: 0 !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .model-spec {
  padding: 6px 9px !important;
  border: 1px solid var(--ez-line) !important;
  border-radius: 7px !important;
  color: #bac9c4 !important;
  background: rgba(255, 255, 255, 0.035) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

/* Fixed-height action rows prevent the primary and secondary buttons drifting. */
html[data-camixel-theme] body.page-eizo.premium-ui .model-actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  align-items: stretch !important;
  gap: 8px !important;
  width: 100% !important;
  margin-top: auto !important;
  padding-top: 5px !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .model-card-link,
html[data-camixel-theme] body.page-eizo.premium-ui .model-spec-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border-radius: 9px !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transform: none !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .model-card-link {
  border: 1px solid var(--ez-green) !important;
  color: var(--ez-green-ink) !important;
  background: var(--ez-green) !important;
  box-shadow: 0 8px 20px rgba(88, 201, 155, 0.16) !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .model-card-link:hover {
  border-color: var(--ez-green-hover) !important;
  color: var(--ez-green-ink) !important;
  background: var(--ez-green-hover) !important;
  transform: none !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .model-spec-link {
  border: 1px solid var(--ez-line) !important;
  color: #d6e1dd !important;
  background: var(--ez-surface-2) !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .model-spec-link:hover {
  border-color: var(--ez-line-strong) !important;
  color: var(--ez-text) !important;
  background: var(--ez-surface-3) !important;
  text-decoration: none !important;
}

/* Medical catalogue heading, filters, and result layout */
html[data-camixel-theme] body.page-eizo-medical.premium-ui .commerce-zone > .container {
  width: min(1280px, calc(100% - 40px)) !important;
  max-width: 1280px !important;
  margin-inline: auto !important;
}

html[data-camixel-theme] body.page-eizo-medical.premium-ui .medical-store-head {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 28px !important;
  margin: 0 0 28px !important;
  padding: clamp(24px, 3vw, 38px) !important;
  border: 1px solid var(--ez-line) !important;
  border-radius: 20px !important;
}

html[data-camixel-theme] body.page-eizo-medical.premium-ui .medical-store-head h2 {
  max-width: 720px !important;
  margin: 8px 0 8px !important;
  font-size: clamp(25px, 3vw, 40px) !important;
  letter-spacing: -0.035em !important;
  line-height: 1.12 !important;
}

html[data-camixel-theme] body.page-eizo-medical.premium-ui .medical-store-head p {
  max-width: 700px !important;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}

html[data-camixel-theme] body.page-eizo-medical.premium-ui .medical-result-count {
  flex: 0 0 auto !important;
  padding: 9px 12px !important;
  border: 1px solid var(--ez-line) !important;
  border-radius: 999px !important;
  color: #c6d4cf !important;
  background: rgba(255, 255, 255, 0.035) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

html[data-camixel-theme] body.page-eizo-medical.premium-ui .med-layout {
  display: grid !important;
  grid-template-columns: 286px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 24px !important;
}

html[data-camixel-theme] body.page-eizo-medical.premium-ui .med-sidebar {
  position: sticky !important;
  top: 98px !important;
  width: 100% !important;
  padding: 0 0 8px !important;
  overflow: hidden !important;
  border: 1px solid var(--ez-line) !important;
  border-radius: 18px !important;
  color: var(--ez-text) !important;
  background: linear-gradient(155deg, var(--ez-surface-2), var(--ez-surface)) !important;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24) !important;
}

html[data-camixel-theme] body.page-eizo-medical.premium-ui .sidebar-header {
  padding: 22px 22px 16px !important;
  border-bottom: 1px solid var(--ez-line) !important;
  background: rgba(255, 255, 255, 0.025) !important;
}

html[data-camixel-theme] body.page-eizo-medical.premium-ui :is(.sidebar-title, .filter-section-title) {
  color: var(--ez-text) !important;
}

html[data-camixel-theme] body.page-eizo-medical.premium-ui .sidebar-subtitle {
  color: var(--ez-faint) !important;
}

html[data-camixel-theme] body.page-eizo-medical.premium-ui .sidebar-search {
  margin: 16px 20px 8px !important;
}

html[data-camixel-theme] body.page-eizo-medical.premium-ui .sidebar-search input {
  width: 100% !important;
  min-height: 42px !important;
  padding: 0 14px 0 40px !important;
  border: 1px solid var(--ez-line) !important;
  border-radius: 10px !important;
  color: var(--ez-text) !important;
  background: #0a1011 !important;
}

html[data-camixel-theme] body.page-eizo-medical.premium-ui .sidebar-search input::placeholder {
  color: var(--ez-faint) !important;
}

html[data-camixel-theme] body.page-eizo-medical.premium-ui .medical-clear-filters {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: calc(100% - 40px) !important;
  min-height: 36px !important;
  margin: 4px 20px 8px !important;
  border: 1px solid var(--ez-line) !important;
  border-radius: 9px !important;
  color: #bfd0ca !important;
  background: rgba(255, 255, 255, 0.03) !important;
  font-size: 10.5px !important;
  font-weight: 750 !important;
}

html[data-camixel-theme] body.page-eizo-medical.premium-ui .medical-clear-filters:hover {
  border-color: var(--ez-line-strong) !important;
  color: var(--ez-green) !important;
  background: rgba(88, 201, 155, 0.06) !important;
}

html[data-camixel-theme] body.page-eizo-medical.premium-ui .filter-section {
  padding: 15px 20px !important;
  border-bottom: 1px solid var(--ez-line) !important;
  background: transparent !important;
}

html[data-camixel-theme] body.page-eizo-medical.premium-ui .custom-checkbox {
  min-height: 31px !important;
  margin: 0 0 4px !important;
  padding: 6px 7px 6px 31px !important;
  border: 1px solid transparent !important;
  border-radius: 7px !important;
  color: var(--ez-muted) !important;
  background: transparent !important;
}

html[data-camixel-theme] body.page-eizo-medical.premium-ui .custom-checkbox:is(:hover, :has(input:checked)) {
  border-color: var(--ez-line) !important;
  color: var(--ez-text) !important;
  background: rgba(255, 255, 255, 0.035) !important;
}

html[data-camixel-theme] body.page-eizo-medical.premium-ui .checkmark {
  top: 50% !important;
  left: 7px !important;
  border-color: rgba(192, 214, 206, 0.25) !important;
  background: #091011 !important;
  transform: translateY(-50%) !important;
}

html[data-camixel-theme] body.page-eizo-medical.premium-ui .custom-checkbox input:checked ~ .checkmark {
  border-color: var(--ez-green) !important;
  background: var(--ez-green) !important;
}

html[data-camixel-theme] body.page-eizo-medical.premium-ui .med-main {
  width: 100% !important;
  min-width: 0 !important;
}

html[data-camixel-theme] body.page-eizo-medical.premium-ui #medModelsGrid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
  grid-auto-rows: auto !important;
}

html[data-camixel-theme] body.page-eizo-medical.premium-ui #med-empty-state {
  border: 1px dashed var(--ez-line) !important;
  border-radius: 16px !important;
  color: var(--ez-muted) !important;
  background: var(--ez-surface) !important;
}

html[data-camixel-theme] body.page-eizo-medical.premium-ui #med-empty-state h3 {
  color: var(--ez-text) !important;
}

@media (max-width: 1180px) {
  html[data-camixel-theme] body.page-eizo.premium-ui .models-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  html[data-camixel-theme] body.page-eizo-medical.premium-ui #medModelsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 980px) {
  html[data-camixel-theme] body.page-eizo-medical.premium-ui .med-layout {
    grid-template-columns: 1fr !important;
  }

  html[data-camixel-theme] body.page-eizo-medical.premium-ui .med-sidebar {
    position: static !important;
    top: auto !important;
  }

  html[data-camixel-theme] body.page-eizo-medical.premium-ui #medModelsGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  html[data-camixel-theme] body.page-eizo-medical.premium-ui .filter-section {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 4px 10px !important;
  }

  html[data-camixel-theme] body.page-eizo-medical.premium-ui .filter-section-title {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 820px) {
  html[data-camixel-theme] body.page-eizo.premium-ui .models-grid,
  html[data-camixel-theme] body.page-eizo-medical.premium-ui #medModelsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .eizo-logo-lockup {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .eizo-brand-section .eizo-logo-box {
    width: 220px !important;
    min-width: 220px !important;
    min-height: 90px !important;
  }

  html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .model-card-img {
    min-height: 205px !important;
  }

  html[data-camixel-theme] body.page-eizo-medical.premium-ui .commerce-zone > .container {
    width: min(100% - 28px, 1280px) !important;
  }

  html[data-camixel-theme] body.page-eizo-medical.premium-ui .medical-store-head {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 16px !important;
    padding: 24px 20px !important;
  }

  html[data-camixel-theme] body.page-eizo-medical.premium-ui #medModelsGrid { gap: 16px !important; }
}

@media (max-width: 560px) {
  html[data-camixel-theme] body.page-eizo.premium-ui .models-grid,
  html[data-camixel-theme] body.page-eizo-medical.premium-ui #medModelsGrid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 480px) {
  html[data-camixel-theme] body.page-eizo-medical.premium-ui .filter-section {
    grid-template-columns: 1fr !important;
  }

  html[data-camixel-theme] body.page-eizo.premium-ui .model-actions {
    grid-template-columns: 1fr !important;
  }

  html[data-camixel-theme] body.page-eizo.premium-ui .model-actions,
  html[data-camixel-theme] body.page-eizo.premium-ui .model-actions :is(.model-card-link, .model-spec-link) {
    height: auto !important;
    max-height: none !important;
    min-height: 44px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .model-card {
    transition: none !important;
  }
}


/* ===== Source: pages/eizo-medical.css ===== */
/* eizo-medical.html inline block 1 */

    /* ── EIZO MEDICAL PAGE CUSTOM STYLES ── */
body.page-eizo-medical .hero {
      max-height: none;
    }

    /* EIZO LOGO BRAND SECTION */
    body.page-eizo-medical .eizo-brand-section {
      background: var(--bg-1);
      border-bottom: 1px solid var(--border);
      padding: 0;
    }

    body.page-eizo-medical .eizo-brand-inner {
      display: flex;
      align-items: center;
      gap: 48px;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    body.page-eizo-medical .eizo-logo-lockup {
      display: flex;
      align-items: center;
      gap: 24px;
    }

    body.page-eizo-medical .eizo-logo-box {
      border-radius: var(--radius-md);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    body.page-eizo-medical .eizo-logo-box img {
      height: 65px;
      width: auto;
      display: block;
    }

    body.page-eizo-medical .eizo-logo-text h2 {
      font-size: 1.6rem;
      font-weight: 800;
      color: var(--text-primary);
      margin-bottom: 4px;
    }

    body.page-eizo-medical .eizo-logo-text p {
      font-size: 0.85rem;
      color: var(--text-muted);
      margin: 0;
    }

    body.page-eizo-medical .eizo-brand-stats {
      display: flex;
      gap: 40px;
      flex-wrap: wrap;
    }

    body.page-eizo-medical .eizo-stat {
      text-align: center;
    }

    body.page-eizo-medical .eizo-stat strong {
      display: block;
      font-size: 1.8rem;
      font-weight: 800;
      font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
      color: var(--green);
    }

    body.page-eizo-medical .eizo-stat span {
      font-size: 0.72rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--text-muted);
    }

    /* MODERN SIDEBAR FILTER */
    body.page-eizo-medical .med-layout {
      display: flex;
      gap: 40px;
      align-items: flex-start;
    }
    
    body.page-eizo-medical .med-sidebar {
      width: 300px;
      flex-shrink: 0;
      position: sticky;
      top: 100px;
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: 0;
      box-shadow: 0 10px 40px rgba(0,0,0,0.04);
      overflow: hidden;
    }
    
    body.page-eizo-medical .sidebar-header {
      padding: 24px 24px 16px;
      border-bottom: 1px solid var(--border);
      background: var(--bg-1);
    }

    body.page-eizo-medical .sidebar-title {
      font-size: 1.1rem;
      font-weight: 800;
      color: var(--text-primary);
      margin-bottom: 4px;
      letter-spacing: -0.02em;
    }
    
    body.page-eizo-medical .sidebar-subtitle {
       font-size: 0.8rem;
       color: var(--text-muted);
    }
    
    body.page-eizo-medical .sidebar-search {
       margin: 16px 24px 8px;
       position: relative;
    }

    body.page-eizo-medical .sidebar-search input {
       width: 100%;
       padding: 12px 16px 12px 40px;
       border-radius: 100px;
       border: 1px solid var(--border);
       background: var(--bg-1);
       font-size: 0.85rem;
       transition: border var(--transition);
    }

    body.page-eizo-medical .sidebar-search input:focus {
       outline: none;
       border-color: var(--green);
    }

    body.page-eizo-medical .sidebar-search svg {
       position: absolute;
       left: 14px;
       top: 50%;
       transform: translateY(-50%);
       width: 16px;
       height: 16px;
       color: var(--text-muted);
    }

    body.page-eizo-medical .filter-section {
       padding: 16px 24px;
       border-bottom: 1px solid var(--border);
    }
    
    body.page-eizo-medical .filter-section:last-child {
       border-bottom: none;
    }
    
    body.page-eizo-medical .filter-section-title {
       font-size: 0.85rem;
       font-weight: 700;
       text-transform: uppercase;
       letter-spacing: 0.05em;
       color: var(--text-muted);
       margin-bottom: 12px;
    }
    
    body.page-eizo-medical .custom-checkbox {
      display: flex;
      align-items: center;
      position: relative;
      padding-left: 28px;
      margin-bottom: 10px;
      cursor: pointer;
      font-size: 0.85rem;
      font-weight: 500;
      color: var(--text-primary);
      user-select: none;
      transition: color var(--transition);
    }
    
    body.page-eizo-medical .custom-checkbox:hover {
       color: var(--green);
    }
    
    body.page-eizo-medical .custom-checkbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }
    
    body.page-eizo-medical .checkmark {
      position: absolute;
      top: 1px;
      left: 0;
      height: 18px;
      width: 18px;
      background-color: var(--bg-1);
      border: 1px solid var(--border);
      border-radius: 4px;
      transition: all var(--transition);
    }
    
    body.page-eizo-medical .custom-checkbox:hover input ~ .checkmark {
      border-color: var(--green-dim);
    }
    
    body.page-eizo-medical .custom-checkbox input:checked ~ .checkmark {
      background-color: var(--green);
      border-color: var(--green);
    }
    
    body.page-eizo-medical .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 6px;
      top: 2px;
      width: 4px;
      height: 9px;
      border: solid white;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
    }
    
    body.page-eizo-medical .custom-checkbox input:checked ~ .checkmark:after {
      display: block;
    }

    body.page-eizo-medical .filter-count {
      margin-left: auto;
      font-size: 0.7rem;
      background: var(--bg-1);
      padding: 2px 6px;
      border-radius: 100px;
      border: 1px solid var(--border);
      color: var(--text-faint);
    }
    
    body.page-eizo-medical .custom-checkbox input:checked ~ .filter-count {
       background: var(--green-dim);
       color: var(--green);
       border-color: var(--green-dim);
    }
    
    body.page-eizo-medical .med-main {
      flex-grow: 1;
    }

    /* PRODUCT GRID */
    body.page-eizo-medical .prod-section {
      padding: 64px 0;
      background: var(--bg-0);
    }

    body.page-eizo-medical .prod-intro {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      align-items: center;
      margin-bottom: 64px;
    }

    body.page-eizo-medical .prod-intro-img {
      border-radius: var(--radius-lg);
      overflow: hidden;
      height: 320px;
      position: relative;
      border: 1px solid var(--border);
    }

    body.page-eizo-medical .prod-intro-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    body.page-eizo-medical .prod-intro-text .section-tag {
      margin-bottom: 16px;
    }

    body.page-eizo-medical .prod-intro-text h2 {
      font-size: clamp(1.6rem, 3vw, 2.4rem);
      font-weight: 800;
      color: var(--text-primary);
      margin-bottom: 16px;
      line-height: 1.2;
    }

    body.page-eizo-medical .prod-intro-text p {
      font-size: 0.95rem;
      color: var(--text-muted);
      line-height: 1.8;
      margin-bottom: 24px;
    }

    body.page-eizo-medical .prod-features {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 28px;
    }

    body.page-eizo-medical .prod-feature-tag {
      background: var(--green-dim);
      border: 1px solid var(--border-green);
      color: var(--green);
      font-size: 0.75rem;
      font-weight: 600;
      padding: 5px 12px;
      border-radius: 100px;
      letter-spacing: 0.05em;
    }

    /* MODEL CARDS */
    body.page-eizo-medical .models-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }

    body.page-eizo-medical .model-card {
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      overflow: hidden;
      transition: all var(--transition);
      display: flex;
      flex-direction: column;
    }

    body.page-eizo-medical .model-card.hidden {
      display: none !important;
    }

    body.page-eizo-medical .model-card:hover {
      border-color: var(--border-green);
      transform: translateY(-6px);
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), var(--shadow-green);
    }

    body.page-eizo-medical .model-card-img {
      height: 280px;
      overflow: hidden;
      position: relative;
      background: #ffffff;
    }

    body.page-eizo-medical .model-card-img img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      padding: 0;
      transition: transform 0.6s ease;
    }

    body.page-eizo-medical .model-card:hover .model-card-img img {
      transform: scale(1.06);
    }

    body.page-eizo-medical .model-card-badge {
      position: absolute;
      top: 12px;
      left: 12px;
      background: var(--green);
      color: #000;
      font-size: 0.65rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      padding: 4px 10px;
      border-radius: 100px;
    }

    body.page-eizo-medical .model-card-body {
      padding: 24px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
    }

    body.page-eizo-medical .model-card-body h4 {
      font-size: 1.05rem;
      font-weight: 700;
      color: var(--text-primary);
      margin-bottom: 8px;
      font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
      letter-spacing: 0;
      text-transform: none;
    }

    body.page-eizo-medical .model-card-body p {
      font-size: 0.82rem;
      color: var(--text-muted);
      margin-bottom: 16px;
      line-height: 1.6;
      flex-grow: 1;
    }

    body.page-eizo-medical .model-specs {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 16px;
    }

    body.page-eizo-medical .model-spec {
      font-size: 0.7rem;
      color: var(--text-muted);
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid var(--border);
      padding: 3px 9px;
      border-radius: 6px;
    }

    body.page-eizo-medical .model-card-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 0.8rem;
      font-weight: 600;
      color: var(--green);
      transition: gap var(--transition);
      margin-top: auto;
    }

    body.page-eizo-medical .model-card-link:hover {
      gap: 10px;
    }

    /* CONTACT & MISC */
    body.page-eizo-medical .val-section {
      padding: 64px 0;
      background: var(--bg-1);
      border-top: 1px solid var(--border);
    }

    body.page-eizo-medical .val-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 48px;
    }

    body.page-eizo-medical .val-card {
      background: var(--bg-card);
      padding: 32px 24px;
      border-radius: var(--radius-md);
      text-align: center;
      border: 1px solid var(--border);
      transition: all var(--transition);
    }

    body.page-eizo-medical .val-card:hover {
      border-color: var(--green);
      transform: translateY(-4px);
      box-shadow: var(--shadow-green);
    }

    body.page-eizo-medical .val-icon {
      font-size: 2.2rem;
      margin-bottom: 16px;
      display: block;
    }

    body.page-eizo-medical .eizo-contact {
      padding: 64px 0;
      background: var(--bg-0);
    }

    body.page-eizo-medical .contact-grid-eizo {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      align-items: start;
    }

    body.page-eizo-medical .contact-info-eizo h2 {
      font-size: clamp(1.8rem, 3vw, 2.8rem);
      font-weight: 800;
      color: var(--text-primary);
      margin-bottom: 20px;
    }

    body.page-eizo-medical .contact-info-eizo p {
      color: var(--text-muted);
      margin-bottom: 32px;
      font-size: 0.95rem;
      line-height: 1.8;
    }

    body.page-eizo-medical .contact-chips {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 32px;
    }

    body.page-eizo-medical .contact-chip {
      display: flex;
      align-items: center;
      gap: 8px;
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: 100px;
      padding: 8px 16px;
      font-size: 0.8rem;
      color: var(--text-muted);
    }

    body.page-eizo-medical .contact-chip-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--green);
    }

    body.page-eizo-medical .contact-form-eizo {
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: 40px;
    }

    body.page-eizo-medical .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

    body.page-eizo-medical .form-grp {
      display: flex;
      flex-direction: column;
      gap: 6px;
      margin-bottom: 16px;
    }

    body.page-eizo-medical .form-grp label {
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      color: var(--text-muted);
      text-transform: uppercase;
    }

    body.page-eizo-medical .form-grp input,body.page-eizo-medical .form-grp select,body.page-eizo-medical .form-grp textarea {
      background: var(--bg-0);
      border: 1px solid var(--border);
      border-radius: var(--radius-sm);
      padding: 12px 16px;
      color: var(--text-primary);
      font-family: inherit;
      font-size: 0.9rem;
      transition: border-color var(--transition);
      width: 100%;
    }

    body.page-eizo-medical .form-grp input:focus,body.page-eizo-medical .form-grp select:focus,body.page-eizo-medical .form-grp textarea:focus {
      outline: none;
      border-color: var(--border-green);
      box-shadow: 0 0 0 3px var(--green-dim);
    }

    body.page-eizo-medical .form-grp select {
      appearance: none;
      cursor: pointer;
    }

    body.page-eizo-medical .form-grp textarea {
      resize: vertical;
      min-height: 100px;
    }

    @media (max-width: 900px) {
      body.page-eizo-medical .pitch-grid {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
      }
      body.page-eizo-medical .pitch-image {
        height: 300px !important;
        order: -1 !important;
      }
      body.page-eizo-medical .prod-intro {
        grid-template-columns: 1fr;
      }

      body.page-eizo-medical .models-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      body.page-eizo-medical .eizo-brand-inner {
        flex-direction: column;
        gap: 32px;
      }

      body.page-eizo-medical .contact-grid-eizo {
        grid-template-columns: 1fr;
      }

      body.page-eizo-medical .val-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 600px) {
      body.page-eizo-medical .models-grid {
        grid-template-columns: 1fr;
      }

      body.page-eizo-medical .val-grid {
        grid-template-columns: 1fr;
      }

      body.page-eizo-medical .form-row {
        grid-template-columns: 1fr;
      }
    }
  

/* eizo-medical.html inline block 2 */

  


/* ===== Source: pages/events.css ===== */
/* events.html inline block 1 */

    /* Unique styles for News & Activities page */
    body.page-events .events-hero {
      position: relative;
      padding: 180px 20px 100px;
      text-align: center;
      background-color: #020617;
      background-image:
        linear-gradient(180deg, rgba(2, 6, 23, 0.12) 0%, rgba(2, 6, 23, 0.78) 100%),
        url("img/images__news-activities-hero-bg.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      overflow: hidden;
      isolation: isolate;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
body.page-events .events-hero::before {
      content: "";
      position: absolute;
      top: -50%;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 200%;
      background: radial-gradient(circle at center,
          rgba(92, 184, 144, 0.11) 0%,
          transparent 60%);
      z-index: 0;
      pointer-events: none;
    }

    body.page-events .events-hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
      margin: 0 auto;
    }

    body.page-events .events-hero h1 {
      font-size: clamp(3rem, 5vw, 4.5rem);
      margin-bottom: 24px;
      line-height: 1.1;
      letter-spacing: -0.03em;
    }

    body.page-events .events-hero p {
      font-size: 1.25rem;
      color: var(--text-muted);
      max-width: 600px;
      margin: 0 auto 40px;
    }

    /* Section Headers */
    body.page-events .events-section {
      padding: 100px 20px;
      background: var(--bg-1);
    }

    body.page-events .events-section.alt {
      background: var(--bg-2);
    }

    body.page-events .events-section-header {
      text-align: center;
      margin-bottom: 60px;
    }

    body.page-events .events-section-header h2 {
      font-size: clamp(2rem, 4vw, 2.75rem);
      margin-bottom: 16px;
    }

    body.page-events .events-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    /* News Cards (New Products Announcement) */
    body.page-events .news-card {
      background: rgba(255, 255, 255, 0.02);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 16px;
      overflow: hidden;
      transition: all 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    body.page-events .news-card:hover {
      transform: translateY(-5px);
      border-color: rgba(92,184,144,0.34);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    }

    body.page-events .news-card-img {
      height: 220px;
      background: #111;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }

    body.page-events .news-card-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.8;
      transition: opacity 0.3s;
    }

    body.page-events .news-card:hover .news-card-img img {
      opacity: 1;
    }

    body.page-events .news-card-body {
      padding: 30px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
    }

    body.page-events .news-date {
      color: var(--green);
      font-size: 0.85rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    body.page-events .news-card-body h3 {
      font-size: 1.5rem;
      margin-bottom: 16px;
      line-height: 1.3;
    }

    body.page-events .news-card-body p {
      color: var(--text-muted);
      font-size: 0.95rem;
      margin-bottom: 24px;
      line-height: 1.6;
      flex-grow: 1;
    }

    /* YouTube Cards */
    body.page-events .event-card {
      background: rgba(255, 255, 255, 0.02);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 16px;
      overflow: hidden;
      transition: all 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    body.page-events .event-card:hover {
      transform: translateY(-5px);
      border-color: rgba(92,184,144,0.34);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    }

    body.page-events .event-card-img {
      height: 220px;
      background: #111;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }

    body.page-events .event-card-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.8;
      transition: opacity 0.3s;
    }

    body.page-events .event-card:hover .event-card-img img {
      opacity: 1;
    }

    body.page-events .event-card-body {
      padding: 30px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
    }

    body.page-events .event-date {
      color: var(--green);
      font-size: 0.85rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    body.page-events .event-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--text);
      font-weight: 500;
      text-decoration: none;
      transition: color 0.2s;
      margin-top: auto;
    }

    body.page-events .event-link:hover {
      color: var(--green);
    }

    /* Form styling */
    body.page-events .contact-form input[type="text"],body.page-events .contact-form input[type="tel"],body.page-events .contact-form input[type="email"] {
      transition:
        border-color 0.3s,
        background 0.3s;
    }

    body.page-events .contact-form input:focus {
      outline: none;
      border-color: var(--green);
      background: rgba(255, 255, 255, 0.05);
    }

    /* Creative Social Media Hub */
    body.page-events .social-hub {
      display: grid;
      grid-template-columns: repeat(3, 160px);
      gap: 30px;
      justify-content: center;
      max-width: 1000px;
      margin: 0 auto;
    }

    @media (max-width: 600px) {
      body.page-events .social-hub {
        grid-template-columns: repeat(2, 160px);
      }
    }

    @media (max-width: 400px) {
      body.page-events .social-hub {
        grid-template-columns: repeat(1, 160px);
      }
    }

    body.page-events .social-hub-card {
      position: relative;
      width: 160px;
      height: 160px;
      background: rgba(255, 255, 255, 0.02);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      color: var(--text);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      overflow: hidden;
    }

    body.page-events .social-hub-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 20px;
      background: linear-gradient(135deg,
          var(--hover-color, #fff) 0%,
          transparent 100%);
      opacity: 0;
      transition: opacity 0.4s ease;
      z-index: 0;
    }

    body.page-events .social-hub-card:hover {
      transform: translateY(-8px) scale(1.05);
      border-color: var(--hover-color, #fff);
      box-shadow:
        0 15px 30px rgba(0, 0, 0, 0.4),
        0 0 20px var(--hover-shadow, rgba(255, 255, 255, 0.2));
    }

    body.page-events .social-hub-card:hover::before {
      opacity: 0.1;
    }

    body.page-events .social-hub-icon {
      position: relative;
      z-index: 1;
      width: 48px;
      height: 48px;
      margin-bottom: 12px;
      color: var(--hover-color, #fff);
      transition: transform 0.4s ease;
    }

    body.page-events .social-hub-card:hover .social-hub-icon {
      transform: scale(1.1);
    }

    body.page-events .social-hub-title {
      position: relative;
      z-index: 1;
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 4px;
      text-align: center;
    }

    body.page-events .social-hub-platform {
      position: relative;
      z-index: 1;
      font-size: 0.75rem;
      color: var(--text-muted);
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }
  

/* events.html inline block 2 */

      /* ── Gallery Grid ── */
      body.page-events .gallery-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
        gap: 28px;
        max-width: 1200px;
        margin: 0 auto;
      }

      body.page-events .gallery-card {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        cursor: pointer;
        aspect-ratio: 16 / 10;
        background: #111;
        border: 1px solid rgba(255, 255, 255, 0.06);
        transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94),
          box-shadow 0.45s ease;
      }

      body.page-events .gallery-card:hover {
        transform: translateY(-8px) scale(1.015);
        box-shadow: 0 28px 56px rgba(0, 0, 0, 0.5),
          0 0 0 1px rgba(92,184,144,0.34);
      }

      body.page-events .gallery-card img.card-cover {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.7s ease, opacity 0.4s ease;
        opacity: 0.88;
      }

      body.page-events .gallery-card:hover img.card-cover {
        transform: scale(1.1);
        opacity: 1;
      }

      /* Photo count badge */
      body.page-events .gallery-card .photo-count {
        position: absolute;
        top: 16px;
        left: 16px;
        background: rgba(0, 0, 0, 0.55);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 100px;
        padding: 6px 14px;
        font-size: 0.78rem;
        font-weight: 600;
        color: #fff;
        display: flex;
        align-items: center;
        gap: 6px;
        letter-spacing: 0.02em;
      }

      /* Overlay */
      body.page-events .gallery-card .gallery-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(0deg,
            rgba(0, 0, 0, 0.88) 0%,
            rgba(0, 0, 0, 0.1) 45%,
            transparent 100%);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 28px;
        transition: background 0.4s ease;
      }

      body.page-events .gallery-card:hover .gallery-overlay {
        background: linear-gradient(0deg,
            rgba(0, 0, 0, 0.92) 0%,
            rgba(0, 0, 0, 0.2) 50%,
            transparent 100%);
      }

      body.page-events .gallery-overlay h3 {
        font-size: 1.25rem;
        font-weight: 700;
        color: #fff;
        margin: 0 0 6px;
        line-height: 1.25;
        transform: translateY(6px);
        transition: transform 0.35s ease;
      }

      body.page-events .gallery-card:hover .gallery-overlay h3 {
        transform: translateY(0);
      }

      body.page-events .gallery-overlay span {
        font-size: 0.82rem;
        color: var(--green, #5CB890);
        font-weight: 500;
        letter-spacing: 0.04em;
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 0.35s ease 0.06s, transform 0.35s ease 0.06s;
      }

      body.page-events .gallery-card:hover .gallery-overlay span {
        opacity: 1;
        transform: translateY(0);
      }

      /* View Album button on hover */
      body.page-events .gallery-card .view-album-hint {
        position: absolute;
        top: 16px;
        right: 16px;
        background: rgba(92, 184, 144, 0.2);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(92, 184, 144, 0.35);
        border-radius: 100px;
        padding: 8px 16px;
        font-size: 0.78rem;
        font-weight: 600;
        color: #fff;
        display: flex;
        align-items: center;
        gap: 6px;
        opacity: 0;
        transform: translateY(-6px);
        transition: opacity 0.3s ease, transform 0.3s ease;
      }

      body.page-events .gallery-card:hover .view-album-hint {
        opacity: 1;
        transform: translateY(0);
      }

      /* ── Album Viewer (fullscreen overlay) ── */
      body.page-events .album-viewer {
        position: fixed;
        inset: 0;
        z-index: 10000;
        background: rgba(5, 10, 20, 0.96);
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease, visibility 0.4s ease;
        display: flex;
        flex-direction: column;
      }

      body.page-events .album-viewer.active {
        opacity: 1;
        visibility: visible;
      }

      /* Top bar */
      body.page-events .album-topbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 32px;
        flex-shrink: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
      }

      body.page-events .album-topbar-info {
        display: flex;
        flex-direction: column;
      }

      body.page-events .album-topbar-title {
        font-size: 1.15rem;
        font-weight: 700;
        color: #fff;
      }

      body.page-events .album-topbar-meta {
        font-size: 0.82rem;
        color: var(--green, #5CB890);
        margin-top: 2px;
      }

      body.page-events .album-topbar-close {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.12);
        background: rgba(255, 255, 255, 0.04);
        color: #fff;
        font-size: 1.3rem;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.25s ease;
      }

      body.page-events .album-topbar-close:hover {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(92, 184, 144, 0.5);
      }

      /* Main image area */
      body.page-events .album-main {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 20px 80px;
        overflow: hidden;
        min-height: 0;
      }

      body.page-events .album-main-img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        border-radius: 10px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
        transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        user-select: none;
      }

      body.page-events .album-main-img.fading {
        opacity: 0;
        transform: scale(0.96);
      }

      /* Counter badge */
      body.page-events .album-counter {
        position: absolute;
        bottom: 24px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 100px;
        padding: 6px 18px;
        font-size: 0.82rem;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.7);
        letter-spacing: 0.05em;
      }

      /* Nav arrows */
      body.page-events .album-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 52px;
        height: 52px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.04);
        color: #fff;
        font-size: 1.5rem;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.25s ease;
        z-index: 2;
      }

      body.page-events .album-nav:hover {
        background: rgba(92, 184, 144, 0.12);
        border-color: rgba(92, 184, 144, 0.5);
        transform: translateY(-50%) scale(1.08);
      }

      body.page-events .album-prev {
        left: 20px;
      }

      body.page-events .album-next {
        right: 20px;
      }

      /* Thumbnail strip */
      body.page-events .album-thumbstrip {
        flex-shrink: 0;
        padding: 16px 32px 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        display: flex;
        gap: 10px;
        overflow-x: auto;
        justify-content: center;
        scrollbar-width: thin;
        scrollbar-color: rgba(92,184,144,0.34) transparent;
      }

      body.page-events .album-thumbstrip::-webkit-scrollbar {
        height: 4px;
      }

      body.page-events .album-thumbstrip::-webkit-scrollbar-thumb {
        background: rgba(92,184,144,0.34);
        border-radius: 4px;
      }

      body.page-events .album-thumb {
        width: 72px;
        height: 50px;
        border-radius: 8px;
        overflow: hidden;
        cursor: pointer;
        border: 2px solid transparent;
        opacity: 0.45;
        transition: all 0.25s ease;
        flex-shrink: 0;
      }

      body.page-events .album-thumb:hover {
        opacity: 0.8;
        border-color: rgba(255, 255, 255, 0.2);
      }

      body.page-events .album-thumb.active {
        opacity: 1;
        border-color: var(--green, #5CB890);
        box-shadow: 0 0 12px rgba(92,184,144,0.34);
      }

      body.page-events .album-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      @media (max-width: 768px) {
        body.page-events .gallery-grid {
          grid-template-columns: 1fr;
          gap: 20px;
        }

        body.page-events .album-main {
          padding: 16px 16px;
        }

        body.page-events .album-nav {
          display: none;
        }

        body.page-events .album-topbar {
          padding: 16px 20px;
        }

        body.page-events .album-thumbstrip {
          padding: 12px 16px;
          gap: 8px;
        }

        body.page-events .album-thumb {
          width: 56px;
          height: 40px;
        }
      }
    

/* events.html inline block 3 */

  

/* events.html inline block 4 */

    @keyframes page-events__fadeInUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
  


/* ===== Source: pages/ewaste.css ===== */
/* ewaste.html inline block 1 */

    /* ── E-WASTE PAGE CUSTOM STYLES ── */
    body.page-ewaste .ewaste-hero {
      min-height: 60vh;
      display: flex;
      align-items: center;
      position: relative;
      background: var(--bg-0);
      overflow: hidden;
      padding: 120px 0 80px;
    }

    body.page-ewaste .ewaste-hero-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: radial-gradient(circle at 70% 30%, var(--green-dim) 0%, transparent 70%);
      opacity: 0.4;
      z-index: 0;
    }

    body.page-ewaste .ewaste-content-section {
      padding: 80px 0;
      border-bottom: 1px solid var(--border);
    }

    body.page-ewaste .ewaste-content-section:last-of-type {
      border-bottom: none;
    }

    body.page-ewaste .ewaste-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 64px;
      align-items: center;
    }

    body.page-ewaste .ewaste-text h2 {
      font-size: 2.5rem;
      font-weight: 800;
      margin-bottom: 24px;
      color: var(--text-primary);
    }

    body.page-ewaste .ewaste-text p {
      color: var(--text-muted);
      line-height: 1.8;
      margin-bottom: 20px;
      font-size: 1.05rem;
    }

    body.page-ewaste .benefit-card {
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: 32px;
      transition: all var(--transition);
    }

    body.page-ewaste .benefit-card:hover {
      border-color: var(--green);
      transform: translateY(-5px);
      box-shadow: var(--shadow-green);
    }

    body.page-ewaste .benefit-icon {
      font-size: 2rem;
      margin-bottom: 16px;
      display: block;
    }

    body.page-ewaste .benefit-card h3 {
      color: var(--text-primary);
      margin-bottom: 12px;
      font-size: 1.25rem;
    }

    body.page-ewaste .guidelines-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
      margin-top: 40px;
    }

    body.page-ewaste .guideline-box {
      background: var(--bg-1);
      border-radius: var(--radius-md);
      padding: 40px;
      border: 1px solid var(--border);
    }

    body.page-ewaste .guideline-box h3 {
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    body.page-ewaste .dos h3 { color: var(--green); }
    body.page-ewaste .donts h3 { color: #ff5c5c; }

    body.page-ewaste .guideline-list {
      list-style: none;
      padding: 0;
    }

    body.page-ewaste .guideline-list li {
      position: relative;
      padding-left: 28px;
      margin-bottom: 16px;
      color: var(--text-muted);
      font-size: 0.95rem;
      line-height: 1.5;
    }

    body.page-ewaste .guideline-list li::before {
      content: "→";
      position: absolute;
      left: 0;
      color: inherit;
      opacity: 0.7;
    }

    body.page-ewaste .contact-banner {
        background: linear-gradient(135deg, var(--bg-card), #0d2b24);
        padding: 60px;
        border-radius: var(--radius-lg);
        text-align: center;
        border: 1px solid var(--border-green);
        margin-top: 40px;
    }

    body.page-ewaste .contact-banner h2 {
        font-size: 2rem;
        margin-bottom: 16px;
    }

    body.page-ewaste .toll-free {
        display: block;
        font-size: 2.5rem;
        font-weight: 900;
        color: var(--green);
        font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
        margin: 20px 0;
    }

    @media (max-width: 900px) {
      body.page-ewaste .ewaste-grid,body.page-ewaste .guidelines-grid {
        grid-template-columns: 1fr;
      }
      body.page-ewaste .ewaste-hero {
          padding: 100px 0 60px;
          text-align: center;
      }
      body.page-ewaste .ewaste-text h2 {
          font-size: 2rem;
      }
    }
  

/* ewaste.html inline block 2 */

  


/* ===== Source: pages/ptzoptics.css ===== */
/* ptzoptics.html inline block 1 */

    body.page-ptzoptics .ptz-hero-content {
      width: 100%;
      max-width: 55%; 
      
      margin-left: 0;
      margin-right: auto;
      text-align: left; 
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    body.page-ptzoptics .ptz-hero-title {
      text-wrap: balance;
      margin-left: 0; 
    }

    body.page-ptzoptics .ptz-hero-content .hero-actions {
      justify-content: flex-start;
      width: 100%;
    }
    
    body.page-ptzoptics .ptz-hero-content .hero-pill {
      margin-left: 0;
    }

    
    @media (max-width: 1200px) {
      body.page-ptzoptics .ptz-hero-content {
        max-width: 65%; 
      }
    }

    @media (max-width: 992px) {
      body.page-ptzoptics .ptz-hero-content {
        max-width: 80%; 
      }
    }

    @media (max-width: 768px) {
      body.page-ptzoptics .ptz-hero-content {
        max-width: 100%; 
        align-items: center; 
        text-align: center;
      }
      
      
      body.page-ptzoptics .ptz-hero-content .hero-actions {
        justify-content: center; 
      }
      
      body.page-ptzoptics .ptz-hero-content > div[style*="background"] {
        text-align: left; 
      }
    }
  

/* ptzoptics.html inline block 2 */

  /* PTZ page CTA and form consistency */
  .page-ptzoptics .lead-section {
    background: var(--cx-cream);
    padding: 72px 0 24px;
  }

  .page-ptzoptics .lead-grid {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 56px;
    align-items: start;
    margin-top: 42px;
  }

  .page-ptzoptics .lead-info h2 {
    margin: 0 0 18px;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    line-height: 1.12;
    color: var(--cx-text);
  }

  .page-ptzoptics .lead-info p {
    margin: 0 0 26px;
    color: var(--cx-copy);
    line-height: 1.75;
    font-size: 0.96rem;
  }

  .page-ptzoptics .target-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
  }

  .page-ptzoptics .target-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid var(--cx-line);
    border-radius: 999px;
    background: rgba(255,255,255,0.02);
    color: var(--cx-copy);
    font-size: 12px;
    font-weight: 600;
  }

  .page-ptzoptics .lead-form-wrap {
    background: var(--cx-surface);
    border: 1px solid var(--cx-line);
    border-radius: 12px;
    box-shadow: none;
    padding: 32px 30px;
  }

  .page-ptzoptics .lead-form-wrap h3 {
    margin: 0 0 22px;
    color: var(--cx-text);
    font-size: 1.15rem;
    font-weight: 700;
  }

  .page-ptzoptics .frow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .page-ptzoptics .fg {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 16px;
  }

  .page-ptzoptics .fg label {
    color: var(--cx-muted);
    font-size: 10.5px;
    font-weight: 720;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .page-ptzoptics .fg input,
  .page-ptzoptics .fg select,
  .page-ptzoptics .fg textarea {
    width: 100%;
    min-height: 46px;
    padding: 11px 13px;
    border: 1px solid var(--cx-line-strong);
    border-radius: 6px;
    background: #09130e;
    color: var(--cx-text);
    font: inherit;
    font-size: 13px;
    line-height: 1.4;
    box-shadow: none;
  }

  .page-ptzoptics .fg textarea {
    min-height: 110px;
    resize: vertical;
  }

  .page-ptzoptics .fg input:focus,
  .page-ptzoptics .fg select:focus,
  .page-ptzoptics .fg textarea:focus {
    border-color: rgba(98,201,156,.65);
    background: #0a1710;
    box-shadow: 0 0 0 3px rgba(98,201,156,.08);
    outline: none;
  }

  .page-ptzoptics .ptz-cta-banner .hero-actions,
  .page-ptzoptics .hero-actions,
  .page-ptzoptics .final-cta-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .page-ptzoptics .ptz-cat-card > .btn,
  .page-ptzoptics .btn,
  .page-ptzoptics .ptz-cta-banner .btn,
  .page-ptzoptics .lead-form-wrap button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 7px;
    white-space: nowrap;
    text-decoration: none;
  }

  .page-ptzoptics .ptz-cat-card > .btn {
    width: calc(100% - 40px);
    align-self: center;
  }

  .page-ptzoptics .faq-section {
    padding-top: 56px;
  }

  .page-ptzoptics .faq-header {
    margin-bottom: 18px;
  }

  .page-ptzoptics .faq-list {
    border-top: 1px solid var(--cx-line-strong);
  }

  .page-ptzoptics .faq-item {
    background: transparent;
    border-bottom: 1px solid var(--cx-line);
    border-radius: 0;
    box-shadow: none;
  }

  .page-ptzoptics .faq-question {
    min-height: 74px;
    padding: 24px 56px 24px 56px;
    color: var(--cx-text);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.5;
    letter-spacing: -.015em;
  }

  .page-ptzoptics .faq-item::before {
    content: attr(data-faq-index);
    position: absolute;
    left: 0;
    top: 26px;
    color: var(--cx-green);
    font-size: 10px;
    font-weight: 760;
    letter-spacing: 0.08em;
  }

  .page-ptzoptics .faq-question::before,
  .page-ptzoptics .faq-question::after {
    right: 10px;
    background: var(--cx-green-strong);
  }

  .page-ptzoptics .faq-answer {
    padding: 0 56px 24px;
    color: var(--cx-copy);
    font-size: 13.5px;
    line-height: 1.75;
  }

  .page-ptzoptics .faq-answer a {
    color: var(--cx-green-2);
  }

  @media (max-width: 1024px) {
    .page-ptzoptics .lead-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 640px) {
    .page-ptzoptics .frow {
      grid-template-columns: 1fr;
    }

    .page-ptzoptics .lead-form-wrap {
      padding: 24px 18px;
    }

    .page-ptzoptics .faq-question,
    .page-ptzoptics .faq-answer {
      padding-left: 24px;
      padding-right: 40px;
    }

    .page-ptzoptics .faq-item::before {
      left: 0;
      top: 24px;
    }
  }

  @media (max-width: 480px) {
    .page-ptzoptics .ptz-cat-card > .btn,
    .page-ptzoptics .btn,
    .page-ptzoptics .ptz-cta-banner .btn,
    .page-ptzoptics .lead-form-wrap button[type="submit"] {
      width: 100%;
    }
  }


/* ===== Source: ptz-events.css ===== */
/* PTZOptics Events media placeholders */

html[data-camixel-theme] body.page-ptzoptics .ptz-events-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0 !important;
  background:
    radial-gradient(circle at 15% 10%, rgba(78, 145, 255, .12), transparent 32%),
    radial-gradient(circle at 88% 86%, rgba(92, 200, 144, .1), transparent 30%),
    #070c0d;
  border-block: 1px solid rgba(255,255,255,.07);
}

html[data-camixel-theme] body.page-ptzoptics .ptz-events-section::before {
  content: "EVENTS";
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,.025);
  font-size: clamp(76px, 15vw, 190px);
  font-weight: 850;
  letter-spacing: -.08em;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
}

html[data-camixel-theme] body.page-ptzoptics .ptz-events-section .section-header {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto 42px !important;
}

html[data-camixel-theme] body.page-ptzoptics .ptz-events-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  grid-template-rows: repeat(3, minmax(190px, 1fr));
  gap: 14px;
}

html[data-camixel-theme] body.page-ptzoptics .ptz-event-slot {
  min-width: 0;
  min-height: 190px;
}

html[data-camixel-theme] body.page-ptzoptics .ptz-event-slot-video {
  grid-row: 1 / span 3;
  min-height: 598px;
}

html[data-camixel-theme] body.page-ptzoptics .ptz-event-placeholder {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 7px;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 24px;
  overflow: hidden;
  border: 1px dashed rgba(123, 206, 170, .32);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.015), rgba(255,255,255,.045)),
    repeating-linear-gradient(135deg, transparent 0 16px, rgba(255,255,255,.018) 16px 17px);
  color: #fff;
  box-shadow: 0 18px 38px rgba(0,0,0,.2);
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

html[data-camixel-theme] body.page-ptzoptics .ptz-event-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 50% 38%, rgba(78,145,255,.13), transparent 38%);
}

html[data-camixel-theme] body.page-ptzoptics .ptz-event-slot:not(.ptz-event-slot-video) .ptz-event-placeholder::before {
  background: radial-gradient(circle at 70% 24%, rgba(92,200,144,.1), transparent 42%);
}

html[data-camixel-theme] body.page-ptzoptics .ptz-event-placeholder:hover {
  transform: translateY(-3px);
  border-color: rgba(123, 206, 170, .62);
  background-color: rgba(255,255,255,.025);
}

html[data-camixel-theme] body.page-ptzoptics .ptz-event-format {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 999px;
  background: rgba(3,8,9,.56);
  color: #81ddb5;
  font-size: 9px;
  font-weight: 820;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
}

html[data-camixel-theme] body.page-ptzoptics .ptz-event-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 58px;
  color: rgba(150, 221, 191, .48);
  transform: translate(-50%, -50%);
}

html[data-camixel-theme] body.page-ptzoptics .ptz-event-slot-video .ptz-event-icon {
  width: 86px;
  height: 86px;
  color: rgba(137, 185, 255, .72);
}

html[data-camixel-theme] body.page-ptzoptics .ptz-event-icon svg { display: block; width: 100%; height: 100%; }

html[data-camixel-theme] body.page-ptzoptics .ptz-event-placeholder-copy {
  display: grid;
  gap: 3px;
  max-width: 560px;
  text-align: left;
}

html[data-camixel-theme] body.page-ptzoptics .ptz-event-placeholder-copy strong {
  color: #f4f8f6;
  font-size: clamp(16px, 1.5vw, 21px);
  line-height: 1.25;
}

html[data-camixel-theme] body.page-ptzoptics .ptz-event-placeholder-copy span {
  color: #9aa8a2;
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 900px) {
  html[data-camixel-theme] body.page-ptzoptics .ptz-events-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  html[data-camixel-theme] body.page-ptzoptics .ptz-event-slot-video {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 430px;
  }

  html[data-camixel-theme] body.page-ptzoptics .ptz-event-slot:not(.ptz-event-slot-video):last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  html[data-camixel-theme] body.page-ptzoptics .ptz-events-section { padding: 72px 0 !important; }
  html[data-camixel-theme] body.page-ptzoptics .ptz-events-section .section-header { margin-bottom: 30px !important; }
  html[data-camixel-theme] body.page-ptzoptics .ptz-events-grid { grid-template-columns: minmax(0, 1fr); }
  html[data-camixel-theme] body.page-ptzoptics .ptz-event-slot,
  html[data-camixel-theme] body.page-ptzoptics .ptz-event-slot:not(.ptz-event-slot-video):last-child { grid-column: auto; }
  html[data-camixel-theme] body.page-ptzoptics .ptz-event-slot-video { min-height: 330px; }
  html[data-camixel-theme] body.page-ptzoptics .ptz-event-slot:not(.ptz-event-slot-video) { min-height: 220px; }
  html[data-camixel-theme] body.page-ptzoptics .ptz-event-placeholder { padding: 20px; border-radius: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html[data-camixel-theme] body.page-ptzoptics .ptz-event-placeholder { transition: none; }
}


/* ===== Source: pages/sennheiser.css ===== */
/* sennheiser.html inline block 1 */

    /* ── SENNHEISER PAGE STYLES ── */
body.page-sennheiser .hero { max-height: none; padding: 0 !important; }

    /* WAVEFORM HERO ACCENT */
    body.page-sennheiser .senn-wave-bar { display: inline-block; width: 3px; border-radius: 3px; background: var(--green); margin: 0 2px; animation: page-sennheiser__wavePulse 1.2s ease-in-out infinite; }
    @keyframes page-sennheiser__wavePulse {
      0%,100% { height: 8px; opacity: 0.4; }
      50% { height: 32px; opacity: 1; }
    }
    body.page-sennheiser .wave-viz { display: flex; align-items: center; gap: 2px; margin: 0 0 28px; }

    /* SHIFT SECTION */
    body.page-sennheiser .shift-section { background: var(--bg-1); }
    body.page-sennheiser .shift-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
    body.page-sennheiser .shift-text .section-tag { margin-bottom: 16px; }
    body.page-sennheiser .shift-text h2 { font-size: clamp(1.8rem,3.5vw,2.8rem); font-weight: 800; color: var(--text-primary); margin-bottom: 20px; line-height: 1.2; }
    body.page-sennheiser .shift-text > p { font-size: 0.95rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 32px; }
    body.page-sennheiser .transition-list { display: flex; flex-direction: column; gap: 18px; }
    body.page-sennheiser .transition-item { display: flex; align-items: flex-start; gap: 16px; background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 20px 24px; transition: all var(--transition); }
    body.page-sennheiser .transition-item:hover { border-color: var(--border-green); background: var(--bg-card-h); }
    body.page-sennheiser .transition-arrow { font-size: 1.2rem; flex-shrink: 0; margin-top: 2px; }
    body.page-sennheiser .transition-item p { margin: 0; font-size: 0.88rem; color: var(--text-muted); line-height: 1.6; }
    body.page-sennheiser .transition-from { color: var(--text-faint); text-decoration: line-through; font-weight: 500; }
    body.page-sennheiser .transition-to { color: var(--green); font-weight: 600; }
    body.page-sennheiser .shift-visual { position: relative; }
    body.page-sennheiser .shift-img-wrap { border-radius: var(--radius-lg); overflow: hidden; height: 420px; border: 1px solid var(--border); position: relative; }
    body.page-sennheiser .shift-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
    body.page-sennheiser .shift-img-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(5,13,9,0.6) 0%, transparent 60%); }
    body.page-sennheiser .shift-badge { position: absolute; bottom: 24px; left: 24px; background: rgba(5,13,9,0.9); backdrop-filter: blur(12px); border: 1px solid var(--border-green); border-radius: var(--radius-md); padding: 16px 20px; }
    body.page-sennheiser .shift-badge strong { display: block; font-size: 1.1rem; color: var(--green); font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif); }
    body.page-sennheiser .shift-badge span { font-size: 0.78rem; color: var(--text-muted); }

    /* ECOSYSTEM GRID */
    body.page-sennheiser .ecosystem-section { background: var(--bg-0); }
    body.page-sennheiser .eco-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 56px; }
    body.page-sennheiser .eco-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 28px; cursor: pointer; transition: all var(--transition); position: relative; overflow: hidden; }
    body.page-sennheiser .eco-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at top left, var(--green-dim), transparent 70%); opacity: 0; transition: opacity var(--transition); }
    body.page-sennheiser .eco-card:hover::before,body.page-sennheiser .eco-card.active::before { opacity: 1; }
    body.page-sennheiser .eco-card:hover,body.page-sennheiser .eco-card.active { border-color: var(--border-green); transform: translateY(-4px); box-shadow: var(--shadow-green); }
    body.page-sennheiser .eco-icon { width: 56px; height: 56px; border-radius: var(--radius-md); background: var(--green-dim); border: 1px solid var(--border-green); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 20px; transition: all var(--transition); }
    body.page-sennheiser .eco-card:hover .eco-icon,body.page-sennheiser .eco-card.active .eco-icon { background: var(--green); }
    body.page-sennheiser .eco-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--text-primary); margin-bottom: 8px; font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif); letter-spacing: 0; text-transform: none; }
    body.page-sennheiser .eco-card p { font-size: 0.8rem; color: var(--text-muted); margin: 0 0 16px; line-height: 1.6; }
    body.page-sennheiser .eco-badge { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 10px; border-radius: 100px; }
    body.page-sennheiser .eco-badge.flagship { background: var(--green); color: #000; }
    body.page-sennheiser .eco-badge.broadcast { background: rgba(59,130,246,0.2); color: #60a5fa; border: 1px solid rgba(59,130,246,0.3); }
    body.page-sennheiser .eco-badge.enterprise { background: rgba(168,85,247,0.15); color: #c084fc; border: 1px solid rgba(168,85,247,0.3); }
    body.page-sennheiser .eco-badge.pro { background: rgba(245,158,11,0.15); color: #fbbf24; border: 1px solid rgba(245,158,11,0.3); }
    body.page-sennheiser .eco-badge.creator { background: rgba(239,68,68,0.15); color: #f87171; border: 1px solid rgba(239,68,68,0.3); }
    body.page-sennheiser .eco-badge.cinema { background: rgba(20,184,166,0.15); color: #2dd4bf; border: 1px solid rgba(20,184,166,0.3); }

    /* DYNAMIC DETAIL PANEL */
    body.page-sennheiser .detail-section { background: var(--bg-1); padding: 0 !important; overflow: hidden; }
    body.page-sennheiser .detail-panel { display: none; padding: 80px 0; animation: page-sennheiser__panelFade 0.5s ease; }
    body.page-sennheiser .detail-panel.active { display: block; }
    @keyframes page-sennheiser__panelFade { from { opacity:0; transform:translateY(16px); } to { opacity:1; transform:translateY(0); } }
    body.page-sennheiser .detail-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
    body.page-sennheiser .detail-content .detail-tag { display: inline-block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green); background: var(--green-dim); border: 1px solid var(--border-green); padding: 5px 14px; border-radius: 100px; margin-bottom: 20px; }
    body.page-sennheiser .detail-content h2 { font-size: clamp(1.6rem,3vw,2.4rem); font-weight: 800; color: var(--text-primary); margin-bottom: 16px; line-height: 1.2; }
    body.page-sennheiser .detail-content .detail-desc { font-size: 0.95rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 28px; }
    body.page-sennheiser .detail-content .positioning { font-size: 1rem; font-style: italic; color: var(--green); border-left: 3px solid var(--green); padding-left: 16px; margin-bottom: 28px; }
    body.page-sennheiser .feature-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
    body.page-sennheiser .feature-item { display: flex; align-items: center; gap: 12px; font-size: 0.88rem; color: var(--text-muted); }
    body.page-sennheiser .feature-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); flex-shrink: 0; }
    body.page-sennheiser .best-for-wrap { background: var(--bg-0); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 20px 24px; margin-bottom: 28px; }
    body.page-sennheiser .best-for-wrap h4 { font-size: 0.7rem; letter-spacing: 0.12em; color: var(--text-faint); margin-bottom: 12px; }
    body.page-sennheiser .best-for-chips { display: flex; flex-wrap: wrap; gap: 8px; }
    body.page-sennheiser .best-chip { font-size: 0.75rem; color: var(--text-muted); background: var(--bg-card); border: 1px solid var(--border); padding: 5px 12px; border-radius: 100px; }
    body.page-sennheiser .detail-img { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); height: 100%; min-height: 380px; position: relative; }
    body.page-sennheiser .detail-img img { width: 100%; height: 100%; object-fit: cover; }
    body.page-sennheiser .detail-img-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,13,9,0.7) 0%, transparent 60%); }
    body.page-sennheiser .detail-img-caption { position: absolute; bottom: 24px; left: 24px; right: 24px; }
    body.page-sennheiser .detail-img-caption h4 { color: #fff; font-size: 1rem; margin-bottom: 4px; }
    body.page-sennheiser .detail-img-caption p { color: var(--text-muted); font-size: 0.78rem; margin: 0; }

    /* SOLUTION ARCHITECTURE */
    body.page-sennheiser .arch-section { background: var(--bg-0); }
    body.page-sennheiser .arch-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; margin-top: 56px; }
    body.page-sennheiser .arch-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 36px; transition: all var(--transition); }
    body.page-sennheiser .arch-card:hover { border-color: var(--border-green); transform: translateY(-4px); box-shadow: var(--shadow-green); }
    body.page-sennheiser .arch-icon { font-size: 2rem; margin-bottom: 20px; display: block; }
    body.page-sennheiser .arch-card h3 { font-size: 1.15rem; font-weight: 700; color: var(--text-primary); margin-bottom: 16px; font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif); text-transform: none; letter-spacing: 0; }
    body.page-sennheiser .arch-steps { display: flex; flex-direction: column; gap: 10px; }
    body.page-sennheiser .arch-step { display: flex; align-items: center; gap: 12px; font-size: 0.83rem; color: var(--text-muted); }
    body.page-sennheiser .arch-step-num { width: 22px; height: 22px; border-radius: 50%; background: var(--green-dim); border: 1px solid var(--border-green); color: var(--green); font-size: 0.65rem; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

    /* COMPARISON TABLE */
    body.page-sennheiser .compare-section { background: var(--bg-1); }
    body.page-sennheiser .compare-table-wrap { margin-top: 56px; overflow-x: auto; border-radius: var(--radius-lg); border: 1px solid var(--border); }
    body.page-sennheiser .compare-table { width: 100%; border-collapse: collapse; }
    body.page-sennheiser .compare-table th { padding: 20px 24px; text-align: center; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; border-bottom: 1px solid var(--border); background: var(--bg-0); color: var(--text-muted); }
    body.page-sennheiser .compare-table th.col-label { text-align: left; color: var(--text-faint); }
    body.page-sennheiser .compare-table th.col-featured { color: var(--green); background: rgba(92,184,144,0.08); position: relative; }
    body.page-sennheiser .col-featured-badge { display: block; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.1em; background: var(--green); color: #000; padding: 2px 8px; border-radius: 100px; margin: 4px auto 0; width: fit-content; }
    body.page-sennheiser .compare-table td { padding: 16px 24px; border-bottom: 1px solid var(--border); font-size: 0.85rem; color: var(--text-muted); text-align: center; }
    body.page-sennheiser .compare-table td.row-label { text-align: left; font-weight: 600; color: var(--text-primary); font-size: 0.82rem; background: var(--bg-0); }
    body.page-sennheiser .compare-table td.col-featured { background: rgba(92,184,144,0.04); color: var(--green); font-weight: 600; }
    body.page-sennheiser .compare-table tr:last-child td { border-bottom: none; }
    body.page-sennheiser .compare-table tr:hover td { background: rgba(255,255,255,0.02); }
    body.page-sennheiser .check { color: var(--green); }
    body.page-sennheiser .cross { color: var(--text-faint); }
    body.page-sennheiser .partial { color: #fbbf24; }

    /* CAMIXEL ADVANTAGE */
    body.page-sennheiser .advantage-section { background: var(--bg-0); }
    body.page-sennheiser .advantage-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: center; margin-top: 56px; }
    body.page-sennheiser .advantage-points { display: flex; flex-direction: column; gap: 24px; }
    body.page-sennheiser .advantage-point { display: flex; align-items: flex-start; gap: 20px; }
    body.page-sennheiser .adv-icon { width: 48px; height: 48px; border-radius: var(--radius-md); background: var(--green-dim); border: 1px solid var(--border-green); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; }
    body.page-sennheiser .adv-text h4 { font-size: 0.95rem; font-weight: 700; color: var(--text-primary); margin-bottom: 6px; font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif); text-transform: none; letter-spacing: 0; }
    body.page-sennheiser .adv-text p { font-size: 0.83rem; color: var(--text-muted); margin: 0; line-height: 1.6; }
    body.page-sennheiser .advantage-statement { background: linear-gradient(135deg, var(--bg-1), var(--bg-2)); border: 1px solid var(--border-green); border-radius: var(--radius-xl); padding: 48px 40px; text-align: center; }
    body.page-sennheiser .advantage-statement blockquote { font-size: clamp(1.1rem,2.5vw,1.5rem); font-weight: 700; font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif); color: var(--text-primary); line-height: 1.4; margin-bottom: 24px; }
    body.page-sennheiser .advantage-statement blockquote span { color: var(--green); }
    body.page-sennheiser .senn-logo-box { background: #fff; border-radius: var(--radius-sm); padding: 12px 24px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 20px; }
    body.page-sennheiser .senn-logo-box img { height: 32px; width: auto; }

    /* LEAD FORM */
    body.page-sennheiser .lead-section { background: var(--bg-1); }
    body.page-sennheiser .lead-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: start; margin-top: 56px; }
    body.page-sennheiser .lead-info h2 { font-size: clamp(1.6rem,3vw,2.4rem); font-weight: 800; color: var(--text-primary); margin-bottom: 20px; }
    body.page-sennheiser .lead-info p { font-size: 0.95rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 32px; }
    body.page-sennheiser .target-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
    body.page-sennheiser .target-chip { display: flex; align-items: center; gap: 8px; background: var(--bg-card); border: 1px solid var(--border); padding: 8px 16px; border-radius: 100px; font-size: 0.78rem; color: var(--text-muted); }
    body.page-sennheiser .lead-form-wrap { background: var(--bg-0); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 40px; }
    body.page-sennheiser .lead-form-wrap h3 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 28px; font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif); text-transform: none; letter-spacing: 0; }
    body.page-sennheiser .frow { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    body.page-sennheiser .fg { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
    body.page-sennheiser .fg label { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.06em; color: var(--text-muted); text-transform: uppercase; }
    body.page-sennheiser .fg input,body.page-sennheiser .fg select,body.page-sennheiser .fg textarea { background: var(--bg-1); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 11px 14px; color: var(--text-primary); font-family: inherit; font-size: 0.88rem; width: 100%; transition: border-color var(--transition); }
    body.page-sennheiser .fg input:focus,body.page-sennheiser .fg select:focus,body.page-sennheiser .fg textarea:focus { outline: none; border-color: var(--border-green); box-shadow: 0 0 0 3px var(--green-dim); }
    body.page-sennheiser .fg select { appearance: none; cursor: pointer; }
    body.page-sennheiser .fg textarea { resize: vertical; min-height: 90px; }

    /* FINAL CTA */
    body.page-sennheiser .final-cta { background: linear-gradient(135deg, var(--bg-0) 0%, rgba(92,184,144,0.08) 50%, var(--bg-0) 100%); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); text-align: center; }
    body.page-sennheiser .final-cta h2 { font-size: clamp(2rem,4vw,3.2rem); font-weight: 900; color: var(--text-primary); margin-bottom: 16px; }
    body.page-sennheiser .final-cta p { font-size: 1rem; color: var(--text-muted); margin-bottom: 40px; }
    body.page-sennheiser .final-cta-btns { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }

    @media (max-width: 1024px) {
      body.page-sennheiser .eco-grid { grid-template-columns: repeat(2,1fr); }
      body.page-sennheiser .detail-inner { grid-template-columns: 1fr; }
      body.page-sennheiser .detail-img { min-height: 280px; }
      body.page-sennheiser .advantage-grid { grid-template-columns: 1fr; }
      body.page-sennheiser .lead-grid { grid-template-columns: 1fr; }
    }
    @media (max-width: 768px) {
      body.page-sennheiser .shift-grid { grid-template-columns: 1fr; }
      body.page-sennheiser .arch-grid { grid-template-columns: 1fr; }
      body.page-sennheiser .compare-table th,body.page-sennheiser .compare-table td { padding: 12px 14px; font-size: 0.75rem; }
      body.page-sennheiser .frow { grid-template-columns: 1fr; }
    }
    @media (max-width: 600px) {
      body.page-sennheiser .eco-grid { grid-template-columns: 1fr; }
      body.page-sennheiser .final-cta-btns { flex-direction: column; }
    }

    /* Series cards: keep the ecosystem shelf compact and product-like.
       These selectors deliberately win over the generic catalogue card rules. */
    html[data-camixel-theme] body.page-sennheiser .eco-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
      gap: 20px !important;
      align-items: stretch;
    }
    html[data-camixel-theme] body.page-sennheiser .eco-card {
      width: 100% !important;
      max-width: none !important;
      min-height: 310px !important;
      padding: 0 !important;
      display: flex !important;
      flex-direction: column !important;
      justify-content: flex-start !important;
      overflow: hidden;
      border-radius: 16px !important;
    }
    html[data-camixel-theme] body.page-sennheiser .eco-card .eco-icon {
      width: 100% !important;
      height: 124px !important;
      min-height: 124px !important;
      flex: 0 0 124px !important;
      margin: 0 !important;
      padding: 0 !important;
      border: 0 !important;
      border-bottom: 1px solid rgba(255, 255, 255, 0.09) !important;
      border-radius: 0 !important;
      background: linear-gradient(145deg, rgba(88, 201, 155, 0.13), rgba(13, 21, 17, 0.88) 68%) !important;
      color: #8be0bd !important;
      font-size: 12px !important;
      font-weight: 780 !important;
      letter-spacing: 0.12em !important;
    }
    html[data-camixel-theme] body.page-sennheiser .ecosystem-section .eco-grid .eco-card .eco-icon::before,
    html[data-camixel-theme] body.page-sennheiser .ecosystem-section .eco-grid .eco-card .eco-icon::after {
      content: none !important;
    }
    html[data-camixel-theme] body.page-sennheiser .eco-card h3 {
      margin: 19px 22px 8px !important;
      color: #f5f8f6 !important;
      font-size: 1rem !important;
      line-height: 1.3 !important;
    }
    html[data-camixel-theme] body.page-sennheiser .eco-card p {
      min-height: 42px;
      margin: 0 22px 18px !important;
      color: #aab8b0 !important;
      font-size: 12.5px !important;
      line-height: 1.55 !important;
    }
    html[data-camixel-theme] body.page-sennheiser .eco-card .eco-badge {
      width: max-content !important;
      max-width: calc(100% - 44px) !important;
      min-height: 0 !important;
      margin: auto 22px 20px !important;
      padding: 6px 10px !important;
      align-self: flex-start !important;
      border-radius: 999px !important;
      background: rgba(88, 201, 155, 0.1) !important;
      border: 1px solid rgba(88, 201, 155, 0.24) !important;
      color: #8be0bd !important;
      font-size: 10px !important;
      letter-spacing: 0.08em !important;
    }
    @media (max-width: 1024px) {
      html[data-camixel-theme] body.page-sennheiser .eco-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    }
    @media (max-width: 600px) {
      html[data-camixel-theme] body.page-sennheiser .eco-grid { grid-template-columns: minmax(0, 1fr) !important; }
      html[data-camixel-theme] body.page-sennheiser .eco-card { min-height: 286px !important; }
    }
  

/* sennheiser.html inline block 2 */

  


/* ===== Source: pages/support.css ===== */
/* support.html inline block 1 */
body.page-support .hero {
      max-height: none;
      padding: 0 !important;
    }

    /* SUPPORT BADGE STRIP */
    body.page-support .support-brands-strip {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 28px;
      opacity: 0;
      animation: heroLineIn .7s 1.1s ease forwards;
    }

    body.page-support .support-pill {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid var(--border);
      border-radius: 100px;
      padding: 6px 14px;
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      color: var(--text-muted);
    }

    body.page-support .support-pill .dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--green);
    }

    /* WHY CARDS */
    body.page-support .why-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 56px;
    }

    body.page-support .why-card {
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: 36px 32px;
      transition: all var(--transition);
    }

    body.page-support .why-card:hover {
      border-color: var(--border-green);
      transform: translateY(-5px);
      box-shadow: var(--shadow-green);
    }

    body.page-support .why-icon {
      font-size: 2rem;
      margin-bottom: 20px;
      display: block;
    }

    body.page-support .why-card h3 {
      font-size: 1.05rem;
      font-weight: 700;
      color: var(--text-primary);
      margin-bottom: 10px;
      font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
      text-transform: none;
      letter-spacing: 0;
    }

    body.page-support .why-card p {
      font-size: 0.85rem;
      color: var(--text-muted);
      margin: 0;
      line-height: 1.7;
    }

    /* WARRANTY TABLE */
    body.page-support .warranty-section {
      background: var(--bg-1);
    }

    body.page-support .warranty-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-top: 56px;
    }

    body.page-support .warranty-card {
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: 32px 28px;
      transition: all var(--transition);
    }

    body.page-support .warranty-card:hover {
      border-color: var(--border-green);
    }

    body.page-support .warranty-brand {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 24px;
      padding-bottom: 20px;
      border-bottom: 1px solid var(--border);
    }

    body.page-support .warranty-brand-icon {
      font-size: 1.6rem;
      width: 44px;
      height: 44px;
      background: var(--green-dim);
      border: 1px solid var(--border-green);
      border-radius: var(--radius-sm);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    body.page-support .warranty-brand h4 {
      font-size: 0.9rem;
      font-weight: 700;
      color: var(--text-primary);
      margin: 0;
      font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
      text-transform: none;
      letter-spacing: 0;
    }

    body.page-support .warranty-items {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    body.page-support .warranty-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
    }

    body.page-support .warranty-item-name {
      font-size: 0.82rem;
      color: var(--text-muted);
    }

    body.page-support .warranty-badge {
      font-size: 0.7rem;
      font-weight: 700;
      color: var(--green);
      background: var(--green-dim);
      border: 1px solid var(--border-green);
      padding: 3px 10px;
      border-radius: 100px;
      white-space: nowrap;
    }

    body.page-support .warranty-note {
      margin-top: 40px;
      text-align: center;
    }
    /* SUPPORT REQUEST FORM */
    body.page-support .form-section {
      background: var(--bg-1);
    }

    body.page-support .form-wrap {
      max-width: 900px;
      margin: 56px auto 0;
      background: var(--bg-0);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: 48px;
    }

    body.page-support .form-block {
      margin-bottom: 36px;
    }

    body.page-support .form-block-title {
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.15em;
      color: var(--green);
      text-transform: uppercase;
      margin-bottom: 20px;
      padding-bottom: 10px;
      border-bottom: 1px solid var(--border);
      display: flex;
      align-items: center;
      gap: 8px;
    }

    body.page-support .frow2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

    body.page-support .frow3 {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 16px;
    }

    body.page-support .fg {
      display: flex;
      flex-direction: column;
      gap: 6px;
      margin-bottom: 16px;
    }

    body.page-support .fg label {
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.06em;
      color: var(--text-muted);
      text-transform: uppercase;
    }

    body.page-support .fg input,body.page-support .fg select,body.page-support .fg textarea {
      background: var(--bg-1);
      border: 1px solid var(--border);
      border-radius: var(--radius-sm);
      padding: 11px 14px;
      color: var(--text-primary);
      font-family: inherit;
      font-size: 0.88rem;
      width: 100%;
      transition: border-color var(--transition);
    }

    body.page-support .fg input:focus,body.page-support .fg select:focus,body.page-support .fg textarea:focus {
      outline: none;
      border-color: var(--border-green);
      box-shadow: 0 0 0 3px var(--green-dim);
    }

    body.page-support .fg select {
      appearance: none;
      cursor: pointer;
    }

    body.page-support .fg textarea {
      resize: vertical;
      min-height: 100px;
    }

    body.page-support .radio-group {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    body.page-support .radio-opt {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 0.85rem;
      color: var(--text-muted);
      cursor: pointer;
    }

    body.page-support .radio-opt input[type="radio"] {
      accent-color: var(--green);
      width: 16px;
      height: 16px;
    }

    body.page-support .file-upload-area {
      border: 2px dashed var(--border);
      border-radius: var(--radius-md);
      padding: 28px;
      text-align: center;
      cursor: pointer;
      transition: all var(--transition);
    }

    body.page-support .file-upload-area:hover {
      border-color: var(--border-green);
      background: var(--green-dim);
    }

    body.page-support .file-upload-area p {
      font-size: 0.82rem;
      color: var(--text-faint);
      margin: 8px 0 0;
    }

    body.page-support .file-upload-area span {
      font-size: 1.8rem;
    }

    /* CONTACT */
    body.page-support .contact-support-section {
      background: var(--bg-1);
    }

    body.page-support .contact-support-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 56px;
    }

    body.page-support .cs-card {
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: 32px;
      text-align: center;
      transition: all var(--transition);
    }

    body.page-support .cs-card:hover {
      border-color: var(--border-green);
      transform: translateY(-4px);
      box-shadow: var(--shadow-green);
    }

    body.page-support .cs-icon {
      font-size: 2rem;
      margin-bottom: 16px;
      display: block;
    }

    body.page-support .cs-card h4 {
      font-size: 0.9rem;
      font-weight: 700;
      color: var(--text-primary);
      margin-bottom: 8px;
      font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
      text-transform: none;
      letter-spacing: 0;
    }

    body.page-support .cs-card p {
      font-size: 0.82rem;
      color: var(--text-muted);
      margin-bottom: 16px;
      line-height: 1.6;
    }

    body.page-support .cs-link {
      font-size: 0.88rem;
      font-weight: 600;
      color: var(--green);
    }

    body.page-support .cs-link:hover {
      text-decoration: underline;
    }

    /* FINAL CLOSER */
    body.page-support .closer-section {
      background: var(--bg-0);
      border-top: 1px solid var(--border);
      text-align: center;
    }

    body.page-support .closer-section h2 {
      font-size: clamp(1.6rem, 3vw, 2.6rem);
      font-weight: 800;
      color: var(--text-primary);
      margin-bottom: 16px;
    }

    body.page-support .closer-section p {
      font-size: 1rem;
      color: var(--text-muted);
      max-width: 580px;
      margin: 0 auto 40px;
      line-height: 1.8;
      font-style: italic;
    }

    @media (max-width: 900px) {
      body.page-support .why-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      body.page-support .warranty-grid {
        grid-template-columns: 1fr;
      }

      body.page-support .frow2,body.page-support .frow3 {
        grid-template-columns: 1fr;
      }

      body.page-support .form-wrap {
        padding: 28px 20px;
      }

      body.page-support .contact-support-grid {
        grid-template-columns: 1fr;
      }

    }

    @media (max-width: 600px) {
      body.page-support .why-grid {
        grid-template-columns: 1fr;
      }
    }
  

/* support.html inline block 2 */
  

/* ===== Careers alignment and application form ===== */
body.page-careers {
  overflow-x: clip;
}

body.page-careers .career-positions,
body.page-careers .career-apply-section {
  padding-block: clamp(64px, 8vw, 108px);
}

body.page-careers .career-positions {
  padding-bottom: clamp(48px, 6vw, 80px);
}

body.page-careers .career-positions .section-header,
body.page-careers .career-apply-section .contact-header-new {
  max-width: 680px;
  margin-inline: auto;
  text-align: center;
}

body.page-careers .career-apply-section .contact-header-new {
  margin-bottom: clamp(34px, 5vw, 56px);
}

body.page-careers .career-roles-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
  margin-top: clamp(28px, 4vw, 44px);
}

body.page-careers .career-role-card {
  min-height: 258px;
  padding: clamp(24px, 3vw, 32px) !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left !important;
  border-color: rgba(200, 225, 213, 0.14);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(24, 36, 30, 0.98), rgba(12, 20, 16, 0.98));
  box-shadow: none;
}

body.page-careers .career-role-card::before {
  width: 3px;
}

body.page-careers .career-role-card h3 {
  max-width: 28ch;
  margin: 0;
  color: var(--text-primary);
  font-size: clamp(1.1rem, 1.6vw, 1.28rem);
  line-height: 1.25;
}

body.page-careers .career-role-location {
  margin-top: 10px;
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 720;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.page-careers .career-role-card p {
  max-width: 50ch;
  margin: 16px 0 24px;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

body.page-careers .career-role-card .btn {
  min-height: 42px;
  margin-top: auto;
  padding-inline: 16px;
  border-radius: 999px;
}

body.page-careers .career-application-shell {
  display: grid !important;
  grid-template-columns: minmax(0, 840px) !important;
  justify-content: center !important;
  width: min(100%, 840px) !important;
  margin-inline: auto;
}

body.page-careers .career-application-shell > .contact-form-new {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(24px, 4vw, 42px);
  border-color: rgba(200, 225, 213, 0.16);
  border-radius: 18px;
  background: linear-gradient(145deg, #101a15, #0b120f);
}

body.page-careers .career-application-shell .form-title-new {
  margin-bottom: 28px;
  color: #f4f8f5;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  line-height: 1.25;
}

body.page-careers #career-form {
  display: grid;
  gap: 18px;
}

body.page-careers #career-form .form-row-new {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.page-careers #career-form .form-group-new {
  min-width: 0;
  margin: 0;
}

body.page-careers #career-form label {
  display: block;
  margin: 0 0 8px;
  color: #cbd6d0;
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.35;
}

body.page-careers #career-form :is(input, select, textarea) {
  width: 100%;
  min-height: 50px;
  color: #f2f7f3;
  background-color: #09110d;
  border-color: rgba(200, 225, 213, 0.18);
}

body.page-careers #career-form input[type="file"] {
  padding: 8px;
  cursor: pointer;
}

body.page-careers #career-form input[type="file"]::file-selector-button {
  min-height: 32px;
  margin-right: 12px;
  padding: 0 12px;
  color: #062119;
  background: var(--green);
  border: 0;
  border-radius: 7px;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 750;
  cursor: pointer;
}

body.page-careers #career-form .form-help {
  display: block;
  margin-top: 8px;
  color: var(--text-faint);
  font-size: 0.76rem;
  line-height: 1.45;
}

body.page-careers #career-form .form-field-label {
  display: block;
  margin: 0 0 8px;
  color: #cbd6d0;
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.35;
}

body.page-careers #career-form .career-file-input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  clip-path: inset(50%);
}

body.page-careers #career-form .career-file-picker {
  min-height: 64px;
  padding: 10px 10px 10px 12px;
  border: 1px solid rgba(200, 225, 213, 0.16);
  border-radius: 12px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  color: #f4f7f5;
  background: linear-gradient(135deg, #0d1712, #0a100d);
  cursor: pointer;
  transition: border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

body.page-careers #career-form .career-file-icon {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(98, 201, 156, 0.22);
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #7adeb5;
  background: rgba(98, 201, 156, 0.08);
}

body.page-careers #career-form .career-file-icon svg {
  width: 19px;
  height: 19px;
}

body.page-careers #career-form .career-file-picker:hover,
body.page-careers #career-form .career-file-input:focus + .career-file-picker {
  border-color: rgba(98, 201, 156, 0.76);
  background: #0c1711;
  box-shadow: 0 0 0 3px rgba(98, 201, 156, 0.11);
}

body.page-careers #career-form .career-file-picker.is-invalid {
  border-color: #e97979;
  box-shadow: 0 0 0 3px rgba(233, 121, 121, 0.11);
}

body.page-careers #career-form .career-file-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

body.page-careers #career-form .career-file-copy strong {
  overflow: hidden;
  color: #edf4ef;
  font-size: 0.88rem;
  font-weight: 680;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.page-careers #career-form .career-file-copy small {
  color: #91a099;
  font-size: 0.72rem;
  line-height: 1.3;
}

body.page-careers #career-form .career-file-action {
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(98, 201, 156, 0.32);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  color: #8ee8c0;
  background: rgba(98, 201, 156, 0.1);
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

/* Official Blackmagic Design Ultra HD sale — factual local presentation of
   the current India promotion, with the manufacturer page as source of truth. */
html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-section {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 124px) 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(97, 209, 156, .16), transparent 30%),
    linear-gradient(145deg, #07100d 0%, #0b1713 48%, #07100d 100%);
}

html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image: linear-gradient(rgba(129, 242, 192, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(129, 242, 192, .08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}

html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-section .container {
  position: relative;
  z-index: 1;
}

html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(290px, .7fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: end;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(169, 239, 202, .16);
}

html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 17px;
  color: #a6ecca;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-kicker span { color: #59d49b; font-size: 12px; }

html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-intro h2 {
  max-width: 11ch;
  margin: 0;
  color: #f6fbf8;
  font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif);
  font-size: clamp(3rem, 5.4vw, 5.6rem);
  font-weight: 760;
  letter-spacing: -.07em;
  line-height: .91;
  text-wrap: balance;
}

html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-intro h2 span { color: #6addaa; }

html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-lead {
  max-width: 62ch;
  margin: 22px 0 0;
  color: #c1ccc6;
  font-size: 16px;
  line-height: 1.72;
}

html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-actions .btn { min-height: 48px; }

html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-actions small {
  max-width: 34ch;
  margin-top: 4px;
  color: #87958d;
  font-size: 11px;
  line-height: 1.55;
}

html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(172, 237, 204, .14);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.018));
  box-shadow: 0 20px 50px rgba(0,0,0,.13);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-card:hover {
  border-color: rgba(139, 237, 190, .48);
  background: linear-gradient(145deg, rgba(97, 209, 156, .15), rgba(255,255,255,.035));
  transform: translateY(-3px);
}

html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-card p {
  margin: 0 0 13px;
  color: #8fa49a;
  font-size: 10px;
  font-weight: 740;
  letter-spacing: .12em;
  text-transform: uppercase;
}

html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-card h3 {
  min-height: 3.05em;
  margin: 0;
  color: #f3f8f5;
  font-size: clamp(16px, 1.4vw, 19px);
  font-weight: 690;
  letter-spacing: -.025em;
  line-height: 1.24;
}

html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 24px;
  margin: auto 0 14px;
  padding: 0 8px;
  border-radius: 999px;
  color: #092116;
  background: #74e0ae;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-card div {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 9px;
}

html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-card s { color: #83928a; font-size: 13px; }
html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-card strong { color: #91efbd; font-size: 21px; font-weight: 740; letter-spacing: -.035em; }

html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-note {
  max-width: 75ch;
  margin: 22px 0 0;
  color: #819088;
  font-size: 12px;
  line-height: 1.55;
}

@media (max-width: 920px) {
  html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-intro { grid-template-columns: 1fr; }
  html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 580px) {
  html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-section { padding-block: 68px; }
  html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-grid { grid-template-columns: 1fr; gap: 12px; }
  html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-card { min-height: 174px; padding: 20px; }
  html[data-camixel-theme] body.page-blackmagic.premium-ui .ultra-sale-actions .btn { width: 100%; }
}

/* ===== 2026 campaign hero system =====
   A composed media treatment that keeps the first screen clear, premium and
   legible while preserving a native SF Pro experience on Apple devices. */
html[data-camixel-theme] body.premium-ui :is(
  .hero .hero-headline,
  .hero .hero-title,
  .hero h1,
  .hero h2,
  .ptz-hero .ptz-hero-title,
  .sol-hero h1,
  .about-hero .hero-title,
  .events-hero h1,
  .ewaste-hero .hero-headline
) {
  font-family: var(--cx-font, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif) !important;
  font-weight: 760 !important;
  letter-spacing: -.055em !important;
  line-height: .97 !important;
  text-wrap: balance;
  text-shadow: 0 2px 20px rgba(0, 0, 0, .18);
}

html[data-camixel-theme] body.premium-ui :is(.hero,.ptz-hero,.sol-hero,.about-hero,.events-hero,.ewaste-hero) .text-accent {
  color: #68d8aa !important;
  background: linear-gradient(110deg, #8ef1c3 0%, #4fc99a 52%, #c4ffdf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* News & Activities receives a dedicated, layered editorial backdrop rather
   than inheriting a plain dark panel from older page styles. */
html[data-camixel-theme] body.page-events.premium-ui section.events-hero {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  min-height: clamp(430px, 57vw, 650px) !important;
  padding: clamp(112px, 12vw, 168px) 0 clamp(78px, 9vw, 118px) !important;
  overflow: hidden !important;
  isolation: isolate;
  background: #06110f !important;
}

html[data-camixel-theme] body.page-events.premium-ui .events-hero-backdrop {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    radial-gradient(circle at 17% 28%, rgba(95, 219, 171, .24), transparent 28%),
    linear-gradient(105deg, rgba(3, 13, 11, .96) 0%, rgba(3, 13, 11, .58) 50%, rgba(3, 13, 11, .76) 100%),
    url("img/images__news-activities-hero-bg.png") center / cover no-repeat;
  transform: scale(1.025);
}

html[data-camixel-theme] body.page-events.premium-ui section.events-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  height: 38%;
  pointer-events: none;
  background: linear-gradient(0deg, #07110f 0%, rgba(7, 17, 15, 0) 100%);
}

html[data-camixel-theme] body.page-events.premium-ui .events-hero-content {
  position: relative !important;
  z-index: 2 !important;
  width: min(calc(100% - 40px), 860px) !important;
  margin: 0 auto !important;
  text-align: center !important;
}

html[data-camixel-theme] body.page-events.premium-ui .events-hero-content .section-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 20px;
  padding: 0 12px;
  border: 1px solid rgba(143, 241, 195, .28);
  border-radius: 999px;
  color: #a8f0cc;
  background: rgba(4, 17, 14, .56);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .18);
  backdrop-filter: blur(12px);
}

html[data-camixel-theme] body.page-events.premium-ui .events-hero-content h1 {
  max-width: 14ch !important;
  margin: 0 auto 20px !important;
  font-size: clamp(3.1rem, 7vw, 6.4rem) !important;
}

html[data-camixel-theme] body.page-events.premium-ui .events-hero-content p {
  max-width: 56ch !important;
  margin: 0 auto !important;
  color: rgba(239, 249, 244, .86) !important;
  font-size: clamp(1rem, 1.45vw, 1.18rem) !important;
  line-height: 1.65 !important;
}

/* The campaign asset is a wide display banner. Keep its full composition
   visible instead of cropping it into the previous narrow modal column. */
html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  width: min(1000px, 100%) !important;
  min-height: 0 !important;
  max-height: min(800px, calc(100dvh - 32px)) !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap,
html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap img {
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 3 / 1 !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap {
  display: block !important;
  background: #06100e !important;
  border-bottom: 1px solid rgba(143, 241, 195, .2) !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap::after {
  background: linear-gradient(0deg, rgba(2, 8, 6, .16), rgba(2, 8, 6, 0) 42%) !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap img {
  object-fit: contain !important;
  object-position: center !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-content {
  min-height: 210px;
  padding: clamp(26px, 4vw, 42px) clamp(26px, 5vw, 54px) !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-title {
  max-width: 18ch !important;
  font-size: clamp(28px, 3.6vw, 44px) !important;
}

@media (max-width: 760px) {
  html[data-camixel-theme] body.page-events.premium-ui section.events-hero {
    min-height: 500px !important;
    padding: 110px 0 72px !important;
  }

  html[data-camixel-theme] body.page-events.premium-ui .events-hero-content h1 {
    font-size: clamp(3rem, 14vw, 4.6rem) !important;
  }

  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-card {
    max-height: calc(100dvh - 24px) !important;
  }

  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap,
  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap img {
    height: auto !important;
    aspect-ratio: 3 / 1 !important;
  }

  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-content {
    min-height: 0;
    padding: 24px 22px 28px !important;
  }
}

body.page-careers #career-form select {
  cursor: pointer;
}

body.page-careers #career-form textarea {
  min-height: 134px;
}

body.page-careers #career-form .submit-btn-new {
  width: auto;
  min-width: min(100%, 235px);
  min-height: 52px;
  justify-self: start;
  margin-top: 6px;
  padding-inline: 22px;
  border-radius: 999px;
}

@media (max-width: 760px) {
  body.page-careers .about-hero {
    min-height: 420px;
    height: auto;
    padding-block: 82px 54px;
  }

  body.page-careers .hero-inner {
    width: min(100%, 640px);
    padding-inline: 20px;
  }

  body.page-careers .career-roles-grid,
  body.page-careers #career-form .form-row-new {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.page-careers .career-role-card {
    min-height: 0;
  }

  body.page-careers .career-application-shell .contact-form-new {
    padding: 24px 20px;
  }

  body.page-careers #career-form .submit-btn-new {
    width: 100%;
    justify-self: stretch;
  }

  body.page-careers #career-form .career-file-picker {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 9px;
  }

  body.page-careers #career-form .career-file-action {
    padding-inline: 10px;
  }
}

/* This must remain last: pages.css loads after interface.css and legacy
   catalogue breakpoints otherwise reset the shelf to a narrower grid. */
html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .commerce-zone > .container,
html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui section#eizo-brand.eizo-brand-section {
  width: min(calc(100% - clamp(32px, 5vw, 64px)), 1240px) !important;
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 720px) {
  html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .commerce-zone > .container,
  html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .eizo-brand-section {
    width: calc(100% - 32px) !important;
  }
}

/* Do not leave a partial-width final card column on compact Blackmagic grids. */
html[data-camixel-theme] body.page-blackmagic.premium-ui .trust-grid > .trust-card {
  width: 100% !important;
  max-width: none !important;
}

/* Give the Blackmagic hero lines distinct color identities with strong contrast. */
html[data-camixel-theme] body.page-blackmagic.premium-ui .hero-headline .hero-line:first-child,
html[data-camixel-theme] body.page-blackmagic.premium-ui .hero-headline .hero-line-accent {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  background-size: 100% 100% !important;
  filter: drop-shadow(0 3px 14px rgba(0, 0, 0, .32)) !important;
}

html[data-camixel-theme] body.page-blackmagic.premium-ui .hero-headline .hero-line:first-child {
  background-image: linear-gradient(105deg, #5ee7ff 0%, #2f8cff 48%, #1d55d9 100%) !important;
}

html[data-camixel-theme] body.page-blackmagic.premium-ui .hero-headline .hero-line-accent {
  background-image: linear-gradient(105deg, #7dffd0 0%, #23d3a4 48%, #087f6d 100%) !important;
}

/* EIZO proof bar: keep the identity, provenance and statistics in one
   compact, balanced row instead of a tall empty panel. */
html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui section#eizo-brand.eizo-brand-section {
  min-height: 0 !important;
  margin-top: clamp(32px, 4vw, 52px) !important;
  margin-bottom: 32px !important;
  padding: 24px 0 !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .eizo-brand-section .eizo-brand-inner {
  grid-template-columns: minmax(440px, .96fr) minmax(420px, 1.04fr) !important;
  gap: clamp(26px, 3vw, 44px) !important;
  padding-inline: clamp(22px, 3vw, 38px) !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .eizo-brand-section .eizo-logo-lockup {
  grid-template-columns: 190px minmax(0, 1fr) !important;
  gap: 22px !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .eizo-brand-section .eizo-logo-box {
  width: 190px !important;
  min-width: 190px !important;
  height: 98px !important;
  min-height: 98px !important;
  padding: 14px 16px !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .eizo-brand-section .eizo-logo-box img {
  width: 172px !important;
  height: 68px !important;
  max-height: 68px !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .eizo-brand-section .eizo-logo-text h2 {
  font-size: clamp(1.7rem, 2.25vw, 2.2rem) !important;
  line-height: 1.02 !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .eizo-brand-section .eizo-logo-text p {
  max-width: 30ch !important;
  margin-top: 8px !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .eizo-brand-section .eizo-brand-stats,
html[data-camixel-theme] body.page-eizo-medical.premium-ui .eizo-brand-section .eizo-brand-stats {
  width: 100% !important;
  align-items: stretch !important;
  gap: 0 !important;
}

html[data-camixel-theme] body.page-eizo.premium-ui .eizo-brand-section .eizo-brand-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

html[data-camixel-theme] body.page-eizo-medical.premium-ui .eizo-brand-section .eizo-brand-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .eizo-brand-section .eizo-stat {
  display: grid !important;
  align-content: center !important;
  min-width: 0 !important;
  padding: 8px clamp(10px, 1.4vw, 18px) !important;
}

html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .eizo-brand-section .eizo-stat + .eizo-stat {
  border-left: 1px solid rgba(255, 255, 255, .1) !important;
}

@media (max-width: 980px) {
  html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .eizo-brand-section .eizo-brand-inner {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
  }
}

@media (max-width: 620px) {
  html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .eizo-brand-section {
    padding-block: 20px !important;
  }

  html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .eizo-brand-section .eizo-logo-lockup {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .eizo-brand-section .eizo-logo-box {
    width: 190px !important;
  }

  html[data-camixel-theme] body.page-eizo.premium-ui .eizo-brand-section .eizo-brand-stats,
  html[data-camixel-theme] body.page-eizo-medical.premium-ui .eizo-brand-section .eizo-brand-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 0 !important;
  }

  html[data-camixel-theme] body:is(.page-eizo, .page-eizo-medical).premium-ui .eizo-brand-section .eizo-stat:nth-child(odd) {
    border-left: 0 !important;
  }
}

/* Homepage campaign popup: image-led offer on the left, one clear conversion
   action on the right. This avoids repeating the campaign artwork as a full
   banner above an oversized CTA panel. */
html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-card {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr) !important;
  width: min(960px, 100%) !important;
  min-height: 420px !important;
  max-height: min(620px, calc(100dvh - 40px)) !important;
  border-color: rgba(114, 221, 176, .4) !important;
  border-radius: 22px !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap,
html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap img {
  min-height: 420px !important;
  height: 100% !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap {
  border-right: 1px solid rgba(114, 221, 176, .18) !important;
  border-bottom: 0 !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap::after {
  background:
    linear-gradient(90deg, transparent 48%, rgba(6, 13, 11, .78) 100%),
    linear-gradient(0deg, rgba(3, 9, 7, .4), transparent 42%) !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap img {
  object-fit: cover !important;
  object-position: 30% center !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-content {
  min-height: 420px !important;
  justify-content: flex-start !important;
  padding: clamp(34px, 4.4vw, 52px) clamp(30px, 4vw, 46px) !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-title {
  max-width: 11ch !important;
  font-size: clamp(31px, 3.2vw, 42px) !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-desc {
  max-width: 29ch !important;
  margin-bottom: 0 !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-cta {
  align-self: flex-start !important;
  margin-top: auto !important;
  min-width: 218px !important;
  min-height: 50px !important;
  border-radius: 999px !important;
  padding-inline: 22px !important;
}

/* Visibility animates for a moment after closing. Remove the overlay from hit
   testing immediately so a follow-up click always reaches the page beneath it. */
html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay {
  pointer-events: none !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay.active {
  pointer-events: auto !important;
}

@media (max-width: 760px) {
  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-card {
    display: block !important;
    width: min(520px, 100%) !important;
    min-height: 0 !important;
    max-height: calc(100dvh - 28px) !important;
    overflow: auto !important;
  }

  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap,
  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap img {
    min-height: 0 !important;
    height: clamp(190px, 32vh, 260px) !important;
  }

  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(114, 221, 176, .18) !important;
  }

  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap img {
    object-position: center !important;
  }

  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-content {
    min-height: 0 !important;
    padding: 26px 22px 24px !important;
  }

  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-desc {
    margin-bottom: 22px !important;
  }

  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-cta {
    width: 100% !important;
    min-width: 0 !important;
    margin-top: 0 !important;
  }
}

/* Final campaign treatment: retain the complete web-banner composition and
   keep one action beneath it. */
html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  width: min(1080px, 100%) !important;
  min-height: 0 !important;
  max-height: min(620px, calc(100dvh - 36px)) !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap {
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 3 / 1 !important;
  border: 0 !important;
  background: #080d0c !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap::after {
  background: none !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap img {
  width: 100% !important;
  min-height: 0 !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-content {
  min-height: 0 !important;
  padding: 20px clamp(22px, 3vw, 34px) 24px !important;
  align-items: center !important;
  justify-content: center !important;
  background: #0a100e !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay :is(.event-popup-eyebrow, .event-popup-title, .event-popup-desc) {
  display: none !important;
}

html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-cta {
  align-self: center !important;
  width: auto !important;
  min-width: 244px !important;
  margin: 0 !important;
}

@media (max-width: 760px) {
  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-card {
    width: min(560px, 100%) !important;
    max-height: calc(100dvh - 28px) !important;
  }

  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-img-wrap {
    height: auto !important;
    aspect-ratio: 3 / 1 !important;
  }

  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-content {
    padding: 18px 20px 20px !important;
  }

  html[data-camixel-theme] body.page-index.premium-ui #eventPopupOverlay .event-popup-cta {
    width: min(100%, 300px) !important;
  }
}
