/* ============================================================
   Lanki Basket — Brand Design System (v2, on-brand)
   Made with love, just for you.
   Blossom Pink #FF9DBE · Lilac Purple #A78BFA · gradient #FF6FA5→#A78BFA
   Pacifico (display, Latin) · Poppins (UI/body) · Tajawal (Arabic)
   Shared across AR (RTL) + EN (LTR). Direction via <html dir>, fonts via <html lang>.
   ============================================================ */

/* ── Self-hosted fonts ── */
@font-face { font-family:'Pacifico'; font-style:normal; font-weight:400; font-display:swap; src:url(brand/fonts/Pacifico-Regular.woff2) format('woff2'); }
@font-face { font-family:'Poppins'; font-style:normal; font-weight:400; font-display:swap; src:url(brand/fonts/Poppins-Regular.woff2) format('woff2'); }
@font-face { font-family:'Poppins'; font-style:normal; font-weight:500; font-display:swap; src:url(brand/fonts/Poppins-Medium.woff2) format('woff2'); }
@font-face { font-family:'Poppins'; font-style:normal; font-weight:600; font-display:swap; src:url(brand/fonts/Poppins-SemiBold.woff2) format('woff2'); }
@font-face { font-family:'Poppins'; font-style:normal; font-weight:700; font-display:swap; src:url(brand/fonts/Poppins-Bold.woff2) format('woff2'); }
@font-face { font-family:'Tajawal'; font-style:normal; font-weight:400; font-display:swap; src:url(brand/fonts/Tajawal-Regular.woff2) format('woff2'); }
@font-face { font-family:'Tajawal'; font-style:normal; font-weight:500; font-display:swap; src:url(brand/fonts/Tajawal-Medium.woff2) format('woff2'); }
@font-face { font-family:'Tajawal'; font-style:normal; font-weight:700; font-display:swap; src:url(brand/fonts/Tajawal-Bold.woff2) format('woff2'); }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* ── Brand palette ── */
  --pink:        #FF9DBE;   /* Blossom Pink — primary */
  --rose:        #FF6FA5;   /* Deep Rose — gradient start / accent */
  --rose-deep:   #F0568F;
  --purple:      #A78BFA;   /* Lilac Purple — secondary */
  --purple-deep: #8B6FE0;
  --petal:       #FDD6E7;   /* soft pink tint */
  --lilac:       #EBD6FF;   /* soft lilac tint */
  --buttercream: #FFF0C9;   /* warm neutral */
  --cloud:       #FFF8FB;   /* background */
  --soft-pink:   #FFF1F7;   /* alt section bg */
  --soft-lilac:  #F6EEFF;   /* alt section bg */
  --ink:         #4A3F52;   /* strong plum (headings on light) */
  --ink-soft:    #6B5B73;   /* Plum Ink — body */
  --ink-faint:   #9B8FA3;
  --surface:     #FFFFFF;
  --line:        rgba(167,139,250,0.16);
  --line-strong: rgba(167,139,250,0.34);

  --grad:        linear-gradient(100deg, #FF6FA5 0%, #A78BFA 100%);
  --grad-soft:   linear-gradient(135deg, #FFE3EE 0%, #EEE3FF 100%);

  --shadow-sm:  0 6px 22px -12px rgba(167,139,250,0.45);
  --shadow:     0 22px 50px -26px rgba(214,120,170,0.45);
  --shadow-lg:  0 34px 80px -34px rgba(160,110,210,0.5);

  /* ── Aliases kept so existing inline styles keep working ── */
  --ivory:      #FFF8FB;     /* → cloud */
  --cream:      #FFF1F7;     /* → soft pink alt */
  --gold:       #A78BFA;     /* → purple (former "gold" accents become lilac) */
  --gold-soft:  #C9B8FF;
  --gold-tint:  #EBD6FF;
  --rose-tint:  #FDD6E7;     /* → petal */
  --rose-tint2: #F7BBD0;
  --navy:       #8B6FE0;     /* → purple-deep (former dark) */
  --text-dark:  #4A3F52;
  --text-gray:  #6B5B73;

  --radius:    20px;
  --radius-lg: 28px;
  --maxw: 1200px;
  --ease: cubic-bezier(.22,.61,.36,1);

  --font-display: 'Pacifico', cursive;
  --font-body:    'Poppins', system-ui, sans-serif;
}

/* Arabic typeface swap */
:root[lang="ar"] {
  --font-display: 'Tajawal', sans-serif;
  --font-body:    'Tajawal', sans-serif;
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
  font-family: var(--font-body);
  background: var(--cloud);
  color: var(--ink-soft);
  line-height: 1.7;
  overflow-x: hidden;
  font-weight: 400;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; }

/* Script flourish / gradient accent text */
.flourish { font-family: var(--font-display); font-weight: 400; }
:root[lang="ar"] .flourish { font-weight: 700; }
.grad-text {
  background: var(--grad); -webkit-background-clip: text; background-clip: text;
  color: transparent;
}

/* Latin run inside Arabic pages */
.lat { font-family: 'Poppins', sans-serif; direction: ltr; unicode-bidi: isolate; }

/* ── Layout helpers ── */
.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: 40px; }
section { padding-block: clamp(60px, 8.5vw, 122px); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.26em;
  text-transform: uppercase; color: var(--rose);
  background: var(--petal); padding: 7px 16px; border-radius: 999px;
}
:root[lang="ar"] .eyebrow { letter-spacing: 0.05em; font-size: 14px; font-weight: 700; }
.eyebrow::before, .eyebrow::after { content: none; }

