/* ═══════════════════════════════════════════
   CSS VARIABLES — InOvate Brand System
   ═══════════════════════════════════════════ */
:root {
  --rich-black: #000000;
  --near-black: #0a0a0a;
  --dark-gray: #1a1a1a;
  --mid-gray: #2d2d2d;
  --light-gray: #e8e8e8;
  --snipe-red: #bb3333;
  --snipe-red-bright: #d43d3d;
  --core-orange: #ffbb33;
  --core-orange-light: #ffd366;
  --core-orange-dark: #e5a020;
  --warm-white: #faf8f5;
  --pure-white: #ffffff;
  
  --font-headline: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --font-body: 'Source Sans 3', 'Helvetica Neue', sans-serif;
  --font-script: 'Dancing Script', cursive;
  
  --nav-height: 90px;
  --section-pad: clamp(60px, 8vw, 120px);
}

/* ═══════════════════════════════════════════
   RESET & BASE
   ═══════════════════════════════════════════ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; font-size: 17px; }


body {
  font-family: var(--font-body);
  color: var(--dark-gray);
  background: var(--warm-white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

.sub-head {text-transform: none !important;; font-weight: 700 !important;;}

#block-views-block-slidez-view-block-1,#block-iov-search, #push, .fFullHeadline, .fHalfContainer, .fHalfColumnSpacer, #block-langston-menumoduleblock, #footBack, #block-iov-account-menu, #block-iov-page-title{
	display:none;
}

/* ═══════════════════════════════════════════════════════════════════
   UNIVERSAL COMPONENTS

   ═══════════════════════════════════════════════════════════════════ */
   
.big-iOrange-glow {
    text-shadow: 
    0 0 5px #fff,
    0 0 10px #ffbb33,
    0 0 20px #ffbb33,
    0 0 40px #ffbb33,
    0 0 60px #ccff33;
}

.mid-iOrange-glow {
    text-shadow: 
    0 0 5px #fff,
    0 0 8px #ffbb33,
    0 0 15px #ffbb33,
    0 0 28px #ccff33;
}

.mid-iOrange-glow-white {
    text-shadow: 
    0 0 5px #fff,
    0 0 8px #ffbb33,
    0 0 15px #ffbb33,
    0 0 28px #ccff33;
    color: white;
}

.transparent-white-background {
    background-color: rgb(255 255 255 / 80%);
    
}

/* ─────────────────────────────────────────
   1. PAGE HERO — Base Class (new)
   Use: <section class="page-hero page-hero-[name]">
   Override burst/ray opacity per page with a modifier.
   Existing page-specific heroes can stay as-is.
   ───────────────────────────────────────── */

.page-hero {
  background: var(--rich-black);
  padding: clamp(100px, 14vw, 180px) 0 clamp(60px, 8vw, 100px);
  position: relative;
  overflow: hidden;
}

.page-hero .hero-rays  { opacity: 0.4; }
.page-hero .hero-burst { opacity: 0.3; }



/* ─────────────────────────────────────────
   2. PAGE HERO CONTENT
   ───────────────────────────────────────── */

.page-hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.page-hero-tag {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: 0.72rem;
  color: var(--core-orange);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 16px;
}

.page-hero-desc {
  font-family: var(--font-body);
  font-size: 1.1rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  max-width: 600px;
}


/* ═══════════════════════════════════════════
   BURST BACKGROUND 
   ═══════════════════════════════════════════ */
