/* jommar.estate — چُمَّار · v3 STRUCTURAL OVERHAUL
 * Editorial / institutional layout — distinct from Qaf's centered scaffold:
 * - Asymmetric split hero (content + bordered logo card)
 * - Pillars strip instead of timeline
 * - Vertical editorial process (huge roman numerals + paragraph)
 * - Featured-project portfolio (1 big + 5 small asymmetric)
 * - Pull-quote driven WHY (quote on one side + supporting on other)
 * - Horizontal cluster strip (not card grid)
 */

:root {
  --bg-deep:    #04081F;
  --bg-base:    #06091F;
  --bg-alt:     #0A0F2C;
  --bg-card:    #0E1A45;
  --bg-card-hi: #14225C;
  --gold:       #C8A24A;
  --gold-warm:  #D4B25C;
  --gold-deep:  #8C6519;
  --cream:      #F5F1EA;
  --cream-soft: rgba(245, 241, 234, 0.78);
  --cream-mute: rgba(245, 241, 234, 0.55);
  --line:       rgba(200, 162, 74, 0.18);
  --line-soft:  rgba(245, 241, 234, 0.08);
  --maxw:       80rem;
}

* { box-sizing: border-box; }

html, body {
  margin: 0; padding: 0;
  background: var(--bg-base);
  color: var(--cream);
  font-family: 'Cairo', 'Inter', system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body[lang="en"] { font-family: 'Inter', system-ui, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

/* ── Floating UI ── */
.lang-toggle-floating {
  position: fixed; top: 18px; inset-inline-end: 18px; z-index: 100;
  background: rgba(200, 162, 74, 0.12);
  color: var(--gold);
  border: 1px solid rgba(200, 162, 74, 0.45);
  border-radius: 0;
  padding: 8px 18px;
  font: 700 13px/1 inherit;
  letter-spacing: 0.12em;
  cursor: pointer;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  transition: transform 0.18s, background 0.18s;
}
.lang-toggle-floating:hover { transform: scale(1.06); background: rgba(200, 162, 74, 0.22); }

.back-link {
  position: fixed; top: 22px; inset-inline-start: 22px; z-index: 100;
  font-size: 12px; font-weight: 700;
  color: var(--cream-soft); letter-spacing: 0.04em;
  background: rgba(4, 8, 31, 0.6);
  padding: 7px 14px;
  border-radius: 0;
  backdrop-filter: blur(10px);
  border: 1px solid var(--line-soft);
  transition: color 0.18s, border-color 0.18s;
}
.back-link:hover { color: var(--gold); border-color: var(--line); }

/* ─────────────────────────────────────────────────────────────────────
   HERO — asymmetric split: content (left/start) + logo card (right/end)
─────────────────────────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: clamp(620px, 85vh, 880px);
  display: flex;
  align-items: center;
  padding: clamp(6rem, 11vw, 9rem) clamp(1.5rem, 5vw, 5rem) clamp(4rem, 8vw, 6rem);
  background:
    radial-gradient(ellipse at 0% 100%, rgba(200, 162, 74, 0.12), transparent 55%),
    linear-gradient(135deg, #02041A 0%, #04081F 50%, #0A0F2C 100%);
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(200, 162, 74, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(200, 162, 74, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}

/* LEFT — content stack */
.hero-content { max-width: 38rem; }
html[dir="rtl"] .hero-content { margin-inline-end: auto; }

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 1.1rem;
  background: rgba(200, 162, 74, 0.06);
  border: 1px solid rgba(200, 162, 74, 0.32);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}
.hero-eyebrow::before {
  content: ''; width: 5px; height: 5px;
  background: var(--gold); box-shadow: 0 0 10px var(--gold);
}

.hero-chip {
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.34em;
  color: var(--gold-warm);
  margin-bottom: 1rem;
}

.hero-title {
  font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 1.05;
  margin: 0 0 1.5rem;
  color: var(--cream);
  letter-spacing: -0.025em;
}
body[lang="ar"] .hero-title {
  font-family: 'Amiri', 'Cormorant Garamond', serif;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0;
  line-height: 1.15;
}

.hero-lead {
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.95;
  color: var(--cream-soft);
  max-width: 36rem;
  margin: 0 0 2.25rem;
}

.hero-ctas { display: flex; gap: 0.85rem; flex-wrap: wrap; }

.btn-primary, .btn-secondary {
  padding: 1rem 2rem;
  border-radius: 0;
  font: 800 0.86rem/1 'Inter', 'Cairo', sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.18s, background 0.18s, box-shadow 0.18s, color 0.18s;
  border: 1.5px solid transparent;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.btn-primary {
  background: var(--gold); color: var(--bg-deep);
  box-shadow: 0 14px 30px -10px rgba(200, 162, 74, 0.45);
}
.btn-primary:hover { transform: translateY(-2px); background: var(--gold-warm); }
.btn-secondary {
  background: transparent; color: var(--cream);
  border-color: rgba(245, 241, 234, 0.4);
}
.btn-secondary:hover { background: rgba(245, 241, 234, 0.06); border-color: var(--gold); color: var(--gold); }

/* RIGHT — bordered logo card with subtle depth */
.hero-mark {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at center, rgba(200, 162, 74, 0.10), transparent 70%),
    rgba(4, 8, 31, 0.4);
  aspect-ratio: 1;
  max-width: 28rem;
  margin: 0 auto;
}
.hero-mark::before, .hero-mark::after {
  content: '';
  position: absolute;
  width: 22px; height: 22px;
  border: 1px solid var(--gold);
}
.hero-mark::before { top: -1px; inset-inline-start: -1px; border-right: 0; border-bottom: 0; }
html[dir="rtl"] .hero-mark::before { border-right: 1px solid var(--gold); border-left: 0; }
.hero-mark::after { bottom: -1px; inset-inline-end: -1px; border-left: 0; border-top: 0; }
html[dir="rtl"] .hero-mark::after { border-left: 1px solid var(--gold); border-right: 0; }
.hero-mark img {
  width: 100%; height: auto;
  filter: drop-shadow(0 24px 50px rgba(0, 0, 0, 0.6));
}

/* ─────────────────────────────────────────────────────────────────────
   PILLARS — horizontal anchored strip (replaces stats)
─────────────────────────────────────────────────────────────────────── */
.pillars {
  background: var(--bg-deep);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.pillars-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: clamp(2rem, 5vw, 3rem) 1.5rem;
  gap: 1.5rem;
}
@media (max-width: 720px) {
  .pillars-inner { grid-template-columns: repeat(2, 1fr); }
}
.pillar {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding-inline-start: 1rem;
  border-inline-start: 1px solid var(--line);
}
.pillar:first-child { border-inline-start: 0; padding-inline-start: 0; }
@media (max-width: 720px) {
  .pillar:nth-child(3) { border-inline-start: 0; padding-inline-start: 0; }
}
.pillar-title {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--gold);
  letter-spacing: -0.005em;
}
body[lang="ar"] .pillar-title { font-family: 'Amiri', serif; font-weight: 700; }
.pillar-body {
  font-size: 0.85rem;
  color: var(--cream-mute);
  letter-spacing: 0.04em;
}

