/* =========================================================
   LALEH HEALTH INITIATIVE — AESTHETIC & EMPOWERING UPGRADE
   Paste this entire file at the END of styles.css
   ========================================================= */

:root {
  --laleh-wine: #73112f;
  --laleh-burgundy: #941d45;
  --laleh-rose: #d98e9f;
  --laleh-blush: #f0cbd0;
  --laleh-ivory: #fff8f1;
  --laleh-gold: #c09a54;
  --laleh-olive: #747447;
  --laleh-forest: #303c30;
  --laleh-plum: #3f1d2b;
  --laleh-shadow: 0 24px 70px rgba(83, 22, 43, 0.16);
}

body {
  background: var(--laleh-ivory);
}

/* ---------- Navigation ---------- */
.site-header {
  background: rgba(255, 248, 241, 0.88);
  border-bottom: 1px solid rgba(148, 29, 69, 0.12);
  box-shadow: 0 8px 30px rgba(86, 28, 44, 0.05);
}

.brand img {
  width: 54px;
  height: 54px;
  mix-blend-mode: multiply;
}

.brand span {
  color: var(--laleh-wine);
  letter-spacing: 0.01em;
}

.nav-menu a {
  position: relative;
}

.nav-menu a::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 18px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--laleh-gold), var(--laleh-burgundy));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.nav-menu a:hover::after {
  transform: scaleX(1);
}

/* ---------- Hero: powerful, colourful, soulful ---------- */
.hero {
  min-height: calc(100vh - 82px);
  isolation: isolate;
  background:
    radial-gradient(circle at 88% 17%, rgba(217, 142, 159, 0.46), transparent 24%),
    radial-gradient(circle at 73% 35%, rgba(148, 29, 69, 0.20), transparent 25%),
    radial-gradient(circle at 12% 82%, rgba(192, 154, 84, 0.20), transparent 23%),
    radial-gradient(circle at 8% 16%, rgba(116, 116, 71, 0.16), transparent 20%),
    linear-gradient(135deg, #fffaf5 0%, #f7dfdf 48%, #f1e3d2 100%);
}

.hero::before {
  opacity: 0.24;
  background-size: 72px 72px;
}

.hero::after {
  width: 720px;
  height: 720px;
  right: -140px;
  bottom: -240px;
  opacity: 0.16;
  filter: saturate(1.15);
}

.hero-content {
  max-width: 760px;
}

.hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--laleh-wine);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(148, 29, 69, 0.16);
  box-shadow: 0 10px 30px rgba(115, 17, 47, 0.08);
}

.hero .eyebrow::before {
  content: "✦";
  color: var(--laleh-gold);
  font-size: 15px;
}

.hero h1 {
  color: var(--laleh-wine);
  text-wrap: balance;
  text-shadow: 0 2px 0 rgba(255,255,255,.32);
}

.hero-copy {
  max-width: 670px;
  color: #5f4550;
  font-size: clamp(19px, 1.45vw, 23px);
}

.button-primary {
  background: linear-gradient(135deg, var(--laleh-burgundy), var(--laleh-wine));
  box-shadow: 0 14px 35px rgba(115, 17, 47, 0.24);
}

.button-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(115, 17, 47, 0.31);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(115, 17, 47, 0.22);
  backdrop-filter: blur(8px);
}

.hero-visual {
  position: relative;
  align-items: stretch;
}

/* Large artistic tulip petals behind the right side */
.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 70% 30% 65% 35% / 65% 45% 55% 35%;
  transform: rotate(28deg);
  filter: blur(0.2px);
}

.hero-visual::before {
  width: 300px;
  height: 390px;
  inset-inline-end: -30px;
  top: -25px;
  background: linear-gradient(145deg, rgba(148,29,69,.86), rgba(217,142,159,.58));
  box-shadow: 0 34px 80px rgba(115,17,47,.22);
}

