/* Hotel Zelengora - design tokens & base */
:root {
  --teal: #2d544c;
  --teal-deep: #234037;
  --teal-soft: #e7ece9;
  --gold: #e89a5a;
  --gold-soft: #f3d2b1;
  --cream: #f6f2ec;
  --cream-2: #efeae0;
  --ink: #1d1d1b;
  --ink-2: #3f3f3c;
  --ink-3: #6a6a64;
  --line: #e3ddd1;
  --white: #ffffff;

  --serif: "Cormorant Garamond", "Cormorant", "EB Garamond", Georgia, serif;
  --sans: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --script: "Allura", "Mrs Saint Delafield", cursive;
  --mono: "JetBrains Mono", ui-monospace, Menlo, monospace;
}

* { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}
body {
  position: relative;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
}
/* Body copy: Raleway, never thinner than medium */
p, li, span, a, div, button, td, th, input, label { font-weight: 500; }
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
a { color: inherit; text-decoration: none; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 28px; border-radius: 999px;
  font-family: var(--sans); font-weight: 500; font-size: 14px;
  letter-spacing: 0.01em;
  transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--teal); color: var(--white); }
.btn-primary:hover { background: var(--teal-deep); transform: translateY(-1px); }
.btn-gold { background: var(--gold); color: var(--white); }
.btn-gold:hover { background: #d88748; transform: translateY(-1px); }
.btn-outline-light { border: 1px solid rgba(255,255,255,.7); color: var(--white); padding: 13px 28px; }
.btn-outline-light:hover { background: rgba(255,255,255,.1); }
.btn-ghost { color: var(--white); padding: 13px 6px; }

/* Section scaffolding */
.section { padding: 120px 0; position: relative; }
.section-tight { padding: 80px 0; }
.wrap { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }

/* Eyebrow + flourish */
.eyebrow {
  font-family: var(--sans);
  font-size: 13px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--gold); font-weight: 600;
}
.flourish {
  width: 64px; height: 18px; display: block; margin: 0 auto 12px;
  color: var(--teal);
}
.flourish-left { margin: 0 0 12px; }

/* Section header with big watermark */
.sec-head { position: relative; text-align: center; margin-bottom: 64px; padding-top: 8px; }
.sec-head.left { text-align: left; }
.sec-head .watermark {
  position: absolute; left: 50%; top: -8px; transform: translateX(-50%);
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(80px, 11vw, 156px);
  letter-spacing: -0.01em; line-height: 1; white-space: nowrap;
  color: rgba(45, 84, 76, 0.06);
  pointer-events: none; user-select: none; z-index: 0;
}
.sec-head.left .watermark { left: -16px; transform: none; }
.sec-head h2 {
  position: relative; z-index: 1;
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(36px, 4.2vw, 56px); line-height: 1.1;
  color: var(--ink); margin: 14px 0 0;
  letter-spacing: -0.005em;
}
.sec-head .eyebrow { position: relative; z-index: 1; }

