.style-page {
padding-block: 90px 120px;
} .style-header {
text-align: center;
position: relative;
margin-bottom: 70px;
}
.style-header h1 {
font-size: clamp(52px, 8vw, 110px);
letter-spacing: -.06em;
line-height: .88;
margin: 10px 0 28px;
} .style-hero-mark {
display: flex;
justify-content: center;
margin: 50px 0 10px;
opacity: .74;
}
.style-hero-mark img {
width: min(260px, 45vw);
height: auto;
display: block;
}
.style-hero-mark .brand-light {
display: none;
}
:root[data-theme="dark"] .style-hero-mark .brand-dark {
display: none;
}
:root[data-theme="dark"] .style-hero-mark .brand-light {
display: block;
} .style-intro {
max-width: 700px;
margin: 0 auto 90px;
font-size: 19px;
line-height: 1.7;
color: var(--text);
}
.style-intro .lead {
font-size: clamp(22px, 3vw, 32px);
font-weight: 600;
color: var(--accent);
margin-bottom: 28px;
}
.style-intro p {
margin: 0 0 20px;
}
.style-intro p:last-child {
color: var(--muted);
font-style: italic;
} .style-section-title {
font-size: clamp(34px, 5vw, 56px);
letter-spacing: -.045em;
margin: 0 0 48px;
padding-bottom: 20px;
border-bottom: 1px solid var(--line);
} .style-swatches {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
gap: 20px;
margin-bottom: 90px;
} .swatch-card {
background: var(--surface);
border: 1px solid var(--line);
border-radius: 16px;
overflow: hidden;
}
.swatch-card:hover {
border-color: var(--muted);
} .swatch-visual {
display: flex;
align-items: center;
justify-content: center;
gap: 0;
padding: 32px 20px 24px;
position: relative;
height: 130px;
}
.swatch-chip {
display: block;
width: 70px;
height: 70px;
border-radius: 14px;
background: var(--swatch-color);
position: relative;
}
.swatch-chip--light {
z-index: 2;
box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
}
.swatch-chip--dark {
z-index: 1;
margin-left: -18px;
box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}
.swatch-card:hover .swatch-chip--light {
transform: translateX(-4px);
}
.swatch-card:hover .swatch-chip--dark {
transform: translateX(4px);
} .swatch-info {
padding: 0 20px 24px;
}
.swatch-info h3 {
font-size: 20px;
font-weight: 600;
margin: 0 0 4px;
letter-spacing: -.02em;
}
.swatch-info > code {
display: inline-block;
font-family: "IBM Plex Mono", monospace;
font-size: 13px;
font-weight: 500;
color: var(--accent2);
background: var(--bg);
padding: 2px 8px;
border-radius: 4px;
margin-bottom: 10px;
}
.swatch-info > p {
font-size: 14px;
color: var(--muted);
margin: 10px 0 14px;
line-height: 1.5;
}
.swatch-hex {
display: flex;
align-items: center;
gap: 6px;
font-family: "IBM Plex Mono", monospace;
font-size: 13px;
font-weight: 500;
color: var(--text);
}
.swatch-hex .muted {
color: var(--muted);
font-weight: 400;
} .style-type {
margin-bottom: 100px;
} .type-block {
margin-bottom: 70px;
}
.type-caption {
max-width: 620px;
font-size: 15px;
line-height: 1.6;
color: var(--muted);
margin: 0;
}
.type-caption strong {
font-weight: 600;
color: var(--text);
} .type-markers-showcase {
display: flex;
flex-wrap: wrap;
gap: 16px 28px;
margin-bottom: 24px;
}
.type-arrows {
font-family: "IBM Plex Mono", monospace;
font-size: clamp(36px, 5vw, 56px);
letter-spacing: .08em;
color: var(--text);
margin-bottom: 20px;
line-height: 1.2;
} .type-block--compare {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
.type-col {
background: var(--surface);
border: 1px solid var(--line);
border-radius: 16px;
padding: 28px 24px;
}
.type-label {
display: inline-block;
font-family: "IBM Plex Mono", monospace;
font-size: 12px;
font-weight: 500;
color: var(--accent);
background: var(--bg);
padding: 3px 10px;
border-radius: 4px;
margin-bottom: 20px;
letter-spacing: .04em;
text-transform: uppercase;
}
.type-specimen p {
margin: 0 0 18px;
font-size: 18px;
line-height: 1.5;
color: var(--text);
}
.type-specimen p:last-child {
margin-bottom: 0;
}
.type-specimen--sans {
font-family: "IBM Plex Sans", Arial, sans-serif;
}
.type-specimen--mono {
font-family: "IBM Plex Mono", monospace;
} .type-block--ka {
text-align: center;
padding-block: 30px;
}
.type-ka-big {
display: flex;
justify-content: center;
align-items: baseline;
gap: 32px;
margin-bottom: 24px;
}
.type-ka-char {
font-family: "IBM Plex Sans", Arial, sans-serif;
font-size: clamp(140px, 18vw, 260px);
font-weight: 700;
line-height: 1;
letter-spacing: -.04em;
color: var(--text);
}
.type-block--ka .type-caption {
margin: 0 auto;
} .type-block--manifesto {
padding-block: 40px;
}
.type-manifesto {
font-family: "IBM Plex Sans", Arial, sans-serif;
font-size: clamp(28px, 4.5vw, 48px);
font-weight: 600;
letter-spacing: -.03em;
line-height: 1.1;
color: var(--text);
margin: 0 0 24px;
}
.type-manifesto-sub {
max-width: 580px;
font-size: 18px;
line-height: 1.65;
color: var(--muted);
margin: 0 0 20px;
}
.type-manifesto-accent {
font-family: "IBM Plex Sans", Arial, sans-serif;
font-size: 22px;
font-weight: 600;
color: var(--accent);
margin: 0;
} .style-outro {
max-width: 700px;
margin: 0 auto;
text-align: center;
position: relative;
}
.style-outro-mark {
display: flex;
justify-content: center;
margin-bottom: 32px;
opacity: .38;
}
.style-outro-mark img {
width: 100px;
height: auto;
display: block;
}
.style-outro-mark .brand-light {
display: none;
}
:root[data-theme="dark"] .style-outro-mark .brand-dark {
display: none;
}
:root[data-theme="dark"] .style-outro-mark .brand-light {
display: block;
}
.style-outro p {
font-size: 19px;
line-height: 1.7;
color: var(--muted);
} .style-header::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 620px;
height: 620px;
background-image: var(--style-watermark);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
opacity: .04;
pointer-events: none;
z-index: -1;
} @media (max-width: 768px) {
.style-page {
padding-block: 50px 80px;
}
.style-header {
margin-bottom: 40px;
}
.style-hero-mark {
margin: 30px 0 0;
}
.style-hero-mark img {
width: min(160px, 38vw);
}
.style-intro {
font-size: 17px;
margin-bottom: 60px;
}
.style-swatches {
grid-template-columns: 1fr;
gap: 14px;
}
.swatch-visual {
padding: 24px 16px 20px;
height: 110px;
}
.swatch-chip {
width: 56px;
height: 56px;
border-radius: 12px;
}
.swatch-chip--dark {
margin-left: -14px;
}
.swatch-info {
padding: 0 16px 20px;
}
.style-outro p {
font-size: 17px;
}
.style-outro-mark img {
width: 72px;
}
.style-header::before {
width: 340px;
height: 340px;
}
.style-type {
margin-bottom: 60px;
}
.type-block {
margin-bottom: 50px;
}
.type-block--compare {
grid-template-columns: 1fr;
}
.type-col {
padding: 20px 16px;
}
.type-specimen p {
font-size: 16px;
}
.type-ka-char {
font-size: clamp(90px, 28vw, 160px);
}
.type-manifesto-sub {
font-size: 16px;
}
.type-manifesto-accent {
font-size: 18px;
}
}
@media (max-width: 400px) {
.style-swatches {
grid-template-columns: 1fr;
}
}