/* Consistent reading and display type across the English and Arabic catalogue. */
:root {
  --reading-font: 'Mulish', Arial, sans-serif;
  --display-font: 'Raleway', 'Mulish', Arial, sans-serif;
  --text-strong: #253039;
  --text-reading: #505e68;
  --text-accent: #287ba8;
}
html[lang='ar'] {
  --reading-font: 'IBM Plex Sans Arabic', 'Mulish', Tahoma, sans-serif;
  --display-font: 'IBM Plex Sans Arabic', 'Mulish', Tahoma, sans-serif;
}
html body {
  font-family: var(--reading-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--text-strong);
  font-kerning: normal;
}
html[lang='ar'] body { font-family: var(--reading-font); font-size: 18px; line-height: 1.9; }
html body button, html body input, html body select, html body textarea { font-family: var(--reading-font); }
html body #app :is(h1,h2,h3), html body #footer h2 {
  font-family: var(--display-font);
  font-weight: 500;
  letter-spacing: -.025em;
  text-wrap: pretty;
}
html body #app h2 { font-size: clamp(25px, 2.4vw, 32px); line-height: 1.25; }
html body #app h3 { line-height: 1.45; }
html body #app .pagehead h1 {
  font-size: clamp(32px, 3.6vw, 46px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.16;
  margin: 18px 0 12px;
  color: var(--text-strong);
}
html body #app .pagehead { padding-top: 44px; padding-bottom: 16px; }
html body #app .pagehead h1:after { width: 40px; height: 2px; margin-top: 19px; }
html body #app .pagehead .sub {
  font-family: var(--reading-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--text-reading);
  margin: 0;
  max-width: 64ch;
  letter-spacing: 0;
}
html body #app :is(.sub,.empty,.spec-list,.care-intro>p,.care-warranty-card p,.care-location-grid p,.care-hours,.contact-info p,.contact-hours p,.contact-team p) {
  font-family: var(--reading-font);
  color: var(--text-reading);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
