@font-face {
  font-family: "Discovery";
  src: url("../fonts/discovery font.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #4b4a49;
  background: #fff;
  font-family: "Discovery", Arial, sans-serif;
  line-height: 1.2;
}

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.hero {
  position: relative;
  min-height: 56vw;
  max-height: 810px;
  background:
    linear-gradient(90deg, rgba(7, 15, 9, 0.38), rgba(16, 21, 17, 0.12) 42%, rgba(4, 7, 5, 0.5)),
    url("../images/back.png") center / cover no-repeat;
  color: #fff;
  overflow: hidden;
}

.nav {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  width: min(100% - 96px, 1144px);
  padding-top: 28px;
  transform: translateX(-50%);
  transition: color 180ms ease;
}

.nav.is-light {
  color: #fff;
}

.nav.is-dark {
  color: #050505;
}

.nav.is-light .nav__menu span {
  background: rgba(218, 219, 202, 0.78);
}

.nav.is-dark .nav__menu span {
  background: #30322b;
}

.nav__brand {
  justify-self: start;
  font-size: clamp(2rem, 3.3vw, 3.25rem);
  font-weight: 300;
  letter-spacing: 0;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: clamp(36px, 5vw, 78px);
  padding-top: 34px;
  font-size: clamp(1.1rem, 1.45vw, 1.45rem);
  white-space: nowrap;
}

.nav__menu {
  justify-self: end;
  display: flex;
  gap: 7px;
  padding-top: 31px;
  border: 0;
  background: transparent;
}

.nav__menu span,
.footer__squares span {
  width: 34px;
  aspect-ratio: 1;
  border-radius: 5px;
  background: rgba(218, 219, 202, 0.78);
}

.hero__content {
  position: absolute;
  left: max(56px, 4vw);
  right: max(56px, 4vw);
  bottom: 10%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 40px;
}

.hero__content h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(4rem, 6.6vw, 6.6rem);
  font-weight: 300;
  line-height: 0.92;
  letter-spacing: 0;
}

.hero__content p {
  margin: 0 10vw 2vw 0;
  color: #fff;
  font-size: clamp(1.6rem, 2.2vw, 2.25rem);
  font-weight: 400;
}

.intro {
  position: relative;
  min-height: 0;
  padding: 95px 32px 160px;
}

.intro__media {
  position: relative;
  z-index: 2;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.intro__media img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.intro__card {
  position: absolute;
  inset: 0;
  color: #fff;
  pointer-events: none;
}

.intro__lead {
  position: absolute;
  z-index: 1;
  top: 39%;
  left: 51%;
  width: 36%;
  margin: 0;
  font-size: clamp(1.24rem, calc(2.25vw - 5px), 1.69rem);
  line-height: 1.08;
  font-weight: 400;
}

.intro__note {
  display: none;
  position: absolute;
  z-index: 1;
  top: calc(79% + 5px);
  left: calc(69% - 5px);
  width: 24%;
  margin: 0;
  color: #111;
  font-size: clamp(0.59rem, calc(1.1vw - 5px), 0.74rem);
  line-height: 1.05;
}

.book-button {
  position: absolute;
  left: 50%;
  bottom: 70px;
  transform: translateX(-50%);
  min-width: 340px;
  padding: 13px 25px 16px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  color: #070707;
  background: #f1f1f1;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.24);
  font-size: clamp(1.5rem, 2.1vw, 2rem);
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.book-button:hover {
  transform: translateX(-50%) translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.volcano {
  position: relative;
  min-height: 0;
  padding-top: 104px;
  overflow: visible;
  background: #fff;
}

.volcano__text {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 64px));
  margin-left: 10.2%;
  padding-top: 5px;
}

.volcano__text p {
  margin: 0;
  color: #4a4a4a;
  font-size: clamp(1.35rem, 2.15vw, 2.15rem);
  line-height: 1.12;
  font-weight: 400;
}

.volcano img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  margin-top: 56px;
  object-fit: contain;
  object-position: center top;
}

