/* ==========================================================================
   EURO+ — About Us Page Styles (Dark Premium Theme)
   Brand Color: #C3862B
   ========================================================================== */


/* ----------------------------------------------
   PAGE BANNER
   ---------------------------------------------- */

.page-banner {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--void);
  padding: 140px 0 80px;
  overflow: hidden;
  text-align: center;
}

.page-banner .banner-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-banner .banner-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.page-banner .banner-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(12, 10, 7, 0.65) 0%,
    rgba(12, 10, 7, 0.8) 55%,
    rgba(12, 10, 7, 0.96) 100%
  );
}

.page-banner .container-xl {
  position: relative;
  z-index: 2;
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-btn);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(241, 233, 220, 0.55);
  margin-bottom: 22px;
}

.breadcrumb a {
  color: rgba(241, 233, 220, 0.75);
  transition: color 0.3s ease;
}

.breadcrumb a:hover {
  color: var(--gold);
}

.breadcrumb i {
  font-size: 9px;
  color: var(--gold);
}

.page-banner h1 {
  font-size: clamp(36px, 5vw, 58px);
  color: var(--white);
  line-height: 1.15;
}

.page-banner h1 em {
  font-style: normal;
  background: linear-gradient(
    120deg,
    var(--gold) 0%,
    var(--gold-royal) 60%,
    var(--gold-dark) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-banner p {
  margin: 20px auto 0;
  max-width: 600px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 300;
}

.banner-btns {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 36px;
  flex-wrap: wrap;
}

.sub-head {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(20px, 2.2vw, 26px);
  color: var(--gold);
  display: block;
  margin-bottom: 14px;
}

.sub-head.on-dark {
  color: var(--gold);
}


/* ----------------------------------------------
   STORY SECTION
   ---------------------------------------------- */

.story-visual {
  position: relative;
}

.story-frame {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.6);
  aspect-ratio: 4 / 4.6;
}

.story-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: linear-gradient(155deg, var(--surface-2) 0%, var(--surface) 100%);
  padding: 24px 30px;
  border-radius: 6px;
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.6);
  border: 1px solid var(--line);
}

.story-badge .badge-number {
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 700;
  color: var(--gold);
  display: block;
}

.story-badge .badge-label {
  font-family: var(--font-btn);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.story-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: grid;
  gap: 14px;
}

.story-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14.5px;
  color: var(--ink);
}

.story-list li i {
  color: var(--gold);
  font-size: 14px;
}


/* ----------------------------------------------
   JOURNEY TIMELINE
   ---------------------------------------------- */

.journey-timeline {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 20px;
  position: relative;
}

.journey-timeline::before {
  content: '';
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--line);
}

.journey-step {
  text-align: center;
  position: relative;
  padding-top: 60px;
}

.journey-step .step-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(155deg, var(--surface-2), var(--surface));
  border: 2px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--gold);
  box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
}

.journey-step:hover .step-icon {
  background: var(--gold);
  color: var(--black);
  transform: translateX(-50%) scale(1.1);
}

.journey-step h5 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 4px;
  color: var(--white);
}

.journey-step p {
  font-size: 12.5px;
  color: var(--muted);
  margin: 0 0 6px;
}

.journey-step .step-year {
  font-family: var(--font-btn);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}


/* ----------------------------------------------
   MISSION & VISION
   ---------------------------------------------- */

.mv-card {
  padding: 46px 40px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: linear-gradient(160deg, var(--surface-2) 0%, var(--surface) 100%);
  transition:
    transform 0.5s var(--ease),
    box-shadow 0.5s var(--ease),
    border-color 0.5s ease;
  height: 100%;
}

.mv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.6);
  border-color: rgba(195, 134, 43, 0.4);
}

.mv-card .mv-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--gold-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--gold);
  margin-bottom: 22px;
}

.mv-card h3 {
  font-size: 22px;
  margin-bottom: 16px;
  color: var(--white);
}

.mv-card p {
  color: var(--muted);
  font-size: 15px;
  font-weight: 300;
  margin: 0;
}


/* ----------------------------------------------
   CORE VALUES
   ---------------------------------------------- */

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.value-card {
  padding: 36px 28px;
  background: linear-gradient(160deg, var(--surface-2) 0%, var(--surface) 100%);
  border-radius: 6px;
  border: 1px solid var(--line);
  transition: all 0.4s var(--ease);
  text-align: center;
}

.value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 0.55);
  border-color: var(--gold);
}

