@font-face {
  font-family: "Fraunces";
  src: url("/assets/fonts/fraunces-v38-latin_latin-ext-100.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "Fraunces";
  src: url("/assets/fonts/fraunces-v38-latin_latin-ext-200.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "Fraunces";
  src: url("/assets/fonts/fraunces-v38-latin_latin-ext-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "Fraunces";
  src: url("/assets/fonts/fraunces-v38-latin_latin-ext-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "Fraunces";
  src: url("/assets/fonts/fraunces-v38-latin_latin-ext-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "Fraunces";
  src: url("/assets/fonts/fraunces-v38-latin_latin-ext-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "Work Sans";
  src: url("/assets/fonts/work-sans-v24-latin_latin-ext-200.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "Work Sans";
  src: url("/assets/fonts/work-sans-v24-latin_latin-ext-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "Work Sans";
  src: url("/assets/fonts/work-sans-v24-latin_latin-ext-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "Work Sans";
  src: url("/assets/fonts/work-sans-v24-latin_latin-ext-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "Work Sans";
  src: url("/assets/fonts/work-sans-v24-latin_latin-ext-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "Fraunces Fallback";
  src: local("Georgia");
  ascent-override: 97.8%;
  descent-override: 25.5%;
  line-gap-override: 0%;
  size-adjust: 100%;
}
html {
  box-sizing: border-box;
}

*, ::before, ::after {
  box-sizing: inherit;
}

body {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  color: #333333;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.page-wrapper {
  margin: 0 auto;
}

.container {
  max-width: 70rem;
  margin: 0 auto;
  padding: 3rem 1rem;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Fraunces", "Fraunces Fallback", serif;
  -webkit-font-smoothing: antialiased;
  font-optical-sizing: auto;
  font-weight: 900;
  line-height: 1.1;
  color: #550455;
}

h1 {
  font-size: clamp(1.8rem, 1.8rem + 2.6vw, 3.75rem);
  margin-top: 0;
  margin-bottom: 2rem;
}

h2 {
  font-size: clamp(1.5rem, 1.5rem + 2vw, 2.9rem);
  margin-bottom: 1rem;
}

h3 {
  font-size: clamp(1.35rem, 1.35rem + 1.5vw, 2.2rem);
}

h4 {
  font-size: clamp(1.2rem, 1.2rem + 1.1vw, 1.9rem);
}

h5 {
  font-size: clamp(1.1rem, 1.1rem + 0.8vw, 1.5rem);
}

h6 {
  font-size: clamp(1rem, 1rem + 0.5vw, 1.3rem);
}

ul {
  list-style-type: none;
  padding: 0;
}

strong {
  font-weight: 600;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #800080;
  z-index: 999;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 70rem;
  margin: 0 auto;
  padding: 0.5rem 1.25rem;
}
.header__logo-link {
  font-family: "Fraunces", "Fraunces Fallback", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  color: white;
  text-decoration: none;
  font-size: clamp(0.875rem, 1rem + 1vw, 1.25rem);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 26.25rem) {
  .header__lastname {
    display: none;
  }
}
.header__logo-title {
  margin: 0;
}
.header__logo {
  display: block;
  width: 3rem;
  height: auto;
  flex-shrink: 0;
}

@keyframes cursor {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: white;
  }
}
.header__nav-list {
  display: flex;
  margin: 0;
  padding: 0;
}
.header__nav-item {
  list-style-type: none;
}
.header__nav-link {
  display: inline-block;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.header__nav-link:hover {
  background-color: #660066;
}
.header__nav-link:focus-visible {
  outline: 3px solid #FFAA00;
  outline-offset: 2px;
  background-color: #660066;
  font-weight: 600;
}
.header__nav-item--active .header__nav-link {
  font-weight: 800;
}
.header__nav-link_cta {
  background-color: #F8F5F9;
  color: #800080;
}
.header__nav-link_cta:hover, .header__nav-link_cta:focus-visible, .header__nav-link_cta--active {
  background-color: #f5f5f5;
  opacity: 0.9;
  outline: 3px solid #FFAA00;
  outline-offset: 2px;
}

.header__menu-toggle {
  display: none;
}

@media screen and (max-width: 59.375rem) {
  .header__menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0.25rem;
    gap: 0.5rem;
    z-index: 1000;
  }
  .header__hamburger-line, .header__hamburger-line::before, .header__hamburger-line::after {
    content: "";
    display: block;
    width: 1.5rem;
    height: 3px;
    border-radius: 2px;
    background-color: white;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .header__hamburger-line {
    position: relative;
  }
  .header__hamburger-line::before, .header__hamburger-line::after {
    position: absolute;
    left: 0;
  }
  .header__hamburger-line::before {
    top: -0.5rem;
  }
  .header__hamburger-line::after {
    top: 0.5rem;
  }
  .header__menu-text {
    color: white;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 59.375rem) and (max-width: 28.75rem) {
  .header__menu-text {
    display: none;
  }
}
@media screen and (max-width: 59.375rem) {
  .header__menu-toggle.is-active .header__hamburger-line {
    transform: rotate(45deg);
    background-color: #800080;
  }
  .header__menu-toggle.is-active .header__hamburger-line::before {
    transform: rotate(-90deg) translateX(-0.5rem);
    background-color: #800080;
  }
  .header__menu-toggle.is-active .header__hamburger-line::after {
    opacity: 0;
  }
  .header__menu-toggle.is-active .header__menu-text {
    color: #800080;
  }
  .header__nav-list {
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    width: 40%;
    height: 100vh;
    background-color: white;
    padding: 5rem 1rem 2rem 0;
    margin: 0;
    box-shadow: -4px 0 0.6em rgba(0, 0, 0, 0.2);
    transform: translateX(0);
    transition: transform 0.3s ease;
    transition: right 0.3s ease;
    z-index: 999;
  }
}
@media screen and (max-width: 59.375rem) and (min-width: 35rem) {
  .header__nav-list {
    width: 25%;
  }
}
@media screen and (max-width: 59.375rem) {
  .header__nav-list--visible {
    right: 0;
  }
  .header__nav-item {
    padding-left: 1rem;
    margin-bottom: 0.5rem;
  }
  .header__nav-link {
    color: #800080;
    font-weight: 400;
  }
  .header__nav-link:focus {
    font-weight: 600;
  }
  .header__nav-link:hover {
    background-color: white;
    font-weight: 800;
  }
  .header__nav-item--active .header__nav-link {
    background-color: white;
    font-weight: 800;
  }
  .header__nav-item--active .header__nav-link_cta {
    background-color: #C71585;
    color: white;
    margin: 0;
  }
  .header__nav-link_cta {
    display: inline-block;
    padding: 0.625rem 1.25rem;
    margin: 2rem 0 2.5rem 0;
    border-radius: 0.3125rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    -webkit-tap-highlight-color: transparent;
    background-color: #C71585;
    color: white;
  }
}
@media screen and (max-width: 59.375rem) and (max-width: 48rem) {
  .header__nav-link_cta {
    font-size: 0.9rem;
    margin: 1.5rem 0 2rem 0;
  }
}
@media screen and (max-width: 59.375rem) and (max-width: 36rem) {
  .header__nav-link_cta {
    font-size: 0.8rem;
    margin: 1rem 0 1.5rem 0;
  }
}
@media screen and (max-width: 59.375rem) and (hover: hover) {
  .header__nav-link_cta:hover {
    transform: translateY(-4px);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    font-weight: 600;
  }
}
@media screen and (max-width: 59.375rem) {
  .header__nav-link_cta:active {
    transform: translateY(2px) scale(0.98);
    box-shadow: none;
    transition: transform 0.1s;
  }
  .header__nav-link_cta:focus-visible {
    outline: 1px solid #FFAA00;
    outline-offset: 3px;
  }
  .header__nav-link_cta:hover {
    background-color: #660066;
  }
  .header__nav-link_cta:active {
    background-color: #4d004d;
  }
  .header__nav-link_cta:focus-visible {
    outline-color: #FFAA00;
  }
}
.no-scroll {
  overflow: hidden;
}

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

.footer {
  background-color: #550455;
  color: white;
  font-size: 0.875rem;
}
.footer__container {
  max-width: 70rem;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.footer__heading {
  color: white;
  margin-bottom: 0;
  margin-top: 0;
  font-size: clamp(1.125rem, 1vw + 0.7rem, 1.4rem);
  font-family: "Fraunces", "Fraunces Fallback", serif;
}
.footer__subheading {
  color: white;
  margin-bottom: 0;
  margin-top: 0.3rem;
  font-size: clamp(1rem, 0.8vw + 0.6rem, 1.5rem);
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 0.875rem;
}
.footer__text {
  margin: 0;
  font-style: normal;
}
.footer__section {
  margin-bottom: 2rem;
}
.footer__tagline {
  margin: 0.3rem 0 0 0;
}
.footer__contact-link {
  color: white;
  text-decoration: none;
  font-style: normal;
}
.footer__address {
  font-style: normal;
}
.footer__heading_pekseso {
  margin-top: 1rem;
}
.footer__social-icon--img {
  width: 28px;
  height: 28px;
  margin-right: 0.625rem;
  margin-bottom: 1rem;
}
.footer__social-links {
  display: flex;
  flex-direction: column;
}
.footer__social-link {
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-right: 0.1rem;
  transition: transform 0.2s ease;
}
.footer__social-link:hover {
  transform: translateY(-2px);
}
.footer__social-link:focus-visible {
  outline: 2px solid #007acc;
  outline-offset: 2px;
}
.footer__section_info {
  margin-bottom: 0;
}
.footer__legal, .footer__nav-link {
  color: white;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 0.2em;
  margin-top: 1rem;
  display: block;
}

@media screen and (min-width: 38.75rem) {
  .footer__container {
    display: grid;
    gap: 1.25rem;
    grid-template-areas: "about about" "contact social" "important menu" "info info";
  }
  .footer__section_about {
    grid-area: about;
  }
  .footer__section_contact {
    grid-area: contact;
  }
  .footer__section_social {
    grid-area: social;
  }
  .footer__section_important {
    grid-area: important;
  }
  .footer__section_menu {
    grid-area: menu;
  }
  .footer__section_info {
    grid-area: info;
  }
}
@media screen and (min-width: 53.75rem) {
  .footer__container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
    grid-template-areas: "about about about about" "contact social important menu" "info info info info";
  }
  .footer__section_about {
    grid-area: about;
  }
  .footer__section_contact {
    grid-area: contact;
  }
  .footer__section_social {
    grid-area: social;
  }
  .footer__section_important {
    grid-area: important;
  }
  .footer__section_menu {
    grid-area: menu;
  }
  .footer__section_info {
    grid-area: info;
  }
}
.hero {
  background-color: #e9d4ee;
}
.hero__container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 2rem 1.25rem 2rem 1.25rem;
  position: relative;
  overflow: hidden;
}
.hero__bg-img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 50%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 55rem) {
  .hero__bg-img {
    max-width: 80%;
  }
}
.hero__text-container {
  z-index: 2;
  margin-top: 4rem;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 58.125rem) {
  .hero__text-container {
    max-width: 55%;
    margin-top: 0;
  }
}
@media screen and (max-width: 55rem) {
  .hero__text-container {
    margin-bottom: 25rem;
    max-width: 90%;
  }
}
@media screen and (max-width: 37.5rem) {
  .hero__text-container {
    margin-bottom: 23rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 31.25rem) {
  .hero__text-container {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 28rem) {
  .hero__text-container {
    margin-bottom: 15rem;
  }
}
.hero__heading {
  padding-top: 4rem;
  font-weight: 900;
  font-size: clamp(1.8rem, 1.8rem + 2.6vw, 3.75rem);
  margin-bottom: 1rem;
}
.hero__name {
  display: block;
}
.hero__tagline {
  display: block;
  font-family: "Work Sans", sans-serif;
  text-transform: none;
  font-size: clamp(1.2rem, 1.2rem + 1vw, 2.4rem);
  color: #333333;
  margin-top: 1rem;
  font-weight: 200;
}
.hero__buttons {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.hero__button-cta {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  margin: 2rem 0 2.5rem 0;
  border-radius: 0.3125rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 48rem) {
  .hero__button-cta {
    font-size: 0.9rem;
    margin: 1.5rem 0 2rem 0;
  }
}
@media screen and (max-width: 36rem) {
  .hero__button-cta {
    font-size: 0.8rem;
    margin: 1rem 0 1.5rem 0;
  }
}
@media (hover: hover) {
  .hero__button-cta:hover {
    transform: translateY(-4px);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    font-weight: 600;
  }
}
.hero__button-cta:active {
  transform: translateY(2px) scale(0.98);
  box-shadow: none;
  transition: transform 0.1s;
}
.hero__button-cta:focus-visible {
  outline: 1px solid #FFAA00;
  outline-offset: 3px;
}
.hero__button-cta {
  background-color: #C71585;
  color: white;
}
.hero__button-cta:hover {
  background-color: #660066;
}
.hero__button-cta:active {
  background-color: #4d004d;
}
.hero__button-cta:focus-visible {
  outline-color: #FFAA00;
}
.hero__button-cta--secondary {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  margin: 2rem 0 2.5rem 0;
  border-radius: 0.3125rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 48rem) {
  .hero__button-cta--secondary {
    font-size: 0.9rem;
    margin: 1.5rem 0 2rem 0;
  }
}
@media screen and (max-width: 36rem) {
  .hero__button-cta--secondary {
    font-size: 0.8rem;
    margin: 1rem 0 1.5rem 0;
  }
}
@media (hover: hover) {
  .hero__button-cta--secondary:hover {
    transform: translateY(-4px);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    font-weight: 600;
  }
}
.hero__button-cta--secondary:active {
  transform: translateY(2px) scale(0.98);
  box-shadow: none;
  transition: transform 0.1s;
}
.hero__button-cta--secondary:focus-visible {
  outline: 1px solid #FFAA00;
  outline-offset: 3px;
}
.hero__button-cta--secondary {
  background-color: none;
  border: 1px solid #800080;
  color: #800080;
}
.hero__button-cta--secondary:hover {
  border: 1px solid #660066;
}
.hero__button-cta--secondary:active {
  border: 1px solid #4d004d;
}
.hero__button-cta--secondary:focus-visible {
  outline-color: #FFAA00;
}

.small-gallery__container {
  margin: 0 auto;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}
.small-gallery__text-container {
  display: flex;
  flex-direction: column;
}
.small-gallery__heading {
  margin-bottom: 0;
}
.small-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 48rem) {
  .small-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 30rem) {
  .small-gallery__grid {
    grid-template-columns: 1fr;
  }
}
.small-gallery__figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  z-index: 1;
  border-radius: 0.3125rem;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid whitesmoke;
  padding-bottom: 100%;
}
.small-gallery__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.small-gallery__caption {
  position: absolute;
  width: 94%;
  height: 94%;
  bottom: 3%;
  left: 3%;
  right: 3%;
  background: rgba(255, 255, 255, 0.9);
  color: white;
  padding: 0.625rem;
  transform: translateY(120%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.3125rem;
}
.small-gallery__caption.visible {
  transform: translateY(0);
}
.small-gallery__figure:hover .small-gallery__caption {
  transform: translateY(0);
}
.small-gallery__figure:hover .small-gallery__image {
  transform: scale(1.1);
}
.small-gallery__figure.touched .small-gallery__caption {
  transform: translateY(0);
}
.small-gallery__figure.touched .small-gallery__image {
  transform: scale(1.1);
}
.small-gallery__title {
  margin: 0;
  text-align: center;
  font-size: 2rem;
  font-family: "Fraunces", "Fraunces Fallback", serif;
  -webkit-font-smoothing: antialiased;
  font-optical-sizing: auto;
  font-weight: 900;
  line-height: 1.1;
  color: #550455;
}
@media screen and (max-width: 52rem) {
  .small-gallery__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 48.125rem) {
  .small-gallery__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 35rem) {
  .small-gallery__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .small-gallery__title {
    font-size: 2rem;
  }
}
.small-gallery__category {
  color: #333333;
  text-align: center;
  text-transform: uppercase;
}
.small-gallery__button-cta {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  margin: 2rem 0 2.5rem 0;
  border-radius: 0.3125rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 48rem) {
  .small-gallery__button-cta {
    font-size: 0.9rem;
    margin: 1.5rem 0 2rem 0;
  }
}
@media screen and (max-width: 36rem) {
  .small-gallery__button-cta {
    font-size: 0.8rem;
    margin: 1rem 0 1.5rem 0;
  }
}
@media (hover: hover) {
  .small-gallery__button-cta:hover {
    transform: translateY(-4px);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    font-weight: 600;
  }
}
.small-gallery__button-cta:active {
  transform: translateY(2px) scale(0.98);
  box-shadow: none;
  transition: transform 0.1s;
}
.small-gallery__button-cta:focus-visible {
  outline: 1px solid #FFAA00;
  outline-offset: 3px;
}
.small-gallery__button-cta {
  background-color: #C71585;
  color: white;
}
.small-gallery__button-cta:hover {
  background-color: #660066;
}
.small-gallery__button-cta:active {
  background-color: #4d004d;
}
.small-gallery__button-cta:focus-visible {
  outline-color: #FFAA00;
}

.HPabout {
  background-color: #F8F5F9;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.HPabout__container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 2rem 0;
  position: relative;
  z-index: 1;
  order: 1;
}
@media screen and (min-width: 50rem) {
  .HPabout__container {
    flex-direction: row;
    gap: 1.25rem;
  }
}
.HPabout__text-container {
  display: flex;
  flex-direction: column;
  margin: 0 1.25rem;
  flex: 1;
}
@media screen and (min-width: 50rem) {
  .HPabout__text-container {
    max-width: 50%;
  }
}
.HPabout__text {
  margin: 2rem 0 0 0;
}
.HPabout__image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  order: 2;
  clip-path: polygon(0 12%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (min-width: 50rem) {
  .HPabout__image-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    aspect-ratio: unset;
    order: 0;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  }
}
.HPabout__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.HPabout__button-cta {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  margin: 2rem 0 2.5rem 0;
  border-radius: 0.3125rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 48rem) {
  .HPabout__button-cta {
    font-size: 0.9rem;
    margin: 1.5rem 0 2rem 0;
  }
}
@media screen and (max-width: 36rem) {
  .HPabout__button-cta {
    font-size: 0.8rem;
    margin: 1rem 0 1.5rem 0;
  }
}
@media (hover: hover) {
  .HPabout__button-cta:hover {
    transform: translateY(-4px);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    font-weight: 600;
  }
}
.HPabout__button-cta:active {
  transform: translateY(2px) scale(0.98);
  box-shadow: none;
  transition: transform 0.1s;
}
.HPabout__button-cta:focus-visible {
  outline: 1px solid #FFAA00;
  outline-offset: 3px;
}
.HPabout__button-cta {
  background-color: #C71585;
  color: white;
}
.HPabout__button-cta:hover {
  background-color: #660066;
}
.HPabout__button-cta:active {
  background-color: #4d004d;
}
.HPabout__button-cta:focus-visible {
  outline-color: #FFAA00;
}

.HPoffer__container {
  margin: 0 auto;
  padding: 2rem 0;
}
.HPoffer__text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 1.25rem;
  flex: 1;
}
.HPoffer__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 16px;
  max-height: -moz-fit-content;
  max-height: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 50rem) {
  .HPoffer__columns {
    grid-template-columns: 1fr;
  }
}
.HPoffer__column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 50rem) {
  .HPoffer__column {
    grid-template-columns: 1fr;
  }
}
.HPoffer__icon {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(102, 126, 234, 0.4);
  border: 5px solid white;
  margin: 2rem 0;
}
@media screen and (max-width: 50rem) {
  .HPoffer__icon {
    margin: 1rem 0;
  }
}
.HPoffer__subheading {
  margin: 0;
  font-size: clamp(1.2rem, 1.2rem + 1.1vw, 1.9rem);
}
.HPoffer__paragraph {
  margin: 1rem 0;
  text-align: center;
}
.HPoffer__button-cta {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  margin: 2rem 0 2.5rem 0;
  border-radius: 0.3125rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 48rem) {
  .HPoffer__button-cta {
    font-size: 0.9rem;
    margin: 1.5rem 0 2rem 0;
  }
}
@media screen and (max-width: 36rem) {
  .HPoffer__button-cta {
    font-size: 0.8rem;
    margin: 1rem 0 1.5rem 0;
  }
}
@media (hover: hover) {
  .HPoffer__button-cta:hover {
    transform: translateY(-4px);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    font-weight: 600;
  }
}
.HPoffer__button-cta:active {
  transform: translateY(2px) scale(0.98);
  box-shadow: none;
  transition: transform 0.1s;
}
.HPoffer__button-cta:focus-visible {
  outline: 1px solid #FFAA00;
  outline-offset: 3px;
}
.HPoffer__button-cta {
  background-color: #C71585;
  color: white;
}
.HPoffer__button-cta:hover {
  background-color: #660066;
}
.HPoffer__button-cta:active {
  background-color: #4d004d;
}
.HPoffer__button-cta:focus-visible {
  outline-color: #FFAA00;
}

.pekseso {
  background-color: #F8F5F9;
}
.pekseso__container {
  display: flex;
  flex-direction: column;
  max-height: -moz-fit-content;
  max-height: fit-content;
  margin: 0 auto;
  padding: 2rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 50rem) {
  .pekseso__container {
    flex-direction: row;
    gap: 1.25rem;
  }
}
.pekseso__text-container {
  display: flex;
  flex-direction: column;
  margin: 0 1.25rem;
  flex: 1;
}
.pekseso__text {
  margin: 2rem 0 0 0;
}
.pekseso__image-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  margin-left: 0.25rem;
}
.pekseso__image {
  max-width: 70%;
  height: auto;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 2rem;
}
@media screen and (max-width: 31.25rem) {
  .pekseso__image {
    max-width: 90%;
  }
}
.pekseso__button-cta {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  margin: 2rem 0 2.5rem 0;
  border-radius: 0.3125rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 48rem) {
  .pekseso__button-cta {
    font-size: 0.9rem;
    margin: 1.5rem 0 2rem 0;
  }
}
@media screen and (max-width: 36rem) {
  .pekseso__button-cta {
    font-size: 0.8rem;
    margin: 1rem 0 1.5rem 0;
  }
}
@media (hover: hover) {
  .pekseso__button-cta:hover {
    transform: translateY(-4px);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    font-weight: 600;
  }
}
.pekseso__button-cta:active {
  transform: translateY(2px) scale(0.98);
  box-shadow: none;
  transition: transform 0.1s;
}
.pekseso__button-cta:focus-visible {
  outline: 1px solid #FFAA00;
  outline-offset: 3px;
}
.pekseso__button-cta {
  background-color: #C71585;
  color: white;
}
.pekseso__button-cta:hover {
  background-color: #660066;
}
.pekseso__button-cta:active {
  background-color: #4d004d;
}
.pekseso__button-cta:focus-visible {
  outline-color: #FFAA00;
}

.HPcontact__container {
  margin: 0 auto;
  padding: 1rem;
}
.HPcontact__text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 40rem) {
  .HPcontact__text-container {
    align-items: center;
  }
}
.HPcontact__paragraph, .HPcontact__heading {
  text-align: start;
}
@media screen and (min-width: 40rem) {
  .HPcontact__paragraph, .HPcontact__heading {
    text-align: center;
    max-width: 70%;
  }
}
.HPcontact__button-cta {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  margin: 2rem 0 2.5rem 0;
  border-radius: 0.3125rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 48rem) {
  .HPcontact__button-cta {
    font-size: 0.9rem;
    margin: 1.5rem 0 2rem 0;
  }
}
@media screen and (max-width: 36rem) {
  .HPcontact__button-cta {
    font-size: 0.8rem;
    margin: 1rem 0 1.5rem 0;
  }
}
@media (hover: hover) {
  .HPcontact__button-cta:hover {
    transform: translateY(-4px);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    font-weight: 600;
  }
}
.HPcontact__button-cta:active {
  transform: translateY(2px) scale(0.98);
  box-shadow: none;
  transition: transform 0.1s;
}
.HPcontact__button-cta:focus-visible {
  outline: 1px solid #FFAA00;
  outline-offset: 3px;
}
.HPcontact__button-cta {
  background-color: #C71585;
  color: white;
}
.HPcontact__button-cta:hover {
  background-color: #660066;
}
.HPcontact__button-cta:active {
  background-color: #4d004d;
}
.HPcontact__button-cta:focus-visible {
  outline-color: #FFAA00;
}

.error {
  background-color: #e9d4ee;
}
.error__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 8rem 1.25rem;
}
.error__heading {
  padding: 4rem 0 2rem 0;
  font-weight: 900;
  font-size: clamp(1.8rem, 1.8rem + 2.5vw, 4rem);
  margin-bottom: 1rem;
}
.error__paragraph {
  margin-top: 0;
}
.error__button {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  margin: 2rem 0 2.5rem 0;
  border-radius: 0.3125rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 48rem) {
  .error__button {
    font-size: 0.9rem;
    margin: 1.5rem 0 2rem 0;
  }
}
@media screen and (max-width: 36rem) {
  .error__button {
    font-size: 0.8rem;
    margin: 1rem 0 1.5rem 0;
  }
}
@media (hover: hover) {
  .error__button:hover {
    transform: translateY(-4px);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    font-weight: 600;
  }
}
.error__button:active {
  transform: translateY(2px) scale(0.98);
  box-shadow: none;
  transition: transform 0.1s;
}
.error__button:focus-visible {
  outline: 1px solid #FFAA00;
  outline-offset: 3px;
}
.error__button {
  background-color: #C71585;
  color: white;
}
.error__button:hover {
  background-color: #660066;
}
.error__button:active {
  background-color: #4d004d;
}
.error__button:focus-visible {
  outline-color: #FFAA00;
}

.gallery__container {
  max-width: 70rem;
  margin: 0 auto;
  padding: 5rem 1.25rem 3rem 1.25rem;
}
.gallery__heading {
  text-align: center;
  font-size: clamp(1.5rem, 1.5rem + 2vw, 2.9rem);
  margin-bottom: 1rem;
}
.gallery__filter-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.gallery__btn {
  border: none;
  outline: none;
  padding: 0.5rem 0.8rem;
  background-color: white;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 100;
  color: #333333;
}
.gallery__btn:hover {
  font-weight: 700;
}
.gallery__btn.active {
  font-weight: 700;
}
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 48rem) {
  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 30rem) {
  .gallery__grid {
    grid-template-columns: 1fr;
  }
}
.gallery__column {
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  transition: opacity 0.3s ease, transform 0.3s ease, filter 0.3s ease;
  filter: blur(5px);
  visibility: hidden;
}
.gallery__column.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
.gallery__figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  z-index: 1;
  border-radius: 0.3125rem;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid whitesmoke;
  padding-bottom: 100%;
}
.gallery__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.gallery__caption {
  position: absolute;
  width: 94%;
  height: 94%;
  bottom: 3%;
  left: 3%;
  right: 3%;
  background: rgba(255, 255, 255, 0.9);
  color: white;
  padding: 0.625rem;
  transform: translateY(120%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.3125rem;
}
.gallery__caption.visible {
  transform: translateY(0);
}
.gallery__figure:hover .gallery__caption {
  transform: translateY(0);
}
.gallery__figure:hover .gallery__image {
  transform: scale(1.1);
}
.gallery__figure.touched .gallery__caption {
  transform: translateY(0);
}
.gallery__figure.touched .gallery__image {
  transform: scale(1.1);
}
.gallery__title {
  margin: 0;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 52rem) {
  .gallery__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 48.125rem) {
  .gallery__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 35rem) {
  .gallery__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .gallery__title {
    font-size: 2rem;
  }
}
.gallery__category {
  color: #333333;
  text-align: center;
  text-transform: uppercase;
}

.project__container {
  max-width: 70rem;
  margin: 0 auto;
  padding: 6rem 1.25rem 1.25rem 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 50.25rem) {
  .project__container {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto auto;
  }
}
@media screen and (min-width: 50.25rem) {
  .project__text-container {
    grid-column: 1/3;
    grid-row: 1;
    align-self: start;
    position: sticky;
    top: 2rem;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.project__thumbnail-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column: auto;
  gap: 1rem;
}
@media screen and (min-width: 50.25rem) {
  .project__gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: min-content;
    grid-column: 3/6;
    grid-row: 1;
    align-self: start;
  }
}
.project__gallery-item:first-of-type {
  grid-column: span 2;
  grid-row: span 2;
}
.project__image {
  display: block;
  max-width: 100%;
  height: auto;
  cursor: pointer;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.project__image:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.project__link {
  color: #333333;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 0.2em;
}
.project__list {
  margin: 3rem 0 1rem 0;
  padding: 1rem 0;
  list-style-type: none;
  border-top: 1px solid #800080;
  border-bottom: 1px solid #800080;
  font-size: 0.9rem;
}
.project__list-none {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.project__label {
  font-weight: 600;
}
.project__heading {
  font-weight: 900;
  margin-bottom: 2rem;
}
.project__navigation {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 48rem) {
  .project__navigation {
    grid-column: 1/-1;
    grid-row: 2;
  }
}
.project__navigation-link {
  text-decoration: none;
  color: #800080;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project__navigation-arrow {
  border: 1px solid #800080;
  padding: 3px;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.project__navigation-arrow:hover {
  color: #C71585;
}
.project__navigation-link--back {
  text-decoration-thickness: 0.5px;
  text-underline-offset: 0.2em;
  color: #800080;
  display: flex;
  gap: 1rem;
  transition: color 0.2s;
}
.project__navigation-link--back:hover {
  color: #C71585;
}

#lightbox {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
}

#lightbox.active {
  display: flex;
}

.lightbox__content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox__image {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  border: 2px solid white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -o-object-fit: contain;
     object-fit: contain;
}
.lightbox__close, .lightbox__arrow {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.625rem;
  border-radius: 50%;
  transition: color 0.3s ease;
  z-index: 1001;
}
.lightbox__close:hover, .lightbox__arrow:hover {
  background: rgba(255, 255, 255, 0.4);
}
.lightbox__close {
  top: 1.25rem;
  right: 1.25rem;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 48rem) {
  .lightbox__close {
    top: 0.625rem;
    right: 0.625rem;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
  }
}
.lightbox__arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 48rem) {
  .lightbox__arrow {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
  }
}
.lightbox__arrow--prev {
  left: 1.25rem;
}
@media screen and (max-width: 48rem) {
  .lightbox__arrow--prev {
    left: 0.625rem;
  }
}
.lightbox__arrow--next {
  right: 1.25rem;
}
@media screen and (max-width: 48rem) {
  .lightbox__arrow--next {
    right: 0.625rem;
  }
}
.lightbox__counter {
  position: absolute;
  top: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5rem 1rem;
  border-radius: 1.25rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 48rem) {
  .lightbox__counter {
    top: 0.625rem;
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
  }
}

.offer {
  background-color: #e9d4ee;
}
.offer__container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 2rem 1.25rem 0 1.25rem;
}
@media screen and (min-width: 43rem) {
  .offer__container {
    flex-direction: row;
  }
}
.offer__text-container {
  flex: 3;
  padding-bottom: 1rem;
}
@media screen and (min-width: 62.5rem) {
  .offer__text-container {
    flex: 2;
  }
}
.offer__image-container {
  flex: 1;
  position: relative;
}
@media screen and (min-width: 43rem) {
  .offer__image-container {
    position: relative;
  }
}
.offer__image {
  width: 50%;
  height: auto;
  display: block;
}
@media screen and (min-width: 43rem) {
  .offer__image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }
}
.offer__heading {
  padding-top: 4rem;
}
.offer__perex {
  display: block;
  font-family: "Work Sans", sans-serif;
  text-transform: none;
  font-size: clamp(1.1rem, 1.1rem + 0.8vw, 1.5rem);
  color: #333333;
  margin-top: 1rem;
  font-weight: 300;
}

.service__container {
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  max-width: 70rem;
  max-height: -moz-fit-content;
  max-height: fit-content;
  margin: 0 auto;
  padding: 1.25rem;
}
@media screen and (min-width: 43rem) {
  .service__container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
  }
}
.service__heading {
  text-align: center;
}
.service__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  width: 100%;
  height: 100%;
  border-radius: 11px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.service__item:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 43rem) {
  .service__item:nth-child(1), .service__item:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
  }
}
.service__item.show {
  opacity: 1;
  transform: translateY(0);
}
.service__icon {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(102, 126, 234, 0.4);
  border: 5px solid white;
}
.service__text-container {
  width: 100%;
}
.service__title {
  font-family: "Work Sans", sans-serif;
  font-size: clamp(1.2rem, 1.2rem + 1.1vw, 1.9rem);
  color: #333333;
  margin-bottom: 0;
  text-align: center;
}
.service__description {
  text-align: center;
}
.service__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 43rem) {
  .service__text {
    grid-column: 1/-1;
  }
}
.service__subheading {
  margin-bottom: 1rem;
}
.service__typo {
  max-width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 43rem) {
  .service__typo {
    max-width: 60%;
  }
}