html body #app .eyebrow { font-family: var(--reading-font); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
html body #app .about-story {
  padding-top: 12px;
  gap: clamp(28px, 4vw, 60px);
  grid-template-columns: 1.05fr 1fr;
}
html body #app .about-story .empty { font-size: 18px; line-height: 1.85; max-width: 65ch; }
html body #app .about-story .empty p { margin: 0 0 20px; font-size: inherit; line-height: inherit; font-weight: 400; color: var(--text-reading); }
html body #app .contact-team figcaption { padding: 24px 28px; }
html body #app .contact-team h3 { font-size: 25px; margin: 9px 0 10px; }
html body #app .contact-team p { margin: 0; }
html body #app .care-page { padding-top: 12px; }
html body #app .care-intro { gap: 36px; }
html body #app .care-intro>p { font-size: 17px; margin: 0; max-width: 64ch; }
html body #app .care-warranty-card h3 { font-size: 18px; letter-spacing: -.015em; }
html body #app :is(.care-location-grid h3,.contact-info h3,.contact-hours h3) { font-size: 23px; }
html body #app .care-warranties>.sub { max-width: 65ch; }
html body #app .contact-content { padding-top: 8px; }
html body #app .contact-content .contact-whatsapp-lead { margin-top: 0; }
html body #app .contact-grid h2 { font-size: 30px; font-weight: 400; }
html body #app .social-brand h3 { font-size: 18px; }
html body #app .social-brand .contact-social a { font-size: 14px; }
html body #app .product h3 { font-family: var(--reading-font); font-size: 16px; line-height: 1.5; font-weight: 500; letter-spacing: -.01em; }
html body #app .product .model { font-family: 'Mulish', Arial, sans-serif; font-size: 13px; line-height: 1.6; }
html body #app .product .price { font-size: 19px; font-weight: 700; line-height: 1.4; font-variant-numeric: lining-nums tabular-nums; }
html body #app .details :is(h2,.product-title) { font-size: 30px!important; font-weight: 500; line-height: 1.35; }
html body #app :is(.catalog-tools label,.filter-summary) { font-size: 13px; }
html body #app :is(.catalog-tools input,.catalog-tools select,.btn,.showcase-link,.discovery-links a) { font-size: 14px; }
html body #app .showcase-copy h3 { font-size: clamp(30px,3.4vw,44px); font-weight: 400; line-height: 1.16; }
html body #app .showcase-copy p { font-family: var(--reading-font); font-size: 16px; line-height: 1.75; }
html body #app .signature-hero .copy h1 { font-family: var(--display-font); font-weight: 400; letter-spacing: -.035em; }
html body #app .signature-hero .copy p { font-family: var(--reading-font); font-size: 16px; color: #e0edf5; }
html body #app .support .sub { color: #d4e1e9; }
html body #footer { font-family: var(--reading-font); }
html body #footer h2 { font-size: 12px; font-weight: 600; letter-spacing: .12em; }
html body #app .heritage-fact .fact-value {
  font-family: 'Mulish', Arial, sans-serif;
  font-size: clamp(36px, 3.5vw, 48px);
  font-weight: 500;
  font-variant-numeric: lining-nums tabular-nums;
  letter-spacing: -.035em;
  line-height: 1.15;
}
html body #app .heritage-fact dt { font-size: 14px; line-height: 1.5; }
html body #app .heritage-fact .fact-detail { font-size: 12px; line-height: 1.6; }
html body #app .fact-value .fact-up-to {
  display: inline-block;
  font: inherit;
  letter-spacing: inherit;
  vertical-align: baseline;
  margin: 0 9px 0 0;
  color: #d3edff;
}
html body #app .fact-value .fact-warranty-years { font: inherit; margin: 0; vertical-align: baseline; }
html body #app .fact-value:has(.fact-up-to) { display: inline-flex; align-items: baseline; direction: ltr; }
html[lang='ar'] body #app :is(h1,h2,h3,.eyebrow),html[lang='ar'] body #footer h2 { font-family: var(--display-font); letter-spacing: 0; }
html[lang='ar'] body #app .pagehead h1 { font-size: clamp(30px,3.4vw,40px); line-height: 1.45; font-weight: 400; }
html[lang='ar'] body #app .pagehead .sub { font-family: var(--reading-font); font-size: 19px; line-height: 1.8; }
html[lang='ar'] body #app :is(.sub,.empty,.spec-list,.care-intro>p,.care-warranty-card p,.care-location-grid p,.care-hours,.contact-info p,.contact-hours p,.contact-team p) { font-size: 18px; line-height: 1.9; }
html[lang='ar'] body #app .about-story .empty { font-size: 19px; line-height: 1.9; }
html[lang='ar'] body #app .product h3 { font-family: var(--reading-font); font-size: 18px; line-height: 1.65; letter-spacing: 0; }
html[lang='ar'] body #app :is(.eyebrow,.catalog-tools label,.filter-summary) { font-size: 14px; }
html[lang='ar'] body #app :is(.btn,.discovery-links a,.showcase-link,.catalog-tools input,.catalog-tools select) { font-size: 16px; }
html[lang='ar'] body #app .signature-hero .copy h1 { letter-spacing: 0; font-weight: 400; line-height: 1.5; }
html[lang='ar'] body #app .signature-hero .copy p { font-size: 18px; }
html[lang='ar'] body #app .fact-value:has(.fact-up-to) { direction: rtl; }
html[lang='ar'] body #app .fact-value .fact-up-to { margin: 0 0 0 9px; }
html[lang='ar'] body #app .fact-value:has(.fact-up-to) { font-family: var(--reading-font); }
html[lang='ar'] body #app .heritage-fact dt { font-size: 16px; }
html[lang='ar'] body #app .heritage-fact .fact-detail { font-size: 13px; }
@media(max-width:900px) { html body #app .about-story { grid-template-columns: 1fr; gap: 28px; } }
@media(max-width:650px) {
  html body #app .pagehead { padding-top: 30px; padding-bottom: 14px; }
  html body #app .pagehead .sub { font-size: 17px; }
  html body #app .about-story .empty { font-size: 18px; }
  html body #app .product h3 { font-size: 14px; }
  html body #app .product .price { font-size: 17px; }
  html body #app .heritage-fact dt { font-size: 13px; }
  html body #app .heritage-fact .fact-detail { font-size: 11px; }
  html body #app .heritage-fact .fact-value { font-size: clamp(28px, 7.6vw, 36px); }
  html body #app .fact-value .fact-up-to { margin-right: 7px; }
  html[lang='ar'] body #app .about-story .empty { font-size: 19px; }
  html[lang='ar'] body #app .product h3 { font-size: 17px; }
  html[lang='ar'] body #app .heritage-fact .fact-detail { font-size: 12px; }
}
