Jake Vanderwerf
2026-05-31 d7e7d248cbe41cd7a9ef9c2fb022b6c4831f99a3
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
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/timeline/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
main {
  --gap: 0;
}
main section:last-of-type {
  margin-bottom: 0;
}
#at-a-glance {
  padding: 0 10vw;
  --gap: 0;
}
#at-a-glance img {
  width: 100%;
  height: auto;
  border: 2px solid rgb(var(--action-0));
}
#at-a-glance h3 {
  font-size: var(--txt-x-small);
}
#at-a-glance .before img {
  border-right-width: 1px;
  border-left: 0;
  border-top: 0;
}
#at-a-glance .after img {
  border-left-width: 1px;
  border-right: 0;
  border-bottom: 0;
}
.timeline-point.timeline-point {
  --lineWidth: 1px;
  --gap: 2rem;
  padding: 0;
  margin: 0;
  background-color: rgb(var(--base));
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}
.timeline-point.timeline-point img {
  width: 40%;
  border-radius: 4px;
  position: sticky;
  padding: 0.5rem;
}
.timeline-point.timeline-point .info {
  padding: 1rem 0.5rem 0.5rem;
  width: 60%;
  position: relative;
}
.timeline-point.timeline-point .info h2 {
  margin: 0 0 0.5rem;
  font-size: var(--txt-medium);
  position: relative;
}
.timeline-point.timeline-point .info h2 .icon {
  --w: 2.5rem;
  transform: rotate(-90deg);
  position: absolute;
  left: -2.5rem;
  top: 0.25rem;
  background-color: rgb(var(--action-100));
}
.timeline-point.timeline-point::before, .timeline-point.timeline-point::after {
  content: "";
  display: block;
  position: absolute;
  left: 45%;
  height: 100%;
  width: var(--lineWidth);
  background-color: rgb(var(--action-0));
}
.timeline-point.timeline-point::before {
  height: 1rem;
}
.timeline-point.timeline-point::after {
  top: 4rem;
}
.timeline-point.timeline-point#before-treatment::before, .timeline-point.timeline-point:last-of-type::after {
  display: none;
}
@media (min-width: 768px) {
  #at-a-glance h3 {
    font-size: var(--txt-x-large);
  }
  .timeline-point.timeline-point {
    --gap: 4rem;
  }
  .timeline-point.timeline-point img {
    width: 50%;
  }
  .timeline-point.timeline-point .info {
    width: 50%;
    padding: 25vh 1rem 1rem;
  }
  .timeline-point.timeline-point .info h2 .icon {
    --w: 4rem;
    left: -6.15rem;
    top: 0;
  }
  .timeline-point.timeline-point .info a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .timeline-point.timeline-point .info time {
    text-transform: uppercase;
    font-size: var(--txt-x-small);
  }
  .timeline-point.timeline-point::before, .timeline-point.timeline-point::after {
    left: calc(50% + 2rem);
  }
  .timeline-point.timeline-point::before {
    height: calc(25vh - 2rem);
  }
  .timeline-point.timeline-point::after {
    top: calc(25vh + 6rem);
  }
}
 
/*# sourceMappingURL=style-index.css.map*/