:root {
  --zs-charcoal: #1a1c20;
  --zs-charcoal-soft: #26292f;
  --zs-cream: #fdfbf7;
  --zs-cream-soft: #f3efe7;
  --zs-gold: #c0a062;
  --zs-gold-soft: rgba(192, 160, 98, 0.18);
  --zs-burgundy: #782834;
  --zs-burgundy-soft: rgba(120, 40, 52, 0.12);
  --zs-text: #2e2c29;
  --zs-text-plain: #333333;
  --zs-muted: #6f6b65;
  --zs-border: rgba(26, 28, 32, 0.12);
  --zs-warm-line: #E8E5DC;
  --zs-shadow: 0 26px 70px rgba(15, 15, 15, 0.12);
  --zs-radius-xl: 34px;
  --zs-radius-lg: 24px;
  --zs-radius-md: 18px;
  --zs-radius-sm: 14px;
  --zs-body-font: Lato, sans-serif;
  --zs-heading-font: Playfair Display, serif;
}

* {
  box-sizing: border-box;
}

html {
  background: linear-gradient(180deg, #f7f2e8 0%, var(--zs-cream) 35%, #efe6d8 100%);
}

body {
  margin: 0;
  color: var(--zs-text);
  font-family: var(--zs-body-font);
  background: transparent;
}

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

a {
  color: var(--zs-burgundy);
  text-decoration: none;
}

a:hover {
  color: var(--zs-gold);
  text-decoration: none;
}

.zs-background-orb {
  position: fixed;
  z-index: 0;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.42;
  pointer-events: none;
}

.zs-background-orb-left {
  top: 6rem;
  left: -8rem;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(120, 40, 52, 0.2), transparent 72%);
}

.zs-background-orb-right {
  top: 16rem;
  right: -10rem;
  width: 28rem;
  height: 28rem;
  background: radial-gradient(circle, rgba(192, 160, 98, 0.22), transparent 72%);
}

.zs-page-shell {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0 56px;
}

.zs-main {
  display: grid;
  gap: 28px;
  margin-top: 24px;
}

.zs-header {
  position: sticky;
  top: 10px;
  z-index: 40;
}

.zs-header-bar {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 18px;
  align-items: center;
  padding: 16px 20px;
  border: 1px solid rgba(253, 251, 247, 0.14);
  border-radius: 999px;
  background: rgba(26, 28, 32, 0.88);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
}

.zs-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.zs-brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--zs-gold), #f3d39e);
  color: var(--zs-charcoal);
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  font-weight: 800;
}

.zs-brand-copy {
  display: grid;
  min-width: 0;
}

.zs-brand-copy strong,
.zs-brand-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zs-brand-copy strong {
  color: var(--zs-cream);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.zs-brand-copy small {
  color: rgba(253, 251, 247, 0.72);
  font-size: 0.78rem;
}

.zs-navbar-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
}

.zs-navbar-nav > li > a {
  min-height: auto;
  padding: 9px 14px;
  color: rgba(253, 251, 247, 0.85);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zs-navbar-nav > li > a:hover,
.zs-navbar-nav > li.uk-parent:hover > a {
  color: var(--zs-gold);
}

.zs-navbar-dropdown {
  border-radius: 18px;
  background: rgba(253, 251, 247, 0.96);
  box-shadow: var(--zs-shadow);
}

.zs-header-action,
.zs-link-pill,
.zs-chip,
.zs-logo-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zs-header-action,
.zs-link-pill {
  background: linear-gradient(135deg, var(--zs-gold), #d9bf8f);
  color: var(--zs-charcoal);
}

.zs-link-pill:hover,
.zs-header-action:hover {
  color: var(--zs-charcoal);
  transform: translateY(-1px);
}

.zs-menu-toggle {
  color: var(--zs-cream);
}

.zs-offcanvas-bar {
  background: linear-gradient(180deg, var(--zs-charcoal) 0%, #121417 100%);
}

.zs-offcanvas-brand {
  margin-bottom: 24px;
  color: var(--zs-cream);
  font-family: "Playfair Display", serif;
  font-size: 1.7rem;
}

.zs-mobile-label {
  display: block;
  padding: 8px 0;
  color: var(--zs-gold);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zs-hero,
.zs-section,
.zs-article-shell {
  border-radius: var(--zs-radius-xl);
  box-shadow: var(--zs-shadow);
}

.zs-hero {
  overflow: hidden;
  padding: clamp(24px, 5vw, 48px);
  background:
    radial-gradient(circle at top right, rgba(192, 160, 98, 0.25), transparent 26%),
    linear-gradient(135deg, rgba(26, 28, 32, 0.98), rgba(33, 36, 43, 0.95));
  color: var(--zs-cream);
}

.zs-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 28px;
  align-items: center;
}

.zs-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: rgba(253, 251, 247, 0.68);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.zs-kicker::before {
  content: "";
  width: 42px;
  height: 1px;
  background: rgba(253, 251, 247, 0.28);
}

.zs-hero h1,
.zs-page-intro h1,
.zs-article-header h1,
.zs-section h2,
.zs-card-title,
.zs-richtext h1,
.zs-richtext h2,
.zs-richtext h3,
.zs-richtext h4,
.zs-richtext h5,
.zs-richtext h6,
.zs-footer-panel h2 {
  margin: 0;
  color: inherit;
  font-family: var(--zs-heading-font);
  line-height: 1;
}

.zs-hero h1 {
  font-size: clamp(3rem, 8vw, 5.5rem);
  letter-spacing: -0.04em;
}

.zs-hero-copy {
  display: grid;
  gap: 18px;
}

.zs-chip-row,
.zs-link-cluster,
.zs-utility-links,
.zs-logo-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.zs-chip {
  border: 1px solid rgba(253, 251, 247, 0.18);
  background: rgba(253, 251, 247, 0.08);
  color: var(--zs-cream);
}

.zs-chip:hover {
  color: var(--zs-cream);
  border-color: rgba(253, 251, 247, 0.36);
}

.zs-utility-links a {
  color: rgba(253, 251, 247, 0.76);
  font-size: 0.9rem;
}

.zs-hero-visual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.4));
}