.hero-visual::after {
  width: 220px;
  height: 300px;
  inset-inline-start: 20px;
  bottom: -35px;
  background: linear-gradient(145deg, rgba(192,154,84,.72), rgba(116,116,71,.48));
  transform: rotate(-24deg);
}

.hero-project-card {
  position: relative;
  z-index: 2;
  width: min(520px, 100%);
  margin-inline-start: auto;
  padding: 32px;
  color: #fff8f3;
  background:
    radial-gradient(circle at 92% 5%, rgba(240,203,208,.24), transparent 25%),
    linear-gradient(145deg, rgba(115,17,47,.96), rgba(148,29,69,.89));
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 30px 80px rgba(81, 17, 40, 0.30);
  backdrop-filter: blur(14px);
}

.hero-project-card::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  inset-inline-end: -35px;
  top: -35px;
  background: url("assets/logo-mark-transparent.png") center/contain no-repeat;
  opacity: 0.16;
  mix-blend-mode: screen;
}

.hero-project-card .mini-kicker {
  color: #f7d9df;
}

.hero-project-card h3 {
  color: white;
  font-size: clamp(28px, 2.5vw, 40px);
}

.hero-points {
  color: #f9e8eb;
}

.hero-points li::marker {
  color: #f2c77d;
}

.hero-logo {
  position: relative;
  z-index: 3;
  margin-top: -14px;
}

.hero-logo img {
  width: min(390px, 78%);
  margin-inline: auto;
  mix-blend-mode: multiply;
  filter: saturate(1.05) contrast(1.03) drop-shadow(0 24px 30px rgba(115,17,47,.14));
}

.hero-note {
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.48);
  border: 1px solid rgba(116,116,71,.15);
  backdrop-filter: blur(8px);
}

/* ---------- Manifesto ---------- */
.manifesto {
  padding-block: 105px;
  background:
    radial-gradient(circle at 15% 25%, rgba(240,203,208,.18), transparent 24%),
    radial-gradient(circle at 86% 78%, rgba(192,154,84,.24), transparent 20%),
    linear-gradient(135deg, #5d1028 0%, #8f1b41 52%, #354333 100%);
}

.manifesto::before {
  width: 560px;
  height: 560px;
  opacity: 0.15;
}

.manifesto-inner {
  max-width: 1250px;
}

.manifesto h2 {
  font-size: clamp(44px, 5.8vw, 78px);
  letter-spacing: -0.025em;
}

.manifesto p {
  font-size: 20px;
  line-height: 1.8;
}

.manifesto-badges span {
  padding: 12px 19px;
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
}

/* ---------- Section titles ---------- */
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.section-kicker::before {
  content: "✦";
  color: var(--laleh-gold);
  font-size: 14px;
}

.section h2 {
  text-wrap: balance;
}

/* ---------- About / pillars ---------- */
.about {
  background:
    radial-gradient(circle at 7% 14%, rgba(217,142,159,.18), transparent 20%),
    radial-gradient(circle at 93% 80%, rgba(192,154,84,.13), transparent 20%),
    linear-gradient(180deg, #fffdf9 0%, #fff5ef 100%);
}

.about::before {
  width: 500px;
  height: 500px;
  opacity: 0.09;
}

.pillar-grid {
  gap: 24px;
}

.pillar-card {
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(148, 29, 69, 0.10);
  border-top: 3px solid var(--laleh-gold);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,244,238,.93));
  box-shadow: 0 22px 55px rgba(88, 26, 45, 0.09);
}

.pillar-card::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  inset-inline-end: -55px;
  bottom: -55px;
  background: url("assets/logo-mark-transparent.png") center/contain no-repeat;
  opacity: 0.07;
  mix-blend-mode: multiply;
}

.pillar-card:nth-child(1) .icon-flower { color: var(--laleh-burgundy); }
.pillar-card:nth-child(2) .icon-flower { color: var(--laleh-gold); }
.pillar-card:nth-child(3) .icon-flower { color: var(--laleh-olive); }

.pillar-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(88, 26, 45, 0.15);
}

