@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600&family=Sora:wght@300;400;500;600&display=swap');

:root {
  --ink: #0b2b32;
  --sand: #f4efe6;
  --mist: #e7f3f1;
  --gold: #c9a24a;
  --muted: #4d6a70;
  --line: rgba(11, 43, 50, 0.12);
  --white: #fffcf7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--sand);
  color: var(--ink);
  font-family: Sora, system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, .wm-n, .footer-mark, .rate, .pull {
  font-family: Fraunces, Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.98;
}
h1 { font-size: clamp(3.4rem, 8vw, 7.2rem); margin: 0 0 0.25em; text-transform: lowercase; }
[data-confirmation] h1 { text-transform: none; }
h2 { font-size: clamp(2.2rem, 5vw, 4rem); margin: 0 0 0.35em; text-transform: lowercase; }
h3 { font-size: 1.6rem; margin: 0 0 0.3em; }
.kicker { font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin: 0 0 0.7rem; }
.lede { font-size: 1.05rem; max-width: 36rem; color: var(--muted); }
.muted { color: var(--muted); font-size: 0.9rem; }
.warn { color: #9c3b24; }
.wrap { width: min(1220px, calc(100% - 2rem)); margin-inline: auto; }
.section { padding: 5rem 0; }

[data-chrome="header"] {
  position: fixed; inset: 0 0 auto; z-index: 50;
  mix-blend-mode: difference;
  color: white;
}
body:not(:has(.hero)) [data-chrome="header"] {
  mix-blend-mode: normal;
  background: rgba(244, 239, 230, 0.94);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}
body:not(:has(.hero)) [data-chrome="header"] .btn-book {
  background: var(--ink);
  color: var(--sand);
  border-color: var(--ink);
}
.chrome-bar {
  width: min(1220px, calc(100% - 1.6rem));
  margin: 0 auto;
  min-height: 76px;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.wordmark { display: flex; align-items: baseline; gap: 0.35rem; }
.wm-n { font-size: 1.7rem; text-transform: lowercase; }
.wm-p { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.7; }
.chrome-nav { display: flex; gap: 1.2rem; font-size: 0.8rem; }
.chrome-nav a { opacity: 0.75; }
.chrome-nav a.is-active, .chrome-nav a:hover { opacity: 1; }
.chrome-actions { display: flex; gap: 0.7rem; align-items: center; }
.nav-toggle { display: none; background: none; border: 0; }
.nav-toggle span { display: block; width: 22px; height: 1px; background: currentColor; margin: 6px 0; }

.btn, .btn-book, .btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 0 1.15rem; border-radius: 999px;
  border: 1px solid currentColor; background: transparent; color: inherit;
  font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer;
}
.btn-book { background: var(--ink); color: var(--sand); border-color: var(--ink); }
[data-chrome="header"] .btn-book { background: white; color: var(--ink); border-color: white; }
.text-link { border-bottom: 1px solid currentColor; font-size: 0.8rem; }

.hero { position: relative; min-height: 100vh; color: white; display: grid; align-items: end; }
.hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,43,50,0.05), rgba(11,43,50,0.55)); }
.hero-copy { position: relative; z-index: 1; padding: 0 7vw 8rem; }
.search-card {
  position: relative; z-index: 4;
  width: min(920px, calc(100% - 1.6rem));
  margin: -2.6rem auto 0;
  background: rgba(255,252,247,0.92);
  backdrop-filter: blur(18px);
  border-radius: 999px;
  padding: 0.7rem;
  box-shadow: 0 20px 50px rgba(11,43,50,0.16);
}
.search-card form { display: grid; grid-template-columns: 1fr 1fr 0.7fr 0.7fr auto; gap: 0.5rem; align-items: end; }
label { display: grid; gap: 0.2rem; font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
input, select, textarea {
  font: inherit; border: 0; background: var(--mist); padding: 0.7rem 0.85rem; border-radius: 999px; color: var(--ink);
}
textarea { border-radius: 16px; }

.intro-grid, .split, .reserve-grid, .footer-grid { display: grid; gap: 2rem; }
.intro-grid, .split, .reserve-grid { grid-template-columns: 1fr 1fr; align-items: center; }
.pull { font-size: 2.1rem; }
.stat-row { display: flex; gap: 2rem; margin-top: 1.4rem; }
.stat-row strong { display: block; font-family: Fraunces, serif; font-size: 2rem; }

[data-rooms] { display: grid; gap: 2.2rem; }
.room-card { display: grid; gap: 1rem; }
.room-media img { width: 100%; height: 62vh; object-fit: cover; border-radius: 28px; }
.room-body { display: grid; gap: 0.5rem; max-width: 40rem; }
.chips, .facts { display: flex; flex-wrap: wrap; gap: 0.4rem; list-style: none; padding: 0; }
.chips li { background: var(--mist); padding: 0.28rem 0.7rem; border-radius: 999px; font-size: 0.78rem; }
.room-meta { display: flex; justify-content: space-between; gap: 1rem; }

.mosaic, .gallery-row { display: grid; gap: 0.8rem; }
.mosaic { grid-template-columns: 2fr 1fr; }
.mosaic img, .gallery-row img { width: 100%; height: 320px; object-fit: cover; border-radius: 22px; cursor: zoom-in; }
.gallery-row { grid-template-columns: repeat(3, 1fr); margin-top: 1.5rem; }
.exp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.exp-card { background: var(--white); border-radius: 24px; overflow: hidden; }
.exp-card img { height: 220px; width: 100%; object-fit: cover; }
.exp-card div { padding: 1.1rem; }
.menu-list { display: grid; gap: 1rem; }
.menu-item { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); padding-bottom: 1rem; }

