-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct-design.html
624 lines (518 loc) · 36.4 KB
/
product-design.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css" />
<link rel="icon" type="image/svg+xml" href="img/icons/favicon.svg">
<title>Product design | Dr. G's Lab</title>
<title>Product design | Trauma-informed Design Services</title>
<meta name="description" content="Create ethical, user-centered digital products that drive positive change. Our trauma-informed approach ensures inclusive, accessible solutions that prioritize user wellbeing.">
</head>
<body>
<!-- Main navigation -->
<header class="px-4 py-6 mx-auto">
<div class="relative flex items-center justify-between">
<!-- Logo -->
<a href="index.html" aria-label="Dr. G's Lab" title="Dr. G's Lab" class="inline-flex items-center">
<img class="w-64" src="img/dgl-logo.png" alt="Dr. G's Lab">
</a>
<!-- Desktop Menu -->
<ul class="flex items-center hidden space-x-8 lg:flex">
<li><a href="about.html" class="font-montserrat font-medium tracking-wide text-black-grey hover:text-primary-sunstone-orange-300 transition-colors duration-200">About</a></li>
<li><a href="service.html" class="font-montserrat font-medium tracking-wide text-black-grey hover:text-primary-sunstone-orange-300 transition-colors duration-200">Services</a></li>
<li><a href="project.html" class="font-montserrat font-medium tracking-wide text-black-grey hover:text-primary-sunstone-orange-300 transition-colors duration-200">Projects</a></li>
<li><a href="contact.html" class="font-montserrat font-medium tracking-wide text-black-grey hover:text-primary-sunstone-orange-300 transition-colors duration-200">Contact</a></li>
</ul>
<!-- Desktop Button -->
<a href="contact.html" class="hidden lg:flex">
<button type="submit" class="bg-primary-azurite-blue-600 font-montserrat text-[#ffff] px-4 py-1 rounded-lg border-b-4 border-b-primary-sunstone-orange font-medium hover:bg-primary-azurite-blue-700 transition-opacity">Book a Consultation</button>
</a>
<!-- Mobile Menu -->
<div class="lg:hidden">
<!-- Hamburger Button -->
<button id="" class="bg-primary-sunstone-orange p-2 rounded focus:outline-none cursor-pointer">
<svg class="w-5 text-gray-600" viewBox="0 0 24 24">
<path fill="currentColor" d="M23,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,13,23,13z"></path>
<path fill="currentColor" d="M23,6H1C0.4,6,0,5.6,0,5s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,6,23,6z"></path>
<path fill="currentColor" d="M23,20H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,20,23,20z"></path>
</svg>
</button>
<!-- Dropdown Menu -->
<div id="" class="hidden absolute top-0 left-0 w-full bg-accent-selenite-white-100 overflow-auto ">
<div class="">
<div class="flex items-center justify-between mb-4">
<!-- Use the same logo from the header -->
<a href="#" aria-label="Dr. G's Lab" title="Dr. G's Lab" class="inline-flex items-center">
<img class="w-64" src="img/dgl-logo.png" alt="Dr. G's Lab">
</a>
<!-- Close Button -->
<button class="bg-primary-sunstone-orange p-2 rounded focus:outline-none">
<svg class="w-5 text-gray-600" viewBox="0 0 24 24">
<path fill="currentColor" d="M19.7,4.3c-0.4-0.4-1-0.4-1.4,0L12,10.6L5.7,4.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l6.3,6.3l-6.3,6.3c-0.4,0.4-0.4,1,0,1.4C4.5,19.9,4.7,20,5,20s0.5-0.1,0.7-0.3l6.3-6.3l6.3,6.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L13.4,12l6.3-6.3C20.1,5.3,20.1,4.7,19.7,4.3z"></path>
</svg>
</button>
</div>
<nav>
<ul class="space-y-4 p-4">
<li><a href="about.html" class="font-montserrat font-medium text-black-grey hover:text-primary-sunstone-orange-300">About</a></li>
<li><a href="service.html" class="font-montserrat font-medium text-black-grey hover:text-primary-sunstone-orange-300">Services</a></li>
<li><a href="project.html" class="font-montserrat font-medium text-black-grey hover:text-primary-sunstone-orange-300">Projects</a></li>
<li><a href="contact.html" class="font-montserrat font-medium text-black-grey hover:text-primary-sunstone-orange-300">Contact</a></li>
</ul>
</nav>
<a href="contact.html">
<button type="submit" class="bg-primary-azurite-blue-600 font-montserrat text-[#ffff] px-4 py-1 rounded-lg border-b-4 border-b-primary-sunstone-orange font-medium hover:bg-primary-azurite-blue-700 transition-opacity w-full mt-4 mb-4">Book a Consultation</button>
</a>
</div>
</div>
</div>
</div>
</header>
<!-- Breadcrumb -->
<section class="mx-auto px-8 py-8 md:px-8 md:py-8 lg:px-8">
<!-- Breadcrumb -->
<nav class="flex mb-4" aria-label="Breadcrumb">
<ol class="inline-flex items-center space-x-1 md:space-x-2 rtl:space-x-reverse bg-primary-azurite-blue-200 px-4 py-2 rounded-full font-montserrat">
<li class="inline-flex items-center font-montserrat">
<a href="index.html" class="inline-flex items-center text-sm font-medium text-black-grey hover:text-primary-sunstone-orange">
<svg class="w-3 h-3 me-2.5" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20">
<path d="m19.707 9.293-2-2-7-7a1 1 0 0 0-1.414 0l-7 7-2 2a1 1 0 0 0 1.414 1.414L2 10.414V18a2 2 0 0 0 2 2h3a1 1 0 0 0 1-1v-4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v4a1 1 0 0 0 1 1h3a2 2 0 0 0 2-2v-7.586l.293.293a1 1 0 0 0 1.414-1.414Z"/>
</svg>
Home
</a>
</li>
<li>
<div class="flex items-center font-montserrat">
<svg class="w-3 h-3 text-gray-400 mx-1 rtl:rotate-180" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 6 10">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 1 1 5l4 4"/>
</svg>
<a href="service.html" class="ms-1 text-sm font-medium text-black-grey hover:text-primary-sunstone-orange">Services</a>
</div>
</li>
</ol>
</nav>
</section>
<section class="mx-auto px-8 py-2 md:px-8 md:py-2 lg:px-8 mb-16">
<div class="">
<!-- Post Header -->
<header class="flex flex-col space-y-10">
<div class="flex-initial lg:w-3/6 space-y-10">
<img class="lg:w-24 w-16" src="img/services/digital-product.svg" alt="Product design icon">
<h1 class="text-5xl md:text-6xl lg:text-6xl font-playfair font-black text-secondary-chrysocolla-green">
Product design
</h1>
<p class="font-montserrat text-xl md:text-2xl lg:text-2xl text-black-grey text-opacity-85">Transform your vision into ethical, user-centered solutions that drive positive change through our trauma-informed product design approach.</p>
</div>
</header>
</div>
</section>
<!--Approach section-->
<section class="mx-auto px-8 py-16 md:px-8 md:py-28 lg:px-8 lg:py-28 bg-gradient-to-r from-secondary-chrysocolla-green-50 to-primary-azurite-blue-50">
<div class="grid md:grid-cols-2 lg:grid-cols-2 gap-16">
<!-- Text Content -->
<div class="space-y-8">
<h2 class="text-4xl md:text-5xl lg:text-5xl font-playfair text-secondary-chrysocolla-green font-black">
Design that makes a difference
</h2>
<p class="font-montserrat text-lg text-black-grey">
We transform innovative ideas into purpose-driven digital products and services that prioritize user wellbeing and drive meaningful social impact.
</p>
<p class="font-montserrat text-lg text-black-grey">
Our product design approach delivers:
</p>
<div class="grid gap-1 space-y-2">
<div class="flex space-x-6 items-center">
<img class="w-5 bg-primary-sunstone-orange-300 rounded-lg p-1" src="img/icons/checkmark.svg" alt="checkmark for organizations and startups that need to understand UX research and strategy services">
<p class="font-montserrat text-black-grey-800 text-lg leading-relaxed md:leading-relaxed lg:leading-relaxed">Evidence-based design decisions that align with your mission and values.</p>
</div>
<div class="flex space-x-6 items-center">
<img class="w-5 bg-primary-sunstone-orange-300 rounded-lg p-1" src="img/icons/checkmark.svg" alt="checkmark for organizations and startups that need to understand UX research and strategy services">
<p class="font-montserrat text-black-grey text-lg leading-relaxed md:leading-relaxed lg:leading-relaxed">Inclusive, accessible solutions that serve diverse user needs.</p>
</div>
<div class="flex space-x-6 items-center">
<img class="w-5 bg-primary-sunstone-orange-300 rounded-lg p-1" src="img/icons/checkmark.svg" alt="checkmark for organizations and startups that need to understand UX research and strategy services">
<p class="font-montserrat text-black-grey text-lg leading-relaxed md:leading-relaxed lg:leading-relaxed">Scalable products and services that grow with your organization.</p>
</div>
<div class="flex space-x-6 items-center">
<img class="w-5 bg-primary-sunstone-orange-300 rounded-lg p-1" src="img/icons/checkmark.svg" alt="checkmark for organizations and startups that need to understand UX research and strategy services">
<p class="font-montserrat text-black-grey-800 text-lg leading-relaxed md:leading-relaxed lg:leading-relaxed">Measurable impact through data-driven development.</p>
</div>
</div>
</div>
<!-- Image/Illustration -->
<div class="w-full">
<img src="img/book-a-consultation.jpg" alt="Our journey" class="w-full h-full object-cover rounded-lg"/>
</div>
</div>
</section>
<!-- Deliverables -->
<section class="mx-auto px-8 py-16 md:px-8 md:py-28 lg:px-8 lg:py-10 bg-gradient-to-r from-secondary-chrysocolla-green-50 to-primary-azurite-blue-50">
<!-- Deliverables title -->
<div class="max-w-3xl mb-16 space-y-4">
<h2 class="font-playfair font-black text-3xl md:text-4xl lg:text-4xl text-secondary-chrysocolla-green">
Comprehensive product design solutions
</h2>
</div>
<!-- Deliverables grid -->
<div class="grid grid-cols-1 md:grid-cols-1 lg:grid-cols-2 gap-8 justify-between mb-16">
<!--User Research & Discovery -->
<div class="space-y-6 border border-black-grey rounded-xl p-6 h-auto">
<div class="space-y-6">
<h3 class="font-playfair font-bold text-3xl md:text-3xl text-primary-azurite-blue-700 leading-tight ">Research & discovery</h3>
<p class="font-montserrat text-lg md:text-lg text-black-grey">
Transform insights into impactful digital products through our trauma-informed research approach that prioritizes user wellbeing and safety.
</p>
</div>
<div class="space-y-4 font-montserrat text-lg text-black-grey-700">
<div class="flex space-x-6 items-center">
<img class="w-5 bg-primary-sunstone-orange-300 rounded-lg p-1" src="img/icons/checkmark.svg" alt="checkmark for organizations and startups that need to understand UX research and strategy services">
<p>Deep user behavior analysis.</p>
</div>
<div class="flex space-x-6 items-center">
<img class="w-5 bg-primary-sunstone-orange-300 rounded-lg p-1" src="img/icons/checkmark.svg" alt="checkmark for organizations and startups that need to understand UX research and strategy services">
<p>Psychological safety assessment.</p>
</div>
<div class="flex space-x-6 items-center">
<img class="w-5 bg-primary-sunstone-orange-300 rounded-lg p-1" src="img/icons/checkmark.svg" alt="checkmark for organizations and startups that need to understand UX research and strategy services">
<p>Accessibility requirements mapping.</p>
</div>
</div>
</div>
<!--Strategic UX Planning -->
<div class="space-y-6 border border-black-grey rounded-xl p-6 h-auto">
<div class="space-y-6">
<h3 class="font-playfair font-bold text-3xl md:text-3xl text-primary-azurite-blue-700 leading-tight ">Strategy & innovation</h3>
<p class="font-montserrat text-lg md:text-lg text-black-grey">
Create purpose-driven solutions that align with your mission while driving measurable social impact and user engagement.
</p>
</div>
<div class="space-y-4 font-montserrat text-lg text-black-grey-700">
<div class="flex space-x-6 items-center">
<img class="w-5 bg-primary-sunstone-orange-300 rounded-lg p-1" src="img/icons/checkmark.svg" alt="checkmark for organizations and startups that need to understand UX research and strategy services">
<p>Mission-aligned product roadmapping.</p>
</div>
<div class="flex space-x-6 items-center">
<img class="w-5 bg-primary-sunstone-orange-300 rounded-lg p-1" src="img/icons/checkmark.svg" alt="checkmark for organizations and startups that need to understand UX research and strategy services">
<p>Ethical innovation framework.</p>
</div>
<div class="flex space-x-6 items-center">
<img class="w-5 bg-primary-sunstone-orange-300 rounded-lg p-1" src="img/icons/checkmark.svg" alt="checkmark for organizations and startups that need to understand UX research and strategy services">
<p>Scalability planning.</p>
</div>
</div>
</div>
<!--Impact Assessment -->
<div class="space-y-6 border border-black-grey rounded-xl p-6 h-auto">
<div class="space-y-6">
<h3 class="font-playfair font-bold text-3xl md:text-3xl text-primary-azurite-blue-700 leading-tight ">Design & development</h3>
<p class="font-montserrat text-lg md:text-lg text-black-grey">
Build inclusive, accessible products that foster trust and emotional wellbeing through trauma-informed design principles.
</p>
</div>
<div class="space-y-4 font-montserrat text-lg text-black-grey-700">
<div class="flex space-x-6 items-center">
<img class="w-5 bg-primary-sunstone-orange-300 rounded-lg p-1" src="img/icons/checkmark.svg" alt="checkmark for organizations and startups that need to understand UX research and strategy services">
<p>Healing-centered user interfaces.</p>
</div>
<div class="flex space-x-6 items-center">
<img class="w-5 bg-primary-sunstone-orange-300 rounded-lg p-1" src="img/icons/checkmark.svg" alt="checkmark for organizations and startups that need to understand UX research and strategy services">
<p>Inclusive interaction patterns.</p>
</div>
<div class="flex space-x-6 items-center">
<img class="w-5 bg-primary-sunstone-orange-300 rounded-lg p-1" src="img/icons/checkmark.svg" alt="checkmark for organizations and startups that need to understand UX research and strategy services">
<p>Accessible component libraries.</p>
</div>
</div>
</div>
<!--Impact Assessment -->
<div class="space-y-6 border border-black-grey rounded-xl p-6 h-auto">
<div class="space-y-6">
<h3 class="font-playfair font-bold text-3xl md:text-3xl text-primary-azurite-blue-700 leading-tight ">Design & development</h3>
<p class="font-montserrat text-lg md:text-lg text-black-grey">
Build inclusive, accessible products that foster trust and emotional wellbeing through trauma-informed design principles.
</p>
</div>
<div class="space-y-4 font-montserrat text-lg text-black-grey-700">
<div class="flex space-x-6 items-center">
<img class="w-5 bg-primary-sunstone-orange-300 rounded-lg p-1" src="img/icons/checkmark.svg" alt="checkmark for organizations and startups that need to understand UX research and strategy services">
<p>Healing-centered user interfaces.</p>
</div>
<div class="flex space-x-6 items-center">
<img class="w-5 bg-primary-sunstone-orange-300 rounded-lg p-1" src="img/icons/checkmark.svg" alt="checkmark for organizations and startups that need to understand UX research and strategy services">
<p>Inclusive interaction patterns.</p>
</div>
<div class="flex space-x-6 items-center">
<img class="w-5 bg-primary-sunstone-orange-300 rounded-lg p-1" src="img/icons/checkmark.svg" alt="checkmark for organizations and startups that need to understand UX research and strategy services">
<p>Accessible component libraries.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Process Flow Section -->
<section class="mx-auto px-8 py-16 md:px-8 md:py-28 lg:px-8 lg:py-28">
<!-- Process Flow title and description -->
<div class="max-w-3xl mb-16 space-y-4">
<h2 class="font-playfair font-black text-4xl md:text-5xl lg:text-5xl text-secondary-chrysocolla-green">
Our purpose-driven product design process
</h2>
<p class="font-montserrat text-xl md:text-2xl text-black-grey">
Transform your vision into reality through our systematic, trauma-informed approach to product design that prioritizes user wellbeing and measurable impact at every step.
</p>
</div>
<!-- Process Steps Grid -->
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-2 gap-10 items-start lg:p-10 md:p-10">
<!-- Step 1 -->
<div class="relative space-y-12">
<div class="absolute top-0 transform -translate-y-1/2 w-8 h-8 bg-primary-sunstone-orange-400 text-black-grey-50 rounded-full flex items-center justify-center font-montserrat font-bold">
1
</div>
<div class="space-y-6">
<h3 class="font-playfair font-bold text-3xl md:text-3xl text-secondary-chrysocolla-green">
Discovery & vision alignment
</h3>
<p class="font-montserrat text-lg md:text-lg text-black-grey leading-relaxed md:leading-relaxed lg:leading-relaxed">
Understand your mission, goals, and user needs through collaborative workshops and trauma-informed research methodologies.
</p>
</div>
</div>
<!-- Step 2 -->
<div class="relative space-y-12">
<div class="absolute top-0 transform -translate-y-1/2 w-8 h-8 bg-primary-sunstone-orange-400 text-black-grey-50 rounded-full flex items-center justify-center font-montserrat font-bold">
2
</div>
<div class="space-y-6">
<h3 class="font-playfair font-bold text-3xl md:text-3xl mb-6 text-secondary-chrysocolla-green">
Strategy & concept development
</h3>
<p class="font-montserrat text-lg md:text-lg text-black-grey leading-relaxed md:leading-relaxed lg:leading-relaxed">
Create purpose-driven product strategies that align ethical innovation with measurable social impact objectives.
</p>
</div>
</div>
<!-- Step 3 -->
<div class="relative space-y-12">
<div class="absolute top-0 transform -translate-y-1/2 w-8 h-8 bg-primary-sunstone-orange-400 text-black-grey-50 rounded-full flex items-center justify-center font-montserrat font-bold">
3
</div>
<div class="space-y-6">
<h3 class="font-playfair font-bold text-3xl md:text-3xl mb-6 text-secondary-chrysocolla-green">
Iterative design & testing
</h3>
<p class="font-montserrat text-black-grey text-lg md:text-lg leading-relaxed md:leading-relaxed lg:leading-relaxed">
Build and refine your product through healing-centered design practices, ensuring psychological safety and accessibility.
</p>
</div>
</div>
<!-- Step 4 -->
<div class="relative space-y-12">
<div class="absolute top-0 transform -translate-y-1/2 w-8 h-8 bg-primary-sunstone-orange-400 text-black-grey-50 rounded-full flex items-center justify-center font-montserrat font-bold">
4
</div>
<div class="space-y-6">
<h3 class="font-playfair font-bold text-3xl md:text-3xl mb-6 text-secondary-chrysocolla-green">
Launch & impact assessment
</h3>
<p class="font-montserrat text-lg md:text-lg text-black-grey leading-relaxed md:leading-relaxed lg:leading-relaxed">
Deploy your product with confidence, measuring success through both user wellbeing metrics and organizational goals.
</p>
</div>
</div>
</div>
</section>
<!-- Why Partner with Dr. G Section -->
<section class="mx-auto px-8 py-16 md:px-8 md:py-28 lg:px-8 lg:py-28">
<!-- Why Choose Us title and description -->
<div class="max-w-3xl mb-16 space-y-4">
<h2 class="font-playfair font-black text-4xl md:text-5xl lg:text-5xl text-secondary-chrysocolla-green">
Why partner with Dr. G?
</h2>
<p class="font-montserrat text-xl md:text-2xl text-black-grey">
Partner with experts who combine innovation with ethical design principles to create digital products that drive positive change and measurable social impact.
</p>
</div>
<!-- Benefits Grid -->
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-2 gap-20 lg:p-10 md:p-10">
<!-- Innovation with purpose-->
<div class="space-y-8">
<div class="w-12 h-12 text-secondary-chrysocolla-green">
<!-- Icon placeholder -->
<img src="img/icons/innovation-with-purpose.svg" alt="Innovation with purpose icon">
</div>
<h3 class="font-playfair font-bold text-3xl md:text-3xl text-secondary-chrysocolla-green">Innovation with purpose</h3>
<p class="font-montserrat text-lg md:text-lg text-black-grey leading-relaxed md:leading-relaxed lg:leading-relaxed">Our trauma-informed approach has helped startups and organizations increase user retention by 45% while building trust and fostering meaningful engagement.</p>
</div>
<!--Rapid, Responsible Development -->
<div class="space-y-8">
<div class="w-12 h-12 text-secondary-chrysocolla-green">
<!-- Icon placeholder -->
<img src="img/icons/rapid-responsible.svg" alt="Rapid, Responsible Development icon">
</div>
<h3 class="font-playfair font-bold text-3xl md:text-3xl text-secondary-chrysocolla-green">Rapid, responsible development</h3>
<p class="font-montserrat text-lg md:text-lg text-black-grey leading-relaxed md:leading-relaxed lg:leading-relaxed">Transform your vision into reality through our agile, ethical development process that prioritizes both speed and user wellbeing.</p>
</div>
<!-- Market Differentiation -->
<div class="space-y-8">
<div class="w-12 h-12 text-secondary-chrysocolla-green">
<!-- Icon placeholder -->
<img src="img/icons/market-differentiation.svg" alt="Market Differentiation icon">
</div>
<h3 class="font-playfair font-bold text-3xl md:text-3xl text-secondary-chrysocolla-green">Market differentiation</h3>
<p class="font-montserrat text-lg md:text-lg text-black-grey leading-relaxed md:leading-relaxed lg:leading-relaxed">Stand out in competitive markets with products that demonstrate your commitment to user-centered, ethical innovation.</p>
</div>
<!-- Research-Driven Solutions -->
<div class="space-y-8">
<div class="w-12 h-12 text-secondary-chrysocolla-green">
<!-- Icon placeholder -->
<img src="img/icons/sustainable-growth.svg" alt="Sustainable growth icon">
</div>
<h3 class="font-playfair font-bold text-3xl md:text-3xl text-secondary-chrysocolla-green">Sustainable growth</h3>
<p class="font-montserrat text-lg md:text-lg text-black-grey leading-relaxed md:leading-relaxed lg:leading-relaxed">Build scalable solutions that grow with your organization while maintaining commitment to user wellbeing and social impact.</p>
</div>
</div>
</section>
<!--Industry section-->
<section class="mx-auto px-8 py-16 md:px-8 md:py-28 lg:px-8 lg:py-28">
<!-- Industry title and description -->
<div class="max-w-3xl mb-16 space-y-4">
<h2 class="font-playfair font-black text-4xl md:text-5xl lg:text-5xl text-secondary-chrysocolla-green">
Industries we serve
</h2>
<p class="font-montserrat text-xl md:text-2xl text-black-grey">
Our trauma-informed design approach brings value across various sectors.
</p>
</div>
<!--Industry grid-->
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-10">
<!-- Nonprofit Industry -->
<a href="nonprofit.html">
<div class="p-6 ">
<div class="w-16 mb-10">
<img src="img/industry/nonprofit.svg" alt="Nonprofit">
</div>
<h3 class="font-playfair font-bold text-3xl md:text-4xl mb-6 text-secondary-chrysocolla-green">Nonprofits</h3>
<p class="font-montserrat text-lg md:text-xl text-black-grey leading-relaxed md:leading-relaxed lg:leading-relaxed mb-4">Enhanced engagement and accessibility for vulnerable populations you serve.</p>
</div>
</a>
<!-- Startup -->
<a href="startup.html">
<div class="p-6 ">
<div class="w-16 mb-10">
<img src="img/industry/startup.svg" alt="Startup">
</div>
<h3 class="font-playfair font-bold text-3xl md:text-4xl mb-6 text-secondary-chrysocolla-green">Startup</h3>
<p class="font-montserrat text-lg md:text-xl text-black-grey leading-relaxed md:leading-relaxed lg:leading-relaxed mb-4">Rapid prototyping and iterative design process to support agile development.</p>
</div>
</a>
<!-- Institutions Sector -->
<a href="institution.html">
<div class="p-6 ">
<div class="w-16 mb-10">
<img src="img/industry/institution.svg" alt="Institution">
</div>
<h3 class="font-playfair font-bold text-3xl md:text-4xl mb-6 text-secondary-chrysocolla-green">Institutions</h3>
<p class="font-montserrat text-lg md:text-xl text-black-grey leading-relaxed md:leading-relaxed lg:leading-relaxed mb-4">Comprehensive digital transformation strategies that prioritize user well-beings</p>
</div>
</a>
</div>
</section>
<!-- Call to Action CTA -->
<section class="mx-auto px-4 py-16 md:px-4 md:py-28 lg:px-8 lg:py-28 bg-gradient-to-r from-secondary-rhodochrosite-rose-50 via-secondary-rhodochrosite-rose-100 to-accent-selenite-white-100">
<div class="container mx-auto px-4 sm:px-6 lg:px-8 text-center max-w-4xl">
<h2 class="text-4xl md:text-5xl lg:text-5xl font-playfair text-secondary-chrysocolla-green font-black mb-4">Ready to build purpose-driven digital products?</h2>
<p class="font-montserrat text-xl md:text-2xl text-black-grey mb-8 leading-relaxed md:leading-relaxed lg:leading-relaxed">Partner with us to create ethical, trauma-informed digital solutions that drive measurable impact while prioritizing user wellbeing.</p>
<a href="contact.html">
<button class="bg-primary-azurite-blue-600 font-montserrat text-xl text-blue-600 px-12 py-4 rounded-lg border-b-4 border-b-primary-sunstone-orange font-medium hover:bg-primary-azurite-blue-700 transition text-[#ffff]">
Schedule a product design consultation
</button>
</a>
</div>
</section>
<!-- Footer section -->
<footer class="py-16 px-5 bg-primary-sunstone-orange-100">
<div class="mx-auto">
<!-- Main Footer Content -->
<div class="flex flex-col md:flex-row gap-16 justify-between">
<!-- Logo & Slogan Column -->
<div class="md:w-3/12">
<a href="index.html">
<img src="img/DGL-logo-mark.svg" alt="Logo" class="w-24 mb-4"/>
</a>
<p class="font-montserrat mb-4 text-black-grey-600">Pioneering trauma-informed design to create compassionate, inclusive digital experiences that drive positive change.</p>
<a href="contact.html">
<button type="submit" class="bg-primary-azurite-blue-600 font-montserrat text-[#ffff] px-4 py-1 rounded-lg border-b-4 border-b-primary-sunstone-orange font-medium hover:bg-primary-azurite-blue-700 transition-opacity">Book a Consultation</button>
</a>
</div>
<!-- Quick Links Column -->
<div class="grid md:grid-cols-2 sm:grid-cols-1 lg:grid-cols-3 gap-9">
<div>
<h3 class="font-playfair font-bold text-2xl mb-6 text-black-grey">Services</h3>
<ul class="space-y-3 text-black-grey-600 font-medium">
<li><a href="uxresearch.html" class="font-montserrat hover:opacity-80 hover:text-primary-sunstone-orange">UX Research</a></li>
<li><a href="product-design.html" class="font-montserrat hover:opacity-80 hover:text-primary-sunstone-orange">Product design</a></li>
<li><a href="ui-ux-design.html" class="font-montserrat hover:opacity-80 hover:text-primary-sunstone-orange">UI / UX design</a></li>
<li><a href="empoweruxmentorship.html" class="font-montserrat hover:opacity-80 hover:text-primary-sunstone-orange">EmpowHER UX mentorship</a></li>
</ul>
</div>
<div>
<h3 class="font-playfair font-bold text-2xl mb-6 text-black-grey">Industry</h3>
<ul class="space-y-3 text-black-grey-600 font-medium">
<li><a href="nonprofit.html" class="font-montserrat hover:opacity-80 hover:text-primary-sunstone-orange">Nonprofit</a></li>
<li><a href="startup.html" class="font-montserrat hover:opacity-80 hover:text-primary-sunstone-orange">Startup</a></li>
<li><a href="institution.html" class="font-montserrat hover:opacity-80 hover:text-primary-sunstone-orange">Institution</a></li>
</ul>
</div>
<div>
<h3 class="font-playfair font-bold text-2xl mb-6 text-black-grey">Resources</h3>
<ul class="space-y-3 text-black-grey-600 font-medium">
<li><a href="blog.html" class="font-montserrat hover:opacity-80 hover:text-primary-sunstone-orange">Blog</a></li>
<li><a href="podcast.html" class="font-montserrat hover:opacity-80 hover:text-primary-sunstone-orange">Podcast</a></li>
<li><a href="ux-toolkit.html" class="font-montserrat hover:opacity-80 hover:text-primary-sunstone-orange">UX Toolkit</a></li>
<li><a href="reports.html" class="font-montserrat hover:opacity-80 hover:text-primary-sunstone-orange">Reports & Articles</a></li>
</ul>
</div>
</div>
<!-- Newsletter Column -->
<div class="w-full md:w-1/4">
<h3 class="font-playfair font-bold text-2xl text-black-grey">Subscribe to our newsletter</h3>
<p class="font-montserrat mt-2 text-black-grey-600">Stay updated on the latest in ethical design and trauma-informed practices. Join our newsletter community.</p>
<form class="mb-6 mt-3">
<div class="flex flex-col space-y-2">
<input type="email" placeholder="Enter your email" class="bg-primary-sunstone-orange-00 font-montserrat font-medium text-[#162a36] border-2 border-primary-sunstone-orange-400 hover:border-primary-sunstone-orange-300 px-4 py-1 rounded-lg focus:outline-none"/>
<button type="submit" class="bg-primary-sunstone-orange hover:bg-primary-sunstone-orange-400 text-[#ffff] px-4 py-1 rounded-lg font-medium font-montserrat transition-opacity">Subscribe
</button>
</div>
</form>
</div>
</div>
<div class="flex flex-col md:flex-row justify-between mt-10 pt-8 border-t border-primary-sunstone-orange">
<div class="space-y-4 mb-5">
<h3 class="font-playfair font-bold text-2xl text-black-grey">Connect with us online</h3>
<!-- Navigation Footer Social Icons -->
<div class="flex space-x-4">
<a href="https://www.linkedin.com/company/drgslab/" target="_blank" class="text-black-grey-700 hover:text-primary-sunstone-orange-400">
<svg class="w-8 h-8" fill="currentColor" viewBox="0 0 24 24"><path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/></svg>
</a>
<a href="https://www.facebook.com/profile.php?id=61568880304846" target="_blank" class="text-black-grey-700 hover:text-primary-sunstone-orange-400">
<svg class="w-8 h-8" fill="currentColor" viewBox="0 0 24 24"><path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/></svg>
</a>
<a href="https://www.instagram.com/drgs.lab/" target="_blank" class="text-black-grey-700 hover:text-primary-sunstone-orange-400">
<svg class="w-8 h-8" fill="currentColor" viewBox="0 0 24 24"><path d="M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z"/></svg>
</a>
</div>
</div>
<!-- Legal Text -->
<div class="space-y-3 md:space-y-0 md:space-x-6">
<p class="font-playfair font-bold text-[24px] text-black-grey">© 2025 Dr. G's Lab, LLC.</p>
<div class="flex flex-col md:flex-row md:space-x-6 space-y-3 md:space-y-0 font-montserrat">
<a href="privacy.html" class="font-montserrat font-medium text-black-grey-600 hover:text-primary-sunstone-orange">Privacy</a>
<a href="terms.html" class="font-montserrat font-medium text-black-grey-600 hover:text-primary-sunstone-orange">Terms</a>
<a href="sitemap.html" class="font-montserrat font-medium text-black-grey-600 hover:text-primary-sunstone-orange">Sitemap</a>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>