/*
Theme Name:     BozCon Astra Child
Theme URI:      https://bozcon.com/
Description:    Custom Astra child theme for BozCon — Hybrid Engineering Confidence + Visual Drama design system. Free, dual-language EN/TR, premium B2B+B2C modular construction site.
Author:         MaxHandMade
Author URI:     https://github.com/MaxHandMade
Template:       astra
Version:        1.0.0
License:        Proprietary
Text Domain:    bozcon-child
*/

/* Parent enqueue is in functions.php */

/* ===========================================================
   1. Reset / Base
   =========================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--bz-font-body);
  color: var(--bz-color-text);
  background: var(--bz-color-bg);
  line-height: var(--bz-line-height-body);
  font-feature-settings: "tnum" 1; /* tabular figures for technical numbers */
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ===========================================================
   2. Design Tokens (Hybrid: Engineering Confidence + Visual Drama)
   =========================================================== */

:root {
  /* --- Palette --- */
  --bz-color-bg: #0E1116;            /* siyah-mavi temel */
  --bz-color-surface: #161B22;       /* card / section bg */
  --bz-color-surface-2: #1F2630;     /* daha açık card */
  --bz-color-border: #2A3340;        /* hairline */
  --bz-color-text: #E6E9EE;          /* primary text on dark */
  --bz-color-text-muted: #A8B0BA;    /* çelik grisi muted */
  --bz-color-accent: #C8A24B;        /* derin altın */
  --bz-color-accent-hover: #D9B458;
  --bz-color-success: #2DA44E;       /* whatsapp yeşili */
  --bz-color-danger: #E5484D;

  /* --- Typography --- */
  --bz-font-display: "Manrope", "Inter", system-ui, sans-serif;
  --bz-font-body: "Inter", system-ui, sans-serif;
  --bz-font-mono: "IBM Plex Mono", ui-monospace, monospace;

  --bz-fs-h1: clamp(2.5rem, 1.5rem + 4vw, 4.5rem);
  --bz-fs-h2: clamp(2rem, 1.2rem + 3vw, 3.25rem);
  --bz-fs-h3: clamp(1.5rem, 1rem + 2vw, 2.25rem);
  --bz-fs-h4: 1.5rem;
  --bz-fs-body: 1rem;
  --bz-fs-small: 0.875rem;
  --bz-fs-eyebrow: 0.75rem;

  --bz-line-height-tight: 1.1;
  --bz-line-height-heading: 1.2;
  --bz-line-height-body: 1.6;
  --bz-letter-spacing-eyebrow: 0.12em;

  /* --- Spacing (8px grid) --- */
  --bz-space-1: 0.25rem;
  --bz-space-2: 0.5rem;
  --bz-space-3: 0.75rem;
  --bz-space-4: 1rem;
  --bz-space-6: 1.5rem;
  --bz-space-8: 2rem;
  --bz-space-12: 3rem;
  --bz-space-16: 4rem;
  --bz-space-20: 5rem;
  --bz-space-24: 6rem;
  --bz-space-32: 8rem;

  /* --- Section padding --- */
  --bz-section-py-mobile: var(--bz-space-16);
  --bz-section-py-desktop: var(--bz-space-24);

  /* --- Container --- */
  --bz-container-max: 1240px;
  --bz-container-padding: var(--bz-space-6);

  /* --- Radius --- */
  --bz-radius-sm: 4px;
  --bz-radius-md: 8px;
  --bz-radius-lg: 16px;
  --bz-radius-pill: 999px;

  /* --- Shadow --- */
  --bz-shadow-md: 0 8px 24px rgba(0, 0, 0, 0.35);
  --bz-shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.55);

  /* --- Transition --- */
  --bz-transition-fast: 150ms ease;
  --bz-transition-base: 250ms ease;
}

/* ===========================================================
   3. Reusable Component Classes
   =========================================================== */

.bz-container {
  max-width: var(--bz-container-max);
  margin-inline: auto;
  padding-inline: var(--bz-container-padding);
}

.bz-eyebrow {
  display: inline-block;
  font-family: var(--bz-font-mono);
  font-size: var(--bz-fs-eyebrow);
  letter-spacing: var(--bz-letter-spacing-eyebrow);
  text-transform: uppercase;
  color: var(--bz-color-accent);
}

.bz-btn {
  display: inline-flex;
  align-items: center;
  gap: var(--bz-space-2);
  padding: var(--bz-space-3) var(--bz-space-6);
  border-radius: var(--bz-radius-pill);
  font-family: var(--bz-font-display);
  font-weight: 600;
  font-size: var(--bz-fs-body);
  line-height: 1;
  text-decoration: none;
  transition: background var(--bz-transition-base), transform var(--bz-transition-fast);
  cursor: pointer;
  border: 1px solid transparent;
}

.bz-btn--primary {
  background: var(--bz-color-accent);
  color: #0E1116;
}

.bz-btn--primary:hover {
  background: var(--bz-color-accent-hover);
  transform: translateY(-1px);
}

.bz-btn--ghost {
  background: transparent;
  color: var(--bz-color-text);
  border-color: var(--bz-color-border);
}

.bz-btn--ghost:hover {
  border-color: var(--bz-color-accent);
  color: var(--bz-color-accent);
}

.bz-btn--whatsapp {
  background: var(--bz-color-success);
  color: #fff;
}

/* ===========================================================
   4. Astra default overrides (Sprint 1 placeholder phase)
   These overrides make the unstyled placeholder pages feel
   on-brand. Header/Footer Elementor templates (Sprint 2 with
   Stitch) will replace most of these.
   =========================================================== */

/* Hide Astra default page title heading on placeholder pages
   (we use H1 inside post content). */
.page .entry-header,
.single-page .entry-header,
.ast-page-builder-template .entry-header,
.ast-archive-description {
  display: none;
}

/* Footer copyright is now managed via Astra Customizer →
   Footer Builder → Below Footer Section 1.
   No CSS override needed. */

/* Brand-styled WordPress core buttons (Gutenberg button blocks) */
.wp-block-button .wp-block-button__link {
  background: var(--bz-color-accent);
  color: var(--bz-color-bg);
  border-radius: var(--bz-radius-pill);
  padding: var(--bz-space-3) var(--bz-space-6);
  font-family: var(--bz-font-display);
  font-weight: 600;
  border: 1px solid var(--bz-color-accent);
  transition: background var(--bz-transition-base), transform var(--bz-transition-fast);
}
.wp-block-button .wp-block-button__link:hover {
  background: var(--bz-color-accent-hover);
  border-color: var(--bz-color-accent-hover);
  color: var(--bz-color-bg);
  transform: translateY(-1px);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: var(--bz-color-text);
  border: 1px solid var(--bz-color-border);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: var(--bz-color-accent);
  color: var(--bz-color-accent);
  background: transparent;
}

/* "Chat on WhatsApp" button (Contact page) */
.wp-block-button.bz-btn--whatsapp .wp-block-button__link {
  background: var(--bz-color-success);
  border-color: var(--bz-color-success);
  color: #fff;
}
.wp-block-button.bz-btn--whatsapp .wp-block-button__link:hover {
  background: #259a44;
  border-color: #259a44;
  color: #fff;
}

/* Fluent Forms — brand-aligned Submit button */
.fluentform .ff-btn-submit,
.fluentform .ff_btn_style {
  background: var(--bz-color-accent);
  border: 1px solid var(--bz-color-accent);
  color: var(--bz-color-bg);
  border-radius: var(--bz-radius-pill);
  padding: var(--bz-space-3) var(--bz-space-6);
  font-family: var(--bz-font-display);
  font-weight: 600;
}
.fluentform .ff-btn-submit:hover {
  background: var(--bz-color-accent-hover);
  border-color: var(--bz-color-accent-hover);
}

/* Body content links — gold accent */
.entry-content a:not(.wp-block-button__link):not(.ff-btn),
.wp-block-post-content a:not(.wp-block-button__link) {
  color: var(--bz-color-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.entry-content a:not(.wp-block-button__link):not(.ff-btn):hover,
.wp-block-post-content a:not(.wp-block-button__link):hover {
  color: var(--bz-color-accent-hover);
}

/* Section dividers */
.wp-block-separator {
  border: 0;
  border-top: 1px solid var(--bz-color-border);
  margin: var(--bz-space-12) auto;
  max-width: 80px;
}

/* ===========================================================
   5. Sprint 2 Additions (Stitch Design 4 sync)
   =========================================================== */

:root {
  /* Stitch'in display-xl varyantı — hero için light weight dramatic */
  --bz-fs-display: clamp(3rem, 2rem + 4vw, 4.5rem);
  --bz-fs-display-line: 1.1;
  --bz-fs-display-tracking: -0.02em;

  /* Section padding scale */
  --bz-section-py: clamp(4rem, 2rem + 6vw, 8rem);

  /* Bento grid */
  --bz-bento-card-min-h: 300px;

  /* Hero text overlay gradient */
  --bz-hero-overlay: linear-gradient(to top, rgba(14,17,22,0.85) 0%, rgba(14,17,22,0.55) 50%, transparent 100%);
}

/* ===========================================================
   6. Reusable Section Components (Sprint 2)
   =========================================================== */

.bz-section {
  padding-top: var(--bz-section-py);
  padding-bottom: var(--bz-section-py);
}

.bz-section--dark {
  background: var(--bz-color-bg);
}

.bz-section--surface {
  background: var(--bz-color-surface);
}

/* Hero — full viewport landing page (full-bleed + content vertically centered) */
.bz-hero {
  position: relative;
  min-height: 100vh;
  height: 100vh;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  display: flex;
  align-items: center;        /* center vertically — content visible without scroll */
  justify-content: center;
  padding: 100px var(--bz-space-8) var(--bz-space-8);
  background-size: cover;
  background-position: center;
  background-color: var(--bz-color-bg);
  overflow: hidden;
}

/* Apply same full-bleed to every Sprint 2 Home section (Trust Signals + Featured + etc.) */
.bz-section,
.bz-section--dark,
.bz-section--surface {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
}

@media (max-width: 768px) {
  .bz-hero {
    height: auto;
    min-height: 100vh;
    padding-top: 96px;
    padding-bottom: var(--bz-space-12);
    align-items: flex-start !important;  /* content top-aligned on mobile (buttons stay in viewport) */
    justify-content: flex-start !important;
  }
  /* Push content slightly up so View Specs button doesn't cut at the fold */
  .bz-hero .bz-hero__content {
    margin-top: 24px;
  }
}

.bz-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  /* Only the BOTTOM third is darkened (where text + bento sit).
     Top two-thirds: image stays clear and visible. */
  background: linear-gradient(to top, rgba(14, 17, 22, 0.85) 0%, rgba(14, 17, 22, 0.45) 30%, transparent 60%);
  z-index: 1;
  pointer-events: none;
}

.bz-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--bz-space-6);
}

