/*
Theme Name: Serjoca
Text Domain: serjcoca
Version: 3.0.1
Description: Tema customizado para a landing page do espetaculo Cancoes de um Homem So.
Author: OpenAI
*/

:root {
	--bg: #f4f1ec;
	--surface: #ffffff;
	--text: #111111;
	--muted: #4d4d4d;
	--accent: #ea0037;
	--accent-dark: #c9002f;
	--black: #040404;
	--border: #1a1a1a;
	--display: "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-serif;
	--body: "PT Serif", Georgia, serif;
	--container: min(1360px, calc(100vw - 48px));
	--section-gap: clamp(72px, 10vw, 132px);
	--shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
}

html {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font-family: var(--body);
	font-size: 18px;
	line-height: 1.5;
}

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

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

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

a:hover,
a:focus {
	text-decoration: none;
}

button,
input,
textarea {
	font: inherit;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	white-space: nowrap;
	width: 1px;
}

.screen-reader-text:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	background: #fff;
	color: #000;
	left: 12px;
	padding: 12px 16px;
	top: 12px;
	z-index: 2000;
}

.landing-header,
.landing-main,
.site-footer {
	width: 100%;
}

.landing-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	display: grid;
	grid-template-columns: minmax(160px, 220px) minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0;
	padding: 14px max(24px, calc((100vw - 1360px) / 2)) 14px;
	background: rgba(247, 243, 237, 0.72);
	border-bottom: 1px solid rgba(17, 17, 17, 0.08);
	box-shadow: 0 14px 32px rgba(17, 17, 17, 0.08);
	backdrop-filter: saturate(180%) blur(18px);
	-webkit-backdrop-filter: saturate(180%) blur(18px);
}

.landing-header::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.08)),
		radial-gradient(circle at top center, rgba(255, 255, 255, 0.36), transparent 60%);
	pointer-events: none;
}

.brand-mark {
	position: relative;
	min-height: 80px;
	display: flex;
	align-items: flex-start;
	z-index: 1;
}

.brand-mark__title {
	display: inline-block;
	width: min(180px, 100%);
}

.brand-mark__title img {
	display: block;
	width: 100%;
	height: auto;
}

.site-nav {
	display: flex;
	justify-content: center;
	padding-top: 0;
	z-index: 1;
}

.menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px 48px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu a {
	position: relative;
	display: inline-block;
	font-family: var(--display);
	font-size: clamp(1.6rem, 1.5vw, 2rem);
	letter-spacing: 0.02em;
	text-transform: capitalize;
}

.menu li:nth-child(n + 2):nth-child(-n + 5) a {
	color: var(--accent);
}

.menu a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 4px;
	transform: scaleX(0);
	transform-origin: left center;
	background: currentColor;
	transition: transform 180ms ease;
}

.menu a:hover::after,
.menu a:focus::after {
	transform: scaleX(1);
}

.toggle-menu {
	display: none;
	align-self: center;
	justify-self: end;
	z-index: 1;
	width: 60px;
	height: 48px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.toggle-menu span {
	display: block;
	width: 40px;
	height: 4px;
	margin: 7px auto;
	border-radius: 999px;
	background: #111;
}

.landing-main > section {
	width: var(--container);
	margin: 0 auto;
}

.landing-main > .about-section {
	width: 100%;
}

.hero-section {
	display: block;
	padding: 24px 0 56px;
}

.hero-section__media {
	position: relative;
	padding-top: 12px;
}

.hero-slideshow {
	position: relative;
	min-height: clamp(300px, 56vw, 806px);
	overflow: hidden;
	border-radius: 28px;
	box-shadow: var(--shadow);
	background: transparent;
}

.hero-slideshow__slide {
	position: relative;
	inset: 0;
	opacity: 1;
}

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

.about-section {
	position: relative;
	padding: clamp(72px, 8vw, 112px) 0;
	background: #030303;
	color: #fff;
	overflow: hidden;
}

.about-section__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(360px, 640px) minmax(360px, 1fr);
	align-items: center;
	gap: clamp(32px, 6vw, 96px);
	width: var(--container);
	margin: 0 auto;
	padding: 0 clamp(24px, 4vw, 48px);
}

.about-section::before {
	content: "CANCOES DE UM HOMEM SO SERJOCA";
	position: absolute;
	left: -18px;
	top: 0;
	bottom: 0;
	width: 54%;
	overflow: hidden;
	color: rgba(234, 0, 55, 0.3);
	font-family: var(--display);
	font-size: clamp(4rem, 7vw, 7rem);
	line-height: 0.86;
	text-transform: uppercase;
	word-break: break-word;
}

.about-section::after {
	content: "";
	position: absolute;
	right: -140px;
	top: 50%;
	width: 520px;
	height: 520px;
	background:
		radial-gradient(circle at center, rgba(172, 10, 64, 0.45), rgba(172, 10, 64, 0.12) 34%, transparent 62%),
		radial-gradient(circle at center, rgba(219, 0, 77, 0.22), transparent 70%);
	filter: blur(8px);
	transform: translateY(-50%);
}

