.press-release-page {
    background: #ffffff;
    padding: 120px 0;
}

.press-shell {
    width: min(100% - 48px, 1180px);
    margin-inline: auto;
}

.press-hero {
    max-width: 1080px;
    margin-inline: auto;
    padding-bottom: 96px;
    text-align: center;
}

.press-label {
    margin: 0 0 28px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #777777;
}

.press-hero h1 {
	margin: 0;
    font-size: 52px;
    line-height: 1.12;
    letter-spacing: -0.035em;
    font-weight: 800;
    color: #000000;
}

.press-subheadline {
    max-width: 720px;
    margin: 28px auto 0;
    font-size: 28px;
    line-height: 1.52;
    letter-spacing: -0.024em;
    font-weight: 500;
    color: #1f1f1f;
}

.press-subheadline::after {
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    margin: 32px auto 0;
    background: rgba(0, 0, 0, 0.12);
}

.press-meta {
    margin-top: 32px;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 700;
    color: #777777;
}

.press-actions {
    margin-top: 40px;
}

.press-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 24px;
    border: 1px solid #000000;
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
}

.press-download-btn:hover {
    background: #ffffff;
    color: #000000;
    text-decoration: none;
}

.press-media {
    max-width: 1180px;
    margin: 0 auto 96px;
}

.press-media img,
.press-video iframe {
    width: 100%;
    display: block;
    border: 0;
}

.press-video {
    aspect-ratio: 16 / 9;
}

.press-video iframe {
    height: 100%;
}

.press-content {
    max-width: 720px;
    margin-inline: auto;
}

.press-content p {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    color: #333333;
}

.press-content p + p {
    margin-top: 26px;
}

.press-content h1,
.press-content h2,
.press-content h4,
.press-content h5 {
    margin: 96px 0 28px;
    font-weight: 700;
    color: #000000;
}

.press-content h1 {
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.press-content h2 {
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: -0.035em;
}

.press-content h3 {
    margin: 26px 0;
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -0.035em;
    font-weight: 700;
    color: #000000;
	text-transform: capitalize;
}

.press-content h3:is(:last-child) {
    margin-bottom: 0;
}

.press-content h4 {
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -0.025em;
}

.press-content h5 {
    font-size: 20px;
    line-height: 1.4;
}

.press-content ul,
.press-content ol {
    margin: 28px 0 36px;
    padding-left: 24px;
}

.press-content li {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.72;
    color: #333333;
}

.press-content strong {
    font-weight: 700;
    color: #000000;
}

.press-content a {
    color: #bf2e1a;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.press-content blockquote {
    margin: 72px 0;
    padding-left: 32px;
    border-left: 3px solid #000000;
    font-size: 24px;
    line-height: 1.55;
    letter-spacing: -0.025em;
    font-weight: 600;
    color: #000000;
}

.press-content blockquote p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.press-content hr {
    margin: 96px 0 72px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.press-back {
    max-width: 760px;
    margin: 72px auto 0;
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.press-back a {
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
}

.press-back a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}

@media (max-width: 768px) {
    .press-release-page {
        padding: 72px 0;
    }

    .press-shell {
        width: min(100% - 28px, 1180px);
    }

    .press-hero {
        text-align: left;
        padding-bottom: 56px;
    }
	
	.press-hero h1 {
		font-size: 36px;
    }

    .press-subheadline {
        font-size: 20px;
        line-height: 1.58;
    }

	.press-subheadline::after {
        margin-top: 24px;
    }

    .press-meta {
        margin-top: 28px;
    }

    .press-media {
        margin-bottom: 64px;
    }

    .press-content h1,
    .press-content h2,
    .press-content h4,
    .press-content h5 {
        margin: 72px 0 24px;
    }
	
	.press-content h2 {
        font-size: 25px;
    }

    .press-content h3 {
        font-size: 24px;
    }

    .press-content h4 {
        font-size: 22px;
    }

    .press-content blockquote {
        margin: 56px 0;
        padding-left: 24px;
        font-size: 21px;
    }
}