:root {
  --ink: #143a4a;
  --ink-deep: #0a2937;
  --coral: #d94d37;
  --coral-dark: #b83b28;
  --sand: #f8f1e5;
  --sand-deep: #eadcc7;
  --sea: #6ba69a;
  --white: #fff;
  --text: #263238;
  --muted: #627078;
  --line: #e3ddd4;
  --shadow: 0 16px 44px rgba(10, 41, 55, .12);
  --radius: 18px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); font-family: var(--sans); line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
.skip-link { position: fixed; left: 14px; top: -80px; z-index: 999; padding: 10px 14px; background: var(--white); color: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 12px; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 80; background: rgba(10, 41, 55, .97); color: var(--white); box-shadow: 0 5px 20px rgba(0, 0, 0, .16); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { text-decoration: none; line-height: 1.1; }
.brand strong { display: block; font: 700 1.18rem var(--serif); letter-spacing: .01em; }
.brand span { display: block; margin-top: 6px; color: #b9cbd1; font-size: .68rem; letter-spacing: .17em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 25px; }
.nav-links > a { color: #f4f7f8; text-decoration: none; font-size: .83rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.nav-links > a:hover, .nav-links > a:focus-visible { color: #ffd9ce; }
.lang-link { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; min-height: 34px; padding: 0 9px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-weight: 800; text-decoration: none; }
.nav-cta { padding: 12px 17px; background: var(--coral); border-radius: 10px; }
.nav-cta:hover { background: var(--coral-dark); color: var(--white) !important; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; color: var(--white); cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 26px; height: 2px; margin: 6px auto; background: currentColor; }

.hero { position: relative; min-height: 560px; overflow: hidden; background: var(--ink-deep); color: var(--white); }
.hero-slides, .hero-slide, .hero::after { position: absolute; inset: 0; }
.hero-slide { opacity: 0; transition: opacity .65s ease; }
.hero-slide.active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ""; background: linear-gradient(90deg, rgba(5,27,38,.84), rgba(5,27,38,.46) 53%, rgba(5,27,38,.18)), linear-gradient(0deg, rgba(5,27,38,.45), transparent 45%); }
.hero-inner { position: relative; z-index: 3; min-height: 560px; display: flex; align-items: center; }
.hero-copy { max-width: 720px; padding: 80px 0 105px; }
.eyebrow { display: inline-block; margin-bottom: 18px; color: #c7e2dc; font-size: .78rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { color: var(--ink); font-family: var(--serif); line-height: 1.12; }
.hero h1 { margin: 0; color: var(--white); font-size: clamp(2.65rem, 6vw, 5.35rem); max-width: 900px; }
.hero-lede { max-width: 660px; margin: 23px 0 0; color: #eef4f5; font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.hero-facts li { padding: 8px 12px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.24); border-radius: 999px; font-size: .88rem; font-weight: 700; backdrop-filter: blur(5px); }
.hero-dots { position: absolute; z-index: 5; left: 50%; bottom: 32px; display: flex; gap: 9px; transform: translateX(-50%); }
.hero-dot { width: 11px; height: 11px; padding: 0; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; background: transparent; cursor: pointer; }
.hero-dot.active { background: var(--white); }
.hero-arrow { position: absolute; z-index: 5; top: 50%; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(10,41,55,.48); color: var(--white); font-size: 1.8rem; cursor: pointer; transform: translateY(-50%); }
.hero-prev { left: 24px; }
.hero-next { right: 24px; }

.booking-panel { position: relative; z-index: 12; margin: -62px auto 0; }
.booking-box { padding: 25px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.booking-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.booking-heading h2 { margin: 0; font-size: 1.45rem; }
.booking-heading p { margin: 0; color: var(--muted); font-size: .9rem; }
.booking-form { display: grid; grid-template-columns: 1.2fr 1.2fr .8fr .7fr 1.15fr; gap: 12px; align-items: end; }
.field label { display: block; margin: 0 0 7px; color: var(--ink); font-size: .73rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field select { width: 100%; height: 52px; padding: 0 13px; border: 1px solid #cfd7d9; border-radius: 9px; background: #fbfcfc; color: var(--text); }
.field input:focus, .field select:focus { border-color: var(--sea); outline: 3px solid rgba(107,166,154,.2); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 20px; border: 0; border-radius: 9px; background: var(--coral); color: var(--white); font-weight: 850; text-align: center; text-decoration: none; cursor: pointer; }
.btn:hover, .btn:focus-visible { background: var(--coral-dark); }
.btn-secondary { background: var(--ink); }
.btn-secondary:hover { background: var(--ink-deep); }
.booking-note { margin: 13px 0 0; color: var(--muted); font-size: .83rem; text-align: right; }

.section { padding: 94px 0; }
.section-soft { background: var(--sand); }
.section-dark { background: var(--ink); color: var(--white); }
.section-kicker { display: block; margin-bottom: 12px; color: var(--coral); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.section h2 { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 3.3rem); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-intro { max-width: 760px; margin: 0 0 38px; color: var(--muted); font-size: 1.05rem; }
.section-dark .section-intro { color: #c9d6da; }

.about-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 55px; align-items: stretch; }
.about-copy p { margin: 0 0 18px; font-size: 1.05rem; }
.about-photo { position: relative; align-self: stretch; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--sand); box-shadow: var(--shadow); }
.about-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-photo figcaption { position: absolute; inset: auto 15px 15px; padding: 9px 12px; border-radius: 9px; background: rgba(10,41,55,.82); color: var(--white); font-size: .82rem; font-weight: 750; }

.social-proof { background: var(--ink-deep); color: var(--white); }
.social-proof .section-kicker { color: #9fd2c7; }
.social-proof h2 { color: var(--white); }
.social-proof .section-intro { color: #cbdadd; }
.rating-strip { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 0 0 30px; padding: 19px 22px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; background: rgba(255,255,255,.07); }
.rating-score { display: flex; align-items: center; gap: 15px; }
.rating-number { color: var(--white); font: 700 2.6rem/1 var(--serif); }
.rating-stars { color: #ffd166; letter-spacing: .08em; }
.rating-label { display: block; color: #cbdadd; font-size: .86rem; }
.rating-strip a { color: var(--white); font-weight: 800; text-underline-offset: 4px; }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.review-card { display: flex; flex-direction: column; min-height: 245px; padding: 25px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); background: var(--white); color: var(--text); box-shadow: 0 12px 32px rgba(0,0,0,.12); }
.review-card .review-stars { color: #e5a800; letter-spacing: .08em; }
.review-card blockquote { margin: 20px 0; color: var(--ink); font: 700 clamp(1.12rem, 2vw, 1.3rem)/1.42 var(--serif); }
.review-card footer { margin-top: auto; }
.review-card cite { display: block; color: var(--ink); font-style: normal; font-weight: 850; }
.review-card small { color: var(--muted); }
.review-source-note { margin: 22px 0 0; color: #b9cbd1; font-size: .82rem; }

.rooms-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.room-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 30px rgba(10,41,55,.07); }
.room-card img { width: 100%; height: 285px; object-fit: cover; }
.room-body { padding: 25px; }
.room-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.room-meta span { padding: 5px 9px; border-radius: 999px; background: #edf5f3; color: var(--ink); font-size: .76rem; font-weight: 800; }
.room-card h3 { margin: 0 0 8px; font-size: 1.55rem; }
.beds { margin: 0 0 12px; color: var(--ink); font-weight: 800; }
.room-card p { margin-top: 0; color: var(--muted); }
.room-features { display: flex; flex-wrap: wrap; gap: 7px 16px; margin: 18px 0 22px; padding: 0; list-style: none; font-size: .86rem; }
.room-features li::before { content: "✓ "; color: var(--sea); font-weight: 900; }
.room-card .btn { width: 100%; }

.annex { display: grid; grid-template-columns: .82fr 1.18fr; border-radius: 24px; overflow: hidden; background: var(--ink); color: var(--white); }
.annex img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.annex-copy { padding: clamp(34px, 6vw, 70px); align-self: center; }
.annex-copy .section-kicker { color: #9fd2c7; }
.annex-copy h2 { color: var(--white); }
.annex-copy p { color: #d6e1e4; }

.location-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 35px; align-items: stretch; }
.location-copy { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.location-copy address { margin: 0 0 18px; color: var(--ink); font-style: normal; font-weight: 800; }
.location-facts { display: grid; gap: 12px; margin: 24px 0; padding: 0; list-style: none; }
.location-facts li { padding: 12px 0; border-bottom: 1px solid var(--line); }
.location-map { min-height: 500px; overflow: hidden; border-radius: var(--radius); }
.location-map iframe { width: 100%; height: 100%; min-height: 500px; border: 0; }

.nearby-section { background: #edf5f3; }
.nearby-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.nearby-head > div { max-width: 780px; }
.nearby-head h2 { margin-bottom: 12px; }
.nearby-head p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.nearby-head .btn { flex: 0 0 auto; }
.area-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 26px; }
.area-stat { padding: 20px; border: 1px solid #d6e5e1; border-radius: 14px; background: var(--white); }
.area-stat strong { display: block; color: var(--coral); font: 700 1.8rem/1 var(--serif); }
.area-stat span { display: block; margin-top: 7px; color: var(--ink); font-weight: 750; }
.nearby-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.nearby-card { padding: 23px; border: 1px solid #d6e5e1; border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 24px rgba(10,41,55,.05); }
.nearby-card h3 { margin: 0 0 17px; font-size: 1.18rem; }
.nearby-list { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.nearby-list li { display: flex; justify-content: space-between; gap: 15px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.nearby-list li:last-child { padding-bottom: 0; border-bottom: 0; }
.nearby-list span { color: var(--muted); white-space: nowrap; font-weight: 750; }
.nearby-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 28px; }
.nearby-actions a:not(.btn) { color: var(--ink); font-weight: 800; text-underline-offset: 4px; }
.nearby-source { margin: 18px 0 0; color: var(--muted); font-size: .8rem; }

.galeria-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 180px; gap: 8px; }
.galeria-item { min-height: 180px; padding: 0; overflow: hidden; border: 0; border-radius: var(--radius); background: var(--sand-deep); cursor: pointer; }
.galeria-item:nth-child(1) { grid-column: 1 / 3; grid-row: span 2; min-height: 368px; }
.galeria-item:nth-child(6), .galeria-item:nth-child(11) { grid-column: span 2; }
.galeria-item img { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; transition: transform .5s ease; }
.galeria-item:hover img { transform: scale(1.04); }
.galeria-item:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }

.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { padding: 24px 20px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; background: rgba(255,255,255,.07); }
.service-card strong { display: block; margin-bottom: 8px; color: var(--white); font-family: var(--serif); font-size: 1.15rem; }
.service-card p { margin: 0; color: #cbdadd; font-size: .9rem; }

.faq-list { max-width: 880px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; padding: 22px 0; border: 0; background: transparent; color: var(--ink); display: flex; justify-content: space-between; gap: 20px; font-weight: 850; text-align: left; cursor: pointer; }
.faq-question::after { content: "+"; font-size: 1.35rem; }
.faq-question[aria-expanded="true"]::after { content: "−"; }
.faq-answer { display: none; padding: 0 34px 22px 0; color: var(--muted); }
.faq-answer.open { display: block; }
.faq-answer p { margin: 0; }

.final-cta { text-align: center; }
.final-cta h2 { max-width: 820px; margin-left: auto; margin-right: auto; color: var(--white); }
.final-cta p { max-width: 680px; margin: 0 auto 26px; color: #d6e1e4; }
.final-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.final-actions .btn { min-width: min(360px, 100%); }
.final-cta .cta-microcopy { margin: 14px auto 0; color: #adc2c8; font-size: .82rem; }

.site-footer { padding: 42px 0; background: var(--ink-deep); color: #c4d2d6; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 38px; }
.footer-grid h3 { margin: 0 0 12px; color: var(--white); font-size: 1.1rem; }
.footer-grid p { margin-top: 0; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid a { color: inherit; text-decoration: none; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { margin-top: 32px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; font-size: .8rem; }

.lightbox { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: 30px; background: rgba(4,18,25,.94); }
.lightbox.open { display: flex; }
.lightbox img { max-width: min(1100px, 90vw); max-height: 86vh; object-fit: contain; }
.lightbox-close, .lightbox-nav { position: absolute; border: 0; border-radius: 50%; background: rgba(255,255,255,.14); color: var(--white); cursor: pointer; }
.lightbox-close { top: 18px; right: 18px; width: 44px; height: 44px; font-size: 1.8rem; }
.lightbox-nav { top: 50%; width: 48px; height: 48px; font-size: 1.7rem; transform: translateY(-50%); }
.lightbox-prev { left: 18px; }
.lightbox-next { right: 18px; }
.mobile-booking { display: none; }

@media (max-width: 1020px) {
  .nav-links { gap: 15px; }
  .nav-links > a { font-size: .75rem; }
  .booking-form { grid-template-columns: repeat(2, 1fr); }
  .booking-form .btn { grid-column: span 2; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: 1fr; }
  .nearby-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
  body { padding-bottom: 66px; }
  .container { width: min(100% - 28px, 1180px); }
  .nav { min-height: 64px; }
  .nav-links { position: absolute; left: 0; right: 0; top: 64px; display: none; padding: 18px 20px 25px; background: var(--ink-deep); flex-direction: column; align-items: stretch; gap: 4px; }
  .nav-links.open { display: flex; }
  .nav-links > a { padding: 12px; font-size: .86rem; }
  .menu-toggle { display: block; }
  .hero, .hero-inner { min-height: 500px; }
  .hero-copy { padding: 64px 0 92px; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3.7rem); }
  .hero-lede { font-size: 1.02rem; }
  .hero-arrow { display: none; }
  .booking-panel { margin-top: 0; background: var(--ink); }
  .booking-box { width: 100%; padding: 25px 20px; border-radius: 0; background: var(--ink); color: var(--white); box-shadow: none; }
  .booking-heading { display: block; }
  .booking-heading h2 { color: var(--white); }
  .booking-heading p { margin-top: 6px; color: #c4d2d6; }
  .booking-form { grid-template-columns: 1fr 1fr; }
  .field label { color: #eaf1f3; }
  .booking-note { color: #bdcdd1; text-align: left; }
  .section { padding: 68px 0; }
  .about-grid, .annex, .location-grid { grid-template-columns: 1fr; }
  .about-photo { aspect-ratio: 3 / 2; }
  .rooms-grid { grid-template-columns: 1fr; }
  .annex img { min-height: 300px; }
  .location-map, .location-map iframe { min-height: 390px; }
  .galeria-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 200px; }
  .galeria-item:nth-child(1) { grid-column: 1 / -1; grid-row: auto; min-height: 300px; }
  .galeria-item:nth-child(6), .galeria-item:nth-child(11) { grid-column: span 1; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .rating-strip { align-items: flex-start; flex-direction: column; }
  .nearby-head { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 7px; }
  .mobile-booking { position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; display: block; padding: 8px 12px; background: rgba(10,41,55,.98); box-shadow: 0 -8px 22px rgba(0,0,0,.15); }
  .mobile-booking .btn { width: 100%; min-height: 49px; }
}

@media (max-width: 520px) {
  .brand strong { font-size: 1.02rem; }
  .brand span { font-size: .58rem; }
  .hero-facts li:nth-child(n+5) { display: none; }
  .booking-form { grid-template-columns: 1fr; }
  .booking-form .btn { grid-column: auto; }
  .booking-heading h2 { font-size: 1.3rem; }
  .room-card img { height: 240px; }
  .galeria-grid { grid-template-columns: 1fr; grid-auto-rows: 220px; gap: 16px; }
  .galeria-item:nth-child(1),
  .galeria-item:nth-child(6),
  .galeria-item:nth-child(11) { grid-column: 1; grid-row: auto; }
  .galeria-item:nth-child(1) { min-height: 240px; }
  .services-grid { grid-template-columns: 1fr; }
  .area-summary, .nearby-grid { grid-template-columns: 1fr; }
  .lightbox-nav { top: auto; bottom: 18px; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}


/* v3 SEO + UX + CRO refinements */
body { font-size: 17px; }
.hero h1, .hero-lede, .hero-facts { text-shadow: 0 2px 16px rgba(0,0,0,.45); }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:26px; }
.hero-actions .btn { min-width:190px; }
.btn-ghost { background:rgba(10,41,55,.36); border:1px solid rgba(255,255,255,.58); backdrop-filter:blur(4px); }
.btn-ghost:hover, .btn-ghost:focus-visible { background:rgba(10,41,55,.68); }
.compact-nearby { grid-template-columns:repeat(3,minmax(0,1fr)); }
@media (max-width:780px) { .hero-actions { flex-direction:column; align-items:stretch; } .hero-actions .btn { width:100%; } .compact-nearby { grid-template-columns:1fr; } }