.volcano::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 90px;
  background:
    linear-gradient(#fff 0 0) 2% 0 / 32px 30px no-repeat,
    linear-gradient(#fff 0 0) 7% 44px / 28px 28px no-repeat,
    linear-gradient(#fff 0 0) 17% 24px / 30px 30px no-repeat,
    linear-gradient(#fff 0 0) 34% 32px / 28px 28px no-repeat,
    linear-gradient(#fff 0 0) 49% 0 / 30px 30px no-repeat,
    linear-gradient(#fff 0 0) 63% 12px / 28px 28px no-repeat,
    linear-gradient(#fff 0 0) 78% 34px / 30px 30px no-repeat,
    linear-gradient(#fff 0 0) 88% 12px / 30px 30px no-repeat,
    linear-gradient(#fff 0 0) 94% 24px / 28px 28px no-repeat;
}

.schedule {
  position: relative;
  padding: 122px 32px 150px;
  background: #fff;
}

.schedule h2 {
  margin: 0 0 28px;
  color: #151515;
  font-size: clamp(2.2rem, 3.4vw, 3.45rem);
  font-weight: 400;
  line-height: 1.05;
  text-align: center;
}

.schedule__panel {
  position: relative;
  width: min(1052px, 100%);
  margin: 0 auto;
  padding: 62px 100px 58px;
  border-radius: 12px;
  color: #fff;
  overflow: hidden;
  background: #b8b79b;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.24);
}

.schedule__panel>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.schedule__copy {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  margin-bottom: 58px;
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1.16;
}

.schedule__copy p,
.schedule__copy span {
  margin: 0;
}

.schedule__copy span {
  grid-column: 2;
  max-width: 280px;
  margin-top: -30px;
  font-size: 0.95em;
}

.schedule__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.4fr 1fr;
  row-gap: 34px;
  column-gap: 42px;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
}

.application_to_participate {
  position: relative;
  min-height: 910px;
  color: #fff;
  overflow: hidden;
}

.application_to_participate img {
  width: 100%;
  min-height: 910px;
  object-fit: cover;
  object-position: center top;
}

.application_to_participate::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.08);
}

.application_to_participate p {
  position: absolute;
  z-index: 1;
  top: 19%;
  right: 11.5%;
  width: min(470px, 44vw);
  margin: 0;
  font-size: clamp(1.05rem, 1.45vw, 1.4rem);
  line-height: 1.16;
}

.application-card {
  position: absolute;
  z-index: 2;
  left: 11.5%;
  top: 12%;
  width: min(500px, 42vw);
  padding: 22px 30px 24px;
  border-radius: 8px;
  color: #fff;
  background: rgba(55, 55, 55, 0.84);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.application-card h2,
.application-card p {
  position: static;
  width: auto;
  margin: 0;
}

.application-card h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1;
}

.application-card p {
  padding: 20px 0 22px;
  font-size: clamp(0.95rem, 1.25vw, 1.25rem);
  line-height: 1.1;
}

.application-card label {
  display: block;
}

.application-card label span {
  display: block;
  font-size: clamp(0.95rem, 1.25vw, 1.2rem);
}

.application-card input[type="text"],
.application-card input[type="email"],
.application-card input[type="tel"] {
  width: 100%;
  height: 28px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  color: #fff;
  background: transparent;
  outline: none;
}

.application-card__check {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 14px 0 10px;
}

.application-card__check input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #d8d8d8;
}

.application-card__check span {
  font-size: clamp(0.55rem, 0.75vw, 0.72rem);
}

.application-card button {
  width: 100%;
  min-height: 34px;
  border: 0;
  color: #fff;
  background: rgba(205, 205, 205, 0.66);
  font-size: clamp(1rem, 1.45vw, 1.35rem);
}

.application-card small {
  display: block;
  padding-top: 8px;
  font-size: clamp(0.5rem, 0.66vw, 0.65rem);
  line-height: 1.15;
}

.footer {
  position: relative;
  margin-top: -40px;
  padding: 120px 32px 48px;
  color: #4d4d4d;
  background: transparent;
}

.footer__image {
  display: none;
}

.main-footer .footer__image,
.about-footer .footer__image {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: min(1190px, calc(100% - 48px));
  height: 100%;
  transform: translateX(-50%);
  object-fit: fill;
  pointer-events: none;
}

.footer__panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.5fr 0.9fr 0.8fr;
  gap: 60px;
  width: min(1116px, 100%);
  min-height: 250px;
  margin: 0 auto;
  padding: 34px 38px 30px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 42% 30%, rgba(255, 255, 255, 0.9), transparent 13%),
    radial-gradient(circle at 88% 38%, rgba(255, 255, 255, 0.8), transparent 12%),
    linear-gradient(90deg, rgba(199, 199, 192, 0.9), rgba(181, 184, 171, 0.9));
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
}

.main-footer .footer__panel {
  background: transparent;
  box-shadow: none;
}

.main-footer .footer__brand {
  margin-bottom: 88px;
}

.footer__brand {
  display: inline-block;
  margin-bottom: 58px;
  font-size: clamp(2.2rem, 3.3vw, 3.25rem);
  line-height: 1.28;
}

.footer p,
.footer a {
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.15;
}

.footer__links,
.footer__meta {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer__meta {
  justify-content: flex-end;
}

.footer__squares {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: auto;
}

.footer__squares span {
  background: #30322b;
}

.booking-modal {
  width: min(520px, calc(100% - 32px));
  padding: 28px;
  border: 0;
  border-radius: 18px;
  color: #222;
  background: #f8f8f4;
}

.booking-modal::backdrop {
  background: rgba(0, 0, 0, 0.46);
}

.booking-modal__close-form {
  display: flex;
  justify-content: flex-end;
}

.booking-modal__close-form button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #e5e5df;
  font-size: 1.4rem;
}

.booking-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.booking-form h2 {
  margin: 0 0 8px;
  font-size: 2rem;
  font-weight: 400;
}

.booking-form input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d8d8d0;
  border-radius: 10px;
  background: #fff;
}

.booking-form .book-button {
  position: static;
  min-width: 0;
  width: 100%;
  transform: none;
  font-size: 1.35rem;
}

.booking-form .book-button:hover {
  transform: translateY(-2px);
}

.form-message {
  min-height: 22px;
  margin: 0;
}

.about-page {
  background: #f8f8f3;
}

.about-hero {
  position: relative;
  min-height: 620px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(12, 18, 13, 0.62), rgba(19, 26, 20, 0.18) 48%, rgba(8, 11, 8, 0.52)),
    url("../images/back.png") center / cover no-repeat;
  overflow: hidden;
}

