/* Homepage parity layer, 2026-09-01. Loaded last on every public route. */
:root {
  --ts-parity-width: 1024px;
  --ts-parity-article: 760px;
  --ts-parity-primary: #2a7476;
  --ts-parity-ink: #285657;
  --ts-parity-text: #3f595a;
  --ts-parity-muted: #5c7374;
  --ts-parity-soft: #f2faf7;
  --ts-parity-line: rgba(42, 116, 118, 0.16);
  --ts-parity-scrollbar: #244f50;
  --ts-parity-scrollbar-track: #eaf1ef;
}

/* Global footer refinement from the 2026-09-01 editorial audit. */
@media (min-width: 1100px) {
  body.ts-home-parity-20260901 [data-ts-footer-inner] {
    width: min(calc(100% - 64px), 1104px) !important;
    max-width: 1104px !important;
  }
}

body.ts-home-parity-20260901 [data-ts-footer] :where(p, a) {
  font-size: max(13px, 0.94rem) !important;
}

body.ts-home-parity-20260901 [data-ts-footer-legal] :where(p, a) {
  font-size: max(12px, 0.84rem) !important;
}

html {
  direction: ltr !important;
  overflow-x: hidden !important;
  scrollbar-color: var(--ts-parity-scrollbar) var(--ts-parity-scrollbar-track);
  scrollbar-width: thin;
}

body {
  direction: rtl !important;
  margin: 0 !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 12px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: var(--ts-parity-scrollbar-track);
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  min-height: 42px;
  border: 3px solid var(--ts-parity-scrollbar-track);
  border-radius: 999px;
  background: var(--ts-parity-scrollbar);
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: #173d3e;
}

body.ts-home-parity-20260901 :where(h1, h2, h3, h4, h5, h6, p, a, button, input, select, textarea, summary, label, li) {
  letter-spacing: 0 !important;
}

body.ts-home-parity-20260901 .ts-desktop-header,
body.ts-home-parity-20260901 .ts-desktop-header * {
  direction: rtl;
}

@media (min-width: 1100px) {
  body.ts-home-parity-20260901 .ts-desktop-header {
    height: 68px !important;
  }

  body.ts-home-parity-20260901 .ts-desktop-header__inner {
    width: min(calc(100% - 48px), var(--ts-parity-width)) !important;
    max-width: var(--ts-parity-width) !important;
    height: 68px !important;
    margin-inline: auto !important;
  }

  body.ts-home-parity-20260901 .ts-desktop-header__cluster,
  body.ts-home-parity-20260901 .ts-desktop-nav,
  body.ts-home-parity-20260901 .ts-desktop-header__phones {
    height: 48px !important;
  }

  body.ts-home-parity-20260901 .ts-desktop-header__phones {
    width: 142px !important;
  }
}

.ts-parity-mobile-menu,
.ts-parity-mobile-backdrop,
.ts-parity-mobile-drawer {
  display: none;
}

