@charset "UTF-8";
:root {
  --surface-0: #0E0F11;
  --surface-1: #16181C;
  --surface-2: #1E2126;
  --surface-3: #282C33;
  --border: #2A2E35;
  --marble-base: #1A1C20;
  --marble-vein: #3D4148;
  --marble-light: #585D66;
  --bronze: #B08D57;
  --bronze-light: #C9A876;
  --bronze-dark: #8A6E43;
  --text-1: #E8E6E1;
  --text-2: #C1BBB1;
  --text-3: #8D877E;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Roboto-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("/fonts/Manrope-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Oswald-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("/fonts/Oswald-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/FiraSans-Medium.woff2") format("woff2");
}
.page-shell {
  width: min(100%, 1920px);
  margin: 0 auto;
  padding: clamp(1rem, 2vw, 2rem);
}

.page-shell--about {
  background: radial-gradient(ellipse 75% 45% at 8% 0%, rgba(176, 141, 87, 0.18) 0%, transparent 52%), radial-gradient(ellipse 55% 55% at 92% 12%, rgba(201, 168, 118, 0.1) 0%, transparent 48%), radial-gradient(ellipse 60% 40% at 15% 55%, rgba(176, 141, 87, 0.07) 0%, transparent 50%), radial-gradient(ellipse 70% 50% at 88% 90%, rgba(50, 70, 110, 0.2) 0%, transparent 55%), radial-gradient(ellipse 50% 60% at 30% 100%, rgba(40, 60, 100, 0.14) 0%, transparent 50%), linear-gradient(160deg, #1C1A14 0%, #141618 35%, #101318 65%, #0D1220 100%);
  min-height: 60vh;
}
.page-shell--about .page-content > h1 {
  background: linear-gradient(110deg, #E8D5AA 0%, #C9A876 28%, #B08D57 52%, #8BAABF 78%, #6B8FA8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page-content {
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: clamp(1rem, 2vw, 2.25rem) 0 clamp(2rem, 4vw, 4rem);
}
.page-content > h1 {
  max-width: 960px;
  margin: 0 0 clamp(1.25rem, 2.4vw, 2.5rem);
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.35rem, 5vw, 5.75rem);
  font-weight: 500;
  line-height: 0.98;
  color: #f4eee6;
  text-transform: uppercase;
}

.page-content:has(.service-landing) > h1 {
  position: relative;
  z-index: 3;
  max-width: none;
  font-size: clamp(2.4rem, 4.5vw, 5rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 0;
  padding: 0 0 clamp(1.25rem, 2.5vw, 2rem) 1.5rem;
  border: none;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.9), 0 0 60px rgba(0, 0, 0, 0.6);
}
.page-content:has(.service-landing) > h1::after {
  content: "";
  display: block;
  width: clamp(2.5rem, 4vw, 4rem);
  height: 2px;
  margin-top: 0.6rem;
  background: linear-gradient(90deg, #b08d57, rgba(176, 141, 87, 0.3));
}

.page-content .rich-text {
  color: #e8dfd4;
  font-size: 1rem;
  line-height: 1.75;
}
.page-content .rich-text > :first-child {
  margin-top: 0;
}
.page-content .rich-text > :last-child {
  margin-bottom: 0;
}
.page-content .rich-text img, .page-content .rich-text video, .page-content .rich-text iframe, .page-content .rich-text table {
  max-width: 100%;
}
.page-content .rich-text img {
  height: auto;
  border-radius: 6px;
}

.service-landing {
  display: grid;
  gap: clamp(1.5rem, 3vw, 3rem);
}
.service-landing a {
  color: #d9b77d;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.service-landing br + br {
  display: block;
  content: "";
  margin-top: 0.75rem;
}

.service-hero-media {
  position: relative;
  z-index: 1;
  margin-top: clamp(-4rem, -6.5vw, -6rem);
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(176, 141, 87, 0.28);
  background: #060708;
  aspect-ratio: 16/5;
  box-shadow: 0 0 0 1px rgba(176, 141, 87, 0.06), 0 28px 70px rgba(0, 0, 0, 0.6), -180px 70px 90px -50px rgba(176, 141, 87, 0.3), 180px 70px 90px -50px rgba(176, 141, 87, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.service-hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.18) 45%, transparent 70%);
  z-index: 2;
  pointer-events: none;
}
.service-hero-media::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(176, 141, 87, 0.5) 30%, rgba(176, 141, 87, 0.5) 70%, transparent);
  z-index: 3;
  pointer-events: none;
}
.service-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.moi_container,
.service-landing .container {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.moi_container {
  display: grid;
  gap: clamp(1.25rem, 2vw, 2rem);
}

.tabs-nav {
  position: sticky;
  top: 96px;
  z-index: 5;
  display: flex;
  align-items: stretch;
  margin: 0 0 clamp(1rem, 2vw, 1.75rem);
  border-bottom: 1px solid rgba(176, 141, 87, 0.22);
  background: rgba(10, 11, 13, 0.96);
  backdrop-filter: blur(12px);
}

.tabs-arrow {
  display: none;
  flex-shrink: 0;
  width: 32px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #b08d57;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  transition: color 160ms ease, opacity 160ms ease;
}

.tabs-has-scroll .tabs-arrow {
  display: flex;
  opacity: 0.25;
  pointer-events: none;
}

.tabs-has-scroll .tabs-arrow--on {
  opacity: 1;
  pointer-events: auto;
}
.tabs-has-scroll .tabs-arrow--on:hover {
  color: #f5efe7;
}

.tabs-has-scroll .tabs-arrow--prev {
  border-right: 1px solid rgba(176, 141, 87, 0.15);
}

.tabs-has-scroll .tabs-arrow--next {
  border-left: 1px solid rgba(176, 141, 87, 0.15);
}

.moi_container .polosa_vtab {
  position: static;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
  backdrop-filter: none;
  border-bottom: none;
}
.moi_container:not(:has(.tabs-nav)) .moi_container .polosa_vtab {
  position: sticky;
  top: 96px;
  z-index: 5;
  margin: 0 0 clamp(1rem, 2vw, 1.75rem);
  border-bottom: 1px solid rgba(176, 141, 87, 0.22);
  background: rgba(10, 11, 13, 0.96);
  backdrop-filter: blur(12px);
}
.moi_container .polosa_vtab li {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  color: #8d877e;
  cursor: pointer;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: color 160ms ease, border-color 160ms ease;
}
.moi_container .polosa_vtab li:hover {
  color: #c9a876;
}
.moi_container .polosa_vtab li.active {
  color: #f5efe7;
  border-bottom-color: #b08d57;
}

.moi_container.js-tabs-ready [id^=con_pir_] {
  display: none;
}

.moi_container.js-tabs-ready [id^=con_pir_].active {
  display: block;
}

.usl_tatu,
.moi_container [id^=con_pir_] {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}

.usl_tatu.usl_pirs {
  padding: clamp(1.25rem, 2.5vw, 2.5rem);
  border: 1px solid rgba(176, 141, 87, 0.16);
  border-radius: 8px;
  background: rgba(16, 18, 22, 0.72);
}

.usl_tatu .container {
  display: flow-root;
}

.usl_pirs img {
  width: min(100%, 420px);
}

.moi_container h2, .moi_container h3 {
  margin: 1.35rem 0 0.65rem;
  color: #f5efe7;
  line-height: 1.2;
}
.moi_container h2 {
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 500;
  text-transform: uppercase;
}
.moi_container h3 {
  font-size: clamp(1.1rem, 1.7vw, 1.35rem);
  font-weight: 500;
}
.moi_container p, .moi_container span, .moi_container li {
  color: #d9d1c8;
}
.moi_container p {
  margin: 0.8rem 0;
}
.moi_container ul {
  padding-left: 1.2rem;
}

.container_black {
  background: #060708;
  border-top: 1px solid #1a1c1f;
  border-bottom: 1px solid #1a1c1f;
  overflow: hidden;
}
.container_black .container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.cont_item {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #18191c;
  min-height: 340px;
  transition: background 260ms ease;
}
.cont_item:last-child {
  border-bottom: none;
}
.cont_item:hover {
  background: rgba(176, 141, 87, 0.03);
}

.cont_img {
  flex: 0 0 420px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-right: 1px solid #18191c;
  position: relative;
}
.cont_item:hover .cont_img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(176, 141, 87, 0.06) 0%, transparent 70%);
  pointer-events: none;
}
.cont_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
  background: #000;
  border-radius: 0;
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}
.cont_item:hover .cont_img img {
  transform: scale(1.03);
}

