/*
Theme Name: Pequenas Tentações
Theme URI: https://pequenastentacoes.com.br/
Description: Tema filho do Hello Elementor para a Pequenas Tentações.
Version: 1.9.3
Author: Pequenas Tentações
Template: hello-elementor
Text Domain: pequenas-tentacoes
*/

:root {
	--pt-cream: #fffbed;
	--pt-cream-light: #fffdf5;
	--pt-paper: #fffff8;
	--pt-cocoa: #155f5d;
	--pt-cocoa-soft: #4b8884;
	--pt-rose: #2ea8a3;
	--pt-rose-light: #c9eade;
	--pt-wine: #158e89;
	--pt-gold: #d3a12c;
	--pt-line: rgba(21, 95, 93, 0.16);
	--pt-shadow: 0 24px 70px rgba(21, 95, 93, 0.12);
	--pt-serif: "High Tower Text", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
	--pt-display: "Gloucester MT Extra Condensed", "Arial Narrow", Impact, sans-serif;
	--pt-script: "Epicursive Script", "Segoe Script", cursive;
	--pt-sans: Inter, "Avenir Next", Avenir, "Segoe UI", sans-serif;
	--pt-container: 1240px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--pt-cream-light);
	color: var(--pt-cocoa);
	font-family: var(--pt-sans);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body,
button,
input,
textarea,
select {
	font-family: var(--pt-sans);
}

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

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

button,
a {
	-webkit-tap-highlight-color: transparent;
}

.pt-container {
	width: min(calc(100% - 40px), var(--pt-container));
	margin-inline: auto;
}

.pt-announcement {
	padding: 9px 20px;
	background: var(--pt-wine);
	color: #fff9f4;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-align: center;
	text-transform: uppercase;
}

.pt-site-header {
	position: relative;
	z-index: 20;
	background: rgba(253, 250, 245, 0.94);
	border-bottom: 1px solid var(--pt-line);
}

.pt-header-inner {
	min-height: 92px;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 28px;
}

.pt-brand {
	grid-column: 2;
	position: absolute;
	top: 8px;
	left: 50%;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	justify-self: center;
	transform: translateX(-50%);
}

.pt-brand-logo {
	width: 158px;
	height: 158px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 12px 35px rgba(21, 95, 93, 0.16);
}

.pt-menu-toggle {
	display: none;
}

.pt-nav {
	grid-column: 1;
	grid-row: 1;
}

.pt-nav ul {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2.4vw, 34px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.pt-nav a {
	position: relative;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.pt-nav a::after {
	position: absolute;
	right: 0;
	bottom: -7px;
	left: 0;
	height: 1px;
	background: var(--pt-rose);
	content: "";
	transform: scaleX(0);
	transition: transform 180ms ease;
}

.pt-nav a:hover::after,
.pt-nav a:focus-visible::after {
	transform: scaleX(1);
}

.pt-header-action {
	grid-column: 3;
	justify-self: end;
}

.pt-text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--pt-wine);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.pt-text-link::after {
	content: "↗";
	font-size: 1rem;
	transition: transform 180ms ease;
}

.pt-text-link:hover::after {
	transform: translate(2px, -2px);
}

.pt-hero {
	position: relative;
	min-height: min(770px, calc(100vh - 126px));
	display: grid;
	align-items: center;
	overflow: hidden;
	background:
		radial-gradient(circle at 84% 45%, rgba(155, 216, 204, 0.28) 0 18%, transparent 43%),
		radial-gradient(circle at 72% 72%, rgba(241, 176, 184, 0.18), transparent 31%),
		var(--pt-cream);
}

.pt-hero::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 251, 237, 0.99) 0%, rgba(255, 251, 237, 0.92) 36%, rgba(255, 251, 237, 0.1) 69%),
		linear-gradient(0deg, rgba(255, 251, 237, 0.45), transparent 35%);
	content: "";
	z-index: 1;
}

.pt-hero-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 60%;
	height: 100%;
	padding: 28px 3vw 22px 0;
	object-fit: contain;
	object-position: center;
	filter:
		brightness(1.025)
		contrast(0.98)
		saturate(0.94)
		drop-shadow(0 28px 30px rgba(21, 95, 93, 0.16));
}

.pt-hero-content {
	position: relative;
	z-index: 2;
	max-width: 610px;
	padding-block: 100px 110px;
}

.pt-eyebrow {
	display: flex;
	align-items: center;
	gap: 13px;
	margin: 0 0 24px;
	color: var(--pt-wine);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.pt-eyebrow::before {
	width: 34px;
	height: 1px;
	background: currentColor;
	content: "";
}

.pt-hero h1 {
	max-width: 600px;
	margin: 0;
	font-family: var(--pt-serif);
	font-size: clamp(3.3rem, 6.3vw, 6.25rem);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 0.94;
}

.pt-hero h1 em {
	color: var(--pt-rose);
	font-weight: 400;
}

.pt-hero-lead {
	max-width: 500px;
	margin: 30px 0 0;
	color: var(--pt-cocoa-soft);
	font-family: var(--pt-serif);
	font-size: clamp(1.08rem, 1.5vw, 1.35rem);
	line-height: 1.55;
}

.pt-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px 28px;
	margin-top: 38px;
}

.pt-button {
	min-height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 25px;
	border: 1px solid var(--pt-wine);
	background: var(--pt-wine);
	color: #fff;
	font-size: 0.71rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.pt-button:hover,
.pt-button:focus-visible {
	background: transparent;
	color: var(--pt-wine);
	transform: translateY(-2px);
}

.pt-button--light {
	border-color: #fff;
	background: #fff;
	color: var(--pt-wine);
}

.pt-button--light:hover,
.pt-button--light:focus-visible {
	background: transparent;
	color: #fff;
}

.pt-scroll-note {
	position: absolute;
	z-index: 2;
	right: 26px;
	bottom: 50px;
	display: flex;
	align-items: center;
	gap: 12px;
	color: rgba(21, 95, 93, 0.74);
	font-size: 0.61rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	transform: rotate(90deg);
	transform-origin: right center;
}

.pt-scroll-note::after {
	width: 44px;
	height: 1px;
	background: currentColor;
	content: "";
}

.pt-section {
	padding-block: clamp(82px, 10vw, 145px);
}

.pt-section-heading {
	max-width: 720px;
	margin: 0 auto 58px;
	text-align: center;
}

.pt-kicker {
	margin: 0 0 16px;
	color: var(--pt-rose);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.21em;
	text-transform: uppercase;
}

.pt-section-title {
	margin: 0;
	font-family: var(--pt-display);
	font-size: clamp(2.45rem, 4.5vw, 4.3rem);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.05;
}

.pt-section-intro {
	max-width: 620px;
	margin: 22px auto 0;
	color: var(--pt-cocoa-soft);
	font-size: 1rem;
}

.pt-category-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--pt-line);
	border-bottom: 1px solid var(--pt-line);
}

.pt-category {
	position: relative;
	min-height: 315px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: clamp(28px, 4vw, 52px);
	overflow: hidden;
}