.about-nav {
  color: #fff;
}

.about-nav__back {
  justify-self: end;
  display: flex;
  gap: 7px;
  padding-top: 31px;
}

.about-nav__back span {
  width: 34px;
  aspect-ratio: 1;
  border-radius: 5px;
  background: rgba(218, 219, 202, 0.78);
}

.about-hero__content {
  position: absolute;
  left: max(56px, 7vw);
  right: max(32px, 6vw);
  bottom: 74px;
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  align-items: end;
  gap: 44px;
}

.about-hero__content p,
.about-hero__content h1 {
  margin: 0;
}

.about-hero__content p {
  font-size: clamp(2rem, 3.4vw, 3.6rem);
}

.about-hero__content h1 {
  max-width: 880px;
  font-size: clamp(3.2rem, 6vw, 6.2rem);
  font-weight: 400;
  line-height: 0.94;
}

.about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  gap: 56px;
  width: min(1140px, calc(100% - 64px));
  margin: 0 auto;
  padding: 112px 0 96px;
  align-items: center;
}

.about-intro__text {
  display: grid;
  gap: 28px;
  color: #454442;
  font-size: clamp(1.8rem, 3.1vw, 3.25rem);
  line-height: 1.08;
}

.about-intro__text p {
  margin: 0;
}

.about-intro img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
}

.about-principles {
  padding: 70px 32px 120px;
  background: #fff;
}

.about-principles h2 {
  width: min(1060px, 100%);
  margin: 0 auto 42px;
  color: #151515;
  font-size: clamp(2.4rem, 4.2vw, 4.4rem);
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.about-principles__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  width: min(1060px, 100%);
  margin: 0 auto;
}

.about-principles article {
  min-height: 280px;
  padding: 28px;
  border-radius: 12px;
  color: #f8f8f3;
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 255, 255, 0.18), transparent 18%),
    linear-gradient(180deg, rgba(38, 70, 45, 0.96), rgba(70, 105, 75, 0.93));
}

.about-principles span {
  display: block;
  margin-bottom: 54px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.15rem;
}

.about-principles h3 {
  margin: 0 0 18px;
  font-size: clamp(1.8rem, 2.4vw, 2.6rem);
  font-weight: 400;
}

.about-principles p {
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.14;
}

.about-team {
  position: relative;
  min-height: 720px;
  color: #fff;
  overflow: hidden;
}

.about-team img {
  width: 100%;
  min-height: 720px;
  object-fit: cover;
}

.about-team::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.36));
}

.about-team__card {
  position: absolute;
  z-index: 1;
  right: max(32px, 9vw);
  bottom: 96px;
  width: min(530px, calc(100% - 64px));
  padding: 34px 38px 38px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 70% 24%, rgba(255, 255, 255, 0.42), transparent 16%),
    linear-gradient(90deg, rgba(196, 196, 188, 0.82), rgba(156, 164, 139, 0.82));
  color: #3e3e3b;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.24);
}

