﻿:root {
  --color-ink: #000000;
  --color-muted: #6e7191;
  --color-sand: #f7f7fc;
  --color-ocean: #5789a3;
  --color-ocean-light: #acbec7;
  --color-accent: #c7acac;
  --color-light: #ffffff;
  --color-border: #eff0f6;
  --shadow-soft: 0 18px 40px rgba(49, 84, 102, 0.27);
  --shadow-card: 0 12px 30px rgba(49, 84, 102, 0.27);
  --shadow-float: 0 24px 60px rgba(49, 84, 102, 0.39);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  margin: 0;
  font-family: "Merriweather", serif;
  color: var(--color-ink);
  background: var(--color-light);
  line-height: 1.65;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--color-ocean);
  outline-offset: 2px;
}

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

.container {
  width: min(1240px, 92vw);
  margin: 0 auto;
}

.top-bar {
  height: 8px;
  background: rgba(62, 121, 151, 0.3);
}

.site-header {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  z-index: 50;
  border-bottom: 1px solid var(--color-border);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  gap: 24px;
}

.nav-links,
.nav-actions {
  flex: 1;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  font-family: "Bitter", serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  font-family: "Bitter", serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
}

.nav-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-logo img {
  width: 170px;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  padding: 6px;
}

.nav-toggle span {
  display: block;
  width: 28px;
  height: 2px;
  background: var(--color-ink);
  margin: 6px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  background: var(--color-light);
  border-bottom: 1px solid var(--color-border);
}

.mobile-menu.is-open {
  display: flex;
}

.mobile-menu a {
  font-family: "Bitter", serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
}

.hero {
  padding: 48px 0 80px;
  background: var(--color-light);
}

.hero .container {
  width: min(1400px, 96vw);
}

.hero-slider {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  height: clamp(360px, 70vh, 720px);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.35));
}

.hero-caption {
  position: absolute;
  left: 48px;
  bottom: 56px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  font-family: "Times New Roman", Times, Georgia, serif;
  font-size: clamp(2rem, 2.6vw + 1rem, 3.6rem);
  letter-spacing: 0.02em;
  color: var(--color-light);
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.hero-counter {
  position: absolute;
  left: 26px;
  bottom: 26px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--color-light);
  font-family: "Bitter", serif;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.hero-counter span {
  background: transparent;
  padding: 0;
  border-radius: 0;
  font-size: 0.85rem;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

.hero-controls {
  position: absolute;
  inset: auto 30px 30px auto;
  display: flex;
  gap: 10px;
}

.slider-btn {
  border: none;
  background: transparent;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.4rem;
  color: var(--color-light);
  border: 1px solid rgba(255, 255, 255, 0.65);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.slider-btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.95);
  color: var(--color-ink);
}

.section {
  padding: 80px 0;
}

.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 32px;
  gap: 8px;
}

.section-header .section-title {
  margin-bottom: 0;
}

.section-header .section-subtitle {
  margin-top: 4px;
}