.value-card .value-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--gold-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--gold);
  margin: 0 auto 16px;
  transition: all 0.4s ease;
}

.value-card:hover .value-icon {
  background: var(--gold);
  color: var(--black);
}

.value-card h4 {
  font-size: 17px;
  margin-bottom: 8px;
  color: var(--white);
}

.value-card p {
  font-size: 13.5px;
  color: var(--muted);
  margin: 0;
  font-weight: 300;
}


/* ----------------------------------------------
   WHY CHOOSE
   ---------------------------------------------- */

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 26px;
  margin-top: 10px;
}

.why-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14.5px;
  color: var(--ink);
}

.why-item .why-check {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--gold-soft);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}

.why-visual {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.6);
  aspect-ratio: 4 / 4.6;
  border: 1px solid var(--line);
}

.why-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ----------------------------------------------
   STATS
   ---------------------------------------------- */

.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.stat-item {
  text-align: center;
}

.stat-item b {
  display: block;
  font-family: var(--font-head);
  font-size: 38px;
  color: var(--gold);
  font-weight: 600;
}

.stat-item span {
  display: block;
  margin-top: 6px;
  font-family: var(--font-btn);
  font-size: 15px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(241, 233, 220, 0.55);
}


/* ----------------------------------------------
   SUSTAINABILITY
   ---------------------------------------------- */

.sustainability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-top: 20px;
}

.sustainability-card {
  text-align: center;
  padding: 10px;
}

.sustainability-card .sust-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gold-soft);
  color: var(--gold);
  font-size: 24px;
}

.sustainability-card h5 {
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14.5px;
  margin-bottom: 8px;
}

.sustainability-card p {
  color: rgba(241, 233, 220, 0.55);
  font-size: 13px;
  margin: 0;
}


/* ----------------------------------------------
   LEADERSHIP
   ---------------------------------------------- */

.leadership-card {
  max-width: 820px;
  margin: 0 auto;
  background: linear-gradient(160deg, rgba(227,181,110,0.06) 0%, rgba(227,181,110,0.02) 100%);
  border: 1px solid rgba(195, 134, 43, 0.2);
  border-radius: 10px;
  padding: 60px 56px;
  backdrop-filter: blur(6px);
}

.leader-quote {
  font-family: var(--font-head);
  font-size: 64px;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 10px;
  opacity: 0.8;
}

.leadership-card blockquote {
  font-family: var(--font-head);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.5;
  color: var(--white);
  margin: 0 0 30px;
}

.leader-info strong {
  display: block;
  font-family: var(--font-btn);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}

.leader-info span {
  display: block;
  margin-top: 6px;
  color: rgba(241, 233, 220, 0.5);
  font-size: 12px;
  letter-spacing: 0.06em;
}

.leader-signature {
  font-family: var(--font-head);
  font-style: italic;
  font-size: 26px;
  color: var(--gold);
  margin-top: 16px;
}


/* ----------------------------------------------
   CERTIFICATIONS
   ---------------------------------------------- */

.certifications-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}

.cert-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-family: var(--font-btn);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.cert-item i {
  font-size: 30px;
  color: var(--gold);
}

.cert-image {
  max-width: 540px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 60px -30px rgba(0, 0, 0, 0.6);
  border: 1px solid var(--line);
}

.cert-image img {
  width: 100%;
  display: block;
}


/* ----------------------------------------------
   TESTIMONIALS
   ---------------------------------------------- */

.testimonial-card {
  background: rgba(227, 181, 110, 0.04);
  border: 1px solid var(--line);
  backdrop-filter: blur(10px);
  border-radius: 6px;
  padding: 40px 36px;
  height: 100%;
}

.testimonial-stars {
  color: var(--gold);
  font-size: 13px;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

.testimonial-card p {
  color: rgba(241, 233, 220, 0.78);
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  margin: 0 0 26px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.author-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(
    140deg,
    var(--gold),
    var(--gold-dark)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  color: var(--black);
  font-size: 16px;
}

.testimonial-author b {
  display: block;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
}

.testimonial-author span {
  display: block;
  color: rgba(241, 233, 220, 0.5);
  font-size: 12px;
  margin-top: 2px;
}

.testimonial-swiper {
  position: relative;
  padding: 0 54px;
}

.testimonial-nav-btn {
  color: var(--gold);
  width: 44px;
  height: 44px;
  background: rgba(227, 181, 110, 0.06);
  border: 1px solid rgba(195, 134, 43, 0.35);
  border-radius: 50%;
  transition: all 0.35s var(--ease);
}

.testimonial-nav-btn::after {
  font-size: 15px;
  font-weight: 700;
}

.testimonial-nav-btn:hover {
  background: var(--gold);
  color: var(--black);
  border-color: var(--gold);
}

.swiper-pagination-bullet {
  background: rgba(241, 233, 220, 0.3);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: var(--gold);
}


/* ----------------------------------------------
   CONTACT PREVIEW
   ---------------------------------------------- */

.contact-preview-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: stretch;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.contact-item .contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--gold-soft);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.contact-item h6 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 13.5px;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--white);
}