.about-team__card h2 {
  margin: 0 0 24px;
  font-size: clamp(2rem, 3.1vw, 3.3rem);
  font-weight: 400;
}

.about-team__card p {
  margin: 0;
  font-size: clamp(1.05rem, 1.45vw, 1.4rem);
  line-height: 1.14;
}

.about-team__meta {
  padding-top: 34px;
}

.about-footer {
  margin-top: 40px;
  padding-top: 92px;
}

.about-footer .footer__panel {
  background: transparent;
  box-shadow: none;
}

.about-layout {
  color: #050505;
  background: #fff;
}

.about-top {
  position: relative;
  min-height: 945px;
  overflow: visible;
  background: #fff;
}

.about-top__nav {
  z-index: 3;
  color: #fff;
}

.about-top__shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.about-top__title {
  position: relative;
  z-index: 2;
  width: min(1160px, calc(100% - 80px));
  margin: 0 auto;
  padding-top: 235px;
}

.about-top__title h1 {
  margin: 0 0 120px;
  color: #fff;
  font-size: clamp(4.5rem, 6.8vw, 6.9rem);
  font-weight: 400;
  line-height: 0.92;
}

.about-top__title p {
  max-width: 570px;
  margin: 0;
  font-size: clamp(2.35rem, 3.45vw, 3.65rem);
  line-height: 1.08;
}

.about-history {
  width: min(1120px, calc(100% - 80px));
  margin: 0 auto;
  padding: 10px 0 155px;
  text-align: center;
}

.about-history h2 {
  margin: 0 0 48px;
  font-size: clamp(6rem, 11vw, 10.4rem);
  font-weight: 400;
  line-height: 0.88;
}

.about-history p {
  width: min(1020px, 100%);
  margin: 0 auto;
  font-size: clamp(1.35rem, 1.85vw, 1.75rem);
  line-height: 1.08;
}

.about-place {
  display: grid;
  grid-template-columns: minmax(280px, 575px) minmax(280px, 510px);
  gap: 36px;
  width: min(1120px, calc(100% - 80px));
  margin: 0 auto;
  padding-bottom: 132px;
  align-items: start;
}

.about-place img {
  width: 100%;
  aspect-ratio: 575 / 405;
  object-fit: cover;
}

.about-place__copy {
  display: flex;
  flex-direction: column;
  min-height: 470px;
  padding-top: 0;
  font-size: clamp(1.35rem, 1.9vw, 1.85rem);
  line-height: 1.08;
}

.about-place__copy p {
  margin: 0 0 28px;
}

.about-place__button {
  position: static;
  align-self: flex-end;
  min-width: 345px;
  margin-top: auto;
  transform: none;
  font-size: clamp(1.55rem, 2.05vw, 2rem);
}

.about-place__button:hover {
  transform: translateY(-2px);
}

.about-values {
  position: relative;
  width: min(1120px, calc(100% - 80px));
  min-height: 1070px;
  margin: 0 auto;
  padding-bottom: 150px;
}

.about-values h2 {
  margin: 0 0 90px;
  font-size: clamp(5.8rem, 10vw, 9.2rem);
  font-weight: 400;
  line-height: 1.45;
}

.about-values__list {
  display: grid;
  gap: 185px;
  max-width: 660px;
}

.about-values article h3 {
  margin: 0 0 4px;
  font-size: clamp(1.55rem, 2.15vw, 2.05rem);
  font-weight: 400;
  line-height: 1.08;
}

.about-values article p {
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  line-height: 1.08;
}

.about-values__image {
  position: absolute;
  right: 0;
  top: 560px;
  width: min(520px, 44vw);
  height: auto;
}

.about-contact {
  width: min(1120px, calc(100% - 80px));
  margin: 0 auto;
  padding-bottom: 260px;
}

.about-contact article {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #1c251c;
}

.about-contact img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-contact article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.14);
}

.about-contact h2,
.about-contact p {
  position: absolute;
  z-index: 1;
  margin: 0;
}

.about-contact h2 {
  font-size: clamp(2.9rem, 4.35vw, 4.75rem);
  font-weight: 400;
  line-height: 1.05;
}

.about-contact p {
  font-size: clamp(1rem, 1.55vw, 1.45rem);
  line-height: 1.1;
}

.about-contact__wide {
  height: 345px;
  margin-bottom: 74px;
}

.about-contact__wide h2 {
  left: 38px;
  top: 38px;
}

