.ark-image-seo-page {
width: 100%;
padding: clamp(32px, 6vw, 90px) 20px;
}
.ark-image-seo-card {
width: min(1180px, 100%);
margin: 0 auto;
}
.ark-image-seo-header {
margin-bottom: 28px;
}
.ark-image-seo-kicker {
margin: 0 0 8px;
font-size: 0.82rem;
letter-spacing: 0.12em;
text-transform: uppercase;
opacity: 0.62;
}
.ark-image-seo-header h1 {
margin: 0;
font-size: clamp(2rem, 4vw, 4.2rem);
line-height: 1.05;
font-weight: 500;
}
.ark-image-seo-figure {
margin: 0;
}
.ark-image-seo-image {
display: block;
width: 100%;
height: auto;
max-height: 82vh;
object-fit: contain;
}
.ark-image-seo-figure figcaption {
margin-top: 10px;
font-size: 0.92rem;
line-height: 1.5;
opacity: 0.72;
}
.ark-image-seo-copy {
max-width: 820px;
margin-top: 28px;
font-size: 1rem;
line-height: 1.65;
}
.ark-image-seo-context {
margin-top: 20px;
}
.ark-image-seo-back {
margin-top: 28px;
}
.ark-image-seo-back a,
.ark-image-seo-context a {
text-decoration: underline;
text-underline-offset: 0.16em;
}
@media (max-width: 700px) {
.ark-image-seo-page {
padding: 28px 16px 48px;
}
.ark-image-seo-header {
margin-bottom: 20px;
}
}