.couture-single-page {
  padding: 36px 0 56px;
}

.couture-single__container {
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 36px;
  box-sizing: border-box;
}

.couture-single__text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
  text-align: center;
}

.couture-single__text-block--narrow {
  max-width: 620px;
}

.couture-single__text-block--wide {
  max-width: 700px;
}

.couture-single__text-block--price {
  max-width: 640px;
}

.couture-single__eyebrow {
  margin: 0;
  color: rgba(23, 23, 23, 0.38);
  text-align: center;
  font-family: "SegoeUIWeb", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.couture-single__title,
.couture-single__section-heading,
.couture-single__price-value {
  margin: 0;
  color: #171717;
  text-align: center;
  font-family: "SegoeUIWeb", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.couture-single__title {
  font-size: 28px;
  line-height: 1.1;
}

.couture-single__section-heading {
  font-size: 32px;
  line-height: 1.05;
}

.couture-single__copy,
.couture-single__section-copy {
  margin: 0;
  color: #171717;
  text-align: center;
  font-family: "SegoeUIWeb", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: -0.04em;
}

.couture-single__copy p {
  margin: 0;
}

.couture-single__copy p + p {
  margin-top: 0.8em;
}

.couture-single__intro {
  margin: 82px 0 54px;
}

.couture-single__copy--intro {
  max-width: 540px;
}

.couture-single__hero-media-section {
  margin-bottom: 106px;
}

.couture-single__container--hero-media {
  display: flex;
  justify-content: center;
}

.couture-single__hero-media {
  width: min(100%, 432px);
  overflow: hidden;
  border-radius: 26px;
  background: #f4f4f4;
}

.couture-single__hero-media--video {
  width: 100%;
  border-radius: 25px;
  background: #111;
}

.couture-single__hero-media--empty {
  aspect-ratio: 432 / 606;
  background: linear-gradient(135deg, rgba(23, 23, 23, 0.06), rgba(23, 23, 23, 0.14));
}

.couture-single__hero-image {
  display: block;
  width: 100%;
  aspect-ratio: 432 / 606;
  object-fit: cover;
  object-position: center top;
}

.couture-single__hero-video {
  display: block;
  width: 100%;
  height: min(632px, 56vw);
  object-fit: cover;
  object-position: center center;
  background: #111;
}

.couture-single__history {
  margin-bottom: 118px;
}

.couture-single__copy--history {
  max-width: 680px;
}

.couture-single__creation {
  margin-bottom: 126px;
}

.couture-single__creation > .couture-single__container > .couture-single__eyebrow {
  margin-bottom: 56px;
}

.couture-single__creation-grid {
  display: flex;
  flex-direction: column;
  gap: 72px;
}

.couture-single__creation-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  column-gap: clamp(40px, 5vw, 84px);
}

.couture-single__creation-row--media-right .couture-single__creation-media {
  order: 2;
  justify-self: stretch;
}

.couture-single__creation-row--media-right .couture-single__creation-text {
  order: 1;
}

.couture-single__creation-media {
  width: 100%;
  max-width: 580px;
  overflow: hidden;
  border-radius: 25px;
  background: transparent;
  justify-self: stretch;
}

.couture-single__process-gallery {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

/* внутри Swiper все слайды видимы */
.couture-single__process-gallery .swiper-wrapper {
  display: flex;
}

.couture-single__process-gallery .swiper-slide {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}

/* фоллбек: если Swiper не загрузился — показываем только первое фото */
.couture-single__process-gallery:not(.swiper-initialized) > img:not(:first-of-type) {
  display: none;
}

/* Стрелки навигации в блоке Процесс — белые круглые как на «Неделе моды» */
.couture-single__process-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1.5px solid #171717;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, .18);
  color: #171717;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  line-height: 0;
  transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.couture-single__process-arrow:hover {
  background: #171717;
  color: #fff;
  transform: translateY(-50%) scale(1.06);
  box-shadow: 0 10px 32px rgba(0, 0, 0, .28);
}

.couture-single__process-arrow:focus {
  outline: none;
}

.couture-single__process-arrow svg {
  display: block;
  width: 22px;
  height: 22px;
}

.couture-single__process-arrow--prev {
  left: 12px;
}

.couture-single__process-arrow--next {
  right: 12px;
}

.couture-single__process-arrow.swiper-button-disabled {
  opacity: .3;
  pointer-events: none;
}

.couture-single__process-gallery-image {
  width: 100%;
  height: auto;
  aspect-ratio: 580 / 853;
  object-fit: cover;
  border-radius: 25px;
  display: block;
}

.couture-single__process-pagination {
  position: absolute;
  left: 50% !important;
  bottom: 25px !important;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
  text-align: center;
  width: auto !important;
}

.couture-single__process-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
  transition: background 0.25s ease, transform 0.25s ease;
}

.couture-single__process-pagination .swiper-pagination-bullet:hover {
  background: rgba(255, 255, 255, 0.75);
}

.couture-single__process-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
  transform: scale(1.15);
}

