-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
585 lines (548 loc) · 35.1 KB
/
Copy pathindex.html
File metadata and controls
585 lines (548 loc) · 35.1 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
<!DOCTYPE html>
<html lang="es" data-lang="es">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Manuel Fernández — Silueta Bespoke Atelier</title>
<meta name="description" content="Architecture for the modern man. Bespoke tailoring where ancestral craftsmanship meets the precision of 2035." />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet" />
<!-- Styles -->
<link rel="stylesheet" href="css/base.css" />
<link rel="stylesheet" href="css/preloader.css" />
<link rel="stylesheet" href="css/navbar.css" />
<link rel="stylesheet" href="css/hero.css" />
<link rel="stylesheet" href="css/marquee.css" />
<link rel="stylesheet" href="css/sections.css" />
<link rel="stylesheet" href="css/forms.css" />
<link rel="stylesheet" href="css/footer.css" />
<link rel="stylesheet" href="css/animations.css" />
<link rel="stylesheet" href="css/responsive.css" />
</head>
<body>
<!-- ═══════════════════════════════════════════
PRELOADER — Cinematic brand reveal
═══════════════════════════════════════════ -->
<div class="preloader" id="preloader">
<div class="preloader-inner">
<div class="preloader-line"></div>
<div class="preloader-brand">
<span class="preloader-name">MANUEL FERNÁNDEZ</span>
<span class="preloader-sub">SILUETA · BESPOKE</span>
</div>
<span class="preloader-counter" id="preloaderCounter">0</span>
</div>
<div class="preloader-cols">
<div class="preloader-col"></div>
<div class="preloader-col"></div>
<div class="preloader-col"></div>
<div class="preloader-col"></div>
<div class="preloader-col"></div>
</div>
</div>
<!-- Noise grain overlay -->
<div class="noise-overlay" aria-hidden="true"></div>
<!-- Scroll progress bar -->
<div class="scroll-progress" aria-hidden="true"></div>
<!-- ═══════════════════════════════════════════
NAVIGATION
═══════════════════════════════════════════ -->
<nav class="navbar" id="navbar">
<a href="#" class="nav-logo">
<span class="logo-text">MANUEL FERNÁNDEZ</span>
<span class="logo-sub">SILUETA · BESPOKE</span>
</a>
<ul class="nav-links" id="navLinks">
<li><a href="#home" data-es="Inicio" data-en="Home">Inicio</a></li>
<li><a href="#tailoring" data-es="La Sastrería" data-en="The Tailoring">La Sastrería</a></li>
<li><a href="#bespoke" data-es="Experiencia" data-en="Experience">Experiencia</a></li>
<li><a href="#weddings" data-es="Ceremonias" data-en="Ceremonies">Ceremonias</a></li>
<li><a href="#collection" data-es="Colección" data-en="Collection">Colección</a></li>
<li><a href="#booking" data-es="Reservar" data-en="Book">Reservar</a></li>
</ul>
<div class="nav-actions">
<button class="lang-toggle" id="langToggle" aria-label="Toggle language">EN</button>
<button class="nav-hamburger" id="navHamburger" aria-label="Menu">
<span></span><span></span><span></span>
</button>
</div>
</nav>
<!-- ═══════════════════════════════════════════
1 · HERO — THE THRESHOLD OF IDENTITY
═══════════════════════════════════════════ -->
<section class="hero" id="home">
<!-- VIDEO PLACEHOLDER — replace the div below with a <video> tag when ready -->
<div class="hero-video-placeholder" id="heroVideoSlot">
<!-- <video autoplay muted loop playsinline>
<source src="assets/hero.mp4" type="video/mp4" />
</video> -->
</div>
<div class="hero-overlay"></div>
<div class="hero-content">
<p class="hero-eyebrow reveal-up"
data-es="SILUETA — BESPOKE ATELIER 2035"
data-en="SILUETA — BESPOKE ATELIER 2035">SILUETA — BESPOKE ATELIER 2035</p>
<h1 class="hero-headline reveal-up"
data-es="NO CREAMOS TRAJES.<br>CONSTRUIMOS IDENTIDAD."
data-en="WE DON'T CRAFT SUITS.<br>WE CONSTRUCT IDENTITY.">NO CREAMOS TRAJES.<br>CONSTRUIMOS IDENTIDAD.</h1>
<p class="hero-sub reveal-up"
data-es="Arquitectura para el hombre moderno. Donde la artesanía ancestral se encuentra con la precisión de 2035."
data-en="Architecture for the modern man. Where ancestral craftsmanship meets the precision of 2035.">Arquitectura para el hombre moderno. Donde la artesanía ancestral se encuentra con la precisión de 2035.</p>
<div class="hero-ctas reveal-up">
<a href="#booking" class="btn btn-gold magnetic"
data-es="SOLICITAR CONSULTA PRIVADA"
data-en="REQUEST A PRIVATE CONSULTATION">SOLICITAR CONSULTA PRIVADA</a>
<a href="#bespoke" class="btn btn-outline magnetic"
data-es="EXPLORAR LA EXPERIENCIA"
data-en="EXPLORE THE EXPERIENCE">EXPLORAR LA EXPERIENCIA</a>
</div>
</div>
<div class="hero-scroll-cue">
<div class="scroll-line"></div>
</div>
</section>
<!-- ═══════════════════════════════════════════
2 · PHILOSOPHY — YOUR SUIT STARTS WITHIN
═══════════════════════════════════════════ -->
<section class="section section--dark" id="philosophy">
<div class="container">
<div class="split-grid">
<div class="split-left reveal-left">
<span class="section-tag gold-line"
data-es="FILOSOFÍA"
data-en="PHILOSOPHY">FILOSOFÍA</span>
<h2 class="section-headline"
data-es="LAS MEDIDAS SON DATOS.<br>LA IDENTIDAD ES ARTE."
data-en="MEASUREMENTS ARE DATA.<br>IDENTITY IS ART.">LAS MEDIDAS SON DATOS.<br>LA IDENTIDAD ES ARTE.</h2>
</div>
<div class="split-right reveal-right">
<p data-es="Toda obra maestra comienza con una conversación. No empezamos con tus medidas; empezamos con tu misión. Tu etapa de vida, tu personalidad y el legado que deseas dejar."
data-en="Every masterpiece begins with a conversation. We don't start with your measurements; we start with your mission. Your life stage, your personality, and the legacy you wish to leave behind.">Toda obra maestra comienza con una conversación. No empezamos con tus medidas; empezamos con tu misión. Tu etapa de vida, tu personalidad y el legado que deseas dejar.</p>
<ul class="philosophy-list">
<li class="reveal-up">
<strong data-es="¿Buscas Autoridad?" data-en="Seeking Authority?">¿Buscas Autoridad?</strong>
<span data-es="Estructuramos los hombros para proyectar mando y determinación."
data-en="We structure the shoulders to project command and resolve.">Estructuramos los hombros para proyectar mando y determinación.</span>
</li>
<li class="reveal-up">
<strong data-es="¿Abrazas la Creatividad?" data-en="Embracing Creativity?">¿Abrazas la Creatividad?</strong>
<span data-es="Suavizamos las líneas e introducimos texturas que desafían el statu quo."
data-en="We soften the lines and introduce textures that challenge the status quo.">Suavizamos las líneas e introducimos texturas que desafían el statu quo.</span>
</li>
<li class="reveal-up">
<strong data-es="¿Proyectas Cercanía?" data-en="Projecting Approachability?">¿Proyectas Cercanía?</strong>
<span data-es="Seleccionamos fibras naturales que invitan a la confianza y la conexión táctil."
data-en="We select natural fibers that invite trust and tactile connection.">Seleccionamos fibras naturales que invitan a la confianza y la conexión táctil.</span>
</li>
</ul>
<blockquote class="pull-quote reveal-up"
data-es="“No hacemos trajes. Traducimos tu personalidad al lenguaje de la lana, el cachemira y la seda.”"
data-en="“We don't make suits. We translate your personality into the language of wool, cashmere, and silk.”">“No hacemos trajes. Traducimos tu personalidad al lenguaje de la lana, el cachemira y la seda.”</blockquote>
</div>
</div>
<!-- Emotional Process -->
<div class="process-steps">
<div class="step reveal-up">
<span class="step-num">01</span>
<h3 data-es="Intención" data-en="Intention">Intención</h3>
<p data-es="Define tu propósito." data-en="Define your purpose.">Define tu propósito.</p>
</div>
<div class="step reveal-up">
<span class="step-num">02</span>
<h3 data-es="Traducción Sartorial" data-en="Sartorial Translation">Traducción Sartorial</h3>
<p data-es="Interpretamos tu espíritu a través del tejido y el corte." data-en="We interpret your spirit through cloth and cut.">Interpretamos tu espíritu a través del tejido y el corte.</p>
</div>
<div class="step reveal-up">
<span class="step-num">03</span>
<h3 data-es="La Revelación" data-en="The Revelation">La Revelación</h3>
<p data-es="El espejo refleja tu versión más poderosa." data-en="The mirror reflects your most powerful self.">El espejo refleja tu versión más poderosa.</p>
</div>
</div>
</div>
</section>
<!-- ═══════════════════════════════════════════
MARQUEE STRIP 1
═══════════════════════════════════════════ -->
<div class="marquee-strip">
<div class="marquee-track">
<span>BESPOKE</span><span class="marquee-dot">✦</span>
<span>SASTRERÍA</span><span class="marquee-dot">✦</span>
<span>IDENTIDAD</span><span class="marquee-dot">✦</span>
<span>ARTESANÍA</span><span class="marquee-dot">✦</span>
<span>LEGADO</span><span class="marquee-dot">✦</span>
<span>SILUETA</span><span class="marquee-dot">✦</span>
<span>2035</span><span class="marquee-dot">✦</span>
<span>BESPOKE</span><span class="marquee-dot">✦</span>
<span>SASTRERÍA</span><span class="marquee-dot">✦</span>
<span>IDENTIDAD</span><span class="marquee-dot">✦</span>
<span>ARTESANÍA</span><span class="marquee-dot">✦</span>
<span>LEGADO</span><span class="marquee-dot">✦</span>
<span>SILUETA</span><span class="marquee-dot">✦</span>
<span>2035</span><span class="marquee-dot">✦</span>
</div>
</div>
<!-- ═══════════════════════════════════════════
3 · THE TAILORING — LA SASTRERÍA
═══════════════════════════════════════════ -->
<section class="section section--obsidian" id="tailoring">
<div class="container">
<span class="section-tag gold-line reveal-up"
data-es="LA SASTRERÍA"
data-en="THE TAILORING">LA SASTRERÍA</span>
<h2 class="section-headline center reveal-up"
data-es="LA HERENCIA DEL MAÑANA"
data-en="THE HERITAGE OF TOMORROW">LA HERENCIA DEL MAÑANA</h2>
<p class="section-body center reveal-up"
data-es="Manuel Fernández es un santuario del detalle. En nuestro atelier, la tiza del maestro sastre se encuentra con la precisión 3D del futuro."
data-en="Manuel Fernández is a sanctuary of detail. In our atelier, the chalk of the master tailor meets the 3D precision of the future.">Manuel Fernández es un santuario del detalle. En nuestro atelier, la tiza del maestro sastre se encuentra con la precisión 3D del futuro.</p>
<!-- Heritage Duality -->
<div class="duality-grid">
<div class="duality-card reveal-left">
<div class="duality-img duality-img--bw"></div>
<h3 data-es="El Toque Humano" data-en="The Human Touch">El Toque Humano</h3>
<p data-es="Manos que han tallado siluetas durante generaciones."
data-en="Hands that have carved silhouettes for generations.">Manos que han tallado siluetas durante generaciones.</p>
</div>
<div class="duality-card reveal-right">
<div class="duality-img duality-img--gold"></div>
<h3 data-es="La Innovación" data-en="The Innovation">La Innovación</h3>
<p data-es="Renderizados 3D con precisión de micras."
data-en="3D renders with micron-level precision.">Renderizados 3D con precisión de micras.</p>
</div>
</div>
<!-- Interactive Glossary -->
<h3 class="glossary-title reveal-up"
data-es="LA PSICOLOGÍA DEL ESTILO"
data-en="THE PSYCHOLOGY OF STYLE">LA PSICOLOGÍA DEL ESTILO</h3>
<div class="glossary-grid">
<button class="glossary-item reveal-up" data-detail-es="Autoridad. Para el hombre que lidera la sala." data-detail-en="Authority. For the man who leads the room.">
<span class="glossary-label" data-es="La Solapa Wide Peak" data-en="The Wide Peak Lapel">La Solapa Wide Peak</span>
<span class="glossary-detail"></span>
</button>
<button class="glossary-item reveal-up" data-detail-es="Agilidad. Modernidad en cada línea." data-detail-en="Agility. Modernity in every line.">
<span class="glossary-label" data-es="La Solapa Slim Notch" data-en="The Slim Notch">La Solapa Slim Notch</span>
<span class="glossary-detail"></span>
</button>
<button class="glossary-item reveal-up" data-detail-es="Carácter. Para el creativo que se arriesga." data-detail-en="Character. For the creative risk-taker.">
<span class="glossary-label" data-es="El Cuadro con Patrón" data-en="The Patterned Check">El Cuadro con Patrón</span>
<span class="glossary-detail"></span>
</button>
<button class="glossary-item reveal-up" data-detail-es="Atemporalidad. La armadura definitiva de la elegancia." data-detail-en="Timelessness. The ultimate armor of elegance.">
<span class="glossary-label" data-es="El Azul Marino Sólido" data-en="The Solid Navy">El Azul Marino Sólido</span>
<span class="glossary-detail"></span>
</button>
</div>
</div>
</section>
<!-- ═══════════════════════════════════════════
4 · BESPOKE EXPERIENCE — THE DIGITAL RITUAL
═══════════════════════════════════════════ -->
<section class="section section--dark" id="bespoke">
<div class="container">
<span class="section-tag gold-line reveal-up"
data-es="EXPERIENCIA BESPOKE"
data-en="BESPOKE EXPERIENCE">EXPERIENCIA BESPOKE</span>
<h2 class="section-headline center reveal-up"
data-es="EL RITUAL DIGITAL"
data-en="THE DIGITAL RITUAL">EL RITUAL DIGITAL</h2>
<p class="section-body center reveal-up"
data-es="El verdadero lujo no se ve. Se siente en la caída del hombro y la confianza del paso."
data-en="True luxury is not seen. It is felt in the drape of the shoulder and the confidence of the stride.">El verdadero lujo no se ve. Se siente en la caída del hombro y la confianza del paso.</p>
<!-- Configurator Steps -->
<div class="configurator">
<div class="config-step active reveal-up" data-step="1">
<span class="step-num">01</span>
<h3 data-es="La Narrativa" data-en="The Narrative">La Narrativa</h3>
<p data-es="¿Cuál es la ocasión para esta silueta? Define tu teatro:"
data-en="What is the occasion for this silhouette? Define your theater:">¿Cuál es la ocasión para esta silueta? Define tu teatro:</p>
<div class="config-choices">
<button class="choice-btn" data-es="La Sala de Juntas" data-en="The Boardroom">La Sala de Juntas</button>
<button class="choice-btn" data-es="La Gala" data-en="The Gala">La Gala</button>
<button class="choice-btn" data-es="El Ritual Privado" data-en="The Private Ritual">El Ritual Privado</button>
</div>
</div>
<div class="config-step reveal-up" data-step="2">
<span class="step-num">02</span>
<h3 data-es="Interpretación Sartorial" data-en="Sartorial Interpretation">Interpretación Sartorial</h3>
<div class="config-features">
<div class="feature">
<h4 data-es="La Solapa" data-en="The Lapel">La Solapa</h4>
<p data-es="Elige Wide Peak para presencia, o Slim Notch para agilidad moderna."
data-en="Choose a Wide Peak for presence, or a Slim Notch for modern agility.">Elige Wide Peak para presencia, o Slim Notch para agilidad moderna.</p>
</div>
<div class="feature">
<h4 data-es="El Hombro" data-en="The Shoulder">El Hombro</h4>
<p data-es="Un Hombro Estructurado para poder formal; un Napolitano Suave para elegancia sin esfuerzo."
data-en="A Structured Shoulder for formal power; a Soft Neapolitan for effortless elegance.">Un Hombro Estructurado para poder formal; un Napolitano Suave para elegancia sin esfuerzo.</p>
</div>
<div class="feature">
<h4 data-es="El ADN del Tejido" data-en="The Fabric DNA">El ADN del Tejido</h4>
<p data-es="Selecciona de nuestra Bóveda Digital 2035. Desde lana de 15.5 micras hasta seda con infusión de carbono."
data-en="Select from our 2035 Digital Vault. From 15.5-micron wool to carbon-infused silk.">Selecciona de nuestra Bóveda Digital 2035. Desde lana de 15.5 micras hasta seda con infusión de carbono.</p>
</div>
</div>
</div>
</div>
<!-- Before / After Slider -->
<div class="ba-slider reveal-up" id="baSlider">
<div class="ba-label ba-label--left"
data-es="ESTÁNDAR" data-en="STANDARD">ESTÁNDAR</div>
<div class="ba-label ba-label--right"
data-es="MANUEL FERNÁNDEZ" data-en="MANUEL FERNÁNDEZ">MANUEL FERNÁNDEZ</div>
<div class="ba-before">
<div class="ba-silhouette ba-silhouette--before"></div>
</div>
<div class="ba-after">
<div class="ba-silhouette ba-silhouette--after"></div>
</div>
<input type="range" class="ba-range" min="0" max="100" value="50" aria-label="Before-After comparison" />
<div class="ba-divider" id="baDivider"></div>
</div>
</div>
</section>
<!-- ═══════════════════════════════════════════
MARQUEE STRIP 2 (reverse)
═══════════════════════════════════════════ -->
<div class="marquee-strip marquee-strip--reverse">
<div class="marquee-track">
<span>WOOL</span><span class="marquee-dot">✦</span>
<span>CASHMERE</span><span class="marquee-dot">✦</span>
<span>SILK</span><span class="marquee-dot">✦</span>
<span>PRECISION</span><span class="marquee-dot">✦</span>
<span>HERITAGE</span><span class="marquee-dot">✦</span>
<span>CEREMONY</span><span class="marquee-dot">✦</span>
<span>ATELIER</span><span class="marquee-dot">✦</span>
<span>WOOL</span><span class="marquee-dot">✦</span>
<span>CASHMERE</span><span class="marquee-dot">✦</span>
<span>SILK</span><span class="marquee-dot">✦</span>
<span>PRECISION</span><span class="marquee-dot">✦</span>
<span>HERITAGE</span><span class="marquee-dot">✦</span>
<span>CEREMONY</span><span class="marquee-dot">✦</span>
<span>ATELIER</span><span class="marquee-dot">✦</span>
</div>
</div>
<!-- ═══════════════════════════════════════════
5 · CRAFTSMANSHIP — THE ARCHITECTURE OF DETAIL
═══════════════════════════════════════════ -->
<section class="section section--obsidian" id="craftsmanship">
<div class="container">
<span class="section-tag gold-line reveal-up"
data-es="ARTESANÍA"
data-en="CRAFTSMANSHIP">ARTESANÍA</span>
<h2 class="section-headline center reveal-up"
data-es="LA ARQUITECTURA DEL DETALLE"
data-en="THE ARCHITECTURE OF DETAIL">LA ARQUITECTURA DEL DETALLE</h2>
<p class="section-body center reveal-up"
data-es="Haz zoom en el alma de la prenda. En 2035, el lujo se encuentra en lo invisible."
data-en="Zoom into the soul of the garment. In 2035, luxury is found in the invisible.">Haz zoom en el alma de la prenda. En 2035, el lujo se encuentra en lo invisible.</p>
<div class="craft-grid">
<div class="craft-card reveal-up">
<div class="craft-icon">
<svg viewBox="0 0 64 64" fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="32" cy="32" r="10"/><line x1="32" y1="2" x2="32" y2="18"/><line x1="32" y1="46" x2="32" y2="62"/><line x1="2" y1="32" x2="18" y2="32"/><line x1="46" y1="32" x2="62" y2="32"/></svg>
</div>
<h3 data-es="Ojales Hechos a Mano" data-en="Hand-Finished Buttonholes">Ojales Hechos a Mano</h3>
<p data-es="Un testimonio de la precisión humana." data-en="A testament to human precision.">Un testimonio de la precisión humana.</p>
</div>
<div class="craft-card reveal-up">
<div class="craft-icon">
<svg viewBox="0 0 64 64" fill="none" stroke="currentColor" stroke-width="1.5"><rect x="8" y="8" width="48" height="48" rx="4"/><line x1="8" y1="32" x2="56" y2="32"/><line x1="32" y1="8" x2="32" y2="56"/></svg>
</div>
<h3 data-es="Canvas Flotante" data-en="Floating Canvas">Canvas Flotante</h3>
<p data-es="Arquitectura que respira y se mueve con tu cuerpo." data-en="Architecture that breathes and moves with your body.">Arquitectura que respira y se mueve con tu cuerpo.</p>
</div>
<div class="craft-card reveal-up">
<div class="craft-icon">
<svg viewBox="0 0 64 64" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M12 52 L32 12 L52 52 Z"/><line x1="22" y1="36" x2="42" y2="36"/></svg>
</div>
<h3 data-es="El Forro Interior" data-en="The Inner Lining">El Forro Interior</h3>
<p data-es="Tu firma privada. Un secreto que solo tú conoces." data-en="Your private signature. A secret only you know.">Tu firma privada. Un secreto que solo tú conoces.</p>
</div>
</div>
</div>
</section>
<!-- ═══════════════════════════════════════════
6 · WEDDINGS — THE GROOM'S PROLOGUE
═══════════════════════════════════════════ -->
<section class="section section--dark" id="weddings">
<div class="container">
<span class="section-tag gold-line reveal-up"
data-es="BODAS Y CEREMONIA"
data-en="WEDDINGS & CEREMONY">BODAS Y CEREMONIA</span>
<h2 class="section-headline center reveal-up"
data-es="EL PRÓLOGO DE TU LEGADO"
data-en="THE PROLOGUE TO YOUR LEGACY">EL PRÓLOGO DE TU LEGADO</h2>
<p class="section-body center reveal-up"
data-es="Más que una prueba. Un rito de iniciación. Recibe a tu círculo íntimo (hasta 10 invitados) para una sesión de estilismo privada. Curamos la atmósfera: cócteles, fotografía y una alineación estética con la temática de tu ceremonia."
data-en="More than a fitting. A rite of passage. Host your inner circle (up to 10 guests) for a private styling session. We curate the atmosphere—cocktails, photography, and an aesthetic alignment with your ceremony's theme.">Más que una prueba. Un rito de iniciación. Recibe a tu círculo íntimo (hasta 10 invitados) para una sesión de estilismo privada. Curamos la atmósfera: cócteles, fotografía y una alineación estética con la temática de tu ceremonia.</p>
<div class="wedding-vision reveal-up">
<div class="vision-icon">✦</div>
<h3 data-es="La Visión Integral" data-en="The Integral Vision">La Visión Integral</h3>
<p data-es="Armonizamos tu silueta con la paleta floral, la arquitectura del lugar y el alma del evento."
data-en="We harmonize your silhouette with the floral palette, the venue's architecture, and the event's soul.">Armonizamos tu silueta con la paleta floral, la arquitectura del lugar y el alma del evento.</p>
</div>
</div>
</section>
<!-- ═══════════════════════════════════════════
7 · COLLECTION — SAVILE ROW 2035
═══════════════════════════════════════════ -->
<section class="section section--obsidian" id="collection">
<div class="container">
<span class="section-tag gold-line reveal-up"
data-es="COLECCIÓN"
data-en="COLLECTION">COLECCIÓN</span>
<h2 class="section-headline center reveal-up"
data-es="SAVILE ROW 2035 — E-ATELIER"
data-en="SAVILE ROW 2035 — E-ATELIER">SAVILE ROW 2035 — E-ATELIER</h2>
<!-- Persona Filters -->
<div class="persona-filters reveal-up">
<div class="filter-group">
<h4 data-es="La Misión" data-en="The Mission">La Misión</h4>
<div class="filter-buttons">
<button class="filter-btn active" data-es="Sala de Juntas" data-en="Boardroom">Sala de Juntas</button>
<button class="filter-btn" data-es="Gala" data-en="Gala">Gala</button>
<button class="filter-btn" data-es="Foro Creativo" data-en="Creative Forum">Foro Creativo</button>
<button class="filter-btn" data-es="Fin de Semana" data-en="Weekend Retreat">Fin de Semana</button>
</div>
</div>
<div class="filter-group">
<h4 data-es="La Energía" data-en="The Energy">La Energía</h4>
<div class="filter-buttons">
<button class="filter-btn active" data-es="Conservador" data-en="Conservative">Conservador</button>
<button class="filter-btn" data-es="Modernista" data-en="Modernist">Modernista</button>
<button class="filter-btn" data-es="Vanguardista" data-en="Avant-Garde">Vanguardista</button>
</div>
</div>
</div>
<!-- AI Suggestion Card -->
<div class="ai-suggestion reveal-up">
<div class="ai-badge">✦ AI</div>
<p data-es="Basándonos en tu energía creativa, sugerimos el <strong>Blazer de Lana 15.5 micras en Carbón</strong> con un <strong>ojal milanés</strong>."
data-en="Based on your creative energy, we suggest the <strong>15.5-micron Wool Blazer in Charcoal</strong> with a <strong>Milanese buttonhole</strong>.">Basándonos en tu energía creativa, sugerimos el <strong>Blazer de Lana 15.5 micras en Carbón</strong> con un <strong>ojal milanés</strong>.</p>
</div>
<!-- 3D Canvas for Suit -->
<div class="webgl-viewport reveal-up" id="webglViewport">
<canvas id="suitCanvas"></canvas>
<p class="canvas-hint"
data-es="Arrastra para rotar el modelo"
data-en="Drag to rotate the model">Arrastra para rotar el modelo</p>
</div>
<!-- Client Personas -->
<h3 class="personas-title reveal-up"
data-es="¿QUÉ LEGADO ESTÁS CONSTRUYENDO?"
data-en="WHICH LEGACY ARE YOU BUILDING?">¿QUÉ LEGADO ESTÁS CONSTRUYENDO?</h3>
<div class="personas-grid">
<div class="persona-card reveal-up" data-tilt>
<span class="persona-num">I</span>
<h4 data-es="EL CLÁSICO" data-en="THE CLASSICIST">EL CLÁSICO</h4>
<p data-es="Para quienes respetan las reglas mientras las reescriben."
data-en="For those who respect the rules while rewriting them.">Para quienes respetan las reglas mientras las reescriben.</p>
</div>
<div class="persona-card reveal-up" data-tilt>
<span class="persona-num">II</span>
<h4 data-es="EL INCONFORMISTA" data-en="THE MAVERICK">EL INCONFORMISTA</h4>
<p data-es="Para el individuo que ve el traje como una armadura."
data-en="For the individual who views the suit as a suit of armor.">Para el individuo que ve el traje como una armadura.</p>
</div>
<div class="persona-card reveal-up" data-tilt>
<span class="persona-num">III</span>
<h4 data-es="EL VISIONARIO" data-en="THE VISIONARY">EL VISIONARIO</h4>
<p data-es="Para el líder cuyo estilo va 10 años por delante de la sala."
data-en="For the leader whose style is 10 years ahead of the room.">Para el líder cuyo estilo va 10 años por delante de la sala.</p>
</div>
</div>
</div>
</section>
<!-- ═══════════════════════════════════════════
8 · BOOKING — THE PRIVATE GATE
═══════════════════════════════════════════ -->
<section class="section section--dark" id="booking">
<div class="container narrow">
<span class="section-tag gold-line reveal-up"
data-es="RESERVA"
data-en="BOOKING">RESERVA</span>
<h2 class="section-headline center reveal-up"
data-es="RESERVA TU SILUETA"
data-en="RESERVE YOUR SILHOUETTE">RESERVA TU SILUETA</h2>
<p class="section-body center reveal-up"
data-es="Nuestro atelier digital acepta un número limitado de encargos cada mes para asegurar que cada puntada siga siendo una obra maestra de identidad."
data-en="Our digital atelier accepts a limited number of commissions each month to ensure every stitch remains a masterpiece of identity.">Nuestro atelier digital acepta un número limitado de encargos cada mes para asegurar que cada puntada siga siendo una obra maestra de identidad.</p>
<form class="booking-form reveal-up" id="bookingForm">
<div class="form-group">
<label for="bkName" data-es="Nombre" data-en="Name">Nombre</label>
<input type="text" id="bkName" required />
</div>
<div class="form-group">
<label for="bkEmail" data-es="Correo electrónico" data-en="Email">Correo electrónico</label>
<input type="email" id="bkEmail" required />
</div>
<div class="form-group">
<label for="bkDate" data-es="Fecha preferida" data-en="Preferred Date">Fecha preferida</label>
<input type="date" id="bkDate" required />
</div>
<div class="form-group">
<label for="bkIntent" data-es="¿Cuál es la intención de tu visita?" data-en="What is the intent of your visit?">¿Cuál es la intención de tu visita?</label>
<textarea id="bkIntent" rows="4"></textarea>
</div>
<button type="submit" class="btn btn-gold full-width"
data-es="SOLICITAR CONSULTA PRIVADA"
data-en="REQUEST A PRIVATE CONSULTATION">SOLICITAR CONSULTA PRIVADA</button>
</form>
</div>
</section>
<!-- ═══════════════════════════════════════════
FOOTER
═══════════════════════════════════════════ -->
<footer class="footer">
<div class="container footer-grid">
<div class="footer-brand">
<span class="logo-text">MANUEL FERNÁNDEZ</span>
<span class="logo-sub">SILUETA · BESPOKE</span>
<p class="footer-copy">© 2035 Manuel Fernández. All rights reserved.</p>
</div>
<div class="footer-links">
<a href="#home" data-es="Inicio" data-en="Home">Inicio</a>
<a href="#tailoring" data-es="La Sastrería" data-en="The Tailoring">La Sastrería</a>
<a href="#bespoke" data-es="Experiencia" data-en="Experience">Experiencia</a>
<a href="#weddings" data-es="Ceremonias" data-en="Ceremonies">Ceremonias</a>
<a href="#collection" data-es="Colección" data-en="Collection">Colección</a>
<a href="#booking" data-es="Reservar" data-en="Book">Reservar</a>
</div>
</div>
<!-- Gold thread parallax line -->
<div class="footer-thread"></div>
<!-- Wave SVG at bottom -->
<div class="footer-wave">
<svg viewBox="0 0 1440 120" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg">
<path class="wave-path wave-1" d="M0,60 C360,120 720,0 1080,60 C1260,90 1380,80 1440,60 L1440,120 L0,120 Z" />
<path class="wave-path wave-2" d="M0,80 C240,30 480,100 720,60 C960,20 1200,90 1440,60 L1440,120 L0,120 Z" />
<path class="wave-path wave-3" d="M0,90 C180,50 360,110 540,70 C720,30 900,100 1080,60 C1260,20 1380,80 1440,70 L1440,120 L0,120 Z" />
</svg>
</div>
</footer>
<!-- ASMR Toggle -->
<button class="asmr-toggle" id="asmrToggle" aria-label="Toggle ambient sound"
data-es="♫ Sonido" data-en="♫ Sound">♫ Sonido</button>
<!-- Scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/ScrollTrigger.min.js"></script>
<script src="https://unpkg.com/lenis@1.1.18/dist/lenis.min.js"></script>
<script src="js/navbar.js"></script>
<script src="js/preloader.js"></script>
<script src="js/smooth-scroll.js"></script>
<script src="js/scroll-reveal.js"></script>
<script src="js/parallax.js"></script>
<script src="js/horizontal.js"></script>
<script src="js/glossary.js"></script>
<script src="js/configurator.js"></script>
<script src="js/slider.js"></script>
<script src="js/tilt.js"></script>
<script src="js/language.js"></script>
<script src="js/booking.js"></script>
<script src="js/asmr.js"></script>
<script src="js/webgl.js"></script>
<script src="js/app.js"></script>
</body>
</html>