:root {
  --ink: #13202b;
  --muted: #667382;
  --paper: #f5f1e9;
  --mist: #edf4f1;
  --jade: #0d756d;
  --river: #174a7c;
  --cinnabar: #bd3b2f;
  --gold: #c89b3c;
  --white: #ffffff;
  --line: rgba(19, 32, 43, 0.12);
  --shadow: 0 22px 60px rgba(19, 32, 43, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px clamp(20px, 5vw, 68px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(4, 32, 67, 0.94), rgba(4, 32, 67, 0.68));
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: min(320px, 40vw);
  min-width: 218px;
}

.brand img {
  width: 100%;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
}

nav {
  display: flex;
  gap: clamp(14px, 3vw, 32px);
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 700;
}

.nav-cta {
  border: 1px solid rgba(255, 255, 255, 0.58);
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 94vh;
  overflow: hidden;
  color: var(--white);
}

.hero > img,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero > img {
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 16, 35, 0.93), rgba(3, 24, 47, 0.68) 42%, rgba(3, 24, 47, 0.16) 72%),
    linear-gradient(180deg, rgba(4, 32, 67, 0.14), rgba(4, 20, 35, 0.58));
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(940px, calc(100% - 40px));
  min-height: 94vh;
  padding: 142px 0 72px;
  margin-left: clamp(20px, 8vw, 112px);
}

.eyebrow,
.section-label {
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(46px, 7vw, 86px);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  letter-spacing: 0;
}

.hero-copy {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2vw, 23px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 14px 0 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 0;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.button.primary {
  color: var(--white);
  background: var(--cinnabar);
}

.button.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.12);
}

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 880px;
}

.proof-strip span {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 750;
  backdrop-filter: blur(10px);
}

.photo-ribbon {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 1px;
  background: var(--ink);
}

.photo-ribbon figure {
  position: relative;
  min-height: 190px;
  margin: 0;
  overflow: hidden;
}

.photo-ribbon img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
}

.photo-ribbon figcaption {
  position: absolute;
  left: 16px;
  bottom: 14px;
  padding: 7px 10px;
  color: var(--white);
  background: rgba(3, 16, 35, 0.68);
  font-size: 13px;
  font-weight: 800;
}

.band {
  padding: clamp(58px, 8vw, 104px) clamp(20px, 6vw, 76px);
}

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

.intro-grid,
.section-heading,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.intro p,
.section-heading p,
.cruise-content p,
.contact p {
  color: var(--muted);
  font-size: 17px;
}

.services {
  background: var(--paper);
}

.section-heading {
  margin-bottom: clamp(28px, 5vw, 56px);
}

.service-grid {
  display: grid;
  gap: 18px;
}

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

.core-card {
  display: flex;
  flex-direction: column;
  min-height: 670px;
  overflow: hidden;
  background: var(--white);
  border-top: 5px solid var(--jade);
  box-shadow: 0 14px 36px rgba(19, 32, 43, 0.08);
}

.core-card.featured {
  border-color: var(--river);
}

.core-card:nth-child(3) {
  border-color: var(--cinnabar);
}

.core-card > img {
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.core-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.icon {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.service-kicker {
  margin-bottom: 10px;
  color: var(--jade);
  font-size: 13px;
  font-weight: 850;
}

.core-card.featured .service-kicker {
  color: var(--river);
}

.core-card:nth-child(3) .service-kicker {
  color: var(--cinnabar);
}

.core-card h3 {
  margin-bottom: 12px;
  font-size: 24px;
}

.core-card p {
  color: var(--muted);
}

.core-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: auto 0 0;
  list-style: none;
}

.core-card li {
  padding-left: 18px;
  background: linear-gradient(var(--gold), var(--gold)) 0 11px / 8px 2px no-repeat;
  color: var(--muted);
  font-size: 14px;
}

.cruise-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(360px, 0.7fr);
  min-height: 640px;
  background: var(--ink);
  color: var(--white);
}

.cruise-photo {
  min-height: 460px;
  overflow: hidden;
}

.cruise-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cruise-content {
  align-self: center;
  padding: clamp(38px, 5vw, 70px);
}

.cruise-content h2 {
  max-width: 620px;
}

.cruise-content p {
  color: rgba(255, 255, 255, 0.76);
}

.booking-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.booking-points span {
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

.destination-grid {
  background: var(--mist);
}

.destination-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 330px;
  gap: 16px;
}

.destination-card {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.destination-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.destination-card:hover img {
  transform: scale(1.04);
}

.destination-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 18, 28, 0.06), rgba(9, 18, 28, 0.74));
}

.destination-card div {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}

.destination-card span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.destination-card h3 {
  max-width: 560px;
  margin-bottom: 0;
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.14;
}

