:root {
  --abeer-navy: #061e3a;
  --abeer-navy-dark: #03162b;
  --abeer-gold: #c6923b;
  --abeer-gold-light: #d8b46a;
  --abeer-cream: #f5e9d3;
  --abeer-beige: #e8d2a8;
  --abeer-leather: #5a351f;
  --abeer-ink: #071a33;
  --abeer-white: #fff;
  --abeer-font: "Cairo", "Tajawal", "Noto Kufi Arabic", Arial, sans-serif;
  --abeer-en-heading: "Playfair Display", "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --abeer-en-body: Inter, Arial, sans-serif;
}
html.abeer-homepage {
  scroll-behavior: smooth;
}

body.abeer-homepage-body {
  background: var(--abeer-cream);
  color: var(--abeer-ink);
  font-family: var(--abeer-font);
  overflow-x: hidden;
}

.abeer-home *,
.abeer-brand-strip * {
  box-sizing: border-box;
}

.abeer-shell {
  width: min(100% - 40px, 1320px);
  margin-inline: auto;
}

.abeer-shipping-bar {
  position: relative;
  z-index: 52;
  min-height: 31px;
  padding: 6px 16px;
  border-bottom: 1px solid rgba(216, 180, 106, 0.35);
  background: var(--abeer-navy-dark);
  color: var(--abeer-gold-light);
  font: 600 12px/1.5 var(--abeer-font);
  letter-spacing: 0.02em;
  text-align: center;
}

.abeer-shipping-bar span {
  display: inline-block;
  margin-inline-end: 7px;
  font-size: 9px;
  transform: skewX(-8deg);
}

header.abeer-header {
  position: relative;
  z-index: 51;
  min-height: 92px;
  border-color: rgba(216, 180, 106, 0.28) !important;
  background: var(--abeer-navy) !important;
  color: var(--abeer-gold-light) !important;
  box-shadow: 0 8px 28px rgba(3, 22, 43, 0.18);
}

header.abeer-header nav {
  min-height: 62px;
}

header.abeer-header.abeer-lang-ar nav {
  direction: rtl;
}

header.abeer-header.abeer-lang-en nav {
  direction: ltr;
}

header.abeer-header a,
header.abeer-header button,
header.abeer-header svg {
  color: var(--abeer-gold-light) !important;
  stroke: currentColor;
}

header.abeer-header a,
header.abeer-header button {
  font-family: var(--abeer-font) !important;
  font-weight: 600;
}

header.abeer-header a[href$="/"],
header.abeer-header a[href$="/en-eg/"],
header.abeer-header a[href$="/ar-eg/"] {
  position: relative;
}

header.abeer-header a[href$="/"]::after,
header.abeer-header a[href$="/en-eg/"]::after,
header.abeer-header a[href$="/ar-eg/"]::after {
  position: absolute;
  right: 20%;
  bottom: -8px;
  left: 20%;
  height: 2px;
  background: var(--abeer-gold);
  content: "";
}

header.abeer-header img[alt="Abeer Gallery"] {
  filter: sepia(0.18) saturate(1.1);
}

.abeer-original-main > section,
.abeer-original-main > style {
  display: none !important;
}

.abeer-original-main > #abeer-home {
  display: block !important;
}

.abeer-home {
  background: var(--abeer-cream);
  color: var(--abeer-ink);
  font-family: var(--abeer-font);
}

.abeer-lang-en {
  font-family: var(--abeer-en-body);
}

.abeer-home.abeer-lang-en h1,
.abeer-home.abeer-lang-en h2,
.abeer-home.abeer-lang-en h3,
.abeer-brand-strip.abeer-lang-en strong,
.abeer-lang-en .abeer-section-title h2 {
  font-family: var(--abeer-en-heading);
  letter-spacing: 0;
}

.abeer-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(440px, 41vw, 570px);
  overflow: hidden;
  background-color: #c6a06e;
  background-image: var(--abeer-hero-desktop);
  background-position: center;
  background-size: cover;
}

.abeer-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(245, 233, 211, 0.96) 0%, rgba(245, 233, 211, 0.78) 42%, rgba(245, 233, 211, 0.08) 100%),
    radial-gradient(circle at 80% 50%, transparent 0 24%, rgba(90, 53, 31, 0.18) 75%);
  content: "";
}