.pt-category + .pt-category {
	border-left: 1px solid var(--pt-line);
}

.pt-category::before {
	position: absolute;
	top: 20px;
	right: 25px;
	color: var(--pt-rose-light);
	font-family: var(--pt-serif);
	font-size: 7rem;
	font-style: italic;
	line-height: 1;
	content: attr(data-letter);
	transition: color 220ms ease, transform 220ms ease;
}

.pt-category:hover::before {
	color: var(--pt-rose);
	transform: translateY(-4px);
}

.pt-category-number {
	margin-bottom: auto;
	color: var(--pt-rose);
	font-family: var(--pt-serif);
	font-size: 0.9rem;
	font-style: italic;
}

.pt-category h3 {
	position: relative;
	margin: 0 0 8px;
	font-family: var(--pt-display);
	font-size: clamp(1.8rem, 3vw, 2.65rem);
	font-weight: 400;
}

.pt-category p {
	position: relative;
	max-width: 280px;
	margin: 0;
	color: var(--pt-cocoa-soft);
	font-size: 0.9rem;
}

.pt-products-section {
	background: #e0f2eb;
}

.pt-products-top {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 50px;
}

.pt-products-top .pt-section-title {
	max-width: 650px;
}

.pt-products-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.pt-product-card {
	position: relative;
	min-width: 0;
}

.pt-product-visual {
	position: relative;
	aspect-ratio: 4 / 5;
	display: grid;
	place-items: center;
	overflow: hidden;
	background: var(--pt-paper);
}

.pt-product-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.pt-product-card:hover .pt-product-visual img {
	transform: scale(1.035);
}

.pt-product-placeholder {
	width: 58%;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	border: 1px solid var(--pt-rose-light);
	border-radius: 50%;
	color: var(--pt-rose);
	font-family: var(--pt-serif);
	font-size: clamp(4rem, 8vw, 7rem);
	font-style: italic;
}

.pt-product-badge {
	position: absolute;
	top: 16px;
	left: 16px;
	padding: 7px 10px;
	background: var(--pt-paper);
	color: var(--pt-wine);
	font-size: 0.59rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.pt-product-info {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 8px 15px;
	padding-top: 20px;
}

.pt-product-info h3 {
	margin: 0;
	font-family: var(--pt-display);
	font-size: 1.55rem;
	font-weight: 400;
	line-height: 1.15;
}

.pt-product-category {
	grid-column: 1;
	margin: 0;
	color: var(--pt-cocoa-soft);
	font-size: 0.69rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.pt-product-price {
	grid-column: 2;
	grid-row: 1 / span 2;
	align-self: center;
	margin: 0;
	color: var(--pt-wine);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-align: right;
	text-transform: uppercase;
}

.pt-themes-section {
	position: relative;
	overflow: hidden;
	background: var(--pt-cream);
}

.pt-themes-section::before {
	position: absolute;
	top: -220px;
	right: -170px;
	width: 470px;
	height: 470px;
	border: 1px solid var(--pt-rose-light);
	border-radius: 50%;
	content: "";
}

.pt-themes-heading {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.55fr);
	align-items: end;
	gap: clamp(45px, 9vw, 130px);
	margin-bottom: 58px;
}

.pt-themes-heading > p {
	margin: 0 0 7px;
	color: var(--pt-cocoa-soft);
	font-family: var(--pt-serif);
	font-size: 1.05rem;
}

.pt-themes-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(35px, 5vw, 70px) clamp(20px, 3vw, 38px);
}

.pt-theme-card {
	min-width: 0;
}

.pt-theme-card:nth-child(even) {
	margin-top: 75px;
}

.pt-theme-visual {
	position: relative;
	aspect-ratio: 5 / 4;
	overflow: hidden;
	background: var(--pt-rose-light);
}

.pt-theme-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.pt-theme-card:hover .pt-theme-visual img {
	transform: scale(1.035);
}

.pt-theme-placeholder {
	position: relative;
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	background:
		radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.9) 0 5px, transparent 6px),
		radial-gradient(circle at 82% 75%, rgba(211, 161, 44, 0.35) 0 8px, transparent 9px),
		linear-gradient(135deg, #d9f0e7, #a9ddd1);
}

.pt-theme-placeholder::before,
.pt-theme-placeholder::after {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid rgba(21, 142, 137, 0.3);
	border-radius: 50%;
	content: "";
	transform: translate(-50%, -50%);
}

.pt-theme-placeholder::before {
	width: 48%;
	aspect-ratio: 1;
}

.pt-theme-placeholder::after {
	width: 31%;
	aspect-ratio: 1;
}

.pt-theme-placeholder span {
	position: relative;
	z-index: 1;
	color: var(--pt-wine);
	font-family: var(--pt-script);
	font-size: clamp(4rem, 8vw, 7rem);
}

.pt-theme-palette {
	position: absolute;
	right: 18px;
	bottom: 18px;
	display: flex;
	gap: 5px;
	padding: 7px;
	background: rgba(255, 253, 245, 0.92);
	box-shadow: 0 8px 25px rgba(21, 95, 93, 0.12);
}

.pt-theme-palette span {
	width: 19px;
	height: 19px;
	display: block;
	border: 1px solid rgba(21, 95, 93, 0.12);
	border-radius: 50%;
	background: var(--pt-theme-color);
}

.pt-theme-info {
	position: relative;
	padding: 24px 70px 0 0;
}

.pt-theme-info::after {
	position: absolute;
	top: 30px;
	right: 6px;
	color: var(--pt-wine);
	content: "↗";
	font-size: 1.3rem;
	transition: transform 180ms ease;
}

.pt-theme-card:hover .pt-theme-info::after {
	transform: translate(3px, -3px);
}

