@import url("https://fonts.googleapis.com/css2?family=Anton&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* media query */
/* border-radius */
/* transitions time */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_justify {
  text-align: justify;
}

img {
  max-width: 100%;
  display: block;
}

*:focus {
  outline: none;
}

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

.pull_right {
  float: right;
}

.pull_left {
  float: left;
}

.only_mobile {
  display: none;
}
@media screen and (max-width: 640px) {
  .only_mobile {
    display: block;
  }
}

.only_tablet_mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .only_tablet_mobile {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .only_desktop {
    display: none;
  }
}

a {
  color: #de165a;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

em,
i {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Anton", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

strong,
b {
  font-weight: 700;
}

p {
  margin: 0 0 20px 0;
}

.search-form {
  position: relative;
  max-width: 100%;
}
.search-form__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.search-form__label {
  margin: 0;
  padding: 0;
}
.search-form__input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--wp--preset--color--white, #ffffff);
  border: 2px solid var(--wp--preset--color--primary, #007cba);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.search-form__input-wrapper:focus-within {
  border-color: var(--wp--preset--color--secondary, #005a87);
  box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}
.search-form__field {
  flex: 1;
  padding: 12px 16px;
  border: none;
  background: transparent;
  font-size: 16px;
  line-height: 1.5;
  color: var(--wp--preset--color--black, #000000);
  outline: none;
}
.search-form__field::placeholder {
  color: #666;
  opacity: 1;
}
.search-form__field::-webkit-search-decoration, .search-form__field::-webkit-search-cancel-button, .search-form__field::-webkit-search-results-button, .search-form__field::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.search-form__field:focus {
  outline: none;
}
.search-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  background: var(--wp--preset--color--primary, #007cba);
  color: var(--wp--preset--color--white, #ffffff);
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.search-form__submit:hover {
  background: var(--wp--preset--color--secondary, #005a87);
  transform: translateY(-1px);
}
.search-form__submit:active {
  transform: translateY(0);
}
.search-form__submit:focus {
  outline: 2px solid var(--wp--preset--color--secondary, #005a87);
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .search-form__submit-text {
    display: none;
  }
}
.search-form__icon {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}
@media (min-width: 769px) {
  .search-form__icon {
    width: 16px;
    height: 16px;
  }
}
.search-form__description {
  font-size: 0.875rem;
  color: #666;
}
.search-form--inline .search-form__wrapper {
  flex-direction: row;
  align-items: center;
}
.search-form--inline .search-form__input-wrapper {
  flex: 1;
}
.search-form--compact .search-form__field {
  padding: 8px 12px;
}
.search-form--compact .search-form__submit {
  padding: 8px 16px;
}
.search-form--rounded .search-form__input-wrapper {
  border-radius: 50px;
}
@media (prefers-color-scheme: dark) {
  .search-form .search-form__input-wrapper {
    background: #1a1a1a;
    border-color: #444;
  }
  .search-form .search-form__field {
    color: #ffffff;
  }
  .search-form .search-form__field::placeholder {
    color: #999;
  }
}

.widget .search-form {
  margin-bottom: 0;
}
.widget .search-form .search-form__input-wrapper {
  border-radius: 4px;
}
.widget .search-form .search-form__field {
  padding: 10px 14px;
  font-size: 14px;
}
.widget .search-form .search-form__submit {
  padding: 10px 16px;
  font-size: 12px;
}

.site-header .search-form {
  max-width: 300px;
}
@media (max-width: 768px) {
  .site-header .search-form {
    max-width: 100%;
    margin-top: 1rem;
  }
}

@media (max-width: 480px) {
  .search-form__field {
    font-size: 16px;
  }
  .search-form__submit {
    min-width: 60px;
  }
  .search-form__submit-text {
    display: none;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #333333;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
}

img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.page_section {
  min-height: auto;
}

.main_container_int {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.sayoc-menu-pdf {
  display: grid;
  gap: 16px;
  width: 100%;
}

.sayoc-menu-pdf__link {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #de165a;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.sayoc-menu-pdf__link:hover, .sayoc-menu-pdf__link:focus {
  background: #000;
  text-decoration: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 72px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.header.is-scrolled {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.header.is-hidden-before-sticky {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-100%);
}

.header_inner {
  width: 100%;
  max-width: 1140px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header_logo {
  display: none;
  margin-right: auto;
  flex-shrink: 0;
}
.header_logo img {
  display: block;
  height: 40px;
  width: auto;
}
.is-scrolled .header_logo {
  display: block;
}

.customize-support .header {
  top: 32px;
}

.header_menu {
  width: 100%;
  margin: 0 auto;
}
.header_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.header_menu li {
  margin: 0;
  padding: 0;
}
.header_menu a {
  display: block;
  text-decoration: none;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.header_menu a:hover, .header_menu a:focus {
  color: #de165a;
}
.is-scrolled .header_menu a {
  color: #333333;
}
.is-scrolled .header_menu a:hover, .is-scrolled .header_menu a:focus {
  color: #de165a;
}

.header_menu li:last-child a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 4px;
  background-color: #de165a;
  color: #fff;
  line-height: 1;
}
.header_menu li:last-child a::after {
  content: "\f437";
  font-family: "bootstrap-icons";
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}
.header_menu li:last-child a:hover, .header_menu li:last-child a:focus {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.header_logo {
  height: 40px;
}
.header_logo img {
  height: 100%;
}

.menu-toggle {
  display: none;
}

.header_mobile_cta {
  display: none;
}

.header_languages {
  display: none;
}

@media screen and (max-width: 960px) {
  body.menu-open {
    overflow: hidden;
  }
  .header {
    height: 64px;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  }
  .header.is-hidden-before-sticky {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .header_logo {
    display: block;
    position: relative;
    z-index: 2;
  }
  .header_logo img {
    height: 36px;
  }
  .header_menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    width: min(82vw, 360px);
    height: 100vh;
    height: 100dvh;
    margin: 0;
    padding: 92px 30px 32px;
    border-radius: 0;
    background: #fff;
    box-shadow: -22px 0 48px rgba(0, 0, 0, 0.16);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.28s ease;
  }
  .menu-open .header_menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .header_menu ul {
    display: grid;
    gap: 18px;
    justify-content: stretch;
  }
  .header_menu a {
    padding: 6px 0;
    color: #000;
    font-size: 20px;
    line-height: 1;
  }
  .header_menu li:last-child a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin-top: 8px;
    padding: 0 16px;
    border-radius: 6px;
    background: #de165a;
    color: #fff;
    font-size: 14px;
  }
  .header_menu li:last-child a::after {
    display: inline-block;
  }
  .header_languages {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 22px;
  }
  .header_languages a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
  }
  .header_languages a:hover, .header_languages a:focus {
    background-color: rgba(222, 22, 90, 0.1);
    text-decoration: none;
    transform: translateY(-1px);
  }
  .header_mobile_cta {
    position: relative;
    z-index: 1002;
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-left: auto;
    border-radius: 8px;
    background: #de165a;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
  }
  .header_mobile_cta:hover, .header_mobile_cta:focus {
    background: #000;
    color: #fff;
    text-decoration: none;
  }
  .menu-toggle {
    position: relative;
    z-index: 1002;
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-left: 10px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #000;
    cursor: pointer;
  }
  .menu-toggle_bar {
    display: block;
    width: 20px;
    height: 2px;
    margin: 1.5px 0;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  .menu-toggle[aria-expanded=true] .menu-toggle_bar:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }
  .menu-toggle[aria-expanded=true] .menu-toggle_bar:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle[aria-expanded=true] .menu-toggle_bar:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }
}
.pink {
  color: #de165a;
}

.green {
  color: #3d883b;
}

.yellow {
  color: #fab408;
}

.hero_section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 20px;
  overflow: hidden;
}

.hero_inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, 350px) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: stretch;
  position: relative;
}

.hero_content {
  position: relative;
  z-index: 2;
  padding: 32px 0 48px;
}

.hero_logo {
  width: 140px;
  margin-bottom: 48px;
}
.hero_logo img {
  display: block;
  width: 100%;
}

.hero_title {
  margin: 0 0 26px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: clamp(46px, 6.8vw, 84px);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero_subtitle {
  max-width: 310px;
  margin: 0;
  color: #000;
  font-size: clamp(14px, 1.3vw, 16px);
  font-weight: 700;
  line-height: 1.55;
}

.hero_visual {
  position: relative;
  z-index: 1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  padding: 118px 0 48px;
}

.hero_blob {
  width: min(100%, 760px);
  aspect-ratio: 1.48/1;
  margin-left: auto;
  overflow: hidden;
  border-radius: 90px 0 52px 52px;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.13);
  transform: rotate(-3deg);
}

.hero_blob video,
.hero_blob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: rotate(3deg) scale(1.08);
}

.hero_squiggle {
  position: absolute;
  display: block;
  width: 68px;
  height: 27px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.hero_squiggle--pink {
  top: 20%;
  left: -50px;
  background-image: url("data:image/svg+xml,%3Csvg width='74' height='36' viewBox='0 0 74 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 32C16 21 20 12 27 4C24 17 23 25 22 34C32 20 43 11 56 4C50 11 45 19 41 29C50 20 59 15 71 11' stroke='%23DE165A' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
}

.hero_squiggle--blue {
  left: 0;
  bottom: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='24' viewBox='0 0 80 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 18C9 5 16 5 23 18C30 31 37 5 44 18C51 31 58 5 65 18C70 27 75 23 78 18' stroke='%233985D3' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
}

.hero_dots {
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 88px;
  height: 88px;
  background-image: radial-gradient(#3d883b 2.2px, transparent 2.4px);
  background-size: 14px 14px;
  pointer-events: none;
  border-radius: 50%;
}

@media screen and (max-width: 960px) {
  .hero_section {
    min-height: auto;
    padding: 94px 18px 40px;
  }
  .hero_inner {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .hero_content {
    padding: 28px 0 0;
  }
  .hero_logo {
    display: none;
  }
  .hero_visual {
    padding: 24px 0 0;
  }
  .hero_blob {
    width: 100%;
    aspect-ratio: 1.05/1;
    border-radius: 58px 0 38px 38px;
  }
  .hero_squiggle--pink {
    top: 44px;
    right: 12px;
    left: auto;
  }
  .hero_squiggle--blue {
    position: relative;
    left: auto;
    bottom: auto;
    display: block;
    margin: 26px 0 8px;
  }
}
@media screen and (max-width: 640px) {
  .hero_title {
    font-size: clamp(44px, 16vw, 68px);
  }
  .hero_blob {
    aspect-ratio: 1.1/1;
    border-radius: 42px 0 32px 32px;
  }
  .hero_dots {
    right: -28px;
    bottom: -22px;
  }
}
.sayoc_section {
  min-height: auto;
  padding: clamp(34px, 5vw, 58px) 20px;
  background: #fff;
  overflow: hidden;
}

.sayoc_inner {
  display: grid;
  grid-template-columns: minmax(170px, 220px) minmax(260px, 1fr) minmax(420px, 1.72fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
}

.sayoc_intro {
  align-self: start;
}

.sayoc_title {
  position: relative;
  display: inline-block;
  margin: 0 0 clamp(28px, 3vw, 38px);
  color: #000;
  font-size: clamp(32px, 3.2vw, 46px);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}
.sayoc_title::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: -18px;
  width: 112px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='18' viewBox='0 0 120 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11C22 8 35 7 52 10C68 13 88 16 116 10' stroke='%23DE165A' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.sayoc_categories {
  display: grid;
  gap: 15px;
}

.sayoc_category {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: #000;
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 700;
  line-height: 1.1;
}

.sayoc_category_icon {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.sayoc_content {
  align-self: center;
  color: #000;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 700;
  line-height: 1.55;
}
.sayoc_content p,
.sayoc_content ul,
.sayoc_content ol {
  margin: 0 0 22px;
}
.sayoc_content ul,
.sayoc_content ol {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}
.sayoc_content li {
  position: relative;
  margin: 0;
  padding-left: 23px;
}
.sayoc_content li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #de165a;
  transform: translateY(-50%);
}
.sayoc_content > :last-child {
  margin-bottom: 0;
}

.sayoc_visual {
  position: relative;
  min-width: 0;
  padding-bottom: 24px;
}

.sayoc_image {
  position: relative;
  z-index: 1;
  aspect-ratio: 1.12/1;
  overflow: hidden;
  border-radius: 58px;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.14);
  clip-path: inset(0 round 58px);
}
.sayoc_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sayoc_accent {
  position: absolute;
  display: block;
  pointer-events: none;
}

.sayoc_accent--yellow {
  left: -18px;
  bottom: 0;
  z-index: 0;
  width: 118px;
  height: 70px;
  background-image: url("data:image/svg+xml,%3Csvg width='124' height='76' viewBox='0 0 124 76' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8C20 54 57 76 116 58' stroke='%23FAB408' stroke-width='6' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.sayoc_menu_area {
  display: grid;
  justify-items: center;
  gap: 18px;
  margin-top: clamp(20px, 3vw, 34px);
}

.sayoc_highlight {
  width: min(100%, 720px);
  padding: clamp(18px, 2.5vw, 26px) clamp(18px, 3vw, 34px);
  border-radius: 8px;
  background: #fab408;
  color: #000;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
}
.sayoc_highlight h1,
.sayoc_highlight h2,
.sayoc_highlight h3,
.sayoc_highlight h4,
.sayoc_highlight h5,
.sayoc_highlight h6 {
  margin: 0 0 10px 0;
}
.sayoc_highlight p,
.sayoc_highlight ul,
.sayoc_highlight ol {
  margin: 0 0 12px;
}
.sayoc_highlight > :last-child {
  margin-bottom: 0;
}

.sayoc_menu_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 4px;
  background: #de165a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.sayoc_menu_button:hover, .sayoc_menu_button:focus {
  background: #000;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 1100px) {
  .sayoc_inner {
    grid-template-columns: minmax(170px, 0.75fr) minmax(260px, 1fr);
  }
  .sayoc_visual {
    grid-column: 1/-1;
    width: 100%;
    justify-self: stretch;
  }
}
@media screen and (max-width: 760px) {
  .sayoc_section {
    padding: 34px 18px 40px;
  }
  .sayoc_inner {
    grid-template-columns: minmax(128px, 0.82fr) minmax(158px, 1.18fr);
    gap: 22px 18px;
    align-items: start;
  }
  .sayoc_title {
    margin-bottom: 30px;
  }
  .sayoc_categories {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .sayoc_category {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    font-size: 14px;
  }
  .sayoc_category_icon {
    width: 26px;
    height: 26px;
  }
  .sayoc_visual {
    grid-column: 2;
    grid-row: 1;
    justify-self: stretch;
    padding-bottom: 16px;
  }
  .sayoc_content {
    grid-column: 1/-1;
  }
  .sayoc_menu_area {
    margin-top: 16px;
  }
  .sayoc_highlight {
    width: 100%;
    padding: 16px 18px;
  }
  .sayoc_menu_button {
    width: min(100%, 260px);
  }
  .sayoc_image {
    aspect-ratio: 1/1;
    border-radius: 24px;
    clip-path: inset(0 round 24px);
  }
}
@media screen and (max-width: 430px) {
  .sayoc_inner {
    grid-template-columns: minmax(118px, 0.78fr) minmax(150px, 1.22fr);
    gap: 20px 14px;
  }
  .sayoc_title {
    font-size: 32px;
  }
  .sayoc_category {
    font-size: 12px;
  }
  .sayoc_category_icon {
    width: 23px;
    height: 23px;
  }
}
.pianvilly_section {
  min-height: auto;
  padding: clamp(28px, 4vw, 52px) 20px;
  background: #fff;
  overflow: hidden;
}

.pianvilly_inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(420px, 1.28fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: center;
  padding: clamp(42px, 5vw, 62px) clamp(42px, 6vw, 64px);
  border-radius: 40px;
  background: #eff6eb;
}

.pianvilly_content_wrap {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.pianvilly_pretitle {
  margin: 0 0 8px;
  color: #de165a;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.pianvilly_title {
  position: relative;
  display: inline-block;
  margin: 0 0 clamp(28px, 3vw, 38px);
  color: #000;
  font-size: clamp(32px, 3.2vw, 46px);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}
.pianvilly_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: min(100%, 285px);
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='292' height='18' viewBox='0 0 292 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11C46 7 86 6 131 10C178 14 223 8 288 10' stroke='%233D883B' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.pianvilly_content {
  color: #000;
  font-size: clamp(12px, 1.05vw, 15px);
  font-weight: 700;
  line-height: 1.65;
}
.pianvilly_content p,
.pianvilly_content ul,
.pianvilly_content ol {
  margin: 0 0 16px;
}
.pianvilly_content ul,
.pianvilly_content ol {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}
.pianvilly_content li {
  position: relative;
  margin: 0;
  padding-left: 18px;
}
.pianvilly_content li::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3d883b;
  transform: translateY(-50%);
}
.pianvilly_content > :last-child {
  margin-bottom: 0;
}

.pianvilly_image {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1.58/1;
  overflow: hidden;
  border-radius: 74px 18px 74px 18px;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.12);
  clip-path: inset(0 round 74px 18px 74px 18px);
}
.pianvilly_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pianvilly_dots,
.pianvilly_squiggle {
  position: absolute;
  display: block;
  pointer-events: none;
}

.pianvilly_dots {
  top: 56px;
  left: -54px;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(#3d883b 2.8px, transparent 3px);
  background-size: 18px 18px;
  border-radius: 50%;
}

.pianvilly_squiggle {
  top: 16px;
  right: 50px;
  width: 94px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg width='102' height='42' viewBox='0 0 102 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 31C17 16 23 6 31 4C42 2 35 34 47 32C58 30 58 7 69 8C80 9 72 34 84 29C88 28 91 24 98 25' stroke='%233985D3' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 960px) {
  .pianvilly_inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 42px 28px;
  }
  .pianvilly_content_wrap {
    display: contents;
  }
  .pianvilly_pretitle {
    order: 1;
    margin-bottom: 0;
  }
  .pianvilly_title {
    order: 2;
    margin-bottom: 12px;
  }
  .pianvilly_image {
    order: 3;
    aspect-ratio: 1.34/1;
  }
  .pianvilly_content {
    order: 4;
  }
}
@media screen and (max-width: 640px) {
  .pianvilly_section {
    padding: 26px 0 34px;
  }
  .pianvilly_inner {
    padding: 34px 22px 28px;
    border-radius: 30px;
  }
  .pianvilly_title {
    font-size: clamp(32px, 10vw, 46px);
  }
  .pianvilly_image {
    aspect-ratio: 1.35/1;
    border-radius: 42px 12px 42px 12px;
    clip-path: inset(0 round 42px 12px 42px 12px);
  }
  .pianvilly_dots {
    left: -56px;
  }
  .pianvilly_squiggle {
    right: 24px;
    width: 78px;
  }
}
.gallery_section {
  width: 100vw;
  margin: 56px 0;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: #fff;
}

.gallery_masonry {
  column-count: 8;
  column-gap: 8px;
  width: 100%;
  padding: 0 8px;
}

.gallery_masonry_item {
  display: block;
  break-inside: avoid;
  margin: 0 0 8px;
  overflow: hidden;
  background: #e0e0e0;
}

.gallery_masonry_button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.gallery_masonry_image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}
.gallery_masonry_item:hover .gallery_masonry_image {
  transform: scale(1.025);
  filter: saturate(1.06);
}

.gallery_masonry_image--1 {
  aspect-ratio: 4/5;
}

.gallery_masonry_image--2 {
  aspect-ratio: 1/1;
}

.gallery_masonry_image--3 {
  aspect-ratio: 3/4;
}

.gallery_masonry_image--4 {
  aspect-ratio: 5/4;
}

.gallery_masonry_image--5 {
  aspect-ratio: 2/3;
}

@media screen and (max-width: 1024px) {
  .gallery_section {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .gallery_masonry {
    column-count: 5;
  }
}
@media screen and (max-width: 640px) {
  .gallery_section {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .gallery_masonry {
    column-count: 3;
    column-gap: 8px;
    padding: 0 8px;
  }
  .gallery_masonry_item {
    margin-bottom: 8px;
  }
}
body.gallery-lightbox-open {
  overflow: hidden;
}

.gallery_lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.gallery_lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.gallery_lightbox_image {
  display: block;
  grid-row: 2;
  justify-self: center;
  max-width: min(100%, 1280px);
  max-height: calc(100vh - 132px);
  object-fit: contain;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}

.gallery_lightbox_button {
  position: absolute;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.gallery_lightbox_button:hover, .gallery_lightbox_button:focus {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.75);
}

.gallery_lightbox_button--close {
  top: 18px;
  right: 18px;
}

.gallery_lightbox_button--prev {
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
}

.gallery_lightbox_button--next {
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.gallery_lightbox_counter {
  grid-row: 3;
  justify-self: center;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .gallery_lightbox {
    padding: 12px;
  }
  .gallery_lightbox_image {
    max-height: calc(100vh - 116px);
  }
  .gallery_lightbox_button {
    width: 38px;
    height: 38px;
    font-size: 24px;
  }
  .gallery_lightbox_button--close {
    top: 12px;
    right: 12px;
  }
  .gallery_lightbox_button--prev {
    left: 12px;
  }
  .gallery_lightbox_button--next {
    right: 12px;
  }
}
.flex_row {
  display: grid;
  grid-template-columns: minmax(250px, 0.95fr) minmax(320px, 1.2fr) minmax(290px, 1fr);
  gap: clamp(34px, 4vw, 62px);
  width: calc(100% - 40px);
  max-width: 1140px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 58px) 0 clamp(40px, 6vw, 68px);
}

.info_column {
  position: relative;
  min-width: 0;
}

.events_section,
.contacts_section {
  padding-left: clamp(34px, 4vw, 58px);
}
.events_section::before,
.contacts_section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  border-radius: 999px;
  background: rgba(250, 180, 8, 0.45);
}

.contacts_section::before {
  background: rgba(61, 136, 59, 0.28);
}

.info_pretitle {
  margin: 0 0 9px;
  color: #de165a;
  font-size: clamp(13px, 1.1vw, 17px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.info_title {
  position: relative;
  display: inline-block;
  margin: 0 0 clamp(24px, 2.4vw, 34px);
  color: #000;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}
.info_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 132px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
}

.info_title--pink::after {
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='20' viewBox='0 0 160 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12C20 7 25 17 39 12C53 7 63 6 77 12C91 18 105 7 119 11C132 15 143 9 156 12' stroke='%23DE165A' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
}

.info_title--yellow::after {
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='20' viewBox='0 0 160 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12C21 5 32 7 45 13C58 19 70 5 84 11C98 17 110 7 124 11C137 15 146 8 156 11' stroke='%23FAB408' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
}

.info_title--blue::after {
  width: 168px;
  background-image: url("data:image/svg+xml,%3Csvg width='212' height='20' viewBox='0 0 212 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12C48 6 91 8 128 11C154 13 180 5 208 10' stroke='%233985D3' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
}

.events_section .info_title,
.contacts_section .info_title {
  margin-top: clamp(22px, 2vw, 26px);
}

.info_content {
  color: #000;
  font-size: clamp(11px, 0.95vw, 13px);
  font-weight: 700;
  line-height: 1.48;
}
.info_content p,
.info_content ul,
.info_content ol {
  margin: 0 0 12px;
}
.info_content > :last-child {
  margin-bottom: 0;
}

.history_content ul,
.history_content ol {
  display: grid;
  gap: 13px;
  padding: 0;
  list-style: none;
}
.history_content li {
  position: relative;
  padding-left: 27px;
}
.history_content li::before {
  content: "\f633";
  position: absolute;
  top: 0.08em;
  left: 0;
  color: #de165a;
  font-family: "bootstrap-icons";
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.history_squiggle {
  display: block;
  width: 112px;
  height: 23px;
  margin-top: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='140' height='32' viewBox='0 0 140 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 20C15 8 22 6 30 20C37 32 47 2 58 16C66 26 73 25 81 17C93 5 100 22 111 20C120 18 128 15 136 22' stroke='%23DE165A' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.events_list {
  display: grid;
  gap: 22px;
}

.event_item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.event_image {
  aspect-ratio: 1.13/1;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}
.event_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event_title {
  margin: 0 0 7px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 800;
  line-height: 1.25;
}

.event_content {
  font-size: clamp(11px, 0.9vw, 13px);
  font-weight: 700;
}

.contacts_list {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
}

.contact_item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  color: #000;
  text-decoration: none;
}
.contact_item:hover, .contact_item:focus {
  color: #de165a;
  text-decoration: none;
}

.contact_icon {
  display: block;
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.contact_text p {
  margin-bottom: 4px;
}

.contacts_image {
  position: relative;
  aspect-ratio: 1.72/1;
  overflow: visible;
}
.contacts_image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.13);
}

.contacts_image_accent {
  position: absolute;
  right: -24px;
  bottom: -18px;
  z-index: 0;
  width: 84px;
  height: 94px;
  background-image: url("data:image/svg+xml,%3Csvg width='88' height='98' viewBox='0 0 88 98' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M78 4C83 36 74 67 54 82C42 91 25 94 5 93' stroke='%233985D3' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

@media screen and (max-width: 1080px) {
  .flex_row {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .events_section,
  .contacts_section {
    padding-top: 36px;
    padding-left: 0;
  }
  .events_section::before,
  .contacts_section::before {
    inset: 0 0 auto;
    width: 100%;
    height: 3px;
  }
  .event_item {
    grid-template-columns: 118px minmax(0, 1fr);
  }
  .contacts_image {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 560px) {
  .flex_row {
    width: calc(100% - 36px);
    padding: 32px 0 44px;
  }
  .contact_item {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
  }
  .event_item {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 16px;
  }
  .event_image {
    width: 100%;
  }
  .contact_icon {
    width: 34px;
    height: 34px;
  }
}
.map_section {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  padding-top: clamp(10px, 2vw, 24px);
  background: #fff;
}

.map_embed {
  position: relative;
  width: 100%;
  min-height: clamp(300px, 48vh, 520px);
  overflow: hidden;
  background: #fff;
}
.map_embed iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.footer.footer--map-overlap {
  z-index: 2;
  margin-top: -18px;
}

@media screen and (max-width: 760px) {
  .map_section {
    padding-top: 0;
  }
  .map_embed {
    min-height: clamp(280px, 44vh, 460px);
  }
  .footer.footer--map-overlap {
    margin-top: -14px;
  }
}
.footer {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-top: -1px;
  margin-left: -50vw;
  padding: 18px 20px 14px;
  background: #de165a;
  color: #fff;
  overflow: hidden;
}

.footer_inner {
  position: relative;
  z-index: 1;
  display: flex;
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  min-height: 78px;
  padding-right: 110px;
}

.footer_logo {
  flex: 0 0 auto;
}
.footer_logo img {
  display: block;
  width: 92px;
  height: auto;
}

.footer_menu {
  flex: 1 1 auto;
}
.footer_menu ul {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(24px, 3.2vw, 52px);
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_menu li {
  margin: 0;
  padding: 0;
}
.footer_menu li:last-child {
  display: none;
}
.footer_menu a {
  display: block;
  color: #fff;
  font-size: clamp(11px, 0.9vw, 13px);
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.footer_menu a:hover, .footer_menu a:focus {
  color: #fab408;
  text-decoration: none;
}

.footer_meta {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}

.footer_languages {
  display: flex;
  gap: 8px;
  align-items: center;
}
.footer_languages a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.footer_languages a:hover, .footer_languages a:focus {
  background-color: rgba(255, 255, 255, 0.18);
  text-decoration: none;
  transform: translateY(-1px);
}

.footer_copy {
  flex: 0 0 auto;
  color: #fff;
  font-size: clamp(11px, 0.9vw, 13px);
  font-weight: 700;
  line-height: 1.35;
}
.footer_copy p {
  margin: 0 0 4px;
}
.footer_copy > :last-child {
  margin-bottom: 0;
}

.footer_squiggle {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 70px;
  height: 25px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='84' height='32' viewBox='0 0 84 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 21C12 8 17 7 23 21C29 35 36 3 44 17C50 27 55 27 61 18C69 5 74 20 80 18' stroke='%23FAB408' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M72 27H80' stroke='%23FAB408' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 900px) {
  .footer {
    padding: 34px 20px 30px;
    border-radius: 34px 34px 0 0;
  }
  .footer_inner {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 22px 30px;
    align-items: center;
    min-height: auto;
    padding-right: 0;
    text-align: left;
  }
  .footer_logo {
    grid-row: 1/span 2;
  }
  .footer_menu ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, max-content));
    gap: 10px 26px;
    justify-content: start;
  }
  .footer_meta {
    grid-column: 2;
  }
  .footer_copy {
    font-size: 11px;
  }
  .footer_squiggle {
    position: absolute;
    right: 20px;
    bottom: 28px;
    transform: none;
  }
}
@media screen and (max-width: 480px) {
  .footer_inner {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 18px 24px;
  }
  .footer_logo img {
    width: 82px;
  }
  .footer_menu a {
    font-size: 11px;
  }
}