﻿/**
 * النخبة — الصفحة الرئيسية (Dark Luxury)
 */

/* ——— Hero ——— */
.an-home-hero {
  position: relative;
  height: 100vh;
  min-height: clamp(500px, 100vh, 900px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.an-home-hero__gold-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 4;
  background: linear-gradient(90deg, transparent, #e8c98e, transparent);
  box-shadow: 0 0 20px rgba(201, 169, 110, 0.4);
}

.an-home-hero__gold-side {
  position: absolute;
  top: 15%;
  right: clamp(16px, 5vw, 40px);
  width: 1px;
  height: 35%;
  z-index: 4;
  background: linear-gradient(to bottom, transparent, #c9a96e, transparent);
  box-shadow: 0 0 15px rgba(201, 169, 110, 0.4);
}

.an-home-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.an-home-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.88) 0%, rgba(26, 18, 9, 0.75) 35%, rgba(92, 80, 72, 0.45) 65%, rgba(201, 168, 76, 0.05) 100%);
}

.an-home-hero__fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, #0a0a0a 0%, transparent 100%);
  pointer-events: none;
}

.an-home-hero__content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin-inline: auto;
  width: 100%;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.25rem, 5vw, 3.75rem) clamp(6rem, 12vw, 8rem);
}

.an-home-hero__copy {
  max-width: 35rem;
}

.an-home-hero__kicker {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  color: var(--an-primary);
  font-size: 0.625rem;
  letter-spacing: 0.4em;
  margin: 0 0 1.75rem;
  text-shadow: 0 0 15px rgba(201, 169, 110, 0.4);
}

