:root {
  --green-950: #0d2f24;
  --green-850: #174936;
  --green-700: #24734f;
  --green-500: #35a06c;
  --mint-100: #eaf7ef;
  --mint-50: #f6fbf7;
  --cream: #fffdf5;
  --gold: #c89b3c;
  --ink: #16231d;
  --muted: #65756d;
  --line: #d9e8dd;
  --shadow: 0 22px 70px rgba(13, 47, 36, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}

body,
button,
input {
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 58px);
  background: rgba(255, 253, 245, 0.92);
  border-bottom: 1px solid rgba(217, 232, 221, 0.85);
  box-shadow: 0 10px 32px rgba(13, 47, 36, 0.08);
  backdrop-filter: blur(14px);
  direction: rtl;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-850);
  color: white;
  font-family: "Noto Nastaliq Urdu", "Jameel Noori Nastaleeq", "Geeza Pro", "Urdu Typesetting", serif;
  font-size: 23px;
  line-height: 1;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.18);
}

.brand strong {
  display: block;
  font-family: "Noto Nastaliq Urdu", "Jameel Noori Nastaleeq", "Geeza Pro", "Urdu Typesetting", serif;
  font-size: 16px;
  line-height: 1.9;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--green-950);
  font-family: "Noto Nastaliq Urdu", "Jameel Noori Nastaleeq", "Geeza Pro", "Urdu Typesetting", serif;
}

.nav a {
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
}

.nav a:hover {
  background: var(--mint-100);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  align-items: center;
  gap: clamp(28px, 5vw, 74px);
  min-height: calc(100vh - 76px);
  padding: clamp(28px, 5vw, 70px) clamp(18px, 4vw, 58px) 34px;
  overflow: hidden;
}

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

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--green-700);
  font-weight: 800;
  font-size: 12px;
  line-height: 2.2;
  direction: rtl;
  unicode-bidi: plaintext;
}

h1,
h2,
h3,
.urdu-lead,
.medicine-card p,
.about-band p,
.contact-section p {
  font-family: "Noto Nastaliq Urdu", "Jameel Noori Nastaleeq", "Geeza Pro", "Urdu Typesetting", serif;
}

h1 {
  margin: 0;
  color: var(--green-950);
  font-size: clamp(42px, 7vw, 88px);
  line-height: 1.95;
}

.urdu-lead {
  max-width: 720px;
  margin: 8px 0 28px;
  color: #33443a;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 2.35;
}

.hero-actions,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.btn,
.medicine-card button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 12px 22px;
  font-family: "Noto Nastaliq Urdu", "Jameel Noori Nastaleeq", "Geeza Pro", "Urdu Typesetting", serif;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover,
.medicine-card button:hover {
  transform: translateY(-2px);
}

.primary,
.medicine-card button {
  background: var(--green-850);
  color: white;
  box-shadow: 0 12px 30px rgba(23, 73, 54, 0.22);
}

.secondary {
  background: white;
  color: var(--green-850);
  border: 1px solid var(--line);
}

.trust-row {
  margin-top: 22px;
  direction: rtl;
}

.trust-row span {
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--green-850);
  font-family: "Noto Nastaliq Urdu", "Jameel Noori Nastaleeq", "Geeza Pro", "Urdu Typesetting", serif;
  font-size: 13px;
}

.hero-visual {
  position: relative;
}

.hero-visual img {
  display: block;
  width: 100%;
  max-height: 650px;
  object-fit: contain;
  filter: drop-shadow(0 26px 34px rgba(13, 47, 36, 0.22));
}

.quick-order,
.about-band,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin: 0 clamp(18px, 4vw, 58px);
  padding: clamp(24px, 4vw, 44px);
  background: var(--green-950);
  color: white;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quick-order h2,
.about-band h2,
.contact-section h2 {
  margin: 0;
  font-size: clamp(24px, 4vw, 42px);
  line-height: 2;
}

.quick-order .section-kicker,
.about-band .section-kicker,
.contact-section .section-kicker {
  color: #91e5b2;
}

.section {
  padding: clamp(56px, 8vw, 110px) clamp(18px, 4vw, 58px);
}

.section-heading {
  max-width: 860px;
  margin: 0 auto 32px;
  text-align: center;
}

.section-heading h2 {
  margin: 0 0 12px;
  color: var(--green-950);
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.8;
}

.section-heading p:last-child {
  margin: 0;
  color: var(--muted);
  font-family: "Noto Nastaliq Urdu", serif;
  font-size: 17px;
  line-height: 2.1;
}

.medicine-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  direction: rtl;
}

.medicine-card {
  display: flex;
  min-height: 468px;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  padding: 0;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(13, 47, 36, 0.08);
}

