/*
Theme Name: Bosque Perdido
Theme URI: https://example.com/bosque-perdido
Author: Feito para a festa da Leonor
Description: Tema encantado para a festa de aniversário da Leonor — hero em camadas com parallax (árvore, espada, fadas e a pequena aventureira), névoa e fadinhas voando. Compatível com WooCommerce (lista de presentes e confirmação de presença).
Version: 1.0.0
Requires at least: 6.2
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: bosque-perdido
Tags: custom-colors, e-commerce, one-column, custom-logo
*/

@font-face {
	font-family: "Triforce";
	src: url("assets/fonts/Triforce.woff2") format("woff2"), url("assets/fonts/Triforce.ttf") format("truetype");
	font-weight: normal; font-style: normal; font-display: swap;
}

:root {
	--dourado: #d9b54a;
	--dourado-claro: #f6e3a1;
	--dourado-escuro: #8a6a1c;
	--musgo-1: #56682c;
	--musgo-2: #3b4a1e;
	--musgo-3: #26311a;
	--noite: #07130f;
	--fundo: #0c231c;
	--musgo: #1f4a34;
	--folha: #3f7a4f;
	--folha-clara: #7fbf8a;
	--nevoa: #cfe6e3;
	--fada: #7fd8ff;
	--fada-nucleo: #eafcff;
	--casca: #4a3826;
	--ouro: #e8cc72;
	--tinta: #e9f3ef;
	--tinta-suave: #a9c6bc;
	--pergaminho: rgba(24, 30, 14, 0.78);
	--borda: rgba(217, 181, 74, 0.28);
	--raio: 18px;
	--sombra: 0 20px 60px rgba(0, 0, 0, 0.45);
	--fonte-logo: "Triforce", "Cinzel Decorative", Georgia, serif;
	--fonte-titulo: "Cinzel Decorative", "Cormorant Garamond", Georgia, serif;
	--fonte-texto: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	--fonte-ui: "Quicksand", system-ui, -apple-system, "Segoe UI", sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
	margin: 0;
	min-height: 100vh;
	background: var(--noite);
	color: var(--tinta);
	font-family: var(--fonte-texto);
	font-size: 1.2rem;
	line-height: 1.6;
	overflow-x: hidden;
}

a { color: var(--fada); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--fada-nucleo); }
img { max-width: 100%; height: auto; }
h1, h2, h3, h4 { font-family: var(--fonte-titulo); font-weight: 400; line-height: 1.2; color: var(--ouro); margin: 0 0 .6em; }
h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); }
p { margin: 0 0 1em; }

/* ------------------------------------------------------------------ */
/* Cena de fundo: céu, silhuetas, névoa e fadinhas                    */
/* ------------------------------------------------------------------ */

.bosque-cena { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }

.bosque-ceu {
	position: absolute; inset: -20px;
	background-size: cover !important; background-position: center 30% !important;
	filter: saturate(1.1);
	background:
		radial-gradient(ellipse 60% 45% at 50% 18%, rgba(127, 216, 255, .16), transparent 70%),
		radial-gradient(ellipse 40% 30% at 15% 70%, rgba(63, 122, 79, .25), transparent 70%),
		radial-gradient(ellipse 40% 30% at 85% 65%, rgba(63, 122, 79, .22), transparent 70%),
		linear-gradient(180deg, #0a1f19 0%, #0c231c 45%, #07130f 100%);
}


.bosque-nevoa {
	position: absolute; left: -50%; width: 200%;
	background-repeat: repeat-x;
	filter: blur(18px);
	will-change: transform;
}
.bosque-nevoa--1 {
	bottom: -6vh; height: 42vh; opacity: .7;
	background-image:
		radial-gradient(ellipse 18% 55% at 10% 60%, rgba(207, 230, 227, .55), transparent 70%),
		radial-gradient(ellipse 22% 60% at 35% 70%, rgba(207, 230, 227, .45), transparent 70%),
		radial-gradient(ellipse 16% 50% at 62% 55%, rgba(207, 230, 227, .5), transparent 70%),
		radial-gradient(ellipse 20% 60% at 85% 65%, rgba(207, 230, 227, .45), transparent 70%);
	animation: nevoa-deriva 70s linear infinite;
}
.bosque-nevoa--2 {
	bottom: 12vh; height: 32vh; opacity: .42;
	background-image:
		radial-gradient(ellipse 25% 50% at 20% 50%, rgba(180, 225, 230, .5), transparent 70%),
		radial-gradient(ellipse 20% 45% at 55% 60%, rgba(180, 225, 230, .45), transparent 70%),
		radial-gradient(ellipse 25% 50% at 88% 45%, rgba(180, 225, 230, .5), transparent 70%);
	animation: nevoa-deriva 110s linear infinite reverse;
}
.bosque-nevoa--3 {
	top: 18vh; height: 28vh; opacity: .22;
	background-image:
		radial-gradient(ellipse 30% 40% at 30% 50%, rgba(207, 230, 227, .6), transparent 70%),
		radial-gradient(ellipse 25% 40% at 75% 50%, rgba(207, 230, 227, .6), transparent 70%);
	animation: nevoa-deriva 150s linear infinite;
}
@keyframes nevoa-deriva {
	from { transform: translateX(0); }
	to   { transform: translateX(25%); }
}

/* Fadinhas */
.bosque-fadas { position: absolute; inset: 0; }
.fada { position: absolute; left: 0; top: 0; width: 72px; margin: -49px 0 0 -36px; will-change: transform; } /* o ponto (0,0) fica no núcleo da fadinha */
.fada img { display: block; width: 100%; height: auto; animation: fada-pulsar var(--pulsar, 3s) ease-in-out infinite; filter: drop-shadow(0 0 8px rgba(127, 216, 255, .75)) drop-shadow(0 0 18px rgba(80, 170, 255, .35)); }
@keyframes fada-pulsar { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .85; transform: scale(.95); } }

.fada-faisca {
	position: absolute; width: 4px; height: 4px; margin: -2px 0 0 -2px; border-radius: 50%;
	background: var(--fada-nucleo);
	box-shadow: 0 0 6px 2px rgba(127, 216, 255, .8);
	animation: faisca-cair 1.4s ease-out forwards;
}
@keyframes faisca-cair {
	from { opacity: .9; transform: translateY(0) scale(1); }
	to   { opacity: 0;  transform: translateY(26px) scale(.2); }
}

/* ------------------------------------------------------------------ */
/* Estrutura                                                          */
/* ------------------------------------------------------------------ */

.bosque-topo, .bosque-conteudo, .bosque-rodape { position: relative; z-index: 1; }

