/* tg.css — built: 2026-03-26T21:01:51.765Z */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #f2ece0;
  color: #111110;
  font-family: 'Barlow Condensed', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.is-hidden {
  display: none !important;
}

#hero {
  position: relative;
  height: 100dvh;
  overflow: hidden;
  background: #111;
}

@media (max-width: 767px) {
  #hero {
    height: 33dvh;
    min-height: 220px;
  }
}

.yt-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
}

.yt-slide.active {
  opacity: 1;
}

#hero-kicker,
#hero-title,
#hero-sub {
  transition: opacity 0.35s ease;
}

#hero-kicker.fading,
#hero-title.fading,
#hero-sub.fading {
  opacity: 0;
}

.yt-poster {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  transition: opacity 0.8s ease 0.5s;
}

.yt-slide.video-loaded .yt-poster {
  opacity: 0;
  pointer-events: none;
}

.yt-slide iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.78vh;
  transform: translate(-50%, -50%);
  border: none;
  pointer-events: none;
}

.img-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
  background-size: cover;
  background-position: center top;
}

.img-slide.active {
  opacity: 1;
}

.img-slide--powrot {
  background-image: url('https://teatrgudejko.pl/wp-content/uploads/2021/12/Niespodziewany-Powrot-plakat-710x1024.png');
}

.img-slide--rok {
  background-image: url('https://teatrgudejko.pl/wp-content/uploads/2026/02/Do-zobaczenia-za-rok_TeatrGudejko-285x406.jpg');
}

.img-slide--nerwica {
  background-image: url('https://teatrgudejko.pl/wp-content/uploads/2018/07/Nerwica-natr%C4%99ctw-teatr-gudejko-plakat-Barci%C5%9B-Herman-285x403.png');
}

#hero-dim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.5) 100%);
}

@media (max-width: 767px) {
  #hero-dim {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.55) 100%);
  }
}

#hero-logo-box {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  #hero-logo-box {
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0 3rem 3rem;
  }
}

#hero-logo-img {
  filter: brightness(0) invert(1);
  height: 120px;
  width: auto;
}

@media (min-width: 768px) {
  #hero-logo-img {
    height: 72px;
  }
}

#hero-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: none;
  padding: 2rem 3rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
}

@media (min-width: 768px) {
  #hero-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.dot {
  width: 28px;
  height: 3px;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: all 0.3s;
  flex-shrink: 0;
}

.dot.active {
  background: #c8392b;
  width: 48px;
}

#topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 12px 16px;
  transition: background 0.35s, padding 0.35s, box-shadow 0.35s;
}

#topbar.scrolled {
  background: rgba(242, 236, 224, 0.96);
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  padding: 8px 16px;
  align-items: center;
}

@media (min-width: 768px) {
  #topbar {
    padding: 14px 2.5rem;
  }

  #topbar.scrolled {
    padding: 8px 2.5rem;
  }
}

#topbar-logo {
  display: none;
  flex-shrink: 0;
  line-height: 0;
}

#topbar.scrolled #topbar-logo {
  display: block;
}

@media (min-width: 1024px) {
  #topbar-logo {
    display: block;
  }
}

#topbar-logo img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  transition: width 0.35s ease, height 0.35s ease;
}

#topbar.scrolled #topbar-logo img {
  width: 36px;
  height: 36px;
}

#ham {
  width: 44px;
  height: 44px;
  background: #c8392b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 4px;
  transition: margin-top 0.35s;
}

#topbar.scrolled #ham {
  margin-top: 0;
}

.ham-bar {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
}

@media (min-width: 768px) {
  #ham {
    display: none;
  }
}

#desk-nav {
  display: none;
}

@media (min-width: 768px) {
  #desk-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 10px;
    transition: margin-top 0.35s;
  }

  #topbar.scrolled #desk-nav {
    margin-top: 0;
  }

  #desk-nav a {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #aaaaaa;
    text-decoration: none;
    transition: color 0.2s;
  }

  #topbar.scrolled #desk-nav a {
    color: #6b6760;
  }

  #desk-nav a:hover {
    color: #c8392b;
  }
}

#fullmenu {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: #c8392b;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

#fullmenu.open {
  opacity: 1;
  pointer-events: all;
}

#fullmenu-close {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 44px;
  height: 44px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
}

#fullmenu nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 3vh, 2rem);
  padding: 4rem 2rem 2rem;
}