.process {
  background-color: #F8F5F9;
}
.process__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: -moz-fit-content;
  max-height: fit-content;
  margin: 0 auto;
  margin-top: 4rem;
  padding: 1.25rem;
  overflow: hidden;
}
.process__heading {
  text-align: center;
  margin-bottom: 1rem;
}
.process__perex {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 43rem) {
  .process__perex {
    width: 50%;
  }
}
.process__subheading {
  display: block;
  font-family: "Fraunces", "Fraunces Fallback", serif;
  font-size: clamp(1.35rem, 1.35rem + 1.5vw, 2.2rem);
  font-optical-sizing: auto;
  font-weight: 900;
  line-height: 1.1;
  color: #550455;
  margin: 2rem 0;
  text-align: center;
}
@media screen and (min-width: 50rem) {
  .process__subheading {
    max-width: 75%;
  }
}
.process__item {
  display: flex;
  gap: 0;
  align-items: stretch;
  justify-content: center;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 50rem) {
  .process__item {
    max-width: 60%;
  }
}
.process__item.show {
  opacity: 1;
  transform: translateY(0);
}
.process__icon-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  width: 100%;
  background: white;
  border-radius: 11px 0 0 11px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 30rem) {
  .process__icon-container {
    padding: 0.75rem 0.5rem;
    flex: 0 0 4rem;
  }
}
.process__icon {
  font-family: "Fraunces", "Fraunces Fallback", serif;
  font-size: 4rem;
  font-weight: 900;
  color: #800080;
  margin: 0;
}
@media screen and (max-width: 30rem) {
  .process__icon {
    font-size: 2.5rem;
  }
}
.process__text-container {
  flex: 5;
  padding: 1.25rem;
  width: 100%;
  background-color: white;
  border-radius: 0 11px 11px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.process__title {
  font-family: "Work Sans", sans-serif;
  color: #333333;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  text-align: start;
}
.process__description {
  margin: 0;
}
.process__button-cta {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  margin: 2rem 0 2.5rem 0;
  border-radius: 0.3125rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 48rem) {
  .process__button-cta {
    font-size: 0.9rem;
    margin: 1.5rem 0 2rem 0;
  }
}
@media screen and (max-width: 36rem) {
  .process__button-cta {
    font-size: 0.8rem;
    margin: 1rem 0 1.5rem 0;
  }
}
@media (hover: hover) {
  .process__button-cta:hover {
    transform: translateY(-4px);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    font-weight: 600;
  }
}
.process__button-cta:active {
  transform: translateY(2px) scale(0.98);
  box-shadow: none;
  transition: transform 0.1s;
}
.process__button-cta:focus-visible {
  outline: 1px solid #FFAA00;
  outline-offset: 3px;
}
.process__button-cta {
  background-color: #C71585;
  color: white;
}
.process__button-cta:hover {
  background-color: #660066;
}
.process__button-cta:active {
  background-color: #4d004d;
}
.process__button-cta:focus-visible {
  outline-color: #FFAA00;
}

.calculation__container {
  margin: 0 auto;
  padding: 3rem 1.25rem;
  position: relative;
}
.calculation__text-container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 50rem) {
  .calculation__text-container {
    align-items: center;
  }
}
@media screen and (min-width: 50rem) {
  .calculation__heading {
    max-width: 75%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 50rem) {
  .calculation__text {
    max-width: 75%;
    text-align: center;
  }
}
.calculation__button-cta {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  margin: 2rem 0 2.5rem 0;
  border-radius: 0.3125rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 48rem) {
  .calculation__button-cta {
    font-size: 0.9rem;
    margin: 1.5rem 0 2rem 0;
  }
}
@media screen and (max-width: 36rem) {
  .calculation__button-cta {
    font-size: 0.8rem;
    margin: 1rem 0 1.5rem 0;
  }
}
@media (hover: hover) {
  .calculation__button-cta:hover {
    transform: translateY(-4px);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    font-weight: 600;
  }
}
.calculation__button-cta:active {
  transform: translateY(2px) scale(0.98);
  box-shadow: none;
  transition: transform 0.1s;
}
.calculation__button-cta:focus-visible {
  outline: 1px solid #FFAA00;
  outline-offset: 3px;
}
.calculation__button-cta {
  background-color: #C71585;
  color: white;
}
.calculation__button-cta:hover {
  background-color: #660066;
}
.calculation__button-cta:active {
  background-color: #4d004d;
}
.calculation__button-cta:focus-visible {
  outline-color: #FFAA00;
}

.about-me__container {
  max-width: 70rem;
  margin: 0 auto;
  padding: 5rem 1.25rem 0 1.25rem;
  display: flex;
}
@media screen and (max-width: 50rem) {
  .about-me__container {
    flex-direction: column;
  }
}
.about-me__text-container {
  flex: 3;
  margin: 1.25rem;
}
@media screen and (max-width: 50rem) {
  .about-me__text-container {
    order: 1;
  }
}
.about-me__heading {
  margin-bottom: 1rem;
}
.about-me__subheading {
  font-family: "Work Sans", sans-serif;
  font-size: clamp(1.2rem, 1.2rem + 1vw, 2.4rem);
  color: #333333;
  margin: 0 0 3rem 0;
  font-weight: 200;
}
.about-me__image-container {
  flex: 2;
}
@media screen and (max-width: 50rem) {
  .about-me__image-container {
    order: 2;
  }
}
.about-me__image {
  width: 100%;
  height: auto;
}

.timeline {
  background-color: #F8F5F9;
}
.timeline__container {
  max-width: 70rem;
  margin: 0 auto;
  padding: 1.25rem;
}
.timeline__heading {
  text-align: center;
  border-radius: 10px 10px 0 0;
  margin-bottom: 1rem;
}
.timeline__list {
  position: relative;
  padding: 1rem 0;
}
.timeline__list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #e9d4ee;
  transform: translateX(-50%);
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(79, 172, 254, 0.3);
}
.timeline__item {
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}
.timeline__item.show {
  opacity: 1;
  transform: translateY(0);
}
.timeline__item:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
}
.timeline__item:nth-child(odd) {
  flex-direction: row;
}
.timeline__item:nth-child(even) {
  flex-direction: row-reverse;
}
.timeline__frame {
  background-color: white;
  border-radius: 11px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: calc(50% - 50px);
  position: relative;
}
.timeline__frame:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.timeline__item:nth-child(odd) .timeline__frame::after {
  right: -30px;
  border-left-color: rgba(255, 255, 255, 0.95);
}
.timeline__item:nth-child(even) .timeline__frame::after {
  left: -30px;
  border-right-color: rgba(255, 255, 255, 0.95);
}
.timeline__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.timeline__icon {
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(102, 126, 234, 0.4);
  border: 5px solid white;
  width: 5rem;
  height: 5rem;
  z-index: 10;
}
.timeline__title {
  background-color: #800080;
  color: white;
  border-radius: 10px 10px 0 0;
  padding: 0.8rem 1.25rem;
  margin: 0;
  font-family: "Fraunces", "Fraunces Fallback", serif;
  font-size: clamp(1.1rem, 1.1rem + 0.8vw, 1.5rem);
}
.timeline__description {
  padding: 0.5rem 1.25rem;
}

