@font-face {
  font-family: "Phenomena";
  src: url("fonts/phenomena/Phenomena-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Phenomena";
  src: url("fonts/phenomena/Phenomena-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("fonts/onest/cyrillic-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Onest";
  src: url("fonts/onest/latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Onest";
  src: url("fonts/onest/cyrillic-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Onest";
  src: url("fonts/onest/latin-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Onest";
  src: url("fonts/onest/cyrillic-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Onest";
  src: url("fonts/onest/latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: #2C2E26;
  background-color: #3D4038;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Phenomena", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #2C2E26;
}

p {
  margin: 0;
}

a {
  color: #E31E24;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover {
  color: #C4181D;
}

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

.section {
  width: 100%;
}

.section__inner {
  max-width: 2000px;
  margin: 0 auto;
  padding: clamp(48px, 6vw, 100px) clamp(20px, 4vw, 80px);
}

.section--hero {
  position: relative;
  overflow: hidden;
}

.section__inner--hero {
  position: relative;
  z-index: 1;
  padding-top: clamp(140px, 18vw, 200px);
  padding-bottom: clamp(48px, 6vw, 100px);
  padding-left: clamp(20px, 4vw, 80px);
  padding-right: clamp(20px, 4vw, 80px);
}

.section--light {
  color: #2C2E26;
  background: radial-gradient(ellipse 55% 45% at 100% 0%, rgba(227, 30, 36, 0.06) 0%, transparent 55%), radial-gradient(ellipse 50% 40% at 0% 100%, rgba(126, 132, 111, 0.14) 0%, transparent 50%), linear-gradient(180deg, #FFFCF5 0%, #F7F0D9 100%);
}

.section--soft {
  color: #2C2E26;
  background: radial-gradient(ellipse 50% 40% at 0% 0%, rgba(126, 132, 111, 0.05) 0%, transparent 50%), radial-gradient(ellipse 45% 35% at 100% 100%, rgba(227, 30, 36, 0.04) 0%, transparent 45%), linear-gradient(180deg, #FFFFFF 0%, #FEFCF8 60%, #FBF8F0 100%);
}

.section--dark {
  color: rgba(247, 240, 217, 0.88);
  background: radial-gradient(ellipse 55% 40% at 100% 0%, rgba(227, 30, 36, 0.1) 0%, transparent 55%), radial-gradient(ellipse 60% 50% at 0% 100%, rgba(126, 132, 111, 0.35) 0%, transparent 55%), radial-gradient(ellipse 70% 55% at 50% 40%, rgba(126, 132, 111, 0.15) 0%, transparent 65%), linear-gradient(155deg, #4A4F44 0%, #3D4038 30%, #2E3129 65%, #252722 100%);
}
.section--dark .section-header__title {
  color: #FFFCF5;
}
.section--dark .section-header__lead {
  color: rgba(247, 240, 217, 0.88);
}

.section-header {
  margin: 0 auto 48px;
  text-align: center;
}
@media (min-width: 768px) {
  .section-header {
    margin-bottom: 64px;
  }
}

.section-header__title {
  margin-bottom: 20px;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #2C2E26;
}

.section-header__lead {
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.65;
  color: #5A5E52;
}
.section-header__lead p + p {
  margin-top: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 36px;
  font-family: "Onest", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 50px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
}
.btn:active {
  transform: translateY(0);
}

.btn--primary {
  color: #FFFCF5;
  background-color: #E31E24;
  border-color: #E31E24;
}
.btn--primary:hover {
  color: #FFFCF5;
  background-color: #C4181D;
  border-color: #C4181D;
  transform: translateY(-1px);
}

.btn--outline-light {
  padding: 10px 24px;
  font-size: 0.9375rem;
  color: #F7F0D9;
  background-color: transparent;
  border-color: rgba(247, 240, 217, 0.5);
}
.btn--outline-light:hover {
  color: #3D4038;
  background-color: #F7F0D9;
  border-color: #F7F0D9;
  transform: translateY(-1px);
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #FAF6EB;
  background-image: radial-gradient(ellipse 90% 70% at 85% 10%, rgba(227, 30, 36, 0.05) 0%, transparent 55%), radial-gradient(ellipse 80% 60% at 10% 90%, rgba(126, 132, 111, 0.1) 0%, transparent 50%), radial-gradient(ellipse 70% 55% at 50% 25%, rgba(255, 252, 245, 0.9) 0%, transparent 60%), linear-gradient(165deg, #FFFDF8 0%, #F7F0D9 50%, #F3EBD4 100%);
  background-size: cover;
  background-position: center;
}

.hero__header-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: rgba(255, 252, 245, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 252, 245, 0.7);
  box-shadow: 0 4px 24px rgba(61, 64, 56, 0.08);
}

.hero__header-inner {
  max-width: 2000px;
  margin: 0 auto;
  padding: 10px clamp(20px, 4vw, 80px);
}
@media (min-width: 768px) {
  .hero__header-inner {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.hero__header {
  margin: 0;
}

.hero__nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 clamp(108px, 30vw, 140px) 0 48px;
}
@media (min-width: 992px) {
  .hero__nav {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
    min-height: 0;
    padding: 0;
  }
}

.hero__nav-list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .hero__nav-list {
    display: flex;
    gap: 28px;
  }
}
@media (min-width: 1200px) {
  .hero__nav-list {
    gap: 36px;
  }
}

@media (min-width: 992px) {
  .hero__nav-list--left {
    grid-column: 1;
    grid-row: 1;
    justify-content: flex-end;
  }
}

.hero__nav-aside {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .hero__nav-aside {
    position: static;
    transform: none;
    grid-column: 3;
    grid-row: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
    min-width: 0;
  }
}
@media (min-width: 1200px) {
  .hero__nav-aside {
    gap: 28px;
  }
}

.hero__nav-link {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #5A5E52;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.hero__nav-link:hover {
  color: #E31E24;
}
.hero__nav-link--accent {
  color: #E31E24;
}
.hero__nav-link--accent:hover {
  color: #C4181D;
}
.hero__nav-link--phone {
  font-weight: 600;
  color: #E31E24;
}
.hero__nav-link--phone:hover {
  color: #C4181D;
}

.hero__phone {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
  color: #E31E24;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}
@media (min-width: 576px) {
  .hero__phone {
    font-size: 0.9375rem;
  }
}
.hero__phone:hover {
  color: #C4181D;
}

@media (min-width: 992px) {
  .hero__logo {
    justify-self: center;
    grid-column: 2;
    grid-row: 1;
  }
}
.hero__logo img {
  width: 72px;
  height: auto;
}
@media (min-width: 576px) {
  .hero__logo img {
    width: 84px;
  }
}
@media (min-width: 992px) {
  .hero__logo img {
    width: 96px;
  }
}

.hero__nav-toggle {
  position: absolute;
  left: 0;
  top: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 20;
}
.hero__nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #2C2E26;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (min-width: 992px) {
  .hero__nav-toggle {
    display: none;
  }
}

.hero__nav-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hero__nav-toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.hero__nav-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero__nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(247, 240, 217, 0.97);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.hero__nav-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .hero__nav-overlay {
    display: none;
  }
}

.hero__nav-list--mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero__nav-list--mobile .hero__nav-link {
  font-size: 1.125rem;
}

.hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.hero__title {
  margin-bottom: 16px;
  font-size: clamp(2.25rem, 6vw, 4.5rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2C2E26;
}

.hero__subtitle {
  margin-bottom: 32px;
  font-size: clamp(1.0625rem, 2.5vw, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
  color: #7E846F;
}

.hero__text {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.7;
  color: #5A5E52;
}
@media (min-width: 768px) {
  .hero__text {
    font-size: 1.0625rem;
  }
}

.hero__values {
  display: grid;
  gap: 20px;
  max-width: 960px;
  margin: 36px auto;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .hero__values {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.hero__value {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 24px;
  text-align: center;
  background-color: rgba(255, 252, 245, 0.65);
  border: 1px solid rgba(126, 132, 111, 0.15);
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(61, 64, 56, 0.05);
}

.hero__value-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  background-color: rgba(227, 30, 36, 0.08);
  border-radius: 50%;
}
.hero__value-icon img {
  width: 32px;
  height: 32px;
}

.hero__value-title {
  font-family: "Phenomena", sans-serif;
  font-size: clamp(1.375rem, 2.5vw, 1.625rem);
  font-weight: 700;
  line-height: 1.2;
  color: #2C2E26;
  margin-bottom: 10px;
}

.hero__value-text {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #5A5E52;
}

.hero__cta {
  margin-top: 16px;
}

.programs__grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .programs__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
}
@media (min-width: 1200px) {
  .programs__grid {
    gap: 32px;
  }
}

.program-card {
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
  background-color: #F7F0D9;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .program-card {
    padding: 32px 28px;
  }
}

.program-card__num {
  display: block;
  margin-bottom: 12px;
  font-family: "Phenomena", sans-serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1;
  color: #E31E24;
}

.program-card__title {
  font-family: "Phenomena", sans-serif;
  font-size: clamp(1.375rem, 2.5vw, 1.625rem);
  font-weight: 700;
  line-height: 1.2;
  color: #2C2E26;
  margin-bottom: 16px;
}

.program-card__body {
  flex: 1;
  margin-bottom: 24px;
}
.program-card__body p {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #5A5E52;
}
.program-card__body p + p {
  margin-top: 10px;
}

.program-card__link {
  align-self: flex-start;
}

.format__content {
  text-align: center;
}

.format__title {
  margin-bottom: 36px;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #2C2E26;
}
@media (min-width: 768px) {
  .format__title {
    margin-bottom: 48px;
  }
}

.format__intro {
  margin-bottom: 32px;
}

.format__question {
  margin-bottom: 8px;
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  font-weight: 500;
  line-height: 1.5;
  color: #7E846F;
}

.format__emphasis {
  font-family: "Phenomena", sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
  color: #2C2E26;
}

.format__body {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: left;
}
.format__body p {
  font-size: clamp(1rem, 2vw, 1.0625rem);
  line-height: 1.7;
  color: #5A5E52;
}
.format__body p + p {
  margin-top: 16px;
}

.format__manifesto {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto 40px;
  padding: 28px 24px 28px 28px;
  text-align: left;
  background-color: rgba(255, 252, 245, 0.55);
  border-left: 4px solid #E31E24;
  border-radius: 0 12px 12px 0;
  box-shadow: 0 2px 16px rgba(61, 64, 56, 0.05);
}
@media (min-width: 768px) {
  .format__manifesto {
    padding: 32px 36px 32px 40px;
  }
}

.format__manifesto-line {
  font-size: clamp(1.0625rem, 2vw, 1.1875rem);
  line-height: 1.55;
}
.format__manifesto-line + .format__manifesto-line {
  margin-top: 12px;
}
.format__manifesto-line--muted {
  color: #8A8F82;
  font-weight: 400;
}
.format__manifesto-line--accent {
  font-family: "Phenomena", sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 700;
  line-height: 1.25;
  color: #E31E24;
}

.format__cta {
  text-align: center;
}

.space__title {
  margin-bottom: 36px;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  color: #2C2E26;
}
@media (min-width: 768px) {
  .space__title {
    margin-bottom: 48px;
  }
}

.space__lead {
  margin-bottom: 20px;
  font-family: "Phenomena", sans-serif;
  font-size: clamp(1.375rem, 3vw, 1.875rem);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  color: #2C2E26;
}
.space__lead strong {
  color: #E31E24;
  font-weight: 800;
}

.space__text {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  font-size: clamp(1rem, 2vw, 1.0625rem);
  line-height: 1.7;
  text-align: center;
  color: #5A5E52;
}

.space__focus {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding: 28px 24px;
  background-color: rgba(247, 240, 217, 0.45);
  border: 1px solid rgba(126, 132, 111, 0.18);
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(61, 64, 56, 0.04);
}
@media (min-width: 768px) {
  .space__focus {
    padding: 32px 40px;
  }
}

.space__focus-title {
  margin-bottom: 20px;
  font-size: clamp(1.0625rem, 2vw, 1.1875rem);
  font-weight: 600;
  line-height: 1.45;
  color: #2C2E26;
}

.space__list {
  display: grid;
  gap: 10px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 576px) {
  .space__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.space__list li {
  position: relative;
  padding-left: 1.5em;
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  line-height: 1.6;
  color: #5A5E52;
}
.space__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  background-color: #E31E24;
  border-radius: 50%;
}

.space__closing {
  text-align: center;
}
.space__closing p {
  font-size: clamp(1rem, 2vw, 1.0625rem);
  line-height: 1.7;
  color: #5A5E52;
}
.space__closing p + p {
  margin-top: 20px;
}

.space__closing-accent {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding-top: 24px;
  font-family: "Phenomena", sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem) !important;
  font-weight: 700;
  line-height: 1.4 !important;
  color: #7E846F !important;
  border-top: 1px solid rgba(126, 132, 111, 0.25);
}

.studio__header {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .studio__header {
    margin-bottom: 48px;
  }
}

.studio__title {
  margin-bottom: 16px;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #2C2E26;
}

.studio__lead {
  font-size: clamp(1.0625rem, 2.5vw, 1.25rem);
  font-weight: 500;
  line-height: 1.55;
  color: #7E846F;
}

.studio__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: clamp(160px, 22vw, 260px);
  gap: 16px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .studio__gallery {
    gap: 20px;
    margin-bottom: 56px;
  }
}

.studio__gallery-item {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(61, 64, 56, 0.1);
  cursor: zoom-in;
}
.studio__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.studio__gallery-item:hover img {
  transform: scale(1.04);
}
.studio__gallery-item--large {
  grid-column: span 2;
  grid-row: span 2;
}
@media (max-width: 767.98px) {
  .studio__gallery-item--large {
    grid-column: span 2;
    grid-row: span 1;
  }
}
@media (max-width: 575.98px) {
  .studio__gallery-item {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
}

.studio__intro {
  margin-bottom: 36px;
  font-size: clamp(1rem, 2vw, 1.0625rem);
  line-height: 1.7;
  text-align: center;
  color: #5A5E52;
}

.studio__zones {
  display: grid;
  gap: 20px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .studio__zones {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 24px;
  }
}

.studio__zone {
  padding: 24px;
  background-color: rgba(255, 252, 245, 0.65);
  border: 1px solid rgba(126, 132, 111, 0.15);
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(61, 64, 56, 0.05);
}
@media (min-width: 768px) {
  .studio__zone {
    padding: 28px;
  }
}

.studio__zone-title {
  font-family: "Phenomena", sans-serif;
  font-size: clamp(1.375rem, 2.5vw, 1.625rem);
  font-weight: 700;
  line-height: 1.2;
  color: #2C2E26;
  margin-bottom: 12px;
}

.studio__zone-text {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #5A5E52;
}
.studio__zone-text + .studio__zone-text {
  margin-top: 10px;
}

.studio__comfort {
  margin-bottom: 36px;
  padding: 28px 24px;
  background-color: rgba(255, 252, 245, 0.65);
  border: 1px solid rgba(126, 132, 111, 0.15);
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(61, 64, 56, 0.05);
}
@media (min-width: 768px) {
  .studio__comfort {
    padding: 32px 36px;
  }
}

.studio__comfort-title {
  font-family: "Phenomena", sans-serif;
  font-size: clamp(1.375rem, 2.5vw, 1.625rem);
  font-weight: 700;
  line-height: 1.2;
  color: #2C2E26;
  margin-bottom: 20px;
}

.studio__comfort-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.studio__comfort-list li {
  padding: 8px 16px;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #5A5E52;
  background-color: rgba(247, 240, 217, 0.5);
  border: 1px solid rgba(126, 132, 111, 0.15);
  border-radius: 999px;
}

.studio__closing {
  font-size: clamp(1.0625rem, 2vw, 1.1875rem);
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #7E846F;
}

.team__header {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .team__header {
    margin-bottom: 48px;
  }
}

.team__title {
  margin-bottom: 20px;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFCF5;
}

.team__intro {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.65;
  color: rgba(247, 240, 217, 0.88);
}

.team__highlight {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
  text-align: center;
}

.team__highlight-line {
  margin-bottom: 16px;
  font-size: clamp(1.0625rem, 2vw, 1.1875rem);
  font-weight: 500;
  line-height: 1.55;
  color: rgba(247, 240, 217, 0.88);
}

.team__emphasis {
  margin-bottom: 16px;
  font-family: "Phenomena", sans-serif;
  font-size: clamp(1.375rem, 3vw, 1.875rem);
  font-weight: 700;
  line-height: 1.3;
  color: #F7F0D9;
}

.team__text {
  font-size: clamp(1rem, 2vw, 1.0625rem);
  line-height: 1.65;
  color: rgba(247, 240, 217, 0.88);
}

.team__principles {
  display: grid;
  gap: 20px;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .team__principles {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.team__principle-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 24px;
  text-align: center;
  background-color: #F7F0D9;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}

.team__principle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  background-color: rgba(227, 30, 36, 0.08);
  border-radius: 50%;
}
.team__principle-icon img {
  width: 32px;
  height: 32px;
}

.team__principle-text {
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  font-weight: 500;
  line-height: 1.5;
  color: #2C2E26;
}

.team__approach {
  margin-bottom: 36px;
  text-align: center;
}

.team__approach-label {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  font-size: clamp(1.0625rem, 2vw, 1.1875rem);
  font-weight: 600;
  line-height: 1.45;
  color: #FFFCF5;
}

.team__steps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.team__step {
  font-family: "Phenomena", sans-serif;
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  font-weight: 700;
  line-height: 1.2;
  color: #F7F0D9;
}

.team__step-arrow {
  flex-shrink: 0;
  margin: 0 4px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  color: #E31E24;
  user-select: none;
}

.team__closing {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Phenomena", sans-serif;
  font-size: clamp(1.125rem, 2.5vw, 1.4375rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: rgba(247, 240, 217, 0.92);
}

.booking__header {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .booking__header {
    margin-bottom: 48px;
  }
}

.booking__title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #2C2E26;
}

.booking__grid {
  display: grid;
  gap: 20px;
  margin-bottom: 48px;
}
@media (min-width: 576px) {
  .booking__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (min-width: 992px) {
  .booking__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.booking__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 24px;
  text-align: center;
  background-color: rgba(255, 252, 245, 0.65);
  border: 1px solid rgba(126, 132, 111, 0.15);
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(61, 64, 56, 0.05);
}

.booking__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  background-color: rgba(227, 30, 36, 0.08);
  border-radius: 50%;
}
.booking__icon img {
  width: 32px;
  height: 32px;
}

.booking__card-title {
  font-family: "Phenomena", sans-serif;
  font-size: clamp(1.375rem, 2.5vw, 1.625rem);
  font-weight: 700;
  line-height: 1.2;
  color: #2C2E26;
  margin-bottom: 10px;
}

.booking__card-text {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #5A5E52;
}

.booking__cta {
  text-align: center;
}

.final__content {
  text-align: center;
}

.final__title {
  margin-bottom: 40px;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFCF5;
}
@media (min-width: 768px) {
  .final__title {
    margin-bottom: 48px;
  }
}

.final__barriers {
  display: grid;
  gap: 12px;
  max-width: 960px;
  margin: 0 auto 40px;
  padding: 0;
  list-style: none;
}
@media (min-width: 576px) {
  .final__barriers {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (min-width: 992px) {
  .final__barriers {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

.final__barrier {
  padding: 16px 20px;
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  font-weight: 500;
  line-height: 1.45;
  color: rgba(247, 240, 217, 0.88);
  background-color: rgba(247, 240, 217, 0.1);
  border: 1px solid rgba(247, 240, 217, 0.12);
  border-radius: 10px;
}

.final__message {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.final__message p {
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.65;
  color: rgba(247, 240, 217, 0.88);
}
.final__message p + p {
  margin-top: 16px;
}

.final__message-emphasis {
  font-family: "Phenomena", sans-serif;
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  font-weight: 700;
  line-height: 1.4;
  color: #F7F0D9;
}

.final__cta {
  text-align: center;
}

.contact__header {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .contact__header {
    margin-bottom: 48px;
  }
}

.contact__title {
  margin-bottom: 16px;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #2C2E26;
}

.contact__lead {
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.65;
  color: #5A5E52;
}

.contact__layout {
  display: grid;
  gap: 24px;
}
@media (min-width: 992px) {
  .contact__layout {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    align-items: stretch;
  }
}

.contact__col {
  min-width: 0;
}

.contact__form,
.contact__info {
  height: 100%;
  padding: clamp(28px, 4vw, 40px);
  background-color: rgba(255, 252, 245, 0.75);
  border: 1px solid rgba(126, 132, 111, 0.18);
  border-radius: 16px;
  box-shadow: 0 4px 32px rgba(61, 64, 56, 0.06);
}

.contact__fields {
  display: grid;
  gap: 20px;
  margin-bottom: 24px;
}

.contact__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact__label {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.3;
  color: #2C2E26;
}

.contact__required {
  color: #E31E24;
}

.contact__input,
.contact__textarea {
  width: 100%;
  padding: 14px 16px;
  font-family: "Onest", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  color: #2C2E26;
  background-color: #FFFCF5;
  border: 1px solid rgba(126, 132, 111, 0.35);
  border-radius: 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact__input::placeholder,
.contact__textarea::placeholder {
  color: #8A8F82;
}
.contact__input:hover,
.contact__textarea:hover {
  border-color: rgba(126, 132, 111, 0.55);
}
.contact__input:focus,
.contact__textarea:focus {
  outline: none;
  border-color: #E31E24;
  box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.12);
}
.contact__input:invalid:not(:placeholder-shown),
.contact__textarea:invalid:not(:placeholder-shown) {
  border-color: rgba(227, 30, 36, 0.5);
}

.contact__textarea {
  min-height: 140px;
  resize: vertical;
}

.contact__consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 28px;
  cursor: pointer;
}

.contact__checkbox {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: #E31E24;
  cursor: pointer;
}

.contact__consent-text {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #5A5E52;
}

.contact__submit {
  width: 100%;
}
@media (min-width: 576px) {
  .contact__submit {
    width: auto;
    min-width: 220px;
  }
}

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

.contact__info-title {
  font-family: "Phenomena", sans-serif;
  font-size: clamp(1.375rem, 2.5vw, 1.625rem);
  font-weight: 700;
  line-height: 1.2;
  color: #2C2E26;
  margin-bottom: 24px;
}

.contact__details {
  margin: 0 0 28px;
}

.contact__detail + .contact__detail {
  margin-top: 20px;
}

.contact__detail-label {
  margin-bottom: 6px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7E846F;
}

.contact__detail-value {
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
  color: #2C2E26;
}

.contact__phone {
  color: #2C2E26;
  text-decoration: none;
  transition: color 0.2s ease;
}
.contact__phone:hover {
  color: #E31E24;
}

.contact__map {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: radial-gradient(ellipse 70% 60% at 30% 40%, rgba(126, 132, 111, 0.2) 0%, transparent 60%), radial-gradient(ellipse 60% 50% at 80% 70%, rgba(227, 30, 36, 0.08) 0%, transparent 55%), linear-gradient(145deg, rgba(247, 240, 217, 0.9) 0%, rgba(255, 252, 245, 0.95) 100%);
  border: 1px dashed rgba(126, 132, 111, 0.35);
  border-radius: 12px;
}

.contact__map-placeholder {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #8A8F82;
}

.site-footer {
  color: rgba(247, 240, 217, 0.88);
  background-color: #252722;
  border-top: 1px solid rgba(247, 240, 217, 0.08);
}

.site-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 2000px;
  margin: 0 auto;
  padding: clamp(32px, 4vw, 48px) clamp(20px, 4vw, 80px);
}

.site-footer__logo {
  display: block;
  line-height: 0;
  opacity: 0.95;
  transition: opacity 0.2s ease, transform 0.15s ease;
}
.site-footer__logo img {
  width: clamp(80px, 12vw, 100px);
  height: auto;
}
.site-footer__logo:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.site-footer__legal {
  min-height: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  color: rgba(247, 240, 217, 0.45);
}

.scroll-top {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 200;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  font-family: "Onest", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  color: #FFFCF5;
  background-color: #E31E24;
  border: 2px solid #E31E24;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(61, 64, 56, 0.25);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.scroll-top:hover {
  background-color: #C4181D;
  border-color: #C4181D;
  transform: translateY(-1px);
}
.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-top.is-visible:hover {
  transform: translateY(-1px);
}

.scroll-top__icon {
  font-size: 1.125rem;
  line-height: 1;
}

@media (max-width: 439.98px) {
  .scroll-top__text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .scroll-top {
    padding: 14px;
    border-radius: 50%;
  }
}
:root {
  --animate-duration: 0.65s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-animate {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}
.scroll-animate {
  opacity: 0;
}

.scroll-animate.is-animated {
  opacity: 1;
}

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