/*
Theme Name: TH Arquitetura
Theme URI: https://tatianehernandes.com.br/
Author: Guilherme ferreira
Description: Tema institucional personalizado para Tatiane Hernandes Arquitetura.
Version: 1.0.0
Requires at least: 6.7
Requires PHP: 8.1
Text Domain: th-arquitetura
*/

/*
 * Acabamento responsivo para telas largas.
 *
 * A partir da largura de referência, títulos baseados apenas em vw continuavam
 * aumentando e mudavam suas quebras. Os valores abaixo preservam a composição
 * aprovada em 1440px sem criar um salto visual em resoluções intermediárias.
 */
@media (min-width: 1440px) {
	.home-hero__title {
		font-size: 3.6rem;
	}

	.home-services__media-caption strong {
		font-size: 2rem;
	}

	.th-page-home .home-services__title {
		font-size: 4rem;
	}

	.home-services__card-title {
		font-size: 2.7rem;
	}

	.th-page-home .home-positioning__title {
		font-size: 3.92rem;
	}

	.th-page-home .home-authority__title {
		font-size: 3.78rem;
	}

	.th-page-home .home-authority__item strong {
		font-size: 3.83rem;
	}

	.home-projects__title {
		font-size: 4.32rem;
	}

	.th-page-home .home-projects__name,
	.portfolio-card__title {
		font-size: 2.39rem;
	}

	.home-final-cta__title {
		font-size: 4.23rem;
	}

	.office-hero__title,
	.services-hero__title,
	.portfolio-hero__title {
		font-size: 4.77rem;
	}

	.office-editorial__content h2 {
		font-size: 3.78rem;
	}

	.office-values__title,
	.services-overview h2 {
		font-size: 4.23rem;
	}

	.services-card__body h2 {
		font-size: 4.68rem;
	}

	.services-cta h2 {
		font-size: 4.05rem;
	}

	.contact-hero__content h1 {
		font-size: 5.4rem;
	}

	.contact-conversation__aside h2 {
		font-size: 4.5rem;
	}

	.contact-expectation h3 {
		font-size: 2.34rem;
	}

	.contact-location__header h2 {
		font-size: 5.04rem;
	}

	.project-hero__heading h1 {
		font-size: 8.1rem;
	}

	.project-intro__heading h2,
	.project-details header h2,
	.project-gallery__header h2,
	.project-next h2 {
		font-size: 4.5rem;
	}
}
