/* ========================================================
   15. DYNAMIC LANDING HERO & BREADCRUMB STRIP
======================================================== */
/* Dropdown Z-index safety fix */
.ag-nav-mega-menu,
.ag-dropdown-menu,
.ag-mega-menu-content,
.ag-nav-dropdown-item {
  color: #2B1816 !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 999999 !important;
}

/* Dynamic Hero Container */
.ag-hero-wrapper {
  position: relative;
  width: 100%;
  min-height: var(--hero-min-h, 520px);
  padding: 70px 24px 55px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #0b0204;
  box-sizing: border-box;
  z-index: 1;
}

.ag-hero-wrapper * {
  box-sizing: border-box;
}

.ag-hero-wrapper .ag-hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  pointer-events: none;
}

.ag-hero-wrapper .ag-hero-glow-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 2, 4, 0.45) 0%, rgba(15, 3, 6, 0.68) 50%, rgba(10, 2, 4, 0.90) 100%);
  z-index: 2;
  pointer-events: none;
}

/* Inner Content Box */
.ag-hero-wrapper .ag-hero-inner {
  position: relative;
  z-index: 3;
  max-width: 980px;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ag-hero-wrapper .ag-flower-emblem {
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  color: #E4C075;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6));
  flex-shrink: 0;
}

.ag-hero-wrapper .ag-hero-heading {
  font-family: 'Roboto', sans-serif !important;
  font-size: clamp(24px, 3.8vw, 55px) !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  color: #ffffff !important;
  margin: 0 0 14px 0 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.8) !important;
  text-align: center !important;
}

.ag-hero-wrapper .highlight-gold {
  color: #E4C075 !important;
  font-family: 'Roboto', sans-serif !important;
  text-shadow: 0 0 14px rgba(228, 192, 117, 0.5) !important;
}

.ag-hero-wrapper .ag-center-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  margin: 0 0 14px 0;
  gap: 12px;
}

.ag-hero-wrapper .ag-center-divider::before,
.ag-hero-wrapper .ag-center-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #E4C075, transparent);
}

.ag-hero-wrapper .ag-center-divider span {
  color: #E4C075;
  font-size: 12px;
  line-height: 1;
}

.ag-hero-wrapper .ag-hero-subtext {
  font-family: 'Roboto Slab', serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  color: #FAF6F0 !important;
  max-width: 780px !important;
  margin: 0 0 28px 0 !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8) !important;
  text-align: center !important;
}

.ag-hero-wrapper .ag-btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 22px;
}

/* Button 1: WhatsApp / Source */
.ag-hero-wrapper .ag-btn-source-usa {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  background: #25D366 !important;
  border: 1.5px solid #B38B4D !important;
  color: #FFFFFF !important;
  padding: 11px 24px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  font-family: 'Roboto Slab', serif !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
  white-space: nowrap !important;
  transition: all 0.25s ease !important;
}

.ag-hero-wrapper .ag-btn-source-usa:hover {
  background: #1ebd56 !important;
  transform: translateY(-2px) !important;
  border-color: #F3D375 !important;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4) !important;
}

/* Button 2: Enquiry / Catalogue */
.ag-hero-wrapper .ag-btn-view-cat {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  background: #4A4240 !important;
  border: 1.5px solid #B38B4D !important;
  color: #FFFFFF !important;
  padding: 11px 24px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  font-family: 'Roboto Slab', serif !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
  white-space: nowrap !important;
  transition: all 0.25s ease !important;
}

.ag-hero-wrapper .ag-btn-view-cat:hover {
  background: #36302E !important;
  border-color: #F3D375 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35) !important;
}

/* Breadcrumb Strip */
.ag-hero-bottom-bc-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 4px;
}

.ag-hero-clean-bc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  letter-spacing: 0.3px;
}

.ag-hero-clean-bc-a {
  color: rgba(250, 246, 240, 0.85);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

.ag-hero-clean-bc-a:hover {
  color: #E4C075;
}

.ag-hero-clean-bc-sep {
  color: #E4C075;
  font-size: 11px;
  font-weight: 700;
  opacity: 0.8;
  user-select: none;
}

.ag-hero-clean-bc-current {
  color: #E4C075;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 380px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

/* Responsive Rules */
@media (max-width: 992px) {
  .ag-hero-wrapper {
    min-height: 480px;
    padding: 60px 18px 45px 18px;
  }

  .ag-hero-wrapper .ag-btn-group {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    gap: 12px;
    margin-bottom: 18px;
  }

  .ag-hero-wrapper .ag-btn-source-usa, 
  .ag-hero-wrapper .ag-btn-view-cat {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .ag-hero-wrapper {
    min-height: 420px;
    padding: 48px 14px 36px 14px;
  }

  .ag-hero-clean-bc {
    font-size: 11px;
    gap: 5px;
  }

  .ag-hero-clean-bc-current {
    max-width: 160px;
  }

  .ag-hero-wrapper .ag-flower-emblem {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }

  .ag-hero-wrapper .ag-hero-heading {
    font-size: 22px !important;
  }
}
/* ========================================================
   16. LUXURY MARKET SECTION & VIDEO TRANSITION FRAME
======================================================== */
.ag-luxury-market-section {
  padding: 45px 0 0 0;
  background: #FAF6F0;
  font-family: 'Roboto Slab', serif;
  color: #1E1210;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

.ag-luxury-market-section .ag-market-wrap {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 36px;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 45px;
}

/* Left Column */
.ag-luxury-market-section .ag-editorial-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ag-luxury-market-section .ag-kicker {
  font-family: 'Roboto', sans-serif !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #B38B4D !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.ag-luxury-market-section .ag-kicker::before {
  content: '';
  width: 18px;
  height: 1.2px;
  background: #B38B4D;
}

.ag-luxury-market-section .ag-kicker-dot {
  display: none !important;
}

.ag-luxury-market-section .ag-main-heading {
  font-family: 'Roboto', sans-serif !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  color: #3E0B12 !important;
  margin: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  line-height: 1.25 !important;
}

.ag-luxury-market-section .ag-main-heading .fleur-script {
  font-family: 'Fleur De Leah', cursive !important;
  font-weight: 400 !important;
  font-size: 1.35em !important;
  color: #4A1016 !important;
  margin: 0 4px;
  text-transform: none !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.ag-luxury-market-section .ag-lead-desc {
  font-family: 'Roboto Slab', serif !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: #554440 !important;
  margin: 0;
}

.ag-luxury-market-section .ag-lead-desc strong {
  color: #2B1816;
  font-weight: 700;
}

/* 2x2 Feature Matrix */
.ag-luxury-market-section .ag-feature-matrix {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 4px;
  align-items: stretch;
}

.ag-luxury-market-section .ag-feature-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(179, 139, 77, 0.25) !important;
  border-left: 3.5px solid #3E0B12 !important;
  border-radius: 8px !important;
  padding: 8px 12px !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  box-shadow: 0 2px 8px rgba(62, 11, 18, 0.03) !important;
  transition: all 0.25s ease !important;
}

.ag-luxury-market-section .ag-feature-card:hover {
  border-color: #B38B4D !important;
  border-left: 3.5px solid #3E0B12 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(62, 11, 18, 0.08) !important;
  background: #FFFDF9 !important;
}

.ag-luxury-market-section .ag-fc-title {
  font-family: 'Roboto', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #B38B4D !important;
  margin: 0;
  line-height: 1.2;
}

.ag-luxury-market-section .ag-fc-text {
  font-family: 'Roboto Slab', serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #3E0B12 !important;
  margin: 0;
  line-height: 1.35;
}

/* CTA Buttons */
.ag-luxury-market-section .ag-cta-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.ag-luxury-market-section .ag-primary-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  background: #3E0B12 !important;
  border: 1.5px solid #B38B4D !important;
  color: #FFFFFF !important;
  font-family: 'Roboto Slab', serif !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  line-height: 1.2 !important;
  padding: 11px 24px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
  transition: all 0.25s ease !important;
}

.ag-luxury-market-section .ag-primary-btn:hover {
  background: #5A121A !important;
  border-color: #F3D375 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(62, 11, 18, 0.4) !important;
}

.ag-luxury-market-section .ag-cta-note {
  font-family: 'Roboto Slab', serif !important;
  font-size: 11.5px !important;
  color: #554440 !important;
  font-weight: 600;
}

/* Right Visual Column */
.ag-luxury-market-section .ag-visual-col {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.ag-luxury-market-section .ag-media-frame {
  position: relative;
  width: 100% !important;
  height: 480px !important;
  border-radius: 14px !important;
  overflow: hidden;
  background: #1A0508;
  box-shadow: 0 12px 36px rgba(63, 13, 18, 0.12);
  border: 1.5px solid rgba(179, 139, 77, 0.35);
  transform: translateZ(0);
}

.ag-luxury-market-section .ag-poster-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 2;
  transition: opacity 1s ease-in-out, transform 1.2s ease;
}

.ag-luxury-market-section .ag-auto-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.ag-luxury-market-section .ag-auto-video.is-active {
  opacity: 1;
  z-index: 3;
}

.ag-luxury-market-section .ag-media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26,5,8,0.15) 0%, rgba(26,5,8,0.6) 100%);
  z-index: 4;
  pointer-events: none;
}

.ag-luxury-market-section .ag-status-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(62, 11, 18, 0.9);
  backdrop-filter: blur(6px);
  color: #E2B86E;
  font-family: 'Roboto', sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  border: 1px solid rgba(226, 184, 110, 0.4);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ag-luxury-market-section .ag-status-dot {
  width: 6px;
  height: 6px;
  background: #25D366;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 6px #25D366;
}

.ag-luxury-market-section .ag-media-caption {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  z-index: 5;
  color: #FFFFFF;
}

.ag-luxury-market-section .ag-media-caption h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0 0 2px 0;
  color: #FAF6F0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.ag-luxury-market-section .ag-media-caption p {
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  color: #E2B86E;
  margin: 0;
  font-weight: 600;
}

.ag-luxury-market-section .ag-timer-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3.5px;
  background: linear-gradient(90deg, #B38B4D, #E2B86E);
  width: 0%;
  z-index: 6;
  transition: width 3s linear;
}