@media (min-width: 768px) {
  .bz-hero__content {
    grid-template-columns: repeat(12, 1fr);
    align-items: end;
  }
  .bz-hero__text {
    grid-column: span 8;
  }
  .bz-hero__bento {
    grid-column: span 4;
  }
}

.bz-hero__text {
  display: flex;
  flex-direction: column;
  gap: var(--bz-space-6);
}

.bz-hero__title {
  font-family: var(--bz-font-display);
  font-size: var(--bz-fs-display);
  font-weight: 600;
  line-height: var(--bz-fs-display-line);
  letter-spacing: var(--bz-fs-display-tracking);
  color: var(--bz-color-text);
  margin: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.bz-hero .bz-eyebrow {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--bz-color-accent) !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6), 0 0 2px rgba(0, 0, 0, 0.8);
}

.bz-hero__text > p {
  color: var(--bz-color-text) !important;     /* #E6E9EE — was muted #A8B0BA */
  font-weight: 500 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7), 0 0 2px rgba(0, 0, 0, 0.6);
}

/* Hero CTA buttons — premium hava: gradient, depth, hover lift */
.bz-hero .bz-btn {
  padding: 1rem 2.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--bz-radius-pill);
  transition: transform 250ms cubic-bezier(.2,.8,.4,1), box-shadow 250ms ease, background 250ms ease;
  display: inline-flex;
  align-items: center;
  gap: var(--bz-space-2);
}

.bz-hero .bz-btn--primary {
  background: linear-gradient(135deg, #C8A24B 0%, #E0BB67 100%);
  color: #0E1116;
  border: 1px solid rgba(200, 162, 75, 0.7);
  box-shadow: 0 6px 20px rgba(200, 162, 75, 0.25), 0 1px 0 rgba(255, 255, 255, 0.15) inset;
}

.bz-hero .bz-btn--primary:hover {
  background: linear-gradient(135deg, #D9B458 0%, #EBC872 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(200, 162, 75, 0.4), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}

.bz-hero .bz-btn--ghost {
  background: rgba(14, 17, 22, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(230, 233, 238, 0.35);
  color: #E6E9EE;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.bz-hero .bz-btn--ghost:hover {
  background: rgba(200, 162, 75, 0.12);
  border-color: var(--bz-color-accent);
  color: var(--bz-color-accent);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(200, 162, 75, 0.2);
}

/* Hero bento overlay cards */
.bz-hero__bento {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--bz-space-4);
}

.bz-bento-card {
  background: rgba(22, 27, 34, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: var(--bz-space-6);
}

.bz-bento-card__label {
  font-family: var(--bz-font-mono);
  font-size: var(--bz-fs-eyebrow);
  letter-spacing: var(--bz-letter-spacing-eyebrow);
  text-transform: uppercase;
  color: var(--bz-color-text);
}

.bz-bento-card__value {
  font-family: var(--bz-font-display);
  font-size: clamp(2rem, 1.5rem + 2vw, 3.5rem);
  font-weight: 800;
  color: var(--bz-color-accent);
  line-height: 1;
  margin: var(--bz-space-2) 0;
}

.bz-bento-card__sub {
  font-family: var(--bz-font-mono);
  font-size: var(--bz-fs-eyebrow);
  letter-spacing: var(--bz-letter-spacing-eyebrow);
  text-transform: uppercase;
  color: var(--bz-color-text-muted);
}

/* Live build pulsing dot */
.bz-live-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bz-color-danger);
  animation: bz-pulse 2s ease-in-out infinite;
}

@keyframes bz-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* Stat block (Trust Signals section) */
.bz-stat-block {
  text-align: center;
  padding: var(--bz-space-8);
}

.bz-stat-block__value {
  font-family: var(--bz-font-display);
  font-size: clamp(3rem, 2rem + 4vw, 6rem);
  font-weight: 800;
  color: var(--bz-color-accent);
  line-height: 1;
  letter-spacing: -0.02em;
}

.bz-stat-block__label {
  font-family: var(--bz-font-mono);
  font-size: var(--bz-fs-eyebrow);
  letter-spacing: var(--bz-letter-spacing-eyebrow);
  text-transform: uppercase;
  color: var(--bz-color-text-muted);
  margin-top: var(--bz-space-3);
}

.bz-stat-block__sub {
  font-family: var(--bz-font-body);
  font-size: var(--bz-fs-small);
  color: var(--bz-color-text-muted);
  margin-top: var(--bz-space-1);
}

/* Spec tile (Engineering Specs section) */
.bz-spec-tile {
  background: var(--bz-color-surface);
  border: 1px solid var(--bz-color-border);
  padding: var(--bz-space-8);
  position: relative;
  transition: border-color var(--bz-transition-base);
}

.bz-spec-tile:hover {
  border-color: var(--bz-color-accent);
}

.bz-spec-tile::after {
  content: "";
  position: absolute;
  top: var(--bz-space-3);
  right: var(--bz-space-3);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--bz-color-accent);
}

.bz-spec-tile__label {
  font-family: var(--bz-font-mono);
  font-size: var(--bz-fs-eyebrow);
  letter-spacing: var(--bz-letter-spacing-eyebrow);
  text-transform: uppercase;
  color: var(--bz-color-accent);
}

.bz-spec-tile__value {
  font-family: var(--bz-font-display);
  font-weight: 600;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2.25rem);
  color: var(--bz-color-text);
  margin: var(--bz-space-2) 0;
  line-height: 1.1;
}

.bz-spec-tile__sub {
  font-family: var(--bz-font-body);
  font-size: var(--bz-fs-small);
  color: var(--bz-color-text-muted);
  line-height: 1.5;
}

/* Bento collection card */
.bz-coll-card {
  background: var(--bz-color-surface);
  border: 1px solid var(--bz-color-border);
  border-radius: var(--bz-radius-lg);
  overflow: hidden;
  position: relative;
  transition: border-color var(--bz-transition-base);
  display: flex;
  flex-direction: column;
  min-height: var(--bz-bento-card-min-h);
  text-decoration: none;
  color: inherit;
}

.bz-coll-card:hover {
  border-color: var(--bz-color-accent);
}

.bz-coll-card--accent {
  border-color: var(--bz-color-accent);
}

.bz-coll-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.bz-coll-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.bz-coll-card:hover .bz-coll-card__media img {
  transform: scale(1.03);
}