.burst-back {
  background-color: var(--warm-white);
  background-image: url('/themes/iov/images/iov/images/newiov/vector/inovate-burst.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-attachment: fixed;
  padding: var(--section-pad) 0;
  position: relative;
}

@media (max-width: 768px) {
.burst-back {
    background-image: none;
}
}

/* ─────────────────────────────────────────
   3. GUIDE SECTIONS — Alternating dark/light
   Used: venting, building-code, BIM, press
   ───────────────────────────────────────── */

.guide-section {
  padding: clamp(60px, 8vw, 100px) 0;
}

.guide-section-dark {
  background: var(--rich-black);
  color: var(--pure-white);
}

.guide-section-light {
  background: #f5f5f0;
  color: var(--dark-gray);
}



/* ─────────────────────────────────────────
   4. GUIDE INTRO — Section narrative text
   Used: venting, building-code, BIM, press
   Also replaces team page's .riverbend-intro
   ───────────────────────────────────────── */

.guide-intro {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.8;
  max-width: 780px;
  margin-bottom: 40px;
}

.guide-section-light .guide-intro {
  color: rgba(0,0,0,0.55);
}


/* ─────────────────────────────────────────
   5. GUIDE RULES — Checkmarked requirement lists
   Used: venting, building-code
   ───────────────────────────────────────── */

.guide-rules {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.guide-rule {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.guide-rule-marker {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: var(--core-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.guide-rule-marker svg {
  width: 14px;
  height: 14px;
  fill: var(--rich-black);
}

.guide-rule-text {
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
}

.guide-section-light .guide-rule-text {
  color: rgba(0,0,0,0.6);
}

.guide-rule-text strong {
  color: var(--pure-white);
  font-weight: 600;
}

.guide-section-light .guide-rule-text strong {
  color: var(--dark-gray);
}





/* ─────────────────────────────────────────
   6. CODE REFERENCE — Inline citation tags
   .code-ref and .guide-cite are identical;
   both kept as classes for compatibility.
   Used: venting, building-code
   ───────────────────────────────────────── */

.code-ref,
.guide-cite {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 0.72rem;
  color: var(--core-orange);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.code-ref a,
.guide-cite a {
  color: var(--core-orange);
  text-decoration: underline;
  text-decoration-color: rgba(255,187,51,0.3);
  transition: text-decoration-color 0.25s;
}

.code-ref a:hover,
.guide-cite a:hover {
  text-decoration-color: var(--core-orange);
}



/* ─────────────────────────────────────────
   7. GUIDE PRODUCTS — Subtle product callout strip
   Used: venting, building-code
   ───────────────────────────────────────── */

.guide-products {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  margin-top: 8px;
}

.guide-section-light .guide-products {
  border-top-color: rgba(0,0,0,0.08);
}

.guide-products-label {
  font-family: var(--font-headline);
  font-weight: 770;
  color: var(--snipe-red);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
}

.guide-product-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
}

.guide-product-link {
  font-family: var(--font-body);
  font-size: 0.88rem;
}

.guide-product-link a {
  color: var(--core-orange);
  font-weight: 600;
  transition: color 0.25s;
}

.guide-product-link a:hover {
  color: var(--pure-white);
}

.guide-section-light .guide-product-link a:hover {
  color: var(--snipe-red);
}

.guide-section-light .guide-product-link a {
  color: rgba(0,0,80,0.8);
}

.guide-product-link span {
  color: rgba(255,255,255,0.4);
  font-weight: 400;
  margin-left: 4px;
}

.guide-section-light .guide-product-link span {
  color: rgba(0,0,0,0.4);
}



/* ─────────────────────────────────────────
   8. GUIDE SPLIT — Two-column image + text
   Used: building-code, venting
   ───────────────────────────────────────── */

.guide-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 32px;
}

.guide-split .guide-intro { margin-bottom: 0; }

.guide-split.three-col { grid-template-columns: 1fr 1fr 1fr; }

@media (max-width: 1024px) {
  .guide-split { grid-template-columns: 1fr; gap: 28px; }
  .guide-split.three-col { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .guide-split.three-col { grid-template-columns: 1fr; }
}

/* ─────────────────────────────────────────
   9. GUIDE IMAGE — Image container with
   placeholder treatment (dashed border)
   that converts to solid on real images.
   Used: building-code, venting
   ───────────────────────────────────────── */

.guide-image {
  margin: 32px 0;
  background: rgba(255,255,255,0.03);
  border: 1px rgba(255,255,255,0.8);
  padding: 1px;
  text-align: center;
  font-family: var(--font-headline);
  font-size: 0.75rem;
  color: rgba(255,255,255,0.25);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.guide-section-light .guide-image {
  background: rgba(0,0,0,0.02);
  border-color: rgba(0,0,0,0.8);
  color: rgba(0,0,0,0.25);
}

/* When real images are added, use .guide-image.has-image */
.guide-image.has-image {
  padding: 0;
  border-style: solid;
  border-color: rgba(255,255,255,0.8);
  overflow: hidden;
}

.guide-section-light .guide-image.has-image {
  border-color: rgba(0,0,0,0.8);
}

.guide-image.has-image img {
  width: 100%;
  height: auto;
  display: block;
}



/* ─────────────────────────────────────────
   10. GUIDE PDF LINK — Inline download link
   Used: building-code, press detail pages
   ───────────────────────────────────────── */

.guide-pdf-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--core-orange);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(255,187,51,0.3);
  transition: text-decoration-color 0.25s;
}

.guide-pdf-link:hover {
  text-decoration-color: var(--core-orange);
}



/* ─────────────────────────────────────────
   11. QUICK REFERENCE GRID — Scannable cards
   Used: venting, building-code
   ───────────────────────────────────────── */

.quick-ref {
  background: var(--near-black);
  padding: clamp(40px, 6vw, 72px) 0;
  border-top: 2px solid var(--core-orange);
}

.quick-ref-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;

  margin-top: 32px;
}

.quick-ref-item {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  padding: 24px;
  transition: all 0.3s;
}

.quick-ref-item:hover {
  background: rgba(255,187,51,0.04);
  border-color: rgba(255,187,51,0.15);
}

.quick-ref-item-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
}

.quick-ref-item-icon svg {
  width: 100%;
  height: 100%;
  fill: var(--core-orange);
}

/* Code label variant (building-code page) */
.quick-ref-item-code {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: 0.65rem;
  color: var(--core-orange);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.quick-ref-item-text {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--pure-white);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.quick-ref-item-sub {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
  margin-top: 6px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .quick-ref-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .quick-ref-grid { grid-template-columns: 1fr; }
}



/* ─────────────────────────────────────────
   12. TIMELINE — Vertical event timeline
   Used: building-code,
   ───────────────────────────────────────── */

.guide-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 40px 0;
  position: relative;
}

.guide-timeline::before {
  content: '';
  position: absolute;
  left: 39px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(255,187,51,0.12);
}

.timeline-entry {
  display: flex;
  gap: 24px;
  padding: 20px 0;
  position: relative;
}

.timeline-year {
  flex-shrink: 0;
  width: 80px;
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: 1.1rem;
  color: var(--core-orange);
  text-align: right;
  padding-top: 2px;
}

.timeline-dot {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  background: var(--core-orange);
  border-radius: 50%;
  margin-top: 6px;
  position: relative;
  z-index: 1;
}

.timeline-content {
  flex: 1;
}

.timeline-codes {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 0.78rem;
  color: var(--pure-white);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.timeline-codes a {
  color: var(--core-orange);
  text-decoration: underline;
  text-decoration-color: rgba(255,187,51,0.3);
  transition: text-decoration-color 0.25s;
}

.timeline-codes a:hover {
  text-decoration-color: var(--core-orange);
}

.timeline-desc {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
}

@media (max-width: 480px) {
  .timeline-year { width: 56px; font-size: 0.9rem; }
}



/* ─────────────────────────────────────────
   13. STORY PANELS — Narrative section blocks
   Originally on team-inovate.html.
   Useful for about pages, history sections,
   or any long-form narrative with milestones.
   ───────────────────────────────────────── */

.story-panels {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.story-panel {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 0;
  background: var(--near-black);
  border-left: 4px solid var(--core-orange);
  position: relative;
  overflow: hidden;
}

.story-panel-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: var(--rich-black);
  border-right: 1px solid rgba(255,187,51,0.1);
}

.story-panel-tag span {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: 1.2rem;
  color: var(--core-orange);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.story-panel-content {
  padding: 40px 48px;
}

.story-panel-content h3 {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  color: var(--pure-white);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.story-panel-content h3 .orange {
  color: var(--core-orange);
}

.story-panel-content p {
  font-family: var(--font-body);
  font-size: 1rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
}

.story-panel-year {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: 0.75rem;
  color: var(--snipe-red);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
}

.story-divider {
  height: 1px;
  background: linear-gradient(to right, var(--core-orange), transparent 60%);
  margin-left: 200px;
}

@media (max-width: 768px) {
  .story-panel { grid-template-columns: 1fr; }
  .story-panel-tag {
    writing-mode: horizontal-tb;
    padding: 16px 24px;
    justify-content: flex-start;
    border-right: none;
    border-bottom: 1px solid rgba(255,187,51,0.1);
  }
  .story-panel-tag span {
    writing-mode: horizontal-tb;
    transform: none;
  }
  .story-divider { margin-left: 0; }
  .story-panel-content { padding: 24px; }
}



/* ─────────────────────────────────────────
   14. BUTTONS — Universal button system
   Originally on homepage (inovate.html).
   ───────────────────────────────────────── */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-headline);
  font-weight: 600;
  font-size: 0.83rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  padding: 12px 24px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.25s;
}

.btn--primary {
  background: var(--core-orange);
  color: var(--rich-black);
  border-color: var(--core-orange);
}

.btn--primary:hover {
  background: transparent;
  color: var(--core-orange);
}

.btn--outline {
  background: transparent;
  border-color: rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.7);
}

.btn--outline:hover {
  border-color: var(--core-orange);
  color: var(--core-orange);
}

.btn--sm {
  padding: 8px 16px;
  font-size: 0.82rem;
}

.btn--lg {
  padding: 16px 32px;
  font-size: 0.85rem;
}



/* ─────────────────────────────────────────
   15. TEXT UTILITIES
   .muted — subdued body text on dark bg
   Used: homepage product cards, reusable
   ───────────────────────────────────────── */

.muted {
  font-family: var(--font-body);
  color: rgba(255,255,255,0.45);
  font-size: 0.88rem;
  line-height: 1.6;
}

.guide-section-light .muted {
  color: rgba(0,0,0,0.45);
}

.InOvate-bullet ul {
  list-style: none;
  padding: 0;
}

.InOvate-bullet li {
  list-style: none;
  background-image: url('/themes/iov/images/iov/images/newiov/vector/inovate-hex.svg');
  background-repeat: no-repeat;
  background-position: left top 9px; /* Align bullet to center of first line */
  background-size: 0.8rem; /* Resize bullet as needed */
  padding-left: 2rem; /* Create space for the image */
  margin-bottom: 0.5rem;
}

.InOvate-bullet-black ul {
  list-style: none;
  padding: 0;
}

.InOvate-bullet-black li {
  list-style: none;
  background-image: url('/themes/iov/images/iov/images/newiov/vector/inovate-hex-black.svg');
  background-repeat: no-repeat;
  background-position: left top 9px; /* Align bullet to center of first line */
  background-size: 0.8rem; /* Resize bullet as needed */
  padding-left: 2rem; /* Create space for the image */
  margin-bottom: 0.5rem;
}

.InOvate-bullet-black ul li {
  list-style: none;
  background-image: url('/themes/iov/images/iov/images/newiov/vector/inovate-hex.svg');
  background-repeat: no-repeat;
  background-position: left top 9px; /* Align bullet to center of first line */
  background-size: 0.8rem; /* Resize bullet as needed */
  padding-left: 2rem; /* Create space for the image */
  margin-bottom: 0.5rem;
}

/* ─────────────────────────────────────────
   16. PRODUCT CARD RAIL — Horizontal scroller
   Originally on homepage (inovate.html).
   Use for any horizontal card showcase.
   ───────────────────────────────────────── */

.rail {
  color: #FFF;
  position: relative;
  margin-top: 26px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.03);
  overflow: hidden;
}

.rail__scroller {
  display: flex;
  gap: 1em;
  margin: 3em auto;
  overflow: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 14px;
  width: 100%;
}

.rail__scroller::-webkit-scrollbar { display: none; }

.rail__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.50);
  color: rgba(255,255,255,0.85);
  cursor: pointer;
  z-index: 2;
}