@media (max-width: 480px) {
  .couture-single__process-gallery-image {
    aspect-ratio: 9 / 16;
    height: auto;
  }

  .couture-single__process-pagination {
    bottom: 18px !important;
  }

  .couture-single__process-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}

.couture-single__creation-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 580 / 853;
  object-fit: cover;
  object-position: center center;
  border-radius: 25px;
}

.couture-single__creation-text {
  width: 100%;
  max-width: 370px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  justify-self: center;
}

.couture-single__price-section {
  margin-bottom: 116px;
}

.couture-single__copy--price-note,
.couture-single__copy--tailoring {
  max-width: 560px;
}

.couture-single__price-value {
  font-size: 38px;
  line-height: 1.05;
}

.couture-single__price-value,
.couture-single__price-value * {
  color: #171717;
  font-family: "SegoeUIWeb", sans-serif;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: -0.04em;
}

.couture-single__price-value ins {
  text-decoration: none;
}

.couture-single__price-value del {
  display: block;
  opacity: 0.45;
  font-size: 22px;
  text-transform: none;
}

.couture-single__cart {
  display: flex;
  justify-content: center;
  margin: 0;
}

.couture-single__button {
  display: inline-flex;
  min-width: 226px;
  min-height: 52px;
  padding: 14px 30px;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 16px;
  background: #171717;
  color: #fff;
  text-align: center;
  font-family: "SegoeUIWeb", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.couture-single__button:hover {
  background: #2a2a2a;
}

.couture-single__tailoring {
  margin-bottom: 86px;
}

.couture-single__form-shell {
  width: 100%;
  margin-top: 46px;
  padding: 42px 36px 34px;
  border-radius: 28px;
  background: #fbfbfb;
  box-sizing: border-box;
}

.couture-single__form-shell .wpcf7 {
  width: 100%;
}

.couture-single__form-shell .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: 100%;
}

.couture-single__form-shell .wpcf7-form > p {
  width: 100%;
  margin: 0;
}

.couture-single__form-shell .wpcf7-form br {
  display: none !important;
}

.couture-single__form-shell .wpcf7-form label,
.couture-single__form-shell .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.couture-single__form-shell .contacts__input,
.couture-single__form-shell .contacts__textarea {
  display: block;
  width: 100% !important;
  padding: 16px 18px 14px;
  border: none;
  border-bottom: 1px solid rgba(23, 23, 23, 0.22);
  border-radius: 0;
  background: transparent;
  color: #171717;
  font-family: "SegoeUIWeb", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  outline: none;
  box-sizing: border-box;
}

.couture-single__form-shell .contacts__input::placeholder,
.couture-single__form-shell .contacts__textarea::placeholder {
  color: rgba(23, 23, 23, 0.46);
}

.couture-single__form-shell .contacts__input:focus,
.couture-single__form-shell .contacts__textarea:focus {
  border-bottom-color: rgba(23, 23, 23, 0.56);
}

.couture-single__form-shell .contacts__textarea {
  min-height: 180px;
  resize: vertical;
}

.couture-single__form-shell .contacts__consent {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.couture-single__form-shell .contacts__checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: rgba(23, 23, 23, 0.82);
  font-family: "SegoeUIWeb", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  cursor: pointer;
}

.couture-single__form-shell .contacts__checkbox-label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  border: 1px solid #171717;
  border-radius: 2px;
  flex-shrink: 0;
}

.couture-single__form-shell .contacts__submit {
  display: inline-flex;
  width: 100%;
  min-height: 56px;
  padding: 15px 24px;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 14px;
  background: #171717;
  color: #fff;
  text-align: center;
  font-family: "SegoeUIWeb", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.couture-single__form-shell .contacts__submit:hover {
  background: #2a2a2a;
}

.couture-single__form-shell .wpcf7-not-valid-tip {
  display: none;
}

.couture-single__form-shell .wpcf7-form-control.wpcf7-not-valid {
  border-bottom-color: #d64747 !important;
}

.couture-single__form-shell .wpcf7-response-output {
  margin: 0;
  padding: 14px 18px;
  border-radius: 10px;
  text-align: center;
  font-family: "SegoeUIWeb", sans-serif;
  font-size: 14px;
}

.couture-single__form-shell .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .couture-single__creation-row {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 28px;
  }

  /* На мобилке/планшете порядок: сначала текст, потом медиа — для всех блоков */
  .couture-single__creation-row .couture-single__creation-text,
  .couture-single__creation-row--media-right .couture-single__creation-text {
    order: 1;
  }

  .couture-single__creation-row .couture-single__creation-media,
  .couture-single__creation-row--media-right .couture-single__creation-media {
    order: 2;
    justify-self: center;
  }
}

