/* Chanya + Niyara landing */

.cn-landing,
.cn-landing body {
  margin: 0;
  background: #15362d;
}

body.cn-landing {
  font-family: "Source Sans 3", "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
}

body.cn-landing .sohohotel-loading-wrapper,
body.cn-landing .sohohotel-site-wrapper,
body.cn-landing .sohohotel-fixed-navigation-wrapper,
body.cn-landing .sohohotel-header,
body.cn-landing .sohohotel-site-wrapper footer,
body.cn-landing #wpadminbar + .sohohotel-site-wrapper {
  display: none !important;
}

.cn-page {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  color: #fff;
}

/* Top announcement bar */
.cn-topbar {
  flex: 0 0 auto;
  background: #e6dfd2;
  color: #1d2015;
  text-align: center;
  padding: 0.7rem 1.25rem;
  z-index: 3;
}

.cn-topbar__inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  max-width: 1100px;
}

.cn-topbar__icon {
  width: 20px;
  height: 38px;
  display: block;
  flex: 0 0 auto;
}

.cn-topbar__text {
  margin: 0;
  font-family: "Source Sans 3", "Myriad Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.4;
}

.cn-topbar__text em {
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: none;
}

/* Hero */
.cn-hero {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #0b1a16;
}

.cn-hero__video,
.cn-hero__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cn-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(12, 22, 18, 0.28) 0%,
    rgba(12, 22, 18, 0.38) 45%,
    rgba(12, 22, 18, 0.55) 100%
  );
}

.cn-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2.5rem 1.5rem 3rem;
  max-width: 920px;
}

.cn-hero__logo {
  width: min(220px, 58vw);
  height: auto;
  margin: 0 auto 1.35rem;
  display: block;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.25));
}

.cn-hero__welcome {
  margin: 0 0 1.15rem;
  font-family: "Courier Prime", Courier, "Courier New", monospace;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.cn-hero__title {
  margin: 0 0 2.4rem;
  font-family: Aboreto, serif;
  font-weight: 400;
  font-size: clamp(1.85rem, 5.4vw, 4.15rem);
  line-height: 1.12;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 6px 30px rgba(0, 0, 0, 0.28);
}

.cn-hero__title span {
  display: block;
}

.cn-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.15rem;
}

.cn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-width: 230px;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  text-decoration: none;
  font-family: "Source Sans 3", "Myriad Pro", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.cn-btn:hover,
.cn-btn:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.06);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
  outline: none;
}

.cn-btn--chanya {
  background: #4a7264;
  color: #fff;
}

.cn-btn--niyara {
  background: #acb43c;
  color: #15362d;
}

.cn-btn__icon {
  width: 16px;
  height: 30px;
  display: block;
  flex: 0 0 auto;
}

.cn-btn--niyara .cn-btn__icon {
  width: 14px;
  height: 26px;
}

/* Footer bar */
.cn-footer {
  display: block;
  flex: 0 0 auto;
  background: #15362d;
  color: #fff;
  z-index: 3;
}

.cn-footer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem 1.15rem;
  flex-wrap: wrap;
  padding: 0.95rem 1.75rem;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.cn-footer__request,
.cn-footer__emails {
  margin: 0;
  font-family: "Source Sans 3", "Myriad Pro", sans-serif;
  font-size: 0.86rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.cn-footer__request strong {
  font-weight: 700;
  letter-spacing: 0.08em;
}

.cn-footer a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.cn-footer a:hover,
.cn-footer a:focus-visible {
  color: #acb43c;
}

.cn-footer__label {
  margin-right: 0.35rem;
  letter-spacing: 0.08em;
}

@media (max-width: 720px) {
  .cn-topbar__text {
    font-size: 0.82rem;
    letter-spacing: 0.08em;
  }

  .cn-hero__content {
    padding: 2rem 1.15rem 2.4rem;
  }

  .cn-hero__title {
    letter-spacing: 0.12em;
    margin-bottom: 1.8rem;
  }

  .cn-btn {
    min-width: min(280px, 100%);
    width: min(320px, 100%);
  }

  .cn-footer__inner {
    flex-direction: column;
    text-align: center;
    padding: 1rem 1.15rem 1.2rem;
  }
}

@media (min-width: 1100px) {
  .cn-topbar {
    padding: 0.82rem 1.5rem;
  }

  .cn-hero__logo {
    width: 240px;
  }
}
