
:root {
  --ink: #14232c;
  --fog: #e8eef1;
  --paper: #f4f7f8;
  --brass: #9a6b2f;
  --brass-deep: #7a5222;
  --sea: #1a3a4a;
  --line: #c9d5db;
  --muted: #5a6f7a;
  --white: #ffffff;
  --radius: 2px;
  --font-display: "Instrument Serif", Georgia, serif;
  --font-body: "Sora", system-ui, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background:
    linear-gradient(180deg, #dfe8ec 0%, var(--fog) 28%, var(--paper) 100%);
  color: var(--ink);
  line-height: 1.65;
  min-height: 100vh;
}
img { max-width: 100%; display: block; }
a { color: var(--brass-deep); }
.wrap { width: min(1120px, calc(100% - 2.5rem)); margin-inline: auto; }
.notice {
  background: var(--sea);
  color: #d7e4ea;
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  padding: 0.55rem 1rem;
}
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(244,247,248,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 0.9rem 0;
}
.brand { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; color: var(--ink); }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center;
  background: var(--sea); color: #e8f0f3; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.06em;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text strong { font-size: 0.95rem; }
.brand-text em { font-family: var(--font-display); font-style: italic; color: var(--muted); font-size: 0.9rem; }
.menu-btn {
  display: none; border: 1px solid var(--line); background: var(--white);
  padding: 0.55rem 0.9rem; font: inherit; cursor: pointer;
}
.nav { display: flex; align-items: center; gap: 1.1rem; flex-wrap: wrap; }
.nav a { text-decoration: none; color: var(--muted); font-size: 0.84rem; font-weight: 600; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--ink); }
.nav-cta {
  border: 1px solid var(--ink) !important; color: var(--ink) !important;
  padding: 0.45rem 0.85rem; background: transparent;
}
.nav-cta:hover { background: var(--ink) !important; color: var(--fog) !important; }