#fullmenu nav a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2rem, 7vw, 3.5rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.4);
  text-underline-offset: 4px;
  transition: text-decoration-color 0.2s;
}

#fullmenu nav a:hover {
  text-decoration-color: #fff;
}

#fullmenu .menu-foot {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#fullmenu .menu-foot a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.btn-ticket {
  display: inline-block;
  margin-top: 12px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: #c8392b;
  color: #fff;
  padding: 12px 28px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-ticket:hover {
  background: #e04030;
}

.btn-ticket--flush {
  margin-top: 0;
}

.poster-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.poster-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  padding: 1.25rem;
  background: #fbf8f1;
  border: 1px solid #d7ccbb;
  box-shadow: 0 14px 30px rgba(17, 17, 16, 0.06);
}

@media (min-width: 700px) {
  .poster-card {
    grid-template-columns: 180px minmax(0, 1fr);
    align-items: start;
  }
}

@media (min-width: 1181px) {
  .poster-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.poster-card img {
  width: 100%;
  aspect-ratio: 2 / 3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.poster-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.poster-card-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #111;
  line-height: 0.95;
}

.poster-card-sub {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c8392b;
  margin-top: 0.6rem;
}

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

.poster-card-count {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(17, 17, 16, 0.4);
  margin-top: 0.5rem;
  text-align: center;
}

.poster-card-more {
  margin-top: 1.25rem;
  align-self: flex-start;
}

.poster-card--reveal {
  animation: entry-reveal 0.35s ease both;
}

.poster-card-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: #4a4640;
  margin-top: 0.9rem;
  text-wrap: balance;
}

.about-section {
  padding: 3rem 1.5rem 5rem;
}

.about-section__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.section-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
}

.about-card {
  background: rgba(255, 255, 255, 0.72);
  padding: clamp(2rem, 5vw, 3.25rem);
  border: 1px solid #d7ccbb;
  box-shadow: 0 14px 30px rgba(17, 17, 16, 0.06);
}

.about-section__header {
  margin-bottom: 2rem;
}

.about-card__text {
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  line-height: 1.65;
  color: #222;
  text-wrap: balance;
}

.actors-section {
  padding: 2rem 1.5rem 5rem;
  position: relative;
}

.actors-section__inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.actors-section__head {
  margin-bottom: 1.75rem;
}

.actors-slider {
  position: relative;
}

.actors-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(165px, 1fr);
  gap: 0.9rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #d7ccbb;
  box-shadow: 0 14px 30px rgba(17, 17, 16, 0.06);
  scrollbar-width: thin;
  scrollbar-color: #c8392b #ede6d8;
  width: 100%;
}

.actors-rail::-webkit-scrollbar {
  height: 6px;
}

.actors-rail::-webkit-scrollbar-track {
  background: #ede6d8;
}

.actors-rail::-webkit-scrollbar-thumb {
  background: #c8392b;
}

.actors-nav {
  position: absolute;
  top: 50%;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fbf8f1;
  border: 1px solid #d7ccbb;
  box-shadow: 0 14px 30px rgba(17, 17, 16, 0.06);
  color: #c8392b;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
  transform: translateY(-50%);
  z-index: 2;
}

.actors-nav:hover {
  background: #c8392b;
  color: #fff;
  transform: translateY(calc(-50% - 1px));
}

.actors-nav--prev {
  left: -72px;
}

.actors-nav--next {
  right: -72px;
}

.actor-thumb {
  text-align: center;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.actor-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border: 1px solid transparent;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.actor-thumb p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.1rem;
  color: #4a4640;
  margin-top: 0.8rem;
}

.actor-thumb--active p {
  color: #111;
}

.actor-thumb--active img {
  border-color: #c8392b;
}

.actor-thumb:hover img {
  transform: translateY(-2px);
}

.actor-feature {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  margin-top: 2.5rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid #d7ccbb;
  box-shadow: 0 14px 30px rgba(17, 17, 16, 0.06);
}

.actor-feature__portrait img {
  width: 100%;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border: 1px solid #d7ccbb;
  box-shadow: 0 14px 30px rgba(17, 17, 16, 0.06);
}

.actor-feature__header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.actor-feature__name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 700;
  color: #111;
  line-height: 0.95;
}

.actor-feature__rule {
  flex: 1;
  height: 2px;
  background: #c8392b;
}

.actor-feature__text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #4a4640;
  text-wrap: balance;
}

.actor-feature__plays {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
}

.actor-play {
  width: 148px;
  text-align: center;
}

