@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Public+Sans:wght@400&family=Raleway:wght@400;700&display=swap');

:root {
  --arcos-navy: #0a233e;
  --arcos-red: #8c181b;
  --arcos-gold: #b08f60;
  --arcos-text-dark: #191c1e;
  --arcos-bg-light: #f8f9fb;
  --arcos-border: #c6c6cd;

  --text-96: 5.0000vw;
  --text-90: 4.6875vw;
  --text-80: 4.1667vw;
  --text-65: 3.6458vw;
  --text-60: 3.1250vw;
  --text-50: 2.6042vw;
  --text-45: 2.3438vw;
  --text-42: 2.1875vw;
  --text-40: 2.0833vw;
  --text-38: 1.9792vw;
  --text-35: 1.8229vw;
  --text-34: 1.7708vw;
  --text-32: 1.6667vw;
  --text-30: 1.5625vw;
  --text-28: 1.4583vw;
  --text-26: 1.3542vw;
  --text-25: 1.3021vw;
  --text-24: 1.2500vw;
  --text-22: 1.1458vw;
  --text-20: 1.0417vw;
  --text-18: 0.9375vw;
  --text-17: 0.8854vw;
  --text-16: 0.8333vw;
  --text-14: 0.7292vw;
  --text-10: 0.5469vw;

  --spacing-150: 7.8125vw;
  --spacing-120: 6.2500vw;
  --spacing-100: 5.2083vw;
  --spacing-90: 4.6875vw;
  --spacing-80: 4.1667vw;
  --spacing-60: 2vw;
  --spacing-50: 2.6042vw;
  --spacing-40: 2.0833vw;
  --spacing-30: 1.5625vw;
  --spacing-20: 1.0417vw;
  --spacing-15: 0.7813vw;

  --font-inter: 'Inter', sans-serif;
  --font-raleway: 'Raleway', sans-serif;
}

/* Phones and large iPhones (Air, 16 Plus, landscape) */
@media (max-width: 991.5px) {
  :root {
    --text-96: 42px;
    --text-90: 38px;
    --text-80: 36px;
    --text-65: 32px;
    --text-60: 30px;
    --text-50: 28px;
    --text-45: 26px;
    --text-42: 24px;
    --text-40: 24px;
    --text-38: 22px;
    --text-35: 20px;
    --text-34: 20px;
    --text-32: 20px;
    --text-30: 18px;
    --text-28: 18px;
    --text-26: 16px;
    --text-25: 16px;
    --text-24: 16px;
    --text-22: 15px;
    --text-20: 14px;
    --text-18: 14px;
    --text-17: 13px;
    --text-16: 13px;
    --text-14: 12px;
    --text-10: 10px;

    --spacing-150: 90px;
    --spacing-120: 80px;
    --spacing-100: 60px;
    --spacing-90: 50px;
    --spacing-80: 50px;
    --spacing-60: 30px;
    --spacing-50: 30px;
    --spacing-40: 24px;
    --spacing-30: 20px;
    --spacing-20: 16px;
    --spacing-15: 12px;
  }
}

/* Tablet (768pxâ€”991px) */
@media (min-width: 768px) and (max-width: 991px) {
  :root {
    --text-96: 56px;
    --text-90: 50px;
    --text-80: 48px;
    --text-65: 42px;
    --text-60: 40px;
    --text-50: 36px;
    --text-45: 32px;
    --text-42: 30px;
    --text-40: 28px;
    --text-38: 26px;
    --text-35: 24px;
    --text-34: 24px;
    --text-32: 22px;
    --text-30: 20px;
    --text-28: 20px;
    --text-26: 18px;
    --text-25: 18px;
    --text-24: 18px;
    --text-22: 16px;
    --text-20: 16px;
    --text-18: 15px;
    --text-17: 14px;
    --text-16: 14px;
    --text-14: 12px;
    --text-10: 10px;

    --spacing-150: 120px;
    --spacing-120: 80px;
    --spacing-100: 80px;
    --spacing-90: 60px;
    --spacing-80: 60px;
    --spacing-60: 40px;
    --spacing-50: 36px;
    --spacing-40: 28px;
    --spacing-30: 24px;
    --spacing-20: 16px;
    --spacing-15: 12px;
  }
}

/* Small desktop (992pxâ€”1199px) */
@media (min-width: 992px) and (max-width: 1200px) {
  :root {
    --text-96: 72px;
    --text-90: 65px;
    --text-80: 60px;
    --text-65: 52px;
    --text-60: 48px;
    --text-50: 40px;
    --text-45: 36px;
    --text-42: 34px;
    --text-40: 32px;
    --text-38: 30px;
    --text-35: 28px;
    --text-34: 28px;
    --text-32: 26px;
    --text-30: 24px;
    --text-28: 22px;
    --text-26: 22px;
    --text-25: 20px;
    --text-24: 20px;
    --text-22: 18px;
    --text-20: 18px;
    --text-18: 16px;
    --text-17: 15px;
    --text-16: 15px;
    --text-14: 13px;
    --text-10: 11px;

    --spacing-150: 130px;
    --spacing-120: 80px;
    --spacing-100: 100px;
    --spacing-90: 70px;
    --spacing-80: 70px;
    --spacing-60: 40px;
    --spacing-50: 40px;
    --spacing-40: 32px;
    --spacing-30: 24px;
    --spacing-20: 18px;
    --spacing-15: 14px;
  }
}

.container {
  margin: 0 auto;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
}

.container-fluid {
  padding-left: 8.8542vw;
  padding-right: 8.8542vw;
}

@media (min-width: 1441px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1199.5px) {

  .container,
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }

  .nav-parent .navbar.sticky {
    width: 100% !important;
  }
}

