@charset "UTF-8";
/*! 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 */
  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 {
  --font-size-xs: 11.1111111111px;
  --font-size-sm: 13.3333333333px;
  --font-size-md: 16px;
  --font-size-lg: 19.2px;
  --font-size-body: 16px;
  --font-size-h1: 39.81312px;
  --font-size-h2: 33.1776px;
  --font-size-h3: 27.648px;
  --font-size-h4: 23.04px;
  --font-size-display: 47.775744px;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: rgb(229, 0, 80);
  text-decoration: none;
}
a:hover, a:active, a:focus, a:focus-within {
  color: rgb(34, 34, 34);
  text-decoration: underline;
}

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

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

.content-grid {
  --padding-inline: 1rem;
  --narrow-max-width: 640px;
  --content-max-width: 960px;
  --breakout-max-width: 1280px;
  --content-size: calc((var(--content-max-width) - var(--narrow-max-width)) / 2);
  --breakout-size: calc((var(--breakout-max-width) - var(--content-max-width)) / 2);
  display: grid;
  grid-template-columns: [full-width-start] minmax(var(--padding-inline), 1fr) [breakout-start] minmax(0, var(--breakout-size)) [content-start] minmax(0, var(--content-size)) [narrow-start] min(100% - var(--padding-inline) * 2, var(--narrow-max-width)) [narrow-end] minmax(0, var(--content-size)) [content-end] minmax(0, var(--breakout-size)) [breakout-end] minmax(var(--padding-inline), 1fr) [full-width-end];
}

.content-grid > :not(.breakout, .full-width),
.full-width > :not(.breakout, .full-width) {
  grid-column: content;
}

.content-grid > .narrow {
  grid-column: narrow;
}

.content-grid > .breakout {
  grid-column: breakout;
}

.content-grid > .full-width {
  grid-column: full-width;
  display: grid;
  grid-template-columns: inherit;
}

@font-face {
  font-family: "PP Mori";
  src: url("/assets/fonts/PPMori-Extralight.woff2") format("woff2"), url("/assets/fonts/PPMori-Extralight.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Mori";
  src: url("/assets/fonts/PPMori-ExtralightItalic.woff2") format("woff2"), url("/assets/fonts/PPMori-ExtralightItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PP Mori";
  src: url("/wp-content/themes/aif-2026/assets/fonts/PPMori-Regular.woff2") format("woff2"), url("/wp-content/themes/aif-2026/assets/fonts/PPMori-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Mori";
  src: url("/wp-content/themes/aif-2026/assets/fonts/PPMori-RegularItalic.woff2") format("woff2"), url("/wp-content/themes/aif-2026/assets/fonts/PPMori-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PP Mori";
  src: url("/wp-content/themes/aif-2026/assets/fonts/PPMori-SemiBold.woff2") format("woff2"), url("/wp-content/themes/aif-2026/assets/fonts/PPMori-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Mori";
  src: url("/wp-content/themes/aif-2026/assets/fonts/PPMori-SemiBoldItalic.woff2") format("woff2"), url("/wp-content/themes/aif-2026/assets/fonts/PPMori-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/**
 * Basic typography style for copy text
 */
body {
  color: rgb(34, 34, 34);
  font: normal 1rem/1.4 "PP Mori", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

h1 {
  font-size: var(--font-size-h1);
}

h2 {
  font-size: var(--font-size-h2);
}

h3 {
  font-size: var(--font-size-h3);
}

h4 {
  font-size: var(--font-size-h4);
}

small {
  font-size: var(--font-size-small);
}

#footer {
  background-color: black;
  color: white;
  font-size: var(--font-size-xs);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 4rem;
}
#footer .site-logo {
  height: 2.5rem;
}
#footer .site-logo img {
  height: 2.5rem;
}
#footer #footer-navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
}
#footer #footer-navigation-menu a {
  color: white;
  text-decoration: none;
}

#primary-header {
  background-color: var(--color-black);
  color: var(--color-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 4rem;
  gap: 2rem;
}
#primary-header h1 {
  margin: 0;
}
#primary-header #primary-menu__toggle {
  position: relative;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: var(--color-white);
  color: var(--color-black);
  border: 0;
  font-weight: bold;
  box-shadow: 4px 4px 0.5px 0 rgba(0, 0, 0, 0.25);
  z-index: 999;
}
#primary-header #primary-menu__toggle svg {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  #primary-header #primary-menu__toggle {
    display: none;
  }
}
#primary-header #primary-navigation {
  display: none;
  background-color: hsla(0, 0%, 0%, 0.9);
}
@media screen and (min-width: 900px) {
  #primary-header #primary-navigation {
    background-color: transparent;
  }
}
#primary-header #primary-navigation.is-active {
  position: relative;
  display: flex;
  opacity: 1;
  backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
}
@media screen and (min-width: 900px) {
  #primary-header #primary-navigation.is-active {
    position: static;
    display: flex;
  }
}
#primary-header #primary-navigation #primary-header-menu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media screen and (min-width: 900px) {
  #primary-header #primary-navigation #primary-header-menu {
    flex-direction: row;
  }
}
#primary-header #primary-navigation #primary-header-menu li {
  list-style: none;
}

