/*
Theme Name: Dijana Mire
Theme URI: https://dijana-mire.vuknew7.chatgpt.site/
Author: Dijana Djudurovic
Description: Minimal editorial portfolio theme for the Mire functional-art collection, with an accessible image lightbox and WooCommerce-ready foundations.
Version: 1.0.2
Requires at least: 6.3
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: dijana-mire
Tags: portfolio, photography, e-commerce, custom-logo, featured-images
*/

@font-face {
	font-family: "Circe Contrast";
	src: url("assets/fonts/circe-contrast.woff2") format("woff2");
	font-display: swap;
}

@font-face {
	font-family: "Circe";
	src: url("assets/fonts/circe-regular.woff2") format("woff2");
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Codec Pro";
	src: url("assets/fonts/codec-regular.woff2") format("woff2");
	font-weight: 400;
	font-display: swap;
}

:root {
	--black: #191919;
	--ivory: #f5f1ea;
	--white: #f8f8f8;
	--bronze: #6f5741;
	--line-dark: rgba(25, 25, 25, 0.18);
	--line-light: rgba(248, 248, 248, 0.25);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	background: var(--black);
	max-width: 100%;
	overflow-x: hidden;
	overflow-x: clip;
	scroll-behavior: smooth;
}

body {
	background: var(--ivory);
	color: var(--black);
	font-family: "Circe", Arial, sans-serif;
	margin: 0;
	max-width: 100%;
	overflow-x: hidden;
	overflow-x: clip;
	text-rendering: optimizeLegibility;
}

