.ws-inner {
width: calc(80% - 20px);
max-width: var(--wrap);
margin: 0 auto;
}
.ws-h2 {
margin: 0;
font-family: 'Anton', 'Barlow Semi Condensed', Impact, sans-serif;
font-weight: 400;
font-size: clamp(26px, 3.05vw, 43px);
line-height: 1.06;
letter-spacing: -.005em;
text-transform: uppercase;
color: var(--t-ink);
}
.ws-h2 .l { display: block; }
.ws-h2-sub { font-size: clamp(23px, 2.45vw, 34px); }
.ws-h2-dark { color: var(--h-bone); }
.ws-eyebrow {
margin: 0 0 14px;
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 500; font-size: 14px; letter-spacing: .17em;
text-transform: uppercase;
color: var(--bl-cyan-ink);
}
.ws-eyebrow-plate {
display: flex; align-items: center; gap: 16px;
color: var(--t-ink);
}
.ws-eyebrow-plate::after {
content: ''; flex: 0 0 auto;
width: 96px; height: 2px;
background: var(--h-cyan);
opacity: .95;
}
.ws-hero {
background: var(--band);
padding: 50px 0 40px;
}
.ws-hero-inner {
width: calc(80% - 20px); max-width: var(--wrap); margin: 0 auto;
display: grid;
grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
gap: 52px;
}
.ws-hero-copy {
min-width: 0;
display: flex; flex-direction: column; align-items: flex-start;
}
.ws-hero-h1 {
margin: 0;
font-family: 'Anton', 'Barlow Semi Condensed', Impact, sans-serif;
font-weight: 400;
font-size: clamp(34px, 5.1vw, 72px);
line-height: .96;
letter-spacing: -.005em;
text-transform: uppercase;
color: var(--t-ink);
}
.ws-hero-h1 .l { display: block; }
.ws-hero-dek {
margin: 20px 0 0;
max-width: 34em;
font-family: var(--sans);
font-size: 17px; line-height: 1.55;
color: var(--t-ink-soft);
}
.ws-hero-btn {
margin: 26px 0 0;
display: inline-flex; align-items: center; gap: 14px;
padding: 19px 30px;
background: var(--cta-bg); color: #FFFFFF;
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 800; font-size: 18px; letter-spacing: .06em;
text-transform: uppercase; text-decoration: none;
transition: background-color .16s ease;
}
.ws-hero-btn:hover { background: var(--cta-bg-hover); color: #FFFFFF; text-decoration: none; }
.ws-hero-btn:focus-visible { outline: 3px solid var(--t-ink); outline-offset: 3px; }
.ws-hero-btn svg { width: 30px; height: 10px; flex: 0 0 auto; }
.ws-hero-photo {
position: relative;
min-width: 0;
overflow: hidden;
}
.ws-hero-photo picture { position: absolute; inset: 0; display: block; }
.ws-hero-photo img {
display: block;
width: 100%; height: 100%;
object-fit: cover;
object-position: 38.6% 55%;
}
.ws-intro {
background: var(--band);
padding: 8px 0 62px;
}
.ws-lede {
margin: 19px 0 0;
max-width: 46em;
font-family: var(--sans);
font-size: 17px; line-height: 1.6;
color: var(--t-ink-soft);
}
.ws-stats {
list-style: none; margin: 44px 0 0; padding: 0;
display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 34px;
border-top: 1px solid var(--t-hair);
}
.ws-stat { padding: 26px 26px 0 0; min-width: 0; }
.ws-stat-fig {
margin: 0;
font-family: 'Anton', 'Barlow Semi Condensed', Impact, sans-serif;
font-weight: 400;
font-size: clamp(34px, 3.4vw, 47px);
line-height: 1;
letter-spacing: -.01em;
color: var(--t-ink);
}
.ws-stat-lab {
margin: 13px 0 0;
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 500; font-size: 13.5px; letter-spacing: .15em;
text-transform: uppercase;
color: var(--bl-cyan-ink);
}
.ws-stat-line {
margin: 9px 0 0;
font-family: var(--sans);
font-size: 15px; line-height: 1.5;
color: var(--t-ink-soft);
}
.ws-trades {
position: relative;
isolation: isolate;
background-color: var(--t-concrete);
padding: 62px 0 72px;
}
.ws-trades::before {
content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
background-image: url('/assets/img/section2/concrete-light.webp');
background-size: 420px 420px;
background-repeat: repeat;
mix-blend-mode: multiply;
opacity: .22;
}
.ws-trades .ws-inner { position: relative; z-index: 1; }
.ws-grid {
list-style: none; margin: 34px 0 0; padding: 0;
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
border-top: 1px solid var(--t-hair);
border-left: 1px solid var(--t-hair);
}
.ws-card {
border-right: 1px solid var(--t-hair);
border-bottom: 1px solid var(--t-hair);
min-width: 0;
}
.ws-card > a {
position: relative;
display: grid;
grid-template-rows: auto auto 1fr auto;
height: 100%;
padding: 24px 21px 15px 22px;
text-decoration: none;
color: inherit;
overflow: hidden;
isolation: isolate;
}
.ws-card > a::before {
content: ''; position: absolute; inset: 0; z-index: -2;
background-color: #0A0E12;
background-image: url('/assets/img/hero/concrete.webp');
background-size: 380px 380px;
background-blend-mode: overlay;
opacity: 0;
transition: opacity .16s ease-out;
}
.ws-card > a::after {
content: ''; position: absolute; z-index: -1;
top: 0; left: 0; width: 58%; height: 11px;
background: var(--h-cyan);
clip-path: polygon(0 0, 100% 0, calc(100% - 11px) 100%, 0 100%);
opacity: 0;
transition: opacity .16s ease-out;
}
.ws-card-idx {
position: absolute; top: 22px; right: 21px; z-index: 1;
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 500; font-size: 12.5px; letter-spacing: .14em;
color: var(--t-ink-soft);
transition: color .16s ease-out;
}
.ws-card-glyph {
display: block;
width: 68px; height: 68px;
margin: 2px 0 0;
color: var(--t-icon);
transition: color .16s ease-out;
-webkit-user-select: none; user-select: none;
}
.ws-card-glyph svg { display: block; width: 100%; height: 100%; }
@supports ((-webkit-mask-image: url('')) or (mask-image: url(''))) {
.ws-card-glyph {
-webkit-mask-image: url('/assets/img/hero/headline-mask.webp');
mask-image: url('/assets/img/hero/headline-mask.webp');
-webkit-mask-size: 140px 140px; mask-size: 140px 140px;
-webkit-mask-repeat: repeat; mask-repeat: repeat;
}
}
.ws-card-name {
margin: 15px 0 0;
padding-right: 26px;
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 800;
font-size: 19px;
line-height: 1.08;
letter-spacing: 0;
text-transform: uppercase;
overflow-wrap: break-word;
color: var(--t-ink);
transition: color .16s ease-out;
}
.ws-card-body {
margin: 11px 0 0;
align-self: start;
font-family: var(--sans);
font-size: 15px; line-height: 1.5;
color: var(--t-ink-soft);
transition: color .16s ease-out;
}
.ws-card-foot {
display: flex; align-items: center; gap: 16px;
margin-top: 17px;
}
.ws-card-rule {
flex: 1 1 auto; height: 1px;
background: var(--h-cyan);
opacity: 0;
transition: opacity .16s ease-out;
}
.ws-card-arrow {
flex: 0 0 auto;
width: 34px; height: 14px;
color: var(--t-ink);
transition: color .16s ease-out, transform .16s ease-out;
}
.ws-card-arrow svg { display: block; width: 100%; height: 100%; }
.ws-card > a:hover::before,
.ws-card > a:focus-visible::before,
.ws-card > a:hover::after,
.ws-card > a:focus-visible::after { opacity: 1; }
.ws-card > a:hover .ws-card-rule,
.ws-card > a:focus-visible .ws-card-rule { opacity: 1; }
.ws-card > a:hover .ws-card-name,
.ws-card > a:focus-visible .ws-card-name { color: #fff; }
.ws-card > a:hover .ws-card-body,
.ws-card > a:focus-visible .ws-card-body { color: var(--h-muted); }
.ws-card > a:hover .ws-card-glyph,
.ws-card > a:focus-visible .ws-card-glyph { color: var(--h-bone); }
.ws-card > a:hover .ws-card-idx,
.ws-card > a:focus-visible .ws-card-idx { color: var(--h-muted); }
.ws-card > a:hover .ws-card-arrow,
.ws-card > a:focus-visible .ws-card-arrow { color: var(--h-cyan); transform: translateX(4px); }
.ws-card > a:focus-visible { outline: 3px solid var(--h-cyan); outline-offset: -3px; }
.ws-tile {
grid-column: 1 / -1;
border-right: 1px solid var(--t-hair);
border-bottom: 1px solid var(--t-hair);
padding: 30px 22px 32px;
display: flex; flex-wrap: wrap; align-items: center;
gap: 14px 38px;
}
.ws-tile-c { min-width: 0; flex: 1 1 380px; }
.ws-tile-h {
margin: 0;
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 800; font-size: 21px; letter-spacing: .01em;
text-transform: uppercase;
color: var(--t-ink);
}
.ws-tile-p {
margin: 9px 0 0;
font-family: var(--sans);
font-size: 15.5px; line-height: 1.5;
color: var(--t-ink-soft);
}
.ws-tile-btn {
flex: 0 0 auto;
display: inline-flex; align-items: center; gap: 14px;
padding: 15px 27px;
background: var(--cta-bg); color: #FFFFFF;
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 800; font-size: 15px; letter-spacing: .13em;
text-transform: uppercase; text-decoration: none;
transition: background .16s ease-out;
}
.ws-tile-btn svg { width: 34px; height: 10px; flex: 0 0 auto; }
.ws-tile-btn:hover { background: var(--cta-bg-hover); color: #FFFFFF; }
.ws-tile-btn:focus-visible { outline: 3px solid var(--t-ink); outline-offset: 3px; }
.ws-why {
background: var(--h-panel);
padding: 66px 0 68px;
}
.ws-rows {
list-style: none; margin: 38px 0 0; padding: 0;
border-top: 1px solid var(--us-rule);
}
.ws-row {
display: grid; grid-template-columns: auto minmax(0, 1fr);
column-gap: 32px;
padding: 26px 0 25px;
border-bottom: 1px solid var(--us-rule);
}
.ws-row-n {
font-family: 'Anton', 'Barlow Semi Condensed', Impact, sans-serif;
font-weight: 400; font-size: 27px; line-height: 1.1;
color: var(--h-cyan);
}
.ws-row-c { min-width: 0; }
.ws-row-h {
margin: 0;
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 800; font-size: 19.5px; letter-spacing: .015em;
line-height: 1.15;
text-transform: uppercase;
color: var(--h-bone);
}
.ws-row-p {
margin: 10px 0 0;
max-width: 58em;
font-family: var(--sans);
font-size: 16px; line-height: 1.6;
color: var(--h-muted);
}
.ws-both {
background: var(--band);
padding: 64px 0 68px;
}
.ws-cols {
margin: 36px 0 0;
display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 34px 56px;
align-items: start;
}
.ws-col { min-width: 0; border-top: 2px solid var(--t-ink); padding-top: 21px; }
.ws-col-h {
margin: 0;
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 800; font-size: 19px; letter-spacing: .13em;
text-transform: uppercase;
color: var(--t-ink);
}
.ws-col-list { list-style: none; margin: 17px 0 0; padding: 0; }
.ws-col-list li {
position: relative;
padding: 0 0 12px 21px;
margin: 0 0 12px;
border-bottom: 1px solid var(--t-hair);
font-family: var(--sans);
font-size: 16px; line-height: 1.5;
color: var(--t-ink-soft);
}
.ws-col-list li:last-child { border-bottom: 0; margin-bottom: 0; }
.ws-col-list li::before {
content: ''; position: absolute;
left: 0; top: 9px;
width: 9px; height: 3px;
background: var(--h-cyan);
}
.ws-fit {
background: var(--h-black);
padding: 64px 0 70px;
}
.ws-fit-list {
list-style: none; margin: 36px 0 0; padding: 0;
display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 19px 56px;
}
.ws-fit-list li {
display: grid; grid-template-columns: auto minmax(0, 1fr);
column-gap: 15px; align-items: start;
font-family: var(--sans);
font-size: 16.5px; line-height: 1.5;
color: var(--h-bone);
}
.ws-tick {
width: 18px; height: 18px; flex: 0 0 auto;
margin-top: 4px;
color: var(--h-cyan);
}
@media (max-width: 1199px) {
.ws-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ws-row { column-gap: 26px; }
.ws-hero-inner { gap: 42px; }
}
@media (max-width: 980px) {
.ws-inner, .ws-hero-inner { width: calc(100% - 44px); }
.ws-hero { padding: 46px 0 40px; }
.ws-hero-inner { grid-template-columns: minmax(0, 1fr); gap: 34px; }
.ws-hero-photo { height: 54vw; max-height: 400px; }
.ws-hero-photo img { object-position: 30.8% 50%; }
.ws-intro { padding-bottom: 52px; }
.ws-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 32px; }
.ws-trades { padding: 52px 0 58px; }
.ws-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ws-why, .ws-both, .ws-fit { padding: 52px 0 56px; }
.ws-fit-list { grid-template-columns: minmax(0, 1fr); gap: 17px; }
}
@media (max-width: 780px) {
.ws-cols { grid-template-columns: minmax(0, 1fr); gap: 30px; }
}
@media (max-width: 620px) {
.ws-inner, .ws-hero-inner { width: calc(100% - 36px); }
.ws-hero-dek { font-size: 16.5px; }
.ws-hero-btn { width: 100%; justify-content: space-between; }
.ws-stats { grid-template-columns: minmax(0, 1fr); gap: 0; }
.ws-stat { padding: 22px 0 0; border-bottom: 1px solid var(--t-hair); padding-bottom: 22px; }
.ws-stat:last-child { border-bottom: 0; }
.ws-grid { grid-template-columns: minmax(0, 1fr); }
.ws-card > a { padding: 22px 18px 15px 19px; }
.ws-card-idx { top: 19px; right: 18px; }
.ws-tile { padding: 26px 19px 28px; }
.ws-tile-btn { width: 100%; justify-content: space-between; }
.ws-row { grid-template-columns: minmax(0, 1fr); row-gap: 7px; }
.ws-row-n { font-size: 23px; }
}
@media (prefers-reduced-motion: reduce) {
.ws-card > a *, .ws-card > a::before, .ws-card > a::after, .ws-tile-btn, .ws-hero-btn { transition: none !important; }
}