#site-title {
  position: relative;
  z-index: 999;
}
#site-title a {
  display: block;
  height: 4rem;
}
#site-title svg {
  height: 4rem;
}

#primary-header-menu {
  display: flex;
  gap: 1.5rem;
}
#primary-header-menu a {
  color: var(--color-white);
  text-decoration: none;
}

@media screen and (min-width: 36rem) {
  #primary-header-menu {
    display: flex;
  }
}
#primary-navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2rem;
}
#primary-navigation-menu a {
  color: white;
  display: inline-block;
  font-size: var(--font-size-md);
  text-decoration: none;
  font-weight: 600;
}

.page main, .error404 main {
  min-height: 100dvh;
  background: #030B4E url("../../assets/images/AIF26_darkblue_bg.jpg");
}
.page main article.page, .error404 main article.page {
  background: white url("../../assets/images/AIF_BG-Yellow-YTileable-Lightened70.webp");
  background-image: contain;
  background-repeat: repeat-y;
  border-radius: 1rem;
  padding: 1rem;
  margin: 1rem 0rem;
}
@media screen and (min-width: 40rem) {
  .page main article.page, .error404 main article.page {
    padding: 2rem;
    margin: 4rem;
  }
}

article.page .masthead img {
  border-radius: 0.5rem;
}

details {
  margin-bottom: 1rem;
}

.single .content-grid .content {
  margin: 1rem 0rem;
}
@media screen and (min-width: 40rem) {
  .single .content-grid .content {
    margin: 4rem;
  }
}
.single main {
  min-height: 100dvh;
  background: #030B4E url("../../assets/images/AIF26_darkblue_bg.jpg");
}
.single main > .content-grid > .content {
  background: white url("../../assets/images/AIF_BG-Yellow-YTileable-Lightened70.webp");
  background-image: contain;
  background-repeat: repeat-y;
  border-radius: 1rem;
  padding: 1rem;
}
@media screen and (min-width: 40rem) {
  .single main > .content-grid > .content {
    padding: 2rem;
  }
}

section .section-header h2 {
  text-align: center;
  text-box: trim-both cap alphabetic;
}

.button, button {
  display: inline-block;
  background-color: black;
  color: white;
  text-decoration: none;
  text-box: trim-both cap alphabetic;
  padding: 1rem;
  border-radius: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  cursor: pointer;
}
.button:hover, button:hover {
  background-color: gray;
  color: white;
  text-decoration: none;
}

.gallery-slider {
  border-radius: 0.5rem;
  overflow: hidden;
}

.splide__slide img {
  height: auto;
  width: 100%;
}

