/* ============================================================
   Dark palette overrides — applied site-wide after every other
   stylesheet. Forces the redesign tokens onto every legacy
   container so non-home pages pick up the same look as the
   homepage without rewriting the original page-*.css files.
   ============================================================ */

html[data-theme="dark"],
html[data-theme="dark"] body {
	background: var(--home-bg);
	color: var(--home-ink);
}

/* Push main content below the fixed header on non-home pages. */
body:not(.home) main {
	padding-top: 120px;
}

body:not(.home) main.pnza-main--home,
body:not(.home) main.pnza-404 {
	padding-top: 0;
}

/* ============================================================
   About / Despre
   ============================================================ */

.pnza-about {
	background: var(--home-bg);
	color: var(--home-ink);
	font-family: 'Outfit', sans-serif;
}

.pnza-about__hero,
.pnza-about__story,
.pnza-about__fabric,
.pnza-about__features,
.pnza-about__certifications,
.pnza-about__reviews,
.pnza-about__joy {
	background: var(--home-bg) !important;
	color: var(--home-ink) !important;
}

.pnza-about h1,
.pnza-about h2,
.pnza-about h3,
.pnza-about h4,
.pnza-about p {
	color: var(--home-ink) !important;
	text-transform: none;
}

.pnza-about h1,
.pnza-about h2 {
	font-family: 'Outfit', sans-serif;
	font-weight: 500;
	letter-spacing: -0.03em;
}

.pnza-about__hero h1 {
	font-size: clamp(48px, 8vw, 104px) !important;
	line-height: 0.95;
	font-weight: 500;
}

.pnza-about .pnza-handwrite,
.pnza-about__fabric-sub {
	color: var(--home-gold) !important;
}

.pnza-about p {
	opacity: 0.88;
}

.pnza-about section {
	padding: 80px max(32px, calc((100vw - 1200px) / 2));
	border-bottom: 1px solid var(--home-line);
}

.pnza-about__story {
	background: var(--home-bg-2) !important;
}

.pnza-about__story-image,
.pnza-about__story-image-inner {
	background: var(--home-bg-3);
}

/* Polaroid frames on About fill their grid cell up to a comfortable
   reading width. Using min(100%, ...) keeps the frame from shrinking
   awkwardly on huge monitors while still letting the image expand on
   normal desktops. Aspect-ratio 4/5 is the proper polaroid shape;
   object-position 30% keeps faces in the crop. */
