/* ==========================================================================
   O Vampiro de Curitiba — identidade visual (independente do tema)
   Funciona como camada de estilo sobre Hello Elementor / qualquer tema.
   ========================================================================== */

:root {
	--ot-paper: #f3ead5;
	--ot-paper-deep: #ebdfc2;
	--ot-paper-shadow: #d8c89b;
	--ot-ink: #2a1f15;
	--ot-ink-soft: #4a3a26;
	--ot-wine: #7a1620;
	--ot-wine-dark: #4d0d15;
	--ot-sepia: #5a4a32;
	--ot-araucaria: #1f3a2e;
	--ot-border: #c9b88a;
	--ot-border-strong: #a08855;
}

/* ===== Aged paper background ===== */
html, body {
	background-color: var(--ot-paper) !important;
	background-image:
		radial-gradient(ellipse at 20% 30%, rgba(122, 22, 32, 0.04) 0%, transparent 60%),
		radial-gradient(ellipse at 80% 80%, rgba(90, 74, 50, 0.05) 0%, transparent 50%),
		repeating-linear-gradient(0deg, rgba(90,74,50,0.025) 0px, rgba(90,74,50,0.025) 1px, transparent 1px, transparent 3px);
	color: var(--ot-ink);
}

/* Smooth scroll for anchor navigation, plus offset so the sticky header
 * doesn't cover the destination section. */
html { scroll-behavior: smooth; }
section[id], div[id^="apresentacao"], div[id^="participe"], div[id^="obras"], div[id^="contato"], div[id^="inicio"],
.elementor-section[id], .elementor-element[id] { scroll-margin-top: 88px; }

body {
	font-family: 'Crimson Text', Georgia, 'Times New Roman', serif !important;
	font-size: 1.15rem;
	line-height: 1.75;
	color: var(--ot-ink);
}

a { color: var(--ot-wine); transition: color .2s ease; }
a:hover { color: var(--ot-wine-dark); }

/* ===== Headings ===== */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	color: var(--ot-ink);
	font-weight: 600;
	letter-spacing: 0.01em;
}

/* Hero h1 */
.ovampiro-hero h1,
.ovampiro-hero .elementor-heading-title {
	font-style: italic;
	font-size: clamp(2.8rem, 7vw, 5rem) !important;
	color: var(--ot-ink) !important;
	font-weight: 600;
	line-height: 1.05;
	margin: 0;
}

/* Section headings in wine */
.ovampiro-section-title,
.ovampiro-section-title .elementor-heading-title {
	color: var(--ot-wine) !important;
	font-style: italic;
	font-size: clamp(2rem, 4.5vw, 3rem) !important;
	font-weight: 500 !important;
}
.ovampiro-subheading,
.ovampiro-subheading .elementor-heading-title {
	color: var(--ot-wine) !important;
	font-style: italic;
	font-size: 1.5rem !important;
	font-weight: 500;
}

/* ===== Typewriter eyebrow ===== */
.ovampiro-eyebrow,
.ovampiro-eyebrow .elementor-heading-title,
.ovampiro-eyebrow p {
	font-family: 'Special Elite', 'Courier New', monospace !important;
	color: var(--ot-wine) !important;
	letter-spacing: 0.4em !important;
	text-transform: uppercase;
	font-size: 0.85rem !important;
	font-weight: 400 !important;
}
.ovampiro-eyebrow--sepia,
.ovampiro-eyebrow--sepia .elementor-heading-title,
.ovampiro-eyebrow--sepia p {
	color: var(--ot-sepia) !important;
}

/* ===== Decorative double-line separator ===== */
.ovampiro-rule {
	width: 120px;
	height: 18px;
	margin: 1rem auto 2rem;
	position: relative;
}
.ovampiro-rule::before,
.ovampiro-rule::after {
	content: '';
	position: absolute;
	left: 0; right: 0;
	height: 1px;
	background: var(--ot-border-strong);
}
.ovampiro-rule::before { top: 6px; }
.ovampiro-rule::after  { top: 11px; }
.elementor-widget-divider.ovampiro-rule .elementor-divider { display: none; }

