/* design-launch.css — Bento launcher hub for homepage
   Body: .launch-home. Built ON TOP of design-2026.css + design-vip.css tokens. */

body.launch-home{
  background: var(--bg-dark);
  color: var(--text-light);
  font-family: Georgia,-apple-system,sans-serif;
}
body.launch-home main{ overflow-x: clip; }

.lh-c{ max-width: 1380px; margin: 0 auto; padding: 0 clamp(20px,4vw,56px); }

/* ─── Compact hero band ───────────────────────────────────────── */
.lh-hero{
  padding: clamp(72px,11vh,120px) 0 clamp(56px,8vh,80px);
  background:
    radial-gradient(ellipse at 80% 30%, rgba(198,161,91,.12) 0%, transparent 55%),
    var(--bg-dark);
  text-align: center;
}
.lh-hero-eyebrow{
  display: inline-flex; align-items: center; gap: 12px;
  font: 600 11px/1 Georgia; letter-spacing: .26em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 22px;
}
.lh-hero-eyebrow::before, .lh-hero-eyebrow::after{
  content:""; width: 36px; height: 1px; background: var(--gold);
}
.lh-hero h1{
  font: 400 clamp(40px,5.4vw,76px)/1.05 Georgia,Georgia,serif !important;
  letter-spacing: -.01em; color: var(--text-light); margin: 0 auto 22px;
  max-width: 980px; text-wrap: balance;
}
.lh-hero h1 .it{ font-style: italic; color: var(--gold-soft); font-weight: 500; }
.lh-hero-sub{
  font: 400 clamp(15px,1.3vw,17px)/1.55 Georgia; color: rgba(244,239,230,.74);
  max-width: 620px; margin: 0 auto 30px;
}
.lh-hero-cta{ display: inline-flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.lh-btn{
  display: inline-flex; align-items: center; gap: 10px;
  font: 600 12px/1 Georgia; letter-spacing: .14em; text-transform: uppercase;
  padding: 16px 26px; border-radius: 999px;
  border: 1px solid transparent; text-decoration: none; cursor: pointer;
  transition: transform .2s, box-shadow .2s, background .2s, color .2s;
  white-space: nowrap;
}
.lh-btn--gold{
  background: linear-gradient(135deg, var(--gold-soft) 0%, var(--gold) 60%, #A8862A 100%);
  color: #1a1612; box-shadow: 0 10px 28px rgba(198,161,91,.30);
}
.lh-btn--gold:hover{ transform: translateY(-2px); box-shadow: 0 16px 38px rgba(198,161,91,.44); color: #1a1612; }
.lh-btn--ghost{ background: transparent; border-color: rgba(198,161,91,.42); color: var(--text-light); }
.lh-btn--ghost:hover{ background: rgba(198,161,91,.08); color: var(--gold-soft); }
.lh-btn--wa{ background:#25D366; color:#fff; }
.lh-btn--wa:hover{ background:#1ebe5a; color:#fff; transform: translateY(-2px); }
.lh-btn--dark{ background: rgba(255,255,255,.06); color: var(--text-light); border-color: rgba(255,255,255,.12); }
.lh-btn--dark:hover{ background: rgba(255,255,255,.10); }

/* ─── BENTO LAUNCHER (the main attraction) ─────────────────── */
.lh-sec{ padding: clamp(48px,7vh,72px) 0; }
.lh-sec--first{ padding-top: clamp(28px,4vh,48px); }
body.launch-pure{ background: var(--bg-dark); }
.lh-sec-head{
  display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap;
  margin-bottom: clamp(28px,4vw,48px);
}
.lh-sec-num{
  font: 500 11px/1 Georgia; letter-spacing: .26em; text-transform: uppercase; color: var(--gold);
  display: inline-flex; align-items: center; gap: 12px; margin-bottom: 14px;
}
.lh-sec-num::before{ content:""; width: 32px; height: 1px; background: var(--gold); }
.lh-sec-title{
  font: 400 clamp(28px,3.4vw,46px)/1.1 Georgia,serif; margin: 0;
  letter-spacing: -.01em; color: var(--text-light);
}
.lh-sec-title .it{ font-style: italic; color: var(--gold-soft); }
.lh-sec-link{
  font: 600 11px/1 Georgia; letter-spacing: .16em; text-transform: uppercase; color: var(--gold);
  text-decoration: none; padding-bottom: 4px; border-bottom: 1px solid transparent;
}
.lh-sec-link:hover{ border-color: var(--gold); }

/* The bento itself — 12 col, asymmetric */
.lh-bento{
  display: grid; grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 220px; gap: 14px;
}

/* Tile base */
.lh-tile{
  position: relative; overflow: hidden; border-radius: 20px;
  border: 1px solid var(--border-gold);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 28px 26px;
  text-decoration: none; color: var(--text-light);
  isolation: isolate;
  transition: transform .3s cubic-bezier(.16,1,.3,1), box-shadow .3s, border-color .3s;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.012));
}
.lh-tile:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(0,0,0,.55);
  border-color: rgba(198,161,91,.5);
  color: var(--text-light);
}

/* Optional photo background */
.lh-tile-img{
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center;
  transform: scale(1.02); transition: transform 1s cubic-bezier(.16,1,.3,1);
}
.lh-tile:hover .lh-tile-img{ transform: scale(1.08); }
.lh-tile-img::after{
  content:""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,11,10,.20) 0%, rgba(11,11,10,.88) 80%);
}