.abeer-lang-ar .abeer-hero::before {
  background:
    linear-gradient(90deg, rgba(245, 233, 211, 0.08) 0%, rgba(245, 233, 211, 0.78) 58%, rgba(245, 233, 211, 0.96) 100%),
    radial-gradient(circle at 20% 50%, transparent 0 24%, rgba(90, 53, 31, 0.18) 75%);
}

.abeer-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.16;
  background-image: repeating-linear-gradient(90deg, transparent 0 39px, rgba(90, 53, 31, 0.18) 40px);
  mix-blend-mode: multiply;
  content: "";
  pointer-events: none;
}

.abeer-hero-inner {
  display: flex;
  min-height: inherit;
  align-items: center;
}

.abeer-lang-ar .abeer-hero-inner {
  justify-content: flex-start;
}

.abeer-lang-en .abeer-hero-inner {
  justify-content: flex-start;
}

.abeer-hero-copy {
  width: min(48%, 590px);
  padding: 48px 0;
  text-align: right;
}

.abeer-lang-en .abeer-hero-copy {
  text-align: left;
}

.abeer-eyebrow {
  display: flex;
  margin-bottom: 13px;
  color: #9a6c28;
  font-size: clamp(14px, 1.35vw, 19px);
  font-weight: 700;
  align-items: center;
  gap: 13px;
}

.abeer-eyebrow span {
  width: 70px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--abeer-gold));
}

.abeer-eyebrow span:last-child {
  background: linear-gradient(90deg, var(--abeer-gold), transparent);
}

