/* =========================================================
   Homepage v1 — danielecolombo.it
   ========================================================= */

.dc-home-v1 {
	overflow: hidden;
}

.dc-home-v1 h2 {
	font-size: clamp(2.15rem, 6vw, 4.2rem);
	letter-spacing: -0.035em;
	line-height: 1.04;
}

.dc-home-v1 h3 {
	font-size: clamp(1.35rem, 2.5vw, 1.9rem);
	line-height: 1.18;
}

.dc-container {
	margin-inline: auto;
	max-width: 1320px;
	width: min(100% - 2.5rem, 1320px);
}

.dc-section {
	padding-block: clamp(5rem, 9vw, 9rem);
}

.dc-prose {
	color: #465049;
	font-size: 1rem;
	line-height: 1.78;
}

.dc-prose p:last-of-type {
	margin-bottom: 0;
}

.dc-prose--lead {
	font-family: var(--serif);
	font-size: clamp(1.08rem, 2vw, 1.28rem);
	line-height: 1.72;
}

.dc-inline-link {
	align-items: center;
	color: var(--forest);
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 600;
	gap: 0.45rem;
	margin-top: 1.25rem;
	text-decoration: underline;
	text-decoration-color: rgba(185, 87, 50, 0.5);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.32rem;
}

.dc-inline-link span {
	color: var(--accent);
	text-decoration: none;
}

.dc-inline-link:hover {
	color: var(--accent-dark);
}