.cont_text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.55rem;
  padding: clamp(2rem, 4vw, 4rem) clamp(2.5rem, 5vw, 5rem);
  position: relative;
}
.cont_text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(176, 141, 87, 0.45), transparent);
}
.cont_text h3 {
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f0ebe3;
  margin: 0 0 0.6rem;
  line-height: 1;
}
.cont_text span {
  display: block;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #7a7470;
  letter-spacing: 0.01em;
}
.cont_text span:first-of-type {
  color: #a09890;
}
.cont_text span strong {
  color: #c9a876;
  font-weight: 500;
}

.faq-group {
  margin-bottom: 2.5rem;
}

.faq-category {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b08d57;
  margin: 0 0 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(176, 141, 87, 0.25);
}

.faq-item {
  border-bottom: 1px solid #1f2228;
}
.faq-item:first-of-type {
  border-top: 1px solid #1f2228;
}
.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #e8e2da;
  list-style: none;
  user-select: none;
  transition: color 160ms ease;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: "+";
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 300;
  color: #b08d57;
  transition: color 160ms ease;
}
.faq-item summary:hover {
  color: #f5efe7;
}
.faq-item[open] summary {
  color: #f5efe7;
}
.faq-item[open] summary::after {
  content: "−";
  color: #c9a876;
}