/* Tablet & iPad Pro Screens */
@media (min-width: 681px) and (max-width: 1366px) {
  .ag-luxury-market-section {
    padding: 42px 0 38px 0 !important;
  }

  .ag-luxury-market-section .ag-market-wrap {
    display: flex !important;
    flex-direction: column !important;
    gap: 32px !important;
    width: 92% !important;
    max-width: 860px !important;
    margin: 0 auto !important;
  }

  .ag-luxury-market-section .ag-visual-col {
    order: 1 !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .ag-luxury-market-section .ag-media-frame {
    position: relative !important;
    width: 100% !important;
    max-width: 640px !important;
    aspect-ratio: 16 / 10 !important;
    height: auto !important;
    min-height: 380px !important;
    margin: 0 auto !important;
    border-radius: 18px !important;
    border: 1.5px solid rgba(179, 139, 77, 0.35) !important;
    box-shadow: 0 10px 30px rgba(62, 11, 18, 0.12) !important;
    overflow: hidden !important;
    background: #1E1210 !important;
  }

  .ag-luxury-market-section .ag-poster-img,
  .ag-luxury-market-section .ag-auto-video {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
  }

  .ag-luxury-market-section .ag-media-overlay {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 40%, rgba(30, 18, 16, 0.85) 100%) !important;
    pointer-events: none !important;
    z-index: 2 !important;
  }

  .ag-luxury-market-section .ag-status-tag {
    position: absolute !important;
    top: 16px !important;
    left: 16px !important;
    z-index: 4 !important;
    padding: 6px 14px !important;
    border-radius: 6px !important;
    background: rgba(30, 18, 16, 0.75) !important;
    backdrop-filter: blur(6px) !important;
    border: 1px solid rgba(179, 139, 77, 0.4) !important;
  }

  .ag-luxury-market-section .ag-status-lbl {
    font-size: 11.5px !important;
    letter-spacing: 0.08em !important;
  }

  .ag-luxury-market-section .ag-media-caption {
    position: absolute !important;
    bottom: 18px !important;
    left: 20px !important;
    right: 20px !important;
    z-index: 4 !important;
  }

  .ag-luxury-market-section .ag-media-caption h4 {
    font-size: 17px !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    margin-bottom: 4px !important;
  }

  .ag-luxury-market-section .ag-media-caption p {
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.88) !important;
  }

  .ag-luxury-market-section .ag-editorial-col {
    order: 2 !important;
    width: 100% !important;
    text-align: left !important;
  }

  .ag-luxury-market-section .ag-kicker span {
    font-size: 15px !important;
    letter-spacing: 0.1em !important;
    margin-bottom: 12px !important;
    display: inline-block !important;
  }

  .ag-luxury-market-section .ag-main-heading {
    font-size: 33px !important;
    line-height: 1.25 !important;
    margin-bottom: 16px !important;
  }

  .ag-luxury-market-section .ag-lead-desc {
    font-size: 17px !important;
    line-height: 1.65 !important;
    margin-bottom: 16px !important;
    color: rgba(30, 18, 16, 0.9) !important;
  }

  .ag-luxury-market-section .ag-feature-matrix {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
    margin: 22px 0 !important;
  }

  .ag-luxury-market-section .ag-feature-card {
    padding: 16px 14px !important;
    border-radius: 10px !important;
  }

  .ag-luxury-market-section .ag-fc-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-bottom: 6px !important;
  }

  .ag-luxury-market-section .ag-fc-text {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  .ag-luxury-market-section .ag-cta-row {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    margin-top: 22px !important;
  }

  .ag-luxury-market-section .ag-primary-btn {
    display: inline-flex !important;
    width: auto !important;
    padding: 14px 30px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  .ag-luxury-market-section .ag-cta-note {
    font-size: 14px !important;
  }
}

/* Mobile Screens (<= 680px) */
@media (max-width: 680px) {
  .ag-luxury-market-section {
    padding: 35px 0 25px 0 !important;
  }

  .ag-luxury-market-section .ag-market-wrap {
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
    width: 92% !important;
    margin: 0 auto !important;
  }

  .ag-luxury-market-section .ag-visual-col {
    order: 1 !important;
    width: 100% !important;
    margin: 0 auto !important;
  }

  .ag-luxury-market-section .ag-editorial-col {
    order: 2 !important;
    width: 100% !important;
  }

  .ag-luxury-market-section .ag-media-frame {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    min-height: unset !important;
    max-height: none !important;
    margin: 0 auto !important;
    border-radius: 12px !important;
    border: 1px solid rgba(179, 139, 77, 0.3) !important;
    box-shadow: 0 4px 20px rgba(62, 11, 18, 0.1) !important;
    overflow: hidden !important;
    background: #000000 !important;
  }

  .ag-luxury-market-section .ag-poster-img,
  .ag-luxury-market-section .ag-auto-video {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
  }

  .ag-luxury-market-section .ag-media-overlay {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 45%, rgba(18, 9, 11, 0.8) 100%) !important;
    pointer-events: none !important;
    z-index: 2 !important;
  }

  .ag-luxury-market-section .ag-status-tag {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    z-index: 3 !important;
    padding: 3px 8px !important;
    border-radius: 4px !important;
    background: rgba(30, 18, 16, 0.8) !important;
    border: 1px solid rgba(179, 139, 77, 0.4) !important;
  }

  .ag-luxury-market-section .ag-status-lbl {
    font-size: 9.5px !important;
    letter-spacing: 0.05em !important;
  }

  .ag-luxury-market-section .ag-media-caption {
    position: absolute !important;
    bottom: 10px !important;
    left: 12px !important;
    right: 12px !important;
    z-index: 3 !important;
  }

  .ag-luxury-market-section .ag-media-caption h4 {
    font-size: 13px !important;
    font-weight: 700 !important;
    margin-bottom: 2px !important;
    color: #FFFFFF !important;
    line-height: 1.2 !important;
  }

  .ag-luxury-market-section .ag-media-caption p {
    font-size: 10.5px !important;
    line-height: 1.3 !important;
    color: rgba(255, 255, 255, 0.85) !important;
  }

  .ag-luxury-market-section .ag-kicker span {
    font-size: 11px !important;
    letter-spacing: 0.08em !important;
    margin-bottom: 6px !important;
    display: inline-block !important;
  }

  .ag-luxury-market-section .ag-main-heading {
    font-size: 22px !important;
    line-height: 1.3 !important;
    margin-bottom: 10px !important;
  }

  .ag-luxury-market-section .ag-lead-desc {
    font-size: 13.5px !important;
    line-height: 1.55 !important;
    margin-bottom: 12px !important;
  }

  .ag-luxury-market-section .ag-feature-matrix {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin: 16px 0 !important;
  }

  .ag-luxury-market-section .ag-feature-card {
    padding: 12px 10px !important;
    border-radius: 8px !important;
  }

  .ag-luxury-market-section .ag-fc-title {
    font-size: 15px !important;
    margin-bottom: 3px !important;
  }

  .ag-luxury-market-section .ag-fc-text {
    font-size: 12.5px !important;
    line-height: 1.45 !important;
  }

  .ag-luxury-market-section .ag-cta-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    margin-top: 16px !important;
  }

  .ag-luxury-market-section .ag-primary-btn {
    width: 100% !important;
    justify-content: center !important;
    padding: 13px 18px !important;
    font-size: 13.5px !important;
    box-sizing: border-box !important;
  }

  .ag-luxury-market-section .ag-cta-note {
    font-size: 12px !important;
    text-align: center !important;
  }
}
/* ========================================================
   18. WHY SHOWCASE SECTION & FEATURE CARDS
======================================================== */
.ag-why-showcase-section {
  padding: 50px 0 0 0;
  background: #FAF6F0;
  font-family: 'Roboto Slab', serif;
  color: #1E1210;
  width: 100%;
  box-sizing: border-box;
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  position: relative;
  overflow: hidden;
  padding-top: 2px;
}

.ag-why-showcase-section .ag-why-wrapper {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 50px;
}

.ag-why-showcase-section .ag-why-header {
  margin-bottom: 24px;
  padding-top: 35px;
}

.ag-why-showcase-section .ag-why-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Roboto', sans-serif !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #B38B4D !important;
  margin-bottom: 4px;
  padding-bottom: 10px;
}

.ag-why-showcase-section .ag-why-tag .ag-why-rule {
  width: 18px;
  height: 1.2px;
  background: #B38B4D;
}

.ag-why-showcase-section .ag-why-title {
  font-family: 'Roboto', sans-serif !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  color: #3E0B12 !important;
  line-height: 1.25 !important;
  margin: 0;
  max-width: 940px;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}

.ag-why-showcase-section .fleur-script {
  font-family: 'Fleur De Leah', cursive !important;
  font-weight: 400 !important;
  font-size: 1.35em !important;
  color: #4A1016 !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 4px;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.ag-why-showcase-section .ag-why-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch;
}

