/* О компании — Tilda /o-nas pixel alignment */

/* Белый фон страницы, как на Tilda */
body.arh-page-about {
  background: #fff;
  color: #0c0c0c;
}

body.arh-page-about .site-main {
  background: transparent;
  padding-bottom: 0;
}

/* Hero — left black title, generous top space under fixed header */
body.arh-page-about .page-hero {
  padding: 180px 0 0;
  text-align: left;
  background: #fff;
}

.founder-about__caption {
  text-align: right;
}

body.arh-page-about .page-hero__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.17;
  color: #0c0c0c;
  max-width: none;
  margin: 0;
  text-align: left;
}

/* About body copy */
.about {
  padding: 70px 0 175px;
  background: #fff;
}

.about__body {
  max-width: 1160px;
  margin: 0 auto;
}

.about__body p {
  font-size: 19px;
  line-height: 1.55;
  color: #0c0c0c;
}

.about__body p + p {
  margin-top: 1.55em;
}

/* Album CTA — dark bar, title left, outline button right */
.album-cta {
  padding: 62px 50px;
  background: #202020;
  text-align: left;
}

.album-cta__inner {
  max-width: 1500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px 48px;
}

.album-cta__copy {
  max-width: 800px;
}

.album-cta__title {
  font-family: var(--font-sans);
  font-size: 47px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 30px;
}

.album-cta__eyebrow {
  max-width: 400px;
  font-size: 22px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
  margin: 0;
}

.album-cta__btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 15px 36px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  transition: background var(--transition), color var(--transition);
}

.album-cta__btn:hover {
  background: rgba(255,255,255,0.44);
  color: #fff;
}

/* Founder — full-bleed white section */
.founder-about {
  padding: 150px 50px 90px;
  background: #fff;
}

.founder-about__inner {
  max-width: 1500px;
}

.founder-about__eyebrow {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: #525252;
  margin: 0 0 0;
  line-height: 1;
}

.founder-about__title {
  font-family: var(--font-sans);
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin: 10px 0 40px;
  color: #0c0c0c;
}

.founder-about__grid {
  display: grid;
  grid-template-columns: 485px minmax(0, 1fr);
  gap: 40px 48px;
  align-items: start;
}

.founder-about__image {
  width: 100%;
  max-width: 485px;
  height: auto;
  aspect-ratio: 485 / 382;
  object-fit: cover;
  display: block;
}

.founder-about__text p {
  font-size: 22px;
  line-height: 1.45;
  color: #0c0c0c;
}

.founder-about__text p + p {
  margin-top: 14px;
}

.founder-about__caption {
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.2;
  color: #525252;
}

/* Trust on about — white, left-aligned, wide logos block */
body.arh-page-about .trust {
  padding: 70px 0 45px;
  background: #fff;
  text-align: left;
  color: #0c0c0c;
}

body.arh-page-about .trust .container {
  max-width: 1548px;
  width: min(100% - 20px, 1548px);
}

body.arh-page-about .trust__subtitle-label {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
  color: #525252;
  margin: 0 0 4px;
}

body.arh-page-about .trust__title {
  font-family: var(--font-sans);
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  color: #0c0c0c;
  margin: 0 0 40px;
  text-align: left;
}

body.arh-page-about .trust__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px 40px;
}

body.arh-page-about .trust__intro {
  flex: 1 1 60%;
  max-width: 920px;
  margin: 0;
}

body.arh-page-about .trust__intro p {
  font-size: 24px;
  line-height: 1.4;
  color: #0c0c0c;
  margin: 0 0 20px;
}

body.arh-page-about .trust__intro p:last-child {
  margin-bottom: 0;
}

body.arh-page-about .trust__logos {
  flex: 0 1 30%;
  max-width: 425px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 8px;
  margin: 0;
  padding: 0;
}

body.arh-page-about .trust__logo-img {
  width: 22%;
  max-width: 93px;
  height: 50px;
  object-fit: contain;
  margin: 5px 0;
}

/* Exhibition banner — Tilda full-bleed left image + copy */
.exhibition-banner {
  background: #202020;
  color: #fff;
  overflow: hidden;
}

.exhibition-banner__inner {
  display: grid;
  grid-template-columns: minmax(280px, 43vw) minmax(0, 1fr);
  align-items: stretch;
  min-height: 426px;
  max-width: 1920px;
  margin: 0 auto;
}

.exhibition-banner__media {
  min-height: 320px;
  overflow: hidden;
  background: #111;
}

.exhibition-banner__img {
  width: 100%;
  height: 100%;
  min-height: 426px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.exhibition-banner__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*padding: 36px clamp(24px, 4vw, 56px) 40px;*/
  padding: 40px 20px 50px 30%;
  gap: 28px;
  box-sizing: border-box;
  min-height: 426px;
}

