/* Natella — страница «שיחה עם המעצבת». */

.natella-designer-page {
	direction: rtl;
	color: var(--natella-color-text, #231e20);
	background: #fff;
	overflow-x: hidden;
}

.natella-designer-hero {
	width: 100%;
	margin: 0;
}

.natella-designer-hero img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 70vh;
	object-fit: cover;
}

.natella-designer-article {
	max-width: 820px;
	margin-inline: auto;
	padding: clamp(2.5rem, 6vw, 5rem) clamp(1.25rem, 5vw, 2.5rem);
}

.natella-designer-header {
	text-align: center;
	margin-block-end: clamp(2.5rem, 5vw, 4.5rem);
}

.natella-designer-header__date {
	font-family: var(--natella-font-ui);
	font-size: 0.9rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.55);
	margin-block-end: 1rem;
}

.natella-designer-header__title {
	font-family: var(--natella-font-heading);
	font-weight: 700;
	font-size: clamp(1.8rem, 4vw, 2.75rem);
	letter-spacing: 0.02em;
	line-height: 1.2;
	margin: 0 0 1.25rem;
	text-transform: uppercase;
}

.natella-designer-header__intro {
	font-family: var(--natella-font-heading);
	font-style: italic;
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	line-height: 1.55;
	color: rgba(0, 0, 0, 0.75);
	max-width: 60ch;
	margin: 0 auto;
}

.natella-designer-qa {
	display: flex;
	flex-direction: column;
	gap: clamp(2rem, 4vw, 3.5rem);
}

.natella-designer-qa__item {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.natella-designer-qa__question {
	font-family: var(--natella-font-heading);
	font-weight: 700;
	font-size: clamp(1.1rem, 1.8vw, 1.4rem);
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.3;
}

.natella-designer-qa__answer {
	font-family: var(--natella-font-ui);
	font-size: 1rem;
	line-height: 1.75;
	color: rgba(0, 0, 0, 0.82);
}

.natella-designer-qa__answer p {
	margin: 0 0 1rem;
}

.natella-designer-qa__answer p:last-child {
	margin-bottom: 0;
}

.natella-designer-qa__answer ul {
	list-style: none;
	padding: 0;
	margin: 0.5rem 0;
}

.natella-designer-qa__answer ul li {
	padding-block: 0.25rem;
}

.natella-designer-qa__answer ul li::before {
	content: '•';
	display: inline-block;
	margin-inline-end: 0.5rem;
	color: rgba(0, 0, 0, 0.5);
}

.natella-designer-portrait {
	position: relative;
	margin-block: clamp(2rem, 5vw, 4rem);
	margin-inline: calc(-1 * clamp(1.25rem, 5vw, 2.5rem));
	width: auto;
}

.natella-designer-portrait img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 90vh;
	object-fit: cover;
}

.natella-designer-portrait figcaption {
	text-align: center;
	font-family: var(--natella-font-ui);
	font-size: 0.82rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.55);
	margin-block-start: 1rem;
}

/* Further reading */
.natella-designer-further {
	margin-block-start: clamp(3rem, 6vw, 5rem);
	padding-block-start: clamp(2rem, 4vw, 3rem);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-inline: calc(-1 * clamp(1.25rem, 5vw, 2.5rem));
	width: auto;
	padding-inline: clamp(1.25rem, 5vw, 2.5rem);
}

.natella-designer-further__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-block-end: 1.75rem;
}

.natella-designer-further__title {
	font-family: var(--natella-font-heading);
	font-size: clamp(1.25rem, 2vw, 1.6rem);
	font-weight: 600;
	letter-spacing: 0.02em;
	margin: 0;
	text-transform: uppercase;
}

.natella-designer-further__view-all {
	font-family: var(--natella-font-ui);
	font-size: 0.85rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--natella-color-text);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.natella-designer-further__grid {
	list-style: none;
	margin: 0;
	padding: 0 0 1rem;
	display: flex;
	flex-wrap: nowrap;
	gap: clamp(1rem, 2vw, 1.75rem);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
}

.natella-designer-further__card {
	flex: 0 0 min(55vw, 16rem);
	scroll-snap-align: start;
}

@media (min-width: 46.875em) {
	.natella-designer-further__card {
		flex-basis: calc((100% - 5 * clamp(1rem, 2vw, 1.75rem)) / 6);
		min-width: 10rem;
	}
}

.natella-designer-further__card a {
	display: block;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.2s;
}

.natella-designer-further__card a:hover {
	opacity: 0.75;
}

.natella-designer-further__thumb {
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: #f4efe8;
	margin-block-end: 0.75rem;
}

.natella-designer-further__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.natella-designer-further__card-title {
	font-family: var(--natella-font-ui);
	font-size: 0.9rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.4;
}
