:root {
  --ink: #20222a;
  --muted: #667085;
  --line: #dde5e7;
  --paper: #fffdf8;
  --sand: #f4ead7;
  --sea: #0c6b75;
  --sea-dark: #08464d;
  --coral: #e36b4f;
  --sun: #f0b84e;
  --mint: #dcefe8;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(20, 38, 44, 0.14);
}

* {
  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;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
  padding: 0.7rem clamp(1rem, 4vw, 4rem);
  background: rgba(255, 253, 248, 0.92);
  border-bottom: 1px solid rgba(32, 34, 42, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: var(--sea);
  border-radius: 8px;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

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

.brand small {
  color: var(--muted);
  font-size: 0.76rem;
}

.top-nav {
  display: flex;
  gap: 0.15rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.top-nav a,
.header-cta {
  min-height: 42px;
  padding: 0.72rem 0.9rem;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.9rem;
  font-weight: 700;
}

.top-nav a:hover {
  background: var(--mint);
}

.header-cta {
  color: var(--white);
  background: var(--sea-dark);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: center;
  min-height: calc(92vh - 72px);
  padding: clamp(2rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem) clamp(3rem, 8vw, 7rem);
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.92), rgba(255, 253, 248, 0.24) 62%),
    url("img/generated-hero-mediterranean.jpg") center / cover;
}

.hero-copy {
  max-width: 680px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.8rem;
  color: var(--sea);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 9ch;
  margin-bottom: 1rem;
  font-size: 6.8rem;
  line-height: 0.9;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0.85rem;
  font-size: 3.8rem;
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.45rem;
  font-size: 1.1rem;
}

.hero-lede {
  max-width: 56ch;
  color: #344047;
  font-size: 1.2rem;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.9rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
}

.button.primary {
  color: var(--white);
  background: var(--coral);
  box-shadow: 0 16px 30px rgba(227, 107, 79, 0.24);
}

.button.secondary {
  color: var(--sea-dark);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(12, 107, 117, 0.24);
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  max-width: 520px;
  margin: 2rem 0 0;
}

.quick-facts div {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(12, 107, 117, 0.12);
  border-radius: 8px;
}

.quick-facts dt {
  font-size: 1.55rem;
  font-weight: 900;
}

.quick-facts dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-media {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.75rem;
  min-height: 560px;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-media img:first-child {
  grid-row: 1 / span 2;
}

.intro-band,
.contact-section {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(1rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem);
  background: var(--sea-dark);
  color: var(--white);
}

.intro-band::after {
  content: "";
  position: absolute;
  right: -8vw;
  bottom: -5.6rem;
  width: min(78vw, 820px);
  height: 180px;
  pointer-events: none;
  background: url("img/generated-decorative-waves.png") center / contain no-repeat;
  opacity: 0.5;
}

.intro-band > * {
  position: relative;
  z-index: 1;
}

.intro-band p,
.contact-section p {
  max-width: 66ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.intro-band a {
  color: var(--white);
  font-weight: 800;
}

.section {
  padding: clamp(3rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.65fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: end;
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
}

.section-heading.compact {
  display: block;
  max-width: 760px;
}

.section-heading p {
  margin-bottom: 0.35rem;
  color: var(--muted);
  font-size: 1.05rem;
}

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

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

.feature-card,
.price-card,
.rules-list article,
.detail-card,
.map-card {
  padding: clamp(1.2rem, 2.5vw, 1.6rem);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(20, 38, 44, 0.07);
}

.detail-card h3,
.map-card figcaption {
  margin-bottom: 0.7rem;
}

.detail-card p {
  margin-bottom: 0.6rem;
  color: var(--muted);
}

.map-card {
  grid-column: span 2;
  overflow: hidden;
  padding: 0;
}

.map-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.map-card figcaption {
  padding: 1rem 1.2rem 1.2rem;
  color: var(--muted);
}

.map-copy {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.feature-card span,
.rules-list span {
  display: block;
  margin-bottom: 2.4rem;
  color: var(--coral);
  font-size: 0.82rem;
  font-weight: 900;
}

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

.photo-section {
  background:
    linear-gradient(rgba(244, 234, 215, 0.88), rgba(244, 234, 215, 0.92)),
    url("img/generated-pattern-mediterranean.jpg") center / 680px auto;
}

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

.gallery-item {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  color: var(--white);
  background: var(--sea-dark);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

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

.gallery-item span {
  position: absolute;
  right: 0.9rem;
  bottom: 0.9rem;
  left: 0.9rem;
  padding: 0.65rem 0.75rem;
  background: rgba(8, 70, 77, 0.78);
  border-radius: 8px;
  font-weight: 850;
  text-align: left;
}

.prices-section {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.98), rgba(255, 253, 248, 0.88)),
    url("img/generated-pattern-mediterranean.jpg") center / 760px auto;
}

.price-card p {
  color: var(--muted);
  font-weight: 800;
}

.price-card strong {
  display: block;
  font-size: 3.2rem;
  line-height: 1;
}

.price-card span {
  color: var(--muted);
}

.price-card.accent {
  color: var(--white);
  background: var(--sea);
  border-color: var(--sea);
}

.price-card.accent p,
.price-card.accent span {
  color: rgba(255, 255, 255, 0.78);
}

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

.conditions div {
  padding: clamp(1.2rem, 2.5vw, 1.6rem);
  background: var(--mint);
  border-radius: 8px;
}

.conditions p {
  margin: 0;
  color: #3f555a;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: start;
}

.rules-list {
  display: grid;
  gap: 0.8rem;
}

.rules-list article:nth-child(2n) {
  background: #fff8e8;
}

.contact-section {
  background:
    linear-gradient(120deg, rgba(8, 70, 77, 0.94), rgba(12, 107, 117, 0.7)),
    url("img/generated-hero-mediterranean.jpg") center / cover;
}

.contact-section h2 {
  max-width: 10ch;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 0.9rem 1rem;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 900;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem clamp(1rem, 5vw, 5rem) 5.5rem;
  color: var(--muted);
  background: var(--white);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--sea-dark);
  font-weight: 800;
}

.mobile-booking-bar {
  position: fixed;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
  z-index: 30;
  display: none;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 0.55rem;
  padding: 0.55rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(32, 34, 42, 0.1);
  border-radius: 12px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.mobile-booking-bar a {
  display: grid;
  place-items: center;
  min-height: 48px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 900;
}

.mobile-booking-bar a:first-child {
  color: var(--sea-dark);
  background: var(--mint);
}

.mobile-booking-bar a:last-child {
  color: var(--white);
  background: var(--coral);
}

.lightbox {
  width: min(94vw, 980px);
  padding: 0;
  background: transparent;
  border: 0;
}

.lightbox::backdrop {
  background: rgba(2, 18, 22, 0.78);
}

.lightbox img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
  background: var(--white);
  border-radius: 8px;
}

.lightbox-close {
  position: absolute;
  top: -3.1rem;
  right: 0;
  min-height: 40px;
  padding: 0.65rem 0.9rem;
  color: var(--white);
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 980px) {
  .site-header {
    align-items: stretch;
    flex-wrap: wrap;
    min-height: auto;
  }

  .brand {
    flex: 1 1 auto;
  }

  .top-nav {
    order: 3;
    width: 100%;
    padding-bottom: 0.1rem;
  }

  .header-cta {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-media {
    min-height: min(110vw, 560px);
  }

  h1 {
    font-size: 4.8rem;
  }

  h2 {
    font-size: 2.8rem;
  }

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

  .feature-grid,
  .price-grid,
  .details-grid,
  .map-grid {
    grid-template-columns: 1fr;
  }

  .map-card {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: 82px;
  }

  .site-header {
    padding-inline: 0.9rem;
  }

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

  .top-nav {
    gap: 0.1rem;
    justify-content: space-between;
  }

  .top-nav a {
    flex: 1 1 auto;
    padding-inline: 0.38rem;
    font-size: 0.78rem;
    text-align: center;
  }

  .hero {
    padding-top: 2rem;
  }

  h1 {
    max-width: 8ch;
    font-size: 3.35rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .hero-lede {
    font-size: 1.06rem;
  }

  .price-card strong {
    font-size: 2.45rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .quick-facts {
    grid-template-columns: repeat(3, minmax(104px, 1fr));
    overflow-x: auto;
  }

  .hero-media {
    display: none;
  }

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

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

  .site-footer {
    display: block;
  }

  .site-footer a {
    display: inline-block;
    margin-top: 0.8rem;
  }

  .mobile-booking-bar {
    display: grid;
  }
}

@media (max-width: 420px) {
  .brand small {
    display: none;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }
}