.rail__btn:hover {
  border-color: rgba(255,187,51,0.30);
  color: var(--core-orange);
}

.rail__btn:first-of-type { left: 10px; }
.rail__btn:last-of-type  { right: 10px; }



/* ─────────────────────────────────────────
   17. PRODUCT CARDS — Within rail or standalone
   Originally on homepage (inovate.html).
   ───────────────────────────────────────── */

.card {
  width: min(420px, 86vw);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.26);
  box-shadow: 0 14px 34px rgba(0,0,0,0.40);
  scroll-snap-align: start;
  flex: 0 0 20em;
}

.card__media {
  position: relative;
  height: 210px;
}

.card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.9) saturate(1.05);
}

.card__body {
  padding: 14px 14px 16px;
}

.card__body h3 {
  margin: 0 0 6px;
}

.card__actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.chip {
  border: 0px solid;
  background: linear-gradient(45deg, orange, red);
  display: none;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.tag {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 3px 8px;
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.5);
}

.tag--wine {
  background: rgba(187,51,51,0.15);
  color: var(--snipe-red);
}


/* ═══════════════════════════════════════════
   DEPTH ENTRANCE ANIMATIONS
   ═══════════════════════════════════════════ */

/* From below + from behind — for scroll reveals */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: perspective(800px) translateY(40px) translateZ(-60px);
  }
  to {
    opacity: 1;
    transform: perspective(800px) translateY(0) translateZ(0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* From left + from behind the screen */
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: perspective(800px) translateX(-60px) translateZ(-80px) rotateY(4deg);
  }
  to {
    opacity: 1;
    transform: perspective(800px) translateX(0) translateZ(0) rotateY(0);
  }
}

/* From right + from behind */
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: perspective(800px) translateX(60px) translateZ(-80px) rotateY(-4deg);
  }
  to {
    opacity: 1;
    transform: perspective(800px) translateX(0) translateZ(0) rotateY(0);
  }
}

/* Punch in from far behind — for hero headline */
@keyframes heroHeadlineIn {
  0% {
    opacity: 0;
    transform: perspective(800px) translateZ(-200px) translateY(20px);
    filter: blur(4px);
  }
  60% {
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    opacity: 1;
    transform: perspective(800px) translateZ(0) translateY(0);
    filter: blur(0px);
  }
}

/* Subtle scale-in for the header bar */
@keyframes barSlideIn {
  from {
    opacity: 0;
    transform: scaleX(0.3) translateX(-20px);
    transform-origin: left center;
  }
  to {
    opacity: 1;
    transform: scaleX(1) translateX(0);
    transform-origin: left center;
  }
}

/* CTA buttons arrive last, from slightly below */
@keyframes ctaFadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes burstPulse {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 0.9; }
}

@keyframes triangleSlide {
  from { transform: translateX(20px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

.reveal { opacity: 0; transform: perspective(800px) translateY(40px) translateZ(-60px); transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
.reveal.visible { opacity: 1; transform: perspective(800px) translateY(0) translateZ(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ═══════════════════════════════════════════
   TOP BAR — Subtle product links
   ═══════════════════════════════════════════ */
.top-bar {
  background: var(--rich-black);
  color: rgba(255,255,255,0.5);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 0;
  font-family: var(--font-body);
  font-weight: 600;
}

.top-bar-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}

.top-bar a {
  color: rgba(255,255,255,0.5);
  transition: color 0.2s;
}

.top-bar a:hover { color: var(--core-orange); }

.top-bar .sep { color: rgba(255,255,255,0.15); }

/* ═══════════════════════════════════════════
   NAVIGATION
   ═══════════════════════════════════════════ */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--near-black);
  height: var(--nav-height);
  border-bottom: 3px solid var(--core-orange);
  transition: box-shadow 0.3s;
}

.navbar.scrolled {
  box-shadow: 0 4px 30px rgba(0,0,0,0.4);
}

.navbar-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.logo-mark {
  width: 44px;
  height: 44px;
  position: relative;
}

/* SVG Hexagon Logo Approximation */
.logo-mark svg { width: 100%; height: 100%; }

.logo-vector {
  width: 170px;
}

.logo-text {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: 1.65rem;
  color: var(--pure-white);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
}

.logo-text span { color: var(--snipe-red); }

.logo-tagline {
  font-family: var(--font-script);
  color: var(--core-orange);
  font-size: 0.85rem;
  margin-top: 1px;
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
}

.nav-links li a {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 0.98rem;
  color: var(--core-orange);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 8px 18px;
  transition: all 0.25s;
  position: relative;
}

/*.nav-links a:hover {
  text-shadow: 
    0 0 4px #000,
    0 0 6px #ffbb33,
    0 0 8px #ffbb33,
    0 0 10px #ccff33;
    transition: text-shadow 1s ease-in-out;
    opacity: 0
}*/

.nav-links a:hover {
  /* Apply the animation: name | duration | timing | repetition */
  animation: glowCycle 2s ease-in-out /*infinite*/;
}

@keyframes glowCycle {
  0%, 100% {
    /* Set colors to transparent (alpha 00) at start/end */
    text-shadow: 
      0 0 4px rgba(0, 0, 0, 0), 
      0 0 6px rgba(255, 187, 51, 0), 
      0 0 8px rgba(255, 187, 51, 0), 
      0 0 10px rgba(204, 255, 51, 0);
  }
  50% {
    /* Fully opaque colors at 1 second */
    text-shadow: 
      0 0 4px #000, 
      0 0 6px #ffbb33, 
      0 0 8px #ffbb33, 
      0 0 10px #ccff33;
  }
}

.nav-links li:not(.nav-dropdown) > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--core-orange);
  transition: width 0.3s;
}

.nav-links li:not(.nav-dropdown) > a:hover { color: var(--pure-white); text-shadow: 0px 0px 40px #ffbb33; }
.nav-links li:not(.nav-dropdown) > a:hover::after { width: 60%; }
.nav-links li:not(.nav-dropdown) > a.active { color: var(--pure-white); text-shadow: 0px 0px 40px #ffbb33; }
.nav-links li:not(.nav-dropdown) > a.active::after { width: 60%; }

.nav-cta {
  background: var(--snipe-red) !important;
  color: var(--pure-white) !important;
  padding: 10px 22px !important;
  border-radius: 2px;
  margin-left: 10px;
  font-weight: 770 !important;
  transition: all 0.25s !important;
}

.nav-cta:hover {
  background: var(--snipe-red-bright) !important;
  transform: translateY(-1px);
}

.nav-cta::after { display: none !important; }

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
}

.nav-toggle span {
  width: 26px;
  height: 2px;
  background: var(--pure-white);
  transition: all 0.3s;
}

/* ═══════════════════════════════════════════
   PRIMARY NAV — Dropdowns
   ═══════════════════════════════════════════ */
.nav-dropdown {
  position: relative;
}

.nav-dropdown > a {
  cursor: default;
}

.nav-dropdown > a:hover {
  color: var(--pure-white);
  text-shadow: 0px 0px 40px #ffbb33;
}

.nav-dropdown > a.active {
  color: var(--pure-white);
  text-shadow: 0px 0px 40px #ffbb33;
}

/* Chevron indicator */
.nav-dropdown > a::after {
  content: '';
  display: inline-block;
  position: static;
  width: 5px;
  height: 5px;
  background: none;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  margin-left: 6px;
  transition: transform 0.25s;
}

.nav-dropdown:hover > a::after,
.nav-dropdown.open > a::after {
  transform: rotate(-135deg) translateY(-1px);
}

/* Dropdown panel */
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 70%;
  transform: translateX(-50%) translateY(6px);
  min-width: 180px;
  background: var(--rich-black);
  border: 1px solid rgba(255,187,51,0.3);
  border-bottom: 2px solid var(--core-orange);
  border-top: 0px solid var(--core-orange);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
  z-index: 1001;
  box-shadow:
    0 4px 12px rgba(0,0,0,0.3),
    0 12px 36px rgba(0,0,0,0.2);
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* Dropdown items */
.nav-dropdown-menu a {
  display: block;
  padding: 10px 24px;
  font-family: var(--font-headline);
  font-weight: 600;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
}

.nav-dropdown-menu a:hover {
  color: var(--pure-white);
  background: rgba(255,187,51,0.3);
}

.nav-dropdown-divider {
  height: 1px;
  background: rgba(255,255,255,0.3);
  margin: 0px 0px;
}

/* ═══════════════════════════════════════════
   SUB-NAV — Contextual Section Navigation
   ═══════════════════════════════════════════ */
.subnav {
  position: fixed;

  left: 0;
  right: 0;
  height: 40px;
  background: var(--near-black);
  border-bottom: 1px solid rgba(255,187,51,0.08);
  z-index: 999;
  transition: top 0.35s ease;
}

.subnav.visible {
  display: block;
  top: var(--navbar-height, 64px);
}

.subnav-inner {
  max-width: var(--max-width, 1200px);
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 40px);
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0;
}

.subnav a {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 0.87rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.4);
  padding: 0 16px;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  transition: color 0.25s, border-color 0.25s;
  white-space: nowrap;
}

