:root {
  --black: #070707;
  --black-soft: #101010;
  --charcoal: #161616;
  --ink: #f4efe4;
  --muted: #b8b0a3;
  --quiet: #7c766d;
  --gold: #c8ad62;
  --gold-soft: #e7d9a8;
  --line: rgba(231, 217, 168, 0.22);
  --line-soft: rgba(244, 239, 228, 0.12);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.44);
  --radius: 8px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Montserrat, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 18px;
  top: -70px;
  z-index: 30;
  padding: 10px 14px;
  background: var(--gold);
  color: #0b0b0b;
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 18px;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(18px, 5vw, 72px);
}

.brand {
  display: inline-flex;
  width: 96px;
  height: 96px;
  align-items: center;
  justify-content: center;
}

.brand img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.5));
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(16px, 3vw, 38px);
  color: rgba(244, 239, 228, 0.78);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.nav a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 7px;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--ink);
  border-color: var(--gold);
}

.hero {
  min-height: 100svh;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 170px clamp(18px, 5vw, 72px) 64px;
  position: relative;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(200, 173, 98, 0.13), transparent 34%),
    linear-gradient(180deg, #030303 0%, #090909 62%, #111 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: auto auto 7% -12%;
  width: 52vw;
  height: 52vw;
  border: 1px solid rgba(200, 173, 98, 0.08);
  transform: rotate(18deg);
  pointer-events: none;
}

.hero::after {
  inset: 18% -18% auto auto;
  transform: rotate(-12deg);
}

.hero-inner {
  width: min(880px, 100%);
  position: relative;
  z-index: 1;
}

.overline,
.kicker,
.panel-label {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.04;
}

h1 {
  font-size: clamp(4.2rem, 12vw, 10rem);
  letter-spacing: 0.015em;
}

h2 {
  font-size: clamp(2.1rem, 5vw, 5rem);
}

p {
  margin: 0;
}

.hero-copy {
  max-width: 720px;
  margin: 28px auto 0;
  color: rgba(244, 239, 228, 0.76);
  font-size: clamp(1.03rem, 1.8vw, 1.32rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 36px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: var(--radius);
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.button.primary {
  background: var(--gold);
  color: #0b0b0b;
}

.button.secondary {
  border: 1px solid rgba(244, 239, 228, 0.28);
  color: var(--ink);
}

.button.dark {
  margin-top: 0;
}

.hero-note {
  align-self: end;
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 96px;
  border: 1px solid var(--line-soft);
  color: rgba(244, 239, 228, 0.76);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px);
}

.hero-note span {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border-right: 1px solid var(--line-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-note span:last-child {
  border-right: 0;
}

.statement,
.photo-feature,
.rooms-note,
.booking-section {
  padding: clamp(70px, 9vw, 140px) clamp(18px, 6vw, 96px);
}

.statement {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: clamp(34px, 7vw, 104px);
  align-items: end;
  background: var(--black-soft);
}

.statement-copy,
.rooms-note {
  max-width: 900px;
}

.statement-copy p:last-child,
.photo-copy p,
.rooms-note p,
.booking-card p {
  margin-top: 26px;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
}

.policy-panel {
  border-left: 2px solid var(--gold);
  padding: clamp(24px, 4vw, 38px);
  background: linear-gradient(135deg, rgba(200, 173, 98, 0.1), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow);
}

.policy-panel p:last-child {
  color: rgba(244, 239, 228, 0.84);
  font-size: 1.05rem;
}

.photo-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: stretch;
  background: #0b0b0b;
}

.photo-main,
.photo-pair {
  margin: 0;
}

.photo-main {
  min-height: 640px;
  border: 1px solid rgba(200, 173, 98, 0.22);
  overflow: hidden;
}

.photo-main img,
.photo-pair img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(30px, 5vw, 64px) 0;
}

.photo-pair {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.photo-pair img {
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(200, 173, 98, 0.18);
}

.rooms-note {
  margin: 0 auto;
  text-align: center;
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: clamp(24px, 5vw, 72px);
  align-items: stretch;
  background: var(--charcoal);
}

.booking-card {
  padding: clamp(34px, 6vw, 72px);
  background:
    linear-gradient(135deg, rgba(200, 173, 98, 0.11), rgba(255, 255, 255, 0.03)),
    #0c0c0c;
  border: 1px solid rgba(200, 173, 98, 0.18);
  box-shadow: var(--shadow);
}

.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.booking-facts {
  display: grid;
  gap: 12px;
}

.booking-facts div {
  min-height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.035);
}

.booking-facts span {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.booking-facts strong {
  margin-top: 6px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.38rem;
  font-weight: 600;
  line-height: 1.12;
}

.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 54px 18px 64px;
  border-top: 1px solid var(--line-soft);
  background: #050505;
  color: rgba(244, 239, 228, 0.72);
  text-align: center;
}

.site-footer img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  opacity: 0.88;
}