.h-display {
  font-family: var(--font-display); font-weight: 400;
  line-height: 1.36; letter-spacing: 0; color: var(--purple); padding-bottom: 0.08em;
}
:root[lang="ar"] .h-display { font-weight: 700; line-height: 1.5; color: var(--purple-deep); padding-bottom: 0; }
/* Gradient-clipped accent words need room so script descenders aren't cut */
.h-display span, .section-title span, .grad-text { display: inline-block; padding-bottom: 0.08em; }
:root[lang="ar"] .h-display span, :root[lang="ar"] .section-title span { padding-bottom: 0; }

.section-title { font-size: clamp(32px, 4.6vw, 54px); }
:root[lang="ar"] .section-title { font-size: clamp(28px, 4vw, 48px); }
.section-title span, .h-display span { color: var(--rose); }

.lead { font-size: clamp(16px, 1.5vw, 18px); color: var(--ink-soft); max-width: 56ch; line-height: 1.85; }

.center { text-align: center; }
.center .eyebrow { margin-inline: auto; }
.center .lead { margin-inline: auto; }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-size: 15px; font-weight: 600;
  letter-spacing: 0.01em;
  padding: 14px 30px; border-radius: 999px; border: 2px solid transparent;
  transition: transform .35s var(--ease), box-shadow .35s, background .3s, color .3s, border-color .3s;
  white-space: nowrap;
}
:root[lang="ar"] .btn { font-weight: 700; }
.btn .arr { transition: transform .35s var(--ease); }
[dir="rtl"] .btn .arr { transform: scaleX(-1); }
.btn:hover .arr { transform: translateX(4px); }
[dir="rtl"] .btn:hover .arr { transform: scaleX(-1) translateX(4px); }

.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 16px 30px -14px rgba(214,90,150,0.7); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 22px 42px -14px rgba(214,90,150,0.75); }