.zs-hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zs-hero-accent {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: clamp(120px, 28%, 180px);
  border: 1px solid rgba(253, 251, 247, 0.24);
  border-radius: 18px;
  background: rgba(253, 251, 247, 0.08);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.22);
}

.zs-section,
.zs-page-main,
.zs-sidebar-panel,
.zs-article,
.zs-footer-panel {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--zs-border);
  background: rgba(253, 251, 247, 0.92);
}

.zs-section-soft {
  background:
    linear-gradient(180deg, rgba(243, 239, 231, 0.96), rgba(253, 251, 247, 0.94));
}

.zs-section-dark {
  background:
    radial-gradient(circle at top left, rgba(192, 160, 98, 0.14), transparent 26%),
    linear-gradient(135deg, rgba(26, 28, 32, 0.98), rgba(33, 36, 43, 0.94));
  color: var(--zs-cream);
  border-color: rgba(253, 251, 247, 0.1);
}

.zs-section-head,
.zs-page-intro,
.zs-article-header {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}

.zs-section-head h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--zs-charcoal);
}

.zs-section-head-light h2,
.zs-page-intro-light h1 {
  color: var(--zs-cream);
}

.zs-page-intro h1,
.zs-article-header h1 {
  color: var(--zs-charcoal);
  font-size: clamp(2.2rem, 5vw, 4rem);
  letter-spacing: -0.03em;
}

.zs-page-intro-split {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.zs-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.zs-sidebar {
  position: sticky;
  top: 110px;
}

.zs-sidebar-panel h2,
.zs-footer-brand {
  color: var(--zs-charcoal);
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
}

.zs-side-tree,
.zs-footer-tree,
.zs-tree {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.zs-tree-nested {
  margin-top: 10px;
  padding-left: 18px;
  border-left: 1px solid var(--zs-border);
}

.zs-side-tree a,
.zs-footer-tree a,
.zs-tree a {
  color: var(--zs-text);
}

.zs-venue-grid,
.zs-news-grid,
.zs-category-grid {
  display: grid;
  gap: 18px;
}

.zs-venue-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.zs-news-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.zs-category-grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.zs-category-grid.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.zs-card {
  overflow: hidden;
  border: 1px solid var(--zs-border);
  border-radius: var(--zs-radius-lg);
  background: rgba(255, 255, 255, 0.72);
}

.zs-venue-card,
.zs-news-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(243, 239, 231, 0.96));
}

.zs-card-body {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.zs-card-title {
  font-size: 1.6rem;
  line-height: 1.05;
  color: var(--zs-charcoal);
}

.zs-card-index,
.zs-news-date {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--zs-gold-soft);
  color: var(--zs-burgundy);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.zs-card-links,
.zs-footer-inline {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.zs-logo-chip {
  border: 1px solid rgba(26, 28, 32, 0.08);
  background: rgba(255, 255, 255, 0.72);
  color: var(--zs-charcoal);
}

.zs-logo-chip:hover {
  color: var(--zs-burgundy);
}

.zs-gallery-grid,
.zs-partner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 14px;
}

.zs-partner-grid {
  margin-top: 18px;
}

.zs-gallery-card {
  display: grid;
  overflow: hidden;
  border-radius: var(--zs-radius-md);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 26px rgba(15, 15, 15, 0.08);
}

.zs-gallery-card img,
.zs-card-image {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
}

.zs-card-image {
  min-height: 220px;
}

.zs-news-card h3 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 1.55rem;
  line-height: 1.15;
}

