.presse-premium {
	--press-black: #0d0d0d;
	--press-gold: #f2b705;
	--press-cream: #f5f0e8;
	--press-text: #333333;
	--press-red: #9b1c1c;
	background: var(--press-cream);
	color: var(--press-text);
	font-family: Inter, Arial, sans-serif;
	overflow: hidden;
}

.press-wrap {
	margin: 0 auto;
	width: min(1180px, calc(100% - 48px));
}

.press-hero {
	align-items: center;
	background: var(--press-hero-image) center / cover no-repeat;
	color: var(--press-cream);
	display: flex;
	min-height: 100svh;
	padding: calc(var(--header-height) + 48px) 24px 72px;
	position: relative;
}

.press-hero__overlay {
	background: rgb(0 0 0 / 45%);
	inset: 0;
	position: absolute;
}

.press-hero__content {
	max-width: 760px;
	position: relative;
	z-index: 1;
}

.press-hero h1,
.press-section-title h2,
.press-footer h2 {
	font-family: var(--font-display);
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.press-hero h1 {
	color: var(--press-cream);
	font-size: clamp(4.8rem, 9vw, 8.8rem);
	line-height: 0.9;
	margin: 0 0 1rem;
	max-width: 9ch;
	text-shadow: 0 8px 28px rgb(0 0 0 / 48%);
}

.press-hero__subtitle {
	color: var(--press-gold);
	font-family: var(--font-display);
	font-size: clamp(1.3rem, 2.4vw, 2.1rem);
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.05;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.press-hero p:not(.press-hero__subtitle) {
	font-size: clamp(1.02rem, 1.45vw, 1.24rem);
	line-height: 1.55;
	margin: 0;
	max-width: 680px;
}

.press-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.press-button,
.press-card__link {
	align-items: center;
	border-radius: 3px;
	display: inline-flex;
	font-family: var(--font-display);
	font-weight: 900;
	justify-content: center;
	min-height: 46px;
	padding: 0.85rem 1.1rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.press-button--gold,
.press-card__link {
	background: var(--press-gold);
	color: var(--press-black);
}

.press-button--dark {
	background: var(--press-black);
	border: 1px solid rgb(245 240 232 / 65%);
	color: var(--press-cream);
}

.press-button:hover,
.press-card:hover .press-card__link {
	background: var(--press-gold);
	color: var(--press-black);
	transform: translateY(-2px);
}

.press-stats {
	background: #fbf7ef;
	border-bottom: 1px solid rgb(13 13 13 / 14%);
	border-top: 1px solid rgb(13 13 13 / 14%);
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.press-stat {
	align-items: center;
	border-right: 1px solid rgb(13 13 13 / 16%);
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	min-height: 126px;
	padding: 22px 14px;
	text-align: center;
}

.press-stat:last-child {
	border-right: 0;
}

.press-stat span {
	font-size: 2rem;
	line-height: 1;
}

.press-stat strong {
	color: var(--press-black);
	font-family: var(--font-display);
	font-size: 1.05rem;
	font-weight: 900;
	line-height: 1.05;
	text-transform: uppercase;
}

.press-main,
.press-gallery,
.press-kit {
	padding: clamp(44px, 6vw, 74px) 0;
}

.press-section-title {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr auto 1fr;
	margin-bottom: 32px;
	text-align: center;
}

.press-section-title span {
	background: var(--press-gold);
	display: block;
	height: 2px;
}

.press-section-title h2 {
	color: var(--press-black);
	font-size: clamp(2.3rem, 4.5vw, 4.4rem);
	line-height: 0.95;
	margin: 0;
}

.press-section-title--small h2 {
	font-size: clamp(1.9rem, 3vw, 3.1rem);
}

.press-main__layout {
	align-items: start;
	display: grid;
	gap: clamp(28px, 4vw, 54px);
	grid-template-columns: minmax(0, 1fr) 320px;
}

.press-cards {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.press-card {
	background: #fffaf2;
	border: 1px solid rgb(13 13 13 / 12%);
	border-radius: 6px;
	box-shadow: 0 10px 24px rgb(13 13 13 / 10%);
	overflow: hidden;
}

.press-card > a {
	display: block;
	overflow: hidden;
}

.press-card img {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform 0.35s ease;
	width: 100%;
}

.press-card:hover img {
	transform: scale(1.06);
}

.press-card div {
	padding: 18px;
}

.press-card h3 {
	color: var(--press-black);
	font-size: 1.08rem;
	line-height: 1.12;
	margin: 0 0 10px;
}

.press-card p {
	color: var(--press-text);
	line-height: 1.45;
	margin: 0 0 16px;
}

.press-card__link {
	font-size: 0.85rem;
	min-height: 34px;
	padding: 0.55rem 0.85rem;
}

.press-timeline {
	border-left: 2px solid rgb(13 13 13 / 20%);
	padding-left: 26px;
	position: sticky;
	top: calc(var(--header-height) + 24px);
}

.press-timeline__item {
	margin: 0 0 30px;
	position: relative;
}

.press-timeline__item::before {
	background: var(--press-gold);
	border: 2px solid var(--press-black);
	border-radius: 50%;
	content: "";
	height: 14px;
	left: -34px;
	position: absolute;
	top: 4px;
	width: 14px;
}

.press-timeline__item:last-child::before {
	border-radius: 2px;
	transform: rotate(45deg);
}

.press-timeline strong {
	color: var(--press-black);
	font-family: var(--font-display);
	font-size: 1.25rem;
	line-height: 1;
}

.press-timeline p {
	margin: 6px 0 0;
}

.press-gallery {
	border-top: 1px solid rgb(13 13 13 / 16%);
}

.press-gallery__rail {
	display: grid;
	gap: 8px;
	grid-auto-columns: minmax(220px, 1fr);
	grid-auto-flow: column;
	overflow-x: auto;
	padding-bottom: 10px;
	scroll-snap-type: x mandatory;
}

.press-gallery figure {
	background: var(--press-black);
	border-radius: 4px;
	margin: 0;
	overflow: hidden;
	scroll-snap-align: start;
}

.press-gallery img {
	aspect-ratio: 16 / 9;
	display: block;
	object-fit: cover;
	transition: transform 0.35s ease;
	width: 100%;
}

.press-gallery figure:hover img {
	transform: scale(1.08);
}

.press-kit {
	border-top: 1px solid rgb(13 13 13 / 16%);
}

.press-kit__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.press-kit__grid a {
	align-items: center;
	background: var(--press-black);
	border-radius: 4px;
	color: var(--press-cream);
	display: grid;
	gap: 4px 16px;
	grid-template-columns: 54px 1fr;
	padding: 18px;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
}

.press-kit__grid a:hover {
	background: var(--press-gold);
	color: var(--press-black);
	transform: translateY(-2px);
}

.press-kit__grid span {
	font-size: 2rem;
	grid-row: span 2;
}

.press-kit__grid strong {
	font-family: var(--font-display);
	font-size: 1.1rem;
	line-height: 1.05;
	text-transform: uppercase;
}

.press-kit__grid small {
	text-transform: uppercase;
}

.press-footer {
	background: var(--press-black);
	color: var(--press-cream);
	padding: 40px 24px;
}

.press-footer__inner {
	display: grid;
	gap: 34px;
	grid-template-columns: 1.3fr 1fr 1fr;
	margin: 0 auto;
	width: min(1180px, 100%);
}

.press-footer h2 {
	color: var(--press-cream);
	font-size: 1.25rem;
	margin: 0 0 12px;
}

.press-footer p {
	line-height: 1.55;
	margin: 0 0 12px;
}

.press-footer a {
	color: var(--press-cream);
}

@media (max-width: 1100px) {
	.press-stats {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.press-main__layout {
		grid-template-columns: 1fr;
	}

	.press-timeline {
		position: static;
	}
}

@media (max-width: 820px) {
	.press-wrap {
		width: min(100% - 28px, 1180px);
	}

	.press-hero {
		min-height: 78svh;
	}

	.press-cards,
	.press-kit__grid,
	.press-footer__inner {
		grid-template-columns: 1fr;
	}

	.press-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.press-section-title {
		grid-template-columns: 1fr;
	}

	.press-section-title span {
		margin: 0 auto;
		width: 90px;
	}
}

@media (max-width: 520px) {
	.press-hero {
		min-height: auto;
		padding-bottom: 48px;
	}

	.press-hero h1 {
		font-size: clamp(3.4rem, 18vw, 4.8rem);
	}

	.press-stats {
		grid-template-columns: 1fr;
	}
}
/* Compact press hero: image ends just below the two buttons */
.press-hero {
	align-items: flex-start;
	min-height: 0;
	padding-top: calc(var(--header-height) + clamp(42px, 5vw, 70px));
	padding-bottom: clamp(34px, 4vw, 54px);
}

.press-hero__actions {
	margin-top: 22px;
}

@media (min-width: 981px) {
	.press-hero {
		height: auto;
		min-height: clamp(560px, 64svh, 680px);
	}
}

@media (max-width: 720px) {
	.press-hero {
		min-height: auto;
		padding-top: calc(var(--header-height) + 34px);
		padding-bottom: 36px;
	}
}