/* ---------- The Garden ---------- */
.garden {
  background:
    radial-gradient(circle at 8% 88%, rgba(116,116,71,.20), transparent 22%),
    radial-gradient(circle at 91% 18%, rgba(217,142,159,.22), transparent 24%),
    linear-gradient(145deg, #f4e6dc 0%, #f8eee5 52%, #ece8d5 100%);
}

.garden::before {
  width: 470px;
  height: 470px;
  opacity: 0.10;
}

.garden-heading img {
  width: 160px;
  filter: drop-shadow(0 20px 25px rgba(115,17,47,.10));
}

.filter-panel {
  padding: 15px;
  border: 1px solid rgba(148,29,69,.11);
  border-radius: 22px;
  background: rgba(255,255,255,.58);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 50px rgba(88,26,45,.08);
}

.resource-grid {
  gap: 24px;
}

.resource-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(148,29,69,.09);
  background: rgba(255,253,249,.88);
  box-shadow: 0 20px 50px rgba(88,26,45,.09);
}

.resource-card::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 7px;
  background: linear-gradient(90deg, var(--laleh-burgundy), var(--laleh-rose), var(--laleh-gold), var(--laleh-olive));
}

.resource-card::after {
  content: "";
  position: absolute;
  width: 155px;
  height: 155px;
  inset-inline-end: -55px;
  bottom: -50px;
  background: url("assets/logo-mark-transparent.png") center/contain no-repeat;
  opacity: .06;
  mix-blend-mode: multiply;
}

.resource-card:hover {
  transform: translateY(-8px) rotate(-0.25deg);
  box-shadow: 0 30px 70px rgba(88,26,45,.15);
}

.resource-symbol {
  color: var(--laleh-burgundy);
  text-shadow: 0 8px 18px rgba(148,29,69,.14);
}

/* ---------- Translation Hub ---------- */
.translations {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 90% 12%, rgba(240,203,208,.22), transparent 24%),
    radial-gradient(circle at 12% 88%, rgba(192,154,84,.20), transparent 20%),
    linear-gradient(135deg, #621028 0%, #941d45 55%, #3a4937 100%);
}

.translations::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 620px;
  height: 620px;
  inset-inline-end: -160px;
  bottom: -220px;
  background: url("assets/logo-mark-transparent.png") center/contain no-repeat;
  opacity: 0.13;
  mix-blend-mode: screen;
}

.language-cards {
  gap: 17px;
}

.language-cards button {
  position: relative;
  overflow: hidden;
  min-height: 160px;
  border-radius: 24px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.24);
  box-shadow: 0 18px 45px rgba(44,8,22,.18);
  backdrop-filter: blur(12px);
}

.language-cards button::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  inset-inline-end: -35px;
  bottom: -35px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
}

.language-cards button:hover {
  transform: translateY(-7px);
  background: #fff8f1;
  color: var(--laleh-wine);
  box-shadow: 0 26px 60px rgba(44,8,22,.26);
}

/* ---------- Blog ---------- */
.blog {
  background:
    radial-gradient(circle at 88% 13%, rgba(217,142,159,.20), transparent 22%),
    radial-gradient(circle at 12% 85%, rgba(192,154,84,.13), transparent 20%),
    linear-gradient(180deg, #fffdf9 0%, #fff1ed 100%);
}

.article-grid {
  gap: 26px;
}

.article-card {
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(148,29,69,.10);
  box-shadow: 0 24px 60px rgba(88,26,45,.10);
  transition: transform .25s ease, box-shadow .25s ease;
}

.article-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 75px rgba(88,26,45,.16);
}

.article-image {
  border-radius: 22px;
}