.zs-news-card {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.zs-richtext {
  color: var(--zs-text);
  font-size: 1.02rem;
  line-height: 1.85;
}

.zs-richtext > :first-child {
  margin-top: 0;
}

.zs-richtext > :last-child {
  margin-bottom: 0;
}

.zs-richtext h1,
.zs-richtext h2,
.zs-richtext h3,
.zs-richtext h4,
.zs-richtext h5,
.zs-richtext h6 {
  margin-top: 1.5em;
  margin-bottom: 0.65em;
  color: var(--zs-charcoal);
}

.zs-richtext p,
.zs-paragraph {
  margin: 0 0 1.1em;
}

.zs-rich-list,
.zs-richtext ul,
.zs-richtext ol {
  display: grid;
  gap: 10px;
  padding-left: 1.25rem;
  margin: 0 0 1.3em;
}

.zs-figure {
  margin: 0 0 1.5em;
}

.zs-figure img {
  width: 100%;
  border-radius: var(--zs-radius-md);
}

.zs-figure figcaption {
  margin-top: 10px;
  color: var(--zs-muted);
  font-size: 0.88rem;
}

.zs-table-wrap {
  overflow-x: auto;
  margin-bottom: 1.5em;
}

.zs-quote {
  margin: 0 0 1.5em;
  padding: 18px 22px;
  border-left: 4px solid var(--zs-gold);
  border-radius: 0 var(--zs-radius-sm) var(--zs-radius-sm) 0;
  background: rgba(120, 40, 52, 0.05);
}

.zs-code {
  overflow-x: auto;
  padding: 18px;
  border-radius: var(--zs-radius-md);
  background: var(--zs-charcoal);
  color: var(--zs-cream);
}

.zs-separator {
  margin: 1.8em 0;
  border: 0;
  border-top: 1px solid var(--zs-border);
}

.zs-embed iframe,
.zs-audio {
  width: 100%;
  border-radius: var(--zs-radius-md);
}

.zs-breadcrumbs {
  margin: 0;
  padding: 0 6px;
}

.zs-breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.zs-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--zs-muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zs-breadcrumbs li:not(:last-child)::after {
  content: "/";
  color: rgba(26, 28, 32, 0.32);
}

.zs-article-shell {
  display: grid;
  gap: 28px;
}

.zs-article-shell-side {
  grid-template-columns: 270px minmax(0, 1fr) 270px;
}

.zs-article {
  border-radius: var(--zs-radius-xl);
}

.zs-article-summary,
.zs-footer-note {
  margin: 0;
  color: var(--zs-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.zs-content-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--zs-muted);
  font-size: 0.88rem;
}

.zs-toc {
  position: sticky;
  top: 110px;
  padding: 22px;
  border: 1px solid var(--zs-border);
  border-radius: var(--zs-radius-lg);
  background: rgba(253, 251, 247, 0.92);
  box-shadow: 0 16px 40px rgba(15, 15, 15, 0.08);
}

.zs-toc h2 {
  margin: 0 0 16px;
  font-size: 1.3rem;
  color: var(--zs-charcoal);
}

.zs-toc ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.zs-toc-level-3,
.zs-toc-level-4,
.zs-toc-level-5,
.zs-toc-level-6 {
  padding-left: 14px;
}

.zs-main-image {
  margin-bottom: 22px;
}

.zs-main-image img {
  width: 100%;
  border-radius: var(--zs-radius-lg);
}

.zs-statement {
  max-width: 900px;
  margin: 0 auto;
}

.zs-empty-state {
  border-radius: var(--zs-radius-lg);
  border: 1px dashed var(--zs-border);
  padding: 24px;
  background: rgba(255, 255, 255, 0.55);
}

.zs-footer {
  margin-top: 28px;
}

.zs-footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.1fr) repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
}

.zs-footer-panel {
  border-radius: var(--zs-radius-lg);
}

.zs-footer-panel h2 {
  margin-bottom: 14px;
  color: var(--zs-charcoal);
  font-size: 1.45rem;
}

.zs-footer-brand {
  margin-bottom: 10px;
}

.zs-category-card.style-horizontal {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.zs-category-card.style-minimal .zs-card-image {
  display: none;
}

@media (max-width: 1199px) {
  .zs-page-grid,
  .zs-article-shell-side,
  .zs-hero-grid,
  .zs-venue-grid,
  .zs-news-grid,
  .zs-category-grid.cols-2,
  .zs-category-grid.cols-3 {
    grid-template-columns: 1fr;
  }

  .zs-sidebar,
  .zs-toc {
    position: static;
  }

  .zs-header-bar {
    grid-template-columns: auto 1fr auto;
  }

  .zs-header-action {
    display: none;
  }
}

@media (max-width: 767px) {
  .zs-page-shell {
    width: min(100% - 18px, 1240px);
    padding-top: 10px;
  }

  .zs-header-bar {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 14px 16px;
    border-radius: 26px;
  }

  .zs-brand-copy small,
  .zs-brand-copy strong {
    max-width: 150px;
  }

  .zs-hero,
  .zs-section,
  .zs-page-main,
  .zs-sidebar-panel,
  .zs-article,
  .zs-footer-panel {
    padding: 20px;
  }

  .zs-hero-visual {
    min-height: 280px;
  }

  .zs-page-intro-split {
    grid-template-columns: 1fr;
  }

  .zs-category-card.style-horizontal {
    grid-template-columns: 1fr;
  }
}
