:root{--gold:#c8a45d;--gold-dark:#735318;--ink:#151515;--cream:#f7f1e8;--focus:#2b8bd8}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Georgia,"Times New Roman",serif}
p,li,a,button,input,.topbar,.section-kicker{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.skip-link{position:absolute;top:-60px;left:16px;z-index:3000;background:#fff;color:#000;padding:12px;border:3px solid var(--focus)}
.skip-link:focus{top:16px}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}
.topbar{position:fixed;inset:0 0 auto;z-index:1041;background:#0d0d0d;color:#fff;padding:.45rem 0;font-size:.9rem}.topbar a{color:#fff}
.main-nav{top:35px;background:rgba(10,10,10,.78);backdrop-filter:blur(12px)}.logo-brand img{height:58px;width:auto}.nav-link{color:#fff}
.btn-gold{background:var(--gold);border-color:var(--gold);color:#111;font-weight:800}.btn-gold:hover,.btn-gold:focus{background:var(--gold-dark);border-color:var(--gold-dark);color:#fff}
.hero{position:relative;min-height:100vh;background:url("../img/superior/goldeneye-superior-suite-pool-view.png") center/cover no-repeat}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.35))}
.hero .container{z-index:2}.hero .row{padding-top:100px}.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:900;color:var(--gold)}.text-white-75{color:rgba(255,255,255,.86)}
.section-title{font-size:clamp(2rem,4vw,3.25rem);line-height:1.06}.suite-card{border:1px solid #d8cbb9;background:#fff;height:100%;box-shadow:0 .5rem 1.5rem rgba(0,0,0,.06)}
.suite-card img{width:100%;height:270px;object-fit:cover}.suite-card-body{padding:1.35rem}.suite-card h3{font-size:1.7rem}.suite-label{font-family:system-ui,sans-serif;color:var(--gold-dark);font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.amenities,.location{background:linear-gradient(#fff,var(--cream))}.feature-tile{height:100%;padding:1rem;background:#fff;border-left:5px solid var(--gold-dark);font-weight:800;font-family:system-ui,sans-serif}
.bg-cream{background:var(--cream)}.gallery-heading{margin:0 0 1rem;font-size:1.8rem}.gallery-grid img{width:100%;height:270px;object-fit:cover}
.footer{background:#0b0b0b;color:#fff;font-family:system-ui,sans-serif}.footer a{color:#fff}
.chat-toggle{position:fixed;right:24px;bottom:24px;width:58px;height:58px;border:0;border-radius:50%;background:var(--gold);font-size:1.35rem;z-index:1050}
.chat-widget{position:fixed;right:24px;bottom:94px;width:min(410px,calc(100vw - 32px));height:550px;background:#fff;border:1px solid #cfc1ae;z-index:1050;display:flex;flex-direction:column;box-shadow:0 1rem 3rem rgba(0,0,0,.25)}
.chat-header{display:flex;align-items:center;justify-content:space-between;background:#111;color:#fff;padding:1rem;font-family:system-ui,sans-serif}.chat-header button{border:0;background:transparent;color:#fff;font-size:1.6rem}
.chat-messages{flex:1;overflow:auto;padding:1rem;background:var(--cream);font-family:system-ui,sans-serif}.bot-message,.user-message{max-width:88%;padding:.8rem;margin-bottom:.7rem}.bot-message{background:#fff;border:1px solid #d8cbb9}.user-message{margin-left:auto;background:#111;color:#fff}
.chat-input{display:flex;border-top:1px solid #d8cbb9}.chat-input input{flex:1;border:0;padding:1rem}.chat-input button{border:0;background:var(--gold);font-weight:800;padding:0 1rem}
.chat-booking-link{display:inline-block;margin-top:.65rem;font-weight:800;color:#4b350d}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
@media(max-width:991px){.topbar{position:static}.main-nav{top:0}.hero .row{padding-top:120px}}
@media(max-width:767px){.logo-brand img{height:46px}.display-2{font-size:2.6rem}.gallery-grid img,.suite-card img{height:220px}}

.language-switcher {
  position: fixed;
  top: 92px;
  right: 18px;
  z-index: 1060;
  display: flex;
  gap: 4px;
  padding: 4px;
  background: rgba(255,255,255,.96);
  border: 1px solid #cfc1ae;
  box-shadow: 0 .45rem 1.3rem rgba(0,0,0,.18);
}
.language-button {
  border: 0;
  min-width: 42px;
  min-height: 38px;
  background: transparent;
  color: #111;
  font-weight: 900;
}
.language-button.active {
  background: #111;
  color: #fff;
}
.espa-badge {
  position: fixed;
  left: 14px;
  bottom: 14px;
  z-index: 1049;
  display: block;
  width: 148px;
  padding: 6px;
  background: rgba(255,255,255,.97);
  border: 1px solid #cfc1ae;
  box-shadow: 0 .55rem 1.5rem rgba(0,0,0,.18);
}
.espa-badge img {
  width: 100%;
  height: auto;
  display: block;
}
.funding-section {
  background: #fff;
  border-top: 1px solid #ded4c6;
}
.funding-box {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem;
  background: #f8f8f8;
  border-left: 5px solid #1d5795;
}
.funding-logo {
  width: 190px;
  height: auto;
  flex: 0 0 auto;
}
html[lang="el"] body {
  font-family: Arial, "Helvetica Neue", sans-serif;
}
@media (max-width: 991px) {
  .language-switcher { top: 76px; }
}
@media (max-width: 767px) {
  .language-switcher { top: 70px; right: 8px; }
  .espa-badge { width: 112px; left: 8px; bottom: 8px; }
  .funding-box { flex-direction: column; align-items: flex-start; }
  .funding-logo { width: min(220px, 100%); }
}
