:root {
  --bg: #0c1611;
  --bg-soft: #111c16;
  --panel: rgba(255,255,255,0.055);
  --panel-strong: rgba(255,255,255,0.085);
  --text: #f5f2eb;
  --muted: #c8c0b2;
  --green: #b7e0c4;
  --green-strong: #7fcf9a;
  --gold: #d5b56b;
  --border: rgba(255,255,255,0.12);
  --shadow: 0 24px 80px rgba(0,0,0,0.45);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(12,22,17,0.78);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 14px; min-width: max-content; }
.brand-logo { width: 44px; height: 44px; object-fit: cover; border-radius: 50%; }
.brand-small { display:block; color: var(--green); font-size: 11px; letter-spacing: .28em; text-transform: uppercase; }
.brand-name { display:block; font-family: Cinzel, serif; font-size: 18px; letter-spacing: .05em; }
.nav { display:flex; align-items:center; gap: 22px; color: var(--muted); font-size: 14px; }
.nav a:hover { color: var(--text); }
.header-actions { display:flex; align-items:center; gap: 12px; }
.language-toggle { display:flex; padding: 4px; border:1px solid var(--border); border-radius: 999px; background: rgba(255,255,255,0.05); }
.lang-btn { border:0; background: transparent; color: var(--muted); border-radius:999px; padding: 7px 11px; cursor:pointer; font-weight:700; }
.lang-btn.active { background: var(--green); color: #06100b; }
.btn { display:inline-flex; align-items:center; justify-content:center; border-radius:999px; padding: 13px 20px; font-weight: 700; transition:.25s ease; border:1px solid transparent; }
.btn:hover { transform: translateY(-1px); }
.btn-small { padding: 9px 15px; font-size: 14px; }
.btn-primary { background: var(--green); color:#06100b; box-shadow: 0 12px 32px rgba(127,207,154,.16); }
.btn-secondary, .btn-ghost { border-color: rgba(183,224,196,.35); color: var(--green); background: rgba(183,224,196,.08); }
.btn.full { width:100%; margin-top: 14px; }
.container { width:min(1160px, calc(100% - 36px)); margin:0 auto; }
.section { padding: clamp(72px, 10vw, 128px) 0; position: relative; }
.alt-section { background: rgba(255,255,255,0.03); border-block: 1px solid var(--border); }
.hero { min-height: 90vh; display:flex; align-items:center; overflow:hidden; }
.hero-bg { position:absolute; inset:0; background: url('assets/room.jpg') center/cover; filter: blur(4px); opacity:.28; transform: scale(1.03); }
.hero-overlay { position:absolute; inset:0; background: linear-gradient(90deg, rgba(7,12,9,.93) 0%, rgba(7,12,9,.62) 50%, rgba(7,12,9,.32) 100%); }
.hero-grid { position:relative; z-index:2; display:grid; grid-template-columns: 1.05fr .95fr; gap: clamp(34px, 6vw, 82px); align-items:center; }
.eyebrow { color: var(--green); letter-spacing:.28em; text-transform:uppercase; font-size: 12px; font-weight:700; margin:0 0 16px; }
h1, h2, h3 { font-family: Cinzel, serif; line-height:1.06; margin:0; }
h1 { font-size: clamp(42px, 7vw, 82px); max-width: 780px; }
h2 { font-size: clamp(32px, 4vw, 54px); }
h3 { font-size: 24px; }
p { color: var(--muted); font-size: 16px; }
.lead { font-size: clamp(17px, 2vw, 20px); max-width: 650px; margin: 24px 0 0; }
.hero-buttons { display:flex; gap: 14px; flex-wrap:wrap; margin-top: 34px; }
.hero-card { justify-self:end; width:min(430px,100%); border:1px solid var(--border); padding:10px; border-radius: var(--radius); background: rgba(255,255,255,0.06); box-shadow: var(--shadow); }
.hero-card img { aspect-ratio: 4/5; width:100%; object-fit: cover; object-position: center; border-radius: calc(var(--radius) - 10px); filter: contrast(1.06) saturate(.95); }
.two-col { display:grid; grid-template-columns: .9fr 1.1fr; gap: clamp(34px, 7vw, 82px); }
.align-center { align-items:center; }
.logo-feature { display:flex; justify-content:center; }
.logo-feature img { width: min(300px, 70vw); border-radius: 32px; box-shadow: var(--shadow); }
.image-panel { border:1px solid var(--border); border-radius: var(--radius); padding: 10px; background: var(--panel); box-shadow: var(--shadow); }
.image-panel img { width:100%; min-height: 360px; object-fit:cover; border-radius: calc(var(--radius) - 10px); }
.section-heading { display:flex; justify-content:space-between; gap: 28px; align-items:end; margin-bottom: 28px; }
.section-heading p { max-width: 420px; margin:0; }
.cards { display:grid; gap: 22px; }
.two-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.three-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { border: 1px solid var(--border); border-radius: var(--radius); padding: clamp(24px, 3vw, 34px); background: linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035)); box-shadow: 0 18px 55px rgba(0,0,0,.25); }
.price { display:inline-flex; color: var(--green); border: 1px solid rgba(183,224,196,.24); border-radius: 999px; padding: 6px 11px; margin-bottom: 20px; font-size: 13px; font-weight:700; }
.check-list, .contra-list { margin: 22px 0 0; padding:0; list-style:none; display:grid; gap: 12px; }
.check-list li, .contra-list li { padding: 14px 16px; border:1px solid var(--border); background: rgba(0,0,0,.16); border-radius: 18px; color: var(--text); }
.check-list li::before { content:'✓'; color: var(--green); font-weight:800; margin-right:10px; }
.contra-list li::before { content:'•'; color: var(--gold); font-weight:800; margin-right:10px; }
.small-note { color: var(--green); margin-top: 22px; }
.contact-box { display:grid; grid-template-columns: 1.1fr .9fr; gap: 30px; border:1px solid var(--border); border-radius: var(--radius); padding: clamp(28px, 5vw, 56px); background: linear-gradient(135deg, rgba(22,42,32,.95), rgba(9,17,13,.92)); box-shadow: var(--shadow); }
.contact-details { border:1px solid var(--border); border-radius: 22px; padding: 22px; background: rgba(0,0,0,.18); }
.contact-details p { margin: 0 0 10px; }
.contact-details strong { color: var(--text); }
.contact-details a:not(.btn) { color: var(--green); text-decoration: underline; text-underline-offset: 4px; }
.footer { padding: 32px; text-align:center; border-top:1px solid var(--border); }
.footer p { margin:0; font-size:14px; }
@keyframes logoGlow { 0%{opacity:0; transform:scale(.96); filter:drop-shadow(0 0 0 rgba(213,181,107,0));} 35%{opacity:1; transform:scale(1); filter:drop-shadow(0 0 22px rgba(213,181,107,.38));} 100%{opacity:1; transform:scale(1); filter:drop-shadow(0 0 0 rgba(213,181,107,0));} }
.glow-on-load { animation: logoGlow 1.8s ease-out 1; }
.reveal { animation: fadeUp .7s ease both; }
.delay-1 { animation-delay: .12s; }
.delay-2 { animation-delay: .24s; }
@keyframes fadeUp { from { opacity:0; transform: translateY(14px); } to { opacity:1; transform: translateY(0); } }
@media (max-width: 980px) {
  .nav { display:none; }
  .hero-grid, .two-col, .contact-box { grid-template-columns: 1fr; }
  .hero-card { justify-self:start; max-width: 420px; }
  .two-cards, .three-cards { grid-template-columns: 1fr; }
  .section-heading { display:block; }
}
@media (max-width: 620px) {
  .site-header { gap: 10px; padding: 12px 14px; }
  .brand-small { letter-spacing:.18em; font-size: 9px; }
  .brand-name { font-size: 14px; }
  .brand-logo { width: 36px; height:36px; }
  .header-actions { gap: 7px; }
  .btn-small { display:none; }
  h1 { font-size: 38px; }
  .hero { min-height: auto; }
  .section { padding: 68px 0; }
}