.pnza-about__story-image,
.pnza-about__joy .pnza-about__story-image {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

.pnza-about__story-image-inner img {
	object-position: center 30%;
}

/* Reviews: keep the section on dark bg, flip card colours to match. */
.pnza-about__reviews {
	background: var(--home-bg) !important;
}

.pnza-about__reviews-title,
.pnza-about__reviews h2 {
	color: var(--home-ink) !important;
}

.pnza-about__review {
	background: var(--home-bg-2) !important;
	border: 1px solid var(--home-line);
	border-radius: 8px;
}

.pnza-about__review-text {
	color: var(--home-ink) !important;
	opacity: 0.9;
}

.pnza-about__review-author {
	color: var(--home-muted) !important;
}

.pnza-about__reviews-note {
	color: var(--home-muted) !important;
}

/* Certification badges — text fallback when no logo uploaded. */
.pnza-about__certs-grid {
	display: grid;
	grid-template-columns: repeat(4, 140px);
	gap: 24px;
	margin-top: 32px;
	justify-content: center;
}

.pnza-about__cert {
	background: #fff !important;
	border: 1px solid var(--home-line) !important;
	border-radius: 12px;
	padding: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 140px;
	transition: border-color 0.25s ease, transform 0.25s ease;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.pnza-about__cert:hover {
	border-color: var(--home-gold) !important;
	transform: translateY(-2px);
}

.pnza-about__cert img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	background: transparent;
	padding: 0;
}

@media (max-width: 720px) {
	.pnza-about__certs-grid {
		grid-template-columns: repeat(2, 140px);
	}
}

.pnza-about__cert-name {
	font-family: 'Outfit', sans-serif;
	font-size: var(--fs-17);
	font-weight: 600;
	color: var(--home-ink);
	letter-spacing: var(--ls-uppercase);
	text-transform: uppercase;
}

.pnza-about__cert-desc {
	font-family: 'Outfit', sans-serif;
	font-size: var(--fs-12);
	color: var(--home-muted);
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.pnza-about .pnza-btn,
.pnza-about a.pnza-btn--primary,
.pnza-about a.pnza-btn--ghost {
	background: transparent !important;
	color: var(--home-ink) !important;
	border: 1px solid var(--home-ink) !important;
	padding: 14px 26px;
	border-radius: 9999px;
	text-transform: lowercase;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.pnza-about .pnza-btn:hover,
.pnza-about a.pnza-btn--primary:hover,
.pnza-about a.pnza-btn--ghost:hover {
	background: rgba(217, 179, 110, 0.15) !important;
	border-color: var(--home-gold) !important;
	color: var(--home-gold) !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(217, 179, 110, 0.18);
}

/* ============================================================
   Contact
   ============================================================ */

.pnza-contact {
	background: var(--home-bg);
	color: var(--home-ink);
	font-family: 'Outfit', sans-serif;
	padding-bottom: 120px;
}

.pnza-contact__hero,
.pnza-contact__main,
.pnza-contact__form,
.pnza-contact__form-card {
	background: var(--home-bg) !important;
	color: var(--home-ink) !important;
}

.pnza-contact h1,
.pnza-contact h2,
.pnza-contact__title {
	color: var(--home-ink) !important;
	text-transform: none;
	font-weight: 500;
	letter-spacing: -0.03em;
}

.pnza-contact__title {
	font-size: clamp(48px, 8vw, 96px) !important;
}

.pnza-contact__info-label,
.pnza-contact .pnza-handwrite {
	color: var(--home-gold) !important;
}

.pnza-contact__info-value,
.pnza-contact__info-value a,
.pnza-contact p {
	color: var(--home-ink) !important;
}

.pnza-contact__form,
.pnza-contact__form-card {
	background: var(--home-bg-2) !important;
	border: 1px solid var(--home-line);
	border-radius: 16px;
	padding: 40px;
}

.pnza-contact__form-title {
	color: var(--home-gold) !important;
}

.pnza-contact__field label {
	color: var(--home-muted) !important;
}

/* Keep the legacy underline-style input layout (no box, no rounded
   corners) but swap colours to the dark palette. */
.pnza-contact__field input,
.pnza-contact__field textarea,
.pnza-contact__field select {
	background: transparent !important;
	color: var(--home-ink) !important;
	border: none !important;
	border-bottom: 1.5px solid var(--home-line) !important;
	border-radius: 0 !important;
	padding: 12px 0 !important;
	width: 100%;
	font-family: 'Outfit', sans-serif;
	font-size: var(--fs-16);
	outline: none;
	transition: border-color 0.25s ease;
	box-sizing: border-box;
}

.pnza-contact__field input:focus,
.pnza-contact__field textarea:focus,
.pnza-contact__field select:focus {
	border-bottom-color: var(--home-gold) !important;
}

.pnza-contact__field input::placeholder,
.pnza-contact__field textarea::placeholder {
	color: var(--home-muted);
}

.pnza-contact__field select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5' fill='none' stroke='%23d9b36e' stroke-width='2'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 0 center !important;
}

.pnza-contact button[type="submit"],
.pnza-contact .pnza-btn {
	background: transparent !important;
	color: var(--home-ink) !important;
	border: 1px solid var(--home-ink) !important;
	padding: 14px 26px;
	border-radius: 9999px;
	text-transform: lowercase;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.pnza-contact button[type="submit"]:hover,
.pnza-contact .pnza-btn:hover {
	background: rgba(217, 179, 110, 0.15) !important;
	border-color: var(--home-gold) !important;
	color: var(--home-gold) !important;
	transform: translateY(-2px);
}

@media (max-width: 768px) {
	.pnza-contact__form-card {
		padding: 24px;
	}
}

/* ============================================================
   Press Kit
   ============================================================ */

.pnza-press-kit {
	background: var(--home-bg);
	color: var(--home-ink);
	font-family: 'Outfit', sans-serif;
}

.pnza-press-kit__hero,
.pnza-press-kit__section {
	background: var(--home-bg) !important;
	color: var(--home-ink) !important;
	padding: 64px max(32px, calc((100vw - 1080px) / 2));
	border-bottom: 1px solid var(--home-line);
}

.pnza-press-kit h1,
.pnza-press-kit h2,
.pnza-press-kit h3,
.pnza-press-kit p {
	color: var(--home-ink) !important;
	text-transform: none;
}

.pnza-press-kit h1 {
	font-size: clamp(48px, 8vw, 88px) !important;
	font-weight: 500;
	letter-spacing: -0.03em;
}

.pnza-press-kit h2 {
	font-size: clamp(28px, 3.5vw, 44px) !important;
	font-weight: 500;
	letter-spacing: -0.02em;
	margin-bottom: 18px;
}

.pnza-press-kit p {
	opacity: 0.88;
}

.pnza-press-kit a.pnza-btn,
.pnza-press-kit .pnza-btn {
	background: transparent !important;
	color: var(--home-ink) !important;
	border: 1px solid var(--home-ink) !important;
	padding: 12px 22px;
	border-radius: 9999px;
	text-transform: lowercase;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.pnza-press-kit a.pnza-btn:hover {
	background: rgba(217, 179, 110, 0.15) !important;
	border-color: var(--home-gold) !important;
	color: var(--home-gold) !important;
	transform: translateY(-2px);
}

/* ============================================================
   Blog listing + single
   ============================================================ */

.pnza-blog,
.pnza-single-post,
.pnza-blog__grid,
.pnza-blog__list,
body.blog main,
body.archive main,
body.single-post main {
	background: var(--home-bg);
	color: var(--home-ink);
	font-family: 'Outfit', sans-serif;
}

body.blog main,
body.archive main,
body.single-post main {
	padding: 160px max(32px, calc((100vw - 1440px) / 2)) 120px;
	min-height: 60vh;
}

.pnza-blog__title,
body.blog main h1,
body.archive main h1 {
	font-family: 'Outfit', sans-serif;
	font-size: clamp(48px, 7vw, 88px);
	font-weight: 500;
	letter-spacing: -0.04em;
	color: var(--home-ink);
	text-transform: none;
	margin: 0 0 32px;
}

.pnza-blog__post,
body.blog article,
body.archive article,
body.single-post article {
	background: transparent;
	border: none;
	padding: 0 0 32px;
	margin-bottom: 40px;
	border-bottom: 1px solid var(--home-line);
	color: var(--home-ink);
}

body.blog article:last-child,
body.archive article:last-child {
	border-bottom: none;
}

body.single-post article {
	border-bottom: none;
}

body.blog article h2,
body.archive article h2,
body.single-post article h1 {
	font-family: 'Outfit', sans-serif;
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 500;
	letter-spacing: -0.02em;
	color: var(--home-ink);
	text-transform: none;
	margin: 0 0 12px;
}

body.blog article h2 a,
body.archive article h2 a {
	color: var(--home-ink);
	text-decoration: none;
}

body.blog article h2 a:hover,
body.archive article h2 a:hover {
	color: var(--home-gold);
}

body.blog article time,
body.archive article time,
body.single-post article time {
	display: block;
	font-family: 'Space Mono', monospace;
	font-size: var(--fs-12);
	letter-spacing: var(--ls-uppercase);
	text-transform: uppercase;
	color: var(--home-muted);
	margin-bottom: var(--sp-4);
}

body.blog article p,
body.archive article p,
body.single-post article p {
	color: var(--home-ink);
	opacity: 0.88;
	line-height: var(--lh-body);
	font-size: var(--fs-17);
}

body.blog article a.more-link,
body.archive article a.more-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
	color: var(--home-gold);
	text-decoration: none;
	font-weight: 500;
}

body.blog article a.more-link:hover,
body.archive article a.more-link:hover {
	color: var(--home-ink);
}

/* ============================================================
   Shop archive
   ============================================================ */

body.woocommerce-page,
body.woocommerce,
body.archive.woocommerce main,
body.post-type-archive-product main,
.pnza-shop {
	background: var(--home-bg);
	color: var(--home-ink);
	font-family: 'Outfit', sans-serif;
}

body.woocommerce-page main,
body.archive.woocommerce main,
body.post-type-archive-product main {
	padding: 140px max(32px, calc((100vw - 1600px) / 2)) 120px;
	min-height: 60vh;
}

body.woocommerce-page .woocommerce-products-header h1.woocommerce-products-header__title,
body.archive.woocommerce h1.page-title,
body.post-type-archive-product h1 {
	font-family: 'Outfit', sans-serif;
	font-size: clamp(48px, 7vw, 88px);
	font-weight: 500;
	letter-spacing: -0.04em;
	color: var(--home-ink);
	text-transform: none;
	margin-bottom: 32px;
}

body.woocommerce .woocommerce-notices-wrapper,
body.woocommerce-page .woocommerce-result-count,
body.woocommerce-page .woocommerce-ordering,
body.woocommerce p.woocommerce-result-count {
	color: var(--home-muted);
	font-family: 'Space Mono', monospace;
	font-size: 13px;
}

/* Woo shop grid → reuse polaroid card styling where possible */
body.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 32px;
	list-style: none;
	padding: 0;
	margin: 0;
}

body.woocommerce ul.products li.product {
	width: auto !important;
	float: none !important;
	margin: 0 !important;
	background: var(--home-bg-2);
	border: 1px solid var(--home-line);
	padding: 18px;
	border-radius: 4px;
	transition: border-color 0.25s ease, transform 0.25s ease;
}

body.woocommerce ul.products li.product:hover {
	border-color: var(--home-gold);
	transform: translateY(-3px);
}

body.woocommerce ul.products li.product img {
	margin-bottom: 14px;
	background: var(--home-bg-3);
}

body.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: 'Outfit', sans-serif !important;
	font-size: var(--fs-21) !important;
	color: var(--home-ink) !important;
	text-transform: none !important;
	font-weight: 500 !important;
	letter-spacing: -0.01em;
	padding: 0 !important;
}

body.woocommerce ul.products li.product .price {
	color: var(--home-gold) !important;
	font-family: 'Space Mono', monospace;
	font-size: var(--fs-14);
	font-weight: 600;
}

body.woocommerce ul.products li.product a.button,
body.woocommerce ul.products li.product .added_to_cart {
	background: transparent !important;
	color: var(--home-ink) !important;
	border: 1px solid var(--home-ink) !important;
	padding: 10px 18px !important;
	border-radius: 9999px !important;
	text-transform: lowercase !important;
	font-size: var(--fs-14) !important;
	margin-top: 12px !important;
	display: inline-flex !important;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

body.woocommerce ul.products li.product a.button:hover {
	background: rgba(217, 179, 110, 0.15) !important;
	border-color: var(--home-gold) !important;
	color: var(--home-gold) !important;
	transform: translateY(-2px);
}

/* ============================================================
   Single product
   Minimal overrides — single-product.css + single-product.php own
   the layout. Here we only tint backgrounds/text to the new palette.
   ============================================================ */

body.single-product {
	background: var(--home-bg);
	color: var(--home-ink);
}

body.single-product .pnza-related__title,
body.single-product .pnza-product__title,
body.single-product .product_title {
	color: var(--home-ink);
}

body.single-product .price,
body.single-product p.price {
	color: var(--home-gold);
}

body.single-product .product_meta {
	font-family: 'Space Mono', monospace;
	font-size: var(--fs-12);
	letter-spacing: var(--ls-uppercase);
	text-transform: uppercase;
	color: var(--home-muted);
}

/* ============================================================
   Cart / Checkout / Account
   ============================================================ */

body.woocommerce-cart main,
body.woocommerce-checkout main,
body.woocommerce-account main {
	background: var(--home-bg);
	color: var(--home-ink);
	padding: 140px max(32px, calc((100vw - 1280px) / 2)) 120px;
	min-height: 60vh;
	font-family: 'Outfit', sans-serif;
}

body.woocommerce-cart h1,
body.woocommerce-checkout h1,
body.woocommerce-account h1 {
	font-family: 'Outfit', sans-serif;
	font-size: var(--fs-display-md);
	font-weight: 800;
	letter-spacing: var(--ls-tight);
	color: var(--home-ink);
	text-transform: none;
	margin-bottom: var(--sp-6);
}

body.woocommerce table.shop_table,
body.woocommerce table.shop_table_responsive {
	background: var(--home-bg-2) !important;
	color: var(--home-ink) !important;
	border: 1px solid var(--home-line) !important;
	border-radius: 8px;
	border-collapse: separate;
	border-spacing: 0;
}

body.woocommerce table.shop_table th {
	font-family: 'Space Mono', monospace;
	font-size: var(--fs-12);
	letter-spacing: var(--ls-uppercase);
	text-transform: uppercase;
	color: var(--home-gold) !important;
	border-bottom: 1px solid var(--home-line);
	padding: var(--sp-4) !important;
}

body.woocommerce table.shop_table td {
	border-bottom: 1px solid var(--home-line) !important;
	color: var(--home-ink) !important;
	padding: 16px !important;
}

body.woocommerce .cart_totals,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout .woocommerce-checkout-review-order {
	background: var(--home-bg-2) !important;
	color: var(--home-ink) !important;
	border: 1px solid var(--home-line);
	padding: 24px;
	border-radius: 8px;
}

body.woocommerce-checkout .form-row input,
body.woocommerce-checkout .form-row textarea,
body.woocommerce-checkout .form-row select,
body.woocommerce-account input,
body.woocommerce-account textarea {
	background: transparent !important;
	color: var(--home-ink) !important;
	border: 1px solid var(--home-line) !important;
	padding: 12px 14px !important;
	border-radius: 6px;
}

body.woocommerce-checkout .form-row label,
body.woocommerce-account label {
	color: var(--home-ink) !important;
	font-weight: 500;
	margin-bottom: 6px;
	display: block;
}

/* Block-based WC Checkout (Cart/Checkout blocks). Inputs render with white
   backgrounds; default label/placeholder colour inherits cream from body
   which makes them unreadable on the white field. Force dark text + label
   colour everywhere a block field is rendered. */
.wc-block-components-text-input input,
.wc-block-components-text-input textarea,
.wc-block-components-select select,
.wc-block-checkout .wc-block-components-text-input input,
.wc-block-checkout .wc-block-components-text-input textarea,
.wc-block-checkout .wc-block-components-select select {
	color: #1c1c1c !important;
	background: #fff !important;
}

.wc-block-components-text-input input::placeholder,
.wc-block-components-text-input textarea::placeholder {
	color: #6b6b6b !important;
	opacity: 1;
}

/* "Note de comandă" textarea placeholder — black per design feedback. */
.wc-block-checkout__add-note textarea::placeholder,
#order-notes::placeholder,
textarea[id$="order-notes"]::placeholder {
	color: #000 !important;
	opacity: 1;
}

/* Floating labels INSIDE the white input fields — force dark so they're
   readable against the white background. Limited to the field components
   so checkbox/radio labels (which sit on the dark page) keep cream. */
.wc-block-components-text-input label,
.wc-block-components-select label,
.wc-block-components-combobox label,
.wc-block-components-country-input label,
.wc-block-components-state-input label,
.wc-block-components-text-input.is-active label,
.wc-block-components-text-input:focus-within label,
.wc-block-components-combobox.is-active label,
.wc-block-components-combobox:focus-within label {
	color: #1c1c1c !important;
}

/* Standalone labels that live on the dark page (checkbox rows, terms text,
   address note prompts) keep the cream body colour. */
.wc-block-components-checkbox__label,
.wc-block-components-radio-control__label,
.wc-block-components-checkout-step__description,
.wc-block-checkout__terms,
.wc-block-checkout__terms label,
.wp-block-woocommerce-checkout-terms-block,
.wp-block-woocommerce-checkout-terms-block label,
.wc-block-checkout__add-note label,
.wc-block-components-checkout-step__heading,
.wp-block-woocommerce-checkout-additional-information-block label {
	color: var(--home-ink) !important;
}

/* Section headings + body copy on the checkout block are still cream on the dark page (those live OUTSIDE the white input cards), so leave them alone. */

/* Order summary qty badge: keep WC's default circular badge on the image
   corner, only swap colours so it's white on dark. */
.wc-block-components-order-summary-item__quantity {
	background: #fff !important;
	color: #1c1c1c !important;
	border: 1px solid var(--home-line) !important;
	font-weight: 600 !important;
}

.wc-block-components-order-summary-item__quantity * {
	background: transparent !important;
	color: #1c1c1c !important;
	border: none !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image > img {
	margin: 0 !important;
}

/* Place-order button — match the mini-cart "finalizare" pill: gold pill with
   dark text at rest, fading to cream on hover. */
.wc-block-components-checkout-place-order-button,
button.wc-block-components-checkout-place-order-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: #d9b36e !important;
	color: #000 !important;
	font-family: 'Outfit', sans-serif !important;
	font-size: var(--fs-15) !important;
	font-weight: 500 !important;
	text-transform: lowercase !important;
	letter-spacing: 0.02em !important;
	padding: 14px 28px !important;
	border: 1px solid #d9b36e !important;
	border-radius: 9999px !important;
	cursor: pointer;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s cubic-bezier(.2,.7,.3,1), box-shadow 0.25s ease;
}

.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-checkout-place-order-button:focus-visible {
	background: #f4ecd8 !important;
	border-color: #f4ecd8 !important;
	color: #000 !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(217, 179, 110, 0.18);
}

/* Cart "proceed to checkout" button (block cart) — same gold pill recipe. */
.wp-block-woocommerce-proceed-to-checkout-block a,
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button,
.wc-block-cart__submit-button,
a.wc-block-cart__submit-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: #d9b36e !important;
	color: #0e0d0b !important;
	font-family: 'Outfit', sans-serif !important;
	font-size: var(--fs-15) !important;
	font-weight: 500 !important;
	text-transform: lowercase !important;
	letter-spacing: 0.02em !important;
	padding: 14px 28px !important;
	border: 1px solid #d9b36e !important;
	border-radius: 9999px !important;
	text-decoration: none !important;
	cursor: pointer;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s cubic-bezier(.2,.7,.3,1), box-shadow 0.25s ease;
}

.wp-block-woocommerce-proceed-to-checkout-block a:hover,
.wp-block-woocommerce-proceed-to-checkout-block a:focus-visible,
.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-button:focus-visible {
	background: #f4ecd8 !important;
	border-color: #f4ecd8 !important;
	color: #0e0d0b !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(217, 179, 110, 0.18);
}

/* Coupon "Aplică" button — same gold pill recipe. */
.wc-block-components-totals-coupon__button,
button.wc-block-components-totals-coupon__button {
	background: #d9b36e !important;
	color: #0e0d0b !important;
	font-family: 'Outfit', sans-serif !important;
	font-size: var(--fs-15) !important;
	font-weight: 500 !important;
	text-transform: lowercase !important;
	letter-spacing: 0.02em !important;
	padding: 12px 24px !important;
	border: 1px solid #d9b36e !important;
	border-radius: 9999px !important;
	cursor: pointer;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s cubic-bezier(.2,.7,.3,1), box-shadow 0.25s ease;
}

.wc-block-components-totals-coupon__button:hover,
.wc-block-components-totals-coupon__button:focus-visible {
	background: #f4ecd8 !important;
	border-color: #f4ecd8 !important;
	color: #0e0d0b !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(217, 179, 110, 0.18);
}

.wc-block-components-totals-coupon__button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}