@media (max-width: 991.5px) {

  .container,
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media (max-width: 767px) {

  .container,
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

html {
  scroll-behavior: auto !important;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: var(--font-inter);
  color: var(--arcos-text-dark);
  overflow-x: hidden;
  max-width: 100%;
  min-width: 0;
}

img,
video,
svg {
  max-width: 100%;
  height: auto;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto !important;
  }
}

/* Utility Classes */
.text-navy {
  color: var(--arcos-navy) !important;
}

.text-red {
  color: var(--arcos-red) !important;
}

.text-gold {
  color: var(--arcos-gold) !important;
}

.bg-navy {
  background-color: var(--arcos-navy) !important;
}

.bg-red {
  background-color: var(--arcos-red) !important;
}

.font-raleway {
  font-family: var(--font-raleway) !important;
}

/* Section Headers */
.section-header {
  font-size: var(--text-20);
  font-weight: 700;
  color: var(--arcos-red);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-15);
  margin-bottom: var(--spacing-30);
}

.section-header::after {
  content: "";
  display: block;
  width: 5.9896vw;
  height: 1px;
  background-color: var(--arcos-red);
}

.section-header.text-white::after {
  background-color: white;
}

/* Header */
.header-wrap.nav-parent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  pointer-events: none;
  padding-top: 2.0833vw;
}

.header-wrap.nav-parent>.container-fluid {
  pointer-events: auto;
}

.nav-parent .navbar {
  display: flex;
  align-items: center;
  width: 100%;
  height: 4.7917vw;
  min-height: 64px;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  box-shadow: none;
  transition: all 0.6s ease;
}

.nav-parent .navbar.sticky {
  box-shadow: 0px 3px 4.4px 3px rgba(0, 0, 0, 0.07);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 1.5625vw;
  padding-right: 1.0417vw;
  gap: var(--spacing-30);
}

.navbar-custom .navbar-brand {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  line-height: 0;
  flex-shrink: 0;
}

.navbar-custom .navbar-brand img {
  display: block;
  width: 12.2396vw;
  height: auto;
}

.navbar-desktop {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 2.6042vw;
  flex: 1;
  min-width: 0;
}

.navbar-custom .navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2.0833vw;
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar-custom .nav-item {
  margin: 0;
}

.navbar-custom .nav-link {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: var(--font-inter);
  font-size: var(--text-16);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  transition:
    color 0.35s ease,
    opacity 0.35s ease,
    font-weight 0.35s ease;
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link:focus-visible {
  color: #000;
  opacity: 0.7;
}

.navbar-custom .nav-link.active {
  font-weight: 700;
  opacity: 1;
}

.navbar-custom .header-cta {
  flex-shrink: 0;
}

.bar-toggler {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #000;
  background: #fff;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-shrink: 0;
}

.bar-toggler span {
  display: block;
  width: 18px;
  height: 2px;
  background: #000;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.bar-toggler.opened span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.bar-toggler.opened span:nth-child(2) {
  opacity: 0;
}

.bar-toggler.opened span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(10, 35, 62, 0.55);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1300;
  width: 80%;
  max-width: 400px;
  min-height: 100vh;
  height: 100dvh;
  background: #fff;
  padding: 24px 20px 32px;
  display: flex;
  flex-direction: column;
  transform: translateX(105%);
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.18);
  overflow-y: auto;
  will-change: transform;
}

.mobile-drawer.show {
  transform: translateX(0);
}

.mobile-drawer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 36px;
}

.mobile-drawer-logo img {
  display: block;
  width: 140px;
  height: auto;
}

.drawer-close {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.drawer-close:hover {
  background: #0A233E;
  color: #fff;
}

.mobile-nav {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.mobile-nav .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 44px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.02em;
  padding: 10px 8px 10px 14px;
  transition:
    color 0.35s ease,
    font-weight 0.35s ease,
    opacity 0.35s ease,
    padding-left 0.35s ease;
}

.mobile-nav .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 0;
  background: var(--arcos-red);
  transform: translateY(-50%);
  opacity: 0;
  transition:
    height 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease;
}

.mobile-nav .nav-link:hover,
.mobile-nav .nav-link:focus-visible {
  color: var(--arcos-navy);
  opacity: 0.8;
}

.mobile-nav .nav-link.active {
  font-weight: 700;
  color: var(--arcos-navy);
  padding-left: 16px;
}

.mobile-nav .nav-link.active::before {
  height: 18px;
  opacity: 1;
}

.mobile-drawer-cta {
  margin-top: auto;
  align-self: stretch;
}

.mobile-drawer-cta>span:first-child {
  flex: 1;
}

html.nav-open,
html.nav-open body {
  overflow: hidden;
}

.mobile-drawer,
.mobile-drawer a,
.mobile-drawer button,
.nav-overlay {
  touch-action: manipulation;
  pointer-events: auto;
}

@media (min-width: 992px) {

  .bar-toggler,
  .nav-overlay,
  .mobile-drawer {
    display: none !important;
  }
}

@media (max-width: 991.5px) {
  .navbar-desktop {
    display: none;
  }

  .bar-toggler {
    display: inline-flex;
  }

  .header-wrap.nav-parent {
    padding-top: 12px;
  }

  .nav-parent .navbar,
  .nav-parent .navbar.sticky {
    width: 100%;
    height: 64px;
    min-height: 64px;
  }

  .header-inner {
    padding: 0 14px;
    gap: 12px;
  }

  .navbar-custom .navbar-brand img {
    width: 132px;
    max-width: 48vw;
  }
}