.an-home-hero__kicker-line {
  width: 50px;
  height: 2px;
  background: linear-gradient(135deg, #e8c98e, #d4af37, #c9a96e);
  box-shadow: 0 0 10px rgba(201, 169, 110, 0.4);
}

.an-home-hero__title {
  margin: 0 0 1.5rem;
  font-weight: 400;
  line-height: 1.08;
  color: #fff;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
}

.an-home-hero__title-line {
  display: block;
  font-size: clamp(2.75rem, 6vw, 4.875rem);
}

.an-home-hero__title-gold {
  display: block;
  font-size: clamp(2.75rem, 6vw, 4.875rem);
  font-style: italic;
  color: var(--an-primary, #c9a96e);
  background: linear-gradient(135deg, #e8c98e, #d4af37, #c9a96e, #d4af37, #e8c98e);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 20px rgba(201, 169, 110, 0.4));
}

.an-home-hero__lead {
  max-width: 25rem;
  margin: 0 0 2.75rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.9375rem;
  line-height: 1.9;
  font-weight: 300;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

.an-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
}

.an-btn--gold {
  background: linear-gradient(135deg, #e8c98e, #d4af37, #c9a96e);
  background-size: 200% 100%;
  color: #0a0608;
  border: none;
  padding: 1rem 2.5rem;
  font-size: 0.6875rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 0 20px rgba(201, 169, 110, 0.4), 0 8px 24px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s, box-shadow 0.3s, background-position 0.3s;
}

.an-btn--gold:hover {
  transform: translateY(-2px);
  background-position: 100% 0;
  box-shadow: 0 0 25px rgba(201, 169, 110, 0.5), 0 12px 32px rgba(0, 0, 0, 0.45);
  color: #0a0608;
}

.an-btn--outline-gold {
  border: 2px solid var(--an-primary);
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
  padding: 1rem 2.5rem;
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}

.an-btn--outline-gold:hover {
  background: rgba(201, 169, 110, 0.2);
  border-color: #e8c98e;
  color: #e8c98e;
  box-shadow: 0 0 25px rgba(201, 169, 110, 0.4), 0 6px 20px rgba(0, 0, 0, 0.4);
}

.an-home-hero__stats {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  justify-items: center;
  gap: clamp(1rem, 4vw, 2.5rem);
  padding: clamp(1rem, 3vw, 1.375rem) clamp(0.75rem, 3vw, 1.5rem);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  border-top: 2px solid rgba(201, 169, 110, 0.35);
  box-shadow: 0 -2px 20px rgba(201, 169, 110, 0.25);
}

.an-home-hero__stat {
  text-align: center;
  min-width: 0;
}

.an-home-hero__stat-num {
  margin: 0;
  font-size: clamp(1.25rem, 4vw, 2rem);
  line-height: 1;
  background: linear-gradient(135deg, #e8c98e, #d4af37, #c9a96e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 10px rgba(201, 169, 110, 0.4));
}

.an-home-hero__stat-label {
  margin: 0.35rem 0 0;
  font-size: clamp(0.5rem, 1.8vw, 0.625rem);
  letter-spacing: 0.12em;
  color: rgba(107, 114, 128, 0.75);
}

/* ——— Offers ——— */
.an-home-offers {
  background: #0a0a0a;
  padding: 4rem 0;
  position: relative;
}

.an-home-offers__head {
  text-align: center;
  margin-bottom: 2rem;
}

.an-home-offers__eyebrow-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  margin-bottom: 0.875rem;
  color: var(--an-primary);
}

.an-home-offers__eyebrow-line {
  width: 60px;
  height: 1px;
  background: linear-gradient(to left, var(--an-primary), transparent);
  box-shadow: 0 0 10px rgba(201, 169, 110, 0.4);
}

.an-home-offers__eyebrow-line--rev {
  background: linear-gradient(to right, var(--an-primary), transparent);
}

.an-home-offers__eyebrow {
  color: var(--an-primary);
  font-size: 0.625rem;
  letter-spacing: 0.35em;
  margin: 0;
  text-shadow: 0 0 15px rgba(201, 169, 110, 0.4);
}

.an-home-offers__title {
  font-weight: 400;
  font-size: clamp(1.375rem, 3vw, 2rem);
  margin: 0 0 0.375rem;
  color: var(--an-fg);
}

.an-home-offers__title em {
  font-style: italic;
  background: linear-gradient(135deg, #e8c98e, #d4af37, #c9a96e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 15px rgba(201, 169, 110, 0.4));
}

.an-home-offers__view-all {
  background: none;
  border: none;
  color: var(--an-muted);
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  cursor: pointer;
  text-decoration: none;
  margin-top: 0.25rem;
  display: inline-block;
}

.an-home-offers__view-all:hover {
  color: var(--an-primary);
}

.an-home-offers__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0.875rem;
}

.an-home-offers__card {
  position: relative;
  background: #111111;
  border: 1px solid rgba(180, 150, 100, 0.22);
  padding: 1.125rem;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.an-home-offers__card:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 169, 110, 0.35);
  box-shadow: 0 0 25px rgba(201, 169, 110, 0.25);
}

.an-home-offers__shimmer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #a8844a, #e8c98e, #d4af37, #e8c98e, #a8844a);
  background-size: 200% 100%;
  animation: lmShimmerLine 3s linear infinite;
  box-shadow: 0 0 15px rgba(201, 169, 110, 0.4);
}

@keyframes lmShimmerLine {
  0%, 100% { background-position: 0% center; }
  50% { background-position: 200% center; }
}

.an-home-offers__badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: linear-gradient(135deg, #e8c98e, #c9a96e);
  color: #0a0608;
  font-size: 0.75rem;
  padding: 0.3125rem 0.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  box-shadow: 0 0 12px rgba(201, 169, 110, 0.4);
}

.an-home-offers__salon {
  color: var(--an-primary);
  font-size: 0.5625rem;
  letter-spacing: 0.25em;
  margin: 0.25rem 0 0.5rem;
}

.an-home-offers__card-title {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.an-home-offers__divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 169, 110, 0.35), transparent);
  margin-bottom: 0.75rem;
}

.an-home-offers__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.an-home-offers__code {
  margin: 0;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  color: var(--an-muted);
}

.an-home-offers__code strong {
  color: var(--an-primary);
  font-weight: 600;
}

.an-home-offers__cta {
  color: var(--an-primary);
  font-size: 0.6875rem;
}

/* ——— Brands marquee ——— */
.an-home-brands {
  position: relative;
  background: #f5edd8;
  border-top: 1px solid rgba(180, 150, 100, 0.3);
  border-bottom: 1px solid rgba(180, 150, 100, 0.3);
  padding: 2rem 0 1.5rem;
  overflow: hidden;
}

.an-home-brands__glow-top,
.an-home-brands__glow-bottom {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #a8844a, #e8c98e, #d4af37, #e8c98e, #a8844a);
  background-size: 200% 100%;
  animation: lmShimmerLine 3s linear infinite;
  box-shadow: 0 0 20px rgba(201, 169, 110, 0.4);
}

.an-home-brands__glow-top { top: 0; }
.an-home-brands__glow-bottom { bottom: 0; animation-direction: reverse; }

.an-home-brands__fade-left,
.an-home-brands__fade-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}