/* Top tag */
.lh-tile-tag{
  position: absolute; top: 18px; left: 18px; z-index: 3;
  display: inline-flex; align-items: center; gap: 6px;
  font: 600 9px/1 Georgia; letter-spacing: .22em; text-transform: uppercase;
  background: rgba(0,0,0,.55); color: var(--gold);
  padding: 8px 12px; border-radius: 999px;
  border: 1px solid var(--border-gold);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}

/* Top-right pill (count, status, etc.) */
.lh-tile-pill{
  position: absolute; top: 18px; right: 18px; z-index: 3;
  font: 600 10px/1 Georgia; letter-spacing: .16em; text-transform: uppercase;
  background: rgba(198,161,91,.18); color: var(--gold);
  padding: 8px 12px; border-radius: 999px;
  border: 1px solid var(--border-gold);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}

.lh-tile-body{ position: relative; z-index: 2; }
.lh-tile-eye{
  font: 600 10px/1 Georgia; letter-spacing: .22em; text-transform: uppercase; color: var(--gold);
  margin: 0 0 10px;
}
.lh-tile-title{
  font: 500 clamp(22px,2vw,32px)/1.1 Georgia,serif;
  margin: 0 0 8px; color: var(--text-light);
}
.lh-tile-title .it{ font-style: italic; color: var(--gold-soft); }
.lh-tile-desc{
  font: 400 13px/1.5 Georgia; color: rgba(244,239,230,.72); margin: 0 0 14px;
  max-width: 480px;
}
.lh-tile-cta{
  display: inline-flex; align-items: center; gap: 8px;
  font: 600 11px/1 Georgia; letter-spacing: .16em; text-transform: uppercase; color: var(--gold);
}
.lh-tile-cta::after{ content:"→"; transition: transform .25s; }
.lh-tile:hover .lh-tile-cta::after{ transform: translateX(4px); }

/* Icon (for non-photo tiles) */
.lh-tile-icon{
  position: relative; z-index: 2;
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 14px;
  background: rgba(198,161,91,.14); color: var(--gold);
  margin-bottom: 18px;
}
.lh-tile-icon svg{ width: 26px; height: 26px; }

/* Variants — span definitions */
.lh-tile--xl{ grid-column: span 8; grid-row: span 3; }   /* hero (Layihələr) */
.lh-tile--lg{ grid-column: span 6; grid-row: span 2; }
.lh-tile--md{ grid-column: span 4; grid-row: span 2; }
.lh-tile--sm{ grid-column: span 4; grid-row: span 1; padding: 22px; }
.lh-tile--tall{ grid-column: span 4; grid-row: span 3; }

