.brand-mark {
  width: 56px;
  height: 56px;
  display: block;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  background: #fff url('../assets/logo.png') center / contain no-repeat;
  color: transparent;
  font-size: 0;
}

.utility .shell > span,
.utility .shell > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.utility .shell > span::before,
.utility .shell > a::before {
  color: #f3cb42;
  font-size: 0.9rem;
}

.utility .shell > span::before { content: '⌖'; }
.utility .shell > a[href^="mailto:"]::before { content: '✉'; }
.utility .shell > a[href^="tel:"]::before { content: '☎'; }

.language-picker { display: inline-flex; align-items: center; gap: 5px; margin-left: 6px; }

.language-icon {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: #f3cb42;
  stroke-width: 1.8;
}

.language-select {
  padding: 4px 6px;
  border: 1px solid #6c8fba;
  border-radius: 2px;
  background: transparent;
  color: #fff;
  font: 700 0.7rem var(--font);
}

.language-select option { color: var(--ink); }

html[dir="rtl"] body { text-align: right; }
html[dir="rtl"] .hero-content { margin-left: auto; margin-right: max(20px, calc((100% - 1160px) / 2)); }
html[dir="rtl"] .contact-details { border-left: 0; border-right: 1px solid #416b9b; padding-left: 0; padding-right: 35px; }

.hero h1 {
  font-size: clamp(0.9rem, 2.9vw, 2.7rem);
}

.hero-line {
  display: block;
  white-space: nowrap;
}

.facility-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.facility-grid article {
  min-height: 235px;
  padding: 30px 28px;
  background: #fff;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.facility-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  background: var(--mist);
  color: var(--blue);
  font-size: 1.35rem;
}

.facility-grid h3 {
  margin: 25px 0 9px;
  color: var(--ink);
  font: 700 1.25rem var(--serif);
}

.facility-grid p { margin: 0; font-size: 0.86rem; }

@media (max-width: 860px) { .facility-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .facility-grid { grid-template-columns: 1fr; } }

.study-schedule { margin-top: 68px; padding-top: 50px; border-top: 1px solid var(--line); }
.schedule-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 24px; }
.schedule-heading h2 { font-size: clamp(1.75rem, 3vw, 2.7rem); }
.schedule-key { display: flex; flex-wrap: wrap; gap: 12px 18px; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: #5e6e83; }
.schedule-key span { display: inline-flex; align-items: center; gap: 6px; }
.schedule-key i { width: 11px; height: 11px; display: inline-block; }.teacher-blue { background: #4c70ff; }.teacher-green { background: #00b964; }
.schedule-scroll { overflow-x: auto; border: 1px solid var(--ink); }
.schedule-scroll table { width: 100%; min-width: 940px; border-collapse: collapse; text-align: center; color: #384457; }
.schedule-scroll th, .schedule-scroll td { border: 1px solid #9ba6b5; padding: 12px 10px; vertical-align: middle; }
.schedule-scroll thead th { background: #e9edf2; font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; line-height: 1.35; }
.schedule-scroll tbody th { width: 84px; background: #f5f6f8; font-size: 0.77rem; text-transform: uppercase; letter-spacing: 0.1em; }
.schedule-scroll td { width: 14.3%; min-height: 62px; font-size: 0.78rem; font-weight: 700; line-height: 1.35; text-transform: uppercase; }
.schedule-scroll td:empty { background: #e4e7eb; }.schedule-scroll td.blue, .schedule-scroll td.green { position: relative; padding-left: 18px; }.schedule-scroll td.blue::before, .schedule-scroll td.green::before { content: ''; position: absolute; top: 8px; bottom: 8px; left: 7px; width: 6px; }.schedule-scroll td.blue::before { background: #4c70ff; }.schedule-scroll td.green::before { background: #00b964; }
@media (max-width: 700px) { .schedule-heading { display: block; }.schedule-key { margin-top: 14px; } }

.footer-grid a[href^="tel:"],
.footer-grid a[href^="mailto:"],
.footer-grid a[href^="https://"] {
  display: flex !important;
  align-items: flex-start;
  gap: 8px;
}

.footer-grid a[href^="tel:"]::before,
.footer-grid a[href^="mailto:"]::before,
.footer-grid a[href^="https://"]::before,
.footer-address::before {
  color: var(--yellow);
  font-size: 0.8rem;
  line-height: 1.55;
}

.footer-grid a[href^="tel:"]::before { content: '☎'; }
.footer-grid a[href^="mailto:"]::before { content: '✉'; }
.footer-grid a[href^="https://"]::before { content: '⌘'; }
.footer-address { display: flex; gap: 8px; margin-top: 7px; font-size: 0.82rem; line-height: 1.55; }
.footer-address::before { content: '⌖'; flex: 0 0 auto; }

.contact-details a,
.contact-details span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.contact-details a::before,
.contact-details span::before {
  color: var(--yellow);
  flex: 0 0 auto;
  line-height: 1.55;
}

.contact-details a[href^="tel:"]::before { content: '☎'; }
.contact-details a[href^="mailto:"]::before { content: '✉'; }
.contact-details a[href^="https://"]::before { content: '⌘'; }
.contact-details span::before { content: '⌖'; }