.subnav a:hover {
  color: rgba(255,255,255,0.7);
  animation: glowCycle 1s ease-in-out;
}

@keyframes glowCycle {
  0%, 100% {
    /* Set colors to transparent (alpha 00) at start/end */
    text-shadow: 
      0 0 4px rgba(0, 0, 0, 0), 
      0 0 6px rgba(255, 187, 51, 0), 
      0 0 8px rgba(255, 187, 51, 0), 
      0 0 10px rgba(204, 255, 51, 0);
  }
  50% {
    /* Fully opaque colors at 1 second */
    text-shadow: 
      0 0 4px #000, 
      0 0 6px #ffbb33, 
      0 0 8px #ffbb33, 
      0 0 10px #ccff33;
  }
}


.subnav a.active {
  color: var(--core-orange);
}

.subnav-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--snipe-red);
  width: 0%;
  transition: width 0.15s linear;
}



/* ═══════════════════════════════════════════
   HERO SECTION — The Burst
   ═══════════════════════════════════════════ */
.hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--rich-black);
}

/* Burst background — the signature InOvate radial */
.hero-burst {
  position: absolute;
  inset: -25% 0;
  background: 
    radial-gradient(ellipse 80% 50% at 55% 50%, 
      rgba(255,187,51,0.42) 0%, 
      rgba(255,187,51,0.14) 35%,
      rgba(255,187,51,0.04) 55%,
      transparent 70%
    );
  z-index: 1;
  animation: burstPulse 8s ease-in-out infinite;
  will-change: transform;
}

/* Subtle ray lines */
.hero-rays {
  position: absolute;
  inset: -25% 0;
  z-index: 0;
  opacity: 0.08;
  background: 
    repeating-conic-gradient(
      from 0deg at 55% 50%,
      transparent 0deg,
      rgba(255,187,51,0.3) 1deg,
      transparent 2deg,
      transparent 15deg
    );
  will-change: transform;
}

/* Orange gradient bottom edge — brand signature */
.hero-bottom-gradient {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  height: 350px;
  background: linear-gradient(to top, var(--core-orange) 0%, rgba(255,187,51,0.4) 40%, transparent 100%);
  z-index: 2;
  will-change: transform;
}

.inovate-hex {
  opacity: 0.06;
  background-image: url("/themes/iov/images/iov/images/newiov/vector/inovate-hex.svg");
  width: 300px;
  height: 300px;
  position: absolute;
  top: -150px;
  right: 10%;
}

.inovate-hex-black {
  opacity: 0.07s;
  background-image: url("/themes/iov/images/iov/images/newiov/vector/inovate-hex-black.svg");
  width: 300px;
  height: 300px;
  position: absolute;
  top: -150px;
  right: 10%;
}

.hero-content {
  position: relative;
  z-index: 10;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
  padding-top: 40px;
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
  width: 100%;
}

.hero-text { animation: slideInLeft 1s 0.3s both; }

/* Hero entrance choreography */
/* Default — hidden, waiting */
.hero-header-bar {
  animation: none;
  opacity: 0;
}

.hero h1 {
  animation: none;
  opacity: 0;
}

.hero-sub {
  animation: none;
  opacity: 0;
}

.hero-ctas {
  animation: none;
  opacity: 0;
}

.hero-visual {
  animation: none;
  opacity: 0;
}

/* Triggered — hero section is visible */
.hero.in-view .hero-header-bar {
  animation: barSlideIn 0.6s 0.2s both cubic-bezier(0.22, 1, 0.36, 1);
}

.hero.in-view h1 {
  animation: heroHeadlineIn 1s 0.4s both cubic-bezier(0.16, 1, 0.3, 1);
}

.hero.in-view .hero-sub {
  animation: fadeUp 0.7s 0.7s both cubic-bezier(0.22, 1, 0.36, 1);
}

.hero.in-view .hero-ctas {
  animation: ctaFadeUp 0.6s 0.9s both cubic-bezier(0.22, 1, 0.36, 1);
}

.hero.in-view .hero-visual {
  animation: slideInRight 0.9s 0.6s both cubic-bezier(0.22, 1, 0.36, 1);
}

/* Rich Black header bar device — from print ads */
.hero-header-bar {
  display: inline-block;
  background: var(--rich-black);
  padding: 8px 24px 8px 0;
  margin-bottom: 20px;
  position: relative;
  border-left: 4px solid var(--core-orange);
  padding-left: 20px;
}

