:root {
  --navy: #061d3c;
  --navy-2: #0d2f56;
  --gold: #b77a18;
  --gold-2: #d8a74a;
  --cream: #fff9ef;
  --sand: #f5ead7;
  --teal: #2d7f86;
  --red: #b5343a;
  --ink: #15223a;
  --muted: #657086;
  --line: rgba(6, 29, 60, 0.12);
  --shadow: 0 24px 70px rgba(6, 29, 60, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fffaf2;
  line-height: 1.65;
  overflow-x: clip;
}

body::selection {
  background: rgba(183, 122, 24, 0.24);
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.container {
  width: 100%;
}

.site-header {
  transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled,
.site-header.menu-open {
  background: rgba(255, 250, 242, 0.96);
  border-color: var(--line);
  box-shadow: 0 14px 40px rgba(6, 29, 60, 0.08);
  backdrop-filter: blur(18px);
}

.navbar {
  min-height: 66px;
  padding-block: 0.3rem;
}

.navbar > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-collapse.collapse:not(.show) {
  display: none;
}

.navbar-nav {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.navbar-brand img {
  width: auto;
  height: 48px;
  display: block;
}

.navbar-toggler {
  border: 0;
  box-shadow: none;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.18rem rgba(183, 122, 24, 0.24);
}

.navbar-toggler-icon {
  position: relative;
  width: 24px;
  height: 18px;
  background-image: none;
  border-top: 2px solid var(--navy);
  border-bottom: 2px solid var(--navy);
}

.navbar-toggler-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 24px;
  height: 2px;
  background: var(--navy);
}

.nav-link {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0;
  padding-inline: 0.5rem !important;
}

.site-header.is-scrolled .nav-link,
.site-header.menu-open .nav-link {
  color: var(--navy);
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: var(--gold-2);
}

.btn {
  border-radius: var(--radius);
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  border-color: transparent;
  color: #071a33;
  box-shadow: 0 14px 30px rgba(183, 122, 24, 0.26);
}

.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(135deg, #c48924, #e1b75f);
  border-color: transparent;
  color: #071a33;
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
  background: rgba(255, 255, 255, 0.14);
  border-color: #fff;
  color: #fff;
}

.btn-outline-primary {
  color: var(--navy);
  border-color: rgba(6, 29, 60, 0.28);
  background: rgba(255, 255, 255, 0.58);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  color: var(--navy);
  border-color: var(--gold);
  background: rgba(216, 167, 74, 0.18);
}

.nav-cta {
  min-height: 38px;
  padding-inline: 0.9rem;
}

.hero-section {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  padding: 7.8rem 0 5rem;
  background:
    linear-gradient(135deg, #061d3c 0%, #0d2f56 52%, #123f55 100%);
}

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

.hero-media {
  opacity: 1;
  background:
    url("../assets/img/adriatic-hero.jpg") center / cover no-repeat;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(6, 29, 60, 0.84) 0%, rgba(6, 29, 60, 0.56) 48%, rgba(6, 29, 60, 0.14) 100%),
    linear-gradient(180deg, rgba(6, 29, 60, 0.04), rgba(6, 29, 60, 0.44));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
}

.hero-content .row,
.hero-content [class^="col-"],
.hero-content [class*=" col-"] {
  min-width: 0;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--gold-2);
  font-size: 0.78rem;
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eyebrow::before,
.section-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.hero-section h1 {
  max-width: 780px;
  margin: 1.25rem 0 1.25rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 6.9rem);
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.hero-lead {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 0.48rem 0.75rem;
  backdrop-filter: blur(10px);
}

.hero-points i {
  color: var(--gold-2);
}

.hero-visual {
  position: relative;
  display: grid;
  gap: 1rem;
  max-width: 440px;
  margin-left: auto;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(5, 24, 48, 0.42);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(16px);
}

.hero-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 1.4rem;
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.88);
}

.hero-logo-card img {
  width: min(280px, 100%);
}

.route-card,
.hero-mini-grid div {
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(6, 29, 60, 0.44);
}

.route-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 1rem;
  color: #fff;
  font-weight: 900;
}

.route-card i {
  color: var(--gold-2);
}

.hero-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.hero-mini-grid div {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  min-height: 112px;
  padding: 1rem 0.5rem;
  text-align: center;
}

.hero-mini-grid i {
  color: var(--gold-2);
  font-size: 1.7rem;
}

