:root {
  --turquoise: #0aa4ad;
  --turquoise-dark: #087b84;
  --deep: #173e43;
  --sun: #f1c438;
  --paper: #ffffff;
  --soft: #f4f7f6;
  --muted: #607579;
  --line: #dce6e5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--deep); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 82px;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) auto minmax(130px, .45fr);
  align-items: center;
  gap: 30px;
  padding: 0 5vw;
  background: var(--turquoise);
  color: white;
  box-shadow: 0 4px 16px rgba(10, 82, 88, .12);
}
.logo-card { display: grid; place-items: center; width: 280px; height: 68px; }
.logo-card img { width: 100%; height: 100%; object-fit: contain; }
nav { display: flex; align-items: center; justify-content: center; gap: 28px; }
nav a { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: color .2s ease; }
nav a:hover { color: var(--sun); }
.header-cta { justify-self: end; padding: 13px 19px; border: 1px solid rgba(255,255,255,.72); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.header-cta:hover { background: white; color: var(--turquoise-dark); }

.hero { position: relative; height: min(830px, 94svh); min-height: 690px; padding-top: 82px; overflow: hidden; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
.hero-overlay { position: absolute; inset: 82px 0 0; background: linear-gradient(90deg, rgba(8,54,58,.35), transparent 58%), linear-gradient(0deg, rgba(6,42,45,.46), transparent 46%); }
.hero-copy { position: absolute; left: 7vw; bottom: 11%; color: white; }
.hero-copy p, .kicker, .final-cta small { margin: 0 0 18px; font-size: 10px; font-weight: 700; letter-spacing: .24em; }
.hero-copy h1 { max-width: 730px; margin: 0 0 30px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(55px, 6.6vw, 96px); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
.hero-copy a, .outline-link, .text-link { display: inline-flex; align-items: center; gap: 22px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.quick-bar { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(3, 1fr) auto; width: min(1180px, 90vw); min-height: 112px; margin: -24px auto 0; background: var(--turquoise); color: white; box-shadow: 0 14px 34px rgba(14, 80, 84, .18); }
.quick-item { display: flex; flex-direction: column; justify-content: center; gap: 9px; padding: 0 26px; border-right: 1px solid rgba(255,255,255,.24); }
.quick-item small { font-size: 8px; letter-spacing: .16em; opacity: .78; }
.quick-item strong { font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.quick-bar > a { display: flex; align-items: center; justify-content: center; gap: 22px; min-width: 210px; padding: 0 25px; background: var(--sun); color: var(--deep); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: filter .2s ease; }
.quick-bar > a:hover { filter: brightness(1.06); }

.section { padding: 120px 7vw; }
.welcome { text-align: center; }
.kicker { color: var(--turquoise-dark); }
.kicker.light { color: rgba(255,255,255,.76); }
h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(45px, 5vw, 72px); font-weight: 400; line-height: 1.03; letter-spacing: -.035em; }
.welcome-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; max-width: 1000px; margin: 45px auto 0; text-align: left; }
.welcome-copy p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.welcome-copy p:first-child { color: var(--deep); font-family: Georgia, serif; font-size: 21px; line-height: 1.55; }
.attributes { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 18px; margin-top: 52px; color: var(--turquoise-dark); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.attributes i { width: 5px; height: 5px; border-radius: 50%; background: var(--sun); }

.accommodation { display: grid; grid-template-columns: 1.1fr .72fr .72fr; min-height: 720px; background: var(--turquoise); color: white; }
.image-panel { overflow: hidden; }
.image-panel img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.image-panel:hover img { transform: scale(1.025); }
.accommodation-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px 4vw; }
.accommodation-copy h2 { font-size: clamp(42px, 4vw, 62px); }
.accommodation-copy > p:not(.kicker) { margin: 30px 0; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.8; }
.outline-link { width: fit-content; }
.room-image { position: relative; }
.room-image span { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 28px; background: rgba(5,92,99,.82); font-size: 8px; font-weight: 700; letter-spacing: .18em; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.section-heading > p { max-width: 400px; margin: 0 0 5px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.facility-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 75px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facility-grid article { min-height: 260px; padding: 38px 28px; border-left: 1px solid var(--line); }
.facility-grid article:first-child { border-left: 0; }
.facility-symbol { display: block; height: 50px; color: var(--turquoise); font-family: Georgia, serif; font-size: 36px; }
.facility-grid h3 { margin: 20px 0 14px; font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.facility-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }

.gallery { background: var(--soft); }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.gallery-heading > p { max-width: 410px; margin: 0 0 5px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; gap: 10px; margin-top: 65px; }
.gallery-item { margin: 0; overflow: hidden; background: var(--line); }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item:nth-child(1),
.gallery-item:nth-child(8),
.gallery-item:nth-child(15) { grid-column: span 2; grid-row: span 2; }
.gallery-item:nth-child(4),
.gallery-item:nth-child(12),
.gallery-item:nth-child(19) { grid-row: span 2; }

.location { color: white; }
.satellite-location { position: relative; display: flex; align-items: center; min-height: 760px; overflow: hidden; background: #31555b; }
.satellite-map { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.86) contrast(1.05); }
.map-shade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(7,34,38,.08) 25%, rgba(7,45,49,.7) 100%); }
.location-card { position: relative; z-index: 2; width: min(520px, 42vw); margin: 70px 7vw 70px auto; padding: 66px 58px; background: rgba(8,123,132,.96); box-shadow: 0 24px 70px rgba(5,35,38,.38); backdrop-filter: blur(5px); }
.location-card h2 { font-size: clamp(46px, 4.4vw, 68px); }
.location-card > p:not(.kicker) { max-width: 420px; margin: 28px 0; color: rgba(255,255,255,.8); font-size: 13px; line-height: 1.85; }
.distances { display: flex; gap: 42px; padding: 22px 0; margin-bottom: 32px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.distances div { display: flex; align-items: baseline; gap: 10px; }
.distances strong { color: var(--sun); font-family: Georgia, serif; font-size: 30px; font-weight: 400; }
.distances span { font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.reviews { text-align: center; background: var(--soft); }
.rating-mark { color: var(--turquoise); font-family: Georgia, serif; font-size: 55px; }
.rating-mark span { font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.reviews blockquote { max-width: 900px; margin: 25px auto 22px; font-family: Georgia, serif; font-size: clamp(35px, 4vw, 58px); line-height: 1.18; letter-spacing: -.025em; }
.review-note { max-width: 600px; margin: 0 auto 30px; color: var(--muted); font-size: 12px; line-height: 1.7; }

.final-cta { display: flex; align-items: end; justify-content: space-between; gap: 50px; padding: 88px 7vw; background: var(--turquoise); color: white; }
.final-cta h2 { font-size: clamp(44px, 5vw, 68px); }
.final-cta > a { display: inline-flex; align-items: center; gap: 25px; padding: 19px 25px; background: var(--sun); color: var(--deep); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

footer { display: grid; grid-template-columns: 1.3fr 1fr 1fr auto; align-items: center; gap: 35px; padding: 42px 5vw; background: #eaf1f0; color: var(--deep); border-top: 4px solid var(--turquoise); }
.footer-logo { display: grid; place-items: center; width: 260px; }
.footer-logo img { width: 100%; height: auto; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-contact p, .footer-contact a { margin: 0; color: var(--muted); font-size: 10px; letter-spacing: .06em; }
.footer-contact a { transition: color .2s ease; }
.footer-contact a:hover { color: var(--turquoise-dark); }
.footer-links { display: flex; gap: 22px; color: var(--deep); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.top-link { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(23,62,67,.3); border-radius: 50%; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .quick-bar { grid-template-columns: repeat(3, 1fr); }
  .quick-bar > a { grid-column: 1 / -1; min-height: 58px; }
  .accommodation { grid-template-columns: 1.05fr .95fr; }
  .room-image { display: none; }
  .facility-grid { grid-template-columns: repeat(2, 1fr); }
  .facility-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .facility-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 210px; }
  footer { grid-template-columns: 1fr auto; }
  .footer-contact, .footer-links { grid-row: 2; }
}

@media (max-width: 720px) {
  .site-header { height: 72px; gap: 12px; padding: 0 5vw; }
  .logo-card { width: 164px; height: 56px; }
  .header-cta { padding: 11px 13px; }
  .hero { height: 760px; min-height: 0; padding-top: 72px; }
  .hero-overlay { inset: 72px 0 0; }
  .hero-copy { left: 6vw; right: 6vw; bottom: 9%; }
  .hero-copy h1 { font-size: 52px; }
  .quick-bar { grid-template-columns: 1fr; width: 88vw; margin-top: -18px; }
  .quick-item { min-height: 78px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .section { padding: 84px 6vw; }
  h2 { font-size: 42px; }
  .welcome-copy { grid-template-columns: 1fr; }
  .welcome-copy { gap: 24px; }
  .attributes { align-items: flex-start; flex-direction: column; }
  .attributes i { display: none; }
  .accommodation { grid-template-columns: 1fr; }
  .main-image { min-height: 480px; }
  .accommodation-copy { padding: 75px 6vw; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .gallery-heading { align-items: flex-start; flex-direction: column; }
  .facility-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .facility-grid article { min-height: 220px; border-left: 0; border-top: 1px solid var(--line); }
  .facility-grid article:first-child { border-top: 0; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; gap: 7px; margin-top: 45px; }
  .gallery-item:nth-child(1),
  .gallery-item:nth-child(8),
  .gallery-item:nth-child(15) { grid-column: span 2; grid-row: span 2; }
  .gallery-item:nth-child(4),
  .gallery-item:nth-child(12),
  .gallery-item:nth-child(19) { grid-row: span 1; }
  .satellite-location { align-items: flex-end; min-height: 800px; }
  .map-shade { background: linear-gradient(0deg, rgba(7,45,49,.72), rgba(7,34,38,.02) 72%); }
  .location-card { width: auto; margin: 0 5vw 5vw; padding: 46px 6vw; }
  .location-card h2 { font-size: 42px; }
  .distances { gap: 25px; }
  .distances div { align-items: flex-start; flex-direction: column; gap: 5px; }
  .final-cta { align-items: flex-start; flex-direction: column; padding: 75px 6vw; }
  footer { padding: 38px 6vw; }
  .footer-contact, .footer-links { grid-column: 1 / -1; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
