:root {
  color-scheme: dark;
  --bg: #0b0f10;
  --text: #f5f7f2;
  --muted: #b7c1bd;
  --line: rgba(255, 255, 255, 0.16);
  --panel: rgba(13, 18, 19, 0.82);
  --panel-strong: rgba(17, 24, 25, 0.94);
  --accent: #35d2c4;
  --accent-2: #91a7ff;
  --accent-3: #d8b15b;
  --accent-4: #ff7a70;
  --danger: #e06d66;
  --radius: 8px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  background: var(--bg);
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-size: 15px;
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-shell {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), transparent 260px),
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 10%, transparent), transparent 46%),
    linear-gradient(315deg, color-mix(in srgb, var(--accent-2) 9%, transparent), transparent 52%),
    var(--bg);
}

.theme-tcc { --bg: #070d0d; --accent: #38ded0; --accent-2: #d6ba67; --accent-3: #ff776d; --accent-4: #8fa7ff; }
.theme-cyrcys { --bg: #061011; --accent: #22dff0; --accent-2: #7eed62; --accent-3: #f4bd45; --accent-4: #e95fa0; }
.theme-stllc { --accent: #d7d1c4; --accent-2: #6fb8c8; --accent-3: #b59b6a; }
.theme-worldwide { --accent: #61d6c7; --accent-2: #65a4ff; --accent-3: #8bd17c; }
.theme-design { --accent: #cbbba0; --accent-2: #7dc8c0; --accent-3: #f0c861; }
.theme-ji { --accent: #d3c0a3; --accent-2: #9fb8cc; --accent-3: #d77c64; }
.theme-games { --accent: #ffd34f; --accent-2: #55d3ff; --accent-3: #ff7a70; }
.theme-albania { --bg: #071114; --accent: #d94a43; --accent-2: #68bfd6; --accent-3: #dcb866; --muted: #c8d4d2; }
.theme-zana { color-scheme: light; --bg: #eef5ef; --text: #082a22; --muted: #4b645b; --line: rgba(8, 42, 34, 0.16); --panel: rgba(255, 255, 255, 0.82); --panel-strong: #ffffff; --accent: #2f8f63; --accent-2: #1a7894; --accent-3: #b58936; --shadow: 0 20px 54px rgba(12, 54, 43, 0.14); }

.theme-tcc[data-theme="light"],
.theme-cyrcys[data-theme="light"] {
  color-scheme: light;
  --bg: #f5f8f6;
  --text: #101817;
  --muted: #52615d;
  --line: rgba(16, 24, 23, 0.16);
  --panel: rgba(255, 255, 255, 0.86);
  --panel-strong: #ffffff;
  --shadow: 0 22px 70px rgba(16, 34, 32, 0.16);
}

.theme-tcc[data-theme="dark"],
.theme-cyrcys[data-theme="dark"] {
  color-scheme: dark;
}

@media (prefers-color-scheme: light) {
  .theme-tcc[data-theme="system"],
  .theme-cyrcys[data-theme="system"] {
    color-scheme: light;
    --bg: #f5f8f6;
    --text: #101817;
    --muted: #52615d;
    --line: rgba(16, 24, 23, 0.16);
    --panel: rgba(255, 255, 255, 0.86);
    --panel-strong: #ffffff;
    --shadow: 0 22px 70px rgba(16, 34, 32, 0.16);
  }
}

:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--accent) 82%, white 10%);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  padding: 12px 16px;
  border-radius: 6px;
  background: #ffffff;
  color: #082f27;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
  transform: translateY(calc(-100% - 20px));
}

.skip-link:focus-visible {
  transform: translateY(0);
}

.skip-target {
  scroll-margin-top: 88px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 18px;
  min-height: 64px;
  padding: 12px clamp(18px, 5vw, 72px);
  background: rgba(7, 10, 11, 0.74);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  text-decoration: none;
  font-weight: 760;
}

.brand-mark {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border: 1px solid color-mix(in srgb, var(--accent) 58%, white 8%);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--accent-3) 92%, white 8%) 0 3px, transparent 4px),
    conic-gradient(from 42deg, var(--accent), var(--accent-2), var(--accent-3), var(--accent));
  box-shadow: 0 0 26px color-mix(in srgb, var(--accent) 26%, transparent);
}

.brand-mark-logo {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background: #0e2c2d;
  overflow: hidden;
}

.brand-mark-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-text {
  display: block;
  max-width: min(34vw, 300px);
  overflow: hidden;
  color: var(--text);
  font-size: 16px;
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

nav a {
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--muted);
  text-decoration: none;
}

nav a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.topbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  gap: 14px;
  min-width: 0;
}

.topbar-controls {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
}

.language-switch {
  display: inline-flex;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.language-switch a {
  min-width: 34px;
  padding: 6px 8px;
  border-radius: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 780;
  text-align: center;
  text-decoration: none;
}

.language-switch a.active,
.language-switch a:hover {
  background: color-mix(in srgb, var(--accent) 78%, #071010 22%);
  color: #071010;
}

.language-select {
  position: relative;
  display: inline-grid;
  align-items: center;
  width: 70px;
  min-width: 70px;
}

.language-select::after {
  position: absolute;
  right: 10px;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  pointer-events: none;
  transform: translateY(-2px) rotate(45deg);
}

.language-select select {
  width: 100%;
  min-height: 38px;
  padding: 0 26px 0 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  appearance: none;
  background: color-mix(in srgb, var(--panel-strong) 70%, transparent);
  color: var(--text);
  cursor: pointer;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0;
}

.menu-toggle {
  display: none;
  place-items: center;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--panel-strong) 74%, transparent);
  color: var(--text);
  cursor: pointer;
}

.menu-toggle svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.icon-button {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--panel-strong) 70%, transparent);
  color: var(--text);
  cursor: pointer;
}

.icon-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-button:hover {
  background: color-mix(in srgb, var(--accent) 18%, var(--panel-strong));
}

.hero {
  position: relative;
  min-height: min(760px, 84vh);
  display: grid;
  align-items: end;
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid var(--line);
}

.hero.compact {
  min-height: 520px;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 8, 9, 0.92) 0%, rgba(5, 8, 9, 0.72) 42%, rgba(5, 8, 9, 0.22) 100%),
    linear-gradient(0deg, rgba(5, 8, 9, 0.92), rgba(5, 8, 9, 0.08) 58%);
}

.hero-copy {
  position: relative;
  width: min(860px, calc(100vw - 36px));
  padding: clamp(36px, 8vw, 96px) clamp(18px, 5vw, 72px);
}

.theme-albania .hero {
  min-height: min(500px, 56vh);
  align-items: center;
  background-position: center 44%;
}

.theme-albania .hero-scrim {
  background:
    linear-gradient(90deg, rgba(3, 13, 19, 0.82) 0%, rgba(3, 13, 19, 0.54) 36%, rgba(3, 13, 19, 0.06) 76%),
    linear-gradient(0deg, rgba(3, 13, 19, 0.62), rgba(3, 13, 19, 0.04) 58%);
}

.theme-albania .topbar {
  min-height: 54px;
  padding-top: 9px;
  padding-bottom: 9px;
  background: rgba(3, 11, 14, 0.84);
}

.theme-albania .brand span,
.theme-albania h1,
.theme-albania h2 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 820;
}

.theme-albania .brand span {
  font-size: 17px;
  line-height: 1.1;
}

.theme-albania .brand-mark {
  position: relative;
  width: 34px;
  height: 34px;
  border: 5px solid #e5202d;
  border-right-color: transparent;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
}

.theme-albania .brand-mark::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 3px solid #e5202d;
  border-right-color: transparent;
  border-radius: 50%;
}

.theme-cyrcys .brand-text,
.theme-cyrcys h1,
.theme-cyrcys h2 {
  font-family: Oxanium, "Space Grotesk", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 760;
}

.theme-cyrcys .brand-mark {
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), transparent 30%),
    conic-gradient(from 20deg, #70d36b, #34bfe0, #f0c861, #70d36b);
}

.theme-tcc.site-shell,
.theme-cyrcys.site-shell {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), transparent 320px),
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 11%, transparent), transparent 42%),
    linear-gradient(315deg, color-mix(in srgb, var(--accent-3) 10%, transparent), transparent 54%),
    var(--bg);
}

.theme-tcc .topbar,
.theme-cyrcys .topbar {
  background: rgba(3, 8, 9, 0.82);
}

.theme-tcc nav a,
.theme-cyrcys nav a {
  font-size: 13px;
  font-weight: 760;
}

.theme-tcc .hero,
.theme-cyrcys .hero {
  min-height: min(720px, 82vh);
  background-position: center 44%;
}

.theme-tcc .hero-scrim {
  background:
    linear-gradient(90deg, rgba(4, 8, 8, 0.94) 0%, rgba(4, 8, 8, 0.72) 45%, rgba(4, 8, 8, 0.2) 100%),
    linear-gradient(0deg, rgba(4, 8, 8, 0.9), rgba(4, 8, 8, 0.1) 58%);
}

.theme-cyrcys .hero-scrim {
  background:
    linear-gradient(90deg, rgba(3, 9, 10, 0.94) 0%, rgba(3, 9, 10, 0.66) 48%, rgba(3, 9, 10, 0.18) 100%),
    linear-gradient(0deg, rgba(3, 9, 10, 0.92), rgba(3, 9, 10, 0.08) 58%);
}

.theme-tcc .hero-copy,
.theme-cyrcys .hero-copy {
  width: min(920px, calc(100vw - 36px));
}

.theme-albania nav a {
  color: #eef6f5;
  font-size: 13px;
  font-weight: 760;
}

.theme-albania .hero-copy {
  width: min(700px, calc(100vw - 36px));
  padding-top: clamp(28px, 4vw, 54px);
  padding-bottom: clamp(28px, 4vw, 54px);
}

.theme-albania h1 {
  max-width: 680px;
  font-size: clamp(34px, 4.1vw, 56px);
  line-height: 1;
}

.theme-albania .hero-copy p {
  max-width: 520px;
  color: #f4fbfa;
  font-size: clamp(16px, 1.35vw, 18px);
}

.theme-albania .button.primary {
  border-color: #e13f45;
  background: #c91f2c;
  color: #ffffff;
}

.theme-albania .button.secondary {
  background: rgba(255, 255, 255, 0.04);
}

.theme-zana.site-shell {
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0) 360px),
    linear-gradient(135deg, rgba(47, 143, 99, 0.13), rgba(26, 120, 148, 0.04) 48%, transparent 70%),
    var(--bg);
}

.theme-zana .topbar {
  min-height: 58px;
  background: rgba(248, 252, 248, 0.86);
  border-bottom-color: rgba(8, 42, 34, 0.14);
}

.theme-zana .brand-mark {
  border-color: rgba(47, 143, 99, 0.32);
  background:
    radial-gradient(circle at 50% 50%, #f3d78c 0 3px, transparent 4px),
    conic-gradient(from 36deg, #2f8f63, #1a7894, #b58936, #2f8f63);
  box-shadow: 0 10px 24px rgba(47, 143, 99, 0.18);
}

.theme-zana .brand-text,
.theme-zana nav a {
  color: #12362c;
}

.theme-zana nav a {
  font-size: 13px;
  font-weight: 760;
}

.theme-zana nav a:hover {
  color: #082a22;
  background: rgba(47, 143, 99, 0.1);
}

.theme-zana .language-switch {
  background: rgba(255, 255, 255, 0.74);
}

.theme-zana .language-switch a.active,
.theme-zana .language-switch a:hover {
  background: #2f8f63;
  color: #ffffff;
}

.theme-zana .hero {
  min-height: min(660px, 74vh);
  align-items: center;
  background-position: center 46%;
}

.theme-zana .hero-scrim {
  background:
    linear-gradient(90deg, rgba(239, 245, 239, 0.96) 0%, rgba(239, 245, 239, 0.82) 42%, rgba(239, 245, 239, 0.22) 76%, rgba(239, 245, 239, 0.04) 100%),
    linear-gradient(0deg, rgba(239, 245, 239, 0.72), rgba(239, 245, 239, 0.04) 58%);
}

.theme-zana .hero-copy {
  width: min(760px, calc(100vw - 36px));
  padding-top: clamp(40px, 6vw, 82px);
  padding-bottom: clamp(40px, 6vw, 82px);
}

.theme-zana h1,
.theme-zana h2 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 820;
}

.theme-zana h1 {
  max-width: 720px;
  font-size: clamp(40px, 5.2vw, 68px);
}

.theme-zana .hero-copy p {
  max-width: 590px;
  color: #284b41;
  font-size: clamp(16px, 1.35vw, 19px);
}

.theme-zana .status-row span {
  background: rgba(255, 255, 255, 0.68);
  color: #12362c;
}

.theme-zana .button.primary {
  border-color: #2f8f63;
  background: #2f8f63;
  color: #ffffff;
}

.theme-zana .button.secondary {
  background: rgba(255, 255, 255, 0.66);
  color: #12362c;
}

.theme-zana .page-intro {
  display: none;
}

.theme-zana .content-band {
  width: min(1120px, calc(100vw - 48px));
  border-top: 0;
}

.theme-zana .content-band.kind-statement,
.theme-zana .content-band.kind-brief {
  background: #ffffff;
  box-shadow: 0 0 0 100vmax #ffffff;
  clip-path: inset(0 -100vmax);
}

.theme-zana .content-band.kind-media {
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1fr);
  align-items: center;
}

.theme-zana .content-band.kind-lanes {
  background: #0d4035;
  box-shadow: 0 0 0 100vmax #0d4035;
  clip-path: inset(0 -100vmax);
  color: #ffffff;
}

.theme-zana .content-band.kind-lanes .band-copy p,
.theme-zana .content-band.kind-lanes .item-card p {
  color: rgba(255, 255, 255, 0.78);
}

.theme-zana .content-band.kind-lanes .item-card {
  min-height: 154px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
}

.theme-zana .content-band.kind-statement .item-card {
  min-height: auto;
  padding-left: 20px;
  border: 0;
  border-left: 1px solid rgba(8, 42, 34, 0.16);
  border-radius: 0;
  background: transparent;
}

.theme-zana .content-band.kind-brief .item-card,
.theme-zana .content-band.kind-media .item-card {
  min-height: 164px;
  border-color: rgba(8, 42, 34, 0.12);
  background: rgba(47, 143, 99, 0.055);
}

.theme-zana .content-band.kind-media .band-media {
  min-height: 410px;
  border: 1px solid rgba(8, 42, 34, 0.12);
  box-shadow: 0 24px 60px rgba(12, 54, 43, 0.16);
}

.theme-zana .inquiry-band,
.theme-zana .footer {
  background: #0d4035;
  box-shadow: 0 0 0 100vmax #0d4035;
  clip-path: inset(0 -100vmax);
  border-top-color: rgba(255, 255, 255, 0.16);
}

.theme-zana .inquiry-band {
  width: min(1120px, calc(100vw - 48px));
  grid-template-columns: minmax(260px, 0.78fr) minmax(420px, 1fr);
}

.theme-zana .inquiry-band h2,
.theme-zana .footer p {
  color: #ffffff;
}

.theme-zana .inquiry-band > div p {
  color: rgba(255, 255, 255, 0.78);
}

.theme-zana form {
  border-color: rgba(8, 42, 34, 0.12);
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.theme-zana label {
  color: #35564d;
}

.theme-zana input,
.theme-zana select,
.theme-zana textarea {
  border-color: rgba(8, 42, 34, 0.16);
  background: #f7faf7;
  color: #082a22;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(44px, 7vw, 86px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(26px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  font-size: 18px;
  line-height: 1.18;
}

.hero-copy p,
.page-intro p,
.band-copy p,
.inquiry-band > div p,
.footer p {
  color: var(--muted);
  max-width: 760px;
}

.status-row,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.status-row span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--text);
  font-weight: 760;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  border-color: color-mix(in srgb, var(--accent) 72%, white 8%);
  background: color-mix(in srgb, var(--accent) 76%, #071010 24%);
  color: #071010;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.09);
}

.page-intro,
.content-band,
.inquiry-band,
.footer {
  width: min(1180px, calc(100vw - 36px));
  margin: 0 auto;
}

.page-intro {
  padding: clamp(42px, 7vw, 84px) 0 22px;
}

.content-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(20px, 4vw, 48px);
  padding: clamp(28px, 5vw, 58px) 0;
  border-top: 1px solid var(--line);
}

.content-band.kind-media {
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1fr);
}

.band-media {
  min-height: 360px;
  border-radius: var(--radius);
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow);
}

.band-copy {
  align-self: start;
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--accent);
  font-weight: 760;
}

.item-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-content: start;
}