/* ─────────────────────────────────────────────────────────────────────
   PROCESS — vertical editorial flow with huge roman numerals
─────────────────────────────────────────────────────────────────────── */
.process {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 7rem) clamp(1.5rem, 5vw, 4rem);
}
.process-head {
  max-width: 44rem;
  margin: 0 auto 4rem;
  text-align: center;
}
.process-intro {
  margin-top: 1.25rem;
  font-size: 1.05rem;
  line-height: 1.95;
  color: var(--cream-soft);
  font-style: italic;
}
body[lang="ar"] .process-intro { font-style: normal; }

.process-flow {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.proc-step {
  display: grid;
  grid-template-columns: minmax(120px, 18%) 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  padding: 2.5rem 0;
  border-top: 1px solid var(--line-soft);
  align-items: baseline;
}
.proc-step:first-of-type { border-top: 1px solid var(--line); }
.proc-step:last-of-type { border-bottom: 1px solid var(--line); }
@media (max-width: 700px) {
  .proc-step { grid-template-columns: 1fr; gap: 0.75rem; padding: 2rem 0; }
}
.proc-num {
  font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(3rem, 7vw, 5.5rem);
  color: var(--gold);
  line-height: 1;
  letter-spacing: 0.05em;
}
body[lang="ar"] .proc-num { font-family: 'Amiri', serif; font-style: normal; font-weight: 700; }
.proc-content h3 {
  font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  margin: 0 0 0.85rem;
  color: var(--cream);
  letter-spacing: -0.01em;
}
body[lang="ar"] .proc-content h3 { font-family: 'Amiri', serif; font-weight: 700; color: var(--gold-warm); }
.proc-content p {
  font-size: 1rem;
  line-height: 1.95;
  color: var(--cream-soft);
  margin: 0;
  max-width: 48rem;
}

/* ─────────────────────────────────────────────────────────────────────
   PORTFOLIO — featured project (full-bleed) + 5 supporting (asymmetric grid)
─────────────────────────────────────────────────────────────────────── */
.portfolio {
  background: var(--bg-alt);
  padding: clamp(5rem, 10vw, 7rem) clamp(1.5rem, 5vw, 4rem);
}
.portfolio-inner { max-width: var(--maxw); margin: 0 auto; }
.portfolio-head {
  margin-bottom: 3.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: end;
}
@media (max-width: 880px) {
  .portfolio-head { grid-template-columns: 1fr; gap: 1.5rem; }
}
.portfolio-subtitle {
  color: var(--cream-mute);
  font-size: 1rem;
  line-height: 1.85;
  font-style: italic;
}
body[lang="ar"] .portfolio-subtitle { font-style: normal; }

.portfolio-featured {
  position: relative;
  margin-bottom: 1.5rem;
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 21 / 9;
  cursor: default;
}
@media (max-width: 700px) {
  .portfolio-featured { aspect-ratio: 4 / 3; }
}
.portfolio-featured img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.5) saturate(0.85);
  transition: filter 0.5s, transform 0.6s;
}
.portfolio-featured:hover img { filter: brightness(0.65); transform: scale(1.04); }
.portfolio-featured::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(4, 8, 31, 0.95) 0%, rgba(4, 8, 31, 0.4) 50%, transparent 100%);
}
.portfolio-featured-text {
  position: absolute;
  bottom: 0; inset-inline-start: 0; inset-inline-end: 0;
  padding: clamp(1.5rem, 4vw, 2.75rem);
  z-index: 2;
}
.portfolio-featured-eyebrow {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.85rem;
}
.portfolio-featured-title {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-weight: 600;
  font-size: clamp(1.85rem, 4vw, 2.85rem);
  color: var(--cream);
  margin: 0 0 0.85rem;
  line-height: 1.15;
}
body[lang="ar"] .portfolio-featured-title { font-family: 'Amiri', serif; font-weight: 700; }
.portfolio-featured-desc {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--cream-soft);
  max-width: 44rem;
  margin: 0;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
  gap: 1rem;
}
.pgrid-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--line-soft);
}
.pgrid-card img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.55) saturate(0.85);
  transition: filter 0.4s, transform 0.5s;
}
.pgrid-card:hover img { filter: brightness(0.75); transform: scale(1.06); }
.pgrid-card::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(4, 8, 31, 0.85) 0%, transparent 70%);
}
.pgrid-card-title {
  position: absolute;
  bottom: 1rem;
  inset-inline-start: 1rem;
  inset-inline-end: 1rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--gold);
  z-index: 2;
  margin: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
