body.premium-suite-page {
  margin: 0;
  background:
    radial-gradient(circle at 8% 4%, rgba(201, 169, 97, 0.18), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(26, 58, 46, 0.16), transparent 34%),
    #faf6ee;
  color: #2c2416;
  font-family: Lato, Arial, sans-serif;
  line-height: 1.68;
}

.premium-suite-page .site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1.5rem;
  border-bottom: 3px solid #c9a961;
  background: #0f2a20;
}

.premium-suite-page .nav-brand {
  color: #faf6ee;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}

.premium-suite-page .nav-brand span {
  color: #c9a961;
}

.premium-suite-page .nav-links {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
  min-width: 0;
}

.premium-suite-page .nav-links a {
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  color: rgba(250, 246, 238, 0.86);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.premium-suite-page .nav-links a:hover {
  background: rgba(250, 246, 238, 0.08);
  color: #f1ddaa;
}

.premium-hero {
  background:
    radial-gradient(circle at 18% 16%, rgba(201, 169, 97, 0.22), transparent 38%),
    linear-gradient(135deg, #0f2a20 0%, #17382c 58%, #2d5a45 100%);
  color: #faf6ee;
  padding: 4.6rem 1.5rem 4rem;
}

.premium-hero__inner,
.premium-main,
.premium-footer__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.premium-kicker {
  display: inline-flex;
  padding: 0.42rem 0.9rem;
  border: 1px solid rgba(201, 169, 97, 0.46);
  border-radius: 999px;
  background: rgba(201, 169, 97, 0.14);
  color: #f1ddaa;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.premium-hero h1 {
  max-width: 920px;
  margin: 1rem 0 0.9rem;
  color: #fff9ec;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 4.2rem);
  line-height: 1.04;
}

.premium-hero p {
  max-width: 820px;
  margin: 0;
  color: rgba(250, 246, 238, 0.86);
  font-size: 1.06rem;
}

.premium-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.55rem;
}

.premium-stat {
  padding: 1rem;
  border: 1px solid rgba(201, 169, 97, 0.32);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
}

.premium-stat strong {
  display: block;
  color: #f1ddaa;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.22rem;
}

.premium-stat span {
  display: block;
  margin-top: 0.2rem;
  color: rgba(250, 246, 238, 0.72);
  font-size: 0.86rem;
}

.premium-main {
  padding: 3rem 1.5rem 4.8rem;
}

.premium-section {
  margin: 0 0 1.35rem;
  padding: 1.45rem;
  border: 1px solid #e3dac4;
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 18px 44px rgba(15, 42, 32, 0.07);
}

.premium-section h2 {
  margin: 0 0 0.65rem;
  color: #0f2a20;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.12;
}

.premium-section p {
  margin: 0.25rem 0 0;
  color: #665f52;
}

.premium-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.premium-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.premium-card {
  padding: 1.12rem;
  border: 1px solid #e3dac4;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fbf5e8);
}

.premium-card h3 {
  margin: 0 0 0.45rem;
  color: #0f2a20;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.18rem;
  line-height: 1.2;
}

.premium-card ul,
.premium-section ul {
  margin: 0.75rem 0 0;
  padding-left: 1.15rem;
  color: #665f52;
}

.premium-card li,
.premium-section li {
  margin: 0.35rem 0;
}

.premium-card a,
.premium-section a,
.premium-footer a {
  color: #17382c;
  font-weight: 900;
  text-decoration: none;
}

.premium-pill {
  display: inline-flex;
  width: max-content;
  margin-bottom: 0.45rem;
  padding: 0.3rem 0.58rem;
  border-radius: 999px;
  background: rgba(201, 169, 97, 0.16);
  color: #a8862f;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.premium-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.premium-button,
.premium-actions a,
.premium-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(201, 169, 97, 0.44);
  border-radius: 999px;
  background: #fff;
  color: #0f2a20;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.premium-button:hover,
.premium-actions a:hover,
.premium-actions button:hover {
  background: #17382c;
  border-color: #17382c;
  color: #fff7e6;
}

.premium-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 1rem;
  align-items: start;
}

.premium-sticky {
  position: sticky;
  top: 1rem;
  background:
    radial-gradient(circle at 10% 10%, rgba(201, 169, 97, 0.18), transparent 34%),
    linear-gradient(180deg, #fffdf8, #f3ecdb);
}

.review-list {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.review-check {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  padding: 0.85rem;
  border: 1px solid #e3dac4;
  border-radius: 16px;
  background: #fff;
}

.review-check input {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.2rem;
  accent-color: #17382c;
}

.review-check strong {
  display: block;
  color: #0f2a20;
}

.review-check span {
  display: block;
  color: #665f52;
  font-size: 0.9rem;
}

.review-output {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.9rem;
}

.review-output a,
.route-row {
  display: block;
  padding: 0.72rem 0.85rem;
  border: 1px solid #e3dac4;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.74);
}

.route-row strong {
  display: block;
  color: #0f2a20;
}

.route-row span {
  display: block;
  margin-top: 0.12rem;
  color: #665f52;
  font-size: 0.9rem;
}

.premium-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  background: #fff;
  border: 1px solid #e3dac4;
  border-radius: 14px;
  overflow: hidden;
}

.premium-table th,
.premium-table td {
  padding: 0.8rem 0.9rem;
  border-bottom: 1px solid #e3dac4;
  text-align: left;
  vertical-align: top;
}

.premium-table th {
  background: #f3ecdb;
  color: #0f2a20;
  font-family: "Playfair Display", Georgia, serif;
}

.premium-table tr:last-child td {
  border-bottom: 0;
}

.premium-footer {
  border-top: 3px solid #c9a961;
  background: #0f2a20;
  color: #d8cfb5;
  padding: 2.5rem 1.5rem 2rem;
}

.premium-footer a {
  color: #f1ddaa;
}

@media print {
  .site-nav,
  .premium-actions,
  .premium-footer,
  .tdx-find-btn,
  .tdx-search-btn,
  .tdx-theme-toggle {
    display: none !important;
  }

  .premium-hero {
    padding: 1rem 0;
    background: #fff;
    color: #111;
  }

  .premium-hero h1,
  .premium-section h2,
  .premium-card h3 {
    color: #111;
  }

  .premium-main {
    padding: 0;
  }

  .premium-section,
  .premium-card {
    box-shadow: none;
    break-inside: avoid;
  }
}

@media (max-width: 980px) {
  .premium-stats,
  .premium-grid,
  .premium-grid--two,
  .premium-layout {
    grid-template-columns: 1fr;
  }

  .premium-sticky {
    position: static;
  }
}

@media (max-width: 720px) {
  .premium-suite-page .site-nav {
    align-items: stretch;
    flex-direction: column;
  }

  .premium-suite-page .nav-links {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    -webkit-overflow-scrolling: touch;
  }

  .premium-hero {
    padding: 3.2rem 1.1rem 2.8rem;
  }

  .premium-main {
    padding: 2rem 1rem 3.4rem;
  }

  .premium-section {
    padding: 1.1rem;
    border-radius: 18px;
  }

  .premium-actions a,
  .premium-actions button,
  .premium-button {
    width: 100%;
  }

  .premium-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