.pt-theme-occasion {
	margin: 0 0 7px;
	color: var(--pt-rose);
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.pt-theme-info h3 {
	margin: 0;
	color: var(--pt-cocoa);
	font-family: var(--pt-display);
	font-size: clamp(2rem, 3.5vw, 3.2rem);
	font-weight: 400;
	line-height: 0.98;
}

.pt-theme-subtitle {
	margin: 12px 0 0;
	color: var(--pt-cocoa-soft);
	font-family: var(--pt-serif);
	font-size: 1rem;
}

.pt-theme-meta {
	display: block;
	margin-top: 13px;
	color: var(--pt-cocoa-soft);
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.pt-story {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	align-items: center;
	gap: clamp(55px, 9vw, 130px);
}

.pt-story-art {
	position: relative;
	min-height: 570px;
	background: var(--pt-wine);
}

.pt-story-art::before,
.pt-story-art::after {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 50%;
	content: "";
}

.pt-story-art::before {
	inset: 17% 20%;
}

.pt-story-art::after {
	inset: 28% 31%;
}

.pt-story-monogram {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	color: #f0d8d1;
	font-family: var(--pt-serif);
	font-size: clamp(6rem, 13vw, 12rem);
	font-style: italic;
}

.pt-story-note {
	position: absolute;
	right: -35px;
	bottom: 45px;
	max-width: 210px;
	padding: 22px;
	background: var(--pt-paper);
	box-shadow: var(--pt-shadow);
	color: var(--pt-cocoa-soft);
	font-family: var(--pt-serif);
	font-size: 1rem;
	font-style: italic;
	line-height: 1.45;
}

.pt-story-copy .pt-section-title {
	margin-bottom: 28px;
}

.pt-story-copy > p {
	max-width: 590px;
	margin: 0 0 20px;
	color: var(--pt-cocoa-soft);
}

.pt-signature {
	display: inline-block;
	margin-top: 25px;
	color: var(--pt-rose);
	font-family: var(--pt-serif);
	font-size: 1.5rem;
	font-style: italic;
}

.pt-process {
	padding-block: clamp(80px, 9vw, 120px);
	background: var(--pt-cocoa);
	color: #fffaf4;
}

.pt-process .pt-kicker {
	color: var(--pt-rose-light);
}

.pt-process-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 45px;
	margin-top: 60px;
}

.pt-process-step {
	padding-top: 26px;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.pt-process-step span {
	color: var(--pt-rose-light);
	font-family: var(--pt-serif);
	font-size: 0.9rem;
	font-style: italic;
}

.pt-process-step h3 {
	margin: 28px 0 12px;
	font-family: var(--pt-display);
	font-size: 1.7rem;
	font-weight: 400;
}

.pt-process-step p {
	margin: 0;
	color: rgba(255, 250, 244, 0.68);
	font-size: 0.9rem;
}

.pt-cta {
	position: relative;
	padding-block: clamp(95px, 12vw, 165px);
	overflow: hidden;
	background: var(--pt-rose);
	color: #fff;
	text-align: center;
}

.pt-cta::before,
.pt-cta::after {
	position: absolute;
	width: 360px;
	height: 360px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	content: "";
}

.pt-cta::before {
	top: -190px;
	left: -100px;
}

.pt-cta::after {
	right: -100px;
	bottom: -220px;
}

.pt-cta-content {
	position: relative;
	z-index: 1;
	max-width: 800px;
	margin: 0 auto;
}

.pt-cta .pt-kicker {
	color: #fff;
}

.pt-cta h2 {
	margin: 0;
	font-family: var(--pt-serif);
	font-size: clamp(2.8rem, 6vw, 5.8rem);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 0.98;
}

.pt-cta p {
	max-width: 560px;
	margin: 25px auto 0;
	color: rgba(255, 255, 255, 0.82);
}

.pt-cta .pt-button {
	margin-top: 36px;
}

.pt-site-footer {
	padding-block: 68px 30px;
	background: var(--pt-cream-light);
}

.pt-footer-main {
	display: grid;
	grid-template-columns: minmax(260px, 1.2fr) minmax(130px, 0.55fr) minmax(170px, 0.7fr) minmax(240px, 1fr);
	gap: 45px;
	padding-bottom: 55px;
}

.pt-footer-brand .pt-brand {
	position: static;
	justify-self: start;
	transform: none;
}

.pt-brand-logo--footer {
	width: 145px;
	height: 145px;
}

.pt-footer-brand p {
	max-width: 350px;
	margin: 24px 0 0;
	color: var(--pt-cocoa-soft);
	font-family: var(--pt-serif);
	font-size: 1.05rem;
}

.pt-footer-column h2 {
	margin: 0 0 18px;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

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

.pt-footer-column li + li {
	margin-top: 9px;
}

.pt-footer-column a {
	color: var(--pt-cocoa-soft);
	font-size: 0.88rem;
}

.pt-footer-column a:hover {
	color: var(--pt-wine);
}

.pt-footer-social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.pt-footer-social a {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border: 1px solid var(--pt-line);
	border-radius: 50%;
	background: rgba(255, 255, 248, 0.72);
	color: var(--pt-wine);
	transition:
		background 180ms ease,
		border-color 180ms ease,
		color 180ms ease,
		transform 180ms ease;
}

.pt-footer-social a:hover {
	border-color: var(--pt-wine);
	background: var(--pt-wine);
	color: var(--pt-paper);
	transform: translateY(-2px);
}

.pt-footer-social a:focus-visible {
	outline: 2px solid var(--pt-gold);
	outline-offset: 3px;
}

.pt-footer-social svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.pt-footer-social .pt-icon-fill {
	fill: currentColor;
	stroke: none;
}

.pt-footer-quote-link {
	display: inline-block;
	margin-top: 18px;
	padding-bottom: 2px;
	border-bottom: 1px solid currentColor;
	color: var(--pt-wine) !important;
	font-size: 0.74rem !important;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pt-footer-payments ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.pt-footer-payments li + li {
	margin-top: 0;
}

.pt-payment-badge {
	min-width: 54px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 6px 9px;
	border: 1px solid var(--pt-line);
	border-radius: 6px;
	background: rgba(255, 255, 248, 0.78);
	color: var(--pt-cocoa-soft);
}

.pt-payment-badge svg {
	width: 27px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.pt-payment-badge small {
	font-size: 0.54rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	line-height: 1;
	text-transform: uppercase;
}

.pt-payment-badge--visa span {
	color: var(--pt-wine);
	font-family: Arial, sans-serif;
	font-size: 0.85rem;
	font-style: italic;
	font-weight: 900;
	letter-spacing: -0.06em;
}

.pt-payment-badge--mastercard svg {
	width: 38px;
	stroke: none;
}

.pt-payment-badge--mastercard circle:first-child {
	fill: var(--pt-wine);
	opacity: 0.88;
}

.pt-payment-badge--mastercard circle:last-child {
	fill: var(--pt-gold);
	opacity: 0.82;
}

.pt-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 26px;
	border-top: 1px solid var(--pt-line);
	color: var(--pt-cocoa-soft);
	font-size: 0.68rem;
	letter-spacing: 0.05em;
}

.pt-empty-content {
	padding-block: 100px;
}

.pt-theme-archive,
.pt-theme-single {
	background: var(--pt-cream-light);
}

.pt-theme-archive-hero {
	position: relative;
	padding-block: clamp(100px, 13vw, 180px);
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 20%, rgba(211, 161, 44, 0.38) 0 6px, transparent 7px),
		radial-gradient(circle at 87% 76%, var(--pt-rose-light) 0 10px, transparent 11px),
		var(--pt-cream);
	text-align: center;
}

.pt-theme-archive-hero::before,
.pt-theme-archive-hero::after {
	position: absolute;
	border: 1px solid var(--pt-rose-light);
	border-radius: 50%;
	content: "";
}

.pt-theme-archive-hero::before {
	top: -190px;
	left: -100px;
	width: 370px;
	height: 370px;
}

.pt-theme-archive-hero::after {
	right: -130px;
	bottom: -260px;
	width: 470px;
	height: 470px;
}

.pt-theme-archive-hero .pt-container {
	position: relative;
	z-index: 1;
}

.pt-theme-archive-hero h1 {
	max-width: 960px;
	margin: 0 auto;
	color: var(--pt-wine);
	font-family: var(--pt-display);
	font-size: clamp(4.5rem, 10vw, 9rem);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 0.87;
}

.pt-theme-archive-hero p:last-child {
	max-width: 650px;
	margin: 28px auto 0;
	color: var(--pt-cocoa-soft);
	font-family: var(--pt-serif);
	font-size: 1.08rem;
}

.pt-theme-filters {
	position: sticky;
	z-index: 10;
	top: 0;
	overflow-x: auto;
	border-top: 1px solid var(--pt-line);
	border-bottom: 1px solid var(--pt-line);
	background: rgba(255, 253, 245, 0.96);
	backdrop-filter: blur(12px);
}

.pt-theme-filters .pt-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding-block: 16px;
}

.pt-theme-filters a {
	flex-shrink: 0;
	padding: 8px 15px;
	border: 1px solid transparent;
	border-radius: 99px;
	color: var(--pt-cocoa-soft);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.pt-theme-filters a:hover,
.pt-theme-filters a.is-active {
	border-color: var(--pt-wine);
	background: var(--pt-wine);
	color: #fff;
}

.pt-theme-results {
	min-height: 55vh;
}

.pt-theme-results-head {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 40px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--pt-line);
}

.pt-theme-results-head p {
	margin: 0;
	color: var(--pt-cocoa-soft);
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.pt-themes-grid--archive {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 65px 24px;
}

.pt-themes-grid--archive .pt-theme-card:nth-child(even) {
	margin-top: 0;
}

.pt-themes-grid--archive .pt-theme-info h3 {
	font-size: clamp(1.85rem, 2.7vw, 2.55rem);
}

.pt-pagination {
	margin-top: 85px;
}

.pt-pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pt-pagination a,
.pt-pagination span {
	min-width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	padding-inline: 10px;
	border: 1px solid var(--pt-line);
	color: var(--pt-wine);
	font-size: 0.72rem;
	font-weight: 700;
}

.pt-pagination .current {
	border-color: var(--pt-wine);
	background: var(--pt-wine);
	color: #fff;
}

.pt-theme-empty {
	max-width: 660px;
	margin: 20px auto 0;
	padding: 70px 30px;
	border: 1px solid var(--pt-line);
	text-align: center;
}

.pt-theme-empty > span {
	color: var(--pt-rose);
	font-family: var(--pt-script);
	font-size: 4.5rem;
}

.pt-theme-empty h2 {
	margin: 5px 0 0;
	font-family: var(--pt-display);
	font-size: clamp(2.2rem, 4vw, 3.5rem);
	font-weight: 400;
	line-height: 1;
}

.pt-theme-empty p {
	max-width: 480px;
	margin: 20px auto 0;
	color: var(--pt-cocoa-soft);
}

.pt-theme-empty .pt-button {
	margin-top: 28px;
}

.pt-theme-single-hero {
	padding-block: clamp(75px, 9vw, 125px);
	background: var(--pt-cream);
}

.pt-theme-single-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
	align-items: center;
	gap: clamp(50px, 8vw, 115px);
}

.pt-theme-single-copy h1 {
	margin: 0;
	color: var(--pt-wine);
	font-family: var(--pt-display);
	font-size: clamp(4.2rem, 8vw, 7.5rem);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 0.85;
}

.pt-back-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 42px;
	color: var(--pt-cocoa-soft);
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.pt-back-link::before {
	content: "←";
	font-size: 0.9rem;
}

.pt-theme-single-subtitle {
	max-width: 520px;
	margin: 28px 0 0;
	color: var(--pt-cocoa-soft);
	font-family: var(--pt-serif);
	font-size: clamp(1.1rem, 1.7vw, 1.35rem);
	line-height: 1.5;
}

.pt-theme-single-copy .pt-button {
	margin-top: 35px;
}

.pt-theme-single-cover {
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: var(--pt-rose-light);
	box-shadow: var(--pt-shadow);
}

.pt-theme-single-cover > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pt-theme-single-cover .pt-theme-placeholder {
	min-height: 100%;
}

.pt-theme-single-palette {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	margin-top: 30px;
}

.pt-theme-single-palette span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--pt-cocoa-soft);
	font-size: 0.67rem;
	font-weight: 700;
}