.hero-mini-grid strong {
  font-size: 0.9rem;
  line-height: 1.2;
}

.section {
  padding: 6.5rem 0;
  position: relative;
}

.section h2 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--navy);
  font-size: clamp(2.15rem, 4vw, 4rem);
  line-height: 1.05;
  letter-spacing: 0;
  margin: 0.8rem 0 1rem;
}

.section h3 {
  color: var(--navy);
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}

.section-lead,
.section-heading p {
  color: var(--muted);
  font-size: 1.08rem;
  margin-bottom: 0;
}

.intro-section {
  background: linear-gradient(180deg, #fffaf2, #fff);
}

.story-panel {
  border-left: 4px solid var(--gold);
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(1.5rem, 4vw, 2.6rem);
}

.story-panel p {
  font-size: 1.12rem;
  color: #26334d;
  margin-bottom: 1.6rem;
}

.founders {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.founders div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
  background: linear-gradient(180deg, #fff, #fff8ec);
}

.founders span {
  display: block;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.founders strong {
  display: block;
  color: var(--navy);
  font-size: 1.15rem;
  margin-top: 0.15rem;
}

.why-section {
  background:
    linear-gradient(135deg, rgba(6, 29, 60, 0.05), rgba(45, 127, 134, 0.06)),
    #f9f3e8;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 3rem;
}

.feature-card,
.service-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem;
  box-shadow: 0 18px 44px rgba(6, 29, 60, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.feature-card:hover,
.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(183, 122, 24, 0.36);
  box-shadow: 0 26px 60px rgba(6, 29, 60, 0.14);
}

.feature-card i,
.service-card i {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  border-radius: var(--radius);
  color: var(--gold);
  background: rgba(183, 122, 24, 0.12);
  font-size: 1.35rem;
}

.feature-card p,
.service-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.services-section {
  background: #fff;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.service-card {
  min-height: 236px;
}

.service-note {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
  padding: 1.35rem 1.5rem;
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--navy-2) 58%, var(--teal));
  box-shadow: var(--shadow);
}

.service-note strong {
  font-size: 1.25rem;
}

.service-note span {
  color: rgba(255, 255, 255, 0.82);
}

.gallery-section {
  background:
    linear-gradient(180deg, #f7fbfc 0%, #fffaf2 100%);
}

.gallery-section .row p {
  color: var(--muted);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 250px;
  gap: 1rem;
}

.gallery-card {
  position: relative;
  min-width: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 20px 54px rgba(6, 29, 60, 0.14);
  background: var(--navy);
}

.gallery-card-large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 29, 60, 0.02), rgba(6, 29, 60, 0.72));
}

.gallery-card:hover img {
  transform: scale(1.05);
}

.gallery-card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: grid;
  gap: 0.35rem;
  padding: 1.2rem;
  color: #fff;
}

.gallery-card figcaption strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1;
}

.gallery-card figcaption span {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
  line-height: 1.45;
}

.center-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 249, 239, 0.96)),
    linear-gradient(135deg, rgba(183, 122, 24, 0.1), rgba(181, 52, 58, 0.07));
}

.center-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 2rem;
}

.center-list div {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.15rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.center-list i {
  color: var(--gold);
  font-size: 1.4rem;
}

.center-list span {
  color: var(--navy);
  font-weight: 800;
}

.center-showcase {
  display: grid;
  gap: 1rem;
  max-width: 520px;
  margin-inline: auto;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(6, 29, 60, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, #ffffff, #fff7e9);
  box-shadow: var(--shadow);
}

.showcase-header {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1rem;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(6, 29, 60, 0.1);
}

.showcase-header > i {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--teal));
  border-radius: var(--radius);
  font-size: 1.8rem;
}