.itinerary-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 6vw, 76px);
  padding: clamp(54px, 7vw, 90px) clamp(20px, 6vw, 76px);
  background:
    linear-gradient(90deg, rgba(245, 241, 233, 0.94), rgba(245, 241, 233, 0.78)),
    url("assets/gallery/skyline-wide.jpg") center / cover;
}

.itinerary-copy h2 {
  margin-bottom: 0;
}

.itinerary-list {
  display: grid;
  gap: 14px;
}

.itinerary-list p {
  margin: 0;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.86);
  border-left: 4px solid var(--gold);
  color: var(--muted);
  box-shadow: 0 12px 34px rgba(19, 32, 43, 0.09);
}

.itinerary-list strong {
  color: var(--ink);
}

.trust {
  background:
    linear-gradient(90deg, rgba(7, 18, 30, 0.94), rgba(7, 18, 30, 0.8) 42%, rgba(7, 18, 30, 0.62)),
    url("assets/office-trust-bg.png") center / cover;
  color: var(--white);
}

.trust .section-heading p {
  color: rgba(255, 255, 255, 0.7);
}

.text-link {
  justify-self: end;
  align-self: start;
  color: var(--gold);
  font-weight: 850;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.trust-grid article {
  min-height: 300px;
  padding: clamp(24px, 3vw, 34px);
  background: rgba(29, 44, 57, 0.86);
  border-top: 4px solid var(--gold);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
}

.trust-grid strong {
  display: block;
  margin-bottom: 20px;
  color: var(--gold);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
}

.trust-grid h3 {
  margin-bottom: 14px;
  color: var(--white);
  font-size: 22px;
  line-height: 1.18;
}

.trust-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
}

.contact {
  padding: clamp(58px, 8vw, 104px) clamp(20px, 6vw, 76px);
  background: var(--mist);
}

.contact-methods {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-methods a,
.contact-methods div {
  padding: 18px;
  background: var(--white);
  border-left: 4px solid var(--jade);
}

.contact-methods strong,
.contact-methods span {
  display: block;
}

.contact-methods span {
  color: var(--muted);
}

.lead-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 40px);
  background: var(--white);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.label-title {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.required {
  color: var(--cinnabar);
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #d4dbde;
  padding: 13px 14px;
  color: var(--ink);
  background: #fbfcfc;
  font: inherit;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  outline: 2px solid rgba(200, 155, 60, 0.18);
  outline-offset: 0;
}

textarea {
  resize: vertical;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.form-note[data-type="success"] {
  color: var(--jade);
  font-weight: 800;
}

.form-note[data-type="error"] {
  color: var(--cinnabar);
  font-weight: 800;
}

.lead-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 24px clamp(20px, 6vw, 76px) 92px;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.76);
}

footer p {
  margin: 0;
}

.footer-company,
.footer-records {
  display: grid;
  gap: 6px;
}

.footer-company p:first-child {
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
}

.footer-company p:not(:first-child) {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.footer-records {
  justify-items: end;
  color: rgba(200, 155, 60, 0.78);
  font-size: 12px;
  font-weight: 700;
}

footer a {
  color: rgba(200, 155, 60, 0.78);
  font-weight: 700;
}

.floating-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: flex;
  gap: 8px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 36px rgba(19, 32, 43, 0.22);
  backdrop-filter: blur(12px);
}

.floating-cta a,
.floating-cta button {
  min-height: 42px;
  border: 0;
  padding: 10px 13px;
  color: var(--white);
  background: var(--jade);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.floating-cta button {
  background: var(--river);
}

.toast {
  position: fixed;
  right: 24px;
  bottom: 84px;
  z-index: 40;
  padding: 12px 14px;
  color: var(--white);
  background: var(--ink);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  nav {
    display: none;
  }

  .intro-grid,
  .section-heading,
  .contact,
  .cruise-showcase,
  .itinerary-band {
    grid-template-columns: 1fr;
  }

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

  .core-card {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1fr);
    min-height: 0;
  }

  .core-card > img {
    height: 100%;
    min-height: 360px;
  }

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

  .text-link {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 10px 12px;
  }

  .brand {
    width: min(238px, 68vw);
    min-width: 0;
  }

  .nav-cta {
    display: none;
  }

  .hero-content {
    width: calc(100% - 32px);
    margin-left: 16px;
    padding-top: 112px;
  }

  h1 {
    font-size: 43px;
  }

  .button {
    width: 100%;
  }

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

  .photo-ribbon figure,
  .photo-ribbon img {
    min-height: 150px;
  }

  .core-card {
    display: flex;
  }

  .core-card > img {
    height: 250px;
    min-height: 0;
  }

  .cruise-showcase {
    min-height: 0;
  }

  .cruise-photo {
    min-height: 290px;
  }

  .booking-points,
  .destination-cards,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .destination-cards {
    grid-auto-rows: 290px;
  }

  .floating-cta {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .floating-cta a,
  .floating-cta button {
    flex: 1;
    padding-inline: 8px;
  }

  .footer-records {
    justify-items: start;
  }
}
