/* Homepage visual corrections: distinct service imagery and clearer text placement. */
.photo-panel {
  display: none;
}

#why .intro-grid {
  grid-template-columns: 1fr;
}

.experience {
  left: 0;
  top: -58px;
  bottom: auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: #08172b;
}

.experience b {
  font-size: 1.8rem;
}

.experience span {
  font-size: .72rem;
  color: #08172b;
}

.tour-card.rome {
  background-image: linear-gradient(0deg, rgba(5, 18, 34, .86), rgba(5, 18, 34, .08) 75%), url('assets/hero-rome-van.webp') !important;
}

.tour-card.country {
  background-image: linear-gradient(0deg, rgba(5, 18, 34, .86), rgba(5, 18, 34, .08) 75%), url('assets/fleet-s-class.webp') !important;
  background-position: center center;
}

.hero {
  position: relative;
  background-image: linear-gradient(90deg, rgba(5, 17, 33, .94) 0%, rgba(5, 17, 33, .76) 35%, rgba(5, 17, 33, .12) 72%), url('assets/home-fleet-port.webp') !important;
  background-position: center center !important;
}

.home-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.home-logo img {
  display: block;
  width: 265px;
  height: auto;
}

.footer-logo img {
  width: 250px;
}

.welcome-sign {
  position: absolute;
  left: 17%;
  bottom: 24%;
  z-index: 3;
  padding: 12px 20px;
  background: #fff;
  color: #08172b;
  border: 3px solid #c9a55b;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
  font-weight: 900;
  letter-spacing: .18em;
  font-size: .92rem;
}

.experience,
.welcome-sign {
  display: none !important;
}

.journey-video {
  padding: 104px 0 88px;
  background: #fff;
}

.journey-video-head {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 34px;
}

.journey-video-head .section-title {
  max-width: 760px;
  margin-bottom: 0;
}

.journey-video-head > p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 1rem;
}

.journey-video-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201, 165, 91, .45);
  background: var(--navy);
  box-shadow: 0 24px 60px rgba(8, 23, 43, .2);
}

.journey-video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--navy);
  object-fit: cover;
  cursor: pointer;
}

.journey-play {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 76px;
  height: 76px;
  padding: 0;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(255, 255, 255, .92);
  border-radius: 50%;
  background: rgba(8, 23, 43, .78);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .3);
  cursor: pointer;
  transition: opacity .08s linear, visibility .08s linear, transform .08s linear;
}

.journey-play span {
  display: block;
  width: 0;
  height: 0;
  margin-left: 29px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 21px solid #fff;
}