.about-section__image-wrap {
	position: relative;
	padding: 24px;
	overflow: hidden;
}

.about-section__halo {
	position: absolute;
	left: 3%;
	top: 20%;
	width: 72%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--accent);
}

.about-section__image-wrap img {
	position: relative;
	width: 100%;
	margin-bottom: -54px;
}

.about-section__content h2 {
	margin: 0 0 24px;
	font-family: var(--display);
	font-size: clamp(4.6rem, 7vw, 8rem);
	line-height: 0.88;
	text-transform: uppercase;
}

.about-section__content p {
	max-width: 620px;
	margin: 0 0 18px;
	font-family: var(--display);
	font-size: clamp(2rem, 2vw, 3rem);
	line-height: 1.12;
}

.gallery-section {
	padding: var(--section-gap) 0;
	background: var(--surface);
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(20px, 2vw, 28px);
}

.gallery-card {
	margin: 0;
	overflow: hidden;
	background: #000;
	box-shadow: var(--shadow);
}

.gallery-card img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1.5 / 1;
	object-fit: cover;
	transition: transform 240ms ease, opacity 240ms ease;
}

.gallery-card:hover img {
	transform: scale(1.03);
	opacity: 0.92;
}

.blog-section {
	padding: 0 0 var(--section-gap);
	background: var(--surface);
}

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.section-heading p {
	margin: 0;
	color: var(--accent);
	font-family: var(--display);
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.section-heading h2 {
	margin: 0;
	font-family: var(--display);
	font-size: clamp(3.2rem, 5vw, 5.5rem);
	line-height: 0.9;
	text-transform: uppercase;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(20px, 2vw, 28px);
}

.blog-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.blog-card__image img {
	width: 100%;
	aspect-ratio: 1.2 / 1;
	object-fit: cover;
}

.blog-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.blog-card__date {
	margin: 0 0 10px;
	color: var(--accent);
	font-family: var(--display);
	font-size: 1rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.blog-card h3 {
	margin: 0 0 12px;
	font-family: var(--display);
	font-size: clamp(1.8rem, 2vw, 2.5rem);
	line-height: 0.95;
	text-transform: uppercase;
}

.blog-card__excerpt {
	color: var(--muted);
}

.blog-card__excerpt p {
	margin: 0;
}

.contact-section {
	display: grid;
	grid-template-columns: minmax(360px, 1.05fr) minmax(320px, 0.95fr);
	align-items: center;
	gap: clamp(32px, 7vw, 96px);
	padding: var(--section-gap) 0 0;
	background: var(--surface);
}

.contact-section__image img {
	width: min(100%, 760px);
}

.contact-section__content {
	padding: 24px 0 64px;
}

.contact-section__kicker {
	margin: 0;
	font-family: var(--display);
	font-size: clamp(3rem, 5vw, 5rem);
	line-height: 0.88;
	text-transform: uppercase;
}

.contact-section__content h2 {
	margin: 0 0 22px;
	font-family: var(--display);
	font-size: clamp(2.5rem, 4vw, 4.4rem);
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1;
	text-transform: lowercase;
}

.contact-section__intro,
.contact-form__status {
	max-width: 560px;
	margin: 0 0 22px;
	color: var(--muted);
}

.contact-form__status {
	color: var(--accent);
	font-family: var(--display);
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.contact-form {
	display: grid;
	gap: 24px;
	max-width: 540px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	padding: 20px 22px;
	border: 2px solid rgba(10, 10, 10, 0.75);
	background: transparent;
	color: #111;
	font-family: var(--display);
	font-size: 1.1rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.contact-form textarea {
	min-height: 160px;
	resize: vertical;
}

.contact-form button {
	width: fit-content;
	padding: 18px 28px;
	border: 0;
	background: #111;
	color: #fff;
	font-family: var(--display);
	font-size: 1.1rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 180ms ease, transform 180ms ease;
}

.contact-form button:hover,
.contact-form button:focus {
	background: var(--accent);
	transform: translateY(-1px);
}

.site-footer {
	margin-top: 0;
	padding: clamp(72px, 8vw, 110px) 0;
	background: #000;
	color: #fff;
}

.footer-grid {
	display: grid;
	grid-template-columns: minmax(180px, 0.8fr) minmax(180px, 0.9fr) minmax(280px, 1.2fr);
	gap: 42px;
	width: var(--container);
	margin: 0 auto;
}

.site-footer h3 {
	margin: 0 0 22px;
	font-family: var(--display);
	font-size: clamp(2rem, 2vw, 3rem);
	line-height: 1;
}

.site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer li {
	margin-bottom: 8px;
	font-size: clamp(1rem, 1.2vw, 1.25rem);
}

.site-footer li a {
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
	transition: border-color 180ms ease, color 180ms ease;
}

.site-footer li a:hover,
.site-footer li a:focus {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.8);
}

.footer-newsletter h3 {
	max-width: 420px;
	margin-left: auto;
	text-align: right;
}

.footer-newsletter__field {
	height: 54px;
	margin: 26px 0 34px auto;
	border: 3px solid rgba(255, 255, 255, 0.9);
	max-width: 500px;
}

.footer-socials {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
}

.footer-socials span,
.footer-socials a {
	font-family: var(--display);
	font-size: 1.6rem;
	line-height: 1;
}

.footer-socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.16);
}

.wrapper {
	width: min(900px, calc(100vw - 48px));
	margin: 0 auto;
}

.default-header {
	padding: 24px 0;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.default-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: min(1100px, calc(100vw - 48px));
	margin: 0 auto;
}

.default-header__brand {
	font-family: var(--display);
	font-size: 2rem;
	text-transform: uppercase;
}

.default-main {
	padding: 64px 0 96px;
}

.default-post__title {
	margin: 0 0 24px;
	font-family: var(--display);
	font-size: clamp(3rem, 5vw, 5rem);
	line-height: 0.92;
	text-transform: uppercase;
}

.default-post__content > * + * {
	margin-top: 20px;
}

.institutional-main {
	padding: 168px 0 110px;
	background:
		radial-gradient(circle at top left, rgba(234, 0, 55, 0.08), transparent 28%),
		linear-gradient(180deg, rgba(247, 243, 237, 0.94), rgba(244, 241, 236, 1));
}

.institutional-hero,
.institutional-body {
	width: var(--container);
	margin: 0 auto;
}

.institutional-hero {
	padding: 0 24px 28px;
}

.institutional-hero__content {
	max-width: 900px;
}

.institutional-hero__kicker {
	margin: 0 0 14px;
	color: var(--accent);
	font-family: var(--display);
	font-size: 1rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.institutional-hero h1 {
	margin: 0 0 18px;
	font-family: var(--display);
	font-size: clamp(4rem, 8vw, 8.2rem);
	line-height: 0.88;
	text-transform: uppercase;
}

.institutional-hero__intro {
	max-width: 760px;
	margin: 0;
	font-family: var(--display);
	font-size: clamp(1.6rem, 2vw, 2.5rem);
	line-height: 1.05;
}

.institutional-body {
	padding: 0 24px;
}

.institutional-card {
	max-width: 920px;
	padding: clamp(28px, 4vw, 42px);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.76);
	box-shadow: 0 24px 46px rgba(17, 17, 17, 0.08);
	backdrop-filter: blur(10px);
}

.institutional-card p {
	margin: 0;
	color: #262626;
	font-size: clamp(1.05rem, 1.3vw, 1.22rem);
	line-height: 1.8;
}

.institutional-card p + p {
	margin-top: 20px;
}

@media (max-width: 1100px) {
	.landing-header {
		grid-template-columns: 180px 1fr auto;
		padding-left: 24px;
		padding-right: 24px;
	}

	.menu {
		gap: 16px 28px;
	}

	.hero-section,
	.about-section__inner,
	.contact-section,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.about-section::before {
		width: 68%;
		opacity: 0.8;
	}

	.about-section__inner {
		padding-left: 24px;
		padding-right: 24px;
	}

	.contact-section__image {
		order: 2;
	}

	.contact-section__content {
		order: 1;
	}

	.footer-newsletter h3,
	.footer-newsletter__field,
	.footer-socials {
		margin-left: 0;
		justify-content: flex-start;
		text-align: left;
	}
}

@media (max-width: 820px) {
	:root {
		--container: min(100vw - 32px, 1360px);
	}

	.landing-header {
		grid-template-columns: 1fr auto;
		align-items: center;
		padding: 12px 16px;
	}

	.brand-mark__title {
		width: 150px;
	}

	.toggle-menu {
		display: block;
	}

	.site-nav {
		display: none;
		grid-column: 1 / -1;
		justify-content: flex-start;
		padding-top: 12px;
	}

	body.show-menu .site-nav {
		display: flex;
	}

	body.show-menu .landing-header {
		background: rgba(247, 243, 237, 0.92);
	}

	.menu {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
		width: 100%;
		padding: 18px 0 8px;
	}

	.menu a {
		font-size: 2rem;
	}

	.hero-section {
		padding-top: 18px;
	}

	.institutional-main {
		padding-top: 144px;
	}

	.institutional-hero,
	.institutional-body {
		width: min(100vw - 32px, 1360px);
	}

	.hero-slideshow {
		min-height: 420px;
	}

	.hero-title {
		grid-template-columns: 1fr;
	}

	.hero-title__vertical {
		transform: none;
		writing-mode: horizontal-tb;
	}

	.hero-section__eyebrow {
		flex-direction: column;
		gap: 18px;
	}

	.gallery-grid,
	.blog-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 540px) {
	body {
		font-size: 16px;
	}

	.about-section {
		padding-left: 0;
		padding-right: 0;
	}

	.about-section::after {
		right: -220px;
		width: 360px;
		height: 360px;
	}

	.contact-form button {
		width: 100%;
		justify-content: center;
	}
}