.dc-actions {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.dc-centered-action {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}

.dc-picture,
.dc-picture img {
	display: block;
	height: 100%;
	width: 100%;
}

.dc-picture img {
	object-fit: cover;
}

/* Hero */
.dc-hero {
	background: var(--ivory);
	display: grid;
	grid-template-columns: 1fr;
	min-height: calc(100svh - 74px);
}

.dc-hero__copy {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	padding: clamp(3.7rem, 9vw, 7.5rem) max(1.25rem, 5vw) clamp(3.5rem, 8vw, 6rem);
	position: relative;
	isolation: isolate;
}

.dc-hero__copy::before {
	background: url("../brand/symbol-positive.svg") no-repeat center / contain;
	content: "";
	height: min(75vw, 550px);
	opacity: 0.035;
	position: absolute;
	right: -17%;
	top: -6%;
	width: min(75vw, 550px);
	z-index: -1;
}

.dc-hero h1 {
	font-size: clamp(3rem, 9vw, 5.7rem);
	margin: 0 0 1.5rem;
	max-width: 820px;
}

.dc-hero h1::after {
	background: var(--accent);
	content: "";
	display: block;
	height: 2px;
	margin-top: 1.35rem;
	width: 54px;
}

.dc-hero__statement {
	color: var(--forest-dark);
	font-family: var(--serif);
	font-size: clamp(1.35rem, 3.2vw, 2rem);
	line-height: 1.38;
	margin-bottom: 1.1rem;
	max-width: 760px;
}

.dc-hero__intro {
	color: var(--muted);
	margin-bottom: 1.65rem;
}

.dc-hero__methods {
	border-top: 1px solid rgba(52, 72, 61, 0.25);
	color: var(--muted);
	font-size: 0.75rem;
	letter-spacing: 0.035em;
	line-height: 1.65;
	margin: 2rem 0 0;
	padding-top: 1rem;
}

.dc-hero__methods span {
	color: var(--accent);
	margin-inline: 0.25rem;
}

.dc-hero__media {
	min-height: 430px;
	position: relative;
}

.dc-hero__media::before {
	background: var(--accent);
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.dc-picture--hero img {
	object-position: 46% 34%;
}

/* Person / symptom */
.dc-person {
	background: var(--paper);
}

.dc-split-intro {
	display: grid;
	gap: 2.8rem;
}

.dc-split-intro h2 {
	max-width: 700px;
}

/* Story / identity */
.dc-story {
	background: var(--sage-soft);
	position: relative;
}

.dc-story::after {
	background: var(--accent);
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 8px;
}

.dc-story__grid {
	display: grid;
	gap: 3rem;
}

.dc-story__statement blockquote {
	color: var(--forest-dark);
	font-family: var(--serif);
	font-size: clamp(1.75rem, 4.6vw, 3.4rem);
	letter-spacing: -0.025em;
	line-height: 1.18;
	margin: 0;
	max-width: 850px;
}

.dc-story__statement blockquote::before {
	color: var(--accent);
	content: "“";
	display: block;
	font-size: 4.5rem;
	height: 2.8rem;
	line-height: 1;
}

/* Areas */
.dc-areas {
	background: var(--paper);
}

.dc-section-head {
	display: grid;
	gap: 1.6rem;
	margin-bottom: 3.25rem;
}

.dc-section-head h2 {
	margin-bottom: 0;
	max-width: 900px;
}

.dc-section-head > p {
	color: var(--muted);
	font-family: var(--serif);
	font-size: 1.08rem;
	line-height: 1.65;
	margin: 0;
	max-width: 480px;
}

.dc-area-list {
	border-bottom: 1px solid var(--forest);
	display: grid;
}

.dc-area {
	border-top: 1px solid var(--forest);
	display: grid;
	gap: 1.2rem;
	grid-template-columns: 46px 1fr;
	padding-block: 1.85rem;
}

.dc-area__number {
	color: var(--accent);
	font-family: var(--serif);
	font-size: 1rem;
}

.dc-area h3 {
	margin: 0 0 0.75rem;
}

.dc-area p {
	color: var(--muted);
	font-size: 0.92rem;
	line-height: 1.68;
	margin-bottom: 0.9rem;
}

.dc-area__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 1.1rem;
}

.dc-area__links a {
	color: var(--forest);
	font-size: 0.78rem;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: rgba(185, 87, 50, 0.45);
	text-underline-offset: 0.25rem;
}

/* Trauma */
.dc-trauma {
	background: var(--forest-dark);
	color: rgba(255, 255, 255, 0.79);
	padding-block: clamp(5.5rem, 10vw, 10rem);
	position: relative;
}

.dc-trauma::before {
	border: clamp(50px, 9vw, 110px) solid rgba(247, 243, 236, 0.035);
	border-radius: 50%;
	content: "";
	height: 500px;
	position: absolute;
	right: -230px;
	top: -270px;
	width: 500px;
}

.dc-trauma__grid {
	display: grid;
	gap: 4rem;
	position: relative;
}

.dc-trauma h2 {
	color: var(--white);
	font-size: clamp(2.5rem, 6vw, 5rem);
	margin-bottom: 1.8rem;
	max-width: 820px;
}

.dc-trauma p {
	line-height: 1.76;
}

.eyebrow--light {
	color: #efb79f;
}

.dc-trauma__caution {
	border-left: 2px solid var(--accent);
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.88rem;
	margin-top: 1.7rem;
	padding-left: 1rem;
}

.dc-trauma__elaboration {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	padding-top: 2rem;
}

.dc-trauma__elaboration blockquote {
	color: var(--white);
	font-family: var(--serif);
	font-size: clamp(1.65rem, 3.5vw, 2.55rem);
	line-height: 1.28;
	margin: 2rem 0;
}

.dc-dark-links {
	display: grid;
	gap: 0;
}

.dc-dark-links a {
	border-top: 1px solid rgba(255, 255, 255, 0.17);
	color: var(--white);
	font-family: var(--serif);
	font-size: 1.02rem;
	padding: 0.9rem 0;
}

.dc-dark-links a::after {
	color: var(--accent);
	content: " →";
}

/* Approach */
.dc-approach {
	background: var(--ivory);
}

.dc-section-head--approach {
	margin-bottom: 3.8rem;
}

.dc-process {
	border-bottom: 1px solid var(--forest);
	display: grid;
}

.dc-process article {
	border-top: 1px solid var(--forest);
	padding: 1.8rem 0;
}

.dc-process article > span {
	color: var(--accent);
	font-family: var(--serif);
	font-size: 0.9rem;
}

.dc-process h3 {
	margin: 1rem 0 0.7rem;
}

.dc-process p {
	color: var(--muted);
	font-size: 0.88rem;
	line-height: 1.68;
	margin: 0;
}

.dc-methods-note {
	background: var(--sage-soft);
	border-left: 8px solid var(--accent);
	margin-top: 3rem;
	padding: clamp(1.6rem, 4vw, 2.5rem);
}

.dc-methods-note p {
	color: #485149;
	line-height: 1.75;
}

.dc-methods-note a:not(.dc-inline-link) {
	color: var(--forest);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.25rem;
}

/* Psychotherapy */
.dc-psychotherapy {
	background: var(--paper);
	display: grid;
}

.dc-psychotherapy__media {
	min-height: 420px;
}

.dc-picture--studio img {
	object-position: center center;
}

.dc-psychotherapy__copy {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(4rem, 8vw, 7rem) max(1.25rem, 6vw);
}

.dc-psychotherapy__copy h2 {
	margin-bottom: 1.5rem;
}

.dc-psychotherapy__copy > p:not(.eyebrow) {
	color: var(--muted);
	line-height: 1.75;
	max-width: 680px;
}

.dc-psychotherapy__copy .dc-actions {
	margin-top: 1rem;
}

/* About */
.dc-about {
	background: var(--sage-soft);
}

.dc-about__grid {
	display: grid;
	gap: 3rem;
}

.dc-about__media {
	min-height: 420px;
	position: relative;
}

.dc-about__media::after {
	border: 2px solid var(--accent);
	bottom: -16px;
	content: "";
	position: absolute;
	right: -12px;
	top: 16px;
	width: 42%;
	z-index: 0;
}

.dc-picture--about {
	position: relative;
	z-index: 1;
}

.dc-picture--about img {
	object-position: 45% 28%;
}

.dc-about__copy {
	align-self: center;
}

.dc-about__copy > p:not(.eyebrow) {
	color: #485149;
	line-height: 1.75;
}

.dc-about__copy .text-link {
	margin-top: 0.8rem;
}

/* Insights */
.dc-insights {
	background: var(--paper);
}

.dc-insight-grid {
	display: grid;
	gap: 0;
}

.dc-insight {
	border-top: 1px solid var(--forest);
	display: flex;
	flex-direction: column;
	min-height: 330px;
	padding: 1.8rem 0;
	transition: background 180ms ease, transform 180ms ease;
}

.dc-insight:hover {
	background: var(--sage-soft);
	transform: translateY(-4px);
}

.dc-insight > span {
	color: var(--accent-dark);
	font-size: 0.69rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.dc-insight h3 {
	margin: 1.5rem 0 1rem;
}

.dc-insight p {
	color: var(--muted);
	font-size: 0.9rem;
	line-height: 1.68;
}

.dc-insight b {
	color: var(--forest);
	font-size: 0.78rem;
	font-weight: 600;
	margin-top: auto;
}

/* Final CTA */
.dc-home-v1 .dc-final-cta {
	padding: clamp(4rem, 8vw, 6.5rem) max(1.25rem, 7vw);
}

.dc-final-cta__note {
	font-size: 0.76rem !important;
	letter-spacing: 0.04em;
	margin-top: 1.2rem !important;
}

.dc-final-cta__actions {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 2rem;
	position: relative;
	z-index: 2;
}

.dc-final-cta__link {
	color: var(--white);
	font-size: 0.85rem;
	text-decoration: underline;
	text-underline-offset: 0.3rem;
}

/* Tablet */
@media (min-width: 780px) {
	.dc-container {
		width: min(100% - 5rem, 1320px);
	}

	.dc-actions {
		align-items: center;
		flex-direction: row;
	}

	.dc-hero {
		grid-template-columns: 54% 46%;
		min-height: min(820px, calc(100svh - 94px));
	}

	.dc-hero__copy {
		padding: clamp(4rem, 7vw, 7.2rem) clamp(2.5rem, 5.5vw, 6rem);
	}

	.dc-hero__media {
		min-height: 680px;
	}

	.dc-hero__media::before {
		height: 100%;
		width: 18px;
	}

	.dc-split-intro {
		gap: 7vw;
		grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	}

	.dc-story__grid {
		gap: 7vw;
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	}

	.dc-section-head {
		align-items: end;
		gap: 6vw;
		grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
	}

	.dc-area-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dc-area:nth-child(odd) {
		padding-right: 2.4rem;
	}

	.dc-area:nth-child(even) {
		border-left: 1px solid var(--line);
		padding-left: 2.4rem;
	}

	.dc-trauma__grid {
		gap: 7vw;
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	}

	.dc-trauma__elaboration {
		border-left: 1px solid rgba(255, 255, 255, 0.22);
		border-top: 0;
		padding-left: 4vw;
		padding-top: 0;
	}

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

	.dc-process article:nth-child(odd) {
		padding-right: 2.2rem;
	}

	.dc-process article:nth-child(even) {
		border-left: 1px solid var(--line);
		padding-left: 2.2rem;
	}

	.dc-psychotherapy {
		grid-template-columns: 50% 50%;
		min-height: 700px;
	}

	.dc-psychotherapy__media {
		min-height: 700px;
	}

	.dc-about__grid {
		align-items: center;
		gap: 7vw;
		grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
	}

	.dc-about__media {
		min-height: 620px;
	}

	.dc-insight-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.dc-insight {
		padding: 2rem 1.8rem;
	}

	.dc-insight + .dc-insight {
		border-left: 1px solid var(--line);
	}

	.dc-final-cta__actions {
		align-items: flex-start;
		margin-left: 3rem;
		margin-top: 0;
	}
}

/* Wide desktop */
@media (min-width: 1180px) {
	.dc-hero h1 {
		font-size: clamp(4.4rem, 5.5vw, 6.6rem);
	}

	.dc-hero__statement {
		font-size: clamp(1.55rem, 1.85vw, 2.15rem);
	}

	.dc-area {
		grid-template-columns: 58px 1fr;
		padding-block: 2.3rem;
	}

	.dc-process {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.dc-process article {
		padding: 2rem 1.5rem;
	}

	.dc-process article:first-child {
		padding-left: 0;
	}

	.dc-process article + article {
		border-left: 1px solid var(--line);
	}

	.dc-process article:nth-child(odd),
	.dc-process article:nth-child(even) {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}

	.dc-process article:last-child {
		padding-right: 0;
	}

	.dc-methods-note {
		display: grid;
		gap: 3rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dc-methods-note .dc-inline-link {
		grid-column: 1 / -1;
		justify-self: start;
	}
}

/* Small mobile */
@media (max-width: 520px) {
	.dc-container {
		width: min(100% - 2rem, 1320px);
	}

	.dc-hero__copy {
		padding-inline: 1rem;
	}

	.dc-hero h1 {
		font-size: clamp(2.7rem, 13vw, 3.65rem);
	}

	.dc-hero__statement {
		font-size: 1.28rem;
	}

	.dc-hero__media {
		min-height: 390px;
	}

	.dc-area {
		grid-template-columns: 38px 1fr;
	}

	.dc-about__media,
	.dc-psychotherapy__media {
		min-height: 390px;
	}

	.dc-home-v1 .button,
	.dc-home-v1 .text-link {
		width: 100%;
	}
}


/* =========================================================
   Home v1.2 — equilibrio cromatico e gerarchia
   Più verde e terracotta, meno avorio, con una struttura più ordinata.
   ========================================================= */

.dc-home-v1 {
	--hero-sage: #dce4dd;
	--hero-sage-deep: #d2ddd5;
}

.dc-section {
	padding-block: clamp(4.6rem, 7.5vw, 7.5rem);
}

/* Hero: recupera il carattere cromatico dello staging, ma con una griglia più pulita. */
.dc-hero {
	background: var(--hero-sage);
	border-bottom: 18px solid var(--forest);
}

.dc-hero__copy {
	background:
		linear-gradient(135deg, var(--hero-sage-deep) 0%, var(--hero-sage) 58%, #e7ebe5 100%);
}

.dc-hero__copy::before {
	opacity: 0.065;
	right: -14%;
	top: -4%;
}

.dc-hero__statement {
	max-width: 700px;
}

.dc-hero__methods {
	align-self: stretch;
	background: var(--forest);
	border-top: 0;
	color: rgba(255, 255, 255, 0.76);
	letter-spacing: 0.025em;
	margin-top: 1.7rem;
	max-width: 720px;
	padding: 0.95rem 1.15rem;
}

.dc-hero__methods span {
	color: #efb79f;
}

.dc-hero__media::before {
	background: var(--accent);
}

/* Primo blocco chiaro: respiro editoriale, ma con una soglia cromatica precisa. */
.dc-person {
	background: var(--paper);
	border-bottom: 1px solid rgba(52, 72, 61, 0.16);
}

/* Storia e identità: verde pieno, per creare un vero cambio di ritmo. */
.dc-story {
	background: var(--forest-dark);
	color: rgba(255, 255, 255, 0.78);
}

.dc-story::after {
	background: var(--accent);
	width: 10px;
}

.dc-story .eyebrow {
	color: #efb79f;
}

.dc-story__statement blockquote,
.dc-story h2,
.dc-story h3 {
	color: var(--white);
}

.dc-story .dc-prose,
.dc-story .dc-prose p {
	color: rgba(255, 255, 255, 0.78);
}

.dc-story .dc-inline-link {
	color: var(--white);
	text-decoration-color: rgba(239, 183, 159, 0.65);
}

/* Aree cliniche: griglia nitida, senza linee e pesi che competono. */
.dc-areas {
	background: var(--ivory);
}

.dc-area-list {
	background: rgba(52, 72, 61, 0.2);
	border: 1px solid rgba(52, 72, 61, 0.2);
	gap: 1px;
}

.dc-area {
	background: var(--paper);
	border: 0;
	min-height: 270px;
	padding: clamp(1.65rem, 3vw, 2.35rem);
}

.dc-area:hover {
	background: var(--sage-soft);
}

.dc-area__number {
	color: var(--accent);
	font-weight: 600;
}

/* Trauma: resta il grande blocco scuro della Home. */
.dc-trauma {
	background: var(--forest-dark);
}

/* Approccio: fondo salvia, passaggi in card chiare e nota finale verde. */
.dc-approach {
	background: var(--hero-sage);
}

.dc-process {
	background: rgba(52, 72, 61, 0.2);
	border: 1px solid rgba(52, 72, 61, 0.2);
	gap: 1px;
}

.dc-process article,
.dc-process article:nth-child(odd),
.dc-process article:nth-child(even) {
	background: var(--paper);
	border: 0;
	padding: clamp(1.6rem, 3vw, 2.2rem);
}

.dc-methods-note {
	background: var(--forest);
	border-left: 10px solid var(--accent);
	color: var(--white);
}

.dc-methods-note p {
	color: rgba(255, 255, 255, 0.78);
}

.dc-methods-note a:not(.dc-inline-link),
.dc-methods-note .dc-inline-link {
	color: var(--white);
}

.dc-methods-note .dc-inline-link {
	text-decoration-color: rgba(239, 183, 159, 0.65);
}

/* Psicoterapia: soglia terracotta tra il luogo reale e il testo. */
.dc-psychotherapy {
	background: var(--ivory);
}

.dc-psychotherapy__media {
	position: relative;
}

.dc-psychotherapy__copy {
	background: var(--paper);
}

/* Chi sono: salvia più presente ma controllata. */
.dc-about {
	background: var(--sage);
}

/* Approfondimenti chiari, incorniciati da una soglia verde. */
.dc-insights {
	background: var(--ivory);
	border-top: 14px solid var(--forest);
}

.dc-insight {
	background: var(--paper);
	padding-inline: clamp(1.2rem, 2.4vw, 2rem);
}

.dc-insight:hover {
	background: var(--sage-soft);
}

@media (min-width: 780px) {
	.dc-hero__media::before {
		width: 26px;
	}

	.dc-area-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dc-area:nth-child(odd),
	.dc-area:nth-child(even) {
		border: 0;
		padding: clamp(1.65rem, 3vw, 2.35rem);
	}

	.dc-psychotherapy__media::after {
		background: var(--accent);
		content: "";
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		width: 24px;
		z-index: 2;
	}
}

@media (min-width: 1180px) {
	.dc-area-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.dc-process article,
	.dc-process article:nth-child(odd),
	.dc-process article:nth-child(even) {
		padding: 2.1rem 1.8rem;
	}
}

@media (max-width: 779.98px) {
	.dc-hero {
		border-bottom-width: 12px;
	}

	.dc-hero__methods {
		margin-inline: -1rem;
		padding-inline: 1rem;
	}

	.dc-story::after {
		width: 6px;
	}
}


/* =========================================================
   v0.3 — rifiniture visive / bugfix
   ========================================================= */

/* Il bordo terracotta del ritratto resta dentro l'area immagine: prima
   poteva sembrare una linea verticale persa nella sezione. */
.dc-about__media::after {
    bottom: 16px;
}

/* I grandi segni decorativi non devono mai modificare la larghezza pagina. */
.dc-story,
.dc-trauma,
.dc-final-cta,
.dc-hero {
    overflow: hidden;
}

/* Garantisce che immagini e picture non allarghino colonne flex/grid. */
.dc-picture,
.dc-picture img,
.dc-hero__media,
.dc-about__media,
.dc-psychotherapy__media {
    min-width: 0;
    max-width: 100%;
}

/* Il footer e le CTA restano ordinati anche a larghezze intermedie. */
.dc-final-cta__actions,
.dc-actions {
    min-width: 0;
}

@media (min-width: 780px) and (max-width: 1179.98px) {
    .dc-final-cta__actions {
        margin-left: 0;
    }
}

/* =========================================================
   v0.4 — Hero più materica: studio + soglie cromatiche forti
   ========================================================= */

/* Recupera il carattere dello staging storico senza perdere
   la nuova gerarchia editoriale. */
.dc-hero {
    border-bottom-width: 42px;
}

/* La fascia dei metodi diventa una vera soglia verde, non un piccolo badge. */
.dc-hero__methods {
    margin-top: 2rem;
    padding-block: 1.25rem;
    font-size: 0.78rem;
}

/* Fascia terracotta più importante tra copy e fotografia. */
@media (min-width: 1180px) {
    .dc-hero__media::before {
        width: 58px;
    }
}

@media (min-width: 780px) and (max-width: 1179.98px) {
    .dc-hero__media::before {
        width: 42px;
    }
    .dc-hero {
        border-bottom-width: 32px;
    }
}

/* La foto dello studio deve leggere come ambiente, non come dettaglio. */
.dc-picture--hero img {
    object-position: 52% 50%;
}

@media (max-width: 779.98px) {
    .dc-hero {
        border-bottom-width: 20px;
    }
    .dc-hero__media::before {
        height: 18px;
        width: 100%;
    }
    .dc-picture--hero img {
        object-position: 50% 50%;
    }
}

/* =========================================================
   v0.5 — hero crop + pulizia Chi sono
   ========================================================= */
/* Il nuovo file hero è già ritagliato sulla composizione utile; non serve
   inseguire il soggetto con object-position estremi. */
.dc-picture--hero img {
    object-position: 50% 50%;
}

/* Elimina il rettangolo decorativo dietro il ritratto: online sembrava un bug. */
.dc-about__media::after {
    content: none !important;
    display: none !important;
}

/* Ritratto più pulito e leggibile nel blocco Chi sono. */
.dc-about__media {
    min-height: 0;
}

.dc-picture--about {
    aspect-ratio: 4 / 3;
    height: auto;
}

.dc-picture--about img {
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
    object-position: 48% 28%;
}

@media (min-width: 780px) {
    .dc-about__media {
        min-height: 0;
    }
}