.bosque-topo {
	position: sticky; top: 0; z-index: 10;
	background: linear-gradient(180deg, rgba(7, 19, 15, .92), rgba(7, 19, 15, .55));
	backdrop-filter: blur(8px);
	border-bottom: 1px solid var(--borda);
	font-family: var(--fonte-ui);
}
.bosque-topo__inner {
	max-width: 1180px; margin: 0 auto; padding: 12px 20px;
	display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
}
.bosque-marca { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ouro); margin-right: auto; }
.bosque-marca__nome { font-family: var(--fonte-titulo); font-size: 1.25rem; }
.bosque-marca__logo { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.bosque-marca__fada {
	width: 14px; height: 14px; border-radius: 50%;
	background: var(--fada-nucleo);
	box-shadow: 0 0 10px 4px rgba(127, 216, 255, .85), 0 0 26px 10px rgba(80, 180, 255, .35);
	animation: fada-pulsar 3s ease-in-out infinite;
}
.bosque-nav .menu { list-style: none; display: flex; gap: 6px; margin: 0; padding: 0; flex-wrap: wrap; }
.bosque-nav a {
	display: block; padding: 8px 14px; border-radius: 999px;
	color: var(--tinta); text-decoration: none; font-size: .95rem; font-weight: 600;
	transition: background .3s, color .3s, box-shadow .3s;
}
.bosque-nav a:hover, .bosque-nav .current-menu-item > a {
	background: rgba(127, 216, 255, .12); color: var(--fada-nucleo);
	box-shadow: 0 0 18px rgba(127, 216, 255, .25);
}
.bosque-carrinho {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 8px 16px; border-radius: 999px; border: 1px solid var(--borda);
	color: var(--tinta); text-decoration: none; font-weight: 600; font-size: .95rem;
}
.bosque-carrinho__icone { color: var(--fada); text-shadow: 0 0 8px var(--fada); }
.bosque-carrinho__n {
	min-width: 22px; height: 22px; padding: 0 6px; border-radius: 11px;
	display: inline-grid; place-items: center;
	background: var(--fada); color: var(--noite); font-size: .8rem;
}

.bosque-conteudo { max-width: 1180px; margin: 0 auto; padding: 0 20px 80px; }
.home .bosque-conteudo { padding-top: 0; }
.bosque-pagina { padding-top: 48px; }

.bosque-pergaminho {
	background: var(--pergaminho);
	border: 1px solid var(--borda);
	border-radius: var(--raio);
	padding: clamp(24px, 4vw, 48px);
	box-shadow: var(--sombra), inset 0 0 60px rgba(127, 216, 255, .04);
	backdrop-filter: blur(6px);
}
.bosque-entrada + .bosque-entrada { margin-top: 28px; }
.bosque-entrada__titulo { font-size: clamp(1.8rem, 4vw, 2.8rem); }
.bosque-entrada__titulo a { color: inherit; text-decoration: none; }
.bosque-centro { text-align: center; }

/* ------------------------------------------------------------------ */
/* Página inicial                                                     */
/* ------------------------------------------------------------------ */

.bosque-sobretitulo {
	font-family: var(--fonte-ui); text-transform: uppercase; letter-spacing: .25em;
	font-size: .8rem; color: var(--fada); margin-bottom: 18px;
	text-shadow: 0 0 12px rgba(127, 216, 255, .6);
}
.bosque-titulo {
	font-size: clamp(2.6rem, 6.5vw, 5rem);
	color: var(--ouro);
	text-shadow: 0 0 30px rgba(233, 217, 166, .25), 0 2px 0 rgba(0, 0, 0, .4);
	margin-bottom: 16px;
}
.bosque-subtitulo { font-size: clamp(1.25rem, 2.4vw, 1.6rem); font-style: italic; color: var(--tinta-suave); max-width: 32ch; }
.bosque-acoes { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }

.bosque-botao,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit,
.woocommerce a.button.alt, .woocommerce button.button.alt,
.wp-element-button, .wc-block-components-button:not(.is-link) {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	padding: 14px 26px; border-radius: 999px; border: 1px solid rgba(234, 252, 255, .6);
	background: radial-gradient(circle at 30% 30%, #bff0ff, var(--fada) 45%, #3aa6d6);
	color: #06202b !important; font-family: var(--fonte-ui); font-weight: 600; font-size: 1rem;
	text-decoration: none; cursor: pointer; line-height: 1.2;
	box-shadow: 0 0 22px rgba(127, 216, 255, .45), inset 0 -3px 8px rgba(0, 60, 90, .25);
	transition: transform .25s, box-shadow .25s;
}
.bosque-botao:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover,
.wc-block-components-button:not(.is-link):hover {
	transform: translateY(-2px);
	box-shadow: 0 0 34px rgba(127, 216, 255, .75), inset 0 -3px 8px rgba(0, 60, 90, .25);
}
.bosque-botao--fantasma {
	background: rgba(127, 216, 255, .06); color: var(--fada-nucleo) !important;
	border-color: var(--borda); box-shadow: none;
}
.bosque-botao--fantasma:hover { background: rgba(127, 216, 255, .14); }

.bosque-convite { max-width: 820px; margin: 20px auto 40px; text-align: center; }
.bosque-convite__msg { font-size: clamp(1.25rem, 2.2vw, 1.5rem); font-style: italic; }

.bosque-detalhes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 0 0 64px; }
.bosque-cartao {
	text-align: center; padding: 30px 24px; border-radius: var(--raio);
	background: linear-gradient(180deg, rgba(31, 74, 52, .55), rgba(10, 30, 24, .75));
	border: 1px solid var(--borda); box-shadow: var(--sombra);
}
.bosque-cartao h3 { font-size: 1.3rem; margin-bottom: 8px; }
.bosque-cartao p { margin: 0; font-size: 1.3rem; }
.bosque-cartao__sub { color: var(--tinta-suave); }
.bosque-cartao__icone { display: block; font-size: 2rem; color: var(--fada); text-shadow: 0 0 16px var(--fada); margin-bottom: 8px; }

.bosque-vitrine { text-align: center; }
.bosque-vitrine__intro { color: var(--tinta-suave); max-width: 60ch; margin: 0 auto 32px; }

/* ------------------------------------------------------------------ */
/* WooCommerce                                                        */
/* ------------------------------------------------------------------ */

.woocommerce-products-header__title, .product_title { font-size: clamp(1.8rem, 4vw, 2.6rem); }
.term-description, .woocommerce-result-count { color: var(--tinta-suave); }
.woocommerce-ordering select, .woocommerce select, .woocommerce input.input-text, .woocommerce textarea,
.bosque-rsvp-campos textarea, .woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	width: 100%; padding: 12px 14px; border-radius: 12px;
	background: rgba(7, 19, 15, .7); color: var(--tinta);
	border: 1px solid var(--borda); font-family: var(--fonte-ui); font-size: 1rem;
}
.woocommerce-ordering select { width: auto; }
.woocommerce .quantity .qty { width: 5em; text-align: center; padding: 12px 6px; }
.woocommerce-result-count { float: left; margin: 8px 0 20px; font-family: var(--fonte-ui); font-size: .95rem; }
.woocommerce-ordering { float: right; margin: 0 0 20px; }

