-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
881 lines (817 loc) · 39.3 KB
/
Copy pathindex.html
File metadata and controls
881 lines (817 loc) · 39.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>1+3 cat Treehouse — Find 3 friends. Win the world's first treehouse.</title>
<meta name="description" content="Find 3 friends. Stay at the world's first treehouse — on us. Enter with friends, better odds together. You win, everyone goes. 1 wins, 4 go. June 7–9, Japan.">
<!-- Canonical + hreflang -->
<link rel="canonical" href="https://treeavel.washinmura.jp/cat-treehouse/">
<link rel="alternate" hreflang="en" href="https://treeavel.washinmura.jp/cat-treehouse/">
<link rel="alternate" hreflang="zh-Hant" href="https://treeavel.washinmura.jp/cat-treehouse/zh.html">
<link rel="alternate" hreflang="x-default" href="https://treeavel.washinmura.jp/cat-treehouse/">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:title" content="🐱 1+3 cat Treehouse — Find 3 friends. Win the world's first treehouse.">
<meta property="og:description" content="1 wins, 4 go. Enter with your email — GitHub stars & Claude Max = bonus tickets. 3 days in a Japanese treehouse for you + 3 friends.">
<meta property="og:url" content="https://treeavel.washinmura.jp/cat-treehouse/">
<meta property="og:image" content="https://treeavel.washinmura.jp/cat-treehouse/og-treehouse.jpg">
<meta property="og:site_name" content="1+3 cat Treehouse">
<meta property="og:locale" content="en_US">
<meta property="og:locale:alternate" content="zh_TW">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="🐱 1+3 cat Treehouse — Find 3 friends. Win the world's first treehouse.">
<meta name="twitter:description" content="Enter with your email. GitHub stars & Claude Max = bonus tickets. 1 wins, 4 go. Before Code with Claude Tokyo.">
<meta name="twitter:image" content="https://treeavel.washinmura.jp/cat-treehouse/og-treehouse.jpg">
<!-- JSON-LD 結構化資料 -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Event",
"name": "1+3 cat Treehouse Giveaway",
"description": "Find 3 friends. Stay at the world's first treehouse — on us. Enter together, better odds. You win, everyone goes. June 7–9, Japan.",
"startDate": "2026-06-07",
"endDate": "2026-06-09",
"eventStatus": "https://schema.org/EventScheduled",
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
"location": {
"@type": "Place",
"name": "Washin Village (和心村)",
"address": {
"@type": "PostalAddress",
"addressLocality": "Ichihara",
"addressRegion": "Chiba",
"addressCountry": "JP"
}
},
"organizer": {
"@type": "Organization",
"name": "Washin Village",
"url": "https://washinmura.jp"
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"validFrom": "2026-03-22",
"url": "https://treeavel.washinmura.jp/cat-treehouse/draw.html"
},
"image": "https://treeavel.washinmura.jp/cat-treehouse/og-treehouse.jpg",
"url": "https://treeavel.washinmura.jp/cat-treehouse/"
}
</script>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🐱</text></svg>">
<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=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Inter:wght@300;400;500&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
--bg: #0A0A09;
--bg-card: #161513;
--gold: #B8965A;
--gold-light: #D4B87A;
--gold-dim: rgba(184, 150, 90, 0.3);
--cream: #EDE6DA;
--cream-mid: #B5AFA3;
--cream-dim: #8A847A; /* 提亮:對比 ~6:1 on #0A0A09,原 #6B655B 僅 ~4:1 */
--serif: 'Cormorant Garamond', 'Georgia', serif;
--sans: 'Inter', -apple-system, sans-serif;
}
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
font-family: var(--sans);
background: var(--bg);
color: var(--cream);
font-size: 1.375rem; /* 22px — reading-glasses baseline */
line-height: 1.75;
font-weight: 400; /* no Light weight */
overflow-x: hidden;
}
/* Accessibility: focus ring */
*:focus-visible {
outline: 3px solid var(--gold);
outline-offset: 2px;
}
/* Accessibility: respect user motion preference */
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
::selection { background: var(--gold-dim); color: var(--cream); }
.container { max-width: 900px; margin: 0 auto; padding: 0 2rem; }
.label {
font-family: var(--sans);
font-size: 1rem; /* 16px minimum */
font-weight: 500;
letter-spacing: 0.2em;
color: var(--gold);
}
.divider {
width: 48px;
height: 1px;
background: linear-gradient(90deg, transparent, var(--gold), transparent);
margin: 3rem auto;
}
/* ---------- Scroll Reveal ---------- */
.reveal {
opacity: 0;
transform: translateY(24px);
transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),
transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.15s; }
.reveal-delay-2 { transition-delay: 0.3s; }
.reveal-delay-3 { transition-delay: 0.45s; }
/* ===== NAV ===== */
nav {
position: fixed; top: 0; left: 0; right: 0; z-index: 100;
display: flex; justify-content: space-between; align-items: center;
padding: 1.5rem 2.5rem;
transition: background 0.4s ease, padding 0.4s ease;
}
nav.scrolled {
background: rgba(10, 10, 9, 0.92);
backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
padding: 1rem 2.5rem;
}
.nav-logo {
font-family: var(--serif); font-size: 1.125rem; font-weight: 400;
letter-spacing: 0.08em; color: var(--cream); text-decoration: none;
}
.nav-lang { display: flex; gap: 0.5rem; }
.nav-lang a {
font-size: 0.875rem; color: var(--cream-dim); text-decoration: none;
letter-spacing: 0.05em; transition: color 0.3s;
padding: 0.5rem 0.6rem; /* larger touch area */
min-height: 44px; min-width: 44px;
display: inline-flex; align-items: center; justify-content: center;
}
.nav-lang a:hover, .nav-lang a.active { color: var(--gold); }
.nav-cta {
font-family: var(--sans); font-size: 1rem; font-weight: 500;
letter-spacing: 0.12em; color: var(--gold); text-decoration: none;
border: 1px solid var(--gold-dim); padding: 0.9rem 2rem;
border-radius: 4px; transition: all 0.3s ease;
min-height: 48px; /* touch target */
}
.nav-cta:hover { background: var(--gold); color: var(--bg); }
/* ===== HERO ===== */
.hero {
min-height: 100vh; min-height: 100dvh;
display: flex; flex-direction: column;
justify-content: center; align-items: center;
text-align: center; position: relative;
background: url('https://treeavel.jp/images/hero.jpg') center center / cover no-repeat;
overflow: hidden;
}
.hero::before {
content: ''; position: absolute; inset: 0;
background: linear-gradient(
to bottom,
rgba(10,10,9,0.3) 0%,
rgba(10,10,9,0.5) 40%,
rgba(10,10,9,0.75) 100%
);
}
.hero-content { position: relative; z-index: 1; padding: 0 2rem; }
.hero-title-line1 {
font-family: var(--serif);
font-size: clamp(2.8rem, 8vw, 6rem);
font-weight: 400; line-height: 1.2; letter-spacing: 0.05em;
color: #fff;
opacity: 0; animation: fadeInUp 1.4s cubic-bezier(0.25,0.46,0.45,0.94) forwards;
animation-delay: 0.4s;
text-shadow: 0 2px 40px rgba(0,0,0,0.4);
}
.hero-title-line2 {
font-family: var(--serif);
font-size: clamp(2rem, 5.5vw, 4rem);
font-weight: 400; line-height: 1.3; letter-spacing: 0.08em;
color: rgba(255,255,255,0.85); margin-top: 0.3em;
font-style: italic;
opacity: 0; animation: fadeInUp 1.4s cubic-bezier(0.25,0.46,0.45,0.94) forwards;
animation-delay: 0.9s;
text-shadow: 0 2px 40px rgba(0,0,0,0.4);
}
.hero-sub {
font-family: var(--sans); font-size: 1.125rem; font-weight: 400;
letter-spacing: 0.08em; color: rgba(255,255,255,0.75);
margin-top: 3rem;
opacity: 0; animation: fadeIn 1.2s ease forwards; animation-delay: 1.8s;
}
.hero-scroll {
position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%);
opacity: 0; animation: fadeIn 1s ease forwards, float 3s ease-in-out infinite;
animation-delay: 2.5s, 2.5s;
}
.hero-scroll svg { width: 20px; height: 20px; stroke: rgba(255,255,255,0.4); }
@keyframes fadeInUp { from { opacity:0; transform:translateY(30px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes float { 0%,100% { transform:translateX(-50%) translateY(0); } 50% { transform:translateX(-50%) translateY(8px); } }
/* ===== INVITATION ===== */
.invitation { padding: 10rem 0; text-align: center; }
.invitation-lead {
font-family: var(--serif); font-size: clamp(1.6rem,3vw,2.4rem);
font-weight: 400; line-height: 1.8; color: var(--cream);
max-width: 600px; margin: 0 auto;
}
.invitation-lead em { font-style: italic; color: var(--gold-light); }
.invitation-body {
font-size: 1.125rem; color: var(--cream-mid); max-width: 560px;
margin: 3rem auto 0; line-height: 1.9;
}
.invitation-aside {
font-family: var(--serif); font-size: 1.25rem; color: var(--cream-dim); margin-top: 3rem;
}
/* ===== PHOTO STRIP ===== */
.photo-strip {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 3px;
height: 45vh;
min-height: 300px;
}
.photo-strip-item {
overflow: hidden;
position: relative;
}
.photo-strip-item img {
width: 100%; height: 100%; object-fit: cover;
transition: transform 0.6s ease;
}
.photo-strip-item:hover img { transform: scale(1.03); }
.photo-strip-caption {
position: absolute; bottom: 0; left: 0; right: 0;
padding: 2rem 1.5rem 1.2rem;
background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
font-family: var(--serif); font-size: 1rem; color: rgba(255,255,255,0.85);
}
/* ===== EXPERIENCE ===== */
.experience { padding: 8rem 0; }
.experience > .label { text-align: center; display: block; margin-bottom: 5rem; }
.day-block {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0;
max-width: 1100px;
margin: 0 auto;
min-height: 450px;
}
.day-block.reverse { direction: rtl; }
.day-block.reverse > * { direction: ltr; }
.day-photo {
overflow: hidden;
position: relative;
}
.day-photo img {
width: 100%; height: 100%; object-fit: cover;
min-height: 400px;
}
.day-photo-overlay {
position: absolute; top: 2rem; left: 2rem;
font-family: var(--serif); font-size: 5rem; font-weight: 400;
color: rgba(255,255,255,0.15); line-height: 1;
}
.day-text {
display: flex; flex-direction: column; justify-content: center;
padding: 4rem;
background: var(--bg-card);
}
.day-text .day-title {
font-family: var(--serif); font-size: 1.75rem; font-weight: 500;
color: var(--cream); margin-bottom: 1.5rem;
}
.day-text .day-desc {
font-size: 1.125rem; color: var(--cream-mid); line-height: 1.9;
}
.day-spacer { height: 3px; }
/* ===== PLACE ===== */
.place { padding: 8rem 0; }
.place > .container { margin-bottom: 4rem; }
.place-header {
text-align: center;
margin-bottom: 4rem;
}
.place-header .label { display: block; margin-bottom: 1.5rem; }
.place-name {
font-family: var(--serif); font-size: 2.6rem; font-weight: 400;
color: var(--cream); margin-bottom: 0.2rem;
}
.place-name-sub {
font-size: 1rem; color: var(--cream-dim); letter-spacing: 0.15em;
margin-bottom: 2rem;
}
.place-desc-text {
font-size: 1.125rem; color: var(--cream-mid); line-height: 1.9;
max-width: 560px; margin: 0 auto;
text-align: center;
}
.gallery {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: auto auto;
gap: 3px;
max-width: 1200px;
margin: 0 auto;
}
.gallery-item {
overflow: hidden;
position: relative;
}
.gallery-item img {
width: 100%; height: 100%; object-fit: cover;
transition: transform 0.5s ease;
display: block;
}
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item.wide {
grid-column: span 2;
}
.gallery-item.tall {
grid-row: span 2;
}
.place-location-bar {
text-align: center;
padding: 3rem 2rem 0;
font-size: 1rem; color: var(--cream-dim);
}
/* ===== RESIDENTS ===== */
.residents { padding: 8rem 0 6rem; text-align: center; overflow: hidden; }
.residents .label { display: block; margin-bottom: 1rem; }
.residents-title {
font-family: var(--serif); font-size: clamp(1.4rem,2.5vw,1.8rem);
font-weight: 400; color: var(--cream); margin-bottom: 4rem;
}
.marquee-wrap { margin: 0 -2rem; }
.marquee { display: flex; gap: 1.5rem; padding: 1rem 0; width: max-content; }
.marquee-row-1 .marquee { animation: scrollLeft 80s linear infinite; }
.marquee-row-2 .marquee { animation: scrollRight 90s linear infinite; }
.marquee-row-1, .marquee-row-2 { overflow: hidden; }
@keyframes scrollLeft { 0% { transform:translateX(0); } 100% { transform:translateX(-50%); } }
@keyframes scrollRight { 0% { transform:translateX(-50%); } 100% { transform:translateX(0); } }
.resident { flex-shrink: 0; text-align: center; }
.resident-photo {
width: 80px; height: 80px; border-radius: 50%; overflow: hidden;
background: var(--bg-card); margin: 0 auto 0.6rem;
opacity: 0.7; transition: opacity 0.3s ease, transform 0.3s ease;
}
.marquee:hover .resident-photo { opacity: 0.5; }
.resident:hover .resident-photo { opacity: 1 !important; transform: scale(1.08); }
.resident-photo img { width: 100%; height: 100%; object-fit: cover; }
.resident-name { font-size: 0.875rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cream-dim); }
.residents-note { font-family: var(--serif); font-size: 1.125rem; color: var(--cream-dim); margin-top: 3rem; }
/* ===== QUALIFY ===== */
.qualify { padding: 10rem 0; text-align: center; }
.qualify-number {
font-family: var(--serif); font-size: clamp(3rem,8vw,5rem);
font-weight: 400; color: var(--cream); line-height: 1; margin-bottom: 0.3rem;
}
.qualify-unit { font-size: 1.125rem; letter-spacing: 0.15em; color: var(--gold); margin-bottom: 3rem; }
.qualify-details { font-size: 1.125rem; color: var(--cream-mid); line-height: 1.9; max-width: 500px; margin: 0 auto; }
.qualify-closing {
font-family: var(--serif); font-size: 1.375rem; font-weight: 400;
color: var(--cream); margin-top: 4rem;
}
/* ===== APPLY ===== */
.apply {
padding: 8rem 0 4rem; text-align: center;
position: relative;
}
.apply .label { display: block; margin-bottom: 2rem; }
.apply-title {
font-family: var(--serif); font-size: clamp(1.8rem,4vw,2.8rem);
font-weight: 400; color: var(--cream); margin-bottom: 1rem;
}
.apply-spots { font-size: 1.125rem; color: var(--cream-dim); margin-bottom: 3rem; }
.apply-btn {
display: inline-flex; align-items: center; justify-content: center;
font-family: var(--sans); font-size: 1.125rem;
font-weight: 600; letter-spacing: 0.12em; color: var(--bg);
background: var(--gold); text-decoration: none;
padding: 1.25rem 3.5rem; border-radius: 8px;
min-height: 72px; /* senior-friendly touch target 19mm */
transition: all 0.3s ease;
}
.apply-btn:hover {
background: var(--gold-light); transform: translateY(-1px);
box-shadow: 0 8px 30px rgba(184,150,90,0.15);
}
.apply-note { font-size: 1rem; color: var(--cream-dim); margin-top: 2rem; line-height: 1.9; }
/* ===== FORM ===== */
.apply-form {
max-width: 560px;
margin: 0 auto;
text-align: left;
}
.form-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.5rem;
}
.form-group {
margin-bottom: 1.5rem;
}
.form-group label {
display: block;
font-size: 0.7rem;
font-weight: 500;
letter-spacing: 0.15em;
text-transform: uppercase;
color: var(--gold);
margin-bottom: 0.5rem;
}
.form-group input,
.form-group textarea {
width: 100%;
padding: 0.9rem 1rem;
background: rgba(255,255,255,0.04);
border: 1px solid rgba(255,255,255,0.08);
border-radius: 3px;
color: var(--cream);
font-family: var(--sans);
font-size: 0.9rem;
font-weight: 300;
transition: border-color 0.3s ease;
outline: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
color: var(--cream-dim);
}
.form-group input:focus,
.form-group textarea:focus {
border-color: var(--gold-dim);
}
.form-group textarea {
resize: vertical;
min-height: 80px;
}
.apply-form .apply-btn {
width: 100%;
margin-top: 0.5rem;
border: none;
cursor: pointer;
font-family: var(--sans);
}
/* ===== CLOSING PHOTO ===== */
.closing-photo {
width: 100%; height: 50vh; min-height: 300px;
overflow: hidden;
}
.closing-photo img {
width: 100%; height: 100%; object-fit: cover;
opacity: 0.7;
}
/* ===== FOOTER ===== */
footer {
padding: 4rem 2rem; text-align: center;
border-top: 1px solid rgba(255,255,255,0.04);
}
.footer-brand { font-family: var(--serif); font-size: 1rem; color: var(--cream-dim); margin-bottom: 0.5rem; }
.footer-location { font-size: 0.875rem; color: var(--cream-dim); opacity: 0.6; margin-bottom: 2rem; line-height: 1.8; }
.footer-links { display: flex; justify-content: center; gap: 1.5rem; }
.footer-links a {
font-size: 0.875rem; letter-spacing: 0.08em; color: var(--cream-dim);
text-decoration: none; opacity: 0.6; transition: opacity 0.3s ease;
padding: 0.5rem 0.75rem; /* larger touch area */
min-height: 44px;
display: inline-flex; align-items: center;
}
.footer-links a:hover { opacity: 1; color: var(--gold); }
/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
.photo-strip { grid-template-columns: 1fr; height: auto; }
.photo-strip-item { height: 250px; }
.day-block, .day-block.reverse { grid-template-columns: 1fr; direction: ltr; }
.day-block.reverse > * { direction: ltr; }
.day-photo img { min-height: 250px; }
.day-text { padding: 2.5rem 2rem; }
.gallery { grid-template-columns: repeat(2, 1fr); }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 1; }
.resident-photo { width: 64px; height: 64px; }
.invitation { padding: 6rem 0; }
.qualify { padding: 6rem 0; }
nav { padding: 1.2rem 1.5rem; }
nav.scrolled { padding: 0.8rem 1.5rem; }
.form-row { grid-template-columns: 1fr; }
.nav-lang { font-size: 0.75rem; }
}
@media (max-width: 480px) {
.hero-sub { font-size: 0.9375rem; } /* 15px minimum */
.invitation-lead { font-size: 1.3rem; }
.nav-logo { font-size: 1rem; }
.nav-cta { padding: 0.7rem 1.4rem; font-size: 0.875rem; }
.gallery { grid-template-columns: 1fr 1fr; }
.gallery-item.wide { grid-column: span 1; }
body { font-size: 1.125rem; } /* mobile 18px, still above 16px floor */
}
</style>
</head>
<body>
<!-- ===== NAV ===== -->
<nav>
<a href="#" class="nav-logo">1+3 cat Treehouse</a>
<span class="nav-lang">
<a href="index.html" class="active" onclick="sessionStorage.setItem('lang-override','1')">EN</a> ·
<a href="zh.html">中</a>
</span>
<a href="#apply" class="nav-cta">Enter to Win</a>
</nav>
<!-- ===== HERO ===== -->
<section class="hero">
<div class="hero-content">
<h1 class="hero-title-line1">1+3 cat</h1>
<div class="hero-title-line2">Treehouse</div>
<p class="hero-sub">The world's first treehouse · 1 wins, 4 go · June 7–9, Japan</p>
</div>
<div class="hero-scroll">
<svg viewBox="0 0 24 24" fill="none" stroke-width="1.5" stroke-linecap="round">
<path d="M12 5v14M5 12l7 7 7-7"/>
</svg>
</div>
</section>
<!-- ===== THE INVITATION ===== -->
<section class="invitation">
<div class="container">
<span class="label reveal">THE INVITATION</span>
<div class="divider reveal reveal-delay-1"></div>
<p class="invitation-lead reveal reveal-delay-1">
Find three friends.<br>
Stay at <em>the world's first treehouse</em> — on us.
</p>
<p class="invitation-body reveal reveal-delay-2">
Enter with friends — better odds together. You win, everyone goes.<br><br>
Three days. Two nights. One winner and three friends.<br>
A treehouse in the cedar forests of Bōsō Peninsula, Japan — private car door-to-door from Tokyo.<br>
June 9 evening: TW×JP Claude Community Meetup. June 10: Code with Claude Tokyo.<br>
<span style="color: var(--cream-dim);">(Community events are optional.)</span>
</p>
<p class="invitation-aside reveal reveal-delay-3">
Some things can't be built in a city.<br>Some friends make anywhere worth going.
</p>
</div>
</section>
<!-- ===== PHOTO STRIP ===== -->
<div class="photo-strip reveal">
<div class="photo-strip-item">
<img src="https://treeavel.jp/images/forest-light.jpg" alt="Light through the cedars" loading="lazy">
<div class="photo-strip-caption">Light through the cedars</div>
</div>
<div class="photo-strip-item">
<img src="https://treeavel.jp/images/cat-dining.jpg" alt="Dinner companions" loading="lazy">
<div class="photo-strip-caption">Dinner companions</div>
</div>
<div class="photo-strip-item">
<img src="https://treeavel.jp/images/canopy.jpg" alt="Forest canopy" loading="lazy">
<div class="photo-strip-caption">Under the canopy</div>
</div>
</div>
<!-- ===== THE EXPERIENCE ===== -->
<section class="experience">
<span class="label reveal">THE EXPERIENCE</span>
<!-- Day 1 -->
<div class="day-block reveal">
<div class="day-photo">
<img src="https://treeavel.jp/images/balcony.jpg" alt="Treehouse balcony overlooking the forest" loading="lazy">
<div class="day-photo-overlay">01</div>
</div>
<div class="day-text">
<div class="day-title">Arrive — June 7</div>
<p class="day-desc">
Private car picks you up in Tokyo.<br>
Settle into the treehouse among the cedars.<br>
Forest dinner under the canopy.<br>
Meet the residents — they have four legs.<br>
Stars above. Code ahead.
</p>
</div>
</div>
<div class="day-spacer"></div>
<!-- Day 2 -->
<div class="day-block reverse reveal">
<div class="day-photo">
<img src="https://treeavel.jp/images/sauna-forest.jpg" alt="Forest sauna" loading="lazy">
<div class="day-photo-overlay">02</div>
</div>
<div class="day-text">
<div class="day-title">Create — June 8</div>
<p class="day-desc">
Morning — code in silence among the trees.<br>
Afternoon — forest walks, forest sauna, rotenburo, cats on your lap.<br>
Evening — share what you're building.<br>
No slides. Just conversation.
</p>
</div>
</div>
<div class="day-spacer"></div>
<!-- Day 3 -->
<div class="day-block reveal">
<div class="day-photo">
<img src="https://treeavel.washinmura.jp/cat-treehouse/og-treehouse.jpg" alt="Treehouse deck" loading="lazy">
<div class="day-photo-overlay">03</div>
</div>
<div class="day-text">
<div class="day-title">Tokyo — June 9</div>
<p class="day-desc">
Breakfast with new friends.<br>
A photo under the trees.<br>
Private car back to Tokyo.<br>
Evening — TW×JP Claude Community Meetup.
</p>
</div>
</div>
</section>
<!-- ===== THE PLACE ===== -->
<section class="place">
<div class="place-header reveal">
<span class="label">THE PLACE</span>
<div class="divider"></div>
<h2 class="place-name">Ichijuku</h2>
<p class="place-name-sub">一樹屋</p>
<p class="place-desc-text">
The world's first CLT treehouse — built around five living cedar trees.<br>
Rotenburo under the forest canopy. A skylight framing the stars.<br>
Sixteen rescue cats who wander freely through the doors.
</p>
</div>
<div class="gallery reveal">
<div class="gallery-item wide">
<img src="https://treeavel.jp/images/treehouse-3148.jpg" alt="Ichijuku treehouse exterior" loading="lazy">
</div>
<div class="gallery-item">
<img src="https://treeavel.jp/images/skylight.JPG" alt="Skylight framing the stars" loading="lazy">
</div>
<div class="gallery-item">
<img src="https://treeavel.jp/images/deck-view.jpg" alt="Deck overlooking the forest" loading="lazy">
</div>
<div class="gallery-item">
<img src="https://treeavel.jp/images/ichijukaku-interior.jpg" alt="Treehouse interior" loading="lazy">
</div>
<div class="gallery-item">
<img src="https://treeavel.jp/images/bbq-food.jpg" alt="Forest dinner" loading="lazy">
</div>
<div class="gallery-item">
<img src="https://treeavel.jp/images/treehouse-3152.jpg" alt="Ichijuku treehouse another angle" loading="lazy">
</div>
<div class="gallery-item">
<img src="https://treeavel.jp/images/village-night.jpg" alt="Washin Village at night" loading="lazy">
</div>
</div>
<div class="place-location-bar reveal">
Bōsō Peninsula, Chiba Prefecture — 90 minutes from Tokyo, a world away
</div>
</section>
<!-- ===== THE RESIDENTS ===== -->
<section class="residents">
<span class="label reveal">THE RESIDENTS</span>
<h2 class="residents-title reveal reveal-delay-1">They won't review your code. They just purr — and steal your bed.</h2>
<div class="marquee-wrap">
<div class="marquee-row-1"><div class="marquee">
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/gold.png" alt="Gold" loading="lazy"></div><span class="resident-name">Gold</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/jerry.png" alt="Jelly" loading="lazy"></div><span class="resident-name">Jelly</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/silver.png" alt="Silver" loading="lazy"></div><span class="resident-name">Silver</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/ariel.png" alt="Ariel" loading="lazy"></div><span class="resident-name">Ariel</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/dollar.png" alt="Dollar" loading="lazy"></div><span class="resident-name">Dollar</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/anko.png" alt="Anko" loading="lazy"></div><span class="resident-name">Anko</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/cruella.png" alt="Cruella" loading="lazy"></div><span class="resident-name">Cruella</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/donut.png" alt="Donut" loading="lazy"></div><span class="resident-name">Donut</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/shasha.png" alt="Shasha" loading="lazy"></div><span class="resident-name">Shasha</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/toothless.png" alt="Toothless" loading="lazy"></div><span class="resident-name">Toothless</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/gold.png" alt="Gold" loading="lazy"></div><span class="resident-name">Gold</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/jerry.png" alt="Jelly" loading="lazy"></div><span class="resident-name">Jelly</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/silver.png" alt="Silver" loading="lazy"></div><span class="resident-name">Silver</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/ariel.png" alt="Ariel" loading="lazy"></div><span class="resident-name">Ariel</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/dollar.png" alt="Dollar" loading="lazy"></div><span class="resident-name">Dollar</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/anko.png" alt="Anko" loading="lazy"></div><span class="resident-name">Anko</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/cruella.png" alt="Cruella" loading="lazy"></div><span class="resident-name">Cruella</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/donut.png" alt="Donut" loading="lazy"></div><span class="resident-name">Donut</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/shasha.png" alt="Shasha" loading="lazy"></div><span class="resident-name">Shasha</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/toothless.png" alt="Toothless" loading="lazy"></div><span class="resident-name">Toothless</span></div>
</div></div>
<div class="marquee-row-2"><div class="marquee">
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/jasmine.png" alt="Jasmine" loading="lazy"></div><span class="resident-name">Jasmine</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/nina.png" alt="Nina" loading="lazy"></div><span class="resident-name">Nina</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/sirius.png" alt="Sirius" loading="lazy"></div><span class="resident-name">Sirius</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/okaki.png" alt="Okaki" loading="lazy"></div><span class="resident-name">Okaki</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/suzu.png" alt="Suzu" loading="lazy"></div><span class="resident-name">Suzu</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/waka.png" alt="Waka" loading="lazy"></div><span class="resident-name">Waka</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/kirin.png" alt="Kirin" loading="lazy"></div><span class="resident-name">Kirin</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/johnny.png" alt="Johnny" loading="lazy"></div><span class="resident-name">Johnny</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/ether.png" alt="Ether" loading="lazy"></div><span class="resident-name">Ether</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/jasmine.png" alt="Jasmine" loading="lazy"></div><span class="resident-name">Jasmine</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/nina.png" alt="Nina" loading="lazy"></div><span class="resident-name">Nina</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/sirius.png" alt="Sirius" loading="lazy"></div><span class="resident-name">Sirius</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/okaki.png" alt="Okaki" loading="lazy"></div><span class="resident-name">Okaki</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/suzu.png" alt="Suzu" loading="lazy"></div><span class="resident-name">Suzu</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/waka.png" alt="Waka" loading="lazy"></div><span class="resident-name">Waka</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/kirin.png" alt="Kirin" loading="lazy"></div><span class="resident-name">Kirin</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/johnny.png" alt="Johnny" loading="lazy"></div><span class="resident-name">Johnny</span></div>
<div class="resident"><div class="resident-photo"><img src="https://treeavel.jp/animals/ether.png" alt="Ether" loading="lazy"></div><span class="resident-name">Ether</span></div>
</div></div>
</div>
<p class="residents-note reveal">They were all rescued. Now they welcome guests.</p>
</section>
<!-- ===== HOW IT WORKS ===== -->
<section class="qualify">
<div class="container">
<span class="label reveal">HOW IT WORKS</span>
<div class="divider reveal"></div>
<div class="qualify-number reveal reveal-delay-1">🤝 = +100 🎟️</div>
<div class="qualify-unit reveal reveal-delay-1">EVERY FRIEND IS 100 LOTTERY TICKETS</div>
<p class="qualify-details reveal reveal-delay-2">
Invite friends to enter — each one = +100 tickets for you.<br>
3 friends = +300. 10 friends = +1,000.<br>
Have GitHub? Stars count too: 1 star ⭐ = 1 ticket 🎟️<br>
1 winner + 3 friends. Open to everyone.
</p>
<p class="qualify-closing reveal reveal-delay-3">
More friends, better odds.
</p>
</div>
</section>
<!-- ===== ENTER ===== -->
<section class="apply" id="apply">
<div class="container">
<span class="label reveal">ENTER THE DRAW</span>
<h2 class="apply-title reveal reveal-delay-1">June 7–9, 2026</h2>
<p class="apply-spots reveal reveal-delay-1">1 winner + 3 friends · Entries close May 31 · Winner announced June 4</p>
<div class="reveal reveal-delay-2" style="text-align:center; margin: 2rem 0;">
<a href="draw.html" class="apply-btn">Enter the Draw</a>
</div>
<p class="apply-note reveal reveal-delay-3">
Open to everyone — just enter your email.<br>
Invite friends to enter — each one = +100 bonus tickets. More friends, better odds.<br>
3 days, private transfer, and meals — fully covered.<br><br>
<strong>Didn't win?</strong> Join us anyway:<br>
June 9 evening — TW×JP Claude Community Meetup(community event)<br>
June 10 — Livestream + after-party by TW×JP Claude Community(no invite needed)
</p>
</div>
</section>
<!-- ===== BOOK DIRECTLY ===== -->
<section class="qualify" style="padding: 6rem 0;">
<div class="container">
<span class="label reveal">BOOK DIRECTLY</span>
<div class="divider reveal"></div>
<p class="qualify-details reveal reveal-delay-1">
Don't want to wait for the draw?<br>
Book the treehouse directly — no lottery needed.<br>
From ~$1,100 USD/person (3 days, 2 nights, all-inclusive).
</p>
<div class="reveal reveal-delay-2" style="text-align:center; margin: 2rem 0;">
<a href="https://treeavel.washinmura.jp" class="apply-btn" style="background: transparent; color: var(--gold); border: 2px solid var(--gold);" target="_blank" rel="noopener">View the Treehouse →</a>
</div>
<p class="apply-note reveal reveal-delay-3">
See the full experience at treeavel.jp, then book via LINE or email.
</p>
</div>
</section>
<!-- ===== CLOSING PHOTO ===== -->
<div class="closing-photo">
<img src="https://treeavel.jp/images/night.jpg" alt="Washin Village at night" loading="lazy">
</div>
<!-- ===== FOOTER ===== -->
<footer>
<div class="footer-brand">1+3 cat Treehouse — a community event by Washin Village</div>
<div class="footer-location">An independent community event timed with Code with Claude Tokyo · Not affiliated with Anthropic<br>Bōsō Peninsula, Chiba, Japan</div>
<div class="footer-links">
<a href="https://washinmura.jp" target="_blank" rel="noopener">Washin Village</a>
<a href="https://treeavel.washinmura.jp" target="_blank" rel="noopener">Treeavel</a>
<a href="https://claude.com/code-with-claude" target="_blank" rel="noopener">Code with Claude</a>
<a href="https://github.com/sstklen/trump-code" target="_blank" rel="noopener">Trump Code</a>
<a href="https://api.washinmura.jp/aeo" target="_blank" rel="noopener">AEO</a>
<a href="https://emojigo.washinmura.jp/" target="_blank" rel="noopener">EmojiGo</a>
</div>
</footer>
<script>
// 中文瀏覽器自動跳轉中文版(只在英文首頁觸發,不影響直連 zh.html 的人)
if ((navigator.language || '').startsWith('zh') && !sessionStorage.getItem('lang-override')) {
location.replace('zh.html' + location.search + location.hash);
}
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => { if (entry.isIntersecting) entry.target.classList.add('visible'); });
}, { threshold: 0.08, rootMargin: '0px 0px -40px 0px' });
document.querySelectorAll('.reveal').forEach(el => observer.observe(el));
const nav = document.querySelector('nav');
let ticking = false;
window.addEventListener('scroll', () => {
if (!ticking) {
requestAnimationFrame(() => { nav.classList.toggle('scrolled', window.scrollY > 60); ticking = false; });
ticking = true;
}
});
document.querySelectorAll('.marquee-row-1, .marquee-row-2').forEach(row => {
row.addEventListener('mouseenter', () => { row.querySelector('.marquee').style.animationPlayState = 'paused'; });
row.addEventListener('mouseleave', () => { row.querySelector('.marquee').style.animationPlayState = 'running'; });
});
</script>
</body>
</html>