@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&family=Readex+Pro:wght@500;600;700&display=swap');

:root {
  --yh-color-bg: #f6f0ea;
  --yh-color-surface: #fff8f2;
  --yh-color-surface-strong: #fffdf9;
  --yh-color-text: #221814;
  --yh-color-text-soft: #64544d;
  --yh-color-line: #e6d5ca;
  --yh-color-brand: #d93a2f;
  --yh-color-brand-strong: #b92b22;
  --yh-color-brand-soft: #f3c4b9;
  --yh-color-teal: #0f8b8d;
  --yh-color-teal-soft: #c9ece8;
  --yh-color-gold: #e0a83d;
  --yh-color-gold-soft: #f6e3b6;
  --yh-color-sky: #4d8fd6;
  --yh-color-sky-soft: #d8e8f8;
  --yh-shell-width: min(100%, 1760px);
  --yh-edge: clamp(10px, 1.2vw, 18px);
  --yh-section-gap: clamp(3.5rem, 6vw, 7rem);
  --yh-radius-xl: 32px;
  --yh-radius-lg: 24px;
  --yh-radius-md: 20px;
  --yh-shadow-soft: 0 18px 42px rgba(81, 49, 35, 0.08);
  --yh-shadow-card: 0 24px 60px rgba(79, 49, 35, 0.12);
}

html {
  scroll-behavior: smooth;
}

body.home {
  background:
    radial-gradient(circle at top right, rgba(243, 196, 185, 0.38), transparent 24%),
    radial-gradient(circle at 0% 16%, rgba(216, 232, 248, 0.56), transparent 22%),
    linear-gradient(180deg, #fdf6f0 0%, var(--yh-color-bg) 34%, #f8f1ea 100%);
  color: var(--yh-color-text);
}

body.home .site-content,
body.home #wrapper,
body.home #main {
  background: transparent;
}

body.home #top-bar,
body.home .top-info-wrap,
body.home .header-help-bar-trigger {
  display: none !important;
}

body.home #header,
body.home #header-nav-holder,
body.home .header-nav,
body.home .header-main {
  background: transparent !important;
}

body.home #header-nav-holder {
  display: block !important;
  inset-inline: 0;
  padding-top: 18px;
  position: absolute;
  top: 0;
  z-index: 30;
}

body.home .header-main .container,
body.home .header-nav .container {
  margin: 0 auto;
  max-width: var(--yh-shell-width);
  padding-inline: var(--yh-edge);
  width: 100%;
}

body.home .header-main .bloglogo img {
  display: block;
  max-height: 42px;
  width: auto !important;
}