.actor-play img {
  width: 100%;
  aspect-ratio: 2 / 3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border: 1px solid #d7ccbb;
  box-shadow: 0 14px 30px rgba(17, 17, 16, 0.06);
}

.actor-play p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.05rem;
  color: #111;
  margin-top: 0.8rem;
}

@media (max-width: 767px) {
  .about-section {
    padding: 2rem 1rem 3.5rem;
  }

  .about-card__text {
    font-size: 1.1rem;
    line-height: 1.75;
  }

  .actors-section {
    padding: 1rem 1rem 3.5rem;
  }

  .actors-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .actor-feature {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .actor-feature__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }

  .actor-feature__rule {
    width: 100%;
    flex: none;
  }

  .actors-slider {
    position: static;
  }

  .actors-nav {
    display: none;
  }

  .actors-rail {
    grid-auto-columns: minmax(200px, 72%);
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .actor-feature {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 2rem;
  }

  .actors-rail {
    grid-auto-columns: minmax(180px, 240px);
  }
}

.ticker-track {
  display: flex;
  gap: 3rem;
  white-space: nowrap;
  animation: roll 28s linear infinite;
}

.ticker-track:hover {
  animation-play-state: paused;
}

@keyframes roll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.ticker-item {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #6b6760;
}

.ticker-item::before {
  content: '- ';
  color: #c8392b;
}

.sec-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6b6760;
}

.sec-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1;
  color: #111;
}

/* Page content ------------------------------------------------------------ */

.page-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 6rem 1.25rem 4rem;
}

@media (min-width: 768px) {
  .page-main {
    padding: 7rem 2.5rem 5rem;
  }
}

.page-breadcrumbs {
  font-size: 12px;
  color: #6b6760;
  margin-bottom: 2rem;
}

.page-breadcrumbs a {
  color: #6b6760;
  text-decoration: none;
}

.page-breadcrumbs a:hover {
  color: #c8392b;
}

.page-content {
  max-width: 860px;
}

.page-content__title {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 2rem;
  border-left: 4px solid #c8392b;
  padding-left: 1rem;
  line-height: 1.2;
}

.page-content__body p,
.page-content__body li {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 1em;
}

.page-content__body h2,
.page-content__body h3 {
  font-weight: 700;
  margin: 2em 0 0.5em;
  line-height: 1.3;
}

.page-content__body h2 {
  font-size: 1.3rem;
}

.page-content__body h3 {
  font-size: 1.1rem;
}

.page-content__body ol,
.page-content__body ul {
  padding-left: 1.5rem;
  margin-bottom: 1em;
}

.page-content__body ol {
  list-style: decimal;
}

.page-content__body ul {
  list-style: disc;
}

.page-content__body li {
  margin-bottom: 0.4em;
}

.page-content__body a {
  color: #c8392b;
  text-decoration: underline;
}

.page-content__body table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin-bottom: 1.5em;
}

.page-content__body table td,
.page-content__body table th {
  border: 1px solid rgba(0,0,0,0.15);
  padding: 0.6em 0.8em;
  vertical-align: top;
  line-height: 1.6;
}

.page-content__body table thead td,
.page-content__body table th {
  background: rgba(0,0,0,0.05);
  font-weight: 700;
}

/* Footer ------------------------------------------------------------------ */

footer {
  background: #111;
  color: #f2ece0;
}

footer a {
  color: rgba(242, 236, 224, 0.6);
  text-decoration: none;
  transition: color 0.2s;
}

footer a:hover {
  color: #c8392b;
}

@media (min-width: 768px) {
  .show-entry {
    display: grid;
    grid-template-columns: 100px 80px minmax(0, 1fr) 120px auto;
    gap: 1.5rem;
    align-items: center;
    padding: 1.25rem 1.25rem;
  }
}

@media (max-width: 767px) and (min-width: 361px) {
  .show-entry {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 0.75rem 1rem;
    align-items: start;
    padding: 1rem 0;
  }

  .show-entry > div:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
    text-align: center;
  }

  .show-entry > div:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
    text-align: center;
  }

  .show-entry > div:nth-child(3) {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .show-entry > div:nth-child(4) {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-self: center;
    text-align: center;
  }

  .show-entry > div:nth-child(5) {
    grid-column: 1;
    grid-column: 1 / -1;
    grid-row: 4;
    justify-self: stretch;
    width: 100%;
    margin-top: 0.5rem;
  }
}