.exhibition-banner__title {
  font-family: var(--font-sans);
  font-size: 37px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  max-width: 540px;
  margin: 0;
}

.exhibition-banner__logo {
  width: 270px;
  max-width: 100%;
  height: auto;
  display: block;
}

.exhibition-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  align-items: center;
}

.exhibition-banner__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding: 0 28px;
  font-size: 18px;
  font-weight: 400;
  transition: background var(--transition), color var(--transition), border-color var(--transition);
}

.exhibition-banner__cta--solid {
  min-width: 200px;
  background: #fff;
  color: #0c0c0c;
  border: 1px solid #fff;
}

.exhibition-banner__cta--solid:hover {
  opacity: 0.9;
  color: #0c0c0c;
}

.exhibition-banner__cta--outline {
  min-width: 266px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.exhibition-banner__cta--outline:hover {
  opacity: 0.9;
  color: #fff;
}

/* FAQ head row: title + ask button */
body.arh-page-about .faq--head {
  padding: 120px 0 40px;
  background: #fff;
}

body.arh-page-about .faq__inner--head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

body.arh-page-about .faq--head .faq__title {
  margin: 0;
  font-size: 40px;
  font-weight: 400;
  color: #0c0c0c;
}

body.arh-page-about .faq__ask-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  padding: 15px 45px;
  background: #cd9b3b;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  transition: background var(--transition);
}

body.arh-page-about .faq__ask-btn:hover {
  background: #b8892f;
}

body.arh-page-about .ask-form {
  padding: 24px 0 40px;
  background: #fff;
}

body.arh-page-about .ask-form__title {
  color: #0c0c0c;
}

body.arh-page-about .about-faq:not(.faq--head) {
  padding: 0 0 60px;
  background: #fff;
}

body.arh-page-about .faq__inner {
  max-width: 1600px;
}

body.arh-page-about .faq__item--open .faq__answer {
  max-height: 4000px;
}

.about-container {
  max-width: 1160px;
}

.founder-about__eyebrow.eyebrow-text {
  display: none;
}

.question-popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.question-popup[hidden] {
  display: none;
}

.question-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.6);
}

.question-popup__dialog {
  position: relative;
  z-index: 1;
  width: 30%;
  background: #fff;
  padding: 32px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.question-popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.question-popup__title {
  margin: 0 0 24px;
  font-size: 28px;
  color: #cd9b3b;
  text-align: center;
  text-transform: uppercase;
}

.question-form__form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.question-form__input {
  width: 100%;
  box-sizing: border-box;
  padding: 16px 0;
  border: none;
  border-bottom: 1px solid black;
  background: #fff;
  color: #1a1a1a;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.3;
}

.question-form__input:focus-visible,
.question-form__textarea:focus-visible {
  outline: none;
}

.question-form--popup-panel .question-form__input {
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
}

.question-form__field-text {
  margin-bottom: 25px;
  display: block;
  color: #525252;
}

.question-form__textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 16px 0;
  border: none;
  border-bottom: 1px solid black;
  background: #fff;
  color: #1a1a1a;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.3;
}

.privacy-agreement {
  font-family: Arial, sans-serif;
}

.privacy-agreement__label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.privacy-agreement__checkbox {
  display: none;
}

.privacy-agreement__custom {
  width: 18px;
  height: 18px;
  border: 2px solid #d8b36a;
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
}

.privacy-agreement__checkbox:checked + .privacy-agreement__custom::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid #d8b36a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.privacy-agreement__text {
  font-size: 16px;
  color: #7f7f7f;
  line-height: 1.4;
}

.privacy-agreement__text a {
  color: #4d4d4d;
  text-decoration: underline;
}

.privacy-agreement__text a:hover {
  text-decoration: none;
}

.question-form__submit {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  padding: 15px 45px;
  background: #cd9b3b;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  transition: background var(--transition);
  border: none;
}

.question-form__submit:hover {
  background: #b8892f;
}

/*body.popup-open {*/
/*  overflow: hidden;*/
/*}*/

@media (max-width: 1499px) {
  .album-cta__btn {
    font-size: 18px;
  }

  .album-cta__title {
    font-size: 35px;
  }

  .album-cta__eyebrow {
    max-width: 460px;
    font-size: 19px;
  }

  .exhibition-banner__copy {
    padding: 40px 20px 50px 18%;
  }

  .founder-about__text p {
    font-size: 19px;
  }

  body.arh-page-about .faq__inner {
    max-width: 1200px;
  }

  body.arh-page-about .faq--head .faq__title {
    font-size: 34px;
  }

  body.arh-page-about .faq__ask-btn {
    padding: 10px 33px;
    font-size: 21px;
  }

  body.arh-page-about .faq--head {
    padding: 120px 0 70px;
  }
}

