:root {
	--pk-paper: #fcf8ef;
	--pk-cream: #f3ead9;
	--pk-espresso: #2b1d17;
	--pk-burgundy: #982f2f;
	--pk-cinnamon: #b86b3b;
	--pk-sage: #727d58;
	--pk-line: rgba(43, 29, 23, 0.16);
	--pk-shadow: 0 18px 50px rgba(43, 29, 23, 0.1);
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--pk-paper);
	color: var(--pk-espresso);
}

.pk-legal {
	padding-top: clamp(3.5rem, 7vw, 6rem);
	padding-bottom: clamp(4.5rem, 8vw, 7rem);
}

.pk-legal > * {
	max-width: 780px;
}

.pk-legal h1 {
	margin-bottom: 2rem;
	font-size: clamp(3.6rem, 8vw, 6.8rem);
	text-transform: uppercase;
}

.pk-legal h2 {
	margin-top: 2.8rem;
	font-size: clamp(2rem, 4vw, 3rem);
	text-transform: uppercase;
}

.pk-legal__notice {
	padding: 1.2rem 1.4rem;
	border-left: 4px solid var(--pk-burgundy);
	background: var(--pk-cream);
}

.pk-legal__updated {
	margin-top: 3rem;
	font-size: 0.84rem;
	font-weight: 700;
}

body.admin-bar .pk-site-header {
	top: 32px;
}

img {
	display: block;
}

.wp-site-blocks {
	padding: 0;
}

.wp-site-blocks > * {
	margin-block-start: 0;
}

.pk-site-header {
	position: sticky;
	z-index: 50;
	top: 0;
	min-height: 76px;
	margin: 0;
	padding: 0 max(28px, calc((100vw - 1320px) / 2));
	border-bottom: 1px solid var(--pk-line);
	background: rgba(252, 248, 239, 0.97);
	backdrop-filter: blur(14px);
}

.pk-site-header__inner {
	min-height: 76px;
	gap: clamp(0.75rem, 2vw, 1.5rem);
}

.pk-cafe-logo {
	display: block;
	width: clamp(125px, 11vw, 145px);
	height: 62px;
	flex: 0 0 auto;
	background: url("../images/logo-cafe.svg") no-repeat left center / contain;
	text-decoration: none;
}

.pk-site-header .wp-block-navigation-item__content {
	text-decoration: none;
}

.pk-site-header .wp-block-button__link {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
}

.pk-header-actions {
	gap: 1rem;
}