@media (max-width: 1099px) {
  body.ts-home-parity-20260901 .ts-parity-mobile-menu {
    position: fixed !important;
    top: max(16px, env(safe-area-inset-top, 0px)) !important;
    left: max(16px, env(safe-area-inset-left, 0px)) !important;
    z-index: 122 !important;
    display: grid !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 !important;
    place-items: center !important;
    border: 1px solid rgba(33, 136, 137, 0.18) !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #168f91 !important;
    box-shadow: 0 12px 28px rgba(15, 76, 78, 0.14) !important;
    cursor: pointer !important;
  }

  body.ts-home-parity-20260901 .ts-parity-mobile-menu svg {
    width: 24px !important;
    height: 24px !important;
  }

  body.ts-home-parity-20260901 .ts-parity-mobile-backdrop {
    position: fixed;
    inset: 0;
    z-index: 119;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(20, 53, 54, 0.34);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }

  body.ts-home-parity-20260901 .ts-parity-mobile-drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 121;
    display: block;
    width: min(82vw, 320px);
    max-width: 320px;
    overflow: hidden;
    direction: rtl;
    background: #fff;
    color: var(--ts-parity-ink);
    box-shadow: 18px 0 44px rgba(20, 53, 54, 0.2);
    transform: translateX(-105%);
    transition: transform 220ms ease;
  }

  body.ts-home-parity-20260901 .ts-parity-mobile-drawer__inner {
    height: 100%;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 82px 22px 28px;
  }

  body.ts-home-parity-20260901 .ts-parity-mobile-drawer__title {
    display: block;
    margin-bottom: 16px;
    color: var(--ts-parity-ink);
    font-size: 22px;
    line-height: 1.25;
  }

  body.ts-home-parity-20260901 .ts-parity-mobile-drawer nav {
    display: grid;
    gap: 5px;
  }

  body.ts-home-parity-20260901 .ts-parity-mobile-drawer nav a {
    display: flex;
    min-height: 44px;
    align-items: center;
    padding: 9px 12px;
    border-radius: 8px;
    color: var(--ts-parity-text);
    font-size: 16px;
    font-weight: 650;
  }

  body.ts-home-parity-20260901 .ts-parity-mobile-drawer nav a[aria-current="page"] {
    background: #e9f7f5;
    color: var(--ts-parity-ink);
    font-weight: 800;
  }

  body.ts-home-parity-20260901 .ts-parity-mobile-drawer__phone {
    display: inline-flex;
    min-height: 44px;
    margin-top: 22px;
    align-items: center;
    color: #137f81;
    font-size: 17px;
    font-weight: 800;
  }

  body.ts-home-parity-20260901.ts-parity-mobile-menu-open {
    overflow: hidden;
  }

  body.ts-home-parity-20260901.ts-parity-mobile-menu-open .ts-parity-mobile-backdrop {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  body.ts-home-parity-20260901.ts-parity-mobile-menu-open .ts-parity-mobile-drawer {
    transform: translateX(0);
  }
}

/* About: keep the tropical image, remove the broken half-overlay and make it uniformly bright. */
body.ts-page-about main > section:first-child,
body.ts-page-about main > div > section:first-child {
  min-height: 430px !important;
  height: clamp(420px, 43vh, 460px) !important;
  max-height: 460px !important;
  background: var(--ts-parity-soft) !important;
}

body.ts-page-about main > section:first-child > img,
body.ts-page-about main > div > section:first-child > img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: brightness(1.08) saturate(1.04) !important;
}

body.ts-page-about #root main > section:first-child > div.absolute,
body.ts-page-about #root main > div > section:first-child > div.absolute,
body.ts-page-about main > section:first-child > div.absolute,
body.ts-page-about main > div > section:first-child > div.absolute {
  position: absolute !important;
  inset: 0 !important;
  width: 100vw !important;
  min-width: 100vw !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  transform: none !important;
  background: rgba(255, 255, 255, 0.2) !important;
  mix-blend-mode: normal !important;
}

body.ts-page-about main > section:first-child h1,
body.ts-page-about main > div > section:first-child h1 {
  width: min(calc(100% - 40px), 850px) !important;
  margin-inline: auto !important;
  color: var(--ts-parity-ink) !important;
  font-size: clamp(44px, 3.7vw, 56px) !important;
  line-height: 1.1 !important;
  text-shadow: 0 1px 0 #fff, 0 2px 16px rgba(255, 255, 255, 0.9) !important;
}

body.ts-page-about main > section:not(:first-child):not([data-ts-section="contact"]),
body.ts-page-about main > div > section:not(:first-child):not([data-ts-section="contact"]),
body.ts-page-jobs main > div > section:not([data-ts-section="contact"]) {
  padding-block: 56px !important;
}

