/* ============================================================
   Santra — the makers hub · Landing page
   Design tokens per spec (Calo-inspired calm/premium)
   ============================================================ */

/* ---------- Tajawal (English + Arabic) ---------- */
@font-face {
  font-family: "Tajawal";
  src: url("fonts/Tajawal-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tajawal";
  src: url("fonts/Tajawal-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tajawal";
  src: url("fonts/Tajawal-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tajawal";
  src: url("fonts/Tajawal-Medium.ttf") format("truetype");
  font-weight: 500 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tajawal";
  src: url("fonts/Tajawal-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tajawal";
  src: url("fonts/Tajawal-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tajawal";
  src: url("fonts/Tajawal-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Color */
  --c-purple: #7D2882;          /* primary action */
  --c-purple-deep: #6E2A74;
  --c-purple-soft: #F3EAF4;     /* app band tint */
  --c-purple-faint: #F8F1F8;
  --c-gold: #F4B300;            /* rare accent */
  --c-cream: #FBF8F4;           /* canvas */
  --c-cream-deep: #F4EEE6;      /* footer / deeper bands */
  --c-white: #FFFFFF;
  --c-ink: #1F1A20;             /* primary text */
  --c-ink-2: #2C2630;
  --c-muted: #6B6470;           /* muted text */
  --c-line: #ECE6DE;            /* hairline */

  /* accent override hook (Tweaks) */
  --c-accent: var(--c-purple);
  --c-accent-deep: var(--c-purple-deep);
  --c-accent-soft: var(--c-purple-soft);

  /* Type */
  --font-sans: "Tajawal", "Helvetica Neue", system-ui, sans-serif;
  --font-serif: "Tajawal", Georgia, "Times New Roman", serif;
  --font-ar: "Tajawal", system-ui, sans-serif;
  --font-head: var(--font-sans);   /* swapped to serif via [data-heading] */
  --font-body: var(--font-sans);

  /* Radius */
  --r-card: 12px;
  --r-btn: 10px;
  --r-input: 8px;
  --r-pill: 999px;

  /* Shadow (minimal, used sparingly) */
  --sh-nav: 0 1px 0 rgba(31,26,32,.04), 0 8px 30px rgba(31,26,32,.06);
  --sh-soft: 0 18px 50px -28px rgba(31,26,32,.30);
  --sh-card: 0 24px 60px -34px rgba(31,26,32,.34);
  --sh-float: 0 14px 40px -10px rgba(134,51,141,.5);

  /* Layout */
  --maxw: 1600px;
  --gutter: clamp(20px, 3.5vw, 32px);
  --sec-pad: clamp(48px, 7.5vh, 96px);

  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ---------- reset ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--c-ink);
  background: var(--c-cream);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
[lang="ar"] body, body[lang="ar"] {
  --font-sans: var(--font-ar);
  --font-body: var(--font-ar);
  --font-head: var(--font-ar);
  font-family: var(--font-ar);
  font-size: 14px;             /* Tajawal runs larger — trim Arabic base */
}
/* Arabic-only type scale (~20% smaller, since sizes are fixed px/clamp) */
[lang="ar"] .lead { font-size: clamp(13.5px, 1.35vw, 16px); }
[lang="ar"] .hero h1 { font-size: clamp(25px, 3.8vw, 48px); }
[lang="ar"] .section h2,
[lang="ar"] .center-head h2,
[lang="ar"] .who h2,
[lang="ar"] .app-copy h2,
[lang="ar"] .deliver-head h2 { font-size: clamp(22px, 3.1vw, 38px); }
[lang="ar"] .kaso-panel h2 { font-size: clamp(21px, 2.7vw, 36px) !important; }
[lang="ar"] .occasions h2 { font-size: clamp(19px, 2.3vw, 29px); }
[lang="ar"] .how-head h2 { font-size: clamp(20px, 2.6vw, 33px); }
[lang="ar"] .why-card h3,
[lang="ar"] .step h3 { font-size: clamp(17px, 1.8vw, 21px); }
[lang="ar"] .svc-card h3 { font-size: clamp(15px, 1.4vw, 18px); }
[lang="ar"] .proof-quote .q { font-size: clamp(18px, 2.1vw, 27px); }
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 600; line-height: 1.06; margin: 0; letter-spacing: -0.02em; color: var(--c-ink); text-wrap: balance; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { margin: 0; padding: 0; list-style: none; }

/* heading font = serif when toggled */
[data-heading="serif"] {
  --font-head: var(--font-serif);
}
[data-heading="serif"] h1, [data-heading="serif"] h2, [data-heading="serif"] h3 { font-weight: 500; letter-spacing: -0.015em; }
[data-heading="serif"] .display { font-weight: 500; }

/* ---------- layout primitives ---------- */
.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--sec-pad); position: relative; }
.bg-cream { background: var(--c-white); }
.bg-white { background: var(--c-white); }
/* bg rhythm: when set to "cream", white sections also go cream */
[data-bg="cream"] .bg-white { background: var(--c-cream); }

.eyebrow {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--c-accent);
  margin: 0 0 18px;
  font-family: var(--font-sans);
}
.lead { color: var(--c-muted); font-size: clamp(17px, 1.7vw, 20px); line-height: 1.65; max-width: 56ch; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 52px; padding-inline: 26px; border-radius: var(--r-btn);
  font-weight: 600; font-size: 16px; font-family: var(--font-sans);
  letter-spacing: -.01em; white-space: nowrap;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s, color .2s, border-color .2s;
}
.btn-primary { background: var(--c-accent); color: #fff; box-shadow: 0 12px 26px -14px var(--c-accent); }
.btn-primary:hover { background: var(--c-accent-deep); transform: translateY(-2px); box-shadow: 0 18px 34px -14px var(--c-accent); }
.btn-ghost { background: transparent; color: var(--c-accent); box-shadow: inset 0 0 0 1.5px color-mix(in srgb, var(--c-accent) 32%, transparent); }
.btn-ghost:hover { background: var(--c-accent-soft); box-shadow: inset 0 0 0 1.5px color-mix(in srgb, var(--c-accent) 50%, transparent); transform: translateY(-2px); }
.btn-sm { height: 40px; font-size: 14.5px; padding-inline: 18px; border-radius: var(--r-btn); }
.btn-block { width: 100%; }
.btn .wa { width: 20px; height: 20px; flex: none; }
.link-arrow {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--c-accent);
  font-size: 16px; white-space: nowrap;
}
.link-arrow .ar { transition: transform .25s var(--ease); }
.link-arrow:hover .ar { transform: translateX(4px); }
[dir="rtl"] .link-arrow .ar { transform: scaleX(-1); }
[dir="rtl"] .link-arrow:hover .ar { transform: scaleX(-1) translateX(4px); }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  transition: background .3s var(--ease), box-shadow .3s var(--ease), backdrop-filter .3s;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.nav.scrolled { background: rgba(243, 234, 244, 0.90); backdrop-filter: blur(16px) saturate(1.5); box-shadow: 0 6px 24px -8px rgba(110,42,116,.22); }
.brand { display: flex; flex-direction: row; align-items: center; line-height: 1; gap: 10px; }
.brand-logo { width: 34px; height: auto; flex: none; }
.brand-text { display: flex; flex-direction: column; gap: 4px; }
.brand .word { font-family: var(--font-serif); font-size: 25px; font-weight: 500; letter-spacing: -.01em; color: var(--c-ink); }
[data-heading="serif"] .brand .word { font-style: italic; }
.brand .micro { font-size: 9.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--c-muted); font-weight: 600; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a { font-size: 15px; color: var(--c-ink-2); font-weight: 500; position: relative; padding-block: 4px; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 1.5px; background: var(--c-accent); transform: scaleX(0); transform-origin: left; transition: transform .28s var(--ease); }
[dir="rtl"] .nav-links a::after { transform-origin: right; }
.nav-links a:hover { color: var(--c-ink); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-right { display: flex; align-items: center; gap: 22px; }
.lang-toggle { font-size: 14px; font-weight: 600; color: var(--c-muted); letter-spacing: .02em; display: inline-flex; gap: 7px; align-items: center; }
.lang-toggle button { color: var(--c-muted); font-weight: 600; font-size: 14px; transition: color .2s; padding: 2px; }
.lang-toggle button.active { color: var(--c-ink); }
.lang-toggle .sep { opacity: .4; }
.lang-toggle [data-lang="ar"] { font-family: var(--font-ar); }

.hamburger { display: none; width: 42px; height: 42px; border-radius: 10px; align-items: center; justify-content: center; }
.hamburger span { display: block; width: 20px; height: 2px; background: var(--c-ink); position: relative; transition: .25s; }
.hamburger span::before, .hamburger span::after { content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: var(--c-ink); transition: .25s; }
.hamburger span::before { top: -6px; }
.hamburger span::after { top: 6px; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; padding-top: 138px; padding-bottom: clamp(56px, 7vh, 96px); overflow: clip; background: var(--c-white); }
.hero-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 600; color: var(--c-accent); background: var(--c-accent-soft); padding: 7px 14px; border-radius: var(--r-pill); margin-bottom: 26px; letter-spacing: .01em; }
.hero-eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--c-accent); }
.hero h1 { font-size: clamp(33px, 4.7vw, 58px); line-height: 1.07; }
.hero h1 .ln { display: block; overflow: hidden; padding-bottom: .1em; margin-bottom: -.1em; }
.hero h1 .ln > span { display: block; }
.hero h1 .muted-ln { color: var(--c-muted); }
.hero h1 .accent { font-family: var(--font-serif); font-style: italic; font-weight: 500; color: var(--c-accent); }
[lang="ar"] .hero h1 .accent { font-family: var(--font-ar); font-style: normal; font-weight: 700; }
.hero-sub { margin-top: 28px; }
.hero-cta { display: flex; align-items: center; gap: 20px; margin-top: 38px; flex-wrap: wrap; }

.stats { display: flex; gap: clamp(22px, 4vw, 54px); margin-top: 48px; flex-wrap: wrap; }
.stat .num { font-family: var(--font-head); font-size: clamp(34px, 4vw, 46px); font-weight: 600; line-height: 1; letter-spacing: -.03em; color: var(--c-ink); }
[data-heading="serif"] .stat .num { font-weight: 500; }
.stat .num .u { color: var(--c-accent); }
.stat .lbl { font-size: 13.5px; color: var(--c-muted); margin-top: 10px; font-weight: 500; max-width: 14ch; }

/* category pill row (reference-inspired) */
.hero-cats { margin-top: clamp(40px, 5vw, 60px); padding-top: clamp(28px, 3vw, 38px); border-top: 1px solid var(--c-line); display: flex; align-items: center; gap: 14px 22px; flex-wrap: wrap; }
.hero-cats .hc-label { font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--c-muted); white-space: nowrap; }
.hc-row { display: flex; gap: 10px; flex-wrap: wrap; }
.hc-pill { display: inline-flex; align-items: center; height: 40px; padding: 0 18px; border-radius: var(--r-pill); font-size: 14.5px; font-weight: 600; white-space: nowrap; color: var(--c-ink-2); background: var(--c-white); box-shadow: inset 0 0 0 1px var(--c-line); transition: transform .25s var(--ease), background .25s, color .2s, box-shadow .25s; }
.hc-pill:hover { background: var(--c-accent); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 24px -14px var(--c-accent); }