.faq-answer {
  padding: 0 0 1.25rem;
  color: #a09890;
  font-size: 0.93rem;
  line-height: 1.75;
}
.faq-answer p {
  margin: 0 0 0.75rem;
}
.faq-answer p:last-child {
  margin-bottom: 0;
}
.faq-answer ul {
  margin: 0.5rem 0 0.75rem;
  padding-left: 1.25rem;
}
.faq-answer li {
  margin-bottom: 0.3rem;
  color: #a09890;
}
.faq-answer strong {
  color: #c9a876;
  font-weight: 500;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.7rem;
  padding: 0;
  list-style: none;
}
.service-list li {
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(176, 141, 87, 0.14);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
}

.page-content .comments-thread,
.page-content .comments-block,
.page-content .comments {
  margin-top: 2rem;
}

.sl-block {
  padding: clamp(1.5rem, 3vw, 2.75rem) clamp(1.25rem, 3vw, 2.5rem);
  border-bottom: 1px solid rgba(176, 141, 87, 0.12);
  background: rgba(14, 15, 17, 0.55);
  position: relative;
}
.sl-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, transparent, rgba(176, 141, 87, 0.45), transparent);
}

.about-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-stats li {
  flex: 1 0 120px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 1.25rem 1.5rem;
  border-right: 1px solid rgba(176, 141, 87, 0.16);
  color: inherit;
}
.about-stats li:last-child {
  border-right: none;
}
.about-stats strong {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 700;
  line-height: 1;
  color: #c9a876;
  font-variant-numeric: tabular-nums;
}
.about-stats span {
  display: block;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.67rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8d877e;
}

.about-principles {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0;
}
.about-principles li {
  padding: 0.75rem 0;
  padding-left: 1.25rem;
  border-bottom: 1px solid rgba(176, 141, 87, 0.1);
  color: #d9d1c8;
  font-size: 0.95rem;
  line-height: 1.55;
  position: relative;
}
.about-principles li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #b08d57;
}
.about-principles li:last-child {
  border-bottom: none;
}

.about-services {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 2px;
}
.about-services li {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(176, 141, 87, 0.1);
  border-left: 2px solid rgba(176, 141, 87, 0.4);
  transition: background 180ms ease, border-left-color 180ms ease;
}
.about-services li:hover {
  background: rgba(176, 141, 87, 0.04);
  border-left-color: #b08d57;
}
.about-services strong {
  flex: 0 0 auto;
  font-family: "Oswald", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f5efe7;
  min-width: 200px;
}
.about-services span {
  flex: 1;
  font-size: 0.88rem;
  color: #8d877e;
  line-height: 1.45;
}