[data-chrome="footer"] { background: var(--ink); color: var(--sand); padding: 3.5rem 0 1.4rem; margin-top: 4rem; }
.footer-grid { width: min(1220px, calc(100% - 2rem)); margin: 0 auto; grid-template-columns: 1.3fr 1fr 1fr; }
.footer-mark { font-size: 2.2rem; text-transform: lowercase; margin: 0; }
.footer-k { font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
.footer-grid a { display: block; margin: 0.25rem 0; opacity: 0.8; }
.footer-base { width: min(1220px, calc(100% - 2rem)); margin: 2rem auto 0; display: flex; justify-content: space-between; gap: 1rem; font-size: 0.78rem; opacity: 0.7; border-top: 1px solid rgba(244,239,230,0.15); padding-top: 1rem; }
.demo-note { color: var(--gold); }

.room-hero { position: relative; min-height: 78vh; color: white; }
.room-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.room-hero-copy { position: relative; z-index: 1; padding: 16rem 7vw 3rem; background: linear-gradient(180deg, transparent, rgba(11,43,50,0.7)); }
.rate { font-size: 2.8rem; margin: 0; }
.rate-card, .summary-card, .confirm-card, .pick-room, .extra { background: var(--white); border-radius: 22px; padding: 1.2rem; }
.fields-2, .fields-4 { display: grid; gap: 0.7rem; }
.fields-2 { grid-template-columns: 1fr 1fr; }
.fields-4 { grid-template-columns: repeat(4, 1fr); }
.pick-room, .extra { display: grid; grid-template-columns: 100px 1fr auto; gap: 0.8rem; align-items: center; margin: 0.5rem 0; cursor: pointer; }
.pick-room img { width: 100px; height: 74px; object-fit: cover; border-radius: 12px; }
.pick-room.is-on, .extra:has(input:checked) { outline: 2px solid var(--ink); }
.bill { list-style: none; padding: 0; }
.bill li { display: flex; justify-content: space-between; padding: 0.45rem 0; border-bottom: 1px solid var(--line); }
.confirm-actions { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-top: 1rem; }
.lightbox { position: fixed; inset: 0; background: rgba(11,43,50,0.9); display: grid; place-items: center; z-index: 80; }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 90vw; max-height: 86vh; border-radius: 12px; }
.lb-close { position: absolute; top: 1rem; right: 1rem; font-size: 2rem; background: none; border: 0; color: white; }