/* hero image */
.hero-media { position: relative; }
.hero-photo { aspect-ratio: 4/4.05; border-radius: 20px; overflow: hidden; box-shadow: var(--sh-card); }
.hero-photo .hero-slot { width: 100%; height: 100%; display: block; --slot-bg: linear-gradient(160deg, #F0DAD2 0%, #DDB6AC 52%, #C99FB0 100%); background: linear-gradient(160deg, #F0DAD2 0%, #DDB6AC 52%, #C99FB0 100%); }
.hero-photo .hero-img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; display: block; }
.hero-float { position: absolute; left: -26px; bottom: 36px; background: var(--c-white); border-radius: 14px; padding: 14px 18px; box-shadow: var(--sh-soft); display: flex; align-items: center; gap: 12px; }
[dir="rtl"] .hero-float { left: auto; right: -26px; }
.hero-float .ic { width: 38px; height: 38px; border-radius: 10px; background: var(--c-accent-soft); display: grid; place-items: center; color: var(--c-accent); flex: none; }
.hero-float .t { font-size: 13px; line-height: 1.3; }
.hero-float .t b { display: block; font-size: 14px; }
.hero-float .t span { color: var(--c-muted); }

/* full-bleed hero variant */
[data-hero="full"] .hero { padding-top: 0; padding-bottom: 0; min-height: 100svh; display: grid; }
[data-hero="full"] .hero-grid { grid-template-columns: 1fr; }
[data-hero="full"] .hero-fullmedia { position: absolute; inset: 0; z-index: 0; }
[data-hero="full"] .hero-fullmedia .ph { height: 100%; border-radius: 0; }
[data-hero="full"] .hero-fullmedia::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, var(--c-white) 14%, color-mix(in srgb, var(--c-white) 72%, transparent) 46%, transparent 72%); }
[dir="rtl"][data-hero="full"] .hero-fullmedia::after { background: linear-gradient(260deg, var(--c-white) 14%, color-mix(in srgb, var(--c-white) 72%, transparent) 46%, transparent 72%); }
[data-hero="full"] .hero-cats { display: none; }
[data-hero="full"] .hero-content { position: relative; z-index: 2; align-self: center; max-width: 660px; padding-block: 150px 80px; }
[data-hero="full"] .hero-media { display: none; }
.hero-fullmedia { display: none; }
[data-hero="full"] .hero-fullmedia { display: block; }

.scroll-cue { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); display: none; flex-direction: column; align-items: center; gap: 8px; color: var(--c-muted); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; z-index: 3; }
[data-hero="full"] .scroll-cue { display: flex; }
.scroll-cue .line { width: 1px; height: 34px; background: linear-gradient(var(--c-muted), transparent); animation: cue 1.8s var(--ease) infinite; }
@keyframes cue { 0%,100% { opacity: .3; transform: scaleY(.6); } 50% { opacity: 1; transform: scaleY(1); } }

/* ============================================================
   PHOTO PLACEHOLDERS (warm, labeled, art-directed)
   ============================================================ */
