:root {
  --primary: #bd6742;
  --secondary: #8a302b;
  --deep: #281511;
  --ink: #241f1d;
  --muted: #6f6662;
  --line: #eaded9;
  --soft: #faf6f2;
  --panel: #ffffff;
  --accent: #d8aa82;
  --green: #546f5b;
  --rose: #d2aca2;
  --cocoa: #582d24;
  --scroll-progress: 0;
  --radius: 8px;
  --shadow: 0 10px 26px rgba(62, 42, 34, .07);
  --shadow-strong: 0 18px 42px rgba(62, 42, 34, .12);
}
* { box-sizing: border-box; }
.is-hidden { display: none !important; }
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  background: #fffdfb;
  font-size: 14.5px;
  letter-spacing: 0;
  line-height: 1.52;
  min-width: 0;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
}
h1, h2, h3,
.hero-caption strong,
.page-hero h1,
.intro-video-copy h1,
.home-reserve h2,
.section-head h2,
.newsletter-grid h2,
.feature-map-panel h2 {
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
img, iframe { max-width: 100%; }
.site-wrap { display: flex; flex-direction: column; min-height: 100vh; overflow-x: clip; width: 100%; }
p,
li,
.ck-content {
  text-align: initial;
}

.article-detail-body .ck-content,
.event-main-column .ck-content,
.realization-detail .ck-content,
.department-service-detail .ck-content {
  text-align: start;
}

h1,
h2,
h3,
h4,
h5,
h6,
.eyebrow,
.meta,
.links,
.top-bar,
.btn,
.more-link,
.section-link,
.article-filter-option,
.article-filter-toggle,
.social-links,
.language-switch {
  text-align: initial;
}
.section, .top-bar-inner, .site-nav { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 253, 251, .97);
  border-bottom: 1px solid rgba(234,216,208,.92);
  backdrop-filter: blur(14px);
  transition: box-shadow .28s ease, background .28s ease, transform .28s ease;
}
.site-header::after {
  background: var(--secondary);
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(var(--scroll-progress));
  transform-origin: left;
  width: 100%;
}
.site-header.is-scrolled {
  background: rgba(255,253,251,.94);
  box-shadow: 0 12px 34px rgba(62,42,34,.08);
}
.top-bar { background: #3b211b; border-bottom: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.88); font-size: .88rem; }
.top-bar-inner { align-items: center; display: flex; flex-wrap: wrap; gap: 10px 18px; justify-content: space-between; padding: 9px 0; font-weight: 400; }
.social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.social-link {
  align-items: center;
  background: rgba(255,255,255,.11);
  border: 0;
  border-radius: var(--radius);
  color: currentColor;
  display: inline-flex !important;
  height: 34px;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
  width: 34px;
}
.social-link svg {
  display: block;
  fill: currentColor;
  height: 17px;
  width: 17px;
}
.social-link:hover {
  background: #fff;
  color: var(--secondary);
  transform: translateY(-1px);
}
.top-actions {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 7px;
}
.top-actions .social-links {
  margin-left: 0 !important;
}
.site-nav { align-items: center; display: flex; gap: 8px; justify-content: space-between; min-height: 74px; padding: 9px 0; width: min(1240px, calc(100% - 8px)); }
.brand { align-items: center; background: transparent; border-radius: var(--radius); display: inline-flex; margin-left: -18px; min-width: 210px; padding: 2px 0; }
.brand img { display: block; height: 66px; object-fit: contain; width: min(220px, 42vw); }
.links { align-items: center; display: flex; flex-wrap: wrap; gap: 5px; justify-content: flex-end; font-size: .8rem; font-weight: 700; letter-spacing: .015em; line-height: 1.1; text-transform: uppercase; }
.links a {
  align-items: center;
  border-radius: var(--radius);
  color: #3b302d;
  display: inline-flex;
  padding: 8px 7px;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.links a:hover, .links a.is-active { background: color-mix(in srgb, var(--primary) 9%, #fff); color: var(--secondary); transform: translateY(-1px); }
.links .nav-donate { background: var(--secondary); color: #fff; }
.links .nav-donate:hover { background: var(--primary); color: #fff; }
.nav-tools {
  align-items: center;
  display: inline-flex;
  gap: 7px;
  margin-left: 4px;
}
.nav-search {
  display: inline-flex;
  position: relative;
}
.search-toggle,
.search-submit-icon,
.search-popover button[type="submit"] {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--secondary);
  cursor: pointer;
  display: inline-flex;
  font-size: 0;
  height: 34px;
  justify-content: center;
  position: relative;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
  width: 34px;
}
.search-toggle:hover,
.search-toggle[aria-expanded="true"],
.search-submit-icon:hover,
.search-popover button[type="submit"]:hover {
  background: color-mix(in srgb, var(--primary) 9%, #fff);
  border-color: color-mix(in srgb, var(--primary) 30%, var(--line));
  color: var(--secondary);
  transform: translateY(-1px);
}
.search-toggle::before,
.search-submit-icon::before,
.search-popover button[type="submit"]::before {
  border: 2px solid currentColor;
  border-radius: 999px;
  content: "";
  height: 11px;
  width: 11px;
}
.search-toggle::after,
.search-submit-icon::after,
.search-popover button[type="submit"]::after {
  background: currentColor;
  content: "";
  height: 2px;
  position: absolute;
  transform: translate(7px, 7px) rotate(45deg);
  width: 7px;
}
.search-popover {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-strong);
  display: flex;
  gap: 8px;
  opacity: 0;
  padding: 8px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  transform: translateY(-4px);
  transition: opacity .18s ease, transform .18s ease;
  width: min(340px, calc(100vw - 32px));
  z-index: 150;
}
.nav-search.is-open .search-popover {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.search-popover input {
  border-color: transparent;
  font-size: .9rem;
  font-weight: 700;
  min-height: 38px;
  padding: 8px 10px;
}
.search-popover input:focus {
  border-color: color-mix(in srgb, var(--primary) 26%, var(--line));
  outline: 0;
}
.language-switch {
  align-items: center;
  background: transparent;
  border: 0;
  display: inline-flex;
  gap: 5px;
  padding: 0;
  position: relative;
}
.language-switch span {
  color: rgba(255,255,255,.62);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.language-switch select {
  appearance: none;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: calc(var(--radius) - 2px);
  color: var(--secondary);
  cursor: pointer;
  font-size: .68rem;
  font-weight: 750;
  line-height: 1;
  min-height: 24px;
  outline: 0;
  padding: 0 22px 0 9px;
  width: auto;
}
.language-switch::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid var(--secondary);
  content: "";
  pointer-events: none;
  position: absolute;
  right: 10px;
}
.google-translate-widget {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}
.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
.goog-te-banner-frame.skiptranslate iframe,
.goog-te-menu-frame,
.goog-te-gadget-icon,
.goog-te-balloon-frame,
iframe.skiptranslate,
body > .skiptranslate,
#goog-gt-tt {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  visibility: hidden !important;
}
html,
body {
  margin-top: 0 !important;
  padding-top: 0 !important;
  position: static !important;
  top: 0 !important;
}
html.translated-ltr,
html.translated-rtl {
  margin-top: 0 !important;
}
.mobile-toggle { display: none; }
.btn {
  align-items: center;
  background: var(--primary);
  border: 1px solid var(--primary);
  border-radius: var(--radius);
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .04em;
  min-height: 40px;
  padding: 0 14px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.btn:hover { box-shadow: 0 10px 24px color-mix(in srgb, var(--primary) 24%, transparent); transform: translateY(-1px); }
.btn.light { background: #fff; border-color: rgba(255,255,255,.92); color: var(--secondary) !important; }
.btn.ghost { background: transparent; border-color: rgba(255,255,255,.55); color: #fff !important; }
.btn.compact {
  border-radius: 8px;
  font-size: .76rem;
  letter-spacing: 0;
  min-height: 34px;
  padding: 0 12px;
}
.hero { background: var(--soft); border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-inner { display: grid; gap: 14px; margin: 0 auto; padding: 14px 0 26px; width: min(1160px, calc(100% - 32px)); }
.hero-media {
  border-radius: var(--radius);
  box-shadow: var(--shadow-strong);
  min-height: clamp(430px, 58vh, 610px);
  overflow: hidden;
  position: relative;
}
.hero-slide {
  align-items: end;
  display: grid;
  inset: 0;
  min-height: inherit;
  opacity: 0;
  padding: clamp(22px, 5vw, 54px);
  position: absolute;
  transform: translateY(10px) scale(1.025);
  transition: opacity .65s ease, transform .9s cubic-bezier(.22,1,.36,1);
}
.hero-slide.is-active { opacity: 1; transform: translateY(0) scale(1); z-index: 2; }
.hero-art {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  inset: 0;
  position: absolute;
}
.hero-art::before {
  background: rgba(40,21,17,.76);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}
.hero-art::after {
  background:
    radial-gradient(circle at 78% 24%, rgba(255,255,255,.14), transparent 24%),
    linear-gradient(90deg, rgba(40,21,17,.42), transparent 58%);
  content: "";
  inset: 0;
  opacity: .78;
  position: absolute;
  transform: translate3d(0, calc(var(--hero-parallax, 0px) * -0.18), 0) scale(1.01);
  transition: transform .12s linear;
}
.hero-slide.is-active .hero-art::after {
  animation: heroZoomIn 5.6s ease-out forwards;
}
@keyframes heroZoomIn {
  from { transform: translate3d(0, calc(var(--hero-parallax, 0px) * -0.18), 0) scale(1); }
  to { transform: translate3d(0, calc(var(--hero-parallax, 0px) * -0.18), 0) scale(1.1); }
}
.hero-art-one { background-color: #3a1d17; }
.hero-art-two { background-color: #4a241d; }
.hero-art-three { background-color: #2f1a16; }
.hero-caption {
  color: #fff;
  max-width: 710px;
  position: relative;
  text-shadow: 0 4px 24px rgba(0,0,0,.36);
  z-index: 3;
}
.hero-caption > * {
  opacity: 0;
  transform: translateY(16px);
}
.hero-slide.is-active .hero-caption > * {
  animation: heroTextFade .78s cubic-bezier(.22,1,.36,1) forwards;
}
.hero-slide.is-active .hero-caption > *:nth-child(2) { animation-delay: .1s; }
.hero-slide.is-active .hero-caption > *:nth-child(3) { animation-delay: .2s; }
.hero-slide.is-active .hero-caption > *:nth-child(4) { animation-delay: .3s; }
@keyframes heroTextFade {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes dynamicImageZoom {
  from { transform: translate3d(0, var(--band-parallax, 0px), 0) scale(1.06); }
  to { transform: translate3d(0, var(--band-parallax, 0px), 0) scale(1.14); }
}
@keyframes dynamicImpactZoom {
  from { transform: translate3d(0, var(--counter-parallax, 0px), 0) scale(1.04); }
  to { transform: translate3d(0, var(--counter-parallax, 0px), 0) scale(1.12); }
}
.hero-caption small { color: color-mix(in srgb, var(--accent) 76%, #fff); display: block; font-size: .72rem; font-weight: 800; letter-spacing: .12em; margin-bottom: 10px; text-transform: uppercase; }
.hero-caption strong { display: block; font-size: clamp(1.65rem, 4.8vw, 3.25rem); line-height: 1.04; max-width: 720px; }
.hero-caption span { color: rgba(255,255,255,.9); display: block; font-size: clamp(.9rem, 2vw, 1.05rem); font-weight: 500; letter-spacing: 0; margin-top: 12px; max-width: 600px; }
.hero-caption-actions, .hero-actions, .home-image-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.hero-dots { bottom: 22px; display: flex; gap: 8px; position: absolute; right: 24px; z-index: 5; }
.hero-dot { background: rgba(255,255,255,.5); border: 0; border-radius: 999px; cursor: pointer; height: 10px; padding: 0; width: 10px; }
.hero-dot.is-active { background: #fff; width: 28px; }
.hero-progress { background: rgba(255,255,255,.24); height: 4px; left: 0; position: absolute; right: 0; top: 0; z-index: 5; }
.hero-progress span { background: var(--accent); display: block; height: 100%; transform: scaleX(0); transform-origin: left; }
.eyebrow { color: var(--primary); font-size: .68rem; font-weight: 800; letter-spacing: .11em; margin: 0 0 9px; text-transform: uppercase; }
.home-intro-grid { display: grid; gap: 14px; grid-template-columns: 1fr; }
.home-video-card, .home-reserve, .card, .care-step, .feature-map-panel, .feature-faq {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 26px rgba(62,42,34,.045);
  transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}
.home-video-card:hover, .home-reserve:hover, .card:hover, .care-step:hover, .feature-map-panel:hover, .feature-faq:hover {
  border-color: color-mix(in srgb, var(--primary) 24%, var(--line));
  box-shadow: 0 18px 42px rgba(62,42,34,.09);
  transform: translateY(-3px);
}
.home-video-card { display: grid; gap: 14px; grid-template-columns: .72fr 1fr; padding: 16px; }
.home-video-card p,
.home-video-card li,
.home-reserve p,
.section-projects .card-body p,
.section-realizations .care-step p,
.section-news .article-card p,
.feature-stack p,
.feature-map-panel p,
.feature-faq p,
.event-list span {
  text-align: left;
}
.about-showcase {
  align-items: start;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--primary) 7%, #fff), #fff 42%),
    #fff;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) minmax(230px, .42fr);
  padding: clamp(14px, 2vw, 22px);
}
.about-showcase .intro-video-shell {
  align-self: start;
  aspect-ratio: 16 / 10;
  height: auto;
  max-height: 260px;
  min-height: 0;
  padding: 0;
  width: 100%;
}
.about-media-card {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 260px;
  overflow: hidden;
}
.about-media-card img {
  display: block;
  height: 100%;
  max-height: 420px;
  object-fit: contain;
  width: 100%;
}
.intro-video-shell .video-embed,
.about-media-card .video-embed {
  width: 100%;
}
.intro-video-shell .video-embed {
  align-self: stretch;
}
.about-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.about-points span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--secondary);
  font-size: .78rem;
  font-weight: 800;
  padding: 7px 11px;
}
.intro-video-shell { align-items: center; aspect-ratio: 16 / 10; background: color-mix(in srgb, var(--primary) 8%, #fff); border: 1px solid var(--line); border-radius: 8px; display: flex; justify-content: center; overflow: hidden; padding: 18px; }
.about-showcase .intro-video-shell img,
.intro-video-shell img { display: block; height: 100%; object-fit: cover; width: 100%; }
.about-showcase .intro-video-shell img {
  object-fit: cover;
  object-position: center;
}
.about-showcase .hero-actions {
  margin-top: 14px;
}
.intro-video-copy h1, .home-reserve h2, .section-head h2, .impact-copy h2, .newsletter-grid h2, .feature-map-panel h2 { line-height: 1.1; margin: 0; }
.intro-video-copy h1 { color: var(--secondary); font-size: clamp(1.05rem, 2.4vw, 1.45rem); }
.intro-video-copy p, .home-reserve p, .care-step p, .card p, .impact-copy p, .newsletter-grid p { color: inherit; font-weight: 500; }
.home-reserve { padding: 16px; }
.home-reserve h2 { font-size: clamp(1.12rem, 2.5vw, 1.45rem); }
.home-reservation-form, .newsletter-form { display: grid; gap: 12px; margin-top: 18px; }
.form-grid { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.home-form-full { grid-column: 1 / -1; }
label { color: var(--ink); display: grid; font-size: .78rem; font-weight: 900; gap: 5px; }
input, select, textarea {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 42px;
  padding: 9px 10px;
  width: 100%;
}
input::placeholder,
textarea::placeholder {
  color: color-mix(in srgb, var(--muted) 48%, #fff);
  font-weight: 400;
  opacity: 1;
}
input[type="checkbox"],
input[type="radio"] {
  accent-color: auto;
  min-height: 0;
  padding: 0;
  width: auto;
}
textarea {
  min-height: 92px;
  resize: vertical;
}
.smart-form,
.smart-form p {
  display: grid;
  gap: 12px;
}
.smart-form {
  margin-top: 14px;
}
.smart-form p {
  margin: 0;
}
.smart-form p:has(input:not([type="checkbox"]):not([type="radio"])),
.smart-form p:has(select) {
  grid-template-columns: minmax(116px, .42fr) minmax(0, 1fr);
  align-items: center;
}
.smart-form p:has(textarea),
.smart-form p:has(input[type="file"]) {
  grid-template-columns: 1fr;
}
.smart-form .helptext {
  color: inherit;
  font-size: .76rem;
  font-weight: 650;
}
.smart-form button,
.smart-form .btn {
  justify-self: start;
  margin-top: 4px;
}
.searchable-select {
  display: grid;
  gap: 6px;
}
.select-search-input {
  background: color-mix(in srgb, var(--primary) 4%, #fff);
  border-color: color-mix(in srgb, var(--primary) 16%, var(--line));
  font-size: .88rem;
  font-weight: 500;
  min-height: 36px;
}
.select-search-input::placeholder {
  color: color-mix(in srgb, var(--muted) 54%, #fff);
  font-weight: 400;
}
.select-search-empty {
  color: inherit;
  display: none;
  font-size: .76rem;
  font-weight: 650;
}
.searchable-select.is-empty .select-search-empty {
  display: block;
}
.form-status { color: var(--green) !important; font-size: .86rem; margin: 0; min-height: 1.2em; }
.site-toast-stack {
  display: grid;
  gap: 10px;
  max-width: min(440px, calc(100vw - 28px));
  position: fixed;
  right: max(14px, calc((100vw - 1160px) / 2));
  top: 96px;
  z-index: 140;
}
.site-toast {
  align-items: start;
  animation: toastIn .28s ease both;
  background: rgba(255,255,255,.96);
  border: 1px solid color-mix(in srgb, var(--green) 28%, var(--line));
  border-radius: 14px;
  box-shadow: 0 22px 60px rgba(35, 24, 20, .18);
  color: var(--ink);
  display: grid;
  gap: 12px;
  grid-template-columns: 34px minmax(0, 1fr) 28px;
  padding: 14px;
}
.site-toast-icon {
  align-items: center;
  background: color-mix(in srgb, var(--green) 14%, #fff);
  border-radius: 999px;
  color: var(--green);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}
.site-toast-icon::before {
  content: "✓";
  font-weight: 950;
}
.site-toast-error {
  border-color: color-mix(in srgb, var(--secondary) 32%, var(--line));
}
.site-toast-error .site-toast-icon {
  background: color-mix(in srgb, var(--secondary) 12%, #fff);
  color: var(--secondary);
}
.site-toast-error .site-toast-icon::before {
  content: "!";
}
.site-toast strong {
  color: var(--secondary);
  display: block;
  font-size: .9rem;
  line-height: 1.15;
  margin-bottom: 3px;
}
.site-toast p {
  color: inherit;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1.35;
  margin: 0;
}
.site-toast button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.2rem;
  height: 28px;
  justify-content: center;
  padding: 0;
  width: 28px;
}
.site-toast button:hover {
  background: var(--soft);
  color: var(--secondary);
}
.site-toast.is-hiding {
  animation: toastOut .22s ease both;
}
@keyframes toastIn {
  from { opacity: 0; transform: translate3d(0, -12px, 0) scale(.98); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes toastOut {
  to { opacity: 0; transform: translate3d(0, -8px, 0) scale(.98); }
}
.home-image-band {
  background: var(--secondary);
  color: #fff;
  min-height: 430px;
  overflow: hidden;
  position: relative;
}
.home-image-parallax-bg {
  animation: dynamicImageZoom 16s ease-in-out infinite alternate;
  background-color: #3a1d17;
  background-image:
    linear-gradient(120deg, rgba(40, 21, 17, .88), rgba(40, 21, 17, .5) 48%, rgba(166, 42, 42, .58)),
    url("assets/futurark-logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  inset: -16% 0;
  position: absolute;
  transform: translate3d(0, var(--band-parallax, 0px), 0) scale(1.08);
  transition: transform .12s linear;
}
.home-image-band::after {
  background: rgba(40, 21, 17, .22);
  content: "";
  inset: 0;
  position: absolute;
}
.home-band-grid { display: grid; gap: 28px; grid-template-columns: minmax(0, .95fr) minmax(320px, .8fr); min-height: 380px; position: relative; z-index: 2; align-items: center; padding: 54px 0; }
.home-image-copy .eyebrow, .home-image-copy h2, .home-image-copy p { color: #fff; }
.home-image-copy h2 { font-size: clamp(1.35rem, 3.5vw, 2.45rem); line-height: 1.08; max-width: 720px; }
.home-image-copy p { max-width: 620px; }
.feature-stack { display: grid; gap: 12px; }
.feature-stack article {
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: var(--radius);
  box-shadow: 0 20px 54px rgba(0,0,0,.14);
  padding: 20px;
}
.feature-stack span, .care-step > span { align-items: center; background: color-mix(in srgb, var(--primary) 12%, #fff); border-radius: 8px; color: var(--primary); display: inline-flex; font-size: .82rem; font-weight: 900; height: 36px; justify-content: center; margin-bottom: 12px; width: 36px; }
.feature-stack strong { color: #fff; display: block; font-size: 1.08rem; }
.feature-stack p { color: rgba(255,255,255,.86); font-weight: 700; margin: 6px 0 0; }
.section { padding: 56px 0; }
.section-head { align-items: end; display: flex; gap: 18px; justify-content: space-between; margin-bottom: 24px; }
.section-head h2 { font-size: clamp(1.25rem, 3vw, 1.75rem); }
.section-head a { color: var(--secondary); font-weight: 900; }
.section-link {
  align-items: center;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--primary) 22%, var(--line));
  border-radius: 999px;
  display: inline-flex;
  font-size: .72rem;
  gap: 6px;
  line-height: 1;
  min-height: 32px;
  padding: 0 12px;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.section-link span {
  align-items: center;
  background: transparent;
  display: inline-grid;
  font-size: 0;
  height: 20px;
  justify-content: center;
  line-height: 1;
  place-items: center;
  transition: background .2s ease, transform .2s ease;
  width: 20px;
}
.section-link span::before {
  content: "\2192";
  font-size: .92rem;
  line-height: 1;
}
.section-link:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
  transform: translateY(-1px);
}
.section-link:hover span {
  transform: translateX(4px);
}
.grid { display: grid; gap: 16px; }
.department-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.section-projects .department-grid,
.section-realizations .care-path-grid,
.section-partners .partner-carousel {
  transform: translate3d(0, var(--section-parallax, 0px), 0);
  transition: transform .12s linear;
}
.card { overflow: hidden; }
.clickable-card { cursor: pointer; }
.clickable-card:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--primary) 34%, transparent);
  outline-offset: 3px;
}
.department-card { display: grid; grid-template-rows: auto 1fr; }
.card-icon {
  align-items: center;
  background: var(--secondary);
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: 900;
  justify-content: center;
  min-height: 118px;
}
.department-card-media {
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--primary) 20%, #fff), color-mix(in srgb, var(--secondary) 22%, #fff));
  height: 190px;
  min-height: 0;
  overflow: hidden;
  position: relative;
}
.department-card-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .42s ease;
  width: 100%;
}
.department-card:hover .department-card-media img {
  transform: scale(1.045);
}
.department-card-media .department-card-logo {
  height: auto;
  max-height: 132px;
  max-width: 78%;
  object-fit: contain;
  width: auto;
}
.department-card-media span {
  align-items: center;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  display: inline-flex;
  height: 78px;
  justify-content: center;
  width: 78px;
}
.department-page-grid .department-card-media {
  height: 240px;
}
.card-body { padding: 16px; }
.card h2,
.card h3,
.care-step h3 {
  line-height: 1.28;
  margin: 0 0 8px;
}
.card h3, .care-step h3 { font-size: .98rem; }
.department-card h2 { font-size: 1.08rem; }
.more-link {
  align-items: center;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--primary) 22%, var(--line));
  border-radius: 999px;
  color: var(--secondary);
  display: inline-flex;
  font-size: .72rem;
  font-weight: 700;
  gap: 6px;
  letter-spacing: .025em;
  margin-top: 12px;
  line-height: 1;
  min-height: 32px;
  padding: 0 12px;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.more-link span {
  align-items: center;
  background: transparent;
  display: inline-grid;
  font-size: 0;
  height: 20px;
  justify-content: center;
  line-height: 1;
  place-items: center;
  transition: background .2s ease, color .2s ease, transform .2s ease;
  transform: none;
  width: 20px;
}
.more-link span::before {
  content: "\2192";
  font-size: .92rem;
  line-height: 1;
}
.more-link:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
  transform: translateY(-1px);
}
.more-link:hover span {
  transform: translateX(4px);
}
.counter-band {
  background: #281511;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
  position: relative;
}
.counter-parallax-layer {
  animation: dynamicImpactZoom 18s ease-in-out infinite alternate;
  background-color: #281511;
  background-image:
    linear-gradient(120deg, rgba(40, 21, 17, .92), rgba(40, 21, 17, .68) 52%, rgba(166, 42, 42, .58)),
    url("assets/futurark-logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  inset: -18% 0;
  opacity: 1;
  position: absolute;
  transform: translate3d(0, var(--counter-parallax, 0px), 0) scale(1.05);
  z-index: 0;
}
.counter-band::before {
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.07) 0 1px, transparent 1px 54px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.052) 0 1px, transparent 1px 54px);
  background-size: 54px 54px;
  content: "";
  inset: 0;
  opacity: .18;
  position: absolute;
  transform: translate3d(0, calc(var(--counter-parallax, 0px) * .32), 0);
  z-index: 0;
}
.counter-band::after {
  background: url("assets/futurark-logo.png") right 8% center / min(520px, 62vw) auto no-repeat;
  content: "";
  inset: 0;
  opacity: .055;
  position: absolute;
  transform: translate3d(0, calc(var(--counter-parallax, 0px) * -0.28), 0);
  z-index: 0;
}
.counter-shell {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  padding: 56px 0;
  position: relative;
  z-index: 1;
}
.counter-copy h2 {
  color: #fff;
  font-size: clamp(1.25rem, 3vw, 2rem);
  line-height: 1.08;
  margin: 0;
  max-width: 520px;
}
.counter-copy .eyebrow {
  color: color-mix(in srgb, var(--accent) 82%, #fff);
}
.counter-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 0; }
.counter-card {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--radius);
  overflow: hidden;
  padding: 24px;
  position: relative;
  text-align: center;
  transition: background .24s ease, border-color .24s ease, transform .24s ease;
}
.counter-card:hover {
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.34);
  transform: translateY(-4px);
}
.counter-icon {
  align-items: center;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: var(--accent);
  display: inline-flex;
  font-size: .8rem;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  margin-bottom: 16px;
  width: 38px;
}
.counter-card strong {
  align-items: baseline;
  color: #fff;
  display: flex;
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  gap: 2px;
  justify-content: center;
  line-height: .9;
}
.counter-card strong span {
  color: #fff;
}
.counter-card strong em {
  color: var(--accent);
  font-size: .55em;
  font-style: normal;
}
.counter-card small {
  color: rgba(255,255,255,.78);
  display: block;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin-top: 12px;
  text-transform: uppercase;
}
.care-path-grid { display: grid; gap: 12px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.care-step { padding: 14px; }
.care-step-media {
  aspect-ratio: 16 / 10;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
}
.care-step-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.care-step-fallback {
  align-items: center;
  display: flex;
  justify-content: center;
}
.care-step-fallback span {
  margin: 0;
}
.impact-band { background: var(--soft); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); }
.impact-grid { align-items: center; display: grid; gap: 30px; grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); }
.impact-media { align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); display: flex; min-height: 300px; padding: 28px; }
.impact-media img { object-fit: contain; width: 100%; }
.impact-copy h2 { font-size: clamp(1.45rem, 4vw, 2.35rem); }
.impact-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.impact-points span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--secondary);
  font-weight: 900;
  padding: 8px 12px;
}
.article-browse-layout {
  align-items: start;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(220px, .28fr) minmax(0, 1fr);
}
.article-filter-toggle {
  display: none;
}
.article-filter-aside {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: grid;
  gap: 18px;
  padding: 18px;
  position: sticky;
  top: 112px;
}
.article-search-form {
  display: grid;
  gap: 10px;
}
.article-search-form .btn {
  justify-self: start;
}
.article-filter-group {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
  padding-top: 16px;
}
.article-filter-group h2 {
  color: var(--secondary);
  font-size: .86rem;
  line-height: 1.1;
  margin: 0 0 4px;
}
.article-filter-option {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: .86rem;
  font-weight: 800;
  min-height: 38px;
  padding: 8px 10px;
  text-align: left;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
  width: 100%;
}
.article-filter-option:hover,
.article-filter-option.is-active {
  background: color-mix(in srgb, var(--primary) 9%, #fff);
  border-color: color-mix(in srgb, var(--primary) 32%, var(--line));
  color: var(--secondary);
  transform: translateX(2px);
}
.article-results {
  min-width: 0;
}
.article-results-head {
  margin-bottom: 16px;
}
.article-grid {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.article-card {
  display: grid;
  grid-template-rows: 170px 1fr;
  height: 100%;
  min-height: 0;
}
.article-card .card-body {
  display: grid;
  gap: 11px;
  grid-template-rows: auto auto 1fr auto auto;
}
.article-card-body {
  display: grid;
  gap: 11px;
  grid-template-rows: auto auto 1fr auto auto;
  min-height: 0;
}
.article-card h3 {
  display: -webkit-box;
  line-height: 1.24;
  margin-bottom: 0;
  min-height: calc(1.24em * 2);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.article-card .meta {
  align-self: start;
  background: color-mix(in srgb, var(--category-color, var(--primary)) 10%, #fff);
  border: 1px solid color-mix(in srgb, var(--category-color, var(--primary)) 28%, var(--line));
  border-radius: 999px;
  color: var(--category-ink, var(--secondary));
  display: inline-flex;
  justify-self: start;
  margin-bottom: 0;
  padding: 5px 9px;
}
.category-badge,
.category-chip {
  --category-color: var(--primary);
  --category-ink: var(--secondary);
}
.category-institutionnel {
  --category-color: var(--secondary);
  --category-ink: var(--secondary);
}
.category-festival {
  --category-color: var(--primary);
  --category-ink: var(--secondary);
}
.category-label {
  --category-color: var(--cocoa);
  --category-ink: var(--cocoa);
}
.category-decouvrelles {
  --category-color: var(--rose);
  --category-ink: color-mix(in srgb, var(--secondary) 82%, #111);
}
.category-studera {
  --category-color: var(--green);
  --category-ink: var(--green);
}
.category-opportunites {
  --category-color: var(--accent);
  --category-ink: color-mix(in srgb, var(--cocoa) 86%, #111);
}
.category-actualite,
.category-blog {
  --category-color: var(--primary);
  --category-ink: var(--secondary);
}
.article-card-excerpt,
.article-card .card-body > p:not(.meta) {
  display: -webkit-box;
  line-height: 1.5;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.article-card .more-link {
  align-self: end;
  justify-self: start;
  margin-top: 4px;
}
.article-stats,
.article-detail-stats {
  align-items: center;
  color: inherit;
  display: flex;
  flex-wrap: wrap;
  font-size: .78rem;
  gap: 8px 12px;
}
.article-stats span,
.article-detail-stats span {
  align-items: center;
  display: inline-flex;
  gap: 5px;
}
.article-stats span::before,
.article-detail-stats span::before {
  background: var(--primary);
  border-radius: 999px;
  content: "";
  height: 6px;
  width: 6px;
}
.article-detail-stats {
  border-bottom: 1px solid var(--line);
  margin: -6px 0 18px;
  padding-bottom: 14px;
}
.article-detail-main h1 {
  color: var(--secondary);
  font-size: clamp(1.55rem, 4vw, 2.55rem);
  line-height: 1.08;
  margin: 0 0 18px;
}
.article-detail-main {
  background: #fff;
}
.article-back-row {
  padding-bottom: 0;
  padding-top: 26px;
}
.article-back-link {
  align-items: center;
  color: var(--secondary);
  display: inline-flex;
  font-size: .9rem;
  font-weight: 900;
  gap: 8px;
}
.article-back-link span {
  font-size: 1.15rem;
  line-height: 1;
}
.article-detail-image {
  aspect-ratio: 16 / 9;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 0 0 18px;
  overflow: hidden;
  width: 100%;
}
.article-detail-image img {
  display: block;
  height: 100% !important;
  object-fit: contain;
  width: 100%;
}
.article-detail-summary {
  background: #fff;
  border-left: 4px solid var(--primary);
  border-radius: var(--radius);
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 750;
  line-height: 1.65;
  margin: 0 0 20px;
  padding: 14px 16px;
  text-align: left;
}
.article-detail-main,
.article-detail-main .ck-content,
.article-detail-main .ck-content p,
.article-detail-main .ck-content li,
.article-detail-main .ck-content blockquote,
.realization-main,
.realization-main p,
.realization-main li,
.realization-main .ck-content,
.realization-main .ck-content p,
.realization-main .ck-content li,
.realization-main .ck-content blockquote {
  text-align: left;
}
.article-detail-column {
  display: grid;
  gap: 18px;
}
.article-share-block {
  align-self: start;
}
.article-comment-block {
  align-self: start;
}
.article-comment-block h2 {
  font-size: 1.05rem;
  margin-bottom: 12px;
}
.article-comment-block .smart-form {
  gap: 10px;
}
.article-comment-block .smart-form p {
  margin: 0;
  text-align: left;
}
.realization-inline-share {
  border-top: 1px solid var(--line);
  margin-top: 24px;
  padding-top: 18px;
}
.realization-inline-share h2 {
  font-size: 1.05rem;
  margin-bottom: 12px;
}
.article-recent-block {
  align-self: start;
}
.article-aside-categories,
.article-aside-comment {
  border-top: 1px solid var(--line);
  margin-top: 16px;
  padding-top: 16px;
}
.article-aside-comment {
  background: color-mix(in srgb, var(--primary) 5%, #fff);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
}
.article-aside-categories h3,
.article-aside-comment h3 {
  color: var(--secondary);
  font-size: .95rem;
  margin: 0 0 10px;
}
.article-category-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.article-category-cloud a,
.article-category-cloud span {
  background: color-mix(in srgb, var(--category-color, var(--primary)) 9%, #fff);
  border: 1px solid color-mix(in srgb, var(--category-color, var(--primary)) 28%, var(--line));
  border-radius: 999px;
  color: var(--category-ink, var(--secondary));
  display: inline-flex;
  font-size: .78rem;
  line-height: 1.2;
  padding: 7px 10px;
}
.article-category-cloud a:hover {
  background: var(--category-ink, var(--secondary));
  border-color: var(--category-ink, var(--secondary));
  color: #fff;
}
.article-aside-comment .smart-form {
  gap: 10px;
}
.article-aside-comment .smart-form p {
  margin: 0;
  text-align: left;
}
.article-comments-layout {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .38fr);
}
.article-comments-main {
  display: grid;
  gap: 18px;
}
.article-recent-search {
  display: grid;
  gap: 8px;
  margin: 12px 0 14px;
}
.article-recent-search span {
  color: var(--secondary);
  font-size: .82rem;
  font-weight: 900;
}
.article-recent-search input {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 42px;
  padding: 10px 12px;
  width: 100%;
}
.article-recent-search input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 14%, transparent);
  outline: none;
}
.article-recent-empty {
  color: inherit;
  margin: 12px 0 0;
}
.article-recent-empty.is-hidden,
.recent-article-card.is-hidden {
  display: none;
}
.recent-article-list {
  display: grid;
  gap: 10px;
}
.recent-article-card {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 10px;
  grid-template-columns: 70px minmax(0, 1fr);
  padding: 8px;
  text-decoration: none;
  transition: border-color .18s ease, transform .18s ease;
}
.recent-article-card:hover {
  border-color: color-mix(in srgb, var(--primary) 32%, var(--line));
  transform: translateY(-1px);
}
.recent-article-card img,
.recent-article-card span {
  aspect-ratio: 1;
  border-radius: 7px;
  display: block;
  height: 70px;
  object-fit: cover;
  width: 70px;
}
.recent-article-card span {
  align-items: center;
  background: color-mix(in srgb, var(--primary) 12%, #fff);
  color: var(--secondary);
  display: inline-flex;
  font-weight: 950;
  justify-content: center;
}
.recent-article-card strong {
  display: block;
  font-size: .88rem;
  line-height: 1.22;
}
.team-grid,
.gallery-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.team-card,
.gallery-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 26px rgba(62,42,34,.045);
  overflow: hidden;
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}
.team-card:hover,
.gallery-card:hover {
  border-color: color-mix(in srgb, var(--primary) 22%, var(--line));
  box-shadow: 0 18px 42px rgba(62,42,34,.08);
  transform: translateY(-3px);
}
.team-card {
  cursor: pointer;
}
.team-card:focus {
  border-color: color-mix(in srgb, var(--primary) 34%, var(--line));
  outline: 0;
}
.team-photo,
.gallery-media {
  align-items: center;
  aspect-ratio: 4 / 3;
  background: var(--soft);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.team-photo img,
.gallery-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.media-gallery-card {
  cursor: zoom-in;
}
.media-gallery-card:focus {
  border-color: color-mix(in srgb, var(--primary) 38%, var(--line));
  outline: 0;
}
.team-photo span,
.gallery-fallback span,
.gallery-media > span {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--secondary);
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 800;
  height: 54px;
  justify-content: center;
  width: 54px;
}
.gallery-video-fallback {
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
}
.gallery-video-fallback::before,
.event-gallery-play::before {
  border-bottom: 9px solid transparent;
  border-left: 14px solid currentColor;
  border-top: 9px solid transparent;
  content: "";
  display: block;
  margin-left: 4px;
}
.gallery-video-badge {
  align-items: center;
  background: rgba(40,21,17,.9) !important;
  border: 1px solid rgba(255,255,255,.42) !important;
  border-radius: 999px !important;
  bottom: 12px;
  color: #fff !important;
  display: inline-flex !important;
  font-size: .72rem !important;
  font-weight: 900 !important;
  height: auto !important;
  left: 12px;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  text-transform: uppercase;
  width: auto !important;
  z-index: 2;
}
.gallery-video-badge::before {
  content: "▶";
  font-size: .62rem;
  margin-right: 6px;
}
.gallery-video-badge::before {
  border-bottom: 5px solid transparent;
  border-left: 8px solid currentColor;
  border-top: 5px solid transparent;
  content: "";
  display: inline-block;
  font-size: 0;
  height: 0;
  margin-right: 6px;
  width: 0;
}
.team-body,
.gallery-body {
  padding: 16px;
}
.team-body h3,
.gallery-body h3 {
  font-size: .98rem;
  line-height: 1.25;
  margin: 0 0 7px;
}
.team-body p,
.gallery-body p {
  color: inherit;
  font-weight: 500;
  margin: 0;
}
.team-role {
  color: var(--primary) !important;
  font-size: .78rem;
  font-weight: 800 !important;
  letter-spacing: .04em;
  margin-bottom: 8px !important;
  text-transform: uppercase;
}
.team-more {
  align-items: center;
  background: color-mix(in srgb, var(--primary) 8%, #fff);
  border: 1px solid color-mix(in srgb, var(--primary) 18%, var(--line));
  border-radius: var(--radius);
  color: var(--secondary);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: .74rem;
  font-weight: 900;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
  min-height: 34px;
  padding: 0 11px;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
.team-more::after {
  content: "\2192";
  font-size: .95rem;
  line-height: 1;
}
.team-card:hover .team-more,
.team-card:focus .team-more {
  background: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
  transform: translateY(-1px);
}
.team-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity .2s ease;
  z-index: 300;
}
.team-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.team-modal-backdrop {
  background: rgba(24,16,13,.58);
  inset: 0;
  position: absolute;
}
.team-modal-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-strong);
  max-height: min(720px, calc(100vh - 32px));
  overflow: auto;
  padding: 22px;
  position: relative;
  transform: translateY(14px);
  transition: transform .22s ease;
  width: min(620px, calc(100% - 32px));
  z-index: 1;
}
.team-modal.is-open .team-modal-panel {
  transform: translateY(0);
}
.team-modal-close {
  align-items: center;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--secondary);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.35rem;
  height: 38px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 38px;
}
.team-modal-head {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 8px 44px 0;
  text-align: center;
}
.team-modal-photo {
  align-items: center;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  height: 132px;
  justify-content: center;
  overflow: hidden;
  width: 132px;
}
.team-modal-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.team-modal-photo span {
  color: var(--secondary);
  font-size: 1.8rem;
  font-weight: 900;
}
.team-modal-head h2 {
  font-size: clamp(1.35rem, 4vw, 2rem);
  line-height: 1.1;
  margin: 0;
}
.team-tabs {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 18px;
  overflow: hidden;
}
.team-tabs button {
  background: #fff;
  border: 0;
  color: var(--secondary);
  cursor: pointer;
  font: inherit;
  font-size: .78rem;
  font-weight: 900;
  min-height: 40px;
  text-transform: uppercase;
}
.team-tabs button + button {
  border-left: 1px solid var(--line);
}
.team-tabs button.is-active {
  background: var(--secondary);
  color: #fff;
}
.team-tab-panel {
  color: inherit;
  display: none;
  font-weight: 400;
  line-height: 1.65;
  padding-top: 18px;
}
.team-tab-panel.is-active {
  display: block;
}
.partner-filter-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: grid;
  gap: 16px;
  padding: 18px;
}
.partner-tabs-block {
  display: grid;
  gap: 8px;
}
.partner-tabs-label {
  color: var(--secondary);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  margin: 0;
  text-transform: uppercase;
}
.partner-type-tabs {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  gap: 4px;
  padding: 4px;
}
.partner-type-tabs button {
  background: transparent;
  border: 0;
  border-radius: calc(var(--radius) - 2px);
  color: var(--secondary);
  cursor: pointer;
  flex: 1 1 0;
  font: inherit;
  font-size: .78rem;
  font-weight: 900;
  min-height: 40px;
  padding: 0 12px;
  text-transform: uppercase;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.partner-type-tabs button:hover,
.partner-type-tabs button.is-active {
  background: var(--secondary);
  color: #fff;
  transform: translateY(-1px);
}
.partner-list-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.partner-detail-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.partner-detail-card img {
  display: block;
  height: 74px;
  max-width: 180px;
  object-fit: contain;
  object-position: left center;
  width: 100%;
}
.partner-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: auto;
}
.gallery-filter {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}
.gallery-filter a,
.gallery-filter span {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--secondary);
  display: inline-flex;
  font-size: .75rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: .03em;
  line-height: 1;
  min-height: 36px;
  padding: 0 14px;
  text-transform: uppercase;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}
.gallery-filter a:hover,
.gallery-filter a.is-active {
  background: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}
.article-carousel,
.partner-carousel {
  overflow: hidden;
  position: relative;
}
.article-track,
.partner-track {
  display: flex;
  margin-right: -16px;
  transition: transform .55s cubic-bezier(.22,1,.36,1);
  will-change: transform;
}
.article-slide,
.partner-slide {
  flex: 0 0 25%;
  min-width: 0;
  padding-right: 16px;
}
.article-slide .article-card {
  height: 100%;
}
.partner-slide {
  flex-basis: 16.666%;
}
.partner-card {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 18px rgba(62,42,34,.045);
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 96px;
  justify-content: center;
  padding: 9px;
  text-align: center;
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}
.partner-card a {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.partner-card:hover {
  border-color: color-mix(in srgb, var(--primary) 24%, var(--line));
  box-shadow: 0 18px 42px rgba(62,42,34,.09);
  transform: translateY(-2px);
}
.partner-card img {
  display: block;
  max-height: 38px;
  object-fit: contain;
  width: min(118px, 100%);
}
.partner-logo-wrap {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  min-height: 42px;
  width: 100%;
}
.partner-logo-fallback {
  align-items: center;
  background: color-mix(in srgb, var(--primary) 10%, #fff);
  border: 1px solid color-mix(in srgb, var(--primary) 22%, var(--line));
  border-radius: 999px;
  color: var(--secondary);
  display: inline-flex;
  font-size: 1rem;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  text-transform: uppercase;
  width: 38px;
}
.partner-name {
  color: var(--secondary);
  display: -webkit-box;
  font-size: .7rem;
  font-weight: 850;
  line-height: 1.18;
  max-width: 100%;
  min-height: 1em;
  overflow: hidden;
  text-transform: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.article-thumb {
  background: #d2aca2;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}
.article-thumb.alt { background: #b98571; }
.article-thumb.warm { background: #d8aa82; }
.article-thumb img {
  display: block;
  height: 100% !important;
  min-height: 0;
  object-fit: cover;
  width: 100%;
}
.carousel-controls {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 18px;
}
.partner-carousel .carousel-controls { display: none; }
.carousel-btn {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--secondary);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 1.25rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
  width: 42px;
}
.carousel-btn:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
  transform: translateY(-1px);
}
.carousel-btn:disabled {
  cursor: not-allowed;
  opacity: .42;
  transform: none;
}
.meta { color: var(--primary); font-size: .82rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.event-ticker-band {
  align-items: stretch;
  background: color-mix(in srgb, var(--primary) 12%, #fff);
  border-bottom: 1px solid color-mix(in srgb, var(--primary) 22%, var(--line));
  border-top: 1px solid color-mix(in srgb, var(--primary) 22%, var(--line));
  color: var(--secondary);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  overflow: hidden;
}
.event-ticker-bottom {
  margin-top: 26px;
}
.event-ticker-label {
  align-items: center;
  background: var(--secondary);
  color: #fff;
  display: inline-flex;
  gap: 10px;
  justify-content: flex-start;
  min-width: 150px;
  padding: 0 18px;
  position: relative;
  z-index: 2;
}
.event-ticker-label > span:last-child {
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.event-ticker-icon {
  align-items: center;
  background: #d71920;
  border: 1px solid #d71920;
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 30px;
  justify-content: center;
  width: 30px;
}
.event-ticker-icon svg {
  display: none;
}
.event-marquee {
  overflow: hidden;
  padding: 12px 0;
  white-space: nowrap;
}
.event-marquee-track {
  animation: marquee-scroll 28s linear infinite;
  display: inline-flex;
  gap: 34px;
  min-width: max-content;
  padding-left: 100%;
}
.event-marquee-track a {
  color: var(--secondary);
  font-size: .88rem;
  font-weight: 900;
}
.event-marquee:hover .event-marquee-track {
  animation-play-state: paused;
}
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}
.home-event-date {
  color: var(--primary);
  font-size: .82rem;
  font-weight: 900;
}
.feature-band { background: #fff; border-top: 1px solid var(--line); }
.feature-grid { align-items: start; display: grid; gap: 18px; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); }
.feature-map-panel, .feature-faq { padding: 24px; }
.home-events-head {
  align-items: start;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}
.event-list { display: grid; gap: 12px; margin-top: 20px; }
.event-list article { border-top: 1px solid var(--line); display: grid; gap: 2px; padding-top: 12px; }
.event-list time { color: var(--primary); font-weight: 900; }
.event-list strong { font-size: 1.02rem; }
.event-list span { color: inherit; font-weight: 400; }
.home-event-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 8px;
}
.home-event-actions .btn {
  min-height: 34px;
}
.feature-faq-head h3 { font-size: 1.45rem; line-height: 1.2; margin: 0 0 14px; }
.feature-item { border-top: 1px solid var(--line); padding: 14px 0; }
.feature-item summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: 900;
  gap: 12px;
  justify-content: space-between;
  list-style: none;
}
.feature-item summary::-webkit-details-marker { display: none; }
.feature-item summary::after {
  align-items: center;
  background: color-mix(in srgb, var(--primary) 10%, #fff);
  border: 1px solid color-mix(in srgb, var(--primary) 18%, var(--line));
  border-radius: 999px;
  color: var(--primary);
  content: "+";
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1rem;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  line-height: 1;
  width: 28px;
}
.feature-item[open] summary::after { content: "-"; }
.feature-item div { color: inherit; font-weight: 400; padding-top: 8px; }
.newsletter-section { background: var(--soft); border-top: 1px solid var(--line); }
.newsletter-grid { align-items: center; display: grid; gap: 24px; grid-template-columns: 1fr .95fr; padding: 56px 0; }
.newsletter-grid .social-links {
  color: var(--secondary);
  margin-top: 18px;
}
.newsletter-grid .social-link {
  background: #fff;
  border-color: var(--line);
}
.newsletter-grid .social-link:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}
.newsletter-form { grid-template-columns: 1fr 1fr auto; margin-top: 0; }
.newsletter-form .form-status { grid-column: 1 / -1; }
.site-footer { background: #2a1713; border-top: 1px solid rgba(255,255,255,.08); color: #fff; margin-top: auto; }
.footer-grid { display: grid; gap: 0; grid-template-columns: 1.2fr .8fr .85fr 1fr 1.1fr; padding: 48px 0; }
.footer-grid > div {
  min-width: 0;
  padding: 0 24px;
}
.footer-grid > div:first-child {
  padding-left: 0;
}
.footer-grid > div:not(:first-child) {
  border-left: 1px solid rgba(255,255,255,.12);
}
.footer-grid > div:last-child {
  padding-right: 0;
}
.footer-logo {
  background: #fff;
  border-radius: var(--radius);
  display: block;
  height: 74px;
  max-width: min(190px, 100%);
  object-fit: contain;
  padding: 9px;
  width: auto;
}
.dept-site-footer .footer-logo {
  height: 76px;
  max-width: min(198px, 100%);
}
.site-footer h3 { font-size: .92rem; letter-spacing: .02em; margin: 0 0 12px; }
.site-footer a { border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.8); display: block; font-size: .82rem; font-weight: 400; letter-spacing: 0; line-height: 1.25; margin-top: 0; max-width: 100%; overflow-wrap: anywhere; padding: 10px 0; transition: color .18s ease, transform .18s ease; word-break: break-word; }
.site-footer a:hover { color: #fff; transform: translateX(3px); }
.site-footer p { color: rgba(255,255,255,.78); font-weight: 400; }
.site-footer h3 + a,
.site-footer .social-links a,
.site-footer .footer-legal-links a {
  border-top: 0;
}
.site-footer .social-links {
  color: #fff;
  margin-top: 16px;
}
.footer-quick-links {
  display: grid;
  gap: 0;
}
.footer-quick-links a { margin-top: 0; }
.footer-bottom {
  align-items: center;
  background: rgba(255,255,255,.045);
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.74);
  display: flex;
  flex-wrap: wrap;
  font-size: .84rem;
  font-weight: 400;
  gap: 12px 18px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 16px max(16px, calc((100vw - 1160px) / 2));
  text-align: center;
}
.footer-bottom > span:first-child {
  display: inline-flex;
}
.footer-legal-links {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.site-footer .footer-legal-links a {
  align-items: center;
  color: rgba(255,255,255,.78);
  display: inline-flex;
  font-size: .76rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.site-footer .footer-legal-links a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
  transform: none;
}
.footer-newsletter-form {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}
.footer-newsletter-form input {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.16);
  color: #fff;
}
.footer-newsletter-form input::placeholder {
  color: rgba(255,255,255,.58);
}
.footer-newsletter-form .btn {
  width: 100%;
}
.page-hero {
  background-color: #281511;
  background-image:
    linear-gradient(115deg, rgba(40,21,17,.9), rgba(40,21,17,.68) 48%, rgba(166,42,42,.48)),
    var(--site-page-hero-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.page-hero::after {
  background:
    radial-gradient(circle at 18% 25%, rgba(255,255,255,.16), transparent 26%),
    linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.22));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.page-hero .section {
  padding: 76px 0;
  position: relative;
  z-index: 1;
}
.page-hero h1 { font-size: clamp(1.45rem, 4vw, 2.35rem); line-height: 1.08; margin: 0; }
.page-hero p { color: rgba(255,255,255,.88); font-size: 1.08rem; font-weight: 700; max-width: 760px; }
.content-grid { align-items: start; display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.text-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 24px; }
.text-card h2, .text-card h3 { line-height: 1.15; margin-top: 0; }
.text-card li, .text-card p {
  color: inherit;
  font-weight: 400;
}
.contact-map-card {
  grid-column: 1 / -1;
}
.contact-map {
  aspect-ratio: 16 / 6;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.contact-map iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.department-subsite {
  background: var(--dept-soft);
  color: var(--ink);
}
.dept-hero {
  background: var(--dept-secondary);
  color: #fff;
  overflow: hidden;
}
.dept-hero-grid {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .8fr);
  min-height: 520px;
  padding: 64px 0;
}
.dept-hero-copy h1 {
  font-size: clamp(1.65rem, 4.2vw, 3rem);
  line-height: 1.04;
  margin: 0;
  max-width: 720px;
}
.dept-hero-copy p {
  color: rgba(255,255,255,.88);
  font-size: 1rem;
  font-weight: 650;
  max-width: 620px;
}
.dept-logo {
  background: #fff;
  border-radius: var(--radius);
  display: block;
  margin-bottom: 18px;
  max-height: 82px;
  max-width: 260px;
  object-fit: contain;
  padding: 10px;
}
.dept-hero-media {
  align-items: center;
  aspect-ratio: 4 / 3;
  background: color-mix(in srgb, var(--dept-primary) 16%, #fff);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--radius);
  box-shadow: 0 22px 48px rgba(0,0,0,.18);
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.dept-hero-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.dept-hero-mark {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  color: var(--dept-secondary);
  display: flex;
  font-size: clamp(2rem, 7vw, 4.5rem);
  font-weight: 800;
  height: 160px;
  justify-content: center;
  width: 160px;
}
.dept-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.dept-actions .btn {
  background: var(--dept-primary);
  border-color: var(--dept-primary);
}
.dept-actions .btn.light {
  background: #fff;
  border-color: #fff;
  color: var(--dept-secondary) !important;
}
.dept-subnav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 0;
}
.dept-subnav a {
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--dept-primary) 18%, var(--line));
  border-radius: 999px;
  color: var(--dept-secondary);
  font-size: .82rem;
  font-weight: 800;
  padding: 8px 13px;
}
.dept-content-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(240px, .32fr);
}
.department-modern .dept-about-showcase {
  align-items: start;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--dept-primary) 7%, #fff), #fff 42%),
    #fff;
  border: 1px solid color-mix(in srgb, var(--dept-primary) 16%, var(--line));
  border-radius: var(--radius);
  box-shadow: 0 12px 26px rgba(62,42,34,.045);
  gap: clamp(22px, 3vw, 34px);
  grid-template-columns: minmax(0, .9fr) minmax(320px, .58fr);
  padding: clamp(26px, 3.8vw, 44px);
}
.department-modern .dept-about-showcase .dept-main-card,
.department-modern .dept-about-showcase .dept-side-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-width: 0;
  padding: 0;
}
.dept-main-card,
.dept-side-card {
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--dept-primary) 16%, var(--line));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 24px;
}
.dept-main-card h2,
.dept-side-card h3,
.dept-contact-inner h2 {
  line-height: 1.1;
  margin-top: 0;
}
.dept-main-card p,
.dept-main-card li,
.dept-side-card p {
  color: inherit;
  font-weight: 400;
}
.dept-swatches,
.dept-list-swatches {
  display: flex;
  gap: 7px;
  margin: 12px 0;
}
.dept-swatches span,
.dept-list-swatches span {
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 0 0 1px var(--line);
  display: block;
  height: 26px;
  width: 26px;
}
.dept-list-swatches span {
  height: 20px;
  width: 20px;
}
.dept-contact-band {
  background: var(--dept-secondary);
  color: #fff;
}
.dept-contact-inner {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 42px 0;
}
.dept-contact-inner .eyebrow,
.dept-contact-inner h2 {
  color: #fff;
}
.don-panel { background: var(--deep); color: #fff; border-radius: var(--radius); padding: 24px; }
.don-panel p { color: rgba(255,255,255,.86); }
.ticketing-layout {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .42fr);
}
.dept-ticketing-page .page-hero,
.dept-ticketing-hero {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--dept-secondary) 90%, #111), color-mix(in srgb, var(--dept-primary) 78%, #111));
}
.dept-ticketing-page .ticket-event-card,
.dept-ticketing-page .ticket-form-card {
  border-color: color-mix(in srgb, var(--dept-primary) 16%, var(--line));
}
.dept-ticketing-page .selected-event-panel span {
  color: var(--dept-primary);
}
.dept-ticketing-page .ticket-price strong,
.dept-ticketing-page .selected-event-panel strong {
  color: var(--dept-secondary);
}
.dept-ticketing-page .selected-event-panel {
  background: color-mix(in srgb, var(--dept-primary) 9%, #fff);
  border-color: color-mix(in srgb, var(--dept-primary) 22%, var(--line));
}
.ticket-list {
  display: grid;
  gap: 12px;
}
.ticket-event-card {
  background: #fff;
  border: 2px solid color-mix(in srgb, var(--primary) 22%, var(--line));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: grid;
  gap: 0;
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.ticket-event-card:focus-within {
  border-color: color-mix(in srgb, var(--primary) 58%, var(--line));
  box-shadow: var(--shadow-strong);
}
.ticket-event-heading {
  background: color-mix(in srgb, var(--primary) 7%, #fff);
  border-bottom: 1px solid color-mix(in srgb, var(--primary) 16%, var(--line));
  padding: 18px 20px;
}
.ticket-event-heading h2 {
  font-size: clamp(1.08rem, 2.2vw, 1.36rem);
  line-height: 1.14;
  margin: 0 0 6px;
}
.ticket-event-heading p {
  color: inherit;
  font-weight: 700;
  margin: 0;
}
.ticket-event-list {
  display: grid;
}
.ticket-row {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 13px 18px;
  transition: background .18s ease, border-color .18s ease;
}
.ticket-row:first-child {
  border-top: 0;
}
.ticket-row.is-selected,
.ticket-row:focus-within {
  background: color-mix(in srgb, var(--primary) 6%, #fff);
  border-color: color-mix(in srgb, var(--primary) 24%, var(--line));
}
.ticket-row h3 {
  font-size: .94rem;
  line-height: 1.22;
  margin: 0;
}
.ticket-row p {
  color: inherit;
  font-size: .82rem;
  font-weight: 400;
  line-height: 1.42;
  margin: 0;
}
.ticket-row-copy {
  display: grid;
  gap: 6px;
}
.ticket-row-copy span {
  color: var(--green);
  font-size: .72rem;
  font-weight: 850;
}
.ticket-price {
  align-items: flex-end;
  display: grid;
  gap: 5px;
  justify-items: end;
  min-width: 132px;
}
.ticket-price strong {
  color: var(--secondary);
  font-size: .98rem;
  line-height: 1;
}
.ticket-price small,
.ticket-mini small {
  color: inherit;
  display: block;
  font-size: .72rem;
  font-weight: 800;
  margin-top: 4px;
}
.ticket-price span {
  color: var(--green);
  font-size: .78rem;
  font-weight: 800;
}
.ticket-form-card {
  position: sticky;
  top: 112px;
}
.selected-event-panel {
  background: color-mix(in srgb, var(--primary) 9%, #fff);
  border: 1px solid color-mix(in srgb, var(--primary) 22%, var(--line));
  border-radius: 8px;
  display: grid;
  gap: 4px;
  margin: 14px 0 18px;
  padding: 13px;
}
.selected-event-panel span,
.ticket-field small {
  color: var(--primary);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.selected-event-panel strong { color: var(--secondary); line-height: 1.18; }
.selected-event-panel small { color: inherit; font-weight: 700; }
.ticket-reservation-form {
  display: grid;
  gap: 12px;
}
.compact-form-grid {
  gap: 12px;
}
.ticket-field {
  display: grid;
  gap: 6px;
}
.ticket-search-input {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 42px;
  padding: 0 12px;
}
.ticket-search-input::placeholder {
  color: color-mix(in srgb, var(--muted) 72%, transparent);
  font-weight: 500;
}
.ticket-field.is-hidden {
  height: 1px;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.ticket-field small {
  letter-spacing: 0;
  text-transform: none;
}
.inline-check {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 9px;
  line-height: 1.25;
}
.inline-check input {
  flex: 0 0 auto;
  margin-top: 1px;
}
.inline-check span {
  color: var(--ink);
  font-size: .82rem;
}
.payment-field {
  display: grid;
}
.payment-field.is-hidden {
  display: none;
}
.form-errors,
.errorlist {
  color: #8a302b;
  font-size: .78rem;
  font-weight: 800;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ticket-submit {
  min-height: 46px;
  width: 100%;
}
.event-card-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.search-shell {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin-bottom: 24px;
  padding: 0;
}
.search-page-form {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
}
.search-field {
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--primary) 20%, var(--line));
  border-radius: var(--radius);
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 8px 12px;
}
.search-field:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary) 13%, transparent);
}
.search-field span {
  color: var(--secondary);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}
.search-field input {
  background: transparent;
  border: 0;
  color: var(--ink);
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  min-height: 30px;
  outline: 0;
  padding: 0;
  width: 100%;
}
.search-field input::placeholder {
  color: color-mix(in srgb, var(--muted) 72%, #fff);
}
.search-submit {
  min-height: 58px;
  padding: 0 20px;
}
.search-results {
  display: grid;
  gap: 12px;
}
.search-result-card,
.search-empty {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 20px;
}
.search-result-card {
  display: grid;
  gap: 8px;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.search-result-card:hover,
.search-result-card:focus {
  border-color: color-mix(in srgb, var(--primary) 42%, var(--line));
  box-shadow: var(--shadow-strong);
  outline: 0;
  transform: translateY(-2px);
}
.search-result-card .meta {
  align-self: start;
  background: color-mix(in srgb, var(--green) 12%, #fff);
  border: 1px solid color-mix(in srgb, var(--green) 22%, var(--line));
  border-radius: 999px;
  color: var(--green);
  display: inline-flex;
  font-size: .68rem;
  font-weight: 800;
  justify-self: start;
  letter-spacing: .08em;
  margin: 0;
  padding: 5px 9px;
  text-transform: uppercase;
}
.search-result-card h2,
.search-empty h2 {
  font-size: clamp(1.2rem, 2.4vw, 1.65rem);
  line-height: 1.15;
  margin: 0;
}
.search-result-card p:not(.meta),
.search-empty p {
  color: inherit;
  font-weight: 400;
  margin: 0;
}
.search-empty {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--soft) 84%, #fff), #fff);
  padding: 28px;
  text-align: center;
}
.partner-cta {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: 24px;
  padding: 20px;
}
.partner-cta h2,
.partner-cta p {
  margin: 0;
}
.partner-cta h2 {
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  line-height: 1.15;
}
.partner-cta p:not(.eyebrow) {
  color: inherit;
  font-weight: 400;
  margin-top: 6px;
}
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .72s ease, transform .72s cubic-bezier(.22,1,.36,1);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal .card,
.reveal .care-step,
.reveal .counter-card,
.reveal .feature-stack article,
.reveal .event-list article,
.reveal .partner-slide,
.reveal .team-card,
.reveal .department-team-card,
.reveal .gallery-card,
.reveal .article-card,
.reveal .article-slide,
.reveal .opportunity-card {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .62s ease, transform .62s cubic-bezier(.22,1,.36,1);
  transition-delay: calc(var(--stagger-index, 0) * 70ms);
}
.reveal.is-visible .card,
.reveal.is-visible .care-step,
.reveal.is-visible .counter-card,
.reveal.is-visible .feature-stack article,
.reveal.is-visible .event-list article,
.reveal.is-visible .partner-slide,
.reveal.is-visible .team-card,
.reveal.is-visible .department-team-card,
.reveal.is-visible .gallery-card,
.reveal.is-visible .article-card,
.reveal.is-visible .article-slide,
.reveal.is-visible .opportunity-card {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-left { transform: translateX(-34px); }
.scroll-fade-right { transform: translateX(34px); }
.scroll-scale { transform: scale(.96); }
.section-projects { transform: translateY(38px); }
.section-counters { transform: translateY(0) scale(.97); }
.section-realizations { transform: translateX(-28px); }
.section-news { transform: translateX(28px); }
.section-events { transform: translateY(34px) scale(.98); }
.section-partners { transform: translateY(26px); }
.section-newsletter { transform: translateY(34px); }
.scroll-fade-left.is-visible,
.scroll-fade-right.is-visible,
.scroll-scale.is-visible,
.section-projects.is-visible,
.section-counters.is-visible,
.section-realizations.is-visible,
.section-news.is-visible,
.section-events.is-visible,
.section-partners.is-visible,
.section-newsletter.is-visible {
  transform: translateX(0) translateY(0) scale(1);
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
  .reveal,
  .hero-caption > *,
  .reveal .card,
  .reveal .care-step,
  .reveal .counter-card,
  .reveal .feature-stack article,
  .reveal .event-list article,
  .reveal .partner-slide,
  .reveal .team-card,
  .reveal .department-team-card,
  .reveal .gallery-card,
  .reveal .article-card,
  .reveal .article-slide,
  .reveal .opportunity-card {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}
@media (max-width: 1240px) {
  .site-nav { align-items: center; }
  .mobile-toggle {
    align-items: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    color: var(--ink);
    cursor: pointer;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 44px;
    z-index: 120;
  }
  .mobile-toggle span, .mobile-toggle::before, .mobile-toggle::after { background: currentColor; border-radius: 999px; content: ""; height: 2px; position: absolute; width: 18px; }
  .mobile-toggle::before { transform: translateY(-6px); }
  .mobile-toggle::after { transform: translateY(6px); }
  .mobile-toggle[aria-expanded="true"] span { opacity: 0; }
  .mobile-toggle[aria-expanded="true"]::before { transform: rotate(45deg); }
  .mobile-toggle[aria-expanded="true"]::after { transform: rotate(-45deg); }
  .links {
    align-items: stretch;
    background: #fffdfb;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-strong);
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 360px;
    opacity: 0;
    padding: 76px 12px 24px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: opacity .22s ease, transform .32s ease;
    width: min(78vw, 360px);
    z-index: 100;
  }
  .links > a {
    border-radius: 0;
    border-top: 1px solid var(--line);
    padding: 13px 4px;
  }
  .links > a:first-child {
    border-top: 0;
  }
  .links > a:hover,
  .links > a.is-active {
    transform: none;
  }
  .links .nav-donate {
    border-radius: var(--radius);
    justify-content: center;
    margin-top: 10px;
  }
  .links .nav-donate + .nav-tools {
    border-top: 1px solid var(--line);
    margin-top: 8px;
  }
  .nav-tools {
    justify-content: flex-start;
    margin-left: 0;
    padding-top: 6px;
  }
  .search-popover {
    left: 0;
    max-width: calc(100vw - 48px);
    right: auto;
    width: 310px;
  }
  .language-switch {
    align-self: flex-start;
  }
  .links.is-open { opacity: 1; transform: translateX(0); }
  .home-intro-grid, .home-video-card, .home-band-grid, .impact-grid, .feature-grid, .event-ticker-inner, .newsletter-grid, .content-grid, .ticketing-layout { grid-template-columns: 1fr; }
  .about-showcase .intro-video-shell {
    aspect-ratio: 16 / 10;
    max-height: 280px;
    min-height: 0;
  }
  .ticket-form-card { position: static; }
  .dept-hero-grid, .dept-content-grid, .article-browse-layout { grid-template-columns: 1fr; }
  .dept-about-visual {
    aspect-ratio: 16 / 9;
    max-height: 240px;
  }
  .article-filter-aside { position: static; }
  .department-grid, .care-path-grid, .counter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .counter-shell { grid-template-columns: 1fr; }
  .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .team-grid, .gallery-grid, .partner-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-slide { flex-basis: 50%; }
  .partner-slide { flex-basis: 50%; }
  .partner-track { margin-right: -12px; }
  .partner-slide { padding-right: 12px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid > div {
    padding: 22px 20px;
  }
  .footer-grid > div:first-child {
    padding-left: 20px;
  }
  .footer-grid > div:not(:first-child) {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.12);
  }
  .footer-logo,
  .dept-site-footer .footer-logo {
    height: 68px;
    max-width: min(176px, 100%);
  }
}
@media (max-width: 640px) {
  .article-grid { grid-template-columns: 1fr; }
  .article-browse-layout {
    gap: 14px;
  }
  .article-filter-toggle {
    align-items: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    color: var(--secondary);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 900;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    width: 100%;
  }
  .article-filter-toggle::after {
    content: "+";
    margin-left: 8px;
  }
  .article-filter-toggle[aria-expanded="true"]::after {
    content: "-";
  }
  .article-filter-aside {
    display: none;
    max-height: min(72vh, 560px);
    overflow-y: auto;
    position: static;
  }
  .article-filter-aside.is-open {
    display: grid;
  }
  .brand img { height: 66px; width: min(220px, 54vw); }
  .top-bar-inner {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: space-between;
    min-height: 44px;
    overflow: hidden;
    padding: 8px 0;
  }
  .top-bar-inner > span:first-child {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .top-bar-inner > span:nth-child(2) { display: none; }
  .top-bar .social-links {
    flex: 0 0 auto;
    flex-wrap: nowrap;
    gap: 5px;
    justify-content: flex-start;
    margin-left: 0;
  }
  .top-actions .social-links {
    margin-left: 0 !important;
  }
  .top-actions {
    display: flex;
    flex: 1 1 auto;
    gap: 5px;
    justify-content: space-between;
    width: 100%;
  }
  .top-actions .language-switch {
    margin-left: auto;
  }
  .top-bar .social-link {
    height: 28px;
    width: 28px;
  }
  .top-bar .social-link svg {
    height: 14px;
    width: 14px;
  }
  .site-nav {
    flex-wrap: nowrap;
    gap: 8px;
    min-height: 74px;
    width: min(1160px, calc(100% - 24px));
  }
  .brand {
    margin-left: 0;
    min-width: 0;
  }
  .partner-list-grid { grid-template-columns: 1fr; }
  .partner-type-tabs {
    flex-direction: column;
  }
  .partner-type-tabs button {
    flex-basis: 100%;
    min-width: 100%;
  }
  .event-ticker-band {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .event-ticker-label {
    gap: 8px;
    min-width: auto;
    padding: 0 12px;
  }
  .event-ticker-label > span:last-child {
    font-size: .68rem;
  }
  .event-ticker-icon {
    height: 26px;
    width: 26px;
  }
  .hero-inner { gap: 10px; padding: 8px 0 18px; }
  .hero-media {
    border-radius: 0;
    margin-left: -16px;
    margin-right: -16px;
    min-height: clamp(360px, 62vh, 440px);
  }
  .hero-slide {
    align-items: center;
    padding: 34px 16px 54px;
  }
  .hero-caption {
    max-width: 94%;
    transform: translateY(-10px);
  }
  .hero-caption small {
    font-size: .66rem;
    margin-bottom: 8px;
  }
  .hero-caption strong {
    font-size: clamp(1.65rem, 9.4vw, 2.35rem);
    line-height: 1.08;
  }
  .hero-caption span {
    font-size: .9rem;
    margin-top: 10px;
  }
  .hero-caption-actions {
    gap: 8px;
    margin-top: 16px;
  }
  .hero-caption-actions .btn {
    min-height: 38px;
    padding: 0 12px;
  }
  .hero-dots {
    bottom: 18px;
    left: 16px;
    right: auto;
  }
  .form-grid, .department-grid, .counter-grid, .care-path-grid { grid-template-columns: 1fr; }
  .section-projects .department-grid {
    gap: 14px;
    grid-template-columns: 1fr;
  }
  .section-projects .department-card {
    border-radius: var(--radius);
  }
  .section-projects .department-card-media {
    aspect-ratio: 16 / 11;
    height: clamp(190px, 58vw, 260px);
    width: 100%;
  }
  .section-projects .department-card-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .section-projects .department-card .card-body {
    padding: 14px;
  }
  .section-projects .department-card h3 {
    font-size: .9rem;
  }
  .section-projects .department-card p:not(.eyebrow) {
    display: none;
  }
  .ticket-row { grid-template-columns: 1fr; }
  .ticket-price { align-items: start; justify-items: start; }
  .event-card-actions { justify-content: flex-start; }
  .search-page-form { grid-template-columns: 1fr; }
  .team-grid, .gallery-grid { grid-template-columns: 1fr; }
  .festival-edition-grid {
    grid-template-columns: 1fr;
    overflow-x: visible;
  }
  .article-slide { flex-basis: 100%; }
  .partner-slide { flex-basis: 33.333%; }
  .article-track { margin-right: 0; }
  .partner-track { margin-right: -14px; }
  .article-slide { padding-right: 0; }
  .partner-slide { padding-right: 14px; }
  .partner-card {
    height: 118px;
    padding: 10px;
  }
  .partner-card img {
    max-height: 44px;
  }
  .partner-name {
    font-size: .76rem;
    line-height: 1.22;
    -webkit-line-clamp: 3;
  }
  .section { padding: 46px 0; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .home-band-grid { padding: 46px 0; }
  .dept-hero-grid { min-height: auto; padding: 44px 0; }
  .dept-contact-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid > div,
  .footer-grid > div:first-child,
  .footer-grid > div:last-child {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-grid > div:first-child,
  .footer-grid > div:nth-child(4),
  .footer-grid > div:nth-child(5) {
    grid-column: 1 / -1;
  }
  .footer-grid > div:nth-child(2),
  .footer-grid > div:nth-child(3) {
    border-top: 1px solid rgba(255,255,255,.12);
  }
  .site-footer a {
    border-top: 1px solid rgba(255,255,255,.12);
    margin-top: 0;
    padding: 10px 0;
  }
  .site-footer h3 + a,
  .site-footer .social-links a,
  .site-footer .footer-legal-links a {
    border-top: 0;
  }
  .footer-quick-links {
    gap: 0;
  }
  .footer-legal-links {
    border-top: 1px solid rgba(255,255,255,.12);
    padding-top: 10px;
    width: 100%;
  }
  .footer-legal-links a + a::before {
    background: rgba(255,255,255,.35);
    content: "";
    display: inline-block;
    height: 14px;
    margin: 0 10px 0 2px;
    vertical-align: -2px;
    width: 1px;
  }
  .footer-bottom {
    border-top: 1px solid rgba(255,255,255,.16);
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer-logo,
  .dept-site-footer .footer-logo {
    height: 62px;
    max-width: min(160px, 100%);
  }
}

.event-filter-shell { padding-bottom: 0; }
.event-filter {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 18px;
}
.event-filter .btn { align-self: end; }
.event-section { padding-top: 32px; }
.event-board {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .34fr);
}
.event-card-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.event-card-grid-paginated {
  align-items: stretch;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  justify-content: start;
}
.event-card {
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--dept-primary, var(--primary)) 16%, var(--line));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.event-card:hover {
  border-color: color-mix(in srgb, var(--dept-primary, var(--primary)) 38%, var(--line));
  box-shadow: var(--shadow-strong);
  transform: translateY(-2px);
}
.event-card-media {
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--dept-primary, var(--primary)) 20%, #fff), color-mix(in srgb, var(--dept-accent, var(--accent)) 18%, #fff));
  overflow: hidden;
  position: relative;
}
.event-card-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.event-badge {
  background: var(--dept-secondary, var(--secondary));
  border-radius: 999px;
  color: #fff;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .06em;
  padding: 7px 10px;
  text-transform: uppercase;
}
.event-card-media .event-badge {
  bottom: 12px;
  left: 12px;
  position: absolute;
}
.status-ongoing { background: var(--green); }
.status-past { background: #b3262e; }
.status-full, .status-cancelled { background: #8a302b; }
.event-card-body { display: grid; gap: 8px; padding: 18px; }
.event-card-body h2 {
  font-size: 1.08rem;
  line-height: 1.18;
  margin: 0;
}
.event-card-body p { color: inherit; font-weight: 400; margin: 0; }
.event-card-body .meta {
  color: var(--dept-primary, var(--primary));
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.event-card-foot {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  margin-top: 6px;
}
.event-card-foot strong { color: var(--dept-secondary, var(--secondary)); }
.event-calendar {
  position: sticky;
  top: 112px;
}
.event-calendar a,
.event-status-columns a {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 2px;
  padding: 12px 0;
}
.event-calendar strong { color: var(--secondary); font-size: 1.45rem; line-height: 1; }
.event-calendar span,
.event-status-columns a { color: inherit; font-weight: 750; }
.event-status-columns {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 0;
}
.event-empty { grid-column: 1 / -1; }
.pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding-top: 24px;
}
.pagination span { color: inherit; font-weight: 800; }
.event-hero {
  background: #281511;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.dept-event-hero {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--dept-secondary) 88%, #111), color-mix(in srgb, var(--dept-primary) 72%, #111));
}
.dept-event-hero .btn {
  background: var(--dept-primary);
  border-color: var(--dept-primary);
}
.dept-event-hero .btn.ghost {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.42);
}
.event-hero-grid {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .38fr);
  min-height: 520px;
  padding: 72px 0;
}
.event-hero h1 {
  font-size: clamp(1.7rem, 5vw, 3.4rem);
  line-height: 1.04;
  margin: 0;
  max-width: 760px;
}
.event-hero p { color: rgba(255,255,255,.88); font-weight: 650; max-width: 680px; }
.event-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.event-info-panel {
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(255,255,255,.38);
  border-radius: var(--radius);
  box-shadow: var(--shadow-strong);
  color: var(--ink);
  display: grid;
  gap: 12px;
  padding: 16px;
}
.event-info-panel img {
  aspect-ratio: 16 / 9;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) - 2px);
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}
.event-info-panel p { color: inherit; display: grid; gap: 2px; margin: 0; }
.event-info-panel strong { color: var(--secondary); }
.event-detail-layout {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .38fr);
}
.event-detail-reordered {
  grid-template-columns: minmax(300px, .38fr) minmax(0, 1fr);
}
.event-detail-layout > aside {
  align-self: start;
}
.event-side-column,
.event-main-column {
  display: grid;
  gap: 18px;
  min-width: 0;
}
.event-side-column {
  align-self: start;
  position: sticky;
  top: 112px;
}
.event-main-column .event-comments-section {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
}
.ticket-mini {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 12px 0;
}
.ticket-mini span { color: var(--green); font-weight: 900; }
.timeline {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: grid;
  gap: 0;
  padding: 22px;
}
.timeline h3 { color: var(--secondary); margin: 6px 0 12px; }
.timeline article {
  border-left: 3px solid color-mix(in srgb, var(--primary) 44%, var(--line));
  display: grid;
  gap: 14px;
  grid-template-columns: 120px 1fr;
  padding: 0 0 20px 18px;
}
.timeline time { color: var(--primary); font-weight: 900; }
.timeline p { color: inherit; font-weight: 650; margin: 6px 0; }
.timeline span { color: var(--green); font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.share-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.share-links a,
.share-links button {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--secondary);
  cursor: pointer;
  font-size: .78rem;
  font-weight: 850;
  padding: 0;
}
.share-icon {
  align-items: center;
  background: #fff;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
  width: 38px;
}
.share-icon span {
  display: none;
}
.share-copy-button {
  align-items: center;
  background: #fff;
  display: inline-flex;
  gap: 7px;
  min-height: 38px;
  padding: 0 13px;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
.share-copy-button svg {
  display: block;
  fill: currentColor;
  height: 16px;
  width: 16px;
}
.share-copy-button span {
  display: inline;
}
.share-icon svg {
  display: block;
  fill: currentColor;
  height: 17px;
  width: 17px;
}
.share-icon:hover {
  color: #fff;
  transform: translateY(-1px);
}
.share-facebook:hover { background: #1877f2; border-color: #1877f2; }
.share-whatsapp:hover { background: #128c4a; border-color: #128c4a; }
.share-linkedin:hover { background: #0a66c2; border-color: #0a66c2; }
.share-x:hover { background: #111; border-color: #111; }
.share-copy:hover,
.share-copy.is-copied {
  background: var(--green);
  border-color: var(--green);
}
.share-copy.is-copied span {
  color: #fff;
}
.festival-edition-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow-x: visible;
}
.festival-edition-card {
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--dept-primary) 16%, var(--line));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-rows: 190px 1fr;
  overflow: hidden;
}
.festival-edition-card img {
  background: color-mix(in srgb, var(--dept-primary) 7%, #fff);
  height: 190px;
  object-fit: cover;
  width: 100%;
}
.festival-edition-card > div {
  display: grid;
  gap: 8px;
  padding: 16px;
}
.festival-edition-card h3,
.festival-edition-card p {
  margin: 0;
}
.dept-priority-section {
  padding-top: 18px;
}
@media (max-width: 1199px) {
  .festival-edition-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .festival-edition-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .festival-edition-grid {
    grid-template-columns: 1fr;
  }
}
.event-gallery-testimonials {
  align-items: start;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
}
.event-gallery-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.event-gallery-card {
  cursor: pointer;
  display: grid;
  grid-template-rows: 210px 1fr;
}
.event-gallery-card .gallery-media {
  aspect-ratio: auto;
  height: 210px;
  position: relative;
}
.event-gallery-card .gallery-media::after {
  align-items: center;
  background: rgba(24,16,14,.52);
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  color: #fff;
  content: "Ouvrir";
  display: inline-flex;
  font-size: .72rem;
  font-weight: 900;
  left: 14px;
  min-height: 32px;
  opacity: 0;
  padding: 0 12px;
  position: absolute;
  top: 14px;
  transform: translateY(-6px);
  transition: opacity .2s ease, transform .2s ease;
}
.event-gallery-card:hover .gallery-media::after,
.event-gallery-card:focus .gallery-media::after {
  opacity: 1;
  transform: translateY(0);
}
.event-gallery-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
  width: 100%;
}
.event-gallery-card:hover img,
.event-gallery-card:focus img {
  transform: scale(1.055);
}
.event-gallery-play {
  align-items: center;
  background: var(--secondary);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  height: 62px;
  justify-content: center;
  width: 62px;
}
.event-testimonials-card {
  position: sticky;
  top: 112px;
}
.event-testimonials-card blockquote,
.event-comments-section blockquote {
  background: color-mix(in srgb, var(--primary) 6%, #fff);
  border: 1px solid color-mix(in srgb, var(--primary) 16%, var(--line));
  border-radius: var(--radius);
  color: var(--ink);
  font-weight: 650;
  margin: 12px 0 0;
  padding: 16px;
}
.event-testimonials-card cite,
.event-comments-section cite {
  color: var(--secondary);
  display: block;
  font-style: normal;
  font-weight: 900;
  margin-top: 10px;
}
.event-testimonials-card cite span {
  color: inherit;
  display: block;
  font-size: .78rem;
  font-weight: 700;
  margin-top: 2px;
}
.realization-detail-layout {
  align-items: start;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
}
.realization-detail-media {
  aspect-ratio: 16 / 9;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
.realization-detail-media img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.realization-aside {
  position: sticky;
  top: 112px;
}
.realization-search-form {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 14px 0 16px;
}
.realization-search-form input {
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 40px;
  padding: 0 12px;
}
.recent-realization-list {
  display: grid;
  gap: 10px;
}
.recent-realization-card {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 10px;
  grid-template-columns: 72px minmax(0, 1fr);
  padding: 8px;
  text-decoration: none;
  transition: border-color .18s ease, transform .18s ease;
}
.recent-realization-card:hover {
  border-color: color-mix(in srgb, var(--primary) 32%, var(--line));
  transform: translateY(-1px);
}
.recent-realization-card img,
.recent-realization-card span {
  aspect-ratio: 1;
  border-radius: 6px;
  display: flex;
  height: 72px;
  object-fit: cover;
  width: 72px;
}
.recent-realization-card span {
  align-items: center;
  background: var(--soft);
  color: var(--secondary);
  font-weight: 900;
  justify-content: center;
}
.recent-realization-card strong {
  font-size: .92rem;
  line-height: 1.22;
}
.realization-bottom {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr);
}
blockquote {
  border-left: 3px solid var(--primary);
  color: inherit;
  font-weight: 650;
  margin: 0 0 14px;
  padding-left: 14px;
}
blockquote cite { color: var(--secondary); display: block; font-style: normal; font-weight: 900; margin-top: 8px; }

.department-modern {
  background: var(--dept-soft);
}
.dept-site-header {
  background: #fff;
  border-bottom: 1px solid color-mix(in srgb, var(--dept-primary) 18%, var(--line));
  position: sticky;
  top: 0;
  z-index: 40;
}
.dept-site-header::after {
  background: var(--dept-primary);
  bottom: -1px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: scaleX(var(--scroll-progress));
  transform-origin: left;
  width: 100%;
}
.dept-topline {
  background: var(--dept-secondary);
  border-bottom: 1px solid color-mix(in srgb, var(--dept-primary) 24%, var(--dept-secondary));
  color: #fff;
}
.dept-topline-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  padding: 9px 0;
}
.dept-topline a {
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  color: inherit;
  font-size: .88rem;
  font-weight: 850;
  padding: 7px 12px;
}
.dept-main-nav {
  border-bottom: 0;
  padding-left: max(12px, calc((100vw - var(--section)) / 2 - 12px));
}
.dept-brand {
  gap: 10px;
  margin-left: -24px;
  min-width: 0;
}
.dept-brand img {
  height: 56px;
  width: 56px;
}
.dept-brand-logo-only img {
  height: 66px;
  width: min(220px, 42vw);
}
.dept-brand span {
  color: var(--dept-secondary);
  font-weight: 950;
  line-height: 1.05;
  max-width: 230px;
}
.dept-links a {
  color: color-mix(in srgb, var(--dept-secondary) 82%, #111);
}
.dept-links .nav-donate {
  background: var(--dept-primary);
  color: #fff;
}
.dept-main-nav {
  min-height: 74px;
}
.dept-main-nav .links {
  gap: 8px;
}
.dept-links a {
  border-radius: 999px;
  padding: 9px 11px;
}
.dept-links a:hover {
  background: color-mix(in srgb, var(--dept-primary) 10%, #fff);
}
.department-modern .btn,
.dept-site-header a,
.dept-site-footer a,
.dept-carousel-track > * {
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}
.department-modern .btn:hover,
.dept-site-footer a:hover {
  transform: translateY(-2px);
}
.dept-carousel-track > *:hover {
  transform: translateY(-4px);
}
.dept-site-hero {
  background: var(--dept-secondary);
  color: #fff;
  min-height: min(720px, calc(100vh - 96px));
  overflow: hidden;
  position: relative;
}
.dept-hero-carousel,
.dept-hero-slide,
.dept-hero-slide img {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}
.dept-hero-slide {
  margin: 0;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity .7s ease, transform 4.6s ease;
}
.dept-hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
.dept-hero-slide img {
  object-fit: cover;
  transform: scale(1);
  transform-origin: center;
}
.dept-hero-slide.is-active img {
  animation: deptHeroZoomIn 6.8s ease-out forwards;
}
@keyframes deptHeroZoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.16);
  }
}
.dept-hero-fallback {
  background:
    radial-gradient(circle at 20% 10%, color-mix(in srgb, var(--dept-accent) 34%, transparent), transparent 34%),
    linear-gradient(135deg, var(--dept-secondary), color-mix(in srgb, var(--dept-primary) 76%, #111));
}
.dept-hero-fallback img {
  height: min(360px, 44vw);
  inset: 50% auto auto 50%;
  object-fit: contain;
  opacity: .18;
  transform: translate(-50%, -50%);
  width: min(720px, 78vw);
}
.dept-hero-fallback.is-active img {
  animation: deptHeroFallbackZoom 6.8s ease-out forwards;
}
@keyframes deptHeroFallbackZoom {
  from {
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.dept-site-hero-overlay {
  background:
    linear-gradient(90deg, rgba(24,16,14,.92), rgba(24,16,14,.62) 54%, rgba(24,16,14,.22)),
    color-mix(in srgb, var(--dept-secondary) 58%, transparent);
  inset: 0;
  position: absolute;
  z-index: 2;
}
.dept-site-hero-content {
  display: grid;
  min-height: min(720px, calc(100vh - 96px));
  padding: 88px 0;
  place-content: center start;
  position: relative;
  z-index: 3;
}
.dept-hero-panel {
  max-width: 760px;
  padding: 28px 0 32px;
  animation: deptHeroEnter .72s cubic-bezier(.22,1,.36,1) both;
}
@keyframes deptHeroEnter {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
.dept-site-hero-content h1 {
  animation: deptHeroTextReveal .84s cubic-bezier(.22,1,.36,1) .08s both;
  font-size: clamp(1.8rem, 4.2vw, 3.45rem);
  line-height: 1.06;
  margin: 8px 0 0;
  max-width: 760px;
}
.dept-site-hero-content p:not(.eyebrow) {
  animation: deptHeroTextReveal .84s cubic-bezier(.22,1,.36,1) .18s both;
  color: rgba(255,255,255,.9);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.65;
  margin: 18px 0 0;
  max-width: 680px;
}
.dept-site-hero-content .eyebrow {
  animation: deptHeroTextReveal .84s cubic-bezier(.22,1,.36,1) both;
}
.dept-actions {
  animation: deptHeroTextReveal .84s cubic-bezier(.22,1,.36,1) .28s both;
}
@keyframes deptHeroTextReveal {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dept-hero-dots {
  bottom: 24px;
  display: flex;
  gap: 8px;
  position: absolute;
  right: max(20px, calc((100vw - 1160px) / 2));
  z-index: 4;
}
.dept-hero-dot {
  background: rgba(255,255,255,.56);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 10px;
  padding: 0;
  transition: background .18s ease, width .18s ease;
  width: 10px;
}
.dept-hero-dot.is-active {
  background: #fff;
  width: 30px;
}
.dept-about-visual {
  align-self: start;
  aspect-ratio: 16 / 10;
  border: 0;
  box-shadow: var(--shadow-strong);
  max-height: 260px;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.department-modern .dept-about-showcase .dept-about-visual {
  border: 1px solid color-mix(in srgb, var(--dept-primary) 14%, var(--line));
  border-radius: 8px;
  box-shadow: none;
  max-height: 420px;
  min-height: 340px;
}
.dept-about-visual img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  width: 100%;
}
.dept-about-visual:hover img {
  transform: scale(1.045);
}
.dept-about-visual::after {
  background: linear-gradient(180deg, transparent 42%, rgba(0,0,0,.68));
  content: "";
  inset: 0;
  position: absolute;
}
.dept-about-visual.has-video::after {
  display: none;
}
.dept-about-visual.has-video .video-embed {
  height: auto;
  max-width: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
}
.department-modern .dept-about-showcase .dept-about-visual.has-video {
  aspect-ratio: 16 / 9;
  max-height: none;
  max-width: 100%;
  min-height: 0;
  width: 100%;
}
.dept-about-visual-links {
  bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  left: 16px;
  position: absolute;
  right: 16px;
  z-index: 1;
}
.dept-about-visual-links a {
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 999px;
  color: var(--dept-secondary);
  font-size: .78rem;
  font-weight: 900;
  padding: 8px 11px;
  text-decoration: none;
}
@media (max-width: 1240px) {
  .department-modern .dept-about-showcase {
    grid-template-columns: 1fr;
    overflow: hidden;
  }
  .dept-about-visual {
    aspect-ratio: 16 / 9;
    max-height: 240px;
    max-width: 100%;
    width: 100%;
  }
  .department-modern .dept-about-showcase .dept-about-visual {
    max-height: 300px;
    min-height: 0;
  }
}
@media (max-width: 720px) {
  .department-modern .dept-about-showcase {
    gap: 14px;
    padding: 14px;
  }
  .dept-about-visual {
    max-height: none;
  }
  .department-modern .dept-about-showcase .dept-about-visual {
    aspect-ratio: 16 / 9;
    max-height: none;
    min-height: 0;
  }
  .dept-about-visual img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
  }
}
.dept-article-page {
  min-height: 100vh;
}
.dept-article-hero {
  background: var(--dept-secondary);
  color: #fff;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}
.dept-article-hero > img {
  background: #fff;
  height: 100%;
  inset: 0;
  object-fit: contain;
  position: absolute;
  width: 100%;
}
.dept-article-hero-content {
  display: grid;
  min-height: 500px;
  padding: 82px 0;
  place-content: center start;
  position: relative;
  z-index: 3;
}
.dept-opportunity-page .dept-article-hero,
.dept-opportunity-page .dept-article-hero-content {
  min-height: 430px;
}
.dept-opportunity-page .dept-article-hero-content {
  place-content: center start;
  text-align: left;
}
.dept-article-hero-content h1 {
  font-size: clamp(1.9rem, 5vw, 4rem);
  line-height: 1.04;
  margin: 8px 0 0;
  max-width: 860px;
}
.dept-article-hero-content p:not(.eyebrow) {
  color: rgba(255,255,255,.9);
  font-weight: 700;
  line-height: 1.6;
  margin: 18px 0 0;
  max-width: 680px;
}
.dept-section-hero,
.dept-section-hero .dept-article-hero-content {
  min-height: 340px;
}
.dept-section-hero-content {
  animation: deptSectionHeroIn .78s cubic-bezier(.22,1,.36,1) both;
  padding: 58px 0;
}
.dept-section-hero-content h1 {
  font-size: clamp(1.55rem, 3.4vw, 2.85rem);
  max-width: 720px;
}
.dept-section-hero-content p:not(.eyebrow) {
  font-size: .98rem;
  max-width: 560px;
}
@keyframes deptSectionHeroIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
.dept-article-layout {
  padding-top: 34px;
}
.dept-newsletter-band {
  background: var(--dept-secondary);
  color: #fff;
}
.dept-newsletter-grid {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .54fr);
  padding: 48px 0;
}
.dept-newsletter-grid h2 {
  font-size: clamp(1.35rem, 3.2vw, 2.2rem);
  line-height: 1.08;
  margin: 0;
}
.dept-newsletter-grid p {
  color: rgba(255,255,255,.84);
  font-weight: 650;
  max-width: 620px;
}
.dept-newsletter-form {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}
.dept-newsletter-form input {
  background: rgba(255,255,255,.96);
  border-color: rgba(255,255,255,.36);
}
.dept-contact-inner p a {
  color: rgba(255,255,255,.86);
  font-weight: 800;
}
.dept-carousel-shell {
  position: relative;
}
.dept-carousel-controls {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin: -8px 0 12px;
}
.dept-carousel-controls button {
  align-items: center;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--dept-primary) 20%, var(--line));
  border-radius: 50%;
  color: var(--dept-secondary);
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 950;
  height: 38px;
  justify-content: center;
  padding: 0;
  transition: border-color .18s ease, transform .18s ease;
  width: 38px;
}
.dept-carousel-controls button:hover {
  border-color: var(--dept-primary);
  transform: translateY(-1px);
}
.dept-carousel-track {
  display: flex !important;
  gap: 16px;
  grid-template-columns: none !important;
  overflow-x: auto;
  padding: 2px 2px 14px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.dept-carousel-track::-webkit-scrollbar {
  display: none;
}
.dept-carousel-track > * {
  flex: 0 0 min(360px, 88vw);
  scroll-snap-align: start;
}
.department-modern .dept-carousel-track > .event-card,
.department-modern .dept-carousel-track > .opportunity-card,
.department-modern .dept-carousel-track > .article-card {
  flex-basis: min(360px, 88vw);
  width: min(360px, 88vw);
}
.dept-service-carousel .dept-carousel-track {
  gap: 18px;
  overflow: visible;
  scroll-snap-type: none;
  transition: transform .48s cubic-bezier(.22,1,.36,1);
  will-change: transform;
}
.department-modern .dept-service-carousel .dept-carousel-track > .dept-service-card {
  flex: 0 0 calc((100% - 54px) / 4);
  width: calc((100% - 54px) / 4);
}
@media (max-width: 1199px) {
  .department-modern .dept-service-carousel .dept-carousel-track > .dept-service-card {
    flex-basis: calc((100% - 36px) / 3);
    width: calc((100% - 36px) / 3);
  }
}
@media (max-width: 991px) {
  .department-modern .dept-service-carousel .dept-carousel-track > .dept-service-card {
    flex-basis: calc((100% - 18px) / 2);
    width: calc((100% - 18px) / 2);
  }
}
.dept-blog-carousel {
  overflow: hidden;
}
.dept-blog-carousel .dept-carousel-track {
  overflow: visible;
  overscroll-behavior-x: contain;
  scroll-snap-type: none;
  touch-action: pan-y;
  transition: transform .48s cubic-bezier(.22,1,.36,1);
  will-change: transform;
}
.dept-opportunity-section-layout {
  align-items: start;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .42fr);
}
.dept-opportunity-section-layout .opportunity-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.dept-opportunity-aside {
  position: sticky;
  top: 112px;
}
.department-gallery-card {
  cursor: pointer;
  display: grid;
  grid-template-rows: 210px 1fr;
}
.department-gallery-card .gallery-media {
  height: 210px !important;
  width: 100%;
}
.department-gallery-card .gallery-media img {
  object-fit: cover;
  transition: transform .5s ease;
}
.department-gallery-card:hover .gallery-media img {
  transform: scale(1.045);
}
.department-gallery-card .gallery-body {
  padding: 16px;
}
.department-gallery-card h3 {
  font-size: 1.02rem;
  line-height: 1.18;
  margin: 0 0 8px;
}
.department-gallery-card p {
  color: inherit;
  font-weight: 650;
  margin: 0;
}
.gallery-modal {
  align-items: center;
  display: none;
  inset: 0;
  justify-content: center;
  padding: 22px;
  position: fixed;
  z-index: 120;
}
.gallery-modal.is-open {
  display: flex;
}
.gallery-modal-backdrop {
  background: rgba(24, 16, 14, .74);
  inset: 0;
  position: absolute;
}
.gallery-modal-panel {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0,0,0,.28);
  display: grid;
  max-height: min(860px, 92vh);
  overflow: hidden;
  position: relative;
  width: min(1040px, 96vw);
  z-index: 1;
}
.gallery-modal-media {
  align-items: center;
  aspect-ratio: 16 / 9;
  background: #160f0d;
  display: flex;
  justify-content: center;
  max-height: 70vh;
}
.gallery-modal-media img,
.gallery-modal-media iframe {
  border: 0;
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.gallery-video-wrap {
  display: grid;
  gap: 12px;
  height: 100%;
  width: 100%;
}
.gallery-video-wrap iframe {
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 0;
}
.gallery-youtube-link {
  align-self: center;
  background: #fff;
  border-radius: 999px;
  color: var(--secondary);
  font-size: .82rem;
  font-weight: 900;
  justify-self: center;
  padding: 10px 16px;
  text-decoration: none;
}
.gallery-modal-copy {
  padding: 18px 22px 22px;
}
.gallery-modal-copy h2 {
  font-size: 1.25rem;
  margin: 0 0 6px;
}
.gallery-modal-copy p {
  color: inherit;
  font-weight: 650;
  margin: 0;
}
.gallery-modal-close,
.gallery-modal-nav {
  align-items: center;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 999px;
  color: var(--secondary);
  cursor: pointer;
  display: flex;
  font-size: 1.25rem;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  position: absolute;
  transition: transform .18s ease, background .18s ease;
  width: 42px;
  z-index: 2;
}
.gallery-modal-close {
  right: 14px;
  top: 14px;
}
.gallery-modal-prev,
.gallery-modal-next {
  top: 42%;
}
.gallery-modal-prev {
  left: 14px;
}
.gallery-modal-next {
  right: 14px;
}
.gallery-modal-close:hover,
.gallery-modal-nav:hover {
  background: #fff;
  transform: translateY(-1px);
}
.department-modern .article-grid {
  align-items: stretch;
}
.department-modern .article-card {
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--dept-primary) 14%, var(--line));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-rows: 180px 1fr;
  overflow: hidden;
}
.department-modern .article-card > img,
.department-modern .article-thumb-project {
  height: 180px !important;
  width: 100%;
}
.department-modern .article-card > img {
  object-fit: cover;
}
.article-thumb-project {
  align-items: center;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--dept-primary) 84%, #111), color-mix(in srgb, var(--dept-secondary) 86%, #111));
  color: #fff;
  display: flex;
  justify-content: center;
}
.article-thumb-project span {
  align-items: center;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 50%;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 950;
  height: 76px;
  justify-content: center;
  width: 76px;
}
.dept-site-footer {
  background: color-mix(in srgb, var(--dept-secondary) 94%, #111);
  color: #fff;
}
.dept-footer-grid {
  display: grid;
  gap: 0;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  padding: 48px 0;
}
.dept-footer-grid > div {
  min-width: 0;
  padding: 0 24px;
}
.dept-footer-grid > div:first-child {
  padding-left: 0;
}
.dept-footer-grid > div:not(:first-child) {
  border-left: 1px solid rgba(255,255,255,.14);
}
.dept-footer-grid > div:last-child {
  padding-right: 0;
}
.dept-footer-grid h3 {
  color: #fff;
  font-size: 1rem;
  margin: 0 0 12px;
}
.dept-footer-grid p,
.dept-footer-grid span {
  color: rgba(255,255,255,.75);
  display: block;
  font-weight: 400;
}
.dept-footer-grid a {
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.82);
  display: block;
  font-weight: 400;
  margin: 0;
  padding: 10px 0;
}
.dept-footer-grid h3 + a {
  border-top: 0;
}
.dept-footer-newsletter-form {
  display: grid;
  gap: 10px;
  margin: 8px 0 14px;
}
.dept-footer-newsletter-form input {
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.26);
  border-radius: var(--radius);
  color: var(--ink);
  min-height: 44px;
  padding: 0 12px;
  width: 100%;
}
.dept-footer-newsletter-form .btn {
  justify-content: center;
  width: 100%;
}
.dept-footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.14);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 0 auto;
  padding: 16px 0;
  text-align: center;
  width: min(1160px, calc(100% - 32px));
}
.dept-footer-bottom .footer-legal-links {
  justify-content: center;
  width: 100%;
}
.dept-footer-bottom,
.dept-footer-bottom a {
  color: rgba(255,255,255,.76);
  font-weight: 400;
}
.opportunity-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.opportunity-card {
  align-content: space-between;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--dept-primary, var(--primary)) 16%, var(--line));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: grid;
  gap: 18px;
  padding: 22px;
  text-align: left;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.opportunity-card:hover {
  border-color: color-mix(in srgb, var(--dept-primary, var(--primary)) 38%, var(--line));
  box-shadow: var(--shadow-strong);
  transform: translateY(-2px);
}
.opportunity-card-media {
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--dept-primary, var(--primary)) 18%, #fff), color-mix(in srgb, var(--dept-accent, var(--accent)) 18%, #fff));
  border-radius: calc(var(--radius) - 4px);
  margin: -6px -6px 0;
  overflow: hidden;
}
.opportunity-card-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
  width: 100%;
}
.opportunity-card:hover .opportunity-card-media img {
  transform: scale(1.04);
}
.opportunity-card .meta {
  color: var(--dept-primary, var(--primary));
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.opportunity-card h2 {
  font-size: 1.12rem;
  line-height: 1.18;
  margin: 0 0 8px;
  text-align: left;
}
.opportunity-card p {
  color: inherit;
  margin: 0;
  text-align: left;
}
.opportunity-card-foot {
  align-items: flex-start;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
  padding-top: 14px;
}
.opportunity-card-status-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  justify-content: space-between;
  width: 100%;
}
.opportunity-card time {
  color: var(--green);
  font-size: .78rem;
  font-weight: 900;
}
.opportunity-card .more-link {
  justify-self: start;
}
.opportunity-layout {
  align-items: start;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .48fr);
  justify-items: stretch;
  text-align: left;
}
.dept-opportunity-page .opportunity-layout {
  padding-top: 34px;
}
.opportunity-status-summary {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 16px;
}
.opportunity-status-summary p {
  background: color-mix(in srgb, var(--dept-soft, var(--soft)) 62%, #fff);
  border: 1px solid color-mix(in srgb, var(--dept-primary, var(--primary)) 16%, var(--line));
  border-radius: 8px;
  margin: 0;
  padding: 12px;
}
.opportunity-status-summary strong,
.opportunity-status-summary span {
  display: block;
}
.opportunity-status-summary strong {
  color: inherit;
  font-size: .76rem;
  font-weight: 900;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.opportunity-status-summary span {
  color: var(--ink);
  font-size: .94rem;
  font-weight: 900;
}
.department-gallery-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.department-team-grid {
  align-items: stretch;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.department-team-grid-single {
  grid-template-columns: minmax(260px, min(100%, 380px));
  justify-content: start;
}
.department-team-card {
  align-items: center;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--dept-primary) 7%, #fff), #fff 42%);
  border: 1px solid color-mix(in srgb, var(--dept-primary) 16%, var(--line));
  display: grid;
  gap: 16px;
  grid-template-rows: auto 1fr;
  padding: 26px 22px 28px;
  text-align: center;
}
.department-team-card:hover {
  border-color: color-mix(in srgb, var(--dept-primary) 34%, var(--line));
  box-shadow: 0 20px 44px rgba(62,42,34,.09);
}
.department-team-photo {
  aspect-ratio: 1;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 16px 34px rgba(62,42,34,.12);
  height: 118px;
  justify-self: center;
  overflow: hidden;
  width: 118px;
}
.department-team-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.department-team-photo span {
  font-size: 2.2rem;
}
.department-team-body h3 {
  font-size: 1.15rem;
  line-height: 1.15;
  margin: 6px 0 8px;
}
.department-team-body {
  display: grid;
  gap: 8px;
  padding: 2px 6px 0;
}
.department-team-body .eyebrow {
  margin: 0;
}
.department-team-body p:not(.eyebrow) {
  color: inherit;
  font-weight: 650;
  line-height: 1.55;
  margin: 0;
}
.dept-ticketing-strip {
  align-items: center;
  background: color-mix(in srgb, var(--dept-primary) 9%, #fff);
  border: 1px solid color-mix(in srgb, var(--dept-primary) 18%, var(--line));
  border-radius: var(--radius);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, .8fr) minmax(260px, 1fr);
  margin-bottom: 18px;
  padding: 18px 20px;
}
.dept-ticketing-strip h2 {
  font-size: 1.15rem;
  line-height: 1.15;
  margin: 0;
}
.dept-ticketing-strip p {
  color: inherit;
  font-weight: 650;
  margin: 0;
}
.dashboard-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.dashboard-grid .text-card h2 {
  color: var(--secondary);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  margin-bottom: 4px;
}
.text-card img,
.dept-main-card img,
.dept-side-card img,
.article-card img,
.gallery-card img,
.ck-content img {
  height: auto !important;
  max-width: 100% !important;
}
.text-card .article-detail-image img,
.article-detail-main .article-detail-image img {
  height: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  width: 100% !important;
}
.text-card table,
.dept-main-card table,
.dept-side-card table,
.ck-content table {
  border-collapse: collapse;
  display: block;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  width: 100% !important;
}
.text-card th,
.text-card td,
.dept-main-card th,
.dept-main-card td,
.ck-content th,
.ck-content td {
  border: 1px solid var(--line);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
.text-card th,
.dept-main-card th,
.ck-content th {
  background: var(--soft);
  color: var(--secondary);
  font-weight: 900;
}
.text-card ul,
.text-card ol,
.dept-main-card ul,
.dept-main-card ol,
.ck-content ul,
.ck-content ol {
  color: inherit;
  font-weight: 400;
  padding-left: 1.35rem;
}
.text-card li,
.dept-main-card li,
.ck-content li {
  margin: 6px 0;
}
.text-card blockquote,
.dept-main-card blockquote,
.ck-content blockquote {
  background: color-mix(in srgb, var(--primary) 6%, #fff);
  border-left: 4px solid var(--primary);
  border-radius: var(--radius);
  color: var(--ink);
  margin: 18px 0;
  padding: 14px 16px;
}
.text-card iframe,
.dept-main-card iframe,
.ck-content iframe,
.video-embed iframe {
  border: 0;
  display: block;
  max-width: 100%;
  width: 100%;
}
.text-card iframe[src*="youtube"],
.text-card iframe[src*="youtu.be"],
.dept-main-card iframe[src*="youtube"],
.dept-main-card iframe[src*="youtu.be"],
.ck-content iframe[src*="youtube"],
.ck-content iframe[src*="youtu.be"] {
  aspect-ratio: 16 / 9;
  height: auto !important;
  max-height: min(70vh, 720px);
  width: 100% !important;
}
.video-embed {
  aspect-ratio: 16 / 9;
  background: #111;
  border-radius: var(--radius);
  overflow: hidden;
  width: 100%;
}
.video-embed iframe {
  height: 100% !important;
  width: 100% !important;
}

/* Updates restored from the project/artist/service workstream. */
.footer-logo-link {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  max-width: 100%;
}
.footer-logo,
.dept-site-footer .footer-logo {
  display: block;
  height: 78px;
  max-width: min(210px, 100%);
  object-fit: contain;
}
.footer-newsletter-form input:nth-of-type(1) {
  background: rgba(255,255,255,.1);
  border-color: rgba(216,170,130,.34);
}
.footer-newsletter-form input:nth-of-type(2) {
  background: rgba(255,255,255,.1);
  border-color: rgba(216,170,130,.34);
}
.footer-newsletter-form input:nth-of-type(3) {
  background: rgba(255,255,255,.1);
  border-color: rgba(216,170,130,.34);
}
.footer-newsletter-form input:nth-of-type(4) {
  background: rgba(255,255,255,.1);
  border-color: rgba(216,170,130,.34);
}
.footer-newsletter-form input:focus,
.dept-footer-newsletter-form input:focus {
  background: #fff;
  border-color: var(--accent);
  color: var(--ink);
  outline: 0;
}
.dept-footer-newsletter-form input[name="first_name"],
.dept-footer-newsletter-form input[name="last_name"],
.dept-footer-newsletter-form input[name="address"],
.dept-footer-newsletter-form input[name="email"] {
  background: rgba(255,255,255,.1) !important;
  border-color: rgba(216,170,130,.34) !important;
  color: rgba(255,255,255,.86);
}
.dept-footer-newsletter-form input[name="address"]::placeholder,
.dept-footer-newsletter-form input[name="email"]::placeholder {
  color: rgba(255,255,255,.58);
}
.dept-footer-newsletter-form input[name="address"]:-webkit-autofill,
.dept-footer-newsletter-form input[name="email"]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgba(255,255,255,.1) inset;
  -webkit-text-fill-color: rgba(255,255,255,.86);
}
.footer-contact-icon,
.dept-footer-grid .footer-contact-icon {
  align-items: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: #fff;
  display: inline-flex !important;
  flex: 0 0 auto;
  height: 30px;
  justify-content: center;
  width: 30px;
}
.footer-contact-icon svg,
.dept-footer-grid .footer-contact-icon svg {
  display: block;
  height: 16px;
  width: 16px;
}
.dept-footer-grid .footer-contact-link {
  align-items: center;
  display: inline-flex;
  gap: 9px;
}
.site-footer .footer-contact-link,
.dept-site-footer .footer-contact-link,
.dept-footer-grid .footer-contact-link {
  align-items: center;
  display: inline-flex;
  gap: 14px;
  font-weight: 400;
  line-height: 1.35;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.site-footer .footer-contact-link {
  width: 100%;
}
.site-footer .footer-contact-link:hover,
.dept-site-footer .footer-contact-link:hover {
  transform: none;
}
.icon-heading {
  align-items: center;
  display: flex;
  gap: 14px;
  line-height: 1.15;
}
.template-icon {
  align-items: center;
  background: color-mix(in srgb, var(--primary) 10%, #fff);
  border: 1px solid color-mix(in srgb, var(--primary) 22%, var(--line));
  border-radius: 999px;
  color: var(--secondary);
  display: inline-flex;
  flex: 0 0 auto;
  height: 34px;
  justify-content: center;
  width: 34px;
}
.template-icon svg,
.value-icon svg,
.footer-contact-icon svg,
.dept-footer-grid .footer-contact-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.template-icon svg {
  display: block;
  height: 18px;
  width: 18px;
}
.project-contact-line {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 38px minmax(0, 1fr);
  margin: 12px 0;
  text-align: left;
}
.project-contact-line .template-icon {
  align-self: start;
}
.about-values-card,
.values-list {
  display: grid;
  gap: 12px;
}
.values-rich {
  display: grid;
  gap: 10px;
}
.values-rich ul,
.values-rich ol {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.values-rich li,
.values-rich p {
  background: color-mix(in srgb, var(--primary) 7%, #fff);
  border: 1px solid color-mix(in srgb, var(--primary) 16%, var(--line));
  border-radius: var(--radius);
  line-height: 1.35;
  margin: 0;
  padding: 10px 12px;
}
.value-icon {
  align-items: center;
  background: color-mix(in srgb, var(--primary) 10%, #fff);
  border: 1px solid color-mix(in srgb, var(--primary) 20%, var(--line));
  border-radius: 999px;
  color: var(--secondary);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}
.values-list li {
  align-items: center;
  background: color-mix(in srgb, var(--primary) 7%, #fff);
  border: 1px solid color-mix(in srgb, var(--primary) 16%, var(--line));
  border-radius: var(--radius);
  display: grid;
  gap: 14px;
  grid-template-columns: 42px minmax(0, 1fr);
  line-height: 1.25;
  padding: 9px 11px;
}
.value-icon svg {
  display: block;
  height: 19px;
  width: 19px;
}
.spotify-player {
  border: 0;
  border-radius: 8px;
  display: block;
  height: 392px;
  margin: 12px 0;
  width: 100%;
}
.spotify-player-compact {
  height: 180px;
}
.artist-productions-aside {
  display: grid;
  gap: 14px;
}
.label-artist-detail-layout {
  grid-template-columns: minmax(0, 1fr) minmax(430px, .68fr);
}
.label-artist-detail-layout.section {
  padding-bottom: 18px;
}
.label-artist-back-row {
  padding-bottom: 0;
  padding-top: 28px;
}
.artist-productions-aside h3 {
  color: var(--secondary);
  font-size: .92rem;
  margin: 0 0 8px;
}
.artist-player-block {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.artist-player-block:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.artist-comment-inline {
  margin-top: 8px;
}
.artist-youtube-player {
  border-radius: 8px;
  overflow: hidden;
}
.label-artist-discography-section {
  padding-top: 0;
}
.label-artist-inline-panels {
  background: color-mix(in srgb, var(--soft) 45%, #fff);
  border-top: 2px solid color-mix(in srgb, var(--primary) 24%, var(--line));
  border-radius: 8px;
  display: grid;
  gap: 22px;
  margin-top: 24px;
  padding: 18px;
}
.label-artist-inline-panels .smart-form {
  margin-top: 4px;
}
.artist-inline-panel h2,
.artist-comment-inline h2,
.artist-share-block h2 {
  font-size: 1.05rem;
  margin-bottom: 10px;
}
.artist-inline-panel blockquote {
  margin: 10px 0;
}
.label-artist-detail-media {
  aspect-ratio: 16 / 10;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 0 0 20px;
  max-height: 460px;
  overflow: hidden;
  width: 100%;
}
.label-artist-detail-media img {
  display: block;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  width: 100% !important;
}
.music-release {
  border-top: 1px solid var(--line);
  padding: 12px 0;
}
.music-release:first-of-type {
  border-top: 0;
}
.label-artist-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.label-artists-page-layout {
  align-items: start;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .42fr);
}
.label-artists-aside {
  display: grid;
  gap: 14px;
  position: sticky;
  top: 112px;
}
.label-artist-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.label-artist-photo {
  align-items: center;
  aspect-ratio: 4 / 3;
  background: var(--soft);
  color: var(--primary);
  display: flex;
  font-size: 2rem;
  justify-content: center;
}
.label-artist-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.label-artist-body {
  display: grid;
  gap: 8px;
  padding: 16px;
}
.label-artist-card.is-hidden {
  display: none;
}
.label-recent-productions {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
  padding-top: 14px;
}
.label-release-card {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: 78px minmax(0, 1fr);
  overflow: hidden;
  padding: 8px;
}
.label-release-cover {
  align-items: center;
  aspect-ratio: 1;
  background: var(--soft);
  border-radius: 6px;
  color: var(--primary);
  display: flex;
  font-weight: 900;
  justify-content: center;
  overflow: hidden;
}
.label-release-cover img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.label-release-body {
  min-width: 0;
}
.label-release-body h3 {
  color: var(--secondary);
  font-size: .98rem;
  line-height: 1.25;
  margin: 2px 0 4px;
}
.label-release-body > a {
  color: var(--ink);
  font-size: .86rem;
  font-weight: 800;
  text-decoration: none;
}
.label-release-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.label-release-links a {
  background: color-mix(in srgb, var(--primary) 8%, #fff);
  border: 1px solid color-mix(in srgb, var(--primary) 18%, var(--line));
  border-radius: 999px;
  color: var(--secondary);
  font-size: .72rem;
  font-weight: 900;
  padding: 5px 8px;
  text-decoration: none;
}
.dept-about-video,
.dept-about-section-image {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
.dept-about-section-image {
  display: block;
  height: auto;
  margin-bottom: 16px;
}
.dept-services-section {
  padding-top: 18px;
}
.dept-service-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.dept-service-grid-full {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.dept-service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.dept-service-media {
  align-items: center;
  aspect-ratio: 16 / 10;
  background: var(--soft);
  color: var(--primary);
  display: flex;
  font-size: 1.6rem;
  font-weight: 900;
  justify-content: center;
  overflow: hidden;
}
.dept-service-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.dept-service-body {
  display: grid;
  gap: 8px;
  padding: 16px;
}

@media (max-width: 1240px) {
  .event-filter { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .event-board, .event-hero-grid, .event-detail-layout, .event-gallery-testimonials, .realization-detail-layout, .realization-bottom, .article-comments-layout { grid-template-columns: 1fr; }
  .event-side-column { position: static; }
  .event-main-column .event-comments-section { grid-template-columns: 1fr; }
  .event-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .event-card-grid-paginated { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
  .opportunity-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .opportunity-layout { grid-template-columns: 1fr; }
  .dept-opportunity-section-layout { grid-template-columns: 1fr; }
  .dept-opportunity-section-layout .opportunity-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dept-opportunity-aside { position: static; }
  .dashboard-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .event-calendar { position: static; }
  .event-testimonials-card { position: static; }
  .realization-aside { position: static; }
  .label-artist-detail-layout,
  .label-artists-page-layout {
    grid-template-columns: 1fr;
  }
  .label-artists-aside {
    position: static;
  }
  .dept-newsletter-grid { grid-template-columns: 1fr; }
  .dept-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .site-toast-stack {
    left: 14px;
    max-width: none;
    right: 14px;
    top: 72px;
  }
  .site-toast {
    border-radius: 12px;
    grid-template-columns: 32px minmax(0, 1fr) 28px;
    padding: 12px;
  }
  .site-header .site-topline-mail {
    display: none;
  }
  .event-filter, .event-card-grid, .event-status-columns { grid-template-columns: 1fr; }
  .event-gallery-grid { grid-template-columns: 1fr; }
  .event-card-grid-paginated { grid-template-columns: 1fr; }
  .opportunity-grid { grid-template-columns: 1fr; }
  .opportunity-card-status-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .opportunity-status-summary { grid-template-columns: 1fr; }
  .department-card-media,
  .department-page-grid .department-card-media {
    height: 220px;
  }
  .dept-opportunity-section-layout .opportunity-grid { grid-template-columns: 1fr; }
  .ticketing-layout { grid-template-columns: 1fr; }
  .ticket-row { grid-template-columns: 1fr; }
  .ticket-price {
    align-items: flex-start;
    justify-items: start;
  }
  .dashboard-grid { grid-template-columns: 1fr; }
  .event-hero-grid { min-height: auto; padding: 46px 0; }
  .timeline article { grid-template-columns: 1fr; }
  .dept-site-hero,
  .dept-site-hero-content {
    min-height: 560px;
  }
  .dept-article-hero,
  .dept-article-hero-content {
    min-height: 430px;
  }
  .dept-site-hero-content {
    padding: 46px 0;
  }
  .dept-article-hero-content {
    padding: 48px 0;
  }
  .dept-hero-panel {
    padding: 20px 0 28px;
  }
  .dept-carousel-controls {
    justify-content: flex-start;
    margin-top: 0;
  }
  .dept-carousel-shell {
    overflow: hidden;
    width: 100%;
  }
  .dept-carousel-track {
    gap: 0;
    padding: 2px 0 14px;
    scroll-padding-inline: 0;
  }
  .dept-carousel-track > * {
    flex: 0 0 100%;
    scroll-snap-align: center;
    width: 100% !important;
  }
  .department-modern .dept-carousel-track > .event-card,
  .department-modern .dept-carousel-track > .opportunity-card,
  .department-modern .dept-carousel-track > .article-card {
    flex-basis: 100%;
    width: 100% !important;
  }
  .department-modern .dept-service-carousel .dept-carousel-track > .dept-service-card {
    flex: 0 0 100%;
    width: 100% !important;
  }
  .department-modern .event-card-media,
  .department-modern .opportunity-card-media,
  .department-modern .article-card > img,
  .department-modern .article-thumb-project {
    height: 180px !important;
    width: 100% !important;
  }
  .department-modern .event-card-media img,
  .event-card-media img {
    height: 100% !important;
    object-fit: cover;
    width: 100% !important;
  }
  .event-info-panel {
    overflow: hidden;
  }
  .event-info-panel img {
    border-left: 0;
    border-radius: calc(var(--radius) - 2px) calc(var(--radius) - 2px) 0 0;
    border-right: 0;
    height: 220px;
    margin: -16px -16px 4px;
    max-width: none !important;
    object-fit: cover;
    width: calc(100% + 32px) !important;
  }
  .dept-blog-carousel {
    overflow: visible;
  }
  .dept-blog-carousel .dept-carousel-controls {
    display: none;
  }
  .dept-blog-carousel .dept-carousel-track {
    display: grid !important;
    gap: 16px;
    grid-template-columns: 1fr !important;
    overflow: visible;
    padding: 0;
    transform: none !important;
    transition: none;
  }
  .dept-blog-carousel .dept-carousel-track > * {
    flex: none;
    width: 100% !important;
  }
  .dept-ticketing-strip {
    grid-template-columns: 1fr;
    padding: 16px;
  }
  .home-events-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .gallery-modal {
    padding: 12px;
  }
  .gallery-modal-panel {
    max-height: 94vh;
    width: 100%;
  }
  .gallery-modal-nav {
    height: 36px;
    width: 36px;
  }
  .gallery-modal-prev,
  .gallery-modal-next {
    top: 36%;
  }
  .department-modern .article-card { grid-template-rows: 180px 1fr; }
  .label-artist-grid,
  .dept-service-grid-full {
    grid-template-columns: 1fr;
  }
  .dept-services-section {
    overflow: hidden;
  }
  .dept-services-section .dept-service-grid {
    display: flex;
    gap: 0;
    grid-template-columns: none;
    overflow-x: auto;
    padding: 2px 0 14px;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .dept-services-section .dept-service-grid::-webkit-scrollbar {
    display: none;
  }
  .dept-services-section .dept-service-card {
    flex: 0 0 100%;
    scroll-snap-align: center;
    width: 100%;
  }
  .label-artist-detail-media {
    aspect-ratio: 16 / 10;
    max-height: 320px;
    width: 100%;
  }
  .footer-logo,
  .dept-site-footer .footer-logo {
    height: 68px;
    max-width: min(176px, 100%);
  }
  .dept-topline-inner {
    justify-content: flex-end;
    text-align: right;
  }
  .dept-topline-mail {
    display: none;
  }
  .dept-brand span {
    max-width: 180px;
  }
  .dept-hero-dots {
    bottom: 16px;
    left: 16px;
    right: auto;
  }
  .dept-newsletter-form {
    grid-template-columns: 1fr;
  }
  .dept-footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-newsletter-form,
  .dept-footer-newsletter-form {
    grid-template-columns: 1fr;
  }
  .dept-footer-grid > div {
    border-top: 1px solid rgba(255,255,255,.14);
    padding-top: 18px;
  }
  .dept-footer-grid > div:first-child {
    border-top: 0;
    padding-top: 0;
  }
  .dept-footer-grid a {
    border-top: 1px solid rgba(255,255,255,.12);
    margin: 0;
    padding: 10px 0;
  }
  .dept-footer-grid h3 + a {
    border-top: 0;
  }
  .dept-footer-bottom {
    align-items: center;
    border-top: 1px solid rgba(255,255,255,.16);
    flex-direction: column;
    text-align: center;
  }
  .dept-footer-bottom a {
    border-top: 1px solid rgba(255,255,255,.12);
    display: block;
    padding-top: 10px;
    width: 100%;
  }
}