/* ===== Section backgrounds ===== */
.ovampiro-bg-paper-deep,
.ovampiro-bg-paper-deep > .elementor-container,
.ovampiro-bg-paper-deep > .e-con-inner {
	background-color: var(--ot-paper-deep) !important;
}
.ovampiro-bg-paper-deep {
	background-image: repeating-linear-gradient(45deg, transparent 0px, transparent 14px, rgba(90,74,50,0.025) 14px, rgba(90,74,50,0.025) 15px);
}
.ovampiro-section-border-top    { border-top: 1px solid var(--ot-border); }
.ovampiro-section-border-bottom { border-bottom: 1px solid var(--ot-border); }

/* Body / paragraphs */
.ovampiro-body p {
	font-family: 'Crimson Text', Georgia, serif;
	font-size: 1.15rem;
	line-height: 1.85;
	color: var(--ot-ink);
}

/* Portrait image (Apresentação) — vintage frame */
.ovampiro-portrait .elementor-widget-container,
.ovampiro-portrait {
	max-width: 100%;
}
.ovampiro-portrait img,
.ovampiro-portrait .elementor-widget-container img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 420px;
	margin: 0 auto;
	filter: sepia(0.12) saturate(0.95) contrast(1.02);
	box-shadow:
		0 0 0 1px var(--ot-border-strong),
		0 0 0 10px var(--ot-paper),
		0 0 0 11px var(--ot-border),
		0 14px 38px rgba(74, 58, 38, 0.4);
	transform: rotate(-1.2deg);
	transition: transform .3s ease;
}
.ovampiro-portrait img:hover { transform: rotate(0) translateY(-3px); }

/* Apresentação row: vertical-align so portrait & text sit nicely together */
.ovampiro-apresentacao .elementor-container,
.ovampiro-apresentacao .e-con-inner {
	align-items: center;
}
.ovampiro-apresentacao .ovampiro-section-title,
.ovampiro-apresentacao .ovampiro-section-title .elementor-heading-title {
	text-align: left !important;
	margin-top: 0;
}
/* Section-title underline rule should sit on the left in this layout */
.ovampiro-apresentacao .ovampiro-rule,
.ovampiro-apresentacao .elementor-widget-divider.ovampiro-rule {
	margin-left: 0 !important;
}

/* Drop cap on the first body paragraph of the Apresentação section */
.ovampiro-drop-cap > .elementor-widget-container > p:first-letter,
.ovampiro-drop-cap p:first-letter {
	font-family: 'Cormorant Garamond', serif;
	font-size: 3.5em;
	float: left;
	line-height: 0.9;
	padding: 0.3rem 0.5rem 0 0;
	color: var(--ot-wine);
	font-weight: 700;
}

/* ===== Plugin grid (Obras / Filmes / Teatro) ===== */
.ovampiro-grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fit, minmax(160px, 220px));
	justify-content: center;
	margin: 2rem auto 0;
	max-width: 1200px;
	width: 100%;
	padding: 0 0.5rem;
}

.ovampiro-card {
	position: relative;
	background: var(--ot-paper-deep);
	border: 0;
	cursor: pointer;
	display: block;
	color: #f6e9c8;
	padding: 0;
	overflow: hidden;
	aspect-ratio: 2 / 3;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	font: inherit;
	box-shadow:
		0 1px 0 var(--ot-border) inset,
		0 0 0 1px var(--ot-border-strong),
		0 0 0 4px var(--ot-paper),
		0 0 0 5px var(--ot-border),
		0 6px 18px rgba(74, 58, 38, 0.35);
	transition: transform .22s ease, box-shadow .22s ease;
}
.ovampiro-card:hover {
	transform: translateY(-4px) rotate(-0.5deg);
	box-shadow:
		0 1px 0 var(--ot-border) inset,
		0 0 0 1px var(--ot-wine),
		0 0 0 4px var(--ot-paper),
		0 0 0 5px var(--ot-wine),
		0 14px 32px rgba(122, 22, 32, 0.35);
}

.ovampiro-card__media { position: absolute; inset: 0; display: block; }
.ovampiro-card__img   { width: 100%; height: 100%; object-fit: cover; display: block; filter: sepia(0.18) saturate(0.92); }

.ovampiro-card::after {
	content: '';
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(42,31,21,0) 35%, rgba(42,31,21,0.85) 100%);
	pointer-events: none;
	z-index: 1;
}
.ovampiro-card--placeholder::after {
	background: linear-gradient(180deg, rgba(122,22,32,0.25) 0%, rgba(42,31,21,0.92) 95%);
}

.ovampiro-card__label {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	z-index: 2;
	padding: 1.5rem 0.9rem 1rem;
	color: #f6e9c8;
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-size: 1.15rem;
	font-weight: 600;
	font-style: italic;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-align: center;
	text-shadow: 0 2px 8px rgba(0,0,0,0.85);
}