.journey-play.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 650px) {
  .journey-video {
    padding: 68px 0 58px;
  }

  .journey-video-head {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 24px;
  }

  .journey-video-head .section-title {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .journey-play {
    width: 64px;
    height: 64px;
  }

  .journey-play span {
    margin-left: 24px;
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 18px;
  }

  .topbar .wrap {
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    padding: 8px 0;
    gap: 3px;
    text-align: center;
  }

  .toplinks {
    justify-content: center;
  }

  .toplinks span:first-child,
  .toplinks .dot,
  .toplinks a[href^="mailto"],
  .lang {
    display: none;
  }

  .nav {
    position: relative !important;
    top: auto !important;
    left: auto;
    right: auto;
    background: var(--navy) !important;
  }

  .nav-inner {
    display: flex;
    height: 76px;
    padding: 8px 0;
  }

  .navlinks.mobile-open {
    top: 76px;
    z-index: 30;
  }

  .hero {
    position: relative;
    display: block;
    min-height: 0;
    padding: 0 0 64px !important;
    background: var(--navy) !important;
    overflow: visible;
  }

  .hero::after {
    content: none;
    display: none;
  }

  .hero-mobile-image {
    display: block;
    position: static;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  .hero-grid {
    position: relative;
    z-index: auto;
    display: block;
    padding-top: 34px;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero h1 {
    max-width: 350px;
    font-size: clamp(2.65rem, 13vw, 3.35rem);
    line-height: 1.02;
  }

  .hero-text {
    max-width: 350px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .quote-card {
    margin-top: 34px;
  }

  .home-logo {
    justify-content: flex-start;
    width: auto;
    margin: 0;
  }

  .home-logo img {
    width: min(220px, 68vw);
  }

  .menu-btn {
    display: block;
    flex: 0 0 auto;
    margin-left: auto;
    padding: 8px;
  }

  .welcome-sign {
    left: 9%;
    bottom: auto;
    top: 240px;
    font-size: .78rem;
    padding: 9px 14px;
  }

  .experience {
    top: -44px;
  }
}

.location-field {
  position: relative;
}

.location-hint {
  color: #7b8797;
  font-size: .68rem;
  line-height: 1.3;
}

.location-suggestions {
  position: absolute;
  z-index: 120;
  top: calc(100% - 15px);
  left: 0;
  right: 0;
  overflow: hidden;
  border: 1px solid #dfe5eb;
  background: #fff;
  box-shadow: 0 18px 42px rgba(8, 23, 43, .2);
}

.location-suggestions[hidden] {
  display: none;
}

.location-suggestion {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  padding: 12px 14px;
  border: 0;
  border-bottom: 1px solid #edf0f3;
  background: #fff;
  color: #172235;
  text-align: left;
  cursor: pointer;
}

.location-suggestion:last-child {
  border-bottom: 0;
}

.location-suggestion:hover,
.location-suggestion:focus {
  background: #f6f0e3;
  outline: 0;
}

.location-suggestion strong,
.location-suggestion small {
  display: block;
}

.location-suggestion strong {
  color: #08172b;
  font-size: .82rem;
}

.location-suggestion small {
  margin-top: 2px;
  color: #667085;
  font-size: .7rem;
  line-height: 1.35;
}

.location-pin {
  color: #c9a55b;
  font-size: .72rem;
  line-height: 1.8;
}

.service-card {
  border-top: 4px solid var(--gold);
}

.quote-card {
  border-top: 0 !important;
  background: #fff;
  color: #000;
}

.quote-card h2,
.quote-card > p,
.quote-card label,
.quote-card input,
.quote-card select,
.quote-card .location-hint,
.quote-card .privacy {
  color: #000 !important;
}

.quote-card .btn-gold {
  background: #000;
  color: #fff;
}

.quote-card .btn-gold:hover {
  background: #1a1a1a;
}

html,
body {
  background: #fff;
  overflow-x: clip;
}

.fleet-section {
  background: #fff;
}

.fleet-panel .fleet-note {
  margin-top: 16px;
  color: #cbd4df;
  font-size: .78rem;
  line-height: 1.5;
  font-style: italic;
}

.fleet-section .section-lead {
  max-width: none;
}

.fleet-layout {
  display: grid;
  grid-template-columns: 1.72fr 1fr;
  align-items: center;
  margin-top: 54px;
}

.fleet-layout > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.fleet-panel {
  min-height: 390px;
  padding: 44px 46px;
  background: var(--navy);
  color: #fff;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fleet-rule {
  width: 46px;
  height: 3px;
  margin-bottom: 22px;
  background: var(--gold);
}

.fleet-panel h3 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  line-height: 1.16;
}

.fleet-panel > p {
  margin: 0 0 26px;
  color: #bdc8d5;
}

.fleet-specs {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 20px;
  margin-bottom: 22px;
  padding: 22px 0;
  border-top: 1px solid #304158;
  border-bottom: 1px solid #304158;
}

.fleet-specs strong {
  display: block;
  color: var(--gold2);
  font-size: .69rem;
  letter-spacing: .07em;
}

.fleet-specs span {
  display: block;
  margin-top: 5px;
  font-size: .9rem;
}

.fleet-panel > a {
  font-size: .84rem;
  font-weight: 800;
}

@media (max-width: 980px) {
  .fleet-layout {
    grid-template-columns: 1fr;
  }

  .fleet-panel {
    min-height: auto;
  }
}

@media (max-width: 650px) {
  .fleet-layout > img {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .fleet-panel {
    padding: 30px 24px;
  }

  .fleet-specs {
    grid-template-columns: 1fr;
  }
}

.top-review-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: .82rem;
  font-weight: 700;
  white-space: nowrap;
}

.top-review-link .top-review-stars {
  color: #e0c788;
  letter-spacing: .08em;
}

.review-carousel {
  position: relative;
  margin-top: 28px;
}

.review-carousel .review-card {
  display: none;
  width: 100%;
  margin: 0;
}

.review-carousel .review-card.is-active {
  display: block;
  animation: reviewFade .45s ease;
}

@keyframes reviewFade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.review-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.review-carousel-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #cbd5df;
  cursor: pointer;
}

.review-carousel-dots button.is-active {
  background: #c9a55b;
  transform: scale(1.2);
}

.whatsapp-icon-link {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 200;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 7px 18px 7px 7px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: #20d466;
  color: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .22);
  font-weight: 800;
  line-height: 1;
}

.whatsapp-icon-link img {
  display: block;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 10px;
  object-fit: cover;
}

.whatsapp-icon-link svg {
  display: none;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  color: #fff;
}

.whatsapp-icon-link::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  background: url('assets/whatsapp-logo.svg') center / contain no-repeat;
}

