:root {
  --color-title: #1a1a1a;
  --color-text: #1a1a1a;
  --color-accent: #FF0000;
  --color-cta-bg: #1a1a1a;
  --color-cta-text: #ffffff;
  --color-bg: #ffffff;
  --color-text-secondary: #767676;
}

@font-face {
  font-family: "Average";
  src: url("../fonts/Average-Regular-ext.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Average";
  src: url("../fonts/Average-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Batman Riddler";
  src: url("../fonts/BatmanRiddler-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  scroll-padding-top: 5rem;
}
@media (min-width: 1024px) {
  html {
    scroll-padding-top: 11rem;
  }
}

body {
  font-family: "Average", Georgia, serif;
  font-size: clamp(1rem, 0.96rem + 0.22vw, 1.13rem);
  line-height: 1.5;
  color: var(--color-text);
  background: var(--color-bg);
}

a {
  color: currentColor;
  text-decoration-color: var(--color-accent);
  text-decoration-thickness: 0.3ex;
  text-underline-offset: 0.3ex;
}

:is(h1, h2, h3, p, ul, ol) + * {
  margin-block-start: 1em;
}

h1,
h2,
h3 {
  font-family: "Batman Riddler", Georgia, serif;
  font-weight: normal;
  text-transform: lowercase;
}

h1 {
  font-size: clamp(2.44rem, 2.05rem + 1.93vw, 3.55rem);
  line-height: 1;
  color: var(--color-accent);
}

h2 {
  font-size: clamp(1.56rem, 1.41rem + 0.76vw, 2rem);
  color: var(--color-text);
}

h3 {
  font-size: clamp(1.25rem, 1.16rem + 0.43vw, 1.5rem);
  color: var(--color-text);
}

.skip-link {
  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: 1rem;
  left: 1rem;
  z-index: 9999;
  padding: 1rem;
  background: #1a1a1a;
  color: #ffffff;
  font-family: "Average", Georgia, serif;
  clip-path: none;
  width: auto;
  height: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.nav-bar {
  max-width: 1680px;
  padding-inline: 5%;
  margin-inline: auto;
  display: flex;
  align-items: center;
}

.nav-bar__left {
  flex: 1;
  text-align: left;
  font-family: "Batman Riddler", Georgia, serif;
  font-size: clamp(1.25rem, 1.16rem + 0.43vw, 1.5rem);
  text-transform: lowercase;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.nav-bar__left:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
@media (min-width: 1024px) {
  .nav-bar__left {
    font-size: clamp(1.95rem, 1.71rem + 1.24vw, 2.66rem);
  }
}

.nav-bar__logo {
  text-decoration: none;
}
.nav-bar__logo:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

.nav-bar__logo-mobile {
  width: clamp(100px, 30vw, 140px);
  height: auto;
}
@media (min-width: 1024px) {
  .nav-bar__logo-mobile {
    display: none;
  }
}

.nav-bar__logo-desktop {
  display: none;
  height: auto;
}
@media (min-width: 1024px) {
  .nav-bar__logo-desktop {
    display: block;
    width: clamp(300px, 35vw, 500px);
  }
}

.nav-bar__right {
  flex: 1;
  text-align: right;
  font-family: "Batman Riddler", Georgia, serif;
  font-size: clamp(1.25rem, 1.16rem + 0.43vw, 1.5rem);
  text-decoration: none;
  text-transform: lowercase;
}
.nav-bar__right:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
@media (min-width: 1024px) {
  .nav-bar__right {
    font-size: clamp(1.95rem, 1.71rem + 1.24vw, 2.66rem);
  }
}

.page-content {
  box-sizing: content-box;
  max-width: 850px;
  padding-inline: 5%;
  margin-inline: auto;
  padding-block: 4rem;
}
@media (min-width: 1024px) {
  .page-content {
    padding-block: 6rem;
  }
}

.page-content--wide {
  box-sizing: border-box;
  max-width: 1440px;
  padding-inline: 5%;
  margin-inline: auto;
}

.header {
  flex-shrink: 0;
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--color-bg);
  padding-block: 1rem;
}
@media (min-width: 1024px) {
  .header {
    padding-block: 3rem;
  }
}

.header__menu-toggle {
  color: var(--color-accent);
}

.header__link {
  color: var(--color-accent);
}

.footer {
  flex-shrink: 0;
  padding-block: 1rem;
  font-size: 0.875rem;
}
.footer__inner {
  max-width: 1440px;
  padding-inline: 5%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .footer__inner {
    max-width: none;
    padding-inline: 3rem;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
}
.footer__lang {
  flex-basis: 100%;
  order: 1;
  font-family: "Batman Riddler", Georgia, serif;
  color: var(--color-text);
  text-decoration: none;
  text-transform: lowercase;
  transition: opacity 0.3s ease;
}
.footer__lang:hover {
  opacity: 0.5;
}
.footer__lang:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
@media (min-width: 1024px) {
  .footer__lang {
    flex-basis: auto;
    order: 0;
  }
}
.footer__email {
  flex-basis: 100%;
  order: 2;
  font-family: "Batman Riddler", Georgia, serif;
  color: var(--color-text);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer__email:hover {
  opacity: 0.5;
}
.footer__email:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
@media (min-width: 1024px) {
  .footer__email {
    flex-basis: auto;
    order: 0;
  }
}
.footer__social ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--color-text);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer__social a:hover {
  opacity: 0.5;
}
.footer__social a:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
.footer__social svg {
  width: 20px;
  height: 20px;
}
.footer__social {
  order: 5;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .footer__social {
    order: 0;
    margin-left: 0;
  }
  .footer__social a {
    width: 32px;
    height: 32px;
  }
}
.footer__copyright {
  order: 4;
  font-family: "Average", Georgia, serif;
  font-size: 0.75rem;
  color: var(--color-text-secondary);
}
@media (min-width: 1024px) {
  .footer__copyright {
    order: 0;
    margin-left: auto;
  }
}
.footer__legal {
  flex-basis: 100%;
  order: 3;
  margin-block-start: 0;
}
@media (min-width: 1024px) {
  .footer__legal {
    flex-basis: auto;
    order: 0;
  }
}
.footer__legal ul {
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.footer__legal a {
  font-family: "Batman Riddler", Georgia, serif;
  font-size: 0.875rem;
  color: var(--color-text);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer__legal a:hover {
  opacity: 0.5;
}
.footer__legal a:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
@media (min-width: 1024px) {
  .footer__inner {
    gap: 1rem;
  }
}

.page--home {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}
.page--home .content {
  flex: 1;
  display: flex;
  min-height: 0;
}

.section--showcase {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1024px) {
  .section--showcase {
    min-height: 0;
    min-width: 0;
    overflow: hidden;
    padding-left: clamp(120px, 13vw, 200px);
  }
}
.section--showcase .section__side-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
@media (min-width: 1024px) {
  .section--showcase .section__side-title {
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    writing-mode: vertical-rl;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
    clip-path: none;
    white-space: nowrap;
    border: 0;
    font-family: "Batman Riddler", Georgia, serif;
    font-size: clamp(2.44rem, 2.05rem + 1.93vw, 3.55rem);
    color: var(--color-title);
    text-transform: lowercase;
  }
}
.section--showcase .section__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1024px) {
  .section--showcase .section__inner {
    min-height: 0;
    min-width: 0;
    overflow: hidden;
  }
}
.section--showcase .showcase-swiper {
  width: 100%;
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  .section--showcase .showcase-swiper {
    flex: 1;
    min-height: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .section--showcase .swiper-pagination {
    display: none;
  }
}
.section--showcase .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #767676;
  opacity: 1;
}
.section--showcase .swiper-pagination-bullet-active {
  background: #1a1a1a;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: #1a1a1a;
  color: #ffffff;
  overflow-y: auto;
}
.menu-overlay[hidden] {
  display: none;
}
.menu-overlay__top {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #1a1a1a;
}
.menu-overlay__header {
  padding-block: 1rem;
}
@media (min-width: 1024px) {
  .menu-overlay__header {
    padding-block: 3rem;
  }
}
.menu-overlay__close {
  color: #FF0000;
  transition: opacity 0.3s ease;
}
.menu-overlay__close:hover {
  opacity: 0.5;
}
.menu-overlay__link {
  color: #ffffff;
  transition: color 0.3s ease;
}
.menu-overlay__link:hover {
  color: #FF0000;
}
.menu-overlay__search {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-inline: 5%;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ffffff;
}
.menu-overlay__search-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .menu-overlay__search-icon {
    width: 45px;
    height: 45px;
  }
}
.menu-overlay__search-input {
  flex: 1;
  background: none;
  border: none;
  font-family: "Batman Riddler", Georgia, serif;
  font-size: clamp(1rem, 0.96rem + 0.22vw, 1.13rem);
  color: #ffffff;
  padding: 0;
}
@media (min-width: 1024px) {
  .menu-overlay__search-input {
    font-size: clamp(1.95rem, 1.71rem + 1.24vw, 2.66rem);
  }
}
.menu-overlay__search-input::placeholder {
  color: #ffffff;
  opacity: 1;
}
.menu-overlay__search-input:focus {
  outline: none;
}
.menu-overlay__search-input:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
.menu-overlay__nav {
  padding: 3rem 5% 4rem;
}
.menu-overlay__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) {
  .menu-overlay__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .menu-overlay__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem 4rem;
  }
}
.menu-overlay__collection[hidden] {
  display: none;
}
.menu-overlay__collection-title {
  font-family: "Batman Riddler", Georgia, serif;
  font-size: clamp(1.25rem, 1.16rem + 0.43vw, 1.5rem);
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.menu-overlay__collection-title a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.menu-overlay__collection-title a:hover {
  color: #FF0000;
}
.menu-overlay__collection-title a:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
.menu-overlay__collection ul {
  list-style: disc;
  padding-left: 1.2em;
  margin: 0;
}
.menu-overlay__collection li {
  font-family: "Average", Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #ffffff;
}
.menu-overlay__collection li a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.menu-overlay__collection li a:hover {
  opacity: 0.5;
}
.menu-overlay__collection li a:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
.menu-overlay__highlight {
  color: #FF0000;
  font-style: normal;
}
.menu-overlay__no-results {
  padding: 2rem 5% 0;
  font-family: "Batman Riddler", Georgia, serif;
  font-size: clamp(1.25rem, 1.16rem + 0.43vw, 1.5rem);
  color: #ffffff;
}
.menu-overlay__no-results[hidden] {
  display: none;
}

.menu-open {
  overflow: hidden;
}

.page--opere {
  --color-title: #FF0000;
  --color-text: #ffffff;
  --color-text-secondary: rgba(255, 255, 255, 0.5);
  --color-bg: #1a1a1a;
  --color-accent: #ffffff;
}

.opere__intro {
  margin-bottom: 4rem;
}
.opere--wide .opere__intro {
  max-width: 850px;
}
@media (min-width: 1024px) {
  .opere__intro {
    margin-bottom: 6rem;
  }
}

.opere__title {
  color: var(--color-title);
  margin: 0 0 2rem;
}

.opere__description {
  font-size: clamp(1rem, 0.96rem + 0.22vw, 1.13rem);
  line-height: 1.7;
  color: var(--color-text);
  margin: 0;
}

.opere__artworks {
  list-style: none;
  padding: 0;
  margin: 0;
}

.opere__artworks--grid {
  display: grid;
  gap: 4rem;
}
@media (min-width: 768px) {
  .opere__artworks--grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .opere__artworks--grid {
    gap: 6rem;
  }
}

.opere__artworks--single {
  display: grid;
  gap: 4rem;
}
@media (min-width: 768px) {
  .opere__artworks--single {
    gap: 6rem;
  }
}
@media (min-width: 1024px) {
  .opere__artworks--single {
    gap: 5rem;
  }
}

.opere__item-title {
  text-transform: uppercase;
  margin: 0 0 1rem;
}

.opere__figure {
  margin: 0 0 1rem;
}

.opere__video {
  display: block;
  width: 100%;
  height: auto;
}

.opere__image-btn {
  display: block;
  width: 100%;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.opere__image-btn:hover {
  opacity: 0.85;
}
.opere__image-btn:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
.opere__image-btn img {
  display: block;
  width: 100%;
  height: auto;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(26, 26, 26, 0.92);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.lightbox.is-active {
  opacity: 1;
  visibility: visible;
}

.lightbox__img {
  display: block;
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
}

.lightbox__close,
.lightbox__prev,
.lightbox__next {
  position: absolute;
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 0.5rem;
  transition: opacity 0.3s ease;
}
.lightbox__close:hover,
.lightbox__prev:hover,
.lightbox__next:hover {
  opacity: 0.6;
}
.lightbox__close:focus-visible,
.lightbox__prev:focus-visible,
.lightbox__next:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

.lightbox__close {
  top: 1rem;
  right: 1rem;
  font-family: "Batman Riddler", Georgia, serif;
  font-size: clamp(1.25rem, 1.16rem + 0.43vw, 1.5rem);
  text-transform: lowercase;
}
@media (min-width: 1024px) {
  .lightbox__close {
    top: 2rem;
    right: 2rem;
  }
}

.lightbox__prev,
.lightbox__next {
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  line-height: 1;
}

.lightbox__prev {
  left: 1rem;
}
@media (min-width: 1024px) {
  .lightbox__prev {
    left: 2rem;
  }
}

.lightbox__next {
  right: 1rem;
}
@media (min-width: 1024px) {
  .lightbox__next {
    right: 2rem;
  }
}

.lightbox-open {
  overflow: hidden;
}

.text-page h1 {
  margin: 0 0 4rem;
}
@media (min-width: 1024px) {
  .text-page h1 {
    margin-bottom: 6rem;
  }
}
.text-page h2 {
  margin: 0 0 0.5rem;
}
.text-page h2:not(:first-child) {
  margin-top: 2rem;
}
.text-page p {
  font-size: clamp(1rem, 0.96rem + 0.22vw, 1.13rem);
  line-height: 1.7;
  color: var(--color-text);
  margin: 0 0 1rem;
}
.text-page p:last-child {
  margin-bottom: 0;
}
.text-page figure {
  margin: 1rem 0;
}
.text-page figure:first-child {
  margin-top: 0;
}
.text-page figure img {
  display: block;
  width: 100%;
  height: auto;
}

.text-page__row {
  display: grid;
  gap: 4rem;
  margin-bottom: 4rem;
}
.text-page__row:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .text-page__row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .text-page__row {
    gap: 6rem;
    margin-bottom: 6rem;
  }
}

.text-page__col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.text-page__col h2, .text-page__col p, .text-page__col figure {
  margin: 0;
}
.text-page__col h2:not(:first-child) {
  margin-top: 1rem;
}
.text-page__col figure:not(:first-child) {
  margin-top: 1rem;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  font-family: "Batman Riddler", Georgia, serif;
  font-size: clamp(1rem, 0.96rem + 0.22vw, 1.13rem);
  background: var(--color-cta-bg);
  color: var(--color-cta-text);
  text-decoration: none;
  text-transform: lowercase;
  white-space: nowrap;
  padding: 0.5rem 1rem;
  min-height: 30px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='100%25' viewBox='0 0 149.181 30.0005' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.52879 17.7039L4.99431 3.44966L53.4771 0.500509L141.512 3.44966L148.529 29.5005H4.99431L0.52879 17.7039Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='100%25' viewBox='0 0 149.181 30.0005' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.52879 17.7039L4.99431 3.44966L53.4771 0.500509L141.512 3.44966L148.529 29.5005H4.99431L0.52879 17.7039Z' fill='black'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  transition: background 0.3s ease;
}
.cta:hover {
  background: var(--color-accent);
}
.cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--color-accent);
}

.showcase {
  display: flex;
  flex-direction: column;
  padding-inline: 5%;
}
@media (min-width: 1024px) {
  .showcase {
    padding-inline: 0;
  }
}
.showcase__image {
  margin: 0;
}
.showcase__image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 45vh;
  mix-blend-mode: multiply;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .showcase__image img {
    margin-inline: 0;
    height: 43vh;
    max-height: none;
  }
}
.showcase__title {
  font-family: "Batman Riddler", Georgia, serif;
  font-size: clamp(1.56rem, 1.41rem + 0.76vw, 2rem);
  color: var(--color-title);
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .showcase__title {
    text-align: left;
    font-size: clamp(1.95rem, 1.71rem + 1.24vw, 2.66rem);
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .showcase__title span {
    flex: 0 1 auto;
  }
  .showcase__title::after {
    content: "";
    flex: 1 0 50px;
    height: 3px;
    background-image: url("../images/line-ornament.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
.showcase__text {
  font-family: "Average", Georgia, serif;
  font-size: clamp(1rem, 0.96rem + 0.22vw, 1.13rem);
  line-height: 1.35;
  color: var(--color-text);
  margin-top: 0.5rem;
  max-width: 660px;
}
@media (min-width: 1024px) {
  .showcase__text {
    margin-top: 1rem;
  }
}
.showcase__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .showcase__footer {
    margin-top: 1rem;
  }
}
.showcase__footer::before, .showcase__footer::after {
  content: "";
  width: 76px;
  height: 3px;
  background-image: url("../images/line-ornament-mobile.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.showcase__footer::after {
  transform: scaleY(-1);
}
@media (min-width: 1024px) {
  .showcase__footer {
    justify-content: flex-start;
  }
  .showcase__footer::before, .showcase__footer::after {
    display: none;
  }
}

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