.mounting-page {
  overflow: clip;
}

.mounting-page .mounting-hero .store-eyebrow {
  display: inline-block;
}

.mounting-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.mounting-hero__actions .store-btn {
  min-height: 56px;
  margin: 0;
}

.mounting-value__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mounting-value article {
  min-height: 156px;
  padding: 24px;
  border: 1px solid var(--store-line);
  border-top: 2px solid var(--store-gold);
  border-radius: 10px;
  background: #fff;
}

.mounting-value article strong {
  display: block;
  margin-bottom: 9px;
  font-size: 20px;
  line-height: 1.3;
}

.mounting-value article p {
  margin: 0;
  color: var(--store-muted);
  font-size: 15px;
  line-height: 1.55;
}

.mounting-cases__label {
  margin: 28px 0 14px;
  color: var(--store-gold-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.mounting-cases__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.mounting-cases figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--store-line);
  border-radius: 12px;
  background: #fff;
}

.mounting-cases picture {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--store-soft);
}

.mounting-cases img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mounting-cases__focus-top img {
  object-position: center 30%;
}

.mounting-cases figcaption {
  padding: 14px 16px 16px;
  color: var(--store-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.mounting-cases__actions {
  margin-top: 22px;
}

.mounting-measure__toggle {
  min-height: 48px;
  display: inline-flex;
  margin-top: 18px;
}

.mounting-measure__form[hidden],
.mounting-measure__toggle[hidden] {
  display: none !important;
}

.mounting-measure--collapsed {
  grid-template-columns: minmax(0, 760px);
}

.mounting-measure--open {
  grid-template-columns: minmax(250px, .75fr) minmax(0, 1.25fr);
}

.mounting-measure__form {
  min-width: 0;
  animation: mounting-form-in .28s ease both;
}

.mounting-file-picker {
  position: relative;
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px;
  overflow: hidden;
  border: 1px dashed var(--store-gold-dark);
  border-radius: 10px;
  background: #f8f3e8;
}

.mounting-file-picker .mounting-file-picker__input {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}

.mounting-file-picker__button {
  min-height: 42px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 0 14px;
  border-radius: 8px;
  background: var(--store-gold);
  color: var(--store-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.mounting-file-picker__status {
  min-width: 0;
  overflow: hidden;
  color: var(--store-muted);
  font-size: 13px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mounting-measure .store-consent {
  min-height: 44px;
  align-items: center;
}

.mounting-faq details {
  max-width: 1000px;
}

@media (max-width: 1024px) {
  .mounting-value__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .mounting-page .store-service-scope > div:last-child {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .mounting-measure--open {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  .mounting-page .mounting-hero {
    min-height: 360px;
    justify-content: center;
    padding: 24px 20px;
  }

  .mounting-page .mounting-hero::after {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .91) 61%, rgba(255, 255, 255, .28) 100%),
      url("/assets/redesign/private-ref/hero-right.webp") right center / auto 100% no-repeat,
      #f7f4ee;
  }

  .mounting-page .mounting-hero > div {
    max-width: 100%;
  }

  .mounting-page .mounting-hero h1 {
    max-width: 390px;
    margin: 8px 0 12px;
    font-size: clamp(38px, 10.2vw, 44px);
    line-height: 1.04;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  .mounting-page .mounting-hero p {
    max-width: 350px;
    margin: 0;
    font-size: 18px;
    line-height: 1.42;
    text-wrap: pretty;
  }

  .mounting-hero__actions {
    gap: 9px;
    margin-top: 18px;
  }

  .mounting-hero__actions .store-btn {
    min-height: 46px;
    padding: 0 16px;
    font-size: 14px;
  }

  .mounting-page > .store-section {
    padding: 28px 0;
  }

  .mounting-page .store-section-head {
    margin-bottom: 18px;
  }

  .mounting-page .store-section-head h2,
  .mounting-page .mounting-measure h2 {
    max-width: 100%;
    margin: 0 0 11px;
    font-size: clamp(30px, 8.5vw, 36px);
    line-height: 1.08;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  .mounting-page .store-section-head > p,
  .mounting-page .store-service-scope article p,
  .mounting-page .mounting-measure__intro > p {
    margin: 0;
    font-size: 18px;
    line-height: 1.45;
    text-wrap: pretty;
  }

  .mounting-value__grid,
  .mounting-cases__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .mounting-value article,
  .mounting-page .store-service-scope article {
    min-height: 0;
    padding: 22px;
    border: 1px solid var(--store-line);
    border-top: 2px solid var(--store-gold);
    border-radius: 10px;
    background: #fff;
  }

  .mounting-page .store-service-scope article strong {
    display: block;
    margin-bottom: 9px;
    font-size: 22px;
    line-height: 1.25;
  }

  .mounting-cases picture {
    aspect-ratio: 4 / 3;
  }

  .mounting-cases figcaption {
    padding: 12px 14px 14px;
    font-size: 17px;
  }

  .mounting-page .mounting-measure,
  .mounting-measure--collapsed,
  .mounting-measure--open {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding: 22px;
    margin: 28px 0 34px;
  }

  .mounting-measure .store-form-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 13px;
  }

  .mounting-measure .store-form-wide {
    grid-column: auto;
  }

  .mounting-measure .store-lead-form label > span {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 1.4;
  }

  .mounting-measure .store-lead-form input:not([type="checkbox"]):not([type="file"]):not(.store-honeypot),
  .mounting-measure .store-lead-form select {
    min-height: 56px;
    padding: 0 14px;
    font-size: 18px;
  }

  .mounting-measure .store-lead-form textarea {
    min-height: 130px;
    padding: 13px 14px;
    resize: vertical;
    font-size: 18px;
    line-height: 1.45;
  }

  .mounting-measure .store-consent {
    width: 100%;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 10px;
    margin: 14px 0;
    font-size: 14px;
    line-height: 1.45;
  }

  .mounting-measure .store-consent input {
    width: 22px;
    height: 22px;
  }

  .mounting-measure .store-consent span {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
  }

  .mounting-measure .store-lead-form > .store-btn {
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
    font-size: 17px;
  }

  .mounting-page .store-breadcrumbs a,
  .mounting-page .store-faq summary {
    min-height: 44px;
  }
}

@media (max-width: 520px) {
  .mounting-value__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mounting-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .mounting-hero__actions .store-btn {
    width: 100%;
  }
}

@keyframes mounting-form-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .mounting-measure__form {
    animation: none;
  }
}
