:root {
  color-scheme: light;
  --ink: #13202a;
  --muted: #64727d;
  --line: #dce5e7;
  --paper: #ffffff;
  --mist: #edf7f6;
  --blue: #1366b0;
  --blue-dark: #0a3e73;
  --teal: #1d8a8a;
  --red: #d42d28;
  --gold: #e7b94b;
  --shadow: 0 22px 58px rgba(19, 32, 42, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: #f8fbfb;
}

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

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 86px;
  padding: 10px clamp(18px, 4vw, 58px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(19, 32, 42, 0.1);
  backdrop-filter: blur(14px);
}

.brand {
  width: 142px;
}

.brand img {
  width: 142px;
  height: auto;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 3vw, 34px);
  color: var(--muted);
  font-weight: 700;
}

.nav a {
  padding: 12px 4px;
}

.nav a:hover {
  color: var(--blue);
}

.top-call,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 6px;
  padding: 12px 18px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.top-call {
  color: #fff;
  background: var(--red);
  box-shadow: 0 12px 26px rgba(212, 45, 40, 0.24);
}

.button:hover,
.top-call:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: #fff;
  background: var(--red);
  box-shadow: 0 16px 36px rgba(212, 45, 40, 0.28);
}

.button.secondary {
  color: #fff;
  background: var(--blue-dark);
}

.button.light {
  color: var(--blue-dark);
  background: #fff;
}

.hero {
  position: relative;
  min-height: min(760px, calc(100svh - 86px));
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background: var(--blue-dark);
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6, 31, 54, 0.9) 0%, rgba(6, 31, 54, 0.68) 46%, rgba(6, 31, 54, 0.22) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.5));
}

.hero-content {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 80px 0 76px;
  color: #fff;
}

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

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

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

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(3.4rem, 9vw, 7rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2rem, 5vw, 4.6rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  font-size: 1.2rem;
  line-height: 1.25;
}

.hero-copy {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.08rem, 2.2vw, 1.35rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.quick-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1180px, calc(100% - 36px));
  margin: -44px auto 0;
  position: relative;
  z-index: 4;
  overflow: hidden;
  border: 1px solid rgba(19, 32, 42, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.quick-info a {
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.quick-info a:last-child {
  border-right: 0;
}

.quick-info span,
.details dt,
.feature-band span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.quick-info strong {
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.35;
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(70px, 10vw, 118px) 0;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.8fr);
  gap: clamp(36px, 6vw, 76px);
  align-items: start;
}

.intro h2 {
  margin-bottom: 0;
}

.intro-text {
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.75;
}

.intro-text p:last-child {
  margin-bottom: 0;
}

.feature-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding-top: 0;
}

.feature-band article {
  min-height: 250px;
  padding: clamp(24px, 4vw, 34px);
  background: var(--blue-dark);
  color: #fff;
}

.feature-band article:nth-child(2) {
  background: var(--teal);
}

.feature-band article:nth-child(3) {
  background: #26343f;
}

.feature-band span {
  color: rgba(255, 255, 255, 0.68);
}

.feature-band h3 {
  margin: 34px 0 12px;
}

.feature-band p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}

.section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.service-grid article {
  min-height: 238px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.service-grid h3 {
  min-height: 62px;
}

.service-grid p {
  color: var(--muted);
  line-height: 1.58;
}

.gallery-section {
  padding-top: 0;
}

.gallery {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  grid-template-rows: repeat(2, minmax(210px, 1fr));
  gap: 16px;
}

.gallery-item {
  position: relative;
  min-height: 260px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #d8e4e5;
  cursor: pointer;
}

.gallery-item.wide {
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.gallery-item:hover img {
  transform: scale(1.035);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: stretch;
  padding: clamp(50px, 7vw, 86px) max(18px, calc((100vw - 1180px) / 2));
  color: #fff;
  background: linear-gradient(135deg, var(--blue-dark), #182a35 58%, #0f5558);
}

.contact-copy {
  padding: 8px 0;
}

.contact-copy h2 {
  max-width: 560px;
}

.contact-copy p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.65;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 34px;
}

.booking-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 0 0 clamp(70px, 10vw, 118px);
}

.booking-preview {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}

.booking-preview img {
  width: 100%;
  height: auto;
  border: 0;
}

.details {
  display: grid;
  gap: 18px;
  margin: 0;
}

.details div {
  display: grid;
  gap: 6px;
}

.details dt {
  color: rgba(255, 255, 255, 0.62);
}

.details dd {
  margin: 0;
  color: #fff;
  line-height: 1.45;
}

.details a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.map-wrap {
  position: relative;
  min-height: 470px;
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(19, 102, 176, 0.12), rgba(29, 138, 138, 0.18)),
    #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-link {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 6px;
  padding: 10px 14px;
  color: var(--blue-dark);
  background: #fff;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(19, 32, 42, 0.18);
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 110px;
  padding: 24px;
  background: #fff;
  color: var(--muted);
  font-weight: 800;
}

.footer img {
  width: 86px;
}

.footer p {
  margin: 0;
}

.lightbox {
  width: min(1100px, calc(100vw - 32px));
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
}

.lightbox::backdrop {
  background: rgba(8, 18, 26, 0.82);
}

.lightbox img {
  width: 100%;
  max-height: 86vh;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
}

.lightbox-close {
  position: fixed;
  top: 22px;
  right: 22px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

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

  .nav {
    justify-content: end;
  }

  .top-call {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .quick-info,
  .intro,
  .feature-band,
  .service-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .quick-info a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .quick-info a:last-child {
    border-bottom: 0;
  }

  .service-grid h3 {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .topbar {
    gap: 12px;
    min-height: 74px;
    padding: 8px 16px 12px;
  }

  .brand,
  .brand img {
    width: 108px;
  }

  .nav {
    gap: 12px;
    font-size: 0.92rem;
  }

  .hero {
    min-height: 74svh;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(6, 31, 54, 0.54) 0%, rgba(6, 31, 54, 0.88) 100%),
      linear-gradient(90deg, rgba(6, 31, 54, 0.78), rgba(6, 31, 54, 0.36));
  }

  .hero-content {
    padding: 58px 0 54px;
  }

  h1 {
    font-size: clamp(3rem, 18vw, 4.4rem);
  }

  h2 {
    font-size: clamp(2rem, 12vw, 3.2rem);
  }

  .quick-info {
    margin-top: 0;
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .section {
    width: min(100% - 32px, 1180px);
    padding: 64px 0;
  }

  .booking-section {
    width: min(100% - 32px, 1180px);
    padding-bottom: 64px;
  }

  .feature-band {
    width: 100%;
  }

  .feature-band article {
    border-radius: 0;
  }

  .gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .gallery-item,
  .gallery-item img {
    min-height: 280px;
  }

  .gallery-item.wide {
    grid-row: auto;
  }

  .contact-section {
    padding: 58px 18px;
  }

  .map-wrap {
    min-height: 360px;
  }

  .footer {
    flex-direction: column;
    text-align: center;
  }
}

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

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

  .brand {
    justify-self: center;
  }

  .button,
  .top-call {
    width: 100%;
  }
}