body[lang="ar"] .pgrid-card-title { font-family: 'Amiri', serif; font-weight: 700; font-size: 1.15rem; }

.portfolio-note {
  margin-top: 3rem;
  text-align: center;
  font-size: 0.95rem;
  color: var(--cream-mute);
  line-height: 1.85;
  font-style: italic;
}
body[lang="ar"] .portfolio-note { font-style: normal; }

/* ─────────────────────────────────────────────────────────────────────
   WHY — large pull-quote + supporting paragraphs (editorial 2-col)
─────────────────────────────────────────────────────────────────────── */
.why {
  background: var(--bg-base);
  padding: clamp(6rem, 12vw, 9rem) clamp(1.5rem, 5vw, 4rem);
}
.why-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}
@media (max-width: 880px) {
  .why-inner { grid-template-columns: 1fr; gap: 2.5rem; }
}

.why-quote-block { position: relative; padding-inline-start: 2rem; }
.why-quote-block::before {
  content: '“';
  position: absolute;
  top: -3rem;
  inset-inline-start: -1rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 8rem;
  line-height: 1;
  color: var(--gold);
  opacity: 0.4;
}
html[dir="rtl"] .why-quote-block::before { content: '"'; }
.why-eyebrow {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--gold);
  margin-bottom: 1.75rem;
}
.why-quote {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-weight: 600;
  font-style: italic;
  font-size: clamp(1.85rem, 4.2vw, 3rem);
  line-height: 1.25;
  color: var(--cream);
  margin: 0 0 1.5rem;
  letter-spacing: -0.015em;
}
body[lang="ar"] .why-quote {
  font-family: 'Amiri', serif;
  font-weight: 700;
  font-style: normal;
  color: var(--gold-warm);
}
.why-attribution {
  font-size: 0.85rem;
  color: var(--cream-mute);
  letter-spacing: 0.06em;
  font-style: italic;
}
body[lang="ar"] .why-attribution { font-style: normal; }

