/**
 * Bridgeway Gutenberg Blocks Stylesheet
 * 100% Exact match to Bridgeway36 Mockup with Responsive Drawer & Fluid Grid
 */

:root {
  --navy: #0b3a63;
  --navy2: #123b5b;
  --gold: #b28a49;
  --ink: #163d61;
  --cream: #fbf8f2;
  --mist: #eef4f6;
  --line: #dbe5ea;
  --white: #fff;
  --dlm-heading-font: Georgia, serif;
  --dlm-body-font: Inter, Arial, sans-serif;
}

/* ==========================================================================
   1. HEADER BLOCK (.bw-header)
   ========================================================================== */
.bw-header {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6vw;
  border-bottom: 1px solid #edf0f2;
  background: #ffffff;
  position: relative;
  z-index: 900;
  box-sizing: border-box;
  font-family: var(--dlm-body-font, Inter, Arial, sans-serif);
}

.bw-header.is-sticky {
  position: sticky;
  top: 0;
  box-shadow: 0 4px 20px rgba(11, 58, 99, 0.05);
}

.bw-brand {
  font-family: var(--dlm-heading-font, Georgia, serif);
  font-size: 44px;
  color: #0a426d;
  letter-spacing: -2px;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.bw-brand b {
  font-weight: 500;
}

.bw-brand-tag {
  font-family: var(--dlm-body-font, Inter, Arial, sans-serif);
  font-size: 10px;
  letter-spacing: 3px;
  margin-top: 4px;
  font-weight: 700;
  text-align: center;
  color: #0b3a63;
  text-transform: uppercase;
}

.bw-nav-desktop {
  display: flex;
  gap: 34px;
  align-items: center;
  font-weight: 600;
  color: #173b5a;
}

.bw-nav-desktop a,
.bw-nav-desktop span {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease;
  font-size: 16px;
}

.bw-nav-desktop a:hover,
.bw-nav-desktop span:hover {
  color: var(--gold, #b28a49);
}

.bw-libbtn {
  background: var(--gold, #b28a49) !important;
  color: #ffffff !important;
  padding: 16px 24px;
  border-radius: 9px;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.bw-libbtn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(178, 138, 73, 0.25);
}

/* Drawer Toggle Button (Hamburger / Breadcrumb Trigger) */
.bw-drawer-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #f4f8fa;
  border: 1px solid var(--line, #dbe5ea);
  border-radius: 10px;
  color: var(--navy, #0b3a63);
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease;
}

.bw-drawer-toggle:hover {
  background: #e8f1f5;
  color: var(--gold, #b28a49);
}

.bw-drawer-toggle svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

/* Slide-out Navigation Drawer */
.bw-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(9, 47, 80, 0.45);
  backdrop-filter: blur(4px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bw-drawer-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.bw-drawer {
  position: fixed;
  top: 0;
  right: -340px;
  width: 320px;
  max-width: 85vw;
  height: 100vh;
  background: #ffffff;
  z-index: 9999;
  box-shadow: -10px 0 40px rgba(9, 47, 80, 0.18);
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  box-sizing: border-box;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
}

.bw-drawer.is-active {
  transform: translateX(-340px);
}

.bw-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line, #dbe5ea);
  margin-bottom: 24px;
}

.bw-drawer-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--line, #dbe5ea);
  background: #ffffff;
  color: var(--navy, #0b3a63);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s;
}

.bw-drawer-close:hover {
  background: #f0f5f8;
  color: var(--gold, #b28a49);
}

.bw-drawer-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 18px;
  font-weight: 600;
  color: #173b5a;
}

.bw-drawer-nav a {
  color: inherit;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid #f2f5f7;
  transition: color 0.2s;
}

.bw-drawer-nav a:hover {
  color: var(--gold, #b28a49);
  padding-left: 6px;
}

.bw-drawer-footer {
  margin-top: auto;
  padding-top: 24px;
}

.bw-drawer-footer .bw-libbtn {
  width: 100%;
  text-align: center;
  justify-content: center;
}

/* ==========================================================================
   2. HERO SECTION BLOCK (.bw-hero)
   ========================================================================== */
.bw-hero {
  background: linear-gradient(120deg, #edf5f8 0%, #fff8ed 54%, #eef3f6 100%);
  padding: 60px 6vw 56px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 55px;
  align-items: center;
  min-height: 610px;
  box-sizing: border-box;
  font-family: var(--dlm-body-font, Inter, Arial, sans-serif);
  color: var(--ink, #163d61);
}

.bw-eyebrow {
  display: inline-block;
  background: #d7e9ef;
  color: var(--navy, #0b3a63);
  border-radius: 18px;
  padding: 8px 14px;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 800;
  text-transform: uppercase;
}

.bw-hero h1 {
  font-family: var(--dlm-heading-font, Georgia, serif);
  font-size: var(--dlm-h1-size, 62px);
  line-height: 1.03;
  margin: 18px 0;
  color: var(--dlm-h1-color, #092f56);
  font-weight: normal;
}

.bw-hero h1 em {
  font-style: normal;
  color: var(--gold, #b28a49);
}

.bw-hero p.bw-lead {
  font-family: var(--dlm-heading-font, Georgia, serif);
  font-size: 24px;
  line-height: 1.45;
  font-style: italic;
  margin: 0 0 18px;
  color: var(--navy2, #123b5b);
}

.bw-hero p.bw-copy {
  font-size: var(--dlm-paragraph-size, 18px);
  line-height: 1.58;
  max-width: 650px;
  color: var(--dlm-paragraph-color, #163d61);
  margin: 0 0 24px;
}

.bw-micro {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 28px;
  color: var(--navy, #0b3a63);
}

.bw-cta {
  display: flex;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.bw-btn {
  padding: 16px 23px;
  border-radius: var(--dlm-btn-primary-radius, 28px);
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 15px;
  text-align: center;
}

.bw-btn.bw-btn-primary {
  background: var(--dlm-btn-primary-bg, var(--navy, #0b3a63));
  color: var(--dlm-btn-primary-text, #ffffff);
  border: 2px solid transparent;
}

.bw-btn.bw-btn-primary:hover {
  opacity: 0.92;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(11, 58, 99, 0.25);
}

.bw-btn.bw-btn-secondary {
  border: 2px solid var(--dlm-btn-secondary-border, var(--navy, #0b3a63));
  color: var(--dlm-btn-secondary-text, var(--navy, #0b3a63));
  background: #ffffff;
}

.bw-btn.bw-btn-secondary:hover {
  background: #f0f6fa;
  transform: translateY(-2px);
}

.bw-hero-visual {
  position: relative;
  width: 100%;
  max-width: var(--bw-hero-book-width, 480px);
  height: var(--bw-hero-book-height, 480px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.bw-hero-visual img {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: var(--bw-hero-book-height, 480px);
  border-radius: 18px;
  box-shadow: 0 26px 70px rgba(16, 44, 68, 0.22);
  display: block;
  object-fit: var(--bw-hero-book-fit, contain);
  transition: transform 0.3s ease;
}

.bw-badge {
  position: absolute;
  right: -18px;
  bottom: -18px;
  background: #ffffff;
  padding: 18px 20px;
  border-radius: 14px;
  box-shadow: 0 14px 40px rgba(20, 48, 73, 0.16);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--navy, #0b3a63);
  text-transform: uppercase;
}

/* ==========================================================================
   3. PREVIEW BOOKS SECTION BLOCK (.bw-preview)
   ========================================================================== */
.bw-section {
  padding: 76px 6vw;
  box-sizing: border-box;
  font-family: var(--dlm-body-font, Inter, Arial, sans-serif);
}

.bw-section h2 {
  font-family: var(--dlm-heading-font, Georgia, serif);
  font-size: var(--dlm-h2-size, 44px);
  color: var(--dlm-h2-color, #0a365f);
  text-align: center;
  margin: 0 0 12px;
  font-weight: normal;
}

.bw-section .bw-sub {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 42px;
  font-size: 18px;
  line-height: 1.5;
  color: #50677a;
}

.bw-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  align-items: stretch;
}

.bw-card {
  border: 1px solid var(--dlm-lib-card-border, var(--line, #dbe5ea));
  border-radius: var(--dlm-lib-card-radius, 16px);
  background: var(--dlm-lib-card-bg, #ffffff);
  padding: 18px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 30px rgba(18, 55, 83, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
}

.bw-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(18, 55, 83, 0.12);
}

.bw-label {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--dlm-lib-badge-text, var(--gold, #a47c36));
  background: var(--dlm-lib-badge-bg, transparent);
  padding: 4px 10px;
  border-radius: 6px;
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 10px;
}

.bw-cover {
  height: var(--dlm-lib-cover-height, 300px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background: #fafafa;
  border-radius: 10px;
  overflow: hidden;
}

.bw-cover img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
}

.bw-card:hover .bw-cover img {
  transform: scale(1.03);
}

.bw-card h3 {
  font-family: var(--dlm-heading-font, Georgia, serif);
  font-size: var(--dlm-lib-title-size, var(--dlm-h3-size, 21px));
  line-height: 1.2;
  margin: 4px 0 8px;
  color: var(--dlm-lib-title-color, var(--dlm-h3-color, #0a365f));
  font-weight: normal;
}

.bw-card p {
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 18px;
  color: var(--dlm-lib-author-color, #50677a);
  flex-grow: 1;
}

.bw-card a.bw-card-link {
  margin-top: auto;
  font-weight: 800;
  color: var(--dlm-lib-btn-text, var(--dlm-link-color, #0a4d7d));
  background: var(--dlm-lib-btn-bg, transparent);
  padding: 8px 14px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.bw-card a.bw-card-link:hover {
  color: var(--dlm-link-hover-color, var(--gold, #b28a49));
  transform: translateX(3px);
}

/* ==========================================================================
   4. ONE LIBRARY. FOUR WAYS FORWARD BLOCK (.bw-path)
   ========================================================================== */
.bw-path {
  background: var(--cream, #fbf8f2);
  padding: 70px 6vw;
  box-sizing: border-box;
  font-family: var(--dlm-body-font, Inter, Arial, sans-serif);
}

.bw-pathgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.bw-pathitem {
  text-align: center;
  padding: 26px 18px;
  box-sizing: border-box;
}

.bw-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #0f4e77;
  color: #ffffff;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  font-size: 27px;
  box-shadow: 0 8px 20px rgba(15, 78, 119, 0.2);
  transition: transform 0.3s ease;
}

.bw-pathitem:hover .bw-circle {
  transform: scale(1.08) rotate(5deg);
}

.bw-pathitem h4 {
  font-family: var(--dlm-body-font, Inter, Arial, sans-serif);
  letter-spacing: 2px;
  margin: 0 0 10px;
  color: var(--dlm-h4-color, #0e3d64);
  font-size: var(--dlm-h4-size, 16px);
  font-weight: 800;
  text-transform: uppercase;
}

.bw-pathitem p {
  margin: 0;
  line-height: 1.45;
  font-size: 15px;
  color: var(--dlm-paragraph-color, #163d61);
}

/* ==========================================================================
   5. GO BEYOND THE PREVIEW CTA BLOCK (.bw-join)
   ========================================================================== */
.bw-join {
  background: linear-gradient(100deg, #092f50, #143e5d);
  padding: 68px 7vw;
  color: #ffffff;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  box-sizing: border-box;
  font-family: var(--dlm-body-font, Inter, Arial, sans-serif);
}

.bw-join h2 {
  font-family: var(--dlm-heading-font, Georgia, serif);
  font-size: var(--dlm-h2-size, 44px);
  margin: 0 0 14px;
  color: #ffffff;
  font-weight: normal;
}

.bw-join p {
  font-size: var(--dlm-paragraph-size, 18px);
  line-height: 1.55;
  margin: 0;
  max-width: 780px;
  color: rgba(255, 255, 255, 0.9);
}

.bw-join .bw-right {
  text-align: right;
}

.bw-join .bw-btn {
  background: var(--dlm-btn-gold-bg, var(--gold, #c39a57));
  color: var(--dlm-btn-gold-text, #ffffff);
  border-radius: 8px;
  padding: 18px 28px;
  font-size: 16px;
  border: none;
}

.bw-join .bw-btn:hover {
  opacity: 0.94;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(195, 154, 87, 0.4);
}

.bw-join small {
  display: block;
  margin-top: 12px;
  opacity: 0.8;
  font-size: 13px;
}

/* ==========================================================================
   6. FOOTER BLOCK (.bw-footer)
   ========================================================================== */
.bw-footer {
  padding: 28px 6vw;
  font-size: 13px;
  color: #6e7f8c;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #edf0f2;
  font-family: var(--dlm-body-font, Inter, Arial, sans-serif);
  box-sizing: border-box;
}

/* ==========================================================================
   7. RESPONSIVE BREAKPOINTS (Desktop, Laptop, Tablet, Mobile)
   ========================================================================== */

/* Laptop (max-width: 1200px) */
@media (max-width: 1200px) {
  .bw-grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Tablet Landscape & Portrait (max-width: 1024px) */
@media (max-width: 1024px) {
  /* Header navigation breaks into drawer */
  .bw-nav-desktop {
    display: none !important;
  }
  .bw-drawer-toggle {
    display: flex !important;
  }

  .bw-hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 48px 6vw;
    min-height: auto;
  }
  .bw-hero h1 {
    font-size: 48px;
  }
  .bw-hero p.bw-lead {
    font-size: 20px;
  }
  .bw-badge {
    right: 0;
    bottom: -10px;
  }

  .bw-grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }

  .bw-pathgrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bw-join {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .bw-join .bw-right {
    text-align: left;
  }
}

/* Tablet Portrait (max-width: 899px) */
@media (max-width: 899px) {
  .bw-header {
    height: 80px;
  }
  .bw-brand {
    font-size: 34px;
  }
  .bw-brand-tag {
    font-size: 8px;
    letter-spacing: 2px;
  }

  .bw-grid-5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .bw-cover {
    height: 250px;
  }
}

/* Mobile Devices (max-width: 640px) */
@media (max-width: 640px) {
  .bw-header {
    padding: 0 4vw;
  }
  .bw-hero {
    padding: 36px 4vw;
  }
  .bw-hero h1 {
    font-size: 36px;
    line-height: 1.1;
  }
  .bw-hero p.bw-lead {
    font-size: 18px;
  }
  .bw-cta {
    flex-direction: column;
  }
  .bw-btn {
    width: 100%;
    box-sizing: border-box;
  }

  .bw-section {
    padding: 48px 4vw;
  }
  .bw-section h2 {
    font-size: 32px;
  }

  .bw-grid-5 {
    grid-template-columns: 1fr;
  }

  .bw-cover {
    height: 280px;
  }

  .bw-path {
    padding: 48px 4vw;
  }
  .bw-pathgrid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bw-join {
    padding: 48px 4vw;
  }
  .bw-join h2 {
    font-size: 32px;
  }
  .bw-join .bw-btn {
    width: 100%;
  }

  .bw-badge {
    position: static;
    margin-top: 14px;
    display: inline-block;
  }
}

/* ==========================================================================
   7. HERO CAROUSEL & BOTTOM DOT NAVIGATOR (.bw-hero-carousel-wrap)
   ========================================================================== */
.bw-hero-carousel-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(120deg, #edf5f8 0%, #fff8ed 54%, #eef3f6 100%);
}

.bw-hero-carousel-wrap .bw-hero {
  padding-bottom: 74px; /* Room for bottom dot navigator */
}

.bw-hero-swiper {
  width: 100%;
  position: relative;
}

.bw-hero-slide {
  width: 100%;
  box-sizing: border-box;
}

.bw-hero-pagination {
  position: absolute;
  bottom: 22px !important;
  left: 0;
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  z-index: 25;
  pointer-events: auto;
}

.bw-hero-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--navy, #0b3a63);
  opacity: 0.25;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0 !important;
  outline: none;
  border: none;
  padding: 0;
  display: inline-block;
}

.bw-hero-pagination .swiper-pagination-bullet:hover {
  opacity: 0.6;
  transform: scale(1.2);
}

.bw-hero-pagination .swiper-pagination-bullet-active {
  width: 36px;
  height: 10px;
  border-radius: 8px;
  background: var(--gold, #b28a49) !important;
  opacity: 1 !important;
  box-shadow: 0 3px 10px rgba(178, 138, 73, 0.4);
}

.bw-hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line, #dbe5ea);
  box-shadow: 0 8px 24px rgba(11, 58, 99, 0.12);
  color: var(--navy, #0b3a63);
  font-size: 26px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  outline: none;
}

.bw-hero-arrow-prev {
  left: 2vw;
}

.bw-hero-arrow-next {
  right: 2vw;
}

.bw-hero-arrow:hover {
  background: #ffffff;
  color: var(--gold, #b28a49);
  border-color: var(--gold, #b28a49);
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 12px 30px rgba(11, 58, 99, 0.2);
}

@media (max-width: 899px) {
  .bw-hero-arrow {
    display: none;
  }
}

/* ==========================================================================
   8. PREVIEW BOOKS SLIDER & CAROUSEL (.bw-preview-carousel-wrap)
   ========================================================================== */
.bw-preview-carousel-wrap {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.bw-preview-swiper {
  width: 100%;
  padding: 12px 4px 52px !important;
  overflow: hidden;
  box-sizing: border-box;
}

.bw-preview-slide {
  height: auto;
  display: flex;
  box-sizing: border-box;
}

.bw-preview-slide .bw-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.bw-preview-pagination {
  position: absolute;
  bottom: 12px !important;
  left: 0;
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  z-index: 15;
  pointer-events: auto;
}

.bw-preview-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--navy, #0b3a63);
  opacity: 0.22;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 !important;
  outline: none;
  border: none;
  padding: 0;
  display: inline-block;
}

.bw-preview-pagination .swiper-pagination-bullet:hover {
  opacity: 0.6;
  transform: scale(1.2);
}

.bw-preview-pagination .swiper-pagination-bullet-active {
  width: 28px;
  height: 9px;
  border-radius: 6px;
  background: var(--navy, #0b3a63) !important;
  opacity: 1 !important;
}

.bw-preview-arrow {
  position: absolute;
  top: calc(50% - 20px);
  transform: translateY(-50%);
  z-index: 20;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid var(--line, #dbe5ea);
  box-shadow: 0 8px 24px rgba(11, 58, 99, 0.1);
  color: var(--navy, #0b3a63);
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  outline: none;
}

.bw-preview-arrow-prev {
  left: -22px;
}

.bw-preview-arrow-next {
  right: -22px;
}

.bw-preview-arrow:hover {
  color: var(--gold, #b28a49);
  border-color: var(--gold, #b28a49);
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 12px 28px rgba(11, 58, 99, 0.16);
}

@media (max-width: 1100px) {
  .bw-preview-arrow-prev {
    left: -10px;
  }
  .bw-preview-arrow-next {
    right: -10px;
  }
}

@media (max-width: 767px) {
  .bw-preview-arrow {
    display: none;
  }
}