.ovampiro-card--bg-1 {
	background-image: url('/wp-content/uploads/2026/05/dalton-trevisan.png');
	background-position: center 22%;
}
.ovampiro-card--bg-2 { background-image: url('/wp-content/uploads/2026/05/tema-curitiba-1.jpg'); }
.ovampiro-card--bg-3 { background-image: url('/wp-content/uploads/2026/05/tema-curitiba-2.jpg'); }
.ovampiro-card--bg-4 { background-image: url('/wp-content/uploads/2026/05/tema-curitiba-3.jpg'); }
.ovampiro-card--bg-5 { background-image: url('/wp-content/uploads/2026/05/tema-curitiba-4.jpg'); }

/* ===== Lightbox modal ===== */
.ovampiro-modal {
	max-width: 780px;
	width: 92vw;
	max-height: 90vh;
	border: 1px solid var(--ot-border-strong);
	background: var(--ot-paper);
	color: var(--ot-ink);
	padding: 0;
	border-radius: 2px;
	box-shadow:
		0 0 0 6px var(--ot-paper) inset,
		0 0 0 7px var(--ot-border) inset,
		0 25px 70px rgba(0,0,0,0.45);
}
.ovampiro-modal::backdrop { background: rgba(26, 16, 10, 0.78); backdrop-filter: blur(2px); }
.ovampiro-modal__close {
	position: absolute;
	top: 0.5rem; right: 0.85rem;
	background: transparent;
	border: 0;
	color: var(--ot-ink);
	font-size: 2rem;
	cursor: pointer;
	line-height: 1;
	padding: 0.25rem 0.5rem;
	font-family: 'Cormorant Garamond', serif;
}
.ovampiro-modal__close:hover { color: var(--ot-wine); }

.ovampiro-modal__body { padding: 2.5rem 2.25rem; overflow-y: auto; max-height: 90vh; }
.ovampiro-modal__title {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	color: var(--ot-wine);
	margin: 0 0 0.5rem;
	font-size: 2.2rem !important;
	font-weight: 600;
	font-style: italic;
	line-height: 1.15;
	text-align: center;
}
.ovampiro-modal__title::after {
	content: '❦';
	display: block;
	color: var(--ot-border-strong);
	font-size: 1.1rem;
	margin: 0.75rem auto 0;
	font-style: normal;
}

.ovampiro-modal__image { text-align: center; margin: 0 0 1.5rem; }
.ovampiro-modal__image img {
	max-height: 50vh; width: auto;
	border: 1px solid var(--ot-border);
	box-shadow: 0 4px 14px rgba(74, 58, 38, 0.35);
}
.ovampiro-modal__content {
	line-height: 1.85;
	font-size: 1.05rem;
	color: var(--ot-ink);
	font-family: 'Crimson Text', Georgia, serif !important;
}
.ovampiro-modal__content p { margin: 0 0 1em; text-align: justify; text-indent: 1.5em; }
.ovampiro-modal__content p:first-of-type { text-indent: 0; }