@media (max-width: 1100px) {
  body.arh-page-about .page-hero {
    padding-top: 190px;
  }
  
  .exhibition-banner__img {
    min-height: 240px;
    max-height: 320px;
  }

  .exhibition-banner__copy {
    padding: 30px 40px;
    min-height: 0;
  }

  .founder-about__eyebrow.eyebrow-title{
    display: none;
  }

  .founder-about__eyebrow.eyebrow-text {
    display: block;
    padding-bottom: 20px;
  }

  .exhibition-banner__logo {
    width: 120px;
  }

  body.arh-page-about .trust__intro {
    max-width: 100%;
    flex-basis: 100%;
  }

  body.arh-page-about .trust__logos {
    max-width: 100%;
    flex-basis: 60%;
  }

  body.arh-page-about .trust__logo-img {
    width: 93px;
    height: 36px;
  }

  .about-container {
    max-width: 900px;
  }

  .album-cta__inner {
    max-width: 580px;
    flex-direction: column;
    align-items: start;
  }

  .album-cta__title {
    font-size: 27px;
  }

  .album-cta__eyebrow {
    font-size: 17px;
  }

  .album-cta__btn {
    font-size: 16px;
  }

  .founder-about {
    padding: 80px 0 90px;
  }

  .founder-about__inner {
    max-width: 900px;
  }

  .founder-about__title {
    margin: 10px 0 20px;
  }

  .founder-about__text p {
    font-size: 15px;
  }

  body.arh-page-about .trust__title {
    font-size: 42px;
  }

  body.arh-page-about .trust__intro p {
    font-size: 20px;
  }

  body.arh-page-about .trust {
    padding: 70px 0 120px;
  }

  .exhibition-banner__title {
    font-size: 30px;
  }

  .exhibition-banner__inner {
    min-height: auto;
  }

  .exhibition-banner__cta {
    font-size: 15px;
  }

  body.arh-page-about .faq--head {
    padding: 90px 0 70px;
  }
}

@media (max-width: 900px) {
  body.arh-page-about .page-hero__title {
    font-size: 70px;
  }

  .about {
    padding: 60px 0 160px;
  }

  .about__body p {
    font-size: 15px;
  }

  .album-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .album-cta {
    padding: 110px 0;
  }

  .album-cta__title {
    font-size: 28px;
  }

  .album-cta__eyebrow {
    font-size: 18px;
  }

  .founder-about__title {
    font-size: 32px;
  }

  .founder-about__text p {
    font-size: 15px;
  }

  .founder-about__caption {
    font-size: 15px;
  }

  body.arh-page-about .trust__title {
    font-size: 43px;
  }

  body.arh-page-about .trust__subtitle-label {
    font-size: 22px;
  }

  .exhibition-banner__title {
    font-size: 28px;
  }

  body.arh-page-about .faq__inner--head {
    flex-direction: column;
    align-items: center;
  }

  body.arh-page-about .faq--head .faq__title {
    font-size: 30px;
    padding: 0;
  }

  body.arh-page-about .faq__ask-btn {
    font-size: 18px;
    min-width: 180px;
    height: 48px;
  }

  .about-container {
    max-width: 600px;
  }

  .founder-about__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    justify-items: center;
  }

  .founder-about__content {
    max-width: 485px;
  }

  .founder-about__title {
    margin: 0px 0 50px;
    font-size: 35px;
    text-align: center;
  }

  .founder-about__eyebrow.eyebrow-text {
    font-size: 18px;
  }

  body.arh-page-about .trust__row {
    flex-direction: column;
  }

  body.arh-page-about .trust__logos {
    flex-basis: 100%;
  }

  body.arh-page-about .trust__logo-img {
    max-width: 250px;
    width: 210px;
    height: 52px;
  }

  .exhibition-banner__inner {
    display: grid;
    grid-template-columns: 1fr;
  }

  .exhibition-banner__copy {
    align-items: center;
  }
}

@media (max-width: 600px) {
  .about {
    padding-bottom: 48px;
  }

  .album-cta {
    padding: 48px 0;
  }

  .founder-about {
    padding: 48px 0;
  }
}