.image-one {
  background:
    radial-gradient(circle at 28% 25%, rgba(255,255,255,.28), transparent 18%),
    linear-gradient(145deg, #f0cbd0, #a92b56 70%, #73112f);
}

.image-two {
  background:
    radial-gradient(circle at 75% 25%, rgba(255,255,255,.23), transparent 18%),
    linear-gradient(145deg, #efe3bf, #8a8751 70%, #4f5b3d);
}

.image-three {
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.24), transparent 17%),
    linear-gradient(145deg, #79203d, #d98e9f 70%, #f3d8d9);
}

/* ---------- Events ---------- */
.events {
  background:
    radial-gradient(circle at 14% 18%, rgba(217,142,159,.13), transparent 18%),
    linear-gradient(180deg, #fff6ef, #f7e8df);
}

.event-panel {
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 84% 20%, rgba(217,142,159,.22), transparent 25%),
    radial-gradient(circle at 10% 90%, rgba(192,154,84,.18), transparent 22%),
    linear-gradient(135deg, #263428 0%, #354235 44%, #6f1230 100%);
  box-shadow: 0 32px 85px rgba(57,24,37,.21);
}

/* ---------- Get involved ---------- */
.involved {
  background:
    radial-gradient(circle at 88% 12%, rgba(217,142,159,.18), transparent 21%),
    radial-gradient(circle at 7% 88%, rgba(116,116,71,.12), transparent 20%),
    linear-gradient(145deg, #fffdf9 0%, #fff0ec 100%);
}

.role-list {
  padding: 16px 22px;
  border: 1px solid rgba(148,29,69,.10);
  border-radius: 26px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 24px 60px rgba(88,26,45,.09);
}

.role-list a:hover {
  color: var(--laleh-burgundy);
  background: linear-gradient(90deg, rgba(217,142,159,.11), transparent);
  border-radius: 14px;
}

/* ---------- Team ---------- */
.team {
  background:
    radial-gradient(circle at 10% 12%, rgba(148,29,69,.13), transparent 19%),
    radial-gradient(circle at 92% 84%, rgba(192,154,84,.13), transparent 19%),
    linear-gradient(160deg, #f3e3da 0%, #f7ede5 100%);
}

.team-grid article {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(148,29,69,.10);
  background: rgba(255,255,255,.82);
  box-shadow: 0 24px 60px rgba(88,26,45,.09);
  transition: transform .25s ease, box-shadow .25s ease;
}

.team-grid article:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 75px rgba(88,26,45,.15);
}

.avatar {
  width: 136px;
  height: 136px;
  background:
    radial-gradient(circle at 35% 28%, rgba(255,255,255,.28), transparent 18%),
    linear-gradient(145deg, var(--laleh-rose), var(--laleh-burgundy) 65%, var(--laleh-wine));
  border: 5px solid rgba(255,255,255,.76);
  box-shadow: 0 18px 40px rgba(115,17,47,.20);
}

/* ---------- Contact ---------- */
.contact {
  isolation: isolate;
  background:
    radial-gradient(circle at 9% 90%, rgba(192,154,84,.24), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(240,203,208,.22), transparent 22%),
    linear-gradient(135deg, #621028 0%, #941d45 58%, #42513f 100%);
}

.contact-form {
  padding: 28px;
  border-radius: 26px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 28px 70px rgba(44,8,22,.23);
  backdrop-filter: blur(14px);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: rgba(255,255,255,.12);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  background: rgba(255,255,255,.17);
}

/* ---------- Footer ---------- */
.footer {
  background:
    radial-gradient(circle at 92% 18%, rgba(148,29,69,.18), transparent 22%),
    #24191e;
  border-top: 1px solid rgba(192,154,84,.22);
}

.footer-brand img {
  mix-blend-mode: screen;
  filter: saturate(1.2);
}

/* ---------- Gentle motion ---------- */
@keyframes laleh-float {
  0%, 100% { transform: translateY(0) rotate(28deg); }
  50% { transform: translateY(-10px) rotate(30deg); }
}

@keyframes laleh-reveal {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-content,
.hero-project-card,
.hero-logo {
  animation: laleh-reveal .8s ease both;
}

.hero-project-card { animation-delay: .12s; }
.hero-logo { animation-delay: .22s; }
.hero-visual::before { animation: laleh-float 7s ease-in-out infinite; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .hero-visual::before {
    inset-inline-end: 10%;
  }

  .hero-project-card {
    margin-inline: auto;
  }
}

@media (max-width: 720px) {
  .hero {
    padding-top: 72px;
    background:
      radial-gradient(circle at 85% 18%, rgba(217,142,159,.38), transparent 25%),
      radial-gradient(circle at 12% 88%, rgba(192,154,84,.16), transparent 23%),
      linear-gradient(150deg, #fffaf5, #f5dfde 58%, #f1e5d5);
  }

  .hero h1 {
    font-size: clamp(44px, 13vw, 62px);
  }

  .hero-project-card {
    padding: 25px 21px;
  }

  .hero-visual::before {
    width: 230px;
    height: 300px;
    inset-inline-end: -18px;
    top: 20px;
  }

  .hero-visual::after {
    width: 165px;
    height: 220px;
  }

  .manifesto {
    padding-block: 76px;
  }

  .manifesto h2 {
    font-size: 39px;
  }

  .pillar-card,
  .resource-card,
  .article-card,
  .team-grid article {
    border-radius: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/* =========================================
   HERO SECTION REDESIGN
   ========================================= */

.hero {
  position: relative;
  overflow: hidden;
  min-height: auto;
  padding: 110px 7vw 95px;
  background:
    radial-gradient(circle at 82% 16%, rgba(138, 23, 57, 0.20), transparent 20%),
    radial-gradient(circle at 72% 28%, rgba(201, 141, 154, 0.28), transparent 18%),
    radial-gradient(circle at 14% 82%, rgba(181, 139, 69, 0.18), transparent 18%),
    radial-gradient(circle at 8% 26%, rgba(109, 107, 67, 0.10), transparent 16%),
    linear-gradient(135deg, #fff8f3 0%, #f7e4e4 48%, #f5eee5 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  pointer-events: none;
  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: 84px 84px;
  mask-image: linear-gradient(to right, transparent 10%, black 28%, black 100%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 620px;
  height: 620px;
  background: url("assets/logo-mark-transparent.png") center/contain no-repeat;
  opacity: 0.10;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.hero-grid {
  position: relative;
  z-index: 2;
  max-width: 1420px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}

.hero-copy {
  max-width: 700px;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  color: var(--burgundy);
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 11px;
  border: 1px solid rgba(181,139,69,.18);
  box-shadow: 0 10px 24px rgba(73, 32, 43, 0.06);
}

.hero h1 {
  margin: 22px 0 18px;
  font-size: clamp(52px, 6.3vw, 96px);
  line-height: 0.98;
  color: #7d1032;
  max-width: 720px;
}

.hero-copy-text {
  max-width: 620px;
  font-size: clamp(18px, 1.45vw, 22px);
  color: #5d4d53;
  line-height: 1.7;
}

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

.hero-values {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-values span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.52);
  color: #7d1032;
  border: 1px solid rgba(138,23,57,.12);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(73, 32, 43, 0.05);
}

.hero-story-band {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.hero-stat {
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.54);
  border: 1px solid rgba(181,139,69,.15);
  box-shadow: 0 18px 34px rgba(73, 32, 43, 0.06);
}

.hero-stat strong {
  display: block;
  color: #7d1032;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 6px;
}

.hero-stat span {
  color: #5e5154;
  font-size: 13px;
  line-height: 1.5;
}

.hero-art {
  position: relative;
  min-height: 650px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: end;
  gap: 20px;
}

.hero-watermark {
  position: absolute;
  inset: 30px 10px 60px 10px;
  background: url("assets/logo-mark-transparent.png") center/contain no-repeat;
  opacity: 0.12;
  pointer-events: none;
  mix-blend-mode: multiply;
  filter: saturate(1.15);
}

.hero-side-card {
  position: relative;
  z-index: 2;
  align-self: start;
  margin-top: 50px;
  padding: 24px 24px 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(152, 22, 66, 0.96), rgba(135, 23, 60, 0.95));
  color: white;
  box-shadow: 0 28px 50px rgba(99, 20, 45, 0.18);
}

.hero-side-card::after {
  content: "";
  position: absolute;
  right: -36px;
  top: 22px;
  width: 100px;
  height: 160px;
  border-radius: 70px 70px 0 70px;
  background: linear-gradient(180deg, rgba(201,141,154,.92), rgba(138,23,57,.66));
  opacity: 0.58;
  z-index: -1;
  transform: rotate(16deg);
}

.mini-kicker {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  font-weight: 700;
  color: #f4d8dd;
}

.hero-side-card h3 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: clamp(24px, 2.1vw, 38px);
  line-height: 1.12;
}

.hero-side-card ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
  color: #f8ecf0;
  font-size: 14px;
  line-height: 1.55;
}

.hero-side-card li::marker {
  color: #e7c77f;
}

.hero-logo-panel {
  position: relative;
  z-index: 2;
  justify-self: end;
  align-self: end;
  width: min(390px, 100%);
  padding: 26px;
  border-radius: 34px 34px 38px 90px;
  background:
    radial-gradient(circle at 24% 18%, rgba(255,255,255,.78), transparent 22%),
    linear-gradient(180deg, rgba(255,252,248,.90), rgba(249,239,233,.92));
  border: 1px solid rgba(181,139,69,.20);
  box-shadow: 0 30px 65px rgba(73, 32, 43, 0.14);
}

.hero-logo-glow {
  position: absolute;
  inset: auto auto 20px 20px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,141,154,.26), transparent 65%);
  filter: blur(10px);
  pointer-events: none;
}

.hero-logo-panel img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
  filter: saturate(1.06);
}

.hero-quote-badge {
  position: absolute;
  left: 30px;
  bottom: 18px;
  z-index: 2;
  max-width: 290px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.60);
  color: #6f1130;
  border: 1px solid rgba(138,23,57,.12);
  box-shadow: 0 18px 36px rgba(73, 32, 43, 0.08);
  font-weight: 700;
  line-height: 1.45;
}

.hero-petal {
  position: absolute;
  border-radius: 60% 60% 55% 55%;
  pointer-events: none;
  z-index: 1;
  filter: blur(0.2px);
}

.petal-1 {
  width: 110px;
  height: 180px;
  left: 7%;
  bottom: 60px;
  background: linear-gradient(180deg, rgba(201,141,154,.50), rgba(181,139,69,.26));
  transform: rotate(12deg);
  opacity: 0.75;
}

.petal-2 {
  width: 86px;
  height: 140px;
  right: 10%;
  top: 110px;
  background: linear-gradient(180deg, rgba(138,23,57,.18), rgba(201,141,154,.30));
  transform: rotate(-22deg);
  opacity: 0.72;
}

.petal-3 {
  width: 74px;
  height: 118px;
  left: 45%;
  bottom: 110px;
  background: linear-gradient(180deg, rgba(181,139,69,.24), rgba(201,141,154,.28));
  transform: rotate(25deg);
  opacity: 0.75;
}

/* Better spacing for buttons already used globally */
.hero .button-primary {
  box-shadow: 0 16px 28px rgba(122, 18, 52, 0.20);
}

/* Responsive */
@media (max-width: 1150px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-art {
    min-height: 540px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-logo-panel {
    justify-self: center;
  }

  .hero-side-card {
    margin-top: 10px;
  }

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

@media (max-width: 760px) {
  .hero {
    padding: 92px 22px 70px;
  }

  .hero h1 {
    font-size: 50px;
  }

  .hero-art {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hero-side-card,
  .hero-logo-panel,
  .hero-quote-badge {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    justify-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .hero-logo-panel {
    border-radius: 28px;
  }

  .hero-side-card::after {
    display: none;
  }

  .hero-values {
    gap: 8px;
  }

  .hero-values span {
    font-size: 12px;
  }

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

  .hero-watermark {
    opacity: 0.08;
  }

  .petal-1,
  .petal-2,
  .petal-3 {
    display: none;
  }
}