.hero-carousel .splide .splide__track {
  aspect-ratio: 16/9;
}
.hero-carousel .splide .splide__track .home {
  aspect-ratio: 8/3;
}
.hero-carousel .splide .splide__track img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.hero-carousel footer {
  background-color: black;
  color: white;
}
.hero-carousel footer .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
}
@media screen and (min-width: 40rem) {
  .hero-carousel footer .content {
    padding: 1rem 0;
    flex-direction: row;
  }
}
.hero-carousel footer datetime {
  font-weight: 600;
  line-height: 1.2rem;
}
.hero-carousel footer .sponsors ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.hero-carousel footer .sponsors ul img {
  padding: 1rem;
  height: 56px;
  display: block;
}
@media screen and (min-width: 40rem) {
  .hero-carousel footer .sponsors ul img {
    padding: 1rem;
    height: 64px;
  }
}
.hero-carousel.hero-carousel--single .image-wrapper {
  aspect-ratio: 1920/720;
}
.hero-carousel.hero-carousel--single .image-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

section.sponsors .sponsors-content {
  background: white url("../../assets/images/AIF_BG-Yellow-YTileable-Lightened70.webp");
  background-image: contain;
  background-repeat: repeat-y;
  border-radius: 1rem;
  padding: 1rem;
  margin: 1rem 0rem;
}
@media screen and (min-width: 40rem) {
  section.sponsors .sponsors-content {
    padding: 2rem;
    margin: 4rem;
  }
}
section.sponsors .sponsor-section {
  margin-bottom: 4rem;
}
section.sponsors .sponsor-section h3 {
  margin: 0 0 1rem;
  padding: 0;
  text-align: center;
  font-size: var(--font-size-h4);
}
section.sponsors .sponsor-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
section.sponsors .sponsor-section ul img {
  display: block;
  max-height: 4rem;
  width: auto;
}

.card figure {
  position: relative;
}
.card figure a {
  display: block;
  width: 100%;
}
.card figure img {
  max-height: 160px;
  display: block;
  border-radius: 0.5rem;
  width: auto;
}
.card figure .image-tag {
  font-size: var(--font-size-xs);
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  max-width: calc(100% - 1rem);
}
.card figure .image-tag a {
  color: black;
}
.card figure figcaption.image-tag {
  background-color: white;
  color: var(--color-gray-500);
  padding: 0.5rem;
  border-radius: 4px;
  text-box: trim-both cap alphabetic;
}
.card figure ul.image-tag {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.25rem;
}
.card figure ul.image-tag li {
  background-color: white;
  color: var(--color-gray-500);
  padding: 0.5rem;
  border-radius: 4px;
  text-box: trim-both cap alphabetic;
}
.card .card-title {
  font-weight: 600;
}
.card .card-subtitle {
  font-size: var(--font-size-sm);
}
.card .card-metadata {
  font-size: var(--font-size-sm);
  color: #666;
  margin-top: 0.25rem;
}
.card .card-actions ul {
  font-size: var(--font-size-sm);
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
}