.bz-coll-card__body {
  padding: var(--bz-space-6);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.bz-coll-card__eyebrow {
  font-family: var(--bz-font-mono);
  font-size: var(--bz-fs-eyebrow);
  letter-spacing: var(--bz-letter-spacing-eyebrow);
  text-transform: uppercase;
  color: var(--bz-color-accent);
  margin-bottom: var(--bz-space-2);
}

.bz-coll-card__title {
  font-family: var(--bz-font-display);
  font-weight: 600;
  font-size: var(--bz-fs-h3);
  color: var(--bz-color-text);
  margin-bottom: var(--bz-space-3);
}

.bz-coll-card__desc {
  font-family: var(--bz-font-body);
  font-size: var(--bz-fs-body);
  color: var(--bz-color-text-muted);
  line-height: var(--bz-line-height-body);
  margin-bottom: var(--bz-space-4);
  flex: 1;
}

.bz-coll-card__link {
  font-family: var(--bz-font-display);
  font-weight: 600;
  font-size: var(--bz-fs-body);
  color: var(--bz-color-accent);
  text-decoration: none;
}

.bz-coll-card__link:hover {
  color: var(--bz-color-accent-hover);
}

/* Process card (How It Works section) */
.bz-process-card {
  background: var(--bz-color-surface);
  border: 1px solid var(--bz-color-border);
  padding: var(--bz-space-8);
  min-height: 280px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.bz-process-card__num {
  position: absolute;
  top: var(--bz-space-6);
  right: var(--bz-space-6);
  font-family: var(--bz-font-mono);
  font-size: 3rem;
  /* Sprint 2 closure A1.4: WCAG-AA compliant contrast (was opacity 0.3 + gold;
     effective contrast ~1.3:1 → fail). Lighter gold + 0.7 opacity preserves
     watermark feel while passing AA on dark surface. */
  color: #D9B458;
  opacity: 0.7;
  line-height: 1;
}

.bz-process-card__label {
  font-family: var(--bz-font-mono);
  font-size: var(--bz-fs-eyebrow);
  letter-spacing: var(--bz-letter-spacing-eyebrow);
  text-transform: uppercase;
  color: var(--bz-color-accent);
}

.bz-process-card__title {
  font-family: var(--bz-font-display);
  font-weight: 600;
  font-size: var(--bz-fs-h4);
  color: var(--bz-color-text);
  margin: var(--bz-space-3) 0 var(--bz-space-4);
}

.bz-process-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: var(--bz-font-mono);
  font-size: 0.875rem;
  color: var(--bz-color-text-muted);
  line-height: 1.8;
}

/* Bento grid utility (used for collections + specs) */
.bz-bento-grid {
  display: grid;
  gap: var(--bz-space-4);
  max-width: var(--bz-container-max);
  margin-inline: auto;
  padding-inline: var(--bz-container-padding);
}

@media (min-width: 768px) {
  .bz-bento-grid {
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(var(--bz-bento-card-min-h), auto);
  }
}

.bz-spec-grid {
  display: grid;
  gap: var(--bz-space-4);
  grid-template-columns: 1fr;
  max-width: var(--bz-container-max);
  margin-inline: auto;
  padding-inline: var(--bz-container-padding);
}

@media (min-width: 768px) {
  .bz-spec-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .bz-spec-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Section title kit (eyebrow + h2 + sub centered) */
.bz-section__head {
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: var(--bz-space-12);
  padding-inline: var(--bz-container-padding);
}

.bz-section__title {
  font-family: var(--bz-font-display);
  font-weight: 600;
  font-size: var(--bz-fs-h2);
  color: var(--bz-color-text);
  margin: var(--bz-space-3) 0 var(--bz-space-4);
}

.bz-section__sub {
  font-family: var(--bz-font-body);
  font-size: var(--bz-fs-body);
  color: var(--bz-color-text-muted);
  line-height: var(--bz-line-height-body);
}

/* ===========================================================
   7. Astra wrapper compaction (HFE Header inside <header id="masthead">)
   =========================================================== */

/* Astra adds default padding/margin around the <header> tag and the
   .ast-main-header-wrap container. HFE Header section is rendered inside
   that wrapper, so the section feels oversized. Strip Astra's wrapper
   chrome so HFE template controls all spacing. */
header#masthead.elementor-section,
.ast-main-header-wrap,
.main-header-bar-wrap,
.main-header-container,
.main-header-bar {
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

/* HFE Header logo image — Astra wrapper sometimes adds max-width or display
   constraints; ensure HFE image widget renders at exact width set in JSON. */
header#masthead .elementor-widget-image img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
}

/* ===========================================================
   8. Mobile responsive (≤ 768px)
   =========================================================== */

/* Header structure: Col1 logo / Col2 [language-switcher] / Col3 nav (hamburger on mobile) */

/* Hamburger toggle — white, visible on dark header */
header#masthead .hfe-nav-menu__toggle,
header#masthead .hfe-nav-menu-icon {
  color: #E6E9EE !important;
  fill: #E6E9EE !important;
}
header#masthead .hfe-nav-menu__toggle svg,
header#masthead .hfe-nav-menu-icon svg {
  fill: #E6E9EE !important;
  color: #E6E9EE !important;
}

/* TranslatePress language switcher in header — minimal styling */
header#masthead .trp-language-switcher,
header#masthead .trp-ls-shortcode-language {
  color: #E6E9EE !important;
}
header#masthead .trp-language-switcher select,
header#masthead .trp-ls-shortcode-language a {
  color: #E6E9EE !important;
  background: transparent !important;
  border: 1px solid var(--bz-color-border);
  padding: 6px 12px;
  border-radius: var(--bz-radius-pill);
  font-family: var(--bz-font-mono);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  /* HFE Header on mobile: 3-col horizontal, no wrap */
  header#masthead .elementor-row,
  header#masthead .elementor-container,
  header#masthead .elementor-section .elementor-container {
    align-items: center !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
  }

  /* All columns equal width on mobile */
  header#masthead .elementor-column,
  header#masthead .elementor-element[data-element_type*="column"] {
    width: 33.333% !important;
    flex: 0 0 33.333% !important;
  }

  /* SWAP order on mobile only:
     Desktop:  Col1 Logo | Col2 Nav (hamburger) | Col3 LangSwitcher
     Mobile:   Col1 Logo | Col2 LangSwitcher    | Col3 Nav (hamburger) */
  header#masthead .elementor-column:nth-child(1) { order: 1 !important; text-align: left !important; }
  header#masthead .elementor-column:nth-child(2) { order: 3 !important; text-align: right !important; }
  header#masthead .elementor-column:nth-child(3) { order: 2 !important; text-align: center !important; }

  header#masthead .hfe-nav-menu__toggle {
    margin-left: auto !important;
  }

  /* Logo width on mobile */
  header#masthead .elementor-widget-image img {
    max-width: 110px !important;
  }

  /* Lang switcher compact on mobile */
  header#masthead .trp-language-switcher select,
  header#masthead .trp-ls-shortcode-language a,
  header#masthead .trp-language-switcher .trp-ls-shortcode-current-language {
    font-size: 10px !important;
    padding: 4px 8px !important;
  }

  /* Hide hero bento metric cards on mobile (10+ YEARS / 500+ / 30+ COUNTRIES) */
  .bz-hero .bz-hero__bento {
    display: none !important;
  }

  /* Hero text takes full width on mobile when bento hidden */
  .bz-hero .bz-hero__text {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* "What We Build" bento grid → horizontal scroll-snap slider on mobile */
  .bz-bento-grid {
    display: flex !important;
    grid-template-columns: none !important;
    grid-auto-rows: auto !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: var(--bz-space-4);
    padding: 0 var(--bz-space-6) var(--bz-space-6);
    scrollbar-width: thin;
    scrollbar-color: var(--bz-color-accent) transparent;
  }

  /* Webkit scrollbar styling */
  .bz-bento-grid::-webkit-scrollbar {
    height: 4px;
  }
  .bz-bento-grid::-webkit-scrollbar-track {
    background: transparent;
  }
  .bz-bento-grid::-webkit-scrollbar-thumb {
    background: var(--bz-color-accent);
    border-radius: 2px;
  }

  /* Each collection card: fixed width, snap-aligned, full-height aspect */
  .bz-bento-grid > .bz-coll-card {
    flex: 0 0 82% !important;
    scroll-snap-align: start;
    grid-column: auto !important;
    grid-row: auto !important;
    min-width: 280px;
    min-height: 380px;
  }

  /* Force consistent media area on slider cards */
  .bz-bento-grid > .bz-coll-card .bz-coll-card__media {
    aspect-ratio: 16 / 10 !important;
    flex: none !important;
  }

  /* "Engineering Specs" 6-tile bento → horizontal scroll-snap slider on mobile */
  .bz-spec-grid {
    display: flex !important;
    grid-template-columns: none !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: var(--bz-space-4);
    padding: 0 var(--bz-space-6) var(--bz-space-6);
    scrollbar-width: thin;
    scrollbar-color: var(--bz-color-accent) transparent;
  }

  .bz-spec-grid::-webkit-scrollbar {
    height: 4px;
  }
  .bz-spec-grid::-webkit-scrollbar-track {
    background: transparent;
  }
  .bz-spec-grid::-webkit-scrollbar-thumb {
    background: var(--bz-color-accent);
    border-radius: 2px;
  }

  .bz-spec-grid > .bz-spec-tile {
    flex: 0 0 78% !important;
    scroll-snap-align: start;
    min-width: 260px;
  }
}

/* ===========================================================
   Sprint 2 — Contact Page Components
   Spec: docs/plans/2026-04-30-bozcon-contact-redesign-design.md
   =========================================================== */