/* Return-to-cart link — no default underline; the doodle SVG (injected via
   wc-doodle-hover.js) provides the hover animation via the shared .doodle-hover
   rules in components.css. */
a.wc-block-components-checkout-return-to-cart-button,
.wc-block-components-checkout-return-to-cart-button {
	color: #d9b36e !important;
	background: none !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px;
	position: relative !important;
	padding-bottom: 6px;
}

a.wc-block-components-checkout-return-to-cart-button,
a.wc-block-components-checkout-return-to-cart-button:hover,
a.wc-block-components-checkout-return-to-cart-button:focus,
a.wc-block-components-checkout-return-to-cart-button:focus-visible,
.wc-block-components-checkout-return-to-cart-button,
.wc-block-components-checkout-return-to-cart-button:hover,
.wc-block-components-checkout-return-to-cart-button:focus,
.wc-block-components-checkout-return-to-cart-button:focus-visible {
	text-decoration: none !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
}

/* The injected doodle SVG sits below the text. Anchor at top: 100% with
   no negative margin so the wave clears the text descenders. */
.wc-block-components-checkout-return-to-cart-button .hover-underline {
	position: absolute !important;
	left: -4px !important;
	right: -4px !important;
	top: calc(100% + 2px) !important;
	bottom: auto !important;
	margin: 0 !important;
	width: calc(100% + 8px) !important;
	height: 10px !important;
	pointer-events: none;
}