.deck {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.deck.deck--horizontal {
  flex-direction: row;
  gap: 2rem 1rem;
}
.deck.deck--verical {
  flex-direction: column;
}
.deck.deck--grid {
  display: grid;
  gap: 2rem 1rem;
}
.deck.deck--grid .card .featured-image {
  aspect-ratio: 16/9;
  background-color: lightgray;
  border-radius: 0.5rem;
}
.deck.deck--grid .card img {
  height: auto;
  max-height: initial;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media screen and (min-width: 850px) {
  .deck.deck--grid {
    grid-template-columns: 1fr 1fr;
  }
}
.deck.deck--films .card .featured-image,
.deck .deck--events .card .featured-image {
  aspect-ratio: 16/9;
  background-color: lightgray;
  border-radius: 0.5rem;
}
.deck.deck--films .card .card-title,
.deck .deck--events .card .card-title {
  font-size: var(--font-size-lg);
}
.deck.deck--films .card .card-subtitle,
.deck .deck--events .card .card-subtitle {
  font-size: var(--font-size-md);
}
.deck.deck--films .card .card-metadata,
.deck .deck--events .card .card-metadata {
  font-size: var(--font-size-sm);
}

.infobox {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.infobox__title {
  text-box: trim-both cap alphabetic;
  margin: 0;
  padding: 0;
}
.infobox__title h1 {
  font-size: var(--font-size-h3);
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 40rem) {
  .infobox__title h1 {
    font-size: var(--font-size-h1);
  }
}
.infobox__featured-image figure {
  position: relative;
  margin: 0;
}
.infobox__featured-image figure img {
  border-radius: 8px;
  display: block;
  width: 100%;
}
.infobox__featured-image .image-tag {
  font-size: var(--font-size-xs);
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  background-color: white;
  color: var(--color-gray-500);
  padding: 0.5rem;
  border-radius: 4px;
  text-box: trim-both cap alphabetic;
}
.infobox__actions ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.infobox__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0;
  row-gap: 0.5rem;
}
.infobox__tags > div {
  display: flex;
  align-items: center;
}
.infobox__tags > div:not(:last-child)::after {
  content: "·";
  margin: 0 0.5rem;
  text-box: trim-both cap alphabetic;
}
.infobox__tags dd {
  margin: 0;
  padding: 0;
  text-box: trim-both cap alphabetic;
}
.infobox__synopsis p {
  margin: 0;
}
.infobox__synopsis p:not(:last-child) {
  margin-bottom: 1rem;
}

section.schedule {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 0;
  background: #030B4E url("../../assets/images/AIF26_darkblue_bg.jpg");
}
section.schedule .section-schedule > .content-grid > .content {
  background: white url("../../assets/images/AIF_BG-Yellow-YTileable-Lightened70.webp");
  background-image: contain;
  background-repeat: repeat-y;
  padding: 0 2rem 2rem;
  border-radius: 1rem;
}
section.schedule .section-schedule:not(:last-of-type) {
  margin-bottom: 2rem;
}

.single-person .content-grid .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 70rem) {
  .single-person .content-grid .content {
    flex-direction: row;
    align-items: start;
    gap: 3rem;
  }
}
.single-person .infobox {
  font-size: var(--font-size-sm);
  width: 320px;
}
.single-person .infobox table {
  border-collapse: collapse;
  width: 100%;
}
.single-person .infobox table tr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.single-person .infobox table th {
  text-align: left;
}
.single-person .infobox table th, .single-person .infobox table td {
  vertical-align: top;
}
.single-person .infobox ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.single-person .biography h1 {
  text-box: trim-both cap alphabetic;
}
.single-person .biography {
  flex: 1;
}

.single-film .infobox {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-block: 4rem;
}
.single-film section:not(:last-child) {
  margin-bottom: 4rem;
}
.single-film section .section-title h2 {
  font-size: var(--font-size-h3);
  text-box: trim-both cap alphabetic;
}
.single-film section.filmmakers .section-content,
.single-film section.related-events .section-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.single-event .infobox {
  margin-block: 4rem;
}
.single-event .infobox .infobox__tags {
  color: #999;
}

article#creators .section-content .content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2rem 1rem;
}

:root {
  --color-primary: #030dfb;
  --color-primary-light: #3b82f6;
  --color-primary-dark: #1d4ed8;
  --color-secondary: #7c3aed;
  --color-secondary-light: #8b5cf6;
  --color-secondary-dark: #6d28d9;
  --color-accent: #06b6d4;
  --color-accent-light: #22d3ee;
  --color-accent-dark: #0891b2;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-background: #ffffff;
  --color-background-alt: #f9fafb;
  --color-surface: #ffffff;
  --color-surface-alt: #f3f4f6;
  --color-text: #111827;
  --color-text-secondary: #374151;
  --color-text-muted: #6b7280;
  --color-text-inverse: #ffffff;
  --color-border: #e5e7eb;
  --color-border-light: #f3f4f6;
  --color-border-dark: #d1d5db;
  --color-success: #16a34a;
  --color-warning: #d97706;
  --color-error: #dc2626;
  --color-info: #0284c7;
  --color-link: #030dfb;
  --color-link-hover: #1d4ed8;
  --color-focus: #030dfb;
}

/*# sourceMappingURL=main.css.map */
