-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathstyles.css
More file actions
456 lines (419 loc) · 33.5 KB
/
Copy pathstyles.css
File metadata and controls
456 lines (419 loc) · 33.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
/* ============================================================
Mumbai Field Guide - Light & Easy
Soft, lightweight, airy. Warm off-white, gentle accents,
no glow, hairlines and soft shadows. Mumbai landmark
silhouettes kept faint in the background.
============================================================ */
:root {
--bg: #f2e6d0; /* warm beige */
--bg-2: #eadbbe; /* deeper beige */
--card: #fdf7eb; /* warm cream */
--ink: #33281b; /* espresso brown */
--ink-2: #6a5840; /* warm brown */
--muted: #9c8a70;
--violet: #c5612e; /* terracotta, primary accent */
--teal: #6f7d41; /* olive / sage */
--marigold: #ce922a; /* ochre */
--coral: #b94d29; /* clay / rust */
--line: rgba(51,40,27,0.12);
--line-2: rgba(51,40,27,0.2);
--shadow: 0 10px 30px -20px rgba(51,40,27,0.32);
--shadow-hover: 0 18px 40px -24px rgba(43,39,51,0.4);
--panel-shadow: 0 24px 60px -22px rgba(43,39,51,0.45);
--landmark: #5a4530;
--nav-bg: rgba(242,230,208,0.85);
--accent-wash: rgba(197,97,46,0.1);
--on-accent: #160d08;
--on-coral: #fff;
--on-ink: #fff;
--note-warn-bg: #f7e7c5;
--note-warn-border: #e6cd98;
--note-warn-label: #a9791b;
--note-stop-bg: #f6dcc7;
--note-stop-border: #e6b393;
--note-ok-bg: #ecefd3;
--note-ok-border: #d2d9a8;
--tag-veg-bg: #e6f6ea;
--tag-veg-ink: #1c7a3f;
--tag-vegan-bg: #e1f5f0;
--tag-vegan-ink: #0d7d6e;
--tag-jain-bg: #fcefd8;
--tag-jain-ink: #9a6000;
--tag-df-bg: #ece9fd;
--tag-df-ink: #5039c9;
--tag-kosher-bg: #e6eefe;
--tag-kosher-ink: #2155c4;
--tag-halal-bg: #e6f5ec;
--tag-halal-ink: #167a4a;
--tag-nonveg-bg: #fde6ee;
--tag-nonveg-ink: #c01060;
--reading-bg: #fff2c4;
--reading-ring: #fff2c4;
--maxw: 1200px;
--mono: "Space Mono", ui-monospace, Menlo, monospace;
--disp: "Space Grotesk", system-ui, sans-serif;
--body: "Inter", system-ui, -apple-system, sans-serif;
}
html[data-theme="dark"] {
color-scheme: dark;
--bg: #17120d;
--bg-2: #211910;
--card: #261e15;
--ink: #f4ead8;
--ink-2: #d7c6aa;
--muted: #aa9476;
--violet: #e18a58;
--teal: #b0bb72;
--marigold: #e2ad54;
--coral: #df734b;
--line: rgba(244,234,216,0.13);
--line-2: rgba(244,234,216,0.25);
--shadow: 0 16px 42px -28px rgba(0,0,0,0.75);
--shadow-hover: 0 24px 52px -30px rgba(0,0,0,0.86);
--panel-shadow: 0 24px 70px -26px rgba(0,0,0,0.85);
--landmark: #e7c99c;
--nav-bg: rgba(23,18,13,0.88);
--accent-wash: rgba(225,138,88,0.16);
--on-accent: #1b120d;
--on-coral: #1b120d;
--on-ink: #17120d;
--note-warn-bg: #352814;
--note-warn-border: #71572b;
--note-warn-label: #e2ad54;
--note-stop-bg: #361e16;
--note-stop-border: #7d4128;
--note-ok-bg: #263018;
--note-ok-border: #5b6935;
--tag-veg-bg: #1d3424;
--tag-veg-ink: #9be2b2;
--tag-vegan-bg: #183431;
--tag-vegan-ink: #85ded0;
--tag-jain-bg: #3a2c12;
--tag-jain-ink: #f2c76a;
--tag-df-bg: #292646;
--tag-df-ink: #bdb3ff;
--tag-kosher-bg: #1d2b47;
--tag-kosher-ink: #9fbfff;
--tag-halal-bg: #1a3326;
--tag-halal-ink: #94ddb2;
--tag-nonveg-bg: #3a1f2a;
--tag-nonveg-ink: #ff9dc4;
--reading-bg: #5b431d;
--reading-ring: #7c5a25;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { color-scheme: light; scroll-behavior: smooth; scroll-padding-top: 78px; }
body { font-family: var(--body); background: var(--bg); color: var(--ink); font-size: 17px; line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
h1,h2,h3,h4 { font-family: var(--disp); font-weight: 700; line-height: 1.1; letter-spacing: -0.02em; }
a { color: inherit; }
.wrap { width: min(100% - 44px, var(--maxw)); margin-inline: auto; position: relative; z-index: 2; }
.mono { font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.04em; text-transform: uppercase; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--violet); outline-offset: 3px; border-radius: 4px; }
.skip { position: absolute; left: -9999px; z-index: 200; background: var(--ink); color: var(--on-ink); padding: 12px 18px; font-weight: 700; border-radius: 0 0 10px 0; }
.skip:focus { left: 0; top: 0; }
/* ---------- Landmark silhouettes (faint, in the background) ---------- */
.landmark { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: min(1420px, 128%); height: auto; color: var(--landmark); opacity: 0.16; z-index: 0; pointer-events: none; transition: opacity 1.2s ease, filter 1.2s ease; }
html[data-theme="dark"] .landmark { opacity: 0.3; filter: drop-shadow(0 0 9px rgba(231,201,156,0.4)); }
.lamps { opacity: 0; transition: opacity 1.5s ease 0.5s; }
html[data-theme="dark"] .lamps { opacity: 1; }
.lamps .lamp-pole { stroke: currentColor; stroke-width: 2; }
.lamps .lamp-head { fill: #ffd27a; stroke: none; filter: drop-shadow(0 0 5px rgba(255,210,122,0.95)); }
.lamps .lamp-halo { fill: #ffd27a; stroke: none; opacity: 0.15; }
.landmark.lm-r { left: auto; right: -6%; transform: none; }
.landmark.lm-l { left: -6%; transform: none; }
.landmark.lm-small { width: min(420px, 60%); }
.landmark.lm-feature { width: min(560px, 74%); opacity: 0.22; }
.hero .landmark { opacity: 0.1; }
html[data-theme="dark"] .hero .landmark { opacity: 0.22; }
body.hc .landmark { display: none; }
/* ---------- Nav ---------- */
.nav { position: sticky; top: 0; z-index: 50; background: var(--nav-bg); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav .wrap { width: calc(100% - 44px); max-width: none; }
.nav-inner { display: flex; align-items: center; height: 64px; gap: 18px; }
.brand { flex: 1 1 0; display: flex; align-items: baseline; gap: 9px; font-family: var(--disp); font-weight: 700; font-size: 16px; white-space: nowrap; text-decoration: none; color: inherit; cursor: pointer; }
.brand .dc { color: var(--violet); }
.brand .sep { color: var(--line-2); }
.brand .pl { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); }
.nav-links { margin-inline: auto; display: flex; gap: 14px; flex-wrap: wrap; }
.nav-links a { position: relative; font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.03em; text-decoration: none; padding: 9px 9px; border-radius: 8px; color: var(--ink-2); transition: 0.14s; }
.nav-links a + a::before { content: "/"; position: absolute; left: -10px; top: 50%; transform: translateY(-50%); font-size: 11px; color: var(--muted); opacity: 0.5; pointer-events: none; }
.nav-links a:hover { color: var(--violet); background: var(--accent-wash); }
.nav-actions { flex: 1 1 0; display: flex; align-items: center; justify-content: flex-end; gap: 10px; padding-left: 14px; border-left: 0; }
.theme-toggle { width: 42px; height: 42px; flex: 0 0 42px; display: inline-grid; place-items: center; border: 1px solid var(--line-2); border-radius: 50%; background: var(--card); color: var(--ink); cursor: pointer; box-shadow: var(--shadow); transition: background-color 0.14s, border-color 0.14s, color 0.14s, transform 0.14s; }
.theme-toggle:hover { border-color: var(--violet); color: var(--violet); background: var(--accent-wash); transform: translateY(-1px); }
.theme-icon { width: 17px; height: 17px; display: none; }
html:not([data-theme="dark"]) .theme-toggle .icon-moon { display: block; }
html[data-theme="dark"] .theme-toggle .icon-sun { display: block; }
.nav-toggle { display: none; background: var(--violet); color: var(--on-accent); border: 0; border-radius: 8px; padding: 9px 15px; font-family: var(--mono); font-size: 11px; text-transform: uppercase; font-weight: 700; cursor: pointer; }
/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: clamp(70px, 11vw, 122px) 0 56px; }
.sunburst { position: absolute; top: -22%; right: -10%; width: 660px; height: 660px; z-index: 1; opacity: 0.22; pointer-events: none; transition: transform 1.6s cubic-bezier(0.5,0,0.7,0.4), opacity 1.1s ease; }
html[data-theme="dark"] .sunburst { transform: translateY(190px) scale(0.92); opacity: 0; }
.moonrise { position: absolute; top: -22%; right: -10%; width: 660px; height: 660px; z-index: 1; opacity: 0; pointer-events: none; transform: translateY(190px); transition: transform 1.6s cubic-bezier(0.2,0.6,0.25,1), opacity 1.2s ease 0.35s; }
html[data-theme="dark"] .moonrise { opacity: 0.5; transform: translateY(0); }
.sunburst line, .sunburst circle, .sunburst g { stroke: var(--marigold); }
.hero-kicker { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; color: var(--ink-2); }
.hero-kicker .dotx { width: 6px; height: 6px; border-radius: 50%; background: var(--marigold); }
.hero h1 { font-size: clamp(54px, 12vw, 168px); line-height: 0.9; margin-top: 24px; letter-spacing: -0.04em; color: var(--ink); }
/* bilingual layered title: मुंबई ghosted behind Mumbai. */
.hero h1 .city { position: relative; display: inline-block; }
.hero h1 .latin { position: relative; z-index: 1; }
.hero h1 .echo { position: absolute; left: 0; top: 0; z-index: 0; transform-origin: left top; transform: translate(0.34em, 0.46em) skewX(-20deg) scaleY(1.08); font-family: "Mukta", system-ui, sans-serif; font-weight: 800; letter-spacing: 0; color: var(--violet); opacity: 0.15; line-height: 1.04; white-space: nowrap; pointer-events: none; filter: url(#waterRipple); }
body.reduce-motion .hero h1 .echo { filter: none; }
.hero h1 .sub { display: block; color: var(--ink-2); font-size: clamp(19px, 3vw, 36px); font-weight: 500; letter-spacing: -0.01em; margin-top: 22px; max-width: 21ch; }
.hero h1 .sub em { font-style: normal; color: var(--violet); }
.hero-lede { max-width: 620px; margin-top: 26px; font-size: clamp(16.5px, 1.9vw, 20px); color: var(--ink-2); }
.ticker { margin-top: clamp(44px, 7vw, 74px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; white-space: nowrap; position: relative; z-index: 3; }
.ticker-track { display: inline-flex; animation: scroll 38s linear infinite; will-change: transform; }
.ticker-track span { font-family: var(--mono); font-size: 13px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--ink-2); padding: 15px 26px; }
.ticker-track .hl { color: var(--violet); font-weight: 700; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
/* floating shapes (soft, no glow) */
.hero .shape { position: absolute; z-index: 1; pointer-events: none; opacity: 0.7; }
.s-ring { width: 84px; height: 84px; border: 3px solid var(--violet); border-radius: 50%; left: 6%; bottom: 28%; animation: fl1 9s ease-in-out infinite; }
.s-dot { width: 18px; height: 18px; background: var(--coral); border-radius: 50%; left: 46%; top: 22%; animation: fl2 7s ease-in-out infinite; }
.s-diamond { width: 44px; height: 44px; border: 3px solid var(--marigold); left: 72%; bottom: 32%; animation: flD 11s ease-in-out infinite; }
.s-tri { width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 26px solid var(--teal); left: 30%; bottom: 18%; animation: fl2 8s ease-in-out infinite; }
@keyframes fl1 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-14px)} }
@keyframes fl2 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(12px)} }
@keyframes flD { 0%,100%{transform:translateY(0) rotate(45deg)} 50%{transform:translateY(-14px) rotate(50deg)} }
/* ---------- Sections ---------- */
section.block { padding: clamp(60px, 8vw, 100px) 0; position: relative; overflow: hidden; }
section.block:nth-of-type(even) { background: var(--bg-2); }
.sec-head { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: start; margin-bottom: 46px; }
.sec-index { font-family: var(--mono); font-size: 15px; font-weight: 700; color: var(--violet); padding-top: 12px; }
.sec-head h2 { font-size: clamp(32px, 5vw, 54px); }
.sec-head .lead { font-size: clamp(16.5px, 1.9vw, 19px); color: var(--ink-2); max-width: 62ch; margin-top: 14px; }
.sec-head .kicker { font-family: var(--mono); font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--coral); margin-bottom: 12px; display: flex; align-items: center; }
.kic-ico { font-size: 1.15em; margin-right: 9px; }
/* ---------- Cards ---------- */
.grid { display: grid; gap: 16px; }
.g2 { grid-template-columns: repeat(2,1fr); }
.g3 { grid-template-columns: repeat(3,1fr); }
.g4 { grid-template-columns: repeat(4,1fr); }
.cell { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; box-shadow: var(--shadow); transition: 0.18s; }
.cell:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.cell .top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.cell h3 { font-size: 21px; }
.cell .tier { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.03em; color: var(--muted); white-space: nowrap; }
.cell .area { font-family: var(--mono); font-size: 12.5px; color: var(--teal); margin: 9px 0 13px; }
.cell p { font-size: 15.5px; color: var(--ink-2); }
.cell ul { font-size: 15.5px; color: var(--ink-2); padding-left: 18px; margin-top: 6px; }
.cell li { margin-bottom: 8px; }
.cell li::marker { color: var(--violet); }
.cell .foot { margin-top: auto; padding-top: 16px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.chip { font-family: var(--mono); font-size: 12px; text-transform: uppercase; color: var(--ink-2); }
.chip b { color: var(--teal); }
.maplink { font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.03em; text-decoration: none; color: var(--violet); border-bottom: 1.5px solid currentColor; white-space: nowrap; font-weight: 700; }
.maplink:hover { color: var(--coral); }
.maplink .arr { display: inline-block; transition: 0.15s; }
.maplink:hover .arr { transform: translate(2px,-2px); }
/* ---------- Notes (soft tinted, no left bar, no glow) ---------- */
.note { border: 1px solid var(--line); border-radius: 16px; padding: 24px; background: var(--card); }
.note.warn { background: var(--note-warn-bg); border-color: var(--note-warn-border); }
.note.stop { background: var(--note-stop-bg); border-color: var(--note-stop-border); }
.note.ok { background: var(--note-ok-bg); border-color: var(--note-ok-border); }
.note h3 { font-size: 20px; margin-bottom: 8px; }
.note p, .note li { font-size: 16px; color: var(--ink-2); }
.note ul { padding-left: 19px; margin-top: 8px; }
.note li { margin-bottom: 7px; }
.note li::marker { color: var(--violet); }
.note .lbl { font-family: var(--mono); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--violet); display: block; margin-bottom: 8px; }
.note.warn .lbl { color: var(--note-warn-label); }
.note.stop .lbl { color: var(--coral); }
.note.ok .lbl { color: var(--teal); }
/* ---------- Routes ---------- */
.routes { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.route { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 24px; box-shadow: var(--shadow); }
.route .from { font-family: var(--disp); font-weight: 700; font-size: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.opt { display: grid; grid-template-columns: 124px 1fr auto; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.opt:last-child { border-bottom: 0; }
.opt .mode { font-family: var(--mono); font-size: 12px; font-weight: 700; text-transform: uppercase; color: var(--violet); }
.opt .desc { font-size: 15.5px; color: var(--ink-2); }
.opt .cost { font-family: var(--mono); font-size: 13px; font-weight: 700; color: var(--teal); text-align: right; white-space: nowrap; }
/* ---------- Food ---------- */
.filterbar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; align-items: center; }
.filterbar .flabel { font-family: var(--mono); font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); margin-right: 6px; }
.filter-btn { border: 1px solid var(--line-2); background: var(--card); cursor: pointer; color: var(--ink); padding: 9px 16px; border-radius: 999px; font-family: var(--mono); font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.03em; display: inline-flex; align-items: center; gap: 8px; transition: 0.14s; }
.filter-btn:hover { border-color: var(--violet); color: var(--violet); }
.filter-btn[aria-pressed="true"] { background: var(--violet); color: var(--on-accent); border-color: var(--violet); }
.filter-btn .dot { width: 8px; height: 8px; border-radius: 50%; }
.food-grid { display: flex; gap: 16px; overflow-x: auto; padding: 4px 4px 16px; scroll-snap-type: x proximity; scrollbar-width: thin; scrollbar-color: var(--violet) transparent; }
.food-grid .food { flex: 0 0 min(320px, 82vw); scroll-snap-align: start; }
.food-grid::-webkit-scrollbar { height: 8px; }
.food-grid::-webkit-scrollbar-track { background: var(--line); border-radius: 999px; }
.food-grid::-webkit-scrollbar-thumb { background: var(--violet); border-radius: 999px; }
.scroll-cues { display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin-bottom: 14px; }
.scroll-cues .hintx { font-family: var(--mono); font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); margin-right: 6px; }
.scroll-btn { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line-2); background: var(--card); color: var(--ink); cursor: pointer; font-size: 16px; box-shadow: var(--shadow); transition: 0.14s; }
.scroll-btn:hover { border-color: var(--violet); color: var(--violet); background: var(--accent-wash); }
.food { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 22px; display: flex; flex-direction: column; box-shadow: var(--shadow); transition: 0.18s; }
.food:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.food.hide { display: none; }
.food .top { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.food h4 { font-size: 20px; }
.food h4 .fico { margin-right: 9px; }
.food .where { font-family: var(--mono); font-size: 12px; color: var(--teal); margin: 8px 0 13px; }
.food p { font-size: 15.5px; color: var(--ink-2); flex: 1; }
.food .foot { margin-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.tag { font-family: var(--mono); font-size: 11px; text-transform: uppercase; padding: 4px 9px; border-radius: 999px; font-weight: 700; }
.tag.veg { background: var(--tag-veg-bg); color: var(--tag-veg-ink); }
.tag.vegan { background: var(--tag-vegan-bg); color: var(--tag-vegan-ink); }
.tag.jain { background: var(--tag-jain-bg); color: var(--tag-jain-ink); }
.tag.df { background: var(--tag-df-bg); color: var(--tag-df-ink); }
.tag.kosher { background: var(--tag-kosher-bg); color: var(--tag-kosher-ink); }
.tag.halal { background: var(--tag-halal-bg); color: var(--tag-halal-ink); }
.tag.nonveg { background: var(--tag-nonveg-bg); color: var(--tag-nonveg-ink); }
.heat { display: inline-flex; gap: 3px; align-items: center; }
.heat i { width: 16px; height: 5px; background: var(--line-2); border-radius: 2px; }
.heat.l1 i:nth-child(1), .heat.l2 i:nth-child(-n+2), .heat.l3 i:nth-child(-n+3) { background: var(--marigold); }
.heat .hl { font-family: var(--mono); font-size: 12px; text-transform: uppercase; color: var(--muted); margin-right: 6px; }
/* ---------- Checklist ---------- */
.checklist { columns: 2; column-gap: 44px; }
.checklist li { break-inside: avoid; list-style: none; padding-left: 28px; position: relative; margin-bottom: 15px; font-size: 16px; color: var(--ink-2); }
.checklist li::before { content: "→"; position: absolute; left: 0; top: 0; color: var(--violet); }
.checklist li b { color: var(--ink); }
/* ---------- Emergency ---------- */
.emerg { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 16px; }
.emerg .e { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 22px; box-shadow: var(--shadow); }
.emerg .num { font-family: var(--disp); font-size: 40px; font-weight: 700; color: var(--coral); }
.emerg .lbl { font-family: var(--mono); font-size: 12px; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
/* ---------- Footer ---------- */
footer { background: var(--bg-2); border-top: 1px solid var(--line); padding: 72px 0 46px; }
footer .ftop { display: flex; flex-wrap: wrap; gap: 40px; justify-content: space-between; }
footer .fbig { font-family: var(--disp); font-weight: 700; font-size: clamp(30px, 5vw, 56px); line-height: 0.98; color: var(--ink); }
footer .fbig em { font-style: normal; color: var(--marigold); }
footer .fcol { display: grid; gap: 8px; }
footer .fcol .h { font-family: var(--mono); font-size: 12px; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
footer a { font-size: 15px; color: var(--ink-2); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--line-2); }
footer a:hover { color: var(--violet); }
footer .disc { margin-top: 46px; padding-top: 26px; border-top: 1px solid var(--line); font-size: 14px; color: var(--muted); max-width: 820px; }
footer .disc b { color: var(--ink-2); }
/* ---------- Back to top ---------- */
.totop { position: fixed; right: 22px; bottom: 22px; z-index: 60; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line-2); cursor: pointer; background: var(--card); color: var(--violet); font-size: 19px; opacity: 0; pointer-events: none; transition: 0.25s; box-shadow: var(--shadow); }
.totop.show { opacity: 1; pointer-events: auto; }
/* ---------- Accessibility toolbar ---------- */
.a11y-fab { position: fixed; left: 22px; bottom: 22px; z-index: 70; display: inline-flex; align-items: center; gap: 9px; background: var(--ink); color: var(--on-ink); border: 0; cursor: pointer; padding: 12px 16px; border-radius: 999px; font-family: var(--body); font-weight: 700; font-size: 14px; box-shadow: var(--shadow); transition: transform 0.16s ease, box-shadow 0.16s ease; }
.a11y-fab:hover { transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.a11y-fab:active { transform: translateY(0) scale(0.97); }
.a11y-fab[aria-expanded="true"] .icon { transform: rotate(90deg); }
.a11y-fab .icon { transition: transform 0.25s ease; }
.a11y-fab .icon { font-size: 16px; }
.a11y-panel { position: fixed; left: 22px; bottom: 86px; z-index: 71; width: 300px; max-height: calc(100dvh - 130px); overflow-y: auto; overscroll-behavior: contain; background: var(--card); border: 1px solid var(--line-2); border-radius: 16px; padding: 18px; box-shadow: var(--panel-shadow); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(12px) scale(0.96); transform-origin: bottom left; transition: opacity 0.2s ease, transform 0.28s cubic-bezier(0.2, 0.9, 0.3, 1.15), visibility 0s linear 0.28s; }
.a11y-panel.open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition: opacity 0.16s ease, transform 0.28s cubic-bezier(0.2, 0.9, 0.3, 1.15); }
.a11y-panel h3 { font-size: 18px; margin-bottom: 4px; }
.a11y-panel .hint { font-size: 13px; color: var(--ink-2); margin-bottom: 14px; }
.a11y-row { margin-bottom: 14px; }
.a11y-row .rl { font-family: var(--mono); font-size: 12px; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 7px; }
.a11y-row .opts { display: flex; gap: 6px; }
.a11y-opt { flex: 1; border: 1px solid var(--line-2); background: transparent; color: var(--ink); cursor: pointer; padding: 9px 8px; border-radius: 10px; font-family: var(--body); font-weight: 600; font-size: 14px; transition: 0.14s; }
.a11y-opt:hover { border-color: var(--violet); }
.a11y-opt[aria-pressed="true"] { background: var(--violet); color: var(--on-accent); border-color: var(--violet); }
.a11y-opt:disabled { opacity: 0.4; cursor: default; }
.a11y-opt.speaking { background: var(--coral); color: var(--on-coral); border-color: var(--coral); }
.a11y-reset { width: 100%; margin-top: 4px; border: 0; background: transparent; color: var(--violet); font-weight: 700; font-size: 13.5px; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
/* High contrast */
body.hc { color-scheme: light; --bg:#fff; --bg-2:#fff; --card:#fff; --ink:#000; --ink-2:#161616; --muted:#333; --line:rgba(0,0,0,0.45); --line-2:rgba(0,0,0,0.6); --violet:#9c3f12; --coral:#a3401c; --teal:#4c5a23; --nav-bg:rgba(255,255,255,0.96); --accent-wash:#f1e4db; --on-accent:#fff; --on-coral:#fff; --on-ink:#fff; --note-warn-bg:#fff; --note-warn-border:#000; --note-warn-label:#000; --note-stop-bg:#fff; --note-stop-border:#000; --note-ok-bg:#fff; --note-ok-border:#000; --reading-bg:#fff2a0; --reading-ring:#000; }
body.hc .cell, body.hc .food, body.hc .note, body.hc .route, body.hc .emerg .e { box-shadow: none; border-width: 2px; }
body.ul-links a:not(.a11y-fab):not(.totop) { text-decoration: underline; text-underline-offset: 3px; }
body.reduce-motion * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
body.reduce-motion .ticker-track { animation: none; }
.reading { background: var(--reading-bg); box-shadow: 0 0 0 3px var(--reading-ring); border-radius: 5px; }
body.hc .reading { color: #000; }
@media (prefers-reduced-motion: reduce) { .ticker-track, .hero .shape { animation: none; } }
/* ---------- Responsive ---------- */
@media (max-width: 960px) {
.g3,.g4 { grid-template-columns: repeat(2,1fr); }
.routes { grid-template-columns: 1fr; }
/* swipeable link strip instead of a hamburger */
.nav-toggle { display: none; }
.nav-inner { flex-wrap: wrap; height: auto; min-height: 58px; padding: 9px 0; gap: 6px; }
.brand { order: 0; }
.nav-actions { order: 1; margin-left: auto; }
.nav-links { order: 2; margin-left: 0; width: 100%; overflow-x: auto; flex-wrap: nowrap; gap: 14px; padding-bottom: 2px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.nav-links::-webkit-scrollbar { display: none; }
.nav-links a { white-space: nowrap; flex: 0 0 auto; }
.sec-head { grid-template-columns: 1fr; gap: 6px; }
}
@media (max-width: 600px) {
.g2,.g3,.g4,.emerg { grid-template-columns: 1fr; }
.checklist { columns: 1; }
.opt { grid-template-columns: 96px 1fr; }
.opt .cost { grid-column: 2; text-align: left; }
.wrap { width: min(100% - 32px, var(--maxw)); }
.a11y-fab { padding: 0; width: 50px; height: 50px; justify-content: center; font-size: 12px; }
.a11y-fab .icon { font-size: 19px; }
.a11y-fab .fab-label { display: none; }
.a11y-panel { left: 14px; right: 14px; width: auto; bottom: 84px; }
.totop { width: 42px; height: 42px; }
}
/* ---------- Hero quick links ---------- */
.hero-chips { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.hero-chips a, .hero-chips button { font-family: var(--mono); font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.04em; text-decoration: none; display: inline-flex; align-items: center; gap: 7px; color: var(--ink); background: var(--card); border: 1px solid var(--line-2); border-radius: 999px; padding: 10px 16px; cursor: pointer; box-shadow: var(--shadow); transition: transform 0.14s, border-color 0.14s, color 0.14s, background-color 0.14s, box-shadow 0.14s; }
.hero-chips a:hover, .hero-chips button:hover { border-color: var(--violet); color: var(--violet); background: var(--accent-wash); transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.hero-chips button[data-driver-open] { background: var(--violet); color: var(--on-accent); border-color: var(--violet); font-weight: 700; }
.hero-chips button[data-driver-open]:hover { background: var(--coral); border-color: var(--coral); color: var(--on-coral); }
/* ---------- Scrollspy ---------- */
.nav-links a.active { color: var(--violet); background: var(--accent-wash); }
/* ---------- Driver card ---------- */
.driver-btn { display: inline-flex; align-items: center; gap: 9px; margin-top: 16px; background: var(--ink); color: var(--on-ink); border: 0; border-radius: 999px; padding: 12px 18px; font-family: var(--body); font-weight: 700; font-size: 14px; cursor: pointer; box-shadow: var(--shadow); transition: transform 0.14s; }
.driver-btn:hover { transform: translateY(-1px); }
.driver-overlay { position: fixed; inset: 0; z-index: 120; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(23,18,13,0.66); backdrop-filter: blur(6px); }
.driver-overlay.open { display: flex; }
.driver-card { position: relative; width: min(560px, 100%); background: var(--card); border: 1px solid var(--line-2); border-radius: 20px; padding: 0; box-shadow: var(--panel-shadow); text-align: center; overflow: hidden; }
.driver-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; background: var(--violet); color: var(--on-accent); padding: 13px 56px 13px 20px; font-family: var(--mono); font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }
.driver-body { padding: 24px 26px 22px; }
.driver-tear { border-top: 2px dashed var(--line-2); margin: 0 20px; }
.driver-foot { padding: 18px 24px 22px; }
.driver-close { position: absolute; top: 8px; right: 12px; width: 34px; height: 34px; border-radius: 50%; border: 1px solid color-mix(in srgb, var(--on-accent) 50%, transparent); background: transparent; color: var(--on-accent); cursor: pointer; font-size: 14px; }
.driver-close:hover { background: color-mix(in srgb, var(--on-accent) 14%, transparent); }
.driver-card .say { font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); }
.driver-card .say-deva { color: var(--ink-2); font-size: 15px; margin: 6px 0 16px; }
.driver-card .dest-latin { font-family: var(--disp); font-weight: 700; font-size: clamp(22px, 4.5vw, 30px); line-height: 1.15; }
.driver-card .dest-deva { font-size: clamp(23px, 5vw, 32px); line-height: 1.4; font-weight: 700; margin-top: 8px; }
.driver-card .dest-addr { color: var(--ink-2); font-size: 15px; margin-top: 12px; }
.driver-card .dest-addr-deva { color: var(--ink-2); font-size: 17px; line-height: 1.6; margin-top: 4px; }
.driver-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.driver-actions a, .driver-actions button { font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.04em; text-decoration: none; color: var(--ink); background: transparent; border: 1px solid var(--line-2); border-radius: 999px; padding: 10px 16px; cursor: pointer; transition: 0.14s; }
.driver-actions a:hover, .driver-actions button:hover { border-color: var(--violet); color: var(--violet); background: var(--accent-wash); }
/* ---------- Checklist ---------- */
.check-progress { font-family: var(--mono); font-size: 13px; text-transform: uppercase; letter-spacing: 0.04em; color: var(--violet); white-space: nowrap; }
.check-list { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 6px; }
.check-item { display: flex; gap: 12px; align-items: flex-start; background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; cursor: pointer; box-shadow: var(--shadow); transition: 0.14s; }
.check-item:hover { border-color: var(--violet); }
.check-item input { width: 18px; height: 18px; margin-top: 3px; flex: 0 0 18px; accent-color: var(--violet); cursor: pointer; }
.check-item .t { font-size: 15px; color: var(--ink-2); line-height: 1.55; }
.check-item.done { opacity: 0.55; }
.check-item.done .t { text-decoration: line-through; text-decoration-color: var(--muted); }
.check-reset { margin-top: 14px; border: 0; background: transparent; color: var(--violet); font-weight: 700; font-size: 13.5px; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
/* ---------- FAQ ---------- */
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: var(--card); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.faq-item summary { list-style: none; cursor: pointer; padding: 18px 22px; font-family: var(--disp); font-weight: 700; font-size: 17px; line-height: 1.35; display: flex; justify-content: space-between; align-items: center; gap: 14px; border-radius: 14px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-family: var(--mono); font-size: 19px; color: var(--violet); flex: 0 0 auto; }
.faq-item[open] summary::after { content: "\2212"; }
.faq-item .a { padding: 0 22px 18px; color: var(--ink-2); font-size: 15.5px; }
/* ---------- Food filter count / empty state ---------- */
.fcount { margin-left: auto; color: var(--muted); font-size: 12px; white-space: nowrap; }
.food-empty { display: none; border: 1px dashed var(--line-2); border-radius: 16px; padding: 26px; text-align: center; color: var(--ink-2); margin-bottom: 16px; }
.food-empty.show { display: block; }
/* ---------- Print ---------- */
@media print {
html, html[data-theme="dark"] { color-scheme: light; --bg: #fff; --bg-2: #fff; --card: #fff; --ink: #000; --ink-2: #222; --muted: #444; --violet: #9c3f12; --line: rgba(0,0,0,0.3); --line-2: rgba(0,0,0,0.45); --shadow: none; --shadow-hover: none; --panel-shadow: none; --nav-bg: #fff; }
.nav, .ticker, .landmark, .sunburst, .moonrise, .shape, .a11y-fab, .a11y-panel, .totop, .driver-overlay, .hero-chips, .driver-btn, .filterbar, .food-empty, .check-reset { display: none !important; }
body { background: #fff; }
section.block { padding: 22px 0; }
.cell, .food, .note, .route, .faq-item, .check-item, .emerg .e { box-shadow: none; break-inside: avoid; }
a { text-decoration: none; color: inherit; }
}
@media (max-width: 720px) {
.check-list { grid-template-columns: 1fr; }
.fcount { width: 100%; margin-left: 0; }
}
@media print {
.scroll-cues { display: none !important; }
.food-grid { display: block; overflow: visible; }
.food-grid .food { width: auto; margin-bottom: 12px; }
}