.hero-header-bar span {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: clamp(0.85rem, 1.2vw, 1rem);
  color: var(--core-orange);
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.hero h1 {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: clamp(2.8rem, 5.5vw, 4.8rem);
  line-height: 0.95;
  color: var(--pure-white);
  text-transform: uppercase;
  margin-bottom: 10px;
  /* Bold stroke effect reminiscent of print headlines */
  text-shadow: 
    2px 2px 0 rgba(0,0,0,0.8),
    -1px -1px 0 rgba(0,0,0,0.3);
}

.hero h1 .accent {
  color: var(--core-orange);
  display: block;
}

.hero h1 .accent-red {
  color: var(--snipe-red);
}

.hero-sub {
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  color: rgba(255,255,255,0.75);
  line-height: 1.65;
  margin-top: 20px;
  max-width: 520px;
  font-weight: 400;
}

.hero-ctas {
  display: flex;
  gap: 16px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.btn-primary {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 14px 32px;
  background: var(--snipe-red);
  color: var(--pure-white);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-primary:hover { background: var(--snipe-red-bright); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(187,51,51,0.4); }

.btn-secondary {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 14px 32px;
  background: transparent;
  color: var(--pure-white);
  border: 2px solid rgba(255,255,255,0.3);
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-secondary:hover { border-color: var(--core-orange); color: var(--core-orange); }

/* Hero right — visual showcase */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-product-grid-header {
  grid-column: 1 / -1;
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.45);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding-bottom: 10px;
  margin-bottom: 4px;
}

.hero-product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 480px;
}

.hero-product-card {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 4px;
  padding: 28px 20px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.hero-product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--core-orange);
  transform: scaleX(0);
  transition: transform 0.4s;
}

.hero-product-card:hover {
  background: rgba(255,187,51,0.08);
  border-color: rgba(255,187,51,0.2);
  transform: translateY(-4px);
}

.hero-product-card:hover::before { transform: scaleX(1); }

.hero-product-icon {
  font-size: 2.4rem;
  margin-bottom: 12px;
  filter: drop-shadow(0 2px 8px rgba(255,187,51,0.3));
}

.hero-product-name {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: 1rem;
  color: var(--pure-white);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}

.hero-product-desc {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.4;
}




/* Snipe triangle — brand device from print ads */
.snipe-triangle {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 20;
  animation: triangleSlide 1.1s 1.2s both;
}

.snipe-triangle svg { width: 60px; height: 60px; }

/* ═══════════════════════════════════════════
   TRUST STRIP
   ═══════════════════════════════════════════ */
   
/* Subtle orange warmth at bottom — brand continuity */
.ino-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to top, rgba(255,187,51,1) 0%, transparent 100%);
  z-index: 2;
}
   
.trust-strip {
  background: var(--core-orange);
  padding: 28px 0;
  position: relative;
  z-index: 30;
}

.trust-strip-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.trust-icon {
  width: 42px;
  height: 42px;
  background: var(--rich-black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.trust-icon svg { width: 20px; height: 20px; fill: var(--core-orange); }

.trust-text {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--rich-black);
  line-height: 1.3;
}

.trust-text small {
  display: block;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.78rem;
  text-transform: none;
  letter-spacing: 0;
  opacity: 0.7;
}

/* ═══════════════════════════════════════════
   SECTION — WHY INOVATE
   ═══════════════════════════════════════════ */
.section-why {
  padding: var(--section-pad) 0;
  background: var(--warm-white);
  position: relative;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
}

/* Section header with black bar device */
.section-header {
  margin-bottom: 50px;
}

.section-tag {
  display: inline-block;
  background: var(--rich-black);
  padding: 6px 20px 6px 0;
  border-left: 4px solid var(--core-orange);
  padding-left: 16px;
  margin-bottom: 16px;
}

.section-tag span {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--core-orange);
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.section-title {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: clamp(2rem, 3.5vw, 3rem);
  text-transform: uppercase;
  color: var(--rich-black);
  line-height: 1;
  margin-bottom: 14px;
}

.section-title .orange { color: var(--core-orange-dark); }
.section-title .red { color: var(--snipe-red); }

.section-subtitle {
  font-size: 1.1rem;
  color: rgba(0,0,0,0.55);
  max-width: 600px;
  line-height: 1.65;
}

/* Gray blade divider — brand device */
.blade-divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--core-orange), var(--snipe-red));
  margin: 16px 0;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.why-card {
  background: var(--pure-white);
  border: 1px solid rgba(0,0,0,0.06);
  padding: 36px 30px;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
}

.why-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--core-orange), var(--snipe-red));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

.why-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.08); transform: translateY(-4px); }
.why-card:hover::before { transform: scaleX(1); }

.why-card-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--core-orange), var(--core-orange-dark));
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.why-card h3 {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--rich-black);
  margin-bottom: 12px;
}

.why-card p {
  font-size: 0.95rem;
  color: rgba(0,0,0,0.6);
  line-height: 1.65;
}

/* ═══════════════════════════════════════════
   PARALLAX VIDEO HERO
   "Building People, Building Products"
   ═══════════════════════════════════════════ */
.section-video-hero {
  position: relative;
  height: 85vh;
  min-height: 560px;
  max-height: 800px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.video-parallax-wrap {
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 160%;
  z-index: 0;
  will-change: transform;
}

.video-parallax-wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  min-width: 100%;
  height: 100vh;
  min-height: 100%;
  transform: translate(-50%, -50%);
  border: none;
  pointer-events: none;
}

/* Dark overlay — gradient heavier on the text side */
.video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg,
      rgba(0,0,0,0.82) 20%,
      rgba(0,0,0,0.65) 40%,
      rgba(0,0,0,0.50) 60%,
      rgba(0,0,0,0.75) 100%
    );
}

.video-overlay-top {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg,
      rgba(0,0,0,0.82) 0%,
      rgba(0,0,0,0.65) 2%,
      rgba(0,0,0,0.35) 4%,
      rgba(0,0,0,0.25) 6%
    );
}

/* Subtle orange warmth at bottom — brand continuity */
.video-bottom-wash {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 170px;
  background: linear-gradient(to top, rgba(0,0,0,1) 0%, transparent 100%);
  z-index: 2;
}

/* Subtle black warmth at bottom — brand continuity */
.video-bottom-wash-top {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: linear-gradient(to top, rgba(0,0,0,1.0) 0%, transparent 100%);
  z-index: 2;
}

.video-hero-content {
  position: relative;
  z-index: 10;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
  width: 100%;
}

.video-hero-content-top {
  position: relative;
  z-index: 10;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
  width: 100%;
}

/* Hard-edged panel anchored left — echoes Rich Black header bar device */
.video-hero-panel {
  background: rgba(0, 0, 0, 0.7);
  border-left: 5px solid var(--core-orange);
  padding: clamp(36px, 5vw, 56px) clamp(30px, 4vw, 52px);
  max-width: 560px;
  position: relative;
  overflow: hidden;
}

.video-hero-panel-top {
  background: rgba(0, 0, 0, 0.4);
  border-left: 5px solid var(--core-orange);
  padding: clamp(36px, 5vw, 56px) clamp(30px, 4vw, 52px);
  max-width: 560px;
  position: relative;
  float: right;
  overflow: hidden;
  margin-top: -200px;
}

/* Faint inner burst — nod to the brand's radial device */
.video-hero-panel::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -30%;
  width: 80%;
  height: 140%;
  background: radial-gradient(ellipse at center, rgba(255,187,51,0.04) 0%, transparent 60%);
  pointer-events: none;
}