@media (max-width: 767px) {
  .couture-single-page {
    padding: 24px 0 42px;
  }

  .couture-single__container {
    padding: 0 16px;
  }

  /* На мобилке обёртываем все внешние секции в боковой padding, 
     чтобы заголовки/эйброу/копи не упирались в края экрана */
  .couture-single__intro,
  .couture-single__history,
  .couture-single__price-section,
  .couture-single__tailoring {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }

  .couture-single__intro {
    margin: 52px 0 36px;
  }

  .couture-single__hero-media-section {
    margin-bottom: 68px;
  }

  .couture-single__history {
    margin-bottom: 72px;
  }

  .couture-single__creation {
    margin-bottom: 74px;
  }

  .couture-single__creation > .couture-single__container > .couture-single__eyebrow {
    margin-bottom: 36px;
  }

  .couture-single__creation-grid {
    gap: 42px;
  }

  .couture-single__price-section {
    margin-bottom: 72px;
  }

  .couture-single__tailoring {
    margin-bottom: 56px;
  }

  .couture-single__title {
    font-size: 24px;
  }

  .couture-single__section-heading {
    font-size: 28px;
  }

  .couture-single__eyebrow,
  .couture-single__copy,
  .couture-single__section-copy,
  .couture-single__button,
  .couture-single__form-shell .contacts__submit {
    font-size: 16px;
  }

  .couture-single__price-value {
    font-size: 32px;
  }

  .couture-single__hero-media {
    width: min(100%, 380px);
    border-radius: 22px;
  }

  .couture-single__hero-media--video {
    width: 100%;
    border-radius: 22px;
  }

  .couture-single__hero-video {
    height: min(460px, 72vw);
  }

  .couture-single__creation-media {
    border-radius: 16px;
  }

  .couture-single__creation-text {
    max-width: 100%;
    gap: 20px;
  }

  /* Форма на мобилке — во всю ширину вьюпорта, без внешнего контейнера-сетки */
  .couture-single__tailoring > .couture-single__container {
    padding: 0;
    max-width: none;
    width: 100%;
  }

  .couture-single__form-shell {
    margin-top: 32px;
    padding: 28px 20px 24px;
    border-radius: 22px;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }

  .couture-single__form-shell .contacts__textarea {
    min-height: 140px;
  }
}


/* COUTURE PROCESS GALLERY ARROWS 2026-07-27 */
.couture-single__process-gallery .couture-single__process-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 46px;
  height: 46px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 50%;
  background: rgba(23, 23, 23, .48);
  color: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .18);
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  -webkit-appearance: none;
  appearance: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.couture-single__process-gallery .couture-single__process-arrow--prev {
  left: 16px;
}

.couture-single__process-gallery .couture-single__process-arrow--next {
  right: 16px;
}

.couture-single__process-gallery .couture-single__process-arrow svg {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.couture-single__process-gallery .couture-single__process-arrow:hover {
  background: rgba(23, 23, 23, .78);
  border-color: rgba(255, 255, 255, .7);
  color: #fff;
  transform: translateY(-50%) scale(1.05);
}

.couture-single__process-gallery .couture-single__process-arrow:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .couture-single__process-gallery .couture-single__process-arrow {
    width: 40px;
    height: 40px;
  }

  .couture-single__process-gallery .couture-single__process-arrow--prev {
    left: 10px;
  }

  .couture-single__process-gallery .couture-single__process-arrow--next {
    right: 10px;
  }

  .couture-single__process-gallery .couture-single__process-arrow svg {
    width: 20px;
    height: 20px;
  }
}


/* COUTURE PRICE SIZE FIX 2026-07-27 */
.couture-single__price-value,
.couture-single__price-value .woocommerce-Price-amount,
.couture-single__price-value bdi,
.couture-single__price-value .woocommerce-Price-currencySymbol {
  font-size: 38px !important;
  line-height: 1.05 !important;
}

@media (max-width: 767px) {
  .couture-single__price-value,
  .couture-single__price-value .woocommerce-Price-amount,
  .couture-single__price-value bdi,
  .couture-single__price-value .woocommerce-Price-currencySymbol {
    font-size: 36px !important;
  }
}


/* COUTURE CONSENT INLINE FIX 2026-07-27 */
.couture-single__form-shell .contacts__consent {
  width: 100%;
  margin: 0;
}

.couture-single__form-shell .contacts__checkbox-label {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 0 !important;
  text-align: left !important;
  cursor: pointer;
}

.couture-single__form-shell .contacts__checkbox-label > .wpcf7-form-control-wrap,
.couture-single__form-shell .contacts__checkbox-label .wpcf7-acceptance,
.couture-single__form-shell .contacts__checkbox-label .wpcf7-list-item {
  display: block !important;
  flex: 0 0 auto !important;
  width: auto !important;
  margin: 0 !important;
}

.couture-single__form-shell .contacts__checkbox-label input[type="checkbox"] {
  display: block !important;
  flex: 0 0 18px !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  margin: 1px 0 0 !important;
  padding: 0 !important;
}