.item-card {
  min-height: 188px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.item-media {
  min-height: 156px;
  margin: -18px -18px 18px;
  border-radius: var(--radius) var(--radius) 0 0;
  background-position: center;
  background-size: cover;
}

.item-card small {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--accent-3);
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.item-card p {
  color: var(--muted);
}

.content-band.kind-bilingual,
.content-band.kind-lanes,
.content-band.kind-statement,
.content-band.kind-brief,
.content-band.kind-mission,
.content-band.kind-audience,
.content-band.kind-countdown,
.content-band.kind-roles,
.content-band.kind-proof,
.content-band.kind-disclaimer {
  grid-template-columns: 1fr;
}

.content-band.kind-bilingual .band-copy,
.content-band.kind-lanes .band-copy,
.content-band.kind-statement .band-copy,
.content-band.kind-brief .band-copy,
.content-band.kind-mission .band-copy,
.content-band.kind-audience .band-copy,
.content-band.kind-countdown .band-copy,
.content-band.kind-roles .band-copy,
.content-band.kind-proof .band-copy,
.content-band.kind-disclaimer .band-copy {
  max-width: 900px;
}

.content-band.kind-bilingual .item-grid,
.content-band.kind-statement .item-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.content-band.kind-lanes .item-grid {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.content-band.kind-brief .item-grid,
.content-band.kind-mission .item-grid,
.content-band.kind-audience .item-grid,
.content-band.kind-countdown .item-grid,
.content-band.kind-roles .item-grid,
.content-band.kind-proof .item-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.content-band.kind-disclaimer .item-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.content-band.kind-bilingual .item-card,
.content-band.kind-statement .item-card {
  min-height: 170px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.02);
}

.theme-tcc .page-intro,
.theme-cyrcys .page-intro {
  display: none;
}

.theme-tcc .content-band,
.theme-cyrcys .content-band {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.theme-tcc .content-band.kind-mission,
.theme-tcc .content-band.kind-statement,
.theme-tcc .content-band.kind-disclaimer,
.theme-cyrcys .content-band.kind-countdown,
.theme-cyrcys .content-band.kind-proof,
.theme-cyrcys .content-band.kind-disclaimer {
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 0 0 100vmax rgba(255, 255, 255, 0.035);
  clip-path: inset(0 -100vmax);
}

.theme-tcc .content-band.kind-audience,
.theme-cyrcys .content-band.kind-roles {
  background:
    linear-gradient(90deg, rgba(56, 222, 208, 0.12), rgba(255, 119, 109, 0.08) 52%, rgba(214, 186, 103, 0.08));
  box-shadow: 0 0 0 100vmax rgba(9, 18, 18, 0.68);
  clip-path: inset(0 -100vmax);
}

.theme-cyrcys .content-band.kind-roles {
  background:
    linear-gradient(90deg, rgba(34, 223, 240, 0.12), rgba(126, 237, 98, 0.08) 52%, rgba(233, 95, 160, 0.08));
}

.theme-tcc .content-band.kind-media .item-grid,
.theme-cyrcys .content-band.kind-media .item-grid {
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.theme-tcc .content-band.kind-mission .item-grid,
.theme-tcc .content-band.kind-statement .item-grid,
.theme-cyrcys .content-band.kind-countdown .item-grid,
.theme-cyrcys .content-band.kind-proof .item-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.theme-tcc .item-card,
.theme-cyrcys .item-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(5, 12, 13, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.theme-tcc .content-band.kind-disclaimer .item-card,
.theme-cyrcys .content-band.kind-disclaimer .item-card {
  min-height: auto;
  border-left: 2px solid var(--accent-3);
}

.theme-cyrcys .content-band.kind-countdown .item-card small {
  color: var(--accent);
  font-size: 20px;
  line-height: 1;
}

.theme-albania .content-band.kind-lanes .item-card,
.theme-albania .content-band.kind-brief .item-card {
  background: rgba(255, 255, 255, 0.055);
}

.theme-albania .content-band.kind-statement {
  padding-top: clamp(34px, 6vw, 72px);
  padding-bottom: clamp(34px, 6vw, 72px);
}

.theme-albania .page-intro {
  display: none;
}

.theme-albania .content-band {
  width: min(1220px, calc(100vw - 72px));
  border-top: 0;
}

.theme-albania .content-band.kind-bilingual,
.theme-albania .content-band.kind-media,
.theme-albania .content-band.kind-statement,
.theme-albania .content-band.kind-brief {
  background: #ffffff;
  box-shadow: 0 0 0 100vmax #ffffff;
  clip-path: inset(0 -100vmax);
  color: #071114;
}

.theme-albania .content-band.kind-lanes {
  background: #063945;
  box-shadow: 0 0 0 100vmax #063945;
  clip-path: inset(0 -100vmax);
  color: #f7fbfa;
  padding-top: clamp(28px, 4vw, 46px);
  padding-bottom: clamp(28px, 4vw, 46px);
}

.theme-albania .content-band.kind-bilingual .band-copy p,
.theme-albania .content-band.kind-media .band-copy p,
.theme-albania .content-band.kind-statement .band-copy p,
.theme-albania .content-band.kind-brief .band-copy p,
.theme-albania .content-band.kind-bilingual .item-card p,
.theme-albania .content-band.kind-media .item-card p,
.theme-albania .content-band.kind-statement .item-card p,
.theme-albania .content-band.kind-brief .item-card p {
  color: #324244;
}

.theme-albania .content-band.kind-bilingual .item-card,
.theme-albania .content-band.kind-statement .item-card {
  min-height: auto;
  padding: 0 0 0 clamp(18px, 3vw, 36px);
  border: 0;
  border-left: 1px solid rgba(7, 17, 20, 0.18);
  border-radius: 0;
  background: transparent;
}

.theme-albania .content-band.kind-lanes .item-card {
  min-height: 186px;
  padding: 0 18px;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  background: transparent;
}

.theme-albania .content-band.kind-lanes .item-card:first-child {
  padding-left: 0;
  border-left: 0;
}

.theme-albania .content-band.kind-media {
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
}

.theme-albania .content-band.kind-media .band-media {
  order: 2;
  min-height: 390px;
  box-shadow: none;
}

.theme-albania .content-band.kind-media .band-copy {
  order: 1;
}

.theme-albania .content-band.kind-media .item-grid {
  grid-column: 1 / -1;
  order: 3;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.theme-albania .content-band.kind-media .item-card,
.theme-albania .content-band.kind-brief .item-card {
  overflow: hidden;
  background: rgba(7, 17, 20, 0.035);
}

.theme-albania .content-band.kind-brief .item-card {
  min-height: 188px;
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  grid-template-rows: auto auto auto 1fr;
  column-gap: 18px;
  padding: 0 18px 18px 0;
  border: 0;
  border-right: 1px solid rgba(7, 17, 20, 0.14);
  border-radius: 0;
  background: transparent;
}

.theme-albania .content-band.kind-brief .item-media {
  grid-row: 1 / -1;
  width: 148px;
  min-height: 148px;
  margin: 0;
  border-radius: 8px;
  border: 0;
}

.theme-albania .content-band.kind-brief .item-card h3,
.theme-albania .content-band.kind-media .item-card h3 {
  color: #071114;
}

.theme-albania .content-band.kind-brief .text-link {
  margin-top: 6px;
  color: #c91f2c;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.theme-albania .content-band.kind-brief .item-card:has(.text-link) {
  display: grid;
}

.theme-albania .content-band.kind-brief .item-card:last-child {
  border-right: 0;
}

.theme-albania .content-band.kind-brief .item-card:not(:has(.item-media)) {
  display: block;
  min-height: auto;
  padding: 18px;
  border: 1px solid rgba(7, 17, 20, 0.1);
  border-radius: 8px;
  background: rgba(7, 17, 20, 0.035);
}

.theme-albania .content-band.kind-brief .band-copy {
  display: none;
}

.theme-albania .content-band.kind-brief {
  padding-top: clamp(22px, 3vw, 34px);
  padding-bottom: clamp(22px, 3vw, 34px);
}

.theme-albania .content-band.kind-brief .item-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}

.theme-albania .content-band.kind-brief .item-card small {
  margin-bottom: 8px;
  color: #b7913b;
}

.theme-albania .content-band.kind-brief .item-card h3 {
  margin-bottom: 6px;
  font-size: 18px;
  text-transform: uppercase;
}

.theme-albania .content-band.kind-brief .item-card p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.45;
}

.theme-albania .content-band.kind-bilingual {
  width: 100%;
  padding: 0;
  background: transparent;
  box-shadow: none;
  clip-path: none;
}

.theme-albania .content-band.kind-bilingual .band-copy {
  display: none;
}

.theme-albania .content-band.kind-bilingual .item-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: 100%;
}

.theme-albania .content-band.kind-bilingual .item-card {
  min-height: 126px;
  padding: clamp(24px, 4vw, 42px) clamp(28px, 8vw, 110px);
  border: 0;
  color: #ffffff;
}

.theme-albania .content-band.kind-bilingual .item-card:first-child {
  background: #063945;
}

.theme-albania .content-band.kind-bilingual .item-card:last-child {
  background: #c61622;
}

.theme-albania .content-band.kind-bilingual .item-card small,
.theme-albania .content-band.kind-bilingual .item-card p,
.theme-albania .content-band.kind-bilingual .item-card h3 {
  color: #ffffff;
}

.theme-albania .content-band.kind-bilingual .item-card p {
  max-width: 520px;
  opacity: 0.94;
}

.theme-albania .content-band.kind-lanes .item-grid {
  gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.theme-albania .content-band.kind-statement .item-grid {
  gap: clamp(20px, 3vw, 34px);
}

.theme-albania .content-band.kind-statement .item-card {
  min-height: auto;
}

.theme-albania .inquiry-band,
.theme-albania .footer {
  background: #063945;
  box-shadow: 0 0 0 100vmax #063945;
  clip-path: inset(0 -100vmax);
  border-top-color: rgba(255, 255, 255, 0.14);
}

.theme-albania .inquiry-band {
  width: min(1220px, calc(100vw - 72px));
  grid-template-columns: minmax(260px, 0.8fr) minmax(420px, 1.1fr);
  gap: clamp(24px, 4vw, 44px);
  padding-top: clamp(28px, 4vw, 46px);
  padding-bottom: clamp(28px, 4vw, 46px);
}

.theme-albania .inquiry-band h2 {
  max-width: 520px;
  color: #ffffff;
  font-size: clamp(26px, 3vw, 38px);
}

.theme-albania .inquiry-band > div p {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.82);
}

.theme-albania form {
  border-color: rgba(7, 17, 20, 0.12);
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.theme-albania label {
  color: #3d4a4d;
}

.theme-albania input,
.theme-albania select,
.theme-albania textarea {
  border-color: rgba(7, 17, 20, 0.16);
  background: #f6f8f7;
  color: #071114;
}

.theme-albania .check {
  color: #4c5a5c;
}

@media (max-width: 1100px) {
  .theme-albania .content-band.kind-brief .item-grid {
    grid-template-columns: 1fr;
  }

  .theme-albania .content-band.kind-brief .item-card {
    min-height: 148px;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(7, 17, 20, 0.12);
  }

  .theme-albania .content-band.kind-brief .item-card:last-child {
    border-bottom: 0;
  }
}

.inquiry-band {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 56px);
  padding: clamp(34px, 6vw, 76px) 0;
  border-top: 1px solid var(--line);
}

form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel-strong);
}

label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 11px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  font: inherit;
}

textarea {
  min-height: 112px;
  resize: vertical;
}

label:has(textarea),
.check,
.turnstile-slot,
form button {
  grid-column: 1 / -1;
}

.check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.check input {
  width: auto;
  min-height: auto;
  margin-top: 4px;
}

.turnstile-slot {
  min-height: 65px;
}

.hidden-field {
  position: absolute;
  left: -9999px;
}

.inquiry-widget {
  display: block;
}

.inquiry-widget summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--panel-strong) 86%, transparent);
  cursor: pointer;
  list-style: none;
}

.inquiry-widget summary::-webkit-details-marker {
  display: none;
}

.inquiry-summary-title,
.inquiry-summary-body {
  display: block;
}

.inquiry-summary-title {
  margin-top: 5px;
  color: var(--text);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 820;
  line-height: 1.05;
}

.inquiry-summary-body {
  max-width: 760px;
  margin-top: 8px;
  color: var(--muted);
}

.inquiry-widget form {
  margin-top: 14px;
}

.notice-at-collection {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.footer-links a {
  color: var(--muted);
  font-size: 13px;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--text);
}

.preference-layer {
  position: relative;
  z-index: 50;
}