.an-home-brands__fade-left {
  left: 0;
  background: linear-gradient(to right, #f5edd8, transparent);
}

.an-home-brands__fade-right {
  right: 0;
  background: linear-gradient(to left, #f5edd8, transparent);
}

.an-home-brands__label {
  position: relative;
  z-index: 3;
  text-align: center;
  color: var(--an-primary);
  font-size: 0.6875rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
  opacity: 0.8;
  text-shadow: 0 0 15px rgba(201, 169, 110, 0.4);
}

.an-home-brands__track-wrap {
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.an-home-brands__track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: lmSlideRTL 20s linear infinite;
  direction: ltr;
}

.an-home-brands:hover .an-home-brands__track {
  animation-play-state: paused;
}

@keyframes lmSlideRTL {
  from { transform: translateX(0); }
  to { transform: translateX(-33.333%); }
}

.an-home-brands__item {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  padding: 0 2.5rem;
  flex-shrink: 0;
}

.an-home-brands__name {
  background: linear-gradient(135deg, #e8c98e, #d4af37, #c9a96e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  white-space: nowrap;
  filter: drop-shadow(0 0 15px rgba(201, 169, 110, 0.4));
  opacity: 0.9;
}

.an-home-brands__sep {
  color: var(--an-primary);
  font-size: 0.875rem;
  opacity: 0.5;
}

/* ——— Services mosaic ——— */
.an-home-services {
  background: #111111;
  padding: clamp(3.75rem, 10vw, 6.25rem) 0;
}

.an-home-services__shell {
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}

.an-home-services__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: clamp(2.25rem, 7vw, 3.75rem);
}

.an-home-services__eyebrow-row {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 0.875rem;
}

.an-home-services__eyebrow-line {
  width: 40px;
  height: 1px;
  background: var(--an-primary);
}

.an-home-services__eyebrow {
  color: var(--an-primary);
  font-size: 0.625rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin: 0;
}

.an-home-services__title {
  margin: 0;
  font-weight: 400;
  font-size: clamp(1.75rem, 4vw, 3.125rem);
  line-height: 1.1;
  color: #1a1a1a;
}

.an-home-services__title em {
  color: var(--an-primary);
  font-style: normal;
}

.an-home-services__view-all {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(201, 169, 110, 0.4);
  color: var(--an-primary);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  padding-bottom: 0.1875rem;
  text-decoration: none;
  transition: letter-spacing 0.3s;
}

.an-home-services__view-all:hover {
  letter-spacing: 0.2em;
}

.an-home-services-grid {
  display: grid;
  gap: 14px;
  direction: rtl;
  grid-template-columns: 1fr;
  grid-template-rows: 260px 200px 200px 200px 200px;
}

@media (min-width: 640px) {
  .an-home-services-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px 220px 220px;
  }
  .an-home-svc-card--1 { grid-column: 1 / -1; grid-row: 1; }
  .an-home-svc-card--2 { grid-column: 1; grid-row: 2; }
  .an-home-svc-card--3 { grid-column: 2; grid-row: 2; }
  .an-home-svc-card--4 { grid-column: 1; grid-row: 3; }
  .an-home-svc-card--5 { grid-column: 2; grid-row: 3; }
}

@media (min-width: 1024px) {
  .an-home-services-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    grid-template-rows: 310px 280px;
    gap: 16px;
  }
  .an-home-svc-card--1 { grid-column: 1; grid-row: 1 / 3; }
  .an-home-svc-card--2 { grid-column: 2; grid-row: 1; }
  .an-home-svc-card--3 { grid-column: 3; grid-row: 1; }
  .an-home-svc-card--4 { grid-column: 2; grid-row: 2; }
  .an-home-svc-card--5 { grid-column: 3; grid-row: 2; }
}

@media (min-width: 1280px) {
  .an-home-services-grid {
    grid-template-rows: 340px 300px;
    gap: 18px;
  }
}

.an-home-svc-card {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 2px solid transparent;
  box-shadow: 0 4px 24px rgba(10, 6, 8, 0.08);
  text-decoration: none;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s, box-shadow 0.35s;
}

.an-home-svc-card:hover {
  border-color: #c9a96e;
  box-shadow: 0 14px 44px rgba(201, 169, 110, 0.28);
  transform: translateY(-4px);
}

.an-home-svc-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.62) contrast(1.08);
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), filter 0.5s;
}

.an-home-svc-card:hover .an-home-svc-card__img {
  transform: scale(1.07);
  filter: brightness(0.46) contrast(1.12);
}

