/* =====================================================================
   TESPAM — Gateway portal
   Energy-themed dark design. Logical properties throughout (RTL safe).
   ===================================================================== */
:root {
  --bg: #030a16;
  --bg2: #06142a;
  --ink: #eaf4ff;
  --muted: #93a8c1;
  --faint: #5d7390;
  --cyan: #19d3f0;
  --teal: #0aa6b8;
  --red: #e5131d;
  --gold: #f0b43c;
  --navy: #0b1f3f;
  --academic: #4f8dff;
  --civil: #2fd07a;
  --commercial: #f0b43c;
  --line: rgba(120, 190, 255, .14);
  --card: rgba(255, 255, 255, .035);
  --card-b: rgba(140, 200, 255, .12);
  --r: 18px;
  --maxw: 1180px;
  --font: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  --display: "Exo 2", "Inter", "Segoe UI", sans-serif;
  --ease: cubic-bezier(.2, .8, .2, 1);
}
html[lang="ar"] { --font: "Cairo", "Segoe UI", Tahoma, sans-serif; --display: "Cairo", "Segoe UI", sans-serif; }
html[lang="zh"] { --font: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", "Inter", sans-serif; --display: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", "Exo 2", sans-serif; }

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { margin: 0; overflow-x: hidden; }
body {
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(1100px 700px at 85% -10%, rgba(25, 211, 240, .10), transparent 60%),
    radial-gradient(900px 600px at -10% 30%, rgba(229, 19, 29, .07), transparent 60%),
    radial-gradient(900px 700px at 50% 110%, rgba(240, 180, 60, .06), transparent 60%),
    var(--bg);
  line-height: 1.6;
  min-width: 0;
}
body.is-loading { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
h1, h2, h3, h4, p { margin: 0; }
ul { list-style: none; margin: 0; padding: 0; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; border-radius: 10px; }

.skip-link { position: absolute; inset-inline-start: 12px; inset-block-start: -60px; z-index: 300; background: var(--cyan); color: #001; padding: 8px 14px; border-radius: 8px; }
.skip-link:focus { inset-block-start: 12px; }

.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; position: relative; }
.center { text-align: center; }

/* ---------- ambient layers ---------- */
#energy { position: fixed; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
.grid-overlay {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: .5;
  background-image:
    linear-gradient(rgba(25, 211, 240, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 211, 240, .04) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(ellipse at 50% 30%, #000 20%, transparent 75%);
          mask-image: radial-gradient(ellipse at 50% 30%, #000 20%, transparent 75%);
}
main, .foot { position: relative; z-index: 1; }

/* =====================================================================
   INTRO
   ===================================================================== */
.intro {
  position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; align-content: center; gap: 26px;
  background: radial-gradient(circle at 50% 45%, #071a33 0%, #030a16 60%, #01050c 100%);
  transition: opacity .6s ease, visibility .6s;
}
.intro.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.intro-stage { position: relative; width: min(64vw, 300px); aspect-ratio: 1; display: grid; place-items: center; }
.intro-rings { position: absolute; inset: -12%; width: 124%; height: 124%; }
.intro-rings .ir { fill: none; stroke: url(#gA); stroke-linecap: round; transform-origin: 200px 200px; }
.ir1 { stroke-width: 2.5; stroke-dasharray: 943; stroke-dashoffset: 943; animation: draw 1.1s .15s var(--ease) forwards, spin 7s 1.2s linear infinite; }
.ir2 { stroke-width: 1; stroke-dasharray: 40 18 6 18; opacity: 0; animation: fadeIn .5s .6s forwards, spin 11s linear infinite reverse; }
.ir3 { stroke-width: 6; stroke-dasharray: 60 732; opacity: 0; animation: fadeIn .3s .9s forwards, spin 1.6s .9s linear infinite; filter: drop-shadow(0 0 6px #19d3f0); }
.intro-disc {
  width: 66%; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center;
  background: radial-gradient(circle at 38% 30%, #fff 0%, #eef7fb 55%, #cfe4ec 100%);
  box-shadow: 0 0 0 0 rgba(25, 211, 240, .6), 0 0 60px rgba(25, 211, 240, .45);
  opacity: 0; transform: scale(.55); filter: blur(8px) brightness(2);
  animation: discOn .9s .75s var(--ease) forwards, pulse 2.4s 1.7s ease-out infinite;
}
.intro-disc img { width: 78%; }
.intro-bolt {
  position: absolute; inset-inline: -40vw; inset-block-start: 50%; height: 2px; transform: scaleX(0);
  background: linear-gradient(90deg, transparent, var(--cyan), #fff, var(--gold), transparent);
  box-shadow: 0 0 18px var(--cyan); animation: bolt .7s 1.45s var(--ease) forwards;
  opacity: .9; z-index: -1;
}
.intro-text { text-align: center; display: grid; gap: 4px; padding-inline: 20px; }
.intro-text strong { font-family: var(--display); font-size: clamp(34px, 7vw, 56px); letter-spacing: .28em; margin-inline-start: .28em; font-weight: 800; opacity: 0; animation: neon 1s 1.2s forwards; }
.intro-text span { color: var(--muted); font-size: clamp(13px, 2.2vw, 16px); opacity: 0; animation: rise .7s 1.6s var(--ease) forwards; }
.intro-text em { font-style: normal; color: var(--gold); letter-spacing: .2em; text-transform: uppercase; font-size: 12px; opacity: 0; animation: rise .7s 1.8s var(--ease) forwards; }
.intro-wave {
  position: absolute; inset-inline-start: 50%; inset-block-start: 45%; width: 40px; height: 40px; margin: -20px; border-radius: 50%;
  border: 2px solid var(--cyan); box-shadow: 0 0 40px var(--cyan), inset 0 0 30px var(--cyan); opacity: 0; pointer-events: none;
}
.intro.is-burst .intro-wave { animation: wave .9s var(--ease) forwards; }
.intro-skip {
  position: absolute; inset-block-end: 28px; inset-inline-end: 28px; background: transparent; border: 1px solid var(--card-b);
  color: var(--muted); padding: 8px 16px; border-radius: 99px; font-size: 13px;
}
.intro-skip:hover { color: #fff; border-color: var(--cyan); }

@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes fadeIn { to { opacity: 1; } }
@keyframes discOn { 60% { filter: blur(0) brightness(1.6); } to { opacity: 1; transform: scale(1); filter: none; } }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(25, 211, 240, .55), 0 0 60px rgba(25, 211, 240, .45); } 100% { box-shadow: 0 0 0 38px rgba(25, 211, 240, 0), 0 0 60px rgba(25, 211, 240, .45); } }
@keyframes bolt { 0% { transform: scaleX(0); opacity: 1; } 70% { transform: scaleX(1); opacity: 1; } 100% { transform: scaleX(1); opacity: 0; } }
@keyframes neon { 0% { opacity: 0; } 20% { opacity: 1; } 30% { opacity: .2; } 45% { opacity: 1; text-shadow: 0 0 22px var(--cyan); } 55% { opacity: .5; } 100% { opacity: 1; text-shadow: 0 0 18px rgba(25, 211, 240, .6); } }
@keyframes rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes wave { 0% { opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scale(60); } }

/* =====================================================================
   HEADER / NAV
   ===================================================================== */
.top {
  position: fixed; inset-block-start: 0; inset-inline: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px clamp(16px, 3vw, 32px);
  transition: background .3s, box-shadow .3s, padding .3s;
}
.top.is-solid { background: rgba(3, 10, 22, .92); box-shadow: 0 1px 0 var(--line); padding-block: 10px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand-disc { width: 44px; height: 44px; flex: none; border-radius: 50%; background: radial-gradient(circle at 38% 30%, #fff, #dcedf3); display: grid; place-items: center; box-shadow: 0 0 18px rgba(25, 211, 240, .35); }
.brand-disc img { width: 80%; }
.brand-text { display: grid; line-height: 1.15; min-width: 0; }
.brand-text b { font-family: var(--display); letter-spacing: .18em; font-size: 17px; }
.brand-text small { color: var(--muted); font-size: 11.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.langs { display: flex; gap: 4px; padding: 4px; border: 1px solid var(--card-b); border-radius: 99px; background: rgba(3, 10, 22, .6); flex: none; }
.langs button { border: 0; background: transparent; padding: 6px 11px; border-radius: 99px; font-size: 12.5px; font-weight: 700; color: var(--muted); letter-spacing: .04em; transition: .2s; }
.langs button:hover { color: #fff; }
.langs button.is-on { background: linear-gradient(135deg, var(--cyan), var(--teal)); color: #02131c; box-shadow: 0 0 14px rgba(25, 211, 240, .5); }

.dots { position: fixed; inset-inline-end: 18px; inset-block-start: 50%; transform: translateY(-50%); z-index: 90; display: grid; gap: 10px; }
.dots a { position: relative; display: block; width: 10px; height: 10px; border-radius: 50%; border: 1.5px solid rgba(147, 168, 193, .6); transition: .25s; }
.dots a span {
  position: absolute; inset-inline-end: 20px; inset-block-start: 50%; transform: translateY(-50%); white-space: nowrap;
  font-size: 12px; background: rgba(3, 10, 22, .95); border: 1px solid var(--card-b); padding: 4px 10px; border-radius: 8px;
  opacity: 0; pointer-events: none; transition: .2s;
}
.dots a:hover span, .dots a:focus-visible span { opacity: 1; }
.dots a.is-on { background: var(--cyan); border-color: var(--cyan); box-shadow: 0 0 10px var(--cyan); transform: scale(1.25); }

/* =====================================================================
   SECTIONS
   ===================================================================== */
.sec { position: relative; padding-block: clamp(70px, 9vw, 120px); }
.sec + .sec::before {
  content: ""; position: absolute; inset-block-start: 0; inset-inline: 8%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), rgba(25, 211, 240, .4), var(--line), transparent);
}
.sec + .sec::after {
  content: ""; position: absolute; inset-block-start: -2px; inset-inline-start: 8%; width: 120px; height: 5px; border-radius: 5px;
  background: radial-gradient(closest-side, #fff, var(--cyan) 40%, transparent);
  filter: drop-shadow(0 0 8px var(--cyan)); animation: travel 6s linear infinite; opacity: .9;
}
@keyframes travel { from { transform: translateX(0); } to { transform: translateX(calc(84vw - 120px)); } }
html[dir="rtl"] .sec + .sec::after { animation-name: travelRtl; }
@keyframes travelRtl { from { transform: translateX(0); } to { transform: translateX(calc(-84vw + 120px)); } }

.sec-head { display: flex; align-items: center; gap: 20px; margin-block-end: 14px; }
.sec-num {
  font-family: var(--display); font-weight: 800; font-size: clamp(40px, 6vw, 64px); line-height: 1;
  background: linear-gradient(160deg, var(--cyan), var(--gold) 60%, var(--red));
  -webkit-background-clip: text; background-clip: text; color: transparent; flex: none;
  filter: drop-shadow(0 0 16px rgba(25, 211, 240, .25));
}
.sec-titles h2 { font-family: var(--display); font-size: clamp(24px, 3.4vw, 38px); font-weight: 800; letter-spacing: .01em; line-height: 1.15; }
.sec-titles p { color: var(--muted); margin-block-start: 6px; font-size: clamp(14px, 1.6vw, 16.5px); }
.sec-line { height: 2px; margin-block: 8px 48px; background: var(--line); position: relative; overflow: hidden; border-radius: 2px; }
.sec-line span { position: absolute; inset-block: 0; inset-inline-start: 0; width: 30%; background: linear-gradient(90deg, transparent, var(--cyan), var(--gold), transparent); animation: sweep 3.2s ease-in-out infinite; }
@keyframes sweep { 0% { transform: translateX(-100%); } 100% { transform: translateX(340%); } }
html[dir="rtl"] .sec-line span { animation-name: sweepRtl; }
@keyframes sweepRtl { 0% { transform: translateX(100%); } 100% { transform: translateX(-340%); } }

/* reveal */
.rv { opacity: 0; transform: translateY(28px) scale(.98); filter: blur(6px); transition: opacity .8s var(--ease), transform .8s var(--ease), filter .8s var(--ease); transition-delay: calc(var(--i, 0) * 110ms); }
.rv.in { opacity: 1; transform: none; filter: none; }
.no-js .rv { opacity: 1; transform: none; filter: none; }

/* =====================================================================
   ORB (logo button)
   ===================================================================== */
.orb { --s: 150px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; position: relative; max-width: calc(var(--s) + 90px); margin-inline: auto; }
.orb--xl { --s: clamp(170px, 22vw, 230px); }
.orb--lg { --s: clamp(140px, 17vw, 180px); }
.orb--md { --s: clamp(112px, 12vw, 138px); }
.orb-core { position: relative; width: var(--s); height: var(--s); border-radius: 50%; transition: transform .45s var(--ease); margin-block-end: 6px; }
.orb-ring {
  position: absolute; inset: -5px; border-radius: 50%;
  background: conic-gradient(from 0deg, var(--cyan), transparent 22%, var(--gold) 40%, transparent 58%, var(--red) 74%, transparent 88%, var(--cyan));
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2.5px));
          mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2.5px));
  animation: spin 8s linear infinite; opacity: .85;
}
.orb-core::before {
  content: ""; position: absolute; inset: -16px; border-radius: 50%;
  background: radial-gradient(circle, rgba(25, 211, 240, .22), transparent 68%); opacity: .6; transition: opacity .4s;
}
.orb-core::after {
  content: ""; position: absolute; inset: -5px; border-radius: 50%; border: 1px solid rgba(25, 211, 240, .5);
  animation: ripple 3.2s ease-out infinite; animation-delay: calc(var(--i, 0) * .4s); opacity: 0;
}
@keyframes ripple { 0% { transform: scale(1); opacity: .6; } 100% { transform: scale(1.35); opacity: 0; } }
.orb-spark {
  position: absolute; inset: -5px; border-radius: 50%; animation: spin 3.5s linear infinite; animation-delay: calc(var(--i, 0) * -.7s);
}
.orb-spark::before {
  content: ""; position: absolute; inset-block-start: -3px; inset-inline-start: 50%; width: 9px; height: 9px; margin-inline-start: -4.5px; border-radius: 50%;
  background: #fff; box-shadow: 0 0 10px 3px var(--cyan), 0 0 22px 6px rgba(25, 211, 240, .5);
}
.orb-disc {
  position: absolute; inset: 7px; border-radius: 50%; overflow: hidden; display: grid; place-items: center;
  background: radial-gradient(circle at 36% 28%, #fff 0%, #f1f8fb 50%, #d5e7ee 100%);
  box-shadow: inset 0 -10px 24px rgba(4, 40, 80, .18), inset 0 4px 10px rgba(255, 255, 255, .9), 0 10px 30px rgba(0, 0, 0, .45);
}
.orb-disc::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, .7) 50%, transparent 65%); transform: translateX(-120%); transition: transform .8s var(--ease); }
.orb-disc img { width: 78%; height: 78%; object-fit: contain; transition: transform .5s var(--ease); }
.orb-disc img.wide { width: 88%; height: 88%; }
.orb-name { font-family: var(--display); font-weight: 700; font-size: clamp(14.5px, 1.5vw, 17px); line-height: 1.25; color: #fff; }
.orb--xl .orb-name { font-size: clamp(18px, 2vw, 22px); }
.orb-desc { color: var(--muted); font-size: 13.5px; line-height: 1.45; max-width: 260px; }
.orb--md .orb-desc { font-size: 12.5px; }
.orb-go {
  display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: var(--cyan); opacity: 0; transform: translateY(-4px);
  transition: .35s var(--ease); border: 1px solid rgba(25, 211, 240, .35); padding: 3px 10px; border-radius: 99px; white-space: nowrap;
}
.orb-go b { font-weight: 600; color: #cfefff; }
.orb:hover .orb-core, .orb:focus-visible .orb-core { transform: translateY(-8px) scale(1.04); }
.orb:hover .orb-ring, .orb:focus-visible .orb-ring { animation-duration: 1.4s; opacity: 1; filter: drop-shadow(0 0 8px var(--cyan)); }
.orb:hover .orb-core::before, .orb:focus-visible .orb-core::before { opacity: 1; }
.orb:hover .orb-disc::after, .orb:focus-visible .orb-disc::after { transform: translateX(120%); }
.orb:hover .orb-disc img { transform: scale(1.06); }
.orb:hover .orb-go, .orb:focus-visible .orb-go { opacity: 1; transform: none; }
.orb:focus-visible { outline: none; }
.orb:focus-visible .orb-disc { outline: 3px solid var(--cyan); outline-offset: 3px; }

.face { font-size: 11.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 4px 12px; border-radius: 99px; border: 1px solid; margin-block-end: 6px; }
html[lang="ar"] .face, html[lang="zh"] .face { letter-spacing: 0; }
.face--academic { color: var(--academic); border-color: rgba(79, 141, 255, .5); background: rgba(79, 141, 255, .1); }
.face--civil { color: var(--civil); border-color: rgba(47, 208, 122, .5); background: rgba(47, 208, 122, .1); }
.face--commercial { color: var(--commercial); border-color: rgba(240, 180, 60, .5); background: rgba(240, 180, 60, .1); }

/* =====================================================================
   1 · HERO
   ===================================================================== */
.sec-hero { padding-block: clamp(110px, 14vh, 150px) 70px; min-height: 100vh; }
.hero-text { text-align: center; max-width: 820px; margin-inline: auto; margin-block-end: clamp(30px, 5vw, 56px); }
.kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--cyan); font-size: 13px; font-weight: 600; letter-spacing: .08em; border: 1px solid rgba(25, 211, 240, .3); padding: 6px 16px; border-radius: 99px; background: rgba(25, 211, 240, .06); }
.kdot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); animation: blink 1.6s ease-in-out infinite; }
@keyframes blink { 50% { opacity: .25; } }
.hero-title {
  font-family: var(--display); font-weight: 800; font-size: clamp(30px, 5.4vw, 60px); line-height: 1.08; margin-block: 20px 16px;
  background: linear-gradient(100deg, #fff 20%, #bfeefa 45%, var(--gold) 70%, #fff 90%);
  background-size: 250% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: shine 7s linear infinite;
}
@keyframes shine { from { background-position: 100% 0; } to { background-position: -150% 0; } }
.hero-lead { color: var(--muted); font-size: clamp(15px, 1.8vw, 18px); max-width: 700px; margin-inline: auto; }

.tree { position: relative; }
.tree-wires { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.tree-wires .w-base { fill: none; stroke: rgba(25, 211, 240, .18); stroke-width: 2; }
.tree-wires .w-flow { fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-dasharray: 3 22; animation: flow 1.1s linear infinite; filter: drop-shadow(0 0 4px currentColor); }
@keyframes flow { to { stroke-dashoffset: -25; } }
.tree-top { display: flex; justify-content: center; margin-block-end: clamp(40px, 7vw, 90px); position: relative; z-index: 1; }
.tree-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 4vw, 48px); position: relative; z-index: 1; }
.scroll-cue { display: flex; flex-direction: column; align-items: center; gap: 8px; margin: 56px auto 0; width: max-content; color: var(--muted); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; }
.scroll-cue i { width: 22px; height: 36px; border: 1.5px solid var(--muted); border-radius: 12px; position: relative; }
.scroll-cue i::after { content: ""; position: absolute; inset-inline-start: 50%; inset-block-start: 7px; width: 4px; height: 8px; margin-inline-start: -2px; border-radius: 2px; background: var(--cyan); animation: cue 1.8s ease-in-out infinite; }
@keyframes cue { 0% { transform: translateY(0); opacity: 1; } 80% { transform: translateY(12px); opacity: 0; } 100% { opacity: 0; } }

/* =====================================================================
   2 / 5 · two-up rows
   ===================================================================== */
.row-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 340px)); justify-content: center; gap: clamp(30px, 8vw, 120px); }

/* =====================================================================
   3 · PUBLICATIONS
   ===================================================================== */
.posts {
  position: relative; overflow: hidden; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px;
  padding: 26px clamp(20px, 3vw, 34px); border-radius: 22px; margin-block-end: 56px; isolation: isolate;
  background: linear-gradient(120deg, rgba(25, 211, 240, .10), rgba(11, 31, 63, .6) 45%, rgba(240, 180, 60, .10));
  border: 1px solid rgba(25, 211, 240, .28);
}
.posts::before {
  content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 1.5px; z-index: -1;
  background: conic-gradient(from var(--a, 0deg), transparent 0 70%, var(--cyan) 80%, var(--gold) 90%, transparent 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude;
  animation: border-run 4s linear infinite;
}
@property --a { syntax: "<angle>"; inherits: false; initial-value: 0deg; }
@keyframes border-run { to { --a: 360deg; } }
.posts-ico { width: 64px; height: 64px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(135deg, var(--cyan), var(--teal)); box-shadow: 0 0 24px rgba(25, 211, 240, .45); }
.posts-ico .ico { width: 34px; height: 34px; fill: #02131c; }
.posts-body { display: grid; gap: 4px; }
.posts-body strong { font-family: var(--display); font-size: clamp(20px, 2.6vw, 28px); }
.posts-body span { color: var(--muted); letter-spacing: .04em; }
.posts-cta { display: inline-flex; align-items: center; gap: 8px; padding: 11px 18px; border-radius: 99px; background: rgba(255, 255, 255, .06); border: 1px solid var(--card-b); font-weight: 600; font-size: 14px; white-space: nowrap; transition: .3s; }
.posts-cta b { color: var(--cyan); font-weight: 600; }
.posts:hover .posts-cta { background: var(--cyan); color: #02131c; border-color: var(--cyan); }
.posts:hover .posts-cta b { color: #02131c; }
.posts-surge { position: absolute; inset-block: 0; width: 40%; inset-inline-start: -40%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .10), transparent); transform: skewX(-20deg); animation: surge 5s ease-in-out infinite; z-index: -1; }
@keyframes surge { 0%, 40% { inset-inline-start: -40%; } 100% { inset-inline-start: 140%; } }

.row-media { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: clamp(16px, 5vw, 60px); }
.m-center { position: relative; }
.m-center::before { content: ""; position: absolute; inset: -40px; border-radius: 50%; background: radial-gradient(circle, rgba(229, 19, 29, .14), transparent 65%); pointer-events: none; }

/* =====================================================================
   PLATES (journals + NGOs)
   ===================================================================== */
.jgroup + .jgroup { margin-block-start: 48px; }
.glabel { display: flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 15px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #cfe3f5; margin-block-end: 20px; }
html[lang="ar"] .glabel, html[lang="zh"] .glabel { letter-spacing: 0; }
.glabel::after { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg, var(--line), transparent); }
html[dir="rtl"] .glabel::after { background: linear-gradient(-90deg, var(--line), transparent); }
.gdot { width: 10px; height: 10px; border-radius: 3px; transform: rotate(45deg); }
.gdot--academic { background: var(--academic); box-shadow: 0 0 10px var(--academic); }
.gdot--popular { background: var(--gold); box-shadow: 0 0 10px var(--gold); }
.plates { display: grid; gap: clamp(18px, 2.4vw, 28px); }
.plates-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.plates-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 790px; margin-inline: auto; }
.plates-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.plate { display: flex; flex-direction: column; gap: 14px; }
.plate-frame { position: relative; display: block; border-radius: 16px; padding: 2px; background: linear-gradient(135deg, rgba(25, 211, 240, .35), rgba(255, 255, 255, .08) 40%, rgba(240, 180, 60, .35)); transition: transform .4s var(--ease), box-shadow .4s; }
.plate-frame::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 2px; opacity: 0; transition: opacity .3s;
  background: conic-gradient(from var(--a, 0deg), var(--cyan), var(--gold), var(--red), var(--cyan));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude;
  animation: border-run 2.2s linear infinite;
}
.plate-inner { display: grid; place-items: center; background: #fff; border-radius: 14px; overflow: hidden; aspect-ratio: 5 / 2; }
.plate-inner img { width: 100%; height: 100%; object-fit: cover; }
.plate--emblem .plate-inner { aspect-ratio: 1; background: radial-gradient(circle at 40% 30%, #fff, #eef6f9 70%, #dcebf1); }
.plate--emblem .plate-inner img { width: 82%; height: 82%; object-fit: contain; }
#s4 .plate-inner img[src*="ijoge"] { object-fit: contain; padding: 6%; }
.plate-text { display: grid; gap: 3px; text-align: center; }
.plate-name { font-family: var(--display); font-weight: 700; font-size: 15.5px; line-height: 1.3; }
.plate-desc { color: var(--muted); font-size: 13px; line-height: 1.45; }
.plate-go { color: var(--cyan); font-size: 12px; opacity: .75; margin-block-start: 2px; }
.plate:hover .plate-frame, .plate:focus-visible .plate-frame { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0, 0, 0, .5), 0 0 30px rgba(25, 211, 240, .25); }
.plate:hover .plate-frame::before, .plate:focus-visible .plate-frame::before { opacity: 1; }
.plate:hover .plate-go { opacity: 1; }
.plate:focus-visible { outline: none; }
.plate:focus-visible .plate-inner { outline: 3px solid var(--cyan); outline-offset: 2px; }

/* =====================================================================
   6 · brand grid
   ===================================================================== */
.grid-12 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(30px, 4vw, 52px) clamp(14px, 2.4vw, 28px); }

/* =====================================================================
   8 · INSTITUTES
   ===================================================================== */
.stats { display: flex; justify-content: center; flex-wrap: wrap; gap: clamp(18px, 5vw, 64px); margin-block-end: 44px; }
.stat { display: grid; justify-items: center; gap: 2px; min-width: 150px; }
.stat b { font-family: var(--display); font-size: clamp(44px, 6vw, 70px); line-height: 1; font-weight: 800; background: linear-gradient(170deg, #fff, var(--cyan)); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 0 18px rgba(25, 211, 240, .35)); }
.stat span { color: var(--muted); font-size: 14px; text-transform: uppercase; letter-spacing: .1em; }
html[lang="ar"] .stat span, html[lang="zh"] .stat span { letter-spacing: 0; }
.mq { position: relative; overflow: hidden; padding-block: 14px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.mq-lg { border-block: 1px solid var(--line); background: linear-gradient(90deg, rgba(25, 211, 240, .04), rgba(240, 180, 60, .04)); }
.mq-track { display: flex; width: max-content; animation: marquee 42s linear infinite; }
.mq-rev .mq-track { animation-direction: reverse; animation-duration: 60s; }
.mq:hover .mq-track { animation-play-state: paused; }
.mq-set { display: flex; align-items: center; flex: none; }
.mq-item { white-space: nowrap; padding-inline: 22px; }
.mq-lg .mq-item { font-family: var(--display); font-weight: 700; font-size: clamp(20px, 3vw, 34px); color: #fff; }
.mq-lg .mq-item:nth-child(4n+1) { color: #bfeefa; }
.mq-sm .mq-item { font-size: 15px; color: var(--muted); }
.mq-sep { color: var(--gold); font-size: 14px; }
.mq-sm .mq-sep { color: var(--cyan); font-size: 10px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.btn-energy {
  display: inline-flex; align-items: center; gap: 10px; margin-block-start: 40px; padding: 14px 26px; border-radius: 99px; font-weight: 700;
  background: linear-gradient(135deg, var(--cyan), var(--teal)); color: #02131c; box-shadow: 0 0 0 0 rgba(25, 211, 240, .5), 0 10px 30px rgba(25, 211, 240, .25);
  transition: transform .3s var(--ease), box-shadow .3s; animation: btnPulse 2.8s ease-out infinite;
}
.btn-energy b { font-weight: 600; opacity: .8; }
.btn-energy:hover { transform: translateY(-3px); }
@keyframes btnPulse { 0% { box-shadow: 0 0 0 0 rgba(25, 211, 240, .5), 0 10px 30px rgba(25, 211, 240, .25); } 100% { box-shadow: 0 0 0 18px rgba(25, 211, 240, 0), 0 10px 30px rgba(25, 211, 240, .25); } }

/* =====================================================================
   9 · SOCIAL + MONITOR
   ===================================================================== */
.social-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(20px, 3vw, 36px); align-items: stretch; }
.socials { display: grid; gap: 12px; align-content: start; }
.soc { display: flex; align-items: center; gap: 16px; padding: 14px 18px; border-radius: 16px; background: var(--card); border: 1px solid var(--card-b); transition: .3s var(--ease); }
.soc .ico { width: 26px; height: 26px; fill: currentColor; flex: none; }
.soc-t { display: grid; flex: 1; min-width: 0; line-height: 1.3; }
.soc-n { font-weight: 700; }
.soc-h { color: var(--muted); font-size: 13px; }
.soc i { color: var(--muted); font-style: normal; transition: .3s; }
.soc:hover { transform: translateX(6px); border-color: currentColor; background: rgba(255, 255, 255, .06); }
html[dir="rtl"] .soc:hover { transform: translateX(-6px); }
.soc:hover i { color: currentColor; }
.soc--x { color: #e7f2ff; } .soc--ig { color: #ff5fa2; } .soc--li { color: #4ea3ff; } .soc--fb { color: #6a9bff; } .soc--yt { color: #ff4d4d; }
.soc .soc-n { color: var(--ink); }

.monitor { position: relative; display: flex; flex-direction: column; border-radius: 22px; padding: 16px; background: linear-gradient(160deg, #0a1d38, #050f20); border: 1px solid rgba(25, 211, 240, .28); box-shadow: 0 30px 60px rgba(0, 0, 0, .45), inset 0 0 40px rgba(25, 211, 240, .06); }
.mon-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 4px 6px 14px; }
.mon-live { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-family: var(--display); letter-spacing: .08em; text-transform: uppercase; font-size: 14px; }
html[lang="ar"] .mon-live, html[lang="zh"] .mon-live { letter-spacing: 0; }
.mon-live i { width: 9px; height: 9px; border-radius: 50%; background: var(--red); box-shadow: 0 0 10px var(--red); animation: blink 1.2s infinite; }
.mon-follow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; padding: 6px 12px; border-radius: 99px; border: 1px solid var(--card-b); }
.mon-follow:hover { border-color: #fff; }
.ico-sm { width: 15px; height: 15px; fill: currentColor; }
.mon-screen { position: relative; flex: 1; min-height: 250px; border-radius: 14px; overflow: hidden; background: radial-gradient(circle at 30% 20%, rgba(25, 211, 240, .10), transparent 60%), #030c1a; border: 1px solid var(--line); }
.post { position: absolute; inset: 0; padding: 24px; display: flex; flex-direction: column; gap: 16px; opacity: 0; transform: translateY(16px) scale(.98); transition: opacity .6s var(--ease), transform .6s var(--ease); pointer-events: none; }
.post.is-on { opacity: 1; transform: none; pointer-events: auto; }
.post header { display: flex; align-items: center; gap: 12px; }
.post header > span:nth-child(2) { display: grid; line-height: 1.2; flex: 1; }
.post header small { color: var(--muted); }
.post-av { width: 44px; height: 44px; border-radius: 50%; background: #fff; display: grid; place-items: center; box-shadow: 0 0 0 2px rgba(25, 211, 240, .5); flex: none; }
.post-av img { width: 80%; }
.post-x { width: 20px; height: 20px; opacity: .7; }
.post p { font-size: clamp(16px, 1.9vw, 20px); line-height: 1.55; flex: 1; }
.post > a { color: var(--cyan); font-weight: 600; font-size: 14px; align-self: flex-start; }
.scan { position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(0deg, rgba(255, 255, 255, .025) 0 1px, transparent 1px 3px); }
.scan::after { content: ""; position: absolute; inset-inline: 0; height: 60px; background: linear-gradient(transparent, rgba(25, 211, 240, .07), transparent); animation: scanY 4s linear infinite; }
@keyframes scanY { from { inset-block-start: -60px; } to { inset-block-start: 100%; } }
.mon-foot { position: relative; display: flex; align-items: center; gap: 10px; padding: 14px 6px 4px; }
.mon-btn { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--card-b); background: transparent; font-size: 22px; line-height: 1; display: grid; place-items: center; }
.mon-btn:hover { border-color: var(--cyan); color: var(--cyan); }
html[dir="rtl"] .mon-btn, html[dir="rtl"] .rail-btn { transform: scaleX(-1); }
.mon-dots { flex: 1; display: flex; justify-content: center; gap: 8px; }
.mon-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 99px; background: rgba(147, 168, 193, .4); transition: .3s; }
.mon-dots button.is-on { width: 26px; background: var(--cyan); }
.mon-bar { position: absolute; inset-inline: 6px; inset-block-start: 4px; height: 2px; background: var(--line); border-radius: 2px; overflow: hidden; }
.mon-bar i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--cyan), var(--gold)); }
.mon-bar i.run { animation: bar var(--dur, 6s) linear forwards; }
@keyframes bar { to { width: 100%; } }

/* =====================================================================
   10 · EVENT RAIL
   ===================================================================== */
.rail-wrap { position: relative; }
.rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(260px, 31%); gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 4px 18px; scrollbar-width: thin; scrollbar-color: rgba(25, 211, 240, .4) transparent; }
.rail::-webkit-scrollbar { height: 6px; } .rail::-webkit-scrollbar-thumb { background: rgba(25, 211, 240, .35); border-radius: 6px; }
.ev {
  scroll-snap-align: start; position: relative; display: flex; flex-direction: column; gap: 10px; padding: 24px; border-radius: 20px; min-height: 250px; overflow: hidden;
  background: linear-gradient(160deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .015)); border: 1px solid var(--card-b); transition: .35s var(--ease);
}
.ev::before { content: ""; position: absolute; inset-inline-end: -40px; inset-block-start: -40px; width: 140px; height: 140px; border-radius: 50%; background: radial-gradient(circle, rgba(25, 211, 240, .25), transparent 70%); transition: .4s; }
.ev:hover { transform: translateY(-6px); border-color: rgba(25, 211, 240, .5); box-shadow: 0 20px 40px rgba(0, 0, 0, .4); }
.ev:hover::before { transform: scale(1.6); }
.ev-num { font-family: var(--display); font-weight: 800; font-size: 40px; line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(25, 211, 240, .6); }
.ev-type { align-self: flex-start; font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; padding: 3px 10px; border-radius: 99px; background: rgba(255, 255, 255, .06); }
html[lang="ar"] .ev-type, html[lang="zh"] .ev-type { letter-spacing: 0; }
.ev-type--congress { color: var(--gold); } .ev-type--summit { color: var(--civil); } .ev-type--forum { color: var(--cyan); } .ev-type--panel { color: #ff7a7a; } .ev-type--meeting { color: #b69cff; }
.ev-name { font-family: var(--display); font-size: 19px; line-height: 1.3; }
.ev-desc { color: var(--muted); font-size: 14px; flex: 1; }
.ev-go { color: var(--cyan); font-size: 12.5px; }
.rail-btn { position: absolute; inset-block-start: 42%; z-index: 2; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--card-b); background: rgba(3, 10, 22, .9); font-size: 24px; display: grid; place-items: center; }
.rail-btn:hover { border-color: var(--cyan); color: var(--cyan); }
.rail-prev { inset-inline-start: -18px; } .rail-next { inset-inline-end: -18px; }

/* =====================================================================
   11 · CONTACT
   ===================================================================== */
.contact { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(20px, 3vw, 34px); align-items: stretch; }
.c-cards { display: grid; gap: 14px; }
.c-card { display: flex; gap: 16px; align-items: flex-start; padding: 18px 20px; border-radius: 16px; background: var(--card); border: 1px solid var(--card-b); }
.c-card > .ico { width: 42px; height: 42px; padding: 10px; flex: none; border-radius: 12px; fill: var(--cyan); background: rgba(25, 211, 240, .1); }
.c-card h4 { font-size: 12.5px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-block-end: 4px; }
html[lang="ar"] .c-card h4, html[lang="zh"] .c-card h4 { letter-spacing: 0; }
.c-card p { font-weight: 600; }
.c-card a:hover { color: var(--cyan); }
.offices { display: flex; flex-wrap: wrap; gap: 6px; }
.offices span { font-size: 13px; font-weight: 600; padding: 3px 10px; border-radius: 99px; background: rgba(255, 255, 255, .06); border: 1px solid var(--card-b); }
.map { border-radius: 20px; overflow: hidden; border: 1px solid rgba(25, 211, 240, .3); min-height: 360px; background: #07152a; }
.map iframe { width: 100%; height: 100%; min-height: 360px; border: 0; display: block; filter: grayscale(.2) contrast(1.05); }

/* =====================================================================
   FOOTER
   ===================================================================== */
.foot { border-block-start: 1px solid var(--line); padding-block: 34px; background: rgba(2, 7, 16, .7); }
.foot-in { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.foot-brand { display: flex; align-items: center; gap: 12px; }
.foot-brand > span:last-child { display: grid; line-height: 1.2; }
.foot-brand b { letter-spacing: .16em; font-family: var(--display); }
.foot-brand small { color: var(--muted); font-size: 12px; }
.foot-soc { display: flex; gap: 10px; }
.foot-soc a { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--card-b); transition: .25s; }
.foot-soc a:hover { border-color: var(--cyan); color: var(--cyan); }
.foot-soc .ico { width: 17px; height: 17px; fill: currentColor; }
.foot-copy { color: var(--faint); font-size: 13px; width: 100%; text-align: center; }

/* numbers / latin inside RTL */
html[dir="rtl"] .sec-num, html[dir="rtl"] .ev-num, html[dir="rtl"] .stat b { direction: ltr; unicode-bidi: isolate; }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1100px) {
  .plates-5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .rail { grid-auto-columns: minmax(250px, 46%); }
  .dots { display: none; }
}
@media (max-width: 900px) {
  .grid-12 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .plates-3 { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .social-grid, .contact { grid-template-columns: 1fr; }
  .brand-text small { display: none; }
}
@media (max-width: 720px) {
  .wrap { padding-inline: 16px; }
  .top { padding-inline: 12px; }
  .langs button { padding: 6px 8px; font-size: 11.5px; }
  .brand-disc { width: 38px; height: 38px; }
  .brand-text b { font-size: 15px; }
  .tree-row { grid-template-columns: 1fr; gap: 44px; }
  .tree-wires { display: none; }
  .tree-top { margin-block-end: 44px; }
  .row-2 { grid-template-columns: minmax(0, 1fr); gap: 50px; }
  .row-media { grid-template-columns: 1fr 1fr; }
  .m-center { grid-column: 1 / -1; order: -1; }
  .plates-2 { grid-template-columns: 1fr; }
  .plates-5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-12 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .posts { grid-template-columns: auto 1fr; }
  .posts-cta { grid-column: 1 / -1; justify-self: start; }
  .posts-ico { width: 52px; height: 52px; }
  .rail { grid-auto-columns: 84%; }
  .rail-btn { display: none; }
  .sec-head { gap: 14px; }
  .orb-go { display: none; }
  .intro-skip { inset-inline-end: 16px; inset-block-end: 16px; }
}
@media (max-width: 380px) {
  .langs button { padding: 5px 6px; }
  .brand-text { display: none; }
}
@media (hover: none) { .orb-go { display: none; } }

/* =====================================================================
   REDUCED MOTION
   ===================================================================== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .mq-track { animation: none !important; flex-wrap: wrap; width: auto; justify-content: center; }
  .mq-set[aria-hidden="true"] { display: none; }
  .mq-set { flex-wrap: wrap; justify-content: center; }
  .rv { opacity: 1; transform: none; filter: none; }
}

/* keep @handles and hostnames in LTR order inside RTL text */
.soc-h, .post header small { direction: ltr; unicode-bidi: isolate; justify-self: start; }
.orb-go b, .posts-cta b, .btn-energy b { direction: ltr; unicode-bidi: isolate; }
.plate-go, .ev-go { unicode-bidi: plaintext; }
.hero-title, .sec-titles h2, .hero-lead { text-wrap: balance; }

/* ---------- 11 · head office + office grid ---------- */
.hq-title { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-family: var(--display); font-size: 19px; margin-block-end: 2px; }
.hq-title em { font-style: normal; font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #02131c; background: linear-gradient(135deg, var(--cyan), var(--teal)); padding: 3px 10px; border-radius: 99px; }
html[lang="ar"] .hq-title em, html[lang="zh"] .hq-title em { letter-spacing: 0; }
.c-sub { margin-block-start: 10px; }
.c-ltr { unicode-bidi: isolate; }
html[dir="rtl"] .c-ltr { text-align: end; }
.offices-label { margin-block: 56px 20px; }
.offices-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.office { display: flex; flex-direction: column; gap: 8px; padding: 18px 18px 16px; border-radius: 16px; background: var(--card); border: 1px solid var(--card-b); border-block-start: 2px solid rgba(25, 211, 240, .55); transition: .3s var(--ease); }
.office:hover { border-color: rgba(25, 211, 240, .5); background: rgba(255, 255, 255, .055); transform: translateY(-3px); }
.office-name { font-family: var(--display); font-size: 15.5px; line-height: 1.3; }
.office-addr { color: var(--muted); font-size: 13px; line-height: 1.5; unicode-bidi: plaintext; }
.office-meta { display: grid; gap: 4px; margin-block-start: auto; }
.office-meta li { display: flex; align-items: center; gap: 8px; font-size: 13px; min-width: 0; }
.office-meta .ico-sm { fill: var(--cyan); flex: none; }
.office-meta a { color: #cfefff; overflow-wrap: break-word; min-width: 0; }
.office-meta a:hover { color: var(--cyan); }
@media (max-width: 1100px) { .offices-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 900px) { .offices-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .offices-grid { grid-template-columns: 1fr; } }

/* ---------- review fixes ---------- */
.no-js .intro { display: none; }
.no-js body.is-loading { overflow: auto; }
.mq.is-paused .mq-track, .mq:focus-within .mq-track { animation-play-state: paused; }
.pause-btn { margin-block-start: 26px; background: transparent; border: 1px solid var(--card-b); color: var(--muted); padding: 6px 14px; border-radius: 99px; font-size: 12.5px; }
.pause-btn::before { content: "\275A\275A"; margin-inline-end: 8px; font-size: 10px; }
.pause-btn[aria-pressed="true"]::before { content: "\25B6"; }
.pause-btn:hover { color: #fff; border-color: var(--cyan); }
#s10 .pause-btn { margin-block: 18px 0; }
.mon-pause { font-size: 11px; }
@media (max-width: 720px) {
  .posts-cta { white-space: normal; flex-wrap: wrap; }
  .m-center::before { inset: -30px 0; }
  .row-media { overflow: clip; padding-block: 20px; }
}