@media (min-width: 981px) {
  .topbar {
    display: none;
  }

  .nav,
  .nav-inner {
    margin: 0;
  }

  .nav {
    top: 0;
    border: 0;
  }

  .nav-inner {
    height: 76px;
  }

  .hero {
    background-image: linear-gradient(270deg, rgba(5, 17, 33, .68) 0%, rgba(5, 17, 33, .36) 34%, rgba(5, 17, 33, .06) 66%), url('assets/home-fleet-port.webp') !important;
    background-position: center top !important;
  }

  .nav .home-logo {
    width: 320px;
    visibility: hidden;
    pointer-events: none;
  }

  .hero-grid {
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 52px;
    align-items: start;
  }

  .hero-copy {
    grid-column: 2;
    grid-row: 1;
    position: absolute;
    top: 88px;
    right: max(58px, calc((100% - 1180px) / 2 + 38px));
    width: min(700px, calc(100% - 380px));
    max-width: 700px;
    transform: none;
    text-align: center;
    text-shadow: 0 2px 14px rgba(5, 17, 33, .45);
  }

  .hero h1 {
    font-size: clamp(2.65rem, 4.2vw, 3.65rem);
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 18px;
    text-align: left;
  }

  .hero-copy .eyebrow {
    display: none;
  }

  .hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-copy .btn {
    text-shadow: none;
  }

  .quote-card {
    grid-column: 1;
    grid-row: 1;
    width: 320px;
    justify-self: start;
    padding: 16px 18px 14px;
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(4px);
    position: relative;
    z-index: 25;
    transform: translateY(-245px);
  }

  .hero-actions {
    display: none;
  }

  .quick-strip {
    margin-top: 0;
  }

  .quote-card h2 {
    font-size: 1.3rem;
    line-height: 1.15;
  }

  .quote-card > p {
    margin-bottom: 10px;
    font-size: .74rem;
  }

  .form-grid {
    gap: 7px 8px;
  }

  .field {
    gap: 4px;
  }

  .field label {
    font-size: .62rem;
  }

  .field input,
  .field select {
    height: 36px;
    padding: 0 8px;
    font-size: .76rem;
  }

  .location-hint {
    display: none;
  }

  .quote-card .btn {
    min-height: 38px;
    margin-top: 9px;
    font-size: .78rem;
  }

  .privacy {
    margin-top: 7px;
    font-size: .62rem;
    margin-top: 7px;
    font-size: .66rem;
  }
}

@media (max-width: 980px) {
  .desktop-break {
    display: none;
  }
}

@media (max-width: 650px) {
  .whatsapp-icon-link {
    right: 12px;
    bottom: 12px;
    width: 50px;
    height: 50px;
    min-height: 48px;
    padding: 5px;
    justify-content: center;
    border-radius: 50%;
  }

  .whatsapp-icon-link img {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .whatsapp-icon-link svg {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .whatsapp-icon-link span {
    display: none;
  }
}

@media (max-width: 650px) {
  .top-review-link {
    justify-content: center;
    width: 100%;
    margin-top: 7px;
  }
}