.showcase-header span {
  display: block;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.showcase-header strong {
  display: block;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.05;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.showcase-grid div {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 86px;
  padding: 1rem;
  border: 1px solid rgba(6, 29, 60, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  color: var(--navy);
  font-weight: 900;
}

.showcase-grid i {
  color: var(--gold);
  font-size: 1.35rem;
}

.mission-section {
  background: #fff;
}

.mission-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 2rem;
  align-items: center;
  padding: clamp(1.6rem, 4vw, 3rem);
  border-radius: var(--radius);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(6, 29, 60, 0.98), rgba(13, 47, 86, 0.94) 62%, rgba(45, 127, 134, 0.88)),
    linear-gradient(90deg, transparent 0 56%, rgba(216, 167, 74, 0.14) 56% 57%, transparent 57% 100%);
  box-shadow: var(--shadow);
}

.mission-band h2,
.mission-band .section-kicker {
  color: #fff;
}

.mission-band .section-kicker {
  color: var(--gold-2);
}

.mission-band p {
  color: rgba(255, 255, 255, 0.84);
  max-width: 760px;
  margin-bottom: 0;
}

.mission-seal {
  display: grid;
  gap: 0.8rem;
  justify-items: center;
  text-align: center;
  padding: 1.6rem;
  border: 1px solid rgba(216, 167, 74, 0.55);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.mission-seal i {
  color: var(--gold-2);
  font-size: 2.8rem;
}

.mission-seal span {
  font-weight: 900;
}

.contact-section {
  background:
    linear-gradient(180deg, #fffaf2, #fff),
    linear-gradient(135deg, rgba(45, 127, 134, 0.12), transparent);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.contact-panel {
  display: grid;
  gap: 0.8rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(1.2rem, 3vw, 1.8rem);
}

.contact-row {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  text-decoration: none;
  border: 1px solid rgba(6, 29, 60, 0.08);
  border-radius: var(--radius);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.contact-row:hover,
.contact-row:focus {
  transform: translateX(4px);
  background: #fff8ec;
  border-color: rgba(183, 122, 24, 0.28);
}

.contact-row i {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  background: rgba(183, 122, 24, 0.12);
  border-radius: var(--radius);
  font-size: 1.2rem;
}

.contact-row small {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-row span {
  color: var(--navy);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.site-footer {
  color: rgba(255, 255, 255, 0.78);
  background: var(--navy);
  padding: 2.2rem 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.footer-brand img {
  width: 136px;
  height: auto;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-links a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

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

.site-footer p {
  margin: 0;
}

.image-credit {
  margin-top: 1rem !important;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.78rem;
}

.image-credit a {
  color: rgba(255, 255, 255, 0.72);
}

.image-credit a:hover,
.image-credit a:focus {
  color: var(--gold-2);
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-nav {
    display: flex;
    flex-direction: row;
  }
}

@media (max-width: 991.98px) {
  .site-header,
  .site-header.is-scrolled {
    background: rgba(255, 250, 242, 0.98);
    border-color: var(--line);
    box-shadow: 0 14px 40px rgba(6, 29, 60, 0.08);
  }

  .navbar {
    min-height: 60px;
  }

  .navbar-brand img {
    width: auto;
    height: 42px;
  }

  .navbar-collapse {
    padding: 1rem 0 1.2rem;
  }

  .nav-link {
    color: var(--navy);
    padding: 0.72rem 0 !important;
  }

  .nav-cta {
    width: 100%;
    margin-top: 0.5rem;
  }

  .hero-section {
    min-height: auto;
    padding: 7rem 0 4.5rem;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(6, 29, 60, 0.82), rgba(6, 29, 60, 0.58)),
      linear-gradient(180deg, rgba(6, 29, 60, 0.04), rgba(6, 29, 60, 0.5));
  }

  .hero-visual {
    max-width: none;
    margin-left: 0;
  }

  .section {
    padding: 5rem 0;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 240px;
  }

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

  .mission-seal {
    justify-items: start;
    text-align: left;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .hero-section h1 {
    font-size: clamp(2.45rem, 10vw, 3.05rem);
    line-height: 1.04;
  }

  .hero-actions .btn,
  .contact-actions .btn {
    width: 100%;
  }

  .hero-points {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-points span {
    width: 100%;
    border-radius: var(--radius);
  }

  .hero-mini-grid,
  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .founders {
    grid-template-columns: 1fr;
  }

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

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  .gallery-card-large {
    grid-column: span 1;
    grid-row: span 1;
  }

  .service-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-row {
    grid-template-columns: 42px 1fr;
    padding: 0.85rem;
  }

  .contact-row i {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 420px) {
  .container {
    padding-inline: 1.15rem;
  }

  .navbar-brand img {
    width: auto;
    height: 38px;
  }

  .section h2 {
    font-size: 2rem;
  }

  .eyebrow,
  .section-kicker {
    font-size: 0.72rem;
  }
}