.sl-block.about-manifesto {
  background: rgba(10, 11, 13, 0.85);
  border-bottom-color: rgba(176, 141, 87, 0.22);
}
.sl-block.about-manifesto::before {
  background: linear-gradient(to bottom, #c9a876, rgba(176, 141, 87, 0.2), transparent);
}
.sl-block.about-manifesto p {
  margin: 0 0 1rem;
  color: #d9d1c8;
  font-size: 0.97rem;
  line-height: 1.78;
}
.sl-block.about-manifesto p:last-child {
  margin-bottom: 0;
}

.about-cta {
  display: grid;
  gap: 1rem;
}

.about-cta__title {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f5efe7;
  line-height: 1.1;
}

.about-cta__sub {
  margin: 0;
  font-size: 0.95rem;
  color: #9d9690;
  line-height: 1.6;
}

.about-cta__contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1.5rem;
  padding: 0.75rem 0;
  border-top: 1px solid rgba(176, 141, 87, 0.18);
  border-bottom: 1px solid rgba(176, 141, 87, 0.18);
}
.about-cta__contacts a {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.9rem;
  color: #c9a876;
  text-decoration: none;
  transition: color 180ms ease;
}
.about-cta__contacts a:hover {
  color: #f5efe7;
}
.about-cta__contacts span {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #8d877e;
  text-transform: uppercase;
}

.about-cta__addr {
  margin: 0;
  font-size: 0.88rem;
  color: #8d877e;
  font-family: "JetBrains Mono", monospace;
  letter-spacing: 0.04em;
}

.about-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 2rem;
  background: rgba(176, 141, 87, 0.1);
  border: 1px solid rgba(176, 141, 87, 0.4);
  color: #c9a876;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 200ms ease, border-color 200ms ease, color 200ms ease;
  align-self: start;
}
.about-cta__btn:hover {
  background: rgba(176, 141, 87, 0.22);
  border-color: #b08d57;
  color: #f5efe7;
}

.about-tour-wrap {
  position: relative;
  border-radius: 8px;
  border: 1px solid rgba(176, 141, 87, 0.22);
  background: #101216;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-tour-wrap.loaded {
  min-height: 0;
  background: none;
  border: none;
  display: block;
}
.about-tour-wrap iframe {
  width: 100%;
  height: 480px;
  border: none;
  display: block;
}

.about-tour-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: rgba(176, 141, 87, 0.08);
  border: 1px solid rgba(176, 141, 87, 0.32);
  border-radius: 6px;
  color: #c9a876;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 200ms ease, border-color 200ms ease, color 200ms ease;
}
.about-tour-btn:hover {
  background: rgba(176, 141, 87, 0.18);
  border-color: rgba(176, 141, 87, 0.56);
  color: #f5efe7;
}

@media (max-width: 900px) {
  .page-shell {
    padding: 0.75rem;
  }
  .page-content {
    padding: 1rem 0 2rem;
  }
  .about-stats li {
    flex: 1 0 100px;
    padding: 1rem;
  }
  .about-services strong {
    min-width: 140px;
    font-size: 0.88rem;
  }
  .service-hero-media {
    aspect-ratio: 16/9;
    margin-top: -2rem;
  }
  .service-hero-media img {
    object-position: center 25%;
  }
  .moi_container .polosa_vtab {
    position: static;
    overflow-x: visible;
    flex-wrap: wrap;
    mask-image: none;
    -webkit-mask-image: none;
  }
  .moi_container .polosa_vtab li {
    flex: 0 0 auto;
    font-size: 0.7rem;
    padding: 0.65rem 0.9rem;
  }
  .cont_item {
    flex-direction: column;
    min-height: auto;
  }
  .cont_img {
    flex: none;
    width: 100%;
    aspect-ratio: 1;
    height: auto;
    border-right: none;
    border-bottom: 1px solid #1a1c1f;
  }
  .cont_text {
    padding: 1.5rem 1.25rem;
    gap: 0.35rem;
  }
  .cont_text h3 {
    font-size: 1.15rem;
  }
}
@media (max-width: 560px) {
  .cont_img {
    aspect-ratio: 4/3;
  }
  .cont_text {
    padding: 1.25rem 1rem;
  }
  .about-stats {
    flex-wrap: wrap;
  }
  .about-stats li {
    flex: 1 0 calc(50% - 1px);
    border-bottom: 1px solid rgba(176, 141, 87, 0.16);
  }
  .about-stats li:nth-child(even) {
    border-right: none;
  }
  .about-stats li:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .about-services li {
    flex-direction: column;
    gap: 0.25rem;
  }
  .about-services strong {
    min-width: 0;
  }
  .about-cta__contacts {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