ul.products {
	list-style: none; margin: 0; padding: 0; clear: both;
	display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px;
}
ul.products::before, ul.products::after { display: none; }
ul.products li.product {
	position: relative; margin: 0 !important; width: auto !important; float: none !important;
	padding: 18px 18px 22px; text-align: center;
	background: linear-gradient(180deg, rgba(31, 74, 52, .5), rgba(10, 30, 24, .82));
	border: 1px solid var(--borda); border-radius: var(--raio);
	box-shadow: 0 14px 40px rgba(0, 0, 0, .35);
	transition: transform .3s, box-shadow .3s;
}
ul.products li.product:hover { transform: translateY(-4px); box-shadow: 0 18px 50px rgba(0, 0, 0, .45), 0 0 30px rgba(127, 216, 255, .18); }
ul.products li.product a { text-decoration: none; color: inherit; }
ul.products li.product img { border-radius: 12px; margin: 0 0 14px; aspect-ratio: 1; object-fit: cover; width: 100%; }
.woocommerce-loop-product__title { font-family: var(--fonte-titulo); font-size: 1.1rem !important; color: var(--ouro); margin: 0 0 6px; }
.price { display: block; color: var(--fada-nucleo) !important; font-family: var(--fonte-ui); font-weight: 600; margin-bottom: 14px; }
.price del { opacity: .5; }
.onsale {
	position: absolute; top: 12px; left: 12px; z-index: 2;
	padding: 4px 12px; border-radius: 999px; background: var(--ouro); color: var(--noite); font-family: var(--fonte-ui); font-size: .8rem;
}
.added_to_cart { display: block; margin-top: 10px; font-family: var(--fonte-ui); font-size: .9rem; }

/* Produto individual */
.woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 40px; align-items: start; }
.woocommerce div.product .woocommerce-product-gallery { margin: 0; }
.woocommerce div.product .woocommerce-product-gallery img { border-radius: var(--raio); }
.woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related, .woocommerce div.product .upsells { grid-column: 1 / -1; }
.woocommerce div.product form.cart { display: flex; flex-wrap: wrap; gap: 14px; align-items: flex-end; margin: 24px 0; }
.bosque-rsvp-campos { flex: 1 1 100%; }
.bosque-rsvp-campos label { display: block; font-family: var(--fonte-ui); font-weight: 600; margin-bottom: 8px; }
.bosque-rsvp-campos small { font-weight: 400; color: var(--tinta-suave); }
.product_meta { font-family: var(--fonte-ui); font-size: .9rem; color: var(--tinta-suave); }
.product_meta a { color: var(--tinta-suave); }
.stock { font-family: var(--fonte-ui); }
.stock.out-of-stock { color: var(--ouro); }
.woocommerce-tabs ul.tabs { list-style: none; display: flex; gap: 8px; padding: 0; margin: 20px 0; border-bottom: 1px solid var(--borda); }
.woocommerce-tabs ul.tabs li a { display: block; padding: 10px 18px; font-family: var(--fonte-ui); text-decoration: none; }
.woocommerce-tabs ul.tabs li.active a { color: var(--fada-nucleo); box-shadow: inset 0 -2px 0 var(--fada); }
.woocommerce-breadcrumb { font-family: var(--fonte-ui); font-size: .9rem; color: var(--tinta-suave); margin-bottom: 20px; }

/* Avisos */
.woocommerce-message, .woocommerce-info, .woocommerce-error, .wc-block-components-notice-banner {
	list-style: none; padding: 16px 20px !important; margin: 0 0 24px !important; border-radius: 14px;
	background: rgba(127, 216, 255, .1) !important; border: 1px solid var(--borda) !important; color: var(--tinta) !important;
	font-family: var(--fonte-ui); font-size: 1rem;
	display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between;
}
.woocommerce-error { background: rgba(233, 120, 120, .12) !important; }
.woocommerce-message::before, .woocommerce-info::before { content: "✦ "; color: var(--fada); }
.woocommerce-message .button { order: 2; padding: 8px 16px; }

/* Carrinho e checkout (clássico) */
.woocommerce table.shop_table { width: 100%; border-collapse: collapse; font-family: var(--fonte-ui); font-size: 1rem; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 14px 10px; border-bottom: 1px solid var(--borda); text-align: left; }
.woocommerce table.shop_table img { width: 64px; border-radius: 10px; }
.woocommerce a.remove { color: var(--ouro) !important; font-size: 1.4rem; text-decoration: none; }
.woocommerce .cart-collaterals { margin-top: 32px; }
.woocommerce .cart_totals h2 { font-size: 1.5rem; }
.woocommerce .coupon { display: none; }
.woocommerce form .form-row { margin: 0 0 16px; }
.woocommerce form .form-row label { display: block; font-family: var(--fonte-ui); font-weight: 600; font-size: .95rem; margin-bottom: 6px; }
.woocommerce form .form-row .required { color: var(--fada); text-decoration: none; }
.bosque-oculto { display: none !important; }
.woocommerce-checkout .col2-set { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
#order_review_heading { margin-top: 32px; }
.woocommerce-checkout #payment { background: rgba(7, 19, 15, .5); border: 1px solid var(--borda); border-radius: 14px; padding: 20px; margin-top: 20px; font-family: var(--fonte-ui); }
.woocommerce-checkout #payment ul.payment_methods { list-style: none; padding: 0; margin: 0 0 16px; }
.woocommerce-checkout #payment .payment_box { font-size: .95rem; color: var(--tinta-suave); padding: 8px 0 12px 26px; }
.woocommerce-order-overview { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 20px; font-family: var(--fonte-ui); }

/* Blocos do Woo (caso use carrinho/checkout em blocos) */
.wc-block-components-text-input input, .wc-block-components-textarea, .wc-blocks-components-select__select {
	background: rgba(7, 19, 15, .7) !important; color: var(--tinta) !important; border-color: var(--borda) !important;
}
.wc-block-components-text-input label { color: var(--tinta-suave) !important; }
.wc-block-cart, .wc-block-checkout { color: var(--tinta); font-family: var(--fonte-ui); }

/* ------------------------------------------------------------------ */
/* Rodapé                                                             */
/* ------------------------------------------------------------------ */

.bosque-rodape {
	text-align: center; padding: 60px 20px 40px;
	background: linear-gradient(180deg, transparent, rgba(4, 12, 9, .95) 45%);
	color: var(--tinta-suave);
}
.bosque-rodape__frase { font-size: 1.3rem; color: var(--ouro); }
.bosque-rodape__assina { font-family: var(--fonte-ui); font-size: .9rem; margin: 0; }

/* ------------------------------------------------------------------ */
/* Responsivo e acessibilidade                                        */
/* ------------------------------------------------------------------ */

@media (max-width: 900px) {
	.bosque-detalhes { grid-template-columns: 1fr; }
	ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
	.woocommerce div.product { grid-template-columns: 1fr; }
	.woocommerce-checkout .col2-set { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
	body { font-size: 1.1rem; }
	.bosque-topo__inner { gap: 10px; padding: 10px 16px; }
	.bosque-nav { order: 3; width: 100%; }
	.bosque-nav .menu { justify-content: center; }
	.bosque-nav a { padding: 6px 10px; font-size: .88rem; }
	.bosque-conteudo { padding: 0 16px 60px; }
	ul.products { grid-template-columns: 1fr; }
	.woocommerce-result-count, .woocommerce-ordering { float: none; }
}
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition: none !important; }
}
:focus-visible { outline: 2px solid var(--fada); outline-offset: 3px; border-radius: 6px; }