.ph { position: relative; width: 100%; height: 100%; overflow: hidden; background: var(--ph-bg, linear-gradient(150deg, #EADfD2, #D9C3B0)); display: grid; place-items: center; }
.ph::after { /* subtle film grain */
  content: ""; position: absolute; inset: 0; opacity: .5; mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJz48ZmlsdGVyIGlkPSduJz48ZmVUdXJidWxlbmNlIHR5cGU9J2ZyYWN0YWxOb2lzZScgYmFzZUZyZXF1ZW5jeT0nMC45JyBudW1PY3RhdmVzPScyJy8+PC9maWx0ZXI+PHJlY3Qgd2lkdGg9JzEwMCUnIGhlaWdodD0nMTAwJScgZmlsdGVyPSd1cmwoI24pJyBvcGFjaXR5PScwLjUnLz48L3N2Zz4=");
}
.ph .ph-glyph { position: relative; z-index: 1; width: 54px; height: 54px; color: rgba(31,26,32,.34); opacity: .9; }
.ph .ph-tag { position: absolute; z-index: 2; bottom: 14px; left: 14px; font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: rgba(31,26,32,.5); font-weight: 600; background: rgba(255,255,255,.5); backdrop-filter: blur(4px); padding: 4px 9px; border-radius: 6px; }
[dir="rtl"] .ph .ph-tag { left: auto; right: 14px; }
/* warm tonal variants */
.ph.t-blush  { --ph-bg: linear-gradient(150deg, #F3DCDC, #E3B8B0); }
.ph.t-sand   { --ph-bg: linear-gradient(150deg, #EFE3D0, #D8C09E); }
.ph.t-rose   { --ph-bg: linear-gradient(150deg, #EBD2D8, #CFA6B4); }
.ph.t-plum   { --ph-bg: linear-gradient(150deg, #E8DAEA, #C8A9CD); }
.ph.t-honey  { --ph-bg: linear-gradient(150deg, #F4E6C8, #E2C58C); }
.ph.t-clay   { --ph-bg: linear-gradient(150deg, #EBD6C6, #CDA989); }
.ph.t-hero   { --ph-bg: linear-gradient(160deg, #F0DAD2 0%, #DDB6AC 52%, #C99FB0 100%); }

/* ============================================================
   WHO WE ARE
   ============================================================ */
.who { text-align: left; }
.who-head { max-width: 880px; }
.who h2 { font-size: clamp(32px, 4.4vw, 56px); margin-top: 6px; }
.who .lead { margin-top: 26px; font-size: clamp(18px, 1.9vw, 22px); max-width: 64ch; color: var(--c-ink-2); }
.highlights { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 4vw, 54px); margin-top: clamp(48px, 6vw, 76px); }
.highlight { border-top: 1px solid var(--c-line); padding-top: 22px; }
.highlight .h-num { font-family: var(--font-head); font-size: clamp(30px, 3.4vw, 42px); font-weight: 600; letter-spacing: -.03em; line-height: 1; }
[data-heading="serif"] .highlight .h-num { font-weight: 500; }
.highlight .h-num .u { color: var(--c-accent); }
.highlight .h-lbl { margin-top: 12px; color: var(--c-muted); font-size: 15.5px; }

/* ============================================================
   WHY SANTRA
   ============================================================ */
.center-head { text-align: center; max-width: 760px; margin-inline: auto; }
.center-head h2 { font-size: clamp(30px, 4vw, 50px); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 4vw, 60px); margin-top: clamp(48px, 6vw, 78px); }
.why-card { text-align: left; }
.why-card .ic { width: 50px; height: 50px; color: var(--c-accent); margin-bottom: 22px; }
.why-card .ic svg { width: 100%; height: 100%; }
.why-card h3 { font-size: clamp(21px, 2.2vw, 27px); }
.why-card p { color: var(--c-muted); margin-top: 12px; font-size: 16px; line-height: 1.62; max-width: 34ch; }

/* ============================================================
   OUR SERVICES
   ============================================================ */
.svc-lead { color: var(--c-muted); font-size: clamp(16.5px, 1.6vw, 19px); line-height: 1.6; max-width: 52ch; margin-top: 16px; }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 1.8vw, 24px); margin-top: clamp(40px, 4.5vw, 60px); }
.svc-card { background: var(--c-white); border: 1px solid var(--c-line); border-radius: 16px; padding: clamp(24px, 2.6vw, 32px); transition: transform .32s var(--ease), box-shadow .32s var(--ease), border-color .3s; }
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--sh-card); border-color: color-mix(in srgb, var(--c-accent) 32%, transparent); }
.svc-card .ic { width: 48px; height: 48px; border-radius: 13px; background: var(--c-accent-soft); color: var(--c-accent); display: grid; place-items: center; padding: 11px; margin-bottom: 20px; }
.svc-card .ic svg { width: 100%; height: 100%; }
.svc-card h3 { font-size: clamp(18px, 1.8vw, 22px); }
.svc-card p { color: var(--c-muted); margin-top: 11px; font-size: 15.5px; line-height: 1.6; max-width: none; }
@media (max-width: 1024px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .svc-grid { grid-template-columns: 1fr; } }

/* ============================================================
   WHAT WE DELIVER
   ============================================================ */
#deliver .wrap { display: flex; align-items: flex-start; gap: 48px; }
.deliver-head { flex: 0 0 300px; display: flex; flex-direction: column; gap: 20px; margin-bottom: 0; }
.deliver-head h2 { font-size: clamp(28px, 3vw, 48px); }
.deliver-head .lead { }
.deliver-grid { flex: 1; min-width: 0; display: grid; grid-template-columns: repeat(6, 1fr); column-gap: 18px; row-gap: 18px; }
.tile { position: relative; border-radius: var(--r-card); overflow: hidden; cursor: pointer; background: var(--c-cream-deep); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.tile .tile-ph { position: absolute; inset: 0; transition: transform .5s var(--ease); }
.tile-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tile:hover { box-shadow: var(--sh-card); transform: translateY(-3px); }
.tile:hover .tile-ph { transform: scale(1.04); }
.tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,14,22,.62) 0%, rgba(20,14,22,.12) 42%, transparent 70%); }
.tile-body { position: absolute; z-index: 2; inset: auto 0 0 0; padding: 22px; color: #fff; }
.tile-body h3 { color: #fff; font-size: clamp(18px, 1.5vw, 22px); }
.tile-body .desc { color: rgba(255,255,255,.86); font-size: 14px; line-height: 1.5; margin-top: 8px; max-width: 30ch;
  max-height: 0; opacity: 0; overflow: hidden; transform: translateY(6px); transition: all .4s var(--ease); }
.tile:hover .tile-body .desc { max-height: 120px; opacity: 1; transform: translateY(0); }
.tile .cat-arrow { position: absolute; top: 18px; right: 18px; z-index: 2; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.16); backdrop-filter: blur(6px); display: grid; place-items: center; color: #fff; opacity: 0; transform: scale(.8); transition: .35s var(--ease); }
[dir="rtl"] .tile .cat-arrow { right: auto; left: 18px; }
.tile:hover .cat-arrow { opacity: 1; transform: scale(1); }
/* span layout: 5 tiles on 6-col grid */
.tile.span3 { grid-column: span 3; }
.tile.span2 { grid-column: span 2; }
.tile.tall { aspect-ratio: 3/2; }
.deliver-grid .tile { aspect-ratio: 4/3; }
.deliver-grid .tile.span3 { aspect-ratio: 16/7; }

/* ============================================================
   OCCASIONS
   ============================================================ */
.occasions { text-align: center; }
.occasions h2 { font-size: clamp(28px, 3.6vw, 46px); margin-bottom: clamp(34px, 4vw, 50px); }
.chips { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; max-width: 920px; margin-inline: auto; }
.chip {
  position: relative; display: inline-flex; align-items: center; gap: 9px; white-space: nowrap;
  background: var(--c-accent-soft); color: var(--c-accent); font-weight: 600; font-size: 16px;
  padding: 14px 26px; border-radius: var(--r-pill);
  box-shadow: none;
  transition: transform .25s var(--ease), background .25s, box-shadow .25s, color .2s;
}
.bg-cream .chip { background: var(--c-accent-soft); }
.chip:hover { background: var(--c-accent); color: #fff; transform: translateY(-2px); box-shadow: 0 14px 26px -16px var(--c-accent); }
.chip .seasonal { display: none; align-items: center; gap: 5px; font-size: 10.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #6b4d00; background: var(--c-gold); padding: 3px 8px; border-radius: var(--r-pill); }
[data-season="on"] .chip.has-season { box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--c-gold) 60%, transparent); }
[data-season="on"] .chip.has-season .seasonal { display: inline-flex; }
.chip:hover .seasonal { color: #6b4d00; }

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.how { }
.how-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px 56px; flex-wrap: wrap; }
.how-head > div { flex: 1 1 380px; }
.how-head h2 { font-size: clamp(30px, 4vw, 52px); }
.how-head .promise { color: var(--c-muted); flex: 0 1 340px; font-size: 18px; padding-bottom: 6px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(26px, 3.4vw, 52px); margin-top: clamp(48px, 6vw, 76px); position: relative; }
.step { position: relative; }
.step .step-n { font-family: var(--font-head); font-size: 16px; font-weight: 700; color: var(--c-accent); display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; box-shadow: inset 0 0 0 1.5px color-mix(in srgb, var(--c-accent) 30%, transparent); margin-bottom: 22px; }
.step h3 { font-size: clamp(21px, 2.2vw, 27px); }
.step p { color: var(--c-muted); margin-top: 12px; font-size: 16.5px; line-height: 1.6; max-width: 30ch; }
.step p b { color: var(--c-accent); font-weight: 600; }
.step .connector { position: absolute; top: 22px; left: calc(44px + 18px); right: -26px; height: 1.5px; background: repeating-linear-gradient(90deg, var(--c-line) 0 7px, transparent 7px 14px); }
[dir="rtl"] .step .connector { left: -26px; right: calc(44px + 18px); }
.step:last-child .connector { display: none; }
.how-cta { margin-top: clamp(44px, 5vw, 64px); }

/* ============================================================
   SOCIAL PROOF
   ============================================================ */
.proof-trust { text-align: center; color: var(--c-muted); font-size: 14px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; }
.logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(30px, 5vw, 64px); margin-top: 34px; opacity: .9; }
.logo-ph { height: 30px; display: inline-flex; align-items: center; gap: 9px; color: #A39DA8; filter: grayscale(1); transition: filter .3s, color .3s, opacity .3s; font-weight: 700; letter-spacing: -.01em; font-size: 19px; }
.logo-ph .mk { width: 26px; height: 26px; border-radius: 7px; background: currentColor; opacity: .55; }
.logo-ph:hover { color: var(--c-accent); opacity: 1; }
.proof-quote { margin-top: clamp(58px, 7vw, 90px); display: grid; grid-template-columns: auto 1fr; gap: clamp(28px, 4vw, 54px); align-items: center; max-width: 940px; margin-inline: auto; }
.maker-portrait { width: clamp(150px, 18vw, 220px); aspect-ratio: 1/1.12; border-radius: 16px; overflow: hidden; box-shadow: var(--sh-card); flex: none; }
.proof-quote blockquote { margin: 0; }
.proof-quote .q { font-family: var(--font-head); font-size: clamp(22px, 2.7vw, 34px); line-height: 1.28; font-weight: 500; letter-spacing: -.01em; }
[data-heading="serif"] .proof-quote .q { font-style: italic; }
.proof-quote .q .mark { color: var(--c-accent); }
.proof-quote .cite { margin-top: 22px; font-size: 15px; color: var(--c-muted); font-style: normal; }
.proof-quote .cite b { color: var(--c-ink); font-weight: 600; }
.credentials { text-align: center; margin-top: clamp(54px, 6vw, 80px); color: var(--c-muted); font-size: 13.5px; letter-spacing: .02em; }
.credentials .sep { color: var(--c-accent); margin-inline: 8px; }

/* ============================================================
   FINAL CTA + FORM
   ============================================================ */
.final { background: var(--c-white); }
.final-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: start; max-width: 1240px; margin-inline: auto; }
.final .final-head { text-align: left; max-width: none; margin-inline: 0; padding-top: clamp(16px, 3vw, 48px); }
.final .contact-row { justify-content: flex-start; align-items: flex-start; margin-top: 32px; }
[dir="rtl"] .final .final-head { text-align: right; }
[dir="rtl"] .final .contact-row { justify-content: flex-end; }
.final-head .sub { margin-top: 18px; }
.contact-row { display: flex; gap: 16px; justify-content: center; margin-top: 36px; flex-wrap: wrap; flex-direction: column; align-items: center; }
.or-divider { color: var(--c-muted); font-size: 13.5px; letter-spacing: .04em; margin: 0; }
.final .form-card { margin: 0; max-width: none; width: 100%; box-sizing: border-box; }
@media (max-width: 900px) {
  .final-grid { grid-template-columns: 1fr; gap: 40px; }
  .final .final-head { text-align: center; max-width: 640px; margin-inline: auto; }
  .final .contact-row { justify-content: center; }
  [dir="rtl"] .final .final-head { text-align: center; }
  [dir="rtl"] .final .contact-row { justify-content: center; }
}
.btn-wa { background: #25D366; color: #08361b; box-shadow: 0 14px 30px -14px rgba(37,211,102,.8); }
.btn-wa:hover { background: #1fc35d; color: #062d16; transform: translateY(-2px); }

.form-card {
  margin: clamp(46px, 5vw, 64px) auto 0; max-width: 720px;
  background: #F9F4FA; border-radius: 18px; padding: clamp(26px, 4vw, 44px);
  box-shadow: var(--sh-soft);
}
[data-bg="cream"] .form-card { background: #F9F4FA; }
.form-card .divider { display: flex; align-items: center; gap: 16px; color: var(--c-muted); font-size: 13px; margin-bottom: 30px; letter-spacing: .04em; }
.form-card .divider::before, .form-card .divider::after { content: ""; height: 1px; background: var(--c-line); flex: 1; }
.brief-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 13.5px; font-weight: 600; color: var(--c-ink-2); display: flex; gap: 6px; align-items: baseline; }
.field label .opt { color: var(--c-muted); font-weight: 400; font-size: 12.5px; }
.field input, .field select, .field textarea {
  font-family: inherit; font-size: 15.5px; color: var(--c-ink);
  background: var(--c-white); border: 1.5px solid transparent; border-radius: var(--r-input);
  padding: 13px 15px; transition: border-color .2s, box-shadow .2s, background .2s; width: 100%;
}
[data-bg="cream"] .field input, [data-bg="cream"] .field select, [data-bg="cream"] .field textarea { background: var(--c-cream); }
.field textarea { resize: vertical; min-height: 84px; line-height: 1.5; }
.field input::placeholder, .field textarea::placeholder { color: #ABA3AE; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--c-accent); box-shadow: 0 0 0 4px var(--c-accent-soft); }
.field.err input, .field.err select { border-color: #D6453E; box-shadow: 0 0 0 4px rgba(214,69,62,.1); }
.field .help { font-size: 12.5px; color: #C23B34; display: none; }
.field.err .help { display: block; }
.form-foot { grid-column: 1/-1; margin-top: 6px; }
.reassure { display: flex; align-items: center; gap: 9px; color: var(--c-muted); font-size: 13.5px; margin-top: 18px; justify-content: center; }
.reassure svg { width: 17px; height: 17px; color: var(--c-accent); flex: none; }
.select-wrap { position: relative; }
.select-wrap::after { content: ""; position: absolute; right: 15px; top: 50%; width: 9px; height: 9px; border-right: 2px solid var(--c-muted); border-bottom: 2px solid var(--c-muted); transform: translateY(-65%) rotate(45deg); pointer-events: none; }
[dir="rtl"] .select-wrap::after { right: auto; left: 15px; }
.field select { appearance: none; }

/* success card */
.form-success { display: none; text-align: center; padding: clamp(20px, 3vw, 40px) 10px; }
.form-card.is-success .brief-form, .form-card.is-success .divider, .form-card.is-success .reassure { display: none; }
.form-card.is-success .form-success { display: block; animation: pop .5s var(--ease); }
@keyframes pop { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.check { width: 66px; height: 66px; border-radius: 50%; background: var(--c-accent-soft); color: var(--c-accent); display: grid; place-items: center; margin: 0 auto 24px; }
.check svg { width: 30px; height: 30px; }
.form-success h3 { font-size: clamp(24px, 3vw, 32px); }
.form-success p { color: var(--c-muted); margin-top: 12px; font-size: 16.5px; }
.form-success .link-arrow { margin-top: 26px; }

/* ============================================================
   CONSUMER APP BAND
   ============================================================ */
.app-band { background: var(--c-white); }
.app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.app-copy .eyebrow { color: var(--c-accent-deep); }
.app-copy h2 { font-size: clamp(30px, 4vw, 50px); }
.app-copy .lead { margin-top: 22px; color: var(--c-ink-2); }
.app-features { display: flex; flex-direction: column; gap: 16px; margin-top: 32px; }
.app-features li { display: flex; align-items: center; gap: 14px; font-size: 16px; color: var(--c-ink-2); font-weight: 500; }
.app-features .ic { width: 24px; height: 24px; color: var(--c-accent); flex: none; }
.store-row { display: flex; align-items: center; gap: 16px; margin-top: 36px; flex-wrap: wrap; }
.store-badge { height: 54px; display: inline-flex; align-items: center; gap: 12px; background: #111014; color: #fff; padding: 0 20px; border-radius: 11px; transition: transform .25s var(--ease), box-shadow .25s; }
.store-badge:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -18px rgba(0,0,0,.6); }
.store-badge svg { width: 26px; height: 26px; flex: none; }
.store-badge .sb { line-height: 1.1; }
.store-badge .sb .s { font-size: 10px; letter-spacing: .02em; opacity: .85; display: block; }
.store-badge .sb .l { font-size: 17px; font-weight: 600; letter-spacing: -.01em; }
.qr { display: flex; align-items: center; gap: 14px; margin-top: 28px; color: var(--c-muted); font-size: 13.5px; }
.qr .qbox { width: 84px; height: 84px; border-radius: 12px; background: #fff; padding: 9px; box-shadow: var(--sh-soft); flex: none; }
.qr .qbox svg { width: 100%; height: 100%; }
.qr .qt { max-width: 16ch; }

/* phone frame */
.app-device { display: flex; justify-content: center; }
.phone { position: relative; width: clamp(260px, 30vw, 320px); aspect-ratio: 320/660; background: #14101a; border-radius: 44px; padding: 13px; box-shadow: 0 40px 90px -30px rgba(74,30,80,.6), inset 0 0 0 2px rgba(255,255,255,.06); }
.phone .screen { position: relative; width: 100%; height: 100%; border-radius: 32px; overflow: hidden; background: var(--c-cream); }
.phone .notch { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 38%; height: 26px; background: #14101a; border-radius: 0 0 16px 16px; z-index: 10; }

/* in-app mock screen */
.app-screen { display: flex; flex-direction: column; height: 100%; font-size: 12px; }
.app-screen-photo { display: block; }
.app-screen-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.app-screen .app-ph-tag { position: absolute; z-index: 30; top: 10px; right: 10px; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; background: rgba(255,255,255,.78); color: var(--c-muted); padding: 3px 7px; border-radius: 5px; font-weight: 700; }
.app-top { padding: 34px 16px 12px; background: var(--c-white); }
.app-top .loc { font-size: 9.5px; color: var(--c-muted); display: flex; align-items: center; gap: 4px; }
.app-top .loc svg { width: 11px; height: 11px; color: var(--c-accent); }
.app-top h4 { font-size: 18px; margin-top: 4px; font-family: var(--font-head); letter-spacing: -.02em; }
.app-search { margin-top: 12px; height: 34px; border-radius: 9px; background: var(--c-cream); display: flex; align-items: center; gap: 8px; padding: 0 12px; color: #ABA3AE; font-size: 11px; }
.app-search svg { width: 14px; height: 14px; }
.app-cats { display: flex; gap: 7px; padding: 12px 16px 4px; overflow: hidden; background: var(--c-white); }
.app-cats .ac { font-size: 9.5px; font-weight: 600; padding: 6px 11px; border-radius: 999px; background: var(--c-cream); color: var(--c-muted); white-space: nowrap; }
.app-cats .ac.on { background: var(--c-accent); color: #fff; }
.app-body { flex: 1; overflow: hidden; padding: 14px 16px; background: var(--c-white); display: flex; flex-direction: column; gap: 13px; }
.app-row-h { display: flex; align-items: center; justify-content: space-between; font-size: 12.5px; font-weight: 700; }
.app-row-h span { color: var(--c-accent); font-size: 10px; font-weight: 600; }
.maker-cards { display: flex; gap: 10px; }
.mcard { flex: 1; border-radius: 12px; overflow: hidden; background: var(--c-cream); box-shadow: 0 8px 18px -12px rgba(31,26,32,.4); }
.mcard .mc-img { aspect-ratio: 1/.8; position: relative; }
.mcard .mc-img .fav { position: absolute; top: 6px; right: 6px; width: 18px; height: 18px; border-radius: 50%; background: rgba(255,255,255,.85); display: grid; place-items: center; color: var(--c-accent); }
.mcard .mc-img .fav svg { width: 10px; height: 10px; }
.mcard .mc-b { padding: 8px 9px 10px; }
.mcard .mc-b .nm { font-size: 11px; font-weight: 700; line-height: 1.1; }
.mcard .mc-b .meta { font-size: 9px; color: var(--c-muted); margin-top: 3px; display: flex; align-items: center; gap: 4px; }
.mcard .mc-b .meta .star { color: var(--c-gold); }
.app-list { display: flex; flex-direction: column; gap: 9px; }
.litem { display: flex; align-items: center; gap: 10px; }
.litem .li-img { width: 46px; height: 46px; border-radius: 10px; flex: none; overflow: hidden; }
.litem .li-t { flex: 1; }
.litem .li-t .nm { font-size: 11px; font-weight: 700; }
.litem .li-t .meta { font-size: 9px; color: var(--c-muted); margin-top: 2px; }
.litem .li-pr { font-size: 10.5px; font-weight: 700; color: var(--c-accent); }
.app-tab { display: flex; justify-content: space-around; padding: 10px 0 14px; background: var(--c-white); box-shadow: 0 -1px 0 var(--c-line); }
.app-tab .tb { width: 22px; height: 22px; color: #C3BCC8; }
.app-tab .tb.on { color: var(--c-accent); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--c-cream-deep); padding-block: clamp(54px, 6vw, 80px) 40px; }
.footer-top { display: flex; flex-wrap: wrap; gap: 40px clamp(56px, 9vw, 130px); padding-bottom: 44px; border-bottom: 1px solid var(--c-line); }
.footer .brand .word { font-size: 30px; }
.footer .f-col h5 { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--c-muted); margin-bottom: 16px; font-weight: 700; }
.footer .f-col a { display: block; color: var(--c-ink-2); font-size: 15px; padding-block: 6px; transition: color .2s; }
.footer .f-col a:hover { color: var(--c-accent); }
.footer .f-col a.f-social { display: flex; align-items: center; gap: 9px; }
.footer .f-col a.f-social svg { width: 17px; height: 17px; flex-shrink: 0; }
.footer-badges { display: flex; gap: 12px; margin-top: 18px; }
.footer-badges .store-badge { height: 44px; }
.footer-badges .store-badge .sb .l { font-size: 14px; }
.footer-badges .store-badge .sb .s { font-size: 8.5px; }
.footer-badges .store-badge svg { width: 21px; height: 21px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding-top: 28px; }
.footer-bottom .entity { color: var(--c-muted); font-size: 13.5px; }
.footer-bottom .lang-toggle button { color: var(--c-muted); }
.footer-bottom .lang-toggle button.active { color: var(--c-ink); }

/* ============================================================
   STICKY CONTACT HELPER
   ============================================================ */
.sticky-contact { position: fixed; z-index: 55; right: 26px; bottom: 26px; display: flex; align-items: center; gap: 12px;
  background: var(--c-accent); color: #fff; height: 56px; padding: 0 24px 0 22px; border-radius: var(--r-pill);
  box-shadow: var(--sh-float); font-weight: 600; font-size: 15.5px;
  opacity: 0; transform: translateY(20px) scale(.96); pointer-events: none;
  transition: opacity .35s var(--ease), transform .35s var(--ease), background .2s; }
[dir="rtl"] .sticky-contact { right: auto; left: 26px; }
.sticky-contact.show { opacity: 1; transform: none; pointer-events: auto; }
.sticky-contact:hover { background: var(--c-accent-deep); transform: translateY(-2px); }
.sticky-contact svg { width: 21px; height: 21px; }

/* toast */
.toast { position: fixed; z-index: 80; left: 50%; bottom: 28px; transform: translate(-50%, calc(100% + 48px));
  background: var(--c-ink); color: #fff; padding: 15px 20px; border-radius: 12px; display: flex; align-items: center; gap: 16px;
  box-shadow: 0 24px 50px -16px rgba(0,0,0,.5); font-size: 14.5px; max-width: 92vw;
  opacity: 0; pointer-events: none;
  transition: transform .45s var(--ease), opacity .45s var(--ease); }
.toast.show { transform: translate(-50%, 0); opacity: 1; pointer-events: auto; }
.toast a { color: #6FE39A; font-weight: 700; white-space: nowrap; }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
/* Base = visible (so print / export / reduced-motion / no-JS always show content).
   Hidden initial state + transition only when motion is welcome. */
@media (prefers-reduced-motion: no-preference) {
  html.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
  html.js .reveal.in { opacity: 1; transform: none; }
  .reveal[data-d="1"] { transition-delay: .08s; }
  .reveal[data-d="2"] { transition-delay: .16s; }
  .reveal[data-d="3"] { transition-delay: .24s; }
  .reveal[data-d="4"] { transition-delay: .32s; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto; } }

/* hero load sequence — visible end-state is the base; animate FROM hidden */
@media (prefers-reduced-motion: no-preference) {
  html.js .hero h1 .ln > span { transform: translateY(110%); transition: transform .9s var(--ease); }
  html.js .hero.loaded h1 .ln > span { transform: none; }
  html.js .hero .seq { opacity: 0; transform: translateY(16px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
  html.js .hero.loaded .seq { opacity: 1; transform: none; }
  html.js .hero.loaded .seq[data-d="1"] { transition-delay: .35s; }
  html.js .hero.loaded .seq[data-d="2"] { transition-delay: .5s; }
  html.js .hero.loaded .seq[data-d="3"] { transition-delay: .62s; }
  html.js .hero.loaded .seq[data-d="4"] { transition-delay: .74s; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  #deliver .wrap { flex-direction: column; }
  .deliver-head { flex: none; }
  .deliver-grid { width: 100%; grid-template-columns: repeat(2, 1fr); }
  .deliver-grid .tile, .tile.span3, .tile.span2 { grid-column: span 1; aspect-ratio: 1/1 !important; }
}
@media (max-width: 860px) {
  body { font-size: 16px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { order: -1; max-width: 440px; }
  .highlights, .why-grid, .steps { grid-template-columns: 1fr; gap: 32px; }
  .step .connector { display: none; }
  .app-grid { grid-template-columns: 1fr; }
  .app-device { order: -1; }
  .qr { display: none; }
  .proof-quote { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .brief-form { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .sticky-contact { right: 14px; left: 14px; bottom: 14px; justify-content: center; height: 54px; }
  [dir="rtl"] .sticky-contact { right: 14px; left: 14px; }
  .store-row .store-badge { flex: 1; justify-content: center; }
}
@media (max-width: 560px) {
  .deliver-grid { grid-template-columns: 1fr; }
  .stats { gap: 26px; }
  .contact-row .btn { width: 100%; }
  .brand .brand-text { display: none; }
}

/* nav mobile menu */
.mobile-menu { position: fixed; inset: 0; z-index: 59; background: var(--c-cream); padding: 90px var(--gutter) 40px; display: flex; flex-direction: column; gap: 6px;
  transform: translateX(100%); transition: transform .4s var(--ease); }
[dir="rtl"] .mobile-menu { transform: translateX(-100%); }
.mobile-menu.open { transform: none; }
.mobile-menu a { font-size: 24px; font-family: var(--font-head); padding-block: 14px; border-bottom: 1px solid var(--c-line); }
.mobile-menu .btn { margin-top: 26px; }

/* ============================================================
   IMPACT / STATS BAND  (added)
   ============================================================ */
.impact { padding-block: clamp(36px, 5.5vh, 68px); background: var(--c-white); }
.impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(28px, 4vw, 56px); background: var(--c-purple-faint); border: 1px solid var(--c-line); border-radius: 24px; padding: clamp(30px, 3.6vw, 48px) clamp(22px, 3vw, 40px); }
.impact .stat { text-align: center; position: relative; }
.impact .stat::before { content: ""; position: absolute; top: 6px; bottom: 6px; left: calc(clamp(28px, 4vw, 56px) / -2); width: 1px; background: var(--c-line); }
.impact .stat:first-child::before { display: none; }
[dir="rtl"] .impact .stat::before { left: auto; right: calc(clamp(28px, 4vw, 56px) / -2); }
.impact .num { font-family: var(--font-head); font-size: clamp(40px, 5vw, 62px); font-weight: 600; letter-spacing: -.03em; line-height: 1; color: var(--c-ink); }
[data-heading="serif"] .impact .num { font-weight: 500; }
.impact .num .u { color: var(--c-accent); }
.impact .lbl { margin-top: 14px; color: var(--c-muted); font-size: 14.5px; font-weight: 500; max-width: 18ch; margin-inline: auto; line-height: 1.42; }
@media (max-width: 760px) {
  .impact-grid { grid-template-columns: repeat(2, 1fr); gap: 38px 24px; }
  .impact .stat:nth-child(odd)::before { display: none; }
}

/* ============================================================
   TRUSTED PARTNERS  (added)
   ============================================================ */
.trusted { text-align: center; }
.trusted .logos { margin-top: 34px; background: var(--c-cream); border: 1px solid var(--c-line); border-radius: 20px; padding: clamp(24px, 3vw, 38px) clamp(24px, 4vw, 56px); }
.makers-cta { text-align: center; margin-top: clamp(40px, 5vw, 60px); }

/* For makers — feature header */
.makers-head { display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(32px, 5vw, 68px); align-items: center; }
.makers-copy .svc-lead { margin-bottom: clamp(24px, 2.6vw, 32px); }
.makers-photo { border-radius: 22px; overflow: hidden; aspect-ratio: 4 / 3.1; box-shadow: var(--sh-card); }
.makers-photo img { width: 100%; height: 100%; object-fit: cover; }
.makers .svc-grid { margin-top: clamp(40px, 4.5vw, 60px); }
@media (max-width: 860px) { .makers-head { grid-template-columns: 1fr; } .makers-photo { order: -1; aspect-ratio: 16 / 9; } }

/* ============================================================
   MERGED B2B EVENTS + PROCESS  (added)
   ============================================================ */
.why-intro { color: var(--c-muted); font-size: clamp(17px, 1.8vw, 21px); line-height: 1.6; margin-top: 22px; max-width: 60ch; margin-inline: auto; }
#why .steps { margin-top: clamp(40px, 5vw, 60px); background: var(--c-white); border: 1px solid var(--c-line); border-radius: 24px; padding: clamp(34px, 4vw, 56px) clamp(28px, 4vw, 52px); box-shadow: var(--sh-soft); }
#why .how-cta { text-align: center; margin-top: clamp(36px, 4.5vw, 52px); }

/* ============================================================
   BEANZ-INSPIRED BEAUTIFICATION (soft tints, blobs, arches,
   circular pastel icon tiles, pill buttons, floating cards)
   ============================================================ */

/* softer, rounder shapes globally */
.btn { border-radius: var(--r-pill); }
.svc-card { border-radius: 22px; }

/* --- HERO: soft tinted backdrop + organic blobs --- */
.hero { background: linear-gradient(180deg, var(--c-purple-faint) 0%, color-mix(in srgb, var(--c-purple-faint) 45%, var(--c-white)) 42%, var(--c-white) 80%); }
.hero::before { content: ""; position: absolute; z-index: 0; right: -10%; top: -16%; width: min(64vw, 880px); aspect-ratio: 1 / .9; background: radial-gradient(closest-side, color-mix(in srgb, var(--c-accent) 14%, transparent), transparent 72%); border-radius: 46% 54% 58% 42% / 52% 44% 56% 48%; pointer-events: none; }
.hero::after { content: ""; position: absolute; z-index: 0; left: -12%; bottom: -20%; width: min(46vw, 580px); aspect-ratio: 1 / 1; background: radial-gradient(closest-side, color-mix(in srgb, var(--c-gold) 13%, transparent), transparent 70%); border-radius: 50%; pointer-events: none; }
.hero .wrap { position: relative; z-index: 1; }
.hero-photo { border-radius: 28px; }

/* hero floating badge */
.hero-float { border: 1px solid var(--c-line); box-shadow: var(--sh-card); padding: 14px 20px; border-radius: 16px; }
.hero-float .ic { border-radius: 50%; }
.hero-float .star { color: var(--c-gold); }

/* --- circular pastel icon tiles (services + makers) --- */
.svc-card .ic { width: 60px; height: 60px; border-radius: 50%; padding: 15px; margin-bottom: 22px; }
.svc-grid .svc-card:nth-child(3n+1) .ic { background: var(--c-purple-soft); color: var(--c-accent); }
.svc-grid .svc-card:nth-child(3n+2) .ic { background: #E7F0F7; color: #3C6E8F; }
.svc-grid .svc-card:nth-child(3n+3) .ic { background: #FBEFD6; color: #B07C12; }

/* --- arch-shaped makers feature photo (Beanz capsule) --- */
.makers-photo { border-radius: 220px 220px 28px 28px; aspect-ratio: 1 / 1.16; max-width: 432px; margin-inline: auto; }
@media (max-width: 860px) { .makers-photo { aspect-ratio: 16 / 10; border-radius: 120px 120px 24px 24px; max-width: 520px; } }

/* --- APP BAND: soft tint, blob behind phone, floating rating card --- */
.app-band { background: linear-gradient(180deg, var(--c-white) 0%, var(--c-purple-faint) 100%); position: relative; overflow: clip; }
.app-device { position: relative; }
.app-device::before { content: ""; position: absolute; z-index: 0; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 124%; aspect-ratio: 1 / 1; background: radial-gradient(closest-side, color-mix(in srgb, var(--c-accent) 16%, transparent), transparent 70%); border-radius: 50%; pointer-events: none; }
.app-device .phone { position: relative; z-index: 1; }
.phone .app-float { position: absolute; z-index: 3; left: -26px; bottom: 78px; background: var(--c-white); border: 1px solid var(--c-line); border-radius: 15px; padding: 12px 16px; box-shadow: var(--sh-card); display: flex; align-items: center; gap: 11px; white-space: nowrap; }
[dir="rtl"] .phone .app-float { left: auto; right: -26px; }
.phone .app-float .star { color: var(--c-gold); font-size: 22px; line-height: 1; }
.phone .app-float b { display: block; font-size: 14px; }
.phone .app-float span { font-size: 12px; color: var(--c-muted); }
@media (max-width: 860px) { .phone .app-float { left: 0; } [dir="rtl"] .phone .app-float { right: 0; } }

/* --- FULL-BLEED HERO with app phone (Beanz-style) --- */
.hero-phone { display: none; }
[data-hero="full"] .hero { min-height: auto; padding-top: 132px; padding-bottom: clamp(48px, 7vh, 92px); display: block; }
[data-hero="full"] .hero-fullmedia { display: none; }
[data-hero="full"] .hero-grid { grid-template-columns: 1.04fr .96fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
[data-hero="full"] .hero-content { position: relative; z-index: 1; max-width: 600px; padding-block: 0; align-self: center; }
[data-hero="full"] .hero-media { display: none; }
[data-hero="full"] .hero-cats { display: flex; }
[data-hero="full"] .scroll-cue { display: none; }
[data-hero="full"] .hero-phone { display: flex; justify-content: center; position: relative; }
[data-hero="full"] .hero-phone::before { content: ""; position: absolute; z-index: 0; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 128%; aspect-ratio: 1 / 1; background: radial-gradient(closest-side, color-mix(in srgb, var(--c-accent) 15%, transparent), transparent 70%); border-radius: 50%; pointer-events: none; }
[data-hero="full"] .hero-phone .phone { position: relative; z-index: 1; }
.phone .hero-store-badges { position: absolute; z-index: 4; top: -22px; right: -6px; display: flex; gap: 11px; }
[dir="rtl"] .phone .hero-store-badges { right: auto; left: -18px; }
.phone .hero-store-badges a { width: 52px; height: 52px; border-radius: 50%; background: var(--c-white); border: 1px solid var(--c-line); box-shadow: var(--sh-card); display: grid; place-items: center; color: var(--c-ink); transition: transform .25s var(--ease); }
.phone .hero-store-badges a:hover { transform: translateY(-3px); }
.phone .hero-store-badges svg { width: 25px; height: 25px; }
@media (max-width: 980px) { [data-hero="full"] .hero-grid { grid-template-columns: 1fr; } [data-hero="full"] .hero-phone { order: -1; } .phone .hero-store-badges { right: 0; } [dir="rtl"] .phone .hero-store-badges { left: 0; } }

/* --- full-bleed hero: modern mesh gradient (purple brand) --- */
[data-hero="full"] .hero {
  background:
    radial-gradient(55% 65% at 8% 12%, color-mix(in srgb, var(--c-purple) 30%, transparent), transparent 60%),
    radial-gradient(46% 56% at 96% 6%, color-mix(in srgb, var(--c-gold) 24%, transparent), transparent 58%),
    radial-gradient(62% 72% at 90% 96%, color-mix(in srgb, var(--c-purple) 30%, transparent), transparent 62%),
    radial-gradient(56% 62% at 16% 102%, color-mix(in srgb, #C9A6D6 60%, transparent), transparent 60%),
    linear-gradient(160deg, #F1E1F2 0%, #FAF4FB 52%, #FFFFFF 100%);
}
[data-hero="full"] .hero-eyebrow { background: color-mix(in srgb, var(--c-white) 70%, transparent); backdrop-filter: blur(6px); }

/* ============================================================
   KASO-STYLE EDITORIAL RESTYLE
   (keeps Santra purple + white + brand fonts; flattens the
   Beanz pastel blobs/tints into clean editorial surfaces)
   ============================================================ */

/* --- flatten Beanz decorations --- */
.hero {
  background:
    radial-gradient(50% 60% at 5% 6%, color-mix(in srgb, var(--c-purple) 15%, transparent), transparent 60%),
    radial-gradient(44% 54% at 99% 2%, color-mix(in srgb, var(--c-gold) 13%, transparent), transparent 58%),
    radial-gradient(56% 62% at 88% 102%, color-mix(in srgb, var(--c-purple-soft) 85%, transparent), transparent 62%),
    linear-gradient(165deg, #F6EEF7 0%, #FCF9FC 56%, var(--c-white) 100%);
}
.hero::before, .hero::after { display: none !important; }
.app-band { background: var(--c-white); }
.app-device::before { display: none !important; }

/* --- bolder, tighter editorial headings --- */
.hero h1 { font-size: clamp(40px, 6vw, 78px); font-weight: 800; letter-spacing: -0.045em; line-height: 1.0; }
[data-heading="serif"] .hero h1 { font-weight: 500; letter-spacing: -0.02em; }
.section h2, .center-head h2, .who h2, .app-copy h2, .deliver-head h2 { font-size: clamp(34px, 5vw, 60px); font-weight: 800; line-height: 1.0; letter-spacing: -0.04em; }
[data-heading="serif"] .section h2, [data-heading="serif"] .app-copy h2 { font-weight: 500; letter-spacing: -0.02em; }

/* --- KASO split: panel + photo --- */
.kaso-split { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; border-radius: 26px; overflow: hidden; box-shadow: var(--sh-soft); }
.kaso-panel { background: var(--c-white); padding: clamp(34px, 5vw, 76px); display: flex; flex-direction: column; justify-content: center; }
.kaso-panel h2 { font-size: clamp(28px, 3.4vw, 46px) !important; line-height: 1.02; }
.kaso-sub { margin-top: 14px; font-family: var(--font-serif); font-size: clamp(16px, 1.7vw, 20px); color: var(--c-accent); font-weight: 500; }
.kaso-photo { position: relative; min-height: 380px; background: var(--c-white); }
.kaso-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.kaso-bullets { margin-top: clamp(22px, 2.6vw, 34px); display: flex; flex-direction: column; gap: 15px; }
.kaso-bullets li { display: grid; grid-template-columns: 24px 1fr; gap: 13px; align-items: start; font-family: var(--font-serif); font-size: clamp(16px, 1.55vw, 19px); line-height: 1.45; color: var(--c-ink-2); }
.kaso-bullets .ck { color: var(--c-accent); width: 22px; height: 22px; margin-top: 2px; }
.kaso-bullets .ck svg { width: 100%; height: 100%; }
.kaso-actions { display: flex; align-items: center; gap: 24px; margin-top: clamp(28px, 3vw, 42px); flex-wrap: wrap; }
.link-demo { font-weight: 600; color: var(--c-ink); border-bottom: 1.5px solid var(--c-ink); padding-bottom: 3px; transition: opacity .2s; }
.link-demo:hover { opacity: .6; }
@media (max-width: 820px) { .kaso-split { grid-template-columns: 1fr; } .kaso-photo { min-height: 280px; order: -1; } .kaso-split.photo-right .kaso-photo { order: -1; } }

/* --- KASO big-number stats --- */
.impact { background: var(--c-white); padding-block: clamp(56px, 8vh, 112px); }
.impact .kaso-stats-head { font-size: clamp(30px, 4vw, 52px); font-weight: 800; letter-spacing: -0.04em; line-height: 1.0; margin-bottom: clamp(40px, 5vw, 70px); }
.impact-grid { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 0 !important; background: transparent !important; border: none !important; border-radius: 0 !important; padding: 0 !important; }
.impact .stat { display: flex; flex-direction: column; text-align: left; padding-inline: clamp(20px, 2.6vw, 42px); border-left: 1px solid var(--c-line); }
.impact .stat::before { display: none !important; }
.impact .stat:first-child { padding-left: 0; border-left: none; }
[dir="rtl"] .impact .stat { border-left: none; border-right: 1px solid var(--c-line); padding-inline: clamp(20px, 2.6vw, 42px); }
[dir="rtl"] .impact .stat:first-child { padding-right: 0; border-right: none; }
.impact .stat .lbl { order: -1; font-family: var(--font-serif); font-size: clamp(14px, 1.4vw, 17px); color: var(--c-muted); max-width: 17ch; margin: 0 0 clamp(28px, 4vw, 56px); line-height: 1.35; font-weight: 400; }
.impact .stat .num { font-size: clamp(46px, 7vw, 94px) !important; font-weight: 800 !important; letter-spacing: -0.05em; line-height: 0.85; }
.impact .stat .num .u { color: var(--c-accent); }
@media (max-width: 760px) { .impact-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 40px 0 !important; } .impact .stat:nth-child(odd) { border-left: none; padding-left: 0; } [dir="rtl"] .impact .stat:nth-child(odd) { border-right: none; padding-right: 0; } }

/* --- KASO logo wall --- */
.kaso-block + .kaso-block { margin-top: clamp(52px, 7vw, 92px); }
.kaso-logos-head { text-align: center; font-size: clamp(24px, 3.2vw, 42px); font-weight: 800; letter-spacing: -0.035em; line-height: 1.05; }
.kaso-marquee { overflow: hidden; margin-top: clamp(38px, 4.5vw, 60px); -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.kaso-track { display: flex; gap: 0; width: max-content; will-change: transform; }
.kaso-marquee:hover .kaso-track { --marquee-paused: 1; }
.logo-card { flex: none; display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; padding-right: clamp(40px, 4.5vw, 72px); }
.logo-mark { width: clamp(82px, 7vw, 108px); height: clamp(82px, 7vw, 108px); border-radius: 26px; border: none; display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; font-size: clamp(38px, 4vw, 50px); color: #fff; box-shadow: 0 18px 36px -16px rgba(31,26,32,.5); transition: transform .35s var(--ease); }
.logo-mark.img { padding: 0; overflow: hidden; background: #fff; }
.logo-mark.img img { width: 100%; height: 100%; object-fit: contain; }
.logo-card:hover .logo-mark { transform: translateY(-6px) scale(1.04); }
.logo-name { font-family: var(--font-serif); font-size: clamp(14px, 1.4vw, 16.5px); color: var(--c-ink-2); line-height: 1.3; max-width: 14ch; }
.logo-mark.c1 { background: linear-gradient(150deg, #7A3E2A, #4E2012); }
.logo-mark.c2 { background: linear-gradient(150deg, #D47080, #B44C62); }
.logo-mark.c3 { background: linear-gradient(150deg, #C49858, #9A7034); }
.logo-mark.c4 { background: linear-gradient(150deg, #E0A0A0, #C47878); }
.logo-mark.c5 { background: linear-gradient(150deg, #8A4832, #622E1A); }
.logo-mark.c6 { background: linear-gradient(150deg, #D46A5E, #B84A40); }
@media (prefers-reduced-motion: reduce) { .kaso-track { animation: none; } }

/* ============================================================
   BRANDED CHROME — soft purple tint (replaces cream)
   ============================================================ */
.footer { background: var(--c-purple-faint); }

/* --- KASO testimonials --- */
.tst { background: var(--c-white); overflow: hidden; }
.tst .wrap { overflow: visible; }
.tst-head h2 { max-width: 16ch; }
.tst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 1.8vw, 24px); margin-top: clamp(40px, 4.5vw, 60px); }
.tst-card { background: var(--c-white); border: 1px solid var(--c-line); border-radius: 18px; padding: clamp(24px, 2.6vw, 32px); display: flex; flex-direction: column; transition: transform .32s var(--ease), box-shadow .32s var(--ease), border-color .3s; }
.tst-card:hover { transform: translateY(-4px); box-shadow: var(--sh-card); border-color: color-mix(in srgb, var(--c-accent) 32%, transparent); }
.tst-author { display: flex; align-items: center; gap: 14px; margin-bottom: clamp(18px, 2vw, 24px); padding-bottom: clamp(18px, 2vw, 24px); border-bottom: 1px solid var(--c-line); }
.tst-author .ava { width: 52px; height: 52px; border-radius: 50%; overflow: hidden; flex: none; background: var(--c-cream); }
.tst-author .ava .ph,
.tst-author .ava img { width: 100%; height: 100%; object-fit: cover; }
.tst-author .nm { font-family: var(--font-serif); font-size: 17px; font-weight: 700; color: var(--c-ink); }
.tst-author .role { font-family: var(--font-serif); color: var(--c-muted); font-size: 14px; }
.tst-quote { flex: 1; font-family: var(--font-serif); font-size: clamp(16px, 1.55vw, 18.5px); line-height: 1.55; color: var(--c-ink-2); }
@media (max-width: 1024px) { .tst-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .tst-grid { grid-template-columns: 1fr; } }

/* --- Services: flat editorial cards (drop pastel circular tiles) --- */
.svc-grid .svc-card .ic,
.svc-grid .svc-card:nth-child(3n+1) .ic,
.svc-grid .svc-card:nth-child(3n+2) .ic,
.svc-grid .svc-card:nth-child(3n+3) .ic { background: transparent; color: var(--c-accent); width: 40px; height: 40px; border-radius: 0; padding: 0; margin-bottom: 18px; }
.svc-card { border-radius: 18px; }
.svc-card h3 { font-weight: 800; letter-spacing: -0.02em; }
.svc-card p { font-family: var(--font-serif); font-size: 16.5px; color: var(--c-ink-2); }
[data-heading="serif"] .svc-card h3 { font-weight: 600; }