body.home .header-nav .main-menu {
  align-items: center;
  background: rgba(255, 248, 242, 0.82);
  border: 1px solid rgba(230, 213, 202, 0.9);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(88, 57, 41, 0.08);
  display: inline-flex;
  margin-inline: auto;
  max-width: min(100%, 1120px);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 7px 18px;
  scrollbar-width: none;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

body.home .header-nav .main-menu::-webkit-scrollbar {
  display: none;
}

body.home .header-nav .main-menu .header-menu {
  align-items: center;
  display: flex;
  gap: clamp(10px, 1.4vw, 20px);
  margin: 0;
}

body.home .header-nav .main-menu .header-menu > li {
  float: none;
  margin: 0;
}

body.home .header-nav .main-menu .header-menu > li > a,
body.home .header-main .bloglogo,
body.home .header-main .blogname h1 {
  color: var(--yh-color-text) !important;
}

body.home .header-nav .main-menu .header-menu > li > a {
  align-items: center;
  display: inline-flex !important;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
  min-height: 42px;
  padding-block: 0;
  white-space: nowrap;
}

body.home .header-nav .main-menu .header-menu > li > a:hover,
body.home .header-nav .main-menu .header-menu > li > a:focus-visible {
  color: var(--yh-color-brand) !important;
  text-decoration: none;
}

body.home .main-menu .sub-menu {
  border-radius: 18px;
  box-shadow: var(--yh-shadow-card);
  overflow: hidden;
}

@media (min-width: 1025px) {
  body.home .header-main .mobile-menu-trigger,
  body.home .header-main.header-main-mobile,
  body.home .mobile-menu-holder,
  body.home .mobile-pull-right,
  body.home .header-help-bar {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  body.home #header-nav-holder {
    padding-top: 0;
    position: relative;
  }

  body.home .header-main.header-main-mobile {
    background: rgba(255, 248, 242, 0.96) !important;
    border-bottom: 1px solid rgba(230, 213, 202, 0.85);
    display: block !important;
    position: sticky !important;
    top: 0;
    z-index: 40 !important;
  }

  body.home .mobile-menu-trigger {
    display: block !important;
  }
}

.yh-homepage {
  color: var(--yh-color-text);
  direction: rtl;
  font-family: 'IBM Plex Sans Arabic', 'Readex Pro', sans-serif;
  overflow: clip;
}

.yh-shell {
  margin-inline: auto;
  max-width: var(--yh-shell-width);
  padding-inline: var(--yh-edge);
}

.yh-section {
  padding-block: var(--yh-section-gap) 0;
}

.yh-eyebrow {
  color: var(--yh-color-brand);
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}

.yh-section-heading {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  justify-content: space-between;
  margin-bottom: clamp(1.5rem, 2.8vw, 2.6rem);
}

.yh-section-heading h2,
.yh-spotlight-card h2,
.yh-final-cta__panel h2 {
  font-family: 'Readex Pro', 'IBM Plex Sans Arabic', sans-serif;
  font-size: clamp(1.4rem, 2vw, 2.3rem);
  line-height: 1.25;
  margin: 0;
  text-wrap: balance;
}

.yh-section-heading p,
.yh-spotlight-card p,
.yh-final-cta__panel p {
  color: var(--yh-color-text-soft);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  max-width: 46rem;
}

.yh-button,
.yh-text-link {
  transition: transform 220ms ease, background-color 220ms ease, color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.yh-button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  text-decoration: none;
}

.yh-button:hover,
.yh-button:focus-visible,
.yh-text-link:hover,
.yh-text-link:focus-visible {
  outline: none;
  text-decoration: none;
  transform: translateY(-2px);
}

.yh-button--primary {
  background: var(--yh-color-brand);
  box-shadow: 0 18px 32px rgba(217, 58, 47, 0.24);
  color: var(--yh-color-surface-strong);
}

.yh-button--primary:hover,
.yh-button--primary:focus-visible {
  background: var(--yh-color-brand-strong);
  color: var(--yh-color-surface-strong);
}

.yh-button--secondary {
  background: rgba(255, 248, 242, 0.86);
  border: 1px solid rgba(255, 248, 242, 0.66);
  color: var(--yh-color-text);
}

.yh-button--secondary:hover,
.yh-button--secondary:focus-visible {
  background: var(--yh-color-surface-strong);
  color: var(--yh-color-text);
}

.yh-button--light {
  background: var(--yh-color-surface-strong);
  color: var(--yh-color-brand);
}

.yh-button--ghost {
  background: transparent;
  border: 1px solid rgba(255, 248, 242, 0.34);
  color: var(--yh-color-surface-strong);
}

.yh-text-link {
  color: var(--yh-color-brand);
  display: inline-flex;
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: none;
}

.yh-hero {
  padding-top: clamp(12px, 2vw, 20px);
}

.yh-hero__slider {
  position: relative;
}

.yh-hero__track {
  min-height: clamp(420px, 56vh, 640px);
  overflow: hidden;
  position: relative;
  border-radius: 0 0 28px 28px;
}

.yh-hero__slide {
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 650ms ease;
}

.yh-hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.yh-hero__slide::after {
  background:
    linear-gradient(110deg, rgba(34, 24, 20, 0.14) 0%, rgba(34, 24, 20, 0.22) 34%, rgba(34, 24, 20, 0.68) 100%),
    linear-gradient(180deg, rgba(34, 24, 20, 0.02) 0%, rgba(34, 24, 20, 0.28) 64%, rgba(34, 24, 20, 0.62) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.yh-hero__media,
.yh-hero__media img {
  height: 100%;
  width: 100%;
}

.yh-hero__media img {
  display: block;
  object-fit: cover;
}

.yh-hero__shell {
  align-items: end;
  display: flex;
  inset: 0;
  position: absolute;
  z-index: 2;
}

.yh-hero__content {
  color: var(--yh-color-surface-strong);
  max-width: min(500px, 100%);
  padding-block: clamp(96px, 12vh, 150px) clamp(76px, 10vh, 96px);
}

.yh-hero__content .yh-eyebrow {
  color: rgba(255, 248, 242, 0.84);
  font-size: 0.78rem;
  margin-bottom: 10px;
}

.yh-hero__content h1 {
  color: var(--yh-color-surface-strong);
  font-family: 'Readex Pro', 'IBM Plex Sans Arabic', sans-serif;
  font-size: clamp(1.45rem, 2.7vw, 2.7rem);
  line-height: 1.24;
  margin: 0;
  max-width: 14ch;
  text-wrap: balance;
}

.yh-hero__content p {
  color: rgba(255, 248, 242, 0.88);
  font-size: clamp(0.92rem, 1.05vw, 1.06rem);
  line-height: 1.68;
  margin: 12px 0 0;
  max-width: 31rem;
}

.yh-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.yh-hero__actions .yh-button {
  min-height: 48px;
  padding: 0 20px;
}

.yh-hero__controls-wrap {
  inset-inline: 0;
  inset-block-end: 28px;
  position: absolute;
  z-index: 3;
}

.yh-hero__controls {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.yh-hero__dots {
  display: flex;
  gap: 10px;
}

.yh-hero__dot,
.yh-hero__arrow {
  appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.yh-hero__dot {
  background: rgba(255, 248, 242, 0.36);
  border-radius: 999px;
  height: 12px;
  padding: 0;
  width: 12px;
}

.yh-hero__dot.is-active {
  background: var(--yh-color-surface-strong);
  box-shadow: 0 0 0 6px rgba(255, 248, 242, 0.12);
}

.yh-hero__arrow {
  align-items: center;
  background: rgba(255, 248, 242, 0.2);
  border-radius: 999px;
  color: var(--yh-color-surface-strong);
  display: inline-flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.yh-hero__arrow:hover,
.yh-hero__arrow:focus-visible {
  background: rgba(255, 248, 242, 0.3);
}

.yh-services {
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.96), rgba(255, 248, 242, 0.98));
  border: 1px solid rgba(230, 213, 202, 0.9);
  border-radius: var(--yh-radius-xl);
  box-shadow: var(--yh-shadow-card);
  margin-top: 16px;
  padding: clamp(1.25rem, 2vw, 2.2rem);
  position: relative;
  z-index: 4;
}

.yh-services__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yh-service-card {
  background: var(--yh-color-surface-strong);
  border: 1px solid rgba(230, 213, 202, 0.82);
  border-radius: 28px;
  color: inherit;
  display: block;
  min-height: 360px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.yh-service-card__media {
  height: 100%;
  min-height: 360px;
  overflow: hidden;
  position: relative;
}

.yh-service-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
  width: 100%;
}

.yh-service-card__content {
  background: linear-gradient(180deg, rgba(34, 24, 20, 0.06) 0%, rgba(34, 24, 20, 0.2) 32%, rgba(34, 24, 20, 0.88) 100%);
  bottom: 0;
  display: grid;
  gap: 10px;
  inset-inline: 0;
  padding: 20px 18px 20px;
  position: absolute;
  z-index: 2;
}

.yh-service-card__meta {
  color: rgba(255, 248, 242, 0.78);
  font-size: 0.86rem;
  font-weight: 700;
}

.yh-service-card h3,
.yh-proof-card h3,
.yh-ecosystem-group__header h3,
.yh-listing-card h3,
.yh-partner-card h4,
.yh-empty-card h4 {
  font-size: clamp(1.08rem, 1.25vw, 1.36rem);
  line-height: 1.35;
  margin: 0;
}

.yh-service-card h3 {
  color: var(--yh-color-surface-strong);
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
}

.yh-service-card p,
.yh-proof-card p,
.yh-ecosystem-group__header p,
.yh-listing-card__date,
.yh-partner-card p,
.yh-empty-card p,
.yh-spotlight-card h3 {
  color: var(--yh-color-text-soft);
  line-height: 1.7;
  margin: 0;
}

.yh-service-card p {
  color: rgba(255, 248, 242, 0.9);
}

.yh-service-card:hover,
.yh-service-card:focus-visible,
.yh-listing-card:hover,
.yh-listing-card:focus-within,
.yh-partner-card:hover,
.yh-partner-card:focus-visible {
  box-shadow: var(--yh-shadow-card);
  text-decoration: none;
  transform: translateY(-4px);
}

.yh-service-card:hover .yh-service-card__media img,
.yh-service-card:focus-visible .yh-service-card__media img,
.yh-listing-card:hover .yh-listing-card__media img,
.yh-listing-card:focus-within .yh-listing-card__media img,
.yh-partner-card:hover .yh-partner-card__media img,
.yh-partner-card:focus-visible .yh-partner-card__media img {
  transform: scale(1.04);
}

.yh-proof__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yh-arrivals {
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.96) 0%, rgba(246, 227, 182, 0.52) 100%);
  border: 1px solid rgba(224, 168, 61, 0.24);
  border-radius: var(--yh-radius-xl);
  box-shadow: var(--yh-shadow-card);
  margin-bottom: 22px;
  padding: clamp(1.3rem, 2.2vw, 2.2rem);
}

.yh-arrivals__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yh-deal-card {
  background: rgba(255, 253, 249, 0.96);
  border: 1px solid rgba(230, 213, 202, 0.82);
  border-radius: 24px;
  box-shadow: var(--yh-shadow-soft);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.yh-deal-card:hover,
.yh-deal-card:focus-within {
  box-shadow: var(--yh-shadow-card);
  transform: translateY(-4px);
}

.yh-deal-card__media,
.yh-listing-card__media {
  position: relative;
}

.yh-deal-card__media {
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
}

.yh-deal-card__media img {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: transform 500ms ease;
  width: 100%;
}

.yh-deal-card:hover .yh-deal-card__media img,
.yh-deal-card:focus-within .yh-deal-card__media img {
  transform: scale(1.04);
}

.yh-deal-card__badge,
.yh-listing-card__badge {
  background: var(--yh-color-brand);
  border-radius: 999px;
  color: var(--yh-color-surface-strong);
  font-size: 0.78rem;
  font-weight: 700;
  inset-inline-start: 14px;
  inset-block-start: 14px;
  padding: 7px 12px;
  position: absolute;
  z-index: 2;
}

.yh-deal-card__content {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.yh-deal-card__footer {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.yh-proof-card,
.yh-listing-card,
.yh-ecosystem-group,
.yh-spotlight-card,
.yh-empty-card {
  background: rgba(255, 253, 249, 0.92);
  border: 1px solid rgba(230, 213, 202, 0.8);
  border-radius: var(--yh-radius-lg);
  box-shadow: var(--yh-shadow-soft);
}

.yh-proof-card {
  padding: 22px;
}

.yh-proof-card strong {
  color: var(--yh-color-brand);
  display: block;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(1.8rem, 2.4vw, 2.8rem);
  line-height: 1;
  margin-bottom: 14px;
}

.yh-featured__intro,
.yh-proof__header {
  align-items: end;
}

.yh-listing-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yh-listing-card {
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.yh-listing-card__media {
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
}

.yh-listing-card__media img {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: transform 500ms ease;
  width: 100%;
}

.yh-listing-card__content {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.yh-listing-card__make {
  color: var(--yh-color-sky);
  font-size: 0.86rem;
  font-weight: 700;
}

.yh-listing-card h3 a,
.yh-partner-card {
  color: inherit;
  text-decoration: none;
}

.yh-listing-card__footer {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.yh-listing-card__price {
  color: var(--yh-color-brand);
  font-size: 1.18rem;
  font-weight: 700;
}

.yh-brand-rail {
  background: rgba(255, 248, 242, 0.9);
  border: 1px solid rgba(230, 213, 202, 0.82);
  border-radius: 28px;
  box-shadow: var(--yh-shadow-soft);
  margin-top: 18px;
  padding: 20px;
}

.yh-brand-rail__header {
  margin-bottom: 16px;
}

.yh-brand-rail__header h3 {
  font-size: clamp(1.08rem, 1.4vw, 1.5rem);
  line-height: 1.35;
  margin: 0;
}

.yh-brand-rail__items {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.yh-brand-chip {
  align-items: center;
  background: var(--yh-color-surface-strong);
  border: 1px solid rgba(230, 213, 202, 0.72);
  border-radius: 22px;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  min-height: 112px;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.yh-brand-chip:hover,
.yh-brand-chip:focus-visible {
  border-color: rgba(217, 58, 47, 0.28);
  box-shadow: var(--yh-shadow-soft);
  text-decoration: none;
  transform: translateY(-3px);
}

.yh-brand-chip img {
  height: 38px;
  object-fit: contain;
  width: auto;
}

.yh-brand-chip strong {
  font-size: 0.9rem;
  line-height: 1.3;
}

.yh-brand-chip__initials {
  align-items: center;
  background: rgba(217, 58, 47, 0.1);
  border-radius: 999px;
  color: var(--yh-color-brand);
  display: inline-flex;
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.yh-ecosystem__groups {
  display: grid;
  gap: 22px;
}

.yh-ecosystem-group {
  padding: 24px;
}

.yh-ecosystem-group__header {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.yh-ecosystem-group__cards {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yh-partner-card {
  background: var(--yh-color-surface-strong);
  border: 1px solid rgba(230, 213, 202, 0.76);
  border-radius: var(--yh-radius-md);
  display: grid;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.yh-partner-card__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}

.yh-partner-card__media img {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: transform 500ms ease;
  width: 100%;
}

.yh-partner-card__content {
  display: grid;
  gap: 9px;
  padding: 16px;
}

.yh-partner-card__content span {
  color: var(--yh-color-teal);
  font-size: 0.82rem;
  font-weight: 700;
}

.yh-partner-card__content strong {
  color: var(--yh-color-brand);
  font-size: 0.94rem;
}

.yh-empty-card {
  padding: 26px;
}

.yh-spotlight__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.35fr 1fr;
}

.yh-spotlight-card {
  padding: clamp(1.5rem, 3vw, 2.3rem);
}

.yh-spotlight-card--primary {
  background:
    linear-gradient(135deg, rgba(255, 248, 242, 0.96) 0%, rgba(243, 196, 185, 0.58) 100%);
}

.yh-spotlight-card--secondary {
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.96) 0%, rgba(216, 232, 248, 0.74) 100%);
}

.yh-promo-banner {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(34, 24, 20, 0.96) 0%, rgba(89, 41, 29, 0.92) 56%, rgba(217, 58, 47, 0.9) 100%);
  border-radius: var(--yh-radius-xl);
  box-shadow: 0 24px 70px rgba(89, 41, 29, 0.22);
  color: var(--yh-color-surface-strong);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(1.4rem, 2.5vw, 2.4rem);
}

.yh-promo-banner .yh-eyebrow,
.yh-promo-banner h2,
.yh-promo-banner p {
  color: var(--yh-color-surface-strong);
}

.yh-promo-banner__copy {
  max-width: 42rem;
}

.yh-promo-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.yh-promo-banner .yh-button--secondary {
  background: rgba(255, 248, 242, 0.16);
  border-color: rgba(255, 248, 242, 0.22);
  color: var(--yh-color-surface-strong);
}

.yh-final-cta {
  padding-bottom: var(--yh-section-gap);
}

.yh-final-cta__panel {
  align-items: center;
  background:
    linear-gradient(135deg, var(--yh-color-brand) 0%, var(--yh-color-brand-strong) 100%);
  border-radius: var(--yh-radius-xl);
  box-shadow: 0 26px 60px rgba(185, 43, 34, 0.22);
  color: var(--yh-color-surface-strong);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: clamp(1.6rem, 3vw, 2.8rem);
}

.yh-final-cta__panel .yh-eyebrow {
  color: rgba(255, 248, 242, 0.82);
}

.yh-final-cta__panel h2 {
  color: var(--yh-color-surface-strong);
  max-width: 18ch;
}

.yh-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 500ms ease, transform 500ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1200px) {
  .yh-services__grid,
  .yh-listing-grid,
  .yh-proof__grid,
  .yh-ecosystem-group__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yh-arrivals__grid,
  .yh-brand-rail__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .yh-spotlight__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .yh-hero__track {
    min-height: clamp(380px, 52vh, 520px);
  }

  .yh-hero__content {
    padding-block: 104px 88px;
  }

  .yh-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yh-proof__grid,
  .yh-listing-grid,
  .yh-ecosystem-group__cards {
    grid-template-columns: 1fr;
  }

  .yh-arrivals__grid,
  .yh-brand-rail__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yh-section-heading,
  .yh-ecosystem-group__header,
  .yh-final-cta__panel,
  .yh-promo-banner {
    align-items: start;
    flex-direction: column;
  }

  .yh-final-cta__actions,
  .yh-promo-banner__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  body.home .header-nav .main-menu {
    border-radius: 20px;
    display: block;
    padding: 12px 14px;
  }

  .yh-hero__track {
    border-radius: 0 0 28px 28px;
    min-height: clamp(340px, 46vh, 460px);
  }

  .yh-hero__content {
    max-width: 100%;
    padding-block: 94px 82px;
  }

  .yh-hero__content h1 {
    font-size: clamp(1.3rem, 7vw, 2rem);
  }

  .yh-hero__actions,
  .yh-final-cta__actions {
    width: 100%;
  }

  .yh-button {
    width: 100%;
  }

  .yh-services {
    border-radius: 24px;
    margin-top: 12px;
  }

  .yh-services__grid {
    gap: 14px;
  }

  .yh-arrivals__grid,
  .yh-brand-rail__items {
    grid-template-columns: 1fr;
  }

  .yh-service-card {
    min-height: 320px;
  }

  .yh-service-card__media,
    min-height: 320px;
  }

  .yh-hero__controls {
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .yh-button,
  .yh-text-link,
  .yh-service-card,
  .yh-listing-card,
  .yh-partner-card,
  .yh-service-card__media img,
  .yh-listing-card__media img,
  .yh-partner-card__media img,
  .yh-hero__slide,
  [data-reveal] {
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
