.szhp {
--szhp-ink: #151515;
--szhp-muted: #5f5a55;
--szhp-soft: #f5efe7;
--szhp-line: #1b1b1b;
--szhp-accent: #ff6a21;
--szhp-accent-dark: #151515;
--szhp-warm: #ffd43b;
--szhp-surface: #ffffff;
position: relative;
overflow: hidden;
left: 50%;
width: 100vw;
max-width: 100vw;
margin-left: -50vw;
background:
radial-gradient(circle at 16px 16px, rgba(21, 21, 21, .08) 0 2px, transparent 2px 100%),
linear-gradient(180deg, #fffaf4 0%, #f5efe7 100%);
background-size: 26px 26px, auto;
color: var(--szhp-ink);
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.szhp::before,
.szhp::after {
position: absolute;
z-index: 0;
pointer-events: none;
content: "";
}
.szhp::before {
top: 84px;
right: -90px;
width: 360px;
height: 360px;
border-radius: 44% 56% 49% 51%;
background: var(--szhp-accent);
opacity: .9;
transform: rotate(-10deg);
}
.szhp::after {
top: 210px;
left: -70px;
width: 260px;
height: 90px;
border-top: 14px solid var(--szhp-ink);
border-bottom: 14px solid var(--szhp-ink);
transform: rotate(-7deg);
}
.szhp *,
.szhp *::before,
.szhp *::after {
box-sizing: border-box;
}
.szhp a {
color: inherit;
text-decoration: none;
}
.szhp-hero,
.szhp-section,
.szhp-band,
.szhp-disclosure {
position: relative;
z-index: 1;
width: min(1160px, calc(100% - 32px));
margin-inline: auto;
}
.szhp-hero {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
gap: 64px;
align-items: center;
min-height: 620px;
padding: 56px 0 40px;
}
.szhp-label {
margin: 0 0 18px;
display: inline-block;
width: fit-content;
border: 3px solid var(--szhp-ink);
background: var(--szhp-warm);
box-shadow: 5px 5px 0 var(--szhp-ink);
color: var(--szhp-ink);
padding: 7px 10px 6px;
font-size: 12px;
font-weight: 800;
letter-spacing: .02em;
text-transform: uppercase;
}
.szhp h1,
.szhp h2,
.szhp h3,
.szhp p {
margin: 0;
}
.szhp h1 {
max-width: 760px;
color: var(--szhp-ink);
font-family: Impact, Haettenschweiler, "Arial Black", Inter, sans-serif;
font-size: 76px;
font-weight: 800;
line-height: .95;
letter-spacing: 0;
text-transform: uppercase;
text-shadow: 4px 4px 0 var(--szhp-accent);
}
.szhp h2 {
font-size: 42px;
font-weight: 850;
line-height: 1.04;
letter-spacing: 0;
text-transform: uppercase;
}
.szhp h3 {
font-size: 20px;
font-weight: 850;
line-height: 1.18;
}
.szhp-lead {
max-width: 650px;
margin-top: 24px;
color: var(--szhp-muted);
font-size: 19px;
line-height: 1.55;
}
.szhp-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 32px;
}
.szhp-button {
display: inline-flex;
min-height: 48px;
align-items: center;
justify-content: center;
border: 1px solid var(--szhp-accent);
border-radius: 2px;
background: var(--szhp-accent);
box-shadow: 5px 5px 0 var(--szhp-ink);
color: #fff;
padding: 0 20px;
font-size: 14px;
font-weight: 800;
letter-spacing: .01em;
text-transform: uppercase;
transition: transform .16s ease, box-shadow .16s ease;
}
.szhp-button:hover {
box-shadow: 2px 2px 0 var(--szhp-ink);
transform: translate(3px, 3px);
}
.szhp-button--ghost {
border-color: var(--szhp-ink);
background: #fff;
color: var(--szhp-ink);
}
.szhp-card {
display: grid;
overflow: hidden;
border: 3px solid var(--szhp-line);
border-radius: 2px;
background: var(--szhp-surface);
box-shadow: 7px 7px 0 var(--szhp-ink);
}
.szhp-card--hero {
transform: rotate(1.5deg);
}
.szhp-card__media {
display: grid;
min-height: 190px;
aspect-ratio: 1;
place-items: center;
overflow: hidden;
background:
linear-gradient(135deg, rgba(255, 106, 33, .92), rgba(255, 212, 59, .85)),
repeating-linear-gradient(-12deg, transparent 0 12px, rgba(21, 21, 21, .14) 12px 16px);
color: var(--szhp-ink);
font-size: 42px;
font-weight: 900;
}
.szhp-card--hero .szhp-card__media {
aspect-ratio: 1 / .82;
}
.szhp-card__media img {
width: 100%;
height: 100%;
object-fit: contain;
background:white;
transition: transform .24s ease;
}
.szhp-card:hover .szhp-card__media img {
transform: scale(1.035);
}
h2#szhp-method-title {
color:white;
}
.szhp-card__body {
display: grid;
gap: 10px;
padding: 22px;
}
.szhp-card__category {
width: fit-content;
background: var(--szhp-accent);
color: #fff;
padding: 4px 7px;
font-size: 11px;
font-weight: 900;
text-transform: uppercase;
}
.szhp-card__body h3 {
font-family: Inter, ui-sans-serif, system-ui, sans-serif;
font-size: 18px;
font-weight: 850;
letter-spacing: 0;
text-transform: uppercase;
}
.szhp-card__body p,
.szhp-section__head p,
.szhp-band p,
.szhp-disclosure p {
color: var(--szhp-muted);
font-size: 16px;
line-height: 1.58;
}
.szhp-section {
padding: 72px 0 0;
}
.szhp-section--compact {
padding-top: 54px;
}
.szhp-section__head {
display: grid;
gap: 14px;
max-width: 760px;
margin-bottom: 26px;
}
.szhp-section__head--split {
max-width: none;
grid-template-columns: minmax(0, 760px) auto;
align-items: end;
justify-content: space-between;
gap: 24px;
}
.szhp-link {
color: var(--szhp-accent-dark);
font-weight: 900;
}
.szhp-category-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
}
.szhp-category {
display: flex;
min-height: 96px;
flex-direction: column;
justify-content: space-between;
border: 3px solid var(--szhp-line);
border-radius: 2px;
background: #fff;
box-shadow: 5px 5px 0 var(--szhp-accent);
padding: 18px;
transition: transform .16s ease, box-shadow .16s ease;
}
.szhp-category:hover {
box-shadow: 2px 2px 0 var(--szhp-accent);
transform: translate(3px, 3px);
}
.szhp-category span {
font-size: 19px;
font-weight: 850;
}
.szhp-category small {
color: var(--szhp-muted);
font-size: 13px;
font-weight: 800;
}
.szhp-post-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 22px;
}
.szhp-band {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
gap: 36px;
align-items: center;
margin-top: 84px;
border: 4px solid var(--szhp-ink);
border-radius: 2px;
background:
linear-gradient(135deg, rgba(21, 21, 21, .98), rgba(21, 21, 21, .9)),
repeating-linear-gradient(90deg, transparent 0 18px, rgba(255, 106, 33, .32) 18px 22px);
box-shadow: 9px 9px 0 var(--szhp-accent);
color: #fff;
padding: 52px;
}
.szhp-band p {
margin-top: 16px;
color: rgba(255, 255, 255, .76);
}
.szhp-checklist {
display: grid;
gap: 12px;
margin: 0;
padding: 0;
list-style: none;
}
.szhp-checklist li {
border: 1px solid rgba(255, 255, 255, .18);
border-radius: 2px;
padding: 14px 16px;
color: rgba(255, 255, 255, .9);
font-weight: 800;
}
.szhp-rail {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.szhp-category--rail {
min-height: 0;
min-width: 132px;
background: #fff;
box-shadow: 4px 4px 0 var(--szhp-ink);
padding: 14px 16px;
}
.szhp-category--rail span {
font-size: 16px;
}
.szhp-disclosure {
margin-top: 70px;
margin-bottom: 72px;
border-top: 1px solid var(--szhp-line);
padding-top: 22px;
}
.szhp-disclosure strong {
display: block;
margin-bottom: 8px;
font-size: 15px;
}
.szhp-empty-card {
display: grid;
min-height: 420px;
place-items: center;
gap: 12px;
border: 3px solid var(--szhp-line);
border-radius: 2px;
background: var(--szhp-soft);
box-shadow: 7px 7px 0 var(--szhp-ink);
text-align: center;
}
.szhp-empty-card span {
color: var(--szhp-accent-dark);
font-size: 58px;
font-weight: 900;
}
@media (max-width: 980px) {
.szhp-hero,
.szhp-band,
.szhp-section__head--split {
grid-template-columns: 1fr;
}
.szhp-hero {
min-height: auto;
gap: 36px;
}
.szhp-post-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 680px) {
.szhp-hero,
.szhp-section,
.szhp-band,
.szhp-disclosure {
width: min(100% - 24px, 1160px);
}
.szhp-hero {
padding-top: 38px;
}
.szhp h1 {
font-size: 50px;
}
.szhp h2 {
font-size: 32px;
}
.szhp-lead {
font-size: 17px;
}
.szhp-actions,
.szhp-category-grid,
.szhp-post-grid {
grid-template-columns: 1fr;
}
.szhp-actions {
display: grid;
}
.szhp-button {
width: 100%;
}
.szhp-band {
padding: 28px;
}
}