/* Gold-accent CTA tile (Smeta) */
.lh-tile--gold{
  background: linear-gradient(135deg, #1a1612 0%, #0B0B0A 100%);
  border-color: rgba(198,161,91,.5);
}
.lh-tile--gold .lh-tile-title{ color: var(--text-light); }
.lh-tile--gold::before{
  content:""; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse at 80% 30%, rgba(198,161,91,.22) 0%, transparent 60%);
}
.lh-tile--gold .lh-tile-cta{ color: var(--gold-soft); }

/* Contact tile (dark with WA accent) */
.lh-tile--contact{
  background: linear-gradient(135deg, #0B2614 0%, #061a0b 100%);
  border-color: rgba(37,211,102,.32);
}
.lh-tile--contact .lh-tile-icon{ background: rgba(37,211,102,.16); color: #25D366; }
.lh-tile--contact .lh-tile-cta{ color: #25D366; }

/* Card tile (gold gradient) */
.lh-tile--cards{
  background: linear-gradient(135deg, var(--gold-soft) 0%, var(--gold) 60%, #A8862A 100%);
  border-color: var(--gold);
  color: #1a1612;
}
.lh-tile--cards .lh-tile-eye,
.lh-tile--cards .lh-tile-title,
.lh-tile--cards .lh-tile-cta{ color: #1a1612; }
.lh-tile--cards .lh-tile-desc{ color: rgba(26,22,18,.74); }
.lh-tile--cards .lh-tile-icon{ background: rgba(26,22,18,.12); color: #1a1612; }

/* Studio tile (dark with portrait) */
.lh-tile--studio .lh-tile-img::after{
  background: linear-gradient(135deg, rgba(11,11,10,.35) 0%, rgba(11,11,10,.92) 70%);
}

/* ─── Horizontal projects strip ────────────────────────────── */
.lh-strip-wrap{ overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 12px; scrollbar-width: thin; }
.lh-strip-wrap::-webkit-scrollbar{ height: 6px; }
.lh-strip-wrap::-webkit-scrollbar-thumb{ background: var(--border-gold); border-radius: 6px; }
.lh-strip{
  display: flex; gap: 14px; padding-bottom: 8px;
}
.lh-strip-card{
  flex: 0 0 320px; aspect-ratio: 4/5; position: relative; overflow: hidden;
  border-radius: 16px; border: 1px solid var(--border-gold);
  text-decoration: none;
}
.lh-strip-card-img{
  position: absolute; inset: 0; background-size: cover; background-position: center;
  transition: transform .8s cubic-bezier(.16,1,.3,1);
}
.lh-strip-card:hover .lh-strip-card-img{ transform: scale(1.06); }
.lh-strip-card::after{
  content:""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.82) 100%);
}
.lh-strip-card-meta{
  position: absolute; inset: auto 0 0 0; padding: 18px 16px; z-index: 1; color: #fff;
}
.lh-strip-card-tag{
  display: inline-block; font: 600 9px/1 Georgia; letter-spacing: .18em; text-transform: uppercase;
  background: rgba(0,0,0,.5); color: var(--gold); padding: 6px 10px; border-radius: 999px;
  border: 1px solid var(--border-gold); margin-bottom: 8px; backdrop-filter: blur(8px);
}
.lh-strip-card-name{ font: 500 18px/1.2 Georgia,serif; margin: 0 0 4px; color:#fff; }
.lh-strip-card-info{ font: 400 11px/1.4 Georgia; color: rgba(255,255,255,.78); margin: 0; }

/* ─── Final closer ─────────────────────────────────────────── */
.lh-closer{
  text-align: center;
  padding: clamp(80px,11vh,140px) 0;
  background:
    radial-gradient(ellipse at center, rgba(198,161,91,.12) 0%, transparent 55%),
    var(--bg-dark);
  border-top: 1px solid var(--border-gold);
}
.lh-closer h2{
  font: 400 clamp(36px,5vw,72px)/1.05 Georgia,serif;
  margin: 0 0 18px; letter-spacing: -.01em; color: var(--text-light);
}
.lh-closer h2 .it{ font-style: italic; color: var(--gold-soft); }
.lh-closer p{
  font: 400 15px/1.55 Georgia; color: var(--muted); max-width: 540px; margin: 0 auto 32px;
}

/* ─── PULSE BADGES (ad-style) ──────────────────────────────── */
.lh-badge{
  position: absolute; top: 14px; right: 14px; z-index: 4;
  font: 700 9px/1 Georgia; letter-spacing: .22em; text-transform: uppercase;
  padding: 8px 11px; border-radius: 999px;
  display: inline-flex; align-items: center; gap: 6px;
}
.lh-badge::before{
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  display: inline-block; animation: lhPulse 1.6s ease-in-out infinite;
}
.lh-badge--free   { background: rgba(37,211,102,.18); color: #25D366; border: 1px solid rgba(37,211,102,.42); backdrop-filter: blur(8px); }
.lh-badge--free::before{ background: #25D366; box-shadow: 0 0 12px #25D366; }
.lh-badge--new    { background: rgba(255,69,58,.16); color: #ff8a82; border: 1px solid rgba(255,69,58,.42); backdrop-filter: blur(8px); }
.lh-badge--new::before{ background: #ff453a; box-shadow: 0 0 12px #ff453a; }
.lh-badge--hot    { background: rgba(255,159,10,.16); color: #ffb04d; border: 1px solid rgba(255,159,10,.42); backdrop-filter: blur(8px); }
.lh-badge--hot::before{ background: #ff9f0a; box-shadow: 0 0 12px #ff9f0a; }
.lh-badge--gold   { background: rgba(198,161,91,.22); color: var(--gold); border: 1px solid var(--border-gold); backdrop-filter: blur(8px); }
.lh-badge--gold::before{ background: var(--gold); box-shadow: 0 0 12px var(--gold); }
@keyframes lhPulse{
  0%,100%{ opacity: 1; transform: scale(1); }
  50%    { opacity: .55; transform: scale(1.35); }
}

/* ─── DYNAMIC TILE — auto-rotating cover images ──────────── */
.lh-tile-rot{
  position: absolute; inset: 0; z-index: 0;
}
.lh-tile-rot .frame{
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.lh-tile-rot .frame.is-on{ opacity: 1; }
.lh-tile-rot::after{
  content:""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,11,10,.18) 0%, rgba(11,11,10,.88) 80%);
  z-index: 1;
}

/* Mini price chip */
.lh-pricechip{
  display: inline-flex; align-items: baseline; gap: 6px;
  font: 500 11px/1 Georgia; letter-spacing: .14em; text-transform: uppercase; color: var(--muted);
  margin-top: 8px;
}
.lh-pricechip strong{
  font: 500 16px/1 Georgia,serif; color: var(--gold);
  font-style: italic;
}

/* ─── PRIVILEGE CARDS section (replica of giftcart.azea.az) ─ */
.lh-cards-section{
  padding: clamp(64px,9vh,110px) 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(198,161,91,.08) 0%, transparent 55%),
    var(--bg-dark-2);
  border-top: 1px solid var(--border-gold);
  border-bottom: 1px solid var(--border-gold);
}
.lh-cards-row{
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
}
@media (max-width: 1100px){
  .lh-cards-row{ grid-template-columns: repeat(2,1fr); gap: 18px; }
}
@media (max-width: 540px){
  .lh-cards-row{ grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════════════════════
   CREDIT-CARD REPLICA (verbatim port from giftcart.azea.az)
   Locally namespaced color tokens — no leakage to other pages
   ════════════════════════════════════════════════════════════ */
body.launch-home{
  --silver-1:   #d6d9dd;  --silver-2:   #8b8f96;  --silver-3:   #2a2c30;
  --cc-gold-1:  #f3d98a;  --cc-gold-2:  #b88b3a;  --cc-gold-3:  #4b3c1f;
  --plat-1:     #e8eef2;  --plat-2:     #a9b8c2;  --plat-3:     #2d3640;
  --black-1:    #2a2a2e;  --black-2:    #14141a;  --black-3:    #050507;
  --gold-300:   #d9bd80;  --gold-500:   #c9a96a;  --gold-700:   #9c8048;
}

body.launch-home .credit-card{
  aspect-ratio: 1.586 / 1;
  width: 100%; max-width: 360px; margin: 0 auto;
  border-radius: clamp(12px, 4.5cqi, 22px);
  position: relative; overflow: hidden;
  padding: clamp(14px, 6.5cqi, 30px);
  display: flex; flex-direction: column;
  color: #fff;
  box-shadow: 0 24px 48px rgba(0,0,0,.42), 0 6px 14px rgba(0,0,0,.22);
  transform-style: preserve-3d;
  transition: transform .5s cubic-bezier(.16,1,.3,1), box-shadow .5s;
  isolation: isolate;
  container-type: inline-size;
  container-name: ccard;
  text-decoration: none;
}
body.launch-home .credit-card::before{
  content:""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.18) 0%, transparent 30%, transparent 70%, rgba(255,255,255,.08) 100%);
  pointer-events: none; z-index: 1;
}
body.launch-home .credit-card::after{
  content:""; position: absolute; inset: 0;
  background-image:
    radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    radial-gradient(rgba(0,0,0,.04) 1px, transparent 1px);
  background-size: 4px 4px, 6px 6px;
  background-position: 0 0, 2px 2px;
  opacity: .6; mix-blend-mode: overlay;
  pointer-events: none; z-index: 1;
}
body.launch-home .credit-card:hover{
  transform: translateY(-6px) rotateX(2deg) rotateY(-3deg);
  box-shadow: 0 50px 80px -20px rgba(0,0,0,.9), 0 20px 40px -15px rgba(0,0,0,.7);
}
body.launch-home .credit-card .cc-foil{
  position: absolute; inset: clamp(6px, 2.5cqi, 12px);
  border-radius: clamp(8px, 3cqi, 14px);
  border: 1px solid rgba(255,255,255,.18);
  pointer-events: none; z-index: 2;
}
body.launch-home .credit-card .cc-top{
  display: flex; justify-content: space-between; align-items: flex-start;
  position: relative; z-index: 2;
}
body.launch-home .credit-card .cc-brand{
  font: 500 clamp(12px, 5cqi, 18px)/1.2 Georgia,serif;
  letter-spacing: .02em;
}
body.launch-home .credit-card .cc-brand small{
  display: block; font: 400 clamp(8px, 3.4cqi, 12px)/1.2 Georgia;
  letter-spacing: .24em; text-transform: uppercase;
  margin-top: 4px; opacity: .7;
}
body.launch-home .credit-card .cc-tier{
  font: 600 clamp(8px, 3.4cqi, 12px)/1 Georgia;
  letter-spacing: .24em; text-transform: uppercase;
  padding: clamp(2px, 1cqi, 4px) clamp(6px, 2.4cqi, 10px);
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.3);
  opacity: .9;
}
body.launch-home .credit-card .cc-discount{
  position: relative; z-index: 2;
  margin-top: auto;
  display: flex; justify-content: space-between; align-items: flex-end;
}
body.launch-home .credit-card .cc-discount .cc-disc-num{
  font: 500 clamp(34px, 14cqi, 56px)/.9 Georgia,serif;
  font-style: italic; letter-spacing: -.03em;
}
body.launch-home .credit-card .cc-discount .cc-disc-num small{
  font-size: .5em; font-weight: 400; font-style: normal; opacity: .7;
  margin-left: 2px;
}
body.launch-home .credit-card .cc-discount .cc-uses{
  text-align: right;
  font: 400 clamp(9px, 3.6cqi, 13px)/1.4 Georgia;
  letter-spacing: .18em; text-transform: lowercase;
  opacity: .78;
}
body.launch-home .credit-card .cc-discount .cc-uses strong{
  display: block;
  font: 500 clamp(18px, 7cqi, 28px)/1 Georgia,serif;
  font-style: italic; letter-spacing: -.01em; text-transform: none;
  margin-bottom: 2px; opacity: 1;
}
body.launch-home .credit-card .cc-footline{
  position: relative; z-index: 2;
  display: flex; justify-content: space-between; align-items: center;
  margin-top: clamp(6px, 2.5cqi, 12px);
  font: 600 clamp(7.5px, 3.2cqi, 11px)/1 Georgia;
  letter-spacing: .28em; text-transform: uppercase; opacity: .7;
}
body.launch-home .credit-card .cc-serial{
  font: 400 clamp(7px, 3cqi, 10.5px)/1 ui-monospace,"SF Mono",Menlo,monospace;
  letter-spacing: .16em; text-transform: none; opacity: .85;
}

/* Tier surfaces — exact replicas */
body.launch-home .credit-card.tier-silver{
  background: linear-gradient(135deg, var(--silver-1) 0%, var(--silver-2) 50%, var(--silver-3) 100%);
  color: #0a0a0e;
}
body.launch-home .credit-card.tier-silver .cc-tier,
body.launch-home .credit-card.tier-silver .cc-foil{ border-color: rgba(0,0,0,.32); color: rgba(0,0,0,.7); }
body.launch-home .credit-card.tier-silver::before{
  background: linear-gradient(135deg, rgba(255,255,255,.4) 0%, transparent 30%, transparent 70%, rgba(0,0,0,.15) 100%);
}

body.launch-home .credit-card.tier-gold{
  background: linear-gradient(135deg, var(--cc-gold-1) 0%, var(--cc-gold-2) 50%, var(--cc-gold-3) 100%);
  color: #0a0a0e;
}
body.launch-home .credit-card.tier-gold .cc-tier,
body.launch-home .credit-card.tier-gold .cc-foil{ border-color: rgba(0,0,0,.32); color: rgba(0,0,0,.7); }
body.launch-home .credit-card.tier-gold::before{
  background: linear-gradient(135deg, rgba(255,255,255,.45) 0%, transparent 30%, transparent 70%, rgba(0,0,0,.2) 100%);
}

body.launch-home .credit-card.tier-platinum{
  background: linear-gradient(135deg, var(--plat-1) 0%, var(--plat-2) 50%, var(--plat-3) 100%);
  color: #0a0a0e;
}
body.launch-home .credit-card.tier-platinum .cc-tier,
body.launch-home .credit-card.tier-platinum .cc-foil{ border-color: rgba(0,0,0,.32); color: rgba(0,0,0,.7); }
body.launch-home .credit-card.tier-platinum::before{
  background: linear-gradient(135deg, rgba(255,255,255,.5) 0%, transparent 30%, transparent 70%, rgba(0,0,0,.18) 100%);
}

body.launch-home .credit-card.tier-black{
  background: linear-gradient(135deg, var(--black-1) 0%, var(--black-2) 50%, var(--black-3) 100%);
  color: var(--gold-300);
}
body.launch-home .credit-card.tier-black .cc-brand,
body.launch-home .credit-card.tier-black .cc-discount .cc-disc-num,
body.launch-home .credit-card.tier-black .cc-discount .cc-uses strong{ color: var(--gold-300); }
body.launch-home .credit-card.tier-black .cc-tier{ border-color: var(--gold-700); color: var(--gold-500); }
body.launch-home .credit-card.tier-black .cc-foil{ border-color: rgba(201,169,106,.32); }
body.launch-home .credit-card.tier-black::before{
  background: linear-gradient(135deg, rgba(201,169,106,.10) 0%, transparent 40%, transparent 60%, rgba(201,169,106,.05) 100%);
}

/* ─── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 1100px){
  .lh-bento{ grid-template-columns: repeat(8, 1fr); grid-auto-rows: 200px; }
  .lh-tile--xl{ grid-column: span 8; grid-row: span 3; }
  .lh-tile--lg{ grid-column: span 4; grid-row: span 2; }
  .lh-tile--md{ grid-column: span 4; grid-row: span 2; }
  .lh-tile--sm{ grid-column: span 4; grid-row: span 1; }
  .lh-tile--tall{ grid-column: span 4; grid-row: span 2; }
}
@media (max-width: 640px){
  .lh-bento{ grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .lh-tile--xl{ grid-column: 1/-1; grid-row: span 2; }
  .lh-tile, .lh-tile--lg, .lh-tile--md, .lh-tile--sm, .lh-tile--tall{ grid-column: 1/-1; grid-row: span 1; }
  .lh-hero-cta{ flex-direction: column; align-items: stretch; }
  .lh-btn{ width: 100%; justify-content: center; }
  .lh-strip-card{ flex-basis: 260px; }
}