.cookie-banner {
  position: fixed;
  right: clamp(14px, 3vw, 32px);
  bottom: clamp(14px, 3vw, 32px);
  width: min(560px, calc(100vw - 28px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: color-mix(in srgb, var(--panel-strong) 96%, transparent);
  box-shadow: var(--shadow);
}

.cookie-banner strong {
  font-size: 14px;
  line-height: 1.2;
}

.cookie-banner p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.cookie-actions,
.preference-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.preference-panel-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
}

.preference-panel {
  position: fixed;
  top: 50%;
  left: 50%;
  width: min(560px, calc(100vw - 28px));
  max-height: min(620px, calc(100vh - 28px));
  overflow: auto;
  transform: translate(-50%, -50%);
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: color-mix(in srgb, var(--panel-strong) 98%, #000 2%);
  box-shadow: var(--shadow);
}

.preference-panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.preference-panel h2 {
  margin: 4px 0 0;
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.1;
}

.preference-panel form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
}

.preference-panel label {
  min-width: 0;
}

.preference-panel fieldset {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.preference-panel fieldset .check {
  grid-column: auto;
}

.preference-panel legend {
  padding: 0 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.preference-panel .notice-at-collection {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 12px;
}

.preference-panel .preference-links {
  grid-column: 1 / -1;
  justify-content: flex-end;
}

.gpc-note {
  color: var(--accent-3) !important;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 0 44px;
  border-top: 1px solid var(--line);
}

.footer p {
  max-width: 620px;
  margin: 0;
  font-size: 13px;
}

@media (max-width: 900px) {
  .content-band,
  .content-band.kind-media,
  .inquiry-band {
    grid-template-columns: 1fr;
  }

  .theme-albania .content-band {
    width: min(1180px, calc(100vw - 36px));
  }

  .theme-albania .content-band.kind-media {
    grid-template-columns: 1fr;
  }

  .theme-albania .content-band.kind-media .band-media {
    order: 1;
  }

  .theme-albania .content-band.kind-media .band-copy {
    order: 2;
  }

  .theme-albania .content-band.kind-media .item-grid {
    grid-template-columns: 1fr 1fr;
  }

  .theme-albania .inquiry-band {
    width: min(1180px, calc(100vw - 36px));
    grid-template-columns: 1fr;
  }

  .theme-zana .content-band,
  .theme-zana .inquiry-band {
    width: min(1180px, calc(100vw - 36px));
  }

  .theme-zana .content-band.kind-media,
  .theme-zana .inquiry-band {
    grid-template-columns: 1fr;
  }

  .theme-zana .content-band.kind-media .band-media {
    min-height: 320px;
  }

  .theme-albania .content-band.kind-lanes .item-card:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .item-grid,
  .content-band.kind-lanes .item-grid,
  .content-band.kind-brief .item-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .theme-tcc.site-shell,
  .theme-cyrcys.site-shell {
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .topbar {
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
  }

  .theme-tcc .topbar,
  .theme-cyrcys .topbar {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .topbar-actions {
    width: 100%;
    min-width: 0;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
  }

  .theme-tcc .topbar-actions,
  .theme-cyrcys .topbar-actions {
    overflow: hidden;
  }

  nav {
    flex: 1 1 auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 4px;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  nav::-webkit-scrollbar {
    display: none;
  }

  nav a {
    flex: 0 0 auto;
    padding: 6px 8px;
  }

  .language-switch {
    flex: 0 0 auto;
    max-width: 100%;
    overflow-x: auto;
  }

  .icon-button {
    flex: 0 0 auto;
  }

  .hero {
    min-height: 720px;
  }

  .theme-albania .hero {
    min-height: 600px;
  }

  .theme-zana .hero {
    min-height: 600px;
  }

  .theme-zana .topbar-actions {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .theme-zana nav {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .theme-zana nav a {
    padding: 6px 7px;
    font-size: 12px;
  }

  .theme-zana .language-switch a {
    min-width: 30px;
    padding: 5px 6px;
  }

  .theme-zana .language-switch {
    position: fixed;
    top: 13px;
    right: 18px;
    z-index: 40;
  }

  .hero-copy,
  .theme-albania .hero-copy,
  .theme-zana .hero-copy {
    width: calc(100vw - 48px);
    max-width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .theme-zana .hero-copy {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .theme-albania .hero-copy {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  h1 {
    font-size: 42px;
  }

  .theme-albania h1,
  .theme-zana h1 {
    width: calc(100vw - 72px);
    max-width: calc(100vw - 72px);
    font-size: 30px;
    line-height: 1.1;
    overflow-wrap: break-word;
  }

  .hero-copy p,
  .theme-albania .hero-copy p,
  .theme-zana .hero-copy p {
    width: calc(100vw - 64px);
    max-width: calc(100vw - 64px);
    font-size: 15px;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .inquiry-widget summary,
  .cookie-banner {
    grid-template-columns: 1fr;
  }

  .cookie-actions,
  .preference-links {
    justify-content: stretch;
  }

  .cookie-actions .button,
  .preference-links .button {
    width: 100%;
    justify-content: center;
  }

  .preference-panel form {
    grid-template-columns: 1fr;
  }

  .preference-panel fieldset {
    grid-template-columns: 1fr;
  }

  .theme-zana .status-row {
    display: grid;
    grid-template-columns: 1fr;
    width: calc(100vw - 48px);
    max-width: calc(100vw - 48px);
  }

  .theme-zana .status-row span {
    justify-self: start;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .theme-zana .content-band h2 {
    max-width: calc(100vw - 64px);
    font-size: 26px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .theme-zana.site-shell {
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .theme-zana .content-band,
  .theme-zana .inquiry-band,
  .theme-zana .footer {
    width: calc(100vw - 48px);
    max-width: calc(100vw - 48px);
    overflow-x: hidden;
  }

  .theme-zana .content-band.kind-statement,
  .theme-zana .content-band.kind-brief,
  .theme-zana .content-band.kind-lanes,
  .theme-zana .inquiry-band,
  .theme-zana .footer {
    box-shadow: none;
    clip-path: none;
  }

  @supports selector(body:has(.theme-zana)) {
    body:has(.theme-zana) {
      overflow-x: hidden;
    }
  }

  @supports selector(body:has(.theme-tcc)) {
    body:has(.theme-tcc),
    body:has(.theme-cyrcys) {
      overflow-x: hidden;
    }
  }

  .hero .button {
    width: 100%;
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .hero .cta-row {
    align-items: stretch;
  }

  .item-grid,
  .content-band.kind-bilingual .item-grid,
  .content-band.kind-lanes .item-grid,
  .content-band.kind-statement .item-grid,
  .content-band.kind-brief .item-grid,
  form {
    grid-template-columns: 1fr;
  }

  .theme-albania .brand span {
    font-size: 17px;
  }

  .theme-albania .content-band.kind-bilingual .item-card,
  .theme-albania .content-band.kind-lanes .item-card,
  .theme-albania .content-band.kind-statement .item-card {
    padding-left: 0;
    border-left: 0;
  }

  .theme-albania .content-band.kind-brief .item-grid {
    grid-template-columns: 1fr;
  }

  .theme-albania .content-band.kind-brief .item-card {
    grid-template-columns: 116px minmax(0, 1fr);
    min-height: 132px;
    padding: 0 0 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(7, 17, 20, 0.12);
  }

  .theme-albania .content-band.kind-brief .item-media {
    width: 116px;
    min-height: 116px;
  }

  .theme-albania .content-band.kind-media .item-grid {
    grid-template-columns: 1fr;
  }

  .theme-zana .content-band.kind-statement .item-card {
    padding-left: 0;
    border-left: 0;
  }

  .theme-albania form {
    width: 100%;
    min-width: 0;
  }

  .band-media {
    min-height: 240px;
  }
}

/* TCC + Cyrcys 2026 soft-launch cockpit theme */
.theme-tcc.site-shell,
.theme-cyrcys.site-shell {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 420px),
    linear-gradient(90deg, color-mix(in srgb, var(--accent) 11%, transparent), transparent 36%, color-mix(in srgb, var(--accent-3) 8%, transparent)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 96px),
    #030708;
}

.theme-tcc.site-shell::before,
.theme-cyrcys.site-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(110deg, transparent 0 24%, color-mix(in srgb, var(--accent) 18%, transparent) 24% 24.08%, transparent 24.08% 100%),
    linear-gradient(138deg, transparent 0 61%, color-mix(in srgb, var(--accent-3) 18%, transparent) 61% 61.08%, transparent 61.08% 100%),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 4px);
  opacity: 0.62;
  mix-blend-mode: screen;
  z-index: 0;
}

.theme-tcc .topbar,
.theme-cyrcys .topbar {
  position: sticky;
  top: 16px;
  z-index: 30;
  width: min(1450px, calc(100vw - 32px));
  min-height: 72px;
  margin: 16px auto 0;
  padding: 10px 16px;
  border: 1px solid color-mix(in srgb, var(--accent) 46%, transparent);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(2, 8, 9, 0.78);
  box-shadow:
    0 18px 70px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.theme-tcc .brand,
.theme-cyrcys .brand {
  min-width: 0;
  letter-spacing: 0;
}

.theme-tcc .brand-mark:not(.brand-mark-logo),
.theme-cyrcys .brand-mark:not(.brand-mark-logo) {
  position: relative;
  border-radius: 6px;
  background: transparent;
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--accent) 70%, transparent), 0 0 28px color-mix(in srgb, var(--accent) 34%, transparent);
}

.theme-tcc .brand-mark-logo,
.theme-cyrcys .brand-mark-logo {
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--accent) 48%, transparent),
    0 14px 36px rgba(0, 0, 0, 0.32),
    0 0 30px color-mix(in srgb, var(--accent-2) 18%, transparent);
}

.theme-tcc .brand-mark:not(.brand-mark-logo)::before,
.theme-cyrcys .brand-mark:not(.brand-mark-logo)::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 2px solid var(--accent);
  clip-path: polygon(50% 0, 100% 28%, 100% 74%, 50% 100%, 0 74%, 0 28%);
}

.theme-tcc .brand-mark:not(.brand-mark-logo)::after,
.theme-cyrcys .brand-mark:not(.brand-mark-logo)::after {
  content: "";
  position: absolute;
  inset: 13px;
  background: var(--accent-3);
}

.theme-tcc .brand-text,
.theme-cyrcys .brand-text {
  font-size: 15px;
  text-transform: uppercase;
}

.theme-tcc nav,
.theme-cyrcys nav {
  gap: 4px;
}

.theme-tcc nav a,
.theme-cyrcys nav a {
  position: relative;
  padding: 8px 11px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: rgba(245, 247, 242, 0.76);
  text-transform: uppercase;
}

.theme-tcc nav a:hover,
.theme-cyrcys nav a:hover {
  border-color: color-mix(in srgb, var(--accent) 36%, transparent);
  background: color-mix(in srgb, var(--accent) 9%, transparent);
  color: var(--text);
}

.theme-tcc .hero,
.theme-cyrcys .hero {
  min-height: min(780px, 86vh);
  margin-top: 18px;
  padding-top: 0;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid color-mix(in srgb, var(--accent) 36%, transparent);
}

.theme-tcc .hero::before,
.theme-cyrcys .hero::before,
.theme-tcc .hero::after,
.theme-cyrcys .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.theme-tcc .hero::before,
.theme-cyrcys .hero::before {
  background:
    linear-gradient(120deg, transparent 0 22%, color-mix(in srgb, var(--accent) 32%, transparent) 22% 22.15%, transparent 22.15% 100%),
    linear-gradient(52deg, transparent 0 70%, color-mix(in srgb, var(--accent-3) 32%, transparent) 70% 70.15%, transparent 70.15% 100%),
    linear-gradient(160deg, transparent 0 48%, color-mix(in srgb, var(--accent-2) 18%, transparent) 48% 48.12%, transparent 48.12% 100%);
}

.theme-tcc .hero::after,
.theme-cyrcys .hero::after {
  background-image:
    linear-gradient(color-mix(in srgb, var(--accent) 18%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--accent) 14%, transparent) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9), transparent 72%);
  opacity: 0.45;
}

.theme-tcc .hero-scrim,
.theme-cyrcys .hero-scrim {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(2, 6, 7, 0.97) 0%, rgba(2, 6, 7, 0.8) 48%, rgba(2, 6, 7, 0.2) 100%),
    linear-gradient(0deg, rgba(2, 6, 7, 0.95), rgba(2, 6, 7, 0.05) 60%);
}

.theme-tcc .hero-copy,
.theme-cyrcys .hero-copy {
  z-index: 2;
  width: min(720px, calc(100% - 44px));
  padding-top: clamp(36px, 6vw, 80px);
  padding-bottom: clamp(48px, 7vw, 92px);
}

.theme-tcc h1,
.theme-cyrcys h1 {
  max-width: 700px;
  font-size: clamp(46px, 5.2vw, 86px);
  text-wrap: balance;
  text-shadow: 0 0 34px rgba(0, 0, 0, 0.55);
}

.theme-cyrcys h1 {
  max-width: 650px;
}

.theme-tcc .hero-copy p,
.theme-cyrcys .hero-copy p {
  max-width: 560px;
  color: rgba(245, 247, 242, 0.86);
  font-size: 17px;
}

.theme-tcc .status-row,
.theme-cyrcys .status-row {
  width: min(1080px, 100%);
  margin-top: 28px;
  padding: 10px;
  border: 1px solid color-mix(in srgb, var(--accent) 44%, transparent);
  background: rgba(2, 8, 9, 0.66);
  clip-path: polygon(18px 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
}

.theme-tcc .status-row span,
.theme-cyrcys .status-row span {
  min-height: 42px;
  padding: 9px 13px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background: transparent;
  color: rgba(245, 247, 242, 0.88);
  overflow-wrap: anywhere;
}

.theme-tcc .status-row span:last-child,
.theme-cyrcys .status-row span:last-child {
  border-right: 0;
}

.theme-tcc .button,
.theme-cyrcys .button {
  min-height: 44px;
  border-radius: 4px;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.theme-tcc .button.primary,
.theme-cyrcys .button.primary {
  background: linear-gradient(90deg, color-mix(in srgb, var(--accent) 88%, white 8%), color-mix(in srgb, var(--accent-2) 58%, var(--accent) 42%));
}

.theme-tcc .button.secondary,
.theme-cyrcys .button.secondary {
  border-color: color-mix(in srgb, var(--accent) 44%, transparent);
  background: rgba(2, 8, 9, 0.64);
}

.theme-tcc .content-band,
.theme-cyrcys .content-band,
.theme-tcc .inquiry-band,
.theme-cyrcys .inquiry-band,
.theme-tcc .footer,
.theme-cyrcys .footer {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100vw - 40px));
}

.theme-tcc .content-band,
.theme-cyrcys .content-band {
  padding: clamp(42px, 6vw, 76px) 0;
}

.theme-tcc .band-copy h2,
.theme-cyrcys .band-copy h2 {
  max-width: 850px;
  text-wrap: balance;
}

.theme-tcc .item-grid,
.theme-cyrcys .item-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.theme-tcc .item-card,
.theme-cyrcys .item-card {
  position: relative;
  overflow: hidden;
  min-height: 180px;
  border-color: color-mix(in srgb, var(--accent) 24%, rgba(255, 255, 255, 0.12));
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 11%, transparent), transparent 42%),
    rgba(4, 12, 13, 0.76);
}

.theme-tcc .item-card::before,
.theme-cyrcys .item-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  border-top: 1px solid color-mix(in srgb, var(--accent) 68%, transparent);
  border-right: 1px solid color-mix(in srgb, var(--accent) 68%, transparent);
}

.theme-tcc .item-card::after,
.theme-cyrcys .item-card::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 12px;
  width: 28px;
  height: 2px;
  background: var(--accent-3);
  opacity: 0.8;
}

.theme-tcc .item-card small,
.theme-cyrcys .item-card small {
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 11px;
}

.theme-tcc .item-card h3,
.theme-tcc .item-card p,
.theme-cyrcys .item-card h3,
.theme-cyrcys .item-card p {
  overflow-wrap: anywhere;
}

.theme-tcc .content-band.kind-media .item-card,
.theme-cyrcys .content-band.kind-media .item-card,
.theme-tcc .content-band.kind-countdown .item-card,
.theme-cyrcys .content-band.kind-countdown .item-card {
  min-height: 168px;
}

.theme-tcc .content-band.kind-media .item-grid,
.theme-cyrcys .content-band.kind-media .item-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.theme-cyrcys .content-band.kind-countdown .item-grid,
.theme-tcc .content-band.kind-countdown .item-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.theme-tcc .content-band.kind-audience,
.theme-cyrcys .content-band.kind-roles {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--accent) 15%, transparent), rgba(255, 255, 255, 0.025), color-mix(in srgb, var(--accent-3) 10%, transparent));
}

.theme-tcc .inquiry-band,
.theme-cyrcys .inquiry-band {
  align-items: center;
  margin-top: 12px;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid color-mix(in srgb, var(--accent) 34%, transparent);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(2, 8, 9, 0.72);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.34);
}

.theme-tcc form,
.theme-cyrcys form {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  border-color: color-mix(in srgb, var(--accent) 24%, transparent);
  border-radius: 6px;
  background: rgba(1, 6, 7, 0.74);
}

.theme-tcc input,
.theme-tcc select,
.theme-tcc textarea,
.theme-cyrcys input,
.theme-cyrcys select,
.theme-cyrcys textarea {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.055);
}

@media (max-width: 1180px) {
  .theme-tcc .topbar,
  .theme-cyrcys .topbar {
    align-items: flex-start;
    top: 10px;
    margin-top: 10px;
  }

  .theme-tcc .topbar-actions,
  .theme-cyrcys .topbar-actions {
    flex: 1 1 100%;
    width: 100%;
  }

  .theme-tcc nav,
  .theme-cyrcys nav {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .theme-tcc nav::-webkit-scrollbar,
  .theme-cyrcys nav::-webkit-scrollbar {
    display: none;
  }

  .theme-tcc nav a,
  .theme-cyrcys nav a {
    flex: 0 0 auto;
  }
}

@media (max-width: 900px) {
  .theme-tcc .hero,
  .theme-cyrcys .hero {
    min-height: 760px;
    background-position: center;
  }

  .theme-tcc .content-band.kind-mission .item-grid,
  .theme-tcc .content-band.kind-statement .item-grid,
  .theme-cyrcys .content-band.kind-countdown .item-grid,
  .theme-cyrcys .content-band.kind-proof .item-grid,
  .theme-tcc .content-band.kind-media .item-grid,
  .theme-cyrcys .content-band.kind-media .item-grid,
  .theme-tcc .content-band.kind-brief .item-grid,
  .theme-cyrcys .content-band.kind-brief .item-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-tcc .inquiry-band,
  .theme-cyrcys .inquiry-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .theme-tcc .topbar,
  .theme-cyrcys .topbar {
    top: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .theme-tcc .brand-text,
  .theme-cyrcys .brand-text {
    max-width: 220px;
    font-size: 13px;
  }

  .theme-tcc nav a,
  .theme-cyrcys nav a {
    padding: 7px 9px;
    font-size: 11px;
  }

  .theme-tcc .hero,
  .theme-cyrcys .hero {
    min-height: 700px;
    margin-top: 0;
    padding-top: 0;
  }

  .theme-tcc .hero-copy,
  .theme-cyrcys .hero-copy {
    width: calc(100% - 32px);
    padding-right: 16px;
    padding-left: 16px;
  }

  .theme-tcc h1,
  .theme-cyrcys h1 {
    font-size: 40px;
    line-height: 1;
  }

  .theme-tcc .hero-copy p,
  .theme-cyrcys .hero-copy p {
    width: auto;
    max-width: 100%;
    font-size: 15px;
  }

  .theme-tcc .status-row,
  .theme-cyrcys .status-row {
    display: grid;
    width: 100%;
    clip-path: none;
  }

  .theme-tcc .status-row span,
  .theme-cyrcys .status-row span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .theme-tcc .status-row span:last-child,
  .theme-cyrcys .status-row span:last-child {
    border-bottom: 0;
  }

  .theme-tcc .content-band,
  .theme-cyrcys .content-band,
  .theme-tcc .inquiry-band,
  .theme-cyrcys .inquiry-band,
  .theme-tcc .footer,
  .theme-cyrcys .footer {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
  }

  .theme-tcc .content-band.kind-mission .item-grid,
  .theme-tcc .content-band.kind-statement .item-grid,
  .theme-cyrcys .content-band.kind-countdown .item-grid,
  .theme-cyrcys .content-band.kind-proof .item-grid,
  .theme-tcc .content-band.kind-media .item-grid,
  .theme-cyrcys .content-band.kind-media .item-grid,
  .theme-tcc .content-band.kind-brief .item-grid,
  .theme-cyrcys .content-band.kind-brief .item-grid,
  .theme-tcc form,
  .theme-cyrcys form {
    grid-template-columns: 1fr;
  }

  .theme-tcc .inquiry-band,
  .theme-cyrcys .inquiry-band {
    padding: 16px;
  }
}

/* Zana Trust light prototype */
.theme-zana.site-shell {
  position: relative;
  overflow-x: hidden;
  color: #12362c;
  background: #f5f8f1;
}

.theme-zana svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.theme-zana .topbar {
  position: absolute;
  inset: 0 0 auto;
  min-height: 88px;
  padding: 18px 46px;
  background: linear-gradient(180deg, rgba(248, 252, 248, 0.92), rgba(248, 252, 248, 0.62) 72%, rgba(248, 252, 248, 0));
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: blur(4px);
}

.theme-zana .brand {
  gap: 13px;
  min-width: 238px;
}

.theme-zana .zana-brand-mark {
  width: 64px;
  height: 58px;
  color: #0c4a37;
}

.theme-zana .zana-brand-mark svg {
  width: 64px;
  height: 58px;
  stroke-width: 2.6;
}

.theme-zana .zana-brand-text {
  display: grid;
  gap: 1px;
  color: #093b2e;
  line-height: 1;
}

.theme-zana .zana-brand-text span:first-child {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 35px;
  font-weight: 700;
}

.theme-zana .zana-brand-text span:last-child {
  font-size: 15px;
  font-weight: 760;
}

.theme-zana .topbar-actions {
  gap: 28px;
}

.theme-zana nav {
  gap: 26px;
}

.theme-zana nav a {
  position: relative;
  padding: 6px 0 8px;
  border-radius: 0;
  color: #17372e;
  font-size: 14px;
  font-weight: 760;
}

.theme-zana nav a:hover {
  background: transparent;
  color: #063126;
}

.theme-zana nav a:hover::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #0e4f38;
  content: "";
}

.theme-zana .language-switch {
  gap: 0;
  padding: 0;
  overflow: hidden;
  border-color: rgba(9, 59, 46, 0.62);
  background: rgba(255, 255, 255, 0.5);
}

.theme-zana .language-switch a {
  min-width: 40px;
  padding: 9px 11px;
  border-radius: 0;
  color: #17372e;
  font-size: 13px;
}

.theme-zana .language-switch a.active,
.theme-zana .language-switch a:hover {
  background: #075437;
  color: #ffffff;
}

.theme-zana .button {
  gap: 9px;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: 0 10px 20px rgba(9, 59, 46, 0.08);
}

.theme-zana .button.primary {
  border-color: #075437;
  background: #075437;
  color: #ffffff;
}

.theme-zana .button.secondary {
  border-color: rgba(138, 99, 40, 0.46);
  background: rgba(255, 255, 255, 0.74);
  color: #243c32;
}

.theme-zana .button-icon {
  display: inline-flex;
  width: 15px;
  height: 15px;
}

.theme-zana .button-icon svg {
  width: 15px;
  height: 15px;
  stroke-width: 2.8;
}

.zana-home-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 425px;
  padding-top: 80px;
  overflow: hidden;
  background-position: center 46%;
  background-size: cover;
  border-bottom: 1px solid rgba(18, 54, 44, 0.14);
}