.ovampiro-modal__content .ovampiro-video,
.ovampiro-modal__content .wp-block-embed {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #000;
	margin: 1.5rem 0;
	border: 1px solid var(--ot-border-strong);
	box-shadow: 0 4px 14px rgba(74, 58, 38, 0.35);
	overflow: hidden;
}
.ovampiro-modal__content .ovampiro-video iframe,
.ovampiro-modal__content iframe {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

/* ===== Header / footer overrides for Hello Elementor ===== */
.site-header { background: var(--ot-paper-deep); border-bottom: 1px solid var(--ot-border); }
.site-footer { background: var(--ot-paper-deep); border-top: 1px solid var(--ot-border); }

/* Site title look */
.site-title, .site-title a, .site-description {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	color: var(--ot-ink) !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* ===== Elementor Pro Form (Participe) ===== */
.ovampiro-form-heading,
.ovampiro-form-heading .elementor-heading-title {
	text-align: center !important;
	font-size: 1.5rem !important;
	color: var(--ot-wine) !important;
}

.ovampiro-form {
	max-width: 720px;
	margin: 0 auto;
}
.ovampiro-form .elementor-form {
	background: var(--ot-paper);
	border: 1px solid var(--ot-border-strong);
	padding: 2rem 2rem 1.5rem;
	box-shadow:
		0 0 0 6px var(--ot-paper) inset,
		0 0 0 7px var(--ot-border) inset,
		0 8px 24px rgba(74, 58, 38, 0.18);
	position: relative;
}
.ovampiro-form .elementor-form::before,
.ovampiro-form .elementor-form::after {
	content: '';
	position: absolute;
	left: 2rem; right: 2rem;
	height: 1px;
	background: var(--ot-border);
}
.ovampiro-form .elementor-form::before { top: 1rem; }
.ovampiro-form .elementor-form::after  { bottom: 0.75rem; }

.ovampiro-form .elementor-field-label,
.ovampiro-form label {
	font-family: 'Special Elite', 'Courier New', monospace !important;
	font-size: 0.85rem !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase;
	color: var(--ot-sepia) !important;
	margin-bottom: 0.35rem !important;
	display: inline-block;
}
.ovampiro-form .elementor-field-required-mark { color: var(--ot-wine) !important; }

.ovampiro-form .elementor-field,
.ovampiro-form input[type="text"],
.ovampiro-form input[type="email"],
.ovampiro-form input[type="tel"],
.ovampiro-form input[type="number"],
.ovampiro-form textarea,
.ovampiro-form select {
	font-family: 'Crimson Text', Georgia, serif !important;
	font-size: 1.05rem !important;
	background: transparent !important;
	color: var(--ot-ink) !important;
	border: 0 !important;
	border-bottom: 1px solid var(--ot-border-strong) !important;
	border-radius: 0 !important;
	padding: 0.5rem 0.25rem !important;
	transition: border-color .2s;
	box-shadow: none !important;
}
.ovampiro-form textarea {
	border: 1px solid var(--ot-border-strong) !important;
	padding: 0.6rem 0.75rem !important;
	min-height: 120px;
	resize: vertical;
}
.ovampiro-form input:focus,
.ovampiro-form textarea:focus,
.ovampiro-form select:focus {
	outline: none !important;
	border-color: var(--ot-wine) !important;
	box-shadow: 0 1px 0 0 var(--ot-wine) !important;
}

.ovampiro-form .elementor-field-group {
	padding: 0 0.5rem 1rem !important;
}

.ovampiro-form .elementor-button,
.ovampiro-form button[type="submit"] {
	background: var(--ot-wine) !important;
	color: var(--ot-paper) !important;
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-style: italic !important;
	font-size: 1.15rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.05em !important;
	border: 1px solid var(--ot-wine-dark) !important;
	border-radius: 0 !important;
	padding: 0.85rem 2rem !important;
	box-shadow: 0 4px 14px rgba(122, 22, 32, 0.3);
	transition: background .2s, transform .15s;
	cursor: pointer;
}
.ovampiro-form .elementor-button:hover,
.ovampiro-form button[type="submit"]:hover {
	background: var(--ot-wine-dark) !important;
	transform: translateY(-1px);
}

.ovampiro-form .elementor-message {
	font-family: 'Crimson Text', Georgia, serif !important;
	font-style: italic;
	color: var(--ot-araucaria);
	background: rgba(31, 58, 46, 0.08);
	border: 1px solid var(--ot-araucaria);
	padding: 0.85rem 1rem;
	margin-top: 1rem;
}
.ovampiro-form .elementor-message-danger {
	color: var(--ot-wine);
	background: rgba(122, 22, 32, 0.06);
	border-color: var(--ot-wine);
}

/* ===== Footer template ===== */
.ovampiro-footer {
	background: var(--ot-paper-deep) !important;
	border-top: 1px solid var(--ot-border);
}
.ovampiro-footer-eyebrow {
	margin-bottom: 0.5rem !important;
}
.ovampiro-footer-eyebrow,
.ovampiro-footer-eyebrow .elementor-heading-title {
	font-family: 'Special Elite', 'Courier New', monospace !important;
	color: var(--ot-sepia) !important;
	letter-spacing: 0.35em !important;
	text-transform: uppercase !important;
	font-size: 0.78rem !important;
	font-weight: 400 !important;
}
.ovampiro-footer-title,
.ovampiro-footer-title .elementor-heading-title {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	color: var(--ot-wine) !important;
	font-style: italic;
	font-size: 1.35rem !important;
	font-weight: 600 !important;
	margin: 0 0 0.85rem !important;
	line-height: 1.2;
}
.ovampiro-footer-text p,
.ovampiro-footer-text {
	font-family: 'Crimson Text', Georgia, serif;
	color: var(--ot-ink-soft);
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 0.5em;
}

/* Footer icon list */
.ovampiro-footer-list .elementor-icon-list-item a {
	color: var(--ot-ink) !important;
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-size: 1.05rem !important;
	font-style: italic;
	text-decoration: none !important;
	border-bottom: 0 !important;
	transition: color .15s ease, padding-left .15s ease;
}
.ovampiro-footer-list .elementor-icon-list-item a:hover {
	color: var(--ot-wine) !important;
	padding-left: 4px;
}
.ovampiro-footer-list .elementor-icon-list-icon i {
	color: var(--ot-border-strong) !important;
}

.ovampiro-footer-bottom {
	background: var(--ot-paper-deep) !important;
	border-top: 1px solid var(--ot-border);
}
.ovampiro-footer-copyright p {
	color: var(--ot-sepia) !important;
}

/* ===== Elementor header template ===== */
.ovampiro-header {
	background: var(--ot-paper-deep) !important;
	border-bottom: 1px solid var(--ot-border);
	box-shadow: 0 1px 0 var(--ot-paper-shadow);
}

/* Site title widget in header */
.ovampiro-site-title,
.ovampiro-site-title .elementor-heading-title {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-size: 1.6rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase !important;
	color: var(--ot-ink) !important;
	margin: 0 !important;
	font-style: italic;
}
.ovampiro-site-title a,
.ovampiro-site-title .elementor-heading-title a {
	color: var(--ot-ink) !important;
	text-decoration: none !important;
	border-bottom: 0 !important;
}
.ovampiro-site-title a:hover { color: var(--ot-wine) !important; }

/* Nav menu styling */
.ovampiro-nav .elementor-nav-menu {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
}
.ovampiro-nav .elementor-nav-menu a {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-size: 1.05rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	color: var(--ot-ink) !important;
	padding: 0.6rem 0.9rem !important;
	border-bottom: 0 !important;
	text-decoration: none !important;
	transition: color .2s ease;
}
.ovampiro-nav .elementor-nav-menu a:hover,
.ovampiro-nav .elementor-nav-menu .current-menu-item a {
	color: var(--ot-wine) !important;
}
/* Underline pointer color override */
.ovampiro-nav .elementor-nav-menu .menu-item a::before,
.ovampiro-nav .elementor-nav-menu .menu-item a::after {
	background-color: var(--ot-wine) !important;
}

/* ======================================================================
   RESPONSIVE — Tablet (≤1024px) and Mobile (≤768px / ≤480px)
   ====================================================================== */

/* ----- Tablet ----- */
@media (max-width: 1024px) {
	body { font-size: 1.05rem; }

	.ovampiro-hero h1,
	.ovampiro-hero .elementor-heading-title {
		font-size: clamp(2.2rem, 6vw, 3.6rem) !important;
	}

	.ovampiro-section-title,
	.ovampiro-section-title .elementor-heading-title {
		font-size: clamp(1.8rem, 4.5vw, 2.5rem) !important;
	}

	.ovampiro-modal { width: 94vw; }
	.ovampiro-modal__body { padding: 2rem 1.5rem; }
	.ovampiro-modal__title { font-size: 1.85rem !important; }
}

/* ----- Mobile ----- */
@media (max-width: 768px) {
	body { font-size: 1rem; line-height: 1.7; }

	/* Hero */
	.ovampiro-hero h1,
	.ovampiro-hero .elementor-heading-title {
		font-size: clamp(2rem, 8vw, 2.8rem) !important;
		line-height: 1.1;
	}

	/* Section titles */
	.ovampiro-section-title,
	.ovampiro-section-title .elementor-heading-title {
		font-size: clamp(1.6rem, 6vw, 2.2rem) !important;
	}

	.ovampiro-subheading,
	.ovampiro-subheading .elementor-heading-title {
		font-size: 1.25rem !important;
	}

	/* Eyebrows shrink letter-spacing on mobile so they don't wrap awkwardly */
	.ovampiro-eyebrow,
	.ovampiro-eyebrow .elementor-heading-title,
	.ovampiro-eyebrow p {
		letter-spacing: 0.25em !important;
		font-size: 0.75rem !important;
	}

	/* Drop-cap smaller on small screens */
	.ovampiro-drop-cap > .elementor-widget-container > p:first-letter,
	.ovampiro-drop-cap p:first-letter {
		font-size: 2.5em;
		padding: 0.2rem 0.35rem 0 0;
	}

	/* Cards grid: 2 cols max on tablet, 2 on phone */
	.ovampiro-grid {
		grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
		gap: 1rem;
		max-width: 100%;
	}

	.ovampiro-card__label { font-size: 1rem; padding: 1.1rem 0.6rem 0.75rem; }

	/* Modal: full-width on mobile */
	.ovampiro-modal {
		width: 96vw;
		max-height: 92vh;
	}
	.ovampiro-modal__body { padding: 1.5rem 1.1rem; max-height: 92vh; }
	.ovampiro-modal__title { font-size: 1.55rem !important; }
	.ovampiro-modal__image img { max-height: 35vh; }
	.ovampiro-modal__content { font-size: 0.98rem; line-height: 1.7; }
	.ovampiro-modal__content p { text-indent: 0; }

	/* Header: stack site title + menu vertically */
	.ovampiro-header .elementor-container {
		flex-direction: column !important;
		gap: 0.5rem !important;
	}
	.ovampiro-header .elementor-column {
		width: 100% !important;
	}
	.ovampiro-site-title,
	.ovampiro-site-title .elementor-heading-title {
		font-size: 1.25rem !important;
		text-align: center !important;
	}
	.ovampiro-nav .elementor-nav-menu {
		justify-content: center !important;
	}
	.ovampiro-nav .elementor-nav-menu a {
		font-size: 0.9rem !important;
		padding: 0.4rem 0.55rem !important;
		letter-spacing: 0.06em !important;
	}

	/* Footer: stack columns */
	.ovampiro-footer .elementor-container,
	.ovampiro-footer .e-con-inner {
		flex-direction: column !important;
		gap: 2rem !important;
	}
	.ovampiro-footer .elementor-column {
		width: 100% !important;
	}
	.ovampiro-footer-title,
	.ovampiro-footer-title .elementor-heading-title {
		text-align: center !important;
		font-size: 1.2rem !important;
	}
	.ovampiro-footer-eyebrow,
	.ovampiro-footer-eyebrow .elementor-heading-title {
		text-align: center !important;
	}
	.ovampiro-footer-text p,
	.ovampiro-footer-text {
		text-align: center !important;
	}
	.ovampiro-footer-list { display: flex; justify-content: center; }

	/* Sections: less padding on small screens */
	.elementor-section { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
	.ovampiro-bg-paper-deep { padding-top: 3rem !important; padding-bottom: 3rem !important; }

	/* Form: less padding, stack fields */
	.ovampiro-form .elementor-form {
		padding: 1.5rem 1rem 1rem;
	}
	.ovampiro-form .elementor-form::before,
	.ovampiro-form .elementor-form::after { left: 1rem; right: 1rem; }
	.ovampiro-form .elementor-field-group { width: 100% !important; padding: 0 0 0.85rem !important; }

	/* Apresentação: stack portrait above text on mobile */
	.ovampiro-apresentacao .elementor-container,
	.ovampiro-apresentacao .e-con-inner {
		flex-direction: column !important;
	}
	.ovampiro-apresentacao .elementor-column { width: 100% !important; }
	.ovampiro-portrait img,
	.ovampiro-portrait .elementor-widget-container img {
		max-width: 240px;
		margin-bottom: 1.5rem;
	}
	.ovampiro-apresentacao .ovampiro-section-title,
	.ovampiro-apresentacao .ovampiro-section-title .elementor-heading-title {
		text-align: center !important;
	}
}

/* ----- Phone narrow ----- */
@media (max-width: 480px) {
	.ovampiro-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 0.75rem;
	}
	.ovampiro-card__label {
		font-size: 0.9rem;
		padding: 0.85rem 0.5rem 0.65rem;
	}
	.ovampiro-card { box-shadow:
		0 1px 0 var(--ot-border) inset,
		0 0 0 1px var(--ot-border-strong),
		0 0 0 3px var(--ot-paper),
		0 0 0 4px var(--ot-border),
		0 4px 12px rgba(74, 58, 38, 0.3);
	}

	.ovampiro-modal__title { font-size: 1.35rem !important; }
	.ovampiro-modal__body { padding: 1.25rem 0.9rem; }

	.ovampiro-nav .elementor-nav-menu a {
		font-size: 0.82rem !important;
		padding: 0.35rem 0.45rem !important;
	}
}