.wc-block-components-checkout-return-to-cart-button svg:not(.hover-underline) {
	margin-top: -4px !important;
}


/* Login + register form containers */
body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register {
	background: var(--home-bg-2) !important;
	border: 1px solid var(--home-line);
	border-radius: 12px;
	padding: 32px !important;
	max-width: 480px;
}

body.woocommerce-account .woocommerce-form-login input[type="text"],
body.woocommerce-account .woocommerce-form-login input[type="email"],
body.woocommerce-account .woocommerce-form-login input[type="password"],
body.woocommerce-account .woocommerce-form-register input[type="text"],
body.woocommerce-account .woocommerce-form-register input[type="email"],
body.woocommerce-account .woocommerce-form-register input[type="password"] {
	background: transparent !important;
	color: var(--home-ink) !important;
	border: 1px solid var(--home-line) !important;
	padding: 12px 14px !important;
	border-radius: 6px;
	width: 100%;
	font-family: 'Outfit', sans-serif;
	font-size: var(--fs-16);
	transition: border-color 0.25s ease;
}

body.woocommerce-account .woocommerce-form-login input:focus,
body.woocommerce-account .woocommerce-form-register input:focus {
	border-color: var(--home-gold) !important;
	outline: none;
}

body.woocommerce-account .lost_password a {
	color: var(--home-gold) !important;
	text-decoration: none;
	border-bottom: 1px solid rgba(217, 179, 110, 0.4);
}