/* Section 1 — Page Header (full-bleed gradient, ~45vh) */
.bz-contact-header {
  min-height: 45vh;
  background: linear-gradient(180deg, #0E1116 0%, #161B22 100%);
  border-bottom: 1px solid rgba(200, 162, 75, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 96px 24px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.bz-contact-header__eyebrow {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 13px;
  color: #C8A24B;
  margin-bottom: 16px;
  display: block;
}
.bz-contact-header__h1 {
  font-family: "Manrope", sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: #E6E9EE;
  line-height: 1.1;
  margin: 0 0 24px 0;
}
.bz-contact-header__sub {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #A8B0BA;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto;
}

/* Section 2 — Form + Channels split cards (surface-2) */
.bz-contact-form-wrap,
.bz-contact-channels {
  background: #1F2630;
  border: 1px solid #2A3340;
  border-radius: 12px;
  padding: 32px;
}
.bz-contact-form-wrap__heading,
.bz-contact-channels__heading {
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #E6E9EE;
  margin: 0 0 24px 0;
}

/* Channel rows (4 channels: phone, email, whatsapp, office) */
.bz-contact-channels__row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 8px 16px 0;
  border-bottom: 1px solid #2A3340;
  transition: all 0.2s ease;
  text-decoration: none;
}
.bz-contact-channels__row:last-of-type {
  border-bottom: 0;
}
.bz-contact-channels__row:hover {
  background: linear-gradient(90deg, transparent, rgba(200, 162, 75, 0.06));
  padding-left: 8px;
}
.bz-contact-channels__icon {
  color: #C8A24B;
  font-size: 24px;
  flex-shrink: 0;
  width: 32px;
  text-align: center;
}
.bz-contact-channels__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.bz-contact-channels__label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  text-transform: uppercase;
  color: #A8B0BA;
  letter-spacing: 0.12em;
}
.bz-contact-channels__value {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #E6E9EE;
}
.bz-contact-channels__arrow {
  color: #C8A24B;
  opacity: 0.5;
  transition: opacity 0.2s ease;
  font-size: 18px;
}
.bz-contact-channels__row:hover .bz-contact-channels__arrow {
  opacity: 1;
}
.bz-contact-channels__hours {
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  color: #A8B0BA;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-top: 16px;
  margin-top: 8px;
  border-top: 1px solid #2A3340;
}

/* Section 3 — What to Expect (3-step trust band) */
.bz-contact-expect {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 80px 0;
}
.bz-contact-expect__card {
  background: #161B22;
  border: 1px solid #2A3340;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
}
.bz-contact-expect__step {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #C8A24B, #D9B458);
  color: #0E1116;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 16px;
}
.bz-contact-expect__title {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #E6E9EE;
  margin: 0 0 8px 0;
}
.bz-contact-expect__desc {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #A8B0BA;
  line-height: 1.5;
  margin: 0;
}

/* Section 4 — GMB embed (full-bleed 16:9) */
.bz-contact-map {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
}
.bz-contact-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: invert(0.92) hue-rotate(180deg);
}

/* Mobile breakpoint */
@media (max-width: 768px) {
  .bz-contact-header {
    min-height: 35vh;
    padding: 64px 16px;
  }
  .bz-contact-header__h1 {
    font-size: 36px;
  }
  .bz-contact-header__sub {
    font-size: 16px;
  }
  .bz-contact-form-wrap,
  .bz-contact-channels {
    padding: 24px;
  }
  .bz-contact-form-wrap__heading,
  .bz-contact-channels__heading {
    font-size: 24px;
  }
  .bz-contact-expect {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 48px 0;
  }
}

/* ===========================================================
   Sprint 3 — About Page Components
   Spec: docs/plans/2026-04-30-bozcon-about-references-content.md
   =========================================================== */

