body.dia-haaitza-native-news-single,
body.dia-haaitza-native-news-archive {
	background: #faebdf;
}

body.dia-haaitza-native-news-single .dia-news-single,
body.dia-haaitza-native-news-single .dia-news-single *,
body.dia-haaitza-native-news-archive .dia-news-archive,
body.dia-haaitza-native-news-archive .dia-news-archive * {
	box-sizing: border-box;
}

body.dia-haaitza-native-news-single .dia-news-hero,
body.dia-haaitza-native-news-single .dia-news-hero *,
body.dia-haaitza-native-news-single #diadao-mainmenu-open,
body.dia-haaitza-native-news-single #diadao-header .diadao-sdk-button-booking,
body.dia-haaitza-native-news-archive .dia-news-hero,
body.dia-haaitza-native-news-archive .dia-news-hero *,
body.dia-haaitza-native-news-archive #diadao-mainmenu-open,
body.dia-haaitza-native-news-archive #diadao-header .diadao-sdk-button-booking {
	animation: none !important;
	transition: none !important;
}

body.dia-haaitza-native-news-single #diadao-header .header-buttons .logo-picto,
body.dia-haaitza-native-news-single #diadao-header .header-buttons .logo-picto.visible,
body.dia-haaitza-native-news-archive #diadao-header .header-buttons .logo-picto,
body.dia-haaitza-native-news-archive #diadao-header .header-buttons .logo-picto.visible {
	display: block !important;
	top: 15px !important;
	left: 50% !important;
	width: 50px !important;
	height: 56px !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateX(-50%) !important;
}

.dia-news-archive-shell {
	width: min(1320px, calc(100% - 64px));
	margin: 0 auto;
	padding-bottom: 96px;
}

.dia-news-archive-intro {
	width: min(820px, 100%);
	margin: 8px auto 52px;
	font-size: 15px;
	line-height: 1.8;
	text-align: center;
}

.dia-news-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

.dia-news-archive-card {
	background: #fbf2eb;
}

.dia-news-archive-image {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #dbc9bc;
}

.dia-news-archive-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dia-news-archive-card-body {
	padding: 28px 26px 32px;
}

.dia-news-archive-card time {
	display: block;
	margin-bottom: 13px;
	font-size: 10px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.dia-news-archive-card h2 {
	margin: 0 0 17px;
	font-family: "Perpetua", Georgia, serif;
	font-size: clamp(24px, 2.25vw, 34px);
	font-weight: 400;
	line-height: 1.12;
	text-transform: uppercase;
}

.dia-news-archive-card h2 a,
.dia-news-archive-link {
	color: inherit;
	text-decoration: none;
}

.dia-news-archive-excerpt {
	margin: 0 0 22px;
	font-size: 14px;
	line-height: 1.65;
}

.dia-news-pagination {
	margin-top: 56px;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}

.dia-news-pagination .nav-links {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.dia-news-pagination a,
.dia-news-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	border: 1px solid rgba(22, 22, 22, 0.3);
	color: inherit;
	text-decoration: none;
}

@media (max-width: 991px) {
	.dia-news-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 639px) {
	.dia-news-archive-shell {
		width: min(100% - 32px, 1320px);
		padding-bottom: 70px;
	}

	.dia-news-archive-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}
}

.dia-news-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	height: 58vh;
	min-height: 430px;
	max-height: 640px;
	overflow: hidden;
	background: #dbc9bc;
	color: #fff;
}

.dia-news-hero-media,
.dia-news-hero-media img,
.dia-news-hero-overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.dia-news-hero-media img {
	display: block;
	object-fit: cover;
	object-position: center;
}

.dia-news-hero-overlay {
	background: linear-gradient(180deg, rgba(22, 22, 22, 0.08) 28%, rgba(22, 22, 22, 0.66) 100%);
}

.dia-news-hero.no-media {
	color: #161616;
}

.dia-news-hero-inner {
	position: relative;
	z-index: 2;
	width: min(1120px, calc(100% - 56px));
	padding: 50px 0 58px;
	text-align: center;
}

.dia-news-kicker {
	display: inline-block;
	margin-bottom: 15px;
	color: inherit;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-decoration: none;
	text-transform: uppercase;
}

.dia-news-hero h1 {
	max-width: 980px;
	margin: 0 auto;
	color: inherit;
	font-family: "Perpetua", Georgia, serif;
	font-size: clamp(38px, 4.4vw, 64px);
	font-weight: 400;
	letter-spacing: 0.035em;
	line-height: 1.04;
	text-transform: uppercase;
}

.dia-news-hero .player {
	z-index: 3;
}

.dia-news-shell {
	width: min(1180px, calc(100% - 64px));
	margin: 0 auto;
}

