:root {
  color-scheme: light;
  --forest: #173f35;
  --forest-deep: #0f2e27;
  --gold: #a68538;
  --yellow: #ffcc00;
  --cream: #fbf7ed;
  --paper: #fffdf8;
  --ink: #1a1a18;
  --muted: #6f6a5f;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 320px;
  height: 100%;
  background: var(--forest-deep);
}

body {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  overflow: hidden;
}

a {
  color: inherit;
}

.landing-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(450px, 0.92fr);
  width: 100%;
  height: 100svh;
  overflow: hidden;
  background: var(--paper);
}

.hotel-portrait {
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  background: var(--forest);
}

.hotel-portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(0.9) contrast(1.02);
  transform: scale(1.012);
}

.portrait-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(13, 40, 33, 0.08), rgba(13, 40, 33, 0.02) 48%, rgba(13, 40, 33, 0.65)),
    linear-gradient(90deg, rgba(13, 40, 33, 0.14), transparent 40%);
  pointer-events: none;
}

.photo-caption {
  position: absolute;
  left: clamp(1.25rem, 3vw, 3rem);
  bottom: clamp(1.25rem, 3vw, 2.6rem);
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.photo-caption span {
  color: #fff;
  font-weight: 700;
}

.welcome-panel {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  height: 100%;
  padding: clamp(1.5rem, 5vh, 4rem) clamp(2rem, 5vw, 5rem);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 204, 0, 0.13), transparent 28%),
    linear-gradient(135deg, rgba(166, 133, 56, 0.055), transparent 38%),
    var(--paper);
}

.welcome-panel::before {
  content: "";
  position: absolute;
  inset: 1rem;
  z-index: -1;
  border: 1px solid rgba(166, 133, 56, 0.18);
  pointer-events: none;
}

.topline {
  position: absolute;
  top: clamp(1.35rem, 3.3vh, 2.5rem);
  left: clamp(2rem, 5vw, 5rem);
  right: clamp(2rem, 5vw, 5rem);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--gold);
}

.topline span:not(.topline-mark) {
  height: 1px;
  flex: 1;
  background: rgba(166, 133, 56, 0.35);
}

.topline-mark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
}

.brand-logo {
  display: block;
  width: clamp(8.4rem, 14vw, 12.5rem);
  height: auto;
  margin: 0 0 clamp(1rem, 2.5vh, 1.7rem);
}

.message {
  max-width: 35rem;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.58rem;
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.status-dot {
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 auto;
  border: 2px solid rgba(166, 133, 56, 0.35);
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 4px rgba(255, 204, 0, 0.12);
}

h1 {
  max-width: 13ch;
  margin: 0;
  color: var(--forest-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 4.2vw, 4.85rem);
  font-weight: 400;
  letter-spacing: -0.047em;
  line-height: 0.98;
  text-wrap: balance;
}

.intro {
  max-width: 34rem;
  margin: clamp(1rem, 2.4vh, 1.6rem) 0 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.22vw, 1.18rem);
  line-height: 1.62;
}

.actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  width: min(100%, 34rem);
  margin-top: clamp(1.2rem, 3vh, 2.1rem);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.62rem;
  min-height: 3.15rem;
  padding: 0.85rem 1.1rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button svg {
  width: 1.08rem;
  height: 1.08rem;
  fill: currentColor;
}

.button-primary {
  color: #fff;
  background: var(--forest);
  box-shadow: 0 0.65rem 1.7rem rgba(23, 63, 53, 0.17);
}