@media (max-width: 575.5px) {
  .header-wrap.nav-parent {
    padding-top: 10px;
  }

  .nav-parent .navbar,
  .nav-parent .navbar.sticky {
    height: 58px;
    min-height: 58px;
  }

  .navbar-custom .navbar-brand img {
    width: 118px;
  }

  .bar-toggler {
    width: 40px;
    height: 40px;
  }
}

/* Shared CTA — Figma border button + red cap, no arrow */
.btn-arcos,
.btn-enquire,
.btn-discover {
  --btn-border: #0A233E;
  --btn-text: #0A233E;
  --btn-cap: #8C181B;
  --btn-height: 3.0208vw;

  display: inline-flex;
  align-items: stretch;
  height: var(--btn-height);
  min-height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  color: var(--btn-text);
  font-family: var(--font-inter);
  font-size: var(--text-18);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}

.btn-arcos>span:first-child,
.btn-enquire>span:first-child,
.btn-discover>span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 1.5625vw 0 1.25vw;
  border: 2px solid var(--btn-border);
  border-right: 0;
  background: transparent;
  color: inherit;
  white-space: nowrap;
  box-sizing: border-box;
}

.btn-arcos__cap,
.btn-arcos .icon-box,
.btn-arcos__icon,
.btn-enquire .icon-box,
.btn-discover .icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--btn-height);
  min-width: 44px;
  flex-shrink: 0;
  background-color: var(--btn-cap);
  padding: 0;
  border: 0;
  line-height: 0;
  transition: background-color 0.3s ease;
}