.btn-ghost { border-color: var(--line-strong); color: var(--purple-deep); background: rgba(255,255,255,0.6); }
.btn-ghost:hover { border-color: var(--purple); background: var(--purple); color: #fff; transform: translateY(-3px); }

/* former "gold" CTA button → white on gradient/purple sections */
.btn-gold { background: #fff; color: var(--purple-deep); }
.btn-gold:hover { background: var(--buttercream); color: var(--ink); transform: translateY(-3px); }

.btn-wa { background: #1FA855; color: #fff; }
.btn-wa:hover { background: #18904a; transform: translateY(-3px); box-shadow: 0 18px 34px -16px rgba(31,168,85,0.7); }
.btn-wa svg { width: 19px; height: 19px; fill: currentColor; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 14.5px; font-weight: 600; color: var(--rose-deep); letter-spacing: 0.01em;
}
:root[lang="ar"] .link-arrow { font-weight: 700; }
.link-arrow .arr { transition: transform .35s var(--ease); }
[dir="rtl"] .link-arrow .arr { transform: scaleX(-1); }
.link-arrow:hover .arr { transform: translateX(5px); }
[dir="rtl"] .link-arrow:hover .arr { transform: scaleX(-1) translateX(5px); }

/* ── Navbar ── */
.nav {
  position: sticky; top: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 14px 40px;
  background: rgba(255,248,251,0.85); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s, background .3s;
}
.nav.scrolled { box-shadow: 0 12px 30px -22px rgba(160,110,210,0.6); background: rgba(255,248,251,0.95); }
.brand { display: flex; align-items: center; gap: 12px; flex: none; }
/* Bunny-in-basket mark replaces the old monogram; text hidden */
.brand .mono {
  width: 46px; height: 46px; flex: none; border-radius: 0; border: 0; background: none;
  font-size: 0; color: transparent;
  background-image: url(brand/logos/lanki-mark.svg);
  background-size: contain; background-repeat: no-repeat; background-position: center;
}
.brand .name { line-height: 1.18; }
.brand .name b {
  font-family: var(--font-display); font-weight: 400; font-size: 24px; color: var(--rose);
  letter-spacing: 0; display: block; line-height: 1.32; padding-block: 2px 4px; white-space: nowrap;
}
:root[lang="ar"] .brand .name b { line-height: 1.25; padding-block: 0; }
:root[lang="ar"] .brand .name b { font-family: 'Tajawal'; font-weight: 700; font-size: 22px; }
.brand .name small { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--purple); font-weight: 600; }
:root[lang="ar"] .brand .name small { letter-spacing: 0.05em; font-size: 12.5px; }

.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a {
  font-size: 15px; font-weight: 500; color: var(--ink-soft);
  padding: 8px 15px; border-radius: 999px; transition: all .25s;
}
:root[lang="ar"] .nav-links a { font-weight: 500; }
.nav-links a:hover { color: var(--rose-deep); background: var(--petal); }

.nav-right { display: flex; align-items: center; gap: 14px; }
.lang-toggle {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.04em;
  color: var(--purple-deep); border: 1.5px solid var(--line-strong);
  border-radius: 999px; padding: 7px 14px; transition: all .3s;
}
.lang-toggle:hover { border-color: var(--purple); background: var(--lilac); }
.lang-toggle .globe { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 1.5; }

.hamburger { display: none; flex-direction: column; gap: 5px; width: 28px; background: none; border: 0; padding: 4px; }
.hamburger span { height: 2px; background: var(--purple-deep); border-radius: 2px; transition: .3s; }

/* ── Hero ── */
.hero { position: relative; overflow: hidden; padding-block: clamp(52px, 7vw, 100px); }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(60% 70% at 78% -8%, #FFE3EE 0%, transparent 58%),
    radial-gradient(55% 65% at 12% 14%, #EFE3FF 0%, transparent 58%),
    radial-gradient(50% 55% at 90% 80%, #FFF3DC 0%, transparent 55%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -2; opacity: 0.5;
  background-image: url(brand/patterns/pattern-hearts.svg); background-size: 200px;
  -webkit-mask-image: radial-gradient(70% 70% at 50% 40%, transparent 35%, #000);
  mask-image: radial-gradient(70% 70% at 50% 40%, transparent 35%, #000);
}
.hero-grid {
  max-width: var(--maxw); margin-inline: auto; padding-inline: 40px;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(36px, 5vw, 72px); align-items: center;
}
.hero-eyebrow { margin-bottom: 22px; }
.hero h1 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(42px, 6.4vw, 86px); line-height: 1.3; letter-spacing: 0; color: var(--purple);
  margin-bottom: 22px; padding-bottom: 0.06em;
}
:root[lang="ar"] .hero h1 { font-weight: 700; line-height: 1.45; padding-bottom: 0; color: var(--purple-deep); }
.hero h1 em { font-style: normal; display: inline-block; line-height: 1.25; padding-bottom: 0.5em; margin-bottom: -0.32em; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
:root[lang="ar"] .hero h1 em { padding-bottom: 0; margin-bottom: 0; line-height: inherit; }
.hero .hero-sub { font-size: clamp(16px, 1.6vw, 18.5px); color: var(--ink-soft); line-height: 1.85; max-width: 46ch; margin-bottom: 14px; }
.hero .hero-sub-lat { font-size: 14px; color: var(--ink-faint); margin-bottom: 32px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

.hero-figure { position: relative; }
.hero-figure .ph { aspect-ratio: 4/5; border-radius: 260px 260px 30px 30px; }
.hero-tag {
  position: absolute; inset-block-end: 24px; inset-inline-start: -22px;
  background: #fff; box-shadow: var(--shadow); border-radius: 18px; padding: 14px 18px;
  display: flex; align-items: center; gap: 13px; border: 1px solid var(--line);
}
.hero-tag .seal {
  width: 44px; height: 44px; flex: none; border-radius: 50%; background: var(--petal);
  display: grid; place-items: center; font-size: 20px;
}
.hero-tag .seal img { width: 26px; height: 26px; }
.hero-tag b { font-family: var(--font-body); font-weight: 700; font-size: 16px; color: var(--ink); display: block; line-height: 1.15; }
.hero-tag span { font-size: 12px; color: var(--ink-soft); }

/* ── Image placeholder ── */
.ph {
  position: relative; overflow: hidden; background: var(--petal);
  background-image: repeating-linear-gradient(45deg, rgba(167,139,250,0.10) 0 2px, transparent 2px 14px);
  display: grid; place-items: center;
}
.ph::after {
  content: attr(data-label);
  font-family: 'Poppins', monospace; font-size: 11px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--ink-faint);
  border: 1.5px dashed var(--line-strong); border-radius: 8px;
  padding: 7px 13px; background: rgba(255,255,255,0.6); max-width: 80%; text-align: center;
}
.ph.rose, .ph.pink { background-color: var(--petal); }
.ph.gold, .ph.purple { background-color: var(--lilac); }
.ph.cream { background-color: var(--buttercream); }
.ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.ph:has(img)::after { display: none; }
.hero-figure .ph img { position: static; width: 100%; height: auto; aspect-ratio: 4 / 5; }

/* ── Marquee strip ── */
.strip { background: var(--grad); color: #fff; padding-block: 16px; overflow: hidden; }
.strip-track { display: flex; gap: 52px; white-space: nowrap; width: max-content; animation: marquee 30s linear infinite; }
.strip-track span { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 500; letter-spacing: 0.04em; color: rgba(255,255,255,0.95); }
:root[lang="ar"] .strip-track span { font-weight: 500; }
.strip-track .dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.75); }
@keyframes marquee { to { transform: translateX(-50%); } }
[dir="rtl"] .strip-track { animation-name: marquee-rtl; }
@keyframes marquee-rtl { to { transform: translateX(50%); } }

/* ── Collection cards ── */
.collections { background: var(--soft-pink); }
.coll-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 52px; }
.coll-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; transition: transform .45s var(--ease), box-shadow .45s var(--ease);
  display: flex; flex-direction: column;
}
.coll-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.coll-card .ph { aspect-ratio: 5/4; }
.coll-card .body { padding: 26px; display: flex; flex-direction: column; gap: 9px; flex: 1; position: relative; }
.coll-card .cicon {
  position: absolute; inset-block-start: -30px; inset-inline-end: 22px;
  width: 60px; height: 60px; border-radius: 50%; background: #fff; box-shadow: var(--shadow-sm);
  display: grid; place-items: center; border: 1px solid var(--line);
}
.coll-card .cicon img { width: 34px; height: 34px; }
.coll-card .num { font-family: var(--font-display); font-size: 15px; color: var(--purple); }
:root[lang="ar"] .coll-card .num { font-family: 'Tajawal'; font-weight: 700; }
.coll-card h3 { font-family: var(--font-display); font-weight: 400; font-size: 27px; color: var(--rose); line-height: 1.32; padding-bottom: 0.05em; }
:root[lang="ar"] .coll-card h3 { padding-bottom: 0; }
:root[lang="ar"] .coll-card h3 { font-family: 'Tajawal'; font-weight: 700; color: var(--purple-deep); }
.coll-card .sub-lat { font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); }
:root[lang="ar"] .coll-card .sub-lat { letter-spacing: 0.04em; }
.coll-card p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.7; }
.coll-card .link-arrow { margin-top: auto; padding-top: 6px; }

/* ── Product grid ── */
.products { background: var(--cloud); }
.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 52px; }
.prod-card { transition: transform .4s var(--ease); }
.prod-card:hover { transform: translateY(-6px); }
.prod-card .ph { aspect-ratio: 3/4; border-radius: 22px; margin-bottom: 15px; }
.prod-card:hover .ph { box-shadow: var(--shadow); }
.prod-card .pname { font-family: var(--font-body); font-weight: 600; font-size: 17px; color: var(--ink); line-height: 1.25; }
:root[lang="ar"] .prod-card .pname { font-weight: 700; }
.prod-card .plat { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-faint); margin-top: 3px; }
:root[lang="ar"] .prod-card .plat { letter-spacing: 0.03em; }
.prod-card .ptag {
  display: inline-block; margin-top: 11px; font-size: 11.5px; font-weight: 600; letter-spacing: 0.04em;
  color: var(--rose-deep); background: var(--petal); border-radius: 999px; padding: 4px 13px;
}