.about-contact__wide p {
  top: 38px;
  right: 60px;
  width: min(470px, 43%);
}

.about-contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.about-contact__grid article {
  height: 405px;
}

.about-contact__grid h2 {
  left: 34px;
  right: 34px;
  top: 30px;
}

.about-contact__grid p {
  left: 34px;
  right: 34px;
  bottom: 34px;
}

.events-page {
  color: #050505;
  background: #fff;
}

.events-hero {
  position: relative;
  min-height: 960px;
  overflow: hidden;
  background: #d8d8d4;
}

.events-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.events-nav {
  color: #fff;
}

.events-hero h1 {
  position: absolute;
  z-index: 1;
  left: 28.4%;
  top: 350px;
  margin: 0;
  color: #fff;
  font-size: clamp(6rem, 9.6vw, 10rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
}

.events-programs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 305px));
  justify-content: center;
  gap: 105px;
  min-height: 965px;
  padding: 160px 40px 140px;
  overflow: hidden;
  background: #fff;
}

.events-programs__decor {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.events__decor-left {
  left: -6px;
  bottom: 0;
  width: 540px;
}

.events__decor-right {
  right: -4px;
  bottom: 120px;
  width: 520px;
}

.event-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.event-card>img {
  width: 305px;
  height: 160px;
  object-fit: cover;
  margin-bottom: 40px;
}

.event-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 340px;
  padding: 0 28px 30px;
  text-align: center;
}

.event-card:nth-of-type(1) .event-card__body,
.event-card:nth-of-type(3) .event-card__body {
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.08);
}

.event-card__body p,
.event-card__body h2,
.event-card__body span,
.event-card__body strong {
  margin: 0;
}

.event-card__body p {
  margin-bottom: 18px;
  font-size: clamp(1.45rem, 1.9vw, 1.75rem);
}

.event-card__body h2 {
  margin-bottom: 24px;
  font-size: clamp(1.65rem, 2.4vw, 2.25rem);
  font-weight: 400;
  line-height: 1.08;
}

.event-card__body span {
  margin-bottom: 10px;
  font-size: clamp(1.1rem, 1.55vw, 1.35rem);
}

.event-card__body strong {
  margin: 10px 0 32px;
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
  font-weight: 400;
}

.event-card__button,
.events-corporate__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 248px;
  min-height: 46px;
  border: 0;
  color: #050505;
  background: #cfc9c9;
  font-size: clamp(1rem, 1.45vw, 1.25rem);
}

.events-corporate {
  display: grid;
  grid-template-columns: 380px 1fr 300px;
  align-items: start;
  gap: 14px;
  width: min(1120px, calc(100% - 80px));
  min-height: 620px;
  margin: -5px auto 0;
  padding-bottom: 120px;
}

.events-corporate>img {
  width: 380px;
  height: 380px;
  object-fit: cover;
}

.events-corporate__title {
  padding-top: 4px;
}

.events-corporate__title h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1.05;
}

.events-corporate__title p {
  margin: 242px 0 0;
  font-size: clamp(1rem, 1.45vw, 1.2rem);
}

.events-corporate__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 220px;
  padding-top: 4px;
}

.events-corporate__price strong {
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-weight: 400;
}

.events-footer {
  position: relative;
  margin-top: 0;
  padding-top: 135px;
  overflow: hidden;
}

.events-footer--pink {
  padding-top: clamp(520px, 46vw, 690px);
  overflow: visible;
}

.events-footer__decor {
  position: absolute;
  left: 50%;
  top: 0;
  width: min(820px, 70vw);
  transform: translateX(-50%);
  opacity: 0.94;
  pointer-events: none;
}

.events-footer .footer__panel {
  position: relative;
  z-index: 1;
  background:
    radial-gradient(circle at 42% 30%, rgba(255, 255, 255, 0.9), transparent 13%),
    radial-gradient(circle at 88% 38%, rgba(255, 255, 255, 0.72), transparent 12%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.86));
}

.shop-page {
  color: #050505;
  background: #fff;
}

.shop-header {
  min-height: 430px;
  background: #fff;
}

.shop-nav {
  color: #050505;
}

.shop-header h1 {
  width: min(1120px, calc(100% - 80px));
  margin: 150px auto 0;
  font-size: clamp(7rem, 12vw, 12.5rem);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: 0;
}

.shop-showcase {
  min-height: 804px;
  padding: 40px 0 100px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.08)),
    url("../images/shop/shop-bg.png") center / cover no-repeat;
}