@media (max-width: 500px) {
  .about-container {
    max-width: 400px;
  }

  body.arh-page-about .page-hero__title {
    font-size: 30px;
  }

  body.arh-page-about .page-hero {
    padding-top: 120px;
  }

  .about__body p {
    font-size: 14px;
  }

  .about {
    padding-bottom: 110px;
  }

  .album-cta {
    text-align: center;
  }

  .album-cta__inner {
    align-items: center;
    max-width: 330px;
  }

  .album-cta__eyebrow {
    max-width: 300px;
  }

  .founder-about__content {
    max-width: 400px;
  }

  .exhibition-banner__copy {
    align-items: flex-start;
  }

  body.arh-page-about .faq--head {
    padding: 60px 0 60px;
  }

  body.arh-page-about .faq--head .faq__title {
    font-size: 26px;
  }
}

@media (max-width: 400px) {
  .about-container {
    max-width: 340px;
  }

  .founder-about__title {
    font-size: 26px;
  }

  .founder-about__content {
    max-width: 340px;
  }
}

@media (max-width: 330px) {
  .about-container {
    max-width: 290px;
  }


  .founder-about__content {
    max-width: 290px;
  }
}

/*!*popap album*!*/

/*.album-popup {*/
/*  position: fixed;*/
/*  inset: 0;*/
/*  z-index: 99999;*/
/*  display: none;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/

/*.album-popup.is-open {*/
/*  display: flex;*/
/*}*/

/*.album-popup__overlay {*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  background: rgba(0, 0, 0, 0.75);*/
/*}*/

/*.album-popup__container {*/
/*  position: relative;*/
/*  z-index: 2;*/
/*  width: min(90vw, 1200px);*/
/*  max-height: 90vh;*/
/*  background: #fff;*/
/*  box-sizing: border-box;*/
/*}*/

/*.album-popup__content {*/
/*  width: 100%;*/
/*}*/

/*.album-popup__content iframe {*/
/*  display: block;*/
/*  width: 100%;*/
/*  height: 70vh;*/
/*  min-height: 500px;*/
/*  border: 0;*/
/*}*/

/*.album-popup__close {*/
/*  position: absolute;*/
/*  z-index: 3;*/
/*  top: -45px;*/
/*  right: 0;*/
/*  width: 35px;*/
/*  height: 35px;*/
/*  padding: 0;*/
/*  border: 0;*/
/*  background: transparent;*/
/*  cursor: pointer;*/
/*}*/

/*.album-popup__close span {*/
/*  position: absolute;*/
/*  left: 5px;*/
/*  top: 16px;*/
/*  width: 28px;*/
/*  height: 2px;*/
/*  background: #fff;*/
/*}*/

/*.album-popup__close span:first-child {*/
/*  transform: rotate(45deg);*/
/*}*/

/*.album-popup__close span:last-child {*/
/*  transform: rotate(-45deg);*/
/*}*/

/*body.album-popup-open {*/
/*  overflow: hidden;*/
/*}*/

/*@media (max-width: 767px) {*/
/*  .album-popup__container {*/
/*    width: 94vw;*/
/*  }*/

/*  .album-popup__content iframe {*/
/*    height: 75vh;*/
/*    min-height: 400px;*/
/*  }*/

/*  .album-popup__close {*/
/*    top: -40px;*/
/*  }*/
/*}*/

/* POPUP ALBUM */

.album-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: opacity 0.2s ease, visibility 0.2s ease;
}

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

.album-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.album-popup__container {
  position: relative;
  z-index: 2;

  width: min(90vw, 1200px);
  height: 70vh;
  max-height: 90vh;

  background: #fff;
  box-sizing: border-box;
}

.album-popup__content {
  width: 100%;
  height: 100%;
}

.album-popup__content iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.album-popup__close {
  position: absolute;
  z-index: 10;

  top: -45px;
  right: 0;

  width: 35px;
  height: 35px;

  padding: 0;
  border: 0;
  background: transparent;

  cursor: pointer;
}

.album-popup__close span {
  position: absolute;

  left: 3px;
  top: 16px;

  width: 30px;
  height: 2px;

  background: #fff;
}

.album-popup__close span:first-child {
  transform: rotate(45deg);
}

.album-popup__close span:last-child {
  transform: rotate(-45deg);
}

body.album-popup-open {
  overflow: hidden;
}

@media (max-width: 1441px) {
  .question-popup__dialog {
    width: 50%;
  }
}

@media (max-width: 1199px) {
  .question-popup__dialog {
    width: 70%;
  }
}

@media (max-width: 767px) {

  .album-popup__container {
    width: 94vw;
    height: 75vh;
  }

  .album-popup__close {
    top: -40px;
  }
}

@media (max-width: 500px) {
  .question-popup__dialog {
    width: 82%;
  }

  .question-popup__title {
    font-size: 22px;
  }

  .question-form__form {
    gap: 10px;
  }

  .question-form__submit {
    font-size: 20px;
  }
}