.section-underline {
  width: 72px;
  height: 2px;
  background: var(--color-ocean);
  opacity: 0;
  transform: translateX(-18px);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.section-header.is-visible .section-underline {
  opacity: 1;
  transform: translateX(0);
}

.section-title {
  font-family: "Times New Roman", Times, Georgia, serif;
  font-size: clamp(2rem, 2.1vw + 0.9rem, 3rem);
  margin-bottom: 20px;
  color: var(--color-ink);
  font-weight: 600;
}

h3.section-title {
  font-size: clamp(1.4rem, 1.2vw + 0.9rem, 1.8rem);
  font-weight: 600;
  margin-top: 28px;
  margin-bottom: 12px;
  color: var(--color-ink);
  text-align: center;
}

.section-subtitle {
  font-family: "Bitter", serif;
  font-size: clamp(0.95rem, 0.7vw + 0.6rem, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-muted);
}

.lead {
  color: var(--color-ink);
  max-width: 880px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.cta-row {
  display: flex;
  gap: 16px;
  margin-top: 32px;
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 999px;
  font-family: "Bitter", serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.85rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary {
  background: var(--color-ocean);
  color: var(--color-light);
}

.btn-primary:hover {
  background: var(--color-ocean-light);
  color: var(--color-light);
}

.btn-outline {
  background: transparent;
  border-color: var(--color-ocean);
  color: var(--color-ocean);
}

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

.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-areas:
    "a a a a a a a b b b b b"
    "a a a a a a a b b b b b"
    "c c c d d d e e e f f f";
  gap: 18px;
}

.gallery img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: var(--shadow-card);
}

.gallery img:nth-child(1) {
  grid-area: a;
  min-height: 320px;
}

.gallery img:nth-child(2) {
  grid-area: b;
  min-height: 320px;
}

.gallery img:nth-child(3) {
  grid-area: c;
  min-height: 180px;
}

.gallery img:nth-child(4) {
  grid-area: d;
  min-height: 180px;
}

.gallery img:nth-child(5) {
  grid-area: e;
  min-height: 180px;
}

.gallery img:nth-child(6) {
  grid-area: f;
  min-height: 180px;
}

.accordion {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.accordion-item {
  border: 1px solid var(--color-border);
  border-radius: 14px;
  overflow: hidden;
  background: var(--color-light);
  box-shadow: 0 8px 18px rgba(49, 84, 102, 0.08);
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  cursor: pointer;
  font-family: "Bitter", serif;
}

.accordion-header::after {
  content: "+";
  font-size: 1.2rem;
  color: var(--color-ocean);
}

.accordion-item.is-open .accordion-header::after {
  content: "–";
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  color: var(--color-muted);
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-item.is-open .accordion-body {
  padding: 0 20px 20px;
  max-height: 500px;
}

.booking {
  background: var(--color-sand);
  border-radius: 18px;
  padding: 40px;
  box-shadow: var(--shadow-float);
}

.testimonials {
  position: relative;
  background: linear-gradient(180deg, rgba(247, 247, 252, 0.7), rgba(255, 255, 255, 0.95));
  border-radius: 22px;
  padding: 32px;
  box-shadow: var(--shadow-soft);
}

.testimonial-slider {
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  transition: transform 0.5s ease;
}

.testimonial-card {
  min-width: 100%;
  padding: 28px;
  border-radius: 20px;
  background: var(--color-light);
  box-shadow: var(--shadow-card);
  text-align: center;
}

.testimonial-controls {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  justify-content: center;
}

.testimonial-controls .slider-btn {
  color: var(--color-ink);
  border-color: rgba(49, 84, 102, 0.4);
  background: rgba(255, 255, 255, 0.95);
}

.testimonial-controls .slider-btn:hover {
  background: var(--color-ocean);
  color: var(--color-light);
  border-color: var(--color-ocean);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.contact-card {
  background: var(--color-light);
  padding: 24px;
  border-radius: 18px;
  box-shadow: var(--shadow-card);
}

.contact-card img {
  border-radius: 14px;
  margin-bottom: 18px;
}

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

.form-grid textarea {
  min-height: 120px;
  resize: vertical;
}

input,
textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--color-border);
  font-family: "Merriweather", serif;
}

.footer {
  background: var(--color-light);
  color: var(--color-ink);
  padding: 50px 0 30px;
  border-top: 1px solid var(--color-border);
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-top > img {
  width: min(200px, 60vw);
  height: auto;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-family: "Bitter", serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}

.footer-bottom {
  margin-top: 24px;
  font-size: 0.75rem;
  color: var(--color-muted);
}

.legal {
  padding: 60px 0 90px;
}

.legal-content {
  background: var(--color-light);
  border-radius: 18px;
  padding: 32px;
  box-shadow: var(--shadow-card);
  color: var(--color-muted);
}

@media (max-width: 960px) {
  .nav-links,
  .nav-actions {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .mobile-menu {
    display: none;
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
      "a a"
      "b b"
      "c d"
      "e f";
  }

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

@media (max-width: 640px) {
  .hero-caption {
    left: 18px;
    right: 18px;
    bottom: 36px;
    font-size: 1.8rem;
  }

  .hero-controls {
    inset: auto 18px 18px auto;
  }

  .hero-counter {
    position: static;
    justify-content: center;
    margin: 14px auto 0;
  }

  .cta-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .gallery {
    grid-template-columns: 1fr;
    grid-template-areas:
      "a"
      "b"
      "c"
      "d"
      "e"
      "f";
  }

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

@media (prefers-reduced-motion: reduce) {
  .section-underline {
    transition: none;
    opacity: 1;
    transform: none;
  }
}