.shop-showcase__inner {
  width: min(1116px, calc(100% - 80px));
  margin: 0 auto;
}

.shop-showcase h2 {
  margin: 0 0 38px;
  color: #fff;
  font-size: clamp(3.4rem, 5vw, 5rem);
  font-weight: 400;
  line-height: 1.03;
}

.shop-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 346px));
  justify-content: center;
  gap: 14px;
}

.shop-card {
  padding: 18px 24px 18px;
  background: #c4b6b6;
}

.shop-card img {
  width: 100%;
  height: 341px;
  object-fit: cover;
}

.shop-card__meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
  min-height: 62px;
  padding-top: 12px;
}

.shop-card__meta p,
.shop-card__meta strong {
  margin: 0;
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  font-weight: 400;
  line-height: 1.06;
}

.shop-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 34px;
  margin-top: 8px;
  border: 0;
  color: #050505;
  background: #e6e6e6;
  font-size: clamp(1rem, 1.15vw, 1.15rem);
}

.shop-footer {
  margin-top: 0;
  padding-top: 62px;
  background: #fff;
}

.not-found-page {
  min-height: 100vh;
  color: #fff;
  background: #111;
}

.not-found {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
  padding: 32px;
  text-align: center;
  overflow: hidden;
}

.not-found img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.not-found a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: min(420px, 100%);
  min-height: 64px;
  padding: 12px 28px;
  border-radius: 16px;
  color: #050505;
  background: rgba(232, 232, 232, 0.88);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}