.pk-lang-switch {
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.pk-lang-switch a {
	text-decoration: none;
}

.pk-section {
	padding-top: clamp(4.5rem, 7vw, 6rem);
	padding-bottom: clamp(4.5rem, 7vw, 6rem);
}

.pk-eyebrow {
	margin: 0 0 1.1rem;
	color: var(--pk-burgundy);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.pk-hero {
	position: relative;
	min-height: min(760px, calc(100vh - 68px));
	margin: 0;
	padding: 0;
	border-bottom: 1px solid var(--pk-line);
	background-color: var(--pk-cream);
	background-position: center;
	background-size: cover;
}

.pk-hero .wp-block-cover__inner-container {
	position: relative;
	display: flex;
	width: 100%;
	min-height: inherit;
	overflow: hidden;
}

.pk-hero .wp-block-cover__inner-container > .pk-hero__copy {
	position: relative;
	z-index: 2;
	display: flex;
	width: 46%;
	max-width: none;
	min-height: inherit;
	margin: 0 !important;
	padding: clamp(4rem, 7vw, 6.5rem) 1rem 2rem clamp(4rem, 12vw, 12rem);
	flex: 0 0 46%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
}

.pk-hero-steam {
	position: absolute;
	z-index: 1;
	inset: 0;
	pointer-events: none;
}

.pk-hero-steam__art {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.pk-hero-steam__art--mobile {
	display: none;
}

.pk-steam-wisp {
	--pk-steam-duration: 5.8s;
	--pk-steam-delay: -0.8s;
	opacity: 0;
	transform-box: fill-box;
	transform-origin: center bottom;
	animation: pk-steam-rise var(--pk-steam-duration) cubic-bezier(0.42, 0, 0.25, 1) var(--pk-steam-delay) infinite;
}

.pk-steam-stroke {
	fill: none;
	stroke-linecap: round;
	vector-effect: non-scaling-stroke;
}

.pk-steam-stroke--haze {
	stroke: rgba(255, 250, 239, 0.24);
	stroke-width: 18px;
	filter: blur(9px);
}

.pk-steam-stroke--core {
	stroke: rgba(255, 250, 239, 0.42);
	stroke-width: 4.5px;
	filter: blur(2.2px);
}

.pk-steam-wisp--two {
	--pk-steam-duration: 6.4s;
	--pk-steam-delay: -3.7s;
}

.pk-steam-plume--coffee .pk-steam-wisp--one {
	--pk-steam-duration: 6.2s;
	--pk-steam-delay: -2.2s;
}

.pk-steam-plume--coffee .pk-steam-wisp--two {
	--pk-steam-duration: 5.6s;
	--pk-steam-delay: -4.9s;
}

@keyframes pk-steam-rise {
	0% {
		opacity: 0;
		transform: translate3d(-5px, 16px, 0) scaleX(0.9) scaleY(0.82);
	}

	22% {
		opacity: 0.36;
	}

	50% {
		opacity: 0.62;
	}

	76% {
		opacity: 0.24;
	}

	100% {
		opacity: 0;
		transform: translate3d(13px, -42px, 0) scaleX(1.16) scaleY(1.22);
	}
}

.pk-hero__title {
	max-width: 520px;
	margin: 0 0 1.2rem;
	color: var(--pk-burgundy);
	font-size: clamp(5.3rem, 8.6vw, 8.5rem) !important;
	letter-spacing: 0.005em;
	line-height: 0.88 !important;
	text-transform: uppercase;
}

.pk-hero__lead {
	max-width: 330px;
	margin: 0 0 clamp(2rem, 4vw, 4rem);
	color: var(--pk-espresso);
	font-size: clamp(1rem, 1.35vw, 1.3rem);
	line-height: 1.5;
}

.pk-hero__buttons {
	gap: 0.8rem;
}

.pk-button-outline .wp-block-button__link {
	border: 1px solid var(--pk-line);
	background: rgba(252, 248, 239, 0.72);
	color: var(--pk-espresso);
}

.pk-manifesto {
	position: relative;
	margin: 0;
	padding: clamp(2rem, 3.5vw, 3rem) 2rem;
	border-bottom: 1px solid var(--pk-line);
	background: var(--pk-cream);
	text-align: center;
}

.pk-manifesto p {
	margin: 0;
	font-family: Georgia, serif;
	font-size: clamp(1.8rem, 3vw, 2.7rem);
	line-height: 1.1;
}

.pk-manifesto strong {
	color: var(--pk-burgundy);
}

.pk-menu-heading,
.pk-faq-heading {
	margin: 0 0 clamp(2.5rem, 4vw, 3.5rem);
	font-size: clamp(3rem, 5vw, 4.6rem) !important;
	letter-spacing: 0.02em;
	text-align: center;
	text-transform: uppercase;
}

.pk-menu-heading::after {
	display: block;
	width: 58px;
	height: 3px;
	margin: 1rem auto 0;
	background: var(--pk-cinnamon);
	content: "";
	transform: rotate(-3deg);
}

.pk-product-grid {
	gap: 1.25rem;
}

.pk-product-card {
	height: 100%;
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--pk-line);
	background: #fffaf0;
	box-shadow: 0 12px 30px rgba(43, 29, 23, 0.04);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.pk-product-card:hover {
	box-shadow: var(--pk-shadow);
	transform: translateY(-5px);
}

.pk-product-card .wp-block-image {
	margin: 0;
}

.pk-product-card .wp-block-image img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

.pk-product-card__copy {
	min-height: 132px;
	padding: 1.2rem;
	box-sizing: border-box;
}

.pk-product-card h3 {
	min-height: 1.8em;
	margin: 0 0 0.85rem;
	font-size: clamp(1.8rem, 2vw, 2.2rem);
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.pk-product-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--pk-burgundy);
	font-size: 0.9rem;
	font-weight: 700;
}

.pk-menu-cta {
	margin-top: 2.8rem;
	text-align: center;
}

.pk-story {
	margin: 0;
	background: var(--pk-cream);
}

.pk-story__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
	gap: 0;
}

.pk-story__copy {
	display: flex;
	padding: clamp(4rem, 7vw, 6rem) clamp(2rem, 5vw, 5rem);
	flex-direction: column;
	justify-content: center;
}

.pk-story__copy > h2 {
	max-width: 500px;
	margin: 0 0 2.5rem;
	font-size: clamp(3.4rem, 5vw, 5rem);
	text-transform: uppercase;
}

.pk-story__notes {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}

.pk-story__notes > .pk-story__note {
	min-width: 0;
	margin-block-start: 0;
	align-self: start;
}

.pk-story__note h3 {
	margin: 0 0 0.7rem;
	font-family: var(--wp--preset--font-family--body);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.02em;
	line-height: 1.3;
	text-transform: uppercase;
}

.pk-story__note p {
	margin: 0;
	font-size: 0.9rem;
}

.pk-story__icon {
	display: inline-flex;
	width: 42px;
	height: 42px;
	margin-bottom: 0.9rem;
	align-items: center;
	justify-content: center;
	color: var(--pk-burgundy);
}

.pk-story__icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.pk-story__image,
.pk-story__image img {
	width: 100%;
	height: 100%;
	min-height: 620px;
	margin: 0;
	object-fit: cover;
}

.pk-location-grid,
.pk-faq-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
	align-items: center;
	gap: clamp(2.5rem, 7vw, 6rem);
}