.show-entry {
  border-bottom: none;
  background: #f2ece0;
  background: #fbf8f1;
  border: 1px solid #d7ccbb;
  box-shadow: 0 14px 30px rgba(17, 17, 16, 0.06);
}

.show-entry + .show-entry {
  margin-top: 1rem;
}

.show-entry:nth-child(even) {
  background: #f6f1e7;
}

.show-entry.hidden {
  display: none !important;
}

@keyframes entry-reveal {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to   {
    opacity: 1;
    transform: translateY(0);
  }
}

.show-entry--in {
  animation: entry-reveal 0.35s ease both;
}

@media (max-width: 767px) {
  .show-entry {
    position: relative;
    z-index: 0;
  }

  .show-entry::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background: inherit;
    z-index: -1;
  }
}

.rep-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6b6760;
}

.rep-select {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 32px 6px 12px;
  border: 1px solid #c9bfaa;
  background: #fff;
  color: #6b6760;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%236b6760'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.rep-select:focus {
  outline: 2px solid #c8392b;
  outline-offset: -1px;
}

.rep-btn-primary {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 28px;
  background: #c8392b;
  color: #fff;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s;
  white-space: nowrap;
}

.rep-btn-primary:hover {
  background: #e04030;
}

.rep-btn-outline {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid #111110;
  background: transparent;
  color: #111110;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s;
  white-space: nowrap;
}

.rep-btn-outline:hover {
  background: #111110;
  color: #f2ece0;
}

.logo-fallback--topbar {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
}

.logo-fallback--hero {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 3.5rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1;
}

.logo-fallback--hero span {
  color: #c8392b;
}

.desk-nav-cta {
  background: #c8392b;
  color: #fff !important;
  padding: 8px 18px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.hero-kicker {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.5rem;
}

.hero-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.hero-sub {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1.5rem;
  max-width: 380px;
  line-height: 1.5;
}

.hero-sub-strong {
  color: #fff;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  position: relative;
  z-index: 3;
}

.hero-more-link {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hero-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.hero-counter {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.5);
}

.rep-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
}

.rep-title-bar {
  width: 3px;
  background: #c8392b;
  align-self: stretch;
}

.rep-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1;
  color: #111110;
}

.rep-header-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.rep-btn-outline--start {
  align-self: flex-start;
}

@media (max-width: 450px) {
  .rep-header-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

.rep-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #c9bfaa;
}

.rep-label--spaced {
  margin-right: 4px;
}

.rep-separator {
  width: 1px;
  background: #c9bfaa;
  align-self: stretch;
  margin: 0 8px;
}

.rep-label--top-gap {
  margin-top: 3px;
}

.rep-label--muted {
  color: #6b6760;
}

@media (max-width: 767px) {
  .rep-filters {
    flex-direction: column;
    align-items: center;
  }

  .rep-filters .rep-select {
    max-width: 500px;
    width:100%;
  }
}

.show-date-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  font-weight: 800;
  line-height: 1;
  color: #111110;
}

.show-date-month {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b6760;
  margin-top: 0.25rem;
}

.show-date-weekday {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  color: #111110;
  margin-top: 0.15rem;
}

.show-time-value {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #6b6760;
}

.show-card {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.show-card > div {
  min-width: 0;
}

@media (max-width: 767px) and (min-width: 361px) {
  .show-card {
    align-items: flex-start;
  }

  .show-card > div {
    min-width: 0;
  }
}

.show-thumb {
  display: block;
  flex-shrink: 0;
  width: 75px;
  height: 107px;
  overflow: hidden;
}

.show-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.show-thumb--top {
  -o-object-position: top;
     object-position: top;
}

.show-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.3rem, 2.5vw, 1.7rem);
  font-weight: 700;
  color: #111110;
  line-height: 1.1;
  margin-bottom: 4px;
}

.show-cast {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #6b6760;
  letter-spacing: 0.04em;
}

.show-cast span {
  color: rgba(17, 17, 16, 0.6);
}

.show-place {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #6b6760;
  margin-top: 4px;
}

.show-city-pill {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b6760;
  border: 1px solid #c9bfaa;
  padding: 7px 14px;
}

.show-buy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
}

.show-buy .rep-btn-primary {
  align-self: center;
  max-width: 500px;
}

.show-price {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  color: #6b6760;
  margin-top: 8px;
  text-align: center;
  align-self: center;
}