body.woocommerce-account .lost_password a:hover {
	color: var(--home-ink) !important;
	border-bottom-color: var(--home-ink);
}

body.woocommerce button.button,
body.woocommerce input[type="submit"],
body.woocommerce input.button,
body.woocommerce a.button,
body.woocommerce-checkout #place_order,
body.woocommerce-account .woocommerce-form-login__submit,
body.woocommerce-account .woocommerce-form-register__submit {
	background: var(--home-gold) !important;
	color: var(--home-bg) !important;
	border: 1px solid var(--home-gold) !important;
	padding: 14px 26px !important;
	border-radius: 9999px !important;
	font-family: 'Outfit', sans-serif !important;
	font-size: var(--fs-15) !important;
	font-weight: 500 !important;
	text-transform: lowercase !important;
	transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

body.woocommerce button.button:hover,
body.woocommerce input[type="submit"]:hover,
body.woocommerce input.button:hover,
body.woocommerce a.button:hover,
body.woocommerce-checkout #place_order:hover,
body.woocommerce-account .woocommerce-form-login__submit:hover,
body.woocommerce-account .woocommerce-form-register__submit:hover {
	background: var(--home-ink) !important;
	color: var(--home-bg) !important;
	border-color: var(--home-ink) !important;
	transform: translateY(-2px);
}

/* Cart slider buttons keep their own style on Woo pages — the global
   body.woocommerce a.button rule above otherwise repaints them off-homepage,
   so mini-cart drifts vs homepage. Re-assert the cart.css mini-cart spec here. */
body.woocommerce .pnza-mini-cart .woocommerce-mini-cart__buttons a,
body.woocommerce .pnza-mini-cart .woocommerce-mini-cart__buttons .button {
	background: transparent !important;
	color: #f4ecd8 !important;
	border: 1px solid #f4ecd8 !important;
	padding: 14px 22px !important;
	border-radius: 9999px !important;
	font-size: var(--fs-15) !important;
}

body.woocommerce .pnza-mini-cart .woocommerce-mini-cart__buttons a:hover,
body.woocommerce .pnza-mini-cart .woocommerce-mini-cart__buttons a:focus-visible,
body.woocommerce .pnza-mini-cart .woocommerce-mini-cart__buttons .button:hover,
body.woocommerce .pnza-mini-cart .woocommerce-mini-cart__buttons .button:focus-visible {
	background: rgba(217, 179, 110, 0.15) !important;
	color: #d9b36e !important;
	border-color: #d9b36e !important;
}

body.woocommerce .pnza-mini-cart .woocommerce-mini-cart__buttons .checkout {
	background: #d9b36e !important;
	color: #0e0d0b !important;
	border-color: #d9b36e !important;
}

body.woocommerce .pnza-mini-cart .woocommerce-mini-cart__buttons .checkout:hover,
body.woocommerce .pnza-mini-cart .woocommerce-mini-cart__buttons .checkout:focus-visible {
	background: #f4ecd8 !important;
	color: #0e0d0b !important;
	border-color: #f4ecd8 !important;
}

/* Account navigation sidebar */
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
	border-bottom: 0;
	margin-bottom: 2px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 12px 14px;
	color: var(--home-ink);
	background: transparent;
	border-left: 2px solid transparent;
	text-decoration: none;
	transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
	text-transform: lowercase;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	color: var(--home-gold);
	border-left-color: var(--home-gold);
	background: rgba(217, 179, 110, 0.08);
	font-weight: 700;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
body.woocommerce-account .woocommerce-MyAccount-navigation li a:focus-visible {
	color: var(--home-gold);
	border-left-color: var(--home-gold);
}

/* Notice "view cart" / "wc-forward" anchor inside the WC notices.
   Render it as the same gold pill the rest of the site uses. */
body.woocommerce .woocommerce-message a.button,
body.woocommerce .woocommerce-message a.wc-forward,
body.woocommerce .woocommerce-info a.button,
body.woocommerce .woocommerce-info a.wc-forward {
	display: inline-block;
	padding: 10px 18px !important;
	margin-left: 12px;
	background: var(--home-gold) !important;
	color: #0e0d0b !important;
	border: 1px solid var(--home-gold) !important;
	border-radius: 9999px !important;
	font-family: 'Outfit', sans-serif !important;
	font-size: var(--fs-14) !important;
	font-weight: 700 !important;
	text-transform: lowercase !important;
	text-decoration: none !important;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.woocommerce .woocommerce-message a.button:hover,
body.woocommerce .woocommerce-message a.wc-forward:hover,
body.woocommerce .woocommerce-info a.button:hover,
body.woocommerce .woocommerce-info a.wc-forward:hover {
	background: #f4ecd8 !important;
	color: #0e0d0b !important;
	border-color: #f4ecd8 !important;
	transform: translateY(-1px);
}

/* Address card on /contul-meu/adrese and /finalizare/ — both sections white. */
body.woocommerce-account .wc-block-components-address-card__address-section--primary,
body.woocommerce-account .wc-block-components-address-card__address-section--secondary,
body.woocommerce-checkout .wc-block-components-address-card__address-section--primary,
body.woocommerce-checkout .wc-block-components-address-card__address-section--secondary {
	color: #fff !important;
}

/* Notices */
body.woocommerce .woocommerce-message,
body.woocommerce .woocommerce-info,
body.woocommerce .woocommerce-error {
	background: var(--home-bg-2) !important;
	color: var(--home-ink) !important;
	border-left: 3px solid var(--home-gold) !important;
	padding: 16px 20px !important;
	border-radius: 4px;
}

/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 768px) {
	body:not(.home) main {
		padding-top: 100px;
		padding-left: 20px;
		padding-right: 20px;
	}
	body.woocommerce-cart main,
	body.woocommerce-checkout main,
	body.woocommerce-account main,
	body.single-product main,
	body.woocommerce-page main,
	body.archive main {
		padding: 120px 20px 80px;
	}
	body.woocommerce ul.products {
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
		gap: 16px;
	}
	.pnza-about section {
		padding: 48px 20px;
	}
	.pnza-press-kit__hero,
	.pnza-press-kit__section {
		padding: 48px 20px;
	}
}