.video-hero-tag {
  display: inline-block;
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 0.78rem;
  color: var(--core-orange);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.video-hero-panel h2 {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  text-transform: uppercase;
  color: var(--pure-white);
  line-height: 1;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
  text-shadow:
    2px 2px 0 rgba(0,0,0,0.6),
    -1px -1px 0 rgba(0,0,0,0.2);
}

.video-hero-panel h2 .orange {
  color: var(--core-orange);
  display: block;
}

.video-hero-panel-top h2 {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: clamp(2rem, 1.5vw, 2.8rem);
  color: var(--pure-white);
  line-height: 1;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
  text-shadow:
    2px 2px 0 rgba(0,0,0,0.6),
    -1px -1px 0 rgba(0,0,0,0.2);
}

.video-hero-panel-top h2 .orange {
  color: var(--core-orange);
  display: block;
}

.video-hero-divider {
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, var(--core-orange), var(--snipe-red));
  margin: 18px 0;
  position: relative;
  z-index: 1;
}

.video-hero-panel p {
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.video-hero-panel p:last-of-type {
  margin-bottom: 0;
}

.video-hero-panel p strong {
  color: rgba(255,255,255,0.9);
  font-weight: 600;
}

/* Snipe triangle accent — bottom-right of panel */
.video-hero-snipe {
  position: absolute;
  bottom: 0;
  right: 6px;
  z-index: 1;
  opacity: 0.5;
}

.video-hero-snipe svg {
  width: 36px;
  height: 36px;
}

/* ═══════════════════════════════════════════
   RESPONSIVE — Video Hero
   ═══════════════════════════════════════════ */
@media (max-width: 768px) {
  .section-video-hero {
    height: 70vh;
    min-height: 480px;
  }

  .video-hero-panel {
    max-width: 100%;
    background: rgba(0, 0, 0, 0.4);
  }

  .video-overlay {
    background:
      linear-gradient(180deg,
        rgba(0,0,0,0.7) 0%,
        rgba(0,0,0,0.5) 50%,
        rgba(0,0,0,0.7) 100%
      );
  }
}

/* ═══════════════════════════════════════════
   VIDEO UNMUTE TOGGLE
   ═══════════════════════════════════════════ */
.video-sound-toggle {
  position: absolute;
  bottom: -82px;
  right: 24px;
  z-index: 20;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  backdrop-filter: blur(6px);
}

.video-sound-toggle:hover {
  background: rgba(0, 0, 0, 0.85);
  border-color: var(--core-orange);
  transform: scale(1.08);
}

.video-sound-toggle svg {
  width: 20px;
  height: 20px;
  fill: rgba(255,255,255,0.7);
  transition: fill 0.3s;
}

.video-sound-toggle:hover svg {
  fill: var(--core-orange);
}

/* Muted state — show slash indicator */
.video-sound-toggle .icon-muted { display: block; }
.video-sound-toggle .icon-unmuted { display: none; }

.video-sound-toggle.is-playing .icon-muted { display: none; }
.video-sound-toggle.is-playing .icon-unmuted { display: block; }

/* Subtle pulse on first load to draw attention */
@keyframes soundHint {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,187,51,0); }
  50% { box-shadow: 0 0 0 8px rgba(255,187,51,0.2); }
}

.video-sound-toggle.hint {
  animation: soundHint 2s ease-in-out 4;
}

/* ═══════════════════════════════════════════
   SECTION — PRODUCT HEROES
   ═══════════════════════════════════════════ */
.section-products {
  padding: var(--section-pad) 0;
  background: var(--rich-black);
  position: relative;
  overflow: hidden;
}

/* Subtle burst in background */
.products-burst-bg {
  position: absolute;
  top: -30%;
  right: -10%;
  width: 60%;
  height: 160%;
  background: radial-gradient(ellipse at center, rgba(255,187,51,0.06) 0%, transparent 60%);
  pointer-events: none;
  will-change: transform;
}

.product-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
  margin-bottom: 80px;
  position: relative;
}

.product-hero:last-child { margin-bottom: 0; }

.product-hero.reverse { direction: rtl; }
.product-hero.reverse > * { direction: ltr; }

.product-visual {
  position: relative;
  background: rgba(0,0,0,0.03);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 4px;
  padding: 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 340px;
  overflow: hidden;
}

.product-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(255,187,51,0.08) 0%, transparent 70%);
}

.product-visual-label {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: clamp(4rem, 7vw, 6rem);
  color: rgba(255,255,255,0.02);
  text-transform: uppercase;
  position: absolute;
  white-space: nowrap;
  letter-spacing: 0.05em;
  display: none;
}

.product-emoji {
  font-size: 5rem;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 4px 20px rgba(255,187,51,0.2));
}

.product-info { position: relative; z-index: 2; }

.product-info-logo {
  width: 220px;
  height: auto;
}

.product-info-logo-db {
  width: 220px;
  height: auto;
}

.product-brand {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  color: var(--pure-white);
  text-transform: uppercase;
    border-top: 5px solid; /* Define width and style */
  border-image-slice: 1; /* Essential for showing the gradient correctly */
  border-image-source: linear-gradient(90deg, 
      rgba(255,187,51,1) 30%,
      rgba(255,187,51,1) 40%,
      rgba(187,51,51,0.7) 60%,
      rgba(187,51,51,0.5) 80%,
      rgba(187,51,51,0.0) 100%);
  letter-spacing: 0.03em;
  margin-bottom: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background:
    linear-gradient(50deg,
      rgba(255,187,51,0.95) 1%,
      rgba(255,187,51,0.55) 20%,
      rgba(255,187,51,0.80) 35%,
      rgba(255,187,51,0.40) 50%,
      rgba(255,187,51,0.2) 70%,
      rgba(255,187,51,0) 90%
    );
}

.product-brand img{max-height: 100px;}

.product-brand .the-prefix {
  font-family: var(--font-script);
  color: var(--snipe-red);
  font-size: 0.7em;
  text-transform: none;
  margin-right: 4px;
  letter-spacing: 0;
}

.product-tagline {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--core-orange);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}

.product-desc {
  font-size: 1rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  margin-bottom: 24px;
  max-width: 460px;
}

.product-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.product-feature {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--pure-white);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 6px 14px;
}

.product-link {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--core-orange);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}

.product-link:hover { gap: 14px; }

.product-link svg {
  width: 18px;
  height: 18px;
  fill: var(--snipe-red);
  transition: transform 0.3s;
}

.product-link:hover svg { transform: translateX(4px); }

/* Product divider */
.product-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,187,51,0.2), transparent);
  margin-bottom: 80px;
}

/* ═══════════════════════════════════════════
   SECTION — MANUFACTURING EXCELLENCE
   ═══════════════════════════════════════════ */
.section-mfg {
  padding: var(--section-pad) 0;
  background: var(--warm-white);
  position: relative;
  overflow: hidden;
}

.mfg-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}

.mfg-visual {
  position: relative;
  background: var(--rich-black);
  border-radius: 4px;
  padding: 60px 40px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.mfg-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 40%, rgba(255,187,51,0.20) 0%, transparent 60%);
}

.mfg-badge {
  position: relative;
  z-index: 2;
  text-align: center;
}

.mfg-badge-flag {
  font-size: 3.5rem;
  margin-bottom: 16px;
}

.mfg-badge-text {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: 1.8rem;
  color: var(--pure-white);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.mfg-badge-sub {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--core-orange);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-top: 8px;
}

.mfg-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 36px;
  position: relative;
  z-index: 2;
}

.mfg-stat {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 20px;
  text-align: center;
}

.mfg-stat-number {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: 1.8rem;
  color: var(--core-orange);
}

.mfg-stat-label {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 4px;
}

.mfg-content h2 {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  text-transform: uppercase;
  color: var(--rich-black);
  line-height: 1.05;
  margin-bottom: 20px;
}