@media (max-width: 767px) and (min-width: 361px) {
  .show-buy {
    align-items: stretch;
  }

  .show-buy .rep-btn-primary {
    display: block;
    width: 100%;
    text-align: center;
  }

  .show-price {
    width: 100%;
    text-align: center;
  }

  .show-city-pill {
    display: inline-flex;
    justify-content: center;
  }
}

@media (max-width: 360px) {
  .show-entry {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    align-items: start;
    padding: 1rem 0;
  }

  .show-entry > div:nth-child(1),
  .show-entry > div:nth-child(2),
  .show-entry > div:nth-child(3),
  .show-entry > div:nth-child(4),
  .show-entry > div:nth-child(5) {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
    width: 100%;
    text-align: center;
  }

  .show-card {
    align-items: center;
    flex-direction: column;
  }

  .show-card > div {
    min-width: 0;
  }

  .show-buy {
    align-items: center;
  }

  .show-buy .rep-btn-primary {
    display: block;
    width: 100%;
    text-align: center;
  }

  .show-price {
    width: 100%;
    text-align: center;
  }

  .show-city-pill {
    display: inline-flex;
    justify-content: center;
  }
}

@media (max-width: 1180px) and (min-width: 768px) {
  .show-entry {
    grid-template-columns: 100px 80px 1fr 160px;
    align-items: start;
  }

  .show-entry > .show-buy {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
    margin-top: 1rem;
  }

  .show-entry > .show-buy .rep-btn-primary {
    display: block;
    width: 100%;
    text-align: center;
  }

  .show-entry > .show-buy .show-price {
    width: 100%;
  }
}

.rep-no-results {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b6760;
  text-align: center;
  padding: 3rem 0;
}

.rep-more-row {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.news-strip {
  border-top: 2px solid #111;
  border-bottom: 2px solid #111;
  overflow: hidden;
  background: #f2ece0;
}

.news-strip__row {
  display: flex;
  align-items: stretch;
}

.news-strip__label-box {
  flex-shrink: 0;
  background: #111;
  color: #f2ece0;
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 8px;
}

.news-strip__label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
}

.news-strip__track-wrap {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 14px 0;
}

.footer-logo {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
  filter: brightness(0) invert(1);
}

.footer-logo-fallback {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #f2ece0;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.footer-copy {
  font-size: 14px;
  color: rgba(242, 236, 224, 0.55);
  line-height: 1.7;
  max-width: 260px;
}