.abeer-hero h1 {
  margin: 0 0 18px;
  color: var(--abeer-ink);
  font-family: var(--abeer-font);
  font-size: clamp(39px, 4.4vw, 67px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.abeer-hero p {
  max-width: 570px;
  margin: 0;
  color: #182638;
  font-size: clamp(15px, 1.35vw, 19px);
  font-weight: 500;
  line-height: 2;
}

.abeer-hero-actions {
  display: flex;
  margin-top: 28px;
  gap: 18px;
  flex-wrap: wrap;
}

.abeer-btn {
  display: inline-flex;
  min-width: 174px;
  min-height: 48px;
  padding: 11px 25px;
  border: 1px solid var(--abeer-gold);
  border-radius: 7px;
  font-family: var(--abeer-font);
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.abeer-btn:hover {
  transform: translateY(-2px);
}

.abeer-btn-gold {
  background: var(--abeer-gold);
  color: var(--abeer-white) !important;
  box-shadow: 0 10px 24px rgba(115, 72, 24, 0.2);
}

.abeer-btn-gold:hover {
  background: #ad792b;
}

.abeer-btn-outline {
  border-color: var(--abeer-ink);
  background: rgba(245, 233, 211, 0.72);
  color: var(--abeer-ink) !important;
}

.abeer-btn-outline:hover {
  background: var(--abeer-ink);
  color: var(--abeer-cream) !important;
}

.abeer-features {
  position: relative;
  z-index: 2;
  padding: 22px 0;
  border-top: 1px solid rgba(216, 180, 106, 0.45);
  border-bottom: 1px solid rgba(216, 180, 106, 0.45);
  background: var(--abeer-navy);
  color: var(--abeer-cream);
}

.abeer-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.abeer-feature {
  display: flex;
  min-height: 84px;
  padding: 8px 25px;
  border-inline-start: 1px solid rgba(216, 180, 106, 0.45);
  align-items: center;
  justify-content: center;
  gap: 19px;
}

.abeer-feature:first-child {
  border-inline-start: 0;
}

.abeer-feature i {
  display: grid;
  width: 57px;
  height: 57px;
  color: var(--abeer-gold-light);
  flex: 0 0 auto;
  place-items: center;
}

.abeer-feature svg,
.abeer-benefit svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.abeer-feature h3,
.abeer-benefit h3 {
  margin: 0 0 5px;
  color: var(--abeer-gold-light);
  font-family: var(--abeer-font);
  font-size: 17px;
  font-weight: 800;
}

.abeer-feature p,
.abeer-benefit p {
  margin: 0;
  color: var(--abeer-cream);
  font-size: 13px;
  line-height: 1.65;
}

.abeer-categories {
  padding: 25px 0 36px;
  background:
    linear-gradient(rgba(245, 233, 211, 0.96), rgba(245, 233, 211, 0.96)),
    repeating-linear-gradient(0deg, transparent 0 8px, rgba(90, 53, 31, 0.08) 9px);
}

.abeer-section-title {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.abeer-section-title h2 {
  margin: 0;
  color: var(--abeer-ink);
  font-family: var(--abeer-font);
  font-size: clamp(25px, 2.5vw, 35px);
  font-weight: 800;
  white-space: nowrap;
}

.abeer-section-title span {
  position: relative;
  width: min(150px, 14vw);
  height: 1px;
  background: var(--abeer-gold);
}

.abeer-section-title span::after {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid var(--abeer-gold);
  background: var(--abeer-cream);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.abeer-section-title span:first-child::after {
  left: -3px;
}

.abeer-section-title span:last-child::after {
  right: -3px;
}

.abeer-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.abeer-category-card {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(198, 146, 59, 0.75);
  border-radius: 18px;
  background: var(--abeer-cream);
  color: var(--abeer-ink) !important;
  box-shadow: 0 8px 25px rgba(57, 36, 20, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.abeer-category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(57, 36, 20, 0.16);
}

.abeer-category-image {
  display: block;
  aspect-ratio: 1.72 / 1;
  overflow: hidden;
  background: var(--abeer-beige);
}

.abeer-category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.abeer-category-card:hover img {
  transform: scale(1.055);
}

.abeer-category-label {
  display: flex;
  min-height: 51px;
  padding: 9px 16px;
  font-size: 20px;
  font-weight: 800;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.abeer-category-label b {
  color: var(--abeer-gold);
  font-size: 15px;
  font-weight: 400;
}

.abeer-story {
  display: grid;
  min-height: 320px;
  border-top: 1px solid rgba(198, 146, 59, 0.45);
  grid-template-columns: 1.15fr 0.93fr 1.12fr;
}

.abeer-story-image {
  min-height: 320px;
  background-image:
    linear-gradient(rgba(65, 36, 17, 0.16), rgba(33, 20, 10, 0.25)),
    var(--abeer-story);
  background-position: center;
  background-size: cover;
}

.abeer-story-copy,
.abeer-why {
  padding: clamp(31px, 4vw, 60px);
  background: #f7eddb;
}

.abeer-story-copy {
  display: flex;
  border-inline-start: 1px solid rgba(198, 146, 59, 0.32);
  border-inline-end: 1px solid rgba(198, 146, 59, 0.32);
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.abeer-mini-mark {
  margin-bottom: 7px;
  color: var(--abeer-gold);
  font-size: 23px;
}

.abeer-story h2 {
  margin: 0 0 18px;
  color: var(--abeer-ink);
  font-family: var(--abeer-font);
  font-size: clamp(25px, 2.4vw, 35px);
  font-weight: 800;
  line-height: 1.35;
}

.abeer-story-copy p {
  max-width: 560px;
  margin: 0;
  color: #2a3441;
  font-size: 15px;
  line-height: 2;
}

.abeer-why {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
}

.abeer-why > h2 {
  text-align: center;
}

.abeer-benefit {
  display: flex;
  padding: 14px 0;
  border-top: 1px solid rgba(198, 146, 59, 0.35);
  text-align: right;
  align-items: center;
  gap: 17px;
}

.abeer-lang-en .abeer-benefit {
  text-align: left;
}

.abeer-benefit i {
  display: grid;
  width: 41px;
  height: 41px;
  color: var(--abeer-gold);
  flex: 0 0 auto;
  place-items: center;
}

.abeer-benefit h3 {
  color: #9a6c28;
  font-size: 16px;
}

.abeer-benefit p {
  color: #293543;
}

.abeer-brand-strip {
  position: relative;
  overflow: hidden;
  padding: 19px 0;
  border-top: 1px solid rgba(216, 180, 106, 0.55);
  border-bottom: 1px solid rgba(216, 180, 106, 0.35);
  background: var(--abeer-navy);
  color: var(--abeer-cream);
  font-family: var(--abeer-font);
}

.abeer-brand-strip::before {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background: repeating-linear-gradient(90deg, transparent 0 59px, var(--abeer-gold-light) 60px);
  content: "";
}

.abeer-brand-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  align-items: center;
  gap: 26px;
}

.abeer-brand-copy {
  display: flex;
  align-items: center;
  gap: 17px;
}

.abeer-brand-copy img {
  width: 72px;
  max-height: 70px;
  object-fit: contain;
}

.abeer-brand-copy strong,
.abeer-brand-copy span {
  display: block;
}

.abeer-brand-copy strong {
  color: var(--abeer-gold-light);
  font-size: 16px;
}

.abeer-brand-copy span {
  margin-top: 5px;
  color: var(--abeer-cream);
  font-size: 12px;
}

.abeer-wing {
  display: flex;
  color: rgba(216, 180, 106, 0.62);
  font-size: 38px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.abeer-wing span {
  width: 92px;
  height: 30px;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  transform: translateY(10px) rotate(8deg);
}

.abeer-wing span:last-child {
  transform: translateY(10px) rotate(-8deg);
}

.abeer-social {
  text-align: left;
}

.abeer-lang-en .abeer-social {
  text-align: right;
}

.abeer-social strong {
  display: block;
  margin-bottom: 10px;
  color: var(--abeer-gold-light);
}

.abeer-social-links {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}

.abeer-social-links a,
.abeer-social-links span {
  display: grid;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(216, 180, 106, 0.65);
  border-radius: 50%;
  color: var(--abeer-gold-light) !important;
  font-family: Arial, sans-serif;
  font-size: 13px;
  place-items: center;
  transition: background 180ms ease, color 180ms ease;
}

.abeer-social-links a:hover {
  background: var(--abeer-gold);
  color: var(--abeer-navy) !important;
}

.abeer-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.abeer-reveal.abeer-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .abeer-reveal,
  .abeer-btn,
  .abeer-category-card,
  .abeer-category-image img {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1024px) {
  .abeer-hero {
    min-height: 520px;
    background-position: 30% center;
  }

  .abeer-hero::before {
    background: linear-gradient(90deg, rgba(245, 233, 211, 0.93) 31%, rgba(245, 233, 211, 0.06));
  }

  .abeer-lang-ar .abeer-hero::before {
    background: linear-gradient(90deg, rgba(245, 233, 211, 0.06), rgba(245, 233, 211, 0.93) 69%);
  }

  .abeer-hero-copy {
    width: 58%;
  }

  .abeer-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .abeer-feature:nth-child(3) {
    border-inline-start: 0;
  }

  .abeer-feature:nth-child(n+3) {
    border-top: 1px solid rgba(216, 180, 106, 0.32);
  }

  .abeer-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .abeer-story {
    grid-template-columns: 1fr 1fr;
  }

  .abeer-story-image {
    min-height: 390px;
  }

  .abeer-why {
    grid-column: 1 / -1;
  }

  .abeer-brand-inner {
    grid-template-columns: 1fr 1fr;
  }

  .abeer-wing {
    display: none;
  }
}

@media (max-width: 767px) {
  .abeer-shell {
    width: min(100% - 28px, 620px);
  }

  .abeer-shipping-bar {
    min-height: 28px;
    padding-block: 5px;
    font-size: 11px;
  }

  header.abeer-header {
    min-height: 70px;
    padding: 10px 16px !important;
  }

  header.abeer-header nav {
    min-height: 48px;
  }

  header.abeer-header img[alt="Abeer Gallery"] {
    max-height: 48px !important;
  }

  .abeer-hero {
    min-height: 590px;
    background-image: var(--abeer-hero-mobile);
    background-position: 24% center;
  }

  .abeer-hero::before {
    background:
      linear-gradient(180deg, rgba(245, 233, 211, 0.94) 0%, rgba(245, 233, 211, 0.85) 48%, rgba(245, 233, 211, 0.13) 100%),
      linear-gradient(90deg, rgba(245, 233, 211, 0.12), rgba(245, 233, 211, 0.65));
  }

  .abeer-hero-inner {
    align-items: flex-start;
    justify-content: center;
  }

  .abeer-hero-copy {
    width: 100%;
    padding-top: 48px;
    text-align: center;
  }

  .abeer-lang-en .abeer-hero-copy {
    text-align: center;
  }

  .abeer-eyebrow {
    justify-content: center;
  }

  .abeer-eyebrow span {
    width: 42px;
  }

  .abeer-hero h1 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .abeer-hero p {
    font-size: 14px;
    line-height: 1.9;
  }

  .abeer-hero-actions {
    margin-top: 22px;
    justify-content: center;
    gap: 10px;
  }

  .abeer-btn {
    min-width: 0;
    min-height: 45px;
    padding: 10px 17px;
    font-size: 14px;
    flex: 1 1 145px;
  }

  .abeer-features {
    padding-block: 9px;
  }

  .abeer-feature-grid {
    grid-template-columns: 1fr;
  }

  .abeer-feature {
    min-height: 76px;
    padding: 12px 11px;
    border-top: 1px solid rgba(216, 180, 106, 0.28);
    border-inline-start: 0;
    justify-content: flex-start;
  }

  .abeer-feature:first-child {
    border-top: 0;
  }

  .abeer-feature i {
    width: 46px;
    height: 46px;
  }

  .abeer-feature h3 {
    font-size: 15px;
  }

  .abeer-categories {
    padding: 23px 0 28px;
  }

  .abeer-section-title {
    gap: 11px;
  }

  .abeer-section-title h2 {
    font-size: 23px;
  }

  .abeer-section-title span {
    width: 38px;
  }

  .abeer-category-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .abeer-category-image {
    aspect-ratio: 1.85 / 1;
  }

  .abeer-story {
    display: flex;
    flex-direction: column;
  }

  .abeer-story-image {
    min-height: 280px;
  }

  .abeer-story-copy,
  .abeer-why {
    padding: 32px 22px;
  }

  .abeer-story-copy {
    border: 0;
  }

  .abeer-story h2 {
    font-size: 27px;
  }

  .abeer-brand-inner {
    display: flex;
    text-align: center;
    flex-direction: column;
  }

  .abeer-brand-copy {
    flex-direction: column;
  }

  .abeer-social {
    text-align: center;
  }

  .abeer-social-links {
    justify-content: center;
  }
}

@media (max-width: 390px) {
  .abeer-hero-actions {
    flex-direction: column;
  }

  .abeer-btn {
    width: 100%;
    flex-basis: auto;
  }
}

/* Header logo only */
header nav .abeer-logo-placeholder {
  display: inline-block;
  flex: 0 0 auto;
  visibility: hidden;
  pointer-events: none;
}

header nav .abeer-logo-link {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 12;
  display: flex !important;
  width: 190px;
  height: 112px;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -39%) !important;
  isolation: isolate;
}

header nav .abeer-logo-link::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 0 0 21px 21px;
  background: #061e3a;
  box-shadow: 0 1px 0 rgba(216, 180, 106, 0.15);
  content: "";
}

header nav .abeer-logo-link::after {
  display: none !important;
}

header nav .abeer-logo-image {
  position: static !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  max-width: 128px !important;
  height: auto !important;
  max-height: 82px !important;
  transform: none !important;
  object-fit: contain;
}

@media (max-width: 767px) {
  header nav .abeer-logo-placeholder {
    display: none;
  }

  header nav .abeer-logo-link {
    top: 50% !important;
    width: 112px;
    height: 70px;
    transform: translate(-50%, -50%) !important;
  }

  header nav .abeer-logo-link::before {
    border-radius: 0 0 12px 12px;
  }

  header nav .abeer-logo-image {
    max-width: 96px !important;
    max-height: 58px !important;
  }

  header nav a.abeer-mobile-logo-link {
    position: absolute !important;
    top: 50% !important;
    right: auto !important;
    left: 50% !important;
    margin: 0 !important;
    translate: none !important;
    transform: translate(-50%, -50%) !important;
  }

  header nav img.abeer-mobile-logo-image {
    position: static !important;
    right: auto !important;
    left: auto !important;
    margin: 0 !important;
    translate: none !important;
    transform: none !important;
  }
}