body.ts-page-about main > section:not(:first-child):not([data-ts-section="contact"]) > div:not(.absolute),
body.ts-page-about main > div > section:not(:first-child):not([data-ts-section="contact"]) > div:not(.absolute),
body.ts-page-jobs main > div > section:not([data-ts-section="contact"]) > div:not(.absolute) {
  width: min(calc(100% - 48px), var(--ts-parity-width)) !important;
  max-width: var(--ts-parity-width) !important;
  box-sizing: border-box !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

body.ts-page-about main :where(h2),
body.ts-page-jobs main :where(h2) {
  color: var(--ts-parity-ink) !important;
  font-size: 33.84px !important;
  line-height: 1.2 !important;
}

body.ts-page-about main :where(h3),
body.ts-page-jobs main :where(h3) {
  color: var(--ts-parity-ink) !important;
  font-size: 21px !important;
  line-height: 1.28 !important;
}

body.ts-page-about main :where(h4),
body.ts-page-jobs main :where(h4) {
  color: var(--ts-parity-ink) !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
}

body.ts-page-about main :where(p, li),
body.ts-page-jobs main :where(p, li) {
  color: var(--ts-parity-text) !important;
  font-size: 14.4px !important;
  line-height: 1.68 !important;
}

body.ts-page-about main [style*="opacity: 0"],
body.ts-page-about main [style*="opacity:0"],
body.ts-page-jobs main [style*="opacity: 0"],
body.ts-page-jobs main [style*="opacity:0"] {
  opacity: 1 !important;
  transform: none !important;
}

body.ts-page-jobs main > div > section:first-child {
  min-height: 430px !important;
  padding-block: 118px 58px !important;
  background: var(--ts-parity-primary) !important;
}

body.ts-page-jobs main > div > section:first-child > div.absolute {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

body.ts-page-jobs main > div > section:first-child h1 {
  margin-bottom: 16px !important;
  color: #fff !important;
  font-size: clamp(44px, 3.7vw, 56px) !important;
  line-height: 1.1 !important;
}

body.ts-page-jobs main > div > section:first-child p {
  max-width: 720px !important;
  margin-inline: auto !important;
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: 18px !important;
  line-height: 1.62 !important;
}

body.ts-page-jobs main :where(.rounded-2xl, .rounded-xl) {
  border-radius: 16px !important;
}

body.ts-page-jobs main :where(.p-8, .md\:p-12) {
  padding: 26px !important;
}

body.ts-page-jobs main a[href^="mailto:"] {
  min-height: 42px !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  font-size: 14.4px !important;
}

/* Hotels index and hotel articles use the same content rails as the homepage. */
body.ts-page-hotels-hub .ts-hotel-index-main,
body.ts-page-hotels-hub .ts-hotel-index-main > *,
body.ts-page-hotel .amari-template-article {
  width: min(calc(100% - 48px), var(--ts-parity-width)) !important;
  max-width: var(--ts-parity-width) !important;
  margin-inline: auto !important;
}

body.ts-page-hotel .amari-template-content-section {
  padding-block: 48px !important;
}

body.ts-page-hotel .amari-template-gallery {
  padding-bottom: 48px !important;
}

body.ts-page-hotel .amari-template-gallery__grid {
  height: 390px !important;
}

body.ts-page-hotel .amari-template-facilities-gallery {
  display: grid !important;
  height: 300px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.ts-page-hotel .amari-template-facilities-gallery__item {
  height: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 13px !important;
}

body.ts-page-hotel .amari-template-facilities-gallery__item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Every site form now carries the homepage component markup. Keep one shared rail. */
body.ts-home-parity-20260901 [data-ts-section="contact"][data-ts-section]:not([data-ts-section="hero"]):not([data-ts-section="empty"]),
body.ts-home-parity-20260901 [data-ts-section="contact"] {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
  padding: 14px 0 58px !important;
}

body.ts-page-contact [data-ts-section="contact"] {
  width: 100vw !important;
  max-width: none !important;
  margin-inline: calc(50% - 50vw) !important;
}

body.ts-home-parity-20260901.ts-page-contact [data-ts-section="contact"][data-ts-section]:not([data-ts-section="hero"]):not([data-ts-section="empty"]),
body.ts-home-parity-20260901.ts-page-contact [data-ts-section="contact"] {
  width: 100vw !important;
  max-width: none !important;
  margin-inline: calc(50% - 50vw) !important;
  padding: 14px 0 57.6px !important;
}

body.ts-home-parity-20260901 [data-ts-section="contact"] > div[class*="max-w-"] {
  width: min(100%, var(--ts-parity-width)) !important;
  max-width: var(--ts-parity-width) !important;
  box-sizing: border-box !important;
  margin-inline: auto !important;
  padding-inline: 42px !important;
}

body.ts-home-parity-20260901 [data-ts-section="contact"] .ts-contact-heading h2 {
  font-size: 33.84px !important;
  line-height: 1.18 !important;
}

@media (min-width: 1100px) {
  body.ts-home-parity-20260901 [data-ts-section="contact"] form[data-ts-lead-form="site-contact"] {
    padding: 32px 37px !important;
  }
}

@media (min-width: 721px) and (max-width: 1099px) {
  body.ts-home-parity-20260901 [data-ts-section="contact"][data-ts-section]:not([data-ts-section="hero"]):not([data-ts-section="empty"]),
  body.ts-home-parity-20260901 [data-ts-section="contact"] {
    padding: 8px 0 54px !important;
  }

  body.ts-home-parity-20260901 [data-ts-section="contact"] form[data-ts-lead-form="site-contact"] {
    padding: 24px 24px 28px !important;
  }

  body.ts-home-parity-20260901.ts-page-contact [data-ts-section="contact"][data-ts-section]:not([data-ts-section="hero"]):not([data-ts-section="empty"]),
  body.ts-home-parity-20260901.ts-page-contact [data-ts-section="contact"] {
    padding: 8px 0 54px !important;
  }
}

/* FAQs: compact homepage-scale rows on every template family. */
body.ts-home-parity-20260901 :where(.faq-section, .amari-template-faq, .amari-faq, .depth-faq) {
  width: min(100%, var(--ts-parity-article)) !important;
  max-width: var(--ts-parity-article) !important;
  box-sizing: border-box !important;
  margin-inline: auto !important;
}

body.ts-home-parity-20260901 :where(.faq-list, .depth-faq-list, .amari-template-faq__list, .amari-faq__list) {
  display: grid !important;
  gap: 8px !important;
}

body.ts-home-parity-20260901 :where(.faq-list details, .depth-faq-list details, .amari-template-faq__item, .amari-faq__item) {
  min-height: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--ts-parity-line) !important;
  border-radius: 11px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.ts-home-parity-20260901 #root :where(.faq-list summary, .depth-faq-list summary, .amari-template-faq__item summary, .amari-faq__item summary),
body.ts-home-parity-20260901 .faq-list summary,
body.ts-home-parity-20260901 .depth-faq-list summary,
body.ts-home-parity-20260901 .amari-template-faq__item summary,
body.ts-home-parity-20260901 .amari-faq__item summary,
body.ts-home-parity-20260901 :where(.faq-list summary, .depth-faq-list summary, .amari-template-faq__item summary, .amari-faq__item summary) {
  min-height: 50px !important;
  box-sizing: border-box !important;
  padding: 11px 15px !important;
  color: var(--ts-parity-ink) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}

body.ts-home-parity-20260901 #root :where(.faq-list details > p, .depth-faq-list details > p, .amari-template-faq__item p, .amari-faq__item p),
body.ts-home-parity-20260901 .faq-list details > p,
body.ts-home-parity-20260901 .depth-faq-list details > p,
body.ts-home-parity-20260901 .amari-template-faq__item p,
body.ts-home-parity-20260901 .amari-faq__item p,
body.ts-home-parity-20260901 :where(.faq-list details > p, .depth-faq-list details > p, .amari-template-faq__item p, .amari-faq__item p) {
  margin: 0 !important;
  padding: 0 15px 14px !important;
  color: var(--ts-parity-text) !important;
  font-size: 14.4px !important;
  line-height: 1.65 !important;
}

body.ts-home-parity-20260901 .amari-template-faq__item > div,
body.ts-home-parity-20260901 .amari-faq__item > div {
  padding: 0 !important;
}

/* Related guides/destinations: smaller cards and spacing, without changing their copy. */
body.ts-home-parity-20260901 :where(.related, .site-links) {
  width: min(calc(100% - 48px), var(--ts-parity-width)) !important;
  max-width: var(--ts-parity-width) !important;
  box-sizing: border-box !important;
  margin-inline: auto !important;
  padding-block: 40px !important;
}

body.ts-home-parity-20260901 .related h2,
body.ts-home-parity-20260901 .site-links h2,
body.ts-home-parity-20260901 :where(.related, .site-links) h2 {
  margin-bottom: 18px !important;
  color: var(--ts-parity-ink) !important;
  font-size: 30px !important;
  line-height: 1.2 !important;
}

body.ts-home-parity-20260901 :where(.related-grid, .site-links-grid) {
  gap: 14px !important;
}

body.ts-home-parity-20260901 :where(.related-card, .site-links-grid > a) {
  min-height: 0 !important;
  border-radius: 12px !important;
  box-shadow: 0 7px 20px rgba(42, 116, 118, 0.07) !important;
}

body.ts-home-parity-20260901 .related-card :where(img, .card-media) {
  width: 100% !important;
  height: 164px !important;
  object-fit: cover !important;
}

body.ts-home-parity-20260901 .related-card h3,
body.ts-home-parity-20260901 .site-links-grid strong,
body.ts-home-parity-20260901 :where(.related-card h3, .site-links-grid strong) {
  font-size: 18px !important;
  line-height: 1.3 !important;
}

body.ts-home-parity-20260901 .related-card p,
body.ts-home-parity-20260901 .site-links-grid p,
body.ts-home-parity-20260901 :where(.related-card p, .site-links-grid p) {
  font-size: 14.4px !important;
  line-height: 1.58 !important;
}

body.ts-home-parity-20260901 .site-links-grid > a {
  padding: 16px !important;
}

@media (max-width: 1099px) {
  body.ts-home-parity-20260901 :where(.ts-desktop-header, .ts-desktop-header *) {
    direction: rtl;
  }

  body.ts-page-about main > section:not(:first-child):not([data-ts-section="contact"]) > div:not(.absolute),
  body.ts-page-about main > div > section:not(:first-child):not([data-ts-section="contact"]) > div:not(.absolute),
  body.ts-page-jobs main > div > section:not([data-ts-section="contact"]) > div:not(.absolute),
  body.ts-page-hotels-hub .ts-hotel-index-main,
  body.ts-page-hotels-hub .ts-hotel-index-main > *,
  body.ts-page-hotel .amari-template-article,
  body.ts-home-parity-20260901 :where(.related, .site-links) {
    width: min(calc(100% - 32px), var(--ts-parity-width)) !important;
  }
}

@media (max-width: 720px) {
  body.ts-home-parity-20260901 [data-ts-section="contact"][data-ts-section]:not([data-ts-section="hero"]):not([data-ts-section="empty"]),
  body.ts-home-parity-20260901 [data-ts-section="contact"] {
    padding: 8px 0 50px !important;
  }

  body.ts-home-parity-20260901 [data-ts-section="contact"] form[data-ts-lead-form="site-contact"] {
    padding: 22px 20px 24px !important;
  }

  body.ts-home-parity-20260901.ts-page-contact [data-ts-section="contact"][data-ts-section]:not([data-ts-section="hero"]):not([data-ts-section="empty"]),
  body.ts-home-parity-20260901.ts-page-contact [data-ts-section="contact"] {
    padding: 8px 0 50px !important;
  }

  body.ts-page-about main > section:first-child,
  body.ts-page-about main > div > section:first-child,
  body.ts-page-jobs main > div > section:first-child {
    min-height: 420px !important;
    height: 420px !important;
    max-height: 420px !important;
  }

  body.ts-page-about main > section:first-child h1,
  body.ts-page-about main > div > section:first-child h1,
  body.ts-page-jobs main > div > section:first-child h1 {
    font-size: 32px !important;
    line-height: 1.16 !important;
  }

  body.ts-page-about main > section:not(:first-child):not([data-ts-section="contact"]),
  body.ts-page-about main > div > section:not(:first-child):not([data-ts-section="contact"]),
  body.ts-page-jobs main > div > section:not([data-ts-section="contact"]) {
    padding-block: 42px !important;
  }

  body.ts-page-about main :where(h2),
  body.ts-page-jobs main :where(h2),
  body.ts-home-parity-20260901 :where(.related, .site-links) h2,
  body.ts-home-parity-20260901 [data-ts-section="contact"] .ts-contact-heading h2 {
    font-size: 30.08px !important;
  }

  body.ts-page-about main :where(p, li),
  body.ts-page-jobs main :where(p, li),
  body.ts-home-parity-20260901 :where(.faq-list details > p, .depth-faq-list details > p, .amari-template-faq__item p, .amari-faq__item p),
  body.ts-home-parity-20260901 :where(.related-card p, .site-links-grid p) {
    font-size: 16px !important;
  }

  body.ts-home-parity-20260901 [data-ts-section="contact"] > div[class*="max-w-"] {
    width: min(calc(100% - 36px), 560px) !important;
    max-width: 560px !important;
    padding-inline: 0 !important;
  }

  body.ts-home-parity-20260901 :where(.faq-section, .amari-template-faq, .amari-faq, .depth-faq) {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.ts-home-parity-20260901 #root :where(.faq-list summary, .depth-faq-list summary, .amari-template-faq__item summary, .amari-faq__item summary),
  body.ts-home-parity-20260901 .faq-list summary,
  body.ts-home-parity-20260901 .depth-faq-list summary,
  body.ts-home-parity-20260901 .amari-template-faq__item summary,
  body.ts-home-parity-20260901 .amari-faq__item summary,
  body.ts-home-parity-20260901 :where(.faq-list summary, .depth-faq-list summary, .amari-template-faq__item summary, .amari-faq__item summary) {
    min-height: 52px !important;
    padding: 12px 14px !important;
    font-size: 16px !important;
  }

  body.ts-home-parity-20260901 #root :where(.faq-list details > p, .depth-faq-list details > p, .amari-template-faq__item p, .amari-faq__item p),
  body.ts-home-parity-20260901 .faq-list details > p,
  body.ts-home-parity-20260901 .depth-faq-list details > p,
  body.ts-home-parity-20260901 .amari-template-faq__item p,
  body.ts-home-parity-20260901 .amari-faq__item p,
  body.ts-home-parity-20260901 :where(.faq-list details > p, .depth-faq-list details > p, .amari-template-faq__item p, .amari-faq__item p) {
    padding: 0 14px 14px !important;
  }

  body.ts-page-hotel .amari-template-content-section {
    padding-block: 42px !important;
  }

  body.ts-page-hotel .amari-template-gallery__grid {
    height: auto !important;
  }

  body.ts-page-hotel .amari-template-facilities-gallery {
    height: auto !important;
    gap: 7px !important;
  }

  body.ts-page-hotel .amari-template-facilities-gallery__item {
    height: 180px !important;
    border-radius: 10px !important;
  }

  body.ts-home-parity-20260901 :where(.related, .site-links) {
    padding-block: 34px !important;
  }

  body.ts-home-parity-20260901 :where(.related-grid, .site-links-grid) {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body.ts-home-parity-20260901 .related-card :where(img, .card-media) {
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
  }
}