.contact-item p {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}

.contact-map {
  border-radius: 8px;
  overflow: hidden;
  min-height: 320px;
  box-shadow: 0 30px 60px -35px rgba(0, 0, 0, 0.6);
  border: 1px solid var(--line);
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  display: block;
  filter: grayscale(0.2) contrast(1.05) invert(0.92) hue-rotate(180deg);
}


/* ----------------------------------------------
   CTA DARK
   ---------------------------------------------- */

.cta-dark {
  position: relative;
  overflow: hidden;
}

.cta-dark .container-xl {
  position: relative;
  z-index: 2;
}


/* ----------------------------------------------
   FOOTER
   ---------------------------------------------- */

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 50px;
  padding-bottom: 70px;
  border-bottom: 1px solid var(--line);
}

.footer-social {
  display: flex;
  gap: 14px;
  margin-top: 24px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--white);
  transition: all 0.35s ease;
}

.footer-social a:hover {
  background: var(--gold);
  color: var(--black);
  border-color: var(--gold);
  transform: translateY(-4px);
}

.footer-col h6 {
  font-family: var(--font-btn);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 13px;
}

.footer-col a {
  font-size: 13.5px;
  color: rgba(241, 233, 220, 0.55);
  transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-col a:hover {
  color: var(--gold);
  padding-left: 4px;
}

.newsletter-form {
  display: flex;
  margin-top: 8px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}

.newsletter-form input {
  background: none;
  border: none;
  outline: none;
  color: var(--white);
  font-size: 13.5px;
  flex: 1;
  font-family: var(--font-body);
}

.newsletter-form input::placeholder {
  color: rgba(241, 233, 220, 0.35);
}

.newsletter-form button {
  background: none;
  border: none;
  color: var(--gold);
  font-size: 16px;
  cursor: pointer;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12.5px;
  color: rgba(241, 233, 220, 0.35);
}

.footer-bottom a {
  color: rgba(241, 233, 220, 0.4);
}

.footer-bottom a:hover {
  color: var(--gold);
}


/* ----------------------------------------------
   BACK TO TOP
   ---------------------------------------------- */

#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 900;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--void);
  color: var(--gold);
  border: 1px solid rgba(195, 134, 43, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.4s var(--ease);
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#backToTop:hover {
  background: var(--gold);
  color: var(--black);
}


/* ----------------------------------------------
   VIDEO MODAL
   ---------------------------------------------- */

#videoModal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

#videoModal.show {
  opacity: 1;
  visibility: visible;
}

#videoModal .vm-box {
  width: min(860px, 90vw);
  aspect-ratio: 16 / 9;
  background: var(--surface-2);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(241, 233, 220, 0.5);
  font-family: var(--font-btn);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid rgba(195, 134, 43, 0.2);
}

#videoModal .vm-close {
  position: absolute;
  top: 34px;
  right: 44px;
  color: var(--white);
  font-size: 26px;
  cursor: pointer;
}


/* ----------------------------------------------
   RESPONSIVE
   ---------------------------------------------- */

@media (max-width: 991px) {

  .page-banner {
    min-height: 60vh;
    padding: 120px 0 60px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 44px;
  }

  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .sustainability-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 768px) {

  .journey-timeline {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }

  .journey-timeline::before {
    display: none;
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .contact-preview-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .testimonial-swiper {
    padding: 0 6px;
  }

  .testimonial-nav-btn {
    display: none;
  }
}


@media (max-width: 576px) {

  .story-badge {
    bottom: -10px;
    right: 10px;
    padding: 16px 20px;
  }

  .page-banner {
    min-height: 50vh;
    padding: 100px 0 40px;
  }

  .banner-btns {
    flex-direction: column;
    align-items: center;
  }

  .banner-btns .btn-euro {
    width: 100%;
    justify-content: center;
  }

  .leadership-card {
    padding: 40px 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .sustainability-grid {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 480px) {

  .journey-timeline {
    grid-template-columns: 1fr;
  }
}