/*
Theme Name: Chá de Casa Nova
Theme URI: https://chadecasanova.online
Description: Tema dedicado ao plugin Chá de Casa Nova — lista de presentes em largura total, visual limpo e sem distrações do tema padrão do WordPress.
Author: Marcos & Rachel
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: cha-casa-nova-theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Base reset for the gift-list experience */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: #e6e8db;
	color: #33352e;
	font-family: Montserrat, system-ui, -apple-system, "Segoe UI", sans-serif;
	line-height: 1.5;
}

body.cha-casa-nova-page {
	background: #e6e8db;
}

.site {
	width: 100%;
	min-height: 100vh;
}

.site-main {
	width: 100%;
}

/* List pages: no chrome */
body.cha-casa-nova-page .site-main {
	padding: 0;
	margin: 0;
}

body.cha-casa-nova-page .entry-content {
	max-width: none;
	padding: 0;
	margin: 0;
}

/* Generic inner pages (privacy, etc.) */
body:not(.cha-casa-nova-page) .site-main {
	max-width: 720px;
	margin: 0 auto;
	padding: 48px 20px 64px;
}

body:not(.cha-casa-nova-page) .entry-header {
	margin-bottom: 24px;
}

body:not(.cha-casa-nova-page) .entry-title {
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: clamp(28px, 5vw, 36px);
	font-weight: 600;
	color: #213a5c;
	margin: 0;
}

body:not(.cha-casa-nova-page) .entry-content {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 18px;
	color: #44463c;
}

body:not(.cha-casa-nova-page) .entry-content a {
	color: #b65a35;
}

body:not(.cha-casa-nova-page) .site-footer {
	text-align: center;
	padding: 24px 16px 32px;
	font-size: 12px;
	color: #8a8c7e;
}

body:not(.cha-casa-nova-page) .site-footer a {
	color: #213a5c;
	text-decoration: none;
}

/* Admin bar spacing */
body.admin-bar .site {
	padding-top: 0;
}

@media screen and (max-width: 782px) {
	body.admin-bar .site {
		padding-top: 46px;
	}
}

@media screen and (min-width: 783px) {
	body.admin-bar .site {
		padding-top: 32px;
	}
}