.why-supports { display: flex; flex-direction: column; gap: 2rem; }
.why-card-mini {
  border-inline-start: 2px solid var(--gold);
  padding-inline-start: 1.5rem;
}
.why-card-mini h3 {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-weight: 600;
  font-size: 1.35rem;
  margin: 0 0 0.75rem;
  color: var(--gold-warm);
}
body[lang="ar"] .why-card-mini h3 { font-family: 'Amiri', serif; font-weight: 700; font-size: 1.45rem; }
.why-card-mini p {
  font-size: 0.95rem;
  line-height: 1.85;
  color: var(--cream-soft);
  margin: 0;
}

/* ─────────────────────────────────────────────────────────────────────
   CLUSTER — horizontal strip (NOT card grid)
─────────────────────────────────────────────────────────────────────── */
.cluster {
  background: var(--bg-deep);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(4rem, 8vw, 6rem) 1.5rem;
}
.cluster-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  text-align: center;
}
.cluster-eyebrow {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.cluster-title {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  color: var(--cream);
  margin: 0 auto 0.85rem;
  max-width: 38rem;
  line-height: 1.3;
}
body[lang="ar"] .cluster-title { font-family: 'Amiri', serif; font-weight: 700; }
.cluster-subtitle {
  font-size: 0.92rem;
  color: var(--cream-mute);
  margin: 0 auto 2.5rem;
  max-width: 44rem;
  line-height: 1.75;
}

.cluster-strip {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0;
  border: 1px solid var(--line);
}
.cstrip-item {
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  padding: 1.5rem 1rem;
  background: var(--bg-card);
  border-inline-start: 1px solid var(--line-soft);
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  font-family: inherit;
  text-decoration: none;
  color: inherit;
}
.cstrip-item:first-child { border-inline-start: 0; }
.cstrip-item:hover { background: var(--bg-card-hi); }
.cstrip-self {
  background: rgba(200, 162, 74, 0.1);
  border-inline-start-color: var(--gold);
}
.cstrip-self:hover { background: rgba(200, 162, 74, 0.16); }
.cstrip-mark {
  font-family: 'Amiri', serif;
  font-weight: 700;
  font-size: 1.85rem;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.35rem;
}
.cstrip-mark img { height: 2rem; width: auto; }
.cstrip-name {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--cream);
}
body[lang="ar"] .cstrip-name { font-family: 'Amiri', serif; font-weight: 700; font-size: 1.15rem; }
.cstrip-desc {
  font-size: 0.78rem;
  color: var(--cream-mute);
  letter-spacing: 0.04em;
}