.an-home-svc-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 6, 8, 0.96) 0%, rgba(10, 6, 8, 0.45) 45%, rgba(10, 6, 8, 0.08) 75%, transparent 100%);
}

.an-home-svc-card__shimmer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #c9a96e 30%, #e8c98e 50%, #c9a96e 70%, transparent);
  opacity: 0;
  box-shadow: 0 0 18px rgba(201, 169, 110, 0.55);
  transition: opacity 0.4s;
}

.an-home-svc-card:hover .an-home-svc-card__shimmer {
  opacity: 1;
}

.an-home-svc-card__body {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.an-home-svc-card--hero .an-home-svc-card__body {
  padding: clamp(1.75rem, 5vw, 2.5rem);
}

.an-home-svc-card:not(.an-home-svc-card--hero) .an-home-svc-card__body {
  padding: clamp(1.125rem, 3.5vw, 1.75rem);
}

.an-home-svc-card__en {
  color: #e8c98e;
  font-size: clamp(0.5625rem, 1.8vw, 0.625rem);
  letter-spacing: 0.28em;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.an-home-svc-card__name {
  margin: 0;
  color: #fff;
  font-weight: 600;
  line-height: 1.25;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}

.an-home-svc-card--hero .an-home-svc-card__name {
  font-size: clamp(1.375rem, 3.5vw, 1.875rem);
}

.an-home-svc-card:not(.an-home-svc-card--hero) .an-home-svc-card__name {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
}

.an-home-svc-card__desc {
  margin: 0;
  color: rgba(245, 240, 234, 0);
  font-size: clamp(0.75rem, 2.4vw, 0.875rem);
  line-height: 1.7;
  transition: color 0.4s 0.1s;
}

.an-home-svc-card:hover .an-home-svc-card__desc {
  color: rgba(245, 240, 234, 0.85);
}

.an-home-svc-card__btn {
  margin-top: 0.625rem;
  width: fit-content;
  background: rgba(201, 169, 110, 0);
  border: 1px solid rgba(201, 169, 110, 0);
  color: rgba(201, 169, 110, 0);
  font-size: clamp(0.625rem, 2.2vw, 0.75rem);
  letter-spacing: 0.12em;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.4s;
}

.an-home-svc-card:hover .an-home-svc-card__btn {
  background: linear-gradient(135deg, #c9a96e, #e8c98e);
  border-color: #c9a96e;
  color: #0a0608;
}

/* ——— Brand strip ——— */
.an-home-brandstrip {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fbf7ee 0%, #f5edd8 50%, #fbf7ee 100%);
  padding: 6.25rem clamp(1.5rem, 4vw, 2.5rem);
}

.an-home-brandstrip__corner {
  position: absolute;
  width: 56px;
  height: 56px;
  border-color: rgba(201, 169, 110, 0.45);
  border-style: solid;
  border-width: 0;
}

.an-home-brandstrip__corner--tr { top: 28px; right: 36px; border-top-width: 1px; border-right-width: 1px; }
.an-home-brandstrip__corner--tl { top: 28px; left: 36px; border-top-width: 1px; border-left-width: 1px; }
.an-home-brandstrip__corner--br { bottom: 28px; right: 36px; border-bottom-width: 1px; border-right-width: 1px; }
.an-home-brandstrip__corner--bl { bottom: 28px; left: 36px; border-bottom-width: 1px; border-left-width: 1px; }

.an-home-brandstrip__quote-wrap {
  max-width: 56.25rem;
  margin-inline: auto;
  text-align: center;
}

.an-home-brandstrip__ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.an-home-brandstrip__ornament-line {
  height: 1px;
  flex: 1;
  max-width: 120px;
  background: linear-gradient(to left, var(--an-primary), transparent);
}

.an-home-brandstrip__ornament-line--rev {
  background: linear-gradient(to right, var(--an-primary), transparent);
}

.an-home-brandstrip__quote {
  margin: 0;
  font-size: clamp(1.25rem, 3.5vw, 2.125rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.7;
  color: var(--an-fg);
}

.an-home-brandstrip__attrib {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.an-home-brandstrip__attrib-label {
  color: var(--an-primary);
  font-size: 0.625rem;
  letter-spacing: 0.3em;
  opacity: 0.8;
}

.an-home-brandstrip__features {
  max-width: 68.75rem;
  margin: 4.375rem auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.an-home-brandstrip__feature {
  background: #0a0a0a;
  border: 1px solid rgba(180, 150, 100, 0.22);
  padding: 2.25rem 1.75rem;
  text-align: center;
  box-shadow: 0 2px 12px rgba(26, 18, 9, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.an-home-brandstrip__feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(201, 169, 110, 0.15);
}

.an-home-brandstrip__feature-icon {
  color: var(--an-primary);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.an-home-brandstrip__feature-title {
  margin: 0 0 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--an-fg);
}

.an-home-brandstrip__feature-desc {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.7;
  color: var(--an-muted);
}

/* ——— Testimonials ——— */
.an-home-testimonials {
  position: relative;
  background: #0a0a0a;
  padding: 6.25rem 0;
}

.an-home-testimonials__top-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 169, 110, 0.35), transparent);
}

.an-home-testimonials__head {
  text-align: center;
  margin-bottom: 4rem;
}

.an-home-testimonials__eyebrow-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.125rem;
}

.an-home-testimonials__eyebrow-line {
  width: 80px;
  height: 1px;
  background: linear-gradient(to left, var(--an-primary), transparent);
}

.an-home-testimonials__eyebrow-line--rev {
  background: linear-gradient(to right, var(--an-primary), transparent);
}

.an-home-testimonials__eyebrow {
  color: var(--an-primary);
  font-size: 0.625rem;
  letter-spacing: 0.35em;
  margin: 0;
}

.an-home-testimonials__title {
  font-weight: 400;
  font-size: clamp(1.75rem, 4vw, 3.125rem);
  margin: 0;
  color: var(--an-fg);
}

.an-home-testimonials__title em {
  color: var(--an-primary);
  font-style: italic;
}

.an-home-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 5rem;
}

.an-home-testimonials__card {
  position: relative;
  background: #111111;
  border: 1px solid rgba(180, 150, 100, 0.22);
  padding: 2.5rem 2rem;
  box-shadow: 0 2px 16px rgba(26, 18, 9, 0.05);
  transition: border-color 0.3s, box-shadow 0.3s;
}

.an-home-testimonials__card:hover {
  border-color: rgba(201, 169, 110, 0.45);
  box-shadow: 0 8px 36px rgba(201, 169, 110, 0.15);
}

.an-home-testimonials__big-quote {
  position: absolute;
  top: 1.25rem;
  left: 1.75rem;
  font-size: 5rem;
  line-height: 1;
  color: rgba(201, 169, 110, 0.12);
  user-select: none;
  pointer-events: none;
}

.an-home-testimonials__stars {
  display: flex;
  gap: 0.1875rem;
  justify-content: flex-end;
  margin-bottom: 1.5rem;
  color: var(--an-primary);
  font-size: 0.875rem;
}

.an-home-testimonials__quote {
  margin: 0 0 2rem;
  font-style: italic;
  line-height: 1.85;
  color: #5c5048;
  font-size: 0.875rem;
}

.an-home-testimonials__rule {
  height: 1px;
  background: linear-gradient(to right, var(--an-primary), transparent);
  margin-bottom: 1.5rem;
  opacity: 0.5;
}

.an-home-testimonials__author {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.875rem;
}

.an-home-testimonials__meta {
  text-align: right;
}

.an-home-testimonials__name {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--an-fg);
}

.an-home-testimonials__service {
  margin: 0.2rem 0 0;
  color: var(--an-primary);
  font-size: 0.625rem;
  letter-spacing: 0.12em;
}

.an-home-testimonials__avatar {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e8c98e, #c9a96e);
  color: #f0ead8;
  font-weight: 700;
  font-size: 1.125rem;
  flex-shrink: 0;
}

.an-home-testimonials__press {
  border-top: 1px solid rgba(180, 150, 100, 0.2);
  border-bottom: 1px solid rgba(180, 150, 100, 0.2);
  background: #111111;
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(1.25rem, 6vw, 4.375rem);
}

.an-home-testimonials__press-label {
  color: var(--an-primary);
  font-size: 0.5625rem;
  letter-spacing: 0.35em;
  opacity: 0.7;
}

.an-home-testimonials__press-logo {
  font-size: clamp(0.8125rem, 2vw, 1.0625rem);
  letter-spacing: 0.22em;
  color: #5c5048;
  opacity: 0.55;
  transition: opacity 0.2s, color 0.2s;
}

.an-home-testimonials__press-logo:hover {
  opacity: 1;
  color: var(--an-primary);
}

@media (max-width: 640px) {
  .an-home-offers__grid {
    grid-template-columns: 1fr;
  }
}
