/* Shared presentation. Page compositions live in css/pages; text styles in typography.css. */
* { box-sizing: border-box; }
html { background: #fff; color: #222; scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; }
button { color: inherit; cursor: pointer; }
:focus-visible { outline: 2px solid #8b0000; outline-offset: 3px; }
img { display: block; max-width: 100%; }
.visually-hidden, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px; background: white; }
.site-header { height: 61px; position: relative; }
.site-nav { position: relative; width: 1180px; height: 61px; margin: 0 auto; font: 300 18px/1.4 "open sans condensed", sans-serif; }
.site-nav > a { display: flex; align-items: center; justify-content: center; position: absolute; text-decoration: none; white-space: nowrap; }
.site-nav > a:hover { color: #656565; }
.site-nav .language-link { position: fixed; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.site-nav .language-link:focus { position: absolute; left: 1090px; top: 20px; width: auto; height: 40px; clip-path: none; }
.menu-toggle { display: none; }
.page-layout { margin: 0 auto; position: relative; }
.layout-item { min-width: 0; align-self: start; position: relative; }
.rich-text { overflow-wrap: break-word; }
.layout-item.rich-text { min-height: var(--item-height); }
.press-text { align-self: start; min-width: 0; }
.rich-text p, .rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 { margin: 0; padding: 0; }
.rich-text ul, .rich-text ol { margin: 0 0 0 .5em; padding: 0; }
.rich-text li { margin-left: 1.3em; }
.rich-text a { text-decoration: inherit; }
.photo, .vector, .audio, .social { height: var(--item-height); }
.photo picture, .photo > a, .photo img { display: block; width: 100%; height: 100%; }
.vector .artwork, .vector > a { display: block; width: 100%; height: 100%; }
.vector .artwork { fill: var(--fill, currentColor); fill-opacity: var(--fill-opacity, 1); stroke: var(--stroke, none); stroke-width: var(--stroke-width, 0); stroke-opacity: var(--stroke-opacity, 1); }
.vector .artwork * { vector-effect: non-scaling-stroke; }
.vector a { position: relative; z-index: 1; }
.anchor { height: 0; pointer-events: none; }
.anchor-target { position: absolute; top: 0; scroll-margin-top: 12px; }
.divider { height: var(--item-height); }
.divider hr { margin: 0; border: 0; border-top: 1px solid #222; }
.text-button a { display: flex; align-items: center; justify-content: center; height: var(--item-height); }
.social-links { display: flex; height: 100%; gap: 10px; }
.social-links img { width: 39px; height: 39px; }
.site-footer { width: 100%; }
.footer-credits { width: 624px; margin: 0 auto; }

/* Independent audio controls, following the compact original Wix presentation. */
.audio-player { display: flex; align-items: center; gap: 9px; height: 100%; padding: 8px 10px; color: #222; font: 12px/1.2 "Times New Roman", serif; }
.audio-player audio { display: none; }
.audio-play { flex: 0 0 32px; width: 32px; height: 32px; border: 1px solid #222; border-radius: 50%; padding: 0; background: #fff; display: grid; place-items: center; }
.play-symbol { display: block; margin-left: 3px; width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 12px solid #222; }
.is-playing .play-symbol { width: 10px; height: 14px; border: 0; border-left: 3px solid #222; border-right: 3px solid #222; margin-left: 0; }
.audio-info { flex: 1; min-width: 0; }
.audio-title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.audio-artist { color: #888; }
.audio-timeline { display: flex; gap: 12px; align-items: center; height: 16px; }
.audio-timeline time { font-size: 11px; }
.audio-seek, .audio-volume { appearance: none; -webkit-appearance: none; height: 5px; padding: 0; margin: 0; border: 0; border-radius: 0; background: #b2b2b2; cursor: pointer; }
.audio-seek { width: min(118px, 75%); }
.audio-seek::-webkit-slider-thumb { appearance: none; width: 10px; height: 10px; border-radius: 50%; background: #000; }
.audio-seek::-moz-range-thumb { width: 10px; height: 10px; border: 0; border-radius: 50%; background: #000; }
.audio-volume-group { flex: 0 0 39px; align-self: center; text-align: right; font-size: 11px; }
.audio-volume-controls { display: flex; gap: 4px; align-items: center; height: 16px; }
.audio-mute { padding: 0; border: 0; background: transparent; width: 11px; font: 12px/1 Arial, sans-serif; }
.audio-mute[aria-pressed=true] { opacity: .35; }
.audio-volume { width: 22px; height: 10px; background: repeating-linear-gradient(to right,#222 0 1px,transparent 1px 3px); }
.audio-volume::-webkit-slider-thumb { appearance: none; width: 2px; height: 10px; background: #aaa; }
.audio-volume::-moz-range-thumb { width: 2px; height: 10px; border: 0; background: #aaa; }

/* Local gallery; full-size images open in an accessible keyboard-operated dialog. */
.gallery { position: relative; }
.gallery-photo { display: block; align-self: start; height: var(--item-height); overflow: hidden; }
.gallery-photo picture, .gallery-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.lightbox { border: 0; padding: 45px 65px; background: rgba(255,255,255,.98); color: #222; width: min(1200px,100vw); height: min(900px,100dvh); max-width: 100vw; max-height: 100dvh; }
.lightbox::backdrop { background: rgba(0,0,0,.85); }
.lightbox figure { margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; }
.lightbox img { max-height: calc(100% - 35px); max-width: 100%; object-fit: contain; }
.lightbox figcaption { margin-top: 10px; text-align: center; font-size: 14px; }
.lightbox button { position: absolute; border: 0; background: none; font: 40px/1 Arial,sans-serif; padding: 8px; }
.lightbox-close { top: 3px; right: 8px; }
.lightbox-previous { top: 45%; left: 5px; }
.lightbox-next { top: 45%; right: 5px; }

/* The form endpoint is activated when hosting and its recipient are configured. */
.contact-form { width: 100%; font: 13px/1.4 Arial,sans-serif; }
.form-block { min-height: var(--item-height); }
.contact-form label { display: block; }
.contact-name-email { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.contact-form input:not([type=hidden]), .contact-form textarea { width: 100%; border: 1px solid #aaa; color: #222; background: #fff; border-radius: 0; padding: 7px 8px; font-size: 13px; }
.contact-form input:not([type=hidden]) { height: 33px; }
.contact-form > label { margin-top: 12px; }
.contact-form textarea { height: 128px; resize: vertical; display: block; }
.contact-form > button { display: block; margin: 13px auto 0; padding: 0; border: 0; background: transparent; font: 300 16px/22px "open sans condensed",sans-serif; }
.contact-form > button:hover { text-decoration: underline; }
.contact-form > button:disabled { opacity: .5; cursor: wait; }
.form-status { font-size: 13px; line-height: 1.4; text-align: center; margin: 12px 0 0; }
.form-status:empty { display: none; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

@media(max-width:767px) {
  .site-header { height: 64px; width: 320px; margin: 0 auto; }
  .menu-toggle { display: flex; position: absolute; top: 7px; left: 20px; width: 50px; height: 50px; padding: 15px; flex-direction: column; justify-content: space-between; border: 0; background: white; z-index: 30; }
  .menu-toggle span { display: block; width: 20px; height: 3px; background: #222; }
  .site-nav { display: none; position: absolute; z-index: 25; top: 64px; left: 0; width: 320px; height: auto; padding: 14px 30px 24px; background: white; border-bottom: 1px solid #ddd; }
  .site-nav.is-open { display: block; }
  .site-nav > a { position: static; display: block; font-size: 24px; line-height: 1.8; }
  .site-nav .language-link, .site-nav .language-link:focus { position: static; clip-path: none; width: auto; height: auto; font-size: 18px; margin-top: 10px; }
  .site-footer { width: 320px; margin: 0 auto; }
  .footer-credits { width: 280px; }
  .audio-player { padding: 8px 0; gap: 7px; }
  .audio-title { white-space: normal; max-height: 29px; overflow: hidden; }
  .audio-seek { width: 75px; }
  .contact-name-email { gap: 26px; }
  .lightbox { padding: 40px 30px; }
  .lightbox button { font-size: 32px; padding: 4px; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } }
