/* ==========================================================
   CLEAN HERO REBUILD — unique classes prevent CSS conflicts
   ========================================================== */

.laleh-hero-v4 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 820px;
  padding: 86px 6vw 78px;
  display: flex;
  align-items: center;
  color: #34272c;
  background:
    radial-gradient(circle at 84% 14%, rgba(138, 23, 57, 0.18), transparent 24%),
    radial-gradient(circle at 72% 58%, rgba(201, 141, 154, 0.20), transparent 28%),
    radial-gradient(circle at 7% 82%, rgba(181, 139, 69, 0.16), transparent 22%),
    linear-gradient(135deg, #fffaf5 0%, #f8e8e6 52%, #f5eee3 100%);
}

.laleh-hero-v4::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: .22;
  background-image:
    linear-gradient(30deg, transparent 47%, rgba(181, 139, 69, .18) 48%, rgba(181, 139, 69, .18) 52%, transparent 53%),
    linear-gradient(150deg, transparent 47%, rgba(181, 139, 69, .10) 48%, rgba(181, 139, 69, .10) 52%, transparent 53%);
  background-size: 92px 92px;
}

.laleh-hero-v4::after {
  content: "";
  position: absolute;
  width: 780px;
  height: 780px;
  right: -250px;
  bottom: -330px;
  z-index: -2;
  background: url("assets/logo-mark-transparent.png") center / contain no-repeat;
  opacity: .075;
  mix-blend-mode: multiply;
}

.laleh-hero-v4__wash {
  position: absolute;
  inset: auto auto -220px -170px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  z-index: -2;
  background: radial-gradient(circle, rgba(109, 107, 67, .15), transparent 68%);
}

.laleh-hero-v4__shell {
  width: min(1450px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(520px, .98fr);
  gap: clamp(52px, 6vw, 100px);
  align-items: center;
}

.laleh-hero-v4__copy {
  min-width: 0;
  max-width: 720px;
}

.laleh-hero-v4__eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 22px;
  padding: 9px 15px;
  border: 1px solid rgba(138, 23, 57, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  color: #8a1739;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  box-shadow: 0 12px 26px rgba(81, 29, 44, .06);
}

.laleh-hero-v4 h1 {
  max-width: 720px;
  margin: 0;
  color: #821436;
  font-family: var(--serif, "Playfair Display", Georgia, serif);
  font-size: clamp(64px, 7.1vw, 112px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: .91;
}

html[dir="rtl"] .laleh-hero-v4 h1 {
  font-family: var(--persian, "Vazirmatn", sans-serif);
  letter-spacing: 0;
  line-height: 1.08;
}

.laleh-hero-v4__lead {
  max-width: 630px;
  margin: 28px 0 0;
  color: #5e4f54;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.72;
}

.laleh-hero-v4__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.laleh-hero-v4__values {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.laleh-hero-v4__values article {
  min-width: 0;
  min-height: 188px;
  padding: 20px 18px;
  border: 1px solid rgba(138, 23, 57, .10);
  border-radius: 22px;
  background: rgba(255, 253, 249, .72);
  box-shadow: 0 18px 42px rgba(73, 32, 43, .075);
  backdrop-filter: blur(9px);
}

.laleh-hero-v4__values article > span {
  color: #b58b45;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
}

.laleh-hero-v4__values strong {
  display: block;
  margin-top: 18px;
  color: #831536;
  font-family: var(--serif, "Playfair Display", Georgia, serif);
  font-size: 24px;
  line-height: 1.1;
}

html[dir="rtl"] .laleh-hero-v4__values strong {
  font-family: var(--persian, "Vazirmatn", sans-serif);
}

.laleh-hero-v4__values p {
  margin: 9px 0 0;
  color: #6d6064;
  font-size: 13px;
  line-height: 1.52;
}

.laleh-hero-v4__art {
  position: relative;
  min-height: 650px;
  min-width: 0;
}

.laleh-hero-v4__arch {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: min(440px, 76%);
  height: 570px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 38px 28px 30px;
  border: 1px solid rgba(181, 139, 69, .38);
  border-radius: 220px 220px 36px 36px;
  background:
    radial-gradient(circle at 50% 28%, rgba(201, 141, 154, .24), transparent 29%),
    linear-gradient(180deg, rgba(255, 252, 248, .88), rgba(248, 236, 230, .83));
  box-shadow: 0 36px 80px rgba(96, 29, 49, .15);
  backdrop-filter: blur(10px);
}

.laleh-hero-v4__arch::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(181, 139, 69, .24);
  border-radius: 200px 200px 28px 28px;
  pointer-events: none;
}

.laleh-hero-v4__arch::after {
  content: "";
  position: absolute;
  inset: 31px;
  border: 1px solid rgba(138, 23, 57, .10);
  border-radius: 180px 180px 22px 22px;
  pointer-events: none;
}

.laleh-hero-v4__arch-line {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.laleh-hero-v4__arch-line--one {
  width: 310px;
  height: 310px;
  top: 90px;
  background: radial-gradient(circle, rgba(201, 141, 154, .20), transparent 68%);
}

.laleh-hero-v4__arch-line--two {
  width: 220px;
  height: 220px;
  bottom: 45px;
  background: radial-gradient(circle, rgba(181, 139, 69, .13), transparent 70%);
}

.laleh-hero-v4__arch img {
  position: relative;
  z-index: 2;
  width: min(300px, 82%);
  height: auto;
  margin-top: -15px;
  filter: saturate(1.08) drop-shadow(0 18px 24px rgba(94, 24, 46, .10));
}

.laleh-hero-v4__wordmark {
  position: relative;
  z-index: 2;
  margin-top: -16px;
  color: #8a1739;
  font-family: var(--serif, "Playfair Display", Georgia, serif);
  font-size: 62px;
  line-height: 1;
}

.laleh-hero-v4__submark {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  color: #6d6b43;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-align: center;
  text-transform: uppercase;
}

.laleh-hero-v4__floating {
  position: absolute;
  z-index: 3;
  width: 190px;
  padding: 18px 17px;
  border: 1px solid rgba(138, 23, 57, .10);
  border-radius: 20px;
  background: rgba(255, 253, 249, .88);
  box-shadow: 0 20px 44px rgba(73, 32, 43, .11);
  backdrop-filter: blur(9px);
}

.laleh-hero-v4__floating span {
  display: block;
  color: #8a1739;
  font-family: var(--serif, "Playfair Display", Georgia, serif);
  font-size: 34px;
  line-height: 1;
}

.laleh-hero-v4__floating p {
  margin: 8px 0 0;
  color: #5f5155;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.laleh-hero-v4__floating--top {
  top: 48px;
  right: 2px;
}

.laleh-hero-v4__floating--middle {
  top: 260px;
  left: 0;
  width: 205px;
  background: linear-gradient(145deg, rgba(132, 20, 54, .96), rgba(91, 25, 43, .96));
  border-color: rgba(255, 255, 255, .12);
}

.laleh-hero-v4__floating--middle span,
.laleh-hero-v4__floating--middle p {
  color: white;
}

.laleh-hero-v4__floating--bottom {
  right: 18px;
  bottom: 36px;
  width: 220px;
}

@media (max-width: 1250px) {
  .laleh-hero-v4 {
    padding-top: 76px;
  }

  .laleh-hero-v4__shell {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .laleh-hero-v4__copy {
    max-width: 920px;
  }

  .laleh-hero-v4 h1 {
    max-width: 920px;
  }

  .laleh-hero-v4__art {
    width: min(780px, 100%);
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .laleh-hero-v4 {
    min-height: auto;
    padding: 72px 20px 62px;
  }

  .laleh-hero-v4 h1 {
    font-size: clamp(50px, 15vw, 72px);
    line-height: .96;
  }

  .laleh-hero-v4__lead {
    font-size: 17px;
  }

  .laleh-hero-v4__values {
    grid-template-columns: 1fr;
  }

  .laleh-hero-v4__values article {
    min-height: auto;
  }

  .laleh-hero-v4__art {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .laleh-hero-v4__arch,
  .laleh-hero-v4__floating {
    position: relative;
    inset: auto;
    transform: none;
    width: 100%;
    max-width: none;
  }

  .laleh-hero-v4__arch {
    height: 530px;
    border-radius: 180px 180px 30px 30px;
  }

  .laleh-hero-v4__floating {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .laleh-hero-v4__floating p {
    margin: 0;
  }
}


/* =========================================================
   MANIFESTO SECTION — ISOLATED FIX
   Keeps translation text visible and prevents old CSS clashes.
   ========================================================= */
.manifesto {
  position: relative !important;
  min-height: 560px !important;
  padding: 105px 7vw !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  color: #fff8f5 !important;
  background:
    radial-gradient(circle at 14% 18%, rgba(232,199,203,.20), transparent 24%),
    radial-gradient(circle at 82% 84%, rgba(181,139,69,.22), transparent 22%),
    linear-gradient(128deg, #621028 0%, #951943 52%, #3f5138 100%) !important;
}

.manifesto::before {
  content: "" !important;
  position: absolute !important;
  width: min(620px, 47vw) !important;
  height: min(620px, 47vw) !important;
  inset-inline-end: -4vw !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: url("assets/logo-mark-transparent.png") center/contain no-repeat !important;
  opacity: .16 !important;
  filter: saturate(1.15) !important;
  mix-blend-mode: screen !important;
  pointer-events: none !important;
}

.manifesto::after {
  content: "" !important;
  position: absolute !important;
  inset-inline-end: 9vw !important;
  top: 50% !important;
  width: min(430px, 34vw) !important;
  height: min(530px, 42vw) !important;
  transform: translateY(-50%) !important;
  border: 1px solid rgba(239,211,156,.38) !important;
  border-radius: 220px 220px 28px 28px !important;
  box-shadow: inset 0 0 0 12px rgba(255,255,255,.035) !important;
  pointer-events: none !important;
}

.manifesto-inner {
  width: min(1180px, 100%) !important;
  margin: 0 auto !important;
  position: relative !important;
  z-index: 2 !important;
  padding-inline-end: min(460px, 34vw) !important;
}

.manifesto .section-kicker {
  color: #f2cf8d !important;
  font-size: 12px !important;
  letter-spacing: .19em !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  margin-bottom: 20px !important;
}

.manifesto .section-kicker::before {
  content: "✦" !important;
  margin-inline-end: 10px !important;
  color: #e7bf66 !important;
}

.manifesto h2 {
  max-width: 820px !important;
  margin: 0 0 24px !important;
  color: #fff9f6 !important;
  font-family: var(--serif) !important;
  font-size: clamp(46px, 5.1vw, 76px) !important;
  line-height: 1.04 !important;
  letter-spacing: -.025em !important;
  text-shadow: 0 10px 28px rgba(48,5,20,.16) !important;
}

html[dir="rtl"] .manifesto h2 {
  font-family: var(--persian) !important;
  letter-spacing: 0 !important;
}

.manifesto p {
  max-width: 760px !important;
  margin: 0 !important;
  color: #f5e7e9 !important;
  font-size: 19px !important;
  line-height: 1.75 !important;
}

.manifesto-badges {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 11px !important;
  margin-top: 32px !important;
}

.manifesto-badges span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 43px !important;
  padding: 10px 17px !important;
  color: #fff9f6 !important;
  background: rgba(255,255,255,.11) !important;
  border: 1px solid rgba(255,255,255,.24) !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  box-shadow: 0 12px 30px rgba(48,5,20,.08) !important;
  backdrop-filter: blur(7px) !important;
}

@media (max-width: 960px) {
  .manifesto {
    min-height: auto !important;
    padding: 82px 6vw 360px !important;
  }

  .manifesto-inner {
    padding-inline-end: 0 !important;
  }

  .manifesto::before {
    width: 360px !important;
    height: 360px !important;
    top: auto !important;
    bottom: -70px !important;
    inset-inline-end: 50% !important;
    transform: translateX(50%) !important;
  }

  .manifesto::after {
    width: 280px !important;
    height: 330px !important;
    top: auto !important;
    bottom: 22px !important;
    inset-inline-end: 50% !important;
    transform: translateX(50%) !important;
  }
}

@media (max-width: 600px) {
  .manifesto {
    padding: 68px 22px 315px !important;
  }

  .manifesto h2 {
    font-size: 41px !important;
  }

  .manifesto p {
    font-size: 17px !important;
  }
}
