:root {
  --navy: #0d3e4a;
  --cream: #f7f4ee;
  --bronze: #a57550;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

.hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: white;
}

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

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background: rgba(5, 25, 30, 0.34);
}

.floating-nav {
  width: min(920px, calc(100% - 40px));
  min-height: 56px;
  padding: 8px 10px 8px 22px;
  position: absolute;
  top: 26px;
  left: 50%;
  z-index: 2;
  display: flex;
  gap: 28px;
  align-items: center;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  color: var(--navy);
}

.brand {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

nav {
  display: flex;
  gap: 25px;
  flex: 1;
  justify-content: center;
}

nav a {
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.book-button,
.hero-button {
  padding: 13px 19px;
  display: inline-block;
  border-radius: 999px;
  background: var(--navy);
  color: white;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.hero-content {
  max-width: 770px;
  padding: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.rating,
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}

.rating {
  margin: 0 0 16px;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

h1 {
  margin: 0;
  font-size: clamp(54px, 6vw, 98px);
  line-height: 0.95;
  letter-spacing: -3px;
}

h1 em {
  font-weight: 400;
}

.hero-content > p:not(.rating) {
  max-width: 470px;
  margin: 18px auto 28px;
  line-height: 1.6;
}

.hero-button {
  background: white;
  color: var(--navy);
}

.about,
.book {
  padding: 120px 22px;
  text-align: center;
}

.about > p:last-child {
  max-width: 540px;
  margin: 22px auto 0;
  line-height: 1.7;
}

h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 1;
}

.gallery {
  padding: 0 4vw 110px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 280px 280px;
  gap: 12px;
}

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

.gallery img:first-child {
  grid-row: span 2;
}

.details {
  padding: 110px 9vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  background: #e9dfd2;
}

.details article {
  padding-top: 20px;
  border-top: 1px solid rgba(13, 62, 74, 0.2);
}

.details span {
  color: var(--bronze);
}

h3 {
  margin: 28px 0 12px;
  font-size: 29px;
}

.details p {
  line-height: 1.65;
}

/* STVARNE POGODNOSTI APARTMANA */
.amenities {
  padding: 120px 22px;

  background: var(--navy);

  color: white;

  text-align: center;
}

.amenities h2 {
  margin-bottom: 36px;
}

.amenity-list {
  max-width: 760px;

  margin: 0 auto;

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  gap: 12px;
}

.amenity-list span {
  padding: 11px 16px;

  border: 1px solid rgba(255, 255, 255, 0.28);

  border-radius: 999px;

  font-size: 13px;
}

.book {
  background: var(--navy);
  color: white;
}

/* LOKACIJA I NAJBLIŽA MJESTA */
.location {
  padding: 120px 22px;

  background: var(--cream);

  text-align: center;
}

.location h2 {
  margin-bottom: 38px;
}

.location-card {
  max-width: 850px;

  margin: 0 auto;

  overflow: hidden;

  background: var(--white);

  border-radius: 22px;

  box-shadow: 0 16px 50px rgba(13, 62, 74, 0.1);
}

.address {
  padding: 22px 26px;

  display: flex;

  flex-direction: column;

  gap: 6px;

  color: var(--navy);

  text-align: left;
}

.address span {
  color: var(--bronze);

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 1.4px;

  text-transform: uppercase;
}

.address strong {
  font-size: 15px;
}

.location-card iframe {
  width: 100%;

  height: 390px;

  display: block;

  border: 0;
}

.map-button {
  margin: 22px;

  padding: 13px 19px;

  display: inline-block;

  border-radius: 999px;

  background: var(--navy);

  color: var(--white);

  font-size: 11px;

  font-weight: 700;

  text-decoration: none;
}

.nearby {
  max-width: 850px;

  margin: 18px auto 0;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 12px;
}

.nearby article {
  padding: 28px 22px;

  background: var(--white);

  border-radius: 18px;

  text-align: left;
}

.nearby span {
  color: var(--bronze);

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 1.2px;

  text-transform: uppercase;
}

.nearby h3 {
  margin: 14px 0 8px;

  color: var(--navy);

  font-size: 24px;
}

.nearby p {
  margin: 0;

  color: rgba(13, 62, 74, 0.7);
}

/* MOBITEL */
@media (max-width: 720px) {
  .nearby {
    grid-template-columns: 1fr;
  }

  .location-card iframe {
    height: 300px;
  }
}

.book .hero-button {
  margin-top: 25px;
}

@media (max-width: 720px) {
  .floating-nav {
    padding-left: 18px;
  }

  nav {
    display: none;
  }

  .book-button {
    margin-left: auto;
  }

  .gallery,
  .details {
    grid-template-columns: 1fr;
  }

  .gallery {
    grid-template-rows: repeat(4, 280px);
  }

  .gallery img:first-child {
    grid-row: auto;
  }
}

footer {
  padding: 22px;

  background: var(--navy);

  color: rgba(255, 255, 255, 0.65);

  font-size: 11px;

  text-align: center;
}

footer p {
  margin: 0;
}

footer a {
  color: var(--white);

  font-weight: 700;

  letter-spacing: 1px;

  text-decoration: none;
}

/* OCJENE I RECENZIJE GOSTIJU */
.reviews {
  padding: 120px 22px;
  background: var(--white);
  color: var(--navy);
  text-align: center;
}

.reviews h2 {
  margin-bottom: 42px;
}

.reviews-content {
  max-width: 850px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  text-align: left;
}

.review-score,
.review-message {
  padding: 34px;
  border: 1px solid rgba(13, 62, 74, 0.12);
  border-radius: 22px;
  background: var(--cream);
}

.score-heading {
  display: flex;
  align-items: center;
  gap: 10px;
}

.score-heading span {
  color: var(--bronze);
  font-size: 27px;
}

.score-heading strong {
  font-size: 38px;
  line-height: 1;
}

.score-heading p {
  margin: 0;
  color: rgba(13, 62, 74, 0.65);
  font-size: 13px;
}

.review-count {
  margin: 14px 0 24px;
  color: rgba(13, 62, 74, 0.65);
  font-size: 13px;
}

.score-row {
  display: grid;
  grid-template-columns: 90px 1fr 28px;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  font-size: 13px;
}

.score-line {
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(13, 62, 74, 0.14);
}

.score-line i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--navy);
}

.review-stars {
  margin-bottom: 18px;
  color: var(--bronze);
  letter-spacing: 3px;
}

.review-message blockquote {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 25px;
  line-height: 1.3;
}

.review-message > p {
  margin: 20px 0 25px;
  color: rgba(13, 62, 74, 0.65);
  font-size: 13px;
}

.reviews-button {
  display: inline-block;
  padding: 13px 18px;
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 720px) {
  .reviews-content {
    grid-template-columns: 1fr;
  }

  .review-message blockquote {
    font-size: 22px;
  }
}

/* PRAVILA BORAVKA */
.house-rules {
  padding: 120px 22px;
  background: var(--cream);
}

.rules-intro {
  max-width: 560px;
  margin: 0 auto 44px;
  text-align: center;
}

.rules-intro h2 {
  margin: 12px 0 16px;
  color: var(--navy);
}

.rules-intro > p:last-child {
  margin: 0;
  color: rgba(13, 62, 74, 0.72);
  line-height: 1.6;
}

.rules-list {
  max-width: 850px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(13, 62, 74, 0.12);
  border-radius: 22px;
  background: var(--white);
}

.rules-list article {
  min-height: 105px;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: 150px 1fr;
  column-gap: 30px;
  align-content: center;
  border-bottom: 1px solid rgba(13, 62, 74, 0.1);
}

.rules-list article:last-child {
  border-bottom: 0;
}

.rules-list span {
  grid-row: span 2;
  align-self: start;
  color: var(--bronze);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.rules-list strong {
  color: var(--navy);
  font-size: 17px;
}

.rules-list p {
  margin: 7px 0 0;
  color: rgba(13, 62, 74, 0.68);
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 720px) {
  .house-rules {
    padding: 80px 18px;
  }

  .rules-list article {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .rules-list span {
    grid-row: auto;
  }
}

/* KONTAKT */
.contact {
  padding: 120px 22px;
  background: var(--navy);
  color: var(--white);
  text-align: center;
}

.contact h2 {
  margin: 12px 0 14px;
}

.contact-intro {
  max-width: 500px;
  margin: 0 auto 36px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

.contact-cards {
  max-width: 850px;
  margin: 0 auto 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  text-align: left;
}

.contact-cards article {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
}

.contact-cards span {
  display: block;
  margin-bottom: 12px;
  color: var(--bronze);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.contact-cards p {
  min-height: 44px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.contact-cards a,
.contact-cards strong {
  display: block;
  color: var(--white);
  font-size: 16px;
  text-decoration: none;
}

.contact-cards a:hover {
  color: var(--bronze);
}

.contact-cards .whatsapp-link {
  margin-top: 12px;
  color: var(--bronze);
  font-size: 12px;
  font-weight: 700;
}

.contact-button {
  padding: 14px 20px;
  display: inline-block;
  border-radius: 999px;
  background: var(--white);
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 720px) {
  .contact {
    padding: 80px 18px;
  }

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

  .contact-cards p {
    min-height: auto;
  }
}

/* VODIČ KROZ OKOLICU */
.area-guide {
  padding: 120px 22px;
  background: var(--white);
}

.area-guide-heading {
  max-width: 560px;
  margin: 0 auto 44px;
  text-align: center;
}

.area-guide-heading h2 {
  margin: 12px 0 16px;
  color: var(--navy);
}

.area-guide-heading > p:last-child {
  margin: 0;
  color: rgba(13, 62, 74, 0.7);
  line-height: 1.6;
}

.area-grid {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.area-grid article {
  padding: 30px;
  border: 1px solid rgba(13, 62, 74, 0.12);
  border-radius: 20px;
  background: var(--cream);
}

.area-grid > article > span {
  color: var(--bronze);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.area-grid h3 {
  margin: 14px 0 22px;
  color: var(--navy);
  font-size: 26px;
}

.area-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.area-grid li {
  padding: 13px 0;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(13, 62, 74, 0.1);
  color: var(--navy);
  font-size: 14px;
}

.area-grid li strong {
  color: var(--bronze);
  font-size: 13px;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .area-guide {
    padding: 80px 18px;
  }

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

/* PREGLED I CIJELA GALERIJA */
.gallery {
  padding: 0 22px 110px;
  background: var(--white);
  text-align: center;
}

.gallery-preview {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr;
  grid-template-rows: 260px 260px;
  gap: 12px;
}

.gallery-preview img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 16px;
}

.gallery-preview img:first-child {
  grid-row: span 2;
}

.gallery-preview img:nth-child(4) {
  grid-column: span 2;
}

.gallery-open,
.gallery-close {
  border: 0;
  border-radius: 999px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.gallery-open {
  margin-top: 28px;
  padding: 14px 20px;
  background: var(--navy);
  color: var(--white);
}

/* CIJELI EKRAN KAD SE OTVORI GALERIJA */
.full-gallery {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  overflow-y: auto;
  background: var(--white);
}

.full-gallery.is-open {
  display: block;
}

.full-gallery-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 22px 80px;
}

.gallery-close {
  padding: 12px 17px;
  background: var(--cream);
  color: var(--navy);
}

.full-gallery-heading {
  margin: 42px 0 28px;
  text-align: center;
}

.full-gallery-heading h2 {
  margin: 10px 0 0;
  color: var(--navy);
}

.full-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.full-gallery-grid img {
  width: 100%;
  min-height: 310px;
  display: block;
  object-fit: cover;
  border-radius: 16px;
}

.full-gallery-grid img:nth-child(3n) {
  grid-column: span 2;
  min-height: 470px;
}

@media (max-width: 720px) {
  .gallery {
    padding: 0 18px 80px;
  }

  .gallery-preview {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 210px 210px;
  }

  .gallery-preview img:first-child {
    grid-column: span 2;
    grid-row: auto;
  }

  .gallery-preview img:nth-child(4) {
    grid-column: auto;
  }

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

  .full-gallery-grid img,
  .full-gallery-grid img:nth-child(3n) {
    grid-column: auto;
    min-height: 260px;
  }
}

/* ISPRAVAK RASPOREDA GALERIJE */
.gallery {
  display: block;
}

.gallery-preview {
  width: 100%;
}

.gallery-open {
  width: auto;
  min-width: 150px;
  height: auto;
}

/* NAVIGACIJA NA MANJIM EKRANIMA */
@media (max-width: 860px) {
  .floating-nav nav {
    gap: 14px;
  }

  .floating-nav nav a {
    font-size: 10px;
  }
}

@media (max-width: 620px) {
  .floating-nav {
    padding: 13px 16px;
  }

  .floating-nav nav {
    display: none;
  }
}

/* PROZIRNA NAVIGACIJA I POTPIS APARTMANA */
.floating-nav {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 35px rgba(5, 20, 24, 0.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 1px;
  color: var(--navy);
  text-decoration: none;
}

.brand span {
  font-family: Georgia, serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.4px;
}

.brand small {
  color: var(--bronze);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

/* OCJENA IZGLEDA KAO MANJA VERZIJA NAVIGACIJE */
.rating {
  width: fit-content;
  margin: 0 auto 18px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 8px 24px rgba(5, 20, 24, 0.14);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* VEĆA I ČIŠĆA NAVIGACIJSKA KAPSULA */
.floating-nav {
  width: min(1120px, calc(100% - 44px));
  min-height: 68px;
  padding: 10px 14px 10px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  box-shadow: 0 14px 38px rgba(5, 20, 24, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.brand {
  flex-shrink: 0;
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.3px;
  text-decoration: none;
}

.floating-nav nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.floating-nav nav a {
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.book-button {
  flex-shrink: 0;
  padding: 13px 19px;
  border-radius: 999px;
  background: rgba(13, 62, 74, 0.94);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

/* NAVIGACIJA U ISTOM STAKLENOM STILU KAO RATING */

.floating-nav {
  /* Prozirna kapsula preko hero slike */
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 12px 35px rgba(5, 20, 24, 0.16);

  /* Zamućuje fotografiju ispod navigacije */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.brand {
  /* Naziv ostaje čitljiv na prozirnoj podlozi */
  color: var(--white);
}

.floating-nav nav a {
  /* Linkovi su bijeli, kao tekst unutar rating kapsule */
  color: var(--white);
}

.floating-nav nav a:hover {
  /* Diskretna boja iz identiteta apartmana */
  color: #efd2bd;
}

.book-button {
  /* Gumb za rezervaciju ostaje tamno plav */
  background: rgba(13, 62, 74, 0.94);
  color: var(--white);
}

/*  Ravnaj HERO DIJELA NA VELIKOM EKRANU */

@media (min-width: 721px) {
  .floating-nav {
    /* Navigacija ostaje na istoj, jasnoj gornjoj liniji */
    top: 24px;
  }

  .hero-logo-card {
    /* Kartica loga je viša od navigacije pa je malo pomaknuta gore */
    top: 12px;
  }

  .hero-content {
    /* Rating, naslov i gumb idu malo niže u kadar */
    transform: translateY(55px);
  }
}

/* LINKOVI U NAVBARU UVIJEK SU TOČNO PO SREDINI EKRANA */

@media (min-width: 721px) {
  .floating-nav nav {
    /* Neovisno o nazivu i Booking gumbu, linkovi ostaju u sredini */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

    display: flex;
    align-items: center;
    gap: 24px;
    white-space: nowrap;
  }
}

/* LAGANO POJAVLJIVANJE SEKCIJA PRI SKROLANJU */

.reveal {
  /* Sekcija je prije ulaska u kadar malo niže i prozirna */
  opacity: 0;
  transform: translateY(28px);

  /* Prirodan, nenapadan prijelaz */
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.reveal.is-visible {
  /* Kad uđe u kadar, vraća se na svoje mjesto */
  opacity: 1;
  transform: translateY(0);
}

/* Bez animacije za goste koji to imaju isključeno u postavkama uređaja */

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

/* UVODNI EKRAN S LOGOM */

.intro-screen {
  position: fixed;
  inset: 0;
  z-index: 300;

  display: grid;
  place-items: center;

  overflow: hidden;
  isolation: isolate;

  background: #b08b6c;

  opacity: 1;
  transition: opacity 0.65s ease, visibility 0.65s ease;
}

.intro-screen::before {
  content: "";

  position: absolute;
  inset: 0;

  background-image: url("images/intro-blur.png");
  background-position: center;
  background-size: cover;

  opacity: 1;
}

.intro-screen::after {
  content: "";

  position: absolute;
  inset: 0;

  z-index: 1;

  background: rgba(5, 25, 30, 0.34);
}

/* Puni logo u sredini uvodnog ekrana */

.intro-logo {
  position: relative;
  z-index: 2;

  width: min(290px, 58vw);
  height: auto;

  /* Originalni logo postaje bijel bez mijenjanja datoteke */
  filter: brightness(0) invert(1) drop-shadow(0 12px 35px rgba(0, 0, 0, 0.35));

  animation: intro-logo-zoom 1.5s ease-out forwards;
}

/* Lagano povećanje loga pri otvaranju */

@keyframes intro-logo-zoom {
  from {
    opacity: 0;
    transform: scale(0.82);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Nestajanje uvoda nakon animacije */

.intro-screen.is-leaving {
  visibility: hidden;
  opacity: 0;
}

/* Bez animacije za goste koji imaju isključene animacije */

@media (prefers-reduced-motion: reduce) {
  .intro-logo {
    animation: none;
  }

  .intro-screen {
    display: none;
  }
}

/* Navigacija na mobitelu */

.menu-toggle {
  display: none;
}

@media (max-width: 720px) {
  .floating-nav {
    top: 16px;
    right: 16px;
    left: 16px;

    width: auto;
    min-height: 58px;
    padding: 0 14px;

    border-radius: 20px;
  }

  .brand {
    font-size: 18px;
  }

  .floating-nav nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;

    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;

    padding: 8px;

    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 18px;

    background: rgba(13, 62, 74, 0.92);
    backdrop-filter: blur(14px);
  }

  .floating-nav nav.is-open {
    display: flex;
  }

  .floating-nav nav a {
    padding: 12px 14px;

    color: var(--white);
    font-size: 13px;
  }

  .menu-toggle {
    display: grid;
    gap: 5px;

    width: 38px;
    height: 38px;

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.18);
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;

    width: 16px;
    height: 1px;

    margin: 0 auto;

    background: var(--white);
  }

  .book-button {
    padding: 10px 12px;
    font-size: 10px;
  }
}

@media (max-width: 720px) {
  .floating-nav {
    transform: none;

    width: calc(100% - 32px);
    max-width: none;

    box-sizing: border-box;

    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
  }

  .brand {
    min-width: 0;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    font-size: 15px;
  }

  .book-button {
    padding: 10px;
    font-size: 9px;
  }
}

@media (max-width: 720px) {
  .menu-toggle {
    gap: 4px;

    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 12px;

    background: rgba(13, 62, 74, 0.55);
  }

  .menu-toggle span {
    width: 17px;
    height: 2px;

    border-radius: 999px;

    background: var(--white);
  }
}
@media (max-width: 720px) {
  .hero-button {
    padding: 13px 20px;

    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;

    background: rgba(13, 62, 74, 0.72);
    color: var(--white);

    box-shadow: 0 10px 24px rgba(5, 20, 24, 0.2);
    backdrop-filter: blur(10px);

    font-size: 12px;
  }
}

@media (max-width: 720px) {
  .menu-toggle {
    width: 34px;
    height: 34px;

    padding: 0;

    border: 0;
    border-radius: 0;

    background: transparent;
    box-shadow: none;
  }

  .menu-toggle span {
    width: 20px;
    height: 2px;

    background: var(--white);
  }
}

@media (max-width: 720px) {
  .menu-toggle {
    width: 24px;
    height: 24px;

    gap: 3px;
  }

  .menu-toggle span {
    width: 14px;
    height: 1px;
  }
}

@media (max-width: 720px) {
  .menu-toggle {
    width: auto;
    height: auto;

    padding: 0;

    color: var(--white);

    font-family: inherit;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .menu-toggle span {
    display: none;
  }
}

@media (max-width: 720px) {
  .floating-nav {
    display: flex;
    justify-content: space-between;
  }

  .floating-nav nav {
    display: none !important;
  }

  .book-button {
    display: inline-flex;
  }
}

.floating-menu-toggle,
.floating-mobile-menu {
  display: none;
}

@media (max-width: 720px) {
  .floating-menu-toggle {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 500;

    display: grid;
    place-content: center;
    gap: 3px;

    width: 46px;
    height: 46px;

    padding: 0;

    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;

    background: rgba(13, 62, 74, 0.88);
    box-shadow: 0 10px 24px rgba(5, 20, 24, 0.25);
    backdrop-filter: blur(12px);

    cursor: pointer;
  }

  .floating-menu-toggle span {
    width: 14px;
    height: 1px;

    border-radius: 999px;

    background: var(--white);
  }

  .floating-mobile-menu {
    position: fixed;
    right: 18px;
    bottom: 76px;
    z-index: 500;

    width: 170px;

    padding: 8px;

    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 16px;

    background: rgba(13, 62, 74, 0.94);
    box-shadow: 0 14px 30px rgba(5, 20, 24, 0.24);
    backdrop-filter: blur(14px);

    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .floating-mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .floating-mobile-menu a {
    display: block;

    padding: 11px 12px;

    border-radius: 10px;

    color: var(--white);
    font-size: 13px;
    text-decoration: none;
  }
}

.book-button,
.hero-button,
.floating-menu-toggle {
  background: var(--navy);
  color: var(--white);
}

.intro-screen {
  z-index: 600;
}

@media (max-width: 720px) {
  .book-button,
  .hero-button,
  .floating-menu-toggle {
    background: #0d3e4a !important;
  }
}

@media (max-width: 720px) {
  .floating-mobile-menu {
    display: block !important;
    position: fixed;
    right: 18px;
    bottom: 76px;
    z-index: 501;
    width: 170px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 16px;
    background: #0d3e4a;
    box-shadow: 0 12px 28px rgba(5, 20, 24, 0.28);
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .floating-mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .floating-mobile-menu a {
    display: block;
    padding: 11px 12px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }
}

@media (max-width: 720px) {
  .floating-mobile-menu {
    width: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .floating-mobile-menu a {
    width: 132px;
    margin-bottom: 8px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    background: rgba(13, 62, 74, 0.84);
    box-shadow: 0 8px 18px rgba(5, 20, 24, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    text-align: center;
  }

  .floating-mobile-menu a:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 720px) {
  .floating-mobile-menu a {
    background: #0d3e4a;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 28px 24px;
}

footer p {
  margin: 0;
}

.format01-logo {
  display: inline-flex;
  align-items: center;
}

.format01-logo img {
  width: 100px;
  height: auto;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.format01-logo:hover img {
  opacity: 1;
}

@media (max-width: 720px) {
  footer {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .format01-logo img {
    width: 76px;
  }
}

footer p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.format01-credit {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.format01-credit img {
  width: 100px;
  height: auto;
  opacity: 0.9;
}

.format01-credit:hover img {
  opacity: 1;
}

@media (max-width: 720px) {
  footer p {
    flex-wrap: wrap;
    padding-right: 58px;
    padding-bottom: 16px;
  }

  .format01-credit {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 720px) {
  footer {
    padding-bottom: 72px;
  }

  footer p {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0;
    text-align: center;
  }

  .format01-credit {
    width: auto;
    justify-content: center;
  }
}

.language-switcher,
.mobile-language-switcher {
  display: inline-flex;
  align-items: center;
}

.language-select {
  min-width: 58px;
  padding: 9px 10px;
  border: none;
  border-radius: 999px;
  outline: none;
  background: rgba(13, 62, 74, 0.92);
  color: #fff;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.language-select option {
  background: #0d3e4a;
  color: #fff;
}

.mobile-language-switcher {
  display: none;
}

@media (max-width: 720px) {
  .floating-nav .language-switcher {
    display: none;
  }

  .mobile-language-switcher {
    display: block;
    margin-bottom: 8px;
  }

  .mobile-language-switcher .language-select {
    width: 132px;
    text-align: center;
  }
}

@media (min-width: 721px) {
  .language-switcher {
    position: fixed;
    top: 120px;
    right: 36px;
    z-index: 1000;
  }
}

@media (min-width: 721px) {
  .language-switcher {
    position: fixed;
    top: auto !important;
    right: 32px;
    bottom: 32px !important;
    left: auto;
    z-index: 400;
  }
}

.map-placeholder {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 30px;
  background:
    radial-gradient(circle at 25% 30%, rgba(165, 117, 80, 0.18), transparent 32%),
    linear-gradient(135deg, #eef1ed, #dce6e2);
  color: #0d3e4a;
  text-align: left;
}

.map-placeholder div {
  display: grid;
  gap: 6px;
}

.map-placeholder strong {
  font-family: Georgia, serif;
  font-size: 22px;
}

.map-placeholder span:not(.map-pin) {
  font-size: 14px;
}

.map-pin {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 50%;
  background: #0d3e4a;
  color: #ffffff;
  font-size: 13px;
  box-shadow: 0 12px 25px rgba(13, 62, 74, 0.22);
}

@media (max-width: 720px) {
  .map-placeholder {
    min-height: 240px;
    flex-direction: column;
    text-align: center;
  }
}

.location-visual {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.location-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.location-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(5, 31, 37, 0.72),
    rgba(5, 31, 37, 0.04) 65%
  );
}

.location-visual-overlay {
  position: absolute;
  left: 32px;
  bottom: 28px;
  z-index: 1;
  display: grid;
  color: #ffffff;
}

.location-visual-overlay span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.location-visual-overlay strong {
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 400;
}

@media (max-width: 720px) {
  .location-visual {
    height: 270px;
  }

  .location-visual-overlay {
    left: 22px;
    bottom: 20px;
  }

  .location-visual-overlay strong {
    font-size: 29px;
  }
}

.privacy-link {
  color: #ffffff;
  font-size: 11px;
  text-decoration: none;
  opacity: 0.8;
}

.privacy-link:hover {
  opacity: 1;
}

@media (max-width: 720px) {
  body > .language-switcher {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .floating-mobile-menu .mobile-language-switcher {
    display: block !important;
    position: static !important;
    transform: none !important;
    margin: 0 0 8px;
  }
}