/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
  --radius-medium: 0.25rem;
  --radius-large: 0.5rem;
  --radius-x-large: 1rem;
  --radius-pill: 999px;
}

:root {
  --ease-out: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-out-back: cubic-bezier(0.35, 1.47, 0.64, 1);
  scroll-behavior: smooth;
}

:root {
  --black: #190e00;
  --white: #ffffff;
  --blue: #190e00;

  --background-color: #fdfcf7;
  --text-color: var(--black);
  --link-color: var(--black);
  --color-card: #f6f5f0;
  --color-border: #e6e6e5;
  --color-text-on-image: #fdfcf7;

  --color-brand-amber: #f6ae1b;
  --color-brand-amber-dark: #cf9000;
  --color-brand-green: #41ad49;
  --color-brand-blue: #b2cccd;
  --color-brand-red: #a23522;
}

body {
  background-color: #fdfcf7;
  background-color: var(--background-color);
  color: #190e00;
  color: var(--text-color);
}

a,
a:visited {
  color: #190e00;
  color: var(--link-color);
}

@font-face {
  font-family: "Bodoni Moda";
  src: url("/assets/bodoni-moda-v28-latin-900-a5f25919.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/assets/manrope-v20-latin-regular-ba266b72.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/assets/manrope-v20-latin-500-2ed179d1.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/assets/manrope-v20-latin-800-6de3e350.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/*
 * Spacing tokens
 *   --gutter           : horizontal grid gap (and column-width math).
 *   --outer-padding    : viewport-edge inset for page shells.
 *   --vertical-spacing : base unit for block rhythm; use as `calc(N * var(--vertical-spacing))`
 *                        for section padding, stack gaps, and other non-grid spacing.
 */

:root {
  --columns: 12;
  --gutter: 2.5rem;
  --outer-padding: 2.5rem;
  --vertical-spacing: 1rem;
}

@media screen and (max-width: 1100px) {

:root {
    //--columns: 9;
    --gutter: 1.5rem;
    --outer-padding: 1.5rem;
}
  }

@media screen and (max-width: 767px) {

:root {
    --columns: 4;
    --outer-padding: 1rem;
    --vertical-spacing: 1rem;
}
  }

@media print {

:root {
    --outer-padding: 0px;
}
  }

:root {

  --column-width: calc((100% - var(--gutter)*(var(--columns) - 1) - var(--outer-padding)*2)/var(--columns));

  /* @mixin grid-limit 1400px; */
}

.grid-overlay {
  display: none;
}

.grid-overlay--active {
  --grid-overlay-width: var(
    --grid-limit,
    calc(100% - var(--outer-padding)*2)
  );
  display: block;
  position: fixed;
  z-index: 9000;
  top: 0px;
  width: calc(100% - 5rem);
  width: var(--grid-overlay-width);
  left: 50%;
  margin-left: calc(-50% - -2.5rem);
  margin-left: calc(var(--grid-overlay-width)/2*-1);
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    to right,
    transparent 2.5rem,
    rgba(255, 0, 255, 0.05) 2.5rem
  );
  background: linear-gradient(
    to right,
    var(--grid-overlay-gutter, transparent) var(--gutter),
    var(--grid-overlay-column, rgba(255, 0, 255, 0.05)) var(--gutter)
  );
  background-size: calc(8.3333333333% + 0.2083333333rem) 100%;
  background-size: calc((100% + var(--gutter))/var(--columns, 12)) 100%;
  background-position: top 0px left -2.5rem;
  background-position: top 0px left calc(var(--gutter)*-1);
}

/* ---- Mixins ------------------------------------------------------------- */

/* ---- Definitions -------------------------------------------------------- */

:root {
  --font-display: "Bodoni Moda", Georgia, serif;
  --font-sans: "Manrope", Helvetica, sans-serif;

  --text-display: 900 3.5rem/1.1 var(--font-display);
  --text-2xl: 800 2rem/1.1 var(--font-sans);
  --text-xl: 800 1.5rem/1.1 var(--font-sans);
  --text-lg: 800 1.25rem/1.3 var(--font-sans);
  --text-body: 400 1.125rem/1.3 var(--font-sans);
  --text-sm: 400 1rem/1.3 var(--font-sans);
  --text-label: 800 1rem/1.1 var(--font-sans);
  --text-xs: 400 0.875rem/1.4 var(--font-sans);
}

@media screen and (max-width: 767px) {

:root {
    --text-display: 900 2.5rem/1 var(--font-display);
}
  }

/* ---- Font scale --------------------------------------------------------- */

html {
  --font-scale-coeff: calc((var(--font-scale-to) - var(--font-scale-from))/(var(--font-scale-end) - var(--font-scale-start)));
  font-size: calc(0.625rem + 0.4166666667vw);
  font-size: calc((var(--font-scale-from) - var(--font-scale-start)*var(--font-scale-coeff))/16*1rem + var(--font-scale-coeff)*1vw);
  --font-scale-from: 16;
  --font-scale-to: 18;
  --font-scale-start: 14.4;
  --font-scale-end: 19.2;
}

@media screen and (max-width: 1440px) {

html {
    --font-scale-from: 14;
    --font-scale-to: 16;
    --font-scale-start: 7.67;
    --font-scale-end: 14.4;
}
  }

@media screen and (max-width: 767px) {

html {
    --font-scale-from: 12;
    --font-scale-to: 16;
    --font-scale-start: 0.01;
    --font-scale-end: 7.67;
}
  }

body {
  font-family: "Manrope", Helvetica, sans-serif;
  font-family: var(--font-sans);
  font-size: 100%;
}

/* ---- Rules -------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 2rem 0rem;
}

h1:first-child {
    margin-top: 0px;
  }

h4:first-child {
    margin-top: 0px;
  }

h5:first-child {
    margin-top: 0px;
  }

h6:first-child {
    margin-top: 0px;
  }

p:first-child {
    margin-top: 0px;
  }

h1:last-child {
    margin-bottom: 0px;
  }

h4:last-child {
    margin-bottom: 0px;
  }

h5:last-child {
    margin-bottom: 0px;
  }

h6:last-child {
    margin-bottom: 0px;
  }

p:last-child {
    margin-bottom: 0px;
  }

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figcaption,
blockquote {
  max-width: 60ch;
}

ul,
ol,
blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

ul:first-child {
    margin-top: 0px;
  }

ol:first-child {
    margin-top: 0px;
  }

ul:last-child {
    margin-bottom: 0px;
  }

ol:last-child {
    margin-bottom: 0px;
  }

main {
  font: 400 1.125rem/1.3 "Manrope", Helvetica, sans-serif;
  font: var(--text-body);
}

h1 {
  font: 900 3.5rem/1.1 "Bodoni Moda", Georgia, serif;
  font: var(--text-display);
}

h2 {
  font: 800 2rem/1.1 "Manrope", Helvetica, sans-serif;
  font: var(--text-2xl);
  margin-top: 2rem;
}

h2:first-child {
    margin-top: 0px;
  }

h2:last-child {
    margin-bottom: 0px;
  }

h3 {
  font: 800 1.5rem/1.1 "Manrope", Helvetica, sans-serif;
  font: var(--text-xl);
  margin-top: 2rem;
}

h3:first-child {
    margin-top: 0px;
  }

h3:last-child {
    margin-bottom: 0px;
  }

h4 {
  font: 800 1.25rem/1.3 "Manrope", Helvetica, sans-serif;
  font: var(--text-lg);
}

h5 {
  font: 400 1.125rem/1.3 "Manrope", Helvetica, sans-serif;
  font: var(--text-body);
}

h6 {
  font: 400 1rem/1.3 "Manrope", Helvetica, sans-serif;
  font: var(--text-sm);
}

blockquote {
  font: 400 1.125rem/1.3 "Manrope", Helvetica, sans-serif;
  font: var(--text-body);
  margin: 2rem 0rem;
}

blockquote:first-child {
    margin-top: 0px;
  }

blockquote:last-child {
    margin-bottom: 0px;
  }

figcaption {
  margin-top: 0.5rem;
  font: 400 0.875rem/1.4 "Manrope", Helvetica, sans-serif;
  font: var(--text-xs);
  opacity: 0.5;
}

.article-header {
  margin-bottom: 2rem;
}

.article-header h1 {
  margin-bottom: 2rem;
}

.article-date {
  font: 400 0.875rem/1.4 "Manrope", Helvetica, sans-serif;
  font: var(--text-xs);
  opacity: 0.5;
  margin-top: 0.75rem;
}

.standfirst {
  font: 800 1.25rem/1.3 "Manrope", Helvetica, sans-serif;
  font: var(--text-lg);
  color: #190e00;
  color: var(--text-color);
  max-width: 60ch;
}

.article-hero {
  margin: 0 0 2.5rem;
  padding: 0;
  width: 100%;
}

.article-hero img {
    display: block;
    width: 100%;
    height: auto;
  }

.article-hero figcaption {
    margin-top: 0.5rem;
    font: 400 0.875rem/1.4 "Manrope", Helvetica, sans-serif;
    font: var(--text-xs);
    opacity: 0.5;
    max-width: none;
  }

.article-body > :first-child {
    margin-top: 0;
  }

.article-body h2 {
    margin-top: 3rem;
  }

.article-body h3 {
    margin-top: 2.5rem;
  }

.article-body h4 {
    margin-top: 2rem;
  }

.article-body figure.image {
    margin: 2.5rem 0;
  }

.article-body figure.image figcaption {
      font: 400 0.875rem/1.4 "Manrope", Helvetica, sans-serif;
      font: var(--text-xs);
      opacity: 0.5;
      max-width: none;
    }

.article-body blockquote {
    margin-left: 2rem;
    padding-left: 1rem;
    border-left: 2px solid #e6e6e5;
    border-left: 2px solid var(--color-border);
  }

.article-body p + p {
    margin-top: 1.25rem;
  }

@media screen and (max-width: 767px) {
  .article-hero {
    margin-bottom: 1.5rem;
  }
    .article-body h2 {
      margin-top: 2rem;
    }

    .article-body h3 {
      margin-top: 1.5rem;
    }

    .article-body blockquote {
      margin-left: 1rem;
    }
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.responsive-embed,
figure.image {
  margin: 2rem 0rem;
}

.responsive-embed:not(does-not-exist):first-child {
    margin-top: 0px;
  }

figure.image:first-child {
    margin-top: 0px;
  }

.responsive-embed:not(does-not-exist):last-child {
    margin-bottom: 0px;
  }

figure.image:last-child {
    margin-bottom: 0px;
  }

figure.image {
  width: 100%;
  padding: 0rem;
}

figure.image img {
    display: block;
    width: 100%;
    height: auto;
  }

img {
  display: block;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font: 800 1rem/1.1 "Manrope", Helvetica, sans-serif;
  font: var(--text-label);
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #190e00;
  color: var(--text-color);
  cursor: pointer;
  border-radius: 999px;
  border-radius: var(--radius-pill);
}

.btn-ghost:hover {
  opacity: 0.7;
}

.btn-ghost .icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.btn-filled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border: none;
  background-color: #f6ae1b;
  background-color: var(--color-brand-amber);
  font: 800 1rem/1.1 "Manrope", Helvetica, sans-serif;
  font: var(--text-label);
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #190e00;
  color: var(--text-color);
  cursor: pointer;
  border-radius: 999px;
  border-radius: var(--radius-pill);
}

.btn-filled:hover {
  opacity: 0.7;
}

/* ---- Archive (shared: news + program) ----------------------------------- */

.archive h1 {
  margin-bottom: 2rem;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-columns: repeat(var(--archive-columns, var(--columns)), 1fr);
  grid-column-gap: 2.5rem;
  grid-column-gap: var(--gutter);
  grid-row-gap: 2.5rem;
  grid-row-gap: var(--gutter);
}

.archive-grid > * {
  grid-column: span 4;
  grid-column: span var(--archive-card-span, 4);
}

@media screen and (max-width: 1100px) {
  .archive-grid > * {
    grid-column: span 6;
    grid-column: span var(--archive-card-span, 6);
  }
}

@media screen and (max-width: 767px) {
  .archive-grid {
    grid-template-columns: repeat(12, 1fr);
    grid-template-columns: repeat(var(--columns), 1fr);
  }

  .archive-grid > * {
    grid-column: 1 / span 12;
    grid-column: 1 / span var(--columns);
  }
}

/* ---- Card (listing item) ------------------------------------------------ */

.card {
  display: flex;
  flex-direction: column;
}

.card-image {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background-color: #f6f5f0;
  background-color: var(--color-card);
  margin-bottom: 0.75rem;
}

.card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-meta {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.card-date {
  font: 400 0.875rem/1.4 "Manrope", Helvetica, sans-serif;
  font: var(--text-xs);
  opacity: 0.5;
}

.card-title {
  font: 800 1.25rem/1.3 "Manrope", Helvetica, sans-serif;
  font: var(--text-lg);
  /* text-transform: uppercase; */
  margin: 0;
}

.card-title a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.card:hover .card-title a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.card-excerpt {
  font: 400 1rem/1.3 "Manrope", Helvetica, sans-serif;
  font: var(--text-sm);
  max-width: none;
  margin: 0.25rem 0 0;
}

/* ---- Program card variant ----------------------------------------------- */

.card-venue {
  font: 400 0.875rem/1.4 "Manrope", Helvetica, sans-serif;
  font: var(--text-xs);
  line-height: 1.4;
}

/* ---- Filter bar (program) ----------------------------------------------- */

.archive-filters {
  display: flex;
  gap: 2rem;
  gap: calc(var(--vertical-spacing)*2);
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.filter-group {
  flex: 1;
  min-width: 10rem;
}

.filter-group label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font: 400 0.875rem/1.4 "Manrope", Helvetica, sans-serif;
  font: var(--text-xs);
  margin-bottom: 0.25rem;
}

.filter-group label a {
  font: 400 0.875rem/1.4 "Manrope", Helvetica, sans-serif;
  font: var(--text-xs);
  opacity: 0.5;
}

.filter-group select {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font: 400 1rem/1.3 "Manrope", Helvetica, sans-serif;
  font: var(--text-sm);
  border: 1px solid #e6e6e5;
  border: 1px solid var(--color-border);
  border-radius: 0.25rem;
  border-radius: var(--radius-medium);
  background-color: #fdfcf7;
  background-color: var(--background-color);
  color: #190e00;
  color: var(--text-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23190e00' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
}

@media screen and (max-width: 767px) {
  .archive-filters {
    flex-direction: column;
    gap: 1.5rem;
    gap: calc(var(--vertical-spacing)*1.5);
  }
}

/* ---- CTA card (home page) ----------------------------------------------- */

.card-cta {
  --cta-pad-y: calc(var(--vertical-spacing)*2.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
  gap: calc(var(--vertical-spacing)*1.5);
  padding: 2.5rem 1.25rem;
  padding: var(--cta-pad-y) calc(var(--cta-pad-y)*0.5);
  border-radius: 0;
  background-color: #f6f5f0;
  background-color: var(--color-card);
  text-align: center;
}

.card-cta h3 {
  font: 800 1.5rem/1.1 "Manrope", Helvetica, sans-serif;
  font: var(--text-xl);
  margin: 0;
}

.card-cta p {
  font: 400 1rem/1.3 "Manrope", Helvetica, sans-serif;
  font: var(--text-sm);
  line-height: 1.45;
  align-self: center;
  max-width: 36ch;
  margin: 0;
}

.card-cta .btn-filled {
  border-radius: 0;
  margin-top: 0.25rem;
}

footer {
  margin-top: 6rem;
  margin-top: calc(var(--vertical-spacing)*6);
  background-color: #f6ae1b;
  background-color: var(--color-brand-amber);
}

footer .top,
footer .bottom {
  padding-left: 2.5rem;
  padding-left: var(--outer-padding);
  padding-right: 2.5rem;
  padding-right: var(--outer-padding);
}

footer .top {
  padding-top: 2.5rem;
  padding-top: var(--outer-padding);
  padding-bottom: 2.5rem;
  padding-bottom: var(--outer-padding);
}

footer .title {
  font: 800 1rem/1.1 "Manrope", Helvetica, sans-serif;
  font: var(--text-label);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  margin-bottom: calc(var(--vertical-spacing)*1.5);
}

footer .meta {
  font: 400 1rem/1.3 "Manrope", Helvetica, sans-serif;
  font: var(--text-sm);
}

footer .bottom {
  border-top: 1px solid #cf9000;
  border-top: 1px solid var(--color-brand-amber-dark);
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  padding-bottom: var(--outer-padding);
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  gap: calc(var(--vertical-spacing)*2);
  flex-wrap: wrap;
}

/* Home: match .home-main__grid so the rule above .bottom is not edge-to-edge */

body.template-home footer .top,
body.template-home footer .bottom {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  max-width: var(--grid-limit, 100%);
  margin-left: auto;
  margin-right: auto;
}

footer .links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  gap: calc(var(--vertical-spacing)*1.5);
  margin: 0px;
  padding: 0px;
  max-width: none;
}

footer .links a,
footer .colophon {
  font: 400 1rem/1.3 "Manrope", Helvetica, sans-serif;
  font: var(--text-sm);
  -webkit-text-decoration: none;
  text-decoration: none;
}

/* ---- Hero --------------------------------------------------------------- */

.hero {
  background-color: #f6ae1b;
  background-color: var(--color-brand-amber);
  padding: 2.5rem;
  padding: var(--outer-padding);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-column-gap: 2.5rem;
  grid-column-gap: var(--gutter);
  align-items: end;
  min-height: max(14rem, min(68vh, 78vh));
}

.hero-wordmark {
  grid-column: 1 / span 9;
  min-width: 0;
  line-height: 0;
}

.hero-wordmark .hero-logo {
  width: 100%;
  height: auto;
  max-height: min(62vh);
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
}

.hero-info {
  grid-column: 10 / span 3;
  font: 800 1.25rem/1.3 "Manrope", Helvetica, sans-serif;
  font: var(--text-lg);
  text-transform: uppercase;
  text-align: right;
  justify-self: end;
}

.hero-info p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .hero {
    grid-template-columns: repeat(12, 1fr);
    grid-template-columns: repeat(var(--columns), 1fr);
    align-items: end;
    min-height: max(12rem, min(58vh, 72vh));
  }

  .hero-wordmark {
    grid-column: 1 / span 12;
    grid-column: 1 / span var(--columns);
    max-height: min(48vh, 26rem);
  }

  .hero-wordmark .hero-logo {
    max-height: min(48vh, 26rem);
  }

  .hero-info {
    grid-column: 1 / span 12;
    grid-column: 1 / span var(--columns);
    justify-self: start;
    text-align: left;
    margin-top: 2rem;
    margin-top: calc(var(--vertical-spacing)*2);
  }
}

/* ---- Intro -------------------------------------------------------------- */

.intro {
  padding-top: 2.5rem;
  padding-top: calc(var(--vertical-spacing)*2.5);
  padding-bottom: 2.5rem;
  padding-bottom: calc(var(--vertical-spacing)*2.5);
}

.intro--split {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-column-gap: 2.5rem;
  grid-column-gap: var(--gutter);
  grid-row-gap: 2.5rem;
  grid-row-gap: var(--gutter);
  align-items: start;
}

.intro--split .intro-content {
  grid-column: 9 / span 4;
  max-width: none;
}

.intro h1 {
  font: 900 3.5rem/1.1 "Bodoni Moda", Georgia, serif;
  font: var(--text-display);
}

.intro .excerpt {
  font: 400 1.125rem/1.3 "Manrope", Helvetica, sans-serif;
  font: var(--text-body);
  margin-bottom: 1.5rem;
  margin-bottom: calc(var(--vertical-spacing)*1.5);
}

.intro-media {
  grid-column: 1 / span 8;
  margin: 0;
  min-width: 0;
}

.intro-media img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .intro--split {
    grid-template-columns: repeat(12, 1fr);
    grid-template-columns: repeat(var(--columns), 1fr);
  }

  .intro--split .intro-content,
  .intro-media {
    grid-column: 1 / span 12;
    grid-column: 1 / span var(--columns);
  }
}

/* ---- Latest news -------------------------------------------------------- */

.latest-news {
  padding-top: 2.5rem;
  padding-top: calc(var(--vertical-spacing)*2.5);
  padding-bottom: 2.5rem;
  padding-bottom: calc(var(--vertical-spacing)*2.5);
}

/* Four cards in one row on the 12-column grid (4 × 3 columns). */

.latest-news .archive-grid {
  --archive-card-span: 3;
}

.latest-news .news-link {
  display: flex;
  justify-content: flex-end;
  padding-top: 1.5rem;
  padding-top: calc(var(--vertical-spacing)*1.5);
}

/* ---- CTA cards ---------------------------------------------------------- */

.cta-cards {
  padding-top: 2.5rem;
  padding-top: calc(var(--vertical-spacing)*2.5);
  padding-bottom: 2.5rem;
  padding-bottom: calc(var(--vertical-spacing)*2.5);
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-column-gap: 2.5rem;
  grid-column-gap: var(--gutter);
  grid-row-gap: 2.5rem;
  grid-row-gap: var(--gutter);
}

.cards-grid > * {
  grid-column: span 4;
}

@media screen and (max-width: 1100px) {
  .cards-grid > * {
    grid-column: span 6;
  }
}

@media screen and (max-width: 767px) {
  .cards-grid {
    grid-template-columns: repeat(12, 1fr);
    grid-template-columns: repeat(var(--columns), 1fr);
  }

  .cards-grid > * {
    grid-column: 1 / span 12;
    grid-column: 1 / span var(--columns);
  }
}

/* ---- Sponsors ----------------------------------------------------------- */

.sponsors {
  padding-top: 2.5rem;
  padding-top: calc(var(--vertical-spacing)*2.5);
  padding-bottom: 2.5rem;
  padding-bottom: calc(var(--vertical-spacing)*2.5);
  text-align: center;
}

.sponsors h2 {
  font: 800 1rem/1.1 "Manrope", Helvetica, sans-serif;
  font: var(--text-label);
  text-transform: uppercase;
  max-width: none;
  margin-bottom: 2rem;
  margin-bottom: calc(var(--vertical-spacing)*2);
}

.sponsor-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  gap: calc(var(--vertical-spacing)*2);
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page {
  --archive-columns: 9;
  --archive-card-span: 3;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-column-gap: 2.5rem;
  grid-column-gap: var(--gutter);
  grid-row-gap: 2.5rem;
  grid-row-gap: var(--gutter);
  padding: 2.5rem;
  padding: var(--outer-padding);
  width: 100%;
}

.sidebar {
  grid-column: 1 / span 3;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  gap: calc(var(--vertical-spacing)*2.5);
  position: sticky;
  top: 2.5rem;
  top: var(--outer-padding);
  align-self: start;
}

.sidebar .wordmark {
  line-height: 0;
  display: block;
}

.sidebar .wordmark .sidebar-logo {
  width: 100%;
  height: auto;
  display: block;
}

.sidebar .festival {
  font: 800 1rem/1.1 "Manrope", Helvetica, sans-serif;
  font: var(--text-label);
  text-transform: uppercase;
  text-align: right;
}

.sidebar .festival p {
  margin: 0;
}

main {
  min-width: 0px;
}

.page > main {
  grid-column: 4 / span 9;
}

main > .inner {
  width: 100%;
}

main > .inner > :first-child {
  margin-top: 0px;
}

@media screen and (max-width: 1100px) {
  .page {
    --archive-columns: var(--columns);
    --archive-card-span: 6;
    grid-template-columns: 1fr;
  }

  .sidebar,
  .page > main {
    grid-column: 1 / -1;
  }

  .sidebar {
    position: static;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    gap: calc(var(--vertical-spacing)*2);
  }

  .sidebar .wordmark {
    max-width: 12rem;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 767px) {
  .page {
    --archive-card-span: var(--columns);
    padding-top: 1.5rem;
    padding-top: calc(var(--vertical-spacing)*1.5);
  }
}

/* ---- Home (full-width, no sidebar) -------------------------------------- */

.template-home main {
  flex: 1;
  width: 100%;
}

/* Home: intro…sponsors sit in this shell so rules match the 12-col width (hero stays full-bleed) */

.template-home .home-main__grid {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-column-gap: 2.5rem;
  grid-column-gap: var(--gutter);
  width: 100%;
  max-width: 100%;
  max-width: var(--grid-limit, 100%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-left: var(--outer-padding);
  padding-right: var(--outer-padding);
}

.template-home .home-main__grid > section {
  grid-column: 1 / span 12;
  grid-column: 1 / span var(--columns);
}

/* Skip first: hero + header color already separate intro. Skip bottom on last: footer color separates sponsors. */

.template-home .home-main__grid > section:not(:first-child) {
  border-top: 1px solid #e6e6e5;
  border-top: 1px solid var(--color-border);
}

header.site-header {
  background-color: #f6ae1b;
  background-color: var(--color-brand-amber);
  padding: 1rem 2.5rem;
  padding: 1rem var(--outer-padding);
}

header.site-header .inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-columns: repeat(var(--columns), 1fr);
    grid-column-gap: 2.5rem;
    grid-column-gap: var(--gutter);
    align-items: center;
  }

header.site-header .logo {
    grid-column: 1 / span 3;
  }

header.site-header .logo a {
      font: 800 1rem/1.1 "Manrope", Helvetica, sans-serif;
      font: var(--text-label);
      text-transform: uppercase;
      -webkit-text-decoration: none;
      text-decoration: none;
    }

header.site-header nav {
    grid-column: 4 / span 9;
  }

header.site-header nav ul {
      list-style: none;
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap;
      gap: 0.25rem;
      margin: 0px;
      padding: 0px;
      max-width: none;
    }

header.site-header .pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    border-radius: var(--radius-pill);
    font: 800 1rem/1.1 "Manrope", Helvetica, sans-serif;
    font: var(--text-label);
    text-transform: uppercase;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

header.site-header .pill:hover {
    opacity: 0.7;
  }

/* Menu toggle / close buttons — hidden above mobile breakpoint */

header.site-header .menu-toggle,header.site-header .menu-close {
    display: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: 0;
    padding: 0.5rem 1rem;
    margin: 0;
    color: inherit;
    font: 800 1rem/1.1 "Manrope", Helvetica, sans-serif;
    font: var(--text-label);
    text-transform: uppercase;
    cursor: pointer;
  }

header.site-header .menu-toggle:hover,header.site-header .menu-close:hover {
    opacity: 0.7;
  }

/* Overlay top bar — only rendered visually inside the mobile overlay */

header.site-header .nav-overlay-head {
    display: none;
  }

@media screen and (max-width: 1100px) {
    header.site-header .inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    header.site-header .menu-toggle {
      display: inline-flex;
      align-items: center;
    }

    header.site-header nav {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 200;
      background-color: #f6ae1b;
      background-color: var(--color-brand-amber);
      padding: 1rem 2.5rem;
      padding: 1rem var(--outer-padding);
      flex-direction: column;
      visibility: hidden;
      pointer-events: none;
    }

    header.site-header .nav-overlay-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    header.site-header .menu-close {
      display: inline-flex;
      align-items: center;
    }

    header.site-header nav ul {
      flex: 1;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 1rem;
    }
  }

@media screen and (max-width: 1100px) {
      header.site-header.show-menu nav {
        display: flex;
        visibility: visible;
        pointer-events: auto;
      }

      header.site-header.show-menu .menu-toggle {
        display: none;
      }
    }

body.nav-menu-open {
  overflow: hidden;
}

/* Home: header bar aligns with .home-main__grid; rule under nav matches column width */

body.template-home header.site-header {
  padding-left: 0;
  padding-right: 0;
}

body.template-home header.site-header .inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  max-width: var(--grid-limit, 100%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-left: var(--outer-padding);
  padding-right: var(--outer-padding);
}

.pill-label {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  border-radius: var(--radius-pill);
  background-color: #e6e6e5;
  background-color: var(--color-border);
  font: 400 0.875rem/1.4 "Manrope", Helvetica, sans-serif;
  font: var(--text-xs);
  line-height: 1;
  color: #190e00;
  color: var(--text-color);
  white-space: nowrap;
}