/* ─────────────────────────────────────────────────────────────────────
   CONTACT — large editorial CTA
─────────────────────────────────────────────────────────────────────── */
.contact {
  background: linear-gradient(135deg, #02041A 0%, #04081F 100%);
  color: var(--cream);
  padding: clamp(6rem, 12vw, 9rem) 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.contact::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 70%, rgba(200, 162, 74, 0.18), transparent 60%);
}
.contact-inner { max-width: 50rem; margin: 0 auto; position: relative; }
.contact-eyebrow {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.contact-title {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-weight: 600;
  font-size: clamp(2rem, 4.5vw, 3rem);
  color: var(--cream);
  margin: 0 0 1.25rem;
  line-height: 1.2;
}
body[lang="ar"] .contact-title { font-family: 'Amiri', serif; font-weight: 700; color: var(--gold); }
.contact-lead {
  color: var(--cream-soft);
  font-size: 1.05rem;
  line-height: 1.95;
  margin: 0 auto 2.5rem;
  max-width: 40rem;
}

.contact-call {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1.2rem 2.5rem;
  background: var(--gold);
  color: var(--bg-deep);
  border-radius: 0;
  font-weight: 800;
  font-size: 1.08rem;
  letter-spacing: 0.06em;
  box-shadow: 0 16px 40px -10px rgba(200, 162, 74, 0.5);
  margin-bottom: 2rem;
  transition: transform 0.2s, background 0.2s;
}
.contact-call:hover { transform: translateY(-3px); background: var(--gold-warm); }

.contact-channels {
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center;
  margin-top: 1.5rem;
}
.channel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  background: rgba(245, 241, 234, 0.05);
  border: 1px solid var(--line);
  color: var(--cream);
  transition: background 0.18s, border-color 0.18s, transform 0.18s, color 0.18s;
}
.channel-btn:hover {
  background: rgba(200, 162, 74, 0.16);
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}
.channel-btn svg { width: 1.25rem; height: 1.25rem; }

/* ── FOOTER ── */
.site-footer {
  background: #01030E;
  color: var(--cream-mute);
  padding: 2.75rem 1.5rem 1.85rem;
  text-align: center;
  border-top: 1px solid var(--line-soft);
}
.endorsement {
  display: inline-block;
  padding: 1.2rem 2.2rem;
  border: 1px solid var(--line);
  background: rgba(245, 241, 234, 0.025);
  margin-bottom: 1.4rem;
  transition: background 0.2s, border-color 0.2s;
  text-decoration: none;
  color: inherit;
  max-width: 92vw;
}
.endorsement:hover { background: rgba(200, 162, 74, 0.08); border-color: var(--gold); }
.endorsement-line {
  display: inline-block;
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--cream-soft);
  letter-spacing: 0.02em;
  text-align: center;
}
.inline-mkw-logo {
  display: inline-block;
  height: 1.85em;
  width: auto;
  margin: 0 0.4em;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  object-fit: contain;
  filter: brightness(1.15);
}
.footer-copy {
  font-size: 0.7rem;
  color: var(--cream-mute);
  margin-top: 0.95rem;
  letter-spacing: 0.04em;
}

/* ── Toast ── */
.toast-here {
  position: fixed; top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: var(--gold); color: var(--bg-deep);
  padding: 1.25rem 2.2rem;
  border-radius: 0;
  font-weight: 800; font-size: 1.1rem; letter-spacing: 0.08em;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 24px 50px -12px rgba(200, 162, 74, 0.5);
  transition: opacity 0.25s, transform 0.25s;
}
.toast-here.show { opacity: 1; transform: translate(-50%, -50%) scale(1); }

/* ── Reveal ── */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ── Responsive tweaks ── */
@media (max-width: 480px) {
  .back-link { padding: 6px 10px; font-size: 11px; }
  .lang-toggle-floating { padding: 6px 14px; font-size: 12px; }
  .hero-mark { padding: 1.5rem; }
}