@media screen and (max-width: 48rem) {
  .timeline__list::before {
    left: 1.875rem;
  }
  .timeline__item {
    flex-direction: row !important;
    margin: 2rem 0;
  }
  .timeline__frame {
    width: calc(100% - 5rem);
    margin-left: 5rem;
  }
  .timeline__circle {
    position: absolute;
    left: 1.875rem;
    transform: translateX(-50%);
  }
  .timeline__icon {
    width: 4rem;
    height: 4rem;
    border-width: 3px;
  }
}
.detail__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  padding: 3rem 1.25rem;
}
@media screen and (min-width: 40rem) {
  .detail__container {
    align-items: center;
  }
}
.detail__text, .detail__heading {
  text-align: start;
}
@media screen and (min-width: 40rem) {
  .detail__text, .detail__heading {
    text-align: center;
    max-width: 70%;
  }
}
.detail__text {
  font-family: "Work Sans", sans-serif;
  font-size: clamp(1.1rem, 1.1rem + 0.8vw, 1.5rem);
  font-weight: 200;
}
.detail__button-cta {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  margin: 2rem 0 2.5rem 0;
  border-radius: 0.3125rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 48rem) {
  .detail__button-cta {
    font-size: 0.9rem;
    margin: 1.5rem 0 2rem 0;
  }
}
@media screen and (max-width: 36rem) {
  .detail__button-cta {
    font-size: 0.8rem;
    margin: 1rem 0 1.5rem 0;
  }
}
@media (hover: hover) {
  .detail__button-cta:hover {
    transform: translateY(-4px);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    font-weight: 600;
  }
}
.detail__button-cta:active {
  transform: translateY(2px) scale(0.98);
  box-shadow: none;
  transition: transform 0.1s;
}
.detail__button-cta:focus-visible {
  outline: 1px solid #FFAA00;
  outline-offset: 3px;
}
.detail__button-cta {
  background-color: #C71585;
  color: white;
}
.detail__button-cta:hover {
  background-color: #660066;
}
.detail__button-cta:active {
  background-color: #4d004d;
}
.detail__button-cta:focus-visible {
  outline-color: #FFAA00;
}

