:root {
  --luxe-black: #0c0b0b;
  --luxe-charcoal: #171515;
  --luxe-charcoal-2: #221f1e;
  --luxe-ivory: #f6f1e8;
  --luxe-paper: #fffdf8;
  --luxe-gold: #c7a469;
  --luxe-gold-light: #e3c58e;
  --luxe-crimson: #9f2032;
  --luxe-text: #1f1c1b;
  --luxe-muted: #746d67;
  --luxe-border: #ddd4c7;
  --luxe-shadow: 0 20px 55px rgba(21, 16, 12, .12);
}

body.nye2027luxe-single-post {
  margin: 0;
  background:
    linear-gradient(180deg, #151313 0, #151313 320px, #f2eee7 320px, #f2eee7 100%);
  color: var(--luxe-text);
  font-family: "DM Sans", sans-serif;
}

body.nye2027luxe-single-post *,
body.nye2027luxe-single-post *::before,
body.nye2027luxe-single-post *::after {
  box-sizing: border-box;
}

body.nye2027luxe-single-post a {
  text-decoration: none;
}

.luxe-site-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.luxe-topbar {
  background: var(--luxe-black);
  color: #d9d0c3;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.luxe-topbar-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.luxe-topbar a {
  color: var(--luxe-gold-light);
  font-weight: 700;
}

.luxe-site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(12,11,11,.97);
  color: #fff;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.admin-bar .luxe-site-header {
  top: 32px;
}

.luxe-nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.luxe-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #fff;
}

.luxe-brand-mark {
  width: 46px;
  height: 46px;
  border: 1px solid var(--luxe-gold);
  color: var(--luxe-gold-light);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 18px;
  box-shadow: inset 0 0 0 5px rgba(199,164,105,.08);
}

.luxe-brand strong,
.luxe-brand small {
  display: block;
}

.luxe-brand strong {
  font-size: 17px;
  letter-spacing: .4px;
}

.luxe-brand small {
  margin-top: 2px;
  color: #a9a19a;
  font-size: 10px;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.luxe-main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}

.luxe-main-nav a {
  color: #ded8d1;
  font-size: 14px;
  font-weight: 600;
}

.luxe-main-nav a:hover {
  color: var(--luxe-gold-light);
}

.luxe-nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.luxe-nav-pill,
.luxe-menu-btn {
  height: 38px;
  padding: 0 12px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  color: white;
  background: transparent;
  font-size: 14px;
}

.luxe-menu-btn {
  display: none;
  cursor: pointer;
}

.luxe-single-main {
  min-height: 70vh;
}

.luxe-article-bar {
  background: #151313;
  color: #b8afa7;
  padding: 30px 0 76px;
}

.luxe-article-bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}

.luxe-article-bar a {
  color: var(--luxe-gold-light);
}

.luxe-current-guide {
  color: #d7d0c8;
}

.luxe-article-shell {
  width: min(1240px, calc(100% - 34px));
  margin: -46px auto 90px;
}

.luxe-reading-frame {
  background: #fff;
  border: 1px solid rgba(199,164,105,.24);
  border-radius: 20px;
  box-shadow: var(--luxe-shadow);
  overflow: visible;
}