.mfg-content h2 .orange { color: var(--core-orange-dark); }

.mfg-content p {
  font-size: 1.05rem;
  color: rgba(0,0,0,0.6);
  line-height: 1.7;
  margin-bottom: 16px;
}

.mfg-content p strong { color: var(--rich-black); }

.mfg-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 30px;
}

.mfg-pillar {
  border-left: 3px solid var(--core-orange);
  padding: 14px 18px;
  background: rgba(255,187,51,0.04);
}

.mfg-pillar h4 {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: 0.88rem;
  text-transform: uppercase;
  color: var(--rich-black);
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

.mfg-pillar p {
  font-size: 0.85rem;
  color: rgba(0,0,0,0.5);
  margin-bottom: 0;
  line-height: 1.5;
}

/* ═══════════════════════════════════════════
   SECTION — AUDIENCES
   ═══════════════════════════════════════════ */
.section-audiences {
  padding: var(--section-pad) 0;
  background: var(--dark-gray);
  position: relative;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.audience-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  padding: 36px 26px;
  text-align: center;
  transition: all 0.4s;
  position: relative;
  /* cursor: pointer; */
}

.audience-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--core-orange);
  transform: scaleX(0);
  transition: transform 0.4s;
}

.audience-card:hover {
  background: rgba(255,187,51,0.06);
  transform: translateY(-4px);
}

.audience-card:hover::after { transform: scaleX(1); }

.audience-icon {
  font-size: 2.2rem;
  margin-bottom: 16px;
}

.audience-name {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: 1rem;
  text-transform: uppercase;
  color: var(--pure-white);
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.audience-desc {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.55;
}

/* ═══════════════════════════════════════════
   SECTION — RESOURCES / CEU
   ═══════════════════════════════════════════ */
.section-resources {
  padding: var(--section-pad) 0;
  background: var(--warm-white);
}

.resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.resource-card {
  border: 1px solid rgba(0,0,0,0.08);
  background: var(--pure-white);
  overflow: hidden;
  transition: all 0.4s;
  cursor: pointer;
}

.resource-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.08); transform: translateY(-3px); }

.resource-card-header {
  padding: 30px 26px 24px;
  background: var(--rich-black);
  position: relative;
  overflow: hidden;
}

.resource-card-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 20%, rgba(255,187,51,0.12) 0%, transparent 60%);
}

.resource-card-header h3 {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: 1.1rem;
  color: var(--pure-white);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
}

.resource-card-header .resource-icon {
  font-size: 1.5rem;
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}

.resource-card-body {
  padding: 24px 26px;
}

.resource-card-body p {
  font-size: 0.92rem;
  color: rgba(0,0,0,0.55);
  line-height: 1.6;
  margin-bottom: 18px;
}

.resource-link {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--snipe-red);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.resource-link:hover { color: var(--snipe-red-bright); }

/* ═══════════════════════════════════════════
   CTA BANNER
   ═══════════════════════════════════════════ */
.section-cta {
  padding: 80px 0;
  background: var(--rich-black);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.section-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 50% 50%, 
      rgba(255,255,255,0.25) 0%, 
      transparent 60%
    );
}

.cta-hero-burst {
  position: absolute;
  inset: -1% -40%;
  background: 
    radial-gradient(ellipse 80% 50% at 45% 30%, 
      rgba(255,187,51,0.42) 0%, 
      rgba(255,187,51,0.14) 35%,
      rgba(255,187,51,0.04) 55%,
      transparent 70%
    );
  z-index: 1;
  animation: burstPulse 8s ease-in-out infinite;
  will-change: transform;
}

/* Subtle ray lines */
.cta-hero-rays {
  position: absolute;
  inset: -1% -40%;
  z-index: 0;
  opacity: 0.08;
  background: 
    repeating-conic-gradient(
      from 0deg at 45% 30%,
      transparent 0deg,
      rgba(255,187,51,0.3) 1deg,
      transparent 2deg,
      transparent 15deg
    );
  will-change: transform;
}

.cta-content {
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}

.cta-content h2 {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: clamp(2rem, 3.5vw, 3rem);
  text-transform: uppercase;
  color: var(--rich-black);
  line-height: 1;
  margin-bottom: 14px;
    text-shadow: 
    0 0 5px #fff,
    0 0 10px #ffbb33,
    0 0 20px #ffbb33,
    0 0 40px #ffbb33,
    0 0 60px #ccff33;
}

.cta-content p {
  font-size: 1.1rem;
  color: rgba(0,0,0,0.6);
  margin-bottom: 28px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.btn-dark {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 16px 40px;
  background: var(--rich-black);
  color: var(--core-orange);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-dark:hover { background: var(--dark-gray); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.3); }

/* ═══════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════ */
footer {
  background: var(--rich-black);
  color: rgba(255,255,255,0.5);
  padding: 60px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-brand .logo-text {
  font-size: 1.4rem;
  margin-bottom: 4px;
}

.footer-brand .logo-tagline {
  margin-bottom: 16px;
}

.footer-brand p {
  font-size: 0.88rem;
  line-height: 1.65;
  max-width: 300px;
  margin-bottom: 20px;
}

.footer-contact-line {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--core-orange);
  letter-spacing: 0.04em;
}

.footer-col h4 {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--pure-white);
  margin-bottom: 18px;
}

.footer-col ul { list-style: none; }

.footer-col ul li { margin-bottom: 10px; }

.footer-col ul li a {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.45);
  transition: color 0.2s;
}

.footer-col ul li a:hover { color: var(--core-orange); }

.footer-bottom {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.78rem;
}

.footer-bottom a { color: rgba(255,255,255,0.4); transition: color 0.2s; }
.footer-bottom a:hover { color: var(--core-orange); }

/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */
@media (max-width: 1024px) {
  .hero-content { grid-template-columns: 1fr; text-align: left; }
  .hero-visual { display: none; }
  .product-hero { grid-template-columns: 1fr; }
  .product-hero.reverse { direction: ltr; }
  .product-visual { min-height: 240px; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .mfg-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .top-bar { display: none; }
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    background: var(--near-black);
    border-bottom: 3px solid var(--core-orange);
    padding: 20px;
  }
  .nav-cta {  padding: 2px 2px 2px 3px !important; margin-left: 0px;}
  .nav-links.open li {
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.nav-links.open li:last-child {
  border-bottom: none;
}

.nav-links.open li a {
  display: block;
  padding: 12px 0;
  font-size: 1.05rem;
}

  /* Dropdowns become flat lists in mobile menu */
  .nav-dropdown-menu {
    position: static;
    transform: none;
    min-width: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    padding: 4px 0 4px 16px;
    display: none;
    border-top: none;
  }
  .nav-dropdown.open .nav-dropdown-menu {
    display: block;
    transform: none;
  }
  .nav-dropdown-menu a {
  padding: 11px 16px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
}
  .nav-dropdown-divider { display: none; }

  /* Sub-nav horizontal scroll on mobile */
  .subnav-inner {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .subnav-inner::-webkit-scrollbar { display: none; }
  .subnav a { font-size: 0.65rem; padding: 0 12px; }
  .hero { min-height: 70vh; }
  .why-grid { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: 1fr; }
  .resources-grid { grid-template-columns: 1fr; }
  .mfg-pillars { grid-template-columns: 1fr; }
  .mfg-stats { grid-template-columns: 1fr 1fr; }
  .trust-strip-inner { justify-content: center; text-align: center; }
  .trust-item { flex-direction: column; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .product-info-logo {
  margin-left: 0px;
}

.product-info-logo-db {
  margin-left: 0px;
}
}

/* ═══════════════════════════════════════════
   ACTIVE NAV SECTION INDICATOR
   ═══════════════════════════════════════════ */
.nav-links li:not(.nav-dropdown) > a[data-section].active {
  color: var(--pure-white);
  text-shadow: 0px 0px 40px #ffbb33;
  text-decoration: none;
}

.nav-links li:not(.nav-dropdown) > a[data-section].active::after {
  width: 60%;
}

.nav-links.open li a::after {
  display: none;
}



/* ═══════════════════════════════════════════
   BACK TO TOP
   ═══════════════════════════════════════════ */
#topHome {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 999;
  width: 46px;
  height: 46px;
  background-image: url('/themes/iov/images/iov/images/newiov/vector/inovate-hex.svg');
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

#topHome.visible {
  opacity: 1;
  visibility: visible;
}

#topHome:hover {
  background: var(--core-orange);
}

/* Arrow */
#topHome::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 3px solid var(--core-orange);
  border-right: 3px solid var(--core-orange);
  transform: translate(-50%, -30%) rotate(-45deg);
  transition: border-color 0.3s;
}

