/**
 * Base — reset leve e tokens (tema independente).
 *
 * @package Theme_Goodds
 */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	min-height: 100vh;
	font-family: var(--pg-font-body, system-ui, sans-serif);
	color: var(--pg-color-text, #1a1a1a);
	background: var(--pg-color-bg, #fff);
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

img,
picture,
svg,
video {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration-thickness: from-font;
}

button,
input,
select,
textarea {
	font: inherit;
	color: inherit;
}

button {
	cursor: pointer;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

.pg-skip-link:focus {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 100000;
	padding: 10px 14px;
	background: #111;
	color: #fff;
	clip: auto !important;
	height: auto;
	width: auto;
}

.pg-main {
	display: block;
	width: 100%;
	min-height: 40vh;
}

.pg-container {
	width: min(1120px, calc(100% - 2.5rem));
	margin-inline: auto;
}

.pg-content-wrap {
	padding-block: 2.5rem 4rem;
}

.pg-entry__head {
	margin-bottom: 1.5rem;
}

.pg-entry__title {
	margin: 0 0 0.5rem;
	font-family: var(--pg-font-heading, Georgia, serif);
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	line-height: 1.15;
}

.pg-entry__body {
	max-width: 68ch;
}

.pg-archive-list {
	display: grid;
	gap: 1.5rem;
}

.pg-archive-item__title {
	margin: 0 0 0.35rem;
	font-size: 1.25rem;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