.zana-home-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(248, 252, 248, 0.98) 0%, rgba(248, 252, 248, 0.82) 26%, rgba(248, 252, 248, 0.32) 52%, rgba(248, 252, 248, 0.08) 100%),
    linear-gradient(180deg, rgba(248, 252, 248, 0.24), rgba(248, 252, 248, 0.04) 62%, rgba(248, 252, 248, 0.18));
}

.zana-hero-copy {
  position: relative;
  width: min(520px, calc(100% - 92px));
  margin-left: max(46px, calc((100vw - 1188px) / 2));
  padding: 16px 0 34px;
}

.zana-hero-copy h1 {
  margin-bottom: 18px;
  color: #063126;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 86px;
  font-weight: 700;
  line-height: 0.92;
}

.zana-hero-copy p {
  max-width: 420px;
  margin-bottom: 13px;
  color: #1f352e;
  font-size: 17px;
  line-height: 1.45;
}

.zana-hero-copy .cta-row {
  gap: 26px;
  margin-top: 20px;
}

.zana-home-board {
  background: #f7f9f4;
  color: #12362c;
  padding: 12px 0 10px;
}

.zana-board-inner {
  width: min(1188px, calc(100% - 92px));
  margin: 0 auto;
}

.zana-home-board h2 {
  color: #163d32;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.08;
}

.zana-home-board h3 {
  color: #1b3b32;
  font-size: 12px;
  font-weight: 820;
  line-height: 1.2;
}

.zana-home-board p {
  color: #324a42;
}

.zana-vision-strip {
  display: grid;
  grid-template-columns: 92px minmax(292px, 1.45fr) repeat(4, minmax(112px, 1fr));
  gap: 14px;
  align-items: center;
  padding: 0 16px 12px;
}

.zana-vision-icon {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border: 2px solid rgba(61, 93, 74, 0.28);
  border-radius: 50%;
  color: #60745f;
}

.zana-vision-icon svg {
  width: 44px;
  height: 44px;
}

.zana-vision-copy h2 {
  margin-bottom: 7px;
}

.zana-vision-copy p {
  max-width: 520px;
  margin: 0;
  font-size: 13px;
  line-height: 1.44;
}

.zana-feature {
  min-height: 68px;
  padding: 2px 10px 0 16px;
  border-left: 1px solid rgba(18, 54, 44, 0.14);
  text-align: center;
}

.zana-feature > span {
  display: inline-flex;
  width: 28px;
  height: 28px;
  margin-bottom: 4px;
  color: #5c6f61;
}

.zana-feature > span svg {
  width: 28px;
  height: 28px;
}

.zana-feature h3 {
  margin-bottom: 4px;
}

.zana-feature p {
  max-width: 140px;
  margin: 0 auto;
  font-size: 9px;
  line-height: 1.28;
}

.zana-project-shell,
.zana-documents-panel,
.zana-contact-panel {
  border: 1px solid rgba(18, 54, 44, 0.13);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 34px rgba(18, 54, 44, 0.07);
}

.zana-project-shell {
  display: grid;
  grid-template-columns: 214px minmax(0, 1fr);
  overflow: hidden;
}

.zana-panel-intro {
  padding: 16px 18px;
  border-right: 1px solid rgba(18, 54, 44, 0.12);
  background: rgba(255, 255, 255, 0.56);
}

.zana-panel-intro h2 {
  margin-bottom: 11px;
}

.zana-panel-intro p {
  max-width: 150px;
  min-height: 50px;
  margin-bottom: 22px;
  font-size: 13px;
  line-height: 1.38;
}

.zana-project-table {
  min-width: 0;
}

.zana-project-row {
  display: grid;
  grid-template-columns: 108px minmax(210px, 1fr) 92px 108px 142px;
  gap: 14px;
  align-items: center;
  min-height: 50px;
  padding: 6px 12px;
  border-bottom: 1px solid rgba(18, 54, 44, 0.13);
}

.zana-project-row:last-child {
  border-bottom: 0;
}

.zana-project-thumb {
  width: 108px;
  height: 42px;
  border-radius: 3px;
  background-position: center;
  background-size: cover;
}

.zana-project-row h3 {
  margin-bottom: 2px;
  font-size: 12px;
}

.zana-project-row p {
  margin: 0;
  font-size: 9px;
  line-height: 1.16;
}

.zana-project-row > span {
  color: #334940;
  font-size: 10px;
}

.zana-status {
  justify-self: center;
  min-width: 70px;
  padding: 4px 10px;
  border-radius: 6px;
  text-align: center;
  font-weight: 760;
}

.zana-status.planning {
  background: #f4e4c5;
  color: #89662b;
}

.zana-status.progress {
  background: #dfebf3;
  color: #385d78;
}

.zana-bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.78fr);
  gap: 12px;
  margin-top: 9px;
}

.zana-documents-panel,
.zana-contact-panel {
  padding: 12px 16px;
}

.zana-documents-panel h2,
.zana-contact-panel h2 {
  margin-bottom: 9px;
  font-size: 24px;
}

.zana-doc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

.zana-doc-card {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 18px;
  min-height: 102px;
  overflow: hidden;
  border: 1px solid rgba(18, 54, 44, 0.11);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
}

.zana-doc-icon {
  display: grid;
  place-items: center;
  height: 100%;
  color: #386149;
}

.zana-doc-icon svg {
  width: 38px;
  height: 38px;
}

.zana-doc-icon.tone-green {
  background: #d9e4cc;
}

.zana-doc-icon.tone-gold {
  background: #f2e6c9;
  color: #9b6c23;
}

.zana-doc-icon.tone-blue {
  background: #e4edf3;
  color: #456f87;
}

.zana-doc-card div {
  padding: 15px 8px 10px 12px;
}

.zana-doc-card h3 {
  margin-bottom: 5px;
  font-size: 12px;
}

.zana-doc-card p {
  margin-bottom: 8px;
  font-size: 10px;
  line-height: 1.35;
}

.zana-doc-card small {
  color: #2e463d;
  font-size: 9px;
  font-weight: 760;
}

.zana-doc-card a {
  align-self: end;
  width: 18px;
  margin: 0 8px 12px 0;
  color: #60736a;
}

.zana-doc-card a svg {
  width: 17px;
  height: 17px;
}

.zana-contact-panel {
  display: grid;
  grid-template-columns: minmax(160px, 0.72fr) minmax(230px, 1fr);
  gap: 14px;
  align-items: start;
}

.zana-contact-panel p {
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
}

.theme-zana .zana-compact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.theme-zana .zana-compact-form input,
.theme-zana .zana-compact-form select,
.theme-zana .zana-compact-form textarea {
  min-height: 21px;
  padding: 5px 7px;
  border-color: rgba(18, 54, 44, 0.15);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.84);
  color: #12362c;
  font-size: 10px;
  line-height: 1.2;
}

.theme-zana .zana-compact-form textarea {
  grid-column: 1 / -1;
  min-height: 46px;
  resize: vertical;
}

.theme-zana .zana-consent {
  grid-column: 1 / -1;
  margin: 0;
  color: #52665e;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.25;
}

.theme-zana .zana-consent input {
  width: auto;
  min-height: auto;
  margin-top: 1px;
}

.theme-zana .zana-compact-form .turnstile-slot {
  min-height: 56px;
}

.theme-zana .zana-compact-form button {
  justify-self: start;
  min-height: 28px;
  padding: 6px 13px;
  font-size: 10px;
}

.theme-zana .hero {
  min-height: 500px;
  align-items: center;
  padding-top: 88px;
  background-position: center;
  border-bottom-color: rgba(18, 54, 44, 0.14);
}

.theme-zana .hero-scrim {
  background:
    linear-gradient(90deg, rgba(248, 252, 248, 0.96) 0%, rgba(248, 252, 248, 0.8) 38%, rgba(248, 252, 248, 0.25) 74%, rgba(248, 252, 248, 0.04) 100%),
    linear-gradient(180deg, rgba(248, 252, 248, 0.3), rgba(248, 252, 248, 0.16));
}

.theme-zana .hero-copy {
  width: min(720px, calc(100% - 92px));
  margin-left: max(46px, calc((100vw - 1188px) / 2));
  padding: 42px 0 58px;
}

.theme-zana .hero-copy h1 {
  max-width: 680px;
  color: #063126;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 0.96;
}

.theme-zana .hero-copy p {
  max-width: 620px;
  color: #203b32;
  font-size: 17px;
}

.theme-zana .status-row span {
  background: rgba(255, 255, 255, 0.66);
  color: #203b32;
}

.theme-zana .content-band {
  width: min(1188px, calc(100% - 92px));
  gap: 22px;
  margin-top: 14px;
  padding: 26px;
  border: 1px solid rgba(18, 54, 44, 0.13);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 34px rgba(18, 54, 44, 0.07);
}

.theme-zana .content-band.kind-statement,
.theme-zana .content-band.kind-brief,
.theme-zana .content-band.kind-media,
.theme-zana .content-band.kind-lanes {
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 34px rgba(18, 54, 44, 0.07);
  clip-path: none;
  color: #12362c;
}

.theme-zana .content-band.kind-lanes .band-copy p,
.theme-zana .content-band.kind-lanes .item-card p {
  color: #435a51;
}

.theme-zana .content-band h2 {
  color: #163d32;
  font-family: Georgia, "Times New Roman", serif;
}

.theme-zana .content-band .item-card {
  border-color: rgba(18, 54, 44, 0.12);
  background: rgba(247, 249, 244, 0.72);
}

.theme-zana .content-band.kind-statement .item-card {
  padding-left: 18px;
  border-left-color: rgba(18, 54, 44, 0.14);
}

.theme-zana .content-band.kind-media .band-media {
  border-color: rgba(18, 54, 44, 0.12);
  box-shadow: 0 16px 34px rgba(18, 54, 44, 0.12);
}

.theme-zana .inquiry-band,
.theme-zana .footer {
  width: min(1188px, calc(100% - 92px));
  background: transparent;
  box-shadow: none;
  clip-path: none;
}

.theme-zana .inquiry-band {
  margin-top: 16px;
  padding: 28px;
  border: 1px solid rgba(18, 54, 44, 0.13);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.82);
}

.theme-zana .inquiry-band h2,
.theme-zana .footer p {
  color: #12362c;
}

.theme-zana .inquiry-band > div p {
  color: #435a51;
}

.theme-zana .footer {
  padding: 24px 0 36px;
  border-top-color: rgba(18, 54, 44, 0.13);
}

@media (max-width: 1180px) {
  .theme-zana .topbar {
    padding: 16px 30px;
  }

  .theme-zana nav {
    gap: 17px;
  }

  .zana-board-inner,
  .theme-zana .content-band,
  .theme-zana .inquiry-band,
  .theme-zana .footer {
    width: calc(100% - 44px);
  }

  .zana-hero-copy,
  .theme-zana .hero-copy {
    width: min(620px, calc(100% - 60px));
    margin-left: 30px;
  }

  .zana-vision-strip {
    grid-template-columns: 92px minmax(260px, 1fr) repeat(2, minmax(150px, 1fr));
  }

  .zana-project-shell {
    grid-template-columns: 1fr;
  }

  .zana-panel-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(18, 54, 44, 0.12);
  }

  .zana-panel-intro p {
    min-height: 0;
    margin: 0;
  }
}