#topHome:hover::after {
  border-color: var(--rich-black);
}

/* Wiggle on hover */
@keyframes hoverWiggle {
  0%, 100% { transform: translateY(0); }
  25% { transform: translateY(-4px); }
  75% { transform: translateY(2px); }
}

#topHome:hover {
  animation: hoverWiggle 0.4s ease;
}

.why-card,
.audience-card,
.resource-card,
.hero-product-card {
  transition: transform 0.15s ease-out, box-shadow 0.4s;
  transform-style: preserve-3d;
}

/* ═══════════════════════════════════════════════════════════════
   RESOURCE PAGE COMPONENTS
   Shared by: venting-guidelines.html, building-code.html,
   and future resource pages.
   ═══════════════════════════════════════════════════════════════ */

/* ── Alternating Section Containers ── */
.guide-section {
  padding: clamp(60px, 8vw, 100px) 0;
}

.guide-section-dark {
  background: var(--rich-black);
  color: var(--pure-white);
}

.guide-section-light {
  /* background: #f5f5f0; */
  background: linear-gradient(to top, #ffbb33, #f5f5f0 15%);
  color: var(--dark-gray);
  border-bottom: 15px #FFBB33 solid;
}

/* ── Narrative Paragraph ── */
.guide-intro {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.8;
  max-width: 780px;
  margin-bottom: 40px;
}

.guide-section-light .guide-intro {
  color: rgba(0,0,0,0.55);
}

.guide-intro strong {
  font-weight: 600;
}

.guide-section-dark .guide-intro strong {
  color: var(--pure-white);
}

.guide-section-light .guide-intro strong {
  color: var(--dark-gray);
}

/* ── Requirement / Rule List ── */
.guide-rules {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.guide-rule {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.guide-rule-marker {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: var(--core-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.guide-rule-marker svg {
  width: 14px;
  height: 14px;
  fill: var(--rich-black);
}

.guide-rule-text {
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
}

.guide-section-light .guide-rule-text {
  color: rgba(0,0,0,0.6);
}

.guide-rule-text strong {
  color: var(--pure-white);
  font-weight: 600;
}

.guide-section-light .guide-rule-text strong {
  color: var(--dark-gray);
}

/* ── Inline Code Citation ── */
.code-ref,
.guide-cite {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 0.72rem;
  color: var(--core-orange);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: inline-block;
  margin-top: 4px;
  white-space: nowrap;
}

.code-ref a,
.guide-cite a {
  color: var(--core-orange);
  text-decoration: underline;
  text-decoration-color: rgba(255,187,51,0.3);
  transition: text-decoration-color 0.25s;
}

.code-ref a:hover,
.guide-cite a:hover {
  text-decoration-color: var(--core-orange);
}

/* ── Product Callout Strip ── */
.guide-products {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  margin-top: 8px;
}

.guide-section-light .guide-products {
  border-top-color: rgba(0,0,0,0.08);
}

.guide-products-label {
  font-family: var(--font-headline);
  font-weight: 770;
  color: var(--snipe-red);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
}

.guide-product-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
}

.guide-product-link {
  font-family: var(--font-body);
  font-size: 0.88rem;
}

.guide-product-link a {
  color: var(--core-orange);
  font-weight: 600;
  transition: color 0.25s;
}

.guide-product-link a:hover {
  color: var(--pure-white);
}

.guide-section-light .guide-product-link a:hover {
  color: var(--snipe-red);
}

.guide-product-link span {
  color: rgba(255,255,255,0.4);
  font-weight: 400;
  margin-left: 4px;
}

.guide-section-light .guide-product-link span {
  color: rgba(0,0,0,0.4);
}

/* ── Quick Reference Strip ── */
.quick-ref {
  background: var(--near-black);
  padding: clamp(40px, 6vw, 72px) 0;
  border-top: 2px solid var(--core-orange);
}

.quick-ref-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.quick-ref-item {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  padding: 24px;
  transition: all 0.3s;
}

.quick-ref-item:hover {
  background: rgba(255,187,51,0.04);
  border-color: rgba(255,187,51,0.15);
}

.quick-ref-item-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
}

.quick-ref-item-icon svg {
  width: 100%;
  height: 100%;
  fill: var(--core-orange);
}

.quick-ref-item-code {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: 0.65rem;
  color: var(--core-orange);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.quick-ref-item-text {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--pure-white);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.quick-ref-item-sub {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
  margin-top: 6px;
  line-height: 1.5;
}

/* ── Resource Page Hero (shared structure) ── */
.venting-hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.venting-hero-tag {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: 0.72rem;
  color: var(--core-orange);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 16px;
}

.venting-hero h1,
.page-hero-code h1 {
  font-family: var(--font-headline);
  font-weight: 770;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  color: var(--pure-white);
  text-transform: uppercase;
  line-height: 1.05;
  margin-bottom: 20px;
}

.venting-hero-desc {
  font-family: var(--font-body);
  font-size: 1.1rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  max-width: 600px;
}

/* ── Resource Page Responsive ── */
@media (max-width: 1024px) {
  .quick-ref-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .quick-ref-grid { grid-template-columns: 1fr; }
}


.node691 .guide-section-light .section-title{
	color: var(--rich-black);
}
.node691 .guide-section-dark .section-title{
	color: var(--pure-white);
}
.node691 .guide-section-light .bim-card-desc{
	color: rgba(0,0,0,0.4);
}
.node691 .guide-section-dark .bim-card-desc{
	color: rgba(255,255,255,0.35);
}
.node691 .guide-section-dark .partner-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
}
.node691 .guide-section-light .partner-card {
	background: rgba(255,255,255,0.8);
	border-color: rgba(0,0,0,0.08);
}
.node691 .guide-section-light .partner-card-name {
	color: var(--dark-gray);
}
.node691 .guide-section-light .partner-card-desc {
  color: rgba(0,0,0,0.4);
}
.node691 .guide-section-light .spec-ref-text strong {
  color: var(--rich-black);
}
.node691 .guide-section-light .spec-ref-text {
  color: rgba(255,255,255,0.6);
  	color: var(--dark-gray);
}
.node691 .guide-section-light .spec-ref-label {
  color: var(--rich-black);
}
.node691 .guide-section-light .spec-ref {
	background: rgba(255,255,255,0.8);
	border-color: rgba(0,0,0,0.08);
}