/* ── Split feature ── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 76px); align-items: center; }
.split-figure .ph { aspect-ratio: 4/5; border-radius: 30px 30px 200px 200px; }

/* ── Values (soft lilac section) ── */
.story { background: linear-gradient(180deg, var(--soft-lilac), #F0E6FF); }
.story .eyebrow { color: var(--purple-deep); background: #fff; }
.story .section-title { color: var(--purple-deep); }
.story .lead { color: var(--ink-soft); }
.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 56px; }
.value {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 26px;
  box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), box-shadow .35s;
}
.value:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.value .vicon { width: 58px; height: 58px; margin-bottom: 16px; }
.value .vnum { font-family: var(--font-display); font-size: 15px; color: var(--purple); }
.value h4 { font-family: var(--font-body); font-weight: 700; font-size: 20px; margin-top: 6px; color: var(--ink); }
:root[lang="ar"] .value h4 { font-weight: 700; }
.value .vlat { font-size: 11px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--purple); margin-top: 3px; }
:root[lang="ar"] .value .vlat { letter-spacing: 0.03em; }
.value p { font-size: 14px; color: var(--ink-soft); line-height: 1.7; margin-top: 12px; }

/* ── Steps ── */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 56px; }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 24px; box-shadow: var(--shadow-sm); transition: transform .35s var(--ease); }
.step:hover { transform: translateY(-6px); }
.step .snum {
  width: 46px; height: 46px; border-radius: 50%; background: var(--grad); color: #fff;
  display: grid; place-items: center; font-family: var(--font-body); font-weight: 700; font-size: 18px;
  margin-bottom: 16px;
}
.step h4 { font-family: var(--font-body); font-weight: 700; font-size: 19px; color: var(--ink); }
.step .slat { font-size: 11px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--purple); margin-top: 3px; }
:root[lang="ar"] .step .slat { letter-spacing: 0.03em; }
.step p { font-size: 14px; color: var(--ink-soft); line-height: 1.7; margin-top: 11px; }
.step::before { content: none; }