@media (max-width: 930px) {
  .theme-zana .topbar {
    align-items: flex-start;
  }

  .theme-zana .brand {
    min-width: auto;
  }

  .theme-zana .topbar-actions {
    flex: 1 1 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .theme-zana nav {
    justify-content: flex-start;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .theme-zana nav::-webkit-scrollbar {
    display: none;
  }

  .theme-zana nav a {
    flex: 0 0 auto;
  }

  .zana-home-hero {
    min-height: 560px;
    padding-top: 130px;
    background-position: center;
  }

  .zana-home-scrim {
    background:
      linear-gradient(180deg, rgba(248, 252, 248, 0.95) 0%, rgba(248, 252, 248, 0.74) 44%, rgba(248, 252, 248, 0.18) 100%),
      linear-gradient(90deg, rgba(248, 252, 248, 0.8), rgba(248, 252, 248, 0.12));
  }

  .zana-hero-copy h1 {
    font-size: 64px;
  }

  .zana-vision-strip {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .zana-feature {
    border-top: 1px solid rgba(18, 54, 44, 0.12);
    border-left: 0;
  }

  .zana-project-row {
    grid-template-columns: 104px minmax(0, 1fr) 84px;
  }

  .zana-project-row > span:nth-last-child(-n+2) {
    display: none;
  }

  .zana-project-thumb {
    width: 104px;
  }

  .zana-bottom-grid,
  .zana-contact-panel {
    grid-template-columns: 1fr;
  }

  .zana-doc-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .theme-zana .topbar {
    padding: 13px 16px;
  }

  .theme-zana .zana-brand-mark,
  .theme-zana .zana-brand-mark svg {
    width: 45px;
    height: 41px;
  }

  .theme-zana .zana-brand-text span:first-child {
    font-size: 25px;
  }

  .theme-zana .zana-brand-text span:last-child {
    font-size: 11px;
  }

  .theme-zana .topbar-actions {
    display: flex;
    width: 100%;
    max-width: 100%;
  }

  .theme-zana .language-switch {
    position: static;
  }

  .theme-zana nav {
    gap: 13px;
  }

  .theme-zana nav a {
    padding: 5px 0 7px;
    font-size: 12px;
  }

  .theme-zana .language-switch a {
    min-width: 34px;
    padding: 7px 8px;
    font-size: 12px;
  }

  .zana-home-hero {
    min-height: 585px;
    padding-top: 118px;
  }

  .zana-hero-copy,
  .theme-zana .hero-copy {
    width: calc(100% - 32px);
    margin-left: 16px;
    padding-bottom: 28px;
  }

  .zana-hero-copy h1,
  .theme-zana .hero-copy h1 {
    width: auto;
    max-width: 100%;
    font-size: 48px;
    line-height: 0.98;
  }

  .zana-hero-copy p,
  .theme-zana .hero-copy p {
    width: auto;
    max-width: 100%;
    font-size: 15px;
  }

  .zana-hero-copy .cta-row,
  .theme-zana .hero .cta-row {
    display: grid;
    gap: 10px;
  }

  .theme-zana .hero .button,
  .zana-hero-copy .button {
    width: auto;
  }

  .zana-home-board {
    padding-top: 12px;
  }

  .zana-board-inner,
  .theme-zana .content-band,
  .theme-zana .inquiry-band,
  .theme-zana .footer {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
  }

  .zana-vision-strip {
    grid-template-columns: 1fr;
    padding: 0 2px 12px;
  }

  .zana-vision-icon {
    width: 78px;
    height: 78px;
  }

  .zana-feature {
    min-height: auto;
    padding: 12px 0;
    text-align: left;
  }

  .zana-feature p {
    max-width: none;
    margin: 0;
  }

  .zana-panel-intro {
    display: grid;
    padding: 16px;
  }

  .zana-panel-intro p {
    max-width: none;
  }

  .zana-project-row {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 12px;
  }

  .zana-project-row .zana-status {
    grid-column: 2;
    justify-self: start;
  }

  .zana-project-thumb {
    width: 86px;
    height: 58px;
  }

  .zana-documents-panel,
  .zana-contact-panel {
    padding: 14px;
  }

  .zana-doc-card {
    grid-template-columns: 58px minmax(0, 1fr) 18px;
  }

  .theme-zana .zana-compact-form {
    grid-template-columns: 1fr;
  }

  .theme-zana .hero {
    min-height: 560px;
    padding-top: 118px;
  }

  .theme-zana .content-band {
    padding: 20px;
  }
}

@media (max-width: 760px) {
  .topbar,
  .theme-tcc .topbar,
  .theme-cyrcys .topbar,
  .theme-zana .topbar {
    position: sticky;
    top: 0;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100vw;
    min-height: 58px;
    margin-top: 0;
    padding: 8px 12px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    overflow: visible;
  }

  .brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .brand-mark-logo {
    width: 34px;
    height: 34px;
    border-radius: 8px;
  }

  .brand-text,
  .theme-tcc .brand-text,
  .theme-cyrcys .brand-text {
    max-width: calc(100vw - 130px);
    font-size: 13px;
  }

  .menu-toggle {
    display: inline-grid;
  }

  .topbar-actions,
  .theme-tcc .topbar-actions,
  .theme-cyrcys .topbar-actions,
  .theme-zana .topbar-actions {
    position: absolute;
    top: calc(100% + 8px);
    right: 12px;
    left: 12px;
    z-index: 60;
    display: none;
    width: auto;
    min-width: 0;
    max-width: calc(100vw - 24px);
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(5, 13, 15, 0.97);
    color: #f5f7f2;
    box-shadow: var(--shadow);
    overflow: visible;
  }

  .topbar-actions.is-open,
  .theme-tcc .topbar-actions.is-open,
  .theme-cyrcys .topbar-actions.is-open,
  .theme-zana .topbar-actions.is-open {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 10px;
  }

  .topbar-actions nav,
  .theme-tcc nav,
  .theme-cyrcys nav,
  .theme-zana nav {
    display: grid;
    width: 100%;
    min-width: 0;
    grid-template-columns: 1fr;
    justify-self: stretch;
    gap: 2px;
    overflow: visible;
  }

  .topbar-actions nav a,
  .theme-tcc nav a,
  .theme-cyrcys nav a,
  .theme-zana nav a {
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.055);
    color: #f5f7f2;
    font-size: 13px;
  }

  .topbar-actions nav a:hover,
  .topbar-actions nav a:focus-visible,
  .theme-tcc nav a:hover,
  .theme-cyrcys nav a:hover,
  .theme-zana nav a:hover {
    background: rgba(67, 232, 217, 0.18);
    color: #ffffff;
  }

  .topbar-controls {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .language-select,
  .theme-zana .language-select {
    position: relative;
    top: auto;
    right: auto;
    width: 76px;
    min-width: 76px;
  }

  .language-select select {
    min-height: 36px;
    background: rgba(255, 255, 255, 0.08);
    color: #f5f7f2;
  }

  .topbar-controls .icon-button {
    background: rgba(255, 255, 255, 0.08);
    color: #f5f7f2;
  }

  .cookie-banner {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
    border-radius: 10px;
  }

  .cookie-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .cookie-actions .button {
    min-height: 36px;
    width: 100%;
    padding: 8px 9px;
    font-size: 12px;
    line-height: 1.1;
  }

  .preference-panel {
    top: auto;
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    max-height: calc(100dvh - 24px);
    padding: 14px;
    background: rgba(5, 13, 15, 0.98);
    color: #f5f7f2;
    transform: none;
  }

  .preference-panel-header {
    align-items: center;
    margin-bottom: 8px;
  }

  .preference-panel h2 {
    color: #ffffff;
    font-size: 22px;
  }

  .preference-panel .eyebrow {
    color: #43e8d9;
  }

  .preference-panel label,
  .preference-panel legend,
  .preference-panel .check,
  .preference-panel .notice-at-collection {
    color: #f5f7f2;
  }

  .preference-panel select,
  .preference-panel input,
  .preference-panel textarea {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    color: #f5f7f2;
  }

  .preference-panel fieldset {
    border-color: rgba(255, 255, 255, 0.16);
  }

  .preference-panel .button.secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #f5f7f2;
  }

  .preference-panel form {
    grid-template-columns: 1fr;
  }

  .preference-panel fieldset {
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .preference-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .preference-links .button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .cookie-actions {
    grid-template-columns: 1fr;
  }
}

/* TCC + Cyrcys 2026 public vision refresh
   The app can keep Starship. These public doors should feel like daylight. */
.theme-tcc,
.theme-cyrcys,
.theme-tcc[data-theme="light"],
.theme-tcc[data-theme="dark"],
.theme-tcc[data-theme="system"],
.theme-cyrcys[data-theme="light"],
.theme-cyrcys[data-theme="dark"],
.theme-cyrcys[data-theme="system"] {
  color-scheme: light;
  --bg: #ffffff;
  --text: #07111f;
  --muted: #526173;
  --line: rgba(7, 17, 31, 0.13);
  --panel: #ffffff;
  --panel-strong: #ffffff;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(31, 45, 72, 0.14);
  --vision-blue: #123cff;
  --vision-coral: #ff5b52;
  --vision-mint: #58d8b3;
  --vision-yellow: #ffc928;
  --vision-orange: #ff4b1f;
  --vision-sky: #147df5;
  --vision-green: #86c81d;
}

.theme-cyrcys {
  --accent: var(--vision-blue);
  --accent-2: var(--vision-coral);
  --accent-3: var(--vision-mint);
  --accent-4: var(--vision-yellow);
}

.theme-tcc {
  --accent: var(--vision-orange);
  --accent-2: var(--vision-sky);
  --accent-3: var(--vision-green);
  --accent-4: var(--vision-yellow);
}

html:has(.theme-tcc),
html:has(.theme-cyrcys),
body:has(.theme-tcc),
body:has(.theme-cyrcys) {
  background: #ffffff;
  color: #07111f;
}

.theme-tcc.site-shell,
.theme-cyrcys.site-shell {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  overflow-x: clip;
  background: #ffffff;
  color: var(--text);
}

.theme-tcc.site-shell::before,
.theme-cyrcys.site-shell::before {
  display: none;
}

.theme-tcc .topbar,
.theme-cyrcys .topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  width: 100%;
  min-height: 76px;
  margin: 0;
  padding: 12px clamp(20px, 4vw, 64px);
  border: 0;
  border-bottom: 1px solid rgba(7, 17, 31, 0.09);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: none;
  color: var(--text);
  backdrop-filter: blur(18px) saturate(1.15);
}

.theme-tcc .brand,
.theme-cyrcys .brand {
  gap: 12px;
  color: var(--text);
}

.theme-tcc .brand-mark-logo,
.theme-cyrcys .brand-mark-logo {
  width: 44px;
  height: 44px;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: transparent;
  box-shadow: none;
}

.theme-tcc .brand-mark-logo img,
.theme-cyrcys .brand-mark-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme-tcc .brand-text,
.theme-cyrcys .brand-text {
  max-width: none;
  color: var(--text);
  font-size: 17px;
  font-weight: 850;
  letter-spacing: -0.025em;
  text-transform: none;
}

.theme-cyrcys .brand-text {
  color: var(--vision-blue);
  font-size: 23px;
}

.theme-tcc nav,
.theme-cyrcys nav {
  gap: clamp(4px, 1.4vw, 22px);
}

.theme-tcc nav a,
.theme-cyrcys nav a {
  padding: 9px 8px;
  border: 0;
  border-radius: 0;
  color: #1e2938;
  font-size: 14px;
  font-weight: 720;
  letter-spacing: -0.01em;
  text-transform: none;
}

.theme-tcc nav a:hover,
.theme-cyrcys nav a:hover {
  border: 0;
  background: transparent;
  color: var(--accent);
}

.topbar-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 15px;
  background: var(--accent);
  color: #ffffff;
  font-size: 13px;
  font-weight: 820;
  text-decoration: none;
  white-space: nowrap;
}

.theme-cyrcys .topbar-cta {
  background: var(--vision-coral);
}

.theme-tcc .language-select select,
.theme-cyrcys .language-select select,
.theme-tcc .icon-button,
.theme-cyrcys .icon-button,
.theme-tcc .menu-toggle,
.theme-cyrcys .menu-toggle {
  border-color: rgba(7, 17, 31, 0.12);
  background: #f7f8fb;
  color: var(--text);
}

.theme-tcc .hero,
.theme-cyrcys .hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 610px;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid rgba(7, 17, 31, 0.08);
  background-color: #ffffff;
  background-position: right center;
  background-size: min(62vw, 940px) auto;
  background-repeat: no-repeat;
}

.theme-tcc .hero::before,
.theme-cyrcys .hero::before,
.theme-tcc .hero::after,
.theme-cyrcys .hero::after {
  display: none;
}

.theme-tcc .hero-scrim,
.theme-cyrcys .hero-scrim {
  z-index: 0;
  background: linear-gradient(90deg, #ffffff 0 43%, rgba(255, 255, 255, 0.92) 49%, rgba(255, 255, 255, 0) 68%);
}

.theme-tcc .hero-copy,
.theme-cyrcys .hero-copy {
  z-index: 2;
  align-self: center;
  width: min(760px, 53vw);
  padding: clamp(70px, 8vw, 120px) 0 clamp(68px, 8vw, 110px) clamp(28px, 5vw, 80px);
}

.theme-tcc h1,
.theme-cyrcys h1,
.theme-tcc h2,
.theme-cyrcys h2,
.theme-tcc h3,
.theme-cyrcys h3 {
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.055em;
  text-shadow: none;
}

.theme-tcc h1,
.theme-cyrcys h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(58px, 6.2vw, 104px);
  font-weight: 900;
  line-height: 0.92;
  text-wrap: balance;
}

.theme-cyrcys h1 {
  max-width: 610px;
}

.theme-cyrcys.vision-home h1::first-line {
  color: var(--text);
}

.theme-tcc .hero-copy > p:not(.eyebrow),
.theme-cyrcys .hero-copy > p:not(.eyebrow) {
  width: min(560px, 100%);
  max-width: 560px;
  margin: 28px 0 0;
  color: #263446;
  font-size: clamp(18px, 1.55vw, 23px);
  font-weight: 520;
  line-height: 1.45;
}

.theme-tcc .hero .eyebrow,
.theme-cyrcys .hero .eyebrow {
  display: none;
}

.theme-tcc .cta-row,
.theme-cyrcys .cta-row {
  gap: 12px;
  margin-top: 28px;
}

.theme-tcc .button,
.theme-cyrcys .button {
  min-height: 52px;
  padding: 13px 22px;
  border-radius: 16px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 820;
  letter-spacing: -0.01em;
  text-transform: none;
}

.theme-tcc .button.primary,
.theme-cyrcys .button.primary {
  border-color: transparent;
  background: var(--accent);
  color: #ffffff;
}

.theme-cyrcys .button.primary {
  background: var(--vision-blue);
}

.theme-tcc .button.secondary,
.theme-cyrcys .button.secondary {
  border: 1px solid var(--accent);
  background: #ffffff;
  color: var(--accent);
}

.theme-tcc .status-row,
.theme-cyrcys .status-row {
  display: block;
  width: min(570px, 100%);
  margin: 26px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  clip-path: none;
}

.theme-tcc .status-row span,
.theme-cyrcys .status-row span,
.theme-tcc .status-row span:last-child,
.theme-cyrcys .status-row span:last-child {
  display: block;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #506074;
  font-size: 14px;
  font-weight: 560;
  line-height: 1.45;
}

.vision-hero-overlay {
  position: absolute;
  z-index: 3;
}

.cyrcys-result-stack {
  top: 23%;
  right: clamp(24px, 6vw, 100px);
  width: min(280px, 22vw);
  pointer-events: none;
}

.vision-result-card {
  position: relative;
  display: grid;
  gap: 5px;
  width: 100%;
  padding: 18px 54px 18px 18px;
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 44px rgba(24, 39, 72, 0.18);
  color: var(--text);
}

.vision-result-card + .vision-result-card {
  margin-top: 164px;
  transform: translateX(-118px);
}

.vision-result-card small {
  color: var(--vision-blue);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.vision-result-card strong {
  font-size: 16px;
  letter-spacing: -0.025em;
}

.vision-result-card > span:not(.vision-result-arrow) {
  color: #667286;
  font-size: 12px;
}

.vision-result-arrow {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--vision-coral);
  color: #07111f;
  font-size: 18px;
}

.tcc-studio-note {
  top: 29%;
  right: clamp(30px, 13vw, 210px);
  display: grid;
  gap: 3px;
  width: 170px;
  padding: 22px;
  border: 1px solid rgba(7, 17, 31, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 38px rgba(18, 37, 63, 0.13);
  color: #14243a;
  font-family: ui-rounded, "SF Pro Rounded", "Segoe Print", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  transform: rotate(-2deg);
}

.vision-home .page-intro {
  display: none;
}

.theme-tcc .content-band,
.theme-cyrcys .content-band,
.theme-tcc .inquiry-band,
.theme-cyrcys .inquiry-band,
.theme-tcc .footer,
.theme-cyrcys .footer {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100vw - 64px));
  margin-right: auto;
  margin-left: auto;
}

.theme-tcc .content-band,
.theme-cyrcys .content-band {
  padding: clamp(80px, 9vw, 132px) 0;
  border: 0;
  background: #ffffff;
}

.theme-tcc .band-copy,
.theme-cyrcys .band-copy {
  position: relative;
  z-index: 2;
}

.theme-tcc .band-copy .eyebrow,
.theme-cyrcys .band-copy .eyebrow {
  display: none;
}

.theme-tcc .band-copy h2,
.theme-cyrcys .band-copy h2 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(46px, 5.2vw, 82px);
  font-weight: 900;
  line-height: 0.98;
  text-wrap: balance;
}

.theme-tcc .band-copy > p,
.theme-cyrcys .band-copy > p {
  max-width: 720px;
  margin: 22px 0 0;
  color: #536174;
  font-size: 18px;
  line-height: 1.55;
}

.theme-tcc .item-grid,
.theme-cyrcys .item-grid {
  position: relative;
  z-index: 2;
  gap: 18px;
  margin-top: 54px;
}

.theme-tcc .item-card,
.theme-cyrcys .item-card {
  min-height: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--text);
}

.theme-tcc .item-card::before,
.theme-cyrcys .item-card::before,
.theme-tcc .item-card::after,
.theme-cyrcys .item-card::after {
  display: none;
}

.theme-tcc .item-card h3,
.theme-cyrcys .item-card h3 {
  margin: 12px 0 0;
  font-size: 24px;
  font-weight: 850;
  line-height: 1.05;
}

.theme-tcc .item-card p,
.theme-cyrcys .item-card p {
  margin: 12px 0 0;
  color: #5b687a;
  font-size: 15px;
  line-height: 1.5;
}

.theme-tcc .item-card small,
.theme-cyrcys .item-card small {
  display: block;
  margin: 0;
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.theme-tcc .item-media,
.theme-cyrcys .item-media {
  min-height: 220px;
  border-radius: 22px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 18px 44px rgba(24, 39, 72, 0.12);
}

.theme-tcc .text-link,
.theme-cyrcys .text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 820;
  text-decoration: none;
}

.theme-tcc .text-link::after,
.theme-cyrcys .text-link::after {
  content: "→";
  font-size: 18px;
}

/* Cyrcys homepage section rhythm */
.theme-cyrcys .kind-activity-rail .band-copy {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(320px, 1fr);
  align-items: end;
  gap: 80px;
}

.theme-cyrcys .kind-activity-rail .band-copy h2 {
  max-width: 520px;
}

.theme-cyrcys .kind-activity-rail .band-copy > p {
  margin: 0 0 8px;
}

.theme-cyrcys .kind-activity-rail .item-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  gap: 12px;
}

.theme-cyrcys .kind-activity-rail .item-card {
  position: relative;
  min-height: 390px;
  padding: 260px 22px 24px;
  overflow: hidden;
  border-radius: 26px;
  background: #0a1322;
  color: #ffffff;
  transform: rotate(-1.4deg);
}

.theme-cyrcys .kind-activity-rail .item-card:nth-child(even) {
  transform: translateY(18px) rotate(1.2deg);
}

.theme-cyrcys .kind-activity-rail .item-card:nth-child(3) {
  transform: translateY(-10px) rotate(-0.4deg);
}

.theme-cyrcys .kind-activity-rail .item-media {
  position: absolute;
  inset: 0;
  min-height: 0;
  border-radius: inherit;
  box-shadow: none;
  filter: saturate(1.08);
}

.theme-cyrcys .kind-activity-rail .item-card::after {
  position: absolute;
  inset: 35% 0 0;
  display: block;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(4, 8, 16, 0.88));
}