.pk-location-copy h2,
.pk-faq-copy h2 {
	margin: 0 0 1.5rem;
	font-size: clamp(3rem, 5vw, 4.5rem);
	text-transform: uppercase;
}

.pk-location-map {
	margin: 0;
	border: 1px solid var(--pk-line);
	background: var(--pk-cream);
	box-shadow: var(--pk-shadow);
}

.pk-location-map a,
.pk-location-map img {
	display: block;
	width: 100%;
}

.pk-location-map img {
	height: auto;
	aspect-ratio: 20 / 13;
	object-fit: cover;
}

.pk-location-map figcaption {
	margin: 0;
	padding: 0.75rem 1rem;
	border-top: 1px solid var(--pk-line);
	background: var(--pk-paper);
	color: rgba(43, 29, 23, 0.76);
	font-size: 0.72rem;
	text-align: left;
}

.pk-faq-section {
	border-top: 1px solid var(--pk-line);
}

.pk-faq-list {
	border-top: 1px solid var(--pk-line);
}

.pk-faq-list .wp-block-details {
	margin: 0;
	padding: 1.35rem 0;
	border-bottom: 1px solid var(--pk-line);
}

.pk-faq-list summary {
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(1.7rem, 2.6vw, 2.4rem);
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
}

.pk-faq-list details p {
	max-width: 680px;
	margin: 1rem 0 0;
}

.pk-site-footer {
	margin: 0;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	border-top: 1px solid var(--pk-line);
	background: var(--pk-cream);
}

.pk-footer-grid {
	gap: 1.8rem;
}

.pk-footer-column + .pk-footer-column {
	padding-left: 1.5rem;
	border-left: 1px solid var(--pk-line);
}

.pk-site-footer h3,
.pk-site-footer .wp-block-site-title {
	margin: 0 0 0.7rem;
	font-size: 1.8rem;
	text-transform: uppercase;
}

.pk-site-footer p,
.pk-site-footer a {
	font-size: 0.8rem;
}

.pk-footer-links {
	display: flex;
	margin: 0;
	padding: 0;
	flex-direction: column;
	gap: 0.35rem;
	list-style: none;
}

.pk-footer-links a {
	text-underline-offset: 4px;
}

.pk-legal-page {
	padding-top: clamp(4rem, 7vw, 6rem);
	padding-bottom: 6rem;
}

.pk-legal-page > h1 {
	margin: 0 0 1.5rem;
	font-size: clamp(4rem, 8vw, 7rem);
	text-transform: uppercase;
}

.pk-legal-page .pk-legal-intro {
	max-width: 760px;
	margin: 0 0 2.5rem;
	font-size: clamp(1.15rem, 2vw, 1.4rem);
}

.pk-draft-notice {
	margin-bottom: 3rem;
	padding: 1.2rem;
	border-left: 4px solid var(--pk-burgundy);
	background: var(--pk-cream);
}

.pk-legal-section {
	padding: 2rem 0;
	border-top: 1px solid var(--pk-line);
}

.pk-legal-section h2 {
	font-size: clamp(2.2rem, 4vw, 3.2rem);
	text-transform: uppercase;
}