/* ── Reviews ── */
.reviews { background: var(--soft-pink); }
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.rev-card { background: var(--surface); border-radius: var(--radius-lg); padding: 32px 28px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); display: flex; flex-direction: column; }
.rev-card .quote { font-family: var(--font-display); font-size: 50px; line-height: 0.7; color: var(--petal); }
.rev-card .stars { color: var(--rose); letter-spacing: 3px; font-size: 15px; margin-block: 12px 14px; }
.rev-card p { font-size: 15.5px; color: var(--ink-soft); line-height: 1.8; }
.rev-author { display: flex; align-items: center; gap: 13px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.rev-author .av { width: 44px; height: 44px; border-radius: 50%; background: var(--grad); color: #fff; display: grid; place-items: center; font-size: 17px; font-weight: 700; font-family: var(--font-body); }
.rev-author b { font-size: 15px; color: var(--ink); font-weight: 700; }
.rev-author span { font-size: 12.5px; color: var(--ink-faint); display: block; }

/* ── CTA banner (brand gradient) ── */
.cta { position: relative; overflow: hidden; background: var(--grad); color: #fff; text-align: center; }
.cta::before {
  content: ""; position: absolute; inset: 0; opacity: 0.5;
  background-image: url(brand/patterns/pattern-hearts.svg); background-size: 200px;
  -webkit-mask-image: radial-gradient(80% 80% at 50% 50%, transparent 30%, #000);
  mask-image: radial-gradient(80% 80% at 50% 50%, transparent 30%, #000);
  mix-blend-mode: soft-light;
}
.cta .wrap { position: relative; }
.cta h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(34px, 5vw, 64px); line-height: 1.3; padding-bottom: 0.06em; }
:root[lang="ar"] .cta h2 { font-weight: 700; line-height: 1.45; padding-bottom: 0; }
.cta p { color: rgba(255,255,255,0.92); font-size: clamp(16px,1.6vw,18.5px); margin-block: 16px 34px; max-width: 50ch; margin-inline: auto; }

/* ── Instagram CTA ── */
.insta-card {
  max-width: 720px; margin: 44px auto 0; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: clamp(36px,5vw,56px); text-align: center;
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column; align-items: center; gap: 14px;
  position: relative; overflow: hidden;
}
.insta-card::before {
  content: ""; position: absolute; inset: 0; z-index: 0; opacity: 0.5;
  background-image: url(brand/patterns/pattern-hearts.svg); background-size: 150px;
  -webkit-mask-image: radial-gradient(80% 80% at 50% 0%, #000, transparent 70%);
  mask-image: radial-gradient(80% 80% at 50% 0%, #000, transparent 70%);
}
.insta-card > * { position: relative; z-index: 1; }
.insta-ic { width: 76px; height: 76px; border-radius: 24px; background: var(--grad); display: grid; place-items: center; box-shadow: 0 16px 30px -14px rgba(214,90,150,0.6); margin-bottom: 4px; }
.insta-ic svg { width: 40px; height: 40px; fill: #fff; }
.insta-handle { font-weight: 700; font-size: clamp(26px,3.4vw,40px); letter-spacing: 0.01em; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.insta-card .btn { margin-top: 12px; }
.insta-card .btn svg { width: 19px; height: 19px; fill: currentColor; }

/* ── Footer (purple gradient) ── */
footer { background: linear-gradient(160deg, var(--purple-deep), #7A5FD0); color: rgba(255,255,255,0.8); padding-block: 70px 34px; }
.foot-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.2fr; gap: 44px; }
.foot-brand .mono { background-image: url(brand/logos/lanki-mark.svg); }
.foot-brand .brand { margin-bottom: 16px; }
.foot-brand .brand .name b { color: #fff; }
.foot-brand .brand .name small { color: rgba(255,255,255,0.75); }
.foot-brand p { font-size: 14px; line-height: 1.85; max-width: 38ch; }
.socials { display: flex; gap: 11px; margin-top: 20px; }
.social { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.3); display: grid; place-items: center; font-size: 16px; color: #fff; transition: all .3s; }
.social svg { width: 18px; height: 18px; fill: currentColor; }
.social:hover { background: #fff; color: var(--purple-deep); transform: translateY(-3px); }
.foot-col h5 { color: #fff; font-family: var(--font-body); font-weight: 700; font-size: 16px; margin-bottom: 18px; }
.foot-col li { margin-bottom: 11px; }
.foot-col a { font-size: 14px; color: rgba(255,255,255,0.78); transition: color .25s; }
.foot-col a:hover { color: #fff; }
.foot-bottom {
  border-top: 1px solid rgba(255,255,255,0.18); margin-top: 50px; padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap;
  font-size: 12.5px; color: rgba(255,255,255,0.68);
}

/* ── WhatsApp float ── */
.wa-float {
  position: fixed; inset-block-end: 26px; inset-inline-start: 26px; z-index: 120;
  width: 58px; height: 58px; border-radius: 50%; background: #1FA855;
  display: grid; place-items: center; box-shadow: 0 14px 30px -10px rgba(31,168,85,0.7);
  animation: wa 2.6s ease-in-out infinite;
}
.wa-float svg { width: 28px; height: 28px; fill: #fff; }
@keyframes wa { 0%,100% { box-shadow: 0 14px 30px -10px rgba(31,168,85,0.6); } 50% { box-shadow: 0 14px 30px -10px rgba(31,168,85,0.6), 0 0 0 12px rgba(31,168,85,0.12); } }

/* ── Mobile menu ── */
.mobile-menu {
  position: fixed; inset: 0; z-index: 200;
  background: linear-gradient(160deg, var(--soft-pink), var(--soft-lilac));
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px;
  opacity: 0; pointer-events: none; transition: opacity .35s;
}
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu a { font-family: var(--font-display); font-size: 30px; line-height: 1.4; color: var(--rose); }
:root[lang="ar"] .mobile-menu a { font-family: 'Tajawal'; font-weight: 700; color: var(--purple-deep); }
.mobile-menu a.btn { font-family: var(--font-body); color: #fff; font-size: 16px; }
:root[lang="ar"] .mobile-menu a.btn { font-family: 'Tajawal'; }
.mobile-menu .close { position: absolute; inset-block-start: 22px; inset-inline-end: 26px; font-size: 34px; background: none; border: 0; color: var(--purple-deep); }

/* ── Order page ── */
.order-hero { background: linear-gradient(180deg, var(--soft-pink), var(--soft-lilac)); padding-block: clamp(46px,6vw,78px); }
.order-tabs { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.order-tab {
  font-size: 14px; font-weight: 600; letter-spacing: 0.01em; padding: 11px 22px;
  border-radius: 999px; border: 1.5px solid var(--line-strong); background: rgba(255,255,255,0.7);
  color: var(--ink-soft); transition: all .3s;
}
:root[lang="ar"] .order-tab { font-weight: 700; }
.order-tab:hover { border-color: var(--purple); color: var(--purple-deep); }
.order-tab.active { background: var(--grad); border-color: transparent; color: #fff; }
.form-shell { max-width: 920px; margin-inline: auto; }
.form-frame { width: 100%; min-height: 760px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); overflow: hidden; }
.form-fallback { text-align: center; margin-top: 22px; font-size: 14px; color: var(--ink-soft); }

/* ── Page header (subpages) ── */
.page-head { padding-block: clamp(54px,7vw,94px) clamp(30px,4vw,46px); background: linear-gradient(180deg, var(--soft-pink), var(--soft-lilac)); text-align: center; position: relative; overflow: hidden; }
.page-head::after {
  content: ""; position: absolute; inset: 0; z-index: 0; opacity: 0.4;
  background-image: url(brand/patterns/pattern-hearts.svg); background-size: 180px;
  -webkit-mask-image: radial-gradient(70% 80% at 50% 30%, transparent 40%, #000);
  mask-image: radial-gradient(70% 80% at 50% 30%, transparent 40%, #000);
}
.page-head .wrap { position: relative; z-index: 1; }
.page-head h1 { font-family: var(--font-display); font-weight: 400; font-size: clamp(40px,5.6vw,72px); color: var(--purple); line-height: 1.3; padding-bottom: 0.06em; }
:root[lang="ar"] .page-head h1 { font-weight: 700; line-height: 1.45; padding-bottom: 0; color: var(--purple-deep); }
.page-head .crumb { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--rose); margin-bottom: 14px; font-weight: 600; }
:root[lang="ar"] .page-head .crumb { letter-spacing: 0.04em; font-weight: 700; }

/* ── Scallop divider ── */
.scallop {
  height: 30px; background: var(--grad);
  -webkit-mask: radial-gradient(20px at 50% 0, transparent 98%, #000) repeat-x 0 0 / 40px 30px;
  mask: radial-gradient(20px at 50% 0, transparent 98%, #000) repeat-x 0 0 / 40px 30px;
}

/* ── Scroll reveal ── */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ── Responsive ── */
@media (max-width: 1000px) {
  .coll-grid, .prod-grid, .values, .steps, .rev-grid { grid-template-columns: repeat(2, 1fr); }
  .insta-grid { grid-template-columns: repeat(3, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 820px) {
  .wrap, .nav, .hero-grid { padding-inline: 24px; }
  .nav-links { display: none; }
  .nav-right .btn-primary { display: none; }
  .hamburger { display: flex; }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .split-figure { order: -1 !important; }
  .hero-figure { order: -1; max-width: 420px; margin-inline: auto; }
  .hero-tag { inset-inline-start: 8px; }
}
@media (max-width: 560px) {
  .coll-grid, .values, .steps, .rev-grid, .foot-grid { grid-template-columns: 1fr; }
  .prod-grid { grid-template-columns: repeat(2, 1fr); }
  .nav { padding-inline: 18px; }
  .wrap { padding-inline: 18px; }
  .brand .name small { display: none; }
  .brand .name b { font-size: 21px; }
}