.luxe-post-meta {
  min-height: 58px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid var(--luxe-border);
  color: var(--luxe-muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.luxe-post-label {
  color: var(--luxe-crimson);
  font-weight: 800;
  letter-spacing: 1.5px;
}

.luxe-generated-content {
  padding: 28px;
  overflow: visible;
}

/* Prevent Kadence and the template from constraining generated article layouts. */
.luxe-generated-content > * {
  max-width: none;
}

.luxe-generated-content .nye-kit-maldives {
  margin: 0 auto;
  border: 0;
  border-radius: 13px;
}

.luxe-generated-content .nye-kit-singapore {
  max-width: 1200px;
  margin: 0 auto;
}

/* Keep embedded sticky article navigation below the branded header. */
.luxe-generated-content .nav-sticky,
.luxe-generated-content .nye-nav {
  scroll-margin-top: 126px;
}

.luxe-generated-content [id] {
  scroll-margin-top: 135px;
}

/* Upgrade article links while respecting component-specific buttons. */
.luxe-generated-content a:not([class]) {
  color: #8d1f2d;
  text-decoration: underline;
  text-decoration-color: rgba(141,31,45,.35);
  text-underline-offset: 3px;
}

.luxe-post-footer {
  margin-top: 28px;
  padding: 34px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(159,32,50,.35), transparent 32%),
    var(--luxe-charcoal);
  border-radius: 16px;
}

.luxe-post-footer h2 {
  margin: 8px 0 0;
  color: #fffdf8;
  font-family: "Playfair Display", serif;
  font-size: clamp(27px, 3vw, 40px);
}

.luxe-post-footer > a {
  flex: 0 0 auto;
  padding: 14px 18px;
  color: #fff;
  background: var(--luxe-crimson);
  border-radius: 8px;
  font-weight: 800;
}

.luxe-site-footer {
  padding-top: 70px;
  color: #d8d1ca;
  background: var(--luxe-black);
}

.luxe-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 50px;
  padding-bottom: 50px;
}

.luxe-footer-brand {
  color: #fff;
}

.luxe-footer-grid p {
  max-width: 330px;
  color: #8f8882;
  line-height: 1.7;
}

.luxe-footer-grid h4 {
  margin: 0 0 18px;
  color: #fff;
}

.luxe-footer-grid > div > a:not(.luxe-brand) {
  display: block;
  margin: 11px 0;
  color: #a9a19b;
  font-size: 14px;
}

.luxe-footer-grid > div > a:hover {
  color: var(--luxe-gold-light);
}

.luxe-footer-bottom {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.09);
  color: #7f7974;
  font-size: 12px;
}

@media (max-width: 1020px) {
  .luxe-main-nav {
    position: fixed;
    inset: 124px 20px auto 20px;
    display: none;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    background: var(--luxe-charcoal);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0,0,0,.35);
  }

  .admin-bar .luxe-main-nav {
    inset-block-start: 156px;
  }

  .luxe-main-nav.is-open {
    display: flex;
  }

  .luxe-menu-btn {
    display: grid;
  }

  .luxe-post-footer,
  .luxe-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .luxe-post-footer {
    align-items: flex-start;
  }
}

@media (max-width: 782px) {
  .admin-bar .luxe-site-header {
    top: 46px;
  }

  .admin-bar .luxe-main-nav {
    inset-block-start: 170px;
  }
}

@media (max-width: 720px) {
  body.nye2027luxe-single-post {
    background:
      linear-gradient(180deg, #151313 0, #151313 260px, #f2eee7 260px, #f2eee7 100%);
  }

  .luxe-site-container {
    width: min(100% - 26px, 1180px);
  }

  .luxe-topbar-inner {
    justify-content: center;
    text-align: center;
  }

  .luxe-topbar a,
  .luxe-nav-pill {
    display: none;
  }

  .luxe-brand small {
    display: none;
  }

  .luxe-nav-wrap {
    min-height: 68px;
  }

  .luxe-article-bar {
    padding: 22px 0 60px;
  }

  .luxe-article-shell {
    width: min(100% - 14px, 1240px);
    margin-top: -36px;
    margin-bottom: 60px;
  }

  .luxe-reading-frame {
    border-radius: 14px;
  }

  .luxe-post-meta {
    min-height: 52px;
    padding: 10px 18px;
    flex-wrap: wrap;
  }

  .luxe-generated-content {
    padding: 8px;
  }

  .luxe-generated-content .nye-kit-maldives {
    border-radius: 9px;
  }

  .luxe-post-footer {
    margin-inline: 4px;
    padding: 28px 22px;
    flex-direction: column;
  }

  .luxe-footer-grid {
    grid-template-columns: 1fr;
  }

  .luxe-footer-bottom {
    min-height: 82px;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    text-align: center;
  }
}