@media (max-width: 980px) {
  .hero {
    min-height: 680px;
  }

  .nav {
    width: calc(100% - 40px);
    grid-template-columns: 1fr auto;
  }

  .nav__links {
    display: none;
  }

  .hero__content {
    left: 28px;
    right: 28px;
    grid-template-columns: 1fr;
  }

  .hero__content p {
    margin: 0;
    justify-self: end;
  }

  .intro {
    min-height: 0;
    padding: 70px 24px 140px;
  }

  .intro__media {
    width: min(1120px, 100%);
    margin: 0 auto;
  }

  .intro__media img {
    min-height: 0;
  }

  .intro__card {
    position: absolute;
    inset: 0;
    width: auto;
    margin: 0;
    padding: 0;
  }

  .intro__note {
    position: absolute;
    top: 79%;
    left: 68%;
    width: 25%;
    margin: 0;
    color: #111;
  }

  .volcano {
    min-height: 0;
  }

  .volcano__text {
    margin-left: 32px;
  }

  .schedule {
    padding: 90px 24px 110px;
  }

  .schedule__panel {
    padding: 42px 34px;
  }

  .schedule__copy {
    gap: 34px;
  }

  .footer {
    margin-top: -120px;
  }

  .main-footer {
    margin-top: -60px;
  }

  .footer__panel {
    grid-template-columns: 1fr 1fr;
  }

  .footer__meta {
    grid-column: 1 / -1;
  }

  .footer__squares {
    justify-content: flex-start;
  }

  .about-hero__content {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .about-intro {
    grid-template-columns: 1fr;
    width: min(720px, calc(100% - 48px));
    padding: 78px 0;
  }

  .about-intro img {
    min-height: 420px;
  }

  .about-principles__grid {
    grid-template-columns: 1fr;
  }

  .about-principles article {
    min-height: 220px;
  }

  .about-team__card {
    right: 24px;
    bottom: 70px;
  }

  .about-top {
    min-height: 780px;
  }

  .about-top__shape {
    width: 100vw;
    height: 780px;
    opacity: 0.96;
  }

  .about-top__title {
    width: calc(100% - 48px);
    padding-top: 220px;
  }

  .about-top__title h1 {
    margin-bottom: 100px;
  }

  .about-history,
  .about-place,
  .about-values,
  .about-contact {
    width: calc(100% - 48px);
  }

  .about-history {
    padding-bottom: 95px;
  }

  .about-place {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 92px;
  }

  .about-place__copy {
    min-height: 0;
  }

  .about-place__button {
    align-self: center;
    margin-top: 34px;
  }

  .about-values {
    min-height: 0;
    padding-bottom: 110px;
  }

  .about-values h2 {
    margin-bottom: 70px;
    line-height: 1.15;
  }

  .about-values__list {
    gap: 92px;
    max-width: 58%;
  }

  .about-values__image {
    top: 390px;
    width: 42vw;
  }

  .about-contact {
    padding-bottom: 140px;
  }

  .about-contact__wide {
    height: 300px;
  }

  .about-contact__wide p {
    right: 32px;
  }

  .about-contact__grid {
    grid-template-columns: 1fr;
  }

  .events-hero {
    min-height: 720px;
  }

  .events-hero h1 {
    left: 9%;
    top: 300px;
    font-size: clamp(5rem, 13vw, 8rem);
  }

  .events-programs {
    grid-template-columns: repeat(3, minmax(210px, 1fr));
    gap: 28px;
    padding: 110px 24px 120px;
  }

  .event-card>img {
    width: 100%;
  }

  .events__decor-left {
    width: 420px;
  }

  .events__decor-right {
    width: 420px;
    bottom: 80px;
  }

  .events-corporate {
    grid-template-columns: 320px 1fr;
    gap: 28px;
    width: calc(100% - 48px);
    min-height: 0;
  }

  .events-corporate>img {
    width: 320px;
    height: 320px;
  }

  .events-corporate__price {
    grid-column: 2;
    align-items: flex-start;
    gap: 34px;
    padding-top: 0;
  }

  .events-corporate__title p {
    margin-top: 80px;
  }

  .shop-header {
    min-height: 380px;
  }

  .shop-header h1,
  .shop-showcase__inner {
    width: calc(100% - 48px);
  }

  .shop-header h1 {
    margin-top: 130px;
  }

  .shop-products {
    grid-template-columns: repeat(3, minmax(210px, 1fr));
  }

  .shop-card {
    padding: 16px;
  }

  .shop-card img {
    height: 260px;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 560px;
  }

  .nav {
    width: calc(100% - 28px);
    padding-top: 18px;
  }

  .nav__menu span,
  .footer__squares span {
    width: 28px;
  }

  .hero__content h1 {
    font-size: clamp(3.4rem, 16vw, 5rem);
  }

  .hero__content p {
    justify-self: start;
    font-size: 1.4rem;
  }

  .intro {
    padding: 48px 16px 128px;
  }

  .intro__media img {
    min-height: 0;
  }

  .intro__card {
    padding: 0;
  }

  .intro__lead {
    top: 38%;
    left: 47%;
    width: 43%;
    font-size: clamp(0.41rem, calc(3.3vw - 5px), 0.79rem);
    line-height: 1.04;
  }

  .intro__note {
    top: calc(78% + 5px);
    left: calc(62% - 5px);
    width: 31%;
    font-size: clamp(0.35rem, calc(2vw - 5px), 0.45rem);
    line-height: 1.04;
  }

  .book-button {
    min-width: min(330px, calc(100% - 32px));
    font-size: 1.45rem;
  }

  .volcano {
    padding-top: 64px;
  }

  .volcano__text {
    width: calc(100% - 32px);
    margin-left: 16px;
  }

  .schedule {
    padding: 72px 16px 88px;
  }

  .schedule__panel {
    padding: 30px 22px;
  }

  .schedule__copy {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 38px;
  }

  .schedule__copy span {
    grid-column: auto;
    margin-top: 0;
  }

  .schedule__grid {
    grid-template-columns: 0.8fr 0.55fr 1fr;
    row-gap: 22px;
    column-gap: 14px;
    font-size: 0.98rem;
  }

  .application_to_participate,
  .application_to_participate img {
    min-height: 680px;
  }

  .application_to_participate p {
    top: 12%;
    left: 24px;
    right: 24px;
    width: auto;
    font-size: 1.05rem;
  }

  .application-card {
    left: 24px;
    top: 34%;
    width: min(430px, calc(100% - 48px));
    padding: 20px 24px 22px;
  }

  .application-card p {
    padding: 16px 0 18px;
    font-size: 1rem;
  }

  .footer {
    margin-top: -90px;
    padding: 0 16px 32px;
  }

  .main-footer {
    margin-top: 0;
    padding-top: 42px;
  }

  .footer__panel {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 22px;
  }

  .footer__brand {
    margin-bottom: 36px;
  }

  .about-hero {
    min-height: 560px;
  }

  .about-nav__back span {
    width: 28px;
  }

  .about-hero__content {
    left: 20px;
    right: 20px;
    bottom: 48px;
  }

  .about-intro {
    width: calc(100% - 32px);
    padding: 56px 0;
  }

  .about-intro__text {
    font-size: clamp(1.65rem, 9vw, 2.45rem);
  }

  .about-intro img {
    min-height: 320px;
  }

  .about-principles {
    padding: 56px 16px 82px;
  }

  .about-principles article {
    min-height: 0;
    padding: 24px;
  }

  .about-principles span {
    margin-bottom: 36px;
  }

  .about-team,
  .about-team img {
    min-height: 640px;
  }

  .about-team__card {
    left: 16px;
    right: 16px;
    bottom: 52px;
    width: auto;
    padding: 26px 22px;
  }

  .about-footer {
    margin-top: 34px;
  }

  .about-top {
    min-height: 945px;
  }

  .about-top__shape {
    left: 0;
    right: auto;
    width: 100%;
    height: 100%;
  }

  .about-top__title {
    width: calc(100% - 32px);
    padding-top: 195px;
  }

  .about-top__title h1 {
    margin-bottom: 88px;
    font-size: clamp(3.5rem, 16vw, 5rem);
  }

  .about-top__title p {
    max-width: 330px;
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .about-history,
  .about-place,
  .about-values,
  .about-contact {
    width: calc(100% - 32px);
  }

  .about-history {
    padding: 30px 0 76px;
  }

  .about-history h2 {
    margin-bottom: 30px;
    font-size: clamp(4.2rem, 24vw, 7rem);
  }

  .about-history p {
    font-size: 1.2rem;
  }

  .about-place {
    padding-bottom: 82px;
  }

  .about-place__copy {
    font-size: 1.35rem;
  }

  .about-place__button {
    min-width: min(345px, 100%);
  }

  .about-values {
    padding-bottom: 86px;
  }

  .about-values h2 {
    margin-bottom: 56px;
    font-size: clamp(4.1rem, 22vw, 6.3rem);
  }

  .about-values__list {
    gap: 72px;
    max-width: 100%;
  }

  .about-values__image {
    position: static;
    width: min(420px, 100%);
    margin: 56px 0 0 auto;
  }

  .about-contact {
    padding-bottom: 90px;
  }

  .about-contact__wide,
  .about-contact__grid article {
    height: 420px;
  }

  .about-contact__wide {
    margin-bottom: 26px;
  }

  .about-contact h2 {
    left: 24px;
    right: 24px;
    top: 24px;
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .about-contact p,
  .about-contact__wide p {
    left: 24px;
    right: 24px;
    bottom: 24px;
    top: auto;
    width: auto;
    font-size: 1.05rem;
  }

  .events-hero {
    min-height: 560px;
  }

  .events-hero__image {
    object-position: center top;
  }

  .events-hero h1 {
    left: 20px;
    right: 20px;
    top: 250px;
    font-size: clamp(3.9rem, 18vw, 5.8rem);
  }

  .events-programs {
    grid-template-columns: minmax(0, 305px);
    gap: 58px;
    min-height: 0;
    padding: 76px 16px 90px;
  }

  .events__decor-left {
    left: -120px;
    bottom: 52%;
    width: 360px;
  }

  .events__decor-right {
    right: -150px;
    bottom: 14%;
    width: 360px;
  }

  .event-card__body {
    min-height: 0;
  }

  .events-corporate {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
    padding-bottom: 80px;
  }

  .events-corporate>img {
    width: min(380px, 100%);
    height: auto;
    aspect-ratio: 1;
  }

  .events-corporate__title p {
    margin-top: 80px;
  }

  .events-corporate__price {
    grid-column: auto;
    gap: 38px;
  }

  .events-corporate button {
    width: min(248px, 100%);
  }

  .events-footer {
    padding-top: 86px;
  }

  .events-footer--pink {
    padding-top: min(675px, 88vw);
  }

  .events-footer__decor {
    width: min(780px, 100vw);
  }

  .shop-header {
    min-height: 320px;
  }

  .shop-header h1 {
    width: calc(100% - 32px);
    margin-top: 120px;
    font-size: clamp(5rem, 24vw, 7.6rem);
  }

  .shop-showcase {
    padding: 36px 0 70px;
  }

  .shop-showcase__inner {
    width: calc(100% - 32px);
  }

  .shop-showcase h2 {
    margin-bottom: 30px;
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .shop-products {
    grid-template-columns: minmax(0, 346px);
    gap: 24px;
  }

  .shop-card img {
    height: auto;
    aspect-ratio: 295 / 341;
  }

  .shop-footer {
    padding-top: 42px;
  }

  .not-found-page {
    margin: 0;
    min-height: 100vh;
  }

  .not-found {
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 60px;
    box-sizing: border-box;
  }

  .not-found__button {
    display: inline-flex;
    padding: 14px 28px;
    border-radius: 14px;
    text-decoration: none;
    font-size: 18px;
  }

  .not-found__button:hover {
    opacity: 0.8;
  }
}