.button-gold {
  color: var(--forest-deep);
  background: var(--yellow);
  box-shadow: 0 0.65rem 1.7rem rgba(166, 133, 56, 0.15);
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary:hover {
  background: var(--forest-deep);
  box-shadow: 0 0.85rem 2.1rem rgba(23, 63, 53, 0.24);
}

.button-gold:hover {
  background: #ffd630;
  box-shadow: 0 0.85rem 2.1rem rgba(166, 133, 56, 0.23);
}

.button:focus-visible,
.quick-links a:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 1.25rem;
  width: min(100%, 34rem);
  margin-top: clamp(1rem, 2.5vh, 1.7rem);
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.quick-links a {
  display: grid;
  gap: 0.14rem;
  min-width: 0;
  padding-bottom: 0.38rem;
  border-bottom: 1px solid rgba(166, 133, 56, 0.27);
  text-decoration: none;
  transition: color 160ms ease, border-color 160ms ease;
}

.quick-links a:hover {
  color: var(--gold);
  border-color: var(--gold);
}

.quick-links a > span:first-child {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quick-links strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-weight: 650;
  line-height: 1.25;
}

.arrow {
  display: inline-block;
  margin-left: 0.15rem;
  font-size: 1rem;
  transition: transform 160ms ease;
}

.quick-links a:hover .arrow {
  transform: translate(2px, -2px);
}

footer {
  position: absolute;
  left: clamp(2rem, 5vw, 5rem);
  right: clamp(2rem, 5vw, 5rem);
  bottom: clamp(1rem, 2.5vh, 1.8rem);
  display: grid;
  justify-items: center;
  gap: 0.5rem;
  text-align: center;
  color: #8a8376;
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.footer-signature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.55rem, 1vw, 0.9rem);
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.footer-signature::before,
.footer-signature::after {
  content: "";
  width: clamp(1.25rem, 3vw, 2.4rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(166, 133, 56, 0.85));
}

.footer-signature::after {
  transform: rotate(180deg);
}

.footer-signature i {
  color: var(--gold);
  font-family: inherit;
  font-size: 0.42rem;
  font-style: normal;
  text-shadow: none;
}

.footer-credit {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-transform: none;
  white-space: nowrap;
}

.heart {
  color: var(--gold);
  font-size: 0.8rem;
}

.footer-credit a {
  color: var(--forest);
  font-weight: 500;
  text-decoration-color: rgba(23, 63, 53, 0.35);
  text-underline-offset: 0.2em;
}

.footer-credit a:hover {
  color: var(--gold);
}

@media (max-width: 900px) {
  .landing-shell {
    grid-template-columns: 42% minmax(0, 1fr);
  }

  .welcome-panel {
    padding-right: clamp(1.5rem, 4vw, 3rem);
    padding-left: clamp(1.5rem, 4vw, 3rem);
  }

  .topline,
  footer {
    right: clamp(1.5rem, 4vw, 3rem);
    left: clamp(1.5rem, 4vw, 3rem);
  }

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

@media (max-width: 680px) {
  body {
    overflow: hidden;
  }

  .landing-shell {
    grid-template-columns: 1fr;
    grid-template-rows: 32svh 68svh;
  }

  .hotel-portrait img {
    object-position: 53% 58%;
  }

  .photo-caption {
    left: 1.2rem;
    bottom: 1rem;
  }

  .welcome-panel {
    justify-content: flex-start;
    padding: 1.05rem 1.2rem calc(0.8rem + env(safe-area-inset-bottom));
    overflow: hidden;
  }

  .welcome-panel::before,
  .topline {
    display: none;
  }

  footer {
    right: 1.2rem;
    bottom: calc(0.7rem + env(safe-area-inset-bottom));
    left: 1.2rem;
  }

  .brand-logo {
    width: clamp(6.6rem, 28vw, 8.4rem);
    margin: 0 0 0.45rem;
  }

  .eyebrow {
    margin-bottom: 0.45rem;
    font-size: 0.75rem;
  }

  h1 {
    max-width: 16ch;
    font-size: clamp(1.75rem, 8.2vw, 2.55rem);
    line-height: 0.99;
  }

  .intro {
    margin-top: 0.55rem;
    font-size: 0.92rem;
    line-height: 1.38;
  }

  .actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    margin-top: 0.8rem;
  }

  .button {
    min-height: 2.7rem;
    padding: 0.62rem 0.75rem;
    font-size: 0.75rem;
    letter-spacing: 0.045em;
  }

  .button svg {
    width: 0.95rem;
    height: 0.95rem;
  }

  .quick-links {
    gap: 0.5rem;
    margin-top: 0.7rem;
    font-size: 0.75rem;
  }
}

@media (max-width: 400px) {
  .landing-shell {
    grid-template-rows: 29svh 71svh;
  }

  .quick-links {
    width: 100%;
  }
}

@media (max-width: 680px) and (max-height: 680px) {
  .landing-shell {
    grid-template-rows: 27svh 73svh;
  }

  .brand-logo {
    width: 5.6rem;
    margin-bottom: 0.2rem;
  }

  .eyebrow {
    margin-bottom: 0.25rem;
  }

  h1 {
    font-size: 1.65rem;
  }

  .intro {
    margin-top: 0.35rem;
    font-size: 0.84rem;
    line-height: 1.28;
  }

  .actions {
    margin-top: 0.5rem;
  }

  .quick-links {
    margin-top: 0.45rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
