-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathedu_hero.css
More file actions
678 lines (592 loc) · 14.9 KB
/
Copy pathedu_hero.css
File metadata and controls
678 lines (592 loc) · 14.9 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
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
/* ============================================================
CORRELATING RESONANCE — landing page
Brand alignment (CD input v0.1 Part A): palette and type stack
adopted from ebono_au_site's root theme (see ebono_brand/tokens.css
for the canonical values) rather than the app pages' own paper/ink
scheme. This file is landing-page-only — the four phase tool pages
keep their existing light theme; Part A scopes the dark ground to
the landing page specifically.
============================================================ */
/* Palette and typefaces come from /ebono_brand.css, which every page loading
this file also loads, and loads first. They were duplicated here — the same
eight names and values as ebono.au/styles.css, down to the mixed casing of
#ffcBA4 — until 24 Aug 2026. The header comment above already pointed at a
canonical brand file; this is that file, finally written.
--hover-artie is not carried over: it is a corporate-site strand colour and
was used nowhere on this surface. */
:root {
/* Semantic roles for the landing surface — a dark mapping of the brand.
Components below refer only to these, never to --ebono-* directly. */
--ground: var(--ebono-black);
--ground-edge: var(--ebono-navy-edge);
--body-text: var(--ebono-silver);
--body-dim: var(--ebono-silver-dim);
--heading: var(--ebono-white);
--highlight: var(--ebono-ice);
--highlight-wash: var(--ebono-ice-dim);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
background: var(--ground);
color: var(--body-text);
font-family: var(--ebono-font-display);
line-height: 1.7;
min-height: 100vh;
}
/* ── Grain overlay ── */
body::before {
content: '';
position: fixed;
inset: 0;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");
pointer-events: none;
z-index: 100;
opacity: 0.6;
}
/* ── Hero ── */
.hero {
min-height: 100vh;
display: grid;
grid-template-rows: auto 1fr auto;
border-bottom: 2px solid var(--ground-edge);
position: relative;
overflow: hidden;
background:
radial-gradient(ellipse 900px 600px at 50% -10%, rgba(22,38,74,0.35), transparent 60%),
linear-gradient(180deg, var(--ground) 0%, #06090d 100%);
}
/* Background rule lines — like manuscript paper, dimmed for dark ground */
.hero::after {
content: '';
position: absolute;
inset: 0;
background-image: repeating-linear-gradient(
to bottom,
transparent,
transparent 39px,
var(--ground-edge) 39px,
var(--ground-edge) 40px
);
opacity: 0.35;
pointer-events: none;
}
.hero-body {
display: flex;
flex-direction: column;
justify-content: center;
padding: 4rem 4rem 3rem;
position: relative;
z-index: 2;
max-width: 900px;
}
.hero-eyebrow {
font-family: var(--ebono-font-mono);
font-size: 0.68rem;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--highlight);
margin-bottom: 1.5rem;
display: flex;
align-items: center;
gap: 0.75rem;
}
.hero-eyebrow::before {
content: '';
width: 2rem;
height: 1px;
background: var(--highlight);
}
.hero-title {
font-family: var(--ebono-font-display);
font-weight: 380;
font-size: clamp(3rem, 7vw, 6rem);
line-height: 0.98;
letter-spacing: -0.01em;
color: var(--heading);
margin-bottom: 0.2em;
}
.hero-title em {
font-style: italic;
font-weight: 380;
color: var(--highlight);
}
.hero-subtitle {
font-family: var(--ebono-font-body);
font-weight: 300;
font-size: clamp(1.3rem, 2.6vw, 1.8rem);
color: var(--body-text);
letter-spacing: 0.01em;
margin-bottom: 2.5rem;
font-style: italic;
}
.hero-description {
font-size: 1.05rem;
color: var(--body-dim);
max-width: 640px;
line-height: 1.75;
margin-bottom: 3rem;
}
.hero-cta {
display: inline-flex;
align-items: center;
gap: 0.75rem;
background: linear-gradient(135deg, var(--highlight), var(--body-text));
color: var(--ground);
text-decoration: none;
padding: 0.85rem 2rem;
font-family: var(--ebono-font-body);
font-size: 1rem;
font-weight: 600;
letter-spacing: 0.05em;
text-transform: uppercase;
transition: transform 0.2s, gap 0.2s, box-shadow 0.2s;
border-radius: 999px;
}
.hero-cta:hover { transform: translateY(-1px); gap: 1.1rem; box-shadow: 0 10px 30px -8px rgba(169,220,239,0.35); }
.hero-cta-arrow { font-size: 1.1rem; }
.hero-footer {
padding: 1.5rem 4rem;
border-top: 1px solid var(--ground-edge);
display: flex;
gap: 3rem;
position: relative;
z-index: 2;
}
.hero-stat {
display: flex;
flex-direction: column;
gap: 0.1rem;
}
.hero-stat-num {
font-family: var(--ebono-font-body);
font-weight: 700;
font-size: 1.8rem;
color: var(--heading);
line-height: 1;
}
.hero-stat-label {
font-family: var(--ebono-font-mono);
font-size: 0.62rem;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--body-dim);
}
/* ── Overview section (currently unused by index.html; kept in sync
in case it comes back into use — not deleted, see brief report) ── */
.overview {
padding: 6rem 4rem;
display: grid;
grid-template-columns: 1fr 2fr;
gap: 4rem;
border-bottom: 1px solid var(--ground-edge);
max-width: 1200px;
margin: 0 auto;
}
.overview-label {
font-family: var(--ebono-font-mono);
font-size: 0.65rem;
letter-spacing: 0.15em;
text-transform: uppercase;
color: var(--body-dim);
padding-top: 0.4rem;
}
.overview-body h2 {
font-family: var(--ebono-font-body);
font-weight: 400;
font-size: 2rem;
color: var(--heading);
margin-bottom: 1.25rem;
line-height: 1.2;
}
.overview-body p {
font-size: 0.95rem;
color: var(--body-dim);
margin-bottom: 1rem;
max-width: 640px;
}
/* Concept types */
.concept-types {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1rem;
margin-top: 2rem;
}
.concept-type {
background: var(--ebono-navy);
border: 1px solid var(--ground-edge);
border-radius: 3px;
padding: 1.25rem;
position: relative;
overflow: hidden;
}
.concept-type::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 3px;
height: 100%;
}
.ct-differentiating::before { background: var(--highlight); }
.ct-bridging::before { background: var(--body-text); }
.ct-boundary::before { background: var(--ground-edge); }
.concept-type-name {
font-family: var(--ebono-font-body);
font-weight: 600;
font-size: 0.85rem;
letter-spacing: 0.04em;
text-transform: uppercase;
color: var(--heading);
margin-bottom: 0.5rem;
}
.concept-type-desc {
font-size: 0.78rem;
color: var(--body-dim);
line-height: 1.5;
font-family: 'IBM Plex Sans', sans-serif;
font-weight: 300;
}
/* ── Phase steps ── */
.phases {
padding: 6rem 4rem;
border-bottom: 1px solid var(--ground-edge);
}
.phases-header {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 4rem;
max-width: 1200px;
margin: 0 auto 4rem;
}
.phases-header-label {
font-family: var(--ebono-font-mono);
font-size: 0.65rem;
letter-spacing: 0.15em;
text-transform: uppercase;
color: var(--body-dim);
padding-top: 0.4rem;
}
.phases-header h2 {
font-family: var(--ebono-font-body);
font-weight: 400;
font-size: 2rem;
color: var(--heading);
line-height: 1.2;
}
.phases-grid {
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
}
.phase-card {
background: var(--ebono-navy);
border: 1px solid var(--ground-edge);
border-radius: 4px;
overflow: hidden;
display: flex;
flex-direction: column;
transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
text-decoration: none;
color: inherit;
animation: fadeUp 0.5s ease both;
}
.phase-card:nth-child(1) { animation-delay: 0.1s; }
.phase-card:nth-child(2) { animation-delay: 0.2s; }
.phase-card:nth-child(3) { animation-delay: 0.3s; }
@keyframes fadeUp {
from { opacity: 0; transform: translateY(16px); }
to { opacity: 1; transform: translateY(0); }
}
.phase-card:hover {
box-shadow: 0 8px 32px rgba(0,0,0,0.45);
border-color: var(--highlight);
transform: translateY(-2px);
}
.phase-card-top {
padding: 1.75rem 1.75rem 1.25rem;
border-bottom: 1px solid var(--ground-edge);
display: flex;
align-items: flex-start;
gap: 1rem;
}
.phase-num {
font-family: var(--ebono-font-body);
font-weight: 700;
font-size: 3rem;
line-height: 1;
color: var(--ground-edge);
flex-shrink: 0;
margin-top: -0.1em;
transition: color 0.2s;
}
.phase-card:hover .phase-num { color: var(--highlight); }
.phase-card-meta {}
.phase-tag-label {
font-family: var(--ebono-font-mono);
font-size: 0.6rem;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--body-dim);
margin-bottom: 0.3rem;
}
.phase-name {
font-family: var(--ebono-font-body);
font-weight: 600;
font-size: 1.2rem;
color: var(--heading);
line-height: 1.2;
}
.phase-card-body {
padding: 1.25rem 1.75rem;
flex: 1;
}
.phase-desc {
font-size: 0.85rem;
color: var(--body-dim);
line-height: 1.6;
margin-bottom: 1rem;
}
.phase-steps {
list-style: none;
display: flex;
flex-direction: column;
gap: 0.4rem;
}
.phase-steps li {
display: flex;
align-items: baseline;
gap: 0.5rem;
font-family: var(--ebono-font-mono);
font-size: 0.68rem;
color: var(--body-dim);
letter-spacing: 0.02em;
}
.phase-steps li::before {
content: '→';
color: var(--highlight);
flex-shrink: 0;
}
.phase-card-footer {
padding: 1rem 1.75rem;
border-top: 1px solid var(--ground-edge);
display: flex;
align-items: center;
justify-content: space-between;
}
.phase-io {
display: flex;
gap: 0.5rem;
flex-wrap: wrap;
}
.io-chip {
font-family: var(--ebono-font-mono);
font-size: 0.58rem;
letter-spacing: 0.06em;
text-transform: uppercase;
padding: 0.15rem 0.45rem;
border-radius: 2px;
}
.io-in { background: var(--ground-edge); color: var(--body-dim); }
.io-out { background: var(--highlight-wash); color: var(--highlight); }
.phase-link-arrow {
font-size: 1rem;
color: var(--body-dim);
transition: color 0.2s, transform 0.2s;
}
.phase-card:hover .phase-link-arrow { color: var(--highlight); transform: translateX(4px); }
/* ── Workflow diagram ── */
.workflow {
padding: 5rem 4rem;
background: var(--ebono-navy);
color: var(--body-text);
border-bottom: 2px solid var(--ground-edge);
}
.workflow-inner {
max-width: 1200px;
margin: 0 auto;
}
.workflow-label {
font-family: var(--ebono-font-mono);
font-size: 0.65rem;
letter-spacing: 0.15em;
text-transform: uppercase;
color: var(--body-dim);
margin-bottom: 2.5rem;
display: flex;
align-items: center;
gap: 0.75rem;
}
.workflow-label::after {
content: '';
flex: 1;
height: 1px;
background: var(--ground-edge);
}
.workflow-flow {
display: flex;
align-items: stretch;
gap: 0;
overflow-x: auto;
padding-bottom: 0.5rem;
}
.flow-step {
flex: 1;
min-width: 140px;
padding: 1.5rem;
border-right: 1px solid var(--ground-edge);
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.flow-step:last-child { border-right: none; }
.flow-step-phase {
font-family: var(--ebono-font-mono);
font-size: 0.58rem;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--highlight);
}
.flow-step-name {
font-family: var(--ebono-font-body);
font-weight: 600;
font-size: 1rem;
color: var(--heading);
line-height: 1.2;
}
.flow-step-desc {
font-size: 0.75rem;
color: var(--body-dim);
line-height: 1.5;
font-family: var(--ebono-font-body);
font-weight: 300;
flex: 1;
}
.flow-step-output {
font-family: var(--ebono-font-mono);
font-size: 0.6rem;
color: var(--highlight);
letter-spacing: 0.05em;
margin-top: auto;
padding-top: 0.75rem;
border-top: 1px solid var(--ground-edge);
}
/* ── Output types (currently unused by index.html; kept in sync,
see brief report) ── */
.outputs-section {
padding: 6rem 4rem;
border-bottom: 1px solid var(--ground-edge);
max-width: 1200px;
margin: 0 auto;
}
.outputs-grid {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 4rem;
}
.outputs-label {
font-family: var(--ebono-font-mono);
font-size: 0.65rem;
letter-spacing: 0.15em;
text-transform: uppercase;
color: var(--body-dim);
padding-top: 0.4rem;
}
.outputs-list {
display: flex;
flex-direction: column;
gap: 1rem;
}
.output-item {
display: grid;
grid-template-columns: auto 1fr;
gap: 1rem;
align-items: start;
padding: 1rem 0;
border-bottom: 1px solid var(--ground-edge);
}
.output-item:last-child { border-bottom: none; }
.output-stage {
font-family: var(--ebono-font-mono);
font-size: 0.62rem;
letter-spacing: 0.08em;
text-transform: uppercase;
background: var(--ground-edge);
color: var(--body-dim);
padding: 0.2rem 0.5rem;
border-radius: 2px;
white-space: nowrap;
margin-top: 0.15rem;
}
.output-name {
font-family: var(--ebono-font-body);
font-weight: 600;
font-size: 0.95rem;
color: var(--heading);
margin-bottom: 0.2rem;
}
.output-desc {
font-size: 0.8rem;
color: var(--body-dim);
line-height: 1.5;
}
/* ── Footer ── */
footer {
padding: 2.5rem 4rem;
border-top: 2px solid var(--ground-edge);
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 1rem;
}
.footer-wordmark {
font-family: var(--ebono-font-display);
font-style: italic;
font-size: 1rem;
color: var(--heading);
}
.footer-meta {
font-family: var(--ebono-font-mono);
font-size: 0.65rem;
color: var(--body-dim);
letter-spacing: 0.08em;
}
/* Entity footer (CD input v0.1 Part B item 1) */
.footer-entity {
width: 100%;
padding-top: 1.25rem;
margin-top: 1.25rem;
border-top: 1px solid var(--ground-edge);
font-family: var(--ebono-font-mono);
font-size: 0.65rem;
color: var(--body-dim);
letter-spacing: 0.04em;
display: flex;
flex-wrap: wrap;
gap: 0.4rem 1.5rem;
justify-content: space-between;
}
.footer-entity a {
color: var(--body-dim);
text-decoration: none;
border-bottom: 1px solid transparent;
transition: color 0.2s, border-color 0.2s;
}
.footer-entity a:hover { color: var(--highlight); border-color: var(--highlight); }
.footer-legal-links { display: flex; gap: 1.25rem; }
/* ── Responsive ── */
@media (max-width: 900px) {
.hero-body, .hero-footer { padding-left: 2rem; padding-right: 2rem; }
.overview, .phases, .phases-header, .phases-grid,
.workflow, .outputs-section { padding-left: 2rem; padding-right: 2rem; }
.overview, .outputs-grid { grid-template-columns: 1fr; gap: 2rem; }
.phases-header { grid-template-columns: 1fr; gap: 1rem; }
.phases-grid { grid-template-columns: 1fr; }
.concept-types { grid-template-columns: 1fr; }
.hero-footer { gap: 1.5rem; }
footer { padding: 2rem; flex-direction: column; align-items: flex-start; }
.footer-entity { flex-direction: column; gap: 0.6rem; }
}