.hero {
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 2.5rem;
  align-items: end; padding: 3.5rem 0 2.5rem;
}
.hero-kicker {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--brass); margin-bottom: 1rem;
}
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 400; line-height: 1.05; margin-bottom: 1rem;
}
.hero h1 em { font-style: italic; color: var(--sea); }
.hero-lead { color: var(--muted); font-size: 1.05rem; max-width: 36rem; margin-bottom: 1.5rem; }
.cta-stack { display: flex; flex-direction: column; align-items: flex-start; gap: 0.75rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; font-weight: 600; font-size: 0.9rem;
  padding: 0.85rem 1.25rem; border-radius: var(--radius); border: 1px solid transparent;
}
.btn-primary { background: var(--brass); color: #fff; border-color: var(--brass); }
.btn-primary:hover { background: var(--brass-deep); }
.btn-line { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-line:hover { background: var(--ink); color: #fff; }
.hero-panel {
  background: var(--sea); color: #dce8ee; padding: 1.75rem;
  min-height: 280px; display: flex; flex-direction: column; justify-content: space-between;
  background-image:
    linear-gradient(160deg, rgba(26,58,74,0.92), rgba(26,58,74,0.72)),
    url("/images/hotel_1.png");
  background-size: cover; background-position: center;
}
.hero-panel strong { font-family: var(--font-display); font-size: 1.6rem; font-weight: 400; }
.trust-row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line); margin: 0 0 3rem;
}
.trust-row div {
  background: var(--white); padding: 1.1rem 1rem; text-align: center;
}
.trust-row strong { display: block; font-size: 0.95rem; }
.trust-row span { font-size: 0.78rem; color: var(--muted); }

.section { padding: 1rem 0 3rem; }
.section-head { max-width: 40rem; margin-bottom: 2rem; }
.section-head h2 {
  font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 400; margin-bottom: 0.5rem;
}
.section-head p { color: var(--muted); }

.stay {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border: 1px solid var(--line); background: var(--white); margin-bottom: 1.5rem;
}
.stay:nth-child(even) .stay-pic { order: 2; }
.stay-pic img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.stay-body { padding: 1.75rem 1.6rem; display: flex; flex-direction: column; gap: 0.75rem; }
.stay-tag {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--brass);
}
.stay-tag.cat-casino {
  display: inline-block; color: #fff; background: var(--sea);
  padding: 0.28rem 0.55rem; letter-spacing: 0.06em;
}
.place { font-size: 0.88rem; color: var(--brass-deep); margin: -0.25rem 0 0.35rem; }
.in-this {
  font-size: 0.9rem; color: var(--muted); margin: -0.5rem 0 1.75rem;
  padding: 0.85rem 1rem; border: 1px solid var(--line); background: #fff;
}
.in-this strong { color: var(--ink); }
.stay-body h3 { font-family: var(--font-display); font-size: 1.7rem; font-weight: 400; }
.stay-body p { color: #334851; font-size: 0.95rem; }
.amenities {
  margin-top: auto; border-top: 1px solid var(--line); padding-top: 0.9rem;
  font-size: 0.85rem; color: var(--muted); line-height: 1.55;
  background: rgba(154, 107, 47, 0.06); border-left: 3px solid var(--brass);
  padding: 0.85rem 1rem; margin-top: 0.5rem;
}
.amenities strong { color: var(--ink); display: block; margin-bottom: 0.35rem; font-size: 0.8rem; letter-spacing: 0.04em; text-transform: uppercase; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.plain-list { list-style: none; display: grid; gap: 0.85rem; }
.plain-list li { padding-left: 1rem; border-left: 2px solid var(--brass); }
.faq details {
  border-bottom: 1px solid var(--line); padding: 1rem 0;
}
.faq summary { cursor: pointer; font-weight: 600; }
.faq p { margin-top: 0.6rem; color: var(--muted); }
.prose { max-width: 42rem; }
.prose h1 {
  font-family: var(--font-display); font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 400; margin: 2.5rem 0 1rem;
}
.prose h2 {
  font-family: var(--font-display); font-size: 1.6rem; font-weight: 400;
  margin: 2rem 0 0.75rem;
}
.prose p { margin-bottom: 1rem; color: #334851; }
.site-footer {
  background: var(--sea); color: #c7d6de; padding: 3rem 0 1.5rem; margin-top: 2rem;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; margin-bottom: 2rem;
}
.site-footer h3 { color: #fff; font-size: 0.95rem; margin-bottom: 0.75rem; }
.site-footer a { color: #e4eef2; text-decoration: none; }
.site-footer nav { display: grid; gap: 0.4rem; }
.legal-nav { margin-top: 0.8rem; }
.legal-line {
  border-top: 1px solid rgba(255,255,255,0.12); padding-top: 1rem;
  font-size: 0.78rem; color: #9fb2bc; display: grid; gap: 0.35rem;
}
@media (max-width: 900px) {
  .hero, .stay, .split, .footer-grid, .trust-row { grid-template-columns: 1fr; }
  .stay:nth-child(even) .stay-pic { order: 0; }
  .menu-btn { display: inline-flex; }
  .nav { display: none; width: 100%; flex-direction: column; align-items: flex-start; }
  .nav.open { display: flex; }
  .header-inner { flex-wrap: wrap; }
}

.legal.prose { max-width: 48rem; margin: 2.5rem auto 3rem; }
.legal h1 { margin-bottom: 0.35rem; }
.legal .updated { color: var(--muted); font-size: 0.9rem; margin-bottom: 1.5rem; }
.legal h2 { margin-top: 2rem; }
.legal h3 { margin-top: 1.25rem; font-family: var(--font-body); font-size: 1.05rem; }
.legal ul { margin: 0.75rem 0 1rem 1.2rem; color: #334851; }
.legal li { margin-bottom: 0.35rem; }
.news-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin: 1.5rem 0 2.5rem; }
.news-card { background: #fff; border: 1px solid var(--line); }
.news-card img { width: 100%; height: 180px; object-fit: cover; }
.news-card div { padding: 1.1rem 1.2rem; }
.news-card h3 { font-family: var(--font-display); font-size: 1.35rem; font-weight: 400; margin-bottom: 0.4rem; }
.article-box { background: #fff; border: 1px solid var(--line); padding: 1.5rem; margin: 1.5rem 0 2.5rem; }
.article-box h2 { font-family: var(--font-display); font-weight: 400; margin-bottom: 0.75rem; }
@media (max-width:900px){ .news-grid { grid-template-columns: 1fr; } }