.theme-cyrcys .kind-activity-rail .item-card h3,
.theme-cyrcys .kind-activity-rail .item-card p,
.theme-cyrcys .kind-activity-rail .item-card .text-link {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.theme-cyrcys .kind-activity-rail .item-card h3 {
  font-size: 30px;
}

.theme-cyrcys .kind-activity-rail .item-card p {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 220ms ease, opacity 220ms ease, margin 220ms ease;
}

.theme-cyrcys .kind-activity-rail .item-card:hover p,
.theme-cyrcys .kind-activity-rail .item-card:focus-within p {
  max-height: 130px;
  margin-top: 12px;
  opacity: 1;
}

.theme-cyrcys .kind-activity-rail .text-link {
  font-size: 0;
}

.theme-cyrcys .kind-activity-rail .text-link::after {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff;
  color: #07111f;
  font-size: 18px;
}

.theme-cyrcys .kind-journey {
  width: 100%;
  min-height: 760px;
  padding: 110px max(32px, calc((100vw - 1320px) / 2));
  overflow: hidden;
  background: #ffffff;
}

.theme-cyrcys .kind-journey .band-media {
  position: absolute;
  inset: 285px 0 0;
  min-height: 0;
  border-radius: 0;
  background-position: center 55%;
  background-size: cover;
  filter: saturate(0.9) brightness(1.06);
}

.theme-cyrcys .kind-journey::after {
  position: absolute;
  inset: 270px 0 0;
  content: "";
  background: linear-gradient(180deg, #ffffff 0, rgba(255, 255, 255, 0.92) 24%, rgba(255, 255, 255, 0.28) 58%, rgba(255, 255, 255, 0.08));
}

.theme-cyrcys .kind-journey .item-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(30px, 7vw, 100px);
  margin-top: 68px;
}

.theme-cyrcys .kind-journey .item-card small {
  color: var(--vision-blue);
  font-size: clamp(58px, 7vw, 96px);
  letter-spacing: -0.08em;
}

.theme-cyrcys .kind-journey .item-card:nth-child(2) small {
  color: var(--vision-coral);
}

.theme-cyrcys .kind-journey .item-card:nth-child(3) small {
  color: var(--vision-mint);
}

.theme-cyrcys .kind-journey .item-card h3 {
  font-size: 34px;
}

.theme-cyrcys .kind-journey .item-card p {
  max-width: 300px;
  color: #1d2b3d;
  font-size: 16px;
}

.theme-cyrcys .kind-people-feature {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  padding: 0;
  background: #ffffff;
}

.theme-cyrcys .kind-people-feature .band-media {
  grid-row: 1 / span 2;
  min-height: 690px;
  border-radius: 0 48px 48px 0;
  background-position: center;
  background-size: cover;
}

.theme-cyrcys .kind-people-feature .band-copy,
.theme-cyrcys .kind-people-feature .item-grid {
  width: min(610px, calc(100% - 72px));
  margin-right: auto;
  margin-left: 72px;
}

.theme-cyrcys .kind-people-feature .band-copy {
  align-self: end;
  padding-top: 98px;
}

.theme-cyrcys .kind-people-feature .band-copy h2 {
  font-size: clamp(48px, 4.6vw, 72px);
}

.theme-cyrcys .kind-people-feature .item-grid {
  align-self: start;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 32px;
  padding-bottom: 92px;
}

.theme-cyrcys .kind-people-feature .item-card {
  padding: 18px 0;
  border-top: 1px solid rgba(7, 17, 31, 0.12);
}

.theme-cyrcys .kind-people-feature .item-card h3 {
  font-size: 21px;
}

.theme-cyrcys .kind-market-rail .band-copy {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 90px;
}

.theme-cyrcys .kind-market-rail .band-copy > p {
  margin-bottom: 7px;
}

.theme-cyrcys .kind-market-rail .item-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.theme-cyrcys .kind-market-rail .item-media {
  min-height: 270px;
  border-radius: 50px 50px 24px 24px;
}

.theme-cyrcys .kind-market-rail .item-card:nth-child(3)::before,
.theme-cyrcys .kind-market-rail .item-card:nth-child(4)::before,
.theme-cyrcys .kind-market-rail .item-card:nth-child(5)::before {
  position: relative;
  inset: auto;
  display: block;
  width: 100%;
  min-height: 270px;
  border: 0;
  border-radius: 50px 50px 24px 24px;
  content: "";
  background-color: var(--vision-yellow);
  background-image: radial-gradient(circle at 22% 28%, rgba(255,255,255,.8) 0 3px, transparent 4px), linear-gradient(145deg, var(--vision-yellow), var(--vision-coral));
}

.theme-cyrcys .kind-market-rail .item-card:nth-child(4)::before {
  background-image: linear-gradient(145deg, var(--vision-mint), #d7ff71);
}

.theme-cyrcys .kind-market-rail .item-card:nth-child(5)::before {
  background-image: linear-gradient(145deg, var(--vision-blue), #67a7ff);
}

.theme-cyrcys .kind-market-rail .item-card h3 {
  font-size: 25px;
}

/* TCC homepage section rhythm */
.theme-tcc .kind-studio-lanes .item-grid {
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  gap: 34px;
}

.theme-tcc .kind-studio-lanes .item-card:nth-child(even) {
  margin-top: 64px;
}

.theme-tcc .kind-studio-lanes .item-card h3 {
  color: var(--vision-orange);
  font-size: 30px;
}

.theme-tcc .kind-studio-lanes .item-card:nth-child(2) h3 {
  color: var(--vision-sky);
}

.theme-tcc .kind-studio-lanes .item-card:nth-child(3) h3 {
  color: var(--vision-green);
}

.theme-tcc .kind-studio-lanes .item-card:nth-child(4) h3 {
  color: #d38a00;
}

.theme-tcc .kind-studio-lanes .item-media {
  min-height: 250px;
  border-radius: 8px 34px 12px 26px;
  transform: rotate(-1deg);
}

.theme-tcc .kind-studio-lanes .item-card:nth-child(even) .item-media {
  transform: rotate(1.5deg);
}

.theme-tcc .kind-process::before {
  position: absolute;
  top: 61%;
  right: 4%;
  left: 4%;
  height: 3px;
  content: "";
  background: var(--vision-sky);
  transform: rotate(-1deg);
}

.theme-tcc .kind-process .item-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}

.theme-tcc .kind-process .item-card {
  padding: 24px 18px 36px;
  background: #ffffff;
}

.theme-tcc .kind-process .item-card small {
  color: var(--vision-orange);
  font-family: ui-rounded, "SF Pro Rounded", sans-serif;
  font-size: 54px;
  letter-spacing: -0.06em;
}

.theme-tcc .kind-process .item-card h3 {
  font-size: 27px;
}

.theme-tcc .kind-conversation {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(480px, 1.25fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: start;
}

.theme-tcc .kind-conversation .band-copy h2 {
  color: var(--vision-orange);
  font-size: clamp(58px, 6vw, 92px);
}

.theme-tcc .kind-conversation .band-copy .text-link {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 14px;
  background: var(--vision-orange);
  color: #ffffff;
}

.theme-tcc .kind-conversation .item-grid {
  grid-template-columns: 1fr;
  margin-top: 0;
}

.theme-tcc .kind-conversation .item-card {
  padding: 22px 0;
  border-bottom: 1px solid rgba(7, 17, 31, 0.13);
}

.theme-tcc .kind-conversation .item-card h3 {
  margin: 0;
  color: var(--vision-orange);
  font-size: 24px;
}

.theme-tcc .kind-tribute {
  width: 100%;
  min-height: 640px;
  padding: 0;
  overflow: hidden;
}

.theme-tcc .kind-tribute .band-media {
  position: absolute;
  inset: 0;
  min-height: 0;
  border-radius: 0;
  background-position: center;
  background-size: cover;
}

.theme-tcc .kind-tribute::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(255,255,255,.96) 0 36%, rgba(255,255,255,.55) 52%, transparent 72%);
}

.theme-tcc .kind-tribute .band-copy {
  width: min(1320px, calc(100vw - 64px));
  margin: 0 auto;
  padding-top: 140px;
}

.theme-tcc .kind-tribute .band-copy h2 {
  max-width: 650px;
  font-size: clamp(50px, 5.3vw, 82px);
}

.theme-tcc .kind-tribute .band-copy > p {
  max-width: 450px;
  color: #263549;
}

/* Shared closing section */
.theme-tcc .kind-final-cta,
.theme-cyrcys .kind-final-cta {
  width: 100%;
  min-height: 430px;
  padding: 96px max(32px, calc((100vw - 1320px) / 2));
  overflow: hidden;
  background: var(--vision-blue);
}

.theme-tcc .kind-final-cta {
  background: linear-gradient(110deg, var(--vision-sky) 0 64%, var(--vision-yellow) 64% 100%);
}

.theme-tcc .kind-final-cta::after,
.theme-cyrcys .kind-final-cta::after {
  position: absolute;
  right: 8%;
  bottom: -55px;
  width: 250px;
  height: 250px;
  border: 10px solid rgba(255,255,255,.86);
  border-radius: 50%;
  content: "";
}

.theme-tcc .kind-final-cta .band-copy h2,
.theme-cyrcys .kind-final-cta .band-copy h2,
.theme-tcc .kind-final-cta .band-copy > p,
.theme-cyrcys .kind-final-cta .band-copy > p {
  max-width: 760px;
  color: #ffffff;
}

.theme-tcc .kind-final-cta .item-grid,
.theme-cyrcys .kind-final-cta .item-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.theme-tcc .kind-final-cta .item-card,
.theme-cyrcys .kind-final-cta .item-card {
  width: auto;
}

.theme-tcc .kind-final-cta .item-card h3,
.theme-tcc .kind-final-cta .item-card p,
.theme-cyrcys .kind-final-cta .item-card h3,
.theme-cyrcys .kind-final-cta .item-card p {
  display: none;
}

.theme-tcc .kind-final-cta .text-link,
.theme-cyrcys .kind-final-cta .text-link {
  min-height: 50px;
  margin: 0;
  padding: 0 24px;
  border: 1px solid #ffffff;
  border-radius: 15px;
  color: #ffffff;
}

.theme-tcc .kind-final-cta .item-card:first-child .text-link,
.theme-cyrcys .kind-final-cta .item-card:first-child .text-link {
  border-color: var(--vision-coral);
  background: var(--vision-coral);
}

/* Inner pages inherit the daylight system without the custom homepage choreography. */
.theme-tcc:not(.vision-home) .hero,
.theme-cyrcys:not(.vision-home) .hero {
  min-height: 560px;
  background-size: 56% auto;
  background-position: right center;
}

.theme-tcc:not(.vision-home) .hero-copy,
.theme-cyrcys:not(.vision-home) .hero-copy {
  width: min(720px, 55vw);
}

.theme-tcc:not(.vision-home) .page-intro,
.theme-cyrcys:not(.vision-home) .page-intro {
  display: none;
}

.theme-tcc:not(.vision-home) .content-band:nth-of-type(even),
.theme-cyrcys:not(.vision-home) .content-band:nth-of-type(even) {
  width: 100%;
  padding-right: max(32px, calc((100vw - 1320px) / 2));
  padding-left: max(32px, calc((100vw - 1320px) / 2));
  background: #f7f8fb;
}

.theme-tcc .inquiry-band,
.theme-cyrcys .inquiry-band {
  margin-top: 70px;
  margin-bottom: 70px;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(7, 17, 31, 0.11);
  border-radius: 28px;
  background: #f7f8fb;
  box-shadow: none;
  color: var(--text);
}

.theme-tcc .inquiry-band summary,
.theme-cyrcys .inquiry-band summary {
  color: var(--text);
}

.theme-tcc .inquiry-summary-title,
.theme-cyrcys .inquiry-summary-title {
  color: var(--text);
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: -0.04em;
}

.theme-tcc .inquiry-summary-body,
.theme-cyrcys .inquiry-summary-body {
  color: #5a687a;
}

.theme-tcc form,
.theme-cyrcys form {
  border-color: rgba(7, 17, 31, 0.1);
  border-radius: 20px;
  background: #ffffff;
  color: var(--text);
}

.theme-tcc input,
.theme-tcc select,
.theme-tcc textarea,
.theme-cyrcys input,
.theme-cyrcys select,
.theme-cyrcys textarea {
  border-color: rgba(7, 17, 31, 0.16);
  background: #ffffff;
  color: var(--text);
}

.theme-tcc .footer,
.theme-cyrcys .footer {
  width: 100%;
  max-width: none;
  padding: 46px max(24px, calc((100vw - 1320px) / 2));
  border-top: 1px solid rgba(7, 17, 31, 0.1);
  background: #ffffff;
  color: #667286;
}

@media (max-width: 1120px) {
  .theme-tcc .topbar,
  .theme-cyrcys .topbar {
    align-items: center;
    top: 0;
    margin: 0;
  }

  .theme-tcc .topbar-actions,
  .theme-cyrcys .topbar-actions {
    flex: 1 1 auto;
    width: auto;
  }

  .theme-tcc .hero,
  .theme-cyrcys .hero {
    background-size: 68vw auto;
    background-position: 118% center;
  }

  .theme-tcc .hero-copy,
  .theme-cyrcys .hero-copy {
    width: 57vw;
  }

  .cyrcys-result-stack {
    display: none;
  }

  .theme-cyrcys .kind-activity-rail .item-grid,
  .theme-cyrcys .kind-market-rail .item-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .theme-tcc .kind-studio-lanes .item-grid,
  .theme-tcc .kind-process .item-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-tcc .kind-process::before {
    display: none;
  }
}

@media (min-width: 761px) and (max-width: 1040px) {
  .theme-tcc .topbar,
  .theme-cyrcys .topbar {
    align-items: center;
    flex-wrap: nowrap;
    padding-right: 24px;
    padding-left: 24px;
    overflow: visible;
  }

  .theme-tcc .brand,
  .theme-cyrcys .brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .theme-tcc .brand-text,
  .theme-cyrcys .brand-text {
    max-width: calc(100vw - 150px);
  }

  .theme-tcc .menu-toggle,
  .theme-cyrcys .menu-toggle {
    display: inline-grid;
  }

  .theme-tcc .topbar-actions,
  .theme-cyrcys .topbar-actions {
    position: absolute;
    top: calc(100% + 8px);
    right: 18px;
    left: auto;
    z-index: 60;
    display: none;
    width: min(430px, calc(100vw - 36px));
    max-width: calc(100vw - 36px);
    padding: 14px;
    border: 1px solid rgba(7, 17, 31, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    color: var(--text);
    box-shadow: 0 18px 54px rgba(24, 39, 72, 0.18);
  }

  .theme-tcc .topbar-actions.is-open,
  .theme-cyrcys .topbar-actions.is-open {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .theme-tcc .topbar-actions nav,
  .theme-cyrcys .topbar-actions nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .theme-tcc .topbar-actions nav a,
  .theme-cyrcys .topbar-actions nav a {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    background: #f7f8fb;
    color: var(--text);
  }

  .theme-tcc .topbar-controls,
  .theme-cyrcys .topbar-controls {
    display: grid;
    grid-template-columns: 1fr auto auto;
    width: 100%;
  }

  .theme-tcc .topbar-cta,
  .theme-cyrcys .topbar-cta {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .theme-tcc .topbar,
  .theme-cyrcys .topbar {
    min-height: 66px;
    padding: 10px 16px;
  }

  .theme-tcc .brand-mark-logo,
  .theme-cyrcys .brand-mark-logo {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .theme-tcc .brand-text,
  .theme-cyrcys .brand-text {
    max-width: calc(100vw - 112px);
    font-size: 15px;
  }

  .theme-cyrcys .brand-text {
    font-size: 20px;
  }

  .theme-tcc .topbar-actions,
  .theme-cyrcys .topbar-actions {
    position: absolute;
    top: calc(100% + 8px);
    right: 12px;
    left: 12px;
    display: none;
    width: auto;
    max-width: calc(100vw - 24px);
    padding: 14px;
    border: 1px solid rgba(7, 17, 31, 0.12);
    border-radius: 18px;
    background: rgba(255,255,255,.98);
    color: var(--text);
    box-shadow: 0 18px 54px rgba(24, 39, 72, .18);
  }

  .theme-tcc .topbar-actions.is-open,
  .theme-cyrcys .topbar-actions.is-open {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .theme-tcc .topbar-actions nav,
  .theme-cyrcys .topbar-actions nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .theme-tcc .topbar-actions nav a,
  .theme-cyrcys .topbar-actions nav a {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    background: #f7f8fb;
    color: var(--text);
  }

  .theme-tcc .topbar-controls,
  .theme-cyrcys .topbar-controls {
    display: grid;
    grid-template-columns: 1fr auto auto;
    width: 100%;
  }

  .topbar-cta {
    width: 100%;
  }

  .theme-tcc .hero,
  .theme-cyrcys .hero,
  .theme-tcc:not(.vision-home) .hero,
  .theme-cyrcys:not(.vision-home) .hero {
    display: block;
    min-height: 0;
    padding-bottom: 0;
    background-position: center bottom;
    background-size: 108% auto;
  }

  .theme-tcc .hero::after,
  .theme-cyrcys .hero::after {
    display: block;
    position: relative;
    width: 100%;
    min-height: 440px;
    content: "";
  }

  .theme-tcc .hero-scrim,
  .theme-cyrcys .hero-scrim {
    display: none;
  }

  .theme-tcc .hero-copy,
  .theme-cyrcys .hero-copy,
  .theme-tcc:not(.vision-home) .hero-copy,
  .theme-cyrcys:not(.vision-home) .hero-copy {
    width: 100%;
    padding: 56px 22px 20px;
  }

  .theme-tcc h1,
  .theme-cyrcys h1 {
    max-width: none;
    font-size: clamp(54px, 15vw, 74px);
    line-height: 0.94;
  }

  .theme-tcc .hero-copy > p:not(.eyebrow),
  .theme-cyrcys .hero-copy > p:not(.eyebrow) {
    margin-top: 22px;
    font-size: 18px;
  }

  .theme-tcc .cta-row,
  .theme-cyrcys .cta-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .theme-tcc .cta-row .button,
  .theme-cyrcys .cta-row .button {
    width: 100%;
  }

  .theme-tcc .cta-row .button.secondary,
  .theme-cyrcys .cta-row .button.secondary {
    justify-content: flex-start;
    padding-left: 0;
    border: 0;
    background: transparent;
  }

  .theme-tcc .status-row,
  .theme-cyrcys .status-row {
    margin-top: 18px;
  }

  .vision-hero-overlay {
    display: none;
  }

  .theme-tcc .content-band,
  .theme-cyrcys .content-band,
  .theme-tcc .inquiry-band,
  .theme-cyrcys .inquiry-band,
  .theme-tcc .footer,
  .theme-cyrcys .footer {
    width: calc(100% - 36px);
    max-width: calc(100% - 36px);
  }

  .theme-tcc .content-band,
  .theme-cyrcys .content-band {
    padding: 76px 0;
  }

  .theme-tcc .band-copy h2,
  .theme-cyrcys .band-copy h2 {
    font-size: clamp(46px, 13vw, 64px);
  }

  .theme-tcc .band-copy > p,
  .theme-cyrcys .band-copy > p {
    font-size: 17px;
  }

  .theme-cyrcys .kind-activity-rail .band-copy,
  .theme-cyrcys .kind-market-rail .band-copy {
    display: block;
  }

  .theme-cyrcys .kind-activity-rail .band-copy > p,
  .theme-cyrcys .kind-market-rail .band-copy > p {
    margin-top: 20px;
  }

  .theme-cyrcys .kind-activity-rail .item-grid,
  .theme-cyrcys .kind-market-rail .item-grid {
    display: flex;
    width: calc(100vw - 18px);
    margin-right: -18px;
    padding: 12px 18px 28px 0;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .theme-cyrcys .kind-activity-rail .item-card,
  .theme-cyrcys .kind-market-rail .item-card {
    width: min(78vw, 310px);
    flex: 0 0 min(78vw, 310px);
    scroll-snap-align: start;
    transform: none;
  }

  .theme-cyrcys .kind-activity-rail .item-card:nth-child(even),
  .theme-cyrcys .kind-activity-rail .item-card:nth-child(3) {
    transform: none;
  }

  .theme-cyrcys .kind-activity-rail .item-card p {
    max-height: 130px;
    margin-top: 12px;
    opacity: 1;
  }

  .theme-cyrcys .kind-journey {
    width: 100%;
    max-width: none;
    min-height: 880px;
    padding: 76px 22px;
  }

  .theme-cyrcys .kind-journey .band-media {
    inset: 490px 0 0;
  }

  .theme-cyrcys .kind-journey::after {
    inset: 450px 0 0;
  }

  .theme-cyrcys .kind-journey .item-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 42px;
  }

  .theme-cyrcys .kind-journey .item-card {
    display: grid;
    grid-template-columns: 72px 1fr;
    column-gap: 16px;
  }

  .theme-cyrcys .kind-journey .item-card small {
    grid-row: 1 / span 2;
    font-size: 58px;
  }

  .theme-cyrcys .kind-journey .item-card h3 {
    margin-top: 4px;
    font-size: 28px;
  }

  .theme-cyrcys .kind-journey .item-card p {
    margin-top: 6px;
  }

  .theme-cyrcys .kind-people-feature {
    display: flex;
    width: 100%;
    max-width: none;
    flex-direction: column;
  }

  .theme-cyrcys .kind-people-feature .band-media {
    min-height: 430px;
    border-radius: 0 0 36px 36px;
    order: 0;
  }

  .theme-cyrcys .kind-people-feature .band-copy,
  .theme-cyrcys .kind-people-feature .item-grid {
    width: calc(100% - 44px);
    margin-right: auto;
    margin-left: auto;
  }

  .theme-cyrcys .kind-people-feature .band-copy {
    padding-top: 66px;
  }

  .theme-cyrcys .kind-people-feature .item-grid {
    padding-bottom: 68px;
  }

  .theme-tcc .kind-studio-lanes .item-grid,
  .theme-tcc .kind-process .item-grid {
    grid-template-columns: 1fr;
  }

  .theme-tcc .kind-studio-lanes .item-card:nth-child(even) {
    margin-top: 0;
  }

  .theme-tcc .kind-studio-lanes .item-card {
    display: grid;
    grid-template-columns: 116px 1fr;
    gap: 16px;
    align-items: center;
    padding: 16px 0;
    border-top: 1px solid rgba(7,17,31,.1);
  }

  .theme-tcc .kind-studio-lanes .item-media {
    grid-row: 1 / span 4;
    min-height: 116px;
    border-radius: 18px;
  }

  .theme-tcc .kind-process .item-card {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 14px;
    padding: 12px 0;
  }

  .theme-tcc .kind-process .item-card small {
    grid-row: 1 / span 2;
    font-size: 46px;
  }

  .theme-tcc .kind-conversation {
    display: block;
  }

  .theme-tcc .kind-conversation .item-grid {
    margin-top: 40px;
  }

  .theme-tcc .kind-tribute {
    min-height: 670px;
  }

  .theme-tcc .kind-tribute::after {
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0 42%, rgba(255,255,255,.55) 66%, transparent 85%);
  }

  .theme-tcc .kind-tribute .band-copy {
    width: calc(100% - 44px);
    padding-top: 74px;
  }

  .theme-tcc .kind-final-cta,
  .theme-cyrcys .kind-final-cta {
    width: 100%;
    max-width: none;
    min-height: 520px;
    padding: 76px 22px;
  }

  .theme-tcc .kind-final-cta {
    background: linear-gradient(165deg, var(--vision-sky) 0 68%, var(--vision-yellow) 68% 100%);
  }

  .theme-tcc .kind-final-cta .item-grid,
  .theme-cyrcys .kind-final-cta .item-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .theme-tcc .kind-final-cta .text-link,
  .theme-cyrcys .kind-final-cta .text-link {
    width: 100%;
    justify-content: center;
  }

  .theme-tcc .inquiry-band,
  .theme-cyrcys .inquiry-band {
    padding: 22px;
  }

  .theme-tcc .footer,
  .theme-cyrcys .footer {
    width: 100%;
    max-width: none;
  }
}
/* Zana Trust participation platform — shared by the Blazor runtime and static export. */
.theme-zana {
  --zana-paper: #f7f3e9;
  --zana-paper-strong: #fffdf8;
  --zana-ink: #17342d;
  --zana-muted: #52665f;
  --zana-pine: #123f32;
  --zana-pine-deep: #082d25;
  --zana-lake: #1e6f91;
  --zana-lake-light: #dceef3;
  --zana-red: #aa302d;
  --zana-gold: #aa7a31;
  --zana-line: rgba(23, 52, 45, 0.16);
  --zana-shadow: 0 24px 70px rgba(20, 54, 45, 0.12);
  color: var(--zana-ink);
  background: var(--zana-paper);
}

.theme-zana .topbar {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  min-height: 88px;
  padding: 14px max(28px, calc((100vw - 1320px) / 2));
  background: rgba(255, 253, 248, 0.96);
  border-bottom: 1px solid rgba(23, 52, 45, 0.11);
  box-shadow: 0 8px 30px rgba(10, 47, 38, 0.06);
  backdrop-filter: blur(16px);
}

.theme-zana .brand {
  min-width: 202px;
  gap: 10px;
}

.theme-zana .zana-brand-mark,
.theme-zana .zana-brand-mark svg {
  width: 48px;
  height: 44px;
}

.theme-zana .zana-brand-mark {
  color: var(--zana-pine);
}

.theme-zana .zana-brand-mark svg {
  stroke-width: 2.4;
}

.theme-zana .zana-brand-text span:first-child {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  letter-spacing: 0.035em;
}

.theme-zana .zana-brand-text span:last-child {
  font-size: 10px;
  letter-spacing: 0.32em;
}

.theme-zana .topbar-actions {
  gap: 22px;
}

.theme-zana .topbar-actions nav {
  gap: clamp(12px, 1.35vw, 23px);
}

.theme-zana .topbar-actions nav a {
  padding: 10px 0;
  color: var(--zana-ink);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.01em;
}

.theme-zana .topbar-actions nav a:hover,
.theme-zana .topbar-actions nav a:focus-visible {
  color: var(--zana-red);
}

.theme-zana .topbar-actions nav a:hover::after {
  background: var(--zana-red);
}

.theme-zana .topbar-controls {
  gap: 9px;
}

.theme-zana .language-select select {
  min-width: 64px;
  border-color: var(--zana-line);
  background-color: #fffdf8;
  color: var(--zana-ink);
}

.theme-zana .zana-participate-cta {
  min-height: 39px;
  padding: 11px 16px;
  border: 1px solid #942623;
  border-radius: 5px;
  background: var(--zana-red);
  color: #fff;
  font-size: 12px;
  font-weight: 820;
}

.theme-zana .zana-participate-cta:hover {
  background: #8c2422;
  color: #fff;
}

.theme-zana .button {
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 5px;
  font-weight: 820;
  letter-spacing: 0.01em;
  box-shadow: none;
}

.theme-zana .button.primary {
  border-color: var(--zana-red);
  background: var(--zana-red);
}

.theme-zana .button.primary:hover {
  border-color: #8d2421;
  background: #8d2421;
}

.theme-zana .button.secondary {
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
  backdrop-filter: blur(8px);
}

.theme-zana .button.secondary:hover {
  background: rgba(255, 255, 255, 0.2);
}

.zana-civic-hero {
  position: relative;
  display: grid;
  min-height: 880px;
  padding: 150px max(28px, calc((100vw - 1320px) / 2)) 34px;
  background-position: center 54%;
  background-size: cover;
  isolation: isolate;
}

.zana-civic-hero-scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 35, 31, 0.9) 0%, rgba(6, 48, 40, 0.72) 38%, rgba(9, 57, 54, 0.25) 70%, rgba(5, 31, 30, 0.08) 100%),
    linear-gradient(180deg, rgba(6, 32, 29, 0.08) 35%, rgba(3, 26, 24, 0.64) 100%);
}

.zana-civic-hero-inner {
  align-self: center;
  max-width: 820px;
  padding: 30px 0 70px;
  color: #fff;
}

.zana-translation-review {
  display: inline-flex;
  margin: 0 0 20px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background: rgba(8, 44, 37, 0.48);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.03em;
}

.zana-kicker {
  margin: 0 0 15px;
  color: var(--zana-red);
  font-size: 12px;
  font-weight: 860;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.zana-civic-hero .zana-kicker {
  color: #fff0d5;
}

.zana-civic-hero h1 {
  max-width: 800px;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.2vw, 80px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.zana-hero-lead {
  max-width: 700px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.55;
}

.zana-civic-hero .cta-row {
  margin-top: 30px;
}

.zana-updated {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  font-weight: 700;
}

.zana-updated span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8ed5ac;
  box-shadow: 0 0 0 5px rgba(142, 213, 172, 0.13);
}

.zana-truth-grid {
  align-self: end;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(8, 47, 38, 0.92);
  color: #fff;
  box-shadow: 0 24px 70px rgba(5, 30, 26, 0.25);
  backdrop-filter: blur(14px);
}

.zana-truth-grid article {
  display: grid;
  grid-template-columns: 27px 1fr;
  gap: 10px;
  min-height: 108px;
  padding: 23px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.zana-truth-grid article:last-child {
  border-right: 0;
}

.zana-truth-grid article > span {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

.zana-truth-grid svg {
  width: 15px;
  height: 15px;
  stroke-width: 2.7;
}

.zana-truth-grid strong,
.zana-truth-grid small {
  display: block;
}

.zana-truth-grid strong {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.25;
}

.zana-truth-grid small {
  color: rgba(255, 255, 255, 0.67);
  font-size: 11px;
  line-height: 1.35;
}

.zana-section {
  width: min(1240px, calc(100% - 56px));
  margin: 0 auto;
  padding: 100px 0;
}

.zana-section-heading {
  max-width: 780px;
  margin-bottom: 42px;
}

.zana-section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.zana-section-heading h2,
.zana-governance h2,
.zana-place h2,
.zana-inquiry h2,
.theme-zana .page-intro h2,
.theme-zana .content-band h2 {
  margin: 0;
  color: var(--zana-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.zana-section-heading > p:last-child,
.zana-governance-intro > p,
.zana-place-copy > p,
.zana-inquiry-intro > p {
  margin: 19px 0 0;
  color: var(--zana-muted);
  font-size: 17px;
  line-height: 1.7;
}

.zana-definition {
  position: relative;
}

.zana-definition::before,
.zana-sources::before {
  position: absolute;
  inset: 22px auto auto -100px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(18, 63, 50, 0.06);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(18, 63, 50, 0.02), 0 0 0 84px rgba(18, 63, 50, 0.015);
  content: "";
  pointer-events: none;
}

.zana-definition-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid var(--zana-line);
  border-radius: 8px;
  background: var(--zana-paper-strong);
  box-shadow: var(--zana-shadow);
}

.zana-definition-card {
  padding: 40px;
}

.zana-definition-card + .zana-definition-card {
  border-left: 1px solid var(--zana-line);
}

.zana-card-label {
  margin: 0 0 24px;
  color: var(--zana-pine);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.is-not-card .zana-card-label {
  color: var(--zana-red);
}

.zana-definition-card ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.zana-definition-card li {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 11px;
  color: #354e46;
  font-size: 15px;
  line-height: 1.55;
}

.zana-definition-card li span {
  color: var(--zana-pine);
  font-weight: 900;
}

.is-not-card li span {
  color: var(--zana-red);
}

.zana-audiences {
  width: 100%;
  max-width: none;
  padding-right: max(28px, calc((100vw - 1240px) / 2));
  padding-left: max(28px, calc((100vw - 1240px) / 2));
  background: #fffdf8;
  border-block: 1px solid var(--zana-line);
}

.zana-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.zana-audience-card {
  overflow: hidden;
  border: 1px solid var(--zana-line);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 16px 50px rgba(22, 58, 49, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.zana-audience-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 64px rgba(22, 58, 49, 0.14);
}

.zana-audience-card img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.zana-audience-card > div {
  padding: 28px;
}

.zana-audience-card small,
.zana-participation-grid small,
.zana-docket-copy > small {
  color: var(--zana-red);
  font-size: 11px;
  font-weight: 880;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zana-audience-card h3,
.zana-governance-steps h3,
.zana-docket-row h3,
.zana-place-grid h3,
.zana-document-table h3,
.zana-participation-grid h3,
.zana-inquiry aside h3 {
  margin: 10px 0 0;
  color: var(--zana-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.18;
}

.zana-audience-card p,
.zana-governance-steps p,
.zana-place-grid p,
.zana-document-table p,
.zana-participation-grid p,
.zana-inquiry aside p {
  color: var(--zana-muted);
  font-size: 14px;
  line-height: 1.6;
}

.zana-audience-card a,
.zana-docket-facts a,
.zana-document-table a,
.zana-participation-grid a,
.zana-inquiry aside a,
.zana-source-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--zana-pine);
  font-size: 12px;
  font-weight: 880;
  text-decoration: none;
}

.zana-governance {
  width: 100%;
  max-width: none;
  padding-right: max(28px, calc((100vw - 1240px) / 2));
  padding-left: max(28px, calc((100vw - 1240px) / 2));
  background: #eee8dc;
}

.zana-governance-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 48px;
}

.zana-governance-intro > p {
  margin: 0;
}

.zana-governance-map {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 24px;
}

.zana-majority-metric {
  display: flex;
  min-height: 228px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px;
  border-radius: 7px;
  background: var(--zana-pine);
  color: #fff;
  text-align: center;
}

.zana-majority-metric strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 62px;
  line-height: 1;
}

.zana-majority-metric span {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zana-majority-metric small {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  line-height: 1.4;
}

.zana-governance-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--zana-line);
  border-radius: 7px;
  background: rgba(255, 253, 248, 0.75);
}

.zana-governance-steps article {
  position: relative;
  padding: 28px 24px;
  border-right: 1px solid var(--zana-line);
}

.zana-governance-steps article:last-child {
  border-right: 0;
}

.zana-governance-steps article > small {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--zana-pine);
  border-radius: 50%;
  color: var(--zana-pine);
  font-weight: 850;
}

.zana-governance-steps h3 {
  font-size: 20px;
}

.zana-docket-list {
  display: grid;
  gap: 14px;
}

.zana-docket-row {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 260px;
  gap: 25px;
  align-items: stretch;
  padding: 14px;
  border: 1px solid var(--zana-line);
  border-radius: 7px;
  background: #fffdf8;
}

.zana-docket-row > img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  border-radius: 4px;
}

.zana-docket-copy {
  align-self: center;
  padding: 12px 0;
}

.zana-docket-copy h3 {
  font-size: 28px;
}

.zana-docket-copy p {
  margin: 10px 0;
  color: var(--zana-muted);
  font-size: 14px;
  line-height: 1.6;
}

.zana-docket-copy em {
  display: block;
  padding-left: 12px;
  border-left: 2px solid var(--zana-gold);
  color: #6d5b3d;
  font-size: 11px;
  font-style: normal;
  line-height: 1.5;
}

.zana-docket-facts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border-radius: 5px;
  background: #f2eee4;
}

.zana-status {
  align-self: flex-start;
  padding: 6px 9px;
  border-radius: 999px;
  background: #e0e8e3;
  color: var(--zana-pine);
  font-size: 10px;
  font-weight: 870;
}

.zana-status.watch {
  background: #dcecf3;
  color: #155a74;
}

.zana-status.legal {
  background: #efe2ca;
  color: #74531e;
}

.zana-docket-facts dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
  margin: 18px 0;
}

.zana-docket-facts dl div {
  min-width: 0;
}

.zana-docket-facts dt {
  color: var(--zana-pine);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.zana-docket-facts dd {
  margin: 4px 0 0;
  color: var(--zana-ink);
  font-size: 13px;
  font-weight: 780;
}

.zana-place {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  min-height: 780px;
  background: #fffdf8;
  border-block: 1px solid var(--zana-line);
}

.zana-place-image {
  min-height: 620px;
  background-position: center;
  background-size: cover;
}

.zana-place-copy {
  align-self: center;
  padding: 80px clamp(36px, 6vw, 100px);
}

.zana-place h2 {
  font-size: clamp(38px, 3.8vw, 58px);
}

.zana-place-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 36px;
}

.zana-place-grid article {
  padding-top: 18px;
  border-top: 1px solid var(--zana-line);
}

.zana-place-grid h3 {
  font-size: 18px;
}

.zana-place-grid p {
  margin-bottom: 0;
  font-size: 13px;
}

.zana-source-link {
  margin-top: 34px;
}

.zana-documents {
  width: 100%;
  max-width: none;
  padding-right: max(28px, calc((100vw - 1240px) / 2));
  padding-left: max(28px, calc((100vw - 1240px) / 2));
  background: #eee8dc;
}

.zana-document-table {
  overflow: hidden;
  border: 1px solid var(--zana-line);
  border-radius: 7px;
  background: #fffdf8;
}

.zana-document-table article {
  display: grid;
  grid-template-columns: minmax(280px, 1.8fr) minmax(110px, 0.55fr) minmax(120px, 0.65fr) minmax(160px, 0.85fr) minmax(120px, 0.65fr);
  gap: 20px;
  align-items: center;
  padding: 22px 24px;
  border-bottom: 1px solid var(--zana-line);
}

.zana-document-table article:last-child {
  border-bottom: 0;
}

.zana-document-table h3 {
  margin-top: 0;
  font-size: 19px;
}

.zana-document-table p {
  margin: 6px 0 0;
  font-size: 12px;
}

.zana-document-table article > span {
  color: var(--zana-muted);
  font-size: 12px;
  line-height: 1.45;
}

.zana-document-table .zana-doc-status {
  color: var(--zana-pine);
  font-weight: 780;
}

.zana-participation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.zana-participation-grid article {
  display: flex;
  min-height: 275px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--zana-line);
  border-top: 4px solid var(--zana-pine);
  border-radius: 6px;
  background: #fffdf8;
}