.fine-print {
  color: var(--quiet);
  font-size: 0.88rem;
}

.chat-widget {
  position: relative;
  z-index: 50;
}

.chat-launcher,
.chat-close,
.chat-form button {
  appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.chat-launcher {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 50;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--gold);
  color: #090909;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.42);
  transition: transform 180ms ease, background 180ms ease;
}

.chat-launcher:hover,
.chat-launcher:focus-visible {
  transform: translateY(-2px);
  background: var(--gold-soft);
}

.chat-launcher svg,
.chat-close svg,
.chat-form button svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.chat-panel {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: calc(clamp(16px, 3vw, 28px) + 74px);
  z-index: 50;
  width: min(390px, calc(100vw - 32px));
  height: min(560px, calc(100svh - 116px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(200, 173, 98, 0.24);
  border-radius: var(--radius);
  background: #0c0c0c;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
}

.chat-panel[hidden] {
  display: none;
}

.chat-header {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 16px 14px;
  border-bottom: 1px solid var(--line-soft);
  background: linear-gradient(135deg, rgba(200, 173, 98, 0.16), rgba(255, 255, 255, 0.03));
}

.chat-header p {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.15rem;
  line-height: 1.1;
}

.chat-header span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.2;
}

.chat-close {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
}

.chat-close:hover,
.chat-close:focus-visible {
  background: rgba(200, 173, 98, 0.16);
}

.chat-messages {
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 16px;
}

.chat-message-row {
  display: flex;
  margin: 0 0 10px;
}

.chat-message-row.is-user {
  justify-content: flex-end;
}

.chat-message {
  max-width: 86%;
  padding: 11px 12px;
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.9rem;
  line-height: 1.45;
  white-space: pre-wrap;
}

.chat-message-row.is-user .chat-message {
  background: var(--gold);
  color: #090909;
}

.chat-email-link {
  display: inline-flex;
  max-width: 86%;
  padding: 10px 12px;
  border-radius: var(--radius);
  background: rgba(200, 173, 98, 0.12);
  color: var(--gold-soft);
  font-size: 0.88rem;
  line-height: 1.3;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.chat-message.is-loading {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  min-width: 54px;
}

.chat-message.is-loading span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--gold);
  animation: chatPulse 900ms ease-in-out infinite;
}

.chat-message.is-loading span:nth-child(2) {
  animation-delay: 120ms;
}

.chat-message.is-loading span:nth-child(3) {
  animation-delay: 240ms;
}

.chat-form {
  display: grid;
  grid-template-columns: 1fr 44px;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid var(--line-soft);
  background: #080808;
}

.chat-form input {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(244, 239, 228, 0.14);
  border-radius: var(--radius);
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--ink);
  font: inherit;
  font-size: 0.92rem;
  outline: none;
}

.chat-form input:focus {
  border-color: var(--gold);
}

.chat-form button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background: var(--gold);
  color: #090909;
}

.chat-form button:disabled {
  cursor: wait;
  opacity: 0.55;
}

@keyframes chatPulse {
  0%,
  100% {
    opacity: 0.35;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-2px);
  }
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
  }

  .nav {
    max-width: 300px;
    flex-wrap: wrap;
  }

  .statement,
  .photo-feature,
  .booking-section {
    grid-template-columns: 1fr;
  }

  .photo-main {
    min-height: 520px;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 20px 16px;
  }

  .brand,
  .brand img {
    width: 72px;
    height: 72px;
  }

  .nav {
    max-width: 210px;
    gap: 8px 14px;
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .hero {
    min-height: 94svh;
    padding: 140px 16px 28px;
  }

  h1 {
    font-size: clamp(3.8rem, 19vw, 6.2rem);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
    min-width: 0;
  }

  .booking-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-note {
    grid-template-columns: 1fr;
    margin-top: 58px;
  }

  .hero-note span {
    min-height: 52px;
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .hero-note span:last-child {
    border-bottom: 0;
  }

  .statement,
  .photo-feature,
  .rooms-note,
  .booking-section {
    padding: 62px 16px;
  }

  .photo-main {
    min-height: 440px;
  }

  .photo-pair {
    grid-template-columns: 1fr;
  }

  .booking-card {
    padding: 30px 20px;
  }

  .chat-panel {
    right: 12px;
    bottom: 84px;
    width: calc(100vw - 24px);
    height: min(560px, calc(100svh - 112px));
  }

  .chat-launcher {
    right: 14px;
    bottom: 14px;
  }
}