.ag-why-showcase-section .ag-showcase-card {
  background: #FFFFFF;
  border-radius: 14px !important;
  border: 1.5px solid rgba(179, 139, 77, 0.28);
  box-shadow: 0 16px 45px rgba(74, 16, 22, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.ag-why-showcase-section .ag-showcase-card:hover {
  transform: translateY(-4px);
  border-color: #B38B4D;
  box-shadow: 0 18px 40px rgba(62, 11, 18, 0.12);
}

.ag-why-showcase-section .ag-card-media {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #EDE4D8;
}

.ag-why-showcase-section .ag-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  display: block;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.ag-why-showcase-section .ag-showcase-card:hover .ag-card-media img {
  transform: scale(1.06);
}

.ag-why-showcase-section .ag-media-num {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 28px !important;
  min-width: 28px !important;
  max-width: 28px !important;
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  background: #38080E !important;
  border: 1.5px solid #B38B4D !important;
  color: #F6C86C !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.5px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  box-sizing: border-box !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25) !important;
  padding: 0 !important;
  user-select: none;
  z-index: 4;
}

.ag-why-showcase-section .ag-showcase-card:hover .ag-media-num {
  background: #500C14 !important;
  border-color: #F6C86C !important;
  transform: scale(1.05);
  transition: all 0.2s ease;
}

.ag-why-showcase-section .ag-card-content {
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.ag-why-showcase-section .ag-card-heading {
  font-family: 'Roboto', sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  color: #3E0B12 !important;
  line-height: 1.25 !important;
  margin: 0 0 8px 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.ag-why-showcase-section .ag-card-text {
  font-family: 'Roboto Slab', serif !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  color: #554440 !important;
  margin: 0 0 14px 0;
}

.ag-why-showcase-section .ag-card-feature-pill {
  font-family: 'Roboto', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #B38B4D !important;
  padding-top: 10px;
  border-top: 1px solid rgba(179, 139, 77, 0.2);
  margin-top: auto;
}

/* Tablet & iPad Pro Screens */
@media (min-width: 681px) and (max-width: 1366px) {
  .ag-why-showcase-section {
    padding: 42px 0 38px 0 !important;
  }

  .ag-why-showcase-section .ag-why-wrapper {
    width: 92% !important;
    max-width: 960px !important;
    margin: 0 auto !important;
    padding-bottom: 20px !important;
  }

  .ag-why-showcase-section .ag-why-header {
    margin-bottom: 26px !important;
    text-align: center !important;
  }

  .ag-why-showcase-section .ag-why-tag {
    font-size: 14px !important;
    letter-spacing: 0.1em !important;
    margin-bottom: 10px !important;
  }

  .ag-why-showcase-section .ag-why-title {
    font-size: 32px !important;
    line-height: 1.25 !important;
    margin-bottom: 12px !important;
  }

  .ag-why-showcase-section .ag-why-grid-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }

  .ag-why-showcase-section .ag-showcase-card {
    display: flex !important;
    flex-direction: column !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background: #FFFFFF !important;
    box-shadow: 0 4px 18px rgba(62, 11, 18, 0.06) !important;
    border: 1px solid rgba(179, 139, 77, 0.2) !important;
  }

  .ag-why-showcase-section .ag-card-media {
    position: relative !important;
    width: 100% !important;
    height: 220px !important;
    overflow: hidden !important;
  }

  .ag-why-showcase-section .ag-card-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .ag-why-showcase-section .ag-media-num {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 3px 8px !important;
    border-radius: 4px !important;
    z-index: 2 !important;
  }

  .ag-why-showcase-section .ag-card-content {
    padding: 20px 18px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    flex-grow: 1 !important;
  }

  .ag-why-showcase-section .ag-card-heading {
    font-size: 19px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
  }

  .ag-why-showcase-section .ag-card-text {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: rgba(30, 18, 16, 0.88) !important;
    margin-bottom: 14px !important;
  }

  .ag-why-showcase-section .ag-card-feature-pill {
    align-self: flex-start !important;
    font-size: 12px !important;
    padding: 4px 10px !important;
    border-radius: 4px !important;
  }
}

/* Mobile Screens (<= 680px) */
@media (max-width: 680px) {
  .ag-why-showcase-section {
    padding: 35px 0 0 0 !important;
  }

  .ag-why-showcase-section .ag-why-wrapper {
    width: 92% !important;
    margin: 0 auto !important;
    padding-bottom: 24px !important;
  }

  .ag-why-showcase-section .ag-why-header {
    margin-bottom: 16px !important;
    text-align: center !important;
  }

  .ag-why-showcase-section .ag-why-tag {
    font-size: 11px !important;
    margin-bottom: 6px !important;
  }

  .ag-why-showcase-section .ag-why-title {
    font-size: 22px !important;
    line-height: 1.3 !important;
    margin-bottom: 6px !important;
  }

  .ag-why-showcase-section .ag-why-grid-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .ag-why-showcase-section .ag-showcase-card {
    display: flex !important;
    flex-direction: column !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #FFFFFF !important;
    box-shadow: 0 4px 14px rgba(62, 11, 18, 0.05) !important;
    border: 1px solid rgba(179, 139, 77, 0.18) !important;
  }

  .ag-why-showcase-section .ag-card-media {
    position: relative !important;
    width: 100% !important;
    height: 190px !important;
    overflow: hidden !important;
  }

  .ag-why-showcase-section .ag-card-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .ag-why-showcase-section .ag-media-num {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 2px 7px !important;
    border-radius: 4px !important;
    z-index: 2 !important;
  }

  .ag-why-showcase-section .ag-card-content {
    padding: 16px 14px !important;
  }

  .ag-why-showcase-section .ag-card-heading {
    font-size: 16.5px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
  }

  .ag-why-showcase-section .ag-card-text {
    font-size: 13px !important;
    line-height: 1.55 !important;
    margin-bottom: 12px !important;
  }

  .ag-why-showcase-section .ag-card-feature-pill {
    align-self: flex-start !important;
    font-size: 11px !important;
    padding: 3px 8px !important;
    border-radius: 4px !important;
  }
}

/* ========================================================
   19. PROCESS & EXPORT SUPPORT SECTION
======================================================== */

:root {
    --inq-canvas: #FAF6F0;
    --inq-maroon: #3E0B12;
    --inq-gold: #B38B4D;
    --inq-gold-bright: #F6C86C;
    --inq-dark: #1E1210;
    --inq-muted: #554440;
    --inq-border: rgba(179, 139, 77, 0.28);
    --inq-whatsapp: #25D366;
    --inq-whatsapp-hover: #1EBE5B;
}

.ag-process-export-section {
    padding: 50px 0 0 0;
    background: #FAF6F0 !important;
    font-family: 'Roboto Slab', serif;
    color: #241417;
    width: 100%;
    box-sizing: border-box;
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    position: relative;
    padding-top: 0px;
}

.ag-process-export-section .ag-pe-wrapper {
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1.85fr 1fr;
    gap: 28px;
    align-items: stretch;
    padding-bottom: 50px;
    padding-top: 35px;
}

/* STANDARDIZED EYEBROW TAG */
.ag-process-export-section .ag-pe-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 10.5px !important;
    font-weight: 800 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #B38B4D !important;
    margin-bottom: 4px;
    padding-bottom: 10px;
    font-family: 'Roboto', sans-serif !important;
}

.ag-process-export-section .ag-pe-tag .ag-pe-rule {
    width: 18px;
    height: 1.2px;
    background: #B38B4D;
}

/* STANDARDIZED MAIN TITLE: 30PX ROBOTO 800 WINE MAROON */
.ag-process-export-section .ag-pe-title {
    font-family: 'Roboto', sans-serif !important;
    font-size: 30px !important;
    font-weight: 800 !important;
    color: #3E0B12 !important;
    line-height: 1.25 !important;
    margin: 0;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;
}

.ag-process-export-section .ag-pe-title .fleur-script {
    font-family: 'Fleur De Leah', cursive !important;
    font-weight: 400 !important;
    font-size: 1.35em !important;
    color: #4A1016 !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin: 0 4px;
    text-transform: none !important;
    letter-spacing: normal !important;
}

/* LEFT SIDE: ORDER PROCESS ROUTE (14PX MASTER RADIUS) */
.ag-process-export-section .ag-route-pane {
    background: #FFFFFF;
    border-radius: 14px !important;
    padding: 28px 24px 24px 24px;
    border: 1.5px solid rgba(179, 139, 77, 0.28);
    box-shadow: 0 16px 45px rgba(74, 16, 22, 0.06);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: flex-start;
    gap: 20px;
}

.ag-process-export-section .ag-route-track-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 4px 0;
}

.ag-process-export-section .ag-route-line {
    position: absolute;
    top: 26px;
    left: 12.5%;
    width: 75%;
    height: 3px;
    background: rgba(179, 139, 77, 0.25);
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
}

.ag-process-export-section .ag-route-line-pulse {
    position: absolute;
    top: 0;
    left: -40%;
    height: 100%;
    width: 45%;
    background: linear-gradient(90deg, transparent, #E2B86E 40%, #3E0B12 80%, transparent);
    box-shadow: 0 0 12px rgba(226, 184, 110, 0.85);
    animation: moveRoutePulse 2.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes moveRoutePulse {
    0% { left: -45%; opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { left: 100%; opacity: 0; }
}

.ag-process-export-section .ag-route-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    position: relative;
    z-index: 2;
}

.ag-process-export-section .ag-step-card {
    background: #FAF6F0;
    border: 1px solid rgba(179, 139, 77, 0.24);
    border-radius: 8px !important;
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.ag-process-export-section .ag-step-card:hover {
    background: #FFFDF9;
    border-color: #B38B4D;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(74, 16, 22, 0.06);
}

/* STANDARDIZED SQUIRCLE SEQUENCE BADGE (STEP NODE) */
.ag-process-export-section .ag-step-node {
    width: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    background: #38080E !important;
    border: 1.5px solid #B38B4D !important;
    color: #F6C86C !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px auto;
    line-height: 1 !important;
    text-align: center !important;
    box-sizing: border-box !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25) !important;
    transition: all 0.2s ease !important;
    position: relative;
    z-index: 3;
    animation: nodeGlow 2.8s infinite;
}

.ag-process-export-section .ag-step-card:nth-child(1) .ag-step-node { animation-delay: 0.2s; }
.ag-process-export-section .ag-step-card:nth-child(2) .ag-step-node { animation-delay: 0.9s; }
.ag-process-export-section .ag-step-card:nth-child(3) .ag-step-node { animation-delay: 1.6s; }
.ag-process-export-section .ag-step-card:nth-child(4) .ag-step-node { animation-delay: 2.3s; }

@keyframes nodeGlow {
    0%, 100% { transform: scale(1); border-color: #B38B4D; }
    30% { transform: scale(1.08); background: #500C14 !important; border-color: #F6C86C !important; color: #FFFFFF !important; }
}

.ag-process-export-section .ag-step-card:hover .ag-step-node {
    background: #500C14 !important;
    border-color: #F6C86C !important;
    color: #FFFFFF !important;
    transform: scale(1.1) !important;
}

.ag-process-export-section .ag-step-heading {
    font-family: 'Roboto', sans-serif !important;
    font-size: 12.5px !important;
    font-weight: 800 !important;
    color: #3E0B12 !important;
    line-height: 1.25 !important;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    min-height: 32px;
}

.ag-process-export-section .ag-step-desc {
    font-family: 'Roboto Slab', serif !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
    color: #554440 !important;
    margin: 0;
    font-weight: 400;
}

/* RIGHT SIDE: EXPORT SUPPORT */
.ag-process-export-section .ag-support-pane {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
    box-sizing: border-box;
}

.ag-process-export-section .ag-support-header {
    margin-bottom: 0;
}

.ag-process-export-section .ag-support-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
    justify-content: space-between;
}

.ag-process-export-section .ag-support-card {
    background: #FFFFFF;
    border-radius: 8px !important;
    padding: 14px 16px;
    border: 1px solid rgba(179, 139, 77, 0.24);
    box-shadow: 0 8px 18px rgba(74, 16, 22, 0.04);
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transition: all 0.25s ease;
    box-sizing: border-box;
    flex: 1;
}

.ag-process-export-section .ag-support-card:hover {
    border-color: #B38B4D;
    transform: translateX(4px);
    background: #FFFDF9;
    box-shadow: 0 10px 24px rgba(74, 16, 22, 0.08);
}

.ag-process-export-section .ag-sc-icon-box {
    width: 36px;
    height: 36px;
    border-radius: 8px !important;
    background: rgba(62, 11, 18, 0.06);
    border: 1px solid rgba(179, 139, 77, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1rem;
    color: #3E0B12;
    transition: all 0.25s ease;
}

.ag-process-export-section .ag-support-card:hover .ag-sc-icon-box {
    background: #3E0B12;
    color: #F6C86C;
    border-color: #B38B4D;
}

.ag-process-export-section .ag-sc-content {
    flex-grow: 1;
}

.ag-process-export-section .ag-sc-title {
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    color: #3E0B12 !important;
    margin: 0 0 3px 0;
    line-height: 1.25 !important;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.ag-process-export-section .ag-sc-desc {
    font-family: 'Roboto Slab', serif !important;
    font-size: 12.5px !important;
    line-height: 1.5 !important;
    color: #554440 !important;
    margin: 0;
    font-weight: 400;
}

/* STANDARDIZED SOLID GOLD EDGE SEPARATOR (100% ORIGINAL PRESERVED) */
.ag-process-export-section .ag-gold-edge-separator {
    position: relative;
    width: 100%;
    height: 0.75px;
    background: rgba(179, 139, 77, 0.75);
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    z-index: 10;
}

.ag-process-export-section .ag-gold-edge-separator::after {
    content: "◆";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FAF6F0;
    padding: 0 10px;
    color: #B38B4D;
    font-size: 9px;
    line-height: 1;
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 1100px) {
    .ag-process-export-section .ag-pe-wrapper {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .ag-process-export-section .ag-route-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ag-process-export-section .ag-route-line {
        display: none;
    }
    .ag-process-export-section .ag-step-heading {
        min-height: unset;
    }
}

@media (max-width: 768px) {
    .ag-process-export-section .ag-pe-title {
        font-size: 22px !important;
    }
}

@media (max-width: 600px) {
    .ag-process-export-section {
        padding: 40px 0 0 0;
    }
    .ag-process-export-section .ag-pe-wrapper {
        padding-bottom: 35px;
    }
    .ag-process-export-section .ag-route-grid {
        grid-template-columns: 1fr;
    }
    .ag-process-export-section .ag-route-pane {
        padding: 22px 16px;
    }
}
/* ========================================================
   19. PROCESS & EXPORT SUPPORT SECTION
======================================================== */
/* ========================================================
   22. BURGUNDY GRADIENT EDITORIAL (WIDE CONTAINER, NO BOX)
======================================================== */
.ag-craft-essay-sec {
  padding: 55px 0 60px 0;
  background: linear-gradient(180deg, #3A0B13 0%, #29060B 100%) !important;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border-top: none !important;
}

.ag-craft-essay-wrap {
  width: 92% !important;
  max-width: 1400px !important; /* Navbar ke barabar wide alignment */
  margin: 0 auto !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

/* CENTERED TITLE BLOCK */
.ag-craft-header-center {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.ag-craft-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: 'Roboto', sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  color: #E4C075 !important;
  margin-bottom: 12px;
}

.ag-craft-kicker::before,
.ag-craft-kicker::after {
  content: '';
  width: 32px;
  height: 1.2px;
  background: #B38B4D;
}

.ag-craft-h2 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  color: #FAF6F0 !important;
  line-height: 1.25 !important;
  margin: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em !important;
  text-align: center !important;
}

.ag-craft-h2 .highlight-gold {
  color: #E4C075 !important;
}

.ag-craft-h2 .fleur-script {
  font-family: 'Fleur De Leah', cursive !important;
  font-weight: 400 !important;
  font-size: 1.45em !important;
  color: #E4C075 !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 6px;
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* FULL-WIDTH READABLE PARAGRAPHS */
.ag-craft-body-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ag-craft-p {
  font-family: 'Roboto Slab', serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.85 !important;
  color: rgba(250, 246, 240, 0.92) !important;
  margin: 0 !important;
  text-align: left;
}

.ag-craft-p strong {
  color: #FFFFFF !important;
  font-weight: 700;
}

.ag-craft-p em {
  color: #E4C075 !important;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  /* Section padding ekdum kam */
  .ag-craft-essay-sec {
    padding: 22px 0 24px 0 !important;
  }

  /* Left-right edge margin bilkul compact */
  .ag-craft-essay-wrap {
    width: 93% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .ag-craft-header-center {
    margin-bottom: 12px !important;
  }

  .ag-craft-kicker {
    font-size: 9px !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 4px !important;
    gap: 6px !important;
  }

  .ag-craft-kicker::before,
  .ag-craft-kicker::after {
    width: 14px !important;
  }

  .ag-craft-h2 {
    font-size: 18px !important;
    line-height: 1.25 !important;
  }

  .ag-craft-h2 .fleur-script {
    font-size: 1.2em !important;
    margin: 0 2px !important;
  }

  /* Paragraphs ke beech ka gap kam */
  .ag-craft-body-text {
    gap: 10px !important;
  }

  /* Both Sides Aligned (Full Straight Margin, No Aage-Peeche) */
  .ag-craft-p {
    font-size: 12px !important;
    line-height: 1.55 !important;
    text-align: justify !important;
    text-justify: inter-word !important;
    hyphens: auto !important;
    -webkit-hyphens: auto !important;
    color: rgba(250, 246, 240, 0.9) !important;
    margin: 0 !important;
  }
}
/* ========================================================
   23. LUXURY MASTER SPEC DECK (DESKTOP SPLIT / MOBILE ARROWS)
======================================================== */
.ag-tech-deck-sec {
  padding: 48px 0 58px 0;
  background: #FAF6F0;
  width: 100%;
  box-sizing: border-box;
}

.ag-tech-deck-wrap {
  width: 92% !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  box-sizing: border-box;
}

/* HEADER */
.ag-tech-deck-header {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 30px auto;
}

.ag-tech-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: 'Roboto', sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  color: #B38B4D !important;
  margin-bottom: 8px;
}

.ag-tech-kicker::before,
.ag-tech-kicker::after {
  content: '';
  width: 24px;
  height: 1.2px;
  background: #B38B4D;
}

.ag-tech-deck-title {
  font-family: 'Roboto', sans-serif !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  color: #3E0B12 !important;
  line-height: 1.25 !important;
  margin: 0 0 10px 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
}

.ag-tech-deck-title .fleur-script {
  font-family: 'Fleur De Leah', cursive !important;
  font-weight: 400 !important;
  font-size: 1.35em !important;
  color: #3E0B12 !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 6px;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.ag-tech-deck-sub {
  font-family: 'Roboto Slab', serif !important;
  font-size: 13.5px !important;
  line-height: 1.65 !important;
  color: #554440 !important;
  margin: 0;
}

/* DESKTOP 2-COLUMN LAYOUT */
.ag-spec-layout {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
}

/* LEFT SIDEBAR */
.ag-spec-sidebar {
  background: #FFFFFF;
  border-radius: 12px;
  border: 1.2px solid rgba(179, 139, 77, 0.35);
  box-shadow: 0 6px 20px rgba(62, 11, 18, 0.04);
  padding: 14px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.ag-spec-sidebar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px 12px 10px;
  border-bottom: 1.2px solid rgba(179, 139, 77, 0.25);
  margin-bottom: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #8C6A30;
}

.ag-spec-nav-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ag-spec-nav-item {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.ag-nav-num {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 800;
  color: #B38B4D;
  width: 20px;
}

.ag-nav-title {
  font-family: 'Roboto', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #3E0B12;
  flex-grow: 1;
}

.ag-nav-arrow {
  font-size: 10px;
  color: #C2A169;
  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.2s ease;
}

.ag-spec-nav-item:hover {
  background: #FAF3E7;
  border-color: rgba(179, 139, 77, 0.3);
}

.ag-spec-nav-item.is-active {
  background: #3E0B12 !important;
  border-color: #3E0B12 !important;
  box-shadow: 0 4px 12px rgba(62, 11, 18, 0.18);
}

.ag-spec-nav-item.is-active .ag-nav-num {
  color: #E4C075;
}

.ag-spec-nav-item.is-active .ag-nav-title {
  color: #FAF6F0 !important;
}

.ag-spec-nav-item.is-active .ag-nav-arrow {
  opacity: 1;
  transform: translateX(0);
  color: #E4C075;
}

/* RIGHT STAGE CARD */
.ag-spec-stage-card {
  background: #FFFFFF;
  border-radius: 12px;
  border: 1.2px solid rgba(179, 139, 77, 0.35);
  box-shadow: 0 8px 24px rgba(62, 11, 18, 0.05);
  padding: 30px 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
  min-height: 380px;
}

.ag-stage-top-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.ag-meta-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ag-badge-gold {
  background: #FAF3E7;
  border: 1px solid #E4C075;
  color: #8C6A30;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
}

.ag-badge-outline {
  font-family: 'Roboto', sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #554440;
}

.ag-serial-pill {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 800;
  color: #B38B4D;
  letter-spacing: 1px;
}

.ag-stage-body {
  transition: opacity 0.2s ease;
  flex-grow: 1;
}

.ag-stage-heading {
  font-family: 'Roboto', sans-serif !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  color: #3E0B12 !important;
  line-height: 1.2 !important;
  margin: 0 0 12px 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.ag-stage-divider {
  width: 44px;
  height: 2px;
  background: #B38B4D;
  margin-bottom: 16px;
}

.ag-stage-desc {
  font-family: 'Roboto Slab', serif !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
  color: #554440 !important;
  margin: 0;
  max-width: 900px;
}

.ag-stage-footer {
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 1px dashed rgba(179, 139, 77, 0.3);
  padding-top: 16px;
  margin-top: 22px;
}

.ag-stage-spec-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  color: #8C6A30;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ag-stage-spec-tag i {
  color: #B38B4D;
}

.ag-mobile-only {
  display: none !important;
}

/* ========================================================
   MOBILE (< 768px): FULL HIDE PILLS / CLEAN ARROW CONTROLS
======================================================== */
@media screen and (max-width: 768px) {
  .ag-tech-deck-sec {
    padding: 22px 0 26px 0 !important;
  }

  .ag-tech-deck-header {
    margin-bottom: 14px !important;
  }

  .ag-tech-deck-title {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }

  .ag-tech-deck-sub {
    display: none !important;
  }

  .ag-spec-layout {
    grid-template-columns: 1fr !important;
  }

  /* HARD HIDE ALL PILLS & SIDEBAR ON MOBILE */
  .ag-desktop-only,
  aside.ag-spec-sidebar {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .ag-mobile-only {
    display: flex !important;
  }

  /* COMPACT MOBILE CARD */
  .ag-spec-stage-card {
    padding: 16px 14px !important;
    border-radius: 8px !important;
    min-height: auto !important;
  }

  .ag-stage-top-meta {
    margin-bottom: 10px !important;
  }

  .ag-badge-gold {
    font-size: 8.5px !important;
    padding: 3px 7px !important;
  }

  .ag-serial-pill {
    display: none !important;
  }

  .ag-stage-heading {
    font-size: 16px !important;
    margin-bottom: 6px !important;
  }

  .ag-stage-divider {
    width: 32px !important;
    height: 1.5px !important;
    margin-bottom: 10px !important;
  }

  .ag-stage-desc {
    font-size: 12px !important;
    line-height: 1.55 !important;
    text-align: justify !important;
    text-justify: inter-word !important;
  }

  /* FRONT & BACK ARROW BAR */
  .ag-spec-mob-nav {
    margin-top: 14px !important;
    padding-top: 12px !important;
    border-top: 1px solid rgba(179, 139, 77, 0.25) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .ag-spec-arrow-btn {
    background: #3E0B12 !important;
    color: #FAF6F0 !important;
    border: 1px solid #B38B4D !important;
    border-radius: 6px !important;
    padding: 7px 14px !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    cursor: pointer !important;
    box-shadow: 0 2px 8px rgba(62, 11, 18, 0.15) !important;
  }

  .ag-spec-arrow-btn:active {
    background: #FAF3E7 !important;
    color: #3E0B12 !important;
  }

  .ag-spec-mob-counter {
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    color: #B38B4D !important;
    letter-spacing: 1.5px !important;
  }
}
/* ========================================================
   24. CRAFT WORKFLOW PROCESS (PHOTOLESS 4-STEP CONNECTED PATH)
======================================================== */
.ag-process-flow-sec {
  padding: 55px 0 65px 0;
  background: #FAF6F0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.ag-process-flow-wrap {
  width: 92% !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  box-sizing: border-box;
}

/* HEADER */
.ag-process-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 36px auto;
}

.ag-process-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: 'Roboto', sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  color: #B38B4D !important;
  margin-bottom: 10px;
}

.ag-process-kicker::before,
.ag-process-kicker::after {
  content: '';
  width: 28px;
  height: 1.2px;
  background: #B38B4D;
}

.ag-process-title {
  font-family: 'Roboto', sans-serif !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  color: #3E0B12 !important;
  line-height: 1.25 !important;
  margin: 0 0 10px 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
}

/* EXACT MATCH TO "EXCLUSIVE Zardozi CREATIONS" */
.ag-process-title .fleur-script {
  font-family: 'Fleur De Leah', cursive !important;
  font-weight: 400 !important;
  font-size: 1.35em !important;
  color: #3E0B12 !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 6px;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.ag-process-sub {
  font-family: 'Roboto Slab', serif !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: #554440 !important;
  margin: 0;
}

/* TIMELINE TRACK WITH CONNECTING LINE */
.ag-process-timeline-track {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

/* HORIZONTAL CONTINUOUS GOLD LINE */
.ag-process-connecting-line {
  position: absolute;
  top: 28px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #B38B4D 0,
    #B38B4D 10px,
    transparent 10px,
    transparent 16px
  );
  z-index: 1;
}

/* 4 CARDS GRID IN ONE ROW */
.ag-process-cards-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
}

/* PHOTOLESS COMPACT STEP CARD */
.ag-process-step-card {
  background: #FFFFFF;
  border-radius: 12px;
  border: 1.2px solid rgba(179, 139, 77, 0.35);
  box-shadow: 0 6px 20px rgba(62, 11, 18, 0.05);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 0 20px 0;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.ag-process-step-card:hover {
  transform: translateY(-5px);
  border-color: #B38B4D;
  box-shadow: 0 14px 32px rgba(62, 11, 18, 0.12);
}

/* TOP NODE HEADER WITH STEP NUMBER */
.ag-step-node-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0 10px 0;
}

.ag-step-node-badge {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #3E0B12;
  border: 2px solid #E4C075;
  color: #FAF6F0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}

/* DETAILS CONTENT */
.ag-step-details {
  padding: 10px 18px 0 18px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.ag-step-phase {
  font-family: 'Roboto', sans-serif !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #B38B4D;
  margin-bottom: 6px;
}

.ag-step-name {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #3E0B12 !important;
  line-height: 1.25 !important;
  margin: 0 0 10px 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.ag-step-text {
  font-family: 'Roboto Slab', serif !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
  color: #554440 !important;
  margin: 0 !important;
}

/* ========================================================
   RESPONSIVE (TABLET & MOBILE)
======================================================== */
@media (max-width: 1024px) {
  .ag-process-cards-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .ag-process-connecting-line {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .ag-process-flow-sec {
    padding: 24px 0 28px 0 !important;
  }

  .ag-process-header {
    margin-bottom: 14px !important;
  }

  .ag-process-kicker {
    font-size: 9px !important;
    letter-spacing: 1.5px !important;
    gap: 6px !important;
    margin-bottom: 4px !important;
  }

  .ag-process-kicker::before,
  .ag-process-kicker::after {
    width: 14px !important;
  }

  .ag-process-title {
    font-size: 20px !important;
    line-height: 1.3 !important;
    margin-bottom: 4px !important;
  }

  .ag-process-title .fleur-script {
    font-size: 1.25em !important;
    margin: 0 4px !important;
  }

  .ag-process-sub {
    display: none !important;
  }

  .ag-process-timeline-track {
    margin-top: 10px !important;
  }

  /* Compact 1-Column Stack with tight spacing */
  .ag-process-cards-row {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  /* Horizontal Micro-Card: Minimal vertical footprint */
  .ag-process-step-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    padding: 8px 12px !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(62, 11, 18, 0.04) !important;
  }

  .ag-step-node-header {
    padding: 0 10px 0 0 !important;
    flex-shrink: 0 !important;
  }

  .ag-step-node-badge {
    width: 28px !important;
    height: 28px !important;
    font-size: 11px !important;
    border-width: 1.2px !important;
    box-shadow: none !important;
  }

  .ag-step-details {
    padding: 0 !important;
    text-align: left !important;
    flex-grow: 1 !important;
  }

  .ag-step-phase {
    font-size: 8px !important;
    letter-spacing: 1px !important;
    margin-bottom: 1px !important;
  }

  .ag-step-name {
    font-size: 12.5px !important;
    margin-bottom: 2px !important;
    line-height: 1.2 !important;
  }

  .ag-step-text {
    font-size: 11px !important;
    line-height: 1.35 !important;
    color: #665550 !important;
  }
}
/* ========================================================
   25. LUXURY B2B & WHOLESALE MANUFACTURING BOARD (PHOTOLESS)
======================================================== */
.ag-b2b-mfg-sec {
  padding: 55px 0 65px 0;
  background: #FAF6F0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.ag-b2b-mfg-wrap {
  width: 92% !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

/* HEADER */
.ag-b2b-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 36px auto;
}

.ag-b2b-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: 'Roboto', sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  color: #B38B4D !important;
  margin-bottom: 10px;
}

.ag-b2b-kicker::before,
.ag-b2b-kicker::after {
  content: '';
  width: 28px;
  height: 1.2px;
  background: #B38B4D;
}

.ag-b2b-title {
  font-family: 'Roboto', sans-serif !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  color: #3E0B12 !important;
  line-height: 1.25 !important;
  margin: 0 0 12px 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
}

.ag-b2b-title .highlight-gold {
  color: #B38B4D !important;
}

.ag-b2b-title .fleur-script {
  font-family: 'Fleur De Leah', cursive !important;
  font-weight: 400 !important;
  font-size: 1.35em !important;
  color: #4A1016 !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 4px;
}

.ag-b2b-sub {
  font-family: 'Roboto Slab', serif !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: #554440 !important;
  margin: 0;
}

/* 4-COLUMN B2B CAPABILITY CARDS */
.ag-b2b-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  width: 100%;
  margin-bottom: 35px;
  box-sizing: border-box;
}

.ag-b2b-card {
  background: #FFFFFF;
  border: 1.2px solid rgba(179, 139, 77, 0.35);
  border-radius: 12px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(62, 11, 18, 0.04);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  box-sizing: border-box;
}

.ag-b2b-card:hover {
  transform: translateY(-5px);
  border-color: #B38B4D;
  box-shadow: 0 16px 36px rgba(62, 11, 18, 0.1);
}

.ag-b2b-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.ag-b2b-icon-pill {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #FAF3E7;
  border: 1.2px solid #E4C075;
  color: #3E0B12;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.ag-b2b-num {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #B38B4D;
}

.ag-b2b-card-name {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #3E0B12 !important;
  line-height: 1.3 !important;
  margin: 0 0 10px 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.ag-b2b-card-desc {
  font-family: 'Roboto Slab', serif !important;
  font-size: 12.8px !important;
  line-height: 1.65 !important;
  color: #554440 !important;
  margin: 0 0 16px 0 !important;
  flex-grow: 1;
}

.ag-b2b-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 800;
  color: #8C6A30;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-top: 1px dashed rgba(179, 139, 77, 0.35);
  padding-top: 12px;
  margin-top: auto;
}

.ag-b2b-card-tag i {
  color: #27AE60;
  font-size: 11px;
}

/* SLEEK B2B CALL-TO-ACTION DOCK */
.ag-b2b-action-dock {
  background: linear-gradient(135deg, #3A0B13 0%, #220509 100%);
  border: 1.2px solid #B38B4D;
  border-radius: 12px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 12px 30px rgba(42, 6, 11, 0.15);
  box-sizing: border-box;
}

.ag-b2b-action-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ag-b2b-action-title {
  font-family: 'Roboto', sans-serif !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #FAF6F0 !important;
  margin: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.ag-b2b-action-desc {
  font-family: 'Roboto Slab', serif !important;
  font-size: 13px !important;
  color: rgba(250, 246, 240, 0.85) !important;
  margin: 0 !important;
}

.ag-b2b-action-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.ag-b2b-btn-quote {
  background: #E4C075;
  color: #240509 !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 12px 22px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}

.ag-b2b-btn-quote:hover {
  background: #F6D68F;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(228, 192, 117, 0.3);
}

.ag-b2b-btn-whatsapp {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(228, 192, 117, 0.5);
  color: #FAF6F0 !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 11px 20px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}

.ag-b2b-btn-whatsapp:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: #E4C075;
  color: #E4C075 !important;
}

/* ========================================================
   RESPONSIVE (TABLET & MOBILE) - FULL INFO DISPLAY (NO CUT)
======================================================== */
@media (max-width: 1024px) {
  .ag-b2b-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .ag-b2b-mfg-sec {
    padding: 24px 0 30px 0 !important;
  }

  .ag-b2b-header {
    margin-bottom: 18px !important;
  }

  .ag-b2b-kicker {
    font-size: 9px !important;
    letter-spacing: 1.5px !important;
    gap: 6px !important;
    margin-bottom: 6px !important;
  }

  .ag-b2b-kicker::before,
  .ag-b2b-kicker::after {
    width: 14px !important;
  }

  .ag-b2b-title {
    font-size: 19px !important;
    line-height: 1.25 !important;
    margin-bottom: 6px !important;
  }

  .ag-b2b-title .fleur-script {
    font-size: 1.2em !important;
  }

  /* SUBTITLE: NO CUT / FULL TEXT */
  .ag-b2b-sub {
    font-size: 12px !important;
    line-height: 1.55 !important;
    display: block !important;
    -webkit-line-clamp: unset !important;
    overflow: visible !important;
    max-width: 100% !important;
  }

  /* 1-COLUMN STACK TAUKI KOI BHI TEXT NA KATE */
  .ag-b2b-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-bottom: 18px !important;
  }

  .ag-b2b-card {
    padding: 14px 14px !important;
    border-radius: 8px !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .ag-b2b-card-top {
    margin-bottom: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .ag-b2b-icon-pill {
    width: 32px !important;
    height: 32px !important;
    font-size: 13px !important;
    border-radius: 6px !important;
  }

  .ag-b2b-num {
    font-size: 10.5px !important;
    font-weight: 800 !important;
  }

  .ag-b2b-card-name {
    font-size: 13.5px !important;
    margin-bottom: 6px !important;
    line-height: 1.25 !important;
  }

  /* CARD DESCRIPTION: NO TRUNCATION / PURA TEXT READABLE */
  .ag-b2b-card-desc {
    font-size: 12px !important;
    line-height: 1.55 !important;
    margin-bottom: 10px !important;
    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    overflow: visible !important;
    text-overflow: unset !important;
    color: #554440 !important;
  }

  .ag-b2b-card-tag {
    font-size: 9.5px !important;
    padding-top: 8px !important;
    letter-spacing: 0.5px !important;
    border-top: 1px dashed rgba(179, 139, 77, 0.35) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
  }

  /* Mobile CTA Bar */
  .ag-b2b-action-dock {
    flex-direction: column !important;
    text-align: center !important;
    padding: 16px 14px !important;
    gap: 12px !important;
    border-radius: 8px !important;
  }

  .ag-b2b-action-title {
    font-size: 14.5px !important;
  }

  .ag-b2b-action-desc {
    font-size: 11.5px !important;
    line-height: 1.45 !important;
  }

  .ag-b2b-action-right {
    width: 100% !important;
    flex-direction: column !important;
    gap: 8px !important;
  }

  .ag-b2b-btn-quote,
  .ag-b2b-btn-whatsapp {
    width: 100% !important;
    justify-content: center !important;
    padding: 9px 12px !important;
    font-size: 10.5px !important;
  }
}
/* ========================================================
   26. EDITORIAL QUALITY PROTOCOL (COMPACT & NAV-ALIGNED)
======================================================== */
.ag-qc-audit-sec {
  padding: 36px 0 42px 0; /* Compact vertical spacing */
  background: #FAF6F0;
  width: 100%;
  box-sizing: border-box;
}

/* EXACT ALIGNMENT WITH LOGO / NAV CONTAINER */
.ag-qc-audit-wrap {
  width: 92% !important;
  max-width: 1400px !important; /* Navbar ke exact max-width se locked */
  margin: 0 auto !important;
  box-sizing: border-box;
}

/* COMPACT HEADER */
.ag-qc-audit-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 24px auto;
}

.ag-qc-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Roboto', sans-serif !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #B38B4D !important;
  margin-bottom: 6px;
}

.ag-qc-kicker::before,
.ag-qc-kicker::after {
  content: '';
  width: 22px;
  height: 1.2px;
  background: #B38B4D;
}

.ag-qc-title {
  font-family: 'Roboto', sans-serif !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  color: #3E0B12 !important;
  line-height: 1.2 !important;
  margin: 0 0 8px 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
}

.ag-qc-title .fleur-script {
  font-family: 'Fleur De Leah', cursive !important;
  font-weight: 400 !important;
  font-size: 1.35em !important;
  color: #3E0B12 !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 6px;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.ag-qc-sub {
  font-family: 'Roboto Slab', serif !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  color: #554440 !important;
  margin: 0 auto;
  max-width: 820px;
}

/* AUDIT STREAM: COMPACT & CRISP */
.ag-qc-audit-stream {
  border-top: 1.5px solid #3E0B12;
  border-bottom: 1px solid rgba(179, 139, 77, 0.4);
  width: 100%;
}

.ag-qc-row {
  display: grid;
  grid-template-columns: 130px 1fr 170px;
  align-items: baseline;
  padding: 13px 4px; /* Highly compressed & elegant */
  border-bottom: 1px dashed rgba(179, 139, 77, 0.35);
  transition: padding-left 0.2s ease, background 0.2s ease;
  position: relative;
}

.ag-qc-row:last-child {
  border-bottom: none;
}

.ag-qc-row:hover {
  background: rgba(179, 139, 77, 0.04);
  padding-left: 10px;
}

/* CODE COLUMN */
.ag-qc-col-code {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.ag-qc-num {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #B38B4D;
  line-height: 1;
}

.ag-qc-tag {
  font-family: 'Roboto', sans-serif;
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8C6A30;
}

/* CONTENT COLUMN */
.ag-qc-col-content {
  padding-right: 24px;
}

.ag-qc-heading {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 800 !important;
  color: #3E0B12 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  margin: 0 0 4px 0 !important;
}

.ag-qc-detail {
  font-family: 'Roboto Slab', serif !important;
  font-size: 12.8px !important;
  line-height: 1.6 !important;
  color: #554440 !important;
  margin: 0 !important;
  max-width: 820px;
}

/* METRIC COLUMN */
.ag-qc-col-metric {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.ag-qc-metric-val {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 800;
  color: #3E0B12;
  letter-spacing: 0.5px;
}

.ag-qc-metric-lbl {
  font-family: 'Roboto', sans-serif;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #B38B4D;
}

/* ========================================================
   MOBILE (< 768px): COMPACT & CLEAN
======================================================== */
@media screen and (max-width: 768px) {
  .ag-qc-audit-sec {
    padding: 22px 0 26px 0 !important;
  }

  .ag-qc-audit-head {
    margin-bottom: 12px !important;
  }

  .ag-qc-kicker {
    font-size: 9px !important;
    letter-spacing: 1.5px !important;
    gap: 6px !important;
    margin-bottom: 4px !important;
  }

  .ag-qc-kicker::before,
  .ag-qc-kicker::after {
    width: 14px !important;
  }

  .ag-qc-title {
    font-size: 19px !important;
    line-height: 1.25 !important;
    margin-bottom: 4px !important;
  }

  .ag-qc-title .fleur-script {
    font-size: 1.25em !important;
    margin: 0 4px !important;
  }

  .ag-qc-sub {
    font-size: 11.5px !important;
    line-height: 1.45 !important;
  }

  .ag-qc-row {
    display: flex !important;
    flex-direction: column !important;
    padding: 10px 2px !important;
    gap: 3px !important;
  }

  .ag-qc-row:hover {
    padding-left: 2px !important;
    background: transparent !important;
  }

  .ag-qc-col-code {
    flex-direction: row !important;
    align-items: baseline !important;
    gap: 8px !important;
    margin-bottom: 2px !important;
  }

  .ag-qc-num {
    font-size: 13.5px !important;
  }

  .ag-qc-tag {
    font-size: 8px !important;
  }

  .ag-qc-col-content {
    padding-right: 0 !important;
  }

  .ag-qc-heading {
    font-size: 13px !important;
    margin-bottom: 2px !important;
  }

  .ag-qc-detail {
    font-size: 11.5px !important;
    line-height: 1.5 !important;
    text-align: justify !important;
    text-justify: inter-word !important;
  }

  .ag-qc-col-metric {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 4px !important;
    padding-top: 4px !important;
    border-top: 1px dotted rgba(179, 139, 77, 0.3) !important;
  }

  .ag-qc-metric-val {
    font-size: 9.5px !important;
  }

  .ag-qc-metric-lbl {
    font-size: 8px !important;
  }
}
/* ========================================================
   27. EDITORIAL ORIGIN DOSSIER ("WHY SOURCE FROM LUCKNOW")
======================================================== */
.ag-origin-dossier-sec {
  padding: 42px 0 48px 0;
  background: #FAF6F0;
  width: 100%;
  box-sizing: border-box;
}

.ag-origin-dossier-wrap {
  width: 92% !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  box-sizing: border-box;
}

/* HEADER */
.ag-origin-dossier-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 28px auto;
}

.ag-origin-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Roboto', sans-serif !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #B38B4D !important;
  margin-bottom: 6px;
}

.ag-origin-kicker::before,
.ag-origin-kicker::after {
  content: '';
  width: 22px;
  height: 1.2px;
  background: #B38B4D;
}

.ag-origin-title {
  font-family: 'Roboto', sans-serif !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  color: #3E0B12 !important;
  line-height: 1.2 !important;
  margin: 0 0 8px 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
}

.ag-origin-title .fleur-script {
  font-family: 'Fleur De Leah', cursive !important;
  font-weight: 400 !important;
  font-size: 1.35em !important;
  color: #3E0B12 !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 6px;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.ag-origin-sub {
  font-family: 'Roboto Slab', serif !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  color: #554440 !important;
  margin: 0 auto;
  max-width: 820px;
}

/* 2-COLUMN DOSSIER GRID */
.ag-origin-dossier-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 36px;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}

/* LEFT ORIGIN ANCHOR */
.ag-dossier-anchor {
  background: #3E0B12;
  color: #FAF6F0;
  padding: 28px 24px;
  border-radius: 4px; /* Crisp high-fashion cut */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
}

.ag-anchor-badge {
  font-family: 'Roboto', sans-serif;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #E4C075;
  margin-bottom: 18px;
}

.ag-anchor-stat-block {
  margin-bottom: 16px;
}

.ag-anchor-hero-num {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: #FAF6F0;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}

.ag-anchor-hero-label {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.2px;
  color: #E4C075;
  display: block;
}

.ag-anchor-statement {
  font-family: 'Roboto Slab', serif;
  font-size: 12.5px;
  line-height: 1.6;
  color: rgba(250, 246, 240, 0.85);
  margin: 0 0 24px 0;
}

.ag-anchor-meta-stack {
  border-top: 1px solid rgba(228, 192, 117, 0.3);
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ag-anchor-meta-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  color: #FAF6F0;
}

.ag-anchor-meta-row strong {
  color: #E4C075;
  font-weight: 700;
}

.meta-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #E4C075;
  flex-shrink: 0;
}

/* RIGHT: 3-TIER VALUE STRIP (NO BOXES, DIVIDED FLOW) */
.ag-dossier-streams {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 1.5px solid #3E0B12;
}

.ag-stream-item {
  padding: 16px 0;
  border-bottom: 1px dashed rgba(179, 139, 77, 0.35);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ag-stream-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ag-stream-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ag-stream-idx {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #B38B4D;
}

.ag-stream-tag {
  font-family: 'Roboto', sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #8C6A30;
}

.ag-stream-title {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #3E0B12 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  margin: 0 !important;
}

.ag-stream-text {
  font-family: 'Roboto Slab', serif !important;
  font-size: 12.8px !important;
  line-height: 1.65 !important;
  color: #554440 !important;
  margin: 2px 0 6px 0 !important;
}

.ag-stream-compare {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 10.5px;
}

.comp-negative {
  color: #7A5B55;
  text-decoration: line-through;
}

.comp-sep {
  color: #B38B4D;
}

.comp-positive {
  color: #3E0B12;
  font-weight: 800;
  letter-spacing: 0.3px;
}

/* ========================================================
   MOBILE & TABLET (< 900px)
======================================================== */
@media (max-width: 900px) {
  .ag-origin-dossier-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ag-dossier-anchor {
    padding: 20px 16px;
  }

  .ag-anchor-hero-num {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .ag-origin-dossier-sec {
    padding: 22px 0 26px 0 !important;
  }

  .ag-origin-dossier-head {
    margin-bottom: 14px !important;
  }

  .ag-origin-kicker {
    font-size: 9px !important;
    letter-spacing: 1.5px !important;
    gap: 6px !important;
    margin-bottom: 4px !important;
  }

  .ag-origin-kicker::before,
  .ag-origin-kicker::after {
    width: 14px !important;
  }

  .ag-origin-title {
    font-size: 19px !important;
    line-height: 1.25 !important;
    margin-bottom: 4px !important;
  }

  .ag-origin-title .fleur-script {
    font-size: 1.25em !important;
    margin: 0 4px !important;
  }

  .ag-origin-sub {
    font-size: 11.5px !important;
    line-height: 1.45 !important;
  }

  .ag-stream-item {
    padding: 12px 0 !important;
  }

  .ag-stream-title {
    font-size: 13.5px !important;
  }

  .ag-stream-text {
    font-size: 11.5px !important;
    line-height: 1.5 !important;
    text-align: justify;
  }

  .ag-stream-compare {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }

  .comp-sep {
    display: none;
  }
}
/* ========================================================
   29. ARCHITECTURAL SOURCING LEDGER ("WHO WE SUPPLY")
   (ZERO DASHED LINES / CLEAN AIRY ATELIER FINISH)
======================================================== */
.ag-supply-ledger-sec {
  padding: 40px 0 46px 0;
  background: #FAF6F0;
  width: 100%;
  box-sizing: border-box;
  /* Poori dotted / dashed lines deleted */
  border: none !important;
}

.ag-supply-ledger-wrap {
  width: 92% !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  box-sizing: border-box;
}

/* HEADER */
.ag-supply-ledger-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 28px auto;
}

.ag-supply-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Roboto', sans-serif !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #B38B4D !important;
  margin-bottom: 6px;
}

.ag-supply-kicker::before,
.ag-supply-kicker::after {
  content: '';
  width: 22px;
  height: 1.2px;
  background: #B38B4D;
}

.ag-supply-title {
  font-family: 'Roboto', sans-serif !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  color: #3E0B12 !important;
  line-height: 1.2 !important;
  margin: 0 0 8px 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
}

.ag-supply-title .fleur-script {
  font-family: 'Fleur De Leah', cursive !important;
  font-weight: 400 !important;
  font-size: 1.35em !important;
  color: #3E0B12 !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 6px;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.ag-supply-sub {
  font-family: 'Roboto Slab', serif !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  color: #554440 !important;
  margin: 0 auto;
  max-width: 820px;
}

/* 2-COLUMN LUXURY LEDGER DOCK */
.ag-ledger-dock {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 28px;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}

/* LEFT NAVIGATION MENU */
.ag-ledger-tabs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ag-ledger-tab-btn {
  background: #FFFFFF;
  border: 1.2px solid rgba(179, 139, 77, 0.35);
  border-radius: 6px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.25s ease;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}

.tab-index {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 800;
  color: #B38B4D;
  margin-right: 14px;
}

.tab-profile {
  font-family: 'Roboto', sans-serif;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3E0B12;
  flex-grow: 1;
}

.tab-chevron {
  font-size: 18px;
  color: #B38B4D;
  transition: transform 0.2s ease;
}

.ag-ledger-tab-btn:hover {
  background: #FAF3E7;
  border-color: #B38B4D;
}

.ag-ledger-tab-btn.is-active {
  background: #3E0B12 !important;
  border-color: #3E0B12 !important;
  box-shadow: 0 4px 16px rgba(62, 11, 18, 0.18);
}

.ag-ledger-tab-btn.is-active .tab-index {
  color: #E4C075;
}

.ag-ledger-tab-btn.is-active .tab-profile {
  color: #FAF6F0;
}

.ag-ledger-tab-btn.is-active .tab-chevron {
  color: #E4C075;
  transform: translateX(4px);
}

/* RIGHT STAGE */
.ag-ledger-stage {
  background: #FFFFFF;
  border: 1.2px solid rgba(179, 139, 77, 0.35);
  border-radius: 8px;
  padding: 30px 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  box-shadow: 0 6px 24px rgba(62, 11, 18, 0.04);
  transition: opacity 0.2s ease;
}

.ag-stage-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1.5px solid #3E0B12;
  margin-bottom: 16px;
}

.ag-stage-tier-badge {
  font-family: 'Roboto', sans-serif;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #3E0B12;
  background: #FAF3E7;
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid rgba(179, 139, 77, 0.4);
}

.ag-stage-origin-badge {
  font-family: 'Roboto', sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8C6A30;
}

.ag-stage-content-wrap {
  flex-grow: 1;
  margin-bottom: 24px;
}

.ag-stage-title {
  font-family: 'Roboto', sans-serif !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #3E0B12 !important;
  line-height: 1.25 !important;
  margin: 0 0 10px 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.ag-stage-desc {
  font-family: 'Roboto Slab', serif !important;
  font-size: 13.5px !important;
  line-height: 1.7 !important;
  color: #554440 !important;
  margin: 0;
  max-width: 820px;
}

/* METRICS BOTTOM ROW */
.ag-stage-metrics-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid rgba(179, 139, 77, 0.25);
}

.ag-stage-metric-col {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.metric-label {
  font-family: 'Roboto', sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #8C6A30;
}

.metric-value {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 800;
  color: #3E0B12;
}

/* ========================================================
   MOBILE (< 768px): CLEAN 4-BUTTON STRIP & COMPACT STAGE
======================================================== */
@media screen and (max-width: 768px) {
  .ag-supply-ledger-sec {
    padding: 22px 0 26px 0 !important;
  }

  .ag-supply-ledger-head {
    margin-bottom: 14px !important;
  }

  .ag-supply-kicker {
    font-size: 9px !important;
    letter-spacing: 1.5px !important;
    gap: 6px !important;
    margin-bottom: 4px !important;
  }

  .ag-supply-kicker::before,
  .ag-supply-kicker::after {
    width: 14px !important;
  }

  .ag-supply-title {
    font-size: 19px !important;
    line-height: 1.25 !important;
    margin-bottom: 4px !important;
  }

  .ag-supply-title .fleur-script {
    font-size: 1.25em !important;
    margin: 0 4px !important;
  }

  .ag-supply-sub {
    font-size: 11.5px !important;
    line-height: 1.45 !important;
  }

  .ag-ledger-dock {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  /* Mobile Segmented Horizontal 2x2 Grid */
  .ag-ledger-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 6px !important;
  }

  .ag-ledger-tab-btn {
    padding: 8px 10px !important;
    border-radius: 6px !important;
    justify-content: center !important;
  }

  .tab-index,
  .tab-chevron {
    display: none !important;
  }

  .tab-profile {
    font-size: 10px !important;
    text-align: center !important;
    letter-spacing: 0.5px !important;
  }

  /* Compact Mobile Card */
  .ag-ledger-stage {
    padding: 16px 14px !important;
    border-radius: 6px !important;
  }

  .ag-stage-topbar {
    padding-bottom: 8px !important;
    margin-bottom: 10px !important;
  }

  .ag-stage-tier-badge {
    font-size: 8.5px !important;
    padding: 2px 6px !important;
  }

  .ag-stage-origin-badge {
    font-size: 8px !important;
  }

  .ag-stage-title {
    font-size: 14.5px !important;
    margin-bottom: 6px !important;
  }

  .ag-stage-desc {
    font-size: 11.5px !important;
    line-height: 1.5 !important;
    text-align: justify !important;
    text-justify: inter-word !important;
  }

  .ag-stage-metrics-row {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    padding-top: 12px !important;
    margin-top: 12px !important;
  }

  .ag-stage-metric-col:last-child {
    grid-column: span 2;
  }

  .metric-label {
    font-size: 8px !important;
  }

  .metric-value {
    font-size: 11px !important;
  }
}
/* ========================================================
   30. UNIVERSAL DYNAMIC PRIVATE LABEL SPEC (ZERO OVERFLOW)
======================================================== */
.ag-pl-blueprint-sec {
  padding: 38px 0 44px 0;
  background: #FAF6F0;
  width: 100%;
  box-sizing: border-box;
}

.ag-pl-blueprint-wrap {
  width: 92% !important;
  max-width: 1360px !important;
  margin: 0 auto !important;
  box-sizing: border-box;
}

/* HEADER */
.ag-pl-blueprint-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 26px auto;
}

.ag-pl-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Roboto', sans-serif !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #B38B4D !important;
  margin-bottom: 5px;
}

.ag-pl-kicker::before,
.ag-pl-kicker::after {
  content: '';
  width: 20px;
  height: 1.2px;
  background: #B38B4D;
}

.ag-pl-title {
  font-family: 'Roboto', sans-serif !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  color: #3E0B12 !important;
  line-height: 1.2 !important;
  margin: 0 0 6px 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
}

.ag-pl-title .fleur-script {
  font-family: 'Fleur De Leah', cursive !important;
  font-weight: 400 !important;
  font-size: 1.35em !important;
  color: #3E0B12 !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 6px;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.ag-pl-sub {
  font-family: 'Roboto Slab', serif !important;
  font-size: 12.8px !important;
  line-height: 1.55 !important;
  color: #554440 !important;
  margin: 0 auto;
  max-width: 800px;
}

/* SPEC CANVAS */
.ag-pl-spec-canvas {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 24px;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}

/* ========================================================
   LEFT: PASSPORT PANEL WITH ABSOLUTE OVERFLOW CONTAINMENT
======================================================== */
.ag-passport-panel {
  background: #FFFFFF;
  border: 1.5px solid rgba(179, 139, 77, 0.45);
  border-radius: 8px;
  padding: 6px;
  box-shadow: 0 4px 18px rgba(62, 11, 18, 0.05);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}

.ag-pass-frame {
  border: 1px dashed rgba(179, 139, 77, 0.35);
  border-radius: 6px;
  background: #FCFAF7;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
  width: 100%;
}

.ag-pass-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.ag-pass-stamp {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #3E0B12;
  color: #E4C075;
  padding: 3px 8px;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(62, 11, 18, 0.15);
}

.stamp-country {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
}

.stamp-sub {
  font-family: 'Roboto', sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.5px;
  opacity: 0.85;
}

.ag-pass-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #8C6A30;
  background: #FAF3E7;
  border: 1px solid rgba(179, 139, 77, 0.3);
  padding: 2px 7px;
  border-radius: 3px;
}

.badge-dot {
  color: #1b7444;
  font-size: 8px;
}

.ag-pass-core {
  margin-bottom: 14px;
}

.ag-pass-eyebrow {
  font-family: 'Roboto', sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #B38B4D;
  display: block;
  margin-bottom: 4px;
}

.ag-pass-title {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #3E0B12 !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  margin: 0 0 6px 0 !important;
}

.ag-pass-desc {
  font-family: 'Roboto Slab', serif !important;
  font-size: 11.5px !important;
  line-height: 1.5 !important;
  color: #554440 !important;
  margin: 0 !important;
}

/* AUDIT MATRIX (ZERO OVERFLOW / 100% CONTAINED) */
.ag-pass-specs {
  background: #FFFFFF;
  border: 1px solid rgba(179, 139, 77, 0.25);
  border-radius: 6px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
  box-sizing: border-box;
  width: 100%;
}

.ag-pass-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  width: 100%;
  box-sizing: border-box;
}

.pass-lbl {
  color: #8C6A30;
  font-weight: 800;
  letter-spacing: 0.5px;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 9.5px;
}

.pass-val {
  color: #3E0B12;
  font-weight: 800;
  text-align: right;
  white-space: normal !important;
  word-break: break-word;
  line-height: 1.35;
  font-size: 10px;
  max-width: 65%;
}

.ag-pass-foot {
  border-top: 1px solid rgba(179, 139, 77, 0.25);
  padding-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ag-pass-seal-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #FAF3E7;
  border: 1px solid #B38B4D;
  color: #3E0B12;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 900;
  flex-shrink: 0;
}

.ag-pass-seal-txt {
  display: flex;
  flex-direction: column;
}

.ag-pass-seal-txt strong {
  font-family: 'Roboto', sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #3E0B12;
}

.ag-pass-seal-txt span {
  font-family: 'Roboto Slab', serif;
  font-size: 8.5px;
  color: #8C6A30;
}

/* ========================================================
   RIGHT: STEP PIPELINE & COMPACT CARDS
======================================================== */
.ag-pl-timeline-stream {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ag-pl-card {
  background: #FFFFFF;
  border: 1.2px solid rgba(179, 139, 77, 0.35);
  border-radius: 8px;
  padding: 13px 18px;
  box-shadow: 0 2px 8px rgba(62, 11, 18, 0.03);
  box-sizing: border-box;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.ag-pl-card:hover {
  border-color: #B38B4D;
  transform: translateX(4px);
}

.ag-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.ag-card-head-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ag-card-idx {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: #B38B4D;
  line-height: 1;
}

.ag-card-phase {
  font-family: 'Roboto', sans-serif;
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8C6A30;
}

.ag-card-sla {
  font-family: 'Roboto', sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #3E0B12;
  background: #FAF3E7;
  border: 1px solid rgba(179, 139, 77, 0.3);
  padding: 2px 7px;
  border-radius: 3px;
}

.ag-card-title {
  font-family: 'Roboto', sans-serif !important;
  font-size: 13.8px !important;
  font-weight: 800 !important;
  color: #3E0B12 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  margin: 0 0 4px 0 !important;
}

.ag-card-desc {
  font-family: 'Roboto Slab', serif !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
  color: #554440 !important;
  margin: 0 0 8px 0 !important;
}

.ag-card-footer {
  display: flex;
  align-items: center;
}

.ag-compliance-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #FAF6F0;
  border: 1px solid rgba(179, 139, 77, 0.25);
  padding: 2px 7px;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
  font-size: 9.5px;
  color: #3E0B12;
}

.chip-tick {
  color: #1b7444;
  font-weight: 900;
  font-size: 9px;
}

/* ========================================================
   RESPONSIVE (TABLET & MOBILE)
======================================================== */
@media (max-width: 1024px) {
  .ag-pl-spec-canvas {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  .ag-pl-blueprint-sec {
    padding: 20px 0 24px 0 !important;
  }

  .ag-pl-blueprint-head {
    margin-bottom: 12px !important;
  }

  .ag-pl-title {
    font-size: 18px !important;
  }

  .ag-pl-sub {
    font-size: 11px !important;
  }

  .ag-passport-panel {
    padding: 4px !important;
  }

  .ag-pass-frame {
    padding: 14px 12px !important;
  }

  .ag-pass-title {
    font-size: 14.5px !important;
  }

  .ag-pass-desc {
    font-size: 11px !important;
  }

  .ag-pass-specs {
    padding: 8px 10px !important;
    gap: 6px !important;
  }

  .ag-pass-row {
    font-size: 9.5px !important;
  }

  .ag-pl-timeline-stream {
    gap: 8px !important;
  }

  .ag-pl-card {
    padding: 12px 12px !important;
  }

  .ag-pl-card:hover {
    transform: none !important;
  }

  .ag-card-title {
    font-size: 12.8px !important;
  }

  .ag-card-desc {
    font-size: 11.2px !important;
    line-height: 1.45 !important;
    text-align: justify;
    text-justify: inter-word;
  }
}
/* ========================================================
   32. LUXURY ARCHITECTURAL SOURCING MANIFEST CARDS
======================================================== */
.ag-manifest-deck-sec {
  padding: 44px 0 50px 0;
  background: #FAF6F0;
  width: 100%;
  box-sizing: border-box;
}

.ag-manifest-deck-wrap {
  width: 92% !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  box-sizing: border-box;
}

/* HEADER */
.ag-manifest-deck-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 32px auto;
}

.ag-manifest-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Roboto', sans-serif !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #B38B4D !important;
  margin-bottom: 6px;
}

.ag-manifest-kicker::before,
.ag-manifest-kicker::after {
  content: '';
  width: 22px;
  height: 1.2px;
  background: #B38B4D;
}

.ag-manifest-title {
  font-family: 'Roboto', sans-serif !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  color: #3E0B12 !important;
  line-height: 1.2 !important;
  margin: 0 0 8px 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
}

.ag-manifest-title .fleur-script {
  font-family: 'Fleur De Leah', cursive !important;
  font-weight: 400 !important;
  font-size: 1.35em !important;
  color: #3E0B12 !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 6px;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.ag-manifest-sub {
  font-family: 'Roboto Slab', serif !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  color: #554440 !important;
  margin: 0 auto;
  max-width: 820px;
}

/* 4-COLUMN CARDS GRID (DESKTOP) */
.ag-manifest-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 24px;
  box-sizing: border-box;
}

/* INDIVIDUAL MANIFEST CARD */
.ag-manifest-card {
  background: #FFFFFF;
  border: 1.2px solid rgba(179, 139, 77, 0.35);
  border-radius: 8px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 6px 18px rgba(62, 11, 18, 0.03);
  transition: all 0.25s ease;
  box-sizing: border-box;
  position: relative;
  min-height: 310px;
}

.ag-manifest-card:hover {
  transform: translateY(-4px);
  border-color: #B38B4D;
  box-shadow: 0 12px 28px rgba(62, 11, 18, 0.08);
}

.ag-mcard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.ag-mcard-code {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.2px;
  color: #B38B4D;
  text-transform: uppercase;
}

.ag-mcard-phase-pill {
  font-family: 'Roboto', sans-serif;
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8C6A30;
  background: #FAF3E7;
  border: 1px solid rgba(179, 139, 77, 0.35);
  padding: 3px 8px;
  border-radius: 4px;
}

.ag-mcard-body {
  flex-grow: 1;
  margin-bottom: 16px;
}

.ag-mcard-heading {
  font-family: 'Roboto', sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #3E0B12 !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  margin: 0 0 8px 0 !important;
}

.ag-mcard-accent-line {
  width: 28px;
  height: 1.5px;
  background: #B38B4D;
  margin-bottom: 12px;
}

.ag-mcard-text {
  font-family: 'Roboto Slab', serif !important;
  font-size: 12.5px !important;
  line-height: 1.6 !important;
  color: #554440 !important;
  margin: 0 !important;
}

/* CARD FOOTER CHIP */
.ag-mcard-footer {
  border-top: 1px solid rgba(179, 139, 77, 0.22);
  padding-top: 12px;
}

.ag-mcard-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #FAF6F0;
  border: 1px solid rgba(179, 139, 77, 0.3);
  padding: 5px 10px;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}

.chip-bullet {
  color: #B38B4D;
  font-size: 9px;
}

.chip-text {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 800;
  color: #3E0B12;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

/* BOTTOM COMMITMENT DOCK */
.ag-manifest-trust-dock {
  background: #3E0B12;
  border-radius: 8px;
  padding: 16px 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
}

.ag-trust-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ag-trust-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(228, 192, 117, 0.18);
  border: 1px solid #E4C075;
  color: #E4C075;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  flex-shrink: 0;
}

.ag-trust-info {
  display: flex;
  flex-direction: column;
}

.ag-trust-info strong {
  font-family: 'Roboto', sans-serif;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #E4C075;
  line-height: 1.2;
}

.ag-trust-info span {
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
  color: rgba(250, 246, 240, 0.82);
  line-height: 1.4;
}

.ag-trust-divider {
  width: 1px;
  height: 28px;
  background: rgba(228, 192, 117, 0.3);
}

/* ========================================================
   RESPONSIVE (TABLET & MOBILE)
======================================================== */
@media (max-width: 1100px) {
  .ag-manifest-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .ag-manifest-trust-dock {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .ag-trust-divider {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .ag-manifest-deck-sec {
    padding: 22px 0 26px 0 !important;
  }

  .ag-manifest-deck-head {
    margin-bottom: 14px !important;
  }

  .ag-manifest-title {
    font-size: 19px !important;
    line-height: 1.25 !important;
  }

  .ag-manifest-sub {
    font-size: 11.5px !important;
    line-height: 1.45 !important;
  }

  /* 1-COLUMN STACK (NO TEXT CUT / ZERO SQUEEZING) */
  .ag-manifest-cards-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-bottom: 16px !important;
  }

  .ag-manifest-card {
    padding: 16px 14px !important;
    min-height: auto !important;
    border-radius: 6px !important;
  }

  .ag-mcard-top {
    margin-bottom: 10px !important;
  }

  .ag-mcard-heading {
    font-size: 13.5px !important;
    margin-bottom: 6px !important;
  }

  .ag-mcard-accent-line {
    margin-bottom: 8px !important;
  }

  .ag-mcard-text {
    font-size: 11.8px !important;
    line-height: 1.55 !important;
    text-align: justify !important;
    text-justify: inter-word !important;
  }

  .ag-mcard-footer {
    padding-top: 10px !important;
  }

  .ag-mcard-chip {
    padding: 4px 8px !important;
  }

  .chip-text {
    font-size: 9.5px !important;
  }

  .ag-manifest-trust-dock {
    padding: 14px 14px !important;
    gap: 10px !important;
  }

  .ag-trust-cell {
    gap: 10px !important;
  }

  .ag-trust-info strong {
    font-size: 10.5px !important;
  }

  .ag-trust-info span {
    font-size: 9.5px !important;
  }
}