.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-components-button {
	min-height: 48px;
	border: 1px solid var(--pk-burgundy) !important;
	border-radius: 0 !important;
	background: var(--pk-burgundy) !important;
	color: #fff !important;
	font-family: var(--wp--preset--font-family--body) !important;
	font-size: 0.75rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.woocommerce ul.products li.product,
.wc-block-grid__product {
	overflow: hidden;
	border: 1px solid var(--pk-line);
	background: #fffaf0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wc-block-grid__product-title {
	font-family: var(--wp--preset--font-family--display);
	font-size: 1.8rem !important;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
	color: var(--pk-burgundy);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
	border: 1px solid var(--pk-line) !important;
	border-radius: 0 !important;
	background: #fffaf0 !important;
}

@media (max-width: 1000px) {
	body.admin-bar .pk-site-header {
		top: 46px;
	}

	.pk-hero .wp-block-cover__inner-container > .pk-hero__copy {
		width: 53%;
		flex-basis: 53%;
		padding-left: 8vw;
	}

	.pk-product-grid {
		flex-wrap: wrap !important;
	}

	.pk-product-grid > .wp-block-column {
		flex-basis: calc(50% - 0.7rem) !important;
	}

	.pk-story__grid,
	.pk-location-grid,
	.pk-faq-grid {
		grid-template-columns: 1fr;
	}

	.pk-story__image,
	.pk-story__image img {
		min-height: 520px;
	}
}

@media (max-width: 782px) {
	body.admin-bar .pk-site-header {
		top: 46px;
	}
}

@media (max-width: 640px) {
	.pk-site-header {
		min-height: 64px;
		padding-inline: 0.9rem;
	}

	.pk-site-header__inner {
		min-height: 64px;
		gap: 0.55rem;
	}

	.pk-cafe-logo {
		width: 112px;
		height: 50px;
	}

	.pk-site-header .wp-block-button__link {
		min-height: 42px;
		padding-inline: 0.9rem;
	}

	.pk-header-actions {
		gap: 0.55rem;
	}

	.pk-lang-switch {
		font-size: 0.68rem;
	}

	.pk-hero {
		min-height: 0;
		aspect-ratio: 1007 / 1562;
		background-image: url("../images/hero-mobile.webp") !important;
		background-position: center top;
		background-size: cover;
	}

	.pk-hero > .wp-block-cover__image-background {
		display: none;
	}

	.pk-hero-steam__art--desktop {
		display: none;
	}

	.pk-hero-steam__art--mobile {
		display: block;
	}

	.pk-steam-stroke--haze {
		stroke-width: 14px;
		filter: blur(7px);
	}

	.pk-steam-stroke--core {
		stroke-width: 3.5px;
		filter: blur(1.8px);
	}

	.pk-hero .wp-block-cover__inner-container > .pk-hero__copy {
		width: 100%;
		flex-basis: 100%;
		min-height: 100%;
		padding: 2rem 1.1rem 1.5rem;
	}

	.pk-hero__title {
		max-width: 88%;
		font-size: clamp(4rem, 18vw, 5.5rem) !important;
	}

	.pk-hero__lead {
		max-width: 68%;
		margin-bottom: 1.4rem;
		font-size: 0.92rem;
	}

	.pk-hero__buttons {
		width: min(78%, 300px);
		flex-direction: column;
	}

	.pk-hero__buttons .wp-block-button,
	.pk-hero__buttons .wp-block-button__link {
		width: 100%;
	}

	.pk-manifesto {
		padding-inline: 1.1rem;
		text-align: left;
	}

	.pk-product-grid {
		gap: 0.7rem;
	}

	.pk-product-grid > .wp-block-column {
		flex-basis: calc(50% - 0.4rem) !important;
	}

	.pk-product-card__copy {
		min-height: 126px;
		padding: 0.9rem;
	}

	.pk-product-card h3 {
		font-size: 1.55rem;
	}

	.pk-story__notes {
		grid-template-columns: 1fr;
	}

	.pk-location-grid,
	.pk-faq-grid {
		gap: 2.5rem;
	}

	.pk-footer-grid {
		flex-direction: column;
	}

	.pk-footer-column + .pk-footer-column {
		padding-top: 1.2rem;
		padding-left: 0;
		border-top: 1px solid var(--pk-line);
		border-left: 0;
	}
}

@media (max-width: 380px) {
	.pk-lang-switch {
		display: none;
	}
}

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

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

	.pk-steam-wisp {
		opacity: 0.22;
		animation: none !important;
		transform: none;
	}
}