.shop {
  background-color: #e9d4ee;
}
.shop__container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 2rem 1.25rem 0 1.25rem;
}
@media screen and (min-width: 43rem) {
  .shop__container {
    flex-direction: row;
  }
}
.shop__text-container {
  flex: 3;
  padding-bottom: 1rem;
}
@media screen and (min-width: 62.5rem) {
  .shop__text-container {
    flex: 2;
  }
}
.shop__heading {
  margin: 3rem 0;
}
.shop__text {
  display: block;
  font-family: "Work Sans", sans-serif;
  text-transform: none;
  font-size: clamp(1.1rem, 1.1rem + 0.8vw, 1.5rem);
  color: #333333;
  margin-top: 1rem;
  font-weight: 300;
}
.shop__image-container {
  flex: 1;
  position: relative;
}
@media screen and (min-width: 43rem) {
  .shop__image-container {
    position: relative;
  }
}
.shop__image {
  width: 50%;
  height: auto;
  display: block;
}
@media screen and (min-width: 43rem) {
  .shop__image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }
}

.print__container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 1rem 1.25rem;
}
.print__container:last-of-type {
  padding-bottom: 4rem;
}
.print__heading {
  margin: 0 0 0 1rem 0;
}
.print__text {
  color: rgb(46, 45, 45);
}
.print__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 56.25rem) {
  .print__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.print__card {
  position: relative;
  cursor: pointer;
  transition: transform 0.2s;
  height: 100%;
}
.print__card:hover {
  transform: translateY(-4px);
}
.print__card-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.print__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.print__item {
  border-radius: 5px;
  background: white;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid whitesmoke;
  margin-bottom: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.print__image-container {
  margin-bottom: 1rem;
}
.print__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.3125rem 0.3125rem 0 0;
  background-color: rgb(246, 246, 246);
}
.print__text-container {
  padding: 0 1rem 1rem 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.print__name {
  font-family: "Work Sans", sans-serif;
  font-size: clamp(1.1rem, 1.1rem + 0.8vw, 1.5rem);
  color: #333333;
  margin: 0.5rem 0;
}
.print__category {
  color: #666;
  margin: 0 0 4px 0;
}
.print__buy {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 1rem 1rem 1rem;
}
.print__info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.print__list-item {
  margin: 0.5rem 0;
}
.print__button-cta {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  margin: 2rem 0 2.5rem 0;
  border-radius: 0.3125rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 48rem) {
  .print__button-cta {
    font-size: 0.9rem;
    margin: 1.5rem 0 2rem 0;
  }
}
@media screen and (max-width: 36rem) {
  .print__button-cta {
    font-size: 0.8rem;
    margin: 1rem 0 1.5rem 0;
  }
}
@media (hover: hover) {
  .print__button-cta:hover {
    transform: translateY(-4px);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    font-weight: 600;
  }
}
.print__button-cta:active {
  transform: translateY(2px) scale(0.98);
  box-shadow: none;
  transition: transform 0.1s;
}
.print__button-cta:focus-visible {
  outline: 1px solid #FFAA00;
  outline-offset: 3px;
}
.print__button-cta {
  background-color: white;
  border: 1px solid #C71585;
  color: #C71585;
  margin: 0;
  margin-top: auto;
}
.print__button-cta:hover {
  background-color: #660066;
  color: white;
}
.print__button-cta:active {
  background-color: #4d004d;
  color: white;
}
.print__button-cta:focus-visible {
  outline-color: #FFAA00;
  color: white;
}

.order {
  background-color: #F8F5F9;
}
.order__container {
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem 1.25rem;
}
.order__how {
  display: flex;
  flex-direction: column;
}
.order__heading {
  text-align: center;
}
@media screen and (max-width: 56.25rem) {
  .order__heading {
    text-align: start;
  }
}
.order__list {
  padding-left: 1rem;
  text-align: center;
}
@media screen and (max-width: 56.25rem) {
  .order__list {
    text-align: start;
    padding-left: 0;
  }
}
.order__list-item {
  padding-bottom: 1rem;
}
.order__subheading {
  margin-bottom: 1.5rem;
  text-align: center;
}
.order__paragraph {
  text-align: center;
  margin: 0;
}
.order__boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  justify-content: center;
}
@media screen and (max-width: 43.75rem) {
  .order__boxes {
    grid-template-columns: 1fr;
  }
}
.order__box {
  background-color: white;
  border-radius: 0.6875rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.order__title {
  font-family: "Work Sans", sans-serif;
  color: #333333;
  font-size: 1.2rem;
  margin: 0.5rem 0;
  text-align: center;
}

.conditions__container {
  margin: 0 auto;
  padding: 2rem 1.25rem;
}
.conditions__title {
  font-size: clamp(1.35rem, 1.35rem + 1.5vw, 2.2rem);
  margin-top: 3rem;
}
.conditions__section-heading {
  font-size: clamp(1rem, 1rem + 0.5vw, 1.3rem);
  font-family: "Work Sans", sans-serif;
  margin: 2rem 0 0 0;
  color: #800080;
}
.conditions__article-heading {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #333333;
}
.conditions__list {
  margin: 0 0 1rem 0;
  list-style-type: disc;
  padding-left: 1rem;
}
.conditions__list-item {
  padding-left: 0.5rem;
}
.conditions__article-body {
  margin-top: 0;
}

.contact-hero {
  background-color: #e9d4ee;
}
.contact-hero__container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 2rem 1.25rem 0 1.25rem;
}
@media screen and (min-width: 43rem) {
  .contact-hero__container {
    flex-direction: row;
  }
}
.contact-hero__text-container {
  flex: 3;
  padding-bottom: 1rem;
}
@media screen and (min-width: 62.5rem) {
  .contact-hero__text-container {
    flex: 2;
  }
}
.contact-hero__link {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  margin: 2rem 0 2.5rem 0;
  border-radius: 0.3125rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 48rem) {
  .contact-hero__link {
    font-size: 0.9rem;
    margin: 1.5rem 0 2rem 0;
  }
}
@media screen and (max-width: 36rem) {
  .contact-hero__link {
    font-size: 0.8rem;
    margin: 1rem 0 1.5rem 0;
  }
}
@media (hover: hover) {
  .contact-hero__link:hover {
    transform: translateY(-4px);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    font-weight: 600;
  }
}
.contact-hero__link:active {
  transform: translateY(2px) scale(0.98);
  box-shadow: none;
  transition: transform 0.1s;
}
.contact-hero__link:focus-visible {
  outline: 1px solid #FFAA00;
  outline-offset: 3px;
}
.contact-hero__link {
  background-color: #C71585;
  color: white;
}
.contact-hero__link:hover {
  background-color: #660066;
}
.contact-hero__link:active {
  background-color: #4d004d;
}
.contact-hero__link:focus-visible {
  outline-color: #FFAA00;
}
.contact-hero__image-container {
  flex: 1;
  display: flex;
  align-items: end;
  justify-content: end;
}
.contact-hero__image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
@media screen and (max-width: 43.75rem) {
  .contact-hero__image {
    max-width: 80%;
  }
}
.contact-hero__heading {
  padding-top: 4rem;
  font-weight: 900;
  font-size: clamp(1.8rem, 1.8rem + 2.5vw, 4rem);
  margin-bottom: 1rem;
}

.contact {
  background-color: #F8F5F9;
}
.contact__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column: 1rem;
  margin: 0 auto;
  padding: 2rem 1.25rem 0 1.25rem;
}
@media screen and (max-width: 43.75rem) {
  .contact__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.contact__form-container {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 43.75rem) {
  .contact__form-container {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.contact__info-container {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 43.75rem) {
  .contact__info-container {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

.contact-form__legend {
  margin-top: 2rem;
  font-size: clamp(1.35rem, 1.35rem + 1.5vw, 2.2rem);
}
@media screen and (max-width: 43.75rem) {
  .contact-form__legend {
    margin-top: 1rem;
  }
}
.contact-form__fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 50rem) {
  .contact-form__fieldset {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.contact-form__label {
  display: block;
  margin: 0.5rem 0 0.2rem 0;
  font-weight: 500;
}
.contact-form__label--textarea {
  margin-top: 0.8rem;
}
.contact-form__input, .contact-form__textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #800080;
  border-radius: 10px;
  font-family: inherit;
  margin-bottom: 0.5rem;
}
.contact-form__GDPR {
  color: #333333;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 0.2em;
}
.contact-form__note {
  font-style: italic;
  margin-bottom: 1rem;
}
.contact-form__input:focus, .contact-form__textarea:focus, .contact-form__button:focus {
  outline: 2px solid #FFAA00;
}
.contact-form__button {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  margin: 2rem 0 2.5rem 0;
  border-radius: 0.3125rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 48rem) {
  .contact-form__button {
    font-size: 0.9rem;
    margin: 1.5rem 0 2rem 0;
  }
}
@media screen and (max-width: 36rem) {
  .contact-form__button {
    font-size: 0.8rem;
    margin: 1rem 0 1.5rem 0;
  }
}
@media (hover: hover) {
  .contact-form__button:hover {
    transform: translateY(-4px);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    font-weight: 600;
  }
}
.contact-form__button:active {
  transform: translateY(2px) scale(0.98);
  box-shadow: none;
  transition: transform 0.1s;
}
.contact-form__button:focus-visible {
  outline: 1px solid #FFAA00;
  outline-offset: 3px;
}
.contact-form__button {
  background-color: #C71585;
  color: white;
}
.contact-form__button:hover {
  background-color: #660066;
}
.contact-form__button:active {
  background-color: #4d004d;
}
.contact-form__button:focus-visible {
  outline-color: #FFAA00;
}
.contact-form__link {
  color: white;
  text-decoration: none;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  font-size: 1.2rem;
}
@media screen and (max-width: 31.25rem) {
  .contact-form__link {
    font-size: 1rem;
  }
}
.contact-form__input.is-invalid, .contact-form__textarea.is-invalid, .contact-form__checkbox.is-invalid {
  border: 2px solid #C71585 !important;
  background-color: #fff8f8;
}
.contact-form__input.is-invalid:focus, .contact-form__textarea.is-invalid:focus {
  outline-color: #C71585;
  box-shadow: 0 0 5px rgba(217, 48, 37, 0.3);
}
.contact-form__error {
  color: #C71585;
  font-size: 0.85rem;
  margin: 0 0 0.8rem 0;
  font-weight: 500;
}

#checkbox-error {
  margin-left: 0;
  display: block;
}

.contact__subheading {
  margin-top: 2rem;
  font-size: clamp(1.35rem, 1.35rem + 1.5vw, 2.2rem);
}
.contact__address, .contact__address-name, .contact__address-email {
  font-style: normal;
  margin: 0;
}
.contact__address-link, .contact__address-email {
  color: #333333;
  text-decoration: none;
}
.contact__subheading--business, .contact__subheading--social {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-family: "Work Sans", sans-serif;
  color: #333333;
  font-weight: 800;
}
.contact__business-text {
  margin-top: 0;
}
.contact__social {
  margin-bottom: 1rem;
}
.contact__social-links {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
.contact__social-icon--img {
  width: 35px;
  height: 35px;
  fill: #800080;
  margin-right: 10px;
  margin-top: 2px;
}
.contact__social-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-right: 0.1rem;
  transition: transform 0.2s ease;
  font-family: "Work Sans", sans-serif;
  color: #333333;
}
.contact__social-link:hover {
  transform: translateY(-2px);
}
.contact__social-link:focus-visible {
  outline: 2px solid #007acc;
  outline-offset: 2px;
}

.gdpr-hero {
  background-color: #e9d4ee;
}
.gdpr-hero__container {
  margin: 0 auto;
  padding: 3rem 1.25rem;
}
.gdpr-hero__heading {
  font-size: clamp(1.35rem, 1.35rem + 1.5vw, 2.2rem);
  margin-top: 3rem;
}

.privacy__container {
  margin: 0 auto;
  padding: 2rem 1.25rem;
}
.privacy__title {
  font-size: clamp(1.35rem, 1.35rem + 1.5vw, 2.2rem);
  margin-top: 3rem;
}
.privacy__section-heading {
  font-size: clamp(1rem, 1rem + 0.5vw, 1.3rem);
  font-family: "Work Sans", sans-serif;
  margin: 2rem 0 0 0;
  color: #800080;
}
.privacy__article-heading {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #333333;
}
.privacy__list {
  margin: 0 0 1rem 0;
  list-style-type: disc;
  padding-left: 1rem;
}
.privacy__list-item {
  padding-left: 0.5rem;
}
.privacy__article-body {
  margin-top: 0;
}

.thanks {
  background-color: #e9d4ee;
}
.thanks__container {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-columns: auto;
  grid-column: 2rem;
  margin: 0 auto;
  padding: 3rem 1.25rem;
}
@media screen and (max-width: 37.5rem) {
  .thanks__container {
    grid-template-columns: 1fr;
  }
}
.thanks__text-container {
  grid-column: 1/2;
  grid-row: 1/2;
}
.thanks__heading {
  padding: 4rem 0 2rem 0;
  font-weight: 900;
  font-size: clamp(1.8rem, 1.8rem + 2.5vw, 4rem);
  margin-bottom: 1rem;
}
.thanks__paragraph {
  margin-top: 0;
}
.thanks__image-container {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 37.5rem) {
  .thanks__image-container {
    grid-column: 1/2;
    grid-row: 2/3;
    justify-content: center;
    align-items: center;
  }
}
.thanks__image {
  display: block;
  max-width: 200px;
  min-height: auto;
  margin-top: 1rem;
}
.thanks__buttons {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 48.75rem) {
  .thanks__buttons {
    flex-direction: column;
  }
}
.thanks__button--portfolio {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  margin: 2rem 0 2.5rem 0;
  border-radius: 0.3125rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 48rem) {
  .thanks__button--portfolio {
    font-size: 0.9rem;
    margin: 1.5rem 0 2rem 0;
  }
}
@media screen and (max-width: 36rem) {
  .thanks__button--portfolio {
    font-size: 0.8rem;
    margin: 1rem 0 1.5rem 0;
  }
}
@media (hover: hover) {
  .thanks__button--portfolio:hover {
    transform: translateY(-4px);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    font-weight: 600;
  }
}
.thanks__button--portfolio:active {
  transform: translateY(2px) scale(0.98);
  box-shadow: none;
  transition: transform 0.1s;
}
.thanks__button--portfolio:focus-visible {
  outline: 1px solid #FFAA00;
  outline-offset: 3px;
}
.thanks__button--portfolio {
  background-color: #C71585;
  border: 1px solid #C71585;
  color: white;
  margin: 0;
  margin-top: auto;
}
.thanks__button--portfolio:hover {
  background-color: #660066;
}
.thanks__button--portfolio:active {
  background-color: #4d004d;
}
.thanks__button--portfolio:focus-visible {
  outline-color: #FFAA00;
}
.thanks__button--home {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  margin: 2rem 0 2.5rem 0;
  border-radius: 0.3125rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 48rem) {
  .thanks__button--home {
    font-size: 0.9rem;
    margin: 1.5rem 0 2rem 0;
  }
}
@media screen and (max-width: 36rem) {
  .thanks__button--home {
    font-size: 0.8rem;
    margin: 1rem 0 1.5rem 0;
  }
}
@media (hover: hover) {
  .thanks__button--home:hover {
    transform: translateY(-4px);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    font-weight: 600;
  }
}
.thanks__button--home:active {
  transform: translateY(2px) scale(0.98);
  box-shadow: none;
  transition: transform 0.1s;
}
.thanks__button--home:focus-visible {
  outline: 1px solid #FFAA00;
  outline-offset: 3px;
}
.thanks__button--home {
  border: 1px solid #C71585;
  color: #C71585;
  margin: 0;
  margin-top: auto;
}
.thanks__button--home:hover {
  background-color: #660066;
  color: white;
}
.thanks__button--home:active {
  background-color: #4d004d;
  color: white;
}
.thanks__button--home:focus-visible {
  outline-color: #FFAA00;
  color: white;
}

.product__container {
  max-width: 70rem;
  margin: 0 auto;
  padding: 6rem 1.25rem 1.25rem 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 50.25rem) {
  .product__container {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto auto;
  }
}
.product__image-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 50.25rem) {
  .product__image-container {
    grid-column: 1/4;
    gap: 1rem;
  }
}
.product__image-main {
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  aspect-ratio: 1/1;
}
.product__image-main:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.product__image-main img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.product__image-main:hover img {
  transform: scale(1.05);
}
.product__thumbnails {
  grid-column: 1/-1;
  grid-row: 2/3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media screen and (min-width: 50.25rem) {
  .product__thumbnails {
    gap: 1rem;
  }
}
.product__thumbnail {
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.product__thumbnail:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.product__thumbnail img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__thumbnail:hover {
  border-color: #800080;
}
@media screen and (min-width: 50.25rem) {
  .product__text-container {
    grid-column: -1/-3;
    grid-row: 1;
  }
}
.product__subheading {
  font-size: clamp(1rem, 1rem + 0.5vw, 1.3rem);
  font-family: "Work Sans", sans-serif;
  color: #333333;
  margin-bottom: 0;
}
.product__variants {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product__link--web {
  color: #333333;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 0.2em;
}
.product__list {
  margin: 3rem 0 1rem 0;
  padding: 1rem 0;
  list-style-type: none;
  border-top: 1px solid #800080;
  border-bottom: 1px solid #800080;
  font-size: 0.9rem;
}
.product__list-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.product__label {
  font-weight: 600;
}
.product__price {
  font-weight: 900;
  font-size: clamp(1.2rem, 1.2rem + 1.1vw, 1.9rem);
  margin: 1rem 0 2rem 0;
}
.product__accent-radio {
  accent-color: #800080;
  padding-top: 0.4rem;
}
.product__buttons {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.product__button-cta {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  margin: 2rem 0 2.5rem 0;
  border-radius: 0.3125rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 48rem) {
  .product__button-cta {
    font-size: 0.9rem;
    margin: 1.5rem 0 2rem 0;
  }
}
@media screen and (max-width: 36rem) {
  .product__button-cta {
    font-size: 0.8rem;
    margin: 1rem 0 1.5rem 0;
  }
}
@media (hover: hover) {
  .product__button-cta:hover {
    transform: translateY(-4px);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    font-weight: 600;
  }
}
.product__button-cta:active {
  transform: translateY(2px) scale(0.98);
  box-shadow: none;
  transition: transform 0.1s;
}
.product__button-cta:focus-visible {
  outline: 1px solid #FFAA00;
  outline-offset: 3px;
}
.product__button-cta {
  background-color: white;
  border: 1px solid #C71585;
  color: #C71585;
  margin: 0;
  margin-top: auto;
}
.product__button-cta:hover {
  background-color: #660066;
  color: white;
}
.product__button-cta:active {
  background-color: #4d004d;
  color: white;
}
.product__button-cta:focus-visible {
  outline-color: #FFAA00;
  color: white;
}
.product__back--link {
  text-decoration-thickness: 0.5px;
  text-underline-offset: 0.2em;
  color: #333333;
  display: flex;
  gap: 1rem;
  transition: color 0.2s;
}
.product__back--link:hover {
  color: #800080;
}

.lightbox {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
}
.lightbox.active {
  display: flex;
}
.lightbox__content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox__image {
  max-width: 100%;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: auto;
  border: 2px solid white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.lightbox__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.625rem;
  border-radius: 50%;
  transition: color 0.3s ease;
  z-index: 1001;
}
@media screen and (max-width: 48rem) {
  .lightbox__close {
    top: 0.625rem;
    right: 0.625rem;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
  }
}
.lightbox__close:hover {
  color: #ccc;
}
.lightbox__nav {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.625rem;
  border-radius: 50%;
  transition: color 0.3s ease;
  z-index: 1001;
  top: 50%;
  transform: translateY(-50%);
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 48rem) {
  .lightbox__nav {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
  }
}
.lightbox__nav:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.lightbox__nav--prev {
  left: 1.25rem;
}
@media screen and (max-width: 48rem) {
  .lightbox__nav--prev {
    left: 0.625rem;
  }
}
.lightbox__nav--next {
  right: 1.25rem;
}
@media screen and (max-width: 48rem) {
  .lightbox__nav--next {
    right: 0.625rem;
  }
}

.inquiry {
  background-color: #F8F5F9;
}
.inquiry__container {
  margin: 0 auto;
  padding: 2rem 1.25rem;
  max-width: 40rem;
}
.inquiry__heading {
  padding-top: 4rem;
  font-weight: 900;
  font-size: clamp(1.8rem, 1.8rem + 2.5vw, 4rem);
  margin-bottom: 1rem;
}
.inquiry__text {
  margin-bottom: 2rem;
}
.inquiry__fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.inquiry__fieldset--radio {
  margin-top: 1.5rem;
}
.inquiry__legend {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: clamp(1.35rem, 1.35rem + 1.5vw, 2.2rem);
}
.inquiry__label {
  display: block;
  margin: 0.5rem 0 0.2rem 0;
  font-weight: 500;
}
.inquiry__label--textarea {
  margin-top: 0.8rem;
}
.inquiry__input, .inquiry__textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #800080;
  border-radius: 10px;
  font-family: inherit;
  margin-bottom: 0.5rem;
}
.inquiry__input::-moz-placeholder, .inquiry__textarea::-moz-placeholder {
  color: #333333;
  opacity: 0.5;
}
.inquiry__input::placeholder, .inquiry__textarea::placeholder {
  color: #333333;
  opacity: 0.5;
}
.inquiry__input:focus, .inquiry__textarea:focus, .inquiry__button:focus {
  outline: 2px solid #FFAA00;
}
.inquiry__input.is-invalid, .inquiry__textarea.is-invalid {
  border: 2px solid #C71585 !important;
  background-color: #fff8f8;
}
.inquiry__input.is-invalid:focus, .inquiry__textarea.is-invalid:focus {
  outline-color: #C71585;
  box-shadow: 0 0 5px rgba(217, 48, 37, 0.3);
}
.inquiry__error {
  display: block;
  color: #C71585;
  font-size: 0.85rem;
  margin: 0 0 0.8rem 0;
  font-weight: 500;
}
.inquiry__radio-group {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 0.5rem;
}
.inquiry__radio-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.inquiry__radio {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: #800080;
}
.inquiry__radio:focus-visible {
  outline: 2px solid #FFAA00;
  outline-offset: 2px;
}
.inquiry__button {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  margin: 2rem 0 2.5rem 0;
  border-radius: 0.3125rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 48rem) {
  .inquiry__button {
    font-size: 0.9rem;
    margin: 1.5rem 0 2rem 0;
  }
}
@media screen and (max-width: 36rem) {
  .inquiry__button {
    font-size: 0.8rem;
    margin: 1rem 0 1.5rem 0;
  }
}
@media (hover: hover) {
  .inquiry__button:hover {
    transform: translateY(-4px);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    font-weight: 600;
  }
}
.inquiry__button:active {
  transform: translateY(2px) scale(0.98);
  box-shadow: none;
  transition: transform 0.1s;
}
.inquiry__button:focus-visible {
  outline: 1px solid #FFAA00;
  outline-offset: 3px;
}
.inquiry__button {
  background-color: #C71585;
  color: white;
  margin-top: 1rem;
}
.inquiry__button:hover {
  background-color: #660066;
}
.inquiry__button:active {
  background-color: #4d004d;
}
.inquiry__button:focus-visible {
  outline-color: #FFAA00;
}
.inquiry__status {
  margin-top: 1rem;
}
.inquiry__botcheck {
  display: none;
}

.cookies__title {
  font-size: clamp(1.35rem, 1.35rem + 1.5vw, 2.2rem);
  margin-top: 3rem;
}
.cookies__section-heading {
  font-size: clamp(1rem, 1rem + 0.5vw, 1.3rem);
  font-family: "Work Sans", sans-serif;
  margin: 2rem 0 0 0;
  color: #800080;
}
.cookies__article-heading {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #333333;
}
.cookies__list {
  margin: 0 0 1rem 0;
  list-style-type: disc;
  padding-left: 1rem;
}
.cookies__list-item {
  padding-left: 0.5rem;
}
.cookies__article-body {
  margin-top: 0;
}

#cc-main {
  --cc-btn-primary-bg: #C71585 !important;
  --cc-btn-primary-border-color: #C71585 !important;
  --cc-btn-primary-hover-bg: #800080 !important;
  --cc-btn-primary-hover-border-color: #800080 !important;
  --cc-btn-primary-color: #ffffff !important;
  --cc-toggle-on-bg: #C71585 !important;
  --cc-link-color: #C71585 !important;
  --cc-btn-secondary-bg: #f4f4f4 !important;
  --cc-btn-secondary-color: #800080 !important;
  --cc-btn-secondary-hover-bg: #e2e2e2 !important;
  --cc-primary-color: #800080 !important;
}/*# sourceMappingURL=style.css.map */