:root {
  --navy: #071a32;
  --sapphire: #0b3f73;
  --blue: #1565a9;
  --gold: #c9a45d;
  --silver: #d9e1e9;
  --ink: #111827;
  --muted: #64748b;
  --paper: #f7f9fc;
  --white: #ffffff;
  --line: rgba(15, 23, 42, 0.12);
  --shadow: 0 24px 70px rgba(7, 26, 50, 0.14);
  --radius: 8px;
  --header-height: 78px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Lato", Arial, sans-serif;
  background: var(--paper);
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
  touch-action: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
  padding: 0 clamp(18px, 5vw, 72px);
  color: var(--white);
  background: rgba(7, 26, 50, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  transition: background 180ms ease, box-shadow 180ms ease, height 180ms ease;
}

.site-header.is-scrolled {
  height: 66px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 35px rgba(7, 26, 50, 0.12);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--radius);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1;
}

.brand strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
}

.brand small {
  margin-top: 4px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.primary-nav a {
  position: relative;
}

.primary-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-cta {
  padding: 11px 18px;
  color: var(--navy);
  background: var(--gold);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(201, 164, 93, 0.28);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  color: inherit;
  cursor: pointer;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  display: grid;
  grid-template-rows: minmax(min-content, 1fr) auto;
  align-items: start;
  gap: clamp(28px, 5vh, 48px);
  min-height: 94svh;
  padding: calc(var(--header-height) + 52px) clamp(18px, 5vw, 72px) clamp(34px, 5vh, 52px);
  color: var(--white);
  overflow: hidden;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -2;
  background-image: url("../assets/WhatsApp%20Image%202026-06-02%20at%2011.07.55.jpeg");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 26, 50, 0.88), rgba(7, 26, 50, 0.58) 48%, rgba(7, 26, 50, 0.2)),
    linear-gradient(0deg, rgba(7, 26, 50, 0.82), rgba(7, 26, 50, 0.05) 42%);
}

.hero-content {
  align-self: center;
  width: min(780px, 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--sapphire);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: inherit;
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.08;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 7.2vw, 5.8rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4.4vw, 3.35rem);
}

h3 {
  margin-bottom: 12px;
  font-size: 1.38rem;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.hero-actions,
.cta-band {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  font-weight: 900;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold), #f3ddaa);
  box-shadow: 0 18px 40px rgba(201, 164, 93, 0.3);
}

.btn-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.hero-panel {
  position: relative;
  justify-self: start;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(900px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.hero-panel article {
  padding: 20px;
}

.hero-panel article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-panel strong {
  display: block;
  color: var(--gold);
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1;
}

.hero-panel span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.section {
  padding: clamp(70px, 9vw, 120px) clamp(18px, 5vw, 72px);
}

.intro-section {
  background: var(--white);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.8fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: end;
  max-width: 1180px;
  margin: 0 auto;
}

.section-grid p:last-child,
.section-heading p {
  color: var(--muted);
  font-size: 1.06rem;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.services-section {
  background:
    linear-gradient(180deg, var(--paper), #eef4fb);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.service-card,
.fleet-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 45px rgba(7, 26, 50, 0.08);
}

.service-card {
  min-height: 305px;
  padding: 28px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.icon-box {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  color: var(--gold);
  background: rgba(11, 63, 115, 0.08);
  border: 1px solid rgba(11, 63, 115, 0.12);
  border-radius: 50%;
}

.icon-box svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.service-card p,
.fleet-card p,
.split-content p,
.footer-brand p {
  color: var(--muted);
}

.split-band {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.72fr);
  min-height: 640px;
  color: var(--white);
  background: var(--navy);
}

.split-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 9vw, 120px) clamp(18px, 6vw, 88px);
}

.split-content p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.78);
}

.split-image {
  min-height: 420px;
}

.split-image img {
  height: 100%;
  object-fit: cover;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.86);
}

.check-list li::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  color: var(--gold);
  font-weight: 900;
  content: "\2713";
}

