.yomo-site {
  --ink: #171310;
  --muted: #6f675e;
  --paper: #fffaf1;
  --line: #e7d9c5;
  --gold: #b98742;
  --charcoal: #202326;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
}

.yomo-site * {
  box-sizing: border-box;
}

.yomo-site a {
  color: inherit;
  text-decoration: none;
}

.yomo-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 92px;
  padding: 0 5vw;
  position: sticky;
  top: 0;
  z-index: 20;
}

.admin-bar .yomo-header {
  top: 32px;
}

.yomo-brand {
  align-items: center;
  display: inline-flex;
  gap: 14px;
  font-family: Georgia, serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 800;
}

.yomo-brand img {
  display: block;
  height: 68px;
  object-fit: contain;
  width: 68px;
}

.yomo-nav {
  align-items: center;
  display: flex;
  gap: clamp(18px, 3vw, 34px);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.yomo-nav a:hover {
  color: var(--gold);
}

.yomo-hero {
  align-items: center;
  background:
    radial-gradient(circle at 18% 32%, rgba(213, 165, 72, 0.38), rgba(213, 165, 72, 0) 28%),
    linear-gradient(115deg, rgba(202, 146, 56, 0.96) 0%, rgba(174, 121, 42, 0.88) 34%, rgba(77, 68, 55, 0.82) 54%, rgba(20, 16, 13, 0.92) 100%);
  color: #fff8ed;
  display: flex;
  min-height: clamp(520px, 48vw, 590px);
  overflow: hidden;
  padding: 5vw;
  position: relative;
}

.yomo-hero:after {
  background: linear-gradient(90deg, rgba(15, 13, 11, 0.78) 0%, rgba(15, 13, 11, 0.28) 52%, rgba(15, 13, 11, 0.52) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.yomo-hero-copy {
  max-width: 610px;
  position: relative;
  z-index: 1;
}

.yomo-eyebrow {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.yomo-hero h1,
.yomo-section h2 {
  font-family: Georgia, serif;
  line-height: 1;
  margin: 0;
}

.yomo-hero h1 {
  font-size: clamp(3rem, 6vw, 5.3rem);
}

.yomo-hero p {
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 18px 0 0;
  max-width: 560px;
}

.yomo-arabic {
  border: 2px solid rgba(255, 248, 237, 0.72);
  display: inline-block;
  font-size: 1.3rem !important;
  font-weight: 800;
  letter-spacing: 0 !important;
  padding: 8px 16px;
}

.yomo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.yomo-actions a {
  background: #fff8ed;
  color: #1b1713;
  font-weight: 900;
  padding: 13px 20px;
}

.yomo-actions a + a {
  background: transparent;
  border: 1px solid rgba(255, 248, 237, 0.72);
  color: #fff8ed;
}

.yomo-section {
  margin: 0 auto;
  max-width: 1320px;
  padding: clamp(52px, 6vw, 82px) 5vw;
}

.yomo-intro,
.yomo-contact {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.yomo-section h2 {
  font-size: clamp(2rem, 3.5vw, 3.3rem);
}

.yomo-points {
  display: grid;
  gap: 14px;
}

.yomo-points p,
.yomo-contact p {
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
  padding: 0 0 14px;
}

.yomo-section-head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.yomo-section-head > p {
  color: var(--muted);
  font-weight: 700;
  margin: 0;
}

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

.yomo-card {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 32px rgba(34, 27, 18, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.yomo-media {
  align-items: center;
  background: #f5eadb;
  display: flex;
  justify-content: center;
  min-height: 250px;
  padding: 22px;
  position: relative;
}

.yomo-media img {
  display: block;
  height: 230px;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.yomo-media span {
  background: var(--charcoal);
  color: #fff8ed;
  font-size: 0.75rem;
  font-weight: 900;
  left: 16px;
  padding: 7px 10px;
  position: absolute;
  top: 16px;
}

.yomo-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
}

.yomo-meta {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin: 0;
  text-transform: uppercase;
}

.yomo-card h3 {
  font-size: 1.1rem;
  line-height: 1.32;
  margin: 0;
}

.yomo-card-body > p:not(.yomo-meta) {
  color: var(--muted);
  flex: 1;
  font-size: 0.92rem;
  line-height: 1.65;
  margin: 0;
}

.yomo-card strong {
  border-top: 1px solid var(--line);
  display: block;
  font-size: 0.88rem;
  padding-top: 14px;
}

.yomo-contact {
  background: var(--charcoal);
  color: #fff8ed;
  max-width: none;
}

.yomo-contact > * {
  margin: 0 auto;
  max-width: 620px;
  width: 100%;
}

.yomo-contact p {
  border-color: rgba(255, 255, 255, 0.18);
  color: #e8dccb;
}

@media (max-width: 980px) {
  .yomo-header,
  .yomo-section-head,
  .yomo-intro,
  .yomo-contact {
    align-items: start;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .yomo-header {
    gap: 14px;
    padding-bottom: 18px;
    padding-top: 18px;
  }

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

@media (max-width: 640px) {
  .admin-bar .yomo-header {
    top: 46px;
  }

  .yomo-nav {
    flex-wrap: wrap;
    font-size: 0.8rem;
  }

  .yomo-grid {
    grid-template-columns: 1fr;
  }

  .yomo-media {
    min-height: 220px;
  }
}