/* Image placeholder */
.imgph {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #c9cfc7 0%, #aab3a8 50%, #8c968a 100%);
  color: rgba(255,255,255,.92);
  display: flex; align-items: flex-end;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
}
.imgph::before {
  content: ""; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(45deg, rgba(255,255,255,.05) 0 14px, transparent 14px 28px);
  pointer-events: none;
}
.imgph::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(120% 60% at 30% 20%, rgba(255,255,255,.15), transparent 60%),
              radial-gradient(80% 60% at 80% 90%, rgba(0,0,0,.18), transparent 60%);
  pointer-events: none;
}
.imgph .lbl {
  position: relative; z-index: 2;
  padding: 12px 14px;
  background: rgba(0,0,0,.38);
  backdrop-filter: blur(4px);
  margin: 12px;
  border: 1px solid rgba(255,255,255,.25);
}
/* Image placeholder tints - feel like different rooms */
.imgph.t-room { background: linear-gradient(135deg, #4a4036 0%, #6c5b48 50%, #94785a 100%); }
.imgph.t-suite { background: linear-gradient(135deg, #2a2823 0%, #3f3a30 60%, #6b5d48 100%); }
.imgph.t-forest { background: linear-gradient(135deg, #2f4439 0%, #4a6b58 60%, #7a9180 100%); }
.imgph.t-dining { background: linear-gradient(135deg, #3a2a22 0%, #6b483a 60%, #b07a55 100%); }
.imgph.t-spa { background: linear-gradient(135deg, #5a5448 0%, #8a7d6a 60%, #c7b89a 100%); }
.imgph.t-portrait { background: linear-gradient(135deg, #534840 0%, #8a7866 60%, #c4ad95 100%); }
.imgph.t-snow { background: linear-gradient(135deg, #4f6470 0%, #7d909a 60%, #c4cfd5 100%); }
.imgph.t-lobby { background: linear-gradient(135deg, #2b2a26 0%, #534b3e 60%, #8a7d68 100%); }
.imgph.t-cocktail { background: linear-gradient(135deg, #2a201a 0%, #5a3a2a 60%, #b06848 100%); }

/* Star */
.stars { display: inline-flex; gap: 4px; color: var(--gold); }

/* Utility */
.flex { display: flex; }
.grid { display: grid; }
.row { display: flex; align-items: center; gap: 12px; }

/* Scrollbars look chill */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-thumb { background: #c8c1b3; border-radius: 8px; }
::-webkit-scrollbar-track { background: var(--cream); }

/* Mobile navigation */
.mobile-menu-button {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #fff;
}
.mobile-menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--teal);
}
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 89;
  background: rgba(18, 31, 27, .52);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
  backdrop-filter: blur(2px);
}
.mobile-menu-overlay.is-open { opacity: 1; visibility: visible; }
.mobile-menu-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  width: min(88vw, 390px);
  height: 100dvh;
  padding: 22px 24px 30px;
  background: var(--cream);
  box-shadow: -24px 0 60px rgba(20, 40, 34, .22);
  transform: translateX(105%);
  visibility: hidden;
  pointer-events: none;
  contain: layout style;
  overflow-x: hidden;
  transition: transform .35s cubic-bezier(.22,.8,.25,1), visibility .35s ease;
  overflow-y: auto;
}
.mobile-menu-drawer.is-open { transform: translateX(0); visibility: visible; pointer-events: auto; }
.mobile-menu-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.mobile-menu-head .brand { width: 190px !important; }
.mobile-menu-close {
  width: 42px; height: 42px; border-radius: 999px; background: #fff;
  border: 1px solid var(--line); display: grid; place-items: center; flex: none;
}
.mobile-menu-links { display: grid; margin: 42px 0 30px; border-top: 1px solid var(--line); }
.mobile-menu-links a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 2px; border-bottom: 1px solid var(--line);
  color: var(--ink-2); font-family: var(--serif); font-size: 25px; font-weight: 600;
}
.mobile-menu-links a.active { color: var(--teal); }
.mobile-menu-book { width: 100%; justify-content: center; }
.mobile-menu-contact {
  display: grid; gap: 8px; margin-top: 30px; padding-top: 24px;
  border-top: 1px solid var(--line); color: var(--ink-2); font-size: 13px;
}

@media (max-width: 820px) {
  html, body { min-width: 0; max-width: 100vw; overflow-x: hidden; overflow-x: clip; }
  body { font-size: 14px; }
  section, footer, .site-nav { max-width: 100vw; overflow-x: hidden; overflow-x: clip; }
  .mobile-menu-drawer { max-width: 92vw; }
  .wrap { width: min(100% - 36px, 620px); }
  .section { padding: 72px 0; }
  .section-tight { padding: 62px 0 !important; }
  .sec-head { margin-bottom: 38px; overflow: hidden; }
  .sec-head .watermark { font-size: 62px; top: 8px; }
  .sec-head.left .watermark { left: 0; }
  .sec-head h2 { font-size: clamp(32px, 10vw, 42px); }
  .eyebrow { font-size: 11px; letter-spacing: .22em; }

  .top-bar { display: none; }
  .site-nav .nav-inner { padding: 12px 0 !important; }
  .site-nav .brand { width: 178px !important; }
  .desktop-nav, .desktop-book { display: none !important; }
  .mobile-menu-button { display: flex; }

  .home-hero > div:first-child { min-height: 600px !important; }
  .home-hero > div:first-child > .wrap {
    padding-top: 92px !important;
    padding-bottom: 126px !important;
  }
  .home-hero h1 { font-size: clamp(43px, 13vw, 64px) !important; }
  .home-hero h1 br { display: none; }
  .home-hero p { font-size: 15px !important; }
  .home-hero > .wrap { margin-top: -42px !important; }
  .home-hero > .wrap > div {
    grid-template-columns: 1fr 1fr !important;
    padding: 6px !important;
  }
  .home-hero > .wrap > div > div { padding: 16px 14px !important; border-right: 0 !important; }
  .home-hero > .wrap > div > div:nth-child(odd) { border-right: 1px solid var(--line) !important; }
  .home-hero > .wrap > div > div:last-child { grid-column: 1 / -1; }
  .home-hero > .wrap .btn { width: 100%; justify-content: center; }

  body [style*="grid-template-columns"] { grid-template-columns: 1fr !important; }
  body [style*="grid-template-rows"] { grid-template-rows: auto !important; }
  body [style*="grid-column"], body [style*="grid-row"] {
    grid-column: auto !important; grid-row: auto !important;
  }
  .home-hero [style*="grid-template-columns"] { grid-template-columns: 1fr 1fr !important; }

  .section .wrap > [style*="grid-template-columns"] { gap: 22px !important; }
  .section [style*="height: 520px"],
  .section [style*="height: 420px"] { height: 330px !important; }
  .section [style*="height: 220px"] { height: 210px !important; }
  .section .imgph { min-height: 210px; }
  .section [style*="gap: 80px"] { gap: 42px !important; }
  .section [style*="repeat(3, auto)"] { grid-template-columns: repeat(2, 1fr) !important; gap: 24px !important; }

  iframe { height: 350px !important; }
  footer { padding-top: 58px !important; }
  footer > .wrap { padding-bottom: 56px !important; }
  footer .brand { width: 220px !important; }
  footer br { display: none; }

  .btn { padding: 13px 22px; }
  .section .btn { max-width: 100%; justify-content: center; }
  .gtranslate_wrapper { position: relative; z-index: 95; }
  .gt_float_switcher,
  .gt_float_switcher .gt_options { max-width: calc(100vw - 24px) !important; }
}

@media (max-width: 460px) {
  .wrap { width: calc(100% - 28px); }
  .home-hero > .wrap > div { grid-template-columns: 1fr !important; }
  .home-hero > .wrap > div > div:nth-child(odd) { border-right: 0 !important; }
  .home-hero > .wrap > div > div:last-child { grid-column: auto; }
  .home-hero h1 { font-size: 42px !important; }
  .sec-head .watermark { font-size: 52px; }
  .mobile-menu-drawer { width: 92vw; padding-left: 20px; padding-right: 20px; }
  .mobile-menu-head .brand { width: 165px !important; }
}
