@charset "UTF-8"; /*!
* Theme: Willa Waleria - MCK Milanówek
* Author: Blackgrain Workshop
* Version: 1.0.0
* © 2024 Miejsce Centrum Kultury w Milanówku
*/
@font-face {
  font-family: "Ergon Bold";
  src: url(fonts/Ergon-Bold.otf) format("opentype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "GT America";
  src: url(fonts/GT-America-LG-Standard-Regular.woff) format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
big {
  font-size: 125%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  object-fit: contain;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  color-scheme: light dark;
  overscroll-behavior: none;
  --font--body: "GT America", helvetica, -apple-system, arial, sans-serif;
  --font--heading: "Ergon Bold", serif;
  --font-size-up-3: 3.5rem;
  --font-size-up-2: 2.5rem;
  --font-size-up-1: 2rem;
  --font-size: 1.125rem;
  --font-size-down: 1rem;
  --font-size-down-2: 0.875rem;
  --font-size-down-3: 0.75rem;
  --font-size-clamp: clamp(3rem, 0.2917rem + 4.8177vw, 8rem);
  --font-size-clamp-small: clamp(2rem, 0.2917rem + 4.8177vw, 8rem);
  --letter-spacing: -0.025em;
  --white: #faf5ed;
  --black: #282827;
  --burgund: #48002a;
  --orange: #eb4a01;
  --blue: #252b79;
  --lime: #cacf20;
  --green: #003018;
  --lavender: #b17dbc;
  --padding: 3.5rem;
  --gap: 1.5rem;
  --border-width: 2px;
  --border-radius: 12px;
  --max-width: 90rem;
  --duration: 300ms;
  --cubic-bezier: cubic-bezier(0.3, 1, 0.3, 1);
  --100vh: 100lvh;
}
* {
  box-sizing: border-box;
}
html:not(.lenis) {
  scroll-behavior: smooth;
}
body,
html {
  width: 100%;
  height: auto;
  overflow-x: clip;
}
body {
  background-color: var(--burgund);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
hr {
  background-color: currentColor;
  border: 0;
  height: 3px;
  margin: 3rem 0;
}
ol,
ul {
  margin: 0 0 1.5em 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li:not(:last-child) {
  margin-bottom: 0.25em;
}
li > ol,
li > ul {
  margin-top: 0.5em;
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
  max-width: 100%;
}
img,
video {
  display: block;
  height: auto;
  max-width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
input,
textarea {
  border-radius: 0;
  line-height: inherit;
}
body {
  color: var(--white);
  font-family: var(--font--body);
  font-size: var(--font-size);
  font-weight: 400;
  line-height: 1.5;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 2px;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.5em;
}
h2,
h3,
p {
  margin: 0.5em 0;
}
h1,
h2,
h3,
h4 {
  font-family: var(--font--heading);
  color: var(--orange);
  line-height: 1.15;
  letter-spacing: var(--letter-spacing);
  text-wrap: balance;
  max-width: 24ch;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
p:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
p:last-child {
  margin-bottom: 0;
}
figcaption,
li,
p {
  max-width: 80ch;
  text-wrap: pretty;
}
figcaption {
  margin-top: 0.5em;
  font-size: var(--font-size-down);
}
p + p {
  margin-top: var(--gap);
}
ul {
  margin: 0;
  padding-left: 0.8em;
}
::-moz-selection {
  color: var(--burgund);
  background: var(--orange);
}
::selection {
  color: var(--burgund);
  background: var(--orange);
}
.link,
a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: color calc(var(--duration) * 2) var(--cubic-bezier);
  transition: color calc(var(--duration) * 2) var(--cubic-bezier);
}
a:visited {
  color: inherit;
  opacity: 0.5;
}
a:active,
a:focus-visible,
a:hover {
  color: inherit;
  text-decoration: underline;
}
.button:focus-visible,
a:focus-visible,
button:focus-visible {
  opacity: 1 !important;
  outline-style: dashed;
  outline-width: 0.115em;
  outline-color: inherit;
  outline-offset: 0.25em;
  border-radius: 0;
  text-decoration: none;
}
button {
  cursor: pointer;
}
button.clear {
  padding: 0;
  border: 0;
  color: inherit;
  background: 0 0;
}
.button {
  display: inline-block;
  padding: calc(var(--gap) / 1.5) var(--padding);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: 2px solid currentColor;
  -webkit-transition:
    color var(--duration) var(--cubic-bezier),
    background-color var(--duration) var(--cubic-bezier);
  transition:
    color var(--duration) var(--cubic-bezier),
    background-color var(--duration) var(--cubic-bezier);
}
.button:focus-visible,
.button:hover {
  text-decoration: none;
  background-color: var(--orange);
}
.button:focus-visible img,
.button:hover img {
  mix-blend-mode: difference;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
.no-wrap {
  white-space: nowrap;
}
.no-list {
  list-style: none;
  padding: 0;
}
.no-pointer-events {
  pointer-events: none;
}
.content-box {
  box-sizing: content-box;
}
.flex {
  display: flex;
  gap: var(--padding);
}
.flex.column {
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .flex[data-cols="1/2"] > * {
    width: calc(50% - var(--padding) / 2);
  }
  .flex [data-col="25%"] {
    width: 25%;
  }
  .flex [data-col="35%"] {
    width: 35%;
  }
  .flex [data-col="65%"] {
    width: 65%;
  }
  .flex.reverse {
    flex-direction: row-reverse;
  }
}
ul.flex {
  padding: 0;
}
ul.flex li {
  margin: 0;
}
header {
  font-size: var(--font-size);
  justify-content: space-between;
}
header .logo-container,
header nav {
  position: absolute;
}
header .menu-btn,
header dialog {
  position: fixed;
  z-index: 999;
}
header .logo-container {
  z-index: 2;
  width: fit-content;
  padding-top: var(--padding);
}
header .logo-container a:focus-visible {
  display: inline-block;
}
header .logo-container .logo {
  width: 100%;
  height: 100%;
}
header nav {
  z-index: 1;
  inset: 0 0 auto 0;
  margin: 0 auto;
  padding-top: calc(var(--padding) - 0.25em);
  padding-bottom: calc(var(--padding) / 2);
  text-transform: lowercase;
  color: var(--orange);
  background-color: var(--burgund);
}
header nav ul.flex {
  max-width: var(--max-width);
  margin: 0 auto;
  padding-inline: var(--padding);
  gap: 1.5em;
  justify-content: flex-end;
}
header nav ul.flex,
header nav ul.flex li.flex {
  align-items: center;
}
header nav li.flex {
  gap: 1em;
}
header nav a {
  position: relative;
  text-decoration: none;
}
header nav li button {
  display: block;
}
header nav [title="Instagram"] svg {
  height: 1.15em;
}
header nav ul.flex > li {
  flex-shrink: 0;
}
header img,
header svg {
  display: block;
  width: 1.15em;
  height: 1.15em;
}
header dialog {
  inset: 25vh 0 auto;
  z-index: 999;
  max-width: calc(100vw - var(--gap) * 2);
  max-height: calc(100svh - var(--padding));
  overflow-y: scroll;
  border: var(--border-width) solid var(--white);
  padding: var(--gap);
  background-color: var(--burgund);
}
header dialog .menu-btn {
  position: static;
  margin-left: auto;
  padding: calc(var(--gap) - 0.1em);
}
header dialog .menu-btn:active:not(:focus-visible) {
  outline: 0;
}
header .menu-btn {
  display: none;
  border: 0;
  right: 0;
  padding: var(--padding);
  background-color: transparent;
}
header dialog#mobileNav {
  inset: var(--gap) var(--gap) auto auto;
  padding: 0 0 var(--gap);
}
header dialog#mobileNav ul.flex {
  gap: 0;
}
header dialog#mobileNav ul.flex a {
  display: block;
  color: var(--white);
  text-decoration: none;
}
header dialog#mobileNav ul.flex .language-switcher:hover,
header dialog#mobileNav ul.flex a:active,
header dialog#mobileNav ul.flex a:hover,
header dialog#mobileNav ul.flex button:active,
header dialog#mobileNav ul.flex button:hover {
  color: var(--burgund);
  background-color: var(--white);
}
header dialog#mobileNav ul.flex .language-switcher,
header dialog#mobileNav ul.flex a,
header dialog#mobileNav ul.flex button {
  padding: var(--gap) var(--padding);
}
header dialog#mobileNav ul.flex button {
  width: 100%;
}
header dialog#mobileNav li.flex {
  padding-left: var(--gap);
}
header dialog#mobileNav li.flex a {
  padding: calc(var(--gap));
}
header .language-switcher {
  cursor: pointer;
}
header .language-switcher {
  text-transform: uppercase;
}
header .language-switcher .link.current {
  display: none;
}
header dialog#a11yDialog {
  inset: var(--gap) var(--gap) auto auto;
  padding: 0 0 var(--gap);
  color: #fff;
  background-color: #000;
}
header dialog#a11yDialog.desktop-position {
  margin-top: var(--gap);
  inset: auto;
  width: max-content;
  transform: translateX(-100%);
}
header dialog#a11yDialog .menu-btn {
  display: block;
}
header dialog#a11yDialog ul.flex {
  gap: 0;
}
header dialog#a11yDialog p {
  font-size: 1.5rem;
  font-weight: 600;
  margin-block: 0 var(--gap);
  padding-inline: var(--padding);
}
header dialog#a11yDialog a.flex {
  padding: var(--gap) var(--padding);
  flex-direction: row;
  gap: calc(var(--gap));
  align-items: center;
}
header dialog#a11yDialog a.flex img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
header dialog#a11yDialog a:not(:hover) {
  text-decoration: none;
}
header dialog#a11yDialog .active {
  padding-right: calc(var(--padding) * 2) !important;
}
header dialog#a11yDialog .active::after {
  content: "✅";
  position: absolute;
  right: var(--gap);
}
.skip-to-content:focus-visible {
  background-color: var(--white);
  border: 0;
  clip: auto !important;
  clip-path: none;
  color: var(--burgund);
  display: block;
  font-size: 0.875rem;
  font-weight: 800;
  height: auto;
  line-height: normal;
  padding: 1rem 2rem;
  text-decoration: none;
  inset: var(--gap) auto auto var(--gap);
  width: auto;
  z-index: 100000;
  outline: 0;
  text-transform: uppercase;
}
.menu-btn:focus-visible,
dialog a:focus-visible,
dialog button:focus-visible {
  outline-offset: -0.25em;
}
.content {
  max-width: var(--max-width);
  margin: 0 auto;
}
.content + .content {
  margin-top: calc(var(--padding) * 1.5);
}
section:not(.hero) {
  padding: calc(var(--padding) * 1.5) var(--padding);
}
section h2 {
  font-size: var(--font-size-up-3);
}
section .featured,
section h3 {
  font-size: var(--font-size-up-1);
  line-height: 1.15;
}
section.bg-blue {
  background-color: var(--blue);
}
section.bg-blue .featured,
section.bg-blue a,
section.bg-blue h1,
section.bg-blue h2,
section.bg-blue h3,
section.bg-blue h4 {
  color: var(--lime);
}
section.bg-blue hr {
  background-color: var(--lime);
}
section.bg-blue a:focus-visible,
section.bg-blue a:hover {
  color: var(--blue);
  outline-color: var(--lime);
  border-color: var(--lime);
  background-color: var(--lime);
}
section.bg-blue ::-moz-selection {
  color: var(--blue);
  background: var(--lime);
}
section.bg-blue ::selection {
  color: var(--blue);
  background: var(--lime);
}
section.bg-green {
  background-color: var(--green);
}
section.bg-green .featured,
section.bg-green a,
section.bg-green h1,
section.bg-green h2,
section.bg-green h3,
section.bg-green h4 {
  color: var(--lavender);
}
section.bg-green ::-moz-selection {
  color: var(--green);
  background: var(--lavender);
}
section.bg-green ::selection {
  color: var(--green);
  background: var(--lavender);
}
section:focus-visible {
  outline: 0;
}
.bg-white {
  color: var(--black);
  background-color: var(--white);
}
.bg-white .featured,
.bg-white a,
.bg-white h1,
.bg-white h2,
.bg-white h3,
.bg-white h4 {
  color: var(--blue);
}
.bg-white hr {
  background-color: var(--blue);
}
.bg-white ::-moz-selection {
  color: var(--white);
  background: var(--blue);
}
.bg-white ::selection {
  color: var(--white);
  background: var(--blue);
}
section.about,
section.hero {
  background-color: var(--burgund);
}
section.hero {
  min-height: 640px;
  height: 100svh;
  position: relative;
  display: flex;
  align-items: flex-end;
}
section.hero .content,
section.hero .hero-img {
  margin-bottom: var(--gap);
}
section.hero .content {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: var(--padding);
  background: 0 0 !important;
}
section.hero .content h1 {
  width: fit-content;
  font-size: 6.5rem;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0.25em;
}
section.hero .content .button-circle {
  position: relative;
  width: 5.375rem;
  height: 5.375rem;
  border-radius: 100vw;
  padding: 0;
  margin-bottom: -0.3em;
}
section.hero .content .button-circle img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1em;
  max-width: none;
}
section.hero .hero-img {
  width: 72.5%;
  position: absolute;
  bottom: var(--padding);
  right: 0;
}
section.hero a {
  color: var(--orange);
}
body[class*="a11y-resize-font"] section.hero .content h1 {
  margin-bottom: 0.75em;
}
section.about .content.flex {
  gap: calc(var(--padding) * 2);
}
section.about h3:not(:first-of-type) {
  margin-top: 1em;
}
section.about ul li {
  padding-left: 0.5em;
}
section.facebook .content.flex {
  align-items: flex-start;
}
section.legacy ul.flex {
  margin-top: calc(var(--padding) * 1.5);
  margin-bottom: calc(var(--padding) * 2);
  flex-flow: wrap;
}
section.legacy ul.flex > * {
  width: calc(33.3333333333% - var(--padding) / 1.5);
}
section.legacy ul.flex h3 {
  text-transform: uppercase;
}
.sticky {
  position: sticky;
  top: var(--padding);
}
section.partners .col:first-child img {
  max-width: 12rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
section.partners .col:first-child p {
  margin-block: calc(var(--gap) * 1.5) var(--padding);
}
body.a11y-high-contrast header button {
  border: 0 !important;
}
body.a11y-high-contrast > :not(footer) img {
  background-color: transparent !important;
  background: 0 0 !important;
}
footer {
  --footer-padding: calc(var(--padding) * 1.5);
  position: relative;
  padding-block: var(--footer-padding);
  color: var(--blue) !important;
}
footer .flex {
  align-items: flex-end;
}
footer h2 {
  font-size: var(--font-size-up-3);
}
footer p {
  max-width: 100%;
}
footer .content {
  padding-inline: var(--padding);
}
footer .address {
  flex-shrink: 0;
}
footer .copy,
footer .legal p {
  font-size: var(--font-size-down-2);
}
footer .legal.flex {
  align-items: baseline;
}
footer .legal.flex .col img {
  margin-bottom: var(--gap);
  width: 100%;
  max-width: 32rem;
  max-height: 10rem;
  object-position: left;
}
footer .copy {
  margin-top: var(--footer-padding);
  text-align: center;
  text-wrap: balance;
}
@media screen and (min-width: 1024px) {
  section.hero {
    min-height: 840px;
  }
}
@media screen and (min-width: 769px) {
  header dialog#a11yDialog {
    padding-bottom: calc(var(--gap) / 2);
  }
  header dialog#a11yDialog p {
    padding-inline: var(--gap);
    margin-block: 0 calc(var(--gap) / 2);
  }
  header dialog#a11yDialog a.flex {
    padding: calc(var(--gap) / 2) var(--gap);
    gap: calc(var(--gap) / 2);
  }
}
@media screen and (max-width: 1024px) {
  header .logo-container {
    width: 15%;
  }
  section.hero .hero-img {
    width: 100%;
    right: -25%;
  }
  section.legacy ul.flex > * {
    width: calc(50% - var(--padding) / 2);
  }
  footer .legal.flex {
    flex-flow: column;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.about .content > .flex {
    flex-wrap: wrap;
  }
  section.about .content > .flex > :nth-child(1),
  section.about .content > .flex > :nth-child(2) {
    width: calc(50% - var(--padding) / 2);
  }
  section.about .content > .flex > :nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  header li.flex {
    flex-flow: row nowrap;
    gap: 0;
  }
  header .menu-btn {
    display: block;
  }
  header nav {
    display: none;
  }
  header dialog ul.flex {
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --font-size-up: 1.5rem;
    --padding: 1.75rem;
    --gap: 0.875rem;
  }
  .flex {
    flex-flow: column;
  }
  h1,
  h2 {
    line-height: 1.05;
  }
  section h2 {
    font-size: var(--font-size-up-2);
  }
  section .featured,
  section h3 {
    font-size: var(--font-size-up);
  }
  section.hero {
    min-height: 540px;
  }
  section.hero .content h1 {
    font-size: 15vw;
  }
  section.hero .hero-img {
    max-width: 480px;
    right: 0;
    top: 15%;
  }
  section.about .content > .flex {
    gap: 0;
  }
  section.legacy ul.flex > * {
    width: 100%;
  }
  footer > .flex {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: calc(var(--padding) * 2);
  }
  footer .legal img {
    margin-top: var(--padding);
  }
}
@media screen and (max-width: 540px) {
  section.hero {
    min-height: 480px;
  }
  section.hero .hero-img {
    right: -15%;
  }
}
@media (max-width: 425px) {
  header .menu-btn {
    outline: 0;
  }
  footer {
    min-height: 100vh;
    display: grid;
    place-content: flex-end;
  }
}
