.about-section {
  padding-block: 88px;
}

.about-grid {
  grid-template-columns: minmax(0, 480px) minmax(0, 1fr);
  gap: clamp(48px, 7vw, 110px);
}

.about-photo {
  width: 100%;
  margin: 0;
}

.about-portrait {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 140px 8px 8px 8px;
  background: #b4a28f;
}

.about-photo-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px 20px;
  padding-top: 20px;
  color: #596b51;
  font-size: 12px;
  line-height: 1.7;
}

.about-photo-caption .signature {
  color: #344a38;
  font-size: 30px;
  line-height: 1.2;
}

.about-copy {
  max-width: 590px;
}

.about-copy .eyebrow {
  font-size: 12px;
}

.about-copy h2 {
  margin-bottom: 22px;
}

.about-intro {
  margin: 0 0 28px;
  color: #42533d;
  font-family: var(--font-editorial), serif;
  font-size: clamp(20px, 1.7vw, 25px);
  line-height: 1.55;
}

.about-copy .about-emphasis {
  border-left: 2px solid #a3ad95;
  margin-top: 26px;
  padding-left: 20px;
}

@media (max-width: 1100px) {
  .about-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 44px;
  }
}

@media (max-width: 800px) {
  .about-section {
    padding-block: 60px;
  }

  .about-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  .about-photo {
    max-width: 440px;
    justify-self: center;
  }

  .about-copy {
    max-width: 590px;
    justify-self: center;
  }
}

@media (max-width: 480px) {
  .about-portrait {
    border-top-left-radius: 100px;
  }

  .about-photo-caption {
    padding-top: 16px;
  }

  .about-copy h2 {
    margin-bottom: 18px;
  }

  .about-intro {
    margin-bottom: 24px;
  }

  .about-copy .about-emphasis {
    padding-left: 16px;
  }
}

/* Keep the opening sections comfortable in shorter laptop browser windows. */
@media (min-width: 1001px) and (max-height: 900px) {
  .hero {
    padding-block: clamp(24px, 4vh, 36px);
  }

  .hero-copy {
    padding-block: 0;
  }

  .hero .eyebrow {
    margin-bottom: 18px;
  }

  .hero h1 {
    margin-bottom: 20px;
    font-size: clamp(44px, 6.8vh, 64px);
  }

  .hero-description {
    line-height: 1.8;
  }

  .hero .button-row {
    margin-top: 24px;
  }

  .hero-note {
    margin-top: 24px;
    padding-top: 16px;
  }

  .hero-visual > img {
    height: clamp(360px, 60vh, 530px);
  }

  .about-section {
    padding-block: clamp(24px, 3.5vh, 36px);
  }

  .about-grid {
    grid-template-columns: minmax(0, clamp(300px, 48vh, 440px)) minmax(0, 1fr);
    gap: clamp(48px, 5vw, 80px);
  }

  .about-photo-caption {
    padding-top: 16px;
  }

  .about-copy {
    max-width: 660px;
  }

  .about-copy .eyebrow {
    margin-bottom: 16px;
  }

  .about-copy h2 {
    margin-bottom: 16px;
    font-size: clamp(32px, 4.7vh, 42px);
  }

  .about-intro {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.5;
  }

  .about-copy > p:not(.eyebrow) {
    margin-bottom: 12px;
    line-height: 1.6;
  }

  .about-copy .about-emphasis {
    margin-top: 20px;
  }
}

#umow {
  scroll-margin-top: 110px;
}

#kontakt {
  scroll-margin-top: 110px;
}

.copy-email-status {
  min-height: 22px;
  margin-top: 12px;
  color: #596b51;
  font-size: 13px !important;
  font-weight: 600;
}

.consultation-contact-grid {
  align-items: start;
}

.booking-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.copy-email-button {
  border: 0;
  font: inherit;
  cursor: pointer;
}

.copy-email-button.is-copied {
  background: #344a38;
}

.contact-actions .button {
  justify-content: center;
}

.consultation-contact-note,
.contact-safety {
  margin-top: 22px;
  color: #667061;
  font-size: 13px !important;
  line-height: 1.65;
}

.contact-safety {
  padding-top: 20px;
  border-top: 1px solid #c9d0be;
}

@media (max-width: 480px) {
  .booking-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-actions .button {
    width: 100%;
  }
}

.consultation-pricing-section {
  background: #e8ecdf;
  padding-block: 76px;
}

.consultation-pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
  align-items: center;
  gap: clamp(48px, 7vw, 105px);
}

.pricing-intro h2 {
  margin: 15px 0 24px;
}

.pricing-intro > p:last-child {
  max-width: 510px;
}

.price-table-card {
  overflow: hidden;
  background: #f8f6f1;
  border: 1px solid #d4d8cc;
  border-radius: 6px;
  box-shadow: 0 18px 45px rgba(52, 66, 47, 0.08);
}

.consultation-price-table {
  width: 100%;
  border-collapse: collapse;
}

.consultation-price-table caption {
  padding: 22px 28px 18px;
  color: #697661;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;
}

.consultation-price-table thead {
  border-block: 1px solid #d9ddd1;
  background: #f1f2ec;
}

.consultation-price-table th,
.consultation-price-table td {
  padding: 19px 28px;
  text-align: left;
}

.consultation-price-table thead th {
  color: #747a6f;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.consultation-price-table thead th:last-child,
.consultation-price-table td {
  width: 40%;
  text-align: right;
}

.consultation-price-table tbody tr + tr {
  border-top: 1px solid #d9ddd1;
}

.consultation-price-table tbody th > strong {
  display: block;
  color: #29372d;
  font-family: var(--font-editorial), serif;
  font-size: 25px;
  font-weight: 500;
}

.consultation-price-table tbody th > span,
.consultation-price-table td small {
  display: block;
  margin-top: 4px;
  color: #747a6f;
  font-size: 12px;
  font-weight: 400;
}

.consultation-price-table td > strong {
  color: #455c47;
  font-family: var(--font-editorial), serif;
  font-size: 34px;
  font-weight: 500;
  white-space: nowrap;
}

.price-best-value {
  background: #f3efe6;
}

.price-best-value td small {
  color: #5e745b;
  font-weight: 600;
}

.price-table-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 28px;
  border-top: 1px solid #d9ddd1;
}

.price-table-footer > span {
  color: #747a6f;
  font-size: 13px;
}

@media (max-width: 900px) {
  .consultation-pricing-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 560px) {
  .consultation-pricing-section {
    padding-block: 58px;
  }

  .consultation-price-table caption,
  .consultation-price-table th,
  .consultation-price-table td {
    padding-right: 18px;
    padding-left: 18px;
  }

  .consultation-price-table tbody th > strong {
    font-size: 22px;
  }

  .consultation-price-table td > strong {
    font-size: 29px;
  }

  .price-table-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 18px 22px;
  }
}