.medicine-image {
  display: block;
  width: 100%;
  aspect-ratio: 1.52;
  object-fit: cover;
  background: var(--mint-50);
  border-bottom: 1px solid var(--line);
}

.medicine-card h3 {
  margin: 20px 22px 8px;
  color: var(--green-850);
  font-size: 23px;
  line-height: 1.9;
}

.medicine-card p {
  flex: 1;
  margin: 0 22px 14px;
  color: var(--muted);
  font-size: 15px;
  line-height: 2;
}

.medicine-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 22px 18px;
}

.medicine-tags span {
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--mint-100);
  color: var(--green-850);
  font-family: "Noto Nastaliq Urdu", "Jameel Noori Nastaleeq", "Geeza Pro", "Urdu Typesetting", serif;
  font-size: 12px;
  line-height: 1.8;
}

.medicine-card button {
  width: calc(100% - 44px);
  margin: 0 22px 22px;
}

.hakeem-profile,
.card-showcase {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  margin: 0 clamp(18px, 4vw, 58px) clamp(46px, 7vw, 86px);
  padding: clamp(22px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(13, 47, 36, 0.05), rgba(255, 253, 245, 0.9)),
    var(--mint-50);
  box-shadow: var(--shadow);
}

.profile-photo-wrap {
  overflow: hidden;
  border-radius: 8px;
  background: var(--green-950);
  box-shadow: 0 18px 42px rgba(13, 47, 36, 0.18);
}

.profile-photo-wrap img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.profile-copy h2,
.card-showcase h2 {
  margin: 0;
  color: var(--green-950);
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.9;
}

.profile-copy p:not(.section-kicker),
.card-showcase p:not(.section-kicker) {
  margin: 10px 0 24px;
  color: var(--muted);
  font-family: "Noto Nastaliq Urdu", "Jameel Noori Nastaleeq", "Geeza Pro", "Urdu Typesetting", serif;
  font-size: 16px;
  line-height: 2.2;
}

.about-band {
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  background: linear-gradient(135deg, var(--green-950), var(--green-850));
}

.about-text p:last-child {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.83);
  font-size: 16px;
  line-height: 2.2;
}

.feature-list {
  display: grid;
  gap: 12px;
}

.feature-list div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.feature-list strong,
.feature-list span {
  display: block;
  font-family: "Noto Nastaliq Urdu", "Jameel Noori Nastaleeq", "Geeza Pro", "Urdu Typesetting", serif;
}

.feature-list strong {
  margin-bottom: 6px;
  color: white;
  font-size: 18px;
}

.feature-list span {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.9;
}

.contact-section {
  margin-top: clamp(56px, 8vw, 100px);
  margin-bottom: 34px;
  background: white;
  color: var(--ink);
  border: 1px solid var(--line);
}

.contact-section .section-kicker {
  color: var(--green-700);
}

.address {
  margin: 0;
  color: var(--muted);
  direction: ltr;
  text-align: right;
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.7;
}

.contact-card {
  display: grid;
  min-width: min(360px, 100%);
  gap: 10px;
  padding: 18px;
  background: var(--mint-50);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-card a:not(.btn) {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: white;
  color: var(--green-850);
  direction: ltr;
  font-weight: 800;
  unicode-bidi: isolate;
}

.card-showcase {
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1fr);
  background: var(--green-950);
  color: white;
}

.card-showcase .section-kicker {
  color: #91e5b2;
}

.card-showcase h2 {
  color: white;
}

.card-showcase p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.78);
}

.card-showcase img {
  display: block;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

.full {
  width: 100%;
}

footer {
  padding: 28px clamp(18px, 4vw, 58px) 36px;
  color: var(--muted);
  text-align: center;
  font-family: "Noto Nastaliq Urdu", "Jameel Noori Nastaleeq", "Geeza Pro", "Urdu Typesetting", serif;
}

footer p {
  margin: 0 0 8px;
}

.note {
  font-size: 13px;
  line-height: 1.9;
}

@media (max-width: 920px) {
  .site-header {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .nav {
    justify-content: center;
    overflow-x: auto;
  }

  .hero,
  .quick-order,
  .about-band,
  .contact-section,
  .hakeem-profile,
  .card-showcase {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    order: -1;
  }

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

@media (max-width: 620px) {
  .brand {
    min-width: 0;
  }

  .nav a {
    padding-inline: 10px;
    white-space: nowrap;
  }

  .hero {
    padding-top: 22px;
  }

  h1 {
    font-size: 40px;
  }

  .hero-actions .btn,
  .quick-order .btn {
    width: 100%;
  }

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

  .medicine-card {
    min-height: auto;
  }
}