.zana-participation-grid .tone-blue {
  border-top-color: var(--zana-lake);
}

.zana-participation-grid .tone-gold {
  border-top-color: var(--zana-gold);
}

.zana-participation-grid .tone-red {
  border-top-color: var(--zana-red);
}

.zana-participation-grid h3 {
  font-size: 22px;
}

.zana-participation-grid a {
  margin-top: auto;
  padding-top: 16px;
}

.zana-inquiry {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 70px;
  width: 100%;
  max-width: none;
  padding-right: max(28px, calc((100vw - 1240px) / 2));
  padding-left: max(28px, calc((100vw - 1240px) / 2));
  background: var(--zana-pine-deep);
  color: #fff;
}

.zana-inquiry h2,
.zana-inquiry .zana-kicker {
  color: #fff;
}

.zana-inquiry-intro > p {
  color: rgba(255, 255, 255, 0.72);
}

.zana-inquiry aside {
  margin-top: 32px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
}

.zana-inquiry aside h3,
.zana-inquiry aside a {
  color: #fff;
}

.zana-inquiry aside p {
  color: rgba(255, 255, 255, 0.68);
}

.zana-civic-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
  align-self: start;
  padding: 32px;
  border-radius: 7px;
  background: #fffdf8;
  color: var(--zana-ink);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.2);
}