@media (max-width: 900px) {
  [data-chrome="header"] { mix-blend-mode: normal; background: rgba(11,43,50,0.92); color: white; }
  .chrome-nav { display: none; }
  body.nav-open .chrome-nav { display: flex; flex-direction: column; position: absolute; inset: 76px 0 auto; background: var(--ink); padding: 1rem; }
  .nav-toggle { display: block; color: white; }
  .search-card { border-radius: 24px; }
  .search-card form, .intro-grid, .split, .reserve-grid, .exp-grid, .footer-grid, .fields-4, .fields-2, .mosaic, .gallery-row { grid-template-columns: 1fr; }
  .room-media img { height: 46vh; }
}

.live-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.25);margin-right:.35rem;animation:pulse 1.6s ease infinite}
@keyframes pulse{50%{box-shadow:0 0 0 8px rgba(34,197,94,0)}}
.live-link{font-size:.78rem;display:inline-flex;align-items:center}
.highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.4rem}
.highlight{padding:1.1rem;border:1px solid currentColor;opacity:.95}
.compare-wrap{overflow-x:auto}
.compare-table{width:100%;border-collapse:collapse;min-width:640px}
.compare-table th,.compare-table td{border:1px solid currentColor;padding:.7rem;vertical-align:top}
.compare-table img{width:100%;height:110px;object-fit:cover;margin-bottom:.4rem}
.desk-list{display:grid;gap:.8rem}
.desk-row{padding:1rem;border:1px solid currentColor}
@media(max-width:900px){.highlights{grid-template-columns:1fr}}


/* SafeNet Live Interactive Demo Ribbon */
.safenet-demo-ribbon {
  background: #070f1e;
  border-bottom: 1px solid rgba(6, 182, 212, 0.3);
  color: #f8fafc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 11px;
  line-height: 1.4;
  position: relative;
  z-index: 100;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}
.safenet-ribbon-content {
  width: min(1180px, calc(100% - 1.6rem));
  margin: 0 auto;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.safenet-ribbon-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.safenet-ribbon-badge {
  background: rgba(6, 182, 212, 0.18);
  border: 1px solid rgba(6, 182, 212, 0.45);
  color: #22d3ee;
  padding: 2.5px 9px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 10px;
}
.safenet-ribbon-title {
  font-weight: 600;
  color: #e2e8f0;
  letter-spacing: 0.02em;
}
.safenet-ribbon-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.safenet-ribbon-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 11px;
  text-decoration: none;
  transition: all 0.15s ease;
}
.safenet-ribbon-desk {
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.4);
  color: #34d399;
}
.safenet-ribbon-desk:hover {
  background: rgba(16, 185, 129, 0.3);
  color: #ffffff;
}
.safenet-pulse-dot {
  width: 6.5px;
  height: 6.5px;
  border-radius: 50%;
  background: #10b981;
  display: inline-block;
  box-shadow: 0 0 8px #10b981;
  animation: safenetPulse 2s infinite;
}
@keyframes safenetPulse {
  0% { transform: scale(0.95); opacity: 0.8; }
  50% { transform: scale(1.3); opacity: 1; }
  100% { transform: scale(0.95); opacity: 0.8; }
}
.safenet-ribbon-back {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #cbd5e1;
}
.safenet-ribbon-back:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}
.safenet-ribbon-hub {
  background: #06b6d4;
  border: 1px solid #06b6d4;
  color: #070f1e;
  font-weight: 700;
}
.safenet-ribbon-hub:hover {
  background: #22d3ee;
}
