@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root {
  --color-royal: #0A3D91;
  --color-navy: #081B3A;
  --color-gold: #C9A227;
  --color-cream: #FAFAF8;
  --color-ink: #111111;
  --color-stone: #6B6B6B;
  --color-border: rgba(8, 27, 58, 0.08);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: var(--color-cream);
  color: var(--color-ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-display {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
}

.font-body {
  font-family: 'Inter', system-ui, sans-serif;
}

.text-balance {
  text-wrap: balance;
}

.gold-gradient-text {
  background: linear-gradient(135deg, #C9A227 0%, #E8C96A 50%, #C9A227 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mask-bottom {
  mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* Form focus rings */
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--color-gold);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.15);
}

/* ===================================================================
   Replacements for Framer Motion behaviors (vanilla CSS + JS driven)
   =================================================================== */

/* Reveal-on-scroll (replaces <Reveal>) */
.reveal {
  opacity: 0;
  filter: blur(12px);
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
              filter 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-up { transform: translateY(60px); }
.reveal-down { transform: translateY(-60px); }
.reveal-left { transform: translateX(60px); }
.reveal-right { transform: translateX(-60px); }

.reveal.is-visible {
  opacity: 1;
  filter: blur(0px);
  transform: translate(0, 0);
}

/* Nav entrance */
.nav-enter {
  transform: translateY(-100px);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-enter.is-visible {
  transform: translateY(0);
}

/* Hero entrance animations (sequenced via animation-delay) */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeUpBlur {
  from { opacity: 0; transform: translateY(60px); filter: blur(12px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0px); }
}
@keyframes fadeInLeftBig {
  from { opacity: 0; transform: translateX(60px); }
  to { opacity: 1; transform: translateX(0); }
}
/* ── RIGHT SIDE ── */
  .bfh-right { display: flex; flex-direction: column; gap: 0;}
  .bfh-card { border-radius: 20px; overflow: hidden; position: relative; background: #081b3a85 ; box-shadow: 0 12px 48px rgba(43,32,21,0.18);}
  .bfh-img-area { position: relative; width: 100%; aspect-ratio: 4/3.2; overflow: hidden; }
  .bfh-img-placeholder { width: 100%; height: 100%; background: linear-gradient(145deg, #8B7355 0%, #5C4A32 40%, #3A2E1E 100%); display: flex; align-items: center; justify-content: center;}
  .bfh-room-svg { width: 100%; height: 100%;}
  .bfh-stamp { position: absolute; top: 1.1rem; right: 1.1rem; width: 64px; height: 64px; border: 1.5px solid rgba(242,237,230,0.6); border-radius: 50%; display: flex; align-items: center; justify-content: center; text-align: center;}
  .bfh-stamp-text { font-size: 0.48rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(242,237,230,0.85); line-height: 1.5;}
  .bfh-card-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.25rem 1.4rem; background: linear-gradient(to top, rgba(28,22,14,0.72) 0%, transparent 100%);}
  .bfh-card-label { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(242,237,230,0.65); margin-bottom: 0.15rem; font-weight: 500;}
  .bfh-card-title { font-size: 1rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #F2EDE6;}
  .bfh-card-footer { background: #EDF6FF; padding: 1rem 1.4rem; display: flex; gap: 2em; justify-content: space-between; align-items: flex-start;}
  .bfh-focus-label { font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; color: #9C8870; margin-bottom: 0.2rem; font-weight: 500;}
  .bfh-focus-text { font-size: 0.82rem; color: #3A2E1E; font-weight: 500; line-height: 1.4;}
  .bfh-stat-block { text-align: right; flex-shrink: 0;}
  .bfh-stat-num { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 800; color: #2B2015; line-height: 1;}
  .bfh-stat-label { font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; color: #9C8870; margin-top: 0.1rem; font-weight: 500;}
  .bfh-stats-row { display: flex; gap: 1.5rem;}
  @media (max-width: 720px) { .bfh-inner { grid-template-columns: 1fr; gap: 2.5rem; } .bfh-p { max-width: 100%; }}

.hero-anim {
  opacity: 0;
  animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.hero-anim-blur {
  opacity: 0;
  animation: fadeUpBlur 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.hero-anim-right {
  opacity: 0;
  animation: fadeInLeftBig 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.delay-02 { animation-delay: 0.2s; }
.delay-035 { animation-delay: 0.35s; }
.delay-055 { animation-delay: 0.55s; }
.delay-07 { animation-delay: 0.7s; }
.delay-08 { animation-delay: 0.8s; }

/* Mobile menu */
.mobile-menu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-link {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.mobile-menu.is-open .mobile-menu-link {
  opacity: 1;
  transform: translateX(0);
}

/* Card hover lift (replaces whileHover y) */
.hover-lift {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.hover-lift:hover {
  transform: translateY(-8px);
}
.hover-lift-sm:hover {
  transform: translateY(-6px);
}
.hover-shift:hover {
  transform: translateX(8px);
}

/* FAQ accordion */
.faq-answer {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.faq-answer.is-open {
  opacity: 1;
}
.faq-icon-plus,
.faq-icon-minus {
  display: none;
}

/* Video modal */
.video-modal {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}
.video-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.video-modal-inner {
  transform: scale(0.95);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.video-modal.is-open .video-modal-inner {
  transform: scale(1);
  opacity: 1;
}


/* Franchise Benefits */
.hg-benefits { background: #081B3A; padding: 96px 24px; overflow: hidden; box-sizing: border-box;}
.hg-benefits * { box-sizing: border-box;}
.hg-benefits .hg-container { max-width: 1180px; margin: 0 auto;}
.hg-benefits .hg-header { text-align: center; max-width: 720px; margin: 0 auto 64px;}
    .hg-benefits .hg-eyebrow {
      display: block;
      color: #C9A227;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.2em;
    }
    .hg-benefits .hg-title {
      font-family: Georgia, "Times New Roman", serif;
      color: #ffffff;
      font-size: 44px;
      line-height: 1.15;
      margin: 16px 0 20px;
      font-weight: 400;
    }
    .hg-benefits .hg-subtitle {
      color: rgba(255, 255, 255, 0.6);
      font-size: 18px;
      line-height: 1.6;
      margin: 0;
    }
    .hg-benefits .hg-grid {
      display: grid;
      grid-template-columns: 1fr 1.05fr;
      
      align-items: start;
    }
    .hg-benefits .hg-cards {
      display: grid;
      grid-template-columns: 1fr 1fr;
      
    }
    .hg-benefits .hg-card {
      display: block;
      width: 100%;
      text-align: left;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 14px;
      padding: 22px 18px;
      cursor: pointer;
      transition: background-color 0.2s ease, border-color 0.2s ease;
      font-family: inherit;
      -webkit-appearance: none;
      appearance: none;
    }
    .hg-benefits .hg-card:hover {
      background: rgba(255, 255, 255, 0.1);
    }
    .hg-benefits .hg-card:focus-visible {
      outline: 2px solid #C9A227;
      outline-offset: 2px;
    }
    .hg-benefits .hg-card.is-active {
      background: #fff;
      border-color: #fff;
    }
    .hg-benefits .hg-card-icon {
      width: 36px;
      height: 36px;
      border-radius: 10px;
      /* background: rgba(201, 162, 39, 0.12); */
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 14px;
      transition: background-color 0.2s ease;
    }
    .hg-benefits .hg-card.is-active .hg-card-icon {
      background: #C9A227
      
    }
    .hg-benefits .hg-card-icon svg {
      width: 23px;
      height: 23px;
      display: block;
    }
    .hg-benefits .hg-card-label {
      display: block;
      color: #ffffff;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.4;
      margin: 0;
    }
    .hg-benefits .hg-card.is-active span {
      color: #081B3A;
      font-weight: 600;
    }

    .hg-benefits .hg-card.is-active svg {
      stroke: #081B3A;
      
    }
    .hg-benefits .hg-panel {
      background: #ffffff;
      border-radius: 18px;
      padding: 40px;
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
      min-height: 420px;
      height: 100%;
      display: flex;
      flex-direction: column;
    }
    .hg-benefits .hg-panel-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 28px;
    }
    .hg-benefits .hg-panel-icon {
      width: 48px;
      height: 48px;
      border-radius: 12px;
      background: #081B3A;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .hg-benefits .hg-panel-icon svg {
      width: 25px;
      height: 25px;
      display: block;
    }
    .hg-benefits .hg-panel-count {
      color: #081B3A;
      font-size: 12px;
      letter-spacing: 0.05em;
      font-weight: 600;
    }
    .hg-benefits .hg-panel-title {
      font-family: Georgia, "Times New Roman", serif;
      color: #111111;
      font-size: 32px;
      font-weight: 400;
      line-height: 1.25;
      margin: 0 0 16px;
    }
    .hg-benefits .hg-panel-desc {
      color: rgba(17, 17, 17, 0.65);
      font-size: 15px;
      line-height: 1.7;
      margin: 0 0 32px;
    }
    .hg-benefits .hg-panel-bottom {
      margin-top: auto;
    }
    .hg-benefits .hg-divider {
      height: 1px;
      background: rgba(17, 17, 17, 0.1);
      margin-bottom: 24px;
    }
    .hg-benefits .hg-badges {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    .hg-benefits .hg-badge {
      border: 1px solid #C9A227;
      color: #8a6c12;
      font-size: 13px;
      font-weight: 500;
      padding: 7px 16px;
      border-radius: 999px;
      white-space: nowrap;
    }

    @media (max-width: 900px) {
      .hg-benefits .hg-grid {
        grid-template-columns: 1fr;
      }
      .hg-benefits .hg-title {
        font-size: 34px;
      }
    }
    @media (max-width: 520px) {
      .hg-benefits {
        padding: 64px 16px;
      }
      .hg-benefits .hg-cards {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
      }
      .hg-benefits .hg-card {
        padding: 16px 14px;
      }
      .hg-benefits .hg-panel {
        padding: 28px 22px;
      }
    }
  

/* Contact form success state */
.form-success {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.form-success.is-visible {
  opacity: 1;
  transform: scale(1);
}

/* Timeline progress lines (replaces scroll-driven height) */
.timeline-progress {
  height: 0;
  transition: height 0.2s linear;
}

/* Bar chart fill animation */
.bar-fill {
  width: 0;
  transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Parallax image wrapper */
.parallax-wrap {
  overflow: hidden;
}
.parallax-img {
  will-change: transform;
}

/* VIDEO */

    .hg-videos {
      background: #081B3A;
      padding: 96px 24px 160px;
      box-sizing: border-box;
    }
    .hg-videos * {
      box-sizing: border-box;
    }
    .hg-videos .hg-v-container {
      max-width: 1180px;
      margin: 0 auto;
    }

    /* Header */
    .hg-videos .hg-v-header {
      display: block;
     
      margin-bottom: 56px;
    }
    .hg-videos .hg-v-eyebrow {
      display: block;
      color: #C9A227;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.2em;
    }
    .hg-videos .hg-v-title {
      font-family: Georgia, "Times New Roman", serif;
      color: #ffffff;
      font-size: 44px;
      line-height: 1.15;
      margin: 16px 0 0;
      font-weight: 400;
      max-width: 640px;
    }
    .hg-videos .hg-v-sub {
      color: rgba(255, 255, 255, 0.6);
      font-size: 16px;
      line-height: 1.7;
      margin: 0;
    }
    @media (min-width: 900px) {
      .hg-videos .hg-v-header {
        flex-direction: row;
        align-items: flex-end;
        text-align: center;
      }
    }

    /* Tabs */
    .hg-videos .hg-v-tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
      margin-bottom: 40px;
      padding-bottom: 0;
      justify-content: center;
    }
    .hg-videos .hg-v-tab {
      display: flex;
      align-items: center;
      gap: 8px;
      background: transparent;
      border: none;
      color: rgba(255, 255, 255, 0.55);
      font-size: 14px;
      font-weight: 500;
      font-family: inherit;
      padding: 12px 16px;
      cursor: pointer;
      position: relative;
      white-space: nowrap;
      -webkit-appearance: none;
      appearance: none;
    }
    .hg-videos .hg-v-tab::after {
      content: "";
      position: absolute;
      left: 16px;
      right: 16px;
      bottom: -1px;
      height: 2px;
      background: transparent;
      transition: background-color 0.2s ease;
    }
    .hg-videos .hg-v-tab:hover {
      color: rgba(255, 255, 255, 0.85);
    }
    .hg-videos .hg-v-tab.is-active {
      color: #ffffff;
    }
    .hg-videos .hg-v-tab.is-active::after {
      background: #C9A227;
    }
    .hg-videos .hg-v-tab-count {
      background: rgba(255, 255, 255, 0.1);
      color: rgba(255, 255, 255, 0.7);
      font-size: 11px;
      font-weight: 600;
      line-height: 1;
      padding: 4px 7px;
      border-radius: 999px;
      min-width: 20px;
      text-align: center;
    }
    .hg-videos .hg-v-tab.is-active .hg-v-tab-count {
      background: rgba(201, 162, 39, 0.18);
      color: #C9A227;
    }

    /* Panels */
    .hg-videos .hg-v-panel {
      display: none;
    }
    .hg-videos .hg-v-panel.is-active {
      display: block;
    }

    /* Static row (<=3 videos) */
    .hg-videos .hg-v-static-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
    .hg-videos .hg-v-static-row.hg-v-count-1 {
      grid-template-columns: minmax(0, 360px);
      justify-content: center;
    }
    .hg-videos .hg-v-static-row.hg-v-count-2 {
      grid-template-columns: repeat(2, 1fr);
      max-width: 760px;
      margin: 0 auto;
    }
    @media (max-width: 900px) {
      .hg-videos .hg-v-static-row {
        grid-template-columns: 1fr;
      }
      .hg-videos .hg-v-static-row.hg-v-count-2 {
        max-width: 420px;
      }
    }

    /* Carousel (>3 videos) */
    .hg-videos .hg-v-carousel-wrap {
      position: relative;
    }
    .hg-videos .hg-v-carousel-viewport {
      overflow: hidden;
    }
    .hg-videos .hg-v-carousel-track {
      display: flex;
      gap: 24px;
      transition: transform 0.45s ease;
    }
    .hg-videos .hg-v-carousel-track .hg-v-card {
      flex: 0 0 calc((100% - 48px) / 3);
    }
    @media (max-width: 900px) {
      .hg-videos .hg-v-carousel-track .hg-v-card {
        flex: 0 0 calc((100% - 24px) / 2);
      }
    }
    @media (max-width: 600px) {
      .hg-videos .hg-v-carousel-track .hg-v-card {
        flex: 0 0 100%;
      }
    }

    .hg-videos .hg-v-carousel-controls {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 28px;
    }
    .hg-videos .hg-v-dots {
      display: flex;
      gap: 6px;
    }
    .hg-videos .hg-v-dot {
      width: 6px;
      height: 6px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.25);
      border: none;
      padding: 0;
      cursor: pointer;
      transition: background-color 0.2s ease, width 0.2s ease;
    }
    .hg-videos .hg-v-dot.is-active {
      background: #C9A227;
      width: 18px;
    }
    .hg-videos .hg-v-arrows {
      display: flex;
      gap: 10px;
    }
    .hg-videos .hg-v-arrow {
      width: 44px;
      height: 44px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.15);
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background-color 0.2s ease, border-color 0.2s ease;
      -webkit-appearance: none;
      appearance: none;
    }
    .hg-videos .hg-v-arrow:hover {
      background: #C9A227;
      border-color: #C9A227;
      color: #081B3A;
    }
    .hg-videos .hg-v-arrow:disabled {
      opacity: 0.35;
      cursor: not-allowed;
    }
    .hg-videos .hg-v-arrow:disabled:hover {
      background: rgba(255, 255, 255, 0.06);
      border-color: rgba(255, 255, 255, 0.15);
      color: #ffffff;
    }
    .hg-videos .hg-v-arrow svg {
      width: 18px;
      height: 18px;
      display: block;
    }

    /* Card (same design as existing) */
    .hg-videos .hg-v-card {
      position: relative;
      aspect-ratio: 4 / 5;
      border-radius: 16px;
      overflow: hidden;
      cursor: pointer;
    }
    .hg-videos .hg-v-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.7s ease;
    }
    .hg-videos .hg-v-card:hover img {
      transform: scale(1.05);
    }
    .hg-videos .hg-v-card-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(8, 27, 58, 0.9), rgba(8, 27, 58, 0.3) 55%, transparent 100%);
    }
    .hg-videos .hg-v-card-play {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .hg-videos .hg-v-card-play-circle {
      width: 80px;
      height: 80px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(4px);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    }
    .hg-videos .hg-v-card:hover .hg-v-card-play-circle {
      transform: scale(1.1);
      background: #C9A227;
      border-color: #C9A227;
    }
    .hg-videos .hg-v-card-play-circle svg {
      width: 28px;
      height: 28px;
      margin-left: 4px;
    }
    .hg-videos .hg-v-card-meta {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 24px;
    }
    .hg-videos .hg-v-card-duration {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #C9A227;
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      margin-bottom: 8px;
    }
    .hg-videos .hg-v-card-duration-line {
      width: 32px;
      height: 1px;
      background: #C9A227;
    }
    .hg-videos .hg-v-card-title {
      font-family: Georgia, "Times New Roman", serif;
      color: #ffffff;
      font-size: 22px;
      margin: 0;
      font-weight: 400;
    }

    /* Modal (unchanged behavior, scoped style) */
    .hg-videos .hg-v-modal {
      position: fixed;
      inset: 0;
      z-index: 70;
      background: rgba(8, 27, 58, 0.95);
      backdrop-filter: blur(20px);
      display: none;
      align-items: center;
      justify-content: center;
      padding: 16px;
    }
    .hg-videos .hg-v-modal.is-open {
      display: flex;
    }
    .hg-videos .hg-v-modal-close {
      position: absolute;
      top: 24px;
      right: 24px;
      width: 48px;
      height: 48px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.1);
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
    .hg-videos .hg-v-modal-close:hover {
      background: rgba(255, 255, 255, 0.2);
    }
    .hg-videos .hg-v-modal-close svg {
      width: 24px;
      height: 24px;
      color: #ffffff;
    }
    .hg-videos .hg-v-modal-inner {
      width: 100%;
      max-width: 960px;
      aspect-ratio: 16 / 9;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
    }
    .hg-videos .hg-v-modal-inner video {
      width: 100%;
      height: 100%;
      background: #000;
      display: block;
    }

    /* ─── TESTIMONIALS ─── */
#testimonials{overflow:hidden; background-color: #fff; position: relative; z-index: 7; border-bottom: 1px solid #e0d5c5;}
.marquee-fade{mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent)}
.marquee-track{display:flex;width:max-content;animation:marquee 60s linear infinite}
.marquee-track2{animation-direction:reverse;animation-duration:75s}
.marquee-track:hover,.marquee-track2:hover{animation-play-state:paused}
@keyframes marquee{to{transform:translateX(-50%)}}
.testi-card{width:30rem;padding:1.75rem;border-radius:1rem;border:2px solid #081b3a2d;transition:transform .3s,box-shadow .3s;flex-shrink:0; background:#fff!important;}
.testi-card:hover{transform:translateY(-6px); }
.testi-quote{font-size:20px;color:#111;line-height:1.6;margin-top:.75rem}
.testi-author{margin-top:1.25rem;display:flex;align-items:center;justify-content:space-between}
.author-name{font-family:'Libre Baskerville', serif;;font-weight:700;color:#0f172a}
.author-role{font-size:.75rem;color:#64748b;margin-top:.1rem}
.stars{display:flex;gap:2px}
.star{color:#fbbf24;font-size:1.5rem}
  
