-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathschedule.html
More file actions
525 lines (510 loc) · 31.5 KB
/
schedule.html
File metadata and controls
525 lines (510 loc) · 31.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Schedule — Dubai Meridian Forum</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Schedule — Dubai Meridian Forum">
<meta property="og:description" content="A four-day professional forum in Dubai built around Law, Finance, Engineering, and Management.">
<meta property="og:image" content="https://www.dubaimeridian.com/og-thumbnail.png">
<meta property="og:url" content="https://www.dubaimeridian.com/schedule.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://www.dubaimeridian.com/og-thumbnail.png">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=Raleway:wght@300;400;500;600;700&family=Amiri:wght@400;700&display=swap" rel="stylesheet">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
navy: { 50: '#e8e8f0', 100: '#c5c5d9', 200: '#9494b5', 300: '#5e5e88', 400: '#2d2d5e', 500: '#14143a', 600: '#0d0d2b', 700: '#09091f', 800: '#060616', 900: '#03030b' },
gold: { 50: '#fdf8ef', 100: '#f9ecd3', 200: '#f0d5a0', 300: '#e5bc6d', 400: '#d4a44e', 500: '#c9a96e', 600: '#a8863a', 700: '#836629', 800: '#5e491d', 900: '#3a2d12' },
},
fontFamily: {
display: ['"Cormorant Garamond"', 'serif'],
body: ['"Raleway"', 'sans-serif'],
arabic: ['"Amiri"', 'serif'],
}
}
}
}
</script>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: #060616; color: #e8e8f0; font-family: 'Raleway', sans-serif; }
.grain::after {
content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100%;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
pointer-events: none; z-index: 9999; opacity: 0.5;
}
.nav-link { position: relative; letter-spacing: 0.15em; }
.nav-link::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: #c9a96e; transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.nav-link:hover::after { width: 100%; }
.gold-line { width: 60px; height: 1px; background: linear-gradient(90deg, #c9a96e, transparent); }
.fade-section { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-section.visible { opacity: 1; transform: translateY(0); }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #060616; }
::-webkit-scrollbar-thumb { background: rgba(201,169,110,0.3); border-radius: 3px; }
.mobile-menu { transform: translateX(100%); transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.mobile-menu.open { transform: translateX(0); }
/* Day cards */
.day-card {
background: linear-gradient(145deg, rgba(20, 20, 58, 0.4), rgba(9, 9, 31, 0.6));
border: 1px solid rgba(201, 169, 110, 0.08);
}
.day-header {
background: linear-gradient(135deg, rgba(201, 169, 110, 0.08), rgba(201, 169, 110, 0.02));
border-bottom: 1px solid rgba(201, 169, 110, 0.1);
}
.event-item {
border-left: 2px solid rgba(201, 169, 110, 0.1);
transition: border-color 0.3s ease;
}
.event-item:hover {
border-left-color: rgba(201, 169, 110, 0.5);
}
.event-tag {
font-size: 9px;
letter-spacing: 0.1em;
padding: 2px 8px;
border-radius: 2px;
}
.tag-ceremony { background: rgba(201, 169, 110, 0.12); color: #c9a96e; }
.tag-social { background: rgba(120, 80, 200, 0.12); color: #a78bfa; }
.tag-workshop { background: rgba(59, 130, 246, 0.12); color: #60a5fa; }
.tag-competition { background: rgba(16, 185, 129, 0.12); color: #34d399; }
.tag-panel { background: rgba(251, 146, 60, 0.12); color: #fb923c; }
.tag-brunch { background: rgba(236, 72, 153, 0.12); color: #f472b6; }
.tag-networking { background: rgba(168, 134, 58, 0.12); color: #d4a44e; }
</style>
</head>
<body class="grain">
<!-- Navigation -->
<nav class="fixed top-0 w-full z-50 transition-all duration-500" id="mainNav">
<div class="max-w-7xl mx-auto px-6 lg:px-12">
<div class="flex items-center justify-between h-20">
<a href="index.html" class="flex items-center gap-3 group">
<img src="5.png" alt="DMF Logo" class="h-10 opacity-90 group-hover:opacity-100 transition-opacity duration-300">
</a>
<div class="hidden lg:flex items-center gap-10">
<a href="index.html" class="nav-link text-navy-100 text-xs font-body uppercase tracking-widest hover:text-gold-400 transition-colors duration-300">Home</a>
<a href="about.html" class="nav-link text-navy-100 text-xs font-body uppercase tracking-widest hover:text-gold-400 transition-colors duration-300">About</a>
<a href="team.html" class="nav-link text-navy-100 text-xs font-body uppercase tracking-widest hover:text-gold-400 transition-colors duration-300">Team</a>
<a href="tracks.html" class="nav-link text-navy-100 text-xs font-body uppercase tracking-widest hover:text-gold-400 transition-colors duration-300">Tracks</a>
<a href="partners.html" class="nav-link text-white/60 text-xs font-body uppercase tracking-widest hover:text-gold-400 transition-colors duration-300">Partners</a>
<a href="contact.html" class="nav-link text-navy-100 text-xs font-body uppercase tracking-widest hover:text-gold-400 transition-colors duration-300">Contact</a>
</div>
<a href="register.html" class="hidden lg:block px-6 py-2.5 border border-gold-500/40 text-gold-400 text-xs uppercase tracking-[0.2em] font-body hover:bg-gold-500/10 hover:border-gold-400 transition-all duration-400 focus-visible:outline-2 focus-visible:outline-gold-400 focus-visible:outline-offset-2">Register</a>
<button id="mobileToggle" class="lg:hidden text-navy-100 hover:text-gold-400 transition-colors" aria-label="Menu">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 6h16M4 12h16M4 18h16"/></svg>
</button>
</div>
</div>
</nav>
<!-- Mobile Menu -->
<div id="mobileMenu" class="mobile-menu fixed inset-0 z-[60] bg-navy-800/98 backdrop-blur-xl flex flex-col items-center justify-center gap-8">
<button id="mobileClose" class="absolute top-6 right-6 text-navy-100 hover:text-gold-400 transition-colors" aria-label="Close">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 18L18 6M6 6l12 12"/></svg>
</button>
<a href="index.html" class="text-navy-100 text-sm font-body uppercase tracking-[0.3em] hover:text-gold-400 transition-colors">Home</a>
<a href="about.html" class="text-navy-100 text-sm font-body uppercase tracking-[0.3em] hover:text-gold-400 transition-colors">About</a>
<a href="team.html" class="text-navy-100 text-sm font-body uppercase tracking-[0.3em] hover:text-gold-400 transition-colors">Team</a>
<a href="tracks.html" class="text-navy-100 text-sm font-body uppercase tracking-[0.3em] hover:text-gold-400 transition-colors">Tracks</a>
<a href="partners.html" class="text-white/60 text-sm font-body uppercase tracking-[0.3em] hover:text-gold-400 transition-colors">Partners</a>
<a href="contact.html" class="text-navy-100 text-sm font-body uppercase tracking-[0.3em] hover:text-gold-400 transition-colors">Contact</a>
</div>
<!-- Page Header -->
<section class="relative pt-32 pb-20 md:pt-40 md:pb-28">
<div class="relative z-10 max-w-6xl mx-auto px-6 lg:px-12">
<p class="font-arabic text-gold-500/50 text-base mb-3" dir="rtl">البرنامج</p>
<p class="text-gold-500/60 text-xs uppercase tracking-[0.3em] font-body mb-4" id="scramble-programme">Programme</p>
<h1 class="font-display text-5xl md:text-6xl lg:text-7xl text-white font-light" style="letter-spacing: -0.03em; line-height: 1.1;">
Five-Day <span class="text-gold-400 italic">Schedule</span>
</h1>
<p class="font-body text-navy-200/60 text-sm mt-6 max-w-xl">A meticulously structured programme balancing academic rigour, competitive intensity, and prestigious social engagements.</p>
</div>
</section>
<!-- Legend -->
<section class="relative py-6 border-b border-gold-500/10">
<div class="max-w-6xl mx-auto px-6 lg:px-12">
<div class="flex flex-wrap gap-4 items-center">
<span class="text-navy-200/40 text-xs font-body uppercase tracking-wider mr-2">Legend:</span>
<span class="event-tag tag-ceremony uppercase font-body">Ceremony</span>
<span class="event-tag tag-social uppercase font-body">Social</span>
<span class="event-tag tag-workshop uppercase font-body">Workshop</span>
<span class="event-tag tag-competition uppercase font-body">Competition</span>
<span class="event-tag tag-panel uppercase font-body">Panel</span>
<span class="event-tag tag-brunch uppercase font-body">Brunch</span>
<span class="event-tag tag-networking uppercase font-body">Networking</span>
</div>
</div>
</section>
<!-- Schedule -->
<section class="relative py-16 md:py-24">
<div class="max-w-6xl mx-auto px-6 lg:px-12 space-y-8">
<!-- DAY 1 -->
<div class="fade-section day-card rounded-sm overflow-hidden">
<div class="day-header px-8 py-5 flex items-center justify-between">
<div>
<h3 class="font-display text-2xl text-white">Day 1</h3>
<p class="text-navy-200/40 text-xs font-body uppercase tracking-wider mt-1">Opening & Welcome</p>
</div>
<p class="font-arabic text-gold-500/30 text-sm hidden md:block" dir="rtl">اليوم الأول</p>
</div>
<div class="px-8 py-6 space-y-0">
<div class="event-item pl-5 py-4">
<div class="flex items-start justify-between gap-4">
<div>
<p class="font-display text-lg text-white">Opening Ceremony</p>
<p class="font-body text-navy-200/50 text-xs mt-1">Welcome address by the DMF Chairman, keynote from an international dignitary, and the formal inauguration of the 2026 Dubai Meridian Forum.</p>
</div>
<div class="flex items-center gap-3 shrink-0">
<span class="event-tag tag-ceremony uppercase font-body">Ceremony</span>
<span class="text-navy-200/30 text-xs font-body whitespace-nowrap">09:00 – 11:30</span>
</div>
</div>
</div>
<div class="event-item pl-5 py-4">
<div class="flex items-start justify-between gap-4">
<div>
<p class="font-display text-lg text-white">Team Formation & Orientation</p>
<p class="font-body text-navy-200/50 text-xs mt-1">Participants are assigned to interdisciplinary teams. Meet your teammates, receive the Meridian Challenge briefing, and begin strategic planning.</p>
</div>
<div class="flex items-center gap-3 shrink-0">
<span class="event-tag tag-competition uppercase font-body">Competition</span>
<span class="text-navy-200/30 text-xs font-body whitespace-nowrap">12:00 – 14:30</span>
</div>
</div>
</div>
<div class="event-item pl-5 py-4">
<div class="flex items-start justify-between gap-4">
<div>
<p class="font-display text-lg text-white">Opening Gala Dinner</p>
<p class="font-body text-navy-200/50 text-xs mt-1">A black-tie evening reception with curated dining, live entertainment, and introductory networking among participants, judges, and distinguished guests.</p>
</div>
<div class="flex items-center gap-3 shrink-0">
<span class="event-tag tag-social uppercase font-body">Social</span>
<span class="text-navy-200/30 text-xs font-body whitespace-nowrap">19:00 – 23:00</span>
</div>
</div>
</div>
</div>
</div>
<!-- DAY 2 -->
<div class="fade-section day-card rounded-sm overflow-hidden">
<div class="day-header px-8 py-5 flex items-center justify-between">
<div>
<h3 class="font-display text-2xl text-white">Day 2</h3>
<p class="text-navy-200/40 text-xs font-body uppercase tracking-wider mt-1">Workshops & Round 1</p>
</div>
<p class="font-arabic text-gold-500/30 text-sm hidden md:block" dir="rtl">اليوم الثاني</p>
</div>
<div class="px-8 py-6 space-y-0">
<div class="event-item pl-5 py-4">
<div class="flex items-start justify-between gap-4">
<div>
<p class="font-display text-lg text-white">Morning Brunch</p>
<p class="font-body text-navy-200/50 text-xs mt-1">An elegant morning spread with continental and Arabic cuisine. Informal networking over breakfast.</p>
</div>
<div class="flex items-center gap-3 shrink-0">
<span class="event-tag tag-brunch uppercase font-body">Brunch</span>
<span class="text-navy-200/30 text-xs font-body whitespace-nowrap">08:00 – 09:30</span>
</div>
</div>
</div>
<div class="event-item pl-5 py-4">
<div class="flex items-start justify-between gap-4">
<div>
<p class="font-display text-lg text-white">Track-Specific Workshops — Session A</p>
<p class="font-body text-navy-200/50 text-xs mt-1">Parallel workshops across Finance (Capital Markets & Risk), Law (Regulatory Frameworks), and Engineering (Systems Design & Sustainability).</p>
</div>
<div class="flex items-center gap-3 shrink-0">
<span class="event-tag tag-workshop uppercase font-body">Workshop</span>
<span class="text-navy-200/30 text-xs font-body whitespace-nowrap">10:00 – 12:30</span>
</div>
</div>
</div>
<div class="event-item pl-5 py-4">
<div class="flex items-start justify-between gap-4">
<div>
<p class="font-display text-lg text-white">Meridian Challenge — Round 1</p>
<p class="font-body text-navy-200/50 text-xs mt-1">Teams receive their first problem set. Initial analysis, strategy formulation, and preliminary pitch preparation under time pressure.</p>
</div>
<div class="flex items-center gap-3 shrink-0">
<span class="event-tag tag-competition uppercase font-body">Competition</span>
<span class="text-navy-200/30 text-xs font-body whitespace-nowrap">14:00 – 17:30</span>
</div>
</div>
</div>
<div class="event-item pl-5 py-4">
<div class="flex items-start justify-between gap-4">
<div>
<p class="font-display text-lg text-white">Industry Leaders Panel</p>
<p class="font-body text-navy-200/50 text-xs mt-1">Moderated discussion featuring senior executives from across the three tracks on the theme of interdisciplinary innovation in the Gulf region.</p>
</div>
<div class="flex items-center gap-3 shrink-0">
<span class="event-tag tag-panel uppercase font-body">Panel</span>
<span class="text-navy-200/30 text-xs font-body whitespace-nowrap">18:30 – 20:00</span>
</div>
</div>
</div>
</div>
</div>
<!-- DAY 3 -->
<div class="fade-section day-card rounded-sm overflow-hidden">
<div class="day-header px-8 py-5 flex items-center justify-between">
<div>
<h3 class="font-display text-2xl text-white">Day 3</h3>
<p class="text-navy-200/40 text-xs font-body uppercase tracking-wider mt-1">Deep Dives & Crisis Round</p>
</div>
<p class="font-arabic text-gold-500/30 text-sm hidden md:block" dir="rtl">اليوم الثالث</p>
</div>
<div class="px-8 py-6 space-y-0">
<div class="event-item pl-5 py-4">
<div class="flex items-start justify-between gap-4">
<div>
<p class="font-display text-lg text-white">Executive Brunch</p>
<p class="font-body text-navy-200/50 text-xs mt-1">Hosted brunch with invited judges and industry leaders for informal mentorship and conversation.</p>
</div>
<div class="flex items-center gap-3 shrink-0">
<span class="event-tag tag-brunch uppercase font-body">Brunch</span>
<span class="text-navy-200/30 text-xs font-body whitespace-nowrap">08:00 – 09:30</span>
</div>
</div>
</div>
<div class="event-item pl-5 py-4">
<div class="flex items-start justify-between gap-4">
<div>
<p class="font-display text-lg text-white">Track-Specific Workshops — Session B</p>
<p class="font-body text-navy-200/50 text-xs mt-1">Advanced sessions: Finance (Fintech & DeFi), Law (IP & Data Privacy), Engineering (AI & Automation). Interactive case-study format.</p>
</div>
<div class="flex items-center gap-3 shrink-0">
<span class="event-tag tag-workshop uppercase font-body">Workshop</span>
<span class="text-navy-200/30 text-xs font-body whitespace-nowrap">10:00 – 12:30</span>
</div>
</div>
</div>
<div class="event-item pl-5 py-4">
<div class="flex items-start justify-between gap-4">
<div>
<p class="font-display text-lg text-white">Meridian Challenge — Crisis Pivot Round</p>
<p class="font-body text-navy-200/50 text-xs mt-1">Teams are hit with an unexpected crisis scenario. They must adapt their solutions in real time, demonstrating agility, leadership, and cross-functional coordination.</p>
</div>
<div class="flex items-center gap-3 shrink-0">
<span class="event-tag tag-competition uppercase font-body">Competition</span>
<span class="text-navy-200/30 text-xs font-body whitespace-nowrap">14:00 – 18:00</span>
</div>
</div>
</div>
<div class="event-item pl-5 py-4">
<div class="flex items-start justify-between gap-4">
<div>
<p class="font-display text-lg text-white">Judges' Fireside Chat</p>
<p class="font-body text-navy-200/50 text-xs mt-1">An intimate evening session where judges share career insights and answer participant questions on leadership, innovation, and the future of their fields.</p>
</div>
<div class="flex items-center gap-3 shrink-0">
<span class="event-tag tag-panel uppercase font-body">Panel</span>
<span class="text-navy-200/30 text-xs font-body whitespace-nowrap">19:00 – 20:30</span>
</div>
</div>
</div>
</div>
</div>
<!-- DAY 4 -->
<div class="fade-section day-card rounded-sm overflow-hidden">
<div class="day-header px-8 py-5 flex items-center justify-between">
<div>
<h3 class="font-display text-2xl text-white">Day 4</h3>
<p class="text-navy-200/40 text-xs font-body uppercase tracking-wider mt-1">Final Preparations & Semifinals</p>
</div>
<p class="font-arabic text-gold-500/30 text-sm hidden md:block" dir="rtl">اليوم الرابع</p>
</div>
<div class="px-8 py-6 space-y-0">
<div class="event-item pl-5 py-4">
<div class="flex items-start justify-between gap-4">
<div>
<p class="font-display text-lg text-white">Networking Brunch</p>
<p class="font-body text-navy-200/50 text-xs mt-1">Final brunch with themed discussion tables focusing on career pathways in finance, law, and engineering.</p>
</div>
<div class="flex items-center gap-3 shrink-0">
<span class="event-tag tag-brunch uppercase font-body">Brunch</span>
<span class="text-navy-200/30 text-xs font-body whitespace-nowrap">08:00 – 09:30</span>
</div>
</div>
</div>
<div class="event-item pl-5 py-4">
<div class="flex items-start justify-between gap-4">
<div>
<p class="font-display text-lg text-white">Track-Specific Workshops — Session C</p>
<p class="font-body text-navy-200/50 text-xs mt-1">Final workshop round: Finance (ESG & Impact), Law (Cross-Border Litigation), Engineering (Renewable Energy & Smart Cities). Practical application focus.</p>
</div>
<div class="flex items-center gap-3 shrink-0">
<span class="event-tag tag-workshop uppercase font-body">Workshop</span>
<span class="text-navy-200/30 text-xs font-body whitespace-nowrap">10:00 – 12:00</span>
</div>
</div>
</div>
<div class="event-item pl-5 py-4">
<div class="flex items-start justify-between gap-4">
<div>
<p class="font-display text-lg text-white">Meridian Challenge — Semifinal Presentations</p>
<p class="font-body text-navy-200/50 text-xs mt-1">Teams present refined pitches to the full judging panel. Adversarial Q&A, stress-testing of business models, and technical scrutiny determine finalists.</p>
</div>
<div class="flex items-center gap-3 shrink-0">
<span class="event-tag tag-competition uppercase font-body">Competition</span>
<span class="text-navy-200/30 text-xs font-body whitespace-nowrap">13:30 – 18:00</span>
</div>
</div>
</div>
<div class="event-item pl-5 py-4">
<div class="flex items-start justify-between gap-4">
<div>
<p class="font-display text-lg text-white">Finalist Announcement & Evening Reception</p>
<p class="font-body text-navy-200/50 text-xs mt-1">Announcement of teams advancing to the Grand Final. Celebratory cocktail reception with live music.</p>
</div>
<div class="flex items-center gap-3 shrink-0">
<span class="event-tag tag-social uppercase font-body">Social</span>
<span class="text-navy-200/30 text-xs font-body whitespace-nowrap">19:30 – 22:00</span>
</div>
</div>
</div>
</div>
</div>
<!-- DAY 5 -->
<div class="fade-section day-card rounded-sm overflow-hidden">
<div class="day-header px-8 py-5 flex items-center justify-between" style="background: linear-gradient(135deg, rgba(201, 169, 110, 0.14), rgba(201, 169, 110, 0.04));">
<div>
<h3 class="font-display text-2xl text-gold-400">Day 5</h3>
<p class="text-gold-500/60 text-xs font-body uppercase tracking-wider mt-1">Grand Final & Closing</p>
</div>
<p class="font-arabic text-gold-500/40 text-sm hidden md:block" dir="rtl">اليوم الخامس</p>
</div>
<div class="px-8 py-6 space-y-0">
<div class="event-item pl-5 py-4">
<div class="flex items-start justify-between gap-4">
<div>
<p class="font-display text-lg text-white">Grand Final — Meridian Challenge</p>
<p class="font-body text-navy-200/50 text-xs mt-1">Finalist teams deliver their ultimate presentations before the complete judging panel and a live audience. The defining moment of the forum.</p>
</div>
<div class="flex items-center gap-3 shrink-0">
<span class="event-tag tag-competition uppercase font-body">Competition</span>
<span class="text-navy-200/30 text-xs font-body whitespace-nowrap">09:30 – 13:00</span>
</div>
</div>
</div>
<div class="event-item pl-5 py-4">
<div class="flex items-start justify-between gap-4">
<div>
<p class="font-display text-lg text-white">Awards Ceremony</p>
<p class="font-body text-navy-200/50 text-xs mt-1">Formal presentation of the Meridian Award, track-specific honours, and special recognitions. Keynote address by the Chief Judge.</p>
</div>
<div class="flex items-center gap-3 shrink-0">
<span class="event-tag tag-ceremony uppercase font-body">Ceremony</span>
<span class="text-navy-200/30 text-xs font-body whitespace-nowrap">15:00 – 17:00</span>
</div>
</div>
</div>
<div class="event-item pl-5 py-4">
<div class="flex items-start justify-between gap-4">
<div>
<p class="font-display text-lg text-white">Closing Gala & Networking Dinner</p>
<p class="font-body text-navy-200/50 text-xs mt-1">The culminating event of DMF 2026 — a prestigious black-tie gala dinner celebrating achievement, forging lasting connections, and closing the forum in style.</p>
</div>
<div class="flex items-center gap-3 shrink-0">
<span class="event-tag tag-social uppercase font-body">Social</span>
<span class="text-navy-200/30 text-xs font-body whitespace-nowrap">19:30 – Late</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="relative py-16 border-t border-gold-500/10">
<div class="max-w-6xl mx-auto px-6 lg:px-12">
<div class="grid md:grid-cols-3 gap-12">
<div>
<img src="5.png" alt="DMF" class="h-8 opacity-70 mb-4">
<p class="font-body text-navy-200/40 text-xs leading-relaxed">Dubai Meridian Forum © 2026.<br>All rights reserved.</p>
<p class="font-arabic text-gold-500/30 text-sm mt-3" dir="rtl">منتدى دبي ميريديان</p>
</div>
<div>
<p class="text-gold-500/60 text-xs uppercase tracking-[0.2em] font-body mb-4">Navigate</p>
<div class="flex flex-col gap-2">
<a href="index.html" class="text-navy-200/50 text-sm font-body hover:text-gold-400 transition-colors duration-300">Home</a>
<a href="about.html" class="text-navy-200/50 text-sm font-body hover:text-gold-400 transition-colors duration-300">About</a>
<a href="team.html" class="text-navy-200/50 text-sm font-body hover:text-gold-400 transition-colors duration-300">Team</a>
<a href="tracks.html" class="text-navy-200/50 text-sm font-body hover:text-gold-400 transition-colors duration-300">Tracks</a>
<a href="partners.html" class="text-navy-200/50 text-sm font-body hover:text-gold-400 transition-colors duration-300">Partners</a>
<a href="register.html" class="text-navy-200/50 text-sm font-body hover:text-gold-400 transition-colors duration-300">Register</a>
<a href="contact.html" class="text-navy-200/50 text-sm font-body hover:text-gold-400 transition-colors duration-300">Contact</a>
</div>
</div>
<div>
<p class="text-gold-500/60 text-xs uppercase tracking-[0.2em] font-body mb-4">Contact</p>
<p class="text-navy-200/50 text-sm font-body leading-relaxed">Aspect Tower, Office No. 2206<br>Zone B, Bay Avenue<br>Business Bay, Dubai</p>
<a href="mailto:info@dubaimeridianforum.com" class="text-gold-500/50 text-sm font-body mt-3 inline-block hover:text-gold-400 transition-colors duration-300">info@dubaimeridianforum.com</a>
</div>
</div>
<div class="mt-12 pt-8 border-t border-gold-500/5 text-center">
<p class="text-navy-200/30 text-xs font-body tracking-wide">Dubai Meridian Forum · Business Bay, Dubai, UAE</p>
</div>
</div>
</footer>
<script>
const nav = document.getElementById('mainNav');
window.addEventListener('scroll', () => {
if (window.scrollY > 60) { nav.style.background = 'rgba(6,6,22,0.95)'; nav.style.backdropFilter = 'blur(20px)'; nav.style.borderBottom = '1px solid rgba(201,169,110,0.08)'; }
else { nav.style.background = 'transparent'; nav.style.backdropFilter = 'none'; nav.style.borderBottom = 'none'; }
});
document.getElementById('mobileToggle').addEventListener('click', () => document.getElementById('mobileMenu').classList.add('open'));
document.getElementById('mobileClose').addEventListener('click', () => document.getElementById('mobileMenu').classList.remove('open'));
const observer = new IntersectionObserver((entries) => { entries.forEach(e => { if (e.isIntersecting) e.target.classList.add('visible'); }); }, { threshold: 0.1 });
document.querySelectorAll('.fade-section').forEach(el => observer.observe(el));
// ── SpecialText scramble ──────────────────────────────────────────────────────
(function(){
const CHARS='_!X$0-+*#';
function rndChar(prev){let c;do{c=CHARS[Math.floor(Math.random()*CHARS.length)];}while(c===prev);return c;}
class SpecialText{
constructor(el,{speed=20,once=true}={}){
this.el=el;this.text=el.textContent;this.speed=speed;
this.iv=null;this.phase='p1';this.step=0;this.done=false;
const io=new IntersectionObserver(entries=>{
entries.forEach(e=>{if(e.isIntersecting&&!this.done){this._start();if(once)io.unobserve(el);}});
},{rootMargin:'-80px'});
io.observe(el);
}
_start(){
this.el.textContent='\u00A0'.repeat(this.text.length);
this.phase='p1';this.step=0;
if(this.iv)clearInterval(this.iv);
this.iv=setInterval(()=>this.phase==='p1'?this._p1():this._p2(),this.speed);
}
_p1(){
const max=this.text.length*2,len=Math.min(this.step+1,this.text.length);
const c=[];for(let i=0;i<len;i++)c.push(rndChar(c[i-1]));
for(let i=len;i<this.text.length;i++)c.push('\u00A0');
this.el.textContent=c.join('');
if(this.step<max-1){this.step++;}else{this.phase='p2';this.step=0;}
}
_p2(){
const rev=Math.floor(this.step/2),c=[];
for(let i=0;i<rev&&i<this.text.length;i++)c.push(this.text[i]);
if(rev<this.text.length)c.push(this.step%2===0?'_':rndChar());
while(c.length<this.text.length)c.push(rndChar());
this.el.textContent=c.join('');
if(this.step<this.text.length*2-1){this.step++;}
else{this.el.textContent=this.text;clearInterval(this.iv);this.done=true;}
}
}
const el=document.getElementById('scramble-programme');
if(el)new SpecialText(el,{speed:22});
})();
</script>
</body>
</html>