/*
 * JETMECH Turkish page typography — 2026-07-26
 * Text fitting only. Existing widths, heights, spacing, grids, buttons,
 * cards, images, and interaction geometry remain unchanged.
 */

body.page-tr {
  font-family: var(--font-sans);
}

.page-tr :where(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li,
  dt,
  dd,
  figcaption,
  label,
  .eyebrow,
  .product-label,
  .detail-summary span,
  .spec-highlight-grid span
) {
  letter-spacing: 0;
  overflow-wrap: break-word;
  hyphens: auto;
}

.page-tr .site-header[data-header] .header-whatsapp span {
  font-size: 7.2px;
  line-height: 1;
}

.page-tr .site-header[data-header] .header-whatsapp strong {
  font-size: 12px;
  line-height: 1.05;
}

.page-tr .company-brand-card p {
  white-space: normal;
}

@media (min-width: 901px) {
  .page-tr .hero-actions .button:first-child {
    flex: 0 0 158.75px;
    width: 158.75px;
    min-width: 158.75px;
    max-width: 158.75px;
    font-size: 9px;
    white-space: nowrap;
  }

  .page-tr .hero-actions .button:nth-child(2) {
    flex: 0 0 256.414px;
    width: 256.414px;
    min-width: 256.414px;
    max-width: 256.414px;
    font-size: 12px;
    white-space: nowrap;
  }
}

@media (max-width: 900px) {
  .page-tr .site-header[data-header] .header-whatsapp span {
    font-size: 7.2px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .page-tr .product-tab {
    font-size: 9.5px;
    white-space: nowrap;
    overflow: hidden;
  }

  .page-tr .product-tab span {
    font-size: 6.8px !important;
    letter-spacing: 0.02em !important;
  }

  .page-tr .product-tab strong {
    font-size: 6.6px !important;
    letter-spacing: 0.01em !important;
  }

  .page-tr .hero-actions .button {
    font-size: 11px;
  }
}

@media (max-width: 390px) {
  .page-tr .site-header[data-header] .header-whatsapp span {
    font-size: 7.1px !important;
  }
}

@media (max-width: 360px) {
  .page-tr .product-tab span {
    font-size: 6.1px !important;
  }

  .page-tr .product-tab strong {
    font-size: 6px !important;
  }
}