.pt-theme-single-palette i {
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 1px solid rgba(21, 95, 93, 0.18);
	border-radius: 50%;
	background: var(--pt-theme-color);
}

.pt-theme-description {
	background: var(--pt-paper);
}

.pt-theme-description-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(50px, 10vw, 145px);
}

.pt-theme-description h2 {
	margin: 0;
	font-family: var(--pt-display);
	font-size: clamp(2.8rem, 5vw, 5rem);
	font-weight: 400;
	line-height: 0.96;
}

.pt-rich-text {
	color: var(--pt-cocoa-soft);
	font-family: var(--pt-serif);
	font-size: 1.06rem;
}

.pt-rich-text > :first-child {
	margin-top: 0;
}

.pt-rich-text > :last-child {
	margin-bottom: 0;
}

.pt-theme-gallery-section {
	background: #e0f2eb;
}

.pt-theme-gallery {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 18px;
}

.pt-theme-gallery figure {
	grid-column: span 6;
	margin: 0;
	overflow: hidden;
}

.pt-theme-gallery figure:nth-child(3n + 1) {
	grid-column: span 7;
}

.pt-theme-gallery figure:nth-child(3n + 2) {
	grid-column: span 5;
}

.pt-theme-gallery img {
	width: 100%;
	height: 100%;
	min-height: 360px;
	max-height: 620px;
	object-fit: cover;
}

.pt-theme-products {
	background: var(--pt-cream-light);
}

.pt-quote-page {
	background: var(--pt-cream-light);
}

.pt-quote-hero {
	position: relative;
	padding-block: clamp(100px, 13vw, 175px);
	overflow: hidden;
	background:
		radial-gradient(circle at 13% 22%, rgba(211, 161, 44, 0.35) 0 7px, transparent 8px),
		radial-gradient(circle at 88% 72%, var(--pt-rose-light) 0 11px, transparent 12px),
		var(--pt-cream);
	text-align: center;
}

.pt-quote-hero::before,
.pt-quote-hero::after {
	position: absolute;
	border: 1px solid var(--pt-rose-light);
	border-radius: 50%;
	content: "";
}

.pt-quote-hero::before {
	top: -210px;
	left: -120px;
	width: 420px;
	height: 420px;
}

.pt-quote-hero::after {
	right: -150px;
	bottom: -280px;
	width: 520px;
	height: 520px;
}

.pt-quote-hero .pt-container {
	position: relative;
	z-index: 1;
}

.pt-quote-hero h1 {
	max-width: 960px;
	margin: 0 auto;
	color: var(--pt-wine);
	font-family: var(--pt-display);
	font-size: clamp(4rem, 8.7vw, 8rem);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 0.88;
}