.btn-arcos__cap img,
.btn-arcos .icon-box img,
.btn-arcos__icon img {
  width: 0.9375vw;
  height: 0.9375vw;
  min-width: 14px;
  min-height: 14px;
  display: block;
  object-fit: contain;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-arcos:hover .btn-arcos__cap img,
.btn-arcos:focus-visible .btn-arcos__cap img,
.btn-enquire:hover .icon-box img,
.btn-discover:hover .icon-box img {
  transform: scale(1.15);
}

.btn-arcos:hover,
.btn-arcos:focus-visible,
.btn-enquire:hover,
.btn-enquire:focus-visible,
.btn-discover:hover,
.btn-discover:focus-visible {
  color: var(--btn-text);
  background: transparent;
  outline: none;
  text-decoration: none;
}

.btn-arcos:hover .btn-arcos__cap,
.btn-arcos:hover .icon-box,
.btn-arcos:focus-visible .btn-arcos__cap,
.btn-enquire:hover .icon-box,
.btn-discover:hover .icon-box {
  background-color: #6f1215;
}

/* Light variant for dark backgrounds (hero) */
.btn-arcos--light {
  --btn-border: #fff;
  --btn-text: #fff;
}

@media (max-width: 1199.5px) {

  .btn-arcos,
  .btn-enquire,
  .btn-discover {
    --btn-height: 52px;
    height: 52px;
    font-size: 16px;
  }

  .btn-arcos__cap,
  .btn-arcos .icon-box,
  .btn-arcos__icon,
  .btn-enquire .icon-box,
  .btn-discover .icon-box {
    width: 52px;
    min-width: 52px;
  }

  .btn-arcos>span:first-child,
  .btn-enquire>span:first-child,
  .btn-discover>span:first-child {
    padding: 0 22px 0 18px;
  }
}

@media (max-width: 767px) {

  .btn-arcos,
  .btn-enquire,
  .btn-discover {
    --btn-height: 48px;
    height: 48px;
    font-size: 14px;
  }

  .btn-arcos>span:first-child,
  .btn-enquire>span:first-child,
  .btn-discover>span:first-child {
    padding: 0 16px;
  }

  .btn-arcos__cap,
  .btn-arcos .icon-box,
  .btn-arcos__icon,
  .btn-enquire .icon-box,
  .btn-discover .icon-box {
    width: 48px;
    min-width: 48px;
  }
}

/* Hero Section */
.hero-section {
  position: relative;
  height: 63.1771vw;
  background-color: var(--arcos-navy); /* Solid fallback color instead of image */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .hero-section {
    min-height: 100vh;
  }
}

.hero-section .container-fluid {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.hero-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: none;
  z-index: 0;
  transform: translate(-50%, -50%);
  object-fit: cover;
  pointer-events: none;
}

.hero-bg-video.iframe-vimeo {
  width: 100vw !important;
  height: 56.25vw !important; /* 16:9 aspect ratio */
  min-height: 100vh !important;
  min-width: 177.77vh !important; /* 16:9 aspect ratio */
  max-width: none !important;
  max-height: none !important;
  transform: translate(-50%, -50%) scale(1.15) !important; /* Scale up slightly to hide free-tier UI or black bars */
}

.hero-overlay {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0 4px;
  box-sizing: border-box;
}

.hero-title {
  font-size: var(--text-90);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.08;
  max-width: 100%;
  width: 100%;
  margin-bottom: 2vw;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
  text-shadow: 0 0.1563vw 1.5625vw rgba(0, 0, 0, 0.28);
}

.hero-title .tw-highlight,
.hero-title .tw-highlight .tw-char {
  font-weight: 700;
}

.hero-text {
  font-size: var(--text-25);
  font-weight: 500;
  font-family: var(--font-inter);
  max-width: 63vw;
  width: 100%;
  margin: 0 auto var(--spacing-80);
  line-height: 1.35;
  overflow-wrap: normal;
  word-break: keep-all;
  text-shadow: 0 0.1042vw 1.25vw rgba(0, 0, 0, 0.22);
}

/* Our Story */
.story-section {
  padding: var(--spacing-120) 0;
}

/* Story intro pin/scrub layout (desktop — mirrors philosophy-02) */
@media (min-width: 992px) {
  .story-intro-wrap {
    overflow: hidden;
  }

  .story-intro-row {
    position: relative;
    display: block;
    min-height: 739px;
  }

  .story-intro-row>[data-animation="col-l-story"],
  .story-intro-row>[data-animation="col-r-story"] {
    position: absolute;
    top: 0;
    width: calc((100% - 36px) / 2);
    max-width: none;
    flex: none;
    box-sizing: border-box;
  }

  .story-intro-row>[data-animation="col-l-story"] {
    left: 0;
    right: auto;
    z-index: 2;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 739px;
  }

  .story-intro-row>[data-animation="col-r-story"] {
    left: auto;
    right: 0;
    z-index: 11;
  }
}

@media (max-width: 991.5px) {

  .story-intro-wrap,
  .story-intro-row {
    overflow: visible;
    min-height: 0;
  }

  .story-intro-row>[data-animation="col-l-story"],
  .story-intro-row>[data-animation="col-r-story"] {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    transform: none !important;
    padding-right: 0 !important;
    z-index: auto !important;
  }

  .col-story-copy,
  .col-story-media {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

}

.story-title {
  font-size: var(--text-60);
  font-weight: 400;
  line-height: var(--text-65);
  color: var(--arcos-navy);
  margin-bottom: var(--spacing-40);
  letter-spacing: -0.32px;
}

.story-title span {
  font-weight: 600;
}

.story-text {
  font-size: var(--text-18);
  color: var(--arcos-gold);
  line-height: 1.4;
  max-width: 32vw;
}

.story-image-box {
  position: relative;
  height: 739px;
  width: 100%;
  overflow: hidden;
}

.story-image-box img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.story-overlay-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(10, 35, 62, 0) 7.66%, #0A233E 73.36%);

  color: white;
  padding: 0 67px var(--spacing-40) 49px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.story-overlay-title {
  font-size: var(--text-20);
  font-weight: 700;
  line-height: var(--text-24);
  margin-bottom: var(--spacing-20);
}

.story-overlay-text {
  font-size: var(--text-18);
  line-height: var(--text-24);
  margin-bottom: 0;
}

/* Story overlay: text slides up from bottom on hover */
@media (hover: hover) and (pointer: fine) {
  .story-overlay-box {
    transform: translateY(100%);
    opacity: 0;
    transition:
      transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.4s ease;
    will-change: transform, opacity;
  }

  .story-overlay-title,
  .story-overlay-text {
    transform: translateY(1.25rem);
    opacity: 0;
    transition:
      transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.4s ease;
  }

  .story-overlay-text {
    transition-delay: 0.06s;
  }

  .story-image-box:hover .story-overlay-box {
    transform: translateY(0);
    opacity: 1;
  }

  .story-image-box:hover .story-overlay-title,
  .story-image-box:hover .story-overlay-text {
    transform: translateY(0);
    opacity: 1;
  }

  .story-image-box:hover .story-overlay-text {
    transition-delay: 0.12s;
  }
}

/* Ambition Cards */
.ambition-cards {
  display: flex;
  margin-top: var(--spacing-100);
  gap: 36px;
}

.ambition-card-wrapper {
  flex: 1;
  display: flex;
  cursor: pointer;
}

.ambition-card {
  width: 100%;
  background-color: white;
  border: 1px solid var(--arcos-border);
  color: var(--arcos-navy);
  padding: var(--spacing-20) 3vw;
  position: relative;
  overflow: hidden;
  height: 16.9792vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s ease, color 0.4s ease;

  background-image: url('../assets/ambition-bg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ambition-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--arcos-navy);
  background-image: url('../assets/ambition-hover-bg.png');
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}

.ambition-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background: linear-gradient(90deg, #c5a059 0%, #e2c887 100%);
  transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 3;
}

.ambition-card-wrapper:hover .ambition-card {
  color: white;
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(10, 35, 62, 0.25);
  border-color: var(--arcos-gold);
}

.ambition-card-wrapper:hover .ambition-card::before {
  opacity: 1;
}

.ambition-card-wrapper:hover .ambition-card::after {
  width: 100%;
}

.ambition-title {
  font-size: var(--text-30);
  font-weight: 700;
  margin-bottom: var(--spacing-40);
  position: relative;
  z-index: 2;
}

.ambition-text {
  font-size: var(--text-20);
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

/* Why Us */
.why-us-section {
  position: relative;
  padding: var(--spacing-120) 0;
  min-height: 55vw;
  background-image: url('../assets/why-us-bg.png');
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  flex-direction: column;
}

.why-us-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 35, 62, 0.85);
  z-index: 0;
}

.why-us-content {
  position: relative;
  z-index: 2;
}

.why-us-title {
  font-size: var(--text-60);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0;
}

.why-us-title span {
  font-weight: 700;
}

.why-us-text {
  font-size: var(--text-18);
  line-height: 1.6;
  max-width: 34vw;
  margin-bottom: var(--spacing-80);
}

.why-us-swiper-main {
  padding-left: 4vw;
  margin-top: auto;
  padding-right: 2vw;
  overflow: visible;
}

.why-us-content-inner {
  margin-bottom: var(--spacing-100);
}

.why-us-swiper {
  margin-top: var(--spacing-60);
  padding-top: 6.25vw;
  padding-bottom: var(--spacing-30);
  overflow: hidden;
  width: 100%;
}

.why-us-swiper .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 20px;
  transition-timing-function: linear !important;
  will-change: transform;
}

.why-us-swiper .swiper-slide {
  position: relative;
  width: 17.1875vw !important;
  max-width: 330px;
  height: 17.8125vw;
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
  overflow: hidden;
  z-index: 1;
  margin-right: 0 !important;
  transition: width 0.35s ease-out;
  will-change: width;
}

/* Sibling slides shrink slightly when a card is hovered */
.why-us-swiper:hover .swiper-slide:not(:hover):not(.is-expanded) {
  width: 16vw !important;
}

.why-us-swiper .swiper-slide:hover,
.why-us-swiper .swiper-slide.is-expanded {
  width: 21.5vw !important;
  max-width: 410px;
  z-index: 10;
}

.feature-card {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  min-height: 11.8229vw;
  background: #F8F9FB33;
  border-radius: 9px;
  padding: var(--spacing-30);
  overflow: hidden;
  color: white;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  transform-origin: left bottom;
  transition:
    min-height 0.35s ease-out,
    background-color 0.35s ease-out,
    box-shadow 0.35s ease-out;
  will-change: min-height, background-color;
}

.why-us-swiper .swiper-slide:hover .feature-card,
.why-us-swiper .swiper-slide.is-expanded .feature-card {
  min-height: 17.8125vw;
  background-color: #8C181BE5;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.feature-number {
  position: absolute;
  top: var(--spacing-30);
  right: var(--spacing-30);
  font-size: var(--text-30);
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.feature-body {
  position: absolute;
  left: var(--spacing-30);
  bottom: var(--spacing-30);
  right: var(--spacing-30);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.feature-title {
  font-size: var(--text-20);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: var(--spacing-10);
  transform: translateZ(0);
}

.feature-line {
  display: block;
  width: 0;
  height: 3px;
  background-color: #B08F5F;
  margin-bottom: 0;
  opacity: 0;
  transition:
    width 0.35s ease-out,
    opacity 0.3s ease,
    margin-bottom 0.35s ease-out;
}

.why-us-swiper .swiper-slide:hover .feature-line,
.why-us-swiper .swiper-slide.is-expanded .feature-line {
  width: 4.0104vw;
  min-width: 45px;
  opacity: 1;
  margin-bottom: var(--spacing-15);
}

.feature-desc {
  font-size: var(--text-16);
  line-height: 1.4;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition:
    opacity 0.25s ease 0.12s,
    max-height 0.35s ease-out;
}

.why-us-swiper .swiper-slide:hover .feature-desc,
.why-us-swiper .swiper-slide.is-expanded .feature-desc {
  opacity: 1;
  max-height: 280px;
  -webkit-line-clamp: unset;
  display: block;
  overflow: visible;
}

/* Why Us Swiper scrollbar */
.why-us-scrollbar {
  position: relative !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 2px !important;
  background: rgba(255, 255, 255, 0.2) !important;
  border-radius: 2px !important;
  margin-top: var(--spacing-40);
  z-index: 50 !important;
  overflow: visible !important;
}

.why-us-scrollbar .swiper-scrollbar-drag {
  background: #fff !important;
  border-radius: 5px !important;
  height: 5px !important;
  top: -1.5px;
  position: absolute;
  left: 0;
  cursor: grab;
  z-index: 51 !important;
}

.why-us-scrollbar .swiper-scrollbar-drag:active {
  cursor: grabbing;
}

@media (max-width: 991.5px) {
  .why-us-section {
    min-height: 0 !important;
    height: auto !important;
    overflow: visible;
    padding-bottom: calc(40px + env(safe-area-inset-bottom, 0px));
  }

  .why-us-swiper-main {
    margin-top: 28px;
    padding-left: 20px;
    padding-right: 0;
    padding-bottom: 12px;
    overflow: visible;
  }

  .why-us-swiper,
  .why-us-swiper.is-manual {
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 20px;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    scrollbar-width: none;
  }

  .why-us-swiper::-webkit-scrollbar,
  .why-us-swiper.is-manual::-webkit-scrollbar {
    display: none;
  }

  .why-us-swiper .swiper-wrapper,
  .why-us-swiper.is-manual .swiper-wrapper {
    transform: none !important;
    will-change: auto;
    align-items: stretch;
    gap: 12px;
  }

  .why-us-scrollbar {
    display: none;
  }

  .why-us-swiper .swiper-slide,
  .why-us-swiper:hover .swiper-slide:not(:hover):not(.is-expanded),
  .why-us-swiper .swiper-slide:hover,
  .why-us-swiper .swiper-slide.is-expanded {
    position: relative;
    flex: 0 0 min(85vw, 340px);
    width: min(85vw, 340px) !important;
    max-width: min(85vw, 340px);
    height: auto !important;
   
    margin-right: 0 !important;
    overflow: hidden;
    transition: none;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    z-index: 1;
  }

  .feature-card,
  .why-us-swiper .swiper-slide:hover .feature-card,
  .why-us-swiper .swiper-slide.is-expanded .feature-card {
    position: relative !important;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    width: 100%;
    max-width: 100%;
  
    height: auto;
    padding: 20px 18px;
    box-shadow: none;
    overflow: visible;
  }

  .feature-number {
    position: static !important;
    align-self: flex-end;
    margin: 0 0 18px auto;
    font-size: 22px;
    line-height: 1;
    opacity: 1;
  }

  .feature-body {
    position: static !important;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    flex: 1;
    justify-content: flex-end;
  }

  .feature-title {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 8px;
    overflow: visible;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: none;
  }

  .feature-desc {
    font-size: 14px;
    line-height: 1.45;
    display: block;
    -webkit-line-clamp: unset;
  }

  .why-us-swiper .swiper-slide:hover .feature-desc,
  .why-us-swiper .swiper-slide.is-expanded .feature-desc {
    opacity: 1;
    max-height: none;
    overflow: visible;
  }

  .why-us-swiper .swiper-slide:hover .feature-line,
  .why-us-swiper .swiper-slide.is-expanded .feature-line {
    width: 40px;
    min-width: 40px;
  }
}

@media (max-width: 767px) {
  .why-us-swiper {
    padding-top: 8px;
    padding-bottom: 20px;
  }

  .why-us-swiper .swiper-slide,
  .why-us-swiper:hover .swiper-slide:not(:hover):not(.is-expanded),
  .why-us-swiper .swiper-slide:hover,
  .why-us-swiper .swiper-slide.is-expanded {
    flex: 0 0 min(86vw, 360px);
    width: min(86vw, 360px) !important;
    max-width: min(86vw, 360px);
    min-height: 240px;
    margin-right: 0 !important;
  }

  .feature-card,
  .why-us-swiper .swiper-slide:hover .feature-card,
  .why-us-swiper .swiper-slide.is-expanded .feature-card {
    height: 240px;
    padding: 20px 18px;

  }


  .feature-title {
    font-size: 17px;
    word-break: normal;
  }

  .feature-desc {
    font-size: 13px;
  }
}

/* Custom Scrollbar (legacy / shared) */
.custom-scrollbar {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: var(--spacing-20);
  position: relative;
  border-radius: 2px;
}

.custom-scrollbar-thumb {
  width: 198px;
  height: 5px;
  background-color: var(--arcos-red);
  position: absolute;
  top: -1.5px;
  left: 0;
  border-radius: 5px;
  transition: transform 0.1s ease-out;
}

/* Services */
.services-section {
  padding: var(--spacing-80) 0;
}

.services-title {
  font-size: var(--text-60);
  font-weight: 400;
  color: var(--arcos-navy);
  line-height: var(--text-65);
  letter-spacing: -0.32px;
}

.services-title span {
  font-weight: 700;
}

.services-text {
  font-size: var(--text-18);
  color: var(--arcos-gold);
  line-height: var(--text-24);
  max-width: 25vw;
}

.services-scroll-wrapper {
  margin-top: var(--spacing-40);
  position: relative;
}

.services-sticky-inner {
  width: 100%;
}

.services-accordion {
  display: flex;
  gap: var(--spacing-20);
  width: 100%;
  height: min(30.1563vw, 580px);
  min-height: 360px;
  align-items: stretch;
  justify-content: flex-start;
}

.service-card {
  flex: 0 0 14.7396vw;
  width: 14.7396vw;
  max-width: 14.7396vw;
  min-width: 14.7396vw;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: var(--spacing-40) var(--spacing-40);
  color: white;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 transparent;
  transition:
    flex 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    width 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    max-width 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    min-width 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-card.is-expanded {
  z-index: 2;
  flex: 0 0 50.5729vw;
  width: 50.5729vw;
  max-width: 50.5729vw;
  min-width: 50.5729vw;
}

.service-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
}

.service-card img.img-large {
  opacity: 0;
}

.service-card.is-expanded img.img-large {
  opacity: 1;
}

.service-card img.img-small {
  opacity: 1;
}

.service-card.is-expanded img.img-small {
  opacity: 0;
}

.service-card:not(.is-expanded) img {
  object-fit: cover;
  object-position: center center;
}

.service-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(to top, rgba(10, 35, 62, 0.95) 0%, rgba(10, 35, 62, 0) 100%);
  z-index: 2;
  pointer-events: none;
}

.service-overlay {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 90%;
}

.service-title {
  font-size: var(--text-20);
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.25;
  transition: font-size 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-card.is-expanded .service-title {
  font-size: var(--text-30);
}

.service-desc {
  font-size: var(--text-16);
  line-height: var(--text-22);
  margin: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.08s,
    max-height 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.08s,
    margin-top 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-card.is-expanded .service-desc {
  opacity: 1;
  max-height: 120px;
  margin-top: var(--spacing-15);
  transform: translateY(0);
}

@media (max-width: 991.5px) {
  .services-accordion {
    flex-direction: column;
    height: auto;
    min-height: 0;
  }

  .service-card {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    min-width: 0;
    height: 220px;
    transition:
      height 0.7s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .service-card.is-expanded {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    min-width: 0;
    height: 340px;
  }

  .service-title {
    white-space: normal;
  }
}

@media (max-width: 575.5px) {
  .service-card {
    height: 190px;
    padding: var(--spacing-30) var(--spacing-20);
  }

  .service-card.is-expanded {
    height: 300px;
  }
}

/* Fleet Section */
.fleet-section {
  padding: var(--spacing-120) 0;
  background-color: #fff;
}

.fleet-title {
  font-size: var(--text-60);
  font-weight: 400;
  color: var(--arcos-navy);
  line-height: var(--text-65);
  letter-spacing: -0.32px;
}

.fleet-title span {
  font-weight: 700;
}

.fleet-text {
  font-size: var(--text-18);
  color: var(--arcos-gold);
  line-height: var(--text-24);
  max-width: 34vw;
}

.fleet-swiper {
  margin-top: var(--spacing-90);
  overflow: hidden;
  padding-bottom: 0;
}

.fleet-swiper .swiper-slide {
  height: auto;
}

.fleet-card {
  width: 100%;
  height: 100%;
  background-color: #D9D9D92E;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.fleet-card-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.fleet-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fleet-card-body {
  padding: var(--spacing-40) var(--spacing-40) var(--spacing-30);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.fleet-name {
  font-size: var(--text-24);
  font-weight: 700;
  color: var(--arcos-navy);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0 0 var(--spacing-20);
  padding-bottom: var(--spacing-20);
  border-bottom: 2px solid var(--arcos-red);
  line-height: 1.3;
}

.fleet-specs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fleet-specs li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: var(--spacing-20);
  padding: 0.5vw 0;
  border-bottom: 1px solid #C6C6CD;
  font-size: var(--text-16);
  color: #000000;
  line-height: 1.4;
}

.fleet-specs li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.fleet-specs li span:first-child {
  font-weight: 400;
  color: #000000;
}

.fleet-specs li span:last-child {

  color: var(--arcos-text-dark);
  text-align: right;
}

/* Fleet Swiper scrollbar */
.fleet-scrollbar {
  position: relative !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 2px !important;
  background: rgba(25, 28, 30, 0.18) !important;
  border-radius: 2px !important;
  margin-top: var(--spacing-40);
}

.fleet-scrollbar .swiper-scrollbar-drag {
  background: #191c1e !important;
  border-radius: 5px !important;
  height: 5px !important;
  top: -1.5px;
}

@media (max-width: 991.5px) {
  .fleet-card-body {
    padding: var(--spacing-30) var(--spacing-30) var(--spacing-20);
  }

  .fleet-card-media {
    aspect-ratio: 16 / 11;
  }
}

@media (max-width: 575.5px) {
  .fleet-card-body {
    padding: var(--spacing-20);
  }

  .fleet-name {
    font-size: var(--text-20);
    margin-bottom: var(--spacing-15);
    padding-bottom: var(--spacing-15);
  }
}

#story,
#why-us,
#services,
#fleet,
#contact {
  scroll-margin-top: 96px;
}

/* Contact Section */
.contact-section {
  padding: var(--spacing-120) 0;
}

.contact-title {
  font-size: var(--text-60);
  font-weight: 400;
  color: var(--arcos-navy);
  line-height: 1.1;
  margin-bottom: var(--spacing-80);
}

.contact-title span {
  font-weight: 700;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-20);
  margin-bottom: var(--spacing-40);
}

.contact-icon {
  width: 2.3438vw;
  height: 2.3438vw;
  min-width: 36px;
  min-height: 36px;
  background-color: var(--arcos-red);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon-img {
  width: 1.05vw;
  height: 1.05vw;
  max-width: 28px;
  max-height: 28px;
  object-fit: contain;
  display: block;
}

.contact-info-content h4 {
  font-size: var(--text-18);
  font-weight: 600;
  color: var(--arcos-gold);
  text-transform: uppercase;
  margin-bottom: 5px;
}

.contact-info-content p {
  font-size: var(--text-20);
  color: black;
  margin-bottom: 0;
  line-height: 1.5;
}

.contact-info-content p a {
  color: inherit;
  text-decoration: none;
}

.contact-form .form-group {
  margin-bottom: var(--spacing-50);
}

.contact-form .form-label,
.contact-form label {
  display: block;
  font-size: var(--text-18);
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 0.6vw;
  line-height: 1.3;
}

.contact-form .form-control,
.contact-form .wpcf7-form-control {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 0 0 0.6vw 0;
  font-size: var(--text-18);
  font-weight: 400;
  color: var(--arcos-text-dark);
  text-transform: none;
  background: transparent;
  box-shadow: none;
  height: auto;
  width: 100%;
}

.contact-form .form-control:focus,
.contact-form .wpcf7-form-control:focus {
  border-color: var(--arcos-red);
  box-shadow: none;
  outline: none;
  background: transparent;
}

.contact-form .form-select-underline {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%235c636a' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 14px 12px;
  padding-right: 24px;
  cursor: pointer;
}

.contact-form .form-select-underline:invalid,
.contact-form .form-select-underline option[value=""] {
  color: transparent;
}

@media (min-width: 992px) {
  .contact-icon-img {
    max-width: none;
    max-height: none;
  }

  .contact-icon {
    min-width: 0;
    min-height: 0;
  }
  .contact-info-content p{
    max-width: 25vw;
  }
}

@media (max-width: 991.5px) {
  .contact-icon {
    width: 44px;
    height: 44px;
  }

  .contact-icon-img {
    width: 22px;
    height: 22px;
  }
  .contact-info-content p br{
    display: none;
  }
}

/* Footer */
.footer {
  position: relative;
  overflow: hidden;
  background-color: #0A233E;
  color: #fff;
  padding: var(--spacing-100) 0 var(--spacing-50);
}

.footer-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.footer-overlay img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.55;
  mix-blend-mode: soft-light;
}

.footer>.container-fluid {
  position: relative;
  z-index: 1;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--spacing-60);
}

.footer-logo {
  display: inline-block;
  line-height: 0;
  flex-shrink: 0;
}

.footer-logo img {
  display: block;
  width: 20.9375vw;
  max-width: 402px;
  height: auto;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 6.5vw;
  min-width: 0;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5vw 2.6vw;
  margin: 0;
  padding: 0;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-family: var(--font-raleway);
  font-size: var(--text-20);
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 1.5;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.footer-nav a.active {
  font-weight: 700;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  opacity: 0.85;
}

.footer-social {
  list-style: none;
  margin: var(--spacing-50) 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-20);
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3438vw;
  height: 2.3438vw;
  line-height: 0;
  transition: opacity 0.2s ease;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  opacity: 0.75;
}

.footer-social img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-bottom {
  margin-top: 8vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--spacing-30);
}

.footer-copy {
  margin: 0;
  font-size: var(--text-16);
  color: #dddcd0;
  line-height: 1.5;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: var(--spacing-40);
}

.footer-legal a {
  font-size: var(--text-16);
  color: #dddcd0;
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.2s ease;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: #fff;
}

@media (max-width: 1199.5px) {
  .footer-logo img {
    width: 240px;
  }

  .footer-right {
    margin-top: 48px;
  }

  .footer-social a {
    width: 36px;
    height: 36px;
  }

  .footer-bottom {
    margin-top: 80px;
  }
}

@media (max-width: 991.5px) {
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .footer-logo img {
    width: 200px;
  }

  .footer-right {
    width: 100%;
    align-items: flex-start;
    margin-top: 0;
  }

  .footer-nav {
    justify-content: flex-start;
    gap: 12px 24px;
  }

  .footer-social {
    margin-top: 28px;
    justify-content: flex-start;
  }

  .footer-bottom {
    margin-top: 56px;
    flex-wrap: wrap;
    gap: 16px;
  }

  .footer-legal {
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 60px 0 28px;
  }

  .footer-logo img {
    width: 160px;
  }

  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .footer-social {
    margin-top: 24px;
    gap: 14px;
  }

  .footer-social a {
    width: 32px;
    height: 32px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
    gap: 12px;
  }

  .footer-legal {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .footer-overlay img {
    opacity: 0.4;
    object-position: 30% center;
  }
}

/* ===== FULL PAGE RESPONSIVE POLISH ===== */
@media (min-width: 992px) {
  .col-story-copy {
    padding-right: 0 !important;
  }

  .col-story-media {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 1199.5px) and (min-width: 992px) {
  .feature-card {
    min-height: 13.8229vw;
  }
}

@media (max-width: 991.5px) {
  .hero-section {
    height: auto;
    min-height: 100svh;
    min-height: 100vh;
    align-items: stretch;
    padding: 110px 0 56px;
  }

  .hero-content {
    justify-content: flex-end;
    gap: 16px;
    padding: 0;
  }

  .hero-title {
    margin-bottom: 0;
    line-height: 1.15;
    font-size: clamp(28px, 7.2vw, 42px);
    letter-spacing: -0.02em;
  }

  .hero-text {
    max-width: 36em;
    margin: 0 auto 4px;
    line-height: 1.45;
    font-size: 15px;
  }

  .hero-content .btn-arcos {
    align-self: center;
    width: auto;
    max-width: 100%;
  }

  .story-title,
  .why-us-title,
  .services-title,
  .fleet-title,
  .contact-title {
    font-size: clamp(28px, 7.5vw, 40px);
    line-height: 1.12;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .story-section {
    padding: 72px 0;
  }

  .story-text {
    max-width: 100%;
  }

  .story-image-box {
    height: auto;
    min-height: 420px;
  }

  .story-image-box img {
    min-height: 420px;
  }

  .story-overlay-box {
    height: 58%;
    padding: 24px 20px 28px;
  }

  .ambition-cards {
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
  }

  .ambition-card {
    height: auto;
    min-height: 200px;
    padding: 28px 24px;
  }

  .ambition-title {
    margin-bottom: 16px;
  }

  .why-us-section {
    min-height: 0 !important;
    height: auto;
    padding: 72px 0 48px;
  }

  .why-us-content-inner {
    margin-bottom: 16px;
  }

  .why-us-text {
    max-width: 100%;
    margin-bottom: 16px;
  }

  .why-us-swiper-main {
    margin-top: 20px;
  }

  .why-us-swiper {
    margin-top: 0;
  }

  .container-fluid,
  .row {
    max-width: 100%;
    min-width: 0;
  }

  .row>[class*="col-"] {
    min-width: 0;
    max-width: 100%;
  }

  .services-section,
  .fleet-section,
  .contact-section {
    padding: 72px 0;
  }

  .services-text,
  .fleet-text {
    max-width: 100%;
  }

  .contact-title {
    margin-bottom: 40px;
  }

  .contact-form .form-group {
    margin-bottom: 32px;
  }

  .contact-form .form-group.pe-md-4,
  .contact-form .form-group.ps-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .footer {
    padding: 72px 0 36px;
  }

  .footer-right {
    align-items: flex-start;
    margin-top: 0;
  }

  .footer-bottom {
    margin-top: 48px;
  }
}

@media (max-width: 767px) {
  .hero-section {
    padding: 96px 20px 36px;
    min-height: 100svh;
    min-height: 100vh;
    height: 100vh;
  }
  .hero-content{
    justify-content: center;
  }

  .hero-title {
    font-size: clamp(26px, 7.4vw, 32px);
    line-height: 1.18;
  }

  .hero-text {
    font-size: 14px;
    line-height: 1.5;
    max-width: 100%;
  }

  .story-section {
    padding: 56px 0;
  }

  .story-image-box,
  .story-image-box img {
    min-height: 340px;
  }

  .story-overlay-box {
    padding: 18px 16px 22px;
    height: 62%;
  }

  .section-header {
    margin-bottom: 18px;
  }

  .section-header::after {
    width: 40px;
  }

  .ambition-card {
    min-height: 180px;
    padding: 24px 20px;
  }

  .why-us-section,
  .services-section,
  .fleet-section,
  .contact-section {
    padding: 56px 0;
  }

  .why-us-title {
    margin-bottom: 16px;
  }

  .contact-info-item {
    margin-bottom: 24px;
  }

  .contact-title {
    margin-bottom: 28px;
  }

  .contact-form .form-group {
    margin-bottom: 24px;
  }

  .contact-form .form-label {
    margin-bottom: 8px;
  }

  .footer {
    padding: 56px 0 28px;
  }

  .footer-logo img {
    width: 160px;
  }

  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .footer-social {
    justify-content: flex-start;
    margin-top: 24px;
  }

  .footer-bottom {
    margin-top: 36px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (min-width: 992px) {

  .why-us-scrollbar,
  .fleet-scrollbar {
    width: 10.3125vw !important;
  }
}

/* Contact Form 7 Custom Styling */
.contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.contact-form .wpcf7-not-valid-tip {
  color: var(--arcos-red);
  font-size: 13px;
  margin-top: 4px;
}

.contact-form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid var(--arcos-red);
  color: #000;
  background: rgba(140, 24, 27, 0.08);
  font-size: 14px;
}

.contact-form .wpcf7-spinner {
  display: inline-block;
  margin-left: 10px;
}