/* Section 1 — About Page Header (compact, full-bleed dark gradient) */
.bz-about-header {
  min-height: 50vh;
  background: linear-gradient(180deg, #0E1116 0%, #161B22 100%);
  border-bottom: 1px solid rgba(200, 162, 75, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 96px 24px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.bz-about-header__eyebrow {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 13px;
  color: #C8A24B;
  margin-bottom: 16px;
  display: block;
}
.bz-about-header__h1 {
  font-family: "Manrope", sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: #E6E9EE;
  line-height: 1.1;
  margin: 0 0 24px 0;
  max-width: 900px;
}
.bz-about-header__sub {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #A8B0BA;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto;
}

/* Section 2 — Stat strip (4 stat cards, full-bleed surface-2 band) */
.bz-about-stats {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #1F2630;
  border-top: 1px solid #2A3340;
  border-bottom: 1px solid #2A3340;
  padding: 64px 24px;
}
.bz-about-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1240px;
  margin: 0 auto;
}
.bz-about-stat {
  text-align: center;
  padding: 16px;
}
.bz-about-stat__num {
  font-family: "Manrope", sans-serif;
  font-size: 64px;
  font-weight: 800;
  background: linear-gradient(135deg, #C8A24B, #D9B458);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 12px;
  display: block;
}
.bz-about-stat__label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
  color: #A8B0BA;
  letter-spacing: 0.12em;
  display: block;
}

/* Section 3 — Origin story (60/40 split: body text + focus card) */
.bz-about-origin {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 48px;
  padding: 96px 0;
  max-width: 1240px;
  margin: 0 auto;
}
.bz-about-origin__heading {
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #E6E9EE;
  line-height: 1.2;
  margin: 0 0 24px 0;
}
.bz-about-origin__body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #A8B0BA;
  line-height: 1.7;
  margin: 0 0 16px 0;
}
.bz-about-focus {
  background: #1F2630;
  border: 1px solid #2A3340;
  border-left: 3px solid #C8A24B;
  border-radius: 12px;
  padding: 32px;
  align-self: start;
}
.bz-about-focus__eyebrow {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  color: #C8A24B;
  margin-bottom: 16px;
  display: block;
}
.bz-about-focus__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bz-about-focus__list li {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  font-size: 13px;
  color: #E6E9EE;
  letter-spacing: 0.08em;
  padding: 12px 0;
  border-bottom: 1px solid #2A3340;
}
.bz-about-focus__list li:last-child { border-bottom: 0; }

/* Section 4 — Capabilities (3 cards horizontal) */
.bz-about-caps {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #161B22;
  padding: 96px 24px;
}
.bz-about-caps__inner {
  max-width: 1240px;
  margin: 0 auto;
}
.bz-about-caps__heading {
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #E6E9EE;
  text-align: center;
  margin: 0 0 48px 0;
}
.bz-about-caps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.bz-about-cap {
  background: #1F2630;
  border: 1px solid #2A3340;
  border-radius: 12px;
  padding: 32px;
}
.bz-about-cap__icon {
  color: #C8A24B;
  font-size: 48px;
  margin-bottom: 16px;
}
.bz-about-cap__title {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #E6E9EE;
  margin: 0 0 8px 0;
}
.bz-about-cap__desc {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #A8B0BA;
  line-height: 1.6;
  margin: 0;
}

/* Section 5 — Engineering pull-quote (full-bleed dark gradient) */
.bz-about-quote {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: linear-gradient(180deg, #0E1116 0%, #161B22 100%);
  padding: 120px 24px;
  text-align: center;
}
.bz-about-quote__eyebrow {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 13px;
  color: #C8A24B;
  margin-bottom: 24px;
  display: block;
}
.bz-about-quote__text {
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 500;
  font-style: italic;
  color: #E6E9EE;
  line-height: 1.4;
  max-width: 900px;
  margin: 0 auto 24px;
  position: relative;
}
.bz-about-quote__text::before {
  content: '"';
  color: #C8A24B;
  font-size: 80px;
  line-height: 0;
  margin-right: 8px;
  vertical-align: -20px;
  font-family: serif;
}
.bz-about-quote__author {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #C8A24B;
  margin: 0;
}

/* Section 6 — Global reach (16 country chips) */
.bz-about-reach {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #161B22;
  padding: 96px 24px;
  text-align: center;
}
.bz-about-reach__inner {
  max-width: 1240px;
  margin: 0 auto;
}
.bz-about-reach__heading {
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #E6E9EE;
  margin: 0 0 16px 0;
}
.bz-about-reach__sub {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #A8B0BA;
  margin: 0 0 48px 0;
}
.bz-about-reach__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.bz-about-reach__chip {
  background: #1F2630;
  border: 1px solid rgba(200, 162, 75, 0.3);
  border-radius: 8px;
  padding: 14px 16px;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  font-size: 12px;
  color: #E6E9EE;
  letter-spacing: 0.08em;
  text-align: center;
}

/* Section 7 — CTA section (full-bleed dark gradient with rules) */
.bz-about-cta {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: linear-gradient(180deg, #0E1116 0%, #161B22 100%);
  border-top: 1px solid rgba(200, 162, 75, 0.3);
  border-bottom: 1px solid rgba(200, 162, 75, 0.3);
  padding: 120px 24px;
  text-align: center;
}
.bz-about-cta__heading {
  font-family: "Manrope", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #E6E9EE;
  margin: 0 0 16px 0;
}
.bz-about-cta__sub {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #A8B0BA;
  margin: 0 0 32px 0;
}
.bz-about-cta__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.bz-about-cta__btn {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-block;
}
.bz-about-cta__btn--primary {
  background: linear-gradient(135deg, #C8A24B, #D9B458);
  color: #0E1116;
}
.bz-about-cta__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(200, 162, 75, 0.3);
}
.bz-about-cta__btn--secondary {
  background: transparent;
  color: #C8A24B;
  border: 1px solid #C8A24B;
}
.bz-about-cta__btn--secondary:hover {
  background: rgba(200, 162, 75, 0.1);
}

/* About — Mobile breakpoint */
@media (max-width: 768px) {
  .bz-about-header { min-height: 38vh; padding: 64px 16px; }
  .bz-about-header__h1 { font-size: 36px; }
  .bz-about-header__sub { font-size: 16px; }
  .bz-about-stats { padding: 48px 16px; }
  .bz-about-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .bz-about-stat__num { font-size: 40px; }
  .bz-about-origin { grid-template-columns: 1fr; gap: 32px; padding: 64px 16px; }
  .bz-about-origin__heading { font-size: 28px; }
  .bz-about-caps { padding: 64px 16px; }
  .bz-about-caps__heading { font-size: 28px; }
  .bz-about-caps__grid { grid-template-columns: 1fr; gap: 16px; }
  .bz-about-quote { padding: 80px 16px; }
  .bz-about-quote__text { font-size: 22px; }
  .bz-about-reach { padding: 64px 16px; }
  .bz-about-reach__heading { font-size: 28px; }
  .bz-about-reach__grid { grid-template-columns: repeat(2, 1fr); }
  .bz-about-cta { padding: 80px 16px; }
  .bz-about-cta__heading { font-size: 32px; }
  .bz-about-cta__buttons { flex-direction: column; }
  .bz-about-cta__btn { width: 100%; }
}

/* ===========================================================
   Sprint 3 — References Page Components
   =========================================================== */

/* Section 1 — References Page Header */
.bz-references-header {
  min-height: 45vh;
  background: linear-gradient(180deg, #0E1116 0%, #161B22 100%);
  border-bottom: 1px solid rgba(200, 162, 75, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 96px 24px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.bz-references-header__eyebrow {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 13px;
  color: #C8A24B;
  margin-bottom: 16px;
  display: block;
}
.bz-references-header__h1 {
  font-family: "Manrope", sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: #E6E9EE;
  line-height: 1.1;
  margin: 0 0 24px 0;
}
.bz-references-header__sub {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #A8B0BA;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto;
}

/* Section 2 — Logo grid (5×4 + 1) */
.bz-references-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  padding: 80px 0;
  max-width: 1240px;
  margin: 0 auto;
}
.bz-references-card {
  background: #1F2630;
  border: 1px solid #2A3340;
  border-radius: 12px;
  aspect-ratio: 1 / 1;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.bz-references-card:hover {
  background: linear-gradient(135deg, #1F2630, rgba(200, 162, 75, 0.08));
  border-color: #C8A24B;
  transform: translateY(-2px);
}
.bz-references-card img {
  max-width: 70%;
  max-height: 70%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0.95);
}

/* Section 3 — CTA */
.bz-references-cta {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: linear-gradient(180deg, #0E1116 0%, #161B22 100%);
  border-top: 1px solid rgba(200, 162, 75, 0.3);
  border-bottom: 1px solid rgba(200, 162, 75, 0.3);
  padding: 100px 24px;
  text-align: center;
}
.bz-references-cta__heading {
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #E6E9EE;
  margin: 0 0 16px 0;
}
.bz-references-cta__sub {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #A8B0BA;
  margin: 0 0 32px 0;
}
.bz-references-cta__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.bz-references-cta__btn {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-block;
}
.bz-references-cta__btn--primary {
  background: linear-gradient(135deg, #C8A24B, #D9B458);
  color: #0E1116;
}
.bz-references-cta__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(200, 162, 75, 0.3);
}
.bz-references-cta__btn--secondary {
  background: transparent;
  color: #C8A24B;
  border: 1px solid #C8A24B;
}
.bz-references-cta__btn--secondary:hover {
  background: rgba(200, 162, 75, 0.1);
}

/* --- References — Sector Filter Chips (Sprint 3 A6) --- */
.bz-references-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 1100px;
  margin: 10px 40px;
  padding: 0 24px;
}
.bz-references-chip {
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #A8B0BA;
  background: #161B22;
  border: 1px solid #2A3340;
  border-radius: 999px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.18s ease;
  -webkit-tap-highlight-color: transparent;
}
.bz-references-chip:hover {
  color: #E6E9EE;
  border-color: #C8A24B;
}
.bz-references-chip.is-active {
  background: linear-gradient(135deg, #C8A24B, #D9B458);
  color: #0E1116;
  border-color: #C8A24B;
  font-weight: 600;
}
.bz-references-chip:focus-visible {
  outline: 2px solid #C8A24B;
  outline-offset: 2px;
}
.bz-references-card {
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.bz-references-card.is-hidden {
  display: none;
}

/* References — Mobile breakpoint */
@media (max-width: 768px) {
  .bz-references-header { min-height: 35vh; padding: 64px 16px; }
  .bz-references-header__h1 { font-size: 36px; }
  .bz-references-header__sub { font-size: 16px; }
  .bz-references-filter {
    gap: 8px;
    margin: 0 auto 24px;
    padding: 0 16px;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .bz-references-filter::-webkit-scrollbar { display: none; }
  .bz-references-chip {
    font-size: 11px;
    padding: 8px 14px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .bz-references-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 48px 16px;
  }
  .bz-references-card { padding: 16px; }
  .bz-references-cta { padding: 80px 16px; }
  .bz-references-cta__heading { font-size: 28px; }
  .bz-references-cta__buttons { flex-direction: column; }
  .bz-references-cta__btn { width: 100%; }
}

/* ===========================================================
   Sprint 2 Closure — Home Page Mobile Polish (4 nice-to-have)
   - Hero H1 mobile 32px (was 52px — 5 lines → 3 lines)
   - Trust Signals 3-stat horizontal band on mobile (was 1-col)
   - Final CTA mobile padding 80px (was 200px — too tall)
   - How It Works 4 process cards mobile slider (consistency w/ bento)
   =========================================================== */

@media (max-width: 768px) {

  /* A1.1 Hero H1 — kompakt mobile */
  .bz-hero__title {
    font-size: 32px !important;
    line-height: 1.15 !important;
  }

  /* A1.2 Trust Signals — horizontal 3-stat band on mobile */
  .bz-trust-stats {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px !important;
  }
  .bz-trust-stats .bz-stat-block {
    text-align: center;
  }
  .bz-trust-stats .bz-stat-block__value {
    font-size: 28px !important;
    line-height: 1;
  }
  .bz-trust-stats .bz-stat-block__label {
    font-size: 9px !important;
    letter-spacing: 0.08em;
    line-height: 1.2;
  }
  .bz-trust-stats .bz-stat-block__sub {
    font-size: 10px !important;
    line-height: 1.3;
  }

  /* A1.3 Final CTA — reduce excessive 200px padding to 80px on mobile */
  section.elementor-element-s8cta001,
  .elementor-element-s8cta001 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  /* A1.4 How It Works — 4 process cards as horizontal slider on mobile (consistency w/ bento + spec rails) */
  .bz-process-grid {
    display: flex !important;
    grid-template-columns: none !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding: 0 16px 16px;
    margin: 0 -16px;
    scrollbar-width: thin;
    scrollbar-color: var(--bz-color-accent, #C8A24B) transparent;
  }
  .bz-process-grid::-webkit-scrollbar { height: 6px; }
  .bz-process-grid::-webkit-scrollbar-thumb {
    background: var(--bz-color-accent, #C8A24B);
    border-radius: 3px;
  }
  .bz-process-grid > .bz-process-card {
    flex: 0 0 78%;
    scroll-snap-align: start;
    min-width: 260px;
  }
}

/* ===========================================================
   Sprint 2 Closure A1 — Lighthouse a11y improvements
   - A1.4 ISO certification badges color-contrast (#A8B0BA → #C4CCD6
     WCAG-AA compliant on dark surface; selector targets the
     elementor-element-w4trust1 widget that wraps the ISO spans)
   - A1.1 (functions.php) <main> landmark
   - A1.2 + A1.3 (HFE Footer post 68 _elementor_data) social aria-label
     + h6→p heading-order fix
   =========================================================== */

.elementor-element-w4trust1 span {
  color: #C4CCD6 !important;
}

/* ===========================================================
   Sprint 3 — Engineering Page Components
   Spec: docs/plans/2026-04-30-bozcon-engineering-page-design.md
   =========================================================== */

/* Section 1 — Engineering Page Header (full-bleed gradient, ~50vh) */
.bz-engineering-header {
  min-height: 50vh;
  background: linear-gradient(180deg, #0E1116 0%, #161B22 100%);
  border-bottom: 1px solid rgba(200, 162, 75, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 96px 24px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.bz-engineering-header__eyebrow {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 13px;
  color: #C8A24B;
  margin-bottom: 16px;
  display: block;
}
.bz-engineering-header__h1 {
  font-family: "Manrope", sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: #E6E9EE;
  line-height: 1.1;
  margin: 0 0 24px 0;
  max-width: 900px;
}
.bz-engineering-header__sub {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #A8B0BA;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto;
}

/* Section 2 — Engineering Process Pipeline (5-step horizontal) */
.bz-engineering-process {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #161B22;
  padding: 96px 24px;
}
.bz-engineering-process__inner {
  max-width: 1240px;
  margin: 0 auto;
}
.bz-engineering-process__heading {
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #E6E9EE;
  text-align: center;
  margin: 0 0 48px 0;
}
.bz-engineering-process__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.bz-engineering-process__step {
  background: #1F2630;
  border: 1px solid #2A3340;
  border-radius: 12px;
  padding: 24px 20px;
}
.bz-engineering-process__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #C8A24B, #D9B458);
  color: #0E1116;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 16px;
}
.bz-engineering-process__title {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #E6E9EE;
  margin: 0 0 8px 0;
  line-height: 1.3;
}
.bz-engineering-process__desc {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #A8B0BA;
  line-height: 1.5;
  margin: 0;
}

/* Section 3 — Materials & Methods (2-col split, gold-edge cards) */
.bz-engineering-mat {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 96px 0;
  max-width: 1240px;
  margin: 0 auto;
}
.bz-engineering-mat__wrap {
  grid-column: 1 / -1;
  text-align: center;
  margin-bottom: 24px;
}
.bz-engineering-mat__heading-band {
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #E6E9EE;
  margin: 0;
}
.bz-engineering-mat__card {
  background: #1F2630;
  border: 1px solid #2A3340;
  border-left: 3px solid #C8A24B;
  border-radius: 12px;
  padding: 32px;
}
.bz-engineering-mat__title {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #E6E9EE;
  margin: 0 0 16px 0;
}
.bz-engineering-mat__body {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #A8B0BA;
  line-height: 1.6;
  margin: 0 0 20px 0;
}
.bz-engineering-mat__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bz-engineering-mat__list li {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  font-size: 11px;
  color: #C4CCD6;
  letter-spacing: 0.1em;
  padding: 10px 0;
  border-bottom: 1px solid #2A3340;
}
.bz-engineering-mat__list li:last-child { border-bottom: 0; }

/* Section 4 — Facility & Machine Park (stat band + machine list) */
.bz-engineering-facility {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #161B22;
  padding: 96px 24px;
}
.bz-engineering-facility__inner {
  max-width: 1240px;
  margin: 0 auto;
}
.bz-engineering-facility__heading {
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #E6E9EE;
  text-align: center;
  margin: 0 0 48px 0;
}
.bz-engineering-facility__stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-bottom: 64px;
}
.bz-engineering-facility__stat {
  background: #1F2630;
  border: 1px solid #2A3340;
  border-radius: 12px;
  padding: 24px 16px;
  text-align: center;
}
.bz-engineering-facility__stat-num {
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-weight: 800;
  background: linear-gradient(135deg, #C8A24B, #D9B458);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 8px;
  display: block;
}
.bz-engineering-facility__stat-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  text-transform: uppercase;
  color: #A8B0BA;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1.3;
}
.bz-engineering-facility__machines {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.bz-engineering-facility__machine {
  background: #1F2630;
  border: 1px solid #2A3340;
  border-radius: 8px;
  padding: 20px;
}
.bz-engineering-facility__machine-title {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #C8A24B;
  margin: 0 0 6px 0;
}
.bz-engineering-facility__machine-desc {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #A8B0BA;
  line-height: 1.5;
  margin: 0;
}

/* Section 5 — Quality Assurance (3-card) */
.bz-engineering-qa {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 96px 0;
  max-width: 1240px;
  margin: 0 auto;
}
.bz-engineering-qa__heading-band {
  grid-column: 1 / -1;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #E6E9EE;
  margin: 0 0 24px 0;
}
.bz-engineering-qa__card {
  background: #1F2630;
  border: 1px solid #2A3340;
  border-radius: 12px;
  padding: 32px;
}
.bz-engineering-qa__icon {
  font-size: 36px;
  color: #C8A24B;
  margin-bottom: 16px;
  display: block;
  line-height: 1;
}
.bz-engineering-qa__title {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #E6E9EE;
  margin: 0 0 8px 0;
}
.bz-engineering-qa__desc {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #A8B0BA;
  line-height: 1.6;
  margin: 0;
}

/* Section 6 — Standards we engineer to (6 verifiable practice cards) */
.bz-engineering-standards {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #161B22;
  padding: 96px 24px;
}
.bz-engineering-standards__inner {
  max-width: 1240px;
  margin: 0 auto;
}
.bz-engineering-standards__heading {
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #E6E9EE;
  text-align: center;
  margin: 0 0 16px 0;
}
.bz-engineering-standards__sub {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #A8B0BA;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}
.bz-engineering-standards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.bz-engineering-standards__card {
  background: #1F2630;
  border: 1px solid #2A3340;
  border-top: 3px solid #C8A24B;
  border-radius: 0 0 12px 12px;
  padding: 28px 24px;
}
.bz-engineering-standards__code {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #C8A24B;
  display: block;
  margin-bottom: 8px;
}
.bz-engineering-standards__title {
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #E6E9EE;
  margin: 0 0 8px 0;
}
.bz-engineering-standards__scope {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #A8B0BA;
  line-height: 1.6;
  margin: 0;
}

/* Section 7 — CTA */
.bz-engineering-cta {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: linear-gradient(180deg, #0E1116 0%, #161B22 100%);
  border-top: 1px solid rgba(200, 162, 75, 0.3);
  border-bottom: 1px solid rgba(200, 162, 75, 0.3);
  padding: 120px 24px;
  text-align: center;
}
.bz-engineering-cta__heading {
  font-family: "Manrope", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #E6E9EE;
  margin: 0 0 16px 0;
}
.bz-engineering-cta__sub {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #A8B0BA;
  margin: 0 0 32px 0;
}
.bz-engineering-cta__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.bz-engineering-cta__btn {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-block;
}
.bz-engineering-cta__btn--primary {
  background: linear-gradient(135deg, #C8A24B, #D9B458);
  color: #0E1116;
}
.bz-engineering-cta__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(200, 162, 75, 0.3);
}
.bz-engineering-cta__btn--secondary {
  background: transparent;
  color: #C8A24B;
  border: 1px solid #C8A24B;
}
.bz-engineering-cta__btn--secondary:hover {
  background: rgba(200, 162, 75, 0.1);
}

/* Engineering — Mobile breakpoint */
@media (max-width: 768px) {
  .bz-engineering-header {
    min-height: 40vh;
    padding: 64px 16px;
  }
  .bz-engineering-header__h1 { font-size: 36px; }
  .bz-engineering-header__sub { font-size: 16px; }
  .bz-engineering-process { padding: 64px 16px; }
  .bz-engineering-process__heading { font-size: 28px; }
  .bz-engineering-process__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .bz-engineering-mat {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 64px 16px;
  }
  .bz-engineering-mat__heading-band { font-size: 24px; }
  .bz-engineering-mat__card { padding: 24px; }
  .bz-engineering-facility { padding: 64px 16px; }
  .bz-engineering-facility__heading { font-size: 28px; }
  .bz-engineering-facility__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .bz-engineering-facility__stat-num { font-size: 28px; }
  .bz-engineering-facility__machines {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .bz-engineering-qa {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 48px 16px;
  }
  .bz-engineering-qa__heading-band { font-size: 24px; }
  .bz-engineering-standards { padding: 48px 16px; }
  .bz-engineering-standards__heading { font-size: 28px; }
  .bz-engineering-standards__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .bz-engineering-cta { padding: 80px 16px; }
  .bz-engineering-cta__heading { font-size: 32px; }
  .bz-engineering-cta__buttons { flex-direction: column; }
  .bz-engineering-cta__btn { width: 100%; }
}

/* ==========================================================================
   Sprint 3 A4 — Collections (Living / Workspace / Hospitality / Custom)
   Pure Gutenberg post_content; wraps mhm-builder plugin blocks.
   ========================================================================== */

.bz-collection-page {
  background: #0E1116;
  color: #E6E9EE;
}

/* --- Header (full-bleed dark gradient) --- */
.bz-collection-header {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: linear-gradient(135deg, #161B22 0%, #0E1116 60%, #1F2630 100%);
  padding: 96px 24px 80px;
  text-align: center;
  border-bottom: 1px solid #2A3340;
}
.bz-collection-header__inner {
  max-width: 880px;
  margin: 0 auto;
}
.bz-collection-header__eyebrow {
  display: inline-block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #C8A24B;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.bz-collection-header__h1 {
  font-family: "Manrope", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  color: #E6E9EE;
  margin: 0 0 20px 0;
}
.bz-collection-header__sub {
  font-family: "Inter", sans-serif;
  font-size: 19px;
  line-height: 1.6;
  color: #A8B0BA;
  margin: 0 auto;
  max-width: 720px;
}

/* --- Intro band (narrative + 3 stats) --- */
.bz-collection-intro {
  padding: 64px 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.bz-collection-intro__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 64px;
  align-items: center;
}
.bz-collection-intro__lead {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #A8B0BA;
  margin: 0;
}
.bz-collection-intro__stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  border-left: 1px solid #2A3340;
  padding-left: 32px;
}
.bz-collection-intro__stat-num {
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #C8A24B;
  line-height: 1;
}
.bz-collection-intro__stat-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #A8B0BA;
  text-transform: uppercase;
  margin-top: 6px;
}

/* --- Plugin block surrounds (filter + grid)
   Plugin class names verified 2026-04-30 from rendered DOM:
   .mhm-product-filter-wrapper > .mhm-filter-form > .mhm-filter-group-container
     > .mhm-filter-group (label + input/select)
   .mhm-filter-actions > .mhm-filter-submit, .mhm-filter-reset
   .mhm-product-grid-wrapper > .mhm-product-grid.columns-N > .mhm-no-results
---------------------------------------------------------------------- */
.bz-collection-page .mhm-product-filter-wrapper,
.bz-collection-page .mhm-product-grid-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}
.bz-collection-page .mhm-product-filter-wrapper {
  background: #161B22;
  border: 1px solid #2A3340;
  border-radius: 12px;
  padding: 24px 28px;
  margin: 24px auto 40px;
  max-width: 720px;
}
.bz-collection-page .mhm-filter-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: stretch;
}
.bz-collection-page .mhm-filter-group-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.bz-collection-page .mhm-filter-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 200px;
  min-width: 0;
}
.bz-collection-page .mhm-filter-group label,
.bz-collection-page .mhm-filter-form legend {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #A8B0BA;
  text-transform: uppercase;
  margin: 0;
}
.bz-collection-page .mhm-filter-group input[type="text"],
.bz-collection-page .mhm-filter-group input[type="number"],
.bz-collection-page .mhm-filter-group select {
  background: #1F2630;
  border: 1px solid #2A3340;
  color: #E6E9EE;
  border-radius: 6px;
  padding: 10px 12px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}
.bz-collection-page .mhm-filter-group input:focus,
.bz-collection-page .mhm-filter-group select:focus {
  outline: 2px solid #C8A24B;
  outline-offset: 1px;
}
.bz-collection-page .mhm-filter-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
}
.bz-collection-page .mhm-filter-submit,
.bz-collection-page .mhm-filter-form button[type="submit"] {
  background: linear-gradient(135deg, #C8A24B, #D9B458);
  color: #0E1116;
  border: 0;
  border-radius: 8px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 24px;
  cursor: pointer;
  transition: transform 0.2s ease;
  text-transform: none;
}
.bz-collection-page .mhm-filter-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(200, 162, 75, 0.25);
}
.bz-collection-page .mhm-filter-reset {
  background: transparent;
  color: #C8A24B;
  border: 1px solid #C8A24B;
  border-radius: 8px;
  padding: 11px 22px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease;
}
.bz-collection-page .mhm-filter-reset:hover {
  background: rgba(200, 162, 75, 0.1);
}
.bz-collection-page .mhm-product-grid-wrapper {
  padding-bottom: 64px;
}
.bz-collection-page .mhm-product-grid {
  display: grid;
  gap: 24px;
}
.bz-collection-page .mhm-product-grid.columns-2 { grid-template-columns: repeat(2, 1fr); }
.bz-collection-page .mhm-product-grid.columns-3 { grid-template-columns: repeat(3, 1fr); }
.bz-collection-page .mhm-product-grid.columns-4 { grid-template-columns: repeat(4, 1fr); }

/* --- Custom variant: How it works (3-step) --- */
.bz-collection-howitworks {
  padding: 80px 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.bz-collection-howitworks__heading {
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #E6E9EE;
  text-align: center;
  margin: 0 0 12px 0;
}
.bz-collection-howitworks__sub {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  color: #A8B0BA;
  text-align: center;
  margin: 0 auto 56px;
  max-width: 640px;
}
.bz-collection-howitworks__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.bz-collection-step {
  background: #161B22;
  border: 1px solid #2A3340;
  border-radius: 12px;
  padding: 32px 28px;
  position: relative;
}
.bz-collection-step__num {
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
  letter-spacing: 0.18em;
  color: #C8A24B;
  margin-bottom: 16px;
  display: block;
}
.bz-collection-step__title {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #E6E9EE;
  margin: 0 0 12px 0;
}
.bz-collection-step__desc {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #A8B0BA;
  margin: 0;
}

/* --- Quote form surround (Custom variant) --- */
.bz-collection-page .mhm-quote-form-wrapper,
.bz-collection-page .wp-block-mhm-builder-quote-form {
  max-width: 760px;
  margin: 0 auto 96px;
  padding: 40px 32px;
  background: #161B22;
  border: 1px solid #2A3340;
  border-radius: 12px;
}
.bz-collection-page .mhm-quote-form-wrapper input[type="text"],
.bz-collection-page .mhm-quote-form-wrapper input[type="email"],
.bz-collection-page .mhm-quote-form-wrapper input[type="tel"],
.bz-collection-page .mhm-quote-form-wrapper textarea,
.bz-collection-page .mhm-quote-form-wrapper select {
  background: #1F2630;
  border: 1px solid #2A3340;
  color: #E6E9EE;
  border-radius: 6px;
  padding: 12px;
  width: 100%;
  font-family: "Inter", sans-serif;
}
.bz-collection-page .mhm-quote-form-wrapper button[type="submit"] {
  background: linear-gradient(135deg, #C8A24B, #D9B458);
  color: #0E1116;
  border: 0;
  border-radius: 8px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  padding: 14px 32px;
  cursor: pointer;
}

/* --- Bottom CTA band --- */
.bz-collection-cta {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 96px 24px;
  text-align: center;
  background: linear-gradient(135deg, #1F2630 0%, #161B22 100%);
  border-top: 1px solid #2A3340;
}
.bz-collection-cta__inner {
  max-width: 720px;
  margin: 0 auto;
}
.bz-collection-cta__eyebrow {
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #C8A24B;
  margin-bottom: 16px;
  display: block;
}
.bz-collection-cta__heading {
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #E6E9EE;
  margin: 0 0 16px 0;
}
.bz-collection-cta__sub {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  color: #A8B0BA;
  margin: 0 0 32px 0;
}
.bz-collection-cta__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.bz-collection-cta__btn {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-block;
}
.bz-collection-cta__btn--primary {
  background: linear-gradient(135deg, #C8A24B, #D9B458);
  color: #0E1116;
}
.bz-collection-cta__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(200, 162, 75, 0.3);
}
.bz-collection-cta__btn--secondary {
  background: transparent;
  color: #C8A24B;
  border: 1px solid #C8A24B;
}
.bz-collection-cta__btn--secondary:hover {
  background: rgba(200, 162, 75, 0.1);
}

/* --- Empty state (no products yet — pre-A5 fallback) --- */
.bz-collection-page .mhm-product-grid-wrapper p.mhm-no-results {
  display: block;
  text-align: center;
  padding: 80px 24px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #A8B0BA;
  background: #161B22;
  border: 1px dashed #2A3340;
  border-radius: 12px;
  margin: 24px auto 64px;
  max-width: 880px;
}

/* --- Mobile breakpoint --- */
@media (max-width: 768px) {
  .bz-collection-header {
    padding: 72px 16px 56px;
  }
  .bz-collection-header__h1 { font-size: 36px; }
  .bz-collection-header__sub { font-size: 16px; }

  .bz-collection-intro { padding: 48px 16px; }
  .bz-collection-intro__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  /* Stats stack vertically on mobile — 3 columns at 130px each cannot
     fit "16 — 1.140 m²" without wrapping the value across lines. */
  .bz-collection-intro__stats {
    border-left: 0;
    border-top: 1px solid #2A3340;
    padding-left: 0;
    padding-top: 24px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .bz-collection-intro__stat-num { font-size: 28px; }
  .bz-collection-intro__stat-label { font-size: 11px; }

  .bz-collection-page .mhm-product-filter-wrapper { padding: 16px; }
  .bz-collection-page .mhm-filter-group-container {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .bz-collection-page .mhm-filter-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  /* Search (BUTTON) + Reset (A) reduced to identical box geometry. The
     Reset link's plugin-default `margin-left: 10px` (used in horizontal
     desktop layouts) was pushing it 10 px right of Search and clipping
     the right edge — neutralised here with `margin: 0`. */
  .bz-collection-page .mhm-filter-submit,
  .bz-collection-page .mhm-filter-reset {
    width: 100%;
    box-sizing: border-box;
    min-height: 48px;
    padding: 12px 24px;
    margin: 0 !important;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
  }
  .bz-collection-page .mhm-product-grid.columns-2,
  .bz-collection-page .mhm-product-grid.columns-3,
  .bz-collection-page .mhm-product-grid.columns-4 {
    grid-template-columns: 1fr;
  }

  .bz-collection-howitworks { padding: 56px 16px; }
  .bz-collection-howitworks__heading { font-size: 28px; }
  .bz-collection-howitworks__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .bz-collection-step { padding: 24px; }

  .bz-collection-page .mhm-quote-form-wrapper {
    padding: 24px 16px;
    margin: 0 16px 64px;
  }

  .bz-collection-cta { padding: 64px 16px; }
  .bz-collection-cta__heading { font-size: 28px; }
  .bz-collection-cta__buttons { flex-direction: column; }
  .bz-collection-cta__btn { width: 100%; }
}

/* ==========================================================================
   Sprint 3 A5 — Single Product Page (mb_product CPT)
   Brand-consistent dark theme + gold accent (Sprint 3 Tasarım 4).
   Body class `.bz-product-page` injected by functions.php body_class filter.
   ========================================================================== */

.bz-product-page {
  background: #0E1116;
  color: #E6E9EE;
}

/* --- Breadcrumb (compact dark band) --- */
.bz-product-breadcrumb {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #161B22;
  border-bottom: 1px solid #2A3340;
  padding: 18px 24px;
}
.bz-product-breadcrumb a {
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #A8B0BA;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.bz-product-breadcrumb a:hover {
  color: #C8A24B;
}

/* --- Hero (60/40 split desktop) --- */
.bz-product-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 24px 64px;
  align-items: center;
}
.bz-product-hero__image {
  background: #161B22;
  border: 1px solid #2A3340;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bz-product-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bz-product-hero__eyebrow {
  display: inline-block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #C8A24B;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.bz-product-hero__h1 {
  font-family: "Manrope", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.15;
  color: #E6E9EE;
  margin: 0 0 24px 0;
}
.bz-product-hero__meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bz-product-hero__meta li {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #A8B0BA;
  padding-left: 16px;
  border-left: 2px solid #2A3340;
}
.bz-product-hero__meta li strong {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #E6E9EE;
}

/* --- Technical specs table --- */
.bz-product-specs {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #161B22;
  border-top: 1px solid #2A3340;
  border-bottom: 1px solid #2A3340;
  padding: 64px 24px;
}
.bz-product-specs__heading {
  max-width: 880px;
  margin: 0 auto 32px;
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #E6E9EE;
}
.bz-product-specs__table {
  max-width: 880px;
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
}
.bz-product-specs__table tr {
  border-bottom: 1px solid #2A3340;
}
.bz-product-specs__table tr:last-child {
  border-bottom: 0;
}
.bz-product-specs__label {
  padding: 16px 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #A8B0BA;
  text-transform: uppercase;
  width: 35%;
  vertical-align: top;
}
.bz-product-specs__value {
  padding: 16px 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #E6E9EE;
  vertical-align: top;
}

/* --- Quote Form section --- */
.bz-product-quote {
  max-width: 760px;
  margin: 0 auto;
  padding: 80px 24px 64px;
  text-align: center;
}
.bz-product-quote__heading {
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #E6E9EE;
  margin: 0 0 16px 0;
}
.bz-product-quote__sub {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #A8B0BA;
  margin: 0 0 40px 0;
}
.bz-product-page .mhm-quote-form-wrapper {
  text-align: left;
  background: #161B22;
  border: 1px solid #2A3340;
  border-radius: 12px;
  padding: 32px 28px;
}
.bz-product-page .mhm-quote-form-wrapper input[type="text"],
.bz-product-page .mhm-quote-form-wrapper input[type="email"],
.bz-product-page .mhm-quote-form-wrapper input[type="tel"],
.bz-product-page .mhm-quote-form-wrapper textarea,
.bz-product-page .mhm-quote-form-wrapper select {
  background: #1F2630;
  border: 1px solid #2A3340;
  color: #E6E9EE;
  border-radius: 6px;
  padding: 12px;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  margin-top: 6px;
}
.bz-product-page .mhm-quote-form-wrapper label,
.bz-product-page .mhm-quote-form-wrapper .mhm-field label,
.bz-product-page .wp-block-mhm-builder-quote-form label,
.bz-product-page .wp-block-mhm-builder-quote-form .mhm-field label,
.bz-collection-page .mhm-quote-form-wrapper label,
.bz-collection-page .mhm-quote-form-wrapper .mhm-field label,
.bz-collection-page .wp-block-mhm-builder-quote-form label,
.bz-collection-page .wp-block-mhm-builder-quote-form .mhm-field label {
  font-family: "IBM Plex Mono", monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.12em !important;
  color: #E6E9EE !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  display: block;
  margin-top: 16px;
}
.bz-product-page .mhm-quote-form-wrapper button[type="submit"] {
  background: linear-gradient(135deg, #C8A24B, #D9B458);
  color: #0E1116;
  border: 0;
  border-radius: 8px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 14px 32px;
  cursor: pointer;
  margin-top: 20px;
  transition: transform 0.2s ease;
}
.bz-product-page .mhm-quote-form-wrapper button[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(200, 162, 75, 0.25);
}

/* --- Bottom CTA (back + contact) --- */
.bz-product-cta {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 64px 24px 96px;
  background: linear-gradient(135deg, #1F2630 0%, #161B22 100%);
  border-top: 1px solid #2A3340;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.bz-product-cta__btn {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-block;
}
.bz-product-cta__btn--primary {
  background: linear-gradient(135deg, #C8A24B, #D9B458);
  color: #0E1116;
}
.bz-product-cta__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(200, 162, 75, 0.3);
}
.bz-product-cta__btn--secondary {
  background: transparent;
  color: #C8A24B;
  border: 1px solid #C8A24B;
}
.bz-product-cta__btn--secondary:hover {
  background: rgba(200, 162, 75, 0.1);
}

/* --- Mobile breakpoint --- */
@media (max-width: 768px) {
  .bz-product-breadcrumb { padding: 14px 16px; }

  .bz-product-hero {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 16px;
  }
  .bz-product-hero__h1 { font-size: 32px; }

  .bz-product-specs { padding: 48px 16px; }
  .bz-product-specs__heading { font-size: 24px; }
  .bz-product-specs__label { width: 45%; font-size: 11px; }
  .bz-product-specs__value { font-size: 15px; }

  .bz-product-quote {
    padding: 48px 16px;
  }
  .bz-product-quote__heading { font-size: 26px; }
  .bz-product-page .mhm-quote-form-wrapper { padding: 24px 16px; }

  .bz-product-cta {
    padding: 48px 16px 64px;
    flex-direction: column;
  }
  .bz-product-cta__btn {
    width: 100%;
    text-align: center;
  }
}

/* ==========================================================================
   CookieYes (cookie-law-info) modal + banner readability fix.
   Plugin renders white-bg / dark-text by default, but BozCon's
   `body { color: #E6E9EE }` inheritance leaks into many `.cky-*` descendants
   (notably .cky-preference-body-wrapper) — painting near-white text on a
   white background, illegible. Force readable contrast with !important to
   defeat any inline style or higher-specificity rule the plugin emits.
   ========================================================================== */
/* Force opaque white panel + dark readable text on every cky-* surface.
   This overrides whatever theme-detection/inline-style the plugin emits. */
.cky-modal,
.cky-preference-center,
.cky-consent-container,
.cky-consent-bar {
  background-color: #ffffff !important;
  background-image: none !important;
}
.cky-modal,
.cky-modal *,
.cky-preference-center,
.cky-preference-center *,
.cky-consent-container,
.cky-consent-container *,
.cky-consent-bar,
.cky-consent-bar * {
  color: #212121 !important;
}
.cky-accordion,
.cky-accordion-item,
.cky-preference-body-wrapper,
.cky-preference-content-wrapper,
.cky-notice,
.cky-notice-group {
  background-color: #ffffff !important;
}
.cky-accordion-header {
  background-color: #f6f6f6 !important;
}
/* Re-color the special elements that need to stand out: */
.cky-modal a,
.cky-modal .cky-show-desc-btn,
.cky-modal .cky-accordion-chevron,
.cky-consent-container a {
  color: #1863DC !important;
}
.cky-modal .cky-active,
.cky-status-label.cky-always-active {
  color: #2E8B57 !important;
}
/* Buttons: revert to plugin's own colour scheme (Accept = blue/white,
   Reject + Save = outline/dark). Earlier blanket `color: #ffffff` made
   the white-bg outline buttons illegible (white-on-white). */
.cky-modal .cky-btn,
.cky-modal .cky-btn *,
.cky-modal .cky-preference-save,
.cky-modal .cky-preference-save *,
.cky-consent-container .cky-btn,
.cky-consent-container .cky-btn * {
  color: revert !important;
}
/* Explicit fallbacks (in case `revert` ends up as white inherited from
   our blanket rule above): */
.cky-btn-accept,
.cky-btn-accept * {
  color: #ffffff !important; /* solid blue background — white text */
}
.cky-btn-reject,
.cky-btn-reject *,
.cky-btn-customize,
.cky-btn-customize *,
.cky-btn-preferences,
.cky-btn-preferences *,
.cky-preference-save,
.cky-preference-save * {
  color: #212121 !important; /* outline / light buttons — dark text */
}

/* ==========================================================================
   Hero section — mobile crop. Section #s1hero01 has min-height: 932px
   (full mobile viewport) which leaves a tall empty band below the CTA
   buttons on phones. Drop to a content-driven height with a sensible
   floor so the background image crops just below the buttons.
   ========================================================================== */
@media (max-width: 768px) {
  /* Elementor renders the section's CSS ID inside the class list, not as
     a real `id` attribute, so .elementor-element-{id} is the correct hook. */
  .elementor-element-s1hero01,
  .elementor-section.elementor-element-s1hero01,
  section[data-id="s1hero01"] {
    min-height: auto !important;
    height: auto !important;
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  /* Trust signals (`.bz-trust-stats`) — desktop renders 3 stats side by
     side, but on mobile (≤430 px viewport) the 3×130px columns + 2×12px
     gaps overflow the container after parent paddings (Elementor widget
     wrap 10+10, inner padding 24+24). The third stat (`500+`) ends up
     pushed past the right edge. Stack 1-up on mobile so each stat reads
     full-width and centred. */
  .bz-trust-stats {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .bz-trust-stats .bz-stat-block {
    width: 100%;
  }
}

/* ==========================================================================
   Legal pages (/privacy-policy/, /kvkk/) — minimal centred layout.
   Astra default page template suppresses the entry-title h1, so the
   build script injects an explicit <h1 class="bz-legal-page__title">.
   ========================================================================== */
.bz-legal-page {
  max-width: 880px;
  margin: 0 auto;
  padding: 56px 24px 96px;
}
.bz-legal-page__title {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.15;
  margin: 0 0 32px 0;
  color: var(--bz-color-text, #E6E9EE);
}
.bz-legal-page h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin-top: 32px;
  margin-bottom: 12px;
  color: var(--bz-color-text, #E6E9EE);
}
.bz-legal-page p,
.bz-legal-page li {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--bz-color-text-muted, #A8B0BA);
}
.bz-legal-page ul {
  padding-left: 1.25rem;
  margin: 0.75rem 0 1.5rem;
}
.bz-legal-page a {
  color: var(--bz-color-accent, #C8A24B);
  text-decoration: underline;
}
@media (max-width: 768px) {
  .bz-legal-page { padding: 40px 16px 72px; }
  .bz-legal-page__title { font-size: 30px; }
  .bz-legal-page h2 { font-size: 19px; }
}

/* Visually-hidden utility — keeps the H2 grid heading available to
   screen readers / Lighthouse heading-order while staying invisible. */
.bz-visually-hidden {
  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;
}