.zana-civic-form label {
  display: grid;
  gap: 7px;
  color: var(--zana-ink);
  font-size: 11px;
  font-weight: 820;
}

.zana-civic-form input,
.zana-civic-form select,
.zana-civic-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid rgba(23, 52, 45, 0.25);
  border-radius: 4px;
  background: #fff;
  color: var(--zana-ink);
  font: inherit;
  font-size: 14px;
}

.zana-civic-form textarea {
  min-height: 130px;
  resize: vertical;
}

.zana-civic-form .full {
  grid-column: 1 / -1;
}

.zana-civic-form .zana-consent {
  display: flex;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 9px;
  color: #52665f;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.45;
}

.zana-civic-form .zana-consent input {
  width: 17px;
  min-height: 17px;
  flex: 0 0 auto;
  margin-top: 1px;
}

.zana-form-note {
  margin: -5px 0 0;
  color: #697a74;
  font-size: 10px;
  line-height: 1.45;
}

.zana-sources {
  position: relative;
  overflow: hidden;
}

.zana-source-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.zana-source-grid a {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--zana-line);
  border-radius: 6px;
  background: #fffdf8;
  color: var(--zana-ink);
  text-decoration: none;
}

.zana-source-grid a:hover {
  border-color: var(--zana-lake);
}

.zana-source-grid strong,
.zana-source-grid span,
.zana-source-grid small {
  display: block;
}

.zana-source-grid strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
}

.zana-source-grid span {
  margin-top: 12px;
  color: var(--zana-muted);
  font-size: 12px;
  line-height: 1.55;
}

.zana-source-grid small {
  margin-top: auto;
  padding-top: 18px;
  color: var(--zana-lake);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.theme-zana .zana-footer {
  display: grid;
  grid-template-columns: minmax(270px, 0.9fr) minmax(0, 1.5fr);
  gap: 60px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 70px max(28px, calc((100vw - 1240px) / 2)) 30px;
  border: 0;
  background: #082d25;
  color: #fff;
}

.zana-footer-brand {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.zana-footer-brand .zana-brand-mark,
.zana-footer-brand .zana-brand-mark svg {
  width: 54px;
  height: 50px;
}

.zana-footer-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.zana-footer-brand p {
  max-width: 390px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 12px;
  line-height: 1.55;
}

.theme-zana .zana-footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.theme-zana .zana-footer-nav div {
  display: grid;
  align-content: start;
  gap: 9px;
}

.theme-zana .zana-footer-nav strong {
  margin-bottom: 5px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.theme-zana .zana-footer-nav a {
  width: auto;
  padding: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 12px;
  font-weight: 650;
}

.theme-zana .zana-footer-nav a:hover {
  color: #fff;
}

.theme-zana .zana-footer-nav a:hover::after {
  display: none;
}

.zana-footer-bottom {
  display: flex;
  grid-column: 1 / -1;
  gap: 24px;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
}

.zana-footer-bottom a {
  color: rgba(255, 255, 255, 0.72);
}

/* Interior Zana routes inherit the civic system without copying the homepage. */
.theme-zana > .hero {
  min-height: 650px;
  padding-top: 88px;
  background-position: center;
}

.theme-zana > .hero .hero-scrim {
  background:
    linear-gradient(90deg, rgba(4, 35, 31, 0.9), rgba(6, 48, 40, 0.55) 55%, rgba(8, 48, 43, 0.12)),
    linear-gradient(180deg, rgba(4, 25, 23, 0.08), rgba(4, 25, 23, 0.54));
}

.theme-zana > .hero .hero-copy {
  width: min(780px, calc(100% - 56px));
  margin-left: max(28px, calc((100vw - 1240px) / 2));
  color: #fff;
}

.theme-zana > .hero .hero-copy h1 {
  max-width: 780px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.theme-zana > .hero .hero-copy > p,
.theme-zana > .hero .status-row span {
  color: rgba(255, 255, 255, 0.84);
}

.theme-zana > .hero .status-row span {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(5, 42, 35, 0.35);
}

.theme-zana .page-intro,
.theme-zana .content-band,
.theme-zana .inquiry-band {
  width: min(1240px, calc(100% - 56px));
  max-width: 1240px;
}

.theme-zana .page-intro {
  margin: 70px auto 0;
  padding: 54px;
  border: 1px solid var(--zana-line);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: var(--zana-shadow);
}

.theme-zana .page-intro .eyebrow,
.theme-zana .content-band .eyebrow {
  color: var(--zana-red);
}

.theme-zana .page-intro > p:last-child {
  color: var(--zana-muted);
  font-size: 17px;
  line-height: 1.65;
}

.theme-zana .content-band {
  margin-top: 24px;
  padding: 54px;
  border: 1px solid var(--zana-line);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: none;
  clip-path: none;
}

.theme-zana .content-band .band-copy > p:last-child {
  color: var(--zana-muted);
  font-size: 16px;
  line-height: 1.7;
}

.theme-zana .content-band .item-grid {
  gap: 14px;
}

.theme-zana .content-band .item-card {
  padding: 24px;
  border: 1px solid var(--zana-line);
  border-radius: 6px;
  background: #f6f1e7;
}

.theme-zana .content-band .item-card small {
  color: var(--zana-red);
}

.theme-zana .content-band .item-card h3 {
  color: var(--zana-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
}

.theme-zana .content-band .item-card p {
  color: var(--zana-muted);
  font-size: 13px;
  line-height: 1.6;
}

.theme-zana .content-band .text-link {
  color: var(--zana-pine);
}

.theme-zana .inquiry-band {
  margin: 24px auto 70px;
  border-radius: 8px;
  background: #fffdf8;
}

.theme-zana .inquiry-band .eyebrow {
  color: var(--zana-red);
}

.theme-zana .inquiry-band .button.secondary {
  border-color: var(--zana-line);
  background: #fff;
  color: var(--zana-ink);
}

.theme-zana :is(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid #f2b84b;
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .theme-zana .menu-toggle {
    display: inline-grid;
  }

  .theme-zana .topbar-actions {
    position: absolute;
    top: calc(100% + 8px);
    right: 18px;
    left: 18px;
    z-index: 60;
    display: none;
    width: auto;
    max-width: none;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(8, 45, 37, 0.98);
    box-shadow: var(--zana-shadow);
  }

  .theme-zana .topbar-actions.is-open {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .theme-zana .topbar-actions nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  .theme-zana .topbar-actions nav a {
    width: 100%;
    padding: 11px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
  }

  .theme-zana .topbar-controls {
    justify-content: flex-end;
  }

  .zana-truth-grid {
    grid-template-columns: 1fr 1fr;
  }

  .zana-truth-grid article:nth-child(2) {
    border-right: 0;
  }

  .zana-truth-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .zana-governance-map {
    grid-template-columns: 180px 1fr;
  }

  .zana-governance-steps {
    grid-template-columns: 1fr 1fr;
  }

  .zana-governance-steps article:nth-child(2) {
    border-right: 0;
  }

  .zana-governance-steps article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--zana-line);
  }

  .zana-docket-row {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .zana-docket-facts {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
  }

  .zana-docket-facts dl {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
  }

  .zana-document-table article {
    grid-template-columns: minmax(260px, 1.5fr) 0.6fr 0.7fr;
  }

  .zana-document-table article > :nth-child(4),
  .zana-document-table article > :nth-child(5) {
    grid-column: auto;
  }

  .zana-participation-grid,
  .zana-source-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .theme-zana .topbar {
    position: absolute;
    padding: 12px 20px;
  }

  .zana-civic-hero {
    min-height: 980px;
    padding: 132px 22px 24px;
  }

  .zana-civic-hero-inner {
    padding-bottom: 45px;
  }

  .zana-civic-hero h1 {
    font-size: clamp(43px, 8vw, 62px);
  }

  .zana-truth-grid article {
    min-height: 105px;
  }

  .zana-section {
    width: calc(100% - 36px);
    padding: 72px 0;
  }

  .zana-definition-grid,
  .zana-audience-grid,
  .zana-governance-intro,
  .zana-governance-map,
  .zana-place,
  .zana-inquiry {
    grid-template-columns: 1fr;
  }

  .zana-definition-card + .zana-definition-card {
    border-top: 1px solid var(--zana-line);
    border-left: 0;
  }

  .zana-audiences,
  .zana-governance,
  .zana-documents,
  .zana-inquiry {
    width: 100%;
    padding-right: 22px;
    padding-left: 22px;
  }

  .zana-audience-grid {
    gap: 15px;
  }

  .zana-audience-card {
    display: grid;
    grid-template-columns: 220px 1fr;
  }

  .zana-audience-card img {
    height: 100%;
    min-height: 270px;
  }

  .zana-governance-intro {
    gap: 24px;
  }

  .zana-majority-metric {
    min-height: 190px;
  }

  .zana-place-image {
    min-height: 460px;
  }

  .zana-place-copy {
    padding: 65px 28px;
  }

  .zana-document-table article {
    grid-template-columns: 1fr 1fr;
  }

  .zana-document-table article > div {
    grid-column: 1 / -1;
  }

  .zana-inquiry {
    gap: 36px;
  }

  .theme-zana .zana-footer {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .theme-zana > .hero {
    min-height: 600px;
  }

  .theme-zana > .hero .hero-copy,
  .theme-zana .page-intro,
  .theme-zana .content-band,
  .theme-zana .inquiry-band {
    width: calc(100% - 36px);
  }

  .theme-zana > .hero .hero-copy {
    margin-left: 18px;
  }
}

@media (max-width: 560px) {
  .theme-zana .topbar {
    min-height: 72px;
    padding: 10px 14px;
  }

  .theme-zana .brand {
    min-width: 0;
  }

  .theme-zana .zana-brand-mark,
  .theme-zana .zana-brand-mark svg {
    width: 38px;
    height: 35px;
  }

  .theme-zana .zana-brand-text span:first-child {
    font-size: 22px;
  }

  .theme-zana .zana-brand-text span:last-child {
    font-size: 8px;
  }

  .theme-zana .topbar-actions nav {
    grid-template-columns: 1fr;
  }

  .theme-zana .topbar-controls {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .theme-zana .zana-participate-cta {
    text-align: center;
  }

  .zana-civic-hero {
    min-height: 1160px;
    padding: 112px 14px 14px;
    background-position: 58% center;
  }

  .zana-civic-hero-scrim {
    background:
      linear-gradient(180deg, rgba(4, 35, 31, 0.83), rgba(4, 35, 31, 0.5) 60%, rgba(3, 26, 24, 0.82)),
      linear-gradient(90deg, rgba(4, 35, 31, 0.68), rgba(4, 35, 31, 0.1));
  }

  .zana-civic-hero h1 {
    font-size: 42px;
  }

  .zana-hero-lead {
    font-size: 17px;
  }

  .zana-civic-hero .cta-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .zana-civic-hero .button {
    width: 100%;
    justify-content: center;
  }

  .zana-truth-grid {
    grid-template-columns: 1fr;
  }

  .zana-truth-grid article,
  .zana-truth-grid article:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .zana-truth-grid article:last-child {
    border-bottom: 0;
  }

  .zana-section {
    width: calc(100% - 28px);
    padding: 58px 0;
  }

  .zana-section-heading h2,
  .zana-governance h2,
  .zana-place h2,
  .zana-inquiry h2,
  .theme-zana .page-intro h2,
  .theme-zana .content-band h2 {
    font-size: 36px;
  }

  .zana-definition-card {
    padding: 26px 22px;
  }

  .zana-audiences,
  .zana-governance,
  .zana-documents,
  .zana-inquiry {
    padding-right: 14px;
    padding-left: 14px;
  }

  .zana-audience-card {
    display: block;
  }

  .zana-audience-card img {
    height: 220px;
    min-height: 0;
  }

  .zana-governance-steps,
  .zana-participation-grid,
  .zana-source-grid {
    grid-template-columns: 1fr;
  }

  .zana-governance-steps article,
  .zana-governance-steps article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--zana-line);
  }

  .zana-governance-steps article:last-child {
    border-bottom: 0;
  }

  .zana-docket-row {
    grid-template-columns: 1fr;
  }

  .zana-docket-row > img {
    min-height: 210px;
  }

  .zana-docket-facts {
    grid-column: auto;
    display: block;
  }

  .zana-docket-facts dl {
    grid-template-columns: 1fr 1fr;
    margin: 18px 0;
  }

  .zana-place-image {
    min-height: 330px;
  }

  .zana-place-copy {
    padding: 54px 18px;
  }

  .zana-place-grid,
  .zana-document-table article,
  .zana-civic-form {
    grid-template-columns: 1fr;
  }

  .zana-document-table article > div,
  .zana-civic-form .full {
    grid-column: auto;
  }

  .zana-document-table article {
    gap: 10px;
    padding: 21px;
  }

  .zana-civic-form {
    padding: 22px;
  }

  .theme-zana .zana-footer-nav {
    grid-template-columns: 1fr 1fr;
  }

  .zana-footer-bottom {
    display: grid;
    gap: 8px;
  }

  .theme-zana > .hero {
    min-height: 590px;
    padding-top: 72px;
  }

  .theme-zana > .hero .hero-copy h1 {
    font-size: 42px;
  }

  .theme-zana .page-intro,
  .theme-zana .content-band {
    padding: 28px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zana-audience-card {
    transition: none;
  }
}