.pt-quote-hero p:last-child {
	max-width: 650px;
	margin: 28px auto 0;
	color: var(--pt-cocoa-soft);
	font-family: var(--pt-serif);
	font-size: 1.08rem;
}

.pt-quote-content {
	padding-top: clamp(70px, 8vw, 110px);
}

.pt-quote-form {
	max-width: 980px;
	margin: 0 auto;
}

.pt-form-section {
	margin: 0;
	padding: 0 0 clamp(65px, 8vw, 95px);
	border: 0;
}

.pt-form-section + .pt-form-section {
	padding-top: clamp(65px, 8vw, 95px);
	border-top: 1px solid var(--pt-line);
}

.pt-form-section legend {
	width: 100%;
	display: flex;
	align-items: baseline;
	gap: 14px;
	margin: 0 0 38px;
	padding: 0;
	color: var(--pt-cocoa);
	font-family: var(--pt-display);
	font-size: clamp(2.2rem, 4.2vw, 3.8rem);
	line-height: 1;
}

.pt-form-section legend span {
	color: var(--pt-rose);
	font-family: var(--pt-serif);
	font-size: 0.95rem;
	font-style: italic;
}

.pt-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px 22px;
}

.pt-field {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.pt-field--wide {
	grid-column: 1 / -1;
}

.pt-field > span,
.pt-quote-product-options label > span {
	color: var(--pt-cocoa);
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.pt-field input,
.pt-field select,
.pt-field textarea,
.pt-quote-product-options input,
.pt-quote-product-options select {
	width: 100%;
	min-height: 52px;
	padding: 13px 14px;
	border: 1px solid var(--pt-line);
	border-radius: 0;
	outline: 0;
	background: var(--pt-paper);
	color: var(--pt-cocoa);
	font-family: var(--pt-serif);
	font-size: 1rem;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.pt-field textarea {
	min-height: 150px;
	resize: vertical;
}

.pt-field input:focus,
.pt-field select:focus,
.pt-field textarea:focus,
.pt-quote-product-options input:focus,
.pt-quote-product-options select:focus {
	border-color: var(--pt-wine);
	box-shadow: 0 0 0 3px rgba(21, 142, 137, 0.1);
}

.pt-form-help {
	max-width: 650px;
	margin: -20px 0 35px;
	color: var(--pt-cocoa-soft);
	font-family: var(--pt-serif);
}

.pt-quote-product-group + .pt-quote-product-group {
	margin-top: 50px;
}

.pt-quote-product-group h3 {
	margin: 0 0 18px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--pt-line);
	color: var(--pt-wine);
	font-family: var(--pt-display);
	font-size: 2rem;
	font-weight: 400;
}

.pt-quote-product-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.pt-quote-product {
	padding: 18px;
	border: 1px solid var(--pt-line);
	background: var(--pt-paper);
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.pt-quote-product:focus-within {
	border-color: var(--pt-wine);
	box-shadow: 0 8px 28px rgba(21, 95, 93, 0.08);
}

.pt-quote-product.is-selected {
	border-color: var(--pt-wine);
	background: rgba(201, 234, 222, 0.14);
}

.pt-quote-product-check {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: start;
	gap: 12px;
	cursor: pointer;
}

.pt-quote-product-check input,
.pt-consent input {
	width: 18px;
	height: 18px;
	margin: 3px 0 0;
	accent-color: var(--pt-wine);
}

.pt-quote-product-check > span {
	display: flex;
	flex-direction: column;
}

.pt-quote-product-check strong {
	color: var(--pt-cocoa);
	font-family: var(--pt-serif);
	font-size: 1.02rem;
}

.pt-quote-product-check small {
	margin-top: 2px;
	color: var(--pt-cocoa-soft);
	font-size: 0.7rem;
}

.pt-quote-product-options {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 95px;
	gap: 10px;
	margin-top: 16px;
}

.pt-quote-product[data-unit="kilo"] .pt-quote-product-options {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pt-quote-product[data-unit="kilo"] .pt-product-variation-field {
	grid-column: 1 / -1;
}

.pt-quote-product-options label {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.pt-quote-product-options input,
.pt-quote-product-options select {
	min-height: 42px;
	padding: 8px 9px;
	font-size: 0.84rem;
}

.pt-product-topper {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-top: 14px;
	color: var(--pt-cocoa);
	font-family: var(--pt-serif);
	font-size: 0.88rem;
	cursor: pointer;
}

.pt-cake-weight-total {
	margin: 9px 0 0;
	color: var(--pt-cocoa-soft);
	font-size: 0.74rem;
}

.pt-cake-weight-total strong {
	color: var(--pt-wine);
}

.pt-cake-list {
	display: grid;
	gap: 12px;
	margin-top: 16px;
}

.pt-cake-item {
	padding: 14px;
	border: 1px solid var(--pt-line);
	background: rgba(255, 255, 255, 0.6);
}

.pt-cake-item-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	color: var(--pt-wine);
}

.pt-cake-item-heading button {
	width: 28px;
	height: 28px;
	padding: 0;
	border: 1px solid var(--pt-line);
	border-radius: 50%;
	background: transparent;
	color: var(--pt-cocoa-soft);
	font-size: 1.1rem;
	cursor: pointer;
}

.pt-cake-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.pt-cake-fields label {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.pt-cake-fields [hidden] {
	display: none;
}

.pt-cake-type {
	margin-bottom: 10px;
}

.pt-cake-type label {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.pt-cake-type label > span {
	color: var(--pt-cocoa);
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pt-cake-fields label > span {
	color: var(--pt-cocoa);
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pt-cake-fields input,
.pt-cake-fields select,
.pt-cake-type select,
.pt-cake-cover-details textarea,
.pt-product-custom-options select {
	width: 100%;
	min-height: 42px;
	padding: 8px 9px;
	border: 1px solid var(--pt-line);
	background: #fff;
}

.pt-cake-cover-details {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-top: 10px;
}

.pt-cake-cover-details > span,
.pt-product-custom-options label > span {
	color: var(--pt-cocoa);
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pt-product-custom-options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 14px;
}

.pt-product-custom-options label {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.pt-cake-item-subtotal {
	display: flex;
	justify-content: space-between;
	margin: 11px 0 0;
	color: var(--pt-cocoa-soft);
	font-size: 0.72rem;
}

.pt-add-cake {
	margin-top: 12px;
	padding: 9px 13px;
	border: 1px solid var(--pt-wine);
	background: transparent;
	color: var(--pt-wine);
	font-weight: 700;
	cursor: pointer;
}

@media (max-width: 520px) {
	.pt-cake-fields,.pt-product-custom-options { grid-template-columns: 1fr; }
}

/* Product detail */
.pt-product-single { background: var(--pt-paper); }
.pt-product-single-hero { padding: clamp(70px, 9vw, 130px) 0; background: linear-gradient(125deg, var(--pt-paper) 52%, rgba(201, 234, 222, .38) 52%); }
.pt-product-single-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: clamp(45px, 7vw, 105px); align-items: center; }
.pt-product-single-cover { min-height: 620px; overflow: hidden; background: var(--pt-cream); }
.pt-product-single-cover img { width: 100%; height: 100%; min-height: 620px; display: block; object-fit: cover; }
.pt-product-single-placeholder { min-height: 620px; display: grid; place-items: center; border: 1px solid var(--pt-line); }
.pt-product-single-placeholder span { width: 220px; height: 220px; display: grid; place-items: center; border: 1px solid var(--pt-mint); border-radius: 50%; color: var(--pt-green-soft); font-family: Georgia, serif; font-size: 8rem; }
.pt-product-single-copy h1 { margin: 12px 0 18px; color: var(--pt-green); font-family: Georgia, serif; font-size: clamp(3.2rem, 6vw, 6.5rem); font-weight: 400; line-height: .95; letter-spacing: -.05em; }
.pt-product-single-subtitle { max-width: 570px; color: var(--pt-cocoa-soft); font-family: Georgia, serif; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.55; }
.pt-product-single-price { display: flex; flex-direction: column; gap: 4px; margin: 30px 0 24px; }
.pt-product-single-price span { color: var(--pt-green-soft); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pt-product-single-price strong { color: var(--pt-wine); font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.pt-product-single-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 0 30px; border-top: 1px solid var(--pt-line); border-bottom: 1px solid var(--pt-line); }
.pt-product-single-facts > span { display: flex; min-height: 82px; flex-direction: column; justify-content: center; padding: 12px; border-right: 1px solid var(--pt-line); }
.pt-product-single-facts > span:last-child { border-right: 0; }
.pt-product-single-facts small { color: var(--pt-green-soft); font-size: .6rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pt-product-single-facts strong { margin-top: 5px; color: var(--pt-green); font-size: .82rem; }
.pt-product-single-description { background: #fff; }
.pt-product-single-description-grid { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: clamp(40px, 8vw, 130px); }
.pt-product-single-description-grid h2 { margin: 0; color: var(--pt-green); font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 400; line-height: 1.05; }
.pt-product-single-options { background: var(--pt-cream); }
.pt-product-option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--pt-line); }
.pt-product-option-grid article { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 120px; padding: 25px 0; border-bottom: 1px solid var(--pt-line); }
.pt-product-option-grid article:nth-child(odd) { padding-right: 35px; border-right: 1px solid var(--pt-line); }
.pt-product-option-grid article:nth-child(even) { padding-left: 35px; }
.pt-product-option-grid h3 { margin: 0; color: var(--pt-green); font-family: Georgia, serif; font-size: 1.25rem; font-weight: 400; }
.pt-product-option-grid p { margin: 7px 0 0; color: var(--pt-cocoa-soft); font-size: .75rem; }
.pt-product-option-grid > article > strong { flex: 0 0 auto; color: var(--pt-wine); font-size: .78rem; text-transform: uppercase; }
.pt-product-composition { background: #e7f5ef; }
.pt-product-composition-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: rgba(21, 95, 93, .14); border: 1px solid rgba(21, 95, 93, .14); }
.pt-product-composition-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pt-product-composition-grid article { min-height: 300px; padding: 30px; background: var(--pt-paper); }
.pt-product-composition-grid article > span { color: var(--pt-green-soft); font-size: .65rem; font-weight: 800; letter-spacing: .12em; }
.pt-product-composition-grid h3 { margin: 28px 0 20px; color: var(--pt-green); font-family: Georgia, serif; font-size: 1.5rem; font-weight: 400; }
.pt-product-composition-grid p { color: var(--pt-cocoa-soft); font-size: .82rem; line-height: 1.55; }
.pt-product-topper-note { margin: 25px 0 0; color: var(--pt-green); text-align: center; }
.pt-product-gallery-section { background: #fff; }
.pt-product-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.pt-product-gallery figure { min-height: 390px; margin: 0; overflow: hidden; background: var(--pt-cream); }
.pt-product-gallery figure:nth-child(4n + 1) { grid-column: span 2; }
.pt-product-gallery img { width: 100%; height: 100%; min-height: 390px; display: block; object-fit: cover; transition: transform .5s ease; }
.pt-product-gallery figure:hover img { transform: scale(1.025); }

@media (max-width: 1000px) {
	.pt-product-single-hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
	.pt-product-single-cover,.pt-product-single-cover img,.pt-product-single-placeholder { min-height: 480px; }
	.pt-product-composition-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
	.pt-product-single-hero { padding: 35px 0 65px; background: var(--pt-paper); }
	.pt-product-single-hero-grid,.pt-product-single-description-grid { grid-template-columns: 1fr; }
	.pt-product-single-cover { order: 2; }
	.pt-product-single-cover,.pt-product-single-cover img,.pt-product-single-placeholder { min-height: 430px; }
	.pt-product-single-copy h1 { font-size: 3.5rem; }
	.pt-product-single-facts { grid-template-columns: 1fr; }
	.pt-product-single-facts > span { border-right: 0; border-bottom: 1px solid var(--pt-line); }
	.pt-product-option-grid,.pt-product-composition-grid,.pt-product-composition-grid--two,.pt-product-gallery { grid-template-columns: 1fr; }
	.pt-product-option-grid article:nth-child(odd),.pt-product-option-grid article:nth-child(even) { padding: 22px 0; border-right: 0; }
	.pt-product-composition-grid article { min-height: 0; }
	.pt-product-gallery figure:nth-child(4n + 1) { grid-column: auto; }
}

.pt-product-topper input {
	width: 17px;
	height: 17px;
	margin: 0;
	accent-color: var(--pt-wine);
}

.pt-product-estimate {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin: 16px 0 0;
	padding-top: 12px;
	border-top: 1px solid var(--pt-line);
	color: var(--pt-cocoa-soft);
	font-size: 0.72rem;
}

.pt-product-estimate strong {
	color: var(--pt-wine);
	font-size: 0.86rem;
}

.pt-quote-estimate {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 4px 25px;
	margin-top: 34px;
	padding: 24px;
	border: 1px solid var(--pt-line);
	background: var(--pt-rose-light);
	color: var(--pt-cocoa);
}

.pt-quote-estimate > span {
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.pt-quote-estimate > strong {
	color: var(--pt-wine);
	font-family: var(--pt-serif);
	font-size: clamp(1.35rem, 3vw, 2rem);
}

.pt-quote-estimate > small {
	grid-column: 1 / -1;
	color: var(--pt-cocoa-soft);
	font-size: 0.7rem;
}

.pt-consent {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: start;
	gap: 12px;
	margin-top: 25px;
	color: var(--pt-cocoa-soft);
	font-size: 0.82rem;
	cursor: pointer;
}

.pt-form-submit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding-top: 35px;
	border-top: 1px solid var(--pt-line);
}

.pt-form-submit p {
	max-width: 430px;
	margin: 0;
	color: var(--pt-cocoa-soft);
	font-family: var(--pt-serif);
}

.pt-form-submit .pt-button {
	border-radius: 0;
	cursor: pointer;
}

.pt-form-message {
	max-width: 980px;
	margin: 0 auto 35px;
	padding: 18px 20px;
	border: 1px solid currentColor;
}

.pt-form-message--error {
	background: #fff2ef;
	color: #9c3f32;
}

.pt-quote-success {
	max-width: 720px;
	margin: 0 auto;
	padding: clamp(45px, 8vw, 85px);
	border: 1px solid var(--pt-line);
	background: var(--pt-paper);
	text-align: center;
}

.pt-quote-success > span {
	width: 62px;
	height: 62px;
	display: grid;
	place-items: center;
	margin: 0 auto 28px;
	border: 1px solid var(--pt-wine);
	border-radius: 50%;
	color: var(--pt-wine);
	font-size: 1.6rem;
}

.pt-quote-success h2 {
	margin: 0;
	font-family: var(--pt-display);
	font-size: clamp(2.8rem, 5.5vw, 5rem);
	font-weight: 400;
	line-height: 0.95;
}

.pt-quote-success p:not(.pt-kicker) {
	max-width: 520px;
	margin: 24px auto 0;
	color: var(--pt-cocoa-soft);
}

.pt-quote-success strong {
	display: inline-block;
	margin-top: 28px;
	padding: 11px 16px;
	background: var(--pt-rose-light);
	color: var(--pt-wine);
	font-size: 0.75rem;
	letter-spacing: 0.08em;
}

.pt-quote-success .pt-quote-whatsapp {
	display: inline-flex;
	margin-top: 24px;
}

.pt-quote-success .pt-quote-whatsapp-note {
	margin-top: 12px;
	font-size: 0.875rem;
	opacity: 0.78;
}

.pt-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.pt-catalog {
	background: var(--pt-cream-light);
}

.pt-catalog-hero {
	position: relative;
	padding-block: clamp(85px, 11vw, 145px);
	overflow: hidden;
	background:
		radial-gradient(circle at 8% 15%, var(--pt-rose-light) 0 5px, transparent 6px),
		radial-gradient(circle at 92% 80%, rgba(211, 161, 44, 0.35) 0 6px, transparent 7px),
		var(--pt-cream);
	text-align: center;
}

.pt-catalog-hero::before,
.pt-catalog-hero::after {
	position: absolute;
	width: 300px;
	height: 300px;
	border: 1px solid var(--pt-rose-light);
	border-radius: 50%;
	content: "";
}

.pt-catalog-hero::before {
	top: -185px;
	left: -80px;
}

.pt-catalog-hero::after {
	right: -90px;
	bottom: -210px;
}

.pt-catalog-hero .pt-container {
	position: relative;
	z-index: 1;
}

.pt-catalog-hero h1 {
	margin: 0;
	color: var(--pt-wine);
	font-family: var(--pt-display);
	font-size: clamp(4rem, 9vw, 8rem);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 0.92;
}

.pt-catalog-hero p:last-child {
	max-width: 610px;
	margin: 25px auto 0;
	color: var(--pt-cocoa-soft);
}

.pt-catalog-nav {
	position: sticky;
	z-index: 10;
	top: 0;
	padding-block: 18px;
	border-top: 1px solid var(--pt-line);
	border-bottom: 1px solid var(--pt-line);
	background: rgba(255, 253, 245, 0.95);
	backdrop-filter: blur(12px);
}

.pt-catalog-nav .pt-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(18px, 4vw, 50px);
}

.pt-catalog-nav a {
	color: var(--pt-wine);
	font-family: var(--pt-display);
	font-size: 1.15rem;
	letter-spacing: 0.03em;
}

.pt-catalog-sections {
	padding-block: 30px 120px;
}

.pt-catalog-section {
	display: grid;
	grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(45px, 9vw, 135px);
	padding-block: clamp(75px, 9vw, 120px);
	scroll-margin-top: 65px;
}

.pt-catalog-section + .pt-catalog-section {
	border-top: 1px solid var(--pt-line);
}

.pt-catalog-section-title {
	align-self: start;
	position: sticky;
	top: 100px;
}

.pt-catalog-section-title h2 {
	margin: 0;
	color: var(--pt-wine);
	font-family: var(--pt-display);
	font-size: clamp(3rem, 5vw, 5rem);
	font-weight: 400;
	line-height: 0.95;
}

.pt-catalog-section-title > p:last-child {
	margin: 20px 0 0;
	color: var(--pt-cocoa-soft);
	font-family: var(--pt-serif);
	font-size: 1rem;
}

.pt-menu-list {
	min-width: 0;
}

.pt-menu-item {
	padding-block: 30px;
	border-bottom: 1px solid var(--pt-line);
}

.pt-menu-item:first-child {
	padding-top: 0;
}

.pt-menu-item-heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 25px;
}

.pt-menu-item h3 {
	margin: 0;
	color: var(--pt-cocoa);
	font-family: var(--pt-display);
	font-size: clamp(1.55rem, 2.4vw, 2.25rem);
	font-weight: 400;
	line-height: 1;
}

.pt-menu-item strong {
	flex-shrink: 0;
	color: var(--pt-wine);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.pt-menu-variations {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.pt-menu-variations li {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: baseline;
	gap: 10px;
	padding-block: 6px;
	color: var(--pt-cocoa-soft);
	font-family: var(--pt-serif);
}

.pt-menu-variations li::before {
	grid-column: 2;
	grid-row: 1;
	height: 1px;
	border-top: 1px dotted rgba(21, 95, 93, 0.35);
	content: "";
}

.pt-menu-variations li > div {
	grid-column: 1;
	display: flex;
	flex-direction: column;
}

.pt-menu-variations li > strong {
	grid-column: 3;
}

.pt-menu-variations small {
	max-width: 460px;
	margin-top: 2px;
	font-family: var(--pt-sans);
	font-size: 0.68rem;
	line-height: 1.35;
}

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

.screen-reader-text:focus {
	z-index: 100000;
	top: 8px;
	left: 8px;
	width: auto;
	height: auto;
	display: block;
	padding: 12px 18px;
	clip: auto;
	background: #fff;
	color: var(--pt-cocoa);
}

@media (max-width: 1024px) {
	.pt-header-inner {
		grid-template-columns: auto 1fr auto;
	}

	.pt-brand {
		grid-column: auto;
		top: 5px;
		left: 50%;
		justify-self: center;
		transform: translateX(-50%);
	}

	.pt-nav {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		z-index: 15;
		display: block;
		padding: 26px max(20px, calc((100vw - var(--pt-container)) / 2));
		border-top: 1px solid var(--pt-line);
		border-bottom: 1px solid var(--pt-line);
		background: rgba(255, 253, 245, 0.99);
		box-shadow: 0 22px 45px rgba(21, 95, 93, 0.12);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-12px);
		transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
		visibility: hidden;
	}

	.pt-nav.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		visibility: visible;
	}

	.pt-nav ul {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.pt-nav li + li {
		border-top: 1px solid var(--pt-line);
	}

	.pt-nav a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 15px 2px;
		font-family: var(--pt-display);
		font-size: 1.35rem;
		font-weight: 400;
		letter-spacing: 0.03em;
		text-transform: none;
	}

	.pt-nav a::after {
		position: static;
		width: auto;
		height: auto;
		background: none;
		content: "→";
		font-family: var(--pt-sans);
		font-size: 0.9rem;
		transform: none;
	}

	.pt-menu-toggle {
		grid-column: 1;
		display: inline-flex;
		align-items: center;
		gap: 9px;
		padding: 10px 0;
		border: 0;
		background: transparent;
		color: var(--pt-wine);
		cursor: pointer;
		font-size: 0.66rem;
		font-weight: 800;
		letter-spacing: 0.12em;
		text-transform: uppercase;
	}

	.pt-menu-toggle-icon {
		width: 23px;
		height: 16px;
		position: relative;
		display: inline-block;
	}

	.pt-menu-toggle-icon span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background: currentColor;
		transition: top 180ms ease, transform 180ms ease, opacity 180ms ease;
	}

	.pt-menu-toggle-icon span:nth-child(1) {
		top: 0;
	}

	.pt-menu-toggle-icon span:nth-child(2) {
		top: 7px;
	}

	.pt-menu-toggle-icon span:nth-child(3) {
		top: 14px;
	}

	.pt-menu-toggle[aria-expanded="true"] .pt-menu-toggle-icon span:nth-child(1) {
		top: 7px;
		transform: rotate(45deg);
	}

	.pt-menu-toggle[aria-expanded="true"] .pt-menu-toggle-icon span:nth-child(2) {
		opacity: 0;
	}

	.pt-menu-toggle[aria-expanded="true"] .pt-menu-toggle-icon span:nth-child(3) {
		top: 7px;
		transform: rotate(-45deg);
	}

	.pt-header-action {
		grid-column: 3;
	}

	.pt-hero {
		min-height: 700px;
	}

	.pt-hero::before {
		background: linear-gradient(90deg, rgba(255, 251, 237, 0.98), rgba(255, 251, 237, 0.78) 52%, rgba(255, 251, 237, 0.15));
	}

	.pt-products-grid {
		gap: 16px;
	}

	.pt-themes-heading {
		gap: 60px;
	}

	.pt-themes-grid--archive {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pt-story {
		gap: 70px;
	}

	.pt-story-art {
		min-height: 490px;
	}
}

@media (max-width: 767px) {
	.pt-container {
		width: min(calc(100% - 30px), var(--pt-container));
	}

	.pt-announcement {
		font-size: 0.58rem;
		letter-spacing: 0.11em;
	}

	.pt-header-inner {
		min-height: 76px;
	}

	.pt-brand-logo {
		width: 110px;
		height: 110px;
	}

	.pt-header-action {
		font-size: 0;
	}

	.pt-header-action::before {
		content: "Orçamento";
		font-size: 0.65rem;
	}

	.pt-hero {
		min-height: 0;
		display: block;
	}

	.pt-hero-image {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		max-height: 340px;
		padding: 18px 20px 0;
		object-fit: contain;
		object-position: center;
		filter:
			brightness(1.025)
			contrast(0.98)
			saturate(0.96)
			drop-shadow(0 16px 18px rgba(21, 95, 93, 0.13));
	}

	.pt-hero::before {
		background: radial-gradient(circle at 50% 18%, rgba(159, 218, 207, 0.28), transparent 36%);
	}

	.pt-hero-content {
		padding-block: 34px 72px;
	}

	.pt-hero h1 {
		font-size: clamp(3.15rem, 16vw, 4.4rem);
	}

	.pt-hero-lead {
		max-width: 90%;
		margin-top: 22px;
		font-size: 1rem;
	}

	.pt-actions {
		margin-top: 28px;
	}

	.pt-scroll-note {
		display: none;
	}

	.pt-section-heading {
		margin-bottom: 38px;
	}

	.pt-category-grid,
	.pt-products-grid,
	.pt-themes-grid,
	.pt-story,
	.pt-process-grid,
	.pt-footer-main,
	.pt-theme-single-hero-grid,
	.pt-theme-description-grid {
		grid-template-columns: 1fr;
	}

	.pt-category {
		min-height: 245px;
	}

	.pt-category + .pt-category {
		border-top: 1px solid var(--pt-line);
		border-left: 0;
	}

	.pt-category::before {
		font-size: 5.8rem;
	}

	.pt-products-top {
		align-items: start;
		flex-direction: column;
		margin-bottom: 35px;
	}

	.pt-products-grid {
		gap: 45px;
	}

	.pt-themes-heading {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-bottom: 40px;
	}

	.pt-themes-heading > p {
		max-width: 520px;
	}

	.pt-themes-grid {
		gap: 50px;
	}

	.pt-theme-card:nth-child(even) {
		margin-top: 0;
	}

	.pt-theme-visual {
		aspect-ratio: 6 / 5;
	}

	.pt-theme-filters .pt-container {
		width: max-content;
		min-width: calc(100% - 30px);
		justify-content: start;
	}

	.pt-themes-grid--archive {
		grid-template-columns: 1fr;
	}

	.pt-theme-single-hero-grid {
		gap: 60px;
	}

	.pt-theme-single-cover {
		aspect-ratio: 5 / 6;
	}

	.pt-theme-description-grid {
		gap: 35px;
	}

	.pt-theme-gallery {
		grid-template-columns: 1fr;
	}

	.pt-theme-gallery figure,
	.pt-theme-gallery figure:nth-child(3n + 1),
	.pt-theme-gallery figure:nth-child(3n + 2) {
		grid-column: 1;
	}

	.pt-theme-gallery img {
		min-height: 280px;
	}

	.pt-form-grid,
	.pt-quote-product-list {
		grid-template-columns: 1fr;
	}

	.pt-form-submit {
		align-items: stretch;
		flex-direction: column;
	}

	.pt-form-submit .pt-button {
		width: 100%;
	}

	.pt-product-visual {
		aspect-ratio: 5 / 6;
	}

	.pt-story {
		gap: 70px;
	}

	.pt-story-art {
		min-height: 400px;
		margin-right: 22px;
	}

	.pt-story-note {
		right: -22px;
		bottom: -25px;
	}

	.pt-process-grid {
		gap: 35px;
		margin-top: 40px;
	}

	.pt-footer-main {
		gap: 38px;
	}

	.pt-catalog-nav {
		overflow-x: auto;
	}

	.pt-catalog-nav .pt-container {
		width: max-content;
		min-width: calc(100% - 30px);
		justify-content: start;
	}

	.pt-catalog-section {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.pt-catalog-section-title {
		position: static;
	}

	.pt-menu-variations li {
		grid-template-columns: 1fr auto;
		gap: 8px 14px;
		padding-block: 9px;
	}

	.pt-menu-variations li::before {
		display: none;
	}

	.pt-menu-variations li > strong {
		grid-column: 2;
	}

	.pt-footer-bottom {
		align-items: start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