.footer-socials {
  display: flex;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.footer-link--strong,
.footer-bottom-link {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-link--strong {
  font-weight: 700;
  letter-spacing: 0.1em;
}

.footer-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(242, 236, 224, 0.4);
  margin-bottom: 1rem;
}

.footer-nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-nav-link {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-address {
  font-style: normal;
  font-size: 14px;
  color: rgba(242, 236, 224, 0.6);
  line-height: 2;
}

.footer-bottom {
  border-top: 1px solid rgba(242, 236, 224, 0.12);
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-bottom-copy {
  font-size: 12px;
  color: rgba(242, 236, 224, 0.3);
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 0.06em;
}

/* =========================================================
   single-spektakle.php
   ========================================================= */

/* Event meta bar */

.event-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  padding: 1.75rem 2rem;
  margin-bottom: 3rem;
  background: #111110;
  color: #fff;
}

.event-meta__date {
  display: flex;
  align-items: center;
  gap: 3rem;
  line-height: 1;
}

.event-meta__day {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5.5rem;
  font-weight: 700;
}

.event-meta__date-sub {
  display: flex;
  flex-direction: column;
}

.event-meta__month {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.event-meta__year {
  font-size: 2rem;
  opacity: 0.6;
}

.event-meta__weekday {
  font-size: 3.5rem;
  opacity: 0.5;
  margin-left: 0.5rem;
}

.event-meta__details {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.event-meta__details-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.event-meta__time {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.event-meta__place {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 3rem;
  font-weight: 400;
  opacity: 0.85;
}

.event-meta__venue {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  opacity: 0.6;
  text-align: center;
}

.event-meta__buy {
  margin-left: auto;
}

.event-meta__buy .rep-btn-primary {
  font-size: 2.5em;
}

.event-szczegoly {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #ddd;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}

.event-szczegoly p {
  margin-bottom: 1em;
}

.event-szczegoly p:last-child {
  margin-bottom: 0;
}

/* Event hero – prawa kolumna: informacje + obsada */

.event-hero__side {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.event-cast {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.event-cast__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  text-align: center;
}

.event-cast__photo {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.event-cast__name {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.3;
}

.spektakl-hero__header {
  margin-bottom: 2rem;
}

.spektakl-hero__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 0.95;
  color: #111;
  margin-bottom: 0.75rem;
  text-wrap: balance;
}

.spektakl-hero__cast {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c8392b;
}

.spektakl-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .spektakl-hero {
    grid-template-columns: 285px 1fr;
    align-items: start;
    gap: 3.5rem;
  }
}

.spektakl-hero__poster-col {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.spektakl-hero__poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  box-shadow: 0 20px 50px rgba(17, 17, 16, 0.15);
}

.spektakl-hero__info {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #555;
}

.spektakl-hero__info p {
  margin-bottom: 0.5em;
}

.spektakl-hero__info p:last-child {
  margin-bottom: 0;
}

.spektakl-hero__content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  text-wrap: pretty;
  margin-top: 2rem;
}

.spektakl-hero__content p {
  margin-bottom: 1em;
}

.spektakl-hero__content p:last-child {
  margin-bottom: 0;
}

.spektakl-gallery {
  margin-bottom: 3rem;
}

.tg-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.75rem;
}

.tg-gallery__item {
  display: block;
  overflow: hidden;
  line-height: 0;
}

.tg-gallery__item img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* Lightbox */

#tg-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.92);
  align-items: center;
  justify-content: center;
}

#tg-lightbox.tg-lb-open {
  display: flex;
}

.tg-lb-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3rem;
}

.tg-lb-img {
  max-width: 100%;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.tg-lb-close,
.tg-lb-prev,
.tg-lb-next {
  position: absolute;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  padding: 0.5rem;
  opacity: 0.7;
  transition: opacity 0.15s;
}

.tg-lb-close:hover,
.tg-lb-prev:hover,
.tg-lb-next:hover {
  opacity: 1;
}

.tg-lb-close {
  top: 1rem;
  right: 1.25rem;
  font-size: 1.75rem;
}

.tg-lb-prev,
.tg-lb-next {
  top: 50%;
  transform: translateY(-50%);
  font-size: 4rem;
}

.tg-lb-prev {
  left: 1rem;
}

.tg-lb-next {
  right: 1rem;
}

.spektakl-events {
  border-top: 2px solid #111;
  padding-top: 3rem;
}

/* ── Contact section ─────────────────────────────────────── */

.contact-section {
  padding: 4rem 1.5rem 5rem;
}

.contact-section__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  margin: 2.5rem 0 0;
}

.contact-card {
  flex: 0 0 100%;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #d7ccbb;
  box-shadow: 0 14px 30px rgba(17, 17, 16, 0.06);
  padding: 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.contact-card__name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #111110;
  margin: 0 0 0.15rem;
}

.contact-card__role {
  font-size: clamp(0.9rem, 1.4vw, 1.1rem);
  color: #6b6760;
  letter-spacing: 0.01em;
  margin: -0.15rem 0 0.2rem;
  line-height: 1.4;
}

.contact-card__row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
}

.contact-card__row:hover {
  color: #c8392b;
}

.contact-card__icon {
  width: 1.15em;
  height: 1.15em;
  flex-shrink: 0;
  color: #c8392b;
  opacity: 0.75;
}

.contact-company {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #d7ccbb;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  text-align: center;
}

.contact-company__name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b6760;
}

.contact-company__details {
  font-size: clamp(0.85rem, 1.2vw, 1.1rem);
  color: #9e9890;
  letter-spacing: 0.04em;
}

@media (min-width: 481px) and (max-width: 767px) {
  .contact-card {
    flex: 0 0 calc(50% - 0.625rem);
  }
}

@media (min-width: 768px) {
  .contact-card {
    flex: 0 0 calc(33.333% - 0.84rem);
  }
}

@media (max-width: 480px) {
  .contact-card {
    padding: 1.5rem 1.25rem;
  }
}

.footer-bottom-links {
  display: flex;
  gap: 1.5rem;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.absolute {
  position: absolute;
}

.inset-0 {
  inset: 0px;
}

.bottom-3 {
  bottom: 0.75rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.z-10 {
  z-index: 10;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-xl {
  max-width: 36rem;
}

.border-collapse {
  border-collapse: collapse;
}

.resize {
  resize: both;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.justify-center {
  justify-content: center;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.border {
  border-width: 1px;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.text-center {
  text-align: center;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