.dia-news-breadcrumb {
	padding: 30px 0 26px;
	font-size: 11px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.dia-news-breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dia-news-breadcrumb li {
	display: flex;
	align-items: center;
}

.dia-news-breadcrumb li:not(:last-child)::after {
	content: "/";
	margin: 0 10px;
	opacity: 0.48;
}

.dia-news-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.dia-news-breadcrumb [aria-current="page"] {
	opacity: 0.66;
}

.dia-news-article {
	padding-bottom: 86px;
}

.dia-news-article-card {
	width: min(900px, 100%);
	margin: 0 auto;
	padding: clamp(38px, 5vw, 78px);
	background: #faebdf;
}

.dia-news-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 34px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(22, 22, 22, 0.2);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.dia-news-terms,
.dia-news-tags,
.dia-news-share ul {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dia-news-terms a,
.dia-news-tags a,
.dia-news-share a,
.dia-news-share button {
	color: inherit;
	text-decoration: none;
}

.dia-news-copy {
	font-size: 15px;
	line-height: 1.9;
}

.dia-news-copy > :first-child {
	margin-top: 0;
}

.dia-news-copy > :last-child {
	margin-bottom: 0;
}

.dia-news-copy h2,
.dia-news-copy h3 {
	margin: 1.65em 0 0.65em;
	font-family: "Perpetua", Georgia, serif;
	font-weight: 400;
	line-height: 1.15;
}

.dia-news-copy h2 {
	font-size: clamp(28px, 3vw, 40px);
}

.dia-news-copy h3 {
	font-size: clamp(23px, 2.4vw, 32px);
}

.dia-news-copy img {
	max-width: 100%;
	height: auto;
}

.dia-news-copy a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.dia-news-tags {
	margin-top: 36px;
	font-size: 12px;
	letter-spacing: 0.05em;
}

.dia-news-share {
	margin-top: 44px;
	padding-top: 26px;
	border-top: 1px solid rgba(22, 22, 22, 0.2);
}

.dia-news-share h2 {
	margin: 0 0 16px;
	font-family: "Perpetua", Georgia, serif;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
}

.dia-news-share a,
.dia-news-share button {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 9px 14px;
	border: 1px solid #161616;
	background: transparent;
	font: inherit;
	font-size: 11px;
	letter-spacing: 0.08em;
	cursor: pointer;
	text-transform: uppercase;
}

.dia-news-copy-status {
	min-height: 1.8em;
	margin: 8px 0 0;
	font-size: 11px;
}

.dia-news-gallery,
.dia-news-related {
	padding: 80px max(32px, calc((100vw - 1440px) / 2));
}

.dia-news-gallery {
	background: #f3f3f3;
}

.dia-news-related {
	background: #fbf2eb;
}

.dia-news-section-heading {
	margin-bottom: 34px;
	text-align: center;
}

.dia-news-section-heading h2 {
	margin: 0;
	font-family: "Perpetua", Georgia, serif;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 400;
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

.dia-news-swiper-wrap {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
}

.dia-news-swiper {
	overflow: hidden;
}

.dia-news-swiper:not(.swiper-container-initialized) .swiper-wrapper {
	display: flex;
}

.dia-news-media-swiper .swiper-slide {
	height: min(62vw, 720px);
	max-height: 720px;
}

.dia-news-media-swiper .swiper-slide a,
.dia-news-media-swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

.dia-news-media-swiper .swiper-slide img {
	object-fit: cover;
}

.dia-news-media-pagination {
	bottom: 18px !important;
}

.dia-news-swiper-button {
	position: absolute;
	top: 50%;
	z-index: 4;
	width: 54px;
	height: 54px;
	padding: 0;
	border: 0;
	background: rgba(250, 235, 223, 0.92);
	cursor: pointer;
	transform: translateY(-50%);
}

.dia-news-swiper-button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	border-top: 1px solid #161616;
	border-right: 1px solid #161616;
	transform: translate(-62%, -50%) rotate(45deg);
}

.dia-news-swiper-button.swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
}

.dia-news-media-prev,
.dia-news-related-prev {
	left: -27px;
}

.dia-news-media-prev::before,
.dia-news-related-prev::before {
	transform: translate(-38%, -50%) rotate(-135deg);
}

.dia-news-media-next,
.dia-news-related-next {
	right: -27px;
}

.dia-news-related-card {
	height: 100%;
	background: #faebdf;
}

.dia-news-related-image {
	display: block;
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #dbc9bc;
}

.dia-news-related-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dia-news-related-body {
	padding: 24px 22px 28px;
}

.dia-news-related-body time {
	display: block;
	margin-bottom: 11px;
	font-size: 10px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.dia-news-related-body h3 {
	margin: 0 0 20px;
	font-family: "Perpetua", Georgia, serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.15;
	text-transform: uppercase;
}

.dia-news-related-body h3 a,
.dia-news-related-link {
	color: inherit;
	text-decoration: none;
}

.dia-news-related-link {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

@media (max-width: 992px) {
	.dia-news-hero {
		height: 50vh;
		min-height: 360px;
		max-height: 520px;
	}

	.dia-news-hero-inner {
		width: calc(100% - 40px);
		padding-bottom: 42px;
	}

	.dia-news-shell {
		width: min(100% - 36px, 900px);
	}

	.dia-news-article {
		padding-bottom: 54px;
	}

	.dia-news-article-card {
		padding: 34px 18px 44px;
	}

	.dia-news-gallery,
	.dia-news-related {
		padding: 58px 20px;
	}

	.dia-news-media-swiper .swiper-slide {
		height: 62vw;
		min-height: 300px;
	}

	.dia-news-swiper-button {
		width: 44px;
		height: 44px;
	}

	.dia-news-media-prev,
	.dia-news-related-prev {
		left: -10px;
	}

	.dia-news-media-next,
	.dia-news-related-next {
		right: -10px;
	}
}

@media (max-width: 640px) {
	.dia-news-hero h1 {
		font-size: clamp(32px, 10vw, 43px);
	}

	.dia-news-breadcrumb {
		padding: 22px 0;
	}

	.dia-news-meta {
		align-items: flex-start;
		flex-direction: column;
	}

	.dia-news-copy {
		font-size: 14px;
	}

	.dia-news-share a,
	.dia-news-share button {
		min-height: 44px;
	}

	.dia-news-section-heading {
		margin-bottom: 25px;
	}

	.dia-news-media-swiper .swiper-slide {
		height: 70vw;
		min-height: 260px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dia-news-single *,
	.dia-news-single *::before,
	.dia-news-single *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