.fleet-section {
  background: var(--white);
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
}

.fleet-card {
  overflow: hidden;
}

.fleet-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.fleet-card div {
  padding: 24px;
}

.fleet-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 24px auto 0;
}

.fleet-gallery figure {
  margin: 0;
  overflow: hidden;
  background: #eef4fb;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.fleet-gallery img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.fleet-gallery figcaption {
  padding: 14px 16px 16px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.cta-band {
  justify-content: space-between;
  padding: clamp(48px, 7vw, 76px) clamp(18px, 5vw, 72px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(11, 63, 115, 0.94), rgba(7, 26, 50, 0.98)),
    url("../assets/WhatsApp%20Image%202026-06-02%20at%2011.07.56.jpeg") center / cover;
}

.cta-band h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
  gap: 30px;
  padding: 54px clamp(18px, 5vw, 72px);
  color: var(--white);
  background: #04101f;
}

.footer-brand p {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.footer-contact {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.footer-contact h2 {
  margin-bottom: 8px;
  font-size: 1.5rem;
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.78);
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: var(--gold);
}

.footer-contact .instagram-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 4px;
  padding: 10px 15px;
  color: var(--white);
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #f58529, #dd2a7b 45%, #8134af 72%, #515bd4);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(221, 42, 123, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.footer-contact .instagram-button:hover,
.footer-contact .instagram-button:focus-visible {
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(221, 42, 123, 0.32);
}

.instagram-button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 60;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--white);
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 18px 38px rgba(10, 90, 45, 0.34);
  transition: transform 180ms ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-3px);
}

.whatsapp-float svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

@media (max-width: 1024px) {
  .services-grid,
  .fleet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-band {
    grid-template-columns: 1fr;
  }

  .split-image {
    order: -1;
  }
}

@media (max-width: 820px) {
  .menu-toggle {
    position: relative;
    z-index: 120;
    display: block;
  }

  .primary-nav {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100vw;
    min-height: 100vh;
    min-height: 100dvh;
    padding: calc(var(--header-height) + 34px) 28px 38px;
    overflow-y: auto;
    overscroll-behavior: contain;
    color: var(--white);
    background: rgba(7, 26, 50, 0.98);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px);
    visibility: hidden;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .primary-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .primary-nav a {
    display: block;
    padding: 18px 0;
    font-size: clamp(1.35rem, 7vw, 2.35rem);
    line-height: 1;
  }

  .primary-nav .nav-cta {
    align-self: flex-start;
    margin-top: 10px;
    padding: 14px 22px;
    font-size: 1rem;
  }

  .site-header.is-scrolled .menu-toggle {
    color: var(--navy);
  }

  .site-header.menu-active,
  .site-header.menu-active.is-scrolled {
    z-index: 110;
    color: var(--white);
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .site-header.menu-active .brand {
    position: relative;
    z-index: 120;
  }

  .site-header.menu-active .menu-toggle {
    color: var(--white);
  }

  body.menu-open .whatsapp-float {
    opacity: 0;
    pointer-events: none;
  }

  .hero {
    min-height: 92svh;
    padding-bottom: 48px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(7, 26, 50, 0.66), rgba(7, 26, 50, 0.88)),
      linear-gradient(90deg, rgba(7, 26, 50, 0.82), rgba(7, 26, 50, 0.44));
  }

  .hero-panel {
    grid-template-columns: 1fr;
  }

  .hero-panel article {
    padding: 14px 16px;
  }

  .hero-panel article + article {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .section-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  :root {
    --header-height: 70px;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .brand strong {
    font-size: 1.08rem;
  }

  .brand small {
    font-size: 0.66rem;
  }

  h1 {
    font-size: clamp(2.35rem, 13vw, 3.35rem);
  }

  .hero {
    padding-top: calc(var(--header-height) + 34px);
  }

  .hero-actions,
  .cta-band {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .services-grid,
  .fleet-grid,
  .fleet-gallery {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .split-content {
    padding-block: 60px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }
}