body.lightbox-open {
	overflow: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
textarea,
select {
	font: inherit;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

::selection {
	background: var(--bronze);
	color: var(--white);
}

:focus-visible {
	outline: 1px solid currentColor;
	outline-offset: 5px;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.site-header {
	align-items: center;
	color: var(--white);
	display: flex;
	justify-content: space-between;
	left: 0;
	padding: 26px clamp(24px, 4vw, 68px);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
}

.admin-bar .site-header {
	top: 32px;
}

body:not(.home) .site-header {
	background: var(--black);
	position: relative;
}

.brand {
	display: flex;
	flex-direction: column;
	width: fit-content;
}

.brand span {
	font-family: "Circe Contrast", Georgia, serif;
	font-size: 22px;
	letter-spacing: 0.28em;
	line-height: 1;
}

.brand small {
	font-family: "Codec Pro", sans-serif;
	font-size: 7px;
	letter-spacing: 0.4em;
	margin-top: 7px;
	padding-left: 2px;
}

.brand-image {
	max-height: 56px;
	width: auto;
}

.site-header nav {
	display: flex;
	font-family: "Codec Pro", sans-serif;
	font-size: 9px;
	gap: clamp(22px, 3vw, 48px);
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.site-header nav a {
	opacity: 0.75;
	transition: opacity 180ms ease;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
	opacity: 1;
}

.hero {
	align-items: center;
	background: var(--black);
	color: var(--white);
	display: flex;
	justify-content: center;
	min-height: 100svh;
	overflow: hidden;
	position: relative;
}

.hero-image,
.hero-shade {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.hero-image {
	object-fit: cover;
	object-position: center 60%;
}

.hero-shade {
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.06) 38%, rgba(0, 0, 0, 0.24) 72%, rgba(0, 0, 0, 0.68) 100%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 38%, transparent 62%, rgba(0, 0, 0, 0.28));
}

.hero-brand {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 0 24px;
	position: relative;
	text-align: center;
	text-shadow: 0 2px 32px rgba(0, 0, 0, 0.86);
	z-index: 2;
}

.hero-brand p {
	font-family: "Codec Pro", sans-serif;
	font-size: 9px;
	letter-spacing: 0.3em;
	margin: 0 0 38px;
	text-transform: uppercase;
}

.hero-brand h1 {
	font-family: "Circe Contrast", Georgia, serif;
	font-size: clamp(68px, 10vw, 154px);
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 0.8;
	margin: 0 -0.2em 0 0;
}

.hero-brand > span {
	border-top: 1px solid rgba(248, 248, 248, 0.65);
	font-family: "Codec Pro", sans-serif;
	font-size: clamp(12px, 1.4vw, 21px);
	letter-spacing: 0.55em;
	margin-right: -0.55em;
	margin-top: 32px;
	padding: 15px 0 0;
}

.hero-scroll {
	align-items: center;
	bottom: 34px;
	display: flex;
	font-family: "Codec Pro", sans-serif;
	font-size: 8px;
	gap: 20px;
	left: 50%;
	letter-spacing: 0.22em;
	position: absolute;
	text-transform: uppercase;
	transform: translateX(-50%);
	z-index: 2;
}

.hero-scroll span {
	font-size: 13px;
}

.collection-section {
	padding: clamp(96px, 11vw, 180px) clamp(22px, 5vw, 80px);
}

.section-intro {
	display: grid;
	gap: 30px;
	grid-template-columns: 0.7fr 1.3fr 1fr;
	margin: 0 auto clamp(80px, 10vw, 150px);
	max-width: 1400px;
}

.section-kicker {
	font-family: "Codec Pro", sans-serif;
	font-size: 9px;
	letter-spacing: 0.18em;
	margin: 0;
	text-transform: uppercase;
}

.section-intro h2 {
	font-family: "Circe Contrast", Georgia, serif;
	font-size: clamp(84px, 12vw, 184px);
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 0.7;
	margin: 0;
	text-transform: uppercase;
}

.section-copy {
	align-self: end;
	font-family: "Codec Pro", sans-serif;
	font-size: 12px;
	line-height: 1.7;
	margin: 0;
	max-width: 390px;
}

.collection-grid {
	display: grid;
	gap: clamp(34px, 5vw, 82px) clamp(18px, 3vw, 46px);
	grid-template-columns: repeat(12, 1fr);
	margin: 0 auto;
	max-width: 1500px;
}

.collection-grid figure {
	margin: 0;
}

.collection-grid figure:nth-child(1) {
	grid-column: 1 / span 5;
}

.collection-grid figure:nth-child(2) {
	align-self: end;
	grid-column: 7 / span 6;
	margin-bottom: 8vw;
}

.collection-grid figure:nth-child(3) {
	grid-column: 2 / span 4;
}

.collection-grid figure:nth-child(4) {
	grid-column: 7 / span 4;
	margin-top: 7vw;
}

.collection-grid figure:nth-child(5) {
	grid-column: 1 / span 5;
	margin-top: 5vw;
}

.collection-grid figure:nth-child(6) {
	grid-column: 7 / span 5;
}

.collection-grid figure:nth-child(7) {
	grid-column: 2 / span 7;
}

.collection-grid figure:nth-child(8) {
	grid-column: 5 / span 8;
	margin-top: 2vw;
}

.collection-grid figure:nth-child(9) {
	grid-column: 1 / span 7;
}

.collection-grid figure:nth-child(10) {
	grid-column: 8 / span 4;
	margin-top: 7vw;
}

.collection-link {
	background: transparent;
	border: 0;
	color: var(--white);
	cursor: zoom-in;
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.collection-link img {
	transform: scale(1);
	transition: filter 300ms ease, transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
	width: 100%;
}

.collection-link:hover img,
.collection-link:focus-visible img {
	filter: brightness(0.78);
	transform: scale(1.018);
}

.zoom-label {
	bottom: 18px;
	font-family: "Codec Pro", sans-serif;
	font-size: 8px;
	letter-spacing: 0.18em;
	opacity: 0;
	position: absolute;
	right: 18px;
	text-transform: uppercase;
	transform: translateY(6px);
	transition: opacity 220ms ease, transform 220ms ease;
}

.collection-link:hover .zoom-label,
.collection-link:focus-visible .zoom-label {
	opacity: 1;
	transform: translateY(0);
}

.collection-grid figcaption {
	border-top: 1px solid var(--line-dark);
	display: flex;
	font-family: "Codec Pro", sans-serif;
	font-size: 8px;
	justify-content: space-between;
	letter-spacing: 0.16em;
	margin-top: 12px;
	padding-top: 10px;
	text-transform: uppercase;
}

.about-section {
	background: var(--black);
	color: var(--white);
	display: grid;
	grid-template-columns: minmax(340px, 1.82fr) minmax(0, 1.18fr) !important;
	min-height: 880px;
}

.about-image {
	min-height: 720px;
	overflow: hidden;
}

.about-image img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.about-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(70px, 9vw, 150px);
}

.about-content h2 {
	font-family: "Circe Contrast", Georgia, serif;
	font-size: clamp(48px, 6.4vw, 100px);
	font-weight: 400;
	line-height: 0.96;
	margin: 60px 0 70px;
	max-width: 860px;
}

.about-copy {
	display: grid;
	font-family: "Codec Pro", sans-serif;
	font-size: 12px;
	gap: clamp(28px, 4vw, 70px);
	grid-template-columns: 1fr 1fr;
	line-height: 1.72;
}

.about-copy p {
	margin: 0;
	opacity: 0.75;
}

.about-content blockquote {
	border-top: 1px solid var(--line-light);
	font-family: "Circe Contrast", Georgia, serif;
	font-size: clamp(24px, 2.5vw, 38px);
	line-height: 1.2;
	margin: 70px 0 0;
	padding-top: 36px;
}

footer {
	background: var(--ivory);
	padding: clamp(90px, 10vw, 160px) clamp(22px, 5vw, 80px) 32px;
}

.footer-heading {
	display: grid;
	grid-template-columns: 0.45fr 1.55fr;
}

.footer-heading h2 {
	font-family: "Circe Contrast", Georgia, serif;
	font-size: clamp(72px, 13vw, 200px);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 0.8;
	margin: 0;
}

.footer-contact {
	display: grid;
	font-family: "Codec Pro", sans-serif;
	font-size: 12px;
	gap: 28px;
	grid-template-columns: 1fr 1fr;
	line-height: 1.6;
	margin: 100px 0 130px 30%;
	max-width: 800px;
}

.footer-contact p {
	margin: 0;
}

.contact-links {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.contact-links a {
	border-bottom: 1px solid currentColor;
}

.contact-placeholder {
	color: var(--bronze);
}

.footer-bottom {
	align-items: end;
	border-top: 1px solid var(--line-dark);
	display: grid;
	font-family: "Codec Pro", sans-serif;
	font-size: 8px;
	grid-template-columns: 1fr 1fr 1fr;
	letter-spacing: 0.16em;
	padding-top: 26px;
	text-transform: uppercase;
}

.footer-bottom p {
	justify-self: center;
	margin: 0;
}

.footer-bottom > a:last-child {
	justify-self: end;
}

.lightbox {
	align-items: center;
	background: rgba(10, 10, 10, 0.97);
	color: var(--white);
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr) 72px;
	inset: 0;
	padding: 62px 24px 24px;
	position: fixed;
	z-index: 99999;
}

.lightbox[hidden] {
	display: none;
}

.lightbox-close,
.lightbox-nav {
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	font-family: "Codec Pro", sans-serif;
	text-transform: uppercase;
}

.lightbox-close {
	font-size: 9px;
	letter-spacing: 0.18em;
	padding: 18px;
	position: absolute;
	right: 14px;
	top: 10px;
}

.lightbox-nav {
	font-size: 28px;
	height: 64px;
	width: 64px;
}

.lightbox-figure {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: calc(100svh - 86px);
	justify-content: center;
	margin: 0;
	min-width: 0;
}

.lightbox-image {
	max-height: calc(100svh - 130px);
	max-width: min(100%, 1500px);
	object-fit: contain;
	width: auto;
}

.lightbox-caption {
	font-family: "Codec Pro", sans-serif;
	font-size: 8px;
	letter-spacing: 0.16em;
	margin-top: 14px;
	text-transform: uppercase;
}

.content-shell {
	margin: 0 auto;
	max-width: 1000px;
	min-height: 70vh;
	padding: clamp(90px, 10vw, 160px) 24px;
}

.content-entry {
	font-size: 18px;
	line-height: 1.7;
}

.content-entry + .content-entry {
	border-top: 1px solid var(--line-dark);
	margin-top: 80px;
	padding-top: 80px;
}

.content-entry h1 {
	font-family: "Circe Contrast", Georgia, serif;
	font-size: clamp(48px, 8vw, 104px);
	font-weight: 400;
	line-height: 0.95;
	margin: 30px 0 60px;
}

.content-entry a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.woocommerce main,
.woocommerce-page main {
	margin: 0 auto;
	max-width: 1400px;
	padding: 90px 24px;
}

@media (max-width: 900px) {
	.section-intro {
		grid-template-columns: 1fr 1.5fr;
	}

	.section-copy {
		grid-column: 2;
	}

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

	.about-image {
		height: 90svh;
	}

	.about-copy {
		gap: 34px;
	}
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 640px) {
	.site-header {
		padding: 22px;
	}

	.site-header nav {
		font-size: 7px;
		gap: 16px;
	}

	.brand span {
		font-size: 17px;
	}

	.brand small {
		font-size: 6px;
	}

	.brand-image {
		max-height: 42px;
		max-width: 125px;
	}

	.hero-image {
		object-position: center 58%;
	}

	.hero-brand p {
		font-size: 7px;
		margin-bottom: 30px;
	}

	.hero-brand h1 {
		font-size: clamp(48px, 16vw, 72px);
		letter-spacing: 0.12em;
		margin-right: -0.12em;
	}

	.hero-brand > span {
		font-size: 10px;
		letter-spacing: 0.42em;
		margin-right: -0.42em;
		margin-top: 24px;
	}

	.collection-section {
		padding: 100px 20px;
	}

	.section-intro {
		display: block;
		margin-bottom: 80px;
	}

	.section-intro h2 {
		font-size: 30vw;
		margin: 70px 0 60px;
	}

	.section-copy {
		max-width: 90%;
	}

	.collection-grid {
		display: grid;
		gap: 54px 12px;
		grid-template-columns: 1fr 1fr;
	}

	.collection-grid figure:nth-child(n) {
		grid-column: auto;
		margin: 0;
	}

	.collection-grid figure.landscape {
		grid-column: 1 / -1;
	}

	.collection-grid figcaption span:last-child {
		display: none;
	}

	.zoom-label {
		background: rgba(25, 25, 25, 0.72);
		bottom: 8px;
		opacity: 1;
		padding: 7px 8px;
		right: 8px;
		transform: none;
	}

	.about-image {
		height: 80svh;
		min-height: 560px;
	}

	.about-content {
		padding: 90px 22px;
	}

	.about-content h2 {
		font-size: 52px;
		margin: 50px 0 60px;
	}

	.about-copy {
		grid-template-columns: 1fr;
	}

	.about-content blockquote {
		margin-top: 60px;
	}

	footer {
		padding: 90px 22px 28px;
	}

	.footer-heading {
		display: block;
	}

	.footer-heading h2 {
		font-size: clamp(42px, 13.2vw, 68px);
		letter-spacing: -0.035em;
		margin-top: 70px;
		max-width: 100%;
		white-space: nowrap;
	}

	.footer-contact {
		grid-template-columns: 1fr;
		margin: 80px 0 110px;
	}

	.footer-bottom {
		gap: 26px;
		grid-template-columns: 1fr 1fr;
	}

	.footer-bottom p {
		display: none;
	}

	.lightbox {
		grid-template-columns: 48px minmax(0, 1fr) 48px;
		padding: 58px 4px 16px;
	}

	.lightbox-nav {
		font-size: 22px;
		height: 48px;
		width: 48px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		transition: none !important;
	}
}

.hero-brand > span {
	border-top: 0;
	margin-top: 18px;
	padding-top: 0;
}

.hero-brand::after {
	border-top: 1px solid rgba(248, 248, 248, 0.65);
	content: "";
	margin-top: 28px;
	width: min(230px, 58vw);
}

.contact-minimal {
	align-items: start;
	border-bottom: 1px solid rgba(25, 25, 25, 0.18);
	display: grid;
	gap: 40px;
	grid-template-columns: 0.45fr 1.55fr;
	padding: 0 0 clamp(70px, 9vw, 130px);
}

.contact-minimal-links {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	font-family: "Codec Pro", sans-serif;
	font-size: clamp(13px, 1.2vw, 17px);
	gap: 12px;
}

.contact-minimal-links a {
	border-bottom: 1px solid transparent;
	transition: border-color 180ms ease, color 180ms ease;
	width: fit-content;
}

.contact-minimal-links a:hover,
.contact-minimal-links a:focus-visible {
	border-color: currentColor;
	color: var(--bronze);
}

@media (max-width: 640px) {
	.contact-minimal {
		grid-template-columns: 1fr;
	}

	.contact-minimal-links {
		font-size: 13px;
		overflow-wrap: anywhere;
	}
}
/* Jedna manja fotografija po proizvodu. */
.product-images {
	display: block;
	width: 100%;
}

.product-card {
	margin-left: 7%;
	margin-right: auto;
	max-width: 720px;
	width: calc(100% - 14%);
}

.product-pair:nth-child(even) .product-card {
	margin-left: auto;
	margin-right: 7%;
}

.product-card .collection-link img {
	height: auto;
	max-height: 620px;
	object-fit: contain;
	width: 100%;
}

/* Dugmad za širi kadar i detalj unutar pregleda. */
.lightbox-view-switch {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 18px;
}

.lightbox-view-button {
	background: transparent;
	border: 1px solid rgba(248, 248, 248, 0.35);
	color: #f8f8f8;
	cursor: pointer;
	font-family: "Codec Pro", sans-serif;
	font-size: 8px;
	letter-spacing: 0.16em;
	padding: 10px 16px;
	text-transform: uppercase;
	transition:
		background-color 180ms ease,
		color 180ms ease,
		border-color 180ms ease;
}

.lightbox-view-button:hover,
.lightbox-view-button:focus-visible,
.lightbox-view-button.is-active {
	background: #f8f8f8;
	border-color: #f8f8f8;
	color: #191919;
}

@media (max-width: 640px) {
	.product-card,
	.product-pair:nth-child(even) .product-card {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		width: 100%;
	}

	.product-card .collection-link img {
		max-height: 500px;
	}

	.lightbox-view-button {
		font-size: 7px;
		padding: 9px 12px;
	}
}

/* Završna sekcija: 55% tekst / 45% fotografija */
.closing-about-section {
	display: grid !important;
	grid-template-columns: minmax(340px, 1.82fr) minmax(0, 1.18fr) !important;
	width: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	align-items: stretch !important;
	background: #181818;
	overflow: hidden;
}

.closing-about-section .about-content {
	order: 1;
	width: 100% !important;
	max-width: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(42px, 5vw, 75px) !important;
	box-sizing: border-box;
}

.closing-about-section .creator-copy {
	width: 100%;
	max-width: 720px;
}

.closing-about-section .creator-copy p {
	margin: 0 0 20px;
	font-size: clamp(15px, 1.25vw, 18px);
	line-height: 1.65;
}

.closing-about-section .creator-intro {
	margin-bottom: 28px !important;
	font-family: Georgia, serif;
	font-size: clamp(25px, 2.7vw, 40px) !important;
	font-weight: 400;
	line-height: 1.22 !important;
}

.closing-about-section .creator-emphasis {
	margin-top: 26px !important;
}

.closing-about-section .about-image {
	position: relative !important;
	order: 2;
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	min-height: 520px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}

.closing-about-section .about-image img {
	position: absolute !important;
	inset: 0;
	display: block;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	object-fit: cover !important;
	object-position: center center;
}

/* Tablet i telefon */
@media (max-width: 800px) {
	.closing-about-section {
		display: flex !important;
		flex-direction: column !important;
	}

	.closing-about-section .about-content {
		order: 1;
		padding: 42px 28px !important;
	}

	.closing-about-section .about-image {
		order: 2;
		width: 100% !important;
		height: 420px !important;
		min-height: 420px !important;
	}
}

@media (max-width: 520px) {
	.closing-about-section .about-content {
		padding: 36px 20px !important;
	}

	.closing-about-section .creator-copy p {
		font-size: 14px;
		line-height: 1.55;
	}

	.closing-about-section .creator-intro {
		font-size: 24px !important;
	}

	.closing-about-section .about-image {
		height: 320px !important;
		min-height: 320px !important;
	}
}

.closing-about-section .creator-intro,
.closing-about-section .creator-intro strong {
	font-family: "Circe", Arial, sans-serif !important;
	font-weight: 300 !important;
	letter-spacing: 0.06em;
	line-height: 1.25 !important;
}
.footer-icon-link {
	display: flex;
	align-items: center;
	width: fit-content;
	gap: 11px;
}

.footer-icon-link svg {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
}

.footer-icon-link span {
	display: inline-block;
}

@media (max-width: 520px) {
	.footer-icon-link {
		gap: 9px;
	}

	.footer-icon-link svg {
		width: 16px;
		height: 16px;
	}

	.footer-icon-link span {
		overflow-wrap: anywhere;
	}
}

/* Desktop: fotografija lijevo, tekst desno */
@media (min-width: 901px) {
	#dijana .about-image {
		order: 1 !important;
	}

	#dijana .about-content {
		order: 2 !important;
	}
}

/* Telefon i tablet: tekst prvi, fotografija druga */
@media (max-width: 900px) {
	#dijana {
		display: flex !important;
		flex-direction: column !important;
	}

	#dijana .about-content {
		order: 1 !important;
	}

	#dijana .about-image {
		order: 2 !important;
	}
}

/* Manja sekcija Riječi autorke na desktopu */
@media (min-width: 901px) {
	#dijana {
		min-height: 0 !important;
	}

	#dijana .about-image {
		height: 600px !important;
		min-height: 0 !important;
		align-self: center;
	}

	#dijana .about-image img {
		width: 100% !important;
		height: 100% !important;
		min-height: 0 !important;
		object-fit: cover !important;
	}

	#dijana .about-content {
		padding: clamp(50px, 6vw, 90px) !important;
	}

	#dijana .about-content h2 {
		margin: 35px 0 45px !important;
	}
}

/* Stretch the Riječi autorke image to fill the entire section */
@media (min-width: 901px) {
	#dijana {
		align-items: stretch !important;
	}

	#dijana .about-image {
		position: relative !important;
		align-self: stretch !important;
		width: 100% !important;
		height: auto !important;
		min-height: 100% !important;
	}

	#dijana .about-image img {
		position: absolute !important;
		inset: 0;
		width: 85% !important;
		height: 100% !important;
		min-height: 100% !important;
		object-fit: cover !important;
		object-position: center center;
	}
}