/* ------------------------------------------------------------------ */
/* Hero em camadas (parallax)                                         */
/* ------------------------------------------------------------------ */

.px-hero {
	position: relative;
	/* ocupa a largura toda da janela, mesmo dentro do container */
	width: 100vw; left: 50%; margin-left: -50vw;
	height: calc(100vh - 65px); height: calc(100svh - 65px); min-height: 560px;
	overflow: hidden; isolation: isolate;
	background: #0b1a0f;
	margin-bottom: 56px;
}
.px-palco { position: absolute; inset: 0; }
.px-camada { position: absolute; inset: 0; will-change: transform; pointer-events: none; }

.px-arvore {
	inset: -7% -5%;
	background-size: cover; background-position: center 18%;
	animation: px-respira 18s ease-in-out infinite alternate;
}
@keyframes px-respira { from { scale: 1.02; } to { scale: 1.07; } }

.px-raios {
	inset: -10%;
	background:
		linear-gradient(115deg, transparent 38%, rgba(255, 230, 160, .16) 44%, transparent 50%),
		linear-gradient(118deg, transparent 52%, rgba(255, 230, 160, .12) 56%, transparent 61%),
		linear-gradient(112deg, transparent 63%, rgba(255, 230, 160, .10) 66%, transparent 70%);
	mix-blend-mode: screen;
	animation: px-raios 9s ease-in-out infinite alternate;
}
@keyframes px-raios { from { opacity: .55; } to { opacity: 1; } }

.px-nevoa { inset: auto -30% 0; background-repeat: repeat-x; filter: blur(16px); }
.px-nevoa::before {
	content: ""; position: absolute; inset: 0; background: inherit;
}
.px-nevoa--fundo {
	height: 42%; bottom: 8%; opacity: .55;
	background-image:
		radial-gradient(ellipse 18% 50% at 15% 60%, rgba(240, 240, 220, .6), transparent 70%),
		radial-gradient(ellipse 22% 55% at 45% 65%, rgba(240, 240, 220, .5), transparent 70%),
		radial-gradient(ellipse 18% 50% at 80% 55%, rgba(240, 240, 220, .55), transparent 70%);
}
.px-nevoa--meio {
	height: 30%; bottom: 0; opacity: .5;
	background-image:
		radial-gradient(ellipse 20% 60% at 25% 70%, rgba(230, 240, 235, .6), transparent 70%),
		radial-gradient(ellipse 24% 60% at 65% 75%, rgba(230, 240, 235, .55), transparent 70%);
}
.px-nevoa--frente {
	height: 24%; bottom: -6%; opacity: .45;
	background-image:
		radial-gradient(ellipse 30% 60% at 10% 70%, rgba(235, 240, 235, .7), transparent 70%),
		radial-gradient(ellipse 26% 60% at 90% 70%, rgba(235, 240, 235, .6), transparent 70%);
}
.px-nevoa--fundo::before, .px-nevoa--meio::before, .px-nevoa--frente::before { display: none; }
.px-nevoa--fundo { animation: px-deriva 60s linear infinite alternate; }
.px-nevoa--meio  { animation: px-deriva 45s linear infinite alternate-reverse; }
.px-nevoa--frente { animation: px-deriva 38s linear infinite alternate; }
@keyframes px-deriva { from { translate: -6% 0; } to { translate: 6% 0; } }

.px-espada img {
	position: absolute; left: 50%; bottom: 7%;
	height: 50%; width: auto; max-width: none;
	translate: -50% 0;
	filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .45));
}
.px-espada::after { /* halo dourado atrás da lâmina */
	content: ""; position: absolute; left: 50%; bottom: 30%; width: 36vh; height: 36vh; translate: -50% 0;
	background: radial-gradient(circle, rgba(255, 225, 140, .35), transparent 65%);
	mix-blend-mode: screen; z-index: -1;
	animation: px-raios 4s ease-in-out infinite alternate;
}

.px-fada { position: absolute; }
.px-fada img { display: block; width: 100%; height: auto; filter: drop-shadow(0 0 22px rgba(127, 216, 255, .75)); }
.px-fada--1 { left: 49%; top: 12%; width: min(15vw, 26vh); animation: px-voar-1 7s ease-in-out infinite; }
.px-fada--2 { left: 30%; top: 30%; width: min(10vw, 17vh); animation: px-voar-2 9s ease-in-out infinite; }
.px-fada img { animation: fada-pulsar 3.2s ease-in-out infinite; }
@keyframes px-voar-1 {
	0%, 100% { translate: 0 0; rotate: 0deg; }
	25% { translate: 2vw -2vh; rotate: 6deg; }
	50% { translate: -2vw 3vh; rotate: -4deg; }
	75% { translate: 1vw 5vh; rotate: 3deg; }
}
@keyframes px-voar-2 {
	0%, 100% { translate: 0 0; rotate: 0deg; }
	30% { translate: -3vw 3vh; rotate: -8deg; }
	60% { translate: 2vw -2vh; rotate: 5deg; }
}

.px-kokiri img {
	position: absolute; left: 24%; bottom: -6%;
	height: 72%; width: auto; max-width: none;
	translate: -50% 0;
	filter: drop-shadow(0 20px 40px rgba(0, 0, 0, .5));
}

.px-vinheta {
	position: absolute; inset: 0; pointer-events: none;
	background:
		linear-gradient(90deg, transparent 48%, rgba(7, 19, 15, .35) 62%, rgba(7, 19, 15, .78) 88%),
		radial-gradient(ellipse 75% 70% at 50% 45%, transparent 55%, rgba(7, 19, 15, .6) 100%),
		linear-gradient(180deg, transparent 72%, rgba(7, 19, 15, .85) 94%, var(--noite) 100%);
}

.px-texto {
	position: absolute; right: 4vw; top: 50%; translate: 0 -50%;
	width: min(440px, 36vw); z-index: 2;
	text-shadow: 0 2px 12px rgba(0, 0, 0, .7);
}
.px-texto .bosque-titulo { font-size: clamp(2.2rem, 4.4vw, 4rem); }
.px-texto .bosque-subtitulo { color: var(--tinta); }
.px-texto .bosque-acoes { margin-top: 24px; }

.px-rolar {
	position: absolute; left: 50%; bottom: 18px; translate: -50% 0; z-index: 3;
	width: 28px; height: 44px; border: 2px solid rgba(234, 252, 255, .6); border-radius: 16px;
}
.px-rolar span {
	position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px;
	border-radius: 2px; background: var(--fada-nucleo); animation: px-rolar 1.8s ease-in-out infinite;
}
@keyframes px-rolar { 0% { opacity: 0; translate: 0 0; } 40% { opacity: 1; } 100% { opacity: 0; translate: 0 14px; } }

@media (max-width: 900px) {
	.px-hero { height: auto; min-height: 0; overflow: visible; background: none; margin-bottom: 32px; }
	.px-palco { position: relative; height: 74svh; min-height: 460px; overflow: hidden; }
	.px-arvore { background-position: 50% 10%; }
	.px-espada img { height: 42%; bottom: 10%; left: 58%; }
	.px-kokiri img { left: 28%; height: 60%; }
	.px-fada--1 { left: 60%; top: 16%; width: 30vw; }
	.px-fada--2 { left: 12%; top: 26%; width: 20vw; }
	.px-vinheta { background: linear-gradient(180deg, transparent 70%, var(--noite) 100%); }
	.px-texto {
		position: relative; right: auto; top: auto; translate: none;
		width: auto; margin: -70px 16px 0; padding: 28px 22px; text-align: center; background: var(--pergaminho);
		border: 1px solid var(--borda); border-radius: var(--raio);
	}
	.px-texto .bosque-acoes { justify-content: center; }
	.px-texto .bosque-subtitulo { margin-inline: auto; }
	.px-rolar { display: none; }
}

/* ------------------------------------------------------------------ */
/* Dourado + verde musgo: logo "The Legend of Leonor" e botões         */
/* ------------------------------------------------------------------ */

.bosque-marca__nome { font-family: var(--fonte-logo); letter-spacing: .04em; color: var(--dourado-claro); }

.bosque-logo {
	margin: 0; font-family: var(--fonte-logo); font-weight: normal; line-height: .95;
	display: flex; flex-direction: column; align-items: center; text-align: center;
	filter: drop-shadow(0 3px 0 var(--musgo-3)) drop-shadow(0 0 18px rgba(0, 0, 0, .55)) drop-shadow(0 0 30px rgba(217, 181, 74, .25));
}
.bosque-logo .logo-pre,
.bosque-logo .logo-nome {
	background: linear-gradient(180deg, #fff8d8 0%, #f8e6a6 28%, #e6c257 58%, #b88f2c 84%, #f2d67e 100%);
	-webkit-background-clip: text; background-clip: text; color: transparent;
	-webkit-text-stroke: 1px rgba(38, 49, 26, .55);
}
.bosque-logo .logo-pre { font-size: clamp(1.1rem, 2.1vw, 2rem); letter-spacing: .12em; margin-bottom: .15em; }
.bosque-logo .logo-nome { font-size: clamp(3.4rem, 8vw, 7.5rem); letter-spacing: .02em; }
.bosque-logo .logo-nome::after { content: none; }

.px-texto { text-align: center; width: min(520px, 40vw); }
.px-texto .bosque-acoes { justify-content: center; margin-top: 30px; }

/* Botões */
.bosque-botao,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit,
.woocommerce a.button.alt, .woocommerce button.button.alt,
.wp-element-button, .wc-block-components-button:not(.is-link) {
	background: linear-gradient(180deg, #fbe9a8 0%, var(--dourado) 48%, #a8801f 100%);
	border: 1px solid #fff0b8;
	color: #2a2410 !important;
	box-shadow: 0 0 0 3px rgba(59, 74, 30, .85), 0 8px 24px rgba(0, 0, 0, .4), inset 0 -3px 6px rgba(90, 60, 0, .35);
	text-shadow: 0 1px 0 rgba(255, 245, 200, .6);
}
.bosque-botao:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover,
.wc-block-components-button:not(.is-link):hover {
	box-shadow: 0 0 0 3px rgba(86, 104, 44, .95), 0 0 28px rgba(217, 181, 74, .55), inset 0 -3px 6px rgba(90, 60, 0, .35);
}
.bosque-botao--musgo, .bosque-botao--fantasma {
	background: linear-gradient(180deg, #6f8440 0%, var(--musgo-1) 45%, var(--musgo-2) 100%);
	border: 1px solid var(--dourado);
	color: var(--dourado-claro) !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	box-shadow: 0 0 0 3px rgba(38, 49, 26, .8), 0 8px 24px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(246, 227, 161, .25);
}
.bosque-botao--musgo:hover, .bosque-botao--fantasma:hover {
	background: linear-gradient(180deg, #7d9349 0%, #62763a 45%, #445623 100%);
}

/* Acentos */
.bosque-nav a:hover, .bosque-nav .current-menu-item > a { background: rgba(217, 181, 74, .14); color: var(--dourado-claro); box-shadow: 0 0 18px rgba(217, 181, 74, .2); }
.bosque-carrinho__icone { color: var(--dourado); text-shadow: 0 0 8px var(--dourado); }
.bosque-carrinho__n { background: var(--dourado); color: var(--musgo-3); }
.bosque-cartao { background: linear-gradient(180deg, rgba(86, 104, 44, .45), rgba(24, 30, 14, .82)); }
.bosque-cartao__icone { color: var(--dourado); text-shadow: 0 0 16px rgba(217, 181, 74, .6); }
ul.products li.product { background: linear-gradient(180deg, rgba(86, 104, 44, .42), rgba(24, 30, 14, .88)); }
.price { color: var(--dourado-claro) !important; }
a { color: var(--dourado-claro); }
a:hover { color: #fff3c4; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--dourado); }
.woocommerce-message, .woocommerce-info, .wc-block-components-notice-banner { background: rgba(86, 104, 44, .25) !important; }
:focus-visible { outline-color: var(--dourado); }

/* Seções âncora da página inicial */
.bosque-secao { scroll-margin-top: 90px; margin: 0 0 72px; }
.bosque-confirmar { max-width: 980px; margin-inline: auto; }
.bosque-confirmar > h2 { text-align: center; }
.bosque-confirmar .related, .bosque-confirmar .upsells, .bosque-confirmar .woocommerce-tabs,
.bosque-confirmar .product_meta, .bosque-confirmar .product_title { display: none; }
.bosque-confirmar div.product { margin: 0; }
.bosque-confirmar .price { display: none; }
html { scroll-padding-top: 80px; }
@media (max-width: 900px) {
	.px-texto { width: auto; }
	.bosque-logo .logo-nome { font-size: clamp(3rem, 16vw, 5rem); }
}

/* ------------------------------------------------------------------ */
/* v2: botões minimalistas + logo mais dourado com brilho             */
/* ------------------------------------------------------------------ */

.bosque-botao,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit,
.woocommerce a.button.alt, .woocommerce button.button.alt,
.wp-element-button, .wc-block-components-button:not(.is-link) {
	border-radius: 2px;
	padding: 13px 26px;
	background: var(--dourado);
	border: 1px solid var(--dourado);
	color: #1f2412 !important;
	font-family: var(--fonte-ui); font-weight: 600; font-size: .82rem;
	text-transform: uppercase; letter-spacing: .16em;
	text-shadow: none;
	box-shadow: none;
	transition: background .25s, color .25s, border-color .25s, transform .25s;
}
.bosque-botao:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover,
.wc-block-components-button:not(.is-link):hover {
	background: var(--dourado-claro); border-color: var(--dourado-claro);
	box-shadow: none; transform: translateY(-1px);
}
.bosque-botao--musgo, .bosque-botao--fantasma {
	background: rgba(38, 49, 26, .55);
	border: 1px solid rgba(217, 181, 74, .7);
	color: var(--dourado-claro) !important;
	backdrop-filter: blur(4px);
	box-shadow: none; text-shadow: none;
}
.bosque-botao--musgo:hover, .bosque-botao--fantasma:hover {
	background: rgba(86, 104, 44, .75); border-color: var(--dourado-claro);
}
.bosque-carrinho { border-radius: 2px; }
.bosque-nav a { border-radius: 2px; }

/* Logo */
.bosque-logo {
	position: relative; isolation: isolate;
	filter: drop-shadow(0 0 6px rgba(255, 214, 110, .55)) drop-shadow(0 0 22px rgba(255, 200, 80, .35)) drop-shadow(0 2px 2px rgba(20, 24, 10, .6));
}
.bosque-logo::before {
	content: ""; position: absolute; z-index: -1;
	left: 50%; top: 55%; width: 150%; height: 190%; translate: -50% -50%;
	background: radial-gradient(ellipse at center, rgba(255, 220, 120, .38) 0%, rgba(240, 190, 70, .18) 35%, rgba(240, 190, 70, 0) 68%);
	filter: blur(6px);
	animation: logo-brilho 5s ease-in-out infinite alternate;
	pointer-events: none;
}
@keyframes logo-brilho { from { opacity: .75; scale: .96; } to { opacity: 1; scale: 1.04; } }
.bosque-logo .logo-pre,
.bosque-logo .logo-nome {
	background: linear-gradient(180deg, #fffbe6 0%, #fff0b3 25%, #f7d86b 52%, #e8bd45 75%, #fff1b8 100%);
	-webkit-background-clip: text; background-clip: text; color: transparent;
	-webkit-text-stroke: 0;
}
@media (prefers-reduced-motion: reduce) { .bosque-logo::before { animation: none; } }

/* sombra do texto escurecia o degradê dourado */
.px-texto .bosque-logo, .bosque-logo .logo-pre, .bosque-logo .logo-nome { text-shadow: none; }

/* "primeiro aninho" entre o logo e os botões */
.bosque-aninho {
	display: flex; align-items: center; justify-content: center; gap: 14px;
	margin: 14px 0 0; font-family: var(--fonte-logo);
	font-size: clamp(1.2rem, 2vw, 1.75rem); letter-spacing: .14em;
	color: var(--dourado-claro); text-shadow: 0 0 14px rgba(255, 214, 110, .45), 0 1px 2px rgba(0, 0, 0, .6);
}
.bosque-aninho::before, .bosque-aninho::after {
	content: ""; width: 42px; height: 1px;
	background: linear-gradient(90deg, transparent, var(--dourado));
}
.bosque-aninho::after { background: linear-gradient(90deg, var(--dourado), transparent); }
.px-texto .bosque-acoes { margin-top: 26px; }

/* Textos em Montserrat (mais legível); títulos dourados continuam em Cinzel / Triforce */
:root {
	--fonte-texto: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
	--fonte-ui: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
}
body { font-size: 1.0625rem; line-height: 1.7; font-weight: 400; }
.bosque-convite__msg { font-size: clamp(1.05rem, 1.6vw, 1.2rem); font-style: normal; line-height: 1.8; }
.bosque-cartao p { font-size: 1.05rem; }
.bosque-vitrine__intro, .term-description, .woocommerce-product-details__short-description { font-size: 1.05rem; }
.bosque-rodape__frase { font-size: 1.1rem; }
.woocommerce-loop-product__title { font-size: 1rem !important; }

.bosque-cartao__icone svg { width: 2rem; height: 2rem; display: inline-block; vertical-align: middle; filter: drop-shadow(0 0 8px rgba(217, 181, 74, .55)); }

/* Bloco de apresentação da lista de presentes */
.bosque-presentes-intro { max-width: 920px; margin: 0 auto 48px; text-align: center; }
.bosque-presentes-intro__lead { font-size: clamp(1.1rem, 1.8vw, 1.3rem); line-height: 1.8; max-width: 720px; margin: 0 auto 36px; }
.bosque-presentes-intro__lead strong { color: var(--dourado-claro); font-weight: 500; }
.bosque-presentes-opcoes { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 36px; text-align: left; }
.bosque-opcao {
	position: relative; padding: 28px 28px 30px;
	background: linear-gradient(180deg, rgba(86, 104, 44, .38), rgba(24, 30, 14, .85));
	border: 1px solid var(--borda); border-radius: 4px;
	display: flex; flex-direction: column; gap: 4px;
}
.bosque-opcao::before { content: ""; position: absolute; left: 28px; right: 28px; top: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--dourado), transparent); }
.bosque-opcao__icone { color: var(--dourado); margin-bottom: 10px; }
.bosque-opcao__icone svg { width: 30px; height: 30px; filter: drop-shadow(0 0 8px rgba(217, 181, 74, .5)); }
.bosque-opcao h3 { font-size: 1.25rem; margin: 0 0 6px; }
.bosque-opcao p { margin: 0 0 18px; color: var(--tinta); }
.bosque-opcao__link { margin-top: auto; font-weight: 600; font-size: .85rem; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; color: var(--dourado); }
.bosque-opcao__link:hover { color: var(--dourado-claro); }
.bosque-pix {
	margin-top: auto; display: flex; align-items: stretch; width: 100%; padding: 0; cursor: pointer;
	background: rgba(7, 19, 15, .55); border: 1px solid rgba(217, 181, 74, .6); border-radius: 2px;
	font-family: var(--fonte-ui); color: var(--dourado-claro); overflow: hidden;
}
.bosque-pix__chave { flex: 1; padding: 12px 16px; font-size: 1.15rem; font-weight: 600; letter-spacing: .12em; text-align: left; }
.bosque-pix__acao { display: grid; place-items: center; padding: 0 18px; background: var(--dourado); color: #1f2412; font-size: .78rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; transition: background .25s; }
.bosque-pix:hover .bosque-pix__acao { background: var(--dourado-claro); }
.bosque-pix.is-copiado .bosque-pix__acao { background: var(--musgo-1); color: var(--dourado-claro); }
.bosque-presentes-intro__fecho {
	font-family: var(--fonte-titulo); color: var(--ouro); font-size: clamp(1.2rem, 2.2vw, 1.6rem); line-height: 1.5; margin: 0;
	display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap;
}
.bosque-presentes-intro__fecho em { font-style: normal; color: var(--dourado-claro); text-shadow: 0 0 16px rgba(255, 214, 110, .45); }
.bosque-presentes-intro__fecho::before, .bosque-presentes-intro__fecho::after { content: "✧"; color: var(--dourado); font-size: .8em; }
.bosque-lista-ancora { scroll-margin-top: 90px; }
@media (max-width: 700px) { .bosque-presentes-opcoes { grid-template-columns: 1fr; } .bosque-opcao { text-align: center; } .bosque-opcao__icone { align-self: center; } }

/* Prólogo — logo após o banner */
.bosque-prologo { max-width: 760px; margin: 8px auto 72px; padding: 0 8px; text-align: center; }
.bosque-prologo__rotulo {
	display: flex; align-items: center; justify-content: center; gap: 16px; margin: 0 0 26px;
	font-family: var(--fonte-titulo); color: var(--dourado); font-size: .95rem; letter-spacing: .32em; text-transform: uppercase;
}
.bosque-prologo__rotulo::before, .bosque-prologo__rotulo::after { content: ""; width: 60px; height: 1px; background: linear-gradient(90deg, transparent, var(--dourado)); }
.bosque-prologo__rotulo::after { background: linear-gradient(90deg, var(--dourado), transparent); }
.bosque-prologo__abertura {
	font-family: var(--fonte-titulo); color: var(--ouro);
	font-size: clamp(1.35rem, 2.6vw, 1.9rem); line-height: 1.5; margin: 0 0 28px;
	text-shadow: 0 0 24px rgba(217, 181, 74, .18);
}
.bosque-prologo__abertura em { font-style: normal; color: var(--dourado-claro); text-shadow: 0 0 16px rgba(255, 214, 110, .45); }
.bosque-prologo p:not(.bosque-prologo__abertura):not(.bosque-prologo__rotulo) { font-size: clamp(1.05rem, 1.6vw, 1.2rem); line-height: 1.85; max-width: 640px; margin: 0 auto 18px; }
.bosque-prologo__divisor { display: flex; align-items: center; justify-content: center; gap: 14px; color: var(--dourado); margin: 0 0 28px; }
.bosque-prologo__divisor span { width: 90px; height: 1px; background: linear-gradient(90deg, transparent, rgba(217, 181, 74, .8), transparent); }
.bosque-prologo__quest {
	font-family: var(--fonte-logo); font-weight: normal; font-size: 1.25em; letter-spacing: .06em;
	color: var(--dourado-claro); text-shadow: 0 0 14px rgba(255, 214, 110, .6);
}

/* Inventário — texto acima dos itens da lista */
.bosque-inventario { max-width: 820px; margin: 0 auto 40px; text-align: center; }
.bosque-inventario__titulo { font-size: clamp(1.5rem, 3vw, 2.1rem); color: var(--ouro); margin: 0 0 18px; }
.bosque-inventario__texto { font-size: clamp(1.05rem, 1.6vw, 1.2rem); line-height: 1.85; max-width: 700px; margin: 0 auto 30px; }
.bosque-inventario__texto em { font-style: normal; color: var(--dourado-claro); }
.bosque-inventario__chamada {
	position: relative; display: inline-block; padding: 18px 40px 16px;
	border-top: 1px solid rgba(217, 181, 74, .6); border-bottom: 1px solid rgba(217, 181, 74, .6);
	background: linear-gradient(90deg, transparent, rgba(86, 104, 44, .35) 20%, rgba(86, 104, 44, .35) 80%, transparent);
}
.bosque-inventario__chamada::before, .bosque-inventario__chamada::after {
	content: "✧"; position: absolute; top: 50%; translate: 0 -50%; color: var(--dourado); font-size: 1.1rem;
}
.bosque-inventario__chamada::before { left: 10px; }
.bosque-inventario__chamada::after { right: 10px; }
.bosque-inventario__destaque {
	margin: 0 0 4px; font-family: var(--fonte-titulo); color: var(--dourado-claro);
	font-size: clamp(1.15rem, 2.2vw, 1.5rem); text-shadow: 0 0 16px rgba(255, 214, 110, .45);
}
.bosque-inventario__sub { margin: 0; font-size: .95rem; color: var(--tinta-suave); letter-spacing: .02em; }
@media (max-width: 560px) { .bosque-inventario__chamada { display: block; padding: 18px 30px 16px; } }

/* ------------------------------------------------------------------ */
/* Confirmação de presença em pergaminho                              */
/* ------------------------------------------------------------------ */
.bosque-confirmar { max-width: 760px; margin: 0 auto 90px; background: none; border: 0; box-shadow: none; padding: 0; backdrop-filter: none; }
.pergaminho { position: relative; filter: drop-shadow(0 24px 40px rgba(0, 0, 0, .55)); }
.pergaminho__folha {
	position: relative; margin: 0 18px; padding: 56px clamp(24px, 6vw, 72px) 64px;
	color: #3b2a14; text-align: center;
	background:
		url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 .35  0 0 0 0 .24  0 0 0 0 .1  0 0 0 .22 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>"),
		radial-gradient(ellipse at 50% 40%, rgba(255, 248, 225, .9), rgba(255, 248, 225, 0) 60%),
		radial-gradient(ellipse at 0% 50%, rgba(140, 95, 40, .35), transparent 30%),
		radial-gradient(ellipse at 100% 50%, rgba(140, 95, 40, .35), transparent 30%),
		radial-gradient(ellipse at 20% 85%, rgba(160, 110, 50, .22), transparent 35%),
		radial-gradient(ellipse at 85% 15%, rgba(160, 110, 50, .2), transparent 35%),
		linear-gradient(180deg, #ecd9ac 0%, #f3e4bf 45%, #e6cf9c 100%);
	box-shadow: inset 0 0 60px rgba(120, 80, 30, .45), inset 0 0 12px rgba(90, 60, 20, .35);
}
.pergaminho__rolo {
	position: relative; z-index: 2; height: 34px; border-radius: 17px;
	background: linear-gradient(180deg, #b8935a 0%, #f1dfb3 30%, #d8bb82 55%, #8e6a36 100%);
	box-shadow: 0 6px 14px rgba(0, 0, 0, .35);
}
.pergaminho__rolo::before, .pergaminho__rolo::after { /* pontas de madeira */
	content: ""; position: absolute; top: 50%; translate: 0 -50%; width: 26px; height: 22px; border-radius: 6px;
	background: linear-gradient(180deg, #6a4a22, #3d2a12 60%, #5a3e1c);
	box-shadow: 0 0 0 2px rgba(217, 181, 74, .6);
}
.pergaminho__rolo::before { left: -14px; }
.pergaminho__rolo::after { right: -14px; }
.pergaminho__rolo--topo { margin-bottom: -10px; }
.pergaminho__rolo--base { margin-top: -10px; }

.pergaminho__rotulo { margin: 0 0 6px; font-family: var(--fonte-titulo); font-size: .8rem; letter-spacing: .34em; text-transform: uppercase; color: #8a6a1c; }
.pergaminho__titulo { margin: 0 0 16px; font-size: clamp(1.8rem, 4vw, 2.6rem); color: #5a3d12; text-shadow: 0 1px 0 rgba(255, 245, 210, .8); }
.pergaminho__titulo::after { content: ""; display: block; width: 120px; height: 1px; margin: 16px auto 0; background: linear-gradient(90deg, transparent, #8a6a1c, transparent); }
.pergaminho__texto { max-width: 520px; margin: 0 auto 32px; font-size: 1.05rem; line-height: 1.8; color: #4a3518; }

.pergaminho__form { max-width: 460px; margin: 0 auto; text-align: left; }
.pergaminho__campo { margin-bottom: 24px; }
.pergaminho__campo label { display: block; margin-bottom: 8px; font-family: var(--fonte-titulo); font-size: 1rem; color: #5a3d12; }
.pergaminho__campo small { font-family: var(--fonte-texto); font-size: .8rem; color: #7a5f35; letter-spacing: 0; }
.pergaminho__campo textarea {
	width: 100%; padding: 12px 14px; resize: vertical; min-height: 110px;
	font-family: var(--fonte-texto); font-size: 1rem; line-height: 1.7; color: #3b2a14;
	background: rgba(255, 250, 232, .55) repeating-linear-gradient(180deg, transparent 0 26px, rgba(138, 106, 28, .25) 26px 27px);
	background-position: 0 10px;
	border: 1px solid rgba(138, 106, 28, .45); border-radius: 2px;
}
.pergaminho__campo textarea::placeholder { color: rgba(90, 61, 18, .45); }
.pergaminho__campo textarea:focus, .pergaminho__stepper input:focus { outline: 2px solid rgba(138, 106, 28, .6); outline-offset: 1px; }
.pergaminho__campo--qtd { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.pergaminho__campo--qtd label { margin: 0; }
.pergaminho__stepper { display: inline-flex; border: 1px solid rgba(138, 106, 28, .55); border-radius: 2px; background: rgba(255, 250, 232, .55); }
.pergaminho__stepper input {
	width: 56px; text-align: center; border: 0; background: transparent; padding: 10px 0;
	font-family: var(--fonte-titulo); font-size: 1.3rem; color: #3b2a14; -moz-appearance: textfield;
}
.pergaminho__stepper input::-webkit-outer-spin-button, .pergaminho__stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.pergaminho__passo { width: 42px; border: 0; background: transparent; color: #5a3d12; font-size: 1.3rem; cursor: pointer; }
.pergaminho__passo:hover { background: rgba(138, 106, 28, .15); }
.pergaminho__enviar { display: flex; width: 100%; margin-top: 6px; padding: 16px; background: #3b4a1e !important; border-color: #3b4a1e !important; color: #f6e3a1 !important; }
.pergaminho__enviar:hover { background: #56682c !important; border-color: #56682c !important; }
.pergaminho__nota { margin: 12px 0 0; text-align: center; font-size: .85rem; color: #7a5f35; }
.pergaminho__selo {
	position: absolute; right: clamp(18px, 5vw, 44px); bottom: -18px; z-index: 3;
	width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center;
	background: radial-gradient(circle at 35% 30%, #7d9349, #3b4a1e 70%);
	color: #f6e3a1; font-size: 1.5rem;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .4), inset 0 0 0 4px rgba(38, 49, 26, .6), inset 0 0 0 6px rgba(217, 181, 74, .5);
	rotate: -12deg;
}
.pergaminho .woocommerce-message, .pergaminho .woocommerce-error, .pergaminho .woocommerce-info { max-width: 460px; margin: 0 auto 20px !important; color: #3b2a14 !important; background: rgba(86, 104, 44, .15) !important; border-color: rgba(138, 106, 28, .45) !important; }
@media (max-width: 560px) { .pergaminho__folha { margin: 0 10px; } .pergaminho__campo--qtd { flex-direction: column; align-items: flex-start; } }

.pergaminho__stepper input { font-family: var(--fonte-texto); font-weight: 600; font-size: 1.15rem; }
.admin-bar .bosque-topo { top: 32px; }
@media (max-width: 782px) { .admin-bar .bosque-topo